HEX
Server: Apache/2.4.63 (Unix)
System: Linux TOMS-220NAS 4.4.302+ #86009 SMP Wed Nov 26 18:19:17 CST 2025 x86_64
User: flavio87 (1026)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: //volume1/web/Valerio-Anzino/wp-content/mysql.sql
-- MySQL dump 10.13  Distrib 5.7.42-46, for debian-linux-gnu (x86_64)
--
-- Host: 127.0.0.1    Database: wp_valerioanzino
-- ------------------------------------------------------
-- Server version	5.7.42-46-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES 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(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES (52,219,'akismet_history','a:3:{s:4:\"time\";d:1692897204.061271;s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:14:\"oompxs643WW**g\";}'),(53,219,'_wp_trash_meta_status','0'),(54,219,'_wp_trash_meta_time','1692897204'),(55,218,'akismet_history','a:3:{s:4:\"time\";d:1692897204.104211;s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:14:\"oompxs643WW**g\";}'),(56,218,'_wp_trash_meta_status','0'),(57,218,'_wp_trash_meta_time','1692897204'),(58,217,'akismet_history','a:3:{s:4:\"time\";d:1692897204.114245;s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:14:\"oompxs643WW**g\";}'),(59,217,'_wp_trash_meta_status','0'),(60,217,'_wp_trash_meta_time','1692897204'),(61,216,'akismet_history','a:3:{s:4:\"time\";d:1692897204.123748;s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:14:\"oompxs643WW**g\";}'),(62,216,'_wp_trash_meta_status','0'),(63,216,'_wp_trash_meta_time','1692897204'),(64,215,'akismet_history','a:3:{s:4:\"time\";d:1692897204.133151;s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:14:\"oompxs643WW**g\";}'),(65,215,'_wp_trash_meta_status','0'),(66,215,'_wp_trash_meta_time','1692897204');
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (215,1,'נערות ליווי','zxfrgo@gmail.com','https://meetjessicapark.live/model/Discreet-apartments-in-Kiryat-cropanmaly-15.php','216.173.108.146','2023-06-07 12:23:33','2023-06-07 12:23:33','Itís nearly impossible to find well-informed people for this topic, but you seem like you know what youíre talking about! Thanks',0,'trash','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MASMJS)','comment',0,0),(216,1,'https://israelnightclub.com/','rp4vhi@gmail.com','https://israelnightclub.com/','45.192.150.231','2023-06-19 02:05:13','2023-06-19 02:05:13','May I simply say what a comfort to discover somebody who genuinely knows what they are talking about over the internet. You actually understand how to bring a problem to light and make it important. More people ought to check this out and understand this side of the story. I cant believe you arent more popular because you surely possess the gift.',0,'trash','Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.5) Gecko/20031007','comment',0,0),(217,7981,'whoiscall','rueckerjaquelin@gmail.com','https://whoiscall.ru/499/t74996080768/','185.127.26.25','2023-07-28 04:15:11','2023-07-28 04:15:11','Thanks',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','comment',0,0),(218,7981,'mail7.net','Windly@gmail.com','https://mail7.net/','178.162.144.14','2023-08-22 12:47:55','2023-08-22 12:47:55','All kulll watch)))) all',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','comment',0,0),(219,1,'https://israelnightclub.com/','3c6xb8wtc1@gmail.com','https://israelnightclub.com/','91.246.193.236','2023-08-24 10:14:55','2023-08-24 10:14:55','You should take part in a contest for one of the greatest blogs on the web. I most certainly will recommend this website!',0,'trash','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_hustle_entries`
--

DROP TABLE IF EXISTS `wp_hustle_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_hustle_entries` (
  `entry_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_type` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `module_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`entry_id`),
  KEY `entry_type` (`entry_type`),
  KEY `entry_module_id` (`module_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_hustle_entries`
--

LOCK TABLES `wp_hustle_entries` WRITE;
/*!40000 ALTER TABLE `wp_hustle_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_hustle_entries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_hustle_entries_meta`
--

DROP TABLE IF EXISTS `wp_hustle_entries_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_hustle_entries_meta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`meta_id`),
  KEY `meta_key` (`meta_key`),
  KEY `meta_entry_id` (`entry_id`),
  KEY `meta_key_object` (`entry_id`,`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_hustle_entries_meta`
--

LOCK TABLES `wp_hustle_entries_meta` WRITE;
/*!40000 ALTER TABLE `wp_hustle_entries_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_hustle_entries_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_hustle_modules`
--

DROP TABLE IF EXISTS `wp_hustle_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_hustle_modules` (
  `module_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `module_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `module_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `active` tinyint(4) DEFAULT '1',
  `module_mode` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`module_id`),
  KEY `active` (`active`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_hustle_modules`
--

LOCK TABLES `wp_hustle_modules` WRITE;
/*!40000 ALTER TABLE `wp_hustle_modules` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_hustle_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_hustle_modules_meta`
--

DROP TABLE IF EXISTS `wp_hustle_modules_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_hustle_modules_meta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `module_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `module_id` (`module_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_hustle_modules_meta`
--

LOCK TABLES `wp_hustle_modules_meta` WRITE;
/*!40000 ALTER TABLE `wp_hustle_modules_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_hustle_modules_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_hustle_tracking`
--

DROP TABLE IF EXISTS `wp_hustle_tracking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_hustle_tracking` (
  `tracking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `module_id` bigint(20) unsigned NOT NULL,
  `page_id` bigint(20) unsigned NOT NULL,
  `module_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `action` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ip` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `counter` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`tracking_id`),
  KEY `tracking_module_id` (`module_id`),
  KEY `action` (`action`),
  KEY `tracking_module_object` (`action`,`module_id`,`module_type`),
  KEY `tracking_module_object_ip` (`module_id`,`tracking_id`,`ip`),
  KEY `tracking_date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_hustle_tracking`
--

LOCK TABLES `wp_hustle_tracking` WRITE;
/*!40000 ALTER TABLE `wp_hustle_tracking` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_hustle_tracking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_content_status`
--

DROP TABLE IF EXISTS `wp_icl_content_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_content_status` (
  `rid` bigint(20) NOT NULL,
  `nid` bigint(20) NOT NULL,
  `timestamp` datetime NOT NULL,
  `md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`rid`),
  KEY `nid` (`nid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_content_status`
--

LOCK TABLES `wp_icl_content_status` WRITE;
/*!40000 ALTER TABLE `wp_icl_content_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_content_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_core_status`
--

DROP TABLE IF EXISTS `wp_icl_core_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_core_status` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `rid` bigint(20) NOT NULL,
  `module` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `origin` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `target` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` smallint(6) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `rid` (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_core_status`
--

LOCK TABLES `wp_icl_core_status` WRITE;
/*!40000 ALTER TABLE `wp_icl_core_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_core_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_flags`
--

DROP TABLE IF EXISTS `wp_icl_flags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_flags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `lang_code` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `flag` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `from_template` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `lang_code` (`lang_code`)
) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_flags`
--

LOCK TABLES `wp_icl_flags` WRITE;
/*!40000 ALTER TABLE `wp_icl_flags` DISABLE KEYS */;
INSERT INTO `wp_icl_flags` VALUES (1,'ar','ar.png',0),(2,'bg','bg.png',0),(3,'bs','bs.png',0),(4,'ca','ca.png',0),(5,'cs','cs.png',0),(6,'cy','cy.png',0),(7,'da','da.png',0),(8,'de','de.png',0),(9,'el','el.png',0),(10,'en','en.png',0),(11,'eo','eo.png',0),(12,'es','es.png',0),(13,'et','et.png',0),(14,'eu','eu.png',0),(15,'fa','fa.png',0),(16,'fi','fi.png',0),(17,'fr','fr.png',0),(18,'ga','ga.png',0),(19,'he','he.png',0),(20,'hi','hi.png',0),(21,'hr','hr.png',0),(22,'hu','hu.png',0),(23,'hy','hy.png',0),(24,'id','id.png',0),(25,'is','is.png',0),(26,'it','it.png',0),(27,'ja','ja.png',0),(28,'ko','ko.png',0),(29,'ku','ku.png',0),(30,'la','la.png',0),(31,'lt','lt.png',0),(32,'lv','lv.png',0),(33,'mk','mk.png',0),(34,'mn','mn.png',0),(35,'ms','ms.png',0),(36,'mt','mt.png',0),(37,'ne','ne.png',0),(38,'nl','nl.png',0),(39,'no','no.png',0),(40,'pa','pa.png',0),(41,'pl','pl.png',0),(42,'pt-br','pt-br.png',0),(43,'pt-pt','pt-pt.png',0),(44,'qu','qu.png',0),(45,'ro','ro.png',0),(46,'ru','ru.png',0),(47,'sk','sk.png',0),(48,'sl','sl.png',0),(49,'so','so.png',0),(50,'sq','sq.png',0),(51,'sr','sr.png',0),(52,'sv','sv.png',0),(53,'ta','ta.png',0),(54,'th','th.png',0),(55,'tr','tr.png',0),(56,'uk','uk.png',0),(57,'ur','ur.png',0),(58,'uz','uz.png',0),(59,'vi','vi.png',0),(60,'yi','yi.png',0),(61,'zh-hans','zh.png',0),(62,'zh-hant','zh.png',0),(63,'zu','zu.png',0);
/*!40000 ALTER TABLE `wp_icl_flags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_languages`
--

DROP TABLE IF EXISTS `wp_icl_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_languages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `english_name` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `major` tinyint(4) NOT NULL DEFAULT '0',
  `active` tinyint(4) NOT NULL,
  `default_locale` varchar(35) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `tag` varchar(35) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `encode_url` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  UNIQUE KEY `english_name` (`english_name`)
) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_languages`
--

LOCK TABLES `wp_icl_languages` WRITE;
/*!40000 ALTER TABLE `wp_icl_languages` DISABLE KEYS */;
INSERT INTO `wp_icl_languages` VALUES (1,'en','English',1,1,'en_US','en',0),(2,'es','Spanish',1,0,'es_ES','es',0),(3,'de','German',1,0,'de_DE','de',0),(4,'fr','French',1,0,'fr_FR','fr',0),(5,'ar','Arabic',0,0,'ar','ar',0),(6,'bs','Bosnian',0,0,'bs_BA','bs',0),(7,'bg','Bulgarian',0,0,'bg_BG','bg',0),(8,'ca','Catalan',0,0,'ca','ca',0),(9,'cs','Czech',0,0,'cs_CZ','cs',0),(10,'sk','Slovak',0,0,'sk_SK','sk',0),(11,'cy','Welsh',0,0,'cy_GB','cy',0),(12,'da','Danish',1,0,'da_DK','da',0),(13,'el','Greek',0,0,'el','el',0),(14,'eo','Esperanto',0,0,'eo_UY','eo',0),(15,'et','Estonian',0,0,'et','et',0),(16,'eu','Basque',0,0,'eu_ES','eu',0),(17,'fa','Persian',0,0,'fa_IR','fa',0),(18,'fi','Finnish',0,0,'fi','fi',0),(19,'ga','Irish',0,0,'ga_IE','ga',0),(20,'he','Hebrew',0,0,'he_IL','he',0),(21,'hi','Hindi',0,0,'hi_IN','hi',0),(22,'hr','Croatian',0,0,'hr','hr',0),(23,'hu','Hungarian',0,0,'hu_HU','hu',0),(24,'hy','Armenian',0,0,'hy_AM','hy',0),(25,'id','Indonesian',0,0,'id_ID','id',0),(26,'is','Icelandic',0,0,'is_IS','is',0),(27,'it','Italian',1,1,'it_IT','it',0),(28,'ja','Japanese',1,0,'ja','ja',0),(29,'ko','Korean',0,0,'ko_KR','ko',0),(30,'ku','Kurdish',0,0,'ku','ku',0),(31,'la','Latin',0,0,'','la',0),(32,'lv','Latvian',0,0,'lv_LV','lv',0),(33,'lt','Lithuanian',0,0,'lt_LT','lt',0),(34,'mk','Macedonian',0,0,'mk_MK','mk',0),(35,'mt','Maltese',0,0,'mt_MT','mt',0),(36,'mn','Mongolian',0,0,'mn_MN','mn',0),(37,'ne','Nepali',0,0,'ne','ne',0),(38,'nl','Dutch',1,0,'nl_NL','nl',0),(39,'no','Norwegian Bokmål',0,0,'nb_NO','no',0),(40,'pa','Punjabi',0,0,'','pa',0),(41,'pl','Polish',0,0,'pl_PL','pl',0),(42,'pt-pt','Portuguese, Portugal',0,0,'pt_PT','pt-pt',0),(43,'pt-br','Portuguese, Brazil',0,0,'pt_BR','pt-br',0),(44,'qu','Quechua',0,0,'quz_PE','qu',0),(45,'ro','Romanian',0,0,'ro_RO','ro',0),(46,'ru','Russian',1,0,'ru_RU','ru',0),(47,'sl','Slovenian',0,0,'sl_SI','sl',0),(48,'so','Somali',0,0,'so_SO','so',0),(49,'sq','Albanian',0,0,'sq_AL','sq',0),(50,'sr','Serbian',0,0,'sr_RS','sr',0),(51,'sv','Swedish',0,0,'sv_SE','sv',0),(52,'ta','Tamil',0,0,'ta_IN','ta',0),(53,'th','Thai',0,0,'th','th',0),(54,'tr','Turkish',0,0,'tr_TR','tr',0),(55,'uk','Ukrainian',0,0,'uk','uk',0),(56,'ur','Urdu',0,0,'uz_UZ','ur',0),(57,'uz','Uzbek',0,0,'uz_UZ','uz',0),(58,'vi','Vietnamese',0,0,'vi_VN','vi',0),(59,'yi','Yiddish',0,0,'','yi',0),(60,'zh-hans','Chinese (Simplified)',1,0,'zh_CN','zh-hans',0),(61,'zu','Zulu',0,0,'','zu',0),(62,'zh-hant','Chinese (Traditional)',1,0,'zh_TW','zh-hant',0),(63,'ms','Malay',0,0,'ms_MY','ms',0);
/*!40000 ALTER TABLE `wp_icl_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_languages_translations`
--

DROP TABLE IF EXISTS `wp_icl_languages_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_languages_translations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `language_code` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `display_language_code` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `language_code` (`language_code`,`display_language_code`)
) ENGINE=InnoDB AUTO_INCREMENT=3970 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_languages_translations`
--

LOCK TABLES `wp_icl_languages_translations` WRITE;
/*!40000 ALTER TABLE `wp_icl_languages_translations` DISABLE KEYS */;
INSERT INTO `wp_icl_languages_translations` VALUES (1,'en','en','English'),(2,'en','es','Inglés'),(3,'en','de','Englisch'),(4,'en','fr','Anglais'),(5,'en','ar','الإنجليزية'),(6,'en','bs','English'),(7,'en','bg','Английски'),(8,'en','ca','English'),(9,'en','cs','Angličtina'),(10,'en','sk','Angličtina'),(11,'en','cy','English'),(12,'en','da','English'),(13,'en','el','Αγγλικα'),(14,'en','eo','English'),(15,'en','et','English'),(16,'en','eu','English'),(17,'en','fa','English'),(18,'en','fi','englanti'),(19,'en','ga','English'),(20,'en','he','אנגלית'),(21,'en','hi','English'),(22,'en','hr','Engleski'),(23,'en','hu','angol'),(24,'en','hy','English'),(25,'en','id','English'),(26,'en','is','English'),(27,'en','it','Inglese'),(28,'en','ja','英語'),(29,'en','ko','영어'),(30,'en','ku','English'),(31,'en','la','English'),(32,'en','lv','English'),(33,'en','lt','English'),(34,'en','mk','English'),(35,'en','mt','English'),(36,'en','mn','English'),(37,'en','ne','English'),(38,'en','nl','Engels'),(39,'en','no','Engelsk'),(40,'en','pa','English'),(41,'en','pl','angielski'),(42,'en','pt-pt','Inglês'),(43,'en','pt-br','Inglês'),(44,'en','qu','English'),(45,'en','ro','Engleză'),(46,'en','ru','Английский'),(47,'en','sl','Angleščina'),(48,'en','so','English'),(49,'en','sq','English'),(50,'en','sr','енглески'),(51,'en','sv','Engelska'),(52,'en','ta','English'),(53,'en','th','อังกฤษ'),(54,'en','tr','İngilizce'),(55,'en','uk','English'),(56,'en','ur','English'),(57,'en','uz','English'),(58,'en','vi','English'),(59,'en','yi','English'),(60,'en','zh-hans','英语'),(61,'en','zu','English'),(62,'en','zh-hant','英語'),(63,'en','ms','English'),(64,'es','en','Spanish'),(65,'es','es','Español'),(66,'es','de','Spanisch'),(67,'es','fr','Espagnol'),(68,'es','ar','الأسبانية'),(69,'es','bs','Spanish'),(70,'es','bg','Испански'),(71,'es','ca','Spanish'),(72,'es','cs','Španělský'),(73,'es','sk','Španielčina'),(74,'es','cy','Spanish'),(75,'es','da','Spanish'),(76,'es','el','Ισπανικα'),(77,'es','eo','Spanish'),(78,'es','et','Spanish'),(79,'es','eu','Spanish'),(80,'es','fa','Spanish'),(81,'es','fi','espanja'),(82,'es','ga','Spanish'),(83,'es','he','ספרדית'),(84,'es','hi','Spanish'),(85,'es','hr','španjolski'),(86,'es','hu','spanyol'),(87,'es','hy','Spanish'),(88,'es','id','Spanish'),(89,'es','is','Spanish'),(90,'es','it','Spagnolo'),(91,'es','ja','スペイン語'),(92,'es','ko','스페인어'),(93,'es','ku','Spanish'),(94,'es','la','Spanish'),(95,'es','lv','Spanish'),(96,'es','lt','Spanish'),(97,'es','mk','Spanish'),(98,'es','mt','Spanish'),(99,'es','mn','Spanish'),(100,'es','ne','Spanish'),(101,'es','nl','Spaans'),(102,'es','no','Spansk'),(103,'es','pa','Spanish'),(104,'es','pl','hiszpański'),(105,'es','pt-pt','Espanhol'),(106,'es','pt-br','Espanhol'),(107,'es','qu','Spanish'),(108,'es','ro','Spaniolă'),(109,'es','ru','Испанский'),(110,'es','sl','Španščina'),(111,'es','so','Spanish'),(112,'es','sq','Spanish'),(113,'es','sr','шпански'),(114,'es','sv','Spanska'),(115,'es','ta','Spanish'),(116,'es','th','สเปน'),(117,'es','tr','İspanyolca'),(118,'es','uk','Spanish'),(119,'es','ur','Spanish'),(120,'es','uz','Spanish'),(121,'es','vi','Spanish'),(122,'es','yi','Spanish'),(123,'es','zh-hans','西班牙语'),(124,'es','zu','Spanish'),(125,'es','zh-hant','西班牙語'),(126,'es','ms','Spanish'),(127,'de','en','German'),(128,'de','es','Alemán'),(129,'de','de','Deutsch'),(130,'de','fr','Allemand'),(131,'de','ar','الألمانية'),(132,'de','bs','German'),(133,'de','bg','Немски'),(134,'de','ca','German'),(135,'de','cs','Němec'),(136,'de','sk','Nemčina'),(137,'de','cy','German'),(138,'de','da','German'),(139,'de','el','Γερμανικα'),(140,'de','eo','German'),(141,'de','et','German'),(142,'de','eu','German'),(143,'de','fa','German'),(144,'de','fi','saksa'),(145,'de','ga','German'),(146,'de','he','גרמנית'),(147,'de','hi','German'),(148,'de','hr','Njemački'),(149,'de','hu','német'),(150,'de','hy','German'),(151,'de','id','German'),(152,'de','is','German'),(153,'de','it','Tedesco'),(154,'de','ja','ドイツ語'),(155,'de','ko','독어'),(156,'de','ku','German'),(157,'de','la','German'),(158,'de','lv','German'),(159,'de','lt','German'),(160,'de','mk','German'),(161,'de','mt','German'),(162,'de','mn','German'),(163,'de','ne','German'),(164,'de','nl','Duits'),(165,'de','no','Tysk'),(166,'de','pa','German'),(167,'de','pl','niemiecki'),(168,'de','pt-pt','Alemão'),(169,'de','pt-br','Alemão'),(170,'de','qu','German'),(171,'de','ro','Germană'),(172,'de','ru','Немецкий'),(173,'de','sl','Nemščina'),(174,'de','so','German'),(175,'de','sq','German'),(176,'de','sr','немачки'),(177,'de','sv','Tyska'),(178,'de','ta','German'),(179,'de','th','เยอรมัน'),(180,'de','tr','Almanca'),(181,'de','uk','German'),(182,'de','ur','German'),(183,'de','uz','German'),(184,'de','vi','German'),(185,'de','yi','German'),(186,'de','zh-hans','德语'),(187,'de','zu','German'),(188,'de','zh-hant','德語'),(189,'de','ms','German'),(190,'fr','en','French'),(191,'fr','es','Francés'),(192,'fr','de','Französisch'),(193,'fr','fr','Français'),(194,'fr','ar','الفرنسية'),(195,'fr','bs','French'),(196,'fr','bg','Френски'),(197,'fr','ca','French'),(198,'fr','cs','Francouzština'),(199,'fr','sk','Francúzština'),(200,'fr','cy','French'),(201,'fr','da','French'),(202,'fr','el','Γαλλικα'),(203,'fr','eo','French'),(204,'fr','et','French'),(205,'fr','eu','French'),(206,'fr','fa','French'),(207,'fr','fi','ranska'),(208,'fr','ga','French'),(209,'fr','he','צרפתית'),(210,'fr','hi','French'),(211,'fr','hr','Francuzi'),(212,'fr','hu','francia'),(213,'fr','hy','French'),(214,'fr','id','French'),(215,'fr','is','French'),(216,'fr','it','Francese'),(217,'fr','ja','フランス語'),(218,'fr','ko','불어'),(219,'fr','ku','French'),(220,'fr','la','French'),(221,'fr','lv','French'),(222,'fr','lt','French'),(223,'fr','mk','French'),(224,'fr','mt','French'),(225,'fr','mn','French'),(226,'fr','ne','French'),(227,'fr','nl','Frans'),(228,'fr','no','Fransk'),(229,'fr','pa','French'),(230,'fr','pl','francuski'),(231,'fr','pt-pt','Francês'),(232,'fr','pt-br','Francês'),(233,'fr','qu','French'),(234,'fr','ro','Franceză'),(235,'fr','ru','Французский'),(236,'fr','sl','Francoščina'),(237,'fr','so','French'),(238,'fr','sq','French'),(239,'fr','sr','француски'),(240,'fr','sv','Franska'),(241,'fr','ta','French'),(242,'fr','th','ฝรั่งเศส'),(243,'fr','tr','Fransızca'),(244,'fr','uk','French'),(245,'fr','ur','French'),(246,'fr','uz','French'),(247,'fr','vi','French'),(248,'fr','yi','French'),(249,'fr','zh-hans','法语'),(250,'fr','zu','French'),(251,'fr','zh-hant','法語'),(252,'fr','ms','French'),(253,'ar','en','Arabic'),(254,'ar','es','Árabe'),(255,'ar','de','Arabisch'),(256,'ar','fr','Arabe'),(257,'ar','ar','العربية'),(258,'ar','bs','Arabic'),(259,'ar','bg','Арабски'),(260,'ar','ca','Arabic'),(261,'ar','cs','Arabština'),(262,'ar','sk','Arabčina'),(263,'ar','cy','Arabic'),(264,'ar','da','Arabic'),(265,'ar','el','Αραβικα'),(266,'ar','eo','Arabic'),(267,'ar','et','Arabic'),(268,'ar','eu','Arabic'),(269,'ar','fa','Arabic'),(270,'ar','fi','arabia'),(271,'ar','ga','Arabic'),(272,'ar','he','ערבית'),(273,'ar','hi','Arabic'),(274,'ar','hr','Arapski'),(275,'ar','hu','arab'),(276,'ar','hy','Arabic'),(277,'ar','id','Arabic'),(278,'ar','is','Arabic'),(279,'ar','it','Arabo'),(280,'ar','ja','アラビア語'),(281,'ar','ko','아랍어'),(282,'ar','ku','Arabic'),(283,'ar','la','Arabic'),(284,'ar','lv','Arabic'),(285,'ar','lt','Arabic'),(286,'ar','mk','Arabic'),(287,'ar','mt','Arabic'),(288,'ar','mn','Arabic'),(289,'ar','ne','Arabic'),(290,'ar','nl','Arabisch'),(291,'ar','no','Arabisk'),(292,'ar','pa','Arabic'),(293,'ar','pl','arabski'),(294,'ar','pt-pt','Árabe'),(295,'ar','pt-br','Árabe'),(296,'ar','qu','Arabic'),(297,'ar','ro','Arabică'),(298,'ar','ru','Арабский'),(299,'ar','sl','Arabščina'),(300,'ar','so','Arabic'),(301,'ar','sq','Arabic'),(302,'ar','sr','арапски'),(303,'ar','sv','Arabiska'),(304,'ar','ta','Arabic'),(305,'ar','th','อารบิก'),(306,'ar','tr','Arapça'),(307,'ar','uk','Arabic'),(308,'ar','ur','Arabic'),(309,'ar','uz','Arabic'),(310,'ar','vi','Arabic'),(311,'ar','yi','Arabic'),(312,'ar','zh-hans','阿拉伯语'),(313,'ar','zu','Arabic'),(314,'ar','zh-hant','阿拉伯語'),(315,'ar','ms','Arabic'),(316,'bs','en','Bosnian'),(317,'bs','es','Bosnio'),(318,'bs','de','Bosnisch'),(319,'bs','fr','Bosnien'),(320,'bs','ar','البوسنية'),(321,'bs','bs','Bosnian'),(322,'bs','bg','Босненски'),(323,'bs','ca','Bosnian'),(324,'bs','cs','Bosenština'),(325,'bs','sk','Bosniačtina'),(326,'bs','cy','Bosnian'),(327,'bs','da','Bosnian'),(328,'bs','el','Βοσνιακα'),(329,'bs','eo','Bosnian'),(330,'bs','et','Bosnian'),(331,'bs','eu','Bosnian'),(332,'bs','fa','Bosnian'),(333,'bs','fi','bosnia'),(334,'bs','ga','Bosnian'),(335,'bs','he','בוסנית'),(336,'bs','hi','Bosnian'),(337,'bs','hr','Bosanski'),(338,'bs','hu','bosnyák'),(339,'bs','hy','Bosnian'),(340,'bs','id','Bosnian'),(341,'bs','is','Bosnian'),(342,'bs','it','Bosniaco'),(343,'bs','ja','ボスニア語'),(344,'bs','ko','보즈니아어'),(345,'bs','ku','Bosnian'),(346,'bs','la','Bosnian'),(347,'bs','lv','Bosnian'),(348,'bs','lt','Bosnian'),(349,'bs','mk','Bosnian'),(350,'bs','mt','Bosnian'),(351,'bs','mn','Bosnian'),(352,'bs','ne','Bosnian'),(353,'bs','nl','Bosnisch'),(354,'bs','no','Bosnisk'),(355,'bs','pa','Bosnian'),(356,'bs','pl','bośniacki'),(357,'bs','pt-pt','Bósnio'),(358,'bs','pt-br','Bósnio'),(359,'bs','qu','Bosnian'),(360,'bs','ro','Bosniacă'),(361,'bs','ru','Боснийский'),(362,'bs','sl','Bosanski'),(363,'bs','so','Bosnian'),(364,'bs','sq','Bosnian'),(365,'bs','sr','босански'),(366,'bs','sv','Bosniska'),(367,'bs','ta','Bosnian'),(368,'bs','th','บอสเนียน'),(369,'bs','tr','Boşnakça'),(370,'bs','uk','Bosnian'),(371,'bs','ur','Bosnian'),(372,'bs','uz','Bosnian'),(373,'bs','vi','Bosnian'),(374,'bs','yi','Bosnian'),(375,'bs','zh-hans','波斯尼亚语'),(376,'bs','zu','Bosnian'),(377,'bs','zh-hant','波士尼亞語'),(378,'bs','ms','Bosnian'),(379,'bg','en','Bulgarian'),(380,'bg','es','Búlgaro'),(381,'bg','de','Bulgarisch'),(382,'bg','fr','Bulgare'),(383,'bg','ar','البلغارية'),(384,'bg','bs','Bulgarian'),(385,'bg','bg','Български'),(386,'bg','ca','Bulgarian'),(387,'bg','cs','Bulharština'),(388,'bg','sk','Bulharčina'),(389,'bg','cy','Bulgarian'),(390,'bg','da','Bulgarian'),(391,'bg','el','Βουλγαρικα'),(392,'bg','eo','Bulgarian'),(393,'bg','et','Bulgarian'),(394,'bg','eu','Bulgarian'),(395,'bg','fa','Bulgarian'),(396,'bg','fi','bulgaria'),(397,'bg','ga','Bulgarian'),(398,'bg','he','בולגרית'),(399,'bg','hi','Bulgarian'),(400,'bg','hr','Bugarski'),(401,'bg','hu','bolgár'),(402,'bg','hy','Bulgarian'),(403,'bg','id','Bulgarian'),(404,'bg','is','Bulgarian'),(405,'bg','it','Bulgaro'),(406,'bg','ja','ブルガリア語'),(407,'bg','ko','불가리아어'),(408,'bg','ku','Bulgarian'),(409,'bg','la','Bulgarian'),(410,'bg','lv','Bulgarian'),(411,'bg','lt','Bulgarian'),(412,'bg','mk','Bulgarian'),(413,'bg','mt','Bulgarian'),(414,'bg','mn','Bulgarian'),(415,'bg','ne','Bulgarian'),(416,'bg','nl','Bulgaars'),(417,'bg','no','Bulgarian'),(418,'bg','pa','Bulgarian'),(419,'bg','pl','bułgarski'),(420,'bg','pt-pt','Búlgaro'),(421,'bg','pt-br','Búlgaro'),(422,'bg','qu','Bulgarian'),(423,'bg','ro','Bulgară'),(424,'bg','ru','Болгарский'),(425,'bg','sl','Bolgarščina'),(426,'bg','so','Bulgarian'),(427,'bg','sq','Bulgarian'),(428,'bg','sr','бугарски'),(429,'bg','sv','Bulgariska'),(430,'bg','ta','Bulgarian'),(431,'bg','th','บัลแกเรียน'),(432,'bg','tr','Bulgarca'),(433,'bg','uk','Bulgarian'),(434,'bg','ur','Bulgarian'),(435,'bg','uz','Bulgarian'),(436,'bg','vi','Bulgarian'),(437,'bg','yi','Bulgarian'),(438,'bg','zh-hans','保加利亚语'),(439,'bg','zu','Bulgarian'),(440,'bg','zh-hant','保加利亞語'),(441,'bg','ms','Bulgarian'),(442,'ca','en','Catalan'),(443,'ca','es','Catalán'),(444,'ca','de','Katalanisch'),(445,'ca','fr','Catalan'),(446,'ca','ar','الكاتالوينية'),(447,'ca','bs','Catalan'),(448,'ca','bg','Каталонски'),(449,'ca','ca','Català'),(450,'ca','cs','Katalánština'),(451,'ca','sk','Katalánčina'),(452,'ca','cy','Catalan'),(453,'ca','da','Catalan'),(454,'ca','el','Καταλανικα'),(455,'ca','eo','Catalan'),(456,'ca','et','Catalan'),(457,'ca','eu','Catalan'),(458,'ca','fa','Catalan'),(459,'ca','fi','katalaani'),(460,'ca','ga','Catalan'),(461,'ca','he','קטלאנית'),(462,'ca','hi','Catalan'),(463,'ca','hr','Katalonski'),(464,'ca','hu','katalán'),(465,'ca','hy','Catalan'),(466,'ca','id','Catalan'),(467,'ca','is','Catalan'),(468,'ca','it','Catalano'),(469,'ca','ja','カタルーニャ語'),(470,'ca','ko','카탈로니아어'),(471,'ca','ku','Catalan'),(472,'ca','la','Catalan'),(473,'ca','lv','Catalan'),(474,'ca','lt','Catalan'),(475,'ca','mk','Catalan'),(476,'ca','mt','Catalan'),(477,'ca','mn','Catalan'),(478,'ca','ne','Catalan'),(479,'ca','nl','Catalaans'),(480,'ca','no','catalan'),(481,'ca','pa','Catalan'),(482,'ca','pl','kataloński'),(483,'ca','pt-pt','Catalão'),(484,'ca','pt-br','Catalão'),(485,'ca','qu','Catalan'),(486,'ca','ro','Catalană'),(487,'ca','ru','Каталанский'),(488,'ca','sl','Katalonščina'),(489,'ca','so','Catalan'),(490,'ca','sq','Catalan'),(491,'ca','sr','каталонски'),(492,'ca','sv','Katalanska'),(493,'ca','ta','Catalan'),(494,'ca','th','คะตะลาน'),(495,'ca','tr','Katalan dili'),(496,'ca','uk','Catalan'),(497,'ca','ur','Catalan'),(498,'ca','uz','Catalan'),(499,'ca','vi','Catalan'),(500,'ca','yi','Catalan'),(501,'ca','zh-hans','加泰罗尼亚语'),(502,'ca','zu','Catalan'),(503,'ca','zh-hant','加泰羅尼亞語'),(504,'ca','ms','Catalan'),(505,'cs','en','Czech'),(506,'cs','es','Checo'),(507,'cs','de','Tschechisch'),(508,'cs','fr','Tchèque'),(509,'cs','ar','التشيكية'),(510,'cs','bs','Czech'),(511,'cs','bg','Чешки'),(512,'cs','ca','Czech'),(513,'cs','cs','Čeština'),(514,'cs','sk','Čeština'),(515,'cs','cy','Czech'),(516,'cs','da','Czech'),(517,'cs','el','Τσεχικη'),(518,'cs','eo','Czech'),(519,'cs','et','Czech'),(520,'cs','eu','Czech'),(521,'cs','fa','Czech'),(522,'cs','fi','tsekki'),(523,'cs','ga','Czech'),(524,'cs','he','צ\'כית'),(525,'cs','hi','Czech'),(526,'cs','hr','češki'),(527,'cs','hu','cseh'),(528,'cs','hy','Czech'),(529,'cs','id','Czech'),(530,'cs','is','Czech'),(531,'cs','it','Ceco'),(532,'cs','ja','チェコ語'),(533,'cs','ko','체코슬로바키아어'),(534,'cs','ku','Czech'),(535,'cs','la','Czech'),(536,'cs','lv','Czech'),(537,'cs','lt','Czech'),(538,'cs','mk','Czech'),(539,'cs','mt','Czech'),(540,'cs','mn','Czech'),(541,'cs','ne','Czech'),(542,'cs','nl','Tsjechisch'),(543,'cs','no','Czech'),(544,'cs','pa','Czech'),(545,'cs','pl','czeski'),(546,'cs','pt-pt','Tcheco'),(547,'cs','pt-br','Tcheco'),(548,'cs','qu','Czech'),(549,'cs','ro','Cehă'),(550,'cs','ru','Чешский'),(551,'cs','sl','Češčina'),(552,'cs','so','Czech'),(553,'cs','sq','Czech'),(554,'cs','sr','чешки'),(555,'cs','sv','Tjeckiska'),(556,'cs','ta','Czech'),(557,'cs','th','เช็ก'),(558,'cs','tr','Çekçe'),(559,'cs','uk','Czech'),(560,'cs','ur','Czech'),(561,'cs','uz','Czech'),(562,'cs','vi','Czech'),(563,'cs','yi','Czech'),(564,'cs','zh-hans','捷克语'),(565,'cs','zu','Czech'),(566,'cs','zh-hant','捷克語'),(567,'cs','ms','Czech'),(568,'sk','en','Slovak'),(569,'sk','es','Eslavo'),(570,'sk','de','Slowakisch'),(571,'sk','fr','Slave'),(572,'sk','ar','السلافية'),(573,'sk','bs','Slovak'),(574,'sk','bg','Словашки'),(575,'sk','ca','Slovak'),(576,'sk','cs','Slovenština'),(577,'sk','sk','Slovenčina'),(578,'sk','cy','Slovak'),(579,'sk','da','Slovak'),(580,'sk','el','Σλαβικη'),(581,'sk','eo','Slovak'),(582,'sk','et','Slovak'),(583,'sk','eu','Slovak'),(584,'sk','fa','Slovak'),(585,'sk','fi','slaavi'),(586,'sk','ga','Slovak'),(587,'sk','he','סלאבית'),(588,'sk','hi','Slovak'),(589,'sk','hr','Slovak'),(590,'sk','hu','szláv'),(591,'sk','hy','Slovak'),(592,'sk','id','Slovak'),(593,'sk','is','Slovak'),(594,'sk','it','Slavo'),(595,'sk','ja','スラヴ語派'),(596,'sk','ko','슬라브어'),(597,'sk','ku','Slovak'),(598,'sk','la','Slovak'),(599,'sk','lv','Slovak'),(600,'sk','lt','Slovak'),(601,'sk','mk','Slovak'),(602,'sk','mt','Slovak'),(603,'sk','mn','Slovak'),(604,'sk','ne','Slovak'),(605,'sk','nl','Slavisch'),(606,'sk','no','Slovak'),(607,'sk','pa','Slovak'),(608,'sk','pl','słowacki'),(609,'sk','pt-pt','Eslavo'),(610,'sk','pt-br','Eslavo'),(611,'sk','qu','Slovak'),(612,'sk','ro','Slavă'),(613,'sk','ru','Славянский'),(614,'sk','sl','Slovaščina'),(615,'sk','so','Slovak'),(616,'sk','sq','Slovak'),(617,'sk','sr','словачки'),(618,'sk','sv','Slavisk'),(619,'sk','ta','Slovak'),(620,'sk','th','สลาวิก'),(621,'sk','tr','Slav dili'),(622,'sk','uk','Slovak'),(623,'sk','ur','Slovak'),(624,'sk','uz','Slovak'),(625,'sk','vi','Slovak'),(626,'sk','yi','Slovak'),(627,'sk','zh-hans','斯拉夫语'),(628,'sk','zu','Slovak'),(629,'sk','zh-hant','斯拉夫語'),(630,'sk','ms','Slovak'),(631,'cy','en','Welsh'),(632,'cy','es','Galés'),(633,'cy','de','Walisisch'),(634,'cy','fr','Gallois'),(635,'cy','ar','الولزية'),(636,'cy','bs','Welsh'),(637,'cy','bg','Уелски'),(638,'cy','ca','Welsh'),(639,'cy','cs','Velšský'),(640,'cy','sk','Welština'),(641,'cy','cy','Cymraeg'),(642,'cy','da','Welsh'),(643,'cy','el','Welsh'),(644,'cy','eo','Welsh'),(645,'cy','et','Welsh'),(646,'cy','eu','Welsh'),(647,'cy','fa','Welsh'),(648,'cy','fi','kymri'),(649,'cy','ga','Welsh'),(650,'cy','he','וולשית'),(651,'cy','hi','Welsh'),(652,'cy','hr','Velški'),(653,'cy','hu','vels'),(654,'cy','hy','Welsh'),(655,'cy','id','Welsh'),(656,'cy','is','Welsh'),(657,'cy','it','Gallese'),(658,'cy','ja','ウェールズ語'),(659,'cy','ko','웨일즈어'),(660,'cy','ku','Welsh'),(661,'cy','la','Welsh'),(662,'cy','lv','Welsh'),(663,'cy','lt','Welsh'),(664,'cy','mk','Welsh'),(665,'cy','mt','Welsh'),(666,'cy','mn','Welsh'),(667,'cy','ne','Welsh'),(668,'cy','nl','Welsh'),(669,'cy','no','Welsh'),(670,'cy','pa','Welsh'),(671,'cy','pl','walijski'),(672,'cy','pt-pt','Galês'),(673,'cy','pt-br','Galês'),(674,'cy','qu','Welsh'),(675,'cy','ro','Galeză'),(676,'cy','ru','Валлийский'),(677,'cy','sl','Welsh'),(678,'cy','so','Welsh'),(679,'cy','sq','Welsh'),(680,'cy','sr','велшки'),(681,'cy','sv','Walesiska'),(682,'cy','ta','Welsh'),(683,'cy','th','เวลช์'),(684,'cy','tr','Galce'),(685,'cy','uk','Welsh'),(686,'cy','ur','Welsh'),(687,'cy','uz','Welsh'),(688,'cy','vi','Welsh'),(689,'cy','yi','Welsh'),(690,'cy','zh-hans','威尔士语'),(691,'cy','zu','Welsh'),(692,'cy','zh-hant','威爾士語'),(693,'cy','ms','Welsh'),(694,'da','en','Danish'),(695,'da','es','Danés'),(696,'da','de','Dänisch'),(697,'da','fr','Danois'),(698,'da','ar','الدانماركية'),(699,'da','bs','Danish'),(700,'da','bg','Датски'),(701,'da','ca','Danish'),(702,'da','cs','Dánský'),(703,'da','sk','Dánčina'),(704,'da','cy','Danish'),(705,'da','da','Dansk'),(706,'da','el','Δανεζικα'),(707,'da','eo','Danish'),(708,'da','et','Danish'),(709,'da','eu','Danish'),(710,'da','fa','Danish'),(711,'da','fi','tanska'),(712,'da','ga','Danish'),(713,'da','he','דנית'),(714,'da','hi','Danish'),(715,'da','hr','Danski'),(716,'da','hu','dán'),(717,'da','hy','Danish'),(718,'da','id','Danish'),(719,'da','is','Danish'),(720,'da','it','Danese'),(721,'da','ja','デンマーク語'),(722,'da','ko','덴마크어'),(723,'da','ku','Danish'),(724,'da','la','Danish'),(725,'da','lv','Danish'),(726,'da','lt','Danish'),(727,'da','mk','Danish'),(728,'da','mt','Danish'),(729,'da','mn','Danish'),(730,'da','ne','Danish'),(731,'da','nl','Deens'),(732,'da','no','Danish'),(733,'da','pa','Danish'),(734,'da','pl','duński'),(735,'da','pt-pt','Dinamarquês'),(736,'da','pt-br','Dinamarquês'),(737,'da','qu','Danish'),(738,'da','ro','Daneză'),(739,'da','ru','Датский'),(740,'da','sl','Danščina'),(741,'da','so','Danish'),(742,'da','sq','Danish'),(743,'da','sr','дански'),(744,'da','sv','Danska'),(745,'da','ta','Danish'),(746,'da','th','เดนมาร์ก'),(747,'da','tr','Danca'),(748,'da','uk','Danish'),(749,'da','ur','Danish'),(750,'da','uz','Danish'),(751,'da','vi','Danish'),(752,'da','yi','Danish'),(753,'da','zh-hans','丹麦语'),(754,'da','zu','Danish'),(755,'da','zh-hant','丹麥語'),(756,'da','ms','Danish'),(757,'el','en','Greek'),(758,'el','es','Griego'),(759,'el','de','Griechisch'),(760,'el','fr','Grec moderne'),(761,'el','ar','اليونانية'),(762,'el','bs','Greek'),(763,'el','bg','Гръцки'),(764,'el','ca','Greek'),(765,'el','cs','Řečtina'),(766,'el','sk','Gréčtina'),(767,'el','cy','Greek'),(768,'el','da','Greek'),(769,'el','el','Ελληνικα'),(770,'el','eo','Greek'),(771,'el','et','Greek'),(772,'el','eu','Greek'),(773,'el','fa','Greek'),(774,'el','fi','kreikka'),(775,'el','ga','Greek'),(776,'el','he','יוונית'),(777,'el','hi','Greek'),(778,'el','hr','Grčki'),(779,'el','hu','görög'),(780,'el','hy','Greek'),(781,'el','id','Greek'),(782,'el','is','Greek'),(783,'el','it','Greco'),(784,'el','ja','ギリシア語'),(785,'el','ko','그리스어'),(786,'el','ku','Greek'),(787,'el','la','Greek'),(788,'el','lv','Greek'),(789,'el','lt','Greek'),(790,'el','mk','Greek'),(791,'el','mt','Greek'),(792,'el','mn','Greek'),(793,'el','ne','Greek'),(794,'el','nl','Grieks'),(795,'el','no','Gresk'),(796,'el','pa','Greek'),(797,'el','pl','grecki'),(798,'el','pt-pt','Grego'),(799,'el','pt-br','Grego'),(800,'el','qu','Greek'),(801,'el','ro','Greacă'),(802,'el','ru','Греческий'),(803,'el','sl','Greek'),(804,'el','so','Greek'),(805,'el','sq','Greek'),(806,'el','sr','грчки'),(807,'el','sv','Grekiska'),(808,'el','ta','Greek'),(809,'el','th','กรีก'),(810,'el','tr','Yunanca'),(811,'el','uk','Greek'),(812,'el','ur','Greek'),(813,'el','uz','Greek'),(814,'el','vi','Greek'),(815,'el','yi','Greek'),(816,'el','zh-hans','希腊语'),(817,'el','zu','Greek'),(818,'el','zh-hant','希臘語'),(819,'el','ms','Greek'),(820,'eo','en','Esperanto'),(821,'eo','es','Esperanto'),(822,'eo','de','Esperanto'),(823,'eo','fr','Espéranto'),(824,'eo','ar','الاسبرانتو'),(825,'eo','bs','Esperanto'),(826,'eo','bg','Есперанто'),(827,'eo','ca','Esperanto'),(828,'eo','cs','Esperanto'),(829,'eo','sk','Esperanto'),(830,'eo','cy','Esperanto'),(831,'eo','da','Esperanto'),(832,'eo','el','Εσπεραντο'),(833,'eo','eo','Esperanta'),(834,'eo','et','Esperanto'),(835,'eo','eu','Esperanto'),(836,'eo','fa','Esperanto'),(837,'eo','fi','esperanto'),(838,'eo','ga','Esperanto'),(839,'eo','he','אספרנטו'),(840,'eo','hi','Esperanto'),(841,'eo','hr','Esperanto'),(842,'eo','hu','eszperantó'),(843,'eo','hy','Esperanto'),(844,'eo','id','Esperanto'),(845,'eo','is','Esperanto'),(846,'eo','it','Esperanto'),(847,'eo','ja','エスペラント語'),(848,'eo','ko','에스페란토어'),(849,'eo','ku','Esperanto'),(850,'eo','la','Esperanto'),(851,'eo','lv','Esperanto'),(852,'eo','lt','Esperanto'),(853,'eo','mk','Esperanto'),(854,'eo','mt','Esperanto'),(855,'eo','mn','Esperanto'),(856,'eo','ne','Esperanto'),(857,'eo','nl','Esperanto'),(858,'eo','no','Esperanto'),(859,'eo','pa','Esperanto'),(860,'eo','pl','esperanto'),(861,'eo','pt-pt','Esperanto'),(862,'eo','pt-br','Esperanto'),(863,'eo','qu','Esperanto'),(864,'eo','ro','Esperanto'),(865,'eo','ru','Эсперанто'),(866,'eo','sl','Esperanto'),(867,'eo','so','Esperanto'),(868,'eo','sq','Esperanto'),(869,'eo','sr','есперанто'),(870,'eo','sv','Esperanto'),(871,'eo','ta','Esperanto'),(872,'eo','th','เอสเปอรันโต'),(873,'eo','tr','Esperanto'),(874,'eo','uk','Esperanto'),(875,'eo','ur','Esperanto'),(876,'eo','uz','Esperanto'),(877,'eo','vi','Esperanto'),(878,'eo','yi','Esperanto'),(879,'eo','zh-hans','世界语'),(880,'eo','zu','Esperanto'),(881,'eo','zh-hant','世界語'),(882,'eo','ms','Esperanto'),(883,'et','en','Estonian'),(884,'et','es','Estonio'),(885,'et','de','Estnisch'),(886,'et','fr','Estonien'),(887,'et','ar','الأستونية'),(888,'et','bs','Estonian'),(889,'et','bg','Естонски'),(890,'et','ca','Estonian'),(891,'et','cs','Estonština'),(892,'et','sk','Estónčina'),(893,'et','cy','Estonian'),(894,'et','da','Estonian'),(895,'et','el','Εσθονικα'),(896,'et','eo','Estonian'),(897,'et','et','Eesti'),(898,'et','eu','Estonian'),(899,'et','fa','Estonian'),(900,'et','fi','eesti'),(901,'et','ga','Estonian'),(902,'et','he','אסטונית'),(903,'et','hi','Estonian'),(904,'et','hr','Estonski'),(905,'et','hu','észt'),(906,'et','hy','Estonian'),(907,'et','id','Estonian'),(908,'et','is','Estonian'),(909,'et','it','Estone'),(910,'et','ja','エストニア語'),(911,'et','ko','에스토니아어'),(912,'et','ku','Estonian'),(913,'et','la','Estonian'),(914,'et','lv','Estonian'),(915,'et','lt','Estonian'),(916,'et','mk','Estonian'),(917,'et','mt','Estonian'),(918,'et','mn','Estonian'),(919,'et','ne','Estonian'),(920,'et','nl','Ests'),(921,'et','no','Estonian'),(922,'et','pa','Estonian'),(923,'et','pl','estoński'),(924,'et','pt-pt','Estoniano'),(925,'et','pt-br','Estoniano'),(926,'et','qu','Estonian'),(927,'et','ro','Estoniană'),(928,'et','ru','Эстонский'),(929,'et','sl','Estonščina'),(930,'et','so','Estonian'),(931,'et','sq','Estonian'),(932,'et','sr','естонски'),(933,'et','sv','Estniska'),(934,'et','ta','Estonian'),(935,'et','th','เอสโตเนียน'),(936,'et','tr','Estonya dili'),(937,'et','uk','Estonian'),(938,'et','ur','Estonian'),(939,'et','uz','Estonian'),(940,'et','vi','Estonian'),(941,'et','yi','Estonian'),(942,'et','zh-hans','爱沙尼亚语'),(943,'et','zu','Estonian'),(944,'et','zh-hant','愛沙尼亞語'),(945,'et','ms','Estonian'),(946,'eu','en','Basque'),(947,'eu','es','Euskera'),(948,'eu','de','Baskisch'),(949,'eu','fr','Basque'),(950,'eu','ar','لغة الباسك'),(951,'eu','bs','Basque'),(952,'eu','bg','Баски'),(953,'eu','ca','Basque'),(954,'eu','cs','Basque'),(955,'eu','sk','Baskičtina'),(956,'eu','cy','Basque'),(957,'eu','da','Basque'),(958,'eu','el','Βασκικα'),(959,'eu','eo','Basque'),(960,'eu','et','Basque'),(961,'eu','eu','Euskara'),(962,'eu','fa','Basque'),(963,'eu','fi','baski'),(964,'eu','ga','Basque'),(965,'eu','he','בסקית'),(966,'eu','hi','Basque'),(967,'eu','hr','Baskijski'),(968,'eu','hu','baszk'),(969,'eu','hy','Basque'),(970,'eu','id','Basque'),(971,'eu','is','Basque'),(972,'eu','it','Basco'),(973,'eu','ja','バスク語'),(974,'eu','ko','바스크어'),(975,'eu','ku','Basque'),(976,'eu','la','Basque'),(977,'eu','lv','Basque'),(978,'eu','lt','Basque'),(979,'eu','mk','Basque'),(980,'eu','mt','Basque'),(981,'eu','mn','Basque'),(982,'eu','ne','Basque'),(983,'eu','nl','Baskisch'),(984,'eu','no','Basque'),(985,'eu','pa','Basque'),(986,'eu','pl','baskijski'),(987,'eu','pt-pt','Basco'),(988,'eu','pt-br','Basco'),(989,'eu','qu','Basque'),(990,'eu','ro','Bască'),(991,'eu','ru','Баскский'),(992,'eu','sl','Baskovščina'),(993,'eu','so','Basque'),(994,'eu','sq','Basque'),(995,'eu','sr','баскијски'),(996,'eu','sv','Baskiska'),(997,'eu','ta','Basque'),(998,'eu','th','บาสค์'),(999,'eu','tr','Bask dili'),(1000,'eu','uk','Basque'),(1001,'eu','ur','Basque'),(1002,'eu','uz','Basque'),(1003,'eu','vi','Basque'),(1004,'eu','yi','Basque'),(1005,'eu','zh-hans','巴斯克语'),(1006,'eu','zu','Basque'),(1007,'eu','zh-hant','巴斯克語'),(1008,'eu','ms','Basque'),(1009,'fa','en','Persian'),(1010,'fa','es','Persa'),(1011,'fa','de','Persisch'),(1012,'fa','fr','Perse'),(1013,'fa','ar','الفارسية'),(1014,'fa','bs','Persian'),(1015,'fa','bg','Персийски'),(1016,'fa','ca','Persian'),(1017,'fa','cs','Perský'),(1018,'fa','sk','Perzština'),(1019,'fa','cy','Persian'),(1020,'fa','da','Persian'),(1021,'fa','el','Περσικος'),(1022,'fa','eo','Persian'),(1023,'fa','et','Persian'),(1024,'fa','eu','Persian'),(1025,'fa','fa','فارسی'),(1026,'fa','fi','persia'),(1027,'fa','ga','Persian'),(1028,'fa','he','פרסית'),(1029,'fa','hi','Persian'),(1030,'fa','hr','Perzijski'),(1031,'fa','hu','perzsa'),(1032,'fa','hy','Persian'),(1033,'fa','id','Persian'),(1034,'fa','is','Persian'),(1035,'fa','it','Persiano'),(1036,'fa','ja','ペルシア語'),(1037,'fa','ko','페르시아어'),(1038,'fa','ku','Persian'),(1039,'fa','la','Persian'),(1040,'fa','lv','Persian'),(1041,'fa','lt','Persian'),(1042,'fa','mk','Persian'),(1043,'fa','mt','Persian'),(1044,'fa','mn','Persian'),(1045,'fa','ne','Persian'),(1046,'fa','nl','Perzisch'),(1047,'fa','no','Persisk'),(1048,'fa','pa','Persian'),(1049,'fa','pl','perski'),(1050,'fa','pt-pt','Persa'),(1051,'fa','pt-br','Persa'),(1052,'fa','qu','Persian'),(1053,'fa','ro','Persană'),(1054,'fa','ru','Персидский'),(1055,'fa','sl','Perzijski'),(1056,'fa','so','Persian'),(1057,'fa','sq','Persian'),(1058,'fa','sr','персијски'),(1059,'fa','sv','Persiska'),(1060,'fa','ta','Persian'),(1061,'fa','th','เปอร์เซียน'),(1062,'fa','tr','Farsça'),(1063,'fa','uk','Persian'),(1064,'fa','ur','Persian'),(1065,'fa','uz','Persian'),(1066,'fa','vi','Persian'),(1067,'fa','yi','Persian'),(1068,'fa','zh-hans','波斯语'),(1069,'fa','zu','Persian'),(1070,'fa','zh-hant','波斯語'),(1071,'fa','ms','Persian'),(1072,'fi','en','Finnish'),(1073,'fi','es','Finlandés'),(1074,'fi','de','Finnisch'),(1075,'fi','fr','Finnois'),(1076,'fi','ar','الفنلندية'),(1077,'fi','bs','Finnish'),(1078,'fi','bg','Фински'),(1079,'fi','ca','Finnish'),(1080,'fi','cs','Finský'),(1081,'fi','sk','Fínština'),(1082,'fi','cy','Finnish'),(1083,'fi','da','Finnish'),(1084,'fi','el','Φινλανδικη'),(1085,'fi','eo','Finnish'),(1086,'fi','et','Finnish'),(1087,'fi','eu','Finnish'),(1088,'fi','fa','Finnish'),(1089,'fi','fi','Suomi'),(1090,'fi','ga','Finnish'),(1091,'fi','he','פינית'),(1092,'fi','hi','Finnish'),(1093,'fi','hr','Finski'),(1094,'fi','hu','finn'),(1095,'fi','hy','Finnish'),(1096,'fi','id','Finnish'),(1097,'fi','is','Finnish'),(1098,'fi','it','Finlandese'),(1099,'fi','ja','フィンランド語'),(1100,'fi','ko','핀란드어'),(1101,'fi','ku','Finnish'),(1102,'fi','la','Finnish'),(1103,'fi','lv','Finnish'),(1104,'fi','lt','Finnish'),(1105,'fi','mk','Finnish'),(1106,'fi','mt','Finnish'),(1107,'fi','mn','Finnish'),(1108,'fi','ne','Finnish'),(1109,'fi','nl','Fins'),(1110,'fi','no','Finsk'),(1111,'fi','pa','Finnish'),(1112,'fi','pl','fiński'),(1113,'fi','pt-pt','Finlandês'),(1114,'fi','pt-br','Finlandês'),(1115,'fi','qu','Finnish'),(1116,'fi','ro','Finlandeză'),(1117,'fi','ru','Финский'),(1118,'fi','sl','Finski'),(1119,'fi','so','Finnish'),(1120,'fi','sq','Finnish'),(1121,'fi','sr','фински'),(1122,'fi','sv','Finska'),(1123,'fi','ta','Finnish'),(1124,'fi','th','ฟินนิช'),(1125,'fi','tr','Fince'),(1126,'fi','uk','Finnish'),(1127,'fi','ur','Finnish'),(1128,'fi','uz','Finnish'),(1129,'fi','vi','Finnish'),(1130,'fi','yi','Finnish'),(1131,'fi','zh-hans','芬兰语'),(1132,'fi','zu','Finnish'),(1133,'fi','zh-hant','芬蘭語'),(1134,'fi','ms','Finnish'),(1135,'ga','en','Irish'),(1136,'ga','es','Irlandés'),(1137,'ga','de','Irisch'),(1138,'ga','fr','Irlandais'),(1139,'ga','ar','الأيرلندية'),(1140,'ga','bs','Irish'),(1141,'ga','bg','Ирландски'),(1142,'ga','ca','Irish'),(1143,'ga','cs','Irský'),(1144,'ga','sk','Írština'),(1145,'ga','cy','Irish'),(1146,'ga','da','Irish'),(1147,'ga','el','Ιρλανδικα'),(1148,'ga','eo','Irish'),(1149,'ga','et','Irish'),(1150,'ga','eu','Irish'),(1151,'ga','fa','Irish'),(1152,'ga','fi','iiri'),(1153,'ga','ga','Gaeilge'),(1154,'ga','he','אירית'),(1155,'ga','hi','Irish'),(1156,'ga','hr','Irci'),(1157,'ga','hu','ír'),(1158,'ga','hy','Irish'),(1159,'ga','id','Irish'),(1160,'ga','is','Irish'),(1161,'ga','it','Irlandese'),(1162,'ga','ja','アイルランド語'),(1163,'ga','ko','아일랜드어'),(1164,'ga','ku','Irish'),(1165,'ga','la','Irish'),(1166,'ga','lv','Irish'),(1167,'ga','lt','Irish'),(1168,'ga','mk','Irish'),(1169,'ga','mt','Irish'),(1170,'ga','mn','Irish'),(1171,'ga','ne','Irish'),(1172,'ga','nl','Iers'),(1173,'ga','no','Irish'),(1174,'ga','pa','Irish'),(1175,'ga','pl','irlandzki'),(1176,'ga','pt-pt','Irlandês'),(1177,'ga','pt-br','Irlandês'),(1178,'ga','qu','Irish'),(1179,'ga','ro','Irlandeză'),(1180,'ga','ru','Ирландский'),(1181,'ga','sl','Irski'),(1182,'ga','so','Irish'),(1183,'ga','sq','Irish'),(1184,'ga','sr','ирски'),(1185,'ga','sv','Irländska'),(1186,'ga','ta','Irish'),(1187,'ga','th','ไอริช'),(1188,'ga','tr','İrlanda dili'),(1189,'ga','uk','Irish'),(1190,'ga','ur','Irish'),(1191,'ga','uz','Irish'),(1192,'ga','vi','Irish'),(1193,'ga','yi','Irish'),(1194,'ga','zh-hans','爱尔兰语'),(1195,'ga','zu','Irish'),(1196,'ga','zh-hant','愛爾蘭語'),(1197,'ga','ms','Irish'),(1198,'he','en','Hebrew'),(1199,'he','es','Hebreo'),(1200,'he','de','Hebräisch'),(1201,'he','fr','Hébreu'),(1202,'he','ar','العبرية'),(1203,'he','bs','Hebrew'),(1204,'he','bg','Иврит'),(1205,'he','ca','Hebrew'),(1206,'he','cs','Hebrejština'),(1207,'he','sk','Hebrejčina'),(1208,'he','cy','Hebrew'),(1209,'he','da','Hebrew'),(1210,'he','el','Εβραικα'),(1211,'he','eo','Hebrew'),(1212,'he','et','Hebrew'),(1213,'he','eu','Hebrew'),(1214,'he','fa','Hebrew'),(1215,'he','fi','heprea'),(1216,'he','ga','Hebrew'),(1217,'he','he','עברית'),(1218,'he','hi','Hebrew'),(1219,'he','hr','Hebrejski'),(1220,'he','hu','héber'),(1221,'he','hy','Hebrew'),(1222,'he','id','Hebrew'),(1223,'he','is','Hebrew'),(1224,'he','it','Ebraico'),(1225,'he','ja','ヘブライ語'),(1226,'he','ko','히브리어'),(1227,'he','ku','Hebrew'),(1228,'he','la','Hebrew'),(1229,'he','lv','Hebrew'),(1230,'he','lt','Hebrew'),(1231,'he','mk','Hebrew'),(1232,'he','mt','Hebrew'),(1233,'he','mn','Hebrew'),(1234,'he','ne','Hebrew'),(1235,'he','nl','Hebreeuws'),(1236,'he','no','Hebraisk'),(1237,'he','pa','Hebrew'),(1238,'he','pl','hebrajski'),(1239,'he','pt-pt','Hebraico'),(1240,'he','pt-br','Hebraico'),(1241,'he','qu','Hebrew'),(1242,'he','ro','Ebraică'),(1243,'he','ru','Иврит'),(1244,'he','sl','Hebrejščina'),(1245,'he','so','Hebrew'),(1246,'he','sq','Hebrew'),(1247,'he','sr','Хебрејски'),(1248,'he','sv','Hebreiska'),(1249,'he','ta','Hebrew'),(1250,'he','th','ฮิบรู'),(1251,'he','tr','İbranice'),(1252,'he','uk','Hebrew'),(1253,'he','ur','Hebrew'),(1254,'he','uz','Hebrew'),(1255,'he','vi','Hebrew'),(1256,'he','yi','Hebrew'),(1257,'he','zh-hans','希伯来语'),(1258,'he','zu','Hebrew'),(1259,'he','zh-hant','希伯來語'),(1260,'he','ms','Hebrew'),(1261,'hi','en','Hindi'),(1262,'hi','es','Hindi'),(1263,'hi','de','Hindi'),(1264,'hi','fr','Hindi'),(1265,'hi','ar','الهندية'),(1266,'hi','bs','Hindi'),(1267,'hi','bg','Хинди'),(1268,'hi','ca','Hindi'),(1269,'hi','cs','Hindština'),(1270,'hi','sk','Hindčina'),(1271,'hi','cy','Hindi'),(1272,'hi','da','Hindi'),(1273,'hi','el','Ινδικα'),(1274,'hi','eo','Hindi'),(1275,'hi','et','Hindi'),(1276,'hi','eu','Hindi'),(1277,'hi','fa','Hindi'),(1278,'hi','fi','hindi'),(1279,'hi','ga','Hindi'),(1280,'hi','he','הודית'),(1281,'hi','hi','हिन्दी'),(1282,'hi','hr','Hindski'),(1283,'hi','hu','hindi'),(1284,'hi','hy','Hindi'),(1285,'hi','id','Hindi'),(1286,'hi','is','Hindi'),(1287,'hi','it','Hindi'),(1288,'hi','ja','ヒンディー語'),(1289,'hi','ko','힌두어'),(1290,'hi','ku','Hindi'),(1291,'hi','la','Hindi'),(1292,'hi','lv','Hindi'),(1293,'hi','lt','Hindi'),(1294,'hi','mk','Hindi'),(1295,'hi','mt','Hindi'),(1296,'hi','mn','Hindi'),(1297,'hi','ne','Hindi'),(1298,'hi','nl','Hindi'),(1299,'hi','no','Hindi'),(1300,'hi','pa','Hindi'),(1301,'hi','pl','hindi'),(1302,'hi','pt-pt','Hindi'),(1303,'hi','pt-br','Hindi'),(1304,'hi','qu','Hindi'),(1305,'hi','ro','Hindi'),(1306,'hi','ru','Хинди'),(1307,'hi','sl','Hindi'),(1308,'hi','so','Hindi'),(1309,'hi','sq','Hindi'),(1310,'hi','sr','хинди'),(1311,'hi','sv','Hindi'),(1312,'hi','ta','Hindi'),(1313,'hi','th','ฮินดิ'),(1314,'hi','tr','Hintçe'),(1315,'hi','uk','Hindi'),(1316,'hi','ur','Hindi'),(1317,'hi','uz','Hindi'),(1318,'hi','vi','Hindi'),(1319,'hi','yi','Hindi'),(1320,'hi','zh-hans','印地语'),(1321,'hi','zu','Hindi'),(1322,'hi','zh-hant','印地語'),(1323,'hi','ms','Hindi'),(1324,'hr','en','Croatian'),(1325,'hr','es','Croata'),(1326,'hr','de','Kroatisch'),(1327,'hr','fr','Croate'),(1328,'hr','ar','الكرواتية'),(1329,'hr','bs','Croatian'),(1330,'hr','bg','Хърватски'),(1331,'hr','ca','Croatian'),(1332,'hr','cs','Chorvatský'),(1333,'hr','sk','Chorvátština'),(1334,'hr','cy','Croatian'),(1335,'hr','da','Croatian'),(1336,'hr','el','Κροατικα'),(1337,'hr','eo','Croatian'),(1338,'hr','et','Croatian'),(1339,'hr','eu','Croatian'),(1340,'hr','fa','Croatian'),(1341,'hr','fi','kroatia'),(1342,'hr','ga','Croatian'),(1343,'hr','he','קרוטאית'),(1344,'hr','hi','Croatian'),(1345,'hr','hr','Hrvatski'),(1346,'hr','hu','horvát'),(1347,'hr','hy','Croatian'),(1348,'hr','id','Croatian'),(1349,'hr','is','Croatian'),(1350,'hr','it','Croato'),(1351,'hr','ja','クロアチア語'),(1352,'hr','ko','크로아시아어'),(1353,'hr','ku','Croatian'),(1354,'hr','la','Croatian'),(1355,'hr','lv','Croatian'),(1356,'hr','lt','Croatian'),(1357,'hr','mk','Croatian'),(1358,'hr','mt','Croatian'),(1359,'hr','mn','Croatian'),(1360,'hr','ne','Croatian'),(1361,'hr','nl','Kroatisch'),(1362,'hr','no','Kroatisk'),(1363,'hr','pa','Croatian'),(1364,'hr','pl','chorwacki'),(1365,'hr','pt-pt','Croata'),(1366,'hr','pt-br','Croata'),(1367,'hr','qu','Croatian'),(1368,'hr','ro','Croată'),(1369,'hr','ru','Хорватский'),(1370,'hr','sl','Hrvaški'),(1371,'hr','so','Croatian'),(1372,'hr','sq','Croatian'),(1373,'hr','sr','хрватски'),(1374,'hr','sv','Kroatiska'),(1375,'hr','ta','Croatian'),(1376,'hr','th','โครเอเชีย'),(1377,'hr','tr','Hırvatça'),(1378,'hr','uk','Croatian'),(1379,'hr','ur','Croatian'),(1380,'hr','uz','Croatian'),(1381,'hr','vi','Croatian'),(1382,'hr','yi','Croatian'),(1383,'hr','zh-hans','克罗地亚语'),(1384,'hr','zu','Croatian'),(1385,'hr','zh-hant','克羅地亞語'),(1386,'hr','ms','Croatian'),(1387,'hu','en','Hungarian'),(1388,'hu','es','Húngaro'),(1389,'hu','de','Ungarisch'),(1390,'hu','fr','Hongrois'),(1391,'hu','ar','الهنغارية'),(1392,'hu','bs','Hungarian'),(1393,'hu','bg','Унгарски'),(1394,'hu','ca','Hungarian'),(1395,'hu','cs','Maďarština'),(1396,'hu','sk','Maďarčina'),(1397,'hu','cy','Hungarian'),(1398,'hu','da','Hungarian'),(1399,'hu','el','Ουγγρικα'),(1400,'hu','eo','Hungarian'),(1401,'hu','et','Hungarian'),(1402,'hu','eu','Hungarian'),(1403,'hu','fa','Hungarian'),(1404,'hu','fi','unkari'),(1405,'hu','ga','Hungarian'),(1406,'hu','he','הונגרית'),(1407,'hu','hi','Hungarian'),(1408,'hu','hr','Mađarski'),(1409,'hu','hu','Magyar'),(1410,'hu','hy','Hungarian'),(1411,'hu','id','Hungarian'),(1412,'hu','is','Hungarian'),(1413,'hu','it','Ungherese'),(1414,'hu','ja','ハンガリー語'),(1415,'hu','ko','헝가리어'),(1416,'hu','ku','Hungarian'),(1417,'hu','la','Hungarian'),(1418,'hu','lv','Hungarian'),(1419,'hu','lt','Hungarian'),(1420,'hu','mk','Hungarian'),(1421,'hu','mt','Hungarian'),(1422,'hu','mn','Hungarian'),(1423,'hu','ne','Hungarian'),(1424,'hu','nl','Hongaars'),(1425,'hu','no','Ungarsk'),(1426,'hu','pa','Hungarian'),(1427,'hu','pl','węgierski'),(1428,'hu','pt-pt','Húngaro'),(1429,'hu','pt-br','Húngaro'),(1430,'hu','qu','Hungarian'),(1431,'hu','ro','Ungară'),(1432,'hu','ru','Венгерский'),(1433,'hu','sl','Madžarski'),(1434,'hu','so','Hungarian'),(1435,'hu','sq','Hungarian'),(1436,'hu','sr','мађарски'),(1437,'hu','sv','Ungerska'),(1438,'hu','ta','Hungarian'),(1439,'hu','th','ฮังการี'),(1440,'hu','tr','Macarca'),(1441,'hu','uk','Hungarian'),(1442,'hu','ur','Hungarian'),(1443,'hu','uz','Hungarian'),(1444,'hu','vi','Hungarian'),(1445,'hu','yi','Hungarian'),(1446,'hu','zh-hans','匈牙利语'),(1447,'hu','zu','Hungarian'),(1448,'hu','zh-hant','匈牙利語'),(1449,'hu','ms','Hungarian'),(1450,'hy','en','Armenian'),(1451,'hy','es','Armenio'),(1452,'hy','de','Armenisch'),(1453,'hy','fr','Arménien'),(1454,'hy','ar','الأرمينية'),(1455,'hy','bs','Armenian'),(1456,'hy','bg','Арменски'),(1457,'hy','ca','Armenian'),(1458,'hy','cs','Arménský'),(1459,'hy','sk','Arménčina'),(1460,'hy','cy','Armenian'),(1461,'hy','da','Armenian'),(1462,'hy','el','Αρμενικα'),(1463,'hy','eo','Armenian'),(1464,'hy','et','Armenian'),(1465,'hy','eu','Armenian'),(1466,'hy','fa','Armenian'),(1467,'hy','fi','armenia'),(1468,'hy','ga','Armenian'),(1469,'hy','he','ארמנית'),(1470,'hy','hi','Armenian'),(1471,'hy','hr','Armenac'),(1472,'hy','hu','örmény'),(1473,'hy','hy','Հայերեն'),(1474,'hy','id','Armenian'),(1475,'hy','is','Armenian'),(1476,'hy','it','Armeno'),(1477,'hy','ja','アルメニア語'),(1478,'hy','ko','아르메니아어'),(1479,'hy','ku','Armenian'),(1480,'hy','la','Armenian'),(1481,'hy','lv','Armenian'),(1482,'hy','lt','Armenian'),(1483,'hy','mk','Armenian'),(1484,'hy','mt','Armenian'),(1485,'hy','mn','Armenian'),(1486,'hy','ne','Armenian'),(1487,'hy','nl','Armeens'),(1488,'hy','no','Armensk'),(1489,'hy','pa','Armenian'),(1490,'hy','pl','ormiański'),(1491,'hy','pt-pt','Arménio'),(1492,'hy','pt-br','Arménio'),(1493,'hy','qu','Armenian'),(1494,'hy','ro','Armeană'),(1495,'hy','ru','Армянский'),(1496,'hy','sl','Armenski'),(1497,'hy','so','Armenian'),(1498,'hy','sq','Armenian'),(1499,'hy','sr','јерменски'),(1500,'hy','sv','Armeniska'),(1501,'hy','ta','Armenian'),(1502,'hy','th','อาร์เมเนีย'),(1503,'hy','tr','Ermenice'),(1504,'hy','uk','Armenian'),(1505,'hy','ur','Armenian'),(1506,'hy','uz','Armenian'),(1507,'hy','vi','Armenian'),(1508,'hy','yi','Armenian'),(1509,'hy','zh-hans','亚美尼亚语'),(1510,'hy','zu','Armenian'),(1511,'hy','zh-hant','亞美尼亞語'),(1512,'hy','ms','Armenian'),(1513,'id','en','Indonesian'),(1514,'id','es','Indonesio'),(1515,'id','de','Indonesisch'),(1516,'id','fr','Indonésien'),(1517,'id','ar','الأندونيسية'),(1518,'id','bs','Indonesian'),(1519,'id','bg','Индонезийски'),(1520,'id','ca','Indonesian'),(1521,'id','cs','Indonéský'),(1522,'id','sk','Indonézčina'),(1523,'id','cy','Indonesian'),(1524,'id','da','Indonesian'),(1525,'id','el','Ινδονησιακα'),(1526,'id','eo','Indonesian'),(1527,'id','et','Indonesian'),(1528,'id','eu','Indonesian'),(1529,'id','fa','Indonesian'),(1530,'id','fi','indonesia'),(1531,'id','ga','Indonesian'),(1532,'id','he','אינדונזית'),(1533,'id','hi','Indonesian'),(1534,'id','hr','Indonezijski'),(1535,'id','hu','indonéz'),(1536,'id','hy','Indonesian'),(1537,'id','id','Indonesia'),(1538,'id','is','Indonesian'),(1539,'id','it','Indonesiano'),(1540,'id','ja','インドネシア語'),(1541,'id','ko','인도네시아어'),(1542,'id','ku','Indonesian'),(1543,'id','la','Indonesian'),(1544,'id','lv','Indonesian'),(1545,'id','lt','Indonesian'),(1546,'id','mk','Indonesian'),(1547,'id','mt','Indonesian'),(1548,'id','mn','Indonesian'),(1549,'id','ne','Indonesian'),(1550,'id','nl','Indonesisch'),(1551,'id','no','Indonesian'),(1552,'id','pa','Indonesian'),(1553,'id','pl','indonezyjski'),(1554,'id','pt-pt','Indonésio'),(1555,'id','pt-br','Indonésio'),(1556,'id','qu','Indonesian'),(1557,'id','ro','Indoneziană'),(1558,'id','ru','Индонезийский'),(1559,'id','sl','Indonezijski'),(1560,'id','so','Indonesian'),(1561,'id','sq','Indonesian'),(1562,'id','sr','индонезијски'),(1563,'id','sv','Indonesiska'),(1564,'id','ta','Indonesian'),(1565,'id','th','อินโดนีเซีย'),(1566,'id','tr','Endonezya dili'),(1567,'id','uk','Indonesian'),(1568,'id','ur','Indonesian'),(1569,'id','uz','Indonesian'),(1570,'id','vi','Indonesian'),(1571,'id','yi','Indonesian'),(1572,'id','zh-hans','印度尼西亚语'),(1573,'id','zu','Indonesian'),(1574,'id','zh-hant','印尼語'),(1575,'id','ms','Indonesian'),(1576,'is','en','Icelandic'),(1577,'is','es','Islandés'),(1578,'is','de','Isländisch'),(1579,'is','fr','Islandais'),(1580,'is','ar','الأيسلاندية'),(1581,'is','bs','Icelandic'),(1582,'is','bg','Исландски'),(1583,'is','ca','Icelandic'),(1584,'is','cs','Islandský'),(1585,'is','sk','Islančina'),(1586,'is','cy','Icelandic'),(1587,'is','da','Icelandic'),(1588,'is','el','Ισλανδικα'),(1589,'is','eo','Icelandic'),(1590,'is','et','Icelandic'),(1591,'is','eu','Icelandic'),(1592,'is','fa','Icelandic'),(1593,'is','fi','islanti'),(1594,'is','ga','Icelandic'),(1595,'is','he','איסלנדית'),(1596,'is','hi','Icelandic'),(1597,'is','hr','Islandski'),(1598,'is','hu','izlandi'),(1599,'is','hy','Icelandic'),(1600,'is','id','Icelandic'),(1601,'is','is','Íslenska'),(1602,'is','it','Islandese'),(1603,'is','ja','アイスランド語'),(1604,'is','ko','아이슬랜드어'),(1605,'is','ku','Icelandic'),(1606,'is','la','Icelandic'),(1607,'is','lv','Icelandic'),(1608,'is','lt','Icelandic'),(1609,'is','mk','Icelandic'),(1610,'is','mt','Icelandic'),(1611,'is','mn','Icelandic'),(1612,'is','ne','Icelandic'),(1613,'is','nl','Ijslands'),(1614,'is','no','Islandsk'),(1615,'is','pa','Icelandic'),(1616,'is','pl','islandzki'),(1617,'is','pt-pt','Islandês'),(1618,'is','pt-br','Islandês'),(1619,'is','qu','Icelandic'),(1620,'is','ro','Islandeză'),(1621,'is','ru','Исландский'),(1622,'is','sl','Islandski'),(1623,'is','so','Icelandic'),(1624,'is','sq','Icelandic'),(1625,'is','sr','исландски'),(1626,'is','sv','Isländska'),(1627,'is','ta','Icelandic'),(1628,'is','th','ไอซ์แลนด์'),(1629,'is','tr','İzlandaca'),(1630,'is','uk','Icelandic'),(1631,'is','ur','Icelandic'),(1632,'is','uz','Icelandic'),(1633,'is','vi','Icelandic'),(1634,'is','yi','Icelandic'),(1635,'is','zh-hans','冰岛语'),(1636,'is','zu','Icelandic'),(1637,'is','zh-hant','冰島語'),(1638,'is','ms','Icelandic'),(1639,'it','en','Italian'),(1640,'it','es','Italiano'),(1641,'it','de','Italienisch'),(1642,'it','fr','Italien'),(1643,'it','ar','الإيطالية'),(1644,'it','bs','Italian'),(1645,'it','bg','Италиански'),(1646,'it','ca','Italian'),(1647,'it','cs','Ital'),(1648,'it','sk','Taliančina'),(1649,'it','cy','Italian'),(1650,'it','da','Italian'),(1651,'it','el','Ιταλικα'),(1652,'it','eo','Italian'),(1653,'it','et','Italian'),(1654,'it','eu','Italian'),(1655,'it','fa','Italian'),(1656,'it','fi','italia'),(1657,'it','ga','Italian'),(1658,'it','he','איטלקית'),(1659,'it','hi','Italian'),(1660,'it','hr','Talijanski'),(1661,'it','hu','olasz'),(1662,'it','hy','Italian'),(1663,'it','id','Italian'),(1664,'it','is','Italian'),(1665,'it','it','Italiano'),(1666,'it','ja','イタリア語'),(1667,'it','ko','이태리어'),(1668,'it','ku','Italian'),(1669,'it','la','Italian'),(1670,'it','lv','Italian'),(1671,'it','lt','Italian'),(1672,'it','mk','Italian'),(1673,'it','mt','Italian'),(1674,'it','mn','Italian'),(1675,'it','ne','Italian'),(1676,'it','nl','Italiaans'),(1677,'it','no','Italiensk'),(1678,'it','pa','Italian'),(1679,'it','pl','włoski'),(1680,'it','pt-pt','Italiano'),(1681,'it','pt-br','Italiano'),(1682,'it','qu','Italian'),(1683,'it','ro','Italiană'),(1684,'it','ru','Итальянский'),(1685,'it','sl','Italijanski'),(1686,'it','so','Italian'),(1687,'it','sq','Italian'),(1688,'it','sr','италијански'),(1689,'it','sv','Italienska'),(1690,'it','ta','Italian'),(1691,'it','th','อิตาลี'),(1692,'it','tr','İtalyanca'),(1693,'it','uk','Italian'),(1694,'it','ur','Italian'),(1695,'it','uz','Italian'),(1696,'it','vi','Italian'),(1697,'it','yi','Italian'),(1698,'it','zh-hans','意大利语'),(1699,'it','zu','Italian'),(1700,'it','zh-hant','義大利語'),(1701,'it','ms','Italian'),(1702,'ja','en','Japanese'),(1703,'ja','es','Japonés'),(1704,'ja','de','Japanisch'),(1705,'ja','fr','Japonais'),(1706,'ja','ar','اليابانية'),(1707,'ja','bs','Japanese'),(1708,'ja','bg','Японски'),(1709,'ja','ca','Japanese'),(1710,'ja','cs','Japonský'),(1711,'ja','sk','Japonština'),(1712,'ja','cy','Japanese'),(1713,'ja','da','Japanese'),(1714,'ja','el','Ιαπωνικα'),(1715,'ja','eo','Japanese'),(1716,'ja','et','Japanese'),(1717,'ja','eu','Japanese'),(1718,'ja','fa','Japanese'),(1719,'ja','fi','japani'),(1720,'ja','ga','Japanese'),(1721,'ja','he','יפנית'),(1722,'ja','hi','Japanese'),(1723,'ja','hr','Japanski'),(1724,'ja','hu','japán'),(1725,'ja','hy','Japanese'),(1726,'ja','id','Japanese'),(1727,'ja','is','Japanese'),(1728,'ja','it','Giapponese'),(1729,'ja','ja','日本語'),(1730,'ja','ko','일어'),(1731,'ja','ku','Japanese'),(1732,'ja','la','Japanese'),(1733,'ja','lv','Japanese'),(1734,'ja','lt','Japanese'),(1735,'ja','mk','Japanese'),(1736,'ja','mt','Japanese'),(1737,'ja','mn','Japanese'),(1738,'ja','ne','Japanese'),(1739,'ja','nl','Japans'),(1740,'ja','no','Japansk'),(1741,'ja','pa','Japanese'),(1742,'ja','pl','japoński'),(1743,'ja','pt-pt','Japonês'),(1744,'ja','pt-br','Japonês'),(1745,'ja','qu','Japanese'),(1746,'ja','ro','Japoneză'),(1747,'ja','ru','Японский'),(1748,'ja','sl','Japonski'),(1749,'ja','so','Japanese'),(1750,'ja','sq','Japanese'),(1751,'ja','sr','јапански'),(1752,'ja','sv','Japanska'),(1753,'ja','ta','Japanese'),(1754,'ja','th','ญี่ปุ่น'),(1755,'ja','tr','Japonca'),(1756,'ja','uk','Japanese'),(1757,'ja','ur','Japanese'),(1758,'ja','uz','Japanese'),(1759,'ja','vi','Japanese'),(1760,'ja','yi','Japanese'),(1761,'ja','zh-hans','日语'),(1762,'ja','zu','Japanese'),(1763,'ja','zh-hant','日語'),(1764,'ja','ms','Japanese'),(1765,'ko','en','Korean'),(1766,'ko','es','Coreano'),(1767,'ko','de','Koreanisch'),(1768,'ko','fr','Coréen'),(1769,'ko','ar','الكورية'),(1770,'ko','bs','Korean'),(1771,'ko','bg','Корейски'),(1772,'ko','ca','Korean'),(1773,'ko','cs','Korejský'),(1774,'ko','sk','Kórejčina'),(1775,'ko','cy','Korean'),(1776,'ko','da','Korean'),(1777,'ko','el','Κορεατικα'),(1778,'ko','eo','Korean'),(1779,'ko','et','Korean'),(1780,'ko','eu','Korean'),(1781,'ko','fa','Korean'),(1782,'ko','fi','korea'),(1783,'ko','ga','Korean'),(1784,'ko','he','קוראנית'),(1785,'ko','hi','Korean'),(1786,'ko','hr','Korejski'),(1787,'ko','hu','koreai'),(1788,'ko','hy','Korean'),(1789,'ko','id','Korean'),(1790,'ko','is','Korean'),(1791,'ko','it','Coreano'),(1792,'ko','ja','韓国語'),(1793,'ko','ko','한국어'),(1794,'ko','ku','Korean'),(1795,'ko','la','Korean'),(1796,'ko','lv','Korean'),(1797,'ko','lt','Korean'),(1798,'ko','mk','Korean'),(1799,'ko','mt','Korean'),(1800,'ko','mn','Korean'),(1801,'ko','ne','Korean'),(1802,'ko','nl','Koreaans'),(1803,'ko','no','Koreanske'),(1804,'ko','pa','Korean'),(1805,'ko','pl','koreański'),(1806,'ko','pt-pt','Coreano'),(1807,'ko','pt-br','Coreano'),(1808,'ko','qu','Korean'),(1809,'ko','ro','Coreană'),(1810,'ko','ru','Корейский'),(1811,'ko','sl','Korejski'),(1812,'ko','so','Korean'),(1813,'ko','sq','Korean'),(1814,'ko','sr','корејски'),(1815,'ko','sv','Koreanska'),(1816,'ko','ta','Korean'),(1817,'ko','th','เกาหลี'),(1818,'ko','tr','Kore dili'),(1819,'ko','uk','Korean'),(1820,'ko','ur','Korean'),(1821,'ko','uz','Korean'),(1822,'ko','vi','Korean'),(1823,'ko','yi','Korean'),(1824,'ko','zh-hans','韩语'),(1825,'ko','zu','Korean'),(1826,'ko','zh-hant','韓語'),(1827,'ko','ms','Korean'),(1828,'ku','en','Kurdish'),(1829,'ku','es','Kurdo'),(1830,'ku','de','Kurdisch'),(1831,'ku','fr','Kurde'),(1832,'ku','ar','الكردية'),(1833,'ku','bs','Kurdish'),(1834,'ku','bg','Кюрдски'),(1835,'ku','ca','Kurdish'),(1836,'ku','cs','Kurdský'),(1837,'ku','sk','Kurdština'),(1838,'ku','cy','Kurdish'),(1839,'ku','da','Kurdish'),(1840,'ku','el','Κουρδικα'),(1841,'ku','eo','Kurdish'),(1842,'ku','et','Kurdish'),(1843,'ku','eu','Kurdish'),(1844,'ku','fa','Kurdish'),(1845,'ku','fi','kurdi'),(1846,'ku','ga','Kurdish'),(1847,'ku','he','כורדית'),(1848,'ku','hi','Kurdish'),(1849,'ku','hr','Kurdski'),(1850,'ku','hu','kurd'),(1851,'ku','hy','Kurdish'),(1852,'ku','id','Kurdish'),(1853,'ku','is','Kurdish'),(1854,'ku','it','Curdo'),(1855,'ku','ja','クルド語'),(1856,'ku','ko','쿠르드어'),(1857,'ku','ku','Kurdish'),(1858,'ku','la','Kurdish'),(1859,'ku','lv','Kurdish'),(1860,'ku','lt','Kurdish'),(1861,'ku','mk','Kurdish'),(1862,'ku','mt','Kurdish'),(1863,'ku','mn','Kurdish'),(1864,'ku','ne','Kurdish'),(1865,'ku','nl','Koerdish'),(1866,'ku','no','Kurdisk'),(1867,'ku','pa','Kurdish'),(1868,'ku','pl','kurdyjski'),(1869,'ku','pt-pt','Curdo'),(1870,'ku','pt-br','Curdo'),(1871,'ku','qu','Kurdish'),(1872,'ku','ro','Kurdă'),(1873,'ku','ru','Курдский'),(1874,'ku','sl','Kurdščina'),(1875,'ku','so','Kurdish'),(1876,'ku','sq','Kurdish'),(1877,'ku','sr','курдски'),(1878,'ku','sv','Kurdiska'),(1879,'ku','ta','Kurdish'),(1880,'ku','th','เคอร์ดิช'),(1881,'ku','tr','Kürtçe'),(1882,'ku','uk','Kurdish'),(1883,'ku','ur','Kurdish'),(1884,'ku','uz','Kurdish'),(1885,'ku','vi','Kurdish'),(1886,'ku','yi','Kurdish'),(1887,'ku','zh-hans','库尔德语'),(1888,'ku','zu','Kurdish'),(1889,'ku','zh-hant','庫爾德語'),(1890,'ku','ms','Kurdish'),(1891,'la','en','Latin'),(1892,'la','es','Latín'),(1893,'la','de','Latein'),(1894,'la','fr','Latin'),(1895,'la','ar','اللاتينية'),(1896,'la','bs','Latin'),(1897,'la','bg','Латински'),(1898,'la','ca','Latin'),(1899,'la','cs','Latina'),(1900,'la','sk','Latinčina'),(1901,'la','cy','Latin'),(1902,'la','da','Latin'),(1903,'la','el','Λατινικη'),(1904,'la','eo','Latin'),(1905,'la','et','Latin'),(1906,'la','eu','Latin'),(1907,'la','fa','Latin'),(1908,'la','fi','latina'),(1909,'la','ga','Latin'),(1910,'la','he','לטינית'),(1911,'la','hi','Latin'),(1912,'la','hr','Latin'),(1913,'la','hu','latin'),(1914,'la','hy','Latin'),(1915,'la','id','Latin'),(1916,'la','is','Latin'),(1917,'la','it','Latino'),(1918,'la','ja','ラテン語'),(1919,'la','ko','라틴어'),(1920,'la','ku','Latin'),(1921,'la','la','Latin'),(1922,'la','lv','Latin'),(1923,'la','lt','Latin'),(1924,'la','mk','Latin'),(1925,'la','mt','Latin'),(1926,'la','mn','Latin'),(1927,'la','ne','Latin'),(1928,'la','nl','Latijn'),(1929,'la','no','Latin'),(1930,'la','pa','Latin'),(1931,'la','pl','łaciński'),(1932,'la','pt-pt','Latim'),(1933,'la','pt-br','Latim'),(1934,'la','qu','Latin'),(1935,'la','ro','Latină'),(1936,'la','ru','Латинский'),(1937,'la','sl','Latinščina'),(1938,'la','so','Latin'),(1939,'la','sq','Latin'),(1940,'la','sr','латински'),(1941,'la','sv','Latin'),(1942,'la','ta','Latin'),(1943,'la','th','ละติน'),(1944,'la','tr','Latince'),(1945,'la','uk','Latin'),(1946,'la','ur','Latin'),(1947,'la','uz','Latin'),(1948,'la','vi','Latin'),(1949,'la','yi','Latin'),(1950,'la','zh-hans','拉丁语'),(1951,'la','zu','Latin'),(1952,'la','zh-hant','拉丁語'),(1953,'la','ms','Latin'),(1954,'lv','en','Latvian'),(1955,'lv','es','Letón'),(1956,'lv','de','Lettisch'),(1957,'lv','fr','Letton'),(1958,'lv','ar','اللاتفية'),(1959,'lv','bs','Latvian'),(1960,'lv','bg','Латвийски'),(1961,'lv','ca','Latvian'),(1962,'lv','cs','Lotyština'),(1963,'lv','sk','Lotyština'),(1964,'lv','cy','Latvian'),(1965,'lv','da','Latvian'),(1966,'lv','el','Λετονικα'),(1967,'lv','eo','Latvian'),(1968,'lv','et','Latvian'),(1969,'lv','eu','Latvian'),(1970,'lv','fa','Latvian'),(1971,'lv','fi','latvia'),(1972,'lv','ga','Latvian'),(1973,'lv','he','לטבית'),(1974,'lv','hi','Latvian'),(1975,'lv','hr','Letonski'),(1976,'lv','hu','lett'),(1977,'lv','hy','Latvian'),(1978,'lv','id','Latvian'),(1979,'lv','is','Latvian'),(1980,'lv','it','Lettone'),(1981,'lv','ja','ラトビア語'),(1982,'lv','ko','라트비아어'),(1983,'lv','ku','Latvian'),(1984,'lv','la','Latvian'),(1985,'lv','lv','Latviešu'),(1986,'lv','lt','Latvian'),(1987,'lv','mk','Latvian'),(1988,'lv','mt','Latvian'),(1989,'lv','mn','Latvian'),(1990,'lv','ne','Latvian'),(1991,'lv','nl','Lets'),(1992,'lv','no','Latvisk'),(1993,'lv','pa','Latvian'),(1994,'lv','pl','łotewski'),(1995,'lv','pt-pt','Letão'),(1996,'lv','pt-br','Letão'),(1997,'lv','qu','Latvian'),(1998,'lv','ro','Letoniană'),(1999,'lv','ru','латышский'),(2000,'lv','sl','Latvijščina'),(2001,'lv','so','Latvian'),(2002,'lv','sq','Latvian'),(2003,'lv','sr','летонски'),(2004,'lv','sv','Lettiska'),(2005,'lv','ta','Latvian'),(2006,'lv','th','ลัตเวีย'),(2007,'lv','tr','Letonca'),(2008,'lv','uk','Latvian'),(2009,'lv','ur','Latvian'),(2010,'lv','uz','Latvian'),(2011,'lv','vi','Latvian'),(2012,'lv','yi','Latvian'),(2013,'lv','zh-hans','拉脱维亚语'),(2014,'lv','zu','Latvian'),(2015,'lv','zh-hant','拉脫維亞語'),(2016,'lv','ms','Latvian'),(2017,'lt','en','Lithuanian'),(2018,'lt','es','Lituano'),(2019,'lt','de','Litauisch'),(2020,'lt','fr','Lituanien'),(2021,'lt','ar','اللتوانية'),(2022,'lt','bs','Lithuanian'),(2023,'lt','bg','Литовски'),(2024,'lt','ca','Lithuanian'),(2025,'lt','cs','litevský'),(2026,'lt','sk','Litovčina'),(2027,'lt','cy','Lithuanian'),(2028,'lt','da','Lithuanian'),(2029,'lt','el','Λιθουανικα'),(2030,'lt','eo','Lithuanian'),(2031,'lt','et','Lithuanian'),(2032,'lt','eu','Lithuanian'),(2033,'lt','fa','Lithuanian'),(2034,'lt','fi','liettua'),(2035,'lt','ga','Lithuanian'),(2036,'lt','he','ליטאית'),(2037,'lt','hi','Lithuanian'),(2038,'lt','hr','Litvanski'),(2039,'lt','hu','litván'),(2040,'lt','hy','Lithuanian'),(2041,'lt','id','Lithuanian'),(2042,'lt','is','Lithuanian'),(2043,'lt','it','Lituano'),(2044,'lt','ja','リトアニア語'),(2045,'lt','ko','리투아니아어'),(2046,'lt','ku','Lithuanian'),(2047,'lt','la','Lithuanian'),(2048,'lt','lv','Lithuanian'),(2049,'lt','lt','Lietuvos'),(2050,'lt','mk','Lithuanian'),(2051,'lt','mt','Lithuanian'),(2052,'lt','mn','Lithuanian'),(2053,'lt','ne','Lithuanian'),(2054,'lt','nl','Litouws'),(2055,'lt','no','Litauisk'),(2056,'lt','pa','Lithuanian'),(2057,'lt','pl','litewski'),(2058,'lt','pt-pt','Lituano'),(2059,'lt','pt-br','Lituano'),(2060,'lt','qu','Lithuanian'),(2061,'lt','ro','Lituaniană'),(2062,'lt','ru','Литовский'),(2063,'lt','sl','Litovščina'),(2064,'lt','so','Lithuanian'),(2065,'lt','sq','Lithuanian'),(2066,'lt','sr','литвански'),(2067,'lt','sv','Litauiska'),(2068,'lt','ta','Lithuanian'),(2069,'lt','th','ลิธัวเนีย'),(2070,'lt','tr','Litvanyaca'),(2071,'lt','uk','Lithuanian'),(2072,'lt','ur','Lithuanian'),(2073,'lt','uz','Lithuanian'),(2074,'lt','vi','Lithuanian'),(2075,'lt','yi','Lithuanian'),(2076,'lt','zh-hans','立陶宛语'),(2077,'lt','zu','Lithuanian'),(2078,'lt','zh-hant','立陶宛語'),(2079,'lt','ms','Lithuanian'),(2080,'mk','en','Macedonian'),(2081,'mk','es','Macedonio'),(2082,'mk','de','Mazedonisch'),(2083,'mk','fr','Macédonien'),(2084,'mk','ar','المقدونية'),(2085,'mk','bs','Macedonian'),(2086,'mk','bg','Македонски'),(2087,'mk','ca','Macedonian'),(2088,'mk','cs','Makedonský'),(2089,'mk','sk','Macedónština'),(2090,'mk','cy','Macedonian'),(2091,'mk','da','Macedonian'),(2092,'mk','el','Μακεδονικο'),(2093,'mk','eo','Macedonian'),(2094,'mk','et','Macedonian'),(2095,'mk','eu','Macedonian'),(2096,'mk','fa','Macedonian'),(2097,'mk','fi','makedonia'),(2098,'mk','ga','Macedonian'),(2099,'mk','he','מקדונית'),(2100,'mk','hi','Macedonian'),(2101,'mk','hr','Makedonski'),(2102,'mk','hu','macedón'),(2103,'mk','hy','Macedonian'),(2104,'mk','id','Macedonian'),(2105,'mk','is','Macedonian'),(2106,'mk','it','Macedone'),(2107,'mk','ja','マケドニア語'),(2108,'mk','ko','마케도니아어'),(2109,'mk','ku','Macedonian'),(2110,'mk','la','Macedonian'),(2111,'mk','lv','Macedonian'),(2112,'mk','lt','Macedonian'),(2113,'mk','mk','македонски'),(2114,'mk','mt','Macedonian'),(2115,'mk','mn','Macedonian'),(2116,'mk','ne','Macedonian'),(2117,'mk','nl','Macedonisch'),(2118,'mk','no','Makedonsk'),(2119,'mk','pa','Macedonian'),(2120,'mk','pl','macedoński'),(2121,'mk','pt-pt','Macedônio'),(2122,'mk','pt-br','Macedônio'),(2123,'mk','qu','Macedonian'),(2124,'mk','ro','Macedoniană'),(2125,'mk','ru','Македонский'),(2126,'mk','sl','Makedonski'),(2127,'mk','so','Macedonian'),(2128,'mk','sq','Macedonian'),(2129,'mk','sr','македонски'),(2130,'mk','sv','Makedonska'),(2131,'mk','ta','Macedonian'),(2132,'mk','th','มาซิโดเนีย'),(2133,'mk','tr','Makedonyaca'),(2134,'mk','uk','Macedonian'),(2135,'mk','ur','Macedonian'),(2136,'mk','uz','Macedonian'),(2137,'mk','vi','Macedonian'),(2138,'mk','yi','Macedonian'),(2139,'mk','zh-hans','马其顿语'),(2140,'mk','zu','Macedonian'),(2141,'mk','zh-hant','馬其頓語'),(2142,'mk','ms','Macedonian'),(2143,'mt','en','Maltese'),(2144,'mt','es','Maltés'),(2145,'mt','de','Maltesisch'),(2146,'mt','fr','Maltais'),(2147,'mt','ar','المالطية'),(2148,'mt','bs','Maltese'),(2149,'mt','bg','Малтийски'),(2150,'mt','ca','Maltese'),(2151,'mt','cs','Maltština'),(2152,'mt','sk','Maltézština'),(2153,'mt','cy','Maltese'),(2154,'mt','da','Maltese'),(2155,'mt','el','Μαλτεζικα'),(2156,'mt','eo','Maltese'),(2157,'mt','et','Maltese'),(2158,'mt','eu','Maltese'),(2159,'mt','fa','Maltese'),(2160,'mt','fi','malta'),(2161,'mt','ga','Maltese'),(2162,'mt','he','מלטזית'),(2163,'mt','hi','Maltese'),(2164,'mt','hr','Malteški'),(2165,'mt','hu','máltai'),(2166,'mt','hy','Maltese'),(2167,'mt','id','Maltese'),(2168,'mt','is','Maltese'),(2169,'mt','it','Maltese'),(2170,'mt','ja','マルタ語'),(2171,'mt','ko','몰타어'),(2172,'mt','ku','Maltese'),(2173,'mt','la','Maltese'),(2174,'mt','lv','Maltese'),(2175,'mt','lt','Maltese'),(2176,'mt','mk','Maltese'),(2177,'mt','mt','Malti'),(2178,'mt','mn','Maltese'),(2179,'mt','ne','Maltese'),(2180,'mt','nl','Maltees'),(2181,'mt','no','Maltese'),(2182,'mt','pa','Maltese'),(2183,'mt','pl','maltański'),(2184,'mt','pt-pt','Maltês'),(2185,'mt','pt-br','Maltês'),(2186,'mt','qu','Maltese'),(2187,'mt','ro','Malteză'),(2188,'mt','ru','Мальтийский'),(2189,'mt','sl','Malteški'),(2190,'mt','so','Maltese'),(2191,'mt','sq','Maltese'),(2192,'mt','sr','малтешки'),(2193,'mt','sv','Maltesiska'),(2194,'mt','ta','Maltese'),(2195,'mt','th','มอลทีส'),(2196,'mt','tr','Malta dili'),(2197,'mt','uk','Maltese'),(2198,'mt','ur','Maltese'),(2199,'mt','uz','Maltese'),(2200,'mt','vi','Maltese'),(2201,'mt','yi','Maltese'),(2202,'mt','zh-hans','马耳他语'),(2203,'mt','zu','Maltese'),(2204,'mt','zh-hant','馬爾他語'),(2205,'mt','ms','Maltese'),(2206,'mn','en','Mongolian'),(2207,'mn','es','Mongol'),(2208,'mn','de','Mongolisch'),(2209,'mn','fr','Mongol'),(2210,'mn','ar','المنغولية'),(2211,'mn','bs','Mongolian'),(2212,'mn','bg','Монголски'),(2213,'mn','ca','Mongolian'),(2214,'mn','cs','Mongolský'),(2215,'mn','sk','Mongolština'),(2216,'mn','cy','Mongolian'),(2217,'mn','da','Mongolian'),(2218,'mn','el','Μογγολικα'),(2219,'mn','eo','Mongolian'),(2220,'mn','et','Mongolian'),(2221,'mn','eu','Mongolian'),(2222,'mn','fa','Mongolian'),(2223,'mn','fi','mongoli'),(2224,'mn','ga','Mongolian'),(2225,'mn','he','מונגולית'),(2226,'mn','hi','Mongolian'),(2227,'mn','hr','Mongolski'),(2228,'mn','hu','mongol'),(2229,'mn','hy','Mongolian'),(2230,'mn','id','Mongolian'),(2231,'mn','is','Mongolian'),(2232,'mn','it','Mongolo'),(2233,'mn','ja','モンゴル語'),(2234,'mn','ko','몽골어'),(2235,'mn','ku','Mongolian'),(2236,'mn','la','Mongolian'),(2237,'mn','lv','Mongolian'),(2238,'mn','lt','Mongolian'),(2239,'mn','mk','Mongolian'),(2240,'mn','mt','Mongolian'),(2241,'mn','mn','Mongolian'),(2242,'mn','ne','Mongolian'),(2243,'mn','nl','Mongools'),(2244,'mn','no','Mongolsk'),(2245,'mn','pa','Mongolian'),(2246,'mn','pl','mongolski'),(2247,'mn','pt-pt','Mongolian'),(2248,'mn','pt-br','Mongolian'),(2249,'mn','qu','Mongolian'),(2250,'mn','ro','Mongoleză'),(2251,'mn','ru','Монгольский'),(2252,'mn','sl','Mongolski'),(2253,'mn','so','Mongolian'),(2254,'mn','sq','Mongolian'),(2255,'mn','sr','монголски'),(2256,'mn','sv','Mongoliska'),(2257,'mn','ta','Mongolian'),(2258,'mn','th','มองโกเลีย'),(2259,'mn','tr','Mongolca'),(2260,'mn','uk','Mongolian'),(2261,'mn','ur','Mongolian'),(2262,'mn','uz','Mongolian'),(2263,'mn','vi','Mongolian'),(2264,'mn','yi','Mongolian'),(2265,'mn','zh-hans','蒙古语'),(2266,'mn','zu','Mongolian'),(2267,'mn','zh-hant','蒙古語'),(2268,'mn','ms','Mongolian'),(2269,'ne','en','Nepali'),(2270,'ne','es','Nepalí'),(2271,'ne','de','Nepali'),(2272,'ne','fr','Népalais'),(2273,'ne','ar','النيبالية'),(2274,'ne','bs','Nepali'),(2275,'ne','bg','Непалски'),(2276,'ne','ca','Nepali'),(2277,'ne','cs','Nepálský'),(2278,'ne','sk','Nepálčina'),(2279,'ne','cy','Nepali'),(2280,'ne','da','Nepali'),(2281,'ne','el','Νεπαλι'),(2282,'ne','eo','Nepali'),(2283,'ne','et','Nepali'),(2284,'ne','eu','Nepali'),(2285,'ne','fa','Nepali'),(2286,'ne','fi','nepali'),(2287,'ne','ga','Nepali'),(2288,'ne','he','נפאלית'),(2289,'ne','hi','Nepali'),(2290,'ne','hr','Nepalski'),(2291,'ne','hu','nepáli'),(2292,'ne','hy','Nepali'),(2293,'ne','id','Nepali'),(2294,'ne','is','Nepali'),(2295,'ne','it','Nepalese'),(2296,'ne','ja','ネパール語'),(2297,'ne','ko','네팔어'),(2298,'ne','ku','Nepali'),(2299,'ne','la','Nepali'),(2300,'ne','lv','Nepali'),(2301,'ne','lt','Nepali'),(2302,'ne','mk','Nepali'),(2303,'ne','mt','Nepali'),(2304,'ne','mn','Nepali'),(2305,'ne','ne','Nepali'),(2306,'ne','nl','Nepalees'),(2307,'ne','no','Nepali'),(2308,'ne','pa','Nepali'),(2309,'ne','pl','nepalski'),(2310,'ne','pt-pt','Nepali'),(2311,'ne','pt-br','Nepali'),(2312,'ne','qu','Nepali'),(2313,'ne','ro','Nepaleză'),(2314,'ne','ru','Непальский'),(2315,'ne','sl','Nepalščina'),(2316,'ne','so','Nepali'),(2317,'ne','sq','Nepali'),(2318,'ne','sr','непалски'),(2319,'ne','sv','Nepalesiska'),(2320,'ne','ta','Nepali'),(2321,'ne','th','เนปาล'),(2322,'ne','tr','Nepal dili'),(2323,'ne','uk','Nepali'),(2324,'ne','ur','Nepali'),(2325,'ne','uz','Nepali'),(2326,'ne','vi','Nepali'),(2327,'ne','yi','Nepali'),(2328,'ne','zh-hans','尼泊尔语'),(2329,'ne','zu','Nepali'),(2330,'ne','zh-hant','尼泊爾語'),(2331,'ne','ms','Nepali'),(2332,'nl','en','Dutch'),(2333,'nl','es','Holandés'),(2334,'nl','de','Niederländisch'),(2335,'nl','fr','Néerlandais'),(2336,'nl','ar','الهولندية'),(2337,'nl','bs','Dutch'),(2338,'nl','bg','Холандски'),(2339,'nl','ca','Dutch'),(2340,'nl','cs','Holandský'),(2341,'nl','sk','Holandčina'),(2342,'nl','cy','Dutch'),(2343,'nl','da','Dutch'),(2344,'nl','el','Ολλανδικα'),(2345,'nl','eo','Dutch'),(2346,'nl','et','Dutch'),(2347,'nl','eu','Dutch'),(2348,'nl','fa','Dutch'),(2349,'nl','fi','hollanti'),(2350,'nl','ga','Dutch'),(2351,'nl','he','הולנדית'),(2352,'nl','hi','Dutch'),(2353,'nl','hr','Holandski'),(2354,'nl','hu','holland'),(2355,'nl','hy','Dutch'),(2356,'nl','id','Dutch'),(2357,'nl','is','Dutch'),(2358,'nl','it','Olandese'),(2359,'nl','ja','オランダ語'),(2360,'nl','ko','화란어'),(2361,'nl','ku','Dutch'),(2362,'nl','la','Dutch'),(2363,'nl','lv','Dutch'),(2364,'nl','lt','Dutch'),(2365,'nl','mk','Dutch'),(2366,'nl','mt','Dutch'),(2367,'nl','mn','Dutch'),(2368,'nl','ne','Dutch'),(2369,'nl','nl','Nederlands'),(2370,'nl','no','Nederlandsk'),(2371,'nl','pa','Dutch'),(2372,'nl','pl','holenderski'),(2373,'nl','pt-pt','Holandês'),(2374,'nl','pt-br','Holandês'),(2375,'nl','qu','Dutch'),(2376,'nl','ro','Olaneză'),(2377,'nl','ru','Голландский'),(2378,'nl','sl','Nizozemščina'),(2379,'nl','so','Dutch'),(2380,'nl','sq','Dutch'),(2381,'nl','sr','холандски'),(2382,'nl','sv','Nederländska'),(2383,'nl','ta','Dutch'),(2384,'nl','th','ดัตช์'),(2385,'nl','tr','Hollandaca'),(2386,'nl','uk','Dutch'),(2387,'nl','ur','Dutch'),(2388,'nl','uz','Dutch'),(2389,'nl','vi','Dutch'),(2390,'nl','yi','Dutch'),(2391,'nl','zh-hans','荷兰语'),(2392,'nl','zu','Dutch'),(2393,'nl','zh-hant','荷蘭語'),(2394,'nl','ms','Dutch'),(2395,'no','en','Norwegian Bokmål'),(2396,'no','es','Bokmål'),(2397,'no','de','Norwegisch (Buchsprache)'),(2398,'no','fr','Norvégien Bokmål'),(2399,'no','ar','البوكمالية النرويجية'),(2400,'no','bs','Norwegian Bokmål'),(2401,'no','bg','Норвежки книжовен'),(2402,'no','ca','Norwegian Bokmål'),(2403,'no','cs','Norwegian bokmål'),(2404,'no','sk','Nórsky jazyk Bokmål'),(2405,'no','cy','Norwegian Bokmål'),(2406,'no','da','Norwegian Bokmål'),(2407,'no','el','Νορβηγικα'),(2408,'no','eo','Norwegian Bokmål'),(2409,'no','et','Norwegian Bokmål'),(2410,'no','eu','Norwegian Bokmål'),(2411,'no','fa','Norwegian Bokmål'),(2412,'no','fi','kirjanorja'),(2413,'no','ga','Norwegian Bokmål'),(2414,'no','he','נורווגית'),(2415,'no','hi','Norwegian Bokmål'),(2416,'no','hr','Književni norveški'),(2417,'no','hu','norvég bokmål'),(2418,'no','hy','Norwegian Bokmål'),(2419,'no','id','Norwegian Bokmål'),(2420,'no','is','Norwegian Bokmål'),(2421,'no','it','Norvegese Bokmål'),(2422,'no','ja','ノルウェー・ブークモール'),(2423,'no','ko','노르웨이 보크말어'),(2424,'no','ku','Norwegian Bokmål'),(2425,'no','la','Norwegian Bokmål'),(2426,'no','lv','Norwegian Bokmål'),(2427,'no','lt','Norwegian Bokmål'),(2428,'no','mk','Norwegian Bokmål'),(2429,'no','mt','Norwegian Bokmål'),(2430,'no','mn','Norwegian Bokmål'),(2431,'no','ne','Norwegian Bokmål'),(2432,'no','nl','Noors Bokmål'),(2433,'no','no','Norsk bokmål'),(2434,'no','pa','Norwegian Bokmål'),(2435,'no','pl','norweski bokmål'),(2436,'no','pt-pt','Norueguês'),(2437,'no','pt-br','Norueguês'),(2438,'no','qu','Norwegian Bokmål'),(2439,'no','ro','Bokmål (norvegiană)'),(2440,'no','ru','Норвежский букмол'),(2441,'no','sl','Knjižna norveščina'),(2442,'no','so','Norwegian Bokmål'),(2443,'no','sq','Norwegian Bokmål'),(2444,'no','sr','Норвешки бокмал'),(2445,'no','sv','Norskt Bokmål'),(2446,'no','ta','Norwegian Bokmål'),(2447,'no','th','นอร์วิเจียนบอกมาล'),(2448,'no','tr','Bokmal Norveç dili'),(2449,'no','uk','Norwegian Bokmål'),(2450,'no','ur','Norwegian Bokmål'),(2451,'no','uz','Norwegian Bokmål'),(2452,'no','vi','Norwegian Bokmål'),(2453,'no','yi','Norwegian Bokmål'),(2454,'no','zh-hans','挪威布克莫尔语'),(2455,'no','zu','Norwegian Bokmål'),(2456,'no','zh-hant','挪威布克莫爾語'),(2457,'no','ms','Norwegian Bokmål'),(2458,'pa','en','Punjabi'),(2459,'pa','es','Panyabí'),(2460,'pa','de','Pandschabi'),(2461,'pa','fr','Panjabi'),(2462,'pa','ar','البنجابية'),(2463,'pa','bs','Punjabi'),(2464,'pa','bg','Панджабски'),(2465,'pa','ca','Punjabi'),(2466,'pa','cs','Punjabi'),(2467,'pa','sk','Pandžábčina'),(2468,'pa','cy','Punjabi'),(2469,'pa','da','Punjabi'),(2470,'pa','el','Panjabi'),(2471,'pa','eo','Punjabi'),(2472,'pa','et','Punjabi'),(2473,'pa','eu','Punjabi'),(2474,'pa','fa','Punjabi'),(2475,'pa','fi','pandzabi'),(2476,'pa','ga','Punjabi'),(2477,'pa','he','פנג\'אבית'),(2478,'pa','hi','Punjabi'),(2479,'pa','hr','Pendžabljanin'),(2480,'pa','hu','pandzsábi'),(2481,'pa','hy','Punjabi'),(2482,'pa','id','Punjabi'),(2483,'pa','is','Punjabi'),(2484,'pa','it','Panjabi'),(2485,'pa','ja','パンジャーブ語'),(2486,'pa','ko','펀자브어'),(2487,'pa','ku','Punjabi'),(2488,'pa','la','Punjabi'),(2489,'pa','lv','Punjabi'),(2490,'pa','lt','Punjabi'),(2491,'pa','mk','Punjabi'),(2492,'pa','mt','Punjabi'),(2493,'pa','mn','Punjabi'),(2494,'pa','ne','Punjabi'),(2495,'pa','nl','Punjabi'),(2496,'pa','no','Punjabi'),(2497,'pa','pa','Punjabi'),(2498,'pa','pl','pendżabi'),(2499,'pa','pt-pt','Panjabi'),(2500,'pa','pt-br','Panjabi'),(2501,'pa','qu','Punjabi'),(2502,'pa','ro','Punjabi'),(2503,'pa','ru','Панджаби'),(2504,'pa','sl','Pandžabščina'),(2505,'pa','so','Punjabi'),(2506,'pa','sq','Punjabi'),(2507,'pa','sr','панџаби'),(2508,'pa','sv','Punjabi'),(2509,'pa','ta','Punjabi'),(2510,'pa','th','ปัญจาบ'),(2511,'pa','tr','Pencapça'),(2512,'pa','uk','Punjabi'),(2513,'pa','ur','Punjabi'),(2514,'pa','uz','Punjabi'),(2515,'pa','vi','Punjabi'),(2516,'pa','yi','Punjabi'),(2517,'pa','zh-hans','旁遮普语'),(2518,'pa','zu','Punjabi'),(2519,'pa','zh-hant','旁遮普語'),(2520,'pa','ms','Punjabi'),(2521,'pl','en','Polish'),(2522,'pl','es','Polaco'),(2523,'pl','de','Polnisch'),(2524,'pl','fr','Polonais'),(2525,'pl','ar','البولندية'),(2526,'pl','bs','Polish'),(2527,'pl','bg','Полски'),(2528,'pl','ca','Polish'),(2529,'pl','cs','Polský'),(2530,'pl','sk','Polština'),(2531,'pl','cy','Polish'),(2532,'pl','da','Polish'),(2533,'pl','el','Πολωνικα'),(2534,'pl','eo','Polish'),(2535,'pl','et','Polish'),(2536,'pl','eu','Polish'),(2537,'pl','fa','Polish'),(2538,'pl','fi','puola'),(2539,'pl','ga','Polish'),(2540,'pl','he','פולנית'),(2541,'pl','hi','Polish'),(2542,'pl','hr','Poljski'),(2543,'pl','hu','lengyel'),(2544,'pl','hy','Polish'),(2545,'pl','id','Polish'),(2546,'pl','is','Polish'),(2547,'pl','it','Polacco'),(2548,'pl','ja','ポーランド語'),(2549,'pl','ko','폴란드어'),(2550,'pl','ku','Polish'),(2551,'pl','la','Polish'),(2552,'pl','lv','Polish'),(2553,'pl','lt','Polish'),(2554,'pl','mk','Polish'),(2555,'pl','mt','Polish'),(2556,'pl','mn','Polish'),(2557,'pl','ne','Polish'),(2558,'pl','nl','Pools'),(2559,'pl','no','Polsk'),(2560,'pl','pa','Polish'),(2561,'pl','pl','polski'),(2562,'pl','pt-pt','Polonês'),(2563,'pl','pt-br','Polonês'),(2564,'pl','qu','Polish'),(2565,'pl','ro','Poloneză'),(2566,'pl','ru','Польский'),(2567,'pl','sl','Poljski'),(2568,'pl','so','Polish'),(2569,'pl','sq','Polish'),(2570,'pl','sr','пољски'),(2571,'pl','sv','Polska'),(2572,'pl','ta','Polish'),(2573,'pl','th','โปแลนด์'),(2574,'pl','tr','Polonyaca'),(2575,'pl','uk','Polish'),(2576,'pl','ur','Polish'),(2577,'pl','uz','Polish'),(2578,'pl','vi','Polish'),(2579,'pl','yi','Polish'),(2580,'pl','zh-hans','波兰语'),(2581,'pl','zu','Polish'),(2582,'pl','zh-hant','波蘭語'),(2583,'pl','ms','Polish'),(2584,'pt-pt','en','Portuguese (Portugal)'),(2585,'pt-pt','es','Portugués, Portugal'),(2586,'pt-pt','de','Portugiesisch, Portugal'),(2587,'pt-pt','fr','Portugais - du Portugal'),(2588,'pt-pt','ar','البرتغالية ، البرتغال'),(2589,'pt-pt','bs','Portuguese, Portugal'),(2590,'pt-pt','bg','Португалски (Португалия)'),(2591,'pt-pt','ca','Portuguese, Portugal'),(2592,'pt-pt','cs','Portugalština ( Portugalsko)'),(2593,'pt-pt','sk','Portugalština'),(2594,'pt-pt','cy','Portuguese, Portugal'),(2595,'pt-pt','da','Portuguese, Portugal'),(2596,'pt-pt','el','Πορτογαλικα'),(2597,'pt-pt','eo','Portuguese, Portugal'),(2598,'pt-pt','et','Portuguese, Portugal'),(2599,'pt-pt','eu','Portuguese, Portugal'),(2600,'pt-pt','fa','Portuguese, Portugal'),(2601,'pt-pt','fi','portugali'),(2602,'pt-pt','ga','Portuguese, Portugal'),(2603,'pt-pt','he','פורטוגזית'),(2604,'pt-pt','hi','Portuguese, Portugal'),(2605,'pt-pt','hr','Portugalski (Portugal)'),(2606,'pt-pt','hu','portugál'),(2607,'pt-pt','hy','Portuguese, Portugal'),(2608,'pt-pt','id','Portuguese, Portugal'),(2609,'pt-pt','is','Portuguese, Portugal'),(2610,'pt-pt','it','Portoghese, Portogallo'),(2611,'pt-pt','ja','ポルトガル語'),(2612,'pt-pt','ko','포르투갈 포르투갈어'),(2613,'pt-pt','ku','Portuguese, Portugal'),(2614,'pt-pt','la','Portuguese, Portugal'),(2615,'pt-pt','lv','Portuguese, Portugal'),(2616,'pt-pt','lt','Portuguese, Portugal'),(2617,'pt-pt','mk','Portuguese, Portugal'),(2618,'pt-pt','mt','Portuguese, Portugal'),(2619,'pt-pt','mn','Portuguese, Portugal'),(2620,'pt-pt','ne','Portuguese, Portugal'),(2621,'pt-pt','nl','Portugees, Portugal'),(2622,'pt-pt','no','Portugisisk (Portugal)'),(2623,'pt-pt','pa','Portuguese, Portugal'),(2624,'pt-pt','pl','portugalski, Portugalia'),(2625,'pt-pt','pt-pt','Português'),(2626,'pt-pt','pt-br','Português'),(2627,'pt-pt','qu','Portuguese, Portugal'),(2628,'pt-pt','ro','Portugheză (Portugalia)'),(2629,'pt-pt','ru','Португальский, Португалия'),(2630,'pt-pt','sl','Portugalščina ( Portugalska )'),(2631,'pt-pt','so','Portuguese, Portugal'),(2632,'pt-pt','sq','Portuguese, Portugal'),(2633,'pt-pt','sr','Португалски (Португалија)'),(2634,'pt-pt','sv','Portugisiska, Portugal'),(2635,'pt-pt','ta','Portuguese, Portugal'),(2636,'pt-pt','th','โปรตุเกส'),(2637,'pt-pt','tr','Portekizce, Portekiz'),(2638,'pt-pt','uk','Portuguese, Portugal'),(2639,'pt-pt','ur','Portuguese, Portugal'),(2640,'pt-pt','uz','Portuguese, Portugal'),(2641,'pt-pt','vi','Portuguese, Portugal'),(2642,'pt-pt','yi','Portuguese, Portugal'),(2643,'pt-pt','zh-hans','葡萄牙语(葡萄牙)'),(2644,'pt-pt','zu','Portuguese, Portugal'),(2645,'pt-pt','zh-hant','葡萄牙語(葡萄牙)'),(2646,'pt-pt','ms','Portuguese, Portugal'),(2647,'pt-br','en','Portuguese (Brazil)'),(2648,'pt-br','es','Portugués, Brasil'),(2649,'pt-br','de','Portugiesisch, Brasilien'),(2650,'pt-br','fr','Portugais - du Brésil'),(2651,'pt-br','ar','البرتغالية ،البرازيل'),(2652,'pt-br','bs','Portuguese, Brazil'),(2653,'pt-br','bg','Португалски (Бразилия)'),(2654,'pt-br','ca','Portuguese, Brazil'),(2655,'pt-br','cs','Portugalština ( Brazílie)'),(2656,'pt-br','sk','Brazílska Portugalština'),(2657,'pt-br','cy','Portuguese, Brazil'),(2658,'pt-br','da','Portuguese, Brazil'),(2659,'pt-br','el','Πορτογαλικα'),(2660,'pt-br','eo','Portuguese, Brazil'),(2661,'pt-br','et','Portuguese, Brazil'),(2662,'pt-br','eu','Portuguese, Brazil'),(2663,'pt-br','fa','Portuguese, Brazil'),(2664,'pt-br','fi','Brasilian portugali'),(2665,'pt-br','ga','Portuguese, Brazil'),(2666,'pt-br','he','פורטוגזית - ברזיל'),(2667,'pt-br','hi','Portuguese, Brazil'),(2668,'pt-br','hr','Portugalski (Brazil)'),(2669,'pt-br','hu','brazil'),(2670,'pt-br','hy','Portuguese, Brazil'),(2671,'pt-br','id','Portuguese, Brazil'),(2672,'pt-br','is','Portuguese, Brazil'),(2673,'pt-br','it','Portoghese, Brasile'),(2674,'pt-br','ja','ポルトガル語(ブラジル)'),(2675,'pt-br','ko','브라질 포르투갈어'),(2676,'pt-br','ku','Portuguese, Brazil'),(2677,'pt-br','la','Portuguese, Brazil'),(2678,'pt-br','lv','Portuguese, Brazil'),(2679,'pt-br','lt','Portuguese, Brazil'),(2680,'pt-br','mk','Portuguese, Brazil'),(2681,'pt-br','mt','Portuguese, Brazil'),(2682,'pt-br','mn','Portuguese, Brazil'),(2683,'pt-br','ne','Portuguese, Brazil'),(2684,'pt-br','nl','Portugees, Brazilië'),(2685,'pt-br','no','Portugisisk (Brasil)'),(2686,'pt-br','pa','Portuguese, Brazil'),(2687,'pt-br','pl','portugalski, Brazylia'),(2688,'pt-br','pt-pt','Português'),(2689,'pt-br','pt-br','Português'),(2690,'pt-br','qu','Portuguese, Brazil'),(2691,'pt-br','ro','Portugheză (Brazilia)'),(2692,'pt-br','ru','Португальский, Бразилия'),(2693,'pt-br','sl','Portugalščina ( Brazilija )'),(2694,'pt-br','so','Portuguese, Brazil'),(2695,'pt-br','sq','Portuguese, Brazil'),(2696,'pt-br','sr','Португалски (Бразил)'),(2697,'pt-br','sv','Portugisiska, Brasilien'),(2698,'pt-br','ta','Portuguese, Brazil'),(2699,'pt-br','th','โปรตุเกสบราซิล'),(2700,'pt-br','tr','Portekizce, Brezilya'),(2701,'pt-br','uk','Portuguese, Brazil'),(2702,'pt-br','ur','Portuguese, Brazil'),(2703,'pt-br','uz','Portuguese, Brazil'),(2704,'pt-br','vi','Portuguese, Brazil'),(2705,'pt-br','yi','Portuguese, Brazil'),(2706,'pt-br','zh-hans','葡萄牙语(巴西)'),(2707,'pt-br','zu','Portuguese, Brazil'),(2708,'pt-br','zh-hant','葡萄牙語(巴西)'),(2709,'pt-br','ms','Portuguese, Brazil'),(2710,'qu','en','Quechua'),(2711,'qu','es','Quechua'),(2712,'qu','de','Quechua'),(2713,'qu','fr','Quechua'),(2714,'qu','ar','الكويتشوا'),(2715,'qu','bs','Quechua'),(2716,'qu','bg','Кечуа'),(2717,'qu','ca','Quechua'),(2718,'qu','cs','Quechua'),(2719,'qu','sk','Jazyk Quechua'),(2720,'qu','cy','Quechua'),(2721,'qu','da','Quechua'),(2722,'qu','el','Κετσουα'),(2723,'qu','eo','Quechua'),(2724,'qu','et','Quechua'),(2725,'qu','eu','Quechua'),(2726,'qu','fa','Quechua'),(2727,'qu','fi','ketsua'),(2728,'qu','ga','Quechua'),(2729,'qu','he','קצ\'ואה'),(2730,'qu','hi','Quechua'),(2731,'qu','hr','Quechua'),(2732,'qu','hu','quechua'),(2733,'qu','hy','Quechua'),(2734,'qu','id','Quechua'),(2735,'qu','is','Quechua'),(2736,'qu','it','Quechua'),(2737,'qu','ja','ケチュア語'),(2738,'qu','ko','케추아어'),(2739,'qu','ku','Quechua'),(2740,'qu','la','Quechua'),(2741,'qu','lv','Quechua'),(2742,'qu','lt','Quechua'),(2743,'qu','mk','Quechua'),(2744,'qu','mt','Quechua'),(2745,'qu','mn','Quechua'),(2746,'qu','ne','Quechua'),(2747,'qu','nl','Quechua'),(2748,'qu','no','Quechua'),(2749,'qu','pa','Quechua'),(2750,'qu','pl','keczua'),(2751,'qu','pt-pt','Quechua'),(2752,'qu','pt-br','Quechua'),(2753,'qu','qu','Quechua'),(2754,'qu','ro','Quechuană'),(2755,'qu','ru','Кечуа'),(2756,'qu','sl','Quechua'),(2757,'qu','so','Quechua'),(2758,'qu','sq','Quechua'),(2759,'qu','sr','Кечуа'),(2760,'qu','sv','Quechua'),(2761,'qu','ta','Quechua'),(2762,'qu','th','คิวชัว'),(2763,'qu','tr','Quechua dili'),(2764,'qu','uk','Quechua'),(2765,'qu','ur','Quechua'),(2766,'qu','uz','Quechua'),(2767,'qu','vi','Quechua'),(2768,'qu','yi','Quechua'),(2769,'qu','zh-hans','盖丘亚语'),(2770,'qu','zu','Quechua'),(2771,'qu','zh-hant','蓋丘亞語'),(2772,'qu','ms','Quechua'),(2773,'ro','en','Romanian'),(2774,'ro','es','Rumano'),(2775,'ro','de','Rumänisch'),(2776,'ro','fr','Roumain'),(2777,'ro','ar','الرومانية'),(2778,'ro','bs','Romanian'),(2779,'ro','bg','Румънски'),(2780,'ro','ca','Romanian'),(2781,'ro','cs','Rumunština'),(2782,'ro','sk','Rumunčina'),(2783,'ro','cy','Romanian'),(2784,'ro','da','Romanian'),(2785,'ro','el','Ρουμανικα'),(2786,'ro','eo','Romanian'),(2787,'ro','et','Romanian'),(2788,'ro','eu','Romanian'),(2789,'ro','fa','Romanian'),(2790,'ro','fi','romania'),(2791,'ro','ga','Romanian'),(2792,'ro','he','רומנית'),(2793,'ro','hi','Romanian'),(2794,'ro','hr','Rumunjski'),(2795,'ro','hu','román'),(2796,'ro','hy','Romanian'),(2797,'ro','id','Romanian'),(2798,'ro','is','Romanian'),(2799,'ro','it','Rumeno'),(2800,'ro','ja','ルーマニア語'),(2801,'ro','ko','로마니아어'),(2802,'ro','ku','Romanian'),(2803,'ro','la','Romanian'),(2804,'ro','lv','Romanian'),(2805,'ro','lt','Romanian'),(2806,'ro','mk','Romanian'),(2807,'ro','mt','Romanian'),(2808,'ro','mn','Romanian'),(2809,'ro','ne','Romanian'),(2810,'ro','nl','Roemeens'),(2811,'ro','no','Rumensk'),(2812,'ro','pa','Romanian'),(2813,'ro','pl','rumuński'),(2814,'ro','pt-pt','Romeno'),(2815,'ro','pt-br','Romeno'),(2816,'ro','qu','Romanian'),(2817,'ro','ro','Română'),(2818,'ro','ru','Румынский'),(2819,'ro','sl','Romunščina'),(2820,'ro','so','Romanian'),(2821,'ro','sq','Romanian'),(2822,'ro','sr','румунски'),(2823,'ro','sv','Rumänska'),(2824,'ro','ta','Romanian'),(2825,'ro','th','โรมาเนีย'),(2826,'ro','tr','Rumence'),(2827,'ro','uk','Romanian'),(2828,'ro','ur','Romanian'),(2829,'ro','uz','Romanian'),(2830,'ro','vi','Romanian'),(2831,'ro','yi','Romanian'),(2832,'ro','zh-hans','罗马尼亚语'),(2833,'ro','zu','Romanian'),(2834,'ro','zh-hant','羅馬尼亞語'),(2835,'ro','ms','Romanian'),(2836,'ru','en','Russian'),(2837,'ru','es','Ruso'),(2838,'ru','de','Russisch'),(2839,'ru','fr','Russe'),(2840,'ru','ar','الروسية'),(2841,'ru','bs','Russian'),(2842,'ru','bg','Руски'),(2843,'ru','ca','Russian'),(2844,'ru','cs','Ruský'),(2845,'ru','sk','Ruština'),(2846,'ru','cy','Russian'),(2847,'ru','da','Russian'),(2848,'ru','el','Ρωσικα'),(2849,'ru','eo','Russian'),(2850,'ru','et','Russian'),(2851,'ru','eu','Russian'),(2852,'ru','fa','Russian'),(2853,'ru','fi','venäjä'),(2854,'ru','ga','Russian'),(2855,'ru','he','רוסית'),(2856,'ru','hi','Russian'),(2857,'ru','hr','Ruski'),(2858,'ru','hu','orosz'),(2859,'ru','hy','Russian'),(2860,'ru','id','Russian'),(2861,'ru','is','Russian'),(2862,'ru','it','Russo'),(2863,'ru','ja','ロシア語'),(2864,'ru','ko','러시아어'),(2865,'ru','ku','Russian'),(2866,'ru','la','Russian'),(2867,'ru','lv','Russian'),(2868,'ru','lt','Russian'),(2869,'ru','mk','Russian'),(2870,'ru','mt','Russian'),(2871,'ru','mn','Russian'),(2872,'ru','ne','Russian'),(2873,'ru','nl','Russisch'),(2874,'ru','no','Russisk'),(2875,'ru','pa','Russian'),(2876,'ru','pl','rosyjski'),(2877,'ru','pt-pt','Russo'),(2878,'ru','pt-br','Russo'),(2879,'ru','qu','Russian'),(2880,'ru','ro','Rusă'),(2881,'ru','ru','Русский'),(2882,'ru','sl','Ruščina'),(2883,'ru','so','Russian'),(2884,'ru','sq','Russian'),(2885,'ru','sr','руски'),(2886,'ru','sv','Ryska'),(2887,'ru','ta','Russian'),(2888,'ru','th','รัสเซีย'),(2889,'ru','tr','Rusça'),(2890,'ru','uk','Russian'),(2891,'ru','ur','Russian'),(2892,'ru','uz','Russian'),(2893,'ru','vi','Russian'),(2894,'ru','yi','Russian'),(2895,'ru','zh-hans','俄语'),(2896,'ru','zu','Russian'),(2897,'ru','zh-hant','俄語'),(2898,'ru','ms','Russian'),(2899,'sl','en','Slovenian'),(2900,'sl','es','Esloveno'),(2901,'sl','de','Slowenisch'),(2902,'sl','fr','Slovène'),(2903,'sl','ar','السلوفانية'),(2904,'sl','bs','Slovenian'),(2905,'sl','bg','Словенски'),(2906,'sl','ca','Slovenian'),(2907,'sl','cs','Slovinština'),(2908,'sl','sk','Slovinčina'),(2909,'sl','cy','Slovenian'),(2910,'sl','da','Slovenian'),(2911,'sl','el','Σλοβενικα'),(2912,'sl','eo','Slovenian'),(2913,'sl','et','Slovenian'),(2914,'sl','eu','Slovenian'),(2915,'sl','fa','Slovenian'),(2916,'sl','fi','sloveeni'),(2917,'sl','ga','Slovenian'),(2918,'sl','he','סלובנית'),(2919,'sl','hi','Slovenian'),(2920,'sl','hr','Slovenac'),(2921,'sl','hu','szlovén'),(2922,'sl','hy','Slovenian'),(2923,'sl','id','Slovenian'),(2924,'sl','is','Slovenian'),(2925,'sl','it','Sloveno'),(2926,'sl','ja','スロベニア語'),(2927,'sl','ko','슬로베니아어'),(2928,'sl','ku','Slovenian'),(2929,'sl','la','Slovenian'),(2930,'sl','lv','Slovenian'),(2931,'sl','lt','Slovenian'),(2932,'sl','mk','Slovenian'),(2933,'sl','mt','Slovenian'),(2934,'sl','mn','Slovenian'),(2935,'sl','ne','Slovenian'),(2936,'sl','nl','Sloveens'),(2937,'sl','no','Slovensk'),(2938,'sl','pa','Slovenian'),(2939,'sl','pl','słoweński'),(2940,'sl','pt-pt','Esloveno'),(2941,'sl','pt-br','Esloveno'),(2942,'sl','qu','Slovenian'),(2943,'sl','ro','Slovenă'),(2944,'sl','ru','Словенский'),(2945,'sl','sl','Slovenščina'),(2946,'sl','so','Slovenian'),(2947,'sl','sq','Slovenian'),(2948,'sl','sr','словеначки'),(2949,'sl','sv','Slovenska'),(2950,'sl','ta','Slovenian'),(2951,'sl','th','สโลวีเนียน'),(2952,'sl','tr','Sloven dili'),(2953,'sl','uk','Slovenian'),(2954,'sl','ur','Slovenian'),(2955,'sl','uz','Slovenian'),(2956,'sl','vi','Slovenian'),(2957,'sl','yi','Slovenian'),(2958,'sl','zh-hans','斯洛文尼亚语'),(2959,'sl','zu','Slovenian'),(2960,'sl','zh-hant','斯洛文尼亞語'),(2961,'sl','ms','Slovenian'),(2962,'so','en','Somali'),(2963,'so','es','Somalí'),(2964,'so','de','Somali'),(2965,'so','fr','Somali'),(2966,'so','ar','الصومالية'),(2967,'so','bs','Somali'),(2968,'so','bg','Сомалийски'),(2969,'so','ca','Somali'),(2970,'so','cs','Somali'),(2971,'so','sk','Somálčina'),(2972,'so','cy','Somali'),(2973,'so','da','Somali'),(2974,'so','el','Somali'),(2975,'so','eo','Somali'),(2976,'so','et','Somali'),(2977,'so','eu','Somali'),(2978,'so','fa','Somali'),(2979,'so','fi','somali'),(2980,'so','ga','Somali'),(2981,'so','he','סומלית'),(2982,'so','hi','Somali'),(2983,'so','hr','Somalijski'),(2984,'so','hu','szomáli'),(2985,'so','hy','Somali'),(2986,'so','id','Somali'),(2987,'so','is','Somali'),(2988,'so','it','Somalo'),(2989,'so','ja','ソマリ語'),(2990,'so','ko','소말리아어'),(2991,'so','ku','Somali'),(2992,'so','la','Somali'),(2993,'so','lv','Somali'),(2994,'so','lt','Somali'),(2995,'so','mk','Somali'),(2996,'so','mt','Somali'),(2997,'so','mn','Somali'),(2998,'so','ne','Somali'),(2999,'so','nl','Somalisch'),(3000,'so','no','Somali'),(3001,'so','pa','Somali'),(3002,'so','pl','somalijski'),(3003,'so','pt-pt','Somali'),(3004,'so','pt-br','Somali'),(3005,'so','qu','Somali'),(3006,'so','ro','Somaleză'),(3007,'so','ru','Сомалийский'),(3008,'so','sl','Somalski'),(3009,'so','so','Somali'),(3010,'so','sq','Somali'),(3011,'so','sr','Сомалијски'),(3012,'so','sv','Somaliska'),(3013,'so','ta','Somali'),(3014,'so','th','โซมาลี'),(3015,'so','tr','Somalice'),(3016,'so','uk','Somali'),(3017,'so','ur','Somali'),(3018,'so','uz','Somali'),(3019,'so','vi','Somali'),(3020,'so','yi','Somali'),(3021,'so','zh-hans','索马里语'),(3022,'so','zu','Somali'),(3023,'so','zh-hant','索馬里語'),(3024,'so','ms','Somali'),(3025,'sq','en','Albanian'),(3026,'sq','es','Albanés'),(3027,'sq','de','Albanisch'),(3028,'sq','fr','Albanais'),(3029,'sq','ar','الألبانية'),(3030,'sq','bs','Albanian'),(3031,'sq','bg','Албански'),(3032,'sq','ca','Albanian'),(3033,'sq','cs','Albánský'),(3034,'sq','sk','Albánčina'),(3035,'sq','cy','Albanian'),(3036,'sq','da','Albanian'),(3037,'sq','el','Αλβανικα'),(3038,'sq','eo','Albanian'),(3039,'sq','et','Albanian'),(3040,'sq','eu','Albanian'),(3041,'sq','fa','Albanian'),(3042,'sq','fi','albania'),(3043,'sq','ga','Albanian'),(3044,'sq','he','אלבנית'),(3045,'sq','hi','Albanian'),(3046,'sq','hr','Albanac'),(3047,'sq','hu','albán'),(3048,'sq','hy','Albanian'),(3049,'sq','id','Albanian'),(3050,'sq','is','Albanian'),(3051,'sq','it','Albanese'),(3052,'sq','ja','アルバニア語'),(3053,'sq','ko','알바니아어'),(3054,'sq','ku','Albanian'),(3055,'sq','la','Albanian'),(3056,'sq','lv','Albanian'),(3057,'sq','lt','Albanian'),(3058,'sq','mk','Albanian'),(3059,'sq','mt','Albanian'),(3060,'sq','mn','Albanian'),(3061,'sq','ne','Albanian'),(3062,'sq','nl','Albaans'),(3063,'sq','no','Albansk'),(3064,'sq','pa','Albanian'),(3065,'sq','pl','albański'),(3066,'sq','pt-pt','Albanês'),(3067,'sq','pt-br','Albanês'),(3068,'sq','qu','Albanian'),(3069,'sq','ro','Albaneză'),(3070,'sq','ru','Албанский'),(3071,'sq','sl','Albanski'),(3072,'sq','so','Albanian'),(3073,'sq','sq','Albanian'),(3074,'sq','sr','албански'),(3075,'sq','sv','Albanska'),(3076,'sq','ta','Albanian'),(3077,'sq','th','อัลเบเนีย'),(3078,'sq','tr','Arnavutça'),(3079,'sq','uk','Albanian'),(3080,'sq','ur','Albanian'),(3081,'sq','uz','Albanian'),(3082,'sq','vi','Albanian'),(3083,'sq','yi','Albanian'),(3084,'sq','zh-hans','阿尔巴尼亚语'),(3085,'sq','zu','Albanian'),(3086,'sq','zh-hant','阿爾巴尼亞語'),(3087,'sq','ms','Albanian'),(3088,'sr','en','Serbian'),(3089,'sr','es','Serbio'),(3090,'sr','de','Serbisch'),(3091,'sr','fr','Serbe'),(3092,'sr','ar','الصربية'),(3093,'sr','bs','Serbian'),(3094,'sr','bg','Сръбски'),(3095,'sr','ca','Serbian'),(3096,'sr','cs','Srbský'),(3097,'sr','sk','Srbština'),(3098,'sr','cy','Serbian'),(3099,'sr','da','Serbian'),(3100,'sr','el','Σερβικα'),(3101,'sr','eo','Serbian'),(3102,'sr','et','Serbian'),(3103,'sr','eu','Serbian'),(3104,'sr','fa','Serbian'),(3105,'sr','fi','serbia'),(3106,'sr','ga','Serbian'),(3107,'sr','he','סרבית'),(3108,'sr','hi','Serbian'),(3109,'sr','hr','Srpski'),(3110,'sr','hu','szerb'),(3111,'sr','hy','Serbian'),(3112,'sr','id','Serbian'),(3113,'sr','is','Serbian'),(3114,'sr','it','Serbo'),(3115,'sr','ja','セルビア語'),(3116,'sr','ko','세르비아어'),(3117,'sr','ku','Serbian'),(3118,'sr','la','Serbian'),(3119,'sr','lv','Serbian'),(3120,'sr','lt','Serbian'),(3121,'sr','mk','Serbian'),(3122,'sr','mt','Serbian'),(3123,'sr','mn','Serbian'),(3124,'sr','ne','Serbian'),(3125,'sr','nl','Servisch'),(3126,'sr','no','Serbisk'),(3127,'sr','pa','Serbian'),(3128,'sr','pl','serbski'),(3129,'sr','pt-pt','Sérvio'),(3130,'sr','pt-br','Sérvio'),(3131,'sr','qu','Serbian'),(3132,'sr','ro','Sârbă'),(3133,'sr','ru','Сербский'),(3134,'sr','sl','Srbski'),(3135,'sr','so','Serbian'),(3136,'sr','sq','Serbian'),(3137,'sr','sr','српски'),(3138,'sr','sv','Serbiska'),(3139,'sr','ta','Serbian'),(3140,'sr','th','เซอร์เบีย'),(3141,'sr','tr','Sırpça'),(3142,'sr','uk','Serbian'),(3143,'sr','ur','Serbian'),(3144,'sr','uz','Serbian'),(3145,'sr','vi','Serbian'),(3146,'sr','yi','Serbian'),(3147,'sr','zh-hans','赛尔维亚语'),(3148,'sr','zu','Serbian'),(3149,'sr','zh-hant','賽爾維亞語'),(3150,'sr','ms','Serbian'),(3151,'sv','en','Swedish'),(3152,'sv','es','Sueco'),(3153,'sv','de','Schwedisch'),(3154,'sv','fr','Suédois'),(3155,'sv','ar','السويدية'),(3156,'sv','bs','Swedish'),(3157,'sv','bg','Шведски'),(3158,'sv','ca','Swedish'),(3159,'sv','cs','Švédský'),(3160,'sv','sk','Švédština'),(3161,'sv','cy','Swedish'),(3162,'sv','da','Swedish'),(3163,'sv','el','Σουηδικη'),(3164,'sv','eo','Swedish'),(3165,'sv','et','Swedish'),(3166,'sv','eu','Swedish'),(3167,'sv','fa','Swedish'),(3168,'sv','fi','ruotsi'),(3169,'sv','ga','Swedish'),(3170,'sv','he','שוודית'),(3171,'sv','hi','Swedish'),(3172,'sv','hr','švedski'),(3173,'sv','hu','svéd'),(3174,'sv','hy','Swedish'),(3175,'sv','id','Swedish'),(3176,'sv','is','Swedish'),(3177,'sv','it','Svedese'),(3178,'sv','ja','スウェーデン語'),(3179,'sv','ko','스웨덴어'),(3180,'sv','ku','Swedish'),(3181,'sv','la','Swedish'),(3182,'sv','lv','Swedish'),(3183,'sv','lt','Swedish'),(3184,'sv','mk','Swedish'),(3185,'sv','mt','Swedish'),(3186,'sv','mn','Swedish'),(3187,'sv','ne','Swedish'),(3188,'sv','nl','Zweeds'),(3189,'sv','no','Swedish'),(3190,'sv','pa','Swedish'),(3191,'sv','pl','szwedzki'),(3192,'sv','pt-pt','Sueco'),(3193,'sv','pt-br','Sueco'),(3194,'sv','qu','Swedish'),(3195,'sv','ro','Suedeză'),(3196,'sv','ru','Шведский'),(3197,'sv','sl','Švedščina'),(3198,'sv','so','Swedish'),(3199,'sv','sq','Swedish'),(3200,'sv','sr','шведски'),(3201,'sv','sv','Svenska'),(3202,'sv','ta','Swedish'),(3203,'sv','th','สวีเดน'),(3204,'sv','tr','İsveççe'),(3205,'sv','uk','Swedish'),(3206,'sv','ur','Swedish'),(3207,'sv','uz','Swedish'),(3208,'sv','vi','Swedish'),(3209,'sv','yi','Swedish'),(3210,'sv','zh-hans','瑞典语'),(3211,'sv','zu','Swedish'),(3212,'sv','zh-hant','瑞典語'),(3213,'sv','ms','Swedish'),(3214,'ta','en','Tamil'),(3215,'ta','es','Tamil'),(3216,'ta','de','Tamil'),(3217,'ta','fr','Tamoul'),(3218,'ta','ar','التاميلية'),(3219,'ta','bs','Tamil'),(3220,'ta','bg','Тамилски'),(3221,'ta','ca','Tamil'),(3222,'ta','cs','Tamil'),(3223,'ta','sk','Tamilčina'),(3224,'ta','cy','Tamil'),(3225,'ta','da','Tamil'),(3226,'ta','el','Ταμιλ'),(3227,'ta','eo','Tamil'),(3228,'ta','et','Tamil'),(3229,'ta','eu','Tamil'),(3230,'ta','fa','Tamil'),(3231,'ta','fi','tamili'),(3232,'ta','ga','Tamil'),(3233,'ta','he','טמילית'),(3234,'ta','hi','Tamil'),(3235,'ta','hr','Tamil'),(3236,'ta','hu','tamil'),(3237,'ta','hy','Tamil'),(3238,'ta','id','Tamil'),(3239,'ta','is','Tamil'),(3240,'ta','it','Tamil'),(3241,'ta','ja','タミル語'),(3242,'ta','ko','타밀어'),(3243,'ta','ku','Tamil'),(3244,'ta','la','Tamil'),(3245,'ta','lv','Tamil'),(3246,'ta','lt','Tamil'),(3247,'ta','mk','Tamil'),(3248,'ta','mt','Tamil'),(3249,'ta','mn','Tamil'),(3250,'ta','ne','Tamil'),(3251,'ta','nl','Tamil'),(3252,'ta','no','Tamil'),(3253,'ta','pa','Tamil'),(3254,'ta','pl','tamilski'),(3255,'ta','pt-pt','Tamil'),(3256,'ta','pt-br','Tamil'),(3257,'ta','qu','Tamil'),(3258,'ta','ro','Tamilă'),(3259,'ta','ru','Тамильский'),(3260,'ta','sl','Tamilščina'),(3261,'ta','so','Tamil'),(3262,'ta','sq','Tamil'),(3263,'ta','sr','тамилски'),(3264,'ta','sv','Tamil'),(3265,'ta','ta','Tamil'),(3266,'ta','th','ทมิฬ'),(3267,'ta','tr','Tamil dili'),(3268,'ta','uk','Tamil'),(3269,'ta','ur','Tamil'),(3270,'ta','uz','Tamil'),(3271,'ta','vi','Tamil'),(3272,'ta','yi','Tamil'),(3273,'ta','zh-hans','泰米尔语'),(3274,'ta','zu','Tamil'),(3275,'ta','zh-hant','泰米爾語'),(3276,'ta','ms','Tamil'),(3277,'th','en','Thai'),(3278,'th','es','Tailandés'),(3279,'th','de','Thai'),(3280,'th','fr','Thaï'),(3281,'th','ar','التايلندية'),(3282,'th','bs','Thai'),(3283,'th','bg','Тайски'),(3284,'th','ca','Thai'),(3285,'th','cs','Thai'),(3286,'th','sk','Thajština'),(3287,'th','cy','Thai'),(3288,'th','da','Thai'),(3289,'th','el','Thai'),(3290,'th','eo','Thai'),(3291,'th','et','Thai'),(3292,'th','eu','Thai'),(3293,'th','fa','Thai'),(3294,'th','fi','thai'),(3295,'th','ga','Thai'),(3296,'th','he','תאילנדית'),(3297,'th','hi','Thai'),(3298,'th','hr','Thai'),(3299,'th','hu','tájföldi'),(3300,'th','hy','Thai'),(3301,'th','id','Thai'),(3302,'th','is','Thai'),(3303,'th','it','Thai'),(3304,'th','ja','タイ語'),(3305,'th','ko','태국어'),(3306,'th','ku','Thai'),(3307,'th','la','Thai'),(3308,'th','lv','Thai'),(3309,'th','lt','Thai'),(3310,'th','mk','Thai'),(3311,'th','mt','Thai'),(3312,'th','mn','Thai'),(3313,'th','ne','Thai'),(3314,'th','nl','Thai'),(3315,'th','no','Thai'),(3316,'th','pa','Thai'),(3317,'th','pl','tajski'),(3318,'th','pt-pt','Tailandês'),(3319,'th','pt-br','Tailandês'),(3320,'th','qu','Thai'),(3321,'th','ro','Tailandeză'),(3322,'th','ru','Тайский'),(3323,'th','sl','Tajski'),(3324,'th','so','Thai'),(3325,'th','sq','Thai'),(3326,'th','sr','Тајландски'),(3327,'th','sv','Thailändska'),(3328,'th','ta','Thai'),(3329,'th','th','ไทย'),(3330,'th','tr','Tayca'),(3331,'th','uk','Thai'),(3332,'th','ur','Thai'),(3333,'th','uz','Thai'),(3334,'th','vi','Thai'),(3335,'th','yi','Thai'),(3336,'th','zh-hans','泰语'),(3337,'th','zu','Thai'),(3338,'th','zh-hant','泰語'),(3339,'th','ms','Thai'),(3340,'tr','en','Turkish'),(3341,'tr','es','Turco'),(3342,'tr','de','Türkisch'),(3343,'tr','fr','Turc'),(3344,'tr','ar','التركية'),(3345,'tr','bs','Turkish'),(3346,'tr','bg','Турски'),(3347,'tr','ca','Turkish'),(3348,'tr','cs','Turečtina'),(3349,'tr','sk','Turečtina'),(3350,'tr','cy','Turkish'),(3351,'tr','da','Turkish'),(3352,'tr','el','Τουρκικα'),(3353,'tr','eo','Turkish'),(3354,'tr','et','Turkish'),(3355,'tr','eu','Turkish'),(3356,'tr','fa','Turkish'),(3357,'tr','fi','turkki'),(3358,'tr','ga','Turkish'),(3359,'tr','he','תורכית'),(3360,'tr','hi','Turkish'),(3361,'tr','hr','Turski'),(3362,'tr','hu','török'),(3363,'tr','hy','Turkish'),(3364,'tr','id','Turkish'),(3365,'tr','is','Turkish'),(3366,'tr','it','Turco'),(3367,'tr','ja','トルコ語'),(3368,'tr','ko','터어키어'),(3369,'tr','ku','Turkish'),(3370,'tr','la','Turkish'),(3371,'tr','lv','Turkish'),(3372,'tr','lt','Turkish'),(3373,'tr','mk','Turkish'),(3374,'tr','mt','Turkish'),(3375,'tr','mn','Turkish'),(3376,'tr','ne','Turkish'),(3377,'tr','nl','Turks'),(3378,'tr','no','Turkish'),(3379,'tr','pa','Turkish'),(3380,'tr','pl','turecki'),(3381,'tr','pt-pt','Turco'),(3382,'tr','pt-br','Turco'),(3383,'tr','qu','Turkish'),(3384,'tr','ro','Turcă'),(3385,'tr','ru','Турецкий'),(3386,'tr','sl','Turščina'),(3387,'tr','so','Turkish'),(3388,'tr','sq','Turkish'),(3389,'tr','sr','турски'),(3390,'tr','sv','Turkiska'),(3391,'tr','ta','Turkish'),(3392,'tr','th','ตุรกี'),(3393,'tr','tr','Türkçe'),(3394,'tr','uk','Turkish'),(3395,'tr','ur','Turkish'),(3396,'tr','uz','Turkish'),(3397,'tr','vi','Turkish'),(3398,'tr','yi','Turkish'),(3399,'tr','zh-hans','土耳其语'),(3400,'tr','zu','Turkish'),(3401,'tr','zh-hant','土耳其語'),(3402,'tr','ms','Turkish'),(3403,'uk','en','Ukrainian'),(3404,'uk','es','Ucraniano'),(3405,'uk','de','Ukrainisch'),(3406,'uk','fr','Ukrainien'),(3407,'uk','ar','الأوكرانية'),(3408,'uk','bs','Ukrainian'),(3409,'uk','bg','Украински'),(3410,'uk','ca','Ukrainian'),(3411,'uk','cs','Ukrajinský'),(3412,'uk','sk','Ukrajinčina'),(3413,'uk','cy','Ukrainian'),(3414,'uk','da','Ukrainian'),(3415,'uk','el','Ουκρανικα'),(3416,'uk','eo','Ukrainian'),(3417,'uk','et','Ukrainian'),(3418,'uk','eu','Ukrainian'),(3419,'uk','fa','Ukrainian'),(3420,'uk','fi','ukraina'),(3421,'uk','ga','Ukrainian'),(3422,'uk','he','אוקראינית'),(3423,'uk','hi','Ukrainian'),(3424,'uk','hr','Ukrajinski'),(3425,'uk','hu','ukrán'),(3426,'uk','hy','Ukrainian'),(3427,'uk','id','Ukrainian'),(3428,'uk','is','Ukrainian'),(3429,'uk','it','Ucraino'),(3430,'uk','ja','ウクライナ語'),(3431,'uk','ko','우크라이나어'),(3432,'uk','ku','Ukrainian'),(3433,'uk','la','Ukrainian'),(3434,'uk','lv','Ukrainian'),(3435,'uk','lt','Ukrainian'),(3436,'uk','mk','Ukrainian'),(3437,'uk','mt','Ukrainian'),(3438,'uk','mn','Ukrainian'),(3439,'uk','ne','Ukrainian'),(3440,'uk','nl','Oekraïens'),(3441,'uk','no','Ukrainsk'),(3442,'uk','pa','Ukrainian'),(3443,'uk','pl','ukraiński'),(3444,'uk','pt-pt','Ucraniano'),(3445,'uk','pt-br','Ucraniano'),(3446,'uk','qu','Ukrainian'),(3447,'uk','ro','Ucrainiană'),(3448,'uk','ru','Украинский'),(3449,'uk','sl','Ukrajinski'),(3450,'uk','so','Ukrainian'),(3451,'uk','sq','Ukrainian'),(3452,'uk','sr','украјински'),(3453,'uk','sv','Ukrainska'),(3454,'uk','ta','Ukrainian'),(3455,'uk','th','ยูเครน'),(3456,'uk','tr','Ukraynaca'),(3457,'uk','uk','Ukrainian'),(3458,'uk','ur','Ukrainian'),(3459,'uk','uz','Ukrainian'),(3460,'uk','vi','Ukrainian'),(3461,'uk','yi','Ukrainian'),(3462,'uk','zh-hans','乌克兰语'),(3463,'uk','zu','Ukrainian'),(3464,'uk','zh-hant','烏克蘭語'),(3465,'uk','ms','Ukrainian'),(3466,'ur','en','Urdu'),(3467,'ur','es','Urdu'),(3468,'ur','de','Urdu'),(3469,'ur','fr','Ourdu'),(3470,'ur','ar','الأردية'),(3471,'ur','bs','Urdu'),(3472,'ur','bg','Урду'),(3473,'ur','ca','Urdu'),(3474,'ur','cs','Urdu'),(3475,'ur','sk','Urdština'),(3476,'ur','cy','Urdu'),(3477,'ur','da','Urdu'),(3478,'ur','el','Ουρντου'),(3479,'ur','eo','Urdu'),(3480,'ur','et','Urdu'),(3481,'ur','eu','Urdu'),(3482,'ur','fa','Urdu'),(3483,'ur','fi','urdu'),(3484,'ur','ga','Urdu'),(3485,'ur','he','אורדו'),(3486,'ur','hi','Urdu'),(3487,'ur','hr','Urdu'),(3488,'ur','hu','urdu'),(3489,'ur','hy','Urdu'),(3490,'ur','id','Urdu'),(3491,'ur','is','Urdu'),(3492,'ur','it','Urdu'),(3493,'ur','ja','ウルドゥー語'),(3494,'ur','ko','우르두어'),(3495,'ur','ku','Urdu'),(3496,'ur','la','Urdu'),(3497,'ur','lv','Urdu'),(3498,'ur','lt','Urdu'),(3499,'ur','mk','Urdu'),(3500,'ur','mt','Urdu'),(3501,'ur','mn','Urdu'),(3502,'ur','ne','Urdu'),(3503,'ur','nl','Urdu'),(3504,'ur','no','Urdu'),(3505,'ur','pa','Urdu'),(3506,'ur','pl','urdu'),(3507,'ur','pt-pt','Urdu'),(3508,'ur','pt-br','Urdu'),(3509,'ur','qu','Urdu'),(3510,'ur','ro','Urdu'),(3511,'ur','ru','Урду'),(3512,'ur','sl','Urdujščina'),(3513,'ur','so','Urdu'),(3514,'ur','sq','Urdu'),(3515,'ur','sr','урду'),(3516,'ur','sv','Urdu'),(3517,'ur','ta','Urdu'),(3518,'ur','th','อุรดู'),(3519,'ur','tr','Urduca'),(3520,'ur','uk','Urdu'),(3521,'ur','ur','اردو '),(3522,'ur','uz','Urdu'),(3523,'ur','vi','Urdu'),(3524,'ur','yi','Urdu'),(3525,'ur','zh-hans','乌尔都语'),(3526,'ur','zu','Urdu'),(3527,'ur','zh-hant','烏爾都語'),(3528,'ur','ms','Urdu'),(3529,'uz','en','Uzbek'),(3530,'uz','es','Uzbeko'),(3531,'uz','de','Usbekisch'),(3532,'uz','fr','Ouzbek'),(3533,'uz','ar','الاوزباكية'),(3534,'uz','bs','Uzbek'),(3535,'uz','bg','Узбекски'),(3536,'uz','ca','Uzbek'),(3537,'uz','cs','Uzbek'),(3538,'uz','sk','Uzbekčina'),(3539,'uz','cy','Uzbek'),(3540,'uz','da','Uzbek'),(3541,'uz','el','Ουζμπεκικα'),(3542,'uz','eo','Uzbek'),(3543,'uz','et','Uzbek'),(3544,'uz','eu','Uzbek'),(3545,'uz','fa','Uzbek'),(3546,'uz','fi','uzbekki'),(3547,'uz','ga','Uzbek'),(3548,'uz','he','אוזבקית'),(3549,'uz','hi','Uzbek'),(3550,'uz','hr','Uzbečki'),(3551,'uz','hu','üzbég'),(3552,'uz','hy','Uzbek'),(3553,'uz','id','Uzbek'),(3554,'uz','is','Uzbek'),(3555,'uz','it','Uzbeco'),(3556,'uz','ja','ウズベク語'),(3557,'uz','ko','우즈베크어'),(3558,'uz','ku','Uzbek'),(3559,'uz','la','Uzbek'),(3560,'uz','lv','Uzbek'),(3561,'uz','lt','Uzbek'),(3562,'uz','mk','Uzbek'),(3563,'uz','mt','Uzbek'),(3564,'uz','mn','Uzbek'),(3565,'uz','ne','Uzbek'),(3566,'uz','nl','Oezbeeks'),(3567,'uz','no','Usbekisk'),(3568,'uz','pa','Uzbek'),(3569,'uz','pl','uzbecki'),(3570,'uz','pt-pt','Uzbeque'),(3571,'uz','pt-br','Uzbeque'),(3572,'uz','qu','Uzbek'),(3573,'uz','ro','Uzbecă'),(3574,'uz','ru','Узбекский'),(3575,'uz','sl','Uzbek'),(3576,'uz','so','Uzbek'),(3577,'uz','sq','Uzbek'),(3578,'uz','sr','Узбек'),(3579,'uz','sv','Uzbekiska'),(3580,'uz','ta','Uzbek'),(3581,'uz','th','อุซเบก'),(3582,'uz','tr','Özbekçe'),(3583,'uz','uk','Uzbek'),(3584,'uz','ur','Uzbek'),(3585,'uz','uz','Uzbek'),(3586,'uz','vi','Uzbek'),(3587,'uz','yi','Uzbek'),(3588,'uz','zh-hans','乌兹别克语'),(3589,'uz','zu','Uzbek'),(3590,'uz','zh-hant','烏茲別克語'),(3591,'uz','ms','Uzbek'),(3592,'vi','en','Vietnamese'),(3593,'vi','es','Vietnamita'),(3594,'vi','de','Vietnamesisch'),(3595,'vi','fr','Vietnamien'),(3596,'vi','ar','الفيتنامية'),(3597,'vi','bs','Vietnamese'),(3598,'vi','bg','Виетнамски'),(3599,'vi','ca','Vietnamese'),(3600,'vi','cs','Vietnamský'),(3601,'vi','sk','Vietnamčina'),(3602,'vi','cy','Vietnamese'),(3603,'vi','da','Vietnamese'),(3604,'vi','el','Βιετναμεζικα'),(3605,'vi','eo','Vietnamese'),(3606,'vi','et','Vietnamese'),(3607,'vi','eu','Vietnamese'),(3608,'vi','fa','Vietnamese'),(3609,'vi','fi','vietnam'),(3610,'vi','ga','Vietnamese'),(3611,'vi','he','וייטנאמית'),(3612,'vi','hi','Vietnamese'),(3613,'vi','hr','Vijetnamski'),(3614,'vi','hu','vietnámi'),(3615,'vi','hy','Vietnamese'),(3616,'vi','id','Vietnamese'),(3617,'vi','is','Vietnamese'),(3618,'vi','it','Vietnamita'),(3619,'vi','ja','ベトナム語'),(3620,'vi','ko','베트남어'),(3621,'vi','ku','Vietnamese'),(3622,'vi','la','Vietnamese'),(3623,'vi','lv','Vietnamese'),(3624,'vi','lt','Vietnamese'),(3625,'vi','mk','Vietnamese'),(3626,'vi','mt','Vietnamese'),(3627,'vi','mn','Vietnamese'),(3628,'vi','ne','Vietnamese'),(3629,'vi','nl','Vietnamees'),(3630,'vi','no','Vietnamesisk'),(3631,'vi','pa','Vietnamese'),(3632,'vi','pl','wietnamski'),(3633,'vi','pt-pt','Vietnamita'),(3634,'vi','pt-br','Vietnamita'),(3635,'vi','qu','Vietnamese'),(3636,'vi','ro','Vietnameză'),(3637,'vi','ru','Вьетнамский'),(3638,'vi','sl','Vietnamščina'),(3639,'vi','so','Vietnamese'),(3640,'vi','sq','Vietnamese'),(3641,'vi','sr','вијетнамски'),(3642,'vi','sv','Vietnamesiska'),(3643,'vi','ta','Vietnamese'),(3644,'vi','th','เวียดนาม'),(3645,'vi','tr','Vietnamca'),(3646,'vi','uk','Vietnamese'),(3647,'vi','ur','Vietnamese'),(3648,'vi','uz','Vietnamese'),(3649,'vi','vi','Tiếng Việt'),(3650,'vi','yi','Vietnamese'),(3651,'vi','zh-hans','越南语'),(3652,'vi','zu','Vietnamese'),(3653,'vi','zh-hant','越南語'),(3654,'vi','ms','Vietnamese'),(3655,'yi','en','Yiddish'),(3656,'yi','es','Yidis'),(3657,'yi','de','Jiddisch'),(3658,'yi','fr','Yiddish'),(3659,'yi','ar','اليديشية'),(3660,'yi','bs','Yiddish'),(3661,'yi','bg','Идиш'),(3662,'yi','ca','Yiddish'),(3663,'yi','cs','Jidiš'),(3664,'yi','sk','Jidiš'),(3665,'yi','cy','Yiddish'),(3666,'yi','da','Yiddish'),(3667,'yi','el','Γιντις'),(3668,'yi','eo','Yiddish'),(3669,'yi','et','Yiddish'),(3670,'yi','eu','Yiddish'),(3671,'yi','fa','Yiddish'),(3672,'yi','fi','jiddi'),(3673,'yi','ga','Yiddish'),(3674,'yi','he','יידיש'),(3675,'yi','hi','Yiddish'),(3676,'yi','hr','Jidiš'),(3677,'yi','hu','jiddis'),(3678,'yi','hy','Yiddish'),(3679,'yi','id','Yiddish'),(3680,'yi','is','Yiddish'),(3681,'yi','it','Yiddish'),(3682,'yi','ja','イディッシュ語'),(3683,'yi','ko','이디시어'),(3684,'yi','ku','Yiddish'),(3685,'yi','la','Yiddish'),(3686,'yi','lv','Yiddish'),(3687,'yi','lt','Yiddish'),(3688,'yi','mk','Yiddish'),(3689,'yi','mt','Yiddish'),(3690,'yi','mn','Yiddish'),(3691,'yi','ne','Yiddish'),(3692,'yi','nl','Jiddisch'),(3693,'yi','no','Yiddish'),(3694,'yi','pa','Yiddish'),(3695,'yi','pl','jidysz'),(3696,'yi','pt-pt','Yiddish'),(3697,'yi','pt-br','Yiddish'),(3698,'yi','qu','Yiddish'),(3699,'yi','ro','Idiş'),(3700,'yi','ru','Идиш'),(3701,'yi','sl','Jidiš'),(3702,'yi','so','Yiddish'),(3703,'yi','sq','Yiddish'),(3704,'yi','sr','јидиш'),(3705,'yi','sv','Jiddisch'),(3706,'yi','ta','Yiddish'),(3707,'yi','th','ยิชดิช'),(3708,'yi','tr','Eski İbranice'),(3709,'yi','uk','Yiddish'),(3710,'yi','ur','Yiddish'),(3711,'yi','uz','Yiddish'),(3712,'yi','vi','Yiddish'),(3713,'yi','yi','Yiddish'),(3714,'yi','zh-hans','依地语'),(3715,'yi','zu','Yiddish'),(3716,'yi','zh-hant','依地語'),(3717,'yi','ms','Yiddish'),(3718,'zh-hans','en','Chinese (Simplified)'),(3719,'zh-hans','es','Chino simplificado'),(3720,'zh-hans','de','Vereinfachtes Chinesisch'),(3721,'zh-hans','fr','Chinois simplifié'),(3722,'zh-hans','ar','الصينية المبسطة'),(3723,'zh-hans','bs','Chinese (Simplified)'),(3724,'zh-hans','bg','Китайски  (опростен)'),(3725,'zh-hans','ca','Chinese (Simplified)'),(3726,'zh-hans','cs','Čínština ( Zjednodušený )'),(3727,'zh-hans','sk','Zjednodušená Čínština'),(3728,'zh-hans','cy','Chinese (Simplified)'),(3729,'zh-hans','da','Chinese (Simplified)'),(3730,'zh-hans','el','Κινεζικα (Απλοποιημένα)'),(3731,'zh-hans','eo','Chinese (Simplified)'),(3732,'zh-hans','et','Chinese (Simplified)'),(3733,'zh-hans','eu','Chinese (Simplified)'),(3734,'zh-hans','fa','Chinese (Simplified)'),(3735,'zh-hans','fi','kiina'),(3736,'zh-hans','ga','Chinese (Simplified)'),(3737,'zh-hans','he','סינית'),(3738,'zh-hans','hi','Chinese (Simplified)'),(3739,'zh-hans','hr','Kineski (pojednostavljeni)'),(3740,'zh-hans','hu','egyszerűsített kínai'),(3741,'zh-hans','hy','Chinese (Simplified)'),(3742,'zh-hans','id','Chinese (Simplified)'),(3743,'zh-hans','is','Chinese (Simplified)'),(3744,'zh-hans','it','Cinese semplificato'),(3745,'zh-hans','ja','簡体中国語'),(3746,'zh-hans','ko','중국어 간체'),(3747,'zh-hans','ku','Chinese (Simplified)'),(3748,'zh-hans','la','Chinese (Simplified)'),(3749,'zh-hans','lv','Chinese (Simplified)'),(3750,'zh-hans','lt','Chinese (Simplified)'),(3751,'zh-hans','mk','Chinese (Simplified)'),(3752,'zh-hans','mt','Chinese (Simplified)'),(3753,'zh-hans','mn','Chinese (Simplified)'),(3754,'zh-hans','ne','Chinese (Simplified)'),(3755,'zh-hans','nl','Vereenvoudigd Chinees'),(3756,'zh-hans','no','Kinesisk (forenklet)'),(3757,'zh-hans','pa','Chinese (Simplified)'),(3758,'zh-hans','pl','chiński uproszczony'),(3759,'zh-hans','pt-pt','Chinês (Simplificado)'),(3760,'zh-hans','pt-br','Chinês (Simplificado)'),(3761,'zh-hans','qu','Chinese (Simplified)'),(3762,'zh-hans','ro','Chineza simplificată'),(3763,'zh-hans','ru','Китайский (упрощенный)'),(3764,'zh-hans','sl','Kitajščina (poenostavljena )'),(3765,'zh-hans','so','Chinese (Simplified)'),(3766,'zh-hans','sq','Chinese (Simplified)'),(3767,'zh-hans','sr','Кинески (поједностављени)'),(3768,'zh-hans','sv','Förenklad kinesiska'),(3769,'zh-hans','ta','Chinese (Simplified)'),(3770,'zh-hans','th','จีนประยุกต์'),(3771,'zh-hans','tr','Modern Çince'),(3772,'zh-hans','uk','Chinese (Simplified)'),(3773,'zh-hans','ur','Chinese (Simplified)'),(3774,'zh-hans','uz','Chinese (Simplified)'),(3775,'zh-hans','vi','Chinese (Simplified)'),(3776,'zh-hans','yi','Chinese (Simplified)'),(3777,'zh-hans','zh-hans','简体中文'),(3778,'zh-hans','zu','Chinese (Simplified)'),(3779,'zh-hans','zh-hant','簡體中文'),(3780,'zh-hans','ms','Chinese (Simplified)'),(3781,'zu','en','Zulu'),(3782,'zu','es','Zulú'),(3783,'zu','de','Zulu'),(3784,'zu','fr','Zoulou'),(3785,'zu','ar','الزولو'),(3786,'zu','bs','Zulu'),(3787,'zu','bg','Зулу'),(3788,'zu','ca','Zulu'),(3789,'zu','cs','Zulu'),(3790,'zu','sk','Jazyk Zulu'),(3791,'zu','cy','Zulu'),(3792,'zu','da','Zulu'),(3793,'zu','el','Ζουλου'),(3794,'zu','eo','Zulu'),(3795,'zu','et','Zulu'),(3796,'zu','eu','Zulu'),(3797,'zu','fa','Zulu'),(3798,'zu','fi','zulu'),(3799,'zu','ga','Zulu'),(3800,'zu','he','זולו '),(3801,'zu','hi','Zulu'),(3802,'zu','hr','Zulu'),(3803,'zu','hu','zulu'),(3804,'zu','hy','Zulu'),(3805,'zu','id','Zulu'),(3806,'zu','is','Zulu'),(3807,'zu','it','Zulu'),(3808,'zu','ja','ズールー語'),(3809,'zu','ko','줄루어'),(3810,'zu','ku','Zulu'),(3811,'zu','la','Zulu'),(3812,'zu','lv','Zulu'),(3813,'zu','lt','Zulu'),(3814,'zu','mk','Zulu'),(3815,'zu','mt','Zulu'),(3816,'zu','mn','Zulu'),(3817,'zu','ne','Zulu'),(3818,'zu','nl','Zulu'),(3819,'zu','no','Zulu'),(3820,'zu','pa','Zulu'),(3821,'zu','pl','zuluski'),(3822,'zu','pt-pt','Zulu'),(3823,'zu','pt-br','Zulu'),(3824,'zu','qu','Zulu'),(3825,'zu','ro','Zulu'),(3826,'zu','ru','Зулу'),(3827,'zu','sl','Zulu'),(3828,'zu','so','Zulu'),(3829,'zu','sq','Zulu'),(3830,'zu','sr','зулу'),(3831,'zu','sv','Zulu'),(3832,'zu','ta','Zulu'),(3833,'zu','th','ซูลู'),(3834,'zu','tr','Zulu dili'),(3835,'zu','uk','Zulu'),(3836,'zu','ur','Zulu'),(3837,'zu','uz','Zulu'),(3838,'zu','vi','Zulu'),(3839,'zu','yi','Zulu'),(3840,'zu','zh-hans','祖鲁语'),(3841,'zu','zu','Zulu'),(3842,'zu','zh-hant','祖魯語'),(3843,'zu','ms','Zulu'),(3844,'zh-hant','en','Chinese (Traditional)'),(3845,'zh-hant','es','Chino tradicional'),(3846,'zh-hant','de','Traditionelles Chinesisch'),(3847,'zh-hant','fr','Chinois traditionnel'),(3848,'zh-hant','ar','الصينية التقليدية'),(3849,'zh-hant','bs','Chinese (Traditional)'),(3850,'zh-hant','bg','Китайски (традиционен)'),(3851,'zh-hant','ca','Chinese (Traditional)'),(3852,'zh-hant','cs','Čínština (tradiční )'),(3853,'zh-hant','sk','Tradičná Čínština'),(3854,'zh-hant','cy','Chinese (Traditional)'),(3855,'zh-hant','da','Chinese (Traditional)'),(3856,'zh-hant','el','Κινεζικα (Παραδοσιακά)'),(3857,'zh-hant','eo','Chinese (Traditional)'),(3858,'zh-hant','et','Chinese (Traditional)'),(3859,'zh-hant','eu','Chinese (Traditional)'),(3860,'zh-hant','fa','Chinese (Traditional)'),(3861,'zh-hant','fi','perinteinen kiina'),(3862,'zh-hant','ga','Chinese (Traditional)'),(3863,'zh-hant','he','סינית מסורתית'),(3864,'zh-hant','hi','Chinese (Traditional)'),(3865,'zh-hant','hr','Kineski (tradicionalni)'),(3866,'zh-hant','hu','hagyományos kínai'),(3867,'zh-hant','hy','Chinese (Traditional)'),(3868,'zh-hant','id','Chinese (Traditional)'),(3869,'zh-hant','is','Chinese (Traditional)'),(3870,'zh-hant','it','Cinese tradizionale'),(3871,'zh-hant','ja','繁体中国語'),(3872,'zh-hant','ko','중국어 번체'),(3873,'zh-hant','ku','Chinese (Traditional)'),(3874,'zh-hant','la','Chinese (Traditional)'),(3875,'zh-hant','lv','Chinese (Traditional)'),(3876,'zh-hant','lt','Chinese (Traditional)'),(3877,'zh-hant','mk','Chinese (Traditional)'),(3878,'zh-hant','mt','Chinese (Traditional)'),(3879,'zh-hant','mn','Chinese (Traditional)'),(3880,'zh-hant','ne','Chinese (Traditional)'),(3881,'zh-hant','nl','Traditioneel Chinees'),(3882,'zh-hant','no','Kinesisk (tradisjonell)'),(3883,'zh-hant','pa','Chinese (Traditional)'),(3884,'zh-hant','pl','chiński tradycyjny'),(3885,'zh-hant','pt-pt','Chinês (Tradicional)'),(3886,'zh-hant','pt-br','Chinês (Tradicional)'),(3887,'zh-hant','qu','Chinese (Traditional)'),(3888,'zh-hant','ro','Chineza tradiţională'),(3889,'zh-hant','ru','Китайский (традиционный)'),(3890,'zh-hant','sl','Kitajščina (tradicionalna)'),(3891,'zh-hant','so','Chinese (Traditional)'),(3892,'zh-hant','sq','Chinese (Traditional)'),(3893,'zh-hant','sr','Кинески (традиционални)'),(3894,'zh-hant','sv','Traditionell kinesiska'),(3895,'zh-hant','ta','Chinese (Traditional)'),(3896,'zh-hant','th','จีนดั้งเดิม'),(3897,'zh-hant','tr','Klasik Çince'),(3898,'zh-hant','uk','Chinese (Traditional)'),(3899,'zh-hant','ur','Chinese (Traditional)'),(3900,'zh-hant','uz','Chinese (Traditional)'),(3901,'zh-hant','vi','Chinese (Traditional)'),(3902,'zh-hant','yi','Chinese (Traditional)'),(3903,'zh-hant','zh-hans','繁体中文'),(3904,'zh-hant','zu','Chinese (Traditional)'),(3905,'zh-hant','zh-hant','繁體中文'),(3906,'zh-hant','ms','Chinese (Traditional)'),(3907,'ms','en','Malay'),(3908,'ms','es','Malayo'),(3909,'ms','de','Malaiisch'),(3910,'ms','fr','Malay'),(3911,'ms','ar','لغة الملايو'),(3912,'ms','bs','Malay'),(3913,'ms','bg','Малайски'),(3914,'ms','ca','Malay'),(3915,'ms','cs','Malajský'),(3916,'ms','sk','Malay'),(3917,'ms','cy','Malay'),(3918,'ms','da','Malay'),(3919,'ms','el','Malay'),(3920,'ms','eo','Malay'),(3921,'ms','et','Malay'),(3922,'ms','eu','Malay'),(3923,'ms','fa','Malay'),(3924,'ms','fi','Malay'),(3925,'ms','ga','Malay'),(3926,'ms','he','מלאית'),(3927,'ms','hi','Malay'),(3928,'ms','hr','Malajski'),(3929,'ms','hu','Malay'),(3930,'ms','hy','Malay'),(3931,'ms','id','Malay'),(3932,'ms','is','Malay'),(3933,'ms','it','Malay'),(3934,'ms','ja','Malay'),(3935,'ms','ko','Malay'),(3936,'ms','ku','Malay'),(3937,'ms','la','Malay'),(3938,'ms','lv','Malay'),(3939,'ms','lt','Malay'),(3940,'ms','mk','Malay'),(3941,'ms','mt','Malay'),(3942,'ms','mn','Malay'),(3943,'ms','ne','Malay'),(3944,'ms','nl','Malay'),(3945,'ms','no','Malay'),(3946,'ms','pa','Malay'),(3947,'ms','pl','Malay'),(3948,'ms','pt-pt','Malaio'),(3949,'ms','pt-br','Malaio'),(3950,'ms','qu','Malay'),(3951,'ms','ro','Malay'),(3952,'ms','ru','Malay'),(3953,'ms','sl','Malajščina'),(3954,'ms','so','Malay'),(3955,'ms','sq','Malay'),(3956,'ms','sr','малајски'),(3957,'ms','sv','Malay'),(3958,'ms','ta','Malay'),(3959,'ms','th','Malay'),(3960,'ms','tr','Malay'),(3961,'ms','uk','Malay'),(3962,'ms','ur','Malay'),(3963,'ms','uz','Malay'),(3964,'ms','vi','Malay'),(3965,'ms','yi','Malay'),(3966,'ms','zh-hans','Malay'),(3967,'ms','zu','Malay'),(3968,'ms','zh-hant','Malay'),(3969,'ms','ms','Melayu');
/*!40000 ALTER TABLE `wp_icl_languages_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_locale_map`
--

DROP TABLE IF EXISTS `wp_icl_locale_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_locale_map` (
  `code` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(35) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  UNIQUE KEY `code` (`code`,`locale`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_locale_map`
--

LOCK TABLES `wp_icl_locale_map` WRITE;
/*!40000 ALTER TABLE `wp_icl_locale_map` DISABLE KEYS */;
INSERT INTO `wp_icl_locale_map` VALUES ('en','en_US'),('it','it_IT');
/*!40000 ALTER TABLE `wp_icl_locale_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_message_status`
--

DROP TABLE IF EXISTS `wp_icl_message_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_message_status` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rid` bigint(20) unsigned NOT NULL,
  `object_id` bigint(20) unsigned NOT NULL,
  `from_language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `to_language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_type` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` smallint(6) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `rid` (`rid`),
  KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_message_status`
--

LOCK TABLES `wp_icl_message_status` WRITE;
/*!40000 ALTER TABLE `wp_icl_message_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_message_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_mo_files_domains`
--

DROP TABLE IF EXISTS `wp_icl_mo_files_domains`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_mo_files_domains` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `file_path` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `file_path_md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `domain` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'not_imported',
  `num_of_strings` int(11) NOT NULL DEFAULT '0',
  `last_modified` int(11) NOT NULL,
  `component_type` enum('plugin','theme','other') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'other',
  `component_id` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `file_path_md5_UNIQUE` (`file_path_md5`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_mo_files_domains`
--

LOCK TABLES `wp_icl_mo_files_domains` WRITE;
/*!40000 ALTER TABLE `wp_icl_mo_files_domains` DISABLE KEYS */;
INSERT INTO `wp_icl_mo_files_domains` VALUES (1,'wp-content/plugins/wpml-translation-management/locale/wpml-translation-management-it_IT.mo','174748dbfaff1f2ad110bdec48fe3135','wpml-translation-management','imported',802,1542091082,'plugin','wpml-translation-management/plugin.php'),(2,'wp-content/plugins/wpml-string-translation/locale/wpml-string-translation-it_IT.mo','0ab263d196ab067dfe57a851ebe1fb4c','wpml-string-translation','imported',268,1542091149,'plugin','wpml-string-translation/plugin.php'),(3,'wp-content/plugins/cool-timeline-pro/languages/cool-timeline-it_IT.mo','d06de7791f7b75bc7ae37cf5c4b215b1','cool-timeline','imported',298,1540622597,'plugin','cool-timeline-pro/cool-timeline-pro.php'),(4,'wp-content/languages/it_IT.mo','4868777c3503496b5ebfee2e7f76f6d8','default','imported',2704,1651071813,'other',''),(5,'wp-content/plugins/profile-builder-pro/translation/profile-builder-it_IT.mo','cf80ebd220865462789496d3228ca9e3','profile-builder','imported',867,1541985949,'plugin','profile-builder-pro/index.php'),(6,'wp-content/plugins/exclude-pages/locale/exclude-pages-it_IT.mo','17812f6a1008f768608aa15df136dfe4','exclude-pages','imported',10,1540158766,'plugin','exclude-pages/exclude_pages.php'),(7,'wp-content/languages/admin-it_IT.mo','126ba2ce03075d2118879a0c1873331a','default','imported',2689,1651071813,'other',''),(8,'wp-content/plugins/meta-box/languages/meta-box-it_IT.mo','9c137f1715da786131568a0781b42a4c','meta-box','imported',56,1541485137,'plugin','meta-box/meta-box.php'),(9,'wp-content/languages/plugins/wordpress-seo-it_IT.mo','444dc31a9e33d5584fecd5cd146731ea','wordpress-seo','imported',1250,1589823796,'plugin','wordpress-seo/wp-seo.php'),(10,'wp-content/languages/admin-network-it_IT.mo','5562e30e160bd67fde91963b25cb0bd1','default','imported',319,1636065063,'other',''),(11,'wp-content/languages/continents-cities-it_IT.mo','cdaf5e817c5fb722b97059b8b5b15c4d','continents-cities','imported',524,1589823794,'other',''),(12,'wp-content/languages/plugins/akismet-it_IT.mo','233ba7f5570c80c118d6998b10fc3fd4','akismet','imported',217,1589823795,'plugin','akismet/akismet.php'),(13,'wp-content/languages/plugins/limit-login-attempts-reloaded-it_IT.mo','2ebb643499f0ce2f34be50f383a0cacf','limit-login-attempts-reloaded','imported',214,1636065063,'plugin','limit-login-attempts-reloaded/limit-login-attempts-reloaded.php'),(14,'wp-content/languages/plugins/profile-builder-it_IT.mo','fd9fbed695914e39b69424912a2c8c0f','profile-builder','imported',1234,1651071842,'plugin','profile-builder-pro/index.php');
/*!40000 ALTER TABLE `wp_icl_mo_files_domains` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_node`
--

DROP TABLE IF EXISTS `wp_icl_node`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_node` (
  `nid` bigint(20) NOT NULL,
  `md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `links_fixed` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`nid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_node`
--

LOCK TABLES `wp_icl_node` WRITE;
/*!40000 ALTER TABLE `wp_icl_node` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_node` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_reminders`
--

DROP TABLE IF EXISTS `wp_icl_reminders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_reminders` (
  `id` bigint(20) NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `can_delete` tinyint(4) NOT NULL,
  `show` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_reminders`
--

LOCK TABLES `wp_icl_reminders` WRITE;
/*!40000 ALTER TABLE `wp_icl_reminders` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_reminders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_string_packages`
--

DROP TABLE IF EXISTS `wp_icl_string_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_packages` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `kind_slug` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `kind` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `edit_link` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `view_link` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` int(11) DEFAULT NULL,
  `word_count` varchar(2000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_packages`
--

LOCK TABLES `wp_icl_string_packages` WRITE;
/*!40000 ALTER TABLE `wp_icl_string_packages` DISABLE KEYS */;
INSERT INTO `wp_icl_string_packages` VALUES (1,'page-builder-shortcode-strings','Page Builder ShortCode Strings','7981','Page Builder Page 7981','','',7981,'{\"total\":27,\"to_translate\":{\"it\":27}}'),(2,'page-builder-shortcode-strings','Page Builder ShortCode Strings','7993','Page Builder Page 7993','','',7993,'{\"total\":145,\"to_translate\":{\"it\":145}}'),(3,'page-builder-shortcode-strings','Page Builder ShortCode Strings','6144','Page Builder Page 6144','','',6144,'{\"total\":29,\"to_translate\":{\"it\":29}}'),(4,'page-builder-shortcode-strings','Page Builder ShortCode Strings','8024','Page Builder Page 8024','','',8024,'{\"total\":301,\"to_translate\":{\"it\":301}}'),(5,'page-builder-shortcode-strings','Page Builder ShortCode Strings','7238','Page Builder Page 7238','','',7238,'{\"total\":1162,\"to_translate\":{\"it\":1162}}'),(6,'page-builder-shortcode-strings','Page Builder ShortCode Strings','8053','Page Builder Page 8053','','',8053,'{\"total\":86,\"to_translate\":{\"it\":86}}'),(7,'page-builder-shortcode-strings','Page Builder ShortCode Strings','6371','Page Builder Page 6371','','',6371,NULL),(8,'page-builder-shortcode-strings','Page Builder ShortCode Strings','7057','Page Builder Page 7057','','',7057,'{\"total\":130,\"to_translate\":{\"it\":89}}'),(9,'page-builder-shortcode-strings','Page Builder ShortCode Strings','8069','Page Builder Page 8069','','',8069,'{\"total\":69,\"to_translate\":{\"it\":69}}'),(10,'page-builder-shortcode-strings','Page Builder ShortCode Strings','8098','Page Builder Page 8098','','',8098,'{\"total\":38,\"to_translate\":{\"it\":38}}'),(11,'page-builder-shortcode-strings','Page Builder ShortCode Strings','7092','Page Builder Page 7092','','',7092,NULL),(12,'page-builder-shortcode-strings','Page Builder ShortCode Strings','12','Page Builder Page 12','','',12,'{\"total\":284,\"to_translate\":{\"it\":281}}'),(13,'page-builder-shortcode-strings','Page Builder ShortCode Strings','6410','Page Builder Page 6410','','',6410,NULL),(14,'page-builder-shortcode-strings','Page Builder ShortCode Strings','7325','Page Builder Page 7325','','',7325,'{\"total\":0,\"to_translate\":{\"it\":0}}'),(15,'page-builder-shortcode-strings','Page Builder ShortCode Strings','6226','Page Builder Page 6226','','',6226,'{\"total\":132,\"to_translate\":{\"it\":132}}'),(16,'page-builder-shortcode-strings','Page Builder ShortCode Strings','7130','Page Builder Page 7130','','',7130,NULL),(17,'page-builder-shortcode-strings','Page Builder ShortCode Strings','80','Page Builder Page 80','','',80,'{\"total\":299,\"to_translate\":{\"it\":299}}'),(18,'page-builder-shortcode-strings','Page Builder ShortCode Strings','7030','Page Builder Page 7030','','',7030,NULL),(19,'page-builder-shortcode-strings','Page Builder ShortCode Strings','8149','Page Builder Page 8149','','',8149,NULL),(20,'page-builder-shortcode-strings','Page Builder ShortCode Strings','7011','Page Builder Page 7011','','',7011,'{\"total\":1163,\"to_translate\":{\"it\":1163}}'),(21,'page-builder-shortcode-strings','Page Builder ShortCode Strings','141','Page Builder Page 141','','',141,NULL),(22,'page-builder-shortcode-strings','Page Builder ShortCode Strings','7339','Page Builder Page 7339','','',7339,NULL),(23,'page-builder-shortcode-strings','Page Builder ShortCode Strings','67','Page Builder Page 67','','',67,'{\"total\":62,\"to_translate\":{\"it\":62}}');
/*!40000 ALTER TABLE `wp_icl_string_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_string_pages`
--

DROP TABLE IF EXISTS `wp_icl_string_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_pages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `string_id` bigint(20) NOT NULL,
  `url_id` bigint(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `string_to_url_id` (`url_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_pages`
--

LOCK TABLES `wp_icl_string_pages` WRITE;
/*!40000 ALTER TABLE `wp_icl_string_pages` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_string_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_string_positions`
--

DROP TABLE IF EXISTS `wp_icl_string_positions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_positions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `string_id` bigint(20) NOT NULL,
  `kind` tinyint(4) DEFAULT NULL,
  `position_in_page` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `string_id` (`string_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_positions`
--

LOCK TABLES `wp_icl_string_positions` WRITE;
/*!40000 ALTER TABLE `wp_icl_string_positions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_string_positions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_string_status`
--

DROP TABLE IF EXISTS `wp_icl_string_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_status` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rid` bigint(20) NOT NULL,
  `string_translation_id` bigint(20) NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `string_translation_id` (`string_translation_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_status`
--

LOCK TABLES `wp_icl_string_status` WRITE;
/*!40000 ALTER TABLE `wp_icl_string_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_string_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_string_translations`
--

DROP TABLE IF EXISTS `wp_icl_string_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_translations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `string_id` bigint(20) unsigned NOT NULL,
  `language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` tinyint(4) NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  `mo_string` longtext COLLATE utf8mb4_unicode_520_ci,
  `translator_id` bigint(20) unsigned DEFAULT NULL,
  `translation_service` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `batch_id` int(11) NOT NULL DEFAULT '0',
  `translation_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `string_language` (`string_id`,`language`)
) ENGINE=InnoDB AUTO_INCREMENT=10762 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_translations`
--

LOCK TABLES `wp_icl_string_translations` WRITE;
/*!40000 ALTER TABLE `wp_icl_string_translations` DISABLE KEYS */;
INSERT INTO `wp_icl_string_translations` VALUES (1,9,'it',0,NULL,'- (da aggiornare)',NULL,'',0,'2018-11-12 23:39:25'),(2,10,'it',0,NULL,'- File xliff in allegato.',NULL,'',0,'2018-11-12 23:39:25'),(3,11,'it',0,NULL,'\"%s\" non è un file XLIFF valido.',NULL,'',0,'2018-11-12 23:39:25'),(4,12,'it',0,NULL,'Sono stati aggiunti %1$s lavori all\'editor di traduzione avanzato.',NULL,'',0,'2018-11-12 23:39:25'),(5,13,'it',0,NULL,'Traduzione in %1$s: %2$s',NULL,'',0,'2018-11-12 23:39:25'),(6,14,'it',0,NULL,'%d minuto',NULL,'',0,'2018-11-12 23:39:25'),(7,15,'it',0,NULL,'%d minuti',NULL,'',0,'2018-11-12 23:39:25'),(8,16,'it',0,NULL,'%d traduzioni sono state recuperate dal servizio di traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(9,17,'it',0,NULL,'%d traduzioni sono state segnate come annullate.',NULL,'',0,'2018-11-12 23:39:25'),(10,18,'it',0,NULL,'Autenticazione per %s',NULL,'',0,'2018-11-12 23:39:25'),(11,19,'it',0,NULL,'Solo %s potrà aggiungere le traduzioni al sito. Puoi assegnare il ruolo di responsabile delle traduzioni a un altro utente WordPress o diventare responsabile delle traduzioni tu stesso.',NULL,'',0,'2018-11-12 23:39:25'),(12,20,'it',0,NULL,'%s è autorizzato.',NULL,'',0,'2018-11-12 23:39:25'),(13,21,'it',0,NULL,'%s elementi nel carrello:',NULL,'',0,'2018-11-12 23:39:25'),(14,22,'it',0,NULL,'%s richiede ulteriori dati',NULL,'',0,'2018-11-12 23:39:25'),(15,23,'it',0,NULL,'%s a %s',NULL,'',0,'2018-11-12 23:39:25'),(16,24,'it',0,NULL,'%s a %s e %s',NULL,'',0,'2018-11-12 23:39:25'),(17,25,'it',0,NULL,'%s parole',NULL,'',0,'2018-11-12 23:39:25'),(18,26,'it',0,NULL,'%s%d lavori di traduzione%s sono stati inviati ai traduttori remoti',NULL,'',0,'2018-11-12 23:39:25'),(19,27,'it',0,NULL,'%s1 lavoro di traduzione%s è stato inviato ai traduttori remoti',NULL,'',0,'2018-11-12 23:39:25'),(20,28,'it',0,NULL,'%s: Lavori di traduzione WPML',NULL,'',0,'2018-11-12 23:39:25'),(21,29,'it',0,NULL,'%sAttenzione:%s stai tentando di inserire una traduzione utilizzando l\'editor standard di WordPress, ma il tuo sito risulta configurato per l\'utilizzo dell\'editor di traduzione di WPML.',NULL,'',0,'2018-11-12 23:39:25'),(22,30,'it',0,NULL,'%sAttenzione:%s stai tentando di modificare una traduzione che al momento è in fase di inserimento tramite WPML.',NULL,'',0,'2018-11-12 23:39:25'),(23,31,'it',0,NULL,'%sAttenzione:%s stai tentando di modificare una traduzione utilizzando l\'editor standard di WordPress, ma il tuo sito risulta configurato per l\'utilizzo dell\'editor di traduzione di WPML.',NULL,'',0,'2018-11-12 23:39:25'),(24,32,'it',0,NULL,'&laquo; continua dalla pagina precedente',NULL,'',0,'2018-11-12 23:39:25'),(25,33,'it',0,NULL,'(servizio inattivo e sconosciuto)',NULL,'',0,'2018-11-12 23:39:25'),(26,34,'it',0,NULL,'(titolo mancante)',NULL,'',0,'2018-11-12 23:39:25'),(27,35,'it',0,NULL,'* Ricordati che il tuo nome di accesso a %1$s è %2$s. Se hai bisogno di aiuto con la password, usa la reimpostazione della password nella pagina di accesso.',NULL,'',0,'2018-11-12 23:39:25'),(28,36,'it',0,NULL,'* Al momento l\'editor di traduzione avanzato è gratuito. Quando non sarà più disponibile in versione beta, richiederà il pagamento di una modesta tariffa di utilizzo.',NULL,'',0,'2018-11-12 23:39:25'),(29,37,'it',0,NULL,'* L\'editor di traduzione avanzato di WPML non è vincolante. I contenuti tradotti tramite quest\'ultimo si possono continuare a modificare con l\'editor di traduzione classico.',NULL,'',0,'2018-11-12 23:39:25'),(30,38,'it',0,NULL,'--Seleziona la lingua--',NULL,'',0,'2018-11-12 23:39:25'),(31,39,'it',0,NULL,'1 traduzione è stata recuperata dal servizio di traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(32,40,'it',0,NULL,'1. Esamina i documenti da tradurre',NULL,'',0,'2018-11-12 23:39:25'),(33,41,'it',0,NULL,'1. Seleziona gli elementi da tradurre',NULL,'',0,'2018-11-12 23:39:25'),(34,42,'it',0,NULL,'Stai per tradurre gli articoli duplicati.',NULL,'',0,'2018-11-12 23:39:25'),(35,43,'it',0,NULL,'2. Seleziona le opzioni di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(36,44,'it',0,NULL,'2. Imposta un nome e una scadenza per il blocco',NULL,'',0,'2018-11-12 23:39:25'),(37,45,'it',0,NULL,'Questi elementi verranno scollegati automaticamente dagli originali, così quando aggiornerai gli originali la traduzione non andrà persa.',NULL,'',0,'2018-11-12 23:39:25'),(38,46,'it',0,NULL,'3. Scegli il traduttore locale o il servizio di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(39,47,'it',0,NULL,'<a href=\"%s\">Invia in traduzione &raquo;</a>',NULL,'',0,'2018-11-12 23:39:25'),(40,48,'it',0,NULL,'<p>Non è stato possibile aggiungere le lingue richieste. <a%s>Contattaci</a> per ricevere assistenza. </p><p>Mostra <a%s>dati di debug</a>.</p>',NULL,'',0,'2018-11-12 23:39:25'),(41,49,'it',0,NULL,'<p>Lavori assegnati...</p><p>Puoi controllare lo stato attuale della traduzione visitando la scheda <a href=\'%s\'>Lavori di traduzione</a>.</p>',NULL,'',0,'2018-11-12 23:39:25'),(42,50,'it',0,NULL,'<p>Le lingue richieste non sono supportate dal servizio di traduzione (%s).<a%s>Contattaci</a> per ricevere assistenza. </p>',NULL,'',0,'2018-11-12 23:39:25'),(43,51,'it',0,NULL,'<p>L\'amministratore ha disabilitato la traduzione del termine dall\'editor di traduzione. </p>\\n<p>Se i tuoi permessi di accesso te lo consentono, puoi modificare questa impostazione alla voce \"Translation Management\" - \"Impostazioni dei contenuti multilingue\" - \"Blocca la traduzione dei termini della tassonomia che sono già stati tradotti\". </p>\\n<p>Tieni presente che la modifica dei termini dall\'editor di traduzione influenzerà tutti gli articoli a cui sono associati i rispettivi termini.</p>',NULL,'',0,'2018-11-12 23:39:25'),(44,52,'it',0,NULL,'Token API:',NULL,'',0,'2018-11-12 23:39:25'),(45,53,'it',0,NULL,'Attiva',NULL,'',0,'2018-11-12 23:39:25'),(46,54,'it',0,NULL,'Servizio di traduzione attivato',NULL,'',0,'2018-11-12 23:39:25'),(47,55,'it',0,NULL,'Attiva il servizio:',NULL,'',0,'2018-11-12 23:39:25'),(48,56,'it',0,NULL,'Aggiungi traduttore',NULL,'',0,'2018-11-12 23:39:25'),(49,57,'it',0,NULL,'Aggiungi un\'altra combinazione linguistica',NULL,'',0,'2018-11-12 23:39:25'),(50,58,'it',0,NULL,'Aggiungi una nuova priorità di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(51,59,'it',0,NULL,'Aggiungi un nuovo traduttore',NULL,'',0,'2018-11-12 23:39:25'),(52,60,'it',0,NULL,'Aggiungi una nota per i traduttori',NULL,'',0,'2018-11-12 23:39:25'),(53,61,'it',0,NULL,'Aggiungi i contenuti selezionati al carrello di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(54,62,'it',0,NULL,'Aggiungi i contenuti selezionati al carrello di traduzione / Duplica',NULL,'',0,'2018-11-12 23:39:25'),(55,63,'it',0,NULL,'Aggiungi al carrello di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(56,64,'it',0,NULL,'Aggiungi un responsabile delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(57,65,'it',0,NULL,'Correggi i link all\'interno degli articoli e delle stringhe, così reindirizzeranno al contenuto tradotto',NULL,'',0,'2018-11-12 23:39:25'),(58,66,'it',0,NULL,'Correggi i link all\'interno degli articoli, così reindirizzeranno al contenuto tradotto',NULL,'',0,'2018-11-12 23:39:25'),(59,67,'it',0,NULL,'Stringhe area di amministrazione',NULL,'',0,'2018-11-12 23:39:25'),(60,68,'it',0,NULL,'Stringhe da tradurre dell\'area di amministrazione',NULL,'',0,'2018-11-12 23:39:25'),(61,69,'it',0,NULL,'Amministratore di %s',NULL,'',0,'2018-11-12 23:39:25'),(62,70,'it',0,NULL,'Editor di traduzione avanzato',NULL,'',0,'2018-11-12 23:39:25'),(63,71,'it',0,NULL,'Errore dell\'editor di traduzione avanzato:',NULL,'',0,'2018-11-12 23:39:25'),(64,72,'it',0,NULL,'L\'editor di traduzione avanzato è attivo',NULL,'',0,'2018-11-12 23:39:25'),(65,73,'it',0,NULL,'L\'editor di traduzione avanzato è stato disabilitato.',NULL,'',0,'2018-11-12 23:39:25'),(66,74,'it',0,NULL,'L\'editor di traduzione avanzato è stato abilitato e attivato',NULL,'',0,'2018-11-12 23:39:25'),(67,75,'it',0,NULL,'L\'editor di traduzione avanzato è stato abilitato ma non è ancora attivo',NULL,'',0,'2018-11-12 23:39:25'),(68,76,'it',0,NULL,'L\'editor di traduzione avanzato non è ancora attivo',NULL,'',0,'2018-11-12 23:39:25'),(69,77,'it',0,NULL,'L\'editor di traduzione avanzato ha restituito degli errori per %1$s lavoro/i.',NULL,'',0,'2018-11-12 23:39:25'),(70,78,'it',0,NULL,'Abbonamento all\'editor di traduzione avanzato',NULL,'',0,'2018-11-12 23:39:25'),(71,79,'it',0,NULL,'Tutto',NULL,'',0,'2018-11-12 23:39:25'),(72,80,'it',0,NULL,'Tutte le lingue',NULL,'',0,'2018-11-12 23:39:25'),(73,81,'it',0,NULL,'Tutte le priorità di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(74,82,'it',0,NULL,'Ogni nuova riga dovrà essere sostituita dall\'elemento HTML %s. Usa questa opzione se lo strumento di traduzione usato dal traduttore non supporta i caratteri delle nuove righe (per esempio il software Virtaal)',NULL,'',0,'2018-11-12 23:39:25'),(75,83,'it',0,NULL,'Tutti gli articoli e le stringhe sono stati elaborati. %s link sono stati modificati per reindirizzare al contenuto tradotto.',NULL,'',0,'2018-11-12 23:39:25'),(76,84,'it',0,NULL,'Tutti gli articoli sono stati elaborati. Sono stati modificati %s link per reindirizzare al contenuto tradotto.',NULL,'',0,'2018-11-12 23:39:25'),(77,85,'it',0,NULL,'Tutti gli stati',NULL,'',0,'2018-11-12 23:39:25'),(78,86,'it',0,NULL,'Tutti i lavori di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(79,87,'it',0,NULL,'Tutti gli stati delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(80,88,'it',0,NULL,'Tutti i tipi',NULL,'',0,'2018-11-12 23:39:25'),(81,89,'it',0,NULL,'Consenti ai visitatori di informarti su eventuali problemi di traduzione abilitando %s',NULL,'',0,'2018-11-12 23:39:25'),(82,90,'it',0,NULL,'Testo alternativo',NULL,'',0,'2018-11-12 23:39:25'),(83,91,'it',0,NULL,'È stata inviata un\'e-mail a %s',NULL,'',0,'2018-11-12 23:39:25'),(84,92,'it',0,NULL,'Si è verificato un errore',NULL,'',0,'2018-11-12 23:39:25'),(85,93,'it',0,NULL,'Si è verificato un errore:',NULL,'',0,'2018-11-12 23:39:25'),(86,94,'it',0,NULL,'Qualsiasi',NULL,'',0,'2018-11-12 23:39:25'),(87,95,'it',0,NULL,'Con la creazione di duplicati, ogni contenuto esistente (traduzioni) sarà sovrascritto.',NULL,'',0,'2018-11-12 23:39:25'),(88,96,'it',0,NULL,'Qualsiasi lingua',NULL,'',0,'2018-11-12 23:39:25'),(89,97,'it',0,NULL,'Applica',NULL,'',0,'2018-11-12 23:39:25'),(90,98,'it',0,NULL,'Annullare questa traduzione?',NULL,'',0,'2018-11-12 23:39:25'),(91,99,'it',0,NULL,'Confermi l\'annullamento di questi lavori?',NULL,'',0,'2018-11-12 23:39:25'),(92,100,'it',0,NULL,'Reimpostare il processo di traduzione di %1$s?',NULL,'',0,'2018-11-12 23:39:25'),(93,101,'it',0,NULL,'Confermi di voler rinunciare a questo lavoro?',NULL,'',0,'2018-11-12 23:39:25'),(94,102,'it',0,NULL,'Chiedilo a noi',NULL,'',0,'2018-11-12 23:39:25'),(95,103,'it',0,NULL,'Al tuo servizio',NULL,'',0,'2018-11-12 23:39:25'),(96,104,'it',0,NULL,'Esegui autenticazione',NULL,'',0,'2018-11-12 23:39:25'),(97,105,'it',0,NULL,'Autentica e continua',NULL,'',0,'2018-11-12 23:39:25'),(98,106,'it',0,NULL,'Genera automaticamente dal titolo (predefinita)',NULL,'',0,'2018-11-12 23:39:25'),(99,107,'it',0,NULL,'Formattazione automatica',NULL,'',0,'2018-11-12 23:39:25'),(100,108,'it',0,NULL,'Disponibile per la traduzione',NULL,'',0,'2018-11-12 23:39:25'),(101,109,'it',0,NULL,'Torna ad aggiungere i traduttori',NULL,'',0,'2018-11-12 23:39:25'),(102,110,'it',0,NULL,'Informazioni di base',NULL,'',0,'2018-11-12 23:39:25'),(103,111,'it',0,NULL,'Blocco',NULL,'',0,'2018-11-12 23:39:25'),(104,112,'it',0,NULL,'Nome del blocco: ',NULL,'',0,'2018-11-12 23:39:25'),(105,113,'it',0,NULL,'Il blocco è vuoto',NULL,'',0,'2018-11-12 23:39:25'),(106,114,'it',0,NULL,'Nome del blocco:',NULL,'',0,'2018-11-12 23:39:25'),(107,115,'it',0,NULL,'Blocco ripristinato',NULL,'',0,'2018-11-12 23:39:25'),(108,116,'it',0,NULL,'Prima di poter iniziare a inviare contenuti in traduzione è necessario completare una breve configurazione.',NULL,'',0,'2018-11-12 23:39:25'),(109,117,'it',0,NULL,'Corpo',NULL,'',0,'2018-11-12 23:39:25'),(110,118,'it',0,NULL,'Azioni di gruppo',NULL,'',0,'2018-11-12 23:39:25'),(111,119,'it',0,NULL,'Annulla',NULL,'',0,'2018-11-12 23:39:25'),(112,120,'it',0,NULL,'Elimina selezionati',NULL,'',0,'2018-11-12 23:39:25'),(113,121,'it',0,NULL,'Questo elemento non può essere modificato poiché al momento si trova nel carrello di traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(114,122,'it',0,NULL,'Didascalia',NULL,'',0,'2018-11-12 23:39:25'),(115,123,'it',0,NULL,'Le modifiche di queste traduzioni incideranno sui termini in generale! (Non solo su quelli di questo articolo)',NULL,'',0,'2018-11-12 23:39:25'),(116,124,'it',0,NULL,'Seleziona tutto',NULL,'',0,'2018-11-12 23:39:25'),(117,125,'it',0,NULL,'Verifica i servizi di traduzione disponibili',NULL,'',0,'2018-11-12 23:39:25'),(118,126,'it',0,NULL,'Controlla lo stato e ottieni le traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(119,127,'it',0,NULL,'Scegli l\'editor di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(120,128,'it',0,NULL,'Seleziona almeno un\'azione di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(121,129,'it',0,NULL,'Seleziona il formato predefinito per il file XLIFF:',NULL,'',0,'2018-11-12 23:39:25'),(122,130,'it',0,NULL,'Seleziona se le traduzioni devono essere pubblicate al ricevimento. Nota: se selezioni Pubblica, la traduzione verrà pubblicata al ricevimento solo se il documento originale è stato pubblicato.',NULL,'',0,'2018-11-12 23:39:25'),(123,131,'it',0,NULL,'Scelta del metodo di traduzione del sito e impostazione dei traduttori',NULL,'',0,'2018-11-12 23:39:25'),(124,132,'it',0,NULL,'Scelta dei contenuti da tradurre',NULL,'',0,'2018-11-12 23:39:25'),(125,133,'it',0,NULL,'Editor di traduzione classico',NULL,'',0,'2018-11-12 23:39:25'),(126,134,'it',0,NULL,'Cancella',NULL,'',0,'2018-11-12 23:39:25'),(127,135,'it',0,NULL,'Svuota il carrello',NULL,'',0,'2018-11-12 23:39:25'),(128,136,'it',0,NULL,'Cancella registro',NULL,'',0,'2018-11-12 23:39:25'),(129,137,'it',0,NULL,'Cancella la ricerca',NULL,'',0,'2018-11-12 23:39:25'),(130,138,'it',0,NULL,'Comprimi',NULL,'',0,'2018-11-12 23:39:25'),(131,139,'it',0,NULL,'Assegnazione lavori...',NULL,'',0,'2018-11-12 23:39:25'),(132,140,'it',0,NULL,'Comunicazione con i traduttori',NULL,'',0,'2018-11-12 23:39:25'),(133,141,'it',0,NULL,'Registro di comunicazione',NULL,'',0,'2018-11-12 23:39:25'),(134,142,'it',0,NULL,'La registrazione della comunicazione al momento risulta disabilitata. Per consentire all\'assistenza di WPML di aiutarti a risolvere eventuali problemi relativi all\'invio dei contenuti in traduzione, devi abilitare la registrazione della comunicazione.',NULL,'',0,'2018-11-12 23:39:25'),(135,143,'it',0,NULL,'Completata',NULL,'',0,'2018-11-12 23:39:25'),(136,144,'it',0,NULL,'Configura',NULL,'',0,'2018-11-12 23:39:25'),(137,145,'it',0,NULL,'Collega questo sito al tuo account %PLACEHOLDER%',NULL,'',0,'2018-11-12 23:39:25'),(138,146,'it',0,NULL,'Contatta',NULL,'',0,'2018-11-12 23:39:25'),(139,147,'it',0,NULL,'Duplicazione contenuto',NULL,'',0,'2018-11-12 23:39:25'),(140,148,'it',0,NULL,'Registro degli aggiornamenti del contenuto',NULL,'',0,'2018-11-12 23:39:25'),(141,149,'it',0,NULL,'Continua',NULL,'',0,'2018-11-12 23:39:25'),(142,150,'it',0,NULL,'Collegati al servizio %s',NULL,'',0,'2018-11-12 23:39:25'),(143,151,'it',0,NULL,'Copia e sovrascrivi tutti i campi',NULL,'',0,'2018-11-12 23:39:25'),(144,152,'it',0,NULL,'Copia tutti i campi dall\'originale',NULL,'',0,'2018-11-12 23:39:25'),(145,153,'it',0,NULL,'Copia dall\'originale',NULL,'',0,'2018-11-12 23:39:25'),(146,154,'it',0,NULL,'Copia dalla lingua originale se la lingua di traduzione utilizza URL codificati',NULL,'',0,'2018-11-12 23:39:25'),(147,155,'it',0,NULL,'Copia dall\'originale',NULL,'',0,'2018-11-12 23:39:25'),(148,156,'it',0,NULL,'Copia una volta',NULL,'',0,'2018-11-12 23:39:25'),(149,157,'it',0,NULL,'Copia solo i campi vuoti',NULL,'',0,'2018-11-12 23:39:25'),(150,158,'it',0,NULL,'Utente non trovato!',NULL,'',0,'2018-11-12 23:39:25'),(151,159,'it',0,NULL,'Impossibile recuperare il file dall\'archivio.',NULL,'',0,'2018-11-12 23:39:25'),(152,160,'it',0,NULL,'Impossibile aggiornare la modalità di prelievo delle traduzioni.',NULL,'',0,'2018-11-12 23:39:25'),(153,161,'it',0,NULL,'Calcola il tempo',NULL,'',0,'2018-11-12 23:39:25'),(154,162,'it',0,NULL,'Crea un nuovo utente e impostalo come traduttore',NULL,'',0,'2018-11-12 23:39:25'),(155,163,'it',0,NULL,'Crea un nuovo utente per renderlo il responsabile delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(156,164,'it',0,NULL,'Crea un nuovo utente per renderlo il responsabile delle traduzioni:',NULL,'',0,'2018-11-12 23:39:25'),(157,165,'it',0,NULL,'Crea le traduzioni manualmente',NULL,'',0,'2018-11-12 23:39:25'),(158,166,'it',0,NULL,'Campi personalizzati',NULL,'',0,'2018-11-12 23:39:25'),(159,167,'it',0,NULL,'Traduzione dei campi personalizzati',NULL,'',0,'2018-11-12 23:39:25'),(160,168,'it',0,NULL,'Traduzione dei metadati dei termini personalizzati',NULL,'',0,'2018-11-12 23:39:25'),(161,169,'it',0,NULL,'Configurazione personalizzata del codice XML ',NULL,'',0,'2018-11-12 23:39:25'),(162,170,'it',0,NULL,'Configurazione XML personalizzata',NULL,'',0,'2018-11-12 23:39:25'),(163,171,'it',0,NULL,'Campi personalizzati',NULL,'',0,'2018-11-12 23:39:25'),(164,172,'it',0,NULL,'Opzioni per la traduzione degli slug degli articoli personalizzati',NULL,'',0,'2018-11-12 23:39:25'),(165,173,'it',0,NULL,'Data',NULL,'',0,'2018-11-12 23:39:25'),(166,174,'it',0,NULL,'Rimuovi autorizzazione',NULL,'',0,'2018-11-12 23:39:25'),(167,175,'it',0,NULL,'Disattiva',NULL,'',0,'2018-11-12 23:39:25'),(168,176,'it',0,NULL,'Data di scadenza',NULL,'',0,'2018-11-12 23:39:25'),(169,177,'it',0,NULL,'Salve %s,',NULL,'',0,'2018-11-12 23:39:25'),(170,178,'it',0,NULL,'Eliminato',NULL,'',0,'2018-11-12 23:39:25'),(171,179,'it',0,NULL,'Descrizione',NULL,'',0,'2018-11-12 23:39:25'),(172,180,'it',0,NULL,'Lo sapevi che puoi anche impostare i servizi di traduzione così le tue traduzioni verranno eseguite da traduttori professionisti?',NULL,'',0,'2018-11-12 23:39:25'),(173,181,'it',0,NULL,'Disabilita registrazione',NULL,'',0,'2018-11-12 23:39:25'),(174,182,'it',0,NULL,'Disabilita la possibilità degli utenti di creare account su wpml.org',NULL,'',0,'2018-11-12 23:39:25'),(175,183,'it',0,NULL,'Elimina',NULL,'',0,'2018-11-12 23:39:25'),(176,184,'it',0,NULL,'Visualizzazione %s&#8211;%s di %s',NULL,'',0,'2018-11-12 23:39:25'),(177,185,'it',0,NULL,'Nessuna azione',NULL,'',0,'2018-11-12 23:39:25'),(178,186,'it',0,NULL,'Non fare nulla: tutti i caratteri della nuova riga resteranno inalterati.',NULL,'',0,'2018-11-12 23:39:25'),(179,187,'it',0,NULL,'Possiedi già un account su %PLACEHOLDER%?',NULL,'',0,'2018-11-12 23:39:25'),(180,188,'it',0,NULL,'Desideri utilizzare un servizio di traduzione per tutti i contenuti del tuo sito o solo per alcuni?',NULL,'',0,'2018-11-12 23:39:25'),(181,189,'it',0,NULL,'Stato del documento',NULL,'',0,'2018-11-12 23:39:25'),(182,190,'it',0,NULL,'Documentazione',NULL,'',0,'2018-11-12 23:39:25'),(183,191,'it',0,NULL,'Non includere i termini già tradotti nell\'editor di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(184,192,'it',0,NULL,'Non mostrare di nuovo.',NULL,'',0,'2018-11-12 23:39:25'),(185,193,'it',0,NULL,'Non mostrare più questo avviso',NULL,'',0,'2018-11-12 23:39:25'),(186,194,'it',0,NULL,'Non tradurre',NULL,'',0,'2018-11-12 23:39:25'),(187,195,'it',0,NULL,'Fine',NULL,'',0,'2018-11-12 23:39:25'),(188,196,'it',0,NULL,'Fatto!',NULL,'',0,'2018-11-12 23:39:25'),(189,197,'it',0,NULL,'Fatto!',NULL,'',0,'2018-11-12 23:39:25'),(190,198,'it',0,NULL,'Bozza',NULL,'',0,'2018-11-12 23:39:25'),(191,199,'it',0,NULL,'Duplica',NULL,'',0,'2018-11-12 23:39:25'),(192,200,'it',0,NULL,'Duplica contenuto',NULL,'',0,'2018-11-12 23:39:25'),(193,201,'it',0,NULL,'Duplicazione in corso',NULL,'',0,'2018-11-12 23:39:25'),(194,202,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-12 23:39:25'),(195,203,'it',0,NULL,'Modifica lingue',NULL,'',0,'2018-11-12 23:39:25'),(196,204,'it',0,NULL,'Modifica la priorità di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(197,205,'it',0,NULL,'Modifica comunque',NULL,'',0,'2018-11-12 23:39:25'),(198,206,'it',0,NULL,'Modifica autonomamente',NULL,'',0,'2018-11-12 23:39:25'),(199,207,'it',0,NULL,'Modifica una o più combinazioni linguistiche del traduttore',NULL,'',0,'2018-11-12 23:39:25'),(200,208,'it',0,NULL,'Modifica nota per i traduttori',NULL,'',0,'2018-11-12 23:39:25'),(201,209,'it',0,NULL,'Modifica la traduzione in %s',NULL,'',0,'2018-11-12 23:39:25'),(202,210,'it',0,NULL,'Modifica stringhe traducibili',NULL,'',0,'2018-11-12 23:39:25'),(203,211,'it',0,NULL,'Modifica utente',NULL,'',0,'2018-11-12 23:39:25'),(204,212,'it',0,NULL,'E-mail',NULL,'',0,'2018-11-12 23:39:25'),(205,213,'it',0,NULL,'E-mail:',NULL,'',0,'2018-11-12 23:39:25'),(206,214,'it',0,NULL,'Abilita registrazione',NULL,'',0,'2018-11-12 23:39:25'),(207,215,'it',0,NULL,'Abilita altri servizi di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(208,216,'it',0,NULL,'Inserisci qui i tuoi dati di autenticazione per accedere a %s ',NULL,'',0,'2018-11-12 23:39:25'),(209,217,'it',0,NULL,'Errore',NULL,'',0,'2018-11-12 23:39:25'),(210,218,'it',0,NULL,'Dettagli dell\'errore',NULL,'',0,'2018-11-12 23:39:25'),(211,219,'it',0,NULL,'Errori:',NULL,'',0,'2018-11-12 23:39:25'),(212,220,'it',0,NULL,'Costo stimato: %s USD',NULL,'',0,'2018-11-12 23:39:25'),(213,221,'it',0,NULL,'Ogni %d minuti',NULL,'',0,'2018-11-12 23:39:25'),(214,222,'it',0,NULL,'Estratto',NULL,'',0,'2018-11-12 23:39:25'),(215,223,'it',0,NULL,'Espandi',NULL,'',0,'2018-11-12 23:39:25'),(216,224,'it',0,NULL,'Esporto',NULL,'',0,'2018-11-12 23:39:25'),(217,225,'it',0,NULL,'Esporta tutti i lavori filtrati di %1$s da %2$s a %3$s in %4$s:',NULL,'',0,'2018-11-12 23:39:25'),(218,226,'it',0,NULL,'Esporta tutti i lavori:',NULL,'',0,'2018-11-12 23:39:25'),(219,227,'it',0,NULL,'Esporta l\'intero registro in formato CSV',NULL,'',0,'2018-11-12 23:39:25'),(220,228,'it',0,NULL,'ID del pacchetto esterno: %d',NULL,'',0,'2018-11-12 23:39:25'),(221,229,'it',0,NULL,'Passaggio non riuscito: %s',NULL,'',0,'2018-11-12 23:39:25'),(222,230,'it',0,NULL,'Scollegamento degli articoli non riuscito',NULL,'',0,'2018-11-12 23:39:25'),(223,231,'it',0,NULL,'E-mail non inviata',NULL,'',0,'2018-11-12 23:39:25'),(224,232,'it',0,NULL,'Filtro',NULL,'',0,'2018-11-12 23:39:25'),(225,233,'it',0,NULL,'Termina',NULL,'',0,'2018-11-12 23:39:25'),(226,234,'it',0,NULL,'Duplicazione dell\'articolo completata',NULL,'',0,'2018-11-12 23:39:25'),(227,235,'it',0,NULL,'Primo disponibile',NULL,'',0,'2018-11-12 23:39:25'),(228,236,'it',0,NULL,'Nome:',NULL,'',0,'2018-11-12 23:39:25'),(229,237,'it',0,NULL,'Apri/Chiudi il codice',NULL,'',0,'2018-11-12 23:39:25'),(230,238,'it',0,NULL,'Per i componenti di WPML, puoi ricevere aggiornamenti dal tuo %s o automaticamente, dopo la registrazione a WPML.',NULL,'',0,'2018-11-12 23:39:25'),(231,239,'it',0,NULL,'Per recuperare le informazioni di debug per la comunicazione tra il tuo sito %s e il sistema di traduzione, utilizza la pagina <a href=\"%s\">log di comunicazione</a>.',NULL,'',0,'2018-11-12 23:39:25'),(232,240,'it',0,NULL,'Da',NULL,'',0,'2018-11-12 23:39:25'),(233,241,'it',0,NULL,'Da %1$s a %2$s:',NULL,'',0,'2018-11-12 23:39:25'),(234,242,'it',0,NULL,'Impostazioni generali',NULL,'',0,'2018-11-12 23:39:25'),(235,243,'it',0,NULL,'Generato dal plugin WPML, in esecuzione su %s.',NULL,'',0,'2018-11-12 23:39:25'),(236,244,'it',0,NULL,'Attribuisci un nome al blocco. Se non lo farai, la sua denominazione avverrà in maniera predefinita.',NULL,'',0,'2018-11-12 23:39:25'),(237,245,'it',0,NULL,'Torna indietro',NULL,'',0,'2018-11-12 23:39:25'),(238,246,'it',0,NULL,'Ideale per i siti di piccole dimensioni',NULL,'',0,'2018-11-12 23:39:25'),(239,247,'it',0,NULL,'Editing senza HTML',NULL,'',0,'2018-11-12 23:39:25'),(240,248,'it',0,NULL,'Guida',NULL,'',0,'2018-11-12 23:39:25'),(241,249,'it',0,NULL,'Ecco l\'elenco completo dei servizi di traduzione integrati con WPML. Scegliendo qualunque servizio, potrai godere di una procedura semplificata.',NULL,'',0,'2018-11-12 23:39:25'),(242,250,'it',0,NULL,'Ciao %s,',NULL,'',0,'2018-11-12 23:39:25'),(243,251,'it',0,NULL,'Nascondi le stringhe completate',NULL,'',0,'2018-11-12 23:39:25'),(244,252,'it',0,NULL,'Nascondi i campi del sistema',NULL,'',0,'2018-11-12 23:39:25'),(245,253,'it',0,NULL,'Nascondi',NULL,'',0,'2018-11-12 23:39:25'),(246,254,'it',0,NULL,'Come si devono gestire i caratteri delle nuove righe nei file XLIFF?',NULL,'',0,'2018-11-12 23:39:25'),(247,255,'it',0,NULL,'Come fa il sito a ricevere le traduzioni completate dal servizio di traduzione?',NULL,'',0,'2018-11-12 23:39:25'),(248,256,'it',0,NULL,'Modalità per trovare il token API in %PLACEHOLDER%',NULL,'',0,'2018-11-12 23:39:25'),(249,257,'it',0,NULL,'Modalità per inviare contenuti ai tuoi traduttori',NULL,'',0,'2018-11-12 23:39:25'),(250,258,'it',0,NULL,'Come tradurre gli articoli e le pagine',NULL,'',0,'2018-11-12 23:39:25'),(251,259,'it',0,NULL,'Come scrivere i file di configurazione delle lingue',NULL,'',0,'2018-11-12 23:39:25'),(252,260,'it',0,NULL,'Sto per interrompere ogni lavoro in corso eseguito da %1$s.',NULL,'',0,'2018-11-12 23:39:25'),(253,261,'it',0,NULL,'Ho cambiato idea',NULL,'',0,'2018-11-12 23:39:25'),(254,262,'it',0,NULL,'Impossibile completare la migrazione di ICanLocalize',NULL,'',0,'2018-11-12 23:39:25'),(255,263,'it',0,NULL,'Ideale per siti commerciali',NULL,'',0,'2018-11-12 23:39:25'),(256,264,'it',0,NULL,'Se il problema persiste, contatta %s.',NULL,'',0,'2018-11-12 23:39:25'),(257,265,'it',0,NULL,'Se questo non è il sito in allestimento (è un sito di stadiazione o di prova), non eseguire l\'aggiornamento.',NULL,'',0,'2018-11-12 23:39:25'),(258,266,'it',0,NULL,'Se stai creando questo sito per un cliente, è molto meglio che il responsabile delle traduzioni sia il tuo stesso cliente.',NULL,'',0,'2018-11-12 23:39:25'),(259,267,'it',0,NULL,'Se stai creando questo sito per un cliente, è meglio aspettare fino alla consegna del sito. Pertanto imposta il tuo cliente come responsabile delle traduzioni del sito. Come amministratore del sito, puoi tradurre tutto senza completare questa procedura guidata.',NULL,'',0,'2018-11-12 23:39:25'),(260,268,'it',0,NULL,'Se stai allestendo un sito, prima di poter inviare più contenuti per la traduzione e ricevere le traduzioni completate, dovrai eseguire questo aggiornamento.',NULL,'',0,'2018-11-12 23:39:25'),(261,269,'it',0,NULL,'Se non ne possiedi uno, puoi crearlo dopo aver cliccato sul pulsante di autenticazione.',NULL,'',0,'2018-11-12 23:39:25'),(262,270,'it',0,NULL,'Se desideri utilizzare %1$s, vai a %2$s e usa il pulsante %3$s.',NULL,'',0,'2018-11-12 23:39:25'),(263,271,'it',0,NULL,'Se desideri utilizzare solo traduttori locali, vai su %1$s e usa il pulsante %2$s.',NULL,'',0,'2018-11-12 23:39:25'),(264,272,'it',0,NULL,'Importa/Esporta XLIFF',NULL,'',0,'2018-11-12 23:39:25'),(265,273,'it',0,NULL,'Nel carrello',NULL,'',0,'2018-11-12 23:39:25'),(266,274,'it',0,NULL,'Per aggiungere lavori alla coda devi:',NULL,'',0,'2018-11-12 23:39:25'),(267,275,'it',0,NULL,'In corso',NULL,'',0,'2018-11-12 23:39:25'),(268,276,'it',0,NULL,'Nel carrello di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(269,277,'it',0,NULL,'Includi i file XLIFF nelle email di notifica',NULL,'',0,'2018-11-12 23:39:25'),(270,278,'it',0,NULL,'Includi i file XLIFF nelle e-mail di notifica',NULL,'',0,'2018-11-12 23:39:25'),(271,279,'it',0,NULL,'Archivio incompatibile.',NULL,'',0,'2018-11-12 23:39:25'),(272,280,'it',0,NULL,'Confermi questa azione?',NULL,'',0,'2018-11-12 23:39:25'),(273,281,'it',0,NULL,'No',NULL,'',0,'2018-11-12 23:39:25'),(274,282,'it',0,NULL,'Sì',NULL,'',0,'2018-11-12 23:39:25'),(275,283,'it',0,NULL,'Lavori di traduzione locali incompleti',NULL,'',0,'2018-11-12 23:39:25'),(276,284,'it',0,NULL,'Lavori di traduzione locali annullati:',NULL,'',0,'2018-11-12 23:39:25'),(277,285,'it',0,NULL,'Apri lavori di traduzione locali:',NULL,'',0,'2018-11-12 23:39:25'),(278,286,'it',0,NULL,'Impossibile annullare alcuni o tutti i lavori',NULL,'',0,'2018-11-12 23:39:25'),(279,287,'it',0,NULL,'Impossibile completare l\'azione',NULL,'',0,'2018-11-12 23:39:25'),(280,288,'it',0,NULL,'I lavori di traduzione locali saranno mantenuti e l\'avviso qui sopra verrà nascosto.',NULL,'',0,'2018-11-12 23:39:25'),(281,289,'it',0,NULL,'Chiudi',NULL,'',0,'2018-11-12 23:39:25'),(282,290,'it',0,NULL,'All\'interno del tuo account %PLACEHOLDER%, troverai un \"token API\". Questo token consentirà a WPML di collegarsi al tuo account su %PLACEHOLDER% per inviare e ricevere lavori.',NULL,'',0,'2018-11-12 23:39:25'),(283,291,'it',0,NULL,'Richiesta non valida',NULL,'',0,'2018-11-12 23:39:25'),(284,292,'it',0,NULL,'Richiesta non valida.',NULL,'',0,'2018-11-12 23:39:25'),(285,293,'it',0,NULL,'Richiesta non valida',NULL,'',0,'2018-11-12 23:39:25'),(286,294,'it',0,NULL,'Non è stato possibile aggiornare le informazioni sul servizio di traduzione attivo.',NULL,'',0,'2018-11-12 23:39:25'),(287,295,'it',0,NULL,'Elementi',NULL,'',0,'2018-11-12 23:39:25'),(288,296,'it',0,NULL,'Gli elementi sono stati inviati in traduzione!',NULL,'',0,'2018-11-12 23:39:25'),(289,297,'it',0,NULL,'Lavoro %1$s: %2$s - %3$s',NULL,'',0,'2018-11-12 23:39:25'),(290,298,'it',0,NULL,'ID del lavoro non indicato',NULL,'',0,'2018-11-12 23:39:25'),(291,299,'it',0,NULL,'Lavoro in attesa di traduttore in %s',NULL,'',0,'2018-11-12 23:39:25'),(292,300,'it',0,NULL,'Lavori',NULL,'',0,'2018-11-12 23:39:25'),(293,301,'it',0,NULL,'Non è stato possibile creare i lavori nell\'editor di traduzione avanzato. Riprova o contatta l\'assistenza di WPML per ricevere supporto tecnico.',NULL,'',0,'2018-11-12 23:39:25'),(294,302,'it',0,NULL,'I lavori sono in attesa di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(295,303,'it',0,NULL,'Lingua',NULL,'',0,'2018-11-12 23:39:25'),(296,304,'it',0,NULL,'Combinazioni linguistiche',NULL,'',0,'2018-11-12 23:39:25'),(297,305,'it',0,NULL,'Il filtro Lingua è stato disabilitato poiché il carrello contiene già elementi in %s.',NULL,'',0,'2018-11-12 23:39:25'),(298,306,'it',0,NULL,'Combinazione linguistica',NULL,'',0,'2018-11-12 23:39:25'),(299,307,'it',0,NULL,'Le combinazioni linguistiche non sono state aggiornate. Riprova',NULL,'',0,'2018-11-12 23:39:25'),(300,308,'it',0,NULL,'Le combinazioni linguistiche sono state aggiornate',NULL,'',0,'2018-11-12 23:39:25'),(301,309,'it',0,NULL,'Lingue',NULL,'',0,'2018-11-12 23:39:25'),(302,310,'it',0,NULL,'L\'ultimo tentativo è stato effettuato in data',NULL,'',0,'2018-11-12 23:39:25'),(303,311,'it',0,NULL,'Ultimo controllo: %s',NULL,'',0,'2018-11-12 23:39:25'),(304,312,'it',0,NULL,'Ultimo errore',NULL,'',0,'2018-11-12 23:39:25'),(305,313,'it',0,NULL,'Cognome:',NULL,'',0,'2018-11-12 23:39:25'),(306,314,'it',0,NULL,'Scopri come tradurre i contenuti provenienti dall\'editor Gutenberg',NULL,'',0,'2018-11-12 23:39:25'),(307,315,'it',0,NULL,'Per saperne di più',NULL,'',0,'2018-11-12 23:39:25'),(308,316,'it',0,NULL,'Ulteriori informazioni sull\'editor di traduzione avanzato di WPML',NULL,'',0,'2018-11-12 23:39:25'),(309,317,'it',0,NULL,'Per saperne di più sulle varie opzioni di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(310,318,'it',0,NULL,'Link al documento originale %d',NULL,'',0,'2018-11-12 23:39:25'),(311,319,'it',0,NULL,'Puoi visualizzare tutti i lavori che hai inviato e le loro date di scadenza nell\'%s.',NULL,'',0,'2018-11-12 23:39:25'),(312,320,'it',0,NULL,'elenco dei lavori di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(313,321,'it',0,NULL,'Caricato',NULL,'',0,'2018-11-12 23:39:25'),(314,322,'it',0,NULL,'Locale',NULL,'',0,'2018-11-12 23:39:25'),(315,323,'it',0,NULL,'Traduttori locali',NULL,'',0,'2018-11-12 23:39:25'),(316,324,'it',0,NULL,'Traduttori locali',NULL,'',0,'2018-11-12 23:39:25'),(317,325,'it',0,NULL,'Sei alla ricerca di un servizio di traduzione diverso?',NULL,'',0,'2018-11-12 23:39:25'),(318,326,'it',0,NULL,'Ci risulta che stai gestendo un sito WooCommerce multilingua. Per tradurre con facilità i prodotti e le categorie WooCommerce, dovresti usare %s',NULL,'',0,'2018-11-12 23:39:25'),(319,327,'it',0,NULL,'Traduzione automatica',NULL,'',0,'2018-11-12 23:39:25'),(320,328,'it',0,NULL,'Rendimi il responsabile delle traduzioni del sito',NULL,'',0,'2018-11-12 23:39:25'),(321,329,'it',0,NULL,'Gestisci gli abbonamenti dei traduttori',NULL,'',0,'2018-11-12 23:39:25'),(322,330,'it',0,NULL,'Gestisci i tuoi traduttori',NULL,'',0,'2018-11-12 23:39:25'),(323,331,'it',0,NULL,'Migrazione a ICL 2.0',NULL,'',0,'2018-11-12 23:39:25'),(324,332,'it',0,NULL,'Riduci a icona',NULL,'',0,'2018-11-12 23:39:25'),(325,333,'it',0,NULL,'Modifica minore - non aggiornare la traduzione',NULL,'',0,'2018-11-12 23:39:25'),(326,334,'it',0,NULL,'Dati mancanti o errati:',NULL,'',0,'2018-11-12 23:39:25'),(327,335,'it',0,NULL,'Altro',NULL,'',0,'2018-11-12 23:39:25'),(328,336,'it',0,NULL,'Altre informazioni',NULL,'',0,'2018-11-12 23:39:25'),(329,337,'it',0,NULL,'Impostazioni contenuto multilingua',NULL,'',0,'2018-11-12 23:39:25'),(330,338,'it',0,NULL,'Nome',NULL,'',0,'2018-11-12 23:39:25'),(331,339,'it',0,NULL,'Hai bisogno di aiuto con la traduzione?',NULL,'',0,'2018-11-12 23:39:25'),(332,340,'it',0,NULL,'Ti serve un traduttore?',NULL,'',0,'2018-11-12 23:39:25'),(333,341,'it',0,NULL,'È necessario l\'aggiornamento: alcuni elementi di questo tipo non sono stati conteggiati',NULL,'',0,'2018-11-12 23:39:25'),(334,342,'it',0,NULL,'Richiede l\'aggiornamento',NULL,'',0,'2018-11-12 23:39:25'),(335,343,'it',0,NULL,'Nome della nuova priorità di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(336,344,'it',0,NULL,'Carattere delle nuove righe',NULL,'',0,'2018-11-12 23:39:25'),(337,345,'it',0,NULL,'Nuovo lavoro di traduzione da %s',NULL,'',0,'2018-11-12 23:39:25'),(338,346,'it',0,NULL,'Nessun campo personalizzato trovato. È possibile che essi vengano visualizzati qui dopo l\'aggiunta di altri articoli o l\'installazione di un nuovo plugin.',NULL,'',0,'2018-11-12 23:39:25'),(339,347,'it',0,NULL,'Nessun documento trovato',NULL,'',0,'2018-11-12 23:39:25'),(340,348,'it',0,NULL,'Non è stato trovato nessun articolo duplicato da scollegare.',NULL,'',0,'2018-11-12 23:39:25'),(341,349,'it',0,NULL,'Nessun elemento all\'interno del carrello',NULL,'',0,'2018-11-12 23:39:25'),(342,350,'it',0,NULL,'Nessuna corrispondenza',NULL,'',0,'2018-11-12 23:39:25'),(343,351,'it',0,NULL,'Nessun traduttore selezionato!',NULL,'',0,'2018-11-12 23:39:25'),(344,352,'it',0,NULL,'Metadati dei termini non trovati. Probabilmente compariranno qui solo dopo che li avrai aggiunti/creati.',NULL,'',0,'2018-11-12 23:39:25'),(345,353,'it',0,NULL,'No grazie, utilizzerò i miei traduttori',NULL,'',0,'2018-11-12 23:39:25'),(346,354,'it',0,NULL,'Nessun lavoro di traduzione trovato',NULL,'',0,'2018-11-12 23:39:25'),(347,355,'it',0,NULL,'Non è stato selezionato per l\'esportazione nessun lavoro di traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(348,356,'it',0,NULL,'Per questo utente non risulta configurata alcuna lingua per le traduzioni.',NULL,'',0,'2018-11-12 23:39:25'),(349,357,'it',0,NULL,'No, ho bisogno di creare un account',NULL,'',0,'2018-11-12 23:39:25'),(350,358,'it',0,NULL,'Non trovato',NULL,'',0,'2018-11-12 23:39:25'),(351,359,'it',0,NULL,'Non caricato',NULL,'',0,'2018-11-12 23:39:25'),(352,360,'it',0,NULL,'Non necessario',NULL,'',0,'2018-11-12 23:39:25'),(353,361,'it',0,NULL,'Non sei sicuro? %s.',NULL,'',0,'2018-11-12 23:39:25'),(354,362,'it',0,NULL,'Non tradotto',NULL,'',0,'2018-11-12 23:39:25'),(355,363,'it',0,NULL,'Non tradotta o da aggiornare',NULL,'',0,'2018-11-12 23:39:25'),(356,364,'it',0,NULL,'Nota per i traduttori',NULL,'',0,'2018-11-12 23:39:25'),(357,365,'it',0,NULL,'Note',NULL,'',0,'2018-11-12 23:39:25'),(358,366,'it',0,NULL,'Notifiche tramite e-mail al responsabile delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(359,367,'it',0,NULL,'Notifiche via e-mail ai traduttori',NULL,'',0,'2018-11-12 23:39:25'),(360,368,'it',0,NULL,'E-mail di notifica:',NULL,'',0,'2018-11-12 23:39:25'),(361,369,'it',0,NULL,'Invia una notifica al responsabile delle traduzioni quando i lavori risultano in ritardo di %s giorni',NULL,'',0,'2018-11-12 23:39:25'),(362,370,'it',0,NULL,'Invia una notifica al responsabile delle traduzioni %s quando i lavori risultano completati ',NULL,'',0,'2018-11-12 23:39:25'),(363,371,'it',0,NULL,'Invia una notifica ai traduttori quando sono presenti nuovi lavori in attesa di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(364,372,'it',0,NULL,'Invia una notifica ai traduttori quando vengono rimossi dagli incarichi',NULL,'',0,'2018-11-12 23:39:25'),(365,373,'it',0,NULL,'Numero di tentativi effettuati',NULL,'',0,'2018-11-12 23:39:25'),(366,374,'it',0,NULL,'Numero di pagine',NULL,'',0,'2018-11-12 23:39:25'),(367,375,'it',0,NULL,'Numero di stringhe',NULL,'',0,'2018-11-12 23:39:25'),(368,376,'it',0,NULL,'Numero di parole',NULL,'',0,'2018-11-12 23:39:25'),(369,377,'it',0,NULL,'OK',NULL,'',0,'2018-11-12 23:39:25'),(370,378,'it',0,NULL,'Spesso non raccomandato',NULL,'',0,'2018-11-12 23:39:25'),(371,379,'it',0,NULL,'Ok',NULL,'',0,'2018-11-12 23:39:25'),(372,380,'it',0,NULL,'Ok!',NULL,'',0,'2018-11-12 23:39:25'),(373,381,'it',0,NULL,'Una delle stringhe selezionate è in una lingua che risulta disattivata e quindi non può essere aggiunta al carrello di traduzione. ',NULL,'',0,'2018-11-12 23:39:25'),(374,382,'it',0,NULL,'Una o più stringhe inviate al servizio di traduzione %s',NULL,'',0,'2018-11-12 23:39:25'),(375,383,'it',0,NULL,'Solo i responsabili delle traduzioni possono aggiungere traduttori al sito. Puoi assegnare come responsabile delle traduzioni del sito un utente WordPress diverso o diventare tu stesso responsabile delle traduzioni.',NULL,'',0,'2018-11-12 23:39:25'),(376,384,'it',0,NULL,'Apri in editor di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(377,385,'it',0,NULL,'Apri il registro delle comunicazioni',NULL,'',0,'2018-11-12 23:39:25'),(378,386,'it',0,NULL,'Apri il registro degli aggiornamenti del contenuto',NULL,'',0,'2018-11-12 23:39:25'),(379,387,'it',0,NULL,'Opzionale',NULL,'',0,'2018-11-12 23:39:25'),(380,388,'it',0,NULL,'Originale',NULL,'',0,'2018-11-12 23:39:25'),(381,389,'it',0,NULL,'Pagina originale',NULL,'',0,'2018-11-12 23:39:25'),(382,390,'it',0,NULL,'Altri servizi di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(383,391,'it',0,NULL,'Report sui lavori di traduzione in ritardo',NULL,'',0,'2018-11-12 23:39:25'),(384,392,'it',0,NULL,'Estensioni PHP ',NULL,'',0,'2018-11-12 23:39:25'),(385,393,'it',0,NULL,'Impostazioni PHP ',NULL,'',0,'2018-11-12 23:39:25'),(386,394,'it',0,NULL,'URL della pagina',NULL,'',0,'2018-11-12 23:39:25'),(387,395,'it',0,NULL,'Traduzione parziale',NULL,'',0,'2018-11-12 23:39:25'),(388,396,'it',0,NULL,'Servizi di traduzione dei partner',NULL,'',0,'2018-11-12 23:39:25'),(389,397,'it',0,NULL,'In attesa di revisione',NULL,'',0,'2018-11-12 23:39:25'),(390,398,'it',0,NULL,'ID del blocco',NULL,'',0,'2018-11-12 23:39:25'),(391,399,'it',0,NULL,'Stato del contenuto',NULL,'',0,'2018-11-12 23:39:25'),(392,400,'it',0,NULL,'Tipo di contenuto',NULL,'',0,'2018-11-12 23:39:25'),(393,401,'it',0,NULL,'Dati di debug ',NULL,'',0,'2018-11-12 23:39:25'),(394,402,'it',0,NULL,'Modifica l\'URL dell\'originale',NULL,'',0,'2018-11-12 23:39:25'),(395,403,'it',0,NULL,'Modifica l\'URL della traduzione',NULL,'',0,'2018-11-12 23:39:25'),(396,404,'it',0,NULL,'Tipo di elemento',NULL,'',0,'2018-11-12 23:39:25'),(397,405,'it',0,NULL,'URL del front-end dell\'originale',NULL,'',0,'2018-11-12 23:39:25'),(398,406,'it',0,NULL,'URL del front-end della traduzione',NULL,'',0,'2018-11-12 23:39:25'),(399,407,'it',0,NULL,'ID del lavoro',NULL,'',0,'2018-11-12 23:39:25'),(400,408,'it',0,NULL,'Stato del lavoro',NULL,'',0,'2018-11-12 23:39:25'),(401,409,'it',0,NULL,'Codice della lingua',NULL,'',0,'2018-11-12 23:39:25'),(402,410,'it',0,NULL,'Nuova o aggiornata',NULL,'',0,'2018-11-12 23:39:25'),(403,411,'it',0,NULL,'ID dell\'elemento originale',NULL,'',0,'2018-11-12 23:39:25'),(404,412,'it',0,NULL,'CMS_ID di prelievo',NULL,'',0,'2018-11-12 23:39:25'),(405,413,'it',0,NULL,'ID di prelievo',NULL,'',0,'2018-11-12 23:39:25'),(406,414,'it',0,NULL,'Metodo di prelievo',NULL,'',0,'2018-11-12 23:39:25'),(407,415,'it',0,NULL,'Dati serializzati',NULL,'',0,'2018-11-12 23:39:25'),(408,416,'it',0,NULL,'Lingua di origine',NULL,'',0,'2018-11-12 23:39:25'),(409,417,'it',0,NULL,'Codice della lingua di origine',NULL,'',0,'2018-11-12 23:39:25'),(410,418,'it',0,NULL,'Stato dell\'originale',NULL,'',0,'2018-11-12 23:39:25'),(411,419,'it',0,NULL,'Stato della traduzione',NULL,'',0,'2018-11-12 23:39:25'),(412,420,'it',0,NULL,'Lingua di destinazione',NULL,'',0,'2018-11-12 23:39:25'),(413,421,'it',0,NULL,'Orario',NULL,'',0,'2018-11-12 23:39:25'),(414,422,'it',0,NULL,'Titolo',NULL,'',0,'2018-11-12 23:39:25'),(415,423,'it',0,NULL,'Tipo',NULL,'',0,'2018-11-12 23:39:25'),(416,424,'it',0,NULL,'Nuovo',NULL,'',0,'2018-11-12 23:39:25'),(417,425,'it',0,NULL,'Aggiornato',NULL,'',0,'2018-11-12 23:39:25'),(418,426,'it',0,NULL,'{senza titolo}',NULL,'',0,'2018-11-12 23:39:25'),(419,427,'it',0,NULL,'Attiva prima il servizio di traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(420,428,'it',0,NULL,'Tieni presente che questa modifica della traduzione di questo termine qui modificherà il valore del termine in generale. Le modifiche effettuate qui, non avranno effetto solo su questo articolo!',NULL,'',0,'2018-11-12 23:39:25'),(421,429,'it',0,NULL,'Seleziona',NULL,'',0,'2018-11-12 23:39:25'),(422,430,'it',0,NULL,'Contatta l\'assistenza di WPML e forniscigli le seguenti informazioni di debug:',NULL,'',0,'2018-11-12 23:39:25'),(423,431,'it',0,NULL,'Contatta l\'amministratore.',NULL,'',0,'2018-11-12 23:39:25'),(424,432,'it',0,NULL,'Vai a %1$s e usa il pulsante %2$s.',NULL,'',0,'2018-11-12 23:39:25'),(425,433,'it',0,NULL,'Ti preghiamo di aprire l\'e-mail di conferma che hai ricevuto e di fare clic sul link in essa contenuto per confermare il tuo indirizzo e-mail.',NULL,'',0,'2018-11-12 23:39:25'),(426,434,'it',0,NULL,'Per conoscere lo stato esatto di questa traduzione, consulta la <a href=\"%s\">bacheca di gestione delle traduzioni</a>.',NULL,'',0,'2018-11-12 23:39:25'),(427,435,'it',0,NULL,'Registrati a WPML per abilitare l\'opzione di traduzione professionale',NULL,'',0,'2018-11-12 23:39:25'),(428,436,'it',0,NULL,'Seleziona almeno un documento da tradurre.',NULL,'',0,'2018-11-12 23:39:25'),(429,437,'it',0,NULL,'Seleziona almeno una lingua in cui tradurre.',NULL,'',0,'2018-11-12 23:39:25'),(430,438,'it',0,NULL,'Aggiorna tutti i componenti che stai utilizzando.',NULL,'',0,'2018-11-12 23:39:25'),(431,439,'it',0,NULL,'Attendi qualche minuto e riprova per verificare che non si tratti di un problema temporaneo.',NULL,'',0,'2018-11-12 23:39:25'),(432,440,'it',0,NULL,'Per ulteriori dettagli, consulta la pagina %2$s.',NULL,'',0,'2018-11-12 23:39:25'),(433,441,'it',0,NULL,'Popolarità',NULL,'',0,'2018-11-12 23:39:25'),(434,442,'it',0,NULL,'L\'articolo \"%s\" per %s verrà ignorato, poiché è un articolo originale.',NULL,'',0,'2018-11-12 23:39:25'),(435,443,'it',0,NULL,'L\'articolo \"%s\" per %s verrà ignorato, poiché la traduzione è già in corso.',NULL,'',0,'2018-11-12 23:39:25'),(436,444,'it',0,NULL,'Traduzione dei tipi di contenuti',NULL,'',0,'2018-11-12 23:39:25'),(437,445,'it',0,NULL,'Post genitore',NULL,'',0,'2018-11-12 23:39:25'),(438,446,'it',0,NULL,'Sincronizzazione delle pagine e degli articoli',NULL,'',0,'2018-11-12 23:39:25'),(439,447,'it',0,NULL,'Precedente',NULL,'',0,'2018-11-12 23:39:25'),(440,448,'it',0,NULL,'Informazioni sulle tariffe',NULL,'',0,'2018-11-12 23:39:25'),(441,449,'it',0,NULL,'Priorità',NULL,'',0,'2018-11-12 23:39:25'),(442,450,'it',0,NULL,'Privata',NULL,'',0,'2018-11-12 23:39:25'),(443,451,'it',0,NULL,'Elaborazione degli articoli in corso... Completati: %1$s su %2$s.',NULL,'',0,'2018-11-12 23:39:25'),(444,452,'it',0,NULL,'Elaborazione delle stringhe in corso... Completate: %1$s su %2$s.',NULL,'',0,'2018-11-12 23:39:25'),(445,453,'it',0,NULL,'Ti occorre un lavoro di traduzione più rapido? Prova uno dei %s.',NULL,'',0,'2018-11-12 23:39:25'),(446,454,'it',0,NULL,'dei servizi professionali di traduzione integrati con WPML',NULL,'',0,'2018-11-12 23:39:25'),(447,455,'it',0,NULL,'Stato della pubblicazione',NULL,'',0,'2018-11-12 23:39:25'),(448,456,'it',0,NULL,'Pubblicati',NULL,'',0,'2018-11-12 23:39:25'),(449,457,'it',0,NULL,'Breve demo',NULL,'',0,'2018-11-12 23:39:25'),(450,458,'it',0,NULL,'Ricalcola',NULL,'',0,'2018-11-12 23:39:25'),(451,459,'it',0,NULL,'Ricevimento di notifiche via e-mail al completamento delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(452,460,'it',0,NULL,'Ricevimento di notifiche quando ci sono problemi con le traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(453,461,'it',0,NULL,'Aggiorna',NULL,'',0,'2018-11-12 23:39:25'),(454,462,'it',0,NULL,'Aggiorna i servizi di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(455,463,'it',0,NULL,'Aggiorna le informazioni',NULL,'',0,'2018-11-12 23:39:25'),(456,464,'it',0,NULL,'Aggiorna le combinazioni linguistiche',NULL,'',0,'2018-11-12 23:39:25'),(457,465,'it',0,NULL,'Aggiornamento delle informazioni sui servizi di traduzione in corso...',NULL,'',0,'2018-11-12 23:39:25'),(458,466,'it',0,NULL,'Ricaricamento:',NULL,'',0,'2018-11-12 23:39:25'),(459,467,'it',0,NULL,'Rimuovi',NULL,'',0,'2018-11-12 23:39:25'),(460,468,'it',0,NULL,'Rimuovi il responsabile delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(461,469,'it',0,NULL,'Rimuovi dal carrello di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(462,470,'it',0,NULL,'Sollevato dall\'incarico di traduzione il %s',NULL,'',0,'2018-11-12 23:39:25'),(463,471,'it',0,NULL,'Richiedi attivazione',NULL,'',0,'2018-11-12 23:39:25'),(464,472,'it',0,NULL,'Richiedi l\'attivazione da',NULL,'',0,'2018-11-12 23:39:25'),(465,473,'it',0,NULL,'Richiedi l\'attivazione per ricevere un\'e-mail con le indicazioni per avviare il servizio.',NULL,'',0,'2018-11-12 23:39:25'),(466,474,'it',0,NULL,'Richiesta di utilizzo dell\'editor di traduzione avanzato di WPML inviata da %s',NULL,'',0,'2018-11-12 23:39:25'),(467,475,'it',0,NULL,'Richiesto',NULL,'',0,'2018-11-12 23:39:25'),(468,476,'it',0,NULL,'Invia di nuovo l\'e-mail di attivazione',NULL,'',0,'2018-11-12 23:39:25'),(469,477,'it',0,NULL,'Invia di nuovo l\'email',NULL,'',0,'2018-11-12 23:39:25'),(470,478,'it',0,NULL,'Reimposta il filtro',NULL,'',0,'2018-11-12 23:39:25'),(471,479,'it',0,NULL,'Reimposta lo stato delle traduzioni professionali',NULL,'',0,'2018-11-12 23:39:25'),(472,480,'it',0,NULL,'Rinuncia',NULL,'',0,'2018-11-12 23:39:25'),(473,481,'it',0,NULL,'Ripristina lavori...',NULL,'',0,'2018-11-12 23:39:25'),(474,482,'it',0,NULL,'Migrazione di rollback (uso a proprio rischio!)',NULL,'',0,'2018-11-12 23:39:25'),(475,483,'it',0,NULL,'L\'esecuzione di questo aggiornamento su un sito di stadiazione o di prova renderà impossibile eseguirlo correttamente sul sito in allestimento.',NULL,'',0,'2018-11-12 23:39:25'),(476,484,'it',0,NULL,'Identico al documento originale',NULL,'',0,'2018-11-12 23:39:25'),(477,485,'it',0,NULL,'Salva',NULL,'',0,'2018-11-12 23:39:25'),(478,486,'it',0,NULL,'Salva e chiudi',NULL,'',0,'2018-11-12 23:39:25'),(479,487,'it',0,NULL,'Salvataggio...',NULL,'',0,'2018-11-12 23:39:25'),(480,488,'it',0,NULL,'Scansiona adesso e correggi i link',NULL,'',0,'2018-11-12 23:39:25'),(481,489,'it',0,NULL,'Programmata',NULL,'',0,'2018-11-12 23:39:25'),(482,490,'it',0,NULL,'Ricerca',NULL,'',0,'2018-11-12 23:39:25'),(483,491,'it',0,NULL,'Cerca un utente',NULL,'',0,'2018-11-12 23:39:25'),(484,492,'it',0,NULL,'Seleziona',NULL,'',0,'2018-11-12 23:39:25'),(485,493,'it',0,NULL,'Seleziona tutto',NULL,'',0,'2018-11-12 23:39:25'),(486,494,'it',0,NULL,'Seleziona il metodo di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(487,495,'it',0,NULL,'Seleziona il servizio di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(488,496,'it',0,NULL,'Seleziona opzioni aggiuntive',NULL,'',0,'2018-11-12 23:39:25'),(489,497,'it',0,NULL,'Seleziona un utente WordPress esistente (deve essere almeno un editor)',NULL,'',0,'2018-11-12 23:39:25'),(490,498,'it',0,NULL,'Seleziona un utente WordPress esistente (deve essere almeno un editor):',NULL,'',0,'2018-11-12 23:39:25'),(491,499,'it',0,NULL,'Seleziona un utente esistente e impostalo come traduttore',NULL,'',0,'2018-11-12 23:39:25'),(492,500,'it',0,NULL,'Seleziona il responsabile delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(493,501,'it',0,NULL,'Seleziona il responsabile delle traduzioni per questo sito',NULL,'',0,'2018-11-12 23:39:25'),(494,502,'it',0,NULL,'Seleziona il file xliff o zip da caricare dal tuo computer:&nbsp;',NULL,'',0,'2018-11-12 23:39:25'),(495,503,'it',0,NULL,'Invia',NULL,'',0,'2018-11-12 23:39:25'),(496,504,'it',0,NULL,'Invia tutti gli elementi per la traduzione',NULL,'',0,'2018-11-12 23:39:25'),(497,505,'it',0,NULL,'Invia le istruzioni a %s',NULL,'',0,'2018-11-12 23:39:25'),(498,506,'it',0,NULL,'Inviami un\'e-mail di notifica quando c\'è qualcosa di nuovo da tradurre',NULL,'',0,'2018-11-12 23:39:25'),(499,507,'it',0,NULL,'Invio in traduzione',NULL,'',0,'2018-11-12 23:39:25'),(500,508,'it',0,NULL,'Invio richiesta in corso...',NULL,'',0,'2018-11-12 23:39:25'),(501,509,'it',0,NULL,'Servizio attivato.',NULL,'',0,'2018-11-12 23:39:25'),(502,510,'it',0,NULL,'Servizio annullato.',NULL,'',0,'2018-11-12 23:39:25'),(503,511,'it',0,NULL,'I servizi sono stati aggiornati.',NULL,'',0,'2018-11-12 23:39:25'),(504,512,'it',0,NULL,'Imposta i traduttori locali',NULL,'',0,'2018-11-12 23:39:25'),(505,513,'it',0,NULL,'Imposta il responsabile delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(506,514,'it',0,NULL,'Imposta una o più combinazioni linguistiche',NULL,'',0,'2018-11-12 23:39:25'),(507,515,'it',0,NULL,'Imposta una o più combinazioni linguistiche per il traduttore %USERNAME%',NULL,'',0,'2018-11-12 23:39:25'),(508,516,'it',0,NULL,'Configura la traduzione',NULL,'',0,'2018-11-12 23:39:25'),(509,517,'it',0,NULL,'Impostazioni',NULL,'',0,'2018-11-12 23:39:25'),(510,518,'it',0,NULL,'Collegamenti',NULL,'',0,'2018-11-12 23:39:25'),(511,519,'it',0,NULL,'Mostra le differenze',NULL,'',0,'2018-11-12 23:39:25'),(512,520,'it',0,NULL,'Mostra altre opzioni di traduzione professionale',NULL,'',0,'2018-11-12 23:39:25'),(513,521,'it',0,NULL,'Mostra i campi del sistema',NULL,'',0,'2018-11-12 23:39:25'),(514,522,'it',0,NULL,'Mostra istruzioni per la traduzione nell\'elenco delle pagine',NULL,'',0,'2018-11-12 23:39:25'),(515,523,'it',0,NULL,'Estensione SimpleXML ',NULL,'',0,'2018-11-12 23:39:25'),(516,524,'it',0,NULL,'Per utilizzare i file XLIFF in WPML Translation Management è richiesta l\'estensione SimpleXML.',NULL,'',0,'2018-11-12 23:39:25'),(517,525,'it',0,NULL,'Salta questa configurazione',NULL,'',0,'2018-11-12 23:39:25'),(518,526,'it',0,NULL,'Salta questo passaggio: non è necessario aggiungere altri traduttori',NULL,'',0,'2018-11-12 23:39:25'),(519,527,'it',0,NULL,'Salta questo passaggio: intendo aggiungere i miei traduttori',NULL,'',0,'2018-11-12 23:39:25'),(520,528,'it',0,NULL,'Alcune comunicazioni con il proxy di traduzione risultano bloccate.',NULL,'',0,'2018-11-12 23:39:25'),(521,529,'it',0,NULL,'Alcuni campi della traduzione risultano già compilati!',NULL,'',0,'2018-11-12 23:39:25'),(522,530,'it',0,NULL,'Alcuni dei contenuti selezionati per la traduzione includono campi codificati. I traduttori non saranno in grado di lavorare su questo tipo di contenuti, quindi li abbiamo rimossi dal lavoro.',NULL,'',0,'2018-11-12 23:39:25'),(523,531,'it',0,NULL,'Siamo spiacenti, l\'email non può essere inviata a %s per un motivo sconosciuto.',NULL,'',0,'2018-11-12 23:39:25'),(524,532,'it',0,NULL,'Correttore ortografico',NULL,'',0,'2018-11-12 23:39:25'),(525,533,'it',0,NULL,'Avvia l\'aggiornamento',NULL,'',0,'2018-11-12 23:39:25'),(526,534,'it',0,NULL,'Stato',NULL,'',0,'2018-11-12 23:39:25'),(527,535,'it',0,NULL,'Stringa',NULL,'',0,'2018-11-12 23:39:25'),(528,536,'it',0,NULL,'La stringa \"%s\" non è stata inviata.',NULL,'',0,'2018-11-12 23:39:25'),(529,537,'it',0,NULL,'La stringa \"%s\" per %s verrà ignorata, poiché la traduzione è già in attesa di un traduttore.',NULL,'',0,'2018-11-12 23:39:25'),(530,538,'it',0,NULL,'Stringhe',NULL,'',0,'2018-11-12 23:39:25'),(531,539,'it',0,NULL,'Sono state selezionate stringhe in lingue diverse e quindi non possono essere aggiunte al carrello di traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(532,540,'it',0,NULL,'Stringhe nel carrello',NULL,'',0,'2018-11-12 23:39:25'),(533,541,'it',0,NULL,'I dati inoltrati non sono validi.',NULL,'',0,'2018-11-12 23:39:25'),(534,542,'it',0,NULL,'Articoli scollegati',NULL,'',0,'2018-11-12 23:39:25'),(535,543,'it',0,NULL,'Data di scadenza consigliata:',NULL,'',0,'2018-11-12 23:39:25'),(536,544,'it',0,NULL,'Riepilogo',NULL,'',0,'2018-11-12 23:39:25'),(537,545,'it',0,NULL,'Supporto per tutti i tipi di contenuti',NULL,'',0,'2018-11-12 23:39:25'),(538,546,'it',0,NULL,'Sincronizza stato',NULL,'',0,'2018-11-12 23:39:25'),(539,547,'it',0,NULL,'Sincronizza i traduttori e i responsabili delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(540,548,'it',0,NULL,'accettalo',NULL,'',0,'2018-11-12 23:39:25'),(541,549,'it',0,NULL,'Accetta e traduci',NULL,'',0,'2018-11-12 23:39:25'),(542,550,'it',0,NULL,'Tassonomie',NULL,'',0,'2018-11-12 23:39:25'),(543,551,'it',0,NULL,'Traduzione delle tassonomie',NULL,'',0,'2018-11-12 23:39:25'),(544,552,'it',0,NULL,'Indicaci quale',NULL,'',0,'2018-11-12 23:39:25'),(545,553,'it',0,NULL,'Metadati dei termini',NULL,'',0,'2018-11-12 23:39:25'),(546,554,'it',0,NULL,'Traduzione termini non è attivo',NULL,'',0,'2018-11-12 23:39:25'),(547,555,'it',0,NULL,'Il responsabile delle traduzioni che hai selezionato dovrebbe completare il resto di questa configurazione guidata.',NULL,'',0,'2018-11-12 23:39:25'),(548,556,'it',0,NULL,'Il responsabile delle traduzioni si occuperà della traduzione continua del sito.',NULL,'',0,'2018-11-12 23:39:25'),(549,557,'it',0,NULL,'Impossibile salvare il codice XML.',NULL,'',0,'2018-11-12 23:39:25'),(550,558,'it',0,NULL,'Il codice XML è stato salvato.',NULL,'',0,'2018-11-12 23:39:25'),(551,559,'it',0,NULL,'Il codice XML non è valido:',NULL,'',0,'2018-11-12 23:39:25'),(552,560,'it',0,NULL,'Il codice XML è valido.',NULL,'',0,'2018-11-12 23:39:25'),(553,561,'it',0,NULL,'L\'archivio contiene uno o più file vuoti.',NULL,'',0,'2018-11-12 23:39:25'),(554,562,'it',0,NULL,'Il carrello è vuoto',NULL,'',0,'2018-11-12 23:39:25'),(555,563,'it',0,NULL,'Il nome del blocco è stato aggiunto con la lingua d\'origine dei suoi elementi.',NULL,'',0,'2018-11-12 23:39:25'),(556,564,'it',0,NULL,'Durante la comunicazione con il proxy di traduzione si è verificata l\'eccezione di seguito riportata. Se il problema persiste, riprova oppure contatta l\'assistenza:',NULL,'',0,'2018-11-12 23:39:25'),(557,565,'it',0,NULL,'Il registro di comunicazione è vuoto.',NULL,'',0,'2018-11-12 23:39:25'),(558,566,'it',0,NULL,'La costante DISABLE_WP_CRON non dovrebbe essere impostata su true.',NULL,'',0,'2018-11-12 23:39:25'),(559,567,'it',0,NULL,'La costante WPML_ENVIRONMENT è impostata su \"Test\".',NULL,'',0,'2018-11-12 23:39:25'),(560,568,'it',0,NULL,'La data di scadenza impostata per i seguenti lavori è stata superata:',NULL,'',0,'2018-11-12 23:39:25'),(561,569,'it',0,NULL,'I seguenti componenti risultano non aggiornati:',NULL,'',0,'2018-11-12 23:39:25'),(562,570,'it',0,NULL,'La seguente tabella elenca il contenuto che la traduzione professionale ha aggiornato o creato.',NULL,'',0,'2018-11-12 23:39:25'),(563,571,'it',0,NULL,'Gli elementi che hai selezionato si trovano ora nel carrello di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(564,572,'it',0,NULL,'La lunghezza del nome del blocco eccede la lunghezza massima di %s',NULL,'',0,'2018-11-12 23:39:25'),(565,573,'it',0,NULL,'Il registro è vuoto.',NULL,'',0,'2018-11-12 23:39:25'),(566,574,'it',0,NULL,'L\'originale è stato eliminato!',NULL,'',0,'2018-11-12 23:39:25'),(567,575,'it',0,NULL,'L\'articolo originale non può essere recuperato',NULL,'',0,'2018-11-12 23:39:25'),(568,576,'it',0,NULL,'Le traduzioni per il sito saranno prelevate manualmente',NULL,'',0,'2018-11-12 23:39:25'),(569,577,'it',0,NULL,'Il lavoro di traduzione (%s) non ti appartiene.',NULL,'',0,'2018-11-12 23:39:25'),(570,578,'it',0,NULL,'Il lavoro di traduzione è stato completato in tempo.',NULL,'',0,'2018-11-12 23:39:25'),(571,579,'it',0,NULL,'Il traduttore %1$s chiede di poter utilizzare l\'editor di traduzione avanzato sul sito %2$s.',NULL,'',0,'2018-11-12 23:39:25'),(572,580,'it',0,NULL,'Il traduttore %1$sha completato il lavoro di traduzione di \"%2$s\" nella combinazione linguistica %3$s - %4$s.',NULL,'',0,'2018-11-12 23:39:25'),(573,581,'it',0,NULL,'Il traduttore %1$sha aggiornato il lavoro di traduzione di \"%2$s\" nella combinazione linguistica %3$s - %4$s.',NULL,'',0,'2018-11-12 23:39:25'),(574,582,'it',0,NULL,'Il tipo dell\'articolo non può essere recuperato',NULL,'',0,'2018-11-12 23:39:25'),(575,583,'it',0,NULL,'È probabile che il file xliff caricato non sia stato creato correttamente.',NULL,'',0,'2018-11-12 23:39:25'),(576,584,'it',0,NULL,'Il file xliff caricato non appartiene a questo sistema.',NULL,'',0,'2018-11-12 23:39:25'),(577,585,'it',0,NULL,'Impossibile leggere il file xliff.',NULL,'',0,'2018-11-12 23:39:25'),(578,586,'it',0,NULL,'Sono presenti %s lavori in attesa di un traduttore:',NULL,'',0,'2018-11-12 23:39:25'),(579,587,'it',0,NULL,'Sono presenti %s lavori che puoi eseguire (non specificatamente assegnati a te):',NULL,'',0,'2018-11-12 23:39:25'),(580,588,'it',0,NULL,'In questo documento sono presenti campi codificati base64',NULL,'',0,'2018-11-12 23:39:25'),(581,589,'it',0,NULL,'Non ci sono lavori in coda.',NULL,'',0,'2018-11-12 23:39:25'),(582,590,'it',0,NULL,'È presente 1 lavoro in attesa di un traduttore:',NULL,'',0,'2018-11-12 23:39:25'),(583,591,'it',0,NULL,'È presente 1 lavoro che puoi eseguire (non specificamente assegnato a te):',NULL,'',0,'2018-11-12 23:39:25'),(584,592,'it',0,NULL,'Si è verificato un problema con il tuo servizio di traduzioni.',NULL,'',0,'2018-11-12 23:39:25'),(585,593,'it',0,NULL,'Su questo sito sono presenti nuovi contenuti tradotti. Puoi scansionare gli articoli e le stringhe per correggere i link in modo che reindirizzino al contenuto tradotto.',NULL,'',0,'2018-11-12 23:39:25'),(586,594,'it',0,NULL,'Il nome di questo blocco esiste già ed è stato modificato per garantire una denominazione unica',NULL,'',0,'2018-11-12 23:39:25'),(587,595,'it',0,NULL,'Questi contenuti provengono dall\'editor Gutenberg e dovrai tradurli con cura in modo che la formattazione non venga danneggiata.',NULL,'',0,'2018-11-12 23:39:25'),(588,596,'it',0,NULL,'Questa data di scadenza corrisponde a quella consigliata da WPML in base al volume di lavoro già inviato a questo traduttore. Tuttavia, puoi modificarla per impostarla manualmente.',NULL,'',0,'2018-11-12 23:39:25'),(589,597,'it',0,NULL,'Questo documento è un duplicato di:',NULL,'',0,'2018-11-12 23:39:25'),(590,598,'it',0,NULL,'Questo è il registro di comunicazione tra il tuo sito e il sistema di traduzione. Non contiene nessun dato confidenziale e consente all\'assistenza di WPML di aiutarti a risolvere eventuali problemi relativi all\'invio dei contenuti in traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(591,599,'it',0,NULL,'Questo rappresenta un breve promemoria sui lavori di traduzione da te inviati che sono in ritardo.',NULL,'',0,'2018-11-12 23:39:25'),(592,600,'it',0,NULL,'Sono certo che questo è il sito in allestimento',NULL,'',0,'2018-11-12 23:39:25'),(593,601,'it',0,NULL,'Il lavoro non può più essere editato, perché esiste un lavoro più recente per questo elemento.',NULL,'',0,'2018-11-12 23:39:25'),(594,602,'it',0,NULL,'Questo messaggio è stato inviato automaticamente tramite Translation Management attivo su %s. Per non ricevere più queste notifiche contatta l\'amministratore di sistema a %s.\\n\\nQuesta casella di posta non è monitorata per cui non riceverai alcuna risposta.',NULL,'',0,'2018-11-12 23:39:25'),(595,603,'it',0,NULL,'Questo messaggio è stato inviato automaticamente tramite Translation Management attivo su %s. Per non ricevere più queste notifiche, vai in Impostazioni notifiche o contatta l\'amministratore di sistema a %s.\\n\\nQuesta casella di posta non è monitorata per cui non riceverai alcuna risposta.',NULL,'',0,'2018-11-12 23:39:25'),(596,604,'it',0,NULL,'Questo ruolo include:',NULL,'',0,'2018-11-12 23:39:25'),(597,605,'it',0,NULL,'Questo sito può utilizzare l\'editor di traduzione avanzato di WPML, ma non hai ricevuto l\'autorizzazione per usarlo. Stai ancora traducendo con l\'editor di traduzione classico di WPML. Chiedi al responsabile delle traduzioni del tuo sito di abilitare l\'editor di traduzione avanzato.',NULL,'',0,'2018-11-12 23:39:25'),(598,606,'it',0,NULL,'Questo sito non possiede ancora un responsabile delle traduzioni.',NULL,'',0,'2018-11-12 23:39:25'),(599,607,'it',0,NULL,'Questo lavoro di traduzione è scaduto da %s giorno.',NULL,'',0,'2018-11-12 23:39:25'),(600,608,'it',0,NULL,'Questo lavoro di traduzione è scaduto da %s giorni.',NULL,'',0,'2018-11-12 23:39:25'),(601,609,'it',0,NULL,'Questa settimana %1$s ha avuto i seguenti %2$s aggiornamenti delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(602,610,'it',0,NULL,'A',NULL,'',0,'2018-11-12 23:39:25'),(603,611,'it',0,NULL,'Per risolvere questo problema, devi indicare a WPML in che modo sono stati codificati questi campi, in modo che WPML possa decodificarli prima di inviarli in traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(604,612,'it',0,NULL,'Per riabilitarlo, svuota il carrello o invialo in traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(605,613,'it',0,NULL,'Per visualizzare più elementi, usa il filtro e restringi la ricerca. %s',NULL,'',0,'2018-11-12 23:39:25'),(606,614,'it',0,NULL,'Per inviare il contenuto da tradurre a %1$s, è indispensabile un account %1$s.',NULL,'',0,'2018-11-12 23:39:25'),(607,615,'it',0,NULL,'Per inviare il contenuto per la traduzione con %1$s, devi possedere un account %1$s e inserire qui i tuoi dettagli di autenticazione.',NULL,'',0,'2018-11-12 23:39:25'),(608,616,'it',0,NULL,'Per bloccare l\'invio delle notifiche, accedi a %s e modifica le tue preferenze.',NULL,'',0,'2018-11-12 23:39:25'),(609,617,'it',0,NULL,'Oggi %1$s ha avuto i seguenti %2$s aggiornamenti della traduzione',NULL,'',0,'2018-11-12 23:39:25'),(610,618,'it',0,NULL,'Totale',NULL,'',0,'2018-11-12 23:39:25'),(611,619,'it',0,NULL,'Traduci',NULL,'',0,'2018-11-12 23:39:25'),(612,620,'it',0,NULL,'Traduci (questa azione include lo slug nella traduzione e non lo crea automaticamente dal titolo)',NULL,'',0,'2018-11-12 23:39:25'),(613,621,'it',0,NULL,'Traduci le destinazioni dei link',NULL,'',0,'2018-11-12 23:39:25'),(614,622,'it',0,NULL,'Traduci in %s',NULL,'',0,'2018-11-12 23:39:25'),(615,623,'it',0,NULL,'Opzioni documenti tradotti',NULL,'',0,'2018-11-12 23:39:25'),(616,624,'it',0,NULL,'Traduzione',NULL,'',0,'2018-11-12 23:39:25'),(617,625,'it',0,NULL,'Traduzione (incompleta) salvata.',NULL,'',0,'2018-11-12 23:39:25'),(618,626,'it',0,NULL,'Carrello di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(619,627,'it',0,NULL,'Blocco di traduzioni inviato il',NULL,'',0,'2018-11-12 23:39:25'),(620,628,'it',0,NULL,'Pannello traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(621,629,'it',0,NULL,'Editor di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(622,630,'it',0,NULL,'Feedback sulla traduzione',NULL,'',0,'2018-11-12 23:39:25'),(623,631,'it',0,NULL,'Lavori di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(624,632,'it',0,NULL,'Gestione traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(625,633,'it',0,NULL,'Sistema di gestione delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(626,634,'it',0,NULL,'Translation Management invierà informazioni sulla persona che gestisce le traduzioni, i traduttori e i contenuti tradotti.',NULL,'',0,'2018-11-12 23:39:25'),(627,635,'it',0,NULL,'Responsabili delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(628,636,'it',0,NULL,'Memorie di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(629,637,'it',0,NULL,'Metodo di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(630,638,'it',0,NULL,'Notifiche di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(631,639,'it',0,NULL,'Priorità di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(632,640,'it',0,NULL,'Priorità di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(633,641,'it',0,NULL,'Errore proxy di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(634,642,'it',0,NULL,'Ruoli di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(635,643,'it',0,NULL,'Servizio di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(636,644,'it',0,NULL,'Il servizio di traduzione consegnerà le traduzioni automaticamente tramite XML-RPC',NULL,'',0,'2018-11-12 23:39:25'),(637,645,'it',0,NULL,'Servizi di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(638,646,'it',0,NULL,'Scheda Servizi di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(639,647,'it',0,NULL,'Traduzione aggiunta:',NULL,'',0,'2018-11-12 23:39:25'),(640,648,'it',0,NULL,'La traduzione è stata annullata.',NULL,'',0,'2018-11-12 23:39:25'),(641,649,'it',0,NULL,'Traduzione completata',NULL,'',0,'2018-11-12 23:39:25'),(642,650,'it',0,NULL,'Opzioni dell\'editor di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(643,651,'it',0,NULL,'La traduzione è stata rimossa dall\'amministratore',NULL,'',0,'2018-11-12 23:39:25'),(644,652,'it',0,NULL,'Traduzione in corso',NULL,'',0,'2018-11-12 23:39:25'),(645,653,'it',0,NULL,'La traduzione è stata completata',NULL,'',0,'2018-11-12 23:39:25'),(646,654,'it',0,NULL,'Lavori di traduzione per:',NULL,'',0,'2018-11-12 23:39:25'),(647,655,'it',0,NULL,'Lingue delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(648,656,'it',0,NULL,'La traduzione richiede aggiornamento',NULL,'',0,'2018-11-12 23:39:25'),(649,657,'it',0,NULL,'Il lavoro di traduzione %s è stato completato e caricato.',NULL,'',0,'2018-11-12 23:39:25'),(650,658,'it',0,NULL,'Opzioni di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(651,659,'it',0,NULL,'Modalità di prelievo delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(652,660,'it',0,NULL,'La traduzione è stata salvata.',NULL,'',0,'2018-11-12 23:39:25'),(653,661,'it',0,NULL,'Stato della traduzione',NULL,'',0,'2018-11-12 23:39:25'),(654,662,'it',0,NULL,'Traduzione in',NULL,'',0,'2018-11-12 23:39:25'),(655,663,'it',0,NULL,'Traduzione aggiornata:',NULL,'',0,'2018-11-12 23:39:25'),(656,664,'it',0,NULL,'Aggiornamenti della traduzione di %1$s in data %2$s',NULL,'',0,'2018-11-12 23:39:25'),(657,665,'it',0,NULL,'Aggiornamenti della traduzione di %1$s fino al: %2$s',NULL,'',0,'2018-11-12 23:39:25'),(658,666,'it',0,NULL,'Traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(659,667,'it',0,NULL,'Le traduzioni potrebbero subire dei ritardi perché i traduttori non ricevono le notifiche',NULL,'',0,'2018-11-12 23:39:25'),(660,668,'it',0,NULL,'Coda delle traduzioni',NULL,'',0,'2018-11-12 23:39:25'),(661,669,'it',0,NULL,'Traduttore/trice',NULL,'',0,'2018-11-12 23:39:25'),(662,670,'it',0,NULL,'Il traduttore %s ha rinunciato al lavoro di traduzione \"%s\" da %s a %s.%sVisualizza i lavori di traduzione: %s',NULL,'',0,'2018-11-12 23:39:25'),(663,671,'it',0,NULL,'Il traduttore ha completato il lavoro di traduzione per %s',NULL,'',0,'2018-11-12 23:39:25'),(664,672,'it',0,NULL,'Il traduttore ha rinunciato all\'incarico il %s',NULL,'',0,'2018-11-12 23:39:25'),(665,673,'it',0,NULL,'Il traduttore ha aggiornato il lavoro di traduzione per %s',NULL,'',0,'2018-11-12 23:39:25'),(666,674,'it',0,NULL,'Anteprima per il traduttore',NULL,'',0,'2018-11-12 23:39:25'),(667,675,'it',0,NULL,'Traduttori',NULL,'',0,'2018-11-12 23:39:25'),(668,676,'it',0,NULL,'Scheda Traduttori',NULL,'',0,'2018-11-12 23:39:25'),(669,677,'it',0,NULL,'Guida per i traduttori',NULL,'',0,'2018-11-12 23:39:25'),(670,678,'it',0,NULL,'Riprova',NULL,'',0,'2018-11-12 23:39:25'),(671,679,'it',0,NULL,'Prova uno dei %s',NULL,'',0,'2018-11-12 23:39:25'),(672,680,'it',0,NULL,'Impossibile attivare questo servizio. Controlla i dati inseriti e riprova.',NULL,'',0,'2018-11-12 23:39:25'),(673,681,'it',0,NULL,'Impossibile annullare questo servizio. Contatta l\'assistenza di WPML.',NULL,'',0,'2018-11-12 23:39:25'),(674,682,'it',0,NULL,'Indefinito',NULL,'',0,'2018-11-12 23:39:25'),(675,683,'it',0,NULL,'Pacchetto di stringhe sconosciuto',NULL,'',0,'2018-11-12 23:39:25'),(676,684,'it',0,NULL,'Aggiorna la priorità di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(677,685,'it',0,NULL,'Aggiornato / Tradotto',NULL,'',0,'2018-11-12 23:39:25'),(678,686,'it',0,NULL,'Carica',NULL,'',0,'2018-11-12 23:39:25'),(679,687,'it',0,NULL,'Utilizza un servizio di traduzione diverso',NULL,'',0,'2018-11-12 23:39:25'),(680,688,'it',0,NULL,'Usa l\'editor di traduzione avanzato',NULL,'',0,'2018-11-12 23:39:25'),(681,689,'it',0,NULL,'Usa l\'editor di traduzione classico',NULL,'',0,'2018-11-12 23:39:25'),(682,690,'it',0,NULL,'Utente trovato',NULL,'',0,'2018-11-12 23:39:25'),(683,691,'it',0,NULL,'Nome utente:',NULL,'',0,'2018-11-12 23:39:25'),(684,692,'it',0,NULL,'Copia',NULL,'',0,'2018-11-12 23:39:25'),(685,693,'it',0,NULL,'Visualizza',NULL,'',0,'2018-11-12 23:39:25'),(686,694,'it',0,NULL,'View %s',NULL,'',0,'2018-11-12 23:39:25'),(687,695,'it',0,NULL,'Originale',NULL,'',0,'2018-11-12 23:39:25'),(688,696,'it',0,NULL,'Visualizza i lavori di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(689,697,'it',0,NULL,'ATTENZIONE: al momento è/sono in corso %s lavoro/i di traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(690,698,'it',0,NULL,'Con la versione 3.9 WPML cambierà il modo di interagire con ICanLocalize. Questo richiederà che WPML passi a una nuova interfaccia di ICanLocalize.',NULL,'',0,'2018-11-12 23:39:25'),(691,699,'it',0,NULL,'Impostazioni delle notifiche di WPML',NULL,'',0,'2018-11-12 23:39:25'),(692,700,'it',0,NULL,'Assistenza di WPML',NULL,'',0,'2018-11-12 23:39:25'),(693,701,'it',0,NULL,'WPML Translation Management  è attivo, ma non funzionante. Non è compatibile con le versioni di <a href=\"%s\">WPML</a> antecedenti alla 2.0.5.',NULL,'',0,'2018-11-12 23:39:25'),(694,702,'it',0,NULL,'WPML Translation Management è attivo, ma non funzionante. Per funzionare richiede %s.',NULL,'',0,'2018-11-12 23:39:25'),(695,703,'it',0,NULL,'WPML Translation Management  è attivo, ma non funzionante. Per funzionare richiede <a href=\"%s\">WPML</a>.',NULL,'',0,'2018-11-12 23:39:25'),(696,704,'it',0,NULL,'WPML Translation Management è attivo, ma non funzionante. Termina prima l\'installazione di WPML.',NULL,'',0,'2018-11-12 23:39:25'),(697,705,'it',0,NULL,'WPML Translation Management richiede le seguenti estensioni e impostazioni PHP:',NULL,'',0,'2018-11-12 23:39:25'),(698,706,'it',0,NULL,'WPML Translation Management invierà l\'indirizzo e-mail e il nome di ciascun responsabile e traduttore assegnato, nonché gli stessi contenuti all\'editor di traduzione avanzato e ai servizi di traduzione utilizzati.',NULL,'',0,'2018-11-12 23:39:25'),(699,707,'it',0,NULL,'Impostazioni WPML Translator ',NULL,'',0,'2018-11-12 23:39:25'),(700,708,'it',0,NULL,'L\'aggiornamento di WPML non è stato completato',NULL,'',0,'2018-11-12 23:39:25'),(701,709,'it',0,NULL,'WPML è in grado di leggere il file di configurazione\\nindicante quali parti dei temi o dei plugin necessitano di traduzione. Il nome di questo file è wpml-config.xml ed è posizionato nella cartella principale del plugin o del tema.',NULL,'',0,'2018-11-12 23:39:25'),(702,710,'it',0,NULL,'WPML non riesce a trovare il servizio di traduzione. Contatta l\'assistenza di WPML o il tuo fornitore di servizi di traduzione.',NULL,'',0,'2018-11-12 23:39:25'),(703,711,'it',0,NULL,'WPML non è in grado di caricare l\'elenco dei servizi di traduzione. Potrebbe trattarsi di un problema di connessione. Ti preghiamo di attendere un minuto e di ricaricare questa pagina.',NULL,'',0,'2018-11-12 23:39:25'),(704,712,'it',0,NULL,'WPML non è in grado di caricare l\'elenco dei servizi di traduzione. Potrebbe trattarsi di un problema di connessione. Ti preghiamo di attendere un minuto e di ricaricare questa pagina.\\n Se il problema persiste, contatta l\'assistenza di WPML.',NULL,'',0,'2018-11-12 23:39:25'),(705,713,'it',0,NULL,'WPML non è in grado di inviare in traduzione alcuni contenuti',NULL,'',0,'2018-11-12 23:39:25'),(706,714,'it',0,NULL,'WPML non può inviare questi documenti in traduzione perché l\'editor di traduzione avanzato ancora non è stato configurato completamente.',NULL,'',0,'2018-11-12 23:39:25'),(707,715,'it',0,NULL,'WPML ha creato gli account per i tuoi traduttori e ha inviato loro le istruzioni.',NULL,'',0,'2018-11-12 23:39:25'),(708,716,'it',0,NULL,'WPML deve aggiornare la connessione a ICanLocalize, ma non è in grado completare la modifica.',NULL,'',0,'2018-11-12 23:39:25'),(709,717,'it',0,NULL,'WPML ha aggiornato la tua connessione a ICanLocalize. Puoi continuare a inviare contenuti da tradurre.',NULL,'',0,'2018-11-12 23:39:25'),(710,718,'it',0,NULL,'WPML non sincronizzerà più questo/a %s con il contenuto originale.',NULL,'',0,'2018-11-12 23:39:25'),(711,719,'it',0,NULL,'L\'editor di traduzione avanzato di WPML è stato abilitato, ma non può essere utilizzato da tutti i tuoi traduttori..',NULL,'',0,'2018-11-12 23:39:25'),(712,720,'it',0,NULL,'Account WPML.org ',NULL,'',0,'2018-11-12 23:39:25'),(713,721,'it',0,NULL,'L\'editor di traduzione di WPML facilita la traduzione dei contenuti nel tuo sito da parte dei tuoi traduttori. Puoi creare account per i nuovi traduttori o utilizzare come tuoi traduttori utenti WordPress esistenti.',NULL,'',0,'2018-11-12 23:39:25'),(714,722,'it',0,NULL,'In attesa che il responsabile delle traduzioni completi la configurazione...',NULL,'',0,'2018-11-12 23:39:25'),(715,723,'it',0,NULL,'In attesa di un traduttore',NULL,'',0,'2018-11-12 23:39:25'),(716,724,'it',0,NULL,'In attesa di un traduttore / In corso',NULL,'',0,'2018-11-12 23:39:25'),(717,725,'it',0,NULL,'Desideri migliorare la qualità della traduzione del tuo sito?',NULL,'',0,'2018-11-12 23:39:25'),(718,726,'it',0,NULL,'Abbiamo rilevato un possibile problema che blocca il processo di conteggio delle parole. Ti preghiamo di verificare le seguenti impostazioni:',NULL,'',0,'2018-11-12 23:39:25'),(719,727,'it',0,NULL,'Quando il contenuto viene duplicato, si consiglia di duplicare prima le pagine parent per preservare la gerarchia del sito.',NULL,'',0,'2018-11-12 23:39:25'),(720,728,'it',0,NULL,'Stima conteggio parole:',NULL,'',0,'2018-11-12 23:39:25'),(721,729,'it',0,NULL,'Conteggio delle parole dell\'intero sito',NULL,'',0,'2018-11-12 23:39:25'),(722,730,'it',0,NULL,'Ruolo WordPress:',NULL,'',0,'2018-11-12 23:39:25'),(723,731,'it',0,NULL,'Parole',NULL,'',0,'2018-11-12 23:39:25'),(724,732,'it',0,NULL,'XLIFF %s',NULL,'',0,'2018-11-12 23:39:25'),(725,733,'it',0,NULL,'Opzioni file XLIFF',NULL,'',0,'2018-11-12 23:39:25'),(726,734,'it',0,NULL,'Traduzione di XLIFF',NULL,'',0,'2018-11-12 23:39:25'),(727,735,'it',0,NULL,'Versione XLIFF',NULL,'',0,'2018-11-12 23:39:25'),(728,736,'it',0,NULL,'Sì, possiedo già un account',NULL,'',0,'2018-11-12 23:39:25'),(729,737,'it',0,NULL,'Sì, mostrami i servizi di traduzione disponibili',NULL,'',0,'2018-11-12 23:39:25'),(730,738,'it',0,NULL,'Stai per eliminare gli elementi selezionati dal carrello. Eliminare?',NULL,'',0,'2018-11-12 23:39:25'),(731,739,'it',0,NULL,'Non sei autorizzato ad effettuare quest\'azione.',NULL,'',0,'2018-11-12 23:39:25'),(732,740,'it',0,NULL,'Non sei autorizzato ad eseguire quest\'azione.',NULL,'',0,'2018-11-12 23:39:25'),(733,741,'it',0,NULL,'Adesso sei il responsabile delle traduzioni di %s: azione richiesta',NULL,'',0,'2018-11-12 23:39:25'),(734,742,'it',0,NULL,'Hai ricevuto questa mail perché possiedi un account come \\n\\t\\t\\ttraduttore su %1$s. Per bloccare l\'invio delle notifiche, \\n\\t\\t\\taccedi a %2$s e deseleziona \"Inviami un\'e-mail di notifica \\n\\t\\t\\tquando ci sarà qualcosa di nuovo da tradurre\".Tieni presente che in questo modo sarai escluso dal pool dei traduttori.',NULL,'',0,'2018-11-12 23:39:25'),(735,743,'it',0,NULL,'Stai eseguendo una versione aggiornata di %s e di %s, ma i seguenti componenti risultano non aggiornati:',NULL,'',0,'2018-11-12 23:39:25'),(736,744,'it',0,NULL,'Stai eseguendo una versione aggiornata di %s, ma il seguente componente risulta non aggiornato:',NULL,'',0,'2018-11-12 23:39:25'),(737,745,'it',0,NULL,'Sei il responsabile delle traduzioni di %s. Questo ruolo ti consente di gestire tutto quello che riguarda la traduzione di questo sito.',NULL,'',0,'2018-11-12 23:39:25'),(738,746,'it',0,NULL,'Stai tentando di importare un archivio vuoto.',NULL,'',0,'2018-11-12 23:39:25'),(739,747,'it',0,NULL,'Stai tentando di importare un file vuoto.',NULL,'',0,'2018-11-12 23:39:25'),(740,748,'it',0,NULL,'Stai tentando di importare un archivio incompatibile.',NULL,'',0,'2018-11-12 23:39:25'),(741,749,'it',0,NULL,'Stai utilizzando un servizio di traduzione che richiede l\'autenticazione.',NULL,'',0,'2018-11-12 23:39:25'),(742,750,'it',0,NULL,'Puoi controllare di nuovo tra %s minuti.',NULL,'',0,'2018-11-12 23:39:25'),(743,751,'it',0,NULL,'Puoi controllare di nuovo tra %s secondi.',NULL,'',0,'2018-11-12 23:39:25'),(744,752,'it',0,NULL,'Il token API è disponibile sul sito di %s',NULL,'',0,'2018-11-12 23:39:25'),(745,753,'it',0,NULL,'Questo puoi trovarlo sul sito %s',NULL,'',0,'2018-11-12 23:39:25'),(746,754,'it',0,NULL,'Puoi visualizzare gli altri lavori di traduzione qui: %s',NULL,'',0,'2018-11-12 23:39:25'),(747,755,'it',0,NULL,'Questa azione non è consentita!',NULL,'',0,'2018-11-12 23:39:25'),(748,756,'it',0,NULL,'Non puoi modificare questa traduzione poiché questa traduzione in %s è già in corso.',NULL,'',0,'2018-11-12 23:39:25'),(749,757,'it',0,NULL,'Non puoi aggiungere gli articoli di questa lingua al carrello poiché esso contiene già articoli o stringhe di un\'altra lingua d\'origine!\\n\\t\\t\\t\\t\\tInoltra il carrello corrente e poi aggiungi l\'articolo o elimina quelli dell\'altra lingua dal carrello corrente',NULL,'',0,'2018-11-12 23:39:25'),(750,758,'it',0,NULL,'Non puoi aggiungere le stringhe di questa lingua al carrello poiché esso contiene già articoli o stringhe di un\'altra lingua d\'origine!\\n\\t\\t\\t\\t\\tInoltra il carrello corrente e poi aggiungi l\'articolo o elimina quelli dell\'altra lingua dal carrello corrente',NULL,'',0,'2018-11-12 23:39:25'),(751,759,'it',0,NULL,'Non puoi aggiungere le stringhe di questa lingua al carrello poiché contiene già articoli o stringhe di un\'altra lingua di origine! Inoltra il carrello corrente oppure elimina gli articoli dell\'altra lingua dal carrello corrente',NULL,'',0,'2018-11-12 23:39:25'),(752,760,'it',0,NULL,'Hai tentato di inviare i dati in modo non legittimo.',NULL,'',0,'2018-11-12 23:39:25'),(753,761,'it',0,NULL,'Ti hanno assegnato un nuovo lavoro/dei nuovi lavori di traduzione:',NULL,'',0,'2018-11-12 23:39:25'),(754,762,'it',0,NULL,'Ti è stato revocato l\'incarico di traduzione \"%s\" da %s \r\\na %s.',NULL,'',0,'2018-11-12 23:39:25'),(755,763,'it',0,NULL,'Hai selezionato un servizio di traduzione che richiede l\'autenticazione.',NULL,'',0,'2018-11-12 23:39:25'),(756,764,'it',0,NULL,'Hai selezionato un servizio di traduzione che richiede dei traduttori.',NULL,'',0,'2018-11-12 23:39:25'),(757,765,'it',0,NULL,'Hai inviato i documenti in traduzione. WPML può inviare e-mail di notifica ai traduttori designati, ma i traduttori di alcune lingue hanno scelto di non ricevere queste notifiche.',NULL,'',0,'2018-11-12 23:39:25'),(758,766,'it',0,NULL,'Ci sono due modi per copiare il contenuto dalla lingua originale:',NULL,'',0,'2018-11-12 23:39:25'),(759,767,'it',0,NULL,'Sono presenti delle modifiche non salvate!',NULL,'',0,'2018-11-12 23:39:25'),(760,768,'it',0,NULL,'È presente del lavoro non salvato. Chiudere senza salvare?',NULL,'',0,'2018-11-12 23:39:25'),(761,769,'it',0,NULL,'Devi contattare i tuoi %1$s e chiedergli di abilitare queste e-mail di notifica che consentiranno loro di sapere quando ci sono contenuti da tradurre. Per abilitare tali notifiche, i traduttori dovranno accedere a questo sito, visitare la pagina del proprio profilo e modificare la relativa opzione nella sezione dedicata alle impostazioni delle lingue di WPML.',NULL,'',0,'2018-11-12 23:39:25'),(762,770,'it',0,NULL,'Dovresti aver ricevuto un\'e-mail con le indicazioni per attivare il servizio.',NULL,'',0,'2018-11-12 23:39:25'),(763,771,'it',0,NULL,'Per inviare in traduzione il documento originale, usa la <a href=\"%s\">bacheca di gestione delle traduzioni</a>.',NULL,'',0,'2018-11-12 23:39:25'),(764,772,'it',0,NULL,'Hai rinunciato a questo lavoro.',NULL,'',0,'2018-11-12 23:39:25'),(765,773,'it',0,NULL,'Hai inviato il contenuto in traduzione a %s. Collegati al sito del servizio, per assicurarti che la traduzione abbia inizio.',NULL,'',0,'2018-11-12 23:39:25'),(766,774,'it',0,NULL,'Il tuo profilo',NULL,'',0,'2018-11-12 23:39:25'),(767,775,'it',0,NULL,'La tua scadenza',NULL,'',0,'2018-11-12 23:39:25'),(768,776,'it',0,NULL,'La tua richiesta è stata inviata. Per sincronizzare lo stato con il servizio di traduzioni, attendi qualche minuto',NULL,'',0,'2018-11-12 23:39:25'),(769,777,'it',0,NULL,'La tua richiesta è stata inviata.',NULL,'',0,'2018-11-12 23:39:25'),(770,778,'it',0,NULL,'Attualmente il tuo sito è configurato solo per l\'uso di %s come servizio  di traduzione professionale.',NULL,'',0,'2018-11-12 23:39:25'),(771,779,'it',0,NULL,'Il tuo sito dovrebbe essere accessibile pubblicamente o il server dovrebbe avere accesso al sito.',NULL,'',0,'2018-11-12 23:39:25'),(772,780,'it',0,NULL,'Il tuo sito non funzionerà come dovrebbe con questa configurazione',NULL,'',0,'2018-11-12 23:39:25'),(773,781,'it',0,NULL,'I tuoi traduttori possono lavorare all\'interno di WordPress, utilizzando l\'editor di traduzioni di WPML o con i propri programmi di traduzione assistita (CAT, Computer Assisted Translation).',NULL,'',0,'2018-11-12 23:39:25'),(774,782,'it',0,NULL,'stato account',NULL,'',0,'2018-11-12 23:39:25'),(775,783,'it',0,NULL,'aggiungi documenti al carrello',NULL,'',0,'2018-11-12 23:39:25'),(776,784,'it',0,NULL,'e',NULL,'',0,'2018-11-12 23:39:25'),(777,785,'it',0,NULL,'continua sulla pagina successiva &raquo;',NULL,'',0,'2018-11-12 23:39:25'),(778,786,'it',0,NULL,'copia e sovrascrivi tutti i campi',NULL,'',0,'2018-11-12 23:39:25'),(779,787,'it',0,NULL,'copia solo nei campi vuoti',NULL,'',0,'2018-11-12 23:39:25'),(780,788,'it',0,NULL,'data di scadenza: %1$s, in ritardo di %2$d giorni',NULL,'',0,'2018-11-12 23:39:25'),(781,789,'it',0,NULL,'documentazione',NULL,'',0,'2018-11-12 23:39:25'),(782,790,'it',0,NULL,'vai in <a href=\"%s\">Bacheca di traduzione</a>',NULL,'',0,'2018-11-12 23:39:25'),(783,791,'it',0,NULL,'immediatamente',NULL,'',0,'2018-11-12 23:39:25'),(784,792,'it',0,NULL,'in',NULL,'',0,'2018-11-12 23:39:25'),(785,793,'it',0,NULL,'in %s documento(i)',NULL,'',0,'2018-11-12 23:39:25'),(786,794,'it',0,NULL,'da aggiornare',NULL,'',0,'2018-11-12 23:39:25'),(787,795,'it',0,NULL,'mai',NULL,'',0,'2018-11-12 23:39:25'),(788,796,'it',0,NULL,'una volta al giorno',NULL,'',0,'2018-11-12 23:39:25'),(789,797,'it',0,NULL,'una volta alla settimana',NULL,'',0,'2018-11-12 23:39:25'),(790,798,'it',0,NULL,'oppure',NULL,'',0,'2018-11-12 23:39:25'),(791,799,'it',0,NULL,'su',NULL,'',0,'2018-11-12 23:39:25'),(792,800,'it',0,NULL,'genitore',NULL,'',0,'2018-11-12 23:39:25'),(793,801,'it',0,NULL,'inviali in traduzione',NULL,'',0,'2018-11-12 23:39:25'),(794,802,'it',0,NULL,'mostra %s elementi',NULL,'',0,'2018-11-12 23:39:25'),(795,803,'it',0,NULL,'mostra tutti i %s elementi',NULL,'',0,'2018-11-12 23:39:25'),(796,804,'it',0,NULL,'mostra i campi',NULL,'',0,'2018-11-12 23:39:25'),(797,805,'it',0,NULL,'inizia a tradurre',NULL,'',0,'2018-11-12 23:39:25'),(798,806,'it',0,NULL,'a',NULL,'',0,'2018-11-12 23:39:25'),(799,807,'it',0,NULL,'tradotto in',NULL,'',0,'2018-11-12 23:39:25'),(800,808,'it',0,NULL,'servizi di traduzione integrati con WPML',NULL,'',0,'2018-11-12 23:39:25'),(801,809,'it',0,NULL,'traduttori',NULL,'',0,'2018-11-12 23:39:25'),(802,810,'it',0,NULL,'prova un servizio di traduzione',NULL,'',0,'2018-11-12 23:39:25'),(803,811,'it',0,NULL,'Sono state aggiunte alla tabella di traduzione delle stringhe.',NULL,'',0,'2018-11-12 23:39:26'),(804,812,'it',0,NULL,'È stata aggiunta %d nuova traduzione.',NULL,'',0,'2018-11-12 23:39:26'),(805,813,'it',0,NULL,'Sono state aggiunte %d nuove traduzioni.',NULL,'',0,'2018-11-12 23:39:26'),(806,814,'it',0,NULL,'È stata aggiornata %d traduzione.',NULL,'',0,'2018-11-12 23:39:26'),(807,815,'it',0,NULL,'Sono state aggiornate %d traduzioni.',NULL,'',0,'2018-11-12 23:39:26'),(808,816,'it',0,NULL,'La traduzione degli slug %s è stata impostata, ma le traduzioni sono assenti',NULL,'',0,'2018-11-12 23:39:26'),(809,817,'it',0,NULL,'(originale)',NULL,'',0,'2018-11-12 23:39:26'),(810,818,'it',0,NULL,'-- Seleziona --',NULL,'',0,'2018-11-12 23:39:26'),(811,819,'it',0,NULL,'file .po:',NULL,'',0,'2018-11-12 23:39:26'),(812,820,'it',0,NULL,'Attivo',NULL,'',0,'2018-11-12 23:39:26'),(813,821,'it',0,NULL,'Aggiungi le stringhe selezionate',NULL,'',0,'2018-11-12 23:39:26'),(814,822,'it',0,NULL,'Aggiungi le nuove traduzioni.',NULL,'',0,'2018-11-12 23:39:26'),(815,823,'it',0,NULL,'Tutto',NULL,'',0,'2018-11-12 23:39:26'),(816,824,'it',0,NULL,'Tutte le priorità di traduzione',NULL,'',0,'2018-11-12 23:39:26'),(817,825,'it',0,NULL,'Tutti i domini',NULL,'',0,'2018-11-12 23:39:26'),(818,826,'it',0,NULL,'Tutte le stringhe',NULL,'',0,'2018-11-12 23:39:26'),(819,827,'it',0,NULL,'Tutte le stringhe in %s',NULL,'',0,'2018-11-12 23:39:26'),(820,828,'it',0,NULL,'Quasi tutti i temi e i plugin contengono testi in inglese. Riducendo il controllo della lingua delle stringhe semplificherai e abbrevierai il processo di traduzione di queste ultime.',NULL,'',0,'2018-11-12 23:39:26'),(821,829,'it',0,NULL,'Crea anche le traduzioni in base al file .po',NULL,'',0,'2018-11-12 23:39:26'),(822,830,'it',0,NULL,'Includi anche le traduzioni',NULL,'',0,'2018-11-12 23:39:26'),(823,831,'it',0,NULL,'Impedire anche la futura visualizzazione di messaggi simili?',NULL,'',0,'2018-11-12 23:39:26'),(824,832,'it',0,NULL,'Applica',NULL,'',0,'2018-11-12 23:39:26'),(825,833,'it',0,NULL,'Applica le modifiche',NULL,'',0,'2018-11-12 23:39:26'),(826,834,'it',0,NULL,'Eliminare questi pacchetti?\\nSaranno eliminate anche le loro stringhe e le rispettive traduzioni.',NULL,'',0,'2018-11-12 23:39:26'),(827,835,'it',0,NULL,'Confermi di voler eliminare queste stringhe?\\nAnche le loro traduzioni saranno eliminate.',NULL,'',0,'2018-11-12 23:39:26'),(828,836,'it',0,NULL,'Si presuppone che la lingua originale di tutte le stringhe sia l\'inglese',NULL,'',0,'2018-11-12 23:39:26'),(829,837,'it',0,NULL,'Attiva invio automatico delle stringhe in traduzione',NULL,'',0,'2018-11-12 23:39:26'),(830,838,'it',0,NULL,'Scarica automaticamente le traduzioni per WordPress',NULL,'',0,'2018-11-12 23:39:26'),(831,839,'it',0,NULL,'Registra automaticamente le stringhe di questi domini testuali',NULL,'',0,'2018-11-12 23:39:26'),(832,840,'it',0,NULL,'Aggiungi paragrafi automaticamente',NULL,'',0,'2018-11-12 23:39:26'),(833,841,'it',0,NULL,'Annulla',NULL,'',0,'2018-11-12 23:39:26'),(834,842,'it',0,NULL,'Cancella e annulla le modifiche',NULL,'',0,'2018-11-12 23:39:26'),(835,843,'it',0,NULL,'Modifica la lingua delle stringhe selezionate',NULL,'',0,'2018-11-12 23:39:26'),(836,844,'it',0,NULL,'Modifica la priorità di traduzione delle stringhe selezionate',NULL,'',0,'2018-11-12 23:39:26'),(837,845,'it',0,NULL,'Seleziona altre lingue',NULL,'',0,'2018-11-12 23:39:26'),(838,846,'it',0,NULL,'Scegli i campi che desideri tradurre e clicca sul pulsante \'Applica\'. Poi, utilizza <a%s>Traduzione stringhe</a> di WPML per tradurli.',NULL,'',0,'2018-11-12 23:39:26'),(839,847,'it',0,NULL,'Clicca per attivare/disattivare',NULL,'',0,'2018-11-12 23:39:26'),(840,848,'it',0,NULL,'Chiudi',NULL,'',0,'2018-11-12 23:39:26'),(841,849,'it',0,NULL,'Completata',NULL,'',0,'2018-11-12 23:39:26'),(842,850,'it',0,NULL,'Stringhe completamente tradotte',NULL,'',0,'2018-11-12 23:39:26'),(843,851,'it',0,NULL,'Configura',NULL,'',0,'2018-11-12 23:39:26'),(844,852,'it',0,NULL,'Contiene %s stringhe',NULL,'',0,'2018-11-12 23:39:26'),(845,853,'it',0,NULL,'Contesto',NULL,'',0,'2018-11-12 23:39:26'),(846,854,'it',0,NULL,'Converti in widget multilingue',NULL,'',0,'2018-11-12 23:39:26'),(847,855,'it',0,NULL,'La conversione in widget multilingue non è riuscita. Non è stata specificata nessuna barra laterale.',NULL,'',0,'2018-11-12 23:39:26'),(848,856,'it',0,NULL,'Lingua di origine corrente',NULL,'',0,'2018-11-12 23:39:26'),(849,857,'it',0,NULL,'Lingua predefinita del pacchetto',NULL,'',0,'2018-11-12 23:39:26'),(850,858,'it',0,NULL,'Elimina pacchetti selezionati',NULL,'',0,'2018-11-12 23:39:26'),(851,859,'it',0,NULL,'Elimina le stringhe selezionate',NULL,'',0,'2018-11-12 23:39:26'),(852,860,'it',0,NULL,'Ignora tutti gli avvisi',NULL,'',0,'2018-11-12 23:39:26'),(853,861,'it',0,NULL,'Mostra %d risultati per pagina',NULL,'',0,'2018-11-12 23:39:26'),(854,862,'it',0,NULL,'Mostra tutti i risultati',NULL,'',0,'2018-11-12 23:39:26'),(855,863,'it',0,NULL,'Visualizza i pacchetti per il tipo:',NULL,'',0,'2018-11-12 23:39:26'),(856,864,'it',0,NULL,'Visualizzazione %s&#8211;%s di %s',NULL,'',0,'2018-11-12 23:39:26'),(857,865,'it',0,NULL,'Dominio',NULL,'',0,'2018-11-12 23:39:26'),(858,866,'it',0,NULL,'Non riutilizzare le traduzioni delle stringhe',NULL,'',0,'2018-11-12 23:39:26'),(859,867,'it',0,NULL,'Fine',NULL,'',0,'2018-11-12 23:39:26'),(860,868,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-12 23:39:26'),(861,869,'it',0,NULL,'Errore',NULL,'',0,'2018-11-12 23:39:26'),(862,870,'it',0,NULL,'Errore durante il download del file della traduzione. Torna indietro e riprova.',NULL,'',0,'2018-11-12 23:39:26'),(863,871,'it',0,NULL,'Errore: nessuna stringa selezionata',NULL,'',0,'2018-11-12 23:39:26'),(864,872,'it',0,NULL,'Errore: %s',NULL,'',0,'2018-11-12 23:39:26'),(865,873,'it',0,NULL,'Corrispondenza esatta',NULL,'',0,'2018-11-12 23:39:26'),(866,874,'it',0,NULL,'Traduzione esistente',NULL,'',0,'2018-11-12 23:39:26'),(867,875,'it',0,NULL,'Esci dalla ricerca',NULL,'',0,'2018-11-12 23:39:26'),(868,876,'it',0,NULL,'Esporta le stringhe selezionate in un file config di WPML che potrà essere aggiunto a temi o plugin.',NULL,'',0,'2018-11-12 23:39:26'),(869,877,'it',0,NULL,'Esporta le stringhe in file .po/.pot',NULL,'',0,'2018-11-12 23:39:26'),(870,878,'it',0,NULL,'Il download del file contenente i dati sulle lingue non è riuscito.',NULL,'',0,'2018-11-12 23:39:26'),(871,879,'it',0,NULL,'Il download del file contenente i dati sulle lingue non è riuscito. Torna indietro e riprova tra poco.',NULL,'',0,'2018-11-12 23:39:26'),(872,880,'it',0,NULL,'Errore di carimento file',NULL,'',0,'2018-11-12 23:39:26'),(873,881,'it',0,NULL,'File già scansionati.',NULL,'',0,'2018-11-12 23:39:26'),(874,882,'it',0,NULL,'Affinché Monitoraggio stringhe possa funzionare, l\'opzione',NULL,'',0,'2018-11-12 23:39:26'),(875,883,'it',0,NULL,'Per i componenti di WPML, puoi ricevere aggiornamenti dal tuo %s o automaticamente, dopo la registrazione a WPML.',NULL,'',0,'2018-11-12 23:39:26'),(876,884,'it',0,NULL,'Evidenzia il colore per le stringhe',NULL,'',0,'2018-11-12 23:39:26'),(877,885,'it',0,NULL,'Importa',NULL,'',0,'2018-11-12 23:39:26'),(878,886,'it',0,NULL,'Importa / esporta .po',NULL,'',0,'2018-11-12 23:39:26'),(879,887,'it',0,NULL,'Traduzione importata',NULL,'',0,'2018-11-12 23:39:26'),(880,888,'it',0,NULL,'In corso',NULL,'',0,'2018-11-12 23:39:26'),(881,889,'it',0,NULL,'Nel carrello di traduzione',NULL,'',0,'2018-11-12 23:39:26'),(882,890,'it',0,NULL,'Inattivo',NULL,'',0,'2018-11-12 23:39:26'),(883,891,'it',0,NULL,'Includi le traduzioni',NULL,'',0,'2018-11-12 23:39:26'),(884,892,'it',0,NULL,'Info',NULL,'',0,'2018-11-12 23:39:26'),(885,893,'it',0,NULL,'Lingua non valida: %s',NULL,'',0,'2018-11-12 23:39:26'),(886,894,'it',0,NULL,'Nonce non valido',NULL,'',0,'2018-11-12 23:39:26'),(887,895,'it',0,NULL,'Tipo',NULL,'',0,'2018-11-12 23:39:26'),(888,896,'it',0,NULL,'Lingua dei domini',NULL,'',0,'2018-11-12 23:39:26'),(889,897,'it',0,NULL,'La lingua di questo %s è %s',NULL,'',0,'2018-11-12 23:39:26'),(890,898,'it',0,NULL,'Lingue dei domini',NULL,'',0,'2018-11-12 23:39:26'),(891,899,'it',0,NULL,'Caricato',NULL,'',0,'2018-11-12 23:39:26'),(892,900,'it',0,NULL,'Cerca le stringhe tradotte e usa le loro traduzioni per i nuovi lavori',NULL,'',0,'2018-11-12 23:39:26'),(893,901,'it',0,NULL,'Si sono verificati dei problemi con la tabella di traduzione delle stringhe del tuo sito.',NULL,'',0,'2018-11-12 23:39:26'),(894,902,'it',0,NULL,'Questi problemi adesso non impediranno l\'esecuzione del tuo sito, ma potrebbero diventare gravi in futuro.',NULL,'',0,'2018-11-12 23:39:26'),(895,903,'it',0,NULL,'Il team di assistenza di WPML sa come correggerli.',NULL,'',0,'2018-11-12 23:39:26'),(896,904,'it',0,NULL,'Inserisci un messaggio nel <a href=\"%s\" target=\"_blank\">thread di assistenza</a> pertinente e noi li correggeremo per te.',NULL,'',0,'2018-11-12 23:39:26'),(897,905,'it',0,NULL,'WPML non è in grado di sostituire i file .mo a causa di alcuni problemi tecnici che si sono verificati con la tabella di traduzione delle stringhe.',NULL,'',0,'2018-11-12 23:39:26'),(898,906,'it',0,NULL,'Il team di assistenza di WPML sa come correggerli.',NULL,'',0,'2018-11-12 23:39:26'),(899,907,'it',0,NULL,'Inserisci un messaggio nel <a href=\"%s\" target=\"_blank\" >thread di assistenza</a> pertinente e noi li correggeremo per te.',NULL,'',0,'2018-11-12 23:39:26'),(900,908,'it',0,NULL,'Dei parametri sono stati omessi',NULL,'',0,'2018-11-12 23:39:26'),(901,909,'it',0,NULL,'Numero della versione da tradurre non specificato.',NULL,'',0,'2018-11-12 23:39:26'),(902,910,'it',0,NULL,'Altre opzioni',NULL,'',0,'2018-11-12 23:39:26'),(903,911,'it',0,NULL,'Estensione per stringhe multibyte ',NULL,'',0,'2018-11-12 23:39:26'),(904,912,'it',0,NULL,'WPML String Translation richiede l\'estensione per le stringhe multibyte.',NULL,'',0,'2018-11-12 23:39:26'),(905,913,'it',0,NULL,'Testo multilingue',NULL,'',0,'2018-11-12 23:39:26'),(906,914,'it',0,NULL,'Testo multilingue arbitrario o HTML',NULL,'',0,'2018-11-12 23:39:26'),(907,915,'it',0,NULL,'Nome',NULL,'',0,'2018-11-12 23:39:26'),(908,916,'it',0,NULL,'Nome: %s',NULL,'',0,'2018-11-12 23:39:26'),(909,917,'it',0,NULL,'Da aggiornare',NULL,'',0,'2018-11-12 23:39:26'),(910,918,'it',0,NULL,'Nuova traduzione',NULL,'',0,'2018-11-12 23:39:26'),(911,919,'it',0,NULL,'Nuove traduzioni (%d)',NULL,'',0,'2018-11-12 23:39:26'),(912,920,'it',0,NULL,'No, continua a visualizzare questi messaggi',NULL,'',0,'2018-11-12 23:39:26'),(913,921,'it',0,NULL,'Nessun TextDomain',NULL,'',0,'2018-11-12 23:39:26'),(914,922,'it',0,NULL,'Nessuna azione eseguita. Seleziona le stringhe da aggiornare o da aggiungere.',NULL,'',0,'2018-11-12 23:39:26'),(915,923,'it',0,NULL,'Nessuna opzione trovata. Assicurati di aver salvato le opzioni del tuo tema almeno una volta. <br />Alcuni temi le aggiungono nella tabella wp_options solo dopo che l\'utente le ha esplicitamente salvate nei valori predefiniti del tema',NULL,'',0,'2018-11-12 23:39:26'),(916,924,'it',0,NULL,'Nessun pacchetto trovato',NULL,'',0,'2018-11-12 23:39:26'),(917,925,'it',0,NULL,'Nessun record trovato',NULL,'',0,'2018-11-12 23:39:26'),(918,926,'it',0,NULL,'Nessuna stringa trovata',NULL,'',0,'2018-11-12 23:39:26'),(919,927,'it',0,NULL,'Nessuna stringa trovata',NULL,'',0,'2018-11-12 23:39:26'),(920,928,'it',0,NULL,'Nessuna stringa selezionata',NULL,'',0,'2018-11-12 23:39:26'),(921,929,'it',0,NULL,'Non ci sono aggiornamenti.',NULL,'',0,'2018-11-12 23:39:26'),(922,930,'it',0,NULL,'Il valore del nonce non è valido',NULL,'',0,'2018-11-12 23:39:26'),(923,931,'it',0,NULL,'Non caricato',NULL,'',0,'2018-11-12 23:39:26'),(924,932,'it',0,NULL,'Non indicata come \'completa\'. Premi \'Salva\' per attivarla.',NULL,'',0,'2018-11-12 23:39:26'),(925,933,'it',0,NULL,'Non tradotto',NULL,'',0,'2018-11-12 23:39:26'),(926,934,'it',0,NULL,'Numero di stringhe',NULL,'',0,'2018-11-12 23:39:26'),(927,935,'it',0,NULL,'Opzionale',NULL,'',0,'2018-11-12 23:39:26'),(928,936,'it',0,NULL,'Altre opzioni:',NULL,'',0,'2018-11-12 23:39:26'),(929,937,'it',0,NULL,'L\'esportazione dei file PO potrebbe generare errori. Stiamo lavorando per risolvere il problema.',NULL,'',0,'2018-11-12 23:39:26'),(930,938,'it',0,NULL,'Gestione pacchetto',NULL,'',0,'2018-11-12 23:39:26'),(931,939,'it',0,NULL,'Pacchetti',NULL,'',0,'2018-11-12 23:39:26'),(932,940,'it',0,NULL,'Traduzione parziale',NULL,'',0,'2018-11-12 23:39:26'),(933,941,'it',0,NULL,'%s traduzione in attesa (%d)',NULL,'',0,'2018-11-12 23:39:26'),(934,942,'it',0,NULL,'Considerazioni sull\'esecuzione',NULL,'',0,'2018-11-12 23:39:26'),(935,943,'it',0,NULL,'Per far funzionare String Translation di WPML, attiva WPML Multilingual CMS.',NULL,'',0,'2018-11-12 23:39:26'),(936,944,'it',0,NULL,'Inserisci un dominio!',NULL,'',0,'2018-11-12 23:39:26'),(937,945,'it',0,NULL,'Seleziona almeno un documento da tradurre.',NULL,'',0,'2018-11-12 23:39:26'),(938,946,'it',0,NULL,'Seleziona almeno una lingua in cui tradurre.',NULL,'',0,'2018-11-12 23:39:26'),(939,947,'it',0,NULL,'Seleziona il file .po da caricare!',NULL,'',0,'2018-11-12 23:39:26'),(940,948,'it',0,NULL,'Aggiorna tutti i componenti che stai utilizzando.',NULL,'',0,'2018-11-12 23:39:26'),(941,949,'it',0,NULL,'Plugin',NULL,'',0,'2018-11-12 23:39:26'),(942,950,'it',0,NULL,'L\'articolo \"%s\" per %s verrà ignorato, poiché la traduzione è già in corso.',NULL,'',0,'2018-11-12 23:39:26'),(943,951,'it',0,NULL,'L\'articolo \"%s\" per %s verrà ignorato, poiché la traduzione è già in attesa di un traduttore.',NULL,'',0,'2018-11-12 23:39:26'),(944,952,'it',0,NULL,'Procedi',NULL,'',0,'2018-11-12 23:39:26'),(945,953,'it',0,NULL,'Ricrea tabelle della cache del database di Traduzione stringhe',NULL,'',0,'2018-11-12 23:39:26'),(946,954,'it',0,NULL,'Ricrea tabelle della cache di Traduzione stringhe, se mancanti o non valide.',NULL,'',0,'2018-11-12 23:39:26'),(947,955,'it',0,NULL,'Controlla le modifiche e aggiorna',NULL,'',0,'2018-11-12 23:39:26'),(948,956,'it',0,NULL,'Salva',NULL,'',0,'2018-11-12 23:39:26'),(949,957,'it',0,NULL,'Salva il seguente codice nel file wpml-config.xml nella directory principale del tuo tema o plugin.',NULL,'',0,'2018-11-12 23:39:26'),(950,958,'it',0,NULL,'Scansiona i plugin selezionati per rilevare le stringhe',NULL,'',0,'2018-11-12 23:39:26'),(951,959,'it',0,NULL,'Scansiona i temi selezionati per rilevare le stringhe',NULL,'',0,'2018-11-12 23:39:26'),(952,960,'it',0,NULL,'Scansione riuscita! WPML ha rilevato %s stringhe.',NULL,'',0,'2018-11-12 23:39:26'),(953,961,'it',0,NULL,'Scansione file: %s',NULL,'',0,'2018-11-12 23:39:26'),(954,962,'it',0,NULL,'Ricerca',NULL,'',0,'2018-11-12 23:39:26'),(955,963,'it',0,NULL,'Cerca:',NULL,'',0,'2018-11-12 23:39:26'),(956,964,'it',0,NULL,'Cerca sia nella lingua originale che nelle traduzioni. La ricerca nelle traduzioni potrebbe richiedere un po\' di tempo.',NULL,'',0,'2018-11-12 23:39:26'),(957,965,'it',0,NULL,'Seleziona tutto',NULL,'',0,'2018-11-12 23:39:26'),(958,966,'it',0,NULL,'Seleziona tutto',NULL,'',0,'2018-11-12 23:39:26'),(959,967,'it',0,NULL,'Seleziona il dominio:',NULL,'',0,'2018-11-12 23:39:26'),(960,968,'it',0,NULL,'Seleziona per quale dominio intendi impostare la lingua: ',NULL,'',0,'2018-11-12 23:39:26'),(961,969,'it',0,NULL,'Seleziona la priorità di traduzione delle stringhe:',NULL,'',0,'2018-11-12 23:39:26'),(962,970,'it',0,NULL,'Seleziona le stringhe all\'interno del dominio:',NULL,'',0,'2018-11-12 23:39:26'),(963,971,'it',0,NULL,'Seleziona a cosa servono le stringhe:',NULL,'',0,'2018-11-12 23:39:26'),(964,972,'it',0,NULL,'Seleziona quali stringhe visualizzare:',NULL,'',0,'2018-11-12 23:39:26'),(965,973,'it',0,NULL,'Invia per la traduzione',NULL,'',0,'2018-11-12 23:39:26'),(966,974,'it',0,NULL,'Imposta slug diversi nelle varie lingue per %s.',NULL,'',0,'2018-11-12 23:39:26'),(967,975,'it',0,NULL,'Imposta la lingua di origine di queste stringhe in:',NULL,'',0,'2018-11-12 23:39:26'),(968,976,'it',0,NULL,'Impostazioni salvate',NULL,'',0,'2018-11-12 23:39:26'),(969,977,'it',0,NULL,'Mostrare solo le stringhe che contengono %s',NULL,'',0,'2018-11-12 23:39:26'),(970,978,'it',0,NULL,'Salta',NULL,'',0,'2018-11-12 23:39:26'),(971,979,'it',0,NULL,'Omissione del file: %s',NULL,'',0,'2018-11-12 23:39:26'),(972,980,'it',0,NULL,'Traduzione degli slug',NULL,'',0,'2018-11-12 23:39:26'),(973,981,'it',0,NULL,'Alcune delle stringhe selezionate appartengono ai pacchetti. Puoi modificare solo la lingua di queste stringhe se sono state selezionate tutte le stringhe dei pacchetti.',NULL,'',0,'2018-11-12 23:39:26'),(974,982,'it',0,NULL,'Alcuni temi e plugin non impostano correttamente il textdomain (secondo argomento) nelle chiamate GetText. Quando si seleziona questa opzione, WPML presupporrà che le stringhe trovate nelle chiamate GetText dei file PHP del tema e del plugin dovranno avere il textdomain con il nome del tema/plugin.',NULL,'',0,'2018-11-12 23:39:26'),(975,983,'it',0,NULL,'Alcuni temi e plugin contengono enormi file .mo che richiedono molto tempo per caricarsi. WPML conosce già le stringhe di questi file e carica solo quelle necessarie per visualizzare ogni pagina.',NULL,'',0,'2018-11-12 23:39:26'),(976,984,'it',0,NULL,'Stato',NULL,'',0,'2018-11-12 23:39:26'),(977,985,'it',0,NULL,'Stringa',NULL,'',0,'2018-11-12 23:39:26'),(978,986,'it',0,NULL,'%s ti consente di visualizzare la provenienza della stringa, così potrai tradurla correttamente.',NULL,'',0,'2018-11-12 23:39:26'),(979,987,'it',0,NULL,'Monitoraggio delle stringhe',NULL,'',0,'2018-11-12 23:39:26'),(980,988,'it',0,NULL,'Deve analizzare i file PHP di origine e l\'output HTML.',NULL,'',0,'2018-11-12 23:39:26'),(981,989,'it',0,NULL,'Questa funzionalità impiega molta CPU e deve essere utilizzata solo se stai sviluppando dei siti.',NULL,'',0,'2018-11-12 23:39:26'),(982,990,'it',0,NULL,'Per evitare problemi di prestazioni, ricordati di disattivarla prima di passare alla produzione.',NULL,'',0,'2018-11-12 23:39:26'),(983,991,'it',0,NULL,'Traduzione stringhe',NULL,'',0,'2018-11-12 23:39:26'),(984,992,'it',0,NULL,'Traduzione stringhe',NULL,'',0,'2018-11-12 23:39:26'),(985,993,'it',0,NULL,'Le stringhe di tutti i domini testuali verranno escluse',NULL,'',0,'2018-11-12 23:39:26'),(986,994,'it',0,NULL,'Le stringhe di tutti i text domain verranno registrate automaticamente',NULL,'',0,'2018-11-12 23:39:26'),(987,995,'it',0,NULL,'Stringhe da tradurre',NULL,'',0,'2018-11-12 23:39:26'),(988,996,'it',0,NULL,'Stringhe nei plugin',NULL,'',0,'2018-11-12 23:39:26'),(989,997,'it',0,NULL,'Stringhe dei temi',NULL,'',0,'2018-11-12 23:39:26'),(990,998,'it',0,NULL,'Stringhe per pagina:',NULL,'',0,'2018-11-12 23:39:26'),(991,999,'it',0,NULL,'Traduzioni delle stringhe aggiornate',NULL,'',0,'2018-11-12 23:39:26'),(992,1000,'it',0,NULL,'Procedi',NULL,'',0,'2018-11-12 23:39:26'),(993,1001,'it',0,NULL,'Operazione riuscita!',NULL,'',0,'2018-11-12 23:39:26'),(994,1002,'it',0,NULL,'Textdomain',NULL,'',0,'2018-11-12 23:39:26'),(995,1003,'it',0,NULL,'Il database è stato aggiornato.',NULL,'',0,'2018-11-12 23:39:26'),(996,1004,'it',0,NULL,'I campi con lo sfondo <span%s>rosso</span> sono testuali mentre quelli con lo sfondo <span%s>celeste</span> sono numerici.',NULL,'',0,'2018-11-12 23:39:26'),(997,1005,'it',0,NULL,'I seguenti componenti risultano non aggiornati:',NULL,'',0,'2018-11-12 23:39:26'),(998,1006,'it',0,NULL,'Sono stati elaborati i seguenti file:',NULL,'',0,'2018-11-12 23:39:26'),(999,1007,'it',0,NULL,'Le stringhe selezionate possono ora essere tradotte dalla schermata <a%s>Traduzione stringhe</a>',NULL,'',0,'2018-11-12 23:39:26'),(1000,1008,'it',0,NULL,'Tema',NULL,'',0,'2018-11-12 23:39:26'),(1001,1009,'it',0,NULL,'Non c\'è nulla da aggiornare o da aggiungere.',NULL,'',0,'2018-11-12 23:39:26'),(1002,1010,'it',0,NULL,'Non c\'è niente da tradurre.',NULL,'',0,'2018-11-12 23:39:26'),(1003,1011,'it',0,NULL,'Queste sono le stringhe che abbiamo trovato nel tuo file .po. Esaminale con attenzione e poi clicca sui pulsanti \'aggiungi\' o \'annulla\' visibili %sin basso nella schermata%s. Puoi escludere singole stringhe deselezionando le caselle di controllo accanto ad esse.',NULL,'',0,'2018-11-12 23:39:26'),(1004,1012,'it',0,NULL,'Questo dominio attualmente contiene le seguenti stringhe:',NULL,'',0,'2018-11-12 23:39:26'),(1005,1013,'it',0,NULL,'Questa tabella mostra tutti i testi dell\'area di amministrazione trovati da WPML.',NULL,'',0,'2018-11-12 23:39:26'),(1006,1014,'it',0,NULL,'Questo aggiornamento contiene %d nuove stringhe e %d stringhe aggiornate. Puoi revisionare le stringhe qui in basso. Poi, vai %s e clicca sul pulsante Procedi.',NULL,'',0,'2018-11-12 23:39:26'),(1007,1015,'it',0,NULL,'Questo aggiornamento include %d nuove stringhe e %d stringhe aggiornate. Puoi esaminare le stringhe qui in basso. Poi, scorri <a%s>in basso nella pagina</a> e clicca sul pulsante Procedi.',NULL,'',0,'2018-11-12 23:39:26'),(1008,1016,'it',0,NULL,'Questa versione di WPML include delle nuove impostazioni che ti consentiranno di rendere più rapido il caricamento del tuo sito. Ti consigliamo di modificare le seguenti impostazioni, che sono tutte disponibili in WPML->Localizzazione del tema e dei plugin:',NULL,'',0,'2018-11-12 23:39:26'),(1009,1017,'it',0,NULL,'Questo widget è stato convertito in multilingue',NULL,'',0,'2018-11-12 23:39:26'),(1010,1018,'it',0,NULL,'Titolo:',NULL,'',0,'2018-11-12 23:39:26'),(1011,1019,'it',0,NULL,'Individua la posizione in cui appaiono le stringhe nel sito',NULL,'',0,'2018-11-12 23:39:26'),(1012,1020,'it',0,NULL,'Traduci gli slug degli articoli personalizzati e quelli delle basi delle tassonomie (tramite WPML String Translation).',NULL,'',0,'2018-11-12 23:39:26'),(1013,1021,'it',0,NULL,'Traduci stringhe',NULL,'',0,'2018-11-12 23:39:26'),(1014,1022,'it',0,NULL,'Traduci le stringhe in %s',NULL,'',0,'2018-11-12 23:39:26'),(1015,1023,'it',0,NULL,'Traduci le stringhe con TS e non caricare i file .mo',NULL,'',0,'2018-11-12 23:39:26'),(1016,1024,'it',0,NULL,'Traduci le stringhe dell\'area di amministrazione',NULL,'',0,'2018-11-12 23:39:26'),(1017,1025,'it',0,NULL,'Conversione caratteri dei nomi degli utenti: %s',NULL,'',0,'2018-11-12 23:39:26'),(1018,1026,'it',0,NULL,'Traduzione',NULL,'',0,'2018-11-12 23:39:26'),(1019,1027,'it',0,NULL,'Traduzione completata',NULL,'',0,'2018-11-12 23:39:26'),(1020,1028,'it',0,NULL,'La traduzione è stata completata',NULL,'',0,'2018-11-12 23:39:26'),(1021,1029,'it',0,NULL,'La traduzione è in corso',NULL,'',0,'2018-11-12 23:39:26'),(1022,1030,'it',0,NULL,'Memoria di traduzione delle stringhe',NULL,'',0,'2018-11-12 23:39:26'),(1023,1031,'it',0,NULL,'Traduzione necessaria',NULL,'',0,'2018-11-12 23:39:26'),(1024,1032,'it',0,NULL,'La traduzione richiede aggiornamento',NULL,'',0,'2018-11-12 23:39:26'),(1025,1033,'it',0,NULL,'Stato della traduzione:',NULL,'',0,'2018-11-12 23:39:26'),(1026,1034,'it',0,NULL,'Impossibile ottenere l\'accesso al file system',NULL,'',0,'2018-11-12 23:39:26'),(1027,1035,'it',0,NULL,'Aggiorna ora',NULL,'',0,'2018-11-12 23:39:26'),(1028,1036,'it',0,NULL,'È disponibile la traduzione in %s aggiornata',NULL,'',0,'2018-11-12 23:39:26'),(1029,1037,'it',0,NULL,'Traduzioni aggiornate (%d)',NULL,'',0,'2018-11-12 23:39:26'),(1030,1038,'it',0,NULL,'Usa la mia traduzione',NULL,'',0,'2018-11-12 23:39:26'),(1031,1039,'it',0,NULL,'Usa i text domain del tema o dei plugin quando le chiamate gettext non utilizzano una stringa letterale',NULL,'',0,'2018-11-12 23:39:26'),(1032,1040,'it',0,NULL,'Usa questa lingua come lingua predefinita per le nuove stringhe di questo dominio',NULL,'',0,'2018-11-12 23:39:26'),(1033,1041,'it',0,NULL,'Visualizza',NULL,'',0,'2018-11-12 23:39:26'),(1034,1042,'it',0,NULL,'WPML Package Translation risulta abilitato, ma non funzionante. Per funzionare richiede <a href=\"%s\">WPML</a>, String Translation e Translation Management.',NULL,'',0,'2018-11-12 23:39:26'),(1035,1043,'it',0,NULL,'String Translation di WPML è attivo, ma non funzionante, perché WPML non è stato aggiornato. Aggiorna prima WPML.',NULL,'',0,'2018-11-12 23:39:26'),(1036,1044,'it',0,NULL,'String Translation di WPML è attivo, ma non funzionante. Termina prima l\'installazione di WPML.',NULL,'',0,'2018-11-12 23:39:26'),(1037,1045,'it',0,NULL,'WPML String Translation invierà tutte le stringhe all\'editor di traduzione avanzato di WPML e ai servizi di traduzione utilizzati.',NULL,'',0,'2018-11-12 23:39:26'),(1038,1046,'it',0,NULL,'WPML Translation',NULL,'',0,'2018-11-12 23:39:26'),(1039,1047,'it',0,NULL,'L\'aggiornamento di WPML non è stato completato',NULL,'',0,'2018-11-12 23:39:26'),(1040,1048,'it',0,NULL,'WPML è in grado di inviare automaticamente le stringhe in traduzione. Ciò consente di tradurre i contenuti creati dall\'utente con  il minimo codice PHP.',NULL,'',0,'2018-11-12 23:39:26'),(1041,1049,'it',0,NULL,'WPML è in grado di individuare la posizione in cui appaiono le stringhe sulle pagine pubbliche. Attivando questa funzione abiliterai la funzionalità \'visualizza nella pagina\' e ne renderai più semplice la traduzione.',NULL,'',0,'2018-11-12 23:39:26'),(1042,1050,'it',0,NULL,'WPML richiede l\'aggiornamento del database. Questo aggiornamento aiuterà a migliorare le prestazioni di WPML nel recupero delle stringhe tradotte.',NULL,'',0,'2018-11-12 23:39:26'),(1043,1051,'it',0,NULL,'Account WPML.org ',NULL,'',0,'2018-11-12 23:39:26'),(1044,1052,'it',0,NULL,'In attesa di un traduttore',NULL,'',0,'2018-11-12 23:39:26'),(1045,1053,'it',0,NULL,'Abbiamo rilevato un problema con alcune tabelle del database. Contatta l\'%sassistenza di WPML%s per risolverlo.',NULL,'',0,'2018-11-12 23:39:26'),(1046,1054,'it',0,NULL,'Il widget è già stato convertito',NULL,'',0,'2018-11-12 23:39:26'),(1047,1055,'it',0,NULL,'Sì, disabilita completamente queste notifiche',NULL,'',0,'2018-11-12 23:39:26'),(1048,1056,'it',0,NULL,'Stai eseguendo una versione aggiornata di %s e di %s, ma i seguenti componenti risultano non aggiornati:',NULL,'',0,'2018-11-12 23:39:26'),(1049,1057,'it',0,NULL,'Stai eseguendo una versione aggiornata di %s, ma il seguente componente risulta non aggiornato:',NULL,'',0,'2018-11-12 23:39:26'),(1050,1058,'it',0,NULL,'Non puoi tradurre questa stringa perché non è stata inviata per la traduzione in questa lingua',NULL,'',0,'2018-11-12 23:39:26'),(1051,1059,'it',0,NULL,'Non puoi tradurre questa stringa perché è stata assegnata a un altro traduttore',NULL,'',0,'2018-11-12 23:39:26'),(1052,1060,'it',0,NULL,'Non puoi aggiungere i pacchetti di questa lingua al carrello poiché esso contiene già articoli, pacchetti o stringhe di un\'altra lingua d\'origine!\\n\\t\\t\\t\\t\\tInoltra il carrello corrente e poi aggiungi l\'articolo o elimina quelli dell\'altra lingua dal carrello corrente',NULL,'',0,'2018-11-12 23:39:26'),(1053,1061,'it',0,NULL,'Hai escluso: ',NULL,'',0,'2018-11-12 23:39:26'),(1054,1062,'it',0,NULL,'Ti è stato assegnato un nuovo lavoro di traduzione da %s a %s.\\n\\nInizia a editare: %s\\n\\nQui puoi visualizzare gli altri tuoi lavori di traduzione: %s\\n\\n Questo messaggio è stato inviato automaticamente da Translation Management attivo su WPML. Per non ricevere più queste notifiche, contatta l\'amministratore di sistema all\'indirizzo %s.\\n\\n Questa casella di posta non è monitorata e non riceveresti alcuna risposta.\\n\\n - Il team di WPML\\n',NULL,'',0,'2018-11-12 23:39:26'),(1055,1063,'it',0,NULL,'Ti è stato assegnato un nuovo lavoro di traduzione su %s.',NULL,'',0,'2018-11-12 23:39:26'),(1056,1064,'it',0,NULL,'Hai rimosso alcuni testi già tradotti. Le traduzioni andranno perse.',NULL,'',0,'2018-11-12 23:39:26'),(1057,1065,'it',0,NULL,'Hai selezionato delle stringhe che appartengono a un pacchetto. Seleziona tutte le stringhe del pacchetto interessato o deseleziona queste stringhe.',NULL,'',0,'2018-11-12 23:39:26'),(1058,1066,'it',0,NULL,'Hai incluso: ',NULL,'',0,'2018-11-12 23:39:26'),(1059,1067,'it',0,NULL,'Le pagine del tuo sito si caricheranno più velocemente',NULL,'',0,'2018-11-12 23:39:26'),(1060,1068,'it',0,NULL,'Il tuo sito non funzionerà come dovrebbe con questa configurazione',NULL,'',0,'2018-11-12 23:39:26'),(1061,1069,'it',0,NULL,'e altre',NULL,'',0,'2018-11-12 23:39:26'),(1062,1070,'it',0,NULL,'in fondo a questa pagina',NULL,'',0,'2018-11-12 23:39:26'),(1063,1071,'it',0,NULL,'modifica',NULL,'',0,'2018-11-12 23:39:26'),(1064,1072,'it',0,NULL,'nuova',NULL,'',0,'2018-11-12 23:39:26'),(1065,1073,'it',0,NULL,'nessuno',NULL,'',0,'2018-11-12 23:39:26'),(1066,1074,'it',0,NULL,'seleziona da esistenti',NULL,'',0,'2018-11-12 23:39:26'),(1067,1075,'it',0,NULL,'traduzioni',NULL,'',0,'2018-11-12 23:39:26'),(1068,1076,'it',0,NULL,'visualizza nella pagina',NULL,'',0,'2018-11-12 23:39:26'),(1069,1077,'it',0,NULL,'visualizza in origine',NULL,'',0,'2018-11-12 23:39:26'),(1070,1078,'it',0,NULL,'è stata disattivata automaticamente. Per riattivarla, vai in WPML->Localizzazione del tema e dei plugin.',NULL,'',0,'2018-11-12 23:39:26'),(1071,1079,'it',0,NULL,'Caricamento in corso',NULL,'',0,'2018-11-12 23:39:26'),(1072,1080,'it',0,NULL,'Pagina\n',NULL,'',0,'2018-11-12 23:39:26'),(1073,1081,'it',0,NULL,'di',NULL,'',0,'2018-11-12 23:39:26'),(1074,1082,'it',0,NULL,'* Questa opzione non è per disegno predefinito. (<a Href=\"http://www.cooltimeline.com/horizontal-timeline-flat-design\"> orizzontale Timeline </a>',NULL,'',0,'2018-11-12 23:39:26'),(1075,1083,'it',0,NULL,'* Questa opzione non è per disegno predefinito. (Controllare demo qui)',NULL,'',0,'2018-11-12 23:39:26'),(1076,1084,'it',0,NULL,'<%s class=\"timeline-main-title center-block\">%s</%s>',NULL,'',0,'2018-11-12 23:39:26'),(1077,1085,'it',0,NULL,'<p class=\"ctl_required\"> Inserisci l\'ordine della storia. </ p>',NULL,'',0,'2018-11-12 23:39:26'),(1078,1086,'it',0,NULL,'<p class=\"ctl_required\"> Seleziona la storia Storia Data / Anno / Ora. <strong> Formato data (mm / gg / aa hh: mm) </strong></p><h4 style=\"color:red;\" > Nota: - campo Disabilitato Anno Anno Dal Versione 2.5.Representing Story Anno dal dropdown di annotazione della storia storypicker </h4>',NULL,'',0,'2018-11-12 23:39:26'),(1079,1087,'it',0,NULL,'ASC',NULL,'',0,'2018-11-12 23:39:26'),(1080,1088,'it',0,NULL,'Inserisci\n',NULL,'',0,'2018-11-12 23:39:26'),(1081,1089,'it',0,NULL,'Aggiungi le animazioni Effetto all\'interno della linea temporale. Puoi controllare gli effetti dei demo Da <a target=\'_blank\' href=\'https://daneden.github.io/animate.css/\'> Animate.css </a>.',NULL,'',0,'2018-11-12 23:39:26'),(1082,1090,'it',0,NULL,'Aggiungi icona',NULL,'',0,'2018-11-12 23:39:26'),(1083,1091,'it',0,NULL,'Aggiungere nuova',NULL,'',0,'2018-11-12 23:39:26'),(1084,1092,'it',0,NULL,'Aggiungi nuovo elemento',NULL,'',0,'2018-11-12 23:39:26'),(1085,1093,'it',0,NULL,'Aggiungi nuova storia',NULL,'',0,'2018-11-12 23:39:26'),(1086,1094,'it',0,NULL,'Aggiungi URL video di Youtube e.g <small>https://www.youtube.com/watch?v=PLHo6uyICVk</small>',NULL,'',0,'2018-11-12 23:39:26'),(1087,1095,'it',0,NULL,'Aggiunta di modifica Vai al testo di collegamento indietro',NULL,'',0,'2018-11-12 23:39:26'),(1088,1096,'it',0,NULL,'Aggiungi etichetta personalizzata',NULL,'',0,'2018-11-12 23:39:26'),(1089,1097,'it',0,NULL,'Aggiungi altri file',NULL,'',0,'2018-11-12 23:39:26'),(1090,1098,'it',0,NULL,'Aggiungere o rimuovere elementi',NULL,'',0,'2018-11-12 23:39:26'),(1091,1099,'it',0,NULL,'Aggiungi seconda etichetta personalizzata',NULL,'',0,'2018-11-12 23:39:26'),(1092,1100,'it',0,NULL,'Aggiungi diapositive di diapositive',NULL,'',0,'2018-11-12 23:39:26'),(1093,1101,'it',0,NULL,'Ajax carica più',NULL,'',0,'2018-11-12 23:39:26'),(1094,1102,'it',0,NULL,'Tutti\n',NULL,'',0,'2018-11-12 23:39:26'),(1095,1103,'it',0,NULL,'Tutti gli articoli',NULL,'',0,'2018-11-12 23:39:26'),(1096,1104,'it',0,NULL,'tutte le storie',NULL,'',0,'2018-11-12 23:39:26'),(1097,1105,'it',0,NULL,'L\'opzione Animation Effects viene aggiunta nel generatore di codice breve nella versione 1.9 o successiva',NULL,'',0,'2018-11-12 23:39:26'),(1098,1106,'it',0,NULL,'effetto animazioni',NULL,'',0,'2018-11-12 23:39:26'),(1099,1107,'it',0,NULL,'Le impostazioni delle Storie di Autoplay?',NULL,'',0,'2018-11-12 23:39:26'),(1100,1108,'it',0,NULL,'Colore di sfondo\n',NULL,'',0,'2018-11-12 23:39:26'),(1101,1109,'it',0,NULL,'Impossibile eliminare il file. Qualcosa è sbagliato.',NULL,'',0,'2018-11-12 23:39:26'),(1102,1110,'it',0,NULL,'Categorie',NULL,'',0,'2018-11-12 23:39:26'),(1103,1111,'it',0,NULL,'Categoria Timeline specifica (Aggiungi categoria slug - virgola separata)',NULL,'',0,'2018-11-12 23:39:26'),(1104,1112,'it',0,NULL,'Scegliere tra i più utilizzati',NULL,'',0,'2018-11-12 23:39:26'),(1105,1113,'it',0,NULL,'Cerchio Colore',NULL,'',0,'2018-11-12 23:39:26'),(1106,1114,'it',0,NULL,'disegno classico',NULL,'',0,'2018-11-12 23:39:26'),(1107,1115,'it',0,NULL,'Layout compatto',NULL,'',0,'2018-11-12 23:39:26'),(1108,1116,'it',0,NULL,'Data e posizione del layout compatto',NULL,'',0,'2018-11-12 23:39:26'),(1109,1117,'it',0,NULL,'Sfondo del contenitore',NULL,'',0,'2018-11-12 23:39:26'),(1110,1118,'it',0,NULL,'Contenuto Colore carattere',NULL,'',0,'2018-11-12 23:39:26'),(1111,1119,'it',0,NULL,'Durata dei contenuti?',NULL,'',0,'2018-11-12 23:39:26'),(1112,1120,'it',0,NULL,'Tipo post di contenuto',NULL,'',0,'2018-11-12 23:39:26'),(1113,1121,'it',0,NULL,'Impostazioni della cronologia dei contenuti',NULL,'',0,'2018-11-12 23:39:26'),(1114,1122,'it',0,NULL,'Timeline dei contenuti (qualsiasi tipo di post). <br><br>\n		<code><strong>[cool-content-timeline post-type=\"post\" layout=\"default\" skin=\"default\" show-posts=\"20\" order=\"DESC\" icons=\"NO\"]</strong> </code>',NULL,'',0,'2018-11-12 23:39:26'),(1115,1123,'it',0,NULL,'Cool Timeline dei contenuti',NULL,'',0,'2018-11-12 23:39:26'),(1116,1124,'it',0,NULL,'Cool Timeline',NULL,'',0,'2018-11-12 23:39:26'),(1117,1125,'it',0,NULL,'Cool Timeline default',NULL,'',0,'2018-11-12 23:39:26'),(1118,1126,'it',0,NULL,'Cool Timeline Pro',NULL,'',0,'2018-11-12 23:39:26'),(1119,1127,'it',0,NULL,'Cool Timeline Team',NULL,'',0,'2018-11-12 23:39:26'),(1120,1128,'it',0,NULL,'Impossibile importare le impostazioni! (4)',NULL,'',0,'2018-11-12 23:39:26'),(1121,1129,'it',0,NULL,'Crea post di blog Timeline',NULL,'',0,'2018-11-12 23:39:26'),(1122,1130,'it',0,NULL,'Crea una linea temporale specifica per categorie (per impostazione predefinita - Tutte le categorie)',NULL,'',0,'2018-11-12 23:39:26'),(1123,1131,'it',0,NULL,'Creare chiaro, scuro o colorato Timeline',NULL,'',0,'2018-11-12 23:39:26'),(1124,1132,'it',0,NULL,'Creare chiaro, scuro o colorato Timeline.',NULL,'',0,'2018-11-12 23:39:26'),(1125,1133,'it',0,NULL,'Creare storie Timeline',NULL,'',0,'2018-11-12 23:39:26'),(1126,1134,'it',0,NULL,'costume',NULL,'',0,'2018-11-12 23:39:26'),(1127,1135,'it',0,NULL,'Ordine basato su ordinazione',NULL,'',0,'2018-11-12 23:39:26'),(1128,1136,'it',0,NULL,'Numero di ordinazione personalizzato',NULL,'',0,'2018-11-12 23:39:26'),(1129,1137,'it',0,NULL,'Stili personalizzati',NULL,'',0,'2018-11-12 23:39:26'),(1130,1138,'it',0,NULL,'Formati di data personalizzati',NULL,'',0,'2018-11-12 23:39:26'),(1131,1139,'it',0,NULL,'Stile personalizzato di storie timeline',NULL,'',0,'2018-11-12 23:39:26'),(1132,1140,'it',0,NULL,'D / M / Y',NULL,'',0,'2018-11-12 23:39:26'),(1133,1141,'it',0,NULL,'DESC',NULL,'',0,'2018-11-12 23:39:26'),(1134,1142,'it',0,NULL,'Data basata',NULL,'',0,'2018-11-12 23:39:26'),(1135,1143,'it',0,NULL,'formati di data',NULL,'',0,'2018-11-12 23:39:26'),(1136,1144,'it',0,NULL,'Impostazioni data',NULL,'',0,'2018-11-12 23:39:26'),(1137,1145,'it',0,NULL,'Predefinito',NULL,'',0,'2018-11-12 23:39:26'),(1138,1146,'it',0,NULL,'Predefinito (data basata)',NULL,'',0,'2018-11-12 23:39:26'),(1139,1147,'it',0,NULL,'Layout predefinito (entrambi i lati verticali)',NULL,'',0,'2018-11-12 23:39:26'),(1140,1148,'it',0,NULL,'Predefinito (immagine)',NULL,'',0,'2018-11-12 23:39:26'),(1141,1149,'it',0,NULL,'Elimina\n',NULL,'',0,'2018-11-12 23:39:26'),(1142,1150,'it',0,NULL,'Elimina l\'immagine',NULL,'',0,'2018-11-12 23:39:26'),(1143,1151,'it',0,NULL,'Elimina questa immagine',NULL,'',0,'2018-11-12 23:39:26'),(1144,1152,'it',0,NULL,'Disattiva le date delle storie?',NULL,'',0,'2018-11-12 23:39:26'),(1145,1153,'it',0,NULL,'Icone di visualizzazione nelle storie della cronologia. Per impostazione predefinita è Dot.',NULL,'',0,'2018-11-12 23:39:26'),(1146,1154,'it',0,NULL,'Visualizza post Meta (Categorie, Tag)?',NULL,'',0,'2018-11-12 23:39:26'),(1147,1155,'it',0,NULL,'Mostra Stories Blocchi / Colonne',NULL,'',0,'2018-11-12 23:39:26'),(1148,1156,'it',0,NULL,'Visualizza il titolo?',NULL,'',0,'2018-11-12 23:39:26'),(1149,1157,'it',0,NULL,'Visualizza ancora di più?',NULL,'',0,'2018-11-12 23:39:26'),(1150,1158,'it',0,NULL,'Non cambiare questo se stai creando i post di blog Timeline o definisci il tipo di contenuto della tua timeline come: - Post',NULL,'',0,'2018-11-12 23:39:26'),(1151,1159,'it',0,NULL,'Non modificare questa se si sta creando Blog Messaggi Timeline o Definire Tipo di contenuto tassonomia.',NULL,'',0,'2018-11-12 23:39:26'),(1152,1160,'it',0,NULL,'Scarica l\'esportazione',NULL,'',0,'2018-11-12 23:39:26'),(1153,1161,'it',0,NULL,'Modifica elemento',NULL,'',0,'2018-11-12 23:39:26'),(1154,1162,'it',0,NULL,'Modifica brano',NULL,'',0,'2018-11-12 23:39:26'),(1155,1163,'it',0,NULL,'design elegante',NULL,'',0,'2018-11-12 23:39:26'),(1156,1164,'it',0,NULL,'Abilita la paginazione?',NULL,'',0,'2018-11-12 23:39:26'),(1157,1165,'it',0,NULL,'Abilita la navigazione a scorrimento?',NULL,'',0,'2018-11-12 23:39:26'),(1158,1166,'it',0,NULL,'Abilita i filtri di categoria?',NULL,'',0,'2018-11-12 23:39:26'),(1159,1167,'it',0,NULL,'Abilita la data colore personalizzata',NULL,'',0,'2018-11-12 23:39:26'),(1160,1168,'it',0,NULL,'Abilita gli stili di date personalizzati',NULL,'',0,'2018-11-12 23:39:26'),(1161,1169,'it',0,NULL,'Immettere la velocità in millisecondi 1000 = 1 secondo',NULL,'',0,'2018-11-12 23:39:26'),(1162,1170,'it',0,NULL,'Errori nel salvataggio delle modifiche',NULL,'',0,'2018-11-12 23:39:26'),(1163,1171,'it',0,NULL,'Codice esportazione',NULL,'',0,'2018-11-12 23:39:26'),(1164,1172,'it',0,NULL,'Impostazioni aggiuntive',NULL,'',0,'2018-11-12 23:39:26'),(1165,1173,'it',0,NULL,'F j',NULL,'',0,'2018-11-12 23:39:26'),(1166,1174,'it',0,NULL,'F j Y',NULL,'',0,'2018-11-12 23:39:26'),(1167,1175,'it',0,NULL,'F j Y g:i A',NULL,'',0,'2018-11-12 23:39:26'),(1168,1176,'it',0,NULL,'falso',NULL,'',0,'2018-11-12 23:39:26'),(1169,1177,'it',0,NULL,'Primo colore',NULL,'',0,'2018-11-12 23:39:26'),(1170,1178,'it',0,NULL,'Design piatto',NULL,'',0,'2018-11-12 23:39:26'),(1171,1179,'it',0,NULL,'Pieno\n',NULL,'',0,'2018-11-12 23:39:26'),(1172,1180,'it',0,NULL,'Testo intero\n',NULL,'',0,'2018-11-12 23:39:26'),(1173,1181,'it',0,NULL,'impostazioni generali\n',NULL,'',0,'2018-11-12 23:39:26'),(1174,1182,'it',0,NULL,'Ottieni l\'esportazione',NULL,'',0,'2018-11-12 23:39:26'),(1175,1183,'it',0,NULL,'Tornare indietro il testo del link',NULL,'',0,'2018-11-12 23:39:26'),(1176,1184,'it',0,NULL,'layout orizzontale',NULL,'',0,'2018-11-12 23:39:26'),(1177,1185,'it',0,NULL,'Layout orizzontale (questa opzione solo per cronologia dei contenuti)',NULL,'',0,'2018-11-12 23:39:26'),(1178,1186,'it',0,NULL,'Timeline orizzontale',NULL,'',0,'2018-11-12 23:39:26'),(1179,1187,'it',0,NULL,'Timeline orizzontale. <br><br>\n		<code><strong>[cool-timeline type=\"horizontal\" category=\"{add here story category id}\" skin=\"default\" show-posts=\"20\" order=\"DESC\" icons=\"NO\"]</strong> </code>',NULL,'',0,'2018-11-12 23:39:26'),(1180,1188,'it',0,NULL,'Icone',NULL,'',0,'2018-11-12 23:39:26'),(1181,1189,'it',0,NULL,'Importare',NULL,'',0,'2018-11-12 23:39:26'),(1182,1190,'it',0,NULL,'Codice di importazione',NULL,'',0,'2018-11-12 23:39:26'),(1183,1191,'it',0,NULL,'Elenco elementi',NULL,'',0,'2018-11-12 23:39:26'),(1184,1192,'it',0,NULL,'Navigazione dell\'elenco degli elementi',NULL,'',0,'2018-11-12 23:39:26'),(1185,1193,'it',0,NULL,'Leggero',NULL,'',0,'2018-11-12 23:39:26'),(1186,1194,'it',0,NULL,'Colore della linea',NULL,'',0,'2018-11-12 23:39:26'),(1187,1195,'it',0,NULL,'Carica più',NULL,'',0,'2018-11-12 23:39:26'),(1188,1196,'it',0,NULL,'Titolo principale\n',NULL,'',0,'2018-11-12 23:39:26'),(1189,1197,'it',0,NULL,'Migrare le storie dalla versione gratuita a Pro',NULL,'',0,'2018-11-12 23:39:26'),(1190,1198,'it',0,NULL,'Migrare il contenuto',NULL,'',0,'2018-11-12 23:39:26'),(1191,1199,'it',0,NULL,'migrazioni',NULL,'',0,'2018-11-12 23:39:26'),(1192,1200,'it',0,NULL,'NO',NULL,'',0,'2018-11-12 23:39:26'),(1193,1201,'it',0,NULL,'Impostazioni di navigazione',NULL,'',0,'2018-11-12 23:39:26'),(1194,1202,'it',0,NULL,'Nuovo Nome dell\'articolo',NULL,'',0,'2018-11-12 23:39:26'),(1195,1203,'it',0,NULL,'Nuova storia',NULL,'',0,'2018-11-12 23:39:26'),(1196,1204,'it',0,NULL,'No',NULL,'',0,'2018-11-12 23:39:26'),(1197,1205,'it',0,NULL,'Nessuna storia è disponibile per la migrazione',NULL,'',0,'2018-11-12 23:39:26'),(1198,1206,'it',0,NULL,'Nessun oggetto',NULL,'',0,'2018-11-12 23:39:26'),(1199,1207,'it',0,NULL,'Nessuna',NULL,'',0,'2018-11-12 23:39:26'),(1200,1208,'it',0,NULL,'Non trovato',NULL,'',0,'2018-11-12 23:39:26'),(1201,1209,'it',0,NULL,'Non valido\n',NULL,'',0,'2018-11-12 23:39:26'),(1202,1210,'it',0,NULL,'Non trovato',NULL,'',0,'2018-11-12 23:39:26'),(1203,1211,'it',0,NULL,'Non trovato nel Cestino',NULL,'',0,'2018-11-12 23:39:26'),(1204,1212,'it',0,NULL,'Nota: -Ajax Load More non è disponibile per il layout orizzontale.',NULL,'',0,'2018-11-12 23:39:26'),(1205,1213,'it',0,NULL,'Nota: -Please aggiungere valore nel campo Tassonomia prima di utilizzarlo.',NULL,'',0,'2018-11-12 23:39:26'),(1206,1214,'it',0,NULL,'Numero di storie da visualizzare?',NULL,'',0,'2018-11-12 23:39:26'),(1207,1215,'it',0,NULL,'Sopra la data / etichetta al di sotto del titolo',NULL,'',0,'2018-11-12 23:39:26'),(1208,1216,'it',0,NULL,'Sul titolo superiore sotto la data / etichetta',NULL,'',0,'2018-11-12 23:39:26'),(1209,1217,'it',0,NULL,'Un layout laterale (verticale uno lato)',NULL,'',0,'2018-11-12 23:39:26'),(1210,1218,'it',0,NULL,'Ordine',NULL,'',0,'2018-11-12 23:39:26'),(1211,1219,'it',0,NULL,'Ordine <span class=\"ctl_required\">*</span>',NULL,'',0,'2018-11-12 23:39:26'),(1212,1220,'it',0,NULL,'Paginazione?',NULL,'',0,'2018-11-12 23:39:26'),(1213,1221,'it',0,NULL,'Impostazioni di pagine aggiunte nel codice generatore di codice in versione 2.4',NULL,'',0,'2018-11-12 23:39:26'),(1214,1222,'it',0,NULL,'Voce genitore',NULL,'',0,'2018-11-12 23:39:26'),(1215,1223,'it',0,NULL,'Voce principale:',NULL,'',0,'2018-11-12 23:39:26'),(1216,1224,'it',0,NULL,'Aggiungere categorie predefinite di icone di storie da qui <a target=\"_blank\" href=\"http://fontawesome.io/icons\"> Carattere impressionante </a>',NULL,'',0,'2018-11-12 23:39:26'),(1217,1225,'it',0,NULL,'Inserisci il numero di parole',NULL,'',0,'2018-11-12 23:39:26'),(1218,1226,'it',0,NULL,'Utilizza sotto il codice aggiunto aggiunto per la timeline predefinita.  <br><br>\n		<code><strong>[cool-timeline layout=\"default\" skin=\"default\" show-posts=\"20\" order=\"DESC\" icons=\"NO\"] </strong> </code>',NULL,'',0,'2018-11-12 23:39:26'),(1219,1227,'it',0,NULL,'Utilizza il codice aggiunto aggiunto qui sotto per la temporizzazione multipla (timeline basato sulla categoria). <br> <br> <code><strong>[cool-timeline  layout=\"default\"  skin=\"default\"  order=\"DESC\" icons=\"NO\" category=\"{add here story category id}\" show-posts=\"20\"] </strong></code>',NULL,'',0,'2018-11-12 23:39:26'),(1220,1228,'it',0,NULL,'Articoli popolari',NULL,'',0,'2018-11-12 23:39:26'),(1221,1229,'it',0,NULL,'Storie Timeline',NULL,'',0,'2018-11-12 23:39:26'),(1222,1230,'it',0,NULL,'Storie Timeline',NULL,'',0,'2018-11-12 23:39:26'),(1223,1231,'it',0,NULL,'Leggi di più',NULL,'',0,'2018-11-12 23:39:26'),(1224,1232,'it',0,NULL,'Aggiorna questa pagina',NULL,'',0,'2018-11-12 23:39:26'),(1225,1233,'it',0,NULL,'Ricorda di salvare nuovamente il permalink nelle impostazioni -> Permalinks.',NULL,'',0,'2018-11-12 23:39:26'),(1226,1234,'it',0,NULL,'Rimuovere',NULL,'',0,'2018-11-12 23:39:26'),(1227,1235,'it',0,NULL,'Save Changes\n',NULL,'',0,'2018-11-12 23:39:26'),(1228,1236,'it',0,NULL,'Scorrere la posizione di navigazione?',NULL,'',0,'2018-11-12 23:39:26'),(1229,1237,'it',0,NULL,'Cerca oggetti',NULL,'',0,'2018-11-12 23:39:26'),(1230,1238,'it',0,NULL,'Storia di ricerca',NULL,'',0,'2018-11-12 23:39:26'),(1231,1239,'it',0,NULL,'Secondo colore',NULL,'',0,'2018-11-12 23:39:26'),(1232,1240,'it',0,NULL,'Selezionare File',NULL,'',0,'2018-11-12 23:39:26'),(1233,1241,'it',0,NULL,'Selezionare l\'icona Awesome Font',NULL,'',0,'2018-11-12 23:39:26'),(1234,1242,'it',0,NULL,'Seleziona Categoria storie',NULL,'',0,'2018-11-12 23:39:26'),(1235,1243,'it',0,NULL,'Selezionare l\'icona Storia',NULL,'',0,'2018-11-12 23:39:26'),(1236,1244,'it',0,NULL,'Seleziona un colore',NULL,'',0,'2018-11-12 23:39:26'),(1237,1245,'it',0,NULL,'Selezionare no di articoli',NULL,'',0,'2018-11-12 23:39:26'),(1238,1246,'it',0,NULL,'Selezionare il numero di articoli',NULL,'',0,'2018-11-12 23:39:26'),(1239,1247,'it',0,NULL,'Seleziona il layout della timeline',NULL,'',0,'2018-11-12 23:39:26'),(1240,1248,'it',0,NULL,'Separa elementi con virgole',NULL,'',0,'2018-11-12 23:39:26'),(1241,1249,'it',0,NULL,'Impostazione importata, assicuratevi',NULL,'',0,'2018-11-12 23:39:26'),(1242,1250,'it',0,NULL,'Impostazioni salvate.\n',NULL,'',0,'2018-11-12 23:39:26'),(1243,1251,'it',0,NULL,'Mostra i post di blog specifici di categoria. Come per cooltimeline.com/category/fb-history/ it will be <b>fb-history</b>',NULL,'',0,'2018-11-12 23:39:26'),(1244,1252,'it',0,NULL,'Mostra i post di blog specifici dei tag. Come per   cooltimeline.com/tag/fb-history/ it will be <b>fb-history</b>.',NULL,'',0,'2018-11-12 23:39:26'),(1245,1253,'it',0,NULL,'Mostra la data o l\'etichetta / testo personalizzati insieme a storie della cronologia.',NULL,'',0,'2018-11-12 23:39:26'),(1246,1254,'it',0,NULL,'Mostra ritorna al link timeline nella pagina singola storia (dettaglio).',NULL,'',0,'2018-11-12 23:39:26'),(1247,1255,'it',0,NULL,'Mostra vai al link indietro?',NULL,'',0,'2018-11-12 23:39:26'),(1248,1256,'it',0,NULL,'Mostra il numero di storie',NULL,'',0,'2018-11-12 23:39:26'),(1249,1257,'it',0,NULL,'Mostra numero di posti',NULL,'',0,'2018-11-12 23:39:26'),(1250,1258,'it',0,NULL,'Diapositiva\n',NULL,'',0,'2018-11-12 23:39:26'),(1251,1259,'it',0,NULL,'Velocità diapositiva?',NULL,'',0,'2018-11-12 23:39:26'),(1252,1260,'it',0,NULL,'Animazione slider?',NULL,'',0,'2018-11-12 23:39:26'),(1253,1261,'it',0,NULL,'Presentazione',NULL,'',0,'2018-11-12 23:39:26'),(1254,1262,'it',0,NULL,'Piccolo\n',NULL,'',0,'2018-11-12 23:39:26'),(1255,1263,'it',0,NULL,'Siamo spiacenti, Non hai ancora aggiunto alcun storia',NULL,'',0,'2018-11-12 23:39:26'),(1256,1264,'it',0,NULL,'Storie Date Formati?',NULL,'',0,'2018-11-12 23:39:26'),(1257,1265,'it',0,NULL,'Storie Date Settings',NULL,'',0,'2018-11-12 23:39:26'),(1258,1266,'it',0,NULL,'Icona predefinita delle storie',NULL,'',0,'2018-11-12 23:39:26'),(1259,1267,'it',0,NULL,'Storie Descrizione?',NULL,'',0,'2018-11-12 23:39:26'),(1260,1268,'it',0,NULL,'Storie Immagini?',NULL,'',0,'2018-11-12 23:39:26'),(1261,1269,'it',0,NULL,'Storie Ordine?',NULL,'',0,'2018-11-12 23:39:26'),(1262,1270,'it',0,NULL,'Storie Leggi di più Testo',NULL,'',0,'2018-11-12 23:39:26'),(1263,1271,'it',0,NULL,'Storie Impostazioni',NULL,'',0,'2018-11-12 23:39:26'),(1264,1272,'it',0,NULL,'Storie Slideshow?',NULL,'',0,'2018-11-12 23:39:26'),(1265,1273,'it',0,NULL,'Storie date Stile carattere',NULL,'',0,'2018-11-12 23:39:26'),(1266,1274,'it',0,NULL,'Le storie hanno colore',NULL,'',0,'2018-11-12 23:39:26'),(1267,1275,'it',0,NULL,'Storie formati di data, ad esempio D, M, Y <a  target=\"_blank\" href=\"http://php.net/manual/en/function.date.php\"> Clicca qui per visualizzare di più </a>',NULL,'',0,'2018-11-12 23:39:26'),(1268,1276,'it',0,NULL,'Colore di sfondo della storia',NULL,'',0,'2018-11-12 23:39:26'),(1269,1277,'it',0,NULL,'Storia basata su',NULL,'',0,'2018-11-12 23:39:26'),(1270,1278,'it',0,NULL,'Storia Colore',NULL,'',0,'2018-11-12 23:39:26'),(1271,1279,'it',0,NULL,'Contenuto della storia',NULL,'',0,'2018-11-12 23:39:26'),(1272,1280,'it',0,NULL,'Etichetta Personalizzata Storia',NULL,'',0,'2018-11-12 23:39:26'),(1273,1281,'it',0,NULL,'Storia Ordine personalizzato',NULL,'',0,'2018-11-12 23:39:26'),(1274,1282,'it',0,NULL,'Data della storia',NULL,'',0,'2018-11-12 23:39:26'),(1275,1283,'it',0,NULL,'Storia Data / Anno <span class=\"ctl_required\">*</span>',NULL,'',0,'2018-11-12 23:39:26'),(1276,1284,'it',0,NULL,'Story Formato',NULL,'',0,'2018-11-12 23:39:26'),(1277,1285,'it',0,NULL,'Migrazioni delle storie',NULL,'',0,'2018-11-12 23:39:26'),(1278,1286,'it',0,NULL,'Titolo della storia',NULL,'',0,'2018-11-12 23:39:26'),(1279,1287,'it',0,NULL,'Colore titolo del racconto',NULL,'',0,'2018-11-12 23:39:26'),(1280,1288,'it',0,NULL,'Stile titolo stile?',NULL,'',0,'2018-11-12 23:39:26'),(1281,1289,'it',0,NULL,'Anno di storia',NULL,'',0,'2018-11-12 23:39:26'),(1282,1290,'it',0,NULL,'Collegamento personalizzato della storia',NULL,'',0,'2018-11-12 23:39:26'),(1283,1291,'it',0,NULL,'Dimensione dell\'immagine della storia',NULL,'',0,'2018-11-12 23:39:26'),(1284,1292,'it',0,NULL,'Impostazioni di stile',NULL,'',0,'2018-11-12 23:39:26'),(1285,1293,'it',0,NULL,'Sommario\n',NULL,'',0,'2018-11-12 23:39:26'),(1286,1294,'it',0,NULL,'imeline specifica per il tag (aggiungi la categoria categoria)',NULL,'',0,'2018-11-12 23:39:26'),(1287,1295,'it',0,NULL,'Categorie',NULL,'',0,'2018-11-12 23:39:26'),(1288,1296,'it',0,NULL,'Nome della tassonomia',NULL,'',0,'2018-11-12 23:39:26'),(1289,1297,'it',0,NULL,'Categorie',NULL,'',0,'2018-11-12 23:39:26'),(1290,1298,'it',0,NULL,'Questa opzione viene ignorata dal codice in V2.1. Controlli prego il generatore di codice di codice.',NULL,'',0,'2018-11-12 23:39:26'),(1291,1299,'it',0,NULL,'Questa opzione viene sovrascritta dal codice corto. Controlli prego il generatore di codice di codice.',NULL,'',0,'2018-11-12 23:39:26'),(1292,1300,'it',0,NULL,'Questa opzione viene sovrascritta dal codice corto. Controlli prego il generatore di codice di codice.',NULL,'',0,'2018-11-12 23:39:26'),(1293,1301,'it',0,NULL,'Questa opzione non è per desgin di default.',NULL,'',0,'2018-11-12 23:39:26'),(1294,1302,'it',0,NULL,'Timeline basata su',NULL,'',0,'2018-11-12 23:39:26'),(1295,1303,'it',0,NULL,'disegni Timeline',NULL,'',0,'2018-11-12 23:39:26'),(1296,1304,'it',0,NULL,'Visualizzazione timeline',NULL,'',0,'2018-11-12 23:39:26'),(1297,1305,'it',0,NULL,'Layout Timeline',NULL,'',0,'2018-11-12 23:39:26'),(1298,1306,'it',0,NULL,'Timeline Messaggio Tipo Descrizione',NULL,'',0,'2018-11-12 23:39:26'),(1299,1307,'it',0,NULL,'Timeline Scorrimento Impostazioni di navigazione',NULL,'',0,'2018-11-12 23:39:26'),(1300,1308,'it',0,NULL,'Timeline partendo dalla storia (2)',NULL,'',0,'2018-11-12 23:39:26'),(1301,1309,'it',0,NULL,'Timeline A partire da Storia (2)',NULL,'',0,'2018-11-12 23:39:26'),(1302,1310,'it',0,NULL,'Storie Timeline',NULL,'',0,'2018-11-12 23:39:26'),(1303,1311,'it',0,NULL,'Storie Timeline date formati personalizzati',NULL,'',0,'2018-11-12 23:39:26'),(1304,1312,'it',0,NULL,'Storie Timeline Ordina per: - disc (2017-1900), ASC (1900-2017)',NULL,'',0,'2018-11-12 23:39:26'),(1305,1313,'it',0,NULL,'Titolo Timeline (predefinito)',NULL,'',0,'2018-11-12 23:39:26'),(1306,1314,'it',0,NULL,'Timeline Tipo',NULL,'',0,'2018-11-12 23:39:26'),(1307,1315,'it',0,NULL,'Timeline immagine predefinita',NULL,'',0,'2018-11-12 23:39:26'),(1308,1316,'it',0,NULL,'pelle Timeline',NULL,'',0,'2018-11-12 23:39:26'),(1309,1317,'it',0,NULL,'Impostazioni della storia della cronologia',NULL,'',0,'2018-11-12 23:39:26'),(1310,1318,'it',0,NULL,'Allineamento del titolo?',NULL,'',0,'2018-11-12 23:39:26'),(1311,1319,'it',0,NULL,'Titolo Titolo Tag',NULL,'',0,'2018-11-12 23:39:26'),(1312,1320,'it',0,NULL,'Per importare le impostazioni salvate, incollare l\'output Esporta in nella casella Codice importazione e fare clic su Importa.',NULL,'',0,'2018-11-12 23:39:26'),(1313,1321,'it',0,NULL,'Vero\n',NULL,'',0,'2018-11-12 23:39:26'),(1314,1322,'it',0,NULL,'Impostazioni di tipografia',NULL,'',0,'2018-11-12 23:39:26'),(1315,1323,'it',0,NULL,'Errore sconosciuto\n',NULL,'',0,'2018-11-12 23:39:26'),(1316,1324,'it',0,NULL,'Aggiornamento Item',NULL,'',0,'2018-11-12 23:39:26'),(1317,1325,'it',0,NULL,'Aggiorna la storia',NULL,'',0,'2018-11-12 23:39:26'),(1318,1326,'it',0,NULL,'Carica immagine\n',NULL,'',0,'2018-11-12 23:39:26'),(1319,1327,'it',0,NULL,'Carica nuovi file',NULL,'',0,'2018-11-12 23:39:26'),(1320,1328,'it',0,NULL,'File caricati',NULL,'',0,'2018-11-12 23:39:26'),(1321,1329,'it',0,NULL,'Utilizza il plugin Cool Timesline pro wordpress per mostrare la tua vita o la tua storia aziendale in un formato temporale verticale. Cool Timeline Pro è un avanzato plugin timeline che crea automaticamente una storia verticale in ordine cronologico in base all\'anno e alla data dei tuoi messaggi.',NULL,'',0,'2018-11-12 23:39:26'),(1322,1330,'it',0,NULL,'Utilizza questo file',NULL,'',0,'2018-11-12 23:39:26'),(1323,1331,'it',0,NULL,'Utilizza questa immagine',NULL,'',0,'2018-11-12 23:39:26'),(1324,1332,'it',0,NULL,'Categorie\n',NULL,'',0,'2018-11-12 23:39:26'),(1325,1333,'it',0,NULL,'tag',NULL,'',0,'2018-11-12 23:39:26'),(1326,1334,'it',0,NULL,', ',NULL,'',0,'2018-11-12 23:39:26'),(1327,1335,'it',0,NULL,'Verticale Entrambe le parti',NULL,'',0,'2018-11-12 23:39:26'),(1328,1336,'it',0,NULL,'Timeline verticale (Default)',NULL,'',0,'2018-11-12 23:39:26'),(1329,1337,'it',0,NULL,'Layout temporale verticale',NULL,'',0,'2018-11-12 23:39:26'),(1330,1338,'it',0,NULL,'Verticale uno lato',NULL,'',0,'2018-11-12 23:39:26'),(1331,1339,'it',0,NULL,'Video\n',NULL,'',0,'2018-11-12 23:39:26'),(1332,1340,'it',0,NULL,'Visualizza l\'oggetto',NULL,'',0,'2018-11-12 23:39:26'),(1333,1341,'it',0,NULL,'Visualizza la storia',NULL,'',0,'2018-11-12 23:39:26'),(1334,1342,'it',0,NULL,'Y',NULL,'',0,'2018-11-12 23:39:26'),(1335,1343,'it',0,NULL,'Y-m-d',NULL,'',0,'2018-11-12 23:39:26'),(1336,1344,'it',0,NULL,'SÌ',NULL,'',0,'2018-11-12 23:39:26'),(1337,1345,'it',0,NULL,'sì\n',NULL,'',0,'2018-11-12 23:39:26'),(1338,1346,'it',0,NULL,'È possibile mostrare Impaginazione Dopo questi messaggi in verticale Timeline.',NULL,'',0,'2018-11-12 23:39:26'),(1339,1347,'it',0,NULL,'Non è possibile migrare nessuna storia',NULL,'',0,'2018-11-12 23:39:26'),(1340,1348,'it',0,NULL,'Non hai sufficienti autorizzazioni per modificare i modelli per questo sito.',NULL,'',0,'2018-11-12 23:39:26'),(1341,1349,'it',0,NULL,'Hai migrato correttamente i contenuti',NULL,'',0,'2018-11-12 23:39:26'),(1342,1350,'it',0,NULL,'bounceInDown',NULL,'',0,'2018-11-12 23:39:26'),(1343,1351,'it',0,NULL,'bounceInLeft',NULL,'',0,'2018-11-12 23:39:26'),(1344,1352,'it',0,NULL,'bounceInRight',NULL,'',0,'2018-11-12 23:39:26'),(1345,1353,'it',0,NULL,'bounceInUp',NULL,'',0,'2018-11-12 23:39:26'),(1346,1354,'it',0,NULL,'categoria',NULL,'',0,'2018-11-12 23:39:26'),(1347,1355,'it',0,NULL,'Categoria Storia',NULL,'',0,'2018-11-12 23:39:26'),(1348,1356,'it',0,NULL,'Titolo della storia',NULL,'',0,'2018-11-12 23:39:26'),(1349,1357,'it',0,NULL,'cool-timeline',NULL,'',0,'2018-11-12 23:39:26'),(1350,1358,'it',0,NULL,'d MM yy',NULL,'',0,'2018-11-12 23:39:26'),(1351,1359,'it',0,NULL,'d / M / Y',NULL,'',0,'2018-11-12 23:39:26'),(1352,1360,'it',0,NULL,'d/m/Y',NULL,'',0,'2018-11-12 23:39:26'),(1353,1361,'it',0,NULL,'d / m / Y, H: i',NULL,'',0,'2018-11-12 23:39:26'),(1354,1362,'it',0,NULL,'buio',NULL,'',0,'2018-11-12 23:39:26'),(1355,1363,'it',0,NULL,'fadein',NULL,'',0,'2018-11-12 23:39:26'),(1356,1364,'it',0,NULL,'capovolgere',NULL,'',0,'2018-11-12 23:39:26'),(1357,1365,'it',0,NULL,'http://www.cooltimeline.com',NULL,'',0,'2018-11-12 23:39:26'),(1358,1366,'it',0,NULL,'gelatina',NULL,'',0,'2018-11-12 23:39:26'),(1359,1367,'it',0,NULL,'m/d/Y',NULL,'',0,'2018-11-12 23:39:26'),(1360,1368,'it',0,NULL,'inviare',NULL,'',0,'2018-11-12 23:39:26'),(1361,1369,'it',0,NULL,'rotatein',NULL,'',0,'2018-11-12 23:39:26'),(1362,1370,'it',0,NULL,'scuotere',NULL,'',0,'2018-11-12 23:39:26'),(1363,1371,'it',0,NULL,'slideInDown',NULL,'',0,'2018-11-12 23:39:26'),(1364,1372,'it',0,NULL,'slideInLeft',NULL,'',0,'2018-11-12 23:39:26'),(1365,1373,'it',0,NULL,'slideInRight',NULL,'',0,'2018-11-12 23:39:26'),(1366,1374,'it',0,NULL,'slideInUp',NULL,'',0,'2018-11-12 23:39:26'),(1367,1375,'it',0,NULL,'swing',NULL,'',0,'2018-11-12 23:39:26'),(1368,1376,'it',0,NULL,'oscillare',NULL,'',0,'2018-11-12 23:39:26'),(1369,1377,'it',0,NULL,'#%d (senza titolo)',NULL,'',0,'2018-11-12 23:39:30'),(1370,1378,'it',0,NULL,'%1$s %2$d',NULL,'',0,'2018-11-12 23:39:30'),(1371,1379,'it',0,NULL,'Feed %1$s %2$s %3$s %4$s',NULL,'',0,'2018-11-12 23:39:30'),(1372,1380,'it',0,NULL,'%1$s %2$s %3$s Feed della categoria',NULL,'',0,'2018-11-12 23:39:30'),(1373,1381,'it',0,NULL,'%1$s %2$s %3$s Feed dei commenti',NULL,'',0,'2018-11-12 23:39:30'),(1374,1382,'it',0,NULL,'%1$s %2$s %3$s Feed',NULL,'',0,'2018-11-12 23:39:30'),(1375,1383,'it',0,NULL,'%1$s %2$s %3$s Feed del tag',NULL,'',0,'2018-11-12 23:39:30'),(1376,1384,'it',0,NULL,'%1$s %2$s Feed dei commenti',NULL,'',0,'2018-11-12 23:39:30'),(1377,1385,'it',0,NULL,'%1$s %2$s Feed',NULL,'',0,'2018-11-12 23:39:30'),(1378,1386,'it',0,NULL,'%1$s %2$s Articoli per il feed %3$s',NULL,'',0,'2018-11-12 23:39:30'),(1379,1387,'it',0,NULL,'%1$s %2$s Risultati della ricerca per i feed di &#8220;%3$s&#8221;',NULL,'',0,'2018-11-12 23:39:30'),(1380,1388,'it',0,NULL,'%2$s %1$s %3$s @ %4$s:%5$s',NULL,'',0,'2018-11-12 23:39:30'),(1381,1389,'it',0,NULL,'%1$s %2$s, %3$s fa (%4$s)',NULL,'',0,'2018-11-12 23:39:30'),(1382,1390,'it',0,NULL,'%1$s &lsaquo; %2$s &#8212; WordPress',NULL,'',0,'2018-11-12 23:39:30'),(1383,1391,'it',0,NULL,'%1$s (%2$d)',NULL,'',0,'2018-11-12 23:39:30'),(1384,1392,'it',0,NULL,'%1$s (dal %2$s; %3$s)',NULL,'',0,'2018-11-12 23:39:30'),(1385,1393,'it',0,NULL,'%1$s (da %2$s; nessuna alternativa disponibile)',NULL,'',0,'2018-11-12 23:39:30'),(1386,1394,'it',0,NULL,'%1$s (da %2$s; utilizza invece %3$s )',NULL,'',0,'2018-11-12 23:39:30'),(1387,1395,'it',0,NULL,'%1$s commento<span class=\"screen-reader-text\"> su %2$s</span>',NULL,'',0,'2018-11-12 23:39:30'),(1388,1396,'it',0,NULL,'%1$s commenti<span class=\"screen-reader-text\"> su %2$s</span>',NULL,'',0,'2018-11-12 23:39:30'),(1389,1397,'it',0,NULL,'%1$s @ %2$s',NULL,'',0,'2018-11-12 23:39:30'),(1390,1398,'it',0,NULL,'%1$s non può essere creato: %2$s',NULL,'',0,'2018-11-12 23:39:30'),(1391,1399,'it',0,NULL,'%1$s è <strong>deprecata</strong> dalla versione %2$s senza alcuna alternativa disponibile.',NULL,'',0,'2018-11-12 23:39:30'),(1392,1400,'it',0,NULL,'%1$s è <strong>deprecata</strong> dalla versione %2$s! Utilizzare al suo posto %3$s.',NULL,'',0,'2018-11-12 23:39:30'),(1393,1401,'it',0,NULL,'%1$s è deprecata. Viene utilizzata invece la callback da %2$s.',NULL,'',0,'2018-11-12 23:39:30'),(1394,1402,'it',0,NULL,'%1$s è deprecato. Utilizza invece %2$s .',NULL,'',0,'2018-11-12 23:39:30'),(1395,1403,'it',0,NULL,'%1$s non è una proprietà valida di Object.',NULL,'',0,'2018-11-12 23:39:30'),(1396,1404,'it',0,NULL,'%1$s non è del tipo %2$s.',NULL,'',0,'2018-11-12 23:39:30'),(1397,1405,'it',0,NULL,'%1$s non è uno dei %2$s.',NULL,'',0,'2018-11-12 23:39:30'),(1398,1406,'it',0,NULL,'%1$s utilizza %2$s',NULL,'',0,'2018-11-12 23:39:30'),(1399,1407,'it',0,NULL,'%1$s è il tuo nuovo sito. <a href=\"%2$s\">Accedi</a> come &#8220;%3$s&#8221; utilizzando la tua password esistente.',NULL,'',0,'2018-11-12 23:39:30'),(1400,1408,'it',0,NULL,'%1$s deve essere tra %2$d (escluso) e %3$d (escluso)',NULL,'',0,'2018-11-12 23:39:30'),(1401,1409,'it',0,NULL,'%1$s deve essere tra %2$d (escluso) e %3$d (incluso)',NULL,'',0,'2018-11-12 23:39:30'),(1402,1410,'it',0,NULL,'%1$s deve essere tra %2$d (incluso) e %3$d (escluso)',NULL,'',0,'2018-11-12 23:39:30'),(1403,1411,'it',0,NULL,'%1$s deve essere tra %2$d (incluso) e %3$d (incluso)',NULL,'',0,'2018-11-12 23:39:30'),(1404,1412,'it',0,NULL,'%1$s deve essere maggiore di %2$d',NULL,'',0,'2018-11-12 23:39:30'),(1405,1413,'it',0,NULL,'%1$s deve essere maggiore o uguale di %2$d',NULL,'',0,'2018-11-12 23:39:30'),(1406,1414,'it',0,NULL,'%1$s deve essere minore di %2$d',NULL,'',0,'2018-11-12 23:39:30'),(1407,1415,'it',0,NULL,'%1$s deve essere minore o uguale di %2$d',NULL,'',0,'2018-11-12 23:39:30'),(1408,1416,'it',0,NULL,'%1$s risposta a %2$s ',NULL,'',0,'2018-11-12 23:39:30'),(1409,1417,'it',0,NULL,'%1$s risposte a %2$s ',NULL,'',0,'2018-11-12 23:39:30'),(1410,1418,'it',0,NULL,'%1$s è stato richiamato <strong>in maniera scorretta</strong>. %2$s %3$s',NULL,'',0,'2018-11-12 23:39:30'),(1411,1419,'it',0,NULL,'%1$s è stato richiamato con un argomento che è <strong>deprecato</strong> dalla versione %2$s senza alcuna alternativa disponibile.',NULL,'',0,'2018-11-12 23:39:30'),(1412,1420,'it',0,NULL,'%1$s è stato chiamato con un argomento <strong>deprecato</strong> dalla versione %2$s! %3$s.',NULL,'',0,'2018-11-12 23:39:30'),(1413,1421,'it',0,NULL,'%1$s-%2$s',NULL,'',0,'2018-11-12 23:39:30'),(1414,1422,'it',0,NULL,'%1$s. Elemento %2$d di %3$d.del menu',NULL,'',0,'2018-11-12 23:39:30'),(1415,1423,'it',0,NULL,'%1$s. Sottoelemento numero %2$d sotto %3$s.',NULL,'',0,'2018-11-12 23:39:30'),(1416,1424,'it',0,NULL,'%1$s: %2$s',NULL,'',0,'2018-11-12 23:39:30'),(1417,1425,'it',0,NULL,'%d aggiornamento plugin',NULL,'',0,'2018-11-12 23:39:30'),(1418,1426,'it',0,NULL,'%d aggiornamenti plugin',NULL,'',0,'2018-11-12 23:39:30'),(1419,1427,'it',0,NULL,'%d aggiornamento tema',NULL,'',0,'2018-11-12 23:39:30'),(1420,1428,'it',0,NULL,'%d aggiornamenti tema',NULL,'',0,'2018-11-12 23:39:30'),(1421,1429,'it',0,NULL,'%d aggiornamento WordPress',NULL,'',0,'2018-11-12 23:39:30'),(1422,1430,'it',0,NULL,'Trovati %d risultati. Usa i tasti freccia su e giù per esplorarli. ',NULL,'',0,'2018-11-12 23:39:30'),(1423,1431,'it',0,NULL,'%d selezionati',NULL,'',0,'2018-11-12 23:39:30'),(1424,1432,'it',0,NULL,'%d temi trovati',NULL,'',0,'2018-11-12 23:39:30'),(1425,1433,'it',0,NULL,'%s (non valido)',NULL,'',0,'2018-11-12 23:39:30'),(1426,1434,'it',0,NULL,'%s (in sospeso)',NULL,'',0,'2018-11-12 23:39:30'),(1427,1435,'it',0,NULL,'%s <span class=\"says\">ha detto:</span>',NULL,'',0,'2018-11-12 23:39:30'),(1428,1436,'it',0,NULL,'%s <span class=\"screen-reader-text\">Commento</span>',NULL,'',0,'2018-11-12 23:39:30'),(1429,1437,'it',0,NULL,'%s <span class=\"screen-reader-text\">Commenti</span>',NULL,'',0,'2018-11-12 23:39:30'),(1430,1438,'it',0,NULL,'%s commento',NULL,'',0,'2018-11-12 23:39:30'),(1431,1439,'it',0,NULL,'%s commenti',NULL,'',0,'2018-11-12 23:39:30'),(1432,1440,'it',0,NULL,'%s [Salvataggio automatico]',NULL,'',0,'2018-11-12 23:39:30'),(1433,1441,'it',0,NULL,'%s [Revisione attuale]',NULL,'',0,'2018-11-12 23:39:30'),(1434,1442,'it',0,NULL,'%s e %s',NULL,'',0,'2018-11-12 23:39:30'),(1435,1443,'it',0,NULL,'%s commento in attesa di approvazione',NULL,'',0,'2018-11-12 23:39:30'),(1436,1444,'it',0,NULL,'%s commenti in attesa di approvazione',NULL,'',0,'2018-11-12 23:39:30'),(1437,1445,'it',0,NULL,'%s giorno',NULL,'',0,'2018-11-12 23:39:30'),(1438,1446,'it',0,NULL,'%s giorni',NULL,'',0,'2018-11-12 23:39:30'),(1439,1447,'it',0,NULL,'%s supera la dimensione massima di caricamento per il multi-file uploader quando viene utilizzato nel tuo browser.',NULL,'',0,'2018-11-12 23:39:30'),(1440,1448,'it',0,NULL,'%s supera la dimensione massima di caricamento per questo sito.',NULL,'',0,'2018-11-12 23:39:30'),(1441,1449,'it',0,NULL,'%s ha preso il controllo e sta attualmente personalizzando.',NULL,'',0,'2018-11-12 23:39:30'),(1442,1450,'it',0,NULL,'%s ora',NULL,'',0,'2018-11-12 23:39:30'),(1443,1451,'it',0,NULL,'%s ore',NULL,'',0,'2018-11-12 23:39:30'),(1444,1452,'it',0,NULL,'%s è un opzione protetta di WP e non può essere modificata',NULL,'',0,'2018-11-12 23:39:30'),(1445,1453,'it',0,NULL,'%s sta personalizzando questo changeset. Vuoi prenderne il controllo?',NULL,'',0,'2018-11-12 23:39:30'),(1446,1454,'it',0,NULL,'%s sta personalizzando questo changeset. Aspetta fino a che non ha finito per fare le tue personalizzazioni. Le tue ultime modifiche sono state salvate in automatico.',NULL,'',0,'2018-11-12 23:39:30'),(1447,1455,'it',0,NULL,'%s sta attualmente modificando questo sito. Vuoi prenderne il controllo?',NULL,'',0,'2018-11-12 23:39:30'),(1448,1456,'it',0,NULL,'%s sta attualmente modificando questo sito. Attendi fino a che ha terminato, prima di riprovare a modificare. Le tue ultime modifiche sono state salvate in automatico.',NULL,'',0,'2018-11-12 23:39:30'),(1449,1457,'it',0,NULL,'%s è proibito',NULL,'',0,'2018-11-12 23:39:30'),(1450,1458,'it',0,NULL,'%s non è un indirizzo IP valido.',NULL,'',0,'2018-11-12 23:39:30'),(1451,1459,'it',0,NULL,'È richiesto %s per poter eliminare i meta dell\'immagine.',NULL,'',0,'2018-11-12 23:39:30'),(1452,1460,'it',0,NULL,'%s è il nuovo nome utente',NULL,'',0,'2018-11-12 23:39:30'),(1453,1461,'it',0,NULL,'%s elemento ',NULL,'',0,'2018-11-12 23:39:30'),(1454,1462,'it',0,NULL,'%s elementi',NULL,'',0,'2018-11-12 23:39:30'),(1455,1463,'it',0,NULL,'%s minuto',NULL,'',0,'2018-11-12 23:39:30'),(1456,1464,'it',0,NULL,'%s minuti',NULL,'',0,'2018-11-12 23:39:30'),(1457,1465,'it',0,NULL,'%s mese',NULL,'',0,'2018-11-12 23:39:30'),(1458,1466,'it',0,NULL,'%s mesi',NULL,'',0,'2018-11-12 23:39:30'),(1459,1467,'it',0,NULL,'%s deve impostare una connessione ad un database da utilizzare per l\'escaping.',NULL,'',0,'2018-11-12 23:39:30'),(1460,1468,'it',0,NULL,'%s temi',NULL,'',0,'2018-11-12 23:39:30'),(1461,1469,'it',0,NULL,'%s settimana',NULL,'',0,'2018-11-12 23:39:30'),(1462,1470,'it',0,NULL,'%s settimane',NULL,'',0,'2018-11-12 23:39:30'),(1463,1471,'it',0,NULL,'%s anno',NULL,'',0,'2018-11-12 23:39:30'),(1464,1472,'it',0,NULL,'%s anni',NULL,'',0,'2018-11-12 23:39:30'),(1465,1473,'it',0,NULL,'%s, %s',NULL,'',0,'2018-11-12 23:39:30'),(1466,1474,'it',0,NULL,'%s e %s',NULL,'',0,'2018-11-12 23:39:30'),(1467,1475,'it',0,NULL,'%s: %l.',NULL,'',0,'2018-11-12 23:39:30'),(1468,1476,'it',0,NULL,'&#8220;%1$s&#8221; &#8212; %2$s',NULL,'',0,'2018-11-12 23:39:30'),(1469,1477,'it',0,NULL,'&#8220;%s&#8221; non è stato caricato.',NULL,'',0,'2018-11-12 23:39:30'),(1470,1478,'it',0,NULL,'&#8592; Annulla la playlist audio',NULL,'',0,'2018-11-12 23:39:30'),(1471,1479,'it',0,NULL,'&#8592; Elimina galleria',NULL,'',0,'2018-11-12 23:39:30'),(1472,1480,'it',0,NULL,'&#8592; Cancella playlist video',NULL,'',0,'2018-11-12 23:39:30'),(1473,1481,'it',0,NULL,'&#8592; Torna alla libreria',NULL,'',0,'2018-11-12 23:39:30'),(1474,1482,'it',0,NULL,'&hellip;',NULL,'',0,'2018-11-12 23:39:30'),(1475,1483,'it',0,NULL,'&laquo; Indietro',NULL,'',0,'2018-11-12 23:39:30'),(1476,1484,'it',0,NULL,'&laquo; Commenti precedenti',NULL,'',0,'2018-11-12 23:39:30'),(1477,1485,'it',0,NULL,'&laquo; Precedente',NULL,'',0,'2018-11-12 23:39:30'),(1478,1486,'it',0,NULL,'&laquo; Pagina precedente',NULL,'',0,'2018-11-12 23:39:30'),(1479,1487,'it',0,NULL,'&larr; Torna alle categorie',NULL,'',0,'2018-11-12 23:39:30'),(1480,1488,'it',0,NULL,'&larr; Torna al link delle categorie',NULL,'',0,'2018-11-12 23:39:30'),(1481,1489,'it',0,NULL,'&larr; Torna ai tag',NULL,'',0,'2018-11-12 23:39:30'),(1482,1490,'it',0,NULL,'&laquo; Prec.',NULL,'',0,'2018-11-12 23:39:30'),(1483,1491,'it',0,NULL,'&mdash; Seleziona &mdash;',NULL,'',0,'2018-11-12 23:39:30'),(1484,1492,'it',0,NULL,'(Modifica)',NULL,'',0,'2018-11-12 23:39:30'),(1485,1493,'it',0,NULL,'(Deve essere di almeno 4 caratteri, solo lettere e numeri.)',NULL,'',0,'2018-11-12 23:39:30'),(1486,1494,'it',0,NULL,'(Questo messaggio è stato aggiunto nella versione %s.)',NULL,'',0,'2018-11-12 23:39:30'),(1487,1495,'it',0,NULL,'(Senza titolo)',NULL,'',0,'2018-11-12 23:39:30'),(1488,1496,'it',0,NULL,'(WordPress non può stabilire una connessione sicura a WordPress.org. Contatta l’amministratore del server.)',NULL,'',0,'2018-11-12 23:39:30'),(1489,1497,'it',0,NULL,'(altro&hellip;)',NULL,'',0,'2018-11-12 23:39:30'),(1490,1498,'it',0,NULL,'(nessun autore)',NULL,'',0,'2018-11-12 23:39:30'),(1491,1499,'it',0,NULL,'(senza titolo)',NULL,'',0,'2018-11-12 23:39:30'),(1492,1500,'it',0,NULL,'(si apre in una nuova finestra)',NULL,'',0,'2018-11-12 23:39:30'),(1493,1501,'it',0,NULL,'+ %s',NULL,'',0,'2018-11-12 23:39:30'),(1494,1502,'it',0,NULL,'+ Crea un nuovo menu',NULL,'',0,'2018-11-12 23:39:30'),(1495,1503,'it',0,NULL,', ',NULL,'',0,'2018-11-12 23:39:30'),(1496,1504,'it',0,NULL,'1 commento',NULL,'',0,'2018-11-12 23:39:30'),(1497,1505,'it',0,NULL,'1 commento<span class=\"screen-reader-text\"> su %s</span>',NULL,'',0,'2018-11-12 23:39:30'),(1498,1506,'it',0,NULL,'Trovato 1 risultato. Usa i tasti freccia su e giù per esplorarlo.',NULL,'',0,'2018-11-12 23:39:30'),(1499,1507,'it',0,NULL,'<a href=\"%1$s\" aria-label=\"%2$s\">Autenticato come %3$s</a>. <a href=\"%4$s\">Uscire?</a>',NULL,'',0,'2018-11-12 23:39:30'),(1500,1508,'it',0,NULL,'<span>Anteprima:</span> %s',NULL,'',0,'2018-11-12 23:39:30'),(1501,1509,'it',0,NULL,'<strong>Conflitto fra i valori per le costanti VHOST e SUBDOMAIN_INSTALL.</strong> Verrà preso il valore di SUBDOMAIN_INSTALL come parametro di configurazione dei sottodomini.',NULL,'',0,'2018-11-12 23:39:30'),(1502,1510,'it',0,NULL,'<strong>Non trovo il sito %1$s.</strong> Ricerca per tabella %2$s nel database %3$s. È corretto?',NULL,'',0,'2018-11-12 23:39:30'),(1503,1511,'it',0,NULL,'<strong>Le tabelle nel database sono mancanti.</strong> Questo significa che MySQL non è in esecuzione, WordPress non è stato installato correttamente, o qualcuno ha cancellato %s. Dovresti controllare il tuo database ora.',NULL,'',0,'2018-11-12 23:39:30'),(1504,1512,'it',0,NULL,'<strong>ERRORE</strong>: %1$s in %2$s può contenere solo numeri, lettere e trattini bassi.',NULL,'',0,'2018-11-12 23:39:30'),(1505,1513,'it',0,NULL,'<strong>ERRORE</strong>: i cookie sono bloccati a causa di un output inaspettato. Per un aiuto, vedi  <a href=\"%1$s\">questa documentazione</a> oppure prova nei <a href=\"%2$s\">forum di supporto</a>.',NULL,'',0,'2018-11-12 23:39:30'),(1506,1514,'it',0,NULL,'<strong>ERRORE</strong>: i cookies sono bloccati o non supportati dal tuo browser. Per utilizzare WordPress devi <a href=\"%s\">abilitare i cookie</a>.',NULL,'',0,'2018-11-12 23:39:30'),(1507,1515,'it',0,NULL,'<strong>ERRORE</strong>: impossibile registrarti&hellip; contatta il <a href=\"mailto:%s\">Webmaster</a>!',NULL,'',0,'2018-11-12 23:39:30'),(1508,1516,'it',0,NULL,'<strong>ERRORE</strong>: inserisci un nome utente o un indirizzo email.',NULL,'',0,'2018-11-12 23:39:30'),(1509,1517,'it',0,NULL,'<strong>ERRORE</strong>: indirizzo email non valido.',NULL,'',0,'2018-11-12 23:39:30'),(1510,1518,'it',0,NULL,'<strong>ERRORE</strong>: nome utente o email non validi.',NULL,'',0,'2018-11-12 23:39:30'),(1511,1519,'it',0,NULL,'<strong>ERRORE</strong>: nome utente non valido, indirizzo email o password non corretti.',NULL,'',0,'2018-11-12 23:39:30'),(1512,1520,'it',0,NULL,'<strong>ERRORE</strong>: nome utente non valido.',NULL,'',0,'2018-11-12 23:39:30'),(1513,1521,'it',0,NULL,'<strong>ERRORE</strong>: inserisci un nome utente.',NULL,'',0,'2018-11-12 23:39:30'),(1514,1522,'it',0,NULL,'<strong>ERRORE</strong>: inserisci il tuo indirizzo email.',NULL,'',0,'2018-11-12 23:39:30'),(1515,1523,'it',0,NULL,'<strong>ERRORE</strong>: URL sito già preso.',NULL,'',0,'2018-11-12 23:39:30'),(1516,1524,'it',0,NULL,'<strong>ERRORE</strong>: nome utente non permesso.',NULL,'',0,'2018-11-12 23:39:30'),(1517,1525,'it',0,NULL,'<strong>ERRORE</strong>: il commento non può essere salvato. Riprovare più tardi.',NULL,'',0,'2018-11-12 23:39:30'),(1518,1526,'it',0,NULL,'<strong>ERRORE</strong>: questo indirizzo email è già in uso.',NULL,'',0,'2018-11-12 23:39:30'),(1519,1527,'it',0,NULL,'<strong>ERRORE</strong>: l\'indirizzo email non è corretto.',NULL,'',0,'2018-11-12 23:39:30'),(1520,1528,'it',0,NULL,'<strong>ERRORE</strong>: il campo email è vuoto.',NULL,'',0,'2018-11-12 23:39:30'),(1521,1529,'it',0,NULL,'<strong>ERRORE</strong>: il campo password è vuoto.',NULL,'',0,'2018-11-12 23:39:30'),(1522,1530,'it',0,NULL,'<strong>ERRORE</strong>: la password che hai inserito per l\'indirizzo email %s non è corretta.',NULL,'',0,'2018-11-12 23:39:30'),(1523,1531,'it',0,NULL,'<strong>ERRORE</strong>: la password inserita per il nome utente %s non è corretta.',NULL,'',0,'2018-11-12 23:39:30'),(1524,1532,'it',0,NULL,'<strong>ERRORE</strong>: il campo nome utente è vuoto.',NULL,'',0,'2018-11-12 23:39:30'),(1525,1533,'it',0,NULL,'<strong>ERRORE</strong>: l\'utente registrato con questo indirizzo email non esiste.',NULL,'',0,'2018-11-12 23:39:30'),(1526,1534,'it',0,NULL,'<strong>ERRORE</strong>: questa email è già registrata, scegli un indirizzo email diverso.',NULL,'',0,'2018-11-12 23:39:30'),(1527,1535,'it',0,NULL,'<strong>ERRORE</strong>: questo nome utente è già registrato. Utilizzane un altro.',NULL,'',0,'2018-11-12 23:39:30'),(1528,1536,'it',0,NULL,'<strong>ERRORE</strong>: questo nome utente non è valido perché utilizza dei caratteri non ammessi. Inserisci un nome utente valido.',NULL,'',0,'2018-11-12 23:39:30'),(1529,1537,'it',0,NULL,'<strong>ERRORE</strong>: WordPress %1$s richiede MySQL %2$s o superiore',NULL,'',0,'2018-11-12 23:39:30'),(1530,1538,'it',0,NULL,'<strong>ERRORE</strong>: l\'account è stato contrassegnato come un account spammer.',NULL,'',0,'2018-11-12 23:39:30'),(1531,1539,'it',0,NULL,'<strong>ERRORE</strong>: inserisci un indirizzo email valido.',NULL,'',0,'2018-11-12 23:39:30'),(1532,1540,'it',0,NULL,'<strong>ERRORE</strong>: inserisci i campi obbligatori (nome, email).',NULL,'',0,'2018-11-12 23:39:30'),(1533,1541,'it',0,NULL,'<strong>ERRORE</strong>: inserisci un commento.',NULL,'',0,'2018-11-12 23:39:30'),(1534,1542,'it',0,NULL,'<strong>ERRORE</strong>: problema nella creazione voce del sito.',NULL,'',0,'2018-11-12 23:39:30'),(1535,1543,'it',0,NULL,'<strong>ERRORE</strong>: il commento è troppo lungo.',NULL,'',0,'2018-11-12 23:39:30'),(1536,1544,'it',0,NULL,'<strong>ERRORE</strong>: l\'indirizzo email è troppo lungo.',NULL,'',0,'2018-11-12 23:39:30'),(1537,1545,'it',0,NULL,'<strong>ERRORE</strong>: il nome è troppo lungo.',NULL,'',0,'2018-11-12 23:39:30'),(1538,1546,'it',0,NULL,'<strong>ERRORE</strong>: l\'indirizzo è troppo lungo.',NULL,'',0,'2018-11-12 23:39:30'),(1539,1547,'it',0,NULL,'<strong>Hai aggiornato WordPress!</strong> Effettua nuovamente il login per vedere cosa c\'è di nuovo..',NULL,'',0,'2018-11-12 23:39:30'),(1540,1548,'it',0,NULL,'Un calendario degli articoli del tuo sito.',NULL,'',0,'2018-11-12 23:39:30'),(1541,1549,'it',0,NULL,'Una città nel tuo stesso fuso orario.',NULL,'',0,'2018-11-12 23:39:30'),(1542,1550,'it',0,NULL,'Una nuvola contenente tutti i tag più usati.',NULL,'',0,'2018-11-12 23:39:30'),(1543,1551,'it',0,NULL,'Un formato per tutte le stringhe che rappresentano una data.',NULL,'',0,'2018-11-12 23:39:30'),(1544,1552,'it',0,NULL,'Il numero del giorno della settimana in cui la settimana dovrebbe cominciare.',NULL,'',0,'2018-11-12 23:39:30'),(1545,1553,'it',0,NULL,'Una descrizione del tipo di contenuto (post type) in formato leggibile.',NULL,'',0,'2018-11-12 23:39:30'),(1546,1554,'it',0,NULL,'Una descrizione leggibile per la descrizione della tassonomia.',NULL,'',0,'2018-11-12 23:39:30'),(1547,1555,'it',0,NULL,'La lista delle pagine del tuo sito.',NULL,'',0,'2018-11-12 23:39:30'),(1548,1556,'it',0,NULL,'Una lista o un elenco a discesa di categorie.',NULL,'',0,'2018-11-12 23:39:30'),(1549,1557,'it',0,NULL,'Elemento media.',NULL,'',0,'2018-11-12 23:39:30'),(1550,1558,'it',0,NULL,'Un archivio mensile degli articoli contenuti nel tuo sito.',NULL,'',0,'2018-11-12 23:39:30'),(1551,1559,'it',0,NULL,'È richiesto un nome per questo termine.',NULL,'',0,'2018-11-12 23:39:30'),(1552,1560,'it',0,NULL,'Un stato noto per l\'oggetto.',NULL,'',0,'2018-11-12 23:39:30'),(1553,1561,'it',0,NULL,'Un nuovo commento all\'articolo \"%s\" è in attesa della tua approvazione',NULL,'',0,'2018-11-12 23:39:30'),(1554,1562,'it',0,NULL,'Un nuovo pingback all\'articolo \"%s\" è in attesa della tua approvazione',NULL,'',0,'2018-11-12 23:39:30'),(1555,1563,'it',0,NULL,'Un nuovo trackback all\'articolo \"%s\" è in attesa della tua approvazione',NULL,'',0,'2018-11-12 23:39:30'),(1556,1564,'it',0,NULL,'Un articolo protetto da password non può essere posto in evidenza',NULL,'',0,'2018-11-12 23:39:30'),(1557,1565,'it',0,NULL,'Una password per proteggere l\'accesso al contenuto e al riassunto.',NULL,'',0,'2018-11-12 23:39:30'),(1558,1566,'it',0,NULL,'Un articolo non può essere in evidenza e avere una password.',NULL,'',0,'2018-11-12 23:39:30'),(1559,1567,'it',0,NULL,'Esiste già una richiesta per questo indirizzo email.',NULL,'',0,'2018-11-12 23:39:30'),(1560,1568,'it',0,NULL,'Un modulo di ricerca per il tuo sito.',NULL,'',0,'2018-11-12 23:39:30'),(1561,1569,'it',0,NULL,'Una pagina statica',NULL,'',0,'2018-11-12 23:39:30'),(1562,1570,'it',0,NULL,'Un articolo in evidenza non può essere protetto da password.',NULL,'',0,'2018-11-12 23:39:30'),(1563,1571,'it',0,NULL,'Quando usi permalink personalizzati devi avere una struttura di tag. <a href=\"%s\">Per saperne di più</a>',NULL,'',0,'2018-11-12 23:39:30'),(1564,1572,'it',0,NULL,'In questa tassonomia esiste già un termine con questo nome.',NULL,'',0,'2018-11-12 23:39:30'),(1565,1573,'it',0,NULL,'Un termine con il nome indicato esiste già per questo genitore.',NULL,'',0,'2018-11-12 23:39:30'),(1566,1574,'it',0,NULL,'Un formato per tutte le stringhe che rappresentano un orario.',NULL,'',0,'2018-11-12 23:39:30'),(1567,1575,'it',0,NULL,'Non è stato fornito un URL valido.',NULL,'',0,'2018-11-12 23:39:30'),(1568,1576,'it',0,NULL,'&Egrave; obbligatorio un indirizzo email valido.',NULL,'',0,'2018-11-12 23:39:30'),(1569,1577,'it',0,NULL,'AIM',NULL,'',0,'2018-11-12 23:39:30'),(1570,1578,'it',0,NULL,'AM',NULL,'',0,'2018-11-12 23:39:30'),(1571,1579,'it',0,NULL,'Informazioni su WordPress',NULL,'',0,'2018-11-12 23:39:30'),(1572,1580,'it',0,NULL,'Azione',NULL,'',0,'2018-11-12 23:39:30'),(1573,1581,'it',0,NULL,'L\'azione è stata confermata.',NULL,'',0,'2018-11-12 23:39:30'),(1574,1582,'it',0,NULL,'Attiva',NULL,'',0,'2018-11-12 23:39:30'),(1575,1583,'it',0,NULL,'Attiva &amp; pubblica',NULL,'',0,'2018-11-12 23:39:30'),(1576,1584,'it',0,NULL,'&Egrave; richiesta una chiave di attivazione',NULL,'',0,'2018-11-12 23:39:30'),(1577,1585,'it',0,NULL,'Chiave di attivazione:',NULL,'',0,'2018-11-12 23:39:30'),(1578,1586,'it',0,NULL,'Tema attivo',NULL,'',0,'2018-11-12 23:39:30'),(1579,1587,'it',0,NULL,'Aggiungi',NULL,'',0,'2018-11-12 23:39:30'),(1580,1588,'it',0,NULL,'Aggiungi sorgente audio',NULL,'',0,'2018-11-12 23:39:30'),(1581,1589,'it',0,NULL,'Aggiungi voci',NULL,'',0,'2018-11-12 23:39:30'),(1582,1590,'it',0,NULL,'Aggiungi link',NULL,'',0,'2018-11-12 23:39:30'),(1583,1591,'it',0,NULL,'Aggiungi media',NULL,'',0,'2018-11-12 23:39:30'),(1584,1592,'it',0,NULL,'Aggiungi elementi al menu',NULL,'',0,'2018-11-12 23:39:30'),(1585,1593,'it',0,NULL,'Aggiungi una nuova categoria',NULL,'',0,'2018-11-12 23:39:30'),(1586,1594,'it',0,NULL,'Aggiungi un nuovo changeset',NULL,'',0,'2018-11-12 23:39:30'),(1587,1595,'it',0,NULL,'Aggiungere una nuova categoria di link',NULL,'',0,'2018-11-12 23:39:30'),(1588,1596,'it',0,NULL,'Aggiungi nuova pagina',NULL,'',0,'2018-11-12 23:39:30'),(1589,1597,'it',0,NULL,'Aggiungi nuovo articolo',NULL,'',0,'2018-11-12 23:39:30'),(1590,1598,'it',0,NULL,'Aggiungi nuovo tag',NULL,'',0,'2018-11-12 23:39:30'),(1591,1599,'it',0,NULL,'Aggiungi sottotitoli',NULL,'',0,'2018-11-12 23:39:30'),(1592,1600,'it',0,NULL,'Aggiungi sorgente video',NULL,'',0,'2018-11-12 23:39:30'),(1593,1601,'it',0,NULL,'Aggiungi un widget',NULL,'',0,'2018-11-12 23:39:30'),(1594,1602,'it',0,NULL,'Aggiungi un menu di navigazione alla barra laterale.',NULL,'',0,'2018-11-12 23:39:30'),(1595,1603,'it',0,NULL,'Aggiungi una sorgente per la massima riproduzione HTML5: ',NULL,'',0,'2018-11-12 23:39:30'),(1596,1604,'it',0,NULL,'Aggiungi una nuova immagine per l\'header',NULL,'',0,'2018-11-12 23:39:30'),(1597,1605,'it',0,NULL,'Aggiungi nuova immagine',NULL,'',0,'2018-11-12 23:39:30'),(1598,1606,'it',0,NULL,'Aggiungere o rimuovere voci dal menu',NULL,'',0,'2018-11-12 23:39:30'),(1599,1607,'it',0,NULL,'Aggiungi o rimuovi tag',NULL,'',0,'2018-11-12 23:39:30'),(1600,1608,'it',0,NULL,'Aggiungi alla playlist audio',NULL,'',0,'2018-11-12 23:39:30'),(1601,1609,'it',0,NULL,'Aggiungi al dizionario',NULL,'',0,'2018-11-12 23:39:30'),(1602,1610,'it',0,NULL,'Aggiungi alla galleria',NULL,'',0,'2018-11-12 23:39:30'),(1603,1611,'it',0,NULL,'Aggiungi al menu',NULL,'',0,'2018-11-12 23:39:30'),(1604,1612,'it',0,NULL,'Aggiungi alla playlist video',NULL,'',0,'2018-11-12 23:39:30'),(1605,1613,'it',0,NULL,'Aggiungi al widget',NULL,'',0,'2018-11-12 23:39:30'),(1606,1614,'it',0,NULL,'Aggiungi alla playlist audio',NULL,'',0,'2018-11-12 23:39:30'),(1607,1615,'it',0,NULL,'Aggiungi alla galleria',NULL,'',0,'2018-11-12 23:39:30'),(1608,1616,'it',0,NULL,'Aggiungi al menu: %1$s (%2$s)',NULL,'',0,'2018-11-12 23:39:30'),(1609,1617,'it',0,NULL,'Aggiungi alla playlist video',NULL,'',0,'2018-11-12 23:39:30'),(1610,1618,'it',0,NULL,'Aggiungi qui il tuo codice CSS per personalizzare l\'aspetto ed il layout del tuo sito.',NULL,'',0,'2018-11-12 23:39:30'),(1611,1619,'it',0,NULL,'CSS aggiuntivo',NULL,'',0,'2018-11-12 23:39:30'),(1612,1620,'it',0,NULL,'Trovati elementi addizionali: %d',NULL,'',0,'2018-11-12 23:39:30'),(1613,1621,'it',0,NULL,'Scorciatoie aggiuntive,',NULL,'',0,'2018-11-12 23:39:30'),(1614,1622,'it',0,NULL,'Avanzate',NULL,'',0,'2018-11-12 23:39:30'),(1615,1623,'it',0,NULL,'Opzioni avanzate',NULL,'',0,'2018-11-12 23:39:30'),(1616,1624,'it',0,NULL,'Afrikaans',NULL,'',0,'2018-11-12 23:39:30'),(1617,1625,'it',0,NULL,'Albanese',NULL,'',0,'2018-11-12 23:39:30'),(1618,1626,'it',0,NULL,'Album',NULL,'',0,'2018-11-12 23:39:30'),(1619,1627,'it',0,NULL,'Allinea',NULL,'',0,'2018-11-12 23:39:30'),(1620,1628,'it',0,NULL,'Allinea al centro',NULL,'',0,'2018-11-12 23:39:30'),(1621,1629,'it',0,NULL,'Allinea a sinistra',NULL,'',0,'2018-11-12 23:39:30'),(1622,1630,'it',0,NULL,'Allinea a destra',NULL,'',0,'2018-11-12 23:39:30'),(1623,1631,'it',0,NULL,'Allineamento',NULL,'',0,'2018-11-12 23:39:30'),(1624,1632,'it',0,NULL,'Tutte le categorie',NULL,'',0,'2018-11-12 23:39:30'),(1625,1633,'it',0,NULL,'Tutti i changeset',NULL,'',0,'2018-11-12 23:39:30'),(1626,1634,'it',0,NULL,'Tutte le categorie link',NULL,'',0,'2018-11-12 23:39:30'),(1627,1635,'it',0,NULL,'Tutte le pagine',NULL,'',0,'2018-11-12 23:39:30'),(1628,1636,'it',0,NULL,'Tutti gli articoli',NULL,'',0,'2018-11-12 23:39:30'),(1629,1637,'it',0,NULL,'Tutti i tag',NULL,'',0,'2018-11-12 23:39:30'),(1630,1638,'it',0,NULL,'Tutte le capacità assegnate all\'utente.',NULL,'',0,'2018-11-12 23:39:30'),(1631,1639,'it',0,NULL,'Tutte le capacità utilizzate dal tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:30'),(1632,1640,'it',0,NULL,'Tutte le capacità utilizzate dalla tassonomia.',NULL,'',0,'2018-11-12 23:39:30'),(1633,1641,'it',0,NULL,'Tutte le date',NULL,'',0,'2018-11-12 23:39:30'),(1634,1642,'it',0,NULL,'Tutte le funzionalità, supportate dal tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:30'),(1635,1643,'it',0,NULL,'Tutti gli elementi media',NULL,'',0,'2018-11-12 23:39:30'),(1636,1644,'it',0,NULL,'Tutti i dati personali trovati di questo utente sono stati rimossi.',NULL,'',0,'2018-11-12 23:39:30'),(1637,1645,'it',0,NULL,'Permetti le notifiche dei link da altri blog (pingback e trackback) sui nuovi articoli',NULL,'',0,'2018-11-12 23:39:30'),(1638,1646,'it',0,NULL,'Consenti notifiche di link da altri blog (pingback e trackback) sui nuovi articoli.',NULL,'',0,'2018-11-12 23:39:30'),(1639,1647,'it',0,NULL,'Permettere ai nuovi utenti di iscriversi',NULL,'',0,'2018-11-12 23:39:30'),(1640,1648,'it',0,NULL,'Consenti la scrittura di commenti per i nuovi articoli',NULL,'',0,'2018-11-12 23:39:30'),(1641,1649,'it',0,NULL,'Permetti di pubblicare commenti per i nuovi articoli.',NULL,'',0,'2018-11-12 23:39:30'),(1642,1650,'it',0,NULL,'Permetti ai motori di ricerca di indicizzare questo sito.',NULL,'',0,'2018-11-12 23:39:30'),(1643,1651,'it',0,NULL,'File permessi',NULL,'',0,'2018-11-12 23:39:30'),(1644,1652,'it',0,NULL,'Già installato',NULL,'',0,'2018-11-12 23:39:30'),(1645,1653,'it',0,NULL,'Testo alternativo',NULL,'',0,'2018-11-12 23:39:30'),(1646,1654,'it',0,NULL,'Testo alternativo',NULL,'',0,'2018-11-12 23:39:30'),(1647,1655,'it',0,NULL,'Sorgente alternativa',NULL,'',0,'2018-11-12 23:39:30'),(1648,1656,'it',0,NULL,'Testo alternativo da mostrare quando la risorsa non è visualizzata.',NULL,'',0,'2018-11-12 23:39:30'),(1649,1657,'it',0,NULL,'Termine ambiguo utilizzato in una tassonomia gerarchica. Utilizza la ID dei termine.',NULL,'',0,'2018-11-12 23:39:30'),(1650,1658,'it',0,NULL,'Un identificatore alfanumerico per l\'oggetto unico di questo tipo.',NULL,'',0,'2018-11-12 23:39:30'),(1651,1659,'it',0,NULL,'Un identificativo alfanumerico per il tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:30'),(1652,1660,'it',0,NULL,'Un identificativo alfanumerico per lo stato. ',NULL,'',0,'2018-11-12 23:39:30'),(1653,1661,'it',0,NULL,'Un identificativo alfanumerico per la tassonomia.',NULL,'',0,'2018-11-12 23:39:30'),(1654,1662,'it',0,NULL,'Un identificatore alfanumerico per il termine, unico nella sua tipologia.',NULL,'',0,'2018-11-12 23:39:30'),(1655,1663,'it',0,NULL,'Un identificatore alfanumerico per l\'utente.',NULL,'',0,'2018-11-12 23:39:30'),(1656,1664,'it',0,NULL,'Si è verificato un errore; probabilmente il feed non è attivo. Riprova più tardi.',NULL,'',0,'2018-11-12 23:39:30'),(1657,1665,'it',0,NULL,'Abbiamo riscontrato un errore. Ricarica la pagina e prova di nuovo.',NULL,'',0,'2018-11-12 23:39:30'),(1658,1666,'it',0,NULL,'Si è verificato un errore nell\'aggiunta del proprio sito. Tornare alla <a href=\"%s\">homepage</a>.',NULL,'',0,'2018-11-12 23:39:30'),(1659,1667,'it',0,NULL,'Si è verificato un errore durante l\'attivazione.',NULL,'',0,'2018-11-12 23:39:30'),(1660,1668,'it',0,NULL,'Si è verificato un errore durante il caricamento. Riprova più tardi.',NULL,'',0,'2018-11-12 23:39:30'),(1661,1669,'it',0,NULL,'Si è verificato un errore durante il tentativo di esportazione dei dati personali.',NULL,'',0,'2018-11-12 23:39:30'),(1662,1670,'it',0,NULL,'Si è verificato un errore durante il tentativo di trovare e rimuovere i dati personali.',NULL,'',0,'2018-11-12 23:39:30'),(1663,1671,'it',0,NULL,'Si è verificato un errore. Riprova.',NULL,'',0,'2018-11-12 23:39:30'),(1664,1672,'it',0,NULL,'Si è verificato un errore inaspettato. C\'è qualche cosa di sbagliato con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi, chiedi aiuto sul <a href=\"%s\">forum di supporto</a>.',NULL,'',0,'2018-11-12 23:39:30'),(1665,1673,'it',0,NULL,'Si è verificato un errore inaspettato. Deve esserci un errore con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi prova a consultare il <a href=\"https://it.wordpress.org/forums/\">forum di supporto</a>.',NULL,'',0,'2018-11-12 23:39:30'),(1666,1674,'it',0,NULL,'Anonimo',NULL,'',0,'2018-11-12 23:39:30'),(1667,1675,'it',0,NULL,'Qualsiasi capacità extra assegnata all\'utente.',NULL,'',0,'2018-11-12 23:39:30'),(1668,1676,'it',0,NULL,'Applica',NULL,'',0,'2018-11-12 23:39:30'),(1669,1677,'it',0,NULL,'Approvare e rispondere',NULL,'',0,'2018-11-12 23:39:30'),(1670,1678,'it',0,NULL,'Approvalo: %s',NULL,'',0,'2018-11-12 23:39:30'),(1671,1679,'it',0,NULL,'aprile',NULL,'',0,'2018-11-12 23:39:30'),(1672,1680,'it',0,NULL,'Apr',NULL,'',0,'2018-11-12 23:39:30'),(1673,1681,'it',0,NULL,'Arabo',NULL,'',0,'2018-11-12 23:39:30'),(1674,1682,'it',0,NULL,'Codice HTML arbitrario.',NULL,'',0,'2018-11-12 23:39:30'),(1675,1683,'it',0,NULL,'Testo arbitrario.',NULL,'',0,'2018-11-12 23:39:30'),(1676,1684,'it',0,NULL,'Archivi',NULL,'',0,'2018-11-12 23:39:30'),(1677,1685,'it',0,NULL,'Archivi: %s',NULL,'',0,'2018-11-12 23:39:30'),(1678,1686,'it',0,NULL,'Sei sicuro che esista?',NULL,'',0,'2018-11-12 23:39:30'),(1679,1687,'it',0,NULL,'Sei sicuro che il server del database non sia sovraccarico?',NULL,'',0,'2018-11-12 23:39:30'),(1680,1688,'it',0,NULL,'Sei sicuro che il server del database sia attivo?',NULL,'',0,'2018-11-12 23:39:30'),(1681,1689,'it',0,NULL,'Sei sicuro di aver immesso l\'hostname corretto?',NULL,'',0,'2018-11-12 23:39:30'),(1682,1690,'it',0,NULL,'Sei sicuro di avere nome utente e password corretti?',NULL,'',0,'2018-11-12 23:39:30'),(1683,1691,'it',0,NULL,'Desideri eliminare %s e i suoi dati?',NULL,'',0,'2018-11-12 23:39:30'),(1684,1692,'it',0,NULL,'Desideri eliminare %s?',NULL,'',0,'2018-11-12 23:39:30'),(1685,1693,'it',0,NULL,'Desideri eliminare i plugin selezionati ed i loro dati?',NULL,'',0,'2018-11-12 23:39:30'),(1686,1694,'it',0,NULL,'Desideri eliminare questo tema?',NULL,'',0,'2018-11-12 23:39:30'),(1687,1695,'it',0,NULL,'Sei sicuro di voler fare questo?',NULL,'',0,'2018-11-12 23:39:30'),(1688,1696,'it',0,NULL,'Desideri farlo?\nPerderai le modifiche fatte al commento.',NULL,'',0,'2018-11-12 23:39:30'),(1689,1697,'it',0,NULL,'Sei sicuro di voler editare questo commento?\nLe modifiche fatte saranno perse.',NULL,'',0,'2018-11-12 23:39:30'),(1690,1698,'it',0,NULL,'Sei davvero sicuro di voler installare questo plugin?',NULL,'',0,'2018-11-12 23:39:30'),(1691,1699,'it',0,NULL,'Sei sicuro di voler scartare le tue modifiche non pubblicate?',NULL,'',0,'2018-11-12 23:39:30'),(1692,1700,'it',0,NULL,'Artista',NULL,'',0,'2018-11-12 23:39:30'),(1693,1701,'it',0,NULL,'Come icona del browser',NULL,'',0,'2018-11-12 23:39:30'),(1694,1702,'it',0,NULL,'Come icona per la app',NULL,'',0,'2018-11-12 23:39:30'),(1695,1703,'it',0,NULL,'Attributi dell\'allegato',NULL,'',0,'2018-11-12 23:39:30'),(1696,1704,'it',0,NULL,'Dettagli allegato',NULL,'',0,'2018-11-12 23:39:30'),(1697,1705,'it',0,NULL,'Impostazioni visualizzazione allegati',NULL,'',0,'2018-11-12 23:39:30'),(1698,1706,'it',0,NULL,'Pagina dell’allegato',NULL,'',0,'2018-11-12 23:39:30'),(1699,1707,'it',0,NULL,'ID dell\'allegato dell\'articolo',NULL,'',0,'2018-11-12 23:39:30'),(1700,1708,'it',0,NULL,'Tipo dell\'allegato.',NULL,'',0,'2018-11-12 23:39:30'),(1701,1709,'it',0,NULL,'Tentativo di impostare la qualità dell\'immagine al di fuori dell\'intervallo consentito [1,100].',NULL,'',0,'2018-11-12 23:39:30'),(1702,1710,'it',0,NULL,'È stata tentata l\'espansione di uno shortcode senza che vi fosse una funzione callback valida: %s',NULL,'',0,'2018-11-12 23:39:30'),(1703,1711,'it',0,NULL,'Partecipa al prossimo evento vicino a te.',NULL,'',0,'2018-11-12 23:39:30'),(1704,1712,'it',0,NULL,'Audio',NULL,'',0,'2018-11-12 23:39:30'),(1705,1713,'it',0,NULL,'Audio <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:30'),(1706,1714,'it',0,NULL,'Dettagli audio',NULL,'',0,'2018-11-12 23:39:30'),(1707,1715,'it',0,NULL,'Audio Player',NULL,'',0,'2018-11-12 23:39:30'),(1708,1716,'it',0,NULL,'Widget audio',NULL,'',0,'2018-11-12 23:39:30'),(1709,1717,'it',0,NULL,'Widget audio (%d)',NULL,'',0,'2018-11-12 23:39:30'),(1710,1718,'it',0,NULL,'agosto',NULL,'',0,'2018-11-12 23:39:30'),(1711,1719,'it',0,NULL,'Ago',NULL,'',0,'2018-11-12 23:39:30'),(1712,1720,'it',0,NULL,'Autore',NULL,'',0,'2018-11-12 23:39:30'),(1713,1721,'it',0,NULL,'URL autore dell\'utente.',NULL,'',0,'2018-11-12 23:39:30'),(1714,1722,'it',0,NULL,'L\'autore è %s',NULL,'',0,'2018-11-12 23:39:30'),(1715,1723,'it',0,NULL,'Autore:',NULL,'',0,'2018-11-12 23:39:30'),(1716,1724,'it',0,NULL,'Autore: %1$s (Indirizzo IP: %2$s, %3$s)',NULL,'',0,'2018-11-12 23:39:30'),(1717,1725,'it',0,NULL,'Autore: %s',NULL,'',0,'2018-11-12 23:39:30'),(1718,1726,'it',0,NULL,'Aggiungi automaticamente le nuove pagine di primo livello a questo menu',NULL,'',0,'2018-11-12 23:39:30'),(1719,1727,'it',0,NULL,'Aggiungi automaticamente paragrafi',NULL,'',0,'2018-11-12 23:39:30'),(1720,1728,'it',0,NULL,'Autoplay',NULL,'',0,'2018-11-12 23:39:30'),(1721,1729,'it',0,NULL,'URL dell\'avatar con immagine di grandezza %d pixel.',NULL,'',0,'2018-11-12 23:39:30'),(1722,1730,'it',0,NULL,'URL dell\'avatar dell\'autore dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:30'),(1723,1731,'it',0,NULL,'L\'URL dell\'avatar per l\'utente. ',NULL,'',0,'2018-11-12 23:39:30'),(1724,1732,'it',0,NULL,'Indietro',NULL,'',0,'2018-11-12 23:39:30'),(1725,1733,'it',0,NULL,'Torna alla sorgente del tema',NULL,'',0,'2018-11-12 23:39:30'),(1726,1734,'it',0,NULL,'Sfondo',NULL,'',0,'2018-11-12 23:39:30'),(1727,1735,'it',0,NULL,'Colore di sfondo',NULL,'',0,'2018-11-12 23:39:30'),(1728,1736,'it',0,NULL,'Immagine di sfondo',NULL,'',0,'2018-11-12 23:39:30'),(1729,1737,'it',0,NULL,'Impostazioni predefinite',NULL,'',0,'2018-11-12 23:39:30'),(1730,1738,'it',0,NULL,'Colore di sfondo',NULL,'',0,'2018-11-12 23:39:30'),(1731,1739,'it',0,NULL,'Bielorusso',NULL,'',0,'2018-11-12 23:39:30'),(1732,1740,'it',0,NULL,'Bitrate',NULL,'',0,'2018-11-12 23:39:30'),(1733,1741,'it',0,NULL,'Modalità bitrate',NULL,'',0,'2018-11-12 23:39:30'),(1734,1742,'it',0,NULL,'Bitrate:',NULL,'',0,'2018-11-12 23:39:30'),(1735,1743,'it',0,NULL,'Nero',NULL,'',0,'2018-11-12 23:39:30'),(1736,1744,'it',0,NULL,'Blavatar',NULL,'',0,'2018-11-12 23:39:30'),(1737,1745,'it',0,NULL,'Citazione',NULL,'',0,'2018-11-12 23:39:30'),(1738,1746,'it',0,NULL,'Pagine del blog da mostrare al massimo.',NULL,'',0,'2018-11-12 23:39:30'),(1739,1747,'it',0,NULL,'Blu',NULL,'',0,'2018-11-12 23:39:30'),(1740,1748,'it',0,NULL,'Grassetto',NULL,'',0,'2018-11-12 23:39:30'),(1741,1749,'it',0,NULL,'Segnalibri',NULL,'',0,'2018-11-12 23:39:30'),(1742,1750,'it',0,NULL,'Bordo',NULL,'',0,'2018-11-12 23:39:30'),(1743,1751,'it',0,NULL,'Colore bordo',NULL,'',0,'2018-11-12 23:39:30'),(1744,1752,'it',0,NULL,'Basso',NULL,'',0,'2018-11-12 23:39:30'),(1745,1753,'it',0,NULL,'In basso a sinistra',NULL,'',0,'2018-11-12 23:39:30'),(1746,1754,'it',0,NULL,'In basso a destra',NULL,'',0,'2018-11-12 23:39:30'),(1747,1755,'it',0,NULL,'Momentaneamente non disponibile per manutenzione. Riprovare fra un minuto.',NULL,'',0,'2018-11-12 23:39:30'),(1748,1756,'it',0,NULL,'Marrone',NULL,'',0,'2018-11-12 23:39:30'),(1749,1757,'it',0,NULL,'Bulgaro',NULL,'',0,'2018-11-12 23:39:30'),(1750,1758,'it',0,NULL,'Selezione multipla',NULL,'',0,'2018-11-12 23:39:30'),(1751,1759,'it',0,NULL,'Elenco puntato',NULL,'',0,'2018-11-12 23:39:30'),(1752,1760,'it',0,NULL,'Ma prima di poter inziare ad utilizzare il proprio nome utente <strong>bisogna attivarlo</strong>.',NULL,'',0,'2018-11-12 23:39:30'),(1753,1761,'it',0,NULL,'Ma, prima di poter iniziare ad utilizzare il tuo sito <strong>devi attivarlo</strong>.',NULL,'',0,'2018-11-12 23:39:30'),(1754,1762,'it',0,NULL,'Di: %s',NULL,'',0,'2018-11-12 23:39:30'),(1755,1763,'it',0,NULL,'Classi CSS',NULL,'',0,'2018-11-12 23:39:30'),(1756,1764,'it',0,NULL,'Codice CSS',NULL,'',0,'2018-11-12 23:39:30'),(1757,1765,'it',0,NULL,'Calendario',NULL,'',0,'2018-11-12 23:39:30'),(1758,1766,'it',0,NULL,'Impossibile selezionare il database',NULL,'',0,'2018-11-12 23:39:30'),(1759,1767,'it',0,NULL,'Annulla',NULL,'',0,'2018-11-12 23:39:30'),(1760,1768,'it',0,NULL,'Cancella modifiche',NULL,'',0,'2018-11-12 23:39:30'),(1761,1769,'it',0,NULL,'Annulla la selezione',NULL,'',0,'2018-11-12 23:39:30'),(1762,1770,'it',0,NULL,'Annulla risposta',NULL,'',0,'2018-11-12 23:39:30'),(1763,1771,'it',0,NULL,'Impossibile creare un commento con questo tipo.',NULL,'',0,'2018-11-12 23:39:30'),(1764,1772,'it',0,NULL,'Impossibile creare una revisione di una revisione',NULL,'',0,'2018-11-12 23:39:30'),(1765,1773,'it',0,NULL,'Impossibile creare un utente senza un nome di login.',NULL,'',0,'2018-11-12 23:39:30'),(1766,1774,'it',0,NULL,'Impossibile creare un commento esistente.',NULL,'',0,'2018-11-12 23:39:30'),(1767,1775,'it',0,NULL,'Non è possibile creare un articolo già esistente.',NULL,'',0,'2018-11-12 23:39:30'),(1768,1776,'it',0,NULL,'Impossibile creare un utente già esistente.',NULL,'',0,'2018-11-12 23:39:30'),(1769,1777,'it',0,NULL,'Non puoi impostare il termine genitore, la tassonomia non è gerarchica. ',NULL,'',0,'2018-11-12 23:39:30'),(1770,1778,'it',0,NULL,'Non puoi visualizzare il tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:30'),(1771,1779,'it',0,NULL,'Non puoi vedere lo stato. ',NULL,'',0,'2018-11-12 23:39:30'),(1772,1780,'it',0,NULL,'Didascalia',NULL,'',0,'2018-11-12 23:39:30'),(1773,1781,'it',0,NULL,'Didascalia per l\'allegato, così come presente nel database.',NULL,'',0,'2018-11-12 23:39:30'),(1774,1782,'it',0,NULL,'Didascalia per questa immagine&hellip;',NULL,'',0,'2018-11-12 23:39:30'),(1775,1783,'it',0,NULL,'Didascalie/Sottotitoli',NULL,'',0,'2018-11-12 23:39:30'),(1776,1784,'it',0,NULL,'Catalano',NULL,'',0,'2018-11-12 23:39:30'),(1777,1785,'it',0,NULL,'Categorie',NULL,'',0,'2018-11-12 23:39:30'),(1778,1786,'it',0,NULL,'Elenco delle categorie',NULL,'',0,'2018-11-12 23:39:30'),(1779,1787,'it',0,NULL,'Navigazione elenco categorie',NULL,'',0,'2018-11-12 23:39:30'),(1780,1788,'it',0,NULL,'Categoria: %s',NULL,'',0,'2018-11-12 23:39:30'),(1781,1789,'it',0,NULL,'Attenzione: questi temi potrebbero essere attivi su altri siti del network. Desideri procedere?',NULL,'',0,'2018-11-12 23:39:30'),(1782,1790,'it',0,NULL,'Padding cella',NULL,'',0,'2018-11-12 23:39:30'),(1783,1791,'it',0,NULL,'Spaziatura cella',NULL,'',0,'2018-11-12 23:39:30'),(1784,1792,'it',0,NULL,'Tipo cella',NULL,'',0,'2018-11-12 23:39:30'),(1785,1793,'it',0,NULL,'Centro',NULL,'',0,'2018-11-12 23:39:30'),(1786,1794,'it',0,NULL,'Cambia audio',NULL,'',0,'2018-11-12 23:39:30'),(1787,1795,'it',0,NULL,'Cambia file',NULL,'',0,'2018-11-12 23:39:30'),(1788,1796,'it',0,NULL,'Cambia immagine',NULL,'',0,'2018-11-12 23:39:30'),(1789,1797,'it',0,NULL,'Cambia il logo',NULL,'',0,'2018-11-12 23:39:30'),(1790,1798,'it',0,NULL,'Cambia il tema',NULL,'',0,'2018-11-12 23:39:30'),(1791,1799,'it',0,NULL,'Cambia il video',NULL,'',0,'2018-11-12 23:39:30'),(1792,1800,'it',0,NULL,'Le modifiche sono già state cancellate.',NULL,'',0,'2018-11-12 23:39:30'),(1793,1801,'it',0,NULL,'Cambiamenti salvati',NULL,'',0,'2018-11-12 23:39:30'),(1794,1802,'it',0,NULL,'Le modifiche sono state cancellate',NULL,'',0,'2018-11-12 23:39:30'),(1795,1803,'it',0,NULL,'Changeset è in modifica da un altro utente.',NULL,'',0,'2018-11-12 23:39:30'),(1796,1804,'it',0,NULL,'Capitoli',NULL,'',0,'2018-11-12 23:39:30'),(1797,1805,'it',0,NULL,'Verifica ortografia',NULL,'',0,'2018-11-12 23:39:30'),(1798,1806,'it',0,NULL,'Controllare la cartella Cestino o Spam del proprio programma email. A volte le email finiscono lì per errore.',NULL,'',0,'2018-11-12 23:39:30'),(1799,1807,'it',0,NULL,'Controllare la propria casella email per il link di conferma.',NULL,'',0,'2018-11-12 23:39:30'),(1800,1808,'it',0,NULL,'Controllare la tua email per la tua nuova password.',NULL,'',0,'2018-11-12 23:39:30'),(1801,1809,'it',0,NULL,'Controlla la tua posta in arrivo a %s e fai clic sul link.',NULL,'',0,'2018-11-12 23:39:30'),(1802,1810,'it',0,NULL,'Cinese',NULL,'',0,'2018-11-12 23:39:30'),(1803,1811,'it',0,NULL,'Cinese (semplificato)',NULL,'',0,'2018-11-12 23:39:30'),(1804,1812,'it',0,NULL,'Cinese (tradizionale)',NULL,'',0,'2018-11-12 23:39:30'),(1805,1813,'it',0,NULL,'Scegli immagine',NULL,'',0,'2018-11-12 23:39:30'),(1806,1814,'it',0,NULL,'Scegli audio',NULL,'',0,'2018-11-12 23:39:30'),(1807,1815,'it',0,NULL,'Scegli un file',NULL,'',0,'2018-11-12 23:39:30'),(1808,1816,'it',0,NULL,'Scegli un tag fra quelli più utilizzati',NULL,'',0,'2018-11-12 23:39:30'),(1809,1817,'it',0,NULL,'Scegli immagine',NULL,'',0,'2018-11-12 23:39:30'),(1810,1818,'it',0,NULL,'Scegli il logo',NULL,'',0,'2018-11-12 23:39:30'),(1811,1819,'it',0,NULL,'Scegli un video',NULL,'',0,'2018-11-12 23:39:30'),(1812,1820,'it',0,NULL,'Città aggiornata. L\'elenco eventi mostra quelli vicino a %s.',NULL,'',0,'2018-11-12 23:39:30'),(1813,1821,'it',0,NULL,'Pulisci',NULL,'',0,'2018-11-12 23:39:30'),(1814,1822,'it',0,NULL,'Cancella risultati',NULL,'',0,'2018-11-12 23:39:30'),(1815,1823,'it',0,NULL,'Rimuovi colore',NULL,'',0,'2018-11-12 23:39:30'),(1816,1824,'it',0,NULL,'Cancella formattazione',NULL,'',0,'2018-11-12 23:39:30'),(1817,1825,'it',0,NULL,'Fare clic su &#8220;Aggiungi nuova immagine&#8221; per caricare un file immagine dal tuo computer. Il tema funziona al meglio con una immagine che corrisponde alla dimensione del video &#8212; potrai ritagliare l\'immagine dopo il caricamento per adattarla al meglio.',NULL,'',0,'2018-11-12 23:39:30'),(1818,1826,'it',0,NULL,'Fare clic su &#8220;Aggiungi nuova immagine&#8221; per caricare un file immagine dal tuo computer. Il tema funziona al meglio con una immagine con una testata di altezza pari a %s pixel &#8212; potrai ritagliare l\'immagine dopo il caricamento per adattarla al meglio.',NULL,'',0,'2018-11-12 23:39:30'),(1819,1827,'it',0,NULL,'Fare clic su &#8220;Aggiungi nuova immagine&#8221; per caricare un file immagine dal tuo computer. Il tema funziona al meglio con una immagine di dimensione pari a %s pixel &#8212; potrai ritagliare l\'immagine dopo il caricamento per adattarla al meglio.',NULL,'',0,'2018-11-12 23:39:30'),(1820,1828,'it',0,NULL,'Fare clic su &#8220;Aggiungi nuova immagine&#8221; per caricare un file immagine dal tuo computer. Il tema funziona al meglio con una immagine con una testata di larghezza pari a %s pixel &#8212; potrai ritagliare l\'immagine dopo il caricamento per adattarla al meglio.',NULL,'',0,'2018-11-12 23:39:30'),(1821,1829,'it',0,NULL,'Fai clic su &#8220;Avanti&#8221; per cominciare ad aggiungere i link al tuo nuovo menu.',NULL,'',0,'2018-11-12 23:39:30'),(1822,1830,'it',0,NULL,'Fai clic qui per annullare la risposta.',NULL,'',0,'2018-11-12 23:39:30'),(1823,1831,'it',0,NULL,'Fai clic per modificare il titolo del sito.',NULL,'',0,'2018-11-12 23:39:30'),(1824,1832,'it',0,NULL,'Fai clic per modificare questo elemento.',NULL,'',0,'2018-11-12 23:39:30'),(1825,1833,'it',0,NULL,'Fai clic per modificare questo menu.',NULL,'',0,'2018-11-12 23:39:30'),(1826,1834,'it',0,NULL,'Fai clic per modificare questo widget.',NULL,'',0,'2018-11-12 23:39:30'),(1827,1835,'it',0,NULL,'Chiudi',NULL,'',0,'2018-11-12 23:39:30'),(1828,1836,'it',0,NULL,'Chiudi tutti i tag aperti',NULL,'',0,'2018-11-12 23:39:30'),(1829,1837,'it',0,NULL,'Chiudi il  tag citazione',NULL,'',0,'2018-11-12 23:39:30'),(1830,1838,'it',0,NULL,'Chiudi il tag bold',NULL,'',0,'2018-11-12 23:39:30'),(1831,1839,'it',0,NULL,'Chiudi il tag di elenco puntato',NULL,'',0,'2018-11-12 23:39:30'),(1832,1840,'it',0,NULL,'Chiudi il tag code',NULL,'',0,'2018-11-12 23:39:30'),(1833,1841,'it',0,NULL,'Chiudi il tag di testo eliminato',NULL,'',0,'2018-11-12 23:39:30'),(1834,1842,'it',0,NULL,'Chiudi la finestra di dialogo',NULL,'',0,'2018-11-12 23:39:30'),(1835,1843,'it',0,NULL,'Chiudi il tag di testo',NULL,'',0,'2018-11-12 23:39:30'),(1836,1844,'it',0,NULL,'Chiudi il tag corsivo',NULL,'',0,'2018-11-12 23:39:30'),(1837,1845,'it',0,NULL,'Chiudi il tag di voce in elenco',NULL,'',0,'2018-11-12 23:39:30'),(1838,1846,'it',0,NULL,'Chiudi il pannello media',NULL,'',0,'2018-11-12 23:39:30'),(1839,1847,'it',0,NULL,'Chiudi il tag di elenco numerato',NULL,'',0,'2018-11-12 23:39:30'),(1840,1848,'it',0,NULL,'Chiudere la modalità di riordino',NULL,'',0,'2018-11-12 23:39:30'),(1841,1849,'it',0,NULL,'Chiudi la finestra di condivisione',NULL,'',0,'2018-11-12 23:39:30'),(1842,1850,'it',0,NULL,'Chiudi l\'uploader',NULL,'',0,'2018-11-12 23:39:30'),(1843,1851,'it',0,NULL,'Cmd + lettera:',NULL,'',0,'2018-11-12 23:39:30'),(1844,1852,'it',0,NULL,'Codice',NULL,'',0,'2018-11-12 23:39:30'),(1845,1853,'it',0,NULL,'Collassa il menu principale',NULL,'',0,'2018-11-12 23:39:30'),(1846,1854,'it',0,NULL,'Colore',NULL,'',0,'2018-11-12 23:39:30'),(1847,1855,'it',0,NULL,'Valore del colore',NULL,'',0,'2018-11-12 23:39:30'),(1848,1856,'it',0,NULL,'Colori',NULL,'',0,'2018-11-12 23:39:30'),(1849,1857,'it',0,NULL,'Colonna gruppo',NULL,'',0,'2018-11-12 23:39:30'),(1850,1858,'it',0,NULL,'Colonne',NULL,'',0,'2018-11-12 23:39:30'),(1851,1859,'it',0,NULL,'da&#8217;,di&#8217;,fa&#8217;,sta&#8217;,va&#8217;,be&#8217;,po&#8217;,mo&#8217;,a&#8217;,de&#8217;,co&#8217;',NULL,'',0,'2018-11-12 23:39:30'),(1852,1860,'it',0,NULL,'su,un,uno,una,sono,siete,come,alle,allo,alla,essere,di,da,per,in,con,per,tra,fra,come,è,egli,ella,essi,loro,il,al,le,lo,oppure,questo,quello,queste,questi,quelli,quelle,a,era,eri,erano,cosa,quando,dove,chi,www',NULL,'',0,'2018-11-12 23:39:30'),(1853,1861,'it',0,NULL,'da\',di\',fa\',sta\',va\',be\',po\',mo\',a\',de\',co\'',NULL,'',0,'2018-11-12 23:39:30'),(1854,1862,'it',0,NULL,'Il commento %d contiene dati personali che potrebbero non essere anonimizzabili.',NULL,'',0,'2018-11-12 23:39:30'),(1855,1863,'it',0,NULL,'Autore commento',NULL,'',0,'2018-11-12 23:39:30'),(1856,1864,'it',0,NULL,'Email autore commento',NULL,'',0,'2018-11-12 23:39:30'),(1857,1865,'it',0,NULL,'IP autore commento',NULL,'',0,'2018-11-12 23:39:30'),(1858,1866,'it',0,NULL,'URL autore commento',NULL,'',0,'2018-11-12 23:39:30'),(1859,1867,'it',0,NULL,'User agent autore commento',NULL,'',0,'2018-11-12 23:39:30'),(1860,1868,'it',0,NULL,'Contenuto commento',NULL,'',0,'2018-11-12 23:39:30'),(1861,1869,'it',0,NULL,'Data commento',NULL,'',0,'2018-11-12 23:39:30'),(1862,1870,'it',0,NULL,'Inserimento commento fallito.',NULL,'',0,'2018-11-12 23:39:30'),(1863,1871,'it',0,NULL,'URL commento',NULL,'',0,'2018-11-12 23:39:30'),(1864,1872,'it',0,NULL,'Il nome e l\'email dell\'autore del commento sono obbligatori.',NULL,'',0,'2018-11-12 23:39:30'),(1865,1873,'it',0,NULL,'Il campo del commento supera la lunghezza massima consentita.',NULL,'',0,'2018-11-12 23:39:30'),(1866,1874,'it',0,NULL,'Il commento è obbligatorio.',NULL,'',0,'2018-11-12 23:39:30'),(1867,1875,'it',0,NULL,'off',NULL,'',0,'2018-11-12 23:39:30'),(1868,1876,'it',0,NULL,'Commenti su %1$s di %2$s',NULL,'',0,'2018-11-12 23:39:30'),(1869,1877,'it',0,NULL,'Commento: %s',NULL,'',0,'2018-11-12 23:39:30'),(1870,1878,'it',0,NULL,'Commenti',NULL,'',0,'2018-11-12 23:39:30'),(1871,1879,'it',0,NULL,'Commenti (%s)',NULL,'',0,'2018-11-12 23:39:30'),(1872,1880,'it',0,NULL,'<abbr title=\"Really Simple Syndication\">RSS</abbr> dei commenti',NULL,'',0,'2018-11-12 23:39:30'),(1873,1881,'it',0,NULL,'Feed dei commenti',NULL,'',0,'2018-11-12 23:39:30'),(1874,1882,'it',0,NULL,'Commenti disabilitati<span class=\"screen-reader-text\"> su %s</span>',NULL,'',0,'2018-11-12 23:39:30'),(1875,1883,'it',0,NULL,'I commenti sono chiusi.',NULL,'',0,'2018-11-12 23:39:30'),(1876,1884,'it',0,NULL,'Commenti per %1$s ricercati in %2$s',NULL,'',0,'2018-11-12 23:39:30'),(1877,1885,'it',0,NULL,'Commenti per %s',NULL,'',0,'2018-11-12 23:39:30'),(1878,1886,'it',0,NULL,'Navigazione commenti',NULL,'',0,'2018-11-12 23:39:30'),(1879,1887,'it',0,NULL,'Commenti a %s',NULL,'',0,'2018-11-12 23:39:30'),(1880,1888,'it',0,NULL,'Commenti a: %s',NULL,'',0,'2018-11-12 23:39:30'),(1881,1889,'it',0,NULL,'Completato',NULL,'',0,'2018-11-12 23:39:30'),(1882,1890,'it',0,NULL,'I tag condizionali di una query non funzionano prima che la query sia stata eseguita. Prima dell\'esecuzione restituiscono sempre il valore False.',NULL,'',0,'2018-11-12 23:39:30'),(1883,1891,'it',0,NULL,'Conferma la nuova password',NULL,'',0,'2018-11-12 23:39:30'),(1884,1892,'it',0,NULL,'Conferma l\'azione \"%s\"',NULL,'',0,'2018-11-12 23:39:30'),(1885,1893,'it',0,NULL,'Conferma l\'uso della password debole.',NULL,'',0,'2018-11-12 23:39:30'),(1886,1894,'it',0,NULL,'Confermato',NULL,'',0,'2018-11-12 23:39:30'),(1887,1895,'it',0,NULL,'Congratulazioni! Il tuo nuovo blog, %s, è quasi pronto.',NULL,'',0,'2018-11-12 23:39:30'),(1888,1896,'it',0,NULL,'Connessione persa oppure il server è occupato. Riprova più tardi.',NULL,'',0,'2018-11-12 23:39:30'),(1889,1897,'it',0,NULL,'Mantieni le proporzioni',NULL,'',0,'2018-11-12 23:39:30'),(1890,1898,'it',0,NULL,'Contenuto',NULL,'',0,'2018-11-12 23:39:30'),(1891,1899,'it',0,NULL,'Il contenuto dell\'oggetto, come riportato nel database.',NULL,'',0,'2018-11-12 23:39:30'),(1892,1900,'it',0,NULL,'L\'hash del contenuto non corrisponde a quanto atteso.',NULL,'',0,'2018-11-12 23:39:30'),(1893,1901,'it',0,NULL,'Contenuto, titolo e riassunto sono vuoti.',NULL,'',0,'2018-11-12 23:39:30'),(1894,1902,'it',0,NULL,'Messaggio:',NULL,'',0,'2018-11-12 23:39:30'),(1895,1903,'it',0,NULL,'Leggi tutto %s',NULL,'',0,'2018-11-12 23:39:30'),(1896,1904,'it',0,NULL,'Convertire in visualizzazione gli emoticon tipo :-) e :-P in simboli grafici.',NULL,'',0,'2018-11-12 23:39:30'),(1897,1905,'it',0,NULL,'Il nonce del cookie non valido',NULL,'',0,'2018-11-12 23:39:30'),(1898,1906,'it',0,NULL,'Copiato',NULL,'',0,'2018-11-12 23:39:30'),(1899,1907,'it',0,NULL,'Copia',NULL,'',0,'2018-11-12 23:39:30'),(1900,1908,'it',0,NULL,'Copia e incolla questo URL nel tuo sito WordPress per farne l\'embed',NULL,'',0,'2018-11-12 23:39:30'),(1901,1909,'it',0,NULL,'Copia e incolla questo codice nel tuo sito per farne l\'embed',NULL,'',0,'2018-11-12 23:39:30'),(1902,1910,'it',0,NULL,'Copia la riga della tabella',NULL,'',0,'2018-11-12 23:39:30'),(1903,1911,'it',0,NULL,'Impossibile calcolare la dimensioni dell\'immagine ridimensionata',NULL,'',0,'2018-11-12 23:39:30'),(1904,1912,'it',0,NULL,'Impossibile creare il sito.',NULL,'',0,'2018-11-12 23:39:30'),(1905,1913,'it',0,NULL,'Impossibile creare l\'utente',NULL,'',0,'2018-11-12 23:39:30'),(1906,1914,'it',0,NULL,'Impossibile eliminare il valore del meta dal database.',NULL,'',0,'2018-11-12 23:39:30'),(1907,1915,'it',0,NULL,'Non riesco a trovare la stringa specifica.',NULL,'',0,'2018-11-12 23:39:30'),(1908,1916,'it',0,NULL,'È impossibile inserire l\'articolo nel database',NULL,'',0,'2018-11-12 23:39:30'),(1909,1917,'it',0,NULL,'Non è possibile inserire il termine nel database',NULL,'',0,'2018-11-12 23:39:30'),(1910,1918,'it',0,NULL,'Impossibile inserire la relazione per il termine nel database.',NULL,'',0,'2018-11-12 23:39:30'),(1911,1919,'it',0,NULL,'Impossibile caricare l\'immagine di anteprima. Ricarica la pagina e riprova.',NULL,'',0,'2018-11-12 23:39:30'),(1912,1920,'it',0,NULL,'Non riesco ad aprire l\'handle del file.',NULL,'',0,'2018-11-12 23:39:30'),(1913,1921,'it',0,NULL,'Non è possibile aprire un handle tra %1$s e %2$s.',NULL,'',0,'2018-11-12 23:39:30'),(1914,1922,'it',0,NULL,'Impossibile leggere le dimensioni dell\'immagine.',NULL,'',0,'2018-11-12 23:39:30'),(1915,1923,'it',0,NULL,'Non posso salvare la chiave di reset della password nel database.',NULL,'',0,'2018-11-12 23:39:30'),(1916,1924,'it',0,NULL,'Impossibile impostare questo elemento come miniatura della pagina. Provare con un differente allegato.',NULL,'',0,'2018-11-12 23:39:30'),(1917,1925,'it',0,NULL,'Impossibile dividere termini condivisi.',NULL,'',0,'2018-11-12 23:39:30'),(1918,1926,'it',0,NULL,'Impossibile aggiornare lo stato del commento',NULL,'',0,'2018-11-12 23:39:30'),(1919,1927,'it',0,NULL,'Impossibile aggiornare il valore del meta nel database.',NULL,'',0,'2018-11-12 23:39:30'),(1920,1928,'it',0,NULL,'Impossibile aggiornare l\'articolo nel database',NULL,'',0,'2018-11-12 23:39:30'),(1921,1929,'it',0,NULL,'Impossibile scrivere il file %1$s (%2$s).',NULL,'',0,'2018-11-12 23:39:30'),(1922,1930,'it',0,NULL,'Impossibile scrivere il file %s',NULL,'',0,'2018-11-12 23:39:30'),(1923,1931,'it',0,NULL,'Crea playlist audio ',NULL,'',0,'2018-11-12 23:39:30'),(1924,1932,'it',0,NULL,'Crea galleria',NULL,'',0,'2018-11-12 23:39:30'),(1925,1933,'it',0,NULL,'Crea menu',NULL,'',0,'2018-11-12 23:39:30'),(1926,1934,'it',0,NULL,'Crea un nuovo menu',NULL,'',0,'2018-11-12 23:39:30'),(1927,1935,'it',0,NULL,'Crea sito',NULL,'',0,'2018-11-12 23:39:30'),(1928,1936,'it',0,NULL,'Crea playlist video',NULL,'',0,'2018-11-12 23:39:30'),(1929,1937,'it',0,NULL,'Crea un file di configurazione',NULL,'',0,'2018-11-12 23:39:30'),(1930,1938,'it',0,NULL,'Crea un menu per questa posizione',NULL,'',0,'2018-11-12 23:39:30'),(1931,1939,'it',0,NULL,'Crea una nuova galleria',NULL,'',0,'2018-11-12 23:39:30'),(1932,1940,'it',0,NULL,'Crea una nuova playlist',NULL,'',0,'2018-11-12 23:39:30'),(1933,1941,'it',0,NULL,'Crea una nuova playlist video',NULL,'',0,'2018-11-12 23:39:30'),(1934,1942,'it',0,NULL,'Creare un commento richiede valori corretti per il nome e l\'email dell\'autore.',NULL,'',0,'2018-11-12 23:39:30'),(1935,1943,'it',0,NULL,'Impossibile creare il commento.',NULL,'',0,'2018-11-12 23:39:30'),(1936,1944,'it',0,NULL,'Croato',NULL,'',0,'2018-11-12 23:39:30'),(1937,1945,'it',0,NULL,'Ritaglia immagine',NULL,'',0,'2018-11-12 23:39:30'),(1938,1946,'it',0,NULL,'Ritaglia la miniatura alle dimensioni esatte',NULL,'',0,'2018-11-12 23:39:30'),(1939,1947,'it',0,NULL,'Ritaglia la tua immagine',NULL,'',0,'2018-11-12 23:39:30'),(1940,1948,'it',0,NULL,'Ritaglio&hellip;',NULL,'',0,'2018-11-12 23:39:30'),(1941,1949,'it',0,NULL,'Elaborazione&hellip;',NULL,'',0,'2018-11-12 23:39:30'),(1942,1950,'it',0,NULL,'Ctrl + Alt + lettera:',NULL,'',0,'2018-11-12 23:39:30'),(1943,1951,'it',0,NULL,'Ctrl + lettera:',NULL,'',0,'2018-11-12 23:39:30'),(1944,1952,'it',0,NULL,'Intestazione attuale',NULL,'',0,'2018-11-12 23:39:30'),(1945,1953,'it',0,NULL,'Immagine attuale: %s',NULL,'',0,'2018-11-12 23:39:30'),(1946,1954,'it',0,NULL,'Pagina corrente dell\'elenco.',NULL,'',0,'2018-11-12 23:39:30'),(1947,1955,'it',0,NULL,'Attualmente è presente %s commento in attesa di approvazione. Visitare il pannello di moderazione:',NULL,'',0,'2018-11-12 23:39:30'),(1948,1956,'it',0,NULL,'Attualmente sono presenti %s commenti in attesa di approvazione. Visitare il pannello di moderazione:',NULL,'',0,'2018-11-12 23:39:30'),(1949,1957,'it',0,NULL,'CSS personalizzato',NULL,'',0,'2018-11-12 23:39:30'),(1950,1958,'it',0,NULL,'HTML personalizzato',NULL,'',0,'2018-11-12 23:39:30'),(1951,1959,'it',0,NULL,'Widget HTML personalizzato',NULL,'',0,'2018-11-12 23:39:30'),(1952,1960,'it',0,NULL,'Link personalizzato',NULL,'',0,'2018-11-12 23:39:30'),(1953,1961,'it',0,NULL,'Link personalizzati',NULL,'',0,'2018-11-12 23:39:30'),(1954,1962,'it',0,NULL,'Personalizzato',NULL,'',0,'2018-11-12 23:39:30'),(1955,1963,'it',0,NULL,'Dimensioni personalizzate',NULL,'',0,'2018-11-12 23:39:30'),(1956,1964,'it',0,NULL,'URL personalizzata',NULL,'',0,'2018-11-12 23:39:30'),(1957,1965,'it',0,NULL,'Colore personalizzato',NULL,'',0,'2018-11-12 23:39:30'),(1958,1966,'it',0,NULL,'Personalizza',NULL,'',0,'2018-11-12 23:39:30'),(1959,1967,'it',0,NULL,'Aggiungi nuovo',NULL,'',0,'2018-11-12 23:39:30'),(1960,1968,'it',0,NULL,'Personalizza il tema: %s',NULL,'',0,'2018-11-12 23:39:30'),(1961,1969,'it',0,NULL,'Personalizza %s',NULL,'',0,'2018-11-12 23:39:30'),(1962,1970,'it',0,NULL,'Personalizza',NULL,'',0,'2018-11-12 23:39:30'),(1963,1971,'it',0,NULL,'Stai personalizzando',NULL,'',0,'2018-11-12 23:39:30'),(1964,1972,'it',0,NULL,'Stai personalizzando &#9656; %s',NULL,'',0,'2018-11-12 23:39:30'),(1965,1973,'it',0,NULL,'Taglia',NULL,'',0,'2018-11-12 23:39:30'),(1966,1974,'it',0,NULL,'Taglia riga tabella',NULL,'',0,'2018-11-12 23:39:30'),(1967,1975,'it',0,NULL,'Ceco',NULL,'',0,'2018-11-12 23:39:30'),(1968,1976,'it',0,NULL,'Danese',NULL,'',0,'2018-11-12 23:39:30'),(1969,1977,'it',0,NULL,'Scuro',NULL,'',0,'2018-11-12 23:39:30'),(1970,1978,'it',0,NULL,'Bacheca',NULL,'',0,'2018-11-12 23:39:30'),(1971,1979,'it',0,NULL,'Errore del database',NULL,'',0,'2018-11-12 23:39:30'),(1972,1980,'it',0,NULL,'Data',NULL,'',0,'2018-11-12 23:39:30'),(1973,1981,'it',0,NULL,'Formato data',NULL,'',0,'2018-11-12 23:39:30'),(1974,1982,'it',0,NULL,'Data/ora',NULL,'',0,'2018-11-12 23:39:30'),(1975,1983,'it',0,NULL,'Giorno',NULL,'',0,'2018-11-12 23:39:30'),(1976,1984,'it',0,NULL,'Giorno: %s',NULL,'',0,'2018-11-12 23:39:30'),(1977,1985,'it',0,NULL,'dicembre',NULL,'',0,'2018-11-12 23:39:30'),(1978,1986,'it',0,NULL,'Dic',NULL,'',0,'2018-11-12 23:39:30'),(1979,1987,'it',0,NULL,'Decrementa rientro',NULL,'',0,'2018-11-12 23:39:30'),(1980,1988,'it',0,NULL,'Predefinito',NULL,'',0,'2018-11-12 23:39:30'),(1981,1989,'it',0,NULL,'Predefinito',NULL,'',0,'2018-11-12 23:39:30'),(1982,1990,'it',0,NULL,'Categoria predefinita per gli articoli.',NULL,'',0,'2018-11-12 23:39:30'),(1983,1991,'it',0,NULL,'Formato dell\'articolo predefinito.',NULL,'',0,'2018-11-12 23:39:30'),(1984,1992,'it',0,NULL,'Scorciatoie predefinite,',NULL,'',0,'2018-11-12 23:39:30'),(1985,1993,'it',0,NULL,'Elimina menu',NULL,'',0,'2018-11-12 23:39:30'),(1986,1994,'it',0,NULL,'Elimina definitivamente',NULL,'',0,'2018-11-12 23:39:30'),(1987,1995,'it',0,NULL,'Elimina i selezionati',NULL,'',0,'2018-11-12 23:39:30'),(1988,1996,'it',0,NULL,'Elimina colonna',NULL,'',0,'2018-11-12 23:39:30'),(1989,1997,'it',0,NULL,'Eliminare: %s',NULL,'',0,'2018-11-12 23:39:30'),(1990,1998,'it',0,NULL,'Elimina riga',NULL,'',0,'2018-11-12 23:39:30'),(1991,1999,'it',0,NULL,'Elimina tabella',NULL,'',0,'2018-11-12 23:39:30'),(1992,2000,'it',0,NULL,'Testo eliminato (barrato)',NULL,'',0,'2018-11-12 23:39:30'),(1993,2001,'it',0,NULL,'Eliminazione...',NULL,'',0,'2018-11-12 23:39:30'),(1994,2002,'it',0,NULL,'Eliminazione fallita: %s',NULL,'',0,'2018-11-12 23:39:30'),(1995,2003,'it',0,NULL,'Descrivi questo file audio&hellip;',NULL,'',0,'2018-11-12 23:39:30'),(1996,2004,'it',0,NULL,'Descrivi questo file multimediale&hellip;',NULL,'',0,'2018-11-12 23:39:30'),(1997,2005,'it',0,NULL,'Descrivi questo video&hellip;',NULL,'',0,'2018-11-12 23:39:30'),(1998,2006,'it',0,NULL,'Descrizione',NULL,'',0,'2018-11-12 23:39:30'),(1999,2007,'it',0,NULL,'Descrizione dell\'oggetto, così come presente nel database.',NULL,'',0,'2018-11-12 23:39:30'),(2000,2008,'it',0,NULL,'La descrizione dell\'utente. ',NULL,'',0,'2018-11-12 23:39:30'),(2001,2009,'it',0,NULL,'Deseleziona',NULL,'',0,'2018-11-12 23:39:30'),(2002,2010,'it',0,NULL,'La directory di destinazione per il file di streaming non esiste o non è scrivibile.',NULL,'',0,'2018-11-12 23:39:30'),(2003,2011,'it',0,NULL,'Dettagli circa il file media, specifici a seconda della sua tipologia.',NULL,'',0,'2018-11-12 23:39:30'),(2004,2012,'it',0,NULL,'Dettagli per il tema: %s',NULL,'',0,'2018-11-12 23:39:30'),(2005,2013,'it',0,NULL,'Hai appena incollato codice HTML?',NULL,'',0,'2018-11-12 23:39:30'),(2006,2014,'it',0,NULL,'Lo sai che ora c\'è un nuovo widget di &#8220;HTML personalizzato&#8221;? Puoi trovarlo premendo il pulsante &#8220;<a class=\"add-widget\" href=\"#\">Aggiungi un widget</a>&#8221; e cercando &#8220;HTML personalizzato&#8221;. Provalo per aggiungere del codice personalizzato al tuo sito!',NULL,'',0,'2018-11-12 23:39:30'),(2007,2015,'it',0,NULL,'Lo sai che ora c\'è un nuovo widget &#8220;HTML personalizzato&#8221;? Puoi trovarlo scorrendo la lista dei widget disponibili in questa schermata. Provalo per aggiungere del codice personalizzato al tuo sito!',NULL,'',0,'2018-11-12 23:39:30'),(2008,2016,'it',0,NULL,'Dimensioni',NULL,'',0,'2018-11-12 23:39:30'),(2009,2017,'it',0,NULL,'Dimensioni:',NULL,'',0,'2018-11-12 23:39:30'),(2010,2018,'it',0,NULL,'Annulla le modifiche',NULL,'',0,'2018-11-12 23:39:30'),(2011,2019,'it',0,NULL,'Rimuovi',NULL,'',0,'2018-11-12 23:39:30'),(2012,2020,'it',0,NULL,'Nascondi l\'errore',NULL,'',0,'2018-11-12 23:39:30'),(2013,2021,'it',0,NULL,'Nascondi questa notifica.',NULL,'',0,'2018-11-12 23:39:30'),(2014,2022,'it',0,NULL,'Impostazioni di visualizzazione',NULL,'',0,'2018-11-12 23:39:30'),(2015,2023,'it',0,NULL,'Mostra il titolo del sito e il motto',NULL,'',0,'2018-11-12 23:39:30'),(2016,2024,'it',0,NULL,'Visualizza come menu a discesa',NULL,'',0,'2018-11-12 23:39:30'),(2017,2025,'it',0,NULL,'Se disponibile, visualizza l\'autore delle voci?',NULL,'',0,'2018-11-12 23:39:30'),(2018,2026,'it',0,NULL,'Visualizza il contenuto delle voci?',NULL,'',0,'2018-11-12 23:39:30'),(2019,2027,'it',0,NULL,'Visualizza la data delle voci?',NULL,'',0,'2018-11-12 23:39:30'),(2020,2028,'it',0,NULL,'%1$s %2$s',NULL,'',0,'2018-11-12 23:39:30'),(2021,2029,'it',0,NULL,'Nome pubblico visualizzato per l\'autore dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:30'),(2022,2030,'it',0,NULL,'Visualizza il nome dell\'utente. ',NULL,'',0,'2018-11-12 23:39:30'),(2023,2031,'it',0,NULL,'Visualizzare la data dell’articolo?',NULL,'',0,'2018-11-12 23:39:30'),(2024,2032,'it',0,NULL,'Visualizza %d temi',NULL,'',0,'2018-11-12 23:39:30'),(2025,2033,'it',0,NULL,'Visualizza un video della libreria dei media o da YouTube, Vimeo o altri provider.',NULL,'',0,'2018-11-12 23:39:30'),(2026,2034,'it',0,NULL,'Visualizza un player audio.',NULL,'',0,'2018-11-12 23:39:30'),(2027,2035,'it',0,NULL,'Visualizza una galleria di immagini.',NULL,'',0,'2018-11-12 23:39:30'),(2028,2036,'it',0,NULL,'Visualizza un\'immagine.',NULL,'',0,'2018-11-12 23:39:30'),(2029,2037,'it',0,NULL,'Modalità di scrittura senza distrazioni',NULL,'',0,'2018-11-12 23:39:30'),(2030,2038,'it',0,NULL,'Non de-registrare lo script %1$s nell\'area amministrativa. Per farlo per il tema utilizzato ricorri all\'hook %2$s.',NULL,'',0,'2018-11-12 23:39:30'),(2031,2039,'it',0,NULL,'Non passare i %1$s tag a %2$s.',NULL,'',0,'2018-11-12 23:39:30'),(2032,2040,'it',0,NULL,'Vuoi veramente <a href=\"%s\">uscire</a>?',NULL,'',0,'2018-11-12 23:39:30'),(2033,2041,'it',0,NULL,'Anteprima documento',NULL,'',0,'2018-11-12 23:39:30'),(2034,2042,'it',0,NULL,'Proprietà documento',NULL,'',0,'2018-11-12 23:39:30'),(2035,2043,'it',0,NULL,'Documentazione',NULL,'',0,'2018-11-12 23:39:30'),(2036,2044,'it',0,NULL,'L\'utente %1$s ha i permessi per usare il database %2$s?',NULL,'',0,'2018-11-12 23:39:30'),(2037,2045,'it',0,NULL,'Fatto',NULL,'',0,'2018-11-12 23:39:30'),(2038,2046,'it',0,NULL,'Scarica il video',NULL,'',0,'2018-11-12 23:39:30'),(2039,2047,'it',0,NULL,'Scaricamento del tuo nuovo tema&hellip;',NULL,'',0,'2018-11-12 23:39:30'),(2040,2048,'it',0,NULL,'Bozza',NULL,'',0,'2018-11-12 23:39:30'),(2041,2049,'it',0,NULL,'Bozza <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:30'),(2042,2050,'it',0,NULL,'Bozze <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:30'),(2043,2051,'it',0,NULL,'Bozza salvata',NULL,'',0,'2018-11-12 23:39:30'),(2044,2052,'it',0,NULL,'Trascina per riordinare i file.',NULL,'',0,'2018-11-12 23:39:30'),(2045,2053,'it',0,NULL,'Trascina e rilascia per riordinare le tracce.',NULL,'',0,'2018-11-12 23:39:30'),(2046,2054,'it',0,NULL,'Trascina e rilascia per riordinare i video.',NULL,'',0,'2018-11-12 23:39:30'),(2047,2055,'it',0,NULL,'Trascina qui i riquadri',NULL,'',0,'2018-11-12 23:39:30'),(2048,2056,'it',0,NULL,'Rilascia i file qui dentro per caricarli',NULL,'',0,'2018-11-12 23:39:30'),(2049,2057,'it',0,NULL,'Trascina file per caricare',NULL,'',0,'2018-11-12 23:39:30'),(2050,2058,'it',0,NULL,'Identificato un commento duplicato; sembra che tu abbia già scritto questo commento!',NULL,'',0,'2018-11-12 23:39:30'),(2051,2059,'it',0,NULL,'Olandese',NULL,'',0,'2018-11-12 23:39:30'),(2052,2060,'it',0,NULL,'ERRORE: La directory dei temi è vuota o non esiste. Verifica la tua installazione.',NULL,'',0,'2018-11-12 23:39:30'),(2053,2061,'it',0,NULL,'ERRORE: questo non è un template valido per i feed.',NULL,'',0,'2018-11-12 23:39:30'),(2054,2062,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-12 23:39:30'),(2055,2063,'it',0,NULL,'Modifica playlist audio',NULL,'',0,'2018-11-12 23:39:30'),(2056,2064,'it',0,NULL,'Modifica categoria',NULL,'',0,'2018-11-12 23:39:30'),(2057,2065,'it',0,NULL,'Modifica il changeset',NULL,'',0,'2018-11-12 23:39:30'),(2058,2066,'it',0,NULL,'Modifica galleria',NULL,'',0,'2018-11-12 23:39:30'),(2059,2067,'it',0,NULL,'Modifica immagine',NULL,'',0,'2018-11-12 23:39:30'),(2060,2068,'it',0,NULL,'Modifica il link della categoria',NULL,'',0,'2018-11-12 23:39:30'),(2061,2069,'it',0,NULL,'Modifica media',NULL,'',0,'2018-11-12 23:39:30'),(2062,2070,'it',0,NULL,'Modifica il menu',NULL,'',0,'2018-11-12 23:39:30'),(2063,2071,'it',0,NULL,'Modifica il tuo profilo',NULL,'',0,'2018-11-12 23:39:30'),(2064,2072,'it',0,NULL,'Modifica originale',NULL,'',0,'2018-11-12 23:39:30'),(2065,2073,'it',0,NULL,'Modifica pagina',NULL,'',0,'2018-11-12 23:39:30'),(2066,2074,'it',0,NULL,'Modifica articolo',NULL,'',0,'2018-11-12 23:39:30'),(2067,2075,'it',0,NULL,'Modifica la selezione',NULL,'',0,'2018-11-12 23:39:30'),(2068,2076,'it',0,NULL,'Modifica sito',NULL,'',0,'2018-11-12 23:39:30'),(2069,2077,'it',0,NULL,'Modifica tag',NULL,'',0,'2018-11-12 23:39:30'),(2070,2078,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-12 23:39:30'),(2071,2079,'it',0,NULL,'Modifica utente',NULL,'',0,'2018-11-12 23:39:30'),(2072,2080,'it',0,NULL,'Modifica playlist video',NULL,'',0,'2018-11-12 23:39:30'),(2073,2081,'it',0,NULL,'Modifica elemento del menu: %1$s (%2$s)',NULL,'',0,'2018-11-12 23:39:30'),(2074,2082,'it',0,NULL,'Modifica i dettagli aggiuntivi',NULL,'',0,'2018-11-12 23:39:30'),(2075,2083,'it',0,NULL,'Modifica l\'elemento media successivo',NULL,'',0,'2018-11-12 23:39:30'),(2076,2084,'it',0,NULL,'Modifica l\'elemento media precedente',NULL,'',0,'2018-11-12 23:39:30'),(2077,2085,'it',0,NULL,'Modifica il menu selezionato',NULL,'',0,'2018-11-12 23:39:30'),(2078,2086,'it',0,NULL,'Menu dell\'editor (se abilitato)',NULL,'',0,'2018-11-12 23:39:30'),(2079,2087,'it',0,NULL,'Barra degli strumenti dell\'editor',NULL,'',0,'2018-11-12 23:39:30'),(2080,2088,'it',0,NULL,'O non vi sono articoli o qualcosa è andato storto.',NULL,'',0,'2018-11-12 23:39:30'),(2081,2089,'it',0,NULL,'Percorso elementi',NULL,'',0,'2018-11-12 23:39:30'),(2082,2090,'it',0,NULL,'Email',NULL,'',0,'2018-11-12 23:39:30'),(2083,2091,'it',0,NULL,'Indirizzo email dell\'autore dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:30'),(2084,2092,'it',0,NULL,'Indirizzo&nbsp;email:',NULL,'',0,'2018-11-12 23:39:30'),(2085,2093,'it',0,NULL,'Email: %s',NULL,'',0,'2018-11-12 23:39:30'),(2086,2094,'it',0,NULL,'Embed',NULL,'',0,'2018-11-12 23:39:30'),(2087,2095,'it',0,NULL,'Incorpora il media player',NULL,'',0,'2018-11-12 23:39:30'),(2088,2096,'it',0,NULL,'Incorpora o crea un link',NULL,'',0,'2018-11-12 23:39:30'),(2089,2097,'it',0,NULL,'Emoticons',NULL,'',0,'2018-11-12 23:39:30'),(2090,2098,'it',0,NULL,'Termine vuoto',NULL,'',0,'2018-11-12 23:39:30'),(2091,2099,'it',0,NULL,'Nome file vuoto',NULL,'',0,'2018-11-12 23:39:30'),(2092,2100,'it',0,NULL,'Titolo vuoto',NULL,'',0,'2018-11-12 23:39:30'),(2093,2101,'it',0,NULL,'Codifica',NULL,'',0,'2018-11-12 23:39:30'),(2094,2102,'it',0,NULL,'Inglese',NULL,'',0,'2018-11-12 23:39:30'),(2095,2103,'it',0,NULL,'Esclude dall\'insieme dei risultati i commenti provenienti da specifici id di autori. Richiede una autorizzazione.',NULL,'',0,'2018-11-12 23:39:30'),(2096,2104,'it',0,NULL,'Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.',NULL,'',0,'2018-11-12 23:39:30'),(2097,2105,'it',0,NULL,'Esclude specifici ID dall\'insieme dei risultati.',NULL,'',0,'2018-11-12 23:39:30'),(2098,2106,'it',0,NULL,'Esclude dall\'insieme dei risultati gli elementi con l\'ID genitore specificato.',NULL,'',0,'2018-11-12 23:39:30'),(2099,2107,'it',0,NULL,'Inserisci una descrizione per l\'immagine',NULL,'',0,'2018-11-12 23:39:30'),(2100,2108,'it',0,NULL,'Abilita l\'anteprima in modalità desktop',NULL,'',0,'2018-11-12 23:39:30'),(2101,2109,'it',0,NULL,'Abilita l\'anteprima in modalità mobile',NULL,'',0,'2018-11-12 23:39:30'),(2102,2110,'it',0,NULL,'Abilita l\'anteprima in modalità tablet',NULL,'',0,'2018-11-12 23:39:30'),(2103,2111,'it',0,NULL,'Inserisci l\'URL del feed RSS:',NULL,'',0,'2018-11-12 23:39:30'),(2104,2112,'it',0,NULL,'Inserisci l\'URL',NULL,'',0,'2018-11-12 23:39:30'),(2105,2113,'it',0,NULL,'Inserisci l\'URL dell\'immagine',NULL,'',0,'2018-11-12 23:39:30'),(2106,2114,'it',0,NULL,'Inserisci la URL di destinazione',NULL,'',0,'2018-11-12 23:39:30'),(2107,2115,'it',0,NULL,'Inserisci la città più vicina a te per trovare gli eventi locali.',NULL,'',0,'2018-11-12 23:39:30'),(2108,2116,'it',0,NULL,'Digitare nuovamente la password.',NULL,'',0,'2018-11-12 23:39:30'),(2109,2117,'it',0,NULL,'Inserisci la tua password per visualizzare i commenti.',NULL,'',0,'2018-11-12 23:39:30'),(2110,2118,'it',0,NULL,'<abbr title=\"Really Simple Syndication\">RSS</abbr> degli articoli',NULL,'',0,'2018-11-12 23:39:30'),(2111,2119,'it',0,NULL,'Contenuti ricavati da qualsiasi feed RSS o Atom.',NULL,'',0,'2018-11-12 23:39:30'),(2112,2120,'it',0,NULL,'Elimina dati personali',NULL,'',0,'2018-11-12 23:39:30'),(2113,2121,'it',0,NULL,'Si è verificato un errore durante la creazione del nuovo utente. ',NULL,'',0,'2018-11-12 23:39:30'),(2114,2122,'it',0,NULL,'Errore nello stabilire una connessione al database',NULL,'',0,'2018-11-12 23:39:30'),(2115,2123,'it',0,NULL,'Errore di riconnessione al database',NULL,'',0,'2018-11-12 23:39:30'),(2116,2124,'it',0,NULL,'Errore nel salvataggio delle modifiche.',NULL,'',0,'2018-11-12 23:39:30'),(2117,2125,'it',0,NULL,'Estone',NULL,'',0,'2018-11-12 23:39:30'),(2118,2126,'it',0,NULL,'Riassunto',NULL,'',0,'2018-11-12 23:39:30'),(2119,2127,'it',0,NULL,'Il riassunto dell\'oggetto, come riportato nel database.',NULL,'',0,'2018-11-12 23:39:30'),(2120,2128,'it',0,NULL,'Escludi:',NULL,'',0,'2018-11-12 23:39:30'),(2121,2129,'it',0,NULL,'Espandi il menu principale',NULL,'',0,'2018-11-12 23:39:30'),(2122,2130,'it',0,NULL,'Esporta dati personali',NULL,'',0,'2018-11-12 23:39:30'),(2123,2131,'it',0,NULL,'j F Y',NULL,'',0,'2018-11-12 23:39:30'),(2124,2132,'it',0,NULL,'j F Y G:i',NULL,'',0,'2018-11-12 23:39:30'),(2125,2133,'it',0,NULL,'F Y',NULL,'',0,'2018-11-12 23:39:30'),(2126,2134,'it',0,NULL,'Fallito',NULL,'',0,'2018-11-12 23:39:30'),(2127,2135,'it',0,NULL,'Impossibile eliminare la pagina.',NULL,'',0,'2018-11-12 23:39:30'),(2128,2136,'it',0,NULL,'Fallito il tentativo di scrittura di un file temporaneo.',NULL,'',0,'2018-11-12 23:39:30'),(2129,2137,'it',0,NULL,'febbraio',NULL,'',0,'2018-11-12 23:39:30'),(2130,2138,'it',0,NULL,'Feb',NULL,'',0,'2018-11-12 23:39:30'),(2131,2139,'it',0,NULL,'Feed per tutti gli articoli archiviati in %s',NULL,'',0,'2018-11-12 23:39:30'),(2132,2140,'it',0,NULL,'Feedback',NULL,'',0,'2018-11-12 23:39:30'),(2133,2141,'it',0,NULL,'Il file &#8220;%s&#8221; non esiste?',NULL,'',0,'2018-11-12 23:39:30'),(2134,2142,'it',0,NULL,'Il file &#8220;%s&#8221; non è un’immagine.',NULL,'',0,'2018-11-12 23:39:30'),(2135,2143,'it',0,NULL,'File cancellato.',NULL,'',0,'2018-11-12 23:39:30'),(2136,2144,'it',0,NULL,'Il file non esiste?',NULL,'',0,'2018-11-12 23:39:30'),(2137,2145,'it',0,NULL,'Il file non è una immagine',NULL,'',0,'2018-11-12 23:39:30'),(2138,2146,'it',0,NULL,'Nome file:',NULL,'',0,'2018-11-12 23:39:30'),(2139,2147,'it',0,NULL,'Dimensione del file:',NULL,'',0,'2018-11-12 23:39:30'),(2140,2148,'it',0,NULL,'Tipo di file:',NULL,'',0,'2018-11-12 23:39:30'),(2141,2149,'it',0,NULL,'Filippino',NULL,'',0,'2018-11-12 23:39:30'),(2142,2150,'it',0,NULL,'Riempi lo schermo',NULL,'',0,'2018-11-12 23:39:30'),(2143,2151,'it',0,NULL,'Filtra per data',NULL,'',0,'2018-11-12 23:39:30'),(2144,2152,'it',0,NULL,'Filtra per tipo',NULL,'',0,'2018-11-12 23:39:30'),(2145,2153,'it',0,NULL,'Filtra elenco pagine',NULL,'',0,'2018-11-12 23:39:30'),(2146,2154,'it',0,NULL,'Filtra elenco articoli',NULL,'',0,'2018-11-12 23:39:30'),(2147,2155,'it',0,NULL,'Filtro temi',NULL,'',0,'2018-11-12 23:39:30'),(2148,2156,'it',0,NULL,'Filtra temi (%s)',NULL,'',0,'2018-11-12 23:39:30'),(2149,2157,'it',0,NULL,'Trova e sostituisci',NULL,'',0,'2018-11-12 23:39:30'),(2150,2158,'it',0,NULL,'Finlandese',NULL,'',0,'2018-11-12 23:39:30'),(2151,2159,'it',0,NULL,'Primo articolo',NULL,'',0,'2018-11-12 23:39:30'),(2152,2160,'it',0,NULL,'Il nome dell\'utente ',NULL,'',0,'2018-11-12 23:39:30'),(2153,2161,'it',0,NULL,'Adatta allo schermo',NULL,'',0,'2018-11-12 23:39:30'),(2154,2162,'it',0,NULL,'Layout fisso',NULL,'',0,'2018-11-12 23:39:30'),(2155,2163,'it',0,NULL,'Layout fluido',NULL,'',0,'2018-11-12 23:39:30'),(2156,2164,'it',0,NULL,'Scorciatoie focus:',NULL,'',0,'2018-11-12 23:39:30'),(2157,2165,'it',0,NULL,'Tipo carattere',NULL,'',0,'2018-11-12 23:39:30'),(2158,2166,'it',0,NULL,'Dimensione carattere',NULL,'',0,'2018-11-12 23:39:30'),(2159,2167,'it',0,NULL,'Per qualche strano motivo, non è possibile modificare questo articolo.',NULL,'',0,'2018-11-12 23:39:30'),(2160,2168,'it',0,NULL,'Francese',NULL,'',0,'2018-11-12 23:39:30'),(2161,2169,'it',0,NULL,'ven',NULL,'',0,'2018-11-12 23:39:30'),(2162,2170,'it',0,NULL,'venerdì',NULL,'',0,'2018-11-12 23:39:30'),(2163,2171,'it',0,NULL,'V',NULL,'',0,'2018-11-12 23:39:30'),(2164,2172,'it',0,NULL,'Dimensione reale',NULL,'',0,'2018-11-12 23:39:30'),(2165,2173,'it',0,NULL,'Schermo intero',NULL,'',0,'2018-11-12 23:39:30'),(2166,2174,'it',0,NULL,'GUID dell\'oggetto, come presente nel database.',NULL,'',0,'2018-11-12 23:39:30'),(2167,2175,'it',0,NULL,'GUID dell\'oggetto, adatto alla visualizzazione.',NULL,'',0,'2018-11-12 23:39:30'),(2168,2176,'it',0,NULL,'Galician',NULL,'',0,'2018-11-12 23:39:30'),(2169,2177,'it',0,NULL,'Galleria',NULL,'',0,'2018-11-12 23:39:30'),(2170,2178,'it',0,NULL,'Impostazioni galleria',NULL,'',0,'2018-11-12 23:39:30'),(2171,2179,'it',0,NULL,'Generale',NULL,'',0,'2018-11-12 23:39:30'),(2172,2180,'it',0,NULL,'Genere',NULL,'',0,'2018-11-12 23:39:30'),(2173,2181,'it',0,NULL,'Tedesco',NULL,'',0,'2018-11-12 23:39:30'),(2174,2182,'it',0,NULL,'Ottieni <em>un altro</em> %s sito in pochi secondi',NULL,'',0,'2018-11-12 23:39:30'),(2175,2183,'it',0,NULL,'Ottieni una nuova password',NULL,'',0,'2018-11-12 23:39:30'),(2176,2184,'it',0,NULL,'Ottieni il tuo account %s in pochi secondi',NULL,'',0,'2018-11-12 23:39:30'),(2177,2185,'it',0,NULL,'Dammi un nuovo sito!',NULL,'',0,'2018-11-12 23:39:30'),(2178,2186,'it',0,NULL,'Inserisci un titolo per il feed RSS (opzionale):',NULL,'',0,'2018-11-12 23:39:30'),(2179,2187,'it',0,NULL,'Vai a tutto schermo',NULL,'',0,'2018-11-12 23:39:30'),(2180,2188,'it',0,NULL,'Torna indietro',NULL,'',0,'2018-11-12 23:39:30'),(2181,2189,'it',0,NULL,'Grigio',NULL,'',0,'2018-11-12 23:39:30'),(2182,2190,'it',0,NULL,'Greco',NULL,'',0,'2018-11-12 23:39:30'),(2183,2191,'it',0,NULL,'Verde',NULL,'',0,'2018-11-12 23:39:30'),(2184,2192,'it',0,NULL,'Bentornato Amministratore del network!',NULL,'',0,'2018-11-12 23:39:30'),(2185,2193,'it',0,NULL,'Visualizzazione a griglia',NULL,'',0,'2018-11-12 23:39:30'),(2186,2194,'it',0,NULL,'Embed HTML',NULL,'',0,'2018-11-12 23:39:30'),(2187,2195,'it',0,NULL,'Didascalia HTML per l\'allegato, trasformata per la visualizzazione.',NULL,'',0,'2018-11-12 23:39:30'),(2188,2196,'it',0,NULL,'Contenuto HTML dell\'oggetto, adattato alla visualizzazione.',NULL,'',0,'2018-11-12 23:39:30'),(2189,2197,'it',0,NULL,'Descrizione HTML per l\'oggetto, trasformata per la visualizzazione.',NULL,'',0,'2018-11-12 23:39:30'),(2190,2198,'it',0,NULL,'Descrizione HTML del termine.',NULL,'',0,'2018-11-12 23:39:30'),(2191,2199,'it',0,NULL,'Inline',NULL,'',0,'2018-11-12 23:39:30'),(2192,2200,'it',0,NULL,'Riassunto HTML per l\'oggetto, trasformato per essere visualizzato.',NULL,'',0,'2018-11-12 23:39:30'),(2193,2201,'it',0,NULL,'Indirizzo',NULL,'',0,'2018-11-12 23:39:30'),(2194,2202,'it',0,NULL,'Div',NULL,'',0,'2018-11-12 23:39:30'),(2195,2203,'it',0,NULL,'Pre',NULL,'',0,'2018-11-12 23:39:30'),(2196,2204,'it',0,NULL,'Preformattato',NULL,'',0,'2018-11-12 23:39:30'),(2197,2205,'it',0,NULL,'Titolo HTML per l\'oggetto, trasformato per la visualizzazione.',NULL,'',0,'2018-11-12 23:39:30'),(2198,2206,'it',0,NULL,'Il titolo HTML del termine. ',NULL,'',0,'2018-11-12 23:39:30'),(2199,2207,'it',0,NULL,'Errore HTTP.',NULL,'',0,'2018-11-12 23:39:30'),(2200,2208,'it',0,NULL,'Haitian Creole',NULL,'',0,'2018-11-12 23:39:30'),(2201,2209,'it',0,NULL,'Hai inserito l&#8217;indirizzo email correttamente? Hai inserito %s, nel caso non fosse corretta, non riceverai alcuna email.',NULL,'',0,'2018-11-12 23:39:30'),(2202,2210,'it',0,NULL,'Header',NULL,'',0,'2018-11-12 23:39:30'),(2203,2211,'it',0,NULL,'Immagine dell\'header',NULL,'',0,'2018-11-12 23:39:30'),(2204,2212,'it',0,NULL,'Media dell\'header',NULL,'',0,'2018-11-12 23:39:30'),(2205,2213,'it',0,NULL,'Colore del testo dell\'header',NULL,'',0,'2018-11-12 23:39:30'),(2206,2214,'it',0,NULL,'Video dell\'header',NULL,'',0,'2018-11-12 23:39:30'),(2207,2215,'it',0,NULL,'Cella dell\'header ',NULL,'',0,'2018-11-12 23:39:30'),(2208,2216,'it',0,NULL,'Titolo 1',NULL,'',0,'2018-11-12 23:39:30'),(2209,2217,'it',0,NULL,'Titolo 2',NULL,'',0,'2018-11-12 23:39:30'),(2210,2218,'it',0,NULL,'Titolo 3',NULL,'',0,'2018-11-12 23:39:30'),(2211,2219,'it',0,NULL,'Titolo 4',NULL,'',0,'2018-11-12 23:39:30'),(2212,2220,'it',0,NULL,'Titolo 5',NULL,'',0,'2018-11-12 23:39:30'),(2213,2221,'it',0,NULL,'Titolo 6',NULL,'',0,'2018-11-12 23:39:30'),(2214,2222,'it',0,NULL,'Ebraico',NULL,'',0,'2018-11-12 23:39:30'),(2215,2223,'it',0,NULL,'Altezza',NULL,'',0,'2018-11-12 23:39:30'),(2216,2224,'it',0,NULL,'Aiuto',NULL,'',0,'2018-11-12 23:39:30'),(2217,2225,'it',0,NULL,'Sembra che tu abbia incollato testo HTML all\'interno della scheda &#8220;Visuale#8221; del widget di testo. Puoi invece incollare il tuo codice nella scheda &#8220;Testo&#8221;. In alternativa puoi provare il nuovo widget &#8220;HTML personalizzato&#8221;!',NULL,'',0,'2018-11-12 23:39:30'),(2218,2226,'it',0,NULL,'Ciao ###USERNAME###,\n\nQuesta notifica ti avvisa che la tua email su ###SITENAME### è stata cambiata in ###NEW_EMAIL###.\n\nSe non hai cambiato tu la tua email, ti preghiamo di contattare l\'amministratore del sito all\'indirizzo\n###ADMIN_EMAIL###\n\nQuesta email è stata inviata a ###EMAIL###\n\nSaluti,\na tutti da ###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:30'),(2219,2227,'it',0,NULL,'Ciao ###USERNAME###,\n\nquesto messaggio è la conferma che la tua password è stata modificata su ###SITENAME###.\n\nSe non hai modificato la tua password, contatta l’amministratore del sito all’email\n###ADMIN_EMAIL###\n\nQuesta email è stata inviata a ###EMAIL###\n\nSaluti,\nil team di ###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:30'),(2220,2228,'it',0,NULL,'Ciao,\n\nQuesto avviso conferma il cambio del\'indirizzo mail dell\'amministratore del sito  ###SITENAME###.\n\nIl nuovo indirizzo mail è ###NEW_EMAIL###.\n\nQuesta mail è stata inviata a ###OLD_EMAIL###\n\nSAluti,\nA tutti ###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:30'),(2221,2229,'it',0,NULL,'Ciao,\n\nl\'indirizzo email dell\'amministratore della rete ###SITENAME### è cambiato.\n\nIl nuovo indirizzo email è ###NEW_EMAIL###.\n\nQuesta comunicazione è stata inviata a ###OLD_EMAIL###\n\nCiao,\n###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:30'),(2222,2230,'it',0,NULL,'Nascondi',NULL,'',0,'2018-11-12 23:39:30'),(2223,2231,'it',0,NULL,'Nascondi l\'immagine dell\'intestazione',NULL,'',0,'2018-11-12 23:39:30'),(2224,2232,'it',0,NULL,'Nascondi immagine',NULL,'',0,'2018-11-12 23:39:30'),(2225,2233,'it',0,NULL,'Nascondi password',NULL,'',0,'2018-11-12 23:39:30'),(2226,2234,'it',0,NULL,'Hindi',NULL,'',0,'2018-11-12 23:39:30'),(2227,2235,'it',0,NULL,'Suggerimento: la password dovrebbe essere lunga almeno dodici caratteri. Per renderla più sicura utilizza lettere maiuscole e minuscole, numeri e simboli come ! \" ? $ % ^ &amp; ).',NULL,'',0,'2018-11-12 23:39:30'),(2228,2236,'it',0,NULL,'Home',NULL,'',0,'2018-11-12 23:39:30'),(2229,2237,'it',0,NULL,'Home page',NULL,'',0,'2018-11-12 23:39:30'),(2230,2238,'it',0,NULL,'Impostazioni Homepage',NULL,'',0,'2018-11-12 23:39:30'),(2231,2239,'it',0,NULL,'La Homepage e la pagina degli articoli devono essere differenti.',NULL,'',0,'2018-11-12 23:39:30'),(2232,2240,'it',0,NULL,'Linea orizzontale',NULL,'',0,'2018-11-12 23:39:30'),(2233,2241,'it',0,NULL,'Spaziatura orizzontale',NULL,'',0,'2018-11-12 23:39:30'),(2234,2242,'it',0,NULL,'Ora',NULL,'',0,'2018-11-12 23:39:30'),(2235,2243,'it',0,NULL,'Quante voci vuoi visualizzare?',NULL,'',0,'2018-11-12 23:39:30'),(2236,2244,'it',0,NULL,'Ciao ###USERNAME###,\n\nHai recentemente richiesto di cambiare l\'indirizzo email associato al tuo account.\n\nSe ciò è corretto, per confermare, fai clic sul seguente link:\n###ADMIN_URL###\n\nPuoi tranquillamente ignorare e eliminare questa email\nse non vuoi procedere con la richiesta.\n\nQuesta email è stata inviata a ###EMAIL###\n\nSaluti,\n###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:30'),(2237,2245,'it',0,NULL,'Ciao ###USERNAME###,\n\nRecentemente hai richiesto il cambio dell\'indirizzo mail dell\'amministratore\ndella tua rete.\n\nPer confermare, fai click sul seguente link:\n###ADMIN_URL###\n\nPuoi tranquillamente ignorare e cancellare questa mail\nse non vuoi procedere con la richiesta.\n\nQuesta mail è stata spedita a ###EMAIL###\n\nSaluti,\nTutto da ###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:30'),(2238,2246,'it',0,NULL,'Ciao USERNAME,\n\nil tuo nuovo sito SITE_NAME è stato correttamente creato ed impostato su:\nBLOG_URL\n\nPuoi effettuare l\'accesso all’account di amministrazione con le seguenti informazioni:\n\nNome utente: USERNAME\nPassword: PASSWORD\nEffettua l\'accesso qui: BLOG_URLwp-login.php\n\nSperiamo che il tuo nuovo sito ti piaccia. Grazie!\n\nIl team di SITE_NAME',NULL,'',0,'2018-11-12 23:39:30'),(2239,2247,'it',0,NULL,'Ciao USERNAME,\n\nil tuo nuovo account è pronto.\n\nPuoi effettuare l\'accesso con le seguenti informazioni:\nNome utente: USERNAME\nPassword: PASSWORD\nLOGINLINK\n\nGrazie!\nIl team di SITE_NAME',NULL,'',0,'2018-11-12 23:39:30'),(2240,2248,'it',0,NULL,'Ciao,\n\nÈ stata effettuata una richiesta per eseguire la seguente azione sul tuo account:\n\n     ###DESCRIPTION###\n\nPer confermare questa azione, fai clic sul seguente link:\n###CONFIRM_URL###\n\nPuoi tranquillamente ignorare ed eliminare questa email se non vuoi\neseguire questa azione.\n\nQuesta email è stata inviata a ###EMAIL###.\n\nSaluti,\na tutti da ###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:30'),(2241,2249,'it',0,NULL,'Ciao,\n\nLa tua richiesta di privacy dei dati è stata confermata su ###SITENAME###:\n\nUtente: ###USER_EMAIL###\nRichiesta: ###DESCRIPTION###\n\nPuoi visualizzare e gestire queste richieste sulla privacy dei dati qui:\n\n###MANAGE_URL###\n\nSaluti,\na tutti da ###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:30'),(2242,2250,'it',0,NULL,'Ciao,\n\nLa richiesta di cancellazione dei tuoi dati personali su ###SITENAME### è stata completata.\n\nSe hai domande o vuoi altri chiarimenti, contatta l\'amministratore del sito.\n\nPer ulteriori informazioni, puoi anche leggere la nostra privacy policy: ###PRIVACY_POLICY_URL###\n\nSaluti,\na tutti da ###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:30'),(2243,2251,'it',0,NULL,'Ciao, \n\nLa richiesta di cancellazione dei tuoi dati personali su ###SITENAME### è stata completata.\n\nIn caso di domande o altri chiarimenti, contatta l\'amministratore del sito. \n\nSaluti, \na tutti da ###SITENAME###\n###SITEURL### ',NULL,'',0,'2018-11-12 23:39:30'),(2244,2252,'it',0,NULL,'Ciao, %s',NULL,'',0,'2018-11-12 23:39:30'),(2245,2253,'it',0,NULL,'Etichette del tipo di contenuto (post type) per vari contesti, in formato leggibile.',NULL,'',0,'2018-11-12 23:39:30'),(2246,2254,'it',0,NULL,'Etichette leggibili per la tassonomia in vari contesti.',NULL,'',0,'2018-11-12 23:39:30'),(2247,2255,'it',0,NULL,'Ungherese',NULL,'',0,'2018-11-12 23:39:30'),(2248,2256,'it',0,NULL,'Ho davvero bisogno di un ID per farlo funzionare',NULL,'',0,'2018-11-12 23:39:30'),(2249,2257,'it',0,NULL,'Errore di I/O.',NULL,'',0,'2018-11-12 23:39:30'),(2250,2258,'it',0,NULL,'Indirizzo IP dell\'autore dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:30'),(2251,2259,'it',0,NULL,'Icelandic',NULL,'',0,'2018-11-12 23:39:30'),(2252,2260,'it',0,NULL,'Id',NULL,'',0,'2018-11-12 23:39:30'),(2253,2261,'it',0,NULL,'L\'ID deve iniziare con una lettera, seguita solo da lettere, numeri, trattini, punti, virgole o sottolineatura.',NULL,'',0,'2018-11-12 23:39:30'),(2254,2262,'it',0,NULL,'Se si è trattato di un errore, ignorare questa email e non accadrà nulla.',NULL,'',0,'2018-11-12 23:39:30'),(2255,2263,'it',0,NULL,'Se aggiungi un video, l\'immagine sarà usata come alternativa mentre il video è in fase di caricamento.',NULL,'',0,'2018-11-12 23:39:30'),(2256,2264,'it',0,NULL,'Se sei il proprietario di questo network verifica che MySQL stia girando correttamente e tutte le tabelle siano esenti da errori.',NULL,'',0,'2018-11-12 23:39:30'),(2257,2265,'it',0,NULL,'Se non si attiva il proprio sito entro due giorni si dovrà ripetere la sottoscrizione.',NULL,'',0,'2018-11-12 23:39:30'),(2258,2266,'it',0,NULL,'Se non si attiva il proprio nome utente entro due giorni, occorrerà registrarsi nuovamente.',NULL,'',0,'2018-11-12 23:39:30'),(2259,2267,'it',0,NULL,'Se non sai come configurare un database <strong>contatta il tuo provider di hosting</strong>. Se tutto il resto non funziona puoi trovare aiuto su <a href=\"%s\">forum di supporto WordPress</a>',NULL,'',0,'2018-11-12 23:39:30'),(2260,2268,'it',0,NULL,'Se non hai ancora ricevuta l\'email, ci sono una serie di cose che puoi fare:',NULL,'',0,'2018-11-12 23:39:30'),(2261,2269,'it',0,NULL,'Se stai incollando un contenuto da Microsoft Word, prova ad attivare questa opzione. L\'editor pulirà automaticamente il testo incollato da Word.',NULL,'',0,'2018-11-12 23:39:30'),(2262,2270,'it',0,NULL,'Se non si ha  intenzione di utilizzare un grande dominio per il sito, lasciarlo per un nuovo utente. Ora precedete!',NULL,'',0,'2018-11-12 23:39:30'),(2263,2271,'it',0,NULL,'Se si continua a visualizzare questo messaggio, verificare che il database contenga le seguenti tabelle:',NULL,'',0,'2018-11-12 23:39:30'),(2264,2272,'it',0,NULL,'Se non sei sicuro di cosa vogliano dire questi termini prova a contattare il tuo fornitore di hosting. Se hai ancora bisogno di aiuto puoi sempre visitare il <a href=\"%s\">forum di supporto di WordPress</a>.',NULL,'',0,'2018-11-12 23:39:30'),(2265,2273,'it',0,NULL,'Se il tuo sito non si visualizza contatta l\'amministratore di questo network.',NULL,'',0,'2018-11-12 23:39:30'),(2266,2274,'it',0,NULL,'Se il tuo tema ha più di un menu, assegna ad ognuno dei nomi chiari per poterli gestire più facilmente.',NULL,'',0,'2018-11-12 23:39:30'),(2267,2275,'it',0,NULL,'Se il tuo tema ha delle aree per i widget, puoi aggiungere lì un menu. Vai alla voce <a href=\"%s\">Widget</a> e aggiungi un &#8220;Menu di navigazione&#8220;  nelle aree widget della sidebar o del footer.',NULL,'',0,'2018-11-12 23:39:30'),(2268,2276,'it',0,NULL,'Immagine',NULL,'',0,'2018-11-12 23:39:30'),(2269,2277,'it',0,NULL,'Immagine <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:30'),(2270,2278,'it',0,NULL,'Immagini <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:30'),(2271,2279,'it',0,NULL,'Classe CSS dell&#8217;immagine',NULL,'',0,'2018-11-12 23:39:30'),(2272,2280,'it',0,NULL,'Dettagli Immagine',NULL,'',0,'2018-11-12 23:39:30'),(2273,2281,'it',0,NULL,'Salvataggio immagine non riuscito',NULL,'',0,'2018-11-12 23:39:30'),(2274,2282,'it',0,NULL,'Posizione dell\'immagine',NULL,'',0,'2018-11-12 23:39:30'),(2275,2283,'it',0,NULL,'Dimensione dell\'immagine',NULL,'',0,'2018-11-12 23:39:30'),(2276,2284,'it',0,NULL,'Attributo title dell&#8217;immagine',NULL,'',0,'2018-11-12 23:39:30'),(2277,2285,'it',0,NULL,'URL immagine',NULL,'',0,'2018-11-12 23:39:30'),(2278,2286,'it',0,NULL,'Widget immagine',NULL,'',0,'2018-11-12 23:39:30'),(2279,2287,'it',0,NULL,'Widget immagine (%d)',NULL,'',0,'2018-11-12 23:39:30'),(2280,2288,'it',0,NULL,'Anteprima dell\'area di ritaglio. Interagisci con il mouse.',NULL,'',0,'2018-11-12 23:39:30'),(2281,2289,'it',0,NULL,'Ritaglio immagine non riuscito.',NULL,'',0,'2018-11-12 23:39:30'),(2282,2290,'it',0,NULL,'Allineamento predefinito immagine',NULL,'',0,'2018-11-12 23:39:30'),(2283,2291,'it',0,NULL,'Tipo di link predefinito per le immagini',NULL,'',0,'2018-11-12 23:39:30'),(2284,2292,'it',0,NULL,'Dimensioni predefinite immagine',NULL,'',0,'2018-11-12 23:39:30'),(2285,2293,'it',0,NULL,'Descrizione immagine',NULL,'',0,'2018-11-12 23:39:30'),(2286,2294,'it',0,NULL,'Il ribaltamento dell\'immagine non è riuscito.',NULL,'',0,'2018-11-12 23:39:30'),(2287,2295,'it',0,NULL,'Ridimensionamento immagine non riuscito.',NULL,'',0,'2018-11-12 23:39:30'),(2288,2296,'it',0,NULL,'Rotazione immagine non riuscita.',NULL,'',0,'2018-11-12 23:39:30'),(2289,2297,'it',0,NULL,'Immagini',NULL,'',0,'2018-11-12 23:39:30'),(2290,2298,'it',0,NULL,'L\'importatore è stato installato. <a href=\"%s\">Avvia l\'importazione</a>',NULL,'',0,'2018-11-12 23:39:30'),(2291,2299,'it',0,NULL,'In %1$s, viene usato il metodo %2$s anziché la funzione %3$s. Si veda %4$s.',NULL,'',0,'2018-11-12 23:39:30'),(2292,2300,'it',0,NULL,'Nell\'area di modifica il tasto Tab inserisce un carattere di tabulazione.',NULL,'',0,'2018-11-12 23:39:30'),(2293,2301,'it',0,NULL,'Password dell\'articolo non corretta.',NULL,'',0,'2018-11-12 23:39:30'),(2294,2302,'it',0,NULL,'Nome utente o password non corrette.',NULL,'',0,'2018-11-12 23:39:30'),(2295,2303,'it',0,NULL,'Aumenta rientro',NULL,'',0,'2018-11-12 23:39:30'),(2296,2304,'it',0,NULL,'Indonesiano',NULL,'',0,'2018-11-12 23:39:30'),(2297,2305,'it',0,NULL,'Termine inesistente.',NULL,'',0,'2018-11-12 23:39:30'),(2298,2306,'it',0,NULL,'Barra degli strumenti in linea (quando una immagine, un link o una anteprima è selezionata)',NULL,'',0,'2018-11-12 23:39:30'),(2299,2307,'it',0,NULL,'Inserisci tag di interruzione pagina',NULL,'',0,'2018-11-12 23:39:30'),(2300,2308,'it',0,NULL,'Inserisci il tag Leggi tutto',NULL,'',0,'2018-11-12 23:39:30'),(2301,2309,'it',0,NULL,'Inserisci playlist audio',NULL,'',0,'2018-11-12 23:39:30'),(2302,2310,'it',0,NULL,'Inserisci una colonna dopo',NULL,'',0,'2018-11-12 23:39:30'),(2303,2311,'it',0,NULL,'Inserisci una colonna prima',NULL,'',0,'2018-11-12 23:39:30'),(2304,2312,'it',0,NULL,'Inserisci data/ora',NULL,'',0,'2018-11-12 23:39:30'),(2305,2313,'it',0,NULL,'Inserisci da URL',NULL,'',0,'2018-11-12 23:39:30'),(2306,2314,'it',0,NULL,'Inserisci galleria',NULL,'',0,'2018-11-12 23:39:30'),(2307,2315,'it',0,NULL,'Inserisci immagine',NULL,'',0,'2018-11-12 23:39:30'),(2308,2316,'it',0,NULL,'Inserisci nella pagina',NULL,'',0,'2018-11-12 23:39:30'),(2309,2317,'it',0,NULL,'Inserisci nell\'articolo',NULL,'',0,'2018-11-12 23:39:30'),(2310,2318,'it',0,NULL,'Inserisci link',NULL,'',0,'2018-11-12 23:39:30'),(2311,2319,'it',0,NULL,'Inserisci una riga dopo',NULL,'',0,'2018-11-12 23:39:30'),(2312,2320,'it',0,NULL,'Inserisci una riga prima',NULL,'',0,'2018-11-12 23:39:30'),(2313,2321,'it',0,NULL,'Inserisci tabella',NULL,'',0,'2018-11-12 23:39:30'),(2314,2322,'it',0,NULL,'Inserisci video',NULL,'',0,'2018-11-12 23:39:30'),(2315,2323,'it',0,NULL,'Inserisci playlist video',NULL,'',0,'2018-11-12 23:39:30'),(2316,2324,'it',0,NULL,'Inserisci/modifica il codice d\'esempio',NULL,'',0,'2018-11-12 23:39:30'),(2317,2325,'it',0,NULL,'Inserisci/Modifica immagine',NULL,'',0,'2018-11-12 23:39:30'),(2318,2326,'it',0,NULL,'Inserisci/Modifica link',NULL,'',0,'2018-11-12 23:39:30'),(2319,2327,'it',0,NULL,'Aggiungi/modifica media',NULL,'',0,'2018-11-12 23:39:30'),(2320,2328,'it',0,NULL,'Testo inserito',NULL,'',0,'2018-11-12 23:39:30'),(2321,2329,'it',0,NULL,'Installazione &amp; Anteprima',NULL,'',0,'2018-11-12 23:39:30'),(2322,2330,'it',0,NULL,'Installa ora',NULL,'',0,'2018-11-12 23:39:30'),(2323,2331,'it',0,NULL,'Installa e vedi in anteprima il tema: %s',NULL,'',0,'2018-11-12 23:39:30'),(2324,2332,'it',0,NULL,'Installazione fallita!',NULL,'',0,'2018-11-12 23:39:30'),(2325,2333,'it',0,NULL,'Installazione completata con successo!',NULL,'',0,'2018-11-12 23:39:30'),(2326,2334,'it',0,NULL,'Installazione fallita: %s',NULL,'',0,'2018-11-12 23:39:30'),(2327,2335,'it',0,NULL,'Temi installati',NULL,'',0,'2018-11-12 23:39:30'),(2328,2336,'it',0,NULL,'Installazione...',NULL,'',0,'2018-11-12 23:39:30'),(2329,2337,'it',0,NULL,'Installazione in corso, attendi...',NULL,'',0,'2018-11-12 23:39:30'),(2330,2338,'it',0,NULL,'Gli argomenti passati a questo metodo XML-RPC sono insufficienti',NULL,'',0,'2018-11-12 23:39:30'),(2331,2339,'it',0,NULL,'Non valido',NULL,'',0,'2018-11-12 23:39:30'),(2332,2340,'it',0,NULL,'Content-Disposition non valido. Content-Disposition deve essere formattato come `attachment;filename=\"image.png\"` o simile.',NULL,'',0,'2018-11-12 23:39:30'),(2333,2341,'it',0,NULL,'&Egrave; stato passato un JSON con il body non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2334,2342,'it',0,NULL,'Funzione callback JSONP non valida. ',NULL,'',0,'2018-11-12 23:39:30'),(2335,2343,'it',0,NULL,'URL non valida.',NULL,'',0,'2018-11-12 23:39:30'),(2336,2344,'it',0,NULL,'Azione non valida',NULL,'',0,'2018-11-12 23:39:30'),(2337,2345,'it',0,NULL,'Nome dell\'azione non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2338,2346,'it',0,NULL,'Chiave di attivazione non valida.',NULL,'',0,'2018-11-12 23:39:30'),(2339,2347,'it',0,NULL,'ID allegato non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2340,2348,'it',0,NULL,'ID autore non valido',NULL,'',0,'2018-11-12 23:39:30'),(2341,2349,'it',0,NULL,'UUID del changeset non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2342,2350,'it',0,NULL,'ID commento non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2343,2351,'it',0,NULL,'L\'ID dell\'autore del commento non è valido.',NULL,'',0,'2018-11-12 23:39:30'),(2344,2352,'it',0,NULL,'Contenuto del commento non valido. ',NULL,'',0,'2018-11-12 23:39:30'),(2345,2353,'it',0,NULL,'Stato del commento non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2346,2354,'it',0,NULL,'Data non valida. ',NULL,'',0,'2018-11-12 23:39:30'),(2347,2355,'it',0,NULL,'Indirizzo email non valido. ',NULL,'',0,'2018-11-12 23:39:30'),(2348,2356,'it',0,NULL,'ID media in evidenza non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2349,2357,'it',0,NULL,'Chiave non valida',NULL,'',0,'2018-11-12 23:39:30'),(2350,2358,'it',0,NULL,'ID menu non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2351,2359,'it',0,NULL,'ID oggetto non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2352,2360,'it',0,NULL,'Tipo oggetto non valido',NULL,'',0,'2018-11-12 23:39:30'),(2353,2361,'it',0,NULL,'Template di pagina non valido. ',NULL,'',0,'2018-11-12 23:39:30'),(2354,2362,'it',0,NULL,'Parametro(i) non valido(i): %s',NULL,'',0,'2018-11-12 23:39:30'),(2355,2363,'it',0,NULL,'Parametro non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2356,2364,'it',0,NULL,'Tipo genitore non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2357,2365,'it',0,NULL,'ID articolo non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2358,2366,'it',0,NULL,'Formato articolo non valido',NULL,'',0,'2018-11-12 23:39:30'),(2359,2367,'it',0,NULL,'ID dell\'articolo genitore non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2360,2368,'it',0,NULL,'Tipo di contenuto (post type) non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2361,2369,'it',0,NULL,'Articolo non valido',NULL,'',0,'2018-11-12 23:39:30'),(2362,2370,'it',0,NULL,'Richiesta non valida.',NULL,'',0,'2018-11-12 23:39:30'),(2363,2371,'it',0,NULL,'L\'ID della revisione non è valido.',NULL,'',0,'2018-11-12 23:39:30'),(2364,2372,'it',0,NULL,'Ruolo non valido.',NULL,'',0,'2018-11-12 23:39:30'),(2365,2373,'it',0,NULL,'Nome shortcode non valido: %1$s. Non utilizzare spazi o i caratteri riservati: %2$s',NULL,'',0,'2018-11-12 23:39:30'),(2366,2374,'it',0,NULL,'Nome per lo shortcode non valido: il nome non può essere vuoto.',NULL,'',0,'2018-11-12 23:39:31'),(2367,2375,'it',0,NULL,'Slug non valido. ',NULL,'',0,'2018-11-12 23:39:31'),(2368,2376,'it',0,NULL,'Lo stato non è valido.',NULL,'',0,'2018-11-12 23:39:31'),(2369,2377,'it',0,NULL,'Tassonomia non valida.',NULL,'',0,'2018-11-12 23:39:31'),(2370,2378,'it',0,NULL,'Tassonomia non valida: %s.',NULL,'',0,'2018-11-12 23:39:31'),(2371,2379,'it',0,NULL,'ID del termine non valido.',NULL,'',0,'2018-11-12 23:39:31'),(2372,2380,'it',0,NULL,'ID dell\'utente non valido per la riassegnazione.',NULL,'',0,'2018-11-12 23:39:31'),(2373,2381,'it',0,NULL,'ID utente non valido.',NULL,'',0,'2018-11-12 23:39:31'),(2374,2382,'it',0,NULL,'Parametro/i utente non valido/i.',NULL,'',0,'2018-11-12 23:39:31'),(2375,2383,'it',0,NULL,'Valore non valido %1$s per %2$s. Il valore previsto dovrebbe essere tra %3$s e %4$s.',NULL,'',0,'2018-11-12 23:39:31'),(2376,2384,'it',0,NULL,'Valore non valido per l\'allegato per lo sfondo.',NULL,'',0,'2018-11-12 23:39:31'),(2377,2385,'it',0,NULL,'Valore non valido per la posizione X dello sfondo.',NULL,'',0,'2018-11-12 23:39:31'),(2378,2386,'it',0,NULL,'Valore non valido per la posizione Y dello sfondo.',NULL,'',0,'2018-11-12 23:39:31'),(2379,2387,'it',0,NULL,'Valore non valido per la ripetizione dello sfondo.',NULL,'',0,'2018-11-12 23:39:31'),(2380,2388,'it',0,NULL,'Valore non valido per la dimensione dello sfondo.',NULL,'',0,'2018-11-12 23:39:31'),(2381,2389,'it',0,NULL,'Valore non valido.',NULL,'',0,'2018-11-12 23:39:31'),(2382,2390,'it',0,NULL,'Irish',NULL,'',0,'2018-11-12 23:39:31'),(2383,2391,'it',0,NULL,'Non ci sono link a noi?',NULL,'',0,'2018-11-12 23:39:31'),(2384,2392,'it',0,NULL,'Sembra che il tuo sito non abbia ancora un menu. Vuoi crearne uno? Fai clic sul pulsante per iniziare.',NULL,'',0,'2018-11-12 23:39:31'),(2385,2393,'it',0,NULL,'Sembra che non sia stato trovato nulla a questo indirizzo. Vuoi provare a visitare %s direttamente?',NULL,'',0,'2018-11-12 23:39:31'),(2386,2394,'it',0,NULL,'Italiano',NULL,'',0,'2018-11-12 23:39:31'),(2387,2395,'it',0,NULL,'Corsivo',NULL,'',0,'2018-11-12 23:39:31'),(2388,2396,'it',0,NULL,'Elemento selezionato.',NULL,'',0,'2018-11-12 23:39:31'),(2389,2397,'it',0,NULL,'Supporto JSONP disabilitato in questo sito.',NULL,'',0,'2018-11-12 23:39:31'),(2390,2398,'it',0,NULL,'Jabber / Google Talk',NULL,'',0,'2018-11-12 23:39:31'),(2391,2399,'it',0,NULL,'gennaio',NULL,'',0,'2018-11-12 23:39:31'),(2392,2400,'it',0,NULL,'Gen',NULL,'',0,'2018-11-12 23:39:31'),(2393,2401,'it',0,NULL,'Giapponese',NULL,'',0,'2018-11-12 23:39:31'),(2394,2402,'it',0,NULL,'Per utilizzare questa funzionalità occorre che JavaScript sia abilitato.',NULL,'',0,'2018-11-12 23:39:31'),(2395,2403,'it',0,NULL,'luglio',NULL,'',0,'2018-11-12 23:39:31'),(2396,2404,'it',0,NULL,'Lug',NULL,'',0,'2018-11-12 23:39:31'),(2397,2405,'it',0,NULL,'Salta in avanti di %1 secondi',NULL,'',0,'2018-11-12 23:39:31'),(2398,2406,'it',0,NULL,'Vai avanti di 1 secondo',NULL,'',0,'2018-11-12 23:39:31'),(2399,2407,'it',0,NULL,'giugno',NULL,'',0,'2018-11-12 23:39:31'),(2400,2408,'it',0,NULL,'Giu',NULL,'',0,'2018-11-12 23:39:31'),(2401,2409,'it',0,NULL,'Solo un nome utente, grazie.',NULL,'',0,'2018-11-12 23:39:31'),(2402,2410,'it',0,NULL,'Giustificato',NULL,'',0,'2018-11-12 23:39:31'),(2403,2411,'it',0,NULL,'Scorciatoie da tastiera',NULL,'',0,'2018-11-12 23:39:31'),(2404,2412,'it',0,NULL,'Parole chiave',NULL,'',0,'2018-11-12 23:39:31'),(2405,2413,'it',0,NULL,'Coreano',NULL,'',0,'2018-11-12 23:39:31'),(2406,2414,'it',0,NULL,'Lingua',NULL,'',0,'2018-11-12 23:39:31'),(2407,2415,'it',0,NULL,'Grande',NULL,'',0,'2018-11-12 23:39:31'),(2408,2416,'it',0,NULL,'Altezza dell\'immagine di dimensione grande',NULL,'',0,'2018-11-12 23:39:31'),(2409,2417,'it',0,NULL,'Larghezza dell\'immagine di dimensione grande',NULL,'',0,'2018-11-12 23:39:31'),(2410,2418,'it',0,NULL,'Ultimo articolo',NULL,'',0,'2018-11-12 23:39:31'),(2411,2419,'it',0,NULL,'Il cognome dell\'utente. ',NULL,'',0,'2018-11-12 23:39:31'),(2412,2420,'it',0,NULL,'Ultimo aggiornamento',NULL,'',0,'2018-11-12 23:39:31'),(2413,2421,'it',0,NULL,'Ultimo aggiornamento: %s',NULL,'',0,'2018-11-12 23:39:31'),(2414,2422,'it',0,NULL,'Lettone',NULL,'',0,'2018-11-12 23:39:31'),(2415,2423,'it',0,NULL,'Per saperne di più sul CSS',NULL,'',0,'2018-11-12 23:39:31'),(2416,2424,'it',0,NULL,'Lascia un commento',NULL,'',0,'2018-11-12 23:39:31'),(2417,2425,'it',0,NULL,'Lascia un commento',NULL,'',0,'2018-11-12 23:39:31'),(2418,2426,'it',0,NULL,'Rispondi a %s',NULL,'',0,'2018-11-12 23:39:31'),(2419,2427,'it',0,NULL,'Sinistra',NULL,'',0,'2018-11-12 23:39:31'),(2420,2428,'it',0,NULL,'Lunghezza:',NULL,'',0,'2018-11-12 23:39:31'),(2421,2429,'it',0,NULL,'Lettera',NULL,'',0,'2018-11-12 23:39:31'),(2422,2430,'it',0,NULL,'Chiaro',NULL,'',0,'2018-11-12 23:39:31'),(2423,2431,'it',0,NULL,'Limita la risposta ai commenti pubblicati dopo una specifica data conforme al formato ISO8601.',NULL,'',0,'2018-11-12 23:39:31'),(2424,2432,'it',0,NULL,'Limita la risposta ai commenti pubblicati prima di una specifica data conforme al formato ISO8601.',NULL,'',0,'2018-11-12 23:39:31'),(2425,2433,'it',0,NULL,'Limita l\'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601. ',NULL,'',0,'2018-11-12 23:39:31'),(2426,2434,'it',0,NULL,'Limita l\'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.',NULL,'',0,'2018-11-12 23:39:31'),(2427,2435,'it',0,NULL,'Limita il risultato a tutti gli elementi eccetto quelli di un particolare ID genitore.',NULL,'',0,'2018-11-12 23:39:31'),(2428,2436,'it',0,NULL,'Limita l\'insieme dei risultati a tutti gli elementi eccetto quelli che hanno il termine specificato assegnato nella tassonomia %s.',NULL,'',0,'2018-11-12 23:39:31'),(2429,2437,'it',0,NULL,'Limita il set di risultati a tutti gli elementi che hanno il termine specifico assegnato nella tassonomia %s.',NULL,'',0,'2018-11-12 23:39:31'),(2430,2438,'it',0,NULL,'Limita l\'insieme dei risultati agli allegati con uno specifico tipo MIME.',NULL,'',0,'2018-11-12 23:39:31'),(2431,2439,'it',0,NULL,'Limita l\'insieme dei risultati agli allegati di un tipo media specifico.',NULL,'',0,'2018-11-12 23:39:31'),(2432,2440,'it',0,NULL,'Limita l\'insieme dei risultati ai commenti con uno specifico stato assegnato. Richiede una autorizzazione.',NULL,'',0,'2018-11-12 23:39:31'),(2433,2441,'it',0,NULL,'Limita l\'insieme dei risultati a commenti assegnati ad un tipo specifico. Richiede autorizzazione.',NULL,'',0,'2018-11-12 23:39:31'),(2434,2442,'it',0,NULL,'Limita l\'insieme dei risultati ai commenti assegnati a specifici ID di articoli.',NULL,'',0,'2018-11-12 23:39:31'),(2435,2443,'it',0,NULL,'Limita l\'insieme dei risultati ai commenti assegnati a specifici id utenti. Richiede una autorizzazione.',NULL,'',0,'2018-11-12 23:39:31'),(2436,2444,'it',0,NULL,'Limita l\'insieme dei risultati alle risorse appartenenti a specifici ID genitore.',NULL,'',0,'2018-11-12 23:39:31'),(2437,2445,'it',0,NULL,'Limita la serie di risultati agli elementi in evidenza.',NULL,'',0,'2018-11-12 23:39:31'),(2438,2446,'it',0,NULL,'Limita la serie di risultati dei particolari parent ID.',NULL,'',0,'2018-11-12 23:39:31'),(2439,2447,'it',0,NULL,'Limita l\'insieme dei risultati agli articoli con uno o più stati assegnati.',NULL,'',0,'2018-11-12 23:39:31'),(2440,2448,'it',0,NULL,'Limita la serie di risultati agli articoli assegnati ad autori specifici.',NULL,'',0,'2018-11-12 23:39:31'),(2441,2449,'it',0,NULL,'Limita la serie di risultati agli articoli con uno specifico valore menu_order.',NULL,'',0,'2018-11-12 23:39:31'),(2442,2450,'it',0,NULL,'Limita l\'insieme dei risultati agli articoli con uno o più slug specifici.',NULL,'',0,'2018-11-12 23:39:31'),(2443,2451,'it',0,NULL,'Limita l\'insieme dei risultati a specifici ID.',NULL,'',0,'2018-11-12 23:39:31'),(2444,2452,'it',0,NULL,'Limita la serie di risultati ai termini assegnati ad uno specifico genitore.',NULL,'',0,'2018-11-12 23:39:31'),(2445,2453,'it',0,NULL,'Limita la serie di risultati ai termini assegnati ad uno specifico articolo.',NULL,'',0,'2018-11-12 23:39:31'),(2446,2454,'it',0,NULL,'Limita l\'insieme dei risultati ai termini con uno o più specifici slug.',NULL,'',0,'2018-11-12 23:39:31'),(2447,2455,'it',0,NULL,'Limita l\'insieme dei risultati a quelli provenienti da uno specifico indirizzo email di un autore. Richiede una autorizzazione.',NULL,'',0,'2018-11-12 23:39:31'),(2448,2456,'it',0,NULL,'Limita la serie di risultati agli utenti che corrispondono ad almeno uno dei ruoli indicati. Può accettare un elenco csv o un singolo ruolo.',NULL,'',0,'2018-11-12 23:39:31'),(2449,2457,'it',0,NULL,'Limita il risultato impostato agli utenti che sono considerati autori.',NULL,'',0,'2018-11-12 23:39:31'),(2450,2458,'it',0,NULL,'Limita l\'insieme dei risultati agli utenti con uno o più specifici slug.',NULL,'',0,'2018-11-12 23:39:31'),(2451,2459,'it',0,NULL,'Limita i risultati alle tassonomie associate ad uno specifico tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:31'),(2452,2460,'it',0,NULL,'Limita la serie di risultati a quelli contententi una stringa.',NULL,'',0,'2018-11-12 23:39:31'),(2453,2461,'it',0,NULL,'Link',NULL,'',0,'2018-11-12 23:39:31'),(2454,2462,'it',0,NULL,'Classe CSS del link',NULL,'',0,'2018-11-12 23:39:31'),(2455,2463,'it',0,NULL,'Categorie dei link',NULL,'',0,'2018-11-12 23:39:31'),(2456,2464,'it',0,NULL,'Categoria link',NULL,'',0,'2018-11-12 23:39:31'),(2457,2465,'it',0,NULL,'ID link',NULL,'',0,'2018-11-12 23:39:31'),(2458,2466,'it',0,NULL,'Link Rel',NULL,'',0,'2018-11-12 23:39:31'),(2459,2467,'it',0,NULL,'Relazioni tra link (XFN)',NULL,'',0,'2018-11-12 23:39:31'),(2460,2468,'it',0,NULL,'Testo del link',NULL,'',0,'2018-11-12 23:39:31'),(2461,2469,'it',0,NULL,'Link a',NULL,'',0,'2018-11-12 23:39:31'),(2462,2470,'it',0,NULL,'Ancora',NULL,'',0,'2018-11-12 23:39:31'),(2463,2471,'it',0,NULL,'Ancore',NULL,'',0,'2018-11-12 23:39:31'),(2464,2472,'it',0,NULL,'Link inserito.',NULL,'',0,'2018-11-12 23:39:31'),(2465,2473,'it',0,NULL,'Opzioni link',NULL,'',0,'2018-11-12 23:39:31'),(2466,2474,'it',0,NULL,'Punteggio link',NULL,'',0,'2018-11-12 23:39:31'),(2467,2475,'it',0,NULL,'Link selezionato.',NULL,'',0,'2018-11-12 23:39:31'),(2468,2476,'it',0,NULL,'Titolo del link',NULL,'',0,'2018-11-12 23:39:31'),(2469,2477,'it',0,NULL,'Link alla pagina dell\'allegato',NULL,'',0,'2018-11-12 23:39:31'),(2470,2478,'it',0,NULL,'Link al file multimediale',NULL,'',0,'2018-11-12 23:39:31'),(2471,2479,'it',0,NULL,'Link a:',NULL,'',0,'2018-11-12 23:39:31'),(2472,2480,'it',0,NULL,'Link',NULL,'',0,'2018-11-12 23:39:31'),(2473,2481,'it',0,NULL,'Link per %s',NULL,'',0,'2018-11-12 23:39:31'),(2474,2482,'it',0,NULL,'Casuale',NULL,'',0,'2018-11-12 23:39:31'),(2475,2483,'it',0,NULL,'Elenco',NULL,'',0,'2018-11-12 23:39:31'),(2476,2484,'it',0,NULL,'Voce in elenco',NULL,'',0,'2018-11-12 23:39:31'),(2477,2485,'it',0,NULL,'Lituano',NULL,'',0,'2018-11-12 23:39:31'),(2478,2486,'it',0,NULL,'Diretta streaming',NULL,'',0,'2018-11-12 23:39:31'),(2479,2487,'it',0,NULL,'Anteprima in tempo reale',NULL,'',0,'2018-11-12 23:39:31'),(2480,2488,'it',0,NULL,'Anteprima in tempo reale: %s',NULL,'',0,'2018-11-12 23:39:31'),(2481,2489,'it',0,NULL,'Visualizza anteprima del tema: %s',NULL,'',0,'2018-11-12 23:39:31'),(2482,2490,'it',0,NULL,'Caricamento di ulteriori risultati in corso... attendi.',NULL,'',0,'2018-11-12 23:39:31'),(2483,2491,'it',0,NULL,'La lingua per l\'utente. ',NULL,'',0,'2018-11-12 23:39:31'),(2484,2492,'it',0,NULL,'Login',NULL,'',0,'2018-11-12 23:39:31'),(2485,2493,'it',0,NULL,'Esci',NULL,'',0,'2018-11-12 23:39:31'),(2486,2494,'it',0,NULL,'Accedi',NULL,'',0,'2018-11-12 23:39:31'),(2487,2495,'it',0,NULL,'Accedi per rispondere',NULL,'',0,'2018-11-12 23:39:31'),(2488,2496,'it',0,NULL,'Accedi per lasciare un commento',NULL,'',0,'2018-11-12 23:39:31'),(2489,2497,'it',0,NULL,'Esci',NULL,'',0,'2018-11-12 23:39:31'),(2490,2498,'it',0,NULL,'Autenticato come %s. Modifica il tuo profilo.',NULL,'',0,'2018-11-12 23:39:31'),(2491,2499,'it',0,NULL,'Indirizzo di login (URL)',NULL,'',0,'2018-11-12 23:39:31'),(2492,2500,'it',0,NULL,'Il nome per l\'accesso dell\'utente. ',NULL,'',0,'2018-11-12 23:39:31'),(2493,2501,'it',0,NULL,'Aggiungi i link di login, RSS e WordPress.org.',NULL,'',0,'2018-11-12 23:39:31'),(2494,2502,'it',0,NULL,'Logo',NULL,'',0,'2018-11-12 23:39:31'),(2495,2503,'it',0,NULL,'Stai cercando un tema? Da qui puoi consultare la directory dei temi di WordPress.org, visualizzare le anteprime e attivare direttamente il tema che preferisci.',NULL,'',0,'2018-11-12 23:39:31'),(2496,2504,'it',0,NULL,'Sembra che qualcosa sia andato storto. Attendi un paio di secondi, quindi riprova. ',NULL,'',0,'2018-11-12 23:39:31'),(2497,2505,'it',0,NULL,'Sembra che questo non sia il tipo di file corretto. Inserisci un link ad un file appropriato.',NULL,'',0,'2018-11-12 23:39:31'),(2498,2506,'it',0,NULL,'Sembra che questo non sia il tipo di file corretto. Inserisci un link ad un file audio.',NULL,'',0,'2018-11-12 23:39:31'),(2499,2507,'it',0,NULL,'Ciclo',NULL,'',0,'2018-11-12 23:39:31'),(2500,2508,'it',0,NULL,'Password persa',NULL,'',0,'2018-11-12 23:39:31'),(2501,2509,'it',0,NULL,'Password dimenticata?',NULL,'',0,'2018-11-12 23:39:31'),(2502,2510,'it',0,NULL,'Macedone',NULL,'',0,'2018-11-12 23:39:31'),(2503,2511,'it',0,NULL,'In manutenzione.',NULL,'',0,'2018-11-12 23:39:31'),(2504,2512,'it',0,NULL,'Malese',NULL,'',0,'2018-11-12 23:39:31'),(2505,2513,'it',0,NULL,'Maltese',NULL,'',0,'2018-11-12 23:39:31'),(2506,2514,'it',0,NULL,'Gestione audio',NULL,'',0,'2018-11-12 23:39:31'),(2507,2515,'it',0,NULL,'Gestione commenti',NULL,'',0,'2018-11-12 23:39:31'),(2508,2516,'it',0,NULL,'Gestione immagini',NULL,'',0,'2018-11-12 23:39:31'),(2509,2517,'it',0,NULL,'Gestione video',NULL,'',0,'2018-11-12 23:39:31'),(2510,2518,'it',0,NULL,'Offset manuale',NULL,'',0,'2018-11-12 23:39:31'),(2511,2519,'it',0,NULL,'marzo',NULL,'',0,'2018-11-12 23:39:31'),(2512,2520,'it',0,NULL,'Mar',NULL,'',0,'2018-11-12 23:39:31'),(2513,2521,'it',0,NULL,'Il markup non è ammesso nel CSS.',NULL,'',0,'2018-11-12 23:39:31'),(2514,2522,'it',0,NULL,'Argomento per confronto',NULL,'',0,'2018-11-12 23:39:31'),(2515,2523,'it',0,NULL,'Numero massimo dei risultati da restituire nella serie dei risultati.',NULL,'',0,'2018-11-12 23:39:31'),(2516,2524,'it',0,NULL,'Dimensione massima di caricamento file: %s.',NULL,'',0,'2018-11-12 23:39:31'),(2517,2525,'it',0,NULL,'maggio',NULL,'',0,'2018-11-12 23:39:31'),(2518,2526,'it',0,NULL,'Mag',NULL,'',0,'2018-11-12 23:39:31'),(2519,2527,'it',0,NULL,'Media',NULL,'',0,'2018-11-12 23:39:31'),(2520,2528,'it',0,NULL,'File media',NULL,'',0,'2018-11-12 23:39:31'),(2521,2529,'it',0,NULL,'Libreria media',NULL,'',0,'2018-11-12 23:39:31'),(2522,2530,'it',0,NULL,'Widget media',NULL,'',0,'2018-11-12 23:39:31'),(2523,2531,'it',0,NULL,'Widget Media (%d)',NULL,'',0,'2018-11-12 23:39:31'),(2524,2532,'it',0,NULL,'Media',NULL,'',0,'2018-11-12 23:39:31'),(2525,2533,'it',0,NULL,'Altezza dell\'immagine di dimensione media',NULL,'',0,'2018-11-12 23:39:31'),(2526,2534,'it',0,NULL,'Larghezza dell\'immagine di dimensione media',NULL,'',0,'2018-11-12 23:39:31'),(2527,2535,'it',0,NULL,'Altezza immagine media-larga',NULL,'',0,'2018-11-12 23:39:31'),(2528,2536,'it',0,NULL,'Larghezza immagine medio-larga',NULL,'',0,'2018-11-12 23:39:31'),(2529,2537,'it',0,NULL,'Memoria esaurita. Prova con un file più piccolo.',NULL,'',0,'2018-11-12 23:39:31'),(2530,2538,'it',0,NULL,'Menu',NULL,'',0,'2018-11-12 23:39:31'),(2531,2539,'it',0,NULL,'Posizione menu',NULL,'',0,'2018-11-12 23:39:31'),(2532,2540,'it',0,NULL,'Posizioni del menu',NULL,'',0,'2018-11-12 23:39:31'),(2533,2541,'it',0,NULL,'Nome menu',NULL,'',0,'2018-11-12 23:39:31'),(2534,2542,'it',0,NULL,'Opzioni del menu',NULL,'',0,'2018-11-12 23:39:31'),(2535,2543,'it',0,NULL,'Menu creato',NULL,'',0,'2018-11-12 23:39:31'),(2536,2544,'it',0,NULL,'Menu eliminato',NULL,'',0,'2018-11-12 23:39:31'),(2537,2545,'it',0,NULL,'Voce menu aggiunta',NULL,'',0,'2018-11-12 23:39:31'),(2538,2546,'it',0,NULL,'Voce menu eliminata',NULL,'',0,'2018-11-12 23:39:31'),(2539,2547,'it',0,NULL,'La voce del menu è ora una sotto-voce',NULL,'',0,'2018-11-12 23:39:31'),(2540,2548,'it',0,NULL,'Voce del menu spostata giù',NULL,'',0,'2018-11-12 23:39:31'),(2541,2549,'it',0,NULL,'Elemento del menu spostato fuori dal submenu',NULL,'',0,'2018-11-12 23:39:31'),(2542,2550,'it',0,NULL,'Voce di menu spostata su',NULL,'',0,'2018-11-12 23:39:31'),(2543,2551,'it',0,NULL,'Menu',NULL,'',0,'2018-11-12 23:39:31'),(2544,2552,'it',0,NULL,'I Menu possono venir visualizzati in differenti posizioni definite dal tema o in <a href=\"%s\">aree widget</a> aggiungendo un widget &#8220;Menu di navigazione&#8221;.',NULL,'',0,'2018-11-12 23:39:31'),(2545,2553,'it',0,NULL,'I menu possono venir visualizzati in differenti posizioni definite dal tema utilizzato.',NULL,'',0,'2018-11-12 23:39:31'),(2546,2554,'it',0,NULL,'Unisci celle tabella',NULL,'',0,'2018-11-12 23:39:31'),(2547,2555,'it',0,NULL,'Meridiano',NULL,'',0,'2018-11-12 23:39:31'),(2548,2556,'it',0,NULL,'Meta',NULL,'',0,'2018-11-12 23:39:31'),(2549,2557,'it',0,NULL,'Campi dei meta.',NULL,'',0,'2018-11-12 23:39:31'),(2550,2558,'it',0,NULL,'Metadati',NULL,'',0,'2018-11-12 23:39:31'),(2551,2559,'it',0,NULL,'Il metodo \'%s\' deve essere ignorato.',NULL,'',0,'2018-11-12 23:39:31'),(2552,2560,'it',0,NULL,'Il metodo \'%s\' non è implementato. Deve essere sovrascritto in una sottoclasse.',NULL,'',0,'2018-11-12 23:39:31'),(2553,2561,'it',0,NULL,'Mediano',NULL,'',0,'2018-11-12 23:39:31'),(2554,2562,'it',0,NULL,'Minuti',NULL,'',0,'2018-11-12 23:39:31'),(2555,2563,'it',0,NULL,'Allegato mancante',NULL,'',0,'2018-11-12 23:39:31'),(2556,2564,'it',0,NULL,'(senza nome)',NULL,'',0,'2018-11-12 23:39:31'),(2557,2565,'it',0,NULL,'Parametro(i) mancante(i): %s',NULL,'',0,'2018-11-12 23:39:31'),(2558,2566,'it',0,NULL,'Missione completata. Il messaggio %s è stato eliminato.',NULL,'',0,'2018-11-12 23:39:31'),(2559,2567,'it',0,NULL,'lun',NULL,'',0,'2018-11-12 23:39:31'),(2560,2568,'it',0,NULL,'lunedì',NULL,'',0,'2018-11-12 23:39:31'),(2561,2569,'it',0,NULL,'L',NULL,'',0,'2018-11-12 23:39:31'),(2562,2570,'it',0,NULL,'Mese',NULL,'',0,'2018-11-12 23:39:31'),(2563,2571,'it',0,NULL,'Mese: %s',NULL,'',0,'2018-11-12 23:39:31'),(2564,2572,'it',0,NULL,'Muovi giù',NULL,'',0,'2018-11-12 23:39:31'),(2565,2573,'it',0,NULL,'Sposta in giù di uno',NULL,'',0,'2018-11-12 23:39:31'),(2566,2574,'it',0,NULL,'Sposta sotto di un livello',NULL,'',0,'2018-11-12 23:39:31'),(2567,2575,'it',0,NULL,'Sposta sopra di un livello',NULL,'',0,'2018-11-12 23:39:31'),(2568,2576,'it',0,NULL,'Sposta fuori da sotto %s',NULL,'',0,'2018-11-12 23:39:31'),(2569,2577,'it',0,NULL,'Sposta in un\'altra area&hellip;',NULL,'',0,'2018-11-12 23:39:31'),(2570,2578,'it',0,NULL,'Sposta in cima',NULL,'',0,'2018-11-12 23:39:31'),(2571,2579,'it',0,NULL,'Sposta sotto %s',NULL,'',0,'2018-11-12 23:39:31'),(2572,2580,'it',0,NULL,'Sposta sopra',NULL,'',0,'2018-11-12 23:39:31'),(2573,2581,'it',0,NULL,'Sposta in su di uno',NULL,'',0,'2018-11-12 23:39:31'),(2574,2582,'it',0,NULL,'Sposta',NULL,'',0,'2018-11-12 23:39:31'),(2575,2583,'it',0,NULL,'Deve essere di almeno 4 caratteri, solo lettere e numeri. Non può venir cambiato quindi sceglilo con attenzione!',NULL,'',0,'2018-11-12 23:39:31'),(2576,2584,'it',0,NULL,'Muto',NULL,'',0,'2018-11-12 23:39:31'),(2577,2585,'it',0,NULL,'Cambia il muto',NULL,'',0,'2018-11-12 23:39:31'),(2578,2586,'it',0,NULL,'I miei siti',NULL,'',0,'2018-11-12 23:39:31'),(2579,2587,'it',0,NULL,'Nome',NULL,'',0,'2018-11-12 23:39:31'),(2580,2588,'it',0,NULL,'Testo',NULL,'',0,'2018-11-12 23:39:31'),(2581,2589,'it',0,NULL,'Visuale',NULL,'',0,'2018-11-12 23:39:31'),(2582,2590,'it',0,NULL,'Nome',NULL,'',0,'2018-11-12 23:39:31'),(2583,2591,'it',0,NULL,'Etichetta di navigazione',NULL,'',0,'2018-11-12 23:39:31'),(2584,2592,'it',0,NULL,'Menu di navigazione',NULL,'',0,'2018-11-12 23:39:31'),(2585,2593,'it',0,NULL,'Elemento del menu di navigazione',NULL,'',0,'2018-11-12 23:39:31'),(2586,2594,'it',0,NULL,'Elementi del menu di navigazione',NULL,'',0,'2018-11-12 23:39:31'),(2587,2595,'it',0,NULL,'Menu di navigazione',NULL,'',0,'2018-11-12 23:39:31'),(2588,2596,'it',0,NULL,'Hai bisogno di ulteriore aiuto? <a href=\'%s\'>Chiedicelo</a>.',NULL,'',0,'2018-11-12 23:39:31'),(2589,2597,'it',0,NULL,'Attiva nel network',NULL,'',0,'2018-11-12 23:39:31'),(2590,2598,'it',0,NULL,'Gestione network',NULL,'',0,'2018-11-12 23:39:31'),(2591,2599,'it',0,NULL,'Amministratore del network %s',NULL,'',0,'2018-11-12 23:39:31'),(2592,2600,'it',0,NULL,'Abilita il network',NULL,'',0,'2018-11-12 23:39:31'),(2593,2601,'it',0,NULL,'Nuovo %1$s sito: %2$s',NULL,'',0,'2018-11-12 23:39:31'),(2594,2602,'it',0,NULL,'Nuovo %1$s utente: %2$s',NULL,'',0,'2018-11-12 23:39:31'),(2595,2603,'it',0,NULL,'Nuovo nome di categoria',NULL,'',0,'2018-11-12 23:39:31'),(2596,2604,'it',0,NULL,'Nuovo changeset',NULL,'',0,'2018-11-12 23:39:31'),(2597,2605,'it',0,NULL,'Nuovo widget HTML personalizzato',NULL,'',0,'2018-11-12 23:39:31'),(2598,2606,'it',0,NULL,'Nuovo nome di categoria link',NULL,'',0,'2018-11-12 23:39:31'),(2599,2607,'it',0,NULL,'Nuovo menu',NULL,'',0,'2018-11-12 23:39:31'),(2600,2608,'it',0,NULL,'Nuova pagina',NULL,'',0,'2018-11-12 23:39:31'),(2601,2609,'it',0,NULL,'Nuovo articolo',NULL,'',0,'2018-11-12 23:39:31'),(2602,2610,'it',0,NULL,'Registrazione nuovo sito: %s',NULL,'',0,'2018-11-12 23:39:31'),(2603,2611,'it',0,NULL,'Nuovo sito: %1$s\nURL: %2$s\nIndirizzo IP: %3$s\n\nDisabilita queste notifiche: %4$s',NULL,'',0,'2018-11-12 23:39:31'),(2604,2612,'it',0,NULL,'Nuovo nome tag',NULL,'',0,'2018-11-12 23:39:31'),(2605,2613,'it',0,NULL,'Registrazione nuovo utente: %s',NULL,'',0,'2018-11-12 23:39:31'),(2606,2614,'it',0,NULL,'Nuovo utente: %1$s\nIndirizzo IP: %2$s\n\nDisabilita queste notifiche: %3$s',NULL,'',0,'2018-11-12 23:39:31'),(2607,2615,'it',0,NULL,'Nuovo commento all\'articolo \"%s\"',NULL,'',0,'2018-11-12 23:39:31'),(2608,2616,'it',0,NULL,'Nuovo documento',NULL,'',0,'2018-11-12 23:39:31'),(2609,2617,'it',0,NULL,'Nuovo titolo di pagina',NULL,'',0,'2018-11-12 23:39:31'),(2610,2618,'it',0,NULL,'Nuovo titolo di pagina&hellip;',NULL,'',0,'2018-11-12 23:39:31'),(2611,2619,'it',0,NULL,'Nuova password',NULL,'',0,'2018-11-12 23:39:31'),(2612,2620,'it',0,NULL,'Nuovo pingback all\'articolo \"%s\"',NULL,'',0,'2018-11-12 23:39:31'),(2613,2621,'it',0,NULL,'[%1$s] %2$s è stato attivato',NULL,'',0,'2018-11-12 23:39:31'),(2614,2622,'it',0,NULL,'Nuovo trackback all\'articolo \"%s\"',NULL,'',0,'2018-11-12 23:39:31'),(2615,2623,'it',0,NULL,'[%1$s] %2$s è stato attivato',NULL,'',0,'2018-11-12 23:39:31'),(2616,2624,'it',0,NULL,'Nuovo utente registrato sul sito %s:',NULL,'',0,'2018-11-12 23:39:31'),(2617,2625,'it',0,NULL,'Nuova versione disponibile. %s',NULL,'',0,'2018-11-12 23:39:31'),(2618,2626,'it',0,NULL,'Nuova finestra',NULL,'',0,'2018-11-12 23:39:31'),(2619,2627,'it',0,NULL,'Commenti seguenti &raquo;',NULL,'',0,'2018-11-12 23:39:31'),(2620,2628,'it',0,NULL,'Commenti più recenti',NULL,'',0,'2018-11-12 23:39:31'),(2621,2629,'it',0,NULL,'Articoli seguenti',NULL,'',0,'2018-11-12 23:39:31'),(2622,2630,'it',0,NULL,'Successivo',NULL,'',0,'2018-11-12 23:39:31'),(2623,2631,'it',0,NULL,'Succ. &raquo;',NULL,'',0,'2018-11-12 23:39:31'),(2624,2632,'it',0,NULL,'Successivo &raquo;',NULL,'',0,'2018-11-12 23:39:31'),(2625,2633,'it',0,NULL,'Pagina successiva &raquo;',NULL,'',0,'2018-11-12 23:39:31'),(2626,2634,'it',0,NULL,'Articolo successivo',NULL,'',0,'2018-11-12 23:39:31'),(2627,2635,'it',0,NULL,'Pagina successiva',NULL,'',0,'2018-11-12 23:39:31'),(2628,2636,'it',0,NULL,'Il nicename non può essere più lungo di 50 caratteri.',NULL,'',0,'2018-11-12 23:39:31'),(2629,2637,'it',0,NULL,'No',NULL,'',0,'2018-11-12 23:39:31'),(2630,2638,'it',0,NULL,'Nessun %1$s è stato impostato nell\'array degli argomenti per la sidebar \"%2$s\". Si utilizzerà il valore predefinito \"%3$s\". Impostare manualmente %1$s a \"%3$s\" per nascondere questo avvertimento e mantenere il contenuto attuale della barra laterale.',NULL,'',0,'2018-11-12 23:39:31'),(2631,2639,'it',0,NULL,'Nessun commento',NULL,'',0,'2018-11-12 23:39:31'),(2632,2640,'it',0,NULL,'Nessun commento<span class=\"screen-reader-text\"> su %s</span>',NULL,'',0,'2018-11-12 23:39:31'),(2633,2641,'it',0,NULL,'Non è stata fornita alcuna Content-Disposition.',NULL,'',0,'2018-11-12 23:39:31'),(2634,2642,'it',0,NULL,'Nessun Content-Type fornito.',NULL,'',0,'2018-11-12 23:39:31'),(2635,2643,'it',0,NULL,'Nessun allineamento',NULL,'',0,'2018-11-12 23:39:31'),(2636,2644,'it',0,NULL,'Nessun audio selezionato',NULL,'',0,'2018-11-12 23:39:31'),(2637,2645,'it',0,NULL,'Nessuna categoria',NULL,'',0,'2018-11-12 23:39:31'),(2638,2646,'it',0,NULL,'Nessuna categoria trovata',NULL,'',0,'2018-11-12 23:39:31'),(2639,2647,'it',0,NULL,'Ancora nessuna modifica salvata, non c\'è niente da cancellare.',NULL,'',0,'2018-11-12 23:39:31'),(2640,2648,'it',0,NULL,'Nessun changeset trovato da controllare',NULL,'',0,'2018-11-12 23:39:31'),(2641,2649,'it',0,NULL,'Nessun changeset è stato trovato nel cestino.',NULL,'',0,'2018-11-12 23:39:31'),(2642,2650,'it',0,NULL,'Non è stato trovato alcun changeset.',NULL,'',0,'2018-11-12 23:39:31'),(2643,2651,'it',0,NULL,'Nessun colore',NULL,'',0,'2018-11-12 23:39:31'),(2644,2652,'it',0,NULL,'Non è stato fornito alcun dato.',NULL,'',0,'2018-11-12 23:39:31'),(2645,2653,'it',0,NULL,'Impossibile selezionare un editor',NULL,'',0,'2018-11-12 23:39:31'),(2646,2654,'it',0,NULL,'Nessun file selezionato',NULL,'',0,'2018-11-12 23:39:31'),(2647,2655,'it',0,NULL,'Nessuna immagine selezionata',NULL,'',0,'2018-11-12 23:39:31'),(2648,2656,'it',0,NULL,'Nessuna immagine impostata',NULL,'',0,'2018-11-12 23:39:31'),(2649,2657,'it',0,NULL,'Nessuna immagine selezionata',NULL,'',0,'2018-11-12 23:39:31'),(2650,2658,'it',0,NULL,'Nessun elemento presente',NULL,'',0,'2018-11-12 23:39:31'),(2651,2659,'it',0,NULL,'Nessun elemento trovato',NULL,'',0,'2018-11-12 23:39:31'),(2652,2660,'it',0,NULL,'Nessun logo selezionato',NULL,'',0,'2018-11-12 23:39:31'),(2653,2661,'it',0,NULL,'Nessun file multimediale trovato.',NULL,'',0,'2018-11-12 23:39:31'),(2654,2662,'it',0,NULL,'Nessun media selezionato',NULL,'',0,'2018-11-12 23:39:31'),(2655,2663,'it',0,NULL,'Non è stato creato ancora alcun menu. <a href=\"%s\">Crearne uno</a>',NULL,'',0,'2018-11-12 23:39:31'),(2656,2664,'it',0,NULL,'Nessun altro commento trovato.',NULL,'',0,'2018-11-12 23:39:31'),(2657,2665,'it',0,NULL,'Nessuna pagina presente nel cestino.',NULL,'',0,'2018-11-12 23:39:31'),(2658,2666,'it',0,NULL,'Nessun pagina trovata.',NULL,'',0,'2018-11-12 23:39:31'),(2659,2667,'it',0,NULL,'Nessun file di esportazione dei dati personali è stato generato.',NULL,'',0,'2018-11-12 23:39:31'),(2660,2668,'it',0,NULL,'Non sono stati trovati dati personali di questo utente.',NULL,'',0,'2018-11-12 23:39:31'),(2661,2669,'it',0,NULL,'Nessun plugin trovato. Prova una ricerca differente.',NULL,'',0,'2018-11-12 23:39:31'),(2662,2670,'it',0,NULL,'Nessun articolo trovato nel cestino.',NULL,'',0,'2018-11-12 23:39:31'),(2663,2671,'it',0,NULL,'Nessun articolo trovato.',NULL,'',0,'2018-11-12 23:39:31'),(2664,2672,'it',0,NULL,'Nessun risultato trovato.',NULL,'',0,'2018-11-12 23:39:31'),(2665,2673,'it',0,NULL,'Nessun percorso fornisce una corrispondenza tra l\'URL e le modalità di richiesta',NULL,'',0,'2018-11-12 23:39:31'),(2666,2674,'it',0,NULL,'Nessun termine di ricerca inserito. Vengono mostrati i contenuti più recenti.',NULL,'',0,'2018-11-12 23:39:31'),(2667,2675,'it',0,NULL,'Nessun tag',NULL,'',0,'2018-11-12 23:39:31'),(2668,2676,'it',0,NULL,'Nessun tag trovato.',NULL,'',0,'2018-11-12 23:39:31'),(2669,2677,'it',0,NULL,'Nessun tema trovato. Prova una ricerca diversa, o %s',NULL,'',0,'2018-11-12 23:39:31'),(2670,2678,'it',0,NULL,'Nessun tema trovato. Prova una ricerca differente.',NULL,'',0,'2018-11-12 23:39:31'),(2671,2679,'it',0,NULL,'Nessun video selezionato',NULL,'',0,'2018-11-12 23:39:31'),(2672,2680,'it',0,NULL,'Nessun widget trovato.',NULL,'',0,'2018-11-12 23:39:31'),(2673,2681,'it',0,NULL,'UUID del changeset non esistente.',NULL,'',0,'2018-11-12 23:39:31'),(2674,2682,'it',0,NULL,'Spazio senza interruzioni',NULL,'',0,'2018-11-12 23:39:31'),(2675,2683,'it',0,NULL,'Nessuna',NULL,'',0,'2018-11-12 23:39:31'),(2676,2684,'it',0,NULL,'Norvegese',NULL,'',0,'2018-11-12 23:39:31'),(2677,2685,'it',0,NULL,'Non c\'è abbastanza spazio per effettuare il caricamento. Sono necessari %s KB.',NULL,'',0,'2018-11-12 23:39:31'),(2678,2686,'it',0,NULL,'novembre',NULL,'',0,'2018-11-12 23:39:31'),(2679,2687,'it',0,NULL,'Nov',NULL,'',0,'2018-11-12 23:39:31'),(2680,2688,'it',0,NULL,'Numero di commenti da visualizzare:',NULL,'',0,'2018-11-12 23:39:31'),(2681,2689,'it',0,NULL,'Numero di elementi trovati: %d',NULL,'',0,'2018-11-12 23:39:31'),(2682,2690,'it',0,NULL,'Numero di link da visualizzare:',NULL,'',0,'2018-11-12 23:39:31'),(2683,2691,'it',0,NULL,'Numero di plugin trovati: %d',NULL,'',0,'2018-11-12 23:39:31'),(2684,2692,'it',0,NULL,'Numero di articoli da visualizzare:',NULL,'',0,'2018-11-12 23:39:31'),(2685,2693,'it',0,NULL,'Numero di articoli pubblicati per il termine.',NULL,'',0,'2018-11-12 23:39:31'),(2686,2694,'it',0,NULL,'Numero di widget trovati: %d',NULL,'',0,'2018-11-12 23:39:31'),(2687,2695,'it',0,NULL,'Elenco numerato',NULL,'',0,'2018-11-12 23:39:31'),(2688,2696,'it',0,NULL,'OK',NULL,'',0,'2018-11-12 23:39:31'),(2689,2697,'it',0,NULL,'ottobre',NULL,'',0,'2018-11-12 23:39:31'),(2690,2698,'it',0,NULL,'Ott',NULL,'',0,'2018-11-12 23:39:31'),(2691,2699,'it',0,NULL,'Sposta di uno specifico numero di elementi l\'inizio dell\'insieme dei risultati.',NULL,'',0,'2018-11-12 23:39:31'),(2692,2700,'it',0,NULL,'Commenti meno recenti',NULL,'',0,'2018-11-12 23:39:31'),(2693,2701,'it',0,NULL,'Articoli meno recenti',NULL,'',0,'2018-11-12 23:39:31'),(2694,2702,'it',0,NULL,'In alcuni sistemi il nome del tuo database ha il tuo nome utente come prefisso, ovvero <code>username_%1$s</code>. Potrebbe essere questo il problema?',NULL,'',0,'2018-11-12 23:39:31'),(2695,2703,'it',0,NULL,'Ogni giorno',NULL,'',0,'2018-11-12 23:39:31'),(2696,2704,'it',0,NULL,'Ogni ora',NULL,'',0,'2018-11-12 23:39:31'),(2697,2705,'it',0,NULL,'Una o più tabelle del database non sono disponibili. Il database potrebbe avere bisogno di essere <a href=\"%s\">riparato</a>.',NULL,'',0,'2018-11-12 23:39:31'),(2698,2706,'it',0,NULL,'Una replica a %s',NULL,'',0,'2018-11-12 23:39:31'),(2699,2707,'it',0,NULL,'Per il video dell\'Header puoi usare solo file %1$s or %2$s files. Converti il tuo file video e riprova oppure carica il tuo video su YouTube ed inserisci il link nell\'opzione sottostante.',NULL,'',0,'2018-11-12 23:39:31'),(2700,2708,'it',0,NULL,'Al momento è supportato solo UUID V4',NULL,'',0,'2018-11-12 23:39:31'),(2701,2709,'it',0,NULL,'Per disinstallare un hook occorre usare solo un metodo di classe statico o una funzione.',NULL,'',0,'2018-11-12 23:39:31'),(2702,2710,'it',0,NULL,'Oops! Quell\'embed non può essere trovato.',NULL,'',0,'2018-11-12 23:39:31'),(2703,2711,'it',0,NULL,'Ops: %s',NULL,'',0,'2018-11-12 23:39:31'),(2704,2712,'it',0,NULL,'no-subset',NULL,'',0,'2018-11-12 23:39:31'),(2705,2713,'it',0,NULL,'on',NULL,'',0,'2018-11-12 23:39:31'),(2706,2714,'it',0,NULL,'Apri il link in una nuova scheda',NULL,'',0,'2018-11-12 23:39:31'),(2707,2715,'it',0,NULL,'Apri la maschera di condivisione',NULL,'',0,'2018-11-12 23:39:31'),(2708,2716,'it',0,NULL,'Oppure inserisci un link a un contenuto esistente ',NULL,'',0,'2018-11-12 23:39:31'),(2709,2717,'it',0,NULL,'Oppure inserisci un URL di YouTube:',NULL,'',0,'2018-11-12 23:39:31'),(2710,2718,'it',0,NULL,'Arancione',NULL,'',0,'2018-11-12 23:39:31'),(2711,2719,'it',0,NULL,'Attributo per l\'ordinamento ascendente o discendente.',NULL,'',0,'2018-11-12 23:39:31'),(2712,2720,'it',0,NULL,'Originale',NULL,'',0,'2018-11-12 23:39:31'),(2713,2721,'it',0,NULL,'Originale: %s',NULL,'',0,'2018-11-12 23:39:31'),(2714,2722,'it',0,NULL,'Fuori da sotto %s',NULL,'',0,'2018-11-12 23:39:31'),(2715,2723,'it',0,NULL,'L\'estensione PHP per XML non è disponibile. Contatta il tuo fornitore di hosting per abilitare l\'estensione PHP per XML.',NULL,'',0,'2018-11-12 23:39:31'),(2716,2724,'it',0,NULL,'PM',NULL,'',0,'2018-11-12 23:39:31'),(2717,2725,'it',0,NULL,'Pagina %s',NULL,'',0,'2018-11-12 23:39:31'),(2718,2726,'it',0,NULL,'Archivi pagine',NULL,'',0,'2018-11-12 23:39:31'),(2719,2727,'it',0,NULL,'Attributi della pagina',NULL,'',0,'2018-11-12 23:39:31'),(2720,2728,'it',0,NULL,'ID pagina',NULL,'',0,'2018-11-12 23:39:31'),(2721,2729,'it',0,NULL,'ID pagina, separati da virgole.',NULL,'',0,'2018-11-12 23:39:31'),(2722,2730,'it',0,NULL,'Interruzione di pagina',NULL,'',0,'2018-11-12 23:39:31'),(2723,2731,'it',0,NULL,'Pagina non trovata',NULL,'',0,'2018-11-12 23:39:31'),(2724,2732,'it',0,NULL,'Ordine della pagina',NULL,'',0,'2018-11-12 23:39:31'),(2725,2733,'it',0,NULL,'Titolo della pagina',NULL,'',0,'2018-11-12 23:39:31'),(2726,2734,'it',0,NULL,'Pagine',NULL,'',0,'2018-11-12 23:39:31'),(2727,2735,'it',0,NULL,'Elenco delle pagine',NULL,'',0,'2018-11-12 23:39:31'),(2728,2736,'it',0,NULL,'Navigazione elenco pagine',NULL,'',0,'2018-11-12 23:39:31'),(2729,2737,'it',0,NULL,'Pagine:',NULL,'',0,'2018-11-12 23:39:31'),(2730,2738,'it',0,NULL,'Paragrafo',NULL,'',0,'2018-11-12 23:39:31'),(2731,2739,'it',0,NULL,'Categoria genitore',NULL,'',0,'2018-11-12 23:39:31'),(2732,2740,'it',0,NULL,'Categoria genitore:',NULL,'',0,'2018-11-12 23:39:31'),(2733,2741,'it',0,NULL,'Pagina genitore:',NULL,'',0,'2018-11-12 23:39:31'),(2734,2742,'it',0,NULL,'Il termine genitore non esiste.',NULL,'',0,'2018-11-12 23:39:31'),(2735,2743,'it',0,NULL,'La visualizzazione parziale deve mostrare il contenuto o restituire la stringa del contenuto (o un array) ma non può fare entrambe le cose.',NULL,'',0,'2018-11-12 23:39:31'),(2736,2744,'it',0,NULL,'Passare un numero intero di articoli è deprecato. Passare invece un array di argomenti.',NULL,'',0,'2018-11-12 23:39:31'),(2737,2745,'it',0,NULL,'Password',NULL,'',0,'2018-11-12 23:39:31'),(2738,2746,'it',0,NULL,'Protetto da password',NULL,'',0,'2018-11-12 23:39:31'),(2739,2747,'it',0,NULL,'Reimpostazione password',NULL,'',0,'2018-11-12 23:39:31'),(2740,2748,'it',0,NULL,'Password cambiata per l\'utente: %s',NULL,'',0,'2018-11-12 23:39:31'),(2741,2749,'it',0,NULL,'Password per l\'utente (mai inclusa).',NULL,'',0,'2018-11-12 23:39:31'),(2742,2750,'it',0,NULL,'La reimpostazione della password non è consentita per questo utente.',NULL,'',0,'2018-11-12 23:39:31'),(2743,2751,'it',0,NULL,'Password:',NULL,'',0,'2018-11-12 23:39:31'),(2744,2752,'it',0,NULL,'Le password non possono essere vuote.',NULL,'',0,'2018-11-12 23:39:31'),(2745,2753,'it',0,NULL,'Le password non possono contenere il carattere \"\\\".',NULL,'',0,'2018-11-12 23:39:31'),(2746,2754,'it',0,NULL,'Incolla',NULL,'',0,'2018-11-12 23:39:31'),(2747,2755,'it',0,NULL,'Incolla l\'URL oppure digita per cercare',NULL,'',0,'2018-11-12 23:39:31'),(2748,2756,'it',0,NULL,'Incolla come testo',NULL,'',0,'2018-11-12 23:39:31'),(2749,2757,'it',0,NULL,'Incolla come testo semplice. Il contenuto verr&aacute; incollato come semplice testo finch&eacute; mantieni attiva questa opzione.',NULL,'',0,'2018-11-12 23:39:31'),(2750,2758,'it',0,NULL,'Incolla riga tabella dopo',NULL,'',0,'2018-11-12 23:39:31'),(2751,2759,'it',0,NULL,'Incolla riga tabella prima',NULL,'',0,'2018-11-12 23:39:31'),(2752,2760,'it',0,NULL,'Inserisci il codice di embed qui di seguito:',NULL,'',0,'2018-11-12 23:39:31'),(2753,2761,'it',0,NULL,'Pausa',NULL,'',0,'2018-11-12 23:39:31'),(2754,2762,'it',0,NULL,'In attesa',NULL,'',0,'2018-11-12 23:39:31'),(2755,2763,'it',0,NULL,'In sospeso <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:31'),(2756,2764,'it',0,NULL,'In attesa di revisione',NULL,'',0,'2018-11-12 23:39:31'),(2757,2765,'it',0,NULL,'Permalink salvato',NULL,'',0,'2018-11-12 23:39:31'),(2758,2766,'it',0,NULL,'Permalink: %s',NULL,'',0,'2018-11-12 23:39:31'),(2759,2767,'it',0,NULL,'Persiano',NULL,'',0,'2018-11-12 23:39:31'),(2760,2768,'it',0,NULL,'Sono stati trovati dati personali per questo utente, ma alcuni di essi non sono stati rimossi.',NULL,'',0,'2018-11-12 23:39:31'),(2761,2769,'it',0,NULL,'I dati personali di questo utente sono stati trovati, ma non sono stati rimossi.',NULL,'',0,'2018-11-12 23:39:31'),(2762,2770,'it',0,NULL,'Photoblogging',NULL,'',0,'2018-11-12 23:39:31'),(2763,2771,'it',0,NULL,'Pingback',NULL,'',0,'2018-11-12 23:39:31'),(2764,2772,'it',0,NULL,'Riassunto pingback:',NULL,'',0,'2018-11-12 23:39:31'),(2765,2773,'it',0,NULL,'Pingback da %1$s a %2$s registrato. Facciamo parlare il web! :-)',NULL,'',0,'2018-11-12 23:39:31'),(2766,2774,'it',0,NULL,'Pingback:',NULL,'',0,'2018-11-12 23:39:31'),(2767,2775,'it',0,NULL,'Rosa',NULL,'',0,'2018-11-12 23:39:31'),(2768,2776,'it',0,NULL,'Play',NULL,'',0,'2018-11-12 23:39:31'),(2769,2777,'it',0,NULL,'Impostazioni playlist',NULL,'',0,'2018-11-12 23:39:31'),(2770,2778,'it',0,NULL,'Inserisci il nome del sito.',NULL,'',0,'2018-11-12 23:39:31'),(2771,2779,'it',0,NULL,'Inserisci il titolo del sito.',NULL,'',0,'2018-11-12 23:39:31'),(2772,2780,'it',0,NULL,'Inserisci il nome utente.',NULL,'',0,'2018-11-12 23:39:31'),(2773,2781,'it',0,NULL,'Inserisci un URL valido di YouTube',NULL,'',0,'2018-11-12 23:39:31'),(2774,2782,'it',0,NULL,'Inserisci un indirizzo email valido.',NULL,'',0,'2018-11-12 23:39:31'),(2775,2783,'it',0,NULL,'Inserisci il tuo nome utente o il tuo indirizzo email. Riceverai tramite email un link per creare una nuova password.',NULL,'',0,'2018-11-12 23:39:31'),(2776,2784,'it',0,NULL,'Includi un template %s nel tuo tema.',NULL,'',0,'2018-11-12 23:39:31'),(2777,2785,'it',0,NULL,'Accedi nuovamente',NULL,'',0,'2018-11-12 23:39:31'),(2778,2786,'it',0,NULL,'Salva le modifiche per condividere l\'anteprima',NULL,'',0,'2018-11-12 23:39:31'),(2779,2787,'it',0,NULL,'Leggi <a href=\"%s\">Debugging in WordPress</a> per maggiori informazioni.',NULL,'',0,'2018-11-12 23:39:31'),(2780,2788,'it',0,NULL,'Seleziona almeno un elemento per effettuare l\'azione.',NULL,'',0,'2018-11-12 23:39:31'),(2781,2789,'it',0,NULL,'Prova di nuovo.',NULL,'',0,'2018-11-12 23:39:31'),(2782,2790,'it',0,NULL,'Prova a caricare il file con %1$s l\'uploader del browser%2$s.',NULL,'',0,'2018-11-12 23:39:31'),(2783,2791,'it',0,NULL,'Dettagli del plugin',NULL,'',0,'2018-11-12 23:39:31'),(2784,2792,'it',0,NULL,'Plugin:',NULL,'',0,'2018-11-12 23:39:31'),(2785,2793,'it',0,NULL,'Plugin',NULL,'',0,'2018-11-12 23:39:31'),(2786,2794,'it',0,NULL,'Polacco',NULL,'',0,'2018-11-12 23:39:31'),(2787,2795,'it',0,NULL,'Tag più popolari',NULL,'',0,'2018-11-12 23:39:31'),(2788,2796,'it',0,NULL,'Portoghese',NULL,'',0,'2018-11-12 23:39:31'),(2789,2797,'it',0,NULL,'Possibili motivi: il tuo host può aver disabilitato la funzione mail().',NULL,'',0,'2018-11-12 23:39:31'),(2790,2798,'it',0,NULL,'Articolo',NULL,'',0,'2018-11-12 23:39:31'),(2791,2799,'it',0,NULL,'Archivi articoli',NULL,'',0,'2018-11-12 23:39:31'),(2792,2800,'it',0,NULL,'Attributi dell\'articolo',NULL,'',0,'2018-11-12 23:39:31'),(2793,2801,'it',0,NULL,'Pubblica il commento',NULL,'',0,'2018-11-12 23:39:31'),(2794,2802,'it',0,NULL,'Miniatura articolo',NULL,'',0,'2018-11-12 23:39:31'),(2795,2803,'it',0,NULL,'Archivio dei tipi di contenuto (Post Type)',NULL,'',0,'2018-11-12 23:39:31'),(2796,2804,'it',0,NULL,'%s:',NULL,'',0,'2018-11-12 23:39:31'),(2797,2805,'it',0,NULL,'Digressione',NULL,'',0,'2018-11-12 23:39:31'),(2798,2806,'it',0,NULL,'Audio',NULL,'',0,'2018-11-12 23:39:31'),(2799,2807,'it',0,NULL,'Chat',NULL,'',0,'2018-11-12 23:39:31'),(2800,2808,'it',0,NULL,'Galleria',NULL,'',0,'2018-11-12 23:39:31'),(2801,2809,'it',0,NULL,'Immagine',NULL,'',0,'2018-11-12 23:39:31'),(2802,2810,'it',0,NULL,'Link',NULL,'',0,'2018-11-12 23:39:31'),(2803,2811,'it',0,NULL,'Citazione',NULL,'',0,'2018-11-12 23:39:31'),(2804,2812,'it',0,NULL,'Standard',NULL,'',0,'2018-11-12 23:39:31'),(2805,2813,'it',0,NULL,'Stato',NULL,'',0,'2018-11-12 23:39:31'),(2806,2814,'it',0,NULL,'Video',NULL,'',0,'2018-11-12 23:39:31'),(2807,2815,'it',0,NULL,'Navigazione articoli',NULL,'',0,'2018-11-12 23:39:31'),(2808,2816,'it',0,NULL,'I nomi dei tipi di contenuto (post type) devono essere compresi fra 1 e 20 caratteri di lunghezza.',NULL,'',0,'2018-11-12 23:39:31'),(2809,2817,'it',0,NULL,'Titolo pubblicato:',NULL,'',0,'2018-11-12 23:39:31'),(2810,2818,'it',0,NULL,'Poster',NULL,'',0,'2018-11-12 23:39:31'),(2811,2819,'it',0,NULL,'Immagine Poster',NULL,'',0,'2018-11-12 23:39:31'),(2812,2820,'it',0,NULL,'Articoli scritti da: %s',NULL,'',0,'2018-11-12 23:39:31'),(2813,2821,'it',0,NULL,'Elenco degli articoli',NULL,'',0,'2018-11-12 23:39:31'),(2814,2822,'it',0,NULL,'Navigazione elenco articoli',NULL,'',0,'2018-11-12 23:39:31'),(2815,2823,'it',0,NULL,'Navigazione articoli',NULL,'',0,'2018-11-12 23:39:31'),(2816,2824,'it',0,NULL,'Pagina articoli',NULL,'',0,'2018-11-12 23:39:31'),(2817,2825,'it',0,NULL,'Articoli pubblicati in %s',NULL,'',0,'2018-11-12 23:39:31'),(2818,2826,'it',0,NULL,'Powered by WordPress',NULL,'',0,'2018-11-12 23:39:31'),(2819,2827,'it',0,NULL,'Powered by WordPress, allo stato dell’arte una piattaforma di editoria personale semantica-',NULL,'',0,'2018-11-12 23:39:31'),(2820,2828,'it',0,NULL,'Precaricamento',NULL,'',0,'2018-11-12 23:39:31'),(2821,2829,'it',0,NULL,'Premi return o invio per aprire questo pannello',NULL,'',0,'2018-11-12 23:39:31'),(2822,2830,'it',0,NULL,'Premi return o invio per aprire questa sezione',NULL,'',0,'2018-11-12 23:39:31'),(2823,2831,'it',0,NULL,'Anteprima',NULL,'',0,'2018-11-12 23:39:31'),(2824,2832,'it',0,NULL,'Link anteprima ',NULL,'',0,'2018-11-12 23:39:31'),(2825,2833,'it',0,NULL,'Anteprima come icona del browser',NULL,'',0,'2018-11-12 23:39:31'),(2826,2834,'it',0,NULL,'Anteprima come icona app',NULL,'',0,'2018-11-12 23:39:31'),(2827,2835,'it',0,NULL,'Anteprima del tema',NULL,'',0,'2018-11-12 23:39:31'),(2828,2836,'it',0,NULL,'Precedente',NULL,'',0,'2018-11-12 23:39:31'),(2829,2837,'it',0,NULL,'Articolo precedente',NULL,'',0,'2018-11-12 23:39:31'),(2830,2838,'it',0,NULL,'Pagina precedente',NULL,'',0,'2018-11-12 23:39:31'),(2831,2839,'it',0,NULL,'Stampa',NULL,'',0,'2018-11-12 23:39:31'),(2832,2840,'it',0,NULL,'Privacy:',NULL,'',0,'2018-11-12 23:39:31'),(2833,2841,'it',0,NULL,'Privato',NULL,'',0,'2018-11-12 23:39:31'),(2834,2842,'it',0,NULL,'Privati <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:31'),(2835,2843,'it',0,NULL,'Privato: %s',NULL,'',0,'2018-11-12 23:39:31'),(2836,2844,'it',0,NULL,'Pubblicato privatamente',NULL,'',0,'2018-11-12 23:39:31'),(2837,2845,'it',0,NULL,'Commenti protetti: inserisci la tua password per visualizzare i commenti.',NULL,'',0,'2018-11-12 23:39:31'),(2838,2846,'it',0,NULL,'Protetto: %s',NULL,'',0,'2018-11-12 23:39:31'),(2839,2847,'it',0,NULL,'Pubblico',NULL,'',0,'2018-11-12 23:39:31'),(2840,2848,'it',0,NULL,'Pubblico, in evidenza',NULL,'',0,'2018-11-12 23:39:31'),(2841,2849,'it',0,NULL,'Pubblica',NULL,'',0,'2018-11-12 23:39:31'),(2842,2850,'it',0,NULL,'Impostazioni di pubblicazione',NULL,'',0,'2018-11-12 23:39:31'),(2843,2851,'it',0,NULL,'Pubblica il:',NULL,'',0,'2018-11-12 23:39:31'),(2844,2852,'it',0,NULL,'Pubblicato',NULL,'',0,'2018-11-12 23:39:31'),(2845,2853,'it',0,NULL,'Pubblicati <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:31'),(2846,2854,'it',0,NULL,'Pubblicato il:',NULL,'',0,'2018-11-12 23:39:31'),(2847,2855,'it',0,NULL,'Viola',NULL,'',0,'2018-11-12 23:39:31'),(2848,2856,'it',0,NULL,'Parametro della query non permesso: %s',NULL,'',0,'2018-11-12 23:39:31'),(2849,2857,'it',0,NULL,'Rotta base REST per il tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:31'),(2850,2858,'it',0,NULL,'Rotta base REST per la tassonomia.',NULL,'',0,'2018-11-12 23:39:31'),(2851,2859,'it',0,NULL,'RSS',NULL,'',0,'2018-11-12 23:39:31'),(2852,2860,'it',0,NULL,'Errore RSS:',NULL,'',0,'2018-11-12 23:39:31'),(2853,2861,'it',0,NULL,'Ordine casuale',NULL,'',0,'2018-11-12 23:39:31'),(2854,2862,'it',0,NULL,'Rendi casuali le testate suggerite',NULL,'',0,'2018-11-12 23:39:31'),(2855,2863,'it',0,NULL,'Rendi casuali le testate caricate',NULL,'',0,'2018-11-12 23:39:31'),(2856,2864,'it',0,NULL,'Rendi casuali le testate suggerite',NULL,'',0,'2018-11-12 23:39:31'),(2857,2865,'it',0,NULL,'Ordinamento casuale delle testate caricate',NULL,'',0,'2018-11-12 23:39:31'),(2858,2866,'it',0,NULL,'Leggi tutto...',NULL,'',0,'2018-11-12 23:39:31'),(2859,2867,'it',0,NULL,'Leggi la pagina <a href=\"%s\" target=\"_blank\">Segnalazione bug</a>. Alcune delle linee guida potrebbero aiutarti a capire cosa è andato storto.',NULL,'',0,'2018-11-12 23:39:31'),(2860,2868,'it',0,NULL,'Assegna gli articoli e i link dell\'utente eliminato all\'utente con questo ID. ',NULL,'',0,'2018-11-12 23:39:31'),(2861,2869,'it',0,NULL,'Commenti recenti',NULL,'',0,'2018-11-12 23:39:31'),(2862,2870,'it',0,NULL,'Articoli recenti',NULL,'',0,'2018-11-12 23:39:31'),(2863,2871,'it',0,NULL,'Rosso',NULL,'',0,'2018-11-12 23:39:31'),(2864,2872,'it',0,NULL,'Ripeti',NULL,'',0,'2018-11-12 23:39:31'),(2865,2873,'it',0,NULL,'Registrati',NULL,'',0,'2018-11-12 23:39:31'),(2866,2874,'it',0,NULL,'Registrazione per questo sito',NULL,'',0,'2018-11-12 23:39:31'),(2867,2875,'it',0,NULL,'Modulo di registrazione',NULL,'',0,'2018-11-12 23:39:31'),(2868,2876,'it',0,NULL,'Registrazione completata. Verifica la tua email.',NULL,'',0,'2018-11-12 23:39:31'),(2869,2877,'it',0,NULL,'La conferma della registrazione ti arriverà per email.',NULL,'',0,'2018-11-12 23:39:31'),(2870,2878,'it',0,NULL,'Data di registrazione per l\'utente.',NULL,'',0,'2018-11-12 23:39:31'),(2871,2879,'it',0,NULL,'La registrazione è stata disabilitata.',NULL,'',0,'2018-11-12 23:39:31'),(2872,2880,'it',0,NULL,'Ricordami',NULL,'',0,'2018-11-12 23:39:31'),(2873,2881,'it',0,NULL,'Rimuovi',NULL,'',0,'2018-11-12 23:39:31'),(2874,2882,'it',0,NULL,'Rimuovi dalla modifica di gruppo',NULL,'',0,'2018-11-12 23:39:31'),(2875,2883,'it',0,NULL,'Rimuovi elemento del menu: %1$s (%2$s)',NULL,'',0,'2018-11-12 23:39:31'),(2876,2884,'it',0,NULL,'Rimuovi sorgente audio',NULL,'',0,'2018-11-12 23:39:31'),(2877,2885,'it',0,NULL,'Rimuovi immagine',NULL,'',0,'2018-11-12 23:39:31'),(2878,2886,'it',0,NULL,'Rimuovi link',NULL,'',0,'2018-11-12 23:39:31'),(2879,2887,'it',0,NULL,'Elimina immagine poster',NULL,'',0,'2018-11-12 23:39:31'),(2880,2888,'it',0,NULL,'Rimuovi il termine:',NULL,'',0,'2018-11-12 23:39:31'),(2881,2889,'it',0,NULL,'Rimuovi sorgente video',NULL,'',0,'2018-11-12 23:39:31'),(2882,2890,'it',0,NULL,'Rimuovere manualmente %1$s causerà dei warning PHP . Utilizza in alternativa il filtro %2$s.',NULL,'',0,'2018-11-12 23:39:31'),(2883,2891,'it',0,NULL,'Riordina',NULL,'',0,'2018-11-12 23:39:31'),(2884,2892,'it',0,NULL,'Riordinare gli elementi del menu',NULL,'',0,'2018-11-12 23:39:31'),(2885,2893,'it',0,NULL,'Modalità di riordino chiusa',NULL,'',0,'2018-11-12 23:39:31'),(2886,2894,'it',0,NULL,'Modalità di riordino abilitata',NULL,'',0,'2018-11-12 23:39:31'),(2887,2895,'it',0,NULL,'Riordina i widget',NULL,'',0,'2018-11-12 23:39:31'),(2888,2896,'it',0,NULL,'Ripeti l\'immagine di sfondo',NULL,'',0,'2018-11-12 23:39:31'),(2889,2897,'it',0,NULL,'Ripeti',NULL,'',0,'2018-11-12 23:39:31'),(2890,2898,'it',0,NULL,'Sostituisci',NULL,'',0,'2018-11-12 23:39:31'),(2891,2899,'it',0,NULL,'Sostituisci audio',NULL,'',0,'2018-11-12 23:39:31'),(2892,2900,'it',0,NULL,'Sostituisci Immagine',NULL,'',0,'2018-11-12 23:39:31'),(2893,2901,'it',0,NULL,'Sostituisci video',NULL,'',0,'2018-11-12 23:39:31'),(2894,2902,'it',0,NULL,'Rispondi',NULL,'',0,'2018-11-12 23:39:31'),(2895,2903,'it',0,NULL,'Rispondi a %s',NULL,'',0,'2018-11-12 23:39:31'),(2896,2904,'it',0,NULL,'I campi obbligatori sono contrassegnati %s',NULL,'',0,'2018-11-12 23:39:31'),(2897,2905,'it',0,NULL,'Deve essere true, poiché le revisioni non si possono eliminare.',NULL,'',0,'2018-11-12 23:39:31'),(2898,2906,'it',0,NULL,'Deve essere true, poiché i termini non si possono eliminare.',NULL,'',0,'2018-11-12 23:39:31'),(2899,2907,'it',0,NULL,'È necessario che sia impostato su vero, se la risorsa non supporta l\'eliminazione.',NULL,'',0,'2018-11-12 23:39:31'),(2900,2908,'it',0,NULL,'Reimposta password',NULL,'',0,'2018-11-12 23:39:31'),(2901,2909,'it',0,NULL,'Layout responsive',NULL,'',0,'2018-11-12 23:39:31'),(2902,2910,'it',0,NULL,'Ripristina l\'ultima bozza',NULL,'',0,'2018-11-12 23:39:31'),(2903,2911,'it',0,NULL,'Ordine inverso',NULL,'',0,'2018-11-12 23:39:31'),(2904,2912,'it',0,NULL,'Ripristino delle modifiche non pubblicate in corso&hellip;',NULL,'',0,'2018-11-12 23:39:31'),(2905,2913,'it',0,NULL,'Revisione',NULL,'',0,'2018-11-12 23:39:31'),(2906,2914,'it',0,NULL,'Revisioni',NULL,'',0,'2018-11-12 23:39:31'),(2907,2915,'it',0,NULL,'Impossibile spostare nel cestino le revisioni. Imposta %s per eliminarle.',NULL,'',0,'2018-11-12 23:39:31'),(2908,2916,'it',0,NULL,'Area testo elaborato. Premi Alt-Shift-H per aiuto.',NULL,'',0,'2018-11-12 23:39:31'),(2909,2917,'it',0,NULL,'Area testo elaborato. Premi Control-Option-H per aiuto.',NULL,'',0,'2018-11-12 23:39:31'),(2910,2918,'it',0,NULL,'Destra',NULL,'',0,'2018-11-12 23:39:31'),(2911,2919,'it',0,NULL,'Robots',NULL,'',0,'2018-11-12 23:39:31'),(2912,2920,'it',0,NULL,'Ruoli assegnati all\'utente.',NULL,'',0,'2018-11-12 23:39:31'),(2913,2921,'it',0,NULL,'Romeno',NULL,'',0,'2018-11-12 23:39:31'),(2914,2922,'it',0,NULL,'Deve essere specificato il percorso.',NULL,'',0,'2018-11-12 23:39:31'),(2915,2923,'it',0,NULL,'I percorsi devono essere \"namespaced\" con il nome e la versione del plugin o del tema.',NULL,'',0,'2018-11-12 23:39:31'),(2916,2924,'it',0,NULL,'Riga',NULL,'',0,'2018-11-12 23:39:31'),(2917,2925,'it',0,NULL,'Gruppo riga',NULL,'',0,'2018-11-12 23:39:31'),(2918,2926,'it',0,NULL,'Tipo riga',NULL,'',0,'2018-11-12 23:39:31'),(2919,2927,'it',0,NULL,'Righe',NULL,'',0,'2018-11-12 23:39:31'),(2920,2928,'it',0,NULL,'Avvia %s',NULL,'',0,'2018-11-12 23:39:31'),(2921,2929,'it',0,NULL,'Avvia l\'importazione',NULL,'',0,'2018-11-12 23:39:31'),(2922,2930,'it',0,NULL,'Russo',NULL,'',0,'2018-11-12 23:39:31'),(2923,2931,'it',0,NULL,'sab',NULL,'',0,'2018-11-12 23:39:31'),(2924,2932,'it',0,NULL,'sabato',NULL,'',0,'2018-11-12 23:39:31'),(2925,2933,'it',0,NULL,'S',NULL,'',0,'2018-11-12 23:39:31'),(2926,2934,'it',0,NULL,'Salva',NULL,'',0,'2018-11-12 23:39:31'),(2927,2935,'it',0,NULL,'Salva &amp; pubblica',NULL,'',0,'2018-11-12 23:39:31'),(2928,2936,'it',0,NULL,'Salva bozza',NULL,'',0,'2018-11-12 23:39:31'),(2929,2937,'it',0,NULL,'Salva e vedi in anteprima le modifiche prima di pubblicarle.',NULL,'',0,'2018-11-12 23:39:31'),(2930,2938,'it',0,NULL,'Salva come in sospeso',NULL,'',0,'2018-11-12 23:39:31'),(2931,2939,'it',0,NULL,'Do il mio consenso affinché un cookie salvi i miei dati  (nome, email, sito web) per il prossimo commento.',NULL,'',0,'2018-11-12 23:39:31'),(2932,2940,'it',0,NULL,'Salvato',NULL,'',0,'2018-11-12 23:39:31'),(2933,2941,'it',0,NULL,'Salvato.',NULL,'',0,'2018-11-12 23:39:31'),(2934,2942,'it',0,NULL,'Salvataggio bozza&#8230;',NULL,'',0,'2018-11-12 23:39:31'),(2935,2943,'it',0,NULL,'Salvataggio in corso...',NULL,'',0,'2018-11-12 23:39:31'),(2936,2944,'it',0,NULL,'Pianifica per:',NULL,'',0,'2018-11-12 23:39:31'),(2937,2945,'it',0,NULL,'Programma i cambiamenti (\"go Live\") delle tue personalizzazioni ad una specifica data.',NULL,'',0,'2018-11-12 23:39:31'),(2938,2946,'it',0,NULL,'Pianificati <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:31'),(2939,2947,'it',0,NULL,'Scopo della richiesta; determina i campi che saranno presenti nella risposta.',NULL,'',0,'2018-11-12 23:39:31'),(2940,2948,'it',0,NULL,'Controllo del nonce fallito. Prova ancora',NULL,'',0,'2018-11-12 23:39:31'),(2941,2949,'it',0,NULL,'Per gli utenti con screen reader: quando in modalità modulo, potrebbe essere necessario usare il tasto Esc due volte.',NULL,'',0,'2018-11-12 23:39:31'),(2942,2950,'it',0,NULL,'Utenti screen reader: in modalità modulo, potrebbe essere necessario utilizzare il tasto escape due volte.',NULL,'',0,'2018-11-12 23:39:31'),(2943,2951,'it',0,NULL,'Gli script e gli stili non dovrebbero essere registrati o accodati prima degli hooks %1$s,%2$s, o %3$s.',NULL,'',0,'2018-11-12 23:39:31'),(2944,2952,'it',0,NULL,'Scorri con la pagina',NULL,'',0,'2018-11-12 23:39:31'),(2945,2953,'it',0,NULL,'Cerca',NULL,'',0,'2018-11-12 23:39:31'),(2946,2954,'it',0,NULL,'Cerca categorie',NULL,'',0,'2018-11-12 23:39:31'),(2947,2955,'it',0,NULL,'Cerca i changeset',NULL,'',0,'2018-11-12 23:39:31'),(2948,2956,'it',0,NULL,'Ricerca categorie link',NULL,'',0,'2018-11-12 23:39:31'),(2949,2957,'it',0,NULL,'Cerca media',NULL,'',0,'2018-11-12 23:39:31'),(2950,2958,'it',0,NULL,'Cerca tra gli elementi del menu',NULL,'',0,'2018-11-12 23:39:31'),(2951,2959,'it',0,NULL,'Cerca pagine',NULL,'',0,'2018-11-12 23:39:31'),(2952,2960,'it',0,NULL,'Cerca articoli',NULL,'',0,'2018-11-12 23:39:31'),(2953,2961,'it',0,NULL,'Risultati della ricerca',NULL,'',0,'2018-11-12 23:39:31'),(2954,2962,'it',0,NULL,'Risultati della ricerca %1$s %2$s',NULL,'',0,'2018-11-12 23:39:31'),(2955,2963,'it',0,NULL,'Risultati della ricerca per &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:31'),(2956,2964,'it',0,NULL,'Cerca tag',NULL,'',0,'2018-11-12 23:39:31'),(2957,2965,'it',0,NULL,'Ricerca widget',NULL,'',0,'2018-11-12 23:39:31'),(2958,2966,'it',0,NULL,'Cerca temi su WordPress.org',NULL,'',0,'2018-11-12 23:39:31'),(2959,2967,'it',0,NULL,'Ricerca elementi media...',NULL,'',0,'2018-11-12 23:39:31'),(2960,2968,'it',0,NULL,'Cerca tra gli elementi del menu&hellip;',NULL,'',0,'2018-11-12 23:39:31'),(2961,2969,'it',0,NULL,'Cerca o usa i tasti freccia su e freccia giù per selezionare un elemento.',NULL,'',0,'2018-11-12 23:39:31'),(2962,2970,'it',0,NULL,'Risultati della ricerca per &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:31'),(2963,2971,'it',0,NULL,'Cerca temi&hellip;',NULL,'',0,'2018-11-12 23:39:31'),(2964,2972,'it',0,NULL,'Cerca',NULL,'',0,'2018-11-12 23:39:31'),(2965,2973,'it',0,NULL,'Ricerca widget&hellip;',NULL,'',0,'2018-11-12 23:39:31'),(2966,2974,'it',0,NULL,'Stagionale',NULL,'',0,'2018-11-12 23:39:31'),(2967,2975,'it',0,NULL,'Controllo di sicurezza fallito.',NULL,'',0,'2018-11-12 23:39:31'),(2968,2976,'it',0,NULL,'Errore di sicurezza.',NULL,'',0,'2018-11-12 23:39:31'),(2969,2977,'it',0,NULL,'Guarda dal vivo come appariranno le modifiche sul tuo tuo sito web e condividi l\'anteprima con persone che non hanno accesso allo strumento Personalizza.',NULL,'',0,'2018-11-12 23:39:31'),(2970,2978,'it',0,NULL,'Seleziona',NULL,'',0,'2018-11-12 23:39:31'),(2971,2979,'it',0,NULL,'Seleziona una categoria',NULL,'',0,'2018-11-12 23:39:31'),(2972,2980,'it',0,NULL,'Seleziona colore',NULL,'',0,'2018-11-12 23:39:31'),(2973,2981,'it',0,NULL,'Seleziona giorno',NULL,'',0,'2018-11-12 23:39:31'),(2974,2982,'it',0,NULL,'Seleziona i file',NULL,'',0,'2018-11-12 23:39:31'),(2975,2983,'it',0,NULL,'Seleziona la categoria del link:',NULL,'',0,'2018-11-12 23:39:31'),(2976,2984,'it',0,NULL,'Selezionare il menu:',NULL,'',0,'2018-11-12 23:39:31'),(2977,2985,'it',0,NULL,'Seleziona mese',NULL,'',0,'2018-11-12 23:39:31'),(2978,2986,'it',0,NULL,'Scegli articolo',NULL,'',0,'2018-11-12 23:39:31'),(2979,2987,'it',0,NULL,'Seleziona immagine Poster',NULL,'',0,'2018-11-12 23:39:31'),(2980,2988,'it',0,NULL,'Scegli la settimana',NULL,'',0,'2018-11-12 23:39:31'),(2981,2989,'it',0,NULL,'Seleziona anno',NULL,'',0,'2018-11-12 23:39:31'),(2982,2990,'it',0,NULL,'Seleziona una città',NULL,'',0,'2018-11-12 23:39:31'),(2983,2991,'it',0,NULL,'Seleziona tutto',NULL,'',0,'2018-11-12 23:39:31'),(2984,2992,'it',0,NULL,'Seleziona un&#8217;area nella quale spostare questo widget:',NULL,'',0,'2018-11-12 23:39:31'),(2985,2993,'it',0,NULL,'Seleziona e ritaglia',NULL,'',0,'2018-11-12 23:39:31'),(2986,2994,'it',0,NULL,'Seleziona audio',NULL,'',0,'2018-11-12 23:39:31'),(2987,2995,'it',0,NULL,'Seleziona il colore predefinito',NULL,'',0,'2018-11-12 23:39:31'),(2988,2996,'it',0,NULL,'Seleziona file',NULL,'',0,'2018-11-12 23:39:31'),(2989,2997,'it',0,NULL,'Seleziona una immagine',NULL,'',0,'2018-11-12 23:39:31'),(2990,2998,'it',0,NULL,'Seleziona il logo',NULL,'',0,'2018-11-12 23:39:31'),(2991,2999,'it',0,NULL,'Seleziona un video',NULL,'',0,'2018-11-12 23:39:31'),(2992,3000,'it',0,NULL,'Separa i tag con delle virgole',NULL,'',0,'2018-11-12 23:39:31'),(2993,3001,'it',0,NULL,'settembre',NULL,'',0,'2018-11-12 23:39:31'),(2994,3002,'it',0,NULL,'Set',NULL,'',0,'2018-11-12 23:39:31'),(2995,3003,'it',0,NULL,'Serbo',NULL,'',0,'2018-11-12 23:39:31'),(2996,3004,'it',0,NULL,'Sessione scaduta',NULL,'',0,'2018-11-12 23:39:31'),(2997,3005,'it',0,NULL,'Imposta immagine',NULL,'',0,'2018-11-12 23:39:31'),(2998,3006,'it',0,NULL,'L\'impostazione non esiste o non è riconosciuta.',NULL,'',0,'2018-11-12 23:39:31'),(2999,3007,'it',0,NULL,'Impostazione della anteprima live.Questo può prendere un po\' di tempo.',NULL,'',0,'2018-11-12 23:39:31'),(3000,3008,'it',0,NULL,'Impostazioni',NULL,'',0,'2018-11-12 23:39:31'),(3001,3009,'it',0,NULL,'Condividi link anteprima ',NULL,'',0,'2018-11-12 23:39:31'),(3002,3010,'it',0,NULL,'Opzioni di condivisione',NULL,'',0,'2018-11-12 23:39:31'),(3003,3011,'it',0,NULL,'Shift + Alt + lettera:',NULL,'',0,'2018-11-12 23:39:31'),(3004,3012,'it',0,NULL,'Fare clic+shift (maiusc) per modificare questo elemento.',NULL,'',0,'2018-11-12 23:39:31'),(3005,3013,'it',0,NULL,'Fai clic tenendo premuto il tasto maiuscole per modificare questo widget',NULL,'',0,'2018-11-12 23:39:31'),(3006,3014,'it',0,NULL,'B',NULL,'',0,'2018-11-12 23:39:31'),(3007,3015,'it',0,NULL,'G',NULL,'',0,'2018-11-12 23:39:31'),(3008,3016,'it',0,NULL,'R',NULL,'',0,'2018-11-12 23:39:31'),(3009,3017,'it',0,NULL,'Shortlink',NULL,'',0,'2018-11-12 23:39:31'),(3010,3018,'it',0,NULL,'Visualizza',NULL,'',0,'2018-11-12 23:39:31'),(3011,3019,'it',0,NULL,'Mostra il nome dell\'artista nella scaletta',NULL,'',0,'2018-11-12 23:39:31'),(3012,3020,'it',0,NULL,'Mostra le immagini',NULL,'',0,'2018-11-12 23:39:31'),(3013,3021,'it',0,NULL,'Mostra descrizione link',NULL,'',0,'2018-11-12 23:39:31'),(3014,3022,'it',0,NULL,'Mostra immagine link',NULL,'',0,'2018-11-12 23:39:31'),(3015,3023,'it',0,NULL,'Mostra nome link',NULL,'',0,'2018-11-12 23:39:31'),(3016,3024,'it',0,NULL,'Mostra valutazione link',NULL,'',0,'2018-11-12 23:39:31'),(3017,3025,'it',0,NULL,'Mostra la scaletta delle tracce',NULL,'',0,'2018-11-12 23:39:31'),(3018,3026,'it',0,NULL,'Mostra elenco video',NULL,'',0,'2018-11-12 23:39:31'),(3019,3027,'it',0,NULL,'Visualizza la gerarchia',NULL,'',0,'2018-11-12 23:39:31'),(3020,3028,'it',0,NULL,'Mostra caratteri invisibili',NULL,'',0,'2018-11-12 23:39:31'),(3021,3029,'it',0,NULL,'Mostra altri commenti',NULL,'',0,'2018-11-12 23:39:31'),(3022,3030,'it',0,NULL,'Mostra password',NULL,'',0,'2018-11-12 23:39:31'),(3023,3031,'it',0,NULL,'Mostra conteggio articoli',NULL,'',0,'2018-11-12 23:39:31'),(3024,3032,'it',0,NULL,'Mostra il conteggio dei tag',NULL,'',0,'2018-11-12 23:39:31'),(3025,3033,'it',0,NULL,'Visualizza i dettagli per il tema: %s',NULL,'',0,'2018-11-12 23:39:31'),(3026,3034,'it',0,NULL,'Barra laterale',NULL,'',0,'2018-11-12 23:39:31'),(3027,3035,'it',0,NULL,'Barra laterale %d',NULL,'',0,'2018-11-12 23:39:31'),(3028,3036,'it',0,NULL,'Registrazione',NULL,'',0,'2018-11-12 23:39:31'),(3029,3037,'it',0,NULL,'Argento',NULL,'',0,'2018-11-12 23:39:31'),(3030,3038,'it',0,NULL,'Indirizzo sito (URL)',NULL,'',0,'2018-11-12 23:39:31'),(3031,3039,'it',0,NULL,'Amministra sito',NULL,'',0,'2018-11-12 23:39:31'),(3032,3040,'it',0,NULL,'Dominio sito:',NULL,'',0,'2018-11-12 23:39:31'),(3033,3041,'it',0,NULL,'Icona del sito',NULL,'',0,'2018-11-12 23:39:31'),(3034,3042,'it',0,NULL,'Le icone del sito sono quelle che vedete nelle schede del browser, nella barra dei preferiti, e all\'interno delle app mobile di WordPress, Caricane una qui!',NULL,'',0,'2018-11-12 23:39:31'),(3035,3043,'it',0,NULL,'L\'icona del sito dovrebbe essere quadrata e con una dimensione di almeno %s pixel.',NULL,'',0,'2018-11-12 23:39:31'),(3036,3044,'it',0,NULL,'Denominazione del sito',NULL,'',0,'2018-11-12 23:39:31'),(3037,3045,'it',0,NULL,'Lingua del sito:',NULL,'',0,'2018-11-12 23:39:31'),(3038,3046,'it',0,NULL,'Nome sito:',NULL,'',0,'2018-11-12 23:39:31'),(3039,3047,'it',0,NULL,'Nome del sito: %s',NULL,'',0,'2018-11-12 23:39:31'),(3040,3048,'it',0,NULL,'Anteprima sito',NULL,'',0,'2018-11-12 23:39:31'),(3041,3049,'it',0,NULL,'Motto del sito',NULL,'',0,'2018-11-12 23:39:31'),(3042,3050,'it',0,NULL,'Titolo sito',NULL,'',0,'2018-11-12 23:39:31'),(3043,3051,'it',0,NULL,'Titolo sito:',NULL,'',0,'2018-11-12 23:39:31'),(3044,3052,'it',0,NULL,'URL sito',NULL,'',0,'2018-11-12 23:39:31'),(3045,3053,'it',0,NULL,'Il nome del sito deve essere di almeno %s carattere.',NULL,'',0,'2018-11-12 23:39:31'),(3046,3054,'it',0,NULL,'Il nome del sito deve essere di almeno %s caratteri.',NULL,'',0,'2018-11-12 23:39:31'),(3047,3055,'it',0,NULL,'I nomi sito possono contenere solo lettere minuscole (a-z) e numeri.',NULL,'',0,'2018-11-12 23:39:31'),(3048,3056,'it',0,NULL,'La registrazione dei blog è stata disabilitata.',NULL,'',0,'2018-11-12 23:39:31'),(3049,3057,'it',0,NULL,'Motto del sito.',NULL,'',0,'2018-11-12 23:39:31'),(3050,3058,'it',0,NULL,'Titolo del sito.',NULL,'',0,'2018-11-12 23:39:31'),(3051,3059,'it',0,NULL,'Siti',NULL,'',0,'2018-11-12 23:39:31'),(3052,3060,'it',0,NULL,'Siti di cui sei già membro:',NULL,'',0,'2018-11-12 23:39:31'),(3053,3061,'it',0,NULL,'Dimensione',NULL,'',0,'2018-11-12 23:39:31'),(3054,3062,'it',0,NULL,'Salta ritaglio',NULL,'',0,'2018-11-12 23:39:31'),(3055,3063,'it',0,NULL,'Salta pubblicità',NULL,'',0,'2018-11-12 23:39:31'),(3056,3064,'it',0,NULL,'Vai indietro di %1 secondi',NULL,'',0,'2018-11-12 23:39:31'),(3057,3065,'it',0,NULL,'Torna indietro di 1 secondo',NULL,'',0,'2018-11-12 23:39:31'),(3058,3066,'it',0,NULL,'Salta in %1 secondi',NULL,'',0,'2018-11-12 23:39:31'),(3059,3067,'it',0,NULL,'Salta in 1 secondo',NULL,'',0,'2018-11-12 23:39:31'),(3060,3068,'it',0,NULL,'Vai alla barra degli strumenti',NULL,'',0,'2018-11-12 23:39:31'),(3061,3069,'it',0,NULL,'Slovak',NULL,'',0,'2018-11-12 23:39:31'),(3062,3070,'it',0,NULL,'Sloveno',NULL,'',0,'2018-11-12 23:39:31'),(3063,3071,'it',0,NULL,'Rallenta cowboy, non serve controllare così spesso le nuove email!',NULL,'',0,'2018-11-12 23:39:31'),(3064,3072,'it',0,NULL,'Nome software',NULL,'',0,'2018-11-12 23:39:31'),(3065,3073,'it',0,NULL,'Versione software',NULL,'',0,'2018-11-12 23:39:31'),(3066,3074,'it',0,NULL,'Alcuni tag HTML non sono permessi, inclusi:',NULL,'',0,'2018-11-12 23:39:31'),(3067,3075,'it',0,NULL,'Qualcuno ha richiesto la reimpostazione della password per il seguente account.',NULL,'',0,'2018-11-12 23:39:31'),(3068,3076,'it',0,NULL,'Qualcosa è andato storto.',NULL,'',0,'2018-11-12 23:39:31'),(3069,3077,'it',0,NULL,'C\'e stato un errore. I tuoi cambiamenti potrebbero non essere stati salvati. Riprova. C\'e la possibilità che tu debba risolvere manualmente il problema e caricare il file tramite FTP.',NULL,'',0,'2018-11-12 23:39:31'),(3070,3078,'it',0,NULL,'I commenti sono chiusi per questo articolo.',NULL,'',0,'2018-11-12 23:39:31'),(3071,3079,'it',0,NULL,'I commenti non sono permessi per questo elemento.',NULL,'',0,'2018-11-12 23:39:31'),(3072,3080,'it',0,NULL,'L\'eliminazione del termine è fallita.',NULL,'',0,'2018-11-12 23:39:31'),(3073,3081,'it',0,NULL,'La modifica del termine è fallita.',NULL,'',0,'2018-11-12 23:39:31'),(3074,3082,'it',0,NULL,'Al momento non si accettano nuove registrazioni.',NULL,'',0,'2018-11-12 23:39:31'),(3075,3083,'it',0,NULL,'Questa pagina non esiste.',NULL,'',0,'2018-11-12 23:39:31'),(3076,3084,'it',0,NULL,'Questo articolo non esiste.',NULL,'',0,'2018-11-12 23:39:31'),(3077,3085,'it',0,NULL,'Una delle tassonomie non è supportata da questo tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:31'),(3078,3086,'it',0,NULL,'Le revisioni sono disabilitate.',NULL,'',0,'2018-11-12 23:39:31'),(3079,3087,'it',0,NULL,'I nomi dei siti devono avere anche delle lettere!',NULL,'',0,'2018-11-12 23:39:31'),(3080,3088,'it',0,NULL,'Questo indirizzo email è già utilizzato!',NULL,'',0,'2018-11-12 23:39:31'),(3081,3089,'it',0,NULL,'Questo indirizzo email non è consentito!',NULL,'',0,'2018-11-12 23:39:31'),(3082,3090,'it',0,NULL,'Questo file non può essere modificato.',NULL,'',0,'2018-11-12 23:39:31'),(3083,3091,'it',0,NULL,'Questo sito esiste già!',NULL,'',0,'2018-11-12 23:39:31'),(3084,3092,'it',0,NULL,'Questo sito è riservato!',NULL,'',0,'2018-11-12 23:39:31'),(3085,3093,'it',0,NULL,'Questo nome utente esiste già!',NULL,'',0,'2018-11-12 23:39:31'),(3086,3094,'it',0,NULL,'Questo nome utente non è consentito.',NULL,'',0,'2018-11-12 23:39:31'),(3087,3095,'it',0,NULL,'Il commento non può essere modificato.',NULL,'',0,'2018-11-12 23:39:31'),(3088,3096,'it',0,NULL,'L\'inserimento di una nuova categoria non è riuscito.',NULL,'',0,'2018-11-12 23:39:31'),(3089,3097,'it',0,NULL,'L\'utente non può essere modificato.',NULL,'',0,'2018-11-12 23:39:31'),(3090,3098,'it',0,NULL,'Questo tipo di file non è permesso per ragioni di sicurezza.',NULL,'',0,'2018-11-12 23:39:31'),(3091,3099,'it',0,NULL,'I trackback per questo elemento sono disabilitati',NULL,'',0,'2018-11-12 23:39:31'),(3092,3100,'it',0,NULL,'Il nome utente deve avere anche delle lettere!',NULL,'',0,'2018-11-12 23:39:31'),(3093,3101,'it',0,NULL,'Spiacenti, non riusciamo a caricare il video all\'URL fornito. Verifica che l\'URL corrisponda a un file video supportato  (%s) o a servizi streaming abilitati (es. YouTube e Vimeo).',NULL,'',0,'2018-11-12 23:39:31'),(3094,3102,'it',0,NULL,'Non hai i permessi per accedere ai dettagli riguardanti questo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3095,3103,'it',0,NULL,'Non hai i permessi per accedere ai dettagli di questo articoli.',NULL,'',0,'2018-11-12 23:39:31'),(3096,3104,'it',0,NULL,'Non hai i permessi per accedere ai dati degli  utenti su questo sito. ',NULL,'',0,'2018-11-12 23:39:31'),(3097,3105,'it',0,NULL,'Non hai i permessi per aggiungere una categoria.',NULL,'',0,'2018-11-12 23:39:31'),(3098,3106,'it',0,NULL,'Non hai i permessi per aggiungere un termine a una delle tassonomie.',NULL,'',0,'2018-11-12 23:39:31'),(3099,3107,'it',0,NULL,'Non hai i permessi per assegnare un termine a una delle tassonomie.',NULL,'',0,'2018-11-12 23:39:31'),(3100,3108,'it',0,NULL,'Non hai i permessi per assegnare termini a questa tassonomia.',NULL,'',0,'2018-11-12 23:39:31'),(3101,3109,'it',0,NULL,'Non hai i permessi per per assegnare i termini forniti.',NULL,'',0,'2018-11-12 23:39:31'),(3102,3110,'it',0,NULL,'Non hai i permessi per assegnare questo termine.',NULL,'',0,'2018-11-12 23:39:31'),(3103,3111,'it',0,NULL,'Non hai i permessi per cambiare il tipo di commento. ',NULL,'',0,'2018-11-12 23:39:31'),(3104,3112,'it',0,NULL,'Non hai i permessi per cambiare l\'autore della pagina con questo nome utente.',NULL,'',0,'2018-11-12 23:39:31'),(3105,3113,'it',0,NULL,'Non hai i permessi per cambiare l\'autore dell\'articolo con questo utente.',NULL,'',0,'2018-11-12 23:39:31'),(3106,3114,'it',0,NULL,'Non hai i permessi per creare un commento per questo articolo.',NULL,'',0,'2018-11-12 23:39:31'),(3107,3115,'it',0,NULL,'Non hai i permessi per creare un nuovo termine. ',NULL,'',0,'2018-11-12 23:39:31'),(3108,3116,'it',0,NULL,'Non hai i permessi per creare nuovi utenti.',NULL,'',0,'2018-11-12 23:39:31'),(3109,3117,'it',0,NULL,'Non hai i permessi per creare pagine con questo utente.',NULL,'',0,'2018-11-12 23:39:31'),(3110,3118,'it',0,NULL,'Non hai i permessi per creare articoli protetti da password per questo tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:31'),(3111,3119,'it',0,NULL,'Non hai i permessi per  creare articoli con questo utente.',NULL,'',0,'2018-11-12 23:39:31'),(3112,3120,'it',0,NULL,'Non hai i permessi per creare articoli privati per questo tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:31'),(3113,3121,'it',0,NULL,'Non hai i permessi per creare termini in questa tassonomia.',NULL,'',0,'2018-11-12 23:39:31'),(3114,3122,'it',0,NULL,'Non hai i permessi per per creare questo commento senza un articolo.',NULL,'',0,'2018-11-12 23:39:31'),(3115,3123,'it',0,NULL,'Non hai i permessi per personalizzare questo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3116,3124,'it',0,NULL,'Non hai i permessi per per eliminare questa categoria.',NULL,'',0,'2018-11-12 23:39:31'),(3117,3125,'it',0,NULL,'Non hai i permessi per eliminare la risorsa. ',NULL,'',0,'2018-11-12 23:39:31'),(3118,3126,'it',0,NULL,'Non hai i permessi per eliminare questa pagina.',NULL,'',0,'2018-11-12 23:39:31'),(3119,3127,'it',0,NULL,'Non hai i permessi per eliminare questo articolo.',NULL,'',0,'2018-11-12 23:39:31'),(3120,3128,'it',0,NULL,'Non hai i permessi per eliminare questo termine.',NULL,'',0,'2018-11-12 23:39:31'),(3121,3129,'it',0,NULL,'Non hai i permessi per eliminare questo utente.',NULL,'',0,'2018-11-12 23:39:31'),(3122,3130,'it',0,NULL,'Non hai i permessi per farlo.',NULL,'',0,'2018-11-12 23:39:31'),(3123,3131,'it',0,NULL,'Non hai i permessi per modificare \'%s\' nei commenti.',NULL,'',0,'2018-11-12 23:39:31'),(3124,3132,'it',0,NULL,'Non hai i permessi per modificare i commenti.',NULL,'',0,'2018-11-12 23:39:31'),(3125,3133,'it',0,NULL,'Non hai i permessi per modificare le pagine.',NULL,'',0,'2018-11-12 23:39:31'),(3126,3134,'it',0,NULL,'Non hai i permessi per modificare gli articoli di questo tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:31'),(3127,3135,'it',0,NULL,'Non hai i permessi per modificare gli articoli.',NULL,'',0,'2018-11-12 23:39:31'),(3128,3136,'it',0,NULL,'Non hai i permessi per modificare i ruoli di questo utente.',NULL,'',0,'2018-11-12 23:39:31'),(3129,3137,'it',0,NULL,'Non hai i permessi per modificare i termini di questa tassonomia.',NULL,'',0,'2018-11-12 23:39:31'),(3130,3138,'it',0,NULL,'Non hai i permessi per modificare il campo personalizzato %s.',NULL,'',0,'2018-11-12 23:39:31'),(3131,3139,'it',0,NULL,'Non hai i permessi per modificare le opzioni del tema in questo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3132,3140,'it',0,NULL,'Non hai i permessi per modificare questo tipo di articoli.',NULL,'',0,'2018-11-12 23:39:31'),(3133,3141,'it',0,NULL,'Non hai i permessi per modificare questa pagina.',NULL,'',0,'2018-11-12 23:39:31'),(3134,3142,'it',0,NULL,'Non hai i permessi per modificare questo articolo.',NULL,'',0,'2018-11-12 23:39:31'),(3135,3143,'it',0,NULL,'Non hai i permessi per modificare questo termine.',NULL,'',0,'2018-11-12 23:39:31'),(3136,3144,'it',0,NULL,'Non hai i permessi per modificare questo utente.',NULL,'',0,'2018-11-12 23:39:31'),(3137,3145,'it',0,NULL,'Non hai i permessi per modificare il tuo profilo.',NULL,'',0,'2018-11-12 23:39:31'),(3138,3146,'it',0,NULL,'Non hai i permessi per filtrare gli utenti in base al ruolo',NULL,'',0,'2018-11-12 23:39:31'),(3139,3147,'it',0,NULL,'Non hai i permessi per attribuire agli utenti questo ruolo. ',NULL,'',0,'2018-11-12 23:39:31'),(3140,3148,'it',0,NULL,'Non hai i permessi per l\'elenco degli utenti.',NULL,'',0,'2018-11-12 23:39:31'),(3141,3149,'it',0,NULL,'Non hai i permessi per rendere gli articoli in evidenza.',NULL,'',0,'2018-11-12 23:39:31'),(3142,3150,'it',0,NULL,'Non hai i permessi per fare richieste oEmbed mediante proxy.',NULL,'',0,'2018-11-12 23:39:31'),(3143,3151,'it',0,NULL,'Non hai i permessi per gestire i termini di questa tassonomia',NULL,'',0,'2018-11-12 23:39:31'),(3144,3152,'it',0,NULL,'Non hai i permessi per moderare o modificare questo commento.',NULL,'',0,'2018-11-12 23:39:31'),(3145,3153,'it',0,NULL,'Non hai i permessi per ordinare gli utenti in base e questo parametro.',NULL,'',0,'2018-11-12 23:39:31'),(3146,3154,'it',0,NULL,'Non hai i permessi per pubblicare articoli su questo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3147,3155,'it',0,NULL,'Non hai i permessi per visualizzare le bozze in anteprima.',NULL,'',0,'2018-11-12 23:39:31'),(3148,3156,'it',0,NULL,'Non hai i permessi per pubblicare pagine su questo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3149,3157,'it',0,NULL,'Non hai i permessi per pubblicare articoli per questo tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:31'),(3150,3158,'it',0,NULL,'Non hai i permessi per pubblicare articoli su questo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3151,3159,'it',0,NULL,'Non hai i permessi per pubblicare questa pagina.',NULL,'',0,'2018-11-12 23:39:31'),(3152,3160,'it',0,NULL,'Non hai i permessi per pubblicare questo articolo.',NULL,'',0,'2018-11-12 23:39:31'),(3153,3161,'it',0,NULL,'Non hai i permessi per fare delle query utenti con questo parametro.',NULL,'',0,'2018-11-12 23:39:31'),(3154,3162,'it',0,NULL,'Non hai i permessi per leggere i commenti senza un articolo.',NULL,'',0,'2018-11-12 23:39:31'),(3155,3163,'it',0,NULL,'Non hai i permessi per leggere l\'articolo associato a questo commento.',NULL,'',0,'2018-11-12 23:39:31'),(3156,3164,'it',0,NULL,'Non hai i permessi per leggere questo commento.',NULL,'',0,'2018-11-12 23:39:31'),(3157,3165,'it',0,NULL,'Non hai il permesso di prenderne il controllo.',NULL,'',0,'2018-11-12 23:39:31'),(3158,3166,'it',0,NULL,'Non hai i permessi per aggiornare le opzioni.',NULL,'',0,'2018-11-12 23:39:31'),(3159,3167,'it',0,NULL,'Non hai i permessi per aggiornare gli articoli con questo utente.',NULL,'',0,'2018-11-12 23:39:31'),(3160,3168,'it',0,NULL,'Non hai i permessi per caricare i file.',NULL,'',0,'2018-11-12 23:39:31'),(3161,3169,'it',0,NULL,'Non hai i permessi per caricare media su questo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3162,3170,'it',0,NULL,'Non hai i permessi per caricare media in questo articolo.',NULL,'',0,'2018-11-12 23:39:31'),(3163,3171,'it',0,NULL,'Non hai i permessi per vedere le revisioni di questo articolo. ',NULL,'',0,'2018-11-12 23:39:31'),(3164,3172,'it',0,NULL,'Non puoi vedere le anteprime dei nuovi temi quando hai delle modifiche programmate o salvate come bozze. Pubblica le tue modifiche o aspetta che vengano pubblicate prima di poter vedere le anteprime dei nuovi temi.',NULL,'',0,'2018-11-12 23:39:31'),(3165,3173,'it',0,NULL,'Impossibile mettere in evidenza un articolo privato.',NULL,'',0,'2018-11-12 23:39:31'),(3166,3174,'it',0,NULL,'Hai utilizzato tutto lo spazio a tua disposizione.',NULL,'',0,'2018-11-12 23:39:31'),(3167,3175,'it',0,NULL,'Non è possibile usare questo nome per il sito.',NULL,'',0,'2018-11-12 23:39:31'),(3168,3176,'it',0,NULL,'Occorre avere la possibilità di modificare gli articoli di questo sito per poter visualizzare le categorie.',NULL,'',0,'2018-11-12 23:39:31'),(3169,3177,'it',0,NULL,'Occorre avere la possibilità di modificare gli articoli di questo sito per poter visualizzare i tag.',NULL,'',0,'2018-11-12 23:39:31'),(3170,3178,'it',0,NULL,'Devi essere connesso per commentare.',NULL,'',0,'2018-11-12 23:39:31'),(3171,3179,'it',0,NULL,'Il tuo inserimento non può essere modificato.',NULL,'',0,'2018-11-12 23:39:31'),(3172,3180,'it',0,NULL,'Il tuo contributo non può essere pubblicato.',NULL,'',0,'2018-11-12 23:39:31'),(3173,3181,'it',0,NULL,'Il tuo termine non può essere creato.',NULL,'',0,'2018-11-12 23:39:31'),(3174,3182,'it',0,NULL,'Ordina per:',NULL,'',0,'2018-11-12 23:39:31'),(3175,3183,'it',0,NULL,'Ordina la collezione in base ad un attributo dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3176,3184,'it',0,NULL,'Ordina la raccolta per attributo del termine.',NULL,'',0,'2018-11-12 23:39:31'),(3177,3185,'it',0,NULL,'Sorgente',NULL,'',0,'2018-11-12 23:39:31'),(3178,3186,'it',0,NULL,'Scelta sorgente',NULL,'',0,'2018-11-12 23:39:31'),(3179,3187,'it',0,NULL,'Codice sorgente',NULL,'',0,'2018-11-12 23:39:31'),(3180,3188,'it',0,NULL,'Marca come spam: %s',NULL,'',0,'2018-11-12 23:39:31'),(3181,3189,'it',0,NULL,'Spagnolo',NULL,'',0,'2018-11-12 23:39:31'),(3182,3190,'it',0,NULL,'Caratteri speciali',NULL,'',0,'2018-11-12 23:39:31'),(3183,3191,'it',0,NULL,'Velocità di riproduzione',NULL,'',0,'2018-11-12 23:39:31'),(3184,3192,'it',0,NULL,'Dividi cella',NULL,'',0,'2018-11-12 23:39:31'),(3185,3193,'it',0,NULL,'Stato dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3186,3194,'it',0,NULL,'Stato vietato',NULL,'',0,'2018-11-12 23:39:31'),(3187,3195,'it',0,NULL,'Stato non consentito.',NULL,'',0,'2018-11-12 23:39:31'),(3188,3196,'it',0,NULL,'Stai ancora aspettando l’email?',NULL,'',0,'2018-11-12 23:39:31'),(3189,3197,'it',0,NULL,'Stop',NULL,'',0,'2018-11-12 23:39:31'),(3190,3198,'it',0,NULL,'Livello di sicurezza',NULL,'',0,'2018-11-12 23:39:31'),(3191,3199,'it',0,NULL,'Barrato',NULL,'',0,'2018-11-12 23:39:31'),(3192,3200,'it',0,NULL,'Stile',NULL,'',0,'2018-11-12 23:39:31'),(3193,3201,'it',0,NULL,'Foglio di stile',NULL,'',0,'2018-11-12 23:39:31'),(3194,3202,'it',0,NULL,'Foglio di stile mancante.',NULL,'',0,'2018-11-12 23:39:31'),(3195,3203,'it',0,NULL,'Il foglio di stile non è leggibile.',NULL,'',0,'2018-11-12 23:39:31'),(3196,3204,'it',0,NULL,'Inviato il:',NULL,'',0,'2018-11-12 23:39:31'),(3197,3205,'it',0,NULL,'Pedice',NULL,'',0,'2018-11-12 23:39:31'),(3198,3206,'it',0,NULL,'Dimensioni suggerite per l\'immagine: %1$s per %2$s pixel.',NULL,'',0,'2018-11-12 23:39:31'),(3199,3207,'it',0,NULL,'dom',NULL,'',0,'2018-11-12 23:39:31'),(3200,3208,'it',0,NULL,'domenica',NULL,'',0,'2018-11-12 23:39:31'),(3201,3209,'it',0,NULL,'D',NULL,'',0,'2018-11-12 23:39:31'),(3202,3210,'it',0,NULL,'Apice',NULL,'',0,'2018-11-12 23:39:31'),(3203,3211,'it',0,NULL,'Forum di supporto',NULL,'',0,'2018-11-12 23:39:31'),(3204,3212,'it',0,NULL,'Swahili',NULL,'',0,'2018-11-12 23:39:31'),(3205,3213,'it',0,NULL,'Svedese',NULL,'',0,'2018-11-12 23:39:31'),(3206,3214,'it',0,NULL,'Proprietà della cella della tabella',NULL,'',0,'2018-11-12 23:39:31'),(3207,3215,'it',0,NULL,'Indice dei contenuti',NULL,'',0,'2018-11-12 23:39:31'),(3208,3216,'it',0,NULL,'Proprietà tabella',NULL,'',0,'2018-11-12 23:39:31'),(3209,3217,'it',0,NULL,'Proprietà della riga della tabella',NULL,'',0,'2018-11-12 23:39:31'),(3210,3218,'it',0,NULL,'Tag Cloud',NULL,'',0,'2018-11-12 23:39:31'),(3211,3219,'it',0,NULL,'Tag: %s',NULL,'',0,'2018-11-12 23:39:31'),(3212,3220,'it',0,NULL,'Tagalog',NULL,'',0,'2018-11-12 23:39:31'),(3213,3221,'it',0,NULL,'Motto',NULL,'',0,'2018-11-12 23:39:31'),(3214,3222,'it',0,NULL,'Tag',NULL,'',0,'2018-11-12 23:39:31'),(3215,3223,'it',0,NULL,'Elenco dei tag',NULL,'',0,'2018-11-12 23:39:31'),(3216,3224,'it',0,NULL,'Navigazione elenco dei tag',NULL,'',0,'2018-11-12 23:39:31'),(3217,3225,'it',0,NULL,'Tag:',NULL,'',0,'2018-11-12 23:39:31'),(3218,3226,'it',0,NULL,'Prendi il controllo',NULL,'',0,'2018-11-12 23:39:31'),(3219,3227,'it',0,NULL,'Marrone chiaro',NULL,'',0,'2018-11-12 23:39:31'),(3220,3228,'it',0,NULL,'Destinazione',NULL,'',0,'2018-11-12 23:39:31'),(3221,3229,'it',0,NULL,'Tassonomie associate con questo tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:31'),(3222,3230,'it',0,NULL,'I nomi di tassonomia devono essere con lunghezza tra 1 e 32 caratteri.',NULL,'',0,'2018-11-12 23:39:31'),(3223,3231,'it',0,NULL,'Tassonomia:',NULL,'',0,'2018-11-12 23:39:31'),(3224,3232,'it',0,NULL,'Modello',NULL,'',0,'2018-11-12 23:39:31'),(3225,3233,'it',0,NULL,'Modello mancante. I temi devono avere un file di modello %1$s . <a href=\"%2$s\">I temi Child</a> devono avere una intestazione di modello nel foglio di stile %3$s.',NULL,'',0,'2018-11-12 23:39:31'),(3226,3234,'it',0,NULL,'L\'ID del termine è condiviso tra diverse tassonomie',NULL,'',0,'2018-11-12 23:39:31'),(3227,3235,'it',0,NULL,'Termine aggiunto.',NULL,'',0,'2018-11-12 23:39:31'),(3228,3236,'it',0,NULL,'Il termine non esiste. ',NULL,'',0,'2018-11-12 23:39:31'),(3229,3237,'it',0,NULL,'I meta non possono essere aggiunti a termini che sono condivisi tra tassonomie.',NULL,'',0,'2018-11-12 23:39:31'),(3230,3238,'it',0,NULL,'Termine rimosso.',NULL,'',0,'2018-11-12 23:39:31'),(3231,3239,'it',0,NULL,'Termine selezionato.',NULL,'',0,'2018-11-12 23:39:31'),(3232,3240,'it',0,NULL,'Impossibile spostare nel cestino i termini. Imposta %s per eliminarli.',NULL,'',0,'2018-11-12 23:39:31'),(3233,3241,'it',0,NULL,'Testo',NULL,'',0,'2018-11-12 23:39:31'),(3234,3242,'it',0,NULL,'Colore del testo',NULL,'',0,'2018-11-12 23:39:31'),(3235,3243,'it',0,NULL,'Testo da visualizzare',NULL,'',0,'2018-11-12 23:39:31'),(3236,3244,'it',0,NULL,'Thailandese',NULL,'',0,'2018-11-12 23:39:31'),(3237,3245,'it',0,NULL,'Grazie per aver confermato la tua richiesta di cancellazione.',NULL,'',0,'2018-11-12 23:39:31'),(3238,3246,'it',0,NULL,'Grazie per aver confermato la tua richiesta di esportazione.',NULL,'',0,'2018-11-12 23:39:31'),(3239,3247,'it',0,NULL,'Questo indirizzo email è stato già utilizzato. Verifica se nella tua posta è arrivata una email di attivazione. Se non fai nulla, l\'indirizzo diverrà nuovamente disponibile in un paio di giorni.',NULL,'',0,'2018-11-12 23:39:31'),(3240,3248,'it',0,NULL,'Questo nome non è permesso.',NULL,'',0,'2018-11-12 23:39:31'),(3241,3249,'it',0,NULL,'Questo sito è attualmente riservato ma potrebbe essere disponibile in un paio di giorni.',NULL,'',0,'2018-11-12 23:39:31'),(3242,3250,'it',0,NULL,'Questo utente non esiste.',NULL,'',0,'2018-11-12 23:39:31'),(3243,3251,'it',0,NULL,'Il nome utente è già stato attivato.',NULL,'',0,'2018-11-12 23:39:31'),(3244,3252,'it',0,NULL,'Il nome utente è attualmente riservato ma potrebbe rendersi disponibile in un paio di giorni.',NULL,'',0,'2018-11-12 23:39:31'),(3245,3253,'it',0,NULL,'Il gruppo di opzioni \"%s\" è stato cancellato. Usa un altro gruppo di impostazioni.',NULL,'',0,'2018-11-12 23:39:31'),(3246,3254,'it',0,NULL,'Il tema \"%s\" non è un tema genitore valido.',NULL,'',0,'2018-11-12 23:39:31'),(3247,3255,'it',0,NULL,'L\'opzione %1$s è deprecata per la famiglia di funzioni di %2$s. Al suo posto utilizza la funzione %3$s.',NULL,'',0,'2018-11-12 23:39:31'),(3248,3256,'it',0,NULL,'L\'opzione %1$s è deprecata per la famiglia di funzioni di %2$s. Al suo posto utilizza la funzione %3$s.',NULL,'',0,'2018-11-12 23:39:31'),(3249,3257,'it',0,NULL,'La directory %s del repository di sviluppo deve essere utilizzata per l\'RTL.',NULL,'',0,'2018-11-12 23:39:31'),(3250,3258,'it',0,NULL,'La proprietà %s è stata salvata con un valore non valido, e non può essere aggiornata a null.',NULL,'',0,'2018-11-12 23:39:31'),(3251,3259,'it',0,NULL,'La GD image library non è installata.',NULL,'',0,'2018-11-12 23:39:31'),(3252,3260,'it',0,NULL,'L\'ID dell\'articolo associato all\'allegato.',NULL,'',0,'2018-11-12 23:39:31'),(3253,3261,'it',0,NULL,'L\'ID dell\'autore dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3254,3262,'it',0,NULL,'L\'id del genitore dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3255,3263,'it',0,NULL,'L\'id dell\'oggetto articolo associato.',NULL,'',0,'2018-11-12 23:39:31'),(3256,3264,'it',0,NULL,'L\'id del media in evidenza per l\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3257,3265,'it',0,NULL,'L\'id dell\'oggetto user, se l\'autore è stato un utente.',NULL,'',0,'2018-11-12 23:39:31'),(3258,3266,'it',0,NULL,'Il plugin Press This è obbligatorio.',NULL,'',0,'2018-11-12 23:39:31'),(3259,3267,'it',0,NULL,'La REST API non può più essere completamente disabilitata, In alternativa si possono usare i filtri rest_authentication_errors per limitare l\'accesso alla API.',NULL,'',0,'2018-11-12 23:39:31'),(3260,3268,'it',0,NULL,'Il certificato SSL per questo host non può essere verificato.',NULL,'',0,'2018-11-12 23:39:31'),(3261,3269,'it',0,NULL,'L\'indirizzo del sito immesso non sembra essere una URL valida. Inserisci una URL valida.',NULL,'',0,'2018-11-12 23:39:31'),(3262,3270,'it',0,NULL,'La URL della risorsa da cui recuperare i dati oEmbed.',NULL,'',0,'2018-11-12 23:39:31'),(3263,3271,'it',0,NULL,'L\'URL dell\'area di amministrazione',NULL,'',0,'2018-11-12 23:39:31'),(3264,3272,'it',0,NULL,'L\'URL che hai inserito sembra un indirizzo email, vuoi aggiungere il necessario prefisso mailto:?',NULL,'',0,'2018-11-12 23:39:31'),(3265,3273,'it',0,NULL,'L\'URL che hai inserito sembra un link esterno, vuoi aggiungere il necessario prefisso http://?',NULL,'',0,'2018-11-12 23:39:31'),(3266,3274,'it',0,NULL,'L\'indirizzo di WordPress inserito non sembra essere una URL valida. Inserisci una URL valida.',NULL,'',0,'2018-11-12 23:39:31'),(3267,3275,'it',0,NULL,'Il tipo MIME per l\'allegato.',NULL,'',0,'2018-11-12 23:39:31'),(3268,3276,'it',0,NULL,'La didascalia dell\'allegato. ',NULL,'',0,'2018-11-12 23:39:31'),(3269,3277,'it',0,NULL,'La descrizione dell\'allegato. ',NULL,'',0,'2018-11-12 23:39:31'),(3270,3278,'it',0,NULL,'Il metodo del costruttore richiamato per %1$s in %2$s è <strong>deprecato</strong> dalla versione %3$s! Utilizzare invece %4$s.',NULL,'',0,'2018-11-12 23:39:31'),(3271,3279,'it',0,NULL,'Il metodo di costruzione richiamato per %1$s è <strong>deprecato</strong> dalla versione %2$s! Utilizzare invece %3$s.',NULL,'',0,'2018-11-12 23:39:31'),(3272,3280,'it',0,NULL,'Se si abbandona questa pagina i cambiamenti effettuati verranno persi.',NULL,'',0,'2018-11-12 23:39:31'),(3273,3281,'it',0,NULL,'Il commento non può essere eliminato.',NULL,'',0,'2018-11-12 23:39:31'),(3274,3282,'it',0,NULL,'Impossibile spostare nel cestino il commento. Imposta %s per eliminarlo.',NULL,'',0,'2018-11-12 23:39:31'),(3275,3283,'it',0,NULL,'Il commento è già stato spostato nel cestino.',NULL,'',0,'2018-11-12 23:39:31'),(3276,3284,'it',0,NULL,'L\'email di conferma è scaduta.',NULL,'',0,'2018-11-12 23:39:31'),(3277,3285,'it',0,NULL,'La costante %1$s <strong>è deprecata</strong>. Utilizza la costante booleana %2$s in %3$s per abilitare la configurazione dei sottodomini. Utilizza %4$s per verificare se una configurazione dei sottodomini è abilitata.',NULL,'',0,'2018-11-12 23:39:31'),(3278,3286,'it',0,NULL,'Il contenuto dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3279,3287,'it',0,NULL,'L\'utente corrente può assegnare termini nella tassonomia %s.',NULL,'',0,'2018-11-12 23:39:31'),(3280,3288,'it',0,NULL,'L\'utente corrente può modificare l\'autore di questo post.',NULL,'',0,'2018-11-12 23:39:31'),(3281,3289,'it',0,NULL,'L\'utente corrente può creare termini nella tassonomia %s.',NULL,'',0,'2018-11-12 23:39:31'),(3282,3290,'it',0,NULL,'L\'utente corrente può pubblicare questo articolo.',NULL,'',0,'2018-11-12 23:39:31'),(3283,3291,'it',0,NULL,'L\'utente corrente può mettere in evidenza questo post.',NULL,'',0,'2018-11-12 23:39:31'),(3284,3292,'it',0,NULL,'La data in cui l\'oggetto è stato modificato per l\'ultima volta, in GMT.',NULL,'',0,'2018-11-12 23:39:31'),(3285,3293,'it',0,NULL,'La data di ultima modifica dell\'oggetto, nel fuso orario del sito.',NULL,'',0,'2018-11-12 23:39:31'),(3286,3294,'it',0,NULL,'La data di pubblicazione dell\'oggetto, nel fuso orario GMT',NULL,'',0,'2018-11-12 23:39:31'),(3287,3295,'it',0,NULL,'La data di pubblicazione dell\'oggetto, nel fuso orario del sito',NULL,'',0,'2018-11-12 23:39:31'),(3288,3296,'it',0,NULL,'La descrizione sarà visualizzata nel menu se il tema supporta questa funzionalità.',NULL,'',0,'2018-11-12 23:39:31'),(3289,3297,'it',0,NULL,'Il campo di modifica evidenzia automaticamente la sintassi del codice. Puoi disabilitare questa funzione nel tuo <a href=\"%1$s\" %2$s>profilo utente%3$s</a> per lavorare in modalità solo testo.',NULL,'',0,'2018-11-12 23:39:31'),(3290,3298,'it',0,NULL,'L\'indirizzo email inserito non sembra essere un indirizzo email valido. Inserisci un indirizzo email valido.',NULL,'',0,'2018-11-12 23:39:31'),(3291,3299,'it',0,NULL,'L\'indirizzo email per l\'utente.',NULL,'',0,'2018-11-12 23:39:31'),(3292,3300,'it',0,NULL,'Impossibile inviare l’email.',NULL,'',0,'2018-11-12 23:39:31'),(3293,3301,'it',0,NULL,'Il riassunto dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3294,3302,'it',0,NULL,'Le seguenti scorciatoie per la formattazione sono sostituite quando si preme Invio. Premi «Esc» o il pulsante «Annulla» per annullare.',NULL,'',0,'2018-11-12 23:39:31'),(3295,3303,'it',0,NULL,'I seguenti valori non descrivono una data valida: giorno %2$s, mese %1$s.',NULL,'',0,'2018-11-12 23:39:31'),(3296,3304,'it',0,NULL,'I seguenti valori non descrivono una data valida: anno %1$s, mese %2$s, giorno %3$s.',NULL,'',0,'2018-11-12 23:39:31'),(3297,3305,'it',0,NULL,'Il formato per l’oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3298,3306,'it',0,NULL,'L\'ID dell\'oggetto indicato non è quello di un elemento del menu.',NULL,'',0,'2018-11-12 23:39:31'),(3299,3307,'it',0,NULL,'L\'identificatore univoco globale (GUID) dell\'oggetto',NULL,'',0,'2018-11-12 23:39:31'),(3300,3308,'it',0,NULL,'Il gestore del percorso non è valido',NULL,'',0,'2018-11-12 23:39:31'),(3301,3309,'it',0,NULL,'Il link che hai seguito è scaduto.',NULL,'',0,'2018-11-12 23:39:31'),(3302,3310,'it',0,NULL,'La pagina di login sar&agrave; aperta in una nuova finestra. Dopo esserti loggato potrai chiuderla e ritornare a questa pagina.',NULL,'',0,'2018-11-12 23:39:31'),(3303,3311,'it',0,NULL,'L\'altezza massima in pixel del frame incorporato.',NULL,'',0,'2018-11-12 23:39:31'),(3304,3312,'it',0,NULL,'La larghezza massima in pixel del frame incorporato.',NULL,'',0,'2018-11-12 23:39:31'),(3305,3313,'it',0,NULL,'L\'ID del menu non dovrebbe essere vuoto.',NULL,'',0,'2018-11-12 23:39:31'),(3306,3314,'it',0,NULL,'Il nome del menu %s è in conflitto con il nome di un altro menu. Provane un altro.',NULL,'',0,'2018-11-12 23:39:31'),(3307,3315,'it',0,NULL,'Il network attualmente consente la registrazione sia dei siti che degli utenti.',NULL,'',0,'2018-11-12 23:39:31'),(3308,3316,'it',0,NULL,'Al momento il network permette le registrazioni al sito.',NULL,'',0,'2018-11-12 23:39:31'),(3309,3317,'it',0,NULL,'Il network attualmente consente la registrazione degli utenti.',NULL,'',0,'2018-11-12 23:39:31'),(3310,3318,'it',0,NULL,'Al momento il network non permette le registrazioni.',NULL,'',0,'2018-11-12 23:39:31'),(3311,3319,'it',0,NULL,'Il prossimo gruppo di scorciatoie di formattazione vengono applicate quando digiti o inserisci attorno ad un testo normale nel medesimo paragrafo. Per annullare premere Esc o il pulsante Annulla.',NULL,'',0,'2018-11-12 23:39:31'),(3312,3320,'it',0,NULL,'Il nickname per l\'utente.',NULL,'',0,'2018-11-12 23:39:31'),(3313,3321,'it',0,NULL,'Il formato oEmbed da utilizzare.',NULL,'',0,'2018-11-12 23:39:31'),(3314,3322,'it',0,NULL,'L\'ordine dell\'oggetto in relazione agli altri oggetti dello stesso tipo',NULL,'',0,'2018-11-12 23:39:31'),(3315,3323,'it',0,NULL,'Il numero di pagina chiesto è più grande del numero di pagine disponibili.',NULL,'',0,'2018-11-12 23:39:31'),(3316,3324,'it',0,NULL,'L\'ID del termine genitore. ',NULL,'',0,'2018-11-12 23:39:31'),(3317,3325,'it',0,NULL,'Il tema padre è mancante. Installare il tema padre \"%s\".',NULL,'',0,'2018-11-12 23:39:31'),(3318,3326,'it',0,NULL,'La password per l\'articolo genitore del commento(se l\'articolo è protetto con password)',NULL,'',0,'2018-11-12 23:39:31'),(3319,3327,'it',0,NULL,'La password per l’articolo se fosse protetto da password.',NULL,'',0,'2018-11-12 23:39:31'),(3320,3328,'it',0,NULL,'Le password non corrispondono.',NULL,'',0,'2018-11-12 23:39:31'),(3321,3329,'it',0,NULL,'Il pingback è già stato registrato.',NULL,'',0,'2018-11-12 23:39:31'),(3322,3330,'it',0,NULL,'L\'articolo non può essere eliminato.',NULL,'',0,'2018-11-12 23:39:31'),(3323,3331,'it',0,NULL,'Impossibile spostare nel cestino l\'articolo. Imposta %s per eliminarlo.',NULL,'',0,'2018-11-12 23:39:31'),(3324,3332,'it',0,NULL,'L\'articolo è già stato eliminato.',NULL,'',0,'2018-11-12 23:39:31'),(3325,3333,'it',0,NULL,'Il tipo di contenuto (post type) %1$s non è registrato, quindi non è affidabile verificare la capacità \"%2$s\" con questo tipo di contenuto.',NULL,'',0,'2018-11-12 23:39:31'),(3326,3334,'it',0,NULL,'Il tipo di contenuto (post type) non può essere modificato.',NULL,'',0,'2018-11-12 23:39:31'),(3327,3335,'it',0,NULL,'Le modifiche precedenti sono state pubblicate. Prova a salvare ancore le modifiche attuali.',NULL,'',0,'2018-11-12 23:39:31'),(3328,3336,'it',0,NULL,'L\'argomento %s della query deve avere un valore.',NULL,'',0,'2018-11-12 23:39:31'),(3329,3337,'it',0,NULL,'La query non contiene il numero corretto di segnaposti (%1$d) in relazione al numero di argomenti trasmessi (%2$d).',NULL,'',0,'2018-11-12 23:39:31'),(3330,3338,'it',0,NULL,'La query si aspetta un placeholder, ma è stato passato un array di placeholder.',NULL,'',0,'2018-11-12 23:39:31'),(3331,3339,'it',0,NULL,'Il tema richiesto non esiste.',NULL,'',0,'2018-11-12 23:39:31'),(3332,3340,'it',0,NULL,'L\'utente richiesto non esiste.',NULL,'',0,'2018-11-12 23:39:31'),(3333,3341,'it',0,NULL,'Il ruolo %s non esiste.',NULL,'',0,'2018-11-12 23:39:31'),(3334,3342,'it',0,NULL,'I risultati della ricerca vengono aggiornati mentre digiti.',NULL,'',0,'2018-11-12 23:39:31'),(3335,3343,'it',0,NULL,'Il sito %s è di tua proprietà.',NULL,'',0,'2018-11-12 23:39:31'),(3336,3344,'it',0,NULL,'L\'amministratore del sito è stato notificato, e soddisferà la tua richiesta il più presto possibile.',NULL,'',0,'2018-11-12 23:39:31'),(3337,3345,'it',0,NULL,'L\'amministratore del sito è stato notificato. Riceverai un link via email per scaricare i dati quando la tua richiesta verrà soddisfatta.',NULL,'',0,'2018-11-12 23:39:31'),(3338,3346,'it',0,NULL,'L\'amministratore del sito è stato notificato. Riceverai una email di conferma quando i tuoi dati saranno cancellati.',NULL,'',0,'2018-11-12 23:39:31'),(3339,3347,'it',0,NULL,'Il sito è già attivo.',NULL,'',0,'2018-11-12 23:39:31'),(3340,3348,'it',0,NULL,'Il sito richiesto non è installato correttamente. Contattare l\'amministratore di sistema.',NULL,'',0,'2018-11-12 23:39:31'),(3341,3349,'it',0,NULL,'Il sito che stavi cercando, %s, non esiste, ma puoi crearlo adesso!',NULL,'',0,'2018-11-12 23:39:31'),(3342,3350,'it',0,NULL,'Il sito che stavi cercando, %s, non esiste.',NULL,'',0,'2018-11-12 23:39:31'),(3343,3351,'it',0,NULL,'L\'abbreviazione &#8220;%s&#8221; è già utilizzata da un altro termine',NULL,'',0,'2018-11-12 23:39:31'),(3344,3352,'it',0,NULL,'L\'URL di partenza e l\'URL d\'arrivo non possono puntare alla stessa risorsa.',NULL,'',0,'2018-11-12 23:39:31'),(3345,3353,'it',0,NULL,'L\'URL d\'origine non contiene un link all\'URL di destinazione e quindi non può essere utilizzato come origine.',NULL,'',0,'2018-11-12 23:39:31'),(3346,3354,'it',0,NULL,'L\'URL sorgente non esiste.',NULL,'',0,'2018-11-12 23:39:31'),(3347,3355,'it',0,NULL,'Il namespace specificato non è stato trovato.',NULL,'',0,'2018-11-12 23:39:31'),(3348,3356,'it',0,NULL,'L\'URL indicata non può essere usata come destinazione. O non esiste o non è una risorsa abilitata al pingback.',NULL,'',0,'2018-11-12 23:39:31'),(3349,3357,'it',0,NULL,'L’URL di destinazione specifica non esiste',NULL,'',0,'2018-11-12 23:39:31'),(3350,3358,'it',0,NULL,'La tag cloud non verrà visualizzata fino a che non vi sono tassonomie che supportano il widget della tag cloud.',NULL,'',0,'2018-11-12 23:39:31'),(3351,3359,'it',0,NULL,'Il termine non può essere eliminato. ',NULL,'',0,'2018-11-12 23:39:31'),(3352,3360,'it',0,NULL,'Il nome del termine non può essere vuoto.',NULL,'',0,'2018-11-12 23:39:31'),(3353,3361,'it',0,NULL,'I termini assegnati all\'oggetto nella tassonomia %s.',NULL,'',0,'2018-11-12 23:39:31'),(3354,3362,'it',0,NULL,'Questo tema definisce se stesso come tema genitore. Controlla l\'intestazione di %s .',NULL,'',0,'2018-11-12 23:39:31'),(3355,3363,'it',0,NULL,'La directory del tema  \"%s\" non esiste.',NULL,'',0,'2018-11-12 23:39:31'),(3356,3364,'it',0,NULL,'Il file del tema da utilizzare per visualizzare l\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3357,3365,'it',0,NULL,'Il fuso orario inserito non è valido. Seleziona un fuso orario valido.',NULL,'',0,'2018-11-12 23:39:31'),(3358,3366,'it',0,NULL,'Il titolo dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3359,3367,'it',0,NULL,'Il titolo del tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:31'),(3360,3368,'it',0,NULL,'Il titolo dello stato. ',NULL,'',0,'2018-11-12 23:39:31'),(3361,3369,'it',0,NULL,'Il titolo della tassonomia. ',NULL,'',0,'2018-11-12 23:39:31'),(3362,3370,'it',0,NULL,'L\'utente non può essere eliminato. ',NULL,'',0,'2018-11-12 23:39:31'),(3363,3371,'it',0,NULL,'Questo utente è già attivo.',NULL,'',0,'2018-11-12 23:39:31'),(3364,3372,'it',0,NULL,'Il browser web del tuo dispositivo non può essere utilizzato per caricare file. Dovresti poter utilizzare al suo posto <a href=\"%s\">la app nativa per lil tuo dispositivo</a>.',NULL,'',0,'2018-11-12 23:39:31'),(3365,3373,'it',0,NULL,'Dettagli del tema',NULL,'',0,'2018-11-12 23:39:31'),(3366,3374,'it',0,NULL,'P.zza Duomo 123',NULL,'',0,'2018-11-12 23:39:31'),(3367,3375,'it',0,NULL,'Una sezione della homepage',NULL,'',0,'2018-11-12 23:39:31'),(3368,3376,'it',0,NULL,'Chi siamo',NULL,'',0,'2018-11-12 23:39:31'),(3369,3377,'it',0,NULL,'Informazioni su questo sito',NULL,'',0,'2018-11-12 23:39:31'),(3370,3378,'it',0,NULL,'Indirizzo',NULL,'',0,'2018-11-12 23:39:31'),(3371,3379,'it',0,NULL,'Archivi',NULL,'',0,'2018-11-12 23:39:31'),(3372,3380,'it',0,NULL,'Blog',NULL,'',0,'2018-11-12 23:39:31'),(3373,3381,'it',0,NULL,'Calendario',NULL,'',0,'2018-11-12 23:39:31'),(3374,3382,'it',0,NULL,'Categorie',NULL,'',0,'2018-11-12 23:39:31'),(3375,3383,'it',0,NULL,'Contatti',NULL,'',0,'2018-11-12 23:39:31'),(3376,3384,'it',0,NULL,'Email',NULL,'',0,'2018-11-12 23:39:31'),(3377,3385,'it',0,NULL,'Facebook',NULL,'',0,'2018-11-12 23:39:31'),(3378,3386,'it',0,NULL,'Come trovarci',NULL,'',0,'2018-11-12 23:39:31'),(3379,3387,'it',0,NULL,'Foursquare',NULL,'',0,'2018-11-12 23:39:31'),(3380,3388,'it',0,NULL,'GitHub',NULL,'',0,'2018-11-12 23:39:31'),(3381,3389,'it',0,NULL,'Homepage',NULL,'',0,'2018-11-12 23:39:31'),(3382,3390,'it',0,NULL,'Orari',NULL,'',0,'2018-11-12 23:39:31'),(3383,3391,'it',0,NULL,'Instagram',NULL,'',0,'2018-11-12 23:39:31'),(3384,3392,'it',0,NULL,'LinkedIn',NULL,'',0,'2018-11-12 23:39:31'),(3385,3393,'it',0,NULL,'Meta',NULL,'',0,'2018-11-12 23:39:31'),(3386,3394,'it',0,NULL,'lunedì&mdash;venerdì: 9:00&ndash;17:00',NULL,'',0,'2018-11-12 23:39:31'),(3387,3395,'it',0,NULL,'20100 Milano (MI)',NULL,'',0,'2018-11-12 23:39:31'),(3388,3396,'it',0,NULL,'News',NULL,'',0,'2018-11-12 23:39:31'),(3389,3397,'it',0,NULL,'Pinterest',NULL,'',0,'2018-11-12 23:39:31'),(3390,3398,'it',0,NULL,'Commenti recenti',NULL,'',0,'2018-11-12 23:39:31'),(3391,3399,'it',0,NULL,'Articoli recenti',NULL,'',0,'2018-11-12 23:39:31'),(3392,3400,'it',0,NULL,'sabato e domenica: 11:00&ndash;15:00',NULL,'',0,'2018-11-12 23:39:31'),(3393,3401,'it',0,NULL,'Ricerca',NULL,'',0,'2018-11-12 23:39:31'),(3394,3402,'it',0,NULL,'Questa è una pagina con alcune informazioni di base per un contatto, quali un indirizzo ed un n numero di telefono. Puoi anche provare un plugin per aggiungere modulo di contatto.',NULL,'',0,'2018-11-12 23:39:31'),(3395,3403,'it',0,NULL,'Questo è un esempio di una sezione della homepage. Le sezioni della homepage possono essere pagine qualsiasi diverse dalla homepage stessa, compresa la pagina che mostra i tuoi ultimi articoli del blog.',NULL,'',0,'2018-11-12 23:39:31'),(3396,3404,'it',0,NULL,'Questo può essere un buon posto per presentare te stesso ed il tuo sito o per includere alcuni crediti.',NULL,'',0,'2018-11-12 23:39:31'),(3397,3405,'it',0,NULL,'Twitter',NULL,'',0,'2018-11-12 23:39:31'),(3398,3406,'it',0,NULL,'Benvenuto nel tuo sito! Questa è la tua pagina home, quella che la maggioranza dei visitatori vede quando arrivano per la prima volta sul tuo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3399,3407,'it',0,NULL,'Yelp',NULL,'',0,'2018-11-12 23:39:31'),(3400,3408,'it',0,NULL,'Potresti essere un artista che vorrebbe presentare se stesso ed il suo lavoro oppure sei una azienda con una attività da descrivere.',NULL,'',0,'2018-11-12 23:39:31'),(3401,3409,'it',0,NULL,'YouTube',NULL,'',0,'2018-11-12 23:39:31'),(3402,3410,'it',0,NULL,'Il supporto del tema a %1$s deve essere registrato prima dell\'hook %2$s.',NULL,'',0,'2018-11-12 23:39:31'),(3403,3411,'it',0,NULL,'Tema senza %s',NULL,'',0,'2018-11-12 23:39:31'),(3404,3412,'it',0,NULL,'Temi',NULL,'',0,'2018-11-12 23:39:31'),(3405,3413,'it',0,NULL,'Non vi sono transport HTTP disponibili che permettono di completare la richiesta effettuata.',NULL,'',0,'2018-11-12 23:39:31'),(3406,3414,'it',0,NULL,'Non ci sono sottotitoli associati.',NULL,'',0,'2018-11-12 23:39:31'),(3407,3415,'it',0,NULL,'Non vi sono opzioni per questo widget.',NULL,'',0,'2018-11-12 23:39:31'),(3408,3416,'it',0,NULL,'Sembra non ci siano nuove email.',NULL,'',0,'2018-11-12 23:39:31'),(3409,3417,'it',0,NULL,'Sembra che il file %s non esista. Mi serve per poter iniziare.',NULL,'',0,'2018-11-12 23:39:31'),(3410,3418,'it',0,NULL,'Si è verificato un errore durante il ridimensionamento dell&#8217;immagine.',NULL,'',0,'2018-11-12 23:39:31'),(3411,3419,'it',0,NULL,'C\'è %d errore che deve essere corretto prima che tu possa salvare.',NULL,'',0,'2018-11-12 23:39:31'),(3412,3420,'it',0,NULL,'Ci sono %d errori che devono essere corretti prima che tu possa salvare.',NULL,'',0,'2018-11-12 23:39:31'),(3413,3421,'it',0,NULL,'C\'è %d errore che deve essere risolto prima di aggiornare questo file.',NULL,'',0,'2018-11-12 23:39:31'),(3414,3422,'it',0,NULL,'Ci sono %d errori che devono essere risolti prima di aggiornare questo file.',NULL,'',0,'2018-11-12 23:39:31'),(3415,3423,'it',0,NULL,'C\'è un salvataggio automatico più recente delle tue modifiche, rispetto a quello che stai visualizzando. <a href=\"%s\">Ripristina il salvataggio automatico</a>',NULL,'',0,'2018-11-12 23:39:31'),(3416,3424,'it',0,NULL,'C\'è una revisione di questo articolo che è più recente.',NULL,'',0,'2018-11-12 23:39:31'),(3417,3425,'it',0,NULL,'Non è disponibile alcun riassunto in quanto si tratta di un articolo protetto.',NULL,'',0,'2018-11-12 23:39:31'),(3418,3426,'it',0,NULL,'Si è verificato un errore di configurazione. Contatta l\'amministratore del server.',NULL,'',0,'2018-11-12 23:39:31'),(3419,3427,'it',0,NULL,'Si era verificato un problema, correggi il modulo sottostante e riprova.',NULL,'',0,'2018-11-12 23:39:31'),(3420,3428,'it',0,NULL,'Si è verificato un problema di autenticazione. Ricarica e prova ancora.',NULL,'',0,'2018-11-12 23:39:31'),(3421,3429,'it',0,NULL,'Questa azione è stata disabilitata dall\'amministratore',NULL,'',0,'2018-11-12 23:39:31'),(3422,3430,'it',0,NULL,'Questo indirizzo è utilizzato per scopi amministrativi, come ad esempio la notifica dell\'iscrizione di nuovi utenti.',NULL,'',0,'2018-11-12 23:39:31'),(3423,3431,'it',0,NULL,'Questo argomento è stato trasformato in un array per adattarsi al funzionamento di altre funzioni cron.',NULL,'',0,'2018-11-12 23:39:31'),(3424,3432,'it',0,NULL,'Il contenuto è protetto da password. Per visualizzarlo inserisci di seguito la password:',NULL,'',0,'2018-11-12 23:39:31'),(3425,3433,'it',0,NULL,'Questo contenuto è stato eliminato dall\'autore.',NULL,'',0,'2018-11-12 23:39:31'),(3426,3434,'it',0,NULL,'Questo potrebbe voler dire che nome utente e password nel file %1$s sono sbagliate o che non possiamo contattare il database %2$s. Potrebbe voler dire che il tuo database è irraggiungibile.',NULL,'',0,'2018-11-12 23:39:31'),(3427,3435,'it',0,NULL,'Questa funzionalità richiede il frame in linea. Hai gli iframe disabilitati o il browser non li supporta.',NULL,'',0,'2018-11-12 23:39:31'),(3428,3436,'it',0,NULL,'Questo file è vuoto. Prova con un altro file.',NULL,'',0,'2018-11-12 23:39:31'),(3429,3437,'it',0,NULL,'Questo file non è un\'immagine. Prova con un file diverso.',NULL,'',0,'2018-11-12 23:39:31'),(3430,3438,'it',0,NULL,'Il file è troppo grande. I file devono avere una dimensione inferiore a %d KB.',NULL,'',0,'2018-11-12 23:39:31'),(3431,3439,'it',0,NULL,'Questo file è troppo grande. I file devono essere meno di  %s KB come dimensione.',NULL,'',0,'2018-11-12 23:39:31'),(3432,3440,'it',0,NULL,'Il file non ha più la necessità di venire incluso',NULL,'',0,'2018-11-12 23:39:31'),(3433,3441,'it',0,NULL,'Questo modulo non è visualizzabile in anteprima live.',NULL,'',0,'2018-11-12 23:39:31'),(3434,3442,'it',0,NULL,'Questo file è più grande della dimensione massima consentita. Prova con un file diverso.',NULL,'',0,'2018-11-12 23:39:31'),(3435,3443,'it',0,NULL,'Questo è il link breve.',NULL,'',0,'2018-11-12 23:39:31'),(3436,3444,'it',0,NULL,'Questo link è scaduto.',NULL,'',0,'2018-11-12 23:39:31'),(3437,3445,'it',0,NULL,'Questo link non è visualizzabile in anteprima live.',NULL,'',0,'2018-11-12 23:39:31'),(3438,3446,'it',0,NULL,'Vuol dire che abbiamo perso il collegamento col server database %s. Potrebbe voler dire che il tuo database è irraggiungibile.',NULL,'',0,'2018-11-12 23:39:31'),(3439,3447,'it',0,NULL,'Questo pannello è utilizzato per gestire i menu di navigazione per contenuti che hai già pubblicato sul tuo sito. Puoi creare i menu ed aggiungere degli elementi per contenuti esistenti come pagine, articoli, categorie, tag, formati di articoli oppure link personalizzati.',NULL,'',0,'2018-11-12 23:39:31'),(3440,3448,'it',0,NULL,'Questo articolo è protetto da password. Inserisci la password per visualizzare i commenti.',NULL,'',0,'2018-11-12 23:39:31'),(3441,3449,'it',0,NULL,'Questo blog è stato archiviato o sospeso.',NULL,'',0,'2018-11-12 23:39:31'),(3442,3450,'it',0,NULL,'Il sito non è ancora stato attivato. Se hai dei problemi nell\'attivare il tuo sito, contatta %s.',NULL,'',0,'2018-11-12 23:39:31'),(3443,3451,'it',0,NULL,'Questo sito non è più disponibile',NULL,'',0,'2018-11-12 23:39:31'),(3444,3452,'it',0,NULL,'Questa tassonomia non è gerarchica.',NULL,'',0,'2018-11-12 23:39:31'),(3445,3453,'it',0,NULL,'Su questa pagina questo tema non supporta gli header con video. Naviga alla pagina principale o in un\'altra pagina che supporti gli header con video.',NULL,'',0,'2018-11-12 23:39:31'),(3446,3454,'it',0,NULL,'Questo file video è troppo grande per essere usato come video dell\'Header. Provane uno più corto oppure ottimizza le impostazioni di compressione per renderlo inferiore a 8MB e prova a ricaricarlo. In alternativa puoi caricare il tuo video su YouTube ed inserire il link di YouTube nell\'opzione sottostante.',NULL,'',0,'2018-11-12 23:39:31'),(3447,3455,'it',0,NULL,'Questo widget può contenere codice che potrebbe funzionare meglio nel nuovo widget &#8220;HTML personalizzato&#8221;. Quindi perché non provare questo nuovo widget?',NULL,'',0,'2018-11-12 23:39:31'),(3448,3456,'it',0,NULL,'Può darsi che questo widget contenesse codice che potrebbe funzionare meglio nel nuovo widget &#8220;HTML personalizzato&#8221;. Se non l\'hai già fatto, che ne diresti di provarlo?',NULL,'',0,'2018-11-12 23:39:31'),(3449,3457,'it',0,NULL,'gio',NULL,'',0,'2018-11-12 23:39:31'),(3450,3458,'it',0,NULL,'Miniatura',NULL,'',0,'2018-11-12 23:39:31'),(3451,3459,'it',0,NULL,'Altezza miniatura',NULL,'',0,'2018-11-12 23:39:31'),(3452,3460,'it',0,NULL,'Larghezza miniatura',NULL,'',0,'2018-11-12 23:39:31'),(3453,3461,'it',0,NULL,'giovedì',NULL,'',0,'2018-11-12 23:39:31'),(3454,3462,'it',0,NULL,'G',NULL,'',0,'2018-11-12 23:39:31'),(3455,3463,'it',0,NULL,'Ora',NULL,'',0,'2018-11-12 23:39:31'),(3456,3464,'it',0,NULL,'Formato ora',NULL,'',0,'2018-11-12 23:39:31'),(3457,3465,'it',0,NULL,'Time Slider',NULL,'',0,'2018-11-12 23:39:31'),(3458,3466,'it',0,NULL,'Fuso orario',NULL,'',0,'2018-11-12 23:39:31'),(3459,3467,'it',0,NULL,'È ora di aggiungere qualche link! Fai clic su  &#8220;%s&#8221; per iniziare ad inserire pagine, categorie e link personalizzati al tuo menu. Aggiungi quanti elementi vuoi.',NULL,'',0,'2018-11-12 23:39:31'),(3460,3468,'it',0,NULL,'Fuso orario',NULL,'',0,'2018-11-12 23:39:31'),(3461,3469,'it',0,NULL,'Il fuso orario è %1$s (%2$s), attualmente %3$s.',NULL,'',0,'2018-11-12 23:39:31'),(3462,3470,'it',0,NULL,'Il fuso orario è %s.',NULL,'',0,'2018-11-12 23:39:31'),(3463,3471,'it',0,NULL,'Blocchi',NULL,'',0,'2018-11-12 23:39:31'),(3464,3472,'it',0,NULL,'Formati',NULL,'',0,'2018-11-12 23:39:31'),(3465,3473,'it',0,NULL,'Titoli',NULL,'',0,'2018-11-12 23:39:31'),(3466,3474,'it',0,NULL,'Inserisci template',NULL,'',0,'2018-11-12 23:39:31'),(3467,3475,'it',0,NULL,'Template',NULL,'',0,'2018-11-12 23:39:31'),(3468,3476,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-12 23:39:31'),(3469,3477,'it',0,NULL,'File',NULL,'',0,'2018-11-12 23:39:31'),(3470,3478,'it',0,NULL,'Formato',NULL,'',0,'2018-11-12 23:39:31'),(3471,3479,'it',0,NULL,'Inserisci',NULL,'',0,'2018-11-12 23:39:31'),(3472,3480,'it',0,NULL,'Tabella',NULL,'',0,'2018-11-12 23:39:31'),(3473,3481,'it',0,NULL,'Strumenti',NULL,'',0,'2018-11-12 23:39:31'),(3474,3482,'it',0,NULL,'Visualizza',NULL,'',0,'2018-11-12 23:39:31'),(3475,3483,'it',0,NULL,'Titolo',NULL,'',0,'2018-11-12 23:39:31'),(3476,3484,'it',0,NULL,'Attributo titolo',NULL,'',0,'2018-11-12 23:39:31'),(3477,3485,'it',0,NULL,'Il titolo dell\'oggetto, come riportato nel database.',NULL,'',0,'2018-11-12 23:39:31'),(3478,3486,'it',0,NULL,'Titolo del widget',NULL,'',0,'2018-11-12 23:39:31'),(3479,3487,'it',0,NULL,'Titolo:',NULL,'',0,'2018-11-12 23:39:31'),(3480,3488,'it',0,NULL,'Per attivare il tuo blog, fai click sul seguente link:\n\n%s\n\nDopo  l&#8217;attivazione, riceverai *un&#8217;altra email* con i dati di login e, successivamente, potrai visitare il tuo sito qui:\n\n%s',NULL,'',0,'2018-11-12 23:39:31'),(3481,3489,'it',0,NULL,'Per attivare il tuo utente, fai click sul link seguente:\n\n%s\n\nDopo l\'attivazione, riceverai un\'altra email con i dettagli per il login.',NULL,'',0,'2018-11-12 23:39:31'),(3482,3490,'it',0,NULL,'Per cambiare o disabilitare la tua registrazione vai alla <a href=\"%s\">pagina delle opzioni</a>.',NULL,'',0,'2018-11-12 23:39:31'),(3483,3491,'it',0,NULL,'Per uscire da questa area, premere il tasto Esc seguito dal tasto Tab.',NULL,'',0,'2018-11-12 23:39:31'),(3484,3492,'it',0,NULL,'Per spostare il focus su altri pulsanti usare Tab o i tasti cursore. Per ripristinare il focus sull\'editor premere Esc oppure premere uno dei pulsanti.',NULL,'',0,'2018-11-12 23:39:31'),(3485,3493,'it',0,NULL,'Per reimpostare la tua password visita il seguente indirizzo:',NULL,'',0,'2018-11-12 23:39:31'),(3486,3494,'it',0,NULL,'Per impostare la tua password, visita il seguente indirizzo:',NULL,'',0,'2018-11-12 23:39:31'),(3487,3495,'it',0,NULL,'Oggi',NULL,'',0,'2018-11-12 23:39:31'),(3488,3496,'it',0,NULL,'Inverti direzione del testo dell\'editor',NULL,'',0,'2018-11-12 23:39:31'),(3489,3497,'it',0,NULL,'Attiva/disattiva la riproduzione automatica',NULL,'',0,'2018-11-12 23:39:31'),(3490,3498,'it',0,NULL,'Cambia sezione: %s',NULL,'',0,'2018-11-12 23:39:31'),(3491,3499,'it',0,NULL,'Cambia sezione: link personalizzati',NULL,'',0,'2018-11-12 23:39:31'),(3492,3500,'it',0,NULL,'Troppi redirect.',NULL,'',0,'2018-11-12 23:39:31'),(3493,3501,'it',0,NULL,'Barra degli strumenti',NULL,'',0,'2018-11-12 23:39:31'),(3494,3502,'it',0,NULL,'Mostra/nascondi la barra degli strumenti',NULL,'',0,'2018-11-12 23:39:31'),(3495,3503,'it',0,NULL,'Alto',NULL,'',0,'2018-11-12 23:39:31'),(3496,3504,'it',0,NULL,'In alto a sinistra',NULL,'',0,'2018-11-12 23:39:31'),(3497,3505,'it',0,NULL,'In alto a destra',NULL,'',0,'2018-11-12 23:39:31'),(3498,3506,'it',0,NULL,'Trackback',NULL,'',0,'2018-11-12 23:39:31'),(3499,3507,'it',0,NULL,'Riassunto del trackback:',NULL,'',0,'2018-11-12 23:39:31'),(3500,3508,'it',0,NULL,'Tracce (sottotitoli, didascalia, capitoli o metadata)',NULL,'',0,'2018-11-12 23:39:31'),(3501,3509,'it',0,NULL,'Aggiornamenti delle traduzioni',NULL,'',0,'2018-11-12 23:39:31'),(3502,3510,'it',0,NULL,'Cestinati <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:31'),(3503,3511,'it',0,NULL,'Cestina i selezionati',NULL,'',0,'2018-11-12 23:39:31'),(3504,3512,'it',0,NULL,'Sposta nel cestino: %s',NULL,'',0,'2018-11-12 23:39:31'),(3505,3513,'it',0,NULL,'Cestina il widget spostandolo nell&#8217;area dei widget inattivi.',NULL,'',0,'2018-11-12 23:39:31'),(3506,3514,'it',0,NULL,'mar',NULL,'',0,'2018-11-12 23:39:31'),(3507,3515,'it',0,NULL,'martedì',NULL,'',0,'2018-11-12 23:39:31'),(3508,3516,'it',0,NULL,'M',NULL,'',0,'2018-11-12 23:39:31'),(3509,3517,'it',0,NULL,'Turco',NULL,'',0,'2018-11-12 23:39:31'),(3510,3518,'it',0,NULL,'Disattiva lo schermo intero',NULL,'',0,'2018-11-12 23:39:31'),(3511,3519,'it',0,NULL,'Due volte al giorno',NULL,'',0,'2018-11-12 23:39:31'),(3512,3520,'it',0,NULL,'Attribuzione del tipo per il termine.',NULL,'',0,'2018-11-12 23:39:31'),(3513,3521,'it',0,NULL,'Tipo di commento per l\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3514,3522,'it',0,NULL,'Tipo di post per l\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3515,3523,'it',0,NULL,'I tipi associati con la tassonomia. ',NULL,'',0,'2018-11-12 23:39:31'),(3516,3524,'it',0,NULL,'URL',NULL,'',0,'2018-11-12 23:39:31'),(3517,3525,'it',0,NULL,'L’URL per l’autore dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3518,3526,'it',0,NULL,'L\'URL del termine. ',NULL,'',0,'2018-11-12 23:39:31'),(3519,3527,'it',0,NULL,'L\'URL dell\'utente. ',NULL,'',0,'2018-11-12 23:39:31'),(3520,3528,'it',0,NULL,'URL del file sorgente per l\'audio %s',NULL,'',0,'2018-11-12 23:39:31'),(3521,3529,'it',0,NULL,'URL del file sorgente per il video %s',NULL,'',0,'2018-11-12 23:39:31'),(3522,3530,'it',0,NULL,'URL al file media',NULL,'',0,'2018-11-12 23:39:31'),(3523,3531,'it',0,NULL,'L\'URL dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3524,3532,'it',0,NULL,'URL del file allegato originario. ',NULL,'',0,'2018-11-12 23:39:31'),(3525,3533,'it',0,NULL,'URL: %s',NULL,'',0,'2018-11-12 23:39:31'),(3526,3534,'it',0,NULL,'UTC',NULL,'',0,'2018-11-12 23:39:31'),(3527,3535,'it',0,NULL,'Ucraino',NULL,'',0,'2018-11-12 23:39:31'),(3528,3536,'it',0,NULL,'Impossibile creare la directory %s. Verifica che la directory madre sia scrivibile dal server!',NULL,'',0,'2018-11-12 23:39:31'),(3529,3537,'it',0,NULL,'Impossibile mostrare una anteprima del media a causa di un errore sconosciuto.',NULL,'',0,'2018-11-12 23:39:31'),(3530,3538,'it',0,NULL,'Impossibile ottenere il messaggio di errore da MySQL',NULL,'',0,'2018-11-12 23:39:31'),(3531,3539,'it',0,NULL,'Impossibile salvare, %s impostazione non valida.',NULL,'',0,'2018-11-12 23:39:31'),(3532,3540,'it',0,NULL,'Impossibile salvare, %s impostazioni non valide.',NULL,'',0,'2018-11-12 23:39:31'),(3533,3541,'it',0,NULL,'Non è possibile cancellare le modifiche.',NULL,'',0,'2018-11-12 23:39:31'),(3534,3542,'it',0,NULL,'Non approvato',NULL,'',0,'2018-11-12 23:39:31'),(3535,3543,'it',0,NULL,'Non allegato',NULL,'',0,'2018-11-12 23:39:31'),(3536,3544,'it',0,NULL,'Non autorizzato a modificare le impostazioni a causa delle capacità.',NULL,'',0,'2018-11-12 23:39:31'),(3537,3545,'it',0,NULL,'Non autorizzato. Puoi rimuovere il parametro customize_messenger_channel per visualizzare un\'anteprima come frontend.',NULL,'',0,'2018-11-12 23:39:31'),(3538,3546,'it',0,NULL,'Senza categoria',NULL,'',0,'2018-11-12 23:39:31'),(3539,3547,'it',0,NULL,'Sotto %s',NULL,'',0,'2018-11-12 23:39:31'),(3540,3548,'it',0,NULL,'Sottolineato',NULL,'',0,'2018-11-12 23:39:31'),(3541,3549,'it',0,NULL,'Annulla',NULL,'',0,'2018-11-12 23:39:31'),(3542,3550,'it',0,NULL,'Identificatore univoco per l\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3543,3551,'it',0,NULL,'Identificativo unico per il termine. ',NULL,'',0,'2018-11-12 23:39:31'),(3544,3552,'it',0,NULL,'Identificatore univoco per l\'utente.',NULL,'',0,'2018-11-12 23:39:31'),(3545,3553,'it',0,NULL,'Feed sconosciuto',NULL,'',0,'2018-11-12 23:39:31'),(3546,3554,'it',0,NULL,'Togli il muto',NULL,'',0,'2018-11-12 23:39:31'),(3547,3555,'it',0,NULL,'Impostazione di sfondo non riconosciuta.',NULL,'',0,'2018-11-12 23:39:31'),(3548,3556,'it',0,NULL,'Non è permesso de-registrare un tipo di contenuto (post type) incorporato',NULL,'',0,'2018-11-12 23:39:31'),(3549,3557,'it',0,NULL,'Non è permesso de-registrare una tassonomia incorporata ',NULL,'',0,'2018-11-12 23:39:31'),(3550,3558,'it',0,NULL,'Tipo di valore non supportato (%s).',NULL,'',0,'2018-11-12 23:39:31'),(3551,3559,'it',0,NULL,'Senza titolo',NULL,'',0,'2018-11-12 23:39:31'),(3552,3560,'it',0,NULL,'Ripristina',NULL,'',0,'2018-11-12 23:39:31'),(3553,3561,'it',0,NULL,'Ripristina i selezionati',NULL,'',0,'2018-11-12 23:39:31'),(3554,3562,'it',0,NULL,'Aggiorna',NULL,'',0,'2018-11-12 23:39:31'),(3555,3563,'it',0,NULL,'Aggiorna categoria',NULL,'',0,'2018-11-12 23:39:31'),(3556,3564,'it',0,NULL,'Aggiornamento non riuscito!',NULL,'',0,'2018-11-12 23:39:31'),(3557,3565,'it',0,NULL,'Aggiornamento fallito: %s',NULL,'',0,'2018-11-12 23:39:31'),(3558,3566,'it',0,NULL,'Aggiorna categoria link',NULL,'',0,'2018-11-12 23:39:31'),(3559,3567,'it',0,NULL,'Aggiorna ora',NULL,'',0,'2018-11-12 23:39:31'),(3560,3568,'it',0,NULL,'Aggiorna tag',NULL,'',0,'2018-11-12 23:39:31'),(3561,3569,'it',0,NULL,'Aggiornare comunque, anche se potrebbe bloccare il tuo sito?',NULL,'',0,'2018-11-12 23:39:31'),(3562,3570,'it',0,NULL,'Aggiorna playlist audio',NULL,'',0,'2018-11-12 23:39:31'),(3563,3571,'it',0,NULL,'Aggiornamento annullato.',NULL,'',0,'2018-11-12 23:39:31'),(3564,3572,'it',0,NULL,'Aggiornamento completato con successo!',NULL,'',0,'2018-11-12 23:39:31'),(3565,3573,'it',0,NULL,'Aggiorna galleria',NULL,'',0,'2018-11-12 23:39:31'),(3566,3574,'it',0,NULL,'Aggiorna il tema ora',NULL,'',0,'2018-11-12 23:39:31'),(3567,3575,'it',0,NULL,'Aggiorna playlist video',NULL,'',0,'2018-11-12 23:39:31'),(3568,3576,'it',0,NULL,'Gli aggiornamenti potrebbero non completarsi se navighi via da questa pagina.',NULL,'',0,'2018-11-12 23:39:31'),(3569,3577,'it',0,NULL,'Aggiornamento',NULL,'',0,'2018-11-12 23:39:31'),(3570,3578,'it',0,NULL,'Aggiornamento del commento fallito.',NULL,'',0,'2018-11-12 23:39:31'),(3571,3579,'it',0,NULL,'Aggiornamento dello stato del commento fallito.',NULL,'',0,'2018-11-12 23:39:31'),(3572,3580,'it',0,NULL,'Aggiornamento in corso...',NULL,'',0,'2018-11-12 23:39:31'),(3573,3581,'it',0,NULL,'Aggiornamento in corso, attendi...',NULL,'',0,'2018-11-12 23:39:31'),(3574,3582,'it',0,NULL,'Carica file',NULL,'',0,'2018-11-12 23:39:31'),(3575,3583,'it',0,NULL,'Caricamento immagini',NULL,'',0,'2018-11-12 23:39:31'),(3576,3584,'it',0,NULL,'Limite di caricamento superato',NULL,'',0,'2018-11-12 23:39:31'),(3577,3585,'it',0,NULL,'Caricamento non riuscito.',NULL,'',0,'2018-11-12 23:39:31'),(3578,3586,'it',0,NULL,'Caricamento interrotto.',NULL,'',0,'2018-11-12 23:39:31'),(3579,3587,'it',0,NULL,'Carica il tuo video in formato %1$s e minimizza la dimensione del file per ottenere un risultato migliore. Il tuo tema consiglia di usare un\'altezza di %2$s pixel.',NULL,'',0,'2018-11-12 23:39:31'),(3580,3588,'it',0,NULL,'Carica il tuo video in formato %1$s e minimizza la dimensione del file per ottenere un risultato migliore. Il tuo tema consiglia di usare un larghezza di %2$s pixel.',NULL,'',0,'2018-11-12 23:39:31'),(3581,3589,'it',0,NULL,'Carica il video nel formato %1$s  e minimizza la dimensione del file per ottenere il miglior risultato. Il tema consiglia una dimensione di %2$s pixel.',NULL,'',0,'2018-11-12 23:39:31'),(3582,3590,'it',0,NULL,'Caricato da',NULL,'',0,'2018-11-12 23:39:31'),(3583,3591,'it',0,NULL,'Caricato in',NULL,'',0,'2018-11-12 23:39:31'),(3584,3592,'it',0,NULL,'Caricato il:',NULL,'',0,'2018-11-12 23:39:31'),(3585,3593,'it',0,NULL,'Caricato in questa pagina',NULL,'',0,'2018-11-12 23:39:31'),(3586,3594,'it',0,NULL,'Caricato in questo articolo',NULL,'',0,'2018-11-12 23:39:31'),(3587,3595,'it',0,NULL,'oppure',NULL,'',0,'2018-11-12 23:39:31'),(3588,3596,'it',0,NULL,'Caricamento',NULL,'',0,'2018-11-12 23:39:31'),(3589,3597,'it',0,NULL,'L\'uso dei livelli utente è deprecato. Utilizza invece le capacità.',NULL,'',0,'2018-11-12 23:39:31'),(3590,3598,'it',0,NULL,'Utilizza invece %s se non vuoi che il valore venga visualizzato.',NULL,'',0,'2018-11-12 23:39:31'),(3591,3599,'it',0,NULL,'Utilizza invece %s.',NULL,'',0,'2018-11-12 23:39:31'),(3592,3600,'it',0,NULL,'Usa i tasti freccia sinistra/destra per avanzare di un secondo, su/giù per avanzare di 10 secondi.',NULL,'',0,'2018-11-12 23:39:31'),(3593,3601,'it',0,NULL,'Usa i tasti freccia su/giù per aumentare o diminuire il volume.',NULL,'',0,'2018-11-12 23:39:31'),(3594,3602,'it',0,NULL,'Utilizza come immagine in evidenza',NULL,'',0,'2018-11-12 23:39:31'),(3595,3603,'it',0,NULL,'Usa le virgole invece di %s per separare i termini da escludere.',NULL,'',0,'2018-11-12 23:39:31'),(3596,3604,'it',0,NULL,'Utilizza il filtro %s in alternativa.',NULL,'',0,'2018-11-12 23:39:31'),(3597,3605,'it',0,NULL,'Utilizza il widget dell\'HTML personalizzato per aggiungere del codice HTML nella tua area dei widget.',NULL,'',0,'2018-11-12 23:39:31'),(3598,3606,'it',0,NULL,'Utente',NULL,'',0,'2018-11-12 23:39:31'),(3599,3607,'it',0,NULL,'Bacheca utente: %s',NULL,'',0,'2018-11-12 23:39:31'),(3600,3608,'it',0,NULL,'Descrizione utente',NULL,'',0,'2018-11-12 23:39:31'),(3601,3609,'it',0,NULL,'Nome utente da visualizzare',NULL,'',0,'2018-11-12 23:39:31'),(3602,3610,'it',0,NULL,'Email utente',NULL,'',0,'2018-11-12 23:39:31'),(3603,3611,'it',0,NULL,'Nome dell\'utente',NULL,'',0,'2018-11-12 23:39:31'),(3604,3612,'it',0,NULL,'ID utente',NULL,'',0,'2018-11-12 23:39:31'),(3605,3613,'it',0,NULL,'Cognome dell\'utente',NULL,'',0,'2018-11-12 23:39:31'),(3606,3614,'it',0,NULL,'Login utente',NULL,'',0,'2018-11-12 23:39:31'),(3607,3615,'it',0,NULL,'Nome utente',NULL,'',0,'2018-11-12 23:39:31'),(3608,3616,'it',0,NULL,'Soprannome dell\'utente',NULL,'',0,'2018-11-12 23:39:31'),(3609,3617,'it',0,NULL,'Data registrazione utente',NULL,'',0,'2018-11-12 23:39:31'),(3610,3618,'it',0,NULL,'Richiesta utente',NULL,'',0,'2018-11-12 23:39:31'),(3611,3619,'it',0,NULL,'Richieste utente',NULL,'',0,'2018-11-12 23:39:31'),(3612,3620,'it',0,NULL,'URL utente',NULL,'',0,'2018-11-12 23:39:31'),(3613,3621,'it',0,NULL,'Azione dell\'utente confermata.',NULL,'',0,'2018-11-12 23:39:31'),(3614,3622,'it',0,NULL,'User agent dell\'autore dell\'oggetto.',NULL,'',0,'2018-11-12 23:39:31'),(3615,3623,'it',0,NULL,'L\'utente non può essere aggiunto a questo sito',NULL,'',0,'2018-11-12 23:39:31'),(3616,3624,'it',0,NULL,'L\'utente ha bloccato le richieste via HTTP.',NULL,'',0,'2018-11-12 23:39:31'),(3617,3625,'it',0,NULL,'La registrazione utenti è stata disabilitata.',NULL,'',0,'2018-11-12 23:39:31'),(3618,3626,'it',0,NULL,'La registrazione degli utenti non è al momento permessa.',NULL,'',0,'2018-11-12 23:39:31'),(3619,3627,'it',0,NULL,'Nome utente',NULL,'',0,'2018-11-12 23:39:31'),(3620,3628,'it',0,NULL,'Il nome utente contiene caratteri non validi.',NULL,'',0,'2018-11-12 23:39:31'),(3621,3629,'it',0,NULL,'Il nome utente non si può modificare.',NULL,'',0,'2018-11-12 23:39:31'),(3622,3630,'it',0,NULL,'Il nome utente non deve essere più lungo di 60 caratteri.',NULL,'',0,'2018-11-12 23:39:31'),(3623,3631,'it',0,NULL,'Il nome utente deve essere di almeno 4 caratteri',NULL,'',0,'2018-11-12 23:39:31'),(3624,3632,'it',0,NULL,'Nome utente o indirizzo email',NULL,'',0,'2018-11-12 23:39:31'),(3625,3633,'it',0,NULL,'Nome utente:',NULL,'',0,'2018-11-12 23:39:31'),(3626,3634,'it',0,NULL,'Nome utente: %s',NULL,'',0,'2018-11-12 23:39:31'),(3627,3635,'it',0,NULL,'I nomi utente possono contenere solo lettere minuscole (a-z) e numeri.',NULL,'',0,'2018-11-12 23:39:31'),(3628,3636,'it',0,NULL,'Utenti',NULL,'',0,'2018-11-12 23:39:31'),(3629,3637,'it',0,NULL,'Impossibile spostare nel cestino gli utenti. Imposta %s per eliminarli.',NULL,'',0,'2018-11-12 23:39:31'),(3630,3638,'it',0,NULL,'Spaziatura verticale',NULL,'',0,'2018-11-12 23:39:31'),(3631,3639,'it',0,NULL,'Video',NULL,'',0,'2018-11-12 23:39:31'),(3632,3640,'it',0,NULL,'Video <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:31'),(3633,3641,'it',0,NULL,'Dettagli video',NULL,'',0,'2018-11-12 23:39:31'),(3634,3642,'it',0,NULL,'Video Player',NULL,'',0,'2018-11-12 23:39:31'),(3635,3643,'it',0,NULL,'Widget video',NULL,'',0,'2018-11-12 23:39:31'),(3636,3644,'it',0,NULL,'Widget video  (%d)',NULL,'',0,'2018-11-12 23:39:31'),(3637,3645,'it',0,NULL,'Il video è in pausa.',NULL,'',0,'2018-11-12 23:39:31'),(3638,3646,'it',0,NULL,'Il video è in riproduzione',NULL,'',0,'2018-11-12 23:39:31'),(3639,3647,'it',0,NULL,'Vietnamita',NULL,'',0,'2018-11-12 23:39:31'),(3640,3648,'it',0,NULL,'Visualizza la pagina dell\'allegato',NULL,'',0,'2018-11-12 23:39:31'),(3641,3649,'it',0,NULL,'Visualizza categoria',NULL,'',0,'2018-11-12 23:39:31'),(3642,3650,'it',0,NULL,'Visualizza il changeset',NULL,'',0,'2018-11-12 23:39:31'),(3643,3651,'it',0,NULL,'Visualizza pagina',NULL,'',0,'2018-11-12 23:39:31'),(3644,3652,'it',0,NULL,'Visualizza le pagine',NULL,'',0,'2018-11-12 23:39:31'),(3645,3653,'it',0,NULL,'Visualizza articolo',NULL,'',0,'2018-11-12 23:39:31'),(3646,3654,'it',0,NULL,'Visualizza gli articoli',NULL,'',0,'2018-11-12 23:39:31'),(3647,3655,'it',0,NULL,'Visualizza tag',NULL,'',0,'2018-11-12 23:39:31'),(3648,3656,'it',0,NULL,'Visualizza utente',NULL,'',0,'2018-11-12 23:39:31'),(3649,3657,'it',0,NULL,'Vedi pagina allegato',NULL,'',0,'2018-11-12 23:39:31'),(3650,3658,'it',0,NULL,'Visita il sito web di %s',NULL,'',0,'2018-11-12 23:39:31'),(3651,3659,'it',0,NULL,'Visita il sito',NULL,'',0,'2018-11-12 23:39:31'),(3652,3660,'it',0,NULL,'Aiuti visuali',NULL,'',0,'2018-11-12 23:39:31'),(3653,3661,'it',0,NULL,'Cursore del volume',NULL,'',0,'2018-11-12 23:39:31'),(3654,3662,'it',0,NULL,'Attendere un po\'. Alcune volte la consegna delle email può venir ritardata da processi al di fuori del nostro controllo.',NULL,'',0,'2018-11-12 23:39:31'),(3655,3663,'it',0,NULL,'Attenzione:  hai inserito il link ma ci potrebbero essere degli errori. Provalo. ',NULL,'',0,'2018-11-12 23:39:31'),(3656,3664,'it',0,NULL,'Questo articolo ha già ricevuto un ping da questo URL',NULL,'',0,'2018-11-12 23:39:31'),(3657,3665,'it',0,NULL,'Non è possibile trovare quel file audio. Controlla la tua <a href=\"%s\">libreria dei media</a> e assicurati che non sia stato eliminato.',NULL,'',0,'2018-11-12 23:39:31'),(3658,3666,'it',0,NULL,'Non riusciamo a trovare questo file. Controlla la tua <a href=\"%s\">libreria dei media</a> e assicurati di non averlo eliminato.',NULL,'',0,'2018-11-12 23:39:31'),(3659,3667,'it',0,NULL,'Non è possibile trovare quell\'immagine. Controlla la tua <a href=\"%s\">libreria dei media</a> e assicurati che non sia stata eliminata.',NULL,'',0,'2018-11-12 23:39:31'),(3660,3668,'it',0,NULL,'Non è possibile trovare quel video. Controlla la tua <a href=\"%s\">libreria dei media</a> e assicurati che non sia stato eliminato.',NULL,'',0,'2018-11-12 23:39:31'),(3661,3669,'it',0,NULL,'Non possiamo trovare un titolo in quella pagina.',NULL,'',0,'2018-11-12 23:39:31'),(3662,3670,'it',0,NULL,'Non riusciamo a trovare %s. Prova con un\'altra città vicina. Ad esempio: Milano; Torino; Napoli.',NULL,'',0,'2018-11-12 23:39:31'),(3663,3671,'it',0,NULL,'Invieremo l\'email di registrazione a questo indirizzo. (Controllare attentamente l\'indirizzo email prima di proseguire.)',NULL,'',0,'2018-11-12 23:39:31'),(3664,3672,'it',0,NULL,'Siamo riusciti a connetterci al server del database (il che significa che il tuo nome utente e password sono ok), ma non siamo riusciti a selezionare il database %s.',NULL,'',0,'2018-11-12 23:39:31'),(3665,3673,'it',0,NULL,'Sito web',NULL,'',0,'2018-11-12 23:39:31'),(3666,3674,'it',0,NULL,'Sito web: %1$s (Indirizzo IP: %2$s, %3$s)',NULL,'',0,'2018-11-12 23:39:31'),(3667,3675,'it',0,NULL,'mer',NULL,'',0,'2018-11-12 23:39:31'),(3668,3676,'it',0,NULL,'mercoledì',NULL,'',0,'2018-11-12 23:39:31'),(3669,3677,'it',0,NULL,'M',NULL,'',0,'2018-11-12 23:39:31'),(3670,3678,'it',0,NULL,'Bentornato %s. Compilando il seguente modulo è possibile <strong>aggiungere un nuovo sito al proprio account</strong>. Non vi è limite al numero di blog che è possibile avere, quindi create i contenuti secondo il vostro cuore ma scrivete con responsabilità.',NULL,'',0,'2018-11-12 23:39:31'),(3671,3679,'it',0,NULL,'Gallese',NULL,'',0,'2018-11-12 23:39:31'),(3672,3680,'it',0,NULL,'Cosa devo fare ora?',NULL,'',0,'2018-11-12 23:39:31'),(3673,3681,'it',0,NULL,'Quando si è in modalità di riordino. Saranno disponibili, nella lista degli elementi qua sopra, nuovi controlli per riordinare gli elementi del menu.',NULL,'',0,'2018-11-12 23:39:31'),(3674,3682,'it',0,NULL,'Quando si è in modalità di ordinamento nella lista dei widget sottostanti sono disponibili controlli supplementari per riordinare i widget.',NULL,'',0,'2018-11-12 23:39:31'),(3675,3683,'it',0,NULL,'Quando inizi un nuovo paragrafo con una di queste scorciatoie seguita da uno spazio, verrà applicata automaticamente la formattazione indicata. Premi Backspace oppure Esc per annullare.',NULL,'',0,'2018-11-12 23:39:31'),(3676,3684,'it',0,NULL,'Quando si utilizza la tastiera per navigare:',NULL,'',0,'2018-11-12 23:39:31'),(3677,3685,'it',0,NULL,'Se i commenti siano aperti o meno per l\'oggetto',NULL,'',0,'2018-11-12 23:39:31'),(3678,3686,'it',0,NULL,'Se l\'oggetto sia pingabile o meno',NULL,'',0,'2018-11-12 23:39:31'),(3679,3687,'it',0,NULL,'Se l\'oggetto sia da trattare come in evidenza o meno.',NULL,'',0,'2018-11-12 23:39:31'),(3680,3688,'it',0,NULL,'Se il tipo di contenuto può essere visualizzato oppure no.',NULL,'',0,'2018-11-12 23:39:31'),(3681,3689,'it',0,NULL,'Se il tipo di contenuto (post type) deve avere figli o meno. ',NULL,'',0,'2018-11-12 23:39:31'),(3682,3690,'it',0,NULL,'Se questa tassonomia debba avere figli oppure no.',NULL,'',0,'2018-11-12 23:39:31'),(3683,3691,'it',0,NULL,'Se dovrà essere visualizzata o meno la nuvola di termini.',NULL,'',0,'2018-11-12 23:39:31'),(3684,3692,'it',0,NULL,'Se gli articoli con questo status debbano essere mostrati nel front end del sito oppure no.',NULL,'',0,'2018-11-12 23:39:31'),(3685,3693,'it',0,NULL,'Se gli articoli con questo status debbano essere privati oppure no.',NULL,'',0,'2018-11-12 23:39:31'),(3686,3694,'it',0,NULL,'Se gli articoli con questo status debbano essere protetti oppure no.',NULL,'',0,'2018-11-12 23:39:31'),(3687,3695,'it',0,NULL,'Se gli articoli con questo status debbano essere richiedibili pubblicamente oppure no.',NULL,'',0,'2018-11-12 23:39:31'),(3688,3696,'it',0,NULL,'Se il contenuto è protetto da password oppure no.',NULL,'',0,'2018-11-12 23:39:31'),(3689,3697,'it',0,NULL,'Indica se il riassunto sia protetto da password.',NULL,'',0,'2018-11-12 23:39:31'),(3690,3698,'it',0,NULL,'Se evitare il cestino e cancellare definitivamente.',NULL,'',0,'2018-11-12 23:39:31'),(3691,3699,'it',0,NULL,'Se vuoi nascondere i termini non assegnati agli articoli. ',NULL,'',0,'2018-11-12 23:39:31'),(3692,3700,'it',0,NULL,'Se includere gli articoli nell\'elenco dei modificabili del corrispondente tipo di contenuto (post type).',NULL,'',0,'2018-11-12 23:39:31'),(3693,3701,'it',0,NULL,'Se eseguire una richiesta esplorativa di oEmbed per provider non presenti nella whitelist.',NULL,'',0,'2018-11-12 23:39:31'),(3694,3702,'it',0,NULL,'Durante l\'anteprima di un nuovo tema, è possibile continuare a personalizzare oggetti come i widget e i menu e esplorare le opzioni specifiche del tema.',NULL,'',0,'2018-11-12 23:39:31'),(3695,3703,'it',0,NULL,'Bianco',NULL,'',0,'2018-11-12 23:39:31'),(3696,3704,'it',0,NULL,'Widget spostato giù',NULL,'',0,'2018-11-12 23:39:31'),(3697,3705,'it',0,NULL,'Widget spostato in su',NULL,'',0,'2018-11-12 23:39:31'),(3698,3706,'it',0,NULL,'Widget',NULL,'',0,'2018-11-12 23:39:31'),(3699,3707,'it',0,NULL,'I widget sono sezioni di contenuto indipendente che possono venir inserite nelle aree widget predisposte, fornite dal proprio tema (comunemente sono indicate come barre laterali).',NULL,'',0,'2018-11-12 23:39:31'),(3700,3708,'it',0,NULL,'I widget, prima di poter essere visualizzati, necessitano di essere registrati utilizzando %s, .',NULL,'',0,'2018-11-12 23:39:31'),(3701,3709,'it',0,NULL,'Larghezza',NULL,'',0,'2018-11-12 23:39:31'),(3702,3710,'it',0,NULL,'words',NULL,'',0,'2018-11-12 23:39:31'),(3703,3711,'it',0,NULL,'WordPress &rsaquo; Errore',NULL,'',0,'2018-11-12 23:39:31'),(3704,3712,'it',0,NULL,'WordPress &rsaquo; Successo',NULL,'',0,'2018-11-12 23:39:31'),(3705,3713,'it',0,NULL,'Indirizzo WordPress (URL)',NULL,'',0,'2018-11-12 23:39:31'),(3706,3714,'it',0,NULL,'Commenti WordPress',NULL,'',0,'2018-11-12 23:39:31'),(3707,3715,'it',0,NULL,'Embed di WordPress',NULL,'',0,'2018-11-12 23:39:31'),(3708,3716,'it',0,NULL,'Media WordPress',NULL,'',0,'2018-11-12 23:39:31'),(3709,3717,'it',0,NULL,'Utente WordPress',NULL,'',0,'2018-11-12 23:39:31'),(3710,3718,'it',0,NULL,'WordPress errore database %1$s per la query %2$s',NULL,'',0,'2018-11-12 23:39:31'),(3711,3719,'it',0,NULL,'WordPress errore sul database %1$s per la query %2$s fatta da %3$s',NULL,'',0,'2018-11-12 23:39:31'),(3712,3720,'it',0,NULL,'Errore sul database di WordPress:',NULL,'',0,'2018-11-12 23:39:31'),(3713,3721,'it',0,NULL,'Codice locale di WordPress.',NULL,'',0,'2018-11-12 23:39:31'),(3714,3722,'it',0,NULL,'WordPress.org',NULL,'',0,'2018-11-12 23:39:31'),(3715,3723,'it',0,NULL,'Temi WordPress.org',NULL,'',0,'2018-11-12 23:39:31'),(3716,3724,'it',0,NULL,'Parole: %s',NULL,'',0,'2018-11-12 23:39:31'),(3717,3725,'it',0,NULL,'Errore XML: %1$s alla riga %2$s',NULL,'',0,'2018-11-12 23:39:31'),(3718,3726,'it',0,NULL,'Il servizio XML-RPC è disattivato su questo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3719,3727,'it',0,NULL,'d/m/Y',NULL,'',0,'2018-11-12 23:39:31'),(3720,3728,'it',0,NULL,'Yahoo IM',NULL,'',0,'2018-11-12 23:39:31'),(3721,3729,'it',0,NULL,'Anno',NULL,'',0,'2018-11-12 23:39:31'),(3722,3730,'it',0,NULL,'Anno: %s',NULL,'',0,'2018-11-12 23:39:31'),(3723,3731,'it',0,NULL,'Giallo',NULL,'',0,'2018-11-12 23:39:31'),(3724,3732,'it',0,NULL,'Sì',NULL,'',0,'2018-11-12 23:39:31'),(3725,3733,'it',0,NULL,'Yiddish',NULL,'',0,'2018-11-12 23:39:31'),(3726,3734,'it',0,NULL,'Sembra che WordPress sia già installato. Per reinstallarlo bisogna prima cancellare le tabelle dal database.',NULL,'',0,'2018-11-12 23:39:31'),(3727,3735,'it',0,NULL,'Stai per eliminare permanentemente questi elementi dal tuo sito.\nQuesta azione non può essere annullata.\n \'Annulla\' per fermarti, \'OK\' per eliminare.',NULL,'',0,'2018-11-12 23:39:31'),(3728,3736,'it',0,NULL,'Stai per eliminare permanentemente questo elemento dal tuo sito. Questa azione non può essere annullata. \'Annulla\' per fermarti, \'OK\' per eliminare.',NULL,'',0,'2018-11-12 23:39:31'),(3729,3737,'it',0,NULL,'Si sta per eliminare definitivamente questo menu.\n \'Annulla\' per interrompere, \'OK\' per eliminare.',NULL,'',0,'2018-11-12 23:39:31'),(3730,3738,'it',0,NULL,'Stai per spostare nel cestino questi elementi.\n  \'Annulla\' per interrompere, \'OK\' per eliminare.',NULL,'',0,'2018-11-12 23:39:31'),(3731,3739,'it',0,NULL,'Stai tentando di uscire da %s',NULL,'',0,'2018-11-12 23:39:31'),(3732,3740,'it',0,NULL,'Stai sfogliando %s',NULL,'',0,'2018-11-12 23:39:31'),(3733,3741,'it',0,NULL,'Stai sfogliando gli archivi del blog %1$s di %2$s.',NULL,'',0,'2018-11-12 23:39:31'),(3734,3742,'it',0,NULL,'Stai sfogliando gli archivi del blog %1$s del giorno %2$s.',NULL,'',0,'2018-11-12 23:39:31'),(3735,3743,'it',0,NULL,'Stai sfogliando gli archivi del blog %1$s dell\'anno %2$s.',NULL,'',0,'2018-11-12 23:39:31'),(3736,3744,'it',0,NULL,'Stai sfogliando gli archivi del blog %s.',NULL,'',0,'2018-11-12 23:39:31'),(3737,3745,'it',0,NULL,'Stai visualizzando gli archivi per la categoria %s.',NULL,'',0,'2018-11-12 23:39:31'),(3738,3746,'it',0,NULL,'Stai personalizzando %s',NULL,'',0,'2018-11-12 23:39:31'),(3739,3747,'it',0,NULL,'Si è già fatto il login. Non serve registrarsi nuovamente!',NULL,'',0,'2018-11-12 23:39:31'),(3740,3748,'it',0,NULL,'Al momento non sei connesso.',NULL,'',0,'2018-11-12 23:39:31'),(3741,3749,'it',0,NULL,'Disconnessione effettuata.',NULL,'',0,'2018-11-12 23:39:31'),(3742,3750,'it',0,NULL,'Stai scrivendo commenti troppo in fretta. Rallenta.',NULL,'',0,'2018-11-12 23:39:31'),(3743,3751,'it',0,NULL,'Stai usando un browser che non ha Flash player abilitato o installato. Attiva il tuo plugin Flash player o scarica l\'ultima versione da https://get.adobe.com/flashplayer/',NULL,'',0,'2018-11-12 23:39:31'),(3744,3752,'it',0,NULL,'Puoi scegliere cosa visualizzare nella homepage del tuo sito. Possono essere articoli in ordine cronologico inverso (il classico blog) oppure una pagina fissa/statica. Per impostare una homepage statica, devi prima creare due Pagine. Una diverrà la homepage e l\'altra sarà quella dove appariranno i tuoi articoli.',NULL,'',0,'2018-11-12 23:39:31'),(3745,3753,'it',0,NULL,'Puoi creare un file %s tramite una interfaccia web ma non funziona con tutte le configurazioni di server. Il metodo più sicuro è creare il file manualmente.',NULL,'',0,'2018-11-12 23:39:31'),(3746,3754,'it',0,NULL,'Puoi navigare nelle altre pagine del tuo sito mentre usi Personalizza per vedere e modificare i widget visualizzati in queste pagine.',NULL,'',0,'2018-11-12 23:39:31'),(3747,3755,'it',0,NULL,'Puoi vedere tutti i commenti su questo articolo qui:',NULL,'',0,'2018-11-12 23:39:31'),(3748,3756,'it',0,NULL,'Puoi vedere tutti i pingback su questo articolo qui:',NULL,'',0,'2018-11-12 23:39:31'),(3749,3757,'it',0,NULL,'Puoi vedere tutti i trackback su questo articolo qui:',NULL,'',0,'2018-11-12 23:39:31'),(3750,3758,'it',0,NULL,'Non è possibile utilizzare questo indirizzo email per registrarsi. Stiamo avendo problemi con alcune nostre email che vengono bloccate. Utilizzare un altro fornitore di email.',NULL,'',0,'2018-11-12 23:39:31'),(3751,3759,'it',0,NULL,'In questo momento non hai plugin disponibili.',NULL,'',0,'2018-11-12 23:39:31'),(3752,3760,'it',0,NULL,'Hai tentato di mettere in coda troppi file.',NULL,'',0,'2018-11-12 23:39:31'),(3753,3761,'it',0,NULL,'Sei stato aggiunto a questo sito. Visita <a href=\"%s\">l\'homepage </a> o <a href=\"%s\">accedi</a> utilizzando il tuo nome utente e la tua password.',NULL,'',0,'2018-11-12 23:39:31'),(3754,3762,'it',0,NULL,'Ti sei autenticato correttamente.',NULL,'',0,'2018-11-12 23:39:31'),(3755,3763,'it',0,NULL,'Hai cercato negli archivi del blog %1$s  <strong>&#8216;%2$s&#8217;</strong>. Se non hai trovato nulla in questi risultati  prova uno di questi link.',NULL,'',0,'2018-11-12 23:39:31'),(3756,3764,'it',0,NULL,'Hai superato la tua quota di spazio. Elimina dei file prima di effettuare un caricamento.',NULL,'',0,'2018-11-12 23:39:31'),(3757,3765,'it',0,NULL,'&Egrave; possibile caricare un solo file.',NULL,'',0,'2018-11-12 23:39:31'),(3758,3766,'it',0,NULL,'Devi essere <a href=\"%s\">connesso</a> per inviare un commento.',NULL,'',0,'2018-11-12 23:39:31'),(3759,3767,'it',0,NULL,'Occorre essere registrati per poter inviare commenti',NULL,'',0,'2018-11-12 23:39:31'),(3760,3768,'it',0,NULL,'Devi prima <a href=\"%s\">accedere</a> e dopo potrai creare un nuovo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3761,3769,'it',0,NULL,'Inserisci una data futura per poter programmare.',NULL,'',0,'2018-11-12 23:39:31'),(3762,3770,'it',0,NULL,'Hai bisogno di autorizzazioni più elevate.',NULL,'',0,'2018-11-12 23:39:31'),(3763,3771,'it',0,NULL,'Devi definire un termine di ricerca per ordinare per rilevanza.',NULL,'',0,'2018-11-12 23:39:31'),(3764,3772,'it',0,NULL,'Devi definire un parametro include per ordinare per include.',NULL,'',0,'2018-11-12 23:39:31'),(3765,3773,'it',0,NULL,'Occorre passare un array di tipi.',NULL,'',0,'2018-11-12 23:39:31'),(3766,3774,'it',0,NULL,'È necessario specificare una azione nonce da verificare utilizzando il primo parametro.',NULL,'',0,'2018-11-12 23:39:31'),(3767,3775,'it',0,NULL,'Non sarai in grado di installare nuovi temi da qui, poiché la tua installazione richiede le credenziali SFTP. Per ora <a href=\"%s\">aggiungi i temi nell\'amministrazione</a>.',NULL,'',0,'2018-11-12 23:39:31'),(3768,3776,'it',0,NULL,'Creerai un menu, assegnandolo ad una posizione ed aggiungendo elementi del menu quali link a pagine o categorie. Se il tuo tema ha più aree di menu, dovrai crearne più di uno.',NULL,'',0,'2018-11-12 23:39:31'),(3769,3777,'it',0,NULL,'L’installazione di PHP non ha l’estensione MySQL necessaria per utilizzare WordPress.',NULL,'',0,'2018-11-12 23:39:31'),(3770,3778,'it',0,NULL,'Il tuo account è stato attivato. Ora puoi <a href=\"%1$s\">accedere</a> al sito utilizzando il nome utente scelto, &#8220;%2$s&#8221;. Per favore controlla la tua casella email %3$s per la password e le istruzioni di accesso. Se non ricevi alcuna email, per favore controlla la cartella junk o spam. Se continui a non ricevere l\'email nell\'arco di un\'ora, puoi <a href=\"%4$s\">reimpostare la password</a>.',NULL,'',0,'2018-11-12 23:39:31'),(3771,3779,'it',0,NULL,'Il tuo account è stato attivato. <a href=\"%1$s\">Accedi</a> o torna alla <a href=\"%2$s\">homepage</a>.',NULL,'',0,'2018-11-12 23:39:31'),(3772,3780,'it',0,NULL,'Il tuo account è ora attivo. <a href=\"%1$s\">Visualizza il tuo sito</a> o <a href=\"%2$s\">Accedi</a>',NULL,'',0,'2018-11-12 23:39:31'),(3773,3781,'it',0,NULL,'Ora il tuo account è attivo!',NULL,'',0,'2018-11-12 23:39:31'),(3774,3782,'it',0,NULL,'Il tuo indirizzo sarà %s.',NULL,'',0,'2018-11-12 23:39:31'),(3775,3783,'it',0,NULL,'Il blogroll',NULL,'',0,'2018-11-12 23:39:31'),(3776,3784,'it',0,NULL,'Il tuo browser non supporta l\'accesso diretto agli appunti. Utilizza allora le scorciatoie di tastiera o il menu modifica del tuo browser.',NULL,'',0,'2018-11-12 23:39:31'),(3777,3785,'it',0,NULL,'Il tuo commento è in attesa di moderazione.',NULL,'',0,'2018-11-12 23:39:31'),(3778,3786,'it',0,NULL,'Il tuo indirizzo email non è stato ancora aggiornato. Per favore controlla la tua casella %s per la email di conferma.',NULL,'',0,'2018-11-12 23:39:31'),(3779,3787,'it',0,NULL,'Il tuo indirizzo email non sarà pubblicato.',NULL,'',0,'2018-11-12 23:39:31'),(3780,3788,'it',0,NULL,'La tua homepage mostra',NULL,'',0,'2018-11-12 23:39:31'),(3781,3789,'it',0,NULL,'Gli ultimi articoli',NULL,'',0,'2018-11-12 23:39:31'),(3782,3790,'it',0,NULL,'La tua nuova password non è stata salvata.',NULL,'',0,'2018-11-12 23:39:31'),(3783,3791,'it',0,NULL,'La password è stata reimpostata.',NULL,'',0,'2018-11-12 23:39:31'),(3784,3792,'it',0,NULL,'Il link per il reset della password non appare valido. Richiedi un nuovo link qua sotto.',NULL,'',0,'2018-11-12 23:39:31'),(3785,3793,'it',0,NULL,'Il link per il reset della password è scaduto. Richiedi un nuovo link qua sotto.',NULL,'',0,'2018-11-12 23:39:31'),(3786,3794,'it',0,NULL,'Il server sta utilizzando PHP versione %1$s ma WordPress %2$s richiede almeno la versione %3$s.',NULL,'',0,'2018-11-12 23:39:31'),(3787,3795,'it',0,NULL,'La sessione è scaduta. Accedi di nuovo per continuare da dove eri rimasto.',NULL,'',0,'2018-11-12 23:39:31'),(3788,3796,'it',0,NULL,'La tua sessione &egrave; scaduta. Puoi loggarti nuovamente da questa pagina o attraverso la pagina di login.',NULL,'',0,'2018-11-12 23:39:31'),(3789,3797,'it',0,NULL,'Il sito <a href=\"%1$s\">%2$s</a> è attivo. Ora puoi accedere al sito utilizzando il nome utente scelto &#8220;%3$s&#8221;. Controlla la tua email %4$s per la password e le istruzioni di login. Se non ricevi alcuna email controlla la cartella di spam o junk. Se entro un\'ora non hai ancora ricevuto l\'email, puoi <a href=\"%5$s\">reimpostare la password</a>.',NULL,'',0,'2018-11-12 23:39:31'),(3790,3798,'it',0,NULL,'Gli articoli più recenti nel tuo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3791,3799,'it',0,NULL,'I commenti più recenti nel tuo sito.',NULL,'',0,'2018-11-12 23:39:31'),(3792,3800,'it',0,NULL,'Il tuo tema può visualizzare i menu in %s posizione.',NULL,'',0,'2018-11-12 23:39:31'),(3793,3801,'it',0,NULL,'Il tuo tema può visualizzare i menu in %s posizioni.',NULL,'',0,'2018-11-12 23:39:31'),(3794,3802,'it',0,NULL,'Il tuo tema supporta %s posizione per i menu. Seleziona il menu che vuoi usare.',NULL,'',0,'2018-11-12 23:39:31'),(3795,3803,'it',0,NULL,'Il tuo tema supporta %s posizioni per i menu. Seleziona quale menu appare in ciascuna posizione.',NULL,'',0,'2018-11-12 23:39:31'),(3796,3804,'it',0,NULL,'Il tuo tema può visualizzare i menu in una posizione.',NULL,'',0,'2018-11-12 23:39:31'),(3797,3805,'it',0,NULL,'Il tuo tema può visualizzare i menu in una sola posizione. Seleziona quale menu vuoi utilizzare.',NULL,'',0,'2018-11-12 23:39:31'),(3798,3806,'it',0,NULL,'Il tuo tema ha ancora %s area widget, ma questa particolare pagina non la visualizza.',NULL,'',0,'2018-11-12 23:39:31'),(3799,3807,'it',0,NULL,'Il tuo tema ha altre %s aree widget, ma questa particolare pagina non le visualizza.',NULL,'',0,'2018-11-12 23:39:31'),(3800,3808,'it',0,NULL,'Il tuo tema ha %s area widget, ma questa specifica pagina non la visualizza.',NULL,'',0,'2018-11-12 23:39:31'),(3801,3809,'it',0,NULL,'Il tuo tema ha %s aree widget, ma questa specifica pagina non le visualizza.',NULL,'',0,'2018-11-12 23:39:31'),(3802,3810,'it',0,NULL,'Il tuo tema ha un\'altra area widget, ma questa particolare pagina non la visualizza.',NULL,'',0,'2018-11-12 23:39:31'),(3803,3811,'it',0,NULL,'Il tuo tema ha 1 area widget, ma questa particolare pagina non la visualizza.',NULL,'',0,'2018-11-12 23:39:31'),(3804,3812,'it',0,NULL,'[%1$s] Azione confermata: %2$s',NULL,'',0,'2018-11-12 23:39:31'),(3805,3813,'it',0,NULL,'[%1$s] Commento: \"%2$s\"',NULL,'',0,'2018-11-12 23:39:31'),(3806,3814,'it',0,NULL,'[%1$s] Conferma l\'azione: %2$s',NULL,'',0,'2018-11-12 23:39:31'),(3807,3815,'it',0,NULL,'[%1$s] Pingback: \"%2$s\"',NULL,'',0,'2018-11-12 23:39:31'),(3808,3816,'it',0,NULL,'[%1$s] Moderare: \"%2$s\"',NULL,'',0,'2018-11-12 23:39:31'),(3809,3817,'it',0,NULL,'[%1$s] Trackback: \"%2$s\"',NULL,'',0,'2018-11-12 23:39:31'),(3810,3818,'it',0,NULL,'[%s] La richiesta di cancellazione è stata completata',NULL,'',0,'2018-11-12 23:39:31'),(3811,3819,'it',0,NULL,'[%s] Nuovo indirizzo email',NULL,'',0,'2018-11-12 23:39:31'),(3812,3820,'it',0,NULL,'[%s] Nuovo indirizzo email dell\'amministratore del network',NULL,'',0,'2018-11-12 23:39:31'),(3813,3821,'it',0,NULL,'[%s] Registrazione di un nuovo utente',NULL,'',0,'2018-11-12 23:39:31'),(3814,3822,'it',0,NULL,'[%s] Avviso del cambio di email dell\'amministratore',NULL,'',0,'2018-11-12 23:39:31'),(3815,3823,'it',0,NULL,'[%s] Avviso di modifica indirizzo email',NULL,'',0,'2018-11-12 23:39:31'),(3816,3824,'it',0,NULL,'[%s] Avviso del cambio di email dell\'amministratore del network',NULL,'',0,'2018-11-12 23:39:31'),(3817,3825,'it',0,NULL,'[%s] Avviso di cambiamento della password',NULL,'',0,'2018-11-12 23:39:31'),(3818,3826,'it',0,NULL,'[%s] Password cambiata',NULL,'',0,'2018-11-12 23:39:31'),(3819,3827,'it',0,NULL,'Reimpostazione password per [%s] ',NULL,'',0,'2018-11-12 23:39:31'),(3820,3828,'it',0,NULL,'[%s] Il proprio nome utente e password',NULL,'',0,'2018-11-12 23:39:31'),(3821,3829,'it',0,NULL,'[eliminato]',NULL,'',0,'2018-11-12 23:39:31'),(3822,3830,'it',0,NULL,'Link',NULL,'',0,'2018-11-12 23:39:31'),(3823,3831,'it',0,NULL,'Media',NULL,'',0,'2018-11-12 23:39:31'),(3824,3832,'it',0,NULL,'Pagina',NULL,'',0,'2018-11-12 23:39:31'),(3825,3833,'it',0,NULL,'Articolo',NULL,'',0,'2018-11-12 23:39:31'),(3826,3834,'it',0,NULL,'Utente',NULL,'',0,'2018-11-12 23:39:31'),(3827,3835,'it',0,NULL,'Aggiungi media',NULL,'',0,'2018-11-12 23:39:31'),(3828,3836,'it',0,NULL,'Changeset',NULL,'',0,'2018-11-12 23:39:31'),(3829,3837,'it',0,NULL,'Nuovo',NULL,'',0,'2018-11-12 23:39:31'),(3830,3838,'it',0,NULL,'Blu',NULL,'',0,'2018-11-12 23:39:31'),(3831,3839,'it',0,NULL,'Caffè',NULL,'',0,'2018-11-12 23:39:31'),(3832,3840,'it',0,NULL,'Predefinito',NULL,'',0,'2018-11-12 23:39:31'),(3833,3841,'it',0,NULL,'Ectoplasma',NULL,'',0,'2018-11-12 23:39:31'),(3834,3842,'it',0,NULL,'Light',NULL,'',0,'2018-11-12 23:39:31'),(3835,3843,'it',0,NULL,'Mezzanotte',NULL,'',0,'2018-11-12 23:39:31'),(3836,3844,'it',0,NULL,'Oceano',NULL,'',0,'2018-11-12 23:39:31'),(3837,3845,'it',0,NULL,'Alba',NULL,'',0,'2018-11-12 23:39:31'),(3838,3846,'it',0,NULL,'Changeset',NULL,'',0,'2018-11-12 23:39:31'),(3839,3847,'it',0,NULL,'am',NULL,'',0,'2018-11-12 23:39:31'),(3840,3848,'it',0,NULL,'&#8217;',NULL,'',0,'2018-11-12 23:39:31'),(3841,3849,'it',0,NULL,'Automatico',NULL,'',0,'2018-11-12 23:39:31'),(3842,3850,'it',0,NULL,'%1$s %2$s',NULL,'',0,'2018-11-12 23:39:31'),(3843,3851,'it',0,NULL,'Più utilizzate',NULL,'',0,'2018-11-12 23:39:31'),(3844,3852,'it',0,NULL,'chiudi tag',NULL,'',0,'2018-11-12 23:39:31'),(3845,3853,'it',0,NULL,'&#8221;',NULL,'',0,'2018-11-12 23:39:31'),(3846,3854,'it',0,NULL,'&#8217;',NULL,'',0,'2018-11-12 23:39:31'),(3847,3855,'it',0,NULL,'Approvato',NULL,'',0,'2018-11-12 23:39:31'),(3848,3856,'it',0,NULL,'Spam',NULL,'',0,'2018-11-12 23:39:31'),(3849,3857,'it',0,NULL,'Eliminato',NULL,'',0,'2018-11-12 23:39:31'),(3850,3858,'it',0,NULL,'Precedentemente caricata',NULL,'',0,'2018-11-12 23:39:31'),(3851,3859,'it',0,NULL,'Suggerita',NULL,'',0,'2018-11-12 23:39:31'),(3852,3860,'it',0,NULL,'Pianifica',NULL,'',0,'2018-11-12 23:39:31'),(3853,3861,'it',0,NULL,'Pianificati',NULL,'',0,'2018-11-12 23:39:31'),(3854,3862,'it',0,NULL,'j F Y',NULL,'',0,'2018-11-12 23:39:31'),(3855,3863,'it',0,NULL,'on',NULL,'',0,'2018-11-12 23:39:31'),(3856,3864,'it',0,NULL,'Lingua predefinita del sito',NULL,'',0,'2018-11-12 23:39:31'),(3857,3865,'it',0,NULL,'dominio',NULL,'',0,'2018-11-12 23:39:31'),(3858,3866,'it',0,NULL,'&#8243;',NULL,'',0,'2018-11-12 23:39:31'),(3859,3867,'it',0,NULL,'Da sinistra a destra',NULL,'',0,'2018-11-12 23:39:31'),(3860,3868,'it',0,NULL,'Da destra a sinistra',NULL,'',0,'2018-11-12 23:39:31'),(3861,3869,'it',0,NULL,'Mostra blocchi',NULL,'',0,'2018-11-12 23:39:31'),(3862,3870,'it',0,NULL,'&#8212;',NULL,'',0,'2018-11-12 23:39:31'),(3863,3871,'it',0,NULL,'&#8211;',NULL,'',0,'2018-11-12 23:39:31'),(3864,3872,'it',0,NULL,'&raquo;',NULL,'',0,'2018-11-12 23:39:31'),(3865,3873,'it',0,NULL,'Cerca',NULL,'',0,'2018-11-12 23:39:31'),(3866,3874,'it',0,NULL,'Prossimo',NULL,'',0,'2018-11-12 23:39:31'),(3867,3875,'it',0,NULL,'Precedente',NULL,'',0,'2018-11-12 23:39:31'),(3868,3876,'it',0,NULL,'Sostituire',NULL,'',0,'2018-11-12 23:39:31'),(3869,3877,'it',0,NULL,'Sostituire tutto',NULL,'',0,'2018-11-12 23:39:31'),(3870,3878,'it',0,NULL,'Sostituire con',NULL,'',0,'2018-11-12 23:39:31'),(3871,3879,'it',0,NULL,'Parole intere',NULL,'',0,'2018-11-12 23:39:31'),(3872,3880,'it',0,NULL,'G:i',NULL,'',0,'2018-11-12 23:39:31'),(3873,3881,'it',0,NULL,'Aprile',NULL,'',0,'2018-11-12 23:39:31'),(3874,3882,'it',0,NULL,'Agosto',NULL,'',0,'2018-11-12 23:39:31'),(3875,3883,'it',0,NULL,'Dicembre',NULL,'',0,'2018-11-12 23:39:31'),(3876,3884,'it',0,NULL,'Febbraio',NULL,'',0,'2018-11-12 23:39:31'),(3877,3885,'it',0,NULL,'Gennaio',NULL,'',0,'2018-11-12 23:39:31'),(3878,3886,'it',0,NULL,'Luglio',NULL,'',0,'2018-11-12 23:39:31'),(3879,3887,'it',0,NULL,'Giugno',NULL,'',0,'2018-11-12 23:39:31'),(3880,3888,'it',0,NULL,'Marzo',NULL,'',0,'2018-11-12 23:39:31'),(3881,3889,'it',0,NULL,'Maggio',NULL,'',0,'2018-11-12 23:39:31'),(3882,3890,'it',0,NULL,'Novembre',NULL,'',0,'2018-11-12 23:39:31'),(3883,3891,'it',0,NULL,'Ottobre',NULL,'',0,'2018-11-12 23:39:31'),(3884,3892,'it',0,NULL,'Settembre',NULL,'',0,'2018-11-12 23:39:31'),(3885,3893,'it',0,NULL,'H Align',NULL,'',0,'2018-11-12 23:39:31'),(3886,3894,'it',0,NULL,'it-IT',NULL,'',0,'2018-11-12 23:39:31'),(3887,3895,'it',0,NULL,'https://codex.wordpress.org/',NULL,'',0,'2018-11-12 23:39:31'),(3888,3896,'it',0,NULL,'https://codex.wordpress.org/CSS',NULL,'',0,'2018-11-12 23:39:31'),(3889,3897,'it',0,NULL,'https://codex.wordpress.org/Child_Themes',NULL,'',0,'2018-11-12 23:39:31'),(3890,3898,'it',0,NULL,'https://codex.wordpress.org/Cookies',NULL,'',0,'2018-11-12 23:39:31'),(3891,3899,'it',0,NULL,'https://codex.wordpress.org/Debugging_a_WordPress_Network',NULL,'',0,'2018-11-12 23:39:31'),(3892,3900,'it',0,NULL,'https://codex.wordpress.org/Debugging_in_WordPress',NULL,'',0,'2018-11-12 23:39:31'),(3893,3901,'it',0,NULL,'https://codex.wordpress.org/Editing_wp-config.php',NULL,'',0,'2018-11-12 23:39:31'),(3894,3902,'it',0,NULL,'https://codex.wordpress.org/Function_Reference/is_main_query',NULL,'',0,'2018-11-12 23:39:31'),(3895,3903,'it',0,NULL,'https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure',NULL,'',0,'2018-11-12 23:39:31'),(3896,3904,'it',0,NULL,'https://codex.wordpress.org/WordPress_Widgets (in inglese)',NULL,'',0,'2018-11-12 23:39:31'),(3897,3905,'it',0,NULL,'https://it.wordpress.org/',NULL,'',0,'2018-11-12 23:39:31'),(3898,3906,'it',0,NULL,'https://it.wordpress.org/support/',NULL,'',0,'2018-11-12 23:39:31'),(3899,3907,'it',0,NULL,'https://it.wordpress.org/support/forums/',NULL,'',0,'2018-11-12 23:39:31'),(3900,3908,'it',0,NULL,'l, j F Y',NULL,'',0,'2018-11-12 23:39:31'),(3901,3909,'it',0,NULL,'Ricerca per:',NULL,'',0,'2018-11-12 23:39:31'),(3902,3910,'it',0,NULL,'Aggiungi audio',NULL,'',0,'2018-11-12 23:39:31'),(3903,3911,'it',0,NULL,'Modifica audio',NULL,'',0,'2018-11-12 23:39:31'),(3904,3912,'it',0,NULL,'Sostituisci audio',NULL,'',0,'2018-11-12 23:39:31'),(3905,3913,'it',0,NULL,'Aggiungi immagini',NULL,'',0,'2018-11-12 23:39:31'),(3906,3914,'it',0,NULL,'Modifica galleria',NULL,'',0,'2018-11-12 23:39:31'),(3907,3915,'it',0,NULL,'Aggiungi immagine ',NULL,'',0,'2018-11-12 23:39:31'),(3908,3916,'it',0,NULL,'Modifica immagine',NULL,'',0,'2018-11-12 23:39:31'),(3909,3917,'it',0,NULL,'Sostituisci immagine',NULL,'',0,'2018-11-12 23:39:31'),(3910,3918,'it',0,NULL,'Aggiungi media',NULL,'',0,'2018-11-12 23:39:31'),(3911,3919,'it',0,NULL,'Modifica media',NULL,'',0,'2018-11-12 23:39:31'),(3912,3920,'it',0,NULL,'Cambia media',NULL,'',0,'2018-11-12 23:39:31'),(3913,3921,'it',0,NULL,'Aggiungi video',NULL,'',0,'2018-11-12 23:39:31'),(3914,3922,'it',0,NULL,'Modifica video',NULL,'',0,'2018-11-12 23:39:31'),(3915,3923,'it',0,NULL,'Sostituisci video',NULL,'',0,'2018-11-12 23:39:31'),(3916,3924,'it',0,NULL,'Personalizza...',NULL,'',0,'2018-11-12 23:39:31'),(3917,3925,'it',0,NULL,'Nascondi i controlli',NULL,'',0,'2018-11-12 23:39:31'),(3918,3926,'it',0,NULL,'Mostra i controlli',NULL,'',0,'2018-11-12 23:39:31'),(3919,3927,'it',0,NULL,'Tutti i link',NULL,'',0,'2018-11-12 23:39:31'),(3920,3928,'it',0,NULL,'Cerchio vuoto',NULL,'',0,'2018-11-12 23:39:31'),(3921,3929,'it',0,NULL,'Predefinito',NULL,'',0,'2018-11-12 23:39:31'),(3922,3930,'it',0,NULL,'Cerchio pieno',NULL,'',0,'2018-11-12 23:39:31'),(3923,3931,'it',0,NULL,'Lettera minuscola',NULL,'',0,'2018-11-12 23:39:31'),(3924,3932,'it',0,NULL,'Lettera greca minuscola',NULL,'',0,'2018-11-12 23:39:31'),(3925,3933,'it',0,NULL,'Numero romano minuscolo',NULL,'',0,'2018-11-12 23:39:31'),(3926,3934,'it',0,NULL,'Quadrato',NULL,'',0,'2018-11-12 23:39:31'),(3927,3935,'it',0,NULL,'Lettera maiuscola',NULL,'',0,'2018-11-12 23:39:31'),(3928,3936,'it',0,NULL,'Numero romano maiuscolo',NULL,'',0,'2018-11-12 23:39:31'),(3929,3937,'it',0,NULL,'Rimuovi traccia video',NULL,'',0,'2018-11-12 23:39:31'),(3930,3938,'it',0,NULL,'I miei elementi',NULL,'',0,'2018-11-12 23:39:31'),(3931,3939,'it',0,NULL,'(Attualmente impostato a: %s)',NULL,'',0,'2018-11-12 23:39:31'),(3932,3940,'it',0,NULL,'(Attuale: %s)',NULL,'',0,'2018-11-12 23:39:31'),(3933,3941,'it',0,NULL,'(Se hai in programma di usare un menu <a href=\"%1$s\" %2$s>widget%3$s</a>, salta questo passaggio.)',NULL,'',0,'2018-11-12 23:39:31'),(3934,3942,'it',0,NULL,'Qui è dove appare il menu. Se desideri modificarlo, seleziona una diversa posizione.',NULL,'',0,'2018-11-12 23:39:31'),(3935,3943,'it',0,NULL,'Vedi tutte le posizioni',NULL,'',0,'2018-11-12 23:39:31'),(3936,3944,'it',0,NULL,'Vedi posizione',NULL,'',0,'2018-11-12 23:39:31'),(3937,3945,'it',0,NULL,'Dove vuoi che compaia questo menu?',NULL,'',0,'2018-11-12 23:39:31'),(3938,3946,'it',0,NULL,'WordPress.org',NULL,'',0,'2018-11-12 23:39:31'),(3939,3947,'it',0,NULL,'(nessuna etichetta)',NULL,'',0,'2018-11-12 23:39:31'),(3940,3948,'it',0,NULL,'F Y',NULL,'',0,'2018-11-12 23:39:31'),(3941,3949,'it',0,NULL,'spostato nel cestino.',NULL,'',0,'2018-11-12 23:39:31'),(3942,3950,'it',0,NULL,'Home',NULL,'',0,'2018-11-12 23:39:31'),(3943,3951,'it',0,NULL,'nuovo WordPress Loop',NULL,'',0,'2018-11-12 23:39:31'),(3944,3952,'it',0,NULL,'Successivi',NULL,'',0,'2018-11-12 23:39:31'),(3945,3953,'it',0,NULL,'Commento',NULL,'',0,'2018-11-12 23:39:31'),(3946,3954,'it',0,NULL,'Cestino',NULL,'',0,'2018-11-12 23:39:31'),(3947,3955,'it',0,NULL,',',NULL,'',0,'2018-11-12 23:39:31'),(3948,3956,'it',0,NULL,'.',NULL,'',0,'2018-11-12 23:39:31'),(3949,3957,'it',0,NULL,'Risposta oEmbed',NULL,'',0,'2018-11-12 23:39:31'),(3950,3958,'it',0,NULL,'Risposte oEmbed',NULL,'',0,'2018-11-12 23:39:31'),(3951,3959,'it',0,NULL,'di',NULL,'',0,'2018-11-12 23:39:31'),(3952,3960,'it',0,NULL,'&#8220;',NULL,'',0,'2018-11-12 23:39:31'),(3953,3961,'it',0,NULL,'&#8216;',NULL,'',0,'2018-11-12 23:39:31'),(3954,3962,'it',0,NULL,'Aggiungi pagina',NULL,'',0,'2018-11-12 23:39:31'),(3955,3963,'it',0,NULL,'Immagine in evidenza',NULL,'',0,'2018-11-12 23:39:31'),(3956,3964,'it',0,NULL,'Rimuovi immagine in evidenza',NULL,'',0,'2018-11-12 23:39:31'),(3957,3965,'it',0,NULL,'Imposta immagine in evidenza',NULL,'',0,'2018-11-12 23:39:31'),(3958,3966,'it',0,NULL,'Usa come immagine in evidenza',NULL,'',0,'2018-11-12 23:39:31'),(3959,3967,'it',0,NULL,'Mancata corrispondenza',NULL,'',0,'2018-11-12 23:39:31'),(3960,3968,'it',0,NULL,'Media',NULL,'',0,'2018-11-12 23:39:31'),(3961,3969,'it',0,NULL,'Efficacia della password sconosciuta',NULL,'',0,'2018-11-12 23:39:31'),(3962,3970,'it',0,NULL,'Forte',NULL,'',0,'2018-11-12 23:39:31'),(3963,3971,'it',0,NULL,'Molto debole',NULL,'',0,'2018-11-12 23:39:31'),(3964,3972,'it',0,NULL,'Debole',NULL,'',0,'2018-11-12 23:39:31'),(3965,3973,'it',0,NULL,'Cerca &hellip;',NULL,'',0,'2018-11-12 23:39:31'),(3966,3974,'it',0,NULL,'&#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:31'),(3967,3975,'it',0,NULL,'Installazione di %s non riuscita',NULL,'',0,'2018-11-12 23:39:31'),(3968,3976,'it',0,NULL,'Plugin %s installato!',NULL,'',0,'2018-11-12 23:39:31'),(3969,3977,'it',0,NULL,'Aggiornamento del plugin %s non riuscito',NULL,'',0,'2018-11-12 23:39:31'),(3970,3978,'it',0,NULL,'Plugin %s aggiornato!',NULL,'',0,'2018-11-12 23:39:31'),(3971,3979,'it',0,NULL,'Attiva il plugin %s',NULL,'',0,'2018-11-12 23:39:31'),(3972,3980,'it',0,NULL,'Plugin eliminato!',NULL,'',0,'2018-11-12 23:39:31'),(3973,3981,'it',0,NULL,'Installa il plugin %s ora',NULL,'',0,'2018-11-12 23:39:31'),(3974,3982,'it',0,NULL,'Plugin installato!',NULL,'',0,'2018-11-12 23:39:31'),(3975,3983,'it',0,NULL,'Installazione in corso del plugin %s...',NULL,'',0,'2018-11-12 23:39:31'),(3976,3984,'it',0,NULL,'Attiva %s sul network',NULL,'',0,'2018-11-12 23:39:31'),(3977,3985,'it',0,NULL,'Aggiorna il plugin %s ora',NULL,'',0,'2018-11-12 23:39:31'),(3978,3986,'it',0,NULL,'Plugin aggiornato!',NULL,'',0,'2018-11-12 23:39:31'),(3979,3987,'it',0,NULL,'Aggiornamento del plugin %s in corso...',NULL,'',0,'2018-11-12 23:39:31'),(3980,3988,'it',0,NULL,'pm',NULL,'',0,'2018-11-12 23:39:31'),(3981,3989,'it',0,NULL,'Aggiungi articolo',NULL,'',0,'2018-11-12 23:39:31'),(3982,3990,'it',0,NULL,'Immagine in evidenza',NULL,'',0,'2018-11-12 23:39:31'),(3983,3991,'it',0,NULL,'Rimuovi immagine in evidenza',NULL,'',0,'2018-11-12 23:39:31'),(3984,3992,'it',0,NULL,'Imposta immagine in evidenza',NULL,'',0,'2018-11-12 23:39:31'),(3985,3993,'it',0,NULL,'Usa come immagine in evidenza',NULL,'',0,'2018-11-12 23:39:31'),(3986,3994,'it',0,NULL,'Pianifica',NULL,'',0,'2018-11-12 23:39:31'),(3987,3995,'it',0,NULL,'Formato',NULL,'',0,'2018-11-12 23:39:31'),(3988,3996,'it',0,NULL,'Digressioni',NULL,'',0,'2018-11-12 23:39:31'),(3989,3997,'it',0,NULL,'Audio',NULL,'',0,'2018-11-12 23:39:31'),(3990,3998,'it',0,NULL,'Chat',NULL,'',0,'2018-11-12 23:39:31'),(3991,3999,'it',0,NULL,'Gallerie',NULL,'',0,'2018-11-12 23:39:31'),(3992,4000,'it',0,NULL,'Immagini',NULL,'',0,'2018-11-12 23:39:31'),(3993,4001,'it',0,NULL,'Link',NULL,'',0,'2018-11-12 23:39:31'),(3994,4002,'it',0,NULL,'Citazioni',NULL,'',0,'2018-11-12 23:39:31'),(3995,4003,'it',0,NULL,'Stati',NULL,'',0,'2018-11-12 23:39:31'),(3996,4004,'it',0,NULL,'Video',NULL,'',0,'2018-11-12 23:39:31'),(3997,4005,'it',0,NULL,'Invio',NULL,'',0,'2018-11-12 23:39:31'),(3998,4006,'it',0,NULL,'Bozza',NULL,'',0,'2018-11-12 23:39:31'),(3999,4007,'it',0,NULL,'In attesa',NULL,'',0,'2018-11-12 23:39:31'),(4000,4008,'it',0,NULL,'Privato',NULL,'',0,'2018-11-12 23:39:31'),(4001,4009,'it',0,NULL,'Pubblicato',NULL,'',0,'2018-11-12 23:39:31'),(4002,4010,'it',0,NULL,'Programmato',NULL,'',0,'2018-11-12 23:39:31'),(4003,4011,'it',0,NULL,'Cestino',NULL,'',0,'2018-11-12 23:39:31'),(4004,4012,'it',0,NULL,'Changeset',NULL,'',0,'2018-11-12 23:39:31'),(4005,4013,'it',0,NULL,'Media',NULL,'',0,'2018-11-12 23:39:31'),(4006,4014,'it',0,NULL,'Pagine',NULL,'',0,'2018-11-12 23:39:31'),(4007,4015,'it',0,NULL,'Articoli',NULL,'',0,'2018-11-12 23:39:31'),(4008,4016,'it',0,NULL,'Changeset',NULL,'',0,'2018-11-12 23:39:31'),(4009,4017,'it',0,NULL,'Pagina',NULL,'',0,'2018-11-12 23:39:31'),(4010,4018,'it',0,NULL,'Articolo',NULL,'',0,'2018-11-12 23:39:31'),(4011,4019,'it',0,NULL,'Precedenti',NULL,'',0,'2018-11-12 23:39:31'),(4012,4020,'it',0,NULL,'&#8242;',NULL,'',0,'2018-11-12 23:39:31'),(4013,4021,'it',0,NULL,'Completato',NULL,'',0,'2018-11-12 23:39:31'),(4014,4022,'it',0,NULL,'Confermato',NULL,'',0,'2018-11-12 23:39:31'),(4015,4023,'it',0,NULL,'Mancato',NULL,'',0,'2018-11-12 23:39:31'),(4016,4024,'it',0,NULL,'In attesa',NULL,'',0,'2018-11-12 23:39:31'),(4017,4025,'it',0,NULL,'j F Y, G:i:s',NULL,'',0,'2018-11-12 23:39:31'),(4018,4026,'it',0,NULL,'&larr; Torna a %s',NULL,'',0,'2018-11-12 23:39:31'),(4019,4027,'it',0,NULL,'nome sito',NULL,'',0,'2018-11-12 23:39:31'),(4020,4028,'it',0,NULL,'Finito',NULL,'',0,'2018-11-12 23:39:31'),(4021,4029,'it',0,NULL,'Ignora',NULL,'',0,'2018-11-12 23:39:31'),(4022,4030,'it',0,NULL,'Ignora tutto',NULL,'',0,'2018-11-12 23:39:31'),(4023,4031,'it',0,NULL,'Cerca',NULL,'',0,'2018-11-12 23:39:31'),(4024,4032,'it',0,NULL,'Corpo',NULL,'',0,'2018-11-12 23:39:31'),(4025,4033,'it',0,NULL,'Cella',NULL,'',0,'2018-11-12 23:39:31'),(4026,4034,'it',0,NULL,'Nessuno',NULL,'',0,'2018-11-12 23:39:31'),(4027,4035,'it',0,NULL,'Ambito',NULL,'',0,'2018-11-12 23:39:31'),(4028,4036,'it',0,NULL,'Colonna',NULL,'',0,'2018-11-12 23:39:31'),(4029,4037,'it',0,NULL,'Colonne',NULL,'',0,'2018-11-12 23:39:31'),(4030,4038,'it',0,NULL,'Footer',NULL,'',0,'2018-11-12 23:39:31'),(4031,4039,'it',0,NULL,'Header',NULL,'',0,'2018-11-12 23:39:31'),(4032,4040,'it',0,NULL,',',NULL,'',0,'2018-11-12 23:39:31'),(4033,4041,'it',0,NULL,'Più utilizzati',NULL,'',0,'2018-11-12 23:39:31'),(4034,4042,'it',0,NULL,'Categorie',NULL,'',0,'2018-11-12 23:39:31'),(4035,4043,'it',0,NULL,'Tag',NULL,'',0,'2018-11-12 23:39:31'),(4036,4044,'it',0,NULL,'Categoria',NULL,'',0,'2018-11-12 23:39:31'),(4037,4045,'it',0,NULL,'Tag',NULL,'',0,'2018-11-12 23:39:31'),(4038,4046,'it',0,NULL,'direzione del testo',NULL,'',0,'2018-11-12 23:39:31'),(4039,4047,'it',0,NULL,'ltr',NULL,'',0,'2018-11-12 23:39:31'),(4040,4048,'it',0,NULL,'Installazione di %s non riuscita',NULL,'',0,'2018-11-12 23:39:31'),(4041,4049,'it',0,NULL,'Tema %s installato! ',NULL,'',0,'2018-11-12 23:39:31'),(4042,4050,'it',0,NULL,'Attiva il tema %s',NULL,'',0,'2018-11-12 23:39:31'),(4043,4051,'it',0,NULL,'Cambia',NULL,'',0,'2018-11-12 23:39:31'),(4044,4052,'it',0,NULL,'Tema eliminato!',NULL,'',0,'2018-11-12 23:39:31'),(4045,4053,'it',0,NULL,'Installato',NULL,'',0,'2018-11-12 23:39:31'),(4046,4054,'it',0,NULL,'Tema installato!',NULL,'',0,'2018-11-12 23:39:31'),(4047,4055,'it',0,NULL,'Installazione in corso del tema %s...',NULL,'',0,'2018-11-12 23:39:31'),(4048,4056,'it',0,NULL,'Attiva %s nel network',NULL,'',0,'2018-11-12 23:39:31'),(4049,4057,'it',0,NULL,'Tema aggiornato!',NULL,'',0,'2018-11-12 23:39:31'),(4050,4058,'it',0,NULL,'Di %s',NULL,'',0,'2018-11-12 23:39:31'),(4051,4059,'it',0,NULL,'Disponibile',NULL,'',0,'2018-11-12 23:39:31'),(4052,4060,'it',0,NULL,'Installata',NULL,'',0,'2018-11-12 23:39:31'),(4053,4061,'it',0,NULL,'%1$s (%2$s)',NULL,'',0,'2018-11-12 23:39:31'),(4054,4062,'it',0,NULL,'Elimina',NULL,'',0,'2018-11-12 23:39:31'),(4055,4063,'it',0,NULL,'V Align',NULL,'',0,'2018-11-12 23:39:31'),(4056,4064,'it',0,NULL,'Durata',NULL,'',0,'2018-11-12 23:39:31'),(4057,4065,'it',0,NULL,'%1$s su %2$s',NULL,'',0,'2018-11-12 23:39:31'),(4058,4066,'it',0,NULL,'Y',NULL,'',0,'2018-11-12 23:39:31'),(4059,4067,'it',0,NULL,'\n<h3>Buone Notizie!</h3>\n<p>Un amministratore ha appena approvato il tuo conto {{username}} su {{site_name}}.</p>\n',NULL,'',0,'2018-11-12 23:39:34'),(4060,4068,'it',0,NULL,'<h3>Ciao,</h3>\n<p>Sfortunatamente, un amministratore non ha approvato il tuo profilo: {{username}} su {{site_name}}.</p>\n',NULL,'',0,'2018-11-12 23:39:34'),(4061,4069,'it',0,NULL,'<h3>Benvenuto in {{site_name}}!</h3>\n<p>Il tuo nome utente è:{{username}} e la tua password:{{password}}</p>\n\n',NULL,'',0,'2018-11-12 23:39:34'),(4062,4070,'it',0,NULL,'<h3>Benvenuto in {{site_name}}!</h3>\n<p>Il tuo nome utente è:{{username}} e la password:{{password}}</p>\n<p>Prima di accedere al tuo profilo, un amministratore deve approvarlo. Sarai notificato via email.</p>\n',NULL,'',0,'2018-11-12 23:39:34'),(4063,4071,'it',0,NULL,'\n<p>Nuovo iscritto a {{site_name}}.</p>\n<p>Username:{{username}}</p>\n<p>E-mail:{{user_email}}</p>\n',NULL,'',0,'2018-11-12 23:39:34'),(4064,4072,'it',0,NULL,'\n<p>Nuovo abbonato su {{site_name}}.</p>\n<p>Nome utente:{{username}}</p>\n<p>E-mail:{{user_email}}</p>\n<p>La caratteristica Approvazione dell\'Admin è stata abilitata al momento della registrazione,\ndi conseguenza, tieni conto che devi approvare questo utente prima che esso faccia il login!</p>\n',NULL,'',0,'2018-11-12 23:39:34'),(4065,4073,'it',0,NULL,'\n<p>Qualcuno ha richiesto il reset della password per questo account: {{site_name}}<br/>\nUsername: {{username}}</p>\n<p>Se non è stata richiesta da voi, ignorate questa mail.</p>\n<p>Per il reset della password collegarsi a questo indirizzo:<br/>\n{{{reset_link}}}</p>\n',NULL,'',0,'2018-11-12 23:39:34'),(4066,4074,'it',0,NULL,'\n<p>Per attivare il tuo utente, prego cliccare su:<br/>\n{{{activation_link}}}</p>\n<p>Dopo l\'attivazione, riceverai un\'altra email con le tue credenziali.</p>\n',NULL,'',0,'2018-11-12 23:39:34'),(4067,4075,'it',0,NULL,'\n<p>Il processo di reset della password è andato a buon fine, la nuova password è: {{password}}</p>\n',NULL,'',0,'2018-11-12 23:39:34'),(4068,4076,'it',0,NULL,'\n<p>{{username}} ha richiesto il cambio della password attraverso la funzione di reset.</p>\n<p>La sua nuova password è: {{password}}</p>\n',NULL,'',0,'2018-11-12 23:39:34'),(4069,4077,'it',0,NULL,'* disponibile solo nelle versioni %1$sHobbyist e Pro%2$s.',NULL,'',0,'2018-11-12 23:39:34'),(4070,4078,'it',0,NULL,'Numero di serie: ',NULL,'',0,'2018-11-12 23:39:34'),(4071,4079,'it',0,NULL,' Il tuo numero di serie sta per scadere, %1$s rinnova la tua licenza%2$s.',NULL,'',0,'2018-11-12 23:39:34'),(4072,4080,'it',0,NULL,' La tua licenza è scaduta, %1$s rinnova la tua licenza%2$s.',NULL,'',0,'2018-11-12 23:39:34'),(4073,4081,'it',0,NULL,'è anche attivata. Devi deattivarla prima di attivare questa versione del plugin. ',NULL,'',0,'2018-11-12 23:39:34'),(4074,4082,'it',0,NULL,'\"Approvazione dell\'amministratore\" attivata:',NULL,'',0,'2018-11-12 23:39:34'),(4075,4083,'it',0,NULL,'Funzionalità \"Approvazione dell\'amministratore\":',NULL,'',0,'2018-11-12 23:39:34'),(4076,4084,'it',0,NULL,'\"Conferma email\" attivata:',NULL,'',0,'2018-11-12 23:39:34'),(4077,4085,'it',0,NULL,'Pagina di destinazione \"Conferma email\":',NULL,'',0,'2018-11-12 23:39:34'),(4078,4086,'it',0,NULL,'\"Email\" - utente può fare il log in solo con email',NULL,'',0,'2018-11-12 23:39:34'),(4079,4087,'it',0,NULL,'\"Nome utente ed Email\" - gli utenti possono fare il login sia con nome il utente che con l\'email',NULL,'',0,'2018-11-12 23:39:34'),(4080,4088,'it',0,NULL,'\"Nome utente\" - l\'utente può fare il login solo con il suo nome utente',NULL,'',0,'2018-11-12 23:39:34'),(4081,4089,'it',0,NULL,'%1$s %2$d ',NULL,'',0,'2018-11-12 23:39:34'),(4082,4090,'it',0,NULL,'%1$s ha richiesto la modifica della password tramite la funzionalità di reimpostazione password.<br/>La sua nuova password è:%2$s',NULL,'',0,'2018-11-12 23:39:34'),(4083,4091,'it',0,NULL,'%1$s di %2$s ',NULL,'',0,'2018-11-12 23:39:34'),(4084,4092,'it',0,NULL,'%s non può essere eliminato ',NULL,'',0,'2018-11-12 23:39:34'),(4085,4093,'it',0,NULL,'%s in attesa ',NULL,'',0,'2018-11-12 23:39:34'),(4086,4094,'it',0,NULL,'&laquo; Prec ',NULL,'',0,'2018-11-12 23:39:34'),(4087,4095,'it',0,NULL,'&laquo;&laquo; Primo ',NULL,'',0,'2018-11-12 23:39:34'),(4088,4096,'it',0,NULL,'(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)',NULL,'',0,'2018-11-12 23:39:34'),(4089,4097,'it',0,NULL,'(nessun titolo) ',NULL,'',0,'2018-11-12 23:39:34'),(4090,4098,'it',0,NULL,'* disponibile solo nella versione %1$sPro%2$s. ',NULL,'',0,'2018-11-12 23:39:34'),(4091,4099,'it',0,NULL,'. Ulteriori campi sono disponibili su <a href=\"%s\">Hobbyist o nella versione PRO</a>.',NULL,'',0,'2018-11-12 23:39:34'),(4092,4100,'it',0,NULL,'...Scegli ',NULL,'',0,'2018-11-12 23:39:34'),(4093,4101,'it',0,NULL,'1 elemento ',NULL,'',0,'2018-11-12 23:39:34'),(4094,4102,'it',0,NULL,'<br><br>Inoltre, potrai visitare il tuo sito da qui',NULL,'',0,'2018-11-12 23:39:34'),(4095,4103,'it',0,NULL,'<br><br>Puoi visitare il tuo sito da',NULL,'',0,'2018-11-12 23:39:34'),(4096,4104,'it',0,NULL,'<p>Il tuo numero seriale di <strong>Profile Builder</strong> è sbagliato o manca. <br/>Per cortesia %1$registra la tua copia%2$s così da ricevere accesso agli aggiornamenti automatici e al supporto.  Hai bisogno di un numero di licenza? %3$sAcquistane uno adesso%4$s</p> ',NULL,'',0,'2018-11-12 23:39:34'),(4097,4105,'it',0,NULL,'<pre>Titolo (Type)</pre> ',NULL,'',0,'2018-11-12 23:39:34'),(4098,4106,'it',0,NULL,'<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>',NULL,'',0,'2018-11-12 23:39:34'),(4099,4107,'it',0,NULL,'<span style=\"color:red;\">Nota:</span> la modifica del titolo del modulo ha effetto anche sullo shortcode!',NULL,'',0,'2018-11-12 23:39:34'),(4100,4108,'it',0,NULL,'<strong>ERROR</strong>: La password deve avere la lunghezza minima di %s',NULL,'',0,'2018-11-12 23:39:34'),(4101,4109,'it',0,NULL,'<strong>ERRORE</strong>: la password deve avere la lunghezza minima di %s caratteri',NULL,'',0,'2018-11-12 23:39:34'),(4102,4110,'it',0,NULL,'<strong>ERRORE</strong>: il tuo account deve essere confermato da un amministratore prima di poter accedere.',NULL,'',0,'2018-11-12 23:39:34'),(4103,4111,'it',0,NULL,'<strong>Profile Builder </strong> ',NULL,'',0,'2018-11-12 23:39:34'),(4104,4112,'it',0,NULL,'Un nuovo account è stato creato per te su {{site_name}}',NULL,'',0,'2018-11-12 23:39:34'),(4105,4113,'it',0,NULL,'Un nuovo abbonato (si) è registrato! ',NULL,'',0,'2018-11-12 23:39:34'),(4106,4114,'it',0,NULL,'Un\'ID unica, auto-generata per questo campo particolare<br/>La puoi usare in congiunzione con i filtri per indirizzarsi a questo elemento, se necessario<br/>Non può essere modificata ',NULL,'',0,'2018-11-12 23:39:34'),(4107,4115,'it',0,NULL,'AIM ',NULL,'',0,'2018-11-12 23:39:34'),(4108,4116,'it',0,NULL,'Descrizione person',NULL,'',0,'2018-11-12 23:39:34'),(4109,4117,'it',0,NULL,'Attiva',NULL,'',0,'2018-11-12 23:39:34'),(4110,4118,'it',0,NULL,'Chiave d\'attivazione ',NULL,'',0,'2018-11-12 23:39:34'),(4111,4119,'it',0,NULL,'Link d\'attivazione ',NULL,'',0,'2018-11-12 23:39:34'),(4112,4120,'it',0,NULL,'Url d\'attivazione ',NULL,'',0,'2018-11-12 23:39:34'),(4113,4121,'it',0,NULL,'Attivo ',NULL,'',0,'2018-11-12 23:39:34'),(4114,4122,'it',0,NULL,'Aggiungi voce',NULL,'',0,'2018-11-12 23:39:34'),(4115,4123,'it',0,NULL,'Aggiungi campo',NULL,'',0,'2018-11-12 23:39:34'),(4116,4124,'it',0,NULL,'Aggiungi nuovo',NULL,'',0,'2018-11-12 23:39:34'),(4117,4125,'it',0,NULL,'Aggiungi nuovo campo alla lista ',NULL,'',0,'2018-11-12 23:39:34'),(4118,4126,'it',0,NULL,'Aggiungi utente',NULL,'',0,'2018-11-12 23:39:34'),(4119,4127,'it',0,NULL,'Aggiungi nuovo modulo per l\'editazione del profilo',NULL,'',0,'2018-11-12 23:39:34'),(4120,4128,'it',0,NULL,'Aggiungi nuovo modulo di registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4121,4129,'it',0,NULL,'Aggiungi nuova Lista Utenti ',NULL,'',0,'2018-11-12 23:39:34'),(4122,4130,'it',0,NULL,'La funzione aggiuntiva è stata attivata',NULL,'',0,'2018-11-12 23:39:34'),(4123,4131,'it',0,NULL,'La funzione aggiuntiva è stata disattivata',NULL,'',0,'2018-11-12 23:39:34'),(4124,4132,'it',0,NULL,'La funzione aggiuntiva è <strong>attiva</strong>',NULL,'',0,'2018-11-12 23:39:34'),(4125,4133,'it',0,NULL,'La funzione aggiuntiva <strong>non è attiva</strong>',NULL,'',0,'2018-11-12 23:39:34'),(4126,4134,'it',0,NULL,'La funzione aggiuntiva è attiva',NULL,'',0,'2018-11-12 23:39:34'),(4127,4135,'it',0,NULL,'Add-on',NULL,'',0,'2018-11-12 23:39:34'),(4128,4136,'it',0,NULL,'Indirizzo 2',NULL,'',0,'2018-11-12 23:39:34'),(4129,4137,'it',0,NULL,'Approvazione dell\' Admin ',NULL,'',0,'2018-11-12 23:39:34'),(4130,4138,'it',0,NULL,'Moderazione nuovi utenti (*)',NULL,'',0,'2018-11-12 23:39:34'),(4131,4139,'it',0,NULL,'Impostazioni Barra Admin ',NULL,'',0,'2018-11-12 23:39:34'),(4132,4140,'it',0,NULL,'Configuratore Email Admin ',NULL,'',0,'2018-11-12 23:39:34'),(4133,4141,'it',0,NULL,'Notifica dell\'amministratore per il reset della password dell\'utente',NULL,'',0,'2018-11-12 23:39:34'),(4134,4142,'it',0,NULL,'Afghanistan',NULL,'',0,'2018-11-12 23:39:34'),(4135,4143,'it',0,NULL,'Dopo l\'aggiornamento del profilo... ',NULL,'',0,'2018-11-12 23:39:34'),(4136,4144,'it',0,NULL,'Dopo la registrazione...',NULL,'',0,'2018-11-12 23:39:34'),(4137,4145,'it',0,NULL,'Dopo il login reindirizzare URL (opzionale): ',NULL,'',0,'2018-11-12 23:39:34'),(4138,4146,'it',0,NULL,'Checkbox Accetta i termini di utilizzo',NULL,'',0,'2018-11-12 23:39:34'),(4139,4147,'it',0,NULL,'Aim',NULL,'',0,'2018-11-12 23:39:34'),(4140,4148,'it',0,NULL,'Isole Aland',NULL,'',0,'2018-11-12 23:39:34'),(4141,4149,'it',0,NULL,'Albania',NULL,'',0,'2018-11-12 23:39:34'),(4142,4150,'it',0,NULL,'Algeria',NULL,'',0,'2018-11-12 23:39:34'),(4143,4151,'it',0,NULL,'Tutti gli utenti',NULL,'',0,'2018-11-12 23:39:34'),(4144,4152,'it',0,NULL,'Tutti gli utenti sono stati eliminati con successo ',NULL,'',0,'2018-11-12 23:39:34'),(4145,4153,'it',0,NULL,'Modello lista per tutti gli utenti (All-userlisting) ',NULL,'',0,'2018-11-12 23:39:34'),(4146,4154,'it',0,NULL,'Permetti agli utenti di accedere con:',NULL,'',0,'2018-11-12 23:39:34'),(4147,4155,'it',0,NULL,'Permetti agli utenti di modificare le proprie informazioni in maniera specifica in base al loro ruolo. Predisponi moduli multipli per la modifica del profilo con differenti campi a seconda del ruolo dell\'utente.',NULL,'',0,'2018-11-12 23:39:34'),(4148,4156,'it',0,NULL,'Permetti agli utenti di accedere con la loro email o con il loro nome utente quando accedono al tuo sito.',NULL,'',0,'2018-11-12 23:39:34'),(4149,4157,'it',0,NULL,'Estensioni file immagini ammesse ',NULL,'',0,'2018-11-12 23:39:34'),(4150,4158,'it',0,NULL,'Estensioni ammesse per upload ',NULL,'',0,'2018-11-12 23:39:34'),(4151,4159,'it',0,NULL,'Tempo permesso per visualizzare qualsiasi messaggio di successo (in secondi) ',NULL,'',0,'2018-11-12 23:39:34'),(4152,4160,'it',0,NULL,'Samoa Americane',NULL,'',0,'2018-11-12 23:39:34'),(4153,4161,'it',0,NULL,'Un amministratore ha appena approvato la tua registrazione su %1$s (%2$s). ',NULL,'',0,'2018-11-12 23:39:34'),(4154,4162,'it',0,NULL,'Un amministratore ha appena approvato la tua registrazione su %1$s (%2$s). ',NULL,'',0,'2018-11-12 23:39:34'),(4155,4163,'it',0,NULL,'Andorra',NULL,'',0,'2018-11-12 23:39:34'),(4156,4164,'it',0,NULL,'Angola',NULL,'',0,'2018-11-12 23:39:34'),(4157,4165,'it',0,NULL,'Anguilla',NULL,'',0,'2018-11-12 23:39:34'),(4158,4166,'it',0,NULL,'Antartide',NULL,'',0,'2018-11-12 23:39:34'),(4159,4167,'it',0,NULL,'Antigua e Barbuda',NULL,'',0,'2018-11-12 23:39:34'),(4160,4168,'it',0,NULL,'Applica ',NULL,'',0,'2018-11-12 23:39:34'),(4161,4169,'it',0,NULL,'Approva',NULL,'',0,'2018-11-12 23:39:34'),(4162,4170,'it',0,NULL,'Approvato ',NULL,'',0,'2018-11-12 23:39:34'),(4163,4171,'it',0,NULL,'Sei sicuro di volerlo cancellare?',NULL,'',0,'2018-11-12 23:39:34'),(4164,4172,'it',0,NULL,'Argentina',NULL,'',0,'2018-11-12 23:39:34'),(4165,4173,'it',0,NULL,'Armenia',NULL,'',0,'2018-11-12 23:39:34'),(4166,4174,'it',0,NULL,'Aruba',NULL,'',0,'2018-11-12 23:39:34'),(4167,4175,'it',0,NULL,'Come amministratore non puoi cambiare il tuo ruolo.',NULL,'',0,'2018-11-12 23:39:34'),(4168,4176,'it',0,NULL,'Australia',NULL,'',0,'2018-11-12 23:39:34'),(4169,4177,'it',0,NULL,'Austria',NULL,'',0,'2018-11-12 23:39:34'),(4170,4178,'it',0,NULL,'Log in automatico',NULL,'',0,'2018-11-12 23:39:34'),(4171,4179,'it',0,NULL,'Tag disponibili ',NULL,'',0,'2018-11-12 23:39:34'),(4172,4180,'it',0,NULL,'Disponibile in tutte le versioni',NULL,'',0,'2018-11-12 23:39:34'),(4173,4181,'it',0,NULL,'Disponibile nella versione Hobbyist e Pro',NULL,'',0,'2018-11-12 23:39:34'),(4174,4182,'it',0,NULL,'Avatar',NULL,'',0,'2018-11-12 23:39:34'),(4175,4183,'it',0,NULL,'Dimensione dell\'avatar',NULL,'',0,'2018-11-12 23:39:34'),(4176,4184,'it',0,NULL,'Dimensione Avatar (All-userlisting) ',NULL,'',0,'2018-11-12 23:39:34'),(4177,4185,'it',0,NULL,'Dimensione Avatar (Single-userlisting) ',NULL,'',0,'2018-11-12 23:39:34'),(4178,4186,'it',0,NULL,'Caricamento Avatar ',NULL,'',0,'2018-11-12 23:39:34'),(4179,4187,'it',0,NULL,'Avatar o Gravatar ',NULL,'',0,'2018-11-12 23:39:34'),(4180,4188,'it',0,NULL,'Azerbaijan',NULL,'',0,'2018-11-12 23:39:34'),(4181,4189,'it',0,NULL,'Indietro',NULL,'',0,'2018-11-12 23:39:34'),(4182,4190,'it',0,NULL,'Bahamas',NULL,'',0,'2018-11-12 23:39:34'),(4183,4191,'it',0,NULL,'Bahrain',NULL,'',0,'2018-11-12 23:39:34'),(4184,4192,'it',0,NULL,'Bangladesh',NULL,'',0,'2018-11-12 23:39:34'),(4185,4193,'it',0,NULL,'Barbados',NULL,'',0,'2018-11-12 23:39:34'),(4186,4194,'it',0,NULL,'Informazioni base ',NULL,'',0,'2018-11-12 23:39:34'),(4187,4195,'it',0,NULL,'Prima di poter accedere al tuo account %1s, un amministratore deve approvarlo. Riceverai una notifica via email.',NULL,'',0,'2018-11-12 23:39:34'),(4188,4196,'it',0,NULL,'Prima di poter accedere al tuo account %1s, devi confermare il tuo indirizzo email. Verifica la tua casella di posta e fai clic sul link di attivazione.',NULL,'',0,'2018-11-12 23:39:34'),(4189,4197,'it',0,NULL,'Prima di poter accedere al tuo account, un amministratore deve approvarlo. Riceverai una notifica via email.',NULL,'',0,'2018-11-12 23:39:34'),(4190,4198,'it',0,NULL,'Bielorussia',NULL,'',0,'2018-11-12 23:39:34'),(4191,4199,'it',0,NULL,'Belgio',NULL,'',0,'2018-11-12 23:39:34'),(4192,4200,'it',0,NULL,'Belize',NULL,'',0,'2018-11-12 23:39:34'),(4193,4201,'it',0,NULL,'Benin',NULL,'',0,'2018-11-12 23:39:34'),(4194,4202,'it',0,NULL,'Bermuda',NULL,'',0,'2018-11-12 23:39:34'),(4195,4203,'it',0,NULL,'Bhutan',NULL,'',0,'2018-11-12 23:39:34'),(4196,4204,'it',0,NULL,'Campi di fatturazione',NULL,'',0,'2018-11-12 23:39:34'),(4197,4205,'it',0,NULL,'Ordine Campi di Fatturazione',NULL,'',0,'2018-11-12 23:39:34'),(4198,4206,'it',0,NULL,'Informazioni biografiche ',NULL,'',0,'2018-11-12 23:39:34'),(4199,4207,'it',0,NULL,'Dettagli del blog',NULL,'',0,'2018-11-12 23:39:34'),(4200,4208,'it',0,NULL,'URL del blog',NULL,'',0,'2018-11-12 23:39:34'),(4201,4209,'it',0,NULL,'Bolivia',NULL,'',0,'2018-11-12 23:39:34'),(4202,4210,'it',0,NULL,'Bonaire, Saint Eustatius e Saba',NULL,'',0,'2018-11-12 23:39:34'),(4203,4211,'it',0,NULL,'Bosnia-Erzegovina',NULL,'',0,'2018-11-12 23:39:34'),(4204,4212,'it',0,NULL,'Entrambi i campi sono vuoti. ',NULL,'',0,'2018-11-12 23:39:34'),(4205,4213,'it',0,NULL,'Botswana',NULL,'',0,'2018-11-12 23:39:34'),(4206,4214,'it',0,NULL,'Isola Bouvet',NULL,'',0,'2018-11-12 23:39:34'),(4207,4215,'it',0,NULL,'Brasile',NULL,'',0,'2018-11-12 23:39:34'),(4208,4216,'it',0,NULL,'Territorio britannico dell\'Oceano Indiano',NULL,'',0,'2018-11-12 23:39:34'),(4209,4217,'it',0,NULL,'Isole Vergini Britanniche',NULL,'',0,'2018-11-12 23:39:34'),(4210,4218,'it',0,NULL,'Brunei',NULL,'',0,'2018-11-12 23:39:34'),(4211,4219,'it',0,NULL,'Bulgaria',NULL,'',0,'2018-11-12 23:39:34'),(4212,4220,'it',0,NULL,'Azioni di gruppo',NULL,'',0,'2018-11-12 23:39:34'),(4213,4221,'it',0,NULL,'Burkina Faso',NULL,'',0,'2018-11-12 23:39:34'),(4214,4222,'it',0,NULL,'Burundi',NULL,'',0,'2018-11-12 23:39:34'),(4215,4223,'it',0,NULL,'Cambogia',NULL,'',0,'2018-11-12 23:39:34'),(4216,4224,'it',0,NULL,'Camerun',NULL,'',0,'2018-11-12 23:39:34'),(4217,4225,'it',0,NULL,'Canada',NULL,'',0,'2018-11-12 23:39:34'),(4218,4226,'it',0,NULL,'Annulla',NULL,'',0,'2018-11-12 23:39:34'),(4219,4227,'it',0,NULL,'Capo Verde',NULL,'',0,'2018-11-12 23:39:34'),(4220,4228,'it',0,NULL,'Isole Cayman',NULL,'',0,'2018-11-12 23:39:34'),(4221,4229,'it',0,NULL,'Repubblica Centrafricana',NULL,'',0,'2018-11-12 23:39:34'),(4222,4230,'it',0,NULL,'Chad',NULL,'',0,'2018-11-12 23:39:34'),(4223,4231,'it',0,NULL,'Notifica di cambio mail',NULL,'',0,'2018-11-12 23:39:34'),(4224,4232,'it',0,NULL,'Verifica la tua e-mail per il link di conferma. ',NULL,'',0,'2018-11-12 23:39:34'),(4225,4233,'it',0,NULL,'Checkbox',NULL,'',0,'2018-11-12 23:39:34'),(4226,4234,'it',0,NULL,'Cile',NULL,'',0,'2018-11-12 23:39:34'),(4227,4235,'it',0,NULL,'Cina',NULL,'',0,'2018-11-12 23:39:34'),(4228,4236,'it',0,NULL,'Scegli uno dei dei tipi di campo supportati',NULL,'',0,'2018-11-12 23:39:34'),(4229,4237,'it',0,NULL,'Sceglie uno dei campi sopportati che ne hai in gestione <a href=\\\" ',NULL,'',0,'2018-11-12 23:39:34'),(4230,4238,'it',0,NULL,'Scegli quale ruolo avrà l\'utente dopo la registrazione<br/>Se non specificato, sarà assegnato il ruolo configurato nelle impostazioni di WordPress ',NULL,'',0,'2018-11-12 23:39:34'),(4231,4239,'it',0,NULL,'Scegli quali ruoli utente visualizzano la barra di amministrazione nel front-end del sito.',NULL,'',0,'2018-11-12 23:39:34'),(4232,4240,'it',0,NULL,'Scegli...',NULL,'',0,'2018-11-12 23:39:34'),(4233,4241,'it',0,NULL,'Isola di Natale',NULL,'',0,'2018-11-12 23:39:34'),(4234,4242,'it',0,NULL,'Elimina Risultati ',NULL,'',0,'2018-11-12 23:39:34'),(4235,4243,'it',0,NULL,'Fai clic qui per tornare indietro ',NULL,'',0,'2018-11-12 23:39:34'),(4236,4244,'it',0,NULL,'Fai clic qui per vedere più informazioni su questo utente ',NULL,'',0,'2018-11-12 23:39:34'),(4237,4245,'it',0,NULL,'Fai clic qui per vedere più informazioni su questo utente.',NULL,'',0,'2018-11-12 23:39:34'),(4238,4246,'it',0,NULL,'Fai clic per modificare ',NULL,'',0,'2018-11-12 23:39:34'),(4239,4247,'it',0,NULL,'Isole Cocos',NULL,'',0,'2018-11-12 23:39:34'),(4240,4248,'it',0,NULL,'Colombia',NULL,'',0,'2018-11-12 23:39:34'),(4241,4249,'it',0,NULL,'Impostazioni comuni',NULL,'',0,'2018-11-12 23:39:34'),(4242,4250,'it',0,NULL,'Comore',NULL,'',0,'2018-11-12 23:39:34'),(4243,4251,'it',0,NULL,'Compatibile con la versione di Profile Builder.',NULL,'',0,'2018-11-12 23:39:34'),(4244,4252,'it',0,NULL,'Conferma Email ',NULL,'',0,'2018-11-12 23:39:34'),(4245,4253,'it',0,NULL,'Recapito ',NULL,'',0,'2018-11-12 23:39:34'),(4246,4254,'it',0,NULL,'Contenuto ',NULL,'',0,'2018-11-12 23:39:34'),(4247,4255,'it',0,NULL,'Isole Cook',NULL,'',0,'2018-11-12 23:39:34'),(4248,4256,'it',0,NULL,'Costa Rica',NULL,'',0,'2018-11-12 23:39:34'),(4249,4257,'it',0,NULL,'Non è stato possibile creare l\'utente! ',NULL,'',0,'2018-11-12 23:39:34'),(4250,4258,'it',0,NULL,'Non posso installare la funzione aggiuntiva. Riprovare o <a href=\"%s\" target=\"_blank\">installare manualmente</a>.',NULL,'',0,'2018-11-12 23:39:34'),(4251,4259,'it',0,NULL,'Seleziona Paese ',NULL,'',0,'2018-11-12 23:39:34'),(4252,4260,'it',0,NULL,'Croazia',NULL,'',0,'2018-11-12 23:39:34'),(4253,4261,'it',0,NULL,'Cuba',NULL,'',0,'2018-11-12 23:39:34'),(4254,4262,'it',0,NULL,'Curacao',NULL,'',0,'2018-11-12 23:39:34'),(4255,4263,'it',0,NULL,'Reindirizzamenti personalizzabili ',NULL,'',0,'2018-11-12 23:39:34'),(4256,4264,'it',0,NULL,'Personalizza i tuoi moduli come desideri (*)',NULL,'',0,'2018-11-12 23:39:34'),(4257,4265,'it',0,NULL,'Cipro',NULL,'',0,'2018-11-12 23:39:34'),(4258,4266,'it',0,NULL,'Repubblica Ceca',NULL,'',0,'2018-11-12 23:39:34'),(4259,4267,'it',0,NULL,'Formato data ',NULL,'',0,'2018-11-12 23:39:34'),(4260,4268,'it',0,NULL,'Datepicker ',NULL,'',0,'2018-11-12 23:39:34'),(4261,4269,'it',0,NULL,'Non attivato',NULL,'',0,'2018-11-12 23:39:34'),(4262,4270,'it',0,NULL,'Predefinito',NULL,'',0,'2018-11-12 23:39:34'),(4263,4271,'it',0,NULL,'Contenuto predefinito ',NULL,'',0,'2018-11-12 23:39:34'),(4264,4272,'it',0,NULL,'Opzione predefinita',NULL,'',0,'2018-11-12 23:39:34'),(4265,4273,'it',0,NULL,'Opzioni predefinite',NULL,'',0,'2018-11-12 23:39:34'),(4266,4274,'it',0,NULL,'Registrazione Default ',NULL,'',0,'2018-11-12 23:39:34'),(4267,4275,'it',0,NULL,'Registrazione di default & Registrazione con email di conferma',NULL,'',0,'2018-11-12 23:39:34'),(4268,4276,'it',0,NULL,'Ruolo predefinito ',NULL,'',0,'2018-11-12 23:39:34'),(4269,4277,'it',0,NULL,'Criteri di classificazione default ',NULL,'',0,'2018-11-12 23:39:34'),(4270,4278,'it',0,NULL,'Ordine classificazione default ',NULL,'',0,'2018-11-12 23:39:34'),(4271,4279,'it',0,NULL,'Valore predefinito',NULL,'',0,'2018-11-12 23:39:34'),(4272,4280,'it',0,NULL,'Valore predefinito per il campo ',NULL,'',0,'2018-11-12 23:39:34'),(4273,4281,'it',0,NULL,'Valore predefinito per l\'area testo ',NULL,'',0,'2018-11-12 23:39:34'),(4274,4282,'it',0,NULL,'Elimina',NULL,'',0,'2018-11-12 23:39:34'),(4275,4283,'it',0,NULL,'Cancella tutto ',NULL,'',0,'2018-11-12 23:39:34'),(4276,4284,'it',0,NULL,'Elimina tutti gli elementi',NULL,'',0,'2018-11-12 23:39:34'),(4277,4285,'it',0,NULL,'Elimina questo elemento',NULL,'',0,'2018-11-12 23:39:34'),(4278,4286,'it',0,NULL,'Repubblica Democratica del Congo',NULL,'',0,'2018-11-12 23:39:34'),(4279,4287,'it',0,NULL,'Danimarca',NULL,'',0,'2018-11-12 23:39:34'),(4280,4288,'it',0,NULL,'Descrizione',NULL,'',0,'2018-11-12 23:39:34'),(4281,4289,'it',0,NULL,'Disabilitato ',NULL,'',0,'2018-11-12 23:39:34'),(4282,4290,'it',0,NULL,'Visualizza messaggi ',NULL,'',0,'2018-11-12 23:39:34'),(4283,4291,'it',0,NULL,'Nome visualizzato ',NULL,'',0,'2018-11-12 23:39:34'),(4284,4292,'it',0,NULL,'Nome visualizzato ',NULL,'',0,'2018-11-12 23:39:34'),(4285,4293,'it',0,NULL,'Nome pubblico visualizzato ',NULL,'',0,'2018-11-12 23:39:34'),(4286,4294,'it',0,NULL,'Gibuti',NULL,'',0,'2018-11-12 23:39:34'),(4287,4295,'it',0,NULL,'Vuoi ',NULL,'',0,'2018-11-12 23:39:34'),(4288,4296,'it',0,NULL,'Vuoi approvare in blocco gli utenti selezionati? ',NULL,'',0,'2018-11-12 23:39:34'),(4289,4297,'it',0,NULL,'Vuoi eliminare in blocco gli utenti selezionati? ',NULL,'',0,'2018-11-12 23:39:34'),(4290,4298,'it',0,NULL,'Vuoi non approvare in blocco gli utenti selezionati? ',NULL,'',0,'2018-11-12 23:39:34'),(4291,4299,'it',0,NULL,'Dominica',NULL,'',0,'2018-11-12 23:39:34'),(4292,4300,'it',0,NULL,'Repubblica Dominicana',NULL,'',0,'2018-11-12 23:39:34'),(4293,4301,'it',0,NULL,'Scarica ora',NULL,'',0,'2018-11-12 23:39:34'),(4294,4302,'it',0,NULL,'Scarica ed installa',NULL,'',0,'2018-11-12 23:39:34'),(4295,4303,'it',0,NULL,'Email ',NULL,'',0,'2018-11-12 23:39:34'),(4296,4304,'it',0,NULL,'ERRORE ',NULL,'',0,'2018-11-12 23:39:34'),(4297,4305,'it',0,NULL,'ERRORE: ',NULL,'',0,'2018-11-12 23:39:34'),(4298,4306,'it',0,NULL,'East Timor',NULL,'',0,'2018-11-12 23:39:34'),(4299,4307,'it',0,NULL,'Modelli facili da modificare per elencare gli utenti del tuo sito web, così come creare pagine per singoli utenti.  Basato su shortcode, offre molte opzioni per personalizzare le tue liste. ',NULL,'',0,'2018-11-12 23:39:34'),(4300,4308,'it',0,NULL,'Ecuador',NULL,'',0,'2018-11-12 23:39:34'),(4301,4309,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-12 23:39:34'),(4302,4310,'it',0,NULL,'Modifica profilo ',NULL,'',0,'2018-11-12 23:39:34'),(4303,4311,'it',0,NULL,'Modifica il nuovo modulo edita profilo',NULL,'',0,'2018-11-12 23:39:34'),(4304,4312,'it',0,NULL,'Modifica i moduli di registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4305,4313,'it',0,NULL,'Modifica la Lista Utenti ',NULL,'',0,'2018-11-12 23:39:34'),(4306,4314,'it',0,NULL,'Modifica questo elemento',NULL,'',0,'2018-11-12 23:39:34'),(4307,4315,'it',0,NULL,'Modulo modifica profilo ',NULL,'',0,'2018-11-12 23:39:34'),(4308,4316,'it',0,NULL,'Moduli di modifica profilo ',NULL,'',0,'2018-11-12 23:39:34'),(4309,4317,'it',0,NULL,'Es. (###) ###-####',NULL,'',0,'2018-11-12 23:39:34'),(4310,4318,'it',0,NULL,'Egitto',NULL,'',0,'2018-11-12 23:39:34'),(4311,4319,'it',0,NULL,'El Salvador',NULL,'',0,'2018-11-12 23:39:34'),(4312,4320,'it',0,NULL,'Elimina le password deboli impostando una lunghezza minima delle password e applicando una determinata intensità della password.',NULL,'',0,'2018-11-12 23:39:34'),(4313,4321,'it',0,NULL,'Email',NULL,'',0,'2018-11-12 23:39:34'),(4314,4322,'it',0,NULL,'Conferma email ',NULL,'',0,'2018-11-12 23:39:34'),(4315,4323,'it',0,NULL,'Configuratore Email ',NULL,'',0,'2018-11-12 23:39:34'),(4316,4324,'it',0,NULL,'Oggetto dell\'email',NULL,'',0,'2018-11-12 23:39:34'),(4317,4325,'it',0,NULL,'Email di notifica inviata nuovamente all\'utente',NULL,'',0,'2018-11-12 23:39:34'),(4318,4326,'it',0,NULL,'Il campo lasciato vuoto non verrà controllato ',NULL,'',0,'2018-11-12 23:39:34'),(4319,4327,'it',0,NULL,'Abilita le funzionalità aggiuntive',NULL,'',0,'2018-11-12 23:39:34'),(4320,4328,'it',0,NULL,'Abilita il limite di quanti campi devono essere generati dagli utenti nei form front end',NULL,'',0,'2018-11-12 23:39:34'),(4321,4329,'it',0,NULL,'Abilita i tuoi moduli',NULL,'',0,'2018-11-12 23:39:34'),(4322,4330,'it',0,NULL,'Inserire una descrizione (dettagliata) dell\'opzione da leggere per l\'utente finale<br/>Opzionale ',NULL,'',0,'2018-11-12 23:39:34'),(4323,4331,'it',0,NULL,'Inserire una virgola di separazione nella lista delle etichette<br/>Visibile all\'utente ',NULL,'',0,'2018-11-12 23:39:34'),(4324,4332,'it',0,NULL,'inserisci una lista di valori separata da virgole <br/>Può contenere qualsiasi cosa, in quanto è nascosta agli utenti, ma non può contenere caratteri speciali o apostrofo',NULL,'',0,'2018-11-12 23:39:34'),(4325,4333,'it',0,NULL,'Inserire una descrizione dettagliata dei termini dell\'accordo per essere letta dall\'utente.<br/>Possono essere inseriti dei link utilizzando la sintassi HTML standard: &lt;a href=\\\"custom_url\\\"&gt;custom_text&lt;/a&gt; ',NULL,'',0,'2018-11-12 23:39:34'),(4326,4334,'it',0,NULL,'Inserire un valore (tra 20 e 200) per la dimensione dell\'Avatar\'<br/>Se non specificato, sarà impostato per default a 100',NULL,'',0,'2018-11-12 23:39:34'),(4327,4335,'it',0,NULL,'Inserisci il numero minimo di caratteri che la password deve avere. Lascia vuoto per non avere un limite minimo',NULL,'',0,'2018-11-12 23:39:34'),(4328,4336,'it',0,NULL,'Guinea equatoriale',NULL,'',0,'2018-11-12 23:39:34'),(4329,4337,'it',0,NULL,'Eritrea',NULL,'',0,'2018-11-12 23:39:34'),(4330,4338,'it',0,NULL,'Estonia',NULL,'',0,'2018-11-12 23:39:34'),(4331,4339,'it',0,NULL,'Etiopia',NULL,'',0,'2018-11-12 23:39:34'),(4332,4340,'it',0,NULL,'Tutto il necessario per gestire gli utenti è probabilmente già disponibile con i Moduli Pro. ',NULL,'',0,'2018-11-12 23:39:34'),(4333,4341,'it',0,NULL,'Esempio: ',NULL,'',0,'2018-11-12 23:39:34'),(4334,4342,'it',0,NULL,'Vista riassunto',NULL,'',0,'2018-11-12 23:39:34'),(4335,4343,'it',0,NULL,'Pagine esistenti',NULL,'',0,'2018-11-12 23:39:34'),(4336,4344,'it',0,NULL,'Funzionalità aggiuntive',NULL,'',0,'2018-11-12 23:39:34'),(4337,4345,'it',0,NULL,'Funzioni extra ',NULL,'',0,'2018-11-12 23:39:34'),(4338,4346,'it',0,NULL,'I campi extra del profilo sono disponibili nelle versioni Hobbyist o PRO ',NULL,'',0,'2018-11-12 23:39:34'),(4339,4347,'it',0,NULL,'Parametri shortcode extra ',NULL,'',0,'2018-11-12 23:39:34'),(4340,4348,'it',0,NULL,'Isole Falkland',NULL,'',0,'2018-11-12 23:39:34'),(4341,4349,'it',0,NULL,'Isole Faroe',NULL,'',0,'2018-11-12 23:39:34'),(4342,4350,'it',0,NULL,'Funzionalità che forniscono un maggior controllo sugli utenti, maggiore sicurezza ed aiutano a combattere le registrazioni spam.',NULL,'',0,'2018-11-12 23:39:34'),(4343,4351,'it',0,NULL,'Campo ',NULL,'',0,'2018-11-12 23:39:34'),(4344,4352,'it',0,NULL,'Proprietà del campo ',NULL,'',0,'2018-11-12 23:39:34'),(4345,4353,'it',0,NULL,'Titolo campo ',NULL,'',0,'2018-11-12 23:39:34'),(4346,4354,'it',0,NULL,'Fiji',NULL,'',0,'2018-11-12 23:39:34'),(4347,4355,'it',0,NULL,'Scopri di più dei moduli PRO ',NULL,'',0,'2018-11-12 23:39:34'),(4348,4356,'it',0,NULL,'Finlandia',NULL,'',0,'2018-11-12 23:39:34'),(4349,4357,'it',0,NULL,'Nome ',NULL,'',0,'2018-11-12 23:39:34'),(4350,4358,'it',0,NULL,'Nome/Cognome ',NULL,'',0,'2018-11-12 23:39:34'),(4351,4359,'it',0,NULL,'Nome ',NULL,'',0,'2018-11-12 23:39:34'),(4352,4360,'it',0,NULL,'Per interazione moderna con gli utenti ',NULL,'',0,'2018-11-12 23:39:34'),(4353,4361,'it',0,NULL,'Per ragioni di sicurezza, devi cambiare l\'ip a distanza su reCAPTCHA! ',NULL,'',0,'2018-11-12 23:39:34'),(4354,4362,'it',0,NULL,'Shortcode del modulo ',NULL,'',0,'2018-11-12 23:39:34'),(4355,4363,'it',0,NULL,'Francia',NULL,'',0,'2018-11-12 23:39:34'),(4356,4364,'it',0,NULL,'Gratis',NULL,'',0,'2018-11-12 23:39:34'),(4357,4365,'it',0,NULL,'Guyana Francese',NULL,'',0,'2018-11-12 23:39:34'),(4358,4366,'it',0,NULL,'Polinesia Francese',NULL,'',0,'2018-11-12 23:39:34'),(4359,4367,'it',0,NULL,'Territori Francesi Meridionali',NULL,'',0,'2018-11-12 23:39:34'),(4360,4368,'it',0,NULL,'Da (nome)',NULL,'',0,'2018-11-12 23:39:34'),(4361,4369,'it',0,NULL,'Da (email di risposta)',NULL,'',0,'2018-11-12 23:39:34'),(4362,4370,'it',0,NULL,'Gabon',NULL,'',0,'2018-11-12 23:39:34'),(4363,4371,'it',0,NULL,'Gambia',NULL,'',0,'2018-11-12 23:39:34'),(4364,4372,'it',0,NULL,'Limite generale',NULL,'',0,'2018-11-12 23:39:34'),(4365,4373,'it',0,NULL,'Impostazioni generali',NULL,'',0,'2018-11-12 23:39:34'),(4366,4374,'it',0,NULL,'Caricamenti generici',NULL,'',0,'2018-11-12 23:39:34'),(4367,4375,'it',0,NULL,'Georgia',NULL,'',0,'2018-11-12 23:39:34'),(4368,4376,'it',0,NULL,'Germania',NULL,'',0,'2018-11-12 23:39:34'),(4369,4377,'it',0,NULL,'Richiedi una nuova password ',NULL,'',0,'2018-11-12 23:39:34'),(4370,4378,'it',0,NULL,'Inizia con i campi extra ',NULL,'',0,'2018-11-12 23:39:34'),(4371,4379,'it',0,NULL,'Ghana',NULL,'',0,'2018-11-12 23:39:34'),(4372,4380,'it',0,NULL,'Gibilterra',NULL,'',0,'2018-11-12 23:39:34'),(4373,4381,'it',0,NULL,'Link di ritorno ',NULL,'',0,'2018-11-12 23:39:34'),(4374,4382,'it',0,NULL,'Chiave API di Google Maps',NULL,'',0,'2018-11-12 23:39:34'),(4375,4383,'it',0,NULL,'Grecia',NULL,'',0,'2018-11-12 23:39:34'),(4376,4384,'it',0,NULL,'Groenlandia',NULL,'',0,'2018-11-12 23:39:34'),(4377,4385,'it',0,NULL,'Grenada',NULL,'',0,'2018-11-12 23:39:34'),(4378,4386,'it',0,NULL,'Guadalupa',NULL,'',0,'2018-11-12 23:39:34'),(4379,4387,'it',0,NULL,'Guam',NULL,'',0,'2018-11-12 23:39:34'),(4380,4388,'it',0,NULL,'Guatemala',NULL,'',0,'2018-11-12 23:39:34'),(4381,4389,'it',0,NULL,'Guernsey',NULL,'',0,'2018-11-12 23:39:34'),(4382,4390,'it',0,NULL,'Guinea',NULL,'',0,'2018-11-12 23:39:34'),(4383,4391,'it',0,NULL,'Guinea-Bissau',NULL,'',0,'2018-11-12 23:39:34'),(4384,4392,'it',0,NULL,'Guyana',NULL,'',0,'2018-11-12 23:39:34'),(4385,4393,'it',0,NULL,'HTML',NULL,'',0,'2018-11-12 23:39:34'),(4386,4394,'it',0,NULL,'Haiti',NULL,'',0,'2018-11-12 23:39:34'),(4387,4395,'it',0,NULL,'Isole Heard e McDonald',NULL,'',0,'2018-11-12 23:39:34'),(4388,4396,'it',0,NULL,'Qui puoi abilitare / disabilitare i moduli disponibili per Profile Builder. ',NULL,'',0,'2018-11-12 23:39:34'),(4389,4397,'it',0,NULL,'Nascondi',NULL,'',0,'2018-11-12 23:39:34'),(4390,4398,'it',0,NULL,'Honduras',NULL,'',0,'2018-11-12 23:39:34'),(4391,4399,'it',0,NULL,'Hong Kong',NULL,'',0,'2018-11-12 23:39:34'),(4392,4400,'it',0,NULL,'Ungheria',NULL,'',0,'2018-11-12 23:39:34'),(4393,4401,'it',0,NULL,'ID',NULL,'',0,'2018-11-12 23:39:34'),(4394,4402,'it',0,NULL,'Islanda',NULL,'',0,'2018-11-12 23:39:34'),(4395,4403,'it',0,NULL,'Se ti fa piacere usare <strong> %1$s </strong><a href=\"%2$s\" target=\"_blank\">lasciaci una valutazione su WordPress.org</a>. Più utenti soddisfatti significano nuove funzionalità, meno bug ed un miglior supporto per tutti. ',NULL,'',0,'2018-11-12 23:39:34'),(4396,4404,'it',0,NULL,'Se registri questa versione di Profile Builder, riceverai informazioni riguardo aggiornamenti, patches ed assistenza tecnica.',NULL,'',0,'2018-11-12 23:39:34'),(4397,4405,'it',0,NULL,'Inattivo ',NULL,'',0,'2018-11-12 23:39:34'),(4398,4406,'it',0,NULL,'Numero di telefono non corretto',NULL,'',0,'2018-11-12 23:39:34'),(4399,4407,'it',0,NULL,'India',NULL,'',0,'2018-11-12 23:39:34'),(4400,4408,'it',0,NULL,'Indonesia',NULL,'',0,'2018-11-12 23:39:34'),(4401,4409,'it',0,NULL,'Inserimento / Inserimento nascosto ',NULL,'',0,'2018-11-12 23:39:34'),(4402,4410,'it',0,NULL,'Installa ora',NULL,'',0,'2018-11-12 23:39:34'),(4403,4411,'it',0,NULL,'Installazione completata',NULL,'',0,'2018-11-12 23:39:34'),(4404,4412,'it',0,NULL,'Chiave d\'attivazione non valida! ',NULL,'',0,'2018-11-12 23:39:34'),(4405,4413,'it',0,NULL,'Chiave non valida! ',NULL,'',0,'2018-11-12 23:39:34'),(4406,4414,'it',0,NULL,'Nome utente non valido. ',NULL,'',0,'2018-11-12 23:39:34'),(4407,4415,'it',0,NULL,'Iran',NULL,'',0,'2018-11-12 23:39:34'),(4408,4416,'it',0,NULL,'Iraq',NULL,'',0,'2018-11-12 23:39:34'),(4409,4417,'it',0,NULL,'Irlanda',NULL,'',0,'2018-11-12 23:39:34'),(4410,4418,'it',0,NULL,'Isola di Man',NULL,'',0,'2018-11-12 23:39:34'),(4411,4419,'it',0,NULL,'Israele',NULL,'',0,'2018-11-12 23:39:34'),(4412,4420,'it',0,NULL,'Italia',NULL,'',0,'2018-11-12 23:39:34'),(4413,4421,'it',0,NULL,'Costa d\'Avorio',NULL,'',0,'2018-11-12 23:39:34'),(4414,4422,'it',0,NULL,'Jabber ',NULL,'',0,'2018-11-12 23:39:34'),(4415,4423,'it',0,NULL,'Jabber / Google Talk ',NULL,'',0,'2018-11-12 23:39:34'),(4416,4424,'it',0,NULL,'Giamaica',NULL,'',0,'2018-11-12 23:39:34'),(4417,4425,'it',0,NULL,'Giappone',NULL,'',0,'2018-11-12 23:39:34'),(4418,4426,'it',0,NULL,'Jersey',NULL,'',0,'2018-11-12 23:39:34'),(4419,4427,'it',0,NULL,'Giordania',NULL,'',0,'2018-11-12 23:39:34'),(4420,4428,'it',0,NULL,'Kazakhstan',NULL,'',0,'2018-11-12 23:39:34'),(4421,4429,'it',0,NULL,'Tieni lontano i tuoi utenti dalla dashboard di WordPress, reindirizzali alla pagina iniziale dopo il loro login o la loro registrazione, il tutto con pochi clicks.',NULL,'',0,'2018-11-12 23:39:34'),(4422,4430,'it',0,NULL,'Kenya',NULL,'',0,'2018-11-12 23:39:34'),(4423,4431,'it',0,NULL,'Kiribati',NULL,'',0,'2018-11-12 23:39:34'),(4424,4432,'it',0,NULL,'Kosovo',NULL,'',0,'2018-11-12 23:39:34'),(4425,4433,'it',0,NULL,'Kuwait',NULL,'',0,'2018-11-12 23:39:34'),(4426,4434,'it',0,NULL,'Kyrgyzstan',NULL,'',0,'2018-11-12 23:39:34'),(4427,4435,'it',0,NULL,'Etichette ',NULL,'',0,'2018-11-12 23:39:34'),(4428,4436,'it',0,NULL,'Laos',NULL,'',0,'2018-11-12 23:39:34'),(4429,4437,'it',0,NULL,'Ultimo &raquo;&raquo; ',NULL,'',0,'2018-11-12 23:39:34'),(4430,4438,'it',0,NULL,'Cognome ',NULL,'',0,'2018-11-12 23:39:34'),(4431,4439,'it',0,NULL,'Cognome ',NULL,'',0,'2018-11-12 23:39:34'),(4432,4440,'it',0,NULL,'Lettonia',NULL,'',0,'2018-11-12 23:39:34'),(4433,4441,'it',0,NULL,'Scopri di più',NULL,'',0,'2018-11-12 23:39:34'),(4434,4442,'it',0,NULL,'Libano',NULL,'',0,'2018-11-12 23:39:34'),(4435,4443,'it',0,NULL,'Lesotho',NULL,'',0,'2018-11-12 23:39:34'),(4436,4444,'it',0,NULL,'Liberia',NULL,'',0,'2018-11-12 23:39:34'),(4437,4445,'it',0,NULL,'Libia',NULL,'',0,'2018-11-12 23:39:34'),(4438,4446,'it',0,NULL,'Liechtenstein',NULL,'',0,'2018-11-12 23:39:34'),(4439,4447,'it',0,NULL,'Limite',NULL,'',0,'2018-11-12 23:39:34'),(4440,4448,'it',0,NULL,'Vista elenco',NULL,'',0,'2018-11-12 23:39:34'),(4441,4449,'it',0,NULL,'Lituania',NULL,'',0,'2018-11-12 23:39:34'),(4442,4450,'it',0,NULL,'Carica il proprio file CSS del Profile Builder nel front-end: ',NULL,'',0,'2018-11-12 23:39:34'),(4443,4451,'it',0,NULL,'Log out ',NULL,'',0,'2018-11-12 23:39:34'),(4444,4452,'it',0,NULL,'Esci &raquo;',NULL,'',0,'2018-11-12 23:39:34'),(4445,4453,'it',0,NULL,'Esci da questo account',NULL,'',0,'2018-11-12 23:39:34'),(4446,4454,'it',0,NULL,'Esci da questo account. ',NULL,'',0,'2018-11-12 23:39:34'),(4447,4455,'it',0,NULL,'Accedi',NULL,'',0,'2018-11-12 23:39:34'),(4448,4456,'it',0,NULL,'Il login sarà fatto attraverso E-mail. Questo campo NON apparirà nel front-end! (puoi cambiare questa impostazione nel tab \\\"%s\\\") ',NULL,'',0,'2018-11-12 23:39:34'),(4449,4457,'it',0,NULL,'Accesso con email o nome utente ',NULL,'',0,'2018-11-12 23:39:34'),(4450,4458,'it',0,NULL,'Esci',NULL,'',0,'2018-11-12 23:39:34'),(4451,4459,'it',0,NULL,'Hai perso la tua password ',NULL,'',0,'2018-11-12 23:39:34'),(4452,4460,'it',0,NULL,'Password dimenticata?',NULL,'',0,'2018-11-12 23:39:34'),(4453,4461,'it',0,NULL,'Lussemburgo',NULL,'',0,'2018-11-12 23:39:34'),(4454,4462,'it',0,NULL,'Macao',NULL,'',0,'2018-11-12 23:39:34'),(4455,4463,'it',0,NULL,'Macedonia',NULL,'',0,'2018-11-12 23:39:34'),(4456,4464,'it',0,NULL,'Madagascar',NULL,'',0,'2018-11-12 23:39:34'),(4457,4465,'it',0,NULL,'Assicurarsi che gli utenti si registrino con email validi. Alla registrazione gli utenti riceveranno una notifica di conferma dell\'indirizzo email.',NULL,'',0,'2018-11-12 23:39:34'),(4458,4466,'it',0,NULL,'Malawi',NULL,'',0,'2018-11-12 23:39:34'),(4459,4467,'it',0,NULL,'Malesia',NULL,'',0,'2018-11-12 23:39:34'),(4460,4468,'it',0,NULL,'Maldive',NULL,'',0,'2018-11-12 23:39:34'),(4461,4469,'it',0,NULL,'Mali',NULL,'',0,'2018-11-12 23:39:34'),(4462,4470,'it',0,NULL,'Malta',NULL,'',0,'2018-11-12 23:39:34'),(4463,4471,'it',0,NULL,'Gestire i campi di default ed i campi extra ',NULL,'',0,'2018-11-12 23:39:34'),(4464,4472,'it',0,NULL,'Gestire i campi ',NULL,'',0,'2018-11-12 23:39:34'),(4465,4473,'it',0,NULL,'Mappa',NULL,'',0,'2018-11-12 23:39:34'),(4466,4474,'it',0,NULL,'Isole Marshall',NULL,'',0,'2018-11-12 23:39:34'),(4467,4475,'it',0,NULL,'Martinica',NULL,'',0,'2018-11-12 23:39:34'),(4468,4476,'it',0,NULL,'Mauritania',NULL,'',0,'2018-11-12 23:39:34'),(4469,4477,'it',0,NULL,'Mauritius',NULL,'',0,'2018-11-12 23:39:34'),(4470,4478,'it',0,NULL,'Mayotte',NULL,'',0,'2018-11-12 23:39:34'),(4471,4479,'it',0,NULL,'Media ',NULL,'',0,'2018-11-12 23:39:34'),(4472,4480,'it',0,NULL,'Meta-name ',NULL,'',0,'2018-11-12 23:39:34'),(4473,4481,'it',0,NULL,'Messico',NULL,'',0,'2018-11-12 23:39:34'),(4474,4482,'it',0,NULL,'Micronesia',NULL,'',0,'2018-11-12 23:39:34'),(4475,4483,'it',0,NULL,'Lunghezza Minima Password e Misuratore Intensità',NULL,'',0,'2018-11-12 23:39:34'),(4476,4484,'it',0,NULL,'Lunghezza Minima Password: ',NULL,'',0,'2018-11-12 23:39:34'),(4477,4485,'it',0,NULL,'Intensità Minima Password: ',NULL,'',0,'2018-11-12 23:39:34'),(4478,4486,'it',0,NULL,'Lunghezza minima dei caratteri %d ',NULL,'',0,'2018-11-12 23:39:34'),(4479,4487,'it',0,NULL,'Minima versione di Profile Builder richiesta:',NULL,'',0,'2018-11-12 23:39:34'),(4480,4488,'it',0,NULL,'Moduli ',NULL,'',0,'2018-11-12 23:39:34'),(4481,4489,'it',0,NULL,'Moldavia',NULL,'',0,'2018-11-12 23:39:34'),(4482,4490,'it',0,NULL,'Monaco',NULL,'',0,'2018-11-12 23:39:34'),(4483,4491,'it',0,NULL,'Mongolia',NULL,'',0,'2018-11-12 23:39:34'),(4484,4492,'it',0,NULL,'Montenegro',NULL,'',0,'2018-11-12 23:39:34'),(4485,4493,'it',0,NULL,'Montserrat',NULL,'',0,'2018-11-12 23:39:34'),(4486,4494,'it',0,NULL,'Maggiori informazioni',NULL,'',0,'2018-11-12 23:39:34'),(4487,4495,'it',0,NULL,'Url Info addizionali ',NULL,'',0,'2018-11-12 23:39:34'),(4488,4496,'it',0,NULL,'Altro... ',NULL,'',0,'2018-11-12 23:39:34'),(4489,4497,'it',0,NULL,'Marocco',NULL,'',0,'2018-11-12 23:39:34'),(4490,4498,'it',0,NULL,'Mozambico',NULL,'',0,'2018-11-12 23:39:34'),(4491,4499,'it',0,NULL,'Moduli multipli per la modifica del profilo',NULL,'',0,'2018-11-12 23:39:34'),(4492,4500,'it',0,NULL,'Moduli multipli per la registrazione',NULL,'',0,'2018-11-12 23:39:34'),(4493,4501,'it',0,NULL,'Deve essere un indirizzo di mail valido o il tag {{reply_to}} che reindirizza alla mail dell\'amministratore ',NULL,'',0,'2018-11-12 23:39:34'),(4494,4502,'it',0,NULL,'Myanmar',NULL,'',0,'2018-11-12 23:39:34'),(4495,4503,'it',0,NULL,'Nome ',NULL,'',0,'2018-11-12 23:39:34'),(4496,4504,'it',0,NULL,'Nome/Descrizione ',NULL,'',0,'2018-11-12 23:39:34'),(4497,4505,'it',0,NULL,'Namibia',NULL,'',0,'2018-11-12 23:39:34'),(4498,4506,'it',0,NULL,'Nauru',NULL,'',0,'2018-11-12 23:39:34'),(4499,4507,'it',0,NULL,'Nepal',NULL,'',0,'2018-11-12 23:39:34'),(4500,4508,'it',0,NULL,'Paesi Bassi',NULL,'',0,'2018-11-12 23:39:34'),(4501,4509,'it',0,NULL,'Nuova Caledonia',NULL,'',0,'2018-11-12 23:39:34'),(4502,4510,'it',0,NULL,'Nuovo modulo edita profilo',NULL,'',0,'2018-11-12 23:39:34'),(4503,4511,'it',0,NULL,'Nuovo modulo di registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4504,4512,'it',0,NULL,'Nuova Lista Utenti ',NULL,'',0,'2018-11-12 23:39:34'),(4505,4513,'it',0,NULL,'Nuova Zelanda',NULL,'',0,'2018-11-12 23:39:34'),(4506,4514,'it',0,NULL,'Nuovo abbonato su %1$s.<br/><br/>Nome utente:%2$s<br/>E-mail:%3$s<br/> ',NULL,'',0,'2018-11-12 23:39:34'),(4507,4515,'it',0,NULL,'Succ &raquo; ',NULL,'',0,'2018-11-12 23:39:34'),(4508,4516,'it',0,NULL,'Nicaragua',NULL,'',0,'2018-11-12 23:39:34'),(4509,4517,'it',0,NULL,'Nickname',NULL,'',0,'2018-11-12 23:39:34'),(4510,4518,'it',0,NULL,'Niger',NULL,'',0,'2018-11-12 23:39:34'),(4511,4519,'it',0,NULL,'Nigeria',NULL,'',0,'2018-11-12 23:39:34'),(4512,4520,'it',0,NULL,'Niue',NULL,'',0,'2018-11-12 23:39:34'),(4513,4521,'it',0,NULL,'No ',NULL,'',0,'2018-11-12 23:39:34'),(4514,4522,'it',0,NULL,'Nessun Modulo di modifica profilo trovato ',NULL,'',0,'2018-11-12 23:39:34'),(4515,4523,'it',0,NULL,'Nessun Modulo di modifica profilo trovato tra i rifiuti ',NULL,'',0,'2018-11-12 23:39:34'),(4516,4524,'it',0,NULL,'Nessun modulo di registrazione trovato ',NULL,'',0,'2018-11-12 23:39:34'),(4517,4525,'it',0,NULL,'Nessun Modulo di registrazione trovato tra i rifiuti ',NULL,'',0,'2018-11-12 23:39:34'),(4518,4526,'it',0,NULL,'Nessun Lista Utenti trovata ',NULL,'',0,'2018-11-12 23:39:34'),(4519,4527,'it',0,NULL,'Nessun Lista Utenti trovata tra i rifiuti ',NULL,'',0,'2018-11-12 23:39:34'),(4520,4528,'it',0,NULL,'Nessuna voce trovata. ',NULL,'',0,'2018-11-12 23:39:34'),(4521,4529,'it',0,NULL,'Nessun risultato trovato! ',NULL,'',0,'2018-11-12 23:39:34'),(4522,4530,'it',0,NULL,'Nessuno',NULL,'',0,'2018-11-12 23:39:34'),(4523,4531,'it',0,NULL,'Norfolk Island',NULL,'',0,'2018-11-12 23:39:34'),(4524,4532,'it',0,NULL,'North Korea',NULL,'',0,'2018-11-12 23:39:34'),(4525,4533,'it',0,NULL,'Northern Mariana Islands',NULL,'',0,'2018-11-12 23:39:34'),(4526,4534,'it',0,NULL,'Norway',NULL,'',0,'2018-11-12 23:39:34'),(4527,4535,'it',0,NULL,'Non compatibile con Profile Builder',NULL,'',0,'2018-11-12 23:39:34'),(4528,4536,'it',0,NULL,'Non compatibile con la tua versione di Profile Builder.',NULL,'',0,'2018-11-12 23:39:34'),(4529,4537,'it',0,NULL,'Adesso che hai acquistato una copia di %s, spendi un istante e registrala con il numero di serie che hai ricevuto. ',NULL,'',0,'2018-11-12 23:39:34'),(4530,4538,'it',0,NULL,'Numero degli articoli ',NULL,'',0,'2018-11-12 23:39:34'),(4531,4539,'it',0,NULL,'Numero di utenti/pagina ',NULL,'',0,'2018-11-12 23:39:34'),(4532,4540,'it',0,NULL,'Oman',NULL,'',0,'2018-11-12 23:39:34'),(4533,4541,'it',0,NULL,'Solo l\'amministratore può visualizzare questo campo nelle form di gestione dei profili.',NULL,'',0,'2018-11-12 23:39:34'),(4534,4542,'it',0,NULL,'Soltanto un amministratore può aggiungere nuovi utenti. ',NULL,'',0,'2018-11-12 23:39:34'),(4535,4543,'it',0,NULL,'Opzioni',NULL,'',0,'2018-11-12 23:39:34'),(4536,4544,'it',0,NULL,'Sovrascrivi l\'esistente ',NULL,'',0,'2018-11-12 23:39:34'),(4537,4545,'it',0,NULL,'Paginazione',NULL,'',0,'2018-11-12 23:39:34'),(4538,4546,'it',0,NULL,'Pakistan',NULL,'',0,'2018-11-12 23:39:34'),(4539,4547,'it',0,NULL,'Palau',NULL,'',0,'2018-11-12 23:39:34'),(4540,4548,'it',0,NULL,'Palestinian Territory',NULL,'',0,'2018-11-12 23:39:34'),(4541,4549,'it',0,NULL,'Panama',NULL,'',0,'2018-11-12 23:39:34'),(4542,4550,'it',0,NULL,'Papua New Guinea',NULL,'',0,'2018-11-12 23:39:34'),(4543,4551,'it',0,NULL,'Paraguay',NULL,'',0,'2018-11-12 23:39:34'),(4544,4552,'it',0,NULL,'Password',NULL,'',0,'2018-11-12 23:39:34'),(4545,4553,'it',0,NULL,'Recupera password. ',NULL,'',0,'2018-11-12 23:39:34'),(4546,4554,'it',0,NULL,'URL della pagina Recupero Password (opzionale): ',NULL,'',0,'2018-11-12 23:39:34'),(4547,4555,'it',0,NULL,'Email di reimpostazione della password',NULL,'',0,'2018-11-12 23:39:34'),(4548,4556,'it',0,NULL,'Email di conferma del successo di ripristino della password',NULL,'',0,'2018-11-12 23:39:34'),(4549,4557,'it',0,NULL,'Reimpostare password da \\\"%1$s\\\" ',NULL,'',0,'2018-11-12 23:39:34'),(4550,4558,'it',0,NULL,'Password reimpostata con successo per %1$s su \\\"%2$s\\\" ',NULL,'',0,'2018-11-12 23:39:34'),(4551,4559,'it',0,NULL,'Personalizza tutte le email inviate ai tuoi utenti o amministratori.  Alla registrazione, conferma della email, approvazione o non approvazione dell\'amministratore.',NULL,'',0,'2018-11-12 23:39:34'),(4552,4560,'it',0,NULL,'Perù',NULL,'',0,'2018-11-12 23:39:34'),(4553,4561,'it',0,NULL,'Philippines',NULL,'',0,'2018-11-12 23:39:34'),(4554,4562,'it',0,NULL,'Pitcairn',NULL,'',0,'2018-11-12 23:39:34'),(4555,4563,'it',0,NULL,'Assicurati di aver inserito il corretto indirizzo email. ',NULL,'',0,'2018-11-12 23:39:34'),(4556,4564,'it',0,NULL,'Verifica di aver inserito il nome utente corretto.',NULL,'',0,'2018-11-12 23:39:34'),(4557,4565,'it',0,NULL,'Scegli un tipo di campo differente perché questo esiste già nel tuo modulo (deve essere unico)\n',NULL,'',0,'2018-11-12 23:39:34'),(4558,4566,'it',0,NULL,'Inserisci un nome utente valido.',NULL,'',0,'2018-11-12 23:39:34'),(4559,4567,'it',0,NULL,'Inserisci un valore per il campo obbligatorio',NULL,'',0,'2018-11-12 23:39:34'),(4560,4568,'it',0,NULL,'Inserisci solamente numeri',NULL,'',0,'2018-11-12 23:39:34'),(4561,4569,'it',0,NULL,'Inserisci il tuo nome utente o indirizzo email.',NULL,'',0,'2018-11-12 23:39:34'),(4562,4570,'it',0,NULL,'Seleziona almeno un ruolo utente\n',NULL,'',0,'2018-11-12 23:39:34'),(4563,4571,'it',0,NULL,'Prova con un valore diverso!',NULL,'',0,'2018-11-12 23:39:34'),(4564,4572,'it',0,NULL,'Il plugin è <strong>attivo</strong>',NULL,'',0,'2018-11-12 23:39:34'),(4565,4573,'it',0,NULL,'Il plugin è <strong>inattivo</strong>',NULL,'',0,'2018-11-12 23:39:34'),(4566,4574,'it',0,NULL,'Poland',NULL,'',0,'2018-11-12 23:39:34'),(4567,4575,'it',0,NULL,'Portugal',NULL,'',0,'2018-11-12 23:39:34'),(4568,4576,'it',0,NULL,'Articoli',NULL,'',0,'2018-11-12 23:39:34'),(4569,4577,'it',0,NULL,' Moduli potenti (**) ',NULL,'',0,'2018-11-12 23:39:34'),(4570,4578,'it',0,NULL,'Profile Builder Login Widget ',NULL,'',0,'2018-11-12 23:39:34'),(4571,4579,'it',0,NULL,'Registro del Profile Builder',NULL,'',0,'2018-11-12 23:39:34'),(4572,4580,'it',0,NULL,'Puerto Rico',NULL,'',0,'2018-11-12 23:39:34'),(4573,4581,'it',0,NULL,'Qatar',NULL,'',0,'2018-11-12 23:39:34'),(4574,4582,'it',0,NULL,'Radio button',NULL,'',0,'2018-11-12 23:39:34'),(4575,4583,'it',0,NULL,'Casuale (molto lento su database grandi > 10K utente) ',NULL,'',0,'2018-11-12 23:39:34'),(4576,4584,'it',0,NULL,'Plugin raccomandati',NULL,'',0,'2018-11-12 23:39:34'),(4577,4585,'it',0,NULL,'Recupera Password ',NULL,'',0,'2018-11-12 23:39:34'),(4578,4586,'it',0,NULL,'Reindirizza ',NULL,'',0,'2018-11-12 23:39:34'),(4579,4587,'it',0,NULL,'Registrati ',NULL,'',0,'2018-11-12 23:39:34'),(4580,4588,'it',0,NULL,'Registra versione ',NULL,'',0,'2018-11-12 23:39:34'),(4581,4589,'it',0,NULL,'Registra la tua versione ',NULL,'',0,'2018-11-12 23:39:34'),(4582,4590,'it',0,NULL,'Registra pagina URL (opzionale): ',NULL,'',0,'2018-11-12 23:39:34'),(4583,4591,'it',0,NULL,'Registrato ',NULL,'',0,'2018-11-12 23:39:34'),(4584,4592,'it',0,NULL,'Registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4585,4593,'it',0,NULL,'Registrazione & Modifica del profilo ',NULL,'',0,'2018-11-12 23:39:34'),(4586,4594,'it',0,NULL,'Data di registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4587,4595,'it',0,NULL,'Modulo di registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4588,4596,'it',0,NULL,'Moduli di registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4589,4597,'it',0,NULL,'Registrazione con Approvazione dell\'Admin ',NULL,'',0,'2018-11-12 23:39:34'),(4590,4598,'it',0,NULL,'Registrazione con email di conferma',NULL,'',0,'2018-11-12 23:39:34'),(4591,4599,'it',0,NULL,'Ricorda che la combinazione valore-campo deve esistere nel database. ',NULL,'',0,'2018-11-12 23:39:34'),(4592,4600,'it',0,NULL,'Rimuovi ',NULL,'',0,'2018-11-12 23:39:34'),(4593,4601,'it',0,NULL,'Ripeti la password ',NULL,'',0,'2018-11-12 23:39:34'),(4594,4602,'it',0,NULL,'Rispondi a',NULL,'',0,'2018-11-12 23:39:34'),(4595,4603,'it',0,NULL,'Republic of the Congo',NULL,'',0,'2018-11-12 23:39:34'),(4596,4604,'it',0,NULL,'Obbligatorio',NULL,'',0,'2018-11-12 23:39:34'),(4597,4605,'it',0,NULL,'Formato di numero di telefono richiesto:',NULL,'',0,'2018-11-12 23:39:34'),(4598,4606,'it',0,NULL,'Invia di nuovo l\'email di attivazione ',NULL,'',0,'2018-11-12 23:39:34'),(4599,4607,'it',0,NULL,'Ripristino della chiave',NULL,'',0,'2018-11-12 23:39:34'),(4600,4608,'it',0,NULL,'Ripristino del link',NULL,'',0,'2018-11-12 23:39:34'),(4601,4609,'it',0,NULL,'Reimposta la password',NULL,'',0,'2018-11-12 23:39:34'),(4602,4610,'it',0,NULL,'Ripristino dell\'Url',NULL,'',0,'2018-11-12 23:39:34'),(4603,4611,'it',0,NULL,'Limita la lista utenti soltanto a questi ruoli<br/>Se non specificato, saranno ammesse per default tutti i ruoli esistenti ',NULL,'',0,'2018-11-12 23:39:34'),(4604,4612,'it',0,NULL,'Riprovare l\'installazione',NULL,'',0,'2018-11-12 23:39:34'),(4605,4613,'it',0,NULL,'Reunion',NULL,'',0,'2018-11-12 23:39:34'),(4606,4614,'it',0,NULL,'Ruolo ',NULL,'',0,'2018-11-12 23:39:34'),(4607,4615,'it',0,NULL,'Ruoli da visualizzare ',NULL,'',0,'2018-11-12 23:39:34'),(4608,4616,'it',0,NULL,'Romania',NULL,'',0,'2018-11-12 23:39:34'),(4609,4617,'it',0,NULL,'Conteggio righe ',NULL,'',0,'2018-11-12 23:39:34'),(4610,4618,'it',0,NULL,'Russia',NULL,'',0,'2018-11-12 23:39:34'),(4611,4619,'it',0,NULL,'Rwanda',NULL,'',0,'2018-11-12 23:39:34'),(4612,4620,'it',0,NULL,'Saint Barthelemy',NULL,'',0,'2018-11-12 23:39:34'),(4613,4621,'it',0,NULL,'Saint Helena',NULL,'',0,'2018-11-12 23:39:34'),(4614,4622,'it',0,NULL,'Saint Kitts and Nevis',NULL,'',0,'2018-11-12 23:39:34'),(4615,4623,'it',0,NULL,'Saint Lucia',NULL,'',0,'2018-11-12 23:39:34'),(4616,4624,'it',0,NULL,'Saint Martin',NULL,'',0,'2018-11-12 23:39:34'),(4617,4625,'it',0,NULL,'Saint Pierre and Miquelon',NULL,'',0,'2018-11-12 23:39:34'),(4618,4626,'it',0,NULL,'Saint Vincent and the Grenadines',NULL,'',0,'2018-11-12 23:39:34'),(4619,4627,'it',0,NULL,'Samoa',NULL,'',0,'2018-11-12 23:39:34'),(4620,4628,'it',0,NULL,'San Marino',NULL,'',0,'2018-11-12 23:39:34'),(4621,4629,'it',0,NULL,'Sao Tome and Principe',NULL,'',0,'2018-11-12 23:39:34'),(4622,4630,'it',0,NULL,'Saudi Arabia',NULL,'',0,'2018-11-12 23:39:34'),(4623,4631,'it',0,NULL,'Salva ',NULL,'',0,'2018-11-12 23:39:34'),(4624,4632,'it',0,NULL,'Salva le modifiche',NULL,'',0,'2018-11-12 23:39:34'),(4625,4633,'it',0,NULL,'Salva le impostazioni',NULL,'',0,'2018-11-12 23:39:34'),(4626,4634,'it',0,NULL,'Salva l\'ordine dei ruoli utente in base alle checkbox dei ruoli utente',NULL,'',0,'2018-11-12 23:39:34'),(4627,4635,'it',0,NULL,'Cerca ',NULL,'',0,'2018-11-12 23:39:34'),(4628,4636,'it',0,NULL,'Cerca utenti su tutti i campi',NULL,'',0,'2018-11-12 23:39:34'),(4629,4637,'it',0,NULL,'Cerca tutti i Campi ',NULL,'',0,'2018-11-12 23:39:34'),(4630,4638,'it',0,NULL,'Cerca i Moduli di modifica profilo ',NULL,'',0,'2018-11-12 23:39:34'),(4631,4639,'it',0,NULL,'Cerca i moduli di registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4632,4640,'it',0,NULL,'Cerca la Lista Utenti ',NULL,'',0,'2018-11-12 23:39:34'),(4633,4641,'it',0,NULL,'Chiave segreta',NULL,'',0,'2018-11-12 23:39:34'),(4634,4642,'it',0,NULL,'Seleziona ',NULL,'',0,'2018-11-12 23:39:34'),(4635,4643,'it',0,NULL,'Seleziona tutto ',NULL,'',0,'2018-11-12 23:39:34'),(4636,4644,'it',0,NULL,'Selezionare file ',NULL,'',0,'2018-11-12 23:39:34'),(4637,4645,'it',0,NULL,'Seleziona quali campi di fatturazione di WooCommerce mostrare agli utenti (trascina per riordinare) e quali dovrebbero essere obbligatori ',NULL,'',0,'2018-11-12 23:39:34'),(4638,4646,'it',0,NULL,'Seleziona quali ruoli utente mostrare all\'utente (trascina e rilascia per riordinare)',NULL,'',0,'2018-11-12 23:39:34'),(4639,4647,'it',0,NULL,'Selezionando \"Si\" sarà aggiunto il campo alla lista, ma sarà sovrascritto ogni altro campo nel database che ha lo stesso meta-name<br/>L\'utilizzo di questo è a proprio rischio',NULL,'',0,'2018-11-12 23:39:34'),(4640,4648,'it',0,NULL,'Invia queste credenziali via email. ',NULL,'',0,'2018-11-12 23:39:34'),(4641,4649,'it',0,NULL,'Senegal',NULL,'',0,'2018-11-12 23:39:34'),(4642,4650,'it',0,NULL,'Serbia',NULL,'',0,'2018-11-12 23:39:34'),(4643,4651,'it',0,NULL,'Imposta ruolo',NULL,'',0,'2018-11-12 23:39:34'),(4644,4652,'it',0,NULL,'Imposta la dimensione dell\'avatar soltanto su all-userlisting ',NULL,'',0,'2018-11-12 23:39:34'),(4645,4653,'it',0,NULL,'Imposta la dimensione dell\'avatar soltanto su single-userlisting ',NULL,'',0,'2018-11-12 23:39:34'),(4646,4654,'it',0,NULL,'Imposta i criteri di classificazione default<br/>Questo può essere cambiato temporaneamente per ogni nuova sessione ',NULL,'',0,'2018-11-12 23:39:34'),(4647,4655,'it',0,NULL,'Imposta l\'ordine di classificazione default<br/>Questo può essere cambiato temporaneamente per ogni nuova sessione ',NULL,'',0,'2018-11-12 23:39:34'),(4648,4656,'it',0,NULL,'Imposta il numero di utenti da visualizzare su ogni pagina della lista di tutti gli utenti ',NULL,'',0,'2018-11-12 23:39:34'),(4649,4657,'it',0,NULL,'Predisponi moduli multipli per la registrazione con campi diversificati in base ai ruoli utente. Raccogli informazioni differenziate da diversi tipi di utenti.',NULL,'',0,'2018-11-12 23:39:34'),(4650,4658,'it',0,NULL,'Seychelles',NULL,'',0,'2018-11-12 23:39:34'),(4651,4659,'it',0,NULL,'Condividi qualche informazione biografica per riempire il tuo profilo. Questo può essere reso pubblico. ',NULL,'',0,'2018-11-12 23:39:34'),(4652,4660,'it',0,NULL,'Shortcode',NULL,'',0,'2018-11-12 23:39:34'),(4653,4661,'it',0,NULL,'Mostra ',NULL,'',0,'2018-11-12 23:39:34'),(4654,4662,'it',0,NULL,'Mostra tutte le date ',NULL,'',0,'2018-11-12 23:39:34'),(4655,4663,'it',0,NULL,'Mostra/Nascondi la Barra admin agli utenti sul Front-End ',NULL,'',0,'2018-11-12 23:39:34'),(4656,4664,'it',0,NULL,'Sierra Leone',NULL,'',0,'2018-11-12 23:39:34'),(4657,4665,'it',0,NULL,'Data registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4658,4666,'it',0,NULL,'Singapore',NULL,'',0,'2018-11-12 23:39:34'),(4659,4667,'it',0,NULL,'Modello lista per un utente (Single-userlisting) ',NULL,'',0,'2018-11-12 23:39:34'),(4660,4668,'it',0,NULL,'Sint Maarten',NULL,'',0,'2018-11-12 23:39:34'),(4661,4669,'it',0,NULL,'Chiave del sito',NULL,'',0,'2018-11-12 23:39:34'),(4662,4670,'it',0,NULL,'Nome Sito ',NULL,'',0,'2018-11-12 23:39:34'),(4663,4671,'it',0,NULL,'Titolo del sito',NULL,'',0,'2018-11-12 23:39:34'),(4664,4672,'it',0,NULL,'Url Sito ',NULL,'',0,'2018-11-12 23:39:34'),(4665,4673,'it',0,NULL,'Slovakia',NULL,'',0,'2018-11-12 23:39:34'),(4666,4674,'it',0,NULL,'Slovenia',NULL,'',0,'2018-11-12 23:39:34'),(4667,4675,'it',0,NULL,'Solomon Islands',NULL,'',0,'2018-11-12 23:39:34'),(4668,4676,'it',0,NULL,'Somalia',NULL,'',0,'2018-11-12 23:39:34'),(4669,4677,'it',0,NULL,'Qualcuno ha richiesto di reimpostare la password del seguente account:  <b>%1$s</b><br/>In caso di errore, semplicemente ignora questa email e non succederà nulla.<br/>Per reimpostare la tua password, visita il seguente link:%2$s ',NULL,'',0,'2018-11-12 23:39:34'),(4670,4678,'it',0,NULL,'Qualcosa non ha funzionato, la connessione al server non è riuscita. Riprovare più tardi.',NULL,'',0,'2018-11-12 23:39:34'),(4671,4679,'it',0,NULL,'Qualcosa è andato storto. Riprova.',NULL,'',0,'2018-11-12 23:39:34'),(4672,4680,'it',0,NULL,'Ci dispiace, ma non sei autorizzato a fare questo! ',NULL,'',0,'2018-11-12 23:39:34'),(4673,4681,'it',0,NULL,'South Africa',NULL,'',0,'2018-11-12 23:39:34'),(4674,4682,'it',0,NULL,'South Georgia and the South Sandwich Islands',NULL,'',0,'2018-11-12 23:39:34'),(4675,4683,'it',0,NULL,'South Korea',NULL,'',0,'2018-11-12 23:39:34'),(4676,4684,'it',0,NULL,'South Sudan',NULL,'',0,'2018-11-12 23:39:34'),(4677,4685,'it',0,NULL,'Spain',NULL,'',0,'2018-11-12 23:39:34'),(4678,4686,'it',0,NULL,'Specifica l\'URL della pagina dove gli utenti saranno reindirizzati dopo che siano registrati utilizzando questo modulo<br/>Usa il seguente formato: http://www.mysite.com ',NULL,'',0,'2018-11-12 23:39:34'),(4679,4687,'it',0,NULL,'Specifica l\'URL della pagina dove gli utenti saranno reindirizzati dopo che attualizzano i loro profili utilizzando questo modulo<br/>Usa il seguente formato: http://www.mysite.com ',NULL,'',0,'2018-11-12 23:39:34'),(4680,4688,'it',0,NULL,'Specifica le estensioni dei file che vuoi limitare in fase di caricamento dei file. <br/>Ad esempio: .ext1,.ext2,.ext3<br/>Se non specificate, per impostazione predefinita sono tutte le estensioni permesse da WordPress (.*)',NULL,'',0,'2018-11-12 23:39:34'),(4681,4689,'it',0,NULL,'Specificare le estensioni che si vogliono limitare in fase di carico dei file <br/>Ad esempio: .ext1,.ext2,.ext3<br/>Se non specificate, i valori di default sono: .jpg,.jpeg,.gif,.png (.*)',NULL,'',0,'2018-11-12 23:39:34'),(4682,4690,'it',0,NULL,'Specifica il numero di righe per il campo \'Area testo\'<br/>Se non specificato, sarà assunto per default pari a 5',NULL,'',0,'2018-11-12 23:39:34'),(4683,4691,'it',0,NULL,'Specificare l\'opzione che sarà selezionata in modo predefinito<br/>Se ci sono valori multipli, separarli con una \",\" (virgola)',NULL,'',0,'2018-11-12 23:39:34'),(4684,4692,'it',0,NULL,'Specificare l\'opzione che sarà selezionata per impostazione predefinita',NULL,'',0,'2018-11-12 23:39:34'),(4685,4693,'it',0,NULL,'Specifica la pagina a cui gli utenti saranno reindirizzati alla conferma dell\'email dell\'account. Questa pagina può essere diversa dalla pagina di registrazione e può essere cambiata in ogni momento. Se non selezionata, all\'utente verrà mostrata una semplice pagina di conferma.',NULL,'',0,'2018-11-12 23:39:34'),(4686,4694,'it',0,NULL,'Sri Lanka',NULL,'',0,'2018-11-12 23:39:34'),(4687,4695,'it',0,NULL,'Stato ',NULL,'',0,'2018-11-12 23:39:34'),(4688,4696,'it',0,NULL,'Indicatore intensità ',NULL,'',0,'2018-11-12 23:39:34'),(4689,4697,'it',0,NULL,'Forte ',NULL,'',0,'2018-11-12 23:39:34'),(4690,4698,'it',0,NULL,'Sudan',NULL,'',0,'2018-11-12 23:39:34'),(4691,4699,'it',0,NULL,'Suriname',NULL,'',0,'2018-11-12 23:39:34'),(4692,4700,'it',0,NULL,'Svalbard and Jan Mayen',NULL,'',0,'2018-11-12 23:39:34'),(4693,4701,'it',0,NULL,'Swaziland',NULL,'',0,'2018-11-12 23:39:34'),(4694,4702,'it',0,NULL,'Sweden',NULL,'',0,'2018-11-12 23:39:34'),(4695,4703,'it',0,NULL,'Switzerland',NULL,'',0,'2018-11-12 23:39:34'),(4696,4704,'it',0,NULL,'Syria',NULL,'',0,'2018-11-12 23:39:34'),(4697,4705,'it',0,NULL,'Taiwan',NULL,'',0,'2018-11-12 23:39:34'),(4698,4706,'it',0,NULL,'Tajikistan',NULL,'',0,'2018-11-12 23:39:34'),(4699,4707,'it',0,NULL,'Tanzania',NULL,'',0,'2018-11-12 23:39:34'),(4700,4708,'it',0,NULL,'Termini dell\'accordo ',NULL,'',0,'2018-11-12 23:39:34'),(4701,4709,'it',0,NULL,'Area di testo ',NULL,'',0,'2018-11-12 23:39:34'),(4702,4710,'it',0,NULL,'Thailand',NULL,'',0,'2018-11-12 23:39:34'),(4703,4711,'it',0,NULL,'Quel campo è già stato aggiunto in questo modulo\n',NULL,'',0,'2018-11-12 23:39:34'),(4704,4712,'it',0,NULL,'Quel meta-name è già in uso\n',NULL,'',0,'2018-11-12 23:39:34'),(4705,4713,'it',0,NULL,'Questo nome utente è già attivato! ',NULL,'',0,'2018-11-12 23:39:34'),(4706,4714,'it',0,NULL,'Al momento della registrazione la funzionalità “Approvazione dell\'amministratore” era attivata, quindi ricorda che l’utente non potrà accedere finché non lo avrai prima approvato.',NULL,'',0,'2018-11-12 23:39:34'),(4707,4715,'it',0,NULL,'L\'account %1s è stato creato con successo! ',NULL,'',0,'2018-11-12 23:39:34'),(4708,4716,'it',0,NULL,'Il modo migliore per inserire nel front-end moduli di registrazione, modifica del profilo e accesso.',NULL,'',0,'2018-11-12 23:39:34'),(4709,4717,'it',0,NULL,'L\'indirizzo email inserito non è presente nel database! ',NULL,'',0,'2018-11-12 23:39:34'),(4710,4718,'it',0,NULL,'La email inserita non è una email valida. ',NULL,'',0,'2018-11-12 23:39:34'),(4711,4719,'it',0,NULL,'La dimensione dell\'avatar inserito non è compresa tra 20 e 200\\n\n',NULL,'',0,'2018-11-12 23:39:34'),(4712,4720,'it',0,NULL,'La dimensione dell\'avatar inserito non è numerica\n',NULL,'',0,'2018-11-12 23:39:34'),(4713,4721,'it',0,NULL,'Le password inserite non coincidono! ',NULL,'',0,'2018-11-12 23:39:34'),(4714,4722,'it',0,NULL,'Il numero di riga inserito non è numerico\\n\n',NULL,'',0,'2018-11-12 23:39:34'),(4715,4723,'it',0,NULL,'Il valore inserito del Datepicker non è un formato di data valido\n',NULL,'',0,'2018-11-12 23:39:34'),(4716,4724,'it',0,NULL,'La seguente opzione non corrisponde a quelle nella lista delle opzioni: %s\n',NULL,'',0,'2018-11-12 23:39:34'),(4717,4725,'it',0,NULL,'Le seguenti opzioni non corrispondono a quelle nella lista delle opzioni: %s\n',NULL,'',0,'2018-11-12 23:39:34'),(4718,4726,'it',0,NULL,'Il meta-name non può essere vuoto\n',NULL,'',0,'2018-11-12 23:39:34'),(4719,4727,'it',0,NULL,'La password deve avere come  minimo una robustezza uguale a %s',NULL,'',0,'2018-11-12 23:39:34'),(4720,4728,'it',0,NULL,'La password deve avere la lunghezza minima di %s caratteri',NULL,'',0,'2018-11-12 23:39:34'),(4721,4729,'it',0,NULL,'La password inserita non è corretta. ',NULL,'',0,'2018-11-12 23:39:34'),(4722,4730,'it',0,NULL,'Le password non corrispondono ',NULL,'',0,'2018-11-12 23:39:34'),(4723,4731,'it',0,NULL,'La chiave segreta da Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>',NULL,'',0,'2018-11-12 23:39:34'),(4724,4732,'it',0,NULL,'L\'utente selezionato non è stato eliminato ',NULL,'',0,'2018-11-12 23:39:34'),(4725,4733,'it',0,NULL,'Gli utenti selezionati sono stati attivati ',NULL,'',0,'2018-11-12 23:39:34'),(4726,4734,'it',0,NULL,'Email di attivazione sono stati inviati di nuovo agli utenti selezionati ',NULL,'',0,'2018-11-12 23:39:34'),(4727,4735,'it',0,NULL,'Il numero di serie non è stato validato perché è scaduto!',NULL,'',0,'2018-11-12 23:39:34'),(4728,4736,'it',0,NULL,'Il numero di serie non è stato validato perché il processo sta impiegando troppo tempo. Questo può essere dovuto al server non attivo. Riprova più tardi!',NULL,'',0,'2018-11-12 23:39:34'),(4729,4737,'it',0,NULL,'Il numero di serie inserito non può essere validato! ',NULL,'',0,'2018-11-12 23:39:34'),(4730,4738,'it',0,NULL,'Il numero di serie scadrà a breve!',NULL,'',0,'2018-11-12 23:39:34'),(4731,4739,'it',0,NULL,'Il numero di serie è stato validato con successo! ',NULL,'',0,'2018-11-12 23:39:34'),(4732,4740,'it',0,NULL,'Lo shortcode sarà disponibile dopo la pubblicazione di questo modulo. ',NULL,'',0,'2018-11-12 23:39:34'),(4733,4741,'it',0,NULL,'Chiave del sito da Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>',NULL,'',0,'2018-11-12 23:39:34'),(4734,4742,'it',0,NULL,'La lista utenti sarà visibile soltanto agli utenti connessi ',NULL,'',0,'2018-11-12 23:39:34'),(4735,4743,'it',0,NULL,'La lista utenti sarà visibile soltanto ai seguenti ruoli ',NULL,'',0,'2018-11-12 23:39:34'),(4736,4744,'it',0,NULL,'Il nome utente inserito non è presente nel database! ',NULL,'',0,'2018-11-12 23:39:34'),(4737,4745,'it',0,NULL,'I nomi utente non possono essere cambiati. ',NULL,'',0,'2018-11-12 23:39:34'),(4738,4746,'it',0,NULL,'C\'è stato un errore nel modulo inviato ',NULL,'',0,'2018-11-12 23:39:34'),(4739,4747,'it',0,NULL,'C\'è stato un errore nel compiere quell\'azione! ',NULL,'',0,'2018-11-12 23:39:34'),(4740,4748,'it',0,NULL,'C\'è stato un errore mentre tentavi di attivare l\'utente ',NULL,'',0,'2018-11-12 23:39:34'),(4741,4749,'it',0,NULL,'C\'è stato un errore mentre tentavi di attivare l\'utente. ',NULL,'',0,'2018-11-12 23:39:34'),(4742,4750,'it',0,NULL,'C\'è stato un errore mentre tentavi di inviare il link di attivazione a %1$s! ',NULL,'',0,'2018-11-12 23:39:34'),(4743,4751,'it',0,NULL,'Queste impostazioni saranno replicate anche nella pagina d\'impostazioni \\\"Admin Email Customizer\\\" dopo il salvataggio. ',NULL,'',0,'2018-11-12 23:39:34'),(4744,4752,'it',0,NULL,'Queste impostazioni saranno replicate anche nella pagina d\'impostazioni \\\"User Email Customizer\\\" dopo il salvataggio. ',NULL,'',0,'2018-11-12 23:39:34'),(4745,4753,'it',0,NULL,'Questa email è già in uso. ',NULL,'',0,'2018-11-12 23:39:34'),(4746,4754,'it',0,NULL,'Questa email è già riservata ad essere utilizzata fra poco tempo. ',NULL,'',0,'2018-11-12 23:39:34'),(4747,4755,'it',0,NULL,'Questo campo è obbligatorio ',NULL,'',0,'2018-11-12 23:39:34'),(4748,4756,'it',0,NULL,'Questo modulo è vuoto. ',NULL,'',0,'2018-11-12 23:39:34'),(4749,4757,'it',0,NULL,'Questo login widget ti lascia aggiungere un modulo login nella barra laterale. ',NULL,'',0,'2018-11-12 23:39:34'),(4750,4758,'it',0,NULL,'Questo messaggio è visibile solo dagli amministratori ',NULL,'',0,'2018-11-12 23:39:34'),(4751,4759,'it',0,NULL,'Questo nome utente esiste già.',NULL,'',0,'2018-11-12 23:39:34'),(4752,4760,'it',0,NULL,'Questo nome utente è già attivato! ',NULL,'',0,'2018-11-12 23:39:34'),(4753,4761,'it',0,NULL,'Questo nome utente è già riservato ad essere utilizzato fra poco tempo. ',NULL,'',0,'2018-11-12 23:39:34'),(4754,4762,'it',0,NULL,'Questo nome utente non è valido perché utilizza caratteri non permessi.',NULL,'',0,'2018-11-12 23:39:34'),(4755,4763,'it',0,NULL,'Questo nome utente è attivo! ',NULL,'',0,'2018-11-12 23:39:34'),(4756,4764,'it',0,NULL,'Seleziona Fuso Orario ',NULL,'',0,'2018-11-12 23:39:34'),(4757,4765,'it',0,NULL,'Titolo del campo ',NULL,'',0,'2018-11-12 23:39:34'),(4758,4766,'it',0,NULL,'Titolo: ',NULL,'',0,'2018-11-12 23:39:34'),(4759,4767,'it',0,NULL,'Per attivare il tuo utente, fai clic sul seguente link:<br><br>%s%s%s<br><br>Dopo l\'attivazione riceverai *un\'altra email* con il tuo accesso.',NULL,'',0,'2018-11-12 23:39:34'),(4760,4768,'it',0,NULL,'Per permettere agli utenti di registrarsi tramite Profile Builder, devi prima abilitare la registrazione degli utenti. Vai a %1$sNetwork Settings%2$s, e sotto Registration Settings devi abilitare \"Lo user account può essere registrato\". %3$sAbbandona%4$s',NULL,'',0,'2018-11-12 23:39:34'),(4761,4769,'it',0,NULL,'Per permettere agli utenti di registrarsi nel tuo sito via Profile Builder, devi prima abilitare la registrazione degli utenti. Vai al menu %1$sImpostazioni -> Impostazioni generali%2$s e per l\'Appartenenza seleziona \"Possono essere creati nuovi conto utente\".  %3$sDismiss%4$s',NULL,'',0,'2018-11-12 23:39:34'),(4762,4770,'it',0,NULL,'Per usare reCAPTCHA devi ottenere una chiave API da ',NULL,'',0,'2018-11-12 23:39:34'),(4763,4771,'it',0,NULL,'Per usare reCAPTCHA devi ottenere una chiave API pubblica da: ',NULL,'',0,'2018-11-12 23:39:34'),(4764,4772,'it',0,NULL,'Togo',NULL,'',0,'2018-11-12 23:39:34'),(4765,4773,'it',0,NULL,'Tokelau',NULL,'',0,'2018-11-12 23:39:34'),(4766,4774,'it',0,NULL,'Tonga',NULL,'',0,'2018-11-12 23:39:34'),(4767,4775,'it',0,NULL,'Trinidad and Tobago',NULL,'',0,'2018-11-12 23:39:34'),(4768,4776,'it',0,NULL,'Tunisia',NULL,'',0,'2018-11-12 23:39:34'),(4769,4777,'it',0,NULL,'Turkey',NULL,'',0,'2018-11-12 23:39:34'),(4770,4778,'it',0,NULL,'Turkmenistan',NULL,'',0,'2018-11-12 23:39:34'),(4771,4779,'it',0,NULL,'Turks and Caicos Islands',NULL,'',0,'2018-11-12 23:39:34'),(4772,4780,'it',0,NULL,'Tuvalu',NULL,'',0,'2018-11-12 23:39:34'),(4773,4781,'it',0,NULL,'Inserisci di nuovo la tua password. ',NULL,'',0,'2018-11-12 23:39:34'),(4774,4782,'it',0,NULL,'Inserisci la tua password. ',NULL,'',0,'2018-11-12 23:39:34'),(4775,4783,'it',0,NULL,'U.S. Virgin Islands',NULL,'',0,'2018-11-12 23:39:34'),(4776,4784,'it',0,NULL,'URL',NULL,'',0,'2018-11-12 23:39:34'),(4777,4785,'it',0,NULL,'Uganda',NULL,'',0,'2018-11-12 23:39:34'),(4778,4786,'it',0,NULL,'Ukraine',NULL,'',0,'2018-11-12 23:39:34'),(4779,4787,'it',0,NULL,'Non approvare ',NULL,'',0,'2018-11-12 23:39:34'),(4780,4788,'it',0,NULL,'Non approvato ',NULL,'',0,'2018-11-12 23:39:34'),(4781,4789,'it',0,NULL,'Notifica utente non approvato ',NULL,'',0,'2018-11-12 23:39:34'),(4782,4790,'it',0,NULL,'United Arab Emirates',NULL,'',0,'2018-11-12 23:39:34'),(4783,4791,'it',0,NULL,'United Kingdom',NULL,'',0,'2018-11-12 23:39:34'),(4784,4792,'it',0,NULL,'United States',NULL,'',0,'2018-11-12 23:39:34'),(4785,4793,'it',0,NULL,'United States Minor Outlying Islands',NULL,'',0,'2018-11-12 23:39:34'),(4786,4794,'it',0,NULL,'Aggiorna',NULL,'',0,'2018-11-12 23:39:34'),(4787,4795,'it',0,NULL,'Aggiorna Profile Builder',NULL,'',0,'2018-11-12 23:39:34'),(4788,4796,'it',0,NULL,'Carica ',NULL,'',0,'2018-11-12 23:39:34'),(4789,4797,'it',0,NULL,'Uruguay',NULL,'',0,'2018-11-12 23:39:34'),(4790,4798,'it',0,NULL,'Usa questi shortcode nelle pagine nelle quali vuoi visualizzare i moduli:',NULL,'',0,'2018-11-12 23:39:34'),(4791,4799,'it',0,NULL,'Usa questo shortcode sulla pagina dove vuoi visualizzare il modulo: ',NULL,'',0,'2018-11-12 23:39:34'),(4792,4800,'it',0,NULL,'Notifica approvazione utente ',NULL,'',0,'2018-11-12 23:39:34'),(4793,4801,'it',0,NULL,'Configuratore Email Utente ',NULL,'',0,'2018-11-12 23:39:34'),(4794,4802,'it',0,NULL,'Id Utente ',NULL,'',0,'2018-11-12 23:39:34'),(4795,4803,'it',0,NULL,'Lista degli utenti ',NULL,'',0,'2018-11-12 23:39:34'),(4796,4804,'it',0,NULL,'Meta Utente  ',NULL,'',0,'2018-11-12 23:39:34'),(4797,4805,'it',0,NULL,'Utente Nicename',NULL,'',0,'2018-11-12 23:39:34'),(4798,4806,'it',0,NULL,'Ruolo utente',NULL,'',0,'2018-11-12 23:39:34'),(4799,4807,'it',0,NULL,'Ruoli utente',NULL,'',0,'2018-11-12 23:39:34'),(4800,4808,'it',0,NULL,'Ordine dei ruoli utente',NULL,'',0,'2018-11-12 23:39:34'),(4801,4809,'it',0,NULL,'Utente non trovato ',NULL,'',0,'2018-11-12 23:39:34'),(4802,4810,'it',0,NULL,'Utente approvato con successo!',NULL,'',0,'2018-11-12 23:39:34'),(4803,4811,'it',0,NULL,'Utente eliminato con successo! ',NULL,'',0,'2018-11-12 23:39:34'),(4804,4812,'it',0,NULL,'Utente non approvato con successo! ',NULL,'',0,'2018-11-12 23:39:34'),(4805,4813,'it',0,NULL,'Utente da modificare:',NULL,'',0,'2018-11-12 23:39:34'),(4806,4814,'it',0,NULL,'Utente-Ruolo ',NULL,'',0,'2018-11-12 23:39:34'),(4807,4815,'it',0,NULL,'Stato utente ',NULL,'',0,'2018-11-12 23:39:34'),(4808,4816,'it',0,NULL,'Impostazioni della lista utenti ',NULL,'',0,'2018-11-12 23:39:34'),(4809,4817,'it',0,NULL,'Nome utente',NULL,'',0,'2018-11-12 23:39:34'),(4810,4818,'it',0,NULL,'Nome utente e email',NULL,'',0,'2018-11-12 23:39:34'),(4811,4819,'it',0,NULL,'Nome Utente o Email ',NULL,'',0,'2018-11-12 23:39:34'),(4812,4820,'it',0,NULL,'Nome utente o email',NULL,'',0,'2018-11-12 23:39:34'),(4813,4821,'it',0,NULL,'Il nome utente non può essere cambiato.',NULL,'',0,'2018-11-12 23:39:34'),(4814,4822,'it',0,NULL,'Gli utenti possono registrarsi da soli o puoi creare manualmente utenti qui. ',NULL,'',0,'2018-11-12 23:39:34'),(4815,4823,'it',0,NULL,'Al momento, gli utenti non possono registrarsi da soli, ma puoi creare manualmente utenti qui. ',NULL,'',0,'2018-11-12 23:39:34'),(4816,4824,'it',0,NULL,'Utenti approvati con successo! ',NULL,'',0,'2018-11-12 23:39:34'),(4817,4825,'it',0,NULL,'Utenti eliminati con successo! ',NULL,'',0,'2018-11-12 23:39:34'),(4818,4826,'it',0,NULL,'Utenti non approvati con successo! ',NULL,'',0,'2018-11-12 23:39:34'),(4819,4827,'it',0,NULL,'Utenti con indirizzo email non confermato ',NULL,'',0,'2018-11-12 23:39:34'),(4820,4828,'it',0,NULL,'Uzbekistan',NULL,'',0,'2018-11-12 23:39:34'),(4821,4829,'it',0,NULL,'I tag validi sono {{reply_to}} e {{site_name}} ',NULL,'',0,'2018-11-12 23:39:34'),(4822,4830,'it',0,NULL,'I valori devono essere multipli di %1$s',NULL,'',0,'2018-11-12 23:39:34'),(4823,4831,'it',0,NULL,'I valori devono essere maggiori o guali a %1$s',NULL,'',0,'2018-11-12 23:39:34'),(4824,4832,'it',0,NULL,'I valori devono essere minori o guali a %1$s',NULL,'',0,'2018-11-12 23:39:34'),(4825,4833,'it',0,NULL,'Vanuatu',NULL,'',0,'2018-11-12 23:39:34'),(4826,4834,'it',0,NULL,'Vatican',NULL,'',0,'2018-11-12 23:39:34'),(4827,4835,'it',0,NULL,'Venezuela',NULL,'',0,'2018-11-12 23:39:34'),(4828,4836,'it',0,NULL,'Versione %s ',NULL,'',0,'2018-11-12 23:39:34'),(4829,4837,'it',0,NULL,'Molto debole ',NULL,'',0,'2018-11-12 23:39:34'),(4830,4838,'it',0,NULL,'Molto debole ',NULL,'',0,'2018-11-12 23:39:34'),(4831,4839,'it',0,NULL,'Vietnam',NULL,'',0,'2018-11-12 23:39:34'),(4832,4840,'it',0,NULL,'Visualizza mappa',NULL,'',0,'2018-11-12 23:39:34'),(4833,4841,'it',0,NULL,'Visualizza tutti i parametri extra dello shortcode',NULL,'',0,'2018-11-12 23:39:34'),(4834,4842,'it',0,NULL,'Visualizza il Modulo di modifica profilo ',NULL,'',0,'2018-11-12 23:39:34'),(4835,4843,'it',0,NULL,'Visualizza il modulo di registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4836,4844,'it',0,NULL,'Visualizza la Lista Utenti ',NULL,'',0,'2018-11-12 23:39:34'),(4837,4845,'it',0,NULL,'Visibilità ',NULL,'',0,'2018-11-12 23:39:34'),(4838,4846,'it',0,NULL,'Visibile soltanto agli utenti connessi? ',NULL,'',0,'2018-11-12 23:39:34'),(4839,4847,'it',0,NULL,'Visibile ai seguenti ruoli ',NULL,'',0,'2018-11-12 23:39:34'),(4840,4848,'it',0,NULL,'Wallis and Futuna',NULL,'',0,'2018-11-12 23:39:34'),(4841,4849,'it',0,NULL,'Debole ',NULL,'',0,'2018-11-12 23:39:34'),(4842,4850,'it',0,NULL,'Sito web',NULL,'',0,'2018-11-12 23:39:34'),(4843,4851,'it',0,NULL,'Benvenuto in  %1$s!<br/><br/><br/>Il tuo nome utente: %2$s',NULL,'',0,'2018-11-12 23:39:34'),(4844,4852,'it',0,NULL,'Benvenuto su %1$s!<br/><br/><br/>Il tuo nome utente è:%2$s e la password:%3$s ',NULL,'',0,'2018-11-12 23:39:34'),(4845,4853,'it',0,NULL,'Sahara Occidentale',NULL,'',0,'2018-11-12 23:39:34'),(4846,4854,'it',0,NULL,'Indicare se il campo è obbligatorio oppure no',NULL,'',0,'2018-11-12 23:39:34'),(4847,4855,'it',0,NULL,'Se connettere automaticamente o no gli utenti nuovi registrati <br/>Funziona soltanto su siti individuali senza le caratteristiche \\\"Approvazione dell\'Admin\\\" e \\\"Conferma Email\\\" attivati<br/>AVVERTENZA: Mettere il modulo di registrazione nella cache impedisce il login automatico ',NULL,'',0,'2018-11-12 23:39:34'),(4848,4856,'it',0,NULL,'Reindirizzare o meno l\'utente a una pagina specifica ',NULL,'',0,'2018-11-12 23:39:34'),(4849,4857,'it',0,NULL,'Con i campi extra del profilo puoi creare esattamente il modulo di registrazione di cui ha bisogno il tuo progetto.',NULL,'',0,'2018-11-12 23:39:34'),(4850,4858,'it',0,NULL,'Yahoo IM ',NULL,'',0,'2018-11-12 23:39:34'),(4851,4859,'it',0,NULL,'Yemen',NULL,'',0,'2018-11-12 23:39:34'),(4852,4860,'it',0,NULL,'Sì',NULL,'',0,'2018-11-12 23:39:34'),(4853,4861,'it',0,NULL,'Sì, vorrei creare un nuovo sito',NULL,'',0,'2018-11-12 23:39:34'),(4854,4862,'it',0,NULL,'Yim ',NULL,'',0,'2018-11-12 23:39:34'),(4855,4863,'it',0,NULL,'Sei già connesso. Puoi cambiare la tua password dal modulo di modifica del profilo.',NULL,'',0,'2018-11-12 23:39:34'),(4856,4864,'it',0,NULL,'Sei attualmente connesso come %1$s. %2$s ',NULL,'',0,'2018-11-12 23:39:34'),(4857,4865,'it',0,NULL,'Sei attualmente connesso come %1s. Non hai bisogno di un altro account. %2s ',NULL,'',0,'2018-11-12 23:39:34'),(4858,4866,'it',0,NULL,'Sei attualmente connesso come %s.',NULL,'',0,'2018-11-12 23:39:34'),(4859,4867,'it',0,NULL,'Si può aggiungere l\'informazione per il %s dopo aver aggiunto una voce',NULL,'',0,'2018-11-12 23:39:34'),(4860,4868,'it',0,NULL,'Puoi trovare un elenco degli indirizzi email non confermati alla voce %1$sUtenti > Tutti gli utenti > Conferma email%2$s.',NULL,'',0,'2018-11-12 23:39:34'),(4861,4869,'it',0,NULL,'Puoi trovare un elenco degli utenti alla voce %1$sUtenti > Tutti gli Utenti > Approvazione dell\'amministratore%2$s.',NULL,'',0,'2018-11-12 23:39:34'),(4862,4870,'it',0,NULL,'La puoi trovare nel Profile Builder menu. ',NULL,'',0,'2018-11-12 23:39:34'),(4863,4871,'it',0,NULL,'Puoi trovare il file predefinito qui: %1$s',NULL,'',0,'2018-11-12 23:39:34'),(4864,4872,'it',0,NULL,'Puoi usare: # per i numeri, parentesi (), segno -, segno +. punto . e spazi.',NULL,'',0,'2018-11-12 23:39:34'),(4865,4873,'it',0,NULL,'Non puoi registrare questo ruolo utente',NULL,'',0,'2018-11-12 23:39:34'),(4866,4874,'it',0,NULL,'Sei tu a decidere chi è un utente sul tuo sito web. Ricevi una notifica via email o approva più utenti contemporaneamente dall\'interfaccia di WordPress.',NULL,'',0,'2018-11-12 23:39:34'),(4867,4875,'it',0,NULL,'Sei tu a decidere chi è un utente sul tuo sito web. Ricevi una notifica via email o approva più utenti per volta dall\'interfaccia di WordPress. Abilita la moderazione dei nuovi utenti effettuando l\'upgrade alla versione %1$sHobbyist o PRO%2$s.',NULL,'',0,'2018-11-12 23:39:34'),(4868,4876,'it',0,NULL,'Non hai delle impostazioni di paginazione per questa lista degli utenti! ',NULL,'',0,'2018-11-12 23:39:34'),(4869,4877,'it',0,NULL,'Non hai ancora il permesso per quell\'azione o c\'è stato un errore! ',NULL,'',0,'2018-11-12 23:39:34'),(4870,4878,'it',0,NULL,'Hai reimpostato la tua password con successo a: %1$s ',NULL,'',0,'2018-11-12 23:39:34'),(4871,4879,'it',0,NULL,'Devi essere connesso per modificare il tuo profilo. ',NULL,'',0,'2018-11-12 23:39:34'),(4872,4880,'it',0,NULL,'Deve essere inserito un indirizzo email valido.',NULL,'',0,'2018-11-12 23:39:34'),(4873,4881,'it',0,NULL,'Devi inserire un valore per il formato della data\\n\n',NULL,'',0,'2018-11-12 23:39:34'),(4874,4882,'it',0,NULL,'È necessario inserire un numero di riga\\n\n',NULL,'',0,'2018-11-12 23:39:34'),(4875,4883,'it',0,NULL,'Deve inserire la chiave segreta\n',NULL,'',0,'2018-11-12 23:39:34'),(4876,4884,'it',0,NULL,'Deve inserire la chiave del sito\n',NULL,'',0,'2018-11-12 23:39:34'),(4877,4885,'it',0,NULL,'Devi selezionare un campo\n',NULL,'',0,'2018-11-12 23:39:34'),(4878,4886,'it',0,NULL,'Devi attivare la caratteristica Userlisting (lista utenti) dal tab \\\"Moduli\\\"! ',NULL,'',0,'2018-11-12 23:39:34'),(4879,4887,'it',0,NULL,'Devi specificare il titolo del modulo prima di crearlo ',NULL,'',0,'2018-11-12 23:39:34'),(4880,4888,'it',0,NULL,'Riceverai un\'email con un link per generare una nuova password. ',NULL,'',0,'2018-11-12 23:39:34'),(4881,4889,'it',0,NULL,'Tra poco sarai reindirizzato automaticamente. Se vedi questa pagina per più di %1$d secondi, fai clic su %2$s.%3$s ',NULL,'',0,'2018-11-12 23:39:34'),(4882,4890,'it',0,NULL,'Il tuo conto deve essere confermato da un amministratore prima di utilizzare la caratteristica \\\"Recupera Password\\\" . ',NULL,'',0,'2018-11-12 23:39:34'),(4883,4891,'it',0,NULL,'Il tuo account deve essere confermato da un amministratore prima di poter utilizzare la funzionalità \"Reimposta la password\".',NULL,'',0,'2018-11-12 23:39:34'),(4884,4892,'it',0,NULL,'La tua registrazione su %1$s è stata approvata! ',NULL,'',0,'2018-11-12 23:39:34'),(4885,4893,'it',0,NULL,'La tua registrazione su %1$s non è stata approvata! ',NULL,'',0,'2018-11-12 23:39:34'),(4886,4894,'it',0,NULL,'Il tuo profilo su {{site_name}} è stato approvato! ',NULL,'',0,'2018-11-12 23:39:34'),(4887,4895,'it',0,NULL,'Il tuo profilo su {{site_name}} è stato non approvato! ',NULL,'',0,'2018-11-12 23:39:34'),(4888,4896,'it',0,NULL,'La tua email è stata confermata con successo. ',NULL,'',0,'2018-11-12 23:39:34'),(4889,4897,'it',0,NULL,'La tua password è stata modificata con successo! ',NULL,'',0,'2018-11-12 23:39:34'),(4890,4898,'it',0,NULL,'Il tuo profilo è stato aggiornato con successo! ',NULL,'',0,'2018-11-12 23:39:34'),(4891,4899,'it',0,NULL,'La tua password scelta alla registrazione ',NULL,'',0,'2018-11-12 23:39:34'),(4892,4900,'it',0,NULL,'La sessione è scaduta!  Per favore ricarica la pagina e prova nuovamente ',NULL,'',0,'2018-11-12 23:39:34'),(4893,4901,'it',0,NULL,'La tua sessione è scaduta! Ricarica la pagina e prova di nuovo.',NULL,'',0,'2018-11-12 23:39:34'),(4894,4902,'it',0,NULL,'L\'url del tuo sito apparirà come questo:<br>',NULL,'',0,'2018-11-12 23:39:34'),(4895,4903,'it',0,NULL,'Zambia',NULL,'',0,'2018-11-12 23:39:34'),(4896,4904,'it',0,NULL,'Zimbabwe',NULL,'',0,'2018-11-12 23:39:34'),(4897,4905,'it',0,NULL,'[%1$s] Attivare %2$s ',NULL,'',0,'2018-11-12 23:39:34'),(4898,4906,'it',0,NULL,'[%1$s] Le informazioni del tuo nuovo account ',NULL,'',0,'2018-11-12 23:39:34'),(4899,4907,'it',0,NULL,'[{{site_name}}] Attiva {{username}}',NULL,'',0,'2018-11-12 23:39:34'),(4900,4908,'it',0,NULL,'[{{site_name}}] Avviso di cambio mail',NULL,'',0,'2018-11-12 23:39:34'),(4901,4909,'it',0,NULL,'[{{site_name}}] Reimpostazione della password',NULL,'',0,'2018-11-12 23:39:34'),(4902,4910,'it',0,NULL,'[{{site_name}}] Ripristino della password riuscito',NULL,'',0,'2018-11-12 23:39:34'),(4903,4911,'it',0,NULL,'approva questo utente? ',NULL,'',0,'2018-11-12 23:39:34'),(4904,4912,'it',0,NULL,'approvato ',NULL,'',0,'2018-11-12 23:39:34'),(4905,4913,'it',0,NULL,'confermi tu stesso questa email? ',NULL,'',0,'2018-11-12 23:39:34'),(4906,4914,'it',0,NULL,'eliminare questo utente dalla tabella _signups? ',NULL,'',0,'2018-11-12 23:39:34'),(4907,4915,'it',0,NULL,'eliminare questo utente? ',NULL,'',0,'2018-11-12 23:39:34'),(4908,4916,'it',0,NULL,'Visualizza tutti gli utenti ad eccezione di quelli specificati nello user_id',NULL,'',0,'2018-11-12 23:39:34'),(4909,4917,'it',0,NULL,'Visualizza solo gli utenti che specificati per lo user_id',NULL,'',0,'2018-11-12 23:39:34'),(4910,4918,'it',0,NULL,'visualizza gli utenti che hanno una certa valore-meta entro un certa campo-meta (extra)  ',NULL,'',0,'2018-11-12 23:39:34'),(4911,4919,'it',0,NULL,'email ',NULL,'',0,'2018-11-12 23:39:34'),(4912,4920,'it',0,NULL,'qui ',NULL,'',0,'2018-11-12 23:39:34'),(4913,4921,'it',0,NULL,'Non è un numero',NULL,'',0,'2018-11-12 23:39:34'),(4914,4922,'it',0,NULL,'Non è un numero di telefono valido',NULL,'',0,'2018-11-12 23:39:34'),(4915,4923,'it',0,NULL,'Deve essere maggiore o uguale a',NULL,'',0,'2018-11-12 23:39:34'),(4916,4924,'it',0,NULL,'Deve essere un multiplo di',NULL,'',0,'2018-11-12 23:39:34'),(4917,4925,'it',0,NULL,'Deve essere minore o uguale a',NULL,'',0,'2018-11-12 23:39:34'),(4918,4926,'it',0,NULL,'reCAPTCHA',NULL,'',0,'2018-11-12 23:39:34'),(4919,4927,'it',0,NULL,'obbligatorio ',NULL,'',0,'2018-11-12 23:39:34'),(4920,4928,'it',0,NULL,'inviare di nuovo il link di attivazione? ',NULL,'',0,'2018-11-12 23:39:34'),(4921,4929,'it',0,NULL,'mostra',NULL,'',0,'2018-11-12 23:39:34'),(4922,4930,'it',0,NULL,'non approvare questo utente? ',NULL,'',0,'2018-11-12 23:39:34'),(4923,4931,'it',0,NULL,'non approvato ',NULL,'',0,'2018-11-12 23:39:34'),(4924,4932,'it',0,NULL,'nome utente ',NULL,'',0,'2018-11-12 23:39:34'),(4925,4933,'it',0,NULL,'nome utente o email',NULL,'',0,'2018-11-12 23:39:34'),(4926,4934,'it',0,NULL,'Separa con una virgola la lista delle ID (articoli e pagine) in modo tale che vengano escluse dalla funzione get_pages.',NULL,'',0,'2018-11-12 23:39:34'),(4927,4935,'it',0,NULL,'Escludi pagine',NULL,'',0,'2018-11-12 23:39:34'),(4928,4936,'it',0,NULL,'Qualora decidessi di non utilizzare più Exclude Pages, sarà sufficiente disattivare il plugin.',NULL,'',0,'2018-11-12 23:39:34'),(4929,4937,'it',0,NULL,'Includi questa pagina nella lista delle pagine',NULL,'',0,'2018-11-12 23:39:34'),(4930,4938,'it',0,NULL,'N.B. La pagina madre é stata esclusa, così come questa (<a href=\"%1$s\" title=\"%2$s\">modifica</a>).',NULL,'',0,'2018-11-12 23:39:34'),(4931,4939,'it',0,NULL,'N.B. Questa pagina potrebbe ancora apparire in quei <a href=\"%1$s\">menu</a> espressamente creati  (<a id=\"ep_toggle_more\" href=\"#ep_explain_more\">ulteriori informazioni</a>)',NULL,'',0,'2018-11-12 23:39:34'),(4932,4940,'it',0,NULL,'N.B. Questa pagina potrebbe ancora apparire in quei menu espressamente creati (<a id=\"ep_toggle_more\" href=\"#ep_explain_more\">ulteriori informazioni</a>)',NULL,'',0,'2018-11-12 23:39:34'),(4933,4941,'it',0,NULL,'WordPress fornisce una semplice funzione per il mantenemento dei menu del tuo sito. Nel caso in cui avesi creato un menu menu nel quale fosse stata inclusa questa pagina, la casella di selezione qui sopra non avrà alcun effetto sulla visibilità di quel dato termine presente nel menu.',NULL,'',0,'2018-11-12 23:39:34'),(4934,4942,'it',0,NULL,'WordPress fornisce una semplice funzione per il mantenemento dei <a href=\"%1$s\">menu</a> del tuo sito. Nel caso in cui avesi creato un menu menu nel quale fosse stata inclusa questa pagina, la casella di selezione qui sopra non avrà alcun effetto sulla visibilità di quel dato termine presente nel menu.',NULL,'',0,'2018-11-12 23:39:34'),(4935,4943,'it',0,NULL,'modifica la pagina madre esclusa',NULL,'',0,'2018-11-12 23:39:34'),(4936,4944,'it',0,NULL,'\"%1$s\" di %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(4937,4945,'it',0,NULL,'\"%1$s\" dall\'album %2$s di %3$s.',NULL,'',0,'2018-11-12 23:39:45'),(4938,4946,'it',0,NULL,'\"%1$s\" dall\'album %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(4939,4947,'it',0,NULL,'\"%s\".',NULL,'',0,'2018-11-12 23:39:45'),(4940,4948,'it',0,NULL,'$image deve essere un oggetto WP_Image_Editor',NULL,'',0,'2018-11-12 23:39:45'),(4941,4949,'it',0,NULL,'%1$s &#8212; WordPress',NULL,'',0,'2018-11-12 23:39:45'),(4942,4950,'it',0,NULL,'%1$s <span class=\"count\">(%2$s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(4943,4951,'it',0,NULL,'%1$s MB (%2$s%%) di spazio utilizzato',NULL,'',0,'2018-11-12 23:39:45'),(4944,4952,'it',0,NULL,'%1$s di %2$s (procederà anche all\'<strong>eliminazione dei suoi dati</strong>)',NULL,'',0,'2018-11-12 23:39:45'),(4945,4953,'it',0,NULL,'%1$s di %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(4946,4954,'it',0,NULL,'punteggio di %1$s basato su %2$s votazione',NULL,'',0,'2018-11-12 23:39:45'),(4947,4955,'it',0,NULL,'punteggio di %1$s basato su %2$s votazioni',NULL,'',0,'2018-11-12 23:39:45'),(4948,4956,'it',0,NULL,'%1$s aggiornato correttamente.',NULL,'',0,'2018-11-12 23:39:45'),(4949,4957,'it',0,NULL,'%d pixel',NULL,'',0,'2018-11-12 23:39:45'),(4950,4958,'it',0,NULL,'%d stella',NULL,'',0,'2018-11-12 23:39:45'),(4951,4959,'it',0,NULL,'%d stelle',NULL,'',0,'2018-11-12 23:39:45'),(4952,4960,'it',0,NULL,'%s (Una versione sanificata del nome dell\'autore.)',NULL,'',0,'2018-11-12 23:39:45'),(4953,4961,'it',0,NULL,'%s (Slug di categoria. le sotto categorie annidate appaiono nella URL come directory annidate.)',NULL,'',0,'2018-11-12 23:39:45'),(4954,4962,'it',0,NULL,'%s (Giorno del mese, ad esempio 28.)',NULL,'',0,'2018-11-12 23:39:45'),(4955,4963,'it',0,NULL,'%s (bozza)',NULL,'',0,'2018-11-12 23:39:45'),(4956,4964,'it',0,NULL,'%s (Ora del giorno, ad esempio 15.)',NULL,'',0,'2018-11-12 23:39:45'),(4957,4965,'it',0,NULL,'%s (Minuto dell\'ora, ad esempio 43.)',NULL,'',0,'2018-11-12 23:39:45'),(4958,4966,'it',0,NULL,'%s (Mese dell\'anno, ad esempio 05.)',NULL,'',0,'2018-11-12 23:39:45'),(4959,4967,'it',0,NULL,'%s (Secondi del minuto, ad esempio 33.)',NULL,'',0,'2018-11-12 23:39:45'),(4960,4968,'it',0,NULL,'%s (La versione sanificata del titolo dell\'articolo (slug).)',NULL,'',0,'2018-11-12 23:39:45'),(4961,4969,'it',0,NULL,'%s (L\'ID univoco dell\'articolo, ad esempio 423.)',NULL,'',0,'2018-11-12 23:39:45'),(4962,4970,'it',0,NULL,'%s (Anno dell\'articolo, 4 cifre,ad esempio 2004.)',NULL,'',0,'2018-11-12 23:39:45'),(4963,4971,'it',0,NULL,'%s (già utilizzato nella struttura dei permalink)',NULL,'',0,'2018-11-12 23:39:45'),(4964,4972,'it',0,NULL,'%s Installazioni attive',NULL,'',0,'2018-11-12 23:39:45'),(4965,4973,'it',0,NULL,'%s MB di spazio disponibile',NULL,'',0,'2018-11-12 23:39:45'),(4966,4974,'it',0,NULL,'%s pagina',NULL,'',0,'2018-11-12 23:39:45'),(4967,4975,'it',0,NULL,'%s pagine',NULL,'',0,'2018-11-12 23:39:45'),(4968,4976,'it',0,NULL,'%s template di pagina',NULL,'',0,'2018-11-12 23:39:45'),(4969,4977,'it',0,NULL,'%s articolo',NULL,'',0,'2018-11-12 23:39:45'),(4970,4978,'it',0,NULL,'%s articoli',NULL,'',0,'2018-11-12 23:39:45'),(4971,4979,'it',0,NULL,'%s aggiunto alla struttura dei permalink',NULL,'',0,'2018-11-12 23:39:45'),(4972,4980,'it',0,NULL,'%s fa',NULL,'',0,'2018-11-12 23:39:45'),(4973,4981,'it',0,NULL,'%s commento approvato',NULL,'',0,'2018-11-12 23:39:45'),(4974,4982,'it',0,NULL,'%s commenti approvati',NULL,'',0,'2018-11-12 23:39:45'),(4975,4983,'it',0,NULL,'%s colonna',NULL,'',0,'2018-11-12 23:39:45'),(4976,4984,'it',0,NULL,'%s colonne',NULL,'',0,'2018-11-12 23:39:45'),(4977,4985,'it',0,NULL,'%s commento',NULL,'',0,'2018-11-12 23:39:45'),(4978,4986,'it',0,NULL,'%s commenti',NULL,'',0,'2018-11-12 23:39:45'),(4979,4987,'it',0,NULL,'%s commento approvato.',NULL,'',0,'2018-11-12 23:39:45'),(4980,4988,'it',0,NULL,'%s commenti approvati.',NULL,'',0,'2018-11-12 23:39:45'),(4981,4989,'it',0,NULL,'%s commento marcato come spam',NULL,'',0,'2018-11-12 23:39:45'),(4982,4990,'it',0,NULL,'%s commenti marcati come spam.',NULL,'',0,'2018-11-12 23:39:45'),(4983,4991,'it',0,NULL,'%s commento spostato nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(4984,4992,'it',0,NULL,'%s commenti spostati nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(4985,4993,'it',0,NULL,'%s commento eliminato definitivamente',NULL,'',0,'2018-11-12 23:39:45'),(4986,4994,'it',0,NULL,'%s commenti eliminati definitivamente',NULL,'',0,'2018-11-12 23:39:45'),(4987,4995,'it',0,NULL,'%s commento ripristinato dal cestino',NULL,'',0,'2018-11-12 23:39:45'),(4988,4996,'it',0,NULL,'%s commenti ripristinati dal cestino.',NULL,'',0,'2018-11-12 23:39:45'),(4989,4997,'it',0,NULL,'%s commento ripristinato dallo spam',NULL,'',0,'2018-11-12 23:39:45'),(4990,4998,'it',0,NULL,'%s commenti ripristinati dallo spam',NULL,'',0,'2018-11-12 23:39:45'),(4991,4999,'it',0,NULL,'%s ha fallito l\'inclusione (embed).',NULL,'',0,'2018-11-12 23:39:45'),(4992,5000,'it',0,NULL,'%s da ora',NULL,'',0,'2018-11-12 23:39:45'),(4993,5001,'it',0,NULL,'%s è stato disconnesso.',NULL,'',0,'2018-11-12 23:39:45'),(4994,5002,'it',0,NULL,'%s è stato aggiornato.',NULL,'',0,'2018-11-12 23:39:45'),(4995,5003,'it',0,NULL,'%s ha preso il controllo ed è ora in fase di modifica',NULL,'',0,'2018-11-12 23:39:45'),(4996,5004,'it',0,NULL,'%s sta già modificando questo articolo.',NULL,'',0,'2018-11-12 23:39:45'),(4997,5005,'it',0,NULL,'%s sta già modificando questo articolo. Vuoi prenderne il posto?',NULL,'',0,'2018-11-12 23:39:45'),(4998,5006,'it',0,NULL,' %s sta modificando proprio adesso',NULL,'',0,'2018-11-12 23:39:45'),(4999,5007,'it',0,NULL,'%s link cancellato.',NULL,'',0,'2018-11-12 23:39:45'),(5000,5008,'it',0,NULL,'%s link cancellati',NULL,'',0,'2018-11-12 23:39:45'),(5001,5009,'it',0,NULL,'%s file multimediale allegato.',NULL,'',0,'2018-11-12 23:39:45'),(5002,5010,'it',0,NULL,'%s file multimediali allegati.',NULL,'',0,'2018-11-12 23:39:45'),(5003,5011,'it',0,NULL,'%s file multimediale scollegato.',NULL,'',0,'2018-11-12 23:39:45'),(5004,5012,'it',0,NULL,'%s file multimediali scollegati.',NULL,'',0,'2018-11-12 23:39:45'),(5005,5013,'it',0,NULL,'%s file multimediale spostato nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5006,5014,'it',0,NULL,'%s file multimediali spostati nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5007,5015,'it',0,NULL,'%s file multimediale eliminato definitivamente.',NULL,'',0,'2018-11-12 23:39:45'),(5008,5016,'it',0,NULL,'%s file multimediali eliminati definitivamente.',NULL,'',0,'2018-11-12 23:39:45'),(5009,5017,'it',0,NULL,'%s file multimediale ripristinato dal cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5010,5018,'it',0,NULL,'%s file multimediali ripristinati dal cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5011,5019,'it',0,NULL,'%s o superiore',NULL,'',0,'2018-11-12 23:39:45'),(5012,5020,'it',0,NULL,'%s pagina spostata nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5013,5021,'it',0,NULL,'%s pagine spostate nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5014,5022,'it',0,NULL,'%s pagina non aggiornata, qualcun altro la sta modificando.',NULL,'',0,'2018-11-12 23:39:45'),(5015,5023,'it',0,NULL,'%s pagine non aggiornate, qualcun altro le sta modificando.',NULL,'',0,'2018-11-12 23:39:45'),(5016,5024,'it',0,NULL,'%s pagina eliminata definitivamente.',NULL,'',0,'2018-11-12 23:39:45'),(5017,5025,'it',0,NULL,'%s pagine eliminate definitivamente.',NULL,'',0,'2018-11-12 23:39:45'),(5018,5026,'it',0,NULL,'%s pagina ripristinata dal cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5019,5027,'it',0,NULL,'%s pagine ripristinate dal cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5020,5028,'it',0,NULL,'%s pagina aggiornata.',NULL,'',0,'2018-11-12 23:39:45'),(5021,5029,'it',0,NULL,'%s pagine aggiornate.',NULL,'',0,'2018-11-12 23:39:45'),(5022,5030,'it',0,NULL,'%s commento in sospeso',NULL,'',0,'2018-11-12 23:39:45'),(5023,5031,'it',0,NULL,'%s commenti in sospeso',NULL,'',0,'2018-11-12 23:39:45'),(5024,5032,'it',0,NULL,'%s plugin',NULL,'',0,'2018-11-12 23:39:45'),(5025,5033,'it',0,NULL,'%s plugin aggiornato con successo.',NULL,'',0,'2018-11-12 23:39:45'),(5026,5034,'it',0,NULL,'%s plugin',NULL,'',0,'2018-11-12 23:39:45'),(5027,5035,'it',0,NULL,'%s plugin aggiornati con successo.',NULL,'',0,'2018-11-12 23:39:45'),(5028,5036,'it',0,NULL,'%s articolo di questo autore',NULL,'',0,'2018-11-12 23:39:45'),(5029,5037,'it',0,NULL,'%s articoli di questo autore',NULL,'',0,'2018-11-12 23:39:45'),(5030,5038,'it',0,NULL,'%s articolo spostato nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5031,5039,'it',0,NULL,'%s articoli spostati nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5032,5040,'it',0,NULL,'%s articolo non aggiornato, qualcuno lo sta modificando.',NULL,'',0,'2018-11-12 23:39:45'),(5033,5041,'it',0,NULL,'%s articoli non aggiornati, qualcuno li sta modificando.',NULL,'',0,'2018-11-12 23:39:45'),(5034,5042,'it',0,NULL,'%s articolo eliminato definitivamente.',NULL,'',0,'2018-11-12 23:39:45'),(5035,5043,'it',0,NULL,'%s articoli eliminati definitivamente.',NULL,'',0,'2018-11-12 23:39:45'),(5036,5044,'it',0,NULL,'%s articolo ripristinato dal cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5037,5045,'it',0,NULL,'%s articoli ripristinati dal cestino',NULL,'',0,'2018-11-12 23:39:45'),(5038,5046,'it',0,NULL,'%s articolo aggiornato.',NULL,'',0,'2018-11-12 23:39:45'),(5039,5047,'it',0,NULL,'%s articoli aggiornati.',NULL,'',0,'2018-11-12 23:39:45'),(5040,5048,'it',0,NULL,'%s query',NULL,'',0,'2018-11-12 23:39:45'),(5041,5049,'it',0,NULL,'punteggio %s',NULL,'',0,'2018-11-12 23:39:45'),(5042,5050,'it',0,NULL,'%s secondi',NULL,'',0,'2018-11-12 23:39:45'),(5043,5051,'it',0,NULL,'%s sito',NULL,'',0,'2018-11-12 23:39:45'),(5044,5052,'it',0,NULL,'%s siti',NULL,'',0,'2018-11-12 23:39:45'),(5045,5053,'it',0,NULL,'%s tema aggiornato con successo.',NULL,'',0,'2018-11-12 23:39:45'),(5046,5054,'it',0,NULL,'%s temi aggiornati con successo.',NULL,'',0,'2018-11-12 23:39:45'),(5047,5055,'it',0,NULL,'L\'aggiornamento di %s non è andato a buon fine. ',NULL,'',0,'2018-11-12 23:39:45'),(5048,5056,'it',0,NULL,'%s aggiornamenti non sono andati a buon fine. ',NULL,'',0,'2018-11-12 23:39:45'),(5049,5057,'it',0,NULL,'%s utente',NULL,'',0,'2018-11-12 23:39:45'),(5050,5058,'it',0,NULL,'%s utenti',NULL,'',0,'2018-11-12 23:39:45'),(5051,5059,'it',0,NULL,'%s utente eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(5052,5060,'it',0,NULL,'%s utenti eliminati.',NULL,'',0,'2018-11-12 23:39:45'),(5053,5061,'it',0,NULL,'&#8220;%s&#8221; (Modifica)',NULL,'',0,'2018-11-12 23:39:45'),(5054,5062,'it',0,NULL,'&#8220;%s&#8221; è bloccato',NULL,'',0,'2018-11-12 23:39:45'),(5055,5063,'it',0,NULL,'&laquo;',NULL,'',0,'2018-11-12 23:39:45'),(5056,5064,'it',0,NULL,'&larr; Torna agli utenti',NULL,'',0,'2018-11-12 23:39:45'),(5057,5065,'it',0,NULL,'&larr; Torna all\'editor',NULL,'',0,'2018-11-12 23:39:45'),(5058,5066,'it',0,NULL,'&mdash; Nessuna modifica&mdash;',NULL,'',0,'2018-11-12 23:39:45'),(5059,5067,'it',0,NULL,'&mdash; Nessun ruolo per questo sito &mdash;',NULL,'',0,'2018-11-12 23:39:45'),(5060,5068,'it',0,NULL,'&ndash;O&ndash;',NULL,'',0,'2018-11-12 23:39:45'),(5061,5069,'it',0,NULL,'&raquo;',NULL,'',0,'2018-11-12 23:39:45'),(5062,5070,'it',0,NULL,'&uarr; Torna su',NULL,'',0,'2018-11-12 23:39:45'),(5063,5071,'it',0,NULL,'(%s valutazioni)',NULL,'',0,'2018-11-12 23:39:45'),(5064,5072,'it',0,NULL,'(Lascia a 0 per non valutare)',NULL,'',0,'2018-11-12 23:39:45'),(5065,5073,'it',0,NULL,'(articolo privato)',NULL,'',0,'2018-11-12 23:39:45'),(5066,5074,'it',0,NULL,' (Le iscrizioni sono disabilitate. Solo i membri di questo sito possono commentare)',NULL,'',0,'2018-11-12 23:39:45'),(5067,5075,'it',0,NULL,'(Non allegato)',NULL,'',0,'2018-11-12 23:39:45'),(5068,5076,'it',0,NULL,'(basato su %s valutazione)',NULL,'',0,'2018-11-12 23:39:45'),(5069,5077,'it',0,NULL,'(basato su %s valutazioni)',NULL,'',0,'2018-11-12 23:39:45'),(5070,5078,'it',0,NULL,'Pagina base',NULL,'',0,'2018-11-12 23:39:45'),(5071,5079,'it',0,NULL,'(si apre in una nuova scheda)',NULL,'',0,'2018-11-12 23:39:45'),(5072,5080,'it',0,NULL,'(richiesto)',NULL,'',0,'2018-11-12 23:39:45'),(5073,5081,'it',0,NULL,'+ Aggiungi una nuova categoria',NULL,'',0,'2018-11-12 23:39:45'),(5074,5082,'it',0,NULL,'.htaccess (per le regole di riscrittura)',NULL,'',0,'2018-11-12 23:39:45'),(5075,5083,'it',0,NULL,'Una pagina non aggiornata, qualcuno a sta modificando.',NULL,'',0,'2018-11-12 23:39:45'),(5076,5084,'it',0,NULL,'Un articolo non aggiornato, qualcuno lon sta modificando.',NULL,'',0,'2018-11-12 23:39:45'),(5077,5085,'it',0,NULL,'Template 404',NULL,'',0,'2018-11-12 23:39:45'),(5078,5086,'it',0,NULL,'<a href=\"%1$s\" class=\"update-browser-link\">Aggiorna %2$s</a> o impara come <a href=\"%3$s\" class=\"browse-happy-link\">navigare felice</a>',NULL,'',0,'2018-11-12 23:39:45'),(5079,5087,'it',0,NULL,'<a href=\"%1$s\">Modifica</a> o <a href=\"%2$s\">visualizza l\'anteprima</a> del contenuto della pagina privacy policy.',NULL,'',0,'2018-11-12 23:39:45'),(5080,5088,'it',0,NULL,'<a href=\"%1$s\">Modifica</a> o <a href=\"%2$s\">visualizza</a> il contenuto della pagina privacy policy.',NULL,'',0,'2018-11-12 23:39:45'),(5081,5089,'it',0,NULL,'<a href=\"%1$s\">WordPress %2$s</a> è disponibile! <a href=\"%3$s\" aria-label=\"%4$s\">Aggiorna ora</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5082,5090,'it',0,NULL,'<a href=\"%1$s\">WordPress %2$s</a> è disponibile! Notifica l\'amministratore del sito.',NULL,'',0,'2018-11-12 23:39:45'),(5083,5091,'it',0,NULL,'<a href=\"%s\">Scopri di più sul nuovo editor Gutenberg</a>',NULL,'',0,'2018-11-12 23:39:45'),(5084,5092,'it',0,NULL,'<a href=\"%s\">Ulteriori informazioni su WordPress %s</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5085,5093,'it',0,NULL,'<a href=\"%s\">Link</a> / Aggiungi nuovo link',NULL,'',0,'2018-11-12 23:39:45'),(5086,5094,'it',0,NULL,'<a href=\"%s\">Link</a> / Modifica link',NULL,'',0,'2018-11-12 23:39:45'),(5087,5095,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Administration_Screens#Comments\">Documentazione sui commenti</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5088,5096,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Appearance_Background_Screen\">Documentazione sullo sfondo personalizzato</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5089,5097,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Appearance_Header_Screen\">Documentazione sulla testata personalizzata</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5090,5098,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Appearance_Menus_Screen\">Documentazione sui menu</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5091,5099,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Appearance_Widgets_Screen\"> Documentazione sui widget</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5092,5100,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Comment_Spam\">Documentazione sullo spam nei commenti</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5093,5101,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Dashboard_My_Sites_Screen\">Documentazione sui miei siti</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5094,5102,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Dashboard_Screen\">Documentazione sulla bacheca</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5095,5103,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Dashboard_Updates_Screen\">Documentazione sull’aggiornamento di WordPress</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5096,5104,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Editing_Files\">Documentazione sulla modifica dei file</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5097,5105,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Formatting_Date_and_Time\">Documentazione sulla formattazione della data</a>. (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5098,5106,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\" target=\"_blank\">Altre informazioni</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5099,5107,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\">Documentazione sulle scorciatoie tramite tastiera (shortcut)</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5100,5108,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Links_Add_New_Screen\">Documentazione sulla creazione di link</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5101,5109,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Links_Link_Categories_Screen\">Documentazione sulle categorie dei link</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5102,5110,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Links_Screen\">Documentazione sulla gestione dei collegamenti</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5103,5111,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Managing_Plugins#Plugin_Management\">Documentazione sulla gestione dei plugin</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5104,5112,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Media_Add_New_Screen\">Documentazione sul caricamento di file multimediali</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5105,5113,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media\">Documentazione sulla modifica dei media</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5106,5114,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Media_Library_Screen\">Documentazione sulla libreria dei media</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5107,5115,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Network_Admin_Sites_Screen\">Documentazione sulla gestione del sito</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5108,5116,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Nginx\">Documentazione della configurazione Nginx</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5109,5117,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Pages_Add_New_Screen\">Documentazione sull’aggiunta di nuove pagine </a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5110,5118,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Pages_Screen\">Documentazione sulla gestione delle pagine</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5111,5119,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages\">Documentazione sulla modifica delle pagine</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5112,5120,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Plugins_Add_New_Screen\">Documentazione sull’installazione dei plugin</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5113,5121,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Plugins_Editor_Screen\">Documentazione sulla modifica dei plugin</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5114,5122,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Posts_Add_New_Screen\">Documentazione sulla scrittura e modifica degli articoli</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5115,5123,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Posts_Categories_Screen\"> Documentazione sulle categorie</a> (in inglese) ',NULL,'',0,'2018-11-12 23:39:45'),(5116,5124,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Posts_Screen\">Documentazione sulla gestione degli articoli</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5117,5125,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Posts_Tags_Screen\">Documentazione sui tag</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5118,5126,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Revision_Management\">Gestione delle revisioni</a>',NULL,'',0,'2018-11-12 23:39:45'),(5119,5127,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Roles_and_Capabilities\">Descrizione di ruoli e capacità</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5120,5128,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_Discussion_Screen\">Documentazione sulle impostazioni delle discussioni</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5121,5129,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_General_Screen\">Documentazione sulle impostazioni generali</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5122,5130,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_Media_Screen\">Documentazione sulle impostazioni dei media</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5123,5131,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_Permalinks_Screen\"> Documentazione sulle impostazioni dei permalink</a> (in inglese) ',NULL,'',0,'2018-11-12 23:39:45'),(5124,5132,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_Reading_Screen\">Documentazione sulle impostazioni di lettura</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5125,5133,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Settings_Writing_Screen\">Documentazione sulle impostazioni di scrittura</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5126,5134,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Template_Tags\">Documentazione sui tag dei template</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5127,5135,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Theme_Development\">Documentazione sullo sviluppo dei temi</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5128,5136,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Tools_Export_Screen\">Documentazione sull’esportazione</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5129,5137,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Tools_Import_Screen\">Documentazione sull’importazione</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5130,5138,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Tools_Screen\">Documentazione sugli strumenti</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5131,5139,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Users_Add_New_Screen\">Documentazione sull’aggiunta di nuovi utenti</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5132,5140,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Users_Screen\">Documentazione sulla gestione utenti</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5133,5141,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Users_Your_Profile_Screen\"> Documentazione sui profili utente</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5134,5142,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Using_Permalinks\">Documentazione sull’uso dei permalink</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5135,5143,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Using_Themes\">Documentazione sull\'uso dei temi</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5136,5144,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Using_Themes#Adding_New_Themes\">Documentazione sull\'aggiunta di nuovi temi</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5137,5145,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Writing_a_Plugin\">Documentazione sulla scrittura dei plugin</a> (in inglese)',NULL,'',0,'2018-11-12 23:39:45'),(5138,5146,'it',0,NULL,'<a href=\"https://it.wordpress.org/forums/\">Forum di supporto</a>',NULL,'',0,'2018-11-12 23:39:45'),(5139,5147,'it',0,NULL,'<a href=\"https://wordpress.org/support/forum/multisite/\">Forum di supporto</a>',NULL,'',0,'2018-11-12 23:39:45'),(5140,5148,'it',0,NULL,'<code>_blank</code> &mdash; nuova finestra o scheda.',NULL,'',0,'2018-11-12 23:39:45'),(5141,5149,'it',0,NULL,'<code>_none</code> &mdash; stessa finestra o scheda.',NULL,'',0,'2018-11-12 23:39:45'),(5142,5150,'it',0,NULL,'<code>_top</code> &mdash; finestra o scheda corrente senza frame.',NULL,'',0,'2018-11-12 23:39:45'),(5143,5151,'it',0,NULL,'<span>Attivato:</span> %s',NULL,'',0,'2018-11-12 23:39:45'),(5144,5152,'it',0,NULL,'<strong>%s</strong>  &mdash; Ti permette di associare una immagine all\'articolo senza doverla inserire direttamente nel testo. Questo è utile se il tuo tema utilizza le immagini come miniatura nella pagina principale, una testata personalizzata, etc. ',NULL,'',0,'2018-11-12 23:39:45'),(5145,5153,'it',0,NULL,'<strong><em>Annota questa password</em></strong> attentamente! &Egrave; una password <em>casuale</em> che è stata generata appositamente per te.',NULL,'',0,'2018-11-12 23:39:45'),(5146,5154,'it',0,NULL,'<strong>Attività</strong> &mdash; Visualizza gli articoli pianificati che stanno per essere pubblicati, gli articoli pubblicati di recente ed i commenti più recenti ai tuoi articoli permettendoti di moderarli.',NULL,'',0,'2018-11-12 23:39:45'),(5147,5155,'it',0,NULL,'<strong>Avviso:</strong> modificare il tema corrente può portare a malfunzionamenti del sito.',NULL,'',0,'2018-11-12 23:39:45'),(5148,5156,'it',0,NULL,'<strong>In sintesi</strong> &mdash; Visualizza un riassunto del contenuto del tuo sito e identifica il tema e la versione di WordPress in uso.',NULL,'',0,'2018-11-12 23:39:45'),(5149,5157,'it',0,NULL,'<strong>Controlli del box</strong> &mdash; Fai clic sulla barra del titolo del box per aprirlo o chiuderlo. Alcuni box aggiunti dai plugin potrebbero avere dei contenuti configurabili e visualizzeranno un link &#8220;Configura&#8221; quando passi il cursore sopra la barra del titolo.',NULL,'',0,'2018-11-12 23:39:45'),(5150,5158,'it',0,NULL,'<strong>Facendo clic sulla freccia a destra di qualsiasi elemento di un menu</strong> all\'interno dell\'editor apparirà un gruppo di impostazioni standard. Ulteriori impostazioni quali ad esempio la destinazione del link, le classi CSS, la relazione fra i link e la descrizione del link possono venir abilitate o disabilitate tramite la linguetta Opzioni schermo.',NULL,'',0,'2018-11-12 23:39:45'),(5151,5159,'it',0,NULL,'<strong>Compatibile</strong> con la tua versione di WordPress',NULL,'',0,'2018-11-12 23:39:45'),(5152,5160,'it',0,NULL,'<strong>Connessione persa.</strong> il salvataggio è stato disabilitato sino a quando ti riconnetterai.',NULL,'',0,'2018-11-12 23:39:45'),(5153,5161,'it',0,NULL,'<strong>Elimina</strong> ti porta alla pagina di conferma dell\'eliminazione utente, dove potrai rimuovere definitivamente un utente dal tuo sito ed eliminare i suoi contenuti. Puoi anche eliminare più utenti in una volta sola utilizzando le azioni di gruppo.',NULL,'',0,'2018-11-12 23:39:45'),(5154,5162,'it',0,NULL,'<strong>Descrizione</strong>  &mdash; La descrizione di base non è importante, tuttavia alcuni temi possono visualizzarla.',NULL,'',0,'2018-11-12 23:39:45'),(5155,5163,'it',0,NULL,'<strong>Discussione</strong>  &mdash; &Egrave; possibile attivare e disattivare commenti e ping, se ci sono commenti all\'articolo si possono vedere e moderare qui.',NULL,'',0,'2018-11-12 23:39:45'),(5156,5164,'it',0,NULL,'<strong>Trascina e rilascia</strong> &mdash; Per riorganizzare i riquadri, utilizza il trascina e rilascia facendo clic sulla barra del titolo del riquadro selezionato e rilasciandolo quando si vede un rettangolo con linea tratteggiata grigia apparire nella posizione in cui si desidera posizionare il riquadro.',NULL,'',0,'2018-11-12 23:39:45'),(5157,5165,'it',0,NULL,'<strong>Trascina e rilascia</strong> i file nella zona sottostante. Sono permessi più file alla volta.',NULL,'',0,'2018-11-12 23:39:45'),(5158,5166,'it',0,NULL,'<strong>ERRORE:</strong> Si è verificato un errore durante la connessione al server, verificare che le impostazioni siano corrette.',NULL,'',0,'2018-11-12 23:39:45'),(5159,5167,'it',0,NULL,'<strong>ERRORE</strong>: il \"prefisso della tabella\" può contenere solo numeri, lettere e trattino basso.',NULL,'',0,'2018-11-12 23:39:45'),(5160,5168,'it',0,NULL,'<strong>ERRORE</strong>: il \"prefisso della tabella\" non è valido.',NULL,'',0,'2018-11-12 23:39:45'),(5161,5169,'it',0,NULL,'<strong>ERRORE</strong>: il \"prefisso della tabella\" non può essere vuoto.',NULL,'',0,'2018-11-12 23:39:45'),(5162,5170,'it',0,NULL,'<strong>ERRORE</strong>: le password non possono contenere il carattere \"\\\".',NULL,'',0,'2018-11-12 23:39:45'),(5163,5171,'it',0,NULL,'<strong>ERRORE</strong>: inserire un nickname.',NULL,'',0,'2018-11-12 23:39:45'),(5164,5172,'it',0,NULL,'<strong>ERRORE</strong>: inserire la propria password.',NULL,'',0,'2018-11-12 23:39:45'),(5165,5173,'it',0,NULL,'<strong>ERRORE</strong>: inserisci un indirizzo email.',NULL,'',0,'2018-11-12 23:39:45'),(5166,5174,'it',0,NULL,'<strong>ERRORE</strong>: digita la medesima password in entrambi i  campi password.',NULL,'',0,'2018-11-12 23:39:45'),(5167,5175,'it',0,NULL,'<strong>ERRORE</strong>: pagina delle opzioni non trovata.',NULL,'',0,'2018-11-12 23:39:45'),(5168,5176,'it',0,NULL,'Con <strong>Modifica</strong> si verrà portati ad una schermata dove modificare il profilo di questo utente. &Egrave;  possibile raggiungerla anche facendo clic sul nome utente.',NULL,'',0,'2018-11-12 23:39:45'),(5169,5177,'it',0,NULL,'<strong>Modifica</strong> apre la pagina di modifica dell\'articolo. Si può accedere alla stessa pagina facendo clic sul titolo dell\'articolo.',NULL,'',0,'2018-11-12 23:39:45'),(5170,5178,'it',0,NULL,'<strong>Formato</strong> - I Formati articolo determinano come il tuo tema visualizzerà un articolo specifico. Ad esempio puoi avere un articolo <em>standard</em> con un titolo e dei paragrafi oppure una <em>digressione</em> che omette il titolo e contiene solo un breve testo. Fai riferimento al Codex per <a href=\"https://codex.wordpress.org/Post_Formats#Supported_Formats\">una descrizione dei vari tipi di formato articolo</a> (in inglese). Il tuo tema pu&ograve; abilitare tutti o solo alcuni dei 10 possibili formati.',NULL,'',0,'2018-11-12 23:39:45'),(5171,5179,'it',0,NULL,'<strong>Importante</strong>: <a href=\"https://codex.wordpress.org/WordPress_Backups\">fai un backup del database e dei file</a> prima di eseguire l\'aggiornamento. Per ottenere aiuto visita la pagina del Codex: <a href=\"https://codex.wordpress.org/Updating_WordPress\">Aggiornare WordPress</a> (in inglese).',NULL,'',0,'2018-11-12 23:39:45'),(5172,5180,'it',0,NULL,'<strong>Incompatibile</strong> con la tua versione di WordPress',NULL,'',0,'2018-11-12 23:39:45'),(5173,5181,'it',0,NULL,'<strong>Informazioni</strong> &mdash; La URL del sito viene modificata raramente poiché spesso causa il non funzionamento del sito. Vengono visualizzate le date di Registrazione e di Ultimo aggiornamento. Gli amministratori del network possono contrassegnare un sito come archiviato, spam, cancellato o per adulti, per rimuoverlo dall\'elenco pubblico o per disabilitarlo.',NULL,'',0,'2018-11-12 23:39:45'),(5174,5182,'it',0,NULL,'<strong>Nome</strong>  &mdash; Il nome come appare sul sito.',NULL,'',0,'2018-11-12 23:39:45'),(5175,5183,'it',0,NULL,'<strong>Ordine</strong> &mdash; Di norma le pagine sono ordinate alfabeticamente ma è possibile scegliere un ordinamento diverso inserendo un numero (1 per la prima, etc.) in questo campo.',NULL,'',0,'2018-11-12 23:39:45'),(5176,5184,'it',0,NULL,'<strong>Genitore</strong> &mdash; Le categorie, a differenza dei tag, possono avere una gerarchia. Puoi avere la categoria Jazz e sotto questa avere le categorie figlie per Bebop e Big Band. Il tutto è assolutamente facoltativo. Per creare una sottocategoria scegli semplicemente un\'altra categoria dal menu a discesa genitore.',NULL,'',0,'2018-11-12 23:39:45'),(5177,5185,'it',0,NULL,'<strong>Genitore</strong>  &mdash; &Egrave; possibile organizzare le pagine in gerarchie. Ad esempio si può avere una pagina &#8220;Informazioni&#8221; che ha le pagine &#8220;Storia della mia vita&#8221; e &#8220;Il mio cane&#8221; sotto di essa. Non vi sono limiti su quanto possono essere annidate profondamente le pagine.',NULL,'',0,'2018-11-12 23:39:45'),(5178,5186,'it',0,NULL,'<strong>Nota:</strong> ogni personalizzazione effettuata ai file del tema verrà perduta. Per risolvere questo problema utilizza <a href=\"%s\">i temi child</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5179,5187,'it',0,NULL,'<strong>Editor articolo</strong> &mdash; Immetti il testo del tuo articolo. Vi sono due modalità di modifica: visuale e testo. Scegli la modalità facendo clic sulla linguetta specifica.',NULL,'',0,'2018-11-12 23:39:45'),(5180,5188,'it',0,NULL,'<strong>Anteprima</strong> mostra l\'aspetto dell\'articolo così come quando sarà pubblicato. Visualizza articolo invece aprirà l\'articolo all\'interno del sito pubblico. Il tipo di link dipende dallo stato dell\'articolo.',NULL,'',0,'2018-11-12 23:39:45'),(5181,5189,'it',0,NULL,'<strong>Pubblica</strong> &mdash; Puoi impostare i termini di pubblicazione del tuo articolo nel riquadro Pubblica. Per lo Stato, Visibilità e Pubblicazione (immediata), fai clic sul link Modifica per mostrare ulteriori opzioni. La visibilità include le opzioni per proteggere un articolo con una password o per mantenerlo in-definitivamente in cima al proprio blog (in evidenza). L\'opzione di protezione con password permette di impostare una password differente per ciascun articolo. L\'opzione Privato nasconde l\'articolo a chiunque eccetto gli editori e gli amministratori. Pubblica (immediatamente) permette di impostare un a data ed un orario futuro o passato, così che sia possibile programmare un articolo per essere pubblicato in futuro o per pre-datare un articolo.',NULL,'',0,'2018-11-12 23:39:45'),(5182,5190,'it',0,NULL,'<strong>Bozza rapida</strong> &mdash; Permette di creare un nuovo articolo e di salvarlo come bozza. Inoltre visualizza le 5 bozze più recenti.',NULL,'',0,'2018-11-12 23:39:45'),(5183,5191,'it',0,NULL,'<strong>Modifica veloce</strong> ti permette di accedere direttamente ai metadati dell\'articolo, così che puoi aggiornare i dettagli senza lasciare questa pagina.',NULL,'',0,'2018-11-12 23:39:45'),(5184,5192,'it',0,NULL,'<strong>Casuale:</strong> Mostra un\'immagine diversa in ogni pagina.',NULL,'',0,'2018-11-12 23:39:45'),(5185,5193,'it',0,NULL,'<strong>Rimuovi</strong> ti permette di eliminare un utente dal tuo sito. Non elimina i suoi contenuti. Puoi rimuovere più utenti in una volta utilizzando le azioni di gruppo.',NULL,'',0,'2018-11-12 23:39:45'),(5186,5194,'it',0,NULL,'<strong>Impostazioni schermo</strong> &mdash; Utilizzare la linguetta Impostazioni schermo per scegliere quali riquadri mostrare in bacheca.',NULL,'',0,'2018-11-12 23:39:45'),(5187,5195,'it',0,NULL,'<strong>Invia trackback</strong> &mdash; I trackback sono un metodo per notificare ad altri blog che si è fatto un link verso di loro. Inserisci la/le URL alle quali inviare un trackback. Se si effettua un link ad altri siti WordPress questi verranno notificati automaticamente tramite un pingback, e quindi questo campo non è necessario.',NULL,'',0,'2018-11-12 23:39:45'),(5188,5196,'it',0,NULL,'<strong>Impostazioni</strong> &mdash; Questa pagina mostra un elenco di tutte le impostazioni associate a questo sito. Alcune sono create da WordPress ed altre dai plugin che hai attivato. Si noti che alcuni campi sono in grigio ed indicano Dati serializzati. Non puoi modificare questi valori a causa di come sono memorizzati nel database.',NULL,'',0,'2018-11-12 23:39:45'),(5189,5197,'it',0,NULL,'<strong>Slug</strong> &mdash; Lo &#8220;slug&#8221; è la versione amichevole della URL del nome. &Egrave; solitamente tutta in minuscolo e contiene solo lettere, numeri e trattini.',NULL,'',0,'2018-11-12 23:39:45'),(5190,5198,'it',0,NULL,'<strong>Template</strong>  &mdash; Alcuni temi hanno dei template personalizzati da poter utilizzare per determinate pagine, che possono contenere funzionalità aggiuntive o una grafica personalizzata. Se così fosse, queste appariranno in questo menu a discesa.',NULL,'',0,'2018-11-12 23:39:45'),(5191,5199,'it',0,NULL,'<strong>Non si trova il tema genitore.</strong> Occorre installare il tema genitore %s prima di poter utilizzare questo tema figlio.',NULL,'',0,'2018-11-12 23:39:45'),(5192,5200,'it',0,NULL,'<strong>Temi e plugin</strong> &mdash; Per aggiornare singolarmente i temi ed i plugin da questa schermata, usa le caselle di controllo per effettuare la tua scelta, quindi <strong>fai clic sul pulsante &#8220;Aggiorna&#8221;</strong>. Per aggiornare in blocco tutti i temi e i plugin, puoi utilizzare la casella di controllo posizionata in cima alla sezione per selezionarli tutti insieme prima di fare clic sul pulsante &#8220;Aggiorna&#8221;.',NULL,'',0,'2018-11-12 23:39:45'),(5193,5201,'it',0,NULL,'<strong>Temi</strong> &mdash; Questa area visualizza i temi non ancora abilitati sulla rete. Abilitando un tema in questo menu lo si rende accessibile a questo sito. Non attiva il tema ma permette di visualizzarlo nel sito sotto il menu Aspetto. Per abilitare un tema per tutto il network, si veda la schermata <a href=\"%s\">Temi del network</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5194,5202,'it',0,NULL,'<strong>Titolo</strong>  &mdash; Scrivi un titolo per l\'articolo. Dopo aver scritto il titolo, si vedrà il permalink sotto al titolo, che potrà essere modificato.',NULL,'',0,'2018-11-12 23:39:45'),(5195,5203,'it',0,NULL,'<strong>Traduzioni</strong> &mdash; I file che traducono WordPress nella tua lingua sono aggiornati ogni volta che c\'è un aggiornamento. Ma se questi file non sono aggiornati, <strong>puoi fare clic sul pulsante &#8220;Aggiorna traduzioni&#8221;</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(5196,5204,'it',0,NULL,'<strong>Cestina</strong> rimuove l\'articolo da questa lista e lo sposta nel cestino, dove può essere eliminato definitivamente.',NULL,'',0,'2018-11-12 23:39:45'),(5197,5205,'it',0,NULL,'<strong>Utenti</strong> &mdash; Qui vengono visualizzati gli utenti associati a questo sito. Puoi cambiare il loro ruolo, azzerare la loro password o rimuoverli dal sito. Rimuovendo un utente dal sito non si rimuove l\'utente da tutto il network.',NULL,'',0,'2018-11-12 23:39:45'),(5198,5206,'it',0,NULL,'<strong>La versione %1$s</strong> corregge %2$s bug.',NULL,'',0,'2018-11-12 23:39:45'),(5199,5207,'it',0,NULL,'<strong>La versione %1$s</strong> corregge %2$s bug.',NULL,'',0,'2018-11-12 23:39:45'),(5200,5208,'it',0,NULL,'<strong>La versione %1$s</strong> corregge un problema di sicurezza e %2$s bug.',NULL,'',0,'2018-11-12 23:39:45'),(5201,5209,'it',0,NULL,'<strong>La versione %1$s</strong> corregge un problema di sicurezza e %2$s bug.',NULL,'',0,'2018-11-12 23:39:45'),(5202,5210,'it',0,NULL,'<strong>La versione %1$s</strong> corregge alcuni problemi di sicurezza e %2$s bug.',NULL,'',0,'2018-11-12 23:39:45'),(5203,5211,'it',0,NULL,'<strong>La versione %1$s</strong> corregge alcuni problemi di sicurezza e %2$s bug.',NULL,'',0,'2018-11-12 23:39:45'),(5204,5212,'it',0,NULL,'La <strong>versione %s</strong> corregge un problema di sicurezza.',NULL,'',0,'2018-11-12 23:39:45'),(5205,5213,'it',0,NULL,'<strong>La versione %s</strong> corregge alcuni problemi di sicurezza.',NULL,'',0,'2018-11-12 23:39:45'),(5206,5214,'it',0,NULL,'<strong>Attenzione:</strong> Effettuare modifiche ai plugin attivi non è consigliato.',NULL,'',0,'2018-11-12 23:39:45'),(5207,5215,'it',0,NULL,'<strong>Attenzione:</strong> questo plugin <strong>non &egrave;</strong> compatibile con questa versione di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(5208,5216,'it',0,NULL,'<strong>Attenzione:</strong> questo plugin <strong>non &egrave; stato testato</strong> con questa versione di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(5209,5217,'it',0,NULL,'<strong>Attenzione:</strong> queste pagine non possono essere identiche!',NULL,'',0,'2018-11-12 23:39:45'),(5210,5218,'it',0,NULL,'<strong>Benvenuto</strong> &mdash; Visualizza alcuni collegamenti per le attività più frequenti quando si imposta un nuovo sito.',NULL,'',0,'2018-11-12 23:39:45'),(5211,5219,'it',0,NULL,'<strong>WordPress News</strong> &mdash; Le ultime notizie dal progetto WordPress ufficiale e da <a href=\"%s\">WordPress Planet</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5212,5220,'it',0,NULL,'<strong>WordPress News</strong> &mdash; le ultime notizie dal progetto WordPress ufficiale, da <a href=\"%s\">WordPress Planet</a> e dai plugin più popolari.',NULL,'',0,'2018-11-12 23:39:45'),(5213,5221,'it',0,NULL,'<strong>WordPress</strong> &mdash; Per aggiornare la tua installazione di WordPress basta un clic: fai <strong>clic sul pulsante &#8220;Aggiorna&#8221; </strong> quando ricevi la notifica che un nuovo aggiornamento è disponibile.',NULL,'',0,'2018-11-12 23:39:45'),(5214,5222,'it',0,NULL,'Una <a href=\"%s\">pagina statica</a> (selezionata qui sotto)',NULL,'',0,'2018-11-12 23:39:45'),(5215,5223,'it',0,NULL,'Una Richiesta per proteggere il tuo lavoro',NULL,'',0,'2018-11-12 23:39:45'),(5216,5224,'it',0,NULL,'Un commentatore di WordPress',NULL,'',0,'2018-11-12 23:39:45'),(5217,5225,'it',0,NULL,'Un commento viene messo in coda di moderazione',NULL,'',0,'2018-11-12 23:39:45'),(5218,5226,'it',0,NULL,'Una nuova e moderna esperienza di pubblicazione è in arrivo.',NULL,'',0,'2018-11-12 23:39:45'),(5219,5227,'it',0,NULL,'Una barra rossa sulla sinistra indica che il commento è in attesa di essere moderato.',NULL,'',0,'2018-11-12 23:39:45'),(5220,5228,'it',0,NULL,'È necessario fornire un indirizzo email valido.',NULL,'',0,'2018-11-12 23:39:45'),(5221,5229,'it',0,NULL,'Informazioni sulle pagine',NULL,'',0,'2018-11-12 23:39:45'),(5222,5230,'it',0,NULL,'Informazioni sull’autore',NULL,'',0,'2018-11-12 23:39:45'),(5223,5231,'it',0,NULL,'Aggiungi utente',NULL,'',0,'2018-11-12 23:39:45'),(5224,5232,'it',0,NULL,'Accessibile',NULL,'',0,'2018-11-12 23:39:45'),(5225,5233,'it',0,NULL,'Gestione dell’account',NULL,'',0,'2018-11-12 23:39:45'),(5226,5234,'it',0,NULL,'Azioni',NULL,'',0,'2018-11-12 23:39:45'),(5227,5235,'it',0,NULL,'Attiva &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(5228,5236,'it',0,NULL,'Attiva il plugin Gutenberg',NULL,'',0,'2018-11-12 23:39:45'),(5229,5237,'it',0,NULL,'Attiva plugin',NULL,'',0,'2018-11-12 23:39:45'),(5230,5238,'it',0,NULL,'Attiva Plugin &amp; Ritorna a Press This',NULL,'',0,'2018-11-12 23:39:45'),(5231,5239,'it',0,NULL,'Attiva il plugin &amp; Lancia l’importatore',NULL,'',0,'2018-11-12 23:39:45'),(5232,5240,'it',0,NULL,'Attiva Press This',NULL,'',0,'2018-11-12 23:39:45'),(5233,5241,'it',0,NULL,'Attiva il plugin Classic Editor',NULL,'',0,'2018-11-12 23:39:45'),(5234,5242,'it',0,NULL,'Attivi <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(5235,5243,'it',0,NULL,'Installazioni attive:',NULL,'',0,'2018-11-12 23:39:45'),(5236,5244,'it',0,NULL,'Oltre un milione',NULL,'',0,'2018-11-12 23:39:45'),(5237,5245,'it',0,NULL,'Meno di 10',NULL,'',0,'2018-11-12 23:39:45'),(5238,5246,'it',0,NULL,'Attività',NULL,'',0,'2018-11-12 23:39:45'),(5239,5247,'it',0,NULL,'Aggiungere commento',NULL,'',0,'2018-11-12 23:39:45'),(5240,5248,'it',0,NULL,'Aggiungi campo personalizzato',NULL,'',0,'2018-11-12 23:39:45'),(5241,5249,'it',0,NULL,'Aggiungi una richiesta di eliminazione dei dati personali',NULL,'',0,'2018-11-12 23:39:45'),(5242,5250,'it',0,NULL,'Aggiungi una richiesta di esportazione dei dati personali',NULL,'',0,'2018-11-12 23:39:45'),(5243,5251,'it',0,NULL,'Aggiungi utente esistente',NULL,'',0,'2018-11-12 23:39:45'),(5244,5252,'it',0,NULL,'Aggiungi nuovo campo personalizzato:',NULL,'',0,'2018-11-12 23:39:45'),(5245,5253,'it',0,NULL,'Aggiungi nuovo link',NULL,'',0,'2018-11-12 23:39:45'),(5246,5254,'it',0,NULL,'Aggiungi un nuovo tema',NULL,'',0,'2018-11-12 23:39:45'),(5247,5255,'it',0,NULL,'Aggiungi nuovo utente',NULL,'',0,'2018-11-12 23:39:45'),(5248,5256,'it',0,NULL,'Aggiungi plugin',NULL,'',0,'2018-11-12 23:39:45'),(5249,5257,'it',0,NULL,'Aggiungi temi',NULL,'',0,'2018-11-12 23:39:45'),(5250,5258,'it',0,NULL,'Aggiungi un widget',NULL,'',0,'2018-11-12 23:39:45'),(5251,5259,'it',0,NULL,'Aggiungere un articolo',NULL,'',0,'2018-11-12 23:39:45'),(5252,5260,'it',0,NULL,'Aggiungere altre pagine',NULL,'',0,'2018-11-12 23:39:45'),(5253,5261,'it',0,NULL,'Aggiungi una pagina info',NULL,'',0,'2018-11-12 23:39:45'),(5254,5262,'it',0,NULL,'Aggiungi commento',NULL,'',0,'2018-11-12 23:39:45'),(5255,5263,'it',0,NULL,'Aggiungi media file da un file sul proprio computer:',NULL,'',0,'2018-11-12 23:39:45'),(5256,5264,'it',0,NULL,'Aggiungi nuovi elementi di menu nella colonna a sinistra.',NULL,'',0,'2018-11-12 23:39:45'),(5257,5265,'it',0,NULL,'Aggiungere un nuovo commento',NULL,'',0,'2018-11-12 23:39:45'),(5258,5266,'it',0,NULL,'Aggiungi nuovo tema',NULL,'',0,'2018-11-12 23:39:45'),(5259,5267,'it',0,NULL,'Aggiungi uno o più elementi in una volta sola <strong>selezionando la casella vicino a ciascun elemento e facendo clic su «Aggiungi al menu»</strong>',NULL,'',0,'2018-11-12 23:39:45'),(5260,5268,'it',0,NULL,'Aggiungi l\'utente senza inviare una email che richieda la sua conferma.',NULL,'',0,'2018-11-12 23:39:45'),(5261,5269,'it',0,NULL,'Aggiungere, organizzare e modificare singoli elementi di menu',NULL,'',0,'2018-11-12 23:39:45'),(5262,5270,'it',0,NULL,'Aggiungere categorie',NULL,'',0,'2018-11-12 23:39:45'),(5263,5271,'it',0,NULL,'Aggiunta dei plugin in corso',NULL,'',0,'2018-11-12 23:39:45'),(5264,5272,'it',0,NULL,'Aggiungere tag',NULL,'',0,'2018-11-12 23:39:45'),(5265,5273,'it',0,NULL,'Aggiungere temi',NULL,'',0,'2018-11-12 23:39:45'),(5266,5274,'it',0,NULL,'Capacità aggiuntive',NULL,'',0,'2018-11-12 23:39:45'),(5267,5275,'it',0,NULL,'Informazioni aggiuntive',NULL,'',0,'2018-11-12 23:39:45'),(5268,5276,'it',0,NULL,'Impostazioni aggiuntive',NULL,'',0,'2018-11-12 23:39:45'),(5269,5277,'it',0,NULL,'Schema di colore del pannello di amministrazione',NULL,'',0,'2018-11-12 23:39:45'),(5270,5278,'it',0,NULL,'Gli amministratori hanno accesso a tutte le funzioni di amministrazione.',NULL,'',0,'2018-11-12 23:39:45'),(5271,5279,'it',0,NULL,'Plugin avanzato di memorizzazione nella cache.',NULL,'',0,'2018-11-12 23:39:45'),(5272,5280,'it',0,NULL,'Dopo aver effettuato le modifiche, fai clic su aggiorna file.',NULL,'',0,'2018-11-12 23:39:45'),(5273,5281,'it',0,NULL,'Una volta che hai teminato fai clic su &#8220;Esegui l&#8217;installazione.&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(5274,5282,'it',0,NULL,'Dopo aver impostato la pagina sulla privacy policy, ti suggeriamo di modificarla.',NULL,'',0,'2018-11-12 23:39:45'),(5275,5283,'it',0,NULL,'Tutto',NULL,'',0,'2018-11-12 23:39:45'),(5276,5284,'it',0,NULL,'Tutti i commenti',NULL,'',0,'2018-11-12 23:39:45'),(5277,5285,'it',0,NULL,'Tutte le opzioni',NULL,'',0,'2018-11-12 23:39:45'),(5278,5286,'it',0,NULL,'Tutti i tab:',NULL,'',0,'2018-11-12 23:39:45'),(5279,5287,'it',0,NULL,'Tutti i tipi',NULL,'',0,'2018-11-12 23:39:45'),(5280,5288,'it',0,NULL,'Tutti gli utenti',NULL,'',0,'2018-11-12 23:39:45'),(5281,5289,'it',0,NULL,'Tutti i tipi di commento',NULL,'',0,'2018-11-12 23:39:45'),(5282,5290,'it',0,NULL,'Tutti i contenuti',NULL,'',0,'2018-11-12 23:39:45'),(5283,5291,'it',0,NULL,'Tutte le dimensioni dell\'immagine',NULL,'',0,'2018-11-12 23:39:45'),(5284,5292,'it',0,NULL,'Ottimo lavoro, amico! Hai completato questa parte dell\'installazione. Ora WordPress può comunicare con il database. Se sei pronto, ora è il momento di&hellip;',NULL,'',0,'2018-11-12 23:39:45'),(5285,5293,'it',0,NULL,'Tutti i plugin selezionati sono aggiornati.',NULL,'',0,'2018-11-12 23:39:45'),(5286,5294,'it',0,NULL,'Tutte le dimensioni ad eccezione della miniatura',NULL,'',0,'2018-11-12 23:39:45'),(5287,5295,'it',0,NULL,'Tutti i file che carichi sono elencati nella Libreria media, con gli elementi più recenti elencati per primi.',NULL,'',0,'2018-11-12 23:39:45'),(5288,5296,'it',0,NULL,'Tutti i file che hai caricato sono elencati nella Libreria Media, con in cima i caricamenti pi&ugrave; recenti. &Egrave; possibile usare la scheda Impostazioni schermata per personalizzare questa vista.',NULL,'',0,'2018-11-12 23:39:45'),(5289,5297,'it',0,NULL,'Tutti gli aggiornamenti sono stati completati.',NULL,'',0,'2018-11-12 23:39:45'),(5290,5298,'it',0,NULL,'Permetti',NULL,'',0,'2018-11-12 23:39:45'),(5291,5299,'it',0,NULL,'Permetti <a href=\"%s\">trackback e pingback</a> in questa pagina.',NULL,'',0,'2018-11-12 23:39:45'),(5292,5300,'it',0,NULL,'Permetti di commentare',NULL,'',0,'2018-11-12 23:39:45'),(5293,5301,'it',0,NULL,'Permetti i ping',NULL,'',0,'2018-11-12 23:39:45'),(5294,5302,'it',0,NULL,'Permetti la riparazione automatica del database',NULL,'',0,'2018-11-12 23:39:45'),(5295,5303,'it',0,NULL,'Permetti commenti',NULL,'',0,'2018-11-12 23:39:45'),(5296,5304,'it',0,NULL,'Permetti ai motori di ricerca di indicizzare questo sito',NULL,'',0,'2018-11-12 23:39:45'),(5297,5305,'it',0,NULL,'Ping già inviati a:',NULL,'',0,'2018-11-12 23:39:45'),(5298,5306,'it',0,NULL,'Testo alternativo per l\'immagine, es. &#8220;La Monna Lisa&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(5299,5307,'it',0,NULL,'In alternativa, puoi esplorare i temi in evidenza, popolari o recenti. Quando trovi un tema che ti piace lo puoi vedere in anteprima o installarlo.',NULL,'',0,'2018-11-12 23:39:45'),(5300,5308,'it',0,NULL,'Utilizzare sempre https quando si visita il pannello di amministrazione',NULL,'',0,'2018-11-12 23:39:45'),(5301,5309,'it',0,NULL,'Inglese americano',NULL,'',0,'2018-11-12 23:39:45'),(5302,5310,'it',0,NULL,'Una stringa anonimizzata creata a partire dal tuo indirizzo email (altrimenti detta hash) può essere fornita al servizio Gravatar per vedere se lo stai usando. La privacy policy del servizio Gravatar è disponibile qui: https://automattic.com/privacy/. Dopo l\'approvazione del tuo commento, la tua immagine del profilo è visibile al pubblico nel contesto del tuo commento.',NULL,'',0,'2018-11-12 23:39:45'),(5303,5311,'it',0,NULL,'Un aggiornamento automatico di WordPress non è stato completato – <a href=\"%s\">riprova nuovamente l’aggiornamento ora</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5304,5312,'it',0,NULL,'Un aggiornamento automatico di WordPress non è stato completato! Informa l’amministratore del sito.',NULL,'',0,'2018-11-12 23:39:45'),(5305,5313,'it',0,NULL,'Un avatar è un’immagine che ti segue da un blog all’altro e che appare accanto al tuo nome quando commenti su siti che hanno abilitato gli avatar. Qui puoi abilitare la visualizzazione degli avatar per le persone che commentano sul tuo sito.',NULL,'',0,'2018-11-12 23:39:45'),(5306,5314,'it',0,NULL,'Una email verrà inviata all\'utente chiedendogli di verificare la richiesta.',NULL,'',0,'2018-11-12 23:39:45'),(5307,5315,'it',0,NULL,'C\'è stato un errore durante l\'aggiornamento di %1$s:  %2$s',NULL,'',0,'2018-11-12 23:39:45'),(5308,5316,'it',0,NULL,'Un esportatore ha usato in modo improprio il filtro di registrazione.',NULL,'',0,'2018-11-12 23:39:45'),(5309,5317,'it',0,NULL,'Un miglioramento incrementale ai cambiamenti apportati ai media in WordPress 4.8, ora puoi aggiungere una galleria di immagini via widget. Si!',NULL,'',0,'2018-11-12 23:39:45'),(5310,5318,'it',0,NULL,'&Egrave; disponibile una versione aggiornata di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(5311,5319,'it',0,NULL,'Analytics',NULL,'',0,'2018-11-12 23:39:45'),(5312,5320,'it',0,NULL,'Attualmente è in corso un altro aggiornamento.',NULL,'',0,'2018-11-12 23:39:45'),(5313,5321,'it',0,NULL,'Ogni modifica ai file di questa schermata verrà applicata su tutti i siti di questa rete.',NULL,'',0,'2018-11-12 23:39:45'),(5314,5322,'it',0,NULL,'Chiunque può registrarsi',NULL,'',0,'2018-11-12 23:39:45'),(5315,5323,'it',0,NULL,'Qualcuno inserisce un commento',NULL,'',0,'2018-11-12 23:39:45'),(5316,5324,'it',0,NULL,'Aspetto',NULL,'',0,'2018-11-12 23:39:45'),(5317,5325,'it',0,NULL,'Template allegato applicazioni',NULL,'',0,'2018-11-12 23:39:45'),(5318,5326,'it',0,NULL,'Applica filtri',NULL,'',0,'2018-11-12 23:39:45'),(5319,5327,'it',0,NULL,'Applica le modifiche a:',NULL,'',0,'2018-11-12 23:39:45'),(5320,5328,'it',0,NULL,'Approva',NULL,'',0,'2018-11-12 23:39:45'),(5321,5329,'it',0,NULL,'Approva commento',NULL,'',0,'2018-11-12 23:39:45'),(5322,5330,'it',0,NULL,'Approva questo commento',NULL,'',0,'2018-11-12 23:39:45'),(5323,5331,'it',0,NULL,'Sei sicuro di voler eliminare questo tema?\n \n\nFai clic su \'Annulla\' per tornare indietro, \'OK\' per eliminare.',NULL,'',0,'2018-11-12 23:39:45'),(5324,5332,'it',0,NULL,'Sei sicuro di voler eliminare questi file e dati?',NULL,'',0,'2018-11-12 23:39:45'),(5325,5333,'it',0,NULL,'Procedere con l\'eliminazione di questi file?',NULL,'',0,'2018-11-12 23:39:45'),(5326,5334,'it',0,NULL,'Gli articoli su questo sito possono includere contenuti incorporati (ad esempio video, immagini, articoli, ecc.). I contenuti incorporati da altri siti web si comportano esattamente allo stesso modo come se il visitatore avesse visitato l\'altro sito web.',NULL,'',0,'2018-11-12 23:39:45'),(5327,5335,'it',0,NULL,'Come proprietario di un sito web, potrebbe essere necessario seguire le leggi nazionali o internazionali sulla privacy. Ad esempio, potrebbe essere necessario creare e visualizzare una privacy policy.',NULL,'',0,'2018-11-12 23:39:45'),(5328,5336,'it',0,NULL,'Crescente',NULL,'',0,'2018-11-12 23:39:45'),(5329,5337,'it',0,NULL,'Rapporto dimensioni:',NULL,'',0,'2018-11-12 23:39:45'),(5330,5338,'it',0,NULL,'Per creare una gerarchia assegna un termine genitore. Ad esempio il termine Jazz potrebbe essere genitore di Bebop e Big Band.',NULL,'',0,'2018-11-12 23:39:45'),(5331,5339,'it',0,NULL,'Menu assegnati',NULL,'',0,'2018-11-12 23:39:45'),(5332,5340,'it',0,NULL,'In sintesi',NULL,'',0,'2018-11-12 23:39:45'),(5333,5341,'it',0,NULL,'Allega',NULL,'',0,'2018-11-12 23:39:45'),(5334,5342,'it',0,NULL,'Collega &#8220;%s&#8221; al contenuto esistente',NULL,'',0,'2018-11-12 23:39:45'),(5335,5343,'it',0,NULL,'Allega al contenuto esistente',NULL,'',0,'2018-11-12 23:39:45'),(5336,5344,'it',0,NULL,'Allegare file',NULL,'',0,'2018-11-12 23:39:45'),(5337,5345,'it',0,NULL,'URL dell\'allegato',NULL,'',0,'2018-11-12 23:39:45'),(5338,5346,'it',0,NULL,'Template allegati',NULL,'',0,'2018-11-12 23:39:45'),(5339,5347,'it',0,NULL,'Tentare di notificare tutti i blog che hanno un link nell\'articolo',NULL,'',0,'2018-11-12 23:39:45'),(5340,5348,'it',0,NULL,'Tentativo di ritornare alla versione precedente.',NULL,'',0,'2018-11-12 23:39:45'),(5341,5349,'it',0,NULL,'Partecipa ad un evento in arrivo vicino %s.',NULL,'',0,'2018-11-12 23:39:45'),(5342,5350,'it',0,NULL,'Assegna tutti i contenuti a:',NULL,'',0,'2018-11-12 23:39:45'),(5343,5351,'it',0,NULL,'Template allegato audio',NULL,'',0,'2018-11-12 23:39:45'),(5344,5352,'it',0,NULL,'Codec audio:',NULL,'',0,'2018-11-12 23:39:45'),(5345,5353,'it',0,NULL,'Formato audio:',NULL,'',0,'2018-11-12 23:39:45'),(5346,5354,'it',0,NULL,'Audio, video o un altro file',NULL,'',0,'2018-11-12 23:39:45'),(5347,5355,'it',0,NULL,'Chiavi di autenticazione',NULL,'',0,'2018-11-12 23:39:45'),(5348,5356,'it',0,NULL,'Template autore',NULL,'',0,'2018-11-12 23:39:45'),(5349,5357,'it',0,NULL,'Gli autori possono pubblicare e gestire i propri articoli, e sono in grado di caricare file.',NULL,'',0,'2018-11-12 23:39:45'),(5350,5358,'it',0,NULL,'Autori:',NULL,'',0,'2018-11-12 23:39:45'),(5351,5359,'it',0,NULL,'Bozza automatica',NULL,'',0,'2018-11-12 23:39:45'),(5352,5360,'it',0,NULL,'Aggiungi automaticamente le pagine',NULL,'',0,'2018-11-12 23:39:45'),(5353,5361,'it',0,NULL,'Chiudere automaticamente i commenti degli articoli più vecchi di %s giorni',NULL,'',0,'2018-11-12 23:39:45'),(5354,5362,'it',0,NULL,'Salvataggio automatico di %s',NULL,'',0,'2018-11-12 23:39:45'),(5355,5363,'it',0,NULL,'Azioni disponibili',NULL,'',0,'2018-11-12 23:39:45'),(5356,5364,'it',0,NULL,'Strumenti disponibili',NULL,'',0,'2018-11-12 23:39:45'),(5357,5365,'it',0,NULL,'Widget disponibili',NULL,'',0,'2018-11-12 23:39:45'),(5358,5366,'it',0,NULL,'Tag disponibili:',NULL,'',0,'2018-11-12 23:39:45'),(5359,5367,'it',0,NULL,'Visualizzazione avatar',NULL,'',0,'2018-11-12 23:39:45'),(5360,5368,'it',0,NULL,'Avatar',NULL,'',0,'2018-11-12 23:39:45'),(5361,5369,'it',0,NULL,'Valutazione media',NULL,'',0,'2018-11-12 23:39:45'),(5362,5370,'it',0,NULL,'BETA TESTER:',NULL,'',0,'2018-11-12 23:39:45'),(5363,5371,'it',0,NULL,'BETA TEST?\n=============\n\nQuesta email di debug viene spedita quando usi una versione di sviluppo di WordPress.\n\nSe pensi che questi errori possano essere dovuti ad un bug in WordPress, puoi segnalarlo?\n * Apri un thread nei forum di supporto: https://wordpress.org/support/forum/alphabeta\n * Oppure se hai confidenza nello scrivere un bug report: https://core.trac.wordpress.org/\n\nGrazie! -- Il team di WordPress',NULL,'',0,'2018-11-12 23:39:45'),(5364,5372,'it',0,NULL,'Ripeti',NULL,'',0,'2018-11-12 23:39:45'),(5365,5373,'it',0,NULL,'Scorri',NULL,'',0,'2018-11-12 23:39:45'),(5366,5374,'it',0,NULL,'Lo sfondo è stato aggiornato. <a href=\"%s\">Visita il sito</a> per vedere come appare.',NULL,'',0,'2018-11-12 23:39:45'),(5367,5375,'it',0,NULL,'Poiché si tratta di un\'installazione multisito, è possibile aggiungere gli account già esistenti sulla Rete, specificando un nome utente o email e la definizione di un ruolo. Per ulteriori opzioni, come specificare una password, è necessario essere un amministratore di rete e utilizzare il link di azione sotto il nome di un utente esistente per modificare il profilo utente sotto Amministrazione rete > Tutti gli utenti.',NULL,'',0,'2018-11-12 23:39:45'),(5368,5376,'it',0,NULL,'Prima che appaia un commento',NULL,'',0,'2018-11-12 23:39:45'),(5369,5377,'it',0,NULL,'Prima di iniziare',NULL,'',0,'2018-11-12 23:39:45'),(5370,5378,'it',0,NULL,'Devi aggiustare l\'errore che segue prima di caricare il file d\'importazione:',NULL,'',0,'2018-11-12 23:39:45'),(5371,5379,'it',0,NULL,'Comincia selezionando  un tema da modificare dal menu a discesa e fai clic sul pulsante seleziona. Verrà mostrato l\'elenco di tutti i file del tema. Facendo clic una volta sul nome di uno dei file, questo verrà aperto nell\'editor dei temi.',NULL,'',0,'2018-11-12 23:39:45'),(5372,5380,'it',0,NULL,'Di seguito puoi inserire i dettagli di connessione al database. Se non sei sicuro dei dati da inserire contatta il tuo fornitore di hosting.',NULL,'',0,'2018-11-12 23:39:45'),(5373,5381,'it',0,NULL,'Migliori istruzioni per il menu =  meno confusione',NULL,'',0,'2018-11-12 23:39:45'),(5374,5382,'it',0,NULL,'Informazioni biografiche',NULL,'',0,'2018-11-12 23:39:45'),(5375,5383,'it',0,NULL,'Vuoto',NULL,'',0,'2018-11-12 23:39:45'),(5376,5384,'it',0,NULL,'Blog',NULL,'',0,'2018-11-12 23:39:45'),(5377,5385,'it',0,NULL,'Le pagine del blog visualizzano al massimo',NULL,'',0,'2018-11-12 23:39:45'),(5378,5386,'it',0,NULL,'Blogger',NULL,'',0,'2018-11-12 23:39:45'),(5379,5387,'it',0,NULL,'Blogroll',NULL,'',0,'2018-11-12 23:39:45'),(5380,5388,'it',0,NULL,'Riquadri',NULL,'',0,'2018-11-12 23:39:45'),(5381,5389,'it',0,NULL,'Dividi i commenti in pagine con %1$s commenti di primo livello per pagina e con %2$s pagina visualizzata come predefinita',NULL,'',0,'2018-11-12 23:39:45'),(5382,5390,'it',0,NULL,'Ripristina questo aggiornamento',NULL,'',0,'2018-11-12 23:39:45'),(5383,5391,'it',0,NULL,'Inglese britannico',NULL,'',0,'2018-11-12 23:39:45'),(5384,5392,'it',0,NULL,'Tema corrotto',NULL,'',0,'2018-11-12 23:39:45'),(5385,5393,'it',0,NULL,'Sfoglia i plugin',NULL,'',0,'2018-11-12 23:39:45'),(5386,5394,'it',0,NULL,'Naviga nelle revisioni',NULL,'',0,'2018-11-12 23:39:45'),(5387,5395,'it',0,NULL,'Navigazione di %s (attivo)',NULL,'',0,'2018-11-12 23:39:45'),(5388,5396,'it',0,NULL,'Navigazione di %s (inattivo)',NULL,'',0,'2018-11-12 23:39:45'),(5389,5397,'it',0,NULL,'Azioni di gruppo',NULL,'',0,'2018-11-12 23:39:45'),(5390,5398,'it',0,NULL,'Modifica di gruppo',NULL,'',0,'2018-11-12 23:39:45'),(5391,5399,'it',0,NULL,'Successivo',NULL,'',0,'2018-11-12 23:39:45'),(5392,5400,'it',0,NULL,'Precedente',NULL,'',0,'2018-11-12 23:39:45'),(5393,5401,'it',0,NULL,'Successivo',NULL,'',0,'2018-11-12 23:39:45'),(5394,5402,'it',0,NULL,'Precedente',NULL,'',0,'2018-11-12 23:39:45'),(5395,5403,'it',0,NULL,'Di %s',NULL,'',0,'2018-11-12 23:39:45'),(5396,5404,'it',0,NULL,'Di %s',NULL,'',0,'2018-11-12 23:39:45'),(5397,5405,'it',0,NULL,'Di default WordPress non raccoglie dati statistici. Tuttavia, molti account di hosting Web raccolgono dati statistici anonimi. Potresti aver installato anche un plugin per WordPress che fornisce servizi di analisi. In tal caso, aggiungi qui le informazioni da quel plugin.',NULL,'',0,'2018-11-12 23:39:45'),(5398,5406,'it',0,NULL,'Di default WordPress non raccoglie dati personali sui visitatori e raccoglie solo i dati mostrati nella schermata Profilo utente dagli utenti registrati. Tuttavia alcuni plugin potrebbero raccogliere dati personali. Dovresti aggiungere le informazioni rilevanti di seguito.',NULL,'',0,'2018-11-12 23:39:45'),(5399,5407,'it',0,NULL,'Per impostazione predefinita, WordPress non condivide alcun dato personale con nessuno.',NULL,'',0,'2018-11-12 23:39:45'),(5400,5408,'it',0,NULL,'Per impostazione predefinita, WordPress non include un modulo di contatto. Se si utilizza un plugin per il modulo di contatto, utilizzare questa sottosezione per descrivere quali dati personali vengono acquisiti quando qualcuno invia un modulo di contatto e per quanto tempo lo si conserva. Ad esempio, è possibile riportare che si mantengono gli invii dei moduli di contatto per un certo periodo ai fini del servizio clienti, ma non si utilizzano le informazioni inviate attraverso di loro per scopi di marketing.',NULL,'',0,'2018-11-12 23:39:45'),(5401,5409,'it',0,NULL,'Di norma, i nuovi utenti ricevono un’email che li mette a conoscenza del fatto che sono stati aggiunti come utenti al tuo sito. Questa email contiene anche un link per reimpostare la password. Lascia in bianco l’opzione, se non vuoi inviare un’email di benvenuto ai nuovi utenti.',NULL,'',0,'2018-11-12 23:39:45'),(5402,5410,'it',0,NULL,'Classi CSS (opzionale)',NULL,'',0,'2018-11-12 23:39:45'),(5403,5411,'it',0,NULL,'Annulla il cambio password.',NULL,'',0,'2018-11-12 23:39:45'),(5404,5412,'it',0,NULL,'Impossibile caricare %s.',NULL,'',0,'2018-11-12 23:39:45'),(5405,5413,'it',0,NULL,'Non posso caricare i metadati dell\'immagine.',NULL,'',0,'2018-11-12 23:39:45'),(5406,5414,'it',0,NULL,'Impossibile salvare i metadati dell\'immagine',NULL,'',0,'2018-11-12 23:39:45'),(5407,5415,'it',0,NULL,'Capacità',NULL,'',0,'2018-11-12 23:39:45'),(5408,5416,'it',0,NULL,'Convertitore di categorie e tag',NULL,'',0,'2018-11-12 23:39:45'),(5409,5417,'it',0,NULL,'La categorie possono venire selettivamente convertite in tag utilizzando il <a href=\"%s\">convertitore di categorie in tag</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5410,5418,'it',0,NULL,'Categorie eliminate.',NULL,'',0,'2018-11-12 23:39:45'),(5411,5419,'it',0,NULL,'Le categorie hanno una gerarchia il che significa che è possibile annidare sottocategorie. I tag non hanno una gerarchia e non possono venir annidati. A volte le persone iniziano ad utilizzarne uno negli articoli e successivamente realizzano che l\'altro funziona meglio per i loro contenuti.',NULL,'',0,'2018-11-12 23:39:45'),(5412,5420,'it',0,NULL,'Le categorie, a differenza dei tag, possono avere una gerarchia. Si può avere la categoria Jazz e sotto questa delle categorie figlie per Bebop e Big Band. Tutto completamente opzionale.',NULL,'',0,'2018-11-12 23:39:45'),(5413,5421,'it',0,NULL,'Categorie:',NULL,'',0,'2018-11-12 23:39:45'),(5414,5422,'it',0,NULL,'Template categorie',NULL,'',0,'2018-11-12 23:39:45'),(5415,5423,'it',0,NULL,'Categoria aggiunta.',NULL,'',0,'2018-11-12 23:39:45'),(5416,5424,'it',0,NULL,'Base delle categorie',NULL,'',0,'2018-11-12 23:39:45'),(5417,5425,'it',0,NULL,'Categoria eliminata.',NULL,'',0,'2018-11-12 23:39:45'),(5418,5426,'it',0,NULL,'Categoria non aggiunta.',NULL,'',0,'2018-11-12 23:39:45'),(5419,5427,'it',0,NULL,'Categoria non aggiornata.',NULL,'',0,'2018-11-12 23:39:45'),(5420,5428,'it',0,NULL,'Categoria aggiornata.',NULL,'',0,'2018-11-12 23:39:45'),(5421,5429,'it',0,NULL,'Attenzione:',NULL,'',0,'2018-11-12 23:39:45'),(5422,5430,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-12 23:39:45'),(5423,5431,'it',0,NULL,'Modifica permalink',NULL,'',0,'2018-11-12 23:39:45'),(5424,5432,'it',0,NULL,'Cambia ruolo in&hellip;',NULL,'',0,'2018-11-12 23:39:45'),(5425,5433,'it',0,NULL,'Cambia la pagina privacy policy',NULL,'',0,'2018-11-12 23:39:45'),(5426,5434,'it',0,NULL,'Ruoli modificati',NULL,'',0,'2018-11-12 23:39:45'),(5427,5435,'it',0,NULL,'Modificando in %s',NULL,'',0,'2018-11-12 23:39:45'),(5428,5436,'it',0,NULL,'Verifica di nuovo',NULL,'',0,'2018-11-12 23:39:45'),(5429,5437,'it',0,NULL,'Controlla le chiavi segrete',NULL,'',0,'2018-11-12 23:39:45'),(5430,5438,'it',0,NULL,'Scegliere l\'immagine di sfondo',NULL,'',0,'2018-11-12 23:39:45'),(5431,5439,'it',0,NULL,'Scegliere una testata personalizzata',NULL,'',0,'2018-11-12 23:39:45'),(5432,5440,'it',0,NULL,'Scegli un file dal tuo computer:',NULL,'',0,'2018-11-12 23:39:45'),(5433,5441,'it',0,NULL,'Scegli un plugin da modificare dal menu a discesa e fai clic sul pulsante di selezione. Fai clic una sola volta sul nome del file da modificare per caricarlo nell\'editor e modificarlo. Terminate le modifiche, ricordarti di salvare le modifiche. (Aggiorna file)',NULL,'',0,'2018-11-12 23:39:45'),(5434,5442,'it',0,NULL,'Seleziona una immagine dal tuo computer:',NULL,'',0,'2018-11-12 23:39:45'),(5435,5443,'it',0,NULL,'Scegli in alternativa una città nel tuo stesso fuso orario o una differenza rispetto al fuso orario UTC.',NULL,'',0,'2018-11-12 23:39:45'),(5436,5444,'it',0,NULL,'Seleziona la parte dell\'immagine che desideri utilizzare nella testata.',NULL,'',0,'2018-11-12 23:39:45'),(5437,5445,'it',0,NULL,'Seleziona il frame di destinazione per il tuo link.',NULL,'',0,'2018-11-12 23:39:45'),(5438,5446,'it',0,NULL,'Seleziona quali contenuti esportare',NULL,'',0,'2018-11-12 23:39:45'),(5439,5447,'it',0,NULL,'Milano',NULL,'',0,'2018-11-12 23:39:45'),(5440,5448,'it',0,NULL,'Città:',NULL,'',0,'2018-11-12 23:39:45'),(5441,5449,'it',0,NULL,'Classic Editor',NULL,'',0,'2018-11-12 23:39:45'),(5442,5450,'it',0,NULL,'Elimina i widget inattivi',NULL,'',0,'2018-11-12 23:39:45'),(5443,5451,'it',0,NULL,'Pulisci elenco',NULL,'',0,'2018-11-12 23:39:45'),(5444,5452,'it',0,NULL,'Pulisci i filtri attuali',NULL,'',0,'2018-11-12 23:39:45'),(5445,5453,'it',0,NULL,'Fai clic su personalizza per il tema corrente o anteprima per tutti gli altri temi per vedere l\'anteprima',NULL,'',0,'2018-11-12 23:39:45'),(5446,5454,'it',0,NULL,'Fai clic su salva menu per rendere pubbliche le modifiche effettuate.',NULL,'',0,'2018-11-12 23:39:45'),(5447,5455,'it',0,NULL,'Fai clic sul tema per vedere il nome del tema, la versione, l\'autore, la descrizione, i tag e il link per eliminarlo',NULL,'',0,'2018-11-12 23:39:45'),(5448,5456,'it',0,NULL,'Fai clic sull’immagine per modificare o aggiornare',NULL,'',0,'2018-11-12 23:39:45'),(5449,5457,'it',0,NULL,'Facendo clic su <strong>Seleziona file</strong> si apre una finestra di navigazione che elenca i file nel proprio sistema operativo. Selezionando <strong>Apri</strong> dopo aver fatto clic sul file che si desidera si attiverà una barra di avanzamento sulla schermata di caricamento.',NULL,'',0,'2018-11-12 23:39:45'),(5450,5458,'it',0,NULL,'Facendo clic su un elemento verrà visualizzata la finestra di dialogo con i dettagli dell’allegato, che ti permetterà di vedere l’anteprima del media e di effettuare delle modifiche veloci. Ogni modifica che farai ai dettagli dell’allegato verrà salvata automaticamente.',NULL,'',0,'2018-11-12 23:39:45'),(5451,5459,'it',0,NULL,'Chiudi finestra dettagli',NULL,'',0,'2018-11-12 23:39:45'),(5452,5460,'it',0,NULL,'Chiudi il pannello allegati media',NULL,'',0,'2018-11-12 23:39:45'),(5453,5461,'it',0,NULL,'Chiudi Personalizza e torna alla pagina precedente',NULL,'',0,'2018-11-12 23:39:45'),(5454,5462,'it',0,NULL,'CodeMirror è disponibile per l\'utilizzo nei tuoi temi e plugin',NULL,'',0,'2018-11-12 23:39:45'),(5455,5463,'it',0,NULL,'Miglioramenti del codice',NULL,'',0,'2018-11-12 23:39:45'),(5456,5464,'it',0,NULL,'Cofondatore, leader di progetto',NULL,'',0,'2018-11-12 23:39:45'),(5457,5465,'it',0,NULL,'Collabora con i link di anteprima del design',NULL,'',0,'2018-11-12 23:39:45'),(5458,5466,'it',0,NULL,'Riduci',NULL,'',0,'2018-11-12 23:39:45'),(5459,5467,'it',0,NULL,'Riduci Barra laterale',NULL,'',0,'2018-11-12 23:39:45'),(5460,5468,'it',0,NULL,'Riduci menu',NULL,'',0,'2018-11-12 23:39:45'),(5461,5469,'it',0,NULL,'Commento',NULL,'',0,'2018-11-12 23:39:45'),(5462,5470,'it',0,NULL,'Il commento %d non esiste',NULL,'',0,'2018-11-12 23:39:45'),(5463,5471,'it',0,NULL,'Blacklist dei commenti',NULL,'',0,'2018-11-12 23:39:45'),(5464,5472,'it',0,NULL,'Moderazione commenti',NULL,'',0,'2018-11-12 23:39:45'),(5465,5473,'it',0,NULL,'L’autore del commento deve inserire nome e indirizzo email',NULL,'',0,'2018-11-12 23:39:45'),(5466,5474,'it',0,NULL,'Gli autori di un commento devono avere un commento già approvato in precedenza',NULL,'',0,'2018-11-12 23:39:45'),(5467,5475,'it',0,NULL,'Il commento di %s adesso &egrave; segnato come spam.',NULL,'',0,'2018-11-12 23:39:45'),(5468,5476,'it',0,NULL,'Il commento di %s adesso &egrave; nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5469,5477,'it',0,NULL,'Il commento deve essere approvato manualmente',NULL,'',0,'2018-11-12 23:39:45'),(5470,5478,'it',0,NULL,'Stato del commento',NULL,'',0,'2018-11-12 23:39:45'),(5471,5479,'it',0,NULL,'Commenti %s',NULL,'',0,'2018-11-12 23:39:45'),(5472,5480,'it',0,NULL,'(%1$s) commenti per &#8220;%2$s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(5473,5481,'it',0,NULL,'Template commenti',NULL,'',0,'2018-11-12 23:39:45'),(5474,5482,'it',0,NULL,'Elenco commenti',NULL,'',0,'2018-11-12 23:39:45'),(5475,5483,'it',0,NULL,'Elenco commenti',NULL,'',0,'2018-11-12 23:39:45'),(5476,5484,'it',0,NULL,'Commenti su &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(5477,5485,'it',0,NULL,'I commenti dovrebbero essere visualizzati con %s commenti in cima ad ogni pagina',NULL,'',0,'2018-11-12 23:39:45'),(5478,5486,'it',0,NULL,'Impostazioni comuni',NULL,'',0,'2018-11-12 23:39:45'),(5479,5487,'it',0,NULL,'Compara le revisioni di &#8220;%1$s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(5480,5488,'it',0,NULL,'Confronta due revisioni qualsiasi',NULL,'',0,'2018-11-12 23:39:45'),(5481,5489,'it',0,NULL,'Confronta due revisioni non consecutive <strong>selezionando la casella &#8220;Confronta due revisioni qualsiasi&#8221;</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(5482,5490,'it',0,NULL,'Compatibilità con WordPress %1$s: %2$d%% (%3$d voti su \"funziona\" su un totale di %4$d)',NULL,'',0,'2018-11-12 23:39:45'),(5483,5491,'it',0,NULL,'Compatibilità  con WordPress %1$s: 100%% (secondo l\'autore)',NULL,'',0,'2018-11-12 23:39:45'),(5484,5492,'it',0,NULL,'Compatibilità  con WordPress %1$s: sconosciuta',NULL,'',0,'2018-11-12 23:39:45'),(5485,5493,'it',0,NULL,'Testato fino alla versione:',NULL,'',0,'2018-11-12 23:39:45'),(5486,5494,'it',0,NULL,'Errore di configurazione',NULL,'',0,'2018-11-12 23:39:45'),(5487,5495,'it',0,NULL,'Configura',NULL,'',0,'2018-11-12 23:39:45'),(5488,5496,'it',0,NULL,'Questa configurazione è opzionale. Di base dovrebbe essere vuota.',NULL,'',0,'2018-11-12 23:39:45'),(5489,5497,'it',0,NULL,'Conferma eliminazione',NULL,'',0,'2018-11-12 23:39:45'),(5490,5498,'it',0,NULL,'Conferma password',NULL,'',0,'2018-11-12 23:39:45'),(5491,5499,'it',0,NULL,'Conferma la rimozione',NULL,'',0,'2018-11-12 23:39:45'),(5492,5500,'it',0,NULL,'Conferma l\'uso di una password potenzialmente debole.',NULL,'',0,'2018-11-12 23:39:45'),(5493,5501,'it',0,NULL,'Richiesta di conferma avviata con successo.',NULL,'',0,'2018-11-12 23:39:45'),(5494,5502,'it',0,NULL,'Richiesta di conferma nuovamente inviata correttamente.',NULL,'',0,'2018-11-12 23:39:45'),(5495,5503,'it',0,NULL,'Informazioni connessione',NULL,'',0,'2018-11-12 23:39:45'),(5496,5504,'it',0,NULL,'Tipo di connessione',NULL,'',0,'2018-11-12 23:39:45'),(5497,5505,'it',0,NULL,'Informazioni di contatto',NULL,'',0,'2018-11-12 23:39:45'),(5498,5506,'it',0,NULL,'Modulo di contatto',NULL,'',0,'2018-11-12 23:39:45'),(5499,5507,'it',0,NULL,'Contenuto da esportare',NULL,'',0,'2018-11-12 23:39:45'),(5500,5508,'it',0,NULL,'Linguetta di Aiuto contestuale',NULL,'',0,'2018-11-12 23:39:45'),(5501,5509,'it',0,NULL,'Continua',NULL,'',0,'2018-11-12 23:39:45'),(5502,5510,'it',0,NULL,'Contributori',NULL,'',0,'2018-11-12 23:39:45'),(5503,5511,'it',0,NULL,'I collaboratori possono scrivere e gestire i propri articoli ma non possono pubblicare articoli o caricare file.',NULL,'',0,'2018-11-12 23:39:45'),(5504,5512,'it',0,NULL,'Convertire a video gli emoticon tipo <code>:-)</code> o <code>:-P</code> in simboli grafici.',NULL,'',0,'2018-11-12 23:39:45'),(5505,5513,'it',0,NULL,'Converti le categorie esistenti in tag o tag in categorie, in modo selettivo.',NULL,'',0,'2018-11-12 23:39:45'),(5506,5514,'it',0,NULL,'Cookie',NULL,'',0,'2018-11-12 23:39:45'),(5507,5515,'it',0,NULL,'Copia il testo policy suggerito da %s.',NULL,'',0,'2018-11-12 23:39:45'),(5508,5516,'it',0,NULL,'Copia dei file necessari in corso&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(5509,5517,'it',0,NULL,'Hanno collaborato allo sviluppo di WordPress %s',NULL,'',0,'2018-11-12 23:39:45'),(5510,5518,'it',0,NULL,'Sviluppatore',NULL,'',0,'2018-11-12 23:39:45'),(5511,5519,'it',0,NULL,'Impossibile accedere al filesystem',NULL,'',0,'2018-11-12 23:39:45'),(5512,5520,'it',0,NULL,'Impossibile copiare il file.',NULL,'',0,'2018-11-12 23:39:45'),(5513,5521,'it',0,NULL,'Impossibile copiare i file.',NULL,'',0,'2018-11-12 23:39:45'),(5514,5522,'it',0,NULL,'Impossibile copiare i file. Si potrebbe aver esaurito lo spazio disco.',NULL,'',0,'2018-11-12 23:39:45'),(5515,5523,'it',0,NULL,'Impossibile creare il file temporaneo',NULL,'',0,'2018-11-12 23:39:45'),(5516,5524,'it',0,NULL,'Impossibile creare la directory.',NULL,'',0,'2018-11-12 23:39:45'),(5517,5525,'it',0,NULL,'Impossibile estrarre il file dall\'archivio.',NULL,'',0,'2018-11-12 23:39:45'),(5518,5526,'it',0,NULL,'Non è possibile rimuovere completamente il plugin %s.',NULL,'',0,'2018-11-12 23:39:45'),(5519,5527,'it',0,NULL,'Impossibile rimuovere completamente il plugin %s.',NULL,'',0,'2018-11-12 23:39:45'),(5520,5528,'it',0,NULL,'Impossibile rimuovere completamente il tema %s.',NULL,'',0,'2018-11-12 23:39:45'),(5521,5529,'it',0,NULL,'Impossibile inserire il link nel database',NULL,'',0,'2018-11-12 23:39:45'),(5522,5530,'it',0,NULL,'Non è possibile scollegare le sessioni utente. Riprova.',NULL,'',0,'2018-11-12 23:39:45'),(5523,5531,'it',0,NULL,'Impossibile rimuovere il vecchio plugin.',NULL,'',0,'2018-11-12 23:39:45'),(5524,5532,'it',0,NULL,'Impossibile rimuovere il vecchio tema.',NULL,'',0,'2018-11-12 23:39:45'),(5525,5533,'it',0,NULL,'Impossibile recuperare il file dall\'archivio.',NULL,'',0,'2018-11-12 23:39:45'),(5526,5534,'it',0,NULL,'Impossibile aggiornare il link nel database',NULL,'',0,'2018-11-12 23:39:45'),(5527,5535,'it',0,NULL,'Crea una nuova pagina',NULL,'',0,'2018-11-12 23:39:45'),(5528,5536,'it',0,NULL,'Crea un nuovo sito',NULL,'',0,'2018-11-12 23:39:45'),(5529,5537,'it',0,NULL,'Crea un nuovo utente',NULL,'',0,'2018-11-12 23:39:45'),(5530,5538,'it',0,NULL,'Crea un nuovo utente ed aggiungilo a questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(5531,5539,'it',0,NULL,'Crea o seleziona la pagina privacy policy del tuo sito in <strong>Impostazioni &gt; privacy</strong> per mantenere i tuoi utenti informati e consapevoli.',NULL,'',0,'2018-11-12 23:39:45'),(5532,5540,'it',0,NULL,'Creare, modificare ed eliminare menu',NULL,'',0,'2018-11-12 23:39:45'),(5533,5541,'it',0,NULL,'Creare una pagina è molto simile a creare un articolo e la schermata può venir personalizzata nello stesso modo tramite il trascina e rilascia, la linguetta impostazioni schermata ed i riquadri collassabili/espandibili. Questa schermata ha anche una modalità di scrittura senza distrazioni, accessibile tramite il pulsante pieno schermo, disponibile sia in modalità visuale che testo. L\'editor di Pagine funziona in maniera pressoché identica all\'editor degli articoli ma vi sono alcune funzionalità specifiche per le Pagine nel riquadro Impostazioni pagina.',NULL,'',0,'2018-11-12 23:39:45'),(5534,5542,'it',0,NULL,'Riconoscimenti',NULL,'',0,'2018-11-12 23:39:45'),(5535,5543,'it',0,NULL,'Ritaglia',NULL,'',0,'2018-11-12 23:39:45'),(5536,5544,'it',0,NULL,'Rapporto dimensioni del ritaglio',NULL,'',0,'2018-11-12 23:39:45'),(5537,5545,'it',0,NULL,'Ritaglio immagine della testata',NULL,'',0,'2018-11-12 23:39:45'),(5538,5546,'it',0,NULL,'Selezione da ritagliare',NULL,'',0,'2018-11-12 23:39:45'),(5539,5547,'it',0,NULL,'Ritaglia e pubblica',NULL,'',0,'2018-11-12 23:39:45'),(5540,5548,'it',0,NULL,'Ritaglia la miniatura alle dimensioni esatte (solitamente le miniature sono proporzionali)',NULL,'',0,'2018-11-12 23:39:45'),(5541,5549,'it',0,NULL,'Immagine di sfondo corrente',NULL,'',0,'2018-11-12 23:39:45'),(5542,5550,'it',0,NULL,'Immagine attuale dell\'header',NULL,'',0,'2018-11-12 23:39:45'),(5543,5551,'it',0,NULL,'Pagina corrente',NULL,'',0,'2018-11-12 23:39:45'),(5544,5552,'it',0,NULL,'Revisione corrente di %s',NULL,'',0,'2018-11-12 23:39:45'),(5545,5553,'it',0,NULL,'Tema corrente',NULL,'',0,'2018-11-12 23:39:45'),(5546,5554,'it',0,NULL,'Miniatura corrente',NULL,'',0,'2018-11-12 23:39:45'),(5547,5555,'it',0,NULL,'Sfondo personalizzato',NULL,'',0,'2018-11-12 23:39:45'),(5548,5556,'it',0,NULL,'Colori personalizzati',NULL,'',0,'2018-11-12 23:39:45'),(5549,5557,'it',0,NULL,'Campi personalizzati',NULL,'',0,'2018-11-12 23:39:45'),(5550,5558,'it',0,NULL,'Immagine personalizzata della testata',NULL,'',0,'2018-11-12 23:39:45'),(5551,5559,'it',0,NULL,'Logo personalizzato',NULL,'',0,'2018-11-12 23:39:45'),(5552,5560,'it',0,NULL,'Struttura personalizzata',NULL,'',0,'2018-11-12 23:39:45'),(5553,5561,'it',0,NULL,'Strutture personalizzate',NULL,'',0,'2018-11-12 23:39:45'),(5554,5562,'it',0,NULL,'Classe database personalizzata',NULL,'',0,'2018-11-12 23:39:45'),(5555,5563,'it',0,NULL,'Messaggio di errore del database personalizzato.',NULL,'',0,'2018-11-12 23:39:45'),(5556,5564,'it',0,NULL,'Formato data personalizzato:',NULL,'',0,'2018-11-12 23:39:45'),(5557,5565,'it',0,NULL,'Eliminato campo personalizzato.',NULL,'',0,'2018-11-12 23:39:45'),(5558,5566,'it',0,NULL,'Aggiornato campo personalizzato.',NULL,'',0,'2018-11-12 23:39:45'),(5559,5567,'it',0,NULL,'I campi personalizzati possono essere utilizzati per aggiungere ulteriori dati ad un articolo ed essere poi <a href=\"%s\">usati nel tuo tema</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5560,5568,'it',0,NULL,'Script di installazione personalizzato.',NULL,'',0,'2018-11-12 23:39:45'),(5561,5569,'it',0,NULL,'Messaggio personalizzato di manutenzione ',NULL,'',0,'2018-11-12 23:39:45'),(5562,5570,'it',0,NULL,'Messaggio personalizzato di sito eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(5563,5571,'it',0,NULL,'Messaggio personalizzato di sito inattivo',NULL,'',0,'2018-11-12 23:39:45'),(5564,5572,'it',0,NULL,'Messaggio personalizzato di sito sospeso.',NULL,'',0,'2018-11-12 23:39:45'),(5565,5573,'it',0,NULL,'Formato ora personalizzato:',NULL,'',0,'2018-11-12 23:39:45'),(5566,5574,'it',0,NULL,'Personalizzata',NULL,'',0,'2018-11-12 23:39:45'),(5567,5575,'it',0,NULL,'Bozza personalizzazione',NULL,'',0,'2018-11-12 23:39:45'),(5568,5576,'it',0,NULL,'Personalizza &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(5569,5577,'it',0,NULL,'Apporta nuovi cambiamenti',NULL,'',0,'2018-11-12 23:39:45'),(5570,5578,'it',0,NULL,'Personalizza il tuo sito',NULL,'',0,'2018-11-12 23:39:45'),(5571,5579,'it',0,NULL,'Miglioramenti alle API JS di Personalizza',NULL,'',0,'2018-11-12 23:39:45'),(5572,5580,'it',0,NULL,'Flusso di lavoro di Personalizza migliorato',NULL,'',0,'2018-11-12 23:39:45'),(5573,5581,'it',0,NULL,'Personalizza questa schermata',NULL,'',0,'2018-11-12 23:39:45'),(5574,5582,'it',0,NULL,'Host del database',NULL,'',0,'2018-11-12 23:39:45'),(5575,5583,'it',0,NULL,'Nome database',NULL,'',0,'2018-11-12 23:39:45'),(5576,5584,'it',0,NULL,'&Egrave; richiesto l\'aggiornamento del database',NULL,'',0,'2018-11-12 23:39:45'),(5577,5585,'it',0,NULL,'Host del database',NULL,'',0,'2018-11-12 23:39:45'),(5578,5586,'it',0,NULL,'Nome del database',NULL,'',0,'2018-11-12 23:39:45'),(5579,5587,'it',0,NULL,'Password del database',NULL,'',0,'2018-11-12 23:39:45'),(5580,5588,'it',0,NULL,'Risultati della riparazione del database',NULL,'',0,'2018-11-12 23:39:45'),(5581,5589,'it',0,NULL,'Nome utente del database',NULL,'',0,'2018-11-12 23:39:45'),(5582,5590,'it',0,NULL,'Template data',NULL,'',0,'2018-11-12 23:39:45'),(5583,5591,'it',0,NULL,'Data e ora',NULL,'',0,'2018-11-12 23:39:45'),(5584,5592,'it',0,NULL,'Intervallo di date:',NULL,'',0,'2018-11-12 23:39:45'),(5585,5593,'it',0,NULL,'Data/Ora',NULL,'',0,'2018-11-12 23:39:45'),(5586,5594,'it',0,NULL,'Data e nome',NULL,'',0,'2018-11-12 23:39:45'),(5587,5595,'it',0,NULL,'L\'ora legale inizia il: %s. ',NULL,'',0,'2018-11-12 23:39:45'),(5588,5596,'it',0,NULL,'Disattiva',NULL,'',0,'2018-11-12 23:39:45'),(5589,5597,'it',0,NULL,'Avatar predefinito',NULL,'',0,'2018-11-12 23:39:45'),(5590,5598,'it',0,NULL,'Immagine predefinita',NULL,'',0,'2018-11-12 23:39:45'),(5591,5599,'it',0,NULL,'Categoria predefinita link',NULL,'',0,'2018-11-12 23:39:45'),(5592,5600,'it',0,NULL,'Categoria predefinita per email',NULL,'',0,'2018-11-12 23:39:45'),(5593,5601,'it',0,NULL,'Categoria predefinita articoli',NULL,'',0,'2018-11-12 23:39:45'),(5594,5602,'it',0,NULL,'Formato articolo predefinito',NULL,'',0,'2018-11-12 23:39:45'),(5595,5603,'it',0,NULL,'Template standard',NULL,'',0,'2018-11-12 23:39:45'),(5596,5604,'it',0,NULL,'Impostazioni predefinite per gli articoli',NULL,'',0,'2018-11-12 23:39:45'),(5597,5605,'it',0,NULL,'Senza categoria',NULL,'',0,'2018-11-12 23:39:45'),(5598,5606,'it',0,NULL,'Il valore di default è %s',NULL,'',0,'2018-11-12 23:39:45'),(5599,5607,'it',0,NULL,'ciao-mondo',NULL,'',0,'2018-11-12 23:39:45'),(5600,5608,'it',0,NULL,'Elimina',NULL,'',0,'2018-11-12 23:39:45'),(5601,5609,'it',0,NULL,'Elimina &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(5602,5610,'it',0,NULL,'Elimina &#8220;%s&#8221; definitivamente',NULL,'',0,'2018-11-12 23:39:45'),(5603,5611,'it',0,NULL,'Elimina il sito',NULL,'',0,'2018-11-12 23:39:45'),(5604,5612,'it',0,NULL,'Elimina il sito definitivamente',NULL,'',0,'2018-11-12 23:39:45'),(5605,5613,'it',0,NULL,'Elimina plugin',NULL,'',0,'2018-11-12 23:39:45'),(5606,5614,'it',0,NULL,'Elimina i plugin',NULL,'',0,'2018-11-12 23:39:45'),(5607,5615,'it',0,NULL,'Elimina sito',NULL,'',0,'2018-11-12 23:39:45'),(5608,5616,'it',0,NULL,'Elimina gli utenti',NULL,'',0,'2018-11-12 23:39:45'),(5609,5617,'it',0,NULL,'Per eliminare una voce di menu, <strong>espandila e fai clic su Rimuovi</strong>',NULL,'',0,'2018-11-12 23:39:45'),(5610,5618,'it',0,NULL,'Cancella tutti i contenuti',NULL,'',0,'2018-11-12 23:39:45'),(5611,5619,'it',0,NULL,'Elimina definitivamente questo commento',NULL,'',0,'2018-11-12 23:39:45'),(5612,5620,'it',0,NULL,'%d richiesta eliminata',NULL,'',0,'2018-11-12 23:39:45'),(5613,5621,'it',0,NULL,'%d richieste eliminate',NULL,'',0,'2018-11-12 23:39:45'),(5614,5622,'it',0,NULL,'Eliminazione di collegamenti',NULL,'',0,'2018-11-12 23:39:45'),(5615,5623,'it',0,NULL,'Eliminando una categoria non si eliminano gli articoli in questa categoria. Viceversa, articoli assegnati solo a questa categoria eliminata sono assegnati alla categoria %s.',NULL,'',0,'2018-11-12 23:39:45'),(5616,5624,'it',0,NULL,'Non permesso: %s',NULL,'',0,'2018-11-12 23:39:45'),(5617,5625,'it',0,NULL,'Decrescente',NULL,'',0,'2018-11-12 23:39:45'),(5618,5626,'it',0,NULL,'Blocco del design per proteggere le tue modifiche',NULL,'',0,'2018-11-12 23:39:45'),(5619,5627,'it',0,NULL,'La directory di destinazione esiste già.',NULL,'',0,'2018-11-12 23:39:45'),(5620,5628,'it',0,NULL,'Scollega',NULL,'',0,'2018-11-12 23:39:45'),(5621,5629,'it',0,NULL,'Scollega da &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(5622,5630,'it',0,NULL,'Dettagli',NULL,'',0,'2018-11-12 23:39:45'),(5623,5631,'it',0,NULL,'La felicità dello sviluppatore %s',NULL,'',0,'2018-11-12 23:39:45'),(5624,5632,'it',0,NULL,'Non è stata ricevuto l\'array da %1$s eraser (indice %2$d).',NULL,'',0,'2018-11-12 23:39:45'),(5625,5633,'it',0,NULL,'Lo sapevi?',NULL,'',0,'2018-11-12 23:39:45'),(5626,5634,'it',0,NULL,'Hai perso il telefono oppure lasciato un account collegato su di un computer con accesso pubblico? Puoi scollegare tutti gli altri dispositivi, rimanendo autenticato qui.',NULL,'',0,'2018-11-12 23:39:45'),(5627,5635,'it',0,NULL,'Disabilita la modalit&agrave; accessibile',NULL,'',0,'2018-11-12 23:39:45'),(5628,5636,'it',0,NULL,'Disabilita l\'evidenziazione della sintassi quando si modifica il codice',NULL,'',0,'2018-11-12 23:39:45'),(5629,5637,'it',0,NULL,'Disabilita l\'editor avanzato durante la scrittura',NULL,'',0,'2018-11-12 23:39:45'),(5630,5638,'it',0,NULL,'Disattivazione modalità di manutenzione in corso&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(5631,5639,'it',0,NULL,'Scartare tutte le modifiche e ripristinare l\'immagine originale.',NULL,'',0,'2018-11-12 23:39:45'),(5632,5640,'it',0,NULL,'Scoraggia i motori di ricerca ad effettuare l\'indicizzazione di questo sito',NULL,'',0,'2018-11-12 23:39:45'),(5633,5641,'it',0,NULL,'Discussione',NULL,'',0,'2018-11-12 23:39:45'),(5634,5642,'it',0,NULL,'Impostazioni discussione',NULL,'',0,'2018-11-12 23:39:45'),(5635,5643,'it',0,NULL,'Rimuovi il pannello prova Gutenberg',NULL,'',0,'2018-11-12 23:39:45'),(5636,5644,'it',0,NULL,'Rimuovi il pannello di avvertimento del browser',NULL,'',0,'2018-11-12 23:39:45'),(5637,5645,'it',0,NULL,'Rimuovi il pannello di benvenuto',NULL,'',0,'2018-11-12 23:39:45'),(5638,5646,'it',0,NULL,'Opzioni di visualizzazione.',NULL,'',0,'2018-11-12 23:39:45'),(5639,5647,'it',0,NULL,'Posizione di visualizzazione',NULL,'',0,'2018-11-12 23:39:45'),(5640,5648,'it',0,NULL,'Nome pubblico da visualizzare',NULL,'',0,'2018-11-12 23:39:45'),(5641,5649,'it',0,NULL,'Visualizzata nella pagina dell\'allegato.',NULL,'',0,'2018-11-12 23:39:45'),(5642,5650,'it',0,NULL,'Sono visualizzati %s&#8211;%s su %s',NULL,'',0,'2018-11-12 23:39:45'),(5643,5651,'it',0,NULL,'Non permettere',NULL,'',0,'2018-11-12 23:39:45'),(5644,5652,'it',0,NULL,'Documentazione:',NULL,'',0,'2018-11-12 23:39:45'),(5645,5653,'it',0,NULL,'Non dimenticarti di fare clic su &#8220;Salva le modifiche&#8221; una volta finito!',NULL,'',0,'2018-11-12 23:39:45'),(5646,5654,'it',0,NULL,'Non dimenticarsi, una volta terminato, di fare click sul pulsante Salva modifiche.',NULL,'',0,'2018-11-12 23:39:45'),(5647,5655,'it',0,NULL,'Non vorresti che tutto il software venisse distribuito con queste libertà? Noi sì! Per ulteriori informazioni, visita la <a href=\"https://www.fsf.org/\">Free Software Foundation</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5648,5656,'it',0,NULL,'Dona per questo plugin &#187;',NULL,'',0,'2018-11-12 23:39:45'),(5649,5657,'it',0,NULL,'Controlla attentamente il tuo indirizzo email prima di continuare.',NULL,'',0,'2018-11-12 23:39:45'),(5650,5658,'it',0,NULL,'Giù di uno',NULL,'',0,'2018-11-12 23:39:45'),(5651,5659,'it',0,NULL,'Scarica il file di esportazione',NULL,'',0,'2018-11-12 23:39:45'),(5652,5660,'it',0,NULL,'Scarica i tuoi dati personali',NULL,'',0,'2018-11-12 23:39:45'),(5653,5661,'it',0,NULL,'Scarica nuovamente i tuoi dati personali',NULL,'',0,'2018-11-12 23:39:45'),(5654,5662,'it',0,NULL,'Il download non è andato a buon fine.',NULL,'',0,'2018-11-12 23:39:45'),(5655,5663,'it',0,NULL,'Il download è fallito.',NULL,'',0,'2018-11-12 23:39:45'),(5656,5664,'it',0,NULL,'Scaricamento dei dati...',NULL,'',0,'2018-11-12 23:39:45'),(5657,5665,'it',0,NULL,'Scaricando pacchetto di installazione da %s&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(5658,5666,'it',0,NULL,'Scaricando traduzione da %s&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(5659,5667,'it',0,NULL,'Download dell\'aggiornamento da %s&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(5660,5668,'it',0,NULL,'Personalizzazione del design del sito in bozza e pianificata',NULL,'',0,'2018-11-12 23:39:45'),(5661,5669,'it',0,NULL,'Bozza creata il %1$s alle %2$s',NULL,'',0,'2018-11-12 23:39:45'),(5662,5670,'it',0,NULL,'Bozza salvata alle %s.',NULL,'',0,'2018-11-12 23:39:45'),(5663,5671,'it',0,NULL,'Trascina ciascun elemento nell\'ordine che preferisci. Fai clic sulla freccia a destra dell\'elemento per mostrare ulteriori opzioni di configurazione.',NULL,'',0,'2018-11-12 23:39:45'),(5664,5672,'it',0,NULL,'Trascinare qui i widget per rimuoverli dalla sidebar ma mantenendo le loro impostazioni.',NULL,'',0,'2018-11-12 23:39:45'),(5665,5673,'it',0,NULL,'Rilasciare qui i file',NULL,'',0,'2018-11-12 23:39:45'),(5666,5674,'it',0,NULL,'Drop-in <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(5667,5675,'it',0,NULL,'I drop-in sono dei plugin avanzati posti nella directory %s che, quando presenti, sostituiscono delle funzionalità di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(5668,5676,'it',0,NULL,'A causa di un errore durante l&#8217;aggiornamento, WordPress è tornato alla versione precedente.',NULL,'',0,'2018-11-12 23:39:45'),(5669,5677,'it',0,NULL,'E-Commerce',NULL,'',0,'2018-11-12 23:39:45'),(5670,5678,'it',0,NULL,'Errore:',NULL,'',0,'2018-11-12 23:39:45'),(5671,5679,'it',0,NULL,'ERRORE: inserisci un commento.',NULL,'',0,'2018-11-12 23:39:45'),(5672,5680,'it',0,NULL,'ERRORE: si sta rispondendo ad un commento ad un articolo in bozza.',NULL,'',0,'2018-11-12 23:39:45'),(5673,5681,'it',0,NULL,'Ciascun menu personalizzato può contenere un insieme di link a pagine, categorie, URL personalizzate ed altri tipi di contenuto. I link ai menu vengono aggiunti selezionando gli elementi dai riquadri espandibili nella colonna di sinistra qua sotto.',NULL,'',0,'2018-11-12 23:39:45'),(5674,5682,'it',0,NULL,'Modifica &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(5675,5683,'it',0,NULL,'Modifica commento',NULL,'',0,'2018-11-12 23:39:45'),(5676,5684,'it',0,NULL,'Modifica filtri',NULL,'',0,'2018-11-12 23:39:45'),(5677,5685,'it',0,NULL,'Modifica link',NULL,'',0,'2018-11-12 23:39:45'),(5678,5686,'it',0,NULL,'Modifica menu',NULL,'',0,'2018-11-12 23:39:45'),(5679,5687,'it',0,NULL,'Modifica plugin',NULL,'',0,'2018-11-12 23:39:45'),(5680,5688,'it',0,NULL,'Modifica temi',NULL,'',0,'2018-11-12 23:39:45'),(5681,5689,'it',0,NULL,'Modifica utente %s',NULL,'',0,'2018-11-12 23:39:45'),(5682,5690,'it',0,NULL,'Modifica la città',NULL,'',0,'2018-11-12 23:39:45'),(5683,5691,'it',0,NULL,'Modifica commento',NULL,'',0,'2018-11-12 23:39:45'),(5684,5692,'it',0,NULL,'Modifica data e ora',NULL,'',0,'2018-11-12 23:39:45'),(5685,5693,'it',0,NULL,'Modifica elemento del menu',NULL,'',0,'2018-11-12 23:39:45'),(5686,5694,'it',0,NULL,'Modifica permalink',NULL,'',0,'2018-11-12 23:39:45'),(5687,5695,'it',0,NULL,'Modifica stato',NULL,'',0,'2018-11-12 23:39:45'),(5688,5696,'it',0,NULL,'Modifica questo commento',NULL,'',0,'2018-11-12 23:39:45'),(5689,5697,'it',0,NULL,'Modifica visibilità',NULL,'',0,'2018-11-12 23:39:45'),(5690,5698,'it',0,NULL,'Modifica widget: %s',NULL,'',0,'2018-11-12 23:39:45'),(5691,5699,'it',0,NULL,'Modifica il tuo menu predefinito aggiungendo o rimuovendo elementi. Trascina ciascun elemento nell\'ordine che preferisci.',NULL,'',0,'2018-11-12 23:39:45'),(5692,5700,'it',0,NULL,'Modificare la pagina iniziale',NULL,'',0,'2018-11-12 23:39:45'),(5693,5701,'it',0,NULL,'Modifica il menu sottostante oppure <a href=\"%s\">crea un nuovo menu</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5694,5702,'it',0,NULL,'Modifica di %s (attivo)',NULL,'',0,'2018-11-12 23:39:45'),(5695,5703,'it',0,NULL,'Modifica di %s (inattivo)',NULL,'',0,'2018-11-12 23:39:45'),(5696,5704,'it',0,NULL,'Modificare i menu',NULL,'',0,'2018-11-12 23:39:45'),(5697,5705,'it',0,NULL,'Stile editor',NULL,'',0,'2018-11-12 23:39:45'),(5698,5706,'it',0,NULL,'Gli editori possono pubblicare articoli, gestire articoli e anche gestire gli articoli degli altri utenti del sito, etc.',NULL,'',0,'2018-11-12 23:39:45'),(5699,5707,'it',0,NULL,'Istruzione',NULL,'',0,'2018-11-12 23:39:45'),(5700,5708,'it',0,NULL,'Indirizzo email',NULL,'',0,'2018-11-12 23:39:45'),(5701,5709,'it',0,NULL,'Dati email',NULL,'',0,'2018-11-12 23:39:45'),(5702,5710,'it',0,NULL,'L\'email non può essere inviata.',NULL,'',0,'2018-11-12 23:39:45'),(5703,5711,'it',0,NULL,'Inviami un’email ogni volta che',NULL,'',0,'2018-11-12 23:39:45'),(5704,5712,'it',0,NULL,'Nome utente o email:',NULL,'',0,'2018-11-12 23:39:45'),(5705,5713,'it',0,NULL,'Email inviata.',NULL,'',0,'2018-11-12 23:39:45'),(5706,5714,'it',0,NULL,'Email:',NULL,'',0,'2018-11-12 23:39:45'),(5707,5715,'it',0,NULL,'Incorpora il template 404',NULL,'',0,'2018-11-12 23:39:45'),(5708,5716,'it',0,NULL,'Incorpora il contenuto nel template',NULL,'',0,'2018-11-12 23:39:45'),(5709,5717,'it',0,NULL,'Incorpora template piè di pagina',NULL,'',0,'2018-11-12 23:39:45'),(5710,5718,'it',0,NULL,'Incorpora il template Header',NULL,'',0,'2018-11-12 23:39:45'),(5711,5719,'it',0,NULL,'Incorpora template',NULL,'',0,'2018-11-12 23:39:45'),(5712,5720,'it',0,NULL,'Contenuto incorporato da altri siti web',NULL,'',0,'2018-11-12 23:39:45'),(5713,5721,'it',0,NULL,'Incorporamenti',NULL,'',0,'2018-11-12 23:39:45'),(5714,5722,'it',0,NULL,'Svuotare lo spam',NULL,'',0,'2018-11-12 23:39:45'),(5715,5723,'it',0,NULL,'Titolo vuoto riempito con il nome del file',NULL,'',0,'2018-11-12 23:39:45'),(5716,5724,'it',0,NULL,'Svuota il cestino',NULL,'',0,'2018-11-12 23:39:45'),(5717,5725,'it',0,NULL,'Archivio vuoto',NULL,'',0,'2018-11-12 23:39:45'),(5718,5726,'it',0,NULL,'Abilita la modalit&agrave; accessibile',NULL,'',0,'2018-11-12 23:39:45'),(5719,5727,'it',0,NULL,'Abilita l\'editor a tutta altezza con la funzionalità \"senza distrazioni\".',NULL,'',0,'2018-11-12 23:39:45'),(5720,5728,'it',0,NULL,'Abilita le scorciatoie da tastiera per la moderazione dei commenti.',NULL,'',0,'2018-11-12 23:39:45'),(5721,5729,'it',0,NULL,'Abilita i commenti nidificati per %s livelli di profondità',NULL,'',0,'2018-11-12 23:39:45'),(5722,5730,'it',0,NULL,'Abilitando la modalità accessibile, attraverso le Impostazioni schermata, sarà possibile utilizzare i pulsanti aggiungi e modifica invece di utilizzare il drag e drop. ',NULL,'',0,'2018-11-12 23:39:45'),(5723,5731,'it',0,NULL,'Attivazione modalità di manutenzione in corso&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(5724,5732,'it',0,NULL,'Codifica delle pagine e dei feed',NULL,'',0,'2018-11-12 23:39:45'),(5725,5733,'it',0,NULL,'Data fine:',NULL,'',0,'2018-11-12 23:39:45'),(5726,5734,'it',0,NULL,'Inserisci il link di un URL o fai clic sopra per il predefinito',NULL,'',0,'2018-11-12 23:39:45'),(5727,5735,'it',0,NULL,'Aggiungi nuovo',NULL,'',0,'2018-11-12 23:39:45'),(5728,5736,'it',0,NULL,'Inserisci qui l\'indirizzo se <a href=\"%s\">vuoi che la tua pagina iniziale sia differente dalla directory di installazione di WordPress</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5729,5737,'it',0,NULL,'Immettere l\'indirizzo email di un utente esistente di questa rete per invitarlo su questo sito. A questa persona verrà inviata una mail nella quale gli verrà richiesto di confermare l\'invito.',NULL,'',0,'2018-11-12 23:39:45'),(5730,5738,'it',0,NULL,'Immettere l\'indirizzo email o il nome utente di un utente presente su questa rete per invitarlo su questo sito. A questa persona verrà inviata una email nella quale gli si chiederà di confermare l\'invito.',NULL,'',0,'2018-11-12 23:39:45'),(5731,5739,'it',0,NULL,'Inserire la posizione sul server dove si trovano le chiavi pubbliche e private. Se è necessaria una passphrase immetterla nel campo password sottostante.',NULL,'',0,'2018-11-12 23:39:45'),(5732,5740,'it',0,NULL,'Inserisci qui il titolo',NULL,'',0,'2018-11-12 23:39:45'),(5733,5741,'it',0,NULL,'Intrattenimento',NULL,'',0,'2018-11-12 23:39:45'),(5734,5742,'it',0,NULL,'L\'array da cancellare nell\'indice %d non include una callback.',NULL,'',0,'2018-11-12 23:39:45'),(5735,5743,'it',0,NULL,'L\'array da cancellare nell\'indice %d non include un nome descrittivo.',NULL,'',0,'2018-11-12 23:39:45'),(5736,5744,'it',0,NULL,'La callback di cancellazione nell\'indice %d non è una callback valida.',NULL,'',0,'2018-11-12 23:39:45'),(5737,5745,'it',0,NULL,'L\'indice da cancellare non può essere inferiore a uno.',NULL,'',0,'2018-11-12 23:39:45'),(5738,5746,'it',0,NULL,'Indice da cancellare fuori dall\'intervallo.',NULL,'',0,'2018-11-12 23:39:45'),(5739,5747,'it',0,NULL,'La rimozione dei dati non è riuscita.',NULL,'',0,'2018-11-12 23:39:45'),(5740,5748,'it',0,NULL,'Cancellazione dei dati...',NULL,'',0,'2018-11-12 23:39:45'),(5741,5749,'it',0,NULL,'Codice di errore: %s',NULL,'',0,'2018-11-12 23:39:45'),(5742,5750,'it',0,NULL,'Errore durante l\'eliminazione.',NULL,'',0,'2018-11-12 23:39:45'),(5743,5751,'it',0,NULL,'Errore nella visualizzazione del modulo di impostazione dei widget.',NULL,'',0,'2018-11-12 23:39:45'),(5744,5752,'it',0,NULL,'Errore durante lo spostamento nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5745,5753,'it',0,NULL,'Errore nel ripristino dal cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5746,5754,'it',0,NULL,'Errore nel salvataggio del file multimediale.',NULL,'',0,'2018-11-12 23:39:45'),(5747,5755,'it',0,NULL,'Errore nel salvataggio dell\'indirizzo email. Riprovare.',NULL,'',0,'2018-11-12 23:39:45'),(5748,5756,'it',0,NULL,'Si è verificato un errore durante il salvataggio di una immagine ridimensionata. Ricarica la pagina e riprova.',NULL,'',0,'2018-11-12 23:39:45'),(5749,5757,'it',0,NULL,'Errore durante il salvataggio.',NULL,'',0,'2018-11-12 23:39:45'),(5750,5758,'it',0,NULL,'Errore: [%1$s] %2$s',NULL,'',0,'2018-11-12 23:39:45'),(5751,5759,'it',0,NULL,'La normativa europea sulla protezione dei dati richiede che i dati riguardanti i residenti europei trasferiti al di fuori dell\'Unione Europea siano tutelati secondo gli stessi standard come se i dati fossero in Europa. Cosi oltre a elencare dove vengono spostati i dati, dovresti descrivere in che modo vengono assicurati che questi standard siano soddisfatti da parte tua o dai tuoi fornitori di terze parti, sia attraverso un accordo come il Privacy Shield, clausole nei tuoi contratti o regole aziendali vincolanti.',NULL,'',0,'2018-11-12 23:39:45'),(5752,5760,'it',0,NULL,'Ulteriori aggiornamenti al Widget',NULL,'',0,'2018-11-12 23:39:45'),(5753,5761,'it',0,NULL,'https://it.wordpress.org/news/',NULL,'',0,'2018-11-12 23:39:45'),(5754,5762,'it',0,NULL,'Non ti è mai capitato uno scenario nel quale due progettisti lavorano sullo stesso progetto ed il progettista A cambia le fantastiche modifiche fatte dal progettista B? La funzionalità di blocco del design di WordPress 4.9 (simile al blocco degli articoli) garantisce che la bozza del tuo progetto sia sicura e che nessun altro possa effettuare modifiche o cancellare il tuo duro lavoro.',NULL,'',0,'2018-11-12 23:39:45'),(5755,5763,'it',0,NULL,'Ogni plugin e tema presente nella directory di WordPress.org è 100%% GPL o ha una licenza altrettanto libera e compatibile a questa, quindi sei al sicuro nel cercare <a href=\"%1$s\">plugin</a> e <a href=\"%2$s\">temi</a> nelle directory ufficiali. Se ottieni un plugin o un tema da altre fonti, assicurati per prima cosa di <a href=\"%3$s\">chiedere se è sotto licenza GPL</a>. Se non rispettano la licenza WordPress noi non ne raccomandiamo l\'utilizzo.',NULL,'',0,'2018-11-12 23:39:45'),(5756,5764,'it',0,NULL,'Esempio: <code>https://it.wordpress.org/</code> &#8212; non dimenticare l\'<code>https://</code>',NULL,'',0,'2018-11-12 23:39:45'),(5757,5765,'it',0,NULL,'Esempio: Un software di blogging carino',NULL,'',0,'2018-11-12 23:39:45'),(5758,5766,'it',0,NULL,'Riassunti',NULL,'',0,'2018-11-12 23:39:45'),(5759,5767,'it',0,NULL,'I riassunti sono riepiloghi del tuo contenuto creati manualmente e possono essere utilizzati nel tuo tema. <a href=\"%s\">Scopri di più sui riassunti manuali</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5760,5768,'it',0,NULL,'Eseguito prima del caricamento del Multisito.',NULL,'',0,'2018-11-12 23:39:45'),(5761,5769,'it',0,NULL,'Espandi la barra laterale',NULL,'',0,'2018-11-12 23:39:45'),(5762,5770,'it',0,NULL,'&Egrave; previsto un array che descriva la cancellazione nell\'indice %d.',NULL,'',0,'2018-11-12 23:39:45'),(5763,5771,'it',0,NULL,'Era previsto un array che descrivesse l\'esportatore nell\'indice %s.',NULL,'',0,'2018-11-12 23:39:45'),(5764,5772,'it',0,NULL,'Array di dati previsto nell\'array di risposta dall\'esportatore: %s.',NULL,'',0,'2018-11-12 23:39:45'),(5765,5773,'it',0,NULL,'Dati previsti nell\'array di risposta dall\'esportatore: %s.',NULL,'',0,'2018-11-12 23:39:45'),(5766,5774,'it',0,NULL,'Previsto eseguito (booleano) nell\'array di risposta dell\'esportatore: %s.',NULL,'',0,'2018-11-12 23:39:45'),(5767,5775,'it',0,NULL,'Era prevista l\'etichetta fatto nell\'array di risposta dal eraser %1$s (indice %2$d).',NULL,'',0,'2018-11-12 23:39:45'),(5768,5776,'it',0,NULL,'&Egrave; prevista una chiave degli oggetti rimossi in risposta a un array dai %1$s da cancellare (indice %2$d).',NULL,'',0,'2018-11-12 23:39:45'),(5769,5777,'it',0,NULL,'&Egrave; prevista una chiave degli oggetti conservati in risposta a un array dai %1$s da cancellare (indice %2$d).',NULL,'',0,'2018-11-12 23:39:45'),(5770,5778,'it',0,NULL,'&Egrave; prevista una chiave dei messaggi in risposta a un array dai %1$s da cancellare (indice %2$d).',NULL,'',0,'2018-11-12 23:39:45'),(5771,5779,'it',0,NULL,'&Egrave; prevista una chiave dei messaggi per fare riferimento a un array nell\'array di risposta dai %1$s da cancellare (indice %2$d).',NULL,'',0,'2018-11-12 23:39:45'),(5772,5780,'it',0,NULL,'Risposta prevista come array dall\'esportatore: %s.',NULL,'',0,'2018-11-12 23:39:45'),(5773,5781,'it',0,NULL,'Esporta',NULL,'',0,'2018-11-12 23:39:45'),(5774,5782,'it',0,NULL,'L\'array dell\'esportatore nell\'indice %s non contiene un nome amichevole.',NULL,'',0,'2018-11-12 23:39:45'),(5775,5783,'it',0,NULL,'La callback dell\'esportatore non è una callback valida: %s',NULL,'',0,'2018-11-12 23:39:45'),(5776,5784,'it',0,NULL,'L\'esportatore non include una callback: %s',NULL,'',0,'2018-11-12 23:39:45'),(5777,5785,'it',0,NULL,'L\'indice dell\'esportatore non può essere negativo.',NULL,'',0,'2018-11-12 23:39:45'),(5778,5786,'it',0,NULL,'Indice dell\'esportatore fuori dall\'intervallo.',NULL,'',0,'2018-11-12 23:39:45'),(5779,5787,'it',0,NULL,'Librerie esterne',NULL,'',0,'2018-11-12 23:39:45'),(5780,5788,'it',0,NULL,'Oggetto di memorizzazione nella cache esterno.',NULL,'',0,'2018-11-12 23:39:45'),(5781,5789,'it',0,NULL,'FALLIMENTO: %s',NULL,'',0,'2018-11-12 23:39:45'),(5782,5790,'it',0,NULL,'ATTENZIONE: l\'aggiornamento alla versione %s di WordPress non è andato a buon fine',NULL,'',0,'2018-11-12 23:39:45'),(5783,5791,'it',0,NULL,'FTP',NULL,'',0,'2018-11-12 23:39:45'),(5784,5792,'it',0,NULL,'Password FTP',NULL,'',0,'2018-11-12 23:39:45'),(5785,5793,'it',0,NULL,'Nome utente FTP',NULL,'',0,'2018-11-12 23:39:45'),(5786,5794,'it',0,NULL,'&Egrave; richiesto un nome host per FTP',NULL,'',0,'2018-11-12 23:39:45'),(5787,5795,'it',0,NULL,'&Egrave; richiesta una password per FTP',NULL,'',0,'2018-11-12 23:39:45'),(5788,5796,'it',0,NULL,'&Egrave; richiesto un nome utente per FTP',NULL,'',0,'2018-11-12 23:39:45'),(5789,5797,'it',0,NULL,'Password FTP/SSH',NULL,'',0,'2018-11-12 23:39:45'),(5790,5798,'it',0,NULL,'Nome utente FTP/SSH',NULL,'',0,'2018-11-12 23:39:45'),(5791,5799,'it',0,NULL,'FTPS (SSL)',NULL,'',0,'2018-11-12 23:39:45'),(5792,5800,'it',0,NULL,'Impossibile connettersi al server FTP %s',NULL,'',0,'2018-11-12 23:39:45'),(5793,5801,'it',0,NULL,'Impossibile connettersi al server SSH2 %s',NULL,'',0,'2018-11-12 23:39:45'),(5794,5802,'it',0,NULL,'Inizializzazione di una sessione subsystem SFTP con il server SSH2 %s non riuscita',NULL,'',0,'2018-11-12 23:39:45'),(5795,5803,'it',0,NULL,'Ottimizzazione fallita per la tabella %1$s. Errore: %2$s',NULL,'',0,'2018-11-12 23:39:45'),(5796,5804,'it',0,NULL,'Fallita la riparazione della tabella %1$s. Errore: %2$s',NULL,'',0,'2018-11-12 23:39:45'),(5797,5805,'it',0,NULL,'Impossibile scrivere il file su disco',NULL,'',0,'2018-11-12 23:39:45'),(5798,5806,'it',0,NULL,'Filtro funzionalità',NULL,'',0,'2018-11-12 23:39:45'),(5799,5807,'it',0,NULL,'Intestazione immagine in evidenza',NULL,'',0,'2018-11-12 23:39:45'),(5800,5808,'it',0,NULL,'Immagini in evidenza',NULL,'',0,'2018-11-12 23:39:45'),(5801,5809,'it',0,NULL,'Funzionalità',NULL,'',0,'2018-11-12 23:39:45'),(5802,5810,'it',0,NULL,'URL file',NULL,'',0,'2018-11-12 23:39:45'),(5803,5811,'it',0,NULL,'URL del file:',NULL,'',0,'2018-11-12 23:39:45'),(5804,5812,'it',0,NULL,'File modificato con successo.',NULL,'',0,'2018-11-12 23:39:45'),(5805,5813,'it',0,NULL,'Il file è vuoto. Caricare qualche cosa di più sostanziale.',NULL,'',0,'2018-11-12 23:39:45'),(5806,5814,'it',0,NULL,'Il file è vuoto. Caricare qualche cosa di più sostanziale. Questo errore potrebbe dipendere dal fatto che gli upload sono stati disabilitati nel file php.ini o dal fatto che in php.ini post_max_size è stato definito minore di upload_max_filesize.',NULL,'',0,'2018-11-12 23:39:45'),(5807,5815,'it',0,NULL,'Caricamento file interrotto da una estensione.',NULL,'',0,'2018-11-12 23:39:45'),(5808,5816,'it',0,NULL,'I file nella directory %s sono eseguiti automaticamente.',NULL,'',0,'2018-11-12 23:39:45'),(5809,5817,'it',0,NULL,'I file di questo tipo non sono modificabili.',NULL,'',0,'2018-11-12 23:39:45'),(5810,5818,'it',0,NULL,'Errore di filesystem.',NULL,'',0,'2018-11-12 23:39:45'),(5811,5819,'it',0,NULL,'Filtra',NULL,'',0,'2018-11-12 23:39:45'),(5812,5820,'it',0,NULL,'Filtro &#187;',NULL,'',0,'2018-11-12 23:39:45'),(5813,5821,'it',0,NULL,'Filtra per categoria',NULL,'',0,'2018-11-12 23:39:45'),(5814,5822,'it',0,NULL,'Filtra per tipo di commento',NULL,'',0,'2018-11-12 23:39:45'),(5815,5823,'it',0,NULL,'Filtra elenco commenti',NULL,'',0,'2018-11-12 23:39:45'),(5816,5824,'it',0,NULL,'Filtra la lista degli elementi',NULL,'',0,'2018-11-12 23:39:45'),(5817,5825,'it',0,NULL,'Filtra la lista degli elementi media',NULL,'',0,'2018-11-12 23:39:45'),(5818,5826,'it',0,NULL,'Elenco filtri plugin',NULL,'',0,'2018-11-12 23:39:45'),(5819,5827,'it',0,NULL,'Filtra la lista dei temi',NULL,'',0,'2018-11-12 23:39:45'),(5820,5828,'it',0,NULL,'Filtra la lista degli utenti',NULL,'',0,'2018-11-12 23:39:45'),(5821,5829,'it',0,NULL,'Filtrati in base a:',NULL,'',0,'2018-11-12 23:39:45'),(5822,5830,'it',0,NULL,'Trova temi',NULL,'',0,'2018-11-12 23:39:45'),(5823,5831,'it',0,NULL,'Trova un tema in base a specifiche funzionalità.',NULL,'',0,'2018-11-12 23:39:45'),(5824,5832,'it',0,NULL,'Nome',NULL,'',0,'2018-11-12 23:39:45'),(5825,5833,'it',0,NULL,'Prima pagina.',NULL,'',0,'2018-11-12 23:39:45'),(5826,5834,'it',0,NULL,'Inverti orizzontalmente',NULL,'',0,'2018-11-12 23:39:45'),(5827,5835,'it',0,NULL,'Inverti verticalmente',NULL,'',0,'2018-11-12 23:39:45'),(5828,5836,'it',0,NULL,'Da:',NULL,'',0,'2018-11-12 23:39:45'),(5829,5837,'it',0,NULL,'A:',NULL,'',0,'2018-11-12 23:39:45'),(5830,5838,'it',0,NULL,'Cibo e bevande',NULL,'',0,'2018-11-12 23:39:45'),(5831,5839,'it',0,NULL,'Widget del footer',NULL,'',0,'2018-11-12 23:39:45'),(5832,5840,'it',0,NULL,'Per i file PHP potete utilizzare la casella a discesa Documentazione per selezionare le funzioni riconosciute presenti nel file. Guarda rimanda ad una pagina web con il materiale di riferimento per la specifica funzione.',NULL,'',0,'2018-11-12 23:39:45'),(5833,5841,'it',0,NULL,'Per ciascun articolo in un feed, mostra',NULL,'',0,'2018-11-12 23:39:45'),(5834,5842,'it',0,NULL,'Solo per le immagini, &egrave; possibile fare clic su Modifica immagine sotto la miniatura per espandere un editor di immagini in linea con le icone per il ritaglio, la rotazione ed il ribaltamento dell\'immagine così come per annullare o ripetere le operazioni. I riquadri sulla destra forniscono ulteriori opzioni per scalare l\'immagine, per ritagliarla e per ritagliare la miniatura in maniera diversa da come viene ritagliata l\'immagine originale. &Egrave; possibile fare clic su Aiuto all\'interno di questi riquadri per ottenere maggiori informazioni.',NULL,'',0,'2018-11-12 23:39:45'),(5835,5843,'it',0,NULL,'Per ulteriori informazioni consulta <a href=\"%s\">le note di versione</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5836,5844,'it',0,NULL,'Per maggiori informazioni:',NULL,'',0,'2018-11-12 23:39:45'),(5837,5845,'it',0,NULL,'Per altre informazioni sulla versione %s vedi la schermata Informazioni su WordPress:',NULL,'',0,'2018-11-12 23:39:45'),(5838,5846,'it',0,NULL,'Per la maggior parte dei temi, il testo della testata è il Titolo e il Motto del sito, come definiti nella sezione <a href=\"%1$s\">Impostazioni Generali</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5839,5847,'it',0,NULL,'Per gli utenti che si registrano sul nostro sito web (se presenti), memorizziamo anche le informazioni personali che forniscono nel loro profilo utente. Tutti gli utenti possono vedere, modificare o cancellare le loro informazioni personali in qualsiasi momento (eccetto il loro nome utente che non possono cambiare). Gli amministratori del sito web possono anche vedere e modificare queste informazioni.',NULL,'',0,'2018-11-12 23:39:45'),(5840,5848,'it',0,NULL,'Per quegli utenti che non hanno un proprio avatar, puoi visualizzare un logo generico oppure uno generato in base al loro indirizzo email.',NULL,'',0,'2018-11-12 23:39:45'),(5841,5849,'it',0,NULL,'Forza l\'eliminazione dei tuoi dati personali',NULL,'',0,'2018-11-12 23:39:45'),(5842,5850,'it',0,NULL,'La rimozione forzata è fallita.',NULL,'',0,'2018-11-12 23:39:45'),(5843,5851,'it',0,NULL,'Formattazione',NULL,'',0,'2018-11-12 23:39:45'),(5844,5852,'it',0,NULL,'Trovati %s',NULL,'',0,'2018-11-12 23:39:45'),(5845,5853,'it',0,NULL,'Quattro colonne',NULL,'',0,'2018-11-12 23:39:45'),(5846,5854,'it',0,NULL,'Libertà',NULL,'',0,'2018-11-12 23:39:45'),(5847,5855,'it',0,NULL,'Da %1$s %2$s',NULL,'',0,'2018-11-12 23:39:45'),(5848,5856,'it',0,NULL,'Da %1$s su %2$s %3$s',NULL,'',0,'2018-11-12 23:39:45'),(5849,5857,'it',0,NULL,'Dal computer',NULL,'',0,'2018-11-12 23:39:45'),(5850,5858,'it',0,NULL,'URL di provenienza',NULL,'',0,'2018-11-12 23:39:45'),(5851,5859,'it',0,NULL,'Da questa schermata puoi vedere, comparare e ripristinare le revisioni:',NULL,'',0,'2018-11-12 23:39:45'),(5852,5860,'it',0,NULL,'Tramite questa schermata puoi:',NULL,'',0,'2018-11-12 23:39:45'),(5853,5861,'it',0,NULL,'Di tanto in tanto, il tuo sito WordPress può inviare dei dati a WordPress.org &#8212; che comprendono, ma non sono solo &#8212; la versione di WordPress che stai utilizzando ed un elenco dei plugin e dei temi installati.',NULL,'',0,'2018-11-12 23:39:45'),(5854,5862,'it',0,NULL,'Home page',NULL,'',0,'2018-11-12 23:39:45'),(5855,5863,'it',0,NULL,'Percorso URL completa ai file',NULL,'',0,'2018-11-12 23:39:45'),(5856,5864,'it',0,NULL,'Template a piena larghezza',NULL,'',0,'2018-11-12 23:39:45'),(5857,5865,'it',0,NULL,'Tutto il testo',NULL,'',0,'2018-11-12 23:39:45'),(5858,5866,'it',0,NULL,'Nome funzione&hellip;',NULL,'',0,'2018-11-12 23:39:45'),(5859,5867,'it',0,NULL,'I futuri aggiornamenti di sicurezza verranno applicati automaticamente.',NULL,'',0,'2018-11-12 23:39:45'),(5860,5868,'it',0,NULL,'G &#8212; Adatto a qualsiasi pubblico',NULL,'',0,'2018-11-12 23:39:45'),(5861,5869,'it',0,NULL,'GB',NULL,'',0,'2018-11-12 23:39:45'),(5862,5870,'it',0,NULL,'Galleria (%s)',NULL,'',0,'2018-11-12 23:39:45'),(5863,5871,'it',0,NULL,'Colonne galleria:',NULL,'',0,'2018-11-12 23:39:45'),(5864,5872,'it',0,NULL,'Impostazioni generali',NULL,'',0,'2018-11-12 23:39:45'),(5865,5873,'it',0,NULL,'Genera password',NULL,'',0,'2018-11-12 23:39:45'),(5866,5874,'it',0,NULL,'Genere: %s.',NULL,'',0,'2018-11-12 23:39:45'),(5867,5875,'it',0,NULL,'Recupera i preferiti',NULL,'',0,'2018-11-12 23:39:45'),(5868,5876,'it',0,NULL,'Ottieni uno shortlink',NULL,'',0,'2018-11-12 23:39:45'),(5869,5877,'it',0,NULL,'Come iniziare',NULL,'',0,'2018-11-12 23:39:45'),(5870,5878,'it',0,NULL,'Ottieni la versione %s',NULL,'',0,'2018-11-12 23:39:45'),(5871,5879,'it',0,NULL,'Assegna un nome al menu, quindi fai clic su Crea menu.',NULL,'',0,'2018-11-12 23:39:45'),(5872,5880,'it',0,NULL,'Impostazioni globali',NULL,'',0,'2018-11-12 23:39:45'),(5873,5881,'it',0,NULL,'Vai alla bacheca',NULL,'',0,'2018-11-12 23:39:45'),(5874,5882,'it',0,NULL,'Vai alla bacheca &rarr; Home',NULL,'',0,'2018-11-12 23:39:45'),(5875,5883,'it',0,NULL,'Attribuisci a questo utente i privilegi di super amministratore del network.',NULL,'',0,'2018-11-12 23:39:45'),(5876,5884,'it',0,NULL,'Logo Gravatar',NULL,'',0,'2018-11-12 23:39:45'),(5877,5885,'it',0,NULL,'Layout a griglia',NULL,'',0,'2018-11-12 23:39:45'),(5878,5886,'it',0,NULL,'Block Editor',NULL,'',0,'2018-11-12 23:39:45'),(5879,5887,'it',0,NULL,'Testo della testata',NULL,'',0,'2018-11-12 23:39:45'),(5880,5888,'it',0,NULL,'Immagine della testata aggiornata . <a href=\"%s\" >Visita il sito</a> per vedere come appare.',NULL,'',0,'2018-11-12 23:39:45'),(5881,5889,'it',0,NULL,'Occhio!',NULL,'',0,'2018-11-12 23:39:45'),(5882,5890,'it',0,NULL,'Hello Dolly',NULL,'',0,'2018-11-12 23:39:45'),(5883,5891,'it',0,NULL,'Ciao mondo!',NULL,'',0,'2018-11-12 23:39:45'),(5884,5892,'it',0,NULL,'Ciao,',NULL,'',0,'2018-11-12 23:39:45'),(5885,5893,'it',0,NULL,'Ecco una panoramica di base dei diversi ruoli degli utenti e le autorizzazioni associate a ciascuno di essi:',NULL,'',0,'2018-11-12 23:39:45'),(5886,5894,'it',0,NULL,'Ciao,\n\nsei stato invitato ad unirti a \'%1$s\' su\n%2$s con il ruolo di %3$s.\n\nFai clic sul seguente link per confermare l’invito:\n%4$s',NULL,'',0,'2018-11-12 23:39:45'),(5887,5895,'it',0,NULL,'Ciao,\nSei stato invitato ad unirti \'%1$s\' su\n%2$s con il ruolo di %3$s.\nSe non desideri unirti a questo sito, ignora questa email. Questo invito scadrà fra pochi giorni.\n\nFare clic sul link seguente per attivare il proprio account utente:\n%%s',NULL,'',0,'2018-11-12 23:39:45'),(5888,5896,'it',0,NULL,'Ciao, questo è un commento.\nPer iniziare a moderare, modificare ed eliminare commenti, visita la schermata commenti nella bacheca.\nGli avatar di chi lascia un commento sono forniti da <a href=\"https://it.gravatar.com\">Gravatar</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5889,5897,'it',0,NULL,'Nascondi aggiornamenti nascosti',NULL,'',0,'2018-11-12 23:39:45'),(5890,5898,'it',0,NULL,'Nascondi questo aggiornamento',NULL,'',0,'2018-11-12 23:39:45'),(5891,5899,'it',0,NULL,'Mantieni un commento in coda se contiene %s o più link (una caratteristica comune dello spam nei commenti è il gran numero di link).',NULL,'',0,'2018-11-12 23:39:45'),(5892,5900,'it',0,NULL,'Festività',NULL,'',0,'2018-11-12 23:39:45'),(5893,5901,'it',0,NULL,'Homepage: %s',NULL,'',0,'2018-11-12 23:39:45'),(5894,5902,'it',0,NULL,'Nome host',NULL,'',0,'2018-11-12 23:39:45'),(5895,5903,'it',0,NULL,'Passare sopra col mouse e fare clic per visualizzare i pulsanti «Attiva» e «Anteprima»',NULL,'',0,'2018-11-12 23:39:45'),(5896,5904,'it',0,NULL,'Posizionandosi con il mouse sopra una riga nella lista degli articoli, si attiveranno dei link che permettono di gestire l\'articolo. &Egrave; possibile eseguire le seguenti azioni:',NULL,'',0,'2018-11-12 23:39:45'),(5897,5905,'it',0,NULL,'Passando con il mouse su una riga della lista degli utenti, verranno mostrati dei link che permetteranno di gestire gli Utenti. &Egrave; possibile effettuare le seguenti azioni:',NULL,'',0,'2018-11-12 23:39:45'),(5898,5906,'it',0,NULL,'Passando il mouse su una riga vengono mostrati dei link di azione: Modifica, Elimina definitivamente e Visualizza. Facendo clic su Modifica o sul nome del file multimediale si visualizza una semplice schermata di modifica dei metadati del singolo file. Facendo click su Elimina definitivamente il file verrà eliminato dalla Libreria media (e da ogni articolo a cui è attualmente collegato). Visualizza mostrerà la pagina di visualizzazione di quel file.',NULL,'',0,'2018-11-12 23:39:45'),(5899,5907,'it',0,NULL,'Per quanto tempo conserviamo i tuoi dati',NULL,'',0,'2018-11-12 23:39:45'),(5900,5908,'it',0,NULL,'Come aggiornare',NULL,'',0,'2018-11-12 23:39:45'),(5901,5909,'it',0,NULL,'Come proteggiamo i tuoi dati',NULL,'',0,'2018-11-12 23:39:45'),(5902,5910,'it',0,NULL,'Benvenuto',NULL,'',0,'2018-11-12 23:39:45'),(5903,5911,'it',0,NULL,'Ciao ###USERNAME###,\n\nhai recentemente fatto clic nel tuo sito sul collegamento «Cancella sito» ed hai compilato un\nmodulo su quella pagina.\n\nSe desideri realmente cancellare il tuo sito fai clic sul collegamento sottostante. Non ti verrà\nchiesta nessuna ulteriore conferma quindi fai clic su questo collegamento solo se sei assolutamente sicuro di volerlo fare:\n###URL_DELETE###\n\nSe cancelli il tuo sito considera la possibilità in futuro di aprirne un altro\nsempre qui! (Ma ricorda che il sito corrente ed il nome utente sono persi per sempre.)\n\nGrazie per aver usato il sito,\nIl webmaster di\n###SITE_NAME###',NULL,'',0,'2018-11-12 23:39:45'),(5904,5912,'it',0,NULL,'Ciao ###USERNAME###,\n\nRecentemente hai richiesto la modifica dell’indirizzo email di amministrazione\ndel tuo sito.\n\nSe è corretto, fai clic sul seguente link per cambiarlo:\n###ADMIN_URL###\n\nPuoi tranquillamente ignorare ed eliminare questa email se non vuoi\neffettuare questa operazione.\n\nQuesta email è stata inviata a ###EMAIL###\n\nSaluti,\na tutti da ###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:45'),(5905,5913,'it',0,NULL,'Ciao! Il tuo sito su %1$s è stato aggiornato automaticamente a WordPress %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(5906,5914,'it',0,NULL,'Ciao,\n\nLa tua richiesta di esportazione dei dati personali è stata completata. Puoi\nscaricare i tuoi dati personali facendo clic sul link sottostante. Per privacy\ne sicurezza, cancelleremo automaticamente il file il giorno ###EXPIRATION###,\nquindi scaricalo prima di allora.\n\n###LINK###\n\nSaluti,\na tutti da ###SITENAME###\n###SITEURL###',NULL,'',0,'2018-11-12 23:39:45'),(5907,5915,'it',0,NULL,'Tuttavia, è tua responsabilità usare correttamente tali risorse, fornendo le informazioni richieste dalla tua privacy policy e mantenendole aggiornate ed accurate.',NULL,'',0,'2018-11-12 23:39:45'),(5908,5916,'it',0,NULL,'Ho capito',NULL,'',0,'2018-11-12 23:39:45'),(5909,5917,'it',0,NULL,'Sono sicuro di voler disabilitare permanentemente il sito e sono consapevole che non potrò mai riaverlo o utilizzarlo nuovamente %s.',NULL,'',0,'2018-11-12 23:39:45'),(5910,5918,'it',0,NULL,'ID #%1$s: %2$s',NULL,'',0,'2018-11-12 23:39:45'),(5911,5919,'it',0,NULL,'ID #%1$s: %2$s <strong>Non hai il permesso per rimuovere questo utente.</strong>',NULL,'',0,'2018-11-12 23:39:45'),(5912,5920,'it',0,NULL,'ID #%1$s: %2$s <strong>L\'utente corrente non verrà eliminato.</strong>',NULL,'',0,'2018-11-12 23:39:45'),(5913,5921,'it',0,NULL,'Identicon (generato)',NULL,'',0,'2018-11-12 23:39:45'),(5914,5922,'it',0,NULL,'Se un file multimediale non è stato allegato ad alcun contenuto, vedrai il suo stato nella colonna &#8220;Caricato in&#8221; e potrai fare clic su &#8220;Allega&#8221; per aprire un piccolo popup che ti permetterà di ricercare un contenuto esistente a cui allegare il file.',NULL,'',0,'2018-11-12 23:39:45'),(5915,5923,'it',0,NULL,'Se è disponibile un aggiornamento, vedrai una notifica apparire nella barra degli strumenti e nel menu di navigazione.',NULL,'',0,'2018-11-12 23:39:45'),(5916,5924,'it',0,NULL,'Se lo si desidera, WordPress automaticamente allerta i vari servizi quando vi sono nuovi articoli.',NULL,'',0,'2018-11-12 23:39:45'),(5917,5925,'it',0,NULL,'Se per qualsiasi motivo la creazione automatica dei file non funziona, non ti preoccupare. Tutto questo non fa altro che inserire le informazioni nel database e in un file di configurazione. Puoi  aprire %1$s in un editor di testo, inserire i tuoi dati, e salvarlo come %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(5918,5926,'it',0,NULL,'Se si verifica un problema con un plugin e non è possibile utilizzare WordPress, elimina o rinomina questo file nella directory %s e il plugin verrà automaticamente disattivato.',NULL,'',0,'2018-11-12 23:39:45'),(5919,5927,'it',0,NULL,'Se l’importatore che ti serve non è nell’elenco, <a href=\"%s\">cerca nella directory dei plugin</a> per verificare se un importatore è disponibile.',NULL,'',0,'2018-11-12 23:39:45'),(5920,5928,'it',0,NULL,'Se il link &egrave; a una persona, puoi indicare il tipo di relazione usando il modulo qui sopra. Se vuoi saperne di pi&ugrave; su questa idea, dai un\'occhiata a <a href=\"http://gmpg.org/xfn/\">XFN</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5921,5929,'it',0,NULL,'Se la directory principale del tuo sito fosse <a href=\"%1$s\">scrivibile</a> avremmo potuto farlo automaticamente, ma siccome non lo è queste sono le regole di rewrite delle url che dovresti avere nel tuo file %2$s. Crea un nuovo file, di nome %2$s, nella directory principale del tuo sito. Fai clic nel campo e premi %3$s per selezionare tutto. Quindi inserisci questo codice nel file %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(5922,5930,'it',0,NULL,'Se devi assolutamente fare modifiche dirette a questo plugin, utilizza un gestore file per creare una copia con un nuovo nome e sospendere l\'originale. In questo modo puoi riattivare una versione funzionante se qualcosa va storto.',NULL,'',0,'2018-11-12 23:39:45'),(5923,5931,'it',0,NULL,'Se hai già predisposto una pagina privacy policy, selezionala qui sotto. Altrimenti, creane una.',NULL,'',0,'2018-11-12 23:39:45'),(5924,5932,'it',0,NULL,'Se sei un membro di un\'industria regolamentata, o se sei soggetto a ulteriori leggi sulla privacy, potrebbe esserti richiesto di rivelare tale informazione qui.',NULL,'',0,'2018-11-12 23:39:45'),(5925,5933,'it',0,NULL,'Se stai cercando di utilizzare il gestore dei link installa il plugin <a href=\"%s\">Link Manager</a>.',NULL,'',0,'2018-11-12 23:39:45'),(5926,5934,'it',0,NULL,'Se decidi comunque di andare avanti con le modifiche dirette, utilizza un gestore file per creare una copia con un nome nuovo e sospendere l\'originale. In questo modo puoi riattivare una versione funzionante se qualcosa va storto.',NULL,'',0,'2018-11-12 23:39:45'),(5927,5935,'it',0,NULL,'Se un link viene cancellato, viene rimosso definitivamente, dato che i link per ora non hanno la funzione cestino.',NULL,'',0,'2018-11-12 23:39:45'),(5928,5936,'it',0,NULL,'Se non si ricordano le proprie credenziali, occorre contattare il vostro fornitore di hosting web.',NULL,'',0,'2018-11-12 23:39:45'),(5929,5937,'it',0,NULL,'Se non desideri utilizzare più il sito %s, puoi eliminarlo utilizzando il modulo sottostante. Quando farai clic su <strong>Elimina il sito definitivamente</strong> riceverai una email con un link. Fai clic su questo link per eliminare il sito.',NULL,'',0,'2018-11-12 23:39:45'),(5930,5938,'it',0,NULL,'Se non  desideri che venga visualizzata una immagine nella testata del proprio sito, fai clic sul pulsante &#8220;Rimuovi immagine testata&#8221; in basso nella sezione Immagine testata di questa pagina. Se vuoi riabilitare successivamente  l\'immagine della testata basterà selezionare una della altre opzioni immagine e fare clic su &#8220;Salva modifiche&#8221;.',NULL,'',0,'2018-11-12 23:39:45'),(5931,5939,'it',0,NULL,'Se non si desidera caricare una propria immagine, è possibile utilizzare una di queste belle intestazioni o mostrarne una casuale.',NULL,'',0,'2018-11-12 23:39:45'),(5932,5940,'it',0,NULL,'Se modifichi o pubblichi un articolo, un cookie aggiuntivo verrà salvato nel tuo browser. Questo cookie non include dati personali, ma indica semplicemente l\'ID dell\'articolo appena modificato. Scade dopo 1 giorno.',NULL,'',0,'2018-11-12 23:39:45'),(5933,5941,'it',0,NULL,'Se incontri problemi o hai bisogno di aiuto i volontari nei forum di supporto di WordPress.org potrebbero essere in grado di aiutarti.',NULL,'',0,'2018-11-12 23:39:45'),(5934,5942,'it',0,NULL,'Se hai un plugin in formato .zip, puoi installarlo caricandolo qui.',NULL,'',0,'2018-11-12 23:39:45'),(5935,5943,'it',0,NULL,'Se si dispone di un tema in formato .zip, è possibile installarlo caricandolo da qui.',NULL,'',0,'2018-11-12 23:39:45'),(5936,5944,'it',0,NULL,'Se hai un account e accedi a questo sito, verrà impostato un cookie temporaneo per determinare se il tuo browser accetta i cookie. Questo cookie non contiene dati personali e viene eliminato quando chiudi il browser.',NULL,'',0,'2018-11-12 23:39:45'),(5937,5945,'it',0,NULL,'Se hai un account su questo sito, o hai lasciato commenti, puoi richiedere di ricevere un file esportato dal sito con i dati personali che abbiamo su di te, compresi i dati che ci hai fornito. Puoi anche richiedere che cancelliamo tutti i dati personali che ti riguardano. Questo non include i dati che siamo obbligati a conservare per scopi amministrativi, legali o di sicurezza.',NULL,'',0,'2018-11-12 23:39:45'),(5938,5946,'it',0,NULL,'Se hai contrassegnato dei plugin come preferiti su WordPress.org puoi visualizzarli qui.',NULL,'',0,'2018-11-12 23:39:45'),(5939,5947,'it',0,NULL,'Se hai segnato dei temi come preferiti su WordPress.org, puoi sfogliarli qui. ',NULL,'',0,'2018-11-12 23:39:45'),(5940,5948,'it',0,NULL,'Se hai articoli o commenti su un’altra piattaforma, WordPress può importarli in questo sito. Per iniziare, seleziona dall\'elenco qui sotto una piattaforma dalla quale importare:',NULL,'',0,'2018-11-12 23:39:45'),(5941,5949,'it',0,NULL,'Se non hai ancora creato un menu, per iniziare <strong>fai clic sul link &#8217;crea un nuovo menu&#8217; link</strong>',NULL,'',0,'2018-11-12 23:39:45'),(5942,5950,'it',0,NULL,'Se desideri avere solo una idea di quello che è disponibile puoi sfogliare i plugin In evidenza e quelli popolari utilizzando i link sopra l\'elenco dei plugin. Queste sezioni si aggiornano con regolarità.',NULL,'',0,'2018-11-12 23:39:45'),(5943,5951,'it',0,NULL,'Se sai cosa stai cercando la Ricerca è allora la miglior soluzione. La schermata di ricerca ha una opzione per ricercare nella Directory dei Plugin di WordPress.org in base ad uno specifico termine, autore e tag. Puoi anche cercare nella directory ricercando i tag più popolari. I tag più popolari in linea di massima indicano che più plugin sono stati contrassegnati con essi.',NULL,'',0,'2018-11-12 23:39:45'),(5944,5952,'it',0,NULL,'Se lasci un commento sul nostro sito, puoi scegliere di salvare il tuo nome, indirizzo email e sito web nei cookie. Sono usati per la tua comodità in modo che tu non debba inserire nuovamente i tuoi dati quando lasci un altro commento. Questi cookie dureranno per un anno.',NULL,'',0,'2018-11-12 23:39:45'),(5945,5953,'it',0,NULL,'Se lasci un commento, il commento e i relativi metadati vengono conservati a tempo indeterminato. È così che possiamo riconoscere e approvare automaticamente eventuali commenti successivi invece di tenerli in una coda di moderazione.',NULL,'',0,'2018-11-12 23:39:45'),(5946,5954,'it',0,NULL,'Se lo desideri, qui puoi inserire una struttura personalizzata delle URL per le categorie ed i tag. Ad esempio, utilizzando <code>argomenti</code> come base delle categorie i link delle categorie saranno del tipo <code>%s/argomenti/senza-categoria/</code>. Lasciando queste impostazioni vuote verranno utilizzati i valori predefiniti.',NULL,'',0,'2018-11-12 23:39:45'),(5947,5955,'it',0,NULL,'Se devi reinstallare la versione %s, puoi farlo qui:',NULL,'',0,'2018-11-12 23:39:45'),(5948,5956,'it',0,NULL,'Se selezioni un\'impostazione diversa da quella predefinita, il path della URL generale con struttura tag (tag racchiusi da <code>%</code>) apparirà nel campo struttura personalizzata e potrai modificarla ulteriormente.',NULL,'',0,'2018-11-12 23:39:45'),(5949,5957,'it',0,NULL,'Se ci contatti vedremo di assicurarci che tu non abbia mai più questo problema.',NULL,'',0,'2018-11-12 23:39:45'),(5950,5958,'it',0,NULL,'Se sei arrivato a questa schermata per caso e vuoi andare in uno dei tuoi siti, qui ci sono alcune scorciatoie per trovare la strada corretta.',NULL,'',0,'2018-11-12 23:39:45'),(5951,5959,'it',0,NULL,'Se si rende il file %s temporaneamente scrivibile affinché sia possibile generare le regole di riscrittura in maniera automatica, non dimenticarsi di ripristinare i permessi una volta che le regole sono state salvate.',NULL,'',0,'2018-11-12 23:39:45'),(5952,5960,'it',0,NULL,'Se si rende temporaneamente scrivibile la directory radice del proprio sito, per poter generare automaticamente il file%s, non dimenticarsi di ripristinare i permessi una volta che il file è stato creato.',NULL,'',0,'2018-11-12 23:39:45'),(5953,5961,'it',0,NULL,'Se carichi immagini sul sito web, dovresti evitare di caricare immagini che includono i dati di posizione incorporati (EXIF GPS). I visitatori del sito web possono scaricare ed estrarre qualsiasi dato sulla posizione dalle immagini sul sito web.',NULL,'',0,'2018-11-12 23:39:45'),(5954,5962,'it',0,NULL,'Se usi il tuo sito per scopi commerciali e ti impegni in una raccolta più complessa o nel trattamento dei dati personali, dovresti prendere nota delle seguenti informazioni nella tua privacy policy oltre alle informazioni di cui abbiamo già discusso.',NULL,'',0,'2018-11-12 23:39:45'),(5955,5963,'it',0,NULL,'Se si desidera che i  visitatori del sito possano registrarsi da soli, invece che solo dagli amministratori, selezionare la casella membership. Sarà possibile impostare un ruolo utente predefinito per tutti i nuovi utenti, siano essi auto-registrati o registrati da un amministratore del sito.',NULL,'',0,'2018-11-12 23:39:45'),(5956,5964,'it',0,NULL,'Se desideri convertire le categorie in tag (o viceversa), utilizza lo strumento <a href=\"%s\">convertitore di categorie e tag</a> disponibile nella pagina Importa.',NULL,'',0,'2018-11-12 23:39:45'),(5957,5965,'it',0,NULL,'Se vuoi installare un plugin che hai scaricato da qualche parte fai clic sul link Carica che si trova sopra l\'elenco dei plugin. Ti verrà richiesto di caricare il pacchetto .zip ed una volta caricato potrai attivare il nuovo plugin.',NULL,'',0,'2018-11-12 23:39:45'),(5958,5966,'it',0,NULL,'Se è necessario effettuare delle modifiche ma non si desidera che siano sovrascritte quando il plugin verrà aggiornato, è probabile sia necessario scrivere il proprio plugin. Per informazioni sulla modifica di un plugin o sulla scrittura da zero di un plugin, controllare il link seguente.',NULL,'',0,'2018-11-12 23:39:45'),(5959,5967,'it',0,NULL,'&Egrave; possibile rimuovere i widget mantenendo le impostazioni per usi futuri, è sufficiente trascinare il widget nella sezione widget inattivi. &Egrave; possibile aggiungere nuovamente in widget da questa area. Questo è utile quando si cambia tema e se ne utilizza uno con meno o differenti aree widget.',NULL,'',0,'2018-11-12 23:39:45'),(5960,5968,'it',0,NULL,'Modifica questa voce se desideri eseguire più installazioni di WordPress su un singolo database.',NULL,'',0,'2018-11-12 23:39:45'),(5961,5969,'it',0,NULL,'Se desideri visualizzare più plugin tra cui scegliere, fai clic sul pulsante \"Aggiungi nuovo\"  e potrai sfogliare o cercare nuovi plugin nella <a href=\"%s\">Directory dei plugin di WordPress.org</a>. I plugin presenti nella directory dei plugin di WordPress sono progettati e sviluppati da terze parti, e sono compatibili con la licenza che utilizza WordPress. Oh, e sono gratuiti!',NULL,'',0,'2018-11-12 23:39:45'),(5962,5970,'it',0,NULL,'Se desideri vedere altri temi da selezionare, fai clic sul pulsante «Aggiungi nuovo» e potrai scorrere o ricercare temi aggiuntivi dalla <a href=\"%s\">directory dei temi di WordPress.org</a>. I temi nella directory dei temi di WordPress.org sono disegnati e sviluppati da terze parti e sono compatibili con la licenza d’uso di WordPress. Hey, sono gratuiti!',NULL,'',0,'2018-11-12 23:39:45'),(5963,5971,'it',0,NULL,'Se il tuo file %1$s fosse stato <a href=\"%2$s\">scrivibile</a>, avremmo potuto fare questo automaticamente, ma non lo era quindi queste sono le regole mod_rewrite che dovresti avere nel tuo file %1$s. Fare clic nel campo e premere %3$s per selezionare tutto.',NULL,'',0,'2018-11-12 23:39:45'),(5964,5972,'it',0,NULL,'Se il file %1$s fosse <a href=\"%2$s\">scrivibile</a>, avremmo potuto farlo automaticamente, ma siccome non lo è queste sono le regole di rewrite delle url che dovresti avere nel tuo file %1$s. Fai clic nel campo e premi %3$s per selezionare tutto. Quindi inserisci questa regola all\'interno dell\'elemento  %4$s nel file %1$s.',NULL,'',0,'2018-11-12 23:39:45'),(5965,5973,'it',0,NULL,'Se il tema ha più di una immagine di testata oppure hai caricato più di una immagine, hai la possibilità di far si che WordPress visualizzi casualmente una delle immagini su ciascuna pagina del sito. Fai clic sul pulsante radio &#8220;Casuale&#8221; accanto alla sezione Immagini caricate o Immagini predefinite per abilitare questa funzionalità.',NULL,'',0,'2018-11-12 23:39:45'),(5966,5974,'it',0,NULL,'Se il tuo sito web fornisce un servizio che include il processo decisionale automatico, per esempio permettere ai clienti di richiedere credito, o aggregare i loro dati in un profilo pubblicitario - devi notare che questo sta succedendo, e include informazioni riguardo come quell\'informazione è usata, quali decisioni sono fatte con quei dati aggregati, e quali diritti hanno gli utenti sulle decisioni prese senza intervento umano.',NULL,'',0,'2018-11-12 23:39:45'),(5967,5975,'it',0,NULL,'Se il tuo sito web riceve dati sugli utenti da terze parti, compresi gli inserzionisti, queste informazioni devono essere incluse nella sezione della tua privacy policy che tratta i dati di terze parti.',NULL,'',0,'2018-11-12 23:39:45'),(5968,5976,'it',0,NULL,'Indirizzo immagine',NULL,'',0,'2018-11-12 23:39:45'),(5969,5977,'it',0,NULL,'Template allegato immagine',NULL,'',0,'2018-11-12 23:39:45'),(5970,5978,'it',0,NULL,'Didascalia immagine',NULL,'',0,'2018-11-12 23:39:45'),(5971,5979,'it',0,NULL,'Ritaglia immagine',NULL,'',0,'2018-11-12 23:39:45'),(5972,5980,'it',0,NULL,'Aiuto del ritaglio immagine',NULL,'',0,'2018-11-12 23:39:45'),(5973,5981,'it',0,NULL,'File immagine',NULL,'',0,'2018-11-12 23:39:45'),(5974,5982,'it',0,NULL,'Errore nell\'elaborazione dell\'immagine',NULL,'',0,'2018-11-12 23:39:45'),(5975,5983,'it',0,NULL,'Errore caricamento immagine',NULL,'',0,'2018-11-12 23:39:45'),(5976,5984,'it',0,NULL,'L\'immagine non può essere elaborata.',NULL,'',0,'2018-11-12 23:39:45'),(5977,5985,'it',0,NULL,'L\'immagine non può essere elaborata. Torna indietro e riprova.',NULL,'',0,'2018-11-12 23:39:45'),(5978,5986,'it',0,NULL,'I dati dell\'immagine non esistono. Ricaricare l\'immagine.',NULL,'',0,'2018-11-12 23:39:45'),(5979,5987,'it',0,NULL,'I metadati dell\'immagine sono inconsistenti.',NULL,'',0,'2018-11-12 23:39:45'),(5980,5988,'it',0,NULL,'Immagine ripristinata con successo.',NULL,'',0,'2018-11-12 23:39:45'),(5981,5989,'it',0,NULL,'La rotazione immagine non è supportata dal tuo hosting web.',NULL,'',0,'2018-11-12 23:39:45'),(5982,5990,'it',0,NULL,'Immagine salvata.',NULL,'',0,'2018-11-12 23:39:45'),(5983,5991,'it',0,NULL,'Dimensioni immagine',NULL,'',0,'2018-11-12 23:39:45'),(5984,5992,'it',0,NULL,'Le immagini di dimensioni esattamente pari a <strong>%1$d &times; %2$d pixel</strong> verranno utilizzate così come sono.',NULL,'',0,'2018-11-12 23:39:45'),(5985,5993,'it',0,NULL,'Le immagini dovrebbero essere alte almeno %s.',NULL,'',0,'2018-11-12 23:39:45'),(5986,5994,'it',0,NULL,'Le immagini dovrebbero essere larghe almeno %s.',NULL,'',0,'2018-11-12 23:39:45'),(5987,5995,'it',0,NULL,'Importa',NULL,'',0,'2018-11-12 23:39:45'),(5988,5996,'it',0,NULL,'Importa i link nel formato OPML.',NULL,'',0,'2018-11-12 23:39:45'),(5989,5997,'it',0,NULL,'Importa articoli &amp; media da Tumblr utilizzando le loro API.',NULL,'',0,'2018-11-12 23:39:45'),(5990,5998,'it',0,NULL,'Importa articoli e commenti da un blog Movable Type o TypePad.',NULL,'',0,'2018-11-12 23:39:45'),(5991,5999,'it',0,NULL,'Importa gli articoli da LiveJournal utilizzando le loro API.',NULL,'',0,'2018-11-12 23:39:45'),(5992,6000,'it',0,NULL,'Importa articoli da un feed RSS.',NULL,'',0,'2018-11-12 23:39:45'),(5993,6001,'it',0,NULL,'Importa articoli, commenti e utenti da un blog Blogger.',NULL,'',0,'2018-11-12 23:39:45'),(5994,6002,'it',0,NULL,'Importa articoli, pagine, commenti, campi personalizzati, categorie e tag da un file di esportazione di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(5995,6003,'it',0,NULL,'Importante:',NULL,'',0,'2018-11-12 23:39:45'),(5996,6004,'it',0,NULL,'Miglioramenti in ruoli e capacità',NULL,'',0,'2018-11-12 23:39:45'),(5997,6005,'it',0,NULL,'In risposta a',NULL,'',0,'2018-11-12 23:39:45'),(5998,6006,'it',0,NULL,'Spiega in poche parole l&#8217;argomento di questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(5999,6007,'it',0,NULL,'Oltre a elencare i dati personali che raccogli, devi motivare perché li raccogli. Queste spiegazioni devono considerare sia la base legale per la raccolta e la conservazione dei dati sia il consenso attivo che l\'utente ha fornito.',NULL,'',0,'2018-11-12 23:39:45'),(6000,6008,'it',0,NULL,'Con ogni probabilità, queste informazioni ti sono state già fornite dal tuo fornitore di hosting. Se non disponi di queste informazioni, dovrai contattare il tuo fornitore prima di poter proseguire. Se invece è tutto pronto&hellip;',NULL,'',0,'2018-11-12 23:39:45'),(6001,6009,'it',0,NULL,'In molti casi, WordPress eseguirà automaticamente, al tuo posto ed in background, operazioni di manutenzione e aggiornamenti di sicurezza.',NULL,'',0,'2018-11-12 23:39:45'),(6002,6010,'it',0,NULL,'Nelle precedenti versioni di WordPress tutti gli strumenti di importazione erano inclusi nella distribuzione. Sono stati trasformati in plugin perché la maggior parte delle persone li utilizza una sola volta o comunque molto raramente.',NULL,'',0,'2018-11-12 23:39:45'),(6003,6011,'it',0,NULL,'In risposta a %s.',NULL,'',0,'2018-11-12 23:39:45'),(6004,6012,'it',0,NULL,'In risposta a: %s',NULL,'',0,'2018-11-12 23:39:45'),(6005,6013,'it',0,NULL,'In risposta a: %s',NULL,'',0,'2018-11-12 23:39:45'),(6006,6014,'it',0,NULL,'Nella colonna <strong>Autore</strong>, oltre al nome dell&#8217;autore, indirizzo email e URL del blog, viene mostrato l&#8217;indirizzo IP del commentatore. Facendo clic su questo link verranno mostrati tutti i commenti scritti da quell&#8217;indirizzo IP.',NULL,'',0,'2018-11-12 23:39:45'),(6007,6015,'it',0,NULL,'Nella colonna <strong>commento</strong>, spostare il mouse sopra ogni commento  ti da le opzioni per approvare, rispondere (e approvare), modificare velocemente, modificare, segnalare come spam, o spostare nel cestino quel commento.',NULL,'',0,'2018-11-12 23:39:45'),(6008,6016,'it',0,NULL,'Nella colonna <strong>In risposta a</strong> vi sono tre elementi. Il testo è il nome dell\'articolo che ha ispirato il commento e si collega all\'editor degli articoli per la specifica voce. Il link Visualizza articolo porta all\'articolo direttamente sul sito. Il piccolo fumetto con dentro un numero mostra il numero di commenti approvati che l\'articolo ha ricevuto. Se il fumetto è grigio tutti i commenti per quell\'articolo sono stati moderati. Se è blu vi sono dei commenti in attesa di moderazione. Facendo clic sul fumetto si filtrerà la schermata dei commenti per mostrare solo i commenti relativi a quell\'articolo.',NULL,'',0,'2018-11-12 23:39:45'),(6009,6017,'it',0,NULL,'Nella colonna <strong>inviato il</strong>, appare la data e l\'ora in cui il commento è stato scritto. Facendo clic sul link data/ora ti sarai portato a quel commento sul tuo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6010,6018,'it',0,NULL,'Nella sezione Testo testata di questa pagina puoi scegliere se visualizzare o meno questo testo. Puoi anche scegliere il colore del testo facendo clic sul pulsante Seleziona colore e quindi inserire un valore HTML esadecimale legittimo, es. &#8220;#ff0000&#8221; per il rosso oppure impostare il colore tramite il selezionatore dei colori.',NULL,'',0,'2018-11-12 23:39:45'),(6011,6019,'it',0,NULL,'In questa sezione dovresti spiegare per quanto tempo conservi i dati personali raccolti o elaborati dal sito web. Anche se è tua responsabilità descrivere per quanto tempo mantieni ogni set di dati e perché lo mantieni, queste informazioni devono essere elencate qui. Ad esempio, potresti voler dire che mantieni le voci dei moduli di contatto per sei mesi, i record delle statistiche per un anno e i record di acquisto dei clienti per dieci anni.',NULL,'',0,'2018-11-12 23:39:45'),(6012,6020,'it',0,NULL,'In questa sezione dovresti spiegare quali misure hai preso per proteggere i dati dei tuoi utenti&#8217. Questo potrebbe includere misure tecniche come la crittografia; misure di sicurezza come l\'autenticazione a due fattori; e misure come la formazione del personale sulla protezione dei dati. Qui puoi anche menzionare se hai effettuato una valutazione dell\'impatto sulla privacy.',NULL,'',0,'2018-11-12 23:39:45'),(6013,6021,'it',0,NULL,'In questa sezione, dovresti spiegare quali procedure attuerai nell\'eventualità di una falla dei dati, sia essa potenziale o reale, come ad esempio sistemi di report interni, messa in contatto automatica o cacciatori di bug.',NULL,'',0,'2018-11-12 23:39:45'),(6014,6022,'it',0,NULL,'In questa sezione dovresti indicare quali diritti hanno i tuoi utenti nella gestione dei loro dati e come possono esercitarli',NULL,'',0,'2018-11-12 23:39:45'),(6015,6023,'it',0,NULL,'In questa sezione dovresti elencare tutti i trasferimenti di dati del sito al di fuori dell\'Unione Europea e descrivere in che modo i dati sono salvaguardati in base agli standard europei di protezione dei dati. Questo potrebbe includere il tuo web hosting, il cloud storage o altri servizi di terze parti.',NULL,'',0,'2018-11-12 23:39:45'),(6016,6024,'it',0,NULL,'In questa sezione dovresti nominare ed elencare tutti i fornitori di terze parti con cui condividi i dati del sito, inclusi partner, servizi basati su cloud, sistemi di pagamento e fornitori di servizi di terze parti, e riportare quali dati condividi con loro e perché. Aggiungi un collegamento alle loro privacy policies, se possibile.',NULL,'',0,'2018-11-12 23:39:45'),(6017,6025,'it',0,NULL,'In questa sezione dovresti annotare quali dati personali raccogli dagli utenti e visitatori del sito. Questo potrebbe includere dati personali, come nome, indirizzo email, preferenze personali sull\'account; dati transazionali, come informazioni sugli acquisti; e dati tecnici, come informazioni sui cookies.',NULL,'',0,'2018-11-12 23:39:45'),(6018,6026,'it',0,NULL,'In questa sezione è necessario riportare l\'URL del sito, nonché il nome dell\'azienda, dell\'organizzazione o dell\'individuo dietro di esso e alcune informazioni di contatto accurate.',NULL,'',0,'2018-11-12 23:39:45'),(6019,6027,'it',0,NULL,'In questa sezione si dovrebbe segnalare un metodo di contatto per problemi riguardanti la privacy. Se è necessario disporre di un Responsabile della Protezione dei Dati (DPO), elencare qui il loro nome e i dettagli completi del contatto.',NULL,'',0,'2018-11-12 23:39:45'),(6020,6028,'it',0,NULL,'In questa sottosezione dovresti elencare i cookie utilizzati dal tuo sito web, compresi quelli impostati dai tuoi plugin, social media e statistiche. Abbiamo fornito i cookie che WordPress installa di default.',NULL,'',0,'2018-11-12 23:39:45'),(6021,6029,'it',0,NULL,'In questa sottosezione dovresti annotare quali pacchetti analitici usi, come gli utenti possono uscire dal tracciamento analitico, e un link alla privacy policy dei tuoi provider di analisi, se presenti.',NULL,'',0,'2018-11-12 23:39:45'),(6022,6030,'it',0,NULL,'In questa sottosezione si dovrebbe riportare quali informazioni vengono prese attraverso i commenti. Abbiamo preso nota dei dati raccolti da WordPress per impostazione predefinita.',NULL,'',0,'2018-11-12 23:39:45'),(6023,6031,'it',0,NULL,'In questa sottosezione dovresti annotare quali informazioni potrebbero essere divulgate dagli utenti che possono caricare media files. Tutti i file caricati sono solitamente pubblicamente accessibili.',NULL,'',0,'2018-11-12 23:39:45'),(6024,6032,'it',0,NULL,'Inattivi <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(6025,6033,'it',0,NULL,'Barra laterale inattiva (non utilizzata)',NULL,'',0,'2018-11-12 23:39:45'),(6026,6034,'it',0,NULL,'Widget non attivi',NULL,'',0,'2018-11-12 23:39:45'),(6027,6035,'it',0,NULL,'Non attivo:',NULL,'',0,'2018-11-12 23:39:45'),(6028,6036,'it',0,NULL,'Archivio non compatibile.',NULL,'',0,'2018-11-12 23:39:45'),(6029,6037,'it',0,NULL,'Requisiti di informativa normativa del settore',NULL,'',0,'2018-11-12 23:39:45'),(6030,6038,'it',0,NULL,'Informazioni',NULL,'',0,'2018-11-12 23:39:45'),(6031,6039,'it',0,NULL,'Informazioni necessarie',NULL,'',0,'2018-11-12 23:39:45'),(6032,6040,'it',0,NULL,'Inserisci nell\'articolo',NULL,'',0,'2018-11-12 23:39:45'),(6033,6041,'it',0,NULL,'Inserire un elemento media da un altro sito',NULL,'',0,'2018-11-12 23:39:45'),(6034,6042,'it',0,NULL,'Inserimento Media',NULL,'',0,'2018-11-12 23:39:45'),(6035,6043,'it',0,NULL,'Installa',NULL,'',0,'2018-11-12 23:39:45'),(6036,6044,'it',0,NULL,'Installa %s',NULL,'',0,'2018-11-12 23:39:45'),(6037,6045,'it',0,NULL,'Installa %s ora',NULL,'',0,'2018-11-12 23:39:45'),(6038,6046,'it',0,NULL,'Installa il plugin Gutenberg',NULL,'',0,'2018-11-12 23:39:45'),(6039,6047,'it',0,NULL,'Installa tema genitore',NULL,'',0,'2018-11-12 23:39:45'),(6040,6048,'it',0,NULL,'Installa temi',NULL,'',0,'2018-11-12 23:39:45'),(6041,6049,'it',0,NULL,'Aggiorna adesso',NULL,'',0,'2018-11-12 23:39:45'),(6042,6050,'it',0,NULL,'Installa WordPress',NULL,'',0,'2018-11-12 23:39:45'),(6043,6051,'it',0,NULL,'Installa il plugin <a href=\"%s\">Classic Editor</a> per continuare ad utilizzare l\'attuale editor del core (definito classico per convenzione) fino a quando non sei pronto per passare al nuovo editor Gutenberg.',NULL,'',0,'2018-11-12 23:39:45'),(6044,6052,'it',0,NULL,'Installa il plugin Classic Editor',NULL,'',0,'2018-11-12 23:39:45'),(6045,6053,'it',0,NULL,'L\'installazione non è andata a buon fine',NULL,'',0,'2018-11-12 23:39:45'),(6046,6054,'it',0,NULL,'Richiesta installazione',NULL,'',0,'2018-11-12 23:39:45'),(6047,6055,'it',0,NULL,'Pacchetto di installazione non disponibile.',NULL,'',0,'2018-11-12 23:39:45'),(6048,6056,'it',0,NULL,'Plugin installati',NULL,'',0,'2018-11-12 23:39:45'),(6049,6057,'it',0,NULL,'Installazione del Plugin dal file caricato: %s',NULL,'',0,'2018-11-12 23:39:45'),(6050,6058,'it',0,NULL,'Installazione plugin: %s',NULL,'',0,'2018-11-12 23:39:45'),(6051,6059,'it',0,NULL,'Installazione tema dal file caricato: %s',NULL,'',0,'2018-11-12 23:39:45'),(6052,6060,'it',0,NULL,'Installazione tema: %s',NULL,'',0,'2018-11-12 23:39:45'),(6053,6061,'it',0,NULL,'Installazione dell&#8217;ultima versione in corso&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(6054,6062,'it',0,NULL,'Installazione plugin&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(6055,6063,'it',0,NULL,'Installazione del tema&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(6056,6064,'it',0,NULL,'L\'installazione di temi in modalità Multisito è possibile solo nella sezione Amministrazione rete.',NULL,'',0,'2018-11-12 23:39:45'),(6057,6065,'it',0,NULL,'Requisiti insuffiicienti',NULL,'',0,'2018-11-12 23:39:45'),(6058,6066,'it',0,NULL,'Introduzione',NULL,'',0,'2018-11-12 23:39:45'),(6059,6067,'it',0,NULL,'Codice di risposta API non valido (%d)',NULL,'',0,'2018-11-12 23:39:45'),(6060,6068,'it',0,NULL,'URL indicata non valida.',NULL,'',0,'2018-11-12 23:39:45'),(6061,6069,'it',0,NULL,'Azione non valida.',NULL,'',0,'2018-11-12 23:39:45'),(6062,6070,'it',0,NULL,'Dati forniti non validi.',NULL,'',0,'2018-11-12 23:39:45'),(6063,6071,'it',0,NULL,'Indirizzo email non valido nella richiesta.',NULL,'',0,'2018-11-12 23:39:45'),(6064,6072,'it',0,NULL,'Indirizzo email non valido durante la generazione del file di esportazione.',NULL,'',0,'2018-11-12 23:39:45'),(6065,6073,'it',0,NULL,'Invio modulo non valido.',NULL,'',0,'2018-11-12 23:39:45'),(6066,6074,'it',0,NULL,'URL immagine non valido',NULL,'',0,'2018-11-12 23:39:45'),(6067,6075,'it',0,NULL,'ID dell\'elemento non valido.',NULL,'',0,'2018-11-12 23:39:45'),(6068,6076,'it',0,NULL,'Pagina del plugin non valida',NULL,'',0,'2018-11-12 23:39:45'),(6069,6077,'it',0,NULL,'Percorso del plugin non valido.',NULL,'',0,'2018-11-12 23:39:45'),(6070,6078,'it',0,NULL,'ID richiesta non valido durante la generazione del file di esportazione.',NULL,'',0,'2018-11-12 23:39:45'),(6071,6079,'it',0,NULL,'ID richiesta non valido durante l\'unione dei dati dell\'esportatore.',NULL,'',0,'2018-11-12 23:39:45'),(6072,6080,'it',0,NULL,'ID richiesta non valido durante l\'elaborazione dei dati da cancellare.',NULL,'',0,'2018-11-12 23:39:45'),(6073,6081,'it',0,NULL,'ID richiesta non valido durante l\'invio della email di esportazione dei dati personali.',NULL,'',0,'2018-11-12 23:39:45'),(6074,6082,'it',0,NULL,'ID richiesta non valido.',NULL,'',0,'2018-11-12 23:39:45'),(6075,6083,'it',0,NULL,'Tipologia di richiesta non valida.',NULL,'',0,'2018-11-12 23:39:45'),(6076,6084,'it',0,NULL,'Tipologia di traduzione non valida.',NULL,'',0,'2018-11-12 23:39:45'),(6077,6085,'it',0,NULL,'Email di invito spedita all\'utente. Occorrerà che venga fatto clic sul link di conferma prima che venga creato l\'account.',NULL,'',0,'2018-11-12 23:39:45'),(6078,6086,'it',0,NULL,'Email di invito spedita all\'utente. Occorrerà che venga fatto clic sul link di conferma per venir aggiunti al sito.',NULL,'',0,'2018-11-12 23:39:45'),(6079,6087,'it',0,NULL,'&Egrave; compito dei motori di ricerca onorare o meno questa richiesta.',NULL,'',0,'2018-11-12 23:39:45'),(6080,6088,'it',0,NULL,'È tua responsabilità scrivere una privacy policy completa, assicurandoti che rifletta tutti i requisiti legali nazionali e internazionali sulla privacy, mantenendola attuale ed accurata.',NULL,'',0,'2018-11-12 23:39:45'),(6081,6089,'it',0,NULL,'Utilizzi una versione non sicura di %s! Un browser obsoleto rende il tuo computer poco sicuro. Per una esperienza migliore con WordPress aggiorna il tuo browser.',NULL,'',0,'2018-11-12 23:39:45'),(6082,6090,'it',0,NULL,'Utilizzi una vecchia versione di %s. Un browser vecchio rende il tuo computer più lento. Per una esperienza migliore con WordPress aggiorna il tuo browser.',NULL,'',0,'2018-11-12 23:39:45'),(6083,6091,'it',0,NULL,'Elemento aggiunto.',NULL,'',0,'2018-11-12 23:39:45'),(6084,6092,'it',0,NULL,'Elemento eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(6085,6093,'it',0,NULL,'L\'elemento non è stato aggiunto.',NULL,'',0,'2018-11-12 23:39:45'),(6086,6094,'it',0,NULL,'L\'elemento non è stato aggiornato.',NULL,'',0,'2018-11-12 23:39:45'),(6087,6095,'it',0,NULL,'Elemento aggiornato.',NULL,'',0,'2018-11-12 23:39:45'),(6088,6096,'it',0,NULL,'Elementi eliminati.',NULL,'',0,'2018-11-12 23:39:45'),(6089,6097,'it',0,NULL,'Lista elementi',NULL,'',0,'2018-11-12 23:39:45'),(6090,6098,'it',0,NULL,'Lista elementi di navigazione',NULL,'',0,'2018-11-12 23:39:45'),(6091,6099,'it',0,NULL,'Ecco un altro sito %s',NULL,'',0,'2018-11-12 23:39:45'),(6092,6100,'it',0,NULL,'Un nuovo sito targato WordPress',NULL,'',0,'2018-11-12 23:39:45'),(6093,6101,'it',0,NULL,'Mantieni questo link privato',NULL,'',0,'2018-11-12 23:39:45'),(6094,6102,'it',0,NULL,'Mantenere il tuo sito aggiornato è importante per la sicurezza. Rende inoltre Internet un posto più sicuro per te e i tuoi lettori.',NULL,'',0,'2018-11-12 23:39:45'),(6095,6103,'it',0,NULL,'Chiave',NULL,'',0,'2018-11-12 23:39:45'),(6096,6104,'it',0,NULL,'Per gli utenti che utilizzano la tastiera: mentre lavorate nell&#8217;editor visuale, potete utilizzare la combinazione di tasti <kbd>Alt + F10</kbd> per accedere alla barra degli strumenti.',NULL,'',0,'2018-11-12 23:39:45'),(6097,6105,'it',0,NULL,'Parole chiave',NULL,'',0,'2018-11-12 23:39:45'),(6098,6106,'it',0,NULL,'Dimensione grande',NULL,'',0,'2018-11-12 23:39:45'),(6099,6107,'it',0,NULL,'Ultima modifica',NULL,'',0,'2018-11-12 23:39:45'),(6100,6108,'it',0,NULL,'Cognome',NULL,'',0,'2018-11-12 23:39:45'),(6101,6109,'it',0,NULL,'Ultimo aggiornamento:',NULL,'',0,'2018-11-12 23:39:45'),(6102,6110,'it',0,NULL,'Ultimo controllo il giorno %1$s alle ore %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(6103,6111,'it',0,NULL,'Ultima modifica di %1$s il %2$s alle %3$s',NULL,'',0,'2018-11-12 23:39:45'),(6104,6112,'it',0,NULL,'Ultima modifica il %1$s alle %2$s',NULL,'',0,'2018-11-12 23:39:45'),(6105,6113,'it',0,NULL,'Ultima pagina',NULL,'',0,'2018-11-12 23:39:45'),(6106,6114,'it',0,NULL,'Ultima',NULL,'',0,'2018-11-12 23:39:45'),(6107,6115,'it',0,NULL,'Hai già installato l\'ultima versione',NULL,'',0,'2018-11-12 23:39:45'),(6108,6116,'it',0,NULL,'Layout',NULL,'',0,'2018-11-12 23:39:45'),(6109,6117,'it',0,NULL,'Leader nello Sviluppo',NULL,'',0,'2018-11-12 23:39:45'),(6110,6118,'it',0,NULL,'Maggiori informazioni su come iniziare',NULL,'',0,'2018-11-12 23:39:45'),(6111,6119,'it',0,NULL,'Barra laterale sinistra',NULL,'',0,'2018-11-12 23:39:45'),(6112,6120,'it',0,NULL,'Dare una mano a Gutenberg %s',NULL,'',0,'2018-11-12 23:39:45'),(6113,6121,'it',0,NULL,'Iniziamo!',NULL,'',0,'2018-11-12 23:39:45'),(6114,6122,'it',0,NULL,'Libreria',NULL,'',0,'2018-11-12 23:39:45'),(6115,6123,'it',0,NULL,'Inclusione diretta di %1$s per poter utilizzare %2$s. Questo è molto sbagliato. Agganciare la chiamata %2$s nell\'azione %3$s.',NULL,'',0,'2018-11-12 23:39:45'),(6116,6124,'it',0,NULL,'Link all\'immagine:',NULL,'',0,'2018-11-12 23:39:45'),(6117,6125,'it',0,NULL,'Destinazione link',NULL,'',0,'2018-11-12 23:39:45'),(6118,6126,'it',0,NULL,'Link URL',NULL,'',0,'2018-11-12 23:39:45'),(6119,6127,'it',0,NULL,'Link aggiunto.',NULL,'',0,'2018-11-12 23:39:45'),(6120,6128,'it',0,NULL,'Link non trovato.',NULL,'',0,'2018-11-12 23:39:45'),(6121,6129,'it',0,NULL,'Testo link, es.  &#8220;Richiesta di riscatto (PDF)&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(6122,6130,'it',0,NULL,'Link miniatura a:',NULL,'',0,'2018-11-12 23:39:45'),(6123,6131,'it',0,NULL,'Link all\'immagine',NULL,'',0,'2018-11-12 23:39:45'),(6124,6132,'it',0,NULL,'Template link',NULL,'',0,'2018-11-12 23:39:45'),(6125,6133,'it',0,NULL,'I link nella barra strumenti in cima alla schermata collegano la bacheca e il front end del sito e permettono di accedere al tuo profilo e a informazioni utili su WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(6126,6134,'it',0,NULL,'Elenco link',NULL,'',0,'2018-11-12 23:39:45'),(6127,6135,'it',0,NULL,'I link possono essere raggruppati in Categorie, che sono differenti dalle categorie utilizzate nei post.',NULL,'',0,'2018-11-12 23:39:45'),(6128,6136,'it',0,NULL,'Anteprima in tempo reale &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(6129,6137,'it',0,NULL,'LiveJournal',NULL,'',0,'2018-11-12 23:39:45'),(6130,6138,'it',0,NULL,'Caricamento&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(6131,6139,'it',0,NULL,'Caricamento&hellip;',NULL,'',0,'2018-11-12 23:39:45'),(6132,6140,'it',0,NULL,'L\'ora locale è %s',NULL,'',0,'2018-11-12 23:39:45'),(6133,6141,'it',0,NULL,'Posizione dei file caricati.',NULL,'',0,'2018-11-12 23:39:45'),(6134,6142,'it',0,NULL,'Scollega %s da tutte le posizioni.',NULL,'',0,'2018-11-12 23:39:45'),(6135,6143,'it',0,NULL,'Disconnetti su ogni dispositivo',NULL,'',0,'2018-11-12 23:39:45'),(6136,6144,'it',0,NULL,'Scollegati da ogni postazione',NULL,'',0,'2018-11-12 23:39:45'),(6137,6145,'it',0,NULL,'Nome per il login',NULL,'',0,'2018-11-12 23:39:45'),(6138,6146,'it',0,NULL,'Cerca',NULL,'',0,'2018-11-12 23:39:45'),(6139,6147,'it',0,NULL,'Ricerca di %1$s in %2$s',NULL,'',0,'2018-11-12 23:39:45'),(6140,6148,'it',0,NULL,'j M, Y @ H:i',NULL,'',0,'2018-11-12 23:39:45'),(6141,6149,'it',0,NULL,'j M',NULL,'',0,'2018-11-12 23:39:45'),(6142,6150,'it',0,NULL,'j M Y',NULL,'',0,'2018-11-12 23:39:45'),(6143,6151,'it',0,NULL,'MB',NULL,'',0,'2018-11-12 23:39:45'),(6144,6152,'it',0,NULL,'MB (Lasciare in bianco per assegnare il valore predefinito)',NULL,'',0,'2018-11-12 23:39:45'),(6145,6153,'it',0,NULL,'Server di posta',NULL,'',0,'2018-11-12 23:39:45'),(6146,6154,'it',0,NULL,'Pagina principale',NULL,'',0,'2018-11-12 23:39:45'),(6147,6155,'it',0,NULL,'Pagina principale (nessun genitore)',NULL,'',0,'2018-11-12 23:39:45'),(6148,6156,'it',0,NULL,'Contenuto principale',NULL,'',0,'2018-11-12 23:39:45'),(6149,6157,'it',0,NULL,'Menu principale',NULL,'',0,'2018-11-12 23:39:45'),(6150,6158,'it',0,NULL,'Aggiornamento di manutenzione',NULL,'',0,'2018-11-12 23:39:45'),(6151,6159,'it',0,NULL,'Versioni di manutenzione',NULL,'',0,'2018-11-12 23:39:45'),(6152,6160,'it',0,NULL,'Aggiornamento di sicurezza e manutenzione',NULL,'',0,'2018-11-12 23:39:45'),(6153,6161,'it',0,NULL,'Versioni di manutenzione e sicurezza',NULL,'',0,'2018-11-12 23:39:45'),(6154,6162,'it',0,NULL,'Miglioramenti importanti per Personalizza, controllo degli errori nel codice e molto altro ancora! %s',NULL,'',0,'2018-11-12 23:39:45'),(6155,6163,'it',0,NULL,'Metti questo articolo in evidenza',NULL,'',0,'2018-11-12 23:39:45'),(6156,6164,'it',0,NULL,'Gestione <a href=\"%1$s\">widget</a> o <a href=\"%2$s\">menu</a>',NULL,'',0,'2018-11-12 23:39:45'),(6157,6165,'it',0,NULL,'Gestione posizioni',NULL,'',0,'2018-11-12 23:39:45'),(6158,6166,'it',0,NULL,'Gestione dei temi',NULL,'',0,'2018-11-12 23:39:45'),(6159,6167,'it',0,NULL,'Gestione caricamenti',NULL,'',0,'2018-11-12 23:39:45'),(6160,6168,'it',0,NULL,'Gestione menu',NULL,'',0,'2018-11-12 23:39:45'),(6161,6169,'it',0,NULL,'Gestione widget',NULL,'',0,'2018-11-12 23:39:45'),(6162,6170,'it',0,NULL,'Gestisci con l\'anteprima in tempo reale',NULL,'',0,'2018-11-12 23:39:45'),(6163,6171,'it',0,NULL,'Gestione pagine',NULL,'',0,'2018-11-12 23:39:45'),(6164,6172,'it',0,NULL,'La gestione delle pagine &egrave; molto simile alla gestione articoli e le schermate possono essere  personalizzate nello stesso modo.',NULL,'',0,'2018-11-12 23:39:45'),(6165,6173,'it',0,NULL,'Molte persone utilizzano le scorciatoie da tastiera per moderare i commenti più velocemente. &Egrave; possibile usare il link a lato per saperne di più.',NULL,'',0,'2018-11-12 23:39:45'),(6166,6174,'it',0,NULL,'Molti temi visualizzano alcuni widget di default nella barra laterale fino a che non viene modificata la barra laterale ma, non sono automaticamente visualizzati negli strumenti di gestione della barra laterale. Dopo aver inserito il primo widget è possibile aggiungere nuovamente i widget di default utilizzando i widget disponibili nell\'area dei widget.',NULL,'',0,'2018-11-12 23:39:45'),(6167,6175,'it',0,NULL,'Marca questo commento come spam',NULL,'',0,'2018-11-12 23:39:45'),(6168,6176,'it',0,NULL,'Matt Mullenweg',NULL,'',0,'2018-11-12 23:39:45'),(6169,6177,'it',0,NULL,'Altezza massima',NULL,'',0,'2018-11-12 23:39:45'),(6170,6178,'it',0,NULL,'Larghezza massima',NULL,'',0,'2018-11-12 23:39:45'),(6171,6179,'it',0,NULL,'Punteggio massimo',NULL,'',0,'2018-11-12 23:39:45'),(6172,6180,'it',0,NULL,'Dimensione massima: %s',NULL,'',0,'2018-11-12 23:39:45'),(6173,6181,'it',0,NULL,'Impostazioni media',NULL,'',0,'2018-11-12 23:39:45'),(6174,6182,'it',0,NULL,'File multimediale allegato.',NULL,'',0,'2018-11-12 23:39:45'),(6175,6183,'it',0,NULL,'File multimediale scollegato.',NULL,'',0,'2018-11-12 23:39:45'),(6176,6184,'it',0,NULL,'Media file spostato nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(6177,6185,'it',0,NULL,'Media file eliminato definitivamente.',NULL,'',0,'2018-11-12 23:39:45'),(6178,6186,'it',0,NULL,'Media file ripristinato dal cestino.',NULL,'',0,'2018-11-12 23:39:45'),(6179,6187,'it',0,NULL,'File multimediale aggiornato.',NULL,'',0,'2018-11-12 23:39:45'),(6180,6188,'it',0,NULL,'Lista elementi multimediali',NULL,'',0,'2018-11-12 23:39:45'),(6181,6189,'it',0,NULL,'Navigazione lista elementi multimendiali',NULL,'',0,'2018-11-12 23:39:45'),(6182,6190,'it',0,NULL,'Aggiornamento di MediaElement.js alla versione 4.2.6',NULL,'',0,'2018-11-12 23:39:45'),(6183,6191,'it',0,NULL,'Dimensione media',NULL,'',0,'2018-11-12 23:39:45'),(6184,6192,'it',0,NULL,'Meetup',NULL,'',0,'2018-11-12 23:39:45'),(6185,6193,'it',0,NULL,'Iscrizione',NULL,'',0,'2018-11-12 23:39:45'),(6186,6194,'it',0,NULL,'Gestione menu',NULL,'',0,'2018-11-12 23:39:45'),(6187,6195,'it',0,NULL,'Impostazioni del menu',NULL,'',0,'2018-11-12 23:39:45'),(6188,6196,'it',0,NULL,'Struttura del menu',NULL,'',0,'2018-11-12 23:39:45'),(6189,6197,'it',0,NULL,'Posizioni men&ugrave; aggiornate.',NULL,'',0,'2018-11-12 23:39:45'),(6190,6198,'it',0,NULL,'Ordinamento menu',NULL,'',0,'2018-11-12 23:39:45'),(6191,6199,'it',0,NULL,'I menu possono venir visualizzati nelle posizioni definite dal tuo tema ed anche essere utilizzati nelle sidebar aggiungendo un widget &#8220;Menu personalizzato&#8221; tramite la schermata <a href=\"%1$s\">Widget</a>. Se il tuo tema non supporta la funzionalità di menu personalizzati  (i temi standard, %2$s e %3$s, lo fanno), puoi imparare come aggiungere tale supporto seguendo il link alla Documentazione qui a lato.',NULL,'',0,'2018-11-12 23:39:45'),(6192,6200,'it',0,NULL,'Programmazione saltata',NULL,'',0,'2018-11-12 23:39:45'),(6193,6201,'it',0,NULL,'Widget mancanti',NULL,'',0,'2018-11-12 23:39:45'),(6194,6202,'it',0,NULL,'Manca una directory temporanea.',NULL,'',0,'2018-11-12 23:39:45'),(6195,6203,'it',0,NULL,'Indice da cancellare mancante.',NULL,'',0,'2018-11-12 23:39:45'),(6196,6204,'it',0,NULL,'Indice dell\'esportatore mancante.',NULL,'',0,'2018-11-12 23:39:45'),(6197,6205,'it',0,NULL,'Indice della pagina mancante.',NULL,'',0,'2018-11-12 23:39:45'),(6198,6206,'it',0,NULL,'ID richiesta mancante.',NULL,'',0,'2018-11-12 23:39:45'),(6199,6207,'it',0,NULL,'Moderazione commento',NULL,'',0,'2018-11-12 23:39:45'),(6200,6208,'it',0,NULL,'Moderazione dei commenti',NULL,'',0,'2018-11-12 23:39:45'),(6201,6209,'it',0,NULL,'MonsterID (generato)',NULL,'',0,'2018-11-12 23:39:45'),(6202,6210,'it',0,NULL,'Mese e nome',NULL,'',0,'2018-11-12 23:39:45'),(6203,6211,'it',0,NULL,'Altre azioni',NULL,'',0,'2018-11-12 23:39:45'),(6204,6212,'it',0,NULL,'Più dettagli',NULL,'',0,'2018-11-12 23:39:45'),(6205,6213,'it',0,NULL,'Cambio di Tema più affidabile',NULL,'',0,'2018-11-12 23:39:45'),(6206,6214,'it',0,NULL,'Altre informazioni su %s',NULL,'',0,'2018-11-12 23:39:45'),(6207,6215,'it',0,NULL,'Più recenti',NULL,'',0,'2018-11-12 23:39:45'),(6208,6216,'it',0,NULL,'Quasi sempre i plugin funzionano bene con WordPress e gli altri plugin. Alcune volte, tuttavia, il codice di un plugin interferisce con quello di un altro plugin, causando problemi di compatibilità. Se il sito si comporta in maniera strana, il problema potrebbe essere dovuto a queste incompatibilità. Provare a disattivare tutti i plugin e riattivarli in varie combinazioni sino a quando non si riuscirà ad isolare quello/i che da/danno problemi. ',NULL,'',0,'2018-11-12 23:39:45'),(6209,6217,'it',0,NULL,'Molti temi visualizzano il titolo del sito all\'inizio di ogni pagina, nella barra dei titoli del browser e come nome identificativo per i feed. Anche il motto viene visualizzato da molti temi.',NULL,'',0,'2018-11-12 23:39:45'),(6210,6218,'it',0,NULL,'Movable Type e TypePad',NULL,'',0,'2018-11-12 23:39:45'),(6211,6219,'it',0,NULL,'Sposta',NULL,'',0,'2018-11-12 23:39:45'),(6212,6220,'it',0,NULL,'Sposta &#8220;%s&#8221; nel cestino',NULL,'',0,'2018-11-12 23:39:45'),(6213,6221,'it',0,NULL,'Sposta questo commento nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(6214,6222,'it',0,NULL,'Sposta nel cestino',NULL,'',0,'2018-11-12 23:39:45'),(6215,6223,'it',0,NULL,'Il supporto multisito non è abilitato.',NULL,'',0,'2018-11-12 23:39:45'),(6216,6224,'it',0,NULL,'Obbligatori <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(6217,6225,'it',0,NULL,'Il mio sito',NULL,'',0,'2018-11-12 23:39:45'),(6218,6226,'it',0,NULL,'Utente misterioso',NULL,'',0,'2018-11-12 23:39:45'),(6219,6227,'it',0,NULL,'Nome:',NULL,'',0,'2018-11-12 23:39:45'),(6220,6228,'it',0,NULL,'Navigazione',NULL,'',0,'2018-11-12 23:39:45'),(6221,6229,'it',0,NULL,'Hai bisogno di aiuto per realizzare la tua nuova pagina sulla privacy policy? <a href=\"%1$s\" %2$s>Consulta la nostra guida%3$s</a> per le raccomandazioni su quali contenuti includere, oltre a quelli suggeriti dai tuoi plugin o dal tuo tema.',NULL,'',0,'2018-11-12 23:39:45'),(6222,6230,'it',0,NULL,'Hai bisogno di aiuto? Usa il tab di Aiuto sopra il titolo della schermata.',NULL,'',0,'2018-11-12 23:39:45'),(6223,6231,'it',0,NULL,'Bisogno di più aiuto? <a href=\"%s\">Ce l\'abbiamo</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6224,6232,'it',0,NULL,'Ti servono dei riscontri alle modifiche del design di un sito? WordPress 4.9 ti fornisce un link di anteprima che puoi inviare al tuo gruppo e ai clienti così da poter raccogliere ed integrare tutti i riscontri, prima ancora di programmare e di mandare in produzione le modifiche. Possiamo chiamarla collaborazione&#43;&#43;?',NULL,'',0,'2018-11-12 23:39:45'),(6225,6233,'it',0,NULL,'Attivato nel network',NULL,'',0,'2018-11-12 23:39:45'),(6226,6234,'it',0,NULL,'Disattiva dal network',NULL,'',0,'2018-11-12 23:39:45'),(6227,6235,'it',0,NULL,'Attivabile solo dal network',NULL,'',0,'2018-11-12 23:39:45'),(6228,6236,'it',0,NULL,'Installazione network',NULL,'',0,'2018-11-12 23:39:45'),(6229,6237,'it',0,NULL,'Sono stati aggiunti nuovi <strong>Strumenti </strong> per aiutarti nell\'esportazione di dati personali e nelle richieste di cancellazione.',NULL,'',0,'2018-11-12 23:39:45'),(6230,6238,'it',0,NULL,'Nuovo editor Gutenberg',NULL,'',0,'2018-11-12 23:39:45'),(6231,6239,'it',0,NULL,'Nuova password',NULL,'',0,'2018-11-12 23:39:45'),(6232,6240,'it',0,NULL,'Ruolo predefinito nuovi utenti',NULL,'',0,'2018-11-12 23:39:45'),(6233,6241,'it',0,NULL,'Nuovo sito WordPress',NULL,'',0,'2018-11-12 23:39:45'),(6234,6242,'it',0,NULL,'Sono state introdotte nuove capacità per consentire una gestione più granulare dei plugin e dei file di traduzione. Inoltre, il passaggio di un sito a multisite è stato messo a punto per aggiornare i ruoli disponibili e le capacità in una maniera più affidabile e coerente.',NULL,'',0,'2018-11-12 23:39:45'),(6235,6243,'it',0,NULL,'Nuovo nome di categoria',NULL,'',0,'2018-11-12 23:39:45'),(6236,6244,'it',0,NULL,'Nuove dimensioni:',NULL,'',0,'2018-11-12 23:39:45'),(6237,6245,'it',0,NULL,'Nuovo tema attivato',NULL,'',0,'2018-11-12 23:39:45'),(6238,6246,'it',0,NULL,'Sono disponibili nuove traduzioni.',NULL,'',0,'2018-11-12 23:39:45'),(6239,6247,'it',0,NULL,'Nuovo utente creato.',NULL,'',0,'2018-11-12 23:39:45'),(6240,6248,'it',0,NULL,'Creato un nuovo utente. <a href=\"%s\">Modifica utente</a>',NULL,'',0,'2018-11-12 23:39:45'),(6241,6249,'it',0,NULL,'Ai nuovi utenti viene assegnata automaticamente una password, che possono cambiare dopo essersi autenticati. Puoi vedere o modificare la password assegnata facendo clic sul pulsante Mostra Password. Il nome utente non può più essere cambiato dopo che l\'utente è stato aggiunto.',NULL,'',0,'2018-11-12 23:39:45'),(6242,6250,'it',0,NULL,'I nuovi utenti riceveranno una email che li informerà di essere stati inseriti come utenti del proprio sito. Questa email conterrà anche la loro password. Spuntare questa casella se non si desidera che gli utenti ricevano una email di benvenuto.',NULL,'',0,'2018-11-12 23:39:45'),(6243,6251,'it',0,NULL,'Nuova versione disponibile.',NULL,'',0,'2018-11-12 23:39:45'),(6244,6252,'it',0,NULL,'È disponibile una nuova versione. <button class=\"button-link\" type=\"button\">Aggiorna ora</button>',NULL,'',0,'2018-11-12 23:39:45'),(6245,6253,'it',0,NULL,'Installata la versione pi&ugrave; recente (%s)',NULL,'',0,'2018-11-12 23:39:45'),(6246,6254,'it',0,NULL,'Notizie',NULL,'',0,'2018-11-12 23:39:45'),(6247,6255,'it',0,NULL,'Passi successivi',NULL,'',0,'2018-11-12 23:39:45'),(6248,6256,'it',0,NULL,'Nickname',NULL,'',0,'2018-11-12 23:39:45'),(6249,6257,'it',0,NULL,'Non è necessario alcun aggiornamento',NULL,'',0,'2018-11-12 23:39:45'),(6250,6258,'it',0,NULL,'Ancora nessuna attività',NULL,'',0,'2018-11-12 23:39:45'),(6251,6259,'it',0,NULL,'Nessun commento approvato',NULL,'',0,'2018-11-12 23:39:45'),(6252,6260,'it',0,NULL,'Nessun commento',NULL,'',0,'2018-11-12 23:39:45'),(6253,6261,'it',0,NULL,'Nessun commento in attesa di moderazione',NULL,'',0,'2018-11-12 23:39:45'),(6254,6262,'it',0,NULL,'Nessun commento trovato.',NULL,'',0,'2018-11-12 23:39:45'),(6255,6263,'it',0,NULL,'Nessun commento per ora.',NULL,'',0,'2018-11-12 23:39:45'),(6256,6264,'it',0,NULL,'Nessuna descrizione ',NULL,'',0,'2018-11-12 23:39:45'),(6257,6265,'it',0,NULL,'Non è stato caricato alcun file.',NULL,'',0,'2018-11-12 23:39:45'),(6258,6266,'it',0,NULL,'Non è richiesta da parte tua alcuna altra operazione.',NULL,'',0,'2018-11-12 23:39:45'),(6259,6267,'it',0,NULL,'Nessun importatore disponibile.',NULL,'',0,'2018-11-12 23:39:45'),(6260,6268,'it',0,NULL,'Nessun elemento.',NULL,'',0,'2018-11-12 23:39:45'),(6261,6269,'it',0,NULL,'Nessun link trovato.',NULL,'',0,'2018-11-12 23:39:45'),(6262,6270,'it',0,NULL,'Nessun commento in attesa',NULL,'',0,'2018-11-12 23:39:45'),(6263,6271,'it',0,NULL,'Nessun plugin specificato.',NULL,'',0,'2018-11-12 23:39:45'),(6264,6272,'it',0,NULL,'Nessun plugin trovato per &#8220;%s&#8221;.',NULL,'',0,'2018-11-12 23:39:45'),(6265,6273,'it',0,NULL,'Nessun plugin trovato',NULL,'',0,'2018-11-12 23:39:45'),(6266,6274,'it',0,NULL,'Nessun ruolo',NULL,'',0,'2018-11-12 23:39:45'),(6267,6275,'it',0,NULL,'Il file non esiste! Verificare il nome e riprovare.',NULL,'',0,'2018-11-12 23:39:45'),(6268,6276,'it',0,NULL,'No grazie, non ricordarmelo più',NULL,'',0,'2018-11-12 23:39:45'),(6269,6277,'it',0,NULL,'Tema non specificato.',NULL,'',0,'2018-11-12 23:39:45'),(6270,6278,'it',0,NULL,'Nessun tema corrisponde alla ricerca.',NULL,'',0,'2018-11-12 23:39:45'),(6271,6279,'it',0,NULL,'Nessun utente trovato.',NULL,'',0,'2018-11-12 23:39:45'),(6272,6280,'it',0,NULL,'Non sono stati trovati plugin validi.',NULL,'',0,'2018-11-12 23:39:45'),(6273,6281,'it',0,NULL,'No, torna all\'elenco dei plugin',NULL,'',0,'2018-11-12 23:39:45'),(6274,6282,'it',0,NULL,'Togli risalto',NULL,'',0,'2018-11-12 23:39:45'),(6275,6283,'it',0,NULL,'Spazio di upload insufficiente. Servono %1$s Kb.',NULL,'',0,'2018-11-12 23:39:45'),(6276,6284,'it',0,NULL,'Non sei ancora pronto?',NULL,'',0,'2018-11-12 23:39:45'),(6277,6285,'it',0,NULL,'Per ritagliare un&#8217;immagine fai clic su di essa (l\'icona di Ritaglio è già selezionata) e trascina il rettangolo di ritaglio per selezionare la parte desiderata. Quindi fai clic su Salva per effettuare il ritaglio.',NULL,'',0,'2018-11-12 23:39:45'),(6278,6286,'it',0,NULL,'Nota:',NULL,'',0,'2018-11-12 23:39:45'),(6279,6287,'it',0,NULL,'Nota: Nessuna di queste opzioni blocca l\'accesso al sito - spetta ai motori di ricerca onorare la richiesta.',NULL,'',0,'2018-11-12 23:39:45'),(6280,6288,'it',0,NULL,'Note',NULL,'',0,'2018-11-12 23:39:45'),(6281,6289,'it',0,NULL,'Contributori degni di nota',NULL,'',0,'2018-11-12 23:39:45'),(6282,6290,'it',0,NULL,'Nulla da salvare, l\'immagine non è cambiata.',NULL,'',0,'2018-11-12 23:39:45'),(6283,6291,'it',0,NULL,'Avvertenza:',NULL,'',0,'2018-11-12 23:39:45'),(6284,6292,'it',0,NULL,'Temi trovati: %d',NULL,'',0,'2018-11-12 23:39:45'),(6285,6293,'it',0,NULL,'Numero di elementi per pagina:',NULL,'',0,'2018-11-12 23:39:45'),(6286,6294,'it',0,NULL,'Conteggio',NULL,'',0,'2018-11-12 23:39:45'),(6287,6295,'it',0,NULL,'Numerico',NULL,'',0,'2018-11-12 23:39:45'),(6288,6296,'it',0,NULL,'In questa schermata puoi eseguire l&#8217;aggiornamento all&#8217;ultima versione di WordPress e aggiornare i tuoi temi e plugin dai repository di WordPress.org.',NULL,'',0,'2018-11-12 23:39:45'),(6289,6297,'it',0,NULL,'Una volta generato, il file WXR può essere importato in un altro sito con WordPress o qualsiasi altra piattaforma di blog in grado di leggere questo formato.',NULL,'',0,'2018-11-12 23:39:45'),(6290,6298,'it',0,NULL,'Una volta generata una lista di temi è possibile vedere in anteprima ed installare uno qualsiasi di essi. Fare clic sulla miniatura del tema a cui si è interessati vedere in anteprima. Si aprirà una anteprima a pieno schermo che fornirà una migliore visione di come appare il tema.',NULL,'',0,'2018-11-12 23:39:45'),(6291,6299,'it',0,NULL,'Dopo aver fatto la tua selezione, puoi modificarla inserendo le dimensioni in pixel. Le dimensioni minime sono quelle della miniatura come specificata nelle impostazioni Media.',NULL,'',0,'2018-11-12 23:39:45'),(6292,6300,'it',0,NULL,'Se scegli &#8220;Conferma eliminazione&#8221;, l\'utente sarà rimosso definitivamente.',NULL,'',0,'2018-11-12 23:39:45'),(6293,6301,'it',0,NULL,'Appena premi &#8220;Conferma eliminazione&#8221;, questi utenti saranno rimossi definitivamente.',NULL,'',0,'2018-11-12 23:39:45'),(6294,6302,'it',0,NULL,'Una volta salvato il file scaricato è possibile utilizzare la funzione di Importazione su una diversa installazione di WordPress per importare i contenuti di questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6295,6303,'it',0,NULL,'Una colonna',NULL,'',0,'2018-11-12 23:39:45'),(6296,6304,'it',0,NULL,'C\'&egrave; un plugin che non funziona correttamente.',NULL,'',0,'2018-11-12 23:39:45'),(6297,6305,'it',0,NULL,'Uno degli utenti selezionati non è membro di questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6298,6306,'it',0,NULL,'Una o più tabelle del database non sono disponibili. Per permettere a WordPress di tentare di riparare questa tabelle, fare clic sul pulsante &#8220;Ripara database&#8221;. La riparazione potrebbe richiedere del tempo.',NULL,'',0,'2018-11-12 23:39:45'),(6299,6307,'it',0,NULL,'&Egrave; disponibile solo il tema corrente. Contattare l\'amministratore %s per le informazioni necessarie per utilizzare altri temi.',NULL,'',0,'2018-11-12 23:39:45'),(6300,6308,'it',0,NULL,'Ops, il file non esiste! Verifica il nome e riprova.',NULL,'',0,'2018-11-12 23:39:45'),(6301,6309,'it',0,NULL,'Impostazioni aggiuntive (facoltative)',NULL,'',0,'2018-11-12 23:39:45'),(6302,6310,'it',0,NULL,'Oppure selezionare una immagine dalla libreria media:',NULL,'',0,'2018-11-12 23:39:45'),(6303,6311,'it',0,NULL,'Oppure:',NULL,'',0,'2018-11-12 23:39:45'),(6304,6312,'it',0,NULL,'Ordinamento',NULL,'',0,'2018-11-12 23:39:45'),(6305,6313,'it',0,NULL,'Ordina immagini per:',NULL,'',0,'2018-11-12 23:39:45'),(6306,6314,'it',0,NULL,'Ordinamento:',NULL,'',0,'2018-11-12 23:39:45'),(6307,6315,'it',0,NULL,'Organizza gli upload in cartelle sulla base di mese e anno',NULL,'',0,'2018-11-12 23:39:45'),(6308,6316,'it',0,NULL,'Originale',NULL,'',0,'2018-11-12 23:39:45'),(6309,6317,'it',0,NULL,'Dimensioni originali %s',NULL,'',0,'2018-11-12 23:39:45'),(6310,6318,'it',0,NULL,'Altre notizie su WordPress',NULL,'',0,'2018-11-12 23:39:45'),(6311,6319,'it',0,NULL,'Altre impostazioni commenti',NULL,'',0,'2018-11-12 23:39:45'),(6312,6320,'it',0,NULL,'Altri ruoli utente sono stati modificati.',NULL,'',0,'2018-11-12 23:39:45'),(6313,6321,'it',0,NULL,'Sono stati eliminati altri utenti.',NULL,'',0,'2018-11-12 23:39:45'),(6314,6322,'it',0,NULL,'Altri utenti sono stati rimossi.',NULL,'',0,'2018-11-12 23:39:45'),(6315,6323,'it',0,NULL,'L\'indirizzo del nostro sito web è: %s.',NULL,'',0,'2018-11-12 23:39:45'),(6316,6324,'it',0,NULL,'Panoramica',NULL,'',0,'2018-11-12 23:39:45'),(6317,6325,'it',0,NULL,'PG &#8212; Forse offensivo, solitamente per un pubblico di 13 anni o superiore',NULL,'',0,'2018-11-12 23:39:45'),(6318,6326,'it',0,NULL,'Pagina',NULL,'',0,'2018-11-12 23:39:45'),(6319,6327,'it',0,NULL,'Bozza della pagina aggiornata.',NULL,'',0,'2018-11-12 23:39:45'),(6320,6328,'it',0,NULL,'L\'indice della pagina non può essere inferiore a uno.',NULL,'',0,'2018-11-12 23:39:45'),(6321,6329,'it',0,NULL,'Pagina pubblicata.',NULL,'',0,'2018-11-12 23:39:45'),(6322,6330,'it',0,NULL,'Pagina ripristinata alla revisione da %s',NULL,'',0,'2018-11-12 23:39:45'),(6323,6331,'it',0,NULL,'Pagina salvata.',NULL,'',0,'2018-11-12 23:39:45'),(6324,6332,'it',0,NULL,'Pagina programmata per il: %s.',NULL,'',0,'2018-11-12 23:39:45'),(6325,6333,'it',0,NULL,'Pagina inviata.',NULL,'',0,'2018-11-12 23:39:45'),(6326,6334,'it',0,NULL,'Pagina aggiornata.',NULL,'',0,'2018-11-12 23:39:45'),(6327,6335,'it',0,NULL,'La pagine sono simili agli articoli nel senso che hanno un titolo, un corpo e dei metadati associati, ma la differenza &egrave; che non entrano nel flusso cronologico del blog. Sono una specie di articoli permanenti. Le pagine non sono categorizzate o taggate, ma possono avere una gerarchia. &Egrave; possibile annidare una pagina dentro un&#8217;altra rendendo una  &#8220;genitore&#8221; dell&#8217;altra, creando in effetti un gruppo di pagine.',NULL,'',0,'2018-11-12 23:39:45'),(6328,6336,'it',0,NULL,'Paginazione',NULL,'',0,'2018-11-12 23:39:45'),(6329,6337,'it',0,NULL,'Genitore',NULL,'',0,'2018-11-12 23:39:45'),(6330,6338,'it',0,NULL,'Protetto da password',NULL,'',0,'2018-11-12 23:39:45'),(6331,6339,'it',0,NULL,'Impostazioni permalink',NULL,'',0,'2018-11-12 23:39:45'),(6332,6340,'it',0,NULL,'Struttura dei permalink aggiornata.',NULL,'',0,'2018-11-12 23:39:45'),(6333,6341,'it',0,NULL,'Struttura dei permalink aggiornata. Rimuovere i permessi di scrittura al file web.config!',NULL,'',0,'2018-11-12 23:39:45'),(6334,6342,'it',0,NULL,'Permalink:',NULL,'',0,'2018-11-12 23:39:45'),(6335,6343,'it',0,NULL,'Permalink',NULL,'',0,'2018-11-12 23:39:45'),(6336,6344,'it',0,NULL,'I permalink sono le URL permanenti alle singole pagine e agli articoli del blog, così come alle pagine archivio per categorie e tag. Un permalink è un indirizzo utilizzato per collegarsi univocamente al contenuto. La URL di ciascun articolo deve essere permanente, non può quindi cambiare mai - da cui il nome \"permalink\".',NULL,'',0,'2018-11-12 23:39:45'),(6337,6345,'it',0,NULL,'I permalink possono contenere informazioni utili, come ad esempio la data di un articolo, un titolo o altri elementi. È possibile scegliere tra uno qualsiasi dei formati di permalink proposti, o si può creare il proprio selezionando struttura personalizzata.',NULL,'',0,'2018-11-12 23:39:45'),(6338,6346,'it',0,NULL,'Commento eliminato definitivamente',NULL,'',0,'2018-11-12 23:39:45'),(6339,6347,'it',0,NULL,'Esportazione dati personali',NULL,'',0,'2018-11-12 23:39:45'),(6340,6348,'it',0,NULL,'Esportazione ed eliminazione dei dati personali',NULL,'',0,'2018-11-12 23:39:45'),(6341,6349,'it',0,NULL,'Esportazione dati personali per %s',NULL,'',0,'2018-11-12 23:39:45'),(6342,6350,'it',0,NULL,'Dati personali e privacy',NULL,'',0,'2018-11-12 23:39:45'),(6343,6351,'it',0,NULL,'Impostazioni personali',NULL,'',0,'2018-11-12 23:39:45'),(6344,6352,'it',0,NULL,'I dati personali non vengono creati solo dalle interazioni dell\'utente con il tuo sito. I dati personali sono generati anche da processi tecnici come moduli di contatto, commenti, cookie, statistiche e incorporamenti di terze parti.',NULL,'',0,'2018-11-12 23:39:45'),(6345,6353,'it',0,NULL,'Fotografia',NULL,'',0,'2018-11-12 23:39:45'),(6346,6354,'it',0,NULL,'Ping',NULL,'',0,'2018-11-12 23:39:45'),(6347,6355,'it',0,NULL,'Semplice',NULL,'',0,'2018-11-12 23:39:45'),(6348,6356,'it',0,NULL,'Verifica il tuo sito ora. &Egrave; possibile che tutto funzioni. Se segnala che occorre un aggiornamento dovresti farlo:',NULL,'',0,'2018-11-12 23:39:45'),(6349,6357,'it',0,NULL,'Modifica il contenuto della tua privacy policy, assicurandoti di eliminare i riepiloghi e di aggiungere qualsiasi informazione fornita dal tema e dai plugin. Una volta pubblicata la tua pagina della privacy policy, ricordati anche di aggiungerla al tuo menu di navigazione.',NULL,'',0,'2018-11-12 23:39:45'),(6350,6358,'it',0,NULL,'Inserire un nome di menu valido.',NULL,'',0,'2018-11-12 23:39:45'),(6351,6359,'it',0,NULL,'Per poter proseguire, immettere le credenziali FTP.',NULL,'',0,'2018-11-12 23:39:45'),(6352,6360,'it',0,NULL,'Per poter proseguire, immettere le credenziali FTP o SSH.',NULL,'',0,'2018-11-12 23:39:45'),(6353,6361,'it',0,NULL,'Fornire un nome per il campo personalizzato.',NULL,'',0,'2018-11-12 23:39:45'),(6354,6362,'it',0,NULL,'Specifica un valore per il campo personalizzato.',NULL,'',0,'2018-11-12 23:39:45'),(6355,6363,'it',0,NULL,'Fornire un nome utente valido.',NULL,'',0,'2018-11-12 23:39:45'),(6356,6364,'it',0,NULL,'Inserisci le seguenti informazioni. Non preoccuparti, potrai sempre cambiarle in seguito.',NULL,'',0,'2018-11-12 23:39:45'),(6357,6365,'it',0,NULL,'Selezionare un file',NULL,'',0,'2018-11-12 23:39:45'),(6358,6366,'it',0,NULL,'Seleziona una opzione',NULL,'',0,'2018-11-12 23:39:45'),(6359,6367,'it',0,NULL,'Seleziona uno o più plugin da aggiornare.',NULL,'',0,'2018-11-12 23:39:45'),(6360,6368,'it',0,NULL,'Seleziona uno o più temi da aggiornare.',NULL,'',0,'2018-11-12 23:39:45'),(6361,6369,'it',0,NULL,'Aggiorna WordPress ora',NULL,'',0,'2018-11-12 23:39:45'),(6362,6370,'it',0,NULL,'Aggiorna il tuo sito %1$s a WordPress %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(6363,6371,'it',0,NULL,'Plugin',NULL,'',0,'2018-11-12 23:39:45'),(6364,6372,'it',0,NULL,'Plugin <strong>attivato</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(6365,6373,'it',0,NULL,'Plugin <strong>disattivato</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(6366,6374,'it',0,NULL,'File di plugin',NULL,'',0,'2018-11-12 23:39:45'),(6367,6375,'it',0,NULL,'Homepage del plugin &#187;',NULL,'',0,'2018-11-12 23:39:45'),(6368,6376,'it',0,NULL,'Installazione plugin',NULL,'',0,'2018-11-12 23:39:45'),(6369,6377,'it',0,NULL,'Beta test',NULL,'',0,'2018-11-12 23:39:45'),(6370,6378,'it',0,NULL,'Preferiti',NULL,'',0,'2018-11-12 23:39:45'),(6371,6379,'it',0,NULL,'Segnalati',NULL,'',0,'2018-11-12 23:39:45'),(6372,6380,'it',0,NULL,'Popolari',NULL,'',0,'2018-11-12 23:39:45'),(6373,6381,'it',0,NULL,'Raccomandati',NULL,'',0,'2018-11-12 23:39:45'),(6374,6382,'it',0,NULL,'Tag',NULL,'',0,'2018-11-12 23:39:45'),(6375,6383,'it',0,NULL,'Riattivazione plugin',NULL,'',0,'2018-11-12 23:39:45'),(6376,6384,'it',0,NULL,'Il plugin non può essere attivato perché genera un <strong>errore fatale</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(6377,6385,'it',0,NULL,'Non è stato possibile eliminare il plugin a causa di un errore: %s',NULL,'',0,'2018-11-12 23:39:45'),(6378,6386,'it',0,NULL,'Il plugin non può essere eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(6379,6387,'it',0,NULL,'Il plugin non è stato riattivato a causa di un errore fatale.',NULL,'',0,'2018-11-12 23:39:45'),(6380,6388,'it',0,NULL,'Il file del plugin non esiste.',NULL,'',0,'2018-11-12 23:39:45'),(6381,6389,'it',0,NULL,'Installazione del plugin fallita.',NULL,'',0,'2018-11-12 23:39:45'),(6382,6390,'it',0,NULL,'Plugin installato correttamente.',NULL,'',0,'2018-11-12 23:39:45'),(6383,6391,'it',0,NULL,'Prestazioni',NULL,'',0,'2018-11-12 23:39:45'),(6384,6392,'it',0,NULL,'Social',NULL,'',0,'2018-11-12 23:39:45'),(6385,6393,'it',0,NULL,'Strumenti',NULL,'',0,'2018-11-12 23:39:45'),(6386,6394,'it',0,NULL,'Changelog',NULL,'',0,'2018-11-12 23:39:45'),(6387,6395,'it',0,NULL,'Descrizione',NULL,'',0,'2018-11-12 23:39:45'),(6388,6396,'it',0,NULL,'FAQ',NULL,'',0,'2018-11-12 23:39:45'),(6389,6397,'it',0,NULL,'Installazione',NULL,'',0,'2018-11-12 23:39:45'),(6390,6398,'it',0,NULL,'Altre note',NULL,'',0,'2018-11-12 23:39:45'),(6391,6399,'it',0,NULL,'Recensioni',NULL,'',0,'2018-11-12 23:39:45'),(6392,6400,'it',0,NULL,'Schermate di esempio',NULL,'',0,'2018-11-12 23:39:45'),(6393,6401,'it',0,NULL,'Plugin riattivato con successo.',NULL,'',0,'2018-11-12 23:39:45'),(6394,6402,'it',0,NULL,'L\'aggiornamento del plugin non è riuscito.',NULL,'',0,'2018-11-12 23:39:45'),(6395,6403,'it',0,NULL,'Il plugin è stato aggiornato con successo',NULL,'',0,'2018-11-12 23:39:45'),(6396,6404,'it',0,NULL,'File zip del plugin',NULL,'',0,'2018-11-12 23:39:45'),(6397,6405,'it',0,NULL,'Plugin %s',NULL,'',0,'2018-11-12 23:39:45'),(6398,6406,'it',0,NULL,'I plugin estendono le funzionalità di WordPress. Dopo aver installato un plugin, è possibile attivarlo e/o disattivarlo da questa pagina.',NULL,'',0,'2018-11-12 23:39:45'),(6399,6407,'it',0,NULL,'I plugin estendono ed espandono le funzionalità di WordPress. Puoi installare i plugin automaticamente dalla <a href=\"%1$s\">Directory dei plugin di WordPress</a> o caricando un plugin in formato zip facendo clic sul pulsante in cima a questa pagina.',NULL,'',0,'2018-11-12 23:39:45'),(6400,6408,'it',0,NULL,'I plugin si agganciano a WordPress per estendere le sue funzionalità con caratteristiche personalizzate. I plugin sono sviluppati indipendentemente dal core di WordPress da migliaia di sviluppatori in tutto il mondo. Tutti i plugin nella <a href=\"%s\">Directory ufficiale dei plugin di WordPress</a> sono compatibili con la licenza che utilizza WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(6401,6409,'it',0,NULL,'Elenco dei plugin',NULL,'',0,'2018-11-12 23:39:45'),(6402,6410,'it',0,NULL,'Navigazione elenco plugin',NULL,'',0,'2018-11-12 23:39:45'),(6403,6411,'it',0,NULL,'I plugin sono stati aggiornati.',NULL,'',0,'2018-11-12 23:39:45'),(6404,6412,'it',0,NULL,'Plugin popolare',NULL,'',0,'2018-11-12 23:39:45'),(6405,6413,'it',0,NULL,'Tag pi&ugrave; popolari',NULL,'',0,'2018-11-12 23:39:45'),(6406,6414,'it',0,NULL,'Commenti pop-up',NULL,'',0,'2018-11-12 23:39:45'),(6407,6415,'it',0,NULL,'Template commenti pop-up',NULL,'',0,'2018-11-12 23:39:45'),(6408,6416,'it',0,NULL,'Porta',NULL,'',0,'2018-11-12 23:39:45'),(6409,6417,'it',0,NULL,'Portfolio',NULL,'',0,'2018-11-12 23:39:45'),(6410,6418,'it',0,NULL,'Posizione',NULL,'',0,'2018-11-12 23:39:45'),(6411,6419,'it',0,NULL,'Formato articoli',NULL,'',0,'2018-11-12 23:39:45'),(6412,6420,'it',0,NULL,'Pubblica tramite email',NULL,'',0,'2018-11-12 23:39:45'),(6413,6421,'it',0,NULL,'Bozza dell\'articolo aggiornata.',NULL,'',0,'2018-11-12 23:39:45'),(6414,6422,'it',0,NULL,'Nome articolo',NULL,'',0,'2018-11-12 23:39:45'),(6415,6423,'it',0,NULL,'Articolo pubblicato.',NULL,'',0,'2018-11-12 23:39:45'),(6416,6424,'it',0,NULL,'Articolo ripristinato alla revisione da %s',NULL,'',0,'2018-11-12 23:39:45'),(6417,6425,'it',0,NULL,'Articolo salvato.',NULL,'',0,'2018-11-12 23:39:45'),(6418,6426,'it',0,NULL,'Articolo programmato per il: %s.',NULL,'',0,'2018-11-12 23:39:45'),(6419,6427,'it',0,NULL,'Articolo inviato.',NULL,'',0,'2018-11-12 23:39:45'),(6420,6428,'it',0,NULL,'Articolo aggiornato.',NULL,'',0,'2018-11-12 23:39:45'),(6421,6429,'it',0,NULL,'Pubblica articoli via email',NULL,'',0,'2018-11-12 23:39:45'),(6422,6430,'it',0,NULL,'Le impostazioni per la pubblicazione tramite email permettono di inviare alla propria installazione di WordPress una mail contenente l\'articolo. Si deve impostare una casella email segreta con accesso POP3 da utilizzare per questo scopo, ogni email ricevuta a questo indirizzo verrà pubblicata, quindi è una buona idea mantenere questo indirizzo veramente segreto.',NULL,'',0,'2018-11-12 23:39:45'),(6423,6431,'it',0,NULL,'Articoli',NULL,'',0,'2018-11-12 23:39:45'),(6424,6432,'it',0,NULL,'Pagina articoli',NULL,'',0,'2018-11-12 23:39:45'),(6425,6433,'it',0,NULL,'Pagina articoli: %s',NULL,'',0,'2018-11-12 23:39:45'),(6426,6434,'it',0,NULL,'Preparazione dell\'installazione di <strong>%1$s %2$s</strong>&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(6427,6435,'it',0,NULL,'Preparazione all&#8217;installazione dell\'ultima versione in corso&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(6428,6436,'it',0,NULL,'Press This non è disponibile. Contatta l\'amministratore del sito.',NULL,'',0,'2018-11-12 23:39:45'),(6429,6437,'it',0,NULL,'Press This non risulta installato. Installalo dal <a href=\"%s\">sito principale</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6430,6438,'it',0,NULL,'Premi un pulsante, aggiungi media',NULL,'',0,'2018-11-12 23:39:45'),(6431,6439,'it',0,NULL,'Anteprima di %s',NULL,'',0,'2018-11-12 23:39:45'),(6432,6440,'it',0,NULL,'Anteprima &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(6433,6441,'it',0,NULL,'Anteprima modifiche',NULL,'',0,'2018-11-12 23:39:45'),(6434,6442,'it',0,NULL,'Pagina di anteprima',NULL,'',0,'2018-11-12 23:39:45'),(6435,6443,'it',0,NULL,'Anteprima articolo',NULL,'',0,'2018-11-12 23:39:45'),(6436,6444,'it',0,NULL,'Anteprima:',NULL,'',0,'2018-11-12 23:39:45'),(6437,6445,'it',0,NULL,'Anteprima e personalizzazione',NULL,'',0,'2018-11-12 23:39:45'),(6438,6446,'it',0,NULL,'Anteprima ed installazione',NULL,'',0,'2018-11-12 23:39:45'),(6439,6447,'it',0,NULL,'Le copie delle immagini modificate in precedenza non verranno eliminate.',NULL,'',0,'2018-11-12 23:39:45'),(6440,6448,'it',0,NULL,'Sito primario',NULL,'',0,'2018-11-12 23:39:45'),(6441,6449,'it',0,NULL,'Privacy',NULL,'',0,'2018-11-12 23:39:45'),(6442,6450,'it',0,NULL,'Privacy %s',NULL,'',0,'2018-11-12 23:39:45'),(6443,6451,'it',0,NULL,'Privacy Policy',NULL,'',0,'2018-11-12 23:39:45'),(6444,6452,'it',0,NULL,'Guida privacy policy',NULL,'',0,'2018-11-12 23:39:45'),(6445,6453,'it',0,NULL,'Pagina privacy policy',NULL,'',0,'2018-11-12 23:39:45'),(6446,6454,'it',0,NULL,'Pagina privacy policy',NULL,'',0,'2018-11-12 23:39:45'),(6447,6455,'it',0,NULL,'Pagina privacy policy aggiornata correttamente.',NULL,'',0,'2018-11-12 23:39:45'),(6448,6456,'it',0,NULL,'Pagina privacy policy aggiornata correttamente. Ricordati di <a href=\"%s\">aggiornare i tuoi menu</a>!',NULL,'',0,'2018-11-12 23:39:45'),(6449,6457,'it',0,NULL,'Impostazioni privacy',NULL,'',0,'2018-11-12 23:39:45'),(6450,6458,'it',0,NULL,'Chiave privata:',NULL,'',0,'2018-11-12 23:39:45'),(6451,6459,'it',0,NULL,'Procedi',NULL,'',0,'2018-11-12 23:39:45'),(6452,6460,'it',0,NULL,'Profilo',NULL,'',0,'2018-11-12 23:39:45'),(6453,6461,'it',0,NULL,'Immagine profilo',NULL,'',0,'2018-11-12 23:39:45'),(6454,6462,'it',0,NULL,'Profilo aggiornato.',NULL,'',0,'2018-11-12 23:39:45'),(6455,6463,'it',0,NULL,'Leader di progetto',NULL,'',0,'2018-11-12 23:39:45'),(6456,6464,'it',0,NULL,'Chiave pubblica:',NULL,'',0,'2018-11-12 23:39:45'),(6457,6465,'it',0,NULL,'Le chiavi pubblica e privata non sono corrette per %s',NULL,'',0,'2018-11-12 23:39:45'),(6458,6466,'it',0,NULL,'Pubblica <b>subito</b>',NULL,'',0,'2018-11-12 23:39:45'),(6459,6467,'it',0,NULL,'Pubblicato il: <b>%1$s</b>',NULL,'',0,'2018-11-12 23:39:45'),(6460,6468,'it',0,NULL,'Pubblicato il: <b>%1$s</b>',NULL,'',0,'2018-11-12 23:39:45'),(6461,6469,'it',0,NULL,'Pubblicati a breve',NULL,'',0,'2018-11-12 23:39:45'),(6462,6470,'it',0,NULL,'Bozza rapida',NULL,'',0,'2018-11-12 23:39:45'),(6463,6471,'it',0,NULL,'Modifica veloce',NULL,'',0,'2018-11-12 23:39:45'),(6464,6472,'it',0,NULL,'Modifica veloce &#8220;%s&#8221; in linea',NULL,'',0,'2018-11-12 23:39:45'),(6465,6473,'it',0,NULL,'Modifica veloce in linea del commento ',NULL,'',0,'2018-11-12 23:39:45'),(6466,6474,'it',0,NULL,'Modifica&nbsp;rapida',NULL,'',0,'2018-11-12 23:39:45'),(6467,6475,'it',0,NULL,'R &#8212; Inteso per un pubblico adulto di oltre 17 anni',NULL,'',0,'2018-11-12 23:39:45'),(6468,6476,'it',0,NULL,'Indirizzo RSS',NULL,'',0,'2018-11-12 23:39:45'),(6469,6477,'it',0,NULL,'Foglio di stile RTL',NULL,'',0,'2018-11-12 23:39:45'),(6470,6478,'it',0,NULL,'Casuale',NULL,'',0,'2018-11-12 23:39:45'),(6471,6479,'it',0,NULL,'Valutazione',NULL,'',0,'2018-11-12 23:39:45'),(6472,6480,'it',0,NULL,'Reinstallare ora',NULL,'',0,'2018-11-12 23:39:45'),(6473,6481,'it',0,NULL,'%d richiesta inviata nuovamente',NULL,'',0,'2018-11-12 23:39:45'),(6474,6482,'it',0,NULL,'%d richieste inviate nuovamente',NULL,'',0,'2018-11-12 23:39:45'),(6475,6483,'it',0,NULL,'Leggi le recensioni su WordPress.org oppure scrivi la tua!',NULL,'',0,'2018-11-12 23:39:45'),(6476,6484,'it',0,NULL,'Lettura',NULL,'',0,'2018-11-12 23:39:45'),(6477,6485,'it',0,NULL,'Impostazioni di lettura',NULL,'',0,'2018-11-12 23:39:45'),(6478,6486,'it',0,NULL,'Attivi di recente  <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(6479,6487,'it',0,NULL,'Pubblicati di recente',NULL,'',0,'2018-11-12 23:39:45'),(6480,6488,'it',0,NULL,'Relazione',NULL,'',0,'2018-11-12 23:39:45'),(6481,6489,'it',0,NULL,'Release Deputy',NULL,'',0,'2018-11-12 23:39:45'),(6482,6490,'it',0,NULL,'Release Design Lead',NULL,'',0,'2018-11-12 23:39:45'),(6483,6491,'it',0,NULL,'Ha guidato la versione',NULL,'',0,'2018-11-12 23:39:45'),(6484,6492,'it',0,NULL,'Rilasciato il: %d.',NULL,'',0,'2018-11-12 23:39:45'),(6485,6493,'it',0,NULL,'Ricordarti di fare clic su Aggiorna media per salvare i metadati inseriti o modificati.',NULL,'',0,'2018-11-12 23:39:45'),(6486,6494,'it',0,NULL,'RIcordarsi una volta terminato di fare clic sul pulsante in fondo alla schermata contrassegnato con  Aggiungi nuovo utente.',NULL,'',0,'2018-11-12 23:39:45'),(6487,6495,'it',0,NULL,'Premere il pulsante Aggiorna profilo, quando sono terminate le modifiche.',NULL,'',0,'2018-11-12 23:39:45'),(6488,6496,'it',0,NULL,'Ricordate, una volta eliminato il sito, non potrà più essere recuperato.',NULL,'',0,'2018-11-12 23:39:45'),(6489,6497,'it',0,NULL,'Rimuovi immagine di sfondo',NULL,'',0,'2018-11-12 23:39:45'),(6490,6498,'it',0,NULL,'Rimuovi immagine testata',NULL,'',0,'2018-11-12 23:39:45'),(6491,6499,'it',0,NULL,'Rimuovi immagine',NULL,'',0,'2018-11-12 23:39:45'),(6492,6500,'it',0,NULL,'Rimuovi utenti dal sito',NULL,'',0,'2018-11-12 23:39:45'),(6493,6501,'it',0,NULL,'Elimina la richiesta',NULL,'',0,'2018-11-12 23:39:45'),(6494,6502,'it',0,NULL,'Rimosso %s.',NULL,'',0,'2018-11-12 23:39:45'),(6495,6503,'it',0,NULL,'Rimozione e riutilizzo',NULL,'',0,'2018-11-12 23:39:45'),(6496,6504,'it',0,NULL,'Rimozione della vecchia versione del plugin&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(6497,6505,'it',0,NULL,'Rimozione della vecchia versione del tema&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(6498,6506,'it',0,NULL,'Riparazione database',NULL,'',0,'2018-11-12 23:39:45'),(6499,6507,'it',0,NULL,'Riparazione ed ottimizzazione del database',NULL,'',0,'2018-11-12 23:39:45'),(6500,6508,'it',0,NULL,'Riparazione completata. Rimuovere le seguenti linee dal file wp-config.php per evitare che questa pagina venga utilizzata da utenti non autorizzati.',NULL,'',0,'2018-11-12 23:39:45'),(6501,6509,'it',0,NULL,'Ripeti la nuova password',NULL,'',0,'2018-11-12 23:39:45'),(6502,6510,'it',0,NULL,'Ripeti la password',NULL,'',0,'2018-11-12 23:39:45'),(6503,6511,'it',0,NULL,'Rispondi al commento',NULL,'',0,'2018-11-12 23:39:45'),(6504,6512,'it',0,NULL,'Rispondi a questo commento',NULL,'',0,'2018-11-12 23:39:45'),(6505,6513,'it',0,NULL,'Richiesto',NULL,'',0,'2018-11-12 23:39:45'),(6506,6514,'it',0,NULL,'Richiedente',NULL,'',0,'2018-11-12 23:39:45'),(6507,6515,'it',0,NULL,'I campi obbligatori sono evidenziati; il resto è facoltativo. Le informazioni del profilo saranno visualizzate solo se il tema è predisposto.',NULL,'',0,'2018-11-12 23:39:45'),(6508,6516,'it',0,NULL,'Richiede %1$s nel file %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(6509,6517,'it',0,NULL,'Richiede PHP:',NULL,'',0,'2018-11-12 23:39:45'),(6510,6518,'it',0,NULL,'Richiede WordPress:',NULL,'',0,'2018-11-12 23:39:45'),(6511,6519,'it',0,NULL,'Invia di nuovo l\'email',NULL,'',0,'2018-11-12 23:39:45'),(6512,6520,'it',0,NULL,'Reimposta immagine',NULL,'',0,'2018-11-12 23:39:45'),(6513,6521,'it',0,NULL,'Ripristina',NULL,'',0,'2018-11-12 23:39:45'),(6514,6522,'it',0,NULL,'Recupera &#8220;%s&#8221; dal cestino',NULL,'',0,'2018-11-12 23:39:45'),(6515,6523,'it',0,NULL,'Ripristina immagine originale della testata',NULL,'',0,'2018-11-12 23:39:45'),(6516,6524,'it',0,NULL,'Ripristina l\'immagine originale',NULL,'',0,'2018-11-12 23:39:45'),(6517,6525,'it',0,NULL,'Ripristina questo salvataggio automatico',NULL,'',0,'2018-11-12 23:39:45'),(6518,6526,'it',0,NULL,'Ripristina questa revisione',NULL,'',0,'2018-11-12 23:39:45'),(6519,6527,'it',0,NULL,'Ripristina immagine',NULL,'',0,'2018-11-12 23:39:45'),(6520,6528,'it',0,NULL,'Ripristina il backup',NULL,'',0,'2018-11-12 23:39:45'),(6521,6529,'it',0,NULL,'Ripristina questo commento dal cestino',NULL,'',0,'2018-11-12 23:39:45'),(6522,6530,'it',0,NULL,'Ripristina il commento dallo spam',NULL,'',0,'2018-11-12 23:39:45'),(6523,6531,'it',0,NULL,'Retro (generato)',NULL,'',0,'2018-11-12 23:39:45'),(6524,6532,'it',0,NULL,'Riprova',NULL,'',0,'2018-11-12 23:39:45'),(6525,6533,'it',0,NULL,'Ritorna alla bacheca &rarr; Aggiornamenti',NULL,'',0,'2018-11-12 23:39:45'),(6526,6534,'it',0,NULL,'Ritorna agli importatori',NULL,'',0,'2018-11-12 23:39:45'),(6527,6535,'it',0,NULL,'Ritorna all\'installazione dei plugin',NULL,'',0,'2018-11-12 23:39:45'),(6528,6536,'it',0,NULL,'Ritorna alla pagina dei plugin',NULL,'',0,'2018-11-12 23:39:45'),(6529,6537,'it',0,NULL,'Ritorna all\'installazione dei temi',NULL,'',0,'2018-11-12 23:39:45'),(6530,6538,'it',0,NULL,'Ritorna alla pagina dei temi',NULL,'',0,'2018-11-12 23:39:45'),(6531,6539,'it',0,NULL,'Torna alla pagina degli aggiornamenti',NULL,'',0,'2018-11-12 23:39:45'),(6532,6540,'it',0,NULL,'Ritorna alla pagina degli aggiornamenti di WordPress',NULL,'',0,'2018-11-12 23:39:45'),(6533,6541,'it',0,NULL,'Tornare al <strong>Caricamento browser</strong> facendo clic sul link sottostante il riquadro di trascina e rilascia.',NULL,'',0,'2018-11-12 23:39:45'),(6534,6542,'it',0,NULL,'Recensioni',NULL,'',0,'2018-11-12 23:39:45'),(6535,6543,'it',0,NULL,'Recensioni con %1$d stella: %2$d. Si apre in una nuova finestra.',NULL,'',0,'2018-11-12 23:39:45'),(6536,6544,'it',0,NULL,'Recensioni con %1$d stelle: %2$d. Si apre in una nuova finestra.',NULL,'',0,'2018-11-12 23:39:45'),(6537,6545,'it',0,NULL,'Revisione di %s',NULL,'',0,'2018-11-12 23:39:45'),(6538,6546,'it',0,NULL,'Le revisioni sono copie dei tuoi articoli o pagine, che sono create periodicamente quando aggiorni i tuoi contenuti. Il testo in rosso a sinistra evidenzia il contenuto che è stato rimosso. Il testo in verde a destra evidenzia il contenuto che è stato aggiunto.',NULL,'',0,'2018-11-12 23:39:45'),(6539,6547,'it',0,NULL,'Revisioni: %s',NULL,'',0,'2018-11-12 23:39:45'),(6540,6548,'it',0,NULL,'Stato attuale',NULL,'',0,'2018-11-12 23:39:45'),(6541,6549,'it',0,NULL,'Barra laterale destra',NULL,'',0,'2018-11-12 23:39:45'),(6542,6550,'it',0,NULL,'Ruolo',NULL,'',0,'2018-11-12 23:39:45'),(6543,6551,'it',0,NULL,'Errore Rollback: [%1$s] %2$s',NULL,'',0,'2018-11-12 23:39:45'),(6544,6552,'it',0,NULL,'Ruota in senso orario',NULL,'',0,'2018-11-12 23:39:45'),(6545,6553,'it',0,NULL,'Ruota in senso antiorario',NULL,'',0,'2018-11-12 23:39:45'),(6546,6554,'it',0,NULL,'Avvia l\'installazione',NULL,'',0,'2018-11-12 23:39:45'),(6547,6555,'it',0,NULL,'SSH2',NULL,'',0,'2018-11-12 23:39:45'),(6548,6556,'it',0,NULL,'&Egrave; richiesto il nome host SSH2',NULL,'',0,'2018-11-12 23:39:45'),(6549,6557,'it',0,NULL,'&Egrave; richiesta la password SSH2',NULL,'',0,'2018-11-12 23:39:45'),(6550,6558,'it',0,NULL,'&Egrave; richiesto il nome utente SSH2',NULL,'',0,'2018-11-12 23:39:45'),(6551,6559,'it',0,NULL,'SUCCESSO: %s',NULL,'',0,'2018-11-12 23:39:45'),(6552,6560,'it',0,NULL,'OTTIMO: WordPress è stato correttamente aggiornato alla versione %s',NULL,'',0,'2018-11-12 23:39:45'),(6553,6561,'it',0,NULL,'Pagina di esempio.',NULL,'',0,'2018-11-12 23:39:45'),(6554,6562,'it',0,NULL,'Area protetta per la sicurezza',NULL,'',0,'2018-11-12 23:39:45'),(6555,6563,'it',0,NULL,'Salva le modifiche',NULL,'',0,'2018-11-12 23:39:45'),(6556,6564,'it',0,NULL,'Salva menu',NULL,'',0,'2018-11-12 23:39:45'),(6557,6565,'it',0,NULL,'Salva widget',NULL,'',0,'2018-11-12 23:39:45'),(6558,6566,'it',0,NULL,'Salva tutte le modifiche',NULL,'',0,'2018-11-12 23:39:45'),(6559,6567,'it',0,NULL,'Il salvataggio è disattivato: %s sta attualmente modificando questa pagina.',NULL,'',0,'2018-11-12 23:39:45'),(6560,6568,'it',0,NULL,'Salvataggio non attivo: al momento %s sta modificando questo articolo.',NULL,'',0,'2018-11-12 23:39:45'),(6561,6569,'it',0,NULL,'Salva revisione&hellip;',NULL,'',0,'2018-11-12 23:39:45'),(6562,6570,'it',0,NULL,'Ridimensiona',NULL,'',0,'2018-11-12 23:39:45'),(6563,6571,'it',0,NULL,'Scala immagine',NULL,'',0,'2018-11-12 23:39:45'),(6564,6572,'it',0,NULL,'Aiuto sul ridimensionamento delle immagini',NULL,'',0,'2018-11-12 23:39:45'),(6565,6573,'it',0,NULL,'Scalare le immagini per farle corrispondere con la dimensione maggiore selezionata in %1$simpostazioni immagine%2$s (%3$d &times; %4$d).',NULL,'',0,'2018-11-12 23:39:45'),(6566,6574,'it',0,NULL,'Pianifica il: <b>%1$s</b>',NULL,'',0,'2018-11-12 23:39:45'),(6567,6575,'it',0,NULL,'Pianificato',NULL,'',0,'2018-11-12 23:39:45'),(6568,6576,'it',0,NULL,'Pianificato il: <b>%1$s</b>',NULL,'',0,'2018-11-12 23:39:45'),(6569,6577,'it',0,NULL,'Contenuto dello schermo',NULL,'',0,'2018-11-12 23:39:45'),(6570,6578,'it',0,NULL,'Impostazioni schermata',NULL,'',0,'2018-11-12 23:39:45'),(6571,6579,'it',0,NULL,'Linguetta impostazni schermo',NULL,'',0,'2018-11-12 23:39:45'),(6572,6580,'it',0,NULL,'Screenshot dell\'interfaccia di Gutenberg',NULL,'',0,'2018-11-12 23:39:45'),(6573,6581,'it',0,NULL,'Cerca commenti',NULL,'',0,'2018-11-12 23:39:45'),(6574,6582,'it',0,NULL,'Visibilità ai motori di ricerca',NULL,'',0,'2018-11-12 23:39:45'),(6575,6583,'it',0,NULL,'Motori di ricerca scoraggiati',NULL,'',0,'2018-11-12 23:39:45'),(6576,6584,'it',0,NULL,'Modulo di ricerca',NULL,'',0,'2018-11-12 23:39:45'),(6577,6585,'it',0,NULL,'Ricerca plugin installati',NULL,'',0,'2018-11-12 23:39:45'),(6578,6586,'it',0,NULL,'Ricerca temi installati',NULL,'',0,'2018-11-12 23:39:45'),(6579,6587,'it',0,NULL,'Cerca link',NULL,'',0,'2018-11-12 23:39:45'),(6580,6588,'it',0,NULL,'Cerca plugin',NULL,'',0,'2018-11-12 23:39:45'),(6581,6589,'it',0,NULL,'Trova la richiesta',NULL,'',0,'2018-11-12 23:39:45'),(6582,6590,'it',0,NULL,'Cerca siti',NULL,'',0,'2018-11-12 23:39:45'),(6583,6591,'it',0,NULL,'Cerca temi',NULL,'',0,'2018-11-12 23:39:45'),(6584,6592,'it',0,NULL,'Ricerca utenti',NULL,'',0,'2018-11-12 23:39:45'),(6585,6593,'it',0,NULL,'Cerca per autore',NULL,'',0,'2018-11-12 23:39:45'),(6586,6594,'it',0,NULL,'Ricerca per parole chiave',NULL,'',0,'2018-11-12 23:39:45'),(6587,6595,'it',0,NULL,'Cerca per tag',NULL,'',0,'2018-11-12 23:39:45'),(6588,6596,'it',0,NULL,'Cerca i plugin nella directory dei plugin di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(6589,6597,'it',0,NULL,'Ricerca temi per parole chiave.',NULL,'',0,'2018-11-12 23:39:45'),(6590,6598,'it',0,NULL,'Cerca tra i plugin installati...',NULL,'',0,'2018-11-12 23:39:45'),(6591,6599,'it',0,NULL,'Cerca tra i temi installati...',NULL,'',0,'2018-11-12 23:39:45'),(6592,6600,'it',0,NULL,'Cerca plugin per:',NULL,'',0,'2018-11-12 23:39:45'),(6593,6601,'it',0,NULL,'Ricerca plugin in corso...',NULL,'',0,'2018-11-12 23:39:45'),(6594,6602,'it',0,NULL,'Cerca temi...',NULL,'',0,'2018-11-12 23:39:45'),(6595,6603,'it',0,NULL,'Aggiornamento di sicurezza',NULL,'',0,'2018-11-12 23:39:45'),(6596,6604,'it',0,NULL,'Versioni di sicurezza',NULL,'',0,'2018-11-12 23:39:45'),(6597,6605,'it',0,NULL,'Seleziona %s',NULL,'',0,'2018-11-12 23:39:45'),(6598,6606,'it',0,NULL,'Seleziona tutto',NULL,'',0,'2018-11-12 23:39:45'),(6599,6607,'it',0,NULL,'Selezionare immagine',NULL,'',0,'2018-11-12 23:39:45'),(6600,6608,'it',0,NULL,'Selezionare un menu',NULL,'',0,'2018-11-12 23:39:45'),(6601,6609,'it',0,NULL,'Scegli la pagina privacy policy',NULL,'',0,'2018-11-12 23:39:45'),(6602,6610,'it',0,NULL,'Seleziona un menu da modificare',NULL,'',0,'2018-11-12 23:39:45'),(6603,6611,'it',0,NULL,'Seleziona un utente',NULL,'',0,'2018-11-12 23:39:45'),(6604,6612,'it',0,NULL,'Seleziona una pagina esistente:',NULL,'',0,'2018-11-12 23:39:45'),(6605,6613,'it',0,NULL,'Selezionare per questo widget sia la barra laterale (sidebar) che la sua posizione.',NULL,'',0,'2018-11-12 23:39:45'),(6606,6614,'it',0,NULL,'Seleziona l\'azione di gruppo',NULL,'',0,'2018-11-12 23:39:45'),(6607,6615,'it',0,NULL,'Seleziona un commento',NULL,'',0,'2018-11-12 23:39:45'),(6608,6616,'it',0,NULL,'Seleziona una o più caratteristiche del tema tra cui filtrare',NULL,'',0,'2018-11-12 23:39:45'),(6609,6617,'it',0,NULL,'Selezionare il plugin da modificare:',NULL,'',0,'2018-11-12 23:39:45'),(6610,6618,'it',0,NULL,'Selezionare il tema da modificare:',NULL,'',0,'2018-11-12 23:39:45'),(6611,6619,'it',0,NULL,'Contenuto del file selezionato:',NULL,'',0,'2018-11-12 23:39:45'),(6612,6620,'it',0,NULL,'Gli elementi del menu sono stati correttamente eliminati.',NULL,'',0,'2018-11-12 23:39:45'),(6613,6621,'it',0,NULL,'I plugin selezionati sono stati <strong>attivati</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(6614,6622,'it',0,NULL,'I plugin selezionati sono stati <strong>disattivati</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(6615,6623,'it',0,NULL,'Selezione:',NULL,'',0,'2018-11-12 23:39:45'),(6616,6624,'it',0,NULL,'Invia la richiesta',NULL,'',0,'2018-11-12 23:39:45'),(6617,6625,'it',0,NULL,'Invia trackback',NULL,'',0,'2018-11-12 23:39:45'),(6618,6626,'it',0,NULL,'Invia notifica all\'utente',NULL,'',0,'2018-11-12 23:39:45'),(6619,6627,'it',0,NULL,'Invia al nuovo utente un’email a proposito del suo account.',NULL,'',0,'2018-11-12 23:39:45'),(6620,6628,'it',0,NULL,'Invia trackback a:',NULL,'',0,'2018-11-12 23:39:45'),(6621,6629,'it',0,NULL,'Invio email...',NULL,'',0,'2018-11-12 23:39:45'),(6622,6630,'it',0,NULL,'Separare più URL con degli spazi',NULL,'',0,'2018-11-12 23:39:45'),(6623,6631,'it',0,NULL,'Sessioni',NULL,'',0,'2018-11-12 23:39:45'),(6624,6632,'it',0,NULL,'Imposta come sfondo',NULL,'',0,'2018-11-12 23:39:45'),(6625,6633,'it',0,NULL,'Imposta come testata',NULL,'',0,'2018-11-12 23:39:45'),(6626,6634,'it',0,NULL,'Imposta lo stato',NULL,'',0,'2018-11-12 23:39:45'),(6627,6635,'it',0,NULL,'Configura la connessione al database',NULL,'',0,'2018-11-12 23:39:45'),(6628,6636,'it',0,NULL,'Impostazioni %s',NULL,'',0,'2018-11-12 23:39:45'),(6629,6637,'it',0,NULL,'Impostazioni salvate e tema attivato.',NULL,'',0,'2018-11-12 23:39:45'),(6630,6638,'it',0,NULL,'Impostazioni salvate.',NULL,'',0,'2018-11-12 23:39:45'),(6631,6639,'it',0,NULL,'Diversi riquadri di questa schermata contengono varie impostazioni su come i vostri contenuti verranno pubblicati, fra cui:',NULL,'',0,'2018-11-12 23:39:45'),(6632,6640,'it',0,NULL,'Condividi nel tuo profilo delle brevi informazioni che possano essere mostrate anche ai visitatori.',NULL,'',0,'2018-11-12 23:39:45'),(6633,6641,'it',0,NULL,'Mostra avatar',NULL,'',0,'2018-11-12 23:39:45'),(6634,6642,'it',0,NULL,'Mostra la barra degli strumenti quando si visualizza il sito',NULL,'',0,'2018-11-12 23:39:45'),(6635,6643,'it',0,NULL,'Mostra proprietà avanzate del menu',NULL,'',0,'2018-11-12 23:39:45'),(6636,6644,'it',0,NULL,'Mostra i commenti',NULL,'',0,'2018-11-12 23:39:45'),(6637,6645,'it',0,NULL,'Mostra la casella di controllo dei cookie di attivazione dei commenti.',NULL,'',0,'2018-11-12 23:39:45'),(6638,6646,'it',0,NULL,'Mostra dettagli',NULL,'',0,'2018-11-12 23:39:45'),(6639,6647,'it',0,NULL,'Visualizzare il testo della testata con una propria immagine.',NULL,'',0,'2018-11-12 23:39:45'),(6640,6648,'it',0,NULL,'Mostra aggiornamenti nascosti',NULL,'',0,'2018-11-12 23:39:45'),(6641,6649,'it',0,NULL,'Mostra più dettagli',NULL,'',0,'2018-11-12 23:39:45'),(6642,6650,'it',0,NULL,'Mostra il tema successivo',NULL,'',0,'2018-11-12 23:39:45'),(6643,6651,'it',0,NULL,'Mostra il tema precedente',NULL,'',0,'2018-11-12 23:39:45'),(6644,6652,'it',0,NULL,'Pagina singola',NULL,'',0,'2018-11-12 23:39:45'),(6645,6653,'it',0,NULL,'Articolo singolo',NULL,'',0,'2018-11-12 23:39:45'),(6646,6654,'it',0,NULL,'Template articolo singolo',NULL,'',0,'2018-11-12 23:39:45'),(6647,6655,'it',0,NULL,'Miglioramenti nella costruzione del sito',NULL,'',0,'2018-11-12 23:39:45'),(6648,6656,'it',0,NULL,'Lingua del sito',NULL,'',0,'2018-11-12 23:39:45'),(6649,6657,'it',0,NULL,'Limite di spazio disponibile per il caricamento di file',NULL,'',0,'2018-11-12 23:39:45'),(6650,6658,'it',0,NULL,'Visibilità del sito',NULL,'',0,'2018-11-12 23:39:45'),(6651,6659,'it',0,NULL,'Sito: %s',NULL,'',0,'2018-11-12 23:39:45'),(6652,6660,'it',0,NULL,'Dimensione in megabyte',NULL,'',0,'2018-11-12 23:39:45'),(6653,6661,'it',0,NULL,'Salta l’email di conferma',NULL,'',0,'2018-11-12 23:39:45'),(6654,6662,'it',0,NULL,'Salta il ritaglio, pubblica l’immagine così com’è',NULL,'',0,'2018-11-12 23:39:45'),(6655,6663,'it',0,NULL,'Salta al contenuto principale',NULL,'',0,'2018-11-12 23:39:45'),(6656,6664,'it',0,NULL,'Slug',NULL,'',0,'2018-11-12 23:39:45'),(6657,6665,'it',0,NULL,'Alcuni problemi del database non sono stati riparati. Fai copia e incolla della seguente lista di errori sul <a href=\"%s\">Forum di supporto di WordPress (in inglese)</a> per avere ulteriore assistenza.',NULL,'',0,'2018-11-12 23:39:45'),(6658,6666,'it',0,NULL,'Alcune delle traduzioni necessitano di un aggiornamento. Attendi ancora qualche secondo mentre le stiamo aggiornando.',NULL,'',0,'2018-11-12 23:39:45'),(6659,6667,'it',0,NULL,'Alcuni temi dispongono di immagini di testata addizionali. Se vedi più immagini, seleziona un\'immagine che ti piace e fai clic sul pulsante &#8220;Salva modifiche&#8221;.',NULL,'',0,'2018-11-12 23:39:45'),(6660,6668,'it',0,NULL,'Qualcuno',NULL,'',0,'2018-11-12 23:39:45'),(6661,6669,'it',0,NULL,'Occorre un file %s da cui poter iniziare il lavoro. Ricarica questo file nella tua installazione di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(6662,6670,'it',0,NULL,'Non posso scrivere il file %s.',NULL,'',0,'2018-11-12 23:39:45'),(6663,6671,'it',0,NULL,'Qualche cosa è andato storto. La comparazione richiesta non può essere caricata.',NULL,'',0,'2018-11-12 23:39:45'),(6664,6672,'it',0,NULL,'Questo non è un indirizzo email valido. Gli indirizzi email hanno un formato del tipo <code>nome-utente@esempio</code>.',NULL,'',0,'2018-11-12 23:39:45'),(6665,6673,'it',0,NULL,'Il link che hai selezionato è vecchio. Seleziona un&#8217;altra opzione.',NULL,'',0,'2018-11-12 23:39:45'),(6666,6674,'it',0,NULL,'Non hai il permesso di accedere a questa pagina.',NULL,'',0,'2018-11-12 23:39:45'),(6667,6675,'it',0,NULL,'Non hai il permesso di attivare plugin per questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6668,6676,'it',0,NULL,'Non hai i permessi per attivare questo plugin.',NULL,'',0,'2018-11-12 23:39:45'),(6669,6677,'it',0,NULL,'Non hai il permesso di aggiungere link a questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6670,6678,'it',0,NULL,'Non hai il permesso di aggiungere utenti a questa rete.',NULL,'',0,'2018-11-12 23:39:45'),(6671,6679,'it',0,NULL,'Non hai il permesso per allegare dei file a questo articolo.',NULL,'',0,'2018-11-12 23:39:45'),(6672,6680,'it',0,NULL,'Non sei autorizzato a creare pagine su questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6673,6681,'it',0,NULL,'Non sei autorizzato a creare articoli o bozze su questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6674,6682,'it',0,NULL,'Non hai il permesso per creare questo utente.',NULL,'',0,'2018-11-12 23:39:45'),(6675,6683,'it',0,NULL,'Non hai il permesso di personalizzare gli header. ',NULL,'',0,'2018-11-12 23:39:45'),(6676,6684,'it',0,NULL,'Non hai il permesso di disattivare i plugin in questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6677,6685,'it',0,NULL,'Non hai i permessi per disattivare questo plugin.',NULL,'',0,'2018-11-12 23:39:45'),(6678,6686,'it',0,NULL,'Non hai il permesso di eliminare i plugin in questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6679,6687,'it',0,NULL,'Non hai il permesso per eliminare questo utente.',NULL,'',0,'2018-11-12 23:39:45'),(6680,6688,'it',0,NULL,'Non hai il permesso di eliminare temi in questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6681,6689,'it',0,NULL,'Non sei autorizzato a eliminare questi elementi.',NULL,'',0,'2018-11-12 23:39:45'),(6682,6690,'it',0,NULL,'Non sei autorizzato ad eliminare questo elemento.',NULL,'',0,'2018-11-12 23:39:45'),(6683,6691,'it',0,NULL,'Non hai il permesso di eliminare questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6684,6692,'it',0,NULL,'Non hai il permesso per eliminare gli utenti.',NULL,'',0,'2018-11-12 23:39:45'),(6685,6693,'it',0,NULL,'Non sei autorizzato a modificare i commenti di questo articolo.',NULL,'',0,'2018-11-12 23:39:45'),(6686,6694,'it',0,NULL,'Non sei autorizzato a modificare pagine con questo account utente.',NULL,'',0,'2018-11-12 23:39:45'),(6687,6695,'it',0,NULL,'Non hai il permesso di modificare i plugin di questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6688,6696,'it',0,NULL,'Non hai i permessi per modificare articoli con questo utente.',NULL,'',0,'2018-11-12 23:39:45'),(6689,6697,'it',0,NULL,'Non hai il permesso di modificare i template di questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6690,6698,'it',0,NULL,'Non hai il permesso di modificare i link in questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6691,6699,'it',0,NULL,'Non sei autorizzato a modificare questo allegato.',NULL,'',0,'2018-11-12 23:39:45'),(6692,6700,'it',0,NULL,'Non hai il permesso di modificare questo changeset.',NULL,'',0,'2018-11-12 23:39:45'),(6693,6701,'it',0,NULL,'Non sei autorizzato a modificare questo elemento.',NULL,'',0,'2018-11-12 23:39:45'),(6694,6702,'it',0,NULL,'Non hai i permessi per cancellare i dati su questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6695,6703,'it',0,NULL,'Non hai i permessi per esportare i dati su questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6696,6704,'it',0,NULL,'Non hai il permesso di esportare il contenuto di questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6697,6705,'it',0,NULL,'Non hai il permesso di importare contenuti.',NULL,'',0,'2018-11-12 23:39:45'),(6698,6706,'it',0,NULL,'Non hai il permesso di installare plugin in questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6699,6707,'it',0,NULL,'Non hai il permesso di installare temi in questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6700,6708,'it',0,NULL,'Non hai il permesso di gestire le opzioni di questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6701,6709,'it',0,NULL,'Non hai il permesso di gestire i plugin in questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6702,6710,'it',0,NULL,'Non hai il permesso di gestire la privacy in questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6703,6711,'it',0,NULL,'Non sei autorizzato a gestire queste opzioni.',NULL,'',0,'2018-11-12 23:39:45'),(6704,6712,'it',0,NULL,'Non hai il permesso di modificare le impostazioni non registrate per questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6705,6713,'it',0,NULL,'Non sei autorizzato a spostare questo elemento nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(6706,6714,'it',0,NULL,'Non hai il permesso di rimuovere gli utenti.',NULL,'',0,'2018-11-12 23:39:45'),(6707,6715,'it',0,NULL,'Non sei autorizzato a ripristinare questo elemento dal cestino.',NULL,'',0,'2018-11-12 23:39:45'),(6708,6716,'it',0,NULL,'Non hai il permesso di aggiornare i plugin di questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6709,6717,'it',0,NULL,'Non hai il permesso di aggiornare i temi per questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6710,6718,'it',0,NULL,'Non hai il permesso di aggiornare questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6711,6719,'it',0,NULL,'Hai utilizzato tutta la tua quota di %s MB di spazio disponibile',NULL,'',0,'2018-11-12 23:39:45'),(6712,6720,'it',0,NULL,'Hai utilizzato tutto lo spazio disponibile. Elimina qualche file per caricarne altri.',NULL,'',0,'2018-11-12 23:39:45'),(6713,6721,'it',0,NULL,'Devi accedere con le tue credenziali prima di rispondere a un commento.',NULL,'',0,'2018-11-12 23:39:45'),(6714,6722,'it',0,NULL,'Occorre eliminare dei file prima di poterne caricare altri.',NULL,'',0,'2018-11-12 23:39:45'),(6715,6723,'it',0,NULL,'Ordinamento:',NULL,'',0,'2018-11-12 23:39:45'),(6716,6724,'it',0,NULL,'Fonte: %s',NULL,'',0,'2018-11-12 23:39:45'),(6717,6725,'it',0,NULL,'Test di caricamento del file specificato non riuscito.',NULL,'',0,'2018-11-12 23:39:45'),(6718,6726,'it',0,NULL,'Tempo standard inizia alle: %s.',NULL,'',0,'2018-11-12 23:39:45'),(6719,6727,'it',0,NULL,'Data iniziale:',NULL,'',0,'2018-11-12 23:39:45'),(6720,6728,'it',0,NULL,'Stato',NULL,'',0,'2018-11-12 23:39:45'),(6721,6729,'it',0,NULL,'Stato:',NULL,'',0,'2018-11-12 23:39:45'),(6722,6730,'it',0,NULL,'Metti questo articolo in evidenza nella pagina iniziale del sito',NULL,'',0,'2018-11-12 23:39:45'),(6723,6731,'it',0,NULL,'In evidenza',NULL,'',0,'2018-11-12 23:39:45'),(6724,6732,'it',0,NULL,'Articolo evidenziato',NULL,'',0,'2018-11-12 23:39:45'),(6725,6733,'it',0,NULL,'Spazio di archiviazione',NULL,'',0,'2018-11-12 23:39:45'),(6726,6734,'it',0,NULL,'Memorizza gli upload in questa cartella',NULL,'',0,'2018-11-12 23:39:45'),(6727,6735,'it',0,NULL,'Soggetto',NULL,'',0,'2018-11-12 23:39:45'),(6728,6736,'it',0,NULL,'Invia',NULL,'',0,'2018-11-12 23:39:45'),(6729,6737,'it',0,NULL,'Invia risposta',NULL,'',0,'2018-11-12 23:39:45'),(6730,6738,'it',0,NULL,'Invia per la revisione',NULL,'',0,'2018-11-12 23:39:45'),(6731,6739,'it',0,NULL,'Inviato il',NULL,'',0,'2018-11-12 23:39:45'),(6732,6740,'it',0,NULL,'Inviato il: %s',NULL,'',0,'2018-11-12 23:39:45'),(6733,6741,'it',0,NULL,'I sottoscrittori possono leggere i commenti, commentare, ricevere newsletter, ecc. ma non possono creare nuovi contenuti del sito.',NULL,'',0,'2018-11-12 23:39:45'),(6734,6742,'it',0,NULL,'Congratulazioni!',NULL,'',0,'2018-11-12 23:39:45'),(6735,6743,'it',0,NULL,'Connessione al database eseguita con successo',NULL,'',0,'2018-11-12 23:39:45'),(6736,6744,'it',0,NULL,'Il tema genitore è stato installato, <strong>%1$s %2$s</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(6737,6745,'it',0,NULL,'Il plugin <strong>%s %s</strong> è stato installato correttamente.',NULL,'',0,'2018-11-12 23:39:45'),(6738,6746,'it',0,NULL,'Il tema <strong>%1$s %2$s</strong> è stato installato correttamente.',NULL,'',0,'2018-11-12 23:39:45'),(6739,6747,'it',0,NULL,'Ottimizzata con successo la tabella %s.',NULL,'',0,'2018-11-12 23:39:45'),(6740,6748,'it',0,NULL,'Riparata con successo la tabella %s.',NULL,'',0,'2018-11-12 23:39:45'),(6741,6749,'it',0,NULL,'Altezza suggerita di %s.',NULL,'',0,'2018-11-12 23:39:45'),(6742,6750,'it',0,NULL,'Testo suggerito:',NULL,'',0,'2018-11-12 23:39:45'),(6743,6751,'it',0,NULL,'Larghezza suggerita di %s.',NULL,'',0,'2018-11-12 23:39:45'),(6744,6752,'it',0,NULL,'Riassunto',NULL,'',0,'2018-11-12 23:39:45'),(6745,6753,'it',0,NULL,'Super Admin',NULL,'',0,'2018-11-12 23:39:45'),(6746,6754,'it',0,NULL,'I privilegio di super amministratore non può essere rimosso perchè questo utente ha l\'email dell\'amministratore della rete.',NULL,'',0,'2018-11-12 23:39:45'),(6747,6755,'it',0,NULL,'I feed visualizzano i più recenti',NULL,'',0,'2018-11-12 23:39:45'),(6748,6756,'it',0,NULL,'Evidenziazione della sintassi',NULL,'',0,'2018-11-12 23:39:45'),(6749,6757,'it',0,NULL,'Evidenziazione della sintassi e controllo degli errori? Sì!',NULL,'',0,'2018-11-12 23:39:45'),(6750,6758,'it',0,NULL,'Prefisso tabella',NULL,'',0,'2018-11-12 23:39:45'),(6751,6759,'it',0,NULL,'Prefisso tabelle (se desideri eseguire più WordPress con un solo database)',NULL,'',0,'2018-11-12 23:39:45'),(6752,6760,'it',0,NULL,'Template tag',NULL,'',0,'2018-11-12 23:39:45'),(6753,6761,'it',0,NULL,'Tag aggiunto.',NULL,'',0,'2018-11-12 23:39:45'),(6754,6762,'it',0,NULL,'Base dei tag',NULL,'',0,'2018-11-12 23:39:45'),(6755,6763,'it',0,NULL,'Tag eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(6756,6764,'it',0,NULL,'Tag non aggiunto.',NULL,'',0,'2018-11-12 23:39:45'),(6757,6765,'it',0,NULL,'Tag non aggiornato.',NULL,'',0,'2018-11-12 23:39:45'),(6758,6766,'it',0,NULL,'Tag aggiornato.',NULL,'',0,'2018-11-12 23:39:45'),(6759,6767,'it',0,NULL,'I tag possono venir selettivamente convertiti in categorie utilizzando il <a href=\"%s\"> convertitore di tag in categorie</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6760,6768,'it',0,NULL,'Tag eliminati.',NULL,'',0,'2018-11-12 23:39:45'),(6761,6769,'it',0,NULL,'Tag:',NULL,'',0,'2018-11-12 23:39:45'),(6762,6770,'it',0,NULL,'Porta le tue parole, i tuoi contenuti multimediali, e le tue impaginazioni verso nuove direzioni con Gutenberg, il nuovo editor di WordPress che stiamo realizzando adesso.',NULL,'',0,'2018-11-12 23:39:45'),(6763,6771,'it',0,NULL,'Dare un tocco o passare sopra col mouse su qualsiasi tema e fare quindi click sul pulsante Anteprima per visualizzare una anteprima del proprio sito con quel tema e modificare le impostazioni del tema in una seconda schermata a pieno schermo. Potete trovare il pulsante Anteprima anche in fondo alla schermata di dettaglio del tema. Tramite questo metodo ogni tema installato può essere visualizzato in anteprima e personalizzato.',NULL,'',0,'2018-11-12 23:39:45'),(6764,6772,'it',0,NULL,'Template tassonomia',NULL,'',0,'2018-11-12 23:39:45'),(6765,6773,'it',0,NULL,'Prova oggi il nuovo editor!',NULL,'',0,'2018-11-12 23:39:45'),(6766,6774,'it',0,NULL,'Colore testo',NULL,'',0,'2018-11-12 23:39:45'),(6767,6775,'it',0,NULL,'Grazie per aver aggiornato! Visita la pagina <a href=\"%s\">Aggiornamento Network</a> per aggiornare tutti i siti.',NULL,'',0,'2018-11-12 23:39:45'),(6768,6776,'it',0,NULL,'Grazie per aver creato con  <a href=\"%s\">WordPress</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6769,6777,'it',0,NULL,'Grazie per aver aggiornato all\'ultima versione! WordPress %s renderà più semplice il tuo design e ti terrà al sicuro dagli errori di sviluppo del codice.',NULL,'',0,'2018-11-12 23:39:45'),(6770,6778,'it',0,NULL,'Grazie per aver utilizzato %s, il sito è stato eliminato. Buon viaggio sino al nostro prossimo incontro.',NULL,'',0,'2018-11-12 23:39:45'),(6771,6779,'it',0,NULL,'Grazie. Verifica la tua email per un link per confermare questa azione. Il sito non verrà eliminato sino a che non si farà clic su questo link.',NULL,'',0,'2018-11-12 23:39:45'),(6772,6780,'it',0,NULL,'Questo utente non può essere aggiunto al sito.',NULL,'',0,'2018-11-12 23:39:45'),(6773,6781,'it',0,NULL,'Questo utente è già membro di questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(6774,6782,'it',0,NULL,'L’intestazione del plugin %1$s è disapprovata. Utilizza %2$s invece.',NULL,'',0,'2018-11-12 23:39:45'),(6775,6783,'it',0,NULL,'La tabella %1$s non è a posto. Segnala il seguente errore: %2$s. WordPress tenterà di riparare questa tabella&hellip;',NULL,'',0,'2018-11-12 23:39:45'),(6776,6784,'it',0,NULL,'La costante %s nel file %s non è più necessaria.',NULL,'',0,'2018-11-12 23:39:45'),(6777,6785,'it',0,NULL,'L\'importatore di %s è non valido o non installato.',NULL,'',0,'2018-11-12 23:39:45'),(6778,6786,'it',0,NULL,'L\'impostazione %s non è registrata. Le impostazioni non registrate sono deprecate. Controlla a https://codex.wordpress.org/Settings_API',NULL,'',0,'2018-11-12 23:39:45'),(6779,6787,'it',0,NULL,'Il foglio di stile %s non contiene un\'intestazione del tema valida.',NULL,'',0,'2018-11-12 23:39:45'),(6780,6788,'it',0,NULL,'La tabella %s è già ottimizzata.',NULL,'',0,'2018-11-12 23:39:45'),(6781,6789,'it',0,NULL,'La tabella %s è ok.',NULL,'',0,'2018-11-12 23:39:45'),(6782,6790,'it',0,NULL,'&#8220;Slug&#8221; è la versione &#8220;amichevole&#8221; della URL del nome. &Egrave; solitamente tutta in minuscolo e contiene solo lettere, numeri e trattini.',NULL,'',0,'2018-11-12 23:39:45'),(6783,6791,'it',0,NULL,'La <a href=\"https://codex.wordpress.org/Glossary#Character_set\">codifica dei caratteri</a> del tuo sito (è raccomandato il formato UTF-8)',NULL,'',0,'2018-11-12 23:39:45'),(6784,6792,'it',0,NULL,'La sezione Widget disponibili contiene tutti i widget che è possibile utilizzare. Una volta trascinato un widget su una barra laterale, questo si aprirà per permettere di impostare i suoi parametri. Quando avrai terminato di modificare le impostazioni del widget, fare clic sul pulsante salva ed il widget verrà visualizzato sul sito. Se si fa clic sul pulsante Elimina, il widget verrà rimosso.',NULL,'',0,'2018-11-12 23:39:45'),(6785,6793,'it',0,NULL,'Il link al Convertitore di categorie e tag presente in questa schermata porta alla schermata di importazione dove il Convertitore è uno dei plugin che è possibile installare. Una volta installato il link Esegui importatore porterà ad una schermata dove è possibile scegliere se convertire i tag in categorie o viceversa.',NULL,'',0,'2018-11-12 23:39:45'),(6786,6794,'it',0,NULL,'Il plugin Classic Editor è attivato',NULL,'',0,'2018-11-12 23:39:45'),(6787,6795,'it',0,NULL,'Il Personalizza ti permette di visualizzare le modifiche al sito prima di pubblicarle. Puoi navigare fra le varie pagine del tuo sito tramite l\'anteprima. Vengono mostrate alcune scorciatoie per alcuni elementi modificabili',NULL,'',0,'2018-11-12 23:39:45'),(6788,6796,'it',0,NULL,'Il menu Documentazione sotto l\'editor elenca la funzioni PHP riconosciute all\'interno del file del plugin. Facendo clic su Guarda arriverai ad una pagina web che parla di quella specifica funzione.',NULL,'',0,'2018-11-12 23:39:45'),(6789,6797,'it',0,NULL,'Il nuovo Widget Galleria',NULL,'',0,'2018-11-12 23:39:45'),(6790,6798,'it',0,NULL,'Le impostazioni aggiuntive permettono di personalizzare le strutture dei permalink delle &#8220;categorie&#8221; e dei  &#8220;tag&#8221; utilizzando degli argomenti come base che appariranno negli indirizzi nell\'archivio. Per esempio la pagina che visualizza tutti gli articoli nella categoria &#8220;senza categoria&#8221; potrebbe essere <code>/topics/senza-categoria</code> invece di  <code>/categoria/senza-categoria</code>.',NULL,'',0,'2018-11-12 23:39:45'),(6791,6799,'it',0,NULL,'La modalità testuale ti consente di immettere codice HTML assieme al testo del tuo articolo. Tieni a mente che i tag &lt;p&gt; e &lt;br&gt; sono automaticamente convertiti in interruzioni di riga quando si passa alla modalità testuale per renderla meno disordinata. Mentre scrivi, puoi usare un singolo a capo invece di scrivere &lt;br&gt; e due a capo al posto di un tag di paragrafo. Gli a capo sono automaticamente convertiti in tag.',NULL,'',0,'2018-11-12 23:39:45'),(6792,6800,'it',0,NULL,'La schermata di installazione del Tema richiede JavaScript.',NULL,'',0,'2018-11-12 23:39:45'),(6793,6801,'it',0,NULL,'La classe Walker chiamata %s non esiste. ',NULL,'',0,'2018-11-12 23:39:45'),(6794,6802,'it',0,NULL,'Il team di WordPress',NULL,'',0,'2018-11-12 23:39:45'),(6795,6803,'it',0,NULL,'La URL di WordPress e la URL del sito possono essere uguali (esempio.com) o diverse; per esempio nel caso WordPress sia installato in una sotto directory (esempio.com/wordpress) invece che nella directory principale.',NULL,'',0,'2018-11-12 23:39:45'),(6796,6804,'it',0,NULL,'Il team di WordPress desidera aiutarti. Inoltra questa email a %s ed il team lavorerà con te per assicurarsi che il tuo sito sia funzionante.',NULL,'',0,'2018-11-12 23:39:45'),(6797,6805,'it',0,NULL,'Il tema attivo non funziona. Ritorno al tema predefinito.',NULL,'',0,'2018-11-12 23:39:45'),(6798,6806,'it',0,NULL,'La quantità di informazioni che potrebbe essere obbligatoria per la presentazione varierà in base alle normative aziendali locali o nazionali. Ad esempio, potrebbe essere obbligatorio visualizzare un indirizzo fisico, un indirizzo registrato o il numero di registrazione della società.',NULL,'',0,'2018-11-12 23:39:45'),(6799,6807,'it',0,NULL,'Il rapporto dimensioni è la proporzione fra la larghezza e l’altezza. Puoi preservare questa proporzione tenendo premuto il tasto maiuscolo mentre ridimensioni la tua selezione. Utilizza il campo di input per specificare la proporzione, ad esempio 1:1 (quadrata), 4:3, 16:9, ecc.',NULL,'',0,'2018-11-12 23:39:45'),(6800,6808,'it',0,NULL,'Il backup di questo articolo nel tuo browser è diverso dalla revisione sottostante.',NULL,'',0,'2018-11-12 23:39:45'),(6801,6809,'it',0,NULL,'Le sezioni del nome del link, dell\'indirizzo Web e della descrizione hanno una posizione fissa, mentre tutte le altre sezioni possono essere riposizionate utilizzando il drag & drop. &Egrave; possibile modificare la visualizzazione di questa schermata utilizzando la linguetta Impostazioni schermata per impostare quali elementi nascondere, o chiudere le sezioni cliccando sulla barra del titolo della sezione.',NULL,'',0,'2018-11-12 23:39:45'),(6802,6810,'it',0,NULL,'I moduli nella schermata della Bacheca sono:',NULL,'',0,'2018-11-12 23:39:45'),(6803,6811,'it',0,NULL,'Il controllo di validità del file (%1$s) non corrisponde con l\'atteso valore di controllo (%2$s).',NULL,'',0,'2018-11-12 23:39:45'),(6804,6812,'it',0,NULL,'La costante %s non può essere definita quando si installa WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(6805,6813,'it',0,NULL,'Il tema attuale non supporta un immagine di testata con dimensione flessibile.',NULL,'',0,'2018-11-12 23:39:45'),(6806,6814,'it',0,NULL,'Il tema attuale non prevede il caricamento di un immagine personalizzata di testata.',NULL,'',0,'2018-11-12 23:39:45'),(6807,6815,'it',0,NULL,'Il tema corrente appare evidenziato come primo tema.',NULL,'',0,'2018-11-12 23:39:45'),(6808,6816,'it',0,NULL,'Il ruolo dell\'utente corrente deve avere la capacità di modificare le capacità degli utenti.',NULL,'',0,'2018-11-12 23:39:45'),(6809,6817,'it',0,NULL,'La pagina della privacy policy selezionata non esiste. Crea o seleziona una nuova pagina. ',NULL,'',0,'2018-11-12 23:39:45'),(6810,6818,'it',0,NULL,'La pagina privacy policy attualmente selezionata è nel cestino. Crea o seleziona una nuova pagina privacy policy o <a href=\"%s\">ripristina la pagina attuale</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6811,6819,'it',0,NULL,'L\'aggiornamento richiederà un po\' di tempo, occorre avere pazienza.',NULL,'',0,'2018-11-12 23:39:45'),(6812,6820,'it',0,NULL,'La descrizione di base non è importante, tuttavia alcuni temi possono visualizzarla.',NULL,'',0,'2018-11-12 23:39:45'),(6813,6821,'it',0,NULL,'La temuta schermata bianca. Potrai evitarla quando lavorerai a temi o plugin perché WordPress 4.9 ti avvertirà se stai per salvare un errore. Potrai dormire meglio la notte.',NULL,'',0,'2018-11-12 23:39:45'),(6814,6822,'it',0,NULL,'I campi in questa schermata determinano alcune impostazioni di base del sito.',NULL,'',0,'2018-11-12 23:39:45'),(6815,6823,'it',0,NULL,'Il file %1$s esiste già ad un livello superiore a quello dell\'installazione di WordPress. Se occorre azzerare una qualsiasi configurazione di questo file, prima eliminalo. &Egrave; possibile provare ora <a href=\"%2$s\">ad installare</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6816,6824,'it',0,NULL,'Il file %1$s esiste già. Se occorre azzerare una qualsiasi configurazione presente in questo file, per prima cosa eliminalo. &Egrave; possibile provare<a href=\"%2$s\">ad installare adesso</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6817,6825,'it',0,NULL,'L\'aggiornamento dei seguenti plugin non è andato a buon fine:',NULL,'',0,'2018-11-12 23:39:45'),(6818,6826,'it',0,NULL,'È disponibile una nuova versione dei seguenti plugin. Seleziona quelli che desideri aggiornare e fai clic su &#8220;Aggiorna plugin&#8221;.',NULL,'',0,'2018-11-12 23:39:45'),(6819,6827,'it',0,NULL,'I seguenti plugin sono stati aggiornati con successo:',NULL,'',0,'2018-11-12 23:39:45'),(6820,6828,'it',0,NULL,'I seguenti temi sono installati ma incompleti.',NULL,'',0,'2018-11-12 23:39:45'),(6821,6829,'it',0,NULL,'L\'aggiornamento dei seguenti temi non è andato a buon fine:',NULL,'',0,'2018-11-12 23:39:45'),(6822,6830,'it',0,NULL,'Per i seguenti temi è disponibile una nuova versione. Seleziona quelli che desideri aggiornare e fai clic su &#8220;Aggiorna temi&#8221;.',NULL,'',0,'2018-11-12 23:39:45'),(6823,6831,'it',0,NULL,'I seguenti temi sono stati aggiornati con successo:',NULL,'',0,'2018-11-12 23:39:45'),(6824,6832,'it',0,NULL,'L\'aggiornamento delle seguenti traduzioni non è andato a buon fine:',NULL,'',0,'2018-11-12 23:39:45'),(6825,6833,'it',0,NULL,'Le seguenti traduzioni sono state aggiornate con successo:',NULL,'',0,'2018-11-12 23:39:45'),(6826,6834,'it',0,NULL,'L’estensione ftp di PHP non è disponibile',NULL,'',0,'2018-11-12 23:39:45'),(6827,6835,'it',0,NULL,'La visualizzazione a griglia per la Libreria media richiede JavaScript. <a href=\"%s\">Passa alla visualizzazione ad elenco</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6828,6836,'it',0,NULL,'L\'installatore ha tentato di contattare un nome host a caso  %s nel tuo dominio.',NULL,'',0,'2018-11-12 23:39:45'),(6829,6837,'it',0,NULL,'L\'elemento che stai provando a spostare nel cestino non esiste più.',NULL,'',0,'2018-11-12 23:39:45'),(6830,6838,'it',0,NULL,'L\'elemento che stai tentando di ripristinare dal cestino non esiste più.',NULL,'',0,'2018-11-12 23:39:45'),(6831,6839,'it',0,NULL,'Il file %1$s o %2$s mancano nel pacchetto lingua. ',NULL,'',0,'2018-11-12 23:39:45'),(6832,6840,'it',0,NULL,'Il menu di navigazione di sinistra offre collegamenti a tutte le schermate di amministrazione di WordPress, con voci di sottomenu visualizzate al passaggio del mouse. È possibile ridurre questo menu ad una colonna di icone, facendo clic sulla freccia \"Riduci menu\" alla base del menu.',NULL,'',0,'2018-11-12 23:39:45'),(6833,6841,'it',0,NULL,'Il menu è stato eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(6834,6842,'it',0,NULL,'Questo menu serve per modificare informazioni relative ad singoli siti, specialmente quando l\'area di amministrazione di un sito non è disponibile.',NULL,'',0,'2018-11-12 23:39:45'),(6835,6843,'it',0,NULL,'L\'elemento del menu è stato eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(6836,6844,'it',0,NULL,'Il box gestione menu in alto è utilizzato per controllare quale menu è aperto nell\'editor sotto.',NULL,'',0,'2018-11-12 23:39:45'),(6837,6845,'it',0,NULL,'Il nome come appare sul sito.',NULL,'',0,'2018-11-12 23:39:45'),(6838,6846,'it',0,NULL,'Il nome del database che vuoi utilizzare con WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(6839,6847,'it',0,NULL,'La rete è già esistente.',NULL,'',0,'2018-11-12 23:39:45'),(6840,6848,'it',0,NULL,'Il nuovo editor Gutenberg dovrebbe essere attivato come predefinito dalla prossima versione principale di WordPress, in concomitanza con l\'uscita della versione 5.0. Se non sei sicuro della compatibilità con i tuoi temi o con i tuoi plugin, abbiamo pensato anche a questo.',NULL,'',0,'2018-11-12 23:39:45'),(6841,6849,'it',0,NULL,'La nuova pagina includerà aiuto e suggerimenti per la tua privacy policy.',NULL,'',0,'2018-11-12 23:39:45'),(6842,6850,'it',0,NULL,'Il pacchetto non contiene alcun file.',NULL,'',0,'2018-11-12 23:39:45'),(6843,6851,'it',0,NULL,'Il pacchetto non può essere installato.',NULL,'',0,'2018-11-12 23:39:45'),(6844,6852,'it',0,NULL,'Il tema genitore <strong>%1$s %2$s</strong> è attualmente installato.',NULL,'',0,'2018-11-12 23:39:45'),(6845,6853,'it',0,NULL,'La password che hai scelto durante l\'installazione.',NULL,'',0,'2018-11-12 23:39:45'),(6846,6854,'it',0,NULL,'Il plugin %1$s è stato <strong>disattivato</strong> a causa di un errore: %2$s',NULL,'',0,'2018-11-12 23:39:45'),(6847,6855,'it',0,NULL,'Il plugin non contiene file.',NULL,'',0,'2018-11-12 23:39:45'),(6848,6856,'it',0,NULL,'Il plugin ha un\'intestazione non valida.',NULL,'',0,'2018-11-12 23:39:45'),(6849,6857,'it',0,NULL,'Il plugin durante l\'attivazione ha generato %d caratteri di <strong>output inaspettato</strong>. Se si nota un messaggio di &#8220;headers already sent&#8221;, problemi con i feed o altre tipologie di problemi, si provi a disattivare o rimuovere il plugin.',NULL,'',0,'2018-11-12 23:39:45'),(6850,6858,'it',0,NULL,'Il plugin ha restituito un risultato inatteso.',NULL,'',0,'2018-11-12 23:39:45'),(6851,6859,'it',0,NULL,'Questo plugin è alla sua ultima versione.',NULL,'',0,'2018-11-12 23:39:45'),(6852,6860,'it',0,NULL,'Il sito primario scelto non esiste.',NULL,'',0,'2018-11-12 23:39:45'),(6853,6861,'it',0,NULL,'La ricerca per installare i plugin  funziona per nome, descrizione  o autore.   ',NULL,'',0,'2018-11-12 23:39:45'),(6854,6862,'it',0,NULL,'La ricerca per i temi installati ricercherà in base ai termini presenti nel loro nome, la descrizione, l\'autore o i tag.',NULL,'',0,'2018-11-12 23:39:45'),(6855,6863,'it',0,NULL,'Il plugin selezionato è stato <strong>eliminato</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(6856,6864,'it',0,NULL,'I plugin selezionati sono stati <strong>eliminati</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(6857,6865,'it',0,NULL,'Le dimensioni elencate di seguito determinano le dimensioni massime in pixel da utilizzare quando si aggiunge un’immagine alla libreria dei media.',NULL,'',0,'2018-11-12 23:39:45'),(6858,6866,'it',0,NULL,'L\'estensione ssh2 di PHP è disponibile, comunque, è richiesta la funzione %s di PHP5',NULL,'',0,'2018-11-12 23:39:45'),(6859,6867,'it',0,NULL,'L\'estensione PHP ssh2 non è disponibile',NULL,'',0,'2018-11-12 23:39:45'),(6860,6868,'it',0,NULL,'Il contenuto suggerito sulla privacy dovrebbe essere aggiunto utilizzando l\'action %s (o successiva). Consultare la documentazione inline.',NULL,'',0,'2018-11-12 23:39:45'),(6861,6869,'it',0,NULL,'Il contenuto suggerito sulla privacy dovrebbe essere aggiunto solo in wp-admin utilizzando l\'action %s (o successiva).',NULL,'',0,'2018-11-12 23:39:45'),(6862,6870,'it',0,NULL,'Il testo suggerito per la privacy policy è cambiato. <a href=\"%s\">revisiona la guida</a> e aggiorna la tua privacy policy.',NULL,'',0,'2018-11-12 23:39:45'),(6863,6871,'it',0,NULL,'Il tema in anteprima è totalmente interattivo &mdash; puoi navigare fra le varie pagine per vedere come il tema gestisce gli articoli, gli archivi e le altre pagine di template. Le impostazioni possono differire a seconda di quali funzionalità del tema sono messe a disposizione dell\'anteprima dal tema stesso. Per accettare le nuove impostazioni ed attivare il tema in un singolo passaggio fai clic sul pulsante Attiva in alto nel menu.',NULL,'',0,'2018-11-12 23:39:45'),(6864,6872,'it',0,NULL,'Il tema non contiene alcun file',NULL,'',0,'2018-11-12 23:39:45'),(6865,6873,'it',0,NULL,'Il tema è già alla sua ultima versione.',NULL,'',0,'2018-11-12 23:39:45'),(6866,6874,'it',0,NULL,'Nel tema manca il file %s.',NULL,'',0,'2018-11-12 23:39:45'),(6867,6875,'it',0,NULL,'Nel tema manca il foglio di stile %s.',NULL,'',0,'2018-11-12 23:39:45'),(6868,6876,'it',0,NULL,'Il tema attualmente in uso non è pronto per i widget, quindi non ha alcuna barra laterale che è possibile modificare. Per informazioni su come rendere un tema pronto per i widget <a href=\"https://codex.wordpress.org/Widgetizing_Themes\">fai riferimento a queste istruzioni</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6869,6877,'it',0,NULL,'Il campo titolo e la grande area di scrittura dell\'articolo sono in posizione fissa ma puoi riposizionare tutti gli altri riquadri tramite il trascina e rilascia (drag&drop). Puoi anche minimizzarli o espanderli facendo clic sulla barra del titolo di ciascun riquadro. Utilizza la scheda Impostazioni schermata per mostrare altri riquadri (Riassunto, Invia Trackback, Campi personalizzati, Discussione, Slug, Autore) o per scegliere una disposizione dello schermo su 1 o 2 colonne.',NULL,'',0,'2018-11-12 23:39:45'),(6870,6878,'it',0,NULL,'Le traduzioni sono aggiornate.',NULL,'',0,'2018-11-12 23:39:45'),(6871,6879,'it',0,NULL,'L\'aggiornamento non può essere installato perchè WordPress %1$s richiede una versione di MySQL %2$s o superiore. Stai utilizzando la versione %3$s.',NULL,'',0,'2018-11-12 23:39:45'),(6872,6880,'it',0,NULL,'L\'aggiornamento non può essere installato perchè WordPress %1$s richiede una versione di PHP %2$s o superiore e MySQL versione %3$s o superiore. Si sta utilizzando PHP versione %4$s e MySQL versione %5$s.',NULL,'',0,'2018-11-12 23:39:45'),(6873,6881,'it',0,NULL,'L\'aggiornamento non può essere installato perchè WordPress %1$s richiede una versione di PHP %2$s o superiore. Stai utilizzando la versione %3$s.',NULL,'',0,'2018-11-12 23:39:45'),(6874,6882,'it',0,NULL,'L\'aggiornamento non può essere installato perchè non è stato possibile copiare alcuni file. Ciò è solitamente dovuto ad una inconsistenza sui permessi dei file.',NULL,'',0,'2018-11-12 23:39:45'),(6875,6883,'it',0,NULL,'L\'aggiornamento non può essere scompattato',NULL,'',0,'2018-11-12 23:39:45'),(6876,6884,'it',0,NULL,'Aggiornamento di  %1$s non riuscito.',NULL,'',0,'2018-11-12 23:39:45'),(6877,6885,'it',0,NULL,'Il processo di aggiornamento è in fase di avvio. Questa procedura potrebbe richiedere un po\' di tempo su alcuni host, occorre avere pazienza.',NULL,'',0,'2018-11-12 23:39:45'),(6878,6886,'it',0,NULL,'Il file caricato non può essere spostato in %s.',NULL,'',0,'2018-11-12 23:39:45'),(6879,6887,'it',0,NULL,'Il file caricato eccede la direttiva MAX_FILE_SIZE che è stata indicata nel modulo HTML.',NULL,'',0,'2018-11-12 23:39:45'),(6880,6888,'it',0,NULL,'Il file caricato eccede la direttiva upload_max_filesize in php.ini.',NULL,'',0,'2018-11-12 23:39:45'),(6881,6889,'it',0,NULL,'Il file caricato non è una immagine valida. Riprova',NULL,'',0,'2018-11-12 23:39:45'),(6882,6890,'it',0,NULL,'Il file <code>%s</code> è stato caricato solo parzialmente.',NULL,'',0,'2018-11-12 23:39:45'),(6883,6891,'it',0,NULL,'Il nome utente indicato contiene caratteri non validi.',NULL,'',0,'2018-11-12 23:39:45'),(6884,6892,'it',0,NULL,'File del tema',NULL,'',0,'2018-11-12 23:39:45'),(6885,6893,'it',0,NULL,'Piè di pagina del tema',NULL,'',0,'2018-11-12 23:39:45'),(6886,6894,'it',0,NULL,'Funzioni del tema',NULL,'',0,'2018-11-12 23:39:45'),(6887,6895,'it',0,NULL,'Testata del tema',NULL,'',0,'2018-11-12 23:39:45'),(6888,6896,'it',0,NULL,'Installazione temi',NULL,'',0,'2018-11-12 23:39:45'),(6889,6897,'it',0,NULL,'Tag',NULL,'',0,'2018-11-12 23:39:45'),(6890,6898,'it',0,NULL,'Posizioni del tema',NULL,'',0,'2018-11-12 23:39:45'),(6891,6899,'it',0,NULL,'Opzioni tema',NULL,'',0,'2018-11-12 23:39:45'),(6892,6900,'it',0,NULL,'Il tema non può essere eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(6893,6901,'it',0,NULL,'Tema eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(6894,6902,'it',0,NULL,'Installazione del tema fallita.',NULL,'',0,'2018-11-12 23:39:45'),(6895,6903,'it',0,NULL,'Tema installato correttamente.',NULL,'',0,'2018-11-12 23:39:45'),(6896,6904,'it',0,NULL,'L\'aggiornamento del tema non è riuscito.',NULL,'',0,'2018-11-12 23:39:45'),(6897,6905,'it',0,NULL,'Il tema è stato aggiornato correttamente.',NULL,'',0,'2018-11-12 23:39:45'),(6898,6906,'it',0,NULL,'File zip del tema',NULL,'',0,'2018-11-12 23:39:45'),(6899,6907,'it',0,NULL,'Lista dei temi',NULL,'',0,'2018-11-12 23:39:45'),(6900,6908,'it',0,NULL,'Non ci sono pagine.',NULL,'',0,'2018-11-12 23:39:45'),(6901,6909,'it',0,NULL,'Nessun utente valido selezionato per l\'eliminazione.',NULL,'',0,'2018-11-12 23:39:45'),(6902,6910,'it',0,NULL,'Nessun utente valido selezionato per la rimozione.',NULL,'',0,'2018-11-12 23:39:45'),(6903,6911,'it',0,NULL,'Alcune voci di menu non sono valide. Controllale o eliminale.',NULL,'',0,'2018-11-12 23:39:45'),(6904,6912,'it',0,NULL,'Vi sono delle modifiche non ancora salvate che andranno perdute. \'OK\' per proseguire \'Annulla\' per tornare all\'Editor delle immagini.',NULL,'',0,'2018-11-12 23:39:45'),(6905,6913,'it',0,NULL,'Al momento non sono in programma eventi vicino %1$s. Vorresti <a href=\"%2$s\">organizzarne uno</a> tu?',NULL,'',0,'2018-11-12 23:39:45'),(6906,6914,'it',0,NULL,'In questo momento non ci sono eventi programmati vicino a te. Ti piacerebbe <a href=\"%s\">organizzarne uno</a>? ',NULL,'',0,'2018-11-12 23:39:45'),(6907,6915,'it',0,NULL,'&Egrave; disponibile una nuova versione di %1$s. <a href=\"%2$s\" %3$s>Visualizza i dettagli della versione %4$s</a> oppure <a href=\"%5$s\" %6$s>aggiorna adesso</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6908,6916,'it',0,NULL,'&Egrave; disponibile una nuova versione di %1$s. <a href=\"%2$s\" %3$s>Visualizza i dettagli sulla versione %4$s</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6909,6917,'it',0,NULL,'&Egrave; disponibile una nuova versione di %1$s. <a href=\"%2$s\" %3$s>Visualizza i dettagli sulla versione %4$s</a>. <em>Aggiornamento automatico non disponibile per questo plugin</em>',NULL,'',0,'2018-11-12 23:39:45'),(6910,6918,'it',0,NULL,'&Egrave; disponibile la nuova versione di %1$s. <a href=\"%2$s\" %3$s>Visualizza i dettagli della versione %4$s</a>. <em>Per questo tema, non è disponibile un aggiornamento automatico.</em>',NULL,'',0,'2018-11-12 23:39:45'),(6911,6919,'it',0,NULL,'C\'è una richiesta pendente per un cambio di email di admin di %s.',NULL,'',0,'2018-11-12 23:39:45'),(6912,6920,'it',0,NULL,'C\'è in attesa una modifica alla tua email in %s.',NULL,'',0,'2018-11-12 23:39:45'),(6913,6921,'it',0,NULL,'C&#8217;è un salvataggio automatico di questo articolo che è più recente della versione sottostante. <a href=\"%s\">Visualizza il salvataggio automatico</a>',NULL,'',0,'2018-11-12 23:39:45'),(6914,6922,'it',0,NULL,'Non c\'è abbastanza spazio disco per completare l\'aggiornamento.',NULL,'',0,'2018-11-12 23:39:45'),(6915,6923,'it',0,NULL,'C\'è stato un errore durante il tentativo di aggiornare il file. Potrebbe essere necessario correggere qualcosa e riprovare.',NULL,'',0,'2018-11-12 23:39:45'),(6916,6924,'it',0,NULL,'Non è necessario cambiare qui il tuo CSS &mdash; puoi modificare e vedere in anteprima i cambiamenti CSS nel <a href=\"%s\">editor CSS incorporato</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6917,6925,'it',0,NULL,'Questi plugin potrebbero essere attivi in altri siti del network',NULL,'',0,'2018-11-12 23:39:45'),(6918,6926,'it',0,NULL,'Queste impostazioni possono essere modificate per i singoli articoli.',NULL,'',0,'2018-11-12 23:39:45'),(6919,6927,'it',0,NULL,'Questi suggerimenti sono basati sui plugin che tu ed altri utenti avete installato.',NULL,'',0,'2018-11-12 23:39:45'),(6920,6928,'it',0,NULL,'Questi siti web possono raccogliere dati su di te, usare cookie, integrare ulteriori tracciamenti di terze parti e monitorare l\'interazione con essi, incluso il tracciamento della tua interazione con il contenuto incorporato se hai un account e sei connesso a quei siti web.',NULL,'',0,'2018-11-12 23:39:45'),(6921,6929,'it',0,NULL,'Questo <a href=\"%1$s\">tema child</a> richiede il proprio tema genitore, %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(6922,6930,'it',0,NULL,'Questo indirizzo è utilizzato a scopi amministrativi. Se lo cambi ti verrà spedita una mail di conferma al nuovo indirizzo. <strong>Il nuovo indirizzo non sarà attivo fino a che non verrà effettuata la conferma.</strong>',NULL,'',0,'2018-11-12 23:39:45'),(6923,6931,'it',0,NULL,'Questo changeset non può essere più modificato.',NULL,'',0,'2018-11-12 23:39:45'),(6924,6932,'it',0,NULL,'Questo tema child eredita i template da un tema genitore, %s.',NULL,'',0,'2018-11-12 23:39:45'),(6925,6933,'it',0,NULL,'Questo commento è già stato approvato.',NULL,'',0,'2018-11-12 23:39:45'),(6926,6934,'it',0,NULL,'Questo commento è già stato spostato nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(6927,6935,'it',0,NULL,'Questo commento è già contrassegnato come spam.',NULL,'',0,'2018-11-12 23:39:45'),(6928,6936,'it',0,NULL,'Questo commento è attualmente approvato.',NULL,'',0,'2018-11-12 23:39:45'),(6929,6937,'it',0,NULL,'Questo commento è attualmente nel cestino.',NULL,'',0,'2018-11-12 23:39:45'),(6930,6938,'it',0,NULL,'Questo commento è attualmente marcato come spam.',NULL,'',0,'2018-11-12 23:39:45'),(6931,6939,'it',0,NULL,'Questo commento &egrave; nel Cestino. Spostalo altrove se vuoi modificarlo.',NULL,'',0,'2018-11-12 23:39:45'),(6932,6940,'it',0,NULL,'Questi dati sono utilizzati per fornire un generale miglioramento a WordPress, che include un aiuto a proteggere il tuo sito trovando ed installando automaticamente nuovi aggiornamenti. Viene anche utilizzato per calcolare statistiche, come ad esempio quelle visualizzate nella <a href=\"%s\">pagina di statistiche di WordPress.org</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6933,6941,'it',0,NULL,'Questa bozza deriva dalle tue <a href=\"%s\">modifiche alla personalizzazione non ancora pubblicate</a>. Puoi modificarla, ma non vi è necessità di pubblicarla ora. Verrà pubblicata automaticamente con queste modifiche.',NULL,'',0,'2018-11-12 23:39:45'),(6934,6942,'it',0,NULL,'Questo file è troppo grande. I file devono avere una dimensione inferiore a %1$s Kb.',NULL,'',0,'2018-11-12 23:39:45'),(6935,6943,'it',0,NULL,'Questo formato, che noi chiamiamo WordPress eXtended RSS o WXR, conterrà gli articoli, le pagine, i commenti, i campi personalizzati, le categorie ed i tag.',NULL,'',0,'2018-11-12 23:39:45'),(6936,6944,'it',0,NULL,'Questo importatore non è installato. Installare gli importatori dal <a href=\"%s\">sito principale</a>.',NULL,'',0,'2018-11-12 23:39:45'),(6937,6945,'it',0,NULL,'Questo è un tema child di %s',NULL,'',0,'2018-11-12 23:39:45'),(6938,6946,'it',0,NULL,'Questo è un file nell\'attuale tema genitore.',NULL,'',0,'2018-11-12 23:39:45'),(6939,6947,'it',0,NULL,'Questa è una pagina di esempio. Differisce da un articolo del blog perché rimane in posizione fissa e appare nella navigazione del sito (nella maggior parte dei temi). Molte persone iniziano con una pagina informativa che li introduce ai potenziali visitatori. Che potrebbe dire una cosa del genere:\n\n<blockquote>Salve! Sono un pony express di giorno, un aspirante attore di notte e questo è il mio blog. Vivo a Los Angeles, ho un bellissimo cane di nome Jack e adoro la pi&#241;a colada. (E trovarmi sotto la pioggia.)</blockquote>\n\n...oppure qualche cosa del genere:\n\n<blockquote>La XYZ Doohickey Company è stata fondata nel 1971 e da allora ha venduto cazzabubbole di qualità ai propri clienti. Si trova a Gotham City, XYZ impiega oltre 2.000 persone e produce le cose più incredibili per la comunità di Gotham.</blockquote>\n\nCome nuovo utente WordPress, è possibile andare <a href=\"%s\">sulla bacheca</a> per eliminare questa pagina e creare nuove pagine per i propri contenuti. Buon divertimento!',NULL,'',0,'2018-11-12 23:39:45'),(6940,6948,'it',0,NULL,'Questo non è solo un plugin ma simbolizza la speranza e l\'entusiasmo di una intera generazione riassunti in due parole nella più famosa canzone di Louis Armstrong: Hello, Dolly. Quando viene attivato, si vedranno, alto a destra di ogni pagina di amministrazione, dei versi casuali della canzone <cite>Hello, Dolly</cite>.',NULL,'',0,'2018-11-12 23:39:45'),(6941,6949,'it',0,NULL,'Questo elemento è già stato eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(6942,6950,'it',0,NULL,'Questa versione localizzata contiene sia la traduzione sia altre correzioni alla localizzazione. Puoi saltare l&#8217;aggiornamento se desideri proseguire con la traduzione corrente.',NULL,'',0,'2018-11-12 23:39:45'),(6943,6951,'it',0,NULL,'Ciò significa che il sito è fuori linea o corrotto. Non aver paura: si può porre rimedio.',NULL,'',0,'2018-11-12 23:39:45'),(6944,6952,'it',0,NULL,'Questa password non verrà memorizzata sul server.',NULL,'',0,'2018-11-12 23:39:45'),(6945,6953,'it',0,NULL,'Questo plugin può essere attivato su altri siti del network.',NULL,'',0,'2018-11-12 23:39:45'),(6946,6954,'it',0,NULL,'Questa anteprima non è disponibile nell\'editor.',NULL,'',0,'2018-11-12 23:39:45'),(6947,6955,'it',0,NULL,'Questo è il risultato di un messaggio di errore: %s',NULL,'',0,'2018-11-12 23:39:45'),(6948,6956,'it',0,NULL,'Questa schermata permette di scegliere la propria struttura di permalink predefinita. È possibile scegliere tra le impostazioni predefinite o creare strutture di URL personalizzate.',NULL,'',0,'2018-11-12 23:39:45'),(6949,6957,'it',0,NULL,'Questa schermata permette di modificare cinque campi per i metadati di un file della libreria media.',NULL,'',0,'2018-11-12 23:39:45'),(6950,6958,'it',0,NULL,'Questa schermata ti permette di modificare quatto campi per i metadati di un file presente nella libreria media.',NULL,'',0,'2018-11-12 23:39:45'),(6951,6959,'it',0,NULL,'Questa schermata contiene le impostazioni che riguardano la visualizzazione del contenuto.',NULL,'',0,'2018-11-12 23:39:45'),(6952,6960,'it',0,NULL,'Questa schermata serve ad assegnare i menu alle posizioni definite dal tema in uso.',NULL,'',0,'2018-11-12 23:39:45'),(6953,6961,'it',0,NULL,'Questa schermata serve a gestire le revisioni dei contenuti.',NULL,'',0,'2018-11-12 23:39:45'),(6954,6962,'it',0,NULL,'Questa schermata è utilizzata per la gestione dei temi installati. A parte il tema(i) standard incluso(i) nell\'installazione di WordPress, i temi sono disegnati e sviluppati da terze parti.',NULL,'',0,'2018-11-12 23:39:45'),(6955,6963,'it',0,NULL,'Questa schermata viene utilizzata per gestire i menu di navigazione personalizzati.',NULL,'',0,'2018-11-12 23:39:45'),(6956,6964,'it',0,NULL,'Questa schermata viene utilizzata per personalizzare la sezione della testata del tema.',NULL,'',0,'2018-11-12 23:39:45'),(6957,6965,'it',0,NULL,'Questa schermata elenca tutti gli utenti del sito. Ciascun utente ha uno dei cinque possibili ruoli predefiniti come impostato dall\'amministratore del sito: Amministratore del sito, Editore, Autore, Contribuente o Sottoscrittore. Utenti autenticati con ruoli diversi da quello di Amministratore vedranno meno opzioni nel menu di navigazione della bacheca in base al loro ruolo.',NULL,'',0,'2018-11-12 23:39:45'),(6958,6966,'it',0,NULL,'In questa schermata sono elencati i link ai plugin per importare i dati da altre piattaforme di gestione dei contenuti e di blogging. Seleziona la piattaforma dalla quale importare e clicca su \"Installa ora\" quando richiesto nella finestra pop up. Se la piattaforma non è nell\'elenco, clicca sul link per cercare nella directory dei plugin e verifica se il plugin adatto alla piattaforma è presente.',NULL,'',0,'2018-11-12 23:39:45'),(6959,6967,'it',0,NULL,'Questa schermata permette di accedere a tutti gli articoli. È possibile personalizzare la visualizzazione di questa pagina per soddisfare il proprio flusso di lavoro.',NULL,'',0,'2018-11-12 23:39:45'),(6960,6968,'it',0,NULL,'Questa schermata fornisce molte opzioni per il controllo della gestione e la visualizzazione di commenti e link agli articoli/pagine. Molti non si troveranno a proprio agio qui! :) Utilizzare i collegamenti alla documentazione per ottenere informazioni su ciò che fa ogni impostazione di discussione.',NULL,'',0,'2018-11-12 23:39:45'),(6961,6969,'it',0,NULL,'Questa schermata mostra ad un singolo utente tutti i suoi siti del network, permette inoltre a questo utente di impostare il sito principale. Gli utenti possono usare i link posti sotto ciascun sito per visitare il sito oppure la relativa bacheca di amministrazione.',NULL,'',0,'2018-11-12 23:39:45'),(6962,6970,'it',0,NULL,'Questa barra laterale non è più disponibile e non viene visualizzata in nessuna parte del sito. Rimuovi tutti i widget elencati di seguito per rimuovere completamente lo barra laterale non più attiva.',NULL,'',0,'2018-11-12 23:39:45'),(6963,6971,'it',0,NULL,'Questo sito è pronto per installare automaticamente gli aggiornamenti delle future versioni beta.',NULL,'',0,'2018-11-12 23:39:45'),(6964,6972,'it',0,NULL,'Questo testo di esempio potrebbe aiutarti a creare la tua privacy policy.',NULL,'',0,'2018-11-12 23:39:45'),(6965,6973,'it',0,NULL,'Questo tema non è stato ancora votato.',NULL,'',0,'2018-11-12 23:39:45'),(6966,6974,'it',0,NULL,'Questo tema è già installato ed aggiornato',NULL,'',0,'2018-11-12 23:39:45'),(6967,6975,'it',0,NULL,'Questo tema è corrotto.',NULL,'',0,'2018-11-12 23:39:45'),(6968,6976,'it',0,NULL,'Questo tema richiede un tema genitore. Verifica che sia installato&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(6969,6977,'it',0,NULL,'Questo fuso orario non osserva l\'ora legale.',NULL,'',0,'2018-11-12 23:39:45'),(6970,6978,'it',0,NULL,'Questo fuso orario segue attualmente l\'ora legale.',NULL,'',0,'2018-11-12 23:39:45'),(6971,6979,'it',0,NULL,'Questo fuso orario segue attualmente l\'ora solare.',NULL,'',0,'2018-11-12 23:39:45'),(6972,6980,'it',0,NULL,'Questo utente dispone dei privilegi di superadmin.',NULL,'',0,'2018-11-12 23:39:45'),(6973,6981,'it',0,NULL,'Questo widget richiede JavaScript.',NULL,'',0,'2018-11-12 23:39:45'),(6974,6982,'it',0,NULL,'Questa descrizione viene visualizzata quando si passa sopra il link nel blogroll oppure opzionalmente sotto il link.',NULL,'',0,'2018-11-12 23:39:45'),(6975,6983,'it',0,NULL,'Questo eliminerà tutti gli elementi dalla lista dei widget inattivi. Non potrai recuperare le personalizzazioni. ',NULL,'',0,'2018-11-12 23:39:45'),(6976,6984,'it',0,NULL,'Qui dentro vi saranno tutti gli articoli, le pagine, i commenti, i campi personalizzati, i termini, i menu di navigazione e gli articoli personalizzati.',NULL,'',0,'2018-11-12 23:39:45'),(6977,6985,'it',0,NULL,'Questa opzione eliminer&agrave; l\'immagine originale dello sfondo. Non si potranno pi&ugrave; recuperare eventuali personalizzazioni.',NULL,'',0,'2018-11-12 23:39:45'),(6978,6986,'it',0,NULL,'Questa opzione eliminerà l\'immagine della testata. Non si potranno più recuperare eventuali personalizzazioni.',NULL,'',0,'2018-11-12 23:39:45'),(6979,6987,'it',0,NULL,'Sostituirai l\'attuale contenuto dell\'editor con l\'ultima versione di backup. Puoi anche annullare e ritornare all\'editor per recuperare il contenuto precedente o tornare ad una versione ripristinata.',NULL,'',0,'2018-11-12 23:39:45'),(6980,6988,'it',0,NULL,'Questa opzione ripristiner&agrave; l\'immagine originale dello sfondo. Non si potranno pi&ugrave; recuperare eventuali personalizzazioni.',NULL,'',0,'2018-11-12 23:39:45'),(6981,6989,'it',0,NULL,'Questa opzione ripristinerà l\'immagine originale della testata. Non si potranno più recuperare eventuali personalizzazioni.',NULL,'',0,'2018-11-12 23:39:45'),(6982,6990,'it',0,NULL,'Tre colonne',NULL,'',0,'2018-11-12 23:39:45'),(6983,6991,'it',0,NULL,'Impostazioni miniatura',NULL,'',0,'2018-11-12 23:39:45'),(6984,6992,'it',0,NULL,'Aiuto delle impostazioni della miniatura',NULL,'',0,'2018-11-12 23:39:45'),(6985,6993,'it',0,NULL,'Dimensione miniatura',NULL,'',0,'2018-11-12 23:39:45'),(6986,6994,'it',0,NULL,'Titolo e Editor articolo',NULL,'',0,'2018-11-12 23:39:45'),(6987,6995,'it',0,NULL,'Per attivare un widget, trascinalo dentro a una sidebar o clicca su di esso. Per disattivare un widget e cancellare le sue impostazioni, trascina il widget indietro.',NULL,'',0,'2018-11-12 23:39:45'),(6988,6996,'it',0,NULL,'Per aggiungere un link personalizzato, <strong>espandi la sezione link personalizzati, inserisci un indirizzo e il testo del link, quindi fai clic su aggiungi al menu</strong>',NULL,'',0,'2018-11-12 23:39:45'),(6989,6997,'it',0,NULL,'Per aggiungere un nuovo menu anzichè assegnarne uno esistente, <strong>fai clic sul link &#8217;Utilizza un nuovo menu&#8217;</strong>. Il tuo novo menu verrà assegnato automaticamente a questa posizione all\'interno del tema',NULL,'',0,'2018-11-12 23:39:45'),(6990,6998,'it',0,NULL,'Per aggiungere un nuovo utente al sito, cliccare aggiungi nuovo sul pulsante in alto alla schermata o aggiungi nuovo nella sezione utenti del menu.',NULL,'',0,'2018-11-12 23:39:45'),(6991,6999,'it',0,NULL,'Per aggiungere un nuovo utente al sito, compilare il modulo in questa schermata e fare clic sul pulsante \"Aggiungi nuovo utente\" sul fondo della pagina.',NULL,'',0,'2018-11-12 23:39:45'),(6992,7000,'it',0,NULL,'Per permettere l\'uso di questa pagina per riparare automaticamente i problemi del database, aggiungi la seguente linea di codice al tuo file %s. Una volta aggiunta questa linea alla configurazione, ricarica questa pagina.',NULL,'',0,'2018-11-12 23:39:45'),(6993,7001,'it',0,NULL,'Per assegnare i menu ad una o più posizioni all\'interno del tema, <strong>seleziona un menu dalla casella a discesa di ciascuna posizione.</strong> Una volta terminato <strong>fai clic su Salva modifiche</strong>',NULL,'',0,'2018-11-12 23:39:45'),(6994,7002,'it',0,NULL,'Per ritagliare l&#8217;immagine, clicca e trascina il mouse per effettuare una selezione.',NULL,'',0,'2018-11-12 23:39:45'),(6995,7003,'it',0,NULL,'Per cancellare elementi media, fare clic sul pulsante «Selezione multipla» in cima allo schermo. Selezionare gli elementi che desideri cancellare e quindi fai clic sul pulsante «Cancella selezionati». Facendo clic sul pulsante «Cancella selezione» si tornerà alla visualizzazione degli elementi media.',NULL,'',0,'2018-11-12 23:39:45'),(6996,7004,'it',0,NULL,'Per modificare un menu assegnato ad una posizione del tema, <strong>fai click sul link &#8217;Modifica&#8217; adiacente</strong>',NULL,'',0,'2018-11-12 23:39:45'),(6997,7005,'it',0,NULL,'Per modificare un menu,<strong> seleziona un menu dalla casella di selezione a discesa e fai clic su seleziona</strong>',NULL,'',0,'2018-11-12 23:39:45'),(6998,7006,'it',0,NULL,'Per installare il tema così da poterne vedere una anteprima con il contenuto del proprio sito e con la possibilità di personalizzarne le impostazioni fai clic sul pulsante \"Installa\" in alto a destra del pannello di sinistra. I file del tema verranno scaricati automaticamente sul tuo sito. Una volta terminato il tema sarà ora disponibile per l\'attivazione che potrai effettuare facendo clic sul link \"Attiva\" oppure navigando alla schermata di Gestione temi e facendo clic sul link  \"Anteprima\" posto sotto la miniatura di qualsiasi tema installato.',NULL,'',0,'2018-11-12 23:39:45'),(6999,7007,'it',0,NULL,'Per navigare tra le revisioni, <strong>trascina il cursore delle revisioni a destra o a sinistra</strong> oppure <strong>utilizza i pulsanti Precedente o Successivo</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(7000,7008,'it',0,NULL,'Per eseguire l\'azione richiesta, WordPress necessita di alcune informazioni per accedere al server web.',NULL,'',0,'2018-11-12 23:39:45'),(7001,7009,'it',0,NULL,'Per pubblicare su WordPress tramite email occorre creare un account email segreto con accesso POP3. Qualsiasi email ricevuta da questo indirizzo verrà pubblicata, quindi è una buona idea mantenere questo indirizzo veramente segreto. Ecco tre stringhe casuali che puoi utilizzare come indirizzo: %1$s, %2$s, %3$s.',NULL,'',0,'2018-11-12 23:39:45'),(7002,7010,'it',0,NULL,'Per riorganizzare gli elementi dei menu, <strong>trascina e rilascia gli elementi con il mouse o utilizza la tastiera</strong>. Trascinare o spostare leggermente verso destra un elemento di menu per renderlo un sottomenu',NULL,'',0,'2018-11-12 23:39:45'),(7003,7011,'it',0,NULL,'Per ripristinare una revisione, <strong>fai clic su «Ripristina questa revisione»</strong>.',NULL,'',0,'2018-11-12 23:39:45'),(7004,7012,'it',0,NULL,'All\'inizio',NULL,'',0,'2018-11-12 23:39:45'),(7005,7013,'it',0,NULL,'Per utilizzare una immagine di sfondo basta semplicemente caricarla o selezionare una immagine già caricata precedentemente nella Libreria media facendo clic sul pulsante &#8220;Seleziona immagine&#8221;. Puoi visualizzare una singola istanza dell\'immagine o affiancarla per riempire completamente lo schermo. Puoi avere lo sfondo fisso in maniera che il contenuto si muova al di sopra di esso oppure avere lo sfondo che scorre col contenuto.',NULL,'',0,'2018-11-12 23:39:45'),(7006,7014,'it',0,NULL,'Per utilizzare la configurazione con i sottodomini devi inserire una wildcard nel DNS. Normalmente significa aggiungere un record nome host %s  che punti al web server negli strumenti di configurazione dei DNS.',NULL,'',0,'2018-11-12 23:39:45'),(7007,7015,'it',0,NULL,'Commuta il pannello: %s',NULL,'',0,'2018-11-12 23:39:45'),(7008,7016,'it',0,NULL,'Domani',NULL,'',0,'2018-11-12 23:39:45'),(7009,7017,'it',0,NULL,'Strumenti',NULL,'',0,'2018-11-12 23:39:45'),(7010,7018,'it',0,NULL,'Traccia %1$s di %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(7011,7019,'it',0,NULL,'Traccia %1$s.',NULL,'',0,'2018-11-12 23:39:45'),(7012,7020,'it',0,NULL,'I trackback sono un modo di inviare notifiche a sistemi di blog datati del fatto che hai inserito un link verso di loro. Se crei un link verso altri siti WordPress, saranno automaticamente notificati utilizzando un <a href=\"%s\">pingback</a>, senza bisogno di nessun\'altra azione.',NULL,'',0,'2018-11-12 23:39:45'),(7013,7021,'it',0,NULL,'Traduttori di WordPress in italiano',NULL,'',0,'2018-11-12 23:39:45'),(7014,7022,'it',0,NULL,'Aggiornamento della traduzione non riuscito.',NULL,'',0,'2018-11-12 23:39:45'),(7015,7023,'it',0,NULL,'Le traduzioni sono state aggiornate con successo.',NULL,'',0,'2018-11-12 23:39:45'),(7016,7024,'it',0,NULL,'Traduzioni',NULL,'',0,'2018-11-12 23:39:45'),(7017,7025,'it',0,NULL,'Traduzioni per %s',NULL,'',0,'2018-11-12 23:39:45'),(7018,7026,'it',0,NULL,'Guida alla risoluzione dei problemi',NULL,'',0,'2018-11-12 23:39:45'),(7019,7027,'it',0,NULL,'Riprovare',NULL,'',0,'2018-11-12 23:39:45'),(7020,7028,'it',0,NULL,'Prova il plugin Gutenberg',NULL,'',0,'2018-11-12 23:39:45'),(7021,7029,'it',0,NULL,'Riprovare',NULL,'',0,'2018-11-12 23:39:45'),(7022,7030,'it',0,NULL,'Tumblr',NULL,'',0,'2018-11-12 23:39:45'),(7023,7031,'it',0,NULL,'Attiva o disattiva i commenti',NULL,'',0,'2018-11-12 23:39:45'),(7024,7032,'it',0,NULL,'Due colonne',NULL,'',0,'2018-11-12 23:39:45'),(7025,7033,'it',0,NULL,'Tipo',NULL,'',0,'2018-11-12 23:39:45'),(7026,7034,'it',0,NULL,'Tipo di ricerca',NULL,'',0,'2018-11-12 23:39:45'),(7027,7035,'it',0,NULL,'Digitare nuovamente la password.',NULL,'',0,'2018-11-12 23:39:45'),(7028,7036,'it',0,NULL,'UPDATE LOG\n==========',NULL,'',0,'2018-11-12 23:39:45'),(7029,7037,'it',0,NULL,'URL:',NULL,'',0,'2018-11-12 23:39:45'),(7030,7038,'it',0,NULL,'UTC significa tempo coordinato universale.',NULL,'',0,'2018-11-12 23:39:45'),(7031,7039,'it',0,NULL,'Impossibile aggiungere i dati per esportare il file.',NULL,'',0,'2018-11-12 23:39:45'),(7032,7040,'it',0,NULL,'Impossibile aggiungere questa richiesta. Devi fornire un indirizzo email o nome utente validi.',NULL,'',0,'2018-11-12 23:39:45'),(7033,7041,'it',0,NULL,'Impossibile comunicare con il sito per verificare errori irreversibili, la modifica PHP è stata annullata. Dovrai caricare la modifica in qualche altro modo, ad esempio usando SFTP ',NULL,'',0,'2018-11-12 23:39:45'),(7034,7042,'it',0,NULL,'Impossibilitato al collegamento al filesystem. Controlla le tue credenziali.',NULL,'',0,'2018-11-12 23:39:45'),(7035,7043,'it',0,NULL,'Impossibile creare la pagina privacy policy.',NULL,'',0,'2018-11-12 23:39:45'),(7036,7044,'it',0,NULL,'Impossibile creare la cartella di esportazione.',NULL,'',0,'2018-11-12 23:39:45'),(7037,7045,'it',0,NULL,'Impossibile creare la nuova immagine.',NULL,'',0,'2018-11-12 23:39:45'),(7038,7046,'it',0,NULL,'Impossibile generare il file di esportazione. ZipArchive non disponibile.',NULL,'',0,'2018-11-12 23:39:45'),(7039,7047,'it',0,NULL,'Impossibile avviare la richiesta di conferma.',NULL,'',0,'2018-11-12 23:39:45'),(7040,7048,'it',0,NULL,'Impossibile trovare la directory dei contenuti di WordPress (wp-content).',NULL,'',0,'2018-11-12 23:39:45'),(7041,7049,'it',0,NULL,'Impossibile trovare la directory dei plugin di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(7042,7050,'it',0,NULL,'Impossibile trovare la directory principale di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(7043,7051,'it',0,NULL,'Impossibile trovare la directory dei temi di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(7044,7052,'it',0,NULL,'Impossibile trovare la directory necessaria (%s).',NULL,'',0,'2018-11-12 23:39:45'),(7045,7053,'it',0,NULL,'Impossibile aprire il file di esportazione (report HTML) in scrittura.',NULL,'',0,'2018-11-12 23:39:45'),(7046,7054,'it',0,NULL,'Impossibile aprire il file di esportazione (archivio) in scrittura.',NULL,'',0,'2018-11-12 23:39:45'),(7047,7055,'it',0,NULL,'Impossibile eseguire il comando: %s',NULL,'',0,'2018-11-12 23:39:45'),(7048,7056,'it',0,NULL,'Impossibile proteggere la cartella di esportazione dalla navigazione.',NULL,'',0,'2018-11-12 23:39:45'),(7049,7057,'it',0,NULL,'Impossibile salvare l\'immagine.',NULL,'',0,'2018-11-12 23:39:45'),(7050,7058,'it',0,NULL,'Impossibile inviare l\'email di esportazione dei dati personali.',NULL,'',0,'2018-11-12 23:39:45'),(7051,7059,'it',0,NULL,'Impossibile inviare il modulo, aggiorna la pagina e riprova.',NULL,'',0,'2018-11-12 23:39:45'),(7052,7060,'it',0,NULL,'Impossibile scrivere sul file.',NULL,'',0,'2018-11-12 23:39:45'),(7053,7061,'it',0,NULL,'Non approvare',NULL,'',0,'2018-11-12 23:39:45'),(7054,7062,'it',0,NULL,'Non approvare questo commento',NULL,'',0,'2018-11-12 23:39:45'),(7055,7063,'it',0,NULL,'L\'orario universale (%1$s) è %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(7056,7064,'it',0,NULL,'Errore API sconosciuto.',NULL,'',0,'2018-11-12 23:39:45'),(7057,7065,'it',0,NULL,'Azione sconosciuta.',NULL,'',0,'2018-11-12 23:39:45'),(7058,7066,'it',0,NULL,'Scompattamento del pacchetto&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(7059,7067,'it',0,NULL,'Estrazione dell&#8217;aggiornamento in corso&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(7060,7068,'it',0,NULL,'Non pubblicato',NULL,'',0,'2018-11-12 23:39:45'),(7061,7069,'it',0,NULL,'Non testato con la tua versione di WordPress',NULL,'',0,'2018-11-12 23:39:45'),(7062,7070,'it',0,NULL,'Su di uno',NULL,'',0,'2018-11-12 23:39:45'),(7063,7071,'it',0,NULL,'Aggiorna %s ora',NULL,'',0,'2018-11-12 23:39:45'),(7064,7072,'it',0,NULL,'Aggiornamento disponibile',NULL,'',0,'2018-11-12 23:39:45'),(7065,7073,'it',0,NULL,'Aggiornamenti disponibili <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7066,7074,'it',0,NULL,'Aggiorna commento',NULL,'',0,'2018-11-12 23:39:45'),(7067,7075,'it',0,NULL,'Aggiornamento completato',NULL,'',0,'2018-11-12 23:39:45'),(7068,7076,'it',0,NULL,'Aggiorna file',NULL,'',0,'2018-11-12 23:39:45'),(7069,7077,'it',0,NULL,'Aggiorna link',NULL,'',0,'2018-11-12 23:39:45'),(7070,7078,'it',0,NULL,'Aggiorna media',NULL,'',0,'2018-11-12 23:39:45'),(7071,7079,'it',0,NULL,'Aggiorna il plugin',NULL,'',0,'2018-11-12 23:39:45'),(7072,7080,'it',0,NULL,'Aggiorna plugin',NULL,'',0,'2018-11-12 23:39:45'),(7073,7081,'it',0,NULL,'Aggiorna profilo',NULL,'',0,'2018-11-12 23:39:45'),(7074,7082,'it',0,NULL,'Servizi di aggiornamento',NULL,'',0,'2018-11-12 23:39:45'),(7075,7083,'it',0,NULL,'Aggiornamento del tema',NULL,'',0,'2018-11-12 23:39:45'),(7076,7084,'it',0,NULL,'Aggiorna temi',NULL,'',0,'2018-11-12 23:39:45'),(7077,7085,'it',0,NULL,'Aggiorna le traduzioni',NULL,'',0,'2018-11-12 23:39:45'),(7078,7086,'it',0,NULL,'Aggiorna utente',NULL,'',0,'2018-11-12 23:39:45'),(7079,7087,'it',0,NULL,'Aggiorna WordPress',NULL,'',0,'2018-11-12 23:39:45'),(7080,7088,'it',0,NULL,'Aggiornamento database WordPress',NULL,'',0,'2018-11-12 23:39:45'),(7081,7089,'it',0,NULL,'L\'aggiornamento non è andato a buon fine.',NULL,'',0,'2018-11-12 23:39:45'),(7082,7090,'it',0,NULL,'Aggiorna impostazioni galleria.',NULL,'',0,'2018-11-12 23:39:45'),(7083,7091,'it',0,NULL,'Pacchetto di aggiornamento non disponibile.',NULL,'',0,'2018-11-12 23:39:45'),(7084,7092,'it',0,NULL,'Avanzamento aggiornamento',NULL,'',0,'2018-11-12 23:39:45'),(7085,7093,'it',0,NULL,'Aggiorna a %s',NULL,'',0,'2018-11-12 23:39:45'),(7086,7094,'it',0,NULL,'Aggiorna alla versione %s',NULL,'',0,'2018-11-12 23:39:45'),(7087,7095,'it',0,NULL,'Aggiornato %s.',NULL,'',0,'2018-11-12 23:39:45'),(7088,7096,'it',0,NULL,'Aggiornamenti %s',NULL,'',0,'2018-11-12 23:39:45'),(7089,7097,'it',0,NULL,'Aggiornamento del plugin %1$s (%2$d/%3$d)',NULL,'',0,'2018-11-12 23:39:45'),(7090,7098,'it',0,NULL,'Aggiornamento del tema  %1$s (%2$d/%3$d)',NULL,'',0,'2018-11-12 23:39:45'),(7091,7099,'it',0,NULL,'L\'aggiornamento è semplice e richiede poco tempo:',NULL,'',0,'2018-11-12 23:39:45'),(7092,7100,'it',0,NULL,'Aggiornamento del plugin: %s',NULL,'',0,'2018-11-12 23:39:45'),(7093,7101,'it',0,NULL,'Aggiornamento del tema: %s',NULL,'',0,'2018-11-12 23:39:45'),(7094,7102,'it',0,NULL,'Aggiornamento di WordPress %s',NULL,'',0,'2018-11-12 23:39:45'),(7095,7103,'it',0,NULL,'Aggiornamento delle traduzioni per %1$s (%2$s)&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(7096,7104,'it',0,NULL,'Aggiornamento del database in corso&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(7097,7105,'it',0,NULL,'Aggiornare ad una nuova versione del medesimo tema porterà alla cancellazione delle eventuale modifiche apportate. Per evitare questo problema creare un <a href=\"%s\">tema child</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7098,7106,'it',0,NULL,'Carica media',NULL,'',0,'2018-11-12 23:39:45'),(7099,7107,'it',0,NULL,'Caricamento nuovo file media',NULL,'',0,'2018-11-12 23:39:45'),(7100,7108,'it',0,NULL,'Carica plugin',NULL,'',0,'2018-11-12 23:39:45'),(7101,7109,'it',0,NULL,'Carica tema',NULL,'',0,'2018-11-12 23:39:45'),(7102,7110,'it',0,NULL,'Data caricamento:',NULL,'',0,'2018-11-12 23:39:45'),(7103,7111,'it',0,NULL,'Carica il file ed importa',NULL,'',0,'2018-11-12 23:39:45'),(7104,7112,'it',0,NULL,'Immagini caricate',NULL,'',0,'2018-11-12 23:39:45'),(7105,7113,'it',0,NULL,'Caricato il: %s',NULL,'',0,'2018-11-12 23:39:45'),(7106,7114,'it',0,NULL,'Caricamento file',NULL,'',0,'2018-11-12 23:39:45'),(7107,7115,'it',0,NULL,'\"Caricare i File\" consente di scegliere la cartella e il percorso per l\'archiviazione dei file caricati.',NULL,'',0,'2018-11-12 23:39:45'),(7108,7116,'it',0,NULL,'Carica',NULL,'',0,'2018-11-12 23:39:45'),(7109,7117,'it',0,NULL,'Usa questa pagina',NULL,'',0,'2018-11-12 23:39:45'),(7110,7118,'it',0,NULL,'Utilizzare https',NULL,'',0,'2018-11-12 23:39:45'),(7111,7119,'it',0,NULL,'Utilizza i pulsanti freccia in cima alla finestra di dialogo oppure utilizza i tasti freccia della tua tastiera per navigare rapidamente fra gli elementi media.',NULL,'',0,'2018-11-12 23:39:45'),(7112,7120,'it',0,NULL,'Usato: %1$s%% di %2$s',NULL,'',0,'2018-11-12 23:39:45'),(7113,7121,'it',0,NULL,'Utente %s aggiunto',NULL,'',0,'2018-11-12 23:39:45'),(7114,7122,'it',0,NULL,'Ruoli utente',NULL,'',0,'2018-11-12 23:39:45'),(7115,7123,'it',0,NULL,'Utente aggiunto',NULL,'',0,'2018-11-12 23:39:45'),(7116,7124,'it',0,NULL,'Utente già esistente. La password è stata ereditata.',NULL,'',0,'2018-11-12 23:39:45'),(7117,7125,'it',0,NULL,'Utente eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(7118,7126,'it',0,NULL,'Non è permesso eliminare un utente da questa schermata.',NULL,'',0,'2018-11-12 23:39:45'),(7119,7127,'it',0,NULL,'L\'utente è stato aggiunto al sito.',NULL,'',0,'2018-11-12 23:39:45'),(7120,7128,'it',0,NULL,'Un utente è stato aggiunto al sito. <a href=\"%s\">Modifica utente</a>',NULL,'',0,'2018-11-12 23:39:45'),(7121,7129,'it',0,NULL,'L\'utente è stato creato ma non può essere aggiunto al sito.',NULL,'',0,'2018-11-12 23:39:45'),(7122,7130,'it',0,NULL,'L\'utente non ha siti o contenuti e sarà eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(7123,7131,'it',0,NULL,'L\'utente è stato rimosso da questo sito.',NULL,'',0,'2018-11-12 23:39:45'),(7124,7132,'it',0,NULL,'Amministratore',NULL,'',0,'2018-11-12 23:39:45'),(7125,7133,'it',0,NULL,'Autore',NULL,'',0,'2018-11-12 23:39:45'),(7126,7134,'it',0,NULL,'Collaboratore',NULL,'',0,'2018-11-12 23:39:45'),(7127,7135,'it',0,NULL,'Editore',NULL,'',0,'2018-11-12 23:39:45'),(7128,7136,'it',0,NULL,'Sottoscrittore',NULL,'',0,'2018-11-12 23:39:45'),(7129,7137,'it',0,NULL,'Utente aggiornato.',NULL,'',0,'2018-11-12 23:39:45'),(7130,7138,'it',0,NULL,'Utente(i) già esistente(i).',NULL,'',0,'2018-11-12 23:39:45'),(7131,7139,'it',0,NULL,'Nome utente o indirizzo email',NULL,'',0,'2018-11-12 23:39:45'),(7132,7140,'it',0,NULL,'Nome Utente/Password non corrette per %s',NULL,'',0,'2018-11-12 23:39:45'),(7133,7141,'it',0,NULL,'I nomi utente possono essere composti soltanto da caratteri alfanumerici, spazi, trattini bassi, trattini, punti e il simbolo @.',NULL,'',0,'2018-11-12 23:39:45'),(7134,7142,'it',0,NULL,'Il nome utente non può essere modificato.',NULL,'',0,'2018-11-12 23:39:45'),(7135,7143,'it',0,NULL,'Lista degli utenti',NULL,'',0,'2018-11-12 23:39:45'),(7136,7144,'it',0,NULL,'Navigazione lista degli utenti',NULL,'',0,'2018-11-12 23:39:45'),(7137,7145,'it',0,NULL,'Gli utenti devono essere registrati e fare il login per poter inviare commenti',NULL,'',0,'2018-11-12 23:39:45'),(7138,7146,'it',0,NULL,'Valore',NULL,'',0,'2018-11-12 23:39:45'),(7139,7147,'it',0,NULL,'Verifica dei file estratti in corso&#8230;',NULL,'',0,'2018-11-12 23:39:45'),(7140,7148,'it',0,NULL,'Versione %s',NULL,'',0,'2018-11-12 23:39:45'),(7141,7149,'it',0,NULL,'Versione:',NULL,'',0,'2018-11-12 23:39:45'),(7142,7150,'it',0,NULL,'Versione: %s',NULL,'',0,'2018-11-12 23:39:45'),(7143,7151,'it',0,NULL,'Template allegato video',NULL,'',0,'2018-11-12 23:39:45'),(7144,7152,'it',0,NULL,'Visualizza',NULL,'',0,'2018-11-12 23:39:45'),(7145,7153,'it',0,NULL,'Vedi dettagli di %1$s versione %2$s',NULL,'',0,'2018-11-12 23:39:45'),(7146,7154,'it',0,NULL,'Visualizza &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(7147,7155,'it',0,NULL,'Vedi l\'archivio di &#8220;%s&#8221;',NULL,'',0,'2018-11-12 23:39:45'),(7148,7156,'it',0,NULL,'Mostra tutti',NULL,'',0,'2018-11-12 23:39:45'),(7149,7157,'it',0,NULL,'Modalità di visualizzazione',NULL,'',0,'2018-11-12 23:39:45'),(7150,7158,'it',0,NULL,'Vedi sito',NULL,'',0,'2018-11-12 23:39:45'),(7151,7159,'it',0,NULL,'Mostra il cestino',NULL,'',0,'2018-11-12 23:39:45'),(7152,7160,'it',0,NULL,'Mostra tutti',NULL,'',0,'2018-11-12 23:39:45'),(7153,7161,'it',0,NULL,'Visualizza tutte le bozze',NULL,'',0,'2018-11-12 23:39:45'),(7154,7162,'it',0,NULL,'Visualizza i dettagli',NULL,'',0,'2018-11-12 23:39:45'),(7155,7163,'it',0,NULL,'Mostra più commenti',NULL,'',0,'2018-11-12 23:39:45'),(7156,7164,'it',0,NULL,'Visualizza pagina',NULL,'',0,'2018-11-12 23:39:45'),(7157,7165,'it',0,NULL,'Visualizza articolo',NULL,'',0,'2018-11-12 23:39:45'),(7158,7166,'it',0,NULL,'Visualizza articoli di %s',NULL,'',0,'2018-11-12 23:39:45'),(7159,7167,'it',0,NULL,'Vedi questo commento',NULL,'',0,'2018-11-12 23:39:45'),(7160,7168,'it',0,NULL,'Visualizza i dettagli della versione %s.',NULL,'',0,'2018-11-12 23:39:45'),(7161,7169,'it',0,NULL,'Visualizza il tuo sito',NULL,'',0,'2018-11-12 23:39:45'),(7162,7170,'it',0,NULL,'Visibilità:',NULL,'',0,'2018-11-12 23:39:45'),(7163,7171,'it',0,NULL,'Visibile',NULL,'',0,'2018-11-12 23:39:45'),(7164,7172,'it',0,NULL,'Visita',NULL,'',0,'2018-11-12 23:39:45'),(7165,7173,'it',0,NULL,'Visita la bacheca',NULL,'',0,'2018-11-12 23:39:45'),(7166,7174,'it',0,NULL,'Visita link',NULL,'',0,'2018-11-12 23:39:45'),(7167,7175,'it',0,NULL,'Visita il sito del plugin',NULL,'',0,'2018-11-12 23:39:45'),(7168,7176,'it',0,NULL,'Visualizza sito',NULL,'',0,'2018-11-12 23:39:45'),(7169,7177,'it',0,NULL,'I commenti dei visitatori possono essere controllati attraverso un servizio di rilevamento automatico dello spam.',NULL,'',0,'2018-11-12 23:39:45'),(7170,7178,'it',0,NULL,'Editor visuale',NULL,'',0,'2018-11-12 23:39:45'),(7171,7179,'it',0,NULL,'Editor visuale RTL foglio di stile',NULL,'',0,'2018-11-12 23:39:45'),(7172,7180,'it',0,NULL,'Editor visuale foglio di stile',NULL,'',0,'2018-11-12 23:39:45'),(7173,7181,'it',0,NULL,'La modalità visuale ti fornisce un editor che è simile ad un programma di videoscrittura. Fai clic sul pulsante della barra degli strumenti per visualizzare una seconda riga di controlli.',NULL,'',0,'2018-11-12 23:39:45'),(7174,7182,'it',0,NULL,'In attesa di conferma',NULL,'',0,'2018-11-12 23:39:45'),(7175,7183,'it',0,NULL,'Vuoi aggiungere dei media nel widget di testo? Incorpora immagini, video e audio direttamente nel widget insieme al testo, con il pulsante Aggiungi Media, semplice e pratico. Woo!',NULL,'',0,'2018-11-12 23:39:45'),(7176,7184,'it',0,NULL,'Desideri vedere il tuo nome messo in evidenza su questa pagina? <a href=\"%s\">Contribuisci a WordPress</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7177,7185,'it',0,NULL,'Attenzione! L\'utente %s non può essere eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(7178,7186,'it',0,NULL,'Attenzione! L\'utente non può essere eliminato. L\'utente %s è un amministratore del network.',NULL,'',0,'2018-11-12 23:39:45'),(7179,7187,'it',0,NULL,'Attenzione! I Wildcard DNS non sono configurati correttamente!',NULL,'',0,'2018-11-12 23:39:45'),(7180,7188,'it',0,NULL,'Attenzione: se vai avanti, potresti creare problemi!',NULL,'',0,'2018-11-12 23:39:45'),(7181,7189,'it',0,NULL,'Wavatar (generato)',NULL,'',0,'2018-11-12 23:39:45'),(7182,7190,'it',0,NULL,'VI sono alcuni dati che descrivono l\'errore riscontrato sul tuo sito.',NULL,'',0,'2018-11-12 23:39:45'),(7183,7191,'it',0,NULL,'Ti abbiamo suggerito le sezioni di cui avrai bisogno. Sotto ad ogni intestazione di ciascuna sezione troverai un breve riassunto sulle informazioni che dovresti fornire, le quali ti aiuteranno ad iniziare. Alcune sezioni includono i contenuti suggeriti, altre dovranno essere completate con le informazioni fornite dal tema o dai  plugin.',NULL,'',0,'2018-11-12 23:39:45'),(7184,7192,'it',0,NULL,'Prendiamo la privacy e la trasparenza molto seriamente. Se vuoi saperne di più sui dati che raccogliamo e su come li utilizziamo, visita <a href=\"%s\">WordPress.org/about/privacy</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7185,7193,'it',0,NULL,'Abbiamo tentato ma non siamo riusciti ad aggiornare automaticamente il tuo sito.',NULL,'',0,'2018-11-12 23:39:45'),(7186,7194,'it',0,NULL,'Inoltre, ti suggeriamo di rivedere la tua privacy policy di tanto in tanto, soprattutto dopo aver installato o aggiornato i temi o i plugin. Potrebbero esserci delle modifiche o delle nuove informazioni suggerite da prendere in considerazione per essere aggiunte alla tua privacy policy.',NULL,'',0,'2018-11-12 23:39:45'),(7187,7195,'it',0,NULL,'Stiamo effettuando un backup di questo articolo sul tuo browser, giusto per sicurezza.',NULL,'',0,'2018-11-12 23:39:45'),(7188,7196,'it',0,NULL,'Utilizzeremo queste informazioni per creare un file %s.',NULL,'',0,'2018-11-12 23:39:45'),(7189,7197,'it',0,NULL,'Abbiamo raggruppato alcuni link per aiutarti ad iniziare:',NULL,'',0,'2018-11-12 23:39:45'),(7190,7198,'it',0,NULL,'Abbiamo introdotto una nuova libreria per la modifica del codice, CodeMirror, da utilizzare nel core. Utilizzala per migliorare la scrittura o la modifica di qualsiasi codice all\'interno dei tuoi plugin, come ad esempio i campi contenenti CSS o JavaScript.',NULL,'',0,'2018-11-12 23:39:45'),(7191,7199,'it',0,NULL,'Abbiamo apportato molte migliorie alle API JS di Personalizza  in WordPress 4.9, eliminando molti punti deboli e rendendolo semplice come usare le API PHP. Vi sono inoltre dei nuovi template di controllo di base, fra cui un controllo data/ora e delle notifiche per sezione/pannello/globali. <a href=\"%s\">Guarda qui la lista completa.</a>',NULL,'',0,'2018-11-12 23:39:45'),(7192,7200,'it',0,NULL,'Indirizzo web',NULL,'',0,'2018-11-12 23:39:45'),(7193,7201,'it',0,NULL,'La settimana comincia di',NULL,'',0,'2018-11-12 23:39:45'),(7194,7202,'it',0,NULL,'Benvenuto',NULL,'',0,'2018-11-12 23:39:45'),(7195,7203,'it',0,NULL,'Benvenuto in %s. Questo è il tuo primo articolo. Modificalo o eliminalo, poi inizia a scrivere il tuo blog!',NULL,'',0,'2018-11-12 23:39:45'),(7196,7204,'it',0,NULL,'Benvenuto in WordPress%1$s. <a href=\"%2$s\"> Ulteriori informazioni</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7197,7205,'it',0,NULL,'Benvenuto in WordPress %1$s. Verrai reindirizzato alla schermata Informazioni su WordPress. Se ciò non accade, fai clic <a href=\"%2$s\">qui</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7198,7206,'it',0,NULL,'Benvenuto in WordPress %s',NULL,'',0,'2018-11-12 23:39:45'),(7199,7207,'it',0,NULL,'Benvenuto in WordPress!',NULL,'',0,'2018-11-12 23:39:45'),(7200,7208,'it',0,NULL,'Benvenuto in WordPress&nbsp;%s',NULL,'',0,'2018-11-12 23:39:45'),(7201,7209,'it',0,NULL,'Benvenuto in WordPress. Prima di iniziare abbiamo bisogno di alcune informazioni sul database. Devi conoscere i seguenti dati prima di procedere.',NULL,'',0,'2018-11-12 23:39:45'),(7202,7210,'it',0,NULL,'Benvenuto in WordPress. Questo è il tuo primo articolo. Modificalo o eliminalo, e inizia a creare il tuo blog!',NULL,'',0,'2018-11-12 23:39:45'),(7203,7211,'it',0,NULL,'Benvenuto nel migliorato flusso di lavoro dello strumento Personalizza con le bozze di progetto, la protezione del progetto, la programmazione ed i link di anteprima. Ed in più l\'evidenziatore di sintassi e il controllo sugli errori renderanno l\'esperienza di creazione del sito semplice e lineare. E per concludere, se tutto questo non bastasse, abbiamo un nuovo grandioso widget per le Gallerie e miglioramenti nella ricerca e nel cambio dei temi.',NULL,'',0,'2018-11-12 23:39:45'),(7204,7212,'it',0,NULL,'Benvenuto nella famosa installazione di WordPress in cinque minuti! Compila semplicemente le informazioni qua sotto e sarai già sulla strada per utilizzare la piattaforma di pubblicazione più estesa e potente del mondo.',NULL,'',0,'2018-11-12 23:39:45'),(7205,7213,'it',0,NULL,'Benvenuto nella tua Bacheca di WordPress! Questa è la schermata che vedi quando esegui il login al sito e ti permette di accedere a tutte le funzionalità per la gestione di WordPress. Puoi ottenere aiuto per qualsiasi sezione facendo clic sulla scheda Aiuto presente sopra il titolo della schermata.',NULL,'',0,'2018-11-12 23:39:45'),(7206,7214,'it',0,NULL,'Hai avuto dei problemi per i passi necessari a creare un nuovo menu? Ora forse non più! Abbiamo realizzato la nuova interfaccia utente per un processo di creazione dei menu più semplice. Questo nuovo sistema ti guiderà nei vari passaggi.',NULL,'',0,'2018-11-12 23:39:45'),(7207,7215,'it',0,NULL,'Ti sei allontanato dalla tua scrivania prima di aver salvato la nuova bozza del tuo design? Non aver paura, quando tornerai, WordPress 4.9 ti chiederà gentilmente se desideri o meno salvare le tue modifiche non ancora salvate.',NULL,'',0,'2018-11-12 23:39:45'),(7208,7216,'it',0,NULL,'Quale processo decisionale automatizzato e/o profilazione facciamo con i dati dell\'utente',NULL,'',0,'2018-11-12 23:39:45'),(7209,7217,'it',0,NULL,'Quali procedure abbiamo predisposto per prevenire la violazione dei dati',NULL,'',0,'2018-11-12 23:39:45'),(7210,7218,'it',0,NULL,'Quali dati personali raccogliamo e perché li raccogliamo',NULL,'',0,'2018-11-12 23:39:45'),(7211,7219,'it',0,NULL,'Quali diritti hai sui tuoi dati',NULL,'',0,'2018-11-12 23:39:45'),(7212,7220,'it',0,NULL,'Cosa deve essere fatto con i contenuti posseduti da %s?',NULL,'',0,'2018-11-12 23:39:45'),(7213,7221,'it',0,NULL,'Cosa si deve fare dei contenuti posseduti da questi utenti?',NULL,'',0,'2018-11-12 23:39:45'),(7214,7222,'it',0,NULL,'Cosa vuoi fare con i contenuti che appartengono a questo utente?',NULL,'',0,'2018-11-12 23:39:45'),(7215,7223,'it',0,NULL,'Da quali terze parti riceviamo dati',NULL,'',0,'2018-11-12 23:39:45'),(7216,7224,'it',0,NULL,'Che novità ci sono',NULL,'',0,'2018-11-12 23:39:45'),(7217,7225,'it',0,NULL,'Che ti passa per la testa?',NULL,'',0,'2018-11-12 23:39:45'),(7218,7226,'it',0,NULL,'Qual è la differenza tra categorie e tag? Normalmente i tag sono parole chiave ad hoc che identificano informazioni importanti negli articoli (nomi, oggetti, etc) che possono essere o non essere ricorrenti negli articoli, mentre le categorie sono sezioni stabilite in anticipo. Pensando al sito come ad un libro, le categorie sono come la tavola dei contenuti e i tag come i termini presenti nell\'indice.',NULL,'',0,'2018-11-12 23:39:45'),(7219,7227,'it',0,NULL,'Quando un commento contiene una di queste parole, nel testo, nel nome, nella URL, nella email o nell\'indirizzo IP, verrà posto nella <a href=\"edit-comments.php?comment_status=moderated\">coda di moderazione</a>. Inserire una singola parola o indirizzo IP per riga. Verranno cercate corrispondenze anche all\'interno delle parole, quindi &#8220;press&#8221;  troverà una corrispondenza in &#8220;WordPress&#8221;.',NULL,'',0,'2018-11-12 23:39:45'),(7220,7228,'it',0,NULL,'Quando un commento contiene una qualsiasi di queste parole, nel testo, nel nome, nella URL, nell\'email o nell\'indirizzo IP, verrà spostato nel cestino. Inserire una singola parola o un indirizzo IP per ciascuna riga. Verranno cercate corrispondenze anche all\'interno delle parole, quindi ad esempio la parola &#8220;press&#8221; troverà una corrispondenza in &#8220;WordPress&#8221;.',NULL,'',0,'2018-11-12 23:39:45'),(7221,7229,'it',0,NULL,'Quando si aggiunge una nuova categoria in questa schermata, si riempiranno i seguenti campi:',NULL,'',0,'2018-11-12 23:39:45'),(7222,7230,'it',0,NULL,'Quando si aggiunge un nuovo tag in questa schermata, dovrai riempire i seguenti campi:',NULL,'',0,'2018-11-12 23:39:45'),(7223,7231,'it',0,NULL,'Quando si cambiano i temi vi sono spesso della variazioni sul numero e sulle impostazioni della barre laterali e delle aree widget ed a volte questi conflitti rendono il cambio meno semplice e lineare. Se cambi tema e ti sembra che manchino dei widget, scorri in basso a questa schermata nella sezione Widget inattivi dove sono stati salvati tutti  i widget e le relative impostazioni.',NULL,'',0,'2018-11-12 23:39:45'),(7224,7232,'it',0,NULL,'Quando si visualizza l\'anteprima su un monitor piccolo, è possibile utilizzare l\'icona di riduzione in basso nel pannello di sinistra. Questa permette di nasondere il pannello dando così maggior spazio alla visualizzazione del sito con il nuovo tema. Per riattivare il pannello fare nuovamente clic sull\'icona di riduzione.',NULL,'',0,'2018-11-12 23:39:45'),(7225,7233,'it',0,NULL,'Quando questa impostazione è attiva, una segnalazione appare nel riquadro «In sintesi» della «Bacheca» che dice, «Motori di ricerca scoraggiati», per ricordarti che il tuo sito non è indicizzabile dai motori di ricerca.',NULL,'',0,'2018-11-12 23:39:45'),(7226,7234,'it',0,NULL,'Con le «Azioni di gruppo» è possibile modificare in una sola volta i metadati (categorie, autore, ecc.) di tutti gli articoli selezionati. Per rimuovere un articolo dal gruppo, fare clic sulla x accanto al suo nome nell\'area di Modifica di Gruppo che apparirà.',NULL,'',0,'2018-11-12 23:39:45'),(7227,7235,'it',0,NULL,'Quando i visitatori lasciano commenti sul sito, raccogliamo i dati mostrati nel modulo dei commenti oltre all\'indirizzo IP del visitatore e la stringa dello user agent del browser per facilitare il rilevamento dello spam.',NULL,'',0,'2018-11-12 23:39:45'),(7228,7236,'it',0,NULL,'Quando vengono assegnate più categorie o tag ad un articolo, solo una può essere visualizzata nel permalink: la categoria con l\'ID più basso. Questo si applica se la struttura personalizzata include <code>%category%</code> o <code>%tag%</code>.',NULL,'',0,'2018-11-12 23:39:45'),(7229,7237,'it',0,NULL,'Quando farai clic sul pulsante qui sotto WordPress creerà un file XML da salvare sul tuo computer.',NULL,'',0,'2018-11-12 23:39:45'),(7230,7238,'it',0,NULL,'Quando modifichi direttamente temi o plugin, WordPress 4.9 ti avviserà gentilmente che si tratta di una pratica pericolosa. Ti raccomanderà di effettuare un backup dei tuoi file prima di salvare, così che non vengano sovrascritti dal prossimo aggiornamento. Prendi la via più sicura: il tuo futuro io ti ringrazierà. Il tuo team ed i tuoi clienti ti ringrazieranno.',NULL,'',0,'2018-11-12 23:39:45'),(7231,7239,'it',0,NULL,'Quando effettui l\'accesso, verranno impostati diversi cookie per salvare le tue informazioni di accesso e le tue opzioni di visualizzazione dello schermo. I cookie di accesso durano due giorni mentre i cookie per le opzioni dello schermo durano un anno. Se selezioni &quot;Ricordami&quot;, il tuo accesso persisterà per due settimane. Se esci dal tuo account, i cookie di accesso verranno rimossi.',NULL,'',0,'2018-11-12 23:39:45'),(7232,7240,'it',0,NULL,'Quando pubblichi un nuovo articolo, WordPress lo notifica automaticamente ai seguenti servizi di aggiornamento siti. Per ulteriori informazioni su questa opzione consulta la pagina <a href=\"https://codex.wordpress.org/Update_Services\">Update Services</a> sul Codex. Separa le URL dei vari servizi con un ritorno a capo.',NULL,'',0,'2018-11-12 23:39:45'),(7233,7241,'it',0,NULL,'Quando cambi tema, qualche volta può capitare che i widget non sappiano più dove posizionarsi. I miglioramenti di WordPress 4.9 offrono una maggiore stabilità alle posizioni dei widget e dei menu quando decidi che è giunto il momento di cambiare tema. Inoltre puoi vedere in anteprima i temi installati o scaricare, installare e visualizzare l\'anteprima dei nuovi temi. Nulla è più comodo di poter visualizzare l\'anteprima di quello che si sta per installare. ',NULL,'',0,'2018-11-12 23:39:45'),(7234,7242,'it',0,NULL,'Dove spediamo i tuoi dati',NULL,'',0,'2018-11-12 23:39:45'),(7235,7243,'it',0,NULL,'Mentre stai modificando il file %1$s, cogli l\'occasione per verificare che di avere tutte le 8 chiavi e che queste siano univoche. Puoi generarle utilizzando il servizio <a href=\"%2$s\">Secret Key Generator di WordPress.org</a>',NULL,'',0,'2018-11-12 23:39:45'),(7236,7244,'it',0,NULL,'Mentre il sito viene aggiornato, entrerà in modalità di manutenzione. Non appena gli aggiornamenti saranno completati, tornerà alla normalità.',NULL,'',0,'2018-11-12 23:39:45'),(7237,7245,'it',0,NULL,'Chi siamo',NULL,'',0,'2018-11-12 23:39:45'),(7238,7246,'it',0,NULL,'Con chi condividiamo i tuoi dati',NULL,'',0,'2018-11-12 23:39:45'),(7239,7247,'it',0,NULL,'Widget %s',NULL,'',0,'2018-11-12 23:39:45'),(7240,7248,'it',0,NULL,'I widget sono sezioni indipendenti di contenuto che possono essere posizionati all\'interno di ogni area widgettizzata predisposta nel tema (comunemente identificate come barre laterali). Per aggiungere widget alle barre laterali/aree widgettizzate, drag & drop la barra del titolo del widget nella area desiderata. Di default solo la prima area widgettizata è espansa. Per aggiungere widget alle altre  aree widgettizzate, cliccare sulla loro barra del titolo per espanderle.',NULL,'',0,'2018-11-12 23:39:45'),(7241,7249,'it',0,NULL,'I widget possono essere utilizzati più volte. &Egrave; possibile assegnare un titolo ad ogni widget, per visualizzarlo sul sito ma, non è obbligatorio.',NULL,'',0,'2018-11-12 23:39:45'),(7242,7250,'it',0,NULL,'Conteggio parole: %s',NULL,'',0,'2018-11-12 23:39:45'),(7243,7251,'it',0,NULL,'WordCamp',NULL,'',0,'2018-11-12 23:39:45'),(7244,7252,'it',0,NULL,'WordPress',NULL,'',0,'2018-11-12 23:39:45'),(7245,7253,'it',0,NULL,'WordPress %1$s con il tema %2$s',NULL,'',0,'2018-11-12 23:39:45'),(7246,7254,'it',0,NULL,'WordPress %s',NULL,'',0,'2018-11-12 23:39:45'),(7247,7255,'it',0,NULL,'È ora disponibile WordPress %s.',NULL,'',0,'2018-11-12 23:39:45'),(7248,7256,'it',0,NULL,'WordPress &rsaquo; Riparazione database',NULL,'',0,'2018-11-12 23:39:45'),(7249,7257,'it',0,NULL,'WordPress &rsaquo; Installazione',NULL,'',0,'2018-11-12 23:39:45'),(7250,7258,'it',0,NULL,'WordPress &rsaquo; Impostazione del file di configurazione',NULL,'',0,'2018-11-12 23:39:45'),(7251,7259,'it',0,NULL,'WordPress &rsaquo; Aggiornamento',NULL,'',0,'2018-11-12 23:39:45'),(7252,7260,'it',0,NULL,'WordPress 4.9 include una versione aggiornata di MediaElement.js, che rimuove le dipendenze da jQuery, migliora l\'accessibilità, modernizza l\'interfaccia utente e risolve diversi problemi.',NULL,'',0,'2018-11-12 23:39:45'),(7253,7261,'it',0,NULL,'Blog WordPress',NULL,'',0,'2018-11-12 23:39:45'),(7254,7262,'it',0,NULL,'Eventi e notizie su WordPress',NULL,'',0,'2018-11-12 23:39:45'),(7255,7263,'it',0,NULL,'Aggiornamenti di WordPress',NULL,'',0,'2018-11-12 23:39:45'),(7256,7264,'it',0,NULL,'WordPress può anche provare ad ottimizzare il database. Questo migliorerà le prestazioni in determinate situazioni. Riparare ed ottimizzare il database può richiedere parecchio tempo ed il database rimarrà bloccato durante l\'ottimizzazione.',NULL,'',0,'2018-11-12 23:39:45'),(7257,7265,'it',0,NULL,'WordPress può verificare automaticamente alcuni dei problemi più comuni al database e ripararli. La riparazione richiederà tempo quindi occorrerà essere pazienti.',NULL,'',0,'2018-11-12 23:39:45'),(7258,7266,'it',0,NULL,'Riparazione del database di WordPress',NULL,'',0,'2018-11-12 23:39:45'),(7259,7267,'it',0,NULL,'WordPress cresce quando persone come te ne parlano coi loro amici e quando le migliaia di imprese e servizi che si basano su e intorno a WordPress fanno conoscere questi aspetti ai loro utenti. Siamo felici ogni volta che qualcuno diffonde la buona parola, assicurati solo di <a href=\"%s\">seguire le nostre linee guida sul marchio</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7260,7268,'it',0,NULL,'WordPress è stato installato. Grazie e buon divertimento!',NULL,'',0,'2018-11-12 23:39:45'),(7261,7269,'it',0,NULL,'WordPress è stato aggiornato! Prima di proseguire, dobbiamo aggiornare il database alla nuova versione.',NULL,'',0,'2018-11-12 23:39:45'),(7262,7270,'it',0,NULL,'WordPress è un software Libero e open source, creato da una community distribuita di sviluppatori volontari, sparsi per il mondo. WordPress è distribuito con <a href=\"%s\">licenza</a> GPL.',NULL,'',0,'2018-11-12 23:39:45'),(7263,7271,'it',0,NULL,'WordPress è già all&#8217;ultima versione.',NULL,'',0,'2018-11-12 23:39:45'),(7264,7272,'it',0,NULL,'WordPress è creato da un <a href=\"%1$s\">team internazionale</a> di appassionati. <a href=\"%2$s\">Partecipa in WordPress</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7265,7273,'it',0,NULL,'WordPress è creato da un team internazionale di appassionati.',NULL,'',0,'2018-11-12 23:39:45'),(7266,7274,'it',0,NULL,'WordPress non sta notificando alcun <a href=\"%1$s\">Servizio di Aggiornamento</a> a causa delle <a href=\"%2$s\">impostazioni di visibilità</a> del tuo sito.',NULL,'',0,'2018-11-12 23:39:45'),(7267,7275,'it',0,NULL,'WordPress sta lavorando ad un nuovo modo per creare e controllare i tuoi contenuti e ci piacerebbe avere il tuo aiuto. Sei interessato ad essere un <a href=\"%s\">early tester</a> o ad essere coinvolto nel progetto Gutenberg? <a href=\"%s\">Contribuisci su GitHub</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7268,7276,'it',0,NULL,'WordPress ti offre la possibilità di creare una struttura di URL personalizzati per i tuoi permalink ed i tuoi archivi. Le strutture di URL personalizzate possono migliorare l\'estetica, l\'usabilità e la compatibilità dei link in futuro. Un certo <a href=\"https://codex.wordpress.org/Using_Permalinks\">numero di tag è disponibile</a>, e qui ci sono alcuni esempi per iniziare.',NULL,'',0,'2018-11-12 23:39:45'),(7269,7277,'it',0,NULL,'WordPress correggerà automaticamente il codice XHTML non correttamente annidato',NULL,'',0,'2018-11-12 23:39:45'),(7270,7278,'it',0,NULL,'Sito WordPress: %s',NULL,'',0,'2018-11-12 23:39:45'),(7271,7279,'it',0,NULL,'WordPress è stato aggiornato correttamente.',NULL,'',0,'2018-11-12 23:39:45'),(7272,7280,'it',0,NULL,'Pagina dei plugin WordPress.org &#187;',NULL,'',0,'2018-11-12 23:39:45'),(7273,7281,'it',0,NULL,'Scrivi il tuo primo articolo',NULL,'',0,'2018-11-12 23:39:45'),(7274,7282,'it',0,NULL,'Scrittura',NULL,'',0,'2018-11-12 23:39:45'),(7275,7283,'it',0,NULL,'Impostazioni scrittura',NULL,'',0,'2018-11-12 23:39:45'),(7276,7284,'it',0,NULL,'X &#8212; Ancora più maturo del precedente',NULL,'',0,'2018-11-12 23:39:45'),(7277,7285,'it',0,NULL,'XFN significa <a href=\"http://gmpg.org/xfn/\">rete di amici in XHTML</a>, ed è facoltativo. WordPress permette la generazione di attributi  XFN per mostrare la relazione con gli autori/proprietari del sito che si sta linkando.',NULL,'',0,'2018-11-12 23:39:45'),(7278,7286,'it',0,NULL,'d/m/Y G:i:s',NULL,'',0,'2018-11-12 23:39:45'),(7279,7287,'it',0,NULL,'Sì, elimina questi file',NULL,'',0,'2018-11-12 23:39:45'),(7280,7288,'it',0,NULL,'Si, elimina questi file e questi dati',NULL,'',0,'2018-11-12 23:39:45'),(7281,7289,'it',0,NULL,'Vai alla pagina del profilo',NULL,'',0,'2018-11-12 23:39:45'),(7282,7290,'it',0,NULL,'Si, hai letto bene. Così come hai la possibilità di salvare come bozza, revisionare e programmare la pubblicazione di articoli nel giorno e nell\'ora da te scelti, ora puoi smanettare con il design del sito e programmare la pubblicazione di modifiche al design quando preferisci.',NULL,'',0,'2018-11-12 23:39:45'),(7283,7291,'it',0,NULL,'Vi sono anche alcuni plugin o temi con aggiornamenti disponibili. Aggiornali ora:',NULL,'',0,'2018-11-12 23:39:45'),(7284,7292,'it',0,NULL,'Sembra che stai modificando il plugin direttamente nella bacheca di WordPress. Raccomandiamo di non farlo! Modificare i plugin direttamente può introdurre delle incompatibilità che possono corrompere il tuo sito e le tue modifiche potrebbero essere perse con i futuri aggiornamenti.',NULL,'',0,'2018-11-12 23:39:45'),(7285,7293,'it',0,NULL,'Sembra che tu stia facendo modifiche dirette al tuo tema nella bacheca di WordPress. Ti consigliamo di non farlo! Modificare direttamente il tuo tema potrebbe corrompere il tuo sito e le modifiche potrebbero andare perse negli aggiornamenti futuri. Se desideri modificare più del CSS del tuo tema, puoi provare a <a href=\"%s\"> creare un tema child</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7286,7294,'it',0,NULL,'Stai per approvare il seguente commento:',NULL,'',0,'2018-11-12 23:39:45'),(7287,7295,'it',0,NULL,'Stai per eliminare %s.',NULL,'',0,'2018-11-12 23:39:45'),(7288,7296,'it',0,NULL,'Stai per eliminare il seguente commento:',NULL,'',0,'2018-11-12 23:39:45'),(7289,7297,'it',0,NULL,'Stai per eliminare questo link \'%s\'\n \'Annulla\' per interrompere, \'OK\' per eliminarlo.',NULL,'',0,'2018-11-12 23:39:45'),(7290,7298,'it',0,NULL,'Stai per eliminare questo tema \'%s\'\n \'Annulla\' per interrompere, \'OK\' per eliminare.',NULL,'',0,'2018-11-12 23:39:45'),(7291,7299,'it',0,NULL,'Stai per installare WordPress %s <strong>in Inglese.</strong> C\'&egrave; la possibilità che questo aggiornamento porti a una traduzione incompleta. Forse sarebbe opportuno attendere il rilascio della versione localizzata.',NULL,'',0,'2018-11-12 23:39:45'),(7292,7300,'it',0,NULL,'Stai per marchiare il seguente commento come spam:',NULL,'',0,'2018-11-12 23:39:45'),(7293,7301,'it',0,NULL,'Stai per spostare nel cestino il seguente commento:',NULL,'',0,'2018-11-12 23:39:45'),(7294,7302,'it',0,NULL,'Stai per rimuovere il seguente plugin:',NULL,'',0,'2018-11-12 23:39:45'),(7295,7303,'it',0,NULL,'Stai per eliminare i seguenti plugin:',NULL,'',0,'2018-11-12 23:39:45'),(7296,7304,'it',0,NULL,'Stai modificando la pagina che mostra i tuoi ultimi articoli.',NULL,'',0,'2018-11-12 23:39:45'),(7297,7305,'it',0,NULL,'Ora sei scollegato dappertutto.',NULL,'',0,'2018-11-12 23:39:45'),(7298,7306,'it',0,NULL,'Sei collegato solo da questo luogo.',NULL,'',0,'2018-11-12 23:39:45'),(7299,7307,'it',0,NULL,'Stai utilizzando una versione di sviluppo (%1$s).  <a href=\"%2$s\">Mantienila aggiornata</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7300,7308,'it',0,NULL,'Stai utilizzando una versione di sviluppo di WordPress. Anche questi plugin in primo piano sono in fase di sviluppo. <a href=\"%s\">Maggiori informazioni</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7301,7309,'it',0,NULL,'Stai utilizzando una versione di sviluppo. Puoi aggiornarla all\'ultima versione di sviluppo (nightly build) in modo automatico:',NULL,'',0,'2018-11-12 23:39:45'),(7302,7310,'it',0,NULL,'Browser non sicuro!',NULL,'',0,'2018-11-12 23:39:45'),(7303,7311,'it',0,NULL,'Si sta utilizzando l\'uploader incorporato del browser. L\'uploader di WordPress include la selezione di file multipli e le funzionalità di drag&drop. <a href=\"#\">Passare all\'uploader multifile</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7304,7312,'it',0,NULL,'Stai utilizzando l\'uploader multiplo. Problemi? Prova al suo posto <a href=\"%1$s\" target=\"%2$s\">l\'uploader del browser</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7305,7313,'it',0,NULL,'Hai cercato di accedere alla bacheca \"%1$s\", ma al momento non disponi dei permessi necessari su questo sito. Se pensi che questo sia un errore e che invece dovresti essere in grado di accedere alla bacheca \"%1$s\", contatta l\'amministratore di rete.',NULL,'',0,'2018-11-12 23:39:45'),(7306,7314,'it',0,NULL,'Si sta provando a modificare un allegato che non esiste. Forse è stato cancellato?',NULL,'',0,'2018-11-12 23:39:45'),(7307,7315,'it',0,NULL,'Si sta provando a modificare un elemento che non esiste. Forse è stato cancellato?',NULL,'',0,'2018-11-12 23:39:45'),(7308,7316,'it',0,NULL,'Stai provando a modificare un elemento che non è un allegato. Torna indietro e riprova.',NULL,'',0,'2018-11-12 23:39:45'),(7309,7317,'it',0,NULL,'Puoi effettuare la ricerca temi per parole chiave, autore o tag oppure essere maggiormente specifico e ricercare per i criteri elencati nel filtro in evidenza.',NULL,'',0,'2018-11-12 23:39:45'),(7310,7318,'it',0,NULL,'Se hai già scaricato un tema in formato ZIP sul tuo computer è possibile Caricarlo manualmente (assicurati che provenga da un sito affidabile e dalla fonte originaria). &Egrave; anche possibile seguire il vecchio sistema utilizzando il protocollo FTP e copiando nella directory %s la cartella del tema scaricato.',NULL,'',0,'2018-11-12 23:39:45'),(7311,7319,'it',0,NULL,'&Egrave; possibile aggiungere dei link da visualizzare sul sito, di norma utilizzando i  <a href=\"%s\">Widget</a>. Di default, sono inclusi  link ad alcuni siti della comunità di WordPress come esempio.',NULL,'',0,'2018-11-12 23:39:45'),(7312,7320,'it',0,NULL,'&Egrave; possibile aggiungere o modificare link in questa schermata inserendo le informazioni in ogni casella. Solamente l\'indirizzo web del link e il suo nome (il testo che si desidera venga mostrato come link) sono campi obbligatori.',NULL,'',0,'2018-11-12 23:39:45'),(7313,7321,'it',0,NULL,'Puoi anche cercare i plugin preferiti di un utente utilizzando il link Preferiti sopra l\'elenco dei plugin e immettendo il nome utente che ha su WordPress.org.',NULL,'',0,'2018-11-12 23:39:45'),(7314,7322,'it',0,NULL,'Puoi anche scegliere un colore di sfondo facendo clic sul pulsante Seleziona colore e quindi inserire un valore HTML esadecimale legittimo, es. &#8220;#ff0000&#8221; per il rosso oppure impostare il colore tramite il selezionatore dei colori.',NULL,'',0,'2018-11-12 23:39:45'),(7315,7323,'it',0,NULL,'Puoi anche controllare la visualizzazione del contenuto nei feed RSS  che permettono di indicare il numero massimo di articoli da visualizzare e se mostrare tutto il testo o solo un riassunto.',NULL,'',0,'2018-11-12 23:39:45'),(7316,7324,'it',0,NULL,'Puoi creare un articolo anche con il <a href=\"%s\">bookmarklet Press This</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7317,7325,'it',0,NULL,'Da questa finestra di dialogo puoi anche eliminare singoli elementi ed accedere alla schermata di modifica estesa.',NULL,'',0,'2018-11-12 23:39:45'),(7318,7326,'it',0,NULL,'È inoltre possibile modificare o spostare nel Cestino più articoli per volta. Seleziona gli articoli sui quali desideri apportare delle modifiche utilizzando le caselle di spunta, quindi seleziona l\'azione che desideri eseguire dal menu «Azioni di gruppo» e fai clic su Applica.',NULL,'',0,'2018-11-12 23:39:45'),(7319,7327,'it',0,NULL,'Puoi incorporare gli oggetti multimediali da molti siti famosi come Twitter, YouTube, Flickr e altri incollando semplicemente la URL su una riga all\'interno della pagina/articolo. Sul Codex troverai  <a href=\"https://codex.wordpress.org/Embeds\">maggiori informazioni sulle incorporazioni</a> (in inglese).',NULL,'',0,'2018-11-12 23:39:45'),(7320,7328,'it',0,NULL,'&Egrave; possibile moderare un commento da questa schermata utilizzando il riquadro di Stato, dove è possibile cambiare la data e l\'ora di un commento.',NULL,'',0,'2018-11-12 23:39:45'),(7321,7329,'it',0,NULL,'&Egrave; possibile anche eseguire lo stesso tipo di azioni, compresa la riduzione della lista tramite i filtri, agendo su una pagina utilizzando i link delle azioni che appaiono quando si passa sopra ad una riga con il mouse oppure utilizzando il menu Azioni di Gruppo per modificare in una sola volta i metadati di più pagine alla volta.',NULL,'',0,'2018-11-12 23:39:45'),(7322,7330,'it',0,NULL,'&Egrave; possibile assegnare delle parole chiave agli articoli usando i <strong>tag</strong>. A differenza delle categorie i tag non hanno gerarchia, ovvero non ci sono relazioni tra uno e l&#8217;altro.',NULL,'',0,'2018-11-12 23:39:45'),(7323,7331,'it',0,NULL,'Puoi assegnare le posizioni del tema a singoli menu <strong>selezionando le impostazioni opportune</strong> in fondo all\'editor dei menu. Per assegnare in una sola volta i vari menu alle varie posizioni del tema <strong>andare sulla linguetta Gestione posizioni</strong> in cima a questa schermata.',NULL,'',0,'2018-11-12 23:39:45'),(7324,7332,'it',0,NULL,'&Egrave; possibile modificare la visualizzazione di questa schermata utilizzando l\'etichetta Impostazioni schermata per impostare quanti elementi visualizzare e quante colonne mostrare/nascondere.',NULL,'',0,'2018-11-12 23:39:45'),(7325,7333,'it',0,NULL,'Fra le altre cose è possibile cambiare la propria password, attivare le scorciatoie da tastiera, cambiare lo schema colori delle schermate di amministrazione di WordPress e disattivare l\'editor WYSIWYG (Visuale). &Egrave; possibile nascondere la Barra degli strumenti (precedentemente definita come Barra di amministrazione) nel lato pubblico del vostro sito, tuttavia non può essere disattivata nelle schermate di amministrazione.',NULL,'',0,'2018-11-12 23:39:45'),(7326,7334,'it',0,NULL,'Puoi cambiare la tua immagine profilo su <a href=\"%s\">Gravatar</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7327,7335,'it',0,NULL,'Puoi scegliere fra le immagini per la testata predefinite del tema oppure usarne una di tua scelta. Puoi anche personalizzare come il Titolo e il Motto del sito vengono visualizzati.',NULL,'',0,'2018-11-12 23:39:45'),(7328,7336,'it',0,NULL,'È possibile scegliere una delle intestazioni precedentemente caricate o mostrarne una a caso.',NULL,'',0,'2018-11-12 23:39:45'),(7329,7337,'it',0,NULL,'È possibile decidere cosa deve essere visualizzato nella pagina principale del sito. Possono essere articoli in ordine cronologico inverso (il classico blog) o una pagina statica/fissa. Per impostare una pagina iniziale statica, per prima cosa è necessario creare due <a href=\"%s\">Pagine</a>. Una diventerà la pagina iniziale, l\'altra sarà quella dove verranno visualizzati gli articoli.',NULL,'',0,'2018-11-12 23:39:45'),(7330,7338,'it',0,NULL,'Puoi scegliere se permettere o meno la navigazione del tuo sito da parte dei robot, dei servizi di ping e dagli spider. Se desideri che questi servizi ignorino il tuo sito fai clic sulla casella di spunta accanto a &#8220;Scoraggiare i motori di ricerca dall\'indicizzare questo sito&#8221; e fai clic sul pulsante Salva modifiche alla base della schermata. Si noti che la privacy non è assoluta, il tuo sito è ancora visibile sul web.',NULL,'',0,'2018-11-12 23:39:45'),(7331,7339,'it',0,NULL,'È possibile creare gruppi di Link utilizzando Categorie Link. I nomi delle Categorie Link devono essere univoci e le Categorie Link sono separate dalle categorie usate per gli articoli.',NULL,'',0,'2018-11-12 23:39:45'),(7332,7340,'it',0,NULL,'Puoi creare il file %s manualmente ed incollare il seguente testo in esso.',NULL,'',0,'2018-11-12 23:39:45'),(7333,7341,'it',0,NULL,'&Egrave; possibile organizzare la visualizzazione di questa schermata in diversi modi:',NULL,'',0,'2018-11-12 23:39:45'),(7334,7342,'it',0,NULL,'&Egrave; possibile personalizzare la visualizzazione di questa schermata utilizzando l\'etichetta impostazione schermo e/o i filtri a discesa sopra la tabella dei link.',NULL,'',0,'2018-11-12 23:39:45'),(7335,7343,'it',0,NULL,'È possibile personalizzare la visualizzazione dei contenuti di questa pagina in diversi modi:',NULL,'',0,'2018-11-12 23:39:45'),(7336,7344,'it',0,NULL,'&Egrave; possibile personalizzare l\'aspetto del proprio sito senza modificare il codice del tema utilizzando uno sfondo personalizzato. Lo sfondo può essere una immagine o un colore.',NULL,'',0,'2018-11-12 23:39:45'),(7337,7345,'it',0,NULL,'Puoi eliminare le categorie dei collegamenti nel menu a discesa «Azioni di gruppo», ma questa azione non elimina i collegamenti appartenenti alla categoria ma semplicemente li sposta sotto la categoria dei collegamenti predefinita.',NULL,'',0,'2018-11-12 23:39:45'),(7338,7346,'it',0,NULL,'Puoi modificare l&#8217;immagine e preservarne la miniatura. Ad esempio, potresti volere una miniatura quadrata che mostra solo una parte dell&#8217;immagine.',NULL,'',0,'2018-11-12 23:39:45'),(7339,7347,'it',0,NULL,'&Egrave; possibile modificare, se necessario, le informazioni lasciate in un commento. Ciò è particolarmente utile quando ci si accorge che un commentatore ha commesso qualche errore tipografico.',NULL,'',0,'2018-11-12 23:39:45'),(7340,7348,'it',0,NULL,'Puoi abilitare la modalità di scrittura senza distrazioni utilizzando l\'icona sulla destra. Questa funzionalità non è disponibile per i vecchi browser o per le periferiche con uno schermo piccolo e richiede che l\'editor a tutta altezza sia abilitato nelle Impostazioni schermata.',NULL,'',0,'2018-11-12 23:39:45'),(7341,7349,'it',0,NULL,'&Egrave; possibile esportare un file del contenuto del proprio sito;per poterlo importare su di un\'altra installazione o su una diversa piattaforma. Il file di esportazione sarà un file in formato XML file denominato WXR. Articoli, pagine, commenti, campi personalizzati, categorie e tag possono venir inseriti in questo file. &Egrave; possibile scegliere per il file WXR file di includere solo determinati articoli o pagine, selezionando i filtri che limitano l\'esportazione per categoria, autore, per mese o per stato di pubblicazione.',NULL,'',0,'2018-11-12 23:39:45'),(7342,7350,'it',0,NULL,'Puoi filtrare l\'elenco degli articoli per status dell\'articolo usando i link testuali sopra l\'elenco degli articoli per mostrare esclusivamente gli articoli con quello  status articolo. La visualizzazione predefinita mostra tutti gli articoli.',NULL,'',0,'2018-11-12 23:39:45'),(7343,7351,'it',0,NULL,'Puoi filtrare l\'elenco degli utenti per Ruolo utente utilizzando i link di testo sopra l\'elenco degli utenti per visualizzare Tutti,gli Amministratori, gli Editori, gli Autori, i Contribuenti o i Sottoscrittori. Di base la vista mostra tutti gli utenti. I Ruoli non utilizzati non vengono elencati.',NULL,'',0,'2018-11-12 23:39:45'),(7344,7352,'it',0,NULL,'Puoi trovare temi aggiuntivi per il tuo sito utilizzando il browser/installatore di Temi presente in questa schermata, che mostrerà i temi presenti nella <a href=\"%s\">Directory dei temi di WordPress.org</a>. Questi temi sono stati progettati e sviluppati da terze parti, sono disponibili gratuitamente, e sono compatibili con la licenza utilizzata da WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(7345,7353,'it',0,NULL,'Puoi trovare nuovi plugin da installare cercandoli o sfogliando la directory nella tua sezione Plugin.',NULL,'',0,'2018-11-12 23:39:45'),(7346,7354,'it',0,NULL,'Puoi aiutare se fai dei <a href=\"%1$s\">test</a>, se trovi dei <a href=\"%2$s\">bug</a>, se contribuisci sul <a href=\"%3$s\">repository GitHub di Gutenberg</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7347,7355,'it',0,NULL,'&Egrave; possibile mostrare/nascondere le colonne e stabilire quanti articoli mostrare per schermata, utilizzando l\'etichetta Impostazione schermo.',NULL,'',0,'2018-11-12 23:39:45'),(7348,7356,'it',0,NULL,'&Egrave; possibile nascondere/mostrare le colonne a seconda delle proprie necessità e decidere quanti utenti mostrare in ogni schermata tramite la scheda Impostazioni schermata',NULL,'',0,'2018-11-12 23:39:45'),(7349,7357,'it',0,NULL,'Puoi inserire i file media facendo clic sulle icone poste sopra l’editor degli articoli e seguendo le istruzioni. Puoi allineare o modificare le immagini utilizzando la barra degli strumenti in linea disponibile nella modalità visuale.',NULL,'',0,'2018-11-12 23:39:45'),(7350,7358,'it',0,NULL,'Puoi disconnetterti da altri dispositivi, come il tuo telefono o un computer pubblico, facendo clic sul pulsante «Esci da tutte le altre sessioni».',NULL,'',0,'2018-11-12 23:39:45'),(7351,7359,'it',0,NULL,'&Egrave; possibile gestire i commenti fatti sul tuo sito in modo simile a come si gestiscono articoli e altri contenuti. Questa schermata &egrave; personalizzabile come le altre schermate di gestione ed &egrave; possibile agire sui singoli commenti passandoci sopra con il mouse o usanre le Azioni di Gruppo.',NULL,'',0,'2018-11-12 23:39:45'),(7352,7360,'it',0,NULL,'Puoi limitare la lista per tipo/stato del file oppure per data utilizzando il menu a comparsa sopra la tabella degli elementi media.',NULL,'',0,'2018-11-12 23:39:45'),(7353,7361,'it',0,NULL,'Puoi gestire e vedere l’anteprima del tuo sfondo modificato in <a href=\"%1$s\">Personalizza</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7354,7362,'it',0,NULL,'Ora puoi gestire e vedere l’anteprima live della personalizzazione della testata in <a href=\"%1$s\">Personalizza</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7355,7363,'it',0,NULL,'Puoi scalare proporzionalmente l&#8217;immagine originale. Per un migliore risultato, dovresti scalare l&#8217;immagine prima di ritagliarla, capovolgerla o ruotarla. Le immagini possono essere solo rimpiccolite, non ingrandite.',NULL,'',0,'2018-11-12 23:39:45'),(7356,7364,'it',0,NULL,'&Egrave; possibile organizzare  la lista per visualizzare solo gli articoli di una specifica categoria o di un mese specifico, utilizzando i menu a scomparsa sopra la lista degli articoli. Cliccare sul pulsante filtra dopo aver effettuato la selezione. &Egrave; possibile organizzare la visualizzazione cliccando sull\'autore dell\'articolo. sulla categoria o sui tag nella lista degli articoli.',NULL,'',0,'2018-11-12 23:39:45'),(7357,7365,'it',0,NULL,'Puoi selezionare una immagine da visualizzare in cima al tuo sito caricandola dal tuo computer o scegliendola dalla libreria media. Dopo aver selezionato l’immagine potrai ritagliarla.',NULL,'',0,'2018-11-12 23:39:45'),(7358,7366,'it',0,NULL,'Puoi selezionare la lingua che preferisci usare per la schermata di amministrazione senza modificare la lingua del sito che il visitatore vede.',NULL,'',0,'2018-11-12 23:39:45'),(7359,7367,'it',0,NULL,'Puoi impostare un\'immagine personalizzata per il tuo sito. Basta caricare e ritagliare l\'immagine e la nuova testata andrà online immediatamente. In alternativa puoi utilizzare un\'immagine caricata precedentemente nella Libreria media facendo clic sul pulsante &#8220;Seleziona immagine&#8221;.',NULL,'',0,'2018-11-12 23:39:45'),(7360,7368,'it',0,NULL,'&Egrave; possibile impostare una dimensione massima delle immagini inserite nei contenuti scritti; è anche possibile inserire immagini ad immagine intera.',NULL,'',0,'2018-11-12 23:39:45'),(7361,7369,'it',0,NULL,'Puoi impostare la lingua e i file per la traduzione saranno scaricati ed installati automaticamente (se il tuo filesystem è scrivibile).',NULL,'',0,'2018-11-12 23:39:45'),(7362,7370,'it',0,NULL,'&Egrave; possibile continuare ad utilizzare il sito ma i sottodomini potrebbero essere inaccessibili. Se i DNS sono correttamente configurati, questo messaggio può essere ignorato.',NULL,'',0,'2018-11-12 23:39:45'),(7363,7371,'it',0,NULL,'&Egrave; possibile inviare i contenuti con vari metodi. Questa schermata contiene le impostazioni per tutte le metodologie disponibili. La sezione iniziale controlla l\'editor disponibile nella bacheca, mentre il resto controlla i metodi di pubblicazione esterni. Per ulteriori informazioni su ciascuno di questi metodi utilizzare i link di documentazione.',NULL,'',0,'2018-11-12 23:39:45'),(7364,7372,'it',0,NULL,'Puoi provare il nuovo editor Gutenberg prima del suo rilascio (sentiti libero di  condividere il tuo feedback), se lo installi come plugin.',NULL,'',0,'2018-11-12 23:39:45'),(7365,7373,'it',0,NULL,'Puoi aggiornare automaticamente a <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %2$s</a>:',NULL,'',0,'2018-11-12 23:39:45'),(7366,7374,'it',0,NULL,'Puoi inserire oggetti multimediali (immagini, suoni, documenti...) cliccando il pulsante Aggiungi Media. Puoi scegliere tra le immagini e i file gi&agrave; caricati nella Raccolta Multimediale o caricare un nuovo oggetto multimediale da aggiungere alle pagine o agli articoli. Per creare una galleria di immagini, seleziona le immagini che vuoi aggiungere e clicca il pulsante &#8220;Crea una nuova galleria&#8221;.',NULL,'',0,'2018-11-12 23:39:45'),(7367,7375,'it',0,NULL,'Qui è possibile caricare i file multimediali senza necessariamente creare prima un articolo. Questo permette di caricare prima i file da utilizzar successivamente negli articoli e nelle pagine e/o di ottenere un link per un particolare file che sarà possibile condividere. Vi sono tre opzioni per il caricamento dei file:',NULL,'',0,'2018-11-12 23:39:45'),(7368,7376,'it',0,NULL,'&Egrave; possibile utilizzare le categorie per creare sezioni diverse del sito e gruppi di articoli. La categoria predefinita è &#8220;senza categoria&#8221; fino a che non viene modificata nelle <a href=\"%s\">impostazioni di scrittura.</a>',NULL,'',0,'2018-11-12 23:39:45'),(7369,7377,'it',0,NULL,'È possibile utilizzare una di queste belle intestazioni o mostrarne una casuale su ogni pagina.',NULL,'',0,'2018-11-12 23:39:45'),(7370,7378,'it',0,NULL,'&Egrave; possibile utilizzare l\'editor dei temi per modificare individualmente i file CSS e PHP del tema.',NULL,'',0,'2018-11-12 23:39:45'),(7371,7379,'it',0,NULL,'&Egrave; possibile utilizzare l\'editor per modificare ogni file php di ogni plugin. Ogni modifica effettuata ai file dei plugin verrà eliminata con l\'aggiornamento automatico dei plugin.',NULL,'',0,'2018-11-12 23:39:45'),(7372,7380,'it',0,NULL,'È possibile utilizzare i seguenti controlli per organizzare la propria bacheca secondo il proprio flusso di lavoro. Questo è vero anche nella maggior parte delle altre schermate di amministrazione.',NULL,'',0,'2018-11-12 23:39:45'),(7373,7381,'it',0,NULL,'&Egrave; possibile vedere tutti gli articoli di un utente facendo clic sul numero nella colonna Articoli.',NULL,'',0,'2018-11-12 23:39:45'),(7374,7382,'it',0,NULL,'Puoi visualizzare gli articoli in una semplice lista di titoli o con un riassunto utilizzando la linguetta impostazioni schermo.',NULL,'',0,'2018-11-12 23:39:45'),(7375,7383,'it',0,NULL,'Puoi visualizzare gli elementi media in una semplice vista a griglia o in una lista a colonne. Per passare da una vista all\'altra utilizzare le icone poste a sinistra sopra gli elementi media.',NULL,'',0,'2018-11-12 23:39:45'),(7376,7384,'it',0,NULL,'Non puoi eliminare questo utente.',NULL,'',0,'2018-11-12 23:39:45'),(7377,7385,'it',0,NULL,'Non è possibile modificare questo allegato perché si trova nel cestino. Recuperarlo prima dal cestino e riprovare.',NULL,'',0,'2018-11-12 23:39:45'),(7378,7386,'it',0,NULL,'Non è possibile modificare questo elemento perché si trova nel cestino. Recuperarlo e riprovare.',NULL,'',0,'2018-11-12 23:39:45'),(7379,7387,'it',0,NULL,'Non è possibile rimuovere gli utenti',NULL,'',0,'2018-11-12 23:39:45'),(7380,7388,'it',0,NULL,'Non è possibile rimuovere l\'utente corrente.',NULL,'',0,'2018-11-12 23:39:45'),(7381,7389,'it',0,NULL,'Non è possibile eliminare un plugin mentre è attivato sul sito principale.',NULL,'',0,'2018-11-12 23:39:45'),(7382,7390,'it',0,NULL,'Non puoi eliminare un tema quando un suo tema child è attualmente attivato.',NULL,'',0,'2018-11-12 23:39:45'),(7383,7391,'it',0,NULL,'Non è possibile effettuare l’aggiornamento perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede la versione MySQL %2$s o superiore. Stai utilizzando la versione %3$s.',NULL,'',0,'2018-11-12 23:39:45'),(7384,7392,'it',0,NULL,'L’aggiornamento non può essere installato perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede la versione PHP  %2$s o superiore e la versione di MySQL  %3$s o superiore. Stai utilizzando la versione PHP %4$s e MySQL  %5$s.',NULL,'',0,'2018-11-12 23:39:45'),(7385,7393,'it',0,NULL,'Non è possibile effettuare l’aggiornamento perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede la versione PHP %2$s o superiore. Stai utilizzando la versione %3$s.',NULL,'',0,'2018-11-12 23:39:45'),(7386,7394,'it',0,NULL,'Non puoi spostare questo elemento nel cestino. %s lo sta modificando in questo momento.',NULL,'',0,'2018-11-12 23:39:45'),(7387,7395,'it',0,NULL,'Non è possibile effettuare l\'aggiornamento perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede MySQL versione %2$s o superiore. Stai utilizzando la versione %3$s.',NULL,'',0,'2018-11-12 23:39:45'),(7388,7396,'it',0,NULL,'Non è possibile effettuare l&#8217;aggiornamento perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede PHP versione %2$s o superiore e MySQL versione %3$s o superiore. Stai utilizzando PHP in versione %4$s e MySQL in versione %5$s.',NULL,'',0,'2018-11-12 23:39:45'),(7389,7397,'it',0,NULL,'Non è possibile effettuare l\'aggiornamento perché <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> richiede PHP versione %2$s o superiore. Stai utilizzando la versione %3$s.',NULL,'',0,'2018-11-12 23:39:45'),(7390,7398,'it',0,NULL,'Hai disattivato questo plugin su %s e potresti non aver più bisogno di questa policy.',NULL,'',0,'2018-11-12 23:39:45'),(7391,7399,'it',0,NULL,'Non hai specificato il nome della categoria.',NULL,'',0,'2018-11-12 23:39:45'),(7392,7400,'it',0,NULL,'Hai %1$s e %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(7393,7401,'it',0,NULL,'Hai accesso al codice sorgente, la libertà di studiare come funziona il programma e la libertà di modificarlo per fargli fare ciò che desideri.',NULL,'',0,'2018-11-12 23:39:45'),(7394,7402,'it',0,NULL,'Hai scelto di eliminare i seguenti utenti da tutti i network e tutti i siti.',NULL,'',0,'2018-11-12 23:39:45'),(7395,7403,'it',0,NULL,'Hai scelto di eliminare l\'utente da tutti i network e i siti.',NULL,'',0,'2018-11-12 23:39:45'),(7396,7404,'it',0,NULL,'Hai specificato questi utenti per l\'eliminazione:',NULL,'',0,'2018-11-12 23:39:45'),(7397,7405,'it',0,NULL,'Hai selezionato questi utenti per l\'eliminazione:',NULL,'',0,'2018-11-12 23:39:45'),(7398,7406,'it',0,NULL,'Hai selezionato questo utente per l\'eliminazione:',NULL,'',0,'2018-11-12 23:39:45'),(7399,7407,'it',0,NULL,'Questo utente è stato contrassegnato per la rimozione:',NULL,'',0,'2018-11-12 23:39:45'),(7400,7408,'it',0,NULL,'Hai la libertà di distribuire copie delle versioni da te modificate ad altre persone. In questo modo puoi dare a tutta la comunità la possibilità di beneficiare di tali modifiche.',NULL,'',0,'2018-11-12 23:39:45'),(7401,7409,'it',0,NULL,'Hai la libertà di ridistribuire copie del programma originale in modo da aiutare il prossimo.',NULL,'',0,'2018-11-12 23:39:45'),(7402,7410,'it',0,NULL,'Hai la libertà di eseguire il programma, per qualsiasi scopo.',NULL,'',0,'2018-11-12 23:39:45'),(7403,7411,'it',0,NULL,'Hai già l&#8217;ultima versione di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(7404,7412,'it',0,NULL,'Stai utilizzando la versione %1$s. Aggiorna alla versione %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(7405,7413,'it',0,NULL,'Puoi anche sfogliare in base ai tag pi&ugrave; popolari nella directory dei Plugin:',NULL,'',0,'2018-11-12 23:39:45'),(7406,7414,'it',0,NULL,'Si deve essere membri di almeno un sito per poter utilizzare questa pagina.',NULL,'',0,'2018-11-12 23:39:45'),(7407,7415,'it',0,NULL,'&Egrave; necessario cliccare sul pulsante salva le modifiche in fondo alla schermata per rendere effettive le modifiche apportate.',NULL,'',0,'2018-11-12 23:39:45'),(7408,7416,'it',0,NULL,'Occorre fornire un nome di dominio.',NULL,'',0,'2018-11-12 23:39:45'),(7409,7417,'it',0,NULL,'Occorre fornire un nome per la propria rete di siti.',NULL,'',0,'2018-11-12 23:39:45'),(7410,7418,'it',0,NULL,'Occorre fornire un indirizzo email valido.',NULL,'',0,'2018-11-12 23:39:45'),(7411,7419,'it',0,NULL,'Devi fornire un indirizzo email.',NULL,'',0,'2018-11-12 23:39:45'),(7412,7420,'it',0,NULL,'È necessario che JavaScript sia attivo per poter selezionare una parte dell\'immagine',NULL,'',0,'2018-11-12 23:39:45'),(7413,7421,'it',0,NULL,'Occorre rendere questo file scrivibile prima di poter salvare i cambiamenti apportati. Vedi <a href=\"https://codex.wordpress.org/Changing_File_Permissions\">il Codex</a> per maggiori informazioni.',NULL,'',0,'2018-11-12 23:39:45'),(7414,7422,'it',0,NULL,'Al momento è possibile avere un solo tema attivo per questo sito. Vai in Amministra rete per <a href=\"%1$s\">abilitare</a> ulteriori temi.',NULL,'',0,'2018-11-12 23:39:45'),(7415,7423,'it',0,NULL,'Al momento è abilitato solo un tema per questo sito. Vai a Amministra rete per <a href=\"%1$s\">abilitare</a> o <a href=\"%2$s\">installare</a> altri temi.',NULL,'',0,'2018-11-12 23:39:45'),(7416,7424,'it',0,NULL,'Al momento c\'è un solo tema installato. &Egrave; possibile scegliere in qualsiasi momento fra oltre 1.000 temi gratuiti nella Directory dei Temi di WordPress.org: fai clic sul tab <a href=\"%s\">Installa temi</a> che si trova qui sopra.',NULL,'',0,'2018-11-12 23:39:45'),(7417,7425,'it',0,NULL,'Dovresti anche prendere nota della raccolta e della conservazione di dati personali sensibili, come i dati relativi alla salute.',NULL,'',0,'2018-11-12 23:39:45'),(7418,7426,'it',0,NULL,'Se %s non funziona, puoi ottenere queste informazioni dal tuo provider di hosting.',NULL,'',0,'2018-11-12 23:39:45'),(7419,7427,'it',0,NULL,'Ora dovresti aggiornare il tuo file .htaccess.',NULL,'',0,'2018-11-12 23:39:45'),(7420,7428,'it',0,NULL,'Dovresti aggiornare il web.config ora.',NULL,'',0,'2018-11-12 23:39:45'),(7421,7429,'it',0,NULL,'Avrai bisogno di questa password per accedere. Conservala in un posto sicuro.',NULL,'',0,'2018-11-12 23:39:45'),(7422,7430,'it',0,NULL,'Hai avuto dei problemi di visualizzazione ma non riesci a capire esattamente cosa non va nel CSS che hai scritto con tanto amore. Con l\'evidenziatore di sintassi e la verifica degli errori nella modifica dei CSS e con il widget di HTML personalizzato introdotto con WordPress 4.8.1, potrai identificare velocemente gli errori nel codice. Praticamente ti garantisce di aiutarti a revisionare il codice più facilmente e scoprire e correggere rapidamente gli errori.',NULL,'',0,'2018-11-12 23:39:45'),(7423,7431,'it',0,NULL,'Stai utilizzando la password auto generata per il tuo account. Vuoi cambiarla?',NULL,'',0,'2018-11-12 23:39:45'),(7424,7432,'it',0,NULL,'Il tuo file %s ha un prefisso di tabella del database vuoto, tale possibilità non è supportata.',NULL,'',0,'2018-11-12 23:39:45'),(7425,7433,'it',0,NULL,'La tua email',NULL,'',0,'2018-11-12 23:39:45'),(7426,7434,'it',0,NULL,'Le tue modifiche al codice PHP sono state annullate a causa di un errore alla linea %1$s del  file %2$s. Correggi e prova a salvare nuovamente.',NULL,'',0,'2018-11-12 23:39:45'),(7427,7435,'it',0,NULL,'Il tuo profilo',NULL,'',0,'2018-11-12 23:39:45'),(7428,7436,'it',0,NULL,'Le tue bozze recenti',NULL,'',0,'2018-11-12 23:39:45'),(7429,7437,'it',0,NULL,'I tuoi siti',NULL,'',0,'2018-11-12 23:39:45'),(7430,7438,'it',0,NULL,'Il database di WordPress è stato aggiornato con successo!',NULL,'',0,'2018-11-12 23:39:45'),(7431,7439,'it',0,NULL,'Il tuo database di WordPress è già aggiornato!',NULL,'',0,'2018-11-12 23:39:45'),(7432,7440,'it',0,NULL,'Il tuo nome utente WordPress.org:',NULL,'',0,'2018-11-12 23:39:45'),(7433,7441,'it',0,NULL,'Browser non aggiornato!',NULL,'',0,'2018-11-12 23:39:45'),(7434,7442,'it',0,NULL,'La password che hai scelto.',NULL,'',0,'2018-11-12 23:39:45'),(7435,7443,'it',0,NULL,'Le tue informazioni di contatto',NULL,'',0,'2018-11-12 23:39:45'),(7436,7444,'it',0,NULL,'La tua password del database.',NULL,'',0,'2018-11-12 23:39:45'),(7437,7445,'it',0,NULL,'Il tuo nome utente del database.',NULL,'',0,'2018-11-12 23:39:45'),(7438,7446,'it',0,NULL,'Il tuo fornitore di hosting, i volontari dei forum di supporto o uno sviluppatore amico potranno usare queste informazioni per aiutarti:',NULL,'',0,'2018-11-12 23:39:45'),(7439,7447,'it',0,NULL,'Le ultime modifiche sono state salvate come revisione.',NULL,'',0,'2018-11-12 23:39:45'),(7440,7448,'it',0,NULL,'Il tuo nuovo sito WordPress è stato installato con successo in:\n\n%1$s\n\nPuoi effettuare l\'accesso con l\'utente amministratore usando questi dati:\n\nNome utente: %2$s\nPassword: %3$s\nAccedi qui %4$s\n\nTi auguriamo buon divertimento con il tuo nuovo sito. Grazie!\n\n--Il Team di WordPress\nhttps://it.wordpress.org/\n',NULL,'',0,'2018-11-12 23:39:45'),(7441,7449,'it',0,NULL,'Le tue password non corrispondono. Riprova.',NULL,'',0,'2018-11-12 23:39:45'),(7442,7450,'it',0,NULL,'Tutti i plugin sono aggiornati.',NULL,'',0,'2018-11-12 23:39:45'),(7443,7451,'it',0,NULL,'Il profilo contiene informazioni personali e alcune impostazioni personali relative all\'uso di WordPress.',NULL,'',0,'2018-11-12 23:39:45'),(7444,7452,'it',0,NULL,'Le modifiche programmate sono state pubblicate',NULL,'',0,'2018-11-12 23:39:45'),(7445,7453,'it',0,NULL,'Sul tuo sito su %1$s si è verificato un errore critico durante il tentativo di aggiornare WordPress alla versione %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(7446,7454,'it',0,NULL,'Il tuo sito %1$s ha rilevato un errore critico durante l&#8217;aggiornamento all&#8217;ultima versione di WordPress, %2$s.',NULL,'',0,'2018-11-12 23:39:45'),(7447,7455,'it',0,NULL,'Il tuo sito utilizza la versione %s.',NULL,'',0,'2018-11-12 23:39:45'),(7448,7456,'it',0,NULL,'Il tuo tema non supporta nativamente i menu, ma puoi utilizzare i menu nelle sidebar aggiungendo un widget &#8220;Menu personalizzato&#8221; tramite la schermata <a href=\"%s\">Widget</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7449,7457,'it',0,NULL,'Il tema non supporta i menu di navigazione o i widget.',NULL,'',0,'2018-11-12 23:39:45'),(7450,7458,'it',0,NULL,'Il tuo tema supporta %s menu. Scegli la posizione per ogni menu.',NULL,'',0,'2018-11-12 23:39:45'),(7451,7459,'it',0,NULL,'Il tuo tema supporta %s menu. Scegli le posizioni per ogni menu.',NULL,'',0,'2018-11-12 23:39:45'),(7452,7460,'it',0,NULL,'Il tema supporta il menu %s . Selezionare quale menu utilizzare.',NULL,'',0,'2018-11-12 23:39:45'),(7453,7461,'it',0,NULL,'Tutti i  temi sono aggiornati.',NULL,'',0,'2018-11-12 23:39:45'),(7454,7462,'it',0,NULL,'Tutte le traduzioni sono aggiornate.',NULL,'',0,'2018-11-12 23:39:45'),(7455,7463,'it',0,NULL,'Il nome utente non può essere modificato ma è possibile utilizzare gli altri campi per inserire il nome vero o un soprannome e scegliere quale nome visualizzare negli articoli',NULL,'',0,'2018-11-12 23:39:45'),(7456,7464,'it',0,NULL,'[%1$s] URGENTE: Il tuo sito potrebbe essere giù a causa di un aggiornamento fallito',NULL,'',0,'2018-11-12 23:39:45'),(7457,7465,'it',0,NULL,'[%1$s] &Egrave; disponibile  WordPress %2$s. Aggiorna!',NULL,'',0,'2018-11-12 23:39:45'),(7458,7466,'it',0,NULL,'[%1$s] Il tuo sito è aggiornato a WordPress %2$s',NULL,'',0,'2018-11-12 23:39:45'),(7459,7467,'it',0,NULL,'[%s] L\'aggiornamento in background è terminato',NULL,'',0,'2018-11-12 23:39:45'),(7460,7468,'it',0,NULL,'[%s] Conferma della sottoscrizione',NULL,'',0,'2018-11-12 23:39:45'),(7461,7469,'it',0,NULL,'[%s] Nuovo indirizzo email dell’amministratore',NULL,'',0,'2018-11-12 23:39:45'),(7462,7470,'it',0,NULL,'[%s] Esportazione dati personali',NULL,'',0,'2018-11-12 23:39:45'),(7463,7471,'it',0,NULL,'[%s] Si sono verificati dei problemi durante l\'aggiornamento in background',NULL,'',0,'2018-11-12 23:39:45'),(7464,7472,'it',0,NULL,'[In sospeso]',NULL,'',0,'2018-11-12 23:39:45'),(7465,7473,'it',0,NULL,'conoscenza',NULL,'',0,'2018-11-12 23:39:45'),(7466,7474,'it',0,NULL,'Tutti i link',NULL,'',0,'2018-11-12 23:39:45'),(7467,7475,'it',0,NULL,'un altro dei miei indirizzi web',NULL,'',0,'2018-11-12 23:39:45'),(7468,7476,'it',0,NULL,'Cestino',NULL,'',0,'2018-11-12 23:39:45'),(7469,7477,'it',0,NULL,'figlio/a',NULL,'',0,'2018-11-12 23:39:45'),(7470,7478,'it',0,NULL,'coinquilino/a',NULL,'',0,'2018-11-12 23:39:45'),(7471,7479,'it',0,NULL,'collaboratore',NULL,'',0,'2018-11-12 23:39:45'),(7472,7480,'it',0,NULL,'collega',NULL,'',0,'2018-11-12 23:39:45'),(7473,7481,'it',0,NULL,'Predefinito: %s',NULL,'',0,'2018-11-12 23:39:45'),(7474,7482,'it',0,NULL,'Commento',NULL,'',0,'2018-11-12 23:39:45'),(7475,7483,'it',0,NULL,'Data',NULL,'',0,'2018-11-12 23:39:45'),(7476,7484,'it',0,NULL,'File',NULL,'',0,'2018-11-12 23:39:45'),(7477,7485,'it',0,NULL,'Inviato il',NULL,'',0,'2018-11-12 23:39:45'),(7478,7486,'it',0,NULL,'Titolo',NULL,'',0,'2018-11-12 23:39:45'),(7479,7487,'it',0,NULL,'Caricato in',NULL,'',0,'2018-11-12 23:39:45'),(7480,7488,'it',0,NULL,'Contrassegna come spam',NULL,'',0,'2018-11-12 23:39:45'),(7481,7489,'it',0,NULL,'Non è spam',NULL,'',0,'2018-11-12 23:39:45'),(7482,7490,'it',0,NULL,'Permalink:',NULL,'',0,'2018-11-12 23:39:45'),(7483,7491,'it',0,NULL,'In attesa',NULL,'',0,'2018-11-12 23:39:45'),(7484,7492,'it',0,NULL,'%s commento in moderazione',NULL,'',0,'2018-11-12 23:39:45'),(7485,7493,'it',0,NULL,'%s commenti in moderazione',NULL,'',0,'2018-11-12 23:39:45'),(7486,7494,'it',0,NULL,'%s in moderazione',NULL,'',0,'2018-11-12 23:39:45'),(7487,7495,'it',0,NULL,'Tutti <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7488,7496,'it',0,NULL,'Approvati <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7489,7497,'it',0,NULL,'In attesa <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7490,7498,'it',0,NULL,'Spam <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7491,7499,'it',0,NULL,'Cestinati <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7492,7500,'it',0,NULL,'contatto',NULL,'',0,'2018-11-12 23:39:45'),(7493,7501,'it',0,NULL,'altezza rapporto di ritaglio ',NULL,'',0,'2018-11-12 23:39:45'),(7494,7502,'it',0,NULL,'larghezza rapporto di ritaglio',NULL,'',0,'2018-11-12 23:39:45'),(7495,7503,'it',0,NULL,'infatuazione',NULL,'',0,'2018-11-12 23:39:45'),(7496,7504,'it',0,NULL,'%1$s %2$s',NULL,'',0,'2018-11-12 23:39:45'),(7497,7505,'it',0,NULL,'%1$s in %2$s %3$s',NULL,'',0,'2018-11-12 23:39:45'),(7498,7506,'it',0,NULL,'%1$s, %2$s',NULL,'',0,'2018-11-12 23:39:45'),(7499,7507,'it',0,NULL,'appuntamento',NULL,'',0,'2018-11-12 23:39:45'),(7500,7508,'it',0,NULL,'Il',NULL,'',0,'2018-11-12 23:39:45'),(7501,7509,'it',0,NULL,'Europe/Rome',NULL,'',0,'2018-11-12 23:39:45'),(7502,7510,'it',0,NULL,'Rapporto generato per',NULL,'',0,'2018-11-12 23:39:45'),(7503,7511,'it',0,NULL,'immettere nel campo seguente un formato di data personalizzato',NULL,'',0,'2018-11-12 23:39:45'),(7504,7512,'it',0,NULL,'immettere nel campo seguente un formato di ora personalizzato',NULL,'',0,'2018-11-12 23:39:45'),(7505,7513,'it',0,NULL,'password',NULL,'',0,'2018-11-12 23:39:45'),(7506,7514,'it',0,NULL,'nome utente',NULL,'',0,'2018-11-12 23:39:45'),(7507,7515,'it',0,NULL,'esempio: www.wordpress.org',NULL,'',0,'2018-11-12 23:39:45'),(7508,7516,'it',0,NULL,'familiare',NULL,'',0,'2018-11-12 23:39:45'),(7509,7517,'it',0,NULL,'Aggiungi nuovo',NULL,'',0,'2018-11-12 23:39:45'),(7510,7518,'it',0,NULL,'la prima',NULL,'',0,'2018-11-12 23:39:45'),(7511,7519,'it',0,NULL,'cartella',NULL,'',0,'2018-11-12 23:39:45'),(7512,7520,'it',0,NULL,'amico/a',NULL,'',0,'2018-11-12 23:39:45'),(7513,7521,'it',0,NULL,'amicizia',NULL,'',0,'2018-11-12 23:39:45'),(7514,7522,'it',0,NULL,'G:i:s',NULL,'',0,'2018-11-12 23:39:45'),(7515,7523,'it',0,NULL,'geografico',NULL,'',0,'2018-11-12 23:39:45'),(7516,7524,'it',0,NULL,'https://ma.tt/',NULL,'',0,'2018-11-12 23:39:45'),(7517,7525,'it',0,NULL,'https://it.wordpress.org/news/feed/',NULL,'',0,'2018-11-12 23:39:45'),(7518,7526,'it',0,NULL,'https://it.wordpress.org/plugins/hello-dolly/ ',NULL,'',0,'2018-11-12 23:39:45'),(7519,7527,'it',0,NULL,'https://codex.wordpress.org/Changing_File_Permissions',NULL,'',0,'2018-11-12 23:39:45'),(7520,7528,'it',0,NULL,'https://codex.wordpress.org/Excerpt',NULL,'',0,'2018-11-12 23:39:45'),(7521,7529,'it',0,NULL,'https://codex.wordpress.org/First_Steps_With_WordPress ',NULL,'',0,'2018-11-12 23:39:45'),(7522,7530,'it',0,NULL,'https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory',NULL,'',0,'2018-11-12 23:39:45'),(7523,7531,'it',0,NULL,'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments',NULL,'',0,'2018-11-12 23:39:45'),(7524,7532,'it',0,NULL,'https://codex.wordpress.org/Update_Services',NULL,'',0,'2018-11-12 23:39:45'),(7525,7533,'it',0,NULL,'https://codex.wordpress.org/Using_Custom_Fields',NULL,'',0,'2018-11-12 23:39:45'),(7526,7534,'it',0,NULL,'https://codex.wordpress.org/Using_Permalinks',NULL,'',0,'2018-11-12 23:39:45'),(7527,7535,'it',0,NULL,'https://codex.wordpress.org/Version_%s',NULL,'',0,'2018-11-12 23:39:45'),(7528,7536,'it',0,NULL,'https://it.gravatar.com/',NULL,'',0,'2018-11-12 23:39:45'),(7529,7537,'it',0,NULL,'https://make.wordpress.org/',NULL,'',0,'2018-11-12 23:39:45'),(7530,7538,'it',0,NULL,'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/',NULL,'',0,'2018-11-12 23:39:45'),(7531,7539,'it',0,NULL,'https://it.wordpress.org/',NULL,'',0,'2018-11-12 23:39:45'),(7532,7540,'it',0,NULL,'https://it.wordpress.org/feed',NULL,'',0,'2018-11-12 23:39:45'),(7533,7541,'it',0,NULL,'https://it.wordpress.org/gutenberg/',NULL,'',0,'2018-11-12 23:39:45'),(7534,7542,'it',0,NULL,'https://it.wordpress.org/news/',NULL,'',0,'2018-11-12 23:39:45'),(7535,7543,'it',0,NULL,'https://it.wordpress.org/plugins/',NULL,'',0,'2018-11-12 23:39:45'),(7536,7544,'it',0,NULL,'https://it.wordpress.org/plugins/classic-editor/',NULL,'',0,'2018-11-12 23:39:45'),(7537,7545,'it',0,NULL,'https://it.wordpress.org/plugins/gutenberg/',NULL,'',0,'2018-11-12 23:39:45'),(7538,7546,'it',0,NULL,'https://wordpress.org/support/forum/how-to-and-troubleshooting',NULL,'',0,'2018-11-12 23:39:45'),(7539,7547,'it',0,NULL,'https://it.wordpress.org/themes/',NULL,'',0,'2018-11-12 23:39:45'),(7540,7548,'it',0,NULL,'identità',NULL,'',0,'2018-11-12 23:39:45'),(7541,7549,'it',0,NULL,'elementi',NULL,'',0,'2018-11-12 23:39:45'),(7542,7550,'it',0,NULL,'parentela',NULL,'',0,'2018-11-12 23:39:45'),(7543,7551,'it',0,NULL,'l, j F Y',NULL,'',0,'2018-11-12 23:39:45'),(7544,7552,'it',0,NULL,'l\'ultima',NULL,'',0,'2018-11-12 23:39:45'),(7545,7553,'it',0,NULL,'Aggiungi nuovo',NULL,'',0,'2018-11-12 23:39:45'),(7546,7554,'it',0,NULL,'Nome',NULL,'',0,'2018-11-12 23:39:45'),(7547,7555,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-12 23:39:45'),(7548,7556,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-12 23:39:45'),(7549,7557,'it',0,NULL,'Utilizza un nuovo menu',NULL,'',0,'2018-11-12 23:39:45'),(7550,7558,'it',0,NULL,'(Attualmente impostato a: %s)',NULL,'',0,'2018-11-12 23:39:45'),(7551,7559,'it',0,NULL,'incontrato',NULL,'',0,'2018-11-12 23:39:45'),(7552,7560,'it',0,NULL,'Nome',NULL,'',0,'2018-11-12 23:39:45'),(7553,7561,'it',0,NULL,'musa',NULL,'',0,'2018-11-12 23:39:45'),(7554,7562,'it',0,NULL,'my-hacks.php (supporto standard agli hack)',NULL,'',0,'2018-11-12 23:39:45'),(7555,7563,'it',0,NULL,'Sconosciuto',NULL,'',0,'2018-11-12 23:39:45'),(7556,7564,'it',0,NULL,'Home: %s',NULL,'',0,'2018-11-12 23:39:45'),(7557,7565,'it',0,NULL,'vicino/a',NULL,'',0,'2018-11-12 23:39:45'),(7558,7566,'it',0,NULL,'più recente',NULL,'',0,'2018-11-12 23:39:45'),(7559,7567,'it',0,NULL,'Nessuno',NULL,'',0,'2018-11-12 23:39:45'),(7560,7568,'it',0,NULL,'nessuno',NULL,'',0,'2018-11-12 23:39:45'),(7561,7569,'it',0,NULL,'meno recente',NULL,'',0,'2018-11-12 23:39:45'),(7562,7570,'it',0,NULL,'oppure <a href=\"%s\">crea un nuovo menu</a>.',NULL,'',0,'2018-11-12 23:39:45'),(7563,7571,'it',0,NULL,'oppure <a href=\"%s\">cambia completamente il tuo tema</a>',NULL,'',0,'2018-11-12 23:39:45'),(7564,7572,'it',0,NULL,'Chi siamo',NULL,'',0,'2018-11-12 23:39:45'),(7565,7573,'it',0,NULL,'%1$s di %2$s',NULL,'',0,'2018-11-12 23:39:45'),(7566,7574,'it',0,NULL,'genitore',NULL,'',0,'2018-11-12 23:39:45'),(7567,7575,'it',0,NULL,'Info',NULL,'',0,'2018-11-12 23:39:45'),(7568,7576,'it',0,NULL,'attrazione fisica',NULL,'',0,'2018-11-12 23:39:45'),(7569,7577,'it',0,NULL,'%1$s di %2$s',NULL,'',0,'2018-11-12 23:39:45'),(7570,7578,'it',0,NULL,'%s è stato eliminato.',NULL,'',0,'2018-11-12 23:39:45'),(7571,7579,'it',0,NULL,'Attivo',NULL,'',0,'2018-11-12 23:39:45'),(7572,7580,'it',0,NULL,'Aggiungi nuovo',NULL,'',0,'2018-11-12 23:39:45'),(7573,7581,'it',0,NULL,'Disattiva plugin %s',NULL,'',0,'2018-11-12 23:39:45'),(7574,7582,'it',0,NULL,'Elimina plugin %s',NULL,'',0,'2018-11-12 23:39:45'),(7575,7583,'it',0,NULL,'Installato',NULL,'',0,'2018-11-12 23:39:45'),(7576,7584,'it',0,NULL,'Disattiva dal network %s',NULL,'',0,'2018-11-12 23:39:45'),(7577,7585,'it',0,NULL,'Editor',NULL,'',0,'2018-11-12 23:39:45'),(7578,7586,'it',0,NULL,'Totali <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7579,7587,'it',0,NULL,'articoli più recenti',NULL,'',0,'2018-11-12 23:39:45'),(7580,7588,'it',0,NULL,'Tutti <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7581,7589,'it',0,NULL,'Miei <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7582,7590,'it',0,NULL,'Evidenziati <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7583,7591,'it',0,NULL,'privacy-policy',NULL,'',0,'2018-11-12 23:39:45'),(7584,7592,'it',0,NULL,'professionale',NULL,'',0,'2018-11-12 23:39:45'),(7585,7593,'it',0,NULL,'rel:',NULL,'',0,'2018-11-12 23:39:45'),(7586,7594,'it',0,NULL,'Disattiva',NULL,'',0,'2018-11-12 23:39:45'),(7587,7595,'it',0,NULL,'j M @ H:i',NULL,'',0,'2018-11-12 23:39:45'),(7588,7596,'it',0,NULL,'Sfoglia',NULL,'',0,'2018-11-12 23:39:45'),(7589,7597,'it',0,NULL,'relazione',NULL,'',0,'2018-11-12 23:39:45'),(7590,7598,'it',0,NULL,'archives',NULL,'',0,'2018-11-12 23:39:45'),(7591,7599,'it',0,NULL,'articolo-di-esempio',NULL,'',0,'2018-11-12 23:39:45'),(7592,7600,'it',0,NULL,'pagina-di-esempio',NULL,'',0,'2018-11-12 23:39:45'),(7593,7601,'it',0,NULL,'ridimensiona altezza',NULL,'',0,'2018-11-12 23:39:45'),(7594,7602,'it',0,NULL,'ridimensiona larghezza',NULL,'',0,'2018-11-12 23:39:45'),(7595,7603,'it',0,NULL,'altezza selezione',NULL,'',0,'2018-11-12 23:39:45'),(7596,7604,'it',0,NULL,'larghezza selezione',NULL,'',0,'2018-11-12 23:39:45'),(7597,7605,'it',0,NULL,'Generali',NULL,'',0,'2018-11-12 23:39:45'),(7598,7606,'it',0,NULL,'Nascondi i controlli',NULL,'',0,'2018-11-12 23:39:45'),(7599,7607,'it',0,NULL,'fratello/sorella',NULL,'',0,'2018-11-12 23:39:45'),(7600,7608,'it',0,NULL,'Aggiungi nuovo sito',NULL,'',0,'2018-11-12 23:39:45'),(7601,7609,'it',0,NULL,'sposo/a',NULL,'',0,'2018-11-12 23:39:45'),(7602,7610,'it',0,NULL,'1',NULL,'',0,'2018-11-12 23:39:45'),(7603,7611,'it',0,NULL,'sottoelemento',NULL,'',0,'2018-11-12 23:39:45'),(7604,7612,'it',0,NULL,'fidanzato/a',NULL,'',0,'2018-11-12 23:39:45'),(7605,7613,'it',0,NULL,'Nome',NULL,'',0,'2018-11-12 23:39:45'),(7606,7614,'it',0,NULL,'%s è stato eliminato con successo.',NULL,'',0,'2018-11-12 23:39:45'),(7607,7615,'it',0,NULL,'Dettagli e anteprima',NULL,'',0,'2018-11-12 23:39:45'),(7608,7616,'it',0,NULL,'Editor',NULL,'',0,'2018-11-12 23:39:45'),(7609,7617,'it',0,NULL,'Nome',NULL,'',0,'2018-11-12 23:39:45'),(7610,7618,'it',0,NULL,'Preferiti',NULL,'',0,'2018-11-12 23:39:45'),(7611,7619,'it',0,NULL,'In evidenza',NULL,'',0,'2018-11-12 23:39:45'),(7612,7620,'it',0,NULL,'Più recenti',NULL,'',0,'2018-11-12 23:39:45'),(7613,7621,'it',0,NULL,'Popolari',NULL,'',0,'2018-11-12 23:39:45'),(7614,7622,'it',0,NULL,'Aggiornati di recente',NULL,'',0,'2018-11-12 23:39:45'),(7615,7623,'it',0,NULL,'d-m-Y H:i.s',NULL,'',0,'2018-11-12 23:39:45'),(7616,7624,'it',0,NULL,'Aggiungi esistente',NULL,'',0,'2018-11-12 23:39:45'),(7617,7625,'it',0,NULL,'Aggiungi utente',NULL,'',0,'2018-11-12 23:39:45'),(7618,7626,'it',0,NULL,'%1$s (%2$s)',NULL,'',0,'2018-11-12 23:39:45'),(7619,7627,'it',0,NULL,'Tutti <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-12 23:39:45'),(7620,7628,'it',0,NULL,'Pulisci',NULL,'',0,'2018-11-12 23:39:45'),(7621,7629,'it',0,NULL,'Spam',NULL,'',0,'2018-11-12 23:39:45'),(7622,7630,'it',0,NULL,'All\'URL',NULL,'',0,'2018-11-12 23:39:45'),(7623,7631,'it',0,NULL,'Per il sito',NULL,'',0,'2018-11-12 23:39:45'),(7624,7632,'it',0,NULL,'Aggiungi',NULL,'',0,'2018-11-12 23:39:45'),(7625,7633,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-12 23:39:45'),(7626,8824,'it',10,'/?p=7003',NULL,NULL,'',0,'2018-11-13 23:30:49'),(7627,8826,'it',10,'/?p=7067',NULL,NULL,'',0,'2018-11-13 23:30:49'),(7628,8828,'it',10,'/?p=7759',NULL,NULL,'',0,'2018-11-13 23:30:49'),(7629,8830,'it',10,'/?p=7087',NULL,NULL,'',0,'2018-11-13 23:30:49'),(7630,8832,'it',10,'/?p=7092',NULL,NULL,'',0,'2018-11-13 23:30:50'),(7631,8836,'it',10,'/?p=7030',NULL,NULL,'',0,'2018-11-13 23:30:50'),(7632,8838,'it',10,'/?p=8069',NULL,NULL,'',0,'2018-11-14 00:30:46'),(7633,8860,'it',10,'/?page_id=7339',NULL,NULL,'',0,'2018-11-14 00:46:10'),(7634,8753,'it',0,NULL,'+ Aggiungine altre',NULL,'',0,'2018-11-14 10:01:45'),(7635,8876,'it',0,NULL,'Informazioni',NULL,'',0,'2018-11-14 10:01:45'),(7636,8877,'it',0,NULL,'Tutto',NULL,'',0,'2018-11-14 10:01:45'),(7637,8878,'it',0,NULL,'Cliccami',NULL,'',0,'2018-11-14 10:01:45'),(7638,8879,'it',0,NULL,'Elimina',NULL,'',0,'2018-11-14 10:01:45'),(7639,8880,'it',0,NULL,'Documentazione',NULL,'',0,'2018-11-14 10:01:45'),(7640,8881,'it',0,NULL,'Incorporazione dell\'HTML non disponibile.',NULL,'',0,'2018-11-14 10:01:45'),(7641,8882,'it',0,NULL,'Errore: Non posso cancellare il file',NULL,'',0,'2018-11-14 10:01:45'),(7642,8883,'it',0,NULL,'Estensioni',NULL,'',0,'2018-11-14 10:01:45'),(7643,8884,'it',0,NULL,'Trova l\'Indirizzo',NULL,'',0,'2018-11-14 10:01:45'),(7644,8885,'it',0,NULL,'Inizia',NULL,'',0,'2018-11-14 10:01:45'),(7645,8886,'it',0,NULL,'Inizia Con Il Generatore Online',NULL,'',0,'2018-11-14 10:01:45'),(7646,8887,'it',0,NULL,'Vai su MetaBox.IO &rarr;',NULL,'',0,'2018-11-14 10:01:45'),(7647,8888,'it',0,NULL,'Vai al Generatore Online',NULL,'',0,'2018-11-14 10:01:45'),(7648,8889,'it',0,NULL,'Chiave',NULL,'',0,'2018-11-14 10:01:45'),(7649,8890,'it',0,NULL,'Scopri di Più',NULL,'',0,'2018-11-14 10:01:45'),(7650,8891,'it',0,NULL,'Meta Box non ha una pagina di gestione per la configurazione e le impostazioni. Al suo posto, fornisce delle potenti API per velocizzare il processo di creazione delle meta box e dei campi personalizzati. Può richiedere un po’ di tempo all’inizio, ma poi amerai il modo in cui funziona perché ti dà la possibilità di personalizzare quasi tutto.',NULL,'',0,'2018-11-14 10:01:45'),(7651,8892,'it',0,NULL,'Altre Estensioni',NULL,'',0,'2018-11-14 10:01:45'),(7652,8893,'it',0,NULL,'No',NULL,'',0,'2018-11-14 10:01:45'),(7653,8894,'it',0,NULL,'Nessuno',NULL,'',0,'2018-11-14 10:01:45'),(7654,8895,'it',0,NULL,'Spento',NULL,'',0,'2018-11-14 10:01:45'),(7655,8896,'it',0,NULL,'Acceso',NULL,'',0,'2018-11-14 10:01:45'),(7656,8897,'it',0,NULL,'Correggere gli errori evidenziati qui sotto e riprovare.',NULL,'',0,'2018-11-14 10:01:45'),(7657,8898,'it',0,NULL,'Rimuovi',NULL,'',0,'2018-11-14 10:01:45'),(7658,8899,'it',0,NULL,'Seleziona',NULL,'',0,'2018-11-14 10:01:45'),(7659,8900,'it',0,NULL,'Seleziona Tutti / Nessuno',NULL,'',0,'2018-11-14 10:01:45'),(7660,8901,'it',0,NULL,'Seleziona File',NULL,'',0,'2018-11-14 10:01:45'),(7661,8902,'it',0,NULL,'Seleziona un %s',NULL,'',0,'2018-11-14 10:01:45'),(7662,8903,'it',0,NULL,'Seleziona un post',NULL,'',0,'2018-11-14 10:01:45'),(7663,8904,'it',0,NULL,'Seleziona una sidecar',NULL,'',0,'2018-11-14 10:01:45'),(7664,8905,'it',0,NULL,'Seleziona un termine',NULL,'',0,'2018-11-14 10:01:45'),(7665,8906,'it',0,NULL,'Seleziona un oggetto',NULL,'',0,'2018-11-14 10:01:45'),(7666,8907,'it',0,NULL,'Seleziona un utente',NULL,'',0,'2018-11-14 10:01:45'),(7667,8908,'it',0,NULL,'Il modo più facile per iniziare con Meta Box è utilizzando il nostro generatore online. Fornisce una semplice interfaccia grafica che permette di creare le meta box e i campi personalizzati tramite il drag-and-drop.',NULL,'',0,'2018-11-14 10:01:45'),(7668,8909,'it',0,NULL,'Capire Le Basi',NULL,'',0,'2018-11-14 10:01:45'),(7669,8910,'it',0,NULL,'Valore',NULL,'',0,'2018-11-14 10:01:45'),(7670,8911,'it',0,NULL,'Benvenuto su %1$s %2$s',NULL,'',0,'2018-11-14 10:01:45'),(7671,8912,'it',0,NULL,'Benvenuto su Meta Box',NULL,'',0,'2018-11-14 10:01:45'),(7672,8913,'it',0,NULL,'Sì',NULL,'',0,'2018-11-14 10:01:45'),(7673,8914,'it',0,NULL,'Puoi caricare al massimo %d file',NULL,'',0,'2018-11-14 10:01:45'),(7674,8915,'it',0,NULL,'Puoi caricare al massimo %d file',NULL,'',0,'2018-11-14 10:01:45'),(7675,8916,'it',0,NULL,'+ Aggiungi un nuovo file',NULL,'',0,'2018-11-14 10:01:45'),(7676,8917,'it',0,NULL,'Elimina',NULL,'',0,'2018-11-14 10:01:45'),(7677,8918,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-14 10:01:45'),(7678,8919,'it',0,NULL,'Carica Immagini',NULL,'',0,'2018-11-14 10:01:45'),(7679,8920,'it',0,NULL,' file',NULL,'',0,'2018-11-14 10:01:45'),(7680,8921,'it',0,NULL,' file',NULL,'',0,'2018-11-14 10:01:45'),(7681,8922,'it',0,NULL,'+ Aggiungi Media',NULL,'',0,'2018-11-14 10:01:45'),(7682,8923,'it',0,NULL,'Trascina i file qui per caricarli',NULL,'',0,'2018-11-14 10:01:45'),(7683,8924,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-14 10:01:45'),(7684,8925,'it',0,NULL,'Nessun Titolo',NULL,'',0,'2018-11-14 10:01:45'),(7685,8926,'it',0,NULL,'Rimuovi',NULL,'',0,'2018-11-14 10:01:45'),(7686,8927,'it',0,NULL,'Seleziona File',NULL,'',0,'2018-11-14 10:01:45'),(7687,8928,'it',0,NULL,'Mostra',NULL,'',0,'2018-11-14 10:01:45'),(7688,8929,'it',0,NULL,'o',NULL,'',0,'2018-11-14 10:01:45'),(7689,8930,'it',0,NULL,'generatore online',NULL,'',0,'2018-11-14 10:01:45'),(7690,8942,'it',0,NULL,'URL delle categorie.',NULL,'',0,'2018-11-15 14:06:17'),(7691,8943,'it',0,NULL,'link interni verso il post',NULL,'',0,'2018-11-15 14:06:17'),(7692,8944,'it',0,NULL,'link nel post',NULL,'',0,'2018-11-15 14:06:17'),(7693,8945,'it',0,NULL,'Estensioni %1$s',NULL,'',0,'2018-11-15 14:06:17'),(7694,8946,'it',0,NULL,'Meta Box %1$s',NULL,'',0,'2018-11-15 14:06:17'),(7695,8947,'it',0,NULL,'Blocchi di Structured Data di %1$s',NULL,'',0,'2018-11-15 14:06:17'),(7696,8948,'it',0,NULL,'%1$s aggiunge più colonne a questa pagina. Abbiamo scritto un articolo su %2$scome usare il punteggio SEO e il punteggio di leggibilità%3$s. Le colonne dei link mostrano il numero di articoli di questo sito collegati %5$sa%6$s questo articolo e il numero di URL linkati %5$sfrom%6$s questo articolo. Leggi di più su %4$scome usare  queste caratteristiche per migliorare il tuo sistema di linkinterni%3$s, e migliorare così la tua stategia SEO.',NULL,'',0,'2018-11-15 14:06:17'),(7697,8949,'it',0,NULL,'%1$s e %2$s possono lavorare insieme molto meglio con l\'aggiunta di un plugin helper. Attiva %3$s per rendere la tua vita migliore.',NULL,'',0,'2018-11-15 14:06:17'),(7698,8950,'it',0,NULL,'%1$s e %2$s possono lavorare insieme molto meglio con l\'aggiunta di un plugin helper. Installa %3$s per rendere la tua vita migliore.',NULL,'',0,'2018-11-15 14:06:17'),(7699,8951,'it',0,NULL,'%1$s e %2$s possono lavorare insieme molto meglio con l\'aggiunta di un plugin helper. Installa %3$s per rendere la tua vita migliore. %4$s.',NULL,'',0,'2018-11-15 14:06:17'),(7700,8952,'it',0,NULL,'%1$s per %2$s',NULL,'',0,'2018-11-15 14:06:17'),(7701,8953,'it',0,NULL,'%1$s può comunicare ai motori di ricerca quali sono i tuoi profili social. \nQuesti saranno utilizzati nel Knowledge Graph di Google. Ci sono ulteriori opzioni di condivisione nelle impostazioni avanzate di %1$s. %2$sLeggi maggiori dettagli%3$s su queste opzioni.',NULL,'',0,'2018-11-15 14:06:17'),(7702,8954,'it',0,NULL,'%1$s ha molte caratteristiche. Qui sotto, puoi abilitare - disabilitare alcune di queste. Facendo cic sul punto interrogativo, potrai avere più informazioni sulle caratteristiche.',NULL,'',0,'2018-11-15 14:06:17'),(7703,8955,'it',0,NULL,'%1$s viene fornito con alcuni strumenti integrati molto potenti:',NULL,'',0,'2018-11-15 14:06:17'),(7704,8956,'it',0,NULL,'%1$s ha scoperto che stai utilizzando la versione %2$s di %3$s, aggiorna all\'ultima versione per evitare problemi di compatibilità.',NULL,'',0,'2018-11-15 14:06:17'),(7705,8957,'it',0,NULL,'%1$s ha scoperto che stai utilizzando la versione %2$s che non è compatibile con %1$s. Aggiorna %2$s all\'ultima versione per per utilizzare questa funzionalità. ',NULL,'',0,'2018-11-15 14:06:17'),(7706,8958,'it',0,NULL,'%s non sembra essere una string di verifica valida %s. Correggi e riprova.',NULL,'',0,'2018-11-15 14:06:17'),(7707,8959,'it',0,NULL,'Estensioni %1$s',NULL,'',0,'2018-11-15 14:06:17'),(7708,8960,'it',0,NULL,'%1$S determina automaticamente quando è necessario forzare la riscrittura dei titoli delle pagine, se pensate sia sbagliato e sapete quello che state facendo potete cambiare le impostazioni da qui.',NULL,'',0,'2018-11-15 14:06:17'),(7709,8961,'it',0,NULL,'%1$s non ha ancora calcolato lo stato di indicizzabilità del tuo sito da %2$s',NULL,'',0,'2018-11-15 14:06:17'),(7710,8962,'it',0,NULL,'%1$s si integra con la Console di Google Search, un tool irrinunciabile per i proprietari di siti.\nTi fornisce informazioni sulla salute del tuo sito. \n Non hai ancora un account Google o il tuo sito non è ancora attivato?\n Scopri %2$scome collegare la Console di Google Search Console al tuo sito.%3$s',NULL,'',0,'2018-11-15 14:06:17'),(7711,8963,'it',0,NULL,'%1$snon è una scelta valida per chi dovrebbe essere autorizzato ad accedere alle impostazioni  di %2$s. Valori ripristinati al default.',NULL,'',0,'2018-11-15 14:06:17'),(7712,8964,'it',0,NULL,'eseguito %1$s di %2$s.',NULL,'',0,'2018-11-15 14:06:17'),(7713,8965,'it',0,NULL,'%1$s parole contengono %2$s oltre %3$s sillabe%4$s, che è meno o uguale al massimo raccomandato di %5$s.',NULL,'',0,'2018-11-15 14:06:17'),(7714,8966,'it',0,NULL,'%1$s parole contengono %2$soltre  %3$s  sillabe%4$s, che è più del massimo raccomandato di  %5$s.',NULL,'',0,'2018-11-15 14:06:17'),(7715,8967,'it',0,NULL,'Raccomandazioni per te da %1s',NULL,'',0,'2018-11-15 14:06:17'),(7716,8968,'it',0,NULL,'%1$s rispetta la tua privacy. Leggi la nostra %2$sprivacy policy%3$s per sapere come vengono gestite le tue informazioni personali.',NULL,'',0,'2018-11-15 14:06:17'),(7717,8969,'it',0,NULL,'Impostazioni %1$s',NULL,'',0,'2018-11-15 14:06:17'),(7718,8970,'it',0,NULL,'%1$s per ottimizzare ulteriormente il tuo sito',NULL,'',0,'2018-11-15 14:06:17'),(7719,8971,'it',0,NULL,'video %1$s',NULL,'',0,'2018-11-15 14:06:17'),(7720,8972,'it',0,NULL,'Video lezione %1$s',NULL,'',0,'2018-11-15 14:06:17'),(7721,8973,'it',0,NULL,'L\'integrazione con %1$s verifica giornalmente che il tuo sito sia indicizzabile dai motori di ricerca e ti notifica quando ciò non si verifica.',NULL,'',0,'2018-11-15 14:06:17'),(7722,8974,'it',0,NULL,'%1$s si prenderà cura di tutte le ottimizzazioni tecniche necessarie per il tuo sito. Per migliorare davvero la posizione del tuo sito nei risultati di ricerca, è importante iniziare a creare contenuto che si posizioni bene in base alle frasi chiave che ti interessano. Guarda questo video in cui spieghiamo come usare la %1$s metabox quando scrivi articoli o pagine.',NULL,'',0,'2018-11-15 14:06:17'),(7723,8975,'it',0,NULL,'Il %1$s con l\'ID %2$s non può essere modificato',NULL,'',0,'2018-11-15 14:06:17'),(7724,8976,'it',0,NULL,'%1$s%2$s non è stato in grado di calcolare lo stato di indicizzabilità del tuo sito%3$s da %4$s',NULL,'',0,'2018-11-15 14:06:17'),(7725,8977,'it',0,NULL,'%1$s, Autore presso %2$s',NULL,'',0,'2018-11-15 14:06:17'),(7726,8978,'it',0,NULL,'%1$s, porta la tua ottimizzazione ad un livello superiore!',NULL,'',0,'2018-11-15 14:06:17'),(7727,8979,'it',0,NULL,'%1$sFrasi consecutive%2$s: il testo contiene %3$d frasi consecutive che iniziano con la stessa parola. %5$sTi suggeriamo di provare a variare un po\'%2$s!',NULL,'',0,'2018-11-15 14:06:17'),(7728,8980,'it',0,NULL,'%1$sFrasi consecutive%2$s: il testo contiene %4$d paragrafi nei quali  %3$d o più frasi iniziano con la stessa parola. %5$sTi suggeriamo di provare a variare un po\'%2$s!',NULL,'',0,'2018-11-15 14:06:17'),(7729,8981,'it',0,NULL,'%1$sFrasi consecutive%2$s: c\'è una grande varietà nelle frasi. Davvero grande!',NULL,'',0,'2018-11-15 14:06:17'),(7730,8982,'it',0,NULL,'%1$sFlesch Reading Ease%2$s: il contenuto ha un punteggio di %3$s nel test, che è considerato %4$s da leggere. %5$s%6$s%7$s',NULL,'',0,'2018-11-15 14:06:17'),(7731,8983,'it',0,NULL,'%1$sParole funzionali nell frase chiave%3$s: la tua frase chiave \"%4$s\" contiene solo parole funzionali. %2$sLeggi di più su come scegliere una perfetta frase chiave.%3$s',NULL,'',0,'2018-11-15 14:06:17'),(7732,8984,'it',0,NULL,'%1$sAttributo alt dell\'immagine%2$s: alcune immagini in questa pagina hanno l\'attributo alt formato dalla parole della tua frase chiave! Ottimo lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(7733,8985,'it',0,NULL,'%1$sAttributo alt dell\'immagine%3$s: le immagini in questa pagina non hanno l\'attributo alt formato dalle parole della tua frase chiave. %2$sTi suggeriamo di correggerle%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7734,8986,'it',0,NULL,'%1$sAttributo alt dell\'immagine%3$s: sembra che in questa pagina non ci siano immagini. %2$sTi suggeriamo di aggiungerne qualcuna%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7735,8987,'it',0,NULL,'%1$sLink interni%2$s: ci sono sia link nofollow sia link normali in questa pagina. Perfetto!',NULL,'',0,'2018-11-15 14:06:17'),(7736,8988,'it',0,NULL,'%1$sLink interni%2$s: ci sono abbastanza link interni. Ottimo!',NULL,'',0,'2018-11-15 14:06:17'),(7737,8989,'it',0,NULL,'%1$sLink interni%3$s: sembra che non ci siano link in questa pagina. %2$sTi suggeriamo di aggiungerne qualcuno%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7738,8990,'it',0,NULL,'%1$sLink interni%3$s: i link in questa pagina sono di tipo nofollow. %2$sTi suggeriamo di aggiungere qualche link normale%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7739,8991,'it',0,NULL,'%1$sDistribuzione della frase chiave%2$s: grande lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(7740,8992,'it',0,NULL,'%1$sDistribuzione della frase chiave%3$s: %2$sincludi la parola chiave o i suoi sinonimi nel testo così è possibile calcolarne la distribuzione%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7741,8993,'it',0,NULL,'%1$sDistribuzione della frase chiave%3$s: irregolare. Alcune parti del tuo testo non contengono la frase chiave o i suoi sinonimi. %2$sTi suggeriamo di distribuirli in modo più regolare%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7742,8994,'it',0,NULL,'%1$sDistribuzione della frase chiave%3$s: molto irregolare. Molte parti del tuo testo non contengono la frase chiave o i suoi sinonimi. %2$sTi suggeriamo di distribuirli in modo più regolare%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7743,8995,'it',0,NULL,'%1$sFrase chiave nell\'introduzione%2$s: ben fatto!',NULL,'',0,'2018-11-15 14:06:17'),(7744,8996,'it',0,NULL,'%1$sFrase chiave nell\'introduzione%3$s: la frase chiave che hai scelto o i suoi sinonimi non compaiono nel primo paragrafo. %2$sAssicurati che i tuoi lettori capiscano subito l\'argomento%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7745,8997,'it',0,NULL,'%1$sFrase chiave nell\'introduzione%3$s: la frase chiave che hai scelto o i suoi sinonimi compaiono nel primo paragrafo, ma non in una frase. %2$sTi suggeriamo di modificare il testo%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7746,8998,'it',0,NULL,'%1$sFrase chiave nella descrizione Meta%2$s: la frase chiave o i suoi sinonimi sono contenuti nella descrizione Meta. Splendido!',NULL,'',0,'2018-11-15 14:06:17'),(7747,8999,'it',0,NULL,'%1$sFrase chiave nella descrizione Meta%2$s: la descrizione Meta contiene la frase chiave %3$s volte, che è più di 2, il numero consigliabile. %4$sTi suggeriamo di modificarla%5$s!',NULL,'',0,'2018-11-15 14:06:17'),(7748,9000,'it',0,NULL,'%1$sFrase chiave nella descrizione Meta%2$s: hai scritto la descrizione Meta, ma non contiene la frase chiave. %3$sTi suggeriamo di modificarla%4$s!',NULL,'',0,'2018-11-15 14:06:17'),(7749,9001,'it',0,NULL,'%1$sFrase chiave nello slug%2$s: ottimo lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(7750,9002,'it',0,NULL,'%1$sFrase chiave nello slug%2$s: più di mezza frase chiave è contenuta nello slug. Perfetto!',NULL,'',0,'2018-11-15 14:06:17'),(7751,9003,'it',0,NULL,'%1$sFrase chiave nello slug%2$s: (parte) della tua frase chiave non è contenuta nello slug. %2$sTi suggeriamo di cambiarlo%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7752,9004,'it',0,NULL,'%1$sFrase chiave nel titolo%2$s: il titolo SEO contiene la frase esatta all\'inizio. Magnifico!',NULL,'',0,'2018-11-15 14:06:17'),(7753,9005,'it',0,NULL,'%1$sFrase chiave nel titolo%3$s: il titolo non contiene la frase esatta. %2$sCerca di usare la frase chiave esatta nel titolo SEO%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7754,9006,'it',0,NULL,'%1$sFrase chiave nel titolo%3$s: non tutte le parole della tua frase chiave \"%4$s\" sono contenute nel titolo SEO. %2$sCerca di usare la frase chiave esatta nel titolo SEO%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7755,9007,'it',0,NULL,'%1$sFrase chiave nel titolo%3$s: il titolo contiene la frase esatta, ma non all\'inizio. %2$sCerca di usare la frase chiave esatta all\'inizio del titolo SEO%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7756,9008,'it',0,NULL,'%1$sLunghezza della frase chiave%2$s: ottimo lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(7757,9009,'it',0,NULL,'%1$sLunghezza della frase chiave%2$s: %2$simposta una frase chiave, in modo che sia possibile calcolare il punteggio SEO%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7758,9010,'it',0,NULL,'%1$sLunghezza della frase chiave%2$s: nessuna frase chiave è stata impostata per questa pagina. %2$sImposta una frase chiave, in modo che sia possibile calcolare il punteggio SEO%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7759,9011,'it',0,NULL,'%1$sLink alla frase chiave%3$s: stai inserendo un link a una pagina per le parole per le quali vuoi posizionare questa pagina %2$sTi suggeriamo di non farlo%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7760,9012,'it',0,NULL,'%1$sLunghezza della descrizione Meta%2$s: ben fatto!',NULL,'',0,'2018-11-15 14:06:17'),(7761,9013,'it',0,NULL,'%1$sLunghezza della descrizione Meta%3$s: non hai inserito la descrizione Meta. I motori di ricerca visualizzeranno, così, delle parti di testo prese dalla tua pagina. %2$sTi consigliamo di scriverne una%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7762,9014,'it',0,NULL,'%1$sLunghezza della descrizione Meta%2$s: la descrizione Meta supera i %4$d caratteri. Per essere sicuro che l\'intera descrizione sia visibile, %2$svaluta se ridurre la lunghezza%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7763,9015,'it',0,NULL,'%1$sLunghezza della descrizione Meta%2$s: la descrizione Meta è troppo corta (al di sotto dei %4$d caratteri). Hai a disposizione %5$d caratteri. %2$sPotresti aggiungere degli spazi%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7764,9016,'it',0,NULL,'%1$sNiente più link non funzionanti%2$s: easy redirect manager',NULL,'',0,'2018-11-15 14:06:17'),(7765,9017,'it',0,NULL,'%1$sNon c\'è abbastanza contenuto%2$s: %3$sAggiungi altro contenuto per permettere una buona analisi di leggibilità%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(7766,9018,'it',0,NULL,'%1$sLink in uscita%2$s: splendido lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(7767,9019,'it',0,NULL,'%1$sLink in uscita%2$s: ci sono sia link nofollow sia normali link in uscita in questa pagina. Perfetto!',NULL,'',0,'2018-11-15 14:06:17'),(7768,9020,'it',0,NULL,'%1$sLink in uscita%3$s: tutti i link in uscita di questa pagina sono del tipo unfollow. %2$sTi suggeriamo di aggiungere anche dei link normali%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7769,9021,'it',0,NULL,'%1$sLink in uscita%3$s: non ci sono link in uscita in questa pagina. %2$sTi suggeriamo di aggiungerne qualcuno%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7770,9022,'it',0,NULL,'%1$sLunghezza dei paragrafi%2$s: %3$d dei paragrafi contiene più di %4$d parole, che è il numero suggerito. %5$sTi consigliamo di scrivere paragrafi più corti%2$s!',NULL,'',0,'2018-11-15 14:06:17'),(7771,9023,'it',0,NULL,'%1$sLunghezza dei paragrafi%2$s: %3$d dei paragrafi contiene più di %4$d parole, che è il numero suggerito. %5$sTi consigliamo di scrivere paragrafi più corti%2$s!',NULL,'',0,'2018-11-15 14:06:17'),(7772,9024,'it',0,NULL,'%1$sLunghezza dei paragrafi%2$s: tutti i paragrafi sono della giusta lunghezza- Ottimo lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(7773,9025,'it',0,NULL,'%1$sForme passive%2$s: %3$s delle frasi contiene delle forme passive, che è maggiore del massimo suggerito di %4$s. %5$sTi suggeriamo di provare a trasformarle in forma attiva%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(7774,9026,'it',0,NULL,'%1$sForme passive%2$s: stai usando solo forme attive. Davvero grande!',NULL,'',0,'2018-11-15 14:06:17'),(7775,9027,'it',0,NULL,'%1$sNon mostrarmi più questa notifica%2$s',NULL,'',0,'2018-11-15 14:06:17'),(7776,9028,'it',0,NULL,'%1$sFrase chiave usata in precedenza%2$s: non hai mai usato questa frase chiave. Ottimo!',NULL,'',0,'2018-11-15 14:06:17'),(7777,9029,'it',0,NULL,'%1$sRimuovi questo messaggio%2$s',NULL,'',0,'2018-11-15 14:06:17'),(7778,9030,'it',0,NULL,'%1$sLarghezza del titolo SEO%3$s: magnifico lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(7779,9031,'it',0,NULL,'%1$sLarghezza del titolo SEO%3$s: %2$sScrivi un titolo SEO%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7780,9032,'it',0,NULL,'%1$sLarghezza del titolo SEO%3$s: il titolo SEO è troppo corto %2$sTi suggeriamo di aggiungere variazioni della frase chiave per creare un testo accattivante che spinga i lettori all\'azione%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7781,9033,'it',0,NULL,'%1$sLarghezza del titolo SEO%3$s: il titolo SEO è più lungo dei limiti di carattere previsti. %2$sProva a scrivere un titolo più corto%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(7782,9034,'it',0,NULL,'%1$sLunghezza delle frasi%2$s: il %3$s delle frasi contengono più di %4$s words, che supera la lunghezza massima suggerita di %5$s. %6$sProva a scrivere frasi più corte%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(7783,9035,'it',0,NULL,'%1$sLunghezza delle frasi%2$s: grande!',NULL,'',0,'2018-11-15 14:06:17'),(7784,9036,'it',0,NULL,'%1$sStopword nello slug%3$s:  lo slug di questa pagina contiene una stopword. %2$sTi suggeriamo di toglierla%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7785,9037,'it',0,NULL,'%1$sStopword nello slug%3$s:  lo slug di questa pagina contiene delle stopword. %2$sTi suggeriamo di toglierle%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7786,9038,'it',0,NULL,'%1$sSlug troppo lungo%3$s: lo slug di questa pagina è un po\' troppo lungo. %2$sTi suggeriamo di accorciarlo%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(7787,9039,'it',0,NULL,'%1$sAnteprima dei social media%2$s: Facebook & Twitter',NULL,'',0,'2018-11-15 14:06:17'),(7788,9040,'it',0,NULL,'%1$sAnteprima social media %2$s: Facebook &amp; Twitter',NULL,'',0,'2018-11-15 14:06:17'),(7789,9041,'it',0,NULL,'%1$sDistribuzione dei sottotitoli%2$s: %3$d sezione del tuo testo è più lunghe di %4$d parole e non è separata da sottotitoli. %5$sAggiungi dei sottotitoli per aumentare la leggibilità del testo%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(7790,9042,'it',0,NULL,'%1$sDistribuzione dei sottotitoli%2$s: %3$d sezioni del tuo testo sono più lunghe di %4$d parole e non sonoseparate da sottotitoli. %5$sAggiungi dei sottotitoli per aumentare la leggibilità del testo%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(7791,9043,'it',0,NULL,'%1$sDistribuzione dei sottotitoli%2$s: magnifico lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(7792,9044,'it',0,NULL,'%1$sDistribuzione dei sottotitoli%2$s: non stai usando i sottotitoli, sebbene il tuo testo sia piuttosto lungo.  %3$sTi suggeriamo di aggiungere i sottotitoli%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(7793,9045,'it',0,NULL,'%1$sDistribuzione dei sottotitoli%2$s: non stai usando i sottotitoli, ma il tuo testo è abbastanza corto e probabilmente non ti servono.',NULL,'',0,'2018-11-15 14:06:17'),(7794,9046,'it',0,NULL,'%1$sParole di transizione%2$s: nessuna frase contiene parole di transizione. %4$sTi suggeriamo di aggiungerne alcune%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(7795,9047,'it',0,NULL,'%1$sParole di transizione%2$s: solo il %3$s delle frasi contengono delle parole di transizione, che non è abbastanza. %4$sTi suggeriamo di aggiungerne altre%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(7796,9048,'it',0,NULL,'%1$sParole di transizione%2$s: ben fatto!',NULL,'',0,'2018-11-15 14:06:17'),(7797,9049,'it',0,NULL,'%1$sLa tua homepage non può essere indicizzata dai motori di ricerca%2$s. Questo è molto grave per la SEO e deve essere corretto.',NULL,'',0,'2018-11-15 14:06:17'),(7798,9050,'it',0,NULL,'%2$s (impostazione corrente predefinita per %1$s)',NULL,'',0,'2018-11-15 14:06:17'),(7799,9051,'it',0,NULL,'%2$sLunghezza del testo%3$s: il testo contiene %1$d parola. Ottimo lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(7800,9052,'it',0,NULL,'%2$sLunghezza del testo%3$s: il testo contiene %1$d parole. Ottimo lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(7801,9053,'it',0,NULL,'%2$sLunghezza del testo%4$s: il testo contiene %1$d parola.',NULL,'',0,'2018-11-15 14:06:17'),(7802,9054,'it',0,NULL,'%2$sLunghezza del testo%4$s: il testo contiene %1$d parole.',NULL,'',0,'2018-11-15 14:06:17'),(7803,9055,'it',0,NULL,'%3$sDensità della frase chiave%5$s: %1$s. È troppo bassa; la frase chiave è stata trovata %2$d volta. %4$sValuta di inserire la tua frase chiave in altri punti%5$s!',NULL,'',0,'2018-11-15 14:06:17'),(7804,9056,'it',0,NULL,'%3$sDensità della frase chiave%5$s: %1$s. È troppo bassa; la frase chiave è stata trovata %2$d volte. %4$sValuta di inserire la tua frase chiave in altri punti%5$s!',NULL,'',0,'2018-11-15 14:06:17'),(7805,9057,'it',0,NULL,'%3$sLunghezza della frase chiave%5$s: la frase chiave è lunga %1$d parole. È più lunga di %2$d, il numero di parole suggerito. %4$sTi suggeriamo di scriverne una più corta%5$s!',NULL,'',0,'2018-11-15 14:06:17'),(7806,9058,'it',0,NULL,'%3$sLunghezza della frase chiave%5$s:  la frase chiave è lunga %1$s parole. È più lunga di  %2$d, il numero di parole suggerito. %4$sTi suggeriamo di scriverne una più corta%5$s!',NULL,'',0,'2018-11-15 14:06:17'),(7807,9059,'it',0,NULL,'%3$sFrase chiave usata in precedenza%5$s: hai già usato questa frase chiave %1$suna volta%3$s. %4$sNon dovresti usare la frase chiave più di una volta%5$s.',NULL,'',0,'2018-11-15 14:06:17'),(7808,9060,'it',0,NULL,'%4$sDensità della frase chiave%6$s: %1$s. È sopra il massimo suggerito di %3$s; la frase chiave è stata trovata %2$d volta. %5$sAttenzione a non sovra-ottimizzare%6$s!',NULL,'',0,'2018-11-15 14:06:17'),(7809,9061,'it',0,NULL,'%4$sDensità della frase chiave%6$s: %1$s. È sopra il massimo suggerito di %3$s; la frase chiave è stata trovata %2$d volte. %5$sAttenzione a non sovra-ottimizzare%6$s!',NULL,'',0,'2018-11-15 14:06:17'),(7810,9062,'it',0,NULL,'%4$sDensità della frase chiave%6$s: %1$s. È sopra il massimo suggerito di %3$s; la frase chiave è stata trovata %2$d volta. %5$sAttenzione a non sovra-ottimizzare%6$s!',NULL,'',0,'2018-11-15 14:06:17'),(7811,9063,'it',0,NULL,'%4$sDensità della frase chiave%6$s: %1$s. È sopra il massimo suggerito di %3$s; la frase chiave è stata trovata %2$d volte. %5$sAttenzione a non sovra-ottimizzare%6$s!',NULL,'',0,'2018-11-15 14:06:17'),(7812,9064,'it',0,NULL,'%4$sFrase chiave usata in precedenza%6$s: hai usato questa frase chiave %1$s%2$d volte prima%3$s. %5$sNon dovresti usare la frase chiave più di una volta%6$s.',NULL,'',0,'2018-11-15 14:06:17'),(7813,9065,'it',0,NULL,'%d giorno',NULL,'',0,'2018-11-15 14:06:17'),(7814,9066,'it',0,NULL,'%d giorni',NULL,'',0,'2018-11-15 14:06:17'),(7815,9067,'it',0,NULL,'%d ora',NULL,'',0,'2018-11-15 14:06:17'),(7816,9068,'it',0,NULL,'%d ore',NULL,'',0,'2018-11-15 14:06:17'),(7817,9069,'it',0,NULL,'%d minuto',NULL,'',0,'2018-11-15 14:06:17'),(7818,9070,'it',0,NULL,'%d minuti',NULL,'',0,'2018-11-15 14:06:17'),(7819,9071,'it',0,NULL,'È stato trovato %d risultato, usa i tasti freccia su e giù per navigare',NULL,'',0,'2018-11-15 14:06:17'),(7820,9072,'it',0,NULL,'Sono stati trovati %d risultati, usa i tasti freccia su e giù per navigare',NULL,'',0,'2018-11-15 14:06:17'),(7821,9073,'it',0,NULL,'%s &rsaquo; Configurazione guidata',NULL,'',0,'2018-11-15 14:06:17'),(7822,9074,'it',0,NULL,'Archivi %s',NULL,'',0,'2018-11-15 14:06:17'),(7823,9075,'it',0,NULL,'%s Archivi',NULL,'',0,'2018-11-15 14:06:17'),(7824,9076,'it',0,NULL,'%s Breadcrumb',NULL,'',0,'2018-11-15 14:06:17'),(7825,9077,'it',0,NULL,'Colonne %s',NULL,'',0,'2018-11-15 14:06:17'),(7826,9078,'it',0,NULL,'Descrizione per %s',NULL,'',0,'2018-11-15 14:06:17'),(7827,9079,'it',0,NULL,'Immagine per %s',NULL,'',0,'2018-11-15 14:06:17'),(7828,9080,'it',0,NULL,'Panoramica degli articoli %s',NULL,'',0,'2018-11-15 14:06:17'),(7829,9081,'it',0,NULL,'Titolo per %s',NULL,'',0,'2018-11-15 14:06:17'),(7830,9082,'it',0,NULL,'%s e %s',NULL,'',0,'2018-11-15 14:06:17'),(7831,9083,'it',0,NULL,'Dati trovati da %s.',NULL,'',0,'2018-11-15 14:06:17'),(7832,9084,'it',0,NULL,'Non sono stati trovati dati da %s.',NULL,'',0,'2018-11-15 14:06:17'),(7833,9085,'it',0,NULL,'Dati importati con successo da %s.',NULL,'',0,'2018-11-15 14:06:17'),(7834,9086,'it',0,NULL,'%s dati rimossi con successo',NULL,'',0,'2018-11-15 14:06:17'),(7835,9087,'it',0,NULL,'%s non sembra essere uno user-id valido di Twitter. Correggi e riprova.',NULL,'',0,'2018-11-15 14:06:17'),(7836,9088,'it',0,NULL,'%s non sembra essere una url valida. Correggi e riprova.',NULL,'',0,'2018-11-15 14:06:17'),(7837,9089,'it',0,NULL,'%s ha fallito il controllo sugli aggiornamenti a causa del seguente errore: <em>%s</em>',NULL,'',0,'2018-11-15 14:06:17'),(7838,9090,'it',0,NULL,'File %s',NULL,'',0,'2018-11-15 14:06:17'),(7839,9091,'it',0,NULL,'Procedura di installazione guidata %s',NULL,'',0,'2018-11-15 14:06:17'),(7840,9092,'it',0,NULL,'%s integrazione',NULL,'',0,'2018-11-15 14:06:17'),(7841,9093,'it',0,NULL,'%s è un argomento della funzionalità di attivazione obbligatorio.',NULL,'',0,'2018-11-15 14:06:17'),(7842,9094,'it',0,NULL,'%s è attivato come network, contatta l\'amministratore del sito per gestire la licenza.',NULL,'',0,'2018-11-15 14:06:17'),(7843,9095,'it',0,NULL,'%s è attivato per un network, puoi gestire la tua licenza nella <a href=\"%s\">pagina gestione licenza network</a>.',NULL,'',0,'2018-11-15 14:06:17'),(7844,9096,'it',0,NULL,'%s notifica',NULL,'',0,'2018-11-15 14:06:17'),(7845,9097,'it',0,NULL,'%s notifiche',NULL,'',0,'2018-11-15 14:06:17'),(7846,9098,'it',0,NULL,'%s ripristinato ai valori di default SEO.',NULL,'',0,'2018-11-15 14:06:17'),(7847,9099,'it',0,NULL,'%s, %s e %s',NULL,'',0,'2018-11-15 14:06:17'),(7848,9100,'it',0,NULL,'%s: impostazioni licenza',NULL,'',0,'2018-11-15 14:06:17'),(7849,9101,'it',0,NULL,'%sRinnova la tua licenza adesso%s.',NULL,'',0,'2018-11-15 14:06:17'),(7850,9102,'it',0,NULL,'&laquo; Torna alla pagina degli strumenti',NULL,'',0,'2018-11-15 14:06:17'),(7851,9103,'it',0,NULL,'(Si apre in una nuova scheda del browser)',NULL,'',0,'2018-11-15 14:06:17'),(7852,9104,'it',0,NULL,'(Si apre in una nuova scheda del browser)',NULL,'',0,'2018-11-15 14:06:17'),(7853,9105,'it',0,NULL,'(campo personalizzato)',NULL,'',0,'2018-11-15 14:06:17'),(7854,9106,'it',0,NULL,'(tassonomia personalizzata)',NULL,'',0,'2018-11-15 14:06:17'),(7855,9107,'it',0,NULL,'(disattiva la tua licenza così potrai riattivarla in un altro sito Wordpress)',NULL,'',0,'2018-11-15 14:06:17'),(7856,9108,'it',0,NULL,'(nessun genitore)',NULL,'',0,'2018-11-15 14:06:17'),(7857,9109,'it',0,NULL,'(senza titolo)',NULL,'',0,'2018-11-15 14:06:17'),(7858,9110,'it',0,NULL,'1 anno di aggiornamenti e upgrade gratuiti incluso!',NULL,'',0,'2018-11-15 14:06:17'),(7859,9111,'it',0,NULL,'Supporto 24/7 via email',NULL,'',0,'2018-11-15 14:06:17'),(7860,9112,'it',0,NULL,'Assistenza 24/7',NULL,'',0,'2018-11-15 14:06:17'),(7861,9113,'it',0,NULL,'Redirect 301',NULL,'',0,'2018-11-15 14:06:17'),(7862,9114,'it',0,NULL,'Pagine 404',NULL,'',0,'2018-11-15 14:06:17'),(7863,9115,'it',0,NULL,'<a href=\"%s\">Sapevi che puoi fare un upgrade della tua licenza?</a>',NULL,'',0,'2018-11-15 14:06:17'),(7864,9116,'it',0,NULL,'<a href=\"%s\">La tua licenza scadrà fra %d giorno, desideri estenderla?</a>',NULL,'',0,'2018-11-15 14:06:17'),(7865,9117,'it',0,NULL,'<a href=\"%s\">La tua licenza scadrà fra %d giorni, desideri estenderla?</a>',NULL,'',0,'2018-11-15 14:06:17'),(7866,9118,'it',0,NULL,'<b>Attenzione!</b> Non hai ancora impostato la tua licenza %s e ciò significa che non riceverai aggiornamenti e assistenza! <a href=\"%s\">Inserisci  il tuo codice licenza</a> oppure <a href=\"%s\" target=\"_blank\">ottieni una licenza qui</a>.',NULL,'',0,'2018-11-15 14:06:17'),(7867,9119,'it',0,NULL,'<b>Attenzione!</b> stai bloccando le richieste esterne il che significa che non potrai ottenere gli aggiornamenti %s. Aggiungi %s a %s.',NULL,'',0,'2018-11-15 14:06:17'),(7868,9120,'it',0,NULL,'<b>Attenzione!</b> La tua licenza %s non è attiva e ciò significa che non riceverai aggiornamenti e assistenza! <a href=\"%s\">Attiva la tua licenza</a> oppure <a href=\"%s\" target=\"_blank\">ottieni una licenza qui</a>.',NULL,'',0,'2018-11-15 14:06:17'),(7869,9121,'it',0,NULL,'Un blog',NULL,'',0,'2018-11-15 14:06:17'),(7870,9122,'it',0,NULL,'Una grande azienda',NULL,'',0,'2018-11-15 14:06:17'),(7871,9123,'it',0,NULL,'Un link all\'archivio dell\'autore dell\'articolo, con il nome dell\'autore come testo di ancoraggio.',NULL,'',0,'2018-11-15 14:06:17'),(7872,9124,'it',0,NULL,'Un link all\'articolo, con il titolo come testo di ancoraggio.',NULL,'',0,'2018-11-15 14:06:17'),(7873,9125,'it',0,NULL,'Un link al tuo sito, con il nome e la descrizione del tuo sito come testo di ancoraggio.',NULL,'',0,'2018-11-15 14:06:17'),(7874,9126,'it',0,NULL,'Un link al tuo sito, con il nome del tuo sito come testo di ancoraggio.',NULL,'',0,'2018-11-15 14:06:17'),(7875,9127,'it',0,NULL,'Un canale di news',NULL,'',0,'2018-11-15 14:06:17'),(7876,9128,'it',0,NULL,'Un portfolio',NULL,'',0,'2018-11-15 14:06:17'),(7877,9129,'it',0,NULL,'Si è verificato un problema nel salvataggio di questo passaggio, {{link}}compila una segnalazione{{/link}} descrivendo in quale passaggio ti trovavi e quali modifiche volevi effettuare (se ne stavi facendo qualcuna).',NULL,'',0,'2018-11-15 14:06:17'),(7878,9130,'it',0,NULL,'Una variabile di sostituzione non può iniziare con \"%%cf_\" o \"%%ct_\" perchè sono riservate per le variabili di variabili standard di WPSEO per i campi personalizzati e per le tassonomie personalizzate. Prova a rendere il nome di questa variabile univoco.',NULL,'',0,'2018-11-15 14:06:17'),(7879,9131,'it',0,NULL,'Una variabile di sostituzione può contenere solo caratteri alfanumerici, il carattere di sottolineatura o il trattino. Prova a rinoinare la tua variabile.',NULL,'',0,'2018-11-15 14:06:17'),(7880,9132,'it',0,NULL,'Una variabile di sostituzione con questo nome è già stata registrata. Prova a rendere il nome di questa variabile ancora più univoco.',NULL,'',0,'2018-11-15 14:06:17'),(7881,9133,'it',0,NULL,'Una integrazione senza interruzioni fra  %1$s e %2$s',NULL,'',0,'2018-11-15 14:06:17'),(7882,9134,'it',0,NULL,'Una piccola attività offline',NULL,'',0,'2018-11-15 14:06:17'),(7883,9135,'it',0,NULL,'ATTIVO',NULL,'',0,'2018-11-15 14:06:17'),(7884,9136,'it',0,NULL,'Accesso negato',NULL,'',0,'2018-11-15 14:06:17'),(7885,9137,'it',0,NULL,'Account',NULL,'',0,'2018-11-15 14:06:17'),(7886,9138,'it',0,NULL,'Azione',NULL,'',0,'2018-11-15 14:06:17'),(7887,9139,'it',0,NULL,'Attiva Licenza',NULL,'',0,'2018-11-15 14:06:17'),(7888,9140,'it',0,NULL,'Attiva il tuo sito su My Yoast',NULL,'',0,'2018-11-15 14:06:17'),(7889,9141,'it',0,NULL,'Attivato',NULL,'',0,'2018-11-15 14:06:17'),(7890,9142,'it',0,NULL,'Attivazione non riuscita:',NULL,'',0,'2018-11-15 14:06:17'),(7891,9143,'it',0,NULL,'Aggiungi meta dati Open Graph',NULL,'',0,'2018-11-15 14:06:17'),(7892,9144,'it',0,NULL,'Aggiungi i metadati della Twitter card',NULL,'',0,'2018-11-15 14:06:17'),(7893,9145,'it',0,NULL,'Aggiungi un\'immagine',NULL,'',0,'2018-11-15 14:06:17'),(7894,9146,'it',0,NULL,'Aggiungi domanda',NULL,'',0,'2018-11-15 14:06:17'),(7895,9147,'it',0,NULL,'Aggiungi una frase chiave correlata',NULL,'',0,'2018-11-15 14:06:17'),(7896,9148,'it',0,NULL,'Aggiungi un passaggio',NULL,'',0,'2018-11-15 14:06:17'),(7897,9149,'it',0,NULL,'Aggiungi sinonimi',NULL,'',0,'2018-11-15 14:06:17'),(7898,9150,'it',0,NULL,'Aggiungi il tempo totale',NULL,'',0,'2018-11-15 14:06:17'),(7899,9151,'it',0,NULL,'Add-ons',NULL,'',0,'2018-11-15 14:06:17'),(7900,9152,'it',0,NULL,'Menu della barra di amministrazione',NULL,'',0,'2018-11-15 14:06:17'),(7901,9153,'it',0,NULL,'Avviso per l\'amministratore: questa pagina non mostra una meta descrizione perché non ne ha una, è necessario scriverla per questa pagina o andare nel menu SEO -> Titoli & Metadati e impostare un template.',NULL,'',0,'2018-11-15 14:06:17'),(7902,9154,'it',0,NULL,'Avanzate',NULL,'',0,'2018-11-15 14:06:17'),(7903,9155,'it',0,NULL,'Impostazioni Avanzate <code>meta</code> robots per questa pagina.',NULL,'',0,'2018-11-15 14:06:17'),(7904,9156,'it',0,NULL,'Variabile Avanzate',NULL,'',0,'2018-11-15 14:06:17'),(7905,9157,'it',0,NULL,'Tutti i punteggi di leggibilità',NULL,'',0,'2018-11-15 14:06:17'),(7906,9158,'it',0,NULL,'Tutti i punteggi SEO',NULL,'',0,'2018-11-15 14:06:17'),(7907,9159,'it',0,NULL,'Tutti i tuoi testi sono già stati contati, non c\'è bisogno di contarli di nuovo. ',NULL,'',0,'2018-11-15 14:06:17'),(7908,9160,'it',0,NULL,'Permetti il controllo',NULL,'',0,'2018-11-15 14:06:17'),(7909,9161,'it',0,NULL,'Consenti ai clienti di ritirare il loro ordine %s a livello locale',NULL,'',0,'2018-11-15 14:06:17'),(7910,9162,'it',0,NULL,'Consenti ai motori di ricerca di mostrare %s nei risultati delle ricerche?',NULL,'',0,'2018-11-15 14:06:17'),(7911,9163,'it',0,NULL,'Si è verificato un errore nella valutazione di \'%1$s\'',NULL,'',0,'2018-11-15 14:06:17'),(7912,9164,'it',0,NULL,'Si è verificato un errore durante il caricamento del selettore della tassonomia primaria %s. ',NULL,'',0,'2018-11-15 14:06:17'),(7913,9165,'it',0,NULL,'Un negozio online',NULL,'',0,'2018-11-15 14:06:17'),(7914,9166,'it',0,NULL,'Analisi',NULL,'',0,'2018-11-15 14:06:17'),(7915,9167,'it',0,NULL,'Risultati dell\'analisi',NULL,'',0,'2018-11-15 14:06:17'),(7916,9168,'it',0,NULL,'Analizza tutto il sito',NULL,'',0,'2018-11-15 14:06:17'),(7917,9169,'it',0,NULL,'Analizza questa pagina',NULL,'',0,'2018-11-15 14:06:17'),(7918,9170,'it',0,NULL,'Testo del link per la Home Page',NULL,'',0,'2018-11-15 14:06:17'),(7919,9171,'it',0,NULL,'Anchor text per la homepage:',NULL,'',0,'2018-11-15 14:06:17'),(7920,9172,'it',0,NULL,'Titolo dell\'archivio',NULL,'',0,'2018-11-15 14:06:17'),(7921,9173,'it',0,NULL,'Archivi',NULL,'',0,'2018-11-15 14:06:17'),(7922,9174,'it',0,NULL,'Archivi per',NULL,'',0,'2018-11-15 14:06:17'),(7923,9175,'it',0,NULL,'Guida alle impostazioni degli archivi',NULL,'',0,'2018-11-15 14:06:17'),(7924,9176,'it',0,NULL,'Sei su Google News? Aumenta il tuo traffico da Google News ottimizzandoti per esso!',NULL,'',0,'2018-11-15 14:06:17'),(7925,9177,'it',0,NULL,'Stai cercando di utilizzare più frasi chiave? Dovresti aggiungerle separatamente sotto.',NULL,'',0,'2018-11-15 14:06:17'),(7926,9178,'it',0,NULL,'Come puoi vedere, c\'è una traduzione di questo plugin in %1$s. Questa traduzione è attualmente completa al %3$d%%. Abbiamo bisogno del tuo aiuto per completarla e per correggere eventuali errori. Registrati a %4$s per aiutare a completare la traduzione in %1$s!',NULL,'',0,'2018-11-15 14:06:17'),(7927,9179,'it',0,NULL,'Asterisco',NULL,'',0,'2018-11-15 14:06:17'),(7928,9180,'it',0,NULL,'Didascalia Allegato',NULL,'',0,'2018-11-15 14:06:17'),(7929,9181,'it',0,NULL,'Attrai più clienti vicino a te',NULL,'',0,'2018-11-15 14:06:17'),(7930,9182,'it',0,NULL,'Autenticati',NULL,'',0,'2018-11-15 14:06:17'),(7931,9183,'it',0,NULL,'Archivi autore',NULL,'',0,'2018-11-15 14:06:17'),(7932,9184,'it',0,NULL,'Impostazioni archivi autore',NULL,'',0,'2018-11-15 14:06:17'),(7933,9185,'it',0,NULL,'Variabili disponibili',NULL,'',0,'2018-11-15 14:06:17'),(7934,9186,'it',0,NULL,'Punteggio SEO Basso',NULL,'',0,'2018-11-15 14:06:17'),(7935,9187,'it',0,NULL,'Codice di verifica di Baidu',NULL,'',0,'2018-11-15 14:06:17'),(7936,9188,'it',0,NULL,'Corso SEO base',NULL,'',0,'2018-11-15 14:06:17'),(7937,9189,'it',0,NULL,'Variabili di base',NULL,'',0,'2018-11-15 14:06:17'),(7938,9190,'it',0,NULL,'Fatti trovare su Google Maps e nelle ricerche locali.',NULL,'',0,'2018-11-15 14:06:17'),(7939,9191,'it',0,NULL,'Fatti trovare da Google Video Search e migliora la condivisione dei tuoi video sui social media.',NULL,'',0,'2018-11-15 14:06:17'),(7940,9192,'it',0,NULL,'Di seguito sono elencati i punteggi SEO dei tuoi articoli pubblicati. Ora è il momento giusto per iniziare a migliorare alcuni dei tuoi post!',NULL,'',0,'2018-11-15 14:06:17'),(7941,9193,'it',0,NULL,'Codice di verifica Bing',NULL,'',0,'2018-11-15 14:06:17'),(7942,9194,'it',0,NULL,'Bloccato',NULL,'',0,'2018-11-15 14:06:17'),(7943,9195,'it',0,NULL,'Blog',NULL,'',0,'2018-11-15 14:06:17'),(7944,9196,'it',0,NULL,'Grassetto',NULL,'',0,'2018-11-15 14:06:17'),(7945,9197,'it',0,NULL,'Evidenzia in grassetto l\'ultima pagina',NULL,'',0,'2018-11-15 14:06:17'),(7946,9198,'it',0,NULL,'Sia  %1$s che  %2$s generano una mappa del sito XML, avere due file XML non porta benefici per i motori di ricerca e potrebbe rallentare il sito.',NULL,'',0,'2018-11-15 14:06:17'),(7947,9199,'it',0,NULL,'Sia  %1$s che  %2$s generano dei meta tag OpenGraph, che potrebbero causare un\'aspetto indesiderato dei vostri contenuti qualora fossero condivisi su Facebook, Twitter, LinkedIn ed altri social.',NULL,'',0,'2018-11-15 14:06:17'),(7948,9200,'it',0,NULL,'Sia %1$s sia %2$s gestiscono la SEO del tuo sito. Avere due plugin SEO attivi contemporaneamente può esere dannoso.',NULL,'',0,'2018-11-15 14:06:17'),(7949,9201,'it',0,NULL,'Breadcrumb per la pagina 404',NULL,'',0,'2018-11-15 14:06:17'),(7950,9202,'it',0,NULL,'Breadcrumb per le pagine 404:',NULL,'',0,'2018-11-15 14:06:17'),(7951,9203,'it',0,NULL,'Impostazioni dei breadcrumb per l\'archivio %s',NULL,'',0,'2018-11-15 14:06:17'),(7952,9204,'it',0,NULL,'Breadcrumbs',NULL,'',0,'2018-11-15 14:06:17'),(7953,9205,'it',0,NULL,'Titolo dei breadcrumbs',NULL,'',0,'2018-11-15 14:06:17'),(7954,9206,'it',0,NULL,'Separatore dei Breadcrumb:',NULL,'',0,'2018-11-15 14:06:17'),(7955,9207,'it',0,NULL,'Impostazioni dei Breadcrumbs',NULL,'',0,'2018-11-15 14:06:17'),(7956,9208,'it',0,NULL,'Titolo dei breadcrumbs',NULL,'',0,'2018-11-15 14:06:17'),(7957,9209,'it',0,NULL,'Editor di massa',NULL,'',0,'2018-11-15 14:06:17'),(7958,9210,'it',0,NULL,'Punto',NULL,'',0,'2018-11-15 14:06:17'),(7959,9211,'it',0,NULL,'Acquista %1$s',NULL,'',0,'2018-11-15 14:06:17'),(7960,9212,'it',0,NULL,'Compra %s',NULL,'',0,'2018-11-15 14:06:17'),(7961,9213,'it',0,NULL,'Abilitando questa opzione, gli URL degli allegati diventano visibili sia ai tuoi visitatori sia a Google. \nPer aggiungere valore al tuo sito web, dovrebbero contenere informazioni utili, in caso contrario potrebbero avere un impatto negativo sulla tua posizione. Valuta attentamente e %1$sleggi questo articolo%2$s se\nvuoi maggiori informazioni sull\'impatto della visualizzazione dei media nei risultati di ricerca.',NULL,'',0,'2018-11-15 14:06:17'),(7962,9214,'it',0,NULL,'A proposito, sapevi che abbiamo anche un %1$sPlugin Premium%2$s? Fornisce funzionalità più avanzate, quali un gestore di redirect ed il supporto per frasi chiave multiple. Inoltre dispone di una assistenza personalizzata 24/7.',NULL,'',0,'2018-11-15 14:06:17'),(7963,9215,'it',0,NULL,'Validazione CSS',NULL,'',0,'2018-11-15 14:06:17'),(7964,9216,'it',0,NULL,'Classe(i) CSS da applicare ai passaggi ',NULL,'',0,'2018-11-15 14:06:17'),(7965,9217,'it',0,NULL,'Calcolo completato.',NULL,'',0,'2018-11-15 14:06:17'),(7966,9218,'it',0,NULL,'Calcolo in corso...',NULL,'',0,'2018-11-15 14:06:17'),(7967,9219,'it',0,NULL,'Canonical URL',NULL,'',0,'2018-11-15 14:06:17'),(7968,9220,'it',0,NULL,'Didascalia',NULL,'',0,'2018-11-15 14:06:17'),(7969,9221,'it',0,NULL,'Categoria',NULL,'',0,'2018-11-15 14:06:17'),(7970,9222,'it',0,NULL,'Gli URL di categoria all\'interno di WordPress usano un prefisso, solitamente %s. Questa funzione rimuove quel prefisso, soltanto dalle categorie.',NULL,'',0,'2018-11-15 14:06:17'),(7971,9223,'it',0,NULL,'Descrizione della categoria',NULL,'',0,'2018-11-15 14:06:17'),(7972,9224,'it',0,NULL,'Cambia lingua',NULL,'',0,'2018-11-15 14:06:17'),(7973,9225,'it',0,NULL,'Cambiare le impostazioni dei permalink può influenzare la visibilità sui motori di ricerca. Non dovresti quasi  %1$s mai %2$s farlo quando un sito è online.',NULL,'',0,'2018-11-15 14:06:17'),(7974,9226,'it',0,NULL,'Controlla la Cache di Google',NULL,'',0,'2018-11-15 14:06:17'),(7975,9227,'it',0,NULL,'Controlla gli headers',NULL,'',0,'2018-11-15 14:06:17'),(7976,9228,'it',0,NULL,'Controlla la densità della frase chiave',NULL,'',0,'2018-11-15 14:06:17'),(7977,9229,'it',0,NULL,'Controlla la configurazione SEO',NULL,'',0,'2018-11-15 14:06:17'),(7978,9230,'it',0,NULL,'Controlla i link a questo URL',NULL,'',0,'2018-11-15 14:06:17'),(7979,9231,'it',0,NULL,'Verifica come appare il tuo articolo su Facebook o Twitter.',NULL,'',0,'2018-11-15 14:06:17'),(7980,9232,'it',0,NULL,'Scegli un profilo',NULL,'',0,'2018-11-15 14:06:17'),(7981,9233,'it',0,NULL,'Seleziona un\'immagine',NULL,'',0,'2018-11-15 14:06:17'),(7982,9234,'it',0,NULL,'Scegli immagine',NULL,'',0,'2018-11-15 14:06:17'),(7983,9235,'it',0,NULL,'Scegli il sito le cui impostazioni verranno utilizzate come standard per tutti i siti che verranno aggiunti al network. Se scegli \'Nessuno\', verranno utilizzati i valori standard del plugin.',NULL,'',0,'2018-11-15 14:06:17'),(7984,9236,'it',0,NULL,'Scegli il simbolo da utilizzare come separatore del titolo. Apparirà, ad esempio, fra il titolo del tuo articolo ed il nome del sito. I simboli sono visualizzati nella dimensione con cui appariranno nei risultati delle ricerche.',NULL,'',0,'2018-11-15 14:06:17'),(7985,9237,'it',0,NULL,'Indica il tuo sito come in costruzione se vuoi tenerlo fuori dall\'indice dei motori di ricerca. Non dimenticare di cambiare questa impostazione quando il tuo sito è pronto per essere pubblicato.',NULL,'',0,'2018-11-15 14:06:17'),(7986,9238,'it',0,NULL,'Scegli se sei un\'azienda o una persona',NULL,'',0,'2018-11-15 14:06:17'),(7987,9239,'it',0,NULL,'Seleziona il tuo file settings.zip',NULL,'',0,'2018-11-15 14:06:17'),(7988,9240,'it',0,NULL,'Pulisci',NULL,'',0,'2018-11-15 14:06:17'),(7989,9241,'it',0,NULL,'La pulizia dati di %s non è andata a buon fine.',NULL,'',0,'2018-11-15 14:06:17'),(7990,9242,'it',0,NULL,'Cancella l\'immagine',NULL,'',0,'2018-11-15 14:06:17'),(7991,9243,'it',0,NULL,'Fai clic sul pulsante \"%3$s\" per utilizzare la meta descrizione già impostata nelle Impostazioni dell\'%1$sAspetto della ricerca per la Homepage%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(7992,9244,'it',0,NULL,'Chiudi',NULL,'',0,'2018-11-15 14:06:17'),(7993,9245,'it',0,NULL,'Chiudi editor snippet',NULL,'',0,'2018-11-15 14:06:17'),(7994,9246,'it',0,NULL,'Chiudi la procedura guidata',NULL,'',0,'2018-11-15 14:06:17'),(7995,9247,'it',0,NULL,'Chiudi la procedura guidata',NULL,'',0,'2018-11-15 14:06:17'),(7996,9248,'it',0,NULL,'Due punti',NULL,'',0,'2018-11-15 14:06:17'),(7997,9249,'it',0,NULL,'Include la nostra garanzia di restituzione dei soldi entro 30 giorni senza nessuna domanda sul motivo della richiesta',NULL,'',0,'2018-11-15 14:06:17'),(7998,9250,'it',0,NULL,'Azienda',NULL,'',0,'2018-11-15 14:06:17'),(7999,9251,'it',0,NULL,'Logo aziendale',NULL,'',0,'2018-11-15 14:06:17'),(8000,9252,'it',0,NULL,'Nome dell\'Azienda',NULL,'',0,'2018-11-15 14:06:17'),(8001,9253,'it',0,NULL,'Azienda o persona',NULL,'',0,'2018-11-15 14:06:17'),(8002,9254,'it',0,NULL,'Configurazione guidata',NULL,'',0,'2018-11-15 14:06:17'),(8003,9255,'it',0,NULL,'Configura le impostazioni OpenGraph di %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8004,9256,'it',0,NULL,'Configura %s',NULL,'',0,'2018-11-15 14:06:17'),(8005,9257,'it',0,NULL,'Configura %s in pochi passi',NULL,'',0,'2018-11-15 14:06:17'),(8006,9258,'it',0,NULL,'Prendi in considerazione di inserire il collegamento a questi articoli:',NULL,'',0,'2018-11-15 14:06:17'),(8007,9259,'it',0,NULL,'Prendi in considerazione di inserire il collegamento a questi {{a}}articoli cornerstone:{{/a}}',NULL,'',0,'2018-11-15 14:06:17'),(8008,9260,'it',0,NULL,'Considerazioni',NULL,'',0,'2018-11-15 14:06:17'),(8009,9261,'it',0,NULL,'Tipo di contenuto',NULL,'',0,'2018-11-15 14:06:17'),(8010,9262,'it',0,NULL,'Tipi di contenuto',NULL,'',0,'2018-11-15 14:06:17'),(8011,9263,'it',0,NULL,'Ottimizzazione dei contenuti',NULL,'',0,'2018-11-15 14:06:17'),(8012,9264,'it',0,NULL,'Ottimizzazione dei contenuti: punteggio SEO Basso',NULL,'',0,'2018-11-15 14:06:17'),(8013,9265,'it',0,NULL,'Ottimizzazione dei contenuti: punteggio SEO Buono',NULL,'',0,'2018-11-15 14:06:17'),(8014,9266,'it',0,NULL,'Ottimizzazione dei contenuti: c\'è un feedback',NULL,'',0,'2018-11-15 14:06:17'),(8015,9267,'it',0,NULL,'Ottimizzazione dei contenuti: Punteggio SEO OK',NULL,'',0,'2018-11-15 14:06:17'),(8016,9268,'it',0,NULL,'Contenuto da inserire dopo qualsiasi post nel feed',NULL,'',0,'2018-11-15 14:06:17'),(8017,9269,'it',0,NULL,'Contenuto da inserire prima di ogni post nel feed',NULL,'',0,'2018-11-15 14:06:17'),(8018,9270,'it',0,NULL,'Archivio dei post type da mostrare nei breadcrumbs per le tassonomie',NULL,'',0,'2018-11-15 14:06:17'),(8019,9271,'it',0,NULL,'Copiato!',NULL,'',0,'2018-11-15 14:06:17'),(8020,9272,'it',0,NULL,'Copia l\'errore ',NULL,'',0,'2018-11-15 14:06:17'),(8021,9273,'it',0,NULL,'Copia la meta descrizione della home',NULL,'',0,'2018-11-15 14:06:17'),(8022,9274,'it',0,NULL,'Copia il link',NULL,'',0,'2018-11-15 14:06:17'),(8023,9275,'it',0,NULL,'Copia il link all\'articolo suggerito: %s',NULL,'',0,'2018-11-15 14:06:17'),(8024,9276,'it',0,NULL,'Contenuto Cornerstone (contenuto centrale)',NULL,'',0,'2018-11-15 14:06:17'),(8025,9277,'it',0,NULL,'I contenuti Cornerstone (contenuti centrali) dovrebbero essere gli articoli più importanti ed esaustivi del tuo sito.',NULL,'',0,'2018-11-15 14:06:17'),(8026,9278,'it',0,NULL,'Non è stato possibile scrivere i settaggi su file.',NULL,'',0,'2018-11-15 14:06:17'),(8027,9279,'it',0,NULL,'Non è possibile zippare il setting-file.',NULL,'',0,'2018-11-15 14:06:17'),(8028,9280,'it',0,NULL,'Conta i link nei tuoi testi',NULL,'',0,'2018-11-15 14:06:17'),(8029,9281,'it',0,NULL,'Conteggio dei link nei tuoi testi',NULL,'',0,'2018-11-15 14:06:17'),(8030,9282,'it',0,NULL,'Errori di scansione per pagina',NULL,'',0,'2018-11-15 14:06:17'),(8031,9283,'it',0,NULL,'Scorri l\'elenco dei problemi',NULL,'',0,'2018-11-15 14:06:17'),(8032,9284,'it',0,NULL,'Scorri l\'elenco dei problemi di navigazione',NULL,'',0,'2018-11-15 14:06:17'),(8033,9285,'it',0,NULL,'Crea file %s',NULL,'',0,'2018-11-15 14:06:17'),(8034,9286,'it',0,NULL,'Crea una guida How-to in una modalità SEO-friendly. Puoi usare solo un blocco How-to per articolo.',NULL,'',0,'2018-11-15 14:06:17'),(8035,9287,'it',0,NULL,'Crea e gestisci i redirect nella tua installazione WordPress.',NULL,'',0,'2018-11-15 14:06:17'),(8036,9288,'it',0,NULL,'Crea un Redirect',NULL,'',0,'2018-11-15 14:06:17'),(8037,9289,'it',0,NULL,'Crea sitemap XML per le news',NULL,'',0,'2018-11-15 14:06:17'),(8038,9290,'it',0,NULL,'Creare redirect è una caratteristica di %s',NULL,'',0,'2018-11-15 14:06:17'),(8039,9291,'it',0,NULL,'Crediti',NULL,'',0,'2018-11-15 14:06:17'),(8040,9292,'it',0,NULL,'Profilo corrente',NULL,'',0,'2018-11-15 14:06:17'),(8041,9293,'it',0,NULL,'Anno corrente',NULL,'',0,'2018-11-15 14:06:17'),(8042,9294,'it',0,NULL,'Trattino',NULL,'',0,'2018-11-15 14:06:17'),(8043,9295,'it',0,NULL,'Bacheca',NULL,'',0,'2018-11-15 14:06:17'),(8044,9296,'it',0,NULL,'Data',NULL,'',0,'2018-11-15 14:06:17'),(8045,9297,'it',0,NULL,'Archivi per data',NULL,'',0,'2018-11-15 14:06:17'),(8046,9298,'it',0,NULL,'Impostazioni archivi per data',NULL,'',0,'2018-11-15 14:06:17'),(8047,9299,'it',0,NULL,'Data nell\'anteprima dello snippet',NULL,'',0,'2018-11-15 14:06:17'),(8048,9300,'it',0,NULL,'Gli archivi per data potrebbero in alcuni casi essere rilevati come contenuti duplicati.',NULL,'',0,'2018-11-15 14:06:17'),(8049,9301,'it',0,NULL,'Disattivare %s',NULL,'',0,'2018-11-15 14:06:17'),(8050,9302,'it',0,NULL,'Disattiva Licenza',NULL,'',0,'2018-11-15 14:06:17'),(8051,9303,'it',0,NULL,'Predefinito per %2$s, attualmente: %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8052,9304,'it',0,NULL,'Impostazioni standard',NULL,'',0,'2018-11-15 14:06:17'),(8053,9305,'it',0,NULL,'Elimina domanda',NULL,'',0,'2018-11-15 14:06:17'),(8054,9306,'it',0,NULL,'Elimina passaggio',NULL,'',0,'2018-11-15 14:06:17'),(8055,9307,'it',0,NULL,'Elimina il tempo totale',NULL,'',0,'2018-11-15 14:06:17'),(8056,9308,'it',0,NULL,'Descrivi la durata del processo indicato nelle istruzioni:',NULL,'',0,'2018-11-15 14:06:17'),(8057,9309,'it',0,NULL,'Descrizione',NULL,'',0,'2018-11-15 14:06:17'),(8058,9310,'it',0,NULL,'Desktop',NULL,'',0,'2018-11-15 14:06:17'),(8059,9311,'it',0,NULL,'Anteprima in modalità desktop',NULL,'',0,'2018-11-15 14:06:17'),(8060,9312,'it',0,NULL,'Sai che %s analizza anche le diverse forme delle tue frasi chiave, come i plurali e i tempi verbali?',NULL,'',0,'2018-11-15 14:06:17'),(8061,9313,'it',0,NULL,'Disattiva',NULL,'',0,'2018-11-15 14:06:17'),(8062,9314,'it',0,NULL,'Disabilita l\'analisi SEO',NULL,'',0,'2018-11-15 14:06:17'),(8063,9315,'it',0,NULL,'Disabilita l\'analisi della leggibilità',NULL,'',0,'2018-11-15 14:06:17'),(8064,9316,'it',0,NULL,'Disabilitato',NULL,'',0,'2018-11-15 14:06:17'),(8065,9317,'it',0,NULL,'Scopri perché la leggibilità è importante per la strategia SEO.',NULL,'',0,'2018-11-15 14:06:17'),(8066,9318,'it',0,NULL,'Ignora il messaggio che ti invita a passare a %s ',NULL,'',0,'2018-11-15 14:06:17'),(8067,9319,'it',0,NULL,'Scarta questo elemento.',NULL,'',0,'2018-11-15 14:06:17'),(8068,9320,'it',0,NULL,'Ignora questa notifica',NULL,'',0,'2018-11-15 14:06:17'),(8069,9321,'it',0,NULL,'Non consentire ai motori di ricerca di mostrare %s nei risultati di ricerca.',NULL,'',0,'2018-11-15 14:06:17'),(8070,9322,'it',0,NULL,'Vuoi conoscere tutte le sfaccettature di %1$s? Vuoi imparare tutto riguardo le nostre impostazioni avanzate? Vuoi essere in grado di ottenere il massimo da %1$s? Dai un\'occhiata alle nostre guide sul plugin %1$s e inizia subito a superare i tuoi concorrenti!',NULL,'',0,'2018-11-15 14:06:17'),(8071,9323,'it',0,NULL,'Vuoi imparare da solo come migliorare la tua strategia SEO? Nel nostro %1$s apprenderai competenze pratiche di SEO dalla ricerca di parole chiave e scrittura del testo, agli aspetti di SEO tecnici e esterni al sito. Utilizzare il plugin %2$s è il primo passo. Applicare una buona strategia quotidiana di SEO è un altro. Semplicemente, non otterrai mai i risultati che desideri senza metterti a lavorare di persona. %1$s ti insegna come.',NULL,'',0,'2018-11-15 14:06:17'),(8072,9324,'it',0,NULL,'Vuoi superare i tuoi concorrenti? %1$s ti offre altre eccezionali funzionalità che ti aiuteranno a elaborare una strategia SEO come un professionista. Aggiungi sinonimi e parole chiave correlate, usa la nostra analisi SEO Premium, il redirect manager e il nostro tool per i link interni. %1$s ti permette di accedere anche all\'assistenza premium.',NULL,'',0,'2018-11-15 14:06:17'),(8073,9325,'it',0,NULL,'Vuoi vedere un\'anteprima di come questo articolo apparirà quando viene condiviso su %1$s? Ora puoi, con %2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8074,9326,'it',0,NULL,'Il tuo sito rappresenta una persona o un\'azienda?',NULL,'',0,'2018-11-15 14:06:17'),(8075,9327,'it',0,NULL,'Il tuo è un sito o sarà un sito con autori multipli?',NULL,'',0,'2018-11-15 14:06:17'),(8076,9328,'it',0,NULL,'Non perderti gli errori del crawl: %1$scollegati alla Google Search Console qui%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8077,9329,'it',0,NULL,'Non sprecare il tuo tempo a capire da solo quali sono le impostazioni migliori.',NULL,'',0,'2018-11-15 14:06:17'),(8078,9330,'it',0,NULL,'Inserisci facilmente Google Maps, un localizzatore di punti vendita, gli orari di apertura e molto altro',NULL,'',0,'2018-11-15 14:06:17'),(8079,9331,'it',0,NULL,'Facile gestore per il reindirizzamento',NULL,'',0,'2018-11-15 14:06:17'),(8080,9332,'it',0,NULL,'Modifica',NULL,'',0,'2018-11-15 14:06:17'),(8081,9333,'it',0,NULL,'Modifica &#8220;%s&#8221;',NULL,'',0,'2018-11-15 14:06:17'),(8082,9334,'it',0,NULL,'Modifica Files',NULL,'',0,'2018-11-15 14:06:17'),(8083,9335,'it',0,NULL,'Modifica snippet',NULL,'',0,'2018-11-15 14:06:17'),(8084,9336,'it',0,NULL,'Modifica il contenuto del tuo %s:',NULL,'',0,'2018-11-15 14:06:17'),(8085,9337,'it',0,NULL,'trattino em',NULL,'',0,'2018-11-15 14:06:17'),(8086,9338,'it',0,NULL,'Email',NULL,'',0,'2018-11-15 14:06:17'),(8087,9339,'it',0,NULL,'L\'assistenza tramite email è una funzionalità %s',NULL,'',0,'2018-11-15 14:06:17'),(8088,9340,'it',0,NULL,'trattino en',NULL,'',0,'2018-11-15 14:06:17'),(8089,9341,'it',0,NULL,'Abilita i Breadcrumbs',NULL,'',0,'2018-11-15 14:06:17'),(8090,9342,'it',0,NULL,'Abilita le sitemap XML generate da %s.',NULL,'',0,'2018-11-15 14:06:17'),(8091,9343,'it',0,NULL,'Abilita questa funzione se vuoi che Facebook e altri social media visualizzino un\'anteprima con immagini e un riassunto di testo quando viene condiviso un link al tuo sito.',NULL,'',0,'2018-11-15 14:06:17'),(8092,9344,'it',0,NULL,'Abilita questa funzione se vuoi che Twitter mostri un\'anteprima con le immagini ed un riassunto del testo quando un link del tuo sito viene condiviso.',NULL,'',0,'2018-11-15 14:06:17'),(8093,9345,'it',0,NULL,'Abilitato',NULL,'',0,'2018-11-15 14:06:17'),(8094,9346,'it',0,NULL,'Migliora l\'esperienza di condivisione di articoli contenenti video',NULL,'',0,'2018-11-15 14:06:17'),(8095,9347,'it',0,NULL,'Migliora le tue pagine di contatto con Google Maps, gli orari di apertura e un localizzatore del negozio',NULL,'',0,'2018-11-15 14:06:17'),(8096,9348,'it',0,NULL,'Iscriviti al corso Yoast SEO for WordPress »',NULL,'',0,'2018-11-15 14:06:17'),(8097,9349,'it',0,NULL,'Inserisci una descrizione',NULL,'',0,'2018-11-15 14:06:17'),(8098,9350,'it',0,NULL,'Inserisci una frase chiave per calcolare il punteggio SEO',NULL,'',0,'2018-11-15 14:06:17'),(8099,9351,'it',0,NULL,'Inserisci una domanda',NULL,'',0,'2018-11-15 14:06:17'),(8100,9352,'it',0,NULL,'Inserisci una descrizione del passaggio',NULL,'',0,'2018-11-15 14:06:17'),(8101,9353,'it',0,NULL,'Inserisci un titolo del passaggio ',NULL,'',0,'2018-11-15 14:06:17'),(8102,9354,'it',0,NULL,'Inserisci qui il codice di autorizzazione...',NULL,'',0,'2018-11-15 14:06:17'),(8103,9355,'it',0,NULL,'Inserisci lo %1$sID del sito%2$s per il sito dal quale ricavare le impostazioni che desideri utilizzare come predefinite per tutti i siti già aggiunti al tuo network. Lascia vuoto per nessun sito (verranno utilizzati i valori predefiniti del plugin).',NULL,'',0,'2018-11-15 14:06:17'),(8104,9356,'it',0,NULL,'Inserisci la risposta alla domanda',NULL,'',0,'2018-11-15 14:06:17'),(8105,9357,'it',0,NULL,'inserisci il tuo Codice di Autorizzazione di Google e premi il pulsante di Autenticazione.',NULL,'',0,'2018-11-15 14:06:17'),(8106,9358,'it',0,NULL,'Ambiente',NULL,'',0,'2018-11-15 14:06:17'),(8107,9359,'it',0,NULL,'Errore 404: Pagina non trovata',NULL,'',0,'2018-11-15 14:06:17'),(8108,9360,'it',0,NULL,'Errore nella creazione dell\'export di %1$s: ',NULL,'',0,'2018-11-15 14:06:17'),(8109,9361,'it',0,NULL,'Errore: %s',NULL,'',0,'2018-11-15 14:06:17'),(8110,9362,'it',0,NULL,'Errori',NULL,'',0,'2018-11-15 14:06:17'),(8111,9363,'it',0,NULL,'Errori che si sono verificati solo quando il tuo sito è stato scansionato da Googlebot-Mobile (gli errori non sono comparsi per la versione desktop).',NULL,'',0,'2018-11-15 14:06:17'),(8112,9364,'it',0,NULL,'Errori che si sono verificati quando il tuo sito è stato scansionato da Googlebot.',NULL,'',0,'2018-11-15 14:06:17'),(8113,9365,'it',0,NULL,'Errori che si sono verificati quando il tuo sito è stato scansionato da Googlebot per feature phone (gli errori non sono comparsi per la versione desktop).',NULL,'',0,'2018-11-15 14:06:17'),(8114,9366,'it',0,NULL,'Riassunto',NULL,'',0,'2018-11-15 14:06:17'),(8115,9367,'it',0,NULL,'Solo riassunto',NULL,'',0,'2018-11-15 14:06:17'),(8116,9368,'it',0,NULL,'Titolo %1$s Esistente',NULL,'',0,'2018-11-15 14:06:17'),(8117,9369,'it',0,NULL,'Meta descrizione Yoast esistente',NULL,'',0,'2018-11-15 14:06:17'),(8118,9370,'it',0,NULL,'L\'input dev\'essere un intero',NULL,'',0,'2018-11-15 14:06:17'),(8119,9371,'it',0,NULL,'Esporta le impostazioni',NULL,'',0,'2018-11-15 14:06:17'),(8120,9372,'it',0,NULL,'Esporta le tue impostazioni %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8121,9373,'it',0,NULL,'Esporta le tue impostazioni di %1$s qui, per reimportarle successivamente o per importarle in un altro sito.',NULL,'',0,'2018-11-15 14:06:17'),(8122,9374,'it',0,NULL,'Estendi Yoast SEO',NULL,'',0,'2018-11-15 14:06:17'),(8123,9375,'it',0,NULL,'Estensioni',NULL,'',0,'2018-11-15 14:06:17'),(8124,9376,'it',0,NULL,'FAQ',NULL,'',0,'2018-11-15 14:06:17'),(8125,9377,'it',0,NULL,'Facebook',NULL,'',0,'2018-11-15 14:06:17'),(8126,9378,'it',0,NULL,'Facebook e Twitter',NULL,'',0,'2018-11-15 14:06:17'),(8127,9379,'it',0,NULL,'Metadati Facebook / Open Graph',NULL,'',0,'2018-11-15 14:06:17'),(8128,9380,'it',0,NULL,'Facebook App ID',NULL,'',0,'2018-11-15 14:06:17'),(8129,9381,'it',0,NULL,'Debugger Facebook',NULL,'',0,'2018-11-15 14:06:17'),(8130,9382,'it',0,NULL,'URL della Pagina Facebook',NULL,'',0,'2018-11-15 14:06:17'),(8131,9383,'it',0,NULL,'URL profilo Facebook',NULL,'',0,'2018-11-15 14:06:17'),(8132,9384,'it',0,NULL,'Impostazioni Facebook',NULL,'',0,'2018-11-15 14:06:17'),(8133,9385,'it',0,NULL,'Fallita l\'attivazione della tua licenza, sembra che la chiave della licenza sia invalida.',NULL,'',0,'2018-11-15 14:06:17'),(8134,9386,'it',0,NULL,'Fallita la disattivazione della tua licenza %s.',NULL,'',0,'2018-11-15 14:06:17'),(8135,9387,'it',0,NULL,'Redirect difettosi',NULL,'',0,'2018-11-15 14:06:17'),(8136,9388,'it',0,NULL,'Feature phone',NULL,'',0,'2018-11-15 14:06:17'),(8137,9389,'it',0,NULL,'Funzionalità',NULL,'',0,'2018-11-15 14:06:17'),(8138,9390,'it',0,NULL,'Feedback',NULL,'',0,'2018-11-15 14:06:17'),(8139,9391,'it',0,NULL,'Carica lo status attuale',NULL,'',0,'2018-11-15 14:06:17'),(8140,9392,'it',0,NULL,'Modifica file',NULL,'',0,'2018-11-15 14:06:17'),(8141,9393,'it',0,NULL,'Filtro',NULL,'',0,'2018-11-15 14:06:17'),(8142,9394,'it',0,NULL,'Filtra per punteggio di leggibilità',NULL,'',0,'2018-11-15 14:06:17'),(8143,9395,'it',0,NULL,'Filtra per punteggio SEO',NULL,'',0,'2018-11-15 14:06:17'),(8144,9396,'it',0,NULL,'Filtra per tipo di contenuto',NULL,'',0,'2018-11-15 14:06:17'),(8145,9397,'it',0,NULL,'Filtro elenco articoli',NULL,'',0,'2018-11-15 14:06:17'),(8146,9398,'it',0,NULL,'Scopri come i contenuti cornerstone possono aiutarti a migliorare la struttura del tuo sito.',NULL,'',0,'2018-11-15 14:06:17'),(8147,9399,'it',0,NULL,'Scopri come il contatore di link di testo può migliorare la stategia SEO.',NULL,'',0,'2018-11-15 14:06:17'),(8148,9400,'it',0,NULL,'Scopri perché dovresti passare a %s',NULL,'',0,'2018-11-15 14:06:17'),(8149,9401,'it',0,NULL,'Scoperto per la prima volta',NULL,'',0,'2018-11-15 14:06:17'),(8150,9402,'it',0,NULL,'Configurazione SEO iniziale',NULL,'',0,'2018-11-15 14:06:17'),(8151,9403,'it',0,NULL,'Focus KW',NULL,'',0,'2018-11-15 14:06:17'),(8152,9404,'it',0,NULL,'Frase chiave',NULL,'',0,'2018-11-15 14:06:17'),(8153,9405,'it',0,NULL,'La frase chiave non è stata impostata.',NULL,'',0,'2018-11-15 14:06:17'),(8154,9406,'it',0,NULL,'Parola chiave principale',NULL,'',0,'2018-11-15 14:06:17'),(8155,9407,'it',0,NULL,'Segui il nostro corso Yoast SEO for WordPress e diventa Yoast SEO Expert certificato!',NULL,'',0,'2018-11-15 14:06:17'),(8156,9408,'it',0,NULL,'Per maggiori informazioni:',NULL,'',0,'2018-11-15 14:06:17'),(8157,9409,'it',0,NULL,'Forza la riscrittura dei titoli',NULL,'',0,'2018-11-15 14:06:17'),(8158,9410,'it',0,NULL,'Archivio Format-based',NULL,'',0,'2018-11-15 14:06:17'),(8159,9411,'it',0,NULL,'Gratuito: %1$sCorso SEO for Beginners%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8160,9412,'it',0,NULL,'Frequently Asked Questions',NULL,'',0,'2018-11-15 14:06:17'),(8161,9413,'it',0,NULL,'Impostazioni della pagina iniziale',NULL,'',0,'2018-11-15 14:06:17'),(8162,9414,'it',0,NULL,'Ottieni l\'accesso al nostro team di assistenza 24/7.',NULL,'',0,'2018-11-15 14:06:17'),(8163,9415,'it',0,NULL,'Generale',NULL,'',0,'2018-11-15 14:06:17'),(8164,9416,'it',0,NULL,'Passa a %s',NULL,'',0,'2018-11-15 14:06:17'),(8165,9417,'it',0,NULL,'Ricevi Codice di Autorizzazione di Google.',NULL,'',0,'2018-11-15 14:06:17'),(8166,9418,'it',0,NULL,'Passa a Yoast SEO Premium',NULL,'',0,'2018-11-15 14:06:17'),(8167,9419,'it',0,NULL,'Acquista ora Yoast SEO Premium »',NULL,'',0,'2018-11-15 14:06:17'),(8168,9420,'it',0,NULL,'Ottieni risultati migliori nella ricerca locale',NULL,'',0,'2018-11-15 14:06:17'),(8169,9421,'it',0,NULL,'Fatti trovare da potenziali clienti',NULL,'',0,'2018-11-15 14:06:17'),(8170,9422,'it',0,NULL,'Ottieni utili suggerimenti per innalzare il tuo posizionamento del tuo sito sui motori di ricerca.',NULL,'',0,'2018-11-15 14:06:17'),(8171,9423,'it',0,NULL,'Ottieni in tempo reale suggerimenti per i link interni',NULL,'',0,'2018-11-15 14:06:17'),(8172,9424,'it',0,NULL,'Inizia subito con la %2$sconfigurazione guidata%3$s di %1$s!',NULL,'',0,'2018-11-15 14:06:17'),(8173,9425,'it',0,NULL,'Assistenza',NULL,'',0,'2018-11-15 14:06:17'),(8174,9426,'it',0,NULL,'Scarica l\'esercitazione al plugin %s ora.',NULL,'',0,'2018-11-15 14:06:17'),(8175,9427,'it',0,NULL,'Ottieni il massimo da %1$s con %2$s',NULL,'',0,'2018-11-15 14:06:17'),(8176,9428,'it',0,NULL,'Ottieni il massimo dal plugin %s',NULL,'',0,'2018-11-15 14:06:17'),(8177,9429,'it',0,NULL,'Puoi ottenere il codice di verifica Baidu su %1$sBaidu Webmaster Tools%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8178,9430,'it',0,NULL,'Acquisisci il codice di verifica Bing da %1$sBing Webmaster Tools%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8179,9431,'it',0,NULL,'Acquisisci il codice di verifica Google da %1$sGoogle Search Console%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8180,9432,'it',0,NULL,'Acquisisci il tuo codice di verifica Yandex da %1$sYandex Webmaster Tools%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8181,9433,'it',0,NULL,'Vai %s!',NULL,'',0,'2018-11-15 14:06:17'),(8182,9434,'it',0,NULL,'Passa a Premium',NULL,'',0,'2018-11-15 14:06:17'),(8183,9435,'it',0,NULL,'Passa a Premium e i nostri esperti saranno lì per rispondere a tutte le domande che potresti avere sulla configurazione e sull\'utilizzo del plugin!',NULL,'',0,'2018-11-15 14:06:17'),(8184,9436,'it',0,NULL,'Torna indietro',NULL,'',0,'2018-11-15 14:06:17'),(8185,9437,'it',0,NULL,'Torna indietro ai risultati della ricerca',NULL,'',0,'2018-11-15 14:06:17'),(8186,9438,'it',0,NULL,'Buona',NULL,'',0,'2018-11-15 14:06:17'),(8187,9439,'it',0,NULL,'Punteggio SEO Buono',NULL,'',0,'2018-11-15 14:06:17'),(8188,9440,'it',0,NULL,'Ottimo lavoro!',NULL,'',0,'2018-11-15 14:06:17'),(8189,9441,'it',0,NULL,'Ottimo lavoro! Tutti i link nei tuoi testi sono stati contati.',NULL,'',0,'2018-11-15 14:06:17'),(8190,9442,'it',0,NULL,'Buon lavoro! Non siamo in grado di individuare nessun problema SEO.',NULL,'',0,'2018-11-15 14:06:17'),(8191,9443,'it',0,NULL,'Risultati buoni',NULL,'',0,'2018-11-15 14:06:17'),(8192,9444,'it',0,NULL,'Google Ads',NULL,'',0,'2018-11-15 14:06:17'),(8193,9445,'it',0,NULL,'Test Google Page Speed',NULL,'',0,'2018-11-15 14:06:17'),(8194,9446,'it',0,NULL,'Pagina Publisher su Google+',NULL,'',0,'2018-11-15 14:06:17'),(8195,9447,'it',0,NULL,'Google Search Console',NULL,'',0,'2018-11-15 14:06:17'),(8196,9448,'it',0,NULL,'Test per i Structured Data di Google',NULL,'',0,'2018-11-15 14:06:17'),(8197,9449,'it',0,NULL,'Google Trends',NULL,'',0,'2018-11-15 14:06:17'),(8198,9450,'it',0,NULL,'Google mostra il nome del tuo sito nei risultati della ricerca, se vuoi cambiarlo, puoi farlo da qui.',NULL,'',0,'2018-11-15 14:06:17'),(8199,9451,'it',0,NULL,'Codice di verifica Google',NULL,'',0,'2018-11-15 14:06:17'),(8200,9452,'it',0,NULL,'Google non è stato in grado di controllare questo URL a causa di un problema sconosciuto.',NULL,'',0,'2018-11-15 14:06:17'),(8201,9453,'it',0,NULL,'Google+',NULL,'',0,'2018-11-15 14:06:17'),(8202,9454,'it',0,NULL,'URL di Google+',NULL,'',0,'2018-11-15 14:06:17'),(8203,9455,'it',0,NULL,'Impostazioni Google',NULL,'',0,'2018-11-15 14:06:17'),(8204,9456,'it',0,NULL,'Googlebot può accedere al tuo sito, ma alcuni URL sono bloccati per il Googlebot nel tuo file %1$s. Questo blocco potrebbe essere sia per tutti i Googlebots o anche specifico per Googlebot-mobile.',NULL,'',0,'2018-11-15 14:06:17'),(8205,9457,'it',0,NULL,'Novità importante: puoi con %1$s! ',NULL,'',0,'2018-11-15 14:06:17'),(8206,9458,'it',0,NULL,'Ottime notizie: puoi con %s!',NULL,'',0,'2018-11-15 14:06:17'),(8207,9459,'it',0,NULL,'Simbolo di maggiore',NULL,'',0,'2018-11-15 14:06:17'),(8208,9460,'it',0,NULL,'Validazione HTML',NULL,'',0,'2018-11-15 14:06:17'),(8209,9461,'it',0,NULL,'Aiuto nella scelta della perfetta frase chiave',NULL,'',0,'2018-11-15 14:06:17'),(8210,9462,'it',0,NULL,'Aiuto per scrivere la meta descrizione della home',NULL,'',0,'2018-11-15 14:06:17'),(8211,9463,'it',0,NULL,'Aiuto per l\'impostazione dei risutati della ricerca per gli archivi degli autori',NULL,'',0,'2018-11-15 14:06:17'),(8212,9464,'it',0,NULL,'Aiuto per le impostazioni dei risultati di ricerca per gli autori senza un archivio degli articoli',NULL,'',0,'2018-11-15 14:06:17'),(8213,9465,'it',0,NULL,'Aiuto per le impostazioni del prefisso delle categorie',NULL,'',0,'2018-11-15 14:06:17'),(8214,9466,'it',0,NULL,'Aiuto per le impostazioni dei motori di ricerca degli archivi per data',NULL,'',0,'2018-11-15 14:06:17'),(8215,9467,'it',0,NULL,'Aiuto per il settaggio di questi risultati di ricerca.',NULL,'',0,'2018-11-15 14:06:17'),(8216,9468,'it',0,NULL,'Aiuto su: %s',NULL,'',0,'2018-11-15 14:06:17'),(8217,9469,'it',0,NULL,'Ehi, la tua SEO sta andando abbastanza bene! Guarda le statistiche:',NULL,'',0,'2018-11-15 14:06:17'),(8218,9470,'it',0,NULL,'Nascondi',NULL,'',0,'2018-11-15 14:06:17'),(8219,9471,'it',0,NULL,'Evidenzia questo risultato nel testo',NULL,'',0,'2018-11-15 14:06:17'),(8220,9472,'it',0,NULL,'Home',NULL,'',0,'2018-11-15 14:06:17'),(8221,9473,'it',0,NULL,'Homepage',NULL,'',0,'2018-11-15 14:06:17'),(8222,9474,'it',0,NULL,'Homepage & prima pagina',NULL,'',0,'2018-11-15 14:06:17'),(8223,9475,'it',0,NULL,'How to',NULL,'',0,'2018-11-15 14:06:17'),(8224,9476,'it',0,NULL,'Come inserire i breadcrumbs nel tuo tema',NULL,'',0,'2018-11-15 14:06:17'),(8225,9477,'it',0,NULL,'How-to',NULL,'',0,'2018-11-15 14:06:17'),(8226,9478,'it',0,NULL,'Grande problema SEO: stai bloccando l\'accesso ai robot.',NULL,'',0,'2018-11-15 14:06:17'),(8227,9479,'it',0,NULL,'ID',NULL,'',0,'2018-11-15 14:06:17'),(8228,9480,'it',0,NULL,'NON ATTIVO',NULL,'',0,'2018-11-15 14:06:17'),(8229,9481,'it',0,NULL,'Se questo è il caso sul tuo sito, è possibile disabilitarlo  (questo lo reindirizza alla home page), o aggiungergli %s in modo da non mostrarlo nei risultati della ricerca.',NULL,'',0,'2018-11-15 14:06:17'),(8230,9482,'it',0,NULL,'Se stai riscontrando problemi, %1$sinviaci un bug report%2$s e faremo del nostro meglio per aiutarti.',NULL,'',0,'2018-11-15 14:06:17'),(8231,9483,'it',0,NULL,'Se scegli no, i tuoi archivi autore saranno disattivati per prevenire problemi con contenuti duplicati.',NULL,'',0,'2018-11-15 14:06:17'),(8232,9484,'it',0,NULL,'Se non desideri utilizzare la meta descrizione per la condivisione su %1$s ma vuoi un\'altra descrizione, scrivila qui.',NULL,'',0,'2018-11-15 14:06:17'),(8233,9485,'it',0,NULL,'Se non vuoi usare la meta descrizione per la condivisione dell\'articolo su %s, e vuoi usare un\'altra descrizione, inseriscila qui.',NULL,'',0,'2018-11-15 14:06:17'),(8234,9486,'it',0,NULL,'Se non vuoi utilizzare il titolo del post nella condivisione su %s, ma desideri un altro titolo, scrivilo qui.',NULL,'',0,'2018-11-15 14:06:17'),(8235,9487,'it',0,NULL,'Se non vuoi utilizzare il titolo dell\'articolo per condividerlo su %1$s  ma preferisci avere un titolo differente, scrivilo qui.',NULL,'',0,'2018-11-15 14:06:17'),(8236,9488,'it',0,NULL,'Se tu avessi un file %s e questo fosse modificabile, potresti modificarlo da qui.',NULL,'',0,'2018-11-15 14:06:17'),(8237,9489,'it',0,NULL,'Se hai una pagina Google+ per il tuo business, aggiungi l\'URL qui e collegalo sulla tua pagina about di Google+.',NULL,'',0,'2018-11-15 14:06:17'),(8238,9490,'it',0,NULL,'Se hai un problema che non riesci a risolvere con i nostri video tutorial o con gli articoli della sezione knowledge base sul sito, puoi inviare un messaggio al nostro team di supporto, che è attivo 24/7.',NULL,'',0,'2018-11-15 14:06:17'),(8239,9491,'it',0,NULL,'Se hai già confermato il tuo sito in Pinterest, puoi saltare il passaggio successivo.',NULL,'',0,'2018-11-15 14:06:17'),(8240,9492,'it',0,NULL,'Se sai cosa significa e non vuoi più vedere questo messaggio, puoi %1$snon visualizzarlo più%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8241,9493,'it',0,NULL,'Se vuoi aiuto per creare contenuti fantastici, dai un\'occhiata al nostro %2$scorso di SEO copywriting%3$s. Se vuoi sapere tutto sulle funzionalità del plugin, valuta di seguire il nostro %1$s!',NULL,'',0,'2018-11-15 14:06:17'),(8242,9494,'it',0,NULL,'Se vuoi sorpassare la concorrenza in una città o regione specifica, prova il nostro plugin %1$s! Sarai in grado di inserire facilmente mappe di Google, orari di apertura, informazioni di contatto e uno store locator. Inoltre %1$s ti aiuta a migliorare l\'usabilità della tua pagina contatti. ',NULL,'',0,'2018-11-15 14:06:17'),(8243,9495,'it',0,NULL,'Se vuoi sovrascrivere l\'immagine usata su %s per questo articolo, carica / scegli un&#8217;immagine qui.',NULL,'',0,'2018-11-15 14:06:17'),(8244,9496,'it',0,NULL,'Se vuoi sfruttare appieno il plugin, richiedi i nostri corsi di formazione %1$s. Impara dal rinomato esperto di SEO %2$s e da tutto il team che lavora dietro al plugin. Ascolterai suggerimenti utili che ti aiuteranno a configurare il tuo sito web per ottenere risultati ancora migliori nella ricerca e per i tuoi visitatori. Ore di video, preaparati appositamente per rendere più piacevole imparare!',NULL,'',0,'2018-11-15 14:06:17'),(8245,9497,'it',0,NULL,'Se vuoi usare un\'immagine per la condivisione su %1$s, puoi caricare / scegliere un\'immagine o aggiungere l\'url dell\'immagine qui.',NULL,'',0,'2018-11-15 14:06:17'),(8246,9498,'it',0,NULL,'Se il tuo blog è curato solo da un autore l\'archivio autori sarà esattamente uguale alla tua homepage. Questo è ciò che si intende quando si parla di %1$scontenuti duplicati%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8247,9499,'it',0,NULL,'Se il tuo %s fosse modificabile, potresti modificarlo da qui.',NULL,'',0,'2018-11-15 14:06:17'),(8248,9500,'it',0,NULL,'URL Immagine',NULL,'',0,'2018-11-15 14:06:17'),(8249,9501,'it',0,NULL,'Fai un ping a Google alla pubblicazione di un nuovo articolo',NULL,'',0,'2018-11-15 14:06:17'),(8250,9502,'it',0,NULL,'Importa',NULL,'',0,'2018-11-15 14:06:17'),(8251,9503,'it',0,NULL,'Importa ed esporta',NULL,'',0,'2018-11-15 14:06:17'),(8252,9504,'it',0,NULL,'Importa da altri plugin SEO',NULL,'',0,'2018-11-15 14:06:17'),(8253,9505,'it',0,NULL,'Importa impostazioni',NULL,'',0,'2018-11-15 14:06:17'),(8254,9506,'it',0,NULL,'Importa le tue impostazioni selezionando il file %1$ssettings.zip%2$s e cliccando su \"Importa impostazioni\"',NULL,'',0,'2018-11-15 14:06:17'),(8255,9507,'it',0,NULL,'Importa le impostazioni da altri plugin per la SEO ed esportale per riutilizzarle su un altro blog.',NULL,'',0,'2018-11-15 14:06:17'),(8256,9508,'it',0,NULL,'Migliora la condivisione su Pinterest',NULL,'',0,'2018-11-15 14:06:17'),(8257,9509,'it',0,NULL,'Migliora l\'usabilità della tua pagina dei contatti',NULL,'',0,'2018-11-15 14:06:17'),(8258,9510,'it',0,NULL,'Migliora le tue competenze SEO.',NULL,'',0,'2018-11-15 14:06:17'),(8259,9511,'it',0,NULL,'Miglioramenti',NULL,'',0,'2018-11-15 14:06:17'),(8260,9512,'it',0,NULL,'Include un account MyYoast gratuito che ti consentirà di accedere al nostro corso SEO gratuito per Principianti!',NULL,'',0,'2018-11-15 14:06:17'),(8261,9513,'it',0,NULL,'Google Authorization Code Errato.',NULL,'',0,'2018-11-15 14:06:17'),(8262,9514,'it',0,NULL,'Aumenta la tua visibilità SEO',NULL,'',0,'2018-11-15 14:06:17'),(8263,9515,'it',0,NULL,'Controllo indicizzazione di %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8264,9516,'it',0,NULL,'L\'indicizzazione con l\'ID `%1$s` non esiste',NULL,'',0,'2018-11-15 14:06:17'),(8265,9517,'it',0,NULL,'Inserisci domanda',NULL,'',0,'2018-11-15 14:06:17'),(8266,9518,'it',0,NULL,'Inserisci una variabile',NULL,'',0,'2018-11-15 14:06:17'),(8267,9519,'it',0,NULL,'Inserisci passaggio',NULL,'',0,'2018-11-15 14:06:17'),(8268,9520,'it',0,NULL,'URL di Instagram',NULL,'',0,'2018-11-15 14:06:17'),(8269,9521,'it',0,NULL,'Installato',NULL,'',0,'2018-11-15 14:06:17'),(8270,9522,'it',0,NULL,'Richiesta per l\'articolo non valida. Il valore meta esiste già per l\'oggetto con l\'D %1$s.',NULL,'',0,'2018-11-15 14:06:17'),(8271,9523,'it',0,NULL,'Il tipo non è valido per il parametro \'%1$s\' passato.. Il tipo atteso è `%2$s`, e non `%3$s`',NULL,'',0,'2018-11-15 14:06:17'),(8272,9524,'it',0,NULL,'Categorie di problemi',NULL,'',0,'2018-11-15 14:06:17'),(8273,9525,'it',0,NULL,'Solo un altro sito WordPress',NULL,'',0,'2018-11-15 14:06:17'),(8274,9526,'it',0,NULL,'Mantieni',NULL,'',0,'2018-11-15 14:06:17'),(8275,9527,'it',0,NULL,'Frase chiave:',NULL,'',0,'2018-11-15 14:06:17'),(8276,9528,'it',0,NULL,'Ricerca Parole chiave',NULL,'',0,'2018-11-15 14:06:17'),(8277,9529,'it',0,NULL,'Keyword research training',NULL,'',0,'2018-11-15 14:06:17'),(8278,9530,'it',0,NULL,'Knowledge Graph',NULL,'',0,'2018-11-15 14:06:17'),(8279,9531,'it',0,NULL,'Knowledge base',NULL,'',0,'2018-11-15 14:06:17'),(8280,9532,'it',0,NULL,'Articolo della knowledge base',NULL,'',0,'2018-11-15 14:06:17'),(8281,9533,'it',0,NULL,'Etichetta',NULL,'',0,'2018-11-15 14:06:17'),(8282,9534,'it',0,NULL,'Ultima scansione',NULL,'',0,'2018-11-15 14:06:17'),(8283,9535,'it',0,NULL,'Post recenti sul blog %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8284,9536,'it',0,NULL,'Approfondisci il motivo per cui i permalink sono così importanti per la SEO. ',NULL,'',0,'2018-11-15 14:06:17'),(8285,9537,'it',0,NULL,'Impara tutto sulla strategia SEO con il nostro %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8286,9538,'it',0,NULL,'Scopri come l\'analisi SEO può aiutare il tuo posizionamento.',NULL,'',0,'2018-11-15 14:06:17'),(8287,9539,'it',0,NULL,'Ulteriori informazioni sui contenuti Cornerstone.',NULL,'',0,'2018-11-15 14:06:17'),(8288,9540,'it',0,NULL,'Ulteriori informazioni sull\'impostazione degli URL dei Media e degli allegati',NULL,'',0,'2018-11-15 14:06:17'),(8289,9541,'it',0,NULL,'Ulteriori informazioni sull\'impostazione del feed RSS',NULL,'',0,'2018-11-15 14:06:17'),(8290,9542,'it',0,NULL,'Leggi di più sulla verifica con i Webmaster Tools',NULL,'',0,'2018-11-15 14:06:17'),(8291,9543,'it',0,NULL,'Ulteriori informazioni sull\'impostazione degli archivi',NULL,'',0,'2018-11-15 14:06:17'),(8292,9544,'it',0,NULL,'Ulteriori informazioni sulle variabili disponibili',NULL,'',0,'2018-11-15 14:06:17'),(8293,9545,'it',0,NULL,'Ulteriori informazioni sull\'impostazione della homepage',NULL,'',0,'2018-11-15 14:06:17'),(8294,9546,'it',0,NULL,'Ulteriori informazioni sull\'impostazione del knowledge graph',NULL,'',0,'2018-11-15 14:06:17'),(8295,9547,'it',0,NULL,'Leggi di più sull\'Analisi di leggibilità. ',NULL,'',0,'2018-11-15 14:06:17'),(8296,9548,'it',0,NULL,'Ulteriori informazioni sull\'impostazione delle pagine speciali',NULL,'',0,'2018-11-15 14:06:17'),(8297,9549,'it',0,NULL,'Ulteriori informazioni sull\'impostazione del separatore del titolo',NULL,'',0,'2018-11-15 14:06:17'),(8298,9550,'it',0,NULL,'Leggi di più sulle impostazioni dei tuoi profili sui social network.',NULL,'',0,'2018-11-15 14:06:17'),(8299,9551,'it',0,NULL,'Impara nuovi trucchi SEO pratici per migliorare il tuo posizionamento su Google.',NULL,'',0,'2018-11-15 14:06:17'),(8300,9552,'it',0,NULL,'Virgoletta bassa sinistra',NULL,'',0,'2018-11-15 14:06:17'),(8301,9553,'it',0,NULL,'Simboli di minore',NULL,'',0,'2018-11-15 14:06:17'),(8302,9554,'it',0,NULL,'Chiave della Licenza',NULL,'',0,'2018-11-15 14:06:17'),(8303,9555,'it',0,NULL,'Stato della licenza',NULL,'',0,'2018-11-15 14:06:17'),(8304,9556,'it',0,NULL,'URL di LinkedIn',NULL,'',0,'2018-11-15 14:06:17'),(8305,9557,'it',0,NULL,'Elenca le tue FAQ (Frequently Asked Questions) in una modalità SEO-friendly. Puoi usare solo un blocco FAQ per articolo. ',NULL,'',0,'2018-11-15 14:06:17'),(8306,9558,'it',0,NULL,'Caricamento help center in corso.',NULL,'',0,'2018-11-15 14:06:17'),(8307,9559,'it',0,NULL,'Caricamento in corso...',NULL,'',0,'2018-11-15 14:06:17'),(8308,9560,'it',0,NULL,'Asterisco basso',NULL,'',0,'2018-11-15 14:06:17'),(8309,9561,'it',0,NULL,'Iscrizione a MailChimp fallita:',NULL,'',0,'2018-11-15 14:06:17'),(8310,9562,'it',0,NULL,'Rendi %1$s primario %2$s',NULL,'',0,'2018-11-15 14:06:17'),(8311,9563,'it',0,NULL,'Rendi primario',NULL,'',0,'2018-11-15 14:06:17'),(8312,9564,'it',0,NULL,'Assicurati di non perdere traffico!',NULL,'',0,'2018-11-15 14:06:17'),(8313,9565,'it',0,NULL,'Rendi i video responsive tramite l\'abilitazione di fitvids.js',NULL,'',0,'2018-11-15 14:06:17'),(8314,9566,'it',0,NULL,'Gestisci il tuo abbonamento su My Yoast',NULL,'',0,'2018-11-15 14:06:17'),(8315,9567,'it',0,NULL,'Indica come contenuto centrale',NULL,'',0,'2018-11-15 14:06:17'),(8316,9568,'it',0,NULL,'Segna come risolto',NULL,'',0,'2018-11-15 14:06:17'),(8317,9569,'it',0,NULL,'Contrassegna gli (le) %1$s più importanti come \'cornerstone content\' (contenuti centrali) per migliorare la struttura del tuo sito. %2$sLeggi di più sui contenuti cornerstone%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(8318,9570,'it',0,NULL,'Segnare questo risultato nel testo',NULL,'',0,'2018-11-15 14:06:17'),(8319,9571,'it',0,NULL,'L\'evidenziazione è disabilitata',NULL,'',0,'2018-11-15 14:06:17'),(8320,9572,'it',0,NULL,'Media',NULL,'',0,'2018-11-15 14:06:17'),(8321,9573,'it',0,NULL,'URL dei Media e degli allegati',NULL,'',0,'2018-11-15 14:06:17'),(8322,9574,'it',0,NULL,'Desc. meta',NULL,'',0,'2018-11-15 14:06:17'),(8323,9575,'it',0,NULL,'Meta box',NULL,'',0,'2018-11-15 14:06:17'),(8324,9576,'it',0,NULL,'Meta descrizione',NULL,'',0,'2018-11-15 14:06:17'),(8325,9577,'it',0,NULL,'Meta descrizione non impostata.',NULL,'',0,'2018-11-15 14:06:17'),(8326,9578,'it',0,NULL,'Anteprima della meta descrizione',NULL,'',0,'2018-11-15 14:06:17'),(8327,9579,'it',0,NULL,'Anteprima della meta descrizione:',NULL,'',0,'2018-11-15 14:06:17'),(8328,9580,'it',0,NULL,'Meta descrizione da usare per la pagina autore ',NULL,'',0,'2018-11-15 14:06:17'),(8329,9581,'it',0,NULL,'Meta Robots avanzate',NULL,'',0,'2018-11-15 14:06:17'),(8330,9582,'it',0,NULL,'punto medio',NULL,'',0,'2018-11-15 14:06:17'),(8331,9583,'it',0,NULL,'Anteprima in modalità mobile',NULL,'',0,'2018-11-15 14:06:17'),(8332,9584,'it',0,NULL,'Test Mobile-Friendly',NULL,'',0,'2018-11-15 14:06:17'),(8333,9585,'it',0,NULL,'Modificato',NULL,'',0,'2018-11-15 14:06:17'),(8334,9586,'it',0,NULL,'Modifica la tua descrizione meta scrivendola qui',NULL,'',0,'2018-11-15 14:06:17'),(8335,9587,'it',0,NULL,'Ulteriori informazioni',NULL,'',0,'2018-11-15 14:06:17'),(8336,9588,'it',0,NULL,'Ulteriori informazioni',NULL,'',0,'2018-11-15 14:06:17'),(8337,9589,'it',0,NULL,'Ulteriori informazioni %1$ssu %3$s%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8338,9590,'it',0,NULL,'Ulteriori informazioni su %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8339,9591,'it',0,NULL,'Sposta la domanda in basso',NULL,'',0,'2018-11-15 14:06:17'),(8340,9592,'it',0,NULL,'Sposta la domanda in alto',NULL,'',0,'2018-11-15 14:06:17'),(8341,9593,'it',0,NULL,'Sposta passaggio in basso',NULL,'',0,'2018-11-15 14:06:17'),(8342,9594,'it',0,NULL,'Sposta passaggio in alto',NULL,'',0,'2018-11-15 14:06:17'),(8343,9595,'it',0,NULL,'Autori multipli',NULL,'',0,'2018-11-15 14:06:17'),(8344,9596,'it',0,NULL,'Frasi chiave multiple',NULL,'',0,'2018-11-15 14:06:17'),(8345,9597,'it',0,NULL,'Notifiche nascoste:',NULL,'',0,'2018-11-15 14:06:17'),(8346,9598,'it',0,NULL,'Problemi nascosti:',NULL,'',0,'2018-11-15 14:06:17'),(8347,9599,'it',0,NULL,'URL di MySpace',NULL,'',0,'2018-11-15 14:06:17'),(8348,9600,'it',0,NULL,'Nome',NULL,'',0,'2018-11-15 14:06:17'),(8349,9601,'it',0,NULL,'Ti serve aiuto?',NULL,'',0,'2018-11-15 14:06:17'),(8350,9602,'it',0,NULL,'Ti serve aiuto?',NULL,'',0,'2018-11-15 14:06:17'),(8351,9603,'it',0,NULL,'Da migliorare',NULL,'',0,'2018-11-15 14:06:17'),(8352,9604,'it',0,NULL,'Impostazioni di rete',NULL,'',0,'2018-11-15 14:06:17'),(8353,9605,'it',0,NULL,'Nuovo %1$s Titolo',NULL,'',0,'2018-11-15 14:06:17'),(8354,9606,'it',0,NULL,'Nuova meta descrizione Yoast',NULL,'',0,'2018-11-15 14:06:17'),(8355,9607,'it',0,NULL,'I nuovi siti del network erediteranno le impostazioni SEO da questo sito',NULL,'',0,'2018-11-15 14:06:17'),(8356,9608,'it',0,NULL,'Nuova richiesta di supporto',NULL,'',0,'2018-11-15 14:06:17'),(8357,9609,'it',0,NULL,'Newsletter',NULL,'',0,'2018-11-15 14:06:17'),(8358,9610,'it',0,NULL,'Successivo',NULL,'',0,'2018-11-15 14:06:17'),(8359,9611,'it',0,NULL,'Passo successivo',NULL,'',0,'2018-11-15 14:06:17'),(8360,9612,'it',0,NULL,'No',NULL,'',0,'2018-11-15 14:06:17'),(8361,9613,'it',0,NULL,'Nessun Archivio',NULL,'',0,'2018-11-15 14:06:17'),(8362,9614,'it',0,NULL,'Nessuna immagine indice',NULL,'',0,'2018-11-15 14:06:17'),(8363,9615,'it',0,NULL,'Nessuno snippet',NULL,'',0,'2018-11-15 14:06:17'),(8364,9616,'it',0,NULL,'Nessuna pubblicità',NULL,'',0,'2018-11-15 14:06:17'),(8365,9617,'it',0,NULL,'Nessuna pubblicità!',NULL,'',0,'2018-11-15 14:06:17'),(8366,9618,'it',0,NULL,'Non è stata impostata alcuna frase chiave.',NULL,'',0,'2018-11-15 14:06:17'),(8367,9619,'it',0,NULL,'Noindex',NULL,'',0,'2018-11-15 14:06:17'),(8368,9620,'it',0,NULL,'Niente più link non funzionanti',NULL,'',0,'2018-11-15 14:06:17'),(8369,9621,'it',0,NULL,'Più nessun errore 404 (pagina non trovata)',NULL,'',0,'2018-11-15 14:06:17'),(8370,9622,'it',0,NULL,'Nessuna nuova notifica.',NULL,'',0,'2018-11-15 14:06:17'),(8371,9623,'it',0,NULL,'Nessun valore numerico inserito.',NULL,'',0,'2018-11-15 14:06:17'),(8372,9624,'it',0,NULL,'Non è stato trovato alcun oggetto con l\'ID %1$s e %2$s ',NULL,'',0,'2018-11-15 14:06:17'),(8373,9625,'it',0,NULL,'Nessun risultato',NULL,'',0,'2018-11-15 14:06:17'),(8374,9626,'it',0,NULL,'Nessun risultato.',NULL,'',0,'2018-11-15 14:06:17'),(8375,9627,'it',0,NULL,'Nessuna impostazione trovata nel file.',NULL,'',0,'2018-11-15 14:06:17'),(8376,9628,'it',0,NULL,'Nessun sito web è stato selezionato per il ripristino.',NULL,'',0,'2018-11-15 14:06:17'),(8377,9629,'it',0,NULL,'Non è stata trovata nessuna tassonomia dei metadata',NULL,'',0,'2018-11-15 14:06:17'),(8378,9630,'it',0,NULL,'Nessuno',NULL,'',0,'2018-11-15 14:06:17'),(8379,9631,'it',0,NULL,'Non attivato',NULL,'',0,'2018-11-15 14:06:17'),(8380,9632,'it',0,NULL,'Non sono stati riempiti tutti i campi obbligatori. Manca il campo %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8381,9633,'it',0,NULL,'Non disponibile',NULL,'',0,'2018-11-15 14:06:17'),(8382,9634,'it',0,NULL,'Non seguito',NULL,'',0,'2018-11-15 14:06:17'),(8383,9635,'it',0,NULL,'Non trovato',NULL,'',0,'2018-11-15 14:06:17'),(8384,9636,'it',0,NULL,'La mancata visualizzazione di %1$s nei risultati di ricerca significa tecnicamente che avranno un meta  robot %2$s e saranno esclusi dalle sitemap XML. %3$sLeggi di più sulle impostazioni dei risultati di ricerca %4$s.',NULL,'',0,'2018-11-15 14:06:17'),(8385,9637,'it',0,NULL,'Non mostrare l\'archivio per %1$s nei risultati di ricerca tecnicamente significa che avranno meta robot %2$s e saranno esclusi dalle sitemap XML. %3$sLeggi di più sulle impostazioni dei risultati di ricerca%4$s.',NULL,'',0,'2018-11-15 14:06:17'),(8386,9638,'it',0,NULL,'Non mostrare gli archivi per gli autori nei risultati di ricerca tecnicamente significa che quelli avranno una meta robot %1$s e saranno esclusi dalle sitemap XML. %2$sLeggi di più sulle impostazioni dei risultati di ricerca%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(8387,9639,'it',0,NULL,'Non mostrare gli archivi per gli autori senza articoli nei risultati di ricerca tecnicamente significa che quelli avranno una meta robot %1$s e saranno esclusi dalle sitemap XML. %2$sLeggi di più sulle impostazioni dei risultati di ricerca%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(8388,9640,'it',0,NULL,'Non mostrare gli archivi per data nei motori di ricerca significa tecnicamente  che essi avranno impostato un %1$s nei metadati dei robots. %2$sLeggi di più riguardo alle impostazioni dei risultati di ricerca%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(8389,9641,'it',0,NULL,'Non supportato!',NULL,'',0,'2018-11-15 14:06:17'),(8390,9642,'it',0,NULL,'Si noti che i link agli archivi possono continuare ad essere visualizzati dal tema e occorrerà rimuoverli separatamente,',NULL,'',0,'2018-11-15 14:06:17'),(8391,9643,'it',0,NULL,'Non tutte le variabili possono essere utilizzate in ogni campo.',NULL,'',0,'2018-11-15 14:06:17'),(8392,9644,'it',0,NULL,'Non tutte le variabili possono essere usate in tutti i temi.',NULL,'',0,'2018-11-15 14:06:17'),(8393,9645,'it',0,NULL,'Nota: non conserviamo i tuoi dati in nessun modo e non abbiamo accesso completo al tuo account. La tua privacy è al sicuro con noi.',NULL,'',0,'2018-11-15 14:06:17'),(8394,9646,'it',0,NULL,'Notifiche',NULL,'',0,'2018-11-15 14:06:17'),(8395,9647,'it',0,NULL,'Numero di link interni in questo post. Vai nella sezione aiuto alla voce \"Colonne Yoast\" per maggiori informazioni.',NULL,'',0,'2018-11-15 14:06:17'),(8396,9648,'it',0,NULL,'Numero di link interni che puntano a questo articolo. Vai nella sezione aiuto alla voce \"Colonne Yoast\" per maggiori informazioni.',NULL,'',0,'2018-11-15 14:06:17'),(8397,9649,'it',0,NULL,'Risultati trovati: %d',NULL,'',0,'2018-11-15 14:06:17'),(8398,9650,'it',0,NULL,'Numero di risultati trovati: %s',NULL,'',0,'2018-11-15 14:06:17'),(8399,9651,'it',0,NULL,'OK',NULL,'',0,'2018-11-15 14:06:17'),(8400,9652,'it',0,NULL,'Punteggio SEO Ok',NULL,'',0,'2018-11-15 14:06:17'),(8401,9653,'it',0,NULL,'Disattivato',NULL,'',0,'2018-11-15 14:06:17'),(8402,9654,'it',0,NULL,'Attivato',NULL,'',0,'2018-11-15 14:06:17'),(8403,9655,'it',0,NULL,'In questa pagina, puoi cambiare il nome del tuo sito e scegliere quale separatore utilizzare. Il separatore sarà mostrato, ad esempio, fra il titolo dell\'articolo e il nome del sito. I simboli dei separatori qui sotto sono visualizzati nelle dimensioni con le quali appariranno nei risultati della ricerca. Scegli quello più adatto al tuo brand o quello che occupa meno spazio negli snippet.',NULL,'',0,'2018-11-15 14:06:17'),(8404,9656,'it',0,NULL,'Una volta alla settimana',NULL,'',0,'2018-11-15 14:06:17'),(8405,9657,'it',0,NULL,'Una volta aggiunto più contenuto, ti forniremo qui un elenco di contenuti correlati a cui potresti collegare il tuo articolo.',NULL,'',0,'2018-11-15 14:06:17'),(8406,9658,'it',0,NULL,'Una volta che sei sicuro che il tuo sito sia a posto, puoi pulire. Questo rimuoverà tutti i dati originali.',NULL,'',0,'2018-11-15 14:06:17'),(8407,9659,'it',0,NULL,'Apri',NULL,'',0,'2018-11-15 14:06:17'),(8408,9660,'it',0,NULL,'Apri l\'articolo della knowledge base in una nuova finestra o leggilo nell\'iframe sottostante',NULL,'',0,'2018-11-15 14:06:17'),(8409,9661,'it',0,NULL,'Ottimizza un singolo articolo per i sinonimi e le frasi chiave correlate.',NULL,'',0,'2018-11-15 14:06:17'),(8410,9662,'it',0,NULL,'Ottimizza la strategia SEO del tuo negozio e incrementa le vendite!',NULL,'',0,'2018-11-15 14:06:17'),(8411,9663,'it',0,NULL,'Ottimizza il tuo sito per Google News',NULL,'',0,'2018-11-15 14:06:17'),(8412,9664,'it',0,NULL,'Ottimizza il tuo sito per Google News.',NULL,'',0,'2018-11-15 14:06:17'),(8413,9665,'it',0,NULL,'Ottimizza i tuoi video per visualizzarli nei risultati di ricerca ed avere più click!',NULL,'',0,'2018-11-15 14:06:17'),(8414,9666,'it',0,NULL,'Opzione A: il mio sito è online e pronto per essere indicizzato',NULL,'',0,'2018-11-15 14:06:17'),(8415,9667,'it',0,NULL,'Opzione B: il mio sito è in costruzione e non deve essere indicizzato',NULL,'',0,'2018-11-15 14:06:17'),(8416,9668,'it',0,NULL,'Opzionale. Personalizza come vuoi descrivere la durata del processo indicato nelle istruzioni:',NULL,'',0,'2018-11-15 14:06:17'),(8417,9669,'it',0,NULL,'Opzionale. Questo ti fornisce un controllo migliore dello stile dei passaggi. ',NULL,'',0,'2018-11-15 14:06:17'),(8418,9670,'it',0,NULL,'Altro',NULL,'',0,'2018-11-15 14:06:17'),(8419,9671,'it',0,NULL,'Altri vantaggi che %1$s ti offre:',NULL,'',0,'2018-11-15 14:06:17'),(8420,9672,'it',0,NULL,'Altri benefici da %s per te:',NULL,'',0,'2018-11-15 14:06:17'),(8421,9673,'it',0,NULL,'Supera la concorrenza con %s',NULL,'',0,'2018-11-15 14:06:17'),(8422,9674,'it',0,NULL,'Pagina',NULL,'',0,'2018-11-15 14:06:17'),(8423,9675,'it',0,NULL,'Pagina %1$d di %2$d',NULL,'',0,'2018-11-15 14:06:17'),(8424,9676,'it',0,NULL,'URL/Slug pagina',NULL,'',0,'2018-11-15 14:06:17'),(8425,9677,'it',0,NULL,'Pagina non trovata',NULL,'',0,'2018-11-15 14:06:17'),(8426,9678,'it',0,NULL,'Numero di pagina',NULL,'',0,'2018-11-15 14:06:17'),(8427,9679,'it',0,NULL,'Numero di pagina',NULL,'',0,'2018-11-15 14:06:17'),(8428,9680,'it',0,NULL,'Totale pagine',NULL,'',0,'2018-11-15 14:06:17'),(8429,9681,'it',0,NULL,'La paginazione dei commenti è abilitata, ciò non è necessario in 999 casi su 1000, noi raccomandiamo di disabilitarla.',NULL,'',0,'2018-11-15 14:06:17'),(8430,9682,'it',0,NULL,'Titolo genitore',NULL,'',0,'2018-11-15 14:06:17'),(8431,9683,'it',0,NULL,'Incolla qui il tuo codice licenza %s...',NULL,'',0,'2018-11-15 14:06:17'),(8432,9684,'it',0,NULL,'Persona',NULL,'',0,'2018-11-15 14:06:17'),(8433,9685,'it',0,NULL,'Pinterest',NULL,'',0,'2018-11-15 14:06:17'),(8434,9686,'it',0,NULL,'Pinterest Rich Pins Validator',NULL,'',0,'2018-11-15 14:06:17'),(8435,9687,'it',0,NULL,'URL di Pinterest',NULL,'',0,'2018-11-15 14:06:17'),(8436,9688,'it',0,NULL,'Conferma Pinterest',NULL,'',0,'2018-11-15 14:06:17'),(8437,9689,'it',0,NULL,'Impostazioni Pintertest',NULL,'',0,'2018-11-15 14:06:17'),(8438,9690,'it',0,NULL,'Pinterest usa i metadata Open Graph come Facebook, per questo assicurati di aver spuntato la casella di verifica sulla scheda Facebook se vuoi ottimizzare il tuo sito per Pinterest.',NULL,'',0,'2018-11-15 14:06:17'),(8439,9691,'it',0,NULL,'Controlla %1$sil template dell\'archivio%2$s per il seguente tipo di contenuto: %3$s.',NULL,'',0,'2018-11-15 14:06:17'),(8440,9692,'it',0,NULL,'Controlla %1$si template dell\'archivio%2$s per i seguenti tipi di contenuto: %3$s.',NULL,'',0,'2018-11-15 14:06:17'),(8441,9693,'it',0,NULL,'Controlla le tue pagine e articoli e verifica che i metadata sono stati importati con successo.',NULL,'',0,'2018-11-15 14:06:17'),(8442,9694,'it',0,NULL,'Scegli la configurazione di %s che preferisci:',NULL,'',0,'2018-11-15 14:06:17'),(8443,9695,'it',0,NULL,'Prego inserire un codice licenza nel campo sottostante.',NULL,'',0,'2018-11-15 14:06:17'),(8444,9696,'it',0,NULL,'Fai un backup del database prima di iniziare questo processo.',NULL,'',0,'2018-11-15 14:06:17'),(8445,9697,'it',0,NULL,'Inserisci una meta descrizione modificando lo snippet sottostante.',NULL,'',0,'2018-11-15 14:06:17'),(8446,9698,'it',0,NULL,'Inserisci una descrizione meta editando lo snippet qui sotto. Se non lo fai, Google cercherà di indovinare dal tuo articolo cosa è rilevante per mostrarlo nei risultati di ricerca.',NULL,'',0,'2018-11-15 14:06:17'),(8447,9699,'it',0,NULL,'Inserisci un titolo SEO modificando lo snippet sottostante.',NULL,'',0,'2018-11-15 14:06:17'),(8448,9700,'it',0,NULL,'Se hai bisogno di aiuto, consulta %1$sil nostro articolo su come collegare il tuo sito web alla Google Search Console%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8449,9701,'it',0,NULL,'Seleziona un tipo di contenuto valido per la tassonomia \"%s\"',NULL,'',0,'2018-11-15 14:06:17'),(8450,9702,'it',0,NULL,'Seleziona una tassonomia valida per i contenuti di tipo \"%s\"',NULL,'',0,'2018-11-15 14:06:17'),(8451,9703,'it',0,NULL,'Indica se il tuo sito è ancora in costruzione o già online.',NULL,'',0,'2018-11-15 14:06:17'),(8452,9704,'it',0,NULL,'Specifica quali tipi di contenuti desideri visualizzare nei motori di ricerca. \nSe non conosci le differenze tra questi, è meglio scegliere le \nimpostazioni predefinite.',NULL,'',0,'2018-11-15 14:06:17'),(8453,9705,'it',0,NULL,'Plugin:',NULL,'',0,'2018-11-15 14:06:17'),(8454,9706,'it',0,NULL,'Stato articolo',NULL,'',0,'2018-11-15 14:06:17'),(8455,9707,'it',0,NULL,'L\'articolo non esiste.',NULL,'',0,'2018-11-15 14:06:17'),(8456,9708,'it',0,NULL,'L\'articolo ha impostato un tipo invalido: %s.',NULL,'',0,'2018-11-15 14:06:17'),(8457,9709,'it',0,NULL,'Articolo impostato come da non indicizzare',NULL,'',0,'2018-11-15 14:06:17'),(8458,9710,'it',0,NULL,'Post type (plurale)',NULL,'',0,'2018-11-15 14:06:17'),(8459,9711,'it',0,NULL,'Post type (singolare)',NULL,'',0,'2018-11-15 14:06:17'),(8460,9712,'it',0,NULL,'Articoli',NULL,'',0,'2018-11-15 14:06:17'),(8461,9713,'it',0,NULL,'Articoli %1$ssenza%2$s frase chiave',NULL,'',0,'2018-11-15 14:06:17'),(8462,9714,'it',0,NULL,'Elenco articoli',NULL,'',0,'2018-11-15 14:06:17'),(8463,9715,'it',0,NULL,'Navigazione elenco articoli',NULL,'',0,'2018-11-15 14:06:17'),(8464,9716,'it',0,NULL,'Articoli da non mostrare nei risultati delle ricerche',NULL,'',0,'2018-11-15 14:06:17'),(8465,9717,'it',0,NULL,'Articoli con punteggio SEO: %1$sOK%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8466,9718,'it',0,NULL,'Articoli con punteggio SEO: %1$sBuono%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8467,9719,'it',0,NULL,'Articoli con punteggio SEO: %1$sda migliorare%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8468,9720,'it',0,NULL,'Prefisso per gli archivi dei Breadcrumbs',NULL,'',0,'2018-11-15 14:06:17'),(8469,9721,'it',0,NULL,'Prefisso nel breadcrumbs delle pagina di ricerca',NULL,'',0,'2018-11-15 14:06:17'),(8470,9722,'it',0,NULL,'Prefisso per le pagine archivio:',NULL,'',0,'2018-11-15 14:06:17'),(8471,9723,'it',0,NULL,'Prefisso per i breadcrumb:',NULL,'',0,'2018-11-15 14:06:17'),(8472,9724,'it',0,NULL,'Prefisso per le pagine dei risultati della ricerca:',NULL,'',0,'2018-11-15 14:06:17'),(8473,9725,'it',0,NULL,'Prefisso per il percorso dei Breadcrumbs',NULL,'',0,'2018-11-15 14:06:17'),(8474,9726,'it',0,NULL,'Premium',NULL,'',0,'2018-11-15 14:06:17'),(8475,9727,'it',0,NULL,'Supporto Premium',NULL,'',0,'2018-11-15 14:06:17'),(8476,9728,'it',0,NULL,'Assistenza premium',NULL,'',0,'2018-11-15 14:06:17'),(8477,9729,'it',0,NULL,'Anteprima',NULL,'',0,'2018-11-15 14:06:17'),(8478,9730,'it',0,NULL,'Anteprima &#8220;%s&#8221;',NULL,'',0,'2018-11-15 14:06:17'),(8479,9731,'it',0,NULL,'Anteprima della tua pagina su Facebook e Twitter',NULL,'',0,'2018-11-15 14:06:17'),(8480,9732,'it',0,NULL,'Precedente',NULL,'',0,'2018-11-15 14:06:17'),(8481,9733,'it',0,NULL,'Passo precedente',NULL,'',0,'2018-11-15 14:06:17'),(8482,9734,'it',0,NULL,'Primario',NULL,'',0,'2018-11-15 14:06:17'),(8483,9735,'it',0,NULL,'%s Primario',NULL,'',0,'2018-11-15 14:06:17'),(8484,9736,'it',0,NULL,'Categoria primaria',NULL,'',0,'2018-11-15 14:06:17'),(8485,9737,'it',0,NULL,'I dati sensibili della privacy (amministratori FB e similari), specifici per il tema (riscrittura titolo) ed alcune altre impostazioni specifichennon verranno importate nei nuovi siti.',NULL,'',0,'2018-11-15 14:06:17'),(8486,9738,'it',0,NULL,'Problemi',NULL,'',0,'2018-11-15 14:06:17'),(8487,9739,'it',0,NULL,'Profilo',NULL,'',0,'2018-11-15 14:06:17'),(8488,9740,'it',0,NULL,'Fornisci una immagine del logo dell\'azienda',NULL,'',0,'2018-11-15 14:06:17'),(8489,9741,'it',0,NULL,'Data di pubblicazione',NULL,'',0,'2018-11-15 14:06:17'),(8490,9742,'it',0,NULL,'RSS',NULL,'',0,'2018-11-15 14:06:17'),(8491,9743,'it',0,NULL,'Impostazioni feed RSS',NULL,'',0,'2018-11-15 14:06:17'),(8492,9744,'it',0,NULL,'Migliora il posizionamento locale e su Google Maps, senza fare nessuno sforzo!',NULL,'',0,'2018-11-15 14:06:17'),(8493,9745,'it',0,NULL,'Posizionati meglio con i sinonini e le frasi ciave correlate',NULL,'',0,'2018-11-15 14:06:17'),(8494,9746,'it',0,NULL,'Ulteriori informazioni su come funziona %s.',NULL,'',0,'2018-11-15 14:06:17'),(8495,9747,'it',0,NULL,'Leggi più articoli di questo tipo nel nostro blog SEO.',NULL,'',0,'2018-11-15 14:06:17'),(8496,9748,'it',0,NULL,'Leggi perché gli le sitemap XML sono importanti per il tuo sito.',NULL,'',0,'2018-11-15 14:06:17'),(8497,9749,'it',0,NULL,'Leggi {{a}} il nostro articolo sulla struttura del sito {{/a}} per imparare di più su come i link interni possono aiutarti a migliorare la tua strategia SEO.',NULL,'',0,'2018-11-15 14:06:17'),(8498,9750,'it',0,NULL,'Leggibilità',NULL,'',0,'2018-11-15 14:06:17'),(8499,9751,'it',0,NULL,'Analisi leggibilità',NULL,'',0,'2018-11-15 14:06:17'),(8500,9752,'it',0,NULL,'Punteggio di leggibilità',NULL,'',0,'2018-11-15 14:06:17'),(8501,9753,'it',0,NULL,'Leggibilità: %1$sBuona%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8502,9754,'it',0,NULL,'Leggibilità: %1$snecessita di miglioramento%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8503,9755,'it',0,NULL,'Leggibilità: %1$snon disponibile%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8504,9756,'it',0,NULL,'Leggibilità: %1$sOK%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8505,9757,'it',0,NULL,'Leggibilità: Buona',NULL,'',0,'2018-11-15 14:06:17'),(8506,9758,'it',0,NULL,'Leggibilità: Da migliorare',NULL,'',0,'2018-11-15 14:06:17'),(8507,9759,'it',0,NULL,'Leggibilità: OK',NULL,'',0,'2018-11-15 14:06:17'),(8508,9760,'it',0,NULL,'Autenticati nuovamente con Google',NULL,'',0,'2018-11-15 14:06:17'),(8509,9761,'it',0,NULL,'Riautenticati con Google',NULL,'',0,'2018-11-15 14:06:17'),(8510,9762,'it',0,NULL,'Ricalcolo dei punteggi SEO per i contenuti con una frase chiave in corso.',NULL,'',0,'2018-11-15 14:06:17'),(8511,9763,'it',0,NULL,'Reindirizzare gli URL degli allegati all\'allegato stesso?',NULL,'',0,'2018-11-15 14:06:17'),(8512,9764,'it',0,NULL,'Gestore dei redirect',NULL,'',0,'2018-11-15 14:06:17'),(8513,9765,'it',0,NULL,'Registrati ora &raquo;',NULL,'',0,'2018-11-15 14:06:17'),(8514,9766,'it',0,NULL,'Standard',NULL,'',0,'2018-11-15 14:06:17'),(8515,9767,'it',0,NULL,'Ricarica i problemi di indicizzazione',NULL,'',0,'2018-11-15 14:06:17'),(8516,9768,'it',0,NULL,'Rimuovi',NULL,'',0,'2018-11-15 14:06:17'),(8517,9769,'it',0,NULL,'Rimuovi la pagina del blog dai breadcrumb',NULL,'',0,'2018-11-15 14:06:17'),(8518,9770,'it',0,NULL,'Rimuovi evidenziazione nel testo',NULL,'',0,'2018-11-15 14:06:17'),(8519,9771,'it',0,NULL,'Rimuovi la frase chiave',NULL,'',0,'2018-11-15 14:06:17'),(8520,9772,'it',0,NULL,'Rimuovi l\'evidenziazione nel testo',NULL,'',0,'2018-11-15 14:06:17'),(8521,9773,'it',0,NULL,'Rimuovi il prefisso delle categorie',NULL,'',0,'2018-11-15 14:06:17'),(8522,9774,'it',0,NULL,'Rimuovi l\'immagine',NULL,'',0,'2018-11-15 14:06:17'),(8523,9775,'it',0,NULL,'Rimuovi queste pubblicità?',NULL,'',0,'2018-11-15 14:06:17'),(8524,9776,'it',0,NULL,'Rimuovi la scheda delle frasi chiave dal meta box e disabilita tutti i suggerimenti relativi alla SEO.',NULL,'',0,'2018-11-15 14:06:17'),(8525,9777,'it',0,NULL,'Rimuovi la scheda dell\'analisi di leggibilità dal meta box e disabilita tutti i suggerimenti sulla leggibilità.',NULL,'',0,'2018-11-15 14:06:17'),(8526,9778,'it',0,NULL,'Sostituito con la descrizione di una tassonomia custom',NULL,'',0,'2018-11-15 14:06:17'),(8527,9779,'it',0,NULL,'Sostituita con un valore di un campo personalizzato',NULL,'',0,'2018-11-15 14:06:17'),(8528,9780,'it',0,NULL,'Sostituito con una tassonomia personalizzata per gli articoli, separata da virgole.',NULL,'',0,'2018-11-15 14:06:17'),(8529,9781,'it',0,NULL,'Sostituito dalla descrizione della categoria',NULL,'',0,'2018-11-15 14:06:17'),(8530,9782,'it',0,NULL,'Sostituito con l\'etichetta plurima per il tipo di articolo',NULL,'',0,'2018-11-15 14:06:17'),(8531,9783,'it',0,NULL,'Sostituito con l\'etichetta singola del tipo di articolo',NULL,'',0,'2018-11-15 14:06:17'),(8532,9784,'it',0,NULL,'Sostituito con il numero di pagina corrente',NULL,'',0,'2018-11-15 14:06:17'),(8533,9785,'it',0,NULL,'Sostituito con il numero di pagina corrente e relativo contesto(es. pagina 2 di 4)',NULL,'',0,'2018-11-15 14:06:17'),(8534,9786,'it',0,NULL,'Sostituito con il numero di pagine totale',NULL,'',0,'2018-11-15 14:06:17'),(8535,9787,'it',0,NULL,'Sostituito con la frase di ricerca corrente',NULL,'',0,'2018-11-15 14:06:17'),(8536,9788,'it',0,NULL,'Rimpiazzato dagli attuali tag',NULL,'',0,'2018-11-15 14:06:17'),(8537,9789,'it',0,NULL,'Rimpiazzato dalla data articolo/pagina',NULL,'',0,'2018-11-15 14:06:17'),(8538,9790,'it',0,NULL,'Sostituisci con il titolo normale per un archivio generato da WordPress',NULL,'',0,'2018-11-15 14:06:17'),(8539,9791,'it',0,NULL,'Sostituito dalle categorie dell\'articolo (separate da una virgola)',NULL,'',0,'2018-11-15 14:06:17'),(8540,9792,'it',0,NULL,'Sostituito con l\'ID del post/pagina',NULL,'',0,'2018-11-15 14:06:17'),(8541,9793,'it',0,NULL,'Rimpiazzato con \"Informazioni biografiche\" dell\'autore del post/pagina.',NULL,'',0,'2018-11-15 14:06:17'),(8542,9794,'it',0,NULL,'Sostituito con il \'nicename\' dell\'autore del post/pagina',NULL,'',0,'2018-11-15 14:06:17'),(8543,9795,'it',0,NULL,'Sostituito dal riassunto articolo/pagina (autogenerato se non esiste)',NULL,'',0,'2018-11-15 14:06:17'),(8544,9796,'it',0,NULL,'Sostituito dal riassunto articolo/pagina (senza autogenerazione)',NULL,'',0,'2018-11-15 14:06:17'),(8545,9797,'it',0,NULL,'Sostituito con l\'ora di modifica del post/pagina ',NULL,'',0,'2018-11-15 14:06:17'),(8546,9798,'it',0,NULL,'Sostituito dalla frase chiave principale dell\'articolo',NULL,'',0,'2018-11-15 14:06:17'),(8547,9799,'it',0,NULL,'Sostituito con la categoria principale nell\'articolo/pagina',NULL,'',0,'2018-11-15 14:06:17'),(8548,9800,'it',0,NULL,'Sostituito con lo slug che ha causato l\'errore 404',NULL,'',0,'2018-11-15 14:06:17'),(8549,9801,'it',0,NULL,'Sostituito dalla descrizione del tag',NULL,'',0,'2018-11-15 14:06:17'),(8550,9802,'it',0,NULL,'Sostituito dalla descrizione del termine',NULL,'',0,'2018-11-15 14:06:17'),(8551,9803,'it',0,NULL,'Sostituito dal nome del termine',NULL,'',0,'2018-11-15 14:06:17'),(8552,9804,'it',0,NULL,'Sostituito con il titolo della pagina padre della pagina corrente',NULL,'',0,'2018-11-15 14:06:17'),(8553,9805,'it',0,NULL,'Sostituito dal titolo del post/pagina',NULL,'',0,'2018-11-15 14:06:17'),(8554,9806,'it',0,NULL,'Errore nella richiesta: \"%s\" (%scommon license notices%s)',NULL,'',0,'2018-11-15 14:06:17'),(8555,9807,'it',0,NULL,'Il metodo di richiesta %1$s non è valido.',NULL,'',0,'2018-11-15 14:06:17'),(8556,9808,'it',0,NULL,'La richiesta è scaduta o il sito sta bloccando Google.',NULL,'',0,'2018-11-15 14:06:17'),(8557,9809,'it',0,NULL,'Codice di risposta',NULL,'',0,'2018-11-15 14:06:17'),(8558,9810,'it',0,NULL,'Ripristina il sito web',NULL,'',0,'2018-11-15 14:06:17'),(8559,9811,'it',0,NULL,'Reimposta il sito',NULL,'',0,'2018-11-15 14:06:17'),(8560,9812,'it',0,NULL,'Ripristina questo elemento.',NULL,'',0,'2018-11-15 14:06:17'),(8561,9813,'it',0,NULL,'Virgoletta bassa destra',NULL,'',0,'2018-11-15 14:06:17'),(8562,9814,'it',0,NULL,'SEO',NULL,'',0,'2018-11-15 14:06:17'),(8563,9815,'it',0,NULL,'Impostazioni SEO',NULL,'',0,'2018-11-15 14:06:17'),(8564,9816,'it',0,NULL,'Titolo SEO',NULL,'',0,'2018-11-15 14:06:17'),(8565,9817,'it',0,NULL,'Analisi SEO',NULL,'',0,'2018-11-15 14:06:17'),(8566,9818,'it',0,NULL,'Problema SEO: l\'immagine in evidenza deve avere una dimensione di almeno 200 per 200 pixel per poter essere utilizzata da Facebook e altri social media.',NULL,'',0,'2018-11-15 14:06:17'),(8567,9819,'it',0,NULL,'Punteggio SEO',NULL,'',0,'2018-11-15 14:06:17'),(8568,9820,'it',0,NULL,'Titolo SEO',NULL,'',0,'2018-11-15 14:06:17'),(8569,9821,'it',0,NULL,'Anteprima del titolo SEO',NULL,'',0,'2018-11-15 14:06:17'),(8570,9822,'it',0,NULL,'Anteprima titolo SEO:',NULL,'',0,'2018-11-15 14:06:17'),(8571,9823,'it',0,NULL,'SEO: %1$sBuono%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8572,9824,'it',0,NULL,'SEO: %1$snecessita di miglioramento%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8573,9825,'it',0,NULL,'SEO: %1$snon disponibile%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8574,9826,'it',0,NULL,'SEO: %1$sOK%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8575,9827,'it',0,NULL,'SEO: Buono',NULL,'',0,'2018-11-15 14:06:17'),(8576,9828,'it',0,NULL,'SEO: Da migliorare',NULL,'',0,'2018-11-15 14:06:17'),(8577,9829,'it',0,NULL,'SEO: manca la frase chiave',NULL,'',0,'2018-11-15 14:06:17'),(8578,9830,'it',0,NULL,'SEO: OK',NULL,'',0,'2018-11-15 14:06:17'),(8579,9831,'it',0,NULL,'SEO: Articolo in noindex',NULL,'',0,'2018-11-15 14:06:17'),(8580,9832,'it',0,NULL,'Salva',NULL,'',0,'2018-11-15 14:06:17'),(8581,9833,'it',0,NULL,'Salva profilo',NULL,'',0,'2018-11-15 14:06:17'),(8582,9834,'it',0,NULL,'Salva tutto',NULL,'',0,'2018-11-15 14:06:17'),(8583,9835,'it',0,NULL,'Salva le modifiche',NULL,'',0,'2018-11-15 14:06:17'),(8584,9836,'it',0,NULL,'Salva le modifiche al %s',NULL,'',0,'2018-11-15 14:06:17'),(8585,9837,'it',0,NULL,'Scorri per vedere l\'anteprima del contenuto.',NULL,'',0,'2018-11-15 14:06:17'),(8586,9838,'it',0,NULL,'Scorri per vedere il contenuto della tabella.',NULL,'',0,'2018-11-15 14:06:17'),(8587,9839,'it',0,NULL,'Integra al meglio %1$s nelle tue pagine AMP!',NULL,'',0,'2018-11-15 14:06:17'),(8588,9840,'it',0,NULL,'Integra al meglio %2$s con %1$s per l\'analisi del contenuto!',NULL,'',0,'2018-11-15 14:06:17'),(8589,9841,'it',0,NULL,'Integra al meglio WooCommerce con %1$s ed ottieni funzionalità extra!',NULL,'',0,'2018-11-15 14:06:17'),(8590,9842,'it',0,NULL,'Ricerca',NULL,'',0,'2018-11-15 14:06:17'),(8591,9843,'it',0,NULL,'Aspetto della ricerca',NULL,'',0,'2018-11-15 14:06:17'),(8592,9844,'it',0,NULL,'Console di ricerca',NULL,'',0,'2018-11-15 14:06:17'),(8593,9845,'it',0,NULL,'Visibilità nei motori di ricerca',NULL,'',0,'2018-11-15 14:06:17'),(8594,9846,'it',0,NULL,'I motori di ricerca e altri siti web possono ancora inviare il traffico all\'articolo eliminato.',NULL,'',0,'2018-11-15 14:06:17'),(8595,9847,'it',0,NULL,'I motori di ricerca dovrebbero mostrare \"%1$s\" nel risultato della ricerca:',NULL,'',0,'2018-11-15 14:06:17'),(8596,9848,'it',0,NULL,'Ricerca per \"%s\"',NULL,'',0,'2018-11-15 14:06:17'),(8597,9849,'it',0,NULL,'Ricerca pagine',NULL,'',0,'2018-11-15 14:06:17'),(8598,9850,'it',0,NULL,'Frase di ricerca',NULL,'',0,'2018-11-15 14:06:17'),(8599,9851,'it',0,NULL,'Risultato di ricerca',NULL,'',0,'2018-11-15 14:06:17'),(8600,9852,'it',0,NULL,'Risultati della ricerca',NULL,'',0,'2018-11-15 14:06:17'),(8601,9853,'it',0,NULL,'Cerca risposte alle tue domande nella Yoast Knowledge Base:',NULL,'',0,'2018-11-15 14:06:17'),(8602,9854,'it',0,NULL,'Sicurezza: nessuna impostazione avanzata per l\'autore',NULL,'',0,'2018-11-15 14:06:17'),(8603,9855,'it',0,NULL,'Vedi la mappa XML del sito.',NULL,'',0,'2018-11-15 14:06:17'),(8604,9856,'it',0,NULL,'Guarda chi ha contribuito a %1$s.',NULL,'',0,'2018-11-15 14:06:17'),(8605,9857,'it',0,NULL,'Seleziona il profilo',NULL,'',0,'2018-11-15 14:06:17'),(8606,9858,'it',0,NULL,'Seleziona reindirizzamento',NULL,'',0,'2018-11-15 14:06:17'),(8607,9859,'it',0,NULL,'Seleziona il %s primario',NULL,'',0,'2018-11-15 14:06:17'),(8608,9860,'it',0,NULL,'Separatore',NULL,'',0,'2018-11-15 14:06:17'),(8609,9861,'it',0,NULL,'Separatore tra i breadcrumbs',NULL,'',0,'2018-11-15 14:06:17'),(8610,9862,'it',0,NULL,'Errore del server',NULL,'',0,'2018-11-15 14:06:17'),(8611,9863,'it',0,NULL,'Il server richiede una autenticazione o sta bloccando l\'accesso al sito del googlebot.',NULL,'',0,'2018-11-15 14:06:17'),(8612,9864,'it',0,NULL,'Impostazioni',NULL,'',0,'2018-11-15 14:06:17'),(8613,9865,'it',0,NULL,'Impostazioni aggiornate.',NULL,'',0,'2018-11-15 14:06:17'),(8614,9866,'it',0,NULL,'Le impostazioni non possono essere importate:',NULL,'',0,'2018-11-15 14:06:17'),(8615,9867,'it',0,NULL,'Impostazioni per l\'archivio %s',NULL,'',0,'2018-11-15 14:06:17'),(8616,9868,'it',0,NULL,'Impostazioni per singoli URL di %s ',NULL,'',0,'2018-11-15 14:06:17'),(8617,9869,'it',0,NULL,'Impostazioni importate con successo.',NULL,'',0,'2018-11-15 14:06:17'),(8618,9870,'it',0,NULL,'I motori di ricerca dovrebbero seguire i link per questo %1$s?',NULL,'',0,'2018-11-15 14:06:17'),(8619,9871,'it',0,NULL,'Visualizza',NULL,'',0,'2018-11-15 14:06:17'),(8620,9872,'it',0,NULL,'Vuoi mostrare %s nei risultati di ricerca?',NULL,'',0,'2018-11-15 14:06:17'),(8621,9873,'it',0,NULL,'Mostra tutti i tipi di contenuto',NULL,'',0,'2018-11-15 14:06:17'),(8622,9874,'it',0,NULL,'Vedi la pagina del Blog',NULL,'',0,'2018-11-15 14:06:17'),(8623,9875,'it',0,NULL,'Mostra informazioni  sugli errori legati alla categoria \"Accesso Negato\"',NULL,'',0,'2018-11-15 14:06:17'),(8624,9876,'it',0,NULL,'Mostra informazioni sugli errori legati alla categoria \"Bloccato\"',NULL,'',0,'2018-11-15 14:06:17'),(8625,9877,'it',0,NULL,'Mostra informazioni sugli errori legati alla categoria \"Non Trovato\"',NULL,'',0,'2018-11-15 14:06:17'),(8626,9878,'it',0,NULL,'Mostra informazioni sugli errori legati alla categoria \"Altro\"',NULL,'',0,'2018-11-15 14:06:17'),(8627,9879,'it',0,NULL,'Mostra informazioni sugli errori legati alla categoria \"Server\"',NULL,'',0,'2018-11-15 14:06:17'),(8628,9880,'it',0,NULL,'Mostra informazioni sugli errori legati alla categoria \"Soft 404\"',NULL,'',0,'2018-11-15 14:06:17'),(8629,9881,'it',0,NULL,'Visualizza i tuoi video su Google Videos',NULL,'',0,'2018-11-15 14:06:17'),(8630,9882,'it',0,NULL,'Mostra gli elementi del passaggio come un elenco ordinato.',NULL,'',0,'2018-11-15 14:06:17'),(8631,9883,'it',0,NULL,'Mostra gli elementi del passaggio come un elenco non ordinato',NULL,'',0,'2018-11-15 14:06:17'),(8632,9884,'it',0,NULL,'Iscriviti!',NULL,'',0,'2018-11-15 14:06:17'),(8633,9885,'it',0,NULL,'Iscriviti alla nostra newsletter se desideri rimanere aggiornato su %1$s, sugli altri fantastici plugin di %2$s e avere altre notizie interessanti e suggerimenti dal mondo dela strategia SEO.',NULL,'',0,'2018-11-15 14:06:17'),(8634,9886,'it',0,NULL,'Amministratori del sito (predefinito)',NULL,'',0,'2018-11-15 14:06:17'),(8635,9887,'it',0,NULL,'ID Sito',NULL,'',0,'2018-11-15 14:06:17'),(8636,9888,'it',0,NULL,'Titolo del sito',NULL,'',0,'2018-11-15 14:06:17'),(8637,9889,'it',0,NULL,'Tipo di sito',NULL,'',0,'2018-11-15 14:06:17'),(8638,9890,'it',0,NULL,'Il sito web con l\'ID %d non è stato trovato.',NULL,'',0,'2018-11-15 14:06:17'),(8639,9891,'it',0,NULL,'Default di sistema: %s',NULL,'',0,'2018-11-15 14:06:17'),(8640,9892,'it',0,NULL,'Slug',NULL,'',0,'2018-11-15 14:06:17'),(8641,9893,'it',0,NULL,'Anteprima dello slug:',NULL,'',0,'2018-11-15 14:06:17'),(8642,9894,'it',0,NULL,'Tilde piccola',NULL,'',0,'2018-11-15 14:06:17'),(8643,9895,'it',0,NULL,'Smartphone',NULL,'',0,'2018-11-15 14:06:17'),(8644,9896,'it',0,NULL,'Anteprima dello Snippet',NULL,'',0,'2018-11-15 14:06:17'),(8645,9897,'it',0,NULL,'Anteprima dello snippet',NULL,'',0,'2018-11-15 14:06:17'),(8646,9898,'it',0,NULL,'Variabili dello Snippet',NULL,'',0,'2018-11-15 14:06:17'),(8647,9899,'it',0,NULL,'Social',NULL,'',0,'2018-11-15 14:06:17'),(8648,9900,'it',0,NULL,'Anteprima social',NULL,'',0,'2018-11-15 14:06:17'),(8649,9901,'it',0,NULL,'Anteprima social media',NULL,'',0,'2018-11-15 14:06:17'),(8650,9902,'it',0,NULL,'Antreprime social',NULL,'',0,'2018-11-15 14:06:17'),(8651,9903,'it',0,NULL,'Profili social',NULL,'',0,'2018-11-15 14:06:17'),(8652,9904,'it',0,NULL,'Soft 404',NULL,'',0,'2018-11-15 14:06:17'),(8653,9905,'it',0,NULL,'Altro',NULL,'',0,'2018-11-15 14:06:17'),(8654,9906,'it',0,NULL,'Qualcosa non ha funzionato. Prova a ricaricare la pagina.',NULL,'',0,'2018-11-15 14:06:17'),(8655,9907,'it',0,NULL,'Qualcosa non ha funzionato. Riprova più tardi.',NULL,'',0,'2018-11-15 14:06:17'),(8656,9908,'it',0,NULL,'Pagine speciali',NULL,'',0,'2018-11-15 14:06:17'),(8657,9909,'it',0,NULL,'Passo %1$d: %2$s',NULL,'',0,'2018-11-15 14:06:17'),(8658,9910,'it',0,NULL,'Passaggio 1: Crea un backup',NULL,'',0,'2018-11-15 14:06:17'),(8659,9911,'it',0,NULL,'Passaggio 2: Importa',NULL,'',0,'2018-11-15 14:06:17'),(8660,9912,'it',0,NULL,'Passaggio 3: Verifica i tuoi dati',NULL,'',0,'2018-11-15 14:06:17'),(8661,9913,'it',0,NULL,'Passaggio 4: Esegui la procedura guidata di configurazione',NULL,'',0,'2018-11-15 14:06:17'),(8662,9914,'it',0,NULL,'Passaggio 5: Pulisci',NULL,'',0,'2018-11-15 14:06:17'),(8663,9915,'it',0,NULL,'Interrompi il conteggio',NULL,'',0,'2018-11-15 14:06:17'),(8664,9916,'it',0,NULL,'Fine!',NULL,'',0,'2018-11-15 14:06:17'),(8665,9917,'it',0,NULL,'Successo: %s',NULL,'',0,'2018-11-15 14:06:17'),(8666,9918,'it',0,NULL,'Sommario',NULL,'',0,'2018-11-15 14:06:17'),(8667,9919,'it',0,NULL,'Sommario con immagini grandi',NULL,'',0,'2018-11-15 14:06:17'),(8668,9920,'it',0,NULL,'Solo super amministratori',NULL,'',0,'2018-11-15 14:06:17'),(8669,9921,'it',0,NULL,'Suggerimenti super veloci di link interni',NULL,'',0,'2018-11-15 14:06:17'),(8670,9922,'it',0,NULL,'Suggerimenti super veloci di link interni',NULL,'',0,'2018-11-15 14:06:17'),(8671,9923,'it',0,NULL,'Le richieste di supporto che crei qui sono inviate direttamente al nostro sistema di supporto, la cui sicurezza è garantita con SSL a 256 bit, pertanto le comunicazioni sono sicure al 100%.',NULL,'',0,'2018-11-15 14:06:17'),(8672,9924,'it',0,NULL,'Sinonimi e frasi chiave correlate.',NULL,'',0,'2018-11-15 14:06:17'),(8673,9925,'it',0,NULL,'Tag',NULL,'',0,'2018-11-15 14:06:17'),(8674,9926,'it',0,NULL,'Descrizione del tag',NULL,'',0,'2018-11-15 14:06:17'),(8675,9927,'it',0,NULL,'Motto del sito',NULL,'',0,'2018-11-15 14:06:17'),(8676,9928,'it',0,NULL,'Prendi nota:',NULL,'',0,'2018-11-15 14:06:17'),(8677,9929,'it',0,NULL,'Tassonomie',NULL,'',0,'2018-11-15 14:06:17'),(8678,9930,'it',0,NULL,'Tassonomia da mostrare nei breadcrumbs per i post type',NULL,'',0,'2018-11-15 14:06:17'),(8679,9931,'it',0,NULL,'Team Yoast',NULL,'',0,'2018-11-15 14:06:17'),(8680,9932,'it',0,NULL,'Spiegazione del modello',NULL,'',0,'2018-11-15 14:06:17'),(8681,9933,'it',0,NULL,'Descrizione del termine',NULL,'',0,'2018-11-15 14:06:17'),(8682,9934,'it',0,NULL,'Il termine è impostato su noidex.',NULL,'',0,'2018-11-15 14:06:17'),(8683,9935,'it',0,NULL,'Titolo del termine',NULL,'',0,'2018-11-15 14:06:17'),(8684,9936,'it',0,NULL,'Errore 404',NULL,'',0,'2018-11-15 14:06:17'),(8685,9937,'it',0,NULL,'Testo %1$s di %2$s processati.',NULL,'',0,'2018-11-15 14:06:17'),(8686,9938,'it',0,NULL,'Contatore di link nei testi',NULL,'',0,'2018-11-15 14:06:17'),(8687,9939,'it',0,NULL,'La barra di amministrazione di %1$s contiene dei link utili a strumenti di terze parti per analizzare le pagine e rendere semplice verificare se si hanno nuove notifiche.',NULL,'',0,'2018-11-15 14:06:17'),(8688,9940,'it',0,NULL,'I dati di %1$s sono stato rimossi. Sarà necessario ripetere l\'autenticazione se si desidera recuperare i dati nuovamente.',NULL,'',0,'2018-11-15 14:06:17'),(8689,9950,'it',0,NULL,'L\'installazione del plugin %1$s è incompleta. Consulta le %2$sistruzioni per l\'installazione%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(8690,9951,'it',0,NULL,'I plugin %1$s potrebbero causare problemi quando utilizzati in combinazione con %2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8691,9952,'it',0,NULL,'La funzione %s di importazione usa tabelle temporanee di database. Sembra che la tua installazione di WordPress non sia in grado di gestirle, consulta il tuo provider.',NULL,'',0,'2018-11-15 14:06:17'),(8692,9953,'it',0,NULL,'Il <strong>Contatore di link nei testi</strong> (introdotto in %1$s %2$s) è al momento disabilitato. Per fare in modo che questa funzionalità sia attiva, %1$s deve creare una tabella nel tuo database. Non siamo stati in grado di creare questa tabella automaticamente.\n					Leggi il seguente %3$sarticolo della knowledge base%4$s per scoprire come risolvere questo problema.',NULL,'',0,'2018-11-15 14:06:17'),(8693,9954,'it',0,NULL,'Il <strong>Contatore di link nei testi</strong> (introdotto in %1$s %2$s) è al momento disabilitato. Per fare in modo che questa funzionalità sia attiva %1$s è richiesto come minimo PHP nella versione %3$s. Abbiamo rilevato che il tuo sito utilizza PHP %4$s.\n					Leggi il seguente %5$sarticolo della knowledge base article%6$s per scoprire come risolvere questo problema.',NULL,'',0,'2018-11-15 14:06:17'),(8694,9955,'it',0,NULL,'Il Titolo dei breadcrumbs è usato quando appare questa tassonomia.',NULL,'',0,'2018-11-15 14:06:17'),(8695,9956,'it',0,NULL,'L\'analisi SEO offre suggerimenti per migliorare la strategia SEO del tuo testo.',NULL,'',0,'2018-11-15 14:06:17'),(8696,9957,'it',0,NULL,'L\'estensione Standard PHP Library (SPL) non pare disponibile. Richiedi al tuo host di abilitarla.',NULL,'',0,'2018-11-15 14:06:17'),(8697,9958,'it',0,NULL,'La URL alla quale questa pagina deve reindirizzare.',NULL,'',0,'2018-11-15 14:06:17'),(8698,9959,'it',0,NULL,'La sezione avanzata della %1$s meta box consente a un utente di rimuovere gli articoli dai risultati della ricerca o di modificare il canonical. Queste sono cose che potresti volere impedire ad un autore. Ecco perché, per impostazione predefinita, solo gli editor e gli amministratori possono farlo. L\'impostazione su \"%2$s\" consente a tutti gli utenti di modificare queste impostazioni.',NULL,'',0,'2018-11-15 14:06:17'),(8699,9960,'it',0,NULL,'La URL canonica a cui questa pagina dovrebbe puntare; lascia in bianco per utilizzare il permalink predefinito. Anche le %1$sURL canoniche cross domain%2$s sono supportate.',NULL,'',0,'2018-11-15 14:06:17'),(8700,9961,'it',0,NULL,'Il link alla URL canonical è mostrato nella pagina archivio per questo termine.',NULL,'',0,'2018-11-15 14:06:17'),(8701,9962,'it',0,NULL,'La procedura guidata di configurazione ti aiuta a configurare facilmente il tuo sito per avere impostazioni SEO ottimali.',NULL,'',0,'2018-11-15 14:06:17'),(8702,9963,'it',0,NULL,'La funzione del contenuto cornerstone ti consente di contrassegnare e filtrare i contenuti cornerstone sul tuo sito web.',NULL,'',0,'2018-11-15 14:06:17'),(8703,9964,'it',0,NULL,'L\'impostazione di default del blog deve essere l\'id numerico del blog che vuoi usare come default.',NULL,'',0,'2018-11-15 14:06:17'),(8704,9965,'it',0,NULL,'Il tipo di card di default da usare',NULL,'',0,'2018-11-15 14:06:17'),(8705,9966,'it',0,NULL,'L\'estensione del filtro sembra non essere disponibile. Suggeriamo di richiedere l\'abilitazione al proprio gestore hosting.',NULL,'',0,'2018-11-15 14:06:17'),(8706,9967,'it',0,NULL,'La prima vera soluzione SEO tutto-in-uno per WordPress, compresa l&#8217;analisi dei contenuti su ogni pagina, sitemap XML e molto altro.',NULL,'',0,'2018-11-15 14:06:17'),(8707,9968,'it',0,NULL,'I problemi sono stati ricaricati con successo!',NULL,'',0,'2018-11-15 14:06:17'),(8708,9969,'it',0,NULL,'I link in tutti i tuoi testi pubblici hanno bisogno di essere contati. Ciò fornirà informazioni  su quali testi hanno bisogno di più link. Se vuoi conoscere di più su come l\'internal linking funziona, leggi %1$sl\'articolo sull\'internal linking su %2$s%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(8709,9970,'it',0,NULL,'La meta descrizione contiene %1$d frase con %2$spiù di %3$sparole%4$s. Prova ad accorciarla.',NULL,'',0,'2018-11-15 14:06:17'),(8710,9971,'it',0,NULL,'La meta descrizione contiene %1$d frasi con %2$spiù di %3$sparole%4$s. Prova ad accorciarle.',NULL,'',0,'2018-11-15 14:06:17'),(8711,9972,'it',0,NULL,'La meta descrizione non contiene frasi con %1$spiù di %2$s parole%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(8712,9973,'it',0,NULL,'Il nome dell\'azienda',NULL,'',0,'2018-11-15 14:06:17'),(8713,9974,'it',0,NULL,'Il nome della persona',NULL,'',0,'2018-11-15 14:06:17'),(8714,9975,'it',0,NULL,'Il tipo oggetto `%1$s` non è valido',NULL,'',0,'2018-11-15 14:06:17'),(8715,9976,'it',0,NULL,'Il parametro `%1$s` non può essere vuoto.',NULL,'',0,'2018-11-15 14:06:17'),(8716,9977,'it',0,NULL,'Il plugin %2$s modifica l\'aspetto del tuo sito differenziando il contenuto per i motori di ricerca da quello per gli utenti \"normali\". Questo è un processo chiamato cloaking, che potrebbe portarti a brutte penalizzazioni. Ti suggeriamo di disabilitarlo.',NULL,'',0,'2018-11-15 14:06:17'),(8717,9978,'it',0,NULL,'L\'articolo %1$s proviene da %2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8718,9979,'it',0,NULL,'La versione premium di  %1$s con molte altre funzionalità e l\'assistenza.',NULL,'',0,'2018-11-15 14:06:17'),(8719,9980,'it',0,NULL,'L\'analisi di leggibilità offre suggerimenti per migliorare la struttura e lo stile del testo.',NULL,'',0,'2018-11-15 14:06:17'),(8720,9981,'it',0,NULL,'La dimensione dell\'immagine consigliata per %1$s è di %2$s pixel.',NULL,'',0,'2018-11-15 14:06:17'),(8721,9982,'it',0,NULL,'Le impostazioni dell\'Aspetto della ricerca di %1$s è costituita da variabili che vengono sostituite da altri valori quando la pagina viene visualizzata. La tabella seguente contiene un elenco delle variabili disponibili.',NULL,'',0,'2018-11-15 14:06:17'),(8722,9983,'it',0,NULL,'Il separatore definito nel tag %s del tuo tema.',NULL,'',0,'2018-11-15 14:06:17'),(8723,9984,'it',0,NULL,'Le impostazioni in questa pagina ti permettono di specificare quale sarà l\'aspetto predefinito della ricerca per ciascuno tipo di contenuto che hai. Puoi scegliere quali tipi di contenuto fare apparire nei risultati di ricerca e quale sarà la loro descrizione predefinita.',NULL,'',0,'2018-11-15 14:06:17'),(8724,9985,'it',0,NULL,'Il nome del sito',NULL,'',0,'2018-11-15 14:06:17'),(8725,9986,'it',0,NULL,'Tagline (motto) del sito',NULL,'',0,'2018-11-15 14:06:17'),(8726,9987,'it',0,NULL,'L\'URL di destinazione non esiste, ma il server non restituisce un errore 404 (file non trovato).',NULL,'',0,'2018-11-15 14:06:17'),(8727,9988,'it',0,NULL,'Il contatore di link nel testo ti aiuta a migliorare la struttura del tuo sito.',NULL,'',0,'2018-11-15 14:06:17'),(8728,9989,'it',0,NULL,'Le impostazioni di titolo &amp; meta per %1$s sono composte da variabili che sono sostituite da valori specifici della pagina quando quest\'ultima è visualizzata. I tab sulla sinistra illustrano le variabili disponibili.',NULL,'',0,'2018-11-15 14:06:17'),(8729,9990,'it',0,NULL,'C\'è una nuova notifica. ',NULL,'',0,'2018-11-15 14:06:17'),(8730,9991,'it',0,NULL,'Ci sono nuove notifiche. ',NULL,'',0,'2018-11-15 14:06:17'),(8731,9992,'it',0,NULL,'C\'è un errore con questa richiesta.',NULL,'',0,'2018-11-15 14:06:17'),(8732,9993,'it',0,NULL,'Nessun profilo trovato',NULL,'',0,'2018-11-15 14:06:17'),(8733,9994,'it',0,NULL,'Questi sono il titolo, la descrizione e l\'immagine utilizzata nei meta tag Open Graph nella pagina principale del tuo sito.',NULL,'',0,'2018-11-15 14:06:17'),(8734,9995,'it',0,NULL,'Queste pagine saranno %s di default, quindi non appariranno mai nei risultati delle ricerche.',NULL,'',0,'2018-11-15 14:06:17'),(8735,9996,'it',0,NULL,'Questo dato viene mostrato come metadata del tuo sito. &Egrave; destinato a comparire nel %1$sKnowledge Graph di Google%2$s. Puoi scegliere se essere una societ&agrave; o una persona:',NULL,'',0,'2018-11-15 14:06:17'),(8736,9997,'it',0,NULL,'Questa esportazione include la tassonomia dei metadata',NULL,'',0,'2018-11-15 14:06:17'),(8737,9998,'it',0,NULL,'Questa funzionalità è stata disattivata dall\'amministratore del network.',NULL,'',0,'2018-11-15 14:06:17'),(8738,9999,'it',0,NULL,'Questa funzionalità è utilizzata per aggiungere automaticamente contenuti al tuo RSS. Più nello specifico, è progettata per aggiungere link che rimandino al tuo blog e ai tuoi articoli, in modo che gli scrapers aggiungeranno a loro volta automaticamente questi links, aiutando i motori di ricerca ad identificarti come la fonte originale dei contenuti.',NULL,'',0,'2018-11-15 14:06:17'),(8739,10000,'it',0,NULL,'Questa immagine viene utilizzata se un/a articolo/pagina che vengono condivisi non contengono alcuna immagine.',NULL,'',0,'2018-11-15 14:06:17'),(8740,10001,'it',0,NULL,'Questa informazione sarà utilizzata nella Knowledge Graph Card di Google, il blocco di informazioni che vedi nella parte destra dei risultati di ricerca.',NULL,'',0,'2018-11-15 14:06:17'),(8741,10002,'it',0,NULL,'Questa è una lista di contenuti correlati che potresti inserire come collegamenti nel tuo articolo {{a}}Leggi il nostro articolo sulla struttura di un sito{{/a}} per approfondire il ruolo dell\'internal linking nella tua strategia SEO.',NULL,'',0,'2018-11-15 14:06:17'),(8742,10003,'it',0,NULL,'File di esportazione delle impostazioni del plugin %1$s di %2$s',NULL,'',0,'2018-11-15 14:06:17'),(8743,10004,'it',0,NULL,'Questo è sotto %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto.  %3$sValuta se aggiungere altro contenuto%4$s.',NULL,'',0,'2018-11-15 14:06:17'),(8744,10005,'it',0,NULL,'Questo è sotto %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto.  %3$sValuta se aggiungere altro contenuto%4$s.',NULL,'',0,'2018-11-15 14:06:17'),(8745,10006,'it',0,NULL,'Questo è molto lontano da %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto.  %3$sValuta se aggiungere altro contenuto%4$s.',NULL,'',0,'2018-11-15 14:06:17'),(8746,10007,'it',0,NULL,'Questo è molto lontano da %5$d, il numero minimo di parole che ti suggeriamo per il tuo contenuto.  %3$sValuta se aggiungere altro contenuto%4$s.',NULL,'',0,'2018-11-15 14:06:17'),(8747,10008,'it',0,NULL,'Questo è leggermente inferiore al numero minimo di %5$d parola. %3$sAggiungi ancora un po\' di contenuto%4$s.',NULL,'',0,'2018-11-15 14:06:17'),(8748,10009,'it',0,NULL,'Questo è leggermente inferiore al numero minimo di %5$d parole. %3$sAggiungi ancora un po\' di contenuto%4$s.',NULL,'',0,'2018-11-15 14:06:17'),(8749,10010,'it',0,NULL,'Questo è ciò che viene mostrato nei risultati della ricerca quando le persone trovano la tua homepage. Ciò significa che probabilmente è quello che vedono quando cercano il tuo marchio.',NULL,'',0,'2018-11-15 14:06:17'),(8750,10011,'it',0,NULL,'Questo deve essere un blog esistente. Il blog %s non esiste o è stato segnato come cancellato.',NULL,'',0,'2018-11-15 14:06:17'),(8751,10012,'it',0,NULL,'Il sito non è stato attivato correttamente su yoast.com è ciò non permette la verifica di aggiornamenti futuri. Attiva il tuo sito con una chiave di licenza valida.',NULL,'',0,'2018-11-15 14:06:17'),(8752,10013,'it',0,NULL,'Questa scheda ti permette di disattivare in modo selettivo le funzionalità di %s per tutti i siti del network. In modalità predefinita, tutte le funzionalità sono attivate: questo permette agli amministratori di scegliere quali funzioni attivare o meno per i propri siti. Quando disattivi una funzionalità qui, gli amministratori dei siti non potranno usarla per nulla.',NULL,'',0,'2018-11-15 14:06:17'),(8753,10014,'it',0,NULL,'Questo strumento consente di modificare rapidamente file importanti per la SEO, come il vostro robots.txt e, se ne avete uno, il file .htaccess.',NULL,'',0,'2018-11-15 14:06:17'),(8754,10015,'it',0,NULL,'Questo strumento permette di cambiare rapidamente i titoli e le descrizioni dei tuoi post e pagine senza dover andare nell\'editor per ognuno di essi.',NULL,'',0,'2018-11-15 14:06:17'),(8755,10016,'it',0,NULL,'Questo importerà i metadata degli articoli come i titoli SEO e le descrizioni nel tuo Yoast SEO metadata. Esegui l\'azione solo se non ci sono ancora i metadati di Yoast SEO. I dati esistenti non andranno persi.',NULL,'',0,'2018-11-15 14:06:17'),(8756,10017,'it',0,NULL,'Tempo richiesto:',NULL,'',0,'2018-11-15 14:06:17'),(8757,10018,'it',0,NULL,'Titolo',NULL,'',0,'2018-11-15 14:06:17'),(8758,10019,'it',0,NULL,'Separatore del titolo',NULL,'',0,'2018-11-15 14:06:17'),(8759,10020,'it',0,NULL,'Ottimizzazione del titolo',NULL,'',0,'2018-11-15 14:06:17'),(8760,10021,'it',0,NULL,'Simbolo separatore del titolo',NULL,'',0,'2018-11-15 14:06:17'),(8761,10022,'it',0,NULL,'Impostazioni del Titolo',NULL,'',0,'2018-11-15 14:06:17'),(8762,10023,'it',0,NULL,'Titolo da usare per la pagina autore',NULL,'',0,'2018-11-15 14:06:17'),(8763,10024,'it',0,NULL,'Titolo da usare nel percorso del breadcrumb in questa pagina',NULL,'',0,'2018-11-15 14:06:17'),(8764,10025,'it',0,NULL,'Per %1$sconvalidare il tuo sito con Pinterest%2$s, aggiungi qui il meta tag:',NULL,'',0,'2018-11-15 14:06:17'),(8765,10026,'it',0,NULL,'Per consentire a %1$s di recuperare le tue informazioni su %2$s inserisci il tuo Codice di Autorizzazione di Google. Facendo clic sul pulsante sottostante si aprirà una nuova finestra.',NULL,'',0,'2018-11-15 14:06:17'),(8766,10027,'it',0,NULL,'Per consentire a %s di recuperare le tue informazioni dalla Google Search Console, inserisci il Codice di autorizzazione di Google. Facendo clic sul link sottostante si aprirà una nuova finestra.',NULL,'',0,'2018-11-15 14:06:17'),(8767,10028,'it',0,NULL,'Per essere in grado di creare un redirect e risolvere questo problema, hai bisogno di %1$s. È possibile acquistare il plugin, compreso un anno di assistenza e aggiornamenti, su %2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8768,10029,'it',0,NULL,'Per risolvere il problema, deseleziona il box \"Dividi i commenti in pagine...\" nella %1$spagina di impostazione dei commenti%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8769,10030,'it',0,NULL,'Per consentire ai motori di ricerca di sapere quali profili social sono associati a questo sito, inserisci i dati dei profili social del tuo sito qui sotto.',NULL,'',0,'2018-11-15 14:06:17'),(8770,10031,'it',0,NULL,'Per essere sicuri che tutti i link nei tuoi testi siano contati, abbiamo bisogno di analizzare tutti i tuoi testi.\n					Tutto quello che devi fare è premere il pulsante qui sotto e analizzeremo tutti i tuoi testi.\n\n					%3$sConta i link%4$s\n\n					Il contatore di link nei testi fornisce informazioni su quanti link vengono trovati nei tuoi testi e quanti link puntano ai tuoi testi. Questo è molto utile quando vuoi migliorare il tuo %1$sinternal linking%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8771,10032,'it',0,NULL,'Attiva la Sitemap XML di %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8772,10033,'it',0,NULL,'Cambia stato della licenza',NULL,'',0,'2018-11-15 14:06:17'),(8773,10034,'it',0,NULL,'Strumenti',NULL,'',0,'2018-11-15 14:06:17'),(8774,10035,'it',0,NULL,'Traduzione di %s',NULL,'',0,'2018-11-15 14:06:17'),(8775,10036,'it',0,NULL,'Prova a creare frasi più brevi per migliorare la leggibilità.',NULL,'',0,'2018-11-15 14:06:17'),(8776,10037,'it',0,NULL,'Prova a scrivere frasi più brevi, usando parole meno difficili per migliorare la leggibilità. ',NULL,'',0,'2018-11-15 14:06:17'),(8777,10038,'it',0,NULL,'Sto provando a costruire una chiave sicura della cache della sitemap, ma la combinazione di suffisso e prefisso lascia poco spazio di azione. Probabilmente stai cercando di elaborare una pagina con molti caratteri.',NULL,'',0,'2018-11-15 14:06:17'),(8778,10039,'it',0,NULL,'Twitter',NULL,'',0,'2018-11-15 14:06:17'),(8779,10040,'it',0,NULL,'Nome utente Twitter',NULL,'',0,'2018-11-15 14:06:17'),(8780,10041,'it',0,NULL,'Metadati di Twitter',NULL,'',0,'2018-11-15 14:06:17'),(8781,10042,'it',0,NULL,'Impostazioni Twitter',NULL,'',0,'2018-11-15 14:06:17'),(8782,10043,'it',0,NULL,'Username Twitter (senza @)',NULL,'',0,'2018-11-15 14:06:17'),(8783,10044,'it',0,NULL,'Inserisci qui il termine da ricercare...',NULL,'',0,'2018-11-15 14:06:17'),(8784,10045,'it',0,NULL,'URL',NULL,'',0,'2018-11-15 14:06:17'),(8785,10046,'it',0,NULL,'URL punta a una pagina che non esiste',NULL,'',0,'2018-11-15 14:06:17'),(8786,10047,'it',0,NULL,'Tipo sconosciuto %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8787,10048,'it',0,NULL,'Lista non ordinata',NULL,'',0,'2018-11-15 14:06:17'),(8788,10049,'it',0,NULL,'Scompattamento fallito - il file settings.ini non è stato trovato.',NULL,'',0,'2018-11-15 14:06:17'),(8789,10050,'it',0,NULL,'Scompattamento fallito con errore \"%s\".',NULL,'',0,'2018-11-15 14:06:17'),(8790,10051,'it',0,NULL,'%s aggiornato',NULL,'',0,'2018-11-15 14:06:17'),(8791,10052,'it',0,NULL,'Passa a %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8792,10053,'it',0,NULL,'Passa a %s',NULL,'',0,'2018-11-15 14:06:17'),(8793,10054,'it',0,NULL,'Passa a %s »',NULL,'',0,'2018-11-15 14:06:17'),(8794,10055,'it',0,NULL,'Passa a Premium',NULL,'',0,'2018-11-15 14:06:17'),(8795,10056,'it',0,NULL,'Carica immagine',NULL,'',0,'2018-11-15 14:06:17'),(8796,10057,'it',0,NULL,'Caricamento fallito.',NULL,'',0,'2018-11-15 14:06:17'),(8797,10058,'it',0,NULL,'Anteprima dell\'URL',NULL,'',0,'2018-11-15 14:06:17'),(8798,10059,'it',0,NULL,'L\'utilizzo della funzione breadcrumbs è spiegata nel %1$snostro articolo nella knowledge-base sull\'implementazione dei breadcrumbs%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8799,10060,'it',0,NULL,'Utilizza le bricole di pane %1$s al posto di %2$s',NULL,'',0,'2018-11-15 14:06:17'),(8800,10061,'it',0,NULL,'Usa immagine',NULL,'',0,'2018-11-15 14:06:17'),(8801,10062,'it',0,NULL,'Descrizione dell\'utente',NULL,'',0,'2018-11-15 14:06:17'),(8802,10063,'it',0,NULL,'Usando questo modulo sarà possibile impostare il sito con i valori predefiniti di SEO.',NULL,'',0,'2018-11-15 14:06:17'),(8803,10064,'it',0,NULL,'Variabile',NULL,'',0,'2018-11-15 14:06:17'),(8804,10065,'it',0,NULL,'Barra verticale',NULL,'',0,'2018-11-15 14:06:17'),(8805,10066,'it',0,NULL,'Tutorial Video',NULL,'',0,'2018-11-15 14:06:17'),(8806,10067,'it',0,NULL,'Visualizza',NULL,'',0,'2018-11-15 14:06:17'),(8807,10068,'it',0,NULL,'Visualizza &#8220;%s&#8221;',NULL,'',0,'2018-11-15 14:06:17'),(8808,10069,'it',0,NULL,'Vai alla KB',NULL,'',0,'2018-11-15 14:06:17'),(8809,10070,'it',0,NULL,'ATTENZIONE:',NULL,'',0,'2018-11-15 14:06:17'),(8810,10071,'it',0,NULL,'Titolo pagina WP',NULL,'',0,'2018-11-15 14:06:17'),(8811,10072,'it',0,NULL,'Vuoi essere un esperto di Yoast SEO?',NULL,'',0,'2018-11-15 14:06:17'),(8812,10073,'it',0,NULL,'Vuoi essere sicuro che le impostazioni del tuo %1$s siano ancora OK? %2$sApri di nuovo il Wizard della configurazione%3$s per validarlo.',NULL,'',0,'2018-11-15 14:06:17'),(8813,10074,'it',0,NULL,'Attenzione: anche se da qui puoi impostare i valori meta per le impostazioni per i robot, l\'intero sito è impostato come da non indicizzare nelle impostazioni generali di privacy, quindi queste impostazioni non avranno alcun effetto.',NULL,'',0,'2018-11-15 14:06:17'),(8814,10075,'it',0,NULL,'Attenzione: la variabile %s non può essere utilizzata in questo template. Vedi il centro di supporto per maggiori informazioni.',NULL,'',0,'2018-11-15 14:06:17'),(8815,10076,'it',0,NULL,'Non siamo riusciti a creare una connessione alle nostre API per verificare il codice (o codici) di licenza. Si prega di chiedere al vostro hoster di consentire le connessioni in uscita dal vostro server verso %s.',NULL,'',0,'2018-11-15 14:06:17'),(8816,10077,'it',0,NULL,'Abbiamo rilevato che non hai ancora completato la configurazione guidata, ti raccomandiamo di %2$siniziare la procedura guidata di configurazione per %1$s%3$s.',NULL,'',0,'2018-11-15 14:06:17'),(8817,10078,'it',0,NULL,'Abbiamo individuato i seguenti problemi che riguardano la SEO del tuo sito.',NULL,'',0,'2018-11-15 14:06:17'),(8818,10079,'it',0,NULL,'Ti consigliamo di impostarlo su Sì.',NULL,'',0,'2018-11-15 14:06:17'),(8819,10080,'it',0,NULL,'Abbiamo trovato uno o più dati appartenenti ad altri plugin di SEO nel tuo sito. Segui i seguenti passi per importare i dati.',NULL,'',0,'2018-11-15 14:06:17'),(8820,10081,'it',0,NULL,'Abbiamo notato che stai utilizzando %1$s da un po\' di tempo; ci auguriamo che ti stia piacendo! Saremmo entusiasti se tu volessi %2$sdarci un punteggio di 5 stelle su WordPress.org%3$s!',NULL,'',0,'2018-11-15 14:06:17'),(8821,10082,'it',0,NULL,'Di recente abbiamo migliorato la funzionalità delle impostazioni dell\'Aspetto della ricerca. Purtroppo, abbiamo scoperto che in alcuni casi limite, il salvataggio per specifici archivi di post type potrebbe non andare a buon fine.',NULL,'',0,'2018-11-15 14:06:17'),(8822,10083,'it',0,NULL,'Abbiamo aggiornato i nostri algoritmi per il punteggio SEO. %1$sRicalcola il punteggio SEO%2$s per tutti gli articoli e le pagine.',NULL,'',0,'2018-11-15 14:06:17'),(8823,10084,'it',0,NULL,'Strumenti per Webmaster',NULL,'',0,'2018-11-15 14:06:17'),(8824,10085,'it',0,NULL,'Verifica per gli strumenti per webmaster',NULL,'',0,'2018-11-15 14:06:17'),(8825,10086,'it',0,NULL,'Nome sito web',NULL,'',0,'2018-11-15 14:06:17'),(8826,10087,'it',0,NULL,'Benvenuti alla procedura guidata di installazione di %1$s. In pochi semplici passi ti aiuteremo a configurare le tue impostazioni SEO affinché rispondano alle necessità del tuo sito!',NULL,'',0,'2018-11-15 14:06:17'),(8827,10088,'it',0,NULL,'Benvenuti alla procedura guidata di configurazione di %1$s. In pochi semplici passi ti aiuteremo a configurare le tue impostazioni SEO in base alle necessità del tuo sito! %1$s si prenderà cura di tutte le ottimizzazioni tecniche di cui il tuo sito ha bisogno.',NULL,'',0,'2018-11-15 14:06:17'),(8828,10089,'it',0,NULL,'Benvenuto!',NULL,'',0,'2018-11-15 14:06:17'),(8829,10090,'it',0,NULL,'Che tipo di sito è %1$s?',NULL,'',0,'2018-11-15 14:06:17'),(8830,10091,'it',0,NULL,'Quando carichi contenuti multimediali (un\'immagine o un video ad esempio), WordPress non salva solo i file multimediali, ma crea un URL di allegato. Queste pagine di allegati sono abbastanza vuote: contengono l\'elemento multimediale e forse un titolo, se ne inserisci uno. Per questo motivo, se non usi mai questi URL degli allegati, è meglio disabilitarli e reindirizzarlili all\'elemento multimediale stesso.',NULL,'',0,'2018-11-15 14:06:17'),(8831,10092,'it',0,NULL,'Anche se ci sforziamo di rendere la configurazione di %1$s più facile possibile, ci rendiamo conto che può essere complicata. Se preferisci che provvediamo noi alla configurazione di %1$s (e nel frattempo ottenere anche una copia di %2$s), ordina il nostro %3$sServizio di configurazione di %1$s%4$s!',NULL,'',0,'2018-11-15 14:06:17'),(8832,10093,'it',0,NULL,'Chi dovrebbe avere accesso alle impostazioni di %1$s',NULL,'',0,'2018-11-15 14:06:17'),(8833,10094,'it',0,NULL,'Perché Google non mostrerà il titolo corretto delle pagine',NULL,'',0,'2018-11-15 14:06:17'),(8834,10095,'it',0,NULL,'Con Yoast SEO Premium, puoi creare tali re-indirizzamenti facilmente.',NULL,'',0,'2018-11-15 14:06:17'),(8835,10096,'it',0,NULL,'WordPress genera automaticamente un URL per ciascun elemento della libreria media. Abilitando questa opzione si permetterà a google di indicizzare l\'URL generata.',NULL,'',0,'2018-11-15 14:06:17'),(8836,10097,'it',0,NULL,'Vorresti aggiungere una frase chiave correlata?',NULL,'',0,'2018-11-15 14:06:17'),(8837,10098,'it',0,NULL,'Vorresti aggiungere un\'altra frase chiave?',NULL,'',0,'2018-11-15 14:06:17'),(8838,10099,'it',0,NULL,'Vuoi aggiungere dei sinonimi della frase chiave?',NULL,'',0,'2018-11-15 14:06:17'),(8839,10100,'it',0,NULL,'Vuoi aggiungere più di una frase chiave?',NULL,'',0,'2018-11-15 14:06:17'),(8840,10101,'it',0,NULL,'Sitemaps XML',NULL,'',0,'2018-11-15 14:06:17'),(8841,10102,'it',0,NULL,'Codice di verifica Yandex',NULL,'',0,'2018-11-15 14:06:17'),(8842,10103,'it',0,NULL,'Si',NULL,'',0,'2018-11-15 14:06:17'),(8843,10104,'it',0,NULL,'Yoast SEO',NULL,'',0,'2018-11-15 14:06:17'),(8844,10105,'it',0,NULL,'Yoast SEO non ha trovato nessun dato dai plugin che possa essere importato.',NULL,'',0,'2018-11-15 14:06:17'),(8845,10106,'it',0,NULL,'Corso Yoast SEO per WordPress',NULL,'',0,'2018-11-15 14:06:17'),(8846,10107,'it',0,NULL,'Tutorial video Yoast SEO',NULL,'',0,'2018-11-15 14:06:17'),(8847,10108,'it',0,NULL,'L\'opzione Yoast %1$s non è stata trovata.',NULL,'',0,'2018-11-15 14:06:17'),(8848,10109,'it',0,NULL,'I plugin di Yoast condividono parte del codice tra di loro per rendere il sito più veloce. Per questo motivo abbiamo bisogno che tutti i plugin di Yoast siano aggiornati. Abbiamo rilevato che in questo caso non è così, quindi si prega di aggiornare i plugin di Yoast che non sono ancora aggiornati.',NULL,'',0,'2018-11-15 14:06:17'),(8849,10110,'it',0,NULL,'Non hai il permesso di accedere a questa pagina.',NULL,'',0,'2018-11-15 14:06:17'),(8850,10111,'it',0,NULL,'Non sei autorizzato a modificare le impostazioni di rete non registrate.',NULL,'',0,'2018-11-15 14:06:17'),(8851,10112,'it',0,NULL,'Non sei autorizzato a eseguire questa azione.',NULL,'',0,'2018-11-15 14:06:17'),(8852,10113,'it',0,NULL,'Non stai ricevendo aggiornamenti o assistenza! Risolvi il problema aggiungendo questo sito e abilitando %1$s in %2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8853,10114,'it',0,NULL,'Stai cercando di caricare dei file non minimizzati, questi sono disponibili solamente nel nostro pacchetto sviluppo. Guarda %1$s per vedere tutti i file sorgente.',NULL,'',0,'2018-11-15 14:06:17'),(8854,10115,'it',0,NULL,'Puoi fare clic su ogni elemento nell\'anteprima per passare all\'editor dello snippet.',NULL,'',0,'2018-11-15 14:06:17'),(8855,10116,'it',0,NULL,'Puoi impostare il titolo e la descrizione della pagina blog %1$smodificando la pagina stessa &raquo;%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8856,10117,'it',0,NULL,'Puoi impostare il titolo e la descrizione per la prima pagina %1$smodificando direttamente la prima pagina &raquo;%2$s',NULL,'',0,'2018-11-15 14:06:17'),(8857,10118,'it',0,NULL,'Puoi modificare i meta-dati SEO pei questo tipo personalizzato sulla %1$spagina del Negozio%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8858,10119,'it',0,NULL,'Puoi correggerlo nella %1$sPagina delle impostazioni dei permalink%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8859,10120,'it',0,NULL,'Puoi usare i box qui sotto per fare la verifica con i differenti Webmaster Tools. Questa funzione aggiungerà un meta tag di verifica sulla tua home page. Segui i links per i differenti Webmaster Tools e leggi le istruzioni per i metodi di verifica dei meta tag per ottenere il tuo codice di verifica. Se il tuo sito è già stato verificato, puoi lasciare tutto così com\'è.',NULL,'',0,'2018-11-15 14:06:17'),(8860,10121,'it',0,NULL,'È possibile utilizzare le seguenti variabili all\'interno del contenuto, verranno sostituite dal valore mostrato qui a destra.',NULL,'',0,'2018-11-15 14:06:17'),(8861,10122,'it',0,NULL,'Non puoi modificare i %s che non sono tuoi.',NULL,'',0,'2018-11-15 14:06:17'),(8862,10123,'it',0,NULL,'Non puoi modificare %s.',NULL,'',0,'2018-11-15 14:06:17'),(8863,10124,'it',0,NULL,'Non è possibile creare un file %s.',NULL,'',0,'2018-11-15 14:06:17'),(8864,10125,'it',0,NULL,'Non è possibile modificare il file %s.',NULL,'',0,'2018-11-15 14:06:17'),(8865,10126,'it',0,NULL,'Non puoi sovrascrivere una variabile di sostituzione standard di WPSEO registrando una variabile con lo stesso nome. Utilizza piuttosto il filtro \"wpseo_replacements\" per aggiustare il valore di sostituzione.',NULL,'',0,'2018-11-15 14:06:17'),(8866,10127,'it',0,NULL,'Hai definito il tuo codice licenza usando la costante PHP %s.',NULL,'',0,'2018-11-15 14:06:17'),(8867,10128,'it',0,NULL,'Non appare il titolo dell\'articolo nella URL dei tuoi articoli e pagine, si consiglia di inserirlo. Imposta la struttura del tuo permalink con <strong>/%postname%/</strong>.',NULL,'',0,'2018-11-15 14:06:17'),(8868,10129,'it',0,NULL,'Non hai un file %s, creane uno qui:',NULL,'',0,'2018-11-15 14:06:17'),(8869,10130,'it',0,NULL,'Non hai pubblicato nessun post, i tuoi punteggi SEO appariranno qui appena scriverari il tuo primo post!',NULL,'',0,'2018-11-15 14:06:17'),(8870,10131,'it',0,NULL,'Hai una licenza illimitata.',NULL,'',0,'2018-11-15 14:06:17'),(8871,10132,'it',0,NULL,'Hai usato %d attivazione su %d.',NULL,'',0,'2018-11-15 14:06:17'),(8872,10133,'it',0,NULL,'Hai usato %d attivazioni su %d.',NULL,'',0,'2018-11-15 14:06:17'),(8873,10134,'it',0,NULL,'Non è consentito utilizzare HTML.',NULL,'',0,'2018-11-15 14:06:17'),(8874,10135,'it',0,NULL,'Non hai impostato una pagina Negozio nelle impostazioni di WooCommerce. Devi farlo come prima cosa.',NULL,'',0,'2018-11-15 14:06:17'),(8875,10136,'it',0,NULL,'Hai appena eliminato %1$s.',NULL,'',0,'2018-11-15 14:06:17'),(8876,10137,'it',0,NULL,'Hai appena spostato nel cestino %1$s.',NULL,'',0,'2018-11-15 14:06:17'),(8877,10138,'it',0,NULL,'Ti potrebbe interessare',NULL,'',0,'2018-11-15 14:06:17'),(8878,10139,'it',0,NULL,'Devi %1$sandare nelle Impostazioni Lettura%2$s e rimuovere la casella di spunta per la Visibilità ai motori di ricerca.',NULL,'',0,'2018-11-15 14:06:17'),(8879,10140,'it',0,NULL,'Hai cercato',NULL,'',0,'2018-11-15 14:06:17'),(8880,10141,'it',0,NULL,'Si è cercato %s',NULL,'',0,'2018-11-15 14:06:17'),(8881,10142,'it',0,NULL,'Dovresti creare un re-indirizzamento per assicurarti che i visitatori non incorrano in un errore 404 facendo clic su un URL non più funzionante.',NULL,'',0,'2018-11-15 14:06:17'),(8882,10143,'it',0,NULL,'Avvia la procedura guidata, dal menu Yoast SEO &rarr; Generale &rarr; Bacheca per essere sicuro che tutte le impostazioni per il tuo sito siano corrette.',NULL,'',0,'2018-11-15 14:06:17'),(8883,10144,'it',0,NULL,'Hai ancora il motto standard di WordPress, persino un motto vuoto è probabilmente migliore. %1$sPuoi correggerlo in personalizza%2$s.',NULL,'',0,'2018-11-15 14:06:17'),(8884,10145,'it',0,NULL,'Non hai ancora provato i vantaggi di %1$s. Se tu avessi %1$s, potresti utilizzare le sue fantastiche funzionalità:',NULL,'',0,'2018-11-15 14:06:17'),(8885,10146,'it',0,NULL,'Stai usando WordPress in %1$s. Sebbene %2$s sia stato tradotto in %1$s al %3$d%%, la traduzione non e&agrave; stata ancora distribuita assieme al plugin. Puoi darci una mano! Registrati a %4$s per aiutare a completare la traduzione al %1$s!',NULL,'',0,'2018-11-15 14:06:17'),(8886,10147,'it',0,NULL,'Stai usando WordPress in una lingua che non è ancora supportata. Ci piacerebbe davvero che %2$s venisse tradotto anche in quella lingua, ma sfortunatamente, non lo è ancora. Tu puoi cambiare tutto questo! Registrati a %4$s per aiutare a tradurlo!',NULL,'',0,'2018-11-15 14:06:17'),(8887,10148,'it',0,NULL,'Hai fatto!',NULL,'',0,'2018-11-15 14:06:17'),(8888,10149,'it',0,NULL,'Hai raggiunto il tuo limite di attivazioni. Devi <a href=\"%s\">fare un upgrade della tua licenza</a> per usarla in questo sito.',NULL,'',0,'2018-11-15 14:06:17'),(8889,10150,'it',0,NULL,'URL di YouTube',NULL,'',0,'2018-11-15 14:06:17'),(8890,10151,'it',0,NULL,'La tua licenza %s è stata attivata.',NULL,'',0,'2018-11-15 14:06:17'),(8891,10152,'it',0,NULL,'La tua licenza %s è stata disattivata.',NULL,'',0,'2018-11-15 14:06:17'),(8892,10153,'it',0,NULL,'La tua licenza %s scadrà il %s.',NULL,'',0,'2018-11-15 14:06:17'),(8893,10154,'it',0,NULL,'La tua home page può essere indicizzata dai motori di ricerca.',NULL,'',0,'2018-11-15 14:06:17'),(8894,10155,'it',0,NULL,'La tua licenza è scaduta. Puoi <a href=\"%s\">estendere la tua licenza</a> per continuare ad utilizzarlo.',NULL,'',0,'2018-11-15 14:06:17'),(8895,10156,'it',0,NULL,'Il vostro nome',NULL,'',0,'2018-11-15 14:06:17'),(8896,10157,'it',0,NULL,'Il vostra server dispone di una versione non aggiornata del modulo PHP cURL  (versione: %s). Si prega di chiedere alla vostra societ&agrave; di hosting di aggiornare cURL ad una versione pi&ugrave; recente. &Egrave; possibile leggere altro a riguardo sul nostro %sKnowledge base%s.',NULL,'',0,'2018-11-15 14:06:17'),(8897,10158,'it',0,NULL,'La lingua del tuo sito è impostata su %s.',NULL,'',0,'2018-11-15 14:06:17'),(8898,10159,'it',0,NULL,'La lingua del tuo sito è impostata su %s. Se non è corretto, contatta l\'amministratore del sito.',NULL,'',0,'2018-11-15 14:06:17'),(8899,10160,'it',0,NULL,'La lingua del tuo sito è {language}.',NULL,'',0,'2018-11-15 14:06:17'),(8900,10161,'it',0,NULL,'La lingua del tuo sito è {language}. Se ciò non è corretto, contatta l\'amministratore del tuo sito.',NULL,'',0,'2018-11-15 14:06:17'),(8901,10162,'it',0,NULL,'Attualmente le impostazioni del tuo sito permettono la presenza degli URL degli allegati presenti nel tuo sito. Leggi %1$s questo articolo su un potenziale problema %2$s con gli URL degli allegati e verifica se hai le impostazioni corrette per il tuo sito.',NULL,'',0,'2018-11-15 14:06:17'),(8902,10163,'it',0,NULL,'I tuoi profili social',NULL,'',0,'2018-11-15 14:06:17'),(8903,10164,'it',0,NULL,'`%1$s` non è un valido sottotipo di `%2$s`',NULL,'',0,'2018-11-15 14:06:17'),(8904,10165,'it',0,NULL,'archiviato',NULL,'',0,'2018-11-15 14:06:17'),(8905,10166,'it',0,NULL,'archivi per gli autori senza articoli',NULL,'',0,'2018-11-15 14:06:17'),(8906,10167,'it',0,NULL,'Archivi autori',NULL,'',0,'2018-11-15 14:06:17'),(8907,10168,'it',0,NULL,'verifica come appaiono i tuoi articoli su Facebook o Twitter.',NULL,'',0,'2018-11-15 14:06:17'),(8908,10169,'it',0,NULL,'crea e gestisci i redirect direttamente dalla tua installazione WordPress.',NULL,'',0,'2018-11-15 14:06:17'),(8909,10170,'it',0,NULL,'archivi per data',NULL,'',0,'2018-11-15 14:06:17'),(8910,10171,'it',0,NULL,'giorni',NULL,'',0,'2018-11-15 14:06:17'),(8911,10172,'it',0,NULL,'eliminato',NULL,'',0,'2018-11-15 14:06:17'),(8912,10173,'it',0,NULL,'descrizione (tassonomia personalizzata)',NULL,'',0,'2018-11-15 14:06:17'),(8913,10174,'it',0,NULL,'difficile',NULL,'',0,'2018-11-15 14:06:17'),(8914,10175,'it',0,NULL,'facile',NULL,'',0,'2018-11-15 14:06:17'),(8915,10176,'it',0,NULL,'abbastanza difficile',NULL,'',0,'2018-11-15 14:06:17'),(8916,10177,'it',0,NULL,'abbastanza facile',NULL,'',0,'2018-11-15 14:06:17'),(8917,10178,'it',0,NULL,'Ottieni accesso al nostro team di assistenza 24/7.',NULL,'',0,'2018-11-15 14:06:17'),(8918,10179,'it',0,NULL,'ore',NULL,'',0,'2018-11-15 14:06:17'),(8919,10180,'it',0,NULL,'https://yoa.st/1uj',NULL,'',0,'2018-11-15 14:06:17'),(8920,10181,'it',0,NULL,'https://yoa.st/1uk',NULL,'',0,'2018-11-15 14:06:17'),(8921,10182,'it',0,NULL,'anteprima dell\'immagine',NULL,'',0,'2018-11-15 14:06:17'),(8922,10183,'it',0,NULL,'maturo',NULL,'',0,'2018-11-15 14:06:17'),(8923,10184,'it',0,NULL,'minuti ',NULL,'',0,'2018-11-15 14:06:17'),(8924,10185,'it',0,NULL,'ok',NULL,'',0,'2018-11-15 14:06:17'),(8925,10186,'it',0,NULL,'ottimizza un singolo articolo per i sinonimi e le frasi chiave correlate.',NULL,'',0,'2018-11-15 14:06:17'),(8926,10187,'it',0,NULL,'o',NULL,'',0,'2018-11-15 14:06:17'),(8927,10188,'it',0,NULL,'Tutto <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-15 14:06:17'),(8928,10189,'it',0,NULL,'Cestinati <span class=\"count\">(%s)</span>',NULL,'',0,'2018-11-15 14:06:17'),(8929,10190,'it',0,NULL,'pubblico',NULL,'',0,'2018-11-15 14:06:17'),(8930,10191,'it',0,NULL,'spam',NULL,'',0,'2018-11-15 14:06:17'),(8931,10192,'it',0,NULL,'l\'archivio per %s',NULL,'',0,'2018-11-15 14:06:17'),(8932,10193,'it',0,NULL,'archivi di questo autore',NULL,'',0,'2018-11-15 14:06:17'),(8933,10194,'it',0,NULL,'molto difficile',NULL,'',0,'2018-11-15 14:06:17'),(8934,10195,'it',0,NULL,'molto facile',NULL,'',0,'2018-11-15 14:06:17'),(8935,10196,'it',0,NULL,'<strong>Non</strong> stai ricevendo gli aggiornamenti.',NULL,'',0,'2018-11-15 14:06:17'),(8936,10197,'it',0,NULL,'Stai ricevendo gli aggiornamenti.',NULL,'',0,'2018-11-15 14:06:17'),(8937,10267,'it',0,NULL,'%1$s &#8211; %2$s',NULL,'',0,'2019-11-30 05:42:02'),(8938,10268,'it',0,NULL,'%s KB',NULL,'',0,'2019-11-30 05:42:02'),(8939,10269,'it',0,NULL,'%s siti',NULL,'',0,'2019-11-30 05:42:02'),(8940,10270,'it',0,NULL,'%s tema eliminato.',NULL,'',0,'2019-11-30 05:42:02'),(8941,10271,'it',0,NULL,'%s temi eliminati.',NULL,'',0,'2019-11-30 05:42:02'),(8942,10272,'it',0,NULL,'%s tema disabilitato.',NULL,'',0,'2019-11-30 05:42:02'),(8943,10273,'it',0,NULL,'%s temi disabilitati.',NULL,'',0,'2019-11-30 05:42:02'),(8944,10274,'it',0,NULL,'%s tema abilitato.',NULL,'',0,'2019-11-30 05:42:02'),(8945,10275,'it',0,NULL,'%s temi abilitati.',NULL,'',0,'2019-11-30 05:42:02'),(8946,10276,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Create_A_Network\">Documentazione sulla creazione di un network</a> (in inglese)',NULL,'',0,'2019-11-30 05:42:02'),(8947,10277,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Network_Admin\">Documentazione sull\'amministrazione del network</a> ',NULL,'',0,'2019-11-30 05:42:02'),(8948,10278,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Network_Admin_Settings_Screen\">Documentazione sulle Impostazioni del Network</a>',NULL,'',0,'2019-11-30 05:42:02'),(8949,10279,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Network_Admin_Themes_Screen\">Documentazione sui temi del network</a> (in inglese)',NULL,'',0,'2019-11-30 05:42:02'),(8950,10280,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Network_Admin_Updates_Screen\">Documentazione sull&#39;aggiornamento del Network</a>',NULL,'',0,'2019-11-30 05:42:02'),(8951,10281,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Network_Admin_Users_Screen\">Documentazione sugli utenti del Network</a> (in inglese)',NULL,'',0,'2019-11-30 05:42:02'),(8952,10282,'it',0,NULL,'<a href=\"https://codex.wordpress.org/Tools_Network_Screen\">Documentazione sulla schermata di rete</a> (in inglese)',NULL,'',0,'2019-11-30 05:42:02'),(8953,10283,'it',0,NULL,'Verrà creato un nuovo utente se l&#8217;indirizzo email precedente non è presente nel database.',NULL,'',0,'2019-11-30 05:42:02'),(8954,10284,'it',0,NULL,'All\'utente verrà inviato, tramite email, un link di reimpostazione della password',NULL,'',0,'2019-11-30 05:42:02'),(8955,10285,'it',0,NULL,'Child Theme attivo',NULL,'',0,'2019-11-30 05:42:02'),(8956,10286,'it',0,NULL,'Tema attivo',NULL,'',0,'2019-11-30 05:42:02'),(8957,10287,'it',0,NULL,'Aggiungi nuovo sito',NULL,'',0,'2019-11-30 05:42:02'),(8958,10288,'it',0,NULL,'Aggiungi nuovi utenti',NULL,'',0,'2019-11-30 05:42:02'),(8959,10289,'it',0,NULL,'Aggiungi Nuovo porterà alla schermata di Aggiungi nuovo sito. Sarà possibile cercare un sito per Nome, numero ID o indirizzo IP. Le Impostazioni schermata permettono di scegliere quanti siti visualizzare per ciascuna pagina.',NULL,'',0,'2019-11-30 05:42:02'),(8960,10290,'it',0,NULL,'Aggiungi sito',NULL,'',0,'2019-11-30 05:42:02'),(8961,10291,'it',0,NULL,'Aggiungi utente',NULL,'',0,'2019-11-30 05:42:02'),(8962,10292,'it',0,NULL,'Aggiungi utente creerà un nuovo account utente per la rete e invierà a tale persona una email con nome utente e password.',NULL,'',0,'2019-11-30 05:42:02'),(8963,10293,'it',0,NULL,'Aggiungi e amministra siti o utenti',NULL,'',0,'2019-11-30 05:42:02'),(8964,10294,'it',0,NULL,'Aggiungere le seguenti linee di codice al file wp-config.php (subito prima di <code>/* ...interrompere le modifiche... */</code>) ed al file <code>.htaccess</code> (sostituendo le regole di WordPress esistenti).',NULL,'',0,'2019-11-30 05:42:02'),(8965,10295,'it',0,NULL,'Aggiungi quanto segue nel tuo file %1$s in %2$s <strong>sopra</strong> la linea dove leggi %3$s:',NULL,'',0,'2019-11-30 05:42:02'),(8966,10296,'it',0,NULL,'Aggiungi quanto segue al tuo %1$s file in %2$s, <strong>sostituendo</strong> le altre regole di WordPress:',NULL,'',0,'2019-11-30 05:42:02'),(8967,10297,'it',0,NULL,'Indirizzi dei siti nel tuo network',NULL,'',0,'2019-11-30 05:42:02'),(8968,10298,'it',0,NULL,'Email amministratore',NULL,'',0,'2019-11-30 05:42:02'),(8969,10299,'it',0,NULL,'Tutti i siti',NULL,'',0,'2019-11-30 05:42:02'),(8970,10300,'it',0,NULL,'Operazione completata!',NULL,'',0,'2019-11-30 05:42:02'),(8971,10301,'it',0,NULL,'Consenti nuove registrazioni',NULL,'',0,'2019-11-30 05:42:02'),(8972,10302,'it',0,NULL,'Permettere agli amministratori di aggiungere nuovi utenti al proprio sito tramite la pagina \"Utenti &rarr; Aggiungi nuovo\"',NULL,'',0,'2019-11-30 05:42:02'),(8973,10303,'it',0,NULL,'Tipi di file permessi. Tipologie diverse separate da spazi.',NULL,'',0,'2019-11-30 05:42:02'),(8974,10304,'it',0,NULL,'Un link di Modifica ad una schermata separata di Modifica sito.',NULL,'',0,'2019-11-30 05:42:02'),(8975,10305,'it',0,NULL,'È stato rilevato un network WordPress già esistente.',NULL,'',0,'2019-11-30 05:42:02'),(8976,10306,'it',0,NULL,'Archiviato',NULL,'',0,'2019-11-30 05:42:02'),(8977,10307,'it',0,NULL,'Si è davvero sicuri di cancellare questi temi?',NULL,'',0,'2019-11-30 05:42:02'),(8978,10308,'it',0,NULL,'Si è sicuri di voler cancellare questo tema?',NULL,'',0,'2019-11-30 05:42:02'),(8979,10309,'it',0,NULL,'Attributi',NULL,'',0,'2019-11-30 05:42:02'),(8980,10310,'it',0,NULL,'Domini email bannati',NULL,'',0,'2019-11-30 05:42:02'),(8981,10311,'it',0,NULL,'Nomi bannati',NULL,'',0,'2019-11-30 05:42:02'),(8982,10312,'it',0,NULL,'Siccome stai usando %1$s, i siti nel tuo network WordPress devono usare sub-directories. Prendi in considerazione di usare %2$s se vuoi usare dei sottodomini.',NULL,'',0,'2019-11-30 05:42:02'),(8983,10313,'it',0,NULL,'Dato che la tua installazione è in una directory, i siti nel tuo network WordPress devono utilizzare le sotto directory.',NULL,'',0,'2019-11-30 05:42:02'),(8984,10314,'it',0,NULL,'Dato che la tua installazione non è nuova, i siti nel tuo network di WordPress devono usare i sottodomini.',NULL,'',0,'2019-11-30 05:42:02'),(8985,10315,'it',0,NULL,'Possono venir registrati sia nuovi account utente che nuovi siti.',NULL,'',0,'2019-11-30 05:42:02'),(8986,10316,'it',0,NULL,'Corrotti <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-30 05:42:02'),(8987,10317,'it',0,NULL,'Tema corrotto:',NULL,'',0,'2019-11-30 05:42:02'),(8988,10318,'it',0,NULL,'Non è possibile creare un sito vuoto.',NULL,'',0,'2019-11-30 05:42:02'),(8989,10319,'it',0,NULL,'Impossibile aggiungere utenti.',NULL,'',0,'2019-11-30 05:42:02'),(8990,10320,'it',0,NULL,'Impossibile creare un utente vuoto.',NULL,'',0,'2019-11-30 05:42:02'),(8991,10321,'it',0,NULL,'Scegliere un sottodominio o sottodirectory; si potrà cambiare tale scelta solo riconfigurando l\'installazione, quindi fare clic su installa. Se non dovesse funzionare occorrerà aggiungere un record wildcard DNS (per i sottodomini) oppure cambiare le impostazioni nei Permalink (per le sottodirectory).',NULL,'',0,'2019-11-30 05:42:02'),(8992,10322,'it',0,NULL,'Facendo clic sulle intestazioni in grassetto è possibile riordinare questa tabella.',NULL,'',0,'2019-11-30 05:42:02'),(8993,10323,'it',0,NULL,'Completa gli step seguenti per abilitare le funzionalità di creazione di un network di siti.',NULL,'',0,'2019-11-30 05:42:02'),(8994,10324,'it',0,NULL,'Conferma',NULL,'',0,'2019-11-30 05:42:02'),(8995,10325,'it',0,NULL,'Conferma la tua azione',NULL,'',0,'2019-11-30 05:42:02'),(8996,10326,'it',0,NULL,'Creare un network di siti WordPress',NULL,'',0,'2019-11-30 05:42:02'),(8997,10327,'it',0,NULL,'Bacheca porta alla Dacheca di quel sito.',NULL,'',0,'2019-11-30 05:42:02'),(8998,10328,'it',0,NULL,'Disattiva, Archivia e Spam portano a delle schermate di conferma. Queste azioni potranno essere successivamente annullate.',NULL,'',0,'2019-11-30 05:42:02'),(8999,10329,'it',0,NULL,'Lingua predefinita',NULL,'',0,'2019-11-30 05:42:02'),(9000,10330,'it',0,NULL,'Cancella tema',NULL,'',0,'2019-11-30 05:42:02'),(9001,10331,'it',0,NULL,'Elimina i temi',NULL,'',0,'2019-11-30 05:42:02'),(9002,10332,'it',0,NULL,'Elimina, che diventa un\'azione permanente dopo la schermata di conferma.',NULL,'',0,'2019-11-30 05:42:02'),(9003,10333,'it',0,NULL,'Eliminato',NULL,'',0,'2019-11-30 05:42:02'),(9004,10334,'it',0,NULL,'Disattiva',NULL,'',0,'2019-11-30 05:42:02'),(9005,10335,'it',0,NULL,'Disattiva %s',NULL,'',0,'2019-11-30 05:42:02'),(9006,10336,'it',0,NULL,'Disabilitati <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-30 05:42:02'),(9007,10337,'it',0,NULL,'Nomi utente o indirizzi email duplicati.',NULL,'',0,'2019-11-30 05:42:02'),(9008,10338,'it',0,NULL,'ERRORE: Impossibile creare il network.',NULL,'',0,'2019-11-30 05:42:02'),(9009,10339,'it',0,NULL,'Modifica il sito: %s',NULL,'',0,'2019-11-30 05:42:02'),(9010,10340,'it',0,NULL,'Attiva',NULL,'',0,'2019-11-30 05:42:02'),(9011,10341,'it',0,NULL,'Attiva %s',NULL,'',0,'2019-11-30 05:42:02'),(9012,10342,'it',0,NULL,'Abilita i menu di amministrazione',NULL,'',0,'2019-11-30 05:42:02'),(9013,10343,'it',0,NULL,'Abilita i menu',NULL,'',0,'2019-11-30 05:42:02'),(9014,10344,'it',0,NULL,'Abilitati <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-30 05:42:02'),(9015,10345,'it',0,NULL,'Attivazione del network',NULL,'',0,'2019-11-30 05:42:02'),(9016,10346,'it',0,NULL,'Inserisci il nome utente e l\'email.',NULL,'',0,'2019-11-30 05:42:02'),(9017,10347,'it',0,NULL,'Inserire un nome utente di un utente registrato.',NULL,'',0,'2019-11-30 05:42:02'),(9018,10348,'it',0,NULL,'Inserisci le informazioni di seguito e sarai sulla tua strada nel creare un network si siti WordPress. Creeremo i file di configurazione nel passaggio succesivo',NULL,'',0,'2019-11-30 05:42:02'),(9019,10349,'it',0,NULL,'Filtra elenco temi del sito',NULL,'',0,'2019-11-30 05:42:02'),(9020,10350,'it',0,NULL,'Filtra elenco utenti del sito',NULL,'',0,'2019-11-30 05:42:02'),(9021,10351,'it',0,NULL,'Primo commento',NULL,'',0,'2019-11-30 05:42:02'),(9022,10352,'it',0,NULL,'L\'autore del primo commento',NULL,'',0,'2019-11-30 05:42:02'),(9023,10353,'it',0,NULL,'Email per il primo commento',NULL,'',0,'2019-11-30 05:42:02'),(9024,10354,'it',0,NULL,'L\'URL del primo commento',NULL,'',0,'2019-11-30 05:42:02'),(9025,10355,'it',0,NULL,'Prima pagina',NULL,'',0,'2019-11-30 05:42:02'),(9026,10356,'it',0,NULL,'Da qui puoi:',NULL,'',0,'2019-11-30 05:42:02'),(9027,10357,'it',0,NULL,'Passando con il mouse sopra un utente di questo elenco appariranno i link di modifica. Il link Modifica sulla sinistra indirizzerà alla pagina del Profilo utente; Il link di Modifica sulla destra di ciascun nome di sito indirizzerà ad una schermata di Modifica per quel sito.',NULL,'',0,'2019-11-30 05:42:02'),(9028,10358,'it',0,NULL,'Passando il mouse sopra un sito appariranno sette opzioni (tre per il sito principale):',NULL,'',0,'2019-11-30 05:42:02'),(9029,10359,'it',0,NULL,'Se %1$s è disattivata, chiedi all\'amministratore di abilitare quel modulo, o di guardare la <a href=\"%2$s\">documentazione Apache</a> o <a href=\"%3$s\">altrove</a> per avere aiuto sulla sua creazione.',NULL,'',0,'2019-11-30 05:42:02'),(9030,10360,'it',0,NULL,'Se non vi è stato un aggiornamento di versione dei file di core, fare clic su questo pulsante non avrà alcun effetto.',NULL,'',0,'2019-11-30 05:42:02'),(9031,10361,'it',0,NULL,'Se la registrazione è disabilitata, imposta %1$s in %2$s ad una URL alla quale reindirizzare i visitatori se questi visitano un sito inesistente.',NULL,'',0,'2019-11-30 05:42:02'),(9032,10362,'it',0,NULL,'Se la email di admin per un nuovo sito non esiste nel database, verrà creato un nuovo utente.',NULL,'',0,'2019-11-30 05:42:02'),(9033,10363,'it',0,NULL,'Se l\'amministratore del network disabilita un tema che è in uso, questo rimarrà attivo per questo sito. Se si seleziona un tema differente, il tema disabilitato non apparirà più nella schermata del sito Aspetto > Temi.',NULL,'',0,'2019-11-30 05:42:02'),(9034,10364,'it',0,NULL,'Se questa procedura fallisce per qualsiasi motivo, gli utenti che si collegheranno ai loro siti forzeranno il medesimo aggiornamento.',NULL,'',0,'2019-11-30 05:42:02'),(9035,10365,'it',0,NULL,'Se desideri impedire a specifici domini email la registrazione ai siti. Inserisci un dominio per riga.',NULL,'',0,'2019-11-30 05:42:02'),(9036,10366,'it',0,NULL,'Se desideri consentire solo a specifici domini email di registrarsi ai siti. Inserisci un dominio per riga.',NULL,'',0,'2019-11-30 05:42:02'),(9037,10367,'it',0,NULL,'Se il proprio browser non inizia a caricare automaticamente la pagina successiva fare clic su questo link:',NULL,'',0,'2019-11-30 05:42:02'),(9038,10368,'it',0,NULL,'Installa ed attiva temi o plugin.',NULL,'',0,'2019-11-30 05:42:02'),(9039,10369,'it',0,NULL,'Temi installati',NULL,'',0,'2019-11-30 05:42:02'),(9040,10370,'it',0,NULL,'ID sito non valido.',NULL,'',0,'2019-11-30 05:42:02'),(9041,10371,'it',0,NULL,'Sembra che il modulo Apache %s non sia installato.',NULL,'',0,'2019-11-30 05:42:02'),(9042,10372,'it',0,NULL,'Impostazioni lingua',NULL,'',0,'2019-11-30 05:42:02'),(9043,10373,'it',0,NULL,'Ultimo aggiornamento',NULL,'',0,'2019-11-30 05:42:02'),(9044,10374,'it',0,NULL,'Limitare la dimensione totale dei file caricati a %s MB',NULL,'',0,'2019-11-30 05:42:02'),(9045,10375,'it',0,NULL,'Registrazioni limitate per email',NULL,'',0,'2019-11-30 05:42:02'),(9046,10376,'it',0,NULL,'Gli utenti già autenticati possono registrare nuovi siti.',NULL,'',0,'2019-11-30 05:42:02'),(9047,10377,'it',0,NULL,'Per adulti',NULL,'',0,'2019-11-30 05:42:02'),(9048,10378,'it',0,NULL,'Dimensione massima dei file',NULL,'',0,'2019-11-30 05:42:02'),(9049,10379,'it',0,NULL,'L\'impostazione di menu abilita/disabilita il menu dei plugin da apparire per i non super admin, in tal modo solo i super admin, non gli amministratori di un sito, avranno accesso all\'attivazione dei plugin.',NULL,'',0,'2019-11-30 05:42:02'),(9050,10380,'it',0,NULL,'Indirizzo email mancante.',NULL,'',0,'2019-11-30 05:42:02'),(9051,10381,'it',0,NULL,'Indirizzo blog mancante o non corretto.',NULL,'',0,'2019-11-30 05:42:02'),(9052,10382,'it',0,NULL,'Modifica le impostazioni generali del network',NULL,'',0,'2019-11-30 05:42:02'),(9053,10383,'it',0,NULL,'Network',NULL,'',0,'2019-11-30 05:42:02'),(9054,10384,'it',0,NULL,'Email amministratore network',NULL,'',0,'2019-11-30 05:42:02'),(9055,10385,'it',0,NULL,'Dettagli del network',NULL,'',0,'2019-11-30 05:42:02'),(9056,10386,'it',0,NULL,'Disattiva dal network',NULL,'',0,'2019-11-30 05:42:02'),(9057,10387,'it',0,NULL,'Disattiva %s dal network',NULL,'',0,'2019-11-30 05:42:02'),(9058,10388,'it',0,NULL,'Attiva %s nel network ',NULL,'',0,'2019-11-30 05:42:02'),(9059,10389,'it',0,NULL,'Impostazioni network',NULL,'',0,'2019-11-30 05:42:02'),(9060,10390,'it',0,NULL,'Nome del network',NULL,'',0,'2019-11-30 05:42:02'),(9061,10391,'it',0,NULL,'I temi attivati nel network non sono visualizzati in questa schermata.',NULL,'',0,'2019-11-30 05:42:02'),(9062,10392,'it',0,NULL,'Mai',NULL,'',0,'2019-11-30 05:42:02'),(9063,10393,'it',0,NULL,'Impostazioni nuovo sito',NULL,'',0,'2019-11-30 05:42:02'),(9064,10394,'it',0,NULL,'Impostazioni nuove registrazioni',NULL,'',0,'2019-11-30 05:42:02'),(9065,10395,'it',0,NULL,'Nuovo sito creato da %1$s\n\nIndirizzo: %2$s\nNome: %3$s',NULL,'',0,'2019-11-30 05:42:02'),(9066,10396,'it',0,NULL,'Le impostazioni Nuovo sito vengono applicate automaticamente quando viene creato un nuovo sito nel network. Queste impostazioni comprendono la email di benvenuto quando viene registrato un nuovo sito o un nuovo utente e quello che viene inserito nel primo articolo, nella prima pagina, nel primo commento, l\'autore del primo commento e l\'URL del commentatore.',NULL,'',0,'2019-11-30 05:42:02'),(9067,10397,'it',0,NULL,'Siti successivi',NULL,'',0,'2019-11-30 05:42:02'),(9068,10398,'it',0,NULL,'Nessun sito trovato.',NULL,'',0,'2019-11-30 05:42:02'),(9069,10399,'it',0,NULL,'Nessun tema selezionato.',NULL,'',0,'2019-11-30 05:42:02'),(9070,10400,'it',0,NULL,'Nessun tema trovato.',NULL,'',0,'2019-11-30 05:42:02'),(9071,10401,'it',0,NULL,'No, fammi tornare sull\'elenco dei temi',NULL,'',0,'2019-11-30 05:42:02'),(9072,10402,'it',0,NULL,'Dopo che il network è stato creato puoi riattivare i tuoi plugin.',NULL,'',0,'2019-11-30 05:42:02'),(9073,10403,'it',0,NULL,'Dopo che avrai aggiunto questo codice e aggiornato la pagina nel tuo browser, la modalità multisito dovrebbe essere attiva. Questa schermata, che ora si trova sotto il menu di navigazione Amministra Network, manterrà un archivio del codice che è stato aggiunto. Puoi passare dalla modalità Amministra Network ad Amministra Sito facendo clic su Amministra Network o su uno dei nomi dei siti sotto il menù a discesa I Miei Siti nella barra strumenti.',NULL,'',0,'2019-11-30 05:42:02'),(9074,10404,'it',0,NULL,'Dopo aver completato questi passaggi, il tuo network è attivo e configurato. Dovrai accedere nuovamente.',NULL,'',0,'2019-11-30 05:42:02'),(9075,10405,'it',0,NULL,'Sono consentite solo lettere minuscole (a-z), numeri e trattini.',NULL,'',0,'2019-11-30 05:42:02'),(9076,10406,'it',0,NULL,'Utilizza questa schermata una volta che si è aggiornato ad una nuova versione di WordPress tramite Aggiornamenti/Aggiornamenti disponibili (nel menu di navigazione Amministrazione network o tramite la Barra strumenti). Facendo clic sul pulsante Aggiorna il network si scorreranno i singoli siti del network, cinque alla volta, assicurandosi che siano applicati tutti gli aggiornamenti al database.',NULL,'',0,'2019-11-30 05:42:02'),(9077,10407,'it',0,NULL,'Impostazioni operative',NULL,'',0,'2019-11-30 05:42:02'),(9078,10408,'it',0,NULL,'Le impostazioni operative contengono campi per il nome del network e la email di amministrazione.',NULL,'',0,'2019-11-30 05:42:02'),(9079,10409,'it',0,NULL,'<a href=\"%s\">Disabilita i tuoi plugin</a> prima di abilitare le funzionalità network.',NULL,'',0,'2019-11-30 05:42:02'),(9080,10410,'it',0,NULL,'Scegli se vuoi usare sottodomini o sub-directories per i siti del tuo network WordPress.',NULL,'',0,'2019-11-30 05:42:02'),(9081,10411,'it',0,NULL,'Completa i passi di configurazione. Per creare un nuovo network, devi o svuotare o rimuovere le tabelle del database del network.',NULL,'',0,'2019-11-30 05:42:02'),(9082,10412,'it',0,NULL,'Assicurati che il modulo Apache %s sia installato. Verrà usato alla fine di questa installazione.',NULL,'',0,'2019-11-30 05:42:02'),(9083,10413,'it',0,NULL,'Impostazioni rapide',NULL,'',0,'2019-11-30 05:42:02'),(9084,10414,'it',0,NULL,'Impostazioni di registrazione',NULL,'',0,'2019-11-30 05:42:02'),(9085,10415,'it',0,NULL,'La registrazione è disabilitata.',NULL,'',0,'2019-11-30 05:42:02'),(9086,10416,'it',0,NULL,'Notifica registrazione',NULL,'',0,'2019-11-30 05:42:02'),(9087,10417,'it',0,NULL,'Le Impostazioni di registrazione possono abilitare/disabilitare le registrazioni pubbliche. Se si permette dad altri di registrare un sito, si consiglia di installare un plugin antispam. Spazi e non virgole, dovranno separare i nomi dei siti bannati da questo network.',NULL,'',0,'2019-11-30 05:42:02'),(9088,10418,'it',0,NULL,'Ritorna alla bacheca',NULL,'',0,'2019-11-30 05:42:02'),(9089,10419,'it',0,NULL,'Seleziona un utente per modificare il ruolo.',NULL,'',0,'2019-11-30 05:42:02'),(9090,10420,'it',0,NULL,'Seleziona un utente da rimuovere.',NULL,'',0,'2019-11-30 05:42:02'),(9091,10421,'it',0,NULL,'Inviare all&#8217;amministratore del network una email di notifica ogni volta che qualcuno registra un sito o un account utente.',NULL,'',0,'2019-11-30 05:42:02'),(9092,10422,'it',0,NULL,'Indirizzo del server',NULL,'',0,'2019-11-30 05:42:02'),(9093,10423,'it',0,NULL,'Imposta attributi sito',NULL,'',0,'2019-11-30 05:42:02'),(9094,10424,'it',0,NULL,'Sito attivato.',NULL,'',0,'2019-11-30 05:42:02'),(9095,10425,'it',0,NULL,'Sito aggiunto. <a href=\"%1$s\">Vai alla Bacheca</a> o <a href=\"%2$s\">Modifica il sito</a>',NULL,'',0,'2019-11-30 05:42:02'),(9096,10426,'it',0,NULL,'Sito archiviato.',NULL,'',0,'2019-11-30 05:42:02'),(9097,10427,'it',0,NULL,'Sito disattivato.',NULL,'',0,'2019-11-30 05:42:02'),(9098,10428,'it',0,NULL,'Sito cancellato.',NULL,'',0,'2019-11-30 05:42:02'),(9099,10429,'it',0,NULL,'Informazioni sito aggiornate.',NULL,'',0,'2019-11-30 05:42:02'),(9100,10430,'it',0,NULL,'Sito contrassegnato come spam.',NULL,'',0,'2019-11-30 05:42:02'),(9101,10431,'it',0,NULL,'Opzioni sito aggiornate.',NULL,'',0,'2019-11-30 05:42:02'),(9102,10432,'it',0,NULL,'Sito rimosso dallo spam.',NULL,'',0,'2019-11-30 05:42:02'),(9103,10433,'it',0,NULL,'Elenco temi del sito',NULL,'',0,'2019-11-30 05:42:02'),(9104,10434,'it',0,NULL,'Navigazione elenco temi del sito',NULL,'',0,'2019-11-30 05:42:02'),(9105,10435,'it',0,NULL,'Sito recuperato da archivio.',NULL,'',0,'2019-11-30 05:42:02'),(9106,10436,'it',0,NULL,'Spazio di upload del sito',NULL,'',0,'2019-11-30 05:42:02'),(9107,10437,'it',0,NULL,'Elenco utenti del sito',NULL,'',0,'2019-11-30 05:42:02'),(9108,10438,'it',0,NULL,'Navigazione elenco degli utenti',NULL,'',0,'2019-11-30 05:42:02'),(9109,10439,'it',0,NULL,'Siti cancellati.',NULL,'',0,'2019-11-30 05:42:02'),(9110,10440,'it',0,NULL,'Elenco siti',NULL,'',0,'2019-11-30 05:42:02'),(9111,10441,'it',0,NULL,'Navigazione elenco siti',NULL,'',0,'2019-11-30 05:42:02'),(9112,10442,'it',0,NULL,'Siti contrassegnati come spam.',NULL,'',0,'2019-11-30 05:42:02'),(9113,10443,'it',0,NULL,'Siti rimossi dallo spam.',NULL,'',0,'2019-11-30 05:42:02'),(9114,10444,'it',0,NULL,'Dimensione in kilobyte',NULL,'',0,'2019-11-30 05:42:02'),(9115,10445,'it',0,NULL,'Non disponi dei permessi per aggiungere siti a questo network.',NULL,'',0,'2019-11-30 05:42:02'),(9116,10446,'it',0,NULL,'Non disponi del permesso per modificare il sito corrente.',NULL,'',0,'2019-11-30 05:42:02'),(9117,10447,'it',0,NULL,'Non disponi dei permessi per eliminare questo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9118,10448,'it',0,NULL,'Non disponi del permesso per cancellare il sito %s.',NULL,'',0,'2019-11-30 05:42:02'),(9119,10449,'it',0,NULL,'Non disponi dei permessi per eliminare i temi per questo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9120,10450,'it',0,NULL,'Non disponi dei permessi per modificare questo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9121,10451,'it',0,NULL,'Non disponi dei permessi per gestire i temi del network.',NULL,'',0,'2019-11-30 05:42:02'),(9122,10452,'it',0,NULL,'Non disponi dei permessi per gestire i temi per questo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9123,10453,'it',0,NULL,'Sottocartelle',NULL,'',0,'2019-11-30 05:42:02'),(9124,10454,'it',0,NULL,'Installazione con sotto directory',NULL,'',0,'2019-11-30 05:42:02'),(9125,10455,'it',0,NULL,'Installazione con sottodomini',NULL,'',0,'2019-11-30 05:42:02'),(9126,10456,'it',0,NULL,'Sottodomini',NULL,'',0,'2019-11-30 05:42:02'),(9127,10457,'it',0,NULL,'I network in sottodirectory potrebbe non essere completamente compatibile con cartelle wp-content personalizzate.',NULL,'',0,'2019-11-30 05:42:02'),(9128,10458,'it',0,NULL,'Super amministratore <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-30 05:42:02'),(9129,10459,'it',0,NULL,'Super amministratori <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-30 05:42:02'),(9130,10460,'it',0,NULL,'I Super amministratori non possono più venir inseriti dalla schermata delle opzioni. Si deve passare tramite la lista degli utenti esistenti su Amministratori rete > Utenti e fare clic sul nome utente o sul link di Modifica sotto tale nome. Si andrà a modificare la pagina utente nella quale si potrà selezionare una casella per concedere i privilegi super amministratore.',NULL,'',0,'2019-11-30 05:42:02'),(9131,10461,'it',0,NULL,'È tutto, termina le modifiche! Scrivi con gioia.',NULL,'',0,'2019-11-30 05:42:02'),(9132,10462,'it',0,NULL,'Il pannello di creazione Network non è adatto per i network WordPress MU.',NULL,'',0,'2019-11-30 05:42:02'),(9133,10463,'it',0,NULL,'Il widget Stato attuale in questa schermata mostra il numero di utenti e siti all\'interno del tuo netwok.',NULL,'',0,'2019-11-30 05:42:02'),(9134,10464,'it',0,NULL,'L\'URL del primo commento su di un nuovo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9135,10465,'it',0,NULL,'L\'autore del primo commento di un nuovo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9136,10466,'it',0,NULL,'L\'azione di massa cancellerà definitivamente gli utenti selezionati oppure marcherà o cancellerà quelli selezionati come spam. Gli utenti spam avranno i loro articoli rimossi e non saranno più in grado di registarsi nuovamente con il medesimo indirizzo email.',NULL,'',0,'2019-11-30 05:42:02'),(9137,10467,'it',0,NULL,'La scelta di siti come sottodirectory è disattivata se questa configurazione è più vecchia di un mese a causa di problemi con i permalink con \"/blog/\" del sito principale. Questa disabilitazione verrà affrontata in una futura versione.',NULL,'',0,'2019-11-30 05:42:02'),(9138,10468,'it',0,NULL,'La costante %s non può essere definita durante la creazione di un network.',NULL,'',0,'2019-11-30 05:42:02'),(9139,10469,'it',0,NULL,'Il dominio o il percorso inseriti sono in conflitto con un nome utente esistente.',NULL,'',0,'2019-11-30 05:42:02'),(9140,10470,'it',0,NULL,'L\'indirizzo email per l\'autore del primo commento su un nuovo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9141,10471,'it',0,NULL,'Il primo commento di un nuovo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9142,10472,'it',0,NULL,'La prima pagina di un nuovo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9143,10473,'it',0,NULL,'Il primo articolo di un nuovo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9144,10474,'it',0,NULL,'Le seguenti parole sono riservate per l\'utilizzo da parte delle funzioni di WordPress e non possono essere utilizzate come nomi per i blog: %s',NULL,'',0,'2019-11-30 05:42:02'),(9145,10475,'it',0,NULL,'L\'indirizzo internet del tuo network sarà %s.',NULL,'',0,'2019-11-30 05:42:02'),(9146,10476,'it',0,NULL,'Il sito principale in una installazione in una sotto directory deve utilizzare una struttura permalink modificata, potenzialmente può rompere i link esistenti.',NULL,'',0,'2019-11-30 05:42:02'),(9147,10477,'it',0,NULL,'La schermata successiva per la Configurazione della rete fornirà delle righe di codice generate specificatamente e da aggiungere al proprio wp-config.php e .htaccess. Assicurarsi che le impostazioni del proprio client FTP rendano visibili i file che iniziano con un punto, in modo che sia possibile trovare .htaccess; potrebbe essere necessario creare questo file se non fosse presente. Fare sempre una copia di backup di questi due file.',NULL,'',0,'2019-11-30 05:42:02'),(9148,10478,'it',0,NULL,'I passi originali di configurazioni sono visualizzati qui come referenza.',NULL,'',0,'2019-11-30 05:42:02'),(9149,10479,'it',0,NULL,'L\'azione richiesta non è valida.',NULL,'',0,'2019-11-30 05:42:02'),(9150,10480,'it',0,NULL,'Il sito richiesto non esiste.',NULL,'',0,'2019-11-30 05:42:02'),(9151,10481,'it',0,NULL,'L\'ID del sito è utilizato internamente e non viene visualizzato nel frontend del sito o agli utenti/visitatori.',NULL,'',0,'2019-11-30 05:42:02'),(9152,10482,'it',0,NULL,'Il nome utente ed il link per impostare la password saranno inviati a questo indirizzo email.',NULL,'',0,'2019-11-30 05:42:02'),(9153,10483,'it',0,NULL,'L\'email di benvenuto che viene inviata ai proprietari dei nuovi siti.',NULL,'',0,'2019-11-30 05:42:02'),(9154,10484,'it',0,NULL,'L\'email di benvenuto che viene inviata ai nuovi utenti.',NULL,'',0,'2019-11-30 05:42:02'),(9155,10485,'it',0,NULL,'Tema',NULL,'',0,'2019-11-30 05:42:02'),(9156,10486,'it',0,NULL,'Tema disabilitato.',NULL,'',0,'2019-11-30 05:42:02'),(9157,10487,'it',0,NULL,'Tema abilitato.',NULL,'',0,'2019-11-30 05:42:02'),(9158,10488,'it',0,NULL,'Temi %s',NULL,'',0,'2019-11-30 05:42:02'),(9159,10489,'it',0,NULL,'I temi possono essere abilitati, tramite la schermata Modifica sito (che ha una scheda Temi), sito per sito da un amministratore della rete; è possibile arrivarci tramite il link Modifica nella schermata Tutti i siti. Solo gli amministratori di rete sono in grado di installare o modificare i temi.',NULL,'',0,'2019-11-30 05:42:02'),(9160,10490,'it',0,NULL,'Navigazione elenco dei temi',NULL,'',0,'2019-11-30 05:42:02'),(9161,10491,'it',0,NULL,'Vi è un cambiamento in sospeso all\'email di amministrazione del network in %s.',NULL,'',0,'2019-11-30 05:42:02'),(9162,10492,'it',0,NULL,'Si è verificato un errore nella creazione dell\'utente.',NULL,'',0,'2019-11-30 05:42:02'),(9163,10493,'it',0,NULL,'Questi temi potrebbero essere attivi su altri siti del network.',NULL,'',0,'2019-11-30 05:42:02'),(9164,10494,'it',0,NULL,'Anche queste chiavi uniche di autenticazione mancano dal tuo file %s.',NULL,'',0,'2019-11-30 05:42:02'),(9165,10495,'it',0,NULL,'Questa è la tabella principale di tutti i siti di questo network. Passare dalla vista a lista a quella a riassunto utilizzando l\'icona in alto a destra nella tabella.',NULL,'',0,'2019-11-30 05:42:02'),(9166,10496,'it',0,NULL,'Questa schermata permette di configurare un network ad avere sottodomini (<code>sito1.esempio.it</code>) o sottodirectory (<code>esempio.it/sito1</code>). I sottodomini richiedono che la wildcard dei sottodomini sia abilitata sia in Apache che come record DNS, sempre che l\'host lo permetta.',NULL,'',0,'2019-11-30 05:42:02'),(9167,10497,'it',0,NULL,'Questa schermata abilita e disabilita per ciascun sito le inclusioni dei temi disponibili nel menu Aspetto. Non attiva o disattiva il tema che un sito sta attualmente utilizzando.',NULL,'',0,'2019-11-30 05:42:02'),(9168,10498,'it',0,NULL,'Questa schermata è per i super amministratori per aggiungere siti al network. Questo non è gestito dalle opzioni di registrazione.',NULL,'',0,'2019-11-30 05:42:02'),(9169,10499,'it',0,NULL,'Questa schermata imposta e modifica le impostazioni per tutto il network. Il primo sito è quello principale del network e le impostazioni del network vengono ricavate dalla impostazioni originali del sito.',NULL,'',0,'2019-11-30 05:42:02'),(9170,10500,'it',0,NULL,'Questa tabella visualizza tutti gli utenti del network ed i siti a cui sono stati assegnati.',NULL,'',0,'2019-11-30 05:42:02'),(9171,10501,'it',0,NULL,'Questo tema può essere attivo in un altro sito del network',NULL,'',0,'2019-11-30 05:42:02'),(9172,10502,'it',0,NULL,'Anche questa chiave unica di autenticazione manca dal tuo file %s.',NULL,'',0,'2019-11-30 05:42:02'),(9173,10503,'it',0,NULL,'Per aggiungere un nuovo sito <strong>fare clic su Crea un nuovo sito</strong>.',NULL,'',0,'2019-11-30 05:42:02'),(9174,10504,'it',0,NULL,'Per aggiungere un nuovo utente <strong>fare clic su Crea un nuovo utente</strong>.',NULL,'',0,'2019-11-30 05:42:02'),(9175,10505,'it',0,NULL,'Per rendere la tua installazione più sicura, dovresti anche aggiungere:',NULL,'',0,'2019-11-30 05:42:02'),(9176,10506,'it',0,NULL,'Per cercare un sito <strong>immettere il path o il dominio</strong>.',NULL,'',0,'2019-11-30 05:42:02'),(9177,10507,'it',0,NULL,'Per cercare un utente o sito, usa i box di ricerca.',NULL,'',0,'2019-11-30 05:42:02'),(9178,10508,'it',0,NULL,'Per cercare un utente, <strong>immettere un indirizzo email o un nome utente</strong>. Utilizzare un carattere jolly per effettuare ricerche parziali sul nome utente come ad esempio utente&#42;.',NULL,'',0,'2019-11-30 05:42:02'),(9179,10509,'it',0,NULL,'Recupera da archivio',NULL,'',0,'2019-11-30 05:42:02'),(9180,10510,'it',0,NULL,'Aggiorna il tuo network',NULL,'',0,'2019-11-30 05:42:02'),(9181,10511,'it',0,NULL,'Aggiornamenti',NULL,'',0,'2019-11-30 05:42:02'),(9182,10512,'it',0,NULL,'Aggiorna il network',NULL,'',0,'2019-11-30 05:42:02'),(9183,10513,'it',0,NULL,'Impostazioni caricamento file',NULL,'',0,'2019-11-30 05:42:02'),(9184,10514,'it',0,NULL,'Tipi di file che si possono caricare',NULL,'',0,'2019-11-30 05:42:02'),(9185,10515,'it',0,NULL,'Le impostazioni di caricamento controllano le dimensioni dei file caricati e il quantitativo di spazio disponibile per ciascun sito. &Egrave; possibile cambiare i valori predefiniti per un sito specifico quando si modifica tale sito. Sono anche elencati i tipi di file consentiti (elenco separato da spazi).',NULL,'',0,'2019-11-30 05:42:02'),(9186,10516,'it',0,NULL,'Possono essere creati nuovi account utente.',NULL,'',0,'2019-11-30 05:42:02'),(9187,10517,'it',0,NULL,'Utente aggiunto. <a href=\"%s\">Modifica utente</a>',NULL,'',0,'2019-11-30 05:42:02'),(9188,10518,'it',0,NULL,'L\'utente non può essere aggiunto a questo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9189,10519,'it',0,NULL,'Utente creato.',NULL,'',0,'2019-11-30 05:42:02'),(9190,10520,'it',0,NULL,'Questo utente è già membro di questo sito.',NULL,'',0,'2019-11-30 05:42:02'),(9191,10521,'it',0,NULL,'Agli utenti non è consentito registrare questi siti. Separa i nomi con degli spazi.',NULL,'',0,'2019-11-30 05:42:02'),(9192,10522,'it',0,NULL,'Utenti cancellati.',NULL,'',0,'2019-11-30 05:42:02'),(9193,10523,'it',0,NULL,'Utenti contrassegnati come spammer.',NULL,'',0,'2019-11-30 05:42:02'),(9194,10524,'it',0,NULL,'Utenti rimossi dallo spam.',NULL,'',0,'2019-11-30 05:42:02'),(9195,10525,'it',0,NULL,'Gi utenti che hanno sottoscritto il network senza avere un sito verranno aggiunti come sottoscrittori al sito primario, fornendo loro una pagina di profilo per gestire i loro account. Questi utenti vedranno sola la Bacheca e il Mio sito nella barra di navigazione principale sino a quando non verrà creato un sito per loro.',NULL,'',0,'2019-11-30 05:42:02'),(9196,10526,'it',0,NULL,'Visita la homepage di %s',NULL,'',0,'2019-11-30 05:42:02'),(9197,10527,'it',0,NULL,'Visita il sito del tema',NULL,'',0,'2019-11-30 05:42:02'),(9198,10528,'it',0,NULL,'Visita per andare alla pagina principale del sito.',NULL,'',0,'2019-11-30 05:42:02'),(9199,10529,'it',0,NULL,'Attenzione! Problemi nell\'aggiornamento di %1$s. Il tuo server potrebbe non essere in grado di connettersi ai siti che girano su di esso. Messaggio di errore: %2$s',NULL,'',0,'2019-11-30 05:42:02'),(9200,10530,'it',0,NULL,'Attenzione! L\'utente non può essere modificato. L\'utente %s è un amministratore del network.',NULL,'',0,'2019-11-30 05:42:02'),(9201,10531,'it',0,NULL,'Attenzione:',NULL,'',0,'2019-11-30 05:42:02'),(9202,10532,'it',0,NULL,'Raccomandiamo di fare il backup dei file %1$s e %2$s.',NULL,'',0,'2019-11-30 05:42:02'),(9203,10533,'it',0,NULL,'Raccomandiamo di fare il backup del file %s.',NULL,'',0,'2019-11-30 05:42:02'),(9204,10534,'it',0,NULL,'Suggeriamo di modificare la URL del tuo sito a %1$s prima di abilitare il network. Sarà ancora possibile visitare il tuo sito utilizzando il prefisso %3$s con un indirizzo come %2$s ma tutti i link non avranno il prefisso %3$s.',NULL,'',0,'2019-11-30 05:42:02'),(9205,10535,'it',0,NULL,'Email di benvenuto',NULL,'',0,'2019-11-30 05:42:02'),(9206,10536,'it',0,NULL,'L\'email di benvenuto agli utenti',NULL,'',0,'2019-11-30 05:42:02'),(9207,10537,'it',0,NULL,'Benvenuto nel processo di installazione del network!',NULL,'',0,'2019-11-30 05:42:02'),(9208,10538,'it',0,NULL,'Benvenuto nell\'Amministrazione del Network. Quest\'area delle Schermate di Amministrazione serve a gestire tutti gli aspetti del tuo Network Multisito.',NULL,'',0,'2019-11-30 05:42:02'),(9209,10539,'it',0,NULL,'Come vorresti chiamare il tuo network?',NULL,'',0,'2019-11-30 05:42:02'),(9210,10540,'it',0,NULL,'WordPress &#233; stato aggiornato correttamente! Prima di lasciarti andare, abbiamo bisogno di aggiornare singolarmente i siti del network.',NULL,'',0,'2019-11-30 05:42:02'),(9211,10541,'it',0,NULL,'Sì, elimina questi temi',NULL,'',0,'2019-11-30 05:42:02'),(9212,10542,'it',0,NULL,'Si, cancella questo tema',NULL,'',0,'2019-11-30 05:42:02'),(9213,10543,'it',0,NULL,'Stai per attivare il sito %s.',NULL,'',0,'2019-11-30 05:42:02'),(9214,10544,'it',0,NULL,'Stai per archiviare il sito %s.',NULL,'',0,'2019-11-30 05:42:02'),(9215,10545,'it',0,NULL,'Stai per disattivare il sito %s.',NULL,'',0,'2019-11-30 05:42:02'),(9216,10546,'it',0,NULL,'Stai per eliminare i seguenti siti:',NULL,'',0,'2019-11-30 05:42:02'),(9217,10547,'it',0,NULL,'Stai per cancellare il sito %s.',NULL,'',0,'2019-11-30 05:42:02'),(9218,10548,'it',0,NULL,'Stai per contrassegnare il sito %s come per adulti.',NULL,'',0,'2019-11-30 05:42:02'),(9219,10549,'it',0,NULL,'Stai per contrassegnare il sito %s come non per adulti. ',NULL,'',0,'2019-11-30 05:42:02'),(9220,10550,'it',0,NULL,'Stai per contrassegnare il sito %s come spam.',NULL,'',0,'2019-11-30 05:42:02'),(9221,10551,'it',0,NULL,'Stai per rimuovere il seguente tema:',NULL,'',0,'2019-11-30 05:42:02'),(9222,10552,'it',0,NULL,'Stai per rimuovere i seguenti themi:',NULL,'',0,'2019-11-30 05:42:02'),(9223,10553,'it',0,NULL,'Stai per recuperare dagli archivi il sito %s.',NULL,'',0,'2019-11-30 05:42:02'),(9224,10554,'it',0,NULL,'Stai per contrassegnare il sito %s come non spam.',NULL,'',0,'2019-11-30 05:42:02'),(9225,10555,'it',0,NULL,'&Egrave; possibile andare alla pagina del profilo utente anche facendo clic su un singolo nome utente.',NULL,'',0,'2019-11-30 05:42:02'),(9226,10556,'it',0,NULL,'&Egrave; possibile rendere un utente già esistente un nuovo superadmin andando nella pagina Modifica profilo utente e spuntando la casella con questo privilegio.',NULL,'',0,'2019-11-30 05:42:02'),(9227,10557,'it',0,NULL,'Puoi ordinare la tabella facendo clic su una qualsiasi delle intestazioni in grassetto e passare dalla lista alla vista riassuntiva tramite l\'icona in alto a destra.',NULL,'',0,'2019-11-30 05:42:02'),(9228,10558,'it',0,NULL,'Non puoi cambiarlo in seguito.',NULL,'',0,'2019-11-30 05:42:02'),(9229,10559,'it',0,NULL,'Non è possibile cancellare un tema mentre è attivo sul sito principale.',NULL,'',0,'2019-11-30 05:42:02'),(9230,10560,'it',0,NULL,'Non puoi installare un network di siti con l\'indirizzo del tuo server',NULL,'',0,'2019-11-30 05:42:02'),(9231,10561,'it',0,NULL,'Non puoi utilizzare numeri di porta come %s.',NULL,'',0,'2019-11-30 05:42:02'),(9232,10562,'it',0,NULL,'Non sembra vi siano temi disponibili al momento.',NULL,'',0,'2019-11-30 05:42:02'),(9233,10563,'it',0,NULL,'Devi definire la costante %1$s come true nel file %2$s per consentire la creazione di un network.',NULL,'',0,'2019-11-30 05:42:02'),(9234,10564,'it',0,NULL,'Avrai bisogno di un record DNS wildcard se vuoi utilizzare la funzionalità host virtuale (sottodominio)',NULL,'',0,'2019-11-30 05:42:02'),(9235,10565,'it',0,NULL,'Il tuo indirizzo email.',NULL,'',0,'2019-11-30 05:42:02'),(9236,10566,'it',0,NULL,'[%s] Nuovo sito creato',NULL,'',0,'2019-11-30 05:42:02'),(9237,10567,'it',0,NULL,'Amministratore del sito',NULL,'',0,'2019-11-30 05:42:02'),(9238,10568,'it',0,NULL,'Contrassegna come spam',NULL,'',0,'2019-11-30 05:42:02'),(9239,10569,'it',0,NULL,'Non è spam',NULL,'',0,'2019-11-30 05:42:02'),(9240,10570,'it',0,NULL,'Registrato',NULL,'',0,'2019-11-30 05:42:02'),(9241,10571,'it',0,NULL,'Spam',NULL,'',0,'2019-11-30 05:42:02'),(9242,10572,'it',0,NULL,'come <code>%1$s/site1</code> e <code>%1$s/site2</code>',NULL,'',0,'2019-11-30 05:42:02'),(9243,10573,'it',0,NULL,'come <code>site1.%1$s</code> e <code>site2.%1$s</code>',NULL,'',0,'2019-11-30 05:42:02'),(9244,10574,'it',0,NULL,'%1$s di %2$s',NULL,'',0,'2019-11-30 05:42:02'),(9245,10575,'it',0,NULL,'Aggiungi tema',NULL,'',0,'2019-11-30 05:42:02'),(9246,10576,'it',0,NULL,'Elimina il tema %s',NULL,'',0,'2019-11-30 05:42:02'),(9247,10577,'it',0,NULL,'Totali <span class=\"count\">(%s)</span>',NULL,'',0,'2019-11-30 05:42:02'),(9248,10578,'it',0,NULL,'Contrassegna come spam',NULL,'',0,'2019-11-30 05:42:02'),(9249,10579,'it',0,NULL,'Non è spam',NULL,'',0,'2019-11-30 05:42:02'),(9250,10580,'it',0,NULL,'Registrato',NULL,'',0,'2019-11-30 05:42:02'),(9251,10581,'it',0,NULL,'Archivia',NULL,'',0,'2019-11-30 05:42:02'),(9252,10583,'it',0,NULL,'ACT',NULL,'',0,'2020-05-09 22:23:59'),(9253,10584,'it',0,NULL,'Abidjan',NULL,'',0,'2020-05-09 22:23:59'),(9254,10585,'it',0,NULL,'Accra',NULL,'',0,'2020-05-09 22:23:59'),(9255,10586,'it',0,NULL,'Adak',NULL,'',0,'2020-05-09 22:23:59'),(9256,10587,'it',0,NULL,'Addis Abeba',NULL,'',0,'2020-05-09 22:23:59'),(9257,10588,'it',0,NULL,'Adelaide',NULL,'',0,'2020-05-09 22:23:59'),(9258,10589,'it',0,NULL,'Aden',NULL,'',0,'2020-05-09 22:23:59'),(9259,10590,'it',0,NULL,'Africa',NULL,'',0,'2020-05-09 22:23:59'),(9260,10591,'it',0,NULL,'Algeri',NULL,'',0,'2020-05-09 22:23:59'),(9261,10592,'it',0,NULL,'Almaty',NULL,'',0,'2020-05-09 22:23:59'),(9262,10593,'it',0,NULL,'America',NULL,'',0,'2020-05-09 22:23:59'),(9263,10594,'it',0,NULL,'Amman',NULL,'',0,'2020-05-09 22:23:59'),(9264,10595,'it',0,NULL,'Amsterdam',NULL,'',0,'2020-05-09 22:23:59'),(9265,10596,'it',0,NULL,'Anadyr',NULL,'',0,'2020-05-09 22:23:59'),(9266,10597,'it',0,NULL,'Anchorage',NULL,'',0,'2020-05-09 22:23:59'),(9267,10598,'it',0,NULL,'Andorra',NULL,'',0,'2020-05-09 22:23:59'),(9268,10599,'it',0,NULL,'Anguilla',NULL,'',0,'2020-05-09 22:23:59'),(9269,10600,'it',0,NULL,'Antananarivo',NULL,'',0,'2020-05-09 22:23:59'),(9270,10601,'it',0,NULL,'Antartide',NULL,'',0,'2020-05-09 22:23:59'),(9271,10602,'it',0,NULL,'Antigua',NULL,'',0,'2020-05-09 22:23:59'),(9272,10603,'it',0,NULL,'Apia',NULL,'',0,'2020-05-09 22:23:59'),(9273,10604,'it',0,NULL,'Aqtau',NULL,'',0,'2020-05-09 22:23:59'),(9274,10605,'it',0,NULL,'Aqtobe',NULL,'',0,'2020-05-09 22:23:59'),(9275,10606,'it',0,NULL,'Araguaina',NULL,'',0,'2020-05-09 22:23:59'),(9276,10607,'it',0,NULL,'Artico',NULL,'',0,'2020-05-09 22:23:59'),(9277,10608,'it',0,NULL,'Argentina',NULL,'',0,'2020-05-09 22:23:59'),(9278,10609,'it',0,NULL,'Aruba',NULL,'',0,'2020-05-09 22:23:59'),(9279,10610,'it',0,NULL,'Ashgabat',NULL,'',0,'2020-05-09 22:23:59'),(9280,10611,'it',0,NULL,'Ashkhabad',NULL,'',0,'2020-05-09 22:23:59'),(9281,10612,'it',0,NULL,'Asia',NULL,'',0,'2020-05-09 22:23:59'),(9282,10613,'it',0,NULL,'Asmara',NULL,'',0,'2020-05-09 22:23:59'),(9283,10614,'it',0,NULL,'Asmera',NULL,'',0,'2020-05-09 22:23:59'),(9284,10615,'it',0,NULL,'Astrakhan',NULL,'',0,'2020-05-09 22:23:59'),(9285,10616,'it',0,NULL,'Asuncion',NULL,'',0,'2020-05-09 22:23:59'),(9286,10617,'it',0,NULL,'Atene',NULL,'',0,'2020-05-09 22:23:59'),(9287,10618,'it',0,NULL,'Atikokan',NULL,'',0,'2020-05-09 22:23:59'),(9288,10619,'it',0,NULL,'Atka',NULL,'',0,'2020-05-09 22:23:59'),(9289,10620,'it',0,NULL,'Atlantico',NULL,'',0,'2020-05-09 22:23:59'),(9290,10621,'it',0,NULL,'Atyrau',NULL,'',0,'2020-05-09 22:23:59'),(9291,10622,'it',0,NULL,'Auckland',NULL,'',0,'2020-05-09 22:23:59'),(9292,10623,'it',0,NULL,'Australia',NULL,'',0,'2020-05-09 22:23:59'),(9293,10624,'it',0,NULL,'Azzorre',NULL,'',0,'2020-05-09 22:23:59'),(9294,10625,'it',0,NULL,'Baghdad',NULL,'',0,'2020-05-09 22:23:59'),(9295,10626,'it',0,NULL,'Bahia',NULL,'',0,'2020-05-09 22:23:59'),(9296,10627,'it',0,NULL,'Bahia Banderas',NULL,'',0,'2020-05-09 22:23:59'),(9297,10628,'it',0,NULL,'Bahrain',NULL,'',0,'2020-05-09 22:23:59'),(9298,10629,'it',0,NULL,'Baku',NULL,'',0,'2020-05-09 22:23:59'),(9299,10630,'it',0,NULL,'Bamako',NULL,'',0,'2020-05-09 22:23:59'),(9300,10631,'it',0,NULL,'Bangkok',NULL,'',0,'2020-05-09 22:23:59'),(9301,10632,'it',0,NULL,'Bangui',NULL,'',0,'2020-05-09 22:23:59'),(9302,10633,'it',0,NULL,'Banjul',NULL,'',0,'2020-05-09 22:23:59'),(9303,10634,'it',0,NULL,'Barbados',NULL,'',0,'2020-05-09 22:23:59'),(9304,10635,'it',0,NULL,'Barnaul',NULL,'',0,'2020-05-09 22:23:59'),(9305,10636,'it',0,NULL,'Beirut',NULL,'',0,'2020-05-09 22:23:59'),(9306,10637,'it',0,NULL,'Belem',NULL,'',0,'2020-05-09 22:23:59'),(9307,10638,'it',0,NULL,'Belfast',NULL,'',0,'2020-05-09 22:23:59'),(9308,10639,'it',0,NULL,'Belgrado',NULL,'',0,'2020-05-09 22:23:59'),(9309,10640,'it',0,NULL,'Belize',NULL,'',0,'2020-05-09 22:23:59'),(9310,10641,'it',0,NULL,'Berlino',NULL,'',0,'2020-05-09 22:23:59'),(9311,10642,'it',0,NULL,'Bermuda',NULL,'',0,'2020-05-09 22:23:59'),(9312,10643,'it',0,NULL,'Beulah',NULL,'',0,'2020-05-09 22:23:59'),(9313,10644,'it',0,NULL,'Bishkek',NULL,'',0,'2020-05-09 22:23:59'),(9314,10645,'it',0,NULL,'Bissau',NULL,'',0,'2020-05-09 22:23:59'),(9315,10646,'it',0,NULL,'Blanc-Sablon',NULL,'',0,'2020-05-09 22:23:59'),(9316,10647,'it',0,NULL,'Blantyre',NULL,'',0,'2020-05-09 22:23:59'),(9317,10648,'it',0,NULL,'Boa Vista',NULL,'',0,'2020-05-09 22:23:59'),(9318,10649,'it',0,NULL,'Bogotà',NULL,'',0,'2020-05-09 22:23:59'),(9319,10650,'it',0,NULL,'Boise',NULL,'',0,'2020-05-09 22:23:59'),(9320,10651,'it',0,NULL,'Bougainville',NULL,'',0,'2020-05-09 22:23:59'),(9321,10652,'it',0,NULL,'Bratislava',NULL,'',0,'2020-05-09 22:23:59'),(9322,10653,'it',0,NULL,'Brazzaville',NULL,'',0,'2020-05-09 22:23:59'),(9323,10654,'it',0,NULL,'Brisbane',NULL,'',0,'2020-05-09 22:23:59'),(9324,10655,'it',0,NULL,'Broken Hill',NULL,'',0,'2020-05-09 22:23:59'),(9325,10656,'it',0,NULL,'Brunei',NULL,'',0,'2020-05-09 22:23:59'),(9326,10657,'it',0,NULL,'Bruxelles',NULL,'',0,'2020-05-09 22:23:59'),(9327,10658,'it',0,NULL,'Bucarest',NULL,'',0,'2020-05-09 22:23:59'),(9328,10659,'it',0,NULL,'Budapest',NULL,'',0,'2020-05-09 22:23:59'),(9329,10660,'it',0,NULL,'Buenos Aires',NULL,'',0,'2020-05-09 22:23:59'),(9330,10661,'it',0,NULL,'Bujumbura',NULL,'',0,'2020-05-09 22:23:59'),(9331,10662,'it',0,NULL,'Busingen',NULL,'',0,'2020-05-09 22:23:59'),(9332,10663,'it',0,NULL,'Cairo',NULL,'',0,'2020-05-09 22:23:59'),(9333,10664,'it',0,NULL,'Calcutta',NULL,'',0,'2020-05-09 22:23:59'),(9334,10665,'it',0,NULL,'Cambridge Bay',NULL,'',0,'2020-05-09 22:23:59'),(9335,10666,'it',0,NULL,'Campo Grande',NULL,'',0,'2020-05-09 22:23:59'),(9336,10667,'it',0,NULL,'Canarie',NULL,'',0,'2020-05-09 22:23:59'),(9337,10668,'it',0,NULL,'Canberra',NULL,'',0,'2020-05-09 22:23:59'),(9338,10669,'it',0,NULL,'Cancun',NULL,'',0,'2020-05-09 22:23:59'),(9339,10670,'it',0,NULL,'Capo Verde',NULL,'',0,'2020-05-09 22:23:59'),(9340,10671,'it',0,NULL,'Caracas',NULL,'',0,'2020-05-09 22:23:59'),(9341,10672,'it',0,NULL,'Casablanca',NULL,'',0,'2020-05-09 22:23:59'),(9342,10673,'it',0,NULL,'Casey',NULL,'',0,'2020-05-09 22:23:59'),(9343,10674,'it',0,NULL,'Catamarca',NULL,'',0,'2020-05-09 22:23:59'),(9344,10675,'it',0,NULL,'Caienna',NULL,'',0,'2020-05-09 22:23:59'),(9345,10676,'it',0,NULL,'Cayman',NULL,'',0,'2020-05-09 22:23:59'),(9346,10677,'it',0,NULL,'Centro',NULL,'',0,'2020-05-09 22:23:59'),(9347,10678,'it',0,NULL,'Ceuta',NULL,'',0,'2020-05-09 22:23:59'),(9348,10679,'it',0,NULL,'Chagos',NULL,'',0,'2020-05-09 22:23:59'),(9349,10680,'it',0,NULL,'Chatham',NULL,'',0,'2020-05-09 22:23:59'),(9350,10681,'it',0,NULL,'Chicago',NULL,'',0,'2020-05-09 22:23:59'),(9351,10682,'it',0,NULL,'Chihuahua',NULL,'',0,'2020-05-09 22:23:59'),(9352,10683,'it',0,NULL,'Chisinau',NULL,'',0,'2020-05-09 22:23:59'),(9353,10684,'it',0,NULL,'Chita',NULL,'',0,'2020-05-09 22:23:59'),(9354,10685,'it',0,NULL,'Choibalsan',NULL,'',0,'2020-05-09 22:23:59'),(9355,10686,'it',0,NULL,'Chongqing',NULL,'',0,'2020-05-09 22:23:59'),(9356,10687,'it',0,NULL,'Natale',NULL,'',0,'2020-05-09 22:23:59'),(9357,10688,'it',0,NULL,'Chungking',NULL,'',0,'2020-05-09 22:23:59'),(9358,10689,'it',0,NULL,'Chuuk',NULL,'',0,'2020-05-09 22:23:59'),(9359,10690,'it',0,NULL,'Cocos',NULL,'',0,'2020-05-09 22:23:59'),(9360,10691,'it',0,NULL,'Colombo',NULL,'',0,'2020-05-09 22:23:59'),(9361,10692,'it',0,NULL,'ComodRivadavia',NULL,'',0,'2020-05-09 22:23:59'),(9362,10693,'it',0,NULL,'Comore',NULL,'',0,'2020-05-09 22:23:59'),(9363,10694,'it',0,NULL,'Conakry',NULL,'',0,'2020-05-09 22:23:59'),(9364,10695,'it',0,NULL,'Copenaghen',NULL,'',0,'2020-05-09 22:23:59'),(9365,10696,'it',0,NULL,'Coral Harbour',NULL,'',0,'2020-05-09 22:23:59'),(9366,10697,'it',0,NULL,'Cordoba',NULL,'',0,'2020-05-09 22:23:59'),(9367,10698,'it',0,NULL,'Costarica',NULL,'',0,'2020-05-09 22:23:59'),(9368,10699,'it',0,NULL,'Creston',NULL,'',0,'2020-05-09 22:23:59'),(9369,10700,'it',0,NULL,'Cuiaba',NULL,'',0,'2020-05-09 22:23:59'),(9370,10701,'it',0,NULL,'Curacao',NULL,'',0,'2020-05-09 22:23:59'),(9371,10702,'it',0,NULL,'Currie',NULL,'',0,'2020-05-09 22:23:59'),(9372,10703,'it',0,NULL,'Dacca',NULL,'',0,'2020-05-09 22:23:59'),(9373,10704,'it',0,NULL,'Dakar',NULL,'',0,'2020-05-09 22:23:59'),(9374,10705,'it',0,NULL,'Damasco',NULL,'',0,'2020-05-09 22:23:59'),(9375,10706,'it',0,NULL,'Danmarkshavn',NULL,'',0,'2020-05-09 22:23:59'),(9376,10707,'it',0,NULL,'Dar es Salaam',NULL,'',0,'2020-05-09 22:23:59'),(9377,10708,'it',0,NULL,'Darwin',NULL,'',0,'2020-05-09 22:23:59'),(9378,10709,'it',0,NULL,'Davis',NULL,'',0,'2020-05-09 22:23:59'),(9379,10710,'it',0,NULL,'Dawson',NULL,'',0,'2020-05-09 22:23:59'),(9380,10711,'it',0,NULL,'Dawson Creek',NULL,'',0,'2020-05-09 22:23:59'),(9381,10712,'it',0,NULL,'Denver',NULL,'',0,'2020-05-09 22:23:59');
INSERT INTO `wp_icl_string_translations` VALUES (9382,10713,'it',0,NULL,'Detroit',NULL,'',0,'2020-05-09 22:23:59'),(9383,10714,'it',0,NULL,'Dhaka',NULL,'',0,'2020-05-09 22:23:59'),(9384,10715,'it',0,NULL,'Dili',NULL,'',0,'2020-05-09 22:23:59'),(9385,10716,'it',0,NULL,'Gibuti',NULL,'',0,'2020-05-09 22:23:59'),(9386,10717,'it',0,NULL,'Dominica',NULL,'',0,'2020-05-09 22:23:59'),(9387,10718,'it',0,NULL,'Douala',NULL,'',0,'2020-05-09 22:23:59'),(9388,10719,'it',0,NULL,'Dubai',NULL,'',0,'2020-05-09 22:23:59'),(9389,10720,'it',0,NULL,'Dublino',NULL,'',0,'2020-05-09 22:23:59'),(9390,10721,'it',0,NULL,'DumontDUrville',NULL,'',0,'2020-05-09 22:23:59'),(9391,10722,'it',0,NULL,'Dushanbe',NULL,'',0,'2020-05-09 22:23:59'),(9392,10723,'it',0,NULL,'Pasqua',NULL,'',0,'2020-05-09 22:23:59'),(9393,10724,'it',0,NULL,'Edmonton',NULL,'',0,'2020-05-09 22:23:59'),(9394,10725,'it',0,NULL,'Efate',NULL,'',0,'2020-05-09 22:23:59'),(9395,10726,'it',0,NULL,'Eirunepe',NULL,'',0,'2020-05-09 22:23:59'),(9396,10727,'it',0,NULL,'El Aaiun',NULL,'',0,'2020-05-09 22:23:59'),(9397,10728,'it',0,NULL,'El Salvador',NULL,'',0,'2020-05-09 22:23:59'),(9398,10729,'it',0,NULL,'Enderbury',NULL,'',0,'2020-05-09 22:23:59'),(9399,10730,'it',0,NULL,'Ensenada',NULL,'',0,'2020-05-09 22:23:59'),(9400,10731,'it',0,NULL,'Etc',NULL,'',0,'2020-05-09 22:23:59'),(9401,10732,'it',0,NULL,'Eucla',NULL,'',0,'2020-05-09 22:23:59'),(9402,10733,'it',0,NULL,'Europa',NULL,'',0,'2020-05-09 22:23:59'),(9403,10734,'it',0,NULL,'Faeroe',NULL,'',0,'2020-05-09 22:23:59'),(9404,10735,'it',0,NULL,'Fakaofo',NULL,'',0,'2020-05-09 22:23:59'),(9405,10736,'it',0,NULL,'Famagusta',NULL,'',0,'2020-05-09 22:23:59'),(9406,10737,'it',0,NULL,'Faroe',NULL,'',0,'2020-05-09 22:23:59'),(9407,10738,'it',0,NULL,'Fiji',NULL,'',0,'2020-05-09 22:23:59'),(9408,10739,'it',0,NULL,'Fort Nelson',NULL,'',0,'2020-05-09 22:23:59'),(9409,10740,'it',0,NULL,'Fort Wayne',NULL,'',0,'2020-05-09 22:23:59'),(9410,10741,'it',0,NULL,'Fortaleza',NULL,'',0,'2020-05-09 22:23:59'),(9411,10742,'it',0,NULL,'Freetown',NULL,'',0,'2020-05-09 22:23:59'),(9412,10743,'it',0,NULL,'Funafuti',NULL,'',0,'2020-05-09 22:23:59'),(9413,10744,'it',0,NULL,'GMT',NULL,'',0,'2020-05-09 22:23:59'),(9414,10745,'it',0,NULL,'GMT+0',NULL,'',0,'2020-05-09 22:23:59'),(9415,10746,'it',0,NULL,'GMT+1',NULL,'',0,'2020-05-09 22:23:59'),(9416,10747,'it',0,NULL,'GMT+10',NULL,'',0,'2020-05-09 22:23:59'),(9417,10748,'it',0,NULL,'GMT+11',NULL,'',0,'2020-05-09 22:23:59'),(9418,10749,'it',0,NULL,'GMT+12',NULL,'',0,'2020-05-09 22:23:59'),(9419,10750,'it',0,NULL,'GMT+2',NULL,'',0,'2020-05-09 22:23:59'),(9420,10751,'it',0,NULL,'GMT+3',NULL,'',0,'2020-05-09 22:23:59'),(9421,10752,'it',0,NULL,'GMT+4',NULL,'',0,'2020-05-09 22:23:59'),(9422,10753,'it',0,NULL,'GMT+5',NULL,'',0,'2020-05-09 22:23:59'),(9423,10754,'it',0,NULL,'GMT+6',NULL,'',0,'2020-05-09 22:23:59'),(9424,10755,'it',0,NULL,'GMT+7',NULL,'',0,'2020-05-09 22:23:59'),(9425,10756,'it',0,NULL,'GMT+8',NULL,'',0,'2020-05-09 22:23:59'),(9426,10757,'it',0,NULL,'GMT+9',NULL,'',0,'2020-05-09 22:23:59'),(9427,10758,'it',0,NULL,'GMT-0',NULL,'',0,'2020-05-09 22:23:59'),(9428,10759,'it',0,NULL,'GMT-1',NULL,'',0,'2020-05-09 22:23:59'),(9429,10760,'it',0,NULL,'GMT-10',NULL,'',0,'2020-05-09 22:23:59'),(9430,10761,'it',0,NULL,'GMT-11',NULL,'',0,'2020-05-09 22:23:59'),(9431,10762,'it',0,NULL,'GMT-12',NULL,'',0,'2020-05-09 22:23:59'),(9432,10763,'it',0,NULL,'GMT-13',NULL,'',0,'2020-05-09 22:23:59'),(9433,10764,'it',0,NULL,'GMT-14',NULL,'',0,'2020-05-09 22:23:59'),(9434,10765,'it',0,NULL,'GMT-2',NULL,'',0,'2020-05-09 22:23:59'),(9435,10766,'it',0,NULL,'GMT-3',NULL,'',0,'2020-05-09 22:23:59'),(9436,10767,'it',0,NULL,'GMT-4',NULL,'',0,'2020-05-09 22:23:59'),(9437,10768,'it',0,NULL,'GMT-5',NULL,'',0,'2020-05-09 22:23:59'),(9438,10769,'it',0,NULL,'GMT-6',NULL,'',0,'2020-05-09 22:23:59'),(9439,10770,'it',0,NULL,'GMT-7',NULL,'',0,'2020-05-09 22:23:59'),(9440,10771,'it',0,NULL,'GMT-8',NULL,'',0,'2020-05-09 22:23:59'),(9441,10772,'it',0,NULL,'GMT-9',NULL,'',0,'2020-05-09 22:23:59'),(9442,10773,'it',0,NULL,'GMT0',NULL,'',0,'2020-05-09 22:23:59'),(9443,10774,'it',0,NULL,'Gaborone',NULL,'',0,'2020-05-09 22:23:59'),(9444,10775,'it',0,NULL,'Galapagos',NULL,'',0,'2020-05-09 22:23:59'),(9445,10776,'it',0,NULL,'Gambier',NULL,'',0,'2020-05-09 22:23:59'),(9446,10777,'it',0,NULL,'Gaza',NULL,'',0,'2020-05-09 22:23:59'),(9447,10778,'it',0,NULL,'Gibilterra',NULL,'',0,'2020-05-09 22:23:59'),(9448,10779,'it',0,NULL,'Glace Bay',NULL,'',0,'2020-05-09 22:23:59'),(9449,10780,'it',0,NULL,'Godthab',NULL,'',0,'2020-05-09 22:23:59'),(9450,10781,'it',0,NULL,'Goose Bay',NULL,'',0,'2020-05-09 22:23:59'),(9451,10782,'it',0,NULL,'Grand Turk',NULL,'',0,'2020-05-09 22:23:59'),(9452,10783,'it',0,NULL,'Greenwich',NULL,'',0,'2020-05-09 22:23:59'),(9453,10784,'it',0,NULL,'Grenada',NULL,'',0,'2020-05-09 22:23:59'),(9454,10785,'it',0,NULL,'Guadalcanal',NULL,'',0,'2020-05-09 22:23:59'),(9455,10786,'it',0,NULL,'Guadalupa',NULL,'',0,'2020-05-09 22:23:59'),(9456,10787,'it',0,NULL,'Guam',NULL,'',0,'2020-05-09 22:23:59'),(9457,10788,'it',0,NULL,'Guatemala',NULL,'',0,'2020-05-09 22:23:59'),(9458,10789,'it',0,NULL,'Guayaquil',NULL,'',0,'2020-05-09 22:23:59'),(9459,10790,'it',0,NULL,'Guernsey',NULL,'',0,'2020-05-09 22:23:59'),(9460,10791,'it',0,NULL,'Guyana',NULL,'',0,'2020-05-09 22:23:59'),(9461,10792,'it',0,NULL,'Halifax',NULL,'',0,'2020-05-09 22:23:59'),(9462,10793,'it',0,NULL,'Harare',NULL,'',0,'2020-05-09 22:23:59'),(9463,10794,'it',0,NULL,'Harbin',NULL,'',0,'2020-05-09 22:23:59'),(9464,10795,'it',0,NULL,'L\'Avana',NULL,'',0,'2020-05-09 22:23:59'),(9465,10796,'it',0,NULL,'Hebron',NULL,'',0,'2020-05-09 22:23:59'),(9466,10797,'it',0,NULL,'Helsinki',NULL,'',0,'2020-05-09 22:23:59'),(9467,10798,'it',0,NULL,'Hermosillo',NULL,'',0,'2020-05-09 22:23:59'),(9468,10799,'it',0,NULL,'Ho Chi Minh',NULL,'',0,'2020-05-09 22:23:59'),(9469,10800,'it',0,NULL,'Hobart',NULL,'',0,'2020-05-09 22:23:59'),(9470,10801,'it',0,NULL,'Hong Kong',NULL,'',0,'2020-05-09 22:23:59'),(9471,10802,'it',0,NULL,'Honolulu',NULL,'',0,'2020-05-09 22:23:59'),(9472,10803,'it',0,NULL,'Hovd',NULL,'',0,'2020-05-09 22:23:59'),(9473,10804,'it',0,NULL,'Indiano',NULL,'',0,'2020-05-09 22:23:59'),(9474,10805,'it',0,NULL,'Indiana',NULL,'',0,'2020-05-09 22:23:59'),(9475,10806,'it',0,NULL,'Indianapolis',NULL,'',0,'2020-05-09 22:23:59'),(9476,10807,'it',0,NULL,'Inuvik',NULL,'',0,'2020-05-09 22:23:59'),(9477,10808,'it',0,NULL,'Iqaluit',NULL,'',0,'2020-05-09 22:23:59'),(9478,10809,'it',0,NULL,'Irkutsk',NULL,'',0,'2020-05-09 22:23:59'),(9479,10810,'it',0,NULL,'Isola di Man',NULL,'',0,'2020-05-09 22:23:59'),(9480,10811,'it',0,NULL,'Istanbul',NULL,'',0,'2020-05-09 22:23:59'),(9481,10812,'it',0,NULL,'Jakarta',NULL,'',0,'2020-05-09 22:23:59'),(9482,10813,'it',0,NULL,'Giamaica',NULL,'',0,'2020-05-09 22:23:59'),(9483,10814,'it',0,NULL,'Jan Mayen',NULL,'',0,'2020-05-09 22:23:59'),(9484,10815,'it',0,NULL,'Jayapura',NULL,'',0,'2020-05-09 22:23:59'),(9485,10816,'it',0,NULL,'Maglia',NULL,'',0,'2020-05-09 22:23:59'),(9486,10817,'it',0,NULL,'Gerusalemme',NULL,'',0,'2020-05-09 22:23:59'),(9487,10818,'it',0,NULL,'Johannesburg',NULL,'',0,'2020-05-09 22:23:59'),(9488,10819,'it',0,NULL,'Johnston',NULL,'',0,'2020-05-09 22:23:59'),(9489,10820,'it',0,NULL,'Juba',NULL,'',0,'2020-05-09 22:23:59'),(9490,10821,'it',0,NULL,'Jujuy',NULL,'',0,'2020-05-09 22:23:59'),(9491,10822,'it',0,NULL,'Juneau',NULL,'',0,'2020-05-09 22:23:59'),(9492,10823,'it',0,NULL,'Kabul',NULL,'',0,'2020-05-09 22:23:59'),(9493,10824,'it',0,NULL,'Kaliningrad',NULL,'',0,'2020-05-09 22:23:59'),(9494,10825,'it',0,NULL,'Kamchatka',NULL,'',0,'2020-05-09 22:23:59'),(9495,10826,'it',0,NULL,'Kampala',NULL,'',0,'2020-05-09 22:23:59'),(9496,10827,'it',0,NULL,'Karachi',NULL,'',0,'2020-05-09 22:23:59'),(9497,10828,'it',0,NULL,'Kashgar',NULL,'',0,'2020-05-09 22:23:59'),(9498,10829,'it',0,NULL,'Kathmandu',NULL,'',0,'2020-05-09 22:23:59'),(9499,10830,'it',0,NULL,'Katmandu',NULL,'',0,'2020-05-09 22:23:59'),(9500,10831,'it',0,NULL,'Kentucky',NULL,'',0,'2020-05-09 22:23:59'),(9501,10832,'it',0,NULL,'Kerguelen',NULL,'',0,'2020-05-09 22:23:59'),(9502,10833,'it',0,NULL,'Khandyga',NULL,'',0,'2020-05-09 22:23:59'),(9503,10834,'it',0,NULL,'Khartoum',NULL,'',0,'2020-05-09 22:23:59'),(9504,10835,'it',0,NULL,'Kiev',NULL,'',0,'2020-05-09 22:23:59'),(9505,10836,'it',0,NULL,'Kigali',NULL,'',0,'2020-05-09 22:23:59'),(9506,10837,'it',0,NULL,'Kinshasa',NULL,'',0,'2020-05-09 22:23:59'),(9507,10838,'it',0,NULL,'Kiritimati',NULL,'',0,'2020-05-09 22:23:59'),(9508,10839,'it',0,NULL,'Kirov',NULL,'',0,'2020-05-09 22:23:59'),(9509,10840,'it',0,NULL,'Knox',NULL,'',0,'2020-05-09 22:23:59'),(9510,10841,'it',0,NULL,'Knox IN',NULL,'',0,'2020-05-09 22:23:59'),(9511,10842,'it',0,NULL,'Kolkata',NULL,'',0,'2020-05-09 22:23:59'),(9512,10843,'it',0,NULL,'Kosrae',NULL,'',0,'2020-05-09 22:23:59'),(9513,10844,'it',0,NULL,'Kralendijk',NULL,'',0,'2020-05-09 22:23:59'),(9514,10845,'it',0,NULL,'Krasnoyarsk',NULL,'',0,'2020-05-09 22:23:59'),(9515,10846,'it',0,NULL,'Kuala Lumpur',NULL,'',0,'2020-05-09 22:23:59'),(9516,10847,'it',0,NULL,'Kuching',NULL,'',0,'2020-05-09 22:23:59'),(9517,10848,'it',0,NULL,'Kuwait',NULL,'',0,'2020-05-09 22:23:59'),(9518,10849,'it',0,NULL,'Kwajalein',NULL,'',0,'2020-05-09 22:23:59'),(9519,10850,'it',0,NULL,'LHI',NULL,'',0,'2020-05-09 22:23:59'),(9520,10851,'it',0,NULL,'La Paz',NULL,'',0,'2020-05-09 22:23:59'),(9521,10852,'it',0,NULL,'La Rioja',NULL,'',0,'2020-05-09 22:23:59'),(9522,10853,'it',0,NULL,'Lagos',NULL,'',0,'2020-05-09 22:23:59'),(9523,10854,'it',0,NULL,'Libreville',NULL,'',0,'2020-05-09 22:23:59'),(9524,10855,'it',0,NULL,'Lima',NULL,'',0,'2020-05-09 22:23:59'),(9525,10856,'it',0,NULL,'Lindeman',NULL,'',0,'2020-05-09 22:23:59'),(9526,10857,'it',0,NULL,'Lisbona',NULL,'',0,'2020-05-09 22:23:59'),(9527,10858,'it',0,NULL,'Lubiana',NULL,'',0,'2020-05-09 22:23:59'),(9528,10859,'it',0,NULL,'Lome',NULL,'',0,'2020-05-09 22:23:59'),(9529,10860,'it',0,NULL,'Londra',NULL,'',0,'2020-05-09 22:23:59'),(9530,10861,'it',0,NULL,'Longyearbyen',NULL,'',0,'2020-05-09 22:23:59'),(9531,10862,'it',0,NULL,'Lord Howe',NULL,'',0,'2020-05-09 22:23:59'),(9532,10863,'it',0,NULL,'Los Angeles',NULL,'',0,'2020-05-09 22:23:59'),(9533,10864,'it',0,NULL,'Louisville',NULL,'',0,'2020-05-09 22:23:59'),(9534,10865,'it',0,NULL,'Lower Princes',NULL,'',0,'2020-05-09 22:23:59'),(9535,10866,'it',0,NULL,'Luanda',NULL,'',0,'2020-05-09 22:23:59'),(9536,10867,'it',0,NULL,'Lubumbashi',NULL,'',0,'2020-05-09 22:23:59'),(9537,10868,'it',0,NULL,'Lusaka',NULL,'',0,'2020-05-09 22:23:59'),(9538,10869,'it',0,NULL,'Lussemburgo',NULL,'',0,'2020-05-09 22:23:59'),(9539,10870,'it',0,NULL,'Macao',NULL,'',0,'2020-05-09 22:23:59'),(9540,10871,'it',0,NULL,'Macao',NULL,'',0,'2020-05-09 22:23:59'),(9541,10872,'it',0,NULL,'Maceio',NULL,'',0,'2020-05-09 22:23:59'),(9542,10873,'it',0,NULL,'Macquarie',NULL,'',0,'2020-05-09 22:23:59'),(9543,10874,'it',0,NULL,'Madera',NULL,'',0,'2020-05-09 22:23:59'),(9544,10875,'it',0,NULL,'Madrid',NULL,'',0,'2020-05-09 22:23:59'),(9545,10876,'it',0,NULL,'Magadan',NULL,'',0,'2020-05-09 22:23:59'),(9546,10877,'it',0,NULL,'Mahe',NULL,'',0,'2020-05-09 22:23:59'),(9547,10878,'it',0,NULL,'Majuro',NULL,'',0,'2020-05-09 22:23:59'),(9548,10879,'it',0,NULL,'Makassar',NULL,'',0,'2020-05-09 22:23:59'),(9549,10880,'it',0,NULL,'Malabo',NULL,'',0,'2020-05-09 22:23:59'),(9550,10881,'it',0,NULL,'Maldive',NULL,'',0,'2020-05-09 22:23:59'),(9551,10882,'it',0,NULL,'Malta',NULL,'',0,'2020-05-09 22:23:59'),(9552,10883,'it',0,NULL,'Managua',NULL,'',0,'2020-05-09 22:23:59'),(9553,10884,'it',0,NULL,'Manaus',NULL,'',0,'2020-05-09 22:23:59'),(9554,10885,'it',0,NULL,'Manila',NULL,'',0,'2020-05-09 22:23:59'),(9555,10886,'it',0,NULL,'Maputo',NULL,'',0,'2020-05-09 22:23:59'),(9556,10887,'it',0,NULL,'Marengo',NULL,'',0,'2020-05-09 22:23:59'),(9557,10888,'it',0,NULL,'Mariehamn',NULL,'',0,'2020-05-09 22:23:59'),(9558,10889,'it',0,NULL,'Marigot',NULL,'',0,'2020-05-09 22:23:59'),(9559,10890,'it',0,NULL,'Marchesi',NULL,'',0,'2020-05-09 22:23:59'),(9560,10891,'it',0,NULL,'Martinica',NULL,'',0,'2020-05-09 22:23:59'),(9561,10892,'it',0,NULL,'Maseru',NULL,'',0,'2020-05-09 22:23:59'),(9562,10893,'it',0,NULL,'Matamoros',NULL,'',0,'2020-05-09 22:23:59'),(9563,10894,'it',0,NULL,'Mauritius',NULL,'',0,'2020-05-09 22:23:59'),(9564,10895,'it',0,NULL,'Mawson',NULL,'',0,'2020-05-09 22:23:59'),(9565,10896,'it',0,NULL,'Mayotte',NULL,'',0,'2020-05-09 22:23:59'),(9566,10897,'it',0,NULL,'Mazatlan',NULL,'',0,'2020-05-09 22:23:59'),(9567,10898,'it',0,NULL,'Mbabane',NULL,'',0,'2020-05-09 22:23:59'),(9568,10899,'it',0,NULL,'McMurdo',NULL,'',0,'2020-05-09 22:23:59'),(9569,10900,'it',0,NULL,'Melbourne',NULL,'',0,'2020-05-09 22:23:59'),(9570,10901,'it',0,NULL,'Mendoza',NULL,'',0,'2020-05-09 22:23:59'),(9571,10902,'it',0,NULL,'Menominee',NULL,'',0,'2020-05-09 22:23:59'),(9572,10903,'it',0,NULL,'Merida',NULL,'',0,'2020-05-09 22:23:59'),(9573,10904,'it',0,NULL,'Metlakatla',NULL,'',0,'2020-05-09 22:23:59'),(9574,10905,'it',0,NULL,'Città del Messico',NULL,'',0,'2020-05-09 22:23:59'),(9575,10906,'it',0,NULL,'Midway',NULL,'',0,'2020-05-09 22:23:59'),(9576,10907,'it',0,NULL,'Minsk',NULL,'',0,'2020-05-09 22:23:59'),(9577,10908,'it',0,NULL,'Miquelon',NULL,'',0,'2020-05-09 22:23:59'),(9578,10909,'it',0,NULL,'Mogadiscio',NULL,'',0,'2020-05-09 22:23:59'),(9579,10910,'it',0,NULL,'Monaco',NULL,'',0,'2020-05-09 22:23:59'),(9580,10911,'it',0,NULL,'Moncton',NULL,'',0,'2020-05-09 22:23:59'),(9581,10912,'it',0,NULL,'Monrovia',NULL,'',0,'2020-05-09 22:23:59'),(9582,10913,'it',0,NULL,'Monterrey',NULL,'',0,'2020-05-09 22:23:59'),(9583,10914,'it',0,NULL,'Montevideo',NULL,'',0,'2020-05-09 22:23:59'),(9584,10915,'it',0,NULL,'Monticello',NULL,'',0,'2020-05-09 22:23:59'),(9585,10916,'it',0,NULL,'Montreal',NULL,'',0,'2020-05-09 22:23:59'),(9586,10917,'it',0,NULL,'Montserrat',NULL,'',0,'2020-05-09 22:23:59'),(9587,10918,'it',0,NULL,'Mosca',NULL,'',0,'2020-05-09 22:23:59'),(9588,10919,'it',0,NULL,'Muscat',NULL,'',0,'2020-05-09 22:23:59'),(9589,10920,'it',0,NULL,'NSW',NULL,'',0,'2020-05-09 22:23:59'),(9590,10921,'it',0,NULL,'Nairobi',NULL,'',0,'2020-05-09 22:23:59'),(9591,10922,'it',0,NULL,'Nassau',NULL,'',0,'2020-05-09 22:23:59'),(9592,10923,'it',0,NULL,'Nauru',NULL,'',0,'2020-05-09 22:23:59'),(9593,10924,'it',0,NULL,'Ndjamena',NULL,'',0,'2020-05-09 22:23:59'),(9594,10925,'it',0,NULL,'New Salem',NULL,'',0,'2020-05-09 22:23:59'),(9595,10926,'it',0,NULL,'New York',NULL,'',0,'2020-05-09 22:23:59'),(9596,10927,'it',0,NULL,'Niamey',NULL,'',0,'2020-05-09 22:23:59'),(9597,10928,'it',0,NULL,'Nicosia',NULL,'',0,'2020-05-09 22:23:59'),(9598,10929,'it',0,NULL,'Nipigon',NULL,'',0,'2020-05-09 22:23:59'),(9599,10930,'it',0,NULL,'Niue',NULL,'',0,'2020-05-09 22:23:59'),(9600,10931,'it',0,NULL,'Nome',NULL,'',0,'2020-05-09 22:23:59'),(9601,10932,'it',0,NULL,'Norfolk',NULL,'',0,'2020-05-09 22:23:59'),(9602,10933,'it',0,NULL,'Noronha',NULL,'',0,'2020-05-09 22:23:59'),(9603,10934,'it',0,NULL,'Nord',NULL,'',0,'2020-05-09 22:23:59'),(9604,10935,'it',0,NULL,'Nord Dakota',NULL,'',0,'2020-05-09 22:23:59'),(9605,10936,'it',0,NULL,'Nouakchott',NULL,'',0,'2020-05-09 22:23:59'),(9606,10937,'it',0,NULL,'Noumea',NULL,'',0,'2020-05-09 22:23:59'),(9607,10938,'it',0,NULL,'Novokuznetsk',NULL,'',0,'2020-05-09 22:23:59'),(9608,10939,'it',0,NULL,'Novosibirsk',NULL,'',0,'2020-05-09 22:23:59'),(9609,10940,'it',0,NULL,'Ojinaga',NULL,'',0,'2020-05-09 22:23:59'),(9610,10941,'it',0,NULL,'Omsk',NULL,'',0,'2020-05-09 22:23:59'),(9611,10942,'it',0,NULL,'Oral',NULL,'',0,'2020-05-09 22:23:59'),(9612,10943,'it',0,NULL,'Oslo',NULL,'',0,'2020-05-09 22:23:59'),(9613,10944,'it',0,NULL,'Ouagadougou',NULL,'',0,'2020-05-09 22:23:59'),(9614,10945,'it',0,NULL,'Pacifico',NULL,'',0,'2020-05-09 22:23:59'),(9615,10946,'it',0,NULL,'Pago Pago',NULL,'',0,'2020-05-09 22:23:59'),(9616,10947,'it',0,NULL,'Palau',NULL,'',0,'2020-05-09 22:23:59'),(9617,10948,'it',0,NULL,'Palmer',NULL,'',0,'2020-05-09 22:23:59'),(9618,10949,'it',0,NULL,'Panama',NULL,'',0,'2020-05-09 22:23:59'),(9619,10950,'it',0,NULL,'Pangnirtung',NULL,'',0,'2020-05-09 22:23:59'),(9620,10951,'it',0,NULL,'Paramaribo',NULL,'',0,'2020-05-09 22:23:59'),(9621,10952,'it',0,NULL,'Parigi',NULL,'',0,'2020-05-09 22:23:59'),(9622,10953,'it',0,NULL,'Perth',NULL,'',0,'2020-05-09 22:23:59'),(9623,10954,'it',0,NULL,'Pietroburgo',NULL,'',0,'2020-05-09 22:23:59'),(9624,10955,'it',0,NULL,'Phnom Penh',NULL,'',0,'2020-05-09 22:23:59'),(9625,10956,'it',0,NULL,'Phoenix',NULL,'',0,'2020-05-09 22:23:59'),(9626,10957,'it',0,NULL,'Pitcairn',NULL,'',0,'2020-05-09 22:23:59'),(9627,10958,'it',0,NULL,'Podgorica',NULL,'',0,'2020-05-09 22:23:59'),(9628,10959,'it',0,NULL,'Pohnpei',NULL,'',0,'2020-05-09 22:23:59'),(9629,10960,'it',0,NULL,'Ponape',NULL,'',0,'2020-05-09 22:23:59'),(9630,10961,'it',0,NULL,'Pontianak',NULL,'',0,'2020-05-09 22:23:59'),(9631,10962,'it',0,NULL,'Port Moresby',NULL,'',0,'2020-05-09 22:23:59'),(9632,10963,'it',0,NULL,'Port of Spain',NULL,'',0,'2020-05-09 22:23:59'),(9633,10964,'it',0,NULL,'Port-au-Prince',NULL,'',0,'2020-05-09 22:23:59'),(9634,10965,'it',0,NULL,'Porto Acre',NULL,'',0,'2020-05-09 22:23:59'),(9635,10966,'it',0,NULL,'Porto Velho',NULL,'',0,'2020-05-09 22:23:59'),(9636,10967,'it',0,NULL,'Porto-Novo',NULL,'',0,'2020-05-09 22:23:59'),(9637,10968,'it',0,NULL,'Praga',NULL,'',0,'2020-05-09 22:23:59'),(9638,10969,'it',0,NULL,'Puerto Rico',NULL,'',0,'2020-05-09 22:23:59'),(9639,10970,'it',0,NULL,'Punta Arenas',NULL,'',0,'2020-05-09 22:23:59'),(9640,10971,'it',0,NULL,'Pyongyang',NULL,'',0,'2020-05-09 22:23:59'),(9641,10972,'it',0,NULL,'Qatar',NULL,'',0,'2020-05-09 22:23:59'),(9642,10973,'it',0,NULL,'Queensland',NULL,'',0,'2020-05-09 22:23:59'),(9643,10974,'it',0,NULL,'Qyzylorda',NULL,'',0,'2020-05-09 22:23:59'),(9644,10975,'it',0,NULL,'Rainy River',NULL,'',0,'2020-05-09 22:23:59'),(9645,10976,'it',0,NULL,'Rangoon',NULL,'',0,'2020-05-09 22:23:59'),(9646,10977,'it',0,NULL,'Rankin Inlet',NULL,'',0,'2020-05-09 22:23:59'),(9647,10978,'it',0,NULL,'Rarotonga',NULL,'',0,'2020-05-09 22:23:59'),(9648,10979,'it',0,NULL,'Recife',NULL,'',0,'2020-05-09 22:23:59'),(9649,10980,'it',0,NULL,'Regina',NULL,'',0,'2020-05-09 22:23:59'),(9650,10981,'it',0,NULL,'Risoluto',NULL,'',0,'2020-05-09 22:23:59'),(9651,10982,'it',0,NULL,'Reunion',NULL,'',0,'2020-05-09 22:23:59'),(9652,10983,'it',0,NULL,'Reykjavik',NULL,'',0,'2020-05-09 22:23:59'),(9653,10984,'it',0,NULL,'Riga',NULL,'',0,'2020-05-09 22:23:59'),(9654,10985,'it',0,NULL,'Rio Branco',NULL,'',0,'2020-05-09 22:23:59'),(9655,10986,'it',0,NULL,'Rio Gallegos',NULL,'',0,'2020-05-09 22:23:59'),(9656,10987,'it',0,NULL,'Riyadh',NULL,'',0,'2020-05-09 22:23:59'),(9657,10988,'it',0,NULL,'Roma',NULL,'',0,'2020-05-09 22:23:59'),(9658,10989,'it',0,NULL,'Rosario',NULL,'',0,'2020-05-09 22:23:59'),(9659,10990,'it',0,NULL,'Rothera',NULL,'',0,'2020-05-09 22:23:59'),(9660,10991,'it',0,NULL,'Saigon',NULL,'',0,'2020-05-09 22:23:59'),(9661,10992,'it',0,NULL,'Saipan',NULL,'',0,'2020-05-09 22:23:59'),(9662,10993,'it',0,NULL,'Sakhalin',NULL,'',0,'2020-05-09 22:23:59'),(9663,10994,'it',0,NULL,'Salta',NULL,'',0,'2020-05-09 22:23:59'),(9664,10995,'it',0,NULL,'Samara',NULL,'',0,'2020-05-09 22:23:59'),(9665,10996,'it',0,NULL,'Samarcanda',NULL,'',0,'2020-05-09 22:23:59'),(9666,10997,'it',0,NULL,'Samoa',NULL,'',0,'2020-05-09 22:23:59'),(9667,10998,'it',0,NULL,'San Juan',NULL,'',0,'2020-05-09 22:23:59'),(9668,10999,'it',0,NULL,'San Luis',NULL,'',0,'2020-05-09 22:23:59'),(9669,11000,'it',0,NULL,'San Marino',NULL,'',0,'2020-05-09 22:23:59'),(9670,11001,'it',0,NULL,'Santa Isabel',NULL,'',0,'2020-05-09 22:23:59'),(9671,11002,'it',0,NULL,'Santarem',NULL,'',0,'2020-05-09 22:23:59'),(9672,11003,'it',0,NULL,'Santiago',NULL,'',0,'2020-05-09 22:23:59'),(9673,11004,'it',0,NULL,'Santo Domingo',NULL,'',0,'2020-05-09 22:23:59'),(9674,11005,'it',0,NULL,'San Paolo',NULL,'',0,'2020-05-09 22:23:59'),(9675,11006,'it',0,NULL,'Sao Tome',NULL,'',0,'2020-05-09 22:23:59'),(9676,11007,'it',0,NULL,'Sarajevo',NULL,'',0,'2020-05-09 22:23:59'),(9677,11008,'it',0,NULL,'Saratov',NULL,'',0,'2020-05-09 22:23:59'),(9678,11009,'it',0,NULL,'Scoresbysund',NULL,'',0,'2020-05-09 22:23:59'),(9679,11010,'it',0,NULL,'Seoul',NULL,'',0,'2020-05-09 22:23:59'),(9680,11011,'it',0,NULL,'Shanghai',NULL,'',0,'2020-05-09 22:23:59'),(9681,11012,'it',0,NULL,'Shiprock',NULL,'',0,'2020-05-09 22:23:59'),(9682,11013,'it',0,NULL,'Simferopol',NULL,'',0,'2020-05-09 22:23:59'),(9683,11014,'it',0,NULL,'Singapore',NULL,'',0,'2020-05-09 22:23:59'),(9684,11015,'it',0,NULL,'Sitka',NULL,'',0,'2020-05-09 22:23:59'),(9685,11016,'it',0,NULL,'Skopje',NULL,'',0,'2020-05-09 22:23:59'),(9686,11017,'it',0,NULL,'Sofia',NULL,'',0,'2020-05-09 22:23:59'),(9687,11018,'it',0,NULL,'Sud',NULL,'',0,'2020-05-09 22:23:59'),(9688,11019,'it',0,NULL,'Georgia del Sud',NULL,'',0,'2020-05-09 22:23:59'),(9689,11020,'it',0,NULL,'Polo sud',NULL,'',0,'2020-05-09 22:23:59'),(9690,11021,'it',0,NULL,'Srednekolymsk',NULL,'',0,'2020-05-09 22:23:59'),(9691,11022,'it',0,NULL,'Saint Barthelemy',NULL,'',0,'2020-05-09 22:23:59'),(9692,11023,'it',0,NULL,'Sant\'Elena',NULL,'',0,'2020-05-09 22:23:59'),(9693,11024,'it',0,NULL,'St Johns',NULL,'',0,'2020-05-09 22:23:59'),(9694,11025,'it',0,NULL,'St Kitts',NULL,'',0,'2020-05-09 22:23:59'),(9695,11026,'it',0,NULL,'St Lucia',NULL,'',0,'2020-05-09 22:23:59'),(9696,11027,'it',0,NULL,'St Thomas',NULL,'',0,'2020-05-09 22:23:59'),(9697,11028,'it',0,NULL,'St Vincent',NULL,'',0,'2020-05-09 22:23:59'),(9698,11029,'it',0,NULL,'Stanley',NULL,'',0,'2020-05-09 22:23:59'),(9699,11030,'it',0,NULL,'Stoccolma',NULL,'',0,'2020-05-09 22:23:59'),(9700,11031,'it',0,NULL,'Swift Current',NULL,'',0,'2020-05-09 22:23:59'),(9701,11032,'it',0,NULL,'Sydney',NULL,'',0,'2020-05-09 22:23:59'),(9702,11033,'it',0,NULL,'Syowa',NULL,'',0,'2020-05-09 22:23:59'),(9703,11034,'it',0,NULL,'Tahiti',NULL,'',0,'2020-05-09 22:23:59'),(9704,11035,'it',0,NULL,'Taipei',NULL,'',0,'2020-05-09 22:23:59'),(9705,11036,'it',0,NULL,'Tallinn',NULL,'',0,'2020-05-09 22:23:59'),(9706,11037,'it',0,NULL,'Tarawa',NULL,'',0,'2020-05-09 22:23:59'),(9707,11038,'it',0,NULL,'Tashkent',NULL,'',0,'2020-05-09 22:23:59'),(9708,11039,'it',0,NULL,'Tasmania',NULL,'',0,'2020-05-09 22:23:59'),(9709,11040,'it',0,NULL,'Tbilisi',NULL,'',0,'2020-05-09 22:23:59'),(9710,11041,'it',0,NULL,'Tegucigalpa',NULL,'',0,'2020-05-09 22:23:59'),(9711,11042,'it',0,NULL,'Teheran',NULL,'',0,'2020-05-09 22:23:59'),(9712,11043,'it',0,NULL,'Tel Aviv',NULL,'',0,'2020-05-09 22:23:59'),(9713,11044,'it',0,NULL,'Tell City',NULL,'',0,'2020-05-09 22:23:59'),(9714,11045,'it',0,NULL,'Thimbu',NULL,'',0,'2020-05-09 22:23:59'),(9715,11046,'it',0,NULL,'Thimphu',NULL,'',0,'2020-05-09 22:23:59'),(9716,11047,'it',0,NULL,'Thule',NULL,'',0,'2020-05-09 22:23:59'),(9717,11048,'it',0,NULL,'Thunder Bay',NULL,'',0,'2020-05-09 22:23:59'),(9718,11049,'it',0,NULL,'Tijuana',NULL,'',0,'2020-05-09 22:23:59'),(9719,11050,'it',0,NULL,'Timbuktu',NULL,'',0,'2020-05-09 22:23:59'),(9720,11051,'it',0,NULL,'Tirana',NULL,'',0,'2020-05-09 22:23:59'),(9721,11052,'it',0,NULL,'Tiraspol',NULL,'',0,'2020-05-09 22:23:59'),(9722,11053,'it',0,NULL,'Tokyo',NULL,'',0,'2020-05-09 22:23:59'),(9723,11054,'it',0,NULL,'Tomsk',NULL,'',0,'2020-05-09 22:23:59'),(9724,11055,'it',0,NULL,'Tongatapu',NULL,'',0,'2020-05-09 22:23:59'),(9725,11056,'it',0,NULL,'Toronto',NULL,'',0,'2020-05-09 22:23:59'),(9726,11057,'it',0,NULL,'Tortola',NULL,'',0,'2020-05-09 22:23:59'),(9727,11058,'it',0,NULL,'Tripoli',NULL,'',0,'2020-05-09 22:23:59'),(9728,11059,'it',0,NULL,'Troll',NULL,'',0,'2020-05-09 22:23:59'),(9729,11060,'it',0,NULL,'Truk',NULL,'',0,'2020-05-09 22:23:59'),(9730,11061,'it',0,NULL,'Tucuman',NULL,'',0,'2020-05-09 22:23:59'),(9731,11062,'it',0,NULL,'Tunisi',NULL,'',0,'2020-05-09 22:23:59'),(9732,11063,'it',0,NULL,'UCT',NULL,'',0,'2020-05-09 22:23:59'),(9733,11064,'it',0,NULL,'UTC',NULL,'',0,'2020-05-09 22:23:59'),(9734,11065,'it',0,NULL,'Ujung Pandang',NULL,'',0,'2020-05-09 22:23:59'),(9735,11066,'it',0,NULL,'Ulaanbaatar',NULL,'',0,'2020-05-09 22:23:59'),(9736,11067,'it',0,NULL,'Ulan Bator',NULL,'',0,'2020-05-09 22:23:59'),(9737,11068,'it',0,NULL,'Ulyanovsk',NULL,'',0,'2020-05-09 22:23:59'),(9738,11069,'it',0,NULL,'Universale',NULL,'',0,'2020-05-09 22:23:59'),(9739,11070,'it',0,NULL,'Urumqi',NULL,'',0,'2020-05-09 22:23:59'),(9740,11071,'it',0,NULL,'Ushuaia',NULL,'',0,'2020-05-09 22:23:59'),(9741,11072,'it',0,NULL,'Ust-Nera',NULL,'',0,'2020-05-09 22:23:59'),(9742,11073,'it',0,NULL,'Uzhgorod',NULL,'',0,'2020-05-09 22:23:59'),(9743,11074,'it',0,NULL,'Vaduz',NULL,'',0,'2020-05-09 22:23:59'),(9744,11075,'it',0,NULL,'Vancouver',NULL,'',0,'2020-05-09 22:23:59'),(9745,11076,'it',0,NULL,'Vaticano',NULL,'',0,'2020-05-09 22:23:59'),(9746,11077,'it',0,NULL,'Vevay',NULL,'',0,'2020-05-09 22:23:59'),(9747,11078,'it',0,NULL,'Victoria',NULL,'',0,'2020-05-09 22:23:59'),(9748,11079,'it',0,NULL,'Vienna',NULL,'',0,'2020-05-09 22:23:59'),(9749,11080,'it',0,NULL,'Vientiane',NULL,'',0,'2020-05-09 22:23:59'),(9750,11081,'it',0,NULL,'Vilnius',NULL,'',0,'2020-05-09 22:23:59'),(9751,11082,'it',0,NULL,'Vincennes',NULL,'',0,'2020-05-09 22:23:59'),(9752,11083,'it',0,NULL,'Virgin',NULL,'',0,'2020-05-09 22:23:59'),(9753,11084,'it',0,NULL,'Vladivostok',NULL,'',0,'2020-05-09 22:23:59'),(9754,11085,'it',0,NULL,'Volgograd',NULL,'',0,'2020-05-09 22:23:59'),(9755,11086,'it',0,NULL,'Vostok',NULL,'',0,'2020-05-09 22:23:59'),(9756,11087,'it',0,NULL,'Wake',NULL,'',0,'2020-05-09 22:23:59'),(9757,11088,'it',0,NULL,'Wallis',NULL,'',0,'2020-05-09 22:23:59'),(9758,11089,'it',0,NULL,'Varsavia',NULL,'',0,'2020-05-09 22:23:59'),(9759,11090,'it',0,NULL,'Ovest',NULL,'',0,'2020-05-09 22:23:59'),(9760,11091,'it',0,NULL,'Whitehorse',NULL,'',0,'2020-05-09 22:23:59'),(9761,11092,'it',0,NULL,'Winamac',NULL,'',0,'2020-05-09 22:23:59'),(9762,11093,'it',0,NULL,'Windhoek',NULL,'',0,'2020-05-09 22:23:59'),(9763,11094,'it',0,NULL,'Winnipeg',NULL,'',0,'2020-05-09 22:23:59'),(9764,11095,'it',0,NULL,'Yakutat',NULL,'',0,'2020-05-09 22:23:59'),(9765,11096,'it',0,NULL,'Yakutsk',NULL,'',0,'2020-05-09 22:23:59'),(9766,11097,'it',0,NULL,'Yancowinna',NULL,'',0,'2020-05-09 22:23:59'),(9767,11098,'it',0,NULL,'Yangon',NULL,'',0,'2020-05-09 22:23:59'),(9768,11099,'it',0,NULL,'Yap',NULL,'',0,'2020-05-09 22:23:59'),(9769,11100,'it',0,NULL,'Ekaterinburg',NULL,'',0,'2020-05-09 22:23:59'),(9770,11101,'it',0,NULL,'Yellowknife',NULL,'',0,'2020-05-09 22:23:59'),(9771,11102,'it',0,NULL,'Yerevan',NULL,'',0,'2020-05-09 22:23:59'),(9772,11103,'it',0,NULL,'Zagabria',NULL,'',0,'2020-05-09 22:23:59'),(9773,11104,'it',0,NULL,'Zaporozhye',NULL,'',0,'2020-05-09 22:23:59'),(9774,11105,'it',0,NULL,'Zulu',NULL,'',0,'2020-05-09 22:23:59'),(9775,11106,'it',0,NULL,'Zurigo',NULL,'',0,'2020-05-09 22:23:59'),(9776,11107,'it',0,NULL,'<a href=\"%s\">enable</a> or <a href=\"%s\">Disattiva</a> questa opzione. <a href=\"%s\" id=\"akismet-privacy-notice-control-notice-info-link\" target=\"_blank\">Leggi di più</a>.',NULL,'',0,'2020-05-18 10:43:02'),(9777,11108,'it',0,NULL,'%1$s ha cambiato lo stato del commento in %2$s.',NULL,'',0,'2020-05-18 10:43:02'),(9778,11109,'it',0,NULL,'Il commento %d non può essere verificato.',NULL,'',0,'2020-05-18 10:43:02'),(9779,11110,'it',0,NULL,'l commenti %d non possono essere verificati.',NULL,'',0,'2020-05-18 10:43:02'),(9780,11111,'it',0,NULL,'Il commento %d è stato spostato nello Spam.',NULL,'',0,'2020-05-18 10:43:02'),(9781,11112,'it',0,NULL,'l commenti %d sono stati spostati nello Spam.',NULL,'',0,'2020-05-18 10:43:02'),(9782,11113,'it',0,NULL,'%s fa',NULL,'',0,'2020-05-18 10:43:02'),(9783,11114,'it',0,NULL,'%s approvati',NULL,'',0,'2020-05-18 10:43:02'),(9784,11115,'it',0,NULL,'%s commento è stato segnato come spam.',NULL,'',0,'2020-05-18 10:43:02'),(9785,11116,'it',0,NULL,'%s commenti sono stati segnati come spam.',NULL,'',0,'2020-05-18 10:43:02'),(9786,11117,'it',0,NULL,'%s falso positivo',NULL,'',0,'2020-05-18 10:43:02'),(9787,11118,'it',0,NULL,'%s falsi positivi',NULL,'',0,'2020-05-18 10:43:02'),(9788,11119,'it',0,NULL,'%s di spam non rilevato',NULL,'',0,'2020-05-18 10:43:02'),(9789,11120,'it',0,NULL,'%s ha segnalato questo commento come non di spam.',NULL,'',0,'2020-05-18 10:43:02'),(9790,11121,'it',0,NULL,'%s ha segnalato questo commento come spam.',NULL,'',0,'2020-05-18 10:43:02'),(9791,11122,'it',0,NULL,'(%1$s%)',NULL,'',0,'2020-05-18 10:43:02'),(9792,11123,'it',0,NULL,'(Che cos\'è una chiave API?)',NULL,'',0,'2020-05-18 10:43:02'),(9793,11124,'it',0,NULL,'(annulla)',NULL,'',0,'2020-05-18 10:43:02'),(9794,11125,'it',0,NULL,'<a href=\"%1$s\">Akismet</a> ha già protetto questo sito da %2$s commento di spam,',NULL,'',0,'2020-05-18 10:43:02'),(9795,11126,'it',0,NULL,'<a href=\"%1$s\">Akismet</a> ha già protetto questo sito da %2$s commenti di spam,',NULL,'',0,'2020-05-18 10:43:02'),(9796,11127,'it',0,NULL,'<a href=\"%1$s\">Akismet</a> ha protetto il tuo sito da <a href=\"%2$s\">%3$s commento spam</a>.',NULL,'',0,'2020-05-18 10:43:02'),(9797,11128,'it',0,NULL,'<a href=\"%1$s\">Akismet</a> ha protetto il tuo sito da <a href=\"%2$s\">%3$s commenti spam</a>.',NULL,'',0,'2020-05-18 10:43:02'),(9798,11129,'it',0,NULL,'<a href=\"%s\">Akismet</a> impedisce allo spam di raggiungere il tuo blog.',NULL,'',0,'2020-05-18 10:43:02'),(9799,11130,'it',0,NULL,'<strong class=\"count\">%1$s spam</strong> bloccati da <strong>Akismet</strong>',NULL,'',0,'2020-05-18 10:43:02'),(9800,11131,'it',0,NULL,'<strong>La procedura è stata quasi completata</strong>. Configura Akismet per dire addio allo spam',NULL,'',0,'2020-05-18 10:43:02'),(9801,11132,'it',0,NULL,'Una API key di Akismet di 12 caratteri. Disponibile su akismet.com/get/',NULL,'',0,'2020-05-18 10:43:02'),(9802,11133,'it',0,NULL,'Chiave API',NULL,'',0,'2020-05-18 10:43:02'),(9803,11134,'it',0,NULL,'Account',NULL,'',0,'2020-05-18 10:43:02'),(9804,11135,'it',0,NULL,'Precisione',NULL,'',0,'2020-05-18 10:43:02'),(9805,11136,'it',0,NULL,'Attivare Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9806,11137,'it',0,NULL,'Attivo',NULL,'',0,'2020-05-18 10:43:02'),(9807,11138,'it',0,NULL,'Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9808,11139,'it',0,NULL,'Akismet %s richiede WordPress %s or successivo.',NULL,'',0,'2020-05-18 10:43:02'),(9809,11140,'it',0,NULL,'Akismet & Privacy.',NULL,'',0,'2020-05-18 10:43:02'),(9810,11141,'it',0,NULL,'Akismet Anti-Spam',NULL,'',0,'2020-05-18 10:43:02'),(9811,11142,'it',0,NULL,'Configurazione Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9812,11143,'it',0,NULL,'Codice di errore Akismet: %s',NULL,'',0,'2020-05-18 10:43:02'),(9813,11144,'it',0,NULL,'Akismet FAQ',NULL,'',0,'2020-05-18 10:43:02'),(9814,11145,'it',0,NULL,'Impostazioni di Akismet ',NULL,'',0,'2020-05-18 10:43:02'),(9815,11146,'it',0,NULL,'Setup Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9816,11147,'it',0,NULL,'Statistiche Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9817,11148,'it',0,NULL,'Supporto Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9818,11149,'it',0,NULL,'Widget Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9819,11150,'it',0,NULL,'Akismet severità anti-spam',NULL,'',0,'2020-05-18 10:43:02'),(9820,11151,'it',0,NULL,'Akismet ha identificato questi commenti come spam durante un ricontrollo automatico.',NULL,'',0,'2020-05-18 10:43:02'),(9821,11152,'it',0,NULL,'Akismet ha identificato questo commento come spam.',NULL,'',0,'2020-05-18 10:43:02'),(9822,11153,'it',0,NULL,'Akismet ha controllato %s commento. ',NULL,'',0,'2020-05-18 10:43:02'),(9823,11154,'it',0,NULL,'Akismet ha controllato %s commenti. ',NULL,'',0,'2020-05-18 10:43:02'),(9824,11155,'it',0,NULL,'Akismet ha ripulito questo commento durante un nuovo tentativo automatico.',NULL,'',0,'2020-05-18 10:43:02'),(9825,11156,'it',0,NULL,'Akismet ha azzerato questo commento.',NULL,'',0,'2020-05-18 10:43:02'),(9826,11157,'it',0,NULL,'Akismet ha incontrato un problema con una precedente richiesta SSL e lo ha temporaneamente disabilitato. Ricomincerà a breve ad utilizzare nuovamente SSL per le richieste.',NULL,'',0,'2020-05-18 10:43:02'),(9827,11158,'it',0,NULL,'Akismet filtra lo spam, in modo da poterti far concentrare su cose più importanti.',NULL,'',0,'2020-05-18 10:43:02'),(9828,11159,'it',0,NULL,'Akismet ha identificato un problema.',NULL,'',0,'2020-05-18 10:43:02'),(9829,11160,'it',0,NULL,'Akismet ti ha fatto risparmiare %d ora!',NULL,'',0,'2020-05-18 10:43:02'),(9830,11161,'it',0,NULL,'Akismet ti ha fatto risparmiare %d ore!',NULL,'',0,'2020-05-18 10:43:02'),(9831,11162,'it',0,NULL,'Con Akismet è stato risparmiato un %d minuto.',NULL,'',0,'2020-05-18 10:43:02'),(9832,11163,'it',0,NULL,'Con Akismet sono stati risparmiati %d minuti.',NULL,'',0,'2020-05-18 10:43:02'),(9833,11164,'it',0,NULL,'Con Akismet è stato risparmiato %s giorno.',NULL,'',0,'2020-05-18 10:43:02'),(9834,11165,'it',0,NULL,'Con Akismet sono stati risparmiati %s giorni.',NULL,'',0,'2020-05-18 10:43:02'),(9835,11166,'it',0,NULL,'Akismet ora protegge il tuo sito dallo spam. Buon divertimento con il tuo blog!',NULL,'',0,'2020-05-18 10:43:02'),(9836,11167,'it',0,NULL,'Informativa sulla privacy di Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9837,11168,'it',0,NULL,'Akismet ha ri-controllato ed identificato questo commento come spam.',NULL,'',0,'2020-05-18 10:43:02'),(9838,11169,'it',0,NULL,'Akismet ha ri-verificato e azzerato questo commneto.',NULL,'',0,'2020-05-18 10:43:02'),(9839,11170,'it',0,NULL,'Akismet non ha potuto riverificare questo commento (risposta: %s) ma riproverà automaticamente più tardi.',NULL,'',0,'2020-05-18 10:43:02'),(9840,11171,'it',0,NULL,'Akismet non ha potuto riverificare questo commento (risposta: %s).',NULL,'',0,'2020-05-18 10:43:02'),(9841,11172,'it',0,NULL,'Tutti i sistemi funzionanti.',NULL,'',0,'2020-05-18 10:43:02'),(9842,11173,'it',0,NULL,'Dall\'inizio',NULL,'',0,'2020-05-18 10:43:02'),(9843,11174,'it',0,NULL,'Hai già la chiave? Inseriscila qui.',NULL,'',0,'2020-05-18 10:43:02'),(9844,11175,'it',0,NULL,'Inserisci sempre lo spam nella cartella Spam per controlli.',NULL,'',0,'2020-05-18 10:43:02'),(9845,11176,'it',0,NULL,'Una chiave API di Akismet è stata definita nella %s file di questo sito.',NULL,'',0,'2020-05-18 10:43:02'),(9846,11177,'it',0,NULL,'Automattic',NULL,'',0,'2020-05-18 10:43:02'),(9847,11178,'it',0,NULL,'In attesa della verifica spam',NULL,'',0,'2020-05-18 10:43:02'),(9848,11179,'it',0,NULL,'Annullato',NULL,'',0,'2020-05-18 10:43:02'),(9849,11180,'it',0,NULL,'Cambia',NULL,'',0,'2020-05-18 10:43:02'),(9850,11181,'it',0,NULL,'Vuoi barare, eh?',NULL,'',0,'2020-05-18 10:43:02'),(9851,11182,'it',0,NULL,'Controlla lo spam',NULL,'',0,'2020-05-18 10:43:02'),(9852,11183,'it',0,NULL,'Controllo dello spam in corso ',NULL,'',0,'2020-05-18 10:43:02'),(9853,11184,'it',0,NULL,'Scegli questa opzione per utilizzare Akismet in modo indipendente dal tuo collegamento Jetpack.',NULL,'',0,'2020-05-18 10:43:02'),(9854,11185,'it',0,NULL,'Scegliere se scartare lo spam peggiore automaticamente oppure mettere sempre tutto lo spam nella cartella spam.',NULL,'',0,'2020-05-18 10:43:02'),(9855,11186,'it',0,NULL,'Ripulire lo spam richiede tempo.',NULL,'',0,'2020-05-18 10:43:02'),(9856,11187,'it',0,NULL,'Pulito da Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9857,11188,'it',0,NULL,'Click sul bottone Usa questa Chiave',NULL,'',0,'2020-05-18 10:43:02'),(9858,11189,'it',0,NULL,'Il commento #%d non può essere verificato.',NULL,'',0,'2020-05-18 10:43:02'),(9859,11190,'it',0,NULL,'Il commento #%d non è spam.',NULL,'',0,'2020-05-18 10:43:02'),(9860,11191,'it',0,NULL,'Il commento #%d è spam.',NULL,'',0,'2020-05-18 10:43:02'),(9861,11192,'it',0,NULL,'Cronologia commento',NULL,'',0,'2020-05-18 10:43:02'),(9862,11193,'it',0,NULL,'Commento scartato.',NULL,'',0,'2020-05-18 10:43:02'),(9863,11194,'it',0,NULL,'Non è stato trovato il commento.',NULL,'',0,'2020-05-18 10:43:02'),(9864,11195,'it',0,NULL,'Lo stato del commento è stato cambiato in %s',NULL,'',0,'2020-05-18 10:43:02'),(9865,11196,'it',0,NULL,'Il comment è stato catturato dalla wp_blacklist_check.',NULL,'',0,'2020-05-18 10:43:02'),(9866,11197,'it',0,NULL,'Commenti',NULL,'',0,'2020-05-18 10:43:02'),(9867,11198,'it',0,NULL,'Connetti via Jetpack ',NULL,'',0,'2020-05-18 10:43:02'),(9868,11199,'it',0,NULL,'Collega con la chiave API',NULL,'',0,'2020-05-18 10:43:02'),(9869,11200,'it',0,NULL,'Collega con Jetpack',NULL,'',0,'2020-05-18 10:43:02'),(9870,11201,'it',0,NULL,'Connesso via Jetpack',NULL,'',0,'2020-05-18 10:43:02'),(9871,11202,'it',0,NULL,'Contatta il supporto Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9872,11203,'it',0,NULL,'Copia e incolla la chiave API nel campo di testo.',NULL,'',0,'2020-05-18 10:43:02'),(9873,11204,'it',0,NULL,'Statistiche dettagliate ',NULL,'',0,'2020-05-18 10:43:02'),(9874,11205,'it',0,NULL,'Disabilitato',NULL,'',0,'2020-05-18 10:43:02'),(9875,11206,'it',0,NULL,'Scollegare questo account',NULL,'',0,'2020-05-18 10:43:02'),(9876,11207,'it',0,NULL,'Visualizza l\'informativa sulla privacy nei form dei commenti.',NULL,'',0,'2020-05-18 10:43:02'),(9877,11208,'it',0,NULL,'Visualizza il numero di commenti di spam identificati da Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9878,11209,'it',0,NULL,'Non visualizzare l\'informativa sulla privacy.',NULL,'',0,'2020-05-18 10:43:02'),(9879,11210,'it',0,NULL,'Elimina lo spam dal tuo sito',NULL,'',0,'2020-05-18 10:43:02'),(9880,11211,'it',0,NULL,'Abilitato',NULL,'',0,'2020-05-18 10:43:02'),(9881,11212,'it',0,NULL,'Inserisci una chiave API',NULL,'',0,'2020-05-18 10:43:02'),(9882,11213,'it',0,NULL,'Immettere/rimuovere una chiave API.',NULL,'',0,'2020-05-18 10:43:02'),(9883,11214,'it',0,NULL,'La connessione a Akismet è fallita.',NULL,'',0,'2020-05-18 10:43:02'),(9884,11215,'it',0,NULL,'Contrassegnato come spam da %s ',NULL,'',0,'2020-05-18 10:43:02'),(9885,11216,'it',0,NULL,'Contrassegnato come spam da Akismet.',NULL,'',0,'2020-05-18 10:43:02'),(9886,11217,'it',0,NULL,'Per maggiori informazioni:',NULL,'',0,'2020-05-18 10:43:02'),(9887,11218,'it',0,NULL,'Per ulteriori informazioni: %s',NULL,'',0,'2020-05-18 10:43:02'),(9888,11219,'it',0,NULL,'Ottieni la tua chiave API',NULL,'',0,'2020-05-18 10:43:02'),(9889,11220,'it',0,NULL,'Cronologia',NULL,'',0,'2020-05-18 10:43:02'),(9890,11221,'it',0,NULL,'Se impostato su true, Akismet scarterà automaticamente lo spam peggiore piuttosto che spostarlo nella cartella di spam.',NULL,'',0,'2020-05-18 10:43:02'),(9891,11222,'it',0,NULL,'Se è impostato su \"true\", mostra nella pagina dei commenti il numero di commenti approvati accanto ad ogni autore. ',NULL,'',0,'2020-05-18 10:43:02'),(9892,11223,'it',0,NULL,'Se hai già una chiave API',NULL,'',0,'2020-05-18 10:43:02'),(9893,11224,'it',0,NULL,'Dal 2012, Akismet ha iniziato ad utilizzare gli abbonamenti per tutti gli account (anche per quelli gratuiti). Sembra che al tuo account non sia stata assegnato alcun abbonamento e quindi apprezzeremmo molto se volessi <a href=\"%s\" target=\"_blank\">collegarti al tuo account</a> e sceglierne uno.',NULL,'',0,'2020-05-18 10:43:02'),(9894,11225,'it',0,NULL,'Accedi o registrati ora.',NULL,'',0,'2020-05-18 10:43:02'),(9895,11226,'it',0,NULL,'Configurazione manuale',NULL,'',0,'2020-05-18 10:43:02'),(9896,11227,'it',0,NULL,'Manca',NULL,'',0,'2020-05-18 10:43:02'),(9897,11228,'it',0,NULL,'Le funzionalità di rete sono disabilitate',NULL,'',0,'2020-05-18 10:43:02'),(9898,11229,'it',0,NULL,'Nuovo per Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9899,11230,'it',0,NULL,'Data prossima fatturazione',NULL,'',0,'2020-05-18 10:43:02'),(9900,11231,'it',0,NULL,'Nessuna Iscrizione Trovata',NULL,'',0,'2020-05-18 10:43:02'),(9901,11232,'it',0,NULL,'Nessun commento è stato segnato come spam. ',NULL,'',0,'2020-05-18 10:43:02'),(9902,11233,'it',0,NULL,'Nessun problema! Contattataci e provvederemo a risolvere la questione.',NULL,'',0,'2020-05-18 10:43:02'),(9903,11234,'it',0,NULL,'Nota:',NULL,'',0,'2020-05-18 10:43:02'),(9904,11235,'it',0,NULL,'Su questa pagina, puoi impostare il plugin Akismet.',NULL,'',0,'2020-05-18 10:43:02'),(9905,11236,'it',0,NULL,'In questa pagina, puoi aggiornare le tue impostazioni di Akismet e vedere le statistiche dello spam.',NULL,'',0,'2020-05-18 10:43:02'),(9906,11237,'it',0,NULL,'In questa pagina è possibile visualizzare le statistiche sullo spam filtrato nel tuo sito.',NULL,'',0,'2020-05-18 10:43:02'),(9907,11238,'it',0,NULL,'O inserisci una chiave API',NULL,'',0,'2020-05-18 10:43:02'),(9908,11239,'it',0,NULL,'O registrati con un indirizzo email differente',NULL,'',0,'2020-05-18 10:43:02'),(9909,11240,'it',0,NULL,'Panoramica',NULL,'',0,'2020-05-18 10:43:02'),(9910,11241,'it',0,NULL,'Ultimi sei mesi',NULL,'',0,'2020-05-18 10:43:02'),(9911,11242,'it',0,NULL,'Per favore <a href=\"%1$s\"> aggiornare WordPress </a> ad una versione recente, o fare il <a href=\"%2$s\"> downgrade alla versione 2.4 del plugin Akismet </a>.',NULL,'',0,'2020-05-18 10:43:02'),(9912,11243,'it',0,NULL,'<a href=\"%s\" target=\"_blank\">Contatta il nostro team di supporto</a> per qualsiasi domanda.',NULL,'',0,'2020-05-18 10:43:02'),(9913,11244,'it',0,NULL,'Verifica la tua <a href=\"%s\">configurazione di Akismet </a> e contatta il tuo hoster nel caso il problema persista.',NULL,'',0,'2020-05-18 10:43:02'),(9914,11245,'it',0,NULL,'Per favore contatta <a href=\"%s\" target=\"_blank\">il supporto di Aksimet</a> per assistenza.',NULL,'',0,'2020-05-18 10:43:02'),(9915,11246,'it',0,NULL,'Aggiorna le informazioni di pagamento.',NULL,'',0,'2020-05-18 10:43:02'),(9916,11247,'it',0,NULL,'Per favore visita la tua <a href=\"%s\" target=\"_blank\">pagina account di Aksimet</a> per riattivare il tuo abbonamento.',NULL,'',0,'2020-05-18 10:43:02'),(9917,11248,'it',0,NULL,'Privacy',NULL,'',0,'2020-05-18 10:43:02'),(9918,11249,'it',0,NULL,'Processato il commento %d.',NULL,'',0,'2020-05-18 10:43:02'),(9919,11250,'it',0,NULL,'Processati i commenti %d.',NULL,'',0,'2020-05-18 10:43:02'),(9920,11251,'it',0,NULL,'Ri-aggiungi...',NULL,'',0,'2020-05-18 10:43:02'),(9921,11252,'it',0,NULL,'Riattiva Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9922,11253,'it',0,NULL,'Rimuovi questo URL',NULL,'',0,'2020-05-18 10:43:02'),(9923,11254,'it',0,NULL,'Rimozione in corso...',NULL,'',0,'2020-05-18 10:43:02'),(9924,11255,'it',0,NULL,'Status SSL',NULL,'',0,'2020-05-18 10:43:02'),(9925,11256,'it',0,NULL,'Salva le modifiche',NULL,'',0,'2020-05-18 10:43:02'),(9926,11257,'it',0,NULL,'Seleziona una delle opzioni sotto e inizia.',NULL,'',0,'2020-05-18 10:43:02'),(9927,11258,'it',0,NULL,'Imposta il tuo account Akismet ',NULL,'',0,'2020-05-18 10:43:02'),(9928,11259,'it',0,NULL,'Impostazioni',NULL,'',0,'2020-05-18 10:43:02'),(9929,11260,'it',0,NULL,'Mostra i commenti approvati',NULL,'',0,'2020-05-18 10:43:02'),(9930,11261,'it',0,NULL,'Mostra il numero di commenti approvati accanto ad ogni autore del commento',NULL,'',0,'2020-05-18 10:43:02'),(9931,11262,'it',0,NULL,'Mostra il numero di commenti approvati accanto a ogni autore del commento nella pagina di elenco dei commenti.',NULL,'',0,'2020-05-18 10:43:02'),(9932,11263,'it',0,NULL,'Iscriviti per un account su %s per ricevere una chiave API.',NULL,'',0,'2020-05-18 10:43:02'),(9933,11264,'it',0,NULL,'Registrati con un altro indirizzo e-mail',NULL,'',0,'2020-05-18 10:43:02'),(9934,11265,'it',0,NULL,'Nascondi per sempre i peggiori e più persuasivi messaggi spam in modo da non vederli mai più.',NULL,'',0,'2020-05-18 10:43:02'),(9935,11266,'it',0,NULL,'Alcuni commenti non sono stati ancora verificati da Akismet per determinare se sono spam. Sono stati provvisoriamente posti in moderazione e verranno automaticamente ricontrollati successivamente.',NULL,'',0,'2020-05-18 10:43:02'),(9936,11267,'it',0,NULL,'Spam bloccato',NULL,'',0,'2020-05-18 10:43:02'),(9937,11268,'it',0,NULL,'Spam bloccato',NULL,'',0,'2020-05-18 10:43:02'),(9938,11269,'it',0,NULL,'Lo spam nella <a href=\"%1$s\">cartella spam</a> più vecchio di 1 giorno viene cancellato autoamticamente',NULL,'',0,'2020-05-18 10:43:02'),(9939,11270,'it',0,NULL,'Lo spam nella <a href=\"%1$s\">cartella spam</a> più vecchio di %2$d giorni viene cancellato autoamticamente',NULL,'',0,'2020-05-18 10:43:02'),(9940,11271,'it',0,NULL,'Statistiche ',NULL,'',0,'2020-05-18 10:43:02'),(9941,11272,'it',0,NULL,'Stato',NULL,'',0,'2020-05-18 10:43:02'),(9942,11273,'it',0,NULL,'Precisione',NULL,'',0,'2020-05-18 10:43:02'),(9943,11274,'it',0,NULL,'Tipo di abbonamento',NULL,'',0,'2020-05-18 10:43:02'),(9944,11275,'it',0,NULL,'Sospeso',NULL,'',0,'2020-05-18 10:43:02'),(9945,11276,'it',0,NULL,'Temporaneamente disabilitato',NULL,'',0,'2020-05-18 10:43:02'),(9946,11277,'it',0,NULL,'Non è stato possibile verificare la chiave inserita.',NULL,'',0,'2020-05-18 10:43:02'),(9947,11278,'it',0,NULL,'Piano di abbonamento Akismet',NULL,'',0,'2020-05-18 10:43:02'),(9948,11279,'it',0,NULL,'Non è possibile connettersi ad akismet.com. Fai riferimento alla <a href=\"%s\" target=\"_blank\">nostra guida sui firewall</a> e verifica la configurazione del tuo server.',NULL,'',0,'2020-05-18 10:43:02'),(9949,11280,'it',0,NULL,'La chiave che hai inserito non è valida. Per favore verificala.',NULL,'',0,'2020-05-18 10:43:02'),(9950,11281,'it',0,NULL,'Stato dell\'abbonamento - attivo, annullato o sospeso',NULL,'',0,'2020-05-18 10:43:02'),(9951,11282,'it',0,NULL,'Lasso di tempo per recuperare le statistiche. Opzioni: 60-giorni, 6-mesi, tutti',NULL,'',0,'2020-05-18 10:43:02'),(9952,11283,'it',0,NULL,'Il valore fornito non corrisponde ad una API key valida e registrata.',NULL,'',0,'2020-05-18 10:43:02'),(9953,11284,'it',0,NULL,'C\'è un problema con la tua chiave API.',NULL,'',0,'2020-05-18 10:43:02'),(9954,11285,'it',0,NULL,'Non c\'erano commenti da controllare. Akismet controlla solo i commenti in attesa ',NULL,'',0,'2020-05-18 10:43:02'),(9955,11286,'it',0,NULL,'Al momento è presente <a href=\"%2$s\">%1$s commento</a> nella tua coda di spam.',NULL,'',0,'2020-05-18 10:43:02'),(9956,11287,'it',0,NULL,'Al momento sono presenti <a href=\"%2$s\">%1$s commenti</a> nella tua coda di spam.',NULL,'',0,'2020-05-18 10:43:02'),(9957,11288,'it',0,NULL,'Al momento non vi è nulla nella tua <a href=\'%s\'>coda di spam</a>',NULL,'',0,'2020-05-18 10:43:02'),(9958,11289,'it',0,NULL,'Questo commento è stato segnalato come non spam.',NULL,'',0,'2020-05-18 10:43:02'),(9959,11290,'it',0,NULL,'Questo commento è stato segnalato come spam.',NULL,'',0,'2020-05-18 10:43:02'),(9960,11291,'it',0,NULL,'Questo sito usa Akismet per ridurre lo spam. <a href=\"%s\" target=\"_blank\" rel=\"nofollow noopener\">Scopri come i tuoi dati vengono elaborati</a>.',NULL,'',0,'2020-05-18 10:43:02'),(9961,11292,'it',0,NULL,'La API key di questo sito è scritta direttamente nel codice sorgente e non può essere modificata tramite API.',NULL,'',0,'2020-05-18 10:43:02'),(9962,11293,'it',0,NULL,'La API key di questo sito è scritta direttamente nel codice sorgente e non può essere eliminata.',NULL,'',0,'2020-05-18 10:43:02'),(9963,11294,'it',0,NULL,'Titolo:',NULL,'',0,'2020-05-18 10:43:02'),(9964,11295,'it',0,NULL,'Per continuare il servizio, <a href=\"%s\" target=\"_blank\">aggiorna ad un abbonamento Enterprise</a>, che copre un numero illimitato di siti.',NULL,'',0,'2020-05-18 10:43:02'),(9965,11296,'it',0,NULL,'Per aiutarti a rendere il tuo sito trasparente per quanto riguarda le regolamentazioni sulla privacy come la GDPR, Akismet può mostrare un avviso ai tuoi utenti sotto il form dei commenti. Questa opzione è disabilitata per default, ma la puoi attivare qui sotto. ',NULL,'',0,'2020-05-18 10:43:02'),(9966,11297,'it',0,NULL,'Per aiutarti a rendere il tuo sito trasparente per quanto riguarda le regolamentazioni sulla privacy come la GDPR, Akismet può mostrare un avviso ai tuoi utenti sotto il form dei commenti. Questa opzione è disabilitata per default, ma la puoi attivare qui sotto. ',NULL,'',0,'2020-05-18 10:43:02'),(9967,11298,'it',0,NULL,'URL rimosso',NULL,'',0,'2020-05-18 10:43:02'),(9968,11299,'it',0,NULL,'Rimosso dallo spam da %s',NULL,'',0,'2020-05-18 10:43:02'),(9969,11300,'it',0,NULL,'Aggiorna',NULL,'',0,'2020-05-18 10:43:02'),(9970,11301,'it',0,NULL,'Usa il tuo collegamento Jetpack per attivare Akismet.',NULL,'',0,'2020-05-18 10:43:02'),(9971,11302,'it',0,NULL,'Usato da milioni di persone, Akismet è probabilmente il miglior modo al mondo di <strong>proteggere il tuo blog dallo spam</strong>.  Protegge il tuo sito anche mentre dormi. Per iniziare vai alla <a href=\"admin.php?page=akismet-key-config\">pagina delle Impostazioni di Akismet </a> per impostare la tua chiave  API.',NULL,'',0,'2020-05-18 10:43:02'),(9972,11303,'it',0,NULL,'Usato da milioni di persone, Akismet è probabilmente il miglior modo al mondo per <strong>proteggere il tuo blog dallo spam</strong>. Protegge il tuo sito anche mentre dormi. Per iniziare: attiva il plugin e poi vai alla pagina delle Impostazioni di Akismet per impostare la tua chiave API.',NULL,'',0,'2020-05-18 10:43:02'),(9973,11304,'it',0,NULL,'Usato da milioni di persone, Akismet è probabilmente il miglior modo al mondo per <strong>proteggere il tuo blog dallo spam</strong>. Il tuo sito è configurato e protetto completamente, anche mentre dormi. ',NULL,'',0,'2020-05-18 10:43:02'),(9974,11305,'it',0,NULL,'Visualizzare la storia del commento',NULL,'',0,'2020-05-18 10:43:02'),(9975,11306,'it',0,NULL,'Impossibile elaborare il pagamento. <a href=\"%s\" target=\"_blank\">Aggiorna i dettagli del pagamento</a>.',NULL,'',0,'2020-05-18 10:43:02'),(9976,11307,'it',0,NULL,'Raccogliamo informazioni sui visitatori che commentano il sito e che usano il nostro servizio Akismet anti-spam. Le informazioni raccolte dipendono da come l\'utente ha impostato Akismet, ma normalmente le informazioni includono l\'indirizzo IP di chi commenta, lo user agent, il referrer, e l\'URL del sito (insieme ad altre informazioni fornite direttamente dall\'utente che commenta, come nome, username, indirizzo email, e il testo stesso del commento). ',NULL,'',0,'2020-05-18 10:43:02'),(9977,11308,'it',0,NULL,'Vuoi <a href=\"%s\">controllare i commenti in attesa</a>?',NULL,'',0,'2020-05-18 10:43:02'),(9978,11309,'it',0,NULL,'Sei collegato come %s.',NULL,'',0,'2020-05-18 10:43:02'),(9979,11310,'it',0,NULL,'Puoi aiutarci a combattere lo spam e fare l\'upgrade dell\'account, <a href=\"%s\" target=\"_blank\"> versando un contributo simbolico </a>.',NULL,'',0,'2020-05-18 10:43:02'),(9980,11311,'it',0,NULL,'Non disponi di un piano Akismet.',NULL,'',0,'2020-05-18 10:43:02'),(9981,11312,'it',0,NULL,'È necessario immettere una chiave API per attivare il servizio Akismet sul tuo sito.',NULL,'',0,'2020-05-18 10:43:02'),(9982,11313,'it',0,NULL,'Stau utilizzando Akismet su troppi siti per il tuo il tuo abbonamento Pro.',NULL,'',0,'2020-05-18 10:43:02'),(9983,11314,'it',0,NULL,'Stai usando la chiave Akismet su più siti di quanto permetta il tuo abbonamento Pro .',NULL,'',0,'2020-05-18 10:43:02'),(9984,11315,'it',0,NULL,'La tua chiave API non è più valida. Per favore inserisci una nuova chiave o contatta support@akismet.com.',NULL,'',0,'2020-05-18 10:43:02'),(9985,11316,'it',0,NULL,'Il tuo piano Akismet è stato annullato.',NULL,'',0,'2020-05-18 10:43:02'),(9986,11317,'it',0,NULL,'La sottoscrizione Akismet è sospesa.',NULL,'',0,'2020-05-18 10:43:02'),(9987,11318,'it',0,NULL,'Il tuo abbonamento Pro permette di utilizzare Akismet su un solo sito. <a href=\"%s\" target=\"_blank\">Compra un abbonamento Pro addizionale</a> oppure aggiorna ad un abbonamento Enterprise che permette l\'utilizzo di Akismet su un numero illimitato di siti.',NULL,'',0,'2020-05-18 10:43:02'),(9988,11319,'it',0,NULL,'Il tuo Web server non può effettuare richieste SSL; contatta il tuo fornitore e chiedi l\'aggiunta del supporto alle richieste SSL.',NULL,'',0,'2020-05-18 10:43:02'),(9989,11320,'it',0,NULL,'Il tuo firewall potrebbe impedire ad Akismet di connettersi alle proprie API. Contatta il tuo host e fai riferimento alla <a href=\"%s\" target=\"_blank\">nostra guida sui firewall</a>.',NULL,'',0,'2020-05-18 10:43:02'),(9990,11321,'it',0,NULL,'Il tuo sito non riesce a connettersi ai server di Akismet.',NULL,'',0,'2020-05-18 10:43:02'),(9991,11322,'it',0,NULL,'La tua iscrizione a %s è stata annullata. ',NULL,'',0,'2020-05-18 10:43:02'),(9992,11323,'it',0,NULL,'Il tuo abbonamento per %s è sospeso. ',NULL,'',0,'2020-05-18 10:43:02'),(9993,11324,'it',0,NULL,'Il tuo host web o l\'amministratore del server hanno disattivato la funzione PHP <code> gethostbynamel</code>. <strong>Akismet non può funzionare correttamente fino a quando la funzione non viene attivata.</strong> Contatta il tuo host web o il tuo amministratore del firewall per dare loro <a href=\"%s\" target=\"_blank\">queste informazioni sui requisiti di sistema di Akismet</a>.',NULL,'',0,'2020-05-18 10:43:02'),(9994,11325,'it',0,NULL,'Spam',NULL,'',0,'2020-05-18 10:43:02'),(9995,11326,'it',0,NULL,'https://akismet.com/',NULL,'',0,'2020-05-18 10:43:02'),(9996,11327,'it',0,NULL,'https://automattic.com/wordpress-plugins/',NULL,'',0,'2020-05-18 10:43:02'),(9997,11328,'it',0,NULL,'La chiave API deve essere impostata per recuperare le statistiche.',NULL,'',0,'2020-05-18 10:43:42'),(9998,11329,'it',0,NULL,'Akismet non ha potuto ricontrollare lo spam nei tuoi commenti.',NULL,'',0,'2020-05-18 10:43:42'),(9999,11330,'it',0,NULL,'Attualmente non è in grado di recuperare le statistiche. Riprova.',NULL,'',0,'2020-05-18 10:43:42'),(10000,11331,'it',0,NULL,'Inserisci la tua chiave API',NULL,'',0,'2020-05-18 10:43:42'),(10001,11332,'it',0,NULL,'Inserisci manualmente una chiave API',NULL,'',0,'2020-05-18 10:43:42'),(10002,11333,'it',0,NULL,'Configura un account diverso',NULL,'',0,'2020-05-18 10:43:42'),(10003,11334,'it',0,NULL,'Configura il tuo account Akismet per abilitare il filtro spam su questo sito web.',NULL,'',0,'2020-05-18 10:43:42'),(10004,11335,'it',0,NULL,'La risposta delle statistiche non può essere decodificata.',NULL,'',0,'2020-05-18 10:43:42'),(10005,11336,'it',0,NULL,'Non c\'erano commenti da controllare. Akismet controlla solo i commenti in attesa di moderazione.',NULL,'',0,'2020-05-18 10:43:42'),(10006,11337,'it',0,NULL,'Usa il tuo collegamento Jetpack per impostare Akismet.',NULL,'',0,'2020-05-18 10:43:42'),(10007,11338,'it',0,NULL,'Non hai i permessi per fare questo.',NULL,'',0,'2020-05-18 10:43:42'),(10008,11352,'it',0,NULL,'È stata rilevata una mancata corrispondenza del valore della chiave. Visita il link che trovi nella tua mail di attivazione.',NULL,'',0,'2021-11-04 15:31:16'),(10009,11353,'it',0,NULL,'È stata rilevata una mancata corrispondenza della variabile.',NULL,'',0,'2021-11-04 15:31:16'),(10010,11354,'it',0,NULL,'Non sei autorizzato a commentare questo articolo.',NULL,'',0,'2021-11-04 15:31:16'),(10011,11355,'it',0,NULL,'Non hai i permessi per visualizzare questo elemento.',NULL,'',0,'2021-11-04 15:31:16'),(10012,11356,'it',0,NULL,'È stata rilevata una mancata corrispondenza dell\'ID dell\'articolo.',NULL,'',0,'2021-11-04 15:31:16'),(10013,11357,'it',0,NULL,'È stata rilevata una mancata corrispondenza del post type.',NULL,'',0,'2021-11-04 15:31:16'),(10014,11358,'it',0,NULL,'https://wordpress.org/support/wordpress-version/version-%s/',NULL,'',0,'2021-11-04 15:31:16'),(10015,11359,'it',0,NULL,'%d IP è attualmente bloccato dal tentativo di accesso',NULL,'',0,'2021-11-04 15:31:16'),(10016,11360,'it',0,NULL,'%d tentativo di accesso fallito',NULL,'',0,'2021-11-04 15:31:16'),(10017,11361,'it',0,NULL,'%d tentativi di accesso falliti',NULL,'',0,'2021-11-04 15:31:16'),(10018,11362,'it',0,NULL,'%d ora',NULL,'',0,'2021-11-04 15:31:16'),(10019,11363,'it',0,NULL,'%d ore',NULL,'',0,'2021-11-04 15:31:16'),(10020,11364,'it',0,NULL,'%d blocco dall\'ultima reimpostazione',NULL,'',0,'2021-11-04 15:31:16'),(10021,11365,'it',0,NULL,'%d blocchi dall\'ultima reimpostazione',NULL,'',0,'2021-11-04 15:31:16'),(10022,11366,'it',0,NULL,'%d minuto',NULL,'',0,'2021-11-04 15:31:16'),(10023,11367,'it',0,NULL,'%d minuti',NULL,'',0,'2021-11-04 15:31:16'),(10024,11368,'it',0,NULL,'(Ricarica la pagina per vedere i cambiamenti)',NULL,'',0,'2021-11-04 15:31:16'),(10025,11369,'it',0,NULL,'Più di 2.000.000 di installazioni attive su <br>WordPress nel mondo!',NULL,'',0,'2021-11-04 15:31:16'),(10026,11370,'it',0,NULL,'<a href=\"%s\" target=\"_blank\">Aggiorna a Premium</a> Limit Login Attempts Reloaded.',NULL,'',0,'2021-11-04 15:31:16'),(10027,11371,'it',0,NULL,'<hr><a href=\"%s\">Disiscriviti</a> da queste notifiche.',NULL,'',0,'2021-11-04 15:31:16'),(10028,11372,'it',0,NULL,'<p><i>Questo avviso è stato inviato dal tuo sito in cui è installato Limit Login Attempts Reloaded versione gratuita\ne tu ne sei l\'amministratore. Se sei un cliente GoDaddy, il plugin è installato\nin una directory must-use (MU). Puoi approfondire l\'argomento <a href=\"%s\" target=\"_blank\">qui</a>.</i></p>',NULL,'',0,'2021-11-04 15:31:16'),(10029,11373,'it',0,NULL,'<p>Ciao %1$s,</p>\n<p>%2$d tentativi di accesso falliti (%3$d blocco/blocchi) dall\'IP <b>%4$s</b><br>\nL\'ultimo utente ha tentato: <b>%5$s</b><br>\nL\'IP è stato bloccato per %6$s</p>\n<p>Questa notifica è stata inviata automaticamente tramite il plugin Limit Login Attempts Reloaded. \n<b>Questo plugin è installato nel tuo sito WordPress %7$s. Accedi alla tua bacheca WordPress per avere maggiori informazioni.</b></p>\n<p>Sei sotto attacco? Prova la nostra <a href=\"%8$s\" target=\"_blank\">protezione avanzata</a>. \nHai domande? Visita la nostra <a href=\"%9$s\" target=\"_blank\">sezione di aiuto</a>.</p>',NULL,'',0,'2021-11-04 15:31:16'),(10030,11374,'it',0,NULL,'<strong>%d</strong> tentativo rimasto.',NULL,'',0,'2021-11-04 15:31:16'),(10031,11375,'it',0,NULL,'<strong>%d</strong> tentativi rimasti.',NULL,'',0,'2021-11-04 15:31:16'),(10032,11376,'it',0,NULL,'<strong>ERRORE</strong>: indirizzo email o password errati.',NULL,'',0,'2021-11-04 15:31:16'),(10033,11377,'it',0,NULL,'<strong>ERRORE</strong>: nome utente o password errati.',NULL,'',0,'2021-11-04 15:31:16'),(10034,11378,'it',0,NULL,'<strong>ERRORE</strong>: troppi tentativi di login non riusciti.',NULL,'',0,'2021-11-04 15:31:16'),(10035,11379,'it',0,NULL,'Una <strong>idea pazza</strong> che volevamo condividere! Che ne diresti se mettessimo una TUA immagine sulla <a href=\"https://wordpress.org/plugins/limit-login-attempts-reloaded/\" target=\"_blank\">pagina LLAR</a>?! (<a href=\"https://wordpress.org/plugins/hello-dolly/\" target=\"_blank\">esempio</a>) Un disegno fatto da te o dal tuo bambino potrebbe far esultare le persone! Inviaci il tuo disegno tramite <a href=\"mailto:wpchef.me@gmail.com\" target=\"_blank\">email</a> e se ci piacerà lo aggiungeremo nel prossimo aggiornamento. Divertiamoci!',NULL,'',0,'2021-11-04 15:31:16'),(10036,11380,'it',0,NULL,'Un forum',NULL,'',0,'2021-11-04 15:31:16'),(10037,11381,'it',0,NULL,'Un sito web che contiene dati sensibili',NULL,'',0,'2021-11-04 15:31:16'),(10038,11382,'it',0,NULL,'Un sito web che è costantemente sotto attacco',NULL,'',0,'2021-11-04 15:31:16'),(10039,11383,'it',0,NULL,'Un sito web con un mucchio di traffico',NULL,'',0,'2021-11-04 15:31:16'),(10040,11384,'it',0,NULL,'Un sito web con centinaia o migliaia di utenti registrati',NULL,'',0,'2021-11-04 15:31:16'),(10041,11385,'it',0,NULL,'Riduci il carico del sito causato dagli attacchi',NULL,'',0,'2021-11-04 15:31:16'),(10042,11386,'it',0,NULL,'Azione',NULL,'',0,'2021-11-04 15:31:16'),(10043,11387,'it',0,NULL,'Azioni',NULL,'',0,'2021-11-04 15:31:16'),(10044,11388,'it',0,NULL,'App attiva',NULL,'',0,'2021-11-04 15:31:16'),(10045,11389,'it',0,NULL,'Blocchi attivi',NULL,'',0,'2021-11-04 15:31:16'),(10046,11390,'it',0,NULL,'Blocchi attivi',NULL,'',0,'2021-11-04 15:31:16'),(10047,11391,'it',0,NULL,'Aggiungi',NULL,'',0,'2021-11-04 15:31:16'),(10048,11392,'it',0,NULL,'Tutti i tentativi bloccati dalle regole di accesso sono nascosti per opzione predefinita. Puoi vedere il log completo a questo link.',NULL,'',0,'2021-11-04 15:31:16'),(10049,11393,'it',0,NULL,'Tutti i tentativi di accesso falliti sono stati neutralizzati nel cloud',NULL,'',0,'2021-11-04 15:31:16'),(10050,11394,'it',0,NULL,'Permetti',NULL,'',0,'2021-11-04 15:31:16'),(10051,11395,'it',0,NULL,'Sebbene raccomandiamo di usare le impostazioni predefinite, puoi guardare un veloce video tutorial se vuoi saperne di più sul plugin e su cosa faccia.',NULL,'',0,'2021-11-04 15:31:16'),(10052,11396,'it',0,NULL,'E molto altro!',NULL,'',0,'2021-11-04 15:31:16'),(10053,11397,'it',0,NULL,'Impostazioni dell\'app',NULL,'',0,'2021-11-04 15:31:16'),(10054,11398,'it',0,NULL,'Come utente gratuito, il tuo server locale sta assorbendo il traffico causato dagli attacchi a forza bruta, che possono rallentare il tuo sito. Aggiorna a premium oggi stesso per far gestire esternamente questi attacchi tramite la nostra cloud app e ridurre gli attacchi futuri con un throttling avanzato.',NULL,'',0,'2021-11-04 15:31:16'),(10055,11399,'it',0,NULL,'Tentativi rimasti',NULL,'',0,'2021-11-04 15:31:16'),(10056,11400,'it',0,NULL,'Backup automatici di tutti i dati',NULL,'',0,'2021-11-04 15:31:16'),(10057,11401,'it',0,NULL,'Blacklist',NULL,'',0,'2021-11-04 15:31:16'),(10058,11402,'it',0,NULL,'Procedendo, dichiari aver compreso e dai il tuo consenso affinché il tuo indirizzo IP e le informazioni del browser potrebbero essere processati dai plugin di sicurezza installati in questo sito.',NULL,'',0,'2021-11-04 15:31:16'),(10059,11403,'it',0,NULL,'Download dei dati degli IP in formato CSV',NULL,'',0,'2021-11-04 15:31:16'),(10060,11404,'it',0,NULL,'Download di tutti i dati degli IP in formato CSV',NULL,'',0,'2021-11-04 15:31:16'),(10061,11405,'it',0,NULL,'Cambia la tua password con qualcosa di più sicuro.',NULL,'',0,'2021-11-04 15:31:16'),(10062,11406,'it',0,NULL,'Pulisci il log',NULL,'',0,'2021-11-04 15:31:16'),(10063,11407,'it',0,NULL,'Registro IP reimpostato',NULL,'',0,'2021-11-04 15:31:16'),(10064,11408,'it',0,NULL,'Blocchi attuali rimossi',NULL,'',0,'2021-11-04 15:31:16'),(10065,11409,'it',0,NULL,'Configurazione',NULL,'',0,'2021-11-04 15:31:16'),(10066,11410,'it',0,NULL,'Collega questo sito',NULL,'',0,'2021-11-04 15:31:16'),(10067,11411,'it',0,NULL,'Copia il contenuto della finestra e giralo al team di supporto.',NULL,'',0,'2021-11-04 15:31:16'),(10068,11412,'it',0,NULL,'Conteggio',NULL,'',0,'2021-11-04 15:31:16'),(10069,11413,'it',0,NULL,'Paese',NULL,'',0,'2021-11-04 15:31:16'),(10070,11414,'it',0,NULL,'Regole di accesso per Paese',NULL,'',0,'2021-11-04 15:31:16'),(10071,11415,'it',0,NULL,'App personalizzata',NULL,'',0,'2021-11-04 15:31:16'),(10072,11416,'it',0,NULL,'Bacheca',NULL,'',0,'2021-11-04 15:31:16'),(10073,11417,'it',0,NULL,'Data',NULL,'',0,'2021-11-04 15:31:16'),(10074,11418,'it',0,NULL,'Debug',NULL,'',0,'2021-11-04 15:31:16'),(10075,11419,'it',0,NULL,'Informazioni di debug',NULL,'',0,'2021-11-04 15:31:16'),(10076,11420,'it',0,NULL,'Nega',NULL,'',0,'2021-11-04 15:31:16'),(10077,11421,'it',0,NULL,'Agenzia digitale',NULL,'',0,'2021-11-04 15:31:16'),(10078,11422,'it',0,NULL,'Non mostrare più',NULL,'',0,'2021-11-04 15:31:16'),(10079,11423,'it',0,NULL,'Non mostrare più questo messaggio',NULL,'',0,'2021-11-04 15:31:16'),(10080,11424,'it',0,NULL,'Un sito web di e-commerce',NULL,'',0,'2021-11-04 15:31:16'),(10081,11425,'it',0,NULL,'Email a',NULL,'',0,'2021-11-04 15:31:16'),(10082,11426,'it',0,NULL,'Log degli eventi',NULL,'',0,'2021-11-04 15:31:16'),(10083,11427,'it',0,NULL,'Scade in (minuti)',NULL,'',0,'2021-11-04 15:31:16'),(10084,11428,'it',0,NULL,'Tentativi di accesso falliti',NULL,'',0,'2021-11-04 15:31:16'),(10085,11429,'it',0,NULL,'Tentativi di accesso falliti per Paese',NULL,'',0,'2021-11-04 15:31:16'),(10086,11430,'it',0,NULL,'Tentativi di accesso falliti oggi',NULL,'',0,'2021-11-04 15:31:16'),(10087,11431,'it',0,NULL,'Failover',NULL,'',0,'2021-11-04 15:31:16'),(10088,11432,'it',0,NULL,'Accedi alla documentazione e trova l\'aiuto che cerchi',NULL,'',0,'2021-11-04 15:31:16'),(10089,11433,'it',0,NULL,'Log completi',NULL,'',0,'2021-11-04 15:31:16'),(10090,11434,'it',0,NULL,'Conformità al GDPR',NULL,'',0,'2021-11-04 15:31:16'),(10091,11435,'it',0,NULL,'Messaggio GDPR',NULL,'',0,'2021-11-04 15:31:16'),(10092,11436,'it',0,NULL,'Gateway',NULL,'',0,'2021-11-04 15:31:16'),(10093,11437,'it',0,NULL,'Impostazioni generali',NULL,'',0,'2021-11-04 15:31:16'),(10094,11438,'it',0,NULL,'Ottieni la protezione avanzata <a href=\"#\" class=\"llar-upgrade-to-cloud\">aggiornando alla nostra Cloud App.</a>',NULL,'',0,'2021-11-04 15:31:16'),(10095,11439,'it',0,NULL,'Ottieni il supporto premium',NULL,'',0,'2021-11-04 15:31:16'),(10096,11440,'it',0,NULL,'Le tue domande tecniche ricevono risposte dai nostri esperti',NULL,'',0,'2021-11-04 15:31:16'),(10097,11441,'it',0,NULL,'Rete globale (utenti premium)',NULL,'',0,'2021-11-04 15:31:16'),(10098,11442,'it',0,NULL,'Opzioni globali',NULL,'',0,'2021-11-04 15:31:16'),(10099,11443,'it',0,NULL,'Aiuto',NULL,'',0,'2021-11-04 15:31:16'),(10100,11444,'it',0,NULL,'Ciao utente di <strong>Limit Login Attempts Reloaded</strong>!',NULL,'',0,'2021-11-04 15:31:16'),(10101,11445,'it',0,NULL,'Ottimo! Nessun tentativo di accesso fallito oggi',NULL,'',0,'2021-11-04 15:31:16'),(10102,11446,'it',0,NULL,'IP',NULL,'',0,'2021-11-04 15:31:16'),(10103,11447,'it',0,NULL,'Regole di accesso IP',NULL,'',0,'2021-11-04 15:31:16'),(10104,11448,'it',0,NULL,'Se disabilitato, le impostazioni globali saranno applicate forzatamente all\'intero network.',NULL,'',0,'2021-11-04 15:31:16'),(10105,11449,'it',0,NULL,'Se hai ulteriori domande, dai un\'occhiata alla <a href=\"%s\" target=\"_blank\">sezione di aiuto</a> nel nostro sito.',NULL,'',0,'2021-11-04 15:31:16'),(10106,11450,'it',0,NULL,'Blocco e sblocco intelligente degli IP',NULL,'',0,'2021-11-04 15:31:16'),(10107,11451,'it',0,NULL,'IP',NULL,'',0,'2021-11-04 15:31:16'),(10108,11452,'it',0,NULL,'Approfondisci',NULL,'',0,'2021-11-04 15:31:16'),(10109,11453,'it',0,NULL,'Lascia una recensione',NULL,'',0,'2021-11-04 15:31:16'),(10110,11454,'it',0,NULL,'Consenti ai siti del network di usare le proprie impostazioni',NULL,'',0,'2021-11-04 15:31:16'),(10111,11455,'it',0,NULL,'Limit Login Attempts Reloaded',NULL,'',0,'2021-11-04 15:31:16'),(10112,11456,'it',0,NULL,'Bacheca di Limit Login Attempts Reloaded',NULL,'',0,'2021-11-04 15:31:16'),(10113,11457,'it',0,NULL,'Limita il numero di tentativi di accesso per ogni indirizzo IP.',NULL,'',0,'2021-11-04 15:31:16'),(10114,11458,'it',0,NULL,'Locale',NULL,'',0,'2021-11-04 15:31:16'),(10115,11459,'it',0,NULL,'App locale',NULL,'',0,'2021-11-04 15:31:16'),(10116,11460,'it',0,NULL,'Blocco',NULL,'',0,'2021-11-04 15:31:16'),(10117,11461,'it',0,NULL,'Durata del blocco',NULL,'',0,'2021-11-04 15:31:16'),(10118,11462,'it',0,NULL,'Log dei blocchi',NULL,'',0,'2021-11-04 15:31:16'),(10119,11463,'it',0,NULL,'Blocco e throttling degli IP',NULL,'',0,'2021-11-04 15:31:16'),(10120,11464,'it',0,NULL,'I blocchi possono essere condivisi tra più domini',NULL,'',0,'2021-11-04 15:31:16'),(10121,11465,'it',0,NULL,'Accesso',NULL,'',0,'2021-11-04 15:31:16'),(10122,11466,'it',0,NULL,'Regole di accesso',NULL,'',0,'2021-11-04 15:31:16'),(10123,11467,'it',0,NULL,'Log',NULL,'',0,'2021-11-04 15:31:16'),(10124,11468,'it',0,NULL,'Blocchi che durano più a lungo ogni volta che un malintenzionato o un bot tenta di accedere senza successo',NULL,'',0,'2021-11-04 15:31:16'),(10125,11469,'it',0,NULL,'Cerchi protezione avanzata? <a href=\"%s\" target=\"_blank\">Prova il nostro servizio premium</a> per soli $ 4,99 al mese!',NULL,'',0,'2021-11-04 15:31:16'),(10126,11470,'it',0,NULL,'Assicurati che WordPress e tutti i tuoi plugin siano aggiornati.',NULL,'',0,'2021-11-04 15:31:16'),(10127,11471,'it',0,NULL,'Tante opzioni come notifiche, avvisi, status premium e altro.',NULL,'',0,'2021-11-04 15:31:16'),(10128,11472,'it',0,NULL,'Forse più tardi',NULL,'',0,'2021-11-04 15:31:16'),(10129,11473,'it',0,NULL,'Nel frattempo, l\'app torna alla <a href=\"%s\">funzionalità predefinita</a>.',NULL,'',0,'2021-11-04 15:31:16'),(10130,11474,'it',0,NULL,'Aumenta la tua protezione aggiungendo più domini',NULL,'',0,'2021-11-04 15:31:16'),(10131,11475,'it',0,NULL,'Ancora nessun evento.',NULL,'',0,'2021-11-04 15:31:16'),(10132,11476,'it',0,NULL,'Ancora nessun blocco',NULL,'',0,'2021-11-04 15:31:16'),(10133,11477,'it',0,NULL,'Ancora nessun blocco.',NULL,'',0,'2021-11-04 15:31:16'),(10134,11478,'it',0,NULL,'Ancora nessuna regola.',NULL,'',0,'2021-11-04 15:31:16'),(10135,11479,'it',0,NULL,'Notifiche',NULL,'',0,'2021-11-04 15:31:16'),(10136,11480,'it',0,NULL,'Notifica al blocco',NULL,'',0,'2021-11-04 15:31:16'),(10137,11481,'it',0,NULL,'Un IP o un intervallo di IP (1.2.3.4-5.6.7.8) per riga',NULL,'',0,'2021-11-04 15:31:16'),(10138,11482,'it',0,NULL,'Un nome utente per riga',NULL,'',0,'2021-11-04 15:31:16'),(10139,11483,'it',0,NULL,'Paga soltanto $7.99/m per dominio - Annulla quando vuoi',NULL,'',0,'2021-11-04 15:31:16'),(10140,11484,'it',0,NULL,'Ottimizza la performance del sito reindirizzando gli accessi dannosi',NULL,'',0,'2021-11-04 15:31:16'),(10141,11485,'it',0,NULL,'Passa',NULL,'',0,'2021-11-04 15:31:16'),(10142,11486,'it',0,NULL,'Modello',NULL,'',0,'2021-11-04 15:31:16'),(10143,11487,'it',0,NULL,'Ottimizzatore della performance',NULL,'',0,'2021-11-04 15:31:16'),(10144,11488,'it',0,NULL,'Specifica il codice di setup',NULL,'',0,'2021-11-04 15:31:16'),(10145,11489,'it',0,NULL,'Riprova tra %d ora.',NULL,'',0,'2021-11-04 15:31:16'),(10146,11490,'it',0,NULL,'Riprova tra %d ore.',NULL,'',0,'2021-11-04 15:31:16'),(10147,11491,'it',0,NULL,'Riprova tra %d minuto.',NULL,'',0,'2021-11-04 15:31:16'),(10148,11492,'it',0,NULL,'Riprova tra %d minuti.',NULL,'',0,'2021-11-04 15:31:16'),(10149,11493,'it',0,NULL,'Riprova più tardi.',NULL,'',0,'2021-11-04 15:31:16'),(10150,11494,'it',0,NULL,'Protezione premium disabilitata',NULL,'',0,'2021-11-04 15:31:16'),(10151,11495,'it',0,NULL,'Supporto Premium',NULL,'',0,'2021-11-04 15:31:16'),(10152,11496,'it',0,NULL,'Forum di supporto premium',NULL,'',0,'2021-11-04 15:31:16'),(10153,11497,'it',0,NULL,'Proteggi da futuri attacchi permettendo o negando IP',NULL,'',0,'2021-11-04 15:31:16'),(10154,11498,'it',0,NULL,'Domande? Scrivici un\'email a <a href=\"mailto:sales@limitloginattempts.com\">sales@limitloginattempts.com</a>',NULL,'',0,'2021-11-04 15:31:16'),(10155,11499,'it',0,NULL,'Motivo',NULL,'',0,'2021-11-04 15:31:16'),(10156,11500,'it',0,NULL,'Ricevi avvisi via email quando il tuo sito è sotto attacco',NULL,'',0,'2021-11-04 15:31:16'),(10157,11501,'it',0,NULL,'Ottieni log migliorati e metriche visive quando <a href=\"%s\" target=\"_blank\">aggiorni alla nostra Cloud App</a>',NULL,'',0,'2021-11-04 15:31:16'),(10158,11502,'it',0,NULL,'Backup costanti di tutti i dati nel cloud',NULL,'',0,'2021-11-04 15:31:16'),(10159,11503,'it',0,NULL,'Ricordamelo fra un mese',NULL,'',0,'2021-11-04 15:31:16'),(10160,11504,'it',0,NULL,'Richieste',NULL,'',0,'2021-11-04 15:31:16'),(10161,11505,'it',0,NULL,'Reimposta il contatore',NULL,'',0,'2021-11-04 15:31:16'),(10162,11506,'it',0,NULL,'Conteggio dei blocchi reimpostato',NULL,'',0,'2021-11-04 15:31:16'),(10163,11507,'it',0,NULL,'Ripristina i blocchi',NULL,'',0,'2021-11-04 15:31:16'),(10164,11508,'it',0,NULL,'Regola',NULL,'',0,'2021-11-04 15:31:16'),(10165,11509,'it',0,NULL,'Avvia backup automatici di access control list, blocchi e log.',NULL,'',0,'2021-11-04 15:31:16'),(10166,11510,'it',0,NULL,'Safelist',NULL,'',0,'2021-11-04 15:31:16'),(10167,11511,'it',0,NULL,'Le safelist e le blacklist possono essere condivise tra più domini',NULL,'',0,'2021-11-04 15:31:16'),(10168,11512,'it',0,NULL,'Salva le impostazioni',NULL,'',0,'2021-11-04 15:31:16'),(10169,11513,'it',0,NULL,'Impostazioni',NULL,'',0,'2021-11-04 15:31:16'),(10170,11514,'it',0,NULL,'Impostazioni salvate.',NULL,'',0,'2021-11-04 15:31:16'),(10171,11515,'it',0,NULL,'Codice di setup',NULL,'',0,'2021-11-04 15:31:16'),(10172,11516,'it',0,NULL,'Mostra la voce nel menu principale',NULL,'',0,'2021-11-04 15:31:16'),(10173,11517,'it',0,NULL,'Amministratore di sito con molti domini',NULL,'',0,'2021-11-04 15:31:16'),(10174,11518,'it',0,NULL,'Specifica le origini di cui ti fidi in ordine di priorità, separate da virgole. Ti consigliamo vivamente di <b>non</b> utilizzare altro fuorché REMOTE_ADDR poiché altre origini possono essere facilmente simulate. Esempi: HTTP_X_FORWARDED_FOR, HTTP_CF_CONNECTING_IP, HTTP_X_SUCURI_CLIENTIP',NULL,'',0,'2021-11-04 15:31:16'),(10175,11519,'it',0,NULL,'Statistiche',NULL,'',0,'2021-11-04 15:31:16'),(10176,11520,'it',0,NULL,'Invia',NULL,'',0,'2021-11-04 15:31:16'),(10177,11521,'it',0,NULL,'Sincronizza le liste di permetti/nega/passa tra domini multipli',NULL,'',0,'2021-11-04 15:31:16'),(10178,11522,'it',0,NULL,'Sincronizza i dati di blocco attraverso una rete di siti',NULL,'',0,'2021-11-04 15:31:16'),(10179,11523,'it',0,NULL,'Blocchi sincronizzati',NULL,'',0,'2021-11-04 15:31:16'),(10180,11524,'it',0,NULL,'Safelist e blacklist sincronizzate',NULL,'',0,'2021-11-04 15:31:16'),(10181,11525,'it',0,NULL,'Grazie per aver scelto Limit Login Attempts Reloaded. Un plugin semplice ma potente per il blocco dei bot e per tenere al sicuro la tua pagina di accesso.',NULL,'',0,'2021-11-04 15:31:16'),(10182,11526,'it',0,NULL,'Stai usando la versione gratuita di <b>Limit Login Attempts Reloaded</b>, grazie! <a href=\"%s\" target=\"_blank\">Aggiorna alla nostra Cloud App</a> per protezione migliorata, metriche visive e supporto premium.',NULL,'',0,'2021-11-04 15:31:16'),(10183,11527,'it',0,NULL,'Il \"',NULL,'',0,'2021-11-04 15:31:16'),(10184,11528,'it',0,NULL,'Le app assorbono i principali carichi causati dagli attacchi di forza bruta, analizzano i tentativi di accesso e bloccano i visitatori indesiderati. Potrebbero fornire anche altre funzioni di servizio.',NULL,'',0,'2021-11-04 15:31:16'),(10185,11529,'it',0,NULL,'L\'app è stata importata con successo.',NULL,'',0,'2021-11-04 15:31:16'),(10186,11530,'it',0,NULL,'L\'endpoint non risponde. Contatta il provider della tua app per risolvere.',NULL,'',0,'2021-11-04 15:31:16'),(10187,11531,'it',0,NULL,'Queste impostazioni sono indipendenti dalle app (vedi sotto).',NULL,'',0,'2021-11-04 15:31:16'),(10188,11532,'it',0,NULL,'Ora',NULL,'',0,'2021-11-04 15:31:16'),(10189,11533,'it',0,NULL,'Strumenti',NULL,'',0,'2021-11-04 15:31:16'),(10190,11534,'it',0,NULL,'Tentativi totali',NULL,'',0,'2021-11-04 15:31:16'),(10191,11535,'it',0,NULL,'Tentativi totali di accesso falliti',NULL,'',0,'2021-11-04 15:31:16'),(10192,11536,'it',0,NULL,'Blocchi totali',NULL,'',0,'2021-11-04 15:31:16'),(10193,11537,'it',0,NULL,'Ha cercato di accedere come',NULL,'',0,'2021-11-04 15:31:16'),(10194,11538,'it',0,NULL,'Origini IP affidabili',NULL,'',0,'2021-11-04 15:31:16'),(10195,11539,'it',0,NULL,'Aggiorna ora',NULL,'',0,'2021-11-04 15:31:16'),(10196,11540,'it',0,NULL,'Aggiorna a premium',NULL,'',0,'2021-11-04 15:31:16'),(10197,11541,'it',0,NULL,'Usa le impostazioni globali',NULL,'',0,'2021-11-04 15:31:16'),(10198,11542,'it',0,NULL,'Usa tecnologia intelligente di blocco/sblocco IP',NULL,'',0,'2021-11-04 15:31:16'),(10199,11543,'it',0,NULL,'Usa la <a href=\"%s\" target=\"_blank\">app premium</a> che offriamo oppure segui le istruzioni su <a href=\"%s\" target=\"_blank\">come</a> creare quella tua.',NULL,'',0,'2021-11-04 15:31:16'),(10200,11544,'it',0,NULL,'Guarda i log dei blocchi, i nomi utente o gli IP bloccati o in whitelist e molto altro.',NULL,'',0,'2021-11-04 15:31:16'),(10201,11545,'it',0,NULL,'Guarda chi sta tentando di accedere al tuo sito',NULL,'',0,'2021-11-04 15:31:16'),(10202,11546,'it',0,NULL,'Errore WC',NULL,'',0,'2021-11-04 15:31:16'),(10203,11547,'it',0,NULL,'Attenzione: più di 100 tentativi di accesso falliti oggi',NULL,'',0,'2021-11-04 15:31:16'),(10204,11548,'it',0,NULL,'Assorbiamo fino a 100k tentativi di accessi (al mese) per far avere al tuo sito un\'ottima performance',NULL,'',0,'2021-11-04 15:31:16'),(10205,11549,'it',0,NULL,'Raccomandiamo fortemente l\'aggiornamento se tu sei un...',NULL,'',0,'2021-11-04 15:31:16'),(10206,11550,'it',0,NULL,'Ci assicuriamo che i legittimi IP siano consentiti automaticamente',NULL,'',0,'2021-11-04 15:31:16'),(10207,11551,'it',0,NULL,'Ci farebbe veramente piacere sentire il tuo feedback sul nostro plugin! Prenditi un paio di minuti per scrivere qualcosa <a href=\"https://wordpress.org/support/plugin/limit-login-attempts-reloaded/reviews/#new-post\" target=\"_blank\">here</a>. Grazie!',NULL,'',0,'2021-11-04 15:31:16'),(10208,11552,'it',0,NULL,'Benvenuto in Limit Login Attempts Reloaded',NULL,'',0,'2021-11-04 15:31:16'),(10209,11553,'it',0,NULL,'Quando fai l\'aggiornamento a premium, puoi sincronizzare le tue safelist e blacklist tra più siti. Un ottimo modo per migliorare le performance della tua rete e ridurre gli attacchi futuri.',NULL,'',0,'2021-11-04 15:31:16'),(10210,11554,'it',0,NULL,'Perché usare la nostra Premium Cloud App?',NULL,'',0,'2021-11-04 15:31:16'),(10211,11555,'it',0,NULL,'Con questo plugin puoi...',NULL,'',0,'2021-11-04 15:31:16'),(10212,11556,'it',0,NULL,'Sì, abilita le notifiche via email',NULL,'',0,'2021-11-04 15:31:16'),(10213,11557,'it',0,NULL,'Puoi usare qui uno shortcode per inserire link, per esempio, un link alla tua pagina della Privacy Policy. <br>Lo shortcode è: [llar-link url=\"https://example.com\" text=\"Privacy Policy\"]',NULL,'',0,'2021-11-04 15:31:16'),(10214,11558,'it',0,NULL,'Hai aggiornato all\'ultima versione di <strong>Limit Login Attempts Reloaded</strong>.<br>A motivo delle crescenti minacce alla sicurezza intorno alle festività, ti raccomandiamo di abilitare le notifiche via email quando c\'è un tentativo di accesso fallito.',NULL,'',0,'2021-11-04 15:31:16'),(10215,11559,'it',0,NULL,'Sembra che il tuo sito sia sotto un attacco a forza bruta',NULL,'',0,'2021-11-04 15:31:16'),(10216,11560,'it',0,NULL,'Il tuo sito potrebbe essere stato preso di mira da malintenzionati',NULL,'',0,'2021-11-04 15:31:16'),(10217,11561,'it',0,NULL,'[%s] tentativo di accesso a WordPress fallito dall\'IP %s',NULL,'',0,'2021-11-04 15:31:16'),(10218,11562,'it',0,NULL,'dopo',NULL,'',0,'2021-11-04 15:31:16'),(10219,11563,'it',0,NULL,'tentativi consentiti',NULL,'',0,'2021-11-04 15:31:16'),(10220,11564,'it',0,NULL,'ore',NULL,'',0,'2021-11-04 15:31:16'),(10221,11565,'it',0,NULL,'ore prima della reimpostazione dei tentativi',NULL,'',0,'2021-11-04 15:31:16'),(10222,11566,'it',0,NULL,'https://www.limitloginattempts.com/',NULL,'',0,'2021-11-04 15:31:16'),(10223,11567,'it',0,NULL,'blocchi',NULL,'',0,'2021-11-04 15:31:16'),(10224,11568,'it',0,NULL,'blocchi aumentano il tempo di blocco a',NULL,'',0,'2021-11-04 15:31:16'),(10225,11569,'it',0,NULL,'minuti di blocco',NULL,'',0,'2021-11-04 15:31:16'),(10226,11570,'it',0,NULL,'questi Paesi:',NULL,'',0,'2021-11-04 15:31:16'),(10227,11571,'it',0,NULL,'ciò rende il plugin conforme al <a href=\"https://gdpr-info.eu/\" target=\"_blank\">GDPR</a> mostrando un messaggio nella pagina di login. <a href=\"https://www.limitloginattempts.com/gdpr-qa/?from=plugin-settings-gdpr\" target=\"_blank\">Per saperne di più</a>',NULL,'',0,'2021-11-04 15:31:16'),(10228,11572,'it',0,NULL,'oggi',NULL,'',0,'2021-11-04 15:31:16'),(10229,11574,'it',0,NULL,'\"*\" - L\'autenticazione a due fattori sarà abilitata per tutti i ruoli utente.',NULL,'',0,'2022-04-27 08:04:06'),(10230,11575,'it',0,NULL,'\"Approvazione dell\'amministratore\" per il ruolo utente:',NULL,'',0,'2022-04-27 08:04:06'),(10231,11576,'it',0,NULL,'\"Editor dei ruoli\" attivato:',NULL,'',0,'2022-04-27 08:04:06'),(10232,11577,'it',0,NULL,'%s',NULL,'',0,'2022-04-27 08:04:06'),(10233,11578,'it',0,NULL,'&hellip;',NULL,'',0,'2022-04-27 08:04:06'),(10234,11579,'it',0,NULL,'(es. CLPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)',NULL,'',0,'2022-04-27 08:04:06'),(10235,11580,'it',0,NULL,'%s elementi',NULL,'',0,'2022-04-27 08:04:06'),(10236,11581,'it',0,NULL,'<h2>Importa i campi BuddyPress in Profile Builder</h2>',NULL,'',0,'2022-04-27 08:04:06'),(10237,11582,'it',0,NULL,'<h3>Benvenuto su {{site_name}}!</h3>\n<p>Il tuo nome utente è: {{username}}</p>\n',NULL,'',0,'2022-04-27 08:04:06'),(10238,11583,'it',0,NULL,'<h3>Benvenuto su {{site_name}}!</h3>\n<p>Il tuo nome utente è: {{username}}</p>\n<p>Prima di poter accedere al tuo account, un amministratore deve approvarlo. Sarai avvisato via email.</p>\n',NULL,'',0,'2022-04-27 08:04:06'),(10239,11584,'it',0,NULL,'<p>Nuovo iscritto su {{site_name}}.</p>\n<p>Nome utente:{{username}}</p>\n<p>Email:{{user_email}}</p>\n',NULL,'',0,'2022-04-27 08:04:06'),(10240,11585,'it',0,NULL,'<p>Per attivare il tuo utente fai clic sul link seguente:<br/>\n{{{activation_link}}}</p>\n<p>Una volta attivato riceverai un\'altra email con le tue credenziali.</p>\n',NULL,'',0,'2022-04-27 08:04:06'),(10241,11586,'it',0,NULL,'<p>Hai reimpostato correttamente la tua password.</p>\n',NULL,'',0,'2022-04-27 08:04:06'),(10242,11587,'it',0,NULL,'<strong>ERRORE</strong>: devi confermare il tuo indirizzo email prima di poter accedere.',NULL,'',0,'2022-04-27 08:04:06'),(10243,11588,'it',0,NULL,'Gestione account',NULL,'',0,'2022-04-27 08:04:06'),(10244,11589,'it',0,NULL,'Email di attivazione inviata a %s',NULL,'',0,'2022-04-27 08:04:06'),(10245,11590,'it',0,NULL,'Aggiungi capacità',NULL,'',0,'2022-04-27 08:04:06'),(10246,11591,'it',0,NULL,'Aggiungi nuovo ruolo',NULL,'',0,'2022-04-27 08:04:06'),(10247,11592,'it',0,NULL,'Aggiungi un messaggio o un template personalizzato.',NULL,'',0,'2022-04-27 08:04:06'),(10248,11593,'it',0,NULL,'Aggiungi una nuova capacità',NULL,'',0,'2022-04-27 08:04:06'),(10249,8732,'it',0,NULL,'Aggiungi un numero da 0 a 19. Più alto è il numero, maggiore è lo zoom.',NULL,'',0,'2022-04-27 08:04:06'),(10250,8736,'it',0,NULL,'Aggiungi il tuo contenuto HTML (o testo).',NULL,'',0,'2022-04-27 08:04:06'),(10251,11594,'it',0,NULL,'Aggiungi, rimuovi, clona e modifica ruoli e anche capacità per questi ruoli.',NULL,'',0,'2022-04-27 08:04:06'),(10252,11595,'it',0,NULL,'Add-on',NULL,'',0,'2022-04-27 08:04:06'),(10253,11596,'it',0,NULL,'Indirizzo',NULL,'',0,'2022-04-27 08:04:06'),(10254,11597,'it',0,NULL,'Amministratore',NULL,'',0,'2022-04-27 08:04:06'),(10255,11598,'it',0,NULL,'Avanzato',NULL,'',0,'2022-04-27 08:04:06'),(10256,11599,'it',0,NULL,'Add-on avanzati',NULL,'',0,'2022-04-27 08:04:06'),(10257,11600,'it',0,NULL,'Impostazioni avanzate',NULL,'',0,'2022-04-27 08:04:06'),(10258,11601,'it',0,NULL,'Campi interessati:',NULL,'',0,'2022-04-27 08:04:06'),(10259,8590,'it',0,NULL,'Afghani',NULL,'',0,'2022-04-27 08:04:06'),(10260,8589,'it',0,NULL,'Lek albanese',NULL,'',0,'2022-04-27 08:04:06'),(10261,11602,'it',0,NULL,'Tutti',NULL,'',0,'2022-04-27 08:04:06'),(10262,11603,'it',0,NULL,'Tutti i membri',NULL,'',0,'2022-04-27 08:04:06'),(10263,11604,'it',0,NULL,'Permetti',NULL,'',0,'2022-04-27 08:04:06'),(10264,11605,'it',0,NULL,'Consenti ai membri di sovrascrivere',NULL,'',0,'2022-04-27 08:04:06'),(10265,11606,'it',0,NULL,'Consenti solo agli utenti disconnessi di vedere questo contenuto.',NULL,'',0,'2022-04-27 08:04:06'),(10266,11607,'it',0,NULL,'Permetti agli utenti di recuperare la propria password nel front-end utilizzando %s.',NULL,'',0,'2022-04-27 08:04:06'),(10267,8720,'it',0,NULL,'Valori consentiti',NULL,'',0,'2022-04-27 08:04:06'),(10268,11608,'it',0,NULL,'Pagine consentite',NULL,'',0,'2022-04-27 08:04:06'),(10269,11609,'it',0,NULL,'Percorsi permessi',NULL,'',0,'2022-04-27 08:04:06'),(10270,11610,'it',0,NULL,'Si è verificato un errore. Riprova più tardi.',NULL,'',0,'2022-04-27 08:04:06'),(10271,11611,'it',0,NULL,'Aspetto',NULL,'',0,'2022-04-27 08:04:06'),(10272,11612,'it',0,NULL,'Impostazioni di aspetto',NULL,'',0,'2022-04-27 08:04:06'),(10273,11613,'it',0,NULL,'URL di approvazione',NULL,'',0,'2022-04-27 08:04:06'),(10274,11614,'it',0,NULL,'Approva tutti',NULL,'',0,'2022-04-27 08:04:06'),(10275,11615,'it',0,NULL,'Campi approvati',NULL,'',0,'2022-04-27 08:04:06'),(10276,8591,'it',0,NULL,'Peso argentino',NULL,'',0,'2022-04-27 08:04:06'),(10277,11616,'it',0,NULL,'Fiorino di Aruba',NULL,'',0,'2022-04-27 08:04:06'),(10278,8415,'it',0,NULL,'Crescente',NULL,'',0,'2022-04-27 08:04:06'),(10279,11617,'it',0,NULL,'Ruolo assegnato',NULL,'',0,'2022-04-27 08:04:06'),(10280,8593,'it',0,NULL,'Dollaro australiano',NULL,'',0,'2022-04-27 08:04:06'),(10281,8405,'it',0,NULL,'Archivio autore ( http://sitename.com/author/admin )',NULL,'',0,'2022-04-27 08:04:06'),(10282,11618,'it',0,NULL,'Genera automaticamente password per gli utenti',NULL,'',0,'2022-04-27 08:04:06'),(10283,8594,'it',0,NULL,'Manat azero',NULL,'',0,'2022-04-27 08:04:06'),(10284,11619,'it',0,NULL,'Torna alla pagina delle impostazioni di BuddyPress',NULL,'',0,'2022-04-27 08:04:06'),(10285,11620,'it',0,NULL,'Sfondo',NULL,'',0,'2022-04-27 08:04:06'),(10286,8595,'it',0,NULL,'Dollaro delle Bahamas',NULL,'',0,'2022-04-27 08:04:06'),(10287,11621,'it',0,NULL,'Vieta l\'uso di determinate parole nei campi',NULL,'',0,'2022-04-27 08:04:06'),(10288,8597,'it',0,NULL,'Taka bengalese',NULL,'',0,'2022-04-27 08:04:06'),(10289,11622,'it',0,NULL,'Parole vietate:',NULL,'',0,'2022-04-27 08:04:06'),(10290,8596,'it',0,NULL,'Dollaro delle Barbados',NULL,'',0,'2022-04-27 08:04:06'),(10291,11623,'it',0,NULL,'Moduli di registrazione completamente personalizzabili utilizzando lo shortcode %s.',NULL,'',0,'2022-04-27 08:04:06'),(10292,8423,'it',0,NULL,'Comportamento',NULL,'',0,'2022-04-27 08:04:06'),(10293,8598,'it',0,NULL,'Rublo bielorusso',NULL,'',0,'2022-04-27 08:04:06'),(10294,8599,'it',0,NULL,'Dollaro del Belize',NULL,'',0,'2022-04-27 08:04:06'),(10295,8600,'it',0,NULL,'Dollaro delle Isole Bermuda',NULL,'',0,'2022-04-27 08:04:06'),(10296,11624,'it',0,NULL,'Fatturazione',NULL,'',0,'2022-04-27 08:04:06'),(10297,11625,'it',0,NULL,'Indirizzo di fatturazione',NULL,'',0,'2022-04-27 08:04:06'),(10298,11626,'it',0,NULL,'Informazioni biografiche:',NULL,'',0,'2022-04-27 08:04:06'),(10299,8601,'it',0,NULL,'Boliviano',NULL,'',0,'2022-04-27 08:04:06'),(10300,11627,'it',0,NULL,'Bordo',NULL,'',0,'2022-04-27 08:04:06'),(10301,8602,'it',0,NULL,'Marco convertibile bosniaco',NULL,'',0,'2022-04-27 08:04:06'),(10302,8603,'it',0,NULL,'Pula del Botswana',NULL,'',0,'2022-04-27 08:04:06'),(10303,8605,'it',0,NULL,'Real brasiliano',NULL,'',0,'2022-04-27 08:04:06'),(10304,8606,'it',0,NULL,'Dollaro del Brunei Darussalam',NULL,'',0,'2022-04-27 08:04:06'),(10305,11628,'it',0,NULL,'BuddyPress',NULL,'',0,'2022-04-27 08:04:06'),(10306,11629,'it',0,NULL,'Avatar BuddyPress',NULL,'',0,'2022-04-27 08:04:06'),(10307,11630,'it',0,NULL,'Integrazione BuddyPress',NULL,'',0,'2022-04-27 08:04:06'),(10308,11631,'it',0,NULL,'BuddyPress non è installato e attivo. Importazione interrotta!',NULL,'',0,'2022-04-27 08:04:06'),(10309,8604,'it',0,NULL,'Lev bulgaro',NULL,'',0,'2022-04-27 08:04:06'),(10310,11632,'it',0,NULL,'Posizione pulsanti',NULL,'',0,'2022-04-27 08:04:06'),(10311,11633,'it',0,NULL,'Stile pulsanti',NULL,'',0,'2022-04-27 08:04:06'),(10312,11634,'it',0,NULL,'Classe CSS',NULL,'',0,'2022-04-27 08:04:06'),(10313,8607,'it',0,NULL,'Riel cambogiano',NULL,'',0,'2022-04-27 08:04:06'),(10314,8608,'it',0,NULL,'Dollaro canadese',NULL,'',0,'2022-04-27 08:04:06'),(10315,11635,'it',0,NULL,'Annulla la richiesta',NULL,'',0,'2022-04-27 08:04:06'),(10316,11636,'it',0,NULL,'Capacità',NULL,'',0,'2022-04-27 08:04:06'),(10317,8609,'it',0,NULL,'Dollaro delle Isole Cayman',NULL,'',0,'2022-04-27 08:04:06'),(10318,11637,'it',0,NULL,'Cambia',NULL,'',0,'2022-04-27 08:04:06'),(10319,11638,'it',0,NULL,'Cambia predefinito',NULL,'',0,'2022-04-27 08:04:06'),(10320,11639,'it',0,NULL,'Notifica di richiesta di modifica dell\'indirizzo email',NULL,'',0,'2022-04-27 08:04:06'),(10321,11640,'it',0,NULL,'Controlla la tua email per il link di conferma.',NULL,'',0,'2022-04-27 08:04:06'),(10322,11641,'it',0,NULL,'Selezionata per impostazione predefinita',NULL,'',0,'2022-04-27 08:04:06'),(10323,11642,'it',0,NULL,'Selezionando un ruolo utente, questo %s sarà visualizzato solo dagli utenti che hanno quel ruolo assegnato.',NULL,'',0,'2022-04-27 08:04:06'),(10324,11643,'it',0,NULL,'Selezionando solo \"Utenti connessi\" verrà visualizzato questo %s a tutti gli utenti connessi, indipendentemente dal ruolo dell\'utente.',NULL,'',0,'2022-04-27 08:04:06'),(10325,8610,'it',0,NULL,'Peso cileno',NULL,'',0,'2022-04-27 08:04:06'),(10326,8611,'it',0,NULL,'Renminbi cinese',NULL,'',0,'2022-04-27 08:04:06'),(10327,11644,'it',0,NULL,'Scegli o digita un\'opzione...',NULL,'',0,'2022-04-27 08:04:06'),(10328,11645,'it',0,NULL,'Clona',NULL,'',0,'2022-04-27 08:04:06'),(10329,11646,'it',0,NULL,'Chiudi',NULL,'',0,'2022-04-27 08:04:06'),(10330,8612,'it',0,NULL,'Peso colombiano',NULL,'',0,'2022-04-27 08:04:06'),(10331,11647,'it',0,NULL,'Colore',NULL,'',0,'2022-04-27 08:04:06'),(10332,11648,'it',0,NULL,'I commenti non sono permessi per il tuo ruolo utente.',NULL,'',0,'2022-04-27 08:04:06'),(10333,11649,'it',0,NULL,'Preferenze di comunicazione',NULL,'',0,'2022-04-27 08:04:06'),(10334,8751,'it',0,NULL,'Logica condizionale',NULL,'',0,'2022-04-27 08:04:06'),(10335,8752,'it',0,NULL,'Regole condizionali',NULL,'',0,'2022-04-27 08:04:06'),(10336,11650,'it',0,NULL,'Limitazione dei contenuti',NULL,'',0,'2022-04-27 08:04:06'),(10337,11651,'it',0,NULL,'Tipo di contenuto',NULL,'',0,'2022-04-27 08:04:06'),(10338,11652,'it',0,NULL,'Continua',NULL,'',0,'2022-04-27 08:04:06'),(10339,8613,'it',0,NULL,'Colón costaricano',NULL,'',0,'2022-04-27 08:04:06'),(10340,11653,'it',0,NULL,'Impossibile installare il plugin. Riprova o <a href=\"%s\" target=\"_blank\">installa manualmente</a>.',NULL,'',0,'2022-04-27 08:04:06'),(10341,11654,'it',0,NULL,'Cozmoslabs',NULL,'',0,'2022-04-27 08:04:06'),(10342,8614,'it',0,NULL,'Kuna croata',NULL,'',0,'2022-04-27 08:04:06'),(10343,8615,'it',0,NULL,'Peso cubano',NULL,'',0,'2022-04-27 08:04:06'),(10344,11655,'it',0,NULL,'Seleziona valuta',NULL,'',0,'2022-04-27 08:04:06'),(10345,11656,'it',0,NULL,'Pagina corrente',NULL,'',0,'2022-04-27 08:04:06'),(10346,11657,'it',0,NULL,'Campo personalizzato eliminato.',NULL,'',0,'2022-04-27 08:04:06'),(10347,11658,'it',0,NULL,'Campo personalizzato aggiornato.',NULL,'',0,'2022-04-27 08:04:06'),(10348,8616,'it',0,NULL,'Corona ceca',NULL,'',0,'2022-04-27 08:04:06'),(10349,11659,'it',0,NULL,'Data',NULL,'',0,'2022-04-27 08:04:06'),(10350,8727,'it',0,NULL,'Latitudine predefinita',NULL,'',0,'2022-04-27 08:04:06'),(10351,8729,'it',0,NULL,'Longitudine predefinita',NULL,'',0,'2022-04-27 08:04:06'),(10352,8711,'it',0,NULL,'Accesso predefinito di WP',NULL,'',0,'2022-04-27 08:04:06'),(10353,8713,'it',0,NULL,'Recupero password predefinito di WP',NULL,'',0,'2022-04-27 08:04:06'),(10354,8712,'it',0,NULL,'Registrazione predefinita di WP',NULL,'',0,'2022-04-27 08:04:06'),(10355,11660,'it',0,NULL,'Pagina di accesso predefinita di WordPress',NULL,'',0,'2022-04-27 08:04:06'),(10356,8731,'it',0,NULL,'Livello di zoom predefinito',NULL,'',0,'2022-04-27 08:04:06'),(10357,8715,'it',0,NULL,'Opzione predefinita per il campo',NULL,'',0,'2022-04-27 08:04:06'),(10358,8617,'it',0,NULL,'Corona danese',NULL,'',0,'2022-04-27 08:04:06'),(10359,11661,'it',0,NULL,'Nega',NULL,'',0,'2022-04-27 08:04:06'),(10360,8416,'it',0,NULL,'Decrescente',NULL,'',0,'2022-04-27 08:04:06'),(10361,11662,'it',0,NULL,'Disabilita REST-API',NULL,'',0,'2022-04-27 08:04:06'),(10362,11663,'it',0,NULL,'Ignora questa notifica.',NULL,'',0,'2022-04-27 08:04:06'),(10363,11664,'it',0,NULL,'Nome pubblico da visualizzare - visualizzato solo nella pagina di modifica del profilo!',NULL,'',0,'2022-04-27 08:04:06'),(10364,11665,'it',0,NULL,'Nome visualizzato:',NULL,'',0,'2022-04-27 08:04:06'),(10365,8705,'it',0,NULL,'Visualizza nei moduli di PB',NULL,'',0,'2022-04-27 08:04:06'),(10366,8710,'it',0,NULL,'Visualizza nei moduli predefiniti di WP',NULL,'',0,'2022-04-27 08:04:06'),(10367,11666,'it',0,NULL,'Visualizza i pulsanti social prima o dopo i campi dei moduli.',NULL,'',0,'2022-04-27 08:04:06'),(10368,11667,'it',0,NULL,'Vorresti approvare la registrazione?',NULL,'',0,'2022-04-27 08:04:06'),(10369,11668,'it',0,NULL,'Documenti',NULL,'',0,'2022-04-27 08:04:06'),(10370,11669,'it',0,NULL,'Documentazione',NULL,'',0,'2022-04-27 08:04:06'),(10371,8618,'it',0,NULL,'Peso della Repubblica Dominicana',NULL,'',0,'2022-04-27 08:04:06'),(10372,11670,'it',0,NULL,'Fatto.',NULL,'',0,'2022-04-27 08:04:06'),(10373,11671,'it',0,NULL,'Download',NULL,'',0,'2022-04-27 08:04:06'),(10374,8619,'it',0,NULL,'Dollaro dei Caraibi orientali',NULL,'',0,'2022-04-27 08:04:06'),(10375,11672,'it',0,NULL,'Modifica ruolo',NULL,'',0,'2022-04-27 08:04:06'),(10376,11673,'it',0,NULL,'Modifica le capacità del ruolo',NULL,'',0,'2022-04-27 08:04:06'),(10377,11674,'it',0,NULL,'Modifica ruoli utente',NULL,'',0,'2022-04-27 08:04:06'),(10378,8620,'it',0,NULL,'Sterlina egiziana',NULL,'',0,'2022-04-27 08:04:06'),(10379,8621,'it',0,NULL,'Colón salvadoregno',NULL,'',0,'2022-04-27 08:04:06'),(10380,11675,'it',0,NULL,'Indirizzo email',NULL,'',0,'2022-04-27 08:04:06'),(10381,11676,'it',0,NULL,'Template email',NULL,'',0,'2022-04-27 08:04:06'),(10382,11677,'it',0,NULL,'Abilita messaggi personalizzati',NULL,'',0,'2022-04-27 08:04:06'),(10383,11678,'it',0,NULL,'Abilita GDPR',NULL,'',0,'2022-04-27 08:04:06'),(10384,11679,'it',0,NULL,'Abilita paginazione',NULL,'',0,'2022-04-27 08:04:06'),(10385,11680,'it',0,NULL,'Abilita autenticazione a due fattori',NULL,'',0,'2022-04-27 08:04:06'),(10386,11681,'it',0,NULL,'Abilita email',NULL,'',0,'2022-04-27 08:04:06'),(10387,11682,'it',0,NULL,'Abilita su:',NULL,'',0,'2022-04-27 08:04:06'),(10388,11683,'it',0,NULL,'Abilita i tuoi add-on',NULL,'',0,'2022-04-27 08:04:06'),(10389,11684,'it',0,NULL,'Inserisci URL',NULL,'',0,'2022-04-27 08:04:06'),(10390,11685,'it',0,NULL,'Inserisci ID utente',NULL,'',0,'2022-04-27 08:04:06'),(10391,11686,'it',0,NULL,'Inserisci gli ID utente',NULL,'',0,'2022-04-27 08:04:06'),(10392,11687,'it',0,NULL,'Inserisci una descrizione dettagliata dei termini dell\'accordo che l\'utente dovrà leggere.<br/>Possono essere inseriti dei link utilizzando la sintassi HTML standard: &lt;a href=\"custom_url\"&gt;custom_text&lt;/a&gt;',NULL,'',0,'2022-04-27 08:04:06'),(10393,11688,'it',0,NULL,'Inserisci qui il nome del ruolo',NULL,'',0,'2022-04-27 08:04:06'),(10394,8722,'it',0,NULL,'Messaggio di errore',NULL,'',0,'2022-04-27 08:04:06'),(10395,11689,'it',0,NULL,'Messaggio di errore:',NULL,'',0,'2022-04-27 08:04:06'),(10396,8622,'it',0,NULL,'Corona estone',NULL,'',0,'2022-04-27 08:04:06'),(10397,8623,'it',0,NULL,'Euro',NULL,'',0,'2022-04-27 08:04:06'),(10398,11690,'it',0,NULL,'Tutti',NULL,'',0,'2022-04-27 08:04:06'),(10399,11691,'it',0,NULL,'Tutto il necessario per gestire i tuoi utenti è probabilmente già disponibile con gli add-on Pro.',NULL,'',0,'2022-04-27 08:04:06'),(10400,11692,'it',0,NULL,'Escludi',NULL,'',0,'2022-04-27 08:04:06'),(10401,11693,'it',0,NULL,'Esci dalla modalità di revisione',NULL,'',0,'2022-04-27 08:04:06'),(10402,11694,'it',0,NULL,'Esporta',NULL,'',0,'2022-04-27 08:04:06'),(10403,11695,'it',0,NULL,'Opzioni extra',NULL,'',0,'2022-04-27 08:04:06'),(10404,11696,'it',0,NULL,'Opzioni extra:',NULL,'',0,'2022-04-27 08:04:06'),(10405,8624,'it',0,NULL,'Sterlina delle Isole Falkland (Malvinas)',NULL,'',0,'2022-04-27 08:04:06'),(10406,11697,'it',0,NULL,'Nome del campo',NULL,'',0,'2022-04-27 08:04:06'),(10407,11698,'it',0,NULL,'Visibilità campo',NULL,'',0,'2022-04-27 08:04:06'),(10408,11699,'it',0,NULL,'Campi',NULL,'',0,'2022-04-27 08:04:06'),(10409,8625,'it',0,NULL,'Dollaro delle Figi',NULL,'',0,'2022-04-27 08:04:06'),(10410,11700,'it',0,NULL,'I file devono essere più piccoli di',NULL,'',0,'2022-04-27 08:04:06'),(10411,11701,'it',0,NULL,'Nome:',NULL,'',0,'2022-04-27 08:04:06'),(10412,11702,'it',0,NULL,'Modulo',NULL,'',0,'2022-04-27 08:04:06'),(10413,11703,'it',0,NULL,'Impostazioni modulo',NULL,'',0,'2022-04-27 08:04:06'),(10414,11704,'it',0,NULL,'Moduli',NULL,'',0,'2022-04-27 08:04:06'),(10415,11705,'it',0,NULL,'Add-on gratuiti',NULL,'',0,'2022-04-27 08:04:06'),(10416,11706,'it',0,NULL,'Login semplice utilizzando lo shortcode %s oppure un widget.',NULL,'',0,'2022-04-27 08:04:06'),(10417,11707,'it',0,NULL,'Checkbox GDPR',NULL,'',0,'2022-04-27 08:04:06'),(10418,11708,'it',0,NULL,'Generale',NULL,'',0,'2022-04-27 08:04:06'),(10419,8626,'it',0,NULL,'Cedi del Ghana',NULL,'',0,'2022-04-27 08:04:06'),(10420,8627,'it',0,NULL,'Sterlina di Gibilterra',NULL,'',0,'2022-04-27 08:04:06'),(10421,8401,'it',0,NULL,'Reindirizzamenti globali',NULL,'',0,'2022-04-27 08:04:06'),(10422,11709,'it',0,NULL,'Vai alla prima pagina',NULL,'',0,'2022-04-27 08:04:06'),(10423,11710,'it',0,NULL,'Vai all\'ultima pagina',NULL,'',0,'2022-04-27 08:04:06'),(10424,11711,'it',0,NULL,'Vai alla pagina successiva',NULL,'',0,'2022-04-27 08:04:06'),(10425,11712,'it',0,NULL,'Vai alla pagina precedente',NULL,'',0,'2022-04-27 08:04:06'),(10426,8628,'it',0,NULL,'Quetzal guatemalteco',NULL,'',0,'2022-04-27 08:04:06'),(10427,8629,'it',0,NULL,'Sterlina di Guernsey',NULL,'',0,'2022-04-27 08:04:06'),(10428,8630,'it',0,NULL,'Dollaro della Guyana',NULL,'',0,'2022-04-27 08:04:06'),(10429,8735,'it',0,NULL,'Contenuto HTML',NULL,'',0,'2022-04-27 08:04:06'),(10430,11713,'it',0,NULL,'Difficile da usare',NULL,'',0,'2022-04-27 08:04:06'),(10431,11714,'it',0,NULL,'Altezza',NULL,'',0,'2022-04-27 08:04:06'),(10432,11715,'it',0,NULL,'Altezza (px)',NULL,'',0,'2022-04-27 08:04:06'),(10433,11716,'it',0,NULL,'Aiuto',NULL,'',0,'2022-04-27 08:04:06'),(10434,11717,'it',0,NULL,'Nascosto e selezionato',NULL,'',0,'2022-04-27 08:04:06'),(10435,11718,'it',0,NULL,'Nascondi tutti i menu',NULL,'',0,'2022-04-27 08:04:06'),(10436,8631,'it',0,NULL,'Lempira honduregna',NULL,'',0,'2022-04-27 08:04:06'),(10437,8632,'it',0,NULL,'Dollaro di Hong Kong',NULL,'',0,'2022-04-27 08:04:06'),(10438,11719,'it',0,NULL,'Come possiamo migliorare la nostra esperienza utente?',NULL,'',0,'2022-04-27 08:04:06'),(10439,8407,'it',0,NULL,'Come funziona?',NULL,'',0,'2022-04-27 08:04:06'),(10440,8633,'it',0,NULL,'Fiorino ungherese',NULL,'',0,'2022-04-27 08:04:06'),(10441,8634,'it',0,NULL,'Corona islandese',NULL,'',0,'2022-04-27 08:04:06'),(10442,11720,'it',0,NULL,'Se abiliti questa opzione, saranno nascosti.',NULL,'',0,'2022-04-27 08:04:06'),(10443,11721,'it',0,NULL,'Importa',NULL,'',0,'2022-04-27 08:04:06'),(10444,11722,'it',0,NULL,'Importa campi BuddyPress',NULL,'',0,'2022-04-27 08:04:06'),(10445,11723,'it',0,NULL,'Importazione ed esportazione',NULL,'',0,'2022-04-27 08:04:06'),(10446,11724,'it',0,NULL,'Importazione riuscita!',NULL,'',0,'2022-04-27 08:04:06'),(10447,11725,'it',0,NULL,'Includi',NULL,'',0,'2022-04-27 08:04:06'),(10448,8635,'it',0,NULL,'Rupia indiana',NULL,'',0,'2022-04-27 08:04:06'),(10449,8636,'it',0,NULL,'Rupia indonesiana',NULL,'',0,'2022-04-27 08:04:06'),(10450,11726,'it',0,NULL,'Informazioni',NULL,'',0,'2022-04-27 08:04:06'),(10451,11727,'it',0,NULL,'Non valido',NULL,'',0,'2022-04-27 08:04:06'),(10452,11728,'it',0,NULL,'Email non valida.',NULL,'',0,'2022-04-27 08:04:06'),(10453,11729,'it',0,NULL,'Nome utente o email non validi.',NULL,'',0,'2022-04-27 08:04:06'),(10454,8637,'it',0,NULL,'Rial iraniano',NULL,'',0,'2022-04-27 08:04:06'),(10455,8638,'it',0,NULL,'Sterlina di Man',NULL,'',0,'2022-04-27 08:04:06'),(10456,8639,'it',0,NULL,'Shekel israeliano',NULL,'',0,'2022-04-27 08:04:06'),(10457,8640,'it',0,NULL,'Dollaro giamaicano',NULL,'',0,'2022-04-27 08:04:06'),(10458,8641,'it',0,NULL,'Yen giapponese',NULL,'',0,'2022-04-27 08:04:06'),(10459,8642,'it',0,NULL,'Sterlina di Jersey',NULL,'',0,'2022-04-27 08:04:06'),(10460,8643,'it',0,NULL,'Tenge kazako',NULL,'',0,'2022-04-27 08:04:06'),(10461,8646,'it',0,NULL,'Som kirghiso',NULL,'',0,'2022-04-27 08:04:06'),(10462,8417,'it',0,NULL,'Etichetta',NULL,'',0,'2022-04-27 08:04:06'),(10463,11730,'it',0,NULL,'Etichetta da modificare',NULL,'',0,'2022-04-27 08:04:06'),(10464,11731,'it',0,NULL,'Modifica etichette',NULL,'',0,'2022-04-27 08:04:06'),(10465,11732,'it',0,NULL,'Mancano alcune caratteristiche',NULL,'',0,'2022-04-27 08:04:06'),(10466,8647,'it',0,NULL,'Kip laotiano',NULL,'',0,'2022-04-27 08:04:06'),(10467,11733,'it',0,NULL,'Cognome:',NULL,'',0,'2022-04-27 08:04:06'),(10468,8648,'it',0,NULL,'Lats lettone',NULL,'',0,'2022-04-27 08:04:06'),(10469,11734,'it',0,NULL,'Lascia 0 per illimitato.',NULL,'',0,'2022-04-27 08:04:06'),(10470,8745,'it',0,NULL,'Lascia vuoto per non avere un valore massimo',NULL,'',0,'2022-04-27 08:04:06'),(10471,8750,'it',0,NULL,'Lascia vuoto per avere alcuna restrizione',NULL,'',0,'2022-04-27 08:04:06'),(10472,8649,'it',0,NULL,'Sterlina libanese',NULL,'',0,'2022-04-27 08:04:06'),(10473,8650,'it',0,NULL,'Dollaro della Liberia',NULL,'',0,'2022-04-27 08:04:06'),(10474,11735,'it',0,NULL,'Limite per ruolo',NULL,'',0,'2022-04-27 08:04:06'),(10475,8651,'it',0,NULL,'Litas lituano',NULL,'',0,'2022-04-27 08:04:06'),(10476,11736,'it',0,NULL,'Accedi',NULL,'',0,'2022-04-27 08:04:06'),(10477,11737,'it',0,NULL,'Utenti connessi',NULL,'',0,'2022-04-27 08:04:06'),(10478,11738,'it',0,NULL,'Accedi ( wp-login.php )',NULL,'',0,'2022-04-27 08:04:06'),(10479,11739,'it',0,NULL,'Modulo di accesso',NULL,'',0,'2022-04-27 08:04:06'),(10480,11740,'it',0,NULL,'L\'accesso è impostato per essere fatto usando l\'email. Questo campo NON apparirà nel front-end! (puoi cambiare questa impostazione nella scheda \"%s\") ',NULL,'',0,'2022-04-27 08:04:06'),(10481,11741,'it',0,NULL,'Gli shortcode di accesso, registrazione e modifica profilo per il front-end. Inoltre puoi scegliere quali campi devono essere visualizzati o aggiungerne di nuovi (personalizzati) sia nel front-end che nella bacheca.',NULL,'',0,'2022-04-27 08:04:06'),(10482,8404,'it',0,NULL,'Password dimenticata ( wp-login.php?action=lostpassword )',NULL,'',0,'2022-04-27 08:04:06'),(10483,11742,'it',0,NULL,'j M Y alle H:i',NULL,'',0,'2022-04-27 08:04:06'),(10484,8652,'it',0,NULL,'Dinaro macedone',NULL,'',0,'2022-04-27 08:04:06'),(10485,11743,'it',0,NULL,'MailChimp',NULL,'',0,'2022-04-27 08:04:06'),(10486,11744,'it',0,NULL,'Chiave API MailChimp:',NULL,'',0,'2022-04-27 08:04:06'),(10487,11745,'it',0,NULL,'La chiave API MailChimp è vuota',NULL,'',0,'2022-04-27 08:04:06'),(10488,11746,'it',0,NULL,'La chiave API MailChimp non è valida',NULL,'',0,'2022-04-27 08:04:06'),(10489,11747,'it',0,NULL,'Integrazione MailChimp',NULL,'',0,'2022-04-27 08:04:06'),(10490,11748,'it',0,NULL,'MailPoet',NULL,'',0,'2022-04-27 08:04:06'),(10491,8653,'it',0,NULL,'Ringgit malese',NULL,'',0,'2022-04-27 08:04:06'),(10492,8733,'it',0,NULL,'Altezza della mappa',NULL,'',0,'2022-04-27 08:04:06'),(10493,11749,'it',0,NULL,'Mappa degli utenti elencati',NULL,'',0,'2022-04-27 08:04:06'),(10494,11750,'it',0,NULL,'Margine',NULL,'',0,'2022-04-27 08:04:06'),(10495,8654,'it',0,NULL,'Rupia mauriziana',NULL,'',0,'2022-04-27 08:04:06'),(10496,8743,'it',0,NULL,'Valore massimo del numero',NULL,'',0,'2022-04-27 08:04:06'),(10497,11751,'it',0,NULL,'Media',NULL,'',0,'2022-04-27 08:04:06'),(10498,11752,'it',0,NULL,'Messaggio',NULL,'',0,'2022-04-27 08:04:06'),(10499,8655,'it',0,NULL,'Peso messicano',NULL,'',0,'2022-04-27 08:04:06'),(10500,8740,'it',0,NULL,'Valore minimo del numero',NULL,'',0,'2022-04-27 08:04:06'),(10501,11753,'it',0,NULL,'Lunghezza minima di %d caratteri.',NULL,'',0,'2022-04-27 08:04:06'),(10502,11754,'it',0,NULL,'Campi modificati',NULL,'',0,'2022-04-27 08:04:06'),(10503,8656,'it',0,NULL,'Tugrik mongolo',NULL,'',0,'2022-04-27 08:04:06'),(10504,11755,'it',0,NULL,'Più dettagli',NULL,'',0,'2022-04-27 08:04:06'),(10505,8657,'it',0,NULL,'Metical mozambicano',NULL,'',0,'2022-04-27 08:04:06'),(10506,8658,'it',0,NULL,'Dollaro della Namibia',NULL,'',0,'2022-04-27 08:04:06'),(10507,8659,'it',0,NULL,'Rupia nepalese',NULL,'',0,'2022-04-27 08:04:06'),(10508,8660,'it',0,NULL,'Fiorino delle Antille Olandesi',NULL,'',0,'2022-04-27 08:04:06'),(10509,11756,'it',0,NULL,'Mai attivo',NULL,'',0,'2022-04-27 08:04:06'),(10510,11757,'it',0,NULL,'Nuovo ruolo',NULL,'',0,'2022-04-27 08:04:06'),(10511,8661,'it',0,NULL,'Dollaro neozelandese',NULL,'',0,'2022-04-27 08:04:06'),(10512,11758,'it',0,NULL,'Successivo',NULL,'',0,'2022-04-27 08:04:06'),(10513,8662,'it',0,NULL,'Córdoba nicaraguense',NULL,'',0,'2022-04-27 08:04:06'),(10514,11759,'it',0,NULL,'Nickname:',NULL,'',0,'2022-04-27 08:04:06'),(10515,8663,'it',0,NULL,'Naira nigeriana',NULL,'',0,'2022-04-27 08:04:06'),(10516,11760,'it',0,NULL,'Nessuna capacità trovata.',NULL,'',0,'2022-04-27 08:04:06'),(10517,11761,'it',0,NULL,'Nessun feed disponibile, visita la nostra <a href=\"%s\">homepage</a>!',NULL,'',0,'2022-04-27 08:04:06'),(10518,11762,'it',0,NULL,'Nessuna opzione disponibile',NULL,'',0,'2022-04-27 08:04:06'),(10519,11763,'it',0,NULL,'Nessuna opzione disponibile. Seleziona un paese.',NULL,'',0,'2022-04-27 08:04:06'),(10520,11764,'it',0,NULL,'Nessun ruolo trovato',NULL,'',0,'2022-04-27 08:04:06'),(10521,11765,'it',0,NULL,'Nessun ruolo trovato nel cestino',NULL,'',0,'2022-04-27 08:04:06'),(10522,11766,'it',0,NULL,'No, grazie.',NULL,'',0,'2022-04-27 08:04:06'),(10523,8664,'it',0,NULL,'Corona norvegese',NULL,'',0,'2022-04-27 08:04:06'),(10524,11767,'it',0,NULL,'Numero',NULL,'',0,'2022-04-27 08:04:06'),(10525,11768,'it',0,NULL,'Numero di elementi per pagina:',NULL,'',0,'2022-04-27 08:04:06'),(10526,11769,'it',0,NULL,'Ok',NULL,'',0,'2022-04-27 08:04:06'),(10527,11770,'it',0,NULL,'Ok, vi aiuto con piacere!',NULL,'',0,'2022-04-27 08:04:06'),(10528,8665,'it',0,NULL,'Rial dell\'Oman',NULL,'',0,'2022-04-27 08:04:06'),(10529,11771,'it',0,NULL,'Solo io',NULL,'',0,'2022-04-27 08:04:06'),(10530,11772,'it',0,NULL,'Altro',NULL,'',0,'2022-04-27 08:04:06'),(10531,8706,'it',0,NULL,'Accesso di PB',NULL,'',0,'2022-04-27 08:04:06'),(10532,8708,'it',0,NULL,'Recupero password di PB',NULL,'',0,'2022-04-27 08:04:06'),(10533,8707,'it',0,NULL,'Registrazione di PB',NULL,'',0,'2022-04-27 08:04:06'),(10534,11773,'it',0,NULL,'Spaziatura interna',NULL,'',0,'2022-04-27 08:04:06'),(10535,11774,'it',0,NULL,'La pagina si aggiornerà tra 3 secondi...',NULL,'',0,'2022-04-27 08:04:06'),(10536,11775,'it',0,NULL,'Pagine',NULL,'',0,'2022-04-27 08:04:06'),(10537,8666,'it',0,NULL,'Rupia pakistana',NULL,'',0,'2022-04-27 08:04:06'),(10538,8667,'it',0,NULL,'Balboa panamense',NULL,'',0,'2022-04-27 08:04:06'),(10539,8668,'it',0,NULL,'Guaraní paraguaiano',NULL,'',0,'2022-04-27 08:04:06'),(10540,11776,'it',0,NULL,'Gestione dei pagamenti',NULL,'',0,'2022-04-27 08:04:06'),(10541,11777,'it',0,NULL,'In attesa',NULL,'',0,'2022-04-27 08:04:06'),(10542,8669,'it',0,NULL,'Nuevo sol peruviano',NULL,'',0,'2022-04-27 08:04:06'),(10543,8670,'it',0,NULL,'Peso filippino',NULL,'',0,'2022-04-27 08:04:06'),(10544,11778,'it',0,NULL,'Telefono',NULL,'',0,'2022-04-27 08:04:06'),(10545,11779,'it',0,NULL,'Inserisci un valore reCAPTACHA (valido)',NULL,'',0,'2022-04-27 08:04:06'),(10546,11780,'it',0,NULL,'Inserisci una nuova email',NULL,'',0,'2022-04-27 08:04:06'),(10547,11781,'it',0,NULL,'Inserisci un\'email valida!',NULL,'',0,'2022-04-27 08:04:06'),(10548,11782,'it',0,NULL,'Inserisci la tua email di Facebook!',NULL,'',0,'2022-04-27 08:04:06'),(10549,11783,'it',0,NULL,'Inserisci la tua email di Twitter!',NULL,'',0,'2022-04-27 08:04:06'),(10550,11784,'it',0,NULL,'Inserisci il tuo indirizzo email.',NULL,'',0,'2022-04-27 08:04:06'),(10551,11785,'it',0,NULL,'Seleziona un file .json da importare!',NULL,'',0,'2022-04-27 08:04:06'),(10552,11786,'it',0,NULL,'Seleziona una capacità esistente o aggiungine una nuova!',NULL,'',0,'2022-04-27 08:04:06'),(10553,8393,'it',0,NULL,'Seleziona e inserisci l\'ID o il nome utente del tuo utente.',NULL,'',0,'2022-04-27 08:04:06'),(10554,11787,'it',0,NULL,'Il plugin è stato attivato',NULL,'',0,'2022-04-27 08:04:06'),(10555,11788,'it',0,NULL,'Il plugin è stato disattivato.',NULL,'',0,'2022-04-27 08:04:06'),(10556,11789,'it',0,NULL,'Il plugin è attivo',NULL,'',0,'2022-04-27 08:04:06'),(10557,11790,'it',0,NULL,'Plugin',NULL,'',0,'2022-04-27 08:04:06'),(10558,8671,'it',0,NULL,'Zloty polacco',NULL,'',0,'2022-04-27 08:04:06'),(10559,11791,'it',0,NULL,'Documentazione scarsa',NULL,'',0,'2022-04-27 08:04:06'),(10560,11792,'it',0,NULL,'Codice postale/CAP',NULL,'',0,'2022-04-27 08:04:06'),(10561,11793,'it',0,NULL,'Potenti add-on (**)',NULL,'',0,'2022-04-27 08:04:06'),(10562,11794,'it',0,NULL,'Preferenze',NULL,'',0,'2022-04-27 08:04:06'),(10563,11795,'it',0,NULL,'Precedente',NULL,'',0,'2022-04-27 08:04:06'),(10564,11796,'it',0,NULL,'Sito privato',NULL,'',0,'2022-04-27 08:04:06'),(10565,11797,'it',0,NULL,'Add-on Pro',NULL,'',0,'2022-04-27 08:04:06'),(10566,11798,'it',0,NULL,'Profile Builder',NULL,'',0,'2022-04-27 08:04:06'),(10567,11799,'it',0,NULL,'Add-on di Profile Builder',NULL,'',0,'2022-04-27 08:04:06'),(10568,11800,'it',0,NULL,'Impostazioni Profile Builder',NULL,'',0,'2022-04-27 08:04:06'),(10569,11801,'it',0,NULL,'Profile Builder non è attivo!',NULL,'',0,'2022-04-27 08:04:06'),(10570,11802,'it',0,NULL,'Codice QR',NULL,'',0,'2022-04-27 08:04:06'),(10571,8672,'it',0,NULL,'Riyal del Qatar',NULL,'',0,'2022-04-27 08:04:06'),(10572,11803,'it',0,NULL,'Feedback veloce',NULL,'',0,'2022-04-27 08:04:06'),(10573,11804,'it',0,NULL,'Raggio',NULL,'',0,'2022-04-27 08:04:06'),(10574,11805,'it',0,NULL,'Pagina di reindirizzamento:',NULL,'',0,'2022-04-27 08:04:06'),(10575,8394,'it',0,NULL,'Tipo di reindirizzamento',NULL,'',0,'2022-04-27 08:04:06'),(10576,8395,'it',0,NULL,'URL di reindirizzamento',NULL,'',0,'2022-04-27 08:04:06'),(10577,11806,'it',0,NULL,'Reindirizza a',NULL,'',0,'2022-04-27 08:04:06'),(10578,8403,'it',0,NULL,'Registrati ( wp-login.php?action=register )',NULL,'',0,'2022-04-27 08:04:06'),(10579,11807,'it',0,NULL,'Modulo di registrazione:',NULL,'',0,'2022-04-27 08:04:06'),(10580,11808,'it',0,NULL,'Ricordami',NULL,'',0,'2022-04-27 08:04:06'),(10581,11809,'it',0,NULL,'Ricordami selezionato per impostazione predefinita',NULL,'',0,'2022-04-27 08:04:06'),(10582,11810,'it',0,NULL,'Rimuovi tutti i filtri',NULL,'',0,'2022-04-27 08:04:06'),(10583,11811,'it',0,NULL,'Campi ripetibili salvati!',NULL,'',0,'2022-04-27 08:04:06'),(10584,11812,'it',0,NULL,'Risposte create',NULL,'',0,'2022-04-27 08:04:06'),(10585,11813,'it',0,NULL,'Invia nuovamente l\'email di attivazione',NULL,'',0,'2022-04-27 08:04:06'),(10586,11814,'it',0,NULL,'Limita il contenuto',NULL,'',0,'2022-04-27 08:04:06'),(10587,11815,'it',0,NULL,'Limita agli utenti connessi',NULL,'',0,'2022-04-27 08:04:06'),(10588,11816,'it',0,NULL,'Domini limitati:',NULL,'',0,'2022-04-27 08:04:06'),(10589,11817,'it',0,NULL,'Nome del ruolo',NULL,'',0,'2022-04-27 08:04:06'),(10590,8409,'it',0,NULL,'Slug del ruolo',NULL,'',0,'2022-04-27 08:04:06'),(10591,11818,'it',0,NULL,'Ruolo creato.',NULL,'',0,'2022-04-27 08:04:06'),(10592,11819,'it',0,NULL,'Bozza del ruolo aggiornata.',NULL,'',0,'2022-04-27 08:04:06'),(10593,11820,'it',0,NULL,'Il nome del ruolo è obbligatorio.',NULL,'',0,'2022-04-27 08:04:06'),(10594,11821,'it',0,NULL,'Ruolo salvato.',NULL,'',0,'2022-04-27 08:04:06'),(10595,11822,'it',0,NULL,'Ruolo pianificato per: <strong>%1$s</strong>',NULL,'',0,'2022-04-27 08:04:06'),(10596,11823,'it',0,NULL,'Ruolo inviato.',NULL,'',0,'2022-04-27 08:04:06'),(10597,11824,'it',0,NULL,'Ruolo aggiornato.',NULL,'',0,'2022-04-27 08:04:06'),(10598,11825,'it',0,NULL,'Editor di ruoli',NULL,'',0,'2022-04-27 08:04:06'),(10599,8673,'it',0,NULL,'Leu romeno',NULL,'',0,'2022-04-27 08:04:06'),(10600,8674,'it',0,NULL,'Rublo russo',NULL,'',0,'2022-04-27 08:04:06'),(10601,11826,'it',0,NULL,'SMS',NULL,'',0,'2022-04-27 08:04:06'),(10602,11827,'it',0,NULL,'SUCCESSO',NULL,'',0,'2022-04-27 08:04:06'),(10603,8675,'it',0,NULL,'Sterlina di Sant\'Elena',NULL,'',0,'2022-04-27 08:04:06'),(10604,8676,'it',0,NULL,'Riyal dell\'Arabia Saudita',NULL,'',0,'2022-04-27 08:04:06'),(10605,11828,'it',0,NULL,'Salva gli add-on',NULL,'',0,'2022-04-27 08:04:06'),(10606,8429,'it',0,NULL,'Campi di ricerca',NULL,'',0,'2022-04-27 08:04:06'),(10607,8431,'it',0,NULL,'Impostazioni di ricerca',NULL,'',0,'2022-04-27 08:04:06'),(10608,11829,'it',0,NULL,'Cerca utenti',NULL,'',0,'2022-04-27 08:04:06'),(10609,11830,'it',0,NULL,'Cerca add-on...',NULL,'',0,'2022-04-27 08:04:06'),(10610,11831,'it',0,NULL,'Visualizza dettagli',NULL,'',0,'2022-04-27 08:04:06'),(10611,11832,'it',0,NULL,'Seleziona template',NULL,'',0,'2022-04-27 08:04:06'),(10612,11833,'it',0,NULL,'Seleziona utente',NULL,'',0,'2022-04-27 08:04:06'),(10613,11834,'it',0,NULL,'Seleziona un paese',NULL,'',0,'2022-04-27 08:04:06'),(10614,8399,'it',0,NULL,'Seleziona un ruolo utente.',NULL,'',0,'2022-04-27 08:04:06'),(10615,11835,'it',0,NULL,'Seleziona per quali ruoli attivare l\'approvazione dell\'amministratore.',NULL,'',0,'2022-04-27 08:04:06'),(10616,8709,'it',0,NULL,'Seleziona in quali dei moduli di Profile Builder visualizzare il reCAPTCHA',NULL,'',0,'2022-04-27 08:04:06'),(10617,8714,'it',0,NULL,'Seleziona in quali dei moduli predefiniti di WP visualizzare il reCAPTCHA',NULL,'',0,'2022-04-27 08:04:06'),(10618,11836,'it',0,NULL,'Seleziona o digita un\'opzione',NULL,'',0,'2022-04-27 08:04:06'),(10619,11837,'it',0,NULL,'Seleziona la lista a cui verrà aggiunto il tuo nuovo iscritto',NULL,'',0,'2022-04-27 08:04:06'),(10620,11838,'it',0,NULL,'Seleziona quali campi mostrare',NULL,'',0,'2022-04-27 08:04:06'),(10621,11839,'it',0,NULL,'Seleziona...',NULL,'',0,'2022-04-27 08:04:06'),(10622,8677,'it',0,NULL,'Dinaro serbo',NULL,'',0,'2022-04-27 08:04:06'),(10623,8723,'it',0,NULL,'Definisci un messaggio di errore personalizzato che sarà mostrato all\'utente.',NULL,'',0,'2022-04-27 08:04:06'),(10624,11840,'it',0,NULL,'Impostazioni',NULL,'',0,'2022-04-27 08:04:06'),(10625,11841,'it',0,NULL,'Impostazioni salvate.',NULL,'',0,'2022-04-27 08:04:06'),(10626,8678,'it',0,NULL,'Rupia delle Seychelles',NULL,'',0,'2022-04-27 08:04:06'),(10627,11842,'it',0,NULL,'Spedire ad un indirizzo diverso?',NULL,'',0,'2022-04-27 08:04:06'),(10628,11843,'it',0,NULL,'Spedizione ',NULL,'',0,'2022-04-27 08:04:06'),(10629,11844,'it',0,NULL,'Indirizzo di spedizione',NULL,'',0,'2022-04-27 08:04:06'),(10630,11845,'it',0,NULL,'Campi di spedizione',NULL,'',0,'2022-04-27 08:04:06'),(10631,11846,'it',0,NULL,'Shortcode',NULL,'',0,'2022-04-27 08:04:06'),(10632,11847,'it',0,NULL,'Mostra tutto',NULL,'',0,'2022-04-27 08:04:06'),(10633,8716,'it',0,NULL,'Mostra il simbolo della valuta',NULL,'',0,'2022-04-27 08:04:06'),(10634,11848,'it',0,NULL,'Accedi con Facebook',NULL,'',0,'2022-04-27 08:04:06'),(10635,11849,'it',0,NULL,'Accedi con Google',NULL,'',0,'2022-04-27 08:04:06'),(10636,11850,'it',0,NULL,'Accedi con LinkedIn',NULL,'',0,'2022-04-27 08:04:06'),(10637,8679,'it',0,NULL,'Dollaro di Singapore',NULL,'',0,'2022-04-27 08:04:06'),(10638,11851,'it',0,NULL,'Singolo',NULL,'',0,'2022-04-27 08:04:06'),(10639,11852,'it',0,NULL,'Salta e disattiva',NULL,'',0,'2022-04-27 08:04:06'),(10640,8680,'it',0,NULL,'Dollaro delle Isole Salomone',NULL,'',0,'2022-04-27 08:04:06'),(10641,8681,'it',0,NULL,'Scellino somalo',NULL,'',0,'2022-04-27 08:04:06'),(10642,11853,'it',0,NULL,'Qualcosa è andato storto!',NULL,'',0,'2022-04-27 08:04:06'),(10643,11854,'it',0,NULL,'Qualcosa è andato storto. La chiave API MailChimp è mancante o non è valida.',NULL,'',0,'2022-04-27 08:04:06'),(10644,11855,'it',0,NULL,'Qualcosa è andato storto. Riprova più tardi!',NULL,'',0,'2022-04-27 08:04:06'),(10645,11856,'it',0,NULL,'Qualcosa è andato storto. Riprova!',NULL,'',0,'2022-04-27 08:04:06'),(10646,11857,'it',0,NULL,'Spiacenti, non puoi caricare questo tipo di file per questo campo.',NULL,'',0,'2022-04-27 08:04:06'),(10647,8682,'it',0,NULL,'Rand sudafricano',NULL,'',0,'2022-04-27 08:04:06'),(10648,8725,'it',0,NULL,'Specifica il formato dell\'ora.',NULL,'',0,'2022-04-27 08:04:06'),(10649,8683,'it',0,NULL,'Rupia singalese',NULL,'',0,'2022-04-27 08:04:06'),(10650,11858,'it',0,NULL,'Standard',NULL,'',0,'2022-04-27 08:04:06'),(10651,11859,'it',0,NULL,'Installazione rapida passo dopo passo',NULL,'',0,'2022-04-27 08:04:06'),(10652,11860,'it',0,NULL,'Inserisci facilmente moduli per la modifica del profilo con lo shortcode %s.',NULL,'',0,'2022-04-27 08:04:06'),(10653,11861,'it',0,NULL,'Invia',NULL,'',0,'2022-04-27 08:04:06'),(10654,11862,'it',0,NULL,'Invia e disattiva',NULL,'',0,'2022-04-27 08:04:06'),(10655,11863,'it',0,NULL,'Invia e disattiva',NULL,'',0,'2022-04-27 08:04:06'),(10656,11864,'it',0,NULL,'Iscriviti alla newsletter',NULL,'',0,'2022-04-27 08:04:06'),(10657,8686,'it',0,NULL,'Dollaro del Suriname',NULL,'',0,'2022-04-27 08:04:06'),(10658,8684,'it',0,NULL,'Corona svedese',NULL,'',0,'2022-04-27 08:04:06'),(10659,8685,'it',0,NULL,'Franco svizzero',NULL,'',0,'2022-04-27 08:04:06'),(10660,8687,'it',0,NULL,'Sterlina siriana',NULL,'',0,'2022-04-27 08:04:06'),(10661,8688,'it',0,NULL,'Nuovo dollaro di Taiwan',NULL,'',0,'2022-04-27 08:04:06'),(10662,11865,'it',0,NULL,'Tassonomie',NULL,'',0,'2022-04-27 08:04:06'),(10663,11866,'it',0,NULL,'Telefono',NULL,'',0,'2022-04-27 08:04:06'),(10664,11867,'it',0,NULL,'Raccontaci cosa non sei riuscito a trovare',NULL,'',0,'2022-04-27 08:04:06'),(10665,11868,'it',0,NULL,'Template',NULL,'',0,'2022-04-27 08:04:06'),(10666,11869,'it',0,NULL,'Testo',NULL,'',0,'2022-04-27 08:04:06'),(10667,8689,'it',0,NULL,'Baht thailandese',NULL,'',0,'2022-04-27 08:04:06'),(10668,11870,'it',0,NULL,'La chiave API non è stata fornita.',NULL,'',0,'2022-04-27 08:04:06'),(10669,11871,'it',0,NULL,'L\'email di conferma non corrisponde al tuo indirizzo email.',NULL,'',0,'2022-04-27 08:04:06'),(10670,11872,'it',0,NULL,'Il campo email è vuoto.',NULL,'',0,'2022-04-27 08:04:06'),(10671,8734,'it',0,NULL,'L\'altezza della mappa.',NULL,'',0,'2022-04-27 08:04:06'),(10672,11873,'it',0,NULL,'Il campo password è vuoto.',NULL,'',0,'2022-04-27 08:04:06'),(10673,11874,'it',0,NULL,'La password non deve essere vuota!',NULL,'',0,'2022-04-27 08:04:06'),(10674,11875,'it',0,NULL,'Il campo nome utente è vuoto',NULL,'',0,'2022-04-27 08:04:06'),(10675,11876,'it',0,NULL,'Il campo nome utente/email è vuoto',NULL,'',0,'2022-04-27 08:04:06'),(10676,11877,'it',0,NULL,'Questi plugin sono compatibili con tutte le versioni di Profile Builder',NULL,'',0,'2022-04-27 08:04:06'),(10677,11878,'it',0,NULL,'Questa capacità esiste già!',NULL,'',0,'2022-04-27 08:04:06'),(10678,11879,'it',0,NULL,'Questo contenuto è limitato per il tuo ruolo utente.',NULL,'',0,'2022-04-27 08:04:06'),(10679,11880,'it',0,NULL,'Questo campo può essere visto da:',NULL,'',0,'2022-04-27 08:04:06'),(10680,11881,'it',0,NULL,'Questo campo è obbligatorio in MailChimp',NULL,'',0,'2022-04-27 08:04:06'),(10681,11882,'it',0,NULL,'Questo campo richiede l\'approvazione di un amministratore.',NULL,'',0,'2022-04-27 08:04:06'),(10682,8724,'it',0,NULL,'Formato ora',NULL,'',0,'2022-04-27 08:04:06'),(10683,11883,'it',0,NULL,'Titolo',NULL,'',0,'2022-04-27 08:04:06'),(10684,11884,'it',0,NULL,'Per creare un nuovo account, conferma:',NULL,'',0,'2022-04-27 08:04:06'),(10685,11885,'it',0,NULL,'Per creare una pagina contenente gli utenti registrati al sito/blog corrente, inserisci il seguente shortcode in una pagina a tua scelta: %s.',NULL,'',0,'2022-04-27 08:04:06'),(10686,11886,'it',0,NULL,'Città',NULL,'',0,'2022-04-27 08:04:06'),(10687,11887,'it',0,NULL,'TranslatePress',NULL,'',0,'2022-04-27 08:04:06'),(10688,8690,'it',0,NULL,'Dollaro di Trinidad e Tobago',NULL,'',0,'2022-04-27 08:04:06'),(10689,8691,'it',0,NULL,'Lira turca',NULL,'',0,'2022-04-27 08:04:06'),(10690,8692,'it',0,NULL,'Dollaro di Tuvalu',NULL,'',0,'2022-04-27 08:04:06'),(10691,11888,'it',0,NULL,'Impostazioni autenticazione a due fattori',NULL,'',0,'2022-04-27 08:04:06'),(10692,11889,'it',0,NULL,'Tipo di limitazione',NULL,'',0,'2022-04-27 08:04:06'),(10693,11890,'it',0,NULL,'Tipo:',NULL,'',0,'2022-04-27 08:04:06'),(10694,8696,'it',0,NULL,'Dollaro americano',NULL,'',0,'2022-04-27 08:04:06'),(10695,8695,'it',0,NULL,'Scellino ugandese',NULL,'',0,'2022-04-27 08:04:06'),(10696,8693,'it',0,NULL,'Grivna ucraina',NULL,'',0,'2022-04-27 08:04:06'),(10697,11891,'it',0,NULL,'Campi non approvati',NULL,'',0,'2022-04-27 08:04:06'),(10698,8694,'it',0,NULL,'Sterlina del Regno Unito',NULL,'',0,'2022-04-27 08:04:06'),(10699,11892,'it',0,NULL,'Scollega',NULL,'',0,'2022-04-27 08:04:06'),(10700,11893,'it',0,NULL,'Supporto non soddisfacente',NULL,'',0,'2022-04-27 08:04:06'),(10701,11894,'it',0,NULL,'Il file caricato non è un json valido!',NULL,'',0,'2022-04-27 08:04:06'),(10702,8697,'it',0,NULL,'Peso uruguaiano',NULL,'',0,'2022-04-27 08:04:06'),(10703,8390,'it',0,NULL,'ID utente',NULL,'',0,'2022-04-27 08:04:06'),(10704,8392,'it',0,NULL,'ID utente / nome utente',NULL,'',0,'2022-04-27 08:04:06'),(10705,8391,'it',0,NULL,'ID utente o nome utente',NULL,'',0,'2022-04-27 08:04:06'),(10706,11895,'it',0,NULL,'Nome utente o indirizzo email',NULL,'',0,'2022-04-27 08:04:06'),(10707,11896,'it',0,NULL,'Nome utente:',NULL,'',0,'2022-04-27 08:04:06'),(10708,11897,'it',0,NULL,'Utenti',NULL,'',0,'2022-04-27 08:04:06'),(10709,8698,'it',0,NULL,'Som uzbeko',NULL,'',0,'2022-04-27 08:04:06'),(10710,11898,'it',0,NULL,'Valido',NULL,'',0,'2022-04-27 08:04:06'),(10711,11899,'it',0,NULL,'Validazione',NULL,'',0,'2022-04-27 08:04:06'),(10712,8699,'it',0,NULL,'Bolivar venezuelano',NULL,'',0,'2022-04-27 08:04:06'),(10713,8700,'it',0,NULL,'Dong vietnamita',NULL,'',0,'2022-04-27 08:04:06'),(10714,11900,'it',0,NULL,'Visualizza la documentazione di Profile Builder',NULL,'',0,'2022-04-27 08:04:06'),(10715,11901,'it',0,NULL,'Visualizza ruolo',NULL,'',0,'2022-04-27 08:04:06'),(10716,8427,'it',0,NULL,'Scelte visibili',NULL,'',0,'2022-04-27 08:04:06'),(10717,11902,'it',0,NULL,'In attesa di Twitter...',NULL,'',0,'2022-04-27 08:04:06'),(10718,11903,'it',0,NULL,'Sito web:',NULL,'',0,'2022-04-27 08:04:06'),(10719,11904,'it',0,NULL,'Benvenuto %1$s!<br/><br/><br/>Il tuo nome utente è: %2$s e la password: %3$s<br/><br/>Accedi al tuo account: %4$s',NULL,'',0,'2022-04-27 08:04:06'),(10720,11905,'it',0,NULL,'Chi può vedere questo campo?',NULL,'',0,'2022-04-27 08:04:06'),(10721,11906,'it',0,NULL,'Larghezza',NULL,'',0,'2022-04-27 08:04:06'),(10722,11907,'it',0,NULL,'Larghezza (px)',NULL,'',0,'2022-04-27 08:04:06'),(10723,11908,'it',0,NULL,'Sincronizzazione WooCommerce',NULL,'',0,'2022-04-27 08:04:06'),(10724,11909,'it',0,NULL,'Password errata!',NULL,'',0,'2022-04-27 08:04:06'),(10725,8701,'it',0,NULL,'Rial yemenita',NULL,'',0,'2022-04-27 08:04:06'),(10726,11910,'it',0,NULL,'Al momento non sei connesso.',NULL,'',0,'2022-04-27 08:04:06'),(10727,11911,'it',0,NULL,'Puoi aggiungere/modificare i ruoli utente in %1$sUtenti > Editor dei ruoli%2$s.',NULL,'',0,'2022-04-27 08:04:06'),(10728,11912,'it',0,NULL,'Non puoi aggiungere una capacità nascosta!',NULL,'',0,'2022-04-27 08:04:06'),(10729,11913,'it',0,NULL,'Non puoi aggiungere reindirizzamenti duplicati!',NULL,'',0,'2022-04-27 08:04:06'),(10730,11914,'it',0,NULL,'Non puoi eliminare il ruolo predefinito. Cambialo prima.',NULL,'',0,'2022-04-27 08:04:06'),(10731,11915,'it',0,NULL,'Non puoi eliminare il tuo ruolo.',NULL,'',0,'2022-04-27 08:04:06'),(10732,11916,'it',0,NULL,'Non hai digitato %s. Riprova!',NULL,'',0,'2022-04-27 08:04:06'),(10733,11917,'it',0,NULL,'Non hai l\'autorizzazione per visualizzare questo elenco utenti.',NULL,'',0,'2022-04-27 08:04:06'),(10734,11918,'it',0,NULL,'Non hai le capacità necessarie per farlo!',NULL,'',0,'2022-04-27 08:04:06'),(10735,11919,'it',0,NULL,'Hai collegato correttamente il tuo account a %%.',NULL,'',0,'2022-04-27 08:04:06'),(10736,11920,'it',0,NULL,'Hai reimpostato correttamente la tua password.',NULL,'',0,'2022-04-27 08:04:06'),(10737,11921,'it',0,NULL,'Devi essere connesso per visualizzare i commenti.',NULL,'',0,'2022-04-27 08:04:06'),(10738,11922,'it',0,NULL,'Devi essere connesso per visualizzare questo contenuto.',NULL,'',0,'2022-04-27 08:04:06'),(10739,11923,'it',0,NULL,'Devi inserire un URL valido.',NULL,'',0,'2022-04-27 08:04:06'),(10740,11924,'it',0,NULL,'Devi selezionare un\'etichetta da modificare!',NULL,'',0,'2022-04-27 08:04:06'),(10741,11925,'it',0,NULL,'La tua licenza di <strong>Profile Builder</strong> è scaduta. <br/>%1$sRinnova la tua licenza%2$s per continuare ad avere accesso al download dei prodotti, agli aggiornamenti automatici e all\'assistenza. %3$sRinnova adesso %4$s %5$sIgnora%6$s',NULL,'',0,'2022-04-27 08:04:06'),(10742,11926,'it',0,NULL,'La tua licenza di <strong>Profile Builder</strong> scadrà il %5$s. <br/>%1$sRinnova la tua licenza%2$s per continuare ad avere accesso al download dei prodotti, agli aggiornamenti automatici e all\'assistenza. %3$sRinnova adesso %4$s %6$sIgnora%7$s',NULL,'',0,'2022-04-27 08:04:06'),(10743,11927,'it',0,NULL,'Il tuo numero seriale di <strong>Profile Builder</strong> è sbagliato o manca. <br/>%1$sRegistra la tua copia%2$s per avere accesso agli aggiornamenti automatici e al supporto.  Hai bisogno di un numero di licenza? %3$sAcquistane uno adesso%4$s',NULL,'',0,'2022-04-27 08:04:06'),(10744,11928,'it',0,NULL,'Il tuo ruolo',NULL,'',0,'2022-04-27 08:04:06'),(10745,11929,'it',0,NULL,'Il tuo account è stato creato con successo!',NULL,'',0,'2022-04-27 08:04:06'),(10746,11930,'it',0,NULL,'Il tuo account deve essere confermato da un amministratore prima che tu possa accedere.',NULL,'',0,'2022-04-27 08:04:06'),(10747,11931,'it',0,NULL,'Il tuo account è collegato a:',NULL,'',0,'2022-04-27 08:04:06'),(10748,8702,'it',0,NULL,'Dollaro dello Zimbabwe',NULL,'',0,'2022-04-27 08:04:06'),(10749,11932,'it',0,NULL,'bbPress',NULL,'',0,'2022-04-27 08:04:06'),(10750,11933,'it',0,NULL,'Integrazione bbPress',NULL,'',0,'2022-04-27 08:04:06'),(10751,11934,'it',0,NULL,'fai clic qui',NULL,'',0,'2022-04-27 08:04:06'),(10752,11935,'it',0,NULL,'es.: <strong>John Doe</strong> invece di <strong>john doe</strong>',NULL,'',0,'2022-04-27 08:04:06'),(10753,11936,'it',0,NULL,'ha',NULL,'',0,'2022-04-27 08:04:06'),(10754,11937,'it',0,NULL,'https://www.cozmoslabs.com/',NULL,'',0,'2022-04-27 08:04:06'),(10755,11938,'it',0,NULL,'https://www.cozmoslabs.com/wordpress-profile-builder/',NULL,'',0,'2022-04-27 08:04:06'),(10756,11939,'it',0,NULL,'Dimensione iFrame',NULL,'',0,'2022-04-27 08:04:06'),(10757,11940,'it',0,NULL,'Titolo iFrame',NULL,'',0,'2022-04-27 08:04:06'),(10758,11941,'it',0,NULL,'è',NULL,'',0,'2022-04-27 08:04:06'),(10759,11942,'it',0,NULL,'%1$s di %2$s',NULL,'',0,'2022-04-27 08:04:06'),(10760,11943,'it',0,NULL,'l\'ID dell\'utente',NULL,'',0,'2022-04-27 08:04:06'),(10761,11944,'it',0,NULL,'~ Paul, sviluppatore di Profile Builder',NULL,'',0,'2022-04-27 08:04:06');
/*!40000 ALTER TABLE `wp_icl_string_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_string_urls`
--

DROP TABLE IF EXISTS `wp_icl_string_urls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_string_urls` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `language` varchar(7) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `string_string_lang_url` (`language`,`url`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_string_urls`
--

LOCK TABLES `wp_icl_string_urls` WRITE;
/*!40000 ALTER TABLE `wp_icl_string_urls` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_string_urls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_strings`
--

DROP TABLE IF EXISTS `wp_icl_strings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_strings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `language` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `string_package_id` bigint(20) unsigned DEFAULT NULL,
  `location` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'LINE',
  `title` varchar(160) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` tinyint(4) NOT NULL,
  `gettext_context` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `domain_name_context_md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `translation_priority` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `word_count` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `uc_domain_name_context_md5` (`domain_name_context_md5`),
  KEY `language_context` (`language`,`context`),
  KEY `icl_strings_name` (`name`),
  KEY `icl_strings_translation_priority` (`translation_priority`)
) ENGINE=InnoDB AUTO_INCREMENT=11945 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_strings`
--

LOCK TABLES `wp_icl_strings` WRITE;
/*!40000 ALTER TABLE `wp_icl_strings` DISABLE KEYS */;
INSERT INTO `wp_icl_strings` VALUES (1,'en','WP','Blog Title','Valerio Anzino',NULL,NULL,'LINE',NULL,0,'','5ff0887b4c486c0329311e8d30610d58','optional',NULL),(2,'en','WP','Tagline','Lost to History',NULL,NULL,'LINE',NULL,0,'','6e70f8f3e0f8c134711af40ab6e4931b','optional',NULL),(3,'en','Widgets','widget title - 099afb04ddf259fff6a50c50d7eae060','Latest News',NULL,NULL,'LINE',NULL,0,'','5f9755e13bfac2fe4e0df9bec8e299a9','optional',NULL),(4,'en','Widgets','widget title - 453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'LINE',NULL,0,'','2c7c72da761044511afa418cd39c8f08','optional',NULL),(5,'en','WPML','Text for alternative languages for posts','This post is also available in: %s',NULL,NULL,'LINE',NULL,0,'','c9203e3110feb389a62b2f341a6c346a','',NULL),(6,'en','Widgets','widget title - d41d8cd98f00b204e9800998ecf8427e','',NULL,NULL,'LINE',NULL,0,'','27952cd44e714f41ed62a77832f75b34','',NULL),(7,'en','Widgets','widget body - 02b7aa44a1600e4e4f259028e54cb06b','<span style=\"color:white;font-weight:bold;\">LINKS</span><br/>\r\n<a href=\"http://www.ancestry.com\" target=\"_blank\">Ancestry.com</a><br/>\r\n<a href=\"http://www.familysearch.org\" target=\"_blank\">FamilySearch.org</a><br/>\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">Fubine Map</a><br/>\r\n<a href=\"https://search.ancestry.com/search/db.aspx?dbid=1551\" target=\"_blank\">Fubine Civil Records 1866-1939</a><br/><span style=\"font-size:.8em;\">(You need Ancestry.com account to access)</span><br/>\r\n<a href=\"https://www.localidautore.com/paesi/fubine-1374\" target=\"_blank\">Fubine History</a>',NULL,NULL,'LINE',NULL,0,'','3e3b948b5ce0db1bff8a756be5f96ac1','',NULL),(8,'en','Widgets','widget body - a34245287e89288178044b9153e19e47','<span style=\"color:white;font-weight:bold;\">PAGES</span><br/>\r\n<a href=\"/home/\">Home</a><br/>\r\n<a href=\"/photo-in-a-shoebox/\">About</a><br/>\r\n<a href=\"/about-the-author/\">About the Author</a><br/>\r\n<a href=\"/the-story/\">Anzino Story</a><br/>\r\n<a href=\"/fubine-italy/\">Fubine, Italy</a><br/>\r\n<a href=\"/blog/\">Blog</a><br/>\r\n<a href=\"/contact/\">Contact</a>',NULL,NULL,'LINE',NULL,0,'','d94cc81a36887a96b536e5bd17301fe9','',NULL),(9,'en','wpml-translation-management','34fc8a7bf304f65b05b041f1c601d446',' - (needs update)',NULL,NULL,'LINE',NULL,10,'','5a93372cf143c298cca4f72113fc85a1','',NULL),(10,'en','wpml-translation-management','88a714ec12d390fa8f7b9bbd3219650e',' - A xliff file is attached.',NULL,NULL,'LINE',NULL,10,'','cff987b914ee4ce1e472b1e280f7983a','',NULL),(11,'en','wpml-translation-management','5121b67bb9e269e369d694a8e1869fc6','\"%s\" is not a valid XLIFF file.',NULL,NULL,'LINE',NULL,10,'','82b369239a6bd4032b4820d7c6f83b72','',NULL),(12,'en','wpml-translation-management','e19aea4de344000f8d799df223c30e21','%1$s jobs added to the Advanced Translation Editor.',NULL,NULL,'LINE',NULL,10,'','0a82b263ce43a1ab0cc8989bc8a2e716','',NULL),(13,'en','wpml-translation-management','2f49422698251b44539198844c4d93a9','%1$s translation: %2$s',NULL,NULL,'LINE',NULL,10,'','a5e78453cc3c60232b5db1fe1c7c754a','',NULL),(14,'en','wpml-translation-management','14ad767ffe5ff379afdec345baf7411a','%d minute',NULL,NULL,'LINE',NULL,10,'','787f548a9c2074bd820e7d0b7c7c828a','',NULL),(15,'en','wpml-translation-management','79ae6e308dcdcc5e31935d5d24cabb81','%d minutes',NULL,NULL,'LINE',NULL,10,'','1a848fce172a7cc1fbb361e5c26f3604','',NULL),(16,'en','wpml-translation-management','f0373171f5751c3517b4e1ac4edcfd76','%d translations have been fetched from the translation service.',NULL,NULL,'LINE',NULL,10,'','17a5a46c70c825d4ac1da6c0ab7a5030','',NULL),(17,'en','wpml-translation-management','b917631821ced0bbf20e33b2bbe85651','%d translations have been marked as cancelled.',NULL,NULL,'LINE',NULL,10,'','2c61ebc55b9044f3a876fd2ad1b34b4e','',NULL),(18,'en','wpml-translation-management','13fa541416941808c832ba1690d74d3f','%s authentication',NULL,NULL,'LINE',NULL,10,'','c4f9ca25cad36b3e2f8aef927abdb483','',NULL),(19,'en','wpml-translation-management','31578b140af21e57b2e8b936d9ffdacd','Only %s can add translations to the site. You can assign a different WordPress user to be the site\'s Translation Manager or make yourself a Translation Manager.',NULL,NULL,'LINE',NULL,10,'%s is a the words \"Translation Managers\" as a link','8a8a53a0674eb062fdf19c9d7de65b19','',NULL),(20,'en','wpml-translation-management','3fed6cbbb3a22dc5946df47825803fb2','%s is authorized.',NULL,NULL,'LINE',NULL,10,'','216b0acdbbab01a7ee5fdb5ab34945dc','',NULL),(21,'en','wpml-translation-management','a910dd654be3f6f48f8ff2d394d0ab86','%s items in basket:',NULL,NULL,'LINE',NULL,10,'','fef7eddab662e35471563677c38d68ed','',NULL),(22,'en','wpml-translation-management','9ba9268b034fb49f9706962e9d994d93','%s requires additional data',NULL,NULL,'LINE',NULL,10,'','062765f512f5f4aed363b3f987ffbe3d','',NULL),(23,'en','wpml-translation-management','1f0900c734163ac77820666e3c23e67c','%s to %s',NULL,NULL,'LINE',NULL,10,'','ed2e1258107855025eaa2d01cabc4423','',NULL),(24,'en','wpml-translation-management','b2d6215702e6a13689effc51071ac6a9','%s to %s and %s',NULL,NULL,'LINE',NULL,10,'','c321719a5ea1b2beaee2294bf99bee3c','',NULL),(25,'en','wpml-translation-management','95f4eb73fb11cb49c01a00e8171b878d','%s words',NULL,NULL,'LINE',NULL,10,'','30112475c4326009080e48c6e5352269','',NULL),(26,'en','wpml-translation-management','50d4197919a3632d70910852ac23c0b8','%s%d translation jobs%s have been sent to remote translators',NULL,NULL,'LINE',NULL,10,'','d9aa6c1e9fe5ba3dee460ecd17709bae','',NULL),(27,'en','wpml-translation-management','cf0c5ca233974a96a6a8e95e7f7f3918','%s1 translation job%s has been sent to remote translators',NULL,NULL,'LINE',NULL,10,'','9d884f38542fa19665b3d04b1c61d5b7','',NULL),(28,'en','wpml-translation-management','25c186ad7282cfcc151908829554410a','%s: WPML Translation Jobs',NULL,NULL,'LINE',NULL,10,'','c91d9a3d1e129290106258de67ad78f3','',NULL),(29,'en','wpml-translation-management','c60e88d206018c6cec1e249f299b56a2','%sWarning:%s You are trying to add a translation using the standard WordPress editor but your site is configured to use the WPML Translation Editor.',NULL,NULL,'LINE',NULL,10,'','6178a325fe4b65f696474484396f7ccf','',NULL),(30,'en','wpml-translation-management','cec50d3c545cda9c3468d3812b90434e','%sWarning:%s You are trying to edit a translation that is currently in the process of being added using WPML.',NULL,NULL,'LINE',NULL,10,'','e3ee3f7dbf4f0c876ea635b9bc4ef588','',NULL),(31,'en','wpml-translation-management','816ab501fb68d8e9d55bdc8a9d4565ab','%sWarning:%s You are trying to edit a translation using the standard WordPress editor but your site is configured to use the WPML Translation Editor.',NULL,NULL,'LINE',NULL,10,'','506e9e02b8787e51f8c19bac3602e4b1','',NULL),(32,'en','wpml-translation-management','8d0dc20021ea02d1bedd873322f87e29','&laquo; continue from the previous page',NULL,NULL,'LINE',NULL,10,'','02bcf1740d8ddb7f82394b6db40168c4','',NULL),(33,'en','wpml-translation-management','9fe00026392c46348c32efcb7146e7e2','(inactive and unknown service)',NULL,NULL,'LINE',NULL,10,'','d1f438e86225da2efa49020181d0ed71','',NULL),(34,'en','wpml-translation-management','7f6cda63f0a6ab7792d9bc77a5925da2','(missing title)',NULL,NULL,'LINE',NULL,10,'','07437ecf7be9f42c4e459c442e1bd620','',NULL),(35,'en','wpml-translation-management','7f9766665ec6f2a447ac796f27ee89c9','* Remember, your login name for %1$s is %2$s. If you need help with your password, use the password reset in the login page.',NULL,NULL,'LINE',NULL,10,'','c8f79f831c7cdc9ed2016939c58e1391','',NULL),(36,'en','wpml-translation-management','950632df3df9b83757128cde4259cad5','* The Advanced Translation Editor is free now. When it goes out of beta, it will cost a small fee per user.',NULL,NULL,'LINE',NULL,10,'','9132d785ab7e42ecc21d170204f80d89','',NULL),(37,'en','wpml-translation-management','735d14e9dcb556bf3cb2a6d3488a23b7','* WPML’s Advanced Translation Editor has no lock-in. Content that you translate with it, you can continue editing with the Translation Editor.',NULL,NULL,'LINE',NULL,10,'','72e93e7232dd38f4a6e4b4efd0e3ecc0','',NULL),(38,'en','wpml-translation-management','61bbe31f59fd3dfac89adb2b8955def0','--Choose language--',NULL,NULL,'LINE',NULL,10,'','899ffcfcec750c4e8379bca8f8ee8232','',NULL),(39,'en','wpml-translation-management','c945186780c9ef4989aaad53c62fedef','1 translation has been fetched from the translation service.',NULL,NULL,'LINE',NULL,10,'','bac2e37926fa998bf15803934f31ebf8','',NULL),(40,'en','wpml-translation-management','168c83670550ce77e0807524e59b4f24','1. Review documents for translation',NULL,NULL,'LINE',NULL,10,'','3efc817cc93f0cebc460df4ee7bbc095','',NULL),(41,'en','wpml-translation-management','2393c1ebe87fc11de837a0585b263399','1. Select items for translation',NULL,NULL,'LINE',NULL,10,'','d703adc389516c892ab6292afa3713a9','',NULL),(42,'en','wpml-translation-management','46e15fef27872a9c3d70bc127380de87','You are about to translate duplicated posts.',NULL,NULL,'LINE',NULL,10,'1/2 Confirm to disconnect duplicates','72768e5ba08b83089b124967011aef90','',NULL),(43,'en','wpml-translation-management','9bf5ef47bf1cb20084bf7d6ad86ab835','2. Select translation options',NULL,NULL,'LINE',NULL,10,'','8a10f5cb88071843126148534daf75ad','',NULL),(44,'en','wpml-translation-management','f8486f679f15a053a8cf5db84bb77fbb','2. Set a batch name and deadline',NULL,NULL,'LINE',NULL,10,'','5de0035387bda2481561d33a336bafbb','',NULL),(45,'en','wpml-translation-management','db3aaf3b5d1871388d07cc36b4bbf7b4','These items will be automatically disconnected from originals, so translation is not lost when you update the originals.',NULL,NULL,'LINE',NULL,10,'2/2 Confirm to disconnect duplicates','296c1c9ac44c8c7e219673d6ac13cfa7','',NULL),(46,'en','wpml-translation-management','bcc748dbf96720f62053158fe304d537','3. Choose local translator or Translation Service',NULL,NULL,'LINE',NULL,10,'','47b379b898e7d52a325ff07a7d7272f4','',NULL),(47,'en','wpml-translation-management','e3802a02e65718f738ed534311b8a84f','<a href=\"%s\">Send to translation &raquo;</a>',NULL,NULL,'LINE',NULL,10,'','312131d98d72c58c98eac7a12d55d2bd','',NULL),(48,'en','wpml-translation-management','2ac02c0aa41936891a73cc7d8f924fba','<p>Could not add the requested languages. Please <a%s>contact us</a> for support. </p><p>Show <a%s>debug information</a>.</p>',NULL,NULL,'LINE',NULL,10,'','c2b5968297d64b64cc029ed4872dea89','',NULL),(49,'en','wpml-translation-management','f2ab4673eab15b718fa7f8a815667133','<p>Jobs committed...</p><p>You can check current status of this job in  <a href=\'%s\'>Translation Jobs tab</a>.</p>',NULL,NULL,'LINE',NULL,10,'','bc7b8f3e73c6e64e6bc8b02359faaffa','',NULL),(50,'en','wpml-translation-management','adc8aaaa8f6adb9951579d9ea634f2bb','<p>Requested languages are not supported by the translation service (%s). Please <a%s>contact us</a> for support. </p>',NULL,NULL,'LINE',NULL,10,'','807060ebf2bcd66d728bf8c13c945c68','',NULL),(51,'en','wpml-translation-management','76d30acd6e4264a79d4c8b9107163a1f','<p>The administrator has disabled term translation from the translation editor. </p>\\n<p>If your access permissions allow you can change this under \"Translation Management\" - \"Multilingual Content Setup\" - \"Block translating taxonomy terms that already got translated\". </p>\\n<p>Please note that editing terms from the translation editor will affect all posts that have the respective terms associated.</p>',NULL,NULL,'LINE',NULL,10,'','021d6ec3796e4a810c09208c38120c6f','',NULL),(52,'en','wpml-translation-management','2aebdcffdb019d83ea5b9263b7ff3d2a','API token:',NULL,NULL,'LINE',NULL,10,'','b05c8fd30504014ad2f1699dee70deec','',NULL),(53,'en','wpml-translation-management','a13367a8e2a3f3bf4f3409079e3fdf87','Activate',NULL,NULL,'LINE',NULL,10,'','32dd0b9381c7d27314d86216a9a0b76a','',NULL),(54,'en','wpml-translation-management','9f0537dc17ba4ff5ff3d5ad8b7bcfdca','Activated translation service',NULL,NULL,'LINE',NULL,10,'','baaaada03ded6e67cfc9f029b0ef060c','',NULL),(55,'en','wpml-translation-management','285dbd0f52b18350a5fb72c460e3afe8','Active service:',NULL,NULL,'LINE',NULL,10,'','d5b1c6256d6d417e6e6c4d0716db6530','',NULL),(56,'en','wpml-translation-management','d9b7fd77c5a96c50ede849c6fe6a122f','Add Translator',NULL,NULL,'LINE',NULL,10,'','249037fc6e1bb6dc0a02a485e2fd8dd1','',NULL),(57,'en','wpml-translation-management','c4102d672f7279341db1d05710e4fc85','Add another language pair',NULL,NULL,'LINE',NULL,10,'','bcb25dfb4332d4e122bf32a3d32d859d','',NULL),(58,'en','wpml-translation-management','c57ddd4391f60edaa91613a2ee2fb50e','Add new Translation Priority',NULL,NULL,'LINE',NULL,10,'','588889c28703deeb1e3b6d8644d3e401','',NULL),(59,'en','wpml-translation-management','ad3fb700aaa69684b9a7af2aadfacf9f','Add new Translator',NULL,NULL,'LINE',NULL,10,'','54ada639036a7cac085ddc0ac33d3b79','',NULL),(60,'en','wpml-translation-management','457d941a76e1a37d5866479a2898be6e','Add note for the translators',NULL,NULL,'LINE',NULL,10,'','77ec3cbb2119ebe3d8c3a8ffdbf5ca89','',NULL),(61,'en','wpml-translation-management','f112d6ab9e6254cc9051e2446179cdfa','Add selected content to translation basket',NULL,NULL,'LINE',NULL,10,'','228bf219b0fa9e08cc74e3f737913552','',NULL),(62,'en','wpml-translation-management','2c7bfddf1736fa2e2de276db306c9494','Add selected content to translation basket / Duplicate',NULL,NULL,'LINE',NULL,10,'','0863ce7478398dd8d8ec8b5e67434026','',NULL),(63,'en','wpml-translation-management','d28e3c875f66cff2cd1f82b28cc643ba','Add to translation basket',NULL,NULL,'LINE',NULL,10,'','f650222257c8c7941df592f5d0b5e376','',NULL),(64,'en','wpml-translation-management','9e396aa24b3f5d3bd15ffb7bc5f4cb80','Add translation manager',NULL,NULL,'LINE',NULL,10,'','60730fcb058a4e61a46556812dc37191','',NULL),(65,'en','wpml-translation-management','07f4d8a5f03bcd11aa18e394955ace76','Adjust links in posts and strings so they point to the translated content',NULL,NULL,'LINE',NULL,10,'','93ebcce2421c35ec56cfd679a0c845df','',NULL),(66,'en','wpml-translation-management','e91f851a8edd6243dc299581183a19d9','Adjust links in posts so they point to the translated content',NULL,NULL,'LINE',NULL,10,'','ece096063c0f7000dc7af86b10c288f9','',NULL),(67,'en','wpml-translation-management','270d9e96eabb705f973f8b0806df9ee6','Admin Strings',NULL,NULL,'LINE',NULL,10,'','57ab6279f487709d73db601eddbbf628','',NULL),(68,'en','wpml-translation-management','811ca437016d6f9a8041c4b396916f62','Admin Strings to Translate',NULL,NULL,'LINE',NULL,10,'','fd78439f87280ad59adce88ee80eb98a','',NULL),(69,'en','wpml-translation-management','a8594cd457713ba5334a0c0d7e7bb938','Administrator for %s',NULL,NULL,'LINE',NULL,10,'','84d0b55866fd605eaeb04712a8394d02','',NULL),(70,'en','wpml-translation-management','905abc9981aafd40068bb2a0b080e69c','Advanced Translation Editor',NULL,NULL,'LINE',NULL,10,'','1848011fc4dde41af419077790264980','',NULL),(71,'en','wpml-translation-management','0834295ec68c65a118ad6c7d4ef9d338','Advanced Translation Editor error:',NULL,NULL,'LINE',NULL,10,'','05b222d07dcf164f80e25f87f3922951','',NULL),(72,'en','wpml-translation-management','50fa0bb9d1114c7e986a049de2f8231d','Advanced Translation Editor is active',NULL,NULL,'LINE',NULL,10,'','0922fa0081aeeac94973a7dbccaaca28','',NULL),(73,'en','wpml-translation-management','e54171b4560bbb83e3d36d786c1392ce','Advanced Translation Editor is disabled.',NULL,NULL,'LINE',NULL,10,'','695d564119906f7f467cab2cc48acd56','',NULL),(74,'en','wpml-translation-management','5e67ac0ede833644ecb0d52d7f2bbb2f','Advanced Translation Editor is enabled and active',NULL,NULL,'LINE',NULL,10,'','f2a09f3e1a98d73dfe0229b41228610f','',NULL),(75,'en','wpml-translation-management','b0cc959814f94f03f9f0d44cbd41f0c4','Advanced Translation Editor is enabled but not active yet',NULL,NULL,'LINE',NULL,10,'','e0de9e1e0da3f034ca3c64d3c1f07356','',NULL),(76,'en','wpml-translation-management','8cdca562f792d56b1b0fca6ce53cc960','Advanced Translation Editor is not active yet',NULL,NULL,'LINE',NULL,10,'','d77fca173a311e4e100eb1120554ebcc','',NULL),(77,'en','wpml-translation-management','a0aefa679a81b05c027683bee0211b18','Advanced Translation Editor returned errors for %1$s job.',NULL,NULL,'LINE',NULL,10,'','eb3c8caa162f61a7bddc4baac8cc76ab','',NULL),(78,'en','wpml-translation-management','1e60b67ab1d67cb95f4a53fcb0a7dd59','Advanced Translation Editor subscription',NULL,NULL,'LINE',NULL,10,'','c8c20c99446a7b38d5f3e60795b7717e','',NULL),(79,'en','wpml-translation-management','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'LINE',NULL,10,'','84f62415a4ca9e3b8a1f585537149cc6','',NULL),(80,'en','wpml-translation-management','53ded23a712b29ac06cb364ea8be689b','All Languages',NULL,NULL,'LINE',NULL,10,'','f79abcda418256e4774ac099762a836a','',NULL),(81,'en','wpml-translation-management','9f7cd5b47bace1e7c904ccd9e22e9298','All Translation Priorities',NULL,NULL,'LINE',NULL,10,'','b6f189d12edfb221533077ae8565175b','',NULL),(82,'en','wpml-translation-management','607d9cf95c7c7ab711a8a349f8c5a6ab','All new lines should be replaced by HTML element %s. Use this option if translation tool used by translator does not support new lines characters (for example Virtaal software)',NULL,NULL,'LINE',NULL,10,'','47bcafd92aa6032a0d25e1bf74145334','',NULL),(83,'en','wpml-translation-management','99a061b5dfcace6e1f1ad8efea5f8c69','All posts and strings have been processed. %s links were changed to point to the translated content.',NULL,NULL,'LINE',NULL,10,'','1de9b03a762e61a06ef89a1e88e556a3','',NULL),(84,'en','wpml-translation-management','9db561ff87f6c696a59ac4d9befaecdc','All posts have been processed. %s links were changed to point to the translated content.',NULL,NULL,'LINE',NULL,10,'','f4adef6c063739591fdfaae283179beb','',NULL),(85,'en','wpml-translation-management','96e3d398260724e0a83da53a2e9f20e7','All statuses',NULL,NULL,'LINE',NULL,10,'','74c7bbcba26c54a7fdaa2e5c1e883e5d','',NULL),(86,'en','wpml-translation-management','c437163cfc85eea0aa4acf3aabbba166','All translation jobs',NULL,NULL,'LINE',NULL,10,'','d81c3f1646826d291dd19bce48ea3ce7','',NULL),(87,'en','wpml-translation-management','531fb7ad13d854f48c7d4cbdceff0ff7','All translation statuses',NULL,NULL,'LINE',NULL,10,'','d551d5d3bfd6f3584a3b3e45be59bff5','',NULL),(88,'en','wpml-translation-management','134353eb582d3f9bfd506fffd830814d','All types',NULL,NULL,'LINE',NULL,10,'','50728ba42fd4cfd6b3e20df90421d7b4','',NULL),(89,'en','wpml-translation-management','17ede085d3edd07f768f12b66f2c14f8','Allow visitors to tell you about translation issues by enabling %s',NULL,NULL,'LINE',NULL,10,'','45d93fb6fc132924720891a973e8b6c9','',NULL),(90,'en','wpml-translation-management','d049192712020efdb1296469d37c9814','Alt Text',NULL,NULL,'LINE',NULL,10,'','23b16cafa92993840b973dd6d9a92ffc','',NULL),(91,'en','wpml-translation-management','0b537694a8767929458f0ec75bf75147','An email has been sent to %s',NULL,NULL,'LINE',NULL,10,'','845d1d44efb6b1dc2cdeab5949179eaf','',NULL),(92,'en','wpml-translation-management','a25c753ee3e4be15ec0daa5a40deb7b8','An error occurred',NULL,NULL,'LINE',NULL,10,'','c08d4c04fd7e9c6d323421b803feefb1','',NULL),(93,'en','wpml-translation-management','9475177df74030214d1e6cf3ee642a9a','An error occurred:',NULL,NULL,'LINE',NULL,10,'','87bb015846064841232b32f9d71ed9d6','',NULL),(94,'en','wpml-translation-management','ed36a1ef76a59ee3f15180e0441188ad','Any',NULL,NULL,'LINE',NULL,10,'','6425ee241aeefbd1b440ece8bb7300cc','',NULL),(95,'en','wpml-translation-management','822a932aa8cd65661313e91e3205a5c0','Any existing content (translations) will be overwritten when creating duplicates.',NULL,NULL,'LINE',NULL,10,'','1392fa217040532a9e4a847bad7f37b5','',NULL),(96,'en','wpml-translation-management','8c7de9e5a48fc6062be263d4d66f0869','Any language',NULL,NULL,'LINE',NULL,10,'','b9657448134b9b468ddc196f89e61f84','',NULL),(97,'en','wpml-translation-management','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'LINE',NULL,10,'','46c70210d1c99e68f76cd09c878caec9','',NULL),(98,'en','wpml-translation-management','73bf8eb0043ef8076d5cef12e4c37c63','Are you sure you want to abort this translation?',NULL,NULL,'LINE',NULL,10,'','32602696c86c03a2ba516152127d597c','',NULL),(99,'en','wpml-translation-management','d9742f854156c64ba3431c3945f0f78d','Are you sure you want to cancel these jobs?',NULL,NULL,'LINE',NULL,10,'','6b507594dbef1d6827b2979fe06414d9','',NULL),(100,'en','wpml-translation-management','33cd55c6a1447f07cef9edc19a1e6f1c','Are you sure you want to reset the %1$s translation process?',NULL,NULL,'LINE',NULL,10,'','bf0d687383dc4d44b0801b8b3b0cd52d','',NULL),(101,'en','wpml-translation-management','103e36948ae2a08a7ea800584c43d76d','Are you sure you want to resign from this job?',NULL,NULL,'LINE',NULL,10,'','17251200d1c87ad9e8530d0ada1a0e15','',NULL),(102,'en','wpml-translation-management','6c33e06625d915615c44f0b8ebed05a0','Ask us',NULL,NULL,'LINE',NULL,10,'','d4e823ba5e1e82b6b549b0876cd0bc04','',NULL),(103,'en','wpml-translation-management','81093d9e27a4adc7a8dcb5937dbf8b91','At your service',NULL,NULL,'LINE',NULL,10,'','3786c83b9f05d62dd4e77985af4b8bbf','',NULL),(104,'en','wpml-translation-management','ea80ace13d1f296d26cadbaca1992e36','Authenticate',NULL,NULL,'LINE',NULL,10,'','78e851f8739528800a5b607b0d245d61','',NULL),(105,'en','wpml-translation-management','c6f1595fabeadb1a7d293e9887070c3b','Authenticate & Continue',NULL,NULL,'LINE',NULL,10,'','a6ef92b1d4c164f67f71637f0606ce74','',NULL),(106,'en','wpml-translation-management','ba828a47c4400cd91dd33477e99e7361','Auto-generate from title (default)',NULL,NULL,'LINE',NULL,10,'','435c65a2ed81b4ed1be4ca54e19e6669','',NULL),(107,'en','wpml-translation-management','5d43de892be9ea9b84c335f20a7fb60c','Autoformat',NULL,NULL,'LINE',NULL,10,'','9dfff66857da7294b592d3afe53b250b','',NULL),(108,'en','wpml-translation-management','03ee9761fca93c200fa45802c37369ed','Available to translate',NULL,NULL,'LINE',NULL,10,'','63eecb13abede5139765bc45072633c4','',NULL),(109,'en','wpml-translation-management','b5ac9966dbf815166381075fd90ff25a','Back to adding translators',NULL,NULL,'LINE',NULL,10,'','5764556d87dab54e34948e7aee004086','',NULL),(110,'en','wpml-translation-management','807402b2447c57bd90060f83ba51c561','Basic information',NULL,NULL,'LINE',NULL,10,'','132d35b8307b1612564a4d40e5e5142c','',NULL),(111,'en','wpml-translation-management','51ffe9dd1b1e143c1b9f1144d040e454','Batch',NULL,NULL,'LINE',NULL,10,'','a95a6bb26bb3cc29349b194bb5225e8e','',NULL),(112,'en','wpml-translation-management','9d3f667bf6b9a59768ea51f7efa9343c','Batch Name: ',NULL,NULL,'LINE',NULL,10,'','e591e4a4f8c4d30dbb6575218862c1d6','',NULL),(113,'en','wpml-translation-management','a2e00b54aad93cbbd7e4ba90320587ad','Batch is empty',NULL,NULL,'LINE',NULL,10,'','3b328b878ea0463f44dbc97727e3c9d2','',NULL),(114,'en','wpml-translation-management','d4aeb186ba926a40eaed9106e6171783','Batch name:',NULL,NULL,'LINE',NULL,10,'','106bc7a24c78e5b7c4a03572217de8d2','',NULL),(115,'en','wpml-translation-management','2ca2e92e55a2be2907e08a5644f228eb','Batch rolled back',NULL,NULL,'LINE',NULL,10,'','6671bf9de35b39c274e13d3c529422db','',NULL),(116,'en','wpml-translation-management','fa9548cb9f138c170f0768e8e62714ac','Before you can start sending content to translation, you need to complete a short setup.',NULL,NULL,'LINE',NULL,10,'','5041b571bf9edab0d34b763cef9a1918','',NULL),(117,'en','wpml-translation-management','ac101b32dda4448cf13a93fe283dddd8','Body',NULL,NULL,'LINE',NULL,10,'','1665cc92f4a4c53e072498cfad2f9bbc','',NULL),(118,'en','wpml-translation-management','bfab8bcc21a91d9a7e346bbe1143c3ea','Bulk Actions',NULL,NULL,'LINE',NULL,10,'','0779dee32135a1b796d7eedb306e6119','',NULL),(119,'en','wpml-translation-management','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'LINE',NULL,10,'','8f7e09bb8a7f064251449c4b0c9c617a','',NULL),(120,'en','wpml-translation-management','a2884f93c4c43fd423f914408b71b160','Cancel selected',NULL,NULL,'LINE',NULL,10,'','629f22476109bf2ca7e42442c40ef12c','',NULL),(121,'en','wpml-translation-management','cbe4fae566abbcf00bae31b60303197e','Cannot edit this item, because it is currently in the translation basket.',NULL,NULL,'LINE',NULL,10,'','40fe8f5a0f1f890a341d2863420ca6de','',NULL),(122,'en','wpml-translation-management','272ba7d164aa836995be6319a698be84','Caption',NULL,NULL,'LINE',NULL,10,'','6cb5017b619c4cd704815056e2031ffb','',NULL),(123,'en','wpml-translation-management','ef4028fd03962e2778eb762bb991792d','Changes in these translations will affect terms in general! (Not only for this post)',NULL,NULL,'LINE',NULL,10,'','235b3e63ec6381164523e53ff1e27bd8','',NULL),(124,'en','wpml-translation-management','b7d7436a18bf546dd6438d92218868c1','Check all',NULL,NULL,'LINE',NULL,10,'','9a25516d8cc22b3c831f57447a9983a8','',NULL),(125,'en','wpml-translation-management','d7d7ff48aa236d440fa75d47e940a79a','Check available Translation Services',NULL,NULL,'LINE',NULL,10,'','d84415e0fb2f86a50976dc5849fafbdd','',NULL),(126,'en','wpml-translation-management','e0fcefa04246ee2e47d111d626a7c197','Check status and get translations',NULL,NULL,'LINE',NULL,10,'','b4ce786e8a7794dfc48d2469833a210a','',NULL),(127,'en','wpml-translation-management','4a10643f95fe2e47e6ec10b93ceb0b45','Choose Your Translation Editor',NULL,NULL,'LINE',NULL,10,'','01c7178530e5327465840a95bbdc8c6b','',NULL),(128,'en','wpml-translation-management','b29d60409d7e27f28b1504c67bb3a701','Choose at least one translation action',NULL,NULL,'LINE',NULL,10,'','2be5c7837e92ad1ee74ec17e5343c370','',NULL),(129,'en','wpml-translation-management','a7ba66d06718bec68d1f6982a78455cf','Choose default format for XLIFF file:',NULL,NULL,'LINE',NULL,10,'','ef327d21198b18d97fbb363dd24e479f','',NULL),(130,'en','wpml-translation-management','ab6c70fd8d57c56fb5832028d9739c05','Choose if translations should be published when received. Note: If Publish is selected, the translation will only be published if the original document is published when the translation is received.',NULL,NULL,'LINE',NULL,10,'','d0514bfff7b822404c22eed2a734f1b6','',NULL),(131,'en','wpml-translation-management','dce7dbc0071021237eb6bb1ef99670b2','Choosing the translation method of the site and setting up translators',NULL,NULL,'LINE',NULL,10,'','d78272fa8db01f5d8bae354bfd1c9802','',NULL),(132,'en','wpml-translation-management','1fb7bf27ca0676e6fd1e6f1d542abdae','Choosing which content to translate',NULL,NULL,'LINE',NULL,10,'','bcdb29930f1aa0c1c9712cd60130106d','',NULL),(133,'en','wpml-translation-management','6b72854170d20639ac908315860e91fc','Classic Translation Editor',NULL,NULL,'LINE',NULL,10,'','b11e3946e7e29b68e1b9b7601a0b53e6','',NULL),(134,'en','wpml-translation-management','dc30bc0c7914db5918da4263fce93ad2','Clear',NULL,NULL,'LINE',NULL,10,'','39be2b909f536b3533c5baccd1911a0b','',NULL),(135,'en','wpml-translation-management','d4171765f1f06d98b3610fbd5c19d2e4','Clear Basket',NULL,NULL,'LINE',NULL,10,'','abd72a08b44dc37c47c7c9e1bf278dcb','',NULL),(136,'en','wpml-translation-management','6bee5661e926f636f142c7f60a227116','Clear log',NULL,NULL,'LINE',NULL,10,'','9923d71fa7fa1eda2aee869e4e7486dd','',NULL),(137,'en','wpml-translation-management','9983381c21069a3d6e4432e0aaea0079','Clear search',NULL,NULL,'LINE',NULL,10,'','fe335fc0264f2f2adcac43f5d9ac5376','',NULL),(138,'en','wpml-translation-management','2b31634e3cfef1bfdd7d0d2cdfdc3f9d','Collapse',NULL,NULL,'LINE',NULL,10,'','fafe437221f4d93f8a529ffc83251806','',NULL),(139,'en','wpml-translation-management','94085b05a8a43ecc2cfebc454f71eb1a','Committing jobs...',NULL,NULL,'LINE',NULL,10,'','ceb844d10309cafb136574626d2553da','',NULL),(140,'en','wpml-translation-management','ffe3e8c8f04cc88ad08188b3c549c572','Communicating with translators',NULL,NULL,'LINE',NULL,10,'','6ca62858e2ba14f56815ab37984d20bd','',NULL),(141,'en','wpml-translation-management','c15cb9da76391e6813def0a878470d61','Communication Log',NULL,NULL,'LINE',NULL,10,'','a8159fd28a71f75e18ef9da5fea37669','',NULL),(142,'en','wpml-translation-management','adfc1ed6337c438ec22d9d80ba3aacfb','Communication logging is currently disabled. To allow WPML support to help you with issues related to sending content to translation, you need to enable the communication logging.',NULL,NULL,'LINE',NULL,10,'','b643da2f2efee51875a54b857ae3e1f8','',NULL),(143,'en','wpml-translation-management','ae94f80b3ce82062a5dd7815daa04f9d','Complete',NULL,NULL,'LINE',NULL,10,'','21972fc6fcb1d0722f6dffa325a75d70','',NULL),(144,'en','wpml-translation-management','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'LINE',NULL,10,'','b6b52e7599f49d40513abb495c62c544','',NULL),(145,'en','wpml-translation-management','e6c5c0ff66e71ed7b447b46cef4adc2c','Connect this site to your %PLACEHOLDER% account',NULL,NULL,'LINE',NULL,10,'','66ded7ca7b05fba95849fbd1ca7f9ab8','',NULL),(146,'en','wpml-translation-management','bbaff12800505b22a853e8b7f4eb6a22','Contact',NULL,NULL,'LINE',NULL,10,'','ade0bb521ea7c945d96a62efc89a78a6','',NULL),(147,'en','wpml-translation-management','faa573842a7b3c00fa16054a6d0e543a','Content duplication',NULL,NULL,'LINE',NULL,10,'','b34938975b332a054ab0df76dcb4650f','',NULL),(148,'en','wpml-translation-management','eef88f2085a66a71639d5131736ae71b','Content updates log',NULL,NULL,'LINE',NULL,10,'','af512b28f0481a0bfd81716448c2a8cc','',NULL),(149,'en','wpml-translation-management','a0bfb8e59e6c13fc8d990781f77694fe','Continue',NULL,NULL,'LINE',NULL,10,'','20b07fbc94ff3e093847e218f6f18b6f','',NULL),(150,'en','wpml-translation-management','eb5568e2f405d9b1cd910e68b70cfc50','Continue to %s',NULL,NULL,'LINE',NULL,10,'','b08da71ef8225d8630a82446861c089d','',NULL),(151,'en','wpml-translation-management','55c2248775fdc923bda36db169e2642b','Copy & Overwrite all fields',NULL,NULL,'LINE',NULL,10,'','3e7a28e4a22d99b6e7708349c441eed5','',NULL),(152,'en','wpml-translation-management','63ecd6e5184f95400f7d7b846eeba71a','Copy all fields from original',NULL,NULL,'LINE',NULL,10,'','cc0cbdeba872c34ade0c1621deef95cd','',NULL),(153,'en','wpml-translation-management','9ed933b73ccd20c27608c1fc5e456502','Copy from original',NULL,NULL,'LINE',NULL,10,'','00036076e71da029363e341bed463ad8','',NULL),(154,'en','wpml-translation-management','8fc3cc27f88edfea3d7c85eb5b0cceba','Copy from original language if translation language uses encoded URLs',NULL,NULL,'LINE',NULL,10,'','23984792fd003733f7ef8ad267a388dd','',NULL),(155,'en','wpml-translation-management','4b0c9c77c35d2424fb0a5efcdaa42161','Copy from original to translation',NULL,NULL,'LINE',NULL,10,'','f4366ec3d10e061f65806d054524650a','',NULL),(156,'en','wpml-translation-management','06adefbf74556d65a06bba1c2e7267a7','Copy once',NULL,NULL,'LINE',NULL,10,'','05c3a8eee648af446bd39f54aa63b6b9','',NULL),(157,'en','wpml-translation-management','c89aea428bc54acb39ec0dafa4417270','Copy to empty fields only',NULL,NULL,'LINE',NULL,10,'','e8519e6395c67b27b1d935f8c6519382','',NULL),(158,'en','wpml-translation-management','cf6b13ee693605da27ac0f2b6d8407d7','Could not find user!',NULL,NULL,'LINE',NULL,10,'','9144d83274a0429a0a98cc9bc10ff4c6','',NULL),(159,'en','wpml-translation-management','559bcc5e24287edefaccdcb68b3541a6','Could not retrieve file from archive.',NULL,NULL,'LINE',NULL,10,'','a89548b222af590979c271b0f6c8e7ca','',NULL),(160,'en','wpml-translation-management','f81fc44974dfc40af687c2d6120ddb92','Could not update the translation pickup mode.',NULL,NULL,'LINE',NULL,10,'','6483987184c6875f8006c47dfd7ffd3b','',NULL),(161,'en','wpml-translation-management','971645491090209b5155bc3c57194db4','Count time',NULL,NULL,'LINE',NULL,10,'','a6a3725cd4f2773d84e09f79d8c762d6','',NULL),(162,'en','wpml-translation-management','24b420d77ad2fdfd442f328b804c54d1','Create a new user and set as Translator',NULL,NULL,'LINE',NULL,10,'','ca3cd6bf13d525727338df074bcd4c65','',NULL),(163,'en','wpml-translation-management','acb9c9b20bd20c35d97c780339ace4f2','Create a new user to be the Translation Manager',NULL,NULL,'LINE',NULL,10,'','9822a41f496e826e95d3c50ecdd1ca9d','',NULL),(164,'en','wpml-translation-management','5f0efd4ff407f86494e1122dac008afe','Create a new user to be the Translation Manager:',NULL,NULL,'LINE',NULL,10,'','79ae161b7c61b5851d77055e27489f10','',NULL),(165,'en','wpml-translation-management','d7c6867d87461373848091e269c0c0a1','Create translations manually',NULL,NULL,'LINE',NULL,10,'','a8d708ea52ac9f0982b31c8561ebd6bb','',NULL),(166,'en','wpml-translation-management','833956a760d996ae61ea8b385e9fb6f0','Custom Fields',NULL,NULL,'LINE',NULL,10,'','343ffff2a164bc8ce387a868b8c9ae2d','',NULL),(167,'en','wpml-translation-management','a359766065bd477c87fed082263a86d6','Custom Fields Translation',NULL,NULL,'LINE',NULL,10,'','46bc1a2863c76303eb5936fb607873e0','',NULL),(168,'en','wpml-translation-management','00bfea6ff30686cde07815b9c7c1ff76','Custom Term Meta Translation',NULL,NULL,'LINE',NULL,10,'','344cf05792119467a1d67d193b3bd63e','',NULL),(169,'en','wpml-translation-management','98f492f6e6cfc0d926e901a2f98295bb','Custom XML Configuration',NULL,NULL,'LINE',NULL,10,'','fc955395f3db149052214c91822e284d','',NULL),(170,'en','wpml-translation-management','09e91c1b2a3c9c3dd492af6bcb59e1ae','Custom XML configuration',NULL,NULL,'LINE',NULL,10,'','8cc141ce02548e366a571705de5aa054','',NULL),(171,'en','wpml-translation-management','7b9324fd1b6cc33da6065e0338fd1828','Custom fields',NULL,NULL,'LINE',NULL,10,'','38054583a8f5b464dc31fd507352a98f','',NULL),(172,'en','wpml-translation-management','c65f17ed604061f7161ceb3826d7a72a','Custom posts slug translation options',NULL,NULL,'LINE',NULL,10,'','7cd0b389e007b40b0c4f43cfe550633a','',NULL),(173,'en','wpml-translation-management','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'LINE',NULL,10,'','4142c6baffbcca916982fb66c39865fc','',NULL),(174,'en','wpml-translation-management','836bbbb8ca8d34028fd97a7945e999b1','De-authorize',NULL,NULL,'LINE',NULL,10,'','0212747d3e062ab58ff11248a39f5fea','',NULL),(175,'en','wpml-translation-management','109fec06829bd79d222cfc8af52aaaf1','Deactivate',NULL,NULL,'LINE',NULL,10,'','5940e424de9b21ca300d411c8a024014','',NULL),(176,'en','wpml-translation-management','159f7d51b9a4ff702c9b5543b8f7980f','Deadline',NULL,NULL,'LINE',NULL,10,'','9fad44df4bd4ca56558e53053d09c723','',NULL),(177,'en','wpml-translation-management','efc593bb200b4eaa4ff7c5734d2e581d','Dear %s,',NULL,NULL,'LINE',NULL,10,'','28167d43ba463f94409b60d3dcca2725','',NULL),(178,'en','wpml-translation-management','5fe6005bf6e415c950c011fb65f12b8f','Deleted',NULL,NULL,'LINE',NULL,10,'','26efcace781cd62fd21694c146fb5add','',NULL),(179,'en','wpml-translation-management','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'LINE',NULL,10,'','4ea5fc6c35ff27c7ab28c6349651fb6f','',NULL),(180,'en','wpml-translation-management','0b08c85be3ac90ab0b63397124a390fe','Did you know that you can also set Translation Services and professional translators will handle your translation?',NULL,NULL,'LINE',NULL,10,'','557f9654e79e2a613da530d0eb4cf844','',NULL),(181,'en','wpml-translation-management','cc7e0b9bb57f99116e2dae527b88e76a','Disable logging',NULL,NULL,'LINE',NULL,10,'','54849322e788699d2debedb7831b58c2','',NULL),(182,'en','wpml-translation-management','9482fd0c4f3b0bc2b6007c3c0d5787b2','Disable the possibility of creating accounts for users on wpml.org',NULL,NULL,'LINE',NULL,10,'','2af5ea2afb93e59448d508fa859d89ac','',NULL),(183,'en','wpml-translation-management','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'LINE',NULL,10,'','75d303a118fbf308a02849c0e77d432b','',NULL),(184,'en','wpml-translation-management','4fb813e73cf30a04d997657289ca6a6f','Displaying %s&#8211;%s of %s',NULL,NULL,'LINE',NULL,10,'','51e17a1fbfa893536e6f8edffa6ce5d0','',NULL),(185,'en','wpml-translation-management','cd88ce600576fcc630878b5e374835a5','Do nothing',NULL,NULL,'LINE',NULL,10,'','cd8274d729f3f2d748ec5d2950ef3800','',NULL),(186,'en','wpml-translation-management','dba28f3d80a7cb804800afa27ed12178','Do nothing - all new line characters will stay untouched.',NULL,NULL,'LINE',NULL,10,'','40ff54d22a09f93d7580dedda961402e','',NULL),(187,'en','wpml-translation-management','febd95dec354ae9e287e116c72238eb5','Do you already have an account at %PLACEHOLDER%?',NULL,NULL,'LINE',NULL,10,'','1e829880d600fc64667be0a354cc0e78','',NULL),(188,'en','wpml-translation-management','29f800d247642b7423acef2952e61097','Do you want to use a translation service for some or all of your site’s content?',NULL,NULL,'LINE',NULL,10,'','e65e946926dc601cb0192da8cff68c38','',NULL),(189,'en','wpml-translation-management','414c3c9ec7a65076ad9440960f3ed02b','Document status',NULL,NULL,'LINE',NULL,10,'','7b35da0412a3417efb67cb7011ca17f7','',NULL),(190,'en','wpml-translation-management','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'LINE',NULL,10,'','304d99794c667650723ed57ff57d04a6','',NULL),(191,'en','wpml-translation-management','d1fcd0333c7fe99f42eee2764eff2fd8','Don\'t include already translated terms in the translation editor',NULL,NULL,'LINE',NULL,10,'','d5dc631cc16a9e0be3f22e3806cb4051','',NULL),(192,'en','wpml-translation-management','3ef2fcd2b7d4e533b326af999862cdaf','Don\'t show this again.',NULL,NULL,'LINE',NULL,10,'','be32632e06adbe32fefcf552603d346a','',NULL),(193,'en','wpml-translation-management','e10c820c58137ecf450ee64fd5528e26','Don\'t show this warning again',NULL,NULL,'LINE',NULL,10,'','7a7a6a6ad514f5afc3481e9dfa992fc2','',NULL),(194,'en','wpml-translation-management','5e093960e44cb1d25f955d71426634e7','Don\'t translate',NULL,NULL,'LINE',NULL,10,'','d939d6116775ae594d4c35dd331e3711','',NULL),(195,'en','wpml-translation-management','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'LINE',NULL,10,'','f60ee51f38478076bf31cfe3f7cdf080','',NULL),(196,'en','wpml-translation-management','d3de52109c609784f2e4a28d0e9fdb97','Done!',NULL,NULL,'LINE',NULL,10,'','5f9ff7c2188caac08d35858940c9ccaa','',NULL),(197,'en','wpml-translation-management','70e9a2689efb5dffc7e73ef3c537a794','Done! ',NULL,NULL,'LINE',NULL,10,'','031758669a7a791ab90fbdaf769489dd','',NULL),(198,'en','wpml-translation-management','f03ab16cd58372c77ba45a3d9a5a1cb9','Draft',NULL,NULL,'LINE',NULL,10,'','ac1e4a18ee408f9cf35035964da379a8','',NULL),(199,'en','wpml-translation-management','ed75712b0eb1913c28a3872731ffd48d','Duplicate',NULL,NULL,'LINE',NULL,10,'','e9c7d3b52ef9af875100a8fe3a4c4cd7','',NULL),(200,'en','wpml-translation-management','2949dec1adac3e2e13dca695b9dcd0bd','Duplicate content',NULL,NULL,'LINE',NULL,10,'','3def62d2f597780acb124de43539da40','',NULL),(201,'en','wpml-translation-management','7cf6bc0403bb3b600dd91bdabf4d0792','Duplicating',NULL,NULL,'LINE',NULL,10,'','0a558de71c01f799861952785a7d3d53','',NULL),(202,'en','wpml-translation-management','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'','7d18cea0422b81f5f6a4255884734b4d','',NULL),(203,'en','wpml-translation-management','d6928f0da8416cf6101e706e0abacc53','Edit Languages',NULL,NULL,'LINE',NULL,10,'','6500ba154c32fc843e3feb99513ce665','',NULL),(204,'en','wpml-translation-management','38c0c1d9496deba33e04be1178c27b9a','Edit Translation Priority',NULL,NULL,'LINE',NULL,10,'','0364bc0f77c225d44da086126f575cfe','',NULL),(205,'en','wpml-translation-management','19ab81138575a666d0e342a836b788e0','Edit anyway',NULL,NULL,'LINE',NULL,10,'','208bb7db341b10efaf419f2ffe259b31','',NULL),(206,'en','wpml-translation-management','f873a88c74051e711b1bb9b49747703e','Edit independently',NULL,NULL,'LINE',NULL,10,'','61ec7bee1bc50f9355f98704b6827326','',NULL),(207,'en','wpml-translation-management','08adfbba0ae2cb8714a440188807619c','Edit language pair(s) for translator',NULL,NULL,'LINE',NULL,10,'','7c9f0fcd81b53e01442319e9dd93935e','',NULL),(208,'en','wpml-translation-management','fe1d8a6f0bd70919d237a7695723ccbc','Edit note for the translators',NULL,NULL,'LINE',NULL,10,'','63296ab969c4e8e7fb7c9a7b2c3dcda2','',NULL),(209,'en','wpml-translation-management','493a145beb9f1945a8d50f17a65b7ae7','Edit the %s translation',NULL,NULL,'LINE',NULL,10,'','721da901b917b5cef1d2f3e1417a7c7d','',NULL),(210,'en','wpml-translation-management','73882cd827b9e79fd564bcc27f9ec5c6','Edit translatable strings',NULL,NULL,'LINE',NULL,10,'','c627e84a471d6381c70a18bbc8385f3b','',NULL),(211,'en','wpml-translation-management','ed29920fade587761581f737fff44155','Edit user',NULL,NULL,'LINE',NULL,10,'','64c08d9f61718c51c594b05a6b1a28b8','',NULL),(212,'en','wpml-translation-management','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'LINE',NULL,10,'','55e387711a666c187a410dd46de4530f','',NULL),(213,'en','wpml-translation-management','6a1e265f92087bb6dd18194833fe946b','Email:',NULL,NULL,'LINE',NULL,10,'','562be4a9e9eb91efdace133d5685c3dd','',NULL),(214,'en','wpml-translation-management','c218ee1f0300a1c69a0f97d6d2872fde','Enable logging',NULL,NULL,'LINE',NULL,10,'','099023b64f90da7b5ec800bb3521302f','',NULL),(215,'en','wpml-translation-management','5821bcc23fc3f517cb40d19e8476ed92','Enable other translation services',NULL,NULL,'LINE',NULL,10,'','e60b47f249cc6bc02d43bb51d1c812ae','',NULL),(216,'en','wpml-translation-management','df0f66cb006fcc9a22c3a6f584258f93','Enter here your %s authentication details',NULL,NULL,'LINE',NULL,10,'','138ba042d92e2d733fa45a8da1a47821','',NULL),(217,'en','wpml-translation-management','902b0d55fddef6f8d651fe1035b7d4bd','Error',NULL,NULL,'LINE',NULL,10,'','c7049830dc970c95bb94b5126e00dc2f','',NULL),(218,'en','wpml-translation-management','67e284e328576a5bcae09651d55018b6','Error details',NULL,NULL,'LINE',NULL,10,'','2d4bd24bbf6eb55683d2b463b3ce817a','',NULL),(219,'en','wpml-translation-management','c48c42c966b3a35ad3b893e798bdec7c','Errors:',NULL,NULL,'LINE',NULL,10,'','a1bc4ed981bfd7e2f57f387542a58d31','',NULL),(220,'en','wpml-translation-management','deced2b589cf08ae83bde29d636a085f','Estimated cost: %s USD',NULL,NULL,'LINE',NULL,10,'','2b6bb21f14c467f4d5257f45cb681498','',NULL),(221,'en','wpml-translation-management','7fcfe72f6e79229ca9132ae6c2c113e4','Every %d Minutes',NULL,NULL,'LINE',NULL,10,'','a5c4697904fa3854c26784035fc8100c','',NULL),(222,'en','wpml-translation-management','6ca8bf4766b9dc7b1ea8b69562faac3f','Excerpt',NULL,NULL,'LINE',NULL,10,'','a6aa2e418c790e8a7e17498dfcab0456','',NULL),(223,'en','wpml-translation-management','8098b34f582537833b36b58273c3545b','Expand',NULL,NULL,'LINE',NULL,10,'','d742376f38e6393149128b91edb5a188','',NULL),(224,'en','wpml-translation-management','0095a9fa74d1713e43e370a7d7846224','Export',NULL,NULL,'LINE',NULL,10,'','d29326cd29ea551af4289fcd5de34948','',NULL),(225,'en','wpml-translation-management','9711c838d83aed85fd4af1908b79fb26','Export all filtered jobs of %1$s from %2$s to %3$s in %4$s:',NULL,NULL,'LINE',NULL,10,'','ca0e381d015451de2ccf7084a8fc4334','',NULL),(226,'en','wpml-translation-management','170ea72a1685fe482381856da77ed807','Export all jobs:',NULL,NULL,'LINE',NULL,10,'','58b3a7d45ef4c0941b169211287b2479','',NULL),(227,'en','wpml-translation-management','97b7e792574a7fd608b69f133e187f76','Export full log in CSV',NULL,NULL,'LINE',NULL,10,'','562b7194c1f4a6dcdad839b894d069e9','',NULL),(228,'en','wpml-translation-management','dd5cc26cfa7e6073cbfa6f4d9d7edc9e','External package ID: %d',NULL,NULL,'LINE',NULL,10,'','28a79c0d51ae28f0838191c3a622c137','',NULL),(229,'en','wpml-translation-management','c90167cdfb706a174c82ee64ed7856d7','Failed step: %s',NULL,NULL,'LINE',NULL,10,'','04a57669868667049cc391929f2703bc','',NULL),(230,'en','wpml-translation-management','07a8ab6ed830b4fa8ae336dcdda6cb9d','Failed to disconnect posts',NULL,NULL,'LINE',NULL,10,'','f771cff99a4cb21eed3861af5481c2e9','',NULL),(231,'en','wpml-translation-management','cdbd4d8f853cc5be3aaf4ba395241e6c','Failed to send email',NULL,NULL,'LINE',NULL,10,'','5e21f2989653bc028aeb73d05527c7e0','',NULL),(232,'en','wpml-translation-management','d7778d0c64b6ba21494c97f77a66885a','Filter',NULL,NULL,'LINE',NULL,10,'','42125c6dafc88ae92ed2ce77335e2f39','',NULL),(233,'en','wpml-translation-management','a20ddccbb6f808ec42cd66323e6c6061','Finish',NULL,NULL,'LINE',NULL,10,'','6bd6154d8cc520ea2da30f169bf9e52f','',NULL),(234,'en','wpml-translation-management','e72f667bddda37dcb17980d2c81078b9','Finished Post Duplication',NULL,NULL,'LINE',NULL,10,'','895450296bcf12cfcc36fcb9242d6d9e','',NULL),(235,'en','wpml-translation-management','5ac64b248de77e9ed93b15b9ef519e04','First available',NULL,NULL,'LINE',NULL,10,'','bf79ac577cace4e31649436adfe27379','',NULL),(236,'en','wpml-translation-management','668a8d8d7ffe5da112b266e46b79b685','First name:',NULL,NULL,'LINE',NULL,10,'','0ed82a4f8c2a41bdd8568856a36591db','',NULL),(237,'en','wpml-translation-management','f924008b822051813535ec89940a9e7d','Fold/Unfold code',NULL,NULL,'LINE',NULL,10,'','54cc2a1704ba8f1207c80c9d8f48f506','',NULL),(238,'en','wpml-translation-management','298692d4c5d43e37468490d94d613171','For WPML components you can receive updates from your %s or automatically, after you register WPML.',NULL,NULL,'LINE',NULL,10,'','dab2ae138d8b2eaa444a6fece8763251','',NULL),(239,'en','wpml-translation-management','2d99f2676e64e886518efeaf8f02e19d','For retrieving debug information for communication between your%s site and the translation system, use the <a href=\"%s\">communication log</a> page.',NULL,NULL,'LINE',NULL,10,'','3fd396e8df96d63a7672e97f3c7eedab','',NULL),(240,'en','wpml-translation-management','5da618e8e4b89c66fe86e32cdafde142','From',NULL,NULL,'LINE',NULL,10,'','bcdc8d4626bdc162371b70e9600d9433','',NULL),(241,'en','wpml-translation-management','ceddd68a26abfef82f600dd1a14e7d08','From %1$s to %2$s:',NULL,NULL,'LINE',NULL,10,'','14443039188095544f49c32c609fe912','',NULL),(242,'en','wpml-translation-management','de62775a71fc2bf7a13d7530ae24a7ed','General settings',NULL,NULL,'LINE',NULL,10,'','1f4255d259a5c1155a16a681809d505e','',NULL),(243,'en','wpml-translation-management','2a2e86f260a5c7ba8e5be3ef7bcb21f8','Generated by WPML plugin, running on %s.',NULL,NULL,'LINE',NULL,10,'','7984e6cda4cbef1a85dc84dbe4d733bb','',NULL),(244,'en','wpml-translation-management','c246110aa5e5d4b8fab3a168a8f4a889','Give a name to the batch. If omitted, the default name will be applied.',NULL,NULL,'LINE',NULL,10,'','5fac31a6d969f0f52940042bb76f967f','',NULL),(245,'en','wpml-translation-management','22b653bd8d2edcebb9e0036b4ac79262','Go back',NULL,NULL,'LINE',NULL,10,'','023d330ab34494e4361a1b2f4dc2cc4a','',NULL),(246,'en','wpml-translation-management','d1335b67636d70be2f28aa6e6c3db786','Great for smaller sites',NULL,NULL,'LINE',NULL,10,'','03f6b0af39675192db36f42a575abe52','',NULL),(247,'en','wpml-translation-management','e68ed2ddf43ae1f6d02d8a43d2eb9ca4','HTML-free editing',NULL,NULL,'LINE',NULL,10,'','94c6938ba82317d54c243396692924b8','',NULL),(248,'en','wpml-translation-management','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'LINE',NULL,10,'','96db603c5433d05c83206fecce38dd92','',NULL),(249,'en','wpml-translation-management','0b1a1e951e0f82f4fb3ddf75d4f61f40','Here is the full list of translation services that are integrated with WPML. With any service that you choose, you enjoy a streamlined process.',NULL,NULL,'LINE',NULL,10,'','3c173a2cede085e33aef7815ac34dc90','',NULL),(250,'en','wpml-translation-management','cf2d6fb37ddada3bfa55920ce1b089c4','Hi %s,',NULL,NULL,'LINE',NULL,10,'','e6604a18f146bfe5e1ed5f34bcbf1e0f','',NULL),(251,'en','wpml-translation-management','4dc60fb20f6be16c9282ac9efc6a9f09','Hide completed',NULL,NULL,'LINE',NULL,10,'','a3bcadc62f1dad9d15ee66b51852982d','',NULL),(252,'en','wpml-translation-management','c03df15646ce9068bcd3a789f0376083','Hide system fields',NULL,NULL,'LINE',NULL,10,'','d4e1ff57858950d0d5c1a925f4ec088b','',NULL),(253,'en','wpml-translation-management','4e48861c1d8b181336670185dcaf9992','Hide this',NULL,NULL,'LINE',NULL,10,'','114acfd68f4d1131ad2fd85cfc0f3052','',NULL),(254,'en','wpml-translation-management','7b99db5bd6278d1c4b0b03ccb503e2f6','How new lines characters in XLIFF files should be handled?',NULL,NULL,'LINE',NULL,10,'','0d99986ad640cf7677f2a3790826ae52','',NULL),(255,'en','wpml-translation-management','e93c732e5da4f744e3ac7ea72403c5a8','How should the site receive completed translations from Translation Service?',NULL,NULL,'LINE',NULL,10,'','5a6e9c85894e669c11397744a299de2e','',NULL),(256,'en','wpml-translation-management','27f6405938fa37dce8c218f5233c19cc','How to find API token in %PLACEHOLDER%',NULL,NULL,'LINE',NULL,10,'','b1ecfc95272d4ee363a98fe6a5c3e642','',NULL),(257,'en','wpml-translation-management','99a0cd7044499317d320b7990781d0f2','How to send content to your translators',NULL,NULL,'LINE',NULL,10,'','cf00188d3f66aeae5816a438c2f0f568','',NULL),(258,'en','wpml-translation-management','35f283a7226d42774ec6b6db6057c592','How to translate posts and pages',NULL,NULL,'LINE',NULL,10,'','e249063c929f2171b16f4122dd0219c2','',NULL),(259,'en','wpml-translation-management','8c8ac063ce47240e5efc9aa780c73629','How to write Language Configuration Files',NULL,NULL,'LINE',NULL,10,'','d321b44aeb28336f17d6aca7519efd8b','',NULL),(260,'en','wpml-translation-management','beee7bb6dfa409f0f6699ca2066c9517','I am about to stop any ongoing work done by %1$s.',NULL,NULL,'LINE',NULL,10,'','7bfa53a47240801debb49c73753178f2','',NULL),(261,'en','wpml-translation-management','a7251a0a9ac07fd8c68dedf1d428457b','I changed my mind',NULL,NULL,'LINE',NULL,10,'','371c24000aa601eb91c658baff186c5a','',NULL),(262,'en','wpml-translation-management','6eea9a0629cefb27c3d1b45a0b130048','ICanLocalize migration could not complete',NULL,NULL,'LINE',NULL,10,'','94879884980147ed75c3fa2498af9ff1','',NULL),(263,'en','wpml-translation-management','5659c033292b2afad9fcedf9ba025de3','Ideal for commercial sites',NULL,NULL,'LINE',NULL,10,'','f9cea225d4dc2f0b1648585d9bee7c10','',NULL),(264,'en','wpml-translation-management','c9448d5221d41fdaf18f2358d757082b','If the problem continues, please contact %s.',NULL,NULL,'LINE',NULL,10,'','0355d967f76d0189c06b644e42098114','',NULL),(265,'en','wpml-translation-management','3692c27f068bec15e59f89a187d98993','If this is not your production site (it\'s a staging or testing site), please do not run the update.',NULL,NULL,'LINE',NULL,10,'','cf2daf7dc3b054aa474ea86c1e24c550','',NULL),(266,'en','wpml-translation-management','02ea8a55e900817bedd35ba62374c3ae','If you are building this site for a client, it\'s a lot better to make your client the Translation Manager.',NULL,NULL,'LINE',NULL,10,'','92678e15805d7777f638a611808a2b54','',NULL),(267,'en','wpml-translation-management','bc46a50e221625ba0ee1cb51099fe54d','If you are building this site for a client, it\'s better to wait until you deliver the site. Then, set your client as the site\'s Translation Manager. As the site\'s admin, you can translate everything without completing this wizard.',NULL,NULL,'LINE',NULL,10,'','4165d123335bb2cacc3194e5641fdbd9','',NULL),(268,'en','wpml-translation-management','71d55ea65e63d642b5c28a7599d5f97f','If you are in a production site, you have to run this update before you can send more content for translation and receive completed translations.',NULL,NULL,'LINE',NULL,10,'','cdf5e70535035ce16dd35ae00775a41c','',NULL),(269,'en','wpml-translation-management','52f23c6f0449da8feaba59b913bf3d5f','If you don\'t have one, you can create it after clicking the authenticate button.',NULL,NULL,'LINE',NULL,10,'','6813360b12ea780ab0382154b075e5e8','',NULL),(270,'en','wpml-translation-management','c39f8e421f1ce6afb85c581cbe14025f','If you wish to use %1$s, please go to %2$s and use the %3$s button.',NULL,NULL,'LINE',NULL,10,'','5b8621dd7d898f037dc532763f717988','',NULL),(271,'en','wpml-translation-management','1cb317d18c44caaae1520988af836130','If you wish to use only local translators, please go to %1$s and use the %2$s button.',NULL,NULL,'LINE',NULL,10,'','5812d126240e38570d92dbc3ef916615','',NULL),(272,'en','wpml-translation-management','986edee6581ac8d2a6708d7fefcc6624','Import / Export XLIFF',NULL,NULL,'LINE',NULL,10,'','8ac6df1b02d5b39ad3413338818191f0','',NULL),(273,'en','wpml-translation-management','94ad744412a2ec25165a4769d8c03e0f','In basket',NULL,NULL,'LINE',NULL,10,'','b0f08cb55ca163afe1cc42fce2aa40d2','',NULL),(274,'en','wpml-translation-management','ac6fe35ba422c27378e1a8f89647181c','In order to add jobs to the queue you must:',NULL,NULL,'LINE',NULL,10,'','2785c9d350cc7cae214018ae396e0e6f','',NULL),(275,'en','wpml-translation-management','b6e0b0c90cfbddfe767f137f8066d1df','In progress',NULL,NULL,'LINE',NULL,10,'','5b427fa21d00a14dcfb087d1b27b178a','',NULL),(276,'en','wpml-translation-management','e54196935c0fa273c9a3a561c2aaeeb8','In the translation basket',NULL,NULL,'LINE',NULL,10,'','12eb82b0a9ff001872f00d557d00681a','',NULL),(277,'en','wpml-translation-management','adb811f5d8555414dd609f6c97a6d038','Include XLIFF files in notification emails',NULL,NULL,'LINE',NULL,10,'','0d9f96d8709bb2155b2647867e3df088','',NULL),(278,'en','wpml-translation-management','4a8168bf49fc1eadfff34291f44da050','Include XLIFF files in the notification emails',NULL,NULL,'LINE',NULL,10,'','83d827552b5adecf5f92e434f526fe34','',NULL),(279,'en','wpml-translation-management','a8500085aefc2206b726c6d8f435e64a','Incompatible Archive.',NULL,NULL,'LINE',NULL,10,'','e6b2290855fdaf7e87d3ea790a0e7bf3','',NULL),(280,'en','wpml-translation-management','5e3523c79513376a032ac7f436d97fcc','Are you sure you want to do this?',NULL,NULL,'LINE',NULL,10,'Incomplete local jobs after TS activation: [confirmation] 01 Message','aae9c9bbc3a645dc7f564f96b01c3044','',NULL),(281,'en','wpml-translation-management','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'LINE',NULL,10,'Incomplete local jobs after TS activation: [confirmation] 01 No','2fd8a667c001eaeb2c3ea4a5405d481a','',NULL),(282,'en','wpml-translation-management','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'LINE',NULL,10,'Incomplete local jobs after TS activation: [confirmation] 01 Yes','f12ca0db9290801f0e744708f385707a','',NULL),(283,'en','wpml-translation-management','19e83ebed6c2b318aed5eebfb99aa960','Incomplete local translation jobs',NULL,NULL,'LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 00 Title','23986af2ee240e539c2d0492d40d07cd','',NULL),(284,'en','wpml-translation-management','d0d6752f021154722e5840842e85effc','Cancelled local translation jobs:',NULL,NULL,'LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 01 Cancelled','7898d924455f613277dfb0dd1471329f','',NULL),(285,'en','wpml-translation-management','1a9e3c3d3391943c680d9a47103cbebf','Open local translation jobs:',NULL,NULL,'LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 02 Open','592ec9e71551a6868e4bd78c22e548a3','',NULL),(286,'en','wpml-translation-management','c61a39795dd6c2745ef3255f34d1df1a','Unable to cancel some or all jobs',NULL,NULL,'LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 03 Error','597bc355dfbd96a9b1840f1936a41767','',NULL),(287,'en','wpml-translation-management','04ad9c16c43f79db5dd4229b071d0c09','Unable to complete the action',NULL,NULL,'LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 04 Error','949b63ac8a6404576e9c722739a328f6','',NULL),(288,'en','wpml-translation-management','ebddc2e34f9f56172eb479de9c170eea','Local translation jobs will be kept and the above notice hidden.',NULL,NULL,'LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 10 Close button','1ec2b9abeb4c878d12e6362687ad19a9','',NULL),(289,'en','wpml-translation-management','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'LINE',NULL,10,'Incomplete local jobs after TS activation: [response] 20 Close button','f986db27dc20e10f6f436bcd40acf9c6','',NULL),(290,'en','wpml-translation-management','4dc43f6b20d1b79391d289c7576ba9ed','Inside your %PLACEHOLDER% account, you will find an \"API token\". This token allows WPML to connect to your account at %PLACEHOLDER% to send and receive jobs.',NULL,NULL,'LINE',NULL,10,'','3c30dffe35f3ce0e7f93f25435516857','',NULL),(291,'en','wpml-translation-management','a763f01f928ff565b320ac0eb2158995','Invalid Request',NULL,NULL,'LINE',NULL,10,'','0ba6a591191c493567aa572eb10e06f1','',NULL),(292,'en','wpml-translation-management','a27b15679b0091d3dac4927fe4f56823','Invalid Request.',NULL,NULL,'LINE',NULL,10,'','44380ce22741a8befee319485ca518f6','',NULL),(293,'en','wpml-translation-management','446b416d535ed3f547fcd653dc11d49c','Invalid request',NULL,NULL,'LINE',NULL,10,'','fe5fc09836c64d3099fc4a87f33920e6','',NULL),(294,'en','wpml-translation-management','12ac0647e0eb6be1917f5df7949c0935','It was not possible to refresh the active translation service information.',NULL,NULL,'LINE',NULL,10,'','96751bda64691b5567710f1886c7a050','',NULL),(295,'en','wpml-translation-management','9dea4016dbcc290b773ab2fae678aaa8','Items',NULL,NULL,'LINE',NULL,10,'','dc3e08b16d85f248d339fa56bd4d698d','',NULL),(296,'en','wpml-translation-management','732275a6ae801bb15c4e6a12e2cf25a7','Items sent for translation!',NULL,NULL,'LINE',NULL,10,'','fb7a42ed11bf47cc5eb7fcab6d97b296','',NULL),(297,'en','wpml-translation-management','230ef367808d9c12ac93bc0db937f3be','Job %1$s: %2$s - %3$s',NULL,NULL,'LINE',NULL,10,'','5f43fe6abc55dd61d82790fcfc279df8','',NULL),(298,'en','wpml-translation-management','ad74fc150120f95fc4794ae6db313217','Job ID is missing',NULL,NULL,'LINE',NULL,10,'','45f193412868f603dbffcd5efc400b17','',NULL),(299,'en','wpml-translation-management','e51b1e1c9b2d754e0bbc33ba31abcb35','Job waiting for a translator in %s',NULL,NULL,'LINE',NULL,10,'','12b32c4d7856492994353fc1396c6077','',NULL),(300,'en','wpml-translation-management','12ceff2290bb9039beaa8f36d5dec226','Jobs',NULL,NULL,'LINE',NULL,10,'','8137784a31bc8555de75c006e4e4f1da','',NULL),(301,'en','wpml-translation-management','6e0698ab2ef43df3751eab8fc34a7eb7','Jobs could not be created in Advanced Translation Editor. Please try again or contact the WPML support for help.',NULL,NULL,'LINE',NULL,10,'','c8c36c2a3caac4ab688a88598940b66c','',NULL),(302,'en','wpml-translation-management','9047bd788d1241f543d3c1061fc5987d','Jobs that are waiting for translation',NULL,NULL,'LINE',NULL,10,'','fbde9afc22e891847023ed8511dbc03b','',NULL),(303,'en','wpml-translation-management','4994a8ffeba4ac3140beb89e8d41f174','Language',NULL,NULL,'LINE',NULL,10,'','6e5def3cef4741f8b3ec0ae246e6fc38','',NULL),(304,'en','wpml-translation-management','bc6aac53bc1e29e056a2ebfad6cc91d4','Language Pairs',NULL,NULL,'LINE',NULL,10,'','deaa91a7470494411214d01ee32dbecc','',NULL),(305,'en','wpml-translation-management','4af35f3047f9e3455497ed0af924c33b','Language filtering has been disabled because you already have items in %s in the basket.',NULL,NULL,'LINE',NULL,10,'','89e98bde8d3a1658b631243b69a27772','',NULL),(306,'en','wpml-translation-management','cf73ee7aa44fd213510b08c41737079c','Language pair',NULL,NULL,'LINE',NULL,10,'','1444651cce6993e1729ac81dc0a8ea99','',NULL),(307,'en','wpml-translation-management','a41201f6ce94e7c4d5db331e35296da5','Language pairs not refreshed, please try again',NULL,NULL,'LINE',NULL,10,'','a48779797c5b9c982022c0a6c5320ca3','',NULL),(308,'en','wpml-translation-management','11ad45253fd5bb2d07b253d70e439066','Language pairs refreshed',NULL,NULL,'LINE',NULL,10,'','71db6e85a91a08672d186d35d5a91eb4','',NULL),(309,'en','wpml-translation-management','3a08e2e340ab29fd9263af48193cbf8e','Languages',NULL,NULL,'LINE',NULL,10,'','bd91017bfe93fda29a6d2f3d1982d8e8','',NULL),(310,'en','wpml-translation-management','a987e4336425a19e850267e8a67fbacf','Last attempt was on',NULL,NULL,'LINE',NULL,10,'','c6d4df281f18e9d413255ebea509f8a4','',NULL),(311,'en','wpml-translation-management','89de86aa34494d545d8cbb4fff3a4e59','Last check: %s',NULL,NULL,'LINE',NULL,10,'','793812ce437de425db933e31e0fff814','',NULL),(312,'en','wpml-translation-management','92de805ae582ce6049f832471539737c','Last error',NULL,NULL,'LINE',NULL,10,'','4ae3904cf512c9e023033f4ccbe32247','',NULL),(313,'en','wpml-translation-management','be5e0b5d50d48b049bd0f7b57cd163f9','Last name:',NULL,NULL,'LINE',NULL,10,'','30958644b46fedf9e5a181223b8eb59d','',NULL),(314,'en','wpml-translation-management','22466765c62e07c49bd35e0046386e24','Learn how to translate content that comes from Gutenberg',NULL,NULL,'LINE',NULL,10,'','c9cb9b7bcefab7583ffe8f175cfbfa36','',NULL),(315,'en','wpml-translation-management','d59048f21fd887ad520398ce677be586','Learn more',NULL,NULL,'LINE',NULL,10,'','7593d8152530c700af73f1daf10bbd64','',NULL),(316,'en','wpml-translation-management','6df9d6138251a4095b40d9d2a831ac86','Learn more about WPML\'s Advanced Translation Editor',NULL,NULL,'LINE',NULL,10,'','560e75ce7a0aa79550f9bdfe7ad9f587','',NULL),(317,'en','wpml-translation-management','efa576acf02c0c644bfad86a17eb0538','Learn more about the different translation options',NULL,NULL,'LINE',NULL,10,'','db47f98624eb145c4fd95cf35031f86a','',NULL),(318,'en','wpml-translation-management','65a90b349ab6c3802c94483c832f24f3','Link to original document %d',NULL,NULL,'LINE',NULL,10,'','711023d59bf498c39129664984cb75b7','',NULL),(319,'en','wpml-translation-management','993f9ef3a843654996606d2b4fdb6e24','You can see all the jobs that you sent and their deadlines in the %s.',NULL,NULL,'LINE',NULL,10,'List of translation jobs: %s replaced by \"list of translation jobs\"','acf7780a131073fe6da7c282b6e54dfc','',NULL),(320,'en','wpml-translation-management','ee576727eba5a79523247773a49c337c','list of translation jobs',NULL,NULL,'LINE',NULL,10,'List of translation jobs: used to build a link to the translation jobs page','98d2c0d8fc90fbd7cc695131a9569ca5','',NULL),(321,'en','wpml-translation-management','7381d487d18845b379422325c0a768d6','Loaded',NULL,NULL,'LINE',NULL,10,'','50fd5f1e95782faf9615e7a81523674d','',NULL),(322,'en','wpml-translation-management','509820290d57f333403f490dde7316f4','Local',NULL,NULL,'LINE',NULL,10,'','97b085966630c93673e600e945549b9e','',NULL),(323,'en','wpml-translation-management','78c3fda275349c4d449086141197328e','Local Translators',NULL,NULL,'LINE',NULL,10,'','9bc8b823075ba0929017cf13fa338e2c','',NULL),(324,'en','wpml-translation-management','53fb28993138fab1ec1f6b4f833d177b','Local translators',NULL,NULL,'LINE',NULL,10,'','c8277c28e81d40caa5c183311cfeff84','',NULL),(325,'en','wpml-translation-management','fd163b5eccff736ee8edc8cb0a161700','Looking for a different translation service?',NULL,NULL,'LINE',NULL,10,'','1a555fbd80e0e62ad6705a5be7f59ecc','',NULL),(326,'en','wpml-translation-management','1d254467b1782e9c91cddb8a2f36f9e8','Looks like you are running a multilingual WooCommerce site. To easily translate WooCommerce products and categories, you should use %s',NULL,NULL,'LINE',NULL,10,'','fbe28e9b832599072696f23419a700e9','',NULL),(327,'en','wpml-translation-management','dfd1559e6f088fa217837691e808d7f3','Machine Translation',NULL,NULL,'LINE',NULL,10,'','2f23323c113d664ca56c5bc3c77726ea','',NULL),(328,'en','wpml-translation-management','6ae69f27e3ee0bae4f287feb25b3423a','Make myself the site’s Translation Manager',NULL,NULL,'LINE',NULL,10,'','e5c6cf6af8ab5390616babcf5c8a081e','',NULL),(329,'en','wpml-translation-management','14f23a56b6fedb83308e341a4eb07f8a','Manage translator subscriptions',NULL,NULL,'LINE',NULL,10,'','b4134d01981141b632787214f59e939f','',NULL),(330,'en','wpml-translation-management','a182e10f0b7a60257f089b51250c7367','Manage your translators',NULL,NULL,'LINE',NULL,10,'','29fb00f1560f96d96ebd355e500b7dca','',NULL),(331,'en','wpml-translation-management','4b8e2dc9b659702bb756d14d7479283e','Migration to ICL 2.0',NULL,NULL,'LINE',NULL,10,'','f915143bdaaf72650a192db8b70a96fb','',NULL),(332,'en','wpml-translation-management','d27532d90ecd513e97ab811c0f34dbfd','Minimize',NULL,NULL,'LINE',NULL,10,'','389d04953fb0e95ef05c74f32565d0e0','',NULL),(333,'en','wpml-translation-management','92ce826f67964e45231a6bc326879988','Minor edit - don\'t update translation',NULL,NULL,'LINE',NULL,10,'','45311b61ef64fd6cc53db235d6b76b7e','',NULL),(334,'en','wpml-translation-management','5610b2a41f49f7d337556608388dbf5d','Missing or wrong data:',NULL,NULL,'LINE',NULL,10,'','ace26587232ffb8f71c39dda513dd1bc','',NULL),(335,'en','wpml-translation-management','d3da97e2d9aee5c8fbe03156ad051c99','More',NULL,NULL,'LINE',NULL,10,'','b31878e785750fcabd9068f43e475796','',NULL),(336,'en','wpml-translation-management','ab066b3292d8ab61ef3b5c77169cdd19','More information',NULL,NULL,'LINE',NULL,10,'','92f910a108935913572c0be8b3924989','',NULL),(337,'en','wpml-translation-management','7b1efa75666f1435cd2931e52f1db614','Multilingual Content Setup',NULL,NULL,'LINE',NULL,10,'','ec394c71b4dfb38f79144e3a140cc95a','',NULL),(338,'en','wpml-translation-management','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'LINE',NULL,10,'','dbd5edc6c5865d85bd9d337db27857dc','',NULL),(339,'en','wpml-translation-management','960e06e38c89504aff9b0cf3497ebaf2','Need help with translation?',NULL,NULL,'LINE',NULL,10,'','9315541dc3ab2225457e4c5e292d798e','',NULL),(340,'en','wpml-translation-management','7d7443478cb72564eb1a039f5d7a9ab4','Need translators?',NULL,NULL,'LINE',NULL,10,'','bdedbc972ffad52934c31c80aca28d12','',NULL),(341,'en','wpml-translation-management','86ac312fad003033e7c6e4384af74728','Needs refresh - Some items of this type are not counted',NULL,NULL,'LINE',NULL,10,'','4d4727b8e9878f4cec5073b7becdf669','',NULL),(342,'en','wpml-translation-management','68e468726a5d8abb5201afb2dda3f300','Needs updating',NULL,NULL,'LINE',NULL,10,'','36fd716c06eb369e9a276e25b2702162','',NULL),(343,'en','wpml-translation-management','e87baba4f2009ad3bb94049cac9f395f','New Translation Priority Name',NULL,NULL,'LINE',NULL,10,'','3658813dddcc5c932bb077138b3a6e3f','',NULL),(344,'en','wpml-translation-management','aba67cb05dacc11c7450c969d7855c2c','New lines character',NULL,NULL,'LINE',NULL,10,'','987d76e2f8847a068cbfa1f226d70305','',NULL),(345,'en','wpml-translation-management','43a03ece4649531723a4ebedba206d2c','New translation job from %s',NULL,NULL,'LINE',NULL,10,'','23c99ba313da48b6b6cc2edc5b9c7f84','',NULL),(346,'en','wpml-translation-management','c7747c4a14946ee5a41d64e5342ab922','No custom fields found. It is possible that they will only show up here after you add more posts after installing a new plugin.',NULL,NULL,'LINE',NULL,10,'','8239e91ab27b4dded34e63ec312d9ed5','',NULL),(347,'en','wpml-translation-management','5742e4f50e8a7c18a807fe0c3f57906f','No documents found',NULL,NULL,'LINE',NULL,10,'','55857eaad19ddfe7c077e4a85662c5d7','',NULL),(348,'en','wpml-translation-management','64614603f1a5f741a2c54c6ac4ab73a3','No duplicate posts found to disconnect.',NULL,NULL,'LINE',NULL,10,'','fbb6e4f92576b6f1d8f697a6f07d2e77','',NULL),(349,'en','wpml-translation-management','3ab3bf15883b4c6a044e5aba9a87415c','No items found in basket',NULL,NULL,'LINE',NULL,10,'','c9bb4b2eb7a8bf319578427334edc5f8','',NULL),(350,'en','wpml-translation-management','3b470c1f6a10f58c8a8cb6b904577786','No matches',NULL,NULL,'LINE',NULL,10,'','80d90bc346f6279436365be936b18eac','',NULL),(351,'en','wpml-translation-management','000a6398280d6b69d365b1a45a8f73b0','No selected translators!',NULL,NULL,'LINE',NULL,10,'','86f56e0c69cc467793bd914dd174a51b','',NULL),(352,'en','wpml-translation-management','a72f349272b922eba90831f8d43457b1','No term meta found. It is possible that they will only show up here after you add/create them.',NULL,NULL,'LINE',NULL,10,'','d9f932708b759d44647e9073b261d979','',NULL),(353,'en','wpml-translation-management','362e6226496ee758d2221ec65f3a79fa','No thanks, I\'m using my own translators',NULL,NULL,'LINE',NULL,10,'','8b7a3355ef4c809f853aa7525163ecbc','',NULL),(354,'en','wpml-translation-management','16179a83176e6336a1fc333b9878d26c','No translation jobs found',NULL,NULL,'LINE',NULL,10,'','478eff58c8a21c0c7f0ee5c8c9cf0b3a','',NULL),(355,'en','wpml-translation-management','94aad020ce77f42ccd8a75843ae97680','No translation jobs were selected for export.',NULL,NULL,'LINE',NULL,10,'','965399fc565ddf8d2903c1953a1013c3','',NULL),(356,'en','wpml-translation-management','b333b5fe249e70942a362c4121b3914d','No translation languages configured for this user.',NULL,NULL,'LINE',NULL,10,'','83f8b59817415b62b68c4f63a35f32b3','',NULL),(357,'en','wpml-translation-management','9c8e5b5fd65401f77580bfa238bb0295','No, I need to create an account',NULL,NULL,'LINE',NULL,10,'','0c6355af9e74c245773c9bf96212bfa9','',NULL),(358,'en','wpml-translation-management','47247fd5f6bfbf4f9444856311e1e84d','None found',NULL,NULL,'LINE',NULL,10,'','5eabd1fec0f3da24c3c7508294d0ed18','',NULL),(359,'en','wpml-translation-management','a5a070d0bb3083d51955db55d0586aae','Not loaded',NULL,NULL,'LINE',NULL,10,'','8ecf9b3d19a9b11a7775bb6e3fccea87','',NULL),(360,'en','wpml-translation-management','3ec6d6a77bd0638fd0d0c978c168c0b7','Not needed',NULL,NULL,'LINE',NULL,10,'','56ee47c48ada39edde047869d20c36be','',NULL),(361,'en','wpml-translation-management','35964de41809178177f83db0635249ca','Not sure? %s.',NULL,NULL,'LINE',NULL,10,'','736b4534d04cd49c896810e5b79523a6','',NULL),(362,'en','wpml-translation-management','908c0345c3cc55c54abc25a083f7ce50','Not translated',NULL,NULL,'LINE',NULL,10,'','212a478875a6e471fc8fe547a5af6465','',NULL),(363,'en','wpml-translation-management','c6ce5ae9b3be27485d0637e26c35383b','Not translated or needs updating',NULL,NULL,'LINE',NULL,10,'','9683592fb9e2c892124c749b01c08c8d','',NULL),(364,'en','wpml-translation-management','6db6331d7e4eedc02d689310ea1f1be3','Note for the translators',NULL,NULL,'LINE',NULL,10,'','9c37a49eacad74f292716892011890f2','',NULL),(365,'en','wpml-translation-management','f4c6f851b00d5518bf888815de279aba','Notes',NULL,NULL,'LINE',NULL,10,'','163dab5923e8815a90eb7c86d39b16e5','',NULL),(366,'en','wpml-translation-management','503140162b0e829c1962efcc3ffaa528','Notification emails to the translation manager',NULL,NULL,'LINE',NULL,10,'','54ce56ff6908654fc0635a0597206639','',NULL),(367,'en','wpml-translation-management','71e7d41989a75d946029ed08cb12483f','Notification emails to translators',NULL,NULL,'LINE',NULL,10,'','47084046b97c1300ea949093eb842883','',NULL),(368,'en','wpml-translation-management','3a36beb95590bd7e271a61aaeefd1c5f','Notification emails:',NULL,NULL,'LINE',NULL,10,'','9d52d1c265729fc1aded3162e5ae41b7','',NULL),(369,'en','wpml-translation-management','476c5292c51174b72cb66457748809bb','Notify the translation manager when jobs are late by %s days',NULL,NULL,'LINE',NULL,10,'','c5b5ae4a362892be6cf71a6af6c7eb4b','',NULL),(370,'en','wpml-translation-management','ef0071d99a9d4442d59ef818b826a1a2','Notify the translation manager when jobs complete %s',NULL,NULL,'LINE',NULL,10,'','e6d3c327c54ca79eeca20fc2b45b97f2','',NULL),(371,'en','wpml-translation-management','2b3d7036196f152bf112e489a924c20e','Notify translators when new jobs are waiting for them',NULL,NULL,'LINE',NULL,10,'','5683d85ea6d475200f99fb527c316973','',NULL),(372,'en','wpml-translation-management','670950d68ad4d559bc79d3330da85bdb','Notify translators when they are removed from jobs',NULL,NULL,'LINE',NULL,10,'','9590dcd4f149ddb25ae14519678a537b','',NULL),(373,'en','wpml-translation-management','dfd5dfa9296d213d6b8eca2d6192a1e9','Number of attempts made',NULL,NULL,'LINE',NULL,10,'','c3d9d4da5d31cf39abcdc4fa19297084','',NULL),(374,'en','wpml-translation-management','af78e077df1464863e83ffedfc9546e6','Number of pages',NULL,NULL,'LINE',NULL,10,'','31b586f32595994b45021207bb66b726','',NULL),(375,'en','wpml-translation-management','d75a7e71c0bddd0f2cbfbbaf0e246e4c','Number of strings',NULL,NULL,'LINE',NULL,10,'','543973c2ab9fdcaeb25862cb645da406','',NULL),(376,'en','wpml-translation-management','6fd2c8c6951945b8e9130afdd33883dd','Number of words',NULL,NULL,'LINE',NULL,10,'','93f0630f383008ef46246ebd32b265dc','',NULL),(377,'en','wpml-translation-management','e0aa021e21dddbd6d8cecec71e9cf564','OK',NULL,NULL,'LINE',NULL,10,'','ba388db7631ca42922a32ab8d434cbab','',NULL),(378,'en','wpml-translation-management','f2e8a77dbea2aa286f083d39d35a34d0','Often not recommended',NULL,NULL,'LINE',NULL,10,'','a447f8e2959969fa112b38e8337b1229','',NULL),(379,'en','wpml-translation-management','a60852f204ed8028c1c58808b746d115','Ok',NULL,NULL,'LINE',NULL,10,'','71b02fb327a8d65e7b120f3c3224d2f0','',NULL),(380,'en','wpml-translation-management','b641f54342d572b2d21d27491206ce29','Ok!',NULL,NULL,'LINE',NULL,10,'','cb07b9557a04825b5156b119bb382c72','',NULL),(381,'en','wpml-translation-management','fcd6be7c80ac008f69fda1d43653ebf2','One of the selected strings is in a language that is not activate. It can not be added to the translation basket.',NULL,NULL,'LINE',NULL,10,'','ca2952b94c97985fba4dca8a53f8ea3d','',NULL),(382,'en','wpml-translation-management','769f87a0aa1cb31fe11d2cc04fd0b2f7','One or more strings sent to %s',NULL,NULL,'LINE',NULL,10,'','ba79d28472fada02e4f6a4282d7b1887','',NULL),(383,'en','wpml-translation-management','af5cebe54b0979cb61f5ebfb4a75e107','Only Translation Managers can add translators to the site. You can assign a different WordPress user to be the site\'s Translation Manager or make yourself a Translation Manager.',NULL,NULL,'LINE',NULL,10,'','10266103a68df3a3e7d40b080df6ecc8','',NULL),(384,'en','wpml-translation-management','3dc5f21e1ee4641bb1cc4b9455b917b3','Open in Translation Editor',NULL,NULL,'LINE',NULL,10,'','33f69f7e15dcc625eb193ab43d50cc6d','',NULL),(385,'en','wpml-translation-management','97bea2ac4cc126a3abeeee9ded03b45a','Open the communication log',NULL,NULL,'LINE',NULL,10,'','0fa68198376c8ca1ef63ecb69a38b70b','',NULL),(386,'en','wpml-translation-management','186e96ef8ad0fec70421b1bfc7aa0d6d','Open the content updates log',NULL,NULL,'LINE',NULL,10,'','af40afd7830885e8fce9847c157810b4','',NULL),(387,'en','wpml-translation-management','ebb061953c0454b2c8ee7b0ac615ebcd','Optional',NULL,NULL,'LINE',NULL,10,'','a132812b99dbaee48f8b18f2c9913c74','',NULL),(388,'en','wpml-translation-management','0a52da7a03a6de3beefe54f8c03ad80d','Original',NULL,NULL,'LINE',NULL,10,'','dd4dec814baa01834613cbfa5716ed66','',NULL),(389,'en','wpml-translation-management','a87669617877acadc85b93684798f17f','Original Page',NULL,NULL,'LINE',NULL,10,'','8d3204dfcd381c9facb949af5a054f02','',NULL),(390,'en','wpml-translation-management','2f5145490876ab3c85d0a67a11f9aa15','Other Translation Services',NULL,NULL,'LINE',NULL,10,'','78490056fe24eb849d9cb06e5f10c62f','',NULL),(391,'en','wpml-translation-management','fa7d512322d4cafd3a60df60504f4960','Overdue translation jobs report',NULL,NULL,'LINE',NULL,10,'','12b1524e404629b6f2e0b0fc0cf01493','',NULL),(392,'en','wpml-translation-management','d0427cb505a52d7475b6b5f9f3fe7c23','PHP Extension',NULL,NULL,'LINE',NULL,10,'','f19fc62d2693d64b1522b3416444b091','',NULL),(393,'en','wpml-translation-management','c3947315dcf57296fdad9560d980cd76','PHP Setting',NULL,NULL,'LINE',NULL,10,'','bf093caab380bb12c5cd7b2b853c1dd0','',NULL),(394,'en','wpml-translation-management','a016a73836f5149a1fe5d2817d1de4bc','Page URL',NULL,NULL,'LINE',NULL,10,'','bd6c05cffb093bd4c59147e3bae65c9b','',NULL),(395,'en','wpml-translation-management','d70c75dc9416ebeb532b396c798dc20f','Partial translation',NULL,NULL,'LINE',NULL,10,'','8896ba30fd13edafadda12a3846f29ca','',NULL),(396,'en','wpml-translation-management','510d09dd51a0ecbff538def29d2163e4','Partner Translation Services',NULL,NULL,'LINE',NULL,10,'','2c0839010235010ea32a8e84bac2942b','',NULL),(397,'en','wpml-translation-management','00b38f89b377390e7c1d74d82cc2f858','Pending Review',NULL,NULL,'LINE',NULL,10,'','d6e2071a101aacd1af298b59625ec0d9','',NULL),(398,'en','wpml-translation-management','f4e7f140ef107de9d57504bb4af877bb','Batch ID',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','56ae23bad77f050fe340411696a66ada','',NULL),(399,'en','wpml-translation-management','2b29eb4f7de1a5521763f7afc16a3043','Content status',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','d9e06177e27ce8d84c1d4f33db44746e','',NULL),(400,'en','wpml-translation-management','266ba14af58a3dfa4b9e1c90a8879dfb','Content type',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','d01e7e0ce629f8479be37863cc11de6f','',NULL),(401,'en','wpml-translation-management','b34c6fde5b866ee5ed0d3a3e1d3a4c2d','Debug data',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','cc1e062786fbcdc0329ec572ff81a894','',NULL),(402,'en','wpml-translation-management','7c2b72aa0583f8a059e86c63b836cc46','Edit URL of original',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','6898e9ec8d7e9b577919cba2319a259f','',NULL),(403,'en','wpml-translation-management','125d0c158f021b97a0733ae94250f7d7','Edit URL of translation',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','f8baf59c3771429ddd06f4d53f647574','',NULL),(404,'en','wpml-translation-management','89e2af5b307e7b1bc272a6de70870bde','Element type',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','c7d454bebc2c3ddd8db359a319a33f2b','',NULL),(405,'en','wpml-translation-management','5b3e49ecf9932147d3766fbb13ffcb41','Front-end URL of original',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','a45e949ba4d35bca5a82fa063759e6d8','',NULL),(406,'en','wpml-translation-management','eea2afac206034665db963dab6178c89','Front-end URL of translation',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','e02116d49906094676882e6c4f796823','',NULL),(407,'en','wpml-translation-management','69e4930957cf0b724a9020a10cbc980b','Job ID',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','45bc3638ad29e1e140f0e9b7e3a865d0','',NULL),(408,'en','wpml-translation-management','0798ccceb972b122ad8a34dd5b553e37','Job state',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','d4a92e4d32f9248a5ce1616a502ce6f2','',NULL),(409,'en','wpml-translation-management','e59a41e120686e63cbb743f003bea4e6','Language code',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','e3d565286c72b4ed67fb212c1c932a52','',NULL),(410,'en','wpml-translation-management','8b49f35341ecc80c7e0954882cbae79e','New or updated',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','a2374a304a076f8e867593f6557ba6ea','',NULL),(411,'en','wpml-translation-management','53ea95f9e20e8107541a41bfe26ae85f','Original element ID',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','27115a00a15744b9e7fd0b68e5ef7820','',NULL),(412,'en','wpml-translation-management','c4c90ce6c7e1482e56a7dcd095c4ecc2','Pickup CMS_ID',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','786f8427f31363f40f248e8c8b88d705','',NULL),(413,'en','wpml-translation-management','a836aa9c468931a9b4cf5c7e6144c390','Pickup ID',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','e606002ccd3c242a166870d3de96e281','',NULL),(414,'en','wpml-translation-management','2f2067066e3c4c2c6d226dfe5e29a8d6','Pickup method',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','feef1a0b2690ce39742fe4ae1313e701','',NULL),(415,'en','wpml-translation-management','f838f98437b5951b539ec3c3cbae35c1','Serialized data',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','e09da98719e81d76419332f6ae58fb7f','',NULL),(416,'en','wpml-translation-management','a23627e615b88c287aa4e978df1c9d82','Source language',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','4bbc85d2b423e467e7e5950ea850a2c4','',NULL),(417,'en','wpml-translation-management','f008f2c1febedbd6af5600bbb8eddf65','Source language code',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','c516b381314cc8ad66c0d8c80f154d9c','',NULL),(418,'en','wpml-translation-management','61829673a7e4fea1740539a1681223af','Status of original',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','2201c39522fb36003c0ca542752d7fcd','',NULL),(419,'en','wpml-translation-management','1e9d5e5f69b2c9d785735e21fa952c2e','Status of translation',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','4fbb1261a357b80e518706e21e4a3f92','',NULL),(420,'en','wpml-translation-management','648f771e3555d5e0d184203f05938581','Target language',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','ae4a981a67c26b9e4440951c34f099ea','',NULL),(421,'en','wpml-translation-management','a76d4ef5f3f6a672bbfab2865563e530','Time',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','cdcb10068aa6bb31d1f7ee76dd5d0f60','',NULL),(422,'en','wpml-translation-management','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','67fde30ca1706eb737b2bc3fa9fa13e9','',NULL),(423,'en','wpml-translation-management','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'LINE',NULL,10,'Pickup Log Column','1fd1178dcf73078003955f707633c75e','',NULL),(424,'en','wpml-translation-management','03c2e7e41ffc181a4e84080b4710e81e','New',NULL,NULL,'LINE',NULL,10,'Pickup Log Value','f7fd505c10c0fe86a6287f0900cca210','',NULL),(425,'en','wpml-translation-management','ff0a3b7f3daef040faf89a88fdac01b7','Updated',NULL,NULL,'LINE',NULL,10,'Pickup Log Value','0f573cded64c9b8639d1b7130c1c800d','',NULL),(426,'en','wpml-translation-management','1f2d578a65e9b72354619426df26210b','{untitled}',NULL,NULL,'LINE',NULL,10,'Pickup Log Value','fc5868e72b6508bd474e1154550e8e2e','',NULL),(427,'en','wpml-translation-management','c968d28931ddce3fbd69f3be813f4198','Please activate translation service first.',NULL,NULL,'LINE',NULL,10,'','09dc234185051a8587b421796876d98c','',NULL),(428,'en','wpml-translation-management','0ab015b4fe60e6c819ab15ea00f505cd','Please be advised that editing this term\'s translation here will change the value of the term in general. The changes made here, will not only affect this post!',NULL,NULL,'LINE',NULL,10,'','ec324d2030bf294fa5f192fb1ca37d0b','',NULL),(429,'en','wpml-translation-management','4293bbcd95a38b4da545b4a245610dbb','Please choose',NULL,NULL,'LINE',NULL,10,'','478fce588f653e9a6ebd18c486a9a582','',NULL),(430,'en','wpml-translation-management','f5d07f62775f9aec5f7506132df29ad4','Please contact WPML support and give them the following debug information:',NULL,NULL,'LINE',NULL,10,'','c943e9107bc7fa7a5a683c90fff2d58b','',NULL),(431,'en','wpml-translation-management','5b75c2f92c4dfea6f3e9c947724bcb74','Please contact your administrator.',NULL,NULL,'LINE',NULL,10,'','9d76ca54d29595e6e81f41bb7a08b7a2','',NULL),(432,'en','wpml-translation-management','6c37b208fda39f26d0c12178c87e7722','Please go to %1$s and use the %2$s button.',NULL,NULL,'LINE',NULL,10,'','4535f4b1b2ea6f6a2a7b36cb6e9fcdf3','',NULL),(433,'en','wpml-translation-management','e3cee74b77e2e32f3ac297bd29349e78','Please open the confirmation email that you received and click on the link inside it to confirm your email.',NULL,NULL,'LINE',NULL,10,'','f7883883d3f015e720c9e7e8c9d3a28d','',NULL),(434,'en','wpml-translation-management','2048091750e22371306abddbb5962de5','Please refer to the <a href=\"%s\">Translation Management dashboard</a> for the exact status of this translation.',NULL,NULL,'LINE',NULL,10,'','ecbd7cb45d658b79c5b5c2716c2c6e49','',NULL),(435,'en','wpml-translation-management','04c21f0ec89d3e3077399dc463858898','Please register WPML to enable the professional translation option',NULL,NULL,'LINE',NULL,10,'','d42441f7cfc312a97d115248bae473fd','',NULL),(436,'en','wpml-translation-management','7e3b05fd2ea737e1b83b5ed755d5a5fb','Please select at least one document to translate.',NULL,NULL,'LINE',NULL,10,'','40c2cca57abf7a832b1df97ffaa893c8','',NULL),(437,'en','wpml-translation-management','235a7e83582ed3d278d01da5fbc0cfdc','Please select at least one language to translate into.',NULL,NULL,'LINE',NULL,10,'','92f8403eb5335557839847a41221ec52','',NULL),(438,'en','wpml-translation-management','85cb25446cd3bd3f5dbfa37ddb405ae8','Please update all components which you are using.',NULL,NULL,'LINE',NULL,10,'','e02775c512b56f85930f6137931813b4','',NULL),(439,'en','wpml-translation-management','b6d579530444e2e90aa3309458d56e8d','Please wait a few minutes and try again to see if there’s a temporary problem.',NULL,NULL,'LINE',NULL,10,'','da82a7add577659ade898a42fca027e5','',NULL),(440,'en','wpml-translation-management','f4f56c2815970fbb2e602b109ebb1171','Please, check the %2$s page for more details.',NULL,NULL,'LINE',NULL,10,'','3c26c02f6356da972544f41f7fb01ea4','',NULL),(441,'en','wpml-translation-management','e22269bb51f9f2394e148716babbafbb','Popularity',NULL,NULL,'LINE',NULL,10,'','b2723dd63935e60d7d63c40e10bce991','',NULL),(442,'en','wpml-translation-management','11d673298542cffd9367591c3a88bd06','Post \"%s\" will be ignored for %s, because it is an original post.',NULL,NULL,'LINE',NULL,10,'','ff96fb1d1d9e614cef61a61f72cd99a0','',NULL),(443,'en','wpml-translation-management','2b6c86fb631e302da0dd24325d8d42a6','Post \"%s\" will be ignored for %s, because translation is already in progress.',NULL,NULL,'LINE',NULL,10,'','152d3df51a34fbb5a63dc798d71ef650','',NULL),(444,'en','wpml-translation-management','4cc7cf857e196c7acb5f968ae7b7772e','Post Types Translation',NULL,NULL,'LINE',NULL,10,'','522bdd69c9255efb16d6ff6de934a918','',NULL),(445,'en','wpml-translation-management','5ef6f94c1e123a3090657989becc2c98','Post parent',NULL,NULL,'LINE',NULL,10,'','017e9afb182cde14af8142d17efa8e6c','',NULL),(446,'en','wpml-translation-management','847d0b482f5203327c9a2766de9a23a0','Posts and pages synchronization',NULL,NULL,'LINE',NULL,10,'','5cf9ba803d80746fd62647c2f6eb0707','',NULL),(447,'en','wpml-translation-management','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'LINE',NULL,10,'','16f1e7d73dd8772c14d36c732aa03c6a','',NULL),(448,'en','wpml-translation-management','989c9d336b48f059c4d11f6a24942a33','Pricing information',NULL,NULL,'LINE',NULL,10,'','507509f054291319190efbc49d7d31dc','',NULL),(449,'en','wpml-translation-management','502996d9790340c5fd7b86a5b93b1c9f','Priority',NULL,NULL,'LINE',NULL,10,'','43a992d63e341d8f2206be58951c7d38','',NULL),(450,'en','wpml-translation-management','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'LINE',NULL,10,'','7e027a3361e09ea3cbda2d540401e89b','',NULL),(451,'en','wpml-translation-management','5962a76aaf2818ac0c01badac5edae14','Processing posts... %1$s of %2$s done.',NULL,NULL,'LINE',NULL,10,'','727687cea11baaf0dc32832ae0f9105b','',NULL),(452,'en','wpml-translation-management','3a6bbebb73ec06dc1777cb7738fdcfc3','Processing strings... %1$s of %2$s done.',NULL,NULL,'LINE',NULL,10,'','a577dbf4b742448cf1e87f0df9c2ee1d','',NULL),(453,'en','wpml-translation-management','6d545731b21c13a0559e4d7735dc2358','Need faster translation work? Try one of the %s.',NULL,NULL,'LINE',NULL,10,'Promote translation services: %s replaced by \"professional translation services integrated with WPML\"','5d6be0df5dd598d72abf1932f1a9c0f5','',NULL),(454,'en','wpml-translation-management','8895accc902ab15ab9c09c0f6468e0bc','professional translation services integrated with WPML',NULL,NULL,'LINE',NULL,10,'Promote translation services: used to build a link to the translation services page','d10e494fd6567c18172a6ef3a9775e75','',NULL),(455,'en','wpml-translation-management','a7384c8f1c8d3ab5462873ba8765b986','Publish status',NULL,NULL,'LINE',NULL,10,'','6696b7df63ce8ec15d33c31748eea9fc','',NULL),(456,'en','wpml-translation-management','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'LINE',NULL,10,'','641e324261814ff393c26907ea9fc5a0','',NULL),(457,'en','wpml-translation-management','ac8097eb3dd975ea4791c95115280b0c','Quick Demo',NULL,NULL,'LINE',NULL,10,'','3cf0fe5061402bfe861d74bb45bc58f4','',NULL),(458,'en','wpml-translation-management','df502bd93fe766033816b11bf6866fdb','Recalculate',NULL,NULL,'LINE',NULL,10,'','3ff5bc9fd6c945c2f1cb54362e13a76b','',NULL),(459,'en','wpml-translation-management','a5f01f781ed241f8730d9abe2b62ce33','Receiving email notifications when translations complete',NULL,NULL,'LINE',NULL,10,'','944e7939173cab054f02fd51f59a5a26','',NULL),(460,'en','wpml-translation-management','e9f4512371749ec12ff9618f6ec1db5d','Receiving notifications when there are issues with translations',NULL,NULL,'LINE',NULL,10,'','8162f964da81ce4ff596de67e24595c0','',NULL),(461,'en','wpml-translation-management','63a6a88c066880c5ac42394a22803ca6','Refresh',NULL,NULL,'LINE',NULL,10,'','4ec84c5e1b5b3a465bdb04d1ce63d058','',NULL),(462,'en','wpml-translation-management','4baa5f0dcb2599aca33ae3ce468fdeac','Refresh Translation Services',NULL,NULL,'LINE',NULL,10,'','44ee2f2f52b1bcbabfe8ae6869bd7926','',NULL),(463,'en','wpml-translation-management','3388c1aa7b0c78c5751c56bd8984e095','Refresh information',NULL,NULL,'LINE',NULL,10,'','aaf3e8be39c58ddf8c9a02aa88a523d5','',NULL),(464,'en','wpml-translation-management','81e05d2ac8e4dccabec0ed9c557eeddf','Refresh language pairs',NULL,NULL,'LINE',NULL,10,'','2533c4815d8ad01f47e8c7fbf04a3fb0','',NULL),(465,'en','wpml-translation-management','2cb4e0e699a2f87a4ed4f26de469c295','Refreshing translation service information...',NULL,NULL,'LINE',NULL,10,'','825c6c976555c90d00d51efff5ed1b34','',NULL),(466,'en','wpml-translation-management','188fdc359f9cc48c0ae2672f5ac3a4a2','Reloading:',NULL,NULL,'LINE',NULL,10,'','43c2e163b0bef62def269f3009b498ae','',NULL),(467,'en','wpml-translation-management','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'LINE',NULL,10,'','2d92e9bda3a036d83a338b55885c02e4','',NULL),(468,'en','wpml-translation-management','986074155c7fe618b7b4be56646d0fa2','Remove Translation Manager',NULL,NULL,'LINE',NULL,10,'','e66de3eba1f4bb6dd238c7921daa9327','',NULL),(469,'en','wpml-translation-management','f4a70551af8ba42608201ad1ee11d9c3','Remove from Translation Basket',NULL,NULL,'LINE',NULL,10,'','ea8305b11e364b9e5e64bb19f46d3873','',NULL),(470,'en','wpml-translation-management','0a167a4661d9a72f61cef27a130071fb','Removed from translation job on %s',NULL,NULL,'LINE',NULL,10,'','1224fce00936ff8728cb98460e88bba3','',NULL),(471,'en','wpml-translation-management','a6ef4054d5a07f58046f89603b77a9da','Request activation',NULL,NULL,'LINE',NULL,10,'','a7bbd0a758f534471f66d09014921918','',NULL),(472,'en','wpml-translation-management','947bbe1e3e7ec8d01ddc346b1fcd483c','Request activation from',NULL,NULL,'LINE',NULL,10,'','92578e971ac38d55fbe7e6e085843fa8','',NULL),(473,'en','wpml-translation-management','64a1e5ed9fae5f214a579f57bedbf5f6','Request activation to receive an email with directions to activate the service.',NULL,NULL,'LINE',NULL,10,'','f083f52570d00a93e94bb53ef57552ee','',NULL),(474,'en','wpml-translation-management','0993542c053838e30ee6cca57d148baf','Request to use WPML\'s Advanced Translation Editor by %s',NULL,NULL,'LINE',NULL,10,'','5f77d27d4f87c4e486540f5aa8d5ca3d','',NULL),(475,'en','wpml-translation-management','b651efdb98a5d6bd2b3935d0c3f4a5e2','Required',NULL,NULL,'LINE',NULL,10,'','4e2e1bfeecd5bf88d8d2623e430cd226','',NULL),(476,'en','wpml-translation-management','62be3f669d055ce44037d2a093f58595','Resend activation email',NULL,NULL,'LINE',NULL,10,'','5cd886c4954eb419f0cc8f2f7365a444','',NULL),(477,'en','wpml-translation-management','2be3104cd3b0fd882f5291a972215313','Resend that email',NULL,NULL,'LINE',NULL,10,'','9cd612994ac571d5efd57408c09b139a','',NULL),(478,'en','wpml-translation-management','c9735d44ad107c68675c021faa6d6ecf','Reset filter',NULL,NULL,'LINE',NULL,10,'','1ff57c46ec1ea72c30ff3fde10809013','',NULL),(479,'en','wpml-translation-management','79ebca74249595517a9fad7724e6948f','Reset professional translation state',NULL,NULL,'LINE',NULL,10,'','589f60482280be64496a361a82f1a39f','',NULL),(480,'en','wpml-translation-management','37d90cd3910397332d6e0faf393b6776','Resign',NULL,NULL,'LINE',NULL,10,'','ac9531b0a15540414ffa72346f99cdaa','',NULL),(481,'en','wpml-translation-management','98df442774d6d9d90193812556faeb11','Rollback jobs...',NULL,NULL,'LINE',NULL,10,'','b23629202a24272f866a22d6851dbd2d','',NULL),(482,'en','wpml-translation-management','ce884cb8e2a50be4a35e1dd32dbcf706','Rollback migration (use at your own risk!)',NULL,NULL,'LINE',NULL,10,'','43d6547d6bad550ee122f7a84b6953e8','',NULL),(483,'en','wpml-translation-management','e198cc13ed59115580befb6dd0898061','Running this update on a non-production site will make it impossible to correctly run it on the production site.',NULL,NULL,'LINE',NULL,10,'','2ac3c88d79bff6b83aad70e9ceb19688','',NULL),(484,'en','wpml-translation-management','a0f12d54ab62fa0c83bedce3fd846524','Same as the original document',NULL,NULL,'LINE',NULL,10,'','56bd27e5847da8f871c6732503f0ca36','',NULL),(485,'en','wpml-translation-management','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'LINE',NULL,10,'','683dbddb1e8a1bee1aab2de7112b1db0','',NULL),(486,'en','wpml-translation-management','f17e5ca935b6316c9bcfbf6dbd4165ce','Save & Close',NULL,NULL,'LINE',NULL,10,'','515978cf4eeb572f7212413d469010a1','',NULL),(487,'en','wpml-translation-management','575f5f86d2c7ea113c6710c1037c4465','Saving...',NULL,NULL,'LINE',NULL,10,'','9d1567a5a24a57a0e4269e9bb93adc5a','',NULL),(488,'en','wpml-translation-management','4dc55ce4f96b17c4eb9141e7f31ac24f','Scan now and adjust links',NULL,NULL,'LINE',NULL,10,'','4cbdd219ba7d02f1a69cf5df60c6473e','',NULL),(489,'en','wpml-translation-management','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'LINE',NULL,10,'','dc1dbc3074167b086e18d592a4432104','',NULL),(490,'en','wpml-translation-management','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'LINE',NULL,10,'','bf7b0a0c80cd87731f310e782af34419','',NULL),(491,'en','wpml-translation-management','965da40df3b76ed60c20b9ec97d9a425','Search for user',NULL,NULL,'LINE',NULL,10,'','712c8bffe4dfb17cc3a4e581b5d68569','',NULL),(492,'en','wpml-translation-management','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'LINE',NULL,10,'','37cb95bef89245e77c01e600cdcd436f','',NULL),(493,'en','wpml-translation-management','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'LINE',NULL,10,'','8a5cc64bab3b21cabb39b6292b7b659a','',NULL),(494,'en','wpml-translation-management','3b2b04c40080726d069b1f48029fcc34','Select Translation Method',NULL,NULL,'LINE',NULL,10,'','fbdffde15df8258059497c9d742ac04b','',NULL),(495,'en','wpml-translation-management','d586bd55ec59dcc15373d21b44464114','Select Translation Service',NULL,NULL,'LINE',NULL,10,'','fce2ba60ee03909bae7805b43663f3aa','',NULL),(496,'en','wpml-translation-management','4634a725ca28228d123613dc95f0ef95','Select additional options',NULL,NULL,'LINE',NULL,10,'','84289b34126f6b3121f385764b572af0','',NULL),(497,'en','wpml-translation-management','a61df46411d51d448577a1ad532fe3f7','Select an existing WordPress user (needs to be an editor or above)',NULL,NULL,'LINE',NULL,10,'','60fe75a0f34b66340d172ac53be0bdd1','',NULL),(498,'en','wpml-translation-management','40b17e6063bf8251ce2802c4efec7dc8','Select an existing WordPress user (needs to be an editor or above):',NULL,NULL,'LINE',NULL,10,'','aec4030f9a585c6abbebc3e40ea7fd01','',NULL),(499,'en','wpml-translation-management','2a7076f8434840ec98bf7e9d5c756ab5','Select an existing user and set as Translator',NULL,NULL,'LINE',NULL,10,'','0b62d7cbe890195fdc0efd209467f3b5','',NULL),(500,'en','wpml-translation-management','ffb4e385133950444da1e1aba9632153','Select the Translation Manager',NULL,NULL,'LINE',NULL,10,'','92a97580abd066de74c51cabd8459d78','',NULL),(501,'en','wpml-translation-management','4d043512d50b688bf84ead830632b280','Select the Translation Manager for this site',NULL,NULL,'LINE',NULL,10,'','0897d77e0b9cedcb8a18457d2f954822','',NULL),(502,'en','wpml-translation-management','48cdc6c277c504d5a8f8f1f908ef7fb5','Select the xliff file or zip file to upload from your computer:&nbsp;',NULL,NULL,'LINE',NULL,10,'','7a2707aaa11241de239f47a87f39a925','',NULL),(503,'en','wpml-translation-management','94966d90747b97d1f0f206c98a8b1ac3','Send',NULL,NULL,'LINE',NULL,10,'','9d7bae1120b0f10dcd5adcac99a2a5fe','',NULL),(504,'en','wpml-translation-management','e30c80afad65516289e6b092f42aacb7','Send all items for translation',NULL,NULL,'LINE',NULL,10,'','52bd76c2c7e1ce89076549ce2d6e66ae','',NULL),(505,'en','wpml-translation-management','e445f2da3d20dccb613db0c818b9d1db','Send instructions to %s',NULL,NULL,'LINE',NULL,10,'','c5851ce83673181a9234bda155155e7d','',NULL),(506,'en','wpml-translation-management','d26931490ba11c65a84beba406710b79','Send me a notification email when there is something new to translate',NULL,NULL,'LINE',NULL,10,'','dcfb15abb7f3a41702677a2a0f14d287','',NULL),(507,'en','wpml-translation-management','d6d26b1955b84d978493d60e80241e5b','Sending for translation',NULL,NULL,'LINE',NULL,10,'','89466279f0c528acdd58d313eab2978d','',NULL),(508,'en','wpml-translation-management','1808fc90dd75f4dc7859dd44e7078a08','Sending request...',NULL,NULL,'LINE',NULL,10,'','6b400ac96a79f9eb6dc715be472b78a1','',NULL),(509,'en','wpml-translation-management','5ae805c55bf8f5b78108468ba1bcb206','Service activated.',NULL,NULL,'LINE',NULL,10,'','9a53a54a817267dda9ecce08c6ecd8d8','',NULL),(510,'en','wpml-translation-management','0484a0dea66f2ec817a763f87ad30a79','Service invalidated.',NULL,NULL,'LINE',NULL,10,'','701dc99f51202ecd56cf0cbcfa951f3c','',NULL),(511,'en','wpml-translation-management','b4eaa13aaf486d2b3a36b26f409af98f','Services Refreshed.',NULL,NULL,'LINE',NULL,10,'','691d3d2a1b0fb2a614709a32309bee60','',NULL),(512,'en','wpml-translation-management','310176e08bf5c2e558a5d3e8f80051ce','Set Local Translators',NULL,NULL,'LINE',NULL,10,'','19a1b3ce2c59c306114df13f48d535fe','',NULL),(513,'en','wpml-translation-management','671caa801829283ea5db092205e8d42d','Set Translation Manager',NULL,NULL,'LINE',NULL,10,'','f5571632ac2f898438c3cb720fe7aa98','',NULL),(514,'en','wpml-translation-management','0c3917368fa06c3c9d8850ac59181033','Set language pair(s)',NULL,NULL,'LINE',NULL,10,'','f692dcfe39e5efd57d80d074e677f1e5','',NULL),(515,'en','wpml-translation-management','9fb483002ecb2b481a81f2d7d27144db','Set language pair(s) for Translator %USERNAME%',NULL,NULL,'LINE',NULL,10,'','b5db6646ada47a142d06d452cda25d2f','',NULL),(516,'en','wpml-translation-management','308add589240ec8fefea540499f048ee','Set-up the translation',NULL,NULL,'LINE',NULL,10,'','34693c54f3eef0931ca27d456aeb6f23','',NULL),(517,'en','wpml-translation-management','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'LINE',NULL,10,'','83588aa581285b084c24b1bab7bd7a5b','',NULL),(518,'en','wpml-translation-management','29e9d8e295b1d5b3002d2d3d5baa4c37','Shortcuts',NULL,NULL,'LINE',NULL,10,'','a6836d90b7046bfc8946e813994b524a','',NULL),(519,'en','wpml-translation-management','7a264fb7f05660308a774305f03384d1','Show differences',NULL,NULL,'LINE',NULL,10,'','e12703766da3ee6d4ca0d6cc23caf0f3','',NULL),(520,'en','wpml-translation-management','10842b72239157c24a3adf4e06230c1c','Show other professional translation options',NULL,NULL,'LINE',NULL,10,'','1e7ebcc205a135962b836834c35fc8ef','',NULL),(521,'en','wpml-translation-management','c651f101fd2a0d5008ced7110afab3c2','Show system fields',NULL,NULL,'LINE',NULL,10,'','5de9f38a21ca6a6074a9a15dce9101a9','',NULL),(522,'en','wpml-translation-management','721c61c3e700c4bd83e49ffa67f0f68b','Show translation instructions in the list of pages',NULL,NULL,'LINE',NULL,10,'','0cd112ca37b1a9f7e9d264196e2e65a3','',NULL),(523,'en','wpml-translation-management','84a9b5f4fd85dd0039da28ae93baf5ff','SimpleXML extension',NULL,NULL,'LINE',NULL,10,'','525c6ad66b69fb863d4141724947d9d7','',NULL),(524,'en','wpml-translation-management','8f1f41dd23094ef56390115f17063e64','SimpleXML extension is required for using XLIFF files in WPML Translation Management.',NULL,NULL,'LINE',NULL,10,'','d134a4510b540dac81c4e026faab92a7','',NULL),(525,'en','wpml-translation-management','f81c73b7b6fff98c6b6de4299db06cf1','Skip this setup',NULL,NULL,'LINE',NULL,10,'','064aa28444bbcf41fcb5e614fdb0fe6e','',NULL),(526,'en','wpml-translation-management','574abbbff13e554fb0c1fc3bd0dce222','Skip this step - I don\'t need to add more translators',NULL,NULL,'LINE',NULL,10,'','50434da989ce139fca5b9852df8358d0','',NULL),(527,'en','wpml-translation-management','d11986d780d4184c6846639329431ed1','Skip this step - I want to add my own translators',NULL,NULL,'LINE',NULL,10,'','b50796258ebf88b72eb517af2a629edb','',NULL),(528,'en','wpml-translation-management','cd7d132f52452c1ebc0db7f6a59ab6e5','Some communications with the translation proxy are locked.',NULL,NULL,'LINE',NULL,10,'','760d7d1b11d5ff52c3e48b1f1effb6fc','',NULL),(529,'en','wpml-translation-management','760725c9ec0036ad9a3dbed8b5ceecf6','Some fields in translation are already filled!',NULL,NULL,'LINE',NULL,10,'','425c95f9d735ce5340249fa62ae06d6f','',NULL),(530,'en','wpml-translation-management','51bb4985ee7c7c8e92905f05f9fa8474','Some of the content that you selected for translation includes fields that are encoded. Translators will not be able to work on this kind of content, so we removed it from the job.',NULL,NULL,'LINE',NULL,10,'','b569a109e9237eb2ea9b4eae5850fb92','',NULL),(531,'en','wpml-translation-management','a3178de49ed0377b86f0ad9614b14998','Sorry, the email could not be sent to %s for an unknown reason.',NULL,NULL,'LINE',NULL,10,'','20be63cdb4f113921359c05235ef72ab','',NULL),(532,'en','wpml-translation-management','4a1aad645b77d874e38932ecc566f60f','Spell checker',NULL,NULL,'LINE',NULL,10,'','32719689fe9bed9d455d4c7041069d5b','',NULL),(533,'en','wpml-translation-management','28b615d225dcbc2ad8d8176b9f03d8c5','Start the update',NULL,NULL,'LINE',NULL,10,'','8c3fda88179d6cbc8813537abfe46659','',NULL),(534,'en','wpml-translation-management','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'LINE',NULL,10,'','a8c55c3bb6e0721965ca6dc420918e02','',NULL),(535,'en','wpml-translation-management','27118326006d3829667a400ad23d5d98','String',NULL,NULL,'LINE',NULL,10,'','3e742d8d29c89c22bd7090f16ef11450','',NULL),(536,'en','wpml-translation-management','c7be4914b22479aa2e29d2f810747609','String \"%s\" has not been sent.',NULL,NULL,'LINE',NULL,10,'','7b47f9e00c90c2423ae630bcec36324a','',NULL),(537,'en','wpml-translation-management','2a12753c757ab61ad8afdfc883444670','String \"%s\" will be ignored for %s, because translation is already waiting for translator.',NULL,NULL,'LINE',NULL,10,'','edd6e0f9540c3ba19f866299fb5b0a70','',NULL),(538,'en','wpml-translation-management','89be9433646f5939040a78971a5d103a','Strings',NULL,NULL,'LINE',NULL,10,'','cc1b2db23b8c72a91a5432d2618856e4','',NULL),(539,'en','wpml-translation-management','947e1a07eb00d81d946106b17a83c337','Strings in different languages are selected. They can not be added to the translation basket.',NULL,NULL,'LINE',NULL,10,'','fe3fb135f9b45a91e55c91bcca52bc9d','',NULL),(540,'en','wpml-translation-management','cfaff28c8693798e02441a7fcd410834','Strings in the basket',NULL,NULL,'LINE',NULL,10,'','2ac311976cc09c34e9df52859e1774c7','',NULL),(541,'en','wpml-translation-management','a37e7734c34c29ced6dcbd430082e04b','Submitted data is not valid.',NULL,NULL,'LINE',NULL,10,'','07340f97e71c680c5a326256334e3676','',NULL),(542,'en','wpml-translation-management','3f83391a573bc9042fcf9e2d168b3cea','Successfully disconnected posts',NULL,NULL,'LINE',NULL,10,'','a348db5f6d20d4ed5c5b5216bb609090','',NULL),(543,'en','wpml-translation-management','4164b235624895a2edcd698cbbfdf97a','Suggested deadline:',NULL,NULL,'LINE',NULL,10,'','b0c207143055978f230e1f23a1b381a6','',NULL),(544,'en','wpml-translation-management','290612199861c31d1036b185b4e69b75','Summary',NULL,NULL,'LINE',NULL,10,'','2475b5564d29f6e25af12f3cc2a577ff','',NULL),(545,'en','wpml-translation-management','4f7ebb4329b2ae0363cbc0762d61ebd0','Support for all content types',NULL,NULL,'LINE',NULL,10,'','f389c036ac1367465d102da2022e8a47','',NULL),(546,'en','wpml-translation-management','833df2ec50e207acf042b2063102cde7','Synchronize status',NULL,NULL,'LINE',NULL,10,'','68ad15804dc687f3972991b4bc043f33','',NULL),(547,'en','wpml-translation-management','4c0081267df1d9ceef741ab185d04df5','Synchronize translators and translation managers',NULL,NULL,'LINE',NULL,10,'','3f459c86193f39319f4fc9da167e0532','',NULL),(548,'en','wpml-translation-management','62454365c9749dbc3bd1476e2608c6db','take it',NULL,NULL,'LINE',NULL,10,'Take a translation job waiting for a translator','34fec64c466a75f387eac8152588a67f','',NULL),(549,'en','wpml-translation-management','e21e5b28f4fd4f72695f3d611bf7b24c','Take and translate',NULL,NULL,'LINE',NULL,10,'','42a7996ebf8a835b37996eee4d98bf14','',NULL),(550,'en','wpml-translation-management','5acd460877052acd8485e812d7ac8004','Taxonomies',NULL,NULL,'LINE',NULL,10,'','56cf1e255485c493a11f24aedd2ef4fd','',NULL),(551,'en','wpml-translation-management','81af2b3bae7db50e63b13bc77ae8c873','Taxonomies Translation',NULL,NULL,'LINE',NULL,10,'','6c6cff39aaee4f6b12661ba94b887467','',NULL),(552,'en','wpml-translation-management','6214aee4bae56bf2b4c83f8e74e80871','Tell us which one',NULL,NULL,'LINE',NULL,10,'','6fa9a73a523ba5ed8b5628b6d3d07ca4','',NULL),(553,'en','wpml-translation-management','d1c943a5996db152b63a32c5e11c9f7f','Term Meta',NULL,NULL,'LINE',NULL,10,'','dbe4e179532ac1e48af968919f4bcf0e','',NULL),(554,'en','wpml-translation-management','c5e6c8682009ab059328fe49e3faf899','Terms translation is disabled',NULL,NULL,'LINE',NULL,10,'','aa447dc4d5f4210e0a2a1e853ff8b0b9','',NULL),(555,'en','wpml-translation-management','b0baf0ecfb99cdc846dd82c42634f469','The Translation Manager that you selected should complete the rest of this setup-wizard.',NULL,NULL,'LINE',NULL,10,'','fd5f88400ea63260aa536bb003dd74c4','',NULL),(556,'en','wpml-translation-management','4fb98bc3f8985ad47f31ffc2953c63ea','The Translation Manager will be responsible for the ongoing translation of the site.',NULL,NULL,'LINE',NULL,10,'','567d301b69aa8177fde384a3a15020a9','',NULL),(557,'en','wpml-translation-management','8de66638f8f40a53cdd52239ebd4e3fb','The XML could not be saved.',NULL,NULL,'LINE',NULL,10,'','4074ab5bc6ad3c9847410669bd1bfd02','',NULL),(558,'en','wpml-translation-management','77477bbc468a9eebc38dd0af52e40fc7','The XML has been saved.',NULL,NULL,'LINE',NULL,10,'','a0eb6ca022211d108bcb892f913e2cfb','',NULL),(559,'en','wpml-translation-management','0c5245f25ef771d6f48d2770ed1c844f','The XML is not valid:',NULL,NULL,'LINE',NULL,10,'','47e6830f2990b1b01d599c4505c180ae','',NULL),(560,'en','wpml-translation-management','5f4e702f2ae6b33b6694dc3cb000198c','The XML is valid.',NULL,NULL,'LINE',NULL,10,'','488477cf5eabcd22d0a8747ab5ba8159','',NULL),(561,'en','wpml-translation-management','6008e9275d806ec18ca9d78b56e95a32','The archive contains one or more empty files.',NULL,NULL,'LINE',NULL,10,'','19ab7a451bc49a4195d880b5f8120bf3','',NULL),(562,'en','wpml-translation-management','73c3b44b6c6a6bd05a78c5e265953a39','The basket is empty',NULL,NULL,'LINE',NULL,10,'','ae8258ffdbdffd872f5fd90ec0a9c4c0','',NULL),(563,'en','wpml-translation-management','81a396be86acccd6d25779f4fb245ecf','The batch name was appended with the source language of its elements.',NULL,NULL,'LINE',NULL,10,'','1422c806a7150ba2c47d0c91b371aa75','',NULL),(564,'en','wpml-translation-management','9263bc69dbfbcb0d91b22355d5eb5c58','The below exception has occurred while communicating with Translation Proxy, please try again later or contact support if the problem persists:',NULL,NULL,'LINE',NULL,10,'','7233826f57bcc3bef808977c9a73cfd2','',NULL),(565,'en','wpml-translation-management','6810ed6de8da6a8974251bf70f66f710','The communication log is empty.',NULL,NULL,'LINE',NULL,10,'','3b49ddef0b84ad5223910f4147de9628','',NULL),(566,'en','wpml-translation-management','071dd4529170b123233fa803a894ba1e','The constant DISABLE_WP_CRON should not be set to true.',NULL,NULL,'LINE',NULL,10,'','8960427b4a62690854278fbe13aefd24','',NULL),(567,'en','wpml-translation-management','88c6d03ac92aedf87c07b5a0dabab2c1','The constant WPML_ENVIRONMENT is set to \"Test\".',NULL,NULL,'LINE',NULL,10,'','b34649e9eb0c86d4a0f0d554751307cb','',NULL),(568,'en','wpml-translation-management','af7cce48fc31b6a66df33547f332acd5','The deadline that you set for the following jobs has passed:',NULL,NULL,'LINE',NULL,10,'','998550e3aa3b0143fc5b4dbe7aa0e7f8','',NULL),(569,'en','wpml-translation-management','f98c53c8521656e91fd0b457c0823912','The following components are not updated:',NULL,NULL,'LINE',NULL,10,'','79c9c388620017b1cbf6b034665b9ed8','',NULL),(570,'en','wpml-translation-management','1b49d33aa307459e9c5e30689133f732','The following table lists the content which professional translation updated or created.',NULL,NULL,'LINE',NULL,10,'','379370610b5e6edbf266c40c51ece999','',NULL),(571,'en','wpml-translation-management','65a0e9538521041057637d5857149cef','The items you have selected are now in the translation basket &ndash;',NULL,NULL,'LINE',NULL,10,'','fd5ef92afd6c1e5a066922f389357bbd','',NULL),(572,'en','wpml-translation-management','ab6bb28efa7c84911f782ad22c118a67','The length of the batch name exceeds the maximum length of %s',NULL,NULL,'LINE',NULL,10,'','92a2e1d9f1481ed1376d87aaebd7494c','',NULL),(573,'en','wpml-translation-management','c0f8856a591809296ff8cf358c0d0fef','The log is empty.',NULL,NULL,'LINE',NULL,10,'','4080054c9810e3a05aa36995a206e5a0','',NULL),(574,'en','wpml-translation-management','7eafe843bd51c1bd508b6c7727043df6','The original has been deleted!',NULL,NULL,'LINE',NULL,10,'','dde3c4f6a303e10476ccecb870c8dccb','',NULL),(575,'en','wpml-translation-management','d4d4adb2db0d76b0deecef5718a83d38','The original post cannot be retrieved',NULL,NULL,'LINE',NULL,10,'','c683a87748cb1fd1b322bf89b50183e1','',NULL),(576,'en','wpml-translation-management','e1fc566206cc1145491b11448eeae74a','The site will fetch translations manually',NULL,NULL,'LINE',NULL,10,'','3af4ffc4562fcf9f2a1a283a1c866852','',NULL),(577,'en','wpml-translation-management','1ea6687219d73402a547c4838b1630c9','The translation job (%s) doesn\'t belong to you.',NULL,NULL,'LINE',NULL,10,'','7a67872248c4e489612841a2a63055af','',NULL),(578,'en','wpml-translation-management','fdb018378e0396d68ab1f0f52dcdc075','The translation job was completed on time.',NULL,NULL,'LINE',NULL,10,'','e1020a1df0d5228bc9771ba1ac1d0493','',NULL),(579,'en','wpml-translation-management','1a8eb56cdd17e5aba7f55c4ee53b8588','The translator %1$s is requesting to use the Advanced Translation Editor on site %2$s.',NULL,NULL,'LINE',NULL,10,'','decdab1cde9ce434d5e39946ee8ee353','',NULL),(580,'en','wpml-translation-management','995745d0007f8c82e087efcc27ca7628','The translator %1$shas completed the translation job for \"%2$s\" from %3$s to %4$s.',NULL,NULL,'LINE',NULL,10,'','7a3e6d1c3681a913f5cf5626ddbb4ea7','',NULL),(581,'en','wpml-translation-management','7b73d682200ef81f87ffc1aa708300e5','The translator %1$shas updated the translation job for \"%2$s\" from %3$s to %4$s.',NULL,NULL,'LINE',NULL,10,'','e79c4078a973985116210e585345615a','',NULL),(582,'en','wpml-translation-management','b6a645992a6b3523f7f670436dc06450','The type of the post cannot be retrieved',NULL,NULL,'LINE',NULL,10,'','5e2cfbee7fdaaa730b2753d8ccaf22a2','',NULL),(583,'en','wpml-translation-management','838676fb25918eb00f11eaf6a8667f36','The uploaded xliff file does not seem to be properly formed.',NULL,NULL,'LINE',NULL,10,'','9facbf622997ad1778f7b0c532b6932b','',NULL),(584,'en','wpml-translation-management','f8c44391a28f1707cfa2d393064d26e4','The uploaded xliff file doesn\'t belong to this system.',NULL,NULL,'LINE',NULL,10,'','6a45f20357fb6c1e2559d5e4df2c19df','',NULL),(585,'en','wpml-translation-management','d07a830f53de2aa72a0b028d19928c44','The xliff file could not be read.',NULL,NULL,'LINE',NULL,10,'','2fd72b6a9daaef2094f892368c255bac','',NULL),(586,'en','wpml-translation-management','51ce69464dc0fe8ea13d6367858e3cc5','There are %s jobs waiting for a translator:',NULL,NULL,'LINE',NULL,10,'','3337f4e36c0e6ca01d5c1edebc29fb07','',NULL),(587,'en','wpml-translation-management','489f6fbb5f5929365b25d3c7218da66a','There are %s jobs, which you can take (not specifically assigned to you):',NULL,NULL,'LINE',NULL,10,'','ba44e32f7ea78178bbfa73d4124262d3','',NULL),(588,'en','wpml-translation-management','4accca6b22ac2ebb6e5c954696dd8a7a','There are base64 encoded fields in this document',NULL,NULL,'LINE',NULL,10,'','6cc44e7ba6effc164489a8f9a5754a07','',NULL),(589,'en','wpml-translation-management','93044fd7285c416f8d7226c2d3eaf3ac','There are no Jobs in the queue.',NULL,NULL,'LINE',NULL,10,'','ea5af7d06ab952392c75e12821b2edcb','',NULL),(590,'en','wpml-translation-management','3efae6444b8d00363961a1afbe446899','There is 1 job waiting for a translator:',NULL,NULL,'LINE',NULL,10,'','f8c4e0a12bac1d1bedc84282afb1d8df','',NULL),(591,'en','wpml-translation-management','2cab750875b34d7c5f11349c42610b62','There is 1 job, which you can take (not specifically assigned to you):',NULL,NULL,'LINE',NULL,10,'','df2dac121cab2219e80b4f8d3b8f67a7','',NULL),(592,'en','wpml-translation-management','f36e933573778c1b2e3babf818378dd6','There is a problem with your translation service.',NULL,NULL,'LINE',NULL,10,'','58f705e8334a7b3a3bf9da142aa5a46c','',NULL),(593,'en','wpml-translation-management','8a9749d4829ee548491f3b558e4d72eb','There is new translated content on this site. You can scan posts and strings to adjust links to point to translated content.',NULL,NULL,'LINE',NULL,10,'','9e3d2cfbed2ce9e18c91a41f46c991ea','',NULL),(594,'en','wpml-translation-management','173e4cfcdc09b1786e1e902e362c1e4a','This batch name already exists and was modified to ensure unique naming',NULL,NULL,'LINE',NULL,10,'','77ae4f45260d4a8dec7f98f43161406e','',NULL),(595,'en','wpml-translation-management','999f0fbdeeb4dd2d2b6fd4fdaeca8ae9','This content came from the Gutenberg editor and you need to translate it carefully so that formatting in not broken.',NULL,NULL,'LINE',NULL,10,'','9ab0538806e861cc6444a86f76b6c619','',NULL),(596,'en','wpml-translation-management','54651197e1df8015811014cb8f6edeae','This deadline is what WPML suggests according to the amount of work that you already sent to this translator. You can modify this date to set the deadline manually.',NULL,NULL,'LINE',NULL,10,'','b28b7142215e48b2628ee58e7373397a','',NULL),(597,'en','wpml-translation-management','40dfab805a1ae5bf5c6625c9d3b30e46','This document is a duplicate of:',NULL,NULL,'LINE',NULL,10,'','6aacc5b6e131fee9316146782745c32e','',NULL),(598,'en','wpml-translation-management','a8b62d4c62c6f1c3e948add7f8257a64','This is a log of the communication between your site and the translation system. It doesn\'t include any private information and allows WPML support to help with problems related to sending content to translation.',NULL,NULL,'LINE',NULL,10,'','71007dcabfba84e42b5e5e23c6e14810','',NULL),(599,'en','wpml-translation-management','90eaec2ec217112934706ecd79e4712d','This is a quick reminder about translation jobs that you sent and are behind schedule.',NULL,NULL,'LINE',NULL,10,'','dbc86be0443386da263d86bb68ed6762','',NULL),(600,'en','wpml-translation-management','cd555b6a69d9ee74a6d9ac908bf378b2','This is indeed my production site',NULL,NULL,'LINE',NULL,10,'','87d0d1ab8ddc34080dc3c9d77d5600b6','',NULL),(601,'en','wpml-translation-management','a74e777df0a3f3aacc3c37bd1220205a','This job cannot be edited anymore because a newer job for this element exists.',NULL,NULL,'LINE',NULL,10,'','3f92b44d21a182e73e39311f0476b5fc','',NULL),(602,'en','wpml-translation-management','487bf5d92a7bf870747215a453497667','This message was automatically sent by Translation Management running on %s. To stop receiving these notifications contact the system administrator at %s.\\n\\nThis email is not monitored for replies.',NULL,NULL,'LINE',NULL,10,'','1c8a500816f41ab31cfc52d5c163da9e','',NULL),(603,'en','wpml-translation-management','310b597bf7ae0354257606815f85e62f','This message was automatically sent by Translation Management running on %s. To stop receiving these notifications, go to Notification Settings, or contact the system administrator at %s.\\n\\nThis email is not monitored for replies.',NULL,NULL,'LINE',NULL,10,'','3fd4c7737c2b044324f859675edfac56','',NULL),(604,'en','wpml-translation-management','da907bdb13611adcbd1a2f0932d48471','This role includes:',NULL,NULL,'LINE',NULL,10,'','895d4b1dfa983447b61aa75233c58192','',NULL),(605,'en','wpml-translation-management','e6f31f8febacd436b063a31782c24f74','This site can use WPML\'s Advanced Translation Editor, but you did not receive permission to use it. You are still translating with WPML\'s classic translation editor. Please ask your site\'s Translation Manager to enable the Advanced Translation Editor for you.',NULL,NULL,'LINE',NULL,10,'','1e9159399394b1d2f99de1cb708d018d','',NULL),(606,'en','wpml-translation-management','b4ddc544a37b4dde2111df9fdab01e07','This site doesn\'t yet have a Translation Manager.',NULL,NULL,'LINE',NULL,10,'','48549aac5d5861d95c510eb69435fbc3','',NULL),(607,'en','wpml-translation-management','7ab54a4606d111a9f9cf511b7723f65b','This translation job is overdue by %s day.',NULL,NULL,'LINE',NULL,10,'','2de6468c5ba3de2e2a176c07910988c1','',NULL),(608,'en','wpml-translation-management','b00ab6d7bb7a1d4a595527224674a813','This translation job is overdue by %s days.',NULL,NULL,'LINE',NULL,10,'','2110e368e72e3f0b52ddc72bc5cff233','',NULL),(609,'en','wpml-translation-management','a77fde4c599b8f666fbb023a83c20eee','This week %1$s had the following %2$s translation updates',NULL,NULL,'LINE',NULL,10,'','7508f47d8226e1174cfa2fa97bb50bcc','',NULL),(610,'en','wpml-translation-management','e12167aa0a7698e6ebc92b4ce3909b53','To',NULL,NULL,'LINE',NULL,10,'','1b7373427be7b1af5c64d252e277349f','',NULL),(611,'en','wpml-translation-management','e6c1cdc5e5accc2c0524312411cb1d5b','To fix this problem, you need to tell WPML how these fields are encoded, so that WPML can decode them before sending for translation.',NULL,NULL,'LINE',NULL,10,'','1302560b206c8ab27206246b88bc354b','',NULL),(612,'en','wpml-translation-management','fbab3b7022547b214811b9b8d9f3407e','To re-enable it, please empty the basket or send it for translation.',NULL,NULL,'LINE',NULL,10,'','df67848ded6c0788df9a8b0ae44de59a','',NULL),(613,'en','wpml-translation-management','ec6a946a651b45cab5f8f54fc35dd75a','To see more items, use the filter and narrow down the search. %s',NULL,NULL,'LINE',NULL,10,'','f37e945ad1064f75b80d2945c32e2347','',NULL),(614,'en','wpml-translation-management','215487d53dfac62acf531fb3b8488d1c','To send content for translation to %1$s, you need to have an %1$s account.',NULL,NULL,'LINE',NULL,10,'','ae0c426b63328da7fa7a1f68eed7b4f1','',NULL),(615,'en','wpml-translation-management','1e2501460805f1f7674b70e3635e0da7','To send content to translation by %1$s, you need to have an account in %1$s and enter here your authentication details.',NULL,NULL,'LINE',NULL,10,'','7797ce7976e53561b2189980194f6241','',NULL),(616,'en','wpml-translation-management','89cce4273839a905f98621b7cd830010','To stop receiving notifications, log-in to %s and change your preferences.',NULL,NULL,'LINE',NULL,10,'','159fe23e685e0a9b5fd3a92ef9e9932c','',NULL),(617,'en','wpml-translation-management','c7886f9b6cb338248690f6fda71b287e','Today %1$s had the following %2$s translation updates',NULL,NULL,'LINE',NULL,10,'','417a68aaecb07285526a484a5a8e95d9','',NULL),(618,'en','wpml-translation-management','96b0141273eabab320119c467cdcaf17','Total',NULL,NULL,'LINE',NULL,10,'','6dc196de86a27e19cfbc20eae363b0ed','',NULL),(619,'en','wpml-translation-management','deccbe4e9083c3b5f7cd2632722765bb','Translate',NULL,NULL,'LINE',NULL,10,'','83eb6cf73084803a6648bd89fbf0564e','',NULL),(620,'en','wpml-translation-management','31a9430d8ee74f822d7737a591f426cd','Translate (this will include the slug in the translation and not create it automatically from the title)',NULL,NULL,'LINE',NULL,10,'','8a7246c7a71cbadd6257a00da1e3a87f','',NULL),(621,'en','wpml-translation-management','b86b8def1524c7c2eef97124de5d6b71','Translate Link Targets',NULL,NULL,'LINE',NULL,10,'','f423dfdd1ed23eae29b1fae6f19d30c5','',NULL),(622,'en','wpml-translation-management','bf295c5c210ca96e946c5b230584a386','Translate to %s',NULL,NULL,'LINE',NULL,10,'','5a55ed6c3f308cc191714f36cb4c516b','',NULL),(623,'en','wpml-translation-management','d139be4621aeabe2d0da39baf61b0825','Translated documents options',NULL,NULL,'LINE',NULL,10,'','57a27dc324cfa5addc528546dfb2895e','',NULL),(624,'en','wpml-translation-management','6dd08874f83507e9c7b23f1a46b7fa7c','Translation',NULL,NULL,'LINE',NULL,10,'','9361f0c8b6867f551f069fa9d96820e4','',NULL),(625,'en','wpml-translation-management','f6aa1b1a762ee9be17a6e39dab81ec5b','Translation (incomplete) saved.',NULL,NULL,'LINE',NULL,10,'','b37f7a7279234f6ec2df848521d87f67','',NULL),(626,'en','wpml-translation-management','cc72c6fffc9a551f269b9b4dbbf990e5','Translation Basket',NULL,NULL,'LINE',NULL,10,'','8475361b52f8b4287c76cbfcf87e3a40','',NULL),(627,'en','wpml-translation-management','353e211e3b8508ec7ef1a6035285efe5','Translation Batch sent on ',NULL,NULL,'LINE',NULL,10,'','6cd8a19635959a1dcc1e5addd17afc89','',NULL),(628,'en','wpml-translation-management','f2b90ad7281e946ba32d160d6c39fd6e','Translation Dashboard',NULL,NULL,'LINE',NULL,10,'','319f69c61421d97d36d53f2af91842fe','',NULL),(629,'en','wpml-translation-management','d7f5cfbb12b316c9f4bfedb355eef99b','Translation Editor',NULL,NULL,'LINE',NULL,10,'','7d4f6b324e5a3ccadab2c2e47a98dd8f','',NULL),(630,'en','wpml-translation-management','f8341b0f8b2d09a49671b9770bdfa308','Translation Feedback',NULL,NULL,'LINE',NULL,10,'','a09239913ed5dc12eec6d378d98b0546','',NULL),(631,'en','wpml-translation-management','4cf19fb8c8cae9e417bd35e64e945b7d','Translation Jobs',NULL,NULL,'LINE',NULL,10,'','c2ecb287a376c607da9a013a7c6aa5d2','',NULL),(632,'en','wpml-translation-management','720cf390ed665e12185c7e7e45f66721','Translation Management',NULL,NULL,'LINE',NULL,10,'','4845a83add7f04d1aa0dc4ac51dd2d83','',NULL),(633,'en','wpml-translation-management','a8c85bf703b30c07eedfe7e931cfca05','Translation Management System',NULL,NULL,'LINE',NULL,10,'','a7df5c9e717a2ebd206b9220603488d1','',NULL),(634,'en','wpml-translation-management','b8141b1c23c5767c577b3c5140fddd3e','Translation Management will send out information about the person who manages translations, the translators, and the translated content.',NULL,NULL,'LINE',NULL,10,'','adbb04a996c19ef901345f6765bcecf8','',NULL),(635,'en','wpml-translation-management','29d551b571f2a3bed717130c583b1fcc','Translation Managers',NULL,NULL,'LINE',NULL,10,'','cf555c64a36a315b03870a8c7812096e','',NULL),(636,'en','wpml-translation-management','134d4413abf1fb055d58e397f43a3109','Translation Memory',NULL,NULL,'LINE',NULL,10,'','f69d1b2e81f7c1268a12d62d5a403b0f','',NULL),(637,'en','wpml-translation-management','8daea89c3a64a082dccef053739b7f79','Translation Method',NULL,NULL,'LINE',NULL,10,'','d3f235407fae35a66191e749d7b93ff6','',NULL),(638,'en','wpml-translation-management','ea5a02985534630383b0874bbea5cabc','Translation Notifications',NULL,NULL,'LINE',NULL,10,'','0ed8bbbffcacac3ec8bf4b3d85c89c68','',NULL),(639,'en','wpml-translation-management','6c841be16345a75607bf9ff95dea2046','Translation Priorities',NULL,NULL,'LINE',NULL,10,'','81d6abff6a4bc235fcf319f31c8b3024','',NULL),(640,'en','wpml-translation-management','5583428170af3f5684ae3f59e3e1c7cf','Translation Priority',NULL,NULL,'LINE',NULL,10,'','bd3d953fa86e218f8ffb290c3cd07cba','',NULL),(641,'en','wpml-translation-management','ef6786210183f59e3e5ea64b10d4555d','Translation Proxy error',NULL,NULL,'LINE',NULL,10,'','a86561fba7b1ff7ae70a26e78ee9e102','',NULL),(642,'en','wpml-translation-management','e92f18cd6f23980e888577a53c2e84da','Translation Roles',NULL,NULL,'LINE',NULL,10,'','fa35ea8c9fbd86967534d4691219fb2a','',NULL),(643,'en','wpml-translation-management','54d1a8b447435ee325e306b8a58f58c9','Translation Service',NULL,NULL,'LINE',NULL,10,'','5dee364754c9b46623caf46a9f93b981','',NULL),(644,'en','wpml-translation-management','28c3ebf55813eec58e8bbf2cbf959955','Translation Service will deliver translations automatically using XML-RPC',NULL,NULL,'LINE',NULL,10,'','4dde8655212f2c7d48ed3d5af1f85835','',NULL),(645,'en','wpml-translation-management','ffad6aa5c33663d5f1a628e91f01c6f0','Translation Services',NULL,NULL,'LINE',NULL,10,'','57b17a981479a9fb10790079c22b76e6','',NULL),(646,'en','wpml-translation-management','fc6c45df18ac473645088b292d4c688e','Translation Services Tab',NULL,NULL,'LINE',NULL,10,'','7555e02b4446b2124495048168117c42','',NULL),(647,'en','wpml-translation-management','42faac601beba8207fd49c86ddba39b8','Translation added: ',NULL,NULL,'LINE',NULL,10,'','d202c28ffe1b26e91d05613edb23ae5b','',NULL),(648,'en','wpml-translation-management','7c6f4756a53cd4ac26fd42a1f2d1869a','Translation cancelled.',NULL,NULL,'LINE',NULL,10,'','273127f363cecd4c03451ef6093d23a1','',NULL),(649,'en','wpml-translation-management','895a75147c9fe009ab46b04a47d5a560','Translation complete',NULL,NULL,'LINE',NULL,10,'','7e527ae2425fe2acabc86cff9f33a61c','',NULL),(650,'en','wpml-translation-management','f3c1768ff07c09058cb3c8d29cdd37d5','Translation editor options',NULL,NULL,'LINE',NULL,10,'','058d2ba77b6f4c6964a607a326e9d196','',NULL),(651,'en','wpml-translation-management','7dd00fa4a386568db3be2633bf730340','Translation has been removed by admin',NULL,NULL,'LINE',NULL,10,'','0dc5b0648bf09e4e3a43c5d79e00754e','',NULL),(652,'en','wpml-translation-management','dc6051b5d7e6b95825041f9146be0370','Translation in progress',NULL,NULL,'LINE',NULL,10,'','8c021948fd2ffbba355c2e191e019332','',NULL),(653,'en','wpml-translation-management','8eb1a3cd69452285113a0baf128f430b','Translation is complete',NULL,NULL,'LINE',NULL,10,'','cc6d6f413e70ed902dd04bd413f0518b','',NULL),(654,'en','wpml-translation-management','2a9a425eebfbe9c4cce0fb9dfc027306','Translation jobs for:',NULL,NULL,'LINE',NULL,10,'','ffc177092fcad41e6939bacc4d4644c4','',NULL),(655,'en','wpml-translation-management','4747d23e726af9adf77f7ffc0ac9317f','Translation languages',NULL,NULL,'LINE',NULL,10,'','7317b6811eb8392a1bed75104724ce8e','',NULL),(656,'en','wpml-translation-management','5122d86a29b13551cdf4864b27f425fc','Translation needs update',NULL,NULL,'LINE',NULL,10,'','54520ca5d1c91771745dfedf18ddbbe9','',NULL),(657,'en','wpml-translation-management','c53c8332a43404ede752b61a7d5ee3f3','Translation of job %s has been uploaded and completed.',NULL,NULL,'LINE',NULL,10,'','c2ef5514ce3d053c938d19d26cb02e52','',NULL),(658,'en','wpml-translation-management','036caea802f281ea83c848f5dd0b6c42','Translation options',NULL,NULL,'LINE',NULL,10,'','7e10cff41448b4a7633a20a842d26982','',NULL),(659,'en','wpml-translation-management','542ec8c15eeb73f67e1a0a80f071e359','Translation pickup mode',NULL,NULL,'LINE',NULL,10,'','767b91f130a34b4717361614b5dfc2e6','',NULL),(660,'en','wpml-translation-management','d3dea43fa51db46ef73124b7425b9e3e','Translation saved.',NULL,NULL,'LINE',NULL,10,'','ee20678206cbe090d9f0dc412feaa6ee','',NULL),(661,'en','wpml-translation-management','3f65b4e558016b90ee913a1ccd210910','Translation status',NULL,NULL,'LINE',NULL,10,'','325dd31118910de848f9ba1cade58de9','',NULL),(662,'en','wpml-translation-management','bb28080e46dea6b0a33654eec0906975','Translation to',NULL,NULL,'LINE',NULL,10,'','0d72ac186d90fedc76a7cef56c8445b3','',NULL),(663,'en','wpml-translation-management','3b82b88f498cc06fdbaacf74d24fb923','Translation updated: ',NULL,NULL,'LINE',NULL,10,'','72ede8413f9540407703d94a0393fc1b','',NULL),(664,'en','wpml-translation-management','3681c3e488a2e59ef28e1397d4d6b484','Translation updates for %1$s for %2$s',NULL,NULL,'LINE',NULL,10,'','e4c44929b3d0d3432a114529f2c6eb8e','',NULL),(665,'en','wpml-translation-management','a077c361028663178e814eaa277ea0d4','Translation updates for %1$s until %2$s',NULL,NULL,'LINE',NULL,10,'','b4805eff3f1ba72a3072d3c996f463af','',NULL),(666,'en','wpml-translation-management','0b8d92bc19b720bb1065649535463409','Translations',NULL,NULL,'LINE',NULL,10,'','51a4e697b67e736f458953f0418805b5','',NULL),(667,'en','wpml-translation-management','7cbee0d2613d76b67ea2b532a995b553','Translations may delay because translators did not receive notifications',NULL,NULL,'LINE',NULL,10,'','4cf87ac6807c002243a739cd4e331ad5','',NULL),(668,'en','wpml-translation-management','cf253f690b229f7d51f4f2e230c1592c','Translations queue',NULL,NULL,'LINE',NULL,10,'','fd50d1e288c39ba3467ae7cb9293e5d0','',NULL),(669,'en','wpml-translation-management','8d4f90eeea46d604a6410c9bd877f582','Translator',NULL,NULL,'LINE',NULL,10,'','b7bfefafb6e454ca04181b4da9bcc1ce','',NULL),(670,'en','wpml-translation-management','741fc44daab47ec34bbc41536fdb4d8c','Translator %s has resigned from the translation job \"%s\" for %s to %s.%sView translation jobs: %s',NULL,NULL,'LINE',NULL,10,'','5692696cbe9c2db0cc9ec1c34d758f61','',NULL),(671,'en','wpml-translation-management','7473df2324002623dcb29cc62c00ec89','Translator has completed translation job for %s',NULL,NULL,'LINE',NULL,10,'','8ec2033ea3a9921a78afc340c168ba36','',NULL),(672,'en','wpml-translation-management','8f54a243075d31889c9083707291ad78','Translator has resigned from job on %s',NULL,NULL,'LINE',NULL,10,'','4d253f18ee61d52cc9e3a30e004c0e0e','',NULL),(673,'en','wpml-translation-management','9e26f8c989e7ebd32303d9a806d6fd40','Translator has updated translation job for %s',NULL,NULL,'LINE',NULL,10,'','643c18acd0af45d30fcc4c7ab0ec8ab7','',NULL),(674,'en','wpml-translation-management','2bba2da9852c144b3574cd5386de0297','Translator preview',NULL,NULL,'LINE',NULL,10,'','cdbe3d68eaedcfe8445ac859dc7b608d','',NULL),(675,'en','wpml-translation-management','40ef62e5f1430348b39a86059a9ebe57','Translators',NULL,NULL,'LINE',NULL,10,'','f6372f563c199641d6510bc36e90ba5f','',NULL),(676,'en','wpml-translation-management','f5a0af1da659448d7f63355a96a08e95','Translators Tab',NULL,NULL,'LINE',NULL,10,'','7808d24bd827c7d4674a883131403e9d','',NULL),(677,'en','wpml-translation-management','ecbd25b6a067bdf34f21c0572e9aa341','Translators help',NULL,NULL,'LINE',NULL,10,'','3ccc3c056b2d021eaa7ae86babca3f9d','',NULL),(678,'en','wpml-translation-management','f915a95e609bbd517a8a1e7bdcceef37','Try again',NULL,NULL,'LINE',NULL,10,'','7472719acfe4d7c6175053a19f10abcd','',NULL),(679,'en','wpml-translation-management','aec3b31e1f2a34f01c591bd309b619a9','Try one of the %s',NULL,NULL,'LINE',NULL,10,'','41fb6727407d24a0524570b4b57daeed','',NULL),(680,'en','wpml-translation-management','b084f3bc0adf606f57e3b4fdcdfeea68','Unable to activate this service. Please check entered data and try again.',NULL,NULL,'LINE',NULL,10,'','828d72ee4c215d22291b14ef4df8b507','',NULL),(681,'en','wpml-translation-management','d61306cda0e73ee4ac620811f7d25c0e','Unable to invalidate this service. Please contact WPML support.',NULL,NULL,'LINE',NULL,10,'','0445e82eb7148eb930a12cef7b68d4e6','',NULL),(682,'en','wpml-translation-management','ec0fc0100c4fc1ce4eea230c3dc10360','Undefined',NULL,NULL,'LINE',NULL,10,'','860589ae0f790a8867880af93755ea46','',NULL),(683,'en','wpml-translation-management','cfe59810d1b64fda149314df19cc9bbe','Unknown string Package',NULL,NULL,'LINE',NULL,10,'','0e5eeb518e980fffeb83cbc3e8df95b8','',NULL),(684,'en','wpml-translation-management','e90d65beddaa4344fd51c334927b0a18','Update Translation Priority',NULL,NULL,'LINE',NULL,10,'','d8668daef154d26425a0ff67c5114aeb','',NULL),(685,'en','wpml-translation-management','b85aa95d6579810cd6883b06d252a6a2','Updated / Translated',NULL,NULL,'LINE',NULL,10,'','4a80a9aa28622618c7804361ec11fc24','',NULL),(686,'en','wpml-translation-management','91412465ea9169dfd901dd5e7c96dd99','Upload',NULL,NULL,'LINE',NULL,10,'','36204087d073006b97e3c0e4bb4b3e60','',NULL),(687,'en','wpml-translation-management','76f3ce93ba99d2dac36435f1373ad2d3','Use a different translation service',NULL,NULL,'LINE',NULL,10,'','c89d574e763de8c71ff6dc926938b23a','',NULL),(688,'en','wpml-translation-management','6a8feb2d7eb30516640be9ed932fcdf3','Use the Advanced Translation Editor',NULL,NULL,'LINE',NULL,10,'','4cfc0245730b5dc1ea488e484d48e6f6','',NULL),(689,'en','wpml-translation-management','147febcc275e5b077dfa5166476d50a9','Use the Classic Translation Editor',NULL,NULL,'LINE',NULL,10,'','ff1ac1293d9b59ff54fe70a08d3b51aa','',NULL),(690,'en','wpml-translation-management','916568ea1d41a8e0e38ceecef19c1ddf','User found',NULL,NULL,'LINE',NULL,10,'','7d1214c3062876e42b3070c10edbb85e','',NULL),(691,'en','wpml-translation-management','0757ff2706f42f60f935a54e832553e2','User name:',NULL,NULL,'LINE',NULL,10,'','332b91ea638194d872735c443ee096ba','',NULL),(692,'en','wpml-translation-management','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'LINE',NULL,10,'Verb','a8a45ab03c68af6926d224d4ee4f8f52','',NULL),(693,'en','wpml-translation-management','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'LINE',NULL,10,'','784f7c3f61f0e94ba8f1143b7d933bca','',NULL),(694,'en','wpml-translation-management','4070217917db2a77aa6643b2ce47ceed','View %s',NULL,NULL,'LINE',NULL,10,'','35d5dfd1e78da013e73fdc927782630d','',NULL),(695,'en','wpml-translation-management','773c80d6eb7d09c28d7c8223cb305c55','View original',NULL,NULL,'LINE',NULL,10,'','abbd46c0bece68d8765c67e7f8a548de','',NULL),(696,'en','wpml-translation-management','1b2c810817303162f186556db032559d','View translation jobs',NULL,NULL,'LINE',NULL,10,'','f943cbdde3f0f21fb14adabcc6bfe78d','',NULL),(697,'en','wpml-translation-management','31d4b0a5eeeeb551572df99de2ffb5be','WARNING: %s job(s) are currently being translated.',NULL,NULL,'LINE',NULL,10,'','f371f47dd7fcc0934f160ad1d942abbd','',NULL),(698,'en','wpml-translation-management','0b8fdf140d8b8240cd5a17d5256765bd','WPML 3.9 changes the way it works with ICanLocalize. This requires WPML to move to a new interface with ICanLocalize.',NULL,NULL,'LINE',NULL,10,'','f76145ec30d0c481bc949ff1cda03bfc','',NULL),(699,'en','wpml-translation-management','b3bf231a04744235cfc6ea8aee74af8c','WPML Notification Settings',NULL,NULL,'LINE',NULL,10,'','abe0e8cda513de165d2c3fda8361cb69','',NULL),(700,'en','wpml-translation-management','249f26aef2d402be8ab36a8aaff33715','WPML Support',NULL,NULL,'LINE',NULL,10,'','2fd43648c557f19ee53777d166e89e6c','',NULL),(701,'en','wpml-translation-management','0d62a9556d7404a5e3ce32fd47828f77','WPML Translation Management is enabled but not effective. It is not compatible with  <a href=\"%s\">WPML</a> versions prior 2.0.5.',NULL,NULL,'LINE',NULL,10,'','9bca04760f61e217eb6d888905d3064f','',NULL),(702,'en','wpml-translation-management','0815837412dc9dd1fe06457797bb287f','WPML Translation Management is enabled but not effective. It requires %s in order to work.',NULL,NULL,'LINE',NULL,10,'','cf969b7090b02cda7ecb5201178e331b','',NULL),(703,'en','wpml-translation-management','273319a865ba089c3cd0c69d29817267','WPML Translation Management is enabled but not effective. It requires <a href=\"%s\">WPML</a> in order to work.',NULL,NULL,'LINE',NULL,10,'','24fd4d8c26e381c7eabe80bfab832659','',NULL),(704,'en','wpml-translation-management','4ff43a679707fd11ef6519187debb734','WPML Translation Management is enabled but not effective. Please finish the installation of WPML first.',NULL,NULL,'LINE',NULL,10,'','9f5d04e7ac189c833b096a78a50fe863','',NULL),(705,'en','wpml-translation-management','72ffc7fd9da8bd322a823c3781e02877','WPML Translation Management requires the following PHP extensions and settings:',NULL,NULL,'LINE',NULL,10,'','7113129e3bebacc543f5572268597eb9','',NULL),(706,'en','wpml-translation-management','244eb82d865294130f57b9950a36b034','WPML Translation Management will send the email address and name of each manager and assigned translator as well as the content itself to Advanced Translation Editor and to the translation services which are used.',NULL,NULL,'LINE',NULL,10,'','67a55feb2af7961bf06951ff1057822a','',NULL),(707,'en','wpml-translation-management','c796e99f2432317522866e28c039c21f','WPML Translator Settings',NULL,NULL,'LINE',NULL,10,'','7ef4b879fc5c8d13696a0a9b1d6007e6','',NULL),(708,'en','wpml-translation-management','770d4ce3c5fe7c6cf880415858914c19','WPML Update is Incomplete',NULL,NULL,'LINE',NULL,10,'','39ec475f444c6facd7b8b8c7928e0e35','',NULL),(709,'en','wpml-translation-management','72c680b4aac11d25862c36192434b198','WPML can read a configuration file that tells it what needs translation in themes and plugins. The file is named wpml-config.xml and it\'s placed in the root folder of the plugin or theme.',NULL,NULL,'LINE',NULL,10,'','5cbfbeb1d49ce9c5acb7e47bd5799bea','',NULL),(710,'en','wpml-translation-management','db401302fabaeb9fcb87beeefb4ebf36','WPML can\'t find the translation service. Please contact WPML Support or your translation service provider.',NULL,NULL,'LINE',NULL,10,'','1c386f99e6b17f18f0c4a23e47fb69be','',NULL),(711,'en','wpml-translation-management','6612fa78d461c2ac2ef8b76c52fc5d8e','WPML cannot load the list of translation services. This can be a connection problem. Please wait a minute and reload this page.',NULL,NULL,'LINE',NULL,10,'','fc6b75d4772ef1ed7ab8f38207c9115d','',NULL),(712,'en','wpml-translation-management','556ee8422befcc95aca40c7ca4a93b4c','WPML cannot load the list of translation services. This can be a connection problem. Please wait a minute and reload this page.\\n If the problem continues, please contact WPML support.',NULL,NULL,'LINE',NULL,10,'','e9b2bdda92aac8fedeaf14a25004291a','',NULL),(713,'en','wpml-translation-management','13e41b6d44a018ef08e6ef0bd6a0bd83','WPML cannot send some of the content to translation',NULL,NULL,'LINE',NULL,10,'','7f2277ca77567e5db4d10ed414666e9b','',NULL),(714,'en','wpml-translation-management','6f6f70a00ce761b9fd4e8faf3e8528ab','WPML cannot send these documents to translation because the Advanced Translation Editor is not fully set-up yet.',NULL,NULL,'LINE',NULL,10,'','13f81e0d5add32fcfede08df5032e917','',NULL),(715,'en','wpml-translation-management','5150f84fd20fe66fc4e9c4f26564c59a','WPML created the accounts for your translators and sent them instructions.',NULL,NULL,'LINE',NULL,10,'','e77b49796dcbb96bafa3af210d433f60','',NULL),(716,'en','wpml-translation-management','968136a5e305ae94c5e51eefb9822a22','WPML needs to update your connection to ICanLocalize, but could not complete the change.',NULL,NULL,'LINE',NULL,10,'','1428986928dea214624897345d0656c0','',NULL),(717,'en','wpml-translation-management','bb94c1a19ea9d62d547904e664d5cff5','WPML updated your connection to ICanLocalize. You can continue sending content to translation.',NULL,NULL,'LINE',NULL,10,'','b2b60453a1f3e107e4b2e8a8a734aa20','',NULL),(718,'en','wpml-translation-management','9a4efd951bfb4680d72989c89ee35930','WPML will no longer synchronize this %s with the original content.',NULL,NULL,'LINE',NULL,10,'','eb9aad184174d21eed1f4a467fc9edfc','',NULL),(719,'en','wpml-translation-management','82bbb05a5eaa1568345c57a21346b2e1','WPML\'s Advanced Translation Editor is enabled, but not all your translators can use it.',NULL,NULL,'LINE',NULL,10,'','57a5a85d49693d352636690119023731','',NULL),(720,'en','wpml-translation-management','b5d10f00257c3ceb8b51b341f8f0085a','WPML.org account',NULL,NULL,'LINE',NULL,10,'','c022aa0cbbb0a4d6847e7e33d9cc11d7','',NULL),(721,'en','wpml-translation-management','8f53a11cc3d041b9f1aad88385c698b5','WPML’s Translation Editor makes it easy for your own translators to translate content in your site. You can create accounts for new translators or use existing WordPress users as your translators.',NULL,NULL,'LINE',NULL,10,'','b8a8b82030cc0c8a76241be32b8c9a6f','',NULL),(722,'en','wpml-translation-management','9efebe023be9c8fc45a2da8ecd09b5a4','Waiting for the Translation Manager to complete the setup…',NULL,NULL,'LINE',NULL,10,'','cb982db92cdbcf29310c554d1591c24e','',NULL),(723,'en','wpml-translation-management','cb5857613fd444d0550264a0b2a09d3e','Waiting for translator',NULL,NULL,'LINE',NULL,10,'','d170355be5487a1c242904efe57ad48a','',NULL),(724,'en','wpml-translation-management','be7be5b70339ff1d73c3da80a4cea16e','Waiting for translator / In progress',NULL,NULL,'LINE',NULL,10,'','6838c011ed248410606fc53d170c2b4c','',NULL),(725,'en','wpml-translation-management','a61f488affd02d7ba7e3a68c69534d7c','Want to improve the quality of your site’s translation?',NULL,NULL,'LINE',NULL,10,'','c0886a944135906f34e5fbcc019c4bb6','',NULL),(726,'en','wpml-translation-management','62e13861837e939575ec164a7d45138b','We detected a possible issue blocking the word count process. Please verify the following settings:',NULL,NULL,'LINE',NULL,10,'','29b343ba602aab7198eea1b27a05e3d0','',NULL),(727,'en','wpml-translation-management','4ad2b3544665c4143095828576e9eef8','When duplicating content, please first duplicate parent pages to maintain the site\'s hierarchy.',NULL,NULL,'LINE',NULL,10,'','6ee543a6e12b7800de3f115424cb0392','',NULL),(728,'en','wpml-translation-management','2f5dc0085feafaebebc657c6b48142ec','Word count estimate:',NULL,NULL,'LINE',NULL,10,'','228b3a99e8636fe4c33c9ec64bc01ecb','',NULL),(729,'en','wpml-translation-management','bbcf245b1f8e2178472d81d8e177896b','Word count for the entire site',NULL,NULL,'LINE',NULL,10,'','21f01c63ece0fc12278d8eee0d0e00f1','',NULL),(730,'en','wpml-translation-management','d45b1c856c075a34dbd014ccf929709c','WordPress role:',NULL,NULL,'LINE',NULL,10,'','cd9fc4d037b6351016aa99bfcbc28fd3','',NULL),(731,'en','wpml-translation-management','6f15b8d4b7287d60a8ea3d1c5cbadc84','Words',NULL,NULL,'LINE',NULL,10,'','5d1e5916c700a64f3c51e75b22f17e17','',NULL),(732,'en','wpml-translation-management','f617cdc3cd4c1fa26eb11fba6422bb6f','XLIFF %s',NULL,NULL,'LINE',NULL,10,'','37b7627dee7097c0470f5620411fe84c','',NULL),(733,'en','wpml-translation-management','9d815fd39e44bc7352239b56bd045e2c','XLIFF file options',NULL,NULL,'LINE',NULL,10,'','d27265b50a9857d7c9ae6a09b4958e4e','',NULL),(734,'en','wpml-translation-management','ea29173b1df18e0a706de171998a7221','XLIFF translation',NULL,NULL,'LINE',NULL,10,'','b51abd16320d8672a4736fc46b515069','',NULL),(735,'en','wpml-translation-management','542d3f6f766d6ce6c525d95f2c57a128','XLIFF version',NULL,NULL,'LINE',NULL,10,'','382acb38c54135fba128dcbb2e830b68','',NULL),(736,'en','wpml-translation-management','77f92271f6dcbdb31bf69d964770e0b7','Yes, I already have an account',NULL,NULL,'LINE',NULL,10,'','e26e6efb0fa412ebc8a97f54f1a8f06d','',NULL),(737,'en','wpml-translation-management','fa905732bbfc9107f76468ccba92b49d','Yes, Show me the available translation services',NULL,NULL,'LINE',NULL,10,'','515890c69633a3bf4c56b3d117d5c497','',NULL),(738,'en','wpml-translation-management','4d7441f6f7b66ce34a73b9f57d0ce8c2','You are about to delete selected items from the basket. Are you sure you want to do that?',NULL,NULL,'LINE',NULL,10,'','81a187e636511b4f7c603874cf0726d5','',NULL),(739,'en','wpml-translation-management','e518373052f0c5b656d6b11342792c36','You are not allowed to perform this action.',NULL,NULL,'LINE',NULL,10,'','42ddcdf47738614245375e6560611d67','',NULL),(740,'en','wpml-translation-management','5d5c17b063dbc0ea441d476a12ae4eaa','You are not allowed to run this action.',NULL,NULL,'LINE',NULL,10,'','15ff191bc8812609924759beb350d3e3','',NULL),(741,'en','wpml-translation-management','3e8a21b9f28db8f70c4262f95d25e815','You are now the Translation Manager for %s - action needed',NULL,NULL,'LINE',NULL,10,'','b9b92501871cb9775679b1efb89c8363','',NULL),(742,'en','wpml-translation-management','54268ff4f0f174ee6c1bca981f134b3b','You are receiving this email because you have a translator \\n\\t\\t\\taccount in %1$s. To stop receiving notifications, \\n\\t\\t\\tlog-in to %2$s and unselect \"Send me a notification email \\n\\t\\t\\twhen there is something new to translate\". Please note that \\n\\t\\t\\tthis will take you out of the translators pool.',NULL,NULL,'LINE',NULL,10,'','747615ceb2d4ca374f7c9d05803a7059','',NULL),(743,'en','wpml-translation-management','8839775a4b630ab569998a002919fc55','You are running updated %s and %s, but the following components are not updated:',NULL,NULL,'LINE',NULL,10,'','745b66515ae862677e0420d635290238','',NULL),(744,'en','wpml-translation-management','64591b515734d6ad72a8e21a899a062a','You are running updated %s, but the following component is not updated:',NULL,NULL,'LINE',NULL,10,'','2b46f18c3c8547ccbf99b1e6a9bc545b','',NULL),(745,'en','wpml-translation-management','c46464a60566d59490fbb02e38365ff9','You are the Translation Manager for %s. This role lets you manage everything related to translation for this site.',NULL,NULL,'LINE',NULL,10,'','f9ac8af2fd5577c46c4b3c99a73466aa','',NULL),(746,'en','wpml-translation-management','42d3d7e5bae1c1ac7aeb4bd3ffcd28e9','You are trying to import an empty archive.',NULL,NULL,'LINE',NULL,10,'','5618a0a00346fb62fde8020453037738','',NULL),(747,'en','wpml-translation-management','65294092a7f4f9ee5dcf1ee931eb00e7','You are trying to import an empty file.',NULL,NULL,'LINE',NULL,10,'','7a106e6a2d7d3407e8f2b918a649e409','',NULL),(748,'en','wpml-translation-management','65534fef22052243f81de1e884d147b0','You are trying to import an incompatible Archive.',NULL,NULL,'LINE',NULL,10,'','7e0b3a4d42bb0863618b8843a66713ba','',NULL),(749,'en','wpml-translation-management','86a8f1f295f3b6153eeddd5afe72ddcc','You are using a translation service which requires authentication.',NULL,NULL,'LINE',NULL,10,'','dc522ada507ca72e54fc56fdf27d947d','',NULL),(750,'en','wpml-translation-management','75a23d48466668afa258426b893736cb','You can check again in %s minutes.',NULL,NULL,'LINE',NULL,10,'','e974994021bfb79fa9feb28d3e9198cb','',NULL),(751,'en','wpml-translation-management','c3b789e0639c02265eacf6b1ed907e40','You can check again in %s seconds.',NULL,NULL,'LINE',NULL,10,'','d11cd66a1579d62ef1690c5269c978f6','',NULL),(752,'en','wpml-translation-management','6c38463ff32a18611baf4178df95ee7b','You can find API token at %s site',NULL,NULL,'LINE',NULL,10,'','72cad374e153abe05870feb087e7326f','',NULL),(753,'en','wpml-translation-management','421694302fc8e0e51988aa092a406862','You can find this at %s site',NULL,NULL,'LINE',NULL,10,'','6e4b5307a37bf5973c8d6a36ae0f241a','',NULL),(754,'en','wpml-translation-management','a45297206d542ceacfec958c3d86ab48','You can view your other translation jobs here: %s',NULL,NULL,'LINE',NULL,10,'','40165a13840617b947aa4beeb14f189e','',NULL),(755,'en','wpml-translation-management','44ca42ef93d9d07497b572bc368e9e4a','You can\'t do that!',NULL,NULL,'LINE',NULL,10,'','2795725dddf94383f13fef9e14dcb79b','',NULL),(756,'en','wpml-translation-management','6fbc30d29bcf1b28b0823b26408f5ac8','You can\'t edit this translation, because this translation to %s is already in progress.',NULL,NULL,'LINE',NULL,10,'','dd9d1a2f4386d9d18f42448e997d27d9','',NULL),(757,'en','wpml-translation-management','2271031864ede013ac9a17c0f78fca51','You cannot add posts in this language to the basket since it already contains posts or strings of another source language!\\n\\t\\t\\t\\t\\t\\tEither submit the current basket and then add the post or delete the posts of differing language in the current basket',NULL,NULL,'LINE',NULL,10,'','02af2ca6bdae8d6a0401a432b7ecc218','',NULL),(758,'en','wpml-translation-management','1f778406fb465b4f08b45171305150ee','You cannot add strings  in this language to the basket since it already contains posts or strings of another source language!\\n\\t\\t\\t\\t\\t\\tEither submit the current basket and then add the post or delete the posts of differing language in the current basket',NULL,NULL,'LINE',NULL,10,'','7655344d9704a5859f34572614d6b642','',NULL),(759,'en','wpml-translation-management','92f20f11c3a808dda759b5e4c460f50b','You cannot add strings in this language to the basket since it already contains posts or strings of another source language! Either submit the current basket or delete the posts of differing language in the current basket',NULL,NULL,'LINE',NULL,10,'','972c7417fb731353952dff25d81b0924','',NULL),(760,'en','wpml-translation-management','69e8b70a5b6df60ec195d9d412d0b0af','You have attempted to submit data in a not legit way.',NULL,NULL,'LINE',NULL,10,'','1116ee59d1aaf83f5f7fb3484f7fe3b8','',NULL),(761,'en','wpml-translation-management','8dad7f9390957d2939b36f9425f2a860','You have been assigned to new translation job(s):',NULL,NULL,'LINE',NULL,10,'','99f2307d844c99dfccdbda5c95201542','',NULL),(762,'en','wpml-translation-management','31b0f521753230296a1f7e5a16803076','You have been removed from the translation job \"%s\" for %s to %s.',NULL,NULL,'LINE',NULL,10,'','0160c650d75ced2c6d6451190ea6dd96','',NULL),(763,'en','wpml-translation-management','d5c87d978bee143ee65e461f4f7e3be1','You have selected a translation service which requires authentication.',NULL,NULL,'LINE',NULL,10,'','eb3097645e73082920369e03b0cbfceb','',NULL),(764,'en','wpml-translation-management','839f2e397927481c383d58fd1b2c2369','You have selected a translation service which requires translators.',NULL,NULL,'LINE',NULL,10,'','7cd498226571ce3814cd93783edfa579','',NULL),(765,'en','wpml-translation-management','270f4d61b9e07446431ba7c37191a4d4','You have sent documents to translation. WPML can send notification emails to assigned translators, but translators for some languages have selected not to receive this notification.',NULL,NULL,'LINE',NULL,10,'','d0ed9bc3a009bedd4f433b3325ace1dc','',NULL),(766,'en','wpml-translation-management','07a8501525c37c8cc77c42946fac85bb','You have two ways to copy content from the original language:',NULL,NULL,'LINE',NULL,10,'','328c44331688b470cdd29e0ef2a5ada6','',NULL),(767,'en','wpml-translation-management','eee1a3d85e91b9944c98c7558f706b27','You have unsaved changes!',NULL,NULL,'LINE',NULL,10,'','83aaa6790bb546314c09e87f82ddca5d','',NULL),(768,'en','wpml-translation-management','1bffe2dad865e44c72a27a839a1d99fb','You have unsaved work. Are you sure you want to close without saving?',NULL,NULL,'LINE',NULL,10,'','662f36d42b03957bb67486d3ed8db748','',NULL),(769,'en','wpml-translation-management','366a41024c06b4c915652961513a0d3e','You should contact your %1$s and ask them to enable the notification emails which will allow them to see when there is new work waiting for them. To enable notifications, translators need to log-in to this site, go to their user profile page and change the related option in the WPML language settings section.',NULL,NULL,'LINE',NULL,10,'','bde8400f703dacda8376ec303f35dcd7','',NULL),(770,'en','wpml-translation-management','c40b260849398ee6a22e1fb2de763954','You should have received an email with directions to activate the service.',NULL,NULL,'LINE',NULL,10,'','f0941679f8b17f175fbe98b491a04d38','',NULL),(771,'en','wpml-translation-management','8aa6279d72a9872cf90ce657129e41e4','You should use <a href=\"%s\">Translation management dashboard</a> to send the original document to translation.',NULL,NULL,'LINE',NULL,10,'','b24a3db8617e55bc5478e4c8b97236d6','',NULL),(772,'en','wpml-translation-management','d333a27bb275f5b9d6488c5660e89a2a','You\'ve resigned from this job.',NULL,NULL,'LINE',NULL,10,'','a3c9c468b7fe567d947b37d5180606b6','',NULL),(773,'en','wpml-translation-management','0b3088c495c2ae3870ae548894d4636f','You\'ve sent the content for translation to %s. Please continue to their site, to make sure that the translation starts.',NULL,NULL,'LINE',NULL,10,'','b377b81d002fb6bf095afded9eda2f49','',NULL),(774,'en','wpml-translation-management','515767c04d6aa9c26c6e252bce1167f7','Your Profile',NULL,NULL,'LINE',NULL,10,'','7bd225102241f184f0162b4e2b7d37b5','',NULL),(775,'en','wpml-translation-management','e8afac7787c2f655efaad014d791da9d','Your deadline',NULL,NULL,'LINE',NULL,10,'','895cbe5371f3ccbfc48e6f549d8054c6','',NULL),(776,'en','wpml-translation-management','a25450792c15842eace2d13f88ecac68','Your request has been sent. Please wait a few minutes to synchronize the status with the Translation service',NULL,NULL,'LINE',NULL,10,'','b54881e06df368d8845010472c190d07','',NULL),(777,'en','wpml-translation-management','9abbba981f1bba78fbf8d57869214831','Your request was sent.',NULL,NULL,'LINE',NULL,10,'','9189ad1ee43227faf8ca5dcdef6f10a2','',NULL),(778,'en','wpml-translation-management','b6bc599b1261d34627f9b71fd66d2c8c','Your site is currently configured to use only %s as its professional translation service.',NULL,NULL,'LINE',NULL,10,'','4e97accbf8dd7bafc2efadf2c390ec72','',NULL),(779,'en','wpml-translation-management','a272be728d7ecb5bbfb4f319f71a3338','Your site should be publicly accessible or the server should have access to the site.',NULL,NULL,'LINE',NULL,10,'','548b4e2cd943704c1f4da4db38a082f0','',NULL),(780,'en','wpml-translation-management','163b372d60f4467a5c597afa7dc534e3','Your site will not work as it should in this configuration',NULL,NULL,'LINE',NULL,10,'','6f6da9b7e9afdf1a30da616c65d0270c','',NULL),(781,'en','wpml-translation-management','427ca031970d4569d31eaa3e49afa299','Your translators can work inside WordPress, using WPML’s Translation Editor or with their own CAT (Computer Assisted Translation) programs.',NULL,NULL,'LINE',NULL,10,'','9103d8db7d555c22e5c17dd58b60e74a','',NULL),(782,'en','wpml-translation-management','c2197d36bf548500ede6e16b1f797dbb','account status',NULL,NULL,'LINE',NULL,10,'','752b2b30eac2fb18ed68598902e4c758','',NULL),(783,'en','wpml-translation-management','068e8aa72faf45983e80951e6699c64b','add documents to the basket',NULL,NULL,'LINE',NULL,10,'','b422cc1309ac30a7c969090b55376d9e','',NULL),(784,'en','wpml-translation-management','be5d5d37542d75f93a87094459f76678','and',NULL,NULL,'LINE',NULL,10,'','b96817eb04dda10a43cffa09eeede9ae','',NULL),(785,'en','wpml-translation-management','3229bc95a4e146e316df0e2b038ec8eb','continue on the next page &raquo;',NULL,NULL,'LINE',NULL,10,'','2309f1ad81c50894042e93f07d1c52b0','',NULL),(786,'en','wpml-translation-management','6cdfe03325385b926b5bfb91809b7e7f','copy and overwrite all fields',NULL,NULL,'LINE',NULL,10,'','b4dfb5a0a22d50112f80c81285c25412','',NULL),(787,'en','wpml-translation-management','59d27e87741eeadd70e4df58fd98d0d7','copy to empty fields only',NULL,NULL,'LINE',NULL,10,'','2696a6d3682170c5654353ae00cef2e7','',NULL),(788,'en','wpml-translation-management','3201ce784e47d463cbc3cae2121e3b94','deadline: %1$s, late by %2$d days',NULL,NULL,'LINE',NULL,10,'','9163b49cdbde22a690da6c488334266b','',NULL),(789,'en','wpml-translation-management','55876228853abf632dec9346a4f372ec','documentation',NULL,NULL,'LINE',NULL,10,'','0566364b2949370d70aa92498705897b','',NULL),(790,'en','wpml-translation-management','a6434ba6a649768d33ac233e209af55b','go to the <a href=\"%s\">Translation Dashboard</a>',NULL,NULL,'LINE',NULL,10,'','d08609aed9c3fd4e12726ed30c33e588','',NULL),(791,'en','wpml-translation-management','ffe181130430aff6386df37df36347f8','immediately',NULL,NULL,'LINE',NULL,10,'','6930628053169728a7c5535d7dcdbc9f','',NULL),(792,'en','wpml-translation-management','13b5bfe96f3e2fe411c9f66f4a582adf','in',NULL,NULL,'LINE',NULL,10,'','96646c9d1953779917f3e8d8862f0b2c','',NULL),(793,'en','wpml-translation-management','adc2f203aec53f260b6103b56318a711','in %s document(s)',NULL,NULL,'LINE',NULL,10,'','995898422eb8a9a70b86e9caf08f3c43','',NULL),(794,'en','wpml-translation-management','69cd9175da90ab1fac63b14cc070d8cb','needs update',NULL,NULL,'LINE',NULL,10,'','c707cb54b75fff17bf70671055e48fe8','',NULL),(795,'en','wpml-translation-management','c7561db7a418dd39b2201dfe110ab4a4','never',NULL,NULL,'LINE',NULL,10,'','1328ad2588e9283685484b086f8c8c96','',NULL),(796,'en','wpml-translation-management','c447bad8b6302f319decc7d590926925','once a day',NULL,NULL,'LINE',NULL,10,'','c8a146b039352daff09fa990c9848fe2','',NULL),(797,'en','wpml-translation-management','0801c4e0187516c714b52a481ccb9367','once a week',NULL,NULL,'LINE',NULL,10,'','d32403f2e2230a06cc85cb4b983bf323','',NULL),(798,'en','wpml-translation-management','e81c4e4f2b7b93b481e13a8553c2ae1b','or',NULL,NULL,'LINE',NULL,10,'','3ea1abe34080d3ad5457613c797e7595','',NULL),(799,'en','wpml-translation-management','663fc7093256cda156e571631ddb295e','out of',NULL,NULL,'LINE',NULL,10,'','55f93747fd8277e88f8cb202291e7e67','',NULL),(800,'en','wpml-translation-management','d0e45878043844ffc41aac437e86b602','parent',NULL,NULL,'LINE',NULL,10,'','0fb86204d31494933d17dfa537cdfc27','',NULL),(801,'en','wpml-translation-management','e9de36ee2c1b30cb604a2fe0bd4088f2','send them for translation',NULL,NULL,'LINE',NULL,10,'','005ae69782531f0c864e54a5e556e127','',NULL),(802,'en','wpml-translation-management','1e99b7e32f95bc3831aae97406db979a','show %s items',NULL,NULL,'LINE',NULL,10,'','7b20378c806afe1dac0cdcf6879379e9','',NULL),(803,'en','wpml-translation-management','3562459ac44c9ab36f683e7ad5654185','show all %s items',NULL,NULL,'LINE',NULL,10,'','7869a96fdb9a35e8d887d8069e60c155','',NULL),(804,'en','wpml-translation-management','32d77962a238efe745d153c84047000d','show fields',NULL,NULL,'LINE',NULL,10,'','cedb42abcaa46e76e9f5ec4904a69aa7','',NULL),(805,'en','wpml-translation-management','994eaa14e532773025884a84be5491b7','start translating',NULL,NULL,'LINE',NULL,10,'','f93a448356a373113f0f9c27a3419ab9','',NULL),(806,'en','wpml-translation-management','01b6e20344b68835c5ed1ddedf20d531','to',NULL,NULL,'LINE',NULL,10,'','f65199da49b5d3d27fd3243010848435','',NULL),(807,'en','wpml-translation-management','fe3ef467fa495896e4a00bcb864c98f0','translated to',NULL,NULL,'LINE',NULL,10,'','ec2812d863fe3422b0aacadf93a4a9ef','',NULL),(808,'en','wpml-translation-management','c719c60e2986cd29bd3ae27085c9c50f','translation services that are integrated with WPML',NULL,NULL,'LINE',NULL,10,'','ae01b742c69ef33dcb4aa451c9c08ccb','',NULL),(809,'en','wpml-translation-management','1996e2eab02ac28d36edca788d8e4dab','translators',NULL,NULL,'LINE',NULL,10,'','ed86195f89198c922dc267e841e6c9f4','',NULL),(810,'en','wpml-translation-management','d4347d85671016d93966603eaf4b0f04','try a translation service',NULL,NULL,'LINE',NULL,10,'','292b29a0d2b1773b66c2b14559126ef4','',NULL),(811,'en','wpml-string-translation','9dafae48a7fd3981a5ff61368bb80ec4',' They were added to the string translation table.',NULL,NULL,'LINE',NULL,10,'','d98da31664de81abd265635c09f25d1a','',NULL),(812,'en','wpml-string-translation','5da7666e7f4dc4d4247f96372a816e07','%d new translation was added.',NULL,NULL,'LINE',NULL,10,'','7bf39861be6ff96aab824a1cd36fafa1','',NULL),(813,'en','wpml-string-translation','b6b4ed5e5928fe35591f9b65acc58581','%d new translations were added.',NULL,NULL,'LINE',NULL,10,'','20e33a100f2c9a743ecb58e992d2b716','',NULL),(814,'en','wpml-string-translation','4649b7310e5b3a66aeb7199de7edbed2','%d translation was updated.',NULL,NULL,'LINE',NULL,10,'','9cf4e23d57fa81c53c3b9fbdbe5aa7f2','',NULL),(815,'en','wpml-string-translation','9983d81bb87a5bf56526a72567cb0f58','%d translations were updated.',NULL,NULL,'LINE',NULL,10,'','88b689a6e83b6a2d9d7cdc65a98e0094','',NULL),(816,'en','wpml-string-translation','75b515c7a7c6e74ffb5d5239b80947b2','%s slugs are set to be translated, but they are missing their translation',NULL,NULL,'LINE',NULL,10,'','8acc80175a56e774ca99218676fdc651','',NULL),(817,'en','wpml-string-translation','34b53742302e1af3f0f23a116bf9f6b1','(original)',NULL,NULL,'LINE',NULL,10,'','7bb37357c3517006247c94feaefc4669','',NULL),(818,'en','wpml-string-translation','76f127f81e962e8a830ed7ed22edb9b8','-- Please select --',NULL,NULL,'LINE',NULL,10,'','2728f4110cb5fe5c36d07c25d5468840','',NULL),(819,'en','wpml-string-translation','bcab72bad0ca7c92df247689c53dbce2','.po file:',NULL,NULL,'LINE',NULL,10,'','1d455abc717d8b294ddfc8a4a22e9d2c','',NULL),(820,'en','wpml-string-translation','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'LINE',NULL,10,'','1cd2f5884fd4763943fd9a9d94e790dd','',NULL),(821,'en','wpml-string-translation','6b5d7c570cc719a6bc4f62ee35979728','Add selected strings',NULL,NULL,'LINE',NULL,10,'','68d4f5856fde406c725fdc40e848ddfe','',NULL),(822,'en','wpml-string-translation','cdc1c1bcc3fb30f3e1fdbb7023ce50a0','Add the new translations.',NULL,NULL,'LINE',NULL,10,'','a45f951fc9ede795ba89476a22585c51','',NULL),(823,'en','wpml-string-translation','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'LINE',NULL,10,'','0f3f8fcc79d93ed1dd8bea97342f13f3','',NULL),(824,'en','wpml-string-translation','9f7cd5b47bace1e7c904ccd9e22e9298','All Translation Priorities',NULL,NULL,'LINE',NULL,10,'','80e2b4f0b21edca11fc113e4e89105d7','',NULL),(825,'en','wpml-string-translation','6e7fe9233bd59f1554282e58256a3e07','All domains',NULL,NULL,'LINE',NULL,10,'','99823627920cfb25da4b4026282e1408','',NULL),(826,'en','wpml-string-translation','b27e42dff55317682a0d4c2acfd07557','All strings',NULL,NULL,'LINE',NULL,10,'','6061c131d8f9116e3e855500fae235f9','',NULL),(827,'en','wpml-string-translation','c0c59db7de1bb37d80cabef3f8f51f14','All strings in %s',NULL,NULL,'LINE',NULL,10,'','9f0a00f37e5d8b132791d48194d065ab','',NULL),(828,'en','wpml-string-translation','12eab07265445d7309ca1c34ac7fdd7c','Almost all themes and plugins have texts in English. Reducing the check for the string\'s language simplifies and shortens the string translation process.',NULL,NULL,'LINE',NULL,10,'','1fbb7ad5c9fb9af48e28717923cd8334','',NULL),(829,'en','wpml-string-translation','bec7bcc8924dce6fb6733a5de741e5ae','Also create translations according to the .po file',NULL,NULL,'LINE',NULL,10,'','8c98dfd74b3885b8bf32dd46adbc1fca','',NULL),(830,'en','wpml-string-translation','4055b5f32d4020f6da9574c0a2352815','Also include translations',NULL,NULL,'LINE',NULL,10,'','8f623ca9c86cf21988686395fce373f8','',NULL),(831,'en','wpml-string-translation','bb9808958618f1fea65c30cf83d9104b','Also prevent similar messages in the future?',NULL,NULL,'LINE',NULL,10,'','ff8ae792e9f854de64fdc6ee98bfc4b9','',NULL),(832,'en','wpml-string-translation','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'LINE',NULL,10,'','f627ab701e5977aef48bfcd0b48edfbe','',NULL),(833,'en','wpml-string-translation','73c5cf9efb6a931ee67ce3295b76c092','Apply those changes',NULL,NULL,'LINE',NULL,10,'','b93394a90313b18c659ee8953633357a','',NULL),(834,'en','wpml-string-translation','f9db7598889aa4daf8563f1707aa97d6','Are you sure you want to delete these packages?\\nTheir strings and translations will be deleted too.',NULL,NULL,'LINE',NULL,10,'','5fc443e40d907f298644ff18d882632f','',NULL),(835,'en','wpml-string-translation','3536e8f51f58bebafe2cb8a46efacec8','Are you sure you want to delete these strings?\\nTheir translations will be deleted too.',NULL,NULL,'LINE',NULL,10,'','baebb209bd600863fc37f841a735e4da','',NULL),(836,'en','wpml-string-translation','aab5df483a679cbafd0be549eb789098','Assume that the original language of all strings is English',NULL,NULL,'LINE',NULL,10,'','b9f46067bd2e42f4c2da317b8d05c553','',NULL),(837,'en','wpml-string-translation','ababab0f7992c4fdf83297be7bc01971','Auto register strings for translation',NULL,NULL,'LINE',NULL,10,'','672b648d996595b378e07de2196b6468','',NULL),(838,'en','wpml-string-translation','fd0e47da032dde0bb06bf647c9d6e78a','Auto-download WordPress translations',NULL,NULL,'LINE',NULL,10,'','f892177d8b2e62c27f14227349e5cb75','',NULL),(839,'en','wpml-string-translation','832dc7c2aa2035b59faf3fc0ff39716b','Auto-register strings from these text domains',NULL,NULL,'LINE',NULL,10,'','b92f8c2c205897cd30363502f8daf6d4','',NULL),(840,'en','wpml-string-translation','c6ad904aab81edaca2af60beb65a229c','Automatically add paragraphs',NULL,NULL,'LINE',NULL,10,'','b9872d9b25f7599a2978837e2fe1611b','',NULL),(841,'en','wpml-string-translation','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'LINE',NULL,10,'','7ea0259968cb18827330515d4fcb31bc','',NULL),(842,'en','wpml-string-translation','9c100dc6b8f994b98e631c34e6b701c9','Cancel and undo changes',NULL,NULL,'LINE',NULL,10,'','f101e66d9811ba91f70700484af3ea17','',NULL),(843,'en','wpml-string-translation','9c1520121cb460c92f99388b4c064bf0','Change the language of selected strings',NULL,NULL,'LINE',NULL,10,'','34e908f76d51f03128b19598c829de13','',NULL),(844,'en','wpml-string-translation','cb17a79ae8f591990d34615f70feae23','Change translation priority of selected strings',NULL,NULL,'LINE',NULL,10,'','94c25dcf4175cb3dd2470d815eb166fe','',NULL),(845,'en','wpml-string-translation','ab400ed42f5ad5d0f287d53ab1ba7f8b','Check other languages',NULL,NULL,'LINE',NULL,10,'','0d51fb020c645519045cccacc1e44651','',NULL),(846,'en','wpml-string-translation','e2d14ba9c28f24d2e7cfb3adf2143952','Choose the fields you\'d like to translate and click on the \'Apply\' button. Then, use WPML\'s <a%s>String translation</a> to translate them.',NULL,NULL,'LINE',NULL,10,'','c032283491c365fb1ff7a680663737a1','',NULL),(847,'en','wpml-string-translation','2f0288cf885faa6831539259b6a9a949','Click to toggle',NULL,NULL,'LINE',NULL,10,'','19d0ab5b26917dfcb427583eb68f6a44','',NULL),(848,'en','wpml-string-translation','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'LINE',NULL,10,'','ab1a90ccf280a7d9a815d6c3c7f7d7a8','',NULL),(849,'en','wpml-string-translation','ae94f80b3ce82062a5dd7815daa04f9d','Complete',NULL,NULL,'LINE',NULL,10,'','b45b981c2a2cb714b2250d48edf67eb3','',NULL),(850,'en','wpml-string-translation','0150fdf61374a4461554b018dd4bd17a','Completely translated strings',NULL,NULL,'LINE',NULL,10,'','db94a37555658cb37f2faa73ea06335d','',NULL),(851,'en','wpml-string-translation','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'LINE',NULL,10,'','bcb9c388166da7880c73711e123027d9','',NULL),(852,'en','wpml-string-translation','3d0eef11140eea05f6ba752231f32536','Contains %s strings',NULL,NULL,'LINE',NULL,10,'','6be06489641102a08bc24024c61bb1f3','',NULL),(853,'en','wpml-string-translation','ad4e206408c1c59bfb8a057ba7857446','Context',NULL,NULL,'LINE',NULL,10,'','fb26fbf3303fffa73d1263f2e389f1b4','',NULL),(854,'en','wpml-string-translation','7de54b965c57b5a8b013577ebb1bd03e','Convert to multilingual widget',NULL,NULL,'LINE',NULL,10,'','67d603788350d09d0a69427c72e4014f','',NULL),(855,'en','wpml-string-translation','3e020bba0b9d250a74115b30890f973b','Converting to multilingual widget failed. No sidebar specified.',NULL,NULL,'LINE',NULL,10,'','af46534343290f118084ce70744b6796','',NULL),(856,'en','wpml-string-translation','2c461ba39b35901aea1e817a00e1feae','Current source language',NULL,NULL,'LINE',NULL,10,'','18836554a62c4d528722f8b7613b454f','',NULL),(857,'en','wpml-string-translation','181befa19d41c45029799ff5c71fcf53','Default package language',NULL,NULL,'LINE',NULL,10,'','ed2627ee67c63d56c2ddfbed4f8591b9','',NULL),(858,'en','wpml-string-translation','4b077060cbffb8e543ac893e9dd49a28','Delete Selected Packages',NULL,NULL,'LINE',NULL,10,'','30c454d558a630e5669865a589a226de','',NULL),(859,'en','wpml-string-translation','2a3070baa098abb7dcf396fd8eba5989','Delete selected strings',NULL,NULL,'LINE',NULL,10,'','f660567058c1c20127d5b59b3538be06','',NULL),(860,'en','wpml-string-translation','6054320dfa02373b455cb9f5eae7831c','Dismiss all notices',NULL,NULL,'LINE',NULL,10,'','5f70a2d85ee5344cedd4b8bc30a76a79','',NULL),(861,'en','wpml-string-translation','4f3cb84f1ef92a0a3785a07bd8589ea3','Display %d results per page',NULL,NULL,'LINE',NULL,10,'','d27000c692ed4098416636c34b57af35','',NULL),(862,'en','wpml-string-translation','ea52698bdfec2356a55ccbeb39e58460','Display all results',NULL,NULL,'LINE',NULL,10,'','abb90cf9b3cfab3852c0e9eacbd1be9d','',NULL),(863,'en','wpml-string-translation','622e7260cda3a944e3875cec532e7fb4','Display packages for this kind:',NULL,NULL,'LINE',NULL,10,'','ee6acaae3e3ab88e22b1e156a522b8a0','',NULL),(864,'en','wpml-string-translation','4fb813e73cf30a04d997657289ca6a6f','Displaying %s&#8211;%s of %s',NULL,NULL,'LINE',NULL,10,'','cb358b02bbec54f3cc3b882b072b1dcb','',NULL),(865,'en','wpml-string-translation','eae639a70006feff484a39363c977e24','Domain',NULL,NULL,'LINE',NULL,10,'','647733cd2ed4320b9d6b31d07565bac6','',NULL),(866,'en','wpml-string-translation','b601a9355778eb89662a0aa03b7fa99a','Don\'t reuse string translation',NULL,NULL,'LINE',NULL,10,'','bcfb0d8799f36abbbdf447afe4c4b93f','',NULL),(867,'en','wpml-string-translation','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'LINE',NULL,10,'','d555c470be64d4d97b57ee4202d87354','',NULL),(868,'en','wpml-string-translation','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'','f58e2a2d7381ccf0aa5a00801d1a140d','',NULL),(869,'en','wpml-string-translation','902b0d55fddef6f8d651fe1035b7d4bd','Error',NULL,NULL,'LINE',NULL,10,'','c9325646c1cc087e9fcb368c419e262b','',NULL),(870,'en','wpml-string-translation','06fb0c214568bdf58d1066d8c6629cb0','Error getting the translation file. Please go back and try again.',NULL,NULL,'LINE',NULL,10,'','d4975a2cac8b3385a0a7ab82cff4cc0e','',NULL),(871,'en','wpml-string-translation','fc7ed6c5687e90eb8eaa719feb1750eb','Error: no strings selected',NULL,NULL,'LINE',NULL,10,'','e9e3bcae9d9093c29e3efc44288f9ce5','',NULL),(872,'en','wpml-string-translation','84aab3b10bc5c2d515348de5e4b2d109','Errors: %s',NULL,NULL,'LINE',NULL,10,'','3771ca852c4be75b4169ec6459146e2c','',NULL),(873,'en','wpml-string-translation','161b4099bdadaaf991ec74835be8f329','Exact match',NULL,NULL,'LINE',NULL,10,'','11abc8206c04bc26d4b9667ea294eb52','',NULL),(874,'en','wpml-string-translation','35af3a73b2ec04685d129ddea3556fc7','Existing translation',NULL,NULL,'LINE',NULL,10,'','ff07d7afd66badce5f333ee08a44d63f','',NULL),(875,'en','wpml-string-translation','9719296a4678597111eff68bb714fc2c','Exit search',NULL,NULL,'LINE',NULL,10,'','10b1da3a9a01ed477b203a5b1b32cd8e','',NULL),(876,'en','wpml-string-translation','6379de1347838674bed9901d35fe8d88','Export selected strings as a WPML config file that can be added to themes or plugins',NULL,NULL,'LINE',NULL,10,'','1b6507be105476cda47cd860bceaa908','',NULL),(877,'en','wpml-string-translation','8e925a261806bb36ad870d6b809d19fe','Export strings into .po/.pot file',NULL,NULL,'LINE',NULL,10,'','5eec58387ba1a6825a5c60cd6214d262','',NULL),(878,'en','wpml-string-translation','369dbf7998b582d8d71f574858a4971f','Failed downloading the language information file.',NULL,NULL,'LINE',NULL,10,'','3448f319103ef4f1207fc04409ab34ac','',NULL),(879,'en','wpml-string-translation','ceca3443c9619102f0b572530b97075d','Failed downloading the language information file. Please go back and try a little later.',NULL,NULL,'LINE',NULL,10,'','86c5c07c4dca8924dff5aa80e057ab58','',NULL),(880,'en','wpml-string-translation','13f80b78646ac712526e33b8df01189d','File upload error',NULL,NULL,'LINE',NULL,10,'','6cf5657a5a6892b6e0dba0ec0af4f569','',NULL),(881,'en','wpml-string-translation','dafe8eeafe673390af4a07a274294762','Files already scanned.',NULL,NULL,'LINE',NULL,10,'','5df6729fce84c7c4c6a941518cb4a992','',NULL),(882,'en','wpml-string-translation','feef16d81491d4d46bc2afe1d17f01d8','For String Tracking to work, the option',NULL,NULL,'LINE',NULL,10,'','ea1922841dbe2e6232b64be830ad6038','',NULL),(883,'en','wpml-string-translation','298692d4c5d43e37468490d94d613171','For WPML components you can receive updates from your %s or automatically, after you register WPML.',NULL,NULL,'LINE',NULL,10,'','3b666396d006aa46ee9d9fa5fc48c511','',NULL),(884,'en','wpml-string-translation','d077516222b064a0862fd622ef9b67f5','Highlight color for strings',NULL,NULL,'LINE',NULL,10,'','cd88ffed8d698d4870b561e36f0f5e41','',NULL),(885,'en','wpml-string-translation','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'LINE',NULL,10,'','be1e672dddb5cdc9bcb0bd92b7eeb3b1','',NULL),(886,'en','wpml-string-translation','d1419e8e23c7171c7aeb8ca5b1db240f','Import / export .po',NULL,NULL,'LINE',NULL,10,'','8169bfce1a3d064924a484f3cca8b86c','',NULL),(887,'en','wpml-string-translation','0a5be58d41ebcaaeae6102867207d053','Imported translation',NULL,NULL,'LINE',NULL,10,'','9127369ddce759d018321acfe13bec02','',NULL),(888,'en','wpml-string-translation','b6e0b0c90cfbddfe767f137f8066d1df','In progress',NULL,NULL,'LINE',NULL,10,'','067029f4dd697c668c9fa3bd0ed97bcd','',NULL),(889,'en','wpml-string-translation','48b44074cd8c0b9e3aa9bfe01e4074f1','In translation basket',NULL,NULL,'LINE',NULL,10,'','9fb48fec2c36adc51e9027b3da858fb7','',NULL),(890,'en','wpml-string-translation','3cab03c00dbd11bc3569afa0748013f0','Inactive',NULL,NULL,'LINE',NULL,10,'','f340a66b1041506f3292a021691c9241','',NULL),(891,'en','wpml-string-translation','9bed7fad1ffa89d10bad14174fb4add6','Include translations',NULL,NULL,'LINE',NULL,10,'','95ee349499174dae0fd052a4a0e1c81d','',NULL),(892,'en','wpml-string-translation','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'LINE',NULL,10,'','c82b20535a452758283cafdfabbf7f34','',NULL),(893,'en','wpml-string-translation','6fef14118afe1d02455da8cd377b59d9','Invalid language: %s',NULL,NULL,'LINE',NULL,10,'','4321441fa9e18d5f911d177b338d2579','',NULL),(894,'en','wpml-string-translation','6ce548bada9ff3013492d8eadaaf1c24','Invalid nonce',NULL,NULL,'LINE',NULL,10,'','5da63f3f868ff5e13770d227599e167b','',NULL),(895,'en','wpml-string-translation','d626102cfc2416a570fc0dc582a9b771','Kind',NULL,NULL,'LINE',NULL,10,'','4be703f3840d445ceb9f28f7ff7aa1f7','',NULL),(896,'en','wpml-string-translation','d8610b04361dd3ccb22c1e72f6a28757','Language of domains',NULL,NULL,'LINE',NULL,10,'','a2f7b87e8397a4280028e6c0c7720449','',NULL),(897,'en','wpml-string-translation','31b7ebdaa5d70f442d66adc363945e0a','Language of this %s is %s',NULL,NULL,'LINE',NULL,10,'','26f1035c130454bf209585c6a56500c0','',NULL),(898,'en','wpml-string-translation','416e018e7c6e3f47d2e6e6c222440087','Languages of domains',NULL,NULL,'LINE',NULL,10,'','777a123087825413258585f66d2a9b86','',NULL),(899,'en','wpml-string-translation','7381d487d18845b379422325c0a768d6','Loaded',NULL,NULL,'LINE',NULL,10,'','ea0131a675e2ebf77eee94b2cf03fa9e','',NULL),(900,'en','wpml-string-translation','3e35b3d188994070b5c043eaf725b9b3','Look for translated strings and use their translations for new jobs',NULL,NULL,'LINE',NULL,10,'','d48ab25689d0c059e82b8d3126ff8fa4','',NULL),(901,'en','wpml-string-translation','a055aa3b11cf03d2ad6e71be07fad591','There is a problem with the String Translation table in your site.',NULL,NULL,'LINE',NULL,10,'MO Import blocked 1/4','73aa351b191538cf0adf193ddf481d93','',NULL),(902,'en','wpml-string-translation','94ff08c46d10dff9f9646442ff519bb1','This problem is not causing a problem running the site right now, but can become a critical issue in the future.',NULL,NULL,'LINE',NULL,10,'MO Import blocked 2/4','233d80aefe813fefdbc0c1c20e4d3540','',NULL),(903,'en','wpml-string-translation','d942a4c233a6981e19df13960d7e67b5','WPML support team knows how to fix it.',NULL,NULL,'LINE',NULL,10,'MO Import blocked 3/4','1537376b854a261ca1e66597e3a77dc1','',NULL),(904,'en','wpml-string-translation','c53a5e497c3f6dc8941b9172ea87e06d','Please add a message in the relevant <a href=\"%s\" target=\"_blank\">support thread</a> and we\'ll fix it for you.',NULL,NULL,'LINE',NULL,10,'MO Import blocked 4/4','c140d6b74bb16a7ac27a50f0f32df93c','',NULL),(905,'en','wpml-string-translation','7bd7f4643c2fad1b8830db55fdbc5569','WPML cannot replace .mo files because of technical problems in the String Translation table.',NULL,NULL,'LINE',NULL,10,'MO Import blocked short 1/3','926d6916b945274680f2487783fa8cfa','',NULL),(906,'en','wpml-string-translation','d942a4c233a6981e19df13960d7e67b5','WPML support team knows how to fix it.',NULL,NULL,'LINE',NULL,10,'MO Import blocked short 2/3','4ca9ec9de520757c2624a4998e790c0b','',NULL),(907,'en','wpml-string-translation','ba3d0cccca4b28e832a6d39302934773','Please add a message in the relevant <a href=\"%s\" target=\"_blank\" >support thread</a> and we\'ll fix it for you.',NULL,NULL,'LINE',NULL,10,'MO Import blocked short 3/3','57e1d7adceae3de6af9908ebf3a5ae4d','',NULL),(908,'en','wpml-string-translation','8b80d4b6307990874b832cc15a92e5a3','Missing parameters',NULL,NULL,'LINE',NULL,10,'','98d9dde835ba856a446384097a2bfd68','',NULL),(909,'en','wpml-string-translation','08f7989331dc43b7d016fd064d47a5ed','Missing version number for translation.',NULL,NULL,'LINE',NULL,10,'','96a0ed04fb39ea7dea4e51985a0ca3f7','',NULL),(910,'en','wpml-string-translation','4dab36ac83853282fc0d7bae20c19e90','More options',NULL,NULL,'LINE',NULL,10,'','821b90dbd036df5e30f8e2735040e60e','',NULL),(911,'en','wpml-string-translation','6ce72417fc2cd0e19ed5ce7a3699ce93','Multibyte String extension',NULL,NULL,'LINE',NULL,10,'','6cb2e6a22dd2395c63ecdbbf83476548','',NULL),(912,'en','wpml-string-translation','687b06725137ecf7e4795dfab2b6a7de','Multibyte String extension is required for WPML String Translation.',NULL,NULL,'LINE',NULL,10,'','7a9dcacb2f14f10acfb977f27bbc75c3','',NULL),(913,'en','wpml-string-translation','79a2f2031003f676ae69711f7dfc6ac5','Multilingual Text',NULL,NULL,'LINE',NULL,10,'','ca48b7e25dc362cd48ce9cda3e131896','',NULL),(914,'en','wpml-string-translation','ebd83288b1b4ca950ca2986099e93777','Multilingual arbitrary text or HTML',NULL,NULL,'LINE',NULL,10,'','b23861731ddf50a527bdc8c405d6e449','',NULL),(915,'en','wpml-string-translation','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'LINE',NULL,10,'','ede5b19acb014628784356a7fff7038f','',NULL),(916,'en','wpml-string-translation','13bf411eeaa84dca3afaa4730dbe6d8a','Name: %s',NULL,NULL,'LINE',NULL,10,'','b63f95ec6b14a03dffa05056d19e970f','',NULL),(917,'en','wpml-string-translation','7bd1b01e2b3f3738a5df3d196bd8fd24','Needs update',NULL,NULL,'LINE',NULL,10,'','b12fa386083c471df3c7f87d64151753','',NULL),(918,'en','wpml-string-translation','bd188cbd0337a4a79465d8732d7bb024','New translation',NULL,NULL,'LINE',NULL,10,'','a99235f78820d7d0880503f49d20080f','',NULL),(919,'en','wpml-string-translation','a1894d527cc1d62b94160d5712a67405','New translations (%d)',NULL,NULL,'LINE',NULL,10,'','5e74cfe815e67910060a2e90ff512d3f','',NULL),(920,'en','wpml-string-translation','e9e3cb501ce3be636b717c8746b33751','No - keep showing these message',NULL,NULL,'LINE',NULL,10,'','5727630df40e38998d3325759e432565','',NULL),(921,'en','wpml-string-translation','5109b5259a8d6f51d27a80cb02a9c12f','No TextDomain',NULL,NULL,'LINE',NULL,10,'','81954a8b706419ef8dc698a91430f88b','',NULL),(922,'en','wpml-string-translation','92a01f6655277a8aaf5454f5a8ae1224','No action performed. Please select the strings that you need to update or add.',NULL,NULL,'LINE',NULL,10,'','71f9903fa3103aa0ca031e8badf3e1f0','',NULL),(923,'en','wpml-string-translation','52ae17481b90a1aba46fc416964948cb','No options found. Make sure you saved your theme options at least once. <br />Some themes only add these to the wp_options table after the user explicitly saves over the theme defaults',NULL,NULL,'LINE',NULL,10,'','3c54581e98f83a320c0fbaea0e98ee41','',NULL),(924,'en','wpml-string-translation','03ef4fffa148f268c9edd8e55cef3dcc','No packages found',NULL,NULL,'LINE',NULL,10,'','708fd5c434c7ea02c9ec9b7492bd80a9','',NULL),(925,'en','wpml-string-translation','087fb8756d4add87f2d162304ccd486b','No records found',NULL,NULL,'LINE',NULL,10,'','ddb46b0b45aaf15a9ebd0448407488fd','',NULL),(926,'en','wpml-string-translation','d2ee7307818fa13f12d44baa81804b86','No string found',NULL,NULL,'LINE',NULL,10,'','994fa614416659a20929a4ba90c7d662','',NULL),(927,'en','wpml-string-translation','433748d1df47a09dbaddb073aa066cb1','No strings found',NULL,NULL,'LINE',NULL,10,'','addae7a35d4e02786ce16c5d2b5eb328','',NULL),(928,'en','wpml-string-translation','acf71f33f124a3a10d91f0ea5168863b','No strings selected',NULL,NULL,'LINE',NULL,10,'','42e4dc9ebde9a26f3f7cfd2dd77b5d80','',NULL),(929,'en','wpml-string-translation','352dad4055e15b88dc212292e9ce5347','No updates found.',NULL,NULL,'LINE',NULL,10,'','dbc6054c8c75d4d407404882dd3392db','',NULL),(930,'en','wpml-string-translation','c0e75371365b992c3c93a8e7eeb23e1a','Nonce value is invalid',NULL,NULL,'LINE',NULL,10,'','a8038785731d04196cbb483083d1ec07','',NULL),(931,'en','wpml-string-translation','a5a070d0bb3083d51955db55d0586aae','Not loaded',NULL,NULL,'LINE',NULL,10,'','6150fc4091cca7042d4b0b1af8f65590','',NULL),(932,'en','wpml-string-translation','617093fbdef7f44466153722c3dae183','Not marked as \'complete\'. Press \'Save\' to enable.',NULL,NULL,'LINE',NULL,10,'','25617ef14b2f16b8c04e2529ae4e6c13','',NULL),(933,'en','wpml-string-translation','908c0345c3cc55c54abc25a083f7ce50','Not translated',NULL,NULL,'LINE',NULL,10,'','533efb4499d1189ea63b07a1f389868a','',NULL),(934,'en','wpml-string-translation','d75a7e71c0bddd0f2cbfbbaf0e246e4c','Number of strings',NULL,NULL,'LINE',NULL,10,'','19c5375e26b6f57f5c520a1b1d9f83a6','',NULL),(935,'en','wpml-string-translation','ebb061953c0454b2c8ee7b0ac615ebcd','Optional',NULL,NULL,'LINE',NULL,10,'','90992488e9e0578c3209485c0b1bb049','',NULL),(936,'en','wpml-string-translation','05281d4ebc246886c54780fd01d36715','Other options:',NULL,NULL,'LINE',NULL,10,'','f2ab99e9843cfc5a583b7037beeb2a08','',NULL),(937,'en','wpml-string-translation','8b91f94d8e8f31e36449143aa8f6fc20','PO export may be glitchy. We are working to fix it.',NULL,NULL,'LINE',NULL,10,'','7027792175496b3ffbf62140ea5b069c','',NULL),(938,'en','wpml-string-translation','26fb3d624c05690c2f66387de49a4ca6','Package Management',NULL,NULL,'LINE',NULL,10,'','ffea3edc948a4359d2bd20ec57da2219','',NULL),(939,'en','wpml-string-translation','27fe4eb3edbaff8f250e2d51f7462681','Packages',NULL,NULL,'LINE',NULL,10,'','e452f8591dd1c57036679a3377092a82','',NULL),(940,'en','wpml-string-translation','d70c75dc9416ebeb532b396c798dc20f','Partial translation',NULL,NULL,'LINE',NULL,10,'','9dd0cc2c1c97604dff243fe3a8e8ebe0','',NULL),(941,'en','wpml-string-translation','1e27d072a71dfb5434b3427f9793cbb0','Pending %s translation (%d)',NULL,NULL,'LINE',NULL,10,'','f4d6d5709f15520104b6aac8ac112d43','',NULL),(942,'en','wpml-string-translation','1261ba8eeb83d9d138ff9e9a37214a7e','Performance considerations',NULL,NULL,'LINE',NULL,10,'','702ceca7eb41cbbeba9440fe3cb229c6','',NULL),(943,'en','wpml-string-translation','d63ea2c10a4d8d0a2faf5bbc625b4636','Please activate WPML Multilingual CMS to have WPML String Translation working.',NULL,NULL,'LINE',NULL,10,'','65e4609e02d8ccf26a170f9ab57cbc59','',NULL),(944,'en','wpml-string-translation','63a16a6023e3157071d4c922d6c8d0b3','Please enter a domain!',NULL,NULL,'LINE',NULL,10,'','f569b3a985de32f8218fb0b1279cedc9','',NULL),(945,'en','wpml-string-translation','7e3b05fd2ea737e1b83b5ed755d5a5fb','Please select at least one document to translate.',NULL,NULL,'LINE',NULL,10,'','aca2032a62d57fc2d9bb99a8ba5a7cb9','',NULL),(946,'en','wpml-string-translation','235a7e83582ed3d278d01da5fbc0cfdc','Please select at least one language to translate into.',NULL,NULL,'LINE',NULL,10,'','09261c47b0bff346618ba533afa0d96d','',NULL),(947,'en','wpml-string-translation','745cc4cdb0956d247d802ef2c900ea77','Please select the .po file to upload!',NULL,NULL,'LINE',NULL,10,'','960852164298883ad088d4652afc03f5','',NULL),(948,'en','wpml-string-translation','85cb25446cd3bd3f5dbfa37ddb405ae8','Please update all components which you are using.',NULL,NULL,'LINE',NULL,10,'','79783da5ec42f08f85ac46b2b546020c','',NULL),(949,'en','wpml-string-translation','409c1892b68cb394799262ac57f6d4f1','Plugin',NULL,NULL,'LINE',NULL,10,'','cb4d51b91e9de44b559942ce8ec8443d','',NULL),(950,'en','wpml-string-translation','2b6c86fb631e302da0dd24325d8d42a6','Post \"%s\" will be ignored for %s, because translation is already in progress.',NULL,NULL,'LINE',NULL,10,'','5d2aa98b708ab223911f81f4775f5b4b','',NULL),(951,'en','wpml-string-translation','85a817a72e149a6d86d67cea09dbe892','Post \"%s\" will be ignored for %s, because translation is already waiting for translator.',NULL,NULL,'LINE',NULL,10,'','7bfb981d9232e8a6d4b59ec31e46aada','',NULL),(952,'en','wpml-string-translation','f262fae0a2f17e8c1eb4e9eddb0160e4','Proceed',NULL,NULL,'LINE',NULL,10,'','d374c41515e7f51913d8147c225e44a1','',NULL),(953,'en','wpml-string-translation','33249a967bdf349e9e91605783cdd518','Recreate ST DB cache tables',NULL,NULL,'LINE',NULL,10,'','c10fa16a9774dcec16ab147d5b11bb32','',NULL),(954,'en','wpml-string-translation','7c3f0f80600f0711e0915368d19c5c2b','Recreate String Translation cache tables when they are missing or are invalid.',NULL,NULL,'LINE',NULL,10,'','f61ff52f39dd0db87dc8e80acf666e81','',NULL),(955,'en','wpml-string-translation','26529ffe6920a48b2dede504cb238c5c','Review changes and update',NULL,NULL,'LINE',NULL,10,'','aa5d19a404ee735697cb7e40825f71a3','',NULL),(956,'en','wpml-string-translation','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'LINE',NULL,10,'','b49a6c4c29e4d04c291d77d237ab5928','',NULL),(957,'en','wpml-string-translation','b22dde0b79a4bffe7db13065719c7d40','Save the following to a wpml-config.xml in the root of your theme or plugin.',NULL,NULL,'LINE',NULL,10,'','de66e2ffdd16f442a204fad76e6ac4e0','',NULL),(958,'en','wpml-string-translation','110d52c23b8de64be5089b70238519a8','Scan selected plugins for strings',NULL,NULL,'LINE',NULL,10,'','e6def4c88883003321ed5bf36e13b2b9','',NULL),(959,'en','wpml-string-translation','ca201dbf8b80867ab142ec7a00cd2605','Scan selected themes for strings',NULL,NULL,'LINE',NULL,10,'','b04148c1ea5f3561fe25b6693e95103f','',NULL),(960,'en','wpml-string-translation','6ad7f721ab618df3b563c497878c3e49','Scan successful! WPML found %s strings.',NULL,NULL,'LINE',NULL,10,'','f2850caa3854c3d8ee20aaca785729d0','',NULL),(961,'en','wpml-string-translation','177c2d28ed4b8c53dfe4fddee9afa62a','Scanning file: %s',NULL,NULL,'LINE',NULL,10,'','5bc7343364e4d1c5326a4332d4b03114','',NULL),(962,'en','wpml-string-translation','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'LINE',NULL,10,'','579f7a81ed8409eccdadcbe7ac27b336','',NULL),(963,'en','wpml-string-translation','75ecaaafd1f677d07360709be6528768','Search for:',NULL,NULL,'LINE',NULL,10,'','3af29bd2e254775690d8ff9fd243f664','',NULL),(964,'en','wpml-string-translation','b0338b27ec711011ace4813b21cf849c','Search in both the original language and in translations. Searching in translations may take a bit of time.',NULL,NULL,'LINE',NULL,10,'','3bc65b2be9a69c79bc919c60f7f8be98','',NULL),(965,'en','wpml-string-translation','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'LINE',NULL,10,'','fd02f4d2942b95866ce5382d36e9dcd8','',NULL),(966,'en','wpml-string-translation','4c41e0bd957698b58100a5c687d757d9','Select all',NULL,NULL,'LINE',NULL,10,'','481fa13911dbf02cbfc084163d068914','',NULL),(967,'en','wpml-string-translation','b31610d7e45872a5a0e0978eb422279b','Select domain:',NULL,NULL,'LINE',NULL,10,'','f87a7aa0e81b82767fe908bc27fd19f0','',NULL),(968,'en','wpml-string-translation','fcbda59a06e6e94c535cb17f15ecce05','Select for which domain to set the language: ',NULL,NULL,'LINE',NULL,10,'','3f3c8ffdd0af2a223faaee6308ac84de','',NULL),(969,'en','wpml-string-translation','f9f7e66722b6bd17384a6e43649bc320','Select strings Translation Priority:',NULL,NULL,'LINE',NULL,10,'','ba5f6c6fefeaa8d870b32407eaa54a25','',NULL),(970,'en','wpml-string-translation','6a3194b4fb9d7e156bc2ada980a919a1','Select strings within domain:',NULL,NULL,'LINE',NULL,10,'','69e62cbc9a2675534f5544b5f12f3c66','',NULL),(971,'en','wpml-string-translation','79aee597623fc207417e8a733b4785d9','Select what the strings are for:',NULL,NULL,'LINE',NULL,10,'','c1dc9c966d3111db80d93495fc0bc58b','',NULL),(972,'en','wpml-string-translation','3f23ab7c7a0317510bf32498155bea82','Select which strings to display:',NULL,NULL,'LINE',NULL,10,'','574653084c5d93f73d3e272ab7f37662','',NULL),(973,'en','wpml-string-translation','9b08c18d9667d2367d5da79cf16456d2','Send to translation',NULL,NULL,'LINE',NULL,10,'','57fd26382f25875a9f8e60f9cd88ce50','',NULL),(974,'en','wpml-string-translation','0bb2d45bfd12cf405018c84d77e05173','Set different slugs in different languages for %s.',NULL,NULL,'LINE',NULL,10,'','ab4fce479da14124bf2f5cbfe65fd287','',NULL),(975,'en','wpml-string-translation','922468394988a69215d7a40bb2bdf290','Set the source language of these strings to:',NULL,NULL,'LINE',NULL,10,'','677399036f0d8adc08278abca8632ef9','',NULL),(976,'en','wpml-string-translation','96d4dadd096605d5813d2c6bdf82e82c','Settings saved',NULL,NULL,'LINE',NULL,10,'','5e116453246aebab75c401efdb95f589','',NULL),(977,'en','wpml-string-translation','15c6912fe035c89fc2e8a34ae23c336b','Showing only strings that contain %s',NULL,NULL,'LINE',NULL,10,'','207748cb01ba16b57cb4f638585304f7','',NULL),(978,'en','wpml-string-translation','72ef2b9b6965d078e3c7f95487a82d1c','Skip',NULL,NULL,'LINE',NULL,10,'','eabf53de2fee3b74ca2a448b91e89913','',NULL),(979,'en','wpml-string-translation','17896454dc47c5f3fcc52a04bedd0c56','Skipping file: %s',NULL,NULL,'LINE',NULL,10,'','7a31197a9de3a264931a2a0f7eccfecd','',NULL),(980,'en','wpml-string-translation','f780f366424d2562ab94dd2b6e92711d','Slug translations',NULL,NULL,'LINE',NULL,10,'','0986c21d977bfbad39904ac08217c919','',NULL),(981,'en','wpml-string-translation','baedfa4e993938cc78b432cbe7df4cbd','Some of the strings selected belong to packages. You can only change the language of these strings if all strings in the packages are selected.',NULL,NULL,'LINE',NULL,10,'','44631af095c978a3f6ef9760321504be','',NULL),(982,'en','wpml-string-translation','a54b7d8396ecc31b9957c92dbb40262c','Some themes and plugins don\'t properly set the textdomain (second argument) in GetText calls. When you select this option, WPML will assume that the strings found in GetText calls in the PHP files of the theme and plugin should have the textdomain with the theme/plugin\'s name.',NULL,NULL,'LINE',NULL,10,'','ee1158df0bf120a756967d0cc3d5554c','',NULL),(983,'en','wpml-string-translation','88a40e37b36b3286ce762470519c69cd','Some themes and plugins have huge .mo files that take a long time to load. WPML already knows the strings in these files and loads only the necessary strings to display each page.',NULL,NULL,'LINE',NULL,10,'','0583ac20f3d688be1dcfd5cf781e30da','',NULL),(984,'en','wpml-string-translation','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'LINE',NULL,10,'','61845280d192fe1c61670c1c9a5a4b35','',NULL),(985,'en','wpml-string-translation','27118326006d3829667a400ad23d5d98','String',NULL,NULL,'LINE',NULL,10,'','4feaba85d5cd307931206c1b8542eedc','',NULL),(986,'en','wpml-string-translation','931a1cc8b98929436703f71dfd488a28','%s allows you to see where strings come from, so you can translate them accurately.',NULL,NULL,'LINE',NULL,10,'String Tracking warning: sentence 1','6ac7caef840c8639caa34c986ec7466c','',NULL),(987,'en','wpml-string-translation','39564b6bbae6090782c90989747a2e0e','String Tracking',NULL,NULL,'LINE',NULL,10,'String Tracking warning: sentence 1, anchor text','325b0975e801edb40744b0bdc1027c4c','',NULL),(988,'en','wpml-string-translation','f55105e80a3ac773251cb6231fea5096','It needs to parse the PHP source files and the output HTML.',NULL,NULL,'LINE',NULL,10,'String Tracking warning: sentence 2','38bd118a14bd27e3c9cad753fafaa012','',NULL),(989,'en','wpml-string-translation','bba3bfb6b6992b3bad9735af3bc5bea3','This feature is CPU-intensive and should only be used while you are developing sites.',NULL,NULL,'LINE',NULL,10,'String Tracking warning: sentence 3','2e19a903dc990117fc4d1743e705e7d4','',NULL),(990,'en','wpml-string-translation','665ade473a97bea36c3013ce3e77fab7','Remember to turn it off before going to production, to avoid performance problems.',NULL,NULL,'LINE',NULL,10,'String Tracking warning: sentence 4','809b8c9635da38b5e54d26a177ab1408','',NULL),(991,'en','wpml-string-translation','0abe90fd525c5acb427a77564c3fb59d','String Translation',NULL,NULL,'LINE',NULL,10,'','8695e4156a2d19cf287a01e908051800','',NULL),(992,'en','wpml-string-translation','59d6a7c636e6d1b80f3be8cbfb10379b','String translation',NULL,NULL,'LINE',NULL,10,'','35369b217b3934075d2ffe9bdc646e64','',NULL),(993,'en','wpml-string-translation','32c312e1b97607c619eefde2208d0a64','Strings from all text domains are excluded',NULL,NULL,'LINE',NULL,10,'','c53e009e65f89f265a4049ce3da98d2c','',NULL),(994,'en','wpml-string-translation','94fbca3170c6eb485d1a4d9f9e280964','Strings from all text domains will be auto-registered',NULL,NULL,'LINE',NULL,10,'','fef5480b116e039bdcbac74cb9dc792e','',NULL),(995,'en','wpml-string-translation','00fb37d803e5120e168f31b889cd9266','Strings in need of translation',NULL,NULL,'LINE',NULL,10,'','dc75b6ca583bfe645a2c8db57ab378fa','',NULL),(996,'en','wpml-string-translation','cb73b91b27535a1ce664f0bcc752be76','Strings in the plugins',NULL,NULL,'LINE',NULL,10,'','c50a53f0714564dadd9dd7cd1d520848','',NULL),(997,'en','wpml-string-translation','32fcf2a86c344719fbda06b0a2f7845c','Strings in the themes',NULL,NULL,'LINE',NULL,10,'','17bff33ea223d9f88db7e727c1d19131','',NULL),(998,'en','wpml-string-translation','ad924968b322a7e9d5c1f1ab65aae7bf','Strings per page:',NULL,NULL,'LINE',NULL,10,'','2c9e1681ba9c68f0d116e600c73b86e8','',NULL),(999,'en','wpml-string-translation','50b91917d13287bd24f3a0be84382093','Strings translations updated',NULL,NULL,'LINE',NULL,10,'','81f8bb5682d08cf8a1012e4adb62e762','',NULL),(1000,'en','wpml-string-translation','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'LINE',NULL,10,'','b78fbe41e5e5cb60e1da8fa77de51f62','',NULL),(1001,'en','wpml-string-translation','402e7a087747cb56c718bde84651f96a','Success!',NULL,NULL,'LINE',NULL,10,'','36045d19b23b775ccd20aebe2f0b9d1f','',NULL),(1002,'en','wpml-string-translation','c5ce0d2047c3b410077424a8929351b9','Textdomain',NULL,NULL,'LINE',NULL,10,'','38e18894eb46c70bd70e047819497e5f','',NULL),(1003,'en','wpml-string-translation','85c072160e7615282a4f5a8b92c84cd6','The database has been updated.',NULL,NULL,'LINE',NULL,10,'','f7a00f772d5734a1e4107e985db00e17','',NULL),(1004,'en','wpml-string-translation','3998356c6c3b3e0424194dab231a210b','The fields with <span%s>red</span> background are text fields and the fields with <span%s>cyan</span> background are numeric.',NULL,NULL,'LINE',NULL,10,'','da377c71c6bd2438d5c33be221ce08c3','',NULL),(1005,'en','wpml-string-translation','f98c53c8521656e91fd0b457c0823912','The following components are not updated:',NULL,NULL,'LINE',NULL,10,'','8765a2a4a5b17ac1e943de2b2282c95b','',NULL),(1006,'en','wpml-string-translation','d97e06aa8a1b5ac759c8c21ea39a535b','The following files were processed:',NULL,NULL,'LINE',NULL,10,'','e414370a9ba8d8106a13de50397b10b3','',NULL),(1007,'en','wpml-string-translation','e06e358ab280edf10afaf14997404442','The selected strings can now be translated using the <a%s>string translation</a> screen',NULL,NULL,'LINE',NULL,10,'','6d75aaed64b9688170f96d978b6eb7f3','',NULL),(1008,'en','wpml-string-translation','d721757161f7f70c5b0949fdb6ec2c30','Theme',NULL,NULL,'LINE',NULL,10,'','d26d1c0362de76b054be430fac54b70e','',NULL),(1009,'en','wpml-string-translation','b567f9087964abdf87d927e024e638fa','There is nothing to be updated or to be added.',NULL,NULL,'LINE',NULL,10,'','a06f9d9235e5f64604284479e94e0dc6','',NULL),(1010,'en','wpml-string-translation','1653b4cc06174ad65a63d0e3e367b3bc','There is nothing to translate.',NULL,NULL,'LINE',NULL,10,'','0a3965870418e25cb50a912e6489cc4e','',NULL),(1011,'en','wpml-string-translation','5a7d7689b37cddd11cfae1597736d260','These are the strings that we found in your .po file. Please carefully review them. Then, click on the \'add\' or \'cancel\' buttons at the %sbottom of this screen%s. You can exclude individual strings by clearing the check boxes next to them.',NULL,NULL,'LINE',NULL,10,'','53088fb30d477ab4e4468777aec50fb9','',NULL),(1012,'en','wpml-string-translation','510d5a403c38512a078d6e4fced058a4','This domain currently has the following strings:',NULL,NULL,'LINE',NULL,10,'','72fba462444f25076f3a8173ebae11bb','',NULL),(1013,'en','wpml-string-translation','08e1592fae57d64dd9e6c58825b9a823','This table shows all the admin texts that WPML  found.',NULL,NULL,'LINE',NULL,10,'','8bdf06baec1926d3c61beded73c7240a','',NULL),(1014,'en','wpml-string-translation','3cc25fc41663f408101b7d7bcad4feae','This update includes %d new strings and %d updated strings. You can review the strings below. Then, go to the %s and click on the Proceed button.',NULL,NULL,'LINE',NULL,10,'','9268c4bf581b04704664e00485fb7a9d','',NULL),(1015,'en','wpml-string-translation','c39a086784baf9e05fc25a4705cd3abf','This update includes %d new strings and %d updated strings. You can review the strings below. Then, go to the <a%s>bottom of this page</a> and click on the Proceed button.',NULL,NULL,'LINE',NULL,10,'','9f2b00ad9d3fe6f24002979c602e4319','',NULL),(1016,'en','wpml-string-translation','db8132da71bee0c5a5be286d5f75ccc4','This version of WPML includes new settings that will help your site run faster. We recommend changing the following settings, which are all available in WPML->Theme and plugins localization:',NULL,NULL,'LINE',NULL,10,'','322c767fdcdd8ae103e5e177f184efdd','',NULL),(1017,'en','wpml-string-translation','98e8acc8117a958a19bef11a56d025ce','This widget is converted to multilingual',NULL,NULL,'LINE',NULL,10,'','9775ededb1d112dc4d709fbd6d86a106','',NULL),(1018,'en','wpml-string-translation','51ec9bf4aaeab1b25bb57f9f8d4de557','Title:',NULL,NULL,'LINE',NULL,10,'','5bf2fc76d9288e64681603e5fb4268d4','',NULL),(1019,'en','wpml-string-translation','64f6bee3dbe7df1e6bcdd30c0b63970a','Track where strings appear on the site',NULL,NULL,'LINE',NULL,10,'','78a19a10011883c4d8f91ecd829f0a94','',NULL),(1020,'en','wpml-string-translation','40d0bf23e74300de2fa70eb641c7873c','Translate custom post and taxonomy base slugs (via WPML String Translation).',NULL,NULL,'LINE',NULL,10,'','ce508c11fb1c2bc94dedebf3d4c1d75c','',NULL),(1021,'en','wpml-string-translation','2aa29b1b7e0f40e3f4f05fa03b052eab','Translate strings',NULL,NULL,'LINE',NULL,10,'','774fa3b8f378735067536c3416ac04ef','',NULL),(1022,'en','wpml-string-translation','1ebf20ca91b42edd9bfeec24fbf9d988','Translate strings in %s',NULL,NULL,'LINE',NULL,10,'','8b3fb8cf2800dac66230506505d1c4f2','',NULL),(1023,'en','wpml-string-translation','98fe9e1ed3dc85591c38fe17bc9b1f45','Translate strings with ST and don\'t load .mo files',NULL,NULL,'LINE',NULL,10,'','3cc35979d14464a880974772d5fc6e9a','',NULL),(1024,'en','wpml-string-translation','687b6aaaf12691d2b3f503ded8c35f5a','Translate texts in admin screens &raquo;',NULL,NULL,'LINE',NULL,10,'','6afe67596d51c4d9d32834e47537ffdc','',NULL),(1025,'en','wpml-string-translation','0143e28d0d174d1e8fe87a13c0110cdc','Translating users of types: %s',NULL,NULL,'LINE',NULL,10,'','c23b89a31facd090e552b074ae1cd5f2','',NULL),(1026,'en','wpml-string-translation','6dd08874f83507e9c7b23f1a46b7fa7c','Translation',NULL,NULL,'LINE',NULL,10,'','cdf1a8b8e9a448bc86b59f9a82eb391e','',NULL),(1027,'en','wpml-string-translation','895a75147c9fe009ab46b04a47d5a560','Translation complete',NULL,NULL,'LINE',NULL,10,'','6bb7832570dc4f9651fcda5f4249d83b','',NULL),(1028,'en','wpml-string-translation','8eb1a3cd69452285113a0baf128f430b','Translation is complete',NULL,NULL,'LINE',NULL,10,'','3ba839f5e0d179e539226a98bc422ba5','',NULL),(1029,'en','wpml-string-translation','ce39251572549fe63948f2caa7392ad1','Translation is in progress',NULL,NULL,'LINE',NULL,10,'','ac9c814d5f9955e5fdda106601dd4725','',NULL),(1030,'en','wpml-string-translation','12d18e04a60218cef43b130459bf6648','Translation memory for strings',NULL,NULL,'LINE',NULL,10,'','ba692a8965ef92f1833fecbe2262e9a5','',NULL),(1031,'en','wpml-string-translation','2dd2b63f516be1765558285f7b5c7ce7','Translation needed',NULL,NULL,'LINE',NULL,10,'','654d17a2edb833ed2f95086c094f657d','',NULL),(1032,'en','wpml-string-translation','5122d86a29b13551cdf4864b27f425fc','Translation needs update',NULL,NULL,'LINE',NULL,10,'','fc15363b404d60dafe39b5ae06c05c61','',NULL),(1033,'en','wpml-string-translation','312d4c1856c701f53d28549fabb6346f','Translation status:',NULL,NULL,'LINE',NULL,10,'','c22eac5173ec91ec924e234667e206ed','',NULL),(1034,'en','wpml-string-translation','9a675fe065eada664671dc3dfce162d9','Unable to get filesystem access',NULL,NULL,'LINE',NULL,10,'','f86d52f44c3d9887b8674e71e70e534a','',NULL),(1035,'en','wpml-string-translation','99b1054c0f320be9f109c877a5efd0b2','Update Now',NULL,NULL,'LINE',NULL,10,'','d2639316c0fda70129a56d921b4e47df','',NULL),(1036,'en','wpml-string-translation','5b98c4f638e5eeec1f72c8a6134e5ca8','Updated %s translation is available',NULL,NULL,'LINE',NULL,10,'','f49a13449336b7e8f1b00eb7f7cd3506','',NULL),(1037,'en','wpml-string-translation','32ff66f95625482d40df31e70219a062','Updated translations (%d)',NULL,NULL,'LINE',NULL,10,'','9ca77eae6cd5430f00d4d6e2ed04f3a0','',NULL),(1038,'en','wpml-string-translation','84ab522978088616d263b85d25b0c85c','Use my translation',NULL,NULL,'LINE',NULL,10,'','dfb14a2957420947707ba63d67ff60c4','',NULL),(1039,'en','wpml-string-translation','fa7e19166c5f101ece5eba385c82c626','Use theme or plugin text domains when gettext calls do not use a string literal',NULL,NULL,'LINE',NULL,10,'','11373893a99144e0f2e7a6f86e18c45e','',NULL),(1040,'en','wpml-string-translation','1f813c239453b0f68b93d5ac16e2d7b5','Use this language as the default language for new strings in this domain',NULL,NULL,'LINE',NULL,10,'','94e23d3466076266931e4329f5e727e3','',NULL),(1041,'en','wpml-string-translation','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'LINE',NULL,10,'','5183daa437419ba2d5afb1e1cf02ccc1','',NULL),(1042,'en','wpml-string-translation','30c96b871948ee5fe334628e35f4b63c','WPML Package Translation is enabled but not effective. It requires <a href=\"%s\">WPML</a>, String Translation and Translation Management in order to work.',NULL,NULL,'LINE',NULL,10,'','3e2253dba739cc4923fe28b50456e5b2','',NULL),(1043,'en','wpml-string-translation','2c3215c708f122955237902fd2629d4a','WPML String Translation is enabled but not effective, because WPML is outdated. Please update WPML first.',NULL,NULL,'LINE',NULL,10,'','73b933748b0d73953a83613a9a4d8d1d','',NULL),(1044,'en','wpml-string-translation','83c87f8c0c51c2f4c7955437fd353987','WPML String Translation is enabled but not effective. Please finish the installation of WPML first.',NULL,NULL,'LINE',NULL,10,'','4aaf9893344a08ff5de9357c58534154','',NULL),(1045,'en','wpml-string-translation','66a6d6b2b2a6d1fb462747c264b9a641','WPML String Translation will send all strings to WPML’s Advanced Translation Editor and to the translation services which are used.',NULL,NULL,'LINE',NULL,10,'','9a19296333e745f277699eb9dc7fd11e','',NULL),(1046,'en','wpml-string-translation','c70347eac862204d40605d35426f7682','WPML Translation',NULL,NULL,'LINE',NULL,10,'','7293f2188bf18056ab6b0c868f70d966','',NULL),(1047,'en','wpml-string-translation','770d4ce3c5fe7c6cf880415858914c19','WPML Update is Incomplete',NULL,NULL,'LINE',NULL,10,'','cb0549c20cb20c265fb2a5d95953caef','',NULL),(1048,'en','wpml-string-translation','afae8b7b524091be07565b082d13f189','WPML can automatically register strings for translation. This allows you to translate user-generated content with minimal PHP code.',NULL,NULL,'LINE',NULL,10,'','f6a66a7c64ac5be7f6737e5dd5135e36','',NULL),(1049,'en','wpml-string-translation','0256958abd6d6a8a78b2f985e36dc80a','WPML can keep track of where strings are used on the public pages. Activating this feature will enable the \'view in page\' functionality and make translation easier.',NULL,NULL,'LINE',NULL,10,'','1d90ece3c46ea94bb83c61d17593f2f5','',NULL),(1050,'en','wpml-string-translation','84f5629b9eacf9e77fd44cb04c86a367','WPML needs to update the database. This update will help improve WPML\'s performance when fetching translated strings.',NULL,NULL,'LINE',NULL,10,'','52f4c9f3fe4fc8555f03ea6d7d49c6af','',NULL),(1051,'en','wpml-string-translation','b5d10f00257c3ceb8b51b341f8f0085a','WPML.org account',NULL,NULL,'LINE',NULL,10,'','dcc567d7e75be8f57ab6d300e74bdf9e','',NULL),(1052,'en','wpml-string-translation','cb5857613fd444d0550264a0b2a09d3e','Waiting for translator',NULL,NULL,'LINE',NULL,10,'','dedce18057eb64708a97ad113cb919fd','',NULL),(1053,'en','wpml-string-translation','be59face3d6ec09c099712275e0f1c9a','We have detected a problem with some tables in the database. Please contact %sWPML support%s to get this fixed.',NULL,NULL,'LINE',NULL,10,'','3823714a7ea23896a1e2dd2080605a02','',NULL),(1054,'en','wpml-string-translation','d9ff21672b411cd7b299b17b40150782','Widget is already converted',NULL,NULL,'LINE',NULL,10,'','9a44831755a8d2e07c2eb7c9883b0b01','',NULL),(1055,'en','wpml-string-translation','bab523d69c1b5bdb6d46cc12ad4a9642','Yes - disable these notifications completely',NULL,NULL,'LINE',NULL,10,'','072c89467fdb8539f7dd9e5e3b04c15a','',NULL),(1056,'en','wpml-string-translation','8839775a4b630ab569998a002919fc55','You are running updated %s and %s, but the following components are not updated:',NULL,NULL,'LINE',NULL,10,'','06a5fcb3ddc4a618fbdba97ce45efe1c','',NULL),(1057,'en','wpml-string-translation','64591b515734d6ad72a8e21a899a062a','You are running updated %s, but the following component is not updated:',NULL,NULL,'LINE',NULL,10,'','743854edab270b6f047fa3090a8514fc','',NULL),(1058,'en','wpml-string-translation','7ca54afb0a4c4f34e655ed89cf7a4f62','You can\'t translate this string because it hasn\'t been sent for translation in this language',NULL,NULL,'LINE',NULL,10,'','a94efdb12e8cdc592c404b5b4388f729','',NULL),(1059,'en','wpml-string-translation','c6b5a44900d5c0348afb48698812e6bd','You can\'t translate this string because it\'s assigned to another translator',NULL,NULL,'LINE',NULL,10,'','199e6ec40e7b919bd43daa8f02d0e9b2','',NULL),(1060,'en','wpml-string-translation','aedd3fbfaf9574b42a078c67edd763dd','You cannot add packages in this language to the basket since it already contains posts, packages or strings of another source language!\\n\\t\\t\\t\\t\\tEither submit the current basket and then add the post or delete the posts of differing language in the current basket',NULL,NULL,'LINE',NULL,10,'','6e25576043bf3c20f3bb1fbc021faf4d','',NULL),(1061,'en','wpml-string-translation','8041c2e4b9be76036fa2869687559c9a','You excluded: ',NULL,NULL,'LINE',NULL,10,'','6b6d5fdc9bbbf5997cd939b4b84bd5cc','',NULL),(1062,'en','wpml-string-translation','c73129c39384f61e486f3166e1cdfbd7','You have been assigned to a new translation job from %s to %s.\\n\\nStart editing: %s\\n\\nYou can view your other translation jobs here: %s\\n\\n This message was automatically sent by Translation Management running on WPML. To stop receiving these notifications contact the system administrator at %s.\\n\\n This email is not monitored for replies.\\n\\n - The WPML team\\n',NULL,NULL,'LINE',NULL,10,'','979ccf2b5f2c00249b27ec1f3caecd25','',NULL),(1063,'en','wpml-string-translation','968a49e44aab569f3955618b797569d0','You have been assigned to a new translation job on %s.',NULL,NULL,'LINE',NULL,10,'','5c6ddabda368129682d4061ba08a056f','',NULL),(1064,'en','wpml-string-translation','650a05de4a2903f8c3c37246813d335b','You have removed some of the texts that are translated already. The translations will be lost.',NULL,NULL,'LINE',NULL,10,'','16631cc5796579ac0317fb33b104ae73','',NULL),(1065,'en','wpml-string-translation','870ad357ead6f85a4cab52f845723d9e','You have selected strings belonging to a package. Please select all strings from the affected package or unselect these strings.',NULL,NULL,'LINE',NULL,10,'','b4816530e5ac8a62788817bbfca7abd2','',NULL),(1066,'en','wpml-string-translation','f199efdcd74b1904819a1f92f32263ef','You included: ',NULL,NULL,'LINE',NULL,10,'','99fd584e531ec48a1177cc7c8cc298a1','',NULL),(1067,'en','wpml-string-translation','a7130b93cd3cc6c08f9189cd0e335a58','Your site can run faster',NULL,NULL,'LINE',NULL,10,'','59c4797aa4f71cea6fd8eb7ab32e63ba','',NULL),(1068,'en','wpml-string-translation','163b372d60f4467a5c597afa7dc534e3','Your site will not work as it should in this configuration',NULL,NULL,'LINE',NULL,10,'','d99814327c78d64678e335b4fb9c49cb','',NULL),(1069,'en','wpml-string-translation','09fbfaaa4390044b3e02747cf174b0b9','and others',NULL,NULL,'LINE',NULL,10,'','994c757aa0c4a2dc732d05469da5a0e0','',NULL),(1070,'en','wpml-string-translation','92596c037cfc150689b33807365c8496','bottom of this page',NULL,NULL,'LINE',NULL,10,'','33d0dc168bfdd9b7062a39b0da88cf60','',NULL),(1071,'en','wpml-string-translation','de95b43bceeb4b998aed4aed5cef1ae7','edit',NULL,NULL,'LINE',NULL,10,'','366988831d1fe1d6df2d1670bcbbc044','',NULL),(1072,'en','wpml-string-translation','22af645d1859cb5ca6da0c484f1f37ea','new',NULL,NULL,'LINE',NULL,10,'','8b93c6108ef59e8ca59ae83476f23d44','',NULL),(1073,'en','wpml-string-translation','334c4a4c42fdb79d7ebc3e73b517e6f8','none',NULL,NULL,'LINE',NULL,10,'','935919f5caa51507dc17063da30d59fd','',NULL),(1074,'en','wpml-string-translation','3bc6eddc2f304b59314e83389c81524d','select from existing',NULL,NULL,'LINE',NULL,10,'','90e739716e2c1a34fedcfc80e1defe12','',NULL),(1075,'en','wpml-string-translation','2ed18fafe4199c7cfc187fdb2a5b1a66','translations',NULL,NULL,'LINE',NULL,10,'','b12c747fd4a89d7a96fc6527b5899ce3','',NULL),(1076,'en','wpml-string-translation','d419aa719f90305d33da518516fd3180','view in page',NULL,NULL,'LINE',NULL,10,'','8c7dbf64af7f99aa20f63d2b36bbe5d9','',NULL),(1077,'en','wpml-string-translation','36d34b0c8c519c6fc3c48779e091c1e7','view in source',NULL,NULL,'LINE',NULL,10,'','a44d0b879e9ab856a34fd67b675125d3','',NULL),(1078,'en','wpml-string-translation','554df4e49237c6c889f568a1a26ea214','was automatically disabled. To enable it back, go to WPML->Theme and Plugins localization.',NULL,NULL,'LINE',NULL,10,'','e81c31091c60b737f1085bf36816505b','',NULL),(1079,'en','cool-timeline','0bdd5bf67f7a194b3bad66baa86e89c8',' Loading',NULL,NULL,'LINE',NULL,10,'','dd3a94255ac563429ec93cd45f9d327b','',NULL),(1080,'en','cool-timeline','76261a4deca4813c31d987aa71efc853',' Page ',NULL,NULL,'LINE',NULL,10,'','843aadb31e84860b66cc9c9507ff2be8','',NULL),(1081,'en','cool-timeline','7e7e076a81fa5dc64f44b8ff14199cbf',' of ',NULL,NULL,'LINE',NULL,10,'','81ef22bab66bcf6bea2efb779dcbffda','',NULL),(1082,'en','cool-timeline','e8a999fc7addb1700690bb32e24b8abd','*This Options Is Not For Default Design. (<a href=\"http://www.cooltimeline.com/horizontal-timeline-flat-design\">Horizontal Timeline</a>',NULL,NULL,'LINE',NULL,10,'','8500a4a8f1211a3dcb3acd8165d8d512','',NULL),(1083,'en','cool-timeline','4f84071d055c75f68e9cda14d7c47b27','*This Options Is Not For Default Design. (Check Demo Here)',NULL,NULL,'LINE',NULL,10,'','f35931dd3101f00f91841626c516f66c','',NULL),(1084,'en','cool-timeline','135aa5d64fb82abe7fadaccfe196acf9','<%s class=\"timeline-main-title center-block\">%s</%s>',NULL,NULL,'LINE',NULL,10,'','703496a75bf6acefe6037f87e51abb33','',NULL),(1085,'en','cool-timeline','6d824b5bc12523791299c4684c93f5c1','<p class=\"ctl_required\">Please enter story Order.</p>',NULL,NULL,'LINE',NULL,10,'','1905e5f461e7d77eb15d7a3fe608dd71','',NULL),(1086,'en','cool-timeline','9154887fc577a0c2c76922b0abcb0726','<p class=\"ctl_required\">Please select story Story Date / Year / Time. <strong>Date Format( mm/dd/yy hh:mm )</strong></p><h4 style=\"color:red;\" >Note:- Disabled Story Year field Since Version 2.5.Representing Story Year from story datepicker year dropdown.</h4>',NULL,NULL,'LINE',NULL,10,'','d778f6b9b1075edf8a7067ce8e159a9d','',NULL),(1087,'en','cool-timeline','c6e421eaad140c1bc1a39980502df80c','ASC',NULL,NULL,'LINE',NULL,10,'','30d88f6abd0b4496f3ad7ecee9e85706','',NULL),(1088,'en','cool-timeline','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'LINE',NULL,10,'','f1cfac9e6edcbc5468b02f1da06ed087','',NULL),(1089,'en','cool-timeline','079768f13b7b12ee2fd90b38598411e4','Add Animations Effect Inside Timeline. You Can Check Effects Demo From <a  target=\'_blank\' href=\'https://daneden.github.io/animate.css/\'>Animate.css</a>.',NULL,NULL,'LINE',NULL,10,'','a3f94eb9be539dc82c330605c58a5b53','',NULL),(1090,'en','cool-timeline','695745a7757a0dbcb8e6090c7dca437e','Add Icon',NULL,NULL,'LINE',NULL,10,'','9d6dd68552fa6f97951690df8f700e69','',NULL),(1091,'en','cool-timeline','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'','805f112f70193940d25b980a2b3986fa','',NULL),(1092,'en','cool-timeline','f97f483a827121621eafd93657f6adb1','Add New Item',NULL,NULL,'LINE',NULL,10,'','20b90de15119f715bef786021274e473','',NULL),(1093,'en','cool-timeline','25f745fd7a240243dddcd7a0d0f8839b','Add New Story',NULL,NULL,'LINE',NULL,10,'','2172dc10526aa63a5b235a372f713f0d','',NULL),(1094,'en','cool-timeline','815060fc180bc178f43c354829a9aa49','Add Youtube video url e.g <small>https://www.youtube.com/watch?v=PLHo6uyICVk</small>',NULL,NULL,'LINE',NULL,10,'','2f484c5576c731125feb471bcf395f64','',NULL),(1095,'en','cool-timeline','f63e4c985826680dd3992cc1e71f756f','Add change Go to back link text',NULL,NULL,'LINE',NULL,10,'','59ea6e60f78de3691b02701aa8ca0a09','',NULL),(1096,'en','cool-timeline','b0f98471f61b0bc799f9a3a785d09a16','Add custom label',NULL,NULL,'LINE',NULL,10,'','9d0a7b7270c70b05b5e02b345fdfa61d','',NULL),(1097,'en','cool-timeline','40a5cf865de608bcbd7a4d979a4489a2','Add more files',NULL,NULL,'LINE',NULL,10,'','55aebf5850bdb8230e7e3aeb03131671','',NULL),(1098,'en','cool-timeline','9fef48f04b15b85e6eb992a87dc80014','Add or remove items',NULL,NULL,'LINE',NULL,10,'','a20fb392f6be9a37f8ec362813803638','',NULL),(1099,'en','cool-timeline','6a3f9c6edfbae9a1702728612499d1fb','Add second custom label',NULL,NULL,'LINE',NULL,10,'','9ccbbe804ed8b1023b7bac8bfb400c6d','',NULL),(1100,'en','cool-timeline','df8e86fa6b3474dc68ae07688885ed5c','Add slideshow slides',NULL,NULL,'LINE',NULL,10,'','56e8142e451efcb02ae12e95e691ffa2','',NULL),(1101,'en','cool-timeline','7075faa59be10304f743d649703855b6','Ajax Load More',NULL,NULL,'LINE',NULL,10,'','5a0c9fdd728f099432b5dee9aaca7458','',NULL),(1102,'en','cool-timeline','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'LINE',NULL,10,'','f22f3f299f9753d0a6ecaa8fd7727af2','',NULL),(1103,'en','cool-timeline','bf7876aad481da7885e5e85c937ddb56','All Items',NULL,NULL,'LINE',NULL,10,'','55c4efede3be4e626f79ef0c44ed9a26','',NULL),(1104,'en','cool-timeline','316e18ee77b39eab5d17d33f8820521e','All Stories',NULL,NULL,'LINE',NULL,10,'','423478936f4fdfcaeb2f1e054a640c58','',NULL),(1105,'en','cool-timeline','6ab1af29457ad0b4bc9b2012a1c581a6','Animation Effects option is added in shortcode generator in Version 1.9 or Later',NULL,NULL,'LINE',NULL,10,'','97c85308c44ddddbab36f25c3911a30c','',NULL),(1106,'en','cool-timeline','ebfcbe9ac661d5f5ab13d6ca00be810e','Animations Effect',NULL,NULL,'LINE',NULL,10,'','4f08fbd36e099e3a9beb581e40b1dca0','',NULL),(1107,'en','cool-timeline','d4e8c1d8ad1cace496a35e232554af69','Autoplay Stories settings ?',NULL,NULL,'LINE',NULL,10,'','7996fcbb16ede8e822cc1cd3117b7431','',NULL),(1108,'en','cool-timeline','75e7422f2fe253fc69d3f6c148d197ee','Background Color',NULL,NULL,'LINE',NULL,10,'','79867f6d940b7784d82fccb21bde5ec1','',NULL),(1109,'en','cool-timeline','b3996157f2d8d8c80c035d9dc44f88e6','Cannot delete file. Something\'s wrong.',NULL,NULL,'LINE',NULL,10,'','5f993e2696d8ea3db5a464d1c37f7cd2','',NULL),(1110,'en','cool-timeline','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'LINE',NULL,10,'','2b2d4c01dac97e9f8bf17ceb08028539','',NULL),(1111,'en','cool-timeline','2990001e7abe7b2293fc4f8df221cf41','Category Specific Timeline (Add category(s) slug - comma separated)',NULL,NULL,'LINE',NULL,10,'','344db3b42e142a15b0fe565108285219','',NULL),(1112,'en','cool-timeline','202c6772417ee217f8bac3999f21c0a1','Choose from the most used',NULL,NULL,'LINE',NULL,10,'','4a64576583596e1fb9063b07c2525887','',NULL),(1113,'en','cool-timeline','91817c8cfc9fe82a9e59fdb75424e918','Circle Color',NULL,NULL,'LINE',NULL,10,'','2b90f8497b699a53f4aa66ad00b45f44','',NULL),(1114,'en','cool-timeline','29fe84c362791b542987cd233774dc72','Classic Design',NULL,NULL,'LINE',NULL,10,'','0f32719a798ee6ca7ba834f28fa5696c','',NULL),(1115,'en','cool-timeline','5bc8c1b91e55d2601d0b6a70950842c1','Compact Layout',NULL,NULL,'LINE',NULL,10,'','ac96f62c298624abca1a70439ad61f2c','',NULL),(1116,'en','cool-timeline','dbd30e8587247d40ae5632b085937a5a','Compact Layout Date&Title positon',NULL,NULL,'LINE',NULL,10,'','310bb6f11f30215ddacd13c1d437fbe5','',NULL),(1117,'en','cool-timeline','4f0bd8c8af42019833dc460d043e8233','Container Background ',NULL,NULL,'LINE',NULL,10,'','56df1a6578ca92aefe46f0646f6b403f','',NULL),(1118,'en','cool-timeline','e2af020180468cc0a101073a4f92391c','Content Font Color',NULL,NULL,'LINE',NULL,10,'','b0cb3f86c161adeb9dc655ff1dfbfdbf','',NULL),(1119,'en','cool-timeline','c81bfc2243d8ac7649238a8d6bf792be','Content Length ? ',NULL,NULL,'LINE',NULL,10,'','84ae76a0fe42ee37d0493adb5057dbd0','',NULL),(1120,'en','cool-timeline','5a745c488d0c44af54ffd3e6a1e8daaf','Content Post type',NULL,NULL,'LINE',NULL,10,'','45d153f763a3aba2ee992c6f782e891e','',NULL),(1121,'en','cool-timeline','6dfa8d6a19e5df97432a6c3527385a97','Content Timeline Settings',NULL,NULL,'LINE',NULL,10,'','0b1a2aca8efbb08fb3bbb1144bfed32b','',NULL),(1122,'en','cool-timeline','c6dbae79a4a7967ab3d0bc22747f2ba0','Content Timeline(any post type). <br><br>\\n		<code><strong>[cool-content-timeline post-type=\"post\" layout=\"default\" skin=\"default\" show-posts=\"20\" order=\"DESC\" icons=\"NO\"]</strong> </code>',NULL,NULL,'LINE',NULL,10,'','0e7b4d4f1968683e44f26ca8c0e8a117','',NULL),(1123,'en','cool-timeline','1ea4bd00a77eea24ddf54c88cfce2209','Cool Content Timeline',NULL,NULL,'LINE',NULL,10,'','5ee4ac8ae79e35657aa163a5c8f1260e','',NULL),(1124,'en','cool-timeline','8cfa897cd555a126021a939107ad283f','Cool Timeline',NULL,NULL,'LINE',NULL,10,'','8dca4ad068885ba9c39f07f036b9009b','',NULL),(1125,'en','cool-timeline','21fdecb7805a56df2edf952ce95f5cb4','Cool Timeline Default',NULL,NULL,'LINE',NULL,10,'','244179548c9b97755b020245bd7b12de','',NULL),(1126,'en','cool-timeline','58b2767c661828a40d081ab7bff87381','Cool Timeline Pro',NULL,NULL,'LINE',NULL,10,'','10f96834e1c52ac47b611805815e49b3','',NULL),(1127,'en','cool-timeline','51a6bab00ed27d7131b8af0780535544','Cool Timeline Team',NULL,NULL,'LINE',NULL,10,'','a2368ac6abec759c5b1f223b193658ff','',NULL),(1128,'en','cool-timeline','05d062adc7166e1cb682b8f4186e18a3','Could not import settings! (4)',NULL,NULL,'LINE',NULL,10,'','9fca93a9de0fb528bf3f2f269d488d65','',NULL),(1129,'en','cool-timeline','64f5f15764d653a340717836059cdc65','Create Blog Posts Timeline',NULL,NULL,'LINE',NULL,10,'','fcc8ed9c84fde31bb88345bdd0b2af84','',NULL),(1130,'en','cool-timeline','3fef899946cd38ac40a480781be538e9','Create Category Specific Timeline (By Default - All Categories)',NULL,NULL,'LINE',NULL,10,'','0d0ad99583e38eddda6c454a3d6a16b6','',NULL),(1131,'en','cool-timeline','447b593d31651f35939d589f687c05e6','Create Light, Dark or Colorful Timeline',NULL,NULL,'LINE',NULL,10,'','dee6939facedc1ed1fa0173cf7b5a8c4','',NULL),(1132,'en','cool-timeline','af6c5c71cbd7a30ae0c4e7edab35ad81','Create Light, Dark or Colorful Timeline.',NULL,NULL,'LINE',NULL,10,'','737c9f304f4d5e5a9ac3340bd73d98c0','',NULL),(1133,'en','cool-timeline','c1b1a4b120ccea1e08fe960460e10876','Create Stories Timeline',NULL,NULL,'LINE',NULL,10,'','d8ade6b1d22b590a634e56447bc24bef','',NULL),(1134,'en','cool-timeline','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'LINE',NULL,10,'','dba775a86b8afc86bd5b1e7f0051f193','',NULL),(1135,'en','cool-timeline','1c301a232abda87fd5498165a75b6de8','Custom Order Based',NULL,NULL,'LINE',NULL,10,'','eff7344ccd2731aeb53d0283bda03ee5','',NULL),(1136,'en','cool-timeline','21b9b0fb4770ecd386ddedcfd3fa283c','Custom Order Number',NULL,NULL,'LINE',NULL,10,'','1f57b8be41f3859fd4fe6d5dbcce3391','',NULL),(1137,'en','cool-timeline','ba824d148e95ecf46c3022e17d925581','Custom Styles',NULL,NULL,'LINE',NULL,10,'','cd8072f2552f7e42c0b67d9f7a699a26','',NULL),(1138,'en','cool-timeline','c684aa2f91c8b891440665c5a6a6555f','Custom date formats',NULL,NULL,'LINE',NULL,10,'','9c3d2e00a338949a40626f947337471a','',NULL),(1139,'en','cool-timeline','669fa2d7410cb99319aa278828a30b04','Custom slug of timeline stories',NULL,NULL,'LINE',NULL,10,'','dc3cca7bd8707d421c4ac240b6082a9b','',NULL),(1140,'en','cool-timeline','e797bb7adc251b9cc7a4b907e5967069','D/M/Y',NULL,NULL,'LINE',NULL,10,'','c99b28489f7e111767de64024c94cc9b','',NULL),(1141,'en','cool-timeline','65a6d757dbb571ccc3af9706e9a5f607','DESC',NULL,NULL,'LINE',NULL,10,'','a937fe0bc270a85f2e1d8ff28230d253','',NULL),(1142,'en','cool-timeline','b4cfb0bd47bfd6585a0f0bdf38fed6cc','Date Based',NULL,NULL,'LINE',NULL,10,'','2c7e4c774838123aaf930dd33a27080a','',NULL),(1143,'en','cool-timeline','97d80d1e863edbe3bb8ca0923da508d6','Date Formats',NULL,NULL,'LINE',NULL,10,'','3799db8cbf081db145066ed86bb21ec9','',NULL),(1144,'en','cool-timeline','8da24d495e5fae7b3dec1e356da3686b','Date Settings',NULL,NULL,'LINE',NULL,10,'','040cc1a6f0bba3445178bd99b63f248e','',NULL),(1145,'en','cool-timeline','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'LINE',NULL,10,'','9ceb5d4c20a68378530c894cb6888da9','',NULL),(1146,'en','cool-timeline','d6bb95d7556403cb78c5851dff543fcc','Default (Date Based)',NULL,NULL,'LINE',NULL,10,'','7eeef09860470b64f7240d94b56fadff','',NULL),(1147,'en','cool-timeline','7af77953ddc1767278434fd98019bca4','Default Layout (Vertical Both side)',NULL,NULL,'LINE',NULL,10,'','b864651544e2a56883e0248db5692e53','',NULL),(1148,'en','cool-timeline','c878cd5da864348777d74495a3fd91d5','Default(Image)',NULL,NULL,'LINE',NULL,10,'','ab4d03d15c512ce5f9e01e51576c2d2f','',NULL),(1149,'en','cool-timeline','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'LINE',NULL,10,'','ae90f8fa401a55aaf189f5c56777d272','',NULL),(1150,'en','cool-timeline','cc35c2065afaf479d2afea1c7cb5bd89','Delete Image',NULL,NULL,'LINE',NULL,10,'','a0a2f740ddb306b08bbbe3f19a35ab66','',NULL),(1151,'en','cool-timeline','7be66046997731ac05844f11ee4f6a76','Delete this image',NULL,NULL,'LINE',NULL,10,'','e323eeed2718057ce2a5a6272f2b783f','',NULL),(1152,'en','cool-timeline','c02ac621a7857dabbc65dccd8e173f0a','Disable Stories Dates ?',NULL,NULL,'LINE',NULL,10,'','d27a4d2eb566ede219832b6afbd407fd','',NULL),(1153,'en','cool-timeline','4a863eaf7d84b5369367bcc03c86ba5e','Display Icons In Timeline Stories. By default Is Dot.',NULL,NULL,'LINE',NULL,10,'','b0ce7be5f46d76529195d3042a1b86a3','',NULL),(1154,'en','cool-timeline','6b6dee98dc06f1f548e0608af9185260','Display Post Meta (Categries,Tags) ?',NULL,NULL,'LINE',NULL,10,'','a4de29f7ff4690b68e2b3bc9bf1a1368','',NULL),(1155,'en','cool-timeline','66693e1394d0b5a24cbee9c6480e18f9','Display Stories Blocks/Columns',NULL,NULL,'LINE',NULL,10,'','103a468e40fa2389d0ea068cfd30a5eb','',NULL),(1156,'en','cool-timeline','d8217d283ec2a0f2617ecb8e7ba44c3f','Display Title ?',NULL,NULL,'LINE',NULL,10,'','24ba0c1b78c4ba866145d8a55fbe70d6','',NULL),(1157,'en','cool-timeline','6b54b04927078018eaa142aceb943e22','Display read more ?',NULL,NULL,'LINE',NULL,10,'','5a0dafb9eae4f2d40111af977799f30d','',NULL),(1158,'en','cool-timeline','3cd30e9c1d28f77950242eece5ce7b7f','Don\'t Change This If You Are Creating Blog Posts Timeline or Define Content Type Of Your Timeline Like:- Posts',NULL,NULL,'LINE',NULL,10,'','a6dcabbbadc5673400d1772da024b028','',NULL),(1159,'en','cool-timeline','fba42a17802ed5cee8216a441f151f5e','Don\'t Change This If You Are Creating Blog Posts Timeline or Define Content Type Taxonomy.',NULL,NULL,'LINE',NULL,10,'','d93ba379cba9300f5900a6f2af84539a','',NULL),(1160,'en','cool-timeline','a711480824d97a968c45310cb3ed0d26','Download Export',NULL,NULL,'LINE',NULL,10,'','7e99c8ef2b626bcb6375c591e82559c1','',NULL),(1161,'en','cool-timeline','95a480afa92aff31772402b042f11491','Edit Item',NULL,NULL,'LINE',NULL,10,'','a627f67ee5130b3ce74f20591ebfcc5d','',NULL),(1162,'en','cool-timeline','7db9b54f28f874e7d79c52c2edee204e','Edit Story',NULL,NULL,'LINE',NULL,10,'','35fe9e4f6a978fba50808e8200da4db9','',NULL),(1163,'en','cool-timeline','6dbd5cfad860189215734dc36b5e1d3a','Elegant Design',NULL,NULL,'LINE',NULL,10,'','37055d8f3f7d49bb87e75da091db8655','',NULL),(1164,'en','cool-timeline','ec63a792854530f6e7c41a6fcd48e7fe','Enable Pagination ?',NULL,NULL,'LINE',NULL,10,'','2884ab3919d1663205f3763b1d5c6d66','',NULL),(1165,'en','cool-timeline','2167c1d18970c8697400a391a3db034c','Enable Scrolling  Navigation ?',NULL,NULL,'LINE',NULL,10,'','92376a337a07b560031641a7f2080a2a','',NULL),(1166,'en','cool-timeline','7b72f188c5061b74c6fbf4acb8627d35','Enable category filters ?',NULL,NULL,'LINE',NULL,10,'','ac21e1a46e3bd0a6f1454a16bce6c321','',NULL),(1167,'en','cool-timeline','9ba6ef425590ec7ce5f2eda9c9d88983','Enable custom date Color',NULL,NULL,'LINE',NULL,10,'','e15929efd40fd59fa2a1ea5c603c5a5f','',NULL),(1168,'en','cool-timeline','c3bffb01e1dba786c562ed7437e2c8c6','Enable custom date styles',NULL,NULL,'LINE',NULL,10,'','a2047a321cde3a86c438cc49f3fc30c2','',NULL),(1169,'en','cool-timeline','c8021535de5e2f27446867a3c3c7fffe','Enter the speed in milliseconds 1000 = 1 second',NULL,NULL,'LINE',NULL,10,'','7ca570710ebb6817c3ef20a5a5db3f69','',NULL),(1170,'en','cool-timeline','4fc4ec99eab8648c144c5adadc3d4d9c','Errors in saving changes',NULL,NULL,'LINE',NULL,10,'','62aa62169367bc32e2a3f469282acc95','',NULL),(1171,'en','cool-timeline','f9c4881a4b604bb68f57f955eeb1b9c5','Export Code',NULL,NULL,'LINE',NULL,10,'','d60a5c3c4b6d42c5e56eb6ce06b26351','',NULL),(1172,'en','cool-timeline','ce10831fd3cf97dd89a784281199c04a','Extra Settings',NULL,NULL,'LINE',NULL,10,'','2af5886e07b4c71d7f8f1bee3480c4a3','',NULL),(1173,'en','cool-timeline','f9c359b4688ab5f1926a88139b6910e8','F j',NULL,NULL,'LINE',NULL,10,'','76f09ef485dcd4dd5b6784dd2e93cecf','',NULL),(1174,'en','cool-timeline','795822a232e12e50659aaf8e24e33780','F j Y',NULL,NULL,'LINE',NULL,10,'','0ac84cecd7fd434a9f519b2ebd445f52','',NULL),(1175,'en','cool-timeline','3578385220a91b7ca94cd3996a3cbc9d','F j Y g:i A',NULL,NULL,'LINE',NULL,10,'','5d806276219bd0f8ac28c54863db8e97','',NULL),(1176,'en','cool-timeline','f8320b26d30ab433c5a54546d21f414c','False',NULL,NULL,'LINE',NULL,10,'','db4561a8992241a978f78ec0c5dc542a','',NULL),(1177,'en','cool-timeline','4daf9042f32aec5667a2a249264cf8d1','First Color',NULL,NULL,'LINE',NULL,10,'','bf2c26a6eee5ad8eafd7f2eac4ee5018','',NULL),(1178,'en','cool-timeline','780ccce2d18f9d7d762ba6c1ddaf361e','Flat Design',NULL,NULL,'LINE',NULL,10,'','1d34c6a3ceb6b0cf4bb11af530d3005b','',NULL),(1179,'en','cool-timeline','bbd47109890259c0127154db1af26c75','Full',NULL,NULL,'LINE',NULL,10,'','062b9a8d8963e83c6653961bfdfaa144','',NULL),(1180,'en','cool-timeline','8140765281ce8cd578b4b73bd8618433','Full Text',NULL,NULL,'LINE',NULL,10,'','80e4947a67d1c8eec405f15e2b8279cf','',NULL),(1181,'en','cool-timeline','52f4393e1b52ba63e27310ca92ba098c','General Settings',NULL,NULL,'LINE',NULL,10,'','1e011d536e149f10144092695f3516d9','',NULL),(1182,'en','cool-timeline','d2757ca64512d65c5ce6bd5b984fbe7b','Get Export',NULL,NULL,'LINE',NULL,10,'','b9db999f428a3f5132252a416b839fd7','',NULL),(1183,'en','cool-timeline','88b55cdf10abeec93747c4ad26a3bb2c','Go Back Link Text',NULL,NULL,'LINE',NULL,10,'','30306f849264c856068cb15868a707fc','',NULL),(1184,'en','cool-timeline','d5714c166c84a8a59aac53d65481cecd','Horizontal Layout',NULL,NULL,'LINE',NULL,10,'','e04595c7d35982cece1be976f0170173','',NULL),(1185,'en','cool-timeline','d0ce7efacc0e51b5b017667faaf7a094','Horizontal Layout (This option only for content timeline)',NULL,NULL,'LINE',NULL,10,'','0893073a845c5160c5156fc889a214ec','',NULL),(1186,'en','cool-timeline','ce9094315676ab3a36494a5211724161','Horizontal Timeline',NULL,NULL,'LINE',NULL,10,'','4b8c093b244b6c292e5dad31663cce58','',NULL),(1187,'en','cool-timeline','f15538cd1fcad890930b249c036320dc','Horizontal Timeline. <br><br>\\n		<code><strong>[cool-timeline type=\"horizontal\" category=\"{add here story category id}\" skin=\"default\" show-posts=\"20\" order=\"DESC\" icons=\"NO\"]</strong> </code>',NULL,NULL,'LINE',NULL,10,'','cb72d984eee3f57b3e34721f2727a4eb','',NULL),(1188,'en','cool-timeline','8f67973007158337346584551b093be8','Icons',NULL,NULL,'LINE',NULL,10,'','1831aa97e9864175cc8bfed9957bfd31','',NULL),(1189,'en','cool-timeline','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'LINE',NULL,10,'','d29df634fffa9fa4f289320495e918f4','',NULL),(1190,'en','cool-timeline','5a62cd4e6676fa9588d3e0cf3d8f4e87','Import Code',NULL,NULL,'LINE',NULL,10,'','8fc32588bdd63b98542b11c059e23895','',NULL),(1191,'en','cool-timeline','814196c32531e51656e1acc11ffaca27','Items list',NULL,NULL,'LINE',NULL,10,'','22bc5f9c5e2dcde180bd8174d03c2d58','',NULL),(1192,'en','cool-timeline','e63b7b81bca5e78b13ff6c9b4424f97d','Items list navigation',NULL,NULL,'LINE',NULL,10,'','1687eabfcbcc45edfcef717927fa8b54','',NULL),(1193,'en','cool-timeline','9914a0ce04a7b7b6a8e39bec55064b82','Light',NULL,NULL,'LINE',NULL,10,'','82dec5374a61af9d1f7f16457130b0ef','',NULL),(1194,'en','cool-timeline','a5dcd18883f94056f2623d8eef3199de','Line Color',NULL,NULL,'LINE',NULL,10,'','019dc436ab2d58de69024f99907b1b1d','',NULL),(1195,'en','cool-timeline','7e129c6b2a469b6523013703fcb1db1c','Load More',NULL,NULL,'LINE',NULL,10,'','35f8679461aa2f8b382d7a6934ef4013','',NULL),(1196,'en','cool-timeline','5c82e8b0ddf4a3ea950c9fc4bcc4e094','Main Title',NULL,NULL,'LINE',NULL,10,'','622a332fbf7bd75ffddafd647a661982','',NULL),(1197,'en','cool-timeline','25d5770120946fe4a2cf36044ddfb951','Migrate Stories From Free To Pro Version',NULL,NULL,'LINE',NULL,10,'','edcbf249463f47357c5fb3616bbe15bd','',NULL),(1198,'en','cool-timeline','bc3512fb4418b91fb265544bd1312ab8','Migrate content',NULL,NULL,'LINE',NULL,10,'','ef22a3718197c6fcdcd256af0c0a99e8','',NULL),(1199,'en','cool-timeline','93735cd742fbfd0bc4709b8eab7b7a9c','Migrations',NULL,NULL,'LINE',NULL,10,'','92b1be62878ba59c718e261b41a5285c','',NULL),(1200,'en','cool-timeline','c2f3f489a00553e7a01d369c103c7251','NO',NULL,NULL,'LINE',NULL,10,'','3f6e348fec1ffde89b25a66465a8de97','',NULL),(1201,'en','cool-timeline','af5ca913a42bb62d8ff3295b423f9739','Navigation Settings',NULL,NULL,'LINE',NULL,10,'','c87d798cb29a58c92d341bd50fbeadae','',NULL),(1202,'en','cool-timeline','00b9680332bd4e7ecc3b1f4250dc9fba','New Item Name',NULL,NULL,'LINE',NULL,10,'','505302213faa00ce8524c46506a600f9','',NULL),(1203,'en','cool-timeline','f40ef7de3857e477a0a12bbacf4d7421','New Story',NULL,NULL,'LINE',NULL,10,'','bca2eba841a2daa390f4c67031d3f05b','',NULL),(1204,'en','cool-timeline','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'LINE',NULL,10,'','7171ccb776329c783d560e7fd7758b90','',NULL),(1205,'en','cool-timeline','58551c71c64948ec65f63135203fb6b8','No Stories is Available For Migration',NULL,NULL,'LINE',NULL,10,'','2f78570df6149e0c81bed52018578b25','',NULL),(1206,'en','cool-timeline','1776af3cd4354cb742a4d740aeff1392','No items',NULL,NULL,'LINE',NULL,10,'','3c00d4e24d13557dc0eb4d8b70a79cf1','',NULL),(1207,'en','cool-timeline','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'LINE',NULL,10,'','0a6a9e06e3e5699cca75b125d198bb89','',NULL),(1208,'en','cool-timeline','9d1ead73e678fa2f51a70a933b0bf017','Not Found',NULL,NULL,'LINE',NULL,10,'','04ab668249cfd4eaa72054f53dd1a94b','',NULL),(1209,'en','cool-timeline','fc91226d31faccf84e4a58b4ffd2e600','Not Valid ',NULL,NULL,'LINE',NULL,10,'','c3ee15402d65daad093b13f92a727c4f','',NULL),(1210,'en','cool-timeline','9e076f5885f5cc16a4b5aeb8de4adff5','Not found',NULL,NULL,'LINE',NULL,10,'','7343f8f4628c603400735fcd9c684c0a','',NULL),(1211,'en','cool-timeline','912f42b76bbd83121cd8298800d56b44','Not found in Trash',NULL,NULL,'LINE',NULL,10,'','b221509130b12364f830327b998c7e5e','',NULL),(1212,'en','cool-timeline','6922ca64a908a4960656b2c5dc1312d0','Note:-Ajax Load More Is Not Available For Horizontal layout.',NULL,NULL,'LINE',NULL,10,'','eed64cc7d10b2fe29e67589638ae619b','',NULL),(1213,'en','cool-timeline','eac19c6bac91095b108c03b503d1c3ad','Note:-Please add value in Taxonomy field before using it.',NULL,NULL,'LINE',NULL,10,'','b329236783aa2b029990f94ebed35d35','',NULL),(1214,'en','cool-timeline','deeb95e130f9f421b9e0a33f0d47e06c','Number of stories to display ?',NULL,NULL,'LINE',NULL,10,'','1989547ed7fb68ddb06dcb357a2cd522','',NULL),(1215,'en','cool-timeline','d50769d4db21e4828d5c5ee0df64c103','On top date/label below title',NULL,NULL,'LINE',NULL,10,'','c5e6fe9bee352fecf7ebb5b3255336b1','',NULL),(1216,'en','cool-timeline','a9fe131e7a523d7209df276039adb3fc','On top title below date/label',NULL,NULL,'LINE',NULL,10,'','704c4b23d02f387f8e31013198298718','',NULL),(1217,'en','cool-timeline','73e1ad7c00844ee54c5e1f286738a033','One Side Layout (Vertical one sided)',NULL,NULL,'LINE',NULL,10,'','a14ecf2aff412657ae05770209af73ba','',NULL),(1218,'en','cool-timeline','a240fa27925a635b08dc28c9e4f9216d','Order',NULL,NULL,'LINE',NULL,10,'','2b0b561070a9991d4ab6e64255028ce4','',NULL),(1219,'en','cool-timeline','a61c2c388ad078d69012c663db420e44','Order<span class=\"ctl_required\">*</span>',NULL,NULL,'LINE',NULL,10,'','d7151a63e0fc33c63ec6db6490b28ea4','',NULL),(1220,'en','cool-timeline','7b6793aa905f1aa08b8f958fa34176ab','Pagination ?',NULL,NULL,'LINE',NULL,10,'','5b326edd7b2fec9c780b309c6db0aa80','',NULL),(1221,'en','cool-timeline','e82b1df90e2a7d9da0f9a7f8f8a84e5e','Pagination settings added in shortcode Generator in version 2.4',NULL,NULL,'LINE',NULL,10,'','2e227bdad916c0da1c5de5d0875f5cea','',NULL),(1222,'en','cool-timeline','34e478a97ec7c58de5889491463dae4f','Parent Item',NULL,NULL,'LINE',NULL,10,'','a482a16f66df39bf46640703b846a7cd','',NULL),(1223,'en','cool-timeline','77b20cc1a5bac2170174f444efdd9d06','Parent Item:',NULL,NULL,'LINE',NULL,10,'','d392d92b6d272e732dc4d19886dfec66','',NULL),(1224,'en','cool-timeline','5131990a663ae206e00e4e574619fd95','Please add stories default  icon class from here <a target=\"_blank\" href=\"http://fontawesome.io/icons\">Font Awesome</a>',NULL,NULL,'LINE',NULL,10,'','de58ddda5455456f1bf4ebd9f68e35c2','',NULL),(1225,'en','cool-timeline','647e3b6c702246a2bf9129193835a549','Please enter no of words',NULL,NULL,'LINE',NULL,10,'','a93ddd7641097a948e14e99825b99b36','',NULL),(1226,'en','cool-timeline','10f358cc1b65eacacc86b7bb97416c8f','Please use below added shortcode for default timeline. <br><br>\\n		<code><strong>[cool-timeline layout=\"default\" skin=\"default\" show-posts=\"20\" order=\"DESC\" icons=\"NO\"] </strong> </code>',NULL,NULL,'LINE',NULL,10,'','4bd1ec227ccae4c291ac03d930facc1a','',NULL),(1227,'en','cool-timeline','47b64b9bb6f6511b5a9c2721cefb5372','Please use below added shortcode for multiple timeline (category based timeline). <br> <br> <code><strong>[cool-timeline  layout=\"default\"  skin=\"default\"  order=\"DESC\" icons=\"NO\" category=\"{add here story category id}\" show-posts=\"20\"] </strong></code>',NULL,NULL,'LINE',NULL,10,'','f3c52545940fe27cffdb112927607c8c','',NULL),(1228,'en','cool-timeline','adea21c269d709feb7d5b4108fcabff2','Popular Items',NULL,NULL,'LINE',NULL,10,'','6bd8d8fae8f7d74897e78332384a3ccd','',NULL),(1229,'en','cool-timeline','f29fc1640d2015e5bbf5ea8afea8e829','Timeline Stories',NULL,NULL,'LINE',NULL,10,'Post Type General Name','296aa1fb20df96809126c8021d833509','',NULL),(1230,'en','cool-timeline','f29fc1640d2015e5bbf5ea8afea8e829','Timeline Stories',NULL,NULL,'LINE',NULL,10,'Post Type Singular Name','2fa0a77db8134d8723b7359243c87d92','',NULL),(1231,'en','cool-timeline','decbe415d8accca7c2c16d48a79ee934','Read More',NULL,NULL,'LINE',NULL,10,'','b207d3803af9cafe12b471c47523ceab','',NULL),(1232,'en','cool-timeline','b2df443bb8632b23b6f474260312f72d','Refresh this page',NULL,NULL,'LINE',NULL,10,'','02fb495e0bfe3d982830dfbf62829fe4','',NULL),(1233,'en','cool-timeline','842ead6014f5cdbb1cae4e8de165ab32','Remember to save the permalink again in settings -> Permalinks.',NULL,NULL,'LINE',NULL,10,'','347026639b2610671e4572851aa56445','',NULL),(1234,'en','cool-timeline','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'LINE',NULL,10,'','e495ba327b4e97abb1dfd0629b24b9ee','',NULL),(1235,'en','cool-timeline','f5d6040ed78ca86ddc73296a49b18510','Save Changes',NULL,NULL,'LINE',NULL,10,'','76e2b5f32ac76607d2f6cd636b9472de','',NULL),(1236,'en','cool-timeline','591b8314f67ec951b8a96bf70b6d05ea','Scrolling Navigation Position ?',NULL,NULL,'LINE',NULL,10,'','ea3fb75a5dda72b1090f3013c9eff8d0','',NULL),(1237,'en','cool-timeline','386662141cdbbdd2753aca8c5113f630','Search Items',NULL,NULL,'LINE',NULL,10,'','b3821547806b57321ca2b3d0f06a38a2','',NULL),(1238,'en','cool-timeline','da6bb81c9af5d9d4170bb2b4df64e6bd','Search Story',NULL,NULL,'LINE',NULL,10,'','89d77787cb5ef0cd70c6698a0e3c85b1','',NULL),(1239,'en','cool-timeline','d9eb9d6792d85c5d2433902a63116ad5','Second Color',NULL,NULL,'LINE',NULL,10,'','beaddc51cdd9e0e7834cbc07f303c8ee','',NULL),(1240,'en','cool-timeline','b89ecc2c10fdae8af65f9762442b7b11','Select Files',NULL,NULL,'LINE',NULL,10,'','cab2fec64be1665508dc55fb28c322f2','',NULL),(1241,'en','cool-timeline','2499df5b126a6e6d685818ffb7aa9a92','Select Font Awesome Icon',NULL,NULL,'LINE',NULL,10,'','74694e99b1a46c276e7b20d6c4f6f546','',NULL),(1242,'en','cool-timeline','40b89574415c32de9c97fb9f63441857','Select Stories Category',NULL,NULL,'LINE',NULL,10,'','ed2ba09b90108a8c8454e572c30eedba','',NULL),(1243,'en','cool-timeline','b3602d468e13bfa37fa9b07021883c6f','Select Story Icon',NULL,NULL,'LINE',NULL,10,'','2a58623c93ca6d191e41dd316921920e','',NULL),(1244,'en','cool-timeline','7be581a646c8a5c28e1f9e9c4626103f','Select a color',NULL,NULL,'LINE',NULL,10,'','fac7885b79a4802fc4dd843ee3de2881','',NULL),(1245,'en','cool-timeline','20799d8a9055e3f558f0ffc21209e819','Select no of items',NULL,NULL,'LINE',NULL,10,'','40488d0df272e7756c8ed8273e70a9b8','',NULL),(1246,'en','cool-timeline','15f82e25907d33757bab8318b32ed231','Select number of items',NULL,NULL,'LINE',NULL,10,'','9cad28f0b62948e26ebdd57fc6d2c524','',NULL),(1247,'en','cool-timeline','7d3eb82b2e70a07b1265e6267797e70e','Select your timeline layout ',NULL,NULL,'LINE',NULL,10,'','2bd3c3e82a25eab28c9e226ee3ed15c3','',NULL),(1248,'en','cool-timeline','db945a075a9a8c1a8ad3dd2aa1b40766','Separate items with commas',NULL,NULL,'LINE',NULL,10,'','40786594f82c80c60532563bf589ab45','',NULL),(1249,'en','cool-timeline','3c59fa46800b6110d170efe35042cdcb','Setting imported, make sure you ',NULL,NULL,'LINE',NULL,10,'','b629a37db19ba8ea895982e15d861cda','',NULL),(1250,'en','cool-timeline','9a7e58ee13cb727cb7c4acc68f4cafe5','Settings saved.',NULL,NULL,'LINE',NULL,10,'','7072e8fde4b2a59a4143104e24659864','',NULL),(1251,'en','cool-timeline','f401dae24253d44fdb2ae8fe7f6b7ca4','Show Category Specific Blog Posts. Like For cooltimeline.com/category/fb-history/ it will be <b>fb-history</b>',NULL,NULL,'LINE',NULL,10,'','4cfeacf13ce06baeef03d175fcbcb58f','',NULL),(1252,'en','cool-timeline','e73d5b9c5e6e5c86ff34927429fa1945','Show Tag Specific Blog Posts. Like For cooltimeline.com/tag/fb-history/ it will be <b>fb-history</b>.',NULL,NULL,'LINE',NULL,10,'','e5965c53f37018bb2e1bade6ac9ff461','',NULL),(1253,'en','cool-timeline','8a3f9ec9c1d54ca153bc751800448a69','Show either date or custom label/text along with timeline stories.',NULL,NULL,'LINE',NULL,10,'','45cb743ec988fef2131c59d30dd9606c','',NULL),(1254,'en','cool-timeline','6425320d22bc2a81b7e04cab3672110b','Show go back to timeline link on single story(detail) page.',NULL,NULL,'LINE',NULL,10,'','fcc9726d95a26536f609b694cc64728f','',NULL),(1255,'en','cool-timeline','6314f5c0f6488d1a52b9007e03a505e4','Show go to back link ?',NULL,NULL,'LINE',NULL,10,'','6c7dfd1e3f7938705d510929a2e595a5','',NULL),(1256,'en','cool-timeline','d5bf3fa00e590fcc9d1230f682b81107','Show number of Stories',NULL,NULL,'LINE',NULL,10,'','745e715d392a0e6eb46c9ad1e8e54047','',NULL),(1257,'en','cool-timeline','956e106d2f58f986a3f9bc7cbc03b61a','Show number of posts',NULL,NULL,'LINE',NULL,10,'','88821932bc927a5132ed9b7a2fbf6fa2','',NULL),(1258,'en','cool-timeline','6160a53ece50ce6d4f5ef4452549835e','Slide',NULL,NULL,'LINE',NULL,10,'','06c8fcbcf0b287b6968d19b913f739e9','',NULL),(1259,'en','cool-timeline','6e614b699a65ccdb4605e418705ad936','Slide Show Speed ?',NULL,NULL,'LINE',NULL,10,'','b99d31636c7112fc5edf732f35dabafb','',NULL),(1260,'en','cool-timeline','156a374bc4a97db5232cc714c365d578','Slider animation ?',NULL,NULL,'LINE',NULL,10,'','6440d468212d3321866c72e62adc77f0','',NULL),(1261,'en','cool-timeline','e833b5e560bdc737fe850bc50d0c5f0c','Slideshow',NULL,NULL,'LINE',NULL,10,'','2eb8fd01ed081112a860d78ac05d6eb5','',NULL),(1262,'en','cool-timeline','2660064e68655415da2628c2ae2f7592','Small',NULL,NULL,'LINE',NULL,10,'','8a676c9bba9071b8c8300c9988425d54','',NULL),(1263,'en','cool-timeline','2f1880ab16198f464360c4ccdb80ce3c','Sorry,You have not added any story yet',NULL,NULL,'LINE',NULL,10,'','a85a76e49925e8a2f24c310b334cc254','',NULL),(1264,'en','cool-timeline','8cb8d8cf04e5339cafd9c6bdffef1c0e','Stories Date Formats ?',NULL,NULL,'LINE',NULL,10,'','adc3361ef65071f6023a5d4419abdfad','',NULL),(1265,'en','cool-timeline','2c4df0240ff369074ae097b379b40b75','Stories Date Settings',NULL,NULL,'LINE',NULL,10,'','9e57f63ddf1c81ef4b9727604de46a4e','',NULL),(1266,'en','cool-timeline','118b184686c144b55e10f1bd331572e2','Stories Default Icon',NULL,NULL,'LINE',NULL,10,'','222b78078433ed31c2a935a269703054','',NULL),(1267,'en','cool-timeline','a643d0809877a1d3546077689b3255cc','Stories Description?',NULL,NULL,'LINE',NULL,10,'','816589381c81e2ca6bcd678d0c0a0cad','',NULL),(1268,'en','cool-timeline','599874543057ed557a09909a291080cc','Stories Images?',NULL,NULL,'LINE',NULL,10,'','bde1dd1ca2073a2393b86a8f7515ab22','',NULL),(1269,'en','cool-timeline','4180fe4b0d67303281ef4ef8e73b656d','Stories Order ?',NULL,NULL,'LINE',NULL,10,'','ee3038a08372b4d53d32645393e3b4ed','',NULL),(1270,'en','cool-timeline','79388af6ee7de801912f1ac994b5fe59','Stories Read more Text',NULL,NULL,'LINE',NULL,10,'','d3790829d8e7d233f517836c332586b9','',NULL),(1271,'en','cool-timeline','012277adb1a25319162b2c523c2d6bd0','Stories Settings',NULL,NULL,'LINE',NULL,10,'','725efa734c9f9cc352463fff717f2f6a','',NULL),(1272,'en','cool-timeline','cfbbb8efb4ea7bca5e0f943252a5c195','Stories Slideshow ?',NULL,NULL,'LINE',NULL,10,'','fe72b2d780e8b9260364afcb5c6a6e41','',NULL),(1273,'en','cool-timeline','16066f2ba52209973c6195928b7c1060','Stories date Font style',NULL,NULL,'LINE',NULL,10,'','e935181a3c518b27ac8a0dbb7bfa0480','',NULL),(1274,'en','cool-timeline','96757a863944c8126196745a9f73814e','Stories date color',NULL,NULL,'LINE',NULL,10,'','2ee09b0315cfdb25fa32f0b7abc18a35','',NULL),(1275,'en','cool-timeline','e5d594e446cee479ea4210fb96e8f1e9','Stories date formats   e.g  D,M,Y <a  target=\"_blank\" href=\"http://php.net/manual/en/function.date.php\">Click here to view more</a>',NULL,NULL,'LINE',NULL,10,'','faa58c063ebb4374f6817602e0728f8d','',NULL),(1276,'en','cool-timeline','26b3db7619fbdb48c0c35548168dd771','Story Background Color',NULL,NULL,'LINE',NULL,10,'','8899bf477030934601e7b0b15f2d716f','',NULL),(1277,'en','cool-timeline','89777caf99ba7131d02d241e33e1bea7','Story Based On',NULL,NULL,'LINE',NULL,10,'','bf8fd6677a59186b1ddeab758efc8d1c','',NULL),(1278,'en','cool-timeline','541c0b766e7c55173c7c1601351b8534','Story Color',NULL,NULL,'LINE',NULL,10,'','90cf032805d92dd3a30554d5fb4a726d','',NULL),(1279,'en','cool-timeline','0784a473937401a5d05bb405ff13280a','Story Content',NULL,NULL,'LINE',NULL,10,'','eef31d84cad1f54f8a40bf491fb268d0','',NULL),(1280,'en','cool-timeline','40f88004f2faa7dcba61e4ff2bf46019','Story Custom Label',NULL,NULL,'LINE',NULL,10,'','f9d32e524842296b681bea4e02ce9fab','',NULL),(1281,'en','cool-timeline','454f09f3e51d3c25cf139a98e3be60a7','Story Custom Order',NULL,NULL,'LINE',NULL,10,'','7312604ff788372946641dbcc6f6fab7','',NULL),(1282,'en','cool-timeline','434267dd9ac48fd24e86b3e4005730b3','Story Date',NULL,NULL,'LINE',NULL,10,'','78bd147f208ef8772a8f88b7f39f5574','',NULL),(1283,'en','cool-timeline','0cdb07bd10412ffab4913299a98161a6','Story Date / Year <span class=\"ctl_required\">*</span>',NULL,NULL,'LINE',NULL,10,'','36fa1f9548909862364144fdf43e5270','',NULL),(1284,'en','cool-timeline','866f1e78633ebbb71c5b5a2e6a0b1233','Story Format',NULL,NULL,'LINE',NULL,10,'','e0a2ced174048d25d83b72d508574b22','',NULL),(1285,'en','cool-timeline','5460af253355fa33e1815ed894c320d6','Story Migrations',NULL,NULL,'LINE',NULL,10,'','4e1f886be53187947d11c4166376eb12','',NULL),(1286,'en','cool-timeline','fcf51244cfe13c708c2608eb9a0d8628','Story Title',NULL,NULL,'LINE',NULL,10,'','461fb4f6b55e36f451ff95e2ec29b17b','',NULL),(1287,'en','cool-timeline','9fa2c2301bfa5253ada2c69413f3ec3f','Story Title Color',NULL,NULL,'LINE',NULL,10,'','79a35c14791b3ed989a7edf0e5bc1bd4','',NULL),(1288,'en','cool-timeline','87894eb4cdf6af4912c7ece5af1e1553','Story Title Style ?',NULL,NULL,'LINE',NULL,10,'','0db6834485859466cbf4cc279b09c245','',NULL),(1289,'en','cool-timeline','e2bff6f1ba3c631741593ffb1efef49a','Story Year',NULL,NULL,'LINE',NULL,10,'','848b403eb090e7fd5cfd7efef393b3c2','',NULL),(1290,'en','cool-timeline','6a707127f8128cb71e099239d319b675','Story custom link',NULL,NULL,'LINE',NULL,10,'','0a2ff199e81b6c6df6677fb15f32d57a','',NULL),(1291,'en','cool-timeline','fabac4a6d155e9ec3570ce692845d2c3','Story image size',NULL,NULL,'LINE',NULL,10,'','dbb4e64931d3017f349b5388e91b4c68','',NULL),(1292,'en','cool-timeline','aace7931afa15411153641f4fb5dd0fa','Style Settings',NULL,NULL,'LINE',NULL,10,'','cbda2d36cf3628b5df67064217456f5b','',NULL),(1293,'en','cool-timeline','290612199861c31d1036b185b4e69b75','Summary',NULL,NULL,'LINE',NULL,10,'','d0d1d2847e3cc54acd0bb3cb3d86e4d1','',NULL),(1294,'en','cool-timeline','01b2a5bb8f16fcf3324383006f3a74e1','Tag Specific Timeline (Add Category Slug)',NULL,NULL,'LINE',NULL,10,'','e4a5e5ebe3a8f041fe3e995cabd2f626','',NULL),(1295,'en','cool-timeline','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'LINE',NULL,10,'Taxonomy General Name','4116fba463b57b2d26e13944acb62f55','',NULL),(1296,'en','cool-timeline','5a415efba6a6369dcb2fcb782f839c91','Taxonomy Name ',NULL,NULL,'LINE',NULL,10,'','798c285dd742089c1f28433fb8a6965e','',NULL),(1297,'en','cool-timeline','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'LINE',NULL,10,'Taxonomy Singular Name','a618e5bc1ae931bcc0ef2ab37ce6c9d6','',NULL),(1298,'en','cool-timeline','5e4877b02c7fa0e948feddd1df7d1422','This option is overridden by shortcode in V2.1. Please check shortcode generator.',NULL,NULL,'LINE',NULL,10,'','1d7109d68ac572415f5d625fc5dee78d','',NULL),(1299,'en','cool-timeline','6eea0f6ddfa512f82adcadb1adee3004','This option is overridden by shortcode. Please check shortcode generator.',NULL,NULL,'LINE',NULL,10,'','c584a1d745de2aa01cdc8b6613cd18fe','',NULL),(1300,'en','cool-timeline','7d1e754fd4115e653158ca43f107a9d0','This option is overridden by shortcode. Please check your shortcode generator.',NULL,NULL,'LINE',NULL,10,'','9958abdaf498e4729af29ffe245fb24f','',NULL),(1301,'en','cool-timeline','ba1138e45937056e1d00c5f78d0fffde','This options is not for default desgin.',NULL,NULL,'LINE',NULL,10,'','f58eaf2b3c7e4285101ee3bb0b74ce30','',NULL),(1302,'en','cool-timeline','d1c077dfb1b6d7e954c882973f04934c','Timeline Based On',NULL,NULL,'LINE',NULL,10,'','1633d24e1d49682e006db7f040e05d68','',NULL),(1303,'en','cool-timeline','5dcc6ebc02a6c4dc7452b721f2e68179','Timeline Designs',NULL,NULL,'LINE',NULL,10,'','e0eb05baec9acd0fcc47518d9e3c5584','',NULL),(1304,'en','cool-timeline','48a7969c1121f221a3842961faef5707','Timeline Display',NULL,NULL,'LINE',NULL,10,'','138f29290783d6a1e674c78b8befcd63','',NULL),(1305,'en','cool-timeline','46d8538e9b307a63648f4b8dc9c73985','Timeline Layout',NULL,NULL,'LINE',NULL,10,'','d27df7863fc56d79fda748e0138dcdd2','',NULL),(1306,'en','cool-timeline','f8922d739de52aff769e671c65468a2c','Timeline Post Type Description',NULL,NULL,'LINE',NULL,10,'','0b2c534a075546a60225b044e62deaa8','',NULL),(1307,'en','cool-timeline','9c9d4093379b729cc3f3195012c376b0','Timeline Scrolling Navigation settings',NULL,NULL,'LINE',NULL,10,'','67dcf2078991cfb35ae87de139600309','',NULL),(1308,'en','cool-timeline','a41dcd86ec66a8cf4d6d5560e9645b56','Timeline Starting From Story e.g(2)',NULL,NULL,'LINE',NULL,10,'','e91b8d33e547925c057a2b27f61c017c','',NULL),(1309,'en','cool-timeline','10286c44910fcf1f113fdbf5c0d812b6','Timeline Starting from Story e.g(2)',NULL,NULL,'LINE',NULL,10,'','33fdb701e16984cd1f104f03b657a567','',NULL),(1310,'en','cool-timeline','f29fc1640d2015e5bbf5ea8afea8e829','Timeline Stories',NULL,NULL,'LINE',NULL,10,'','834268285c52778a1fd6cb4221c0e218','',NULL),(1311,'en','cool-timeline','85bb4708c2afabc27b8f88e989d87b31','Timeline Stories dates custom formats',NULL,NULL,'LINE',NULL,10,'','ac59fd2db3b6cbaca410a7fa0ed7de96','',NULL),(1312,'en','cool-timeline','25a7d378da78282a3404f45d1419f4d2','Timeline Stories order like:- DESC(2017-1900) , ASC(1900-2017)',NULL,NULL,'LINE',NULL,10,'','b9958d0e4b73e7bee2ef8a13c9f6ca0a','',NULL),(1313,'en','cool-timeline','eecacef813d7ad83e6cc3ef398e834ad','Timeline Title (Default) ',NULL,NULL,'LINE',NULL,10,'','ae44b3d7f22e15ddea643c71da526bab','',NULL),(1314,'en','cool-timeline','bf984692acce657211581f6bc3ee8141','Timeline Type',NULL,NULL,'LINE',NULL,10,'','e985dbff5d3747b34944bd953d1c24d2','',NULL),(1315,'en','cool-timeline','a4fa61443b8b143d2b890ade96f37af0','Timeline default Image',NULL,NULL,'LINE',NULL,10,'','33283447e152a2126c66ebc0789d4ad2','',NULL),(1316,'en','cool-timeline','40f5aa2cc868b69425f65817cd1d8ca5','Timeline skin',NULL,NULL,'LINE',NULL,10,'','d880efe2e01000dc2c94f8cbe33c6cc8','',NULL),(1317,'en','cool-timeline','142f18001b5bda5c29c4449e66af3009','Timeline story settings',NULL,NULL,'LINE',NULL,10,'','e70958bcbc46d3494a83c41bcd517508','',NULL),(1318,'en','cool-timeline','f6ce4903075ea41883c7873dd6437d1c','Title Alignment ?',NULL,NULL,'LINE',NULL,10,'','1da3b8a5965f1080acee35f0f8425266','',NULL),(1319,'en','cool-timeline','14da3b7120bfe001c21d7547bce0b7ba','Title Heading Tag ',NULL,NULL,'LINE',NULL,10,'','3f9deaa1f1120221ecdcd60f615c94ef','',NULL),(1320,'en','cool-timeline','47b927d23ffcb7db15000e55d8b29dad','To Import saved settings paste the Export output in to the Import Code box bellow and click Import.',NULL,NULL,'LINE',NULL,10,'','f2d1a7cde0148719d9a7f4535d2a9d24','',NULL),(1321,'en','cool-timeline','f827cf462f62848df37c5e1e94a4da74','True',NULL,NULL,'LINE',NULL,10,'','256b8d557c729da2de4ffdedf0b31905','',NULL),(1322,'en','cool-timeline','308c6611b2ed299fbbf486d8eaee9821','Typography Settings',NULL,NULL,'LINE',NULL,10,'','f4fddb0497bb0db4f2d4286aecbe9e51','',NULL),(1323,'en','cool-timeline','d4c3d053261aa792ad598037a3cc986d','Unkown Error',NULL,NULL,'LINE',NULL,10,'','b51958a72a294817b2f80c8e5ce3821e','',NULL),(1324,'en','cool-timeline','78af00d843d9ad7f1ca87e28e8d744e0','Update Item',NULL,NULL,'LINE',NULL,10,'','8d279feb16ebddc7caba7752a51025c4','',NULL),(1325,'en','cool-timeline','21d27d9488c13417b3389d298348135a','Update Story',NULL,NULL,'LINE',NULL,10,'','eee3a13a29b5778f02148324e3826261','',NULL),(1326,'en','cool-timeline','1f98842c354dc496970446bce14f4c50','Upload Image',NULL,NULL,'LINE',NULL,10,'','3665e16808be027e88025ca0ac54f6df','',NULL),(1327,'en','cool-timeline','e1f9d135021567d85d63d5cbb1c80357','Upload new files',NULL,NULL,'LINE',NULL,10,'','6b8242d707f081482f303ef1051296e9','',NULL),(1328,'en','cool-timeline','851653473b3ef3f0731eae01bd208e0e','Uploaded files',NULL,NULL,'LINE',NULL,10,'','fc8ae2c70c98aaf29106b52c07c913ed','',NULL),(1329,'en','cool-timeline','ad92b9cb5c64bfafbf4a93d68c2bf597','Use Cool Timeline pro wordpress plugin to showcase your life or your company story in a vertical timeline format. Cool Timeline Pro is an advanced timeline plugin that creates responsive vertical storyline automatically in chronological order based on the year and date of your posts.',NULL,NULL,'LINE',NULL,10,'','264a0c65147c3a5a823ad575f9e75507','',NULL),(1330,'en','cool-timeline','d378de8355a6e7baf36d1bc228215053','Use this File',NULL,NULL,'LINE',NULL,10,'','200cf76cf59844cf53c43a9fe753bd7a','',NULL),(1331,'en','cool-timeline','effc987e0d0fd387005782883cfb41ad','Use this Image',NULL,NULL,'LINE',NULL,10,'','e5ad934576d7b3fc27fc452a5be8d9d2','',NULL),(1332,'en','cool-timeline','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'LINE',NULL,10,'Used before category names.','c56ef22ef98af1d5cb4e29c9e64e2f81','',NULL),(1333,'en','cool-timeline','189f63f277cd73395561651753563065','Tags',NULL,NULL,'LINE',NULL,10,'Used before tag names.','4e13ae74961c57c1addde6c0a664ee0b','',NULL),(1334,'en','cool-timeline','fc763cb31e9938f37737394681228f83',', ',NULL,NULL,'LINE',NULL,10,'Used between list items, there is a space after the comma.','e7ca159e9ee0a93312e95eeb6bb227fa','',NULL),(1335,'en','cool-timeline','a067dacc29abc65787b03eae28e998df','Vertical Both side',NULL,NULL,'LINE',NULL,10,'','bdfb943261b9a5cc746c93db21c94437','',NULL),(1336,'en','cool-timeline','45d89b0b63b7e8c0106aff1ce6aecce5','Vertical Timeline (Default)',NULL,NULL,'LINE',NULL,10,'','849463d2a3798d2656fde3d2e3e0153a','',NULL),(1337,'en','cool-timeline','76f290c4de089831c102b47d94d5e47b','Vertical Timeline Layout',NULL,NULL,'LINE',NULL,10,'','be6a2e6dccbc864769052ffc27db7c77','',NULL),(1338,'en','cool-timeline','dcfa98429fff8e0094f05a386350ab09','Vertical one sided',NULL,NULL,'LINE',NULL,10,'','c03a652a46b3ccf819111aefecffb5b2','',NULL),(1339,'en','cool-timeline','34e2d1989a1dbf75cd631596133ee5ee','Video',NULL,NULL,'LINE',NULL,10,'','9c09ae1e96b5f014ad808704a23e0d5e','',NULL),(1340,'en','cool-timeline','1e5242352ee1cd365d24d9271a7f5f26','View Item',NULL,NULL,'LINE',NULL,10,'','8383efa747fe4e5054ea81e78d909f52','',NULL),(1341,'en','cool-timeline','1e958d896006e350538fbd2060e91b2c','View Story',NULL,NULL,'LINE',NULL,10,'','54cc9ae26cc61433a3b37a96bfa0b774','',NULL),(1342,'en','cool-timeline','57cec4137b614c87cb4e24a3d003a3e0','Y',NULL,NULL,'LINE',NULL,10,'','0a07bf887e57c3ac9e78e1396296be11','',NULL),(1343,'en','cool-timeline','d81f0f02cd6a877358cde8fbdbad89a5','Y-m-d',NULL,NULL,'LINE',NULL,10,'','6dcfeb7ccdd01d6b99d6d53b04e708a6','',NULL),(1344,'en','cool-timeline','7469a286259799e5b37e5db9296f00b3','YES',NULL,NULL,'LINE',NULL,10,'','8583c222365f1cffa9362c4dfdfcf3f7','',NULL),(1345,'en','cool-timeline','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'LINE',NULL,10,'','de335a0cc02b33a9e83358b537c23ea6','',NULL),(1346,'en','cool-timeline','38d5b74b2e3aa980fbb1714c577295d6','You Can Show Pagination After These Posts In Vertical Timeline.',NULL,NULL,'LINE',NULL,10,'','410eae8317cc2356d9bb2fe4ed9933c4','',NULL),(1347,'en','cool-timeline','c3fb45cd178b1605d095cbdf16b08c08','You cannot migrate any story',NULL,NULL,'LINE',NULL,10,'','aa77562ee78b7073718980d1d837469a','',NULL),(1348,'en','cool-timeline','831c8e9e9f7a96fb79337feb3ae684af','You do not have sufficient permissions to edit templates for this site.',NULL,NULL,'LINE',NULL,10,'','6108dc36c66907aaa19e7d69d41c7a51','',NULL),(1349,'en','cool-timeline','5df919a1ed55e455ef5c31179fc742d9','You have successfully migrated content',NULL,NULL,'LINE',NULL,10,'','44124e9d503bd638a858b357e935013d','',NULL),(1350,'en','cool-timeline','d224181a529c8ecc5d7f6e1f2db549b6','bounceInDown',NULL,NULL,'LINE',NULL,10,'','1fd05e5969461c3289464346ea30dca9','',NULL),(1351,'en','cool-timeline','0f347a8ef772a5bab030cc2aa685a1a5','bounceInLeft',NULL,NULL,'LINE',NULL,10,'','7e50825f6beca05a1e369d49e065f507','',NULL),(1352,'en','cool-timeline','84e543f75db01ad3ae54a2d76e07884d','bounceInRight',NULL,NULL,'LINE',NULL,10,'','8547f044b35c0fca7658d192f51db0ad','',NULL),(1353,'en','cool-timeline','f8e401fc6800be985b258e614af0ad8c','bounceInUp',NULL,NULL,'LINE',NULL,10,'','2d0021437abbba3f35bead934a124d42','',NULL),(1354,'en','cool-timeline','c4ef352f74e502ef5e7bc98e6f4e493d','category',NULL,NULL,'LINE',NULL,10,'','28258cec7e1aadea61c3ca27aec822aa','',NULL),(1355,'en','cool-timeline','5242866d86fdc8c211ab0a23c2c89d33','Story Category',NULL,NULL,'LINE',NULL,10,'column name','e2edb9f90ed09be4157e3345d1ebfae7','',NULL),(1356,'en','cool-timeline','fcf51244cfe13c708c2608eb9a0d8628','Story Title',NULL,NULL,'LINE',NULL,10,'column name','5c82855503147c9d629973716ecb91a5','',NULL),(1357,'en','cool-timeline','0b52cb4325784f951a6c227ae699b262','cool-timeline',NULL,NULL,'LINE',NULL,10,'','c52ae72626d4b458ce9f99d7e266b1ab','',NULL),(1358,'en','cool-timeline','a74881bafd78c6fcd420b1b0816c0c38','d MM yy',NULL,NULL,'LINE',NULL,10,'','8dbde55aa4fd44f5a1d1d4cc96600629','',NULL),(1359,'en','cool-timeline','e314a9f41c4ef8ff869863ed06fa2b70','d/M/Y',NULL,NULL,'LINE',NULL,10,'','b6da0f9c9e11902a251b3505b6750baf','',NULL),(1360,'en','cool-timeline','da807cacbe2a2d18c63126c00ec12893','d/m/Y',NULL,NULL,'LINE',NULL,10,'','936502af7fb00d0e7b72978e23c136e2','',NULL),(1361,'en','cool-timeline','fc1ead27ff16cc0b02172f0af1a6c7b0','d/m/Y,H:i',NULL,NULL,'LINE',NULL,10,'','c0376db1563bc515e7be68400810dc61','',NULL),(1362,'en','cool-timeline','a82fd95db10ff25dfad39f07372ebe37','dark',NULL,NULL,'LINE',NULL,10,'','0883abbacfb8f08f6f27c1bde0deda5f','',NULL),(1363,'en','cool-timeline','d254e1ca1c6af599c3f2949b54114586','fadein',NULL,NULL,'LINE',NULL,10,'','9724dad419c967da4e83fc29a60e3d68','',NULL),(1364,'en','cool-timeline','e6e5fd26daa9bca985675f67015fd882','flip',NULL,NULL,'LINE',NULL,10,'','834cae2e1b968b511179d19c3fcb8031','',NULL),(1365,'en','cool-timeline','1f349cdd0228d2d2a24d0d36f736285c','http://www.cooltimeline.com',NULL,NULL,'LINE',NULL,10,'','b9fc12a1d776f76ede85eda765477dc7','',NULL),(1366,'en','cool-timeline','7aa6991a62353dd2761280cf592542dc','jello',NULL,NULL,'LINE',NULL,10,'','118eaff5c3506b1b18f97de544b12820','',NULL),(1367,'en','cool-timeline','80c12b6b25177b298ddbbff984d8e022','m/d/Y',NULL,NULL,'LINE',NULL,10,'','4056036246f516dc547c7f04d72ee100','',NULL),(1368,'en','cool-timeline','42b90196b487c54069097a68fe98ab6f','post',NULL,NULL,'LINE',NULL,10,'','2fb0793a3d5907831591b57b66ac6a46','',NULL),(1369,'en','cool-timeline','a2c4bf3428ce2d45e1dd7bd434236ec3','rotatein',NULL,NULL,'LINE',NULL,10,'','b8d76c6e3cd4912dfa28d5ba872b871f','',NULL),(1370,'en','cool-timeline','5ffc7d46cf7f0b09b98441c03c269478','shake',NULL,NULL,'LINE',NULL,10,'','bcf91a44d70fc368ba1d8dbeafcba602','',NULL),(1371,'en','cool-timeline','f3ab9b9fa71fb214a4f56587d46fe23f','slideInDown',NULL,NULL,'LINE',NULL,10,'','8628b83acdbfe5806bd490f243669e1a','',NULL),(1372,'en','cool-timeline','b6ebbea9a008024a847279d85ad36f2b','slideInLeft',NULL,NULL,'LINE',NULL,10,'','8305ddf4832f55e9769d879247b4ebd8','',NULL),(1373,'en','cool-timeline','66eb1400f0c4365e6403d1c45d22cc27','slideInRight',NULL,NULL,'LINE',NULL,10,'','191848ae91760e01b45476bb459802ec','',NULL),(1374,'en','cool-timeline','f8cc4c2df10e255a12306f068830d87a','slideInUp',NULL,NULL,'LINE',NULL,10,'','83f8741f097a17733bab73074fc05d20','',NULL),(1375,'en','cool-timeline','ce04e521db2557ac5260ee070a3c0588','swing',NULL,NULL,'LINE',NULL,10,'','ba58deadf4a01e3cdfcd4cb59735b23d','',NULL),(1376,'en','cool-timeline','9fb0ced7b15b1fb4a6acbabe3a26b2f2','wobble',NULL,NULL,'LINE',NULL,10,'','366b6e2808bc4e19940474e561b32c07','',NULL),(1377,'en','default','4d59ebe86095193a1238a1d6ac0e7915','#%d (no title)',NULL,NULL,'LINE',NULL,10,'','f52dc10a511ead99bfbe42d76dd72906','',NULL),(1378,'en','default','172933330266e4edc4737e235d321263','%1$s %2$d',NULL,NULL,'LINE',NULL,10,'','533f07466b2883c2bcb9c6d5c965ba62','',NULL),(1379,'en','default','08399b254ca15573db33c6d24aaa1b28','%1$s %2$s %3$s %4$s Feed',NULL,NULL,'LINE',NULL,10,'','d67ac973cfa921891489e0eeb2299c26','',NULL),(1380,'en','default','230e67845330966224471674ef20b1d9','%1$s %2$s %3$s Category Feed',NULL,NULL,'LINE',NULL,10,'','044c2be99dd9ba6defa9483cdd562ec5','',NULL),(1381,'en','default','39038157f6187c0a354f243360e91735','%1$s %2$s %3$s Comments Feed',NULL,NULL,'LINE',NULL,10,'','cf1741780a14c8c29df3f5bb916bcf2a','',NULL),(1382,'en','default','96c6df252efdfa0e6334d315a3b8c836','%1$s %2$s %3$s Feed',NULL,NULL,'LINE',NULL,10,'','f9c4836516cefc44b5b63584879dbb2b','',NULL),(1383,'en','default','d0c87f0848a6335f4b781bf781446351','%1$s %2$s %3$s Tag Feed',NULL,NULL,'LINE',NULL,10,'','19609c54b2ae44164fd147546654d69e','',NULL),(1384,'en','default','12ce94c6bb28d6ed4191eba412825e90','%1$s %2$s Comments Feed',NULL,NULL,'LINE',NULL,10,'','507f8738ea749d080e80b0b886a51d19','',NULL),(1385,'en','default','b5fbdfe294b506fc6fd08c8ec96fa380','%1$s %2$s Feed',NULL,NULL,'LINE',NULL,10,'','fd5e7319cf0b6d2138071cd2005c0e2b','',NULL),(1386,'en','default','654541dd689fb4f19d9254dc55f7695b','%1$s %2$s Posts by %3$s Feed',NULL,NULL,'LINE',NULL,10,'','e8d3665887257f433d7c66d12a869927','',NULL),(1387,'en','default','7f7a8b7ee70c3244c67422b1cbe3c3e8','%1$s %2$s Search Results for &#8220;%3$s&#8221; Feed',NULL,NULL,'LINE',NULL,10,'','c99caaa204b6ccc926b4530188ce9e2a','',NULL),(1388,'en','default','4b0b05ac294ff0b035cfb3d436eec73d','%1$s %2$s, %3$s @ %4$s:%5$s',NULL,NULL,'LINE',NULL,10,'','2ee567269be61c0aa1adcced1a26c422','',NULL),(1389,'en','default','de551511afdbe78e895800839ed0fa28','%1$s %2$s, %3$s ago (%4$s)',NULL,NULL,'LINE',NULL,10,'','22ad6001ab769a489eb5940230a1e4ed','',NULL),(1390,'en','default','ae5c884bb6547b248e0ae42a44338dfb','%1$s &lsaquo; %2$s &#8212; WordPress',NULL,NULL,'LINE',NULL,10,'','db168dd6972314ce3d64822dff014be7','',NULL),(1391,'en','default','4c001a1125672887afed577fe2205107','%1$s (%2$d)',NULL,NULL,'LINE',NULL,10,'','b0799f97620ba8a7a8c5beda60fbdf1b','',NULL),(1392,'en','default','e41f419b40ad129af545043666708f14','%1$s (since %2$s; %3$s)',NULL,NULL,'LINE',NULL,10,'','4860f6ac4c604cf519fa6afc294e6b60','',NULL),(1393,'en','default','d3df17e63963357941be502990564e63','%1$s (since %2$s; no alternative available)',NULL,NULL,'LINE',NULL,10,'','df263ba25615e9c2609fd86e14d89ecb','',NULL),(1394,'en','default','a10cd4b7babf357faa04186972ff9bdd','%1$s (since %2$s; use %3$s instead)',NULL,NULL,'LINE',NULL,10,'','bc23d5e81c793dcfeeb7dd6a6de895ae','',NULL),(1395,'en','default','05f9ebdda0c41007970838f7dcf64112','%1$s Comment<span class=\"screen-reader-text\"> on %2$s</span>',NULL,NULL,'LINE',NULL,10,'','d3a359712687f25eff5423e74c8c4732','',NULL),(1396,'en','default','2d4bbde80fe5b459e835b4b023388465','%1$s Comments<span class=\"screen-reader-text\"> on %2$s</span>',NULL,NULL,'LINE',NULL,10,'','ccddf8b18f4fde6488b69c8e63497303','',NULL),(1397,'en','default','5862ba6b9399ea36ab7d486f299754c8','%1$s at %2$s',NULL,NULL,'LINE',NULL,10,'','326c2a0ca7798d43f454148113459f60','',NULL),(1398,'en','default','9a408d2ec0dfecf5a2600a2f03e48f0f','%1$s could not be created: %2$s',NULL,NULL,'LINE',NULL,10,'','b88ab3fc365f46545b235d1b61ba1f3a','',NULL),(1399,'en','default','611691433a11628604006e3db74a4eb3','%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.',NULL,NULL,'LINE',NULL,10,'','1ff7c186f76ebff3fcb8c40197898f9e','',NULL),(1400,'en','default','5ac720e24993984b645c69cad540662b','%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.',NULL,NULL,'LINE',NULL,10,'','48297ff4062aad37a840c3f3501f7efb','',NULL),(1401,'en','default','e628600de9112b1a2f23dd7d4d94b011','%1$s is deprecated. The callback from %2$s is used instead.',NULL,NULL,'LINE',NULL,10,'','f3f0aa3027da4a615501fd18973f31b4','',NULL),(1402,'en','default','600983f0a0c972d45b442027fe96999e','%1$s is deprecated. Use %2$s instead.',NULL,NULL,'LINE',NULL,10,'','bd16f2af9a84a34be1f3c82a9cb3507f','',NULL),(1403,'en','default','0fc05a5d1c12ebf6bb0fb91a84b195ab','%1$s is not a valid property of Object.',NULL,NULL,'LINE',NULL,10,'','5c2a14db31dbce991727b51a94ed27fa','',NULL),(1404,'en','default','56f82b487a5b4c8b73ad2a82efcc69f7','%1$s is not of type %2$s.',NULL,NULL,'LINE',NULL,10,'','e71407735d04728b31d54aa326defde6','',NULL),(1405,'en','default','913fcc0d2b7aef2a632471a00f37823e','%1$s is not one of %2$s.',NULL,NULL,'LINE',NULL,10,'','1482a0f309a7ea9c9d4328438d75b133','',NULL),(1406,'en','default','6e05cb7e5d023c55f896bc637c2eb17e','%1$s is proudly powered by %2$s',NULL,NULL,'LINE',NULL,10,'','946f5ad5174a6439486c244166ec16f8','',NULL),(1407,'en','default','e1356b91d0c693e8eda7cfc941fe7e64','%1$s is your new site. <a href=\"%2$s\">Log in</a> as &#8220;%3$s&#8221; using your existing password.',NULL,NULL,'LINE',NULL,10,'','58c1bc0134a8c2eae38d3c72953a98c6','',NULL),(1408,'en','default','98074f13610c6f2a26e4c507ac7d5b4f','%1$s must be between %2$d (exclusive) and %3$d (exclusive)',NULL,NULL,'LINE',NULL,10,'','33c6fc0b34522a31b05322e3ceb394be','',NULL),(1409,'en','default','b08d738665e35c7bbd930c34a4034a08','%1$s must be between %2$d (exclusive) and %3$d (inclusive)',NULL,NULL,'LINE',NULL,10,'','05ae84d02b8e79dc191f11d20026ea97','',NULL),(1410,'en','default','67d788bd53658df87a9c00fa7bcce9d9','%1$s must be between %2$d (inclusive) and %3$d (exclusive)',NULL,NULL,'LINE',NULL,10,'','249746fbf85df184437d8a0e8969c0a7','',NULL),(1411,'en','default','c7c41244ccc7f3dc3da34597883dc574','%1$s must be between %2$d (inclusive) and %3$d (inclusive)',NULL,NULL,'LINE',NULL,10,'','97e4a202ac364efe624a0dfe6bd4b357','',NULL),(1412,'en','default','c8d175d4c225bdd3cc5de8fb10b579a5','%1$s must be greater than %2$d',NULL,NULL,'LINE',NULL,10,'','013831e0396085144c0dd2a5fdcb6acf','',NULL),(1413,'en','default','3e1f549b0175eae650d8453150f0efad','%1$s must be greater than or equal to %2$d',NULL,NULL,'LINE',NULL,10,'','ffbb9e6e484e3e680c0de707f23cf4b3','',NULL),(1414,'en','default','90ed7793fe7a7fefb00e03faa0d60fa2','%1$s must be less than %2$d',NULL,NULL,'LINE',NULL,10,'','6af4bce69f4abfaa4293581c2e46f851','',NULL),(1415,'en','default','89260c2ef8dd79310ee6486ee1c74eab','%1$s must be less than or equal to %2$d',NULL,NULL,'LINE',NULL,10,'','ebe1530b194ce8d31639985122e0c33e','',NULL),(1416,'en','default','dddea973fc897c2ef677c95d20ab091d','%1$s response to %2$s',NULL,NULL,'LINE',NULL,10,'','55469073327b111364a4e55991853518','',NULL),(1417,'en','default','728b01306eb344f1b77817f0da327cc2','%1$s responses to %2$s',NULL,NULL,'LINE',NULL,10,'','f643f9ce0b232cf55e76356fb1f24075','',NULL),(1418,'en','default','fee42d27e94769843f8c9cbca30e7663','%1$s was called <strong>incorrectly</strong>. %2$s %3$s',NULL,NULL,'LINE',NULL,10,'','71a97a3385616e014b0e8acb8061e95d','',NULL),(1419,'en','default','e8ab9f8089b5fc2296e5da8ed3251d76','%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s with no alternative available.',NULL,NULL,'LINE',NULL,10,'','2a7dc736eac971a962e417e21f70a556','',NULL),(1420,'en','default','929052c569c3b84d5cb3af2fcaabe61d','%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s! %3$s',NULL,NULL,'LINE',NULL,10,'','c84cd4e10a2e8fa5300e570c5c112f68','',NULL),(1421,'en','default','8736b307fbf82a27a70fe8560b30fc3e','%1$s-%2$s',NULL,NULL,'LINE',NULL,10,'','4c3ef2d8ecc17318e40ecebf9c52521c','',NULL),(1422,'en','default','e28a17b9418d2f734358d48dffa1dba0','%1$s. Menu item %2$d of %3$d.',NULL,NULL,'LINE',NULL,10,'','ba4f03097103ade92ab64059759cbad9','',NULL),(1423,'en','default','7cdb2c0426fb3b9e788a062b3012c65c','%1$s. Sub item number %2$d under %3$s.',NULL,NULL,'LINE',NULL,10,'','3f86efcc7dd6dd7407d89a0f4f395490','',NULL),(1424,'en','default','6c03a470e52036813f268bbfa0873529','%1$s: %2$s',NULL,NULL,'LINE',NULL,10,'','b7d7ea7e69a42f3d2c5b2af417766467','',NULL),(1425,'en','default','d65e96bfe21fb8479e04375e75a4d3e1','%d Plugin Update',NULL,NULL,'LINE',NULL,10,'','fa8e04af3353a3b6b7d3b3b6463e0b98','',NULL),(1426,'en','default','ae49c2fd4fad8e202cefa42ce473c56d','%d Plugin Updates',NULL,NULL,'LINE',NULL,10,'','67bdb4e3292523e290fc4b3241c06a9f','',NULL),(1427,'en','default','4a0e7f9dd94beca7a1f63e7163010661','%d Theme Update',NULL,NULL,'LINE',NULL,10,'','744f13698b69b6812027ef32d7198768','',NULL),(1428,'en','default','ab0265c61f7415e474a7fec561276834','%d Theme Updates',NULL,NULL,'LINE',NULL,10,'','abda1c6c201a13b329c5cbd426f91951','',NULL),(1429,'en','default','0c5a25b3589469c26164509032e69965','%d WordPress Update',NULL,NULL,'LINE',NULL,10,'','f502f4b24d8aa1411e8801fc423a0aac','',NULL),(1430,'en','default','d326e647db203b7859e315d28699f54f','%d results found. Use up and down arrow keys to navigate.',NULL,NULL,'LINE',NULL,10,'','a71af5f109cf089d077dced98d6417ad','',NULL),(1431,'en','default','2c466ae7a056d4f4726b1c146b45a046','%d selected',NULL,NULL,'LINE',NULL,10,'','eb899e5a410e19fdf3175463c164297e','',NULL),(1432,'en','default','0d515e726a88e31ccfe7bc603529248b','%d themes found',NULL,NULL,'LINE',NULL,10,'','b0473f073dbfe47ca5e427c967ca51d5','',NULL),(1433,'en','default','d546ce60a9b14a2dfad190be8f2f7a20','%s (Invalid)',NULL,NULL,'LINE',NULL,10,'','0f797fb7f86fddffc837ffeb951dedf7','',NULL),(1434,'en','default','423eb9750b4a9d769c685bdcd08c75d1','%s (Pending)',NULL,NULL,'LINE',NULL,10,'','9533624e322852ba838377f6bcb147f7','',NULL),(1435,'en','default','b210a542f7bd60c56f9a4434db59bd71','%s <span class=\"says\">says:</span>',NULL,NULL,'LINE',NULL,10,'','9f7f7e840fb93f2fc930c43daa4d0ee5','',NULL),(1436,'en','default','d64deca7fa7fd7ba7a73d1b3e77e5681','%s <span class=\"screen-reader-text\">Comment</span>',NULL,NULL,'LINE',NULL,10,'','5ae74cbff22c302e1e108e2d2466ab0d','',NULL),(1437,'en','default','04f9422753701422cb7ea99175d095d1','%s <span class=\"screen-reader-text\">Comments</span>',NULL,NULL,'LINE',NULL,10,'','b19250fb5833ac352a63ce0f65518b9c','',NULL),(1438,'en','default','2e14d701b624f99ba66a8dee359a8fa6','%s Comment',NULL,NULL,'LINE',NULL,10,'','926df441e64a25ffedd9b21dd6b65778','',NULL),(1439,'en','default','b51bdff4f4016351f0707fd0bf464128','%s Comments',NULL,NULL,'LINE',NULL,10,'','6ffeb27108cc3c6353cff59104a8e1a4','',NULL),(1440,'en','default','ecf63726b343168a05edbc8b092344b1','%s [Autosave]',NULL,NULL,'LINE',NULL,10,'','a4a2062a4ca0d5815e742a45860029b2','',NULL),(1441,'en','default','82c54de08c7980df824d4a030140afde','%s [Current Revision]',NULL,NULL,'LINE',NULL,10,'','254d17d513ff2b416615f891ebabe1f4','',NULL),(1442,'en','default','15fd4d0b221f644846168f217c6f9f9b','%s and %s',NULL,NULL,'LINE',NULL,10,'','1e1281b91e36fbd6050a49774bdd212c','',NULL),(1443,'en','default','9a3ada7cf976fe61a1922435e4d3e174','%s comment awaiting moderation',NULL,NULL,'LINE',NULL,10,'','d21550ead880611e62f38f2336466995','',NULL),(1444,'en','default','9d2c6e7ff8745ac410937f9812aeb47a','%s comments awaiting moderation',NULL,NULL,'LINE',NULL,10,'','c2bc239fd4cb4d98561f03c19a36ed25','',NULL),(1445,'en','default','cc0c6aa19f38a763c6138695ea957edc','%s day',NULL,NULL,'LINE',NULL,10,'','9becf2fb4f3110a0ae34da65fb7611a2','',NULL),(1446,'en','default','b95227314c538383cf221dae2172b047','%s days',NULL,NULL,'LINE',NULL,10,'','67a3b103abbdad8eb2a22ac3a6737d4e','',NULL),(1447,'en','default','bf9e89898a40abef46220b2cd89fab84','%s exceeds the maximum upload size for the multi-file uploader when used in your browser.',NULL,NULL,'LINE',NULL,10,'','53dc4403d523f0d65dca68da8a667e96','',NULL),(1448,'en','default','9df6f136606e06c8fb8a192af1182186','%s exceeds the maximum upload size for this site.',NULL,NULL,'LINE',NULL,10,'','fcc7bde2bb76d4ec814d411e918a9c19','',NULL),(1449,'en','default','14067cbc30d4f22eb680f236a8fc82c3','%s has taken over and is currently customizing.',NULL,NULL,'LINE',NULL,10,'','c6a54c1726e8d55848a152b94a73ab76','',NULL),(1450,'en','default','0aaff30699e63ba9bf8133d98b1d6832','%s hour',NULL,NULL,'LINE',NULL,10,'','9959ee8630f8378d41b725f1a6d80557','',NULL),(1451,'en','default','99e8d9aecac65d9833e10a2d3bbee4f7','%s hours',NULL,NULL,'LINE',NULL,10,'','4c29dbf4976ce02a47a27cdaeb7c1717','',NULL),(1452,'en','default','ce8001466eb8afc24092dd3ba7065c18','%s is a protected WP option and may not be modified',NULL,NULL,'LINE',NULL,10,'','c3573c0c3292431676e331532bc39464','',NULL),(1453,'en','default','0120e8df1990f58fc3c8e574589ca524','%s is already customizing this changeset. Do you want to take over?',NULL,NULL,'LINE',NULL,10,'','3563fa11487f0132ec1402fd311b0724','',NULL),(1454,'en','default','93e5fb736cbc6244996b08e451279dd6','%s is already customizing this changeset. Please wait until they are done to try customizing. Your latest changes have been autosaved.',NULL,NULL,'LINE',NULL,10,'','36ac5321d901904a514c2fadf8ee802a','',NULL),(1455,'en','default','28c735fd16388ecff290074b8dafa9cd','%s is already customizing this site. Do you want to take over?',NULL,NULL,'LINE',NULL,10,'','8dcb6273773e98fc69869fdcfe47e2b4','',NULL),(1456,'en','default','5521b56344dd510ea6f7a31650aa2102','%s is already customizing this site. Please wait until they are done to try customizing. Your latest changes have been autosaved.',NULL,NULL,'LINE',NULL,10,'','abfdc318cc09047468b7bcd88c32c9fc','',NULL),(1457,'en','default','77ed3f93265c92f63b3b680d0a3b67ef','%s is forbidden',NULL,NULL,'LINE',NULL,10,'','697df9cd3a51306243bfff83c5ce3144','',NULL),(1458,'en','default','cae724dd18de0c8ca83d1e05bc546dbd','%s is not a valid IP address.',NULL,NULL,'LINE',NULL,10,'','928c8c148a197aed0d34b2782ddf102d','',NULL),(1459,'en','default','f2e8fb7c1efad7181df0dd30515806d5','%s is required to strip image meta.',NULL,NULL,'LINE',NULL,10,'','45bdea578432684bec84f4d9dd492bc8','',NULL),(1460,'en','default','1ca9770b4ef6b521c0556353525fb51d','%s is your new username',NULL,NULL,'LINE',NULL,10,'','78ba6722a04aefd2ba7470670f57e1b8','',NULL),(1461,'en','default','ad1230fbfb49f3eb704a351ab064825e','%s item',NULL,NULL,'LINE',NULL,10,'','393f14a7fbe47dd3a14e7204b137fc25','',NULL),(1462,'en','default','8c685b1acfa99648fc560ea905808028','%s items',NULL,NULL,'LINE',NULL,10,'','984edea2045009b0cd79a08564a1faa2','',NULL),(1463,'en','default','b3f066d7b12126d9a43fc20a691994bb','%s min',NULL,NULL,'LINE',NULL,10,'','8215f6b4da59478c956a213d7ab36a23','',NULL),(1464,'en','default','9bd57b1597a0cd2a2d7e9a10ea01b41d','%s mins',NULL,NULL,'LINE',NULL,10,'','931e1786374bf140c31f86a4a02dbcb2','',NULL),(1465,'en','default','f44e927446959585ff1c59871ec2d5a3','%s month',NULL,NULL,'LINE',NULL,10,'','8e3ae172101153c61b8e642f262f56bd','',NULL),(1466,'en','default','7a9362f7b668d13007042dfeb04377f0','%s months',NULL,NULL,'LINE',NULL,10,'','23b0fb7d55ef7191632ff159a00883a4','',NULL),(1467,'en','default','a2a4726de15ea3abf121ce58c6a28be6','%s must set a database connection for use with escaping.',NULL,NULL,'LINE',NULL,10,'','028c8b65a693f67f0796dd41dee432a0','',NULL),(1468,'en','default','1ef216f0edc5bdd2d6ac5abac3489c45','%s themes',NULL,NULL,'LINE',NULL,10,'','e2d7d7eaf79b6031b605c9502210fa98','',NULL),(1469,'en','default','059fb9aa56ea0f60a309243c0f1b7584','%s week',NULL,NULL,'LINE',NULL,10,'','6437510888fb1879b95cfc942542012b','',NULL),(1470,'en','default','a6a22726bcd37b84a44dcb29adcd9028','%s weeks',NULL,NULL,'LINE',NULL,10,'','89353f08ebed93ce8509757851abebea','',NULL),(1471,'en','default','e18056ef5b17ae8dda5f90f67c9e8533','%s year',NULL,NULL,'LINE',NULL,10,'','0e6c68b8be23a831b32a87faa5041413','',NULL),(1472,'en','default','2fa7fca44cb89fd199a257dc02b3b1e5','%s years',NULL,NULL,'LINE',NULL,10,'','ab2f563f5f416b283816e5d22c5cd316','',NULL),(1473,'en','default','2ce2fc341b0bd9219a3634ff43a90bde','%s, %s',NULL,NULL,'LINE',NULL,10,'','d098bf80b6df863eda7a3826989efb39','',NULL),(1474,'en','default','744ce9648eadc3dc61ef8b64d9b1dd3a','%s, and %s',NULL,NULL,'LINE',NULL,10,'','97c1988f16053890b16626724c082b8a','',NULL),(1475,'en','default','a26a263434f46f6714d4571fd9dfd947','%s: %l.',NULL,NULL,'LINE',NULL,10,'','225938608cef6fbf570cb6414842d120','',NULL),(1476,'en','default','410050baf5ed5792f79f5efff5da26b6','&#8220;%1$s&#8221; &#8212; %2$s',NULL,NULL,'LINE',NULL,10,'','0d1fa8d83847e61528e94bd5e220409a','',NULL),(1477,'en','default','ccbcc04032c67ee46bd597278b239a32','&#8220;%s&#8221; has failed to upload.',NULL,NULL,'LINE',NULL,10,'','bf2868c61fb4b4fafb22c9515bf558e0','',NULL),(1478,'en','default','a6100fde0f575ec25eab3cd83003fa35','&#8592; Cancel Audio Playlist',NULL,NULL,'LINE',NULL,10,'','3995065ada9011e35f8f5758a72ae2df','',NULL),(1479,'en','default','3a266926030823034710b5cf09461cfc','&#8592; Cancel Gallery',NULL,NULL,'LINE',NULL,10,'','5e58bf5dabd4c9d7b1361bb547a474f8','',NULL),(1480,'en','default','540db77c05c6556249d292971e24d681','&#8592; Cancel Video Playlist',NULL,NULL,'LINE',NULL,10,'','db6506429990a3e42649239d35718b6f','',NULL),(1481,'en','default','aab0ba98a57c6212ecc303b9f626d25e','&#8592; Return to library',NULL,NULL,'LINE',NULL,10,'','af26c2f1ba537f8b9eff020c59c586c3','',NULL),(1482,'en','default','f14392b01768540f6a4ca1a11b25a020','&hellip;',NULL,NULL,'LINE',NULL,10,'','5d305499992a934d029d36efd1fe9873','',NULL),(1483,'en','default','cf6067c17586d73a1c8cd873c5e4cecd','&laquo; Back',NULL,NULL,'LINE',NULL,10,'','b3c04536fb1dd468bd75d32b75488099','',NULL),(1484,'en','default','4cce838d3f55d0cb8831db896b196eaf','&laquo; Older Comments',NULL,NULL,'LINE',NULL,10,'','e38c192663aec64cb0ac88bc5f90f7e7','',NULL),(1485,'en','default','8bd433e5954b8223fb89dd22fe327696','&laquo; Previous',NULL,NULL,'LINE',NULL,10,'','61cf12598503932d1e07a96f6f3b7ae9','',NULL),(1486,'en','default','664cf2803c25893e80e25cf3f5d5121f','&laquo; Previous Page',NULL,NULL,'LINE',NULL,10,'','cf1f3f77fa3149dbf5b7d5ab6cde4f40','',NULL),(1487,'en','default','fb42560a78244ceb8ffde6da7be048b9','&larr; Back to Categories',NULL,NULL,'LINE',NULL,10,'','2f5b335aca83b151afd3c74399addd3c','',NULL),(1488,'en','default','6e0e2a31a35e0167d567b50dece7e7f6','&larr; Back to Link Categories',NULL,NULL,'LINE',NULL,10,'','af1680cf446c400df1bdb25109efe930','',NULL),(1489,'en','default','abe8d02a398d39a3069fb486bde1b40c','&larr; Back to Tags',NULL,NULL,'LINE',NULL,10,'','343db7d402cb835e3ece97134c82e6d5','',NULL),(1490,'en','default','93819e8f150b7082ff169deef942fe5f','&lt; Prev',NULL,NULL,'LINE',NULL,10,'','459557de77de129681b7bf7605f586a2','',NULL),(1491,'en','default','9e32d091f81d11ff2649e93d8034f5db','&mdash; Select &mdash;',NULL,NULL,'LINE',NULL,10,'','e2fc887cec612f9f6bbd54bb607ff185','',NULL),(1492,'en','default','a4a149c62d8238973112920f8d30034b','(Edit)',NULL,NULL,'LINE',NULL,10,'','c4a0b757647d3c55d74a545bf492e2ba','',NULL),(1493,'en','default','d3a39597c72137c07be1cb40a7ab48b2','(Must be at least 4 characters, letters and numbers only.)',NULL,NULL,'LINE',NULL,10,'','9e0da0675bc0e3d9f8e622ed8c9bbb46','',NULL),(1494,'en','default','55260cce475e7702a312e4e77a0ff985','(This message was added in version %s.)',NULL,NULL,'LINE',NULL,10,'','17346c1bafda3e80260fbe02e3a78964','',NULL),(1495,'en','default','35c3155aadfb8ede83ff3098691ea878','(Untitled)',NULL,NULL,'LINE',NULL,10,'','bbb127b7eca90e2a7ad00569e2f9ea71','',NULL),(1496,'en','default','59699aa54f77d881018d7659f3cbe847','(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)',NULL,NULL,'LINE',NULL,10,'','d06587051696e7af0017cdbfa7feceaa','',NULL),(1497,'en','default','54d0d7ad584d2f68657459fa49b9fa80','(more&hellip;)',NULL,NULL,'LINE',NULL,10,'','85532478c7df31ca6593982f446c5235','',NULL),(1498,'en','default','b2fa446af62b25222df6e9eb214813eb','(no author)',NULL,NULL,'LINE',NULL,10,'','21da73b4bc0b4d7e91bfe6bfde72bbfd','',NULL),(1499,'en','default','2e46eab92bf73b409799a8baaa13f8f2','(no title)',NULL,NULL,'LINE',NULL,10,'','f35113481665a1de249605ef7d5f8272','',NULL),(1500,'en','default','1d6932fabeb30bc243f22b43812efd6f','(opens in a new window)',NULL,NULL,'LINE',NULL,10,'','f9a4434a68fa247c34873bbb9fb91cbf','',NULL),(1501,'en','default','e1ad3b2fa401270bb1b8c6c1b6ec9d08','+ %s',NULL,NULL,'LINE',NULL,10,'','0fa73669b9e20ba8d561c5269b423030','',NULL),(1502,'en','default','d7bbf9ef184bb5c473d50fddde31c466','+ Create New Menu',NULL,NULL,'LINE',NULL,10,'','57891fd0d5fe521cc61dcdbe967e2c91','',NULL),(1503,'en','default','fc763cb31e9938f37737394681228f83',', ',NULL,NULL,'LINE',NULL,10,'','3755928e8215c4316052f26bf777074b','',NULL),(1504,'en','default','0f0c0c1c95507b2503aa8c432c3c3188','1 Comment',NULL,NULL,'LINE',NULL,10,'','48ef03e3a1237110f7849bee6c11e811','',NULL),(1505,'en','default','1dfef2aad9e23411f83d602580f2f6bd','1 Comment<span class=\"screen-reader-text\"> on %s</span>',NULL,NULL,'LINE',NULL,10,'','8564591cc74752a3a3cefc65b4c78834','',NULL),(1506,'en','default','3e1fcbedb9a9cdcc2ab7de3ec2c0ce40','1 result found. Use up and down arrow keys to navigate.',NULL,NULL,'LINE',NULL,10,'','86eedf1eec3a3d4ea8dd77f24576c144','',NULL),(1507,'en','default','485b8b816c5531b9c714a1c0dbab67f4','<a href=\"%1$s\" aria-label=\"%2$s\">Logged in as %3$s</a>. <a href=\"%4$s\">Log out?</a>',NULL,NULL,'LINE',NULL,10,'','9643fd8f094bb26239ae1d8f40f63237','',NULL),(1508,'en','default','fa1615585eab411ee1fc4a05a78969f1','<span>Previewing:</span> %s',NULL,NULL,'LINE',NULL,10,'','7e857fae758a89de637e9876535551a9','',NULL),(1509,'en','default','85150156aac014b368ce72f609905d32','<strong>Conflicting values for the constants VHOST and SUBDOMAIN_INSTALL.</strong> The value of SUBDOMAIN_INSTALL will be assumed to be your subdomain configuration setting.',NULL,NULL,'LINE',NULL,10,'','c6eae1dd2343af5f11165f7c7cb6d895','',NULL),(1510,'en','default','8778f8b5dee280ebea7d4194f82deea5','<strong>Could not find site %1$s.</strong> Searched for table %2$s in database %3$s. Is that right?',NULL,NULL,'LINE',NULL,10,'','67b5a31cb718319a56e91d6157c5b8c0','',NULL),(1511,'en','default','d369d9c890bf9eb6e0faa7d299a425c0','<strong>Database tables are missing.</strong> This means that MySQL is not running, WordPress was not installed properly, or someone deleted %s. You really should look at your database now.',NULL,NULL,'LINE',NULL,10,'','7476c8ab6a0c313a78c195cc37109d8c','',NULL),(1512,'en','default','4e30ac1fe640401ecd66e5dc1c5e1b05','<strong>ERROR</strong>: %1$s in %2$s can only contain numbers, letters, and underscores.',NULL,NULL,'LINE',NULL,10,'','1b8450f78bc9d0396cab8243b504dd12','',NULL),(1513,'en','default','06f79518bb989038baca35a6c3d2f1d9','<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href=\"%1$s\">this documentation</a> or try the <a href=\"%2$s\">support forums</a>.',NULL,NULL,'LINE',NULL,10,'','f61c36478cda124d2fc26a977533569e','',NULL),(1514,'en','default','6691222f17c78083c0f693563652b3b6','<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href=\"%s\">enable cookies</a> to use WordPress.',NULL,NULL,'LINE',NULL,10,'','dc65b9b2609047ea725c06ca47ba6b4a','',NULL),(1515,'en','default','db8f71d69c908618620a4fca1c3458f9','<strong>ERROR</strong>: Couldn&#8217;t register you&hellip; please contact the <a href=\"mailto:%s\">webmaster</a> !',NULL,NULL,'LINE',NULL,10,'','63ad6755342191c43e464203f2f77b83','',NULL),(1516,'en','default','a7a8f4827c99f41920e607a851053c54','<strong>ERROR</strong>: Enter a username or email address.',NULL,NULL,'LINE',NULL,10,'','2b3fc98160d29be71f6f6f5b33a94c45','',NULL),(1517,'en','default','261242170177766a7a5540ef2bf37446','<strong>ERROR</strong>: Invalid email address.',NULL,NULL,'LINE',NULL,10,'','4c47009dce5add747538ef7a55a20796','',NULL),(1518,'en','default','4a69034cb726915bbe5597dba5ef56f8','<strong>ERROR</strong>: Invalid username or email.',NULL,NULL,'LINE',NULL,10,'','3aa121dbaf81817fce0506ce127ca61f','',NULL),(1519,'en','default','ea18d3723d287c461bceac865fa984c8','<strong>ERROR</strong>: Invalid username, email address or incorrect password.',NULL,NULL,'LINE',NULL,10,'','20cfdec6a374f038049320e0011bea26','',NULL),(1520,'en','default','7829499354728c1c294ab01ea9b9df76','<strong>ERROR</strong>: Invalid username.',NULL,NULL,'LINE',NULL,10,'','cf6b1d73968b6d28b1facc92bbe3a9eb','',NULL),(1521,'en','default','fb0b88628977f4c818e7d6f0ed2f706e','<strong>ERROR</strong>: Please enter a username.',NULL,NULL,'LINE',NULL,10,'','aa607804e75a194aa6083a6e05d70d41','',NULL),(1522,'en','default','cde022d8744a1d8fbef7cd612ed2ed51','<strong>ERROR</strong>: Please type your email address.',NULL,NULL,'LINE',NULL,10,'','6ff11bae0a3a4e2b2c20c8233af2d2a9','',NULL),(1523,'en','default','b4c7d3164ba5e720714cfa810da9f14c','<strong>ERROR</strong>: Site URL already taken.',NULL,NULL,'LINE',NULL,10,'','ffa1aec63ee2f490c738078f874340c6','',NULL),(1524,'en','default','c77708cdf166d96fcfca09bfbf30fba8','<strong>ERROR</strong>: Sorry, that username is not allowed.',NULL,NULL,'LINE',NULL,10,'','8a65b1a9d084041e75c0c7a15cf2636f','',NULL),(1525,'en','default','013e67e86624539ab3b229f2510cac2a','<strong>ERROR</strong>: The comment could not be saved. Please try again later.',NULL,NULL,'LINE',NULL,10,'','2a28f738e8203322448dcbb8731cdc47','',NULL),(1526,'en','default','950fb1ad25c7df929be1e24e56a6b815','<strong>ERROR</strong>: The email address is already used.',NULL,NULL,'LINE',NULL,10,'','2c5ab17c114596479cdce77f637cb116','',NULL),(1527,'en','default','07b8a9c0d8b898c736231ba69c39e88a','<strong>ERROR</strong>: The email address isn&#8217;t correct.',NULL,NULL,'LINE',NULL,10,'','b7396c45df78382dc764a5dcf095d275','',NULL),(1528,'en','default','c7095187a7482e6d4a01eae9b786dba5','<strong>ERROR</strong>: The email field is empty.',NULL,NULL,'LINE',NULL,10,'','ba87d7594e676f22dc2f615bf96e06ad','',NULL),(1529,'en','default','b005db1d0523daedb1a81bbec2b0c4b0','<strong>ERROR</strong>: The password field is empty.',NULL,NULL,'LINE',NULL,10,'','6e6cf1abf4cf6e4b1bbd1165ab977908','',NULL),(1530,'en','default','a8a650e1012a7b27284aa47abb555147','<strong>ERROR</strong>: The password you entered for the email address %s is incorrect.',NULL,NULL,'LINE',NULL,10,'','c7c09f781535681688cfaf16fabe0f76','',NULL),(1531,'en','default','ffbae81c0478b1afd3e897a71687eeca','<strong>ERROR</strong>: The password you entered for the username %s is incorrect.',NULL,NULL,'LINE',NULL,10,'','47f3d153e0040203c12b664dd632afab','',NULL),(1532,'en','default','3a92d948228c482041d55c681759b948','<strong>ERROR</strong>: The username field is empty.',NULL,NULL,'LINE',NULL,10,'','3670e5a20657d1fb1d52fe3912a88c16','',NULL),(1533,'en','default','11ac442e1bbc3d396de06ca8fe825b89','<strong>ERROR</strong>: There is no user registered with that email address.',NULL,NULL,'LINE',NULL,10,'','fca5999fe87a8e1951848b9b5e1f9c9f','',NULL),(1534,'en','default','c149b12bbbd0e963e29d9001f97cf33d','<strong>ERROR</strong>: This email is already registered, please choose another one.',NULL,NULL,'LINE',NULL,10,'','423cff928d669c51f8265fdd4dbb6691','',NULL),(1535,'en','default','89b48db6353ac575dabe6b970a55b747','<strong>ERROR</strong>: This username is already registered. Please choose another one.',NULL,NULL,'LINE',NULL,10,'','47ec05c7df2fd03dc21e2af53a621607','',NULL),(1536,'en','default','3c5f744975101182c690c123e11d1a71','<strong>ERROR</strong>: This username is invalid because it uses illegal characters. Please enter a valid username.',NULL,NULL,'LINE',NULL,10,'','45ca538ec64d5f7d52f4b5710e004aaf','',NULL),(1537,'en','default','3179a23a8ae3713909f9fdebc45844e5','<strong>ERROR</strong>: WordPress %1$s requires MySQL %2$s or higher',NULL,NULL,'LINE',NULL,10,'','923f17f25e70c14bf8169d1c28f3b8b9','',NULL),(1538,'en','default','14697a25c79c4234108e52a70c65821a','<strong>ERROR</strong>: Your account has been marked as a spammer.',NULL,NULL,'LINE',NULL,10,'','a7884e7aa3b9ed30f8d711ba55abe2ba','',NULL),(1539,'en','default','af9da097fb9da4bb7805b161ae21f578','<strong>ERROR</strong>: please enter a valid email address.',NULL,NULL,'LINE',NULL,10,'','e7dfd4c98f7c4c2c0445f8841b1d306d','',NULL),(1540,'en','default','83acc56482a8f4e8dde813db3028ced0','<strong>ERROR</strong>: please fill the required fields (name, email).',NULL,NULL,'LINE',NULL,10,'','ce2f82dd6b6d9c86dbeeda34c50d13e0','',NULL),(1541,'en','default','7a3cef4c679659c9a3208dea94c20133','<strong>ERROR</strong>: please type a comment.',NULL,NULL,'LINE',NULL,10,'','c76c637220b7da1188cdcfa9b7e113b7','',NULL),(1542,'en','default','96ba39ef23be7a1f5372d9c7bb06c5f8','<strong>ERROR</strong>: problem creating site entry.',NULL,NULL,'LINE',NULL,10,'','8589b395e18cdda070fc07ca3b1d7e16','',NULL),(1543,'en','default','2565aa9faa8f8bc53241ecc20376ad7b','<strong>ERROR</strong>: your comment is too long.',NULL,NULL,'LINE',NULL,10,'','c0f34e2c7b7f35ee93b7d0fdc9e0b6b3','',NULL),(1544,'en','default','f9008fe0a678130fcdc5a89d7c78e78f','<strong>ERROR</strong>: your email address is too long.',NULL,NULL,'LINE',NULL,10,'','8b8e220948d48caafede1f132df13d09','',NULL),(1545,'en','default','2e5206d4c849b348e720dc85ed0d7160','<strong>ERROR</strong>: your name is too long.',NULL,NULL,'LINE',NULL,10,'','ea91ce75b793d2deb05443852a995e87','',NULL),(1546,'en','default','d977e9f8c0b209e29955fdfb31134611','<strong>ERROR</strong>: your url is too long.',NULL,NULL,'LINE',NULL,10,'','2f4066f93e2c3c66787b1762e36b384f','',NULL),(1547,'en','default','265d32150d70b8aaaab30ebfea4fb25c','<strong>You have successfully updated WordPress!</strong> Please log back in to see what&#8217;s new.',NULL,NULL,'LINE',NULL,10,'','0a4b5faea99a0448884d2b5ef731b00c','',NULL),(1548,'en','default','53586d20c42106bd4bdf09c604cd2ed7','A calendar of your site&#8217;s Posts.',NULL,NULL,'LINE',NULL,10,'','f40189972bb659e41ce3f49b6779f635','',NULL),(1549,'en','default','32d6895955077ecbdc4354b07e275f23','A city in the same timezone as you.',NULL,NULL,'LINE',NULL,10,'','ce6b46a351b8035f152c04ef4dc19567','',NULL),(1550,'en','default','38e22ddf6565bc9713f34aa14292258f','A cloud of your most used tags.',NULL,NULL,'LINE',NULL,10,'','890da7e4259fec688b4c0d9ba6622654','',NULL),(1551,'en','default','4fb87ab0e6c2ab1ff0926bedb9bf4aee','A date format for all date strings.',NULL,NULL,'LINE',NULL,10,'','7b7f2687429f7db847618ff2fd28cd77','',NULL),(1552,'en','default','38d6e7d6fc2af1551d73b3a0e52fcb8f','A day number of the week that the week should start on.',NULL,NULL,'LINE',NULL,10,'','f9b15e3fc46408bce37a4e083c308f48','',NULL),(1553,'en','default','baf5f446d6f12d481e2f467e87c9d6aa','A human-readable description of the post type.',NULL,NULL,'LINE',NULL,10,'','1d9dbd0d2279180c3f8c85a25e66630e','',NULL),(1554,'en','default','9dee53444d6dbbf4bdf1c67dfc41073d','A human-readable description of the taxonomy.',NULL,NULL,'LINE',NULL,10,'','0f386ae97321470879e4de1e05e18ce3','',NULL),(1555,'en','default','7b791ef51ffb6d2f88273518c28a3823','A list of your site&#8217;s Pages.',NULL,NULL,'LINE',NULL,10,'','7d526f678339bdd9b59b79e1476fc267','',NULL),(1556,'en','default','b2a3cfd1f4f03aa19eacf441e0a5d3ab','A list or dropdown of categories.',NULL,NULL,'LINE',NULL,10,'','cec4e54ded251d249d4d274de7659ecd','',NULL),(1557,'en','default','dc2fa7398e513df5f6f7a5b2ec3ad2ae','A media item.',NULL,NULL,'LINE',NULL,10,'','07770514d2647ba9bccc5c201bc01b70','',NULL),(1558,'en','default','b58e5d033078bc5bccebf415a20447f6','A monthly archive of your site&#8217;s Posts.',NULL,NULL,'LINE',NULL,10,'','f2c8d5bfa978e0c3bea933b9e6df4840','',NULL),(1559,'en','default','d32b2d092a6920790a755cc25aa8c73f','A name is required for this term.',NULL,NULL,'LINE',NULL,10,'','fad7e769eaf996dfef0d141563d815ec','',NULL),(1560,'en','default','fbfd11ccbebfc6fe9ec377decf77b46c','A named status for the object.',NULL,NULL,'LINE',NULL,10,'','9da03adc49fbbe4c709529598769194f','',NULL),(1561,'en','default','120c308f35c8f47c77260f690ccd8545','A new comment on the post \"%s\" is waiting for your approval',NULL,NULL,'LINE',NULL,10,'','8bbff7933d3af3b5cfec090088112786','',NULL),(1562,'en','default','29ab90b90f9dc9915a62651ffb93cb6f','A new pingback on the post \"%s\" is waiting for your approval',NULL,NULL,'LINE',NULL,10,'','73ad27af0995dccb659094a9bd00266b','',NULL),(1563,'en','default','26908622d55d7968df8bd15b11a473dd','A new trackback on the post \"%s\" is waiting for your approval',NULL,NULL,'LINE',NULL,10,'','9f1d5c3f3ffc692f6d51073bcf58e9b5','',NULL),(1564,'en','default','a24105e0e1d624658860caa0b7d865b2','A password protected post can not be set to sticky.',NULL,NULL,'LINE',NULL,10,'','ce4508f984c510136b9c71c47c3f7283','',NULL),(1565,'en','default','818061f0354cb834dd213454d8a4436c','A password to protect access to the content and excerpt.',NULL,NULL,'LINE',NULL,10,'','bde2afe786bac7a7855ffb942a99363b','',NULL),(1566,'en','default','27cc49477b7c45bf0748b4f60b43b883','A post can not be sticky and have a password.',NULL,NULL,'LINE',NULL,10,'','d85616d4d220212b7dd491309b1672c8','',NULL),(1567,'en','default','d11b7ef1ad870a0baddc8cc8c1ee5617','A request for this email address already exists.',NULL,NULL,'LINE',NULL,10,'','31b895a771a71b345049ca5ce7f83156','',NULL),(1568,'en','default','88e309b62c9d2dd682e95db34bc971c9','A search form for your site.',NULL,NULL,'LINE',NULL,10,'','0bb89cc76545b82905c304c5bf0d2c41','',NULL),(1569,'en','default','902707fcf14b07e64803d837b25ac032','A static page',NULL,NULL,'LINE',NULL,10,'','e1d6b31d4ee1fc8a9b814a1463730fb3','',NULL),(1570,'en','default','92dba353a9732cb35b7a847066a0f679','A sticky post can not be password protected.',NULL,NULL,'LINE',NULL,10,'','182e54e744bbac1368795b70feb981a7','',NULL),(1571,'en','default','a7f730ccebba271a10ac0279ca3d06dc','A structure tag is required when using custom permalinks. <a href=\"%s\">Learn more</a>',NULL,NULL,'LINE',NULL,10,'','f6bd26970e2b9d8920eb23261230c071','',NULL),(1572,'en','default','2e9e2c8e27a6346a6d0776843d734c5d','A term with the name provided already exists in this taxonomy.',NULL,NULL,'LINE',NULL,10,'','8fe702ffce87e5fc672e92b2c3bd0124','',NULL),(1573,'en','default','90b06d24a7bcf7ad62fbd346c7e557a4','A term with the name provided already exists with this parent.',NULL,NULL,'LINE',NULL,10,'','8db734dddef86cb535291e41dbc37374','',NULL),(1574,'en','default','cba3228e7ff42b6056c42ca8d1edca19','A time format for all time strings.',NULL,NULL,'LINE',NULL,10,'','48d9ad0c4697cf9ea7e5b075e51bc411','',NULL),(1575,'en','default','363fd5258169cc3e6f2e3222165e1501','A valid URL was not provided.',NULL,NULL,'LINE',NULL,10,'','cc509387f26df7b1fc6fa2677cf4f45a','',NULL),(1576,'en','default','f5345a9b0254db585c2b0e9238bd30fc','A valid email address is required.',NULL,NULL,'LINE',NULL,10,'','e8bdd696a43190833b7320eecbafbf42','',NULL),(1577,'en','default','527cb9d669aff507a5c021ee7cf37c07','AIM',NULL,NULL,'LINE',NULL,10,'','d5c4c25c733b80bc3be72addb24223f0','',NULL),(1578,'en','default','25ec916d56b8212e569dbf2e4e4b51d4','AM',NULL,NULL,'LINE',NULL,10,'','a3c07b2523b8437c3c622647aa99f50d','',NULL),(1579,'en','default','8645701e256da7e5855b9cb2cf4684dd','About WordPress',NULL,NULL,'LINE',NULL,10,'','47c27f22eefba48b4b32f14ec8f71263','',NULL),(1580,'en','default','004bf6c9a40003140292e97330236c53','Action',NULL,NULL,'LINE',NULL,10,'','381dcdb7ff9c883351e740c7f004cba0','',NULL),(1581,'en','default','8b98aee689ad1582825109286f84f678','Action has been confirmed.',NULL,NULL,'LINE',NULL,10,'','5ff4fef9820b15a87bb08fcd6cef55a4','',NULL),(1582,'en','default','a13367a8e2a3f3bf4f3409079e3fdf87','Activate',NULL,NULL,'LINE',NULL,10,'','33dbb42f219776b1f635e9a5fa581c1b','',NULL),(1583,'en','default','1713c73b9dfb01d5d118c0a92141fe10','Activate &amp; Publish',NULL,NULL,'LINE',NULL,10,'','94dd7330070ebb230f363d36406c149b','',NULL),(1584,'en','default','67633677a0d91c86b73aa46b343236f2','Activation Key Required',NULL,NULL,'LINE',NULL,10,'','05119267daa03983a22aa612135e4d55','',NULL),(1585,'en','default','421f73594244828323e72e6305b7152e','Activation Key:',NULL,NULL,'LINE',NULL,10,'','514773e73f5c5656c5845390748cf53e','',NULL),(1586,'en','default','983abcea59914e0fd1881760afbb7752','Active theme',NULL,NULL,'LINE',NULL,10,'','815589de735961c6d63b80ac953829ba','',NULL),(1587,'en','default','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'LINE',NULL,10,'','fef78597d6b27e9b5e9ff0649d0f3582','',NULL),(1588,'en','default','c007646bf2310f4b95521d19d16c0dba','Add Audio Source',NULL,NULL,'LINE',NULL,10,'','5dc5a91e15b78793be93dd57b177d425','',NULL),(1589,'en','default','e1ea3d726cd98fc09ef108f6c38e5578','Add Items',NULL,NULL,'LINE',NULL,10,'','58cac837a4c09fa2ccf8f57e8189f3ff','',NULL),(1590,'en','default','580b21aac58f1b73cece26e272cdfbee','Add Link',NULL,NULL,'LINE',NULL,10,'','491b368673e8ed219e6620cbbf0af559','',NULL),(1591,'en','default','980057390ab269b87e5869cd25e84b06','Add Media',NULL,NULL,'LINE',NULL,10,'','1334814e3694b9d75447b38bf61838a2','',NULL),(1592,'en','default','904687d8970daab8463759e24e01cab9','Add Menu Items',NULL,NULL,'LINE',NULL,10,'','0490a2c8fddedfa66cde295596b175ee','',NULL),(1593,'en','default','3eccdfd36e2570f5ce58a84fb9f820d9','Add New Category',NULL,NULL,'LINE',NULL,10,'','fe4c0b3cf45dcf3eb9f160d8bd14b7b6','',NULL),(1594,'en','default','3f357ab2bd9a205b6d2b195d2107c180','Add New Changeset',NULL,NULL,'LINE',NULL,10,'','0e45490267edaf4cd71ed609e7b56dca','',NULL),(1595,'en','default','a444fbb2bae691fe082ef9a9773e3bca','Add New Link Category',NULL,NULL,'LINE',NULL,10,'','b9d6f3356f2504e64980cff9469342ba','',NULL),(1596,'en','default','004c87b62d5274851115f4263bd6b5b7','Add New Page',NULL,NULL,'LINE',NULL,10,'','e0558666832c51e85615cc5703f256d2','',NULL),(1597,'en','default','a736aadab8267b784c2d2320f1ef8ae1','Add New Post',NULL,NULL,'LINE',NULL,10,'','c002405a9151d77c611d43a7be85d2a0','',NULL),(1598,'en','default','96cea70c8b05778849a8ae1028cc2eb0','Add New Tag',NULL,NULL,'LINE',NULL,10,'','716e8cbe36f95af8ea9c513915962466','',NULL),(1599,'en','default','a5ec5a6e97f694f410da1cbeea141336','Add Subtitles',NULL,NULL,'LINE',NULL,10,'','aee0c85b987f509bd94ffa1f1c532834','',NULL),(1600,'en','default','5425cb5da7b811d08c2c8e79174269de','Add Video Source',NULL,NULL,'LINE',NULL,10,'','93987585b3c4467d447b30e5aadaaa1c','',NULL),(1601,'en','default','93dc210902314a3638d1377efd3e328e','Add a Widget',NULL,NULL,'LINE',NULL,10,'','ce49b405874c98fcec9868bbec9f331d','',NULL),(1602,'en','default','0b9f70a2794a61733c650ebc8bdac3dd','Add a navigation menu to your sidebar.',NULL,NULL,'LINE',NULL,10,'','297ba2ad78991d008889a5107f646963','',NULL),(1603,'en','default','ccefa6d6b0c3c99904edb30b7e02e1de','Add alternate sources for maximum HTML5 playback:',NULL,NULL,'LINE',NULL,10,'','875f984a3b811fef4497b3c48473d987','',NULL),(1604,'en','default','0497d5b7f055c2dc6f715b86ea5a5a3e','Add new header image',NULL,NULL,'LINE',NULL,10,'','831102a0e0f7a7ce24c9c93ba732f9f9','',NULL),(1605,'en','default','fb796396fd0803841d483d39dd18372a','Add new image',NULL,NULL,'LINE',NULL,10,'','49697003bfd5e0cf33a41541529fe485','',NULL),(1606,'en','default','1104174021a2045a3448b6bbb51be89c','Add or remove menu items',NULL,NULL,'LINE',NULL,10,'','863408663275ba44c0af0957b4de5eb1','',NULL),(1607,'en','default','25c97f1e993635c78ecd9e502db5aad6','Add or remove tags',NULL,NULL,'LINE',NULL,10,'','e94876c89a363ecb46b295f9dfbe96b0','',NULL),(1608,'en','default','e198d5356a408a7e5abca2bfa3ea8347','Add to Audio Playlist',NULL,NULL,'LINE',NULL,10,'','b884203cce480a2693103b1ca57a17ab','',NULL),(1609,'en','default','fffbd10b830fb7027eddd30acb33dbc3','Add to Dictionary',NULL,NULL,'LINE',NULL,10,'','91006f5ecf3b74be56f7c2cb087eb935','',NULL),(1610,'en','default','947e4a7ccfa2cef5174d74f33f464641','Add to Gallery',NULL,NULL,'LINE',NULL,10,'','6342c2546ad49efe62b841c22defc4ea','',NULL),(1611,'en','default','edbd913819df5a05ea31e3481eb42799','Add to Menu',NULL,NULL,'LINE',NULL,10,'','37193a6a08523b2e228eeac067c3b6cc','',NULL),(1612,'en','default','f8cf77435e415187054cfbe41d262ab4','Add to Video Playlist',NULL,NULL,'LINE',NULL,10,'','4029cafbc656d42071f5c51e80675340','',NULL),(1613,'en','default','eb42df4015e4242ccad2327adf4d4bed','Add to Widget',NULL,NULL,'LINE',NULL,10,'','05f6c7a62b4def09f4657d9c1fa896c9','',NULL),(1614,'en','default','b84fe3cdf319bf5c90a56ba10c8bc342','Add to audio playlist',NULL,NULL,'LINE',NULL,10,'','deb76542bf8058129e914567fc7d678b','',NULL),(1615,'en','default','e83dea83709b83e7fa3280642122fc3c','Add to gallery',NULL,NULL,'LINE',NULL,10,'','28628b3f9151d12389e4c85cc967a5c6','',NULL),(1616,'en','default','87e8f0d0582374a5c22bc2fd128f18f9','Add to menu: %1$s (%2$s)',NULL,NULL,'LINE',NULL,10,'','6c66e719bd6aa548b23728112f46a374','',NULL),(1617,'en','default','5a7b6a24a3b69bac31eabfcb59c6f33c','Add to video playlist',NULL,NULL,'LINE',NULL,10,'','6c66530d2823b8688afd7fa5dc5fd209','',NULL),(1618,'en','default','41d4ea35c3286d8d1f6cfe77a4665e51','Add your own CSS code here to customize the appearance and layout of your site.',NULL,NULL,'LINE',NULL,10,'','c2c9a34906bb655bada77f32163e7709','',NULL),(1619,'en','default','f8007c1f15cc25eca73c9fcf83b2cb43','Additional CSS',NULL,NULL,'LINE',NULL,10,'','45d92bff14b53164c05fe5b86e0b83ab','',NULL),(1620,'en','default','623661c64c9e3dd9e446afd135e40598','Additional items found: %d',NULL,NULL,'LINE',NULL,10,'','6fefd37865800b2a941c7c300da06a1f','',NULL),(1621,'en','default','42c49493fac53c75e8899aca2d4d2da7','Additional shortcuts,',NULL,NULL,'LINE',NULL,10,'','7d8fc0d1dfc6bc7f45de750acc092c13','',NULL),(1622,'en','default','9b6545e4cea9b4ad4979d41bb9170e2b','Advanced',NULL,NULL,'LINE',NULL,10,'','2fcddad0d9d46f68ea79d31d543f8639','',NULL),(1623,'en','default','9dfc5d5738312210c3c75e68a468691d','Advanced Options',NULL,NULL,'LINE',NULL,10,'','dd5e43a2005892f9b5227a126cb1b4e5','',NULL),(1624,'en','default','170d296d4201ee1af7a8867e9b0ca3a7','Afrikaans',NULL,NULL,'LINE',NULL,10,'','51a87f17866a33894e556712cc7548ca','',NULL),(1625,'en','default','a716b6a3e8cf5994165d64d712db61d8','Albanian',NULL,NULL,'LINE',NULL,10,'','abf2d25f0fcac44a088cf18541a0ddeb','',NULL),(1626,'en','default','c4f8393e0c007b946261398d0314a257','Album',NULL,NULL,'LINE',NULL,10,'','a18900104c4ce3ce5f3c4a865ba4b525','',NULL),(1627,'en','default','d12fbc9a2ba3b0b91a4190959b4c966b','Align',NULL,NULL,'LINE',NULL,10,'','0be8c384dc1e66729af4f3cc89b5966b','',NULL),(1628,'en','default','d5f99d7d9fdc1af3e236ae1833287bc6','Align center',NULL,NULL,'LINE',NULL,10,'','eba767005818c1d15782956493671b90','',NULL),(1629,'en','default','ded0ea9d2cbb6e177900015adeb15cdf','Align left',NULL,NULL,'LINE',NULL,10,'','bd9d30465dbe2f59d283946b5d0dcddc','',NULL),(1630,'en','default','acdc5a7bb60bf1fbc33eee11117fee61','Align right',NULL,NULL,'LINE',NULL,10,'','1bccea53be6628b65578c42b668b2086','',NULL),(1631,'en','default','a63706eecfa33f67b315f978392ad7ae','Alignment',NULL,NULL,'LINE',NULL,10,'','5d4624ca0f7004161da3e45d9d82afa2','',NULL),(1632,'en','default','a6a2a55bea8760389dfca77132905b7c','All Categories',NULL,NULL,'LINE',NULL,10,'','192b16d1b5035b82492721f3c3657171','',NULL),(1633,'en','default','04acafa60e155627b79f2f4fe2289918','All Changesets',NULL,NULL,'LINE',NULL,10,'','c3ed762031a94813118406772ac8c4c6','',NULL),(1634,'en','default','7011ec429bcd35354f238c4fd2426f93','All Link Categories',NULL,NULL,'LINE',NULL,10,'','f4f20bb043800a7aa221d348a81fe043','',NULL),(1635,'en','default','93ddb948766e84b565489787d313b16e','All Pages',NULL,NULL,'LINE',NULL,10,'','2c23e7d076c4cef11e8787399836e602','',NULL),(1636,'en','default','76b9c2f5e2ea8a61a0803dae4d42ca7f','All Posts',NULL,NULL,'LINE',NULL,10,'','da906267768ee16c45e9a752e5bffa4b','',NULL),(1637,'en','default','45d2c2fb420a3be0221248dc1bd2575e','All Tags',NULL,NULL,'LINE',NULL,10,'','f74b6a7c3bbd7c6d36360dbc7ff408f3','',NULL),(1638,'en','default','93e4d903d300c137f82708d80dc01c71','All capabilities assigned to the user.',NULL,NULL,'LINE',NULL,10,'','b88eb005bc7562b3ca99af64a5345c97','',NULL),(1639,'en','default','f1ded110d54a872e9fcd5f221bc2f9fc','All capabilities used by the post type.',NULL,NULL,'LINE',NULL,10,'','c6b35a955ea0955f92565232f9b98e38','',NULL),(1640,'en','default','3ca61c26824d7c87ec9ac6bd6b64e7d8','All capabilities used by the taxonomy.',NULL,NULL,'LINE',NULL,10,'','7978094d09c15820251e63c833c69873','',NULL),(1641,'en','default','ae46b93f46291a909c5b5134b9e03e34','All dates',NULL,NULL,'LINE',NULL,10,'','ef193e2ec65dbf6d26e8d2437cd6b6c6','',NULL),(1642,'en','default','dba82acc14bb18b755ca03b8ffd7c1ce','All features, supported by the post type.',NULL,NULL,'LINE',NULL,10,'','560f04cbded7c45588d43fdff25fb195','',NULL),(1643,'en','default','515ec224963e3f372384faca517574a9','All media items',NULL,NULL,'LINE',NULL,10,'','ff5c4e9d278883b5ddcb971ea14cf1a2','',NULL),(1644,'en','default','4978b98b8ed36c3c35e0c9d3e4936cc1','All of the personal data found for this user was erased.',NULL,NULL,'LINE',NULL,10,'','7aeb2339878690c4d41138f6a019d4c4','',NULL),(1645,'en','default','8bf5773081ae68ea9ac7a102a9c38668','Allow link notifications from other blogs (pingbacks and trackbacks) on new articles',NULL,NULL,'LINE',NULL,10,'','8a9d7d2ee533c4e7ad4ed08073241f1c','',NULL),(1646,'en','default','ff99dbda52f5812310ef01d718967999','Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.',NULL,NULL,'LINE',NULL,10,'','1d3050e01fbabee112d36c41c3377f85','',NULL),(1647,'en','default','43867038f96e635a66c23c8ab6186cc8','Allow new users to sign up',NULL,NULL,'LINE',NULL,10,'','634960c148e35b22c39f602deaf962b5','',NULL),(1648,'en','default','cb76ba0113678db22d47f1cb436d10dc','Allow people to post comments on new articles',NULL,NULL,'LINE',NULL,10,'','d3aa398a38aaee0af3f14a790af2abed','',NULL),(1649,'en','default','c09ecd7662cc1defa1d333bb09e3983f','Allow people to post comments on new articles.',NULL,NULL,'LINE',NULL,10,'','0e6f883bcfa326d82bc8529c54040bb8','',NULL),(1650,'en','default','8102b63eb783b98267c37959e0d100f4','Allow search engines to index this site.',NULL,NULL,'LINE',NULL,10,'','04dec2177336b613362b64a5e7886542','',NULL),(1651,'en','default','6c6651f3271d97a4e1d1a762905c1a96','Allowed Files',NULL,NULL,'LINE',NULL,10,'','1e2545ba5d0d7b448410ee3dc138d635','',NULL),(1652,'en','default','abfeb16a96aaf3b591d3969388be36ae','Already Installed',NULL,NULL,'LINE',NULL,10,'','b15ce73aee7b20160847572b4eb6afa6','',NULL),(1653,'en','default','d049192712020efdb1296469d37c9814','Alt Text',NULL,NULL,'LINE',NULL,10,'','2015da1fe4e6e80cdda096d3f133dc71','',NULL),(1654,'en','default','8c69afff9861e4429f48adb70846fc42','Alternative Text',NULL,NULL,'LINE',NULL,10,'','8d800128a1c0c86028da973c0f7292f4','',NULL),(1655,'en','default','582b3bb912a0058a8447d0576f2397b6','Alternative source',NULL,NULL,'LINE',NULL,10,'','58b2c7b6472d0392a17124946f8c08e1','',NULL),(1656,'en','default','2bff007cf93037ecd2238bbd470bed0e','Alternative text to display when attachment is not displayed.',NULL,NULL,'LINE',NULL,10,'','1a22d5fb377e70d3e8669e205c6c7acd','',NULL),(1657,'en','default','b4a2602c985337552c2f5ca0dbee2106','Ambiguous term name used in a hierarchical taxonomy. Please use term ID instead.',NULL,NULL,'LINE',NULL,10,'','7df009f05e5ebe369d11d565e3e79bd8','',NULL),(1658,'en','default','7058644743972db8279298dbd9a236aa','An alphanumeric identifier for the object unique to its type.',NULL,NULL,'LINE',NULL,10,'','d4e498afafe494993a240bd7d0b887e5','',NULL),(1659,'en','default','afd8fea3c241d02a148b2231e44fce0b','An alphanumeric identifier for the post type.',NULL,NULL,'LINE',NULL,10,'','753a9a11fef7f21681fc5cdd199668b9','',NULL),(1660,'en','default','df0d836d0d8d783bc41fcabcd6d1820b','An alphanumeric identifier for the status.',NULL,NULL,'LINE',NULL,10,'','f87427d18e8473c7b9d9600f686cf421','',NULL),(1661,'en','default','183ea052b972b065d66fd042b556da97','An alphanumeric identifier for the taxonomy.',NULL,NULL,'LINE',NULL,10,'','4e0cc8549d9ab930db674adb3305912b','',NULL),(1662,'en','default','1580abcd735c8db3a3327483d9b6b94a','An alphanumeric identifier for the term unique to its type.',NULL,NULL,'LINE',NULL,10,'','1dae48cb4156a60e2d64b95c70bf62d5','',NULL),(1663,'en','default','773878d8545ae798ce62cf498826f0d5','An alphanumeric identifier for the user.',NULL,NULL,'LINE',NULL,10,'','402e0dd33602149bb6dffcd5b805f946','',NULL),(1664,'en','default','15072d7ed8c9cba86df798ae996063ac','An error has occurred, which probably means the feed is down. Try again later.',NULL,NULL,'LINE',NULL,10,'','7ca807ea33588ea55a03406a3540e466','',NULL),(1665,'en','default','5502e5c8e9567c3677095c29a1a5db1b','An error has occurred. Please reload the page and try again.',NULL,NULL,'LINE',NULL,10,'','1234457b03dafa0e4583a2847610b665','',NULL),(1666,'en','default','12265380e73011690240798babf3b19b','An error occurred adding you to this site. Back to the <a href=\"%s\">homepage</a>.',NULL,NULL,'LINE',NULL,10,'','e4d7d1700479d804a321e0ce6db0f64b','',NULL),(1667,'en','default','052d515cc8a0ece829a262fc77b576ae','An error occurred during the activation',NULL,NULL,'LINE',NULL,10,'','c30def7c4a9661ead52a52fddbdda655','',NULL),(1668,'en','default','3c381e588a08d56b443ec775596a0f57','An error occurred in the upload. Please try again later.',NULL,NULL,'LINE',NULL,10,'','854cb0e10928d44fdce537dd46f12a45','',NULL),(1669,'en','default','1c932e4d49fbb451d2261196c4973260','An error occurred while attempting to export personal data.',NULL,NULL,'LINE',NULL,10,'','6022ed66282e1b5344a4aa788d766de2','',NULL),(1670,'en','default','1e629017356714eb79de1857a35c8bf5','An error occurred while attempting to find and erase personal data.',NULL,NULL,'LINE',NULL,10,'','f08849e28f413c8b23b7ff179e6f7004','',NULL),(1671,'en','default','b028ccd04708b8c3c7722956e149a718','An error occurred. Please try again.',NULL,NULL,'LINE',NULL,10,'','4316d7d5d14456269eb55d6245e6226c','',NULL),(1672,'en','default','fb2f11ae4086955f9e87739e7bbb684e','An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href=\"%s\">support forums</a>.',NULL,NULL,'LINE',NULL,10,'','eadda38626349752f8105f7a36557a05','',NULL),(1673,'en','default','ca96c41fa0e9c5f77eeaeb74156baf4f','An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href=\"https://wordpress.org/support/\">support forums</a>.',NULL,NULL,'LINE',NULL,10,'','6fee799e8f94e129f8db8772174e28a3','',NULL),(1674,'en','default','7079c72c21415131774625ba1d64f4b0','Anonymous',NULL,NULL,'LINE',NULL,10,'','2e06c28a9e3340003a03839dd1929735','',NULL),(1675,'en','default','2b69c2f2f343d07a07f4d841ccf6b506','Any extra capabilities assigned to the user.',NULL,NULL,'LINE',NULL,10,'','7d12ece9c233659f793909efcec5ec00','',NULL),(1676,'en','default','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'LINE',NULL,10,'','0d8594ef1f828927070196f41d78a9c1','',NULL),(1677,'en','default','e4d89360dd8cb1d001d43d5f2f6620cd','Approve and Reply',NULL,NULL,'LINE',NULL,10,'','be17eb4033a6be1137ca2b748f36132c','',NULL),(1678,'en','default','6c7001fcee8791d4e382f707fa32be31','Approve it: %s',NULL,NULL,'LINE',NULL,10,'','3aac7f3e2236f2b0fda30c221320aebd','',NULL),(1679,'en','default','3fcf026bbfffb63fb24b8de9d0446949','April',NULL,NULL,'LINE',NULL,10,'','784665541765f8bc3e34e6285b7d6c17','',NULL),(1680,'en','default','6d7215c4b3bc4716d026ac46c6d9ae64','Apr',NULL,NULL,'LINE',NULL,10,'April abbreviation','acc426308d185fe00936ab0fd3296875','',NULL),(1681,'en','default','272ccb8592bafde0baf1dedce0fd3ac2','Arabic',NULL,NULL,'LINE',NULL,10,'','6cae91125e6b1ce8b2a6f4800467ca93','',NULL),(1682,'en','default','4162dff3ce3190df121be62d921e0d38','Arbitrary HTML code.',NULL,NULL,'LINE',NULL,10,'','30a68c05b27a2a1e39381e8ac4a7cbeb','',NULL),(1683,'en','default','1474d954ba9beee37365b71fb9e02b16','Arbitrary text.',NULL,NULL,'LINE',NULL,10,'','a52c19c2c15d5b7f60b0d2570d94e578','',NULL),(1684,'en','default','178fde647037235223ac2a188a7106b1','Archives',NULL,NULL,'LINE',NULL,10,'','e5148f6b0391a170dd07baecfbe4705f','',NULL),(1685,'en','default','8a078f884b9e4aed5f57a66883677df0','Archives: %s',NULL,NULL,'LINE',NULL,10,'','06f8e5becf24d0502c8d0f786049d15c','',NULL),(1686,'en','default','f47fa9542a009de956fee57ec85d2eae','Are you sure it exists?',NULL,NULL,'LINE',NULL,10,'','e008a2f9bfb4e78e8f7016a1864effbe','',NULL),(1687,'en','default','e36e2232a3785e27f3cb54dade5fcb4b','Are you sure that the database server is not under particularly heavy load?',NULL,NULL,'LINE',NULL,10,'','68ca4efb80f4f04e2697f05bd4e02632','',NULL),(1688,'en','default','096215ca47304f2cda3ad429a8e98ef6','Are you sure that the database server is running?',NULL,NULL,'LINE',NULL,10,'','459cd1cadd971255f1f45ef7fd868a14','',NULL),(1689,'en','default','b2cbde448963612f432cb054b050661b','Are you sure that you have typed the correct hostname?',NULL,NULL,'LINE',NULL,10,'','8c0fbe994535b8c7f1883db67a0a44ef','',NULL),(1690,'en','default','2c887832bc27d7a1a20a1b2c45b2f9da','Are you sure you have the correct username and password?',NULL,NULL,'LINE',NULL,10,'','83f26e2478f19ea2da1569b2bb03d076','',NULL),(1691,'en','default','4b598cbae1acfe97729d9862ba44ae8f','Are you sure you want to delete %s and its data?',NULL,NULL,'LINE',NULL,10,'','41950a187cadce7a67e23c06493f28f7','',NULL),(1692,'en','default','573ca35022c11ca3d0571543967d5cce','Are you sure you want to delete %s?',NULL,NULL,'LINE',NULL,10,'','2c89966023ef869d6313607704383aba','',NULL),(1693,'en','default','2fb82a9f393bdb9e2fdb7e3ac4b66ec1','Are you sure you want to delete the selected plugins and their data?',NULL,NULL,'LINE',NULL,10,'','aed78d9735ab7a5b7ac975722118b452','',NULL),(1694,'en','default','fdc8a3573a79ad459defc2a10ee286fb','Are you sure you want to delete this theme?',NULL,NULL,'LINE',NULL,10,'','9c399c51e8bfe8332e69c8d2ac19a56c','',NULL),(1695,'en','default','5e3523c79513376a032ac7f436d97fcc','Are you sure you want to do this?',NULL,NULL,'LINE',NULL,10,'','383ba1687139a6f11447dd073e2c209b','',NULL),(1696,'en','default','3290a68aa69e64b71272c846a9274490','Are you sure you want to do this?\\nThe comment changes you made will be lost.',NULL,NULL,'LINE',NULL,10,'','e0b361059178bca2c3e94258a842d545','',NULL),(1697,'en','default','9cc0a8e56021f9a6cfd0677c20301075','Are you sure you want to edit this comment?\\nThe changes you made will be lost.',NULL,NULL,'LINE',NULL,10,'','d6457f5a8fcd23ec878a78074dcb4ec2','',NULL),(1698,'en','default','be224eabcbd25cb34175c91df0567469','Are you sure you want to install this plugin?',NULL,NULL,'LINE',NULL,10,'','498019bad49e4632fa9ba08a34382dd5','',NULL),(1699,'en','default','22175865e510c60f2d616bf579694bd7','Are you sure you&#8217;d like to discard your unpublished changes?',NULL,NULL,'LINE',NULL,10,'','ad9bf0aa10dbeb4fccb577c312b2393c','',NULL),(1700,'en','default','4047c5607db6be8e0081725f0d164309','Artist',NULL,NULL,'LINE',NULL,10,'','2536075da25498afd193a54d52e27d61','',NULL),(1701,'en','default','70472fea0e2f4d98b4c8a5a8d42fc810','As a browser icon',NULL,NULL,'LINE',NULL,10,'','6284faa73c8e3c3983e26473e5bd1ecf','',NULL),(1702,'en','default','814cbda2bdc4a5240c6579d4095f63e4','As an app icon',NULL,NULL,'LINE',NULL,10,'','7f4ab610b4a5ed0e05adeaa216f9c155','',NULL),(1703,'en','default','9cd474c86f4aed8857371ece40043aee','Attachment Attributes',NULL,NULL,'LINE',NULL,10,'','9ff300766943646578f71b45503e8f79','',NULL),(1704,'en','default','8ff784ab2bd19c0142275ec451770b5c','Attachment Details',NULL,NULL,'LINE',NULL,10,'','e9c48696ad37c851ec396d6dca4df73f','',NULL),(1705,'en','default','9a91e125c4cfe4ce9bc8f0c97298e03e','Attachment Display Settings',NULL,NULL,'LINE',NULL,10,'','f500eec33b608b3441868da5fdf8f38b','',NULL),(1706,'en','default','6861444ec5168a915bf147d856ecb91b','Attachment Page',NULL,NULL,'LINE',NULL,10,'','cbbf1454a6b3b503527d52e3225ae1f6','',NULL),(1707,'en','default','4831fe82114203e08a9af2b164adc140','Attachment post ID',NULL,NULL,'LINE',NULL,10,'','5f1856e0b90ca84243727e3e7dc456d6','',NULL),(1708,'en','default','5081f113d02150d0ac16a43ee977f3e3','Attachment type.',NULL,NULL,'LINE',NULL,10,'','7fc46214464c4bdcf0aceb8036d3c693','',NULL),(1709,'en','default','605eff9b2090c58e7cdf228384ed9463','Attempted to set image quality outside of the range [1,100].',NULL,NULL,'LINE',NULL,10,'','052b99173283d47382eb1eeee300c3c0','',NULL),(1710,'en','default','447fbadd7d994512c73d67947bfe3fb4','Attempting to parse a shortcode without a valid callback: %s',NULL,NULL,'LINE',NULL,10,'','a00bdd4315286f666ca9a54e445baeb0','',NULL),(1711,'en','default','1926e48427cf3a76085509049b568bcc','Attend an upcoming event near you.',NULL,NULL,'LINE',NULL,10,'','d06a1c56c209891de5c398d321a22e5c','',NULL),(1712,'en','default','b22f0418e8ac915eb66f829d262d14a2','Audio',NULL,NULL,'LINE',NULL,10,'','eec9fa18d61a649eb13b9923f7af40dc','',NULL),(1713,'en','default','f3cc40a2d8e8a407a25a9ec3a263662d','Audio <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','04891db9cc68a52a900203cc83a972d2','',NULL),(1714,'en','default','e783558933535270b6317874b2d83c3e','Audio Details',NULL,NULL,'LINE',NULL,10,'','0e2fb5ece6696c9a2bd9ca92815ff4c9','',NULL),(1715,'en','default','b70b71b1ae4447e5b3191b6678509242','Audio Player',NULL,NULL,'LINE',NULL,10,'','0318239e4cccd8da4e8c0308656da5b3','',NULL),(1716,'en','default','2aa4e7e521edd9c6bd2c2e8c6b91cc76','Audio Widget',NULL,NULL,'LINE',NULL,10,'','2fcb0718f1e4e51afb9801e90496d855','',NULL),(1717,'en','default','2c4845580c8800b59824b74b83fa9a70','Audio Widget (%d)',NULL,NULL,'LINE',NULL,10,'','100112568e4524534da214403e250d51','',NULL),(1718,'en','default','41ba70891fb6f39327d8ccb9b1dafb84','August',NULL,NULL,'LINE',NULL,10,'','323e2b9f3bf40933064fee2d019162a8','',NULL),(1719,'en','default','22f1a4667604b8557c9b209c201b4bc6','Aug',NULL,NULL,'LINE',NULL,10,'August abbreviation','cb7c3b0fec10227d9d2e7f133b856559','',NULL),(1720,'en','default','a517747c3d12f99244ae598910d979c5','Author',NULL,NULL,'LINE',NULL,10,'','e6312a9ec20defa4f4bc4a6a91fd2635','',NULL),(1721,'en','default','842ecd1cfbcffb95b32e2a15ffbdaa6a','Author URL of the user.',NULL,NULL,'LINE',NULL,10,'','f79a7fb07928b32e9b72f09b9d87657d','',NULL),(1722,'en','default','d3fbd3e017339edb4c7773196105265a','Author is %s',NULL,NULL,'LINE',NULL,10,'','6d3d822b32bd9cacccb08e89dbdeccbb','',NULL),(1723,'en','default','91401f053501b716b4a695b048c9b827','Author:',NULL,NULL,'LINE',NULL,10,'','db91ec62742fc72c22731e2729cb6be2','',NULL),(1724,'en','default','699a5bf30dd95cdc1da1e3504edaf8fb','Author: %1$s (IP address: %2$s, %3$s)',NULL,NULL,'LINE',NULL,10,'','aa3d3f5c9075066be66fbf4c4ac6de03','',NULL),(1725,'en','default','e5faeb6f171222cac35905b7c3e5a3a6','Author: %s',NULL,NULL,'LINE',NULL,10,'','c29972ca355031a755f5841b15c715d0','',NULL),(1726,'en','default','c9f78b699ffbbb46f98e9a9df961a1e4','Automatically add new top-level pages to this menu',NULL,NULL,'LINE',NULL,10,'','0d664e44d92ab89d105922d5d6ebb55a','',NULL),(1727,'en','default','c6ad904aab81edaca2af60beb65a229c','Automatically add paragraphs',NULL,NULL,'LINE',NULL,10,'','560967ee580ecf85d0f90b6861adf891','',NULL),(1728,'en','default','05b1dc77590105a18fc4c02526fe0c7a','Autoplay',NULL,NULL,'LINE',NULL,10,'','a92262056ec39f7d96c2f4526dc48fad','',NULL),(1729,'en','default','c1a641c0b1b418313b36e5c21843d68f','Avatar URL with image size of %d pixels.',NULL,NULL,'LINE',NULL,10,'','177a5b8d5379f82d3d1a65cb028d9dfc','',NULL),(1730,'en','default','779d979467b5274c090f5ea2dd3f78a0','Avatar URLs for the object author.',NULL,NULL,'LINE',NULL,10,'','e56ae4c9768ba248451ed766253d23f8','',NULL),(1731,'en','default','2dc1f33966a5a06f3e44007b24f578b6','Avatar URLs for the user.',NULL,NULL,'LINE',NULL,10,'','11355db26637a40f30df01ad3be29c0e','',NULL),(1732,'en','default','0557fa923dcee4d0f86b1409f5c2167f','Back',NULL,NULL,'LINE',NULL,10,'','bef90f0a006ec2424e5753042ce46527','',NULL),(1733,'en','default','d23fab566e6f8c23aa91ccc0669bc707','Back to theme sources',NULL,NULL,'LINE',NULL,10,'','99f688e604464086f0c303a568d6b02a','',NULL),(1734,'en','default','a9ded1e5ce5d75814730bb4caaf49419','Background',NULL,NULL,'LINE',NULL,10,'','6e8477c4cf102ffe73b57aec917d8de6','',NULL),(1735,'en','default','75e7422f2fe253fc69d3f6c148d197ee','Background Color',NULL,NULL,'LINE',NULL,10,'','522207e2ba87f4a7ee1b30935262acef','',NULL),(1736,'en','default','abd809c9e3c1c08e97740f86b8ceabfb','Background Image',NULL,NULL,'LINE',NULL,10,'','e1e55d59a5104d5888312ccb12c15d21','',NULL),(1737,'en','default','cdfd4357ab2cb8f241583cca76fcbb57','Preset',NULL,NULL,'LINE',NULL,10,'Background Preset','71d6e267fafd4e55bb26d71b8c11f445','',NULL),(1738,'en','default','368d9ac76af05f714092bc808a426bfc','Background color',NULL,NULL,'LINE',NULL,10,'','68affed378b5549ef7dcf76b660fceff','',NULL),(1739,'en','default','0a6de4460095f398e8a45ed512a7538f','Belarusian',NULL,NULL,'LINE',NULL,10,'','f1e458990412bfce475166b76b988140','',NULL),(1740,'en','default','700a01983c221effeb06e8d7faa6e8dd','Bitrate',NULL,NULL,'LINE',NULL,10,'','3d6e451712481ffe1583ce44384b0163','',NULL),(1741,'en','default','c3aa6b7f7e215993b7b77fa7b5cf87c7','Bitrate Mode',NULL,NULL,'LINE',NULL,10,'','b02b747bd4e6e5a7596797f6012c8e55','',NULL),(1742,'en','default','426fd515c9bd70111e69b57c176083e5','Bitrate:',NULL,NULL,'LINE',NULL,10,'','7a87240fa2bc067b477ec3cd011136a3','',NULL),(1743,'en','default','e90dfb84e30edf611e326eeb04d680de','Black',NULL,NULL,'LINE',NULL,10,'','774f415980b093ce08fff4b910d48809','',NULL),(1744,'en','default','cc2324c61ee320fb6c240d05792a030c','Blavatar',NULL,NULL,'LINE',NULL,10,'','c1539208b1dcee36ecfb80889465bdf8','',NULL),(1745,'en','default','146aaf1333c7e82829fe9c5c52340b56','Blockquote',NULL,NULL,'LINE',NULL,10,'','402652778b781b901b0895a2b3916575','',NULL),(1746,'en','default','339842429ae3648eb3163844ff0e2758','Blog pages show at most.',NULL,NULL,'LINE',NULL,10,'','41a1423d01210087ba392d9494f2cb54','',NULL),(1747,'en','default','9594eec95be70e7b1710f730fdda33d9','Blue',NULL,NULL,'LINE',NULL,10,'','29fd171ee5456e76918ddc3e57d50199','',NULL),(1748,'en','default','114c3050111d8b8ddd830b99ccebd246','Bold',NULL,NULL,'LINE',NULL,10,'','3f186eb1866d7099f2d2ba6d24231fa6','',NULL),(1749,'en','default','7a69d6b27362b48011a2a09c56e04bce','Bookmarks',NULL,NULL,'LINE',NULL,10,'','122298f262207a0511f00f28500e4044','',NULL),(1750,'en','default','070554647306343cbea29ebfdd278ba8','Border',NULL,NULL,'LINE',NULL,10,'','4155270c4fc5fa1b766edf79ec2bd29e','',NULL),(1751,'en','default','d8404c62148d50f3388a992e47f9fbcf','Border color',NULL,NULL,'LINE',NULL,10,'','cde863ba2d3c4edfcef0a2db9c49b20d','',NULL),(1752,'en','default','2ad9d63b69c4a10a5cc9cad923133bc4','Bottom',NULL,NULL,'LINE',NULL,10,'','6f3a25b8165c2eff0cad19bf5da822c5','',NULL),(1753,'en','default','7eb5542553fa5e5db4656e1c16f1316d','Bottom Left',NULL,NULL,'LINE',NULL,10,'','a1d04fbd39f2cadaea312088a435e963','',NULL),(1754,'en','default','4d297f5df921dca388a17e3336cad50f','Bottom Right',NULL,NULL,'LINE',NULL,10,'','8d368fd517db823109359460f3b4eac3','',NULL),(1755,'en','default','0e16ecbf19ceba9d290009736e63da19','Briefly unavailable for scheduled maintenance. Check back in a minute.',NULL,NULL,'LINE',NULL,10,'','03708d02c05ae9b566a1c68bf4623771','',NULL),(1756,'en','default','ed63fc91500594c3086714f86b3001e4','Brown',NULL,NULL,'LINE',NULL,10,'','a87ec41c2e94657a5c45c186cecefc96','',NULL),(1757,'en','default','60bb3bcc6ff535428a38f76f1059b2d2','Bulgarian',NULL,NULL,'LINE',NULL,10,'','b181298a91efdb60e26782e114bdc9b0','',NULL),(1758,'en','default','ece285c35cd33dee37184976952484c4','Bulk Select',NULL,NULL,'LINE',NULL,10,'','ed187b1ac62fcc2191f7982ec55e5a17','',NULL),(1759,'en','default','7e0df159e037db49a0ce97098f05b5ac','Bulleted list',NULL,NULL,'LINE',NULL,10,'','e8cea006b6833c48fcd6243922826d29','',NULL),(1760,'en','default','03f8022b6f84fd2a92c035008eab5654','But, before you can start using your new username, <strong>you must activate it</strong>.',NULL,NULL,'LINE',NULL,10,'','324cb3f6f5d9de1e2a53632a5e30b988','',NULL),(1761,'en','default','61ddf4cbaa3f0dec297a0a2b50d4d005','But, before you can start using your site, <strong>you must activate it</strong>.',NULL,NULL,'LINE',NULL,10,'','1900b02f964066525637f529fe83c3a6','',NULL),(1762,'en','default','3c4904141f6211c6188585a06afce590','By: %s',NULL,NULL,'LINE',NULL,10,'','6b40483c1bb8997fbf1da2eae1ef57a3','',NULL),(1763,'en','default','9a64f91eb059eb9a1ecf038d3467e09f','CSS Classes',NULL,NULL,'LINE',NULL,10,'','0412fce47b0ef51bdbbeea33bb97a9fa','',NULL),(1764,'en','default','55d1c8b7f44a31ad68472a3f2dd9ccc6','CSS code',NULL,NULL,'LINE',NULL,10,'','d5a93a57fd22bc099dfd260d1a8c8993','',NULL),(1765,'en','default','8ff922bbcd8ad41cdfc48d3c5163b2ab','Calendar',NULL,NULL,'LINE',NULL,10,'','7c2a0f43b18bf70d3aaa1aa43d126eb3','',NULL),(1766,'en','default','5fdf2d7c1ea8f44f5576519d5bb6c30f','Can&#8217;t select database',NULL,NULL,'LINE',NULL,10,'','d74bf871cbb7220128d3fdeaec319eac','',NULL),(1767,'en','default','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'LINE',NULL,10,'','344122411c0760a6eaa15025fff73a70','',NULL),(1768,'en','default','6582a5460a14cebdbd27719930a5446a','Cancel Edit',NULL,NULL,'LINE',NULL,10,'','1f990a5a9eab32ba1ac6d0940f60dd23','',NULL),(1769,'en','default','1806e2a1571c73208d346f3743226edc','Cancel Selection',NULL,NULL,'LINE',NULL,10,'','799e596a91f5265e7579eaa986b39eae','',NULL),(1770,'en','default','221a1031b8dbdfc36dfba7bbb259317b','Cancel reply',NULL,NULL,'LINE',NULL,10,'','ddf30391f76006b3f8f81ca44eac7e19','',NULL),(1771,'en','default','4cc2b376a7adf0de3b71e8249343ae64','Cannot create a comment with that type.',NULL,NULL,'LINE',NULL,10,'','3ad00cf9d42d0ab802138845c0938d64','',NULL),(1772,'en','default','a7d424b598a04136085b1f405b25bb45','Cannot create a revision of a revision',NULL,NULL,'LINE',NULL,10,'','259ae046e8a86cac0b4c3c2fbcc630fe','',NULL),(1773,'en','default','da35f441448789dbd73ca0185413f35f','Cannot create a user with an empty login name.',NULL,NULL,'LINE',NULL,10,'','4ca6e04b722ee78e36ae9152aae1f3b0','',NULL),(1774,'en','default','3dff11575c50bb8fc2213fe44e009539','Cannot create existing comment.',NULL,NULL,'LINE',NULL,10,'','3fd8c2fa7b952bdd07bf8553d3998eca','',NULL),(1775,'en','default','77d665018c57256010c82f5181aa0aa4','Cannot create existing post.',NULL,NULL,'LINE',NULL,10,'','7cdbb91ca0a15cb24c35edea814ae83a','',NULL),(1776,'en','default','72555d98a9051cba3d2ff9ae1f9f130a','Cannot create existing user.',NULL,NULL,'LINE',NULL,10,'','93e845e95101ba6d9c094e92a5313c67','',NULL),(1777,'en','default','43e0e141a874ae137da0a1d52ad00be8','Cannot set parent term, taxonomy is not hierarchical.',NULL,NULL,'LINE',NULL,10,'','d847b10dc4228753f05859dbf4c588cf','',NULL),(1778,'en','default','bfd622ce7a7d65051f9e13be4dc23134','Cannot view post type.',NULL,NULL,'LINE',NULL,10,'','c19a312a076c0a97bcc2ba400472819c','',NULL),(1779,'en','default','04cc1804821d58eef177836b88f6ba63','Cannot view status.',NULL,NULL,'LINE',NULL,10,'','fdafad9adccae851dfee4d05e7923c18','',NULL),(1780,'en','default','272ba7d164aa836995be6319a698be84','Caption',NULL,NULL,'LINE',NULL,10,'','d5d4c216d38d128415f6a757371688a1','',NULL),(1781,'en','default','c81a625380b49db34a006013628706e4','Caption for the attachment, as it exists in the database.',NULL,NULL,'LINE',NULL,10,'','77b53cbe58dc44414b5b46a3a8f053cd','',NULL),(1782,'en','default','6fa59d26fbd425cdb1bffb8244420622','Caption this image&hellip;',NULL,NULL,'LINE',NULL,10,'','0ebc56efe332eb18884b4a7fceefa9ae','',NULL),(1783,'en','default','19b1ff75dcae5221019c1d72ef950b3d','Captions/Subtitles',NULL,NULL,'LINE',NULL,10,'','cb54c9190caeab9f302e2fa658664bf7','',NULL),(1784,'en','default','900a14b115614d9d4d1c47f1d3a3251b','Catalan',NULL,NULL,'LINE',NULL,10,'','a141d9d73d0d569fee2844a2ea8cea43','',NULL),(1785,'en','default','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'LINE',NULL,10,'','74f8c0148bac022993f4fb18d8ab8dd1','',NULL),(1786,'en','default','2eefdc5af09926e775b1d36a603df241','Categories list',NULL,NULL,'LINE',NULL,10,'','6181cf7139079fcf0728cf44b11ed09a','',NULL),(1787,'en','default','ed3e900850abb07e592732e46f21ea2c','Categories list navigation',NULL,NULL,'LINE',NULL,10,'','02f70fa86f2b2fb3fe9f91d0be06ba13','',NULL),(1788,'en','default','b791ad0e25f7d1cacd59e723d4b9170d','Category: %s',NULL,NULL,'LINE',NULL,10,'','3cd7d522a435d390bed367a8fef3edf4','',NULL),(1789,'en','default','b43c578082671d30c8b234211c85f1b6','Caution: These themes may be active on other sites in the network. Are you sure you want to proceed?',NULL,NULL,'LINE',NULL,10,'','9c92b37065045a253211f45b40c1ec05','',NULL),(1790,'en','default','d8725c9be0163434c461b9a21d75dde4','Cell padding',NULL,NULL,'LINE',NULL,10,'','67b3bfb8ca2129dfbfca8bd4ca1dd79f','',NULL),(1791,'en','default','8595ceb18776cbef85d2326e0879b82f','Cell spacing',NULL,NULL,'LINE',NULL,10,'','167bdd81ee63fd7457120cdd98087121','',NULL),(1792,'en','default','8a36c5cd690eb20e4548f1960c2918a8','Cell type',NULL,NULL,'LINE',NULL,10,'','c4c6baac828d3d957a398bfa3591f572','',NULL),(1793,'en','default','4f1f6016fc9f3f2353c0cc7c67b292bd','Center',NULL,NULL,'LINE',NULL,10,'','147c323a133805d1bb0a1f7ffcf9c547','',NULL),(1794,'en','default','fdadd8a810346fb58b0f02375dd8ea8a','Change audio',NULL,NULL,'LINE',NULL,10,'','8de740462479521c74c3bcbeb51e918d','',NULL),(1795,'en','default','77f199a153317a5720e2cdc4009b5f8f','Change file',NULL,NULL,'LINE',NULL,10,'','31b1e16d47dd6627327820eb3479a9ca','',NULL),(1796,'en','default','8c38cf08a0d0a01bd44c682479432350','Change image',NULL,NULL,'LINE',NULL,10,'','9cdaa9a84b6259d4f5f6944cb86795a8','',NULL),(1797,'en','default','947f55293d691cd5c06a642e55d31895','Change logo',NULL,NULL,'LINE',NULL,10,'','20ecc8f13d340abf55a8cc2c8ba942ca','',NULL),(1798,'en','default','868c0684fb7feae71c3e68d95a21839d','Change theme',NULL,NULL,'LINE',NULL,10,'','7172582bf515aa0d6ca0f246b07a5c1f','',NULL),(1799,'en','default','f808bdce41e8d1245225cdbc23959ee5','Change video',NULL,NULL,'LINE',NULL,10,'','912618d3132b3f40d17a826818d3dbab','',NULL),(1800,'en','default','c274d1fef49da3f732c2f77b66bd6929','Changes have already been trashed.',NULL,NULL,'LINE',NULL,10,'','1359f10e08674ee334ab5e30b7486725','',NULL),(1801,'en','default','3c158cce6f10b3097a0eb760c2e89fa3','Changes saved.',NULL,NULL,'LINE',NULL,10,'','1e2914b5a907faa9b00451ce1f544382','',NULL),(1802,'en','default','41b77fd78303fa09976266be4cb0e77c','Changes trashed successfully.',NULL,NULL,'LINE',NULL,10,'','e48a9f1c01b8e1a41e74cfaec3bdcc0f','',NULL),(1803,'en','default','2d54a940edf47b3ea63ad8da5ace4fa5','Changeset is being edited by other user.',NULL,NULL,'LINE',NULL,10,'','a462f48d8f12104e82079ca1c1c8fb07','',NULL),(1804,'en','default','dbb77931db994dbdc62c0d5ff37ac71b','Chapters',NULL,NULL,'LINE',NULL,10,'','52a234c6becc108e48b87ebb410f6d3a','',NULL),(1805,'en','default','8e7b30a5d6c944ca9d92b87fd663b3f9','Check Spelling',NULL,NULL,'LINE',NULL,10,'','f2c9ca0bae13033d8d5e71983cf3f485','',NULL),(1806,'en','default','7eb5c3ffda86ee34d6bbf97160b590ab','Check the junk or spam folder of your email client. Sometime emails wind up there by mistake.',NULL,NULL,'LINE',NULL,10,'','04978254a8a9799a826462e4d1c8d3e0','',NULL),(1807,'en','default','62fb7275152687eac778a6c3f04ba53d','Check your email for the confirmation link.',NULL,NULL,'LINE',NULL,10,'','299ff900b0702dec10c530b5029b69fb','',NULL),(1808,'en','default','4ea01104aa2d8a4f6563ac2fe67d0dcc','Check your email for your new password.',NULL,NULL,'LINE',NULL,10,'','42bf3573c4995799ddeaed61d30f1915','',NULL),(1809,'en','default','781a865d297a1258084adaa096e61454','Check your inbox at %s and click the link given.',NULL,NULL,'LINE',NULL,10,'','28199dfa712dfe3857624462d46b3231','',NULL),(1810,'en','default','3b261136e3c33f35e0a58611b1f344cb','Chinese',NULL,NULL,'LINE',NULL,10,'','276d5c7ac7766571873bb390a5ccb604','',NULL),(1811,'en','default','c6606fd0c7e63446a7839bd982c9ce7f','Chinese (Simplified)',NULL,NULL,'LINE',NULL,10,'','f0c914eb539562cda18ab469c0d90a21','',NULL),(1812,'en','default','658edc15e33dabbc949c26031c154fe8','Chinese (Traditional)',NULL,NULL,'LINE',NULL,10,'','14c151cf7b6d48678f1fd46c20cc2385','',NULL),(1813,'en','default','10bf609ae34aa1c82f39f0e90cf6ffaf','Choose Image',NULL,NULL,'LINE',NULL,10,'','86f294203770b913ce4dea0b1cdde04c','',NULL),(1814,'en','default','8bdd1f9f2f2034f2c7db32da6ede2f2b','Choose audio',NULL,NULL,'LINE',NULL,10,'','6c85051ecc6d8d155789a5c24a9fcc7f','',NULL),(1815,'en','default','cbe55e77ffa67d13322eb1ce7d22f1ba','Choose file',NULL,NULL,'LINE',NULL,10,'','58b7ce1dbd7cee61b6c8bde1c399733b','',NULL),(1816,'en','default','3bff3aeeec617721788b4bf3e6020392','Choose from the most used tags',NULL,NULL,'LINE',NULL,10,'','f85ad38dbe051c4108795bbed45cff0e','',NULL),(1817,'en','default','5a31ca938eff79f9dd79786b57b19173','Choose image',NULL,NULL,'LINE',NULL,10,'','f7c9e9c8c0ee052b5de9b1273c8189c6','',NULL),(1818,'en','default','b62407c75deddcf301658655f9f4d633','Choose logo',NULL,NULL,'LINE',NULL,10,'','5e161daa6a360f18bd5c9f1639861ce6','',NULL),(1819,'en','default','cbe18bc3cdf4dba823a85578f261ae14','Choose video',NULL,NULL,'LINE',NULL,10,'','903052204af5f7059856d0487735f183','',NULL),(1820,'en','default','806701e5497df9a9387f5c37edaac41a','City updated. Listing events near %s.',NULL,NULL,'LINE',NULL,10,'','719f9cee4ed1cd961e4d6efcd3057355','',NULL),(1821,'en','default','dc30bc0c7914db5918da4263fce93ad2','Clear',NULL,NULL,'LINE',NULL,10,'','088aca5e1e87d16a677ecb40aa75bd84','',NULL),(1822,'en','default','57ae128a7670527109e8a830de7b53dc','Clear Results',NULL,NULL,'LINE',NULL,10,'','b310b0daf0de832f44d03185352923bd','',NULL),(1823,'en','default','e5c79bd8a60e094a50240e4dfccc37b4','Clear color',NULL,NULL,'LINE',NULL,10,'','48ae2155812a4b99ea488b044a7fbaf5','',NULL),(1824,'en','default','4494691b92e1f195feb25bd63ee5468b','Clear formatting',NULL,NULL,'LINE',NULL,10,'','9301928382a50840c640be9ce7b79836','',NULL),(1825,'en','default','ad0509e711d79e69518a2ba0d49b3111','Click &#8220;Add new image&#8221; to upload an image file from your computer. Your theme works best with an image that matches the size of your video &#8212; you&#8217;ll be able to crop your image once you upload it for a perfect fit.',NULL,NULL,'LINE',NULL,10,'','9f2b41ed7d67bfbf95b07a809f05cce2','',NULL),(1826,'en','default','9e7735719cc7dd33675e544182356635','Click &#8220;Add new image&#8221; to upload an image file from your computer. Your theme works best with an image with a header height of %s pixels &#8212; you&#8217;ll be able to crop your image once you upload it for a perfect fit.',NULL,NULL,'LINE',NULL,10,'','3e261c15d6674d5025ec916cbbfd0e92','',NULL),(1827,'en','default','830d2d70856bab6c4d5043fe6455ed63','Click &#8220;Add new image&#8221; to upload an image file from your computer. Your theme works best with an image with a header size of %s pixels &#8212; you&#8217;ll be able to crop your image once you upload it for a perfect fit.',NULL,NULL,'LINE',NULL,10,'','fa8fb36e6b45cbd55e3a0f5b8cd55318','',NULL),(1828,'en','default','726c128f2464637c26ba715517a7a808','Click &#8220;Add new image&#8221; to upload an image file from your computer. Your theme works best with an image with a header width of %s pixels &#8212; you&#8217;ll be able to crop your image once you upload it for a perfect fit.',NULL,NULL,'LINE',NULL,10,'','3827a278903efb63979df2b12676a22d','',NULL),(1829,'en','default','bff02b085d4d4e35a58d9dff16717904','Click &#8220;Next&#8221; to start adding links to your new menu.',NULL,NULL,'LINE',NULL,10,'','69c5de2452b37eeb3aa5ddd59d8a5ca2','',NULL),(1830,'en','default','728bbd88c94bf9be39afb7683bc6fd09','Click here to cancel reply.',NULL,NULL,'LINE',NULL,10,'','8192103dd94c9853f247797b1c8c38c2','',NULL),(1831,'en','default','685ab27b6339c4b75202d2ddfbf399c1','Click to edit the site title.',NULL,NULL,'LINE',NULL,10,'','7f64e54da13e514c8b0f1f4d82ca7b33','',NULL),(1832,'en','default','0367a63725c618eccc074749ef323138','Click to edit this element.',NULL,NULL,'LINE',NULL,10,'','eaad1fc2317135414840d863f1020401','',NULL),(1833,'en','default','c57137663cf76d3aecdd0dff826f2984','Click to edit this menu.',NULL,NULL,'LINE',NULL,10,'','31e28ddf413926e9535eb8cc71b21f78','',NULL),(1834,'en','default','e2290027ea2177eac0009ffbbc175de8','Click to edit this widget.',NULL,NULL,'LINE',NULL,10,'','93332b0bf69f420f2a73270b20670e57','',NULL),(1835,'en','default','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'LINE',NULL,10,'','a31114f8765af445540fb219b8fc2b6e','',NULL),(1836,'en','default','c7a59caaf257d42a1853059a664a54e0','Close all open tags',NULL,NULL,'LINE',NULL,10,'','3621c26cb086d8a0feb3ba6f38d4d358','',NULL),(1837,'en','default','d81228b048eaa055af0e1efb6cd71061','Close blockquote tag',NULL,NULL,'LINE',NULL,10,'','921a7bd94abdb12b31f061ea59a5e94f','',NULL),(1838,'en','default','0181a71bfafe3f73a2c403e9a7f59ee9','Close bold tag',NULL,NULL,'LINE',NULL,10,'','59e6dc106cfb3dead259df61d4ac71b1','',NULL),(1839,'en','default','f2662c4f779bac4d87922274d35baf62','Close bulleted list tag',NULL,NULL,'LINE',NULL,10,'','668ebecb226741aa392d134321aab3ce','',NULL),(1840,'en','default','1065d0fbcf9ebf566d9e8890b6de1b89','Close code tag',NULL,NULL,'LINE',NULL,10,'','0ce8547f2343fb956e230b185d32014f','',NULL),(1841,'en','default','5f0074f2cfa243784638c508ae3bfc7e','Close deleted text tag',NULL,NULL,'LINE',NULL,10,'','314fdcb5204cc0e855e8262a953da5f5','',NULL),(1842,'en','default','3c62b9dcfe365792b2fbb6e15dc82c80','Close dialog',NULL,NULL,'LINE',NULL,10,'','564c26bcdd38c74f7f40a75963165e28','',NULL),(1843,'en','default','75da91a3d9c21001073c6ec20805b6cc','Close inserted text tag',NULL,NULL,'LINE',NULL,10,'','861b7a08e94e3a082b6eef38ed1a357f','',NULL),(1844,'en','default','a70c1ad5de82bdefc215f0399a55319f','Close italic tag',NULL,NULL,'LINE',NULL,10,'','dbab2ea741ab52323fb89f8d07801826','',NULL),(1845,'en','default','c07cdc214f2be245d045956857507fe9','Close list item tag',NULL,NULL,'LINE',NULL,10,'','44d5638077a4d3f0131ca28dfde7e73c','',NULL),(1846,'en','default','fbeca9a3ee9d817f7bb60af0efeb1231','Close media panel',NULL,NULL,'LINE',NULL,10,'','b600c0f2ab276a163d8ce2f60d2ff280','',NULL),(1847,'en','default','a828d2b31573bb507a96435cf5c880ae','Close numbered list tag',NULL,NULL,'LINE',NULL,10,'','50746293a238e263d6b6b0074d724222','',NULL),(1848,'en','default','e6e053cc28573e1905870aa709449049','Close reorder mode',NULL,NULL,'LINE',NULL,10,'','fa6bcf5e391ae5d5ff3217b83b3753d4','',NULL),(1849,'en','default','60ef541b9781f05b3407e1ab72ad6cfd','Close sharing dialog',NULL,NULL,'LINE',NULL,10,'','c7495fe80469563fe3c2e68c2f3d37d8','',NULL),(1850,'en','default','a40377545799e3d744fbe49f2d5ac0a0','Close uploader',NULL,NULL,'LINE',NULL,10,'','8dc82a863209a79040f26e087297cd24','',NULL),(1851,'en','default','107787c23a90aea1e6d9257190355b6f','Cmd + letter:',NULL,NULL,'LINE',NULL,10,'','7fe1945b6cdaab8933d4f5c4df5d9338','',NULL),(1852,'en','default','ca0dbad92a874b2f69b549293387925e','Code',NULL,NULL,'LINE',NULL,10,'','97522f3165886ab6550968cea5236baf','',NULL),(1853,'en','default','b7b331a2979b3a34452664f48bd993d9','Collapse Main menu',NULL,NULL,'LINE',NULL,10,'','a01efa53eb07579c113aca10d8c46680','',NULL),(1854,'en','default','cb5feb1b7314637725a2e73bdc9f7295','Color',NULL,NULL,'LINE',NULL,10,'','37543b7475681d586a4ad8c5edc2a6fb','',NULL),(1855,'en','default','9ca1f70bde1c93eb75910c7403bba855','Color value',NULL,NULL,'LINE',NULL,10,'','e74293e312083f7cab1895b6300633f7','',NULL),(1856,'en','default','5d50889672f6f860d14f502de3de1957','Colors',NULL,NULL,'LINE',NULL,10,'','a2c62fa34f8638480aa978879b124830','',NULL),(1857,'en','default','ed813dda0d17fa74a8bbcc4428db0049','Column group',NULL,NULL,'LINE',NULL,10,'','2321124975afaebc562b2c2023c5129c','',NULL),(1858,'en','default','168b82d33f8073018c50a4f658a02559','Columns',NULL,NULL,'LINE',NULL,10,'','f9a2c2c9223f622cb3ed373770865f9f','',NULL),(1859,'en','default','3fbe2de70f2d00cdb0c9fa1442f96de2','&#8217;tain&#8217;t,&#8217;twere,&#8217;twas,&#8217;tis,&#8217;twill,&#8217;til,&#8217;bout,&#8217;nuff,&#8217;round,&#8217;cause,&#8217;em',NULL,NULL,'LINE',NULL,10,'Comma-separated list of replacement words in your language','169c3d630c2a1e76863d83e47bed0b89','',NULL),(1860,'en','default','638f2dc777f64ffabcb68f4f6ab17abc','about,an,are,as,at,be,by,com,for,from,how,in,is,it,of,on,or,that,the,this,to,was,what,when,where,who,will,with,www',NULL,NULL,'LINE',NULL,10,'Comma-separated list of search stopwords in your language','3a1e48d12f25236fcf434634c8c87823','',NULL),(1861,'en','default','185e831037f1ad98a31fe012c613c34e','\'tain\'t,\'twere,\'twas,\'tis,\'twill,\'til,\'bout,\'nuff,\'round,\'cause,\'em',NULL,NULL,'LINE',NULL,10,'Comma-separated list of words to texturize in your language','22136ccce10ef273b63f9fed4d51c60d','',NULL),(1862,'en','default','a4566410fa653c90f296f4d268be1266','Comment %d contains personal data but could not be anonymized.',NULL,NULL,'LINE',NULL,10,'','652d07d4567ebe4cd32bee9a4323ffb4','',NULL),(1863,'en','default','2f28746b0d77875909b13f59a0e1fbc6','Comment Author',NULL,NULL,'LINE',NULL,10,'','0af87b321bb8f44cc4247703b56e90b4','',NULL),(1864,'en','default','c70542f8f828c4ce68bab56163f8eb1a','Comment Author Email',NULL,NULL,'LINE',NULL,10,'','42e8b938bad3f13d920f189df2103390','',NULL),(1865,'en','default','df5313017659ce22f7e2ee551c96d2a9','Comment Author IP',NULL,NULL,'LINE',NULL,10,'','44bdb1efc1a5022ba4b73e058b777b0a','',NULL),(1866,'en','default','3e2cba7ab3c13216ac8b8b8da3e21b1c','Comment Author URL',NULL,NULL,'LINE',NULL,10,'','b727535272a398cd20dd89483c49b358','',NULL),(1867,'en','default','fcbcad4c93c6605e921355f33c6b34da','Comment Author User Agent',NULL,NULL,'LINE',NULL,10,'','f1b6187749db5f2f42fb03371e9e1730','',NULL),(1868,'en','default','afa81df6c8528d52f7782df5571d0277','Comment Content',NULL,NULL,'LINE',NULL,10,'','424385920ccd01d0d24758c107dbe8ff','',NULL),(1869,'en','default','ddbcb78304180b2273f153bfaa689d03','Comment Date',NULL,NULL,'LINE',NULL,10,'','56a68432c3686b745800974b20ae6e98','',NULL),(1870,'en','default','c1a6245539a62fe96c8299312da5ec6c','Comment Submission Failure',NULL,NULL,'LINE',NULL,10,'','0b6c69c0b0a205108a39722203733df7','',NULL),(1871,'en','default','477b5398c5667610b96d6a00ca5e2ec9','Comment URL',NULL,NULL,'LINE',NULL,10,'','e3f9355dd3e7758a7892c598f277f7a4','',NULL),(1872,'en','default','72b72723d3cb9bd66a5ec61689b11d5f','Comment author name and email are required.',NULL,NULL,'LINE',NULL,10,'','4455c3ea8913ba264853d29264161bdd','',NULL),(1873,'en','default','66b21208e0c98476963496c866070c05','Comment field exceeds maximum length allowed.',NULL,NULL,'LINE',NULL,10,'','7a2204992de15ed45dd4625e82fabee8','',NULL),(1874,'en','default','33536a79cba01fc9555aaab4bd827a3d','Comment is required.',NULL,NULL,'LINE',NULL,10,'','9dbe430f6bd5e51db70598b0606d25bf','',NULL),(1875,'en','default','3262d48df5d75e3452f0f16b313b7808','off',NULL,NULL,'LINE',NULL,10,'Comment number declension: on or off','e67d87dbd8c17820ec84f639833ecf5b','',NULL),(1876,'en','default','d522e18a4dce56c2577441c60089d72b','Comment on %1$s by %2$s',NULL,NULL,'LINE',NULL,10,'','6e5d42479122020b70cc3fb0db0178e1','',NULL),(1877,'en','default','c495dcdf0d800c55078e6660196220e6','Comment: %s',NULL,NULL,'LINE',NULL,10,'','52b240c60d9493d49e94e978dc22ceb5','',NULL),(1878,'en','default','8413c683b4b27cc3f4dbd4c90329d8ba','Comments',NULL,NULL,'LINE',NULL,10,'','bbcf208ea4269647f0adc91ad0d96ddc','',NULL),(1879,'en','default','9f0f0888a565eae9544f00554ce604e6','Comments (%s)',NULL,NULL,'LINE',NULL,10,'','018aff55eadb6565e7a48b9326b499fe','',NULL),(1880,'en','default','3d4db0bd7e54fefbfbc35eda0c2345c6','Comments <abbr title=\"Really Simple Syndication\">RSS</abbr>',NULL,NULL,'LINE',NULL,10,'','1aec449e714f87c9f24ec52beb681cc8','',NULL),(1881,'en','default','701b610f8c6d956c28f6452d45606ba7','Comments Feed',NULL,NULL,'LINE',NULL,10,'','19ef42bb8ba9105f3d15bd9609fe4304','',NULL),(1882,'en','default','6b995109036cf10e3acf1990be5d74be','Comments Off<span class=\"screen-reader-text\"> on %s</span>',NULL,NULL,'LINE',NULL,10,'','dab5f30882c15e7212825396d38abd86','',NULL),(1883,'en','default','496c558a09bbbcfc869aa80b2f037261','Comments are closed.',NULL,NULL,'LINE',NULL,10,'','a516b33445b7772ddbfabb00858f6c8e','',NULL),(1884,'en','default','c0e7b040b23341a8e6f09359fee6ac70','Comments for %1$s searching on %2$s',NULL,NULL,'LINE',NULL,10,'','a506b80279b3e35c834dc08e4b8af131','',NULL),(1885,'en','default','4a51967593bd0b6efc9e4ba50af49084','Comments for %s',NULL,NULL,'LINE',NULL,10,'','ffad3b1a517bfdc145de36ef1d50ca85','',NULL),(1886,'en','default','7dbb2813c9102543d863522f54ae4284','Comments navigation',NULL,NULL,'LINE',NULL,10,'','ed9a3a1e59357471c179f025003bb2fa','',NULL),(1887,'en','default','754e23e1f78d11f4ed77be0772e9993e','Comments on %s',NULL,NULL,'LINE',NULL,10,'','14b03d7a608292af50e8fbdb6e70dcc9','',NULL),(1888,'en','default','bb812ae6f13b0b1a2d8706a6daabcd68','Comments on: %s',NULL,NULL,'LINE',NULL,10,'','0c30eef9341a2709f328de1a61d2a7ec','',NULL),(1889,'en','default','07ca5050e697392c9ed47e6453f1453f','Completed',NULL,NULL,'LINE',NULL,10,'','a103599bf5af329406cf123cf5d18367','',NULL),(1890,'en','default','60e3c173754bde73f5da7eff5d3e8cee','Conditional query tags do not work before the query is run. Before then, they always return false.',NULL,NULL,'LINE',NULL,10,'','01fd573f1de8f5c5c4554ac8df4f4193','',NULL),(1891,'en','default','6ab96a5df54aa6aae2bab9ea75ab76c9','Confirm new password',NULL,NULL,'LINE',NULL,10,'','f068e59d3aa86ec4d3b3f4f34e3b38a9','',NULL),(1892,'en','default','4b121bda94d2c436c478acdc93ae67ae','Confirm the \"%s\" action',NULL,NULL,'LINE',NULL,10,'','ab0145d1b74920fd21e74192e85d5b73','',NULL),(1893,'en','default','0231c5d7fe98df05a6a2110c5bcb846e','Confirm use of weak password',NULL,NULL,'LINE',NULL,10,'','21f3d691b943b0c716b796e43c8776fb','',NULL),(1894,'en','default','205bc73c4ab4286a1fb9d4c18322777c','Confirmed',NULL,NULL,'LINE',NULL,10,'','26fb91a29262ed608ed9b6b3e660b928','',NULL),(1895,'en','default','588c00cf070ee9a8a94e7d8c9cee17cd','Congratulations! Your new site, %s, is almost ready.',NULL,NULL,'LINE',NULL,10,'','77ddad276d79825b96883054f2a6aa52','',NULL),(1896,'en','default','d89a28adeab33dd474b4c84c4e254275','Connection lost or the server is busy. Please try again later.',NULL,NULL,'LINE',NULL,10,'','f633ed62e8486b23eafb74f0575240f4','',NULL),(1897,'en','default','623a2c86fb9d76db1a1d57fad4ee2731','Constrain proportions',NULL,NULL,'LINE',NULL,10,'','c2f21863c6969a97e8e21c8d2a453a47','',NULL),(1898,'en','default','f15c1cae7882448b3fb0404682e17e61','Content',NULL,NULL,'LINE',NULL,10,'','ed590529fb9b551d9c44e7410dbcd265','',NULL),(1899,'en','default','7a40bea8f418bc9f76a27a07c112d5d9','Content for the object, as it exists in the database.',NULL,NULL,'LINE',NULL,10,'','e2f3fadb86b0b6ddd0deb239a03d9412','',NULL),(1900,'en','default','5cd20ff369be002b746df117706133a6','Content hash did not match expected.',NULL,NULL,'LINE',NULL,10,'','7ae1940e6cae3457cc4e5164483af363','',NULL),(1901,'en','default','ea2bf2b2dec3e3f76c6a363f6139c593','Content, title, and excerpt are empty.',NULL,NULL,'LINE',NULL,10,'','f363172582916b029622765d80920808','',NULL),(1902,'en','default','f18074f8b138ed9e289a2210c2b86838','Content:',NULL,NULL,'LINE',NULL,10,'','56d1759c8e93dfb86c522832cb9ef240','',NULL),(1903,'en','default','71bfb711908ea603a75e86c3e5dbb47a','Continue reading %s',NULL,NULL,'LINE',NULL,10,'','657a1c33f43480213350a2a06966f873','',NULL),(1904,'en','default','1d07c7bb5671cce2128e386c7dd0cfc0','Convert emoticons like :-) and :-P to graphics on display.',NULL,NULL,'LINE',NULL,10,'','a138b4b0e25230d6af22f9fdab2a475c','',NULL),(1905,'en','default','a833eb3f4cda093d075cf4419b28c78b','Cookie nonce is invalid',NULL,NULL,'LINE',NULL,10,'','20d9702f8750b0d06e3e9e30f969717b','',NULL),(1906,'en','default','a588b1abc58b8b758c4b34b69b9e10bb','Copied',NULL,NULL,'LINE',NULL,10,'','c992da82338035fb83188356945e6b87','',NULL),(1907,'en','default','5fb63579fc981698f97d55bfecb213ea','Copy',NULL,NULL,'LINE',NULL,10,'','d40e18030c5442f67cba47b1ecd6bd07','',NULL),(1908,'en','default','5e5d5bce790c4ad6e80d9bbcaabddbbc','Copy and paste this URL into your WordPress site to embed',NULL,NULL,'LINE',NULL,10,'','1ecf48e927244a70d70a0c81034d8230','',NULL),(1909,'en','default','fc1da081b3ce6bf17512b1f226ae72ca','Copy and paste this code into your site to embed',NULL,NULL,'LINE',NULL,10,'','d3318f87a9d53eb985a2de7233adc0e6','',NULL),(1910,'en','default','fd6011ca8831fcc732950832ce1e349f','Copy table row',NULL,NULL,'LINE',NULL,10,'','63bf31a8bcecc0ec98cf54240b118d08','',NULL),(1911,'en','default','4b656867f512d822c59bb202c47ba04f','Could not calculate resized image dimensions',NULL,NULL,'LINE',NULL,10,'','363f9fd6f3e99c5d25b24a9aa671f0a4','',NULL),(1912,'en','default','285225e4fdbb89ccc1b8bde62f1acbeb','Could not create site.',NULL,NULL,'LINE',NULL,10,'','a02681f1d9a82db307b34faf0d4edf63','',NULL),(1913,'en','default','8211e2295f883aaded0773dfbfa88fa2','Could not create user',NULL,NULL,'LINE',NULL,10,'','307dcb065aaabe4bc65b79391f72b24f','',NULL),(1914,'en','default','56a378a565009dbfaf46a3648d6a472e','Could not delete meta value from database.',NULL,NULL,'LINE',NULL,10,'','dbe9d5d0cbfcd5995fba69a776b0ee5c','',NULL),(1915,'en','default','c4cca6ff433926f1fc0882d08bbf1c6b','Could not find the specified string.',NULL,NULL,'LINE',NULL,10,'','8ca83e4ac5085f29cf5c2ec2fcf177a5','',NULL),(1916,'en','default','1b5f0bf98c8873a2ab47d77e92fcecac','Could not insert post into the database',NULL,NULL,'LINE',NULL,10,'','8ed92aa630f51e1a2360ac0bebd57d65','',NULL),(1917,'en','default','e3991130beeefae5f886f2a112697e57','Could not insert term into the database.',NULL,NULL,'LINE',NULL,10,'','d2a1aa173d35c3838f81be929cb942a6','',NULL),(1918,'en','default','a0536ea021e3b7c1918e746a0448fffb','Could not insert term relationship into the database.',NULL,NULL,'LINE',NULL,10,'','f71de7b7e87a4b93c800901a6c9e2d2b','',NULL),(1919,'en','default','c6e0a7fd636f7490bac4d7e07df27b31','Could not load the preview image. Please reload the page and try again.',NULL,NULL,'LINE',NULL,10,'','6197956a64801bcd4ceddd957c0962fd','',NULL),(1920,'en','default','56bd29e3d4abc3df501bc3295f2f1813','Could not open file handle.',NULL,NULL,'LINE',NULL,10,'','1feb11ca6420fe2e87c78c55010e30f7','',NULL),(1921,'en','default','05c7b33d8dd0b077991cbc410a0e7187','Could not open handle for %1$s to %2$s.',NULL,NULL,'LINE',NULL,10,'','0cdaf2b39c7ef70f13c962478fa5e63f','',NULL),(1922,'en','default','e00a0e368079713f48cd0159dca7bff0','Could not read image size.',NULL,NULL,'LINE',NULL,10,'','c23c5fdc3ac7bb72c2ce8d640e687e7a','',NULL),(1923,'en','default','9b4f5070ad79a0880b3d703a5a006b45','Could not save password reset key to database.',NULL,NULL,'LINE',NULL,10,'','0f05cfffee3ca55c6be88f631545cf0e','',NULL),(1924,'en','default','4dacec261cb8c16954014be4a2f3b6c0','Could not set that as the thumbnail image. Try a different attachment.',NULL,NULL,'LINE',NULL,10,'','03232da08c557afd59d682431c4a585c','',NULL),(1925,'en','default','100867726360a9e287d7543112910e58','Could not split shared term.',NULL,NULL,'LINE',NULL,10,'','bbeb0ca40524eb29154cc2c4429c3ad0','',NULL),(1926,'en','default','0d5d72062f58714ae9f2bc2fd5d16e83','Could not update comment status',NULL,NULL,'LINE',NULL,10,'','6d515b7302548a8556657cc47a21bc18','',NULL),(1927,'en','default','06a78c67ed474f5f6c71895a6565b42b','Could not update meta value in database.',NULL,NULL,'LINE',NULL,10,'','ac10fda1c160956b57efaabd7fc9986b','',NULL),(1928,'en','default','515c1eee8dc097e136fc47969ae3094f','Could not update post in the database',NULL,NULL,'LINE',NULL,10,'','20bae0333fd26f850e101261d956d9ec','',NULL),(1929,'en','default','eb0b8af2065bab3b9032845c0481df90','Could not write file %1$s (%2$s).',NULL,NULL,'LINE',NULL,10,'','05d53f07e09e6a5d426713ed241aaf1f','',NULL),(1930,'en','default','efe5fbdf0360818c4fcffeaf113ab188','Could not write file %s',NULL,NULL,'LINE',NULL,10,'','17fd236415c151a5b7456ab014ce7db5','',NULL),(1931,'en','default','04b75c3262e3084408205b19d6c4c18d','Create Audio Playlist',NULL,NULL,'LINE',NULL,10,'','da36f113428c158cfdb1a9de2d2e46a3','',NULL),(1932,'en','default','55bbf016e2f13280a72b8176df3f8748','Create Gallery',NULL,NULL,'LINE',NULL,10,'','6207d2b82cee6807c373f4fb973189a9','',NULL),(1933,'en','default','fbfc0d6ac3e29522cd2cad833ae9ec75','Create Menu',NULL,NULL,'LINE',NULL,10,'','2e124738e7e5acea0f7a89dd7f1345c9','',NULL),(1934,'en','default','5980a66da081ffd2f04b5f9f465a4a7d','Create New Menu',NULL,NULL,'LINE',NULL,10,'','37cf689f5149588cfb0357a4eace00f6','',NULL),(1935,'en','default','463e258f2c7159365bea1be5eef6ca77','Create Site',NULL,NULL,'LINE',NULL,10,'','cb2778e4bc9eaf7040ee4dfbfee05114','',NULL),(1936,'en','default','693bb1ceb34534dc345769b05d218ec7','Create Video Playlist',NULL,NULL,'LINE',NULL,10,'','356fa94d5ccf71a00b496b96521b4eb1','',NULL),(1937,'en','default','a82f4b7d4386c7067c3343ec31d6e5a7','Create a Configuration File',NULL,NULL,'LINE',NULL,10,'','634cbddc333e7465eb33f50c48aeaa3a','',NULL),(1938,'en','default','11650668910aecad97dbee8f670a003c','Create a menu for this location',NULL,NULL,'LINE',NULL,10,'','b7bf7f0279a8f1c3771db9aee67b96a7','',NULL),(1939,'en','default','62dc78e4682317406474b80b417cef52','Create a new gallery',NULL,NULL,'LINE',NULL,10,'','c56c76f635d04fa0ab8d3048cd401cae','',NULL),(1940,'en','default','cc83e65bc46825681610629ed8082bcd','Create a new playlist',NULL,NULL,'LINE',NULL,10,'','825422c1f2fbbde96aba89e4381f56c0','',NULL),(1941,'en','default','38ca15a012cdbc6039592b9bb422dc67','Create a new video playlist',NULL,NULL,'LINE',NULL,10,'','9ee6ff7a71be51be90c4ed180ebcc475','',NULL),(1942,'en','default','43f49d08f49eb64458e5fbf6b8c5dd51','Creating a comment requires valid author name and email values.',NULL,NULL,'LINE',NULL,10,'','ad4e7280c8cbe26b42e4769a3381f8ae','',NULL),(1943,'en','default','2790aad43b624ca8a857744c5a54d2d6','Creating comment failed.',NULL,NULL,'LINE',NULL,10,'','b6e41b8d6c1bceed8fd235ad06a7d06d','',NULL),(1944,'en','default','0c1be09bad2acaa2fa315b88abda8a32','Croatian',NULL,NULL,'LINE',NULL,10,'','604c52959bf08700c1186ef84a7bf06e','',NULL),(1945,'en','default','018ef39434f30d0af6226d97e6b63aea','Crop Image',NULL,NULL,'LINE',NULL,10,'','314a7489ad8d2de9b418c3da9ba1aa16','',NULL),(1946,'en','default','a7200830ef2e97b10304d8d24812a09f','Crop thumbnail to exact dimensions',NULL,NULL,'LINE',NULL,10,'','7a0ccf0a23c233155c2c20bff64c21cb','',NULL),(1947,'en','default','c504c47f8dfa98045ddde43c9e1a0962','Crop your image',NULL,NULL,'LINE',NULL,10,'','7d8283b78ee283664c5529a9fcdc8343','',NULL),(1948,'en','default','dd9dfe69f775b942cc1de3ca888027a4','Cropping&hellip;',NULL,NULL,'LINE',NULL,10,'','ed174d305e3084c2521bbb984049cf66','',NULL),(1949,'en','default','df04b0e50e0e512b17ca76c086b9f5a7','Crunching&hellip;',NULL,NULL,'LINE',NULL,10,'','ae0e0380d0a0325764b0f6821de53705','',NULL),(1950,'en','default','61ef54d3a41c7d3d99b86d9c04dbe712','Ctrl + Alt + letter:',NULL,NULL,'LINE',NULL,10,'','f1f422677684ac6026c5aecbf62e3bfa','',NULL),(1951,'en','default','d76f78d4c2665b91d48f5939bfb6e071','Ctrl + letter:',NULL,NULL,'LINE',NULL,10,'','476d3df55fd4514ddddff4da1648a828','',NULL),(1952,'en','default','8790d52a024eb884b11ed70b95e744c4','Current header',NULL,NULL,'LINE',NULL,10,'','df6f360625b67d292123684506ddd808','',NULL),(1953,'en','default','ef116f8e02d133d8caced36969832060','Current image: %s',NULL,NULL,'LINE',NULL,10,'','7f52adc6e109cc9079d3ecb2232adb0e','',NULL),(1954,'en','default','443c86ef6ad2111e6b941d34dd515037','Current page of the collection.',NULL,NULL,'LINE',NULL,10,'','ba41ff3a1db7d5a662e954453bd4e839','',NULL),(1955,'en','default','f277bedeecb3e74dcf7ce5f3fc41b21a','Currently %s comment is waiting for approval. Please visit the moderation panel:',NULL,NULL,'LINE',NULL,10,'','72fe23c86ffa7a5e91b113e62d49f913','',NULL),(1956,'en','default','f617b0bec4116ac6fef713072a60b3e1','Currently %s comments are waiting for approval. Please visit the moderation panel:',NULL,NULL,'LINE',NULL,10,'','3cef23a8f62fbb3f8d6d9ddc152927ec','',NULL),(1957,'en','default','42e6feb7f76e910efcda54034ecc83ce','Custom CSS',NULL,NULL,'LINE',NULL,10,'','7af54de0ebcea0317e14b096436719c0','',NULL),(1958,'en','default','512923e3b931df3400cc06287e7541cc','Custom HTML',NULL,NULL,'LINE',NULL,10,'','0f7bf53e2bcb07e00f644084295ea5d7','',NULL),(1959,'en','default','3c7c472d72d9a974f369914953ce2c75','Custom HTML Widget',NULL,NULL,'LINE',NULL,10,'','fa40db03fc5aab0aca26c7a2e2eee778','',NULL),(1960,'en','default','a8bddd1e894fd804fba86c3f1e7402d0','Custom Link',NULL,NULL,'LINE',NULL,10,'','8a27ea40a4e1e5788492a0ed7e9ccb13','',NULL),(1961,'en','default','d8ee653e39b6c2c090d11f11306d85d7','Custom Links',NULL,NULL,'LINE',NULL,10,'','7a209c51a7b2c240455e38308b9025bd','',NULL),(1962,'en','default','90589c47f06eb971d548591f23c285af','Custom',NULL,NULL,'LINE',NULL,10,'Custom Preset','9caa809666d9f99f449f1e39a372e693','',NULL),(1963,'en','default','7c9f1feebb5d8aa40b3c4cd0bfd62ac4','Custom Size',NULL,NULL,'LINE',NULL,10,'','b948e13f9476ab0b252b505694788def','',NULL),(1964,'en','default','812a48ba719daeda82e4da8e812d426c','Custom URL',NULL,NULL,'LINE',NULL,10,'','81424ef5efdc60b5e1a271e0de0ff8bd','',NULL),(1965,'en','default','0b3e5b731a0b9f0904f31b76626c423d','Custom color',NULL,NULL,'LINE',NULL,10,'','976094b3d4ca95c343795403b31cb2d2','',NULL),(1966,'en','default','63a78ed4647f7c63c2929e35ec1c95e3','Customize',NULL,NULL,'LINE',NULL,10,'','9ee3f57940b902465685e78630f0c576','',NULL),(1967,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'Customize Changeset','08482dc81290382959b272358e2f92d7','',NULL),(1968,'en','default','1e864131479d277822088d260476f855','Customize theme: %s',NULL,NULL,'LINE',NULL,10,'','5be4cda0bbf1112b0aa45a614eac5c4c','',NULL),(1969,'en','default','0de54d066af6199938e357b623bfa57f','Customize: %s',NULL,NULL,'LINE',NULL,10,'','48f046c19ec84d7fc98ecdc82bee49f0','',NULL),(1970,'en','default','0adc559fe25b7860631286cc02f5a700','Customizer',NULL,NULL,'LINE',NULL,10,'','51501e370b6d99e6fd1fa28927d6431b','',NULL),(1971,'en','default','5a76a8057904234ba22c7ebdf24f3802','Customizing',NULL,NULL,'LINE',NULL,10,'','6b8ca1e4c6b11ebd7d1f844580570242','',NULL),(1972,'en','default','422e76add6dd5ef396c826e672389a75','Customizing &#9656; %s',NULL,NULL,'LINE',NULL,10,'','5ac6df42ce6e8dbb4e6b110649b4267e','',NULL),(1973,'en','default','eb334dca00e390e0d3ebf52d205807d7','Cut',NULL,NULL,'LINE',NULL,10,'','e019a7f41198169bdf000b65edbba733','',NULL),(1974,'en','default','78e2125674e77c7f1b8290f8a5714ea1','Cut table row',NULL,NULL,'LINE',NULL,10,'','dc820ed1234ec2b0ce6c34dbcd019078','',NULL),(1975,'en','default','83ff4480cdf2900ae83bf30d95774d76','Czech',NULL,NULL,'LINE',NULL,10,'','81baac0c7c710dc6bf58b2c6e45d586e','',NULL),(1976,'en','default','7bc6f150ce738db3d21cbe0b75aea027','Danish',NULL,NULL,'LINE',NULL,10,'','9a4521f594052e373454a0c6b2b180bb','',NULL),(1977,'en','default','a18366b217ebf811ad1886e4f4f865b2','Dark',NULL,NULL,'LINE',NULL,10,'','8d8c8e1342cc1c5eb174c17393ca3097','',NULL),(1978,'en','default','2938c7f7e560ed972f8a4f68e80ff834','Dashboard',NULL,NULL,'LINE',NULL,10,'','91e775de68b434cf74a0d7bbacd79b14','',NULL),(1979,'en','default','de777c62ae5555f733a06f3ca8afeaf8','Database Error',NULL,NULL,'LINE',NULL,10,'','d9fe9ed576b4f240f7caaf4a6cd40b6e','',NULL),(1980,'en','default','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'LINE',NULL,10,'','69b52ea3922711a1998288c213b25eff','',NULL),(1981,'en','default','8b6f6d305407f0b686f1974206ad415c','Date Format',NULL,NULL,'LINE',NULL,10,'','2bae2d0711493a16bc03a2313bcd923e','',NULL),(1982,'en','default','b6e43da299780697382d42fc98d3959c','Date/time',NULL,NULL,'LINE',NULL,10,'','989d39feb5fe68d6aaea42c09d524974','',NULL),(1983,'en','default','03727ac48595a24daed975559c944a44','Day',NULL,NULL,'LINE',NULL,10,'','f395ba320bb60ac979801be70db3a06c','',NULL),(1984,'en','default','7bd81675e05f802640a6fe8555a176b9','Day: %s',NULL,NULL,'LINE',NULL,10,'','318a746bdda8c574d9c5fc9c25bebe17','',NULL),(1985,'en','default','82331503174acbae012b2004f6431fa5','December',NULL,NULL,'LINE',NULL,10,'','72e161e2a446c008fad1c2f177d20488','',NULL),(1986,'en','default','d207b4e0bce42a8f1555ce3a05e287f6','Dec',NULL,NULL,'LINE',NULL,10,'December abbreviation','fc75df6e2e7663b8822bf2fd5c74e1ee','',NULL),(1987,'en','default','099be1cb7df6c9b56db2722d788e9dc0','Decrease indent',NULL,NULL,'LINE',NULL,10,'','12d2fe22eec4c0aa8545f88b9c537f9d','',NULL),(1988,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'LINE',NULL,10,'','448d31dfa672661f27004ea536b7ae5d','',NULL),(1989,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'LINE',NULL,10,'Default Preset','840a5a562d2a1266ddfd55bfd854ad58','',NULL),(1990,'en','default','0213ffff03c1fe2f6cc81efebcde717a','Default post category.',NULL,NULL,'LINE',NULL,10,'','69926331e4762e6fb2d2a223e75a6f89','',NULL),(1991,'en','default','72d9a4697ddd4698e9093c7ecac95070','Default post format.',NULL,NULL,'LINE',NULL,10,'','2a6a83ae6ad1cf5306bd369b445e785f','',NULL),(1992,'en','default','ab06a32569e1026ba8883eb420ed6803','Default shortcuts,',NULL,NULL,'LINE',NULL,10,'','2034327e5e05031ca2e1e6c64d2278f0','',NULL),(1993,'en','default','dd5df09183ca69f1348d5037c4fccd70','Delete Menu',NULL,NULL,'LINE',NULL,10,'','a15b18d5ab1e9f5d4df50c4b475651df','',NULL),(1994,'en','default','aa47bb0913144619a0a9abc59d59d6ed','Delete Permanently',NULL,NULL,'LINE',NULL,10,'','02dd03f67e52f4f3058ccc8285412f4f','',NULL),(1995,'en','default','c13af79d63bfcb3f07bc3810418c99f8','Delete Selected',NULL,NULL,'LINE',NULL,10,'','c08c5e1701b60bc89959e69621ccabc6','',NULL),(1996,'en','default','f722b0bbb0ecaa598bf84b6568ac826b','Delete column',NULL,NULL,'LINE',NULL,10,'','1b4213e3d8e3df2dff92ce9d9ccfb9a0','',NULL),(1997,'en','default','b3c37a0174f3e1aadb01cfcca5745ac7','Delete it: %s',NULL,NULL,'LINE',NULL,10,'','945a75aa738141af90ca62efbf1f1fee','',NULL),(1998,'en','default','198b6544853854b80b916df7c46db6a1','Delete row',NULL,NULL,'LINE',NULL,10,'','5b819f0b634e0a61f220918fc91f196b','',NULL),(1999,'en','default','9c68030837b3943d2897c25b3fb8aa87','Delete table',NULL,NULL,'LINE',NULL,10,'','61bfbd86f25faa451b553df2d54320a0','',NULL),(2000,'en','default','d30698842616368c80183b091af79a26','Deleted text (strikethrough)',NULL,NULL,'LINE',NULL,10,'','9ff29d807bd17f19c4a84c770a62b5e9','',NULL),(2001,'en','default','1294e8c29fb59da902198447bd9a256c','Deleting...',NULL,NULL,'LINE',NULL,10,'','94670e969d92fd25234879312d63f791','',NULL),(2002,'en','default','f74ee12e9a711c21f33c4f42fa0cd602','Deletion failed: %s',NULL,NULL,'LINE',NULL,10,'','ae7488c0cf0847ef5cc8bf95acaa858d','',NULL),(2003,'en','default','cc4702e642680a7a4af2e946f9d9fae6','Describe this audio file&hellip;',NULL,NULL,'LINE',NULL,10,'','121910453ef1465498a8c9757a802d55','',NULL),(2004,'en','default','7482476f6486da66050c43f94a21b70c','Describe this media file&hellip;',NULL,NULL,'LINE',NULL,10,'','89f866f5bb107f9f1693d9ecd6886ce9','',NULL),(2005,'en','default','81f7debe195e2b24e8a52aa52c25f572','Describe this video&hellip;',NULL,NULL,'LINE',NULL,10,'','ae259c737cdb3e57a504776c43f76b07','',NULL),(2006,'en','default','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'LINE',NULL,10,'','c2d6bda1130ce10540fc12e1fa7d5d30','',NULL),(2007,'en','default','9f9eda69604e9495c95ce4b670a0ef2c','Description for the object, as it exists in the database.',NULL,NULL,'LINE',NULL,10,'','2f760c703930beafdba355cd941a6e2a','',NULL),(2008,'en','default','9af1ed9e2b94afaab87bec08c6ff7428','Description of the user.',NULL,NULL,'LINE',NULL,10,'','7f0165eea52cce21704cbfa8160bf367','',NULL),(2009,'en','default','94186070ef6773ba0f1721c19980e487','Deselect',NULL,NULL,'LINE',NULL,10,'','0cbd9b40aa3685c9f28443970d5e30ea','',NULL),(2010,'en','default','50d1e7674959dc8645e9ee79de6cd9bb','Destination directory for file streaming does not exist or is not writable.',NULL,NULL,'LINE',NULL,10,'','3446860ebe2c9a945e08fb8b29c13d7a','',NULL),(2011,'en','default','366a07e5515448b8fa93624b25f7809e','Details about the media file, specific to its type.',NULL,NULL,'LINE',NULL,10,'','557ee8c28321786826ef68ad26119bb5','',NULL),(2012,'en','default','da48773883fdf3c4dd9342dd98dae32e','Details for theme: %s',NULL,NULL,'LINE',NULL,10,'','de5f504f853c0a1ece426ae02a7b0403','',NULL),(2013,'en','default','01ecfbc6c8523e759b643aecdeb61c54','Did you just paste HTML?',NULL,NULL,'LINE',NULL,10,'','46b071184eebcadc2485e669646edb42','',NULL),(2014,'en','default','11794736544fbfa70ff44944f8cf8416','Did you know there is a &#8220;Custom HTML&#8221; widget now? You can find it by pressing the &#8220;<a class=\"add-widget\" href=\"#\">Add a Widget</a>&#8221; button and searching for &#8220;HTML&#8221;. Check it out to add some custom code to your site!',NULL,NULL,'LINE',NULL,10,'','4dc32e661c2490177fa8c14ca3176711','',NULL),(2015,'en','default','9345f3bb224d0c47a2dcb43fcab614fe','Did you know there is a &#8220;Custom HTML&#8221; widget now? You can find it by scanning the list of available widgets on this screen. Check it out to add some custom code to your site!',NULL,NULL,'LINE',NULL,10,'','9009058e4e7bf64ab14d78aaedc6ee30','',NULL),(2016,'en','default','f4843c1c797abf1a256c8802b6cd9f51','Dimensions',NULL,NULL,'LINE',NULL,10,'','ddf0d4f56bf1326aa87449653e2d366e','',NULL),(2017,'en','default','adcb4df47ab876d9a93d8a523e130c31','Dimensions:',NULL,NULL,'LINE',NULL,10,'','538af31a13f309321e27069a2829ef01','',NULL),(2018,'en','default','98313f623bb6f464b9a154eca0b99bf3','Discard changes',NULL,NULL,'LINE',NULL,10,'','1e692736246797c7aab741941c5bd920','',NULL),(2019,'en','default','c8a59e7135a20b362f9c768b09454fdb','Dismiss',NULL,NULL,'LINE',NULL,10,'','f51af01649221d1f9d79ab8fc8fb45d0','',NULL),(2020,'en','default','250f0a912c138c23433708ee39f693d2','Dismiss Errors',NULL,NULL,'LINE',NULL,10,'','4c654361b77ba85f61791308e52e9fa9','',NULL),(2021,'en','default','8c1ee449418789460326ef3cb333e2d9','Dismiss this notice.',NULL,NULL,'LINE',NULL,10,'','710274e15154f7ec5cfe5536bf18339e','',NULL),(2022,'en','default','3d23e1e11c824540fb5ae59cadefd5d5','Display Settings',NULL,NULL,'LINE',NULL,10,'','0beb1ee14f898c7207612fa9884b28de','',NULL),(2023,'en','default','91fcabc9cf744658b7193ff8313f5137','Display Site Title and Tagline',NULL,NULL,'LINE',NULL,10,'','c6ca18ffd6392173de3630071f4dbd51','',NULL),(2024,'en','default','7fb1da4e94fb3f1280d6486602bcffab','Display as dropdown',NULL,NULL,'LINE',NULL,10,'','2e0d4b5d38a5ba330300c8da0dbdc5b4','',NULL),(2025,'en','default','7ab222df57dcad519d40f8f354603e8f','Display item author if available?',NULL,NULL,'LINE',NULL,10,'','212b9f4bfc9448d6743b4c43180bc9be','',NULL),(2026,'en','default','7787a0a8d26e209905d0e49a7dd17e8c','Display item content?',NULL,NULL,'LINE',NULL,10,'','3a04bdc420ff17ed1f5b281680f936fb','',NULL),(2027,'en','default','de9ccf3cc03882a07de9da765cb3b7f9','Display item date?',NULL,NULL,'LINE',NULL,10,'','b2627c12ad7b480446f1eadb1a5a2506','',NULL),(2028,'en','default','dfac199b25dc4627055024b1d35ec2f6','%1$s %2$s',NULL,NULL,'LINE',NULL,10,'Display name based on first name and last name','14a8c42e5e3f7c5d8fdaa6258ffa307e','',NULL),(2029,'en','default','17dc974b40d6af5af4f849dbc86653c3','Display name for the object author.',NULL,NULL,'LINE',NULL,10,'','3e4c9b40b636c3c759f6d7fe18a653b0','',NULL),(2030,'en','default','987b9e93841993d344679df20d1af1f5','Display name for the user.',NULL,NULL,'LINE',NULL,10,'','415efdb8cc8a70c13e1fdd0e64067e51','',NULL),(2031,'en','default','ac45b2ec6c5fb197af0df94ef4564e29','Display post date?',NULL,NULL,'LINE',NULL,10,'','c74798ff811916500a7826fea3b56ddb','',NULL),(2032,'en','default','467eea8a05df846ffa6513bf840dc6ad','Displaying %d themes',NULL,NULL,'LINE',NULL,10,'','a8227c7ceab591db0fb2727b664c7ea7','',NULL),(2033,'en','default','d59a5190ecc6106b3d2382d1e3b031c2','Displays a video from the media library or from YouTube, Vimeo, or another provider.',NULL,NULL,'LINE',NULL,10,'','08003ceb6269c4eaa0c48034f44e9bc3','',NULL),(2034,'en','default','f2e7f68e50df781840418a02a66af283','Displays an audio player.',NULL,NULL,'LINE',NULL,10,'','374afcd941dc1d8195817858fddfb1be','',NULL),(2035,'en','default','e5984de233844431aafed75a1364a24c','Displays an image gallery.',NULL,NULL,'LINE',NULL,10,'','4dfdf9df58d18ae059b6512de0973415','',NULL),(2036,'en','default','7f376f08440446f28374bfc71a84f965','Displays an image.',NULL,NULL,'LINE',NULL,10,'','af6209842aa9259fcc490ead15491a30','',NULL),(2037,'en','default','06b683307b1f1df14e2b46a32f17914b','Distraction-free writing mode',NULL,NULL,'LINE',NULL,10,'','d7349605c180f396bd0ab16f77e4ae3a','',NULL),(2038,'en','default','f10d0c7137943f3d40ef3622697a9e6b','Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook.',NULL,NULL,'LINE',NULL,10,'','f0972eb578b599573d68794b827e0ad8','',NULL),(2039,'en','default','31e75ad34b915c5d599814e4cb3c4768','Do not pass %1$s tags to %2$s.',NULL,NULL,'LINE',NULL,10,'','3225d9ab4c51f08addf788e29d8a0168','',NULL),(2040,'en','default','43d9e3dff3b32a21f11e319ae091091e','Do you really want to <a href=\"%s\">log out</a>?',NULL,NULL,'LINE',NULL,10,'','c1a8c7376c112c69c933bc823941cc84','',NULL),(2041,'en','default','5bfb4ad4aa3b9b8d491cb00c33e99c7e','Document Preview',NULL,NULL,'LINE',NULL,10,'','2ae0b2099d2238001e624f93fb836706','',NULL),(2042,'en','default','c95596f9533392e334dc42afb40cc93e','Document properties',NULL,NULL,'LINE',NULL,10,'','b711c8fdf3c5ace5613b625e78b7dc2c','',NULL),(2043,'en','default','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'LINE',NULL,10,'','408b4bbf4d0749079af0d36ddbe0b91f','',NULL),(2044,'en','default','3709faf13adbf10253f0dc51297b0862','Does the user %1$s have permission to use the %2$s database?',NULL,NULL,'LINE',NULL,10,'','e524b01d73e2506880c999932f2fa5bb','',NULL),(2045,'en','default','f92965e2c8a7afb3c1b9a5c09a263636','Done',NULL,NULL,'LINE',NULL,10,'','0feedc645a517acebf785a1a79b490d9','',NULL),(2046,'en','default','45478649ca94a2e85048a1c2713ce76a','Download Video',NULL,NULL,'LINE',NULL,10,'','6e5b4d17e98c43133a9c1301ff3a570c','',NULL),(2047,'en','default','191d138ef6ea28849bdd863418c87ba1','Downloading your new theme&hellip;',NULL,NULL,'LINE',NULL,10,'','04004484f894ee34710042cb8b42f283','',NULL),(2048,'en','default','f03ab16cd58372c77ba45a3d9a5a1cb9','Draft',NULL,NULL,'LINE',NULL,10,'','b9e113538fc17c7dd5b12712a392c691','',NULL),(2049,'en','default','2d71622107288fedd3f3d677682e6fa2','Draft <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','c3a4f87ce11230cca3ac6697df93db80','',NULL),(2050,'en','default','be563fc0e0a230e8061525359c58afdd','Drafts <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','9034cd10216a56ebc2fa0e7181b9720c','',NULL),(2051,'en','default','6c72916b25f0dc05f575f80b060472fd','Draft Saved',NULL,NULL,'LINE',NULL,10,'','183ce40a162f34176659430e288cbab6','',NULL),(2052,'en','default','5ef98452db94b834f8e4f164639fc187','Drag and drop to reorder media files.',NULL,NULL,'LINE',NULL,10,'','4b1361fb72f0ddfb536a579a652e1ac2','',NULL),(2053,'en','default','d66d7df46602f54d427dcc5bf084d77d','Drag and drop to reorder tracks.',NULL,NULL,'LINE',NULL,10,'','601e72b29c42427239b0b6edb51b8fa7','',NULL),(2054,'en','default','e63f311867311b886d8c06f5f8a90b40','Drag and drop to reorder videos.',NULL,NULL,'LINE',NULL,10,'','8b577d2f5df8bbaef1ee92b3285fe9bb','',NULL),(2055,'en','default','0476e07ad6529ae58e33c5fe8f0c0699','Drag boxes here',NULL,NULL,'LINE',NULL,10,'','01266f0b9b3fa7fa48542aa86fd34059','',NULL),(2056,'en','default','3afbf174438efc3a2dbd1f9180dd77a4','Drop files anywhere to upload',NULL,NULL,'LINE',NULL,10,'','73c269c64f1f94b2b6cd1020a323470f','',NULL),(2057,'en','default','cc27bdc4fdf6042a63931955907149ee','Drop files to upload',NULL,NULL,'LINE',NULL,10,'','93ed5472da3053da0553401fa105bbe0','',NULL),(2058,'en','default','ffa27d46f62cb4da0dfd58040676e031','Duplicate comment detected; it looks as though you&#8217;ve already said that!',NULL,NULL,'LINE',NULL,10,'','3c2c70cb57ac0b724452cfbaa0b890ed','',NULL),(2059,'en','default','68bf367e228f45ba83cb8831a5ee6447','Dutch',NULL,NULL,'LINE',NULL,10,'','ff1d25ac919497e477b5afcefd0871a2','',NULL),(2060,'en','default','7b0765d79dc79d164705b67bed1388de','ERROR: The themes directory is either empty or doesn&#8217;t exist. Please check your installation.',NULL,NULL,'LINE',NULL,10,'','92fdabc65fceeda8950339b0936a35ae','',NULL),(2061,'en','default','1a7d171b38635833bab8172656d22d90','ERROR: This is not a valid feed template.',NULL,NULL,'LINE',NULL,10,'','ee15d9e02a600c22cfadac68df3c42dd','',NULL),(2062,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'','91e7cf9d6679d0028fbf72f251a9db4f','',NULL),(2063,'en','default','c9e8da53943644fc5b2492785387b62a','Edit Audio Playlist',NULL,NULL,'LINE',NULL,10,'','e9b8dcd2b9a2ed1aba063bfb704204d8','',NULL),(2064,'en','default','176bf027c77f1139b35c26a2b0641497','Edit Category',NULL,NULL,'LINE',NULL,10,'','330d12ed03695f68dc5c840cd93f79a1','',NULL),(2065,'en','default','789c03bf8264cd9af754067d2b9c158d','Edit Changeset',NULL,NULL,'LINE',NULL,10,'','89a09bb98950f71e10971f88ed04a51d','',NULL),(2066,'en','default','5660c6dad0d0a25ffa0e26a9f82172e3','Edit Gallery',NULL,NULL,'LINE',NULL,10,'','30198923ad2cd72a029a3ef6298ee901','',NULL),(2067,'en','default','03274f27f51f0c39e06e0e6cd07e01a9','Edit Image',NULL,NULL,'LINE',NULL,10,'','cd9369b8844fdff34770dd36adf2d6ce','',NULL),(2068,'en','default','60fdd28c62d11545e568f150608d946f','Edit Link Category',NULL,NULL,'LINE',NULL,10,'','6779029bd68955c71e06fb74fce727c2','',NULL),(2069,'en','default','96b60a1bf66653894616670b8c91edab','Edit Media',NULL,NULL,'LINE',NULL,10,'','d32effd0cca9c9d0ac74a8d25ff44301','',NULL),(2070,'en','default','b7db11a7323447ed4a802db6bb242e05','Edit Menu',NULL,NULL,'LINE',NULL,10,'','04b96e3a53d47760d220def4fc9fd487','',NULL),(2071,'en','default','40a0b2f70a97066aa0b2f79ca64248d1','Edit My Profile',NULL,NULL,'LINE',NULL,10,'','195eb04377bbff12e61594b812d3b759','',NULL),(2072,'en','default','17b35174a87f9702f57538fda922ed43','Edit Original',NULL,NULL,'LINE',NULL,10,'','7899ec06702bdba45b74600ed1038e2b','',NULL),(2073,'en','default','5b8a065f8920024116be94abfa72d317','Edit Page',NULL,NULL,'LINE',NULL,10,'','eacab42d2c0600a1a9fb3954730e1c7e','',NULL),(2074,'en','default','17ebfcf145608c383876bfdcdd90b901','Edit Post',NULL,NULL,'LINE',NULL,10,'','fc1dc28e691a1d0ef3088e987f8eed88','',NULL),(2075,'en','default','456d00e563bf2b77fd6bbd9babee2b35','Edit Selection',NULL,NULL,'LINE',NULL,10,'','9302aab2a56177ad8e3aac57db1ecc2d','',NULL),(2076,'en','default','c892427414eb7425a99bc8593476b120','Edit Site',NULL,NULL,'LINE',NULL,10,'','dfa3b9d89409c97f485ef30682e56be6','',NULL),(2077,'en','default','3854516c160b786e4a58a349089ade9d','Edit Tag',NULL,NULL,'LINE',NULL,10,'','11520f77ec9ae1cc8fc1114f14581138','',NULL),(2078,'en','default','c8929f053bc4ce8da8765ac64978925f','Edit This',NULL,NULL,'LINE',NULL,10,'','e1be8e394786fccfc57f1f5b84192868','',NULL),(2079,'en','default','65d7cc265608a3f28d479f7cb8e742ec','Edit User',NULL,NULL,'LINE',NULL,10,'','2b229389004c1357d415de14a1a6aa39','',NULL),(2080,'en','default','0aa312c21255b88719fc2b04a49f4956','Edit Video Playlist',NULL,NULL,'LINE',NULL,10,'','92af77fd73141cb4f513cc1151b32753','',NULL),(2081,'en','default','1a0c223f07820456e505b88070243f5e','Edit menu item: %1$s (%2$s)',NULL,NULL,'LINE',NULL,10,'','b8eed6ac4ee04855c9b3eaa7f04427ba','',NULL),(2082,'en','default','f331418658fdb2e84c055e1b8e6847ec','Edit more details',NULL,NULL,'LINE',NULL,10,'','bcd0fdb8a9762c30a07186c07b83d1f1','',NULL),(2083,'en','default','b4345d0e3e15e7b7db55fae6290eaf4a','Edit next media item',NULL,NULL,'LINE',NULL,10,'','3fdcc12926f8c405e68a1d8be7308d0e','',NULL),(2084,'en','default','3800f24b83b0eece4c12206af33d0fe9','Edit previous media item',NULL,NULL,'LINE',NULL,10,'','69331e6772ec0582de7d223ede7a19b6','',NULL),(2085,'en','default','33c99d3a351713330a61de7d5c517347','Edit selected menu',NULL,NULL,'LINE',NULL,10,'','87aaa3a87649d4992c4bddb2a8e87783','',NULL),(2086,'en','default','ba3044daea44842f8a6e173958783fb6','Editor menu (when enabled)',NULL,NULL,'LINE',NULL,10,'','2440b2e8b16e2979035b43426a0738ce','',NULL),(2087,'en','default','f7ab9706fb6b8e34e49069e7f1da8fe3','Editor toolbar',NULL,NULL,'LINE',NULL,10,'','dda6da73224499a1c9c6cc282474bbb2','',NULL),(2088,'en','default','89fc0a12aedd3f7a5d1713693492b54c','Either there are no posts, or something went wrong.',NULL,NULL,'LINE',NULL,10,'','4ca497e5b170751322e3b5827624925f','',NULL),(2089,'en','default','74fe85b824573f6f3aa95d26fcf982bd','Elements path',NULL,NULL,'LINE',NULL,10,'','16b87bed1a8676e889375d13d2358d42','',NULL),(2090,'en','default','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'LINE',NULL,10,'','237efd53b7e2780838de3afd0223661a','',NULL),(2091,'en','default','ae5f5e6963b39649229b75291ce52b74','Email address for the object author.',NULL,NULL,'LINE',NULL,10,'','571d928b7c7f35a4f8ed678eedf03904','',NULL),(2092,'en','default','bc534eac64f78cf256120f0edf7941c9','Email&nbsp;Address:',NULL,NULL,'LINE',NULL,10,'','83fa6b97c4849da52c65a01e40b5e933','',NULL),(2093,'en','default','9626d919da8ef797204197954cbc9d9a','Email: %s',NULL,NULL,'LINE',NULL,10,'','9767250565666eb595be6bb399806046','',NULL),(2094,'en','default','f210e321d18ec88515188cb044834bc5','Embed',NULL,NULL,'LINE',NULL,10,'','e6f2c4f5e21ec8d181d5651f3430417b','',NULL),(2095,'en','default','3af137166094b03ce120d6b82b156616','Embed Media Player',NULL,NULL,'LINE',NULL,10,'','52821c06a0887b5d3e48a452e07bc9e5','',NULL),(2096,'en','default','940bea016af9835004a47c3a1486cc94','Embed or Link',NULL,NULL,'LINE',NULL,10,'','44e6a9a13212b1f657e5f763254c6eda','',NULL),(2097,'en','default','97079c14712737e28cb84686d07a17b5','Emoticons',NULL,NULL,'LINE',NULL,10,'','5a12b34166060bad49cdd2651d33fccc','',NULL),(2098,'en','default','a89ac50e75ebed3813c97cbd4aaef05a','Empty Term.',NULL,NULL,'LINE',NULL,10,'','9bf6019edb15ee449d7a5832e415b9e7','',NULL),(2099,'en','default','4c4ac6eddc5241ced6f5acc0492d32e8','Empty filename',NULL,NULL,'LINE',NULL,10,'','8a451c9cffb91742e72784bc3368746f','',NULL),(2100,'en','default','59c7d9ba6844507c0d76094f047a5eb8','Empty title',NULL,NULL,'LINE',NULL,10,'','8de8554a9eebe5fc8724cd1721bf016d','',NULL),(2101,'en','default','169a6f6b44766410bffebf76ff3dcf17','Encoding',NULL,NULL,'LINE',NULL,10,'','c56383cf94c22ae9879e240b4b23becd','',NULL),(2102,'en','default','78463a384a5aa4fad5fa73e2f506ecfc','English',NULL,NULL,'LINE',NULL,10,'','a2344ba0745fb5bd2cdc61a22e557882','',NULL),(2103,'en','default','ba3090c7a1b0b31421ef8a971e8c8e1b','Ensure result set excludes comments assigned to specific user IDs. Requires authorization.',NULL,NULL,'LINE',NULL,10,'','ec022641ccc4d9947c3025be9bce68b8','',NULL),(2104,'en','default','26799871b8aa8cc2fc2f02ca754c55d0','Ensure result set excludes posts assigned to specific authors.',NULL,NULL,'LINE',NULL,10,'','e4d84a4887bac9e0cffc0c1e710620c1','',NULL),(2105,'en','default','66bdffce2fe2bd9048591518d6181b6d','Ensure result set excludes specific IDs.',NULL,NULL,'LINE',NULL,10,'','5cc66839b6b04114548efbe3226ffaf6','',NULL),(2106,'en','default','5f081e01157eaf50d0406e5f7f025fe7','Ensure result set excludes specific parent IDs.',NULL,NULL,'LINE',NULL,10,'','07ae76f4976901572744f8d52570211b','',NULL),(2107,'en','default','bb4112f230fd3646913d058a5156683c','Enter a description of the image',NULL,NULL,'LINE',NULL,10,'','75e90823628286516d2656c22a881634','',NULL),(2108,'en','default','4496aa91729c5f168465a86395315c38','Enter desktop preview mode',NULL,NULL,'LINE',NULL,10,'','a118a29aee734ccc738aaa090f7fcfeb','',NULL),(2109,'en','default','c402e4a3ccc19486b503264f4ac0a805','Enter mobile preview mode',NULL,NULL,'LINE',NULL,10,'','4299076c86b16191d09119c3f0b6c5fc','',NULL),(2110,'en','default','473e6a26cffc8cc12ee72bba15922ddc','Enter tablet preview mode',NULL,NULL,'LINE',NULL,10,'','bb246a464cff8eb4b001fabf15ddbca0','',NULL),(2111,'en','default','6417292d4d6cb8c503ef873e7764f58e','Enter the RSS feed URL here:',NULL,NULL,'LINE',NULL,10,'','3f4429612e090d11d332c5741b11f27f','',NULL),(2112,'en','default','29903600533e7d928c16df1cb9787885','Enter the URL',NULL,NULL,'LINE',NULL,10,'','5982b282338a75050e426cd382d3a333','',NULL),(2113,'en','default','6109eec2cfbf630c3b4f71cc40c5f0fa','Enter the URL of the image',NULL,NULL,'LINE',NULL,10,'','801479b741fc47598514dd05e8e88c62','',NULL),(2114,'en','default','e87fdf76a8555cb9f30ccee94e6b8161','Enter the destination URL',NULL,NULL,'LINE',NULL,10,'','2505b449ed6b2d3341c15350da542442','',NULL),(2115,'en','default','0c817022079bba6f495477a6c9d894e6','Enter your closest city to find nearby events.',NULL,NULL,'LINE',NULL,10,'','5095b982dba0038adcbb65729356e271','',NULL),(2116,'en','default','1b61dffa9d83c384e43e22a12a4e72a9','Enter your new password below.',NULL,NULL,'LINE',NULL,10,'','5b8881cbdce0236cde61ab963bce830e','',NULL),(2117,'en','default','0dba91959d156c32f6f6362f5fad0027','Enter your password to view comments.',NULL,NULL,'LINE',NULL,10,'','0f61fe1b0134af9aee88df6bc3c36ebc','',NULL),(2118,'en','default','88da9a7264e56cc2e931a8826572add6','Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>',NULL,NULL,'LINE',NULL,10,'','b64b8ad67abcbabc86740d7b42d26fb3','',NULL),(2119,'en','default','09f21420c2703ae0d38817c70e909e66','Entries from any RSS or Atom feed.',NULL,NULL,'LINE',NULL,10,'','a45529e4701f9aae74fc66fc8ef887de','',NULL),(2120,'en','default','6f6e07e8ba590880b94a7ffc4715372d','Erase Personal Data',NULL,NULL,'LINE',NULL,10,'','657715d9d66ddf0eb9844cd2eca3094e','',NULL),(2121,'en','default','b52b57dc94244474ab781fbeed6955cf','Error creating new user.',NULL,NULL,'LINE',NULL,10,'','4eaed3815265236edad4d702a765004d','',NULL),(2122,'en','default','53dd2be6091b0c3334ba854e79cb02e4','Error establishing a database connection',NULL,NULL,'LINE',NULL,10,'','3d985713dee95ab8a8723b95086bc47d','',NULL),(2123,'en','default','f13ba477400186f9b1e7560f4eb5b56e','Error reconnecting to the database',NULL,NULL,'LINE',NULL,10,'','f906f3c7e5e0c08e7e581c04d162452a','',NULL),(2124,'en','default','a388f6c3c5d4871e1dbc5dbe1a3c110f','Error while saving the changes.',NULL,NULL,'LINE',NULL,10,'','ddf4fececc23a0febb3d15ff385c2135','',NULL),(2125,'en','default','28916fc3da67a5190b2b98a7f309857f','Estonian',NULL,NULL,'LINE',NULL,10,'','3785dac5ed454aa8f1596ee434817bd5','',NULL),(2126,'en','default','6ca8bf4766b9dc7b1ea8b69562faac3f','Excerpt',NULL,NULL,'LINE',NULL,10,'','8c1cbcb791203657658e1bfcc1cc6acf','',NULL),(2127,'en','default','951a7dafc946b56ab315ba8826516ff4','Excerpt for the object, as it exists in the database.',NULL,NULL,'LINE',NULL,10,'','1787a9f2389ac3424fd664f631c7af0e','',NULL),(2128,'en','default','50a4b6c0a93b6a4a57a47ed4e766329b','Exclude:',NULL,NULL,'LINE',NULL,10,'','389133ad10da81b84cb0e9c032cbc84e','',NULL),(2129,'en','default','b6285c26617407628bb2e398e3aad89d','Expand Main menu',NULL,NULL,'LINE',NULL,10,'','5317582e3a50f6590fb9d747c17d1337','',NULL),(2130,'en','default','b7a9723430f4a2671b29384b2c5ae4f6','Export Personal Data',NULL,NULL,'LINE',NULL,10,'','e3bfa9dff9ec612a8a362cfa6db1eb19','',NULL),(2131,'en','default','fd99d9009b7ee4f0728a96b42ebd28a5','F j, Y',NULL,NULL,'LINE',NULL,10,'','c21b6e4141dca1c1ab2255adbdefabb9','',NULL),(2132,'en','default','fee03f10dca373405f98d2265cbf85c7','F j, Y g:i a',NULL,NULL,'LINE',NULL,10,'','a073e5e5778844ca20aca09bc3ebb574','',NULL),(2133,'en','default','b654e41cebbe4cb1b9028e18bc37a4dc','F, Y',NULL,NULL,'LINE',NULL,10,'','f659f86dd2f00d467e095a5c652ab7fc','',NULL),(2134,'en','default','d7c8c85bf79bbe1b7188497c32c3b0ca','Failed',NULL,NULL,'LINE',NULL,10,'','b92b482664887f020dd9560c01c020be','',NULL),(2135,'en','default','4e344baf5a9295d1e983778a3a0b48b5','Failed to delete the page.',NULL,NULL,'LINE',NULL,10,'','2456fb9d36ec36aa2e8ca38da5aa908f','',NULL),(2136,'en','default','2eb780cb7a0c8c87f875dff2466aa2c9','Failed to write request to temporary file.',NULL,NULL,'LINE',NULL,10,'','dc7c6cf6627f614c192169060dc14778','',NULL),(2137,'en','default','659e59f062c75f81259d22786d6c44aa','February',NULL,NULL,'LINE',NULL,10,'','7e48db8a2c41ac16271fa9d088d55f1f','',NULL),(2138,'en','default','ea171d540ccd5f0669171ef06d3cd848','Feb',NULL,NULL,'LINE',NULL,10,'February abbreviation','824ba40bdb5e829a2aef82f36396663a','',NULL),(2139,'en','default','509e891bdec8900f15228f8c080e7c5f','Feed for all posts filed under %s',NULL,NULL,'LINE',NULL,10,'','907fb92e6a8a93e7ae2534263bac0dbf','',NULL),(2140,'en','default','bea4c2c8eb82d05891ddd71584881b56','Feedback',NULL,NULL,'LINE',NULL,10,'','f5d758b2de08d66b14149a608ec404e3','',NULL),(2141,'en','default','ab03e9cd60ef60065a8ec92af60b8a3f','File &#8220;%s&#8221; doesn&#8217;t exist?',NULL,NULL,'LINE',NULL,10,'','31b7d356d7a1b1a584940f088d319d40','',NULL),(2142,'en','default','6c2565c9a8cf950398ffe96b8fadcef7','File &#8220;%s&#8221; is not an image.',NULL,NULL,'LINE',NULL,10,'','e4489a8a6573c8d70b49c16b49e9d204','',NULL),(2143,'en','default','17da121a5831fbef43e5b0a5ef52cb1c','File canceled.',NULL,NULL,'LINE',NULL,10,'','90ddfebc63bcc07c87629181d8f9298a','',NULL),(2144,'en','default','2dabc6b1b2d7d7703703500254a888a9','File doesn&#8217;t exist?',NULL,NULL,'LINE',NULL,10,'','893d4263f485ef3f0e9b2152aa71f0bd','',NULL),(2145,'en','default','a4dca1d5a2e7e634c754722f0a8d7056','File is not an image.',NULL,NULL,'LINE',NULL,10,'','0f39d3d7e1b77d84c898d1529bb6059c','',NULL),(2146,'en','default','84dbb21542f0323399e35c2a589ded26','File name:',NULL,NULL,'LINE',NULL,10,'','935f667c5930a93e04d779d469607425','',NULL),(2147,'en','default','a99236f155b9a3606d7b36262179bc17','File size:',NULL,NULL,'LINE',NULL,10,'','1f505ece82b6d0db95057abb6ca0834b','',NULL),(2148,'en','default','903968bc876a928a3699cd913b1489d4','File type:',NULL,NULL,'LINE',NULL,10,'','d88bfdc5477323a4e5f23b1feb223a00','',NULL),(2149,'en','default','473a1337a08505cff4da2b79e2145015','Filipino',NULL,NULL,'LINE',NULL,10,'','d1716cd7a0582031842873e51e691b65','',NULL),(2150,'en','default','ae1aeb02879121b28d9d32f7a3f49ab5','Fill Screen',NULL,NULL,'LINE',NULL,10,'','55bddcbceef013cfec556b197bbbb9eb','',NULL),(2151,'en','default','aa2af0ca3847200ad4bf2ae5a0337359','Filter by date',NULL,NULL,'LINE',NULL,10,'','c3293a8adbe97338797746883eb394b9','',NULL),(2152,'en','default','8870ba7044d8bb0fd95686ec955f9109','Filter by type',NULL,NULL,'LINE',NULL,10,'','ffab7780acb05f648cfd2d9147431e6f','',NULL),(2153,'en','default','ff2340d0b237c5a32b43ba7bed65babd','Filter pages list',NULL,NULL,'LINE',NULL,10,'','9488f3826eb7faff4418f8842f4cf8f6','',NULL),(2154,'en','default','936419c73ad8ef5d0ee1b691ca4d6065','Filter posts list',NULL,NULL,'LINE',NULL,10,'','e3bac655de314eaed87da9944631ffef','',NULL),(2155,'en','default','c7c25d2278c86148dbc748257e85ed4e','Filter themes',NULL,NULL,'LINE',NULL,10,'','1fb6bac1fb9866720e407c60a47763c2','',NULL),(2156,'en','default','7f589f12d2e2f2b0b7a09615f7d1c6ff','Filter themes (%s)',NULL,NULL,'LINE',NULL,10,'','90abe676f5409255a8887ea3d6cb4978','',NULL),(2157,'en','default','7b8c5bf23712793d2e30c9b32fd70982','Find and replace',NULL,NULL,'LINE',NULL,10,'','da38b439691f9f6f8e12c0b142abd388','',NULL),(2158,'en','default','9ae099fd082267fa2f2f85664a4f74dc','Finnish',NULL,NULL,'LINE',NULL,10,'','5ade8dce39013ab4355b8594eeaf82a1','',NULL),(2159,'en','default','fdc9e07d05ed33212e41456b7b9c155e','First Post',NULL,NULL,'LINE',NULL,10,'','98e50e8713a340503e7baab28b7062d4','',NULL),(2160,'en','default','37504931674815eb741205879239bb7a','First name for the user.',NULL,NULL,'LINE',NULL,10,'','e65c87316650caab21109faf5c1bdd4e','',NULL),(2161,'en','default','50898263951d13d94c02d8dd107424e0','Fit to Screen',NULL,NULL,'LINE',NULL,10,'','c61754ea5c91da8258cfe3ae4183e9f8','',NULL),(2162,'en','default','a498ff8c2f594a871ff3413ae10932a9','Fixed Layout',NULL,NULL,'LINE',NULL,10,'','3de45ada14b5afa8cb3e6548aa808d37','',NULL),(2163,'en','default','6935071fd3292e3ddedc5ca4bca8b679','Fluid Layout',NULL,NULL,'LINE',NULL,10,'','16160b4059710ba1e2bc270dc30da507','',NULL),(2164,'en','default','7c807bb189c2c62fe57dd063506b20e7','Focus shortcuts:',NULL,NULL,'LINE',NULL,10,'','33a409052d45deb88f76cd96cf8c2331','',NULL),(2165,'en','default','db40a5d4b654151bf70f2e25e73263dc','Font Family',NULL,NULL,'LINE',NULL,10,'','5de716733ce1be4c14412d277a23fbe9','',NULL),(2166,'en','default','d48fd59949bd988623e4d3b4af16e54f','Font Sizes',NULL,NULL,'LINE',NULL,10,'','177ff637be77d05c05ff62b66c8d9b09','',NULL),(2167,'en','default','a3323db22ff6c4b2be5598ea673ac7cd','For some strange yet very annoying reason, this post could not be edited.',NULL,NULL,'LINE',NULL,10,'','353cbc7c1bff2de22e55299b1ec924e2','',NULL),(2168,'en','default','ad225f707802ba118c22987186dd38e8','French',NULL,NULL,'LINE',NULL,10,'','b497a07e470aa7178a1647504bfb4745','',NULL),(2169,'en','default','ac616f844b9a5ea5a827bf7fb99b1ad5','Fri',NULL,NULL,'LINE',NULL,10,'','1033d237e74491b726eb1dd226ef7ee5','',NULL),(2170,'en','default','c33b138a163847cdb6caeeb7c9a126b4','Friday',NULL,NULL,'LINE',NULL,10,'','4859167acfc0ec2dc6610f682d7f3065','',NULL),(2171,'en','default','800618943025315f869e4e1f09471012','F',NULL,NULL,'LINE',NULL,10,'Friday initial','f4c932bb1d4be2eacf6a6064c9e38ba7','',NULL),(2172,'en','default','f49bcb4e90a6ab261904b6b50f4a24ce','Full Size',NULL,NULL,'LINE',NULL,10,'','384655e36013f6f28512f5868c28dc9d','',NULL),(2173,'en','default','0829ea6734059d66e6bf87096b215dc1','Fullscreen',NULL,NULL,'LINE',NULL,10,'','ca97d521c79fb3aaabc418db8512c356','',NULL),(2174,'en','default','f031bdce8b8d1352b411ea8c1e5a4556','GUID for the object, as it exists in the database.',NULL,NULL,'LINE',NULL,10,'','70dcbf32319d625078e620f88e5215a1','',NULL),(2175,'en','default','507c333c5c8552a41e1ca5d88e80742e','GUID for the object, transformed for display.',NULL,NULL,'LINE',NULL,10,'','5fcef28feb9e390f8dd577f2c8fd4ceb','',NULL),(2176,'en','default','516a623325ded756f29f124618baabbc','Galician',NULL,NULL,'LINE',NULL,10,'','8e21dd2599c041e7f9e4689dd2289ea0','',NULL),(2177,'en','default','5c93310dd0291e121181e830cdda892e','Gallery',NULL,NULL,'LINE',NULL,10,'','64206d4e8dc5a73c3e32d5dd4fccdffd','',NULL),(2178,'en','default','3e28f7c94f7a6dad9bdc6025cbd31278','Gallery Settings',NULL,NULL,'LINE',NULL,10,'','45edfcda068a970412ec634596ae3675','',NULL),(2179,'en','default','0db377921f4ce762c62526131097968f','General',NULL,NULL,'LINE',NULL,10,'','ba8116854c5c8e7ac875e909747d3d1c','',NULL),(2180,'en','default','91563b044939df33670bd362715e334e','Genre',NULL,NULL,'LINE',NULL,10,'','c31e4fa51c1674237a96e7a510bca732','',NULL),(2181,'en','default','86bc3115eb4e9873ac96904a4a68e19e','German',NULL,NULL,'LINE',NULL,10,'','ffbd98a236d043e04ff21eac3bd325be','',NULL),(2182,'en','default','6f58ca06554951fa1a8a84cf26430165','Get <em>another</em> %s site in seconds',NULL,NULL,'LINE',NULL,10,'','50eaa56e0ec6bb522d3c6e9f0b956172','',NULL),(2183,'en','default','0c29f11dd040026b541199499c7a2a56','Get New Password',NULL,NULL,'LINE',NULL,10,'','a3d2f157255d270ae748e4643a06dd84','',NULL),(2184,'en','default','0da209e0f3a1e8d0924dc34c9c9c9590','Get your own %s account in seconds',NULL,NULL,'LINE',NULL,10,'','43ddc6c706b1278f8584fb6bb877c760','',NULL),(2185,'en','default','1826bcf6b8455f1d6d77769c94bd0e05','Gimme a site!',NULL,NULL,'LINE',NULL,10,'','09379e9ee01b3614d675549ad736f115','',NULL),(2186,'en','default','5d5724aa8212aa80de46a07713c067c4','Give the feed a title (optional):',NULL,NULL,'LINE',NULL,10,'','29c62e1f6428cb847f0de636c7082db5','',NULL),(2187,'en','default','97ae1147c0ccb2a816eaee11e2b397d2','Go Fullscreen',NULL,NULL,'LINE',NULL,10,'','f0558811eca1d7a7841af541236a7084','',NULL),(2188,'en','default','22b653bd8d2edcebb9e0036b4ac79262','Go back',NULL,NULL,'LINE',NULL,10,'','ea22351e860a8bc20ed0f5362986adb2','',NULL),(2189,'en','default','994ae1d9731cebe455aff211bcb25b93','Gray',NULL,NULL,'LINE',NULL,10,'','d7da9f0c7fcdadadba773e4095cf6baf','',NULL),(2190,'en','default','0aafa497807d5ac9b509656bd13b5283','Greek',NULL,NULL,'LINE',NULL,10,'','2b4cc327c4aef67778246ee05eebd7f0','',NULL),(2191,'en','default','d382816a3cbeed082c9e216e7392eed1','Green',NULL,NULL,'LINE',NULL,10,'','2769b5e82957e0479e0c070323dabf41','',NULL),(2192,'en','default','370d770f00c2a218ffbcb17932b1d3c9','Greetings Network Administrator!',NULL,NULL,'LINE',NULL,10,'','2f65f6c2f93fc1955ff8fce20ddf8332','',NULL),(2193,'en','default','8d432bff806ab6a0baf4022611bc731f','Grid View',NULL,NULL,'LINE',NULL,10,'','2f9a8be45711176f536857ce36c9bb06','',NULL),(2194,'en','default','e22549777f969ae26f716ef2e9050e28','HTML Embed',NULL,NULL,'LINE',NULL,10,'','10d023e3330e2f7540e0a87f5d643b75','',NULL),(2195,'en','default','fc04a646a07e761bef1bb3e00e69ade8','HTML caption for the attachment, transformed for display.',NULL,NULL,'LINE',NULL,10,'','b167e39e54dd423024704883614486d2','',NULL),(2196,'en','default','b1e0c1317d18ac4f97712a1682e11093','HTML content for the object, transformed for display.',NULL,NULL,'LINE',NULL,10,'','9e132c1dab2a9be4a9caeb4817375a73','',NULL),(2197,'en','default','0662412f9874e2a755a2ebe20a56e5a2','HTML description for the object, transformed for display.',NULL,NULL,'LINE',NULL,10,'','45cbb5d862316cc2c88010cb6aec3ecc','',NULL),(2198,'en','default','4d535b1541d915933a5a212ff79f0e39','HTML description of the term.',NULL,NULL,'LINE',NULL,10,'','507c874ce71cf8dbaf8b9dd1e3ea69a6','',NULL),(2199,'en','default','0125cf5f3ca38b312ca5d3b511c45a13','Inline',NULL,NULL,'LINE',NULL,10,'HTML elements','89c6cd7396371d3e9bcf2fdc45d9d869','',NULL),(2200,'en','default','2c335ce56ab7e64a6fd6dd45ece77741','HTML excerpt for the object, transformed for display.',NULL,NULL,'LINE',NULL,10,'','555ceba6b1eb68032d51e3453d0fca90','',NULL),(2201,'en','default','dd7bf230fde8d4836917806aff6a6b27','Address',NULL,NULL,'LINE',NULL,10,'HTML tag','17f0d0c85b49661b8295cfe6ffc5e0b2','',NULL),(2202,'en','default','43d11850893d2fe84a1e618121c1cc0a','Div',NULL,NULL,'LINE',NULL,10,'HTML tag','85ebfc94900136546dd0b0f7261352f5','',NULL),(2203,'en','default','fb55a965b77791b31ffd2bb548f71080','Pre',NULL,NULL,'LINE',NULL,10,'HTML tag','e79343dbac940144ebd4243bb2d6f447','',NULL),(2204,'en','default','b4d91030e8bedef67605e32731df7c31','Preformatted',NULL,NULL,'LINE',NULL,10,'HTML tag','e66d43ad0c0c34fbc53a13e0c8cb6f5a','',NULL),(2205,'en','default','74f000627e952a329c2ab7a8ef33e4ac','HTML title for the object, transformed for display.',NULL,NULL,'LINE',NULL,10,'','e32fb2ddb5799cde1151cba788909bb0','',NULL),(2206,'en','default','0811d57ca00e59384eab691b53543b3b','HTML title for the term.',NULL,NULL,'LINE',NULL,10,'','ddca8dee718d126c5d8a6b066a7fbbe4','',NULL),(2207,'en','default','8d41dcf3c3971ffa0531b6e96ac2d1ac','HTTP error.',NULL,NULL,'LINE',NULL,10,'','49183c7b900a162c6d2f31ff3a4dce90','',NULL),(2208,'en','default','7399ec7d744a0bf918af8a1975bebeca','Haitian Creole',NULL,NULL,'LINE',NULL,10,'','9258fedef2130c130001bf79f534e66a','',NULL),(2209,'en','default','4929ff16c9a2e9c172f91eca666829af','Have you entered your email correctly? You have entered %s, if it&#8217;s incorrect, you will not receive your email.',NULL,NULL,'LINE',NULL,10,'','422c236838d454116fceb51a3d4441ac','',NULL),(2210,'en','default','bf50d5e661106d0abe925af3c2e6f7e7','Header',NULL,NULL,'LINE',NULL,10,'','09ab951d5826da7d720d0c20f21d7ce6','',NULL),(2211,'en','default','e7809587c69a98dbf9ffe3d656e4e72a','Header Image',NULL,NULL,'LINE',NULL,10,'','9ce462c6f10956453237ce828502ee6b','',NULL),(2212,'en','default','08816e30c139a3cedcb9b42eaa66d284','Header Media',NULL,NULL,'LINE',NULL,10,'','baacea19c712d04a9e16ea1def44c784','',NULL),(2213,'en','default','6fe40da740405e7bb6c3f2480a566eeb','Header Text Color',NULL,NULL,'LINE',NULL,10,'','b8d043ddf8d7cb6f60329e0390cc4280','',NULL),(2214,'en','default','f904cc3ac47f43d0b7ebc9bad15e0808','Header Video',NULL,NULL,'LINE',NULL,10,'','afc5d9a57a8f0742d79ad8cb8c4d2952','',NULL),(2215,'en','default','c8f6db0ca8d90f879a9cd0116c72a395','Header cell',NULL,NULL,'LINE',NULL,10,'','208f5c5f1092bff7b43874a1f4c52a94','',NULL),(2216,'en','default','fd7500ca2aba5ce6ba82e8dee1ffe5f4','Heading 1',NULL,NULL,'LINE',NULL,10,'','7b7f27ecfc89c731c6307d84e51fbd1f','',NULL),(2217,'en','default','ea59935a58010a876f94374fb2f41d51','Heading 2',NULL,NULL,'LINE',NULL,10,'','06505df8c5ad3476ffc0403fe0cc941f','',NULL),(2218,'en','default','652864eb81a28bd7164f1605ab52a26a','Heading 3',NULL,NULL,'LINE',NULL,10,'','2c94094875cb5b20fcf5b9009f9a1bac','',NULL),(2219,'en','default','553ddd7695ba37dc6f821067d9f5da30','Heading 4',NULL,NULL,'LINE',NULL,10,'','0293251e2409f2757d50fef12cf1d48b','',NULL),(2220,'en','default','8c08de90796fbc4c4aae36014c40eec4','Heading 5',NULL,NULL,'LINE',NULL,10,'','f632af3f6accb1e7881ca42c4de7e592','',NULL),(2221,'en','default','a24b3f7226370522c2a0e7ffd542a031','Heading 6',NULL,NULL,'LINE',NULL,10,'','e820baac91371aefc00aad217b7bea78','',NULL),(2222,'en','default','c6c1f81a46666385fa7d85df7eaf8763','Hebrew',NULL,NULL,'LINE',NULL,10,'','2ca3c365aabeead32332925b56656279','',NULL),(2223,'en','default','eec6c4bdbd339edf8cbea68becb85244','Height',NULL,NULL,'LINE',NULL,10,'','2f53ece9313af74b74a5ea93cb4f5095','',NULL),(2224,'en','default','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'LINE',NULL,10,'','01439cc4d1aef1abb908116f3b6aa980','',NULL),(2225,'en','default','42909a8c5304f4149ad66ddc35d0162c','Hey there, looks like you just pasted HTML into the &#8220;Visual&#8221; tab of the Text widget. You may want to paste your code into the &#8220;Text&#8221; tab instead. Alternately, try out the new &#8220;Custom HTML&#8221; widget!',NULL,NULL,'LINE',NULL,10,'','cdeae11bf366f6ab8b82bd1d2368db29','',NULL),(2226,'en','default','25d69227863fb44f9bb6afb63d737d19','Hi ###USERNAME###,\\n\\nThis notice confirms that your email address on ###SITENAME### was changed to ###NEW_EMAIL###.\\n\\nIf you did not change your email, please contact the Site Administrator at\\n###ADMIN_EMAIL###\\n\\nThis email has been sent to ###EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','5de1e731966c1d006529fc1a084c6b0a','',NULL),(2227,'en','default','b9634bbe4864ededd98b1bcf3086eae5','Hi ###USERNAME###,\\n\\nThis notice confirms that your password was changed on ###SITENAME###.\\n\\nIf you did not change your password, please contact the Site Administrator at\\n###ADMIN_EMAIL###\\n\\nThis email has been sent to ###EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','2787ad08ab391720e6e938d5ae78f007','',NULL),(2228,'en','default','6763db61b0c143e9e3177521e443d2c4','Hi,\\n\\nThis notice confirms that the admin email address was changed on ###SITENAME###.\\n\\nThe new admin email address is ###NEW_EMAIL###.\\n\\nThis email has been sent to ###OLD_EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','4e8c9db368f8eaa448b116a46d1a0cc6','',NULL),(2229,'en','default','49efee179c405646256a626ae1c0cdb9','Hi,\\n\\nThis notice confirms that the network admin email address was changed on ###SITENAME###.\\n\\nThe new network admin email address is ###NEW_EMAIL###.\\n\\nThis email has been sent to ###OLD_EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','aa3c13416b3d0c95cbdb10ca15181f36','',NULL),(2230,'en','default','62a5e490880a92eef74f167d9dc6dca0','Hide',NULL,NULL,'LINE',NULL,10,'','81ec8a330ff644c9ea84ddaeb26987a5','',NULL),(2231,'en','default','f8298af5a18e14200a42641127c64fcb','Hide header image',NULL,NULL,'LINE',NULL,10,'','f68cc1d7af56135d2b67b63658fa1b0d','',NULL),(2232,'en','default','f97bfa92dc4e64fa98b4f66f7276d781','Hide image',NULL,NULL,'LINE',NULL,10,'','b2d585d9be309537d9d75c6146fe774b','',NULL),(2233,'en','default','3f5b7abc4738f2132264c2510f9dc39f','Hide password',NULL,NULL,'LINE',NULL,10,'','f6a98d9743bee5bfd08530a2388cb5c1','',NULL),(2234,'en','default','45c3171ef193c74b402f407fba9d955b','Hindi',NULL,NULL,'LINE',NULL,10,'','ef65d9f2174284e188622426cd13034a','',NULL),(2235,'en','default','34e43a0fbfa15dbcba66cedb183f3426','Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! \" ? $ % ^ &amp; ).',NULL,NULL,'LINE',NULL,10,'','37e73cad752936a2990f47cb14e70b14','',NULL),(2236,'en','default','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'LINE',NULL,10,'','cebfd100aac8309a9c0bab5092383ae3','',NULL),(2237,'en','default','339f7a2e087a159e6a31501649027a77','Homepage',NULL,NULL,'LINE',NULL,10,'','a738c90205bd042068898caad1ce42b5','',NULL),(2238,'en','default','a5140ec3ab79f6dd974aafda98b5f6d8','Homepage Settings',NULL,NULL,'LINE',NULL,10,'','9ccaec22118c6abcfdee6025b43bf522','',NULL),(2239,'en','default','6a860ec3e4aea62e10998cb4cb8da448','Homepage and posts page must be different.',NULL,NULL,'LINE',NULL,10,'','d2dabbb8d3d9831b6e3c56144ca0a31c','',NULL),(2240,'en','default','f0c8b2bc40856314cdc241d77f7eb12a','Horizontal line',NULL,NULL,'LINE',NULL,10,'','b5b3c98ee3876b4c3f310c98562bd329','',NULL),(2241,'en','default','1b9550bc1ef71d09573334556db893d5','Horizontal space',NULL,NULL,'LINE',NULL,10,'','8af2a3e9879a285792a94cd52e67c53e','',NULL),(2242,'en','default','b55e509c697e4cca0e1d160a7806698f','Hour',NULL,NULL,'LINE',NULL,10,'','fb64b2a4f65df25998f2a97ee3c097eb','',NULL),(2243,'en','default','60e2d5a1aad9154591fe7aeed264e12a','How many items would you like to display?',NULL,NULL,'LINE',NULL,10,'','ca50d60db0698aee99a4f1c5f45166c5','',NULL),(2244,'en','default','e0af55d5dda285e1c115ed4ed9af78f9','Howdy ###USERNAME###,\\n\\nYou recently requested to have the email address on your account changed.\\n\\nIf this is correct, please click on the following link to change it:\\n###ADMIN_URL###\\n\\nYou can safely ignore and delete this email if you do not want to\\ntake this action.\\n\\nThis email has been sent to ###EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','4c7febd745d8b12bfbd024affa2d913a','',NULL),(2245,'en','default','095c6a17c2a8a38fdb6b971c19e90e12','Howdy ###USERNAME###,\\n\\nYou recently requested to have the network admin email address on\\nyour network changed.\\n\\nIf this is correct, please click on the following link to change it:\\n###ADMIN_URL###\\n\\nYou can safely ignore and delete this email if you do not want to\\ntake this action.\\n\\nThis email has been sent to ###EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','81d47ce50054ae96232fa3aaec23e7f9','',NULL),(2246,'en','default','27801d60c727cc77a0af0b43cea6f4b6','Howdy USERNAME,\\n\\nYour new SITE_NAME site has been successfully set up at:\\nBLOG_URL\\n\\nYou can log in to the administrator account with the following information:\\n\\nUsername: USERNAME\\nPassword: PASSWORD\\nLog in here: BLOG_URLwp-login.php\\n\\nWe hope you enjoy your new site. Thanks!\\n\\n--The Team @ SITE_NAME',NULL,NULL,'LINE',NULL,10,'','c120d35021323637fc21132008c5c331','',NULL),(2247,'en','default','99e77b4ea57d035beec28a4aace328b5','Howdy USERNAME,\\n\\nYour new account is set up.\\n\\nYou can log in with the following information:\\nUsername: USERNAME\\nPassword: PASSWORD\\nLOGINLINK\\n\\nThanks!\\n\\n--The Team @ SITE_NAME',NULL,NULL,'LINE',NULL,10,'','698d770c6d5bd26cb65845be0fdd43a3','',NULL),(2248,'en','default','3a9c294343c5f8076a81c70a2e3df016','Howdy,\\n\\nA request has been made to perform the following action on your account:\\n\\n     ###DESCRIPTION###\\n\\nTo confirm this, please click on the following link:\\n###CONFIRM_URL###\\n\\nYou can safely ignore and delete this email if you do not want to\\ntake this action.\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','c4fe39a207abd5cf1d7bdbea7c8fbd8f','',NULL),(2249,'en','default','a3448d08f0fb51527fe3a8b4313869c8','Howdy,\\n\\nA user data privacy request has been confirmed on ###SITENAME###:\\n\\nUser: ###USER_EMAIL###\\nRequest: ###DESCRIPTION###\\n\\nYou can view and manage these data privacy requests here:\\n\\n###MANAGE_URL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','c8c30e6dc1f7b6e1e74b1046aa55e8a5','',NULL),(2250,'en','default','45c6e468c22eeb80c1c730531caf17b1','Howdy,\\n\\nYour request to erase your personal data on ###SITENAME### has been completed.\\n\\nIf you have any follow-up questions or concerns, please contact the site administrator.\\n\\nFor more information, you can also read our privacy policy: ###PRIVACY_POLICY_URL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','fc6d4b623463133874c256fe0e6aa334','',NULL),(2251,'en','default','722a8730a2dd8838086a140dea4debb1','Howdy,\\n\\nYour request to erase your personal data on ###SITENAME### has been completed.\\n\\nIf you have any follow-up questions or concerns, please contact the site administrator.\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','bdc7d526198cec19fcc92df21a75c945','',NULL),(2252,'en','default','0e8a28d2db1a60106512f2c3a2d08a05','Howdy, %s',NULL,NULL,'LINE',NULL,10,'','b3a8bb88ebf74d0cb6582eca00956dac','',NULL),(2253,'en','default','d805840d566258677f0180c19e4f6f28','Human-readable labels for the post type for various contexts.',NULL,NULL,'LINE',NULL,10,'','0f4f758507557343bb444cd8e12eccc3','',NULL),(2254,'en','default','c17741bcc49e089d7931c64d686ac738','Human-readable labels for the taxonomy for various contexts.',NULL,NULL,'LINE',NULL,10,'','faa918fd7e7f1b5425d3a5853cf8d3a5','',NULL),(2255,'en','default','7b86112ec6401fd8f06ab5251d1a68fe','Hungarian',NULL,NULL,'LINE',NULL,10,'','27e809bd6be591ffb9abfe5242621651','',NULL),(2256,'en','default','72dc9d69da33dd8fade938f96d887465','I really need an ID for this to work.',NULL,NULL,'LINE',NULL,10,'','01c33217692669048b4aa4732e1b1254','',NULL),(2257,'en','default','060dc976eff512760d472fbc3cc2f423','IO error.',NULL,NULL,'LINE',NULL,10,'','d28f2f36b7b65b10cb758adfdc70f8e9','',NULL),(2258,'en','default','25b5231d8ab04c4c6a6989bb39f4eb65','IP address for the object author.',NULL,NULL,'LINE',NULL,10,'','dfed3ea769cf5521cf320bf72358a63f','',NULL),(2259,'en','default','4c545ca25c8a34a533be19e7a1c44a79','Icelandic',NULL,NULL,'LINE',NULL,10,'','efe98f008382fddf7f26e3874cd9125d','',NULL),(2260,'en','default','490aa6e856ccf208a054389e47ce0d06','Id',NULL,NULL,'LINE',NULL,10,'Id for link anchor (TinyMCE)','dc95205a75b88fbb84a0aff1f03ef2b9','',NULL),(2261,'en','default','fe57860a0fa42b64c837999731e6c453','Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.',NULL,NULL,'LINE',NULL,10,'','c3d6ae5f6b016af5806ca99bc8f45580','',NULL),(2262,'en','default','80f7e11586369b6acf00f3a028ce41d8','If this was a mistake, just ignore this email and nothing will happen.',NULL,NULL,'LINE',NULL,10,'','67d51f9dd263145c3f858ccd1e3465fa','',NULL),(2263,'en','default','473d2e241d2c5324e8a297dbb3696402','If you add a video, the image will be used as a fallback while the video loads.',NULL,NULL,'LINE',NULL,10,'','04ebf434169fce2d89c20756be24ca8d','',NULL),(2264,'en','default','4056db45e9eb1f72f13689d2f165344a','If you are the owner of this network please check that MySQL is running properly and all tables are error free.',NULL,NULL,'LINE',NULL,10,'','17cbbe148bb667d343e3568568fd99aa','',NULL),(2265,'en','default','be5112f22417ac357860f25c823010f3','If you do not activate your site within two days, you will have to sign up again.',NULL,NULL,'LINE',NULL,10,'','77156619016e0f6b1fd349209d919314','',NULL),(2266,'en','default','d5faf461956b87a016fad355d201525b','If you do not activate your username within two days, you will have to sign up again.',NULL,NULL,'LINE',NULL,10,'','9b74f64644602c99c15b960eb4b16eb9','',NULL),(2267,'en','default','374c95ab91acf4927a516aaa87adfbde','If you don&#8217;t know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href=\"%s\">WordPress Support Forums</a>.',NULL,NULL,'LINE',NULL,10,'','45fa16bb63c32b500254b695a15bf0ac','',NULL),(2268,'en','default','a1caff46b1bbb256fe150062cc01d732','If you haven&#8217;t received your email yet, there are a number of things you can do:',NULL,NULL,'LINE',NULL,10,'','e2ff4dde5c76ea0ddc06b5dbfd838eff','',NULL),(2269,'en','default','7b759c5ebb58725cc541d1e2b7386d71','If you&#8217;re looking to paste rich content from Microsoft Word, try turning this option off. The editor will clean up text pasted from Word automatically.',NULL,NULL,'LINE',NULL,10,'','f54d9126709c8dc23e6aed7ef54e2e24','',NULL),(2270,'en','default','0e3c13866d6b92dbb84a843b348ad6e5','If you&#8217;re not going to use a great site domain, leave it for a new user. Now have at it!',NULL,NULL,'LINE',NULL,10,'','db11f1514c6dafc37ef018472e11da2a','',NULL),(2271,'en','default','ba6086f7e909e94cabb816a71b3026d3','If you&#8217;re still stuck with this message, then check that your database contains the following tables:',NULL,NULL,'LINE',NULL,10,'','8e9d66b2021ef8f97e97530c0bcbca55','',NULL),(2272,'en','default','869155825afb77c257a5bf1c68154cdc','If you&#8217;re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href=\"%s\">WordPress Support Forums</a>.',NULL,NULL,'LINE',NULL,10,'','2af24231f75462153d3622dc41efbd77','',NULL),(2273,'en','default','4fb8b4e5d880452640754a6832deb701','If your site does not display, please contact the owner of this network.',NULL,NULL,'LINE',NULL,10,'','9bd4e7b11ff2cd220b8080d117f03707','',NULL),(2274,'en','default','8746ea90429cc1904ee36086f57533aa','If your theme has multiple menus, giving them clear names will help you manage them.',NULL,NULL,'LINE',NULL,10,'','e55343bd22a3286b5745ac464e202864','',NULL),(2275,'en','default','8ff9da0879ef14c22bf3902c516591b1','If your theme has widget areas, you can also add menus there. Visit the <a href=\"%s\">Widgets panel</a> and add a &#8220;Navigation Menu widget&#8221; to display a menu in a sidebar or footer.',NULL,NULL,'LINE',NULL,10,'','6c5b508790a48a3a63cc31a61f4799ad','',NULL),(2276,'en','default','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'LINE',NULL,10,'','9ded28267599ea052940b56e0c2deeb1','',NULL),(2277,'en','default','3ee1cf624146b289d8c72676f9971635','Image <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','4e8930cce91ca405b219d41ce03be879','',NULL),(2278,'en','default','e6b632210e437fe905e0facf0d92528c','Images <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','ba64774b80963c55fb1bc3e8c8cf62d0','',NULL),(2279,'en','default','f1fb2ce6d507087fb58be990986db2c1','Image CSS Class',NULL,NULL,'LINE',NULL,10,'','52b9b94241f02146477cd204c71107cd','',NULL),(2280,'en','default','78d0f5aac952e2ce840a381976a3b01e','Image Details',NULL,NULL,'LINE',NULL,10,'','289a089ad1bf9ef2a1dc05e41d6a5000','',NULL),(2281,'en','default','7ea1c88527f5915a8a6d35e79d6dcb11','Image Editor Save Failed',NULL,NULL,'LINE',NULL,10,'','6d4bacbe6989bd2cce7d3cc32906328f','',NULL),(2282,'en','default','13c31590d98cc452fc3794eaf0811e4d','Image Position',NULL,NULL,'LINE',NULL,10,'','233d9ca953c1fcc0706aae491a9bfe8a','',NULL),(2283,'en','default','7d25feb59b8a44341084a00840d860d1','Image Size',NULL,NULL,'LINE',NULL,10,'','43912cba1c067a06077df5d53c529ffd','',NULL),(2284,'en','default','d305dcccfbea9b355298cb9dd962186c','Image Title Attribute',NULL,NULL,'LINE',NULL,10,'','eef8bffca3ad2a7b57f3d29c08bcd98a','',NULL),(2285,'en','default','427b6d816d7fdd86cabe48d8180a3cc9','Image URL',NULL,NULL,'LINE',NULL,10,'','57faf2f0c706925387b6db4832e8817e','',NULL),(2286,'en','default','3633cea8cb27493e84c59001c1efa10d','Image Widget',NULL,NULL,'LINE',NULL,10,'','d381fbcb664ac1c951a45d2e8babb707','',NULL),(2287,'en','default','f9014a929296ca54ec380a2a7c3b3adc','Image Widget (%d)',NULL,NULL,'LINE',NULL,10,'','bb2e2a6df52d2d867fc3bcb57d107c1b','',NULL),(2288,'en','default','3e0c03857c76bfc919b173cc07fc54d6','Image crop area preview. Requires mouse interaction.',NULL,NULL,'LINE',NULL,10,'','662ea71be52b167deb45774dd032355c','',NULL),(2289,'en','default','09ef7b186c0f0b38e8d7f8d602a2bc9f','Image crop failed.',NULL,NULL,'LINE',NULL,10,'','d64cff2b27e80d08e6fff1bdfc38c95d','',NULL),(2290,'en','default','cc2bb3de2185898633a3284e9f158cca','Image default align',NULL,NULL,'LINE',NULL,10,'','41a287afa76807badf2c210193e3de51','',NULL),(2291,'en','default','64f4a41b9e7df4978f481b618583722d','Image default link type',NULL,NULL,'LINE',NULL,10,'','53586a729169a9fa7140c34ad483fc2b','',NULL),(2292,'en','default','e51463cc93c74faa8d92a1374c604686','Image default size',NULL,NULL,'LINE',NULL,10,'','09283329c3930c247ed63503a490e9d2','',NULL),(2293,'en','default','18f2ae2bda9a34f06975d5c124643168','Image description',NULL,NULL,'LINE',NULL,10,'','08a0c8a81edaee367547785be614df4e','',NULL),(2294,'en','default','2689c129907270c33b3617d24ba627ca','Image flip failed.',NULL,NULL,'LINE',NULL,10,'','49e34ab47453329b6920fec11dfcc2a6','',NULL),(2295,'en','default','b9d2eb895e4f3326f028b1ecb48574a5','Image resize failed.',NULL,NULL,'LINE',NULL,10,'','c842f08f3b6ecbfc9f96d3ed076d3a3e','',NULL),(2296,'en','default','de8173650c251fb925d8132f2984836b','Image rotate failed.',NULL,NULL,'LINE',NULL,10,'','5401099b49b854caec46aaf0b73592a9','',NULL),(2297,'en','default','fff0d600f8a0b5e19e88bfb821dd1157','Images',NULL,NULL,'LINE',NULL,10,'','6a4232ea40d6ee210c8713488dae04d1','',NULL),(2298,'en','default','77a87f756545b3741b2f92c33c9405f0','Importer installed successfully. <a href=\"%s\">Run importer</a>',NULL,NULL,'LINE',NULL,10,'','d72ca47ff3e08821da1125ab481c6e59','',NULL),(2299,'en','default','969a16d2fb1e6a2318eca7d359a88efd','In %1$s, use the %2$s method, not the %3$s function. See %4$s.',NULL,NULL,'LINE',NULL,10,'','beb3a14ff94e96f0cb5b6860e8a1d68e','',NULL),(2300,'en','default','0f3b5be67bc58ea00af24d2c1634c897','In the editing area, the Tab key enters a tab character.',NULL,NULL,'LINE',NULL,10,'','e65250bbd222d89a4f24f11f0422ee17','',NULL),(2301,'en','default','b4c86470bff2127ea0466746c502b827','Incorrect post password.',NULL,NULL,'LINE',NULL,10,'','ffb54bb8b5a79739eb9fe31f715c80f6','',NULL),(2302,'en','default','a2d0cc4ccb8d725ebe6936068e2891cb','Incorrect username or password.',NULL,NULL,'LINE',NULL,10,'','dd8ddb0ddeb938a6e79fd75d2f686cc1','',NULL),(2303,'en','default','b7551f26acaea9acb4f4349b846e1ed2','Increase indent',NULL,NULL,'LINE',NULL,10,'','9ceb511e8f8cd59658fb714b0788a03e','',NULL),(2304,'en','default','cc1c9b57607b4439578b68074a5e2d80','Indonesian',NULL,NULL,'LINE',NULL,10,'','cda89fa8d21f578426a14a6a80acd4a4','',NULL),(2305,'en','default','ec3f48e1952d0275224274c2842523e7','Inexistent terms.',NULL,NULL,'LINE',NULL,10,'','ac2363cc7c8745b2508420d05a161dea','',NULL),(2306,'en','default','8dc6af0472a7610573498b1e131b5e50','Inline toolbar (when an image, link or preview is selected)',NULL,NULL,'LINE',NULL,10,'','dc502511deb4992eebf2ed86d5343d43','',NULL),(2307,'en','default','1e2c21f8af7a47ddacd844a664c208e2','Insert Page Break tag',NULL,NULL,'LINE',NULL,10,'','005860a314c1501f2dae4c4d0f789b2a','',NULL),(2308,'en','default','2232b8f4789c934f4e10863602b2c578','Insert Read More tag',NULL,NULL,'LINE',NULL,10,'','693df09656cd38a08845b92684ea3cb5','',NULL),(2309,'en','default','ddd47b3fa8b4f70cda4b84b3d5656e77','Insert audio playlist',NULL,NULL,'LINE',NULL,10,'','207fca50295da3fa103e33be6821ec1a','',NULL),(2310,'en','default','daf0fc26e46b4c4ab46483d68482a191','Insert column after',NULL,NULL,'LINE',NULL,10,'','5c33aed2e19238cbca36e1e02b4bf6f3','',NULL),(2311,'en','default','ce66d1af10661d27bf06a7e58a3c9b75','Insert column before',NULL,NULL,'LINE',NULL,10,'','37e309370a0185149e95bb43903af95c','',NULL),(2312,'en','default','273939c994be03f398c07b6ac8584586','Insert date/time',NULL,NULL,'LINE',NULL,10,'','f86028b3bf1877bb0a878cdc46244873','',NULL),(2313,'en','default','e8dfee37bb32b318022ea92fb2e18136','Insert from URL',NULL,NULL,'LINE',NULL,10,'','a913d0843b249b35299ed035e99d4297','',NULL),(2314,'en','default','e1b247a1010eb5d8c30f281b18bc3ba7','Insert gallery',NULL,NULL,'LINE',NULL,10,'','bc4738a9d2c47f03d39a1e15caf0a0df','',NULL),(2315,'en','default','21051abf79012a1b2ee50d13b9731a16','Insert image',NULL,NULL,'LINE',NULL,10,'','46f3775610c126fc30ba6d3a889c6276','',NULL),(2316,'en','default','a69d768371393b258b2766373b7f4dbc','Insert into page',NULL,NULL,'LINE',NULL,10,'','ec00998d1ed679febf7749abefe48071','',NULL),(2317,'en','default','46e4e81ae96587a3e9fa31ef3e4a6490','Insert into post',NULL,NULL,'LINE',NULL,10,'','73960896b56848a5285e77ead4a1fa3a','',NULL),(2318,'en','default','92987a0bdafb6d7ae317581d48f723a8','Insert link',NULL,NULL,'LINE',NULL,10,'','f0145932c03107c59fc8c44875bf044a','',NULL),(2319,'en','default','a427ddc63a94ddd02e437d922f42f5d0','Insert row after',NULL,NULL,'LINE',NULL,10,'','cf6920318a420f2930360d5ead2e4b4a','',NULL),(2320,'en','default','716d9b7f595cadb4d123c36babba19d7','Insert row before',NULL,NULL,'LINE',NULL,10,'','b7b3804d28a6f8b4b65c41dddfb6271a','',NULL),(2321,'en','default','bdc40d5c3ebd2bfed5cd1447ab033359','Insert table',NULL,NULL,'LINE',NULL,10,'','fa769097ae70632ee31c9a0404ffb528','',NULL),(2322,'en','default','4b8156552accbe79b65549d3a9c235b5','Insert video',NULL,NULL,'LINE',NULL,10,'','36cff64f75b81ff831453f0d7d59e889','',NULL),(2323,'en','default','01ac9aa9f305a6d2384937df6ec1ea25','Insert video playlist',NULL,NULL,'LINE',NULL,10,'','9fc8b814639e4b4deb125f05c73e69ed','',NULL),(2324,'en','default','4060258f3688e4beb3b78cce3d7b7b24','Insert/edit code sample',NULL,NULL,'LINE',NULL,10,'','3d4f8f57f5cf727088aa4c9a8bbe043b','',NULL),(2325,'en','default','28cd7558894ce85ce4fa9f28e1c87df0','Insert/edit image',NULL,NULL,'LINE',NULL,10,'','17eba0c625a6e3ba692f71283b21f92e','',NULL),(2326,'en','default','a4be07f83159246e9fa26048e982999a','Insert/edit link',NULL,NULL,'LINE',NULL,10,'','fa3ded997d13e357375a6a3ef61a9b13','',NULL),(2327,'en','default','967d86b27088dfb21a87e992e9cdca43','Insert/edit media',NULL,NULL,'LINE',NULL,10,'','0d58ff63a1d46fa8fbd9cc8352b2c7da','',NULL),(2328,'en','default','b48742471bdec805703d57268e2b5b66','Inserted text',NULL,NULL,'LINE',NULL,10,'','4175f08c0d7d1b94715a6d8703877b82','',NULL),(2329,'en','default','862ad1b0c0a0a7433895d5ddb407b25a','Install &amp; Preview',NULL,NULL,'LINE',NULL,10,'','e7cc1f41c0e76795eaf1b50d33e681e1','',NULL),(2330,'en','default','5edb0eb1006e6be6d4cd5609357b4bb3','Install Now',NULL,NULL,'LINE',NULL,10,'','6ee813d14c9fd7ee986e39843c8fed5e','',NULL),(2331,'en','default','6d530f16eef1fff3f9b3400edf595ac9','Install and preview theme: %s',NULL,NULL,'LINE',NULL,10,'','b4b966dc2da6741cb0cafd21f9e121b1','',NULL),(2332,'en','default','90c71c34bc95e094c46624e21672f523','Installation Failed!',NULL,NULL,'LINE',NULL,10,'','942d720d5da9359dee6ee92cfbdccad7','',NULL),(2333,'en','default','d7263cdf195aa08df5e8d8c7261c02f9','Installation completed successfully.',NULL,NULL,'LINE',NULL,10,'','d66e2dcea61a3921617958898dfd0065','',NULL),(2334,'en','default','ba75199ccca30f794e7ceb1dd3dba359','Installation failed: %s',NULL,NULL,'LINE',NULL,10,'','706b0869257090cdfb9f5b0194cdb7bf','',NULL),(2335,'en','default','655227f0e2b820091f921a58b30ec232','Installed themes',NULL,NULL,'LINE',NULL,10,'','8c95e91e6d62a3e8e534082e61ca0739','',NULL),(2336,'en','default','b9940e6be68b04502240b4d9dcadf31f','Installing...',NULL,NULL,'LINE',NULL,10,'','338050b1cd685fe36984c0b41ecbba36','',NULL),(2337,'en','default','9f648c28c8e52722586d31d60ed063ca','Installing... please wait.',NULL,NULL,'LINE',NULL,10,'','665f1339206ccbd068ce3412bf15a994','',NULL),(2338,'en','default','9f9b280cf88a7e1f36f32019fc1afc24','Insufficient arguments passed to this XML-RPC method.',NULL,NULL,'LINE',NULL,10,'','10744a4589bd4512e6dd1bc5e608d118','',NULL),(2339,'en','default','4bbb8f967da6d1a610596d7257179c2b','Invalid',NULL,NULL,'LINE',NULL,10,'','351b994b3bfca0783ce023f0150ccad7','',NULL),(2340,'en','default','1caafb32495bffc3a8a451b437bddad6','Invalid Content-Disposition supplied. Content-Disposition needs to be formatted as `attachment; filename=\"image.png\"` or similar.',NULL,NULL,'LINE',NULL,10,'','e0c3b1d91cc371fa3e213bdb9a29fc75','',NULL),(2341,'en','default','a335035683a469a20a268da0f0ea3203','Invalid JSON body passed.',NULL,NULL,'LINE',NULL,10,'','2690b65c530fb86584391eed4478e20b','',NULL),(2342,'en','default','d334fbd8adc696a2576b5d3b778c1440','Invalid JSONP callback function.',NULL,NULL,'LINE',NULL,10,'','f4de6eaa7e25e704400256fb42455642','',NULL),(2343,'en','default','472254448fbe0dfb7d76490a3cba97a9','Invalid URL.',NULL,NULL,'LINE',NULL,10,'','f89bf552fad2af5a9b166a9a56df8b83','',NULL),(2344,'en','default','dbf373dd3565accf2d2fd19700f6a5ae','Invalid action',NULL,NULL,'LINE',NULL,10,'','b2d369141759b7f8e2a5419f1407a505','',NULL),(2345,'en','default','0c4de6f54e6b4984f613f8346a104dc1','Invalid action name.',NULL,NULL,'LINE',NULL,10,'','4459d0ff438f78c45f9696f9e053ff54','',NULL),(2346,'en','default','0ec3f26c1e99cfe615b75cc6c7f6f412','Invalid activation key.',NULL,NULL,'LINE',NULL,10,'','a54a93857fcf2c575751cb4acfc2dd3f','',NULL),(2347,'en','default','eedddcc817085a903db8572411e999d0','Invalid attachment ID.',NULL,NULL,'LINE',NULL,10,'','4a0da0d9c192434d215b0e65bb152c24','',NULL),(2348,'en','default','929e3b394896878237ecaf9aadf846ae','Invalid author ID.',NULL,NULL,'LINE',NULL,10,'','b9fac2e17d6fb0a1fd2e8642cfa82bda','',NULL),(2349,'en','default','1a9a54b4c507174a6023298636845fa6','Invalid changeset UUID',NULL,NULL,'LINE',NULL,10,'','8a9f18889f4af28b80e9a6fcf8abe16d','',NULL),(2350,'en','default','0b50cbae8e84c38508e4ab7873738225','Invalid comment ID.',NULL,NULL,'LINE',NULL,10,'','e52581b96bd090b2675fd8445a763267','',NULL),(2351,'en','default','9d9d04bdbda60ceb722569beb2bfbd7e','Invalid comment author ID.',NULL,NULL,'LINE',NULL,10,'','e70b4f139135291301aed8208cf034b5','',NULL),(2352,'en','default','6df7a9486622ed56206f64b8db32a8cc','Invalid comment content.',NULL,NULL,'LINE',NULL,10,'','7ba3ec5019c4c2f8138259c2fa406bd6','',NULL),(2353,'en','default','6d21df3498f1e00ba773bb0b2f9e0637','Invalid comment status.',NULL,NULL,'LINE',NULL,10,'','aa36f71f6b10ae8504c25f7df3635def','',NULL),(2354,'en','default','9e02aff415bb54df2b36554d62bea3e9','Invalid date.',NULL,NULL,'LINE',NULL,10,'','bc8df6e1e63179782673f0d88bd97a48','',NULL),(2355,'en','default','e267e2be02cf3e29f4ba53b5d97cf78a','Invalid email address.',NULL,NULL,'LINE',NULL,10,'','eb52e2bdb7c40c8e5b244aab3b0e8208','',NULL),(2356,'en','default','2644fdf537b70aab3c8b68e167b7d9b2','Invalid featured media ID.',NULL,NULL,'LINE',NULL,10,'','090dbaf65642ffc39f01060f40df4896','',NULL),(2357,'en','default','94c614a9df45ea1fcd27b15b7d6f3e67','Invalid key',NULL,NULL,'LINE',NULL,10,'','eafbf0de7f336a41846c9942a352f7ac','',NULL),(2358,'en','default','301f807f272ccbbf969d040841116cc1','Invalid menu ID.',NULL,NULL,'LINE',NULL,10,'','c695e4e678dd196a51a859cbacfe045b','',NULL),(2359,'en','default','75d16995edea2dd159fb46c2db30e4fc','Invalid object ID.',NULL,NULL,'LINE',NULL,10,'','8500a5e99e7b40d4eb457a0f30237eb2','',NULL),(2360,'en','default','ce9bc92d9e190c1cb3006c2684cbf5c5','Invalid object type',NULL,NULL,'LINE',NULL,10,'','b1bba81d312cfbf48e817963ee1d64a0','',NULL),(2361,'en','default','14607b1de9af30a8d9ef44d9d045a12e','Invalid page template.',NULL,NULL,'LINE',NULL,10,'','93262dfbdf56cf29b2eb85a963e37952','',NULL),(2362,'en','default','310a038abffbdc0d74403f2c00bc4780','Invalid parameter(s): %s',NULL,NULL,'LINE',NULL,10,'','843585c3cc3a3331bb8364500054c9c3','',NULL),(2363,'en','default','673afb5fd2a62017f7fff4fee2c6da54','Invalid parameter.',NULL,NULL,'LINE',NULL,10,'','62cd9b9011b1d3670ca910263a0d1749','',NULL),(2364,'en','default','71fd78c4a98317650de17c7866ca1ae8','Invalid parent type.',NULL,NULL,'LINE',NULL,10,'','89796527554e0b6ebd51d9b23cffb2b7','',NULL),(2365,'en','default','4f160eeef131dc28cfb5774c9ad47239','Invalid post ID.',NULL,NULL,'LINE',NULL,10,'','36f73479a015140f066e184d9407a2a3','',NULL),(2366,'en','default','3c68e69074cf2f4fb333c19fe6e11c3a','Invalid post format.',NULL,NULL,'LINE',NULL,10,'','66931e03ccf437f54ef0c4868e5a8912','',NULL),(2367,'en','default','41c46fd85b1220e305fda5ca8cf57603','Invalid post parent ID.',NULL,NULL,'LINE',NULL,10,'','0326602f3ea66df4e096038067c3328a','',NULL),(2368,'en','default','844bfb72558a6085514b7b1e3bb3c8ab','Invalid post type.',NULL,NULL,'LINE',NULL,10,'','9dc9e8497cadef736e6ed2833a867ec3','',NULL),(2369,'en','default','fdaebb999dbdcb803c179e498726fae6','Invalid post.',NULL,NULL,'LINE',NULL,10,'','e4aeba3ddf6a2896771b1b23779fcfce','',NULL),(2370,'en','default','777f9e90cf251ec077f633406368c632','Invalid request.',NULL,NULL,'LINE',NULL,10,'','2825482bcb57a217fa5e754fd4653acf','',NULL),(2371,'en','default','3e90afd54c00007729f7b259a438ae14','Invalid revision ID.',NULL,NULL,'LINE',NULL,10,'','441b25fe5ed7c9b61d6fcf5048c03ba3','',NULL),(2372,'en','default','ca5e42a98d3c51b31456c0af9e055b1c','Invalid role.',NULL,NULL,'LINE',NULL,10,'','a98ff338c8407db07198c675c03b8106','',NULL),(2373,'en','default','3355b48e66aa33a299097baeecaf07e0','Invalid shortcode name: %1$s. Do not use spaces or reserved characters: %2$s',NULL,NULL,'LINE',NULL,10,'','d6c0d70dab78646d9e14a28ec44721c9','',NULL),(2374,'en','default','1d007dfd2c377eb69c4c48d5b7d26ed8','Invalid shortcode name: Empty name given.',NULL,NULL,'LINE',NULL,10,'','ad940b85eba5a4f1455a6eb15d3751b9','',NULL),(2375,'en','default','2a0fb3826c7668966a0c1741b5c0b739','Invalid slug.',NULL,NULL,'LINE',NULL,10,'','2ff5b3ef26a1a50d55fdb3e9239b447f','',NULL),(2376,'en','default','c97666832e9145ff7a2059bfb69d34c8','Invalid status.',NULL,NULL,'LINE',NULL,10,'','e5505c0f2b5f8c223b589647fd02b954','',NULL),(2377,'en','default','f5470364526e296e43883a347d482481','Invalid taxonomy.',NULL,NULL,'LINE',NULL,10,'','34a292c661ef23d61d6a93bd728bf42e','',NULL),(2378,'en','default','91b70e2a23700872f66e7287ee691d59','Invalid taxonomy: %s.',NULL,NULL,'LINE',NULL,10,'','8e6e096b698a459ee79b248f572b0411','',NULL),(2379,'en','default','6d458dd276009320f75d470bebdba299','Invalid term ID.',NULL,NULL,'LINE',NULL,10,'','d97d3b4efc5dcd2e24d7a9ab36035ec3','',NULL),(2380,'en','default','236122e3ac4c1267394d8715b9b28328','Invalid user ID for reassignment.',NULL,NULL,'LINE',NULL,10,'','8740c5e7ea53ce7ad44baa4fe44b9a97','',NULL),(2381,'en','default','3302d4fd710915db9d30b84f92ef6c70','Invalid user ID.',NULL,NULL,'LINE',NULL,10,'','e918736cccdea2686c0699c512eabb31','',NULL),(2382,'en','default','26ea27f27fdfdf2515a44416ddd6f972','Invalid user parameter(s).',NULL,NULL,'LINE',NULL,10,'','91968209508a310931309567672b5bd5','',NULL),(2383,'en','default','e841b801059f128e042120fb82ff09b2','Invalid value %1$s for %2$s. Expected value should be between %3$s and %4$s.',NULL,NULL,'LINE',NULL,10,'','8b0410d392be96ddadd6f1c6062071b4','',NULL),(2384,'en','default','98e6955a17ac5bac1c04f3ddd279aefa','Invalid value for background attachment.',NULL,NULL,'LINE',NULL,10,'','2359e42453bbdbd04d66f2429156e15b','',NULL),(2385,'en','default','2b7816b0474dc46a1dc5046d5f26a4d3','Invalid value for background position X.',NULL,NULL,'LINE',NULL,10,'','6612115cb1953e51b3b0297a8f845e65','',NULL),(2386,'en','default','bf55c56924357013f45ef777779e7c82','Invalid value for background position Y.',NULL,NULL,'LINE',NULL,10,'','96bab2851b95dea39b9e029d6ce5ba98','',NULL),(2387,'en','default','4fdff00b50ae440602df109910643c05','Invalid value for background repeat.',NULL,NULL,'LINE',NULL,10,'','30787b99273adf3355d1686d1537c73f','',NULL),(2388,'en','default','f54f8e4a7bfe7d9d3b5710cba7d03a17','Invalid value for background size.',NULL,NULL,'LINE',NULL,10,'','a912e559d17dcd48d88f87ac99354c5d','',NULL),(2389,'en','default','8b99b414ace981405818208594fe3329','Invalid value.',NULL,NULL,'LINE',NULL,10,'','edd1ae7b1e75763c1f9111e3f41dbabb','',NULL),(2390,'en','default','2cfce796f4703d560ae1c3a1b3fb7e74','Irish',NULL,NULL,'LINE',NULL,10,'','8beb39b19aff6b08548424608d384851','',NULL),(2391,'en','default','9bc8cbeac2bfa3e51042e9da44b06db7','Is there no link to us?',NULL,NULL,'LINE',NULL,10,'','bee62f5700c4259a00ae405186585996','',NULL),(2392,'en','default','64fe5c5b452d48631baa94bf00a315fa','It doesn&#8217;t look like your site has any menus yet. Want to build one? Click the button to start.',NULL,NULL,'LINE',NULL,10,'','48905f7bd9963dd74fbb1360ad9d7723','',NULL),(2393,'en','default','37fe42eab161958b5c3ecbb1dbe5a6fc','It looks like nothing was found at this location. Maybe try visiting %s directly?',NULL,NULL,'LINE',NULL,10,'','be01af9c0a5d5e340022f8177b1fbd80','',NULL),(2394,'en','default','4be8e06d27bca7e1828f2fa9a49ca985','Italian',NULL,NULL,'LINE',NULL,10,'','2e26922e685cf47bdb387c9b73644d41','',NULL),(2395,'en','default','1d874710ccdcd46b95397049d2e7500c','Italic',NULL,NULL,'LINE',NULL,10,'','30287ae682aba389bc42b9851cac2f69','',NULL),(2396,'en','default','4a6e5be246cb7c8e1df9528aa450b7b8','Item selected.',NULL,NULL,'LINE',NULL,10,'','3bc362c647cec0f34a498d1c4f92df85','',NULL),(2397,'en','default','7e78555e001d75ea629f2df745b00f17','JSONP support is disabled on this site.',NULL,NULL,'LINE',NULL,10,'','f36053903981fde07b3a518e57a045fb','',NULL),(2398,'en','default','9e9baa671cfff0d817425ccb0b2eb7b3','Jabber / Google Talk',NULL,NULL,'LINE',NULL,10,'','bb531fb238e66b127220f352a436fc15','',NULL),(2399,'en','default','86f5978d9b80124f509bdb71786e929e','January',NULL,NULL,'LINE',NULL,10,'','a293d9e48d08d8b40009a41dbc05c1d8','',NULL),(2400,'en','default','e68564f23e0e939acea76dc3d2bc01bf','Jan',NULL,NULL,'LINE',NULL,10,'January abbreviation','d231b02c6e6ca330c80c804621be4d00','',NULL),(2401,'en','default','f32ced6a9ba164c4b3c047fd1d7c882e','Japanese',NULL,NULL,'LINE',NULL,10,'','60b2485bcc347cc94aa767f4e079b899','',NULL),(2402,'en','default','1580d34bcaf009a512f03d00562a2012','JavaScript must be enabled to use this feature.',NULL,NULL,'LINE',NULL,10,'','e10557449acee9efe5a44fde7fc657fa','',NULL),(2403,'en','default','1b539f6f34e8503c97f6d3421346b63c','July',NULL,NULL,'LINE',NULL,10,'','021b77d6c931e3b5e16e999ce2fc8050','',NULL),(2404,'en','default','a2866cd6efaa65c92278d4771a9eaec7','Jul',NULL,NULL,'LINE',NULL,10,'July abbreviation','16ca5cda05d2021b2d420a8d1f284b76','',NULL),(2405,'en','default','1f99d442e14262c19400f905fea9d358','Jump forward %1 seconds',NULL,NULL,'LINE',NULL,10,'','8ffb09b55120b166ae6c106893154aaa','',NULL),(2406,'en','default','c7aafe1a96215c1b6356fe61cd8d9969','Jump forward 1 second',NULL,NULL,'LINE',NULL,10,'','52b5236e44dbb5f0728fab55da057196','',NULL),(2407,'en','default','688937ccaf2a2b0c45a1c9bbba09698d','June',NULL,NULL,'LINE',NULL,10,'','a8e33dc6bd2425883336f60c6388a0ef','',NULL),(2408,'en','default','eb4b40c1221dad5b23fe7ef84d292be1','Jun',NULL,NULL,'LINE',NULL,10,'June abbreviation','07b2264664db708736b274a38f4fc999','',NULL),(2409,'en','default','bc89f6d4217035d07d381d38de3f7104','Just a username, please.',NULL,NULL,'LINE',NULL,10,'','fddbb77099d31bc5d8648ca3e4eaf47e','',NULL),(2410,'en','default','4b425d212a2e7b36c38703bfdcd57823','Justify',NULL,NULL,'LINE',NULL,10,'','dca7964665e843e92748e48064f05411','',NULL),(2411,'en','default','5f405eb9720e7065c9c383de4d40e664','Keyboard Shortcuts',NULL,NULL,'LINE',NULL,10,'','f09f0f13de5d9dd1f3872b99713abc25','',NULL),(2412,'en','default','867343577fa1f33caa632a19543bd252','Keywords',NULL,NULL,'LINE',NULL,10,'','2c640478a9bfbdb59a16796e2e09dde8','',NULL),(2413,'en','default','d0bdb3cde477d82e766da05ebda50ccb','Korean',NULL,NULL,'LINE',NULL,10,'','0affb70ce791a5259c443b7512f975af','',NULL),(2414,'en','default','4994a8ffeba4ac3140beb89e8d41f174','Language',NULL,NULL,'LINE',NULL,10,'','51582932ce04108bff140acb2fc2b9e7','',NULL),(2415,'en','default','3a69b34ce86dacb205936a8094f6c743','Large',NULL,NULL,'LINE',NULL,10,'','3f0a1b03aaf060f15c233d65a161c48e','',NULL),(2416,'en','default','efff3a04a00ed840256730daa9634e73','Large size image height',NULL,NULL,'LINE',NULL,10,'','2e39b18774c578b968f1a331ce81fbe0','',NULL),(2417,'en','default','66526e8e511a8a84371513bab55a23f5','Large size image width',NULL,NULL,'LINE',NULL,10,'','bd4cf81f2b2dbc5163b692bee6d5cc60','',NULL),(2418,'en','default','362c7d20562a8d2d4c8453e35c68698b','Last Post',NULL,NULL,'LINE',NULL,10,'','9ba7cacede147f8b0a87bb62229ef68b','',NULL),(2419,'en','default','960a17850618696341a0c206ca669b41','Last name for the user.',NULL,NULL,'LINE',NULL,10,'','5c418bff5b5617edf33f8ae8678ab24b','',NULL),(2420,'en','default','ffbb3331182cbfda3ccea5bb0c3eea46','Last updated',NULL,NULL,'LINE',NULL,10,'','7ad4077c64e998fb37b8ba7a6d0bd234','',NULL),(2421,'en','default','d1797346fff35143cfc9e38c66027c42','Last updated: %s',NULL,NULL,'LINE',NULL,10,'','9417e527170008f1721fff0eb7f45772','',NULL),(2422,'en','default','76ad0358e45dd4087c0a26bbf4c160e3','Latvian',NULL,NULL,'LINE',NULL,10,'','fe5ee53704787005fff1025e56cbf978','',NULL),(2423,'en','default','37313dfd35dc1eee335567c37b379903','Learn more about CSS',NULL,NULL,'LINE',NULL,10,'','b59fbf30aca86ab76be00bf65aa1ac5f','',NULL),(2424,'en','default','898a7414a92986350d30bf856123ca87','Leave a Comment',NULL,NULL,'LINE',NULL,10,'','cc97fb40a4768fb9b05901b72619ac65','',NULL),(2425,'en','default','7d584ae1dc7a65646c5f2073284f9be6','Leave a Reply',NULL,NULL,'LINE',NULL,10,'','2c4524b8f8f431229cabcc4fd721bebf','',NULL),(2426,'en','default','b870cf930687a27bb27a41ef06d477eb','Leave a Reply to %s',NULL,NULL,'LINE',NULL,10,'','d6682e418537a938aa433704fce5482c','',NULL),(2427,'en','default','945d5e233cf7d6240f6b783b36a374ff','Left',NULL,NULL,'LINE',NULL,10,'','5f649bf4edbe1101c7375897c32f81dd','',NULL),(2428,'en','default','64b334c69251b72c350e25e462b54429','Length:',NULL,NULL,'LINE',NULL,10,'','95240fbcae0ab30b58869f0ae7e85ade','',NULL),(2429,'en','default','17a53d1a012580ef609b70ef6a25d1f1','Letter',NULL,NULL,'LINE',NULL,10,'','9cbdfbfebf0a70147dbaf12bbb6896b6','',NULL),(2430,'en','default','9914a0ce04a7b7b6a8e39bec55064b82','Light',NULL,NULL,'LINE',NULL,10,'','a963f7ab947a4f6ffe16b5152cf134d7','',NULL),(2431,'en','default','b5b5126f1af932e906c080239a71c178','Limit response to comments published after a given ISO8601 compliant date.',NULL,NULL,'LINE',NULL,10,'','0fb671be9819c161197500a8c9923132','',NULL),(2432,'en','default','9263a63197dcfa6d88624abf1052a471','Limit response to comments published before a given ISO8601 compliant date.',NULL,NULL,'LINE',NULL,10,'','41b2755d4914278417d12cbcc0d14d76','',NULL),(2433,'en','default','c24ac453bed9b332af483235abcd167a','Limit response to posts published after a given ISO8601 compliant date.',NULL,NULL,'LINE',NULL,10,'','70101616a57411742a3aa0da373fd385','',NULL),(2434,'en','default','b5536f8e06f50a5b1a593e5b9b010bca','Limit response to posts published before a given ISO8601 compliant date.',NULL,NULL,'LINE',NULL,10,'','c8061bdb6394d06269ee019df1d7935a','',NULL),(2435,'en','default','5663af971d6676d53ef47078328c437b','Limit result set to all items except those of a particular parent ID.',NULL,NULL,'LINE',NULL,10,'','d5925baff2011550d346d59074ed7db1','',NULL),(2436,'en','default','3bd924dad13a16dc6bfdb5fec99d24de','Limit result set to all items except those that have the specified term assigned in the %s taxonomy.',NULL,NULL,'LINE',NULL,10,'','91ed75debf57c5df427f8f02d58183f9','',NULL),(2437,'en','default','e51dad5ff74ace3499797c6cffb760f2','Limit result set to all items that have the specified term assigned in the %s taxonomy.',NULL,NULL,'LINE',NULL,10,'','fe6f80f1b2dbc0f2f61ac782df2767af','',NULL),(2438,'en','default','581168e708a9324b9690c86d1e154bc1','Limit result set to attachments of a particular MIME type.',NULL,NULL,'LINE',NULL,10,'','a41de3189b33677b311ae6795ff3363f','',NULL),(2439,'en','default','bf418adb1a1b20a0779b285a31a74a06','Limit result set to attachments of a particular media type.',NULL,NULL,'LINE',NULL,10,'','d9b30c2711ad146024569653ae8259c0','',NULL),(2440,'en','default','063742666e420d98a4c53bc56f3971ec','Limit result set to comments assigned a specific status. Requires authorization.',NULL,NULL,'LINE',NULL,10,'','4b54f0cb195984cd8d9cb5b38426104c','',NULL),(2441,'en','default','90e010d99b97ccc281ca03eac0ac95e8','Limit result set to comments assigned a specific type. Requires authorization.',NULL,NULL,'LINE',NULL,10,'','5b64a984b23ba6dfa5200bdd2c934d90','',NULL),(2442,'en','default','cc54072a0df893e2140116e754e7ee75','Limit result set to comments assigned to specific post IDs.',NULL,NULL,'LINE',NULL,10,'','daf0539e18ab9e35ac5c7cd4c3a00fc7','',NULL),(2443,'en','default','65bbcd57389086af9cfefd491c4eec1f','Limit result set to comments assigned to specific user IDs. Requires authorization.',NULL,NULL,'LINE',NULL,10,'','7cf174854a7abaf793dc3d2754cc5ae5','',NULL),(2444,'en','default','e59ef43a922f5fbf3c168996580b02f8','Limit result set to comments of specific parent IDs.',NULL,NULL,'LINE',NULL,10,'','3efc3b6f2ee10d816d7bdf0100243ecd','',NULL),(2445,'en','default','632a79ce7cdcdc6d0c841dbcf1814728','Limit result set to items that are sticky.',NULL,NULL,'LINE',NULL,10,'','9bf34a39ca9311ef3b078c6c70463234','',NULL),(2446,'en','default','5d9b79043a769b3e502ad4e6b0ebd691','Limit result set to items with particular parent IDs.',NULL,NULL,'LINE',NULL,10,'','b21beec1e9b057bc8f03175ed59aa524','',NULL),(2447,'en','default','e9c5ba36c23a2fa67822b75ea56fc42a','Limit result set to posts assigned one or more statuses.',NULL,NULL,'LINE',NULL,10,'','4ddae458bc995e8b7ba352ea366e1cc9','',NULL),(2448,'en','default','5e5793393c4bddd6bb8d83e403d46751','Limit result set to posts assigned to specific authors.',NULL,NULL,'LINE',NULL,10,'','4b4c883a634caeb6ece3ab5c5a73bcfd','',NULL),(2449,'en','default','8e70a8b02bb7c2fbfb786b3cfa80371b','Limit result set to posts with a specific menu_order value.',NULL,NULL,'LINE',NULL,10,'','469b0b9c169c84f57d5c5ea76aa2384f','',NULL),(2450,'en','default','ad5561d1df718e43507bd50c125866b3','Limit result set to posts with one or more specific slugs.',NULL,NULL,'LINE',NULL,10,'','2ad93130bc9241ed2a0b65824e98f697','',NULL),(2451,'en','default','ec8cdbe7744c4f5da3a1b7fd30f3da4b','Limit result set to specific IDs.',NULL,NULL,'LINE',NULL,10,'','4541288c3493fd075203b7a892078e52','',NULL),(2452,'en','default','a2eaeab3ba485db6f2b74c0e9e5a4e63','Limit result set to terms assigned to a specific parent.',NULL,NULL,'LINE',NULL,10,'','6e466cd6b6454615068c7cb55bcf1a99','',NULL),(2453,'en','default','d70a56278825445702c0011eefd37f10','Limit result set to terms assigned to a specific post.',NULL,NULL,'LINE',NULL,10,'','6f879c1766e25f5b2f3ec0dd9c7af0ee','',NULL),(2454,'en','default','e48f0d51d9efa0711747f1ced0cbdd99','Limit result set to terms with one or more specific slugs.',NULL,NULL,'LINE',NULL,10,'','ec4b5f1de2d06a0e772567a6db060b19','',NULL),(2455,'en','default','4a73f7705cb8e310ffa1cb1c36ecff65','Limit result set to that from a specific author email. Requires authorization.',NULL,NULL,'LINE',NULL,10,'','6c7cbf385f0048fc0eae408848156924','',NULL),(2456,'en','default','0db3910154c0061354688dd421b5cb2b','Limit result set to users matching at least one specific role provided. Accepts csv list or single role.',NULL,NULL,'LINE',NULL,10,'','3da0934f613283d2cc34a5dc0e4da3ad','',NULL),(2457,'en','default','75aa1e9cd11775373802fbece31d674b','Limit result set to users who are considered authors.',NULL,NULL,'LINE',NULL,10,'','25ac9fe94d3a87764c3c2b0e85e210ce','',NULL),(2458,'en','default','73c569c11c0070a9ce19f06e0d4c97b0','Limit result set to users with one or more specific slugs.',NULL,NULL,'LINE',NULL,10,'','1f1d355f5db44acc3ad9b568fda9f58e','',NULL),(2459,'en','default','c96520a5d6509d467a2374e2f769c68a','Limit results to taxonomies associated with a specific post type.',NULL,NULL,'LINE',NULL,10,'','7b88c40e19389b3921040b3b9edc7973','',NULL),(2460,'en','default','987d8c1601fa74104f66c1afa600720a','Limit results to those matching a string.',NULL,NULL,'LINE',NULL,10,'','258e081f2ca631138f36f86003978b30','',NULL),(2461,'en','default','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'LINE',NULL,10,'','8acf7a00a4a6a87de0a5124d4fa26e02','',NULL),(2462,'en','default','c5940a2eb3f1ba37678ef2402bdec085','Link CSS Class',NULL,NULL,'LINE',NULL,10,'','de7b400a377e3c508589f0fa0f07aa0c','',NULL),(2463,'en','default','9123d6c49956ccfa54dc6d1c36cf2aec','Link Categories',NULL,NULL,'LINE',NULL,10,'','aac521b6fe1b0e7e3fa70d558579506a','',NULL),(2464,'en','default','5c78717576a09beb76f3a7c7b063b06d','Link Category',NULL,NULL,'LINE',NULL,10,'','334fb3b2dbd65df46e5ef292c6bd4039','',NULL),(2465,'en','default','449f6d82cde894eafd3c85b6fa918f89','Link ID',NULL,NULL,'LINE',NULL,10,'','3ddfda93c1ba26719c3d46fb5e380a3c','',NULL),(2466,'en','default','2ffcea19129286fcbb5cfe9057436537','Link Rel',NULL,NULL,'LINE',NULL,10,'','b1bcb5d5d0d267044ca16407d1498359','',NULL),(2467,'en','default','4149573841f89bd22b3970c5c70682d2','Link Relationship (XFN)',NULL,NULL,'LINE',NULL,10,'','46e721c7d173a6e23b92c8ea4fc48ce0','',NULL),(2468,'en','default','bb2e52704310b28d8df62319181ae9c7','Link Text',NULL,NULL,'LINE',NULL,10,'','c8a932f443502a9dc28f6c9cf364bd6c','',NULL),(2469,'en','default','1bb678f219736bf4fe24b4c3a7d0ad3a','Link To',NULL,NULL,'LINE',NULL,10,'','376ca35a3be70e76ff0f63c9460fd226','',NULL),(2470,'en','default','a34285645af2703a9501db6fc881e5df','Anchor',NULL,NULL,'LINE',NULL,10,'Link anchor (TinyMCE)','846c8c00422bea62919d5c91045a0486','',NULL),(2471,'en','default','3da68d98122e7f9ed7db37b183f6f23a','Anchors',NULL,NULL,'LINE',NULL,10,'Link anchors (TinyMCE)','7787d1604610b3e1f54bdc66c930301c','',NULL),(2472,'en','default','8ee50d444b83fd3c033cbdb9d60396b9','Link inserted.',NULL,NULL,'LINE',NULL,10,'','6a1d0edf49665dfb70373a94f88c174c','',NULL),(2473,'en','default','192d035ffb07b34f98ade39b20944c49','Link options',NULL,NULL,'LINE',NULL,10,'','7b569419d5976efdf79ac0f7675dd8b3','',NULL),(2474,'en','default','566070ffede9e717f72ca19537010bbc','Link rating',NULL,NULL,'LINE',NULL,10,'','18645b3fe7c8685f129b9ae4703ef24a','',NULL),(2475,'en','default','9fa2290d1b5ef6929711c70f91c107fc','Link selected.',NULL,NULL,'LINE',NULL,10,'','6b34efd007b7239b8c8eeced415965cf','',NULL),(2476,'en','default','ee40c02dcec992da4e46cfa225f7187c','Link title',NULL,NULL,'LINE',NULL,10,'','da3c3cba9e936e0ebb54ea5f2ad2a5a3','',NULL),(2477,'en','default','6babe57e9757910032962d6bb0b4c468','Link to Attachment Page',NULL,NULL,'LINE',NULL,10,'','7d3d8d3088757d5d17fc1bb92cff97e2','',NULL),(2478,'en','default','1d1977199fe71edc906feec2ac3e91ae','Link to Media File',NULL,NULL,'LINE',NULL,10,'','a57260520e36abe82c439b927c96af8e','',NULL),(2479,'en','default','a6ed36b8a5f9be5bbf542a92f9ecea90','Link to:',NULL,NULL,'LINE',NULL,10,'','5655bbbc907defb40b9336b6bcde9005','',NULL),(2480,'en','default','bd908db5ccb07777ced8023dffc802f4','Links',NULL,NULL,'LINE',NULL,10,'','6345e410c1b98db2d957ba9464ab5924','',NULL),(2481,'en','default','834d9aa2d5d76109f3db756f96271594','Links for %s',NULL,NULL,'LINE',NULL,10,'','6b4400ed6933f96207602c82839cbf86','',NULL),(2482,'en','default','64663f4646781c9c0110838b905daa23','Random',NULL,NULL,'LINE',NULL,10,'Links widget','a701ca67c531e8cbe479a2bd8077d472','',NULL),(2483,'en','default','806db08b8d5ab2af924f8401224a9176','List View',NULL,NULL,'LINE',NULL,10,'','5e7748ecf66c19434859218694c6f674','',NULL),(2484,'en','default','8e0bf63d17efdd34d586e7d1b5ff78c6','List item',NULL,NULL,'LINE',NULL,10,'','569a4fe1c529c8b55051bb4c531d901d','',NULL),(2485,'en','default','04f605836f660d879bf3fb2b3643d16b','Lithuanian',NULL,NULL,'LINE',NULL,10,'','b370cc2da4d1e5f0a24d6db0e0e2403d','',NULL),(2486,'en','default','3986493e6ca3f330ca36754a9301dcfa','Live Broadcast',NULL,NULL,'LINE',NULL,10,'','da790a52808b1b1cc2fb6043db7f0cbe','',NULL),(2487,'en','default','f5c1064ebd117f58b45dceb0ca6cacaf','Live Preview',NULL,NULL,'LINE',NULL,10,'','08473d51650187125861d98ec6c6b79a','',NULL),(2488,'en','default','2c487300597b07ab69272442bffe6af9','Live Preview: %s',NULL,NULL,'LINE',NULL,10,'','52ccc6081c1102fec2adf90c564e7538','',NULL),(2489,'en','default','b052afa8148853ff712aeef8feea4c7d','Live preview theme: %s',NULL,NULL,'LINE',NULL,10,'','345fac4fbd9b17d76549bb56f0710b4f','',NULL),(2490,'en','default','e1fc51b02cf83fb26122f85b69d456e4','Loading more results... please wait.',NULL,NULL,'LINE',NULL,10,'','9f60f42ea696ce2f3d9a43e15289fcb5','',NULL),(2491,'en','default','02373ddb02d8d258e2ff0c2414be25d0','Locale for the user.',NULL,NULL,'LINE',NULL,10,'','bbdeb3156d48e75e5f54dde80666e1f9','',NULL),(2492,'en','default','3bbbad631029e3575da7a151bba4f37c','Log In',NULL,NULL,'LINE',NULL,10,'','8fe9f6f0087ed60f632a6bd887539ff3','',NULL),(2493,'en','default','b0c2b25b3312c7a32d7aa9d701b6ae1d','Log Out',NULL,NULL,'LINE',NULL,10,'','a53d3299db867c47ae7479beb24d99a8','',NULL),(2494,'en','default','bffe9a3c9a7e00ba00a11749e022d911','Log in',NULL,NULL,'LINE',NULL,10,'','650cbcef1a5cca4196b74608f3841d04','',NULL),(2495,'en','default','f6d796c7030f22dad584a35831301354','Log in to Reply',NULL,NULL,'LINE',NULL,10,'','35923c9f60828b007bef40e4fb7106f3','',NULL),(2496,'en','default','8a109b16c18c164db76b07396d2ab40f','Log in to leave a Comment',NULL,NULL,'LINE',NULL,10,'','26913d888f61b7cf778dd530e5e2983a','',NULL),(2497,'en','default','4394c8d8e63c470de62ced3ae85de5ae','Log out',NULL,NULL,'LINE',NULL,10,'','8545e1750701960e7d519f4819e2db41','',NULL),(2498,'en','default','ba04761bde3d55b77cf8cf8c8ffffdb6','Logged in as %s. Edit your profile.',NULL,NULL,'LINE',NULL,10,'','df4ede98b12965e610c44a299b0af680','',NULL),(2499,'en','default','0253dfb0c093c83f37c0d6f3cc32b300','Login Address (URL)',NULL,NULL,'LINE',NULL,10,'','12d9534da8db39d6cf68d01e5755d32d','',NULL),(2500,'en','default','6640efb460b366176ed35d34745c1a34','Login name for the user.',NULL,NULL,'LINE',NULL,10,'','751734cbcd0274155e587d84a83d3637','',NULL),(2501,'en','default','00246f446b4bf43f772f0f49cd012437','Login, RSS, &amp; WordPress.org links.',NULL,NULL,'LINE',NULL,10,'','28d8cd8a11630e9687dea3562b4caf5d','',NULL),(2502,'en','default','8c2857a9ad1d8f31659e35e904e20fa6','Logo',NULL,NULL,'LINE',NULL,10,'','fdcf902b906e426f1c443d03b9b13e4c','',NULL),(2503,'en','default','3b7578cb7f6ac47debf7f9c3a846f509','Looking for a theme? You can search or browse the WordPress.org theme directory, install and preview themes, then activate them right here.',NULL,NULL,'LINE',NULL,10,'','3a2a73e9988457a90b03c52797d47ac8','',NULL),(2504,'en','default','e191cea0bbefcddce33bb55f60d75e4f','Looks like something&#8217;s gone wrong. Wait a couple seconds, and then try again.',NULL,NULL,'LINE',NULL,10,'','5634e75cda9ba1cb8ce263ec2c16d4ac','',NULL),(2505,'en','default','d1a85f33efc84018559cad1edcd205f5','Looks like this isn&#8217;t the correct kind of file. Please link to an appropriate file instead.',NULL,NULL,'LINE',NULL,10,'','51bfeab5f2b2e26513ad0c0b962af7ba','',NULL),(2506,'en','default','f29d7c378b8a7e577eb4b1194c2d61ae','Looks like this isn&#8217;t the correct kind of file. Please link to an audio file instead.',NULL,NULL,'LINE',NULL,10,'','34e58a4fb868497b913ac5154260e10a','',NULL),(2507,'en','default','89d7b10cb4238977d2b523dfd9ea7745','Loop',NULL,NULL,'LINE',NULL,10,'','7874f6d05bb3266ff48cd14dfaa223ec','',NULL),(2508,'en','default','9e33e02d18bf52af225b22e6df251638','Lost Password',NULL,NULL,'LINE',NULL,10,'','d8a6a1a7d474eef91abf842423da4b97','',NULL),(2509,'en','default','03c61302b065977ac5b1108ee12a49f6','Lost your password?',NULL,NULL,'LINE',NULL,10,'','14872effa878dff67145556bb1fd60f7','',NULL),(2510,'en','default','c1e1b1f8bdaab4b0fc183e147887e0e1','Macedonian',NULL,NULL,'LINE',NULL,10,'','d783bd370de8231167fcc5c457ceccae','',NULL),(2511,'en','default','10d0de28911c5f66463b9c8783f8148a','Maintenance',NULL,NULL,'LINE',NULL,10,'','08a4c4dc8ba6b3b370eaaab47142e866','',NULL),(2512,'en','default','fc179207920005b7dca85323ceacf5eb','Malay',NULL,NULL,'LINE',NULL,10,'','61bbe7a2aad6699215289f824326c86e','',NULL),(2513,'en','default','4d0c1117e593a084406068a55ab227b9','Maltese',NULL,NULL,'LINE',NULL,10,'','8d916d1b0c5bc5459d53cb36219af4c8','',NULL),(2514,'en','default','4915a96af31fb2c4fc2dce5def656fed','Manage Audio',NULL,NULL,'LINE',NULL,10,'','5a7ce6b94f12a54c6bc1d92ce287c06c','',NULL),(2515,'en','default','46be1b432f94e9608b015e12c332c67e','Manage Comments',NULL,NULL,'LINE',NULL,10,'','2fc9254fe1d6a9a2b0fe34ee5e03c1c1','',NULL),(2516,'en','default','a6323f33b1e61fe8fa33a2fa7c8e91ef','Manage Images',NULL,NULL,'LINE',NULL,10,'','c36e46ce68d1e5c40efd8bb5daa4aec3','',NULL),(2517,'en','default','6aa6206028720dfbc86e2c492febcfcc','Manage Video',NULL,NULL,'LINE',NULL,10,'','075f8c64094acd489248f85586f236cc','',NULL),(2518,'en','default','61d35c38e137fa53a346e85ea0d2fb4d','Manual Offsets',NULL,NULL,'LINE',NULL,10,'','f402de61fc153ae66e04be20858cb083','',NULL),(2519,'en','default','fa3e5edac607a88d8fd7ecb9d6d67424','March',NULL,NULL,'LINE',NULL,10,'','9fdf559cc861297b6672cd99c1cde52d','',NULL),(2520,'en','default','7ce6b2286a5396e614b8484105d277e0','Mar',NULL,NULL,'LINE',NULL,10,'March abbreviation','e7ef0a3f2fdd2adfd7bdb4db2596337d','',NULL),(2521,'en','default','bf877171d3335e07df30c33a794f386d','Markup is not allowed in CSS.',NULL,NULL,'LINE',NULL,10,'','d5807b0094a1bec64a24a7a6d1ef2e34','',NULL),(2522,'en','default','ba945280b8802ee1a7a50140e2fe94e2','Match case',NULL,NULL,'LINE',NULL,10,'','19a03330e3a96c2c017715214f0a2e78','',NULL),(2523,'en','default','4d12474c93d04e6f06704e3f6b073031','Maximum number of items to be returned in result set.',NULL,NULL,'LINE',NULL,10,'','d9770c8b629a2c19332d01d8d2e47db5','',NULL),(2524,'en','default','ec9697c91f7c40f0415f09524268db90','Maximum upload file size: %s.',NULL,NULL,'LINE',NULL,10,'','0f6660bda5ec95fed3ca690514feb7d1','',NULL),(2525,'en','default','195fbb57ffe7449796d23466085ce6d8','May',NULL,NULL,'LINE',NULL,10,'','455e0658a2e39592d85aed4b58696224','',NULL),(2526,'en','default','195fbb57ffe7449796d23466085ce6d8','May',NULL,NULL,'LINE',NULL,10,'May abbreviation','a1addfc8dbc112b388a64a05f9af60da','',NULL),(2527,'en','default','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'LINE',NULL,10,'','6d7bea73a923fc158d30126720675d7b','',NULL),(2528,'en','default','6e475c4e40cb8bdfd54c18345937bc9a','Media File',NULL,NULL,'LINE',NULL,10,'','8151c0a13461dadc6e5d92fdb0eb6bfa','',NULL),(2529,'en','default','f9d1d7210ca4d9268be97578432039b0','Media Library',NULL,NULL,'LINE',NULL,10,'','dd4470205c8f3a3afdb862ba8154887a','',NULL),(2530,'en','default','5513464b0a495561cd130eebf6e3d7b2','Media Widget',NULL,NULL,'LINE',NULL,10,'','669b838b22ad26b148b5d5d1c01fa8b8','',NULL),(2531,'en','default','3db6797da61b235d0f44b6147e9c47a1','Media Widget (%d)',NULL,NULL,'LINE',NULL,10,'','cae1536c3913ed903b602d82ead680f8','',NULL),(2532,'en','default','87f8a6ab85c9ced3702b4ea641ad4bb5','Medium',NULL,NULL,'LINE',NULL,10,'','f4512aef24b2b703c1238609efaeb173','',NULL),(2533,'en','default','6f32121081fa4fc28e5e01b7ea72ca22','Medium size image height',NULL,NULL,'LINE',NULL,10,'','6403f10e75e19f6b2210cbc3e857aebc','',NULL),(2534,'en','default','fae1eeb5b5a4cf9f29fbd44b539e13da','Medium size image width',NULL,NULL,'LINE',NULL,10,'','9ef6b731800257777239e1bb2797abba','',NULL),(2535,'en','default','39cce05f187bc72aef61a375ed4e19f4','Medium-Large size image height',NULL,NULL,'LINE',NULL,10,'','2c6260d1c7a0211129400fc91daaaca8','',NULL),(2536,'en','default','967e5122fbbcad238068fd86fc5c1b3f','Medium-Large size image width',NULL,NULL,'LINE',NULL,10,'','82f74f2e9f5d7ea9412e1d1f10d204cb','',NULL),(2537,'en','default','d75006a65a7feb16da2758870875244d','Memory exceeded. Please try another smaller file.',NULL,NULL,'LINE',NULL,10,'','acc1778f5310ce72499b6f2530ebe0f8','',NULL),(2538,'en','default','b61541208db7fa7dba42c85224405911','Menu',NULL,NULL,'LINE',NULL,10,'','83a5a0243f28879221725fcc2e59b30d','',NULL),(2539,'en','default','78212505ad68b02492921eb86a0e98b4','Menu Location',NULL,NULL,'LINE',NULL,10,'','292bee9cecf9a4d3ea67b8af161a1b15','',NULL),(2540,'en','default','fa0a7d3bc2126e4fbf4d5943e75c35e8','Menu Locations',NULL,NULL,'LINE',NULL,10,'','f18e83d7b8b5b72554106e0cb7d073b6','',NULL),(2541,'en','default','51b61b8df8be90d63c45c0e2a27c34e1','Menu Name',NULL,NULL,'LINE',NULL,10,'','e78e71bb8ca8951a2d296a712f781e8b','',NULL),(2542,'en','default','5237bf9508ab9507333ce0c00281d3dc','Menu Options',NULL,NULL,'LINE',NULL,10,'','d2d79dd752ecf914f26680888704ebea','',NULL),(2543,'en','default','48d6ed580ceae5d0c50ffb3fa581e13a','Menu created',NULL,NULL,'LINE',NULL,10,'','92aece83d05df1293f1ca0f27564b1c8','',NULL),(2544,'en','default','314684acda41a394ac6c6515b0268b7f','Menu deleted',NULL,NULL,'LINE',NULL,10,'','e9b93d93f813355245b9fc0be7e17ec2','',NULL),(2545,'en','default','90facfaf2ae9bd9be7e759dd048ff11b','Menu item added',NULL,NULL,'LINE',NULL,10,'','c2b76de0cc28483191398515b424ff67','',NULL),(2546,'en','default','9a9163dde8ddfe3d50aad4f7017646ab','Menu item deleted',NULL,NULL,'LINE',NULL,10,'','cfdc06a2f025d6ce08d8d143ccc3a69c','',NULL),(2547,'en','default','627f10a6814a33885b1f1260ce66ddf5','Menu item is now a sub-item',NULL,NULL,'LINE',NULL,10,'','7c77e4867b5d04ee86fbbdf4e2f9c009','',NULL),(2548,'en','default','29a60318b9d47ffa071290a8fa31fd57','Menu item moved down',NULL,NULL,'LINE',NULL,10,'','b638550536f8beaf0b4e87c29a7d34e2','',NULL),(2549,'en','default','a3b2a945513d4632f1dacb1eff6cf46a','Menu item moved out of submenu',NULL,NULL,'LINE',NULL,10,'','de317dcc631964539cb0cbaed1928799','',NULL),(2550,'en','default','aa6c95c0c0d7a214ffc500e7f7124cef','Menu item moved up',NULL,NULL,'LINE',NULL,10,'','95fbcbe28732f1ca502cf73a3f66b8b1','',NULL),(2551,'en','default','06145a21dcec7395085b033e6e169b61','Menus',NULL,NULL,'LINE',NULL,10,'','cf97198a71e3387f02f9da3d0853f57f','',NULL),(2552,'en','default','5f5be9da00cc3676c519fd4177f23931','Menus can be displayed in locations defined by your theme or in <a href=\"%s\">widget areas</a> by adding a &#8220;Navigation Menu&#8221; widget.',NULL,NULL,'LINE',NULL,10,'','a6290856f010f0379509945fa6fee58c','',NULL),(2553,'en','default','5fbffe80241eb0b77e6a249d03d72a76','Menus can be displayed in locations defined by your theme.',NULL,NULL,'LINE',NULL,10,'','ba3bd0873ded15241f698e23550278f4','',NULL),(2554,'en','default','d90f35e7ad560f45358442c3143b89cc','Merge table cells',NULL,NULL,'LINE',NULL,10,'','b8197f9bdcfea4a2114ec4aa266abb68','',NULL),(2555,'en','default','065e9dcc2f558dbaf2ffaa25d52e9660','Meridian',NULL,NULL,'LINE',NULL,10,'','ade9f707b22b41dc0421551935c3cf12','',NULL),(2556,'en','default','b6755d218d5f4e1cef9cce9cc39aeda9','Meta',NULL,NULL,'LINE',NULL,10,'','f25e7dc8bdbe69d089daa332d12c06b0','',NULL),(2557,'en','default','0ff2154d6383b6625a541c0a1bd7bda8','Meta fields.',NULL,NULL,'LINE',NULL,10,'','4ba1c1c4fca538b2f6c7e5804b5a86c6','',NULL),(2558,'en','default','ce21470ab49d1d1976bc3dc72438c183','Metadata',NULL,NULL,'LINE',NULL,10,'','9928be3fef22f76b8dacb5178120e7e0','',NULL),(2559,'en','default','867eb62ae05ee78aad9d9b91e4204f66','Method \'%s\' must be overridden.',NULL,NULL,'LINE',NULL,10,'','5b85633559877f91827b133026ff21a3','',NULL),(2560,'en','default','d4590263d3426bbe01ad7367d03cf95b','Method \'%s\' not implemented. Must be overridden in subclass.',NULL,NULL,'LINE',NULL,10,'','e95e94d447280315c5fe24409b870bbb','',NULL),(2561,'en','default','b1ca34f82e83c52b010f86955f264e05','Middle',NULL,NULL,'LINE',NULL,10,'','c04db9ecb0cecbb612ca196096b8b19a','',NULL),(2562,'en','default','62902641c38f3a4a8eb3212454360e24','Minute',NULL,NULL,'LINE',NULL,10,'','c8f27c4d02ab31c53effb556a1bdab7c','',NULL),(2563,'en','default','bc7d764b95bf0cfe516f7c1dbe5fe688','Missing Attachment',NULL,NULL,'LINE',NULL,10,'','abb675bde78b03567defe6446331ff13','',NULL),(2564,'en','default','5b0872887ae18c32573c31e5c7adb347','(unnamed)',NULL,NULL,'LINE',NULL,10,'Missing menu name.','2adf42a0f510d841f6eae7fb4e55f47d','',NULL),(2565,'en','default','2697744cb2c98c1bcb6eafe26b71d41a','Missing parameter(s): %s',NULL,NULL,'LINE',NULL,10,'','bd422aef944ee99b0e2566253494fc73','',NULL),(2566,'en','default','d99689854e9d0a31b8c98a54f8d44ed2','Mission complete. Message %s deleted.',NULL,NULL,'LINE',NULL,10,'','a67b99a2eb23f3d655e5334b882d4990','',NULL),(2567,'en','default','fd29458ae58ac32a2d8734ed90ad51ec','Mon',NULL,NULL,'LINE',NULL,10,'','d0aca30ff4166134162241b0c9133ae1','',NULL),(2568,'en','default','6f8522e0610541f1ef215a22ffa66ff6','Monday',NULL,NULL,'LINE',NULL,10,'','196a2837c9d3b588e5ec7caef234fa13','',NULL),(2569,'en','default','69691c7bdcc3ce6d5d8a1361f22d04ac','M',NULL,NULL,'LINE',NULL,10,'Monday initial','5b41701e2e92ffe0c81e2ded9b70f2b7','',NULL),(2570,'en','default','7cbb885aa1164b390a0bc050a64e1812','Month',NULL,NULL,'LINE',NULL,10,'','35a2c35c4142c5203a9c52d0607adb49','',NULL),(2571,'en','default','3e98305943d67895a2822f737031eac8','Month: %s',NULL,NULL,'LINE',NULL,10,'','58aba434863aaf93381d4af2d8d0ed3a','',NULL),(2572,'en','default','dd9f0c7e1bb3b749bd423e3544b4a8e3','Move down',NULL,NULL,'LINE',NULL,10,'','9f8d2f23f0b1550bb89688369151d586','',NULL),(2573,'en','default','e0c88e483c20cc0bd400a4aa7749d346','Move down one',NULL,NULL,'LINE',NULL,10,'','e8db78ccf8105a38dc1a82825b4b7777','',NULL),(2574,'en','default','7e163a70c82f0f6c0a416d11d7d2022f','Move one level down',NULL,NULL,'LINE',NULL,10,'','e1cb3574bcfc8f537ec2501a6365f3a5','',NULL),(2575,'en','default','2b8e6efaae4ecf0238eaafbf8bb58a6b','Move one level up',NULL,NULL,'LINE',NULL,10,'','76c6796b330a1f689e1b3f8d757e2ae2','',NULL),(2576,'en','default','aa30d51fb266ad4892eaabf3748cf605','Move out from under %s',NULL,NULL,'LINE',NULL,10,'','efbaed982d84cc35146bbaf29fe89061','',NULL),(2577,'en','default','18aa82b6cb0eaf974027cd593520733b','Move to another area&hellip;',NULL,NULL,'LINE',NULL,10,'','b612f412d63347b75b7c3b0a27241390','',NULL),(2578,'en','default','52e35303de3da87fbcfb20a387cd4ff6','Move to the top',NULL,NULL,'LINE',NULL,10,'','360394da2afb6efabe3fedc20635d93a','',NULL),(2579,'en','default','f370e34dca548b032c6c34c24489c604','Move under %s',NULL,NULL,'LINE',NULL,10,'','32c8d6cbc0f8e14eaab7ee3987e72a78','',NULL),(2580,'en','default','f77af7695f71323808f9b6e2795cde86','Move up',NULL,NULL,'LINE',NULL,10,'','176f476c35a8c2d9bb57f39de1d95752','',NULL),(2581,'en','default','b9c5d20dee60b87f9e40b02dd86864f1','Move up one',NULL,NULL,'LINE',NULL,10,'','38fb916b1e57bf8381e882c7492399d2','',NULL),(2582,'en','default','6bc362dbf494c61ea117fe3c71ca48a5','Move',NULL,NULL,'LINE',NULL,10,'Move widget','2e63090a3c59e1e2cf88e8a8675b324c','',NULL),(2583,'en','default','e79e623640cb2ecb46bb58c988e60368','Must be at least 4 characters, letters and numbers only. It cannot be changed, so choose carefully!',NULL,NULL,'LINE',NULL,10,'','028bbfe6f89733abdcefd20e54f294b0','',NULL),(2584,'en','default','00cd7be4cb21c59179316d7844a8cfc4','Mute',NULL,NULL,'LINE',NULL,10,'','a8cb9f040cff3cb9a3760dce4a1686d3','',NULL),(2585,'en','default','db7644136327bb1ba362507a6a9f0b9f','Mute Toggle',NULL,NULL,'LINE',NULL,10,'','b82a9e87c1afdfc14c392e74bcafc1c7','',NULL),(2586,'en','default','bd7245ad3fcfd838c7d347b96b34db1c','My Sites',NULL,NULL,'LINE',NULL,10,'','293965f0089a846fbad3c353eb98d832','',NULL),(2587,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'LINE',NULL,10,'','ab269e0f385d601a27f7e3424cca64f8','',NULL),(2588,'en','default','9dffbf69ffba8bc38bc4e01abf4b1675','Text',NULL,NULL,'LINE',NULL,10,'Name for the Text editor tab (formerly HTML)','f1ca9afed52916ef8422ddbcb49f42cf','',NULL),(2589,'en','default','4557e77491fe3dbd9a6055aeb0ed00d7','Visual',NULL,NULL,'LINE',NULL,10,'Name for the Visual editor tab','97b03a5e0df11d9a4c5d46f114f80b7f','',NULL),(2590,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'LINE',NULL,10,'Name of link anchor (TinyMCE)','ff230b242c0596848dec326f6a5876a3','',NULL),(2591,'en','default','63d65a6113a15806e30d1afdc42fa067','Navigation Label',NULL,NULL,'LINE',NULL,10,'','2e8cba50d86a6d16cf7d3010a9a93fbf','',NULL),(2592,'en','default','b0da3c0d5d8c569614d0e2f52be3384d','Navigation Menu',NULL,NULL,'LINE',NULL,10,'','943260123870c333c5da512367a8fd0e','',NULL),(2593,'en','default','e9f6a8196a5105f456009717d8924b98','Navigation Menu Item',NULL,NULL,'LINE',NULL,10,'','ab6031f5070d35a3cce7b2a2afaa4ffc','',NULL),(2594,'en','default','957a193a19401d00ca237c67476d3a9c','Navigation Menu Items',NULL,NULL,'LINE',NULL,10,'','778bf537aa35618e04fa7565161ab611','',NULL),(2595,'en','default','eba120172df6983accea097877998749','Navigation Menus',NULL,NULL,'LINE',NULL,10,'','ec9b7dff2e2d5c7845d254bb06596df6','',NULL),(2596,'en','default','b3a1f082e581eeee6f43fe2f7f781b1e','Need more help? <a href=\'%s\'>We got it</a>.',NULL,NULL,'LINE',NULL,10,'','5cc328bceb7df38d10c9d42b5951993e','',NULL),(2597,'en','default','0ad60c27ece561212d6b2ea857e56ad4','Network Activate',NULL,NULL,'LINE',NULL,10,'','a18995d3183701b53ceacf91fdba94b6','',NULL),(2598,'en','default','06543dbd70d12d30f6a1028ea5e46996','Network Admin',NULL,NULL,'LINE',NULL,10,'','8a65629acc164b0af264fd3ce0638a21','',NULL),(2599,'en','default','8fa9e616148cecc6b2fa878e069d15c5','Network Admin: %s',NULL,NULL,'LINE',NULL,10,'','f5b3f893cc8661b0b8269dc24315cc26','',NULL),(2600,'en','default','c91990f0d98eae2e76abbd06d7561838','Network Enable',NULL,NULL,'LINE',NULL,10,'','bf4d828c642008774eb7af4fa6c91ce7','',NULL),(2601,'en','default','6a3017d215c69760599a18358ae46639','New %1$s Site: %2$s',NULL,NULL,'LINE',NULL,10,'','2f8fcce0a80d7712bce26d11c3577fed','',NULL),(2602,'en','default','8a25b9e4e2c43977e8bc4de439cbf519','New %1$s User: %2$s',NULL,NULL,'LINE',NULL,10,'','70f080dcb8763321a906c9397e8666ed','',NULL),(2603,'en','default','9b7a46d3a470693216a0a43364f2454f','New Category Name',NULL,NULL,'LINE',NULL,10,'','04a7aae5f5784e7d0a422733980371ac','',NULL),(2604,'en','default','9d007e84407fb9550419936d09c67650','New Changeset',NULL,NULL,'LINE',NULL,10,'','0b95c6eacd546f6b4821f35cbaea6714','',NULL),(2605,'en','default','6f5edc0b72b9c1b0c1f2e19f80605f43','New Custom HTML Widget',NULL,NULL,'LINE',NULL,10,'','da64e66b9dd8210be620cbb7e35a849a','',NULL),(2606,'en','default','04a4586ce021a9328c6231317cbf9566','New Link Category Name',NULL,NULL,'LINE',NULL,10,'','a10deb8d00ee6cdc6c3a69bf32ff9c37','',NULL),(2607,'en','default','1541ed34f48aa810e9871cfcd9848615','New Menu',NULL,NULL,'LINE',NULL,10,'','3c998686774f7d94cb2290fefd59eb04','',NULL),(2608,'en','default','eb687b46e8635c2b0a9febbc44ba0a30','New Page',NULL,NULL,'LINE',NULL,10,'','5b6ee929e3be337671dc1b9d66851a3b','',NULL),(2609,'en','default','43eabef16cc9c1702542a370405489ce','New Post',NULL,NULL,'LINE',NULL,10,'','d0b093a77b8fede3cddc2674a995c450','',NULL),(2610,'en','default','5a8a7f6f16366038cee89b2f4e307146','New Site Registration: %s',NULL,NULL,'LINE',NULL,10,'','3cff7c39e14d423d039ce95b87726c36','',NULL),(2611,'en','default','3c3d82bcf575c685a0763f9d12bbbfb4','New Site: %1$s\\nURL: %2$s\\nRemote IP address: %3$s\\n\\nDisable these notifications: %4$s',NULL,NULL,'LINE',NULL,10,'','2886a77b541f61630bbb78636b7c3807','',NULL),(2612,'en','default','c2d69d5f50c4f0647ea555125cda82d0','New Tag Name',NULL,NULL,'LINE',NULL,10,'','9ed39f7df836fd4f393ab860aa51a29e','',NULL),(2613,'en','default','5e848901cecb5b9eddf4e02f152e98d2','New User Registration: %s',NULL,NULL,'LINE',NULL,10,'','16d350f932e873a84fe2766c3ec0c635','',NULL),(2614,'en','default','899ffc1c3c30dc7ea2f3c64193562e67','New User: %1$s\\nRemote IP address: %2$s\\n\\nDisable these notifications: %3$s',NULL,NULL,'LINE',NULL,10,'','6b3e9bb7a821d540796416014bcf580d','',NULL),(2615,'en','default','9563e757ea87b8bbd6d62ffecd05bb9f','New comment on your post \"%s\"',NULL,NULL,'LINE',NULL,10,'','a352ab921b63b3a9fe3a54d11c5b6efa','',NULL),(2616,'en','default','504ebba16e30883b9bb24d801b960931','New document',NULL,NULL,'LINE',NULL,10,'','88ab7eba1815a49e4df3f1dc1b42922a','',NULL),(2617,'en','default','c201c20ba466e6ec864db1e4406380ef','New page title',NULL,NULL,'LINE',NULL,10,'','0875d30a4c4828639ca23a11a8dc50a0','',NULL),(2618,'en','default','ac5a8e8a304ff32e59cebf9cd0341c9e','New page title&hellip;',NULL,NULL,'LINE',NULL,10,'','e5e17302e9d03a9608f3a211e55318d1','',NULL),(2619,'en','default','3544848f820b9d94a3f3871a382cf138','New password',NULL,NULL,'LINE',NULL,10,'','3dbc72ff05b23bf0dd8d0a855401976f','',NULL),(2620,'en','default','81ae7b92d1ff2249d1b139d75487606b','New pingback on your post \"%s\"',NULL,NULL,'LINE',NULL,10,'','f0e970b9776271233470770849e9a79d','',NULL),(2621,'en','default','f7626c1598fbf33181a417cd28eb6fc4','[%1$s] Activate %2$s',NULL,NULL,'LINE',NULL,10,'New site notification email subject','a07cf6682ab82d2fa58564019d02e6a3','',NULL),(2622,'en','default','0f7b6f710626f6574aab092d118accad','New trackback on your post \"%s\"',NULL,NULL,'LINE',NULL,10,'','05c42774b4db11313f0110449804ff1d','',NULL),(2623,'en','default','f7626c1598fbf33181a417cd28eb6fc4','[%1$s] Activate %2$s',NULL,NULL,'LINE',NULL,10,'New user notification email subject','841fb048f1de1177eeeecea2d9aa8ab6','',NULL),(2624,'en','default','751a6649b3ec8cceed0c5800aac45baa','New user registration on your site %s:',NULL,NULL,'LINE',NULL,10,'','90ea65c50e029a34bbc133ac5290d187','',NULL),(2625,'en','default','bfe33d6df385216caddf2448a99cd015','New version available. %s',NULL,NULL,'LINE',NULL,10,'','47a25ec88f3359e7fdca866c18009f80','',NULL),(2626,'en','default','e5dc8e5afea0a065948622039358de37','New window',NULL,NULL,'LINE',NULL,10,'','06a88f842bd99febf5553c10195e8aa2','',NULL),(2627,'en','default','db5d614a6c3f051fae4fddf15600e7b9','Newer Comments &raquo;',NULL,NULL,'LINE',NULL,10,'','ec95a0d7488ed2feb0415c4089fa4922','',NULL),(2628,'en','default','ffa4d263a574c35ac6061cfdce7d3d5b','Newer comments',NULL,NULL,'LINE',NULL,10,'','07ba22f023da29c17e6df5646133503b','',NULL),(2629,'en','default','b15c43b073417418c0219f1640e3c48d','Newer posts',NULL,NULL,'LINE',NULL,10,'','87d617b9d314421f9b5f82205f7f7652','',NULL),(2630,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'LINE',NULL,10,'','88e9f5e2cf4d4f15713b092ea94318e8','',NULL),(2631,'en','default','3ef61c7b2bd8bdefe44e782cd85a63cf','Next &gt;',NULL,NULL,'LINE',NULL,10,'','8d88a387458d577c64a317da6a7f5b63','',NULL),(2632,'en','default','f7d387020520aa6845529615215c7217','Next &raquo;',NULL,NULL,'LINE',NULL,10,'','be2f58a22a9e76a7592bde210541f4f7','',NULL),(2633,'en','default','8e763b494f63017d6b080ba7f9dec3cc','Next Page &raquo;',NULL,NULL,'LINE',NULL,10,'','a13526dbda253f59d37c32ef1d4a5f8c','',NULL),(2634,'en','default','d17e21dca8afcdfcafd8762928cf8bf8','Next Post',NULL,NULL,'LINE',NULL,10,'','913c05c798faed3c5409e20f8124e856','',NULL),(2635,'en','default','374bea6cf8bd1e8fd64570b629cc6562','Next page',NULL,NULL,'LINE',NULL,10,'','ab376ba946122a40ba1a601897503281','',NULL),(2636,'en','default','0e16a796f758abb3257ea0d6403a9f62','Nicename may not be longer than 50 characters.',NULL,NULL,'LINE',NULL,10,'','0acb8978dab23bfd45a0ad274471873f','',NULL),(2637,'en','default','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'LINE',NULL,10,'','3ae6677f6c03910c62dbc3c0fef90e37','',NULL),(2638,'en','default','77aae93820a04b4be3ce40e48ecc83e4','No %1$s was set in the arguments array for the \"%2$s\" sidebar. Defaulting to \"%3$s\". Manually set the %1$s to \"%3$s\" to silence this notice and keep existing sidebar content.',NULL,NULL,'LINE',NULL,10,'','4722725511b3252a65014dc91b8be686','',NULL),(2639,'en','default','36fb383edd9f7c1594d4168fb999c379','No Comments',NULL,NULL,'LINE',NULL,10,'','4a4f9dde441246b73da2361f159365b7','',NULL),(2640,'en','default','7e53b4389371fd8499a5adeedd83bc64','No Comments<span class=\"screen-reader-text\"> on %s</span>',NULL,NULL,'LINE',NULL,10,'','b061674d93b72849a329013162af3e3b','',NULL),(2641,'en','default','ebfe6ab72b0fc70b53bc251b1c5c86d6','No Content-Disposition supplied.',NULL,NULL,'LINE',NULL,10,'','144a63dd9e8ec0f24df8d38fbb8bf87b','',NULL),(2642,'en','default','9f571d36f3b562a468da6584a71ecd48','No Content-Type supplied.',NULL,NULL,'LINE',NULL,10,'','bb2b6734a46fd9933abe348f136b5e29','',NULL),(2643,'en','default','f5d0e7591f0d5da3cf09c599fd314c47','No alignment',NULL,NULL,'LINE',NULL,10,'','42e1ef39173ab8de5333b3d3f60a94c8','',NULL),(2644,'en','default','51a3996aa8023f5ad962fc5d510ebb66','No audio selected',NULL,NULL,'LINE',NULL,10,'','7d8d911e678b0a9f878ef939674c68ba','',NULL),(2645,'en','default','87bdf2b1731f2c475caf4afc3eae14d0','No categories',NULL,NULL,'LINE',NULL,10,'','3154321471fbbc30c192d489c0fd6fe0','',NULL),(2646,'en','default','b517d47ee7f199f132e17be3a7a7edc7','No categories found.',NULL,NULL,'LINE',NULL,10,'','1b8277b70fd8d898cb45164b1ee061b0','',NULL),(2647,'en','default','d954de7b8d441652e648fcde1ba4761b','No changes saved yet, so there is nothing to trash.',NULL,NULL,'LINE',NULL,10,'','bb866e1965646c0b949b61ddae3dea00','',NULL),(2648,'en','default','789a60e35030ff0eb1719f3f6350ee47','No changeset found to take over',NULL,NULL,'LINE',NULL,10,'','4b9e2ef73db8d64d212cf4d2903cfa60','',NULL),(2649,'en','default','b2c8aa57a377fd7211e827e56561ebc2','No changesets found in Trash.',NULL,NULL,'LINE',NULL,10,'','6b2570b88965796df8a97978355cef96','',NULL),(2650,'en','default','02609debd0dbf457be98e03a6156a82b','No changesets found.',NULL,NULL,'LINE',NULL,10,'','a03ca4eee5f141830a1cb621d7eedc78','',NULL),(2651,'en','default','510b5f98702fea67b19972e08bff8a99','No color',NULL,NULL,'LINE',NULL,10,'','04787ac957e804555e0f781635d3085e','',NULL),(2652,'en','default','66cd875dd8e607fcfb7db0d58b3d94c8','No data supplied.',NULL,NULL,'LINE',NULL,10,'','18e3d8ae87b973489ff48bad3f8e370b','',NULL),(2653,'en','default','b712ccc50812573f6279108d107bdaa9','No editor could be selected.',NULL,NULL,'LINE',NULL,10,'','4b405208a487002bac486f76afd3e2fe','',NULL),(2654,'en','default','f787618e514c038851726224d7e4421e','No file selected',NULL,NULL,'LINE',NULL,10,'','ebd8d412cd4fb92f876ec926f526061e','',NULL),(2655,'en','default','58d5915670251752ab1fa739206370fc','No image selected',NULL,NULL,'LINE',NULL,10,'','807fc0b00effdbfbe5f9504630dcdd2d','',NULL),(2656,'en','default','c87685180fe148f881f1fc4c54e544c4','No image set',NULL,NULL,'LINE',NULL,10,'','e3a59d2b2f28c99cbac9de4bffcf8237','',NULL),(2657,'en','default','f789b5e145fb23fb9e32ba1dc67d4bc0','No images selected',NULL,NULL,'LINE',NULL,10,'','1e7404c62c0d574e41869842377921a9','',NULL),(2658,'en','default','1776af3cd4354cb742a4d740aeff1392','No items',NULL,NULL,'LINE',NULL,10,'','4636206ff697fb0b5d5b99e7a246237d','',NULL),(2659,'en','default','bc4c1050aeeb3ff4240c4894b98f32a9','No items found.',NULL,NULL,'LINE',NULL,10,'','6082e92e39ffba9db6587ec6ed2d7599','',NULL),(2660,'en','default','ca775b802aa90b411ee747befbb73e01','No logo selected',NULL,NULL,'LINE',NULL,10,'','926b02757ef227805553ae4fb2252094','',NULL),(2661,'en','default','64e3cb98231daf66d09245cadad2ada0','No media files found.',NULL,NULL,'LINE',NULL,10,'','78805add6bafb5989d36c2fcf07e5fe9','',NULL),(2662,'en','default','d9d3adbb0c3a12225bc46756a4fecfc2','No media selected',NULL,NULL,'LINE',NULL,10,'','a79412dad1af33789cb94924f39895f6','',NULL),(2663,'en','default','f42e991dcc21d1839719b63f931584b2','No menus have been created yet. <a href=\"%s\">Create some</a>.',NULL,NULL,'LINE',NULL,10,'','d51a9ef304e36fe54ed859a227a09fb3','',NULL),(2664,'en','default','708ce355f114e6f47a8cd98cbecae406','No more comments found.',NULL,NULL,'LINE',NULL,10,'','4e8c9a6524491609593fd17e43e74f46','',NULL),(2665,'en','default','673d19ab14c76bcd4fdd37a474eb17bd','No pages found in Trash.',NULL,NULL,'LINE',NULL,10,'','cbc7b20e5f9a93fc6b710202a2af8087','',NULL),(2666,'en','default','ec3c98c1f47b3befed46f4aa669607a1','No pages found.',NULL,NULL,'LINE',NULL,10,'','6fb33e707f0bed68c5d53ea16a19aab8','',NULL),(2667,'en','default','e2670245e5a4211acce27f7f1486807f','No personal data export file was generated.',NULL,NULL,'LINE',NULL,10,'','b473cbf904f47a596b6e78686a544f2b','',NULL),(2668,'en','default','d28884cfa148be5c94d6daf9ac010d69','No personal data was found for this user.',NULL,NULL,'LINE',NULL,10,'','b30afdc8e2cee265cdba38c49675d7f5','',NULL),(2669,'en','default','4d29c8b4ae5e784e7342941a1d739b6f','No plugins found. Try a different search.',NULL,NULL,'LINE',NULL,10,'','b22158a524ce027387af179c4554e635','',NULL),(2670,'en','default','314c67959c9027dc1b4b0fdf2d76c9c8','No posts found in Trash.',NULL,NULL,'LINE',NULL,10,'','4096f3fd731646482cb212dd046e0e8c','',NULL),(2671,'en','default','67c6a14173727312f1e8d615e6122e1d','No posts found.',NULL,NULL,'LINE',NULL,10,'','e60ade881654a7aaf0a78b4fb6246505','',NULL),(2672,'en','default','3f24537d9d26ddf4fd334a881e46a0ec','No results found.',NULL,NULL,'LINE',NULL,10,'','22e079b2df7e16947667e2d3cb661930','',NULL),(2673,'en','default','03fb9d17d0f5b86bde3de455c202a2d9','No route was found matching the URL and request method',NULL,NULL,'LINE',NULL,10,'','fe29b1beed180a6ac5ad53e294a0742c','',NULL),(2674,'en','default','cc791696edb017495878ed9a9f8e9618','No search term specified. Showing recent items.',NULL,NULL,'LINE',NULL,10,'','e99017d248bcb15a12b3983b32151148','',NULL),(2675,'en','default','2b8ba42c8bb3f57b0d36f683bdc7e8ba','No tags',NULL,NULL,'LINE',NULL,10,'','5cf27575fe7f8032b287e742bdc7449e','',NULL),(2676,'en','default','378c846e4e8b6e5cc0e8bc52e8e1c106','No tags found.',NULL,NULL,'LINE',NULL,10,'','82a73b0aa288dddb0acca41d88a9a928','',NULL),(2677,'en','default','ff771ccadb566fc49b785b2880a3ff19','No themes found. Try a different search, or %s.',NULL,NULL,'LINE',NULL,10,'','7023ad7ffedda30622286929f108848f','',NULL),(2678,'en','default','84779a3fc756a6ae3d1fc8928630ab71','No themes found. Try a different search.',NULL,NULL,'LINE',NULL,10,'','68259c8097d118122f6ca9110eb53954','',NULL),(2679,'en','default','d41368275eaa9002b6949048f19e8cc0','No video selected',NULL,NULL,'LINE',NULL,10,'','3c9c5f92e786f9fb2e3c105ebb1fc7ea','',NULL),(2680,'en','default','d2be1104769019eaf4cb6c56905285f5','No widgets found.',NULL,NULL,'LINE',NULL,10,'','221f98e788ed6636b6143cc4aad52808','',NULL),(2681,'en','default','04b0edc8b9f7f1d41721698cfa052b73','Non-existent changeset UUID.',NULL,NULL,'LINE',NULL,10,'','836e2ff13da36f7c4ee5e3d9b96fee12','',NULL),(2682,'en','default','2ef93e38224fdba1e63aa0f1ee33997d','Nonbreaking space',NULL,NULL,'LINE',NULL,10,'','e7cb7ed194e614bea4e61d69351745f1','',NULL),(2683,'en','default','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'LINE',NULL,10,'','35cf2bb59cb3aad28a7250dd261ebb56','',NULL),(2684,'en','default','da550ca06bcacbd30b7c6ed32c864c70','Norwegian',NULL,NULL,'LINE',NULL,10,'','df13a966c301dbc422c510eacea613dc','',NULL),(2685,'en','default','0208004a6da769784f1d90584b8d58b9','Not enough space to upload. %s KB needed.',NULL,NULL,'LINE',NULL,10,'','5d73472fd158558bf9d716278fa6ccaa','',NULL),(2686,'en','default','7e823b37564da492ca1629b4732289a8','November',NULL,NULL,'LINE',NULL,10,'','cd9aba9a9083c5f431b91deaa9c92b92','',NULL),(2687,'en','default','343e6957be77c6247aa2b8d0deb68bd6','Nov',NULL,NULL,'LINE',NULL,10,'November abbreviation','5b9c2a6209a68cb178e5ff67c2e37d59','',NULL),(2688,'en','default','8d5c4068132acf5c52972d8d7cda9ded','Number of comments to show:',NULL,NULL,'LINE',NULL,10,'','fd6b8ab789fa26c3caad05159bcc3054','',NULL),(2689,'en','default','ad4f477672f34e3c648da222805720c2','Number of items found: %d',NULL,NULL,'LINE',NULL,10,'','fc0e23e71aff001e9ebe4528a652869c','',NULL),(2690,'en','default','09719df2fc89dcddfa3630c4ee66fd02','Number of links to show:',NULL,NULL,'LINE',NULL,10,'','2f7cf12835b00fd9ff85c47f318c5b41','',NULL),(2691,'en','default','b901bb46afb5860a5ee246458cdf5869','Number of plugins found: %d',NULL,NULL,'LINE',NULL,10,'','59f34dc9bf98a6fb4052c0705cc5071a','',NULL),(2692,'en','default','c9590d0860c6e0c19c92a413fcc586a7','Number of posts to show:',NULL,NULL,'LINE',NULL,10,'','48695763789dbfcda027719c466a75ec','',NULL),(2693,'en','default','51f487524235453abbd9e4d639f4f0a2','Number of published posts for the term.',NULL,NULL,'LINE',NULL,10,'','e80584254c6f900715e67e3d40b5e601','',NULL),(2694,'en','default','4ca2963a25261df4b0af3d560fc15104','Number of widgets found: %d',NULL,NULL,'LINE',NULL,10,'','3ae979daaa95333427eb32d4283490ae','',NULL),(2695,'en','default','4b985b57aabbd3110aac1d53b1a921c1','Numbered list',NULL,NULL,'LINE',NULL,10,'','c138cb25e8e97347bc0066a51d6a3ff1','',NULL),(2696,'en','default','e0aa021e21dddbd6d8cecec71e9cf564','OK',NULL,NULL,'LINE',NULL,10,'','b92fb1eb533bc0461a8ea9e716e76903','',NULL),(2697,'en','default','eca60ae8611369fe28a02e2ab8c5d12e','October',NULL,NULL,'LINE',NULL,10,'','3bede3d05d839aff66ce208af8eacf41','',NULL),(2698,'en','default','594be08882c8e9d5efb9eeb62f303744','Oct',NULL,NULL,'LINE',NULL,10,'October abbreviation','c7ce61cc399b5b624d1c845ffdb123ad','',NULL),(2699,'en','default','fdf60e06af6b1f68f62b8b7d879538f1','Offset the result set by a specific number of items.',NULL,NULL,'LINE',NULL,10,'','b3915f7abbc02858300428db7452a5d7','',NULL),(2700,'en','default','059880607040f9e93a9ccf177c67efdd','Older comments',NULL,NULL,'LINE',NULL,10,'','9124cfcb35587892eefd924dd6988dbd','',NULL),(2701,'en','default','583c33ef369f771a80774b77d7f9923c','Older posts',NULL,NULL,'LINE',NULL,10,'','a412e4d29d73f79d947104bd7d108a07','',NULL),(2702,'en','default','c69bdd8d614db1ce7d3c6fbe2285d29b','On some systems the name of your database is prefixed with your username, so it would be like <code>username_%1$s</code>. Could that be the problem?',NULL,NULL,'LINE',NULL,10,'','63b71d813e5213351253be58bad3ec90','',NULL),(2703,'en','default','c9eac1c74700f24ca8070dd76aafa4fa','Once Daily',NULL,NULL,'LINE',NULL,10,'','fb1e264dcd8dee9941fbab291a69fdb3','',NULL),(2704,'en','default','68a2b81a321d880ba8f8b93db2910dd4','Once Hourly',NULL,NULL,'LINE',NULL,10,'','eee472fbb16c0354d3527fa80e8eb8b7','',NULL),(2705,'en','default','215f47583917a9b2c6f00e67ad27e97f','One or more database tables are unavailable. The database may need to be <a href=\"%s\">repaired</a>.',NULL,NULL,'LINE',NULL,10,'','f8da62708e3ff679441873a00a58391c','',NULL),(2706,'en','default','e1639d1897b8bb7daecaef8573788c91','One response to %s',NULL,NULL,'LINE',NULL,10,'','2a9695877bcc756a5a57edb571ea0ba6','',NULL),(2707,'en','default','bb315aab57ed78e3d458dd1ec5c1719c','Only %1$s or %2$s files may be used for header video. Please convert your video file and try again, or, upload your video to YouTube and link it with the option below.',NULL,NULL,'LINE',NULL,10,'','d45277314c27975171f7ff5967af5775','',NULL),(2708,'en','default','af45a30f2f831cbf3d341407084fa984','Only UUID V4 is supported at this time.',NULL,NULL,'LINE',NULL,10,'','6c1ab4cda253473926c03eed8f494b6b','',NULL),(2709,'en','default','ae737d795debc0a26117c80aa1f35c60','Only a static class method or function can be used in an uninstall hook.',NULL,NULL,'LINE',NULL,10,'','e4753a8cec8626634b9652dda44c9a73','',NULL),(2710,'en','default','8ffc7ff77ae38163725f3bb756c962f3','Oops! That embed can&#8217;t be found.',NULL,NULL,'LINE',NULL,10,'','dc22e4d50afe2cacd9a8d1c5990ce52d','',NULL),(2711,'en','default','a003c92bf7b90d2852e1e251285bae6f','Oops: %s',NULL,NULL,'LINE',NULL,10,'','18d9b41467a6c00ab2a30fab387d47b8','',NULL),(2712,'en','default','e9824458385172876130bb904819cf2c','no-subset',NULL,NULL,'LINE',NULL,10,'Open Sans font: add new subset (greek, cyrillic, vietnamese)','f3d8860d1bbefadf8e65ac29e94c0f4e','',NULL),(2713,'en','default','ed2b5c0139cec8ad2873829dc1117d50','on',NULL,NULL,'LINE',NULL,10,'Open Sans font: on or off','aa2993cdf2d27a7faa7dd22afbefd527','',NULL),(2714,'en','default','b700ae7bea24c7496d9dab7bbae964e3','Open link in a new tab',NULL,NULL,'LINE',NULL,10,'','e09a6ef4ae85293b918f2c6d882d3de7','',NULL),(2715,'en','default','e1e168f12282e090e4eab1b1f665b3b3','Open sharing dialog',NULL,NULL,'LINE',NULL,10,'','be6a7e64662cb5487d9b61b3178079a2','',NULL),(2716,'en','default','9090a5bd7257b38151e63789e1fd4b62','Or link to existing content',NULL,NULL,'LINE',NULL,10,'','a15a19faa8933c3fa60f726d1c9c4233','',NULL),(2717,'en','default','822cedfe56330017d6b11c1727ab3f07','Or, enter a YouTube URL:',NULL,NULL,'LINE',NULL,10,'','034afa74ba7ad2563df161299ce38697','',NULL),(2718,'en','default','909cea0c97058cfe2e3ea8d675cb08e1','Orange',NULL,NULL,'LINE',NULL,10,'','d836082ac4f9313249ff8de1f83a0695','',NULL),(2719,'en','default','d8bddb1e98d984ee5e999e4c421cb044','Order sort attribute ascending or descending.',NULL,NULL,'LINE',NULL,10,'','4652923ba36bd45de98c0641542fbbf7','',NULL),(2720,'en','default','0a52da7a03a6de3beefe54f8c03ad80d','Original',NULL,NULL,'LINE',NULL,10,'','df19c4eb504c814518a93f0115efa0b2','',NULL),(2721,'en','default','ff687f8e7f19b4b4e6532266cfe0efd7','Original: %s',NULL,NULL,'LINE',NULL,10,'','03e02afe8c0314f0afa382d05af05eda','',NULL),(2722,'en','default','dca4a0588c631c53233ebec49b5be670','Out from under %s',NULL,NULL,'LINE',NULL,10,'','f760abd7d3edfed02c7bb3074dddf8a4','',NULL),(2723,'en','default','946abf0cccb58a5974ea3e18ba452962','PHP\'s XML extension is not available. Please contact your hosting provider to enable PHP\'s XML extension.',NULL,NULL,'LINE',NULL,10,'','c5c513d4275ca0a3886af59539cbb732','',NULL),(2724,'en','default','21b7eb30013b04776f5b06bc59209391','PM',NULL,NULL,'LINE',NULL,10,'','26d218d8dfcf81ccaf6080940a62051e','',NULL),(2725,'en','default','ec2e9a76f283943d0ccde5352785731c','Page %s',NULL,NULL,'LINE',NULL,10,'','cc3b9935eb9fc5b1d97043481a821507','',NULL),(2726,'en','default','cfe0cfb2d53c746d49ac4d0621154dd7','Page Archives',NULL,NULL,'LINE',NULL,10,'','7b9fbd07e8138b08375f938d8bf6afc0','',NULL),(2727,'en','default','2ccdc88567b5772738fcd40ac68e78f3','Page Attributes',NULL,NULL,'LINE',NULL,10,'','e27e76431fe6dabc5b5c54ed21d01d7b','',NULL),(2728,'en','default','30722aa4ee66bd5b06a4abe892c9e963','Page ID',NULL,NULL,'LINE',NULL,10,'','e75845463b07eb8d5ceaa437a9715df6','',NULL),(2729,'en','default','182bf409e042543999aee2a4e87bba5d','Page IDs, separated by commas.',NULL,NULL,'LINE',NULL,10,'','d7ac39b181360c946cbe5a9bec9138bb','',NULL),(2730,'en','default','fdd64f40e8972478da5c45c0124a3c05','Page break',NULL,NULL,'LINE',NULL,10,'','d5dad1371d598bb034c98b3c7e40229a','',NULL),(2731,'en','default','d0fbda9855d118740f1105334305c126','Page not found',NULL,NULL,'LINE',NULL,10,'','cecc9f9f30c69d9ed36805229bced1a5','',NULL),(2732,'en','default','fb0b6060fc20994d8591e3354679f265','Page order',NULL,NULL,'LINE',NULL,10,'','6d27f6df7507f2acdf31294481f089bd','',NULL),(2733,'en','default','12cb401e3a068898222575c6a5ef5ece','Page title',NULL,NULL,'LINE',NULL,10,'','f5e4249e704fb82ae7b975434f603861','',NULL),(2734,'en','default','453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'LINE',NULL,10,'','bb4ff44ee259fd447f84c069a2f39df8','',NULL),(2735,'en','default','7bdddfed86c1c18a2fe6599e77c910f3','Pages list',NULL,NULL,'LINE',NULL,10,'','2750b5c20ec1d832abe9a8931c4d622b','',NULL),(2736,'en','default','0e9c7b66a3f1548635f4a7a9794ca384','Pages list navigation',NULL,NULL,'LINE',NULL,10,'','606d096773f0becd4f7af5d48ee20b71','',NULL),(2737,'en','default','0974d2c2f4c6420089275c2a41c4b41c','Pages:',NULL,NULL,'LINE',NULL,10,'','56bad0f59d9b199d192d981c68206fde','',NULL),(2738,'en','default','feaf0a320c3d678ad30dd179b7d21584','Paragraph',NULL,NULL,'LINE',NULL,10,'','96017640b0800d0fe769d0941a184333','',NULL),(2739,'en','default','4e98e60e38a29ab7bd94ea815c4f2ef2','Parent Category',NULL,NULL,'LINE',NULL,10,'','9f743e9d4b4fe7d3cc50d3222d6cd3c8','',NULL),(2740,'en','default','dc5b753561079ca416a04fa17e221bee','Parent Category:',NULL,NULL,'LINE',NULL,10,'','fcfcd2be35b73a157a075fa15a31cc18','',NULL),(2741,'en','default','62599d32d811c48ded6a541767a88577','Parent Page:',NULL,NULL,'LINE',NULL,10,'','606cab7eb4c0844d2ed2022648f41ea0','',NULL),(2742,'en','default','a0d64452c528dba74e29372338c95104','Parent term does not exist.',NULL,NULL,'LINE',NULL,10,'','bc252d022f4e84e3a2ddfe0e2912a36f','',NULL),(2743,'en','default','cf811cb9d5b683018c1c593ecefaccb9','Partial render must echo the content or return the content string (or array), but not both.',NULL,NULL,'LINE',NULL,10,'','69b2d0cedee54185a51306a2b7b413c9','',NULL),(2744,'en','default','ad36a99e7d76bd1e33af50fc7500c09c','Passing an integer number of posts is deprecated. Pass an array of arguments instead.',NULL,NULL,'LINE',NULL,10,'','78d18817250ade190af664e6cf5dd0bc','',NULL),(2745,'en','default','dc647eb65e6711e155375218212b3964','Password',NULL,NULL,'LINE',NULL,10,'','24eb894493fb2c375f75bcde6db4aeb2','',NULL),(2746,'en','default','72375fefa7e0764da95dab105ffba602','Password Protected',NULL,NULL,'LINE',NULL,10,'','70688e97b2ed5790d214b0bd9d680213','',NULL),(2747,'en','default','ba9600b60915be3164cc84a37b6d6d9e','Password Reset',NULL,NULL,'LINE',NULL,10,'','ebf01fbc616ef573eaed8ac9e3039ae0','',NULL),(2748,'en','default','7d0e3f71771d7fb2a6802f9f1632922a','Password changed for user: %s',NULL,NULL,'LINE',NULL,10,'','4bd9a3e766f3e7881c1c48943f1a7c3f','',NULL),(2749,'en','default','d54270f45d5f3081bbaf057c169dcb22','Password for the user (never included).',NULL,NULL,'LINE',NULL,10,'','59b3b546a53d0bd4b082ab9f1a222654','',NULL),(2750,'en','default','83943e4982f489ddcc10b47aadcc4e66','Password reset is not allowed for this user',NULL,NULL,'LINE',NULL,10,'','dbc08165c5e965c03cc69187a29c7e22','',NULL),(2751,'en','default','b341a59d5636ed3d6a819137495b08a0','Password:',NULL,NULL,'LINE',NULL,10,'','38a624615110d0ed88b4ef46d55c909b','',NULL),(2752,'en','default','4d1887bd89871764240e1be4cdc90498','Passwords cannot be empty.',NULL,NULL,'LINE',NULL,10,'','3762af63f60231df5fec35aa6138cc71','',NULL),(2753,'en','default','57c413c041e4105ef7bd9b9d1302e9b9','Passwords cannot contain the \"\\\" character.',NULL,NULL,'LINE',NULL,10,'','8b8fa2424d79bfc85d86e00c309a866d','',NULL),(2754,'en','default','36bb6559696dc9124986ae120515984f','Paste',NULL,NULL,'LINE',NULL,10,'','3afdcc38b859707210396d93366c4de9','',NULL),(2755,'en','default','ac5b5f6720e5f3820969f75d3b876b71','Paste URL or type to search',NULL,NULL,'LINE',NULL,10,'','355a0dccf1f41534867a140eac6286a6','',NULL),(2756,'en','default','e6af2ac32cefd40b8c4fc5798ece2ab6','Paste as text',NULL,NULL,'LINE',NULL,10,'','0e88c7639f661ddea685f86a44a5c337','',NULL),(2757,'en','default','d349d788d007f19674f1af205d92dcd2','Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.',NULL,NULL,'LINE',NULL,10,'','2b60367b0ac674f12acf83f3cb15295b','',NULL),(2758,'en','default','377084e75ed3249404ad2a2800ac8630','Paste table row after',NULL,NULL,'LINE',NULL,10,'','5534ca3c66c7f6ef59f98cb30a3d4774','',NULL),(2759,'en','default','e9173e8b4a8eb50d4e9f7a348e88cc72','Paste table row before',NULL,NULL,'LINE',NULL,10,'','c647861dcbe6b2195c713bf4173c1781','',NULL),(2760,'en','default','e085e4ff7e006e3f149958ffef519b5f','Paste your embed code below:',NULL,NULL,'LINE',NULL,10,'','bf5eebaffd43fe5122b235ff122c94a7','',NULL),(2761,'en','default','105b296a83f9c105355403f3332af50f','Pause',NULL,NULL,'LINE',NULL,10,'','30cb9db29aa33b01b2e6a3b3cdabbb78','',NULL),(2762,'en','default','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'LINE',NULL,10,'','4eee4aea4ab2873cc36cd3f5889e7c8b','',NULL),(2763,'en','default','cf97c86625c42c0f2dddf95313ada5bd','Pending <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','7edcf52f249c080681f3d417049fb88a','',NULL),(2764,'en','default','00b38f89b377390e7c1d74d82cc2f858','Pending Review',NULL,NULL,'LINE',NULL,10,'','88e89a64cc901729a3231511af8cc101','',NULL),(2765,'en','default','74413d32461ff194bc1f8216cee9be21','Permalink saved',NULL,NULL,'LINE',NULL,10,'','d8fa6f659a485dd1b727f2efb78c0938','',NULL),(2766,'en','default','64d595ebe8f65ce252693c174b56f0f8','Permalink: %s',NULL,NULL,'LINE',NULL,10,'','3701b9e9e8a5e6ab4fefb1bb8f78a712','',NULL),(2767,'en','default','8032c149d0e48ad38ef6b60289f910cd','Persian',NULL,NULL,'LINE',NULL,10,'','5acbd6ebf78c80d8fe616b43f3e318a3','',NULL),(2768,'en','default','441114e622e9d9b57fad1d7a83180bab','Personal data was found for this user but some of the personal data found was not erased.',NULL,NULL,'LINE',NULL,10,'','4edd7ec1d19ce118d52a74b1f78275d7','',NULL),(2769,'en','default','ea9eaf1b7df3a427a6b105ce24a841fd','Personal data was found for this user but was not erased.',NULL,NULL,'LINE',NULL,10,'','d8f2bbc03bc6806695bd57d6bb0d7e5b','',NULL),(2770,'en','default','3b01dfedc409b0adc97c4cef4abff68b','Photoblogging',NULL,NULL,'LINE',NULL,10,'','2b5b629d9ca481e799678aad86a8947a','',NULL),(2771,'en','default','888f8926798652547832359d421a9e2f','Pingback',NULL,NULL,'LINE',NULL,10,'','07112c95b076ffbee1408a45412f376c','',NULL),(2772,'en','default','77480d3fa135827f3fd21b3ded9476e9','Pingback excerpt: ',NULL,NULL,'LINE',NULL,10,'','993ce96b7be324e5bc9c3f44e7a2da35','',NULL),(2773,'en','default','d5dac41b185a956c1f274fa39c794671','Pingback from %1$s to %2$s registered. Keep the web talking! :-)',NULL,NULL,'LINE',NULL,10,'','a2af2a6afdffc6d0d4e58a7e6a496800','',NULL),(2774,'en','default','13644746d31d36d1b0ac4daf2bd9f814','Pingback:',NULL,NULL,'LINE',NULL,10,'','1de0bc4bb927824ebf1bcdbb48849d95','',NULL),(2775,'en','default','8dc5344bc0746e1cc5abf896ca03bbdf','Pink',NULL,NULL,'LINE',NULL,10,'','de686faddf66a0d8aadd804b9a365f9d','',NULL),(2776,'en','default','de3c731be5633838089a07179d301d7b','Play',NULL,NULL,'LINE',NULL,10,'','0db8eec8d260bc520e61d7013be3e601','',NULL),(2777,'en','default','af430647424404cc1e938aa8454cee5b','Playlist Settings',NULL,NULL,'LINE',NULL,10,'','1a70374268d817cf60c2dcb70d34e1ca','',NULL),(2778,'en','default','6f317568ca697fdf082d34271f5a9d75','Please enter a site name.',NULL,NULL,'LINE',NULL,10,'','5c3a6b78d212e42a551ca33c04efbd2b','',NULL),(2779,'en','default','e272b3d8ed60351a1081137a698ad8f3','Please enter a site title.',NULL,NULL,'LINE',NULL,10,'','8a7708c7b4a79bfa2ff0a13fd320c8b2','',NULL),(2780,'en','default','e88bae53f11aba08daa4b0d135cfcf17','Please enter a username.',NULL,NULL,'LINE',NULL,10,'','955edfe508b956ac5e6aedc9faddd86c','',NULL),(2781,'en','default','c1661302113c4f63ae9e1119193636e1','Please enter a valid YouTube URL.',NULL,NULL,'LINE',NULL,10,'','a58077a298ad7eb09fb5e90e6d94a560','',NULL),(2782,'en','default','b5bccda6d3a04e1d8f79846355290435','Please enter a valid email address.',NULL,NULL,'LINE',NULL,10,'','fed38db02c347b06ca9952dc8234bc85','',NULL),(2783,'en','default','d29136bea0d93259344cdf631cf1d2c3','Please enter your username or email address. You will receive a link to create a new password via email.',NULL,NULL,'LINE',NULL,10,'','00dcc6ec27fc16d9caaa3f75e4876af9','',NULL),(2784,'en','default','54efa8b47f9edba368322f3a3c76104d','Please include a %s template in your theme.',NULL,NULL,'LINE',NULL,10,'','fdd7032e410f9f9b47e67d7ee212569b','',NULL),(2785,'en','default','467d5ac1c3f9f1262d229f54006742c6','Please log in again.',NULL,NULL,'LINE',NULL,10,'','58cba21777220f7faa6bf629811c5767','',NULL),(2786,'en','default','602903ae68ffb13a194bdf7b0cd7738b','Please save your changes in order to share the preview.',NULL,NULL,'LINE',NULL,10,'','d59c3641e7c22b2b0946a37f8ea98d1e','',NULL),(2787,'en','default','35da195b7578d12d7debfc8ab3cd2083','Please see <a href=\"%s\">Debugging in WordPress</a> for more information.',NULL,NULL,'LINE',NULL,10,'','3ae7408f045e222e58b9bd77cdcd2ea1','',NULL),(2788,'en','default','20ac5906d1db2c155766c125f1284445','Please select at least one item to perform this action on.',NULL,NULL,'LINE',NULL,10,'','4a94942b0931fceadbff2fde01d904a7','',NULL),(2789,'en','default','2d3cdcfdd4061212e4d4930a183dad2d','Please try again.',NULL,NULL,'LINE',NULL,10,'','a274a2cff8b00da76d3e2045c3d45502','',NULL),(2790,'en','default','2812f6aa95814b2e90121ffabcfa86c7','Please try uploading this file with the %1$sbrowser uploader%2$s.',NULL,NULL,'LINE',NULL,10,'','1e39e715443537d3a810a0c419c0f973','',NULL),(2791,'en','default','947abe6c76f8b05800517a427f3424f9','Plugin details',NULL,NULL,'LINE',NULL,10,'','d8fb646ad338b87ff9b4eead2e599259','',NULL),(2792,'en','default','4dfbaeff7408bf0386efb59e08c18004','Plugin:',NULL,NULL,'LINE',NULL,10,'','12f35b0622e9f8e370802652bb4f8e40','',NULL),(2793,'en','default','bb38096ab39160dc20d44f3ea6b44507','Plugins',NULL,NULL,'LINE',NULL,10,'','ed4494123f66d9b450d01140b8feabdf','',NULL),(2794,'en','default','c730389bc8d99e59c867766babdd48b5','Polish',NULL,NULL,'LINE',NULL,10,'','4558381c08c8f434ca6d9541c31d239d','',NULL),(2795,'en','default','7b247f76c157672226ab7131e6ac91c0','Popular Tags',NULL,NULL,'LINE',NULL,10,'','22974b572d7251b4667589d23fe1a846','',NULL),(2796,'en','default','30e32c7c4cf434e9c75e60c14c442541','Portuguese',NULL,NULL,'LINE',NULL,10,'','1cb7d2fb719bca40326b5ed7149c01eb','',NULL),(2797,'en','default','68a4d36d3234bc3414b2bcd2cb75167a','Possible reason: your host may have disabled the mail() function.',NULL,NULL,'LINE',NULL,10,'','454be38f8500c7b6afef1e673c62a1e9','',NULL),(2798,'en','default','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'LINE',NULL,10,'','5ac777113c09f28dbd9487ec2baaa1fa','',NULL),(2799,'en','default','78b02dc2cc3c3dcd32f7ad1871cba4c5','Post Archives',NULL,NULL,'LINE',NULL,10,'','6af003a77d849ca89ea22c350fa7ae07','',NULL),(2800,'en','default','d812b04fbd40cd26dbf67e142067a9de','Post Attributes',NULL,NULL,'LINE',NULL,10,'','e9b8b2a8bca412c118ef70f1f064cdfd','',NULL),(2801,'en','default','55db28530640e9fb41ebf71ea8afce72','Post Comment',NULL,NULL,'LINE',NULL,10,'','00ae1e145e96f936f354f642d72693cb','',NULL),(2802,'en','default','98462cfa0e9940c58b894b7f63807cc6','Post Thumbnail',NULL,NULL,'LINE',NULL,10,'','ae46fbd1357b1a15fe085350baefe261','',NULL),(2803,'en','default','c78f396fde93d67d07b13b7b91977dd5','Post Type Archive',NULL,NULL,'LINE',NULL,10,'','7f57dbaaa4d41446484d74661539f305','',NULL),(2804,'en','default','1ac6ee29e9e68fb71bad91c1d34348cc','%s:',NULL,NULL,'LINE',NULL,10,'Post custom field name','02f8b670c1a2a424400bc1ea98c1bd9d','',NULL),(2805,'en','default','a3d68d897c2e60e93783fe59e4da7ebf','Aside',NULL,NULL,'LINE',NULL,10,'Post format','acab4dccd7e1ca94409faa72bfef6f13','',NULL),(2806,'en','default','b22f0418e8ac915eb66f829d262d14a2','Audio',NULL,NULL,'LINE',NULL,10,'Post format','6e8acc2eeacbe6efb6844dc62f1e18b8','',NULL),(2807,'en','default','55dcdf017b51fc96f7b5f9d63013b95d','Chat',NULL,NULL,'LINE',NULL,10,'Post format','39e882b0e97910ee6d542ee15f4c0176','',NULL),(2808,'en','default','5c93310dd0291e121181e830cdda892e','Gallery',NULL,NULL,'LINE',NULL,10,'Post format','1f583c9d50fab81022f02d9a4c53ea61','',NULL),(2809,'en','default','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'LINE',NULL,10,'Post format','2ef8f5d02a9097a02bd349a3df38223e','',NULL),(2810,'en','default','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'LINE',NULL,10,'Post format','5ded4bb4e5e776ab2089de639d2120d7','',NULL),(2811,'en','default','c48e929b2b1eabba2ba036884433345e','Quote',NULL,NULL,'LINE',NULL,10,'Post format','549ab827021cd027b2d714436c9bf024','',NULL),(2812,'en','default','eb6d8ae6f20283755b339c0dc273988b','Standard',NULL,NULL,'LINE',NULL,10,'Post format','f55a77c7d9d32c73310b7ce59b9305ea','',NULL),(2813,'en','default','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'LINE',NULL,10,'Post format','b3902061edd294de2ac4e0b2b25ab494','',NULL),(2814,'en','default','34e2d1989a1dbf75cd631596133ee5ee','Video',NULL,NULL,'LINE',NULL,10,'Post format','fe85c5901e3ea9b7c2b88f3b202f7f49','',NULL),(2815,'en','default','b81b7a9b46d11ce619ade4fc7a7d56de','Post navigation',NULL,NULL,'LINE',NULL,10,'','f45dba7c2e194f425abd9ec1280eeb29','',NULL),(2816,'en','default','fe9316b9172a88cb864aa8db8da77065','Post type names must be between 1 and 20 characters in length.',NULL,NULL,'LINE',NULL,10,'','4d61c903ddc075c488cce900ebf110ba','',NULL),(2817,'en','default','d53fedf4e1507205a8d98d9f881e6f32','Posted title:',NULL,NULL,'LINE',NULL,10,'','89ec97b636af8c4cad959f87fd8f2940','',NULL),(2818,'en','default','9157994442d3884a185e82b5df0931bd','Poster',NULL,NULL,'LINE',NULL,10,'','c23e1e4f5c94f9c4cfdb48010a34c153','',NULL),(2819,'en','default','ab007d2b37af61deb4c150d18492a592','Poster Image',NULL,NULL,'LINE',NULL,10,'','f1c3aa4443110bf7da6c566bb142aea4','',NULL),(2820,'en','default','6770c747a98d3821494d455352f90d14','Posts by %s',NULL,NULL,'LINE',NULL,10,'','fe3ace061e5afbebdcda834bfee37f92','',NULL),(2821,'en','default','b5b75c91550c6c7adf33ea35224402ae','Posts list',NULL,NULL,'LINE',NULL,10,'','abd6f74357346cd98b7b0f7a59117c99','',NULL),(2822,'en','default','2ec9fcc55eca3d8628b32dde9b10037f','Posts list navigation',NULL,NULL,'LINE',NULL,10,'','0713fd4574a1c2298692e811b9163cb0','',NULL),(2823,'en','default','f1c1c49bfded55aea8653de74504cb8f','Posts navigation',NULL,NULL,'LINE',NULL,10,'','4d2a19eee3a8c43c3d369e6f29abf1e9','',NULL),(2824,'en','default','7c8de7945f9f1fc99d3ea44f2679919e','Posts page',NULL,NULL,'LINE',NULL,10,'','8b7bfbedf02f0b847871432cfc6ea98d','',NULL),(2825,'en','default','950d2c700af1ddea28921a10510ec180','Posts published on %s',NULL,NULL,'LINE',NULL,10,'','5b83a4a44fcb674ee301a4475b7d3b54','',NULL),(2826,'en','default','ca4765209dd2f16dce065d130cb158ad','Powered by WordPress',NULL,NULL,'LINE',NULL,10,'','f0b1dc6fbca0ff2e461a631d760d4861','',NULL),(2827,'en','default','235df9ad2c90b473cfbe1134558e522c','Powered by WordPress, state-of-the-art semantic personal publishing platform.',NULL,NULL,'LINE',NULL,10,'','d4c0111572bda05c28a30c4ce18156f9','',NULL),(2828,'en','default','11803f40c277b679b08ce0b8d38fdefa','Preload',NULL,NULL,'LINE',NULL,10,'','4bdf1fc00531858caa4b44a0c4d9410b','',NULL),(2829,'en','default','12098930c08b7ac2a207256f71397647','Press return or enter to open this panel',NULL,NULL,'LINE',NULL,10,'','ec09952c6a3f668fd9621293e03d168a','',NULL),(2830,'en','default','5c805f8e5e44f76f68e7c8b127904f43','Press return or enter to open this section',NULL,NULL,'LINE',NULL,10,'','f7c47bfec79d9801c36cd643ebef01cd','',NULL),(2831,'en','default','31fde7b05ac8952dacf4af8a704074ec','Preview',NULL,NULL,'LINE',NULL,10,'','3b7471c8529f181cc09d79bed16fe5a4','',NULL),(2832,'en','default','90b9645cb50b0a87844a70ae3460f684','Preview Link',NULL,NULL,'LINE',NULL,10,'','4ffd721fa7f268f3e6ce18e69ad2646a','',NULL),(2833,'en','default','3f4b29620ca118e9c3e197ffa2b36d79','Preview as a browser icon',NULL,NULL,'LINE',NULL,10,'','99321324b239974ae6b18e4f52e25af2','',NULL),(2834,'en','default','ad6bdf3adeec5b899587e4947f9b33aa','Preview as an app icon',NULL,NULL,'LINE',NULL,10,'','4fe543f9dfa87bb6b2e07f9f71796045','',NULL),(2835,'en','default','1cb8f50fe1f095d857e0f14ea5c9129e','Previewing theme',NULL,NULL,'LINE',NULL,10,'','f63fbdbe1177cf369d056cd00ce0007f','',NULL),(2836,'en','default','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'LINE',NULL,10,'','4dd1c22397dcfd6c7af8dd1749b3e3a6','',NULL),(2837,'en','default','d0215db3a3b973e1d423e01881bfc813','Previous Post',NULL,NULL,'LINE',NULL,10,'','57f10a2e410d9be0ce47721eff950163','',NULL),(2838,'en','default','16ded2dc32322d80ce2362a47f4d7ef4','Previous page',NULL,NULL,'LINE',NULL,10,'','4951e66f7a106598ef1a111d53457717','',NULL),(2839,'en','default','13dba24862cf9128167a59100e154c8d','Print',NULL,NULL,'LINE',NULL,10,'','3d09e91ec3b3880e0d458044d33e67e2','',NULL),(2840,'en','default','ba227cc816e7404ffcde663cd9f4c8aa','Privacy:',NULL,NULL,'LINE',NULL,10,'','03960cd79164c53c5441032f2b5495e3','',NULL),(2841,'en','default','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'LINE',NULL,10,'','fbaab2c40eeea9de0b13b3fc46101042','',NULL),(2842,'en','default','f46a37ea5f84047070ad78ef94b14776','Private <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','14caaf5d940764f32b30ffb41853c796','',NULL),(2843,'en','default','0fdc32e0d8e2d76593f9eb1099853ef0','Private: %s',NULL,NULL,'LINE',NULL,10,'','a4ecd6f090a767ecc5fb154b94c3b038','',NULL),(2844,'en','default','37226fd752f4f48cc1cb49d09c7ed4b0','Privately Published',NULL,NULL,'LINE',NULL,10,'','d60b68c31d1a9e39e384802c4f08b228','',NULL),(2845,'en','default','a526d5e798afffd4a2ebecc4503f8297','Protected Comments: Please enter your password to view comments.',NULL,NULL,'LINE',NULL,10,'','ea8bcae1ba8afefcad7093bdbbf5456d','',NULL),(2846,'en','default','c2f1cef225d18013cb0604f6ed3fd3dc','Protected: %s',NULL,NULL,'LINE',NULL,10,'','144a972a65a9d6b18503d59c27fba725','',NULL),(2847,'en','default','3d067bedfe2f4677470dd6ccf64d05ed','Public',NULL,NULL,'LINE',NULL,10,'','2d9fdef163e7477076b26ffc772567cb','',NULL),(2848,'en','default','aaabc6cfca8fc3ddf8926f30442ac27d','Public, Sticky',NULL,NULL,'LINE',NULL,10,'','799b1e5b7d8870d09812cf0801ae63e4','',NULL),(2849,'en','default','110a4b01beabd53b661a47d4b44bd7a8','Publish',NULL,NULL,'LINE',NULL,10,'','1c4a45c23d139543e8fd8f2f4bab3039','',NULL),(2850,'en','default','d4e86b7a94a94314274f902ef02b2eca','Publish Settings',NULL,NULL,'LINE',NULL,10,'','ed908076c5465e005358015d38aabe07','',NULL),(2851,'en','default','67fe8b6117b10217923399e6ba54aacc','Publish on:',NULL,NULL,'LINE',NULL,10,'','7625b535f1d16ca01376e316e468b1e9','',NULL),(2852,'en','default','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'LINE',NULL,10,'','114b3f973c32a14fb3f38ccaa0e7996f','',NULL),(2853,'en','default','7bbbd7191eb0494466da9f1381598991','Published <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','030a797b339f3bb26a58b7d1ed7612ec','',NULL),(2854,'en','default','742a7bc2f5044805b03c3a7753929d20','Published on:',NULL,NULL,'LINE',NULL,10,'','a966422f5c28dc190e7363d0a54594d9','',NULL),(2855,'en','default','b9ba865fec061c9706d2fd7ce49c0cc7','Purple',NULL,NULL,'LINE',NULL,10,'','f2618b7dc01745cee35b61ed626fbd56','',NULL),(2856,'en','default','5bca06370aa42ecd95b6c83eaaabf5a1','Query parameter not permitted: %s',NULL,NULL,'LINE',NULL,10,'','047d2674af820d8fc02a73eb32248de9','',NULL),(2857,'en','default','adffd451631b602ff2ce6c59c3a71522','REST base route for the post type.',NULL,NULL,'LINE',NULL,10,'','baa775db59be47dfb3ce1b80a73c5561','',NULL),(2858,'en','default','e703da5edb181e8c1b84f24fdf7214e7','REST base route for the taxonomy.',NULL,NULL,'LINE',NULL,10,'','e1e24bf1d1d19a429a3c635b5c587663','',NULL),(2859,'en','default','bf1981220040a8ac147698c85d55334f','RSS',NULL,NULL,'LINE',NULL,10,'','6d85ab8eead863af1a0bc74c2d21f0e7','',NULL),(2860,'en','default','542a09dc3bd3f9b7f2f3945aa5cfe4cf','RSS Error:',NULL,NULL,'LINE',NULL,10,'','539afafbdc3acfc308d74dfe79d98b3e','',NULL),(2861,'en','default','2824995f1e8c27b2ce9a952932a47abf','Random Order',NULL,NULL,'LINE',NULL,10,'','282625657be6033c6f14e0e691946af0','',NULL),(2862,'en','default','df00c6b8f8ccfce1ddc33dd3eed9425e','Randomize suggested headers',NULL,NULL,'LINE',NULL,10,'','d9f525474ce8703d0e61287b6f12ce1d','',NULL),(2863,'en','default','0f07dc7409b517e93986f7c21b9119dd','Randomize uploaded headers',NULL,NULL,'LINE',NULL,10,'','c47ce7078e0498919240280a392af133','',NULL),(2864,'en','default','263fa64326a8785a902d208e0e0751f0','Randomizing suggested headers',NULL,NULL,'LINE',NULL,10,'','b759b3e0a04928c14cf0e7b29bc03c7f','',NULL),(2865,'en','default','26dfce544261ec5e039e068e6cdf2079','Randomizing uploaded headers',NULL,NULL,'LINE',NULL,10,'','9a7d28c2e1814663941969256a9bea2a','',NULL),(2866,'en','default','9f509ef370d83753023532ade5de709f','Read more...',NULL,NULL,'LINE',NULL,10,'','47d568a47a7f29e56cfa81b7a634d2aa','',NULL),(2867,'en','default','94b51fc88c93946109bd2a18601e7227','Read the <a href=\"%s\" target=\"_blank\">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.',NULL,NULL,'LINE',NULL,10,'','364831cc09b1a5ebd538056d93cda05e','',NULL),(2868,'en','default','224bfdc1726a9ddd5e9c5f2a5efadb8c','Reassign the deleted user\'s posts and links to this user ID.',NULL,NULL,'LINE',NULL,10,'','ee1dd6d05d8efda832b9e8c02620b295','',NULL),(2869,'en','default','69e7df6b9f7404b4007d936978a45c81','Recent Comments',NULL,NULL,'LINE',NULL,10,'','b9225fce823639b5c4008f02bd47957e','',NULL),(2870,'en','default','341825a909ae0a19dd9dbea98ef3e021','Recent Posts',NULL,NULL,'LINE',NULL,10,'','a3ab5b8aea1966f410006d2f145672d6','',NULL),(2871,'en','default','ee38e4d5dd68c4e440825018d549cb47','Red',NULL,NULL,'LINE',NULL,10,'','b3b708ba494bab2d133d6b72f9eb04c2','',NULL),(2872,'en','default','5afeaba074ef570dc720caaa855d49f6','Redo',NULL,NULL,'LINE',NULL,10,'','e11a4cea65b2c61af6849adc0c6ba3f3','',NULL),(2873,'en','default','0ba7583639a274c434bbe6ef797115a4','Register',NULL,NULL,'LINE',NULL,10,'','8e172987f653762af3b87e28b0fe9c73','',NULL),(2874,'en','default','2c0dde6999937d1f43df426884318488','Register For This Site',NULL,NULL,'LINE',NULL,10,'','257903be2ddd263c6f51cac1c8a0e78d','',NULL),(2875,'en','default','bdf11b2952f36105cdccbee24bb6abe0','Registration Form',NULL,NULL,'LINE',NULL,10,'','f3b12b61e70f8d8a38a2e031b231e326','',NULL),(2876,'en','default','572d5710c3b608b5de92474ffbe1e449','Registration complete. Please check your email.',NULL,NULL,'LINE',NULL,10,'','3057e8ef5abbaf2da8dda6957f7c4e3d','',NULL),(2877,'en','default','0d4d7d6619d2e039e760a4a2ec44ebbc','Registration confirmation will be emailed to you.',NULL,NULL,'LINE',NULL,10,'','e002ea2b68f3baf5df93be68a585614f','',NULL),(2878,'en','default','1889bec35cc7c56d5aa883896842a410','Registration date for the user.',NULL,NULL,'LINE',NULL,10,'','ffdc7cc6d21c2e36f914a22a1f274476','',NULL),(2879,'en','default','588b3fdb90ad6653c87aa614c2d6be98','Registration has been disabled.',NULL,NULL,'LINE',NULL,10,'','469caa359ea63eb5808775ac43877b59','',NULL),(2880,'en','default','e857817b07c27f3c57caa6c40f7499d4','Remember Me',NULL,NULL,'LINE',NULL,10,'','361a467c57f1d0829d2a776ab2230f0a','',NULL),(2881,'en','default','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'LINE',NULL,10,'','40328dfb5b484ba625186e23d0d406e8','',NULL),(2882,'en','default','2d66bbb484af4eb1a6b2d981b189a863','Remove From Bulk Edit',NULL,NULL,'LINE',NULL,10,'','76e9b4cee11feaf7646128dea2f43fb7','',NULL),(2883,'en','default','c5766da866a0c206cbc4afac6c7e23eb','Remove Menu Item: %1$s (%2$s)',NULL,NULL,'LINE',NULL,10,'','01f73507a0ba839f723b41645d4bfb40','',NULL),(2884,'en','default','98313fe7ac09033978cf21bbbd96ae18','Remove audio source',NULL,NULL,'LINE',NULL,10,'','95ce8db242ed7efa663b7d8b06abc801','',NULL),(2885,'en','default','f4701af4852c350444ecdca3fe3ecfc5','Remove image',NULL,NULL,'LINE',NULL,10,'','c60a214b3c715e3142e5a905f69fd6b7','',NULL),(2886,'en','default','79820c0aefba8326e5aebd0ecf1a8aaa','Remove link',NULL,NULL,'LINE',NULL,10,'','d8b3e351ed2998882bc992787d899001','',NULL),(2887,'en','default','4b93d8ad16394f555cf7756e71f55a0e','Remove poster image',NULL,NULL,'LINE',NULL,10,'','c6affaf599e8ee74ad234eec70ed4cbc','',NULL),(2888,'en','default','c6f8a4cafbc7b47cfa9cf1d6f0a92aea','Remove term:',NULL,NULL,'LINE',NULL,10,'','17ef33c700248bd3bcdf9b7e5cf68082','',NULL),(2889,'en','default','6aae748949aeb2cc1023ecd0a2acbff2','Remove video source',NULL,NULL,'LINE',NULL,10,'','a17f3bf6ae44534d6132fadd8db185df','',NULL),(2890,'en','default','9018923323bdaf6da75085bd416bc124','Removing %1$s manually will cause PHP warnings. Use the %2$s filter instead.',NULL,NULL,'LINE',NULL,10,'','98bf024f8b939f0d0c10939a187be7e4','',NULL),(2891,'en','default','332c80b1838dc515f5031e09da3b7f3f','Reorder',NULL,NULL,'LINE',NULL,10,'','43a821336f222821e6d20087c96a7836','',NULL),(2892,'en','default','eef55e9878cec3eb4340f1d2a16d46b9','Reorder menu items',NULL,NULL,'LINE',NULL,10,'','c87aa504a57cfef368cef515120f29c0','',NULL),(2893,'en','default','758809ef08a8d25158146b3996a840f6','Reorder mode closed',NULL,NULL,'LINE',NULL,10,'','e857d84645b487e840f1b0599c0579b1','',NULL),(2894,'en','default','722b7ab987a988385620ad62ce442de0','Reorder mode enabled',NULL,NULL,'LINE',NULL,10,'','df8e1ca01703d82a1c0cb76142df381b','',NULL),(2895,'en','default','064240233ef76240b518117de38774e6','Reorder widgets',NULL,NULL,'LINE',NULL,10,'','329bd8ed36a5ca5da92c1ba574a71f1a','',NULL),(2896,'en','default','ecbff82ee17152218e787bac9751aa24','Repeat Background Image',NULL,NULL,'LINE',NULL,10,'','253d5beeb93cbf915850d932222f6114','',NULL),(2897,'en','default','7020426cfb0a204051be4b3053d2acc8','Repeat',NULL,NULL,'LINE',NULL,10,'Repeat Image','321e8cebe38478bcf46c05ab0fbe3624','',NULL),(2898,'en','default','0ebe6df8a3ac338e0512acc741823fdb','Replace',NULL,NULL,'LINE',NULL,10,'','d1b3ac5c77415c42fada8ebe99127f42','',NULL),(2899,'en','default','1ec8347d7a39b86efb6f26be0a5885c1','Replace Audio',NULL,NULL,'LINE',NULL,10,'','f1e7f76a7c1dba1966296a5af37b37a4','',NULL),(2900,'en','default','5dec156b63fee20ec9d84d44e5cebebd','Replace Image',NULL,NULL,'LINE',NULL,10,'','257afe84875b38d49570a80197d29750','',NULL),(2901,'en','default','26e31e591ed47e5e6c8021f69f1591aa','Replace Video',NULL,NULL,'LINE',NULL,10,'','8725881b19bff6667d73eea32377d749','',NULL),(2902,'en','default','25d8df6e580905091a0d5ef5b9e05bf0','Reply',NULL,NULL,'LINE',NULL,10,'','fc596e95f6f91026e37aec9de740be8b','',NULL),(2903,'en','default','06d9d9227a6c26ee0148439a24dd351f','Reply to %s',NULL,NULL,'LINE',NULL,10,'','85ab00b987ed7b03116459e4eb8708b7','',NULL),(2904,'en','default','231ab305fdf370e764ce9724a59a8910','Required fields are marked %s',NULL,NULL,'LINE',NULL,10,'','111447622e449f63e7178012a7c1faa8','',NULL),(2905,'en','default','b399344881bbca589d2775ae629254a1','Required to be true, as revisions do not support trashing.',NULL,NULL,'LINE',NULL,10,'','aae2e4ff9b6665f9ecc0adcf9215066a','',NULL),(2906,'en','default','785ad9523ef15d231a62d1dc94f9ed94','Required to be true, as terms do not support trashing.',NULL,NULL,'LINE',NULL,10,'','462c7f15ff986df6bfc3c87218568f92','',NULL),(2907,'en','default','baa337ff295739e7df06d7b96fe09319','Required to be true, as users do not support trashing.',NULL,NULL,'LINE',NULL,10,'','8f042fb0b305444caf19ed524873c06c','',NULL),(2908,'en','default','6072e83b7f35887c76e64920bd370f4a','Reset Password',NULL,NULL,'LINE',NULL,10,'','be990e46974fb513bdb7096d259ebbf1','',NULL),(2909,'en','default','265e3536a46cbea3494f37116f2cf99b','Responsive Layout',NULL,NULL,'LINE',NULL,10,'','ea0742639fdbbd93703423a21a8a786a','',NULL),(2910,'en','default','1f847d8a457f39afb2388de581a47a0a','Restore last draft',NULL,NULL,'LINE',NULL,10,'','b050098f940705d43898d93ebefa708c','',NULL),(2911,'en','default','b7de6efe05770c6447308c77929bed0b','Reverse order',NULL,NULL,'LINE',NULL,10,'','7f079bf5381c74f354b6e6659da77d43','',NULL),(2912,'en','default','82876d41b497ae7bc2393507144405f5','Reverting unpublished changes&hellip;',NULL,NULL,'LINE',NULL,10,'','f58f8ab392bcbf12f24ec906bef401b2','',NULL),(2913,'en','default','32c676ac5296556c0573a301ef5ab07b','Revision',NULL,NULL,'LINE',NULL,10,'','8a368c7de65cd6ca2020ba2c65ed0e3c','',NULL),(2914,'en','default','fd88b11cfde6aa5e3c7ff0553b534885','Revisions',NULL,NULL,'LINE',NULL,10,'','948c447254bab82db39c5a54c93193ab','',NULL),(2915,'en','default','9a29a3802c6fbd889b2942020b7d1db4','Revisions do not support trashing. Set \'%s\' to delete.',NULL,NULL,'LINE',NULL,10,'','5e100621ebe92dd2828710a6a2875d2b','',NULL),(2916,'en','default','d1a1b0cd34e8033d877fc356492ed018','Rich Text Area. Press Alt-Shift-H for help.',NULL,NULL,'LINE',NULL,10,'','ca45bde0cdb37ebd6a91da2bfd0d67de','',NULL),(2917,'en','default','443bdca13e7d71181a7e8f00848f2361','Rich Text Area. Press Control-Option-H for help.',NULL,NULL,'LINE',NULL,10,'','778d158d72aa28bae72032c209cb4aa8','',NULL),(2918,'en','default','92b09c7c48c520c3c55e497875da437c','Right',NULL,NULL,'LINE',NULL,10,'','b05dbcdd1ff31e483608c1aa830b2a8f','',NULL),(2919,'en','default','000fecfcd9ed8119c3841ca87d49d291','Robots',NULL,NULL,'LINE',NULL,10,'','eaa507cbb60293ceacda24db2eba881e','',NULL),(2920,'en','default','37918e4437af502187e94538cd723ab7','Roles assigned to the user.',NULL,NULL,'LINE',NULL,10,'','c54150cac01e47a55b63957830a26fb9','',NULL),(2921,'en','default','efa7394ecaa7fc7076a9da13a77236b8','Romanian',NULL,NULL,'LINE',NULL,10,'','4f02137091f738c6170787471d377454','',NULL),(2922,'en','default','1a7e005702d56953ba2a67bab14c7592','Route must be specified.',NULL,NULL,'LINE',NULL,10,'','3a08d9d57403106f64ae9b680b389a8f','',NULL),(2923,'en','default','9cddf1590e33322b05ae0ea20fb0f81a','Routes must be namespaced with plugin or theme name and version.',NULL,NULL,'LINE',NULL,10,'','8d58a83902925fc4475de16e02e2a4f5','',NULL),(2924,'en','default','a70367aa7cb74e510f4f9413ccf059d3','Row',NULL,NULL,'LINE',NULL,10,'','0af9efe0388d5f7f321f9cad3efa3ab7','',NULL),(2925,'en','default','b024620377ac693042377812f82d154d','Row group',NULL,NULL,'LINE',NULL,10,'','9db9af2007f1bedab302de6d3177e191','',NULL),(2926,'en','default','6f524ce004ca3d42571f5690b27ae756','Row type',NULL,NULL,'LINE',NULL,10,'','21491e98244eab4d9c53416f11c73688','',NULL),(2927,'en','default','530f488f7a9800411efc6926ab189708','Rows',NULL,NULL,'LINE',NULL,10,'','fbba99f44900792c518f0d6db573fd2e','',NULL),(2928,'en','default','0cd8cdd28658f85a84e009b63ea7bdcb','Run %s',NULL,NULL,'LINE',NULL,10,'','7cb273a23bed665e2502dfc58719d1da','',NULL),(2929,'en','default','a9f5fad170b8f1ad47d96455e4bc07a9','Run Importer',NULL,NULL,'LINE',NULL,10,'','ab9555fd1927439b262404a3382015ea','',NULL),(2930,'en','default','deba6920e70615401385fe1fb5a379ec','Russian',NULL,NULL,'LINE',NULL,10,'','35b15215f46e85db1c8c73b7316812d2','',NULL),(2931,'en','default','13c7d2d737f81f7bf89aed9fbcd0ad55','Sat',NULL,NULL,'LINE',NULL,10,'','936fa653a1ba5fb8463b6829dcb025bb','',NULL),(2932,'en','default','8b7051187b9191cdcdae6ed5a10e5adc','Saturday',NULL,NULL,'LINE',NULL,10,'','ed0518374ff1f495cd7713f46cf4e361','',NULL),(2933,'en','default','5dbc98dcc983a70728bd082d1a47546e','S',NULL,NULL,'LINE',NULL,10,'Saturday initial','464dc7c249d03fc7552af0971c4a8891','',NULL),(2934,'en','default','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'LINE',NULL,10,'','44821e0a04375b5342414c4ef8275455','',NULL),(2935,'en','default','7df2b1ddee4dfe3745b3becfdca5840f','Save &amp; Publish',NULL,NULL,'LINE',NULL,10,'','1a05952269cca0d58dda3ad656fdf876','',NULL),(2936,'en','default','5778e182c50cbba1d86e14690c8aa35c','Save Draft',NULL,NULL,'LINE',NULL,10,'','6f1be29fd03b64e11580b955b5974ece','',NULL),(2937,'en','default','0249434300b0577480173c7abf03f58d','Save and preview changes before publishing them.',NULL,NULL,'LINE',NULL,10,'','35ab1984bd7f18037b21984b0abc2cc9','',NULL),(2938,'en','default','a72d895fd4f87bf742f05caccd6d0553','Save as Pending',NULL,NULL,'LINE',NULL,10,'','7355508131c642a865359303244f5808','',NULL),(2939,'en','default','3b285e2995b45a8a78d1b57bdb6caff4','Save my name, email, and website in this browser for the next time I comment.',NULL,NULL,'LINE',NULL,10,'','9af4dbd3fdba144f742dc2bbe94d26b8','',NULL),(2940,'en','default','248336101b461380a4b2391a7625493d','Saved',NULL,NULL,'LINE',NULL,10,'','1e4f94ff7aaeccd4fe8af1a78eba5923','',NULL),(2941,'en','default','2bcf4d0012d8fec18f5b97a1f307c958','Saved.',NULL,NULL,'LINE',NULL,10,'','ad31aded67b4454335543998be362d76','',NULL),(2942,'en','default','268c10aa3a88647c8d11953fde01b177','Saving Draft&#8230;',NULL,NULL,'LINE',NULL,10,'','639dd3dadd47452c6911c8105421407f','',NULL),(2943,'en','default','575f5f86d2c7ea113c6710c1037c4465','Saving...',NULL,NULL,'LINE',NULL,10,'','a61a2ec9057cdab626e61d6eb1c2720c','',NULL),(2944,'en','default','bac716b5f4b2e368e696ada71979d630','Schedule for:',NULL,NULL,'LINE',NULL,10,'','2dc1e11adfca7091cea3e10f0221a4eb','',NULL),(2945,'en','default','66ca9e873d00d9892c862c9b9c4ef68d','Schedule your customization changes to publish (\"go live\") at a future date.',NULL,NULL,'LINE',NULL,10,'','d67a64fd2011aab118627fe73ca79f1d','',NULL),(2946,'en','default','a2477a372f0deb18f8e2392a9cf3a1a0','Scheduled <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','ee6c64b383ecc550b112e07946dc2fb9','',NULL),(2947,'en','default','2243ea5ddd452c2b96e0b847a5690718','Scope under which the request is made; determines fields present in response.',NULL,NULL,'LINE',NULL,10,'','5f1b7da3730b26eb392986c359c39937','',NULL),(2948,'en','default','6d6f98a8644047a2c771f1a68220c5a5','Scrape nonce check failed. Please try again.',NULL,NULL,'LINE',NULL,10,'','ae20541c2ba4efc4c261d92327e6db2c','',NULL),(2949,'en','default','6e8296e353bbf755a11226d10bbe89a4','Screen reader users: when in forms mode, you may need to press the Esc key twice.',NULL,NULL,'LINE',NULL,10,'','6e6750c57d09246d911afdbcc0a04254','',NULL),(2950,'en','default','c4f3b8c43f6d67268e8526c046b5d71a','Screen reader users: when in forms mode, you may need to press the escape key twice.',NULL,NULL,'LINE',NULL,10,'','7d49cc634a6f38efca51b330f468023d','',NULL),(2951,'en','default','b6cf68f72389c768740bc0b5451ca2da','Scripts and styles should not be registered or enqueued until the %1$s, %2$s, or %3$s hooks.',NULL,NULL,'LINE',NULL,10,'','9b5a1019115a4ba4e93e0ea553e42f67','',NULL),(2952,'en','default','ea41a634e0a24869346b8b47bf90cc35','Scroll with Page',NULL,NULL,'LINE',NULL,10,'','b34f1f187343db2e489fa97073f83cda','',NULL),(2953,'en','default','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'LINE',NULL,10,'','87f5401b92450153e6a555442219e72a','',NULL),(2954,'en','default','547d406d2d88b3851d13a6850a72f81a','Search Categories',NULL,NULL,'LINE',NULL,10,'','eb391a34bfe8aff2430de95ca0fd4a10','',NULL),(2955,'en','default','5526defd4865f2dd9be2d03fdcc548e3','Search Changesets',NULL,NULL,'LINE',NULL,10,'','777f4c9c2c467f77448cc9e58f118a30','',NULL),(2956,'en','default','29d041598b13642f9630d3b2b662c793','Search Link Categories',NULL,NULL,'LINE',NULL,10,'','6f6de3227ad55c512b7dd8a9964b95b1','',NULL),(2957,'en','default','dce00b01b1340b27a77ac594865e1146','Search Media',NULL,NULL,'LINE',NULL,10,'','33f0224604c487302fc0e1aeac04ba20','',NULL),(2958,'en','default','5ce0b77b7bb26ee35b4fac0fcbafbfb3','Search Menu Items',NULL,NULL,'LINE',NULL,10,'','bb077ccbc44a12110cf00c810b90b30d','',NULL),(2959,'en','default','c64142496069f3e3c157198a932a3acd','Search Pages',NULL,NULL,'LINE',NULL,10,'','4c5c5a0795de657a2e773315a2cf86ff','',NULL),(2960,'en','default','c3ab2ce5aa0200fb9d5821565d048d34','Search Posts',NULL,NULL,'LINE',NULL,10,'','b33ace30bfa698c625189de6188db6d2','',NULL),(2961,'en','default','32df01b9cf0491a879250b58ba2744ba','Search Results',NULL,NULL,'LINE',NULL,10,'','debc55c7aa0bb5783cf4f182d0e9a295','',NULL),(2962,'en','default','ccd24b013fef414468fa29b575107739','Search Results %1$s %2$s',NULL,NULL,'LINE',NULL,10,'','1540718d380217853008d8d8cc17cb8d','',NULL),(2963,'en','default','b56c9c3b714421f005d8d8941ba3f6c5','Search Results for &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','428edfc8e2ca51ffceb5fdb51441bfa5','',NULL),(2964,'en','default','51471f9b4ed42bc4b88b01609626046a','Search Tags',NULL,NULL,'LINE',NULL,10,'','d321ba46be166c155795a3aa3fe187f8','',NULL),(2965,'en','default','036a513a592eaf51e3b234a1ef22742a','Search Widgets',NULL,NULL,'LINE',NULL,10,'','6c029d952c4e401c439e96bbb1a771e6','',NULL),(2966,'en','default','42adbc0cb94a693780eec20f979fb402','Search WordPress.org themes',NULL,NULL,'LINE',NULL,10,'','a7ea2d19388cb113ba19be37a729f1d6','',NULL),(2967,'en','default','2fcb8a402f67c1f5909111d4655ea8b0','Search media items...',NULL,NULL,'LINE',NULL,10,'','7dc379ffa74d6114fda58622db2f9b77','',NULL),(2968,'en','default','76a1df192684939ebf8dff0f8a0b51fd','Search menu items&hellip;',NULL,NULL,'LINE',NULL,10,'','884c1c245b7fda809f41e54cae687740','',NULL),(2969,'en','default','e8d547746e3842ce42243131692b4093','Search or use up and down arrow keys to select an item.',NULL,NULL,'LINE',NULL,10,'','7657d246283dafc11e6ddb3852626deb','',NULL),(2970,'en','default','787bd6aa8767ff051bb845d1bc1d4eba','Search results for &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','21f9d467d5e850f0d52a86f592f99132','',NULL),(2971,'en','default','e6bf3e110fac74f1d27bc4323fde9dc7','Search themes&hellip;',NULL,NULL,'LINE',NULL,10,'','4d481456ecf3aafe24978356219a90d2','',NULL),(2972,'en','default','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'LINE',NULL,10,'Search widget','08b43de09358c7c1657a2b25377d563e','',NULL),(2973,'en','default','5d328fbebd1c96a6c1b8519dc27b1163','Search widgets&hellip;',NULL,NULL,'LINE',NULL,10,'','92042898a5b50964c4883b0390f47dbb','',NULL),(2974,'en','default','00522a8dbe7e743d872e250a26fae115','Seasonal',NULL,NULL,'LINE',NULL,10,'','69b2ea44538c1f90818bad0cc8aba12f','',NULL),(2975,'en','default','bbf9bf3910bc9ea1e9a415c4d8bcf5ce','Security check failed.',NULL,NULL,'LINE',NULL,10,'','95e8c63e2c3dd4aacbcbe36f0ec64ce5','',NULL),(2976,'en','default','11b0e87d9dba6dffd9915678ccec9535','Security error.',NULL,NULL,'LINE',NULL,10,'','def8fc038755e26eb0d5db4583aa83ab','',NULL),(2977,'en','default','7e31e30203d3bb513506d841f99a2e2e','See how changes would look live on your website, and share the preview with people who can\'t access the Customizer.',NULL,NULL,'LINE',NULL,10,'','07ffea67e4694534aac1e957fa64e621','',NULL),(2978,'en','default','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'LINE',NULL,10,'','1f3f51a71d0ed80bf7edaa71d5069bc0','',NULL),(2979,'en','default','76729937a5eb6b0fd88c42581161facd','Select Category',NULL,NULL,'LINE',NULL,10,'','df4c3299aa196eb6cb9b8acf09216881','',NULL),(2980,'en','default','192757e6a1063642bdaf35aba27c96a4','Select Color',NULL,NULL,'LINE',NULL,10,'','ada75eed067253751fc412a81198bd52','',NULL),(2981,'en','default','2301219202a7091780d409c82fb8b0f6','Select Day',NULL,NULL,'LINE',NULL,10,'','6b322ce15f101d8e1279f3ffba836255','',NULL),(2982,'en','default','b89ecc2c10fdae8af65f9762442b7b11','Select Files',NULL,NULL,'LINE',NULL,10,'','8c458f26129abb0a2bf29d2a83fa6df9','',NULL),(2983,'en','default','3322f5fc25068cc491d7f2daed2060ce','Select Link Category:',NULL,NULL,'LINE',NULL,10,'','a1ba9d26cb03b85dfb8e09c447c9270a','',NULL),(2984,'en','default','1c9cdbc587153c1c314ff3e6478ded16','Select Menu:',NULL,NULL,'LINE',NULL,10,'','b535f4151690dbf7b6b26976cfe94e28','',NULL),(2985,'en','default','89d0fdd0f8b1b6f918815729a338cd50','Select Month',NULL,NULL,'LINE',NULL,10,'','2c5d560d51cca6d38ed4551f8b936d54','',NULL),(2986,'en','default','7472cca1f4efbf64d1b8f50c0f63f042','Select Post',NULL,NULL,'LINE',NULL,10,'','610a98a46770d5962f752d081344da97','',NULL),(2987,'en','default','b735f8b9b44fdaf8eb17bfe1387f2208','Select Poster Image',NULL,NULL,'LINE',NULL,10,'','c9102ac0aca03a333f2813afe4d38c5a','',NULL),(2988,'en','default','0844a99d8aa0bba39d3879832736c355','Select Week',NULL,NULL,'LINE',NULL,10,'','c751f5182e642c160e2499cbf9fc324e','',NULL),(2989,'en','default','3bb055cd21140e7c1b17eeeace227bdb','Select Year',NULL,NULL,'LINE',NULL,10,'','2d602138d03412516123f158bc8e7b70','',NULL),(2990,'en','default','09f3d53643b458fcb413bd3c2dbb7350','Select a city',NULL,NULL,'LINE',NULL,10,'','ac82f3f3fc187115ce05b9f7d33fcab7','',NULL),(2991,'en','default','4c41e0bd957698b58100a5c687d757d9','Select all',NULL,NULL,'LINE',NULL,10,'','a2e7ab096d02f1e782f07f4cdbb85b72','',NULL),(2992,'en','default','63b95056646acc19c17015faaa11d412','Select an area to move this widget into:',NULL,NULL,'LINE',NULL,10,'','0bc83ade17d6c28c649ef9c38e432e97','',NULL),(2993,'en','default','75fd734dc91e5dcc2ecd7b50122f49f3','Select and Crop',NULL,NULL,'LINE',NULL,10,'','bb60d10bb0ffe5459c733d82d0f21ce7','',NULL),(2994,'en','default','1b7acf08d37ff89d0f7681a8927acaab','Select audio',NULL,NULL,'LINE',NULL,10,'','1d431879e25e396cd535e2d5a57c82b4','',NULL),(2995,'en','default','95a5e604a8f6965c75532ec1d7275639','Select default color',NULL,NULL,'LINE',NULL,10,'','cbecc54f3f7b2584786b1b28d3c62e44','',NULL),(2996,'en','default','cda5132955c43b0ac7ae8adfa27cc35e','Select file',NULL,NULL,'LINE',NULL,10,'','e2404464ebb7cdf43cac89c24943eb9c','',NULL),(2997,'en','default','b51000000ff730e7cacd10980186c1a4','Select image',NULL,NULL,'LINE',NULL,10,'','ea677452f05d48bf4960feefaf9fc345','',NULL),(2998,'en','default','10599ceff1b936efa280b4557af1b608','Select logo',NULL,NULL,'LINE',NULL,10,'','296e072becb551f8fddb4c2a5ef57fd6','',NULL),(2999,'en','default','3ff26e53fe489fd8a5d292c58ac232ff','Select video',NULL,NULL,'LINE',NULL,10,'','48e0bdfe8ead929c504f5a8b7afc274d','',NULL),(3000,'en','default','fdc1564548beb786ed722cc8c4c44849','Separate tags with commas',NULL,NULL,'LINE',NULL,10,'','e49dd6a750df52a1aa06b5c868fda4bb','',NULL),(3001,'en','default','cc5d90569e1c8313c2b1c2aab1401174','September',NULL,NULL,'LINE',NULL,10,'','2871e395085b034ef6dbf824478b3c54','',NULL),(3002,'en','default','f04aa7019c490474fa3ce16e93501b57','Sep',NULL,NULL,'LINE',NULL,10,'September abbreviation','61c67b3338ff2acb6b93aa474d7c6cd3','',NULL),(3003,'en','default','055301c56abc82dd3a81ea3810ad0599','Serbian',NULL,NULL,'LINE',NULL,10,'','5ab54ca126d594824fccbd591a30fe76','',NULL),(3004,'en','default','f31f28ce9cd8a8aa87bb51f54bb27df1','Session expired',NULL,NULL,'LINE',NULL,10,'','978937c0b5430b54d4feb73f93221c58','',NULL),(3005,'en','default','f3770384b1cdb680cdfdc4fd0b55c2cb','Set image',NULL,NULL,'LINE',NULL,10,'','29bc21e11a3cc1754c5413d978c43860','',NULL),(3006,'en','default','bbc66445925bb4f1112403051d848a64','Setting does not exist or is unrecognized.',NULL,NULL,'LINE',NULL,10,'','18d948b9fbbb4dd9b6005482026f4ded','',NULL),(3007,'en','default','e202bbae3c09098fbd74823dc3a7f331','Setting up your live preview. This may take a bit.',NULL,NULL,'LINE',NULL,10,'','be25e7ec866a4b6360ad016f91c85210','',NULL),(3008,'en','default','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'LINE',NULL,10,'','37be100bfed85ea682a9672ce2fe6e9a','',NULL),(3009,'en','default','f29ffe19cd219c1cbdbde937bfd45aab','Share Preview Link',NULL,NULL,'LINE',NULL,10,'','67add05728f7714bf95ba1e9826c044d','',NULL),(3010,'en','default','23ce1c9b77ea0d7199e5658946515143','Sharing options',NULL,NULL,'LINE',NULL,10,'','e901964892560c4a313f829f623ceb2b','',NULL),(3011,'en','default','0b78fe12adb1173b639dbaf50c008c26','Shift + Alt + letter:',NULL,NULL,'LINE',NULL,10,'','7b26e973a91b694c2fd82b907d2ca576','',NULL),(3012,'en','default','3dd0dcf472fa4ae786111a9545bd4f2e','Shift-click to edit this element.',NULL,NULL,'LINE',NULL,10,'','d8b5c72df0fc5c1432c272b1686d2755','',NULL),(3013,'en','default','ae7845c77bb5d0860fa96812499d1f94','Shift-click to edit this widget.',NULL,NULL,'LINE',NULL,10,'','e55655f8e93e1e90362ec77c874ee842','',NULL),(3014,'en','default','9d5ed678fe57bcca610140957afab571','B',NULL,NULL,'LINE',NULL,10,'Short for blue in RGB','cd6abd6cb74bc2c068b3f436563dd404','',NULL),(3015,'en','default','dfcf28d0734569a6a693bc8194de62bf','G',NULL,NULL,'LINE',NULL,10,'Short for green in RGB','4ffd9d01e43fba0cc607ceca3271ba79','',NULL),(3016,'en','default','e1e1d3d40573127e9ee0480caf1283d6','R',NULL,NULL,'LINE',NULL,10,'Short for red in RGB','d0fa791a8029c3094adfb2fdf7439f0d','',NULL),(3017,'en','default','59188a4ba49678f63938344f7debf53a','Shortlink',NULL,NULL,'LINE',NULL,10,'','d3731219742da18a1a22f05ae7757a4b','',NULL),(3018,'en','default','498f79c4c5bbde77f1bceb6c86fd0f6d','Show',NULL,NULL,'LINE',NULL,10,'','b52d627834326ceef183b56777ffad4f','',NULL),(3019,'en','default','37fad38d887a3988d31a87be8b24b778','Show Artist Name in Tracklist',NULL,NULL,'LINE',NULL,10,'','349f6adfbab57b760d37b32bd0b21d71','',NULL),(3020,'en','default','ea15460e63b6e8e92f8c03a79eeb6e4e','Show Images',NULL,NULL,'LINE',NULL,10,'','3e63db4935c6d68c6c7ab2a31368b1d9','',NULL),(3021,'en','default','36bc04bf1f29aca233e4c9baf8dd141b','Show Link Description',NULL,NULL,'LINE',NULL,10,'','551d7e617b83a71e7e00132e1bada33a','',NULL),(3022,'en','default','3f24e1e7c7bbf2be443ee4bd71768a87','Show Link Image',NULL,NULL,'LINE',NULL,10,'','f4b88a0a165b4f4a06c2586a0a076938','',NULL),(3023,'en','default','fc2095e304b097ad50c3ea4b92270a0b','Show Link Name',NULL,NULL,'LINE',NULL,10,'','3957910dc77844b4ff4d815345b62ff2','',NULL),(3024,'en','default','673ab9fb79cf3881ebe5cd434b8515c9','Show Link Rating',NULL,NULL,'LINE',NULL,10,'','da88b2c147a8cdefa9301c4b33634086','',NULL),(3025,'en','default','fe9e7df08264edf71a494cbbf0cf83ef','Show Tracklist',NULL,NULL,'LINE',NULL,10,'','90684249e410e7d02fa13e93d2a2aefc','',NULL),(3026,'en','default','bade67390dc4928246d6492836f8371b','Show Video List',NULL,NULL,'LINE',NULL,10,'','0ebe976d4f8b3ed0fc299a7251de36f8','',NULL),(3027,'en','default','260acb456437049755db4888f8df08db','Show hierarchy',NULL,NULL,'LINE',NULL,10,'','277ea3c2e502c826cabacb3bfe67f26d','',NULL),(3028,'en','default','b92e396d090e402f8e09ed97801cea5c','Show invisible characters',NULL,NULL,'LINE',NULL,10,'','1e39e29d010f8c8c50ecd910b3e6cbc6','',NULL),(3029,'en','default','683a925ab25a7a4bc7718e9d08e254c3','Show more comments',NULL,NULL,'LINE',NULL,10,'','f3bebecd22a5ae9074186c0270a58ebf','',NULL),(3030,'en','default','a1cc7ba89ca3016cf59d7c31506a9681','Show password',NULL,NULL,'LINE',NULL,10,'','68d3e960237436c63d5a09d9b3fb81e2','',NULL),(3031,'en','default','e8581a126a7b3a7e5f710f59d5cc07d6','Show post counts',NULL,NULL,'LINE',NULL,10,'','2f2be6b520ad6404d74638fb4fba3e99','',NULL),(3032,'en','default','5eb2c379975682463f1b08a4cd78ed12','Show tag counts',NULL,NULL,'LINE',NULL,10,'','3cea5de1c085f9ffd14bae92a197d7e5','',NULL),(3033,'en','default','44e9b998713c5c3ee9295ee3c873492e','Showing details for theme: %s',NULL,NULL,'LINE',NULL,10,'','3252c9599f03744e6d2c4d93c390704a','',NULL),(3034,'en','default','219ff7705d67d0c798779951dcf82e95','Sidebar',NULL,NULL,'LINE',NULL,10,'','cb6f63d9ff3dab1bd2f40b38eedd6755','',NULL),(3035,'en','default','2da47af339b86412bb0e45b01fdeab50','Sidebar %d',NULL,NULL,'LINE',NULL,10,'','b15fdff98b459fbcaf26d2f90fcea8ce','',NULL),(3036,'en','default','80919be0413cba91ea1c240ca12ee13a','Signup',NULL,NULL,'LINE',NULL,10,'','3e309ab553ad3094c61b20a7523e04fe','',NULL),(3037,'en','default','f96e345fdc19cbd4cf15256c251a39a0','Silver',NULL,NULL,'LINE',NULL,10,'','1e64999ca501e8e0bda6382db4915f7a','',NULL),(3038,'en','default','3e07de539b126d2aa03485f987c3d6b6','Site Address (URL)',NULL,NULL,'LINE',NULL,10,'','79c9ec7925f7a0ca9463c6360db94e4e','',NULL),(3039,'en','default','9033d1f015fc6793f4bb68114a2edc4d','Site Admin',NULL,NULL,'LINE',NULL,10,'','925bd72adb9ab59eb3070fa9ab050fd9','',NULL),(3040,'en','default','af50f76e879e155a69c8a34955eb8981','Site Domain:',NULL,NULL,'LINE',NULL,10,'','a1cb26174bf5a8411fec93b3646f3aac','',NULL),(3041,'en','default','fb203be478bedbc09ac0a2d74bb91881','Site Icon',NULL,NULL,'LINE',NULL,10,'','3612e1c55c014edfdd69e45a92b280f5','',NULL),(3042,'en','default','d78b22ccd1ad142aa8ab360dbae6e693','Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. Upload one here!',NULL,NULL,'LINE',NULL,10,'','9f33821bf68bd201f930cb3e62b84483','',NULL),(3043,'en','default','ec52f576efd54ab2c993c9a76b34615d','Site Icons should be square and at least %s pixels.',NULL,NULL,'LINE',NULL,10,'','3c1606d68b78ef99da97d294a51b4212','',NULL),(3044,'en','default','39be8e92095a141cdf4ca2eae2e3e6bf','Site Identity',NULL,NULL,'LINE',NULL,10,'','274b4295808e9cde2ef4bd5dc7db4c7e','',NULL),(3045,'en','default','a0f71a8c094522961a6f1fb73f967271','Site Language:',NULL,NULL,'LINE',NULL,10,'','5067001279c7d2549822c9349bb3b15e','',NULL),(3046,'en','default','1bc6baa074f3cadbb84cf05431547e29','Site Name:',NULL,NULL,'LINE',NULL,10,'','08ef5530d8b95dd13cf155d4d33c35d3','',NULL),(3047,'en','default','896fbc7a3f530f617562e1b3c0fc6b7d','Site Name: %s',NULL,NULL,'LINE',NULL,10,'','5f649c4332585fa5c427fbcd0df338db','',NULL),(3048,'en','default','1f159ff5cbf5617a5647b92885546b5a','Site Preview',NULL,NULL,'LINE',NULL,10,'','e6fb95c9101295e2749cef7783748654','',NULL),(3049,'en','default','af082a78c862fdf69c65690dab3cda4f','Site Tagline',NULL,NULL,'LINE',NULL,10,'','eaff4b24599713f16ed7f97be6a87053','',NULL),(3050,'en','default','1c30ff4da9d87eb559d726c72af85e2a','Site Title',NULL,NULL,'LINE',NULL,10,'','d2feb08f6116b0c68cf655fff51ab1d2','',NULL),(3051,'en','default','204a6f0a5f73b395dc76e79e4b48bce0','Site Title:',NULL,NULL,'LINE',NULL,10,'','cad14e80d426f87fb0ba6dfcf727806e','',NULL),(3052,'en','default','dd0d0b066b1b5cc62bfedfbe23b54ffe','Site URL.',NULL,NULL,'LINE',NULL,10,'','c1daf61295684ff4b7185d10955c9e23','',NULL),(3053,'en','default','ff43123579f07f4602bac174b7c023ad','Site name must be at least %s character.',NULL,NULL,'LINE',NULL,10,'','da060cfec28de60b0756cf59ad2217af','',NULL),(3054,'en','default','fa1af39d5609bc27e005d1fbdbe44e43','Site name must be at least %s characters.',NULL,NULL,'LINE',NULL,10,'','fafeb029fe8c77bfb279f4b3c0140da7','',NULL),(3055,'en','default','a308893d8c749e47aeca430417d68718','Site names can only contain lowercase letters (a-z) and numbers.',NULL,NULL,'LINE',NULL,10,'','49380b1345f463ae3efe95f7c9478a7b','',NULL),(3056,'en','default','132744590fb0babbaa457dca59b002a6','Site registration has been disabled.',NULL,NULL,'LINE',NULL,10,'','670eed903796e2b5da5baa2d3d84f335','',NULL),(3057,'en','default','9ed89d53d11f89103d6916e5fe161cb9','Site tagline.',NULL,NULL,'LINE',NULL,10,'','44a9d6b4ae3e3c42de16e69e8f452a28','',NULL),(3058,'en','default','b53216a46b614d7587612f7414307d0d','Site title.',NULL,NULL,'LINE',NULL,10,'','47c06506fa061208410d61c3549d076a','',NULL),(3059,'en','default','3faa64303d5f5bcd043bb88f6768e603','Sites',NULL,NULL,'LINE',NULL,10,'','e917a903db70339c8162e42186745bc4','',NULL),(3060,'en','default','e44bc0aaec0becd12f36c7de8c48cb9b','Sites you are already a member of:',NULL,NULL,'LINE',NULL,10,'','d44f0abad80b1136a5b63d1657292e9c','',NULL),(3061,'en','default','6f6cb72d544962fa333e2e34ce64f719','Size',NULL,NULL,'LINE',NULL,10,'','27138e9b33132ac1b0eb748d5d12da47','',NULL),(3062,'en','default','56ed1f50c86d473d94f14e2b18b13ac6','Skip Cropping',NULL,NULL,'LINE',NULL,10,'','790b65bc35ebe2ab7c2b288625f1d513','',NULL),(3063,'en','default','edc665a6c6fb9ceafd577fcac6795865','Skip ad',NULL,NULL,'LINE',NULL,10,'','d2dbde3c7d566903e37eddf95f599dd6','',NULL),(3064,'en','default','652f58bc874d516541f9fabbabe1a775','Skip back %1 seconds',NULL,NULL,'LINE',NULL,10,'','8aaaa8bbd4e60c4d16fd489dffca0011','',NULL),(3065,'en','default','0f5144e60c1774aee5cd557aae3a8e19','Skip back 1 second',NULL,NULL,'LINE',NULL,10,'','3c013ecc8eadeb75b4958ac061e2c831','',NULL),(3066,'en','default','9130363ada97a4cb4b02282caf9cee2d','Skip in %1 seconds',NULL,NULL,'LINE',NULL,10,'','89ee21c7270d7bc4d1546d8bffbdae53','',NULL),(3067,'en','default','71d42959794ad1f69f6ee03fb8f9a4d9','Skip in 1 second',NULL,NULL,'LINE',NULL,10,'','a657d7893ae4c08c3e0b5950bf742cbd','',NULL),(3068,'en','default','e1a8aa054be5be9312d644cc4b041ff9','Skip to toolbar',NULL,NULL,'LINE',NULL,10,'','b15dac80378fc2633b54a694a90a96c9','',NULL),(3069,'en','default','9accc467b159e7ce158e53209c0cde2a','Slovak',NULL,NULL,'LINE',NULL,10,'','365cc94b60d965a0ec466b5399bc4dbc','',NULL),(3070,'en','default','6e9970eac6ca16e34a8eac50070c49ce','Slovenian',NULL,NULL,'LINE',NULL,10,'','05ca0ad0c8a33c64da3fb0f420f3269f','',NULL),(3071,'en','default','2fe9691c184b14390093023af5655c08','Slow down cowboy, no need to check for new mails so often!',NULL,NULL,'LINE',NULL,10,'','6d6bf4041405287ea7a86759d4e74d6b','',NULL),(3072,'en','default','da0d53141f6343167596fe8598964773','Software Name',NULL,NULL,'LINE',NULL,10,'','59d90684389303542b1c702a5b09e615','',NULL),(3073,'en','default','797a5d02c096631e27f9c43d628060d8','Software Version',NULL,NULL,'LINE',NULL,10,'','c5d35fce3a17c9c8f33ffc091e15eac0','',NULL),(3074,'en','default','8a29d7054def9ea6e95ccf68540753bb','Some HTML tags are not permitted, including:',NULL,NULL,'LINE',NULL,10,'','1b31b95c98257c4fdfa6dad0979a9720','',NULL),(3075,'en','default','9b8dd193fce35487132a46bd605b2beb','Someone has requested a password reset for the following account:',NULL,NULL,'LINE',NULL,10,'','b80c1eb3d2e54eb997661d9e902fbd82','',NULL),(3076,'en','default','7c7efec2d1dfd66eb653cf98d4cc865c','Something went wrong.',NULL,NULL,'LINE',NULL,10,'','616dba3a5e6716f6fdb7c072085632e9','',NULL),(3077,'en','default','421747678a12ff700a6934d777ea533d','Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.',NULL,NULL,'LINE',NULL,10,'','abd0224ddc8deeef43a92cd2dfdb5f4c','',NULL),(3078,'en','default','c0ffa952e4972e511cdf245a10d851b8','Sorry, comments are closed for this item.',NULL,NULL,'LINE',NULL,10,'','65a24eecd165a327c1f6fe6707b86d2a','',NULL),(3079,'en','default','58d750fd91fd25148347e42a8e38ea49','Sorry, comments are not allowed for this item.',NULL,NULL,'LINE',NULL,10,'','14cb61208d346dec8ec29c9405dca0f3','',NULL),(3080,'en','default','a0b133fedc6cb4639e6b60b2768d943f','Sorry, deleting the term failed.',NULL,NULL,'LINE',NULL,10,'','4bcc1d5c098d3637adffc6930889e66e','',NULL),(3081,'en','default','af94bcceadf3dfbb2e894b73706008fb','Sorry, editing the term failed.',NULL,NULL,'LINE',NULL,10,'','f5807466a9577189400a22c0835ab198','',NULL),(3082,'en','default','6c3edbbc004cb0f2fa6a7c648025c69b','Sorry, new registrations are not allowed at this time.',NULL,NULL,'LINE',NULL,10,'','80982055d9cd3fd04e251af866b6a4d1','',NULL),(3083,'en','default','2db5b241b35d89e1e0a97c1c43d3a69e','Sorry, no such page.',NULL,NULL,'LINE',NULL,10,'','c22e42bc3fc3af1e7bccda40a4765635','',NULL),(3084,'en','default','e4e05e1100cbf5cdbca053fb3382fdfe','Sorry, no such post.',NULL,NULL,'LINE',NULL,10,'','fcdf2e7818894cd534dfcf70bddf5830','',NULL),(3085,'en','default','87c85964ce17283e53a87f0ab271e5e2','Sorry, one of the given taxonomies is not supported by the post type.',NULL,NULL,'LINE',NULL,10,'','3eb6a53a9dda9d1314b50a3aeb77d71c','',NULL),(3086,'en','default','ee4f6d6c8d3c36bb7fefac5c8b843eed','Sorry, revisions are disabled.',NULL,NULL,'LINE',NULL,10,'','64ff3eec23a6e12d4f783f67c383d85c','',NULL),(3087,'en','default','aa6ef8cc1fe245589488553c97d70afb','Sorry, site names must have letters too!',NULL,NULL,'LINE',NULL,10,'','9b418d81924e152ab7c1fda98180c01c','',NULL),(3088,'en','default','08c71d4bb6883a1004181306b34799d6','Sorry, that email address is already used!',NULL,NULL,'LINE',NULL,10,'','a34231d696e3ef89815389fe9285f94b','',NULL),(3089,'en','default','2ff8a06f21e00d40d38147bb5d44649f','Sorry, that email address is not allowed!',NULL,NULL,'LINE',NULL,10,'','6b3c8589e423aa3f488d048a5a8da1b6','',NULL),(3090,'en','default','9eb2f558c0ba091641f13e8419b50957','Sorry, that file cannot be edited.',NULL,NULL,'LINE',NULL,10,'','88280511805f293f559ab1ab109c1c5f','',NULL),(3091,'en','default','ef45d5f07e0bb3534d6d3e297b4a345a','Sorry, that site already exists!',NULL,NULL,'LINE',NULL,10,'','ae40b51180ce43159e54d0412c00aab9','',NULL),(3092,'en','default','eca5967783c1b1d49afc0a966ea939dc','Sorry, that site is reserved!',NULL,NULL,'LINE',NULL,10,'','251e94ec3f2d89ae6b360d847d380224','',NULL),(3093,'en','default','572daf9471499a12b752d42d8c4c7ac1','Sorry, that username already exists!',NULL,NULL,'LINE',NULL,10,'','35b6201ab3142ca3eecf5edf3c110779','',NULL),(3094,'en','default','45381d41a140013787c7d39bdc105773','Sorry, that username is not allowed.',NULL,NULL,'LINE',NULL,10,'','685b9202cdfe84f4b0fcaa53eea35ad0','',NULL),(3095,'en','default','e4a91acdbf69eb9585089ce055172a71','Sorry, the comment could not be edited.',NULL,NULL,'LINE',NULL,10,'','6b8498b0452a8d7ea9ac8971240793d9','',NULL),(3096,'en','default','795ffb75a55e1ea4443385cb236708f8','Sorry, the new category failed.',NULL,NULL,'LINE',NULL,10,'','504c702a61d0d8afefc085362aaf2472','',NULL),(3097,'en','default','ac7b0be8e0664ab1c2a01fee5a92f1f6','Sorry, the user cannot be updated.',NULL,NULL,'LINE',NULL,10,'','eb4792769e9f84013ae076a8306d776e','',NULL),(3098,'en','default','6f389b9527a8a76bb11af34f9f109faf','Sorry, this file type is not permitted for security reasons.',NULL,NULL,'LINE',NULL,10,'','d170c77c0b86b0a5d8baed0385486551','',NULL),(3099,'en','default','0ea73848f3d614d15fc302f781a669ad','Sorry, trackbacks are closed for this item.',NULL,NULL,'LINE',NULL,10,'','2c203aa81db87c1887eced59c0bc7b8e','',NULL),(3100,'en','default','cb8647f389a1a69711da4fefb2a75b24','Sorry, usernames must have letters too!',NULL,NULL,'LINE',NULL,10,'','810dc606e92af790424d7f0f8e9cb781','',NULL),(3101,'en','default','fa9de058e901b3b8fb351fe74f052d12','Sorry, we can&#8217;t load the video at the supplied URL. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).',NULL,NULL,'LINE',NULL,10,'','b91f89c8fee2e683db7dd00dc43f6a70','',NULL),(3102,'en','default','7f93278fcc494b38cc7a2eff18dda005','Sorry, you are not allowed access to details about this site.',NULL,NULL,'LINE',NULL,10,'','5f8323c3461fc8f50cc75a957f0be0a0','',NULL),(3103,'en','default','d04d29c830663de5f9c1ef4e180208fc','Sorry, you are not allowed access to details of this post.',NULL,NULL,'LINE',NULL,10,'','59a2787d4b769613644fe931d3c6e6f3','',NULL),(3104,'en','default','e04532020a2ae0d4e3f132e54758c2b8','Sorry, you are not allowed to access user data on this site.',NULL,NULL,'LINE',NULL,10,'','71219f3e11b69cb36723f2ce76013707','',NULL),(3105,'en','default','536f4005a3dc397cecede973001be5d9','Sorry, you are not allowed to add a category.',NULL,NULL,'LINE',NULL,10,'','bbde9cb92e05d669284e891ce7c7c778','',NULL),(3106,'en','default','9b3faf25ffb1aed779b479092d4707a0','Sorry, you are not allowed to add a term to one of the given taxonomies.',NULL,NULL,'LINE',NULL,10,'','b582bea7f0d5648ea5d9a110c6c9c8bd','',NULL),(3107,'en','default','0e4b699303d0e6dec0f868fdade6b300','Sorry, you are not allowed to assign a term to one of the given taxonomies.',NULL,NULL,'LINE',NULL,10,'','30a4adac329896cc949856d43ee8f40b','',NULL),(3108,'en','default','6df390cb7c6630e4b8bb418d4f35307b','Sorry, you are not allowed to assign terms in this taxonomy.',NULL,NULL,'LINE',NULL,10,'','094ce92b525e38ba61770c79bc279f7a','',NULL),(3109,'en','default','92d5a25415824d14020c433412aa0760','Sorry, you are not allowed to assign the provided terms.',NULL,NULL,'LINE',NULL,10,'','2cc646c832f06313f24d27d356fb6d70','',NULL),(3110,'en','default','2971aa8a94954e9c02be5549a3238118','Sorry, you are not allowed to assign this term.',NULL,NULL,'LINE',NULL,10,'','aa6df3540faae3b828892175b5bfcd95','',NULL),(3111,'en','default','d8e14df523b469073a047734c1ab46db','Sorry, you are not allowed to change the comment type.',NULL,NULL,'LINE',NULL,10,'','e5450dbc74814785fa8abcbf43f34c32','',NULL),(3112,'en','default','bdbe8962d49b3e2f4a0b9b66f566c0b5','Sorry, you are not allowed to change the page author as this user.',NULL,NULL,'LINE',NULL,10,'','07439fccbca134a1d43695a496ddf163','',NULL),(3113,'en','default','348bb273d4853860a9eeb56f9786ccc9','Sorry, you are not allowed to change the post author as this user.',NULL,NULL,'LINE',NULL,10,'','d454f2c73e793aa22c651cfcb992f500','',NULL),(3114,'en','default','7ac040da0b24624431f3b491ecbc1287','Sorry, you are not allowed to create a comment on this post.',NULL,NULL,'LINE',NULL,10,'','789ba8e09f561ecf3600f9f0aa3e427a','',NULL),(3115,'en','default','16347b2881102708deea3cbbeefcad0d','Sorry, you are not allowed to create new terms.',NULL,NULL,'LINE',NULL,10,'','da5cb1c696e28b797ab0ff5fe27be4ce','',NULL),(3116,'en','default','56e4a4b0d5999f86202cbaad2e071a78','Sorry, you are not allowed to create new users.',NULL,NULL,'LINE',NULL,10,'','956531c04c718344f3ec7051dabed332','',NULL),(3117,'en','default','1cae9b8970e97655a4cacb86c440b651','Sorry, you are not allowed to create pages as this user.',NULL,NULL,'LINE',NULL,10,'','d0b13bc6d76de0bfea3386128cf6ec0a','',NULL),(3118,'en','default','29762bb52475f10631bf5077683382b1','Sorry, you are not allowed to create password protected posts in this post type.',NULL,NULL,'LINE',NULL,10,'','95576199dafb646c498b39b0d51c9136','',NULL),(3119,'en','default','dda0fcab1278983965fe471004d48380','Sorry, you are not allowed to create posts as this user.',NULL,NULL,'LINE',NULL,10,'','366626e58af44ceffaa94eab2721c8ec','',NULL),(3120,'en','default','6b94fc6189e8549c7c937a79336a91ca','Sorry, you are not allowed to create private posts in this post type.',NULL,NULL,'LINE',NULL,10,'','0df2bbf8db76b5fdea973cf6954e3002','',NULL),(3121,'en','default','d42d18baa3dce3cd61b2af9e7679a409','Sorry, you are not allowed to create terms in this taxonomy.',NULL,NULL,'LINE',NULL,10,'','0c711befb3891d286726db299d8c4738','',NULL),(3122,'en','default','9fb64ae3c7a7e8bfd961e638f7a3ba61','Sorry, you are not allowed to create this comment without a post.',NULL,NULL,'LINE',NULL,10,'','ee91ccc1c12e60013b840e17e9b122c1','',NULL),(3123,'en','default','be5b2b2a61557428c3b7d601db7907d2','Sorry, you are not allowed to customize this site.',NULL,NULL,'LINE',NULL,10,'','2f787dc16002d91deab6bc53aa8a29a8','',NULL),(3124,'en','default','637ac08135d28b186a37cccc4361ef4a','Sorry, you are not allowed to delete this category.',NULL,NULL,'LINE',NULL,10,'','41e3cc878697198dbb4a4de580eb38af','',NULL),(3125,'en','default','77e90169ee7a86486970bc12fa28f1a6','Sorry, you are not allowed to delete this comment.',NULL,NULL,'LINE',NULL,10,'','73367256c60ee1048c88fada22e9003e','',NULL),(3126,'en','default','6b71bea2d69d30b140e1b6f0a6081550','Sorry, you are not allowed to delete this page.',NULL,NULL,'LINE',NULL,10,'','4e836e21ef67d19d632b35809dadc27a','',NULL),(3127,'en','default','2c2f5bff8b7b16f6bad6a49d74a0331b','Sorry, you are not allowed to delete this post.',NULL,NULL,'LINE',NULL,10,'','a39f58cbc5cc9c2079b4ea633f0ae95d','',NULL),(3128,'en','default','88e77c50cb2bc01494717e4bcb94b984','Sorry, you are not allowed to delete this term.',NULL,NULL,'LINE',NULL,10,'','08dd2ea378f86a2061d50c84724eb2b5','',NULL),(3129,'en','default','0691ed5959de1ec5d7f20e37e5b05b4a','Sorry, you are not allowed to delete this user.',NULL,NULL,'LINE',NULL,10,'','2bcd83a01c7902dfc20bf0bd1a106ef1','',NULL),(3130,'en','default','39449fa74c33866d565dd24ce08bf8e3','Sorry, you are not allowed to do that.',NULL,NULL,'LINE',NULL,10,'','47a04868483fdaa36a623911f1798b26','',NULL),(3131,'en','default','2882441a59a5e0ab25d8fd16b44d436f','Sorry, you are not allowed to edit \'%s\' for comments.',NULL,NULL,'LINE',NULL,10,'','90d3d21f968bc7cb0cdb5d3ffe1cf9b2','',NULL),(3132,'en','default','30836710ccec708d8843f24242be4594','Sorry, you are not allowed to edit comments.',NULL,NULL,'LINE',NULL,10,'','c52650838f1edb8a1980112fbd3c1989','',NULL),(3133,'en','default','7aa070abb541335fcc14b970eff7fe7c','Sorry, you are not allowed to edit pages.',NULL,NULL,'LINE',NULL,10,'','8e0d95e91e9e8563715ae8f9fe336d53','',NULL),(3134,'en','default','f1bdb3766b5febb53f35dfb93c51b030','Sorry, you are not allowed to edit posts in this post type.',NULL,NULL,'LINE',NULL,10,'','1a0e77f80b65534f3fd3b5949fb2aeab','',NULL),(3135,'en','default','f85d28a19d4cf6e600efb75b28c4377a','Sorry, you are not allowed to edit posts.',NULL,NULL,'LINE',NULL,10,'','6988ebc40af9a66274ee9bba327df48d','',NULL),(3136,'en','default','68c90add66bb399134987fa1c5bb2712','Sorry, you are not allowed to edit roles of this user.',NULL,NULL,'LINE',NULL,10,'','47008fac380d966250a4f8c65b66352a','',NULL),(3137,'en','default','39129a2e68ce077a1757dd3354a28d9a','Sorry, you are not allowed to edit terms in this taxonomy.',NULL,NULL,'LINE',NULL,10,'','6a79dc0250bc20ff8b4d2aed6bb96e3f','',NULL),(3138,'en','default','147e7d706fb2f893ad34ced4cfea0fd0','Sorry, you are not allowed to edit the %s custom field.',NULL,NULL,'LINE',NULL,10,'','a3c20d957f8da7dcba0d0ce5f7a50116','',NULL),(3139,'en','default','0c59780bdc54582cc8778e5cb9898c22','Sorry, you are not allowed to edit theme options on this site.',NULL,NULL,'LINE',NULL,10,'','256322e254ecbe8999f6e173892161c4','',NULL),(3140,'en','default','77405f122880adf3c6674937551c1eac','Sorry, you are not allowed to edit this comment.',NULL,NULL,'LINE',NULL,10,'','eddb6df987243f3bb4ece4e68df2e0e6','',NULL),(3141,'en','default','e182dd441d74b6c047f07fb60ef4f2fd','Sorry, you are not allowed to edit this page.',NULL,NULL,'LINE',NULL,10,'','13c5274e2101d9c15f3b04dc217391d5','',NULL),(3142,'en','default','47691a5deaf23e2cfc43bc012da98425','Sorry, you are not allowed to edit this post.',NULL,NULL,'LINE',NULL,10,'','ec672d0959c35b1324223a94756669b2','',NULL),(3143,'en','default','c544f50a2f69e43bf9d159ccb738a708','Sorry, you are not allowed to edit this term.',NULL,NULL,'LINE',NULL,10,'','8ee99365df266e470526368bf59388c2','',NULL),(3144,'en','default','29ae97744e5dc14b03916a03bb6063c9','Sorry, you are not allowed to edit this user.',NULL,NULL,'LINE',NULL,10,'','1e827140129a6e379b7c24032fb9cd41','',NULL),(3145,'en','default','a977e213177f97f65dbced71e26d08ad','Sorry, you are not allowed to edit your profile.',NULL,NULL,'LINE',NULL,10,'','723dfbd4ebca1726a736b51df68cac32','',NULL),(3146,'en','default','0901cb5e3c43d1a5c923e132dd01092a','Sorry, you are not allowed to filter users by role.',NULL,NULL,'LINE',NULL,10,'','5e45555a04ee755b3a5c204b2df0b02f','',NULL),(3147,'en','default','718c350e4bba19819a758ffbc7d41f86','Sorry, you are not allowed to give users that role.',NULL,NULL,'LINE',NULL,10,'','9e8304fa3f5c0ce740c3a2fb5e8bbe6f','',NULL),(3148,'en','default','b93fd35ea2792b0c032f2f41c98a8a9d','Sorry, you are not allowed to list users.',NULL,NULL,'LINE',NULL,10,'','776dd2fbd16097ec2da58214839c67ec','',NULL),(3149,'en','default','37e8b44a1ca6d1de665ce6893fe1b5ee','Sorry, you are not allowed to make posts sticky.',NULL,NULL,'LINE',NULL,10,'','6eff36fd7b014e1578f79c4518cc6e50','',NULL),(3150,'en','default','9f655c740713e8ac8b5b015bc1a60d19','Sorry, you are not allowed to make proxied oEmbed requests.',NULL,NULL,'LINE',NULL,10,'','3072abaa80545688b423e0f9e84838d5','',NULL),(3151,'en','default','76afdd15aaa74f52f6426dfddb0b741d','Sorry, you are not allowed to manage terms in this taxonomy.',NULL,NULL,'LINE',NULL,10,'','55e57fb2635f8739f1f74d87937fb45a','',NULL),(3152,'en','default','fa19f17b8fae0ba74cfef68f41682b9d','Sorry, you are not allowed to moderate or edit this comment.',NULL,NULL,'LINE',NULL,10,'','50653e82d4e7300a68aaee4b7b93192c','',NULL),(3153,'en','default','b920a4ca78c062aab11cb0fbe5c8c6d7','Sorry, you are not allowed to order users by this parameter.',NULL,NULL,'LINE',NULL,10,'','c148805f66de62efd9a88f252336f693','',NULL),(3154,'en','default','31146e8f4e697301b5d44af04a33df5f','Sorry, you are not allowed to post on this site.',NULL,NULL,'LINE',NULL,10,'','f3de86dd86aa387b32a6c25a9718f7eb','',NULL),(3155,'en','default','6bb491b4db45a26bd906d7c1b1d9b1ad','Sorry, you are not allowed to preview drafts.',NULL,NULL,'LINE',NULL,10,'','433e9b0def6402475f1e809ea727c086','',NULL),(3156,'en','default','c2b360f5667f9e221325e98c4c1f6e78','Sorry, you are not allowed to publish pages on this site.',NULL,NULL,'LINE',NULL,10,'','124aa51ad1ad2b1fd7f01d16597a4620','',NULL),(3157,'en','default','c80ad45a688c57f09cd876dbadabe65b','Sorry, you are not allowed to publish posts in this post type.',NULL,NULL,'LINE',NULL,10,'','e49ca988340d2ad03e4e19403021cc73','',NULL),(3158,'en','default','fa6c5381415bcf02c951f8518fdd8f94','Sorry, you are not allowed to publish posts on this site.',NULL,NULL,'LINE',NULL,10,'','b0b481274506676c4674ee912f33cc6b','',NULL),(3159,'en','default','c7100a6d3b21e7b664894826704e4fa8','Sorry, you are not allowed to publish this page.',NULL,NULL,'LINE',NULL,10,'','bddd15cee908eb7063e07e4ee46d0f6b','',NULL),(3160,'en','default','88c0d16e4f86bd7f8346bdfecc944124','Sorry, you are not allowed to publish this post.',NULL,NULL,'LINE',NULL,10,'','9755c34e75fd780f6db6d20615ea84f3','',NULL),(3161,'en','default','0091a15cf9cd91d970637e36853dc651','Sorry, you are not allowed to query users by this parameter.',NULL,NULL,'LINE',NULL,10,'','e84388e442148e4a36153c047566fc83','',NULL),(3162,'en','default','b95b5f8e978dd52cbb60b3e2c52d7cca','Sorry, you are not allowed to read comments without a post.',NULL,NULL,'LINE',NULL,10,'','9d73991edaae2221b958f4ce2fb5677a','',NULL),(3163,'en','default','fb88b5929a250274b7c4fd5ab8de3603','Sorry, you are not allowed to read the post for this comment.',NULL,NULL,'LINE',NULL,10,'','237b01a930055d818684d1e58e5d0360','',NULL),(3164,'en','default','72f6333e3b7e2da0c997ae5615703b96','Sorry, you are not allowed to read this comment.',NULL,NULL,'LINE',NULL,10,'','71030a5f526b4dab6a776747878fe603','',NULL),(3165,'en','default','ce2dd80dd2145648243bbaea881f515b','Sorry, you are not allowed to take over.',NULL,NULL,'LINE',NULL,10,'','fc158bc2043ebe55f23140e7cccdaba1','',NULL),(3166,'en','default','a38df43aeea28b13ce9cc6f7c8e91270','Sorry, you are not allowed to update options.',NULL,NULL,'LINE',NULL,10,'','29a388bfed93d0f2ce6e4666bd459c08','',NULL),(3167,'en','default','ebd24c8d7fe5f911480e9b1f6e036858','Sorry, you are not allowed to update posts as this user.',NULL,NULL,'LINE',NULL,10,'','306d6ae4b1379bc06d777b6a89023fc3','',NULL),(3168,'en','default','380e0d6253a8891577eb0c45836788a6','Sorry, you are not allowed to upload files.',NULL,NULL,'LINE',NULL,10,'','361b2d65f7e77401145479087f1a91a4','',NULL),(3169,'en','default','ea025a511cc65350969e2ca100b1fbe5','Sorry, you are not allowed to upload media on this site.',NULL,NULL,'LINE',NULL,10,'','1a5706ff168af3a4c2b369c9dbcfdc71','',NULL),(3170,'en','default','6d4f0bddaffb36d9aa495a48b70cd75e','Sorry, you are not allowed to upload media to this post.',NULL,NULL,'LINE',NULL,10,'','f71106c116cf2531c531628a115aef4b','',NULL),(3171,'en','default','636cbb077806d722e001f87f41bfae53','Sorry, you are not allowed to view revisions of this post.',NULL,NULL,'LINE',NULL,10,'','8aa27375431969dd28441f98c2eec577','',NULL),(3172,'en','default','cf5509bf76c558890415709ae2a9427f','Sorry, you can&#8217;t preview new themes when you have changes scheduled or saved as a draft. Please publish your changes, or wait until they publish to preview new themes.',NULL,NULL,'LINE',NULL,10,'','9b6ad44deb2c95e97edb1786a8492e09','',NULL),(3173,'en','default','c50cbef431bdd98b3b4b7a1dd040ce29','Sorry, you cannot stick a private post.',NULL,NULL,'LINE',NULL,10,'','11a4e3af5a1fe1513bf08dbe0b0bd160','',NULL),(3174,'en','default','707a1bbd9fe347977776f4b0c8e60e6a','Sorry, you have used your space allocation.',NULL,NULL,'LINE',NULL,10,'','dff85db311523a6944539a4dfeafbd27','',NULL),(3175,'en','default','0beba5ababff925889821aa81ca1ac6d','Sorry, you may not use that site name.',NULL,NULL,'LINE',NULL,10,'','7113e611d02aa316a6840f53e8c5f03a','',NULL),(3176,'en','default','24a43f534ca7ab28e0515fffb9e8a9ee','Sorry, you must be able to edit posts on this site in order to view categories.',NULL,NULL,'LINE',NULL,10,'','56129536444625217c3fa0c18532b5fb','',NULL),(3177,'en','default','e1c307d53c11e1307393a2b36c7457a7','Sorry, you must be able to edit posts on this site in order to view tags.',NULL,NULL,'LINE',NULL,10,'','cfe90c94a12bfc8d7ea59efc2a46eb90','',NULL),(3178,'en','default','019b3903471b30fe805c6b3cc59cb964','Sorry, you must be logged in to comment.',NULL,NULL,'LINE',NULL,10,'','4523d1451543e546143ff27d9688f56a','',NULL),(3179,'en','default','e0ffe6b21d11d82505e8381afafc622f','Sorry, your entry could not be edited.',NULL,NULL,'LINE',NULL,10,'','32e0758f0c77fe9c39dbcd1e7dd82a88','',NULL),(3180,'en','default','996a20752ebdc545efa18a2f12235cf5','Sorry, your entry could not be posted.',NULL,NULL,'LINE',NULL,10,'','d8e8bf5a0e2e96ca2d50f2b1f51b36df','',NULL),(3181,'en','default','bde9a47e0b5aefbbddfe8f917e9ae5a0','Sorry, your term could not be created.',NULL,NULL,'LINE',NULL,10,'','95e8b965d984aac9ba3a21b9ff4b03bc','',NULL),(3182,'en','default','6f9d01a14011f05fffe48559583fc609','Sort by:',NULL,NULL,'LINE',NULL,10,'','50430e938c10f7b4cf4b40b4b39690f2','',NULL),(3183,'en','default','c030daf94faad2e066b0f2f41487af0a','Sort collection by object attribute.',NULL,NULL,'LINE',NULL,10,'','a8ba0c4c19a1302bb70af9ad4de0a37c','',NULL),(3184,'en','default','91a211ee15ea9c6de6224c2d05b97174','Sort collection by term attribute.',NULL,NULL,'LINE',NULL,10,'','fecd66913e7e1cf1a296950eaae55f11','',NULL),(3185,'en','default','f31bbdd1b3e85bccd652680e16935819','Source',NULL,NULL,'LINE',NULL,10,'','acf9dc065bdc35d3bc4c66539e4b5823','',NULL),(3186,'en','default','24ccefd951bbb6e66b0f53e640b59694','Source Chooser',NULL,NULL,'LINE',NULL,10,'','aa899caca0ec3280e732e90465829d6f','',NULL),(3187,'en','default','a98df7359ac52361af81fa897d556a6a','Source code',NULL,NULL,'LINE',NULL,10,'','9e8e8c594d0d214c571a8d813091fac0','',NULL),(3188,'en','default','44e18ab02cdd8810e837562ea3bb2316','Spam it: %s',NULL,NULL,'LINE',NULL,10,'','74379a677c01ef029430d0a683f220dd','',NULL),(3189,'en','default','cb5480c32e71778852b08ae1e8712775','Spanish',NULL,NULL,'LINE',NULL,10,'','78d30871445535900ad545b13baf0fd6','',NULL),(3190,'en','default','945f49f0e90533cb2fc2a386c1900eb8','Special character',NULL,NULL,'LINE',NULL,10,'','d262fcaccc11d1caab4178ebc487a738','',NULL),(3191,'en','default','fdb0bd700ddcef14e55223aa3c2438aa','Speed Rate',NULL,NULL,'LINE',NULL,10,'','b67ee909b9e77cb8975778d75a158a0a','',NULL),(3192,'en','default','22bbe45303cab6763e125acda0f2d5e8','Split table cell',NULL,NULL,'LINE',NULL,10,'','d95a2e599876b3a415eedc168ef32cc3','',NULL),(3193,'en','default','9e801389bdaa07f1b88f2261bd628ea9','State of the object.',NULL,NULL,'LINE',NULL,10,'','72a0ff38278d8ef1085ce7652d576cc9','',NULL),(3194,'en','default','466d4fc2d84cc4feafc9b277c8e4de80','Status is forbidden',NULL,NULL,'LINE',NULL,10,'','95ab6d3881a9ac6e2b188506f78ef747','',NULL),(3195,'en','default','853315f3361ff833c46f694141bfae14','Status is forbidden.',NULL,NULL,'LINE',NULL,10,'','e5469ec666a8298a0d9db7233f801019','',NULL),(3196,'en','default','13e21eca14dc28c4400e9843c386ead5','Still waiting for your email?',NULL,NULL,'LINE',NULL,10,'','25be6d37b3cc147cccfef82bd78abe2a','',NULL),(3197,'en','default','11a755d598c0c417f9a36758c3da7481','Stop',NULL,NULL,'LINE',NULL,10,'','8e066e2a11c2b9fcde53a153f1883c21','',NULL),(3198,'en','default','dcfe1066398eb40086555827eda0358e','Strength indicator',NULL,NULL,'LINE',NULL,10,'','325a006364e81a6ab0bc9c161c4e1444','',NULL),(3199,'en','default','926a51baad949d12035107e5d06e2fdb','Strikethrough',NULL,NULL,'LINE',NULL,10,'','bfe7b8a8a8dfe545a7e40f0bd4c2f670','',NULL),(3200,'en','default','ae284f900f9d6e21ba69144cfc91e41b','Style',NULL,NULL,'LINE',NULL,10,'','6ce5b6b081fb65311a4079c4f5bb4d2b','',NULL),(3201,'en','default','c350bb18c3cdfbd4e5444faa63be6586','Stylesheet',NULL,NULL,'LINE',NULL,10,'','67493ff2dcf6fbfee44dd595cbb200fa','',NULL),(3202,'en','default','b540f72fa9e19cb626e778a56b23376b','Stylesheet is missing.',NULL,NULL,'LINE',NULL,10,'','47df229bed83de52705642c41df9b975','',NULL),(3203,'en','default','c1389871efa70bdf7955c3ff58a94e3e','Stylesheet is not readable.',NULL,NULL,'LINE',NULL,10,'','6864655f9e689654b56ae82ec742b18a','',NULL),(3204,'en','default','6e9d94e5fb04de6abaaa3a6e5caf95fe','Submitted on:',NULL,NULL,'LINE',NULL,10,'','0ea8a6c4521d167cf2c94d0553320170','',NULL),(3205,'en','default','928558e2f9712e38d447d674f2672200','Subscript',NULL,NULL,'LINE',NULL,10,'','ef6b1a51dc627b2bbcedd9ba2eafaf3b','',NULL),(3206,'en','default','42357d80bf858b19ae5aceee725dac92','Suggested image dimensions: %1$s by %2$s pixels.',NULL,NULL,'LINE',NULL,10,'','0567d76bc92e33823890952307153e7b','',NULL),(3207,'en','default','ef6572e4cd58bb39a3f4e82fc64fe9f0','Sun',NULL,NULL,'LINE',NULL,10,'','b927a784b5de8610c95fc990f9a82dbd','',NULL),(3208,'en','default','9d1a0949c39e66a0cd65240bc0ac9177','Sunday',NULL,NULL,'LINE',NULL,10,'','da4e86a98ed1009db67f884b3ad46f49','',NULL),(3209,'en','default','5dbc98dcc983a70728bd082d1a47546e','S',NULL,NULL,'LINE',NULL,10,'Sunday initial','e8c80ca461e0dab525f2c3f79d226baf','',NULL),(3210,'en','default','6316f99acec341fbdd5cc006dc5a7ba7','Superscript',NULL,NULL,'LINE',NULL,10,'','258348db0de4e5b3527a9214313b5b2b','',NULL),(3211,'en','default','e8209ff97e2fd1fd89a08e2dbee3673c','Support Forums',NULL,NULL,'LINE',NULL,10,'','6ed26080d86d0b4d48045452fc24d8a0','',NULL),(3212,'en','default','9af95fb4ee44dce25961e7251072625b','Swahili',NULL,NULL,'LINE',NULL,10,'','0798893700b95052b919d9659505d315','',NULL),(3213,'en','default','41171a0fcd362ce98b5f0f11398713b6','Swedish',NULL,NULL,'LINE',NULL,10,'','03ffbfc5a29376b815f4eda97c3db497','',NULL),(3214,'en','default','5730f4c2d3b7ef1eacaa94e18d536ee1','Table cell properties',NULL,NULL,'LINE',NULL,10,'','7fe05b0ba12fb24f4a1ffc9cd70e69d6','',NULL),(3215,'en','default','f61d6c3e3733db355168b7e1aee6780b','Table of Contents',NULL,NULL,'LINE',NULL,10,'','fe4711495670af4b0e17b3838903419d','',NULL),(3216,'en','default','2d9dd94a47ae2d4d57c571870045226a','Table properties',NULL,NULL,'LINE',NULL,10,'','0c829a898bb8b13b6f22a38c97f82ff1','',NULL),(3217,'en','default','9c08105d798ec345c71ee4cbb3d05eee','Table row properties',NULL,NULL,'LINE',NULL,10,'','38b5ded9f6ce60217c5077cb35c94f84','',NULL),(3218,'en','default','ea911fe5664a3e79364a7e39370548c6','Tag Cloud',NULL,NULL,'LINE',NULL,10,'','0c0ca61613abf409c02763a1aab25854','',NULL),(3219,'en','default','1bd8f22fdbf8e9e0ca28f3f1e276b085','Tag: %s',NULL,NULL,'LINE',NULL,10,'','af7751426a7788eb2d01318ad6e3d55c','',NULL),(3220,'en','default','fee973126d42389ac96082e9ca6961fa','Tagalog',NULL,NULL,'LINE',NULL,10,'','71f1c8d1925cc317d58cb0fad849f092','',NULL),(3221,'en','default','122a05774113cd494d44a50e17914937','Tagline',NULL,NULL,'LINE',NULL,10,'','c24c01c990c52dea1d6df060ef17a7c0','',NULL),(3222,'en','default','189f63f277cd73395561651753563065','Tags',NULL,NULL,'LINE',NULL,10,'','70519c3fe0d3a49a4412892f692d7c2e','',NULL),(3223,'en','default','99af56daf9ee280b15e8ed79d75f0255','Tags list',NULL,NULL,'LINE',NULL,10,'','bdb0af444d17c38f4b3a02ac13e6a768','',NULL),(3224,'en','default','ac77ffbb166bfa8b399d88385d52afdb','Tags list navigation',NULL,NULL,'LINE',NULL,10,'','aeff6db39e1e382d66b0c16b0128ec80','',NULL),(3225,'en','default','67e8774f2abac2692ecc861f986f50d5','Tags: ',NULL,NULL,'LINE',NULL,10,'','afeae6db53265bc51b722a3c9b0eb28f','',NULL),(3226,'en','default','2312bd853d15f3e1abda0534c15ff95e','Take over',NULL,NULL,'LINE',NULL,10,'','2c9e23017d6dd4a2322f72d36c1db8be','',NULL),(3227,'en','default','1266b4e6f81e60733ec6c717e0181f60','Tan',NULL,NULL,'LINE',NULL,10,'','791f1c932d64f96b11daecdfb978d8eb','',NULL),(3228,'en','default','c41a31890959544c6523af684561abe5','Target',NULL,NULL,'LINE',NULL,10,'','f009feac5be31dd11df709b7fb288bb2','',NULL),(3229,'en','default','0199ed6b32a0e285eb7afb54d4846f1a','Taxonomies associated with post type.',NULL,NULL,'LINE',NULL,10,'','5acac1da772df5aa50f72ed48baa9c29','',NULL),(3230,'en','default','8c31438230d2b2e3540640ec7710fa24','Taxonomy names must be between 1 and 32 characters in length.',NULL,NULL,'LINE',NULL,10,'','e53d4e558f66dbfbd8609193b3e53e2f','',NULL),(3231,'en','default','059772377bd73c20aee5fee16fcfc93d','Taxonomy:',NULL,NULL,'LINE',NULL,10,'','d4d92df3a9029a206d436cafc1371e77','',NULL),(3232,'en','default','278c491bdd8a53618c149c4ac790da34','Template',NULL,NULL,'LINE',NULL,10,'','58d4cc25a004f5d51b11f7c81f3439ca','',NULL),(3233,'en','default','7414df75cc7eff16aba3c7fd3203c246','Template is missing. Standalone themes need to have a %1$s template file. <a href=\"%2$s\">Child themes</a> need to have a Template header in the %3$s stylesheet.',NULL,NULL,'LINE',NULL,10,'','9bc958605382d529ff81c913fcddc951','',NULL),(3234,'en','default','f209487ae15574fe01993f5550ab6d8e','Term ID is shared between multiple taxonomies',NULL,NULL,'LINE',NULL,10,'','53fd91030dc704cc268ecf1390f2c423','',NULL),(3235,'en','default','f196bf66bbdd8789b066ff47a601d595','Term added.',NULL,NULL,'LINE',NULL,10,'','66727954a9e956c4b5da47612ed459b6','',NULL),(3236,'en','default','36ea91da369ce4812bf845e473bacb0d','Term does not exist.',NULL,NULL,'LINE',NULL,10,'','9c1763ef1b16a61a147b903055d8779b','',NULL),(3237,'en','default','19e6076ac1dadd45cbf04053c3d86086','Term meta cannot be added to terms that are shared between taxonomies.',NULL,NULL,'LINE',NULL,10,'','0a0058952245edc950cc0fee4ca2f30c','',NULL),(3238,'en','default','e070fafcb0cbb8899ac7e70ee5511cf1','Term removed.',NULL,NULL,'LINE',NULL,10,'','9adb50960ce09a34b053519d78a4416f','',NULL),(3239,'en','default','a9962421e9468686e0182597055ddca3','Term selected.',NULL,NULL,'LINE',NULL,10,'','37023f3a019e36f1c695c3d12993597d','',NULL),(3240,'en','default','17d0842e513172c833c8e37ca0b26d35','Terms do not support trashing. Set \'%s\' to delete.',NULL,NULL,'LINE',NULL,10,'','3cf083ffc4faf9490b4dd91f3f06bc5c','',NULL),(3241,'en','default','9dffbf69ffba8bc38bc4e01abf4b1675','Text',NULL,NULL,'LINE',NULL,10,'','82ba376c1d5d0a113699f98a7953429c','',NULL),(3242,'en','default','5f111ae4c490902059da2004cbc8b424','Text color',NULL,NULL,'LINE',NULL,10,'','540f77ff99548ff9b35ba6ae5beba411','',NULL),(3243,'en','default','830a2b566424b87ca2c965e243b9c464','Text to display',NULL,NULL,'LINE',NULL,10,'','6eb29b3c6383cd5bc48a372920c206fe','',NULL),(3244,'en','default','43ddc789bcea4177a14791f6c9a03b28','Thai',NULL,NULL,'LINE',NULL,10,'','60b640898248beec9b58bf8885cc2291','',NULL),(3245,'en','default','0ce441d34c6bc5defa0d900f847c6836','Thanks for confirming your erasure request.',NULL,NULL,'LINE',NULL,10,'','500ff780dd10a067fcd8e6c1f33140fd','',NULL),(3246,'en','default','c5e572673aa3efedaa4ea82e7d41716a','Thanks for confirming your export request.',NULL,NULL,'LINE',NULL,10,'','c3bf3ac01fd01bf7ed1eaebd754623b4','',NULL),(3247,'en','default','d18f90ab3a24cb27e34bdeb30c2da2dc','That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing.',NULL,NULL,'LINE',NULL,10,'','aec7248880d9c74ebe9dafe725836f7c','',NULL),(3248,'en','default','89ae213e70302fe7137a691a3f937867','That name is not allowed.',NULL,NULL,'LINE',NULL,10,'','5ad1c0e074f2728cea0bfd263e80300e','',NULL),(3249,'en','default','7c0ae9f26a541c98a4b32de683f98d16','That site is currently reserved but may be available in a couple days.',NULL,NULL,'LINE',NULL,10,'','51f12eaeaf12038fd5a15142ac9a0a43','',NULL),(3250,'en','default','1f466b97e9eaa5697e76db741527186d','That user does not exist.',NULL,NULL,'LINE',NULL,10,'','40566094818829d722e87b9dcd1228b2','',NULL),(3251,'en','default','6d905b7ce1e5f3de3f6e33d811065f91','That username is already activated.',NULL,NULL,'LINE',NULL,10,'','817ab391d8c043404d102faa9d989142','',NULL),(3252,'en','default','8395dcfb41325e449f056f6650aca380','That username is currently reserved but may be available in a couple of days.',NULL,NULL,'LINE',NULL,10,'','b84463704ca85e356f9aaafab1cfd978','',NULL),(3253,'en','default','f21714c89a1b0c383ad68a4304b0a1c8','The \"%s\" options group has been removed. Use another settings group.',NULL,NULL,'LINE',NULL,10,'','44f54e0eebce133813aaa61b06adf6f0','',NULL),(3254,'en','default','0790b0fe9fd3a4383c2315e0679d464b','The \"%s\" theme is not a valid parent theme.',NULL,NULL,'LINE',NULL,10,'','9f413fd49404b4c0ad2ebc50e7e30966','',NULL),(3255,'en','default','38fcf284ee5afb8d2a0c4b4a59e1e1a6','The %1$s option is deprecated for the family of %2$s functions. Use the %3$s function instead.',NULL,NULL,'LINE',NULL,10,'','328cb56a116bd90e2f3e7ffcd8511eb3','',NULL),(3256,'en','default','2430fbc27590386424fa6528579f2361','The %1$s option is deprecated for the family of %2$s functions. Use the %3$s option instead.',NULL,NULL,'LINE',NULL,10,'','7c909511df9bb4508969201a61c4d205','',NULL),(3257,'en','default','2c87046f9b9a7c1cdd9f6e0611cd5ac9','The %s directory of the develop repository must be used for RTL.',NULL,NULL,'LINE',NULL,10,'','f1516dfc45e39f749c93abdfece22f9f','',NULL),(3258,'en','default','c6f54e09f79be30d30c6ec796cfa7fdc','The %s property has an invalid stored value, and cannot be updated to null.',NULL,NULL,'LINE',NULL,10,'','b2f5eab78f789701c63a98c2ad5e8a68','',NULL),(3259,'en','default','5aa8176835d44a265ad964ee7bf7655c','The GD image library is not installed.',NULL,NULL,'LINE',NULL,10,'','4165d534d4812ac256461b4cda97f6ed','',NULL),(3260,'en','default','5a393d17054e0ed9365b8b77d97874d3','The ID for the associated post of the attachment.',NULL,NULL,'LINE',NULL,10,'','15957ddfd5b1e6a865df9ea108ee717e','',NULL),(3261,'en','default','e7171d3a34dc1540e396636bc88a99f4','The ID for the author of the object.',NULL,NULL,'LINE',NULL,10,'','c81048f454e82e3c1d223618bf5fa9d8','',NULL),(3262,'en','default','300af761030682e137636b187bc46d2b','The ID for the parent of the object.',NULL,NULL,'LINE',NULL,10,'','055b79eaaf991ce84b60903b8a1f5272','',NULL),(3263,'en','default','908eb09b674ea202586597f446978913','The ID of the associated post object.',NULL,NULL,'LINE',NULL,10,'','78c12e1fc4850cbec8f8c0a2561ca264','',NULL),(3264,'en','default','dfa224acd1c5b7f0a13f9304c061d179','The ID of the featured media for the object.',NULL,NULL,'LINE',NULL,10,'','304ba053e7912ef9fb7caf7ff8deedda','',NULL),(3265,'en','default','5470753d25b4f98a23a9bda4ac3f55c4','The ID of the user object, if author was a user.',NULL,NULL,'LINE',NULL,10,'','d9b036f3743581168f2fc772c402d9a8','',NULL),(3266,'en','default','1803d25d48cce1a1684d635d2f76351d','The Press This plugin is required.',NULL,NULL,'LINE',NULL,10,'','03b18e7f925cd0e168a3bb3fdfadf730','',NULL),(3267,'en','default','c38258c4fc11cc44cfad8cb653d639ce','The REST API can no longer be completely disabled, the rest_authentication_errors filter can be used to restrict access to the API, instead.',NULL,NULL,'LINE',NULL,10,'','bb9bb67a41101984bdb273928d2e7eaa','',NULL),(3268,'en','default','5dbcf119b65524185ba9f64dff6d384d','The SSL certificate for the host could not be verified.',NULL,NULL,'LINE',NULL,10,'','8516ff8be0f8243a5a08dc7e391777d4','',NULL),(3269,'en','default','3e195a7a7114eb43912e1cc68be4ef94','The Site address you entered did not appear to be a valid URL. Please enter a valid URL.',NULL,NULL,'LINE',NULL,10,'','8fe2042a404331d3783a9b7fc7b99e74','',NULL),(3270,'en','default','dc734ba66532a280f8842c4fec61b853','The URL of the resource for which to fetch oEmbed data.',NULL,NULL,'LINE',NULL,10,'','7fe03c8493c135844474dd6a82518959','',NULL),(3271,'en','default','09e53ab5ce7d0d07ab56b1ef02878ad9','The URL to the admin area',NULL,NULL,'LINE',NULL,10,'','1327df2fa4aa6a5565f5904fc14352e1','',NULL),(3272,'en','default','696d34c58328a0b07dd0a191b1ea1cd9','The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?',NULL,NULL,'LINE',NULL,10,'','b471472a88fab64adfed70ff07b54747','',NULL),(3273,'en','default','19021b7e3e93903eb639e75b42654bc6','The URL you entered seems to be an external link. Do you want to add the required http:// prefix?',NULL,NULL,'LINE',NULL,10,'','dc1b624ccdd73f4fbc8ecb8f4c1364ca','',NULL),(3274,'en','default','5d82ef7ba86cbffd64a0512f06cb5064','The WordPress address you entered did not appear to be a valid URL. Please enter a valid URL.',NULL,NULL,'LINE',NULL,10,'','4a692fd4491324befd4520ea7ec8ef89','',NULL),(3275,'en','default','9434afde1f69a5cf1bea7d1b83ab85b5','The attachment MIME type.',NULL,NULL,'LINE',NULL,10,'','eb1b19762be966dd3f98d958706c08ca','',NULL),(3276,'en','default','4c324922000f603deafcdacedc93909a','The attachment caption.',NULL,NULL,'LINE',NULL,10,'','2beebee19b91cc63be80023fe43a0223','',NULL),(3277,'en','default','5f284f6299b6074309ca7b8a9c3f05c4','The attachment description.',NULL,NULL,'LINE',NULL,10,'','841849327296a8d997f758e50beac9b9','',NULL),(3278,'en','default','3f447f15423606f5eb7b26f23eaa5131','The called constructor method for %1$s in %2$s is <strong>deprecated</strong> since version %3$s! Use %4$s instead.',NULL,NULL,'LINE',NULL,10,'','fd8ed2eae9eebd5d8a8133f2ea6a9524','',NULL),(3279,'en','default','2b47ebe8527c582ca6df02647ac8555b','The called constructor method for %1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.',NULL,NULL,'LINE',NULL,10,'','dd0bcdde067ede6f62f1d09b19b8361e','',NULL),(3280,'en','default','3f76a323c846e340d120e8ca24d28e30','The changes you made will be lost if you navigate away from this page.',NULL,NULL,'LINE',NULL,10,'','3a6ae189719352cb24a0c2e1c9b36781','',NULL),(3281,'en','default','4215aa034903fa3703ed1480999e3ce4','The comment cannot be deleted.',NULL,NULL,'LINE',NULL,10,'','64283dc8b6761fc3dca1a94ba5b42668','',NULL),(3282,'en','default','c2118e91b67ab72876ac89c629821398','The comment does not support trashing. Set \'%s\' to delete.',NULL,NULL,'LINE',NULL,10,'','c98d894f28dca11f80e5252591c37591','',NULL),(3283,'en','default','2832992dd645b1aab215679ec568fe58','The comment has already been trashed.',NULL,NULL,'LINE',NULL,10,'','2908a01b7547d78d8ddf77cfa2cc5f2c','',NULL),(3284,'en','default','8a271d734486ae971a828cda4cbe9796','The confirmation email has expired.',NULL,NULL,'LINE',NULL,10,'','7ca1471aa255c07911eefea53b472488','',NULL),(3285,'en','default','fa5956d0e0037749659adc2c648b9325','The constant %1$s <strong>is deprecated</strong>. Use the boolean constant %2$s in %3$s to enable a subdomain configuration. Use %4$s to check whether a subdomain configuration is enabled.',NULL,NULL,'LINE',NULL,10,'','6c4199ef58133d00149be03b06b02139','',NULL),(3286,'en','default','5c3dcb7a701cfdce27fc7f376ca4bcb0','The content for the object.',NULL,NULL,'LINE',NULL,10,'','1466daeccee58312432511462562ba67','',NULL),(3287,'en','default','31fa9dee42d7d0a313b671b600810f7e','The current user can assign terms in the %s taxonomy.',NULL,NULL,'LINE',NULL,10,'','1b36e317cf7b4ed2eb30dc64e1178dd9','',NULL),(3288,'en','default','adce14b0dbec2d11902c46a05e22373d','The current user can change the author on this post.',NULL,NULL,'LINE',NULL,10,'','e2fbb1184a98462844b0ee81e42ef438','',NULL),(3289,'en','default','2a0e7f5aa37d9e101915bd6fa238d892','The current user can create terms in the %s taxonomy.',NULL,NULL,'LINE',NULL,10,'','3f31a40fd8aa0872de486e9431690c64','',NULL),(3290,'en','default','a3baeceea00576861157f11fe1d7df0f','The current user can publish this post.',NULL,NULL,'LINE',NULL,10,'','90b2db90c52780d410ee3ded1e4c6fcc','',NULL),(3291,'en','default','0b54b58e34dbfd18d7dfab69ee24aa12','The current user can sticky this post.',NULL,NULL,'LINE',NULL,10,'','cf817f29a24c6b6acab1cd99837424f4','',NULL),(3292,'en','default','c8f176d561cc81332ffb7e292ef6b90e','The date the object was last modified, as GMT.',NULL,NULL,'LINE',NULL,10,'','d7eb6b49d9107db5a4381364c19158c5','',NULL),(3293,'en','default','0b7cd5a091de3cfd7334688167f8467c','The date the object was last modified, in the site\'s timezone.',NULL,NULL,'LINE',NULL,10,'','00b63682cee45920af30edad2a42c6ea','',NULL),(3294,'en','default','137d817b72f4c62538b4d062a5ba9718','The date the object was published, as GMT.',NULL,NULL,'LINE',NULL,10,'','ce8d30e529809686246c579a787320ce','',NULL),(3295,'en','default','8af1bae6e7197688ba47d1a38b74ccbf','The date the object was published, in the site\'s timezone.',NULL,NULL,'LINE',NULL,10,'','46b2879ecae74572e6ff5125964c55ba','',NULL),(3296,'en','default','4479a31b5d8287de9a0730ba38db6236','The description will be displayed in the menu if the current theme supports it.',NULL,NULL,'LINE',NULL,10,'','22fa9f4eb40381f108a2c8780e512ee2','',NULL),(3297,'en','default','71d819d26c40006b69a08f1c9a071cfd','The edit field automatically highlights code syntax. You can disable this in your <a href=\"%1$s\" %2$s>user profile%3$s</a> to work in plain text mode.',NULL,NULL,'LINE',NULL,10,'','d12d4f94bf173ba28584dd4301128873','',NULL),(3298,'en','default','e2156d9147bca739838a534408145d43','The email address entered did not appear to be a valid email address. Please enter a valid email address.',NULL,NULL,'LINE',NULL,10,'','2ad2fa94e981d788d764fbaf9d344247','',NULL),(3299,'en','default','ad138d11c689d0d3ef4730a1c4dee821','The email address for the user.',NULL,NULL,'LINE',NULL,10,'','10f04d42fd4df05673bf889e153f6b8f','',NULL),(3300,'en','default','7149655f83d5f6025f1498eba300b817','The email could not be sent.',NULL,NULL,'LINE',NULL,10,'','da88b96386892bff4cefd5fc632db5ff','',NULL),(3301,'en','default','6750409784b4f7c2759bc9455b2ee7ff','The excerpt for the object.',NULL,NULL,'LINE',NULL,10,'','8a061b1900a7237d0f23acf1fc11fbf1','',NULL),(3302,'en','default','7cd85a9334d58e9253a5ecbb154805ad','The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.',NULL,NULL,'LINE',NULL,10,'','801d3c6f608c1ba08e68f51de9c56125','',NULL),(3303,'en','default','c5f26ebeebbf78df02f0ac181747de9c','The following values do not describe a valid date: month %1$s, day %2$s.',NULL,NULL,'LINE',NULL,10,'','eb035d1f33df277fb9807fba005a671a','',NULL),(3304,'en','default','00d72b5c8746611b62a3771d0f7eb905','The following values do not describe a valid date: year %1$s, month %2$s, day %3$s.',NULL,NULL,'LINE',NULL,10,'','0f5461f87dbe2cd046374730852b2f5e','',NULL),(3305,'en','default','a760dbd2135499e892318adfeba10140','The format for the object.',NULL,NULL,'LINE',NULL,10,'','b852013c9ec02662d7f0788fbf5fc851','',NULL),(3306,'en','default','0628848e33ea527100f1e7ff9f32f9d9','The given object ID is not that of a menu item.',NULL,NULL,'LINE',NULL,10,'','02dc4ba7da836dd4f5e819be9a699e7a','',NULL),(3307,'en','default','5fac06573235407bf4b41f03c6db3028','The globally unique identifier for the object.',NULL,NULL,'LINE',NULL,10,'','8d77f9c7961a9e9a0cca0c611706a1bc','',NULL),(3308,'en','default','30263a58f98d4808da8086b00732b098','The handler for the route is invalid',NULL,NULL,'LINE',NULL,10,'','557671f419c35d08bc39a92828383628','',NULL),(3309,'en','default','f0d5567fdbdd2babf35d6626bf39ce52','The link you followed has expired.',NULL,NULL,'LINE',NULL,10,'','457bf53c16738dbf3554cbd7d2153b7d','',NULL),(3310,'en','default','da45e0c537736e8fdc5b56a171cf32aa','The login page will open in a new window. After logging in you can close it and return to this page.',NULL,NULL,'LINE',NULL,10,'','3ef0a26c84d3e50e199eb6c18db8f588','',NULL),(3311,'en','default','e62886479d8af0153ce74c28767f2821','The maximum height of the embed frame in pixels.',NULL,NULL,'LINE',NULL,10,'','b9cc1bf653f948861892b77fcfe1942c','',NULL),(3312,'en','default','af2136850382c1724e8ef61dc0c9ca47','The maximum width of the embed frame in pixels.',NULL,NULL,'LINE',NULL,10,'','f1c320f0d0bf639bf28ad9a3308e9ec5','',NULL),(3313,'en','default','31e9d207995265861adda5c55956c570','The menu ID should not be empty.',NULL,NULL,'LINE',NULL,10,'','90408f0fb865d3c63fa806cede17d96e','',NULL),(3314,'en','default','e649fee62ef915ad982d718807552ddc','The menu name %s conflicts with another menu name. Please try another.',NULL,NULL,'LINE',NULL,10,'','3bf0bf4552f0b5ae28e38dd356f855f5','',NULL),(3315,'en','default','28fb6f2e55d68d09b102fce74d07275a','The network currently allows both site and user registrations.',NULL,NULL,'LINE',NULL,10,'','e2044c2d72a638e60bbb00c9ed192245','',NULL),(3316,'en','default','c0eaf706a755461718755e905af34218','The network currently allows site registrations.',NULL,NULL,'LINE',NULL,10,'','76fbc6bc786956dab4859f9d984cdfc9','',NULL),(3317,'en','default','e11f273e051a744b68341e56d0b7d967','The network currently allows user registrations.',NULL,NULL,'LINE',NULL,10,'','165fb684395a035f215de5a0848ffd4b','',NULL),(3318,'en','default','51a6d49a4c14b76f5911bf9eef011def','The network currently disallows registrations.',NULL,NULL,'LINE',NULL,10,'','c1b04a8c8ef16f3298b46574a2823bfb','',NULL),(3319,'en','default','b03f2d1e6f1882dd57bdfb4d69ecf3d9','The next group of formatting shortcuts are applied as you type or when you insert them around plain text in the same paragraph. Press Escape or the Undo button to undo.',NULL,NULL,'LINE',NULL,10,'','0cd9f0646ebb1f546f9947ce79cf5afe','',NULL),(3320,'en','default','825e9beb6aaf9eb369b3dac67ebb7075','The nickname for the user.',NULL,NULL,'LINE',NULL,10,'','888d8456dc24d2cad93c321a4cade0e2','',NULL),(3321,'en','default','0dbf00c4eefba1bce879638d2b99cecd','The oEmbed format to use.',NULL,NULL,'LINE',NULL,10,'','856e52bd30c1a6879013d149e6d2fbe5','',NULL),(3322,'en','default','de81e99e28c8b29bdb780cd70d3f5b77','The order of the object in relation to other object of its type.',NULL,NULL,'LINE',NULL,10,'','b4a046219c2d2f7e2c39deadf3236808','',NULL),(3323,'en','default','b99eddef2248db02bb841550e74256ea','The page number requested is larger than the number of pages available.',NULL,NULL,'LINE',NULL,10,'','19ee1912537a901a017c4be390c8f922','',NULL),(3324,'en','default','23f672dcb7ac32e3b8f2995deeed3ad5','The parent term ID.',NULL,NULL,'LINE',NULL,10,'','b21b8509a4f64e9ee42ce3481e1dff9b','',NULL),(3325,'en','default','23d9752ef56f5ccbd8dd96fab6f2e2aa','The parent theme is missing. Please install the \"%s\" parent theme.',NULL,NULL,'LINE',NULL,10,'','ac65a37a144073e55862fb4705e65348','',NULL),(3326,'en','default','040a196ef3be842471339d751546fdd6','The password for the parent post of the comment (if the post is password protected).',NULL,NULL,'LINE',NULL,10,'','ef90ce7167bd5adab3963d5909f0b904','',NULL),(3327,'en','default','29f28b58cd43650d476d1e791516cf02','The password for the post if it is password protected.',NULL,NULL,'LINE',NULL,10,'','02a5ef42986073814ec5977dbbc645aa','',NULL),(3328,'en','default','f6d13ffafe81b931a492174eb04edce2','The passwords do not match.',NULL,NULL,'LINE',NULL,10,'','bac87d71ee3b32bb5819fb8bac10f911','',NULL),(3329,'en','default','15fca34b5303e23823b9136585968f39','The pingback has already been registered.',NULL,NULL,'LINE',NULL,10,'','aeb603613f11ad4eb18d2ee2aa487af9','',NULL),(3330,'en','default','b3c3815b62241b5477518e6300783d5c','The post cannot be deleted.',NULL,NULL,'LINE',NULL,10,'','7faeccc743182ecd02418d7b308c7e1b','',NULL),(3331,'en','default','da4251819a4f7c26051f2f934933148a','The post does not support trashing. Set \'%s\' to delete.',NULL,NULL,'LINE',NULL,10,'','77a589b8a7c02facfe1a24aa84d1fc14','',NULL),(3332,'en','default','9cc51204f05b716f57692f968d9faa65','The post has already been deleted.',NULL,NULL,'LINE',NULL,10,'','9137f5d11c466c4b34b1bc545b54de52','',NULL),(3333,'en','default','f1377698820e1399d5858d7d78912e6b','The post type %1$s is not registered, so it may not be reliable to check the capability \"%2$s\" against a post of that type.',NULL,NULL,'LINE',NULL,10,'','eb5e493225590b3b8dd8c0cd07ae6f6a','',NULL),(3334,'en','default','ae61a9e31cb674087accc9ef0d1656ab','The post type may not be changed.',NULL,NULL,'LINE',NULL,10,'','9afdcaf3a77358f7b6077947eef4d898','',NULL),(3335,'en','default','2776df14de4c9b5fb5ae532b65a564d4','The previous set of changes has already been published. Please try saving your current set of changes again.',NULL,NULL,'LINE',NULL,10,'','4615f62b11a73888062b8ea543d0de9a','',NULL),(3336,'en','default','e1d5d6e144b33212d9f5d515c8e694c0','The query argument of %s must have a placeholder.',NULL,NULL,'LINE',NULL,10,'','46e779c40b75b777e091659e4d7e0fd0','',NULL),(3337,'en','default','b8c4ce5d491eb301d1853917be316de0','The query does not contain the correct number of placeholders (%1$d) for the number of arguments passed (%2$d).',NULL,NULL,'LINE',NULL,10,'','4ef8892574a3dc5c20fa999e4b395d8c','',NULL),(3338,'en','default','8981438ddac5ed45604086b54e75648c','The query only expected one placeholder, but an array of multiple placeholders was sent.',NULL,NULL,'LINE',NULL,10,'','77a3e4fdc9489c02b510997af407cab6','',NULL),(3339,'en','default','da1089c39f52d5d7caa0b4b60f2ab034','The requested theme does not exist.',NULL,NULL,'LINE',NULL,10,'','0a2708b43ca6c3c6a4a078d464468305','',NULL),(3340,'en','default','6d9d4d775d9ba24a038b5d5602f17b6e','The requested user does not exist.',NULL,NULL,'LINE',NULL,10,'','9682c6b15a4afe52f8bea91d7f4eeca3','',NULL),(3341,'en','default','3a06901c333013016115691d40af78f9','The role %s does not exist.',NULL,NULL,'LINE',NULL,10,'','3a9d8da2244621377997787bd48edbe5','',NULL),(3342,'en','default','6c13edf4e89b56c3fe70bb814280fafb','The search results will be updated as you type.',NULL,NULL,'LINE',NULL,10,'','f80a59cb24e68ba6e40bf1bf9b0a7139','',NULL),(3343,'en','default','8e909223a540a0e23be8bf1125db4e2b','The site %s is yours.',NULL,NULL,'LINE',NULL,10,'','a5eb3f8d720c087cc51826813c22cb54','',NULL),(3344,'en','default','aa5865eb376271d1d46aaed6dfe6f535','The site administrator has been notified and will fulfill your request as soon as possible.',NULL,NULL,'LINE',NULL,10,'','31517062974599005dc2f4855e55157d','',NULL),(3345,'en','default','7aae15800f70633f2d92c912b00a79c6','The site administrator has been notified. You will receive a link to download your export via email when they fulfill your request.',NULL,NULL,'LINE',NULL,10,'','7bd0dc755bedefd9197a1d6ad9676085','',NULL),(3346,'en','default','4c19b4869f216a582a87f5181998bdb9','The site administrator has been notified. You will receive an email confirmation when they erase your data.',NULL,NULL,'LINE',NULL,10,'','b9864ed7e5495d3d178246b0f8a211da','',NULL),(3347,'en','default','26a67b177e0b62b315d30bf4a5b879d4','The site is already active.',NULL,NULL,'LINE',NULL,10,'','7ff258a07960c56919d34a3da33dc0e8','',NULL),(3348,'en','default','de1cc04c30868cc993f7f263a68309ef','The site you have requested is not installed properly. Please contact the system administrator.',NULL,NULL,'LINE',NULL,10,'','03220f56e08a510da7d70d41743f90df','',NULL),(3349,'en','default','fc51811bda01c495adce6929e47af932','The site you were looking for, %s, does not exist, but you can create it now!',NULL,NULL,'LINE',NULL,10,'','55974462217fde34e844f26bcb06c0ac','',NULL),(3350,'en','default','3c396a8d8d3bcec2830ffa22c2b2a385','The site you were looking for, %s, does not exist.',NULL,NULL,'LINE',NULL,10,'','444176346f678dda61987f7fb7ad5165','',NULL),(3351,'en','default','e97fb5a45b703741ba6d4ee5139f3f9b','The slug &#8220;%s&#8221; is already in use by another term.',NULL,NULL,'LINE',NULL,10,'','691c1a3150ffc98143c1750773a9b234','',NULL),(3352,'en','default','ee6852546f915242c21062583ea127b3','The source URL and the target URL cannot both point to the same resource.',NULL,NULL,'LINE',NULL,10,'','42ca301b4543dbf8c8bf3836691526a0','',NULL),(3353,'en','default','85b1e2911c0f7906b0c85cd2806a529d','The source URL does not contain a link to the target URL, and so cannot be used as a source.',NULL,NULL,'LINE',NULL,10,'','6186f65b18670775cd94e7e1718342a0','',NULL),(3354,'en','default','a6ef1871b857b227a6db74578b600104','The source URL does not exist.',NULL,NULL,'LINE',NULL,10,'','ff4d5d53131fd4c47b13d8efea1775ad','',NULL),(3355,'en','default','96deee2a4b9c344e48e653932098b2ab','The specified namespace could not be found.',NULL,NULL,'LINE',NULL,10,'','d9c3db7872c6c1f7b4e032485a91436a','',NULL),(3356,'en','default','b6b8ef7fb394fc99abfa5171504c6356','The specified target URL cannot be used as a target. It either doesn&#8217;t exist, or it is not a pingback-enabled resource.',NULL,NULL,'LINE',NULL,10,'','ba4cc4d8a58c77935d5b5cffe8e3ecfa','',NULL),(3357,'en','default','45117809439b9e0adde45accc967370f','The specified target URL does not exist.',NULL,NULL,'LINE',NULL,10,'','d46c5a1dfe2f622eebbd9c48d8d4c74d','',NULL),(3358,'en','default','476ade3f059d2538210d0bb28e90d9c8','The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget.',NULL,NULL,'LINE',NULL,10,'','8a80636f70963c81bf2482d6364fa4b5','',NULL),(3359,'en','default','a075667acae8dcf22af24eb742bed2d9','The term cannot be deleted.',NULL,NULL,'LINE',NULL,10,'','1fd7db08733a9c313dfed1bb5bd7b437','',NULL),(3360,'en','default','18996d7a5f5d60a0f0d0bc00f49556f5','The term name cannot be empty.',NULL,NULL,'LINE',NULL,10,'','4915b417ec78d7104b562303c25f6470','',NULL),(3361,'en','default','5e98c35cc58796868916dc9b91cf68e6','The terms assigned to the object in the %s taxonomy.',NULL,NULL,'LINE',NULL,10,'','1fc3a55fc825fc5a4eed090edbcdb7e7','',NULL),(3362,'en','default','e2148c1d2f0c12812311af1e7cca83af','The theme defines itself as its parent theme. Please check the %s header.',NULL,NULL,'LINE',NULL,10,'','0bd07931fd5b60e5223ccb6414158207','',NULL),(3363,'en','default','c4039b322b45bfa1b8c4a6241c104ddf','The theme directory \"%s\" does not exist.',NULL,NULL,'LINE',NULL,10,'','f5dde63a13579407486bcc61be22f622','',NULL),(3364,'en','default','4f6213b70ef830bd67ce413922c74411','The theme file to use to display the object.',NULL,NULL,'LINE',NULL,10,'','d5c7d2bb4ac0586447a174b96a54d720','',NULL),(3365,'en','default','9890795bad699eb9a781a3fcd053f2cd','The timezone you have entered is not valid. Please select a valid timezone.',NULL,NULL,'LINE',NULL,10,'','1c805d6c19a9ffdcac879d2b745dec76','',NULL),(3366,'en','default','2e63c3e30cfc7fac70e31632311ba294','The title for the object.',NULL,NULL,'LINE',NULL,10,'','c6cb1287875f49968814be941f0e336d','',NULL),(3367,'en','default','36185174ab724db05818af5fbc29c7c3','The title for the post type.',NULL,NULL,'LINE',NULL,10,'','0a5895f812eeaa686b8ac212a9b700b3','',NULL),(3368,'en','default','d0292916fb6d0ecaee9f06941a911397','The title for the status.',NULL,NULL,'LINE',NULL,10,'','a469b7fbd7b195396f159c6828c3992a','',NULL),(3369,'en','default','9dd8b04f046322506aabd37a7e79ae48','The title for the taxonomy.',NULL,NULL,'LINE',NULL,10,'','489b0ad094036d0ef5b54622044f144d','',NULL),(3370,'en','default','96303c647576d23133af8082001aa1f7','The user cannot be deleted.',NULL,NULL,'LINE',NULL,10,'','9294487f2725d5761b6c3bfbfb4113bb','',NULL),(3371,'en','default','923417cb45cee36f5cf75cab184b56b7','The user is already active.',NULL,NULL,'LINE',NULL,10,'','d454c4efc4320f01be3f6fda81f52c47','',NULL),(3372,'en','default','5ccbc1646f13b222706d919d303a77c7','The web browser on your device cannot be used to upload files. You may be able to use the <a href=\"%s\">native app for your device</a> instead.',NULL,NULL,'LINE',NULL,10,'','9c7cbf670a58cdc7309232c68e30747a','',NULL),(3373,'en','default','49016ce3961b50dc15d3580f09e28945','Theme Details',NULL,NULL,'LINE',NULL,10,'','23cbef833783281f6a77dbbc45f97918','',NULL),(3374,'en','default','ab1448284ed5c78df8eef4e0da8638d8','123 Main Street',NULL,NULL,'LINE',NULL,10,'Theme starter content','1a440cc8c087476dd0e18a99f5bf7e66','',NULL),(3375,'en','default','8fa2d291e5f1ad2dce18ea4d7b0ba345','A homepage section',NULL,NULL,'LINE',NULL,10,'Theme starter content','2465603268e5425c584e645299592fb0','',NULL),(3376,'en','default','8f7f4c1ce7a4f933663d10543562b096','About',NULL,NULL,'LINE',NULL,10,'Theme starter content','ca0960b5b5562867b92bcf396786cb8b','',NULL),(3377,'en','default','a9502b5bfa3a79a3f21f66d8365e20ff','About This Site',NULL,NULL,'LINE',NULL,10,'Theme starter content','b2c6023af66cc61aaf82ed181d920eb2','',NULL),(3378,'en','default','dd7bf230fde8d4836917806aff6a6b27','Address',NULL,NULL,'LINE',NULL,10,'Theme starter content','57c549056de01992fa747a65b9993ae3','',NULL),(3379,'en','default','178fde647037235223ac2a188a7106b1','Archives',NULL,NULL,'LINE',NULL,10,'Theme starter content','c028b90b5f2c538f5a010cb8dc8867e1','',NULL),(3380,'en','default','be8df1f28c0abc85a0ed0c6860e5d832','Blog',NULL,NULL,'LINE',NULL,10,'Theme starter content','ab4e3fe993b0dcb435b50cd00b9bdd2d','',NULL),(3381,'en','default','8ff922bbcd8ad41cdfc48d3c5163b2ab','Calendar',NULL,NULL,'LINE',NULL,10,'Theme starter content','efe89b5f59e306038b2bbf53dc9b07b2','',NULL),(3382,'en','default','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'LINE',NULL,10,'Theme starter content','4a9529f79d0c1fd1548b328d7b23efa1','',NULL),(3383,'en','default','bbaff12800505b22a853e8b7f4eb6a22','Contact',NULL,NULL,'LINE',NULL,10,'Theme starter content','66a340ed1aa667d8f04978a9a7563ff4','',NULL),(3384,'en','default','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'LINE',NULL,10,'Theme starter content','c5270c42cf87d463f920f72772d77dd5','',NULL),(3385,'en','default','d85544fce402c7a2a96a48078edaf203','Facebook',NULL,NULL,'LINE',NULL,10,'Theme starter content','2dfae690cb9e2241424b09f0d0fb1d29','',NULL),(3386,'en','default','da0b0cf54b79f953b13b5bf9a4373221','Find Us',NULL,NULL,'LINE',NULL,10,'Theme starter content','834ff8473deea158ec426e7a0fde1c2a','',NULL),(3387,'en','default','938a835ccb58a4f17629d8530854f478','Foursquare',NULL,NULL,'LINE',NULL,10,'Theme starter content','a9ca54b1bed8cfd7f37d79db9fa20c9d','',NULL),(3388,'en','default','d3b7c913cd04ebfec0e9ec32cb6fd58c','GitHub',NULL,NULL,'LINE',NULL,10,'Theme starter content','9f0aa527045aecbe9734e1bd4080d2b6','',NULL),(3389,'en','default','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'LINE',NULL,10,'Theme starter content','fc86a1ba558a3cc1e2725232d1a566b7','',NULL),(3390,'en','default','6a7e73161603d87b26a8eac49dab0a9c','Hours',NULL,NULL,'LINE',NULL,10,'Theme starter content','090f24f762756076024e0a7bda3af4b8','',NULL),(3391,'en','default','55f015a0c5605702f913536afe70cfb0','Instagram',NULL,NULL,'LINE',NULL,10,'Theme starter content','acf4d823da91a3931c6c7603b924e37b','',NULL),(3392,'en','default','e884c507c5198a4578a84498f7a323e2','LinkedIn',NULL,NULL,'LINE',NULL,10,'Theme starter content','6745fa78866711b6c3244ab6702c9f70','',NULL),(3393,'en','default','b6755d218d5f4e1cef9cce9cc39aeda9','Meta',NULL,NULL,'LINE',NULL,10,'Theme starter content','d0483809bbeaf1be03785853e6c88087','',NULL),(3394,'en','default','7488cb507bc5a4b450e6aa36f1e57b65','Monday&mdash;Friday: 9:00AM&ndash;5:00PM',NULL,NULL,'LINE',NULL,10,'Theme starter content','f9c690a022ed7f10d13fa8f3020f11be','',NULL),(3395,'en','default','6c579d35c1eb732b0ea0ce952b4d16fc','New York, NY 10001',NULL,NULL,'LINE',NULL,10,'Theme starter content','ceb94512c025356d8127e9198ed5a2d2','',NULL),(3396,'en','default','dd1ba1872df91985ed1ca4cde2dfe669','News',NULL,NULL,'LINE',NULL,10,'Theme starter content','ee6b85ce378b805249b4ea6e6a6cd217','',NULL),(3397,'en','default','86709a608bd914b28221164e6680ebf7','Pinterest',NULL,NULL,'LINE',NULL,10,'Theme starter content','2546cd0d5b79dcc58d608b31f77ee2a0','',NULL),(3398,'en','default','69e7df6b9f7404b4007d936978a45c81','Recent Comments',NULL,NULL,'LINE',NULL,10,'Theme starter content','183930a641e91c686beedb534954cd40','',NULL),(3399,'en','default','341825a909ae0a19dd9dbea98ef3e021','Recent Posts',NULL,NULL,'LINE',NULL,10,'Theme starter content','0c886e67192b727b1fb18bfde0fdf52f','',NULL),(3400,'en','default','db70b7567ca77e5bbc6856cd1921e075','Saturday &amp; Sunday: 11:00AM&ndash;3:00PM',NULL,NULL,'LINE',NULL,10,'Theme starter content','d877a0dde0f2d8aeec3f7bd511505e01','',NULL),(3401,'en','default','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'LINE',NULL,10,'Theme starter content','66e952af4dbb85a1df929b7d09dfa281','',NULL),(3402,'en','default','a82ef348ac200a23d3a53398603bff12','This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.',NULL,NULL,'LINE',NULL,10,'Theme starter content','05ebd0928a2b0020ea551eb0f5099a5c','',NULL),(3403,'en','default','eb9f561dd8c0ca9f59c3fafe416bb9a6','This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts.',NULL,NULL,'LINE',NULL,10,'Theme starter content','da2229403890593732f33519c8cb66e2','',NULL),(3404,'en','default','da49e209e5b0350822be869c523e171c','This may be a good place to introduce yourself and your site or include some credits.',NULL,NULL,'LINE',NULL,10,'Theme starter content','f94975f2845b8ee0403497772d2826da','',NULL),(3405,'en','default','2491bc9c7d8731e1ae33124093bc7026','Twitter',NULL,NULL,'LINE',NULL,10,'Theme starter content','a172a343e1817d16f7573180b44b80e1','',NULL),(3406,'en','default','63ce97428c23abebe56b0592ca05c212','Welcome to your site! This is your homepage, which is what most visitors will see when they come to your site for the first time.',NULL,NULL,'LINE',NULL,10,'Theme starter content','b68492fc6469fd35f20d0eb0cb03a927','',NULL),(3407,'en','default','f65fd2606e81c3b34afac2958980c017','Yelp',NULL,NULL,'LINE',NULL,10,'Theme starter content','58ab71983a0a902fdeaf5ffe7a79f601','',NULL),(3408,'en','default','f0cf26845f7f97aadceef32391340e4c','You might be an artist who would like to introduce yourself and your work here or maybe you&rsquo;re a business with a mission to describe.',NULL,NULL,'LINE',NULL,10,'Theme starter content','a58fd27e02f5228ca89e526f5d7c2b21','',NULL),(3409,'en','default','8dd1bae8da2e2408210d0656fbe6b7d1','YouTube',NULL,NULL,'LINE',NULL,10,'Theme starter content','6156acaa89bffe3737569a4dfcea14e2','',NULL),(3410,'en','default','15942ab103fb29b51102337e0e278105','Theme support for %1$s should be registered before the %2$s hook.',NULL,NULL,'LINE',NULL,10,'','73986bf13cc2d7bdcb9795c815d2dd45','',NULL),(3411,'en','default','75b6abe7aadff10d34eddba04ee8684c','Theme without %s',NULL,NULL,'LINE',NULL,10,'','36d591bdb334924310f637a8870fbebe','',NULL),(3412,'en','default','83915d1254927f41241e8630890bec6e','Themes',NULL,NULL,'LINE',NULL,10,'','67f738a4c4f3e6a3960b22423ae90250','',NULL),(3413,'en','default','6ae963eb02c570fbaf20ebc228bb516e','There are no HTTP transports available which can complete the requested request.',NULL,NULL,'LINE',NULL,10,'','6f7864be71f395bf9a7d520c3c6b5b3c','',NULL),(3414,'en','default','520b97fe236eb939da54ee59fadabeb1','There are no associated subtitles.',NULL,NULL,'LINE',NULL,10,'','3e3b1cf2bab02983d94aaa528dbed4e8','',NULL),(3415,'en','default','cc49bb61ab73a052da3aa3980c0488d1','There are no options for this widget.',NULL,NULL,'LINE',NULL,10,'','17feadcc4faf56d7ddce40f000121daf','',NULL),(3416,'en','default','6ebbb1d74f170c0de0e2a26d1812b246','There doesn&#8217;t seem to be any new mail.',NULL,NULL,'LINE',NULL,10,'','c2f8a35997a2ee6f4a4bacd5b3a02d2d','',NULL),(3417,'en','default','50a36cea6cff1699f0b0e78fe01912eb','There doesn\'t seem to be a %s file. I need this before we can get started.',NULL,NULL,'LINE',NULL,10,'','2bfec86736056571cc0e4b7681d02ce8','',NULL),(3418,'en','default','6181d12cc4a083c461f5a92839f0ad6f','There has been an error cropping your image.',NULL,NULL,'LINE',NULL,10,'','387affc82124cd02eb79b65b7c9ca66d','',NULL),(3419,'en','default','b34405939554646a3db84c797ff81576','There is %d error which must be fixed before you can save.',NULL,NULL,'LINE',NULL,10,'','830ed3f7a0e31f60dcf6a6806c123e5f','',NULL),(3420,'en','default','4dfa96d2e24dd85cc9fbd76186e4aee0','There are %d errors which must be fixed before you can save.',NULL,NULL,'LINE',NULL,10,'','aa16ea8770b61aa1af8079a6fec45b67','',NULL),(3421,'en','default','a39751b359911266ed8ec49b5f0348f8','There is %d error which must be fixed before you can update this file.',NULL,NULL,'LINE',NULL,10,'','898e1fe61d4cfaa6e1b74d13259f3edf','',NULL),(3422,'en','default','b2ddce1619e12291038f97ebf7c484f5','There are %d errors which must be fixed before you can update this file.',NULL,NULL,'LINE',NULL,10,'','39cf5ca4d002f326c5e79d54f33edaa6','',NULL),(3423,'en','default','bed99a8f4fd010a7b546318f19973fdb','There is a more recent autosave of your changes than the one you are previewing. <a href=\"%s\">Restore the autosave</a>',NULL,NULL,'LINE',NULL,10,'','01bc61757b4f7dbcee8be44d6727d13a','',NULL),(3424,'en','default','d36b8c37025a56e879a93298b64fbb98','There is a revision of this post that is more recent.',NULL,NULL,'LINE',NULL,10,'','c4dbf90492d24997b992a4974b19b4c1','',NULL),(3425,'en','default','b6051ddc105e45f0edabc340366aee25','There is no excerpt because this is a protected post.',NULL,NULL,'LINE',NULL,10,'','0a5c401c4ebca77d371de25642c82e99','',NULL),(3426,'en','default','bc755039bc92216220af1b18d910a6c3','There was a configuration error. Please contact the server administrator.',NULL,NULL,'LINE',NULL,10,'','0ab4d941f6f5c18a6435133efe426c12','',NULL),(3427,'en','default','bab58727c2cb95cb32d002f10f8271d8','There was a problem, please correct the form below and try again.',NULL,NULL,'LINE',NULL,10,'','fcfd7227385b1155f80b501f68662d3b','',NULL),(3428,'en','default','027227504b4c1708ca80ace4fce33beb','There was an authentication problem. Please reload and try again.',NULL,NULL,'LINE',NULL,10,'','d9f5e3d83dc0b5108b9396707c08769b','',NULL),(3429,'en','default','3fa400ffbf4c1f2446459b80ac993f96','This action has been disabled by the administrator.',NULL,NULL,'LINE',NULL,10,'','c53306d098edb5d96c9df7e512ddca79','',NULL),(3430,'en','default','208847923b8bfe8dbeeb67422a757268','This address is used for admin purposes, like new user notification.',NULL,NULL,'LINE',NULL,10,'','9ac2d19ed365eb0b4bd4e5e4d480be51','',NULL),(3431,'en','default','5583796cd2bf914437e588c74ec03081','This argument has changed to an array to match the behavior of the other cron functions.',NULL,NULL,'LINE',NULL,10,'','92bb153d5411ca6d0010cc3b94a433dd','',NULL),(3432,'en','default','c0988e2ce3f0876747b53f093a508e78','This content is password protected. To view it please enter your password below:',NULL,NULL,'LINE',NULL,10,'','4fe4660bf9620778ccca9791301a3627','',NULL),(3433,'en','default','d2c3c7805321d01e9bb8d5fa675eb06c','This content was deleted by the author.',NULL,NULL,'LINE',NULL,10,'','99f8f8cb1610e3883775e5680512bd7d','',NULL),(3434,'en','default','600820c66fc961814bcf2386f5124491','This either means that the username and password information in your %1$s file is incorrect or we can&#8217;t contact the database server at %2$s. This could mean your host&#8217;s database server is down.',NULL,NULL,'LINE',NULL,10,'','c039405c5f34232e13b674aa1608627d','',NULL),(3435,'en','default','416feffd5cb14a0cdca85835446f2c96','This feature requires inline frames. You have iframes disabled or your browser does not support them.',NULL,NULL,'LINE',NULL,10,'','737eebcbe304fd36ede47385009f8e25','',NULL),(3436,'en','default','15bbfc8d24495b5c259e64c803bdcd75','This file is empty. Please try another.',NULL,NULL,'LINE',NULL,10,'','8ee384c3aa2c76d98a8f9048dc2309ae','',NULL),(3437,'en','default','fb6ffaf9ee797657db63054a2cbbf416','This file is not an image. Please try another.',NULL,NULL,'LINE',NULL,10,'','0d8c213e2602f6e781830deb5d73b176','',NULL),(3438,'en','default','8f1b66bf27b71687bd3dd3d273a44844','This file is too big. Files must be less than %d KB in size.',NULL,NULL,'LINE',NULL,10,'','bc55a230ec21b2483a95399698ef085d','',NULL),(3439,'en','default','47ce7bcb66c5b6a4d5fdc6524cc1700f','This file is too big. Files must be less than %s KB in size.',NULL,NULL,'LINE',NULL,10,'','d8f519a45f2c2129acdcf7d324a046b5','',NULL),(3440,'en','default','15e0a36466304157dab84f0518802449','This file no longer needs to be included.',NULL,NULL,'LINE',NULL,10,'','d27d03ddf54711550d90533918951b7a','',NULL),(3441,'en','default','1572842f77296c773be7fb89f3532052','This form is not live-previewable.',NULL,NULL,'LINE',NULL,10,'','dc5440dead561acb4203d88ba048302e','',NULL),(3442,'en','default','e7a5c3907191e9bd4c886775e39bb269','This is larger than the maximum size. Please try another.',NULL,NULL,'LINE',NULL,10,'','44d87d1a123d7e66f6f16a12eaa14665','',NULL),(3443,'en','default','3e7a5f3ede08c5574e08d15acbc06fd6','This is the short link.',NULL,NULL,'LINE',NULL,10,'','7461d96a7d725173acd6e66411610c5c','',NULL),(3444,'en','default','e2b6bcb991140139f1b2b4a209ac12e0','This link has expired.',NULL,NULL,'LINE',NULL,10,'','db2d660ec2ebdf26f35855babbad9aa3','',NULL),(3445,'en','default','4c4af2869867ccb260ff7bda9d29ec0e','This link is not live-previewable.',NULL,NULL,'LINE',NULL,10,'','6c6fab77df0a366166504c092d96d95c','',NULL),(3446,'en','default','f61bb05af81e14a1b4550025151f771d','This means that we lost contact with the database server at %s. This could mean your host&#8217;s database server is down.',NULL,NULL,'LINE',NULL,10,'','98042873564a43f8d7dd7ef69a7b0415','',NULL),(3447,'en','default','bd1c35b260a738dc596b9a4e9f711789','This panel is used for managing navigation menus for content you have already published on your site. You can create menus and add items for existing content such as pages, posts, categories, tags, formats, or custom links.',NULL,NULL,'LINE',NULL,10,'','47e4da7614c4d96091f7ea1b19133a88','',NULL),(3448,'en','default','af87efe29da4e67cbaf3cea543f44f7d','This post is password protected. Enter the password to view comments.',NULL,NULL,'LINE',NULL,10,'','255480053f343b09b65c4ebc9d90c218','',NULL),(3449,'en','default','b7c8a083c9fdceecbaa840b5d619f734','This site has been archived or suspended.',NULL,NULL,'LINE',NULL,10,'','a6e6d86f82942b1431332e5e4fdf8c1a','',NULL),(3450,'en','default','140b56825102737e42b6789cfbc5fd11','This site has not been activated yet. If you are having problems activating your site, please contact %s.',NULL,NULL,'LINE',NULL,10,'','f29dcd398bb801c0d241f9d56078927c','',NULL),(3451,'en','default','b1ad6c2ee43807bbabc7644a635eb6f6','This site is no longer available.',NULL,NULL,'LINE',NULL,10,'','ed3169f4ea2d2d84533d50b4225baa59','',NULL),(3452,'en','default','964dc5b6039e7475fc3ed8d4b9c08364','This taxonomy is not hierarchical.',NULL,NULL,'LINE',NULL,10,'','a56e2836aaaa778b5dd2376a203a0b66','',NULL),(3453,'en','default','535038f721137c0e370be5bc77024d92','This theme doesn&#8217;t support video headers on this page. Navigate to the front page or another page that supports video headers.',NULL,NULL,'LINE',NULL,10,'','7d55676afe83d6b3970e0cbcf12d821b','',NULL),(3454,'en','default','8d75336beed9098f94c0c923674f993d','This video file is too large to use as a header video. Try a shorter video or optimize the compression settings and re-upload a file that is less than 8MB. Or, upload your video to YouTube and link it with the option below.',NULL,NULL,'LINE',NULL,10,'','4914ab481eedc56a6eb723060198f16a','',NULL),(3455,'en','default','22bae8b603a1ee9f29ef6620f48701d5','This widget may contain code that may work better in the &#8220;Custom HTML&#8221; widget. How about trying that widget instead?',NULL,NULL,'LINE',NULL,10,'','7ab11297a44b57dbfaa687b4cd20e8ec','',NULL),(3456,'en','default','e051a2c8d47edcffb9c35a7db352fd3e','This widget may have contained code that may work better in the &#8220;Custom HTML&#8221; widget. If you haven&#8217;t yet, how about trying that widget instead?',NULL,NULL,'LINE',NULL,10,'','f96f016cc4150dd1c28286f0d3b8ea30','',NULL),(3457,'en','default','ed5e8353dfc585f4c6b3a55d1a9fc01d','Thu',NULL,NULL,'LINE',NULL,10,'','24a7eb00e3e7837d5f6c79b578831d11','',NULL),(3458,'en','default','b7c161bb87bb0308fb25e6f68d0a5632','Thumbnail',NULL,NULL,'LINE',NULL,10,'','d8b1db30db76fd40e53d0e6df043435d','',NULL),(3459,'en','default','8b394d6ed5585431f701406734498024','Thumbnail Height',NULL,NULL,'LINE',NULL,10,'','f6b9e8220086f7ec93dcac57c34710e2','',NULL),(3460,'en','default','86284b33a5f68d33f9c21d90d2bdc431','Thumbnail Width',NULL,NULL,'LINE',NULL,10,'','3d5a15c7ef76e37931d0edfc1926e404','',NULL),(3461,'en','default','78ae6f0cd191d25147e252dc54768238','Thursday',NULL,NULL,'LINE',NULL,10,'','392dd122642b15dc0b539dbf82cd0614','',NULL),(3462,'en','default','b9ece18c950afbfa6b0fdbfa4ff731d3','T',NULL,NULL,'LINE',NULL,10,'Thursday initial','4613ed4876da5c364d8c29fde2902d86','',NULL),(3463,'en','default','a76d4ef5f3f6a672bbfab2865563e530','Time',NULL,NULL,'LINE',NULL,10,'','2e13b4b07f0d3f1727242e235930ed92','',NULL),(3464,'en','default','6b366d6891897f5c37c0b8b2ef7f212e','Time Format',NULL,NULL,'LINE',NULL,10,'','e11d60a2253c77ba8a8c0db6c48e7b59','',NULL),(3465,'en','default','5818041ad9207d48d0ff65f72cffad61','Time Slider',NULL,NULL,'LINE',NULL,10,'','d4d10defed47f77654865874f8274453','',NULL),(3466,'en','default','45c10605e0a492fbe7a3eac258cd1e81','Time Zone',NULL,NULL,'LINE',NULL,10,'','d68dc4f05a963d0700674e520859ae86','',NULL),(3467,'en','default','3e06848f3fe1ceec82e808fdaeef0e2f','Time to add some links! Click &#8220;%s&#8221; to start putting pages, categories, and custom links in your menu. Add as many things as you&#8217;d like.',NULL,NULL,'LINE',NULL,10,'','5e74a34d80540d174ea6566e83a33fa5','',NULL),(3468,'en','default','236df51bb0e6416236e255b528346fca','Timezone',NULL,NULL,'LINE',NULL,10,'','5915ad52b9e72aaf528fc0981eb3f6d6','',NULL),(3469,'en','default','7549bbd648754fde93f1ff9eb09bb09d','Timezone is %1$s (%2$s), currently %3$s.',NULL,NULL,'LINE',NULL,10,'','ca7246647739478efa3cb648ecaea8ac','',NULL),(3470,'en','default','9976df4aef0b75e3c3ec2f4ffc4e2bf0','Timezone is %s.',NULL,NULL,'LINE',NULL,10,'','1f8de1f6ad25454d384f924b981e234b','',NULL),(3471,'en','default','04c4f9f595c4f21d1de65eb07056c15a','Blocks',NULL,NULL,'LINE',NULL,10,'TinyMCE','16a671b5537ac7c93403d17b05fac061','',NULL),(3472,'en','default','0615a38067b62382dc1667010669b238','Formats',NULL,NULL,'LINE',NULL,10,'TinyMCE','c309d54ad80b4cad79932709692f4c3e','',NULL),(3473,'en','default','545b1150d9c178bf41eee6c799b715d7','Headings',NULL,NULL,'LINE',NULL,10,'TinyMCE','bf4f1a76cfe411ae7527e2b5e109200f','',NULL),(3474,'en','default','9f366f4b46ad8974bd7d34044d290bdc','Insert template',NULL,NULL,'LINE',NULL,10,'TinyMCE','64340617f3498ef93bbe035dad90cfec','',NULL),(3475,'en','default','7df96b18c230f90ada0a9e2307226338','Templates',NULL,NULL,'LINE',NULL,10,'TinyMCE','1987f73fc29d5c017993bacf694bc472','',NULL),(3476,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'TinyMCE menu','0d81ae4ba9e7ad8ce2ba9074bd35f4a2','',NULL),(3477,'en','default','0b27918290ff5323bea1e3b78a9cf04e','File',NULL,NULL,'LINE',NULL,10,'TinyMCE menu','dcbc3d97bacc0f23e91db43df4c2b9e7','',NULL),(3478,'en','default','520d0db389f362bf79ef56ca0af3dcab','Format',NULL,NULL,'LINE',NULL,10,'TinyMCE menu','4e82bfe9097bf237ee41f247b96f1f51','',NULL),(3479,'en','default','a458be0f08b7e4ff3c0f633c100176c0','Insert',NULL,NULL,'LINE',NULL,10,'TinyMCE menu','50fcae93719ce0d73936c7c646aa50d5','',NULL),(3480,'en','default','51c45b795d5d18a3e4e0c37e8b20a141','Table',NULL,NULL,'LINE',NULL,10,'TinyMCE menu','c23acc3d3781ffd15a65d537929f2244','',NULL),(3481,'en','default','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'LINE',NULL,10,'TinyMCE menu','912de17b9ed43ad0ac0572d0e16da6c7','',NULL),(3482,'en','default','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'LINE',NULL,10,'TinyMCE menu','06d72a8d9a24a17c8a4b25f75e0d9f01','',NULL),(3483,'en','default','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'LINE',NULL,10,'','b3c5fecc59ff16a164cc807c01794efd','',NULL),(3484,'en','default','d79162782feef239dca92bdaf1d87485','Title Attribute',NULL,NULL,'LINE',NULL,10,'','8352819fd5e764ca14c19b0a38054174','',NULL),(3485,'en','default','ba00a8068b5f8be705b055c597599c32','Title for the object, as it exists in the database.',NULL,NULL,'LINE',NULL,10,'','5ebf6f7a3e81cb8ac0a676f78f8b29e7','',NULL),(3486,'en','default','dd4dd25014ca1b4d8e88141cf8d7c516','Title for the widget',NULL,NULL,'LINE',NULL,10,'','0df3b56e495dc02ae44ca9a72be7cf66','',NULL),(3487,'en','default','51ec9bf4aaeab1b25bb57f9f8d4de557','Title:',NULL,NULL,'LINE',NULL,10,'','992b7ee8edcf90f12c80ab09f1b2bfaa','',NULL),(3488,'en','default','e8986cbd6b59cd8fb8b798b1e8f78409','To activate your blog, please click the following link:\\n\\n%s\\n\\nAfter you activate, you will receive *another email* with your login.\\n\\nAfter you activate, you can visit your site here:\\n\\n%s',NULL,NULL,'LINE',NULL,10,'','51e347d518a4ef098f4b4c201bd68ec0','',NULL),(3489,'en','default','53b51327000ae2c9a1dadaa29729e79d','To activate your user, please click the following link:\\n\\n%s\\n\\nAfter you activate, you will receive *another email* with your login.',NULL,NULL,'LINE',NULL,10,'','4a525131c6756d77bef599f080a18624','',NULL),(3490,'en','default','3e8499a2faa2fe769a9654bd99f28b4f','To change or disable registration go to your <a href=\"%s\">Options page</a>.',NULL,NULL,'LINE',NULL,10,'','4d44f06a7350be968a00a5cfc9f47151','',NULL),(3491,'en','default','940995ecad89598fc6c26af8194c1e0e','To move away from this area, press the Esc key followed by the Tab key.',NULL,NULL,'LINE',NULL,10,'','2a6cd7f3fe782d1f45fd5f101057afa8','',NULL),(3492,'en','default','b27fba2381fb8b66b9740a36b3739f01','To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.',NULL,NULL,'LINE',NULL,10,'','1326d8509d420673b4e58f1044c2692e','',NULL),(3493,'en','default','2cbc8491d8537e3c37c19b7da0bd3862','To reset your password, visit the following address:',NULL,NULL,'LINE',NULL,10,'','45920d61d110ecc28da4bdc3f077de18','',NULL),(3494,'en','default','0b33cd34d5019f30f3d57aa13d569a0c','To set your password, visit the following address:',NULL,NULL,'LINE',NULL,10,'','5d88fe659d3f812b2c9a1d817a3a1936','',NULL),(3495,'en','default','1dd1c5fb7f25cd41b291d43a89e3aefd','Today',NULL,NULL,'LINE',NULL,10,'','3d7e9c9f3e06dcb8bcf51087cee13fb3','',NULL),(3496,'en','default','4b0efc98ab40ccb97706c360ac603d5f','Toggle Editor Text Direction',NULL,NULL,'LINE',NULL,10,'','19ad371a701c3419e83d83828b253e91','',NULL),(3497,'en','default','adbd4f50d3d966c33016032ad38f976e','Toggle Loop',NULL,NULL,'LINE',NULL,10,'','6e1f03a7a59a39e37e0e2cdeb56fed81','',NULL),(3498,'en','default','563bb59ef550e4f68bd0088c3ae46243','Toggle section: %s',NULL,NULL,'LINE',NULL,10,'','c2cf3e19cb17ccced67b9a2577f1c934','',NULL),(3499,'en','default','309fd996a4fbc00f2280c39547980066','Toggle section: Custom Links',NULL,NULL,'LINE',NULL,10,'','da8baf5e44a9f8cecc6156b9be6a90ad','',NULL),(3500,'en','default','56eacbb4c5e942094ecfe5b9b0b3531e','Too many redirects.',NULL,NULL,'LINE',NULL,10,'','abf9bce335054d355f88a9f073bbf837','',NULL),(3501,'en','default','ef05c8098cdb2b34e39c80515fc037bd','Toolbar',NULL,NULL,'LINE',NULL,10,'','6cf233f4fac93dc46d8957fce6913be3','',NULL),(3502,'en','default','d2f66c7283ee9c138e321df747e8e65e','Toolbar Toggle',NULL,NULL,'LINE',NULL,10,'','1aaf41aa5d908835cad36447da5f63dc','',NULL),(3503,'en','default','a4ffdcf0dc1f31b9acaf295d75b51d00','Top',NULL,NULL,'LINE',NULL,10,'','a259c0ab0cdbf8082c32dc09884b77a7','',NULL),(3504,'en','default','ac71274aea488e58bea2a8c716fc578f','Top Left',NULL,NULL,'LINE',NULL,10,'','07456d4060360137b06ab8a59b1f5218','',NULL),(3505,'en','default','5f9f678446e1abe7e062b056e755e059','Top Right',NULL,NULL,'LINE',NULL,10,'','07d46d191bd34f0c9c7507a328c84867','',NULL),(3506,'en','default','d3182c806395e0df8e9dc2e3ef3bca6a','Trackback',NULL,NULL,'LINE',NULL,10,'','6ded795b05507d0fcab59251d69c4716','',NULL),(3507,'en','default','b519c566f47f158ca50b83e6e3e6595c','Trackback excerpt: ',NULL,NULL,'LINE',NULL,10,'','f43e604ee850e133b0d282b19d801b75','',NULL),(3508,'en','default','9ba13cc65e32eedb8b6ad34d61f4f8fa','Tracks (subtitles, captions, descriptions, chapters, or metadata)',NULL,NULL,'LINE',NULL,10,'','68ffe672802980a6f48af6ce51211eac','',NULL),(3509,'en','default','f921236eaec67e7802b4b40270f522b1','Translation Updates',NULL,NULL,'LINE',NULL,10,'','2d04537f6097f58c25ad39b2a32df1c6','',NULL),(3510,'en','default','169e03ae210e6a8d40438fea0401e016','Trash <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','ce25dc2a42523107744de7180cf46ce2','',NULL),(3511,'en','default','4d5a4ddb43ca2fec29da8fa13fad6cd3','Trash Selected',NULL,NULL,'LINE',NULL,10,'','8caf901d9a342009e6b1dcd449b418e3','',NULL),(3512,'en','default','d44954dd8579bc74a8fec72d87f5fa39','Trash it: %s',NULL,NULL,'LINE',NULL,10,'','5f192820abc1fdbcad10c52c08bd9ac1','',NULL),(3513,'en','default','cb6dcf55d60fad56eb7baa79977b4db6','Trash widget by moving it to the inactive widgets sidebar.',NULL,NULL,'LINE',NULL,10,'','fb5950feaa098ba2fce05cedf194e43c','',NULL),(3514,'en','default','2ddecde85408faf230652444db78cb72','Tue',NULL,NULL,'LINE',NULL,10,'','bed10104d15fe938d1d2bd970214b4eb','',NULL),(3515,'en','default','5792315f09a5d54fb7e3d066672b507f','Tuesday',NULL,NULL,'LINE',NULL,10,'','f1eb08569cb75d06b791ee20eecf59cb','',NULL),(3516,'en','default','b9ece18c950afbfa6b0fdbfa4ff731d3','T',NULL,NULL,'LINE',NULL,10,'Tuesday initial','f42944ff1f7fcf30e4f96d7a71fd957b','',NULL),(3517,'en','default','c1612bbdebfa45467e8ab814e08daff1','Turkish',NULL,NULL,'LINE',NULL,10,'','f0272e8c73b146bf3f7f0edcf7f2a093','',NULL),(3518,'en','default','b966700942bd57bf4fa40d731b3bb47f','Turn off Fullscreen',NULL,NULL,'LINE',NULL,10,'','84979a09e3e39acf8fb3adcd6d9bc445','',NULL),(3519,'en','default','1c21fbd5249f1c20bd89119ab5c678ba','Twice Daily',NULL,NULL,'LINE',NULL,10,'','b613cfa9b9c9747a59cd7a3cc60c6f43','',NULL),(3520,'en','default','d5fc846c9d7c0cf3303b0ffd9d47b3f9','Type attribution for the term.',NULL,NULL,'LINE',NULL,10,'','90a7522585f298cfbb98f9f1fa63e2ba','',NULL),(3521,'en','default','8f87693faa049da505ef84097fdaf47b','Type of Comment for the object.',NULL,NULL,'LINE',NULL,10,'','53e89471df007387ccb09e25acc4ee96','',NULL),(3522,'en','default','8177befb87cbbe1db03a1a0fb31a7456','Type of Post for the object.',NULL,NULL,'LINE',NULL,10,'','5071e5ae24b28a1b366d413cafd30fd0','',NULL),(3523,'en','default','2f176c7e2356684f1fd79665c4182e41','Types associated with the taxonomy.',NULL,NULL,'LINE',NULL,10,'','0c01116a8d43e79728ec986604daf513','',NULL),(3524,'en','default','e6b391a8d2c4d45902a23a8b6585703d','URL',NULL,NULL,'LINE',NULL,10,'','802085e356f3f0ca83e27a09855b481e','',NULL),(3525,'en','default','f39c353d00cf92e1fb4a1bbf5b3ddc9d','URL for the object author.',NULL,NULL,'LINE',NULL,10,'','a16d0d930ef2a90097d38171bf8e30ee','',NULL),(3526,'en','default','5c027d34ca7eb6299fc1f7f2b160acda','URL of the term.',NULL,NULL,'LINE',NULL,10,'','531f85e43616ab1212093b21c3d21139','',NULL),(3527,'en','default','aa9727cc09860d8f48ef4b0e005c85f0','URL of the user.',NULL,NULL,'LINE',NULL,10,'','39f20e1011a10ab39fd86979a2c5863d','',NULL),(3528,'en','default','ba4a145e3d65ef2b809a30554964a6f7','URL to the %s audio source file',NULL,NULL,'LINE',NULL,10,'','6b36a9fb6ac897ce80d4c8f521bc7f39','',NULL),(3529,'en','default','24dfae83c93d33edc4366f31d0fbfff8','URL to the %s video source file',NULL,NULL,'LINE',NULL,10,'','7219284a16b75a7f1e92c14501d755a9','',NULL),(3530,'en','default','bc9718344703d93f0386c5c34d7fdaaa','URL to the media file',NULL,NULL,'LINE',NULL,10,'','73f4b46e8089a47aeb56547fb0a4e98b','',NULL),(3531,'en','default','9635051b634751db4bb9266782ef13c3','URL to the object.',NULL,NULL,'LINE',NULL,10,'','95e6629ae5c154a2301febaf2ca024ce','',NULL),(3532,'en','default','dba68d23f4aacaf8db4c8058d8cce105','URL to the original attachment file.',NULL,NULL,'LINE',NULL,10,'','bb2dfdc4bb0d9527ed3c2fe5d4ce23e6','',NULL),(3533,'en','default','1e0d36c28b3b237af18c36e171a50484','URL: %s',NULL,NULL,'LINE',NULL,10,'','4ec2e8b09e0f3d02e3576a1ef84c4aa0','',NULL),(3534,'en','default','9234324ddf6b4176b57d803a925b7961','UTC',NULL,NULL,'LINE',NULL,10,'','92df13d39453f15b8e522e5f18776b73','',NULL),(3535,'en','default','e78a6fc14ad64f7a78386b20568ce95b','Ukrainian',NULL,NULL,'LINE',NULL,10,'','36dc4259d51866b07c97033351d5007d','',NULL),(3536,'en','default','3798d92b59621e5115de3db5376d6911','Unable to create directory %s. Is its parent directory writable by the server?',NULL,NULL,'LINE',NULL,10,'','6a26590eb2d5326a243dbd502c35cf04','',NULL),(3537,'en','default','837f82780b545bb981f480881a663928','Unable to preview media due to an unknown error.',NULL,NULL,'LINE',NULL,10,'','9107edfb83af7c9d41dc1c87d051a258','',NULL),(3538,'en','default','a2f35db0a6553042b64f57663313ec8e','Unable to retrieve the error message from MySQL',NULL,NULL,'LINE',NULL,10,'','580f209bfab081b1ed66a200aa0532ca','',NULL),(3539,'en','default','533f3e6155bebf08fa1aa674cd084324','Unable to save due to %s invalid setting.',NULL,NULL,'LINE',NULL,10,'','24def2ce30f1ce8c3357f655a30d19db','',NULL),(3540,'en','default','ca0670e05c30608702b7770c262ee719','Unable to save due to %s invalid settings.',NULL,NULL,'LINE',NULL,10,'','db812cd6a6881f76bcd1f59228a5f7b0','',NULL),(3541,'en','default','0f0935e4aa9d107c4c508480efdf8f62','Unable to trash changes.',NULL,NULL,'LINE',NULL,10,'','10db5015166328c822475f2072b5b784','',NULL),(3542,'en','default','2753302f5d12fbc9740c03488678f89c','Unapproved',NULL,NULL,'LINE',NULL,10,'','24ead4d25f45e99c93dbab0af5cdace1','',NULL),(3543,'en','default','f03dae1c1c6c8af30048105bdb8de037','Unattached',NULL,NULL,'LINE',NULL,10,'','9354b51480d8f5f0683c31d45d405255','',NULL),(3544,'en','default','edc50197274c0e2321f262a2763751fd','Unauthorized to modify setting due to capability.',NULL,NULL,'LINE',NULL,10,'','95ebe7f64c6bc00df1151b93e4995fa1','',NULL),(3545,'en','default','e02bbe3bdb41fb479b5d83e5af5dfa76','Unauthorized. You may remove the customize_messenger_channel param to preview as frontend.',NULL,NULL,'LINE',NULL,10,'','9566570cab6cada8ced3f30f53502cd8','',NULL),(3546,'en','default','0d015d96f63a8c12d96b8399482b593f','Uncategorized',NULL,NULL,'LINE',NULL,10,'','352d15ac8569cb95f59fe1e9b7d5755b','',NULL),(3547,'en','default','c97a839c6d92238877b5a7816a006827','Under %s',NULL,NULL,'LINE',NULL,10,'','c4940752fe5b26877b6654763af116a4','',NULL),(3548,'en','default','852721aa5fc738dfedff2945d71da439','Underline',NULL,NULL,'LINE',NULL,10,'','4cd5206fb524f54ae7480f0ee3e0d957','',NULL),(3549,'en','default','1cdc076b28f70afac5fcedadf99fa119','Undo',NULL,NULL,'LINE',NULL,10,'','821350ec04bf9b1db4bb9148ca6f2257','',NULL),(3550,'en','default','6b2400ed38cc539e12d7f05f6173a92d','Unique identifier for the object.',NULL,NULL,'LINE',NULL,10,'','8140dce479c07535a5cc418d23f8efbb','',NULL),(3551,'en','default','5cc7bc95147780b8cb0e3445b95635c6','Unique identifier for the term.',NULL,NULL,'LINE',NULL,10,'','069ee2aa88054fb31a60cd4c480b4c3d','',NULL),(3552,'en','default','03802882f3028ad844735aaf9803b423','Unique identifier for the user.',NULL,NULL,'LINE',NULL,10,'','01c9f8bac7ab2eb74334bd7896871c94','',NULL),(3553,'en','default','ed26ac87c78d2d69b6ed5fd1ec8cfb28','Unknown Feed',NULL,NULL,'LINE',NULL,10,'','45ec9b878e5fd9644f5652ff7623fa81','',NULL),(3554,'en','default','454761c561b8a59823e80dff51fc49d1','Unmute',NULL,NULL,'LINE',NULL,10,'','718a4a4d2a0d9cc16853c51b64a73322','',NULL),(3555,'en','default','41bfc469b4ec7b2bc041b5b8bec11009','Unrecognized background setting.',NULL,NULL,'LINE',NULL,10,'','b1e1c2b1180e78917f5a5b27b87e53d3','',NULL),(3556,'en','default','e6b8d5ef8eba2ff037f6717af4942ab6','Unregistering a built-in post type is not allowed',NULL,NULL,'LINE',NULL,10,'','93cfd6eec0d2e60dcf44271dec31fb36','',NULL),(3557,'en','default','e39b5042a0e7ac744d04b54524e4161c','Unregistering a built-in taxonomy is not allowed.',NULL,NULL,'LINE',NULL,10,'','83101af207d47d0bb25eb3d2faa6dfb3','',NULL),(3558,'en','default','7bcf3c14b7c909ab786105b6a2142ccc','Unsupported value type (%s).',NULL,NULL,'LINE',NULL,10,'','81520d5cb322096ab6c72bed2020b657','',NULL),(3559,'en','default','911af7aa209e00b49f3d6fd2afa92564','Untitled',NULL,NULL,'LINE',NULL,10,'','a00ca84d6a2c1249a0616065b8d3c0c8','',NULL),(3560,'en','default','974381bffe1b4cefa27fd54f12f69219','Untrash',NULL,NULL,'LINE',NULL,10,'','a2f5579af9b43da2ccdfffb9331a7aab','',NULL),(3561,'en','default','2bdf753028e17d2780fcf3a8fa5717c4','Untrash Selected',NULL,NULL,'LINE',NULL,10,'','2d27339371b239b2cc65aff2eeb2dacc','',NULL),(3562,'en','default','06933067aafd48425d67bcb01bba5cb6','Update',NULL,NULL,'LINE',NULL,10,'','75c32262eca43c6cc7c1c51c70e20c73','',NULL),(3563,'en','default','17f72185527df754fda2147fe9214a68','Update Category',NULL,NULL,'LINE',NULL,10,'','0f508746bc2730e7380b4ab2dc118cfe','',NULL),(3564,'en','default','dd334d8159a0c93ffd01ce9242678753','Update Failed!',NULL,NULL,'LINE',NULL,10,'','009eda4d1539a28844a03d9d8d6c260c','',NULL),(3565,'en','default','d5b84d4feb161a21c659a8175fa135c2','Update Failed: %s',NULL,NULL,'LINE',NULL,10,'','e2b76a336590e56f5d9efbec8fb6c659','',NULL),(3566,'en','default','4328855ee46e155ebc33bd4a65d6fbf5','Update Link Category',NULL,NULL,'LINE',NULL,10,'','95e9867d6395f1152108da49e86857c3','',NULL),(3567,'en','default','99b1054c0f320be9f109c877a5efd0b2','Update Now',NULL,NULL,'LINE',NULL,10,'','0adf66f18bbd23ebe851f58aba1e11c5','',NULL),(3568,'en','default','639aa9045afb08bc935d23192a9845bc','Update Tag',NULL,NULL,'LINE',NULL,10,'','7e30d063186dca5435f224b6a32f5828','',NULL),(3569,'en','default','3ccd389ff1f66b148bb8ed1f6350c9c7','Update anyway, even though it might break your site?',NULL,NULL,'LINE',NULL,10,'','628924f6fefcbd6579addbc3a43056d6','',NULL),(3570,'en','default','4ddfd1eb03504954d496fbbe5e992239','Update audio playlist',NULL,NULL,'LINE',NULL,10,'','89cff63e44e81ee4de587722e6cef266','',NULL),(3571,'en','default','8735a870b9ee522d45d11e93d7e4ee18','Update canceled.',NULL,NULL,'LINE',NULL,10,'','848dafe3a1007bda1cf598b178b2b42b','',NULL),(3572,'en','default','2a67ff00bb425023117150bbe9bc553a','Update completed successfully.',NULL,NULL,'LINE',NULL,10,'','6f7c7b216f7a849be0a752d920b1da2c','',NULL),(3573,'en','default','3aca6c061cd3089b2d768a0913d11996','Update gallery',NULL,NULL,'LINE',NULL,10,'','f51dbeaeb81220777d323bc979e43cee','',NULL),(3574,'en','default','dd9d28bfefd68e9dd263dcac9a515831','Update now',NULL,NULL,'LINE',NULL,10,'','28d048dddb33e6f3ab2f62d7fca709e4','',NULL),(3575,'en','default','5eaf95a1e1b3d1fc100e67a28fa83997','Update video playlist',NULL,NULL,'LINE',NULL,10,'','507d2713adb42e84665fb4d6d22cec4a','',NULL),(3576,'en','default','fc25153614e9941b1039a501285395fa','Updates may not complete if you navigate away from this page.',NULL,NULL,'LINE',NULL,10,'','5babf754c97f7c74185913f3856aa0cd','',NULL),(3577,'en','default','6909beea5b50605780e3411f879fe916','Updating',NULL,NULL,'LINE',NULL,10,'','37ece26fd698f0315857698dbab26b21','',NULL),(3578,'en','default','ca6c05a7d86fa4995681c0677644cdff','Updating comment failed.',NULL,NULL,'LINE',NULL,10,'','46f617736c38bfc318a6abfcd353986f','',NULL),(3579,'en','default','9ef580ee41d29ac1b7d6a0ca3b0eaf41','Updating comment status failed.',NULL,NULL,'LINE',NULL,10,'','70bd85ba2395a66c9b3e1b455aa78a52','',NULL),(3580,'en','default','a7d784a6301793f61c070496d6988d36','Updating...',NULL,NULL,'LINE',NULL,10,'','56a917e28eb613ed7201ae742754b42c','',NULL),(3581,'en','default','f808220bd26883833454ecfd92e4d20d','Updating... please wait.',NULL,NULL,'LINE',NULL,10,'','5bd5f84ab6f0836e97d2959fb7f3022c','',NULL),(3582,'en','default','b9e3f1ba171b47de3af8b63e6a7b549a','Upload Files',NULL,NULL,'LINE',NULL,10,'','5ca04ac11153aabf8b8de6c994a24b64','',NULL),(3583,'en','default','cdacdfdb8df0f3847f16c22f4d0e599b','Upload Images',NULL,NULL,'LINE',NULL,10,'','153c7d9dba6c231bebb4be875feda097','',NULL),(3584,'en','default','d381ca5ca6f338521b0ecf2d1d26723b','Upload Limit Exceeded',NULL,NULL,'LINE',NULL,10,'','4a846046ad450b985975fda3282e61e4','',NULL),(3585,'en','default','cde28f5998d2dd5da84a4ab21143bc67','Upload failed.',NULL,NULL,'LINE',NULL,10,'','e7261d1cf87f29f6411ae72ae1fc3ca5','',NULL),(3586,'en','default','884d69a38dca21484bdb10764a87544a','Upload stopped.',NULL,NULL,'LINE',NULL,10,'','c6f08673780846d43b8f3e182446f347','',NULL),(3587,'en','default','f11389b213ac5945019cededa5c6026a','Upload your video in %1$s format and minimize its file size for best results. Your theme recommends a height of %2$s pixels.',NULL,NULL,'LINE',NULL,10,'','3e99a6d01e828b6186eb3feca6df79fd','',NULL),(3588,'en','default','077c5d74988bdaf7dc8994e6c5a82278','Upload your video in %1$s format and minimize its file size for best results. Your theme recommends a width of %2$s pixels.',NULL,NULL,'LINE',NULL,10,'','cfd708816df84f4d3134f59be19a57f5','',NULL),(3589,'en','default','169cbb48d89474198cdd37bcb4b58fa8','Upload your video in %1$s format and minimize its file size for best results. Your theme recommends dimensions of %2$s pixels.',NULL,NULL,'LINE',NULL,10,'','900aef82169f244b750599d69cd1c03e','',NULL),(3590,'en','default','cc61813e466c0d2bb09362273cd44818','Uploaded By',NULL,NULL,'LINE',NULL,10,'','58e0713f910491948dae26dbbcb3624f','',NULL),(3591,'en','default','565d8e166cd2f0008bba4b668e336a77','Uploaded To',NULL,NULL,'LINE',NULL,10,'','330da8ab9f42cef502c1733368540514','',NULL),(3592,'en','default','8301c6f24b51680169cf4e3e78769b6b','Uploaded on:',NULL,NULL,'LINE',NULL,10,'','17de515d6fda7277e9b16088d1f311ca','',NULL),(3593,'en','default','d0d27b8c0a217e894a4fa35f92e10e9a','Uploaded to this page',NULL,NULL,'LINE',NULL,10,'','89019a6315465cb38caf7eda13034953','',NULL),(3594,'en','default','efd45652d5b438399e104e351a5f5a8e','Uploaded to this post',NULL,NULL,'LINE',NULL,10,'','9b76316a8feb18741be57028b72c78c2','',NULL),(3595,'en','default','e81c4e4f2b7b93b481e13a8553c2ae1b','or',NULL,NULL,'LINE',NULL,10,'Uploader: Drop files here - or - Select Files','2e4d5cf5a3222117aac1ae7b5f620463','',NULL),(3596,'en','default','3f1c5b0049a9751e6f5f9e702b74a0dd','Uploading',NULL,NULL,'LINE',NULL,10,'','53f1fd67593ca10d720f076be5826ccd','',NULL),(3597,'en','default','42a26099103ca8beafcbaef85721ac85','Usage of user levels is deprecated. Use capabilities instead.',NULL,NULL,'LINE',NULL,10,'','1bdb44e9d03ffac4d6c31b00b9e65bec','',NULL),(3598,'en','default','6f23115d9c7a83e82e6c92783f340935','Use %s instead if you do not want the value echoed.',NULL,NULL,'LINE',NULL,10,'','6662dc442cede7e453b98b38af283c0b','',NULL),(3599,'en','default','72981f2c4a1e5c13c35cba7ff84b446f','Use %s instead.',NULL,NULL,'LINE',NULL,10,'','5fce5ad2f749df0b3606696a17e647fd','',NULL),(3600,'en','default','ab59431e6448123615e6159af2766327','Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.',NULL,NULL,'LINE',NULL,10,'','b4f251b3cb00816e12d1ebf835b91fbd','',NULL),(3601,'en','default','947c66075475faaeca0a4ae5816b7e6c','Use Up/Down Arrow keys to increase or decrease volume.',NULL,NULL,'LINE',NULL,10,'','e84af9e96fc1aeb42d55d1d4df53a9c0','',NULL),(3602,'en','default','d6222558dabc98f799bca25b0df2b779','Use as featured image',NULL,NULL,'LINE',NULL,10,'','25256afdba7a598bcbc5b5377b942fa4','',NULL),(3603,'en','default','b9248abbf3d8cfc9f00e7ae639403e4f','Use commas instead of %s to separate excluded terms.',NULL,NULL,'LINE',NULL,10,'','d456516aaa2a863f0078e37f065429d5','',NULL),(3604,'en','default','c611ae11301dc1a10dfbd25ca09c8a79','Use the %s filter instead.',NULL,NULL,'LINE',NULL,10,'','2d12352039ebc198209986a7854d4848','',NULL),(3605,'en','default','448a3f08787b479214317fd55220c7f9','Use the Custom HTML widget to add arbitrary HTML code to your widget areas.',NULL,NULL,'LINE',NULL,10,'','976791ef4171873883f5696f6e4150ee','',NULL),(3606,'en','default','8f9bfe9d1345237cb3b2b205864da075','User',NULL,NULL,'LINE',NULL,10,'','f1409c7b9ffbf730af47b2fb984a01c5','',NULL),(3607,'en','default','5443e6fcfb5c32fa04b0427e25eec032','User Dashboard: %s',NULL,NULL,'LINE',NULL,10,'','748d1d61481f376617e8f1c530e60615','',NULL),(3608,'en','default','9012a64fd878bb959c31d959ed5f26e5','User Description',NULL,NULL,'LINE',NULL,10,'','bf5db03d882ff5a84a05796bab5ac69d','',NULL),(3609,'en','default','344705ebf9d608c7c6411fb56eb016dd','User Display Name',NULL,NULL,'LINE',NULL,10,'','0c08c7d0ad687d5f748db2e1bb8acf4a','',NULL),(3610,'en','default','12137902d0577bca8826245ab754e202','User Email',NULL,NULL,'LINE',NULL,10,'','bc9f6c851d547e52252c908ccf38dced','',NULL),(3611,'en','default','7160dfa0331b7e9695c3715911e5f7be','User First Name',NULL,NULL,'LINE',NULL,10,'','9d36a9a939f3a2fdb4bc4b4280428e27','',NULL),(3612,'en','default','1edcdad89b3a2245d759a169da1bf5a3','User ID',NULL,NULL,'LINE',NULL,10,'','f43dc5cf54a173519c944e5477f36ef2','',NULL),(3613,'en','default','5518f33e4afb8418cece99c4a446cb3a','User Last Name',NULL,NULL,'LINE',NULL,10,'','b419740d5b6fa1728170ea59f919f2e3','',NULL),(3614,'en','default','2ed85673c671a4f6a96ccccf154dab83','User Login Name',NULL,NULL,'LINE',NULL,10,'','dc15a22d8b09c61c9de4c7a04aee1105','',NULL),(3615,'en','default','fa452f03f25bc957d1c4f0ad800ee12a','User Nice Name',NULL,NULL,'LINE',NULL,10,'','fb999f0804c33b2c35b2e86c5e4755cc','',NULL),(3616,'en','default','fce6d68e65d321313d88e3986ab279b0','User Nickname',NULL,NULL,'LINE',NULL,10,'','d47a69ee26df238bc565c5ba6b25c6a9','',NULL),(3617,'en','default','aedfb728cce4e54852e3ad8eecaa9e30','User Registration Date',NULL,NULL,'LINE',NULL,10,'','b240647defc40be5c0d5463ff2357096','',NULL),(3618,'en','default','ae0af2cd4d1f36d1eb0a7aa9fe95d68c','User Request',NULL,NULL,'LINE',NULL,10,'','4e6f540e77b8614b93bfc232281aebc9','',NULL),(3619,'en','default','219c7893bca2db4f21d08bc31ad5dcdc','User Requests',NULL,NULL,'LINE',NULL,10,'','d9809a3dc9bef9edad100956ec62fedb','',NULL),(3620,'en','default','3cb24a10213c0a4a0c7807f0126d26f4','User URL',NULL,NULL,'LINE',NULL,10,'','9e4011624ac2d021b4bcead421570c3f','',NULL),(3621,'en','default','a6574e9dcd0cfbb7103c128022793768','User action confirmed.',NULL,NULL,'LINE',NULL,10,'','ad225ffb53431fd1e2a2257bebdafb18','',NULL),(3622,'en','default','8440bea90d9fdfee30f071717310ee75','User agent for the object author.',NULL,NULL,'LINE',NULL,10,'','50967010fcfc1a0c997fff0def283d7c','',NULL),(3623,'en','default','badc07c246517026412996d823bb0049','User cannot be added to this site.',NULL,NULL,'LINE',NULL,10,'','624f5a05c10ee481928a45804003a08f','',NULL),(3624,'en','default','62cf231d6ae083d40498544d21df034b','User has blocked requests through HTTP.',NULL,NULL,'LINE',NULL,10,'','1d5bfcadc56476784719f8e460d0bc49','',NULL),(3625,'en','default','c7e7ed8af48a7192439a1e6f01ada430','User registration has been disabled.',NULL,NULL,'LINE',NULL,10,'','d4a888cc695d3df06fd33bc51851f454','',NULL),(3626,'en','default','fd59a8830e9900f1e2dceef04f82f70d','User registration is currently not allowed.',NULL,NULL,'LINE',NULL,10,'','070dc54a3d2d0fcf234a4236a175518f','',NULL),(3627,'en','default','f6039d44b29456b20f8f373155ae4973','Username',NULL,NULL,'LINE',NULL,10,'','1e45a87f4464a1452ebbf10e3753b50a','',NULL),(3628,'en','default','70aba3332b3436abcd9b7c0781be84fe','Username contains invalid characters.',NULL,NULL,'LINE',NULL,10,'','0afbdd24d92a98d4f398be369c843a70','',NULL),(3629,'en','default','c8b95430a5e3cc7c4074ece9e8ecb572','Username isn\'t editable.',NULL,NULL,'LINE',NULL,10,'','df4297e98dc702334fd57b0d331cecd1','',NULL),(3630,'en','default','4a229bd53e8e48dc8e2f665e1a975102','Username may not be longer than 60 characters.',NULL,NULL,'LINE',NULL,10,'','8bdb6d7f2f92203c08acb0b6af866136','',NULL),(3631,'en','default','a67443a439945f38a2c44736593f8fbb','Username must be at least 4 characters.',NULL,NULL,'LINE',NULL,10,'','cad80132c935cb0a8ff875856111c32a','',NULL),(3632,'en','default','2dc51259aa01455fe5bec5b1ad553e07','Username or Email Address',NULL,NULL,'LINE',NULL,10,'','c8ba2bad67e335befff3827bea125e24','',NULL),(3633,'en','default','cac81c648846c9b8c3e6085a45782c7e','Username:',NULL,NULL,'LINE',NULL,10,'','b8e15ca906084cb8a434c51db81897a5','',NULL),(3634,'en','default','5ce5005997ef50f6191ae79fe58081a3','Username: %s',NULL,NULL,'LINE',NULL,10,'','73baca12f7fa6a33a74a353dd100bd70','',NULL),(3635,'en','default','361dbed597a91b9e1efa48ad72a3ca02','Usernames can only contain lowercase letters (a-z) and numbers.',NULL,NULL,'LINE',NULL,10,'','d2c7f84c7dbf51b3eb32010b6fab7831','',NULL),(3636,'en','default','f9aae5fda8d810a29f12d1e61b4ab25f','Users',NULL,NULL,'LINE',NULL,10,'','4e25467f9cdc867a5ba886b63e5b139f','',NULL),(3637,'en','default','20d41d4d4a6e22aaa9db7ee2b742e982','Users do not support trashing. Set \'%s\' to delete.',NULL,NULL,'LINE',NULL,10,'','09a0981e48c912b41cec9a75d994f3b4','',NULL),(3638,'en','default','661c3eb2cc7359dae285e8ace83711df','Vertical space',NULL,NULL,'LINE',NULL,10,'','6c5e81ec479f60e479e97b99c6b09e23','',NULL),(3639,'en','default','34e2d1989a1dbf75cd631596133ee5ee','Video',NULL,NULL,'LINE',NULL,10,'','1d30266922c0a2336164c671b54e7973','',NULL),(3640,'en','default','fd4e0941799a5ed56a8b239a5136e44b','Video <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','3a6686e4a41c2082f5a2b7169a605205','',NULL),(3641,'en','default','b02954876e166a45b577424e3c426f79','Video Details',NULL,NULL,'LINE',NULL,10,'','b4c3e18cf1a5147954df5c5042936951','',NULL),(3642,'en','default','9ff7aedbb97ead6f3840ce4cf984d800','Video Player',NULL,NULL,'LINE',NULL,10,'','1b979bcd006c8330ba9ce3488577de55','',NULL),(3643,'en','default','dc758d07b7bea56cbd9cf76e32889236','Video Widget',NULL,NULL,'LINE',NULL,10,'','3e27664fd6f12f0d25582ce8de0c62ab','',NULL),(3644,'en','default','2111eaed6a5fb3c24cf27766ead3ecfe','Video Widget (%d)',NULL,NULL,'LINE',NULL,10,'','acc96ea352590072bba37ceae6f74799','',NULL),(3645,'en','default','1a9e39489b6972b906f2826ede88426b','Video is paused.',NULL,NULL,'LINE',NULL,10,'','53ebd06316b1e58fa42f18287a7c7b12','',NULL),(3646,'en','default','3a19ac238d1620b777568b5e4e975835','Video is playing.',NULL,NULL,'LINE',NULL,10,'','04181b3166f81eedb5e0d62a112f0bd4','',NULL),(3647,'en','default','7b80fae85640c16cdb0261bef0c27636','Vietnamese',NULL,NULL,'LINE',NULL,10,'','8535007d094a66479857e5a18dc02f80','',NULL),(3648,'en','default','3a70b86b7a951d9859529cafcd3dd036','View Attachment Page',NULL,NULL,'LINE',NULL,10,'','1cef563473f3b04c82eceed74df3ba96','',NULL),(3649,'en','default','a0925476f70856079fc6f34624318308','View Category',NULL,NULL,'LINE',NULL,10,'','f10d678299bf0be3f029234d66dd385d','',NULL),(3650,'en','default','284e96ef54f22aa8aafdde70bf583930','View Changeset',NULL,NULL,'LINE',NULL,10,'','25f590b3f0e8e80d375a81272c53ed6e','',NULL),(3651,'en','default','e4b846392f10f46b032cf155c39a0eaf','View Page',NULL,NULL,'LINE',NULL,10,'','1e09ff187b30f6425228fe872f91115a','',NULL),(3652,'en','default','a9561986022df085d550cdba5ddbe47d','View Pages',NULL,NULL,'LINE',NULL,10,'','40bfb0f084a2a264845ba3d0148d5c0f','',NULL),(3653,'en','default','36d0c22e8ec7773b71039c8225cb3dcf','View Post',NULL,NULL,'LINE',NULL,10,'','86387cc916e1d4731fc24d8f19f9d685','',NULL),(3654,'en','default','71e641fd5cdebb12d2a82b2d61919d3c','View Posts',NULL,NULL,'LINE',NULL,10,'','3e5318b56e2a8ba2eae041deece4c041','',NULL),(3655,'en','default','3ef43c95f7b82ae64a8407f95caeabe5','View Tag',NULL,NULL,'LINE',NULL,10,'','81809b4b8a63f9bb427f481adee951b4','',NULL),(3656,'en','default','621cd424c8e3025e1ba1e91955ad0b74','View User',NULL,NULL,'LINE',NULL,10,'','4189ea37ea30d9147c8470581c7f3781','',NULL),(3657,'en','default','0588313a2e87ab0967a0de6763930bbb','View attachment page',NULL,NULL,'LINE',NULL,10,'','aff45aecd5bd9ec2c47b3a1e68871c3c','',NULL),(3658,'en','default','c1c89d3aaf07937292b584812c578533','Visit %s&#8217;s website',NULL,NULL,'LINE',NULL,10,'','40bc14d00d89ffbb36d8bab7a2fb4ec7','',NULL),(3659,'en','default','62a76601df2ead31cb69b9700db2828a','Visit Site',NULL,NULL,'LINE',NULL,10,'','dc6ce0091856305fb0f1b2afdabef96c','',NULL),(3660,'en','default','bf4045f440986c8aa85ba655896ad93e','Visual aids',NULL,NULL,'LINE',NULL,10,'','aac6c68b345af31127cccefbac240296','',NULL),(3661,'en','default','ca65a525a0282c0abcb7f591801c7b67','Volume Slider',NULL,NULL,'LINE',NULL,10,'','83fbb9026cb109120d158a0945b4b288','',NULL),(3662,'en','default','593a6683a17a67addafca5d52c5cc4f5','Wait a little longer. Sometimes delivery of email can be delayed by processes outside of our control.',NULL,NULL,'LINE',NULL,10,'','d857a2f1c5079a9e5ec68a35a0925e97','',NULL),(3663,'en','default','27e4514f63ebf86ca17f236615e14bf8','Warning: the link has been inserted but may have errors. Please test it.',NULL,NULL,'LINE',NULL,10,'','2ba20e4df246d6921d4bf1846115c09d','',NULL),(3664,'en','default','7fca0b67276c39b04581f1fb2839b2ce','We already have a ping from that URL for this post.',NULL,NULL,'LINE',NULL,10,'','a71b3972fdb06bfcccd2e78fd5d5213f','',NULL),(3665,'en','default','0f9bfb0fcc8a2ad7fd851f538e9e23e7','We can&#8217;t find that audio file. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted.',NULL,NULL,'LINE',NULL,10,'','7038b149fdaf548a15f558584010673a','',NULL),(3666,'en','default','73824da64581e9c2835a18e98b02114f','We can&#8217;t find that file. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted.',NULL,NULL,'LINE',NULL,10,'','c229951f922e247ea51ad205f455c60a','',NULL),(3667,'en','default','3c04a1bf7be69961a78684d33fec7740','We can&#8217;t find that image. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted.',NULL,NULL,'LINE',NULL,10,'','32e618714d21e52256f110fb4ee03b0a','',NULL),(3668,'en','default','1456e0ff8b139c10c12d8da7219431ac','We can&#8217;t find that video. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted.',NULL,NULL,'LINE',NULL,10,'','bf8f8c7af176ba502f709a9c61ced478','',NULL),(3669,'en','default','654e5972f070f59ea59d8eb90786cb8c','We cannot find a title on that page.',NULL,NULL,'LINE',NULL,10,'','e45f094a2d0164f05f572d86129d88d9','',NULL),(3670,'en','default','2de27af160c9ab57741ad700cd8a7045','We couldn&#8217;t locate %s. Please try another nearby city. For example: Kansas City; Springfield; Portland.',NULL,NULL,'LINE',NULL,10,'','0a5ee77da184f74138ff33325e58a0f9','',NULL),(3671,'en','default','8465191bc3d1ddf27fc549baf4f074d8','We send your registration email to this address. (Double-check your email address before continuing.)',NULL,NULL,'LINE',NULL,10,'','003eb27043d9a038364a3dc16afbdedc','',NULL),(3672,'en','default','61d55cbde3cd95352a97ebfd5cf41031','We were able to connect to the database server (which means your username and password is okay) but not able to select the %s database.',NULL,NULL,'LINE',NULL,10,'','9cf933e40ec34c2a460587a3c882ecd6','',NULL),(3673,'en','default','15bbb9d0bbf25e8d2978de1168c749dc','Website',NULL,NULL,'LINE',NULL,10,'','1e2f700cb972d0a5fd5bf9d2f0411e53','',NULL),(3674,'en','default','1e49df867e3d704e6dadbef0a023106d','Website: %1$s (IP address: %2$s, %3$s)',NULL,NULL,'LINE',NULL,10,'','c4f0d4e19bb1e42cc5b098baff5d7679','',NULL),(3675,'en','default','510c292b1686eb070d9e90a575f74106','Wed',NULL,NULL,'LINE',NULL,10,'','9a86d33a633b13b1247b54ec69be8846','',NULL),(3676,'en','default','796c163589f295373e171842f37265d5','Wednesday',NULL,NULL,'LINE',NULL,10,'','87487a396bb404ed0253d6ed81dd1566','',NULL),(3677,'en','default','61e9c06ea9a85a5088a499df6458d276','W',NULL,NULL,'LINE',NULL,10,'Wednesday initial','c904002b53c5adadb7f6c76c5837e756','',NULL),(3678,'en','default','4d643dbfdc01edbb72f83f5d2d8b8254','Welcome back, %s. By filling out the form below, you can <strong>add another site to your account</strong>. There is no limit to the number of sites you can have, so create to your heart&#8217;s content, but write responsibly!',NULL,NULL,'LINE',NULL,10,'','dded87a420d0d05c20b95910ff3e43d4','',NULL),(3679,'en','default','bbb0fa49b525c4264f4ad7a06adc3e07','Welsh',NULL,NULL,'LINE',NULL,10,'','f73290db91da49fbedfd852317d8f94b','',NULL),(3680,'en','default','1c00cd13b67df2ae2c1df8a5642aff9a','What do I do now?',NULL,NULL,'LINE',NULL,10,'','8596e9fc93dcc787d6ef5412a37dffeb','',NULL),(3681,'en','default','ce60b57ba87585fd8eb74b3337c4df8c','When in reorder mode, additional controls to reorder menu items will be available in the items list above.',NULL,NULL,'LINE',NULL,10,'','41ae3fa626a15dfbf69ec6565529298f','',NULL),(3682,'en','default','08f8170a537ef34cc64fbc971d2cc463','When in reorder mode, additional controls to reorder widgets will be available in the widgets list above.',NULL,NULL,'LINE',NULL,10,'','10184d0067cbef1bbd085a08af069f46','',NULL),(3683,'en','default','3257a7bf3ce4453e4b287d99a791ebe6','When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.',NULL,NULL,'LINE',NULL,10,'','3a85fc63304360aa933574d864621b37','',NULL),(3684,'en','default','141eda2001c8a2a55dc035ab09d74554','When using a keyboard to navigate:',NULL,NULL,'LINE',NULL,10,'','33b00b20a898dc932f07b2542bff0c54','',NULL),(3685,'en','default','a171952eaa61b5df98a6ac299d230f04','Whether or not comments are open on the object.',NULL,NULL,'LINE',NULL,10,'','46f5533268580a4f1b15ba2e4dbdbd3f','',NULL),(3686,'en','default','c8b0d1ff603db4d74c68206aaffcfe87','Whether or not the object can be pinged.',NULL,NULL,'LINE',NULL,10,'','93e0d3b5f25d49d411ee1a4fb5234e63','',NULL),(3687,'en','default','01f68bf388f6cbb38c22421f796b8ddd','Whether or not the object should be treated as sticky.',NULL,NULL,'LINE',NULL,10,'','a3cb8a36c5ba73525d1351dd8172d0db','',NULL),(3688,'en','default','52704bd631805cef3cec04428918b2e9','Whether or not the post type can be viewed.',NULL,NULL,'LINE',NULL,10,'','012b418531844a45a9955fd909a5f448','',NULL),(3689,'en','default','18740f43e301e20746f4a2885ee05929','Whether or not the post type should have children.',NULL,NULL,'LINE',NULL,10,'','0160d98d7c8e75bdc73e1dce72826502','',NULL),(3690,'en','default','01ba0c2362dd2d654d256a4a5f54131d','Whether or not the taxonomy should have children.',NULL,NULL,'LINE',NULL,10,'','060df3bb88fab2caecc01a937cd45028','',NULL),(3691,'en','default','9d9ade7336c2d152c45f41589c7a5cf3','Whether or not the term cloud should be displayed.',NULL,NULL,'LINE',NULL,10,'','92f18c7884f9dc3cdb7d03ec328ef65b','',NULL),(3692,'en','default','070e0e96437f53441b3dde12dcb550f0','Whether posts of this status should be shown in the front end of the site.',NULL,NULL,'LINE',NULL,10,'','500b4428277a21ceda9d85e7545ef4c8','',NULL),(3693,'en','default','722c386a7b34c61955123c83b32d4ced','Whether posts with this status should be private.',NULL,NULL,'LINE',NULL,10,'','52bc2ae51c0c1d9768d3b769c4193ed9','',NULL),(3694,'en','default','067f8d63da6d55fa29802f1ecb33338e','Whether posts with this status should be protected.',NULL,NULL,'LINE',NULL,10,'','7e62d23139e7561030dd4cc03a3e29a7','',NULL),(3695,'en','default','fc6cd0cc184c5723b2ab04908813077d','Whether posts with this status should be publicly-queryable.',NULL,NULL,'LINE',NULL,10,'','380e09a3ddfc7c23844e5fd31f73364c','',NULL),(3696,'en','default','74236fb078d02c86a64ea6e50b780cf6','Whether the content is protected with a password.',NULL,NULL,'LINE',NULL,10,'','8500c7a3320c707e8b96ea66a25b78c3','',NULL),(3697,'en','default','cbf94e2fa4027c81771eb185406821f4','Whether the excerpt is protected with a password.',NULL,NULL,'LINE',NULL,10,'','65eb72875444d422d11371572d86f162','',NULL),(3698,'en','default','8f975a2803850c8783c07af43889ce82','Whether to bypass trash and force deletion.',NULL,NULL,'LINE',NULL,10,'','eb7b7988663fc96699e92f4478b77ef7','',NULL),(3699,'en','default','3fdb7807e5f258432b754518d0b56a19','Whether to hide terms not assigned to any posts.',NULL,NULL,'LINE',NULL,10,'','a3b2737e4410a9a40604055f3a036fb5','',NULL),(3700,'en','default','5137b091df8280d64aded408bd9f09b9','Whether to include posts in the edit listing for their post type.',NULL,NULL,'LINE',NULL,10,'','619da53cec6d1ead44bbba8ad58feec9','',NULL),(3701,'en','default','dd0b4e09cd613a80c6a4cdbecdb9de3e','Whether to perform an oEmbed discovery request for non-whitelisted providers.',NULL,NULL,'LINE',NULL,10,'','66167a91cba1ff653cd131de21634a04','',NULL),(3702,'en','default','9f8ab58f30249b6de44986f893a2a175','While previewing a new theme, you can continue to tailor things like widgets and menus, and explore theme-specific options.',NULL,NULL,'LINE',NULL,10,'','ff9644f186f12a9399d821c52dc23146','',NULL),(3703,'en','default','25a81701fbfa4a1efdf660a950c1d006','White',NULL,NULL,'LINE',NULL,10,'','97a6b7254c91bf1929d6b0788c70a24f','',NULL),(3704,'en','default','b6c66d27dc2ebc994b40546dbe73060d','Widget moved down',NULL,NULL,'LINE',NULL,10,'','bf587b036bce8bab2331376f4c532665','',NULL),(3705,'en','default','313ce4a59c2b4b30ed34197e7c4fd825','Widget moved up',NULL,NULL,'LINE',NULL,10,'','3f92f40f7686ae4c14317925ebc61b45','',NULL),(3706,'en','default','fa07652cb6a5517c5dffb407c8eca014','Widgets',NULL,NULL,'LINE',NULL,10,'','ef3c07292b9cd2096e7e109e65e8ae25','',NULL),(3707,'en','default','2328ebf6a2752d86e974d2886df0c33d','Widgets are independent sections of content that can be placed into widgetized areas provided by your theme (commonly called sidebars).',NULL,NULL,'LINE',NULL,10,'','369e68c843b6430e4cf817b538c813f1','',NULL),(3708,'en','default','5f9e3520a28c79871ec3d1cec3c33e94','Widgets need to be registered using %s, before they can be displayed.',NULL,NULL,'LINE',NULL,10,'','253b7634cfa74c732812fef4805643f7','',NULL),(3709,'en','default','32954654ac8fe66a1d09be19001de2d4','Width',NULL,NULL,'LINE',NULL,10,'','cef6899c43f09cbefba354eb93723d53','',NULL),(3710,'en','default','89759e1284e2479b991d2669de104942','words',NULL,NULL,'LINE',NULL,10,'Word count type. Do not translate!','db7e5bfe91113695cb8abfebdbce2c0d','',NULL),(3711,'en','default','3d2d3c465dbd5ffbff427a0105170ec0','WordPress &rsaquo; Error',NULL,NULL,'LINE',NULL,10,'','18d8fbc7ba1cf9ef1595c04721741b59','',NULL),(3712,'en','default','e0d766482653b080d42ce4475027c61a','WordPress &rsaquo; Success',NULL,NULL,'LINE',NULL,10,'','267cc31e2f680fca6b13be06b05adb3c','',NULL),(3713,'en','default','2b94e867fa22e2b7a8834e616bcbbbae','WordPress Address (URL)',NULL,NULL,'LINE',NULL,10,'','345ff45cdd28bfea1c2633e5e5b24785','',NULL),(3714,'en','default','e04d0506e9c5c5104bc9ea45379f874e','WordPress Comments',NULL,NULL,'LINE',NULL,10,'','0ae77aef6be47c1a3f56d5ee7aba2485','',NULL),(3715,'en','default','18e254ee8da79c08b926b69de9b047d0','WordPress Embed',NULL,NULL,'LINE',NULL,10,'','9d536d463b84b988afb1a90a41181ef3','',NULL),(3716,'en','default','a03756fa11401fe1193a4c2ff0edb5f0','WordPress Media',NULL,NULL,'LINE',NULL,10,'','745b379fcab38ba3d4bb62672bbdf9a3','',NULL),(3717,'en','default','6a97a7c846f1cc18ba0521f01d6af068','WordPress User',NULL,NULL,'LINE',NULL,10,'','67836109f5b1c1416ee3ce66695c1b0b','',NULL),(3718,'en','default','a59ce34d5939598922068c672bb9a779','WordPress database error %1$s for query %2$s',NULL,NULL,'LINE',NULL,10,'','a3670ffeb403cb39a20398cb9a689cde','',NULL),(3719,'en','default','6b25892e10bf26ef89ffe6f8cbc10aa0','WordPress database error %1$s for query %2$s made by %3$s',NULL,NULL,'LINE',NULL,10,'','2895d236b44c2e447d7492a6a7a82285','',NULL),(3720,'en','default','ed92944caff40f233e46ac92855a0c7d','WordPress database error:',NULL,NULL,'LINE',NULL,10,'','c41700f792b35ee2a1a279a352fbf0c1','',NULL),(3721,'en','default','416ff20191d32f6cb4d989adbd0239a1','WordPress locale code.',NULL,NULL,'LINE',NULL,10,'','0b69e80ac15cd5ea9ba76c41ad741af6','',NULL),(3722,'en','default','c33becbc6922818abb41629bf42c156c','WordPress.org',NULL,NULL,'LINE',NULL,10,'','5587ebdfebdf7d74dbedafdd54eb9b52','',NULL),(3723,'en','default','604367788b2ea83b38a0ff054ca2445c','WordPress.org themes',NULL,NULL,'LINE',NULL,10,'','bb69a0ec19a62b3d87e449e048e5c9b9','',NULL),(3724,'en','default','f9dc91fd34901ee0c4ce4833ddf6b935','Words: %s',NULL,NULL,'LINE',NULL,10,'','ea52d87b8e81ce0ef3651bbb45da7d3b','',NULL),(3725,'en','default','6312738169699b26b834bcc21154fdf1','XML Error: %1$s at line %2$s',NULL,NULL,'LINE',NULL,10,'','cc1748f113705793f73e44a86d3cf061','',NULL),(3726,'en','default','daf9df8f37b496045056ba5ee1b6310f','XML-RPC services are disabled on this site.',NULL,NULL,'LINE',NULL,10,'','97f06383189bba416ece0eafa80e1eb8','',NULL),(3727,'en','default','0c49650bf74994664c61be39548a7e2d','Y/m/d',NULL,NULL,'LINE',NULL,10,'','8ad6c80745709a6930ea65b1d8532044','',NULL),(3728,'en','default','d87cf5f97df262cca5aea7eb5b195c41','Yahoo IM',NULL,NULL,'LINE',NULL,10,'','caf5a33676e5fcdd6963043d4302194a','',NULL),(3729,'en','default','537c66b24ef5c83b7382cdc3f34885f2','Year',NULL,NULL,'LINE',NULL,10,'','832e9f387384b477c61853c174a3e396','',NULL),(3730,'en','default','b211ccbaeedd575b4702c5185f9e9495','Year: %s',NULL,NULL,'LINE',NULL,10,'','a03444b18fa09b40041ab49adfc5541b','',NULL),(3731,'en','default','51e6cd92b6c45f9affdc158ecca2b8b8','Yellow',NULL,NULL,'LINE',NULL,10,'','093670b32d0ca63d6c67c912711dbe39','',NULL),(3732,'en','default','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'LINE',NULL,10,'','737fadd4171cbee593f6925c3688b13e','',NULL),(3733,'en','default','6d49a35951ace13a6294548e5137157f','Yiddish',NULL,NULL,'LINE',NULL,10,'','1c969ca78dfb6fa26f495e84bba7b1ce','',NULL),(3734,'en','default','3bf64af6c054170e0e2e78c3ee9b9335','You appear to have already installed WordPress. To reinstall please clear your old database tables first.',NULL,NULL,'LINE',NULL,10,'','7e6ff7c0f1cc6d0d8c50fd5e5736e910','',NULL),(3735,'en','default','e4a9a1112e81d1056b349bd96ebf5858','You are about to permanently delete these items from your site.\\nThis action cannot be undone.\\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'LINE',NULL,10,'','bd616b7627cf112fb3a28c86450792f9','',NULL),(3736,'en','default','034b7782b02beb1b0911b0769bec8bfa','You are about to permanently delete this item from your site.\\nThis action cannot be undone.\\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'LINE',NULL,10,'','8bc9f88dfade78548da7f6c053e771ac','',NULL),(3737,'en','default','0375943c508691c828a92f7e523a4ad8','You are about to permanently delete this menu. \\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'LINE',NULL,10,'','bffd0f404c450c78e27c6ff83fa267cd','',NULL),(3738,'en','default','10e87a8317e09561747439166436963a','You are about to trash these items.\\n  \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'LINE',NULL,10,'','7cd27bae8c8cf5e79910d7c5a4f9f3f4','',NULL),(3739,'en','default','6f0a43dabb02feb923e48f95ab2bbf0d','You are attempting to log out of %s',NULL,NULL,'LINE',NULL,10,'','fd31a1f7ea3574f328d19488b30149b4','',NULL),(3740,'en','default','eab00992b3c6276a86d9e0b83764736b','You are browsing %s',NULL,NULL,'LINE',NULL,10,'','a9f37750b53f6760123ee007594d6c34','',NULL),(3741,'en','default','4cc8b9f31e0a0a4d908eaa0271e09c02','You are currently browsing the %1$s blog archives for %2$s.',NULL,NULL,'LINE',NULL,10,'','d50fe24dbad915edaab28551a481275e','',NULL),(3742,'en','default','5737df693a60c0506b612b0cbe17f1e6','You are currently browsing the %1$s blog archives for the day %2$s.',NULL,NULL,'LINE',NULL,10,'','303a05377764dc9c7867f31f9c2b9a74','',NULL),(3743,'en','default','22648299b63a1ed9c5ebdee8d4834604','You are currently browsing the %1$s blog archives for the year %2$s.',NULL,NULL,'LINE',NULL,10,'','3ab54f92e2d84cca708a16afbe905648','',NULL),(3744,'en','default','336f5f43531996102fa8d81889df8d26','You are currently browsing the %s blog archives.',NULL,NULL,'LINE',NULL,10,'','bf1373070bb716ed765d3321beddad86','',NULL),(3745,'en','default','6d4dcad9a776824439b1d3bc6f579499','You are currently browsing the archives for the %s category.',NULL,NULL,'LINE',NULL,10,'','f2b0043bf7265cf77f7ab74e8458b7f3','',NULL),(3746,'en','default','544cc7bdf948b99ffaeafd2649f5e19c','You are customizing %s',NULL,NULL,'LINE',NULL,10,'','1bc78cd8a9e476991331eb81290b4779','',NULL),(3747,'en','default','71a6db560d36011c66cd4e6127a9f254','You are logged in already. No need to register again!',NULL,NULL,'LINE',NULL,10,'','958a6113f4980331223530d216daed9d','',NULL),(3748,'en','default','6efa8044b1d7063066d907f4f3f73d2f','You are not currently logged in.',NULL,NULL,'LINE',NULL,10,'','9cae283c38c8431a496f2fd49dcba205','',NULL),(3749,'en','default','ead450460345d4642f0e5e22dc298b8d','You are now logged out.',NULL,NULL,'LINE',NULL,10,'','d49e0adf154f5d9e86e9bc03e797186f','',NULL),(3750,'en','default','8444ffb977d8b7e1069936a178186102','You are posting comments too quickly. Slow down.',NULL,NULL,'LINE',NULL,10,'','830847bff13c582a93544450ac899522','',NULL),(3751,'en','default','65a9076e21b4d82c3854b1a4aad3f4fd','You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https://get.adobe.com/flashplayer/',NULL,NULL,'LINE',NULL,10,'','f1f60b27d3917cb11f13fd710152a6bd','',NULL),(3752,'en','default','78b70036b190c85ae0873fbc7cb098e7','You can choose what&#8217;s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed.',NULL,NULL,'LINE',NULL,10,'','bcb351c6f0a7fd7526fac2ee2bed47da','',NULL),(3753,'en','default','89ce14bf00b22054f873ab21b3726489','You can create a %s file through a web interface, but this doesn\'t work for all server setups. The safest way is to manually create the file.',NULL,NULL,'LINE',NULL,10,'','5bc567fcf9e25236b3d3df62ca5845b9','',NULL),(3754,'en','default','505cafce10a3d99226ccb7ce64e5be08','You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages.',NULL,NULL,'LINE',NULL,10,'','92e37cfb88a47b332b7840df513062af','',NULL),(3755,'en','default','dd5c142df74f5a34cbc8883f97e3c70b','You can see all comments on this post here:',NULL,NULL,'LINE',NULL,10,'','afc564152c80992d9ad962726dfb6d57','',NULL),(3756,'en','default','1663769b516cc54666bb06ea73ec3f45','You can see all pingbacks on this post here:',NULL,NULL,'LINE',NULL,10,'','35f0e8a75ef3db37ed1a424e1fa6854c','',NULL),(3757,'en','default','26e56a2be94e7dd503cc41aefd573d90','You can see all trackbacks on this post here:',NULL,NULL,'LINE',NULL,10,'','101df07ae0b07ec4faabfa283f42f98d','',NULL),(3758,'en','default','62a98d862c0c845e9c994d40c00e73fe','You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider.',NULL,NULL,'LINE',NULL,10,'','415749c9f4ffc77a22368d129e40f1ec','',NULL),(3759,'en','default','eb1adc59c04f3913d3ccf06aa50cf6d5','You do not appear to have any plugins available at this time.',NULL,NULL,'LINE',NULL,10,'','d47e7329286ca48e7caf7e5413c4f8e5','',NULL),(3760,'en','default','5bf74857f394c28d0557fc94f56c870a','You have attempted to queue too many files.',NULL,NULL,'LINE',NULL,10,'','5dcf49bb52065a3377e85e7ad79fab07','',NULL),(3761,'en','default','28efc74a99686e48d741105b8bc15a40','You have been added to this site. Please visit the <a href=\"%s\">homepage</a> or <a href=\"%s\">log in</a> using your username and password.',NULL,NULL,'LINE',NULL,10,'','fc4a319b94a759e16df9f05468eea6f2','',NULL),(3762,'en','default','f97a400e851039612143280e1a9e4982','You have logged in successfully.',NULL,NULL,'LINE',NULL,10,'','6a7b50cf9cd6fdc0ee31bf5fbdcc3e63','',NULL),(3763,'en','default','1ed4f9975da7251f63ace2920411c264','You have searched the %1$s blog archives for <strong>&#8216;%2$s&#8217;</strong>. If you are unable to find anything in these search results, you can try one of these links.',NULL,NULL,'LINE',NULL,10,'','ca8bd5a0743cf05ed89137a0ba3a7d2e','',NULL),(3764,'en','default','7f1c2f39ed3c50fe87e16573b59088b6','You have used your space quota. Please delete files before uploading.',NULL,NULL,'LINE',NULL,10,'','ed4a19ef0c23deed3aeeb0e082e95ce9','',NULL),(3765,'en','default','782efed2c1b74869e4a2c285675fee08','You may only upload 1 file.',NULL,NULL,'LINE',NULL,10,'','3fdf469392dcd2ff316a163b072ceba5','',NULL),(3766,'en','default','82c7d3fe1c980c2e8fc58f5df017c90f','You must be <a href=\"%s\">logged in</a> to post a comment.',NULL,NULL,'LINE',NULL,10,'','a6711633a059b631c9cbc5eb2423cdd2','',NULL),(3767,'en','default','e439278217ec1a309173d2e21d43f824','You must be registered to comment.',NULL,NULL,'LINE',NULL,10,'','1cac6b02a2e527a6159c17a821787fab','',NULL),(3768,'en','default','ab73d402257c03c2b0851c6ca954876a','You must first <a href=\"%s\">log in</a>, and then you can create a new site.',NULL,NULL,'LINE',NULL,10,'','9ed99c2546ac6ae3f40d51c52d1962a1','',NULL),(3769,'en','default','5175d63eff1c5a711dbdd482a339d0b6','You must supply a future date to schedule.',NULL,NULL,'LINE',NULL,10,'','522b998c05a27c2cc56d0ab11dbc928c','',NULL),(3770,'en','default','ceeb747eae4782eaa4db1155daaf7edf','You need a higher level of permission.',NULL,NULL,'LINE',NULL,10,'','b82bff7d10dd82aa21731900eb90708f','',NULL),(3771,'en','default','b1a4a100e8f2549aeca53c5a66c25429','You need to define a search term to order by relevance.',NULL,NULL,'LINE',NULL,10,'','cd3331886e5b4babde5faf7fe2a9098c','',NULL),(3772,'en','default','ba5a778446813e2b75e94e78611595d0','You need to define an include parameter to order by include.',NULL,NULL,'LINE',NULL,10,'','8acb2d22d8db67f2cdad352eb4316544','',NULL),(3773,'en','default','1ef5829b1b2e30da362a9959891e096a','You need to pass an array of types.',NULL,NULL,'LINE',NULL,10,'','6f944e3b779ad858cf3a696272cd6c69','',NULL),(3774,'en','default','43b677cb619a55c3e99cf1367aba6ea9','You should specify a nonce action to be verified by using the first parameter.',NULL,NULL,'LINE',NULL,10,'','6b69dddc86a108c45b821bf5fb81d60a','',NULL),(3775,'en','default','46cd952910a453ea51b9aa6cdbd3c4f4','You won&#8217;t be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href=\"%s\">add themes in the admin</a>.',NULL,NULL,'LINE',NULL,10,'','997690727841a0129760bd6b74ed29a7','',NULL),(3776,'en','default','bba604d316f8cc776a4dd6994366e342','You&#8217;ll create a menu, assign it a location, and add menu items like links to pages and categories. If your theme has multiple menu areas, you might need to create more than one.',NULL,NULL,'LINE',NULL,10,'','83fbe099c3679971afc42bfcf67bfd24','',NULL),(3777,'en','default','9c8e0593ba342152a39c1a6d38740218','Your PHP installation appears to be missing the MySQL extension which is required by WordPress.',NULL,NULL,'LINE',NULL,10,'','331356322c7b0a67eb98f82b2d1b0198','',NULL),(3778,'en','default','6a43915ac2bf580cd5f2e24d0124f6ab','Your account has been activated. You may now <a href=\"%1$s\">log in</a> to the site using your chosen username of &#8220;%2$s&#8221;. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%4$s\">reset your password</a>.',NULL,NULL,'LINE',NULL,10,'','212994061efca2e4eebf642d6526b7e2','',NULL),(3779,'en','default','b0927fb76e91c281ae5072c4c21b90a4','Your account is now activated. <a href=\"%1$s\">Log in</a> or go back to the <a href=\"%2$s\">homepage</a>.',NULL,NULL,'LINE',NULL,10,'','5c874e0dd3e72f1609767cdd62c7f1de','',NULL),(3780,'en','default','bb863f273ff1a481cd8bcee0791602bb','Your account is now activated. <a href=\"%1$s\">View your site</a> or <a href=\"%2$s\">Log in</a>',NULL,NULL,'LINE',NULL,10,'','989e33c7fb0b80fedf738ab9728fc13f','',NULL),(3781,'en','default','5c025e83ab8ef4829fb671582fa70c02','Your account is now active!',NULL,NULL,'LINE',NULL,10,'','593e97e1bc72c8374f4a44548757bef2','',NULL),(3782,'en','default','63ee396edfc4dc21cf22f84d15026de1','Your address will be %s.',NULL,NULL,'LINE',NULL,10,'','ae3c651129d0389eae2a938f490ffc9f','',NULL),(3783,'en','default','0f2559eba5c5c4b0cdb9ce36af7a2fb4','Your blogroll',NULL,NULL,'LINE',NULL,10,'','ef9c29a7d845cae92422eae6ffe5233d','',NULL),(3784,'en','default','7d290407dd93e28191d4a9ed7ef68c65','Your browser does not support direct access to the clipboard. Please use keyboard shortcuts or your browser&#8217;s edit menu instead.',NULL,NULL,'LINE',NULL,10,'','a073b52e2b96618be83b4ef92bde0afd','',NULL),(3785,'en','default','6954378552054e698cfff1a52b0eca9d','Your comment is awaiting moderation.',NULL,NULL,'LINE',NULL,10,'','86d4eab56bd2225fc629c3252b808f09','',NULL),(3786,'en','default','7ab234a38d247dc7c04b5b37cd068d4d','Your email address has not been updated yet. Please check your inbox at %s for a confirmation email.',NULL,NULL,'LINE',NULL,10,'','dacad5ad73edf1b08036b2c4c9a3e314','',NULL),(3787,'en','default','37e89f3732b6f6ad91da766dfd8cd23a','Your email address will not be published.',NULL,NULL,'LINE',NULL,10,'','7bb823521657a5447e4eb36fe076307b','',NULL),(3788,'en','default','ac29f69b6e86d4a590c8bcff7b31fe3e','Your homepage displays',NULL,NULL,'LINE',NULL,10,'','b330e6bd180657c10394a935e05689be','',NULL),(3789,'en','default','454dab8b4e0a51ba2efeb06242391785','Your latest posts',NULL,NULL,'LINE',NULL,10,'','40a870726d4880aa6b93ea3d975a2f19','',NULL),(3790,'en','default','cea39c8390a8bd7e62e1b445dc9190c6','Your new password has not been saved.',NULL,NULL,'LINE',NULL,10,'','4ee13169200718b27e7368a1aa99a300','',NULL),(3791,'en','default','38dca74635b7fd02e312b874b86e8bad','Your password has been reset.',NULL,NULL,'LINE',NULL,10,'','6a5b11356f829655e24243e46a7b22ca','',NULL),(3792,'en','default','a9c5d9207114d783d9178104c472e9ce','Your password reset link appears to be invalid. Please request a new link below.',NULL,NULL,'LINE',NULL,10,'','a44e216f9fa925d3337797878fe82742','',NULL),(3793,'en','default','323831bfcf83671e29ece57bdfa17ab7','Your password reset link has expired. Please request a new link below.',NULL,NULL,'LINE',NULL,10,'','6d634d21d1e780cfc77aceb2e315c9da','',NULL),(3794,'en','default','ca38a0d75c967eecd25cbdfa09e8c747','Your server is running PHP version %1$s but WordPress %2$s requires at least %3$s.',NULL,NULL,'LINE',NULL,10,'','2ef7d43bb4f5b81b1cebcd34c146849a','',NULL),(3795,'en','default','5eb83ac2d3cb88a8c2b4ce094ee52384','Your session has expired. Please log in to continue where you left off.',NULL,NULL,'LINE',NULL,10,'','ebfededf992365b0c690a4dcc2af61ce','',NULL),(3796,'en','default','14631d23680a54f2a2e9990cfd2af7b9','Your session has expired. You can log in again from this page or go to the login page.',NULL,NULL,'LINE',NULL,10,'','8ba2d72664c086a92c5499a99f71c2bc','',NULL),(3797,'en','default','2c534de5569a1dc3c5154ef7fc1d9c03','Your site at %1$s is active. You may now log in to your site using your chosen username of &#8220;%2$s&#8221;. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%4$s\">reset your password</a>.',NULL,NULL,'LINE',NULL,10,'','25246df5ef3db6025b8fd8f749561ef8','',NULL),(3798,'en','default','58e974b48f13693748ffb8886cfa58d5','Your site&#8217;s most recent Posts.',NULL,NULL,'LINE',NULL,10,'','f07da2a8f7403e19038945b35870676e','',NULL),(3799,'en','default','d712a4388edca136bcebcbe390bd16e8','Your site&#8217;s most recent comments.',NULL,NULL,'LINE',NULL,10,'','9ede6b86f3fbb7d753095468a2685e90','',NULL),(3800,'en','default','3ebea4803673780f9b40c12d2666cca7','Your theme can display menus in %s location.',NULL,NULL,'LINE',NULL,10,'','a45ac2534506087c9efd7b6df7347d1f','',NULL),(3801,'en','default','88e9ccd6918f3b46c431d5709d5e90b2','Your theme can display menus in %s locations.',NULL,NULL,'LINE',NULL,10,'','8ab96241c4aa7cc57fafdf8853dfbabd','',NULL),(3802,'en','default','27767c248a029230c11fa966a298564e','Your theme can display menus in %s location. Select which menu you would like to use.',NULL,NULL,'LINE',NULL,10,'','e2fda20862b741435db7f4d894ded6dd','',NULL),(3803,'en','default','20481488879d8d5eb348fa5c86cedd3a','Your theme can display menus in %s locations. Select which menu appears in each location.',NULL,NULL,'LINE',NULL,10,'','695f39b7266e247c3b27137a04c41afa','',NULL),(3804,'en','default','8dfde2d7fee7d5cbcb3f5f31bbd4e601','Your theme can display menus in one location.',NULL,NULL,'LINE',NULL,10,'','930adb5996d9c06489eff13313547603','',NULL),(3805,'en','default','05b991f21dc121648b5a3acc07cd2975','Your theme can display menus in one location. Select which menu you would like to use.',NULL,NULL,'LINE',NULL,10,'','9037d86c5bfd21a6364c31593861dea4','',NULL),(3806,'en','default','3bb935f517379f7361f4f0cb24add623','Your theme has %s other widget area, but this particular page doesn&#8217;t display it.',NULL,NULL,'LINE',NULL,10,'','9140e8be91fc447849e08e777925ff79','',NULL),(3807,'en','default','71e953ca4d3d20ccb615953632ceb6c0','Your theme has %s other widget areas, but this particular page doesn&#8217;t display them.',NULL,NULL,'LINE',NULL,10,'','a7fef57421d10b4a0b989e34fee92b18','',NULL),(3808,'en','default','a9825bf17319c1c38ccd9141acd3ce7d','Your theme has %s widget area, but this particular page doesn&#8217;t display it.',NULL,NULL,'LINE',NULL,10,'','23810d1ab2a799979f3cec0498688f44','',NULL),(3809,'en','default','e6a7bbc8db5fdb69e2e09421dbd64644','Your theme has %s widget areas, but this particular page doesn&#8217;t display them.',NULL,NULL,'LINE',NULL,10,'','9bc279aa448ca59df6daaf8d917b5acc','',NULL),(3810,'en','default','63c1c65b4cc5507f44f303a109040fa4','Your theme has 1 other widget area, but this particular page doesn&#8217;t display it.',NULL,NULL,'LINE',NULL,10,'','ad40b501d6b8b474d8e233365c1d13ca','',NULL),(3811,'en','default','34f288580232066fc4acc1668a33efee','Your theme has 1 widget area, but this particular page doesn&#8217;t display it.',NULL,NULL,'LINE',NULL,10,'','b23a0f7441a3f402d1da9bda21c37502','',NULL),(3812,'en','default','904b8a43809c77c209a9ccae7d6e843a','[%1$s] Action Confirmed: %2$s',NULL,NULL,'LINE',NULL,10,'','a28d421817310807076d2a0dc3117601','',NULL),(3813,'en','default','8c0a2914e12dc848271f4bcf60e54829','[%1$s] Comment: \"%2$s\"',NULL,NULL,'LINE',NULL,10,'','887d4484bddd2ca8424e381acfe125c6','',NULL),(3814,'en','default','c1905f05162643c35ddb68d2ec42bef7','[%1$s] Confirm Action: %2$s',NULL,NULL,'LINE',NULL,10,'','e932b88d59446584e197abe5f2bd3eb4','',NULL),(3815,'en','default','9c2366b6a5b398f7672968d166d36c6a','[%1$s] Pingback: \"%2$s\"',NULL,NULL,'LINE',NULL,10,'','e83c8caa6d6081cb407f47f8924b122a','',NULL),(3816,'en','default','31ccd4acac0ea199f2b40b9f63509a71','[%1$s] Please moderate: \"%2$s\"',NULL,NULL,'LINE',NULL,10,'','b500a67f642ec97f1abbe7a3acdc4f20','',NULL),(3817,'en','default','2b8daafbc0900ff40c38f489aa48eba0','[%1$s] Trackback: \"%2$s\"',NULL,NULL,'LINE',NULL,10,'','4eaf27beb5901482401c5f343cc2f9ec','',NULL),(3818,'en','default','627a5b6a772496867113ec948aed12a9','[%s] Erasure Request Fulfilled',NULL,NULL,'LINE',NULL,10,'','4b037772a56702543a007075e93833a5','',NULL),(3819,'en','default','ca9eecd00e43b096aa6a0b9d850957d3','[%s] New Email Address',NULL,NULL,'LINE',NULL,10,'','985bcd7cc4567fbfce4451d2ca0b0638','',NULL),(3820,'en','default','c9c56ce5202aaf3d67171c45620a268b','[%s] New Network Admin Email Address',NULL,NULL,'LINE',NULL,10,'','940da7777c67be1c1a60ed0c8d4a620d','',NULL),(3821,'en','default','662ac82e28a30d435d809c4dbf1cd6ed','[%s] New User Registration',NULL,NULL,'LINE',NULL,10,'','3b8374d0fd166215f13827713da10b23','',NULL),(3822,'en','default','da5cd6ce9f7f1ee88025aeb7375ea07c','[%s] Notice of Admin Email Change',NULL,NULL,'LINE',NULL,10,'','ef4a08363a14c57cb3d2a9bef604bda2','',NULL),(3823,'en','default','dd3d9be7ebad0210218f018c6bed467e','[%s] Notice of Email Change',NULL,NULL,'LINE',NULL,10,'','c29379c1be168c1d87c0483227fcb8ac','',NULL),(3824,'en','default','d04478d36277fb8309d538e5e4c0ca26','[%s] Notice of Network Admin Email Change',NULL,NULL,'LINE',NULL,10,'','0990508ddf109d162a6000f0ec2233c4','',NULL),(3825,'en','default','4f96445eea3b979fd58c894909e79b8e','[%s] Notice of Password Change',NULL,NULL,'LINE',NULL,10,'','4a42a0bd32237b0e73ab667efbfe36c8','',NULL),(3826,'en','default','d2513a6cd8b0dd1f4b1d9b58f494996a','[%s] Password Changed',NULL,NULL,'LINE',NULL,10,'','05dac94b0b1c6c491ce0825f731fc479','',NULL),(3827,'en','default','ac86afb17cdea91d669a2da45533acdf','[%s] Password Reset',NULL,NULL,'LINE',NULL,10,'','d2eb5b7c75a7ac08cdccb81002a78b8f','',NULL),(3828,'en','default','70cd0d0f00c5bf6a312c46a53fd697f5','[%s] Your username and password info',NULL,NULL,'LINE',NULL,10,'','6ee7fc008794508a2ed5eede26d104db','',NULL),(3829,'en','default','3e4ce20ec588600054f050310750c4ca','[deleted]',NULL,NULL,'LINE',NULL,10,'','2405c72cc1d4d8a4af7d46e48f12dfe6','',NULL),(3830,'en','default','97e7c9a7d06eac006a28bf05467fcc8b','Link',NULL,NULL,'LINE',NULL,10,'add new from admin bar','94b023aa42dcd2595326d26a88ffa725','',NULL),(3831,'en','default','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'LINE',NULL,10,'add new from admin bar','ff75af8dd91445c44d53bcc881856147','',NULL),(3832,'en','default','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'LINE',NULL,10,'add new from admin bar','15c9ae2a5657ce9a0a6d399efd44d6c0','',NULL),(3833,'en','default','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'LINE',NULL,10,'add new from admin bar','140f3e53e6df358ea56597c90407bb77','',NULL),(3834,'en','default','8f9bfe9d1345237cb3b2b205864da075','User',NULL,NULL,'LINE',NULL,10,'add new from admin bar','aab57ec2002482757bdb7dfeb0d02311','',NULL),(3835,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'add new media','9515901f9d2da3355c29fe7c665027d6','',NULL),(3836,'en','default','7e47095fc24ee5d445342fd7a597ca75','Changeset',NULL,NULL,'LINE',NULL,10,'add new on admin bar','e243f6e637b9a8fffb7488f99e1b787a','',NULL),(3837,'en','default','03c2e7e41ffc181a4e84080b4710e81e','New',NULL,NULL,'LINE',NULL,10,'admin bar menu group label','1077b8e4701cfe80ad8f044fe90ebe92','',NULL),(3838,'en','default','9594eec95be70e7b1710f730fdda33d9','Blue',NULL,NULL,'LINE',NULL,10,'admin color scheme','3b9bc9c5f15a78a98549bccc936823c9','',NULL),(3839,'en','default','3c09b8d09553786b799e02306e55c7ba','Coffee',NULL,NULL,'LINE',NULL,10,'admin color scheme','e1210d7b53d29dba608ee1eddf04fab9','',NULL),(3840,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'LINE',NULL,10,'admin color scheme','da299771a18d953dd4d20f017be33c38','',NULL),(3841,'en','default','c0c760de7ec190b80ab7e9f641c1d0fe','Ectoplasm',NULL,NULL,'LINE',NULL,10,'admin color scheme','58b08c800ea7646643655376b2db38a4','',NULL),(3842,'en','default','9914a0ce04a7b7b6a8e39bec55064b82','Light',NULL,NULL,'LINE',NULL,10,'admin color scheme','d7e93678e8d0a58287759922557ed414','',NULL),(3843,'en','default','c8c012313f10e2d0830f3fbc5afca619','Midnight',NULL,NULL,'LINE',NULL,10,'admin color scheme','76fff177e0d91ed7ed13de5f48db91f9','',NULL),(3844,'en','default','f41054884f4a8c8cb596222e2a31f098','Ocean',NULL,NULL,'LINE',NULL,10,'admin color scheme','48a4b6317f44f657ae9e91596d66631c','',NULL),(3845,'en','default','4c88924788f419b562d50acfddc3a781','Sunrise',NULL,NULL,'LINE',NULL,10,'admin color scheme','19f9d72989401694ea1e7e15ad0a683d','',NULL),(3846,'en','default','d0abd663234f47fdfff9b37f9e656a27','Changesets',NULL,NULL,'LINE',NULL,10,'admin menu','e2294930f620f3d6ae182471b4297203','',NULL),(3847,'en','default','c04cd38aeb30f3ad1f8ab4e64a0ded7b','am',NULL,NULL,'LINE',NULL,10,'','47d1d45a170474bfc0475c1aec6fb33b','',NULL),(3848,'en','default','7b42f7d42d37904e9df575765bf7c450','&#8217;',NULL,NULL,'LINE',NULL,10,'apostrophe','619061941cd621e93b1e18f443b119c8','',NULL),(3849,'en','default','06b9281e396db002010bde1de57262eb','Auto',NULL,NULL,'LINE',NULL,10,'auto preload','041973817776492c2eeea3b205fad4a8','',NULL),(3850,'en','default','dfac199b25dc4627055024b1d35ec2f6','%1$s %2$s',NULL,NULL,'LINE',NULL,10,'calendar caption','7a8d3fb54282b4b538045c096e7a6f5c','',NULL),(3851,'en','default','9b6049654a09986531d79979800252d5','Most Used',NULL,NULL,'LINE',NULL,10,'categories','cbf3355d4d55a10882ab51a7ddf5d686','',NULL),(3852,'en','default','90198d984e80ec049134bbc7f7e92a1f','close tags',NULL,NULL,'LINE',NULL,10,'','fd0113a9a3e46eeacd6ae54c72baa66b','',NULL),(3853,'en','default','02cc6c03200052c7387fc3b6185acd35','&#8221;',NULL,NULL,'LINE',NULL,10,'closing curly double quote','01f01c0a2105848b8a7d461bd1528cad','',NULL),(3854,'en','default','7b42f7d42d37904e9df575765bf7c450','&#8217;',NULL,NULL,'LINE',NULL,10,'closing curly single quote','71da3275f2442299731190efbc4af52b','',NULL),(3855,'en','default','6f8063417ab31f38d864c28302f3de2f','Approved',NULL,NULL,'LINE',NULL,10,'comment status','74269c9f76d8aed4a225d14dda32513e','',NULL),(3856,'en','default','e9dfd31cc505d51fc26975250750deab','Spam',NULL,NULL,'LINE',NULL,10,'comment status','a1e156dd9a0ebb5db1b6a62c6fedb681','',NULL),(3857,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'LINE',NULL,10,'comment status','e38c77caaf73800168bff52907379c6f','',NULL),(3858,'en','default','0f3c1ee1fef70b01c5d22ea03f5a1d2c','Previously uploaded',NULL,NULL,'LINE',NULL,10,'custom headers','51ec09c6a086faa085634d4aa9e8422e','',NULL),(3859,'en','default','d67bbcea2a24d106bd77e14978b44691','Suggested',NULL,NULL,'LINE',NULL,10,'custom headers','f17f1855c94bd4e487949d1c35a8fa3c','',NULL),(3860,'en','default','25f7347236b51a5eae4ba01a7862cb55','Schedule',NULL,NULL,'LINE',NULL,10,'customizer changeset action/button label','bff8fe193166248659114858fd74ed43','',NULL),(3861,'en','default','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'LINE',NULL,10,'customizer changeset status','25f1bb29f0c462450dd8963248c268d3','',NULL),(3862,'en','default','fd99d9009b7ee4f0728a96b42ebd28a5','F j, Y',NULL,NULL,'LINE',NULL,10,'daily archives date format','2868e8e68945edf9a90f5a06369ca923','',NULL),(3863,'en','default','3262d48df5d75e3452f0f16b313b7808','off',NULL,NULL,'LINE',NULL,10,'decline months names: on or off','8f90c3d5d1d6668202e2e8b88ce18615','',NULL),(3864,'en','default','a7d596abde6a9d33ed530e372378595d','Site Default',NULL,NULL,'LINE',NULL,10,'default site language','da491354c29d84d5b9f4cb26ec469a24','',NULL),(3865,'en','default','ad5f82e879a9c5d6b5b442eb37e50551','domain',NULL,NULL,'LINE',NULL,10,'','7347fc35a29b46605ea653337dc307ca','',NULL),(3866,'en','default','e676fe6ea7a598d84e444151960e911f','&#8243;',NULL,NULL,'LINE',NULL,10,'double prime','6e84ce8f7998189f39a01cf0a214b526','',NULL),(3867,'en','default','9aa178391eac123c2eeb7ad131773115','Left to right',NULL,NULL,'LINE',NULL,10,'editor button','c2c0038df6215867b8fc04312adf2929','',NULL),(3868,'en','default','d50c950d787171ed20d13167f8f7cf4a','Right to left',NULL,NULL,'LINE',NULL,10,'editor button','0513006dd45c7e986465bec7731e4648','',NULL),(3869,'en','default','7bbe7f6ba8f10bdd81b1b067305efaaa','Show blocks',NULL,NULL,'LINE',NULL,10,'editor button','195885057a89ff4c3e8942173a93dc6b','',NULL),(3870,'en','default','596e65a3af8cf8c9f7b74cd943aa8815','&#8212;',NULL,NULL,'LINE',NULL,10,'em dash','14e49232954996e8dd6f124d75858eaf','',NULL),(3871,'en','default','38f90b7267daba616e250ac6394c7bb0','&#8211;',NULL,NULL,'LINE',NULL,10,'en dash','b698acf238ee79758c0af5bc2b86741d','',NULL),(3872,'en','default','d0fbfc097c4fdbc0bc02e10243bd60fe','&raquo;',NULL,NULL,'LINE',NULL,10,'feed link','f558760ee3e9c106e53a8d1d93315891','',NULL),(3873,'en','default','4cfa6c981549e990fe2344e4c805405e','Find',NULL,NULL,'LINE',NULL,10,'find/replace','a4baa14b7084fc5305dab88d3279117e','',NULL),(3874,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'LINE',NULL,10,'find/replace','1185c91545514f39b9e09dc38b690e0b','',NULL),(3875,'en','default','14230d11143a03f4330c6433d5032a9d','Prev',NULL,NULL,'LINE',NULL,10,'find/replace','eafa2a2b5fa6eeda43fc57ff061e0f01','',NULL),(3876,'en','default','0ebe6df8a3ac338e0512acc741823fdb','Replace',NULL,NULL,'LINE',NULL,10,'find/replace','d4ae690d281d7f0a37315b483f0cafa5','',NULL),(3877,'en','default','894dab8359b886762113f6b64ce9f107','Replace all',NULL,NULL,'LINE',NULL,10,'find/replace','bad38b65ce4dc3d6c14b5b7657614673','',NULL),(3878,'en','default','9a810a2dd2600e4fd2583a15292a3899','Replace with',NULL,NULL,'LINE',NULL,10,'find/replace','958733783aef34bbd117b81e4d825417','',NULL),(3879,'en','default','9097eb6dbac72f0873f992dc8068408b','Whole words',NULL,NULL,'LINE',NULL,10,'find/replace','c28a7d23866cc0d1fc66b1d29faa6480','',NULL),(3880,'en','default','5f3df48917dfbe8cae9a037d041b6eae','g:i a',NULL,NULL,'LINE',NULL,10,'','9cd8498bd9f845b229e9183b260ee61e','',NULL),(3881,'en','default','3fcf026bbfffb63fb24b8de9d0446949','April',NULL,NULL,'LINE',NULL,10,'genitive','43a2a1a86d0a6fb30a52b71360e75713','',NULL),(3882,'en','default','41ba70891fb6f39327d8ccb9b1dafb84','August',NULL,NULL,'LINE',NULL,10,'genitive','573904276f8f97c205ffe8a46c2ef6ce','',NULL),(3883,'en','default','82331503174acbae012b2004f6431fa5','December',NULL,NULL,'LINE',NULL,10,'genitive','eba4c0504d968f86b76562fff0991389','',NULL),(3884,'en','default','659e59f062c75f81259d22786d6c44aa','February',NULL,NULL,'LINE',NULL,10,'genitive','607de1a12b8006eefdf5d0da913365b3','',NULL),(3885,'en','default','86f5978d9b80124f509bdb71786e929e','January',NULL,NULL,'LINE',NULL,10,'genitive','513091d9a8c378c4b08a1e48726f94e0','',NULL),(3886,'en','default','1b539f6f34e8503c97f6d3421346b63c','July',NULL,NULL,'LINE',NULL,10,'genitive','61daff93275123b1eb1294e1c80252bc','',NULL),(3887,'en','default','688937ccaf2a2b0c45a1c9bbba09698d','June',NULL,NULL,'LINE',NULL,10,'genitive','281703b1b310dee427e301ac89fe8ffa','',NULL),(3888,'en','default','fa3e5edac607a88d8fd7ecb9d6d67424','March',NULL,NULL,'LINE',NULL,10,'genitive','b2f9c07152c00c0607f8d7a9cd76dd5b','',NULL),(3889,'en','default','195fbb57ffe7449796d23466085ce6d8','May',NULL,NULL,'LINE',NULL,10,'genitive','5195612a6f2aae8261b0fd85ae9bb8c8','',NULL),(3890,'en','default','7e823b37564da492ca1629b4732289a8','November',NULL,NULL,'LINE',NULL,10,'genitive','11dd413f52415d646bb72726218182bd','',NULL),(3891,'en','default','eca60ae8611369fe28a02e2ab8c5d12e','October',NULL,NULL,'LINE',NULL,10,'genitive','4c1c4cf64466954af3e522e222e852e3','',NULL),(3892,'en','default','cc5d90569e1c8313c2b1c2aab1401174','September',NULL,NULL,'LINE',NULL,10,'genitive','59bf6d355a227bac0f34d9340546a2cb','',NULL),(3893,'en','default','3f0e3f18debcdd7c63ef7c37a59b0b5e','H Align',NULL,NULL,'LINE',NULL,10,'horizontal table cell alignment','bf06827fca27724f6408567afc75a817','',NULL),(3894,'en','default','28b32f68c1920b3de0c13f674c4899bb','html_lang_attribute',NULL,NULL,'LINE',NULL,10,'','cd618ac0f69e9a3d867751ff651f592d','',NULL),(3895,'en','default','c5b231e0d6cf99c4710dd36a11239b57','https://codex.wordpress.org/',NULL,NULL,'LINE',NULL,10,'','d87196ea3f09e19dc2af7f5a44c769b8','',NULL),(3896,'en','default','fc19ec1cf991d880698bb4e835b49e5c','https://codex.wordpress.org/CSS',NULL,NULL,'LINE',NULL,10,'','572b6925b43d2e91a4b6d7210bcdd1e8','',NULL),(3897,'en','default','188e39db964d99cd0c8647574ffdd711','https://codex.wordpress.org/Child_Themes',NULL,NULL,'LINE',NULL,10,'','38edd7ba9807651fa699008d9fad371c','',NULL),(3898,'en','default','48a7fd871c272e7c65760aa85145d687','https://codex.wordpress.org/Cookies',NULL,NULL,'LINE',NULL,10,'','3a199b4e12a7a1fb3a2294aad732bf8d','',NULL),(3899,'en','default','f322e534ccfb6ca67d91d9b383c42558','https://codex.wordpress.org/Debugging_a_WordPress_Network',NULL,NULL,'LINE',NULL,10,'','d6248c95a68c3c31194c0a6e246d1b2b','',NULL),(3900,'en','default','b0d8797eaf6543dd036f28bbb676ebf1','https://codex.wordpress.org/Debugging_in_WordPress',NULL,NULL,'LINE',NULL,10,'','1050cb1e6906ed7b81b1cccab69db6e5','',NULL),(3901,'en','default','70a365b8abfb4e192b73b21ecc97c882','https://codex.wordpress.org/Editing_wp-config.php',NULL,NULL,'LINE',NULL,10,'','d7af865403456b36de6bb4982c797f05','',NULL),(3902,'en','default','a3fae36aa4af4b9f21389a939c6b5fbe','https://codex.wordpress.org/Function_Reference/is_main_query',NULL,NULL,'LINE',NULL,10,'','e01db27612dd00eadbcbc06ba88ab1ac','',NULL),(3903,'en','default','73af1d962a178e2bfd9fb9e8dbd0cf60','https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure',NULL,NULL,'LINE',NULL,10,'','b8340692cc2e0c79ec53008fb5a37606','',NULL),(3904,'en','default','cf23b25476246ee1585bfc4accb1ed0a','https://codex.wordpress.org/WordPress_Widgets',NULL,NULL,'LINE',NULL,10,'','9165bb09a73cd26ca65593ba27111775','',NULL),(3905,'en','default','71a7765c3d553e44aaa308159b5a2ba6','https://wordpress.org/',NULL,NULL,'LINE',NULL,10,'','08a0be8098b8829f6700bd5f8f3baf98','',NULL),(3906,'en','default','2fb383501ee89bd9f7bab226a67e4f3b','https://wordpress.org/support/',NULL,NULL,'LINE',NULL,10,'','d99b503620ef629e8f0b5c2f75e2af09','',NULL),(3907,'en','default','4ec882f0f93ed134e6999660f01fb856','https://wordpress.org/support/forum/requests-and-feedback',NULL,NULL,'LINE',NULL,10,'','5a48fcfab2604fec1d13a10a32a184d8','',NULL),(3908,'en','default','e0820588b5cd5833e3057d9871788a65','l, F jS, Y',NULL,NULL,'LINE',NULL,10,'','45453132d7b58515be3a41fb2f626ae5','',NULL),(3909,'en','default','75ecaaafd1f677d07360709be6528768','Search for:',NULL,NULL,'LINE',NULL,10,'label','b9ac064f987c35bebc8fa48f84e62233','',NULL),(3910,'en','default','56e7554366b04495125a6299ad3e1d8c','Add Audio',NULL,NULL,'LINE',NULL,10,'label for button in the audio widget','ffc6d2c3de5627239f927697e6a4666f','',NULL),(3911,'en','default','c1d1763ff72c4a4c3d5d1172dc16b701','Edit Audio',NULL,NULL,'LINE',NULL,10,'label for button in the audio widget; should preferably not be longer than ~13 characters long','5f9ff642359a9f0226e08312ac69a554','',NULL),(3912,'en','default','1ec8347d7a39b86efb6f26be0a5885c1','Replace Audio',NULL,NULL,'LINE',NULL,10,'label for button in the audio widget; should preferably not be longer than ~13 characters long','b2bf239ffd7d5efa9db3195fd93536e0','',NULL),(3913,'en','default','d33c208fe1458eff399189b5b0515025','Add Images',NULL,NULL,'LINE',NULL,10,'label for button in the gallery widget; should not be longer than ~13 characters long','8df5ee7b9581d0f7bbba1e0945d5ebaf','',NULL),(3914,'en','default','5660c6dad0d0a25ffa0e26a9f82172e3','Edit Gallery',NULL,NULL,'LINE',NULL,10,'label for button in the gallery widget; should not be longer than ~13 characters long','0f1218bcb766ede8af4dfd6480cc3a89','',NULL),(3915,'en','default','b9c49611cfda3259a2b837b39489e650','Add Image',NULL,NULL,'LINE',NULL,10,'label for button in the image widget','5f7c144938b0d20d92f7a3d9627f3915','',NULL),(3916,'en','default','03274f27f51f0c39e06e0e6cd07e01a9','Edit Image',NULL,NULL,'LINE',NULL,10,'label for button in the image widget; should preferably not be longer than ~13 characters long','bd14719a4e5ce343bee7d56f3c2a7103','',NULL),(3917,'en','default','5dec156b63fee20ec9d84d44e5cebebd','Replace Image',NULL,NULL,'LINE',NULL,10,'label for button in the image widget; should preferably not be longer than ~13 characters long','daad5cb8e156178601ece027d2aa2f93','',NULL),(3918,'en','default','980057390ab269b87e5869cd25e84b06','Add Media',NULL,NULL,'LINE',NULL,10,'label for button in the media widget','513d87f9d887b87393624e40f51a262f','',NULL),(3919,'en','default','96b60a1bf66653894616670b8c91edab','Edit Media',NULL,NULL,'LINE',NULL,10,'label for button in the media widget; should preferably not be longer than ~13 characters long','8fc16f0a155d97d702d5734f1a845337','',NULL),(3920,'en','default','287bbffbd535c76ca0419b4d7bcf5758','Replace Media',NULL,NULL,'LINE',NULL,10,'label for button in the media widget; should preferably not be longer than ~13 characters long','446e6d0270cc600ff56c501acc2aa598','',NULL),(3921,'en','default','a1abe8ec1de81fdd62fb9952931bd692','Add Video',NULL,NULL,'LINE',NULL,10,'label for button in the video widget','b8f2b058e50682e09ddae07d69983a10','',NULL),(3922,'en','default','5b2cbf75b74f9fc814eb10773fd123b8','Edit Video',NULL,NULL,'LINE',NULL,10,'label for button in the video widget; should preferably not be longer than ~13 characters long','e94e06441a12752bbfe628c10f082613','',NULL),(3923,'en','default','26e31e591ed47e5e6c8021f69f1591aa','Replace Video',NULL,NULL,'LINE',NULL,10,'label for button in the video widget; should preferably not be longer than ~13 characters long','b197570f8af69d5a835bf8db6e027386','',NULL),(3924,'en','default','5e2f683aacb9d5f3635b3f88583dec80','Custom...',NULL,NULL,'LINE',NULL,10,'label for custom color','283525407fe578b16e535d4070d2d815','',NULL),(3925,'en','default','12d2be1600d506b174752715e8aa6eb2','Hide Controls',NULL,NULL,'LINE',NULL,10,'label for hide controls button without length constraints','572357875d4c3eb12dac7b4dd96976e5','',NULL),(3926,'en','default','2cce00e9e8c8c6dd9b6ac2980e4c30c0','Show Controls',NULL,NULL,'LINE',NULL,10,'label for hide controls button without length constraints','1f9f3ba4baa711906339555b17113baf','',NULL),(3927,'en','default','54ab7b7554ae1a0c0f00a5ec2e74c1a2','All Links',NULL,NULL,'LINE',NULL,10,'links widget','75e29154043756b3f14d55eee9404215','',NULL),(3928,'en','default','30954d90085f6eaaf5817917fc5fecb3','Circle',NULL,NULL,'LINE',NULL,10,'list style','7db96406c39b97f524d656f9127bd802','',NULL),(3929,'en','default','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'LINE',NULL,10,'list style','b2b1441fd613bf992abf2e2b64d142f8','',NULL),(3930,'en','default','abd562ba1cf0fd75dd2bf65f02d9bfca','Disc',NULL,NULL,'LINE',NULL,10,'list style','aa1c3a9907dea73045d303ca94afc429','',NULL),(3931,'en','default','4b77c91b762f94311d75bf23c3995f73','Lower Alpha',NULL,NULL,'LINE',NULL,10,'list style','8343ee52330634ffaef9440ea023e4d4','',NULL),(3932,'en','default','63b23e90fcca14f6a0037e230efe63c7','Lower Greek',NULL,NULL,'LINE',NULL,10,'list style','a8befdd8358b02085f8b3a1fbcdffc23','',NULL),(3933,'en','default','7bc668026e7eae5efb58f74a8b3c212c','Lower Roman',NULL,NULL,'LINE',NULL,10,'list style','f25a2134351504e60dcf575d0e9f1565','',NULL),(3934,'en','default','ceb46ca115d05c51aa5a16a8867c3304','Square',NULL,NULL,'LINE',NULL,10,'list style','a9cdc587d5b0666c42d70eddb5c0e291','',NULL),(3935,'en','default','23349f7b530cd69c8c670c0a60402868','Upper Alpha',NULL,NULL,'LINE',NULL,10,'list style','13acc3018d30bc0dc8523fc8c1d98cc1','',NULL),(3936,'en','default','92a87ff544e50962bf23069912ab03eb','Upper Roman',NULL,NULL,'LINE',NULL,10,'list style','61abb8ca142e2a57fd8480cce7092cad','',NULL),(3937,'en','default','3e2f39d87b79794c4135cf13d3958624','Remove video track',NULL,NULL,'LINE',NULL,10,'media','b7a91cce158cff606cb15b01a1629d8a','',NULL),(3938,'en','default','fedc0e3f18d0ff5df1579ad5ce33ba5d','Mine',NULL,NULL,'LINE',NULL,10,'media items','c96c3a983a345147a79943400b2ff919','',NULL),(3939,'en','default','5daedae6ebdf97cc1391ea4fe79f1361','(Currently set to: %s)',NULL,NULL,'LINE',NULL,10,'menu','52876019927bbcaeb77e453899d40590','',NULL),(3940,'en','default','37d1313d8fb8931a0ff3668d1ae52f50','(Current: %s)',NULL,NULL,'LINE',NULL,10,'menu location','01c18bd2fc675ebc32b6cd5041793f05','',NULL),(3941,'en','default','77d1b34071feb581fdc1a23bd460acb1','(If you plan to use a menu <a href=\"%1$s\" %2$s>widget%3$s</a>, skip this step.)',NULL,NULL,'LINE',NULL,10,'menu locations','d582cada6bfa7668b5c9c5fbb9c0dc6a','',NULL),(3942,'en','default','786dd9f2232f919775b65ec8839d0286','Here&#8217;s where this menu appears. If you&#8217;d like to change that, pick another location.',NULL,NULL,'LINE',NULL,10,'menu locations','d1f4b316d02d24772b23528018e1d1b9','',NULL),(3943,'en','default','2984cbf71df6094c1a32b65568353ccc','View All Locations',NULL,NULL,'LINE',NULL,10,'menu locations','57e75d8e47303a7fed94d8ed87f87568','',NULL),(3944,'en','default','65997acebaf9f85a0f01352d5c14df9d','View Location',NULL,NULL,'LINE',NULL,10,'menu locations','c48663736ecf5afb73ce6e87c8484113','',NULL),(3945,'en','default','5d87a23cd2b60d7374a73daa08229110','Where do you want this menu to appear?',NULL,NULL,'LINE',NULL,10,'menu locations','c7cc1eb638564b973321392182acd29b','',NULL),(3946,'en','default','c33becbc6922818abb41629bf42c156c','WordPress.org',NULL,NULL,'LINE',NULL,10,'meta widget link text','c94a3ab9a7a5ada711e29c593e03a1ae','',NULL),(3947,'en','default','bacd6585c79bc830a03e1abcd9fbee7b','(no label)',NULL,NULL,'LINE',NULL,10,'missing menu item navigation label','02e934ec295422c47a3ef49731c7d83d','',NULL),(3948,'en','default','519a414c9b087f6572bd8facbcab900f','F Y',NULL,NULL,'LINE',NULL,10,'monthly archives date format','94aca6033e7d32b7260a8b2c9ef7c1e3','',NULL),(3949,'en','default','a97a317b23af9ee558c7cca5c93958d7','moved to the trash.',NULL,NULL,'LINE',NULL,10,'','92601f7aa61e9bb711bc4acf2c15e723','',NULL),(3950,'en','default','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'LINE',NULL,10,'nav menu home label','28ca10f62548d33f1b2e8edbfd563ed4','',NULL),(3951,'en','default','681d9722525dc36478c72ac6a4fce430','new WordPress Loop',NULL,NULL,'LINE',NULL,10,'','ed6e16ec3e460963377465abdaad0525','',NULL),(3952,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'LINE',NULL,10,'next set of posts','57dbc12b274b869089f37acbac95e850','',NULL),(3953,'en','default','0be8406951cdfda82f00f79328cf4efc','Comment',NULL,NULL,'LINE',NULL,10,'noun','7c60371308b8c38ab05d006ff9c001ee','',NULL),(3954,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'LINE',NULL,10,'noun','0e236676bf3000765f83ff0abd32e305','',NULL),(3955,'en','default','d445e4a26044411d024021a16f3b10ee','number_format_decimal_point',NULL,NULL,'LINE',NULL,10,'','c18bad0cc7dd1ffdbb9128901b5cc153','',NULL),(3956,'en','default','862b796393fb64766820ec1e33bfd9bd','number_format_thousands_sep',NULL,NULL,'LINE',NULL,10,'','a38b8834f3f3380cb6a7fc97e7035418','',NULL),(3957,'en','default','45408e1091c0aade58f424e0faa27580','oEmbed Response',NULL,NULL,'LINE',NULL,10,'','5cd09a54148d3e6ad762435b4a1fc883','',NULL),(3958,'en','default','7ae73898281b6ffaf7cacdd822b9645c','oEmbed Responses',NULL,NULL,'LINE',NULL,10,'','bc44166b47a90097025d0098d4742380','',NULL),(3959,'en','default','8bf8854bebe108183caeb845c7676ae4','of',NULL,NULL,'LINE',NULL,10,'','96699067a7d7506ee6a679f8d299c9b5','',NULL),(3960,'en','default','0d9cea22eed7839e6b50ac9795fbc2cd','&#8220;',NULL,NULL,'LINE',NULL,10,'opening curly double quote','86f428ebb48554f11f498d417362ea4c','',NULL),(3961,'en','default','d269252e2662dee7d3fa91791ca2c4d0','&#8216;',NULL,NULL,'LINE',NULL,10,'opening curly single quote','47d8e641afa14355ecd24bcf10ace582','',NULL),(3962,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'page','fcbe0bcb64c53af5cec2c6ba2f3f8e66','',NULL),(3963,'en','default','c9344eb2ff26e96823cc252a90f77de8','Featured Image',NULL,NULL,'LINE',NULL,10,'page','0b0563cada560ab010708f716655d1c7','',NULL),(3964,'en','default','6d9b96fbec73d8d51c39b2ea0e74c79f','Remove featured image',NULL,NULL,'LINE',NULL,10,'page','58ae127649e19a25b64ce648f0273433','',NULL),(3965,'en','default','e52099d4a7bf4d67213895ad98e2c96c','Set featured image',NULL,NULL,'LINE',NULL,10,'page','ce67dd56f941a2ee31119ec50ce51e85','',NULL),(3966,'en','default','d6222558dabc98f799bca25b0df2b779','Use as featured image',NULL,NULL,'LINE',NULL,10,'page','243d2ac5c4e90e0898b488e46ad145a4','',NULL),(3967,'en','default','5b0a8637935072d1ec30e60bb2cae1e6','Mismatch',NULL,NULL,'LINE',NULL,10,'password mismatch','8519cddfbc5ca25e760cf672452df44a','',NULL),(3968,'en','default','87f8a6ab85c9ced3702b4ea641ad4bb5','Medium',NULL,NULL,'LINE',NULL,10,'password strength','517541986916fea57523d49b975db558','',NULL),(3969,'en','default','ca756f5241d624bd02ed8e29f59ccce7','Password strength unknown',NULL,NULL,'LINE',NULL,10,'password strength','10634e2a18359f14b57c116b4f29f15d','',NULL),(3970,'en','default','c43e0fd449c758dab8f891d8e19eb1a9','Strong',NULL,NULL,'LINE',NULL,10,'password strength','d421c18be2fde6101de7dde012c20be4','',NULL),(3971,'en','default','30a3534b67a9a2c4cb3f1bb8659b321f','Very weak',NULL,NULL,'LINE',NULL,10,'password strength','a18ea07bfec5e7481e50098888f20ba6','',NULL),(3972,'en','default','7324e3727807d95037eb19d304fd91ec','Weak',NULL,NULL,'LINE',NULL,10,'password strength','d8da4a019698ef4d8663d27b539ea7e1','',NULL),(3973,'en','default','29042a31d997c996f52c1d2fd4ad813d','Search &hellip;',NULL,NULL,'LINE',NULL,10,'placeholder','d34f6536df5c9c443b2741657bfe73d3','',NULL),(3974,'en','default','b3fd830c3aa284b982c956443a7f2ef1','&#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'playlist item title','4887ba1285369d3b9563d60b801930b2','',NULL),(3975,'en','default','eb6b0bf9d0012250ee38db05572ec926','%s installation failed',NULL,NULL,'LINE',NULL,10,'plugin','cdd9e70d4d5c7ba326c7884c4fa5ab54','',NULL),(3976,'en','default','ae342e873aafd748b50f98ed405a418a','%s installed!',NULL,NULL,'LINE',NULL,10,'plugin','6dba74781e633e311598220f2fab46c5','',NULL),(3977,'en','default','9ba3212e58201a4ad0ef2d9c855d21fe','%s update failed',NULL,NULL,'LINE',NULL,10,'plugin','465662b76b80cd4114770e544a32c801','',NULL),(3978,'en','default','9085da110a469e8275e5b61ef903a146','%s updated!',NULL,NULL,'LINE',NULL,10,'plugin','e754738e407a104154e524f118f0b967','',NULL),(3979,'en','default','510ec629592914d364a64719bd1392b1','Activate %s',NULL,NULL,'LINE',NULL,10,'plugin','0bd3d7cc9c0bf428c7ecd1c0d89f983a','',NULL),(3980,'en','default','1bc5cbd3d3b59dde03bdf8f53d6755ed','Deleted!',NULL,NULL,'LINE',NULL,10,'plugin','d24af911766cb6766b3225c1ac69b275','',NULL),(3981,'en','default','1084a249c91de82aa4fc61e463856dc0','Install %s now',NULL,NULL,'LINE',NULL,10,'plugin','11eb9cdc9f2b05824c71e73dbea6186e','',NULL),(3982,'en','default','2775a03a93e59becb019992da8b9be9b','Installed!',NULL,NULL,'LINE',NULL,10,'plugin','eee8f0c8a123ddec93edab8a3aec27da','',NULL),(3983,'en','default','b0bfdcdbba5f11f587d8f6254c6e2a3e','Installing %s...',NULL,NULL,'LINE',NULL,10,'plugin','a37814e3a2c199546d61609c108fc8f6','',NULL),(3984,'en','default','e712938d834e3d449ed063a5658ee76a','Network Activate %s',NULL,NULL,'LINE',NULL,10,'plugin','cf8e9c04ed34a709ea155d05f8457a70','',NULL),(3985,'en','default','670f503fe3be5ad9cc11991af95ad1c0','Update %s now',NULL,NULL,'LINE',NULL,10,'plugin','1e174f1504b6f190f4b4c8ec0d9892a6','',NULL),(3986,'en','default','ae870d1c0eead04c57298277a7590d27','Updated!',NULL,NULL,'LINE',NULL,10,'plugin','50d558dc0d52fb37c97cb1adf3a69dd3','',NULL),(3987,'en','default','2dd47e3baa99a872ecdfc4826f6459b3','Updating %s...',NULL,NULL,'LINE',NULL,10,'plugin','d9f4e4268a072e0b8e781eec8384405f','',NULL),(3988,'en','default','5109d85d95fece7816d9704e6e5b1279','pm',NULL,NULL,'LINE',NULL,10,'','a4edb1f52fddd6502c96b0f020604e15','',NULL),(3989,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'post','10b7e5ff9fdd26438a38c7d933be9a54','',NULL),(3990,'en','default','c9344eb2ff26e96823cc252a90f77de8','Featured Image',NULL,NULL,'LINE',NULL,10,'post','ace458fd9b755245a748e50feb702dc5','',NULL),(3991,'en','default','6d9b96fbec73d8d51c39b2ea0e74c79f','Remove featured image',NULL,NULL,'LINE',NULL,10,'post','f1c841715cfbb6d5433a79b4a9ea72b6','',NULL),(3992,'en','default','e52099d4a7bf4d67213895ad98e2c96c','Set featured image',NULL,NULL,'LINE',NULL,10,'post','721f4a3be2bd7b39f76b78b8e6e00cb2','',NULL),(3993,'en','default','d6222558dabc98f799bca25b0df2b779','Use as featured image',NULL,NULL,'LINE',NULL,10,'post','08175934e1c738bcaf37e73312c4b9f6','',NULL),(3994,'en','default','25f7347236b51a5eae4ba01a7862cb55','Schedule',NULL,NULL,'LINE',NULL,10,'post action/button label','dd81e6b1d7d481ef0ddf04a366654ab2','',NULL),(3995,'en','default','520d0db389f362bf79ef56ca0af3dcab','Format',NULL,NULL,'LINE',NULL,10,'post format','be7784953d9e9c2afe548c7ba25cd70a','',NULL),(3996,'en','default','b9bd52af99576a6e6e30a1b534703f01','Asides',NULL,NULL,'LINE',NULL,10,'post format archive title','61bea3b3ddaf59c23e4acdc636476f36','',NULL),(3997,'en','default','b22f0418e8ac915eb66f829d262d14a2','Audio',NULL,NULL,'LINE',NULL,10,'post format archive title','ded9babd1c56e4b11a065e1eeed4a615','',NULL),(3998,'en','default','b39a7338df6a7c99fbb130941347bc86','Chats',NULL,NULL,'LINE',NULL,10,'post format archive title','37f3f77cef421e0c8f28d2dd32bb3659','',NULL),(3999,'en','default','1cdfaaf3776ecdc58afa4b9e93dca980','Galleries',NULL,NULL,'LINE',NULL,10,'post format archive title','2c3105b9f8c3f80b78e4fdf91c09424e','',NULL),(4000,'en','default','fff0d600f8a0b5e19e88bfb821dd1157','Images',NULL,NULL,'LINE',NULL,10,'post format archive title','a58714ad049c0dfddad00485e9428f15','',NULL),(4001,'en','default','bd908db5ccb07777ced8023dffc802f4','Links',NULL,NULL,'LINE',NULL,10,'post format archive title','7ecd4d26d1cbf2a7e01aad43bc0c9621','',NULL),(4002,'en','default','c9a28e7f0dbc3ed20a161351c4f29a7b','Quotes',NULL,NULL,'LINE',NULL,10,'post format archive title','abb13515b7a35fc462a81feff60cb807','',NULL),(4003,'en','default','61fe9018991004014d12b8d81568df90','Statuses',NULL,NULL,'LINE',NULL,10,'post format archive title','40a3184f5728acfcf78c5860d1e75eb4','',NULL),(4004,'en','default','554cfab3938e21d9270bd6b75931f96f','Videos',NULL,NULL,'LINE',NULL,10,'post format archive title','84f9f37f880932a6e54aa0f27d1f9785','',NULL),(4005,'en','default','f1851d5600eae616ee802a31ac74701b','Enter',NULL,NULL,'LINE',NULL,10,'post password form','8bbd454ebd5d884446e0eab5032ee989','',NULL),(4006,'en','default','f03ab16cd58372c77ba45a3d9a5a1cb9','Draft',NULL,NULL,'LINE',NULL,10,'post status','eacae9e2685431140acdc352a22cd320','',NULL),(4007,'en','default','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'LINE',NULL,10,'post status','063896135c3356d9b41857da813cd6d3','',NULL),(4008,'en','default','47f9082fc380ca62d531096aa1d110f1','Private',NULL,NULL,'LINE',NULL,10,'post status','671eeadfaa88b5f15835912ca60ea5ab','',NULL),(4009,'en','default','9b9d8a976b42e0bd66381797644943d5','Published',NULL,NULL,'LINE',NULL,10,'post status','82c87bfb24cfcd787a2704729434287d','',NULL),(4010,'en','default','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'LINE',NULL,10,'post status','92de58d743157493daeb0c319d38a9a4','',NULL),(4011,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'LINE',NULL,10,'post status','f5254bcb48867e3b426e600c77bc3a2f','',NULL),(4012,'en','default','d0abd663234f47fdfff9b37f9e656a27','Changesets',NULL,NULL,'LINE',NULL,10,'post type general name','628d44b1ab7a61eea2ab0eeb3c0d1d2f','',NULL),(4013,'en','default','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'LINE',NULL,10,'post type general name','1bf5b2581bcc8f7c3d42d3378fb39155','',NULL),(4014,'en','default','453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'LINE',NULL,10,'post type general name','4c6404c9221cf6222de610e4595ef6a3','',NULL),(4015,'en','default','5dc52ca9ffdc26147075682c92a0a853','Posts',NULL,NULL,'LINE',NULL,10,'post type general name','958f8ffd91df06f50b600db184eafb14','',NULL),(4016,'en','default','7e47095fc24ee5d445342fd7a597ca75','Changeset',NULL,NULL,'LINE',NULL,10,'post type singular name','fa580e67121121e4ff49bdde48faebda','',NULL),(4017,'en','default','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'LINE',NULL,10,'post type singular name','bd1e019ccd0875aa3b01732268204f22','',NULL),(4018,'en','default','03d947a2158373c3b9d74325850cb8b9','Post',NULL,NULL,'LINE',NULL,10,'post type singular name','3182e2068902a9d5cfc9861c1b64928f','',NULL),(4019,'en','default','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'LINE',NULL,10,'previous set of posts','49fb3fcd911c704bb9badfeee45790bb','',NULL),(4020,'en','default','e2fbb312803b4b50793971e625c94196','&#8242;',NULL,NULL,'LINE',NULL,10,'prime','8a768c442b3b03f5bf5e0667bdc86b61','',NULL),(4021,'en','default','07ca5050e697392c9ed47e6453f1453f','Completed',NULL,NULL,'LINE',NULL,10,'request status','d83e4eb70545b444cd0cfc1b4ac643e7','',NULL),(4022,'en','default','205bc73c4ab4286a1fb9d4c18322777c','Confirmed',NULL,NULL,'LINE',NULL,10,'request status','a48fb9f832ca4d01fd32628b71337f5a','',NULL),(4023,'en','default','d7c8c85bf79bbe1b7188497c32c3b0ca','Failed',NULL,NULL,'LINE',NULL,10,'request status','00848df1f3a880c29378367b26008408','',NULL),(4024,'en','default','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'LINE',NULL,10,'request status','32637d090bb59946295c8adc6323d0bc','',NULL),(4025,'en','default','e74d0620a156d19246134aced0166eb6','F j, Y @ H:i:s',NULL,NULL,'LINE',NULL,10,'revision date format','3480875619427fc29813cb20121f0d15','',NULL),(4026,'en','default','98eca3ed35d342d46706a2eeee3b0f76','&larr; Back to %s',NULL,NULL,'LINE',NULL,10,'site','363b88d6cbc2d224d2c2ddf303fdad40','',NULL),(4027,'en','default','8ca05b67278bf2b4e2ff1e9e65c95abe','sitename',NULL,NULL,'LINE',NULL,10,'','fccbcd91820c5b71cb4f459d6382238a','',NULL),(4028,'en','default','a20ddccbb6f808ec42cd66323e6c6061','Finish',NULL,NULL,'LINE',NULL,10,'spellcheck','f60c4fa2bf8c96f9cd024a20c1a7032d','',NULL),(4029,'en','default','fd038fc7f319e48f3115d92bf5bdbef9','Ignore',NULL,NULL,'LINE',NULL,10,'spellcheck','92166e744951d829c1edc13d2f97d411','',NULL),(4030,'en','default','a9db080bf289d3d7e3924e1a52ad9c98','Ignore all',NULL,NULL,'LINE',NULL,10,'spellcheck','d089a553d2f6e77c0b18456a63ecc345','',NULL),(4031,'en','default','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'LINE',NULL,10,'submit button','8571f537184da99b343f04105451c0a4','',NULL),(4032,'en','default','ac101b32dda4448cf13a93fe283dddd8','Body',NULL,NULL,'LINE',NULL,10,'table body','7804e8522675f8def36c4f13e19ccf04','',NULL),(4033,'en','default','1a66ab62bfc858b7bcf9e01aa9cd1841','Cell',NULL,NULL,'LINE',NULL,10,'table cell','428c1b1f0c6522d16fb3a5ed8398834b','',NULL),(4034,'en','default','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'LINE',NULL,10,'table cell alignment attribute','b3333b27ac7f62e2559f8aa492e51fb2','',NULL),(4035,'en','default','5d113f2038d289f391614c39043629e8','Scope',NULL,NULL,'LINE',NULL,10,'table cell scope attribute','8f90c717de3ea727ed835062ff22bc26','',NULL),(4036,'en','default','1976d7f704de389d9fe064e08ea35b2d','Column',NULL,NULL,'LINE',NULL,10,'table column','583b629d5c3d4a3c904f95e0a5e27c63','',NULL),(4037,'en','default','d27561f45c58f407b3fe76b63b1ec28a','Cols',NULL,NULL,'LINE',NULL,10,'table columns','906d772e52c9c052ef1ec02561241856','',NULL),(4038,'en','default','ded40f2a77c30efc6062db0cbd857746','Footer',NULL,NULL,'LINE',NULL,10,'table footer','5ad0941a79503666c3afea78b3ee9f4e','',NULL),(4039,'en','default','bf50d5e661106d0abe925af3c2e6f7e7','Header',NULL,NULL,'LINE',NULL,10,'table header','bb5a1f039d4abc6252854151b479159c','',NULL),(4040,'en','default','c0cb5f0fcf239ab3d9c1fcd31fff1efc',',',NULL,NULL,'LINE',NULL,10,'tag delimiter','23d4bcc8c7ce8bf5be000d52e8fa7b08','',NULL),(4041,'en','default','9b6049654a09986531d79979800252d5','Most Used',NULL,NULL,'LINE',NULL,10,'tags','df2228c10e85185e8b2c71934c142080','',NULL),(4042,'en','default','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'LINE',NULL,10,'taxonomy general name','a1a4bdee5c68899563b68567eea01cf4','',NULL),(4043,'en','default','189f63f277cd73395561651753563065','Tags',NULL,NULL,'LINE',NULL,10,'taxonomy general name','2a7d765f6e662308d5854397263501d3','',NULL),(4044,'en','default','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'LINE',NULL,10,'taxonomy singular name','847bcee05ab96311b816d21eccd7e1ef','',NULL),(4045,'en','default','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'LINE',NULL,10,'taxonomy singular name','2ec0a63a2ce3c8b16192ceb4d3708acd','',NULL),(4046,'en','default','5a5ef0e36141d96fcd78dc566777bb4f','text direction',NULL,NULL,'LINE',NULL,10,'','65589415fc0033210ce3895766c176ee','',NULL),(4047,'en','default','c39eaab018e2e16320836a210cab2617','ltr',NULL,NULL,'LINE',NULL,10,'text direction','dd80943ee7aada7b0f9d3dbb3dff9718','',NULL),(4048,'en','default','eb6b0bf9d0012250ee38db05572ec926','%s installation failed',NULL,NULL,'LINE',NULL,10,'theme','22f7f71f893adbc51c3936bb64b09b50','',NULL),(4049,'en','default','ae342e873aafd748b50f98ed405a418a','%s installed!',NULL,NULL,'LINE',NULL,10,'theme','60d42b2394c341c365621ad11464171a','',NULL),(4050,'en','default','510ec629592914d364a64719bd1392b1','Activate %s',NULL,NULL,'LINE',NULL,10,'theme','aaa215cd61883bac06d37d263a6d6c5e','',NULL),(4051,'en','default','f4ec5f57bd4d31b803312d873be40da9','Change',NULL,NULL,'LINE',NULL,10,'theme','300706207d86528e90d56b70e3f43830','',NULL),(4052,'en','default','1bc5cbd3d3b59dde03bdf8f53d6755ed','Deleted!',NULL,NULL,'LINE',NULL,10,'theme','d9100b915da325d6607f6304d7e4a138','',NULL),(4053,'en','default','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'LINE',NULL,10,'theme','e80eec3fea935ce7dc71047f403d0ba7','',NULL),(4054,'en','default','2775a03a93e59becb019992da8b9be9b','Installed!',NULL,NULL,'LINE',NULL,10,'theme','9271491f2c8a70a408896a54db30f2ac','',NULL),(4055,'en','default','b0bfdcdbba5f11f587d8f6254c6e2a3e','Installing %s...',NULL,NULL,'LINE',NULL,10,'theme','cf63d7056a8d43c933e57c68c7531b0e','',NULL),(4056,'en','default','e712938d834e3d449ed063a5658ee76a','Network Activate %s',NULL,NULL,'LINE',NULL,10,'theme','3c24d8f0be6678cfcf8b86f8d064220b','',NULL),(4057,'en','default','ae870d1c0eead04c57298277a7590d27','Updated!',NULL,NULL,'LINE',NULL,10,'theme','9dd5271a8d2e2ecae4ccf942a57d13b6','',NULL),(4058,'en','default','29503bd4f9fd280f19f44ddd7331ef28','By %s',NULL,NULL,'LINE',NULL,10,'theme author','973edc44f6bebee2abd42e4bd7d3d1f4','',NULL),(4059,'en','default','78945de8de090e90045d299651a68a9b','Available',NULL,NULL,'LINE',NULL,10,'translations','8eb88f371533d89f6ca00e955c13d61a','',NULL),(4060,'en','default','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'LINE',NULL,10,'translations','d886be8a893833bc4833dd0f268038f8','',NULL),(4061,'en','default','6374b11a037a3f6ccfb8b2ccff83f298','%1$s (%2$s)',NULL,NULL,'LINE',NULL,10,'user dropdown','84425e05c0dfd9fac85dbd744fea8f5f','',NULL),(4062,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'LINE',NULL,10,'verb','80310f4ae2e1b3b83e80f9be220099a1','',NULL),(4063,'en','default','d943a784524620d86cd02b3dc61b867a','V Align',NULL,NULL,'LINE',NULL,10,'vertical table cell alignment','df4a66e0d7264b9ae5ded77a8990f8c9','',NULL),(4064,'en','default','ba2a9c6c8c77e03f83ef8bf543612275','Length',NULL,NULL,'LINE',NULL,10,'video or audio','6284250b623ecf520f1578c6dedf3ecf','',NULL),(4065,'en','default','9b8d8a252955b2de195c7fa72b7353cb','%1$s on %2$s',NULL,NULL,'LINE',NULL,10,'widgets','21508ad128b55b10e83001f3781255c7','',NULL),(4066,'en','default','57cec4137b614c87cb4e24a3d003a3e0','Y',NULL,NULL,'LINE',NULL,10,'yearly archives date format','66705ff48bd2e6fc97ac530721a23703','',NULL),(4067,'en','profile-builder','88f8ed21ed738a28751762e4f3f8783b','\\n<h3>Good News!</h3>\\n<p>An administrator has just approved your account: {{username}} on {{site_name}}.</p>\\n',NULL,NULL,'LINE',NULL,10,'','bf045eeb3eb8f81c61bef6bafcce38c3','',NULL),(4068,'en','profile-builder','1e86e7c6d595f0c04d8e82929e91d92a','\\n<h3>Hello,</h3>\\n<p>Unfortunatelly an administrator has just unapproved your account: {{username}} on {{site_name}}.</p>\\n',NULL,NULL,'LINE',NULL,10,'','8f0621963b3a85968e89603bec7f827b','',NULL),(4069,'en','profile-builder','8ba33e9fec53a2e4f252da258c5e05be','\\n<h3>Welcome to {{site_name}}!</h3>\\n<p>Your username is:{{username}} and password:{{password}}</p>\\n',NULL,NULL,'LINE',NULL,10,'','19c20e6700448182808e88df25c81cae','',NULL),(4070,'en','profile-builder','080b3f6a4e84c807f247b78bce643c79','\\n<h3>Welcome to {{site_name}}!</h3>\\n<p>Your username is:{{username}} and password:{{password}}</p>\\n<p>Before you can access your account, an administrator needs to approve it. You will be notified via email.</p>\\n',NULL,NULL,'LINE',NULL,10,'','b0a95c9ed8664e03b9fa4666fd8fd551','',NULL),(4071,'en','profile-builder','b315fb023d0473176ab9ff3367d7452b','\\n<p>New subscriber on {{site_name}}.</p>\\n<p>Username:{{username}}</p>\\n<p>E-mail:{{user_email}}</p>\\n',NULL,NULL,'LINE',NULL,10,'','dab2aa3ede38cf1cf30a785c4dbafbd7','',NULL),(4072,'en','profile-builder','a0e071322789a99017a580b755ff2d39','\\n<p>New subscriber on {{site_name}}.</p>\\n<p>Username:{{username}}</p>\\n<p>E-mail:{{user_email}}</p>\\n<p>The Admin Approval feature was activated at the time of registration,\\nso please remember that you need to approve this user before he/she can log in!</p>\\n',NULL,NULL,'LINE',NULL,10,'','edadcbfc825e0a1af19de205035179f9','',NULL),(4073,'en','profile-builder','d67819da9421872cbf114b547d396e13','\\n<p>Someone requested that the password be reset for the following account: {{site_name}}<br/>\\nUsername: {{username}}</p>\\n<p>If this was a mistake, just ignore this email and nothing will happen.</p>\\n<p>To reset your password, visit the following address:<br/>\\n{{{reset_link}}}</p>\\n',NULL,NULL,'LINE',NULL,10,'','17c6abb4a5e991d525b711f1cb35ab5a','',NULL),(4074,'en','profile-builder','1499713537435c5851b703cc8608b232','\\n<p>To activate your user, please click the following link:<br/>\\n{{{activation_link}}}</p>\\n<p>After you activate, you will receive another email with your credentials.</p>\\n',NULL,NULL,'LINE',NULL,10,'','25ade9a1eef761e5a32602a06cfcf19c','',NULL),(4075,'en','profile-builder','4b3147d9ec85aabf75fd057efe2d180e','\\n<p>You have successfully reset your password to: {{password}}</p>\\n',NULL,NULL,'LINE',NULL,10,'','d6ca1a98f607003394621eafc709a5ab','',NULL),(4076,'en','profile-builder','3b37c69df94672392a40a2b9b23458b3','\\n<p>{{username}} has requested a password change via the password reset feature.</p>\\n<p>His/her new password is: {{password}}</p>\\n',NULL,NULL,'LINE',NULL,10,'','4049b5894ec5267048a1a05a83fb0b2a','',NULL),(4077,'en','profile-builder','651d758643ae4c13e80fe29a89db74f7',' * only available in the %1$sHobbyist and Pro versions%2$s.',NULL,NULL,'LINE',NULL,10,'','5c25c2a64a2391eb367f73085915f05a','',NULL),(4078,'en','profile-builder','6766941084dfad825347ec7db343f9a8',' Serial Number:',NULL,NULL,'LINE',NULL,10,'','2b9042694ad14a756f981441103686e8','',NULL),(4079,'en','profile-builder','f1d549234197427afc85ad053e9b740e',' Your serial number is about to expire, please %1$s Renew Your License%2$s.',NULL,NULL,'LINE',NULL,10,'','a1173500d70a11d21a3aa58f897a02b0','',NULL),(4080,'en','profile-builder','0d9114eb9a7bac1dd263e40284953a20',' Your serial number is expired, please %1$s Renew Your License%2$s.',NULL,NULL,'LINE',NULL,10,'','3429453c94298b07de251e03ea173975','',NULL),(4081,'en','profile-builder','c80f19d1a040debd844cac98822e1e24',' is also activated. You need to deactivate it before activating this version of the plugin.',NULL,NULL,'LINE',NULL,10,'','b8350ab3cffc69ab8fcfa74b6854c201','',NULL),(4082,'en','profile-builder','29bcc9ff0d72d99645463edc2048c94e','\"Admin Approval\" Activated:',NULL,NULL,'LINE',NULL,10,'','05f07da4ce896deecdc5dcfffddc8452','',NULL),(4083,'en','profile-builder','fbb8ca6f05cb5b15f6f1b50630add980','\"Admin Approval\" Feature:',NULL,NULL,'LINE',NULL,10,'','5157b8dc060caa8c7a08d9a43e7800fc','',NULL),(4084,'en','profile-builder','62bb0b9a2247f220e87e0ff72b801b95','\"Email Confirmation\" Activated:',NULL,NULL,'LINE',NULL,10,'','b52fca077379fc383fd84472aba5c8df','',NULL),(4085,'en','profile-builder','2c78c43b539dd88df2ededd12399e04b','\"Email Confirmation\" Landing Page:',NULL,NULL,'LINE',NULL,10,'','bb121a94d570dd42e9c50b112bcf22c2','',NULL),(4086,'en','profile-builder','7ea4348baa299ad07184a151a086aba6','\"Email\" - users can Log In only with Email.',NULL,NULL,'LINE',NULL,10,'','892a89313e12384c1d9318abe88207b2','',NULL),(4087,'en','profile-builder','0dc59f75ddd456af4f9577b328315f58','\"Username and Email\" - users can Log In with both Username and Email.',NULL,NULL,'LINE',NULL,10,'','5839e19d48f3a09a1de55af60ee63aac','',NULL),(4088,'en','profile-builder','f569b0b2e5f9136eb6be1e1e592a41db','\"Username\" - users can Log In only with Username.',NULL,NULL,'LINE',NULL,10,'','e8ea43551db16a08dbaa147ff36831c5','',NULL),(4089,'en','profile-builder','172933330266e4edc4737e235d321263','%1$s %2$d',NULL,NULL,'LINE',NULL,10,'','c6f0a51fd0b2666e9edf75c3c4d5fe8b','',NULL),(4090,'en','profile-builder','1e0318539e774c6ccffe6f8b742e9474','%1$s has requested a password change via the password reset feature.<br/>His/her new password is:%2$s',NULL,NULL,'LINE',NULL,10,'','520929823392aa5394ef7347dfbe8c54','',NULL),(4091,'en','profile-builder','a18e089aa76cfb34de574b442ce433ef','%1$s of %2$s',NULL,NULL,'LINE',NULL,10,'','e73d9b9069d660bc7421edce887731d6','',NULL),(4092,'en','profile-builder','73854e4bed10a950e3f1944f5a3f16ac','%s couldn\'t be deleted',NULL,NULL,'LINE',NULL,10,'','28f4ee2f46887c6f8a278cdde0fd11c9','',NULL),(4093,'en','profile-builder','6b944d99d0729f163f3c1a8b277c339d','%s pending',NULL,NULL,'LINE',NULL,10,'','f525ec068abe4a0c6bc6266fb75773c7','',NULL),(4094,'en','profile-builder','4bf078d4108d50f83210ee4af4e92091','&laquo; Prev',NULL,NULL,'LINE',NULL,10,'','9a3190944a258ade3a5296ca6da1db5c','',NULL),(4095,'en','profile-builder','43fac140ba9624edb6b0cc15b001601e','&laquo;&laquo; First',NULL,NULL,'LINE',NULL,10,'','ef0d961750b14f8eb9c6ea51bfe53f4e','',NULL),(4096,'en','profile-builder','a4e531142561855cdead47327fef7abd','(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)',NULL,NULL,'LINE',NULL,10,'','d87e8e813c7a219a0f7b8d5dd2fdfde3','',NULL),(4097,'en','profile-builder','2e46eab92bf73b409799a8baaa13f8f2','(no title)',NULL,NULL,'LINE',NULL,10,'','7370452a10a022b539452378690697e7','',NULL),(4098,'en','profile-builder','10c04a459272cfe0d4b17057b055077a','** only available in the %1$sPro version%2$s.',NULL,NULL,'LINE',NULL,10,'','dffb2cbcc65a08ce2e5004e505dc8f2c','',NULL),(4099,'en','profile-builder','02e53a30588f5333d74b0e411e6d578c','. Extra Field Types are available in <a href=\"%s\">Hobbyist or PRO versions</a>.',NULL,NULL,'LINE',NULL,10,'','ebca48c244b539c6f0380f48198fae6c','',NULL),(4100,'en','profile-builder','3a8993736154da5410e5db7e78e7d912','...Choose',NULL,NULL,'LINE',NULL,10,'','2f372fdc0eafa7f9c446d4572bb44ac5','',NULL),(4101,'en','profile-builder','7e0eb131cbb6280fe2b38edf92a3bcc5','1 item',NULL,NULL,'LINE',NULL,10,'','2d25df9fd763310098a865fdd88b3f7e','',NULL),(4102,'en','profile-builder','c7ab355f7a6cfe8a9e9e19331e6267f8','<br><br>Also, you will be able to visit your site at ',NULL,NULL,'LINE',NULL,10,'','5ad69332b988b5e1dc3267f06666ebae','',NULL),(4103,'en','profile-builder','d44b731600bdae9ad9188166349fbc11','<br><br>You can visit your site at ',NULL,NULL,'LINE',NULL,10,'','b9eb1adb2a2017755f753684e15ee032','',NULL),(4104,'en','profile-builder','1f0fd3fcff23b93e62c626025d71e063','<p>Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s</p>',NULL,NULL,'LINE',NULL,10,'','8b97e7c99390b6eb0541bb11cc7d2c9d','',NULL),(4105,'en','profile-builder','071f7879f032689bb8f125672dd66f9a','<pre>Title (Type)</pre>',NULL,NULL,'LINE',NULL,10,'','69eb38e518b0e595f95b848bd6b45539','',NULL),(4106,'en','profile-builder','917c70638a79b790d16cb6ad2a6315ac','<pre>Title</pre><pre>Type</pre><pre>Meta Name</pre><pre class=\"wppb-mb-head-required\">Required</pre>',NULL,NULL,'LINE',NULL,10,'','9c70558c506171f4f5d0e5cbdd9b1c4f','',NULL),(4107,'en','profile-builder','1bc7abb74b1c002053f4bd3c2fb68e63','<span style=\"color:red;\">Note:</span> changing the form title also changes the shortcode!',NULL,NULL,'LINE',NULL,10,'','86fc94fcbacecfec3d0cedcd86e9f803','',NULL),(4108,'en','profile-builder','e6eaeebd17a364db731e12f97a442f26','<strong>ERROR</strong>: The password must have a minimum strength of %s',NULL,NULL,'LINE',NULL,10,'','c4506727a4d86ec94cc7ddeee9e0e1ad','',NULL),(4109,'en','profile-builder','de5f9b10923df5d9bd3317175b39cdca','<strong>ERROR</strong>: The password must have the minimum length of %s characters',NULL,NULL,'LINE',NULL,10,'','6db5cc11e1eede84817fd449bc2d5ac4','',NULL),(4110,'en','profile-builder','b4d0f021e453fba2d03c0725ca167dd5','<strong>ERROR</strong>: Your account has to be confirmed by an administrator before you can log in.',NULL,NULL,'LINE',NULL,10,'','ece15c286d4786bfb16e63f93145d7c8','',NULL),(4111,'en','profile-builder','173b22102c86e0f4aaef7beb8576bd83','<strong>Profile Builder </strong>',NULL,NULL,'LINE',NULL,10,'','431a63618600219e330c46cac36a0304','',NULL),(4112,'en','profile-builder','bce002026cffdcb6c8a913d18848d80e','A new account has been created for you on {{site_name}}',NULL,NULL,'LINE',NULL,10,'','67d2c513955c1189532d17040faee5c7','',NULL),(4113,'en','profile-builder','cc745ce004e217c22f4f3f99b30afdd1','A new subscriber has (been) registered!',NULL,NULL,'LINE',NULL,10,'','2625322151fe7ece47d1fd265c7c553e','',NULL),(4114,'en','profile-builder','a5d823094ceb1ff36bba4355c4a3f61a','A unique, auto-generated ID for this particular field<br/>You can use this in conjuction with filters to target this element if needed<br/>Can\'t be edited',NULL,NULL,'LINE',NULL,10,'','0d686cc0b7c0a665765b16595c102d4a','',NULL),(4115,'en','profile-builder','527cb9d669aff507a5c021ee7cf37c07','AIM',NULL,NULL,'LINE',NULL,10,'','e3db176dd3385f98cbe348be37e6c5ff','',NULL),(4116,'en','profile-builder','332b15d44819a94ca8cf34d6a45f2470','About Yourself',NULL,NULL,'LINE',NULL,10,'','b024a0488b7fcf1ae8e392592d626d5b','',NULL),(4117,'en','profile-builder','a13367a8e2a3f3bf4f3409079e3fdf87','Activate',NULL,NULL,'LINE',NULL,10,'','c171f8f7e394b6f67b802865013dc6ac','',NULL),(4118,'en','profile-builder','f50cd75d33f6a165a203fc7485343e61','Activation Key',NULL,NULL,'LINE',NULL,10,'','756c65f37be1dec322ad85f00f71aacf','',NULL),(4119,'en','profile-builder','b5cb19514cd85a0b681b36690a940b36','Activation Link',NULL,NULL,'LINE',NULL,10,'','ee5bdddb8886f6d957203fd51d5b959a','',NULL),(4120,'en','profile-builder','5c5c9ba78e162eb2004123cac6917f42','Activation Url',NULL,NULL,'LINE',NULL,10,'','ba84dda228ad52150454165f0a634e8a','',NULL),(4121,'en','profile-builder','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'LINE',NULL,10,'','17dc1681daa4d1a42f029ee8c948375f','',NULL),(4122,'en','profile-builder','0360c28f7bce6931035821e8d9cf633d','Add Entry',NULL,NULL,'LINE',NULL,10,'','af80e37fed248bfb544735778353bccc','',NULL),(4123,'en','profile-builder','6daa35fd97a645b8e37cae080eab3de9','Add Field',NULL,NULL,'LINE',NULL,10,'','9c99a945fed65b90fbc1f78452e51f6a','',NULL),(4124,'en','profile-builder','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'','792701e0ed07e0a7edf1db5edc3125df','',NULL),(4125,'en','profile-builder','66f2267c0227c3058d60e20dc0491539','Add New Field to the List',NULL,NULL,'LINE',NULL,10,'','ed8a7f7f9c115f82a4a741c5ff4d1458','',NULL),(4126,'en','profile-builder','c2208ccd0104d97d8925713036d5cb57','Add User',NULL,NULL,'LINE',NULL,10,'','9f626e47c524915df1d340bc44317869','',NULL),(4127,'en','profile-builder','3048375cf8ab3d8d938345f0e61e903b','Add new Edit-profile Form',NULL,NULL,'LINE',NULL,10,'','b7936dab0e43e6c9a350d75d90778613','',NULL),(4128,'en','profile-builder','f38a4d709e1102abd17ff488f3276ef1','Add new Registration Form',NULL,NULL,'LINE',NULL,10,'','57ad01f9c487a1d848df75d6d1dd42f6','',NULL),(4129,'en','profile-builder','4749efce05096a4ee4841b2804f3b348','Add new User Listing',NULL,NULL,'LINE',NULL,10,'','8eac6434f91426ca66b3e41146300ae6','',NULL),(4130,'en','profile-builder','b15b8e49dc6c590ea5427223e03c6127','Add-On has been activated',NULL,NULL,'LINE',NULL,10,'','b4f70d5baf56dd28ae9331bb30076189','',NULL),(4131,'en','profile-builder','0bd145efb447b2cd417998671151dd9c','Add-On has been deactivated.',NULL,NULL,'LINE',NULL,10,'','9d099114e1a6474158eb4b7a5fe961e9','',NULL),(4132,'en','profile-builder','17385fece33e1e07051ce1fbb64f7d8b','Add-On is <strong>active</strong>',NULL,NULL,'LINE',NULL,10,'','be07f154f52d3093b5379f1e46b0a229','',NULL),(4133,'en','profile-builder','40353af684e96227d47d68d948c28c15','Add-On is <strong>inactive</strong>',NULL,NULL,'LINE',NULL,10,'','49cf7d942581aaa9544c34905bde9c53','',NULL),(4134,'en','profile-builder','e56c32270e48853f88febacc14c37034','Add-On is Active',NULL,NULL,'LINE',NULL,10,'','465995fd059f68ce7d81fbae0be09bf0','',NULL),(4135,'en','profile-builder','1dd1755568e120222b09589a8ae0dee2','Add-Ons',NULL,NULL,'LINE',NULL,10,'','91d74f4b1bffd387071e2bf65a4e6c4c','',NULL),(4136,'en','profile-builder','3d4d4cac03e194ab20154382cd544e0f','Address line 2',NULL,NULL,'LINE',NULL,10,'','52fc500c472326f9553d375e931894a2','',NULL),(4137,'en','profile-builder','cac3931e213f3075913928912c810e4c','Admin Approval',NULL,NULL,'LINE',NULL,10,'','c9614fcaae97645a69939a2caf79f11d','',NULL),(4138,'en','profile-builder','43d157f15ead2d03e5d12a9add244ad9','Admin Approval (*)',NULL,NULL,'LINE',NULL,10,'','df6b9bcbaecc9624f0623d59b0182266','',NULL),(4139,'en','profile-builder','a82714d73b84a409cb0d5628892e2504','Admin Bar Settings',NULL,NULL,'LINE',NULL,10,'','7521a9d5ae49b3388c884d447976b8d1','',NULL),(4140,'en','profile-builder','660512e80cca711731cd5d3666846f70','Admin Email Customizer',NULL,NULL,'LINE',NULL,10,'','73c7830ecd06c767c3fc7416bd753e4a','',NULL),(4141,'en','profile-builder','1731663ecd29d5cf1f69c35170a88def','Admin Notification for User Password Reset',NULL,NULL,'LINE',NULL,10,'','1d4f16ccc32980aa1d1375b25ace7d60','',NULL),(4142,'en','profile-builder','6e9767f4f15357401b148b9a8ced14ef','Afghanistan',NULL,NULL,'LINE',NULL,10,'','5133bf6093e76be408dccd466d309408','',NULL),(4143,'en','profile-builder','8a7af6c3bf313a82d06316b6edd44e45','After Profile Update...',NULL,NULL,'LINE',NULL,10,'','45f9d079fc2ced6ad2a20fe13db89194','',NULL),(4144,'en','profile-builder','0a60a3f90da9bdc3718a10957233fd78','After Registration...',NULL,NULL,'LINE',NULL,10,'','bc6ad597df8296e2c76fde49c857c799','',NULL),(4145,'en','profile-builder','f7a6aedb1b543714aa81d1166129098c','After login redirect URL (optional):',NULL,NULL,'LINE',NULL,10,'','1a56e2739bcd72edf5c3119b4a8403bb','',NULL),(4146,'en','profile-builder','a05f1408ff26b759852de24b1baa6509','Agree To Terms Checkbox',NULL,NULL,'LINE',NULL,10,'','5ddda90b3da635281085c84fdbe98979','',NULL),(4147,'en','profile-builder','b411698a2e2efe81fd342944b923145e','Aim',NULL,NULL,'LINE',NULL,10,'','5820f354c16cc5384da75ff21e387f58','',NULL),(4148,'en','profile-builder','cf17427d97113289c5960f75925668ea','Aland Islands',NULL,NULL,'LINE',NULL,10,'','a3d864ca9e5d2bec84d7079259f36f68','',NULL),(4149,'en','profile-builder','c420ddff824a5c0eec70dd23d62496bc','Albania',NULL,NULL,'LINE',NULL,10,'','2063d942f046fe04aa33306cb3c573e8','',NULL),(4150,'en','profile-builder','575b9408b6daa2ddcefbcf6d81c9b4c9','Algeria',NULL,NULL,'LINE',NULL,10,'','dccc19d4acd255f2c5b0bef10750b834','',NULL),(4151,'en','profile-builder','9d37aa2390766c456ce1ce415ab799a5','All Users',NULL,NULL,'LINE',NULL,10,'','75ede8caf09eebe220bc6e67a4adcea3','',NULL),(4152,'en','profile-builder','10097abaaebc8417a2d36e21bb1ddb84','All users have been successfully deleted',NULL,NULL,'LINE',NULL,10,'','30bce205765a7e5bb2d1aa9c3e82e608','',NULL),(4153,'en','profile-builder','7e2d9e4823007ebdb4f3fb97df6fa05e','All-userlisting Template',NULL,NULL,'LINE',NULL,10,'','b790c87950876972f6abff77df23c4af','',NULL),(4154,'en','profile-builder','937523433fd0d569428a10e9d79fcb88','Allow Users to Log in With:',NULL,NULL,'LINE',NULL,10,'','7a7338ce9b8916725dee10eb1bdddd29','',NULL),(4155,'en','profile-builder','0c7da6cf0e683ce36323e62f6ab018f8','Allow different user roles to edit their specific information. Set up multiple edit-profile forms with different fields for certain user roles.',NULL,NULL,'LINE',NULL,10,'','c1f0ea3ae5da3ae66890f1e40e186d76','',NULL),(4156,'en','profile-builder','21e9b64f21b290047e885b86a01d75e8','Allow users to log in with their email or username when accessing your site.',NULL,NULL,'LINE',NULL,10,'','d881023908344c04d48614e0c6ef443b','',NULL),(4157,'en','profile-builder','752fc08dbd168818d17b3ae5c17a24f3','Allowed Image Extensions',NULL,NULL,'LINE',NULL,10,'','8fac1bead973843cc65cb4a283cbb92b','',NULL),(4158,'en','profile-builder','9ef184f6b5ca2831f06f0325a58d0e66','Allowed Upload Extensions',NULL,NULL,'LINE',NULL,10,'','cfed6401d763ae5bc1273b1ffd1b580c','',NULL),(4159,'en','profile-builder','5dc36a62797e1a16ef6ebd3dc9c0cb64','Allowed time to display any success messages (in seconds)',NULL,NULL,'LINE',NULL,10,'','b6dffd1ed956954455b5812b6317fea3','',NULL),(4160,'en','profile-builder','b86f99753a08d00fa3ca946d07ecac29','American Samoa',NULL,NULL,'LINE',NULL,10,'','bcd8378570208d754976e3bcc70312a3','',NULL),(4161,'en','profile-builder','dc279032e324e56f09f342c15952572d','An administrator has just approved your account on %1$s (%2$s).',NULL,NULL,'LINE',NULL,10,'','b968e29d3c3e60823b65b1b07e6bd8fa','',NULL),(4162,'en','profile-builder','7a1915acf4a025d959e112bdd3bcab5d','An administrator has just unapproved your account on %1$s (%2$s).',NULL,NULL,'LINE',NULL,10,'','05825f96f027fe5826e87ef72f0bef5f','',NULL),(4163,'en','profile-builder','68746a7280b143cfc01f967610d3e86d','Andorra',NULL,NULL,'LINE',NULL,10,'','e827b937a52bf7caf56004ce5d1f6614','',NULL),(4164,'en','profile-builder','232bf11cb81bcdb269f76a08fde8b947','Angola',NULL,NULL,'LINE',NULL,10,'','b79aacb60f24eee638c2a50ad087a933','',NULL),(4165,'en','profile-builder','cedfc05affe8143cc552076e77407863','Anguilla',NULL,NULL,'LINE',NULL,10,'','15190dc2178601643a6e8d6f881d222e','',NULL),(4166,'en','profile-builder','44b439ba9975f8e802b456777c54a854','Antarctica',NULL,NULL,'LINE',NULL,10,'','276bb081220314bd3c1f27f5413905ee','',NULL),(4167,'en','profile-builder','f7e68bf0791888ebcd5bfc62e022aa83','Antigua and Barbuda',NULL,NULL,'LINE',NULL,10,'','3afa48c3546b09edadcd0113de59d3d5','',NULL),(4168,'en','profile-builder','9639e32cab248434a17ab32237cb3b71','Apply',NULL,NULL,'LINE',NULL,10,'','432633758956ea488dea99355cf01de6','',NULL),(4169,'en','profile-builder','6f7351657f795bc1357a53142b1184cc','Approve',NULL,NULL,'LINE',NULL,10,'','94d3f7d2eddc4918732feba14f19e9c9','',NULL),(4170,'en','profile-builder','6f8063417ab31f38d864c28302f3de2f','Approved',NULL,NULL,'LINE',NULL,10,'','8c5318dfe3d995f66714a351c1953011','',NULL),(4171,'en','profile-builder','f1fb4cb6405650c719586acd74495b56','Are you sure you want to delete this?',NULL,NULL,'LINE',NULL,10,'','35f0b79d4d1d4d66d7fe609d186b3639','',NULL),(4172,'en','profile-builder','3536be57ce0713954e454ae6c53ec023','Argentina',NULL,NULL,'LINE',NULL,10,'','ffd228182e7b2f37be9438d3e4885323','',NULL),(4173,'en','profile-builder','a00c273f0f497484093fa94865cf5ca5','Armenia',NULL,NULL,'LINE',NULL,10,'','fdf4ff69eba41d2fd665ba2caa4dfef6','',NULL),(4174,'en','profile-builder','4893b64051cf425047ddd8606dae25f4','Aruba',NULL,NULL,'LINE',NULL,10,'','d1f5d6d17237e4e7d6506f8320e787ec','',NULL),(4175,'en','profile-builder','17c1e7cbefb64352ce03d0d7f9595129','As an administrator you cannot change your role.',NULL,NULL,'LINE',NULL,10,'','b4f4cd44be200d4d8279f3eac87f1cad','',NULL),(4176,'en','profile-builder','4442e4af0916f53a07fb8ca9a49b98ed','Australia',NULL,NULL,'LINE',NULL,10,'','ba8533f06b5dd210686940fdc9eb6183','',NULL),(4177,'en','profile-builder','9891739094756d2605946c867b32ad28','Austria',NULL,NULL,'LINE',NULL,10,'','5daa92c73b1c37b7624f1dd4080775fd','',NULL),(4178,'en','profile-builder','795eb9f5c15782d7465ca2898e4c0d21','Automatically Log In',NULL,NULL,'LINE',NULL,10,'','d5be12e1c3e513052283c7797c8ac02c','',NULL),(4179,'en','profile-builder','c5cf35f5b9e37b4e978299d98191d9a5','Available Tags',NULL,NULL,'LINE',NULL,10,'','87cc0709fb186260f6bc004744e351d4','',NULL),(4180,'en','profile-builder','9105abc847c3400a361414ba4f2d8e63','Available in All Versions',NULL,NULL,'LINE',NULL,10,'','98cc8a6ea1d2699221dfb975d0802c76','',NULL),(4181,'en','profile-builder','7a350316d4e8823eba1a7816c0cb7816','Available in Hobbyist and Pro Versions',NULL,NULL,'LINE',NULL,10,'','4d0e32e95d509da64f7295c723fc4072','',NULL),(4182,'en','profile-builder','32036005d1f6ed59803ba3e13c80993e','Avatar',NULL,NULL,'LINE',NULL,10,'','ad7a719e83d489ccf370c78f667f038c','',NULL),(4183,'en','profile-builder','164950e73d6d090597609375b7a35101','Avatar Size',NULL,NULL,'LINE',NULL,10,'','394dc87ead039f340614d4676f18f7ee','',NULL),(4184,'en','profile-builder','e9aedfafc646df56dadd8990aa1994d2','Avatar Size (All-userlisting)',NULL,NULL,'LINE',NULL,10,'','d972fdf5059223e5d483c649c9c72746','',NULL),(4185,'en','profile-builder','df547304acb04c8c48d2894495deb3ac','Avatar Size (Single-userlisting)',NULL,NULL,'LINE',NULL,10,'','743793113cc54e41e7d07fc6c9594594','',NULL),(4186,'en','profile-builder','4153151271b4f6050448e676762ad258','Avatar Upload',NULL,NULL,'LINE',NULL,10,'','4d491dd8c0768095a03046c3e1c43ed5','',NULL),(4187,'en','profile-builder','79023bd67b5e1c9df78684c0c1a0b74e','Avatar or Gravatar',NULL,NULL,'LINE',NULL,10,'','0bbc440c3481b0663918270f58cdcbeb','',NULL),(4188,'en','profile-builder','7176f8c3bccfdf02322c73f7a0bc9688','Azerbaijan',NULL,NULL,'LINE',NULL,10,'','bedcfac9e647233189f8c29586033483','',NULL),(4189,'en','profile-builder','0557fa923dcee4d0f86b1409f5c2167f','Back',NULL,NULL,'LINE',NULL,10,'','c4a06945c194d1c8dc41036a5c957295','',NULL),(4190,'en','profile-builder','6dbefdc38954fc54ea0c697d0c6ec0a7','Bahamas',NULL,NULL,'LINE',NULL,10,'','604fa1abff7988bed625cff0135a1e34','',NULL),(4191,'en','profile-builder','6ddecd8ccd9f648d19dc02c7a566cb4f','Bahrain',NULL,NULL,'LINE',NULL,10,'','ad1c477bca8dccc81437b1349677944d','',NULL),(4192,'en','profile-builder','f78a77f631d275aac6a914a17fe1b885','Bangladesh',NULL,NULL,'LINE',NULL,10,'','22dfc2c0b8d82eb70f73a284439d38bc','',NULL),(4193,'en','profile-builder','3214c0f21d200a1dae4eb83a53ec2730','Barbados',NULL,NULL,'LINE',NULL,10,'','bbf0eee867bc1a0040e329da42bb01ad','',NULL),(4194,'en','profile-builder','87cabb0c5e5abac7a37df3f21bf09d17','Basic Information',NULL,NULL,'LINE',NULL,10,'','88ab0b6f0f2a884bbbd8811daa1d4189','',NULL),(4195,'en','profile-builder','3e1c1572819d406176b0eada97bb7277','Before you can access your account %1s, an administrator has to approve it. You will be notified via email.',NULL,NULL,'LINE',NULL,10,'','4123f2b0777b3ad926058254fa79f75e','',NULL),(4196,'en','profile-builder','0e30b97ef27033c35314792d56a57c8a','Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link.',NULL,NULL,'LINE',NULL,10,'','88b61b1c65915aeef53476518a883c8a','',NULL),(4197,'en','profile-builder','441764ad64abc624cabff8558feda104','Before you can access your account, an administrator needs to approve it. You will be notified via email.',NULL,NULL,'LINE',NULL,10,'','50d10a7fc297c755d814fce6cf5d4b3a','',NULL),(4198,'en','profile-builder','6542f875eaa09a5c550e5f3986400ad9','Belarus',NULL,NULL,'LINE',NULL,10,'','1e5bb4bd2d778119820eaa45db9b1ad1','',NULL),(4199,'en','profile-builder','6c1674d14bf5f95742f572cddb0641a7','Belgium',NULL,NULL,'LINE',NULL,10,'','77fd86211ef7caae653e6857c3b13325','',NULL),(4200,'en','profile-builder','20bca6785240fa722edb5c85d055a93d','Belize',NULL,NULL,'LINE',NULL,10,'','bc0c301b9f1d9ea094e3309a2c1b95c7','',NULL),(4201,'en','profile-builder','9e7002d53d4db7bfad4f5cf419b0c126','Benin',NULL,NULL,'LINE',NULL,10,'','e43a2910daeea60dd28783ef88dcc0ed','',NULL),(4202,'en','profile-builder','6653bea16d7ac8a266d752e9a0176c4f','Bermuda',NULL,NULL,'LINE',NULL,10,'','be4aa54f6fc2a1f9669916de37ef7579','',NULL),(4203,'en','profile-builder','e65a0ed0e39dd14a9e5af441efb09b37','Bhutan',NULL,NULL,'LINE',NULL,10,'','406417cf48f73fe20c9d1e6f7efa8445','',NULL),(4204,'en','profile-builder','005c003325aa65a42a2e6f9490984ae8','Billing Fields',NULL,NULL,'LINE',NULL,10,'','08fe381d6b7d4727fc90c458973562da','',NULL),(4205,'en','profile-builder','687c5b27fc62055debce1ffef604ed92','Billing Fields Order',NULL,NULL,'LINE',NULL,10,'','ecb6ad7da4ce4695b67eb3aef5d911df','',NULL),(4206,'en','profile-builder','28e1d43c4b47418853df3f550b949bd2','Biographical Info',NULL,NULL,'LINE',NULL,10,'','6d27b5883f9c53a39278b82b18ae7dfe','',NULL),(4207,'en','profile-builder','c971740688657dc13072cb2da0bd1663','Blog Details',NULL,NULL,'LINE',NULL,10,'','5d7bca1a6001cd906850ce49e6c48212','',NULL),(4208,'en','profile-builder','289da0ad40466463eb76a11cce587742','Blog URL',NULL,NULL,'LINE',NULL,10,'','c1010527dcb48b705a36d07955928d9e','',NULL),(4209,'en','profile-builder','28aaafc355915903ce4a7e1d3af3bc4e','Bolivia',NULL,NULL,'LINE',NULL,10,'','52385cc4a54a1f407dec6e794a953b8e','',NULL),(4210,'en','profile-builder','bffefa0974782c69010f7e1be92a09f8','Bonaire, Saint Eustatius and Saba',NULL,NULL,'LINE',NULL,10,'','f3d18cc24002694f66632140ecc078d5','',NULL),(4211,'en','profile-builder','96a6dd711874d4323dc2d3f932bd2ed3','Bosnia and Herzegovina',NULL,NULL,'LINE',NULL,10,'','4aec1fed0b72b3d768fc5a3c664a62b3','',NULL),(4212,'en','profile-builder','cd86d9e9cff6b6f39307e0ad3bc8c4fb','Both fields are empty.',NULL,NULL,'LINE',NULL,10,'','a3729a57f4e1b2e931c743f839bad4c5','',NULL),(4213,'en','profile-builder','6cd50fb3091b0a9d3c1ac2cf52441390','Botswana',NULL,NULL,'LINE',NULL,10,'','679d6ae159cbb6c465ed5d2024f77ff2','',NULL),(4214,'en','profile-builder','36b5c019128aae727809738c5cfef2c5','Bouvet Island',NULL,NULL,'LINE',NULL,10,'','93cef54bf048b34f7495d6fab01406e8','',NULL),(4215,'en','profile-builder','42537f0fb56e31e20ab9c2305752087d','Brazil',NULL,NULL,'LINE',NULL,10,'','85081dcd35334a03c9261efec4d2b41b','',NULL),(4216,'en','profile-builder','3cffa9dc661842732076674362898145','British Indian Ocean Territory',NULL,NULL,'LINE',NULL,10,'','479491fad10b3dda84568b9c8ae173e7','',NULL),(4217,'en','profile-builder','ce3cad16af3a29a7f6367ffb97744fb4','British Virgin Islands',NULL,NULL,'LINE',NULL,10,'','20a81369f272b1f256b5e31ea980275c','',NULL),(4218,'en','profile-builder','d3f5841f04ba23bb90e1b9f4256cea70','Brunei',NULL,NULL,'LINE',NULL,10,'','4fc9f218beb5b3d1d7124da922e5ba23','',NULL),(4219,'en','profile-builder','01a151debf2bfee8906f43f4342eb10b','Bulgaria',NULL,NULL,'LINE',NULL,10,'','d792976017662ac9adb232d19e184469','',NULL),(4220,'en','profile-builder','bfab8bcc21a91d9a7e346bbe1143c3ea','Bulk Actions',NULL,NULL,'LINE',NULL,10,'','901292c366b66b13a788a18973ec3547','',NULL),(4221,'en','profile-builder','28814f84db09b59b95f863b9c143c3a9','Burkina Faso',NULL,NULL,'LINE',NULL,10,'','23488c3ed24653f3faa6c40eb58aff85','',NULL),(4222,'en','profile-builder','28765464efe1b6583610335965b4d75a','Burundi',NULL,NULL,'LINE',NULL,10,'','54f487031a0554bc76d64bc14538fe95','',NULL),(4223,'en','profile-builder','06c7a3c3a3344a62864b951aec4df830','Cambodia',NULL,NULL,'LINE',NULL,10,'','0d4c49d9fa1814cc5b956b891881706c','',NULL),(4224,'en','profile-builder','4be25f9d27da71d4e98775668b5b12af','Cameroon',NULL,NULL,'LINE',NULL,10,'','5a19be8ee7649e2b38ec9484adde3b61','',NULL),(4225,'en','profile-builder','445d337b5cd5de476f99333df6b0c2a7','Canada',NULL,NULL,'LINE',NULL,10,'','e043ff4e44f34782d7fb0f454a63d0a4','',NULL),(4226,'en','profile-builder','ea4788705e6873b424c65e91c2846b19','Cancel',NULL,NULL,'LINE',NULL,10,'','320c106f9c53fdbf473fbdf1d741a1a9','',NULL),(4227,'en','profile-builder','81975d05c61d8de83f46487739fd77cf','Cape Verde',NULL,NULL,'LINE',NULL,10,'','0b92789101ddb2083f7641586be37110','',NULL),(4228,'en','profile-builder','6802039d41676bdd09823704b0b9ba92','Cayman Islands',NULL,NULL,'LINE',NULL,10,'','2a0360afdf8c6d54c2231ea6584e7d79','',NULL),(4229,'en','profile-builder','aa293d284f52b08da5ba7fe7792fe9c3','Central African Republic',NULL,NULL,'LINE',NULL,10,'','b6f816e27adb86ae389d687f93e25add','',NULL),(4230,'en','profile-builder','e03653dedd6f4e142f4aca131995964f','Chad',NULL,NULL,'LINE',NULL,10,'','cf6c25ca1521e3614b923f1204c861f1','',NULL),(4231,'en','profile-builder','f0e63f438f5384eba2be87f38b039111','Changed Email Address Notification',NULL,NULL,'LINE',NULL,10,'','6104802f15177ec6ad5e0d6e9feb812d','',NULL),(4232,'en','profile-builder','ad27dd81aa70aa6aa7adfffe2e6688e8','Check your e-mail for the confirmation link.',NULL,NULL,'LINE',NULL,10,'','eb923906e5c92e2da75ce1d35e10a1d5','',NULL),(4233,'en','profile-builder','4f8222964f9a317cef99dddc23a121bd','Checkbox',NULL,NULL,'LINE',NULL,10,'','3619e72dde75f84da422c7b1855f7c23','',NULL),(4234,'en','profile-builder','2e6507f70a9cc26fb50f5fd82a83c7ef','Chile',NULL,NULL,'LINE',NULL,10,'','e1824d2869052e65294efdf51dedb9c9','',NULL),(4235,'en','profile-builder','ae54a5c026f31ada088992587d92cb3a','China',NULL,NULL,'LINE',NULL,10,'','baf3dba164fc49c52b2c73ff62c7b9d2','',NULL),(4236,'en','profile-builder','26041eb373acc165128585ca05b59250','Choose one of the supported field types',NULL,NULL,'LINE',NULL,10,'','5ddc41aab5e96f4019a0ae272148988d','',NULL),(4237,'en','profile-builder','f8d8ac1056091dff506821a246469e71','Choose one of the supported fields you manage <a href=\"',NULL,NULL,'LINE',NULL,10,'','039ddd5492feae652b0a25cc35badbb6','',NULL),(4238,'en','profile-builder','3c8f688adc17a3bab59a9fed82e4ddf2','Choose what role the user will have after (s)he registered<br/>If not specified, defaults to the role set in the WordPress settings',NULL,NULL,'LINE',NULL,10,'','1ee9429d8aac64a9ee094898d3785205','',NULL),(4239,'en','profile-builder','46c39d0b6ee1453deb8a9260b2b8a0e1','Choose which user roles view the admin bar in the front-end of the website.',NULL,NULL,'LINE',NULL,10,'','a6ebffb2dfcd2c18e98049489fe79361','',NULL),(4240,'en','profile-builder','ab2545657cdf0f718c9e389e65a6beb0','Choose...',NULL,NULL,'LINE',NULL,10,'','3a701221067fb079280f8dd4b28fc833','',NULL),(4241,'en','profile-builder','1c5112b81b010632b5848ed68cae206d','Christmas Island',NULL,NULL,'LINE',NULL,10,'','b9d2bbbfe9c1f4e5db4c65e8b7fc25eb','',NULL),(4242,'en','profile-builder','57ae128a7670527109e8a830de7b53dc','Clear Results',NULL,NULL,'LINE',NULL,10,'','e59cd5277ba38ecbe4ed98a27c787e2d','',NULL),(4243,'en','profile-builder','d691a580d6893b805dc58904d000e56e','Click here to go back',NULL,NULL,'LINE',NULL,10,'','f3f2f0cce21721828f5dc44ff70d0a2c','',NULL),(4244,'en','profile-builder','0e6a479a345cd85d0a7218a4f9c9fc1d','Click here to see more information about this user',NULL,NULL,'LINE',NULL,10,'','ade9f551d67edb93e23727ab22db8eba','',NULL),(4245,'en','profile-builder','934bb8dcc34377ca31d3fbb52efd165f','Click here to see more information about this user.',NULL,NULL,'LINE',NULL,10,'','3df95b60bb715f1a943c9c9ec9d52afe','',NULL),(4246,'en','profile-builder','bb10fd67bef12e4e60cedfa44ce610c1','Click to edit ',NULL,NULL,'LINE',NULL,10,'','a7b0a75aca685056970d40abc0cb24cf','',NULL),(4247,'en','profile-builder','99e33b76fe634988761bf3c07c089af5','Cocos Islands',NULL,NULL,'LINE',NULL,10,'','67ca4a630e9625977eb549c4f91ec913','',NULL),(4248,'en','profile-builder','ef3388cc5659bccb742fb8af762f1bfd','Colombia',NULL,NULL,'LINE',NULL,10,'','b8c8697f3d2ebb0392236386c8352831','',NULL),(4249,'en','profile-builder','f5a8885f26ea1fe06b78b423fa4e9f95','Common Settings',NULL,NULL,'LINE',NULL,10,'','c11e26565662ba772f1bbac6194f7ece','',NULL),(4250,'en','profile-builder','4234d1794dd33c1b6ed975eab5148040','Comoros',NULL,NULL,'LINE',NULL,10,'','97ca1cbf427d9e09dcb7fee8a9c2568e','',NULL),(4251,'en','profile-builder','4859833e362632ec29c14ad1edd94b35','Compatible with your version of Profile Builder.',NULL,NULL,'LINE',NULL,10,'','b4a88e311c39800773f0713b6ec08d27','',NULL),(4252,'en','profile-builder','6b862186923987b6187154138271326d','Confirm Email',NULL,NULL,'LINE',NULL,10,'','36fbeac46aacfbf72c921e84ca0df6c3','',NULL),(4253,'en','profile-builder','dbeeb228eb563f7a3a2ca81b253dc50f','Contact Info',NULL,NULL,'LINE',NULL,10,'','31bf0cd663da22d8e5e1f648dafa8fa8','',NULL),(4254,'en','profile-builder','f15c1cae7882448b3fb0404682e17e61','Content',NULL,NULL,'LINE',NULL,10,'','986174fd7af591b75dc3bc5569c7fd85','',NULL),(4255,'en','profile-builder','4cddaf95370d849a891c1c6eb5c63243','Cook Islands',NULL,NULL,'LINE',NULL,10,'','963a9e9e7645a473f8f61e9b3f5a5ba4','',NULL),(4256,'en','profile-builder','5882b568d8a010ef48a6896f53b6eddb','Costa Rica',NULL,NULL,'LINE',NULL,10,'','f53bba3a7eaf6bc9e0c3992789bb37c4','',NULL),(4257,'en','profile-builder','44cf481ea154d43bb88b03a30837e51f','Could not create user!',NULL,NULL,'LINE',NULL,10,'','021a24fb683482c12420d3cfcfb76e28','',NULL),(4258,'en','profile-builder','5a6e9d8c3ff64bbd81ef08cc44911b31','Could not install add-on. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>.',NULL,NULL,'LINE',NULL,10,'','1a213b5073d1ce7d33413f65fbeac9e5','',NULL),(4259,'en','profile-builder','2bf0b0c223ac955ee99c9ffefc1b48ed','Country Select',NULL,NULL,'LINE',NULL,10,'','afa341a88d4c9c3c9177be1f96065729','',NULL),(4260,'en','profile-builder','560d4c6ff431c86546f3fcec72c748c7','Croatia',NULL,NULL,'LINE',NULL,10,'','2fc875c431ec9e327c2deea70b58e8b6','',NULL),(4261,'en','profile-builder','33cac763789c407f405b2cf0dce7df89','Cuba',NULL,NULL,'LINE',NULL,10,'','9d17318568dc2b72fcfeff11549da561','',NULL),(4262,'en','profile-builder','0d2268d462cd08b20b7508c3fc0fde5e','Curacao',NULL,NULL,'LINE',NULL,10,'','8282d214601f8bd555576689170f9e17','',NULL),(4263,'en','profile-builder','22fb06aaafa40323f171525493d98cb8','Custom Redirects',NULL,NULL,'LINE',NULL,10,'','64840af1c746a618958f6f829cc5c079','',NULL),(4264,'en','profile-builder','b022b3b07b93f4d74797d7e716bd8a20','Customize Your Forms The Way You Want (*)',NULL,NULL,'LINE',NULL,10,'','5f05d0ff04cb5e486f982f36c17b7b68','',NULL),(4265,'en','profile-builder','ea2ba3f8011e19e3101ce65fdcefbcc4','Cyprus',NULL,NULL,'LINE',NULL,10,'','f841ba0300f5aa1bd90fd67212a2dd8e','',NULL),(4266,'en','profile-builder','51802d8bb965d0e5be697f07d16922e8','Czech Republic',NULL,NULL,'LINE',NULL,10,'','2d3e24ca90d7c31f392dbf6cd2bf4b73','',NULL),(4267,'en','profile-builder','e51b6ff52bcb4756d3c4598256655fef','Date-format',NULL,NULL,'LINE',NULL,10,'','bd3171dd9f37b2c34d19d61ca7c221df','',NULL),(4268,'en','profile-builder','3a6057bc152944577e0d069b05634c77','Datepicker',NULL,NULL,'LINE',NULL,10,'','93945a1cc5530459cfc153ef06ca06f8','',NULL),(4269,'en','profile-builder','109fec06829bd79d222cfc8af52aaaf1','Deactivate',NULL,NULL,'LINE',NULL,10,'','92643d5a165e13603e1797a79b57b027','',NULL),(4270,'en','profile-builder','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'LINE',NULL,10,'','3afc710e879330b25e8427936b856b2d','',NULL),(4271,'en','profile-builder','04471b433400dcbede0c02347b27b26c','Default Content',NULL,NULL,'LINE',NULL,10,'','47af3c858f06ad4f0ab49d7d4c40e2c5','',NULL),(4272,'en','profile-builder','aefdca8c12da748edcba332d535c63ee','Default Option',NULL,NULL,'LINE',NULL,10,'','699956d9f8a594e8b5e428e92a968521','',NULL),(4273,'en','profile-builder','5dfde2d398ea3aff1728f400fa2e7850','Default Option(s)',NULL,NULL,'LINE',NULL,10,'','836546188243cfce70d3958127150944','',NULL),(4274,'en','profile-builder','083901c12b995fef6cd4af4031daebfa','Default Registration',NULL,NULL,'LINE',NULL,10,'','6f505c3ee231e903dd189e0f7f965e39','',NULL),(4275,'en','profile-builder','726d507ee6e4084eb8a602fc5795debc','Default Registration & Registration with Email Confirmation',NULL,NULL,'LINE',NULL,10,'','8db9c8e71fcfd748ae36196f8c0be16a','',NULL),(4276,'en','profile-builder','db135301eaf77a955b2b016f9b9d6a99','Default Role',NULL,NULL,'LINE',NULL,10,'','6ec203aebbf6911770bb6e352254b600','',NULL),(4277,'en','profile-builder','9cafadb708ed8375be4f904df9850a44','Default Sorting Criteria',NULL,NULL,'LINE',NULL,10,'','2685ed3e3b72364ff22ef6858e7a57b9','',NULL),(4278,'en','profile-builder','b6b967ed911bfabd71abdcbda0297bfd','Default Sorting Order',NULL,NULL,'LINE',NULL,10,'','21cbfebb840291c0e2a50faee265d55f','',NULL),(4279,'en','profile-builder','6b66a61fa66288a9a7ad6474d2e686ec','Default Value',NULL,NULL,'LINE',NULL,10,'','6deb1b76b78b850f00041efe317d3401','',NULL),(4280,'en','profile-builder','467a9b82053c45ac8a750dce6570284b','Default value of the field',NULL,NULL,'LINE',NULL,10,'','ae830c4bc49556f3817d1d3c8f5ad5c3','',NULL),(4281,'en','profile-builder','90311ef9af7d63b336b1fd3152700e3d','Default value of the textarea',NULL,NULL,'LINE',NULL,10,'','9291617dd8792818874e5dfc5d3449dc','',NULL),(4282,'en','profile-builder','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'LINE',NULL,10,'','fae6ebbf680161c3f91223a2d858674d','',NULL),(4283,'en','profile-builder','0450d266974d92724ff4bacc3a51952e','Delete all',NULL,NULL,'LINE',NULL,10,'','49fcb76cab3130e2af4f0acc6716e929','',NULL),(4284,'en','profile-builder','6691c0cf879b8db5735bda15ecf6c350','Delete all items',NULL,NULL,'LINE',NULL,10,'','ad5f00cfce5c7dd8e1ade70ee2dca03f','',NULL),(4285,'en','profile-builder','474c1219b0e41415e1115456a362ef4d','Delete this item',NULL,NULL,'LINE',NULL,10,'','082932dc32a205f3bd1f8a86da3787a1','',NULL),(4286,'en','profile-builder','b2ce07e6bc0b55222aa66fcc1b16b732','Democratic Republic of the Congo',NULL,NULL,'LINE',NULL,10,'','838462e6c418b7ce95e2bc098c1e9c36','',NULL),(4287,'en','profile-builder','424214945ba5615eca039bfe5d731c09','Denmark',NULL,NULL,'LINE',NULL,10,'','3f421aa2637b253496092e415e544662','',NULL),(4288,'en','profile-builder','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'LINE',NULL,10,'','7f32649ae1f4573a1d303f2580816872','',NULL),(4289,'en','profile-builder','b9f5c797ebbf55adccdd8539a65a0241','Disabled',NULL,NULL,'LINE',NULL,10,'','18f76a215ea1def579262090440f2a6a','',NULL),(4290,'en','profile-builder','b069d10113f5c547dbce36ea76b76226','Display Messages',NULL,NULL,'LINE',NULL,10,'','cd8248288cbdb93fd71d28ae002cea50','',NULL),(4291,'en','profile-builder','b48968e1c912da07df5e8d6d246291ec','Display Name',NULL,NULL,'LINE',NULL,10,'','177d6480e9e9ff9959670e1dabdaedb0','',NULL),(4292,'en','profile-builder','0ae8ef500342cb7dc0b53fa2d2cca0b1','Display name as',NULL,NULL,'LINE',NULL,10,'','e5c31c320308687b5ee7d1816f33b6cb','',NULL),(4293,'en','profile-builder','dead5a30d04552711ba8afbdd7ff3e9f','Display name publicly as',NULL,NULL,'LINE',NULL,10,'','3bf5dbd52b6d04d6490d37c0b84a2cc3','',NULL),(4294,'en','profile-builder','902f92c09660b797958acb27421fd9ac','Djibouti',NULL,NULL,'LINE',NULL,10,'','d3a08ee2bdfb280edc1e2db74ff6a930','',NULL),(4295,'en','profile-builder','6392cc9144b2460360135eeedb52411a','Do you want to',NULL,NULL,'LINE',NULL,10,'','efcc35d031901fa2e508e61dccb10608','',NULL),(4296,'en','profile-builder','835dc357bec307976908b4ef61458fb8','Do you want to bulk approve the selected users?',NULL,NULL,'LINE',NULL,10,'','892abe63b1e2308ed1d0acf98f1e274f','',NULL),(4297,'en','profile-builder','735b629457b995735305915a17c951af','Do you want to bulk delete the selected users?',NULL,NULL,'LINE',NULL,10,'','551639eee43fd37b0288073beb8d5227','',NULL),(4298,'en','profile-builder','f6627c3cf93003bd53797f0de32d6081','Do you want to bulk unapprove the selected users?',NULL,NULL,'LINE',NULL,10,'','9d629541bf2a8a7741405285614214d3','',NULL),(4299,'en','profile-builder','531c552093668f148d3c826fca6e3cc8','Dominica',NULL,NULL,'LINE',NULL,10,'','68157977fb260c9c12a7b0298cd73a01','',NULL),(4300,'en','profile-builder','662c15622f9c9c5decc0db80edb6c416','Dominican Republic',NULL,NULL,'LINE',NULL,10,'','98dfe7f3399e6e9355fbb41279c4dfa2','',NULL),(4301,'en','profile-builder','3c6392d21eded83348fcd9ba6fbf3784','Download Now',NULL,NULL,'LINE',NULL,10,'','e61c4563fd441b9505dbd1f862aa27f0','',NULL),(4302,'en','profile-builder','de1d0ef085fd7766a0480b9bf11462b0','Downloading and installing...',NULL,NULL,'LINE',NULL,10,'','6a157686123caede0662ae6424570561','',NULL),(4303,'en','profile-builder','1e884e3078d9978e216a027ecd57fb34','E-mail',NULL,NULL,'LINE',NULL,10,'','3c3c8158cb3f8765aee79bbfe0f15441','',NULL),(4304,'en','profile-builder','bb1ca97ec761fc37101737ba0aa2e7c5','ERROR',NULL,NULL,'LINE',NULL,10,'','c831ce6cc04ddd94e8195a692dbf2d4a','',NULL),(4305,'en','profile-builder','738c6aac54898cead5e4d461daed389c','ERROR:',NULL,NULL,'LINE',NULL,10,'','a803b388f9ce5b88cec7e897f41a5627','',NULL),(4306,'en','profile-builder','cdf56823520aa77542149f3b5c83d253','East Timor',NULL,NULL,'LINE',NULL,10,'','080e3c5b3681548c70cae1696547d99a','',NULL),(4307,'en','profile-builder','3fe863376f987a6deb0b8254421a6825','Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings.',NULL,NULL,'LINE',NULL,10,'','376f9deec913e518fed161d9dd2ef10e','',NULL),(4308,'en','profile-builder','4d5d85af33ec2aaedb674d2d6a7d53b6','Ecuador',NULL,NULL,'LINE',NULL,10,'','22185f5b35f0fa78a8fddea316d49ef5','',NULL),(4309,'en','profile-builder','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'','54970edf4ab1394f85ae29e67309a63e','',NULL),(4310,'en','profile-builder','1860fb17b107cbb39cf6bbfa61130803','Edit Profile',NULL,NULL,'LINE',NULL,10,'','756fe2921f41c07a3a6b0606e3fa6fe7','',NULL),(4311,'en','profile-builder','b7e8e92fe2c65dabaa8977e6cb03fb5b','Edit the Edit-profile Forms',NULL,NULL,'LINE',NULL,10,'','5936994ae900a10b57303759c9a1ca1e','',NULL),(4312,'en','profile-builder','535e7f6af6920f9020105e4fa36b4184','Edit the Registration Forms',NULL,NULL,'LINE',NULL,10,'','013f051ac6d40c94e407cf16d8466406','',NULL),(4313,'en','profile-builder','51087ca1bd4d13f0afe249b2c32f91aa','Edit the User Listing',NULL,NULL,'LINE',NULL,10,'','ffc33608ab5a1824bd8a4a52bc31d180','',NULL),(4314,'en','profile-builder','0340a11af8f9de076fbc7081ab933ac0','Edit this item',NULL,NULL,'LINE',NULL,10,'','2fc4f4e9f700da58800170c49ff69256','',NULL),(4315,'en','profile-builder','7682a1559a4a8b4641607fbc75aecced','Edit-profile Form',NULL,NULL,'LINE',NULL,10,'','5e6e2f9ded7c9ccdc714da8dd13ec539','',NULL),(4316,'en','profile-builder','49b186f03a99ece9c601a7257ef1f6c2','Edit-profile Forms',NULL,NULL,'LINE',NULL,10,'','be197124cfa2e9bff8eeb0e8daa4f48c','',NULL),(4317,'en','profile-builder','b5fa605ca6fbab61aaee576731954d5f','Eg. (###) ###-####',NULL,NULL,'LINE',NULL,10,'','f5cafd167cf3829b334ad220efabf17c','',NULL),(4318,'en','profile-builder','e31959fe2842dacea4d16d36e9813620','Egypt',NULL,NULL,'LINE',NULL,10,'','0dd501ff05dfa8db38cf5b96ef0dac9a','',NULL),(4319,'en','profile-builder','e96d24bdfc024e04f49f1f0cc011ca20','El Salvador',NULL,NULL,'LINE',NULL,10,'','89e04e749d26325df7d3bba1ac68b32d','',NULL),(4320,'en','profile-builder','780937ff17de6fb3dcfd3db1c6f12fde','Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength.',NULL,NULL,'LINE',NULL,10,'','6e1eca99662d02cdfb6dfc4728f7a518','',NULL),(4321,'en','profile-builder','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'LINE',NULL,10,'','ea62a690369c838b4105ecde55a6c3ce','',NULL),(4322,'en','profile-builder','26ef0ae9b0977afb1491d990f7041f5c','Email Confirmation',NULL,NULL,'LINE',NULL,10,'','ae59a0a95d4ab049f39fb45d2eaf3f56','',NULL),(4323,'en','profile-builder','f44bb0cc9844088b32b5daddd0b2c6ae','Email Customizer',NULL,NULL,'LINE',NULL,10,'','45ef2e0bf53513539cec2b73af7fdcbd','',NULL),(4324,'en','profile-builder','e3868f7e6e90b6b55f60ac7d71dcb8ce','Email Subject',NULL,NULL,'LINE',NULL,10,'','65ec3c7f0060006eb41082ada670ee13','',NULL),(4325,'en','profile-builder','1539875dfcaed742760b90a19f7b0f8c','Email notification resent to user',NULL,NULL,'LINE',NULL,10,'','e70580d24061417a768e834c092c5036','',NULL),(4326,'en','profile-builder','0454161dcbc219b043673a5aad960126','Empty field won\'t check for correct phone number.',NULL,NULL,'LINE',NULL,10,'','418dfc261aee260b98b0070fdf807620','',NULL),(4327,'en','profile-builder','1ce3ec4b3b7b8e3c71c575ce5e8c1835','Enable extra features',NULL,NULL,'LINE',NULL,10,'','0691519ba6059000b180465cb73c9992','',NULL),(4328,'en','profile-builder','b02c27a24ccd08bc8a44bcf1b49e40a4','Enable limit to the number of fields to be generated by users in front end forms ',NULL,NULL,'LINE',NULL,10,'','04099ff7c11a9898c7ef19c690a72134','',NULL),(4329,'en','profile-builder','9ee9bbb1727fe92c47ac7e420dc66e74','Enable your modules',NULL,NULL,'LINE',NULL,10,'','d7ecb805c0a5553a88afa548cbe2a8c5','',NULL),(4330,'en','profile-builder','d5a0805e46ae3a9d6372c93be1237b3a','Enter a (detailed) description of the option for end users to read<br/>Optional',NULL,NULL,'LINE',NULL,10,'','80e7bb23dc6c636cc14118dfdd904a5a','',NULL),(4331,'en','profile-builder','66461abdaeb42a6ea94879a268beb92b','Enter a comma separated list of labels<br/>Visible for the user',NULL,NULL,'LINE',NULL,10,'','244860475f02154cd3af6d95a2463e43','',NULL),(4332,'en','profile-builder','516e62d30dab0f5ef3376c5818e335c7','Enter a comma separated list of values<br/>This can be anything, as it is hidden from the user, but should not contain special characters or apostrophes',NULL,NULL,'LINE',NULL,10,'','0c40f224a868e45786aad8654e7a6002','',NULL),(4333,'en','profile-builder','05492119fbae95e3f3d1092f68cdf7c1','Enter a detailed description of the temrs of agreement for the user to read.<br/>Links can be inserted by using standard HTML syntax: &lt;a href=\"custom_url\"&gt;custom_text&lt;/a&gt;',NULL,NULL,'LINE',NULL,10,'','74dc2ef15050c0041c14d7a732959757','',NULL),(4334,'en','profile-builder','8c980b1b6ce105eb5cb945cf58a681a4','Enter a value (between 20 and 200) for the size of the \'Avatar\'<br/>If not specified, defaults to 100',NULL,NULL,'LINE',NULL,10,'','ea1be5f1cb5c62afb560fac2b1a385a4','',NULL),(4335,'en','profile-builder','39790996694e01695bab7b26e284666f','Enter the minimum characters the password should have. Leave empty for no minimum limit',NULL,NULL,'LINE',NULL,10,'','c0e677fa7c3907bd6a644b92048bbe03','',NULL),(4336,'en','profile-builder','a38c2761908be5cef4a98ef5b3402ac9','Equatorial Guinea',NULL,NULL,'LINE',NULL,10,'','07076a30bb5ebce1c0a9a9f7f861b0a1','',NULL),(4337,'en','profile-builder','c9c9f116f74ac9d7e60dc415523dfeff','Eritrea',NULL,NULL,'LINE',NULL,10,'','d9253349dc145fb70fc1185c28f388da','',NULL),(4338,'en','profile-builder','7755415a9fe7022060b98a689236ccd2','Estonia',NULL,NULL,'LINE',NULL,10,'','b3e86c78bc8dc4f00e2dd622222630c4','',NULL),(4339,'en','profile-builder','e299d7cb0f7866cce7d90da2af14047c','Ethiopia',NULL,NULL,'LINE',NULL,10,'','8331d805e763047232228a75756d2b69','',NULL),(4340,'en','profile-builder','105b536f6481082ef7c41b6f4f865235','Everything you will need to manage your users is probably already available using the Pro Modules.',NULL,NULL,'LINE',NULL,10,'','a8a3824994a590eb44a415f444631033','',NULL),(4341,'en','profile-builder','81eeab9506186e2dca8faefa78d54067','Example:',NULL,NULL,'LINE',NULL,10,'','99911c9d12b13270303848a6b0b20f2c','',NULL),(4342,'en','profile-builder','241a80d4b3cd8e30eded0e48a53d13e2','Excerpt View',NULL,NULL,'LINE',NULL,10,'','b578ce721415f27d3fb05420f70c06aa','',NULL),(4343,'en','profile-builder','968bf08ca046e147d22d355ce372d1d5','Existing Pages',NULL,NULL,'LINE',NULL,10,'','e2b7beaaaca07724a1b20f49fab34589','',NULL),(4344,'en','profile-builder','7a88d0816ae22415bc9169dfd9d13753','Extra Features',NULL,NULL,'LINE',NULL,10,'','a80b9d7e2899be621783de1a7ff4da7d','',NULL),(4345,'en','profile-builder','4c0a8863f63051c4ad3b867a9939f726','Extra Functions',NULL,NULL,'LINE',NULL,10,'','a78ca30f4a78b3fe8e05b1f65be6f821','',NULL),(4346,'en','profile-builder','1cceda853c3674ef5f89dc9233ff043a','Extra Profile Fields are available in Hobbyist or PRO versions',NULL,NULL,'LINE',NULL,10,'','d500316d8981a889b0448d1de10905b3','',NULL),(4347,'en','profile-builder','9e31b73f5478848a6fba50719da887d7','Extra shortcode parameters',NULL,NULL,'LINE',NULL,10,'','5a7ef0378aa5577e1d86ead4f5921e59','',NULL),(4348,'en','profile-builder','1ea2b56dea4f434aa77e6369deef076a','Falkland Islands',NULL,NULL,'LINE',NULL,10,'','9f96a00eb47efab02a28c95c51266ff7','',NULL),(4349,'en','profile-builder','76b88e7899abb3bfdd4b55b8c52726b0','Faroe Islands',NULL,NULL,'LINE',NULL,10,'','ae61725bb090402ba41d163b4309d243','',NULL),(4350,'en','profile-builder','fb7791100419dc7f0239730f47f94946','Features that give you more control over your users, increased security and help you fight user registration spam.',NULL,NULL,'LINE',NULL,10,'','d9a7afa373e0f29211edc94d9737e2e9','',NULL),(4351,'en','profile-builder','6f16a5f8ff5d75ab84c018adacdfcbb7','Field',NULL,NULL,'LINE',NULL,10,'','c825d339eb37ee49774a2ce19bd3e759','',NULL),(4352,'en','profile-builder','3b3dc2bffbaaa2b4b8065ece7d1dcd02','Field Properties',NULL,NULL,'LINE',NULL,10,'','cd4cf7dfac94dcf11f6638b4543e23ed','',NULL),(4353,'en','profile-builder','289bb2f620941ebc34f73bd83bebb775','Field Title',NULL,NULL,'LINE',NULL,10,'','3bb7b07a58d83afdcb01b7c85a5508fb','',NULL),(4354,'en','profile-builder','55b0c4d4efa00b59643b2e6a6e7c18c0','Fiji',NULL,NULL,'LINE',NULL,10,'','92ea56ac7e337ede375547b7b10d646a','',NULL),(4355,'en','profile-builder','af99a395c9245d5253b7cdba1d7bf30f','Find out more about PRO Modules',NULL,NULL,'LINE',NULL,10,'','0b9849f2e810bbc40740a6b713c232d3','',NULL),(4356,'en','profile-builder','6f781c6559a0c605da918096bdb69edf','Finland',NULL,NULL,'LINE',NULL,10,'','df799bd8167f9a7901ee8dbb32d8c5e8','',NULL),(4357,'en','profile-builder','bc910f8bdf70f29374f496f05be0330c','First Name',NULL,NULL,'LINE',NULL,10,'','f19420467ead7360205d013bae4d57a8','',NULL),(4358,'en','profile-builder','f819054d813c3898dfa399434ee54681','First/Lastname',NULL,NULL,'LINE',NULL,10,'','9972a773a8cdfe5e5a965cff7c4ba81c','',NULL),(4359,'en','profile-builder','04176f095283bc729f1e3926967e7034','Firstname',NULL,NULL,'LINE',NULL,10,'','cad075997e56eb0ece8180c6f720c144','',NULL),(4360,'en','profile-builder','9cf56c6f5e2bb67042f696c5e2501ea4','For Modern User Interaction',NULL,NULL,'LINE',NULL,10,'','f622a297ec18303021d1f0937c6f49d0','',NULL),(4361,'en','profile-builder','7d06b272bb228b66c3404fb8beb4b47c','For security reasons, you must pass the remote ip to reCAPTCHA!',NULL,NULL,'LINE',NULL,10,'','d68b5a466010f191be61639786910bf4','',NULL),(4362,'en','profile-builder','ea23c570a6578d77b62ea509b83f1252','Form Shortcode',NULL,NULL,'LINE',NULL,10,'','acf3c4db61b51b354a7b1d38b0a0b095','',NULL),(4363,'en','profile-builder','0309a6c666a7a803fdb9db95de71cf01','France',NULL,NULL,'LINE',NULL,10,'','15b4959d3b9a2be704f19e15c76ae9dc','',NULL),(4364,'en','profile-builder','b24ce0cd392a5b0b8dedc66c25213594','Free',NULL,NULL,'LINE',NULL,10,'','a6656d52747345b384f0bc25f76b2b6a','',NULL),(4365,'en','profile-builder','1cab30fe45c3aee88dc7bc9f907cd239','French Guiana',NULL,NULL,'LINE',NULL,10,'','9b879ca1855e8cc4e07facb68c842a73','',NULL),(4366,'en','profile-builder','8e49db69269b7f99afa25722e87fa67e','French Polynesia',NULL,NULL,'LINE',NULL,10,'','fdd940998ea221a75829e9e7b0840db7','',NULL),(4367,'en','profile-builder','369976b629cf2ee3acb26a10601e291b','French Southern Territories',NULL,NULL,'LINE',NULL,10,'','7b8ec5db0857fbe36093256684658171','',NULL),(4368,'en','profile-builder','6275aa1e47fb1ae8aabf4d43a86418d9','From (name)',NULL,NULL,'LINE',NULL,10,'','7f463f20313d89863233771a1c6d1dc9','',NULL),(4369,'en','profile-builder','115aded091000ec865cfdb32da8436dd','From (reply-to email)',NULL,NULL,'LINE',NULL,10,'','1daa5b545ce7a0b365020bad0b46b8ac','',NULL),(4370,'en','profile-builder','fceb5af40df295d85851f390f4f8d78d','Gabon',NULL,NULL,'LINE',NULL,10,'','6e8f4252ecc12cfe2d86ed0816904f38','',NULL),(4371,'en','profile-builder','e2a96e074e1d8a6f6de56abbd4a4d8dc','Gambia',NULL,NULL,'LINE',NULL,10,'','d837ed771840330a3a588ea26fd101cc','',NULL),(4372,'en','profile-builder','a9af19321c0a37d4074b86ff417e0017','General Limit',NULL,NULL,'LINE',NULL,10,'','b571e048b732b208b98af4453890d982','',NULL),(4373,'en','profile-builder','52f4393e1b52ba63e27310ca92ba098c','General Settings',NULL,NULL,'LINE',NULL,10,'','1e40c528daf7df05e4363bcc8e3f633a','',NULL),(4374,'en','profile-builder','b0e694e48a12b20e786b6bf30b8b3e0c','Generic Uploads',NULL,NULL,'LINE',NULL,10,'','c4ea46a1acbfe05ea1427111f16f8a5e','',NULL),(4375,'en','profile-builder','eada819634d0164c6a7547bdcc405033','Georgia',NULL,NULL,'LINE',NULL,10,'','3e9fa2062b2f57682b42b11665e243b9','',NULL),(4376,'en','profile-builder','d8b00929dec65d422303256336ada04f','Germany',NULL,NULL,'LINE',NULL,10,'','6cdd1b1042d8949bbdca84d70335dd94','',NULL),(4377,'en','profile-builder','0c29f11dd040026b541199499c7a2a56','Get New Password',NULL,NULL,'LINE',NULL,10,'','d400ea68375c6f337c1cd330b138b2ef','',NULL),(4378,'en','profile-builder','abb49115fc7df4089c304b8136ec4581','Get started with extra fields',NULL,NULL,'LINE',NULL,10,'','b21b1f04584d02f860c1856c4aec7cfe','',NULL),(4379,'en','profile-builder','e7400496f1ce70cb62c2c44ca2ddc469','Ghana',NULL,NULL,'LINE',NULL,10,'','48ef570705384db98954a935104f45a3','',NULL),(4380,'en','profile-builder','672566a43483aa8212cb365658600b99','Gibraltar',NULL,NULL,'LINE',NULL,10,'','24a17d9f2a5cf891b6b1c3dd95efd9eb','',NULL),(4381,'en','profile-builder','e40d52f25a7302fb9704fa260e5e8dea','Go Back Link',NULL,NULL,'LINE',NULL,10,'','365f5f9f6ef7fd627d178a49e2819fe1','',NULL),(4382,'en','profile-builder','eb91e92ac80aede8decb1ab5f6b366cb','Google Maps API Key',NULL,NULL,'LINE',NULL,10,'','8d97da9dce51d00c019d08d686dc55b2','',NULL),(4383,'en','profile-builder','6b718641741f992e68ec3712718561b8','Greece',NULL,NULL,'LINE',NULL,10,'','228cc24425a1f1df93970bb9366eac9a','',NULL),(4384,'en','profile-builder','583eda79d32f7c1cb0840862787a73ca','Greenland',NULL,NULL,'LINE',NULL,10,'','2582489b969ae5a25d3214eaf6f0007b','',NULL),(4385,'en','profile-builder','45b1cb9a558807139085c645d2f47f07','Grenada',NULL,NULL,'LINE',NULL,10,'','965763624fe73031d5a245b642de8ba6','',NULL),(4386,'en','profile-builder','0dc81c66d1c08d6ca64c7e8b60ae78fb','Guadeloupe',NULL,NULL,'LINE',NULL,10,'','69b223bd1eba2f58158057c244a3523a','',NULL),(4387,'en','profile-builder','2dc47f81fc4257e14c4d0fcd90d03b9a','Guam',NULL,NULL,'LINE',NULL,10,'','e7038d806ede13fe650705898444806c','',NULL),(4388,'en','profile-builder','948b13d5a3e11e21baadc349e199020e','Guatemala',NULL,NULL,'LINE',NULL,10,'','6a5624b9b86e657b73afb7b1ce727d40','',NULL),(4389,'en','profile-builder','a531abc58761191a634e3d485d0a199b','Guernsey',NULL,NULL,'LINE',NULL,10,'','7f2cbbddfec51c1c0d5745c91019d4b3','',NULL),(4390,'en','profile-builder','8e4d9eeed250a9d065ac2bb8bdc67b30','Guinea',NULL,NULL,'LINE',NULL,10,'','c2c3e023236847c286a70142698343da','',NULL),(4391,'en','profile-builder','2d65f5236205dd23c6a8212627568fb8','Guinea-Bissau',NULL,NULL,'LINE',NULL,10,'','7c421913afe3065f9b4d563f60d7428f','',NULL),(4392,'en','profile-builder','cf4c7e1169281886577940e361854a84','Guyana',NULL,NULL,'LINE',NULL,10,'','da6bb8bfd5e036291047b5f441ff28c7','',NULL),(4393,'en','profile-builder','4c4ad5fca2e7a3f74dbb1ced00381aa4','HTML',NULL,NULL,'LINE',NULL,10,'','2d6d8a962370a2081ebd61ac7a87edac','',NULL),(4394,'en','profile-builder','b88959cb7d907d91065ac7ec19eb0b44','Haiti',NULL,NULL,'LINE',NULL,10,'','2bffb2f43860a1e8a90c50ab029e0e28','',NULL),(4395,'en','profile-builder','ceb6a5d6036c95ec400622d2fbb5eb18','Heard Island and McDonald Islands',NULL,NULL,'LINE',NULL,10,'','c775a825600d76d659cc58520e9404ae','',NULL),(4396,'en','profile-builder','0c46cb6444c7b0b932bc607192777d01','Here you can activate / deactivate available modules for Profile Builder.',NULL,NULL,'LINE',NULL,10,'','77703074cb3d8bb0be9a1349c948b52f','',NULL),(4397,'en','profile-builder','62a5e490880a92eef74f167d9dc6dca0','Hide',NULL,NULL,'LINE',NULL,10,'','a507a0098e07063ef1f0b7945d894e2b','',NULL),(4398,'en','profile-builder','f4270ce39e7e926052e097a0e4e63bde','Honduras',NULL,NULL,'LINE',NULL,10,'','44e9baedf5de766489c982d19dea89b6','',NULL),(4399,'en','profile-builder','8b476ff778119b8d49588f3daadf69a1','Hong Kong',NULL,NULL,'LINE',NULL,10,'','3245cc88b063849addc28b3bc96819fc','',NULL),(4400,'en','profile-builder','fa79c3005daec47ecff84a116a0927a1','Hungary',NULL,NULL,'LINE',NULL,10,'','0be3cd40b7a629f19d04f19d326488b0','',NULL),(4401,'en','profile-builder','b718adec73e04ce3ec720dd11a06a308','ID',NULL,NULL,'LINE',NULL,10,'','bdaa8d7f782151a99d9b7d0354169236','',NULL),(4402,'en','profile-builder','b78edab0f52e0d6c195fd0d8c5709d26','Iceland',NULL,NULL,'LINE',NULL,10,'','ddc1f64f56cead55231afc9e47f97eff','',NULL),(4403,'en','profile-builder','cc88ea9ac308ba3abd9270fe5d826ce9','If you enjoy using <strong> %1$s </strong> please <a href=\"%2$s\" target=\"_blank\">rate us on WordPress.org</a>. More happy users means more features, less bugs and better support for everyone. ',NULL,NULL,'LINE',NULL,10,'','599805de126b77e6992d415168711078','',NULL),(4404,'en','profile-builder','2c6ce6f01ef4d9b71409321af241ec45','If you register this version of Profile Builder, you\'ll receive information regarding upgrades, patches, and technical support.',NULL,NULL,'LINE',NULL,10,'','3b19e16c737d1307b7d921d1879d1ef0','',NULL),(4405,'en','profile-builder','3cab03c00dbd11bc3569afa0748013f0','Inactive',NULL,NULL,'LINE',NULL,10,'','5cddfcc96f3bcd375baf151062d76899','',NULL),(4406,'en','profile-builder','eb78cbd108174fe8f540887ac35e3c4a','Incorrect phone number',NULL,NULL,'LINE',NULL,10,'','f65395e0aacc25ed19f1d10802a30833','',NULL),(4407,'en','profile-builder','7d31e0da1ab99fe8b08a22118e2f402b','India',NULL,NULL,'LINE',NULL,10,'','38a35e77f58b061893a299f926c64dfa','',NULL),(4408,'en','profile-builder','4647d00cf81f8fb0ab80f753320d0fc9','Indonesia',NULL,NULL,'LINE',NULL,10,'','1f40d3c919386ef6810a3252deb34350','',NULL),(4409,'en','profile-builder','10625154e2aebe9f3c49ee482f92ef71','Input / Hidden Input',NULL,NULL,'LINE',NULL,10,'','7bfb125495818e18cc9aa07b5d7e36a1','',NULL),(4410,'en','profile-builder','5edb0eb1006e6be6d4cd5609357b4bb3','Install Now',NULL,NULL,'LINE',NULL,10,'','18d01c1c01636204d0c54d94b009ec1e','',NULL),(4411,'en','profile-builder','fd27264bf07cac36017c79d5bc35af81','Installation complete',NULL,NULL,'LINE',NULL,10,'','c970e11c80fb1b0b899c35b0956a3638','',NULL),(4412,'en','profile-builder','36b66bfa187da1ae7b45d9af284e056b','Invalid activation key!',NULL,NULL,'LINE',NULL,10,'','dd5f3c2861a981830a936410201a0955','',NULL),(4413,'en','profile-builder','20395120ee83158e3450304634994157','Invalid key!',NULL,NULL,'LINE',NULL,10,'','7235d4709458480e97db4a7e8b4cff2b','',NULL),(4414,'en','profile-builder','3c890867fddc439f4615b1534ccd0f72','Invalid username.',NULL,NULL,'LINE',NULL,10,'','cbd8ba4d3a21f8ac1bf30c7970952a6d','',NULL),(4415,'en','profile-builder','21fc68909a9eb8692e84cf64e495213e','Iran',NULL,NULL,'LINE',NULL,10,'','cf15e63bdf1620db13a3a775f2dd6ebc','',NULL),(4416,'en','profile-builder','5ae2ff99743a8487c917e98bbf3db2d3','Iraq',NULL,NULL,'LINE',NULL,10,'','57ee6a39a745cd48639cb7bf53df77ce','',NULL),(4417,'en','profile-builder','06e415f918c577f07328a52e24f75d43','Ireland',NULL,NULL,'LINE',NULL,10,'','eafbecfe41713dd6c7a448b19882a9ba','',NULL),(4418,'en','profile-builder','9a3075ee78e707359751cecfffedc5b8','Isle of Man',NULL,NULL,'LINE',NULL,10,'','67a2e38ff19c089330701a383c74299f','',NULL),(4419,'en','profile-builder','5a548c2f5875f10bf5614b7c258876cf','Israel',NULL,NULL,'LINE',NULL,10,'','13135d5375c94863c427fd5d06278335','',NULL),(4420,'en','profile-builder','1007e1b7f894dfbf72a0eaa80f3bc57e','Italy',NULL,NULL,'LINE',NULL,10,'','d4eb9bf1d503c8c77f055ed3a85a91c4','',NULL),(4421,'en','profile-builder','cea34f6b4f356c28fc2b766ae46b6d6c','Ivory Coast',NULL,NULL,'LINE',NULL,10,'','c8948d7937961eb5f9bb725e71d58c52','',NULL),(4422,'en','profile-builder','814b2dd320329092db5dd5baef267e4a','Jabber',NULL,NULL,'LINE',NULL,10,'','1a853ff8311789d43fd39306d245a986','',NULL),(4423,'en','profile-builder','9e9baa671cfff0d817425ccb0b2eb7b3','Jabber / Google Talk',NULL,NULL,'LINE',NULL,10,'','ee8fd15317f816329ec0b330e03e1a4b','',NULL),(4424,'en','profile-builder','1add2eb41fcae9b2a15b4a7d68571409','Jamaica',NULL,NULL,'LINE',NULL,10,'','085cb09158671ac27b5a8a6841d0bc88','',NULL),(4425,'en','profile-builder','53a577bb3bc587b0c28ab808390f1c9b','Japan',NULL,NULL,'LINE',NULL,10,'','0f24e0a1faeca18cd1186a29decd787d','',NULL),(4426,'en','profile-builder','3cda26e0c8aedbf662adb42f923ef3ec','Jersey',NULL,NULL,'LINE',NULL,10,'','74b1fa4e2ded4c7a3ba191ecb266a252','',NULL),(4427,'en','profile-builder','6ea1e24d60afddf388b06f8243c45b70','Jordan',NULL,NULL,'LINE',NULL,10,'','0609951af37582a143fed06d38a230e3','',NULL),(4428,'en','profile-builder','7c1a943bf29d2c753fb935e99428482c','Kazakhstan',NULL,NULL,'LINE',NULL,10,'','c26a00764756fa756febccbfdc8be001','',NULL),(4429,'en','profile-builder','b8a363adfd2b333ab4a6a5678fb0691e','Keep your users out of the WordPress dashboard, redirect them to the front-page after login or registration, everything is just a few clicks away.',NULL,NULL,'LINE',NULL,10,'','9f2d015c69eb02ccb79789bf0f6fc21e','',NULL),(4430,'en','profile-builder','94984a8c4896946d9bafd24959cb6181','Kenya',NULL,NULL,'LINE',NULL,10,'','380bf1d3abd261c41abc8babc500c7bf','',NULL),(4431,'en','profile-builder','5445aab1db1bff113667140ec2e95742','Kiribati',NULL,NULL,'LINE',NULL,10,'','448f8d9b5c16f0b406ebe5bad4181859','',NULL),(4432,'en','profile-builder','40e5f4acf26ffcc0490082c11aad831f','Kosovo',NULL,NULL,'LINE',NULL,10,'','b263a3d10465fe76ae95f967426714bf','',NULL),(4433,'en','profile-builder','05387f3ca38d7bd84ae35f31f2899ecf','Kuwait',NULL,NULL,'LINE',NULL,10,'','c64f05b0bb59a633e49f5417e7a1b28d','',NULL),(4434,'en','profile-builder','5e4a24f76c22f03700b283dfbdf6eec1','Kyrgyzstan',NULL,NULL,'LINE',NULL,10,'','2140501d815d831bb15a2d283e8b9746','',NULL),(4435,'en','profile-builder','3ad6cb6100190c8f81e99fd52debf7ef','Labels',NULL,NULL,'LINE',NULL,10,'','ddaae79436f3769052202b88fa22a08e','',NULL),(4436,'en','profile-builder','601aebf4afb1db3fdb5c88f3cdda23ef','Laos',NULL,NULL,'LINE',NULL,10,'','2dbd6277996f2dc58b1bcfbeba5de217','',NULL),(4437,'en','profile-builder','0bc262d53b6116367c1db68b67826112','Last &raquo;&raquo;',NULL,NULL,'LINE',NULL,10,'','144b295e2c5b556a9f6756c3e3ba498f','',NULL),(4438,'en','profile-builder','77587239bf4c54ea493c7033e1dbf636','Last Name',NULL,NULL,'LINE',NULL,10,'','e98175c1f2fd8ba3e747ad3ec5bc5d7b','',NULL),(4439,'en','profile-builder','dff4bf10409100d989495c6d5486035e','Lastname',NULL,NULL,'LINE',NULL,10,'','696f74fd5ca8a493005e0a50bfab7d3a','',NULL),(4440,'en','profile-builder','a09f4b2ae67f0a63ab8912047a1a1b55','Latvia',NULL,NULL,'LINE',NULL,10,'','9ff397220f624fb1d4bf65c5858f43e9','',NULL),(4441,'en','profile-builder','f5395c9793af8a11b406ca7c1ac70da9','Learn More',NULL,NULL,'LINE',NULL,10,'','84ac8b325a1d7cc3b75125eabb0a48c9','',NULL),(4442,'en','profile-builder','b45ff92cc522bb89bfc3b8ef3fc21b7d','Lebanon',NULL,NULL,'LINE',NULL,10,'','3faa7c1abba14835d40c2140cea16f3e','',NULL),(4443,'en','profile-builder','e99bb6b91ef51dbe4eec9340dc7c68cf','Lesotho',NULL,NULL,'LINE',NULL,10,'','da7e206edd12e7d23a87fc7515e6e8d1','',NULL),(4444,'en','profile-builder','642cab67fc263bb61ae4ccbd577c8aa4','Liberia',NULL,NULL,'LINE',NULL,10,'','f9604b3700373c319a0b9a9bf822c393','',NULL),(4445,'en','profile-builder','742b8abe5776a6d942a92ce7dc7d84a0','Libya',NULL,NULL,'LINE',NULL,10,'','e8fb27e11c91c508087ee524d0d3aac4','',NULL),(4446,'en','profile-builder','da4e3775bd2de6c37fadd9b0188f7a4e','Liechtenstein',NULL,NULL,'LINE',NULL,10,'','6893600d9ec66b669bb853b93c88d206','',NULL),(4447,'en','profile-builder','80d2677cf518f4d04320042f4ea6c146','Limit',NULL,NULL,'LINE',NULL,10,'','12adfdda93c127a522a93bd86c0f0e16','',NULL),(4448,'en','profile-builder','806db08b8d5ab2af924f8401224a9176','List View',NULL,NULL,'LINE',NULL,10,'','537ef3c6dde7c773668d4864fa30516e','',NULL),(4449,'en','profile-builder','d9051e0b77f8bb5521389618e70e2ada','Lithuania',NULL,NULL,'LINE',NULL,10,'','20bf5b2904fcbadf4f9d8dd01eb3b30b','',NULL),(4450,'en','profile-builder','22fdeaf4fff7a7d396dbd84dbfbbe787','Load Profile Builder\'s own CSS file in the front-end:',NULL,NULL,'LINE',NULL,10,'','187eb0cf66a4ce8000eb02f4f0c9aa41','',NULL),(4451,'en','profile-builder','4394c8d8e63c470de62ced3ae85de5ae','Log out',NULL,NULL,'LINE',NULL,10,'','13c493c0ce67d66ec64b0fb56521a1ea','',NULL),(4452,'en','profile-builder','0daf9402a86ecf0462af9fffd2b4b233','Log out &raquo;',NULL,NULL,'LINE',NULL,10,'','d5377d804a70cbf88a36c242ef87c1eb','',NULL),(4453,'en','profile-builder','e3e844aaaeac4176d6c4661dd4beabbc','Log out of this account',NULL,NULL,'LINE',NULL,10,'','5ce75d6fc85da5968ff7d830e342eb52','',NULL),(4454,'en','profile-builder','8f91e2da0dece0b3ae3930e5fdd6b1a9','Log out of this account.',NULL,NULL,'LINE',NULL,10,'','530924980f80114146b0530a8e7c2089','',NULL),(4455,'en','profile-builder','99dea78007133396a7b8ed70578ac6ae','Login',NULL,NULL,'LINE',NULL,10,'','16ae84c396241b02cd6658ee544f5d3c','',NULL),(4456,'en','profile-builder','b9985cf622dd466a803242fef3d545a6','Login is set to be done using the E-mail. This field will NOT appear in the front-end! ( you can change these settings under the \"%s\" tab )',NULL,NULL,'LINE',NULL,10,'','4058c0a1865a560195754f82c94840ed','',NULL),(4457,'en','profile-builder','d83efbe8483d1c3375c8d95bc0a88d4a','Login with Email or Username',NULL,NULL,'LINE',NULL,10,'','1881a27fb49164ff92d874b9dd2fc7f5','',NULL),(4458,'en','profile-builder','0323de4f66a1700e2173e9bcdce02715','Logout',NULL,NULL,'LINE',NULL,10,'','4aa461f91776563a69b25a9b2c05a82f','',NULL),(4459,'en','profile-builder','aa08a71d3d45952c898d538c93a38a96','Lost your password',NULL,NULL,'LINE',NULL,10,'','1bdcb0be07ba93014ef19b2e30f4d72b','',NULL),(4460,'en','profile-builder','03c61302b065977ac5b1108ee12a49f6','Lost your password?',NULL,NULL,'LINE',NULL,10,'','c20736c156da1ffb18f5167c97076257','',NULL),(4461,'en','profile-builder','06630c890abadde9228ea818ce52b621','Luxembourg',NULL,NULL,'LINE',NULL,10,'','a90f0300db877f7ddaf0fb7d032d776c','',NULL),(4462,'en','profile-builder','35cc0f78d9f676890516c8ebc834a162','Macao',NULL,NULL,'LINE',NULL,10,'','b071efe51005d33115f826f9dcd42444','',NULL),(4463,'en','profile-builder','5547baeda33255ad8f5307fc92cb589e','Macedonia',NULL,NULL,'LINE',NULL,10,'','1c4c3bb3eccc25736e2d5bd54ed4f385','',NULL),(4464,'en','profile-builder','b5bcce260d9e303ca0e63f055187ed28','Madagascar',NULL,NULL,'LINE',NULL,10,'','e0b3ac05bde13170c50568130cfe9519','',NULL),(4465,'en','profile-builder','73ac83e13b64ae2c814bf4204d81d087','Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address.',NULL,NULL,'LINE',NULL,10,'','2085e0dc2f4e672855a7d3ed1aece9bb','',NULL),(4466,'en','profile-builder','70965feb0441ff7fc1982fc5c509136e','Malawi',NULL,NULL,'LINE',NULL,10,'','23bc6fd76539ae777c77cbc0822b0051','',NULL),(4467,'en','profile-builder','3f0e49c46cbde0c7adf5ea04a97ab261','Malaysia',NULL,NULL,'LINE',NULL,10,'','b2ecc1a42b135e38c416b67e4707ce27','',NULL),(4468,'en','profile-builder','62235142f3fca96e1f2cd0ed4a7de48d','Maldives',NULL,NULL,'LINE',NULL,10,'','ea5e310d2be8dce7e38f5dfdcdc2f1d6','',NULL),(4469,'en','profile-builder','e90c93ceb8ccdcdf3b797f47edee866d','Mali',NULL,NULL,'LINE',NULL,10,'','6bf34f00f9f6b1480854bc8cad2cd0df','',NULL),(4470,'en','profile-builder','92468e8a62373add2b9caefddbcf1303','Malta',NULL,NULL,'LINE',NULL,10,'','b332206d6c9f0a43733549f9c3d76775','',NULL),(4471,'en','profile-builder','76da7a18d342bf073f11f93876eb77e9','Manage Default and Extra Fields',NULL,NULL,'LINE',NULL,10,'','a0a0f283eadf6404baad2f6197ce7768','',NULL),(4472,'en','profile-builder','934b3314c6ab38242449dd306230d8f4','Manage Fields',NULL,NULL,'LINE',NULL,10,'','23a4dc997685c3f14779f2267d958eba','',NULL),(4473,'en','profile-builder','46f3ea056caa3126b91f3f70beea068c','Map',NULL,NULL,'LINE',NULL,10,'','0589215dbd415f076f569021f8e9a408','',NULL),(4474,'en','profile-builder','0d682c020f9347a5cfaa8fbd18e92ead','Marshall Islands',NULL,NULL,'LINE',NULL,10,'','b70bcd179ba285aa0691431a520273f9','',NULL),(4475,'en','profile-builder','899c4b2a0d41d5b86e2dbc3b2f5380cf','Martinique',NULL,NULL,'LINE',NULL,10,'','4d982832288a7aaa847cc03220e2de67','',NULL),(4476,'en','profile-builder','d7fe73b6846dfc672236e636aa2cf6b5','Mauritania',NULL,NULL,'LINE',NULL,10,'','560de28efa34b78cdbeccfb253810a12','',NULL),(4477,'en','profile-builder','07f3ca235faaa1c9ad16facef5526d8b','Mauritius',NULL,NULL,'LINE',NULL,10,'','7aab677f811465055ab926af6d078577','',NULL),(4478,'en','profile-builder','9c05c40b81fd906b1585e231c0d896f1','Mayotte',NULL,NULL,'LINE',NULL,10,'','316803758a2594719571e03ccc91c72d','',NULL),(4479,'en','profile-builder','87f8a6ab85c9ced3702b4ea641ad4bb5','Medium',NULL,NULL,'LINE',NULL,10,'','4e3fc5e16fc3c21847f836e4d6e4d7b7','',NULL),(4480,'en','profile-builder','1d883b06dafe4af283355a20845736cc','Meta-name',NULL,NULL,'LINE',NULL,10,'','963d3e25b4ad8b7049c1da0c79521d35','',NULL),(4481,'en','profile-builder','8dbb07a18d46f63d8b3c8994d5ccc351','Mexico',NULL,NULL,'LINE',NULL,10,'','db5cf883f8289bb0f956f58c4de431b6','',NULL),(4482,'en','profile-builder','19a5a05a4982fef88f96039a43dbcfd8','Micronesia',NULL,NULL,'LINE',NULL,10,'','5c1fb221533d901801ab6750fd6baf32','',NULL),(4483,'en','profile-builder','64d6dbd87213ca5a70a70fe9208b9538','Minimum Password Length and Strength Meter',NULL,NULL,'LINE',NULL,10,'','fd61ed4f6dae353f728c907cdaa2fc1e','',NULL),(4484,'en','profile-builder','1e3c5dce1663e0d71bf2a126a43c79d1','Minimum Password Length:',NULL,NULL,'LINE',NULL,10,'','6b81e5aa6def8274bdfb45f40af2d9d8','',NULL),(4485,'en','profile-builder','ff804b313c2661c03a98c5926f403099','Minimum Password Strength:',NULL,NULL,'LINE',NULL,10,'','cb5ad7dd3eac1ffb7facc76cb49feda0','',NULL),(4486,'en','profile-builder','ec8da30209d3e0d97cc82823db9cd15d','Minimum length of %d characters',NULL,NULL,'LINE',NULL,10,'','973af6fc14b17beef9e6df8248f4d60c','',NULL),(4487,'en','profile-builder','9280fae3969b40b724210127a23a54c9','Minimum required Profile Builder version:',NULL,NULL,'LINE',NULL,10,'','757fd27bcb32912f3855121154b573cb','',NULL),(4488,'en','profile-builder','bf17ac149e2e7a530c677e9bd51d3fd2','Modules',NULL,NULL,'LINE',NULL,10,'','bcd9f169d669d06a66ca529ada64841f','',NULL),(4489,'en','profile-builder','0c12f5495afe76d9242ed25668979de9','Moldova',NULL,NULL,'LINE',NULL,10,'','f5fd860b57271ed236b8d0102f8efea1','',NULL),(4490,'en','profile-builder','d6a297c6193fd59309453a0db7a51b90','Monaco',NULL,NULL,'LINE',NULL,10,'','769a44258aee4deb2f03df2b0d3a963b','',NULL),(4491,'en','profile-builder','bb6a72b6a93150d4181e50496fc15f5a','Mongolia',NULL,NULL,'LINE',NULL,10,'','f28826d090cd313e030a677615810b90','',NULL),(4492,'en','profile-builder','4e92f9d2cdf0b8eb493ae3a19709d121','Montenegro',NULL,NULL,'LINE',NULL,10,'','94686d83bb461dfa396140992db1fb50','',NULL),(4493,'en','profile-builder','3bac87d64d97e96d0e935628a9383379','Montserrat',NULL,NULL,'LINE',NULL,10,'','a8cf43f480fb1ce100cd6c4981752e70','',NULL),(4494,'en','profile-builder','e3487fd1b54104e02f7751ed85220fba','More Info',NULL,NULL,'LINE',NULL,10,'','27febf5ad95bb02ce8649d93555c7527','',NULL),(4495,'en','profile-builder','e6f6f6136091e54befd0ac628a92c29d','More Info Url',NULL,NULL,'LINE',NULL,10,'','cd176a1da2df7bcbc7a4e06d7ddc03eb','',NULL),(4496,'en','profile-builder','0658f6ed5ef5d64d4675bf9d0ab22c29','More...',NULL,NULL,'LINE',NULL,10,'','38ef798ecf388d702c3aeb3429508708','',NULL),(4497,'en','profile-builder','4d4a1722d8e85909a576da2c42878ff0','Morocco',NULL,NULL,'LINE',NULL,10,'','5bfce4c99fbad058ed428317aeba36b4','',NULL),(4498,'en','profile-builder','a6d3bea3fa66775952e080b90bb0c4f1','Mozambique',NULL,NULL,'LINE',NULL,10,'','7cdae8f153a334ea73c85159fc0616a8','',NULL),(4499,'en','profile-builder','0a7ad22c89cb3dc535cee60147ecb0e4','Multiple Edit-profile Forms',NULL,NULL,'LINE',NULL,10,'','9e5989b238851311c9e627c3f549fb0b','',NULL),(4500,'en','profile-builder','169b39708fa5e369ba0b62371e544e88','Multiple Registration Forms',NULL,NULL,'LINE',NULL,10,'','93f23365e0c480016ccd332783491c3d','',NULL),(4501,'en','profile-builder','da14f384d0eb21e04df52cc70e865a84','Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email',NULL,NULL,'LINE',NULL,10,'','9e46b392fcfa7039b2771a8cafacc1cd','',NULL),(4502,'en','profile-builder','217fa54cc9351504fcde32147bff005d','Myanmar',NULL,NULL,'LINE',NULL,10,'','4de15f257dd576bbf2396bf80a89283b','',NULL),(4503,'en','profile-builder','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'LINE',NULL,10,'','fe1414e63bdcc92c209611d7574ea49f','',NULL),(4504,'en','profile-builder','13195f7ae940e0352b5977d936502091','Name/Description',NULL,NULL,'LINE',NULL,10,'','cf6309fb055673dfd552fe2dd659a642','',NULL),(4505,'en','profile-builder','69f4287626aee77f93e2c891b518838b','Namibia',NULL,NULL,'LINE',NULL,10,'','e9d7d5a4631b2602d2f592e46fa3eb5d','',NULL),(4506,'en','profile-builder','d0c5ab6bebe308a495693e990a2947bc','Nauru',NULL,NULL,'LINE',NULL,10,'','86cbad66fc0fcb788d2fbfb49248e762','',NULL),(4507,'en','profile-builder','7fef6b003c726890ea5ca3708fe8ff56','Nepal',NULL,NULL,'LINE',NULL,10,'','e8bb955b8c9744ac356962c2980bd641','',NULL),(4508,'en','profile-builder','a67d4cbdd1b59e0ffccc6bafc83eb033','Netherlands',NULL,NULL,'LINE',NULL,10,'','161d77791f4dfe747acafd17a9ce110d','',NULL),(4509,'en','profile-builder','53a952d732c715fb1b34898400320751','New Caledonia',NULL,NULL,'LINE',NULL,10,'','f4ebf102c39d99d0d9a02f4f772cedd4','',NULL),(4510,'en','profile-builder','b54ddf6912a2b91b493c9db5fd7e7976','New Edit-profile Form',NULL,NULL,'LINE',NULL,10,'','63ada45dfb9d136825586956457833f6','',NULL),(4511,'en','profile-builder','a6f092ad47a888f249f99da5c588f9ac','New Registration Form',NULL,NULL,'LINE',NULL,10,'','ce419f1e7dd1f3c27c53829c0b2d6413','',NULL),(4512,'en','profile-builder','1aa092cc099381a9b8f61cd4d4730474','New User Listing',NULL,NULL,'LINE',NULL,10,'','2754507d977ba2adece48129692c48a8','',NULL),(4513,'en','profile-builder','c51ed580ea5e20c910d951f692512b4d','New Zealand',NULL,NULL,'LINE',NULL,10,'','1b80dad41891e0bddc4a1e727348e59e','',NULL),(4514,'en','profile-builder','96d8bbf81249551e66dc9d22872578b3','New subscriber on %1$s.<br/><br/>Username:%2$s<br/>E-mail:%3$s<br/>',NULL,NULL,'LINE',NULL,10,'','5bd01463e441b57c92fe6043ae2b58df','',NULL),(4515,'en','profile-builder','4a3c8edb6236404c3931e8f91fe65587','Next &raquo; ',NULL,NULL,'LINE',NULL,10,'','419eaac7ae111f921f083ff716c9993a','',NULL),(4516,'en','profile-builder','3bfe17f6c2d1b8941df303de7aec2eb0','Nicaragua',NULL,NULL,'LINE',NULL,10,'','a0095e5ea776286e8b19fddcfc2de0b0','',NULL),(4517,'en','profile-builder','1771b8284280660537e3e533f88af3b2','Nickname',NULL,NULL,'LINE',NULL,10,'','160a8c75ee11502fa505f11dffdf9575','',NULL),(4518,'en','profile-builder','bf2ec44b27fc25c6fd8a38792b9ef2a8','Niger',NULL,NULL,'LINE',NULL,10,'','0a82b068dfae1966d42a6d709331625b','',NULL),(4519,'en','profile-builder','5d839147c83e283c1d1bb705dc50586f','Nigeria',NULL,NULL,'LINE',NULL,10,'','5cfbe6136c2ebb2bfd23b96d057d027c','',NULL),(4520,'en','profile-builder','de48fee9c7511bf7158b1e28b3d0baec','Niue',NULL,NULL,'LINE',NULL,10,'','bf78aa0eb72dfd6f46ab1b88de453a94','',NULL),(4521,'en','profile-builder','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'LINE',NULL,10,'','dce785e806974066403164054eff77ae','',NULL),(4522,'en','profile-builder','db9126180a1cc6fefc7f48b03e186ffd','No Edit-profile Form found',NULL,NULL,'LINE',NULL,10,'','0cfcd2606a2d9c6b04d55d2478108cdb','',NULL),(4523,'en','profile-builder','ae15f07f13260a043134387b8b594d58','No Edit-profile Forms found in trash',NULL,NULL,'LINE',NULL,10,'','6f4145464dd4f450d1da19a9e966a41e','',NULL),(4524,'en','profile-builder','b9a5092be98ee43eef6260e6c857d129','No Registration Form found',NULL,NULL,'LINE',NULL,10,'','213745b56c04df9509ff8deec0060281','',NULL),(4525,'en','profile-builder','aa1a41c54f83a8122f9eab328f035563','No Registration Forms found in trash',NULL,NULL,'LINE',NULL,10,'','97f7edf8640a6eed09586994ba72f3f5','',NULL),(4526,'en','profile-builder','2270381815415432ab8ba8c45cdf4d0e','No User Listing found',NULL,NULL,'LINE',NULL,10,'','bdd490694377cf3d1a6f96ebf1adbbc3','',NULL),(4527,'en','profile-builder','16bdd1c9804f0c0a54b8e30dc7d297d7','No User Listing found in trash',NULL,NULL,'LINE',NULL,10,'','e55ee08d43ec942919a4b37c367a11a3','',NULL),(4528,'en','profile-builder','bc4c1050aeeb3ff4240c4894b98f32a9','No items found.',NULL,NULL,'LINE',NULL,10,'','85df08af3f6bf8c41be95bb7e1d32735','',NULL),(4529,'en','profile-builder','1dee43cef2ce8994263d5a137808e841','No results found!',NULL,NULL,'LINE',NULL,10,'','d2ebde2d220c02ba604e811222ab2912','',NULL),(4530,'en','profile-builder','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'LINE',NULL,10,'','f1a3e7f7f11c9d6741d18ba223057f77','',NULL),(4531,'en','profile-builder','9e7a0ea8ab86778f66df4dfc0f75438e','Norfolk Island',NULL,NULL,'LINE',NULL,10,'','98b57b272b5dd1b87e3d32546c5d47ec','',NULL),(4532,'en','profile-builder','855b3780658ec33023cefc8b4e397a1d','North Korea',NULL,NULL,'LINE',NULL,10,'','02ad293712969b6c3b6b10267d2cf0e9','',NULL),(4533,'en','profile-builder','d3dbf1b55f9b0c2a605046b9f14f720a','Northern Mariana Islands',NULL,NULL,'LINE',NULL,10,'','b76f74b584743e217227694920ceb486','',NULL),(4534,'en','profile-builder','d5b9290a0b67727d4ba1ca6059dc31a6','Norway',NULL,NULL,'LINE',NULL,10,'','053f5dd555ffed08f8e47170c91de6cf','',NULL),(4535,'en','profile-builder','72e41780c206bb6a4538cbbfecfd0ae6','Not compatible with Profile Builder',NULL,NULL,'LINE',NULL,10,'','1f6abf8f7683fc3ee9a78001e71ea0a7','',NULL),(4536,'en','profile-builder','651c98b9a22b4de35dc38e8b0e0c800f','Not compatible with your version of Profile Builder.',NULL,NULL,'LINE',NULL,10,'','5bb1105f63c2572874a441463aec9ce5','',NULL),(4537,'en','profile-builder','93f9581192826f776f550a8e4b4ba728','Now that you acquired a copy of %s, you should take the time and register it with the serial number you received',NULL,NULL,'LINE',NULL,10,'','b8c09b9b49214b5806eccdc36ed9b66c','',NULL),(4538,'en','profile-builder','10f549b6b80b29ba303205bbf3236886','Number of Posts',NULL,NULL,'LINE',NULL,10,'','ddfafda9c8d77d1204f635b8fe439743','',NULL),(4539,'en','profile-builder','3c14ce09065ecd71683835602441ed1a','Number of Users/Page',NULL,NULL,'LINE',NULL,10,'','112f35abed81f316d813e071bb5845ed','',NULL),(4540,'en','profile-builder','1c77b9733832da9d1ffac66620f3c006','Oman',NULL,NULL,'LINE',NULL,10,'','9ff17f42012c932bb58c946ad7556b97','',NULL),(4541,'en','profile-builder','f78b08fe333028212f4e75fcccf25f48','Only administrators can see this field on edit profile forms.',NULL,NULL,'LINE',NULL,10,'','d421dc0205bd4c6636b9774944a86fba','',NULL),(4542,'en','profile-builder','c7bfbb439a9f0660ad86b3dc6e67c7ea','Only an administrator can add new users.',NULL,NULL,'LINE',NULL,10,'','eceb586d961daf088eac802aefafea34','',NULL),(4543,'en','profile-builder','dae8ace18bdcbcc6ae5aece263e14fe8','Options',NULL,NULL,'LINE',NULL,10,'','4c5b8dd37270f9ddb5e36423ded22d99','',NULL),(4544,'en','profile-builder','98964899b022669a0b655a2f98cd629f','Overwrite Existing',NULL,NULL,'LINE',NULL,10,'','0b61525d4354f1e67f5ad24ea148b530','',NULL),(4545,'en','profile-builder','cbb81506a7fe3ef03f7a89c76c52131a','Pagination',NULL,NULL,'LINE',NULL,10,'','9415f083fc7595e746c7bb056a4c70fa','',NULL),(4546,'en','profile-builder','b9698b8546220246fe600a949db326bf','Pakistan',NULL,NULL,'LINE',NULL,10,'','07399dbd995bfb3879263ea210b9bff1','',NULL),(4547,'en','profile-builder','46096bb96824852d15ce4fa5ba4bf58e','Palau',NULL,NULL,'LINE',NULL,10,'','5141f2fd839f142f0c09197438733f7b','',NULL),(4548,'en','profile-builder','e5f1fbdf8ac9b11da2bef5e0933e94cc','Palestinian Territory',NULL,NULL,'LINE',NULL,10,'','fe05a4d0b3e46d655e63820259b8accd','',NULL),(4549,'en','profile-builder','6bec347f256837d3539ad619bd489de7','Panama',NULL,NULL,'LINE',NULL,10,'','cc6af09ee80f58a17ffcf272785095a6','',NULL),(4550,'en','profile-builder','f670d3806d530c3e5cb1f31dca457751','Papua New Guinea',NULL,NULL,'LINE',NULL,10,'','86abe2139248d4cc54c518e2d5799ce5','',NULL),(4551,'en','profile-builder','73101738da81e5cbb87b64cd400a4405','Paraguay',NULL,NULL,'LINE',NULL,10,'','552d5b37c4ee58ea0d011239be03e998','',NULL),(4552,'en','profile-builder','dc647eb65e6711e155375218212b3964','Password',NULL,NULL,'LINE',NULL,10,'','185205c2323fb63ddb2a70ef46251f09','',NULL),(4553,'en','profile-builder','a696c3fc6d2820273235097161ebc8f7','Password Lost and Found.',NULL,NULL,'LINE',NULL,10,'','38a55d7fc5efdafe9cf766c853681c6e','',NULL),(4554,'en','profile-builder','02aaa20389f4fd578cdcf149d3ee0da6','Password Recovery page URL (optional):',NULL,NULL,'LINE',NULL,10,'','67cb6b17f846b1da8d74e3f552669ff4','',NULL),(4555,'en','profile-builder','841d2bb0cb89d752dbb2ace05988840e','Password Reset Email',NULL,NULL,'LINE',NULL,10,'','f3bfe872acc75340dc4972bc78d99734','',NULL),(4556,'en','profile-builder','d055299f05ff4426f4f9c90c3319e194','Password Reset Success Email',NULL,NULL,'LINE',NULL,10,'','b8098f870105f406889c0e9323815d1e','',NULL),(4557,'en','profile-builder','97cdb76dc9169d0594eaae14a9e3f9db','Password Reset from \"%1$s\"',NULL,NULL,'LINE',NULL,10,'','a118ac7eb490d52e4a82af7fcbdfdffd','',NULL),(4558,'en','profile-builder','a34347958165e6ef238d31e97481df05','Password Successfully Reset for %1$s on \"%2$s\"',NULL,NULL,'LINE',NULL,10,'','a32b99e6a4d6113675fb979de0b1c18c','',NULL),(4559,'en','profile-builder','e0865b82f26d2b791b5816de723af42c','Personalize all emails sent to your users or admins. On registration, email confirmation, admin approval / un-approval.',NULL,NULL,'LINE',NULL,10,'','edb145d40a5e831a4de030a58dbf3db0','',NULL),(4560,'en','profile-builder','84c8fa2341f7d052a1ee3a36ff043798','Peru',NULL,NULL,'LINE',NULL,10,'','887b43546458062926d99feaf6e980de','',NULL),(4561,'en','profile-builder','77dab2f81a6c8c9136efba7ab2c4c0f2','Philippines',NULL,NULL,'LINE',NULL,10,'','39d284587366a34d80fc5ca0ece9d7b3','',NULL),(4562,'en','profile-builder','7fad9908f71e4ba29eeff3847d7ccc10','Pitcairn',NULL,NULL,'LINE',NULL,10,'','789efca99a55b67e66a19cd2bf7b7b8d','',NULL),(4563,'en','profile-builder','4d0fc19924ec90d02866ce642bbbdd59','Please check that you entered the correct email address.',NULL,NULL,'LINE',NULL,10,'','bb72f0e1b288f5df69c62c305e438a07','',NULL),(4564,'en','profile-builder','bace9db173b25a23ca14b5d788ed427d','Please check that you entered the correct username.',NULL,NULL,'LINE',NULL,10,'','54afe53cdb1782df61d893d9c5e4984c','',NULL),(4565,'en','profile-builder','b5714a6414b776fe5371f61c06f6dd51','Please choose a different field type as this one already exists in your form (must be unique)\\n',NULL,NULL,'LINE',NULL,10,'','82299754337668829e37ea9930d64bec','',NULL),(4566,'en','profile-builder','10a276ab0bd5fe240de0137850d3a80d','Please enter a valid username.',NULL,NULL,'LINE',NULL,10,'','c5fc02241ade06749ede0d6ecd551551','',NULL),(4567,'en','profile-builder','8058d812f365a54766a9d6f3b248295f','Please enter a value for the required field ',NULL,NULL,'LINE',NULL,10,'','646c17a16bd47ebc7ad3c4231e7c4481','',NULL),(4568,'en','profile-builder','85fc8ecdbc91f05007e0e07707e36187','Please enter numbers only',NULL,NULL,'LINE',NULL,10,'','f42613b02f017ce105fc4ebc82eabc31','',NULL),(4569,'en','profile-builder','e8c5b5449fef94a2a4b9cd1a0250052c','Please enter your username or email address.',NULL,NULL,'LINE',NULL,10,'','7ef87e9612feefef6ccf784925c8675b','',NULL),(4570,'en','profile-builder','9281ee70eb073e28511a0f816f1ee8d8','Please select at least one user role\\n',NULL,NULL,'LINE',NULL,10,'','97657233064e03600dd60f96c31d94fd','',NULL),(4571,'en','profile-builder','2a41bc4e73c2943ec02effb1e1e51dd3','Please try a different one!',NULL,NULL,'LINE',NULL,10,'','2c576199c9e60c6acc37bdea4a9fc11d','',NULL),(4572,'en','profile-builder','e64e6ab5e1d7fbb9bd091c2c2eee9037','Plugin is <strong>active</strong>',NULL,NULL,'LINE',NULL,10,'','1bd8c11f2aa37a42115a60de855699a8','',NULL),(4573,'en','profile-builder','5c5369834388a4587cdf8f8122a8b315','Plugin is <strong>inactive</strong>',NULL,NULL,'LINE',NULL,10,'','ba4678130f876b59f214a9ef17f60634','',NULL),(4574,'en','profile-builder','94880bda83bda77c5692876700711f15','Poland',NULL,NULL,'LINE',NULL,10,'','e2469e495f8ee87a37bee40311f927f6','',NULL),(4575,'en','profile-builder','ea71b362e3ea9969db085abfccdeb10d','Portugal',NULL,NULL,'LINE',NULL,10,'','9d5619c32e268e1a57f45067b565e358','',NULL),(4576,'en','profile-builder','5dc52ca9ffdc26147075682c92a0a853','Posts',NULL,NULL,'LINE',NULL,10,'','ccf21a4c08039f981b53b88e4235b24b','',NULL),(4577,'en','profile-builder','cd3420d7a3c68d74de8dfd3a8cce06a4','Powerful Modules (**)',NULL,NULL,'LINE',NULL,10,'','3e983c7f7355cf82a6e6ee361328c836','',NULL),(4578,'en','profile-builder','cef966a0ce7c8b404070f5dc243dedc3','Profile Builder Login Widget',NULL,NULL,'LINE',NULL,10,'','37aef0668a364fd49e1e8cc8f8399814','',NULL),(4579,'en','profile-builder','09e21369b5e617a8a144af12cc719bb3','Profile Builder Register',NULL,NULL,'LINE',NULL,10,'','c51bc28edd6f18bba1b182e0d77af06c','',NULL),(4580,'en','profile-builder','f76257271129c703d6c0442c8ac00dae','Puerto Rico',NULL,NULL,'LINE',NULL,10,'','fb9167d9b6ef3b3d6446017161789d64','',NULL),(4581,'en','profile-builder','7cc7ef17c45527cf90fcf27516794d21','Qatar',NULL,NULL,'LINE',NULL,10,'','1bf28f3dc19e849d5a01e83e8f98979d','',NULL),(4582,'en','profile-builder','7041d69f9024a46791714e59812fa68f','Radio Buttons',NULL,NULL,'LINE',NULL,10,'','137bbb77da995eb160203f6b26fd7d0c','',NULL),(4583,'en','profile-builder','71fd61f1e32738f02069b58e90c2638a','Random (very slow on large databases > 10K user)',NULL,NULL,'LINE',NULL,10,'','bffcdb9768ce9bfa57c5860d29d2f08a','',NULL),(4584,'en','profile-builder','43a88c895a861f4fa838c436002a2963','Recommended Plugins',NULL,NULL,'LINE',NULL,10,'','83ec7047205a157a2439e830a6b26074','',NULL),(4585,'en','profile-builder','e13d6268a224dfe1b126432f97078c06','Recover Password',NULL,NULL,'LINE',NULL,10,'','30db80212322639deee54cc23ac40bf5','',NULL),(4586,'en','profile-builder','4202ef115ebede37eb22297113f5fb32','Redirect',NULL,NULL,'LINE',NULL,10,'','e109bd0e000bfc7b18b15b2a464b8024','',NULL),(4587,'en','profile-builder','0ba7583639a274c434bbe6ef797115a4','Register',NULL,NULL,'LINE',NULL,10,'','2a195e0af91bf69dc3362c1b6d7c4826','',NULL),(4588,'en','profile-builder','68c2915706b846436ead8fa41fb5932b','Register Version',NULL,NULL,'LINE',NULL,10,'','eb8974db23e9ae58264e26bcbf1f2be0','',NULL),(4589,'en','profile-builder','7c80b0303116444018b0445e285ea664','Register Your Version',NULL,NULL,'LINE',NULL,10,'','10c8ce245b59551109191cf69b6f2da2','',NULL),(4590,'en','profile-builder','c313cb3990ab89f6a4caaf91e8c3626f','Register page URL (optional):',NULL,NULL,'LINE',NULL,10,'','cd1028459a701979dd6138673e1c34c0','',NULL),(4591,'en','profile-builder','6205cf9436aee7ccb42779ac5e69bd3f','Registered',NULL,NULL,'LINE',NULL,10,'','4c054c63bb84cd903f393c7b8f4a70ff','',NULL),(4592,'en','profile-builder','0f98b7f230f3c91292f0de4c99e263f2','Registration',NULL,NULL,'LINE',NULL,10,'','1480341eb94160d83afa83bbea018ce4','',NULL),(4593,'en','profile-builder','7eba1e738b2d6cfced2d40140c4f1c83','Registration & Edit Profile',NULL,NULL,'LINE',NULL,10,'','69430b736a8dec8a0609cc954740ad16','',NULL),(4594,'en','profile-builder','97ce2ccb5de5849fd94203a375054378','Registration Date',NULL,NULL,'LINE',NULL,10,'','f590d70e045723029e5de2df22852e3a','',NULL),(4595,'en','profile-builder','bdf11b2952f36105cdccbee24bb6abe0','Registration Form',NULL,NULL,'LINE',NULL,10,'','40177bbdd6eb2cca4932ef49da8d39ec','',NULL),(4596,'en','profile-builder','9d0fae6fc5954b57bdb88821f837bdbb','Registration Forms',NULL,NULL,'LINE',NULL,10,'','1b5d8c1df986603ce64e39d98a887bd3','',NULL),(4597,'en','profile-builder','250beb175ef135733e52af5d0660c229','Registration with Admin Approval',NULL,NULL,'LINE',NULL,10,'','02333d31c41850e5339316a6b7155891','',NULL),(4598,'en','profile-builder','56103770803cb3c217cadeeebacc5aa7','Registration with Email Confirmation',NULL,NULL,'LINE',NULL,10,'','311eb4ebe8314f83c630e8c7c5b272d5','',NULL),(4599,'en','profile-builder','2f73a93de697495b4534edecb4f40967','Remember though, that the field-value combination must exist in the database.',NULL,NULL,'LINE',NULL,10,'','c8e484e09f647d1e6c3f73e8b5dab190','',NULL),(4600,'en','profile-builder','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'LINE',NULL,10,'','d293636d215bb6e2a5f36decb59a7e11','',NULL),(4601,'en','profile-builder','a4ef1952afa63f0d7ce5af98139e4acd','Repeat Password',NULL,NULL,'LINE',NULL,10,'','3f8e544642bee0700acb7f3e927f923f','',NULL),(4602,'en','profile-builder','84c4dfc8fccf9350a9610e366ae769a5','Reply To',NULL,NULL,'LINE',NULL,10,'','af2b8eb92cad948b6735411864194f6b','',NULL),(4603,'en','profile-builder','afe1f0ece97fc8839cc4822a6786db0a','Republic of the Congo',NULL,NULL,'LINE',NULL,10,'','8ec275116f4ce18206e05c7f88ff429a','',NULL),(4604,'en','profile-builder','b651efdb98a5d6bd2b3935d0c3f4a5e2','Required',NULL,NULL,'LINE',NULL,10,'','84102519387f92dbafb331adef744db4','',NULL),(4605,'en','profile-builder','dda51ce35fab75768f2017ad816627f2','Required phone number format: ',NULL,NULL,'LINE',NULL,10,'','6f7477a99cccb1388c04303920465aba','',NULL),(4606,'en','profile-builder','6a8c23f97701982babd843a6b4411af9','Resend Activation Email',NULL,NULL,'LINE',NULL,10,'','2a1642340fa9648bb0ffc81558b173b7','',NULL),(4607,'en','profile-builder','5109c224ab79243ede3c09dc25c26303','Reset Key',NULL,NULL,'LINE',NULL,10,'','b5a75ba232d66a4f0d2affe459a02d56','',NULL),(4608,'en','profile-builder','ecf4b31c18a837b878d917dbf1e4a4d7','Reset Link',NULL,NULL,'LINE',NULL,10,'','f175b2886565dcf9bc13e700624a70d2','',NULL),(4609,'en','profile-builder','6072e83b7f35887c76e64920bd370f4a','Reset Password',NULL,NULL,'LINE',NULL,10,'','690b004aaf73d78ef6580822c1c6789a','',NULL),(4610,'en','profile-builder','57bc3586dece33ebc9d36827e7eef311','Reset Url',NULL,NULL,'LINE',NULL,10,'','1f33e8c89fb8cf76960317641d2b182d','',NULL),(4611,'en','profile-builder','0c4c7d959bb7f874041763444254a760','Restrict the userlisting to these selected roles only<br/>If not specified, defaults to all existing roles',NULL,NULL,'LINE',NULL,10,'','19a73ffa8d6b1c0ec02396ba3df0f041','',NULL),(4612,'en','profile-builder','90ce71ad5db72d0479d98ad6b4ea5a07','Retry Install',NULL,NULL,'LINE',NULL,10,'','0f79eac2c529f3e45f331831759d6c7b','',NULL),(4613,'en','profile-builder','939c3c13a3d058c4c53109d7f804b631','Reunion',NULL,NULL,'LINE',NULL,10,'','42143c6d518ee885a05e259b4c20b79a','',NULL),(4614,'en','profile-builder','bbbabdbe1b262f75d99d62880b953be1','Role',NULL,NULL,'LINE',NULL,10,'','74619660323aef651fc7cbf74d3a0d1b','',NULL),(4615,'en','profile-builder','9e34ec63ae00c2bb6a7d0a26ddc38bab','Roles to Display',NULL,NULL,'LINE',NULL,10,'','608405fcb194f719c6e3acd66b365889','',NULL),(4616,'en','profile-builder','0c7d5ae44b2a0be9ebd7d6b9f7d60f20','Romania',NULL,NULL,'LINE',NULL,10,'','908e47dcde50bd5bf2c4e8dcbd7443cb','',NULL),(4617,'en','profile-builder','d9b808e8b19083e28016c16c04a48ac9','Row Count',NULL,NULL,'LINE',NULL,10,'','24835bacf61e01bedbef2b9b44bc999e','',NULL),(4618,'en','profile-builder','5feb168ca8fb495dcc89b1208cdeb919','Russia',NULL,NULL,'LINE',NULL,10,'','d084f966451442663a08054f9d78c906','',NULL),(4619,'en','profile-builder','9d7ed5d77d647e89c3cc11757d651dc2','Rwanda',NULL,NULL,'LINE',NULL,10,'','4f6acb1729c12568ba727aadc5825c0f','',NULL),(4620,'en','profile-builder','8773d2013b9c3fddd0f7fb378be8ea5d','Saint Barthelemy',NULL,NULL,'LINE',NULL,10,'','1a9941ddb8525e59fc11e9634d0ac903','',NULL),(4621,'en','profile-builder','a627bea6213a8682b87747f822cd376a','Saint Helena',NULL,NULL,'LINE',NULL,10,'','59b9f01dbaf3fdebb867fee18b81287b','',NULL),(4622,'en','profile-builder','5976169ac1852fff6f0b9095100407fc','Saint Kitts and Nevis',NULL,NULL,'LINE',NULL,10,'','5fca73f927f1bdb4d5cde4cf1aaab282','',NULL),(4623,'en','profile-builder','d1ef233007d706d71aa6d46642d5f804','Saint Lucia',NULL,NULL,'LINE',NULL,10,'','51b18cdfbc859b9a1b77eaeabd0e1a5c','',NULL),(4624,'en','profile-builder','26a0859a2c10745426a8c452020830db','Saint Martin',NULL,NULL,'LINE',NULL,10,'','2aca0da8831c0338c1f645eba8eaac75','',NULL),(4625,'en','profile-builder','30ce3dcbcc38394722184a4bfd423d56','Saint Pierre and Miquelon',NULL,NULL,'LINE',NULL,10,'','a8ba7a9e0c5dec091e021bdaa3875999','',NULL),(4626,'en','profile-builder','c6f5008606ccd26c840a52657d671c4b','Saint Vincent and the Grenadines',NULL,NULL,'LINE',NULL,10,'','e04bf4e011a4f069850f1898ad9284c9','',NULL),(4627,'en','profile-builder','0861134397888c470803c77fb6cd2943','Samoa',NULL,NULL,'LINE',NULL,10,'','2d0f182f88e83816b062781a54a27552','',NULL),(4628,'en','profile-builder','a7db85742c67a70f8764c4d9c53bdb36','San Marino',NULL,NULL,'LINE',NULL,10,'','5dd07300fbf296c2140a8fa4a069d123','',NULL),(4629,'en','profile-builder','aca4f717a9933ddf7ab0ffc877d0ed48','Sao Tome and Principe',NULL,NULL,'LINE',NULL,10,'','43085ba2bf27d89a1c51351f7d62709b','',NULL),(4630,'en','profile-builder','b835b521c29f399c78124c4b59341691','Saudi Arabia',NULL,NULL,'LINE',NULL,10,'','d1e6b8dc76730624cde8f5b2825fa4b6','',NULL),(4631,'en','profile-builder','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'LINE',NULL,10,'','ee56d708be57b2ecb7b78356eac9196f','',NULL),(4632,'en','profile-builder','f5d6040ed78ca86ddc73296a49b18510','Save Changes',NULL,NULL,'LINE',NULL,10,'','c2fdfcc9b96389751ac80319d8611121','',NULL),(4633,'en','profile-builder','9daf1fb753b42c3cdc8f1d01669cd6d8','Save Settings',NULL,NULL,'LINE',NULL,10,'','adc0f81868a5bbb885887a8af7f86fb2','',NULL),(4634,'en','profile-builder','c1f53a4433a05236b16e2ed338861689','Save the user role order from the user roles checkboxes',NULL,NULL,'LINE',NULL,10,'','3d5f28a6e93ad964f4d03157c9eb1db1','',NULL),(4635,'en','profile-builder','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'LINE',NULL,10,'','d9791ed29ffd5314ac3223cad07e49f5','',NULL),(4636,'en','profile-builder','cced11739e6cd1fbea357585fa13e85d','Search Users by All Fields',NULL,NULL,'LINE',NULL,10,'','3f7d339a9837a0a995c4d3fc5af9db0f','',NULL),(4637,'en','profile-builder','a870d87a0c33bfe60769f9c6fc3fbf8f','Search all Fields',NULL,NULL,'LINE',NULL,10,'','b72c6471ff043553a1d9429526566b5d','',NULL),(4638,'en','profile-builder','4b807d87e4f11fb8dde02eca90f224ee','Search the Edit-profile Forms',NULL,NULL,'LINE',NULL,10,'','8411d8bb7304cc2a210b0f4a18f76556','',NULL),(4639,'en','profile-builder','4d093332ebe41e197999a814d27a9fe7','Search the Registration Forms',NULL,NULL,'LINE',NULL,10,'','75919921d0984fe48ea23624bcc43193','',NULL),(4640,'en','profile-builder','aca7bee24612bc8450d2f650f9e1a810','Search the User Listing',NULL,NULL,'LINE',NULL,10,'','23d9a4fa2c0b13d6588b3a6ba0947e83','',NULL),(4641,'en','profile-builder','5eb6bb157528b365f84c27bb4784031b','Secret Key',NULL,NULL,'LINE',NULL,10,'','7c032c40bbc36407efabc3c82735f993','',NULL),(4642,'en','profile-builder','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'LINE',NULL,10,'','234f2e2a9c179ee62c2b9fa3f1b65ce2','',NULL),(4643,'en','profile-builder','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'LINE',NULL,10,'','593b74e44da0bd43e5999da40d7aefa0','',NULL),(4644,'en','profile-builder','1aa14e9f377b528b5537d70fbd35c6a2','Select File',NULL,NULL,'LINE',NULL,10,'','97410a5882c715b612cbc47a145690b8','',NULL),(4645,'en','profile-builder','62743ab60a19047fa72ae1ed7f902823','Select which WooCommerce Billing fields to display to the user ( drag and drop to re-order ) and which should be required',NULL,NULL,'LINE',NULL,10,'','aa2d0b2d4c689c6c7b897eae9257c419','',NULL),(4646,'en','profile-builder','e1225e5bbb6fb969867bc229a8926245','Select which user roles to show to the user ( drag and drop to re-order )',NULL,NULL,'LINE',NULL,10,'','6e5d15b93042a7a4085532bb4f3c09ec','',NULL),(4647,'en','profile-builder','7e2661639433afacda1181f377cc5400','Selecting \'Yes\' will add the field to the list, but will overwrite any other field in the database that has the same meta-name<br/>Use this at your own risk',NULL,NULL,'LINE',NULL,10,'','3fea0e9b2f32e9afad38cf8987d3a415','',NULL),(4648,'en','profile-builder','0f8e95c23e8b0ee652490bd30240887a','Send these credentials via email.',NULL,NULL,'LINE',NULL,10,'','0520d9651fa4b8f6dfff72256ce61a43','',NULL),(4649,'en','profile-builder','9986531359550785caffb2032622437f','Senegal',NULL,NULL,'LINE',NULL,10,'','563b5fc284bebbdeb5711a887220c7ec','',NULL),(4650,'en','profile-builder','2ff6e535bd2f100979a171ad430e642b','Serbia',NULL,NULL,'LINE',NULL,10,'','7c7cad9f2224cc263fa485c31a2d4668','',NULL),(4651,'en','profile-builder','8c0c398ee40cbd89004176e3875c3bba','Set Role',NULL,NULL,'LINE',NULL,10,'','b486ea603d0c638d6325c363bd39e9a9','',NULL),(4652,'en','profile-builder','d09988a6d03f3b0687a0192a17c25c9c','Set the avatar size on the all-userlisting only',NULL,NULL,'LINE',NULL,10,'','6b10f1195e39e684951221fd8b19e6ed','',NULL),(4653,'en','profile-builder','3d017c2cfd6c5f2bd2338ddef063f95e','Set the avatar size on the single-userlisting only',NULL,NULL,'LINE',NULL,10,'','489d3d1b9099e162e3a424319d86f5a5','',NULL),(4654,'en','profile-builder','e9c0037a7cdbbb827b21a26bca8b15bf','Set the default sorting criteria<br/>This can temporarily be changed for each new session',NULL,NULL,'LINE',NULL,10,'','394108ab09ac3c1cca8a67d4013d0c18','',NULL),(4655,'en','profile-builder','cc6d12fd97340b8896ac7514b4af91d7','Set the default sorting order<br/>This can temporarily be changed for each new session',NULL,NULL,'LINE',NULL,10,'','064fc4f3e5918fff03acc2b50161376b','',NULL),(4656,'en','profile-builder','d6a1d9c05ecb6e35bc91201ad8c470ee','Set the number of users to be displayed on every paginated part of the all-userlisting',NULL,NULL,'LINE',NULL,10,'','c2795a582c154a889c5ea5c5b3b16a4b','',NULL),(4657,'en','profile-builder','557484bcfe6192aba5a55dfac5a84652','Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users.',NULL,NULL,'LINE',NULL,10,'','adf76e7e674458de169e2f7736e47676','',NULL),(4658,'en','profile-builder','d2e4449b45608e33e472d939a73868f7','Seychelles',NULL,NULL,'LINE',NULL,10,'','07e1416948bb187ba4f326d8a4db6b7a','',NULL),(4659,'en','profile-builder','ee51709dbf7328e7a6df19c24520418e','Share a little biographical information to fill out your profile. This may be shown publicly.',NULL,NULL,'LINE',NULL,10,'','2685b0414a0bbfd1a0f04962e8f23bd9','',NULL),(4660,'en','profile-builder','6feadb455c64759731e453380c52fbd9','Shortcode',NULL,NULL,'LINE',NULL,10,'','c706e2bb057a4de03c3d92d1748a2985','',NULL),(4661,'en','profile-builder','498f79c4c5bbde77f1bceb6c86fd0f6d','Show',NULL,NULL,'LINE',NULL,10,'','ce49d65f5a2602079ba1dce2934e0bf4','',NULL),(4662,'en','profile-builder','a95c636681821cd1170210a231464b76','Show all dates',NULL,NULL,'LINE',NULL,10,'','91605f1d15b1d5c1f12da3db138d77b7','',NULL),(4663,'en','profile-builder','a7e4936414a8e256a499beaf3de1b9be','Show/Hide the Admin Bar on the Front-End',NULL,NULL,'LINE',NULL,10,'','08e11a08ae3f045e91bab755ed3b6a2d','',NULL),(4664,'en','profile-builder','97527dec0ae1a703599581d4f25dfbce','Sierra Leone',NULL,NULL,'LINE',NULL,10,'','60cb295f92919d8672feab08f7e4a5cb','',NULL),(4665,'en','profile-builder','2a62790b4bfc7111144540b70f8120c5','Sign-up Date',NULL,NULL,'LINE',NULL,10,'','0f3f684e400e6636760078bc5e6822a8','',NULL),(4666,'en','profile-builder','458e4cbc78201c1aec5fc53a31c59378','Singapore',NULL,NULL,'LINE',NULL,10,'','48630f72d98c70d09243ed1b62087a11','',NULL),(4667,'en','profile-builder','2c9b64eab8e4f30ca41c5c7644d8f66b','Single-userlisting Template',NULL,NULL,'LINE',NULL,10,'','781f20e1e62ad7151995241ca9548d4a','',NULL),(4668,'en','profile-builder','516cc143c53ff93ff3402c323ff23e15','Sint Maarten',NULL,NULL,'LINE',NULL,10,'','3daf343bdc82ca7557c4c1700dd0176e','',NULL),(4669,'en','profile-builder','20f4f54341e68e01b853e9483e5fe37f','Site Key',NULL,NULL,'LINE',NULL,10,'','c03deb165667e8e6f789b6049a186853','',NULL),(4670,'en','profile-builder','668445f09da337d276dc852bb6a0dbb3','Site Name',NULL,NULL,'LINE',NULL,10,'','4582259bf94229037b02fc4713972ef4','',NULL),(4671,'en','profile-builder','1c30ff4da9d87eb559d726c72af85e2a','Site Title',NULL,NULL,'LINE',NULL,10,'','c2b3e7424f21ca781c1b2400ffe31239','',NULL),(4672,'en','profile-builder','e726581f5cf0cde221d7d9c742e9928b','Site Url',NULL,NULL,'LINE',NULL,10,'','4cb0c5d8024093a5d30c14b534c4ad4b','',NULL),(4673,'en','profile-builder','88a392b5a8d8f73986d83a2deefb0472','Slovakia',NULL,NULL,'LINE',NULL,10,'','acaacda83d2a447f0aedd01bd923599c','',NULL),(4674,'en','profile-builder','00247297c394dd443dc97067830c35f4','Slovenia',NULL,NULL,'LINE',NULL,10,'','ec7f67483f7927fc16f31438928fe86f','',NULL),(4675,'en','profile-builder','a573f4ed911c3b437599818762263a0c','Solomon Islands',NULL,NULL,'LINE',NULL,10,'','0586e055bde8393e9452017672b01352','',NULL),(4676,'en','profile-builder','921855f753932de762b780405a50bdf7','Somalia',NULL,NULL,'LINE',NULL,10,'','c19a898497f27156fc48f9d1c4b05a3a','',NULL),(4677,'en','profile-builder','616f8736d5984fcc9bb06ad915d5852a','Someone requested that the password be reset for the following account: <b>%1$s</b><br/>If this was a mistake, just ignore this email and nothing will happen.<br/>To reset your password, visit the following link:%2$s',NULL,NULL,'LINE',NULL,10,'','9277005ab6f4518aac32e5186262ed5c','',NULL),(4678,'en','profile-builder','fef1c6a40026a14e216c73efd0205572','Something went wrong, we could not connect to the server. Please try again later.',NULL,NULL,'LINE',NULL,10,'','bfb9b5764b79df084c8b0848d6648eb0','',NULL),(4679,'en','profile-builder','e9f36d65b0491f99ef8f0ce2c11bf998','Something went wrong. Please try again.',NULL,NULL,'LINE',NULL,10,'','549084a4ba962b34e6cb90efd138aa63','',NULL),(4680,'en','profile-builder','b933f1441e506909768e8fcbda7b3f7f','Sorry, but you don\'t have permission to do that!',NULL,NULL,'LINE',NULL,10,'','cfcf011cd15d39bde966eefa83ca4719','',NULL),(4681,'en','profile-builder','c89bc418c38da77213c6c6e03cac2510','South Africa',NULL,NULL,'LINE',NULL,10,'','958724127cf27b1c219dc5b96650eb1e','',NULL),(4682,'en','profile-builder','d2e2461617c12efb6ee5ba50ffd707ad','South Georgia and the South Sandwich Islands',NULL,NULL,'LINE',NULL,10,'','b5736ba796a61d7d2ee2c6232b4f8b81','',NULL),(4683,'en','profile-builder','4d4803b0bb7dab1b0627e4f8277edc5b','South Korea',NULL,NULL,'LINE',NULL,10,'','4584b31a7c1cf622d359f226b8180ab0','',NULL),(4684,'en','profile-builder','0a6355f86240762961997e70c5e7087d','South Sudan',NULL,NULL,'LINE',NULL,10,'','4bc060af0b51599218171c40a16c27a9','',NULL),(4685,'en','profile-builder','907eba32d950bfab68227fd7ea22999b','Spain',NULL,NULL,'LINE',NULL,10,'','9ff73a87ffdb9010895bf3ca7262fdef','',NULL),(4686,'en','profile-builder','fceee530bd146cd4dbf392162a97c111','Specify the URL of the page users will be redirected once registered using this form<br/>Use the following format: http://www.mysite.com',NULL,NULL,'LINE',NULL,10,'','b084926f0eb4f19ae66220080c6e67e9','',NULL),(4687,'en','profile-builder','44d7651796abbadb6cf2ed7362e9f4fd','Specify the URL of the page users will be redirected once they updated their profile using this form<br/>Use the following format: http://www.mysite.com',NULL,NULL,'LINE',NULL,10,'','67cb0f868586b94ef2e3d5dca4a9ad1f','',NULL),(4688,'en','profile-builder','7f639b445cb762448272028dfd9ea25d','Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to all WordPress allowed file extensions (.*)',NULL,NULL,'LINE',NULL,10,'','62d40924f7a85169b4def68a1e4ce5cc','',NULL),(4689,'en','profile-builder','c41f587c00ee0330751c8e51cdf9ecff','Specify the extension(s) you want to limit to upload<br/>Example: .ext1,.ext2,.ext3<br/>If not specified, defaults to: .jpg,.jpeg,.gif,.png (.*)',NULL,NULL,'LINE',NULL,10,'','c19efeed7a927da7224263afc610b98b','',NULL),(4690,'en','profile-builder','08f585d642f3367d07e8548f9ea5c77c','Specify the number of rows for a \'Textarea\' field<br/>If not specified, defaults to 5',NULL,NULL,'LINE',NULL,10,'','c1a01b7190ff48ce2d8b0d24102ae799','',NULL),(4691,'en','profile-builder','09ac036eb7cde9d0d3827482e8acfeaf','Specify the option which should be checked by default<br/>If there are multiple values, separate them with a \',\' (comma)',NULL,NULL,'LINE',NULL,10,'','ad0338803d4988d5829a53650a044244','',NULL),(4692,'en','profile-builder','8770d1dd09984a15aa560622c60f4e78','Specify the option which should be selected by default',NULL,NULL,'LINE',NULL,10,'','8b777894e6893dace790bcdb165a843f','',NULL),(4693,'en','profile-builder','fe3eee9b6d76269c3063897218a20632','Specify the page where the users will be directed when confirming the email account. This page can differ from the register page(s) and can be changed at any time. If none selected, a simple confirmation page will be displayed for the user.',NULL,NULL,'LINE',NULL,10,'','2399c2fc30aa9382d95c6ddbb7548728','',NULL),(4694,'en','profile-builder','ef547e2d9750443f6d203233dfa38e39','Sri Lanka',NULL,NULL,'LINE',NULL,10,'','335108dd64778948ed3bb3d1b63edfcf','',NULL),(4695,'en','profile-builder','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'LINE',NULL,10,'','84061a3313e88beec9586aa762d54b64','',NULL),(4696,'en','profile-builder','dcfe1066398eb40086555827eda0358e','Strength indicator',NULL,NULL,'LINE',NULL,10,'','db7b97001d58eb2ab5883766120d8662','',NULL),(4697,'en','profile-builder','c43e0fd449c758dab8f891d8e19eb1a9','Strong',NULL,NULL,'LINE',NULL,10,'','d8886f65dd8bb1d46b72915968f358ba','',NULL),(4698,'en','profile-builder','74458a3d3e5f3074226b1f9fa23c9163','Sudan',NULL,NULL,'LINE',NULL,10,'','8ba6630169989ace5b7bb29f1a969bfc','',NULL),(4699,'en','profile-builder','64446ac025106d201779cb4bf5ab6b2e','Suriname',NULL,NULL,'LINE',NULL,10,'','e61a1b5f871a9fb6faffb9f1fc0d0d88','',NULL),(4700,'en','profile-builder','1ab64d3704503fc7822d8ea1abdb837a','Svalbard and Jan Mayen',NULL,NULL,'LINE',NULL,10,'','4e389ff6d3ea61a06c58af04de75edb1','',NULL),(4701,'en','profile-builder','f82b1495fed28936b2fc31c3ba4f882f','Swaziland',NULL,NULL,'LINE',NULL,10,'','9869100ae1bc42eabe5ac826e8e3bbf4','',NULL),(4702,'en','profile-builder','c8f4261f9f46e6465709e17ebea7a92b','Sweden',NULL,NULL,'LINE',NULL,10,'','290783a6421dcd2aab6a65511067ba3d','',NULL),(4703,'en','profile-builder','3ad08396dc5afa78f34f548eea3c1d64','Switzerland',NULL,NULL,'LINE',NULL,10,'','c0159d93823e83c1c01f20337d4b04ed','',NULL),(4704,'en','profile-builder','465718d0a1bc8363ad01390923fad5d1','Syria',NULL,NULL,'LINE',NULL,10,'','5a82f50a71d9a192837f3ba25b3cd558','',NULL),(4705,'en','profile-builder','551fe18ef47d4e6e9d943b9a68ada21d','Taiwan',NULL,NULL,'LINE',NULL,10,'','f51ba543dfc3635b995df4196ea0e6d7','',NULL),(4706,'en','profile-builder','b5a9722262bbb7a7449ebc0f4394c901','Tajikistan',NULL,NULL,'LINE',NULL,10,'','310df71b76a36eaa9ea933f4bc42a9fd','',NULL),(4707,'en','profile-builder','c03b1123e45fa00da3142e0424ee5eec','Tanzania',NULL,NULL,'LINE',NULL,10,'','0de027c97a14030f66c84a3e6c5ad81a','',NULL),(4708,'en','profile-builder','9848220c592e3c4d7402fd0778a56c7a','Terms of Agreement',NULL,NULL,'LINE',NULL,10,'','54f024aededddca1cb529271ba32eace','',NULL),(4709,'en','profile-builder','b5d4d25fe3fa9f8263b5f279a372b709','Textarea',NULL,NULL,'LINE',NULL,10,'','ee4a34083fdaf4fe51e13127aa918637','',NULL),(4710,'en','profile-builder','103357e3e40a9c0e4e9d36110f7bbc7a','Thailand',NULL,NULL,'LINE',NULL,10,'','a00fcbb59a176d2c1fb9ca8ddc356ea0','',NULL),(4711,'en','profile-builder','df800e6cce872450b2149dfc65b56a19','That field is already added in this form\\n',NULL,NULL,'LINE',NULL,10,'','fb30d5ba9568c7023c71aa6d3105ac6e','',NULL),(4712,'en','profile-builder','0b7c37e5cf47b05e96e3d1c2beebc213','That meta-name is already in use\\n',NULL,NULL,'LINE',NULL,10,'','6497eaa618d4a804474048b54981a189','',NULL),(4713,'en','profile-builder','63b8bc367f729dd8dd25cac0e8950c76','That username is already activated!',NULL,NULL,'LINE',NULL,10,'','9486376107a212d01572af6e690e162e','',NULL),(4714,'en','profile-builder','c6de3a0fb6871ef91effa7209364fcdd','The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!',NULL,NULL,'LINE',NULL,10,'','120d79d0de6da8a2c26780e149094c89','',NULL),(4715,'en','profile-builder','dad2f3872cde2931822e556da6442e94','The account %1s has been successfully created!',NULL,NULL,'LINE',NULL,10,'','03ab54f067f458bfc12445a83b321a6a','',NULL),(4716,'en','profile-builder','f6109a8f8ca6da1b57f58ba1ae98f9e2','The best way to add front-end registration, edit profile and login forms.',NULL,NULL,'LINE',NULL,10,'','f94f65b33c5f9fe8474a2f534f56d7b9','',NULL),(4717,'en','profile-builder','7d9123b8393b28557c8e197ce1c2463f','The email address entered wasn\'t found in the database!',NULL,NULL,'LINE',NULL,10,'','f40ce5e85a86b9d05bcaa6cf300ddfb4','',NULL),(4718,'en','profile-builder','a31d2ef3613f0748e8ea087d2d86a73f','The email you entered is not a valid email address.',NULL,NULL,'LINE',NULL,10,'','2e9ff7d7b865d5eb099b46d795dde73c','',NULL),(4719,'en','profile-builder','fdde012f8cd723df233e1f6b77737d9a','The entered avatar size is not between 20 and 200\\n',NULL,NULL,'LINE',NULL,10,'','6fd8f82c03eb4e90bea6fab0f099dd3a','',NULL),(4720,'en','profile-builder','f469b1d1b4af082f8ccd1b643df513a4','The entered avatar size is not numerical\\n',NULL,NULL,'LINE',NULL,10,'','6324acc38f0c2c79ff1d478671c670ca','',NULL),(4721,'en','profile-builder','079749d4de812e51715686a61f26b9dc','The entered passwords don\'t match!',NULL,NULL,'LINE',NULL,10,'','b9ae81eea8989fd9502aaf178b5704d8','',NULL),(4722,'en','profile-builder','5f55b2ad8ec893f5ef8852a4ea190a34','The entered row number is not numerical\\n',NULL,NULL,'LINE',NULL,10,'','812c0ed5a7287fb4ae425046eb36fde4','',NULL),(4723,'en','profile-builder','825b595ba90d517cb0b3f1c88e8a1800','The entered value for the Datepicker is not a valid date-format\\n',NULL,NULL,'LINE',NULL,10,'','a655883583abcd8010394aed2a902577','',NULL),(4724,'en','profile-builder','6c8fa64eb8b149a687349fa5b7189f4b','The following option did not coincide with the ones in the options list: %s\\n',NULL,NULL,'LINE',NULL,10,'','26ee1d34883c7f79668346b4bc8b2b72','',NULL),(4725,'en','profile-builder','f8eadb46e65e28263e5af4210c18eabd','The following option(s) did not coincide with the ones in the options list: %s\\n',NULL,NULL,'LINE',NULL,10,'','2a6b53d16b79f6d08077d0ee770bf2eb','',NULL),(4726,'en','profile-builder','1518a3a9f333dbec73979018faf04e2a','The meta-name cannot be empty\\n',NULL,NULL,'LINE',NULL,10,'','6db346d4554944dad30a9823c8f19f51','',NULL),(4727,'en','profile-builder','ee7d5e35164774ef869bac2e4de53ca1','The password must have a minimum strength of %s',NULL,NULL,'LINE',NULL,10,'','e297734279f7c12b01fb47684348a096','',NULL),(4728,'en','profile-builder','ad121da8a6bfaf4c8bd636038c2ddd1e','The password must have the minimum length of %s characters',NULL,NULL,'LINE',NULL,10,'','1c1796be370e517d930a96cf732bb7ab','',NULL),(4729,'en','profile-builder','54084a1c09c68221979d134e9613ef84','The password you entered is incorrect.',NULL,NULL,'LINE',NULL,10,'','0f298d397265be07748ec1f25fd2c9ff','',NULL),(4730,'en','profile-builder','c5a77cbc21f0db1149e44bf0ccf9acf6','The passwords do not match',NULL,NULL,'LINE',NULL,10,'','7b1f99835b78a816ee576d2991615519','',NULL),(4731,'en','profile-builder','2001d3ff41300c7a75bcf7865646a1be','The secret key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>',NULL,NULL,'LINE',NULL,10,'','d3b7bb49a0a67b065b46bc1d11e65fd1','',NULL),(4732,'en','profile-builder','15a928434c6869eaa5b5d8193e15529a','The selected user couldn\'t be deleted',NULL,NULL,'LINE',NULL,10,'','9b98966b513cfd2c8ebc517c1cb6485f','',NULL),(4733,'en','profile-builder','322c7b61d61419a0bf9709cdf81d7c30','The selected users have been activated',NULL,NULL,'LINE',NULL,10,'','dc5742a86de0e9bed8847e3624f72835','',NULL),(4734,'en','profile-builder','7672e1fe12b98ff1998074269f2abd10','The selected users have had their activation emails resent',NULL,NULL,'LINE',NULL,10,'','3155607dc7999892e3cc804db73aafbb','',NULL),(4735,'en','profile-builder','0104e5ed19eadf7029ae393827568641','The serial number couldn\'t be validated because it expired!',NULL,NULL,'LINE',NULL,10,'','bde544af701f97dbbf642346e7f8f8be','',NULL),(4736,'en','profile-builder','8fb030c28a1d1425dca4da13db00ab4a','The serial number couldn\'t be validated because process timed out. This is possible due to the server being down. Please try again later!',NULL,NULL,'LINE',NULL,10,'','9ae41e9694b20bce9ea401388153f03e','',NULL),(4737,'en','profile-builder','53a347221b09eca86df5ed9f067e2b76','The serial number entered couldn\'t be validated!',NULL,NULL,'LINE',NULL,10,'','ffb9be349c635a7470890c041a7e452c','',NULL),(4738,'en','profile-builder','39054c037dd2e8a5f713abb1f1bb36ba','The serial number is about to expire soon!',NULL,NULL,'LINE',NULL,10,'','55c59e92ee365ccee5ea7627b52ef252','',NULL),(4739,'en','profile-builder','490b02e0fd6ff1845205a70379e5f04f','The serial number was successfully validated!',NULL,NULL,'LINE',NULL,10,'','14bdc27ffc6165c8d87023f0246442d2','',NULL),(4740,'en','profile-builder','132fc102492d74bb845f86281ac55f52','The shortcode will be available after you publish this form.',NULL,NULL,'LINE',NULL,10,'','66221d2334ecf68abee3ee9fba4b378a','',NULL),(4741,'en','profile-builder','2f0b6a975baa68b993395439f67ba486','The site key from Google, <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">www.google.com/recaptcha</a>',NULL,NULL,'LINE',NULL,10,'','ee041201365ca49bd1497a0fec1f46f1','',NULL),(4742,'en','profile-builder','f091bcd79b3dfc793ff8b41582122886','The userlisting will only be visible only to the logged in users',NULL,NULL,'LINE',NULL,10,'','365edad1763b267b785ef870f960b789','',NULL),(4743,'en','profile-builder','0adc5d2a50285f1679351fd4ecf57072','The userlisting will only be visible to the following roles',NULL,NULL,'LINE',NULL,10,'','f3d949a3135fb98088344fad4d49ae77','',NULL),(4744,'en','profile-builder','8e152c640ebbf937b24517c56d5e7d9a','The username entered wasn\'t found in the database!',NULL,NULL,'LINE',NULL,10,'','d0f6fd06df824919c7176abd6418bdf1','',NULL),(4745,'en','profile-builder','f7bcfacacad0ef80d387db2bde3c167e','The usernames cannot be changed.',NULL,NULL,'LINE',NULL,10,'','428e580954f3b7dfc3e8e831fbca904b','',NULL),(4746,'en','profile-builder','c76ef59b0bf63aa389ba77b6a06ea966','There was an error in the submitted form',NULL,NULL,'LINE',NULL,10,'','97acdc050540d895cd6091192c37323d','',NULL),(4747,'en','profile-builder','33f63349ea3e71f8347489ce9d4b4cfc','There was an error performing that action!',NULL,NULL,'LINE',NULL,10,'','141da26074bb6790a61347678f909209','',NULL),(4748,'en','profile-builder','99d62f750bda60ed0b74da36fea683c9','There was an error while trying to activate the user',NULL,NULL,'LINE',NULL,10,'','9b671f24b5dae82be5af3ee0e87448cc','',NULL),(4749,'en','profile-builder','08a03d304900d075d5e1e5b49b2147b7','There was an error while trying to activate the user.',NULL,NULL,'LINE',NULL,10,'','d34f292c82382adbd2b4a1117622e6cb','',NULL),(4750,'en','profile-builder','30c9df4bd3141532f8c4e410f01a7182','There was an error while trying to send the activation link to %1$s!',NULL,NULL,'LINE',NULL,10,'','c4e38ac052ffc94ca4368711a71cf51c','',NULL),(4751,'en','profile-builder','e6709f6d9aa8e30dc950a8f4b868a13a','These settings are also replicated in the \"Admin Email Customizer\" settings-page upon save.',NULL,NULL,'LINE',NULL,10,'','835f9989cefefeccb64486c457ab6c3c','',NULL),(4752,'en','profile-builder','9e612cbb217bc77db27ec6dc9bf55058','These settings are also replicated in the \"User Email Customizer\" settings-page upon save.',NULL,NULL,'LINE',NULL,10,'','9c2c220a2abcf2ab40de44788cffcd22','',NULL),(4753,'en','profile-builder','a44e3179e77d12d24fc3342350c8de65','This email is already in use.',NULL,NULL,'LINE',NULL,10,'','be8facde4e26c7060c2704f91c17941e','',NULL),(4754,'en','profile-builder','bc59ce475e1d55976cc181e234920166','This email is already reserved to be used soon.',NULL,NULL,'LINE',NULL,10,'','4d43589f619c95e455c264be81a0477f','',NULL),(4755,'en','profile-builder','0511ee0d41117aa7b4abaaf102aa513d','This field is required',NULL,NULL,'LINE',NULL,10,'','3f688b1d8c868281a94de1c7c22a80a6','',NULL),(4756,'en','profile-builder','dec83213c8d1e29a595da6e26f6155ef','This form is empty.',NULL,NULL,'LINE',NULL,10,'','82627c137d4d134c426bb3c4a9164403','',NULL),(4757,'en','profile-builder','af742accb6b9c4ab86a10f4b904af510','This login widget lets you add a login form in the sidebar.',NULL,NULL,'LINE',NULL,10,'','12ee29a4dcf610259b21d0d001ab09aa','',NULL),(4758,'en','profile-builder','964c0366607f7686f470c7806ec3ce69','This message is only visible by administrators',NULL,NULL,'LINE',NULL,10,'','2fefa234f9b5993ae1026e9914cc0b90','',NULL),(4759,'en','profile-builder','e3b59a382338bc5b26237be2e03c7ec6','This username already exists.',NULL,NULL,'LINE',NULL,10,'','27f92358b46228a034b1cba22b0e0735','',NULL),(4760,'en','profile-builder','27d25fe911208edc577b0c7b2ba7fc4a','This username is already activated!',NULL,NULL,'LINE',NULL,10,'','f4356b019a3ecace74ab927d183d97e7','',NULL),(4761,'en','profile-builder','68deb0d877f6bc0a78ab7d40deb5fbbe','This username is already reserved to be used soon.',NULL,NULL,'LINE',NULL,10,'','79af67254767e6740b38dc0200a01040','',NULL),(4762,'en','profile-builder','b9f78b60a0f108452402f0846c61ff8f','This username is invalid because it uses illegal characters.',NULL,NULL,'LINE',NULL,10,'','6aad99256ea7f478cce8d3dd302fdd9c','',NULL),(4763,'en','profile-builder','dd20a8aff812f799287ed79db66f3a77','This username is now active!',NULL,NULL,'LINE',NULL,10,'','b35bdd951847d7fdc800bc127b8ea223','',NULL),(4764,'en','profile-builder','b527358b04b9c297ba2e94bc7857ea92','Timezone Select',NULL,NULL,'LINE',NULL,10,'','ebe2520ee9ba98d47e544463c673bc52','',NULL),(4765,'en','profile-builder','26e5490d6c500479acaa1f1eb8349f1f','Title of the field',NULL,NULL,'LINE',NULL,10,'','90a8598944a6e9800cb2937883d1f4da','',NULL),(4766,'en','profile-builder','51ec9bf4aaeab1b25bb57f9f8d4de557','Title:',NULL,NULL,'LINE',NULL,10,'','bb9cf2c71e9c48a6142f051f997c71d8','',NULL),(4767,'en','profile-builder','c0f0702158bbcdcddb26e5776d9e2e5f','To activate your user, please click the following link:<br><br>%s%s%s<br><br>After you activate it you will receive yet *another email* with your login.',NULL,NULL,'LINE',NULL,10,'','d8e543bf5d9fe320ce98e63ea8a10023','',NULL),(4768,'en','profile-builder','96e1e357ae92d4f8c1cb3baa9daf3f29','To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s',NULL,NULL,'LINE',NULL,10,'','3f982a1f0ac464ced42799a97bcc4f8e','',NULL),(4769,'en','profile-builder','9529e8266d9a3b517b76f8dd13e9898a','To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s',NULL,NULL,'LINE',NULL,10,'','1814673a98f0638b2645510abfa1c015','',NULL),(4770,'en','profile-builder','82d52ef37fdc68b59b6ef05cfb5272ef','To use reCAPTCHA you must get an API key from',NULL,NULL,'LINE',NULL,10,'','59486ad03e0a23cd7e763a561afde9b9','',NULL),(4771,'en','profile-builder','a1a5d1bee635ddcbe155a64ad514968e','To use reCAPTCHA you must get an API public key from:',NULL,NULL,'LINE',NULL,10,'','78708bf0f57266a5d99efb3c799f9b8c','',NULL),(4772,'en','profile-builder','1e746c5c85c4c0de3a0858b0dd047476','Togo',NULL,NULL,'LINE',NULL,10,'','a221c020cbfdd36e0de68967a860d76e','',NULL),(4773,'en','profile-builder','a5b0ca0a4bed12b928061e17d453bf13','Tokelau',NULL,NULL,'LINE',NULL,10,'','eb307f642bc0d6afded478b76c2bdf03','',NULL),(4774,'en','profile-builder','dd5cb49bc56af9d53f9f9e1e5b425ab0','Tonga',NULL,NULL,'LINE',NULL,10,'','e3824d3dc47d3143d939c7fab46006ea','',NULL),(4775,'en','profile-builder','63965a52775c39cd64c3ef0248d585b1','Trinidad and Tobago',NULL,NULL,'LINE',NULL,10,'','3f538f3bc5dcfd5424a088589e238fa0','',NULL),(4776,'en','profile-builder','d6dacba23ab4a1d5b72f223bfb010a05','Tunisia',NULL,NULL,'LINE',NULL,10,'','1415eca4ea5dde26fe860b9452eb7f66','',NULL),(4777,'en','profile-builder','221cdfb73049678e244380b45872cbb2','Turkey',NULL,NULL,'LINE',NULL,10,'','cd84ec572fe6bb9de09cc94c0119301b','',NULL),(4778,'en','profile-builder','f5d993d8e89c037d614ec8dc2559e4b7','Turkmenistan',NULL,NULL,'LINE',NULL,10,'','c4d37b88770638cdfc0fa9082b6075e3','',NULL),(4779,'en','profile-builder','be741c06c32a1f9d444e9607a126832d','Turks and Caicos Islands',NULL,NULL,'LINE',NULL,10,'','718e6dba3e45842806ab617f4299fc4a','',NULL),(4780,'en','profile-builder','4e18c1e699d8abc3422d67f2ff82c56b','Tuvalu',NULL,NULL,'LINE',NULL,10,'','09ef04d59fa6e95931290f0d34aa328f','',NULL),(4781,'en','profile-builder','7940da23f1938b79523797490d428de3','Type your password again. ',NULL,NULL,'LINE',NULL,10,'','3175e35548ff92012c0de0a13d732da3','',NULL),(4782,'en','profile-builder','729261dfad1bfd5c2a6435268f740656','Type your password.',NULL,NULL,'LINE',NULL,10,'','0b402a1dd1fe9b833352eb1b1337889b','',NULL),(4783,'en','profile-builder','cfba9cc2eabab552e12a8f45c64a8bea','U.S. Virgin Islands',NULL,NULL,'LINE',NULL,10,'','610862a8248499199422b54aaa1a7aa5','',NULL),(4784,'en','profile-builder','e6b391a8d2c4d45902a23a8b6585703d','URL',NULL,NULL,'LINE',NULL,10,'','218463aeb3d22d565f9ea3ca5ad2ce0d','',NULL),(4785,'en','profile-builder','53b3c88ea00c4f0e137b4e6fe7bd23f1','Uganda',NULL,NULL,'LINE',NULL,10,'','d317d211ca347231080e248fe0bf7ce0','',NULL),(4786,'en','profile-builder','f01fc92b23faa973f3492a23d5a705c5','Ukraine',NULL,NULL,'LINE',NULL,10,'','b63258e1ba9b4846c2c581ca22c1316b','',NULL),(4787,'en','profile-builder','43de3f6941bd3a2d61a7fd6b78870435','Unapprove',NULL,NULL,'LINE',NULL,10,'','ff222aef2bec98427c19d8bb0c4a1b6e','',NULL),(4788,'en','profile-builder','2753302f5d12fbc9740c03488678f89c','Unapproved',NULL,NULL,'LINE',NULL,10,'','0a64a96be4dba1689c8db4ab71c05a1b','',NULL),(4789,'en','profile-builder','20e41407aa287ec80f11fc176a334046','Unapproved User Notification',NULL,NULL,'LINE',NULL,10,'','6fb22cfd52ffe1b2a581e544d3f314c6','',NULL),(4790,'en','profile-builder','8f6f28f0d2061af28bcf49d1725b2cbd','United Arab Emirates',NULL,NULL,'LINE',NULL,10,'','b3e03bcc977a968dd5dc7ecf785ad7eb','',NULL),(4791,'en','profile-builder','89f9c9f489be2a83cf57e53b9197d288','United Kingdom',NULL,NULL,'LINE',NULL,10,'','79ade50e70c0aca2261cd64a5681b346','',NULL),(4792,'en','profile-builder','f253efe302d32ab264a76e0ce65be769','United States',NULL,NULL,'LINE',NULL,10,'','e94ba88934b9ac2922017b44ace9956e','',NULL),(4793,'en','profile-builder','f23b8b7e705f96a3219783440e6b3f8e','United States Minor Outlying Islands',NULL,NULL,'LINE',NULL,10,'','64fa57f76f673b9476e469dd52a4439c','',NULL),(4794,'en','profile-builder','06933067aafd48425d67bcb01bba5cb6','Update',NULL,NULL,'LINE',NULL,10,'','77b56c4c78f02bf488255312f257c05b','',NULL),(4795,'en','profile-builder','b8dedd484f3baddf262423a9618b0a23','Upgrade Profile Builder',NULL,NULL,'LINE',NULL,10,'','2c896d99632b6974ba246c306c80063a','',NULL),(4796,'en','profile-builder','d0795427b22284a71d0e9a1970c6750b','Upload ',NULL,NULL,'LINE',NULL,10,'','d38c5c201af84136a0d5b3ba1673d794','',NULL),(4797,'en','profile-builder','75497a22409db78dcc52c291e078bc10','Uruguay',NULL,NULL,'LINE',NULL,10,'','58d704cfbb5e95bb73859ca2fbbd1e7a','',NULL),(4798,'en','profile-builder','afc60977743fd43d02861c9d1802c962','Use these shortcodes on the pages you want the forms to be displayed:',NULL,NULL,'LINE',NULL,10,'','ad6735eb7e46e9b3a40c5ed046cc23e4','',NULL),(4799,'en','profile-builder','410833c8b649e7fb410cfe64fcf56d1d','Use this shortcode on the page you want the form to be displayed:',NULL,NULL,'LINE',NULL,10,'','61edd09d0ac17ffd375c121208932a35','',NULL),(4800,'en','profile-builder','af81362004078b51b7cdabb0e18e8ec3','User Approval Notification',NULL,NULL,'LINE',NULL,10,'','08b3f0197e481c567bd02d01e692b438','',NULL),(4801,'en','profile-builder','38907a346f608b26ac64fff1c04da6e0','User Email Customizer',NULL,NULL,'LINE',NULL,10,'','969f98da1ff6998392342a46d88dcf4a','',NULL),(4802,'en','profile-builder','e179f83c783ac8730f633dcda67e9195','User Id',NULL,NULL,'LINE',NULL,10,'','6a807a929f2643ee1e1faaeae258c5b6','',NULL),(4803,'en','profile-builder','121d783cf878e619f5cfa4c922927a76','User Listing',NULL,NULL,'LINE',NULL,10,'','0f9c57bcabcc6b5fb3e55b32da1d25a3','',NULL),(4804,'en','profile-builder','c9f1712e842a227db89fb6048edd6736','User Meta',NULL,NULL,'LINE',NULL,10,'','7524f0aafe3fe4739a993086b4d185fe','',NULL),(4805,'en','profile-builder','93cd4cccf2ed50c6c483aa8486ab4099','User Nicename',NULL,NULL,'LINE',NULL,10,'','f25728c78922adf0247c72a5fe680913','',NULL),(4806,'en','profile-builder','7bc31a95e4a1ee6f8948af20440df0c6','User Role',NULL,NULL,'LINE',NULL,10,'','1961821d06c785ca390be46e10330fed','',NULL),(4807,'en','profile-builder','7cc2d2e46cec80108de65235b279edea','User Roles',NULL,NULL,'LINE',NULL,10,'','d1207c8ed2fb44f993521733d910f0f0','',NULL),(4808,'en','profile-builder','a37f1ccfbf2161e53c68f48b46d03666','User Roles Order',NULL,NULL,'LINE',NULL,10,'','4d03f990a7a72b6d60743b04d8b2e7d6','',NULL),(4809,'en','profile-builder','b846d1144d90307e0cfa35b918a98a98','User not found',NULL,NULL,'LINE',NULL,10,'','feb9fff3b70e00a0e02f4060fb3c307f','',NULL),(4810,'en','profile-builder','e703d8d5ed5e8e78ff7b7bc2dc8f1fcf','User successfully approved!',NULL,NULL,'LINE',NULL,10,'','ee991d9d5448a16180275de749ec94ab','',NULL),(4811,'en','profile-builder','6c0e1039ecf1d5e3d29f6c57b4af4a52','User successfully deleted!',NULL,NULL,'LINE',NULL,10,'','2f228a7e6e6371d91241ced95385963d','',NULL),(4812,'en','profile-builder','f3d0fcc049f9fe7d1c0d4308f2c9e303','User successfully unapproved!',NULL,NULL,'LINE',NULL,10,'','3d90e1e554de11ccdb749827f8c801cb','',NULL),(4813,'en','profile-builder','a59d8ac086591a0cdba45305fb79aa52','User to edit:',NULL,NULL,'LINE',NULL,10,'','bff35925496ae6f6c2c5fbf3eb372a00','',NULL),(4814,'en','profile-builder','8792f576ae9e0da6a6c0c9ba19c900b0','User-Role',NULL,NULL,'LINE',NULL,10,'','f7bc786a2556b1008f838d50293f4978','',NULL),(4815,'en','profile-builder','352a877c7db5438248f58f5e87114d55','User-status',NULL,NULL,'LINE',NULL,10,'','2ccbaed0f6534f5cc819319629c6c12a','',NULL),(4816,'en','profile-builder','e2f05290b61f3d900c81a896e81f9325','Userlisting Settings',NULL,NULL,'LINE',NULL,10,'','395f403bf842c2bbdc10e7487fdb4d95','',NULL),(4817,'en','profile-builder','f6039d44b29456b20f8f373155ae4973','Username',NULL,NULL,'LINE',NULL,10,'','88b205305992093f9fac060696357c63','',NULL),(4818,'en','profile-builder','2ccba4b8858048435dc02dd921abae6d','Username and Email',NULL,NULL,'LINE',NULL,10,'','58d9c3e7a015befc1670a0fb484ddc98','',NULL),(4819,'en','profile-builder','40d41870aa0c084000dc9c8cf8ca7778','Username or E-mail',NULL,NULL,'LINE',NULL,10,'','3085a958a38ee51a30e4ac08e02d66cc','',NULL),(4820,'en','profile-builder','1c315fe64c02f0dc4a605373f68d911b','Username or Email',NULL,NULL,'LINE',NULL,10,'','a875e59aa353a2eae23f03087dc18f8e','',NULL),(4821,'en','profile-builder','8261db508cde60868a8191a6ed1fc3da','Usernames cannot be changed.',NULL,NULL,'LINE',NULL,10,'','9989b3c270047aff32f261ebf2a82444','',NULL),(4822,'en','profile-builder','8621efdefd8f4a0372b9769d6fed5d84','Users can register themselves or you can manually create users here.',NULL,NULL,'LINE',NULL,10,'','974febfaafd297855e136c03a6893c3d','',NULL),(4823,'en','profile-builder','c054f7931048dc6898d7f52d4be76c0c','Users cannot currently register themselves, but you can manually create users here.',NULL,NULL,'LINE',NULL,10,'','09cf79c5fd2c4ec6eb7dd816d72df8e2','',NULL),(4824,'en','profile-builder','36218581a44b6d2700942cdc77de1e30','Users successfully approved!',NULL,NULL,'LINE',NULL,10,'','1fb36caf8099df83c0001632a5204ab2','',NULL),(4825,'en','profile-builder','6d0f02fcd8528db8ac90869351db0cf2','Users successfully deleted!',NULL,NULL,'LINE',NULL,10,'','24b90de2e77c0551c6bdc8526abf5710','',NULL),(4826,'en','profile-builder','f9a3bb6e2bc562755b39f4b0eb02c77e','Users successfully unapproved!',NULL,NULL,'LINE',NULL,10,'','57e988ddaae8514f8bee140bce8a07e9','',NULL),(4827,'en','profile-builder','3f7bfe74c8cc63c817ceeb64d4177096','Users with Unconfirmed Email Address',NULL,NULL,'LINE',NULL,10,'','c28c6a160515eaba07af88fb60a0a729','',NULL),(4828,'en','profile-builder','a0a3e881895e46eb96218f0988d405b9','Uzbekistan',NULL,NULL,'LINE',NULL,10,'','dfbe50b8b4f039f66be8c9d5646db6c2','',NULL),(4829,'en','profile-builder','e55ef9b8b85a787917163c47dca095f3','Valid tags {{reply_to}} and {{site_name}}',NULL,NULL,'LINE',NULL,10,'','f88d7e55135318e56f99527c6087e8fb','',NULL),(4830,'en','profile-builder','5c2a0a20f75a5a6d8f5103e08d882ec8','Value must be a multiplier of %1$s',NULL,NULL,'LINE',NULL,10,'','fe1300dd67cd7192c8f1f047450c27fe','',NULL),(4831,'en','profile-builder','c8054aa996af5a2ad52882cbcd56cade','Value must be greater than or equal to %1$s',NULL,NULL,'LINE',NULL,10,'','051fb086db92e179ed0b8691c869ece3','',NULL),(4832,'en','profile-builder','101672d9e142bf094822d8f349e491b5','Value must be less than or equal to %1$s',NULL,NULL,'LINE',NULL,10,'','a430638c4a49922b4558fff4c7fc3535','',NULL),(4833,'en','profile-builder','fe07e488fe56260f45240c1c8a8882a8','Vanuatu',NULL,NULL,'LINE',NULL,10,'','687d85ea06e658dfe7176263aa5a274d','',NULL),(4834,'en','profile-builder','a8571795df5a56146cfde039bd9c1a5a','Vatican',NULL,NULL,'LINE',NULL,10,'','a4a0a64ec5c86a429999f327089c16c8','',NULL),(4835,'en','profile-builder','e95294b730f61c8175550ec244bfcb50','Venezuela',NULL,NULL,'LINE',NULL,10,'','c11cd8319613634d3460a2864e72fe78','',NULL),(4836,'en','profile-builder','3c9725047280b9e633385a026099deae','Version %s',NULL,NULL,'LINE',NULL,10,'','24a27fdcf62a2b9bc01a5c63642c412b','',NULL),(4837,'en','profile-builder','c463192e433d02674ccf2cdd384ae28e','Very Weak',NULL,NULL,'LINE',NULL,10,'','d263fdfdc771e5a36c1145c7f069c41e','',NULL),(4838,'en','profile-builder','30a3534b67a9a2c4cb3f1bb8659b321f','Very weak',NULL,NULL,'LINE',NULL,10,'','a46ecdfa1c1d531d8384871077881d15','',NULL),(4839,'en','profile-builder','fdef6daa799e80dbce1b561577b21181','Vietnam',NULL,NULL,'LINE',NULL,10,'','5883b62e34dfdfe760385df594aa8ffe','',NULL),(4840,'en','profile-builder','84e1ffef5470cb74f95d084a837e36b9','View Map',NULL,NULL,'LINE',NULL,10,'','6b72c06f8731759e409285a721228903','',NULL),(4841,'en','profile-builder','51afc5fe837ad068bdc5436d017c6656','View all extra shortcode parameters',NULL,NULL,'LINE',NULL,10,'','55c2706f2851f04cc73aa05574f5284d','',NULL),(4842,'en','profile-builder','12ec103f10206fca33c882063d834f5b','View the Edit-profile Form',NULL,NULL,'LINE',NULL,10,'','a6b8af85869fb948931dd35e18b09225','',NULL),(4843,'en','profile-builder','e3603fa226bbb08c7fce5c21fd6813e0','View the Registration Form',NULL,NULL,'LINE',NULL,10,'','b7db15d661b89e0c6f43e6c85e3c35cc','',NULL),(4844,'en','profile-builder','3f6376d3a8804002c7582181b93ce089','View the User Listing',NULL,NULL,'LINE',NULL,10,'','b8b154c0c951c7a58d5f8ab02a00d2b7','',NULL),(4845,'en','profile-builder','1729a56cfc89021478498fe0c89a843a','Visibility',NULL,NULL,'LINE',NULL,10,'','f764b9e39337e3b91702f1e87a6d0987','',NULL),(4846,'en','profile-builder','826c5b5770c307618b86c7125f490b86','Visible only to logged in users?',NULL,NULL,'LINE',NULL,10,'','6bf0e05b9d94262f133ea6a25c583326','',NULL),(4847,'en','profile-builder','52ddb8c4224c6c51ba3c62a8a0f7e6c7','Visible to following Roles',NULL,NULL,'LINE',NULL,10,'','154806dc6328a0b4ff786b4732a255f3','',NULL),(4848,'en','profile-builder','0acf723190dd8dde9085a41f42ddccf7','Wallis and Futuna',NULL,NULL,'LINE',NULL,10,'','6c860a9ffb1e17a1ad0f73fb82e4a783','',NULL),(4849,'en','profile-builder','7324e3727807d95037eb19d304fd91ec','Weak',NULL,NULL,'LINE',NULL,10,'','94d5b4b7747eaa735ea712cda14b1cc1','',NULL),(4850,'en','profile-builder','15bbb9d0bbf25e8d2978de1168c749dc','Website',NULL,NULL,'LINE',NULL,10,'','03df64936d499497da42cdd59fc20cd3','',NULL),(4851,'en','profile-builder','0588f9c5024cd4ec8de58bd5774dc876','Welcome to %1$s!<br/><br/><br/>Your username is:%2$s',NULL,NULL,'LINE',NULL,10,'','ae1e2c61bc16be38cffb04e666b57680','',NULL),(4852,'en','profile-builder','4cb137532c86fabec087f831a34b7e84','Welcome to %1$s!<br/><br/><br/>Your username is:%2$s and password:%3$s',NULL,NULL,'LINE',NULL,10,'','da727a89069c3b6a4797cc28a81eeb91','',NULL),(4853,'en','profile-builder','1bdb61bdbf5bc9a2cdc5db037ab610e0','Western Sahara',NULL,NULL,'LINE',NULL,10,'','f88c86e7ebebf934911ba491baaceac8','',NULL),(4854,'en','profile-builder','48bf75c5f8191571461fff82a003c6a3','Whether the field is required or not',NULL,NULL,'LINE',NULL,10,'','5e5603a1961e4f179397b04531950251','',NULL),(4855,'en','profile-builder','fa6ba450fc83127825efda6afc79d52c','Whether to automatically log in the newly registered user or not<br/>Only works on single-sites without \"Admin Approval\" and \"Email Confirmation\" features activated<br/>WARNING: Caching the registration form will make automatic login not work',NULL,NULL,'LINE',NULL,10,'','9c2ac90ef4c973cfbfbabd920596653b','',NULL),(4856,'en','profile-builder','8fe820f4873ebf5a726d1bf9490fccbc','Whether to redirect the user to a specific page or not',NULL,NULL,'LINE',NULL,10,'','f7334676fe5683dd3ae230f7fae53b5e','',NULL),(4857,'en','profile-builder','055d255f17ef4c883610a3780db4d9e8','With Extra Profile Fields you can create the exact registration form your project needs.',NULL,NULL,'LINE',NULL,10,'','c8f66d91d27cf27382cb171c2c0a30f7','',NULL),(4858,'en','profile-builder','d87cf5f97df262cca5aea7eb5b195c41','Yahoo IM',NULL,NULL,'LINE',NULL,10,'','b29ee1ea39a0dddf7c7c70093331813b','',NULL),(4859,'en','profile-builder','724bf4ca11a567636547a92a37e397b7','Yemen',NULL,NULL,'LINE',NULL,10,'','a03f2afe991d8546c038cf25e4900e77','',NULL),(4860,'en','profile-builder','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'LINE',NULL,10,'','6c9eb49e9c4587b1525f06098c3e2719','',NULL),(4861,'en','profile-builder','ac178a771fcfcfcbe0a801c4344c889d','Yes, I\'d like to create a new site',NULL,NULL,'LINE',NULL,10,'','8920adf366863f0c5042ff13748243a9','',NULL),(4862,'en','profile-builder','79e73fb48e72b5abfd563dc617d69b11','Yim',NULL,NULL,'LINE',NULL,10,'','22900c7a4a4d113dcac2f36e1d25ac53','',NULL),(4863,'en','profile-builder','2d01a80e3b390ea7bf724ece18a9e31f','You are already logged in. You can change your password on the edit profile form.',NULL,NULL,'LINE',NULL,10,'','9084832ffd8f137e65c1e29cc5ec0ba9','',NULL),(4864,'en','profile-builder','a689d85ee62b5bd3ea153adb725144fc','You are currently logged in as %1$s. %2$s',NULL,NULL,'LINE',NULL,10,'','d9915e5454f884f5ab58f7bef1463a84','',NULL),(4865,'en','profile-builder','5ab3cc06c4641fa7167ff05eb9184ccc','You are currently logged in as %1s. You don\'t need another account. %2s',NULL,NULL,'LINE',NULL,10,'','99b7b523def5e27c52b3ccd67c07de1a','',NULL),(4866,'en','profile-builder','f30b9bb93b298f7037b31f2ebec8bef6','You are currently logged in as %s. ',NULL,NULL,'LINE',NULL,10,'','d69d1f0215946e54f473bdb763928823','',NULL),(4867,'en','profile-builder','7cbc4334a62ca8f5db69474a2a1980d5','You can add the information for the %s after you add a entry',NULL,NULL,'LINE',NULL,10,'','1fc0ce7be522a6b367c5f2dd5af33b5a','',NULL),(4868,'en','profile-builder','29c5a8b2a1914582f2afd7735ee84b16','You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s.',NULL,NULL,'LINE',NULL,10,'','3917b30c6a8b0e7346087141d23c940d','',NULL),(4869,'en','profile-builder','7900b5cf1fd5b424aec6e99456fa6338','You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s.',NULL,NULL,'LINE',NULL,10,'','01935e0e85b26b6d00c90aa8a13dccb2','',NULL),(4870,'en','profile-builder','14d9cfc6d799e775c662bee5f94a846d','You can find it in the Profile Builder menu.',NULL,NULL,'LINE',NULL,10,'','c2ce3f8b4624bec3e8ec586cd600da84','',NULL),(4871,'en','profile-builder','430ecbcbb08c7edeeecff7310b7b99b6','You can find the default file here: %1$s',NULL,NULL,'LINE',NULL,10,'','133fb1e222a2563c438b21a2204053d1','',NULL),(4872,'en','profile-builder','dd039bbbeaf726379052a203cf42476f','You can use: # for numbers, parentheses ( ), - sign, + sign, dot . and spaces.',NULL,NULL,'LINE',NULL,10,'','3a56dcb6a65330088a1965df4fec4725','',NULL),(4873,'en','profile-builder','28ea4935604246fb876cda6d8c34c322','You cannot register this user role',NULL,NULL,'LINE',NULL,10,'','b4ea10090980c17d637c697f96574d9d','',NULL),(4874,'en','profile-builder','792043273d51e9ce226433caebfdf8e8','You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI.',NULL,NULL,'LINE',NULL,10,'','2a8ca1f4b6fbed84949ac0bb5811872d','',NULL),(4875,'en','profile-builder','edd5ef2816f942543da80f85ea87d863','You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s.',NULL,NULL,'LINE',NULL,10,'','c26f48f1dd90ebba6f8ac5f0479f2e42','',NULL),(4876,'en','profile-builder','7361ddeb40fc366f6864caba947c0437','You don\'t have any pagination settings on this userlisting!',NULL,NULL,'LINE',NULL,10,'','b47ade3fb1f0f44c9b69bc45349726aa','',NULL),(4877,'en','profile-builder','dd002cfd20e357b81aa829c382253dd1','You either don\'t have permission for that action or there was an error!',NULL,NULL,'LINE',NULL,10,'','c8479d3763cc8a3ce5c9c151f34740aa','',NULL),(4878,'en','profile-builder','9f8791f2e31462edf00f0ad4dc286732','You have successfully reset your password to: %1$s',NULL,NULL,'LINE',NULL,10,'','c79f22c1ee89ed6c9f10e5f5b734a13e','',NULL),(4879,'en','profile-builder','9ec45d049ca8f53515e0e06e7b9f28f1','You must be logged in to edit your profile.',NULL,NULL,'LINE',NULL,10,'','b5f01f8da042fb3712f940e3ddc17972','',NULL),(4880,'en','profile-builder','8ae272479f41278f393304c35dccda67','You must enter a valid email address.',NULL,NULL,'LINE',NULL,10,'','d7f45f79b18820d79d7daac87bf332aa','',NULL),(4881,'en','profile-builder','97c40cd5f3245efdbf09c0a86ecfe650','You must enter a value for the date-format\\n',NULL,NULL,'LINE',NULL,10,'','8404c5638eff3ac88cc6fdaee54ebb58','',NULL),(4882,'en','profile-builder','ebf1b25b837adfaba4f7aee9948af8b7','You must enter a value for the row number\\n',NULL,NULL,'LINE',NULL,10,'','decd78edb78f7b490a8f3d5fa6505b88','',NULL),(4883,'en','profile-builder','3c80d75f57383b9d189b8b840eef00af','You must enter the secret key\\n',NULL,NULL,'LINE',NULL,10,'','1a81e20211d3d979bc117fc2a2430ba6','',NULL),(4884,'en','profile-builder','84a176dd020ebe7d02e08ba33368fc89','You must enter the site key\\n',NULL,NULL,'LINE',NULL,10,'','1a821f3e3ca8c006a8bc0d17fbd8fa94','',NULL),(4885,'en','profile-builder','5a8c685b20c32a393157855e63016c7e','You must select a field\\n',NULL,NULL,'LINE',NULL,10,'','ccd0fee5bcca0d65e0b07dc587865c84','',NULL),(4886,'en','profile-builder','b32e57ab9cd13d1b0d71c8c4e3336d36','You need to activate the Userlisting feature from within the \"Modules\" tab!',NULL,NULL,'LINE',NULL,10,'','61955d2cd731603243b2b5dc0e9b696d','',NULL),(4887,'en','profile-builder','250818cee29b7a8c4e86e5269f158c98','You need to specify the title of the form before creating it',NULL,NULL,'LINE',NULL,10,'','111396a40bc2aeb581782c06b75d2b44','',NULL),(4888,'en','profile-builder','cf095aebc2a9759a524900b46ab01e38','You will receive a link to create a new password via email.',NULL,NULL,'LINE',NULL,10,'','e01e76249c9664ae23cfa40ed204b51f','',NULL),(4889,'en','profile-builder','f985b046e05299454c04f82e7861fced','You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s',NULL,NULL,'LINE',NULL,10,'','1c83291a77c518bc1e849ac98d9f281f','',NULL),(4890,'en','profile-builder','5bb12b36a9f7060f04f1d6eb7942efa6','Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature.',NULL,NULL,'LINE',NULL,10,'','96d8aca09c7b30d1d5303d82346e57df','',NULL),(4891,'en','profile-builder','272d869ad8c82c57eed3eaca032afbf3','Your account has to be confirmed by an administrator before you can use the \"Password Reset\" feature.',NULL,NULL,'LINE',NULL,10,'','56c3d2291eb870622a090c0a92c97012','',NULL),(4892,'en','profile-builder','d75ab90ea7c4ed38b142c05e9958d6ce','Your account on %1$s has been approved!',NULL,NULL,'LINE',NULL,10,'','6acbc6f5a2ef204147650f84cdecf199','',NULL),(4893,'en','profile-builder','7baff1642d0263d4e2c87cca752246aa','Your account on %1$s has been unapproved!',NULL,NULL,'LINE',NULL,10,'','d77a4b60f83fc9d7e0701f7e5e7a77ca','',NULL),(4894,'en','profile-builder','2a46e5dcdbdf5555a0275a5928132b02','Your account on {{site_name}} has been approved!',NULL,NULL,'LINE',NULL,10,'','7f3b43e3eed71aac23b235ceafaf1723','',NULL),(4895,'en','profile-builder','ad7abd771eb1a25263c31962512a3148','Your account on {{site_name}} has been unapproved!',NULL,NULL,'LINE',NULL,10,'','e98707fe362e24ef023dbac0f90dd053','',NULL),(4896,'en','profile-builder','f204e02e793e43799bb32d5950f6e600','Your email was successfully confirmed.',NULL,NULL,'LINE',NULL,10,'','ffde35b3e763fe1befbf13cf34ffc989','',NULL),(4897,'en','profile-builder','8f256fe794332030d4ec588203826348','Your password has been successfully changed!',NULL,NULL,'LINE',NULL,10,'','a264d46626154d76cfaf17babe44610d','',NULL),(4898,'en','profile-builder','48f4a54ac45bccd691b96bb911a4e252','Your profile has been successfully updated!',NULL,NULL,'LINE',NULL,10,'','efc1a9b6d85e220a035db6ebcf25b68c','',NULL),(4899,'en','profile-builder','4063132ef56fbf7cc86d360eb444d18c','Your selected password at signup',NULL,NULL,'LINE',NULL,10,'','7bbf48e770ee7a5c834b78ef719f90cd','',NULL),(4900,'en','profile-builder','35cbe4561e472a17dad9a082c3a5a056','Your session has expired! Please refresh the page and try again',NULL,NULL,'LINE',NULL,10,'','4e16a59aabf69ee8b8650cddc9715bf6','',NULL),(4901,'en','profile-builder','1da8b5f7f0eaef96a5c03a909dccf7ec','Your session has expired! Please refresh the page and try again.',NULL,NULL,'LINE',NULL,10,'','4582edd2f49787ca1609e711dc7a2bee','',NULL),(4902,'en','profile-builder','462242986fead1864ecdd3ea3a35667f','Your site url will look like this:<br>',NULL,NULL,'LINE',NULL,10,'','e36db0364631d729eb9e35ff2c225f1c','',NULL),(4903,'en','profile-builder','b0aa0804e676a38255af4fd70236af7c','Zambia',NULL,NULL,'LINE',NULL,10,'','6434a35e3b256df7249dbfd14c5e66ed','',NULL),(4904,'en','profile-builder','9d5116a2451bc98c2b46b93acbc1b4f0','Zimbabwe',NULL,NULL,'LINE',NULL,10,'','2249634316e71b19a37080c99724a4da','',NULL),(4905,'en','profile-builder','f7626c1598fbf33181a417cd28eb6fc4','[%1$s] Activate %2$s',NULL,NULL,'LINE',NULL,10,'','6f8dfac604c46a12b76a29efbadca2d0','',NULL),(4906,'en','profile-builder','85e11e943616870373e058bd9f611e2c','[%1$s] Your new account information',NULL,NULL,'LINE',NULL,10,'','df5f794b6e07f5101b87b84a88c88301','',NULL),(4907,'en','profile-builder','f065abcff049c28bec2c24dc501c3658','[{{site_name}}] Activate {{username}}',NULL,NULL,'LINE',NULL,10,'','22685f42bc57c3795bface2295d7b6d0','',NULL),(4908,'en','profile-builder','aae54d596bb21e801f6cf2ebec921215','[{{site_name}}] Notice of Email Change',NULL,NULL,'LINE',NULL,10,'','ba4d8e35c4146599a75649a2c6a23fe3','',NULL),(4909,'en','profile-builder','f849b5c32371007f127363b17edebef5','[{{site_name}}] Password Reset',NULL,NULL,'LINE',NULL,10,'','5cfb8ff3b8161addff428e06b1bd11df','',NULL),(4910,'en','profile-builder','90fe774ebb8748cac39fbbba770518c8','[{{site_name}}] Password Reset Successfully',NULL,NULL,'LINE',NULL,10,'','6a0374b4d9cf5c00542b99f25bd06720','',NULL),(4911,'en','profile-builder','121c9a2740fab6a6b62665a6c4918e84','approve this user?',NULL,NULL,'LINE',NULL,10,'','69838b15421cc141359e2d49e8276279','',NULL),(4912,'en','profile-builder','787d5f05953ec39b108869dfdd7733e6','approved',NULL,NULL,'LINE',NULL,10,'','0a763dd79af00af464ca56e54e29ebb8','',NULL),(4913,'en','profile-builder','f5739e470bd431017b84d3f5fce8dcd5','confirm this email yourself?',NULL,NULL,'LINE',NULL,10,'','fbfaefffe95c77e05046d88a62cff5b7','',NULL),(4914,'en','profile-builder','655c07186b866ddc88d17d5eba44dc69','delete this user from the _signups table?',NULL,NULL,'LINE',NULL,10,'','fb877a9a9fffa11aa6aa08e4507b693c','',NULL),(4915,'en','profile-builder','eb0557e5977f018ab070b506851e44e6','delete this user?',NULL,NULL,'LINE',NULL,10,'','a406975ed3d9aa7f782ba8d5e96c06f7','',NULL),(4916,'en','profile-builder','a1674e6255e992f7b32afb7a53f08c3b','displays all users except the ones you specified the user_id for',NULL,NULL,'LINE',NULL,10,'','8d3d04915ea6afe85e22afe550684b20','',NULL),(4917,'en','profile-builder','b4cceb5738602eccb5e44853aef2dfdd','displays only the users that you specified the user_id for',NULL,NULL,'LINE',NULL,10,'','8999e6fb3950157fc70f2d4e008a5903','',NULL),(4918,'en','profile-builder','5358ae250a4da18690e571916ff97e23','displays users having a certain meta-value within a certain (extra) meta-field',NULL,NULL,'LINE',NULL,10,'','a6ad5530fe72b8532feb8f4513c56c86','',NULL),(4919,'en','profile-builder','0c83f57c786a0b4a39efab23731c7ebc','email',NULL,NULL,'LINE',NULL,10,'','f3fb36eec2ef24027d935963e3fbcff7','',NULL),(4920,'en','profile-builder','6c92285fa6d3e827b198d120ea3ac674','here',NULL,NULL,'LINE',NULL,10,'','f05a75cfe98891b7193aab3a540610a3','',NULL),(4921,'en','profile-builder','324e8fa3b199a241fcae858213af7e97','is not a number.',NULL,NULL,'LINE',NULL,10,'','4fd1525b1b8c4f753df68fea26b2258f','',NULL),(4922,'en','profile-builder','a7f34289e701bf6c71d658cc44f8c85c','is not a valid phone number.',NULL,NULL,'LINE',NULL,10,'','376fe598ef35424423ba231d162ef08e','',NULL),(4923,'en','profile-builder','8ac17e811aa0b74239f0cfac61a04fdb','must be a greater than or equal to ',NULL,NULL,'LINE',NULL,10,'','6f480b831c8e5714cbec63d8473153d3','',NULL),(4924,'en','profile-builder','12fa208952e7ee31e9bc1ad641942e47','must be a multiplier of ',NULL,NULL,'LINE',NULL,10,'','6e543cb3efd779446638950e800435c7','',NULL),(4925,'en','profile-builder','677ba5a353d7f883d5598d53bb89a113','must be less than or equal to ',NULL,NULL,'LINE',NULL,10,'','b6a462c1d9b451e9ae10f0187a7a1f6e','',NULL),(4926,'en','profile-builder','72fd8dd3cf56fdf89cba20b5f77e8f8b','reCAPTCHA',NULL,NULL,'LINE',NULL,10,'','3c2c440e49ffcbf9ed5c32c098345eee','',NULL),(4927,'en','profile-builder','ac67ede5a84eb5a1add7ff4440e9a485','required',NULL,NULL,'LINE',NULL,10,'','43796e2a9d80356969a48855a3840bc4','',NULL),(4928,'en','profile-builder','be619080a9e754147e5d050414831719','resend the activation link?',NULL,NULL,'LINE',NULL,10,'','ecebadfaa14cf6a984f11829152e0483','',NULL),(4929,'en','profile-builder','a7dd12b1dab17d25467b0b0a4c8d4a92','show',NULL,NULL,'LINE',NULL,10,'','2a7cf6cd9072fca97080514b47a8ae5c','',NULL),(4930,'en','profile-builder','bb957dc02d1e61a3d2673c3dfab41b27','unapprove this user?',NULL,NULL,'LINE',NULL,10,'','bc0f43ab7f6f47ea99cb12ea43056974','',NULL),(4931,'en','profile-builder','3fe4e7162752ff1d49357cbf31afefa7','unapproved',NULL,NULL,'LINE',NULL,10,'','b16209278879b23569a758870ca5f7b3','',NULL),(4932,'en','profile-builder','14c4b06b824ec593239362517f538b29','username',NULL,NULL,'LINE',NULL,10,'','03beb1d49de5ac83ef67b1f53d5b7413','',NULL),(4933,'en','profile-builder','c6b42c97203a0f80354b63b57272e4a5','username or email',NULL,NULL,'LINE',NULL,10,'','cea6fb91c4da3fa073574210723e4737','',NULL),(4934,'en','exclude-pages','a1a6d2e2695c078b6b179281975313a0','Comma separated list of post and page IDs to exclude when returning pages from the get_pages function.',NULL,NULL,'LINE',NULL,10,'','0c91e0f2cf2bb8e052cfa117510df28f','',NULL),(4935,'en','exclude-pages','662bf03dcfb4b892e0301ab1329cda8a','Exclude Pages',NULL,NULL,'LINE',NULL,10,'','0abd8d6897f1dd8e52367ab7c679fbe2','',NULL),(4936,'en','exclude-pages','b9eb7138476195298af091277e6b6347','If you think you no longer need the Exclude Pages plugin you should talk to your WordPress administrator about disabling it.',NULL,NULL,'LINE',NULL,10,'','a710e8b7aacf1d718ba3772dbd049ff4','',NULL),(4937,'en','exclude-pages','5be9e2326194872d75d7ca38a81388a4','Include this page in lists of pages',NULL,NULL,'LINE',NULL,10,'','fcbec54cd1fa60589e710fc2edc28b8c','',NULL),(4938,'en','exclude-pages','c9bb6ecd983a98a7b945cb021da347ba','N.B. An ancestor of this page is excluded, so this page is too (<a href=\"%1$s\" title=\"%2$s\">edit ancestor</a>).',NULL,NULL,'LINE',NULL,10,'','333a33dd565f01da222ee14044e3c6f7','',NULL),(4939,'en','exclude-pages','2655d606f2572ffaf7b7ca1651363dc0','N.B. This page can still appear in explicitly created <a href=\"%1$s\">menus</a> (<a id=\"ep_toggle_more\" href=\"#ep_explain_more\">explain more</a>)',NULL,NULL,'LINE',NULL,10,'','8f66e6b923bbea00926a39453b46deae','',NULL),(4940,'en','exclude-pages','484e7756c9bb9ad02428c2fbd0766a1a','N.B. This page can still appear in explicitly created menus (<a id=\"ep_toggle_more\" href=\"#ep_explain_more\">explain more</a>)',NULL,NULL,'LINE',NULL,10,'','68792e32faccb21773a06a057c869b4c','',NULL),(4941,'en','exclude-pages','4e2a7f2cd3f2d7b074027662e4d80330','WordPress provides a simple function for you to maintain the site menus, which your site administrator is using. If a menu includes this page, the checkbox above will not have any effect on the visibility of that menu item.',NULL,NULL,'LINE',NULL,10,'','d83447043cdbb01096d85b60e5cbed0f','',NULL),(4942,'en','exclude-pages','e99b6770542333346482306a65d39833','WordPress provides a simple function for you to maintain your site <a href=\"%1$s\">menus</a>. If you create a menu which includes this page, the checkbox above will not have any effect on the visibility of that menu item.',NULL,NULL,'LINE',NULL,10,'','4dadfa60bf3c3d87a93cfc4c18da0f45','',NULL),(4943,'en','exclude-pages','6a95b21688b17a67b2b120819a9c4dc4','edit the excluded ancestor',NULL,NULL,'LINE',NULL,10,'','9428382431bcdd8c547cde7a893230ef','',NULL),(4944,'en','default','bcc39ebae13b9a1832aae242461ada05','\"%1$s\" by %2$s.',NULL,NULL,'LINE',NULL,10,'','9e1dcce0c4b911942c980bd27177243f','',NULL),(4945,'en','default','ee3c0454d9386d0988c076df41e3c7d4','\"%1$s\" from %2$s by %3$s.',NULL,NULL,'LINE',NULL,10,'','83b0692382af0d530bd4ba53fe671615','',NULL),(4946,'en','default','5eb29c985d4bd8cd7b37513edc6bfa8a','\"%1$s\" from %2$s.',NULL,NULL,'LINE',NULL,10,'','e941d4baffda938e6da807607c8d2b3d','',NULL),(4947,'en','default','b5e636f49a664e64d31904a01b4a1e3a','\"%s\".',NULL,NULL,'LINE',NULL,10,'','76c1ab1067832dc4d2ac02e3183efb2c','',NULL),(4948,'en','default','23daea6f5a74ff486efb9baa4fca994b','$image needs to be an WP_Image_Editor object',NULL,NULL,'LINE',NULL,10,'','e950a3ff51dbc2f4b5a6089e3ed7ffde','',NULL),(4949,'en','default','f95d98e2cd2d6f92a51d66213b750953','%1$s &#8212; WordPress',NULL,NULL,'LINE',NULL,10,'','c2d52ef5e4baa2c99970567a1cec2c30','',NULL),(4950,'en','default','d2d3084ac2aba36560b9db326585fc44','%1$s <span class=\"count\">(%2$s)</span>',NULL,NULL,'LINE',NULL,10,'','889047bd2bee50aaf1c1a6d901f197fc','',NULL),(4951,'en','default','89377020cb6544e2e6b9cc4fc8bdf616','%1$s MB (%2$s%%) Space Used',NULL,NULL,'LINE',NULL,10,'','03e6a11f679e8b9c399240b6226fa218','',NULL),(4952,'en','default','cca258d4860106cff874e3b761e18cb6','%1$s by %2$s (will also <strong>delete its data</strong>)',NULL,NULL,'LINE',NULL,10,'','403fa87f7eb05ba31feac7689773be00','',NULL),(4953,'en','default','99dd47a9ed07cd6358b863867dbca645','%1$s by %2$s.',NULL,NULL,'LINE',NULL,10,'','41784932e21de94cf8c60ff270d0d1fa','',NULL),(4954,'en','default','bb514b708f89c72fa10b151a4e2a0028','%1$s rating based on %2$s rating',NULL,NULL,'LINE',NULL,10,'','90c5964cef483cc63c33acb0ef0e5954','',NULL),(4955,'en','default','67681c4f5110151034abbe509ed672b3','%1$s rating based on %2$s ratings',NULL,NULL,'LINE',NULL,10,'','2c2472f6cd6164e21a1a5b4697ff8bb4','',NULL),(4956,'en','default','9fe882ef0d448058797d5aa0d15e6d2a','%1$s updated successfully.',NULL,NULL,'LINE',NULL,10,'','414adebda61d67ae1865d9c358e97ee1','',NULL),(4957,'en','default','8cdab5a2c3761e10b4d3298d297f011e','%d pixels',NULL,NULL,'LINE',NULL,10,'','7c8159f922b89e789531e68261eae84d','',NULL),(4958,'en','default','18aef9f2ceda8454efa362a5477f84c9','%d star',NULL,NULL,'LINE',NULL,10,'','aa0593b832e21060af4c621d08b8a5d8','',NULL),(4959,'en','default','d1d1734f7b2e9f8dbf959932493c28e5','%d stars',NULL,NULL,'LINE',NULL,10,'','c433f25133f0e34b7526709e173ce941','',NULL),(4960,'en','default','872a55985f4730054606032d8ce98d01','%s (A sanitized version of the author name.)',NULL,NULL,'LINE',NULL,10,'','2d83a646a44def98afdd32a24aaf42aa','',NULL),(4961,'en','default','907ce2a58aef15de53dc7dc2dc77b954','%s (Category slug. Nested sub-categories appear as nested directories in the URL.)',NULL,NULL,'LINE',NULL,10,'','6416b967d80b582e1fd9c5b6dcbc6b8a','',NULL),(4962,'en','default','715a7c4581233ce78bdcdf2a23e1b655','%s (Day of the month, for example 28.)',NULL,NULL,'LINE',NULL,10,'','044b452ed838ee7d3eaf0b2cf1ec5f12','',NULL),(4963,'en','default','d6436854ae8b9461ee86e843cb94f215','%s (Draft)',NULL,NULL,'LINE',NULL,10,'','38a0e41750ad1f9a6a9c9f8453d017d5','',NULL),(4964,'en','default','bc94165e38b49015d98c9ed71549e3d3','%s (Hour of the day, for example 15.)',NULL,NULL,'LINE',NULL,10,'','7f6e266fc284a47a46f5efd1f734cdaf','',NULL),(4965,'en','default','2becbf7be991650c308d806ad314f56a','%s (Minute of the hour, for example 43.)',NULL,NULL,'LINE',NULL,10,'','96a4f93804a180657f828e45e7ac4e9e','',NULL),(4966,'en','default','ee1e2f6a4fdc6b754621f0b6300f28ce','%s (Month of the year, for example 05.)',NULL,NULL,'LINE',NULL,10,'','bc783fd70dee940437b75b7c3a5ea3fa','',NULL),(4967,'en','default','2548adaf9671401422874ed378ec8f6e','%s (Second of the minute, for example 33.)',NULL,NULL,'LINE',NULL,10,'','c860721dbe441cb5bd807d794a8d9b48','',NULL),(4968,'en','default','6eb13a163d6f22351ef023988927e20f','%s (The sanitized post title (slug).)',NULL,NULL,'LINE',NULL,10,'','c9a4975db1cb6f8a2697e5c91677c9db','',NULL),(4969,'en','default','c6a6307448a5bbc58b90f15cf2ef12dc','%s (The unique ID of the post, for example 423.)',NULL,NULL,'LINE',NULL,10,'','390d47febb59dc499d48a4eb9f5e4d73','',NULL),(4970,'en','default','3c3a47e95608d3426e1ff0c91242a677','%s (The year of the post, four digits, for example 2004.)',NULL,NULL,'LINE',NULL,10,'','3bc1d04ba0bae32ba86272e0b0677fa7','',NULL),(4971,'en','default','7e56ea7fea3c82f1205175bcf2af270a','%s (already used in permalink structure)',NULL,NULL,'LINE',NULL,10,'','1404ae7a8df710cca774380ae84ade10','',NULL),(4972,'en','default','8225527ff696b2d720d23ac1292f4d43','%s Active Installations',NULL,NULL,'LINE',NULL,10,'','2fdc1e36790567f656175fec0cec04b8','',NULL),(4973,'en','default','f9d544cb057db1359bcc72999ab84d75','%s MB Space Allowed',NULL,NULL,'LINE',NULL,10,'','1b72704f2b4e27b86e00f0b899977401','',NULL),(4974,'en','default','ee40167a15f5eb92849fb6c99c7e5a6c','%s Page',NULL,NULL,'LINE',NULL,10,'','87cb5a88d85c87983d58194199f84a3e','',NULL),(4975,'en','default','a8f6683263c298bfad7f0b6f073d7633','%s Pages',NULL,NULL,'LINE',NULL,10,'','199b5ab3889add6fc742db60e906eb1c','',NULL),(4976,'en','default','42693c20afd7d52364e1af49cff58989','%s Page Template',NULL,NULL,'LINE',NULL,10,'','661d901084dde093f6ef4628384de14c','',NULL),(4977,'en','default','dd493c28fccb61d9f7413c0ec412f9bd','%s Post',NULL,NULL,'LINE',NULL,10,'','ffd126c4873bb0f467efa26a62d07ef6','',NULL),(4978,'en','default','b68509cc0e3d6171c7d383c5b0d7c9ee','%s Posts',NULL,NULL,'LINE',NULL,10,'','d96644efaef55780ac2b36c1eb802758','',NULL),(4979,'en','default','809095b694d3b1b4a3644f9c7901ed41','%s added to permalink structure',NULL,NULL,'LINE',NULL,10,'','cd11790eb95fa51d92a14dede22d18c1','',NULL),(4980,'en','default','212a0488abf6c0d52971d8e90bf314f9','%s ago',NULL,NULL,'LINE',NULL,10,'','b740e3033c00c55617fe16ed542e4567','',NULL),(4981,'en','default','9bcc05478aa4d1d2ddc349920a3eb92c','%s approved comment',NULL,NULL,'LINE',NULL,10,'','d2e397727060fd51da339a458c2e3b3f','',NULL),(4982,'en','default','155105a95850262a227328cc02e499d1','%s approved comments',NULL,NULL,'LINE',NULL,10,'','7b7e0015a3177606a97dc112288b6bc7','',NULL),(4983,'en','default','7c9fbb6d66bbe52d69af41b3036803a2','%s column',NULL,NULL,'LINE',NULL,10,'','1197fe886f37ff09dae1ce03087d42ff','',NULL),(4984,'en','default','d635e8f5adee7eb0c8e7d93d3ef00dd1','%s columns',NULL,NULL,'LINE',NULL,10,'','95aabd1dace16f7532d355ba17bdd30b','',NULL),(4985,'en','default','17aed6c1d9efedc9d70e715edc96944b','%s comment',NULL,NULL,'LINE',NULL,10,'','25d6e3f0f191159513f2be8954770c56','',NULL),(4986,'en','default','d8e7f17a2abdb911d4ba7d4e949f4f9a','%s comments',NULL,NULL,'LINE',NULL,10,'','9b83064607d20fa792d4a16793a6cb46','',NULL),(4987,'en','default','820d22f94f7e1ac6704243ee3212b10e','%s comment approved',NULL,NULL,'LINE',NULL,10,'','705a31e3e1e447b47901603dbe78c740','',NULL),(4988,'en','default','7c8a76a80ba1e73a7d71ddbe784f6d2e','%s comments approved',NULL,NULL,'LINE',NULL,10,'','c6e62852d4490404e88388289a5ef253','',NULL),(4989,'en','default','15031ae057a29d223d1aab5369a13dd6','%s comment marked as spam.',NULL,NULL,'LINE',NULL,10,'','80fe614af3bfee4575ec07cc4fc7c349','',NULL),(4990,'en','default','fef556e51e515bc9c4fd82945d8d153c','%s comments marked as spam.',NULL,NULL,'LINE',NULL,10,'','496d263f3a3a911ba7ecb272721f07f0','',NULL),(4991,'en','default','b4851be1d828d3c6337c73534f0962bd','%s comment moved to the Trash.',NULL,NULL,'LINE',NULL,10,'','69166710899da57f9a7feb059d1bf9c3','',NULL),(4992,'en','default','003e398ba5abcf51b755af205f8d1cfa','%s comments moved to the Trash.',NULL,NULL,'LINE',NULL,10,'','33aaac8ef4f974c6dc60bdeec7001427','',NULL),(4993,'en','default','30286612686c6ea51a969c5d93831b07','%s comment permanently deleted',NULL,NULL,'LINE',NULL,10,'','4260ab5bd161879a375111335af4c6e2','',NULL),(4994,'en','default','0522c38649b9b97dce2d14073aa1941b','%s comments permanently deleted',NULL,NULL,'LINE',NULL,10,'','5765055a818143d7d606920b2cd06d66','',NULL),(4995,'en','default','b2ed5fc516fe6b8de14169bee1c95243','%s comment restored from the Trash',NULL,NULL,'LINE',NULL,10,'','91d7b84d139dcc376aff49a33996ddb9','',NULL),(4996,'en','default','694604f74cfdf664b25b594e4d047424','%s comments restored from the Trash',NULL,NULL,'LINE',NULL,10,'','a353fc1779105382ec9e47bd7b7edb5c','',NULL),(4997,'en','default','a7ebb76b99f8de583c6220042d182608','%s comment restored from the spam',NULL,NULL,'LINE',NULL,10,'','568cab16f79b8cdeb0a4b49d7d0cbd2a','',NULL),(4998,'en','default','cddc53a08b88dd25377431255de66018','%s comments restored from the spam',NULL,NULL,'LINE',NULL,10,'','806650b568a3f4f7f5437efc83b79e46','',NULL),(4999,'en','default','84674130089e474414f0ba08757e9911','%s failed to embed.',NULL,NULL,'LINE',NULL,10,'','f69a70170dce4732be4f2cfad31d2a6e','',NULL),(5000,'en','default','ebe8ffebf3c3da1f1400f3abdf2b3760','%s from now',NULL,NULL,'LINE',NULL,10,'','c7b42b10ded99bda17948a00648a99ac','',NULL),(5001,'en','default','4fafbd44bcc3a4598b2496f851014b06','%s has been logged out.',NULL,NULL,'LINE',NULL,10,'','758602f289863666735236e8b51f5256','',NULL),(5002,'en','default','90ac80305754c456b6b8dc87108329bb','%s has been updated.',NULL,NULL,'LINE',NULL,10,'','a86c47da01004bb37ce85abc44940270','',NULL),(5003,'en','default','e75e88112f4070fdef74a077c9b1432a','%s has taken over and is currently editing.',NULL,NULL,'LINE',NULL,10,'','d972c87ebd2e003da062464172f9d0e3','',NULL),(5004,'en','default','25f54a2d4dad9e4469c34753be4a17da','%s is already editing this post.',NULL,NULL,'LINE',NULL,10,'','4df1e8d0f8bd680974274382cf73d55a','',NULL),(5005,'en','default','d86e8f16f912b5d7e6ff5cf8f4bd15ca','%s is already editing this post. Do you want to take over?',NULL,NULL,'LINE',NULL,10,'','f7151c2415a10f64fc33501820a7135d','',NULL),(5006,'en','default','a64b08f852d84587f572eedfb6f585a6','%s is currently editing',NULL,NULL,'LINE',NULL,10,'','769c5b0fe0ec7a86476560c42b51ac20','',NULL),(5007,'en','default','60f4781ed46fd53aa59438b36a884762','%s link deleted.',NULL,NULL,'LINE',NULL,10,'','9298b17466abf6fb3d9d859fc8656446','',NULL),(5008,'en','default','87fa36931005afd13af75c7375bf30cc','%s links deleted',NULL,NULL,'LINE',NULL,10,'','3bc16d2724be603186d576b38cd7a15a','',NULL),(5009,'en','default','0a511c9baa6f0bedb12e9d89227f153a','%s media file attached.',NULL,NULL,'LINE',NULL,10,'','7f4b20347e9a39f0645b993d56bc50e9','',NULL),(5010,'en','default','bb55285b59eb94e7fae70957c64626a4','%s media files attached.',NULL,NULL,'LINE',NULL,10,'','58c97a014e039199b333f31b4923d3bb','',NULL),(5011,'en','default','a4eade8b72f51eddfcf23cb050868bb2','%s media file detached.',NULL,NULL,'LINE',NULL,10,'','df9598728ba74dee18cec81fdf911813','',NULL),(5012,'en','default','1754d7b2d10b288acfcbac597689534f','%s media files detached.',NULL,NULL,'LINE',NULL,10,'','83b5129f5b1677eec0d2ea988f4927de','',NULL),(5013,'en','default','0f8a4092abf0640766f4ff74753fa35b','%s media file moved to the trash.',NULL,NULL,'LINE',NULL,10,'','0a676deef82a96ffb14382e6eb0d4ad2','',NULL),(5014,'en','default','105955daedcf9a33e8ebf1cc8ed8322f','%s media files moved to the trash.',NULL,NULL,'LINE',NULL,10,'','b5f237d4c033651fbfd21ff8ce13717d','',NULL),(5015,'en','default','f4fe67ba145bf452705fb748d8a17cf4','%s media file permanently deleted.',NULL,NULL,'LINE',NULL,10,'','37c6ff9f076ff9614e1d462b7273af86','',NULL),(5016,'en','default','82aba9ac8751c922ec32d53feb7fd4f2','%s media files permanently deleted.',NULL,NULL,'LINE',NULL,10,'','05229756b9601f4c9c81dba4f40e8dda','',NULL),(5017,'en','default','bc7754a7731f47b7ca01f9ae334a3107','%s media file restored from the trash.',NULL,NULL,'LINE',NULL,10,'','ef1948575839ae210ab0b97e690633b0','',NULL),(5018,'en','default','b398ae71bae637dd619248f3a4cc2214','%s media files restored from the trash.',NULL,NULL,'LINE',NULL,10,'','87f6a7a7c044458a0fb8ad3acccb8ce3','',NULL),(5019,'en','default','869e1b979f3a8c91cc64fa78cf98f33d','%s or higher',NULL,NULL,'LINE',NULL,10,'','86b426d068b12d5d1fd6e0104a05646f','',NULL),(5020,'en','default','84e7d880c3090b66c8c4a1178bf7a066','%s page moved to the Trash.',NULL,NULL,'LINE',NULL,10,'','f85744be3cdeeef460edb66b035e6704','',NULL),(5021,'en','default','5b5dab087c575f7a9509e8551d9c368c','%s pages moved to the Trash.',NULL,NULL,'LINE',NULL,10,'','b121be467c665220c2e5711bc1729253','',NULL),(5022,'en','default','78c858212d7714cb8a49bf4f4900a1b3','%s page not updated, somebody is editing it.',NULL,NULL,'LINE',NULL,10,'','6b22bbb829828014969bab419c783765','',NULL),(5023,'en','default','763dd044a165e8754a34bb7cd8abc8f5','%s pages not updated, somebody is editing them.',NULL,NULL,'LINE',NULL,10,'','b01bee74b91a48c03e0370d24adafc65','',NULL),(5024,'en','default','db63b9c2752218b98f80507fc517f253','%s page permanently deleted.',NULL,NULL,'LINE',NULL,10,'','277b06728656af59f69c91cdc03ccfd3','',NULL),(5025,'en','default','60a2de2c9062e3c3e632bf6ab4a55916','%s pages permanently deleted.',NULL,NULL,'LINE',NULL,10,'','6d79b2330f84da3d30217f3e32394f03','',NULL),(5026,'en','default','82914e05497fb8d726cfaaed37bce8cf','%s page restored from the Trash.',NULL,NULL,'LINE',NULL,10,'','d700f7501e2443d1003ca76b83efd21b','',NULL),(5027,'en','default','6cd10142a9f7b1ba9e01b007c6c95e8a','%s pages restored from the Trash.',NULL,NULL,'LINE',NULL,10,'','b97c3dd55f119ddd864ce1f0c8f57c81','',NULL),(5028,'en','default','ee6c7572fa6553e7d3c2af9d813c40fe','%s page updated.',NULL,NULL,'LINE',NULL,10,'','38cff32f1b8a898cfc611dc257d3f227','',NULL),(5029,'en','default','1c2de00f0bb9879f473754fdba62f5c2','%s pages updated.',NULL,NULL,'LINE',NULL,10,'','b35a292b2c47824bfe7964fe8f6a6b48','',NULL),(5030,'en','default','9f3f209bc1d936c216cf7ceb23185f6f','%s pending comment',NULL,NULL,'LINE',NULL,10,'','6c20c25e4bc3777d4b42c3ec0bd28ddf','',NULL),(5031,'en','default','a6bf3c95941dddbf594fc0cf860e6a42','%s pending comments',NULL,NULL,'LINE',NULL,10,'','49057b8ace73a8714fd4328ae9ebc8bb','',NULL),(5032,'en','default','1910e6cfde026657015fb867330bbd50','%s plugin',NULL,NULL,'LINE',NULL,10,'','7105c3de05e43fceb22895012b3a92ce','',NULL),(5033,'en','default','477d806dcc27c909a8c37b656ebe2a51','%s plugin successfully updated.',NULL,NULL,'LINE',NULL,10,'','abe4f65dcb798d61da4e83f018b904dd','',NULL),(5034,'en','default','40f25b4f18d5a468c7aa3a738a8d1f69','%s plugins',NULL,NULL,'LINE',NULL,10,'','3324f88be4b112119fcd2b7a3bc34583','',NULL),(5035,'en','default','6709f1333e5635fcebdd007e85f22d71','%s plugins successfully updated.',NULL,NULL,'LINE',NULL,10,'','172d00ddedec9fbc89f59d3b0dfa92f3','',NULL),(5036,'en','default','de7173c85f4e9ffbd80199738e01c3a4','%s post by this author',NULL,NULL,'LINE',NULL,10,'','3dd2f558ff469c6c1ccf33ae7cf01da3','',NULL),(5037,'en','default','fc7b94aa0a96e54734e4bec6b2cb69f3','%s posts by this author',NULL,NULL,'LINE',NULL,10,'','eaa5047f0390f9f93ec6ffff12dd43a1','',NULL),(5038,'en','default','61cbcfbe46e903a569032fb09c4e3210','%s post moved to the Trash.',NULL,NULL,'LINE',NULL,10,'','692a627fca8d7d20ebbfbb88c9ca68d9','',NULL),(5039,'en','default','aa6991dd377fba33f816237aec8fa13a','%s posts moved to the Trash.',NULL,NULL,'LINE',NULL,10,'','31e958a4cd49d47ac188e3d3bdaf1026','',NULL),(5040,'en','default','042469343b8b81ed9246790f984a3c75','%s post not updated, somebody is editing it.',NULL,NULL,'LINE',NULL,10,'','5338183f7972b93fdd476d7359014a9c','',NULL),(5041,'en','default','f1a9e37a731de36d8cfac3a473e0818c','%s posts not updated, somebody is editing them.',NULL,NULL,'LINE',NULL,10,'','79a2b2889e4ca72ff62f162f5cc70ea2','',NULL),(5042,'en','default','81099b52d42a68624a736e3d37c9b114','%s post permanently deleted.',NULL,NULL,'LINE',NULL,10,'','39f81089e0e96ed4aac5ad5c95aca653','',NULL),(5043,'en','default','d76604a11259638f15fccd02e9cdbe18','%s posts permanently deleted.',NULL,NULL,'LINE',NULL,10,'','2495ed6681d9987d4688d59884ff1c32','',NULL),(5044,'en','default','d0bda67d486c0039d443da98c4adb1ad','%s post restored from the Trash.',NULL,NULL,'LINE',NULL,10,'','443e17dfd825a1ccd12d1b74386e9864','',NULL),(5045,'en','default','76b53bdc524a2b58173937e49c4d4fba','%s posts restored from the Trash.',NULL,NULL,'LINE',NULL,10,'','62e83facea1cc21a37bead19fb3dde27','',NULL),(5046,'en','default','ae212637e204cedd168f040de96b1fe2','%s post updated.',NULL,NULL,'LINE',NULL,10,'','ead7d0937aab2805a87dd70450ce4e48','',NULL),(5047,'en','default','61dbbe312f490e278fdfec71191449a8','%s posts updated.',NULL,NULL,'LINE',NULL,10,'','cbb96c15a4299b9bd761a0256ed4e767','',NULL),(5048,'en','default','e2f9fe62a8490b50f0bc39ba2c639ef5','%s queries',NULL,NULL,'LINE',NULL,10,'','2884484bc4c261d4163cc023291da431','',NULL),(5049,'en','default','99edb531668a7b35a22b6bfd0ea4f199','%s rating',NULL,NULL,'LINE',NULL,10,'','4e247d24e8fdc2c8f14e244c19836e05','',NULL),(5050,'en','default','8641eaacafab9d58e7e93a92ff318714','%s seconds',NULL,NULL,'LINE',NULL,10,'','05bccf27c60d2aded1960c8e5ef4cdff','',NULL),(5051,'en','default','7b0d5549e2e21cf53ab03dd38a81a71b','%s site',NULL,NULL,'LINE',NULL,10,'','471d9e90bb6f8ea10e3082d78841cd7d','',NULL),(5052,'en','default','4282820339032489114dd73bf184a85a','%s sites',NULL,NULL,'LINE',NULL,10,'','554d0f8fc4763c974fe3b3515f2204a5','',NULL),(5053,'en','default','a7785c8d74fbc7630aa4b460bb430eaa','%s theme successfully updated.',NULL,NULL,'LINE',NULL,10,'','d35e5f05246c1e9d268ff4e7d2fc05a1','',NULL),(5054,'en','default','d778f11ceaca1fa13f7957ae58f09319','%s themes successfully updated.',NULL,NULL,'LINE',NULL,10,'','02487aee54682ea0081250705f0ba100','',NULL),(5055,'en','default','f768ab3c09f7545df57779b0606dcc26','%s update failed.',NULL,NULL,'LINE',NULL,10,'','80ec0737dadacf3317af532f2c99647d','',NULL),(5056,'en','default','c4f32ea5fe6516834ecd63aa21d1bfde','%s updates failed.',NULL,NULL,'LINE',NULL,10,'','27beba42573256a005591220485ca28e','',NULL),(5057,'en','default','5a20d6ad2c465b4961ae13cdfd67f400','%s user',NULL,NULL,'LINE',NULL,10,'','836ed864c6778cc10f7163132e037ffb','',NULL),(5058,'en','default','02a3ccb8294183b300fef7a62fc44a63','%s users',NULL,NULL,'LINE',NULL,10,'','e927c33528b0e3637ad70b991d85b474','',NULL),(5059,'en','default','d44e14aea56cdcbcd5b0503df71b684f','%s user deleted.',NULL,NULL,'LINE',NULL,10,'','4b3253c6a10ec633e21dfd66037b4d52','',NULL),(5060,'en','default','3347b8237a4c6c1cb498fde3572f0362','%s users deleted.',NULL,NULL,'LINE',NULL,10,'','52d8522595f78d2dd8f00eff5fed8698','',NULL),(5061,'en','default','5828b58f6817da236fa36c7e28c69aaf','&#8220;%s&#8221; (Edit)',NULL,NULL,'LINE',NULL,10,'','3fd4bebcc2e2556966d5b47800480fec','',NULL),(5062,'en','default','f287cff642667aa7ab371be8aca4fd14','&#8220;%s&#8221; is locked',NULL,NULL,'LINE',NULL,10,'','6bb910480a93ce2d105f2e02c78571ee','',NULL),(5063,'en','default','a3332b79b0716cb7e3e4ec79a8b01048','&laquo;',NULL,NULL,'LINE',NULL,10,'','4acdf24bfec51465101a75bd6a7ff7f7','',NULL),(5064,'en','default','24e6cb545c9daae44a3b60d6c84f89ab','&larr; Back to Users',NULL,NULL,'LINE',NULL,10,'','dc1d5e6aa37aeaf45ef1b88de8cdf932','',NULL),(5065,'en','default','1b2c949b92b4b374bbcb55175ebe0ecb','&larr; Return to editor',NULL,NULL,'LINE',NULL,10,'','6eec91bd30f5e31a8df8762488e20e07','',NULL),(5066,'en','default','cb4d5750d38b2b0f863cac33456d4f57','&mdash; No Change &mdash;',NULL,NULL,'LINE',NULL,10,'','fe353a7b90692e75d02145a9c1f831f9','',NULL),(5067,'en','default','230c725807120b2a8ffda07657b7d15c','&mdash; No role for this site &mdash;',NULL,NULL,'LINE',NULL,10,'','8fa9145ca79bd37378a79e8907267fe3','',NULL),(5068,'en','default','4dfed4d09f609b049af849f934862e61','&ndash;OR&ndash;',NULL,NULL,'LINE',NULL,10,'','eead2c47e7e995ab0e1d6e9b8366d52e','',NULL),(5069,'en','default','d0fbfc097c4fdbc0bc02e10243bd60fe','&raquo;',NULL,NULL,'LINE',NULL,10,'','fe314feeefff01339696921b3e221fa6','',NULL),(5070,'en','default','da03ef32eef440646d1dafb37abc9434','&uarr; Return to Top',NULL,NULL,'LINE',NULL,10,'','d53b644bb96dbb22a0fb80754733eb58','',NULL),(5071,'en','default','f3281cbcfe0e9d7be380ae62c3488730','(%s ratings)',NULL,NULL,'LINE',NULL,10,'','b0d9b97f6ac2e2dc9a46133ad39e5eb5','',NULL),(5072,'en','default','e1c319470b9cc19e2e7f5a9ad86e8722','(Leave at 0 for no rating.)',NULL,NULL,'LINE',NULL,10,'','4c0b4d975a10f9c39a99194a871ced76','',NULL),(5073,'en','default','ed313558c2bbb70dbd9424fc86a59e4e','(Private post)',NULL,NULL,'LINE',NULL,10,'','b12b1d27aafec95cdf2bf16ac21bf2ef','',NULL),(5074,'en','default','e2b9012bf1e7282f94361cad63d68cfb','(Signup has been disabled. Only members of this site can comment.)',NULL,NULL,'LINE',NULL,10,'','fc7e2a2f05f713ab2801a1310e5ba806','',NULL),(5075,'en','default','937dfa968e7c03d68923269265af022b','(Unattached)',NULL,NULL,'LINE',NULL,10,'','752fa4314d2d8ee282eec8aeac4234a2','',NULL),(5076,'en','default','10200c92e0687f6fe60c769809c46d03','(based on %s rating)',NULL,NULL,'LINE',NULL,10,'','ce6f159daea423c930e773700818cfa5','',NULL),(5077,'en','default','ee380ec2365f543205371b9697927fb6','(based on %s ratings)',NULL,NULL,'LINE',NULL,10,'','7159f99232e8271d2f58f32177269b6e','',NULL),(5078,'en','default','ebd830cf02aee290558e0d23ca121e94','(no parent)',NULL,NULL,'LINE',NULL,10,'','f618dc5943fba71395959027726c0737','',NULL),(5079,'en','default','82dff226cef517e65ad8467d46c0ffb2','(opens in a new tab)',NULL,NULL,'LINE',NULL,10,'','ba48187e7f5863470628b3f562f1bd89','',NULL),(5080,'en','default','9bfb6e6af6e6793bfa9387e728187c87','(required)',NULL,NULL,'LINE',NULL,10,'','954971de0f365751fe4faa24664b8e26','',NULL),(5081,'en','default','da8ea2c45d42014f64d6b6c5b7922c54','+ Add New Category',NULL,NULL,'LINE',NULL,10,'','1999d5514ee9d7e2a80ad8ece91ca1ac','',NULL),(5082,'en','default','c1221766e64caafa5e61ccf3921047fe','.htaccess (for rewrite rules )',NULL,NULL,'LINE',NULL,10,'','b29a59937739579b275ba095e00d7748','',NULL),(5083,'en','default','65064d2167059eb8d6e1917078ad8268','1 page not updated, somebody is editing it.',NULL,NULL,'LINE',NULL,10,'','342305684e1a468de0e74a57ad1f724a','',NULL),(5084,'en','default','8c269fc2d90f7528397be4e86975273a','1 post not updated, somebody is editing it.',NULL,NULL,'LINE',NULL,10,'','1e26e803e86d96702a846133f395c141','',NULL),(5085,'en','default','b61a776652b36bdbd2176e392f9b3b3a','404 Template',NULL,NULL,'LINE',NULL,10,'','527148148b8b377bc6b6742e087ef05f','',NULL),(5086,'en','default','535fbe9459b17c75493d43bcf121cde0','<a href=\"%1$s\" class=\"update-browser-link\">Update %2$s</a> or learn how to <a href=\"%3$s\" class=\"browse-happy-link\">browse happy</a>',NULL,NULL,'LINE',NULL,10,'','13f06312d88a62458da63e42aef0ef94','',NULL),(5087,'en','default','a94a76367375115555271bbb0bd54be5','<a href=\"%1$s\">Edit</a> or <a href=\"%2$s\">preview</a> your Privacy Policy page content.',NULL,NULL,'LINE',NULL,10,'','1a688f9b8403fd8b130f5e3a089fb0e4','',NULL),(5088,'en','default','b1908ab65bfa571ffd7258f9e0de646c','<a href=\"%1$s\">Edit</a> or <a href=\"%2$s\">view</a> your Privacy Policy page content.',NULL,NULL,'LINE',NULL,10,'','ae48c5cb012f6d3d584bbd04995a0e27','',NULL),(5089,'en','default','3d054a0ca79fc33a981f164fd303ad4c','<a href=\"%1$s\">WordPress %2$s</a> is available! <a href=\"%3$s\" aria-label=\"%4$s\">Please update now</a>.',NULL,NULL,'LINE',NULL,10,'','78a8db48e367a8bb2d92c4b96c7e041c','',NULL),(5090,'en','default','d4d21fed35bd9c875f1fc30a1e3f6a4f','<a href=\"%1$s\">WordPress %2$s</a> is available! Please notify the site administrator.',NULL,NULL,'LINE',NULL,10,'','a6af149eb7578f682d2021fff9bdbd49','',NULL),(5091,'en','default','a4fdc66829d75e371eead48f26b6a2e6','<a href=\"%s\">Learn more about Gutenberg</a>',NULL,NULL,'LINE',NULL,10,'','0b4958c848ab9cc3104a1d111519a902','',NULL),(5092,'en','default','aea5aa391259a98d8ee70dbce30e6ebb','<a href=\"%s\">Learn more about WordPress %s</a>.',NULL,NULL,'LINE',NULL,10,'','0bf777810164a99bedfce44dcea13d7f','',NULL),(5093,'en','default','84d1ae5bad7df9a87f39775f4ed6e490','<a href=\"%s\">Links</a> / Add New Link',NULL,NULL,'LINE',NULL,10,'','94e98b05a17dba4712d42efc56654f5a','',NULL),(5094,'en','default','67028bac7a8e691f421cd588c36c60ef','<a href=\"%s\">Links</a> / Edit Link',NULL,NULL,'LINE',NULL,10,'','6e64681e64a46f8db26e02e13aed094d','',NULL),(5095,'en','default','f5d40864a3a36d2eef9a06e87ae42066','<a href=\"https://codex.wordpress.org/Administration_Screens#Comments\">Documentation on Comments</a>',NULL,NULL,'LINE',NULL,10,'','b01553c8108d5bf3e207ba994016eaa5','',NULL),(5096,'en','default','ac57d054d14abc1276136a1c1aaef66d','<a href=\"https://codex.wordpress.org/Appearance_Background_Screen\">Documentation on Custom Background</a>',NULL,NULL,'LINE',NULL,10,'','912bbcb77f1715e546f2ac7414b86ee2','',NULL),(5097,'en','default','0fc809d1e89ddb44b6fc45e1f02117af','<a href=\"https://codex.wordpress.org/Appearance_Header_Screen\">Documentation on Custom Header</a>',NULL,NULL,'LINE',NULL,10,'','398e10bfd0051a2a6538c272c1459001','',NULL),(5098,'en','default','1c0458a59f1845f9d1d6d65a0c73f9b4','<a href=\"https://codex.wordpress.org/Appearance_Menus_Screen\">Documentation on Menus</a>',NULL,NULL,'LINE',NULL,10,'','48afc83cf545ef8a2395067746716603','',NULL),(5099,'en','default','19f9d98856fa2fc85dd996d8834065a8','<a href=\"https://codex.wordpress.org/Appearance_Widgets_Screen\">Documentation on Widgets</a>',NULL,NULL,'LINE',NULL,10,'','5f4aa7fdf5af3ac633eda848724fd1bb','',NULL),(5100,'en','default','5aea2a800c49f8336267d7e89447d308','<a href=\"https://codex.wordpress.org/Comment_Spam\">Documentation on Comment Spam</a>',NULL,NULL,'LINE',NULL,10,'','4827355dadf0162cc874de10daf8d0f3','',NULL),(5101,'en','default','118afa4ffee68f6f21893881b0e5d678','<a href=\"https://codex.wordpress.org/Dashboard_My_Sites_Screen\">Documentation on My Sites</a>',NULL,NULL,'LINE',NULL,10,'','4d25c2e81db8296579d545cd29c8dc0f','',NULL),(5102,'en','default','682186411ccf22dda09e72de0c978d6e','<a href=\"https://codex.wordpress.org/Dashboard_Screen\">Documentation on Dashboard</a>',NULL,NULL,'LINE',NULL,10,'','53b628e5360de0f7dd3ee6c06268e055','',NULL),(5103,'en','default','3ca7a638d575621b115fdfc88b3b002b','<a href=\"https://codex.wordpress.org/Dashboard_Updates_Screen\">Documentation on Updating WordPress</a>',NULL,NULL,'LINE',NULL,10,'','acea509fdbe89d522e67669f655eddf9','',NULL),(5104,'en','default','4467f778d78d70b64e73eca4009546d9','<a href=\"https://codex.wordpress.org/Editing_Files\">Documentation on Editing Files</a>',NULL,NULL,'LINE',NULL,10,'','c41e513c06c22d8bc7009091b2f00b3e','',NULL),(5105,'en','default','4d86d6ad88e1618c1f118e7bebd490ab','<a href=\"https://codex.wordpress.org/Formatting_Date_and_Time\">Documentation on date and time formatting</a>.',NULL,NULL,'LINE',NULL,10,'','5521b008fbf45fbe6f4410ccbf827b66','',NULL),(5106,'en','default','81bfb4111edfd9e5f094dd051789fef4','<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\" target=\"_blank\">More information</a>',NULL,NULL,'LINE',NULL,10,'','581f3e451164ed0b931ce895b0f977fa','',NULL),(5107,'en','default','3afd845f7cdd5389807cc15777f49369','<a href=\"https://codex.wordpress.org/Keyboard_Shortcuts\">Documentation on Keyboard Shortcuts</a>',NULL,NULL,'LINE',NULL,10,'','1d235b002f46bca0a8969d27fa79804b','',NULL),(5108,'en','default','cf38c03fcb614b3b6293eca1425df4a6','<a href=\"https://codex.wordpress.org/Links_Add_New_Screen\">Documentation on Creating Links</a>',NULL,NULL,'LINE',NULL,10,'','654424c09375e825430842ee19220c6f','',NULL),(5109,'en','default','74be3befa343c1669e7123938b89a1ae','<a href=\"https://codex.wordpress.org/Links_Link_Categories_Screen\">Documentation on Link Categories</a>',NULL,NULL,'LINE',NULL,10,'','d05632640c0ce8e0b1345b0d1edab4f2','',NULL),(5110,'en','default','bc0d6e9da2e16f47f21def5228955b4f','<a href=\"https://codex.wordpress.org/Links_Screen\">Documentation on Managing Links</a>',NULL,NULL,'LINE',NULL,10,'','e45610b18bcf19b3e824d5f0c12ff40f','',NULL),(5111,'en','default','9384d1e81ff7ffd1288bfd212c6e5617','<a href=\"https://codex.wordpress.org/Managing_Plugins#Plugin_Management\">Documentation on Managing Plugins</a>',NULL,NULL,'LINE',NULL,10,'','65448e067d17c95274af845171e835c1','',NULL),(5112,'en','default','beecebacb910a65d276ff8ae4dc3f2a0','<a href=\"https://codex.wordpress.org/Media_Add_New_Screen\">Documentation on Uploading Media Files</a>',NULL,NULL,'LINE',NULL,10,'','08ba6653e1d8aaae6edf778e78718cfb','',NULL),(5113,'en','default','1a5a8dd8f6d9097f2140c91f4ebd3357','<a href=\"https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media\">Documentation on Edit Media</a>',NULL,NULL,'LINE',NULL,10,'','1c0d30669a274c48e4d78f99a3f83e73','',NULL),(5114,'en','default','dc9fcb5a4b077683860978338a5600d3','<a href=\"https://codex.wordpress.org/Media_Library_Screen\">Documentation on Media Library</a>',NULL,NULL,'LINE',NULL,10,'','afff2f1e9bbc63700f2fef7bb4b65a00','',NULL),(5115,'en','default','7a3502f68ab0ec532a175877dc706e71','<a href=\"https://codex.wordpress.org/Network_Admin_Sites_Screen\">Documentation on Site Management</a>',NULL,NULL,'LINE',NULL,10,'','fa0312d0be8a927b045c7a392d308dd4','',NULL),(5116,'en','default','b986d24ae0fdceb4b491cec57f57690d','<a href=\"https://codex.wordpress.org/Nginx\">Documentation on Nginx configuration</a>.',NULL,NULL,'LINE',NULL,10,'','5ce9aa842c6bbca2566839f7eab684b7','',NULL),(5117,'en','default','ca6e165a9d16e3545b1b99ba982bc237','<a href=\"https://codex.wordpress.org/Pages_Add_New_Screen\">Documentation on Adding New Pages</a>',NULL,NULL,'LINE',NULL,10,'','e2f15b1c17703fe7799ab93670793fa9','',NULL),(5118,'en','default','4635b2f1e0085899e9e4935c274058b8','<a href=\"https://codex.wordpress.org/Pages_Screen\">Documentation on Managing Pages</a>',NULL,NULL,'LINE',NULL,10,'','4df1301ec255f4b3727b8ada9811aef8','',NULL),(5119,'en','default','acd276c29c2b3a6a46c69be6455f539e','<a href=\"https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages\">Documentation on Editing Pages</a>',NULL,NULL,'LINE',NULL,10,'','8175a56cdb835f9c9c28759066446f99','',NULL),(5120,'en','default','5222c43ea98bf538434547945c1d0249','<a href=\"https://codex.wordpress.org/Plugins_Add_New_Screen\">Documentation on Installing Plugins</a>',NULL,NULL,'LINE',NULL,10,'','3506bc96a38a6c3fe95ae5091f4c3ecf','',NULL),(5121,'en','default','7c2a173c8cece4c3d4c67bb7323dff9b','<a href=\"https://codex.wordpress.org/Plugins_Editor_Screen\">Documentation on Editing Plugins</a>',NULL,NULL,'LINE',NULL,10,'','ac9ff5c8058e3846474f9c67fdde23b5','',NULL),(5122,'en','default','84131067cbd4621ab735600372fe06a5','<a href=\"https://codex.wordpress.org/Posts_Add_New_Screen\">Documentation on Writing and Editing Posts</a>',NULL,NULL,'LINE',NULL,10,'','99d628390ea881f30d379221d4b5b3c9','',NULL),(5123,'en','default','be568b5dbf4c283d8fc8d79d8b636576','<a href=\"https://codex.wordpress.org/Posts_Categories_Screen\">Documentation on Categories</a>',NULL,NULL,'LINE',NULL,10,'','d779aa7147518694ccbdee2026c25e4f','',NULL),(5124,'en','default','a9dc838f59eca462ebe982579896d22f','<a href=\"https://codex.wordpress.org/Posts_Screen\">Documentation on Managing Posts</a>',NULL,NULL,'LINE',NULL,10,'','9bce89575b26198d76b70b2355e59b5e','',NULL),(5125,'en','default','8b4d066b4deafecd03fd7866f1be0783','<a href=\"https://codex.wordpress.org/Posts_Tags_Screen\">Documentation on Tags</a>',NULL,NULL,'LINE',NULL,10,'','8843d62f4399f35a6b4dd0798c392e3a','',NULL),(5126,'en','default','2bd8339943a292f617c05a3137a0ce38','<a href=\"https://codex.wordpress.org/Revision_Management\">Revisions Management</a>',NULL,NULL,'LINE',NULL,10,'','2b47bc9ffdc6839e9b2af24c211fa510','',NULL),(5127,'en','default','9ea7b9f8618271f10c4b8a2349fa2687','<a href=\"https://codex.wordpress.org/Roles_and_Capabilities\">Descriptions of Roles and Capabilities</a>',NULL,NULL,'LINE',NULL,10,'','803d392c67e1e156b8b4a480d5a45137','',NULL),(5128,'en','default','baa1c0ae99ae05ae963b464ebeb2480c','<a href=\"https://codex.wordpress.org/Settings_Discussion_Screen\">Documentation on Discussion Settings</a>',NULL,NULL,'LINE',NULL,10,'','3375a50728c60f8dae79869a7f346249','',NULL),(5129,'en','default','219049b8bddc1ddcb8b72d9d049546a4','<a href=\"https://codex.wordpress.org/Settings_General_Screen\">Documentation on General Settings</a>',NULL,NULL,'LINE',NULL,10,'','adeadeac86dd158f93fe5f16d5304cd9','',NULL),(5130,'en','default','e2fc587e2befe899d0d228b4b448a733','<a href=\"https://codex.wordpress.org/Settings_Media_Screen\">Documentation on Media Settings</a>',NULL,NULL,'LINE',NULL,10,'','0173b2ea52d2104fc63af27e26ac8f60','',NULL),(5131,'en','default','a451bd8bf8bba202e1d9ea3711855f7e','<a href=\"https://codex.wordpress.org/Settings_Permalinks_Screen\">Documentation on Permalinks Settings</a>',NULL,NULL,'LINE',NULL,10,'','7c7865bf718adb0ed9a3abd86a6efd47','',NULL),(5132,'en','default','683f4106f8e5ad2034b19900421a4f8e','<a href=\"https://codex.wordpress.org/Settings_Reading_Screen\">Documentation on Reading Settings</a>',NULL,NULL,'LINE',NULL,10,'','8bcd56596f7cc9e41ad8785e74eac871','',NULL),(5133,'en','default','89e460a93c6fd06abb14cf54ecd8b509','<a href=\"https://codex.wordpress.org/Settings_Writing_Screen\">Documentation on Writing Settings</a>',NULL,NULL,'LINE',NULL,10,'','08948187d981641a518af246fecd3c60','',NULL),(5134,'en','default','4234f73fba73154cd9d800e3c777e0df','<a href=\"https://codex.wordpress.org/Template_Tags\">Documentation on Template Tags</a>',NULL,NULL,'LINE',NULL,10,'','ee3699f0825104500e0da9f85fa1e13e','',NULL),(5135,'en','default','5a18bc5aae94d14af293d9c22185d5c9','<a href=\"https://codex.wordpress.org/Theme_Development\">Documentation on Theme Development</a>',NULL,NULL,'LINE',NULL,10,'','077d5cbb1f4c88abc10c0069ff9d9be3','',NULL),(5136,'en','default','f8c4a28b0c9af2baf469f6941ca3ad67','<a href=\"https://codex.wordpress.org/Tools_Export_Screen\">Documentation on Export</a>',NULL,NULL,'LINE',NULL,10,'','b651aa9f5811bfbbf368e7248542106a','',NULL),(5137,'en','default','4a7074c69cf1e1910f08e4cd41f558d3','<a href=\"https://codex.wordpress.org/Tools_Import_Screen\">Documentation on Import</a>',NULL,NULL,'LINE',NULL,10,'','da191c5ff5c5338e5782e51a4e4d36ce','',NULL),(5138,'en','default','fdb08da1ca19dfdbc05685ed83b1059d','<a href=\"https://codex.wordpress.org/Tools_Screen\">Documentation on Tools</a>',NULL,NULL,'LINE',NULL,10,'','f1411a4fea7d9379e0329d8e5ceee3ea','',NULL),(5139,'en','default','c620450055e69fc4bba257608038a252','<a href=\"https://codex.wordpress.org/Users_Add_New_Screen\">Documentation on Adding New Users</a>',NULL,NULL,'LINE',NULL,10,'','69962bd767008a13556402ca4ae8b03f','',NULL),(5140,'en','default','8f061153d2c25d044ccf4667c47df950','<a href=\"https://codex.wordpress.org/Users_Screen\">Documentation on Managing Users</a>',NULL,NULL,'LINE',NULL,10,'','90e62c69b88096b58347e5aa105664c7','',NULL),(5141,'en','default','b1d685959a257799c87a3769e122560c','<a href=\"https://codex.wordpress.org/Users_Your_Profile_Screen\">Documentation on User Profiles</a>',NULL,NULL,'LINE',NULL,10,'','404125870f9378924ca4d0041462bfc6','',NULL),(5142,'en','default','32422622cd895670750d6f8e3e878c4c','<a href=\"https://codex.wordpress.org/Using_Permalinks\">Documentation on Using Permalinks</a>',NULL,NULL,'LINE',NULL,10,'','72ee400c9062c148c288dab26d78ae6d','',NULL),(5143,'en','default','e6db0fd556a4669e9a7e7da3bf8b21ce','<a href=\"https://codex.wordpress.org/Using_Themes\">Documentation on Using Themes</a>',NULL,NULL,'LINE',NULL,10,'','9dbee5cf8ef48939b391f443c0c56017','',NULL),(5144,'en','default','ac4b4a3d868705af985fb7f5cfeba49f','<a href=\"https://codex.wordpress.org/Using_Themes#Adding_New_Themes\">Documentation on Adding New Themes</a>',NULL,NULL,'LINE',NULL,10,'','6d90ed45e279777f5970c10a023b901f','',NULL),(5145,'en','default','0df53b9aa595a3cb78e04f1956388135','<a href=\"https://codex.wordpress.org/Writing_a_Plugin\">Documentation on Writing Plugins</a>',NULL,NULL,'LINE',NULL,10,'','b75f092093350a1b65785c523f74ffb0','',NULL),(5146,'en','default','2f3809ad117019728fadeded5b053b27','<a href=\"https://wordpress.org/support/\">Support Forums</a>',NULL,NULL,'LINE',NULL,10,'','6300886260f98fff6ad4c8c3c6d73b11','',NULL),(5147,'en','default','9e461df7932d01e20406949696b85afa','<a href=\"https://wordpress.org/support/forum/multisite/\">Support Forums</a>',NULL,NULL,'LINE',NULL,10,'','14f9ef422b7c3c370de5e3d0dda14207','',NULL),(5148,'en','default','4219e9a017987428685266b8afb91d80','<code>_blank</code> &mdash; new window or tab.',NULL,NULL,'LINE',NULL,10,'','6afc5273e6815c3d46e0ebdb4a13b4d5','',NULL),(5149,'en','default','54664b363fac4157930a3f35531b297a','<code>_none</code> &mdash; same window or tab.',NULL,NULL,'LINE',NULL,10,'','cba77215afd0b5d8e96ef1a01273f4d0','',NULL),(5150,'en','default','d0e80edbec66288a957ad0381ae03505','<code>_top</code> &mdash; current window or tab, with no frames.',NULL,NULL,'LINE',NULL,10,'','eacc121dfd228bdf407e10172ae29704','',NULL),(5151,'en','default','747ebf74423d5239b4023bc329eaf353','<span>Active:</span> %s',NULL,NULL,'LINE',NULL,10,'','14fb66009c7a8b6f0cf5e1ded911823b','',NULL),(5152,'en','default','2e9457fe36435e48a296c4a614e71a4f','<strong>%s</strong> &mdash; This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the image as a post thumbnail on the home page, a custom header, etc.',NULL,NULL,'LINE',NULL,10,'','3006d7934608817a28a556e753065609','',NULL),(5153,'en','default','f067f6f2a07a9f28b8acd051de12bd8f','<strong><em>Note that password</em></strong> carefully! It is a <em>random</em> password that was generated just for you.',NULL,NULL,'LINE',NULL,10,'','667f6a0fa877d898323aca1fc507a99e','',NULL),(5154,'en','default','ecdb52fb00d5aabe4e9d24b436f9b9fc','<strong>Activity</strong> &mdash; Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.',NULL,NULL,'LINE',NULL,10,'','92492a427dfb72cd1b97719e8e35e896','',NULL),(5155,'en','default','a6babfcb475f676a839ed6c0640d1a7d','<strong>Advice:</strong> think very carefully about your site crashing if you are live-editing the theme currently in use.',NULL,NULL,'LINE',NULL,10,'','ad4647305c60cfd93de5e674fc745759','',NULL),(5156,'en','default','a8f4d14621490c3a1b94015a6744f684','<strong>At A Glance</strong> &mdash; Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.',NULL,NULL,'LINE',NULL,10,'','63cb0e79249a3955ef8698cb0ff6b575','',NULL),(5157,'en','default','b65fa8d75f92ea10c226c9c9e107cfc6','<strong>Box Controls</strong> &mdash; Click the title bar of the box to expand or collapse it. Some boxes added by plugins may have configurable content, and will show a &#8220;Configure&#8221; link in the title bar if you hover over it.',NULL,NULL,'LINE',NULL,10,'','54545fe38eda999a7a67927af2e0e559','',NULL),(5158,'en','default','2bc2b92ef21e54b7d57719af3e03b906','<strong>Clicking the arrow to the right of any menu item</strong> in the editor will reveal a standard group of settings. Additional settings such as link target, CSS classes, link relationships, and link descriptions can be enabled and disabled via the Screen Options tab.',NULL,NULL,'LINE',NULL,10,'','44adfce5db156b9d67e7c275453a89b9','',NULL),(5159,'en','default','b1223bca091660d2cb26c4403f354ea0','<strong>Compatible</strong> with your version of WordPress',NULL,NULL,'LINE',NULL,10,'','96c7d1203469aa395da152a984342fe8','',NULL),(5160,'en','default','019360949341be40f9abc62e0d947806','<strong>Connection lost.</strong> Saving has been disabled until you&#8217;re reconnected.',NULL,NULL,'LINE',NULL,10,'','c7ad62cbc8e82263e1ecdbb66fe5fb52','',NULL),(5161,'en','default','009d122ea5b480829aa49478250882f2','<strong>Delete</strong> brings you to the Delete Users screen for confirmation, where you can permanently remove a user from your site and delete their content. You can also delete multiple users at once by using Bulk Actions.',NULL,NULL,'LINE',NULL,10,'','6f347940b95b62848846a02047a935e5','',NULL),(5162,'en','default','455ea6f84b4f4e0349d551dbb50d3a42','<strong>Description</strong> &mdash; The description is not prominent by default; however, some themes may display it.',NULL,NULL,'LINE',NULL,10,'','bf0e83818cfea660dd6082860a6da784','',NULL),(5163,'en','default','72a914bd12c78373873416f57b033b13','<strong>Discussion</strong> &mdash; You can turn comments and pings on or off, and if there are comments on the post, you can see them here and moderate them.',NULL,NULL,'LINE',NULL,10,'','feb178d959aae886b2dde85248492051','',NULL),(5164,'en','default','71ce1121b4c5579d8f2c8e71335b9a22','<strong>Drag and Drop</strong> &mdash; To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.',NULL,NULL,'LINE',NULL,10,'','5152a8dbc58f8c3531ec3b414be417aa','',NULL),(5165,'en','default','eb233701305e7a3f2c7906f8fc65e817','<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed.',NULL,NULL,'LINE',NULL,10,'','8edfe8913a0e716cd74f3f38806c7700','',NULL),(5166,'en','default','f62a6b681a08721ae6b0f640c11373e9','<strong>ERROR:</strong> There was an error connecting to the server, Please verify the settings are correct.',NULL,NULL,'LINE',NULL,10,'','4de9a113fcc64567a124a76f81341274','',NULL),(5167,'en','default','0926e3f2bf1eb6e20cf4939dd94012a0','<strong>ERROR</strong>: \"Table Prefix\" can only contain numbers, letters, and underscores.',NULL,NULL,'LINE',NULL,10,'','b36eef92b13f4d300e9128fa8b829d8c','',NULL),(5168,'en','default','7d150f25e6563473ebc64666237efb54','<strong>ERROR</strong>: \"Table Prefix\" is invalid.',NULL,NULL,'LINE',NULL,10,'','a8b0f7cfdec390a2a79211fa262fccd6','',NULL),(5169,'en','default','1328acea61550ff5ec2e3025f0815942','<strong>ERROR</strong>: \"Table Prefix\" must not be empty.',NULL,NULL,'LINE',NULL,10,'','1970080cb53ab0fef931dc3601e9fc13','',NULL),(5170,'en','default','881815006609d34e07215728019253f8','<strong>ERROR</strong>: Passwords may not contain the character \"\\\".',NULL,NULL,'LINE',NULL,10,'','b8a94917e225393c809afc968a530c56','',NULL),(5171,'en','default','7015bce91212ccb97c01670ea4114bdb','<strong>ERROR</strong>: Please enter a nickname.',NULL,NULL,'LINE',NULL,10,'','90b0199963b37d6472a3ed4b7ae18e1f','',NULL),(5172,'en','default','bea96aebb50c876c1a95f41c49a3f3c9','<strong>ERROR</strong>: Please enter a password.',NULL,NULL,'LINE',NULL,10,'','e8c3c68119915112d4130386ab6bb97d','',NULL),(5173,'en','default','d15b5951c64392d97ca1e69fbd5d974e','<strong>ERROR</strong>: Please enter an email address.',NULL,NULL,'LINE',NULL,10,'','e9ef1e8b9360dfae53505fe12b26e711','',NULL),(5174,'en','default','ee9cd024fec5f5c83e08caabf9662327','<strong>ERROR</strong>: Please enter the same password in both password fields.',NULL,NULL,'LINE',NULL,10,'','89b1f6507cedd33fe4572fda596030b1','',NULL),(5175,'en','default','044f46e52ac3d0ba7f6b83fc33fc1b9d','<strong>ERROR</strong>: options page not found.',NULL,NULL,'LINE',NULL,10,'','cfde005e3ca61e0c36826e8c152eb5e4','',NULL),(5176,'en','default','9b0ce93b03db1e1cd98decc6387fa90c','<strong>Edit</strong> takes you to the editable profile screen for that user. You can also reach that screen by clicking on the username.',NULL,NULL,'LINE',NULL,10,'','11696b2610f2bbca1738397defd5ba29','',NULL),(5177,'en','default','0bdd62cf14b1ac2df851e97eed7faa8c','<strong>Edit</strong> takes you to the editing screen for that post. You can also reach that screen by clicking on the post title.',NULL,NULL,'LINE',NULL,10,'','74deb9541548900791736df7e47727d1','',NULL),(5178,'en','default','1d667c275a75b28bd9a3d3befcc8d270','<strong>Format</strong> &mdash; Post Formats designate how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Please refer to the Codex for <a href=\"https://codex.wordpress.org/Post_Formats#Supported_Formats\">descriptions of each post format</a>. Your theme could enable all or some of 10 possible formats.',NULL,NULL,'LINE',NULL,10,'','a802c479a057bc8c8d3892f320b37b76','',NULL),(5179,'en','default','d7cb0009b8a18e9d23b53e25112dad2a','<strong>Important:</strong> before updating, please <a href=\"https://codex.wordpress.org/WordPress_Backups\">back up your database and files</a>. For help with updates, visit the <a href=\"https://codex.wordpress.org/Updating_WordPress\">Updating WordPress</a> Codex page.',NULL,NULL,'LINE',NULL,10,'','6ed87801b66365a3f38d73cebc5f0f41','',NULL),(5180,'en','default','adc736d6139e1287f1d9baaf718f5522','<strong>Incompatible</strong> with your version of WordPress',NULL,NULL,'LINE',NULL,10,'','13e0073401d88b673152424e5da67e61','',NULL),(5181,'en','default','996b2b4aa8413fcd0f6d148b2af946a6','<strong>Info</strong> &mdash; The site URL is rarely edited as this can cause the site to not work properly. The Registered date and Last Updated date are displayed. Network admins can mark a site as archived, spam, deleted and mature, to remove from public listings or disable.',NULL,NULL,'LINE',NULL,10,'','3d34da6684f8784cc40405ae4bc6550d','',NULL),(5182,'en','default','1c8ad85a1a29170a2c98285371e4ac2d','<strong>Name</strong> &mdash; The name is how it appears on your site.',NULL,NULL,'LINE',NULL,10,'','5febbe59b4e8c2b38e143b3cff8ae190','',NULL),(5183,'en','default','dac04065919539b3bb81eb4152251ca4','<strong>Order</strong> &mdash; Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.',NULL,NULL,'LINE',NULL,10,'','f11c47af7f98788ea05b855c41902aa2','',NULL),(5184,'en','default','4ea8e185f297fa1e5706a8337719effe','<strong>Parent</strong> &mdash; Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have child categories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown.',NULL,NULL,'LINE',NULL,10,'','eec619c60b3b0a3e38f0069c120d2602','',NULL),(5185,'en','default','8f6225bd7662575ef84d375fec88dbd4','<strong>Parent</strong> &mdash; You can arrange your pages in hierarchies. For example, you could have an &#8220;About&#8221; page that has &#8220;Life Story&#8221; and &#8220;My Dog&#8221; pages under it. There are no limits to how many levels you can nest pages.',NULL,NULL,'LINE',NULL,10,'','a7d363674bc0d711d6d160e3dbf13846','',NULL),(5186,'en','default','d1bb204120db5310aec8f2490431cb76','<strong>Please Note:</strong> Any customizations you have made to theme files will be lost. Please consider using <a href=\"%s\">child themes</a> for modifications.',NULL,NULL,'LINE',NULL,10,'','04573092292e1d20b219c5d37cabb34e','',NULL),(5187,'en','default','91cc965a84f790ad2906d697f3119a1d','<strong>Post editor</strong> &mdash; Enter the text for your post. There are two modes of editing: Visual and Text. Choose the mode by clicking on the appropriate tab.',NULL,NULL,'LINE',NULL,10,'','a0bfc377e504c07ae3b7b4ee7eb27344','',NULL),(5188,'en','default','b807523847b38ac8553394a6e915ef62','<strong>Preview</strong> will show you what your draft post will look like if you publish it. View will take you to your live site to view the post. Which link is available depends on your post&#8217;s status.',NULL,NULL,'LINE',NULL,10,'','feb9ddd4b67850aee6a2151805f1dfa8','',NULL),(5189,'en','default','ad831971b7a4b43e2ef0d627e297902a','<strong>Publish</strong> &mdash; You can set the terms of publishing your post in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the top of your blog indefinitely (sticky). The Password protected option allows you to set an arbitrary password for each post. The Private option hides the post from everyone except editors and administrators. Publish (immediately) allows you to set a future or past date and time, so you can schedule a post to be published in the future or backdate a post.',NULL,NULL,'LINE',NULL,10,'','ffea9d2f9ee57d2e3ab4a669c39607c5','',NULL),(5190,'en','default','78bf51b73e62500109ff97739c24bb7d','<strong>Quick Draft</strong> &mdash; Allows you to create a new post and save it as a draft. Also displays links to the 5 most recent draft posts you\'ve started.',NULL,NULL,'LINE',NULL,10,'','ccbc678b1234e3865ff243cf2f5e033b','',NULL),(5191,'en','default','099f3df0632488f2c47e2658d95e0e76','<strong>Quick Edit</strong> provides inline access to the metadata of your post, allowing you to update post details without leaving this screen.',NULL,NULL,'LINE',NULL,10,'','aec7db39f9755f7c2dc6e2b37c8412c2','',NULL),(5192,'en','default','b7afe14ef93e550358d9308fbcdf9df0','<strong>Random:</strong> Show a different image on each page.',NULL,NULL,'LINE',NULL,10,'','ba08a9ca69ff15ee804b268fc9029e72','',NULL),(5193,'en','default','a7e4d48c9f714a92b5b5beb3db05ad38','<strong>Remove</strong> allows you to remove a user from your site. It does not delete their content. You can also remove multiple users at once by using Bulk Actions.',NULL,NULL,'LINE',NULL,10,'','5fe47707a48d7746511ccf9843929025','',NULL),(5194,'en','default','a98be58ec342822c43f9a60f423b1d2f','<strong>Screen Options</strong> &mdash; Use the Screen Options tab to choose which Dashboard boxes to show.',NULL,NULL,'LINE',NULL,10,'','ed407f0af001c6226b4cc9be2875d701','',NULL),(5195,'en','default','d6ce148cfd01c369f1b23045e489b491','<strong>Send Trackbacks</strong> &mdash; Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. Enter the URL(s) you want to send trackbacks. If you link to other WordPress sites they&#8217;ll be notified automatically using pingbacks, and this field is unnecessary.',NULL,NULL,'LINE',NULL,10,'','0671b4a2f6125c4f545933974afb647d','',NULL),(5196,'en','default','0d7d65c866eb8c69ac9cb51558adfa14','<strong>Settings</strong> &mdash; This page shows a list of all settings associated with this site. Some are created by WordPress and others are created by plugins you activate. Note that some fields are grayed out and say Serialized Data. You cannot modify these values due to the way the setting is stored in the database.',NULL,NULL,'LINE',NULL,10,'','d354fd7e8af531c92dc88db3ef74cfe4','',NULL),(5197,'en','default','411d40a6a21e11c47ed8adb1c92f00b0','<strong>Slug</strong> &mdash; The &#8220;slug&#8221; is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.',NULL,NULL,'LINE',NULL,10,'','97af8d8b956434fb602f37b6e0e53e27','',NULL),(5198,'en','default','597ef2b39aedb4e7f14e838eed92b8f7','<strong>Template</strong> &mdash; Some themes have custom templates you can use for certain pages that might have additional features or custom layouts. If so, you&#8217;ll see them in this dropdown menu.',NULL,NULL,'LINE',NULL,10,'','62319763264b08b9688c6a9f025316ba','',NULL),(5199,'en','default','ce993a5f75691ce7176e73214153f067','<strong>The parent theme could not be found.</strong> You will need to install the parent theme, %s, before you can use this child theme.',NULL,NULL,'LINE',NULL,10,'','b7bcb279eab6de0e2f5af6b67f2c9a78','',NULL),(5200,'en','default','83898cec1dbe4f4586c8347c1ba46120','<strong>Themes and Plugins</strong> &mdash; To update individual themes or plugins from this screen, use the checkboxes to make your selection, then <strong>click on the appropriate &#8220;Update&#8221; button</strong>. To update all of your themes or plugins at once, you can check the box at the top of the section to select all before clicking the update button.',NULL,NULL,'LINE',NULL,10,'','98ac0766c2d6280e0f1ccde117bde100','',NULL),(5201,'en','default','b23e308c3f8aaf77e0abb955c2b42721','<strong>Themes</strong> &mdash; This area shows themes that are not already enabled across the network. Enabling a theme in this menu makes it accessible to this site. It does not activate the theme, but allows it to show in the site&#8217;s Appearance menu. To enable a theme for the entire network, see the <a href=\"%s\">Network Themes</a> screen.',NULL,NULL,'LINE',NULL,10,'','e27f32c9e1231c938c359bd433295481','',NULL),(5202,'en','default','2d08934c32876d0e82311f1741b4e5cb','<strong>Title</strong> &mdash; Enter a title for your post. After you enter a title, you&#8217;ll see the permalink below, which you can edit.',NULL,NULL,'LINE',NULL,10,'','caebf199686f82f701abc47dd032baad','',NULL),(5203,'en','default','da5abbe81c1b1941c214b1b4298822cb','<strong>Translations</strong> &mdash; The files translating WordPress into your language are updated for you whenever any other updates occur. But if these files are out of date, you can <strong>click the &#8220;Update Translations&#8221;</strong> button.',NULL,NULL,'LINE',NULL,10,'','d5ff3112c75a90a53ba4a28d043eb4a7','',NULL),(5204,'en','default','1ac12183049e2cd887bb8ee6b488d5fb','<strong>Trash</strong> removes your post from this list and places it in the trash, from which you can permanently delete it.',NULL,NULL,'LINE',NULL,10,'','fb4aa500e080edf20572554e14786e36','',NULL),(5205,'en','default','55c1d7dcd5c13ba5790cecd4c6cbd55f','<strong>Users</strong> &mdash; This displays the users associated with this site. You can also change their role, reset their password, or remove them from the site. Removing the user from the site does not remove the user from the network.',NULL,NULL,'LINE',NULL,10,'','97df9b3590027eed340d84b2abc5d08c','',NULL),(5206,'en','default','497641b5542b22dc5d6854613073ad40','<strong>Version %1$s</strong> addressed %2$s bug.',NULL,NULL,'LINE',NULL,10,'','c13c1e08ef6aba59e1f4b7bc1ad35bf6','',NULL),(5207,'en','default','ccb459ea6dea3238d4dd526be26dba4c','<strong>Version %1$s</strong> addressed %2$s bugs.',NULL,NULL,'LINE',NULL,10,'','89b615edaedeab58df789dd5e3a74e4a','',NULL),(5208,'en','default','df609ba9ff6d652262e61c635fd87422','<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',NULL,NULL,'LINE',NULL,10,'','22c02e594d318ed13d65a617083a91d5','',NULL),(5209,'en','default','3cd6f317f07bc2911eac401ef22b1d3b','<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.',NULL,NULL,'LINE',NULL,10,'','702eec6470f8061630a737f38d53f062','',NULL),(5210,'en','default','1a58444df6e0a3d5033b661fa156d96b','<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',NULL,NULL,'LINE',NULL,10,'','3f38810d492ca368a186acfdb13b89a8','',NULL),(5211,'en','default','06235b6f29533b9b5969b12a8df162d6','<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',NULL,NULL,'LINE',NULL,10,'','92da042deabc0a6a3b2479b8c699289e','',NULL),(5212,'en','default','900bc9524d36e0e13350b3400873564a','<strong>Version %s</strong> addressed one security issue.',NULL,NULL,'LINE',NULL,10,'','9e6ee027d8f8ef6ac3d2721e1a9ab052','',NULL),(5213,'en','default','d237445cc6aef6932337c278ff66b5c4','<strong>Version %s</strong> addressed some security issues.',NULL,NULL,'LINE',NULL,10,'','28e16bb0ce72b142e79721534f1d11d4','',NULL),(5214,'en','default','e835b8952a95ab3be7ed03ae1e9cef3f','<strong>Warning:</strong> Making changes to active plugins is not recommended.',NULL,NULL,'LINE',NULL,10,'','35a819b6497bd40c58749e0c37477771','',NULL),(5215,'en','default','efd1a7992bfdc84bc2343c130b45843e','<strong>Warning:</strong> This plugin has <strong>not been marked as compatible</strong> with your version of WordPress.',NULL,NULL,'LINE',NULL,10,'','4d7d98992902e1e66207ccc94d3cc5ab','',NULL),(5216,'en','default','fc71ed166ade2cf424a234f940aafcc7','<strong>Warning:</strong> This plugin has <strong>not been tested</strong> with your current version of WordPress.',NULL,NULL,'LINE',NULL,10,'','9be7246bdae432c46223848fc81eaf3d','',NULL),(5217,'en','default','30afe4bb9e679217d99baf456b9d5040','<strong>Warning:</strong> these pages should not be the same!',NULL,NULL,'LINE',NULL,10,'','4619e75ddd04e800d7455d2f073e5de9','',NULL),(5218,'en','default','949100024350856bb528b654ef53952d','<strong>Welcome</strong> &mdash; Shows links for some of the most common tasks when setting up a new site.',NULL,NULL,'LINE',NULL,10,'','e66eb81986125f51d693abfb956c7f9c','',NULL),(5219,'en','default','227f3305e850f7aef46314b80fdddc32','<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project and the <a href=\"%s\">WordPress Planet</a>.',NULL,NULL,'LINE',NULL,10,'','31dcd37c58a7befa84090ed9304350f8','',NULL),(5220,'en','default','68be54ef7492257e7178f816454fdf5a','<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project, the <a href=\"%s\">WordPress Planet</a>, and popular plugins.',NULL,NULL,'LINE',NULL,10,'','9c5423e69e0284c407f9aabcee4dd836','',NULL),(5221,'en','default','16fd34c3de2b02f60c7813d5965faecb','<strong>WordPress</strong> &mdash; Updating your WordPress installation is a simple one-click procedure: just <strong>click on the &#8220;Update Now&#8221; button</strong> when you are notified that a new version is available.',NULL,NULL,'LINE',NULL,10,'','a2c5ffc4b69c8d049bce519b8013c8cb','',NULL),(5222,'en','default','459529cb17a99023264d9b9b8e52807b','A <a href=\"%s\">static page</a> (select below)',NULL,NULL,'LINE',NULL,10,'','2dae67149a0c83cafc62b410a003bdb7','',NULL),(5223,'en','default','7c7926d7f4cc9fa85424fb4cf24a5d1a','A Prompt to Protect Your Work',NULL,NULL,'LINE',NULL,10,'','681771bf0b87f55fafae5e6115319622','',NULL),(5224,'en','default','db634e627e0dab10a2c2c5bfd6dbfe5b','A WordPress Commenter',NULL,NULL,'LINE',NULL,10,'','77778e3ac6cc342254126d436f98eaa3','',NULL),(5225,'en','default','8bc56041a7b8d37f96d33b8227481393','A comment is held for moderation',NULL,NULL,'LINE',NULL,10,'','99b721a49dba40cee44debcdc719a8b5','',NULL),(5226,'en','default','bdbeeefe911cd0cfa89c9d33b9b1a6b7','A new, modern publishing experience is coming soon.',NULL,NULL,'LINE',NULL,10,'','9f68744cc1bb5b7b8c03cc2bc3ac39eb','',NULL),(5227,'en','default','5efb5a32197f6af82c6ac90b330d4d6b','A red bar on the left means the comment is waiting for you to moderate it.',NULL,NULL,'LINE',NULL,10,'','ccc049d33c09b521fe7ebd1dd00f5eac','',NULL),(5228,'en','default','c1de2031cd42c55a17fbf6439f1006ed','A valid email address must be given.',NULL,NULL,'LINE',NULL,10,'','f2908c483561148571791081856bd57a','',NULL),(5229,'en','default','aaf0eacd2910ab72ba554324323a55de','About Pages',NULL,NULL,'LINE',NULL,10,'','81845170e7e36c133340d3cb786e68e8','',NULL),(5230,'en','default','332b15d44819a94ca8cf34d6a45f2470','About Yourself',NULL,NULL,'LINE',NULL,10,'','677523ce1569641b0ac6a11fa5f5e997','',NULL),(5231,'en','default','8189aa9ed399db1a1afba21e1b8d9598','About the user',NULL,NULL,'LINE',NULL,10,'','1eb76d05237618ba93d1cc16a3960285','',NULL),(5232,'en','default','77f38b54f3a8eec7896a4b2cef0b4e6a','Accessibility Ready',NULL,NULL,'LINE',NULL,10,'','b18f598808be53b2339611fd37a0466c','',NULL),(5233,'en','default','09f0c5159c5e34504e453eff3fc70324','Account Management',NULL,NULL,'LINE',NULL,10,'','216a8e420389bb799b73ad60b8925a10','',NULL),(5234,'en','default','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'LINE',NULL,10,'','bbe160f1e8a89231b3e953098dcaa7f5','',NULL),(5235,'en','default','1c28f27b654c28decb9f2c4cf200746a','Activate &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','ce1626a9c91dac5079a9941d627b8d81','',NULL),(5236,'en','default','9eb1299c202c75f20b430fa3000eda3b','Activate Gutenberg',NULL,NULL,'LINE',NULL,10,'','bf40ed35eb102cc11b0f57f6c68ffecf','',NULL),(5237,'en','default','98680e731a9ff94b70c6b4cca69e936e','Activate Plugin',NULL,NULL,'LINE',NULL,10,'','9667265c791ac1e89abe610bdc73dd27','',NULL),(5238,'en','default','56ca34950c9575810b6b872df46c4a76','Activate Plugin &amp; Return to Press This',NULL,NULL,'LINE',NULL,10,'','d18fa4bc68e60decdcf9a3fb484e1c6b','',NULL),(5239,'en','default','6ea4c944ef2eefd080dfec1d9276d17f','Activate Plugin &amp; Run Importer',NULL,NULL,'LINE',NULL,10,'','87abc9d7002165dc91d5c21b07a7d004','',NULL),(5240,'en','default','4ef8e5e5ea2a3cf6b7f7f7940e2aedc4','Activate Press This',NULL,NULL,'LINE',NULL,10,'','37edde21297b2083e8241ee6589d90de','',NULL),(5241,'en','default','e2d603570a75b7c0937f560789f72af1','Activate the Classic Editor',NULL,NULL,'LINE',NULL,10,'','26aaaf49594e6b284caf2015c003478f','',NULL),(5242,'en','default','2a4a69b4ded66db2c702f048fc8f6fed','Active <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','50589b1b1e0058b82ebc18fe48eb4919','',NULL),(5243,'en','default','e3b875c2d29d88aba821bd5c063cf074','Active Installations:',NULL,NULL,'LINE',NULL,10,'','89f599450640663bf6f2db2811b335d5','',NULL),(5244,'en','default','1e3bbd45001f12e579f31a67b1095380','1+ Million',NULL,NULL,'LINE',NULL,10,'Active plugin installations','6af267915d205878d5ec21e80cbda551','',NULL),(5245,'en','default','452e24187ecbd705f998130786a63a3f','Less Than 10',NULL,NULL,'LINE',NULL,10,'Active plugin installations','63f1308eaf4685dec6273b30a32eb844','',NULL),(5246,'en','default','ecfc2dffe568c10a67dbc6d3724cfde2','Activity',NULL,NULL,'LINE',NULL,10,'','7dd8213cbc097f61b4fcceb5ddbe4985','',NULL),(5247,'en','default','a508cd6ee07b35ea8efdf98d6520ce83','Add Comment',NULL,NULL,'LINE',NULL,10,'','1be882380c0be5193a462ed9d99b5971','',NULL),(5248,'en','default','7544163b7664e76075a2384603fcfbb6','Add Custom Field',NULL,NULL,'LINE',NULL,10,'','7b02b8fb2337dc5608d2e8c85591e67c','',NULL),(5249,'en','default','7ae7f267d29013167d028ea48638ad75','Add Data Erasure Request',NULL,NULL,'LINE',NULL,10,'','640739ecdb8a87f291aac90ef08d0737','',NULL),(5250,'en','default','33102093b3b099c168957d1ce9870ec9','Add Data Export Request',NULL,NULL,'LINE',NULL,10,'','a07e70d6a123d7df545632bc92edf73f','',NULL),(5251,'en','default','ff7726be0d05b96a2476324f84c74bb0','Add Existing User',NULL,NULL,'LINE',NULL,10,'','8dd183b4221c06cfe66dd4c5465daad8','',NULL),(5252,'en','default','8f292f113cf809d11bed7d3a24647ade','Add New Custom Field:',NULL,NULL,'LINE',NULL,10,'','9cc258083558dcd5bfc8b8b675f1df52','',NULL),(5253,'en','default','b0c1243ee6a1f016eba3b2f3d76337cc','Add New Link',NULL,NULL,'LINE',NULL,10,'','6fe38ca3921bd556091a4227a35e9162','',NULL),(5254,'en','default','cef6722135c474037758881541b26778','Add New Theme',NULL,NULL,'LINE',NULL,10,'','2b83713c362be2e2e9edfd29a79aa999','',NULL),(5255,'en','default','3015af65d262be1cf098f0086e051b1a','Add New User',NULL,NULL,'LINE',NULL,10,'','2c3a27b4215acf3cc6907876ac7a2ec6','',NULL),(5256,'en','default','9d51d9ae2be6a514b532a630672a22fd','Add Plugins',NULL,NULL,'LINE',NULL,10,'','a5f0be294fbf81f629a0f2dadbb5899c','',NULL),(5257,'en','default','5a7e431eb4fd1227cac0296dd9cc7fed','Add Themes',NULL,NULL,'LINE',NULL,10,'','93636c870ce79b4129d7627407087074','',NULL),(5258,'en','default','3c483d24617d9ff3547ed457df9e7522','Add Widget',NULL,NULL,'LINE',NULL,10,'','44c19ae07403227209083276f029a780','',NULL),(5259,'en','default','94157b63814bcba1a65a7b634b8239ab','Add a blog post',NULL,NULL,'LINE',NULL,10,'','86079dfd5b593da2173ed5cb8ea4d129','',NULL),(5260,'en','default','4c7cf4920bce90df67d4b062c9b839ae','Add additional pages',NULL,NULL,'LINE',NULL,10,'','4d1df8fcda0f28464a1e75c05abc29f2','',NULL),(5261,'en','default','903dc7c35ccc41456a21134fcbdd80d9','Add an About page',NULL,NULL,'LINE',NULL,10,'','9b84aee63139c7de1817928364e51756','',NULL),(5262,'en','default','438387d2814797ffa5a3f6b877ea612a','Add comment',NULL,NULL,'LINE',NULL,10,'','45bbf6409d009f18ccba9eb5fdc4113b','',NULL),(5263,'en','default','7c2843e431ecc75ee89328acca8171ea','Add media files from your computer',NULL,NULL,'LINE',NULL,10,'','c1d9f039fff1905872ce3208baacbdfb','',NULL),(5264,'en','default','97fd044e54af0acaeff1bfd21dede8a5','Add menu items from the column on the left.',NULL,NULL,'LINE',NULL,10,'','aaac82875e09b4de032b644340ff9116','',NULL),(5265,'en','default','8bfed9d11b841f7e69a7ee6369c77786','Add new Comment',NULL,NULL,'LINE',NULL,10,'','872df0bcf2d42345c7f57975a6a8fbb6','',NULL),(5266,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'Add new theme','b2258393b4f9510e678996ff083853c3','',NULL),(5267,'en','default','1553376081dcd5ee16ee1f659503b995','Add one or several items at once by <strong>selecting the checkbox next to each item and clicking Add to Menu</strong>',NULL,NULL,'LINE',NULL,10,'','5d76d4900fad4092324ff32d9f3614da','',NULL),(5268,'en','default','4cef103dc3eccfaf55c65c1ecae72e5f','Add the user without sending an email that requires their confirmation.',NULL,NULL,'LINE',NULL,10,'','695e38fbd5fefcf406fe80c7ead58da2','',NULL),(5269,'en','default','a1a977f79034213b41473e18733730b4','Add, organize, and modify individual menu items',NULL,NULL,'LINE',NULL,10,'','daf280a25ee23d58436487d5c31a9dd1','',NULL),(5270,'en','default','dca61147f002a428f8bf8cf37792b5fa','Adding Categories',NULL,NULL,'LINE',NULL,10,'','e8d8a9c948afa198effafc6abc6c7516','',NULL),(5271,'en','default','9bb3c737be1800296ce0387599667655','Adding Plugins',NULL,NULL,'LINE',NULL,10,'','f55ea180d89fafcea5f6224169b61ffb','',NULL),(5272,'en','default','af047153b271481c509d1c5e89561a19','Adding Tags',NULL,NULL,'LINE',NULL,10,'','be2d14ac9176c1c1f226ad8a7bc48aeb','',NULL),(5273,'en','default','a1ea607a3097ae6f7ce0abbe9f8295c1','Adding Themes',NULL,NULL,'LINE',NULL,10,'','dae905075e3e10f0cb4402eebcb9267e','',NULL),(5274,'en','default','e274c4684d61c23f3c28f17d72b4118f','Additional Capabilities',NULL,NULL,'LINE',NULL,10,'','0aa3c7eb43a1afecb81d58f2143c7029','',NULL),(5275,'en','default','0f68b904e33d9ac04605aecc958bcf52','Additional information',NULL,NULL,'LINE',NULL,10,'','deba883b423f91e94597e7842820df4b','',NULL),(5276,'en','default','af307eeb6d70b14606bfa0c6efd33d5e','Additional settings',NULL,NULL,'LINE',NULL,10,'','d0347cc869a0e301384904a31ec2fd31','',NULL),(5277,'en','default','144309aea39dbdf9920ffd0a2046caf1','Admin Color Scheme',NULL,NULL,'LINE',NULL,10,'','6a53175e1a68a073810750008f1c7134','',NULL),(5278,'en','default','f477b51748658015abe3b4f97cf87f04','Administrators have access to all the administration features.',NULL,NULL,'LINE',NULL,10,'','4999bf15c5cba3faaa57696f785d9f36','',NULL),(5279,'en','default','65bb8606a62cc2b5538160141ea17c9c','Advanced caching plugin.',NULL,NULL,'LINE',NULL,10,'','74ec771cb7818e5ae798580573784aed','',NULL),(5280,'en','default','db81abf41dd3267c8caaf8ecbb83f41e','After typing in your edits, click Update File.',NULL,NULL,'LINE',NULL,10,'','2a16e49e9766bfc86c635bb954eaeec9','',NULL),(5281,'en','default','bc21762d17e407c84442613a6d84aa6e','After you&#8217;ve done that, click &#8220;Run the installation.&#8221;',NULL,NULL,'LINE',NULL,10,'','a27fd3b4cca1af5318ebd69e0ff67954','',NULL),(5282,'en','default','a1abc8d25137999cd95f32ea95aaebb4','After your Privacy Policy page is set, we suggest that you edit it.',NULL,NULL,'LINE',NULL,10,'','17acf00fe80c7cdf90975a61e9a993fe','',NULL),(5283,'en','default','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'LINE',NULL,10,'','b85e0c5fe543ad1e881dcbec7332f99c','',NULL),(5284,'en','default','76c58686e0b702526ae2cdb09911a022','All Comments',NULL,NULL,'LINE',NULL,10,'','27beb4c53403e30258c1af3d42ba3dee','',NULL),(5285,'en','default','1ce4552e2ebcc214b51db1811dc986fd','All Settings',NULL,NULL,'LINE',NULL,10,'','e9782ea5169f740f4c1da7721430cdfe','',NULL),(5286,'en','default','bac5f6b6b6f2908bf45539869bb0c2b4','All Tabs:',NULL,NULL,'LINE',NULL,10,'','e1ba2f20c8be5ad2b21048c116411855','',NULL),(5287,'en','default','90b2f7433dcfc30b034860cef231c65e','All Types',NULL,NULL,'LINE',NULL,10,'','84e400576a4f377195bedf05cf11096d','',NULL),(5288,'en','default','9d37aa2390766c456ce1ce415ab799a5','All Users',NULL,NULL,'LINE',NULL,10,'','55e8cf7a40fbf7d64e0b125405472605','',NULL),(5289,'en','default','f3376cd76e5ca97b0a3a4a7aa7e703e0','All comment types',NULL,NULL,'LINE',NULL,10,'','2468c8dff6d7ce546252f598b30e3d53','',NULL),(5290,'en','default','3cf34f74121b51a5916fab60bb6188d0','All content',NULL,NULL,'LINE',NULL,10,'','7972ff87ebcb70498f7428000bdc9838','',NULL),(5291,'en','default','45e651b9511ec166241ac76e214a8538','All image sizes',NULL,NULL,'LINE',NULL,10,'','3f871ac4fc7699167f67c1fdfec67839','',NULL),(5292,'en','default','48c0402beb24e4c169a9239e29acb0c6','All right, sparky! You&#8217;ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&hellip;',NULL,NULL,'LINE',NULL,10,'','f08e9c34e282ebcc9266dd8fd849a8a3','',NULL),(5293,'en','default','40645b40a973d9c728edc5643ffb472a','All selected plugins are up to date.',NULL,NULL,'LINE',NULL,10,'','a38573fc4096c0b323cc9d18c7c9e5a3','',NULL),(5294,'en','default','cae3edf55bf18bd2de9de1400c79573c','All sizes except thumbnail',NULL,NULL,'LINE',NULL,10,'','3971112e0442d75d93cd23ee790127f9','',NULL),(5295,'en','default','c74f206bdd52ec175007402c3e6c0972','All the files you&#8217;ve uploaded are listed in the Media Library, with the most recent uploads listed first.',NULL,NULL,'LINE',NULL,10,'','cb55dbfa73a9800d0bd8d8d7d8a6f8ce','',NULL),(5296,'en','default','c1fa01597f485b30ca7d22687bfd2dc5','All the files you&#8217;ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the Screen Options tab to customize the display of this screen.',NULL,NULL,'LINE',NULL,10,'','942a2e8355e4f35f19ae0fc7f0e05f3f','',NULL),(5297,'en','default','1a6ee6911dca7bbe5f3a7d984504d56a','All updates have been completed.',NULL,NULL,'LINE',NULL,10,'','8a8a04cf942eec845253c600c53f23da','',NULL),(5298,'en','default','45f0fb72a0defdfdb01de4b5a5a6876b','Allow',NULL,NULL,'LINE',NULL,10,'','9fe5249440fdde3e54241fa0971d332c','',NULL),(5299,'en','default','2945f62164f9f2e9a6bb431ac2e1709b','Allow <a href=\"%s\">trackbacks and pingbacks</a> on this page',NULL,NULL,'LINE',NULL,10,'','c16d8c4d3a39822b401a8b045ed4be97','',NULL),(5300,'en','default','e411c0c439351ce448df7632c6136d25','Allow Comments',NULL,NULL,'LINE',NULL,10,'','53bf254809919b77029ed71a3e51e4a1','',NULL),(5301,'en','default','c44680b2fe4e34f41394265a61d7207d','Allow Pings',NULL,NULL,'LINE',NULL,10,'','8de06637f2b6a2592b12c3ce00583a45','',NULL),(5302,'en','default','48818b04e239aee5340c1895937586da','Allow automatic database repair',NULL,NULL,'LINE',NULL,10,'','ed821c5f53c488de186686a733747ea0','',NULL),(5303,'en','default','9271474d62de0dbbee8442e3b5a92f89','Allow comments',NULL,NULL,'LINE',NULL,10,'','b976d23a937dad20ad1a48e53507d62b','',NULL),(5304,'en','default','cdd57973405e2f378f7bdac14402bf58','Allow search engines to index this site',NULL,NULL,'LINE',NULL,10,'','cd48b9a08e3a6791dc9f4dd9ddc976e9','',NULL),(5305,'en','default','49513df72c0d3e2df9b63a38eeda8a32','Already pinged:',NULL,NULL,'LINE',NULL,10,'','364537089f37efe3ea2cd0dee2639d9c','',NULL),(5306,'en','default','ee4485aaa3d25050fc7886fbc1cf70c7','Alt text for the image, e.g. &#8220;The Mona Lisa&#8221;',NULL,NULL,'LINE',NULL,10,'','3bf736f2d12a8202032282a289055622','',NULL),(5307,'en','default','487bd4cbad2282c9dd176e449defeb72','Alternately, you can browse the themes that are Featured, Popular, or Latest. When you find a theme you like, you can preview it or install it.',NULL,NULL,'LINE',NULL,10,'','98c361f453554c0ab88e45c73dec109b','',NULL),(5308,'en','default','7ef9371bcc5d0769fc8024c46445c066','Always use https when visiting the admin',NULL,NULL,'LINE',NULL,10,'','4f51b49e0b0135e553d364be7b301818','',NULL),(5309,'en','default','7901b4d7fdf6108ad257e66bd2291388','American English',NULL,NULL,'LINE',NULL,10,'','140628efe86c12789251188e16d4edc9','',NULL),(5310,'en','default','5bf0318ac2be1384d56f30c969c0220d','An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.',NULL,NULL,'LINE',NULL,10,'','fbae205b13903785c133763abea985cd','',NULL),(5311,'en','default','1eb1844ce4ab366ebaad5bc6db30a8db','An automated WordPress update has failed to complete - <a href=\"%s\">please attempt the update again now</a>.',NULL,NULL,'LINE',NULL,10,'','b740261184e54918f20201ec0a61a4ad','',NULL),(5312,'en','default','4bcca16db095934f9b37bf15fa0ac91b','An automated WordPress update has failed to complete! Please notify the site administrator.',NULL,NULL,'LINE',NULL,10,'','b6435192ab6921f23e624d0ea83a9aaa','',NULL),(5313,'en','default','f4e536ede5826ab5f1b992681cbcbc03','An avatar is an image that follows you from weblog to weblog appearing beside your name when you comment on avatar enabled sites. Here you can enable the display of avatars for people who comment on your site.',NULL,NULL,'LINE',NULL,10,'','f7befe089a79b99844ed10abb774dc0e','',NULL),(5314,'en','default','a597c0ab5100bc769910076725b1cbd2','An email will be sent to the user at this email address asking them to verify the request.',NULL,NULL,'LINE',NULL,10,'','22e1d5f12c0c171a7e1dcd323c4d7b04','',NULL),(5315,'en','default','6fdbd8b45ec0b365f0a1e43e26a2b13f','An error occurred while updating %1$s: %2$s',NULL,NULL,'LINE',NULL,10,'','5a17d8e83b20558e0adb316d6fc03bef','',NULL),(5316,'en','default','84d79104f721de257e78b89e41cb88cb','An exporter has improperly used the registration filter.',NULL,NULL,'LINE',NULL,10,'','af8533511863822c3a5ef5c564265d2d','',NULL),(5317,'en','default','6e9b613ac41ae96b661a6d32a7e0c1f4','An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via widget. Yes!',NULL,NULL,'LINE',NULL,10,'','14fc7e6d588335d42e1272086d3b47c3','',NULL),(5318,'en','default','d87637590f358826525ebb8d0aaf40f0','An updated version of WordPress is available.',NULL,NULL,'LINE',NULL,10,'','537d4ba68d7b685758ffe17c0100392d','',NULL),(5319,'en','default','a768caa988605a2846599cf7e2d0c26a','Analytics',NULL,NULL,'LINE',NULL,10,'','70efa456583f37f77003d9f7871ac35d','',NULL),(5320,'en','default','0178c15e24d5f8db579148c327373768','Another update is currently in progress.',NULL,NULL,'LINE',NULL,10,'','446fee1a30e73b0873f46a1b681cbabd','',NULL),(5321,'en','default','eb66900aed9e75c63508d8262ca88438','Any edits to files from this screen will be reflected on all sites in the network.',NULL,NULL,'LINE',NULL,10,'','5ba6fdcdd55e525ca154586358f2d331','',NULL),(5322,'en','default','44d5412772fd54ff048ea2f09a8cb14d','Anyone can register',NULL,NULL,'LINE',NULL,10,'','a18f9baf37f20559d5160d7c82928b23','',NULL),(5323,'en','default','acdf445910210245bec77263cc5f1d01','Anyone posts a comment',NULL,NULL,'LINE',NULL,10,'','251d7caa08c8acedc8dadb63a17f62aa','',NULL),(5324,'en','default','a1c58e94227389415de133efdf78ea6e','Appearance',NULL,NULL,'LINE',NULL,10,'','1c304ca417afe330b9a2972dbfdecfa2','',NULL),(5325,'en','default','c314eea177cfe60611cc82c4e25bcbfe','Application Attachment Template',NULL,NULL,'LINE',NULL,10,'','d9ef890325667dfe845e24a6f78df3e9','',NULL),(5326,'en','default','bf73617f18f0ec3633816c2af0fb9866','Apply Filters',NULL,NULL,'LINE',NULL,10,'','5e528cbb4e6fafa3ccf44610d932fa82','',NULL),(5327,'en','default','48f0f78419795f7c6455989d53e8ae2f','Apply changes to:',NULL,NULL,'LINE',NULL,10,'','342cd909799500d956ac30557d146fd5','',NULL),(5328,'en','default','6f7351657f795bc1357a53142b1184cc','Approve',NULL,NULL,'LINE',NULL,10,'','2074171bbf286878d26873f1a2449230','',NULL),(5329,'en','default','423f33d299fca1252c27c68fd509f6a9','Approve Comment',NULL,NULL,'LINE',NULL,10,'','db478088e3a4673e2d2a7b256dc74f01','',NULL),(5330,'en','default','ab5cb11616f210341665793dc9e43721','Approve this comment',NULL,NULL,'LINE',NULL,10,'','2ec3ab51b20095adb21ac36977d61f81','',NULL),(5331,'en','default','c10af2a94b2ceb16908edc45b056252c','Are you sure you want to delete this theme?\\n\\nClick \'Cancel\' to go back, \'OK\' to confirm the delete.',NULL,NULL,'LINE',NULL,10,'','d65a25b0671ccace937fa0b0eb164e32','',NULL),(5332,'en','default','8fe9d7fa780c872a125741e1caa4523c','Are you sure you wish to delete these files and data?',NULL,NULL,'LINE',NULL,10,'','24460cba570f147d774f17eee475f812','',NULL),(5333,'en','default','f438aaed857d6fd18c7fb5d8d6d55017','Are you sure you wish to delete these files?',NULL,NULL,'LINE',NULL,10,'','5849cd30941552f9f6e19b7effa7ebe1','',NULL),(5334,'en','default','21619874853161da6da2aaf4f1352b7c','Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.',NULL,NULL,'LINE',NULL,10,'','8a513931173c1a7136db5080a445e533','',NULL),(5335,'en','default','14697ae200ff0d684feafc2a4e50332d','As a website owner, you may need to follow national or international privacy laws. For example, you may need to create and display a Privacy Policy.',NULL,NULL,'LINE',NULL,10,'','f505d554a944a35993daa304142e88c9','',NULL),(5336,'en','default','cf3fb1ff52ea1eed3347ac5401ee7f0c','Ascending',NULL,NULL,'LINE',NULL,10,'','83949d731bbe7858b947faccd8cfa889','',NULL),(5337,'en','default','4a3db22acf663367ed8c4962f5389bfc','Aspect ratio:',NULL,NULL,'LINE',NULL,10,'','fed374a27c0c9b6dbd5eeef3802a3be3','',NULL),(5338,'en','default','9a6beca8979ba23a3c8399588103f9b9','Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band.',NULL,NULL,'LINE',NULL,10,'','0eb1aeda4bc35b8ecc89a63d7a033f07','',NULL),(5339,'en','default','73f551e0f90465e1bb6082aa53d5c567','Assigned Menu',NULL,NULL,'LINE',NULL,10,'','3834c9e1ef73561b3479bfa284afc3b2','',NULL),(5340,'en','default','0ef460f8863506f51ade1842e8450c85','At a Glance',NULL,NULL,'LINE',NULL,10,'','14ab08e43e5fc0c3319c74f846811a89','',NULL),(5341,'en','default','7193518e6f5f0076ef05680742323f9c','Attach',NULL,NULL,'LINE',NULL,10,'','c57e87e23b042930ce3a4b8b7708832c','',NULL),(5342,'en','default','308485cbce98c48f50d09bbbadd1ed82','Attach &#8220;%s&#8221; to existing content',NULL,NULL,'LINE',NULL,10,'','2b73c0aec2aa5ba61ac722c0f626605b','',NULL),(5343,'en','default','149000dd5f779bf240a53c34c3045149','Attach to existing content',NULL,NULL,'LINE',NULL,10,'','71f30b06733adbc2d7e9a3acea6ff64b','',NULL),(5344,'en','default','42c9555bc132568d1de15199e2a9bb4c','Attaching Files',NULL,NULL,'LINE',NULL,10,'','ac75ee3ce4fe466adfc231d91390e077','',NULL),(5345,'en','default','a5b377acbcf37ffb8fd06781c1d1833a','Attachment Post URL',NULL,NULL,'LINE',NULL,10,'','579754cfa0a293f28a03ee57f90a25cd','',NULL),(5346,'en','default','fec5e4af8d540b72eb43f959e9870177','Attachment Template',NULL,NULL,'LINE',NULL,10,'','ad8303a9a59b36675222c793ecca10c0','',NULL),(5347,'en','default','acd25de958ac9e88ec3ee34fdb3966ad','Attempt to notify any blogs linked to from the article',NULL,NULL,'LINE',NULL,10,'','3c0c07ed292a5367a05abab595ded1c3','',NULL),(5348,'en','default','e8268bfe429d8ede9b76f3830f457c12','Attempting to roll back to previous version.',NULL,NULL,'LINE',NULL,10,'','1774873274b51e7e3041e490e48901c8','',NULL),(5349,'en','default','053c38cfd4de96caaa509e5fe844d837','Attend an upcoming event near %s.',NULL,NULL,'LINE',NULL,10,'','d75642f91deeb9d718d6ada4f1a92195','',NULL),(5350,'en','default','c2097df2edbc597a89a7aa7c506309fd','Attribute all content to:',NULL,NULL,'LINE',NULL,10,'','bbc1449c528bab0b87f5b5484fa78358','',NULL),(5351,'en','default','23b3c660506714d17b9b06169a38589e','Audio Attachment Template',NULL,NULL,'LINE',NULL,10,'','abb19970d353dee73ec510c9f4578be2','',NULL),(5352,'en','default','f906a42498acdf40827fe207202f4172','Audio Codec:',NULL,NULL,'LINE',NULL,10,'','96c15e1cb3822055f48e1921fe0d23d6','',NULL),(5353,'en','default','310cbe8f548f5a1df01926dd875be9c1','Audio Format:',NULL,NULL,'LINE',NULL,10,'','2bf96e60df343b5a399aa1fde64b976f','',NULL),(5354,'en','default','1d315fad169d57a2d36b498c084d5194','Audio, Video, or Other File',NULL,NULL,'LINE',NULL,10,'','35c6b2a3a28b660895dc1c3111c6ff83','',NULL),(5355,'en','default','d539abd5873bf5a2052e4d09c3612de4','Authentication Keys',NULL,NULL,'LINE',NULL,10,'','52265d44d6cbc08824225e7e5bc4745a','',NULL),(5356,'en','default','5d6b95203546f1e05f4250c03e211086','Author Template',NULL,NULL,'LINE',NULL,10,'','be15d4585e0ee04ba36ab242712fb759','',NULL),(5357,'en','default','3425f8a92f8d1df6ac44e3e6ddeee23d','Authors can publish and manage their own posts, and are able to upload files.',NULL,NULL,'LINE',NULL,10,'','fe63891a4190580d320d6345678728ab','',NULL),(5358,'en','default','fd39a5c32ee6690549ac30ea245401aa','Authors:',NULL,NULL,'LINE',NULL,10,'','beaf4b1651e64508062225497b3b83c4','',NULL),(5359,'en','default','c54b990ffbbdda1e68e034f7c988c871','Auto Draft',NULL,NULL,'LINE',NULL,10,'','b679aff370a5470dd1e469bc50f7ac69','',NULL),(5360,'en','default','7011fbe0f8512359bb4fd692a8e3042b','Auto add pages',NULL,NULL,'LINE',NULL,10,'','6383600dea5b34631bf2285b368914b9','',NULL),(5361,'en','default','157e6048f87c2514d9997f43ba643080','Automatically close comments on articles older than %s days',NULL,NULL,'LINE',NULL,10,'','308bfb0106b408d1842743b826776127','',NULL),(5362,'en','default','b24c9a8ad843d68e8f973d90a18f4750','Autosave by %s',NULL,NULL,'LINE',NULL,10,'','38236bbf76f3323a5a81f9229b01731b','',NULL),(5363,'en','default','0f05ceec0844c366727708a4f37bc8d4','Available Actions',NULL,NULL,'LINE',NULL,10,'','a3fa5d45dca47859e6e25303d750fba0','',NULL),(5364,'en','default','fd108094255810f62faefe1e6592497c','Available Tools',NULL,NULL,'LINE',NULL,10,'','06ecf8f51b1a1591c303b24ead598e47','',NULL),(5365,'en','default','4bc6c1367385625a07de47bbcf13d08b','Available Widgets',NULL,NULL,'LINE',NULL,10,'','844f18cd54c0205698cf1bcb3e33203d','',NULL),(5366,'en','default','f0fa211d172d5cb881e7fa115b6d13f1','Available tags:',NULL,NULL,'LINE',NULL,10,'','895f201bcec3a2289e645c5c3878fc78','',NULL),(5367,'en','default','244e61321bcdaf71a3fe29e8d1db6ca4','Avatar Display',NULL,NULL,'LINE',NULL,10,'','e7b672a1fe03ac4a756c6612d8ea49d0','',NULL),(5368,'en','default','9bc59a551f0e7e37bdd205603093eac4','Avatars',NULL,NULL,'LINE',NULL,10,'','6c1dc2444151a9ae9f0dd4410df45a73','',NULL),(5369,'en','default','ff45b1e053ae945db636b5e96e8dfb13','Average Rating',NULL,NULL,'LINE',NULL,10,'','19319e138d02046d47c798529457ce64','',NULL),(5370,'en','default','1b9dbb1aee0585ce1a581016cbf1b407','BETA TESTERS:',NULL,NULL,'LINE',NULL,10,'','d034e09c656cd3c9d8899b14e1271978','',NULL),(5371,'en','default','8a8173e66177857eadcfa24a13ebf819','BETA TESTING?\\n=============\\n\\nThis debugging email is sent when you are using a development version of WordPress.\\n\\nIf you think these failures might be due to a bug in WordPress, could you report it?\\n * Open a thread in the support forums: https://wordpress.org/support/forum/alphabeta\\n * Or, if you\'re comfortable writing a bug report: https://core.trac.wordpress.org/\\n\\nThanks! -- The WordPress Team',NULL,NULL,'LINE',NULL,10,'','a05d288af1239b4a4cccb65a1319fa9b','',NULL),(5372,'en','default','7020426cfb0a204051be4b3053d2acc8','Repeat',NULL,NULL,'LINE',NULL,10,'Background Repeat','cf6b340254641a64f3931ba9e7d06a8f','',NULL),(5373,'en','default','105078d294d30c978ca2badf7f376934','Scroll',NULL,NULL,'LINE',NULL,10,'Background Scroll','fadc1511ca2a833d1f10d2e36395f6a0','',NULL),(5374,'en','default','7804fa24ac90cefeaec21756b3411492','Background updated. <a href=\"%s\">Visit your site</a> to see how it looks.',NULL,NULL,'LINE',NULL,10,'','f80d7d98864bce88a496235f83260e13','',NULL),(5375,'en','default','8cf2829ff8ca8619bfb2176d3c5fe9bb','Because this is a multisite installation, you may add accounts that already exist on the Network by specifying a username or email, and defining a role. For more options, such as specifying a password, you have to be a Network Administrator and use the hover link under an existing user&#8217;s name to Edit the user profile under Network Admin > All Users.',NULL,NULL,'LINE',NULL,10,'','0be3ae2f6aa9314b2a6f34a397e03df1','',NULL),(5376,'en','default','25b2a56af78e35f378871ae006114bfb','Before a comment appears',NULL,NULL,'LINE',NULL,10,'','32ed43409e1a99cf6d1b1fb27b36f9b1','',NULL),(5377,'en','default','ac2db0d93a84d8c19f9e3499087dc676','Before getting started',NULL,NULL,'LINE',NULL,10,'','5a8746c7e0b24a9409443fb325a906d5','',NULL),(5378,'en','default','71ea8c8d9794eca12f885a3d82a41955','Before you can upload your import file, you will need to fix the following error:',NULL,NULL,'LINE',NULL,10,'','a0408c7a43c2c3c8ff0941499d6e9c09','',NULL),(5379,'en','default','0ab21be58d8e838a763650d446ac11dd','Begin by choosing a theme to edit from the dropdown menu and clicking the Select button. A list then appears of the theme&#8217;s template files. Clicking once on any file name causes the file to appear in the large Editor box.',NULL,NULL,'LINE',NULL,10,'','14560ec50b2774249855bdef6704541a','',NULL),(5380,'en','default','d4df38298cb9097991b8fd6158b34b69','Below you should enter your database connection details. If you&#8217;re not sure about these, contact your host.',NULL,NULL,'LINE',NULL,10,'','0b71d4be990e16ae55cdebe198328690','',NULL),(5381,'en','default','230bee10540b48bd0252f0077f74d859','Better Menu Instructions = Less Confusion',NULL,NULL,'LINE',NULL,10,'','81853b122cfdf28277c9a5688eaec173','',NULL),(5382,'en','default','28e1d43c4b47418853df3f550b949bd2','Biographical Info',NULL,NULL,'LINE',NULL,10,'','245dfc3c61f6e4d1c8aced108641dfc1','',NULL),(5383,'en','default','e4ef81cce7e4e10033ebb10962dfdd5e','Blank',NULL,NULL,'LINE',NULL,10,'','025b91f6f8e986c386eb8e6128be5359','',NULL),(5384,'en','default','be8df1f28c0abc85a0ed0c6860e5d832','Blog',NULL,NULL,'LINE',NULL,10,'','8826d9a7feefdde372190b603fedc991','',NULL),(5385,'en','default','5c4cc06964190be2177d6d9de82f75b6','Blog pages show at most',NULL,NULL,'LINE',NULL,10,'','a32b6e14e5b6064ff92a72301b2b1378','',NULL),(5386,'en','default','e4c2a5d1c6adc2d21c67fc9fa368e5da','Blogger',NULL,NULL,'LINE',NULL,10,'','f3d9604635e7b2482bbc66c3267f7fb8','',NULL),(5387,'en','default','e56c2051500213f9a32c77ebd991aeb8','Blogroll',NULL,NULL,'LINE',NULL,10,'','2b8a315683f92447becce930a16379bc','',NULL),(5388,'en','default','185ec3ece71e6873edf517d5401192a5','Boxes',NULL,NULL,'LINE',NULL,10,'','d336606301b6ff16cc00b700da7fba34','',NULL),(5389,'en','default','b9c90b6bf237fc7b6c1f48a3e01e1092','Break comments into pages with %1$s top level comments per page and the %2$s page displayed by default',NULL,NULL,'LINE',NULL,10,'','2f849f372f616e90c68ba5e4c69fb98d','',NULL),(5390,'en','default','d69547e7950ad968158c8d216c8f7f94','Bring back this update',NULL,NULL,'LINE',NULL,10,'','c9ce3fb30b27431c7c144041adcdf9a2','',NULL),(5391,'en','default','cce196ee016c01540ba8baf072949f80','British English',NULL,NULL,'LINE',NULL,10,'','79f89abd5903c7bfdbec7e09eca609ec','',NULL),(5392,'en','default','034f0946ad617706e0573a77c4eff23f','Broken Themes',NULL,NULL,'LINE',NULL,10,'','d16826b946430c3cb665a4e3a5346efd','',NULL),(5393,'en','default','3eb754f2c75e6f8174fe8544f1269e8c','Browse Plugins',NULL,NULL,'LINE',NULL,10,'','c943f207ce2327b42eae6aae0fd7216a','',NULL),(5394,'en','default','e22154073c571361e0346e68d68a88c1','Browse revisions',NULL,NULL,'LINE',NULL,10,'','147dbe1ecc1c45fc9533f264dc2c4fc6','',NULL),(5395,'en','default','0411f0e63172c3062d046c65494aad86','Browsing %s (active)',NULL,NULL,'LINE',NULL,10,'','4605af8d1ae616d43f27b38679acdea2','',NULL),(5396,'en','default','0433f3c17fc3a0d8f3ded94a796271f6','Browsing %s (inactive)',NULL,NULL,'LINE',NULL,10,'','1f1dc331012dfe0ae772e9c21cbd0c59','',NULL),(5397,'en','default','bfab8bcc21a91d9a7e346bbe1143c3ea','Bulk Actions',NULL,NULL,'LINE',NULL,10,'','9a3f4c991dbcc76eca92d8e5ef1d4447','',NULL),(5398,'en','default','8e8cd3fdecd034bcb31a666018f5b6c7','Bulk Edit',NULL,NULL,'LINE',NULL,10,'','8d480bd5f3e52c3f7031e25a2dd8794d','',NULL),(5399,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'LINE',NULL,10,'Button label for a next revision','e8b070a12c78acabeb5104135f6c1f7c','',NULL),(5400,'en','default','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'LINE',NULL,10,'Button label for a previous revision','b8533073fbd99af47002dd26983249df','',NULL),(5401,'en','default','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'LINE',NULL,10,'Button label for a theme','22c28ee0a92ab4b149f8b65b9de5d277','',NULL),(5402,'en','default','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'LINE',NULL,10,'Button label for a theme','99118a4fef459c563b12ac276939da8d','',NULL),(5403,'en','default','29503bd4f9fd280f19f44ddd7331ef28','By %s',NULL,NULL,'LINE',NULL,10,'','39d0f958fca021d17b9b433704c07760','',NULL),(5404,'en','default','89f3246990cff98f23aae7f9fe7aabc8','By %s.',NULL,NULL,'LINE',NULL,10,'','020ce16671d34bbc544596bf8d3bddbb','',NULL),(5405,'en','default','a9aaa5a8c454b3604df40c08faf864cb','By default WordPress does not collect any analytics data. However, many web hosting accounts collect some anonymous analytics data. You may also have installed a WordPress plugin that provides analytics services. In that case, add information from that plugin here.',NULL,NULL,'LINE',NULL,10,'','bbb10dc461ad05c0ba1743dbb84c6a33','',NULL),(5406,'en','default','a4de3012edb9e615cba657b2fb29dd24','By default WordPress does not collect any personal data about visitors, and only collects the data shown on the User Profile screen from registered users. However some of your plugins may collect personal data. You should add the relevant information below.',NULL,NULL,'LINE',NULL,10,'','eec5f990e54f0d488c9668381d51ec1c','',NULL),(5407,'en','default','72927f6ce8ef34a17482510ae8e43c73','By default WordPress does not share any personal data with anyone.',NULL,NULL,'LINE',NULL,10,'','3e2c17f51ad2871c50487c676743a6bb','',NULL),(5408,'en','default','bdcc5a96190089ab92a53a42910fc9d7','By default, WordPress does not include a contact form. If you use a contact form plugin, use this subsection to note what personal data is captured when someone submits a contact form, and how long you keep it. For example, you may note that you keep contact form submissions for a certain period for customer service purposes, but you do not use the information submitted through them for marketing purposes.',NULL,NULL,'LINE',NULL,10,'','2f597e938edf13361bdf1cde1770b525','',NULL),(5409,'en','default','5b5dc2be55116d8466b06d4d75c19e38','By default, new users will receive an email letting them know they&#8217;ve been added as a user for your site. This email will also contain a password reset link. Uncheck the box if you don&#8217;t want to send the new user a welcome email.',NULL,NULL,'LINE',NULL,10,'','ea0cd33171ea210e9f7f548627f323a2','',NULL),(5410,'en','default','4ec819fea50932ecb3be5cd532e5f60a','CSS Classes (optional)',NULL,NULL,'LINE',NULL,10,'','233df6953b31d1a2a12bded471b2e1e2','',NULL),(5411,'en','default','baab62d664e57a6cabd5ec9ad3cac265','Cancel password change',NULL,NULL,'LINE',NULL,10,'','ee646917522ffa008be49148ee8bb8b8','',NULL),(5412,'en','default','a01c3245177c07574e7d8687cfaecd93','Cannot load %s.',NULL,NULL,'LINE',NULL,10,'','757a14c767df4cb88c9c27dbdbee0868','',NULL),(5413,'en','default','8ff581a8752a118d892a38780afbebcc','Cannot load image metadata.',NULL,NULL,'LINE',NULL,10,'','49e8fb79cb952b0718e39583efdd2d48','',NULL),(5414,'en','default','9baa4993323b172d1c1397a4fefdf567','Cannot save image metadata.',NULL,NULL,'LINE',NULL,10,'','b59e24fd280c96fb23bb9b91f4991e3f','',NULL),(5415,'en','default','82ec2cd6fda87713f588da75c3b1d0ed','Capabilities',NULL,NULL,'LINE',NULL,10,'','d18b8f49d888b1f57acdaf6891af0987','',NULL),(5416,'en','default','c6448a2cdbc2074c41e2fe7249de1927','Categories and Tags Converter',NULL,NULL,'LINE',NULL,10,'','40ef29ade9db93dd527862ec4b95c9e9','',NULL),(5417,'en','default','7fcc0905c25b71b00711dbe233bee347','Categories can be selectively converted to tags using the <a href=\"%s\">category to tag converter</a>.',NULL,NULL,'LINE',NULL,10,'','deb469cd42d482311dd5a8d12ceff58c','',NULL),(5418,'en','default','ccd81a3ed7a603a71015e98d997f0bcf','Categories deleted.',NULL,NULL,'LINE',NULL,10,'','e877a737bd23c8f1b83e072bb74e465d','',NULL),(5419,'en','default','b0ca6078939acc19b65f7d3a980a50ff','Categories have hierarchy, meaning that you can nest sub-categories. Tags do not have hierarchy and cannot be nested. Sometimes people start out using one on their posts, then later realize that the other would work better for their content.',NULL,NULL,'LINE',NULL,10,'','e90a19994fd4faf5fab54f4358835df1','',NULL),(5420,'en','default','0f0103e212d05b86db90dd1049f37e40','Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have children categories for Bebop and Big Band. Totally optional.',NULL,NULL,'LINE',NULL,10,'','eca83cec51d51a36d40d677c793520b2','',NULL),(5421,'en','default','8c38776925f7cf41c090646a43157024','Categories:',NULL,NULL,'LINE',NULL,10,'','e813b88ad00f1bc1a8f23d62ca5f0741','',NULL),(5422,'en','default','3927b173cdbb7c43bd2939febd02012f','Category Template',NULL,NULL,'LINE',NULL,10,'','19be6c0038474f17fc68ca317b160c1a','',NULL),(5423,'en','default','f092a7951793bc969395423a5cec9baa','Category added.',NULL,NULL,'LINE',NULL,10,'','8acad667db5956365496c0f67f9d25e1','',NULL),(5424,'en','default','ab310d2f37f30b946087961899109144','Category base',NULL,NULL,'LINE',NULL,10,'','edc9bf95788a88b2895fdfeb3e78deb7','',NULL),(5425,'en','default','36dcc4c851e323418e00df6127ff933a','Category deleted.',NULL,NULL,'LINE',NULL,10,'','481493a2f2b7a3a29d6b41c8b4cf6c9d','',NULL),(5426,'en','default','41649835b426b88aed9bd840391deb24','Category not added.',NULL,NULL,'LINE',NULL,10,'','bbaa51f14ea0072ac7c54b97135d44f1','',NULL),(5427,'en','default','df9704b83c8ab5e3b535e6b059e7780e','Category not updated.',NULL,NULL,'LINE',NULL,10,'','27de45085c479cfd61a416dffbc69600','',NULL),(5428,'en','default','f388a065ba68a7d661826725322f7d6f','Category updated.',NULL,NULL,'LINE',NULL,10,'','87037d511c0c681b82bac2fc4c63be92','',NULL),(5429,'en','default','76a329b17b78999ee19693e80fbbc0cd','Caution:',NULL,NULL,'LINE',NULL,10,'','dd838291f0834b9bb508e8959d739c6d','',NULL),(5430,'en','default','f4ec5f57bd4d31b803312d873be40da9','Change',NULL,NULL,'LINE',NULL,10,'','89924f81635557c4120f5be53595b562','',NULL),(5431,'en','default','c5b622ac56d84749e31c7eb72d6974b6','Change Permalinks',NULL,NULL,'LINE',NULL,10,'','ff909196885a9a0a8a9ea9a3b74cc50f','',NULL),(5432,'en','default','3810d2be7e88735565a8cad3209dd2a2','Change role to&hellip;',NULL,NULL,'LINE',NULL,10,'','226e9dabfd90306d80945e9a3ece2cda','',NULL),(5433,'en','default','dcb10eca53ce154142a5af7f4b97121b','Change your Privacy Policy page',NULL,NULL,'LINE',NULL,10,'','f7b29f93db6c5ac2d8ce262f21d078d6','',NULL),(5434,'en','default','97f90692c12c78027da5e51b18ed5960','Changed roles.',NULL,NULL,'LINE',NULL,10,'','7eef5d94ea6edf2e5e30a0102a36a587','',NULL),(5435,'en','default','356ce2696d02257a9f1cc4ce684b54ea','Changing to %s',NULL,NULL,'LINE',NULL,10,'','9dff6a262bc583c4b814a78febf9a6c4','',NULL),(5436,'en','default','7c815533580306b74392f3c6de816ac7','Check Again',NULL,NULL,'LINE',NULL,10,'','3361f7ce791779a62d2f56f8483a94b3','',NULL),(5437,'en','default','9853fcacecc19eb2429b58eeefaa7415','Check secret keys',NULL,NULL,'LINE',NULL,10,'','c84671b19932a159cbce63d56d86bca0','',NULL),(5438,'en','default','29301f3700c66f5e8a29d58a0a4fda93','Choose a Background Image',NULL,NULL,'LINE',NULL,10,'','1453855a5a7b3fc876d319ca62e646ae','',NULL),(5439,'en','default','89edf60d56af00d37da3b499866f44dc','Choose a Custom Header',NULL,NULL,'LINE',NULL,10,'','1d143da7157fe7325c5ba285586875f5','',NULL),(5440,'en','default','5baa9ea714f548dd8aa0c268b2d6851f','Choose a file from your computer:',NULL,NULL,'LINE',NULL,10,'','4fd31b92041786378609e6a2a8502fe8','',NULL),(5441,'en','default','8a65d903fd1c00d5917421ace60ab4a1','Choose a plugin to edit from the dropdown menu and click the Select button. Click once on any file name to load it in the editor, and make your changes. Don&#8217;t forget to save your changes (Update File) when you&#8217;re finished.',NULL,NULL,'LINE',NULL,10,'','d4d68515ec452eef50f486865b88f13d','',NULL),(5442,'en','default','d304c6bc2ccf119087c078e61e8327bb','Choose an image from your computer:',NULL,NULL,'LINE',NULL,10,'','080478a79afdbf7aefff173742974c52','',NULL),(5443,'en','default','24cb9a8cf9346ed92e53fe15d60d8043','Choose either a city in the same timezone as you or a UTC timezone offset.',NULL,NULL,'LINE',NULL,10,'','7a8d5f41db1381885f5fea2a18260696','',NULL),(5444,'en','default','fc72adcb6089ec027876da2de218ebb3','Choose the part of the image you want to use as your header.',NULL,NULL,'LINE',NULL,10,'','6192910a4da4d91d042e8cfe3f449ed7','',NULL),(5445,'en','default','1fad57eff0409cc95ef49043b378257c','Choose the target frame for your link.',NULL,NULL,'LINE',NULL,10,'','af4e66a944bbf6b4ab3d34e1a0e049d8','',NULL),(5446,'en','default','34612fbed5ae338468131118ceb41d35','Choose what to export',NULL,NULL,'LINE',NULL,10,'','3029daadffc61af7fb9a4581891d47e4','',NULL),(5447,'en','default','cc8d66016f145d18ca43f658cf893ec8','Cincinnati',NULL,NULL,'LINE',NULL,10,'','22f51f29f4f45e84c1dd74e1d5a08345','',NULL),(5448,'en','default','bffb711ec36f280459d11dce315da72f','City:',NULL,NULL,'LINE',NULL,10,'','a8937a6ad315928714583cffc6f3855d','',NULL),(5449,'en','default','48e7f3675d3325447ce18fa7b69f57e8','Classic Editor',NULL,NULL,'LINE',NULL,10,'','45693d3e480fe69a84dca53e45daf079','',NULL),(5450,'en','default','178c99ebe7ef0cd2b6d2ee3f7e686ebc','Clear Inactive Widgets',NULL,NULL,'LINE',NULL,10,'','aff4f7138fab5a8dc27861846f213c29','',NULL),(5451,'en','default','3cfb42b06d97f31aff483243d802a2e5','Clear List',NULL,NULL,'LINE',NULL,10,'','906e2bbcddc7001e335b469209fcd503','',NULL),(5452,'en','default','c7d48299dc90aba059abbfd146367d53','Clear current filters',NULL,NULL,'LINE',NULL,10,'','fa9d7f3e069104b3501152f33b31c749','',NULL),(5453,'en','default','87bdfc55f8aa9863d65da5811111f65e','Click Customize for the current theme or Live Preview for any other theme to see a live preview',NULL,NULL,'LINE',NULL,10,'','3ef04431778c77cdade70f366812a210','',NULL),(5454,'en','default','7b3b43bcbe4f149aa88438588c74a799','Click Save Menu to make pending menu items public.',NULL,NULL,'LINE',NULL,10,'','4b18b42b49feb3d8ce45a42833ae3078','',NULL),(5455,'en','default','38adb4e155676029a1cdeab031094075','Click on the theme to see the theme name, version, author, description, tags, and the Delete link',NULL,NULL,'LINE',NULL,10,'','1c25c2eaf6ebd764e57c023b7a210f5a','',NULL),(5456,'en','default','ceb830cf24af91691056d0d181d14813','Click the image to edit or update',NULL,NULL,'LINE',NULL,10,'','103e7cea5b6080409eaf634ba991ef16','',NULL),(5457,'en','default','b0ea84c16630bd26d9403a3d7b767082','Clicking <strong>Select Files</strong> opens a navigation window showing you files in your operating system. Selecting <strong>Open</strong> after clicking on the file you want activates a progress bar on the uploader screen.',NULL,NULL,'LINE',NULL,10,'','faf9df5eeae9183cebdc8885c84f72a7','',NULL),(5458,'en','default','547bb7bc331d5f8a0c52c01d87547377','Clicking an item will display an Attachment Details dialog, which allows you to preview media and make quick edits. Any changes you make to the attachment details will be automatically saved.',NULL,NULL,'LINE',NULL,10,'','793e85515191328f2b8d99e53c62302c','',NULL),(5459,'en','default','2fa1d199c53424f13b5b54fe6235d4cc','Close details dialog',NULL,NULL,'LINE',NULL,10,'','3ba5575588a8686260e4c0a1f01d0ec1','',NULL),(5460,'en','default','e5e68fb9b4d8cc3cfd33af229ef4ef52','Close media attachment panel',NULL,NULL,'LINE',NULL,10,'','1745c0667c539a5a3753df2321682cf5','',NULL),(5461,'en','default','cae566c410bf8e9f5b5e0b0407d1b138','Close the Customizer and go back to the previous page',NULL,NULL,'LINE',NULL,10,'','72146bd625f1fdf490cc1f7552825845','',NULL),(5462,'en','default','4c188acfb7ab8922ae1259232a198fa9','CodeMirror available for use in your themes and plugins',NULL,NULL,'LINE',NULL,10,'','7ea2233fa2378785c85cb20c2988be5b','',NULL),(5463,'en','default','0d009a0c492150bd6d1f1b9cb7f7566e','Coding Enhancements',NULL,NULL,'LINE',NULL,10,'','d44100ef3ad93d0d7acb40085d2759fe','',NULL),(5464,'en','default','8cc440efcd40f66ee8cdc8159775f6a8','Cofounder, Project Lead',NULL,NULL,'LINE',NULL,10,'','d3ce3e9844819fc2b1b058d90a5adb72','',NULL),(5465,'en','default','e42624922c44bf04e9e5fa5468e956eb','Collaborate with Design Preview Links',NULL,NULL,'LINE',NULL,10,'','45a07a39bf6800492d191d436173acb8','',NULL),(5466,'en','default','2b31634e3cfef1bfdd7d0d2cdfdc3f9d','Collapse',NULL,NULL,'LINE',NULL,10,'','58b3f70cee834a105cbc507597fb0e39','',NULL),(5467,'en','default','05d036e8a46ab7b492894dbb8eb8baf4','Collapse Sidebar',NULL,NULL,'LINE',NULL,10,'','a037da18a45c4edca5c3cee7f4a932d4','',NULL),(5468,'en','default','92c30bbf726a1a2807c747147507f6dd','Collapse menu',NULL,NULL,'LINE',NULL,10,'','bb1a4985a947b1680461e1b2e6c58ab2','',NULL),(5469,'en','default','0be8406951cdfda82f00f79328cf4efc','Comment',NULL,NULL,'LINE',NULL,10,'','25aeb393d34e88aa680bc275a912d822','',NULL),(5470,'en','default','4ce6f412053930ee1fc0a76303a8a5f7','Comment %d does not exist',NULL,NULL,'LINE',NULL,10,'','64b6a952816733a4c07d4198cc5aa5f1','',NULL),(5471,'en','default','a5892271fe7d31170c9ac824b574004e','Comment Blacklist',NULL,NULL,'LINE',NULL,10,'','3c15c85638f4a4985a5f14d931192a77','',NULL),(5472,'en','default','11b3f4cb51868835eff93632baf73f0b','Comment Moderation',NULL,NULL,'LINE',NULL,10,'','da71c1e8535b6c1c4a381905ad488f98','',NULL),(5473,'en','default','f679d0f45b3439c9a48997b9dd3ed2d8','Comment author must fill out name and email',NULL,NULL,'LINE',NULL,10,'','0c41766211da713538316a824ca88021','',NULL),(5474,'en','default','18743cde0ae6cb524e859d0540f3435d','Comment author must have a previously approved comment',NULL,NULL,'LINE',NULL,10,'','80b87b0a3628afc2e86969ab5b7593ea','',NULL),(5475,'en','default','5dcc7aefbd4bab0e6381bfe35945bd35','Comment by %s marked as spam.',NULL,NULL,'LINE',NULL,10,'','7abe6da57fe66c32c9c408e2548c5244','',NULL),(5476,'en','default','862239695b3ec71dcdaa5134fb3f4872','Comment by %s moved to the trash.',NULL,NULL,'LINE',NULL,10,'','1755cad5c8a838bc9f312609c5d7eaf7','',NULL),(5477,'en','default','b7e36ca6137e10f17d4136c8fa39e545','Comment must be manually approved',NULL,NULL,'LINE',NULL,10,'','b02c9a26131bcea59293d7438450c2e2','',NULL),(5478,'en','default','693e14c3c0dd3757d95b4ee5cf0d7bb3','Comment status',NULL,NULL,'LINE',NULL,10,'','8bd016e64e2a4d6979707fadf992be32','',NULL),(5479,'en','default','0edd61565d17414c13fbde3b6502f6b8','Comments %s',NULL,NULL,'LINE',NULL,10,'','4b67ae8e1eb8343c8cbd554c02ad04dc','',NULL),(5480,'en','default','77dfa9bdd4cdb68d593992f4db6031e7','Comments (%1$s) on &#8220;%2$s&#8221;',NULL,NULL,'LINE',NULL,10,'','029f2c85d88656523b19dc859adc6979','',NULL),(5481,'en','default','31e876d49f82ab7813ea075beb68d802','Comments Template',NULL,NULL,'LINE',NULL,10,'','e9e5a9d93bff98098c7d277e5ff0d74d','',NULL),(5482,'en','default','8fc60fba9f90f3308779635a77f79e2c','Comments list',NULL,NULL,'LINE',NULL,10,'','54d6e11094e5e229ea5402553714d1c0','',NULL),(5483,'en','default','e53652e45c8ffdaada6f2ece7febbef0','Comments list navigation',NULL,NULL,'LINE',NULL,10,'','5946bde2a1d0b4543919515f7932eae7','',NULL),(5484,'en','default','7e482b65beeb5ebefa12a57b239d78db','Comments on &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','b927327353f223b2d6ad66f07065cbc6','',NULL),(5485,'en','default','6054711ce211b4cebf62db512543840a','Comments should be displayed with the %s comments at the top of each page',NULL,NULL,'LINE',NULL,10,'','78f007b165c781e420e0f76f711baf19','',NULL),(5486,'en','default','f5a8885f26ea1fe06b78b423fa4e9f95','Common Settings',NULL,NULL,'LINE',NULL,10,'','a4fecfee7c1abe31ca7f98d3cf77268a','',NULL),(5487,'en','default','6baf9d1f5b1b39f0c0886ad750882452','Compare Revisions of &#8220;%1$s&#8221;',NULL,NULL,'LINE',NULL,10,'','7448cdd4f25e9e3040ef03f58a1a317d','',NULL),(5488,'en','default','baa6806f5285d9688e0d8d45cfbd8667','Compare any two revisions',NULL,NULL,'LINE',NULL,10,'','70f5b8dd2b960035176979631bcb582c','',NULL),(5489,'en','default','09fcbf6ded1014a87797c224b047bc0f','Compare two different revisions by <strong>selecting the &#8220;Compare any two revisions&#8221; box</strong> to the side.',NULL,NULL,'LINE',NULL,10,'','b57d51eaf433f1fe6bbe520e0c5fa022','',NULL),(5490,'en','default','965f6b317d6784700d2fa426fd6dfc78','Compatibility with WordPress %1$s: %2$d%% (%3$d \"works\" votes out of %4$d total)',NULL,NULL,'LINE',NULL,10,'','6be048a51d2266389a878347bcd84381','',NULL),(5491,'en','default','590fe4e9861bb637a9ec5804d6c0a848','Compatibility with WordPress %1$s: 100%% (according to its author)',NULL,NULL,'LINE',NULL,10,'','51dfa64cc16923036cf93f81b1f729a9','',NULL),(5492,'en','default','77b5d87cfc369959cd9f4467e826ee85','Compatibility with WordPress %1$s: Unknown',NULL,NULL,'LINE',NULL,10,'','c39c596ce598333c9561cb48d253af7d','',NULL),(5493,'en','default','78722f203dceb583d60c148b207100cb','Compatible up to:',NULL,NULL,'LINE',NULL,10,'','2e25a1a3bad2b51ad16ded13e64212c3','',NULL),(5494,'en','default','cb1d610e8ba2185d456c8651136ca867','Configuration Error',NULL,NULL,'LINE',NULL,10,'','3cab677bd82fe0a796d17ea58b0171e2','',NULL),(5495,'en','default','f1206f9fadc5ce41694f69129aecac26','Configure',NULL,NULL,'LINE',NULL,10,'','584da709487f93539bacc902f147d250','',NULL),(5496,'en','default','a781ef61c139ad1dae2e9db923df18f6','Configuring this is optional. By default, it should be blank.',NULL,NULL,'LINE',NULL,10,'','3a2f1c00a9150a2599481ab6be4e7460','',NULL),(5497,'en','default','44928cfda52bc66163d158d1ff69d415','Confirm Deletion',NULL,NULL,'LINE',NULL,10,'','d6eac76c6d7aa111c463db421b6ea9a7','',NULL),(5498,'en','default','887f7db126221fe60d18c895d41dc8f6','Confirm Password',NULL,NULL,'LINE',NULL,10,'','4aa7f7ac88a166d7872ed01cf0ede68f','',NULL),(5499,'en','default','3e78a64dd63f5e18e7c4a51b59ca9385','Confirm Removal',NULL,NULL,'LINE',NULL,10,'','495512353590bc5c593ab0894ce2fefc','',NULL),(5500,'en','default','c96e2b365c988f12aa480737cab9685e','Confirm use of potentially weak password',NULL,NULL,'LINE',NULL,10,'','f94bc571da6ecd35f8ab04187994664b','',NULL),(5501,'en','default','8551b88ec06eb7a7c0e690cef8251697','Confirmation request initiated successfully.',NULL,NULL,'LINE',NULL,10,'','555a9c41288451d89b3c6040ed2a6e83','',NULL),(5502,'en','default','1186e32f3faf7765b8a26b48e255b761','Confirmation request sent again successfully.',NULL,NULL,'LINE',NULL,10,'','be18b744a826bc57a1c6b57a13948f2e','',NULL),(5503,'en','default','947c8051acd9ff7da0c0dfb2be4193d7','Connection Information',NULL,NULL,'LINE',NULL,10,'','b891e9b34097516df7b3603d616128bc','',NULL),(5504,'en','default','e279c07f8fb282c171724e558925c858','Connection Type',NULL,NULL,'LINE',NULL,10,'','70629e4b84c222eba351330d8e401dc9','',NULL),(5505,'en','default','dbeeb228eb563f7a3a2ca81b253dc50f','Contact Info',NULL,NULL,'LINE',NULL,10,'','7ec66f84af19cd7e0203df170e08ebde','',NULL),(5506,'en','default','0c7b687f084390a829fa8565b3096029','Contact forms',NULL,NULL,'LINE',NULL,10,'','3a8f1f1123b64bb049198019beed2706','',NULL),(5507,'en','default','32cc5b862ba61601df5e3737e1182680','Content to export',NULL,NULL,'LINE',NULL,10,'','f2c3e2277dd1e4cf5f93d3dc761211a7','',NULL),(5508,'en','default','f9ab0569ade99932e06f8d8968e091f7','Contextual Help Tab',NULL,NULL,'LINE',NULL,10,'','713bb154d9d1e641cfc1a93b3025e4ea','',NULL),(5509,'en','default','a0bfb8e59e6c13fc8d990781f77694fe','Continue',NULL,NULL,'LINE',NULL,10,'','f9dd0518097958c70113e394ea259e70','',NULL),(5510,'en','default','96858cb143562346b7f065e32c403f30','Contributors',NULL,NULL,'LINE',NULL,10,'','1600728c5f31d8500936cc9a7c02ea29','',NULL),(5511,'en','default','cd52426764bdf16f1688535f7a2f5deb','Contributors can write and manage their posts but not publish posts or upload media files.',NULL,NULL,'LINE',NULL,10,'','6b29a4e6fe28e153aaca4a513ec2ba19','',NULL),(5512,'en','default','5be606ceb94880065dc5dd4ae4e32cb4','Convert emoticons like <code>:-)</code> and <code>:-P</code> to graphics on display',NULL,NULL,'LINE',NULL,10,'','8d247d0ab45d59299ff9129d99ece99f','',NULL),(5513,'en','default','d1a2f1cfa2a7b3416b80a5a4c311b7ce','Convert existing categories to tags or tags to categories, selectively.',NULL,NULL,'LINE',NULL,10,'','c9d61a745d57fc307212dbd9365d1700','',NULL),(5514,'en','default','597b56e53847cd6a4712ac183f61fa68','Cookies',NULL,NULL,'LINE',NULL,10,'','dfb4c3735daecf9a7310dc58a2e575f8','',NULL),(5515,'en','default','f47df54a6abb39ca1ebe73c1de4e066c','Copy suggested policy text from %s.',NULL,NULL,'LINE',NULL,10,'','f698709c146ffa92ef605dfdd6a01c01','',NULL),(5516,'en','default','f61975c8b2bfaf6bdd917ccc3ca6451e','Copying the required files&#8230;',NULL,NULL,'LINE',NULL,10,'','ad981c7c9cec9b4719cf001a3fc2f9d5','',NULL),(5517,'en','default','1c0b3cac55332e822199e6b1c47f0e53','Core Contributors to WordPress %s',NULL,NULL,'LINE',NULL,10,'','e09c4336338434b34e1bd405662b18d4','',NULL),(5518,'en','default','2f565c456f02076a7ad21d6fbc037902','Core Developer',NULL,NULL,'LINE',NULL,10,'','86f5b70eae76c54dea3a6c7c2b7543f9','',NULL),(5519,'en','default','466f1ab06480900c13e10983a3445cfe','Could not access filesystem.',NULL,NULL,'LINE',NULL,10,'','ad1881799e3249787a6ad2d0e7aa37a1','',NULL),(5520,'en','default','53170d652226b77df406a76f49920f94','Could not copy file.',NULL,NULL,'LINE',NULL,10,'','89a949559ef41d8089a0e396282d7b6d','',NULL),(5521,'en','default','13a880a09a051efd7e0f1136892e5a93','Could not copy files.',NULL,NULL,'LINE',NULL,10,'','fd2d805456d332fbe6ca3ff7d8bcf159','',NULL),(5522,'en','default','900095b085e20fc8f719a2e3c11a55f7','Could not copy files. You may have run out of disk space.',NULL,NULL,'LINE',NULL,10,'','2b743240f67573ae927fff233ef7a34e','',NULL),(5523,'en','default','16f4389e79725395c644562b701465fc','Could not create Temporary file.',NULL,NULL,'LINE',NULL,10,'','4db4382e797005d7a0c35fd7ab788df9','',NULL),(5524,'en','default','93cd45a57ee75dc0a319cd257bb3c7e7','Could not create directory.',NULL,NULL,'LINE',NULL,10,'','97668ad036904789ad2b280df05c1c52','',NULL),(5525,'en','default','e1cbb64ec915237cf23829749a8d6dfe','Could not extract file from archive.',NULL,NULL,'LINE',NULL,10,'','6db0a3b41723015681e9e0990164976c','',NULL),(5526,'en','default','42d87f66c64f6ee9dde4ab4040d5d3fc','Could not fully remove the plugin %s.',NULL,NULL,'LINE',NULL,10,'','1246c3147d6d59b2d2d77205d6151cda','',NULL),(5527,'en','default','4e8aead71923cbe75e1ef14ecadfcaae','Could not fully remove the plugins %s.',NULL,NULL,'LINE',NULL,10,'','b98b1db9dad1a8709d1f9e846ffc4475','',NULL),(5528,'en','default','9f98c37c70b5e3d5508acafa90b4a60d','Could not fully remove the theme %s.',NULL,NULL,'LINE',NULL,10,'','74f8abbb43ec45023953ad99fd7ba607','',NULL),(5529,'en','default','d3d7f963fb000367be11f8209353651f','Could not insert link into the database',NULL,NULL,'LINE',NULL,10,'','5e9bf99dfb1356ab5decdf50a3b46d97','',NULL),(5530,'en','default','4a10e1489cc4372067059f2c78a5a930','Could not log out user sessions. Please try again.',NULL,NULL,'LINE',NULL,10,'','53659484cfaff2772ce598710ad716f1','',NULL),(5531,'en','default','297679481aaa36b748bcc90b5e039b12','Could not remove the old plugin.',NULL,NULL,'LINE',NULL,10,'','758dbf6c7977300e74d4de1faa6deed4','',NULL),(5532,'en','default','476bab291e39ae1f4f28865fb3a515b9','Could not remove the old theme.',NULL,NULL,'LINE',NULL,10,'','6f7a96041eae9656caf9324e1512c0ac','',NULL),(5533,'en','default','559bcc5e24287edefaccdcb68b3541a6','Could not retrieve file from archive.',NULL,NULL,'LINE',NULL,10,'','5d1c7b9b29202eabefb366b3e402cf38','',NULL),(5534,'en','default','62f693c955b665dd826513471db7daaf','Could not update link in the database',NULL,NULL,'LINE',NULL,10,'','00587320190f645176eb214973ae666f','',NULL),(5535,'en','default','00450a87daacd42a5d9925a54133ba68','Create New Page',NULL,NULL,'LINE',NULL,10,'','7de0106c15bcb2e1b3fc8fdc471e578c','',NULL),(5536,'en','default','a703d6377b5b1b7ce7b7d8a71ee6e1e0','Create a New Site',NULL,NULL,'LINE',NULL,10,'','5115116934df9709169f152149b1a3a1','',NULL),(5537,'en','default','f955fc74034b48efe76133e4769f0dc5','Create a New User',NULL,NULL,'LINE',NULL,10,'','206e7b7f8a75e2e51c37f4db3bda209a','',NULL),(5538,'en','default','65620e63dd694a02d1e257c54c1727cc','Create a brand new user and add them to this site.',NULL,NULL,'LINE',NULL,10,'','79d3428706da5c9ca161aadc96e9ca54','',NULL),(5539,'en','default','408e1eb4ab6b0cf81d75550b63b80f60','Create or select your site&#8217;s privacy policy page under <strong>Settings &gt; Privacy</strong> to keep your users informed and aware.',NULL,NULL,'LINE',NULL,10,'','b4af526f24fecc074d069118a184552d','',NULL),(5540,'en','default','62e8a03a8a795cc01cfdd5ac52f6af69','Create, edit, and delete menus',NULL,NULL,'LINE',NULL,10,'','aa705ff9e55c838e9b36f76af42732dd','',NULL),(5541,'en','default','3ded626b75eebf44c0ca7a8587f84801','Creating a Page is very similar to creating a Post, and the screens can be customized in the same way using drag and drop, the Screen Options tab, and expanding/collapsing boxes as you choose. This screen also has the distraction-free writing space, available in both the Visual and Text modes via the Fullscreen buttons. The Page editor mostly works the same as the Post editor, but there are some Page-specific features in the Page Attributes box.',NULL,NULL,'LINE',NULL,10,'','88d63d26a5d5ac5eef99a90931171ac9','',NULL),(5542,'en','default','948a2e3548aaf7f9941a3192fa607d51','Credits',NULL,NULL,'LINE',NULL,10,'','d9ea20d53f5089fb51d7eee860116db8','',NULL),(5543,'en','default','d388632d05e8826abe4b95de0b110529','Crop',NULL,NULL,'LINE',NULL,10,'','6cd234d5d324311db3f795591ac53af0','',NULL),(5544,'en','default','ae5cb4077500ac3e76db62aa48f77bc5','Crop Aspect Ratio',NULL,NULL,'LINE',NULL,10,'','5826738bb9f1ab93b78587c14498f2de','',NULL),(5545,'en','default','c610082ffa77e29affc783d51a7e2236','Crop Header Image',NULL,NULL,'LINE',NULL,10,'','e04c64f48cbb6d9aed8a6a71dfe06f43','',NULL),(5546,'en','default','54d9e18e02348b6f300d55ce01f1ca1d','Crop Selection',NULL,NULL,'LINE',NULL,10,'','545668ba7f83086ee57ba864291d413c','',NULL),(5547,'en','default','5fd03058ad2c52ceef4134aa59136b4b','Crop and Publish',NULL,NULL,'LINE',NULL,10,'','226e47e7798c88b83436648d028822c3','',NULL),(5548,'en','default','855f529e650f29f028dba9ed0ffc1bf8','Crop thumbnail to exact dimensions (normally thumbnails are proportional)',NULL,NULL,'LINE',NULL,10,'','69f2cf220bf9e8930d4063060caa16b9','',NULL),(5549,'en','default','447060031aa60235fc3004c35231c55d','Current Background Image',NULL,NULL,'LINE',NULL,10,'','c49557f668903c1bfa3dbe26327a88c5','',NULL),(5550,'en','default','47a746bdc2bf11f32d403f0aa45c17f8','Current Header Image',NULL,NULL,'LINE',NULL,10,'','79ebe1eebdbaa1b2706cbf868cd532e5','',NULL),(5551,'en','default','f88589c3e803217e3f6fe9d8e740e6e8','Current Page',NULL,NULL,'LINE',NULL,10,'','4abe4229770808b76e6c419abf9ed414','',NULL),(5552,'en','default','87f4b9aaaae18edd1b2aa7843738c1b5','Current Revision by %s',NULL,NULL,'LINE',NULL,10,'','d9337626a97b18d7bc05b37a168243f4','',NULL),(5553,'en','default','81e4ff23dc1aeaf1947fbac399fb9316','Current Theme',NULL,NULL,'LINE',NULL,10,'','badfa2f4bd65e53e0bb82bf21cf53ba3','',NULL),(5554,'en','default','231acedf433c6cdc5dad2975588e5777','Current thumbnail',NULL,NULL,'LINE',NULL,10,'','079b0cb5165761fa14655f9b29f6325b','',NULL),(5555,'en','default','8e6dd720c38f05e75afa5ea139d43b8b','Custom Background',NULL,NULL,'LINE',NULL,10,'','11af885ae95784376db6a03de0d6020d','',NULL),(5556,'en','default','f8257df950d4ddcfa654ba524ffa68f5','Custom Colors',NULL,NULL,'LINE',NULL,10,'','535a40e32a754cd210957bed5363428b','',NULL),(5557,'en','default','833956a760d996ae61ea8b385e9fb6f0','Custom Fields',NULL,NULL,'LINE',NULL,10,'','8dd5fee1dad5778be5b20e7e86cc755d','',NULL),(5558,'en','default','e6e0d1a62695cc00641f3acf197aecf7','Custom Header',NULL,NULL,'LINE',NULL,10,'','436357f20214f1b45376a6c31a241568','',NULL),(5559,'en','default','f24b4a70c60b7051a5c989d86c03bd89','Custom Logo',NULL,NULL,'LINE',NULL,10,'','5ed0b8d61248f280facf482ad8f91f33','',NULL),(5560,'en','default','8860791c508f1a9cd582441eb31955b7','Custom Structure',NULL,NULL,'LINE',NULL,10,'','445f5434033c7a4db61a18d146b4d318','',NULL),(5561,'en','default','313a4258db970729195e2e53fe33412e','Custom Structures',NULL,NULL,'LINE',NULL,10,'','6df19e5a9afce680bb53549314ac67cd','',NULL),(5562,'en','default','985cb539972cb32ea35aa744658ca8c5','Custom database class.',NULL,NULL,'LINE',NULL,10,'','d49c78d6df2f12c1c311f650c6f862ab','',NULL),(5563,'en','default','797f099f9e1bc6816b97eceec57aa7d8','Custom database error message.',NULL,NULL,'LINE',NULL,10,'','e2b94455602cb761ee525d4165411f3c','',NULL),(5564,'en','default','b4355bc59a01c61a8b83c8d6568546d3','Custom date format:',NULL,NULL,'LINE',NULL,10,'','66a79b117f1c851d219c438615c37d2b','',NULL),(5565,'en','default','37725a1c8a05e443b8088a3dcd29ae96','Custom field deleted.',NULL,NULL,'LINE',NULL,10,'','6e0107e2714191d0030c6f5b4cbe54bc','',NULL),(5566,'en','default','039675c3e3a29a035723dac4a2e40761','Custom field updated.',NULL,NULL,'LINE',NULL,10,'','8120374fe817750d85f6538f5fdb18b2','',NULL),(5567,'en','default','31aa97a89c42f706d760776d70fbb678','Custom fields can be used to add extra metadata to a post that you can <a href=\"%s\">use in your theme</a>.',NULL,NULL,'LINE',NULL,10,'','6f3d4648661296ec345359f87303f2f6','',NULL),(5568,'en','default','2e6f16ed19566ee7c8680a658952b635','Custom installation script.',NULL,NULL,'LINE',NULL,10,'','a3fea5d6d18999d0403aa36d81522c32','',NULL),(5569,'en','default','8989cd495e75c2cb120dc6e4c9c9a641','Custom maintenance message.',NULL,NULL,'LINE',NULL,10,'','51bddbafaf440433209d6b745deb593d','',NULL),(5570,'en','default','a42c1e3fff493645e92c236b7a5381c3','Custom site deleted message.',NULL,NULL,'LINE',NULL,10,'','8145264aa22221ab0c46e47b9929a1f5','',NULL),(5571,'en','default','e44a3373fa4127f847543ec56cda4f8e','Custom site inactive message.',NULL,NULL,'LINE',NULL,10,'','077a914745ecf4d1fa019646e7e9337b','',NULL),(5572,'en','default','be342eebe8ae4140a4a0615b4a8b7a98','Custom site suspended message.',NULL,NULL,'LINE',NULL,10,'','1a6184e70a90013f20e435aed69dc1ec','',NULL),(5573,'en','default','be765b34217977bdeab7601e6411cea8','Custom time format:',NULL,NULL,'LINE',NULL,10,'','f12a60d52b5003611c33de1d2de2b80b','',NULL),(5574,'en','default','fbfb52888ea3b9348d7770a89c203c6e','Custom:',NULL,NULL,'LINE',NULL,10,'','3719645edce1a4845a8d91f05bf7e00f','',NULL),(5575,'en','default','06eaf17aad8bbd6ddff5db0f989c8a86','Customization Draft',NULL,NULL,'LINE',NULL,10,'','65b13bbcdd3f6e160731d389d1b93fcb','',NULL),(5576,'en','default','e49aa91321b373599ded3c17a1fda32d','Customize &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','55e3991deb0e353a1aeac128be9fcf13','',NULL),(5577,'en','default','c134cba42af54a9f7a19baab4f09e160','Customize New Changes',NULL,NULL,'LINE',NULL,10,'','8c88a0e7b5ae07b9b5bd8fef164c7357','',NULL),(5578,'en','default','b8e7ef9f1236f2282126d44c5dbe5f88','Customize Your Site',NULL,NULL,'LINE',NULL,10,'','0185dae6c3397fb387a9350bc557f590','',NULL),(5579,'en','default','1421423f384748e31b5df79403b7c256','Customizer JS API Improvements',NULL,NULL,'LINE',NULL,10,'','76ed8ae5780f302395e545f3e3191ea1','',NULL),(5580,'en','default','8cb2150020d2616c95b543277b310e90','Customizer Workflow Improved',NULL,NULL,'LINE',NULL,10,'','aa5084922c7a68b36f490d305dddda64','',NULL),(5581,'en','default','7a1ec4645803101d4939e9d3b13ab26d','Customizing This Display',NULL,NULL,'LINE',NULL,10,'','be785ebfbe35e1089059bde74ea2968c','',NULL),(5582,'en','default','e9629d578cc839d299f135aa7c73aca5','Database Host',NULL,NULL,'LINE',NULL,10,'','dbd9ade44e9651bf3ee6797959b9279b','',NULL),(5583,'en','default','825689fed4e8cd85dbc5beedf98feec0','Database Name',NULL,NULL,'LINE',NULL,10,'','d77e946152821786791ae3dfebbfa07d','',NULL),(5584,'en','default','b8127981fabcb830aec5d9be37322014','Database Update Required',NULL,NULL,'LINE',NULL,10,'','c8ad2762a63de5b8897a4fef2c0e1980','',NULL),(5585,'en','default','ba0f269b2bdb85161db3fe51338e6a7b','Database host',NULL,NULL,'LINE',NULL,10,'','991d78c3928eac146612f75a559a342f','',NULL),(5586,'en','default','9e362f7bde93fb1a52dea86534d5be9c','Database name',NULL,NULL,'LINE',NULL,10,'','cb09cd7475d42236d496fb1e56d98354','',NULL),(5587,'en','default','60f5beb4715bf84676dfc7ac7f3649da','Database password',NULL,NULL,'LINE',NULL,10,'','db5679cdbe0cb0b51da1fddd68d9088b','',NULL),(5588,'en','default','4c59e93d8c7d7dfb0b10de4dbaf78bf6','Database repair results',NULL,NULL,'LINE',NULL,10,'','fd9b637b4ab7d1402d044007093c08ef','',NULL),(5589,'en','default','2794e4b75b740a8e94cf0ab9cfad7935','Database username',NULL,NULL,'LINE',NULL,10,'','45cb8f9ab41bde61cfcc843a2f4b54a7','',NULL),(5590,'en','default','d54b5ffda02e23408035982fb3c97fad','Date Template',NULL,NULL,'LINE',NULL,10,'','e2d4585fbda0330fa4049567aae12040','',NULL),(5591,'en','default','2b0b7c9cbd6d6e9fa6b99aa06e828673','Date and time',NULL,NULL,'LINE',NULL,10,'','4f4fae71d341f2f480f75db5f227e93e','',NULL),(5592,'en','default','02a326a72e683cede50ce7b74b226b08','Date range:',NULL,NULL,'LINE',NULL,10,'','cf133a8bffe1e237ff23807f3969f1a7','',NULL),(5593,'en','default','7ac5a1ab23d01d181148ba8cc6c45313','Date/Time',NULL,NULL,'LINE',NULL,10,'','a835f8b257fedf8f83b93b45ab48cb2e','',NULL),(5594,'en','default','219806b056351cd209d792c344d523d0','Day and name',NULL,NULL,'LINE',NULL,10,'','900ac5841f7e4abc151cc9cc5f43ae62','',NULL),(5595,'en','default','91f6f8529f450619a5ac079ca6ccdc45','Daylight saving time begins on: %s.',NULL,NULL,'LINE',NULL,10,'','05c6b12e292d24c256435239a054c6ce','',NULL),(5596,'en','default','109fec06829bd79d222cfc8af52aaaf1','Deactivate',NULL,NULL,'LINE',NULL,10,'','849a26375ae29abb5c07b9bb1e145959','',NULL),(5597,'en','default','02d8f33495a7e2b3c965125841c9908e','Default Avatar',NULL,NULL,'LINE',NULL,10,'','b0fdf95ddc8d641da01cf9187544bb4a','',NULL),(5598,'en','default','132ec523fc48cada06d8ad0756a6400f','Default Images',NULL,NULL,'LINE',NULL,10,'','995c03bfffd04bcbfe54b6c0468b0386','',NULL),(5599,'en','default','b2beaca3aedf0a3da11997e3184dc39d','Default Link Category',NULL,NULL,'LINE',NULL,10,'','d1a35768af86a3b766be169bf311c769','',NULL),(5600,'en','default','908e3765b18df80333a08ae3e7a93f09','Default Mail Category',NULL,NULL,'LINE',NULL,10,'','4261ce6e24392ee3baa66fdd8afb5bc8','',NULL),(5601,'en','default','13f051eeb5f76362ee72c8a936af1e74','Default Post Category',NULL,NULL,'LINE',NULL,10,'','8a1cd085e6c8fc735add870b66ca1e84','',NULL),(5602,'en','default','67d7434f7073f45ef2669ab602ae91b2','Default Post Format',NULL,NULL,'LINE',NULL,10,'','711b98faf1a3ce98ace796103910a576','',NULL),(5603,'en','default','7fef9dabc73a2b259aba73d88f81292d','Default Template',NULL,NULL,'LINE',NULL,10,'','cb8953058aa517057e5457b9068d9219','',NULL),(5604,'en','default','f4764d84a9882bfa0b411cfb033b9476','Default article settings',NULL,NULL,'LINE',NULL,10,'','7be2ecf0d32bf51459a6ef30f60922ab','',NULL),(5605,'en','default','0d015d96f63a8c12d96b8399482b593f','Uncategorized',NULL,NULL,'LINE',NULL,10,'Default category slug','8d4f3a2320445e1a8614add934c42de6','',NULL),(5606,'en','default','4d60896a525ec0058df8a47aa8f21fa8','Default is %s',NULL,NULL,'LINE',NULL,10,'','5267eaee5067bf7ac8a65a01c206b0dc','',NULL),(5607,'en','default','2095312189753de6ad47dfe20cbe97ec','hello-world',NULL,NULL,'LINE',NULL,10,'Default post slug','9c8061881ab5f01d0f6a452c0a28943b','',NULL),(5608,'en','default','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'LINE',NULL,10,'','3a9538d1662031447fa482c89326121d','',NULL),(5609,'en','default','c0b6ec5b04113c011259cff45eb3b0d4','Delete &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','9ca015cc0d613ce90d42fee9a1854d3f','',NULL),(5610,'en','default','4d0db88955957abada719b34a75e3fe2','Delete &#8220;%s&#8221; permanently',NULL,NULL,'LINE',NULL,10,'','4b13c96c7f7df8d0a5384467e28bbd63','',NULL),(5611,'en','default','3e5da90c73320fdb0dfabb45380d582c','Delete My Site',NULL,NULL,'LINE',NULL,10,'','b9be71f06ec730cfa71eec97b0525603','',NULL),(5612,'en','default','6e7934d446ac4c489e1a6d3847d64c91','Delete My Site Permanently',NULL,NULL,'LINE',NULL,10,'','4d8d754de8d2e9a8d1913d3e8ffe65b6','',NULL),(5613,'en','default','ff7186f58814809fdab54ac34f9f01ef','Delete Plugin',NULL,NULL,'LINE',NULL,10,'','c1bc8d9c3849cda9085a5d392a6b5dd1','',NULL),(5614,'en','default','5e16403dc5b327fcfbc4e8331e88c317','Delete Plugins',NULL,NULL,'LINE',NULL,10,'','6734fb34f0db3bd3b4d6470774bddcd5','',NULL),(5615,'en','default','47f0cc162043cf12f700f64720a5f3cf','Delete Site',NULL,NULL,'LINE',NULL,10,'','bf8003f8c95930c704038085289b1ea8','',NULL),(5616,'en','default','93c34793d91031f15907ed1762e1ae82','Delete Users',NULL,NULL,'LINE',NULL,10,'','c32280116fcd3af0ea4d462e9b884398','',NULL),(5617,'en','default','55ab0b440e5d2c1b104b85967683afb0','Delete a menu item by <strong>expanding it and clicking the Remove link</strong>',NULL,NULL,'LINE',NULL,10,'','613616cc10a30e45173036e1bf1e1ff1','',NULL),(5618,'en','default','42821ac9753373a1ed476eea4e164584','Delete all content.',NULL,NULL,'LINE',NULL,10,'','8f8d166d6c8353307468441622c63497','',NULL),(5619,'en','default','87c477caf3a4bee7ce9b07880c335b20','Delete this comment permanently',NULL,NULL,'LINE',NULL,10,'','00114c4f6cac05a9af259d835082df7b','',NULL),(5620,'en','default','e697c6608fedb70ae75003440283975c','Deleted %d request',NULL,NULL,'LINE',NULL,10,'','b5b27a78399383f6a0be76470e9bf3c8','',NULL),(5621,'en','default','58800c445fead5661a3cf1708adf18fd','Deleted %d requests',NULL,NULL,'LINE',NULL,10,'','448ed9d5774fd05944da3d929361c90a','',NULL),(5622,'en','default','26ba9ab28daf87385ddc3315c6d43447','Deleting Links',NULL,NULL,'LINE',NULL,10,'','3509d3fb65cdd3b9fcff3a4ee809263d','',NULL),(5623,'en','default','09d6248e8231fff0b0765f6f64a6ef63','Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category %s.',NULL,NULL,'LINE',NULL,10,'','7d50c82917852d811a095f3d40e076b5','',NULL),(5624,'en','default','77d4b2bed32455647ca92f4a83cb7074','Denied: %s',NULL,NULL,'LINE',NULL,10,'','ffeac410db240d73087470dc9c5d7423','',NULL),(5625,'en','default','e3cf5ac19407b1a62c6fccaff675a53b','Descending',NULL,NULL,'LINE',NULL,10,'','7aecacc257f9147d909716a44fce196f','',NULL),(5626,'en','default','a31a39e81495c50231ab6ed7d3f85ad1','Design Locking To Guard Your Changes',NULL,NULL,'LINE',NULL,10,'','05af5f82d106fb1a11847a8db31ada28','',NULL),(5627,'en','default','7790530968f5b873498a6f02c6756c13','Destination folder already exists.',NULL,NULL,'LINE',NULL,10,'','acb17839b2d2f1c6b7e9f43b81df9674','',NULL),(5628,'en','default','f200763a0dca7d4843032c057804f9e9','Detach',NULL,NULL,'LINE',NULL,10,'','3d30633ffb3e9342b92ceff61ee5044e','',NULL),(5629,'en','default','ee505e832bd369a98307c3811028fc28','Detach from &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','5c013a2b31e4d3d72a81b1777331134d','',NULL),(5630,'en','default','3ec365dd533ddb7ef3d1c111186ce872','Details',NULL,NULL,'LINE',NULL,10,'','6c469fd74f98072bfc2be385bd445682','',NULL),(5631,'en','default','70666d9d1f37cb69190ae68eefd072b3','Developer Happiness %s',NULL,NULL,'LINE',NULL,10,'','fe84b691e6dd1387cffb4a1b3194d908','',NULL),(5632,'en','default','6f02c4bd89aa86808ba3404df836644c','Did not receive array from %1$s eraser (index %2$d).',NULL,NULL,'LINE',NULL,10,'','e34837aa7aecccd343bd25be1fe2952e','',NULL),(5633,'en','default','c771fce16e2ba5df07df53cc5ab0748f','Did you know?',NULL,NULL,'LINE',NULL,10,'','acd81c9af5cb1de883910ab23098405a','',NULL),(5634,'en','default','c84d8fb1a40e84ec4ea46ede419d8206','Did you lose your phone or leave your account logged in at a public computer? You can log out everywhere else, and stay logged in here.',NULL,NULL,'LINE',NULL,10,'','9e331962e72752290d49e097f348e3a0','',NULL),(5635,'en','default','2555ac2fab74afe6f02cb9c90b08ba4c','Disable accessibility mode',NULL,NULL,'LINE',NULL,10,'','c25a2f0bfc28f4fd2627c91729baf0e1','',NULL),(5636,'en','default','349a29075c44e081246c8b48a69eaaab','Disable syntax highlighting when editing code',NULL,NULL,'LINE',NULL,10,'','e9ee90fe711a8be239614453cd73a97c','',NULL),(5637,'en','default','bd2e226fe58ac326e8e8215b32b57da7','Disable the visual editor when writing',NULL,NULL,'LINE',NULL,10,'','7dd2ff22a3967fae4ff93a25b41c2e58','',NULL),(5638,'en','default','c451d9e09dbd80cba094c4b84717de24','Disabling Maintenance mode&#8230;',NULL,NULL,'LINE',NULL,10,'','59b603acbd2364bc419df9310b9c9c9f','',NULL),(5639,'en','default','9fae8febb74ca9eaf49ec7b87de3842a','Discard any changes and restore the original image.',NULL,NULL,'LINE',NULL,10,'','9e33b5730e317c79fa2b3021fbd37f81','',NULL),(5640,'en','default','3f1dae7d8934608af71f2d40477f8384','Discourage search engines from indexing this site',NULL,NULL,'LINE',NULL,10,'','6815c8f8569014f74535412c605f4a83','',NULL),(5641,'en','default','eed9474fd944d045ff056d20004acaa3','Discussion',NULL,NULL,'LINE',NULL,10,'','6dfe90a4f37324bdf552b4cb4a623257','',NULL),(5642,'en','default','0ad65166d12f78bc07417e0ef6d67a94','Discussion Settings',NULL,NULL,'LINE',NULL,10,'','e0beb45b13f598d5797fddee61690000','',NULL),(5643,'en','default','462f6181fdd6e42353ffff84374f4f0a','Dismiss the Try Gutenberg panel',NULL,NULL,'LINE',NULL,10,'','5378de8ba4b56af8160237fdf410ffb9','',NULL),(5644,'en','default','90d744b97a7ee2c544c6c821312febc7','Dismiss the browser warning panel',NULL,NULL,'LINE',NULL,10,'','098996fa3128ff6cfa261196209d8290','',NULL),(5645,'en','default','30c4ab658d77de67696d20f65f46302d','Dismiss the welcome panel',NULL,NULL,'LINE',NULL,10,'','b473407ef456c9ac75656b058482782a','',NULL),(5646,'en','default','9cbc24d23b943fe4b092e79dd82948e2','Display Options',NULL,NULL,'LINE',NULL,10,'','2da3295ab241e8cb387312e1dccc6101','',NULL),(5647,'en','default','eba37f494f9f4b94c1efab5a207efb90','Display location',NULL,NULL,'LINE',NULL,10,'','4ac1a994353d3ede6bc2c3691d1d43c7','',NULL),(5648,'en','default','dead5a30d04552711ba8afbdd7ff3e9f','Display name publicly as',NULL,NULL,'LINE',NULL,10,'','039b7f99180c51fb99d3e6cc05c5ed64','',NULL),(5649,'en','default','3ed1e20113fee5dc788c3b6c04be85f7','Displayed on attachment pages.',NULL,NULL,'LINE',NULL,10,'','8ca5504ebb345a22a07fd84d051efdba','',NULL),(5650,'en','default','4fb813e73cf30a04d997657289ca6a6f','Displaying %s&#8211;%s of %s',NULL,NULL,'LINE',NULL,10,'','df750f9786eefd22dca5c286e133ffcd','',NULL),(5651,'en','default','23b82756228a63c2f4d8180a51a78683','Do not allow',NULL,NULL,'LINE',NULL,10,'','dfb7f90a9dff56afea66bc37ba42b575','',NULL),(5652,'en','default','8faa7616b66ec7990abd90e6eb970b03','Documentation:',NULL,NULL,'LINE',NULL,10,'','fcd9481c665fa335d7240da76a4d32c9','',NULL),(5653,'en','default','d9d3ef6911fb8e399b99a6f8f82dd74e','Don&#8217;t forget to click &#8220;Save Changes&#8221; when you&#8217;re done!',NULL,NULL,'LINE',NULL,10,'','d181448341dc3e4162bbbe347aaf9ba5','',NULL),(5654,'en','default','ca74662340b9dffdda05168fa1090409','Don&#8217;t forget to click on the Save Changes button when you are finished.',NULL,NULL,'LINE',NULL,10,'','7c861335f662383e36b96028042cf068','',NULL),(5655,'en','default','6c5ac6b151ea7ed9134423f53584bb91','Don&#8217;t you wish all software came with these freedoms? So do we! For more information, check out the <a href=\"https://www.fsf.org/\">Free Software Foundation</a>.',NULL,NULL,'LINE',NULL,10,'','e67b6880800945de4830e81482e8f208','',NULL),(5656,'en','default','f1ae4b9cca7740ca637236bef3533c3c','Donate to this plugin &#187;',NULL,NULL,'LINE',NULL,10,'','fc823ad7616a802cd45a5ede5dc1b97c','',NULL),(5657,'en','default','bb0c02787ce6724628712c33c6e3e70a','Double-check your email address before continuing.',NULL,NULL,'LINE',NULL,10,'','c46122be371e1711f74feb501e854896','',NULL),(5658,'en','default','3a1581d9364c63271f2c8c651f3b174e','Down one',NULL,NULL,'LINE',NULL,10,'','2759b68c89ad0b00fd376d88143b025a','',NULL),(5659,'en','default','a00973100e21990e12e95eccb3afe0c9','Download Export File',NULL,NULL,'LINE',NULL,10,'','8c74aa431c7e82ecef6713e06df08c53','',NULL),(5660,'en','default','6deabb9d91995d336ba7c580e2b1cead','Download Personal Data',NULL,NULL,'LINE',NULL,10,'','268275c23f55cd6bac3ebb65f76a6215','',NULL),(5661,'en','default','ce3370d701a4c45dfd7962376aa8d2e3','Download Personal Data Again',NULL,NULL,'LINE',NULL,10,'','06f79285d28c8739e0e335aba574d678','',NULL),(5662,'en','default','85b511ea9d5d69a4cdd19bff8a598c32','Download failed.',NULL,NULL,'LINE',NULL,10,'','8c0a8e5bd1f600d566261dc191f6bcc4','',NULL),(5663,'en','default','216139cdae78aceaa250af98d619c1a1','Download has failed.',NULL,NULL,'LINE',NULL,10,'','b885da3f2b384c727b40633510a4a52d','',NULL),(5664,'en','default','df92c964f7ecb285f6809053ef8d106c','Downloading Data...',NULL,NULL,'LINE',NULL,10,'','164cf03e66fd40df9aae126869427e48','',NULL),(5665,'en','default','489c7ab6445cb1c81d1c6b905fdac3e0','Downloading installation package from %s&#8230;',NULL,NULL,'LINE',NULL,10,'','dcc4d01c9db6d42898f01c1f2f52398a','',NULL),(5666,'en','default','f29e0257b37872559c87129642e966cf','Downloading translation from %s&#8230;',NULL,NULL,'LINE',NULL,10,'','fb7e37b34315ead6f904089dd4209bec','',NULL),(5667,'en','default','d2c5c0149717c75b967cd57b5351c399','Downloading update from %s&#8230;',NULL,NULL,'LINE',NULL,10,'','5155b1cd0a65027c396a00a316f36119','',NULL),(5668,'en','default','49be93e016c32a7da7121941ce1a29bd','Draft and Schedule Site Design Customizations',NULL,NULL,'LINE',NULL,10,'','26db1513ac8fbfa1de72b5e825068680','',NULL),(5669,'en','default','fee54fbdbf624c1ac2779c293ee3c8fa','Draft created on %1$s at %2$s',NULL,NULL,'LINE',NULL,10,'','5fa2ea57208723bf6d1240d0213e0f23','',NULL),(5670,'en','default','0d98a24c01d792eb1923eb851e91b5ac','Draft saved at %s.',NULL,NULL,'LINE',NULL,10,'','e2d21b00dcda3969be1aeb3648136fdc','',NULL),(5671,'en','default','8ad5f732d28d7dc4c16d9a7c55300838','Drag each item into the order you prefer. Click the arrow on the right of the item to reveal additional configuration options.',NULL,NULL,'LINE',NULL,10,'','83a86b4c84fa0d9d0dac25cfb00360a8','',NULL),(5672,'en','default','35481821855f662f8fe919ff3a51d0ae','Drag widgets here to remove them from the sidebar but keep their settings.',NULL,NULL,'LINE',NULL,10,'','4558853d2749bc0312b6511c110ab8c1','',NULL),(5673,'en','default','d64f4239b084b3d314f054a5ba180f17','Drop files here',NULL,NULL,'LINE',NULL,10,'','a6d26b750df7ea34466f5beda3ca24c2','',NULL),(5674,'en','default','eb1d6719776c357d75466b3f9b5e8654','Drop-ins <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','99018366e4111335098d843a246458a0','',NULL),(5675,'en','default','1f697c9e35080494f4d427661a002015','Drop-ins are advanced plugins in the %s directory that replace WordPress functionality when present.',NULL,NULL,'LINE',NULL,10,'','480e63d00c104c03bc5b4084b10f72ca','',NULL),(5676,'en','default','674928b26a485f7db813e8eb17f04823','Due to an error during updating, WordPress has rolled back to your previous version.',NULL,NULL,'LINE',NULL,10,'','c25369cc1123be5f4fe1bd8ea5f4e5bf','',NULL),(5677,'en','default','a9f7ecebb493e129aafb4cbfd73e85df','E-Commerce',NULL,NULL,'LINE',NULL,10,'','a151fc25e23477ffb9cbc94afbcd1347','',NULL),(5678,'en','default','738c6aac54898cead5e4d461daed389c','ERROR:',NULL,NULL,'LINE',NULL,10,'','52b5307d5a6f3ead6ae4fe70933f121f','',NULL),(5679,'en','default','0dba0dc3b5db994c2c9e6d27e6da9d9c','ERROR: please type a comment.',NULL,NULL,'LINE',NULL,10,'','3a810afc974972a43ce1190f6de9f65f','',NULL),(5680,'en','default','a56020b249ceea462535a1720aed5201','ERROR: you are replying to a comment on a draft post.',NULL,NULL,'LINE',NULL,10,'','85f6b9f604f56ec29f8ac11c61b1b1f4','',NULL),(5681,'en','default','5b62ce98d137cebbf42db38a8e516f3a','Each navigation menu may contain a mix of links to pages, categories, custom URLs or other content types. Menu links are added by selecting items from the expanding boxes in the left-hand column below.',NULL,NULL,'LINE',NULL,10,'','199285e9c5308dac57facee28ba6853e','',NULL),(5682,'en','default','b6251fd1a0710ba03ede8a57f73ae911','Edit &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','25fdd58e1fdf3b0e1266be9d1c3b0756','',NULL),(5683,'en','default','b9fd03427be4c59130bff764e2e62c91','Edit Comment',NULL,NULL,'LINE',NULL,10,'','a8452e87338f483012620dbf3b69ec5c','',NULL),(5684,'en','default','a18af9cd7d0706c5a427eab8068da656','Edit Filters',NULL,NULL,'LINE',NULL,10,'','2fe5eeb93221e54b7eaa3451ca2b31ba','',NULL),(5685,'en','default','ff15d4e97d08c2ab0351169af757b0f2','Edit Link',NULL,NULL,'LINE',NULL,10,'','d9574f640c6af8c734d8c6fae9bbfb5b','',NULL),(5686,'en','default','1948cc7c711e3888241c156a3ec7f3a4','Edit Menus',NULL,NULL,'LINE',NULL,10,'','4a4bc7390b6acf6d30a4ce233fe5dc3b','',NULL),(5687,'en','default','d40cc8ff065d6dfdfad53b79722a2624','Edit Plugins',NULL,NULL,'LINE',NULL,10,'','0e29406d9d18efb17657abb634603e8b','',NULL),(5688,'en','default','6261260114e68bf0e8d95c633f0b7704','Edit Themes',NULL,NULL,'LINE',NULL,10,'','832984c8750245051c8c98065ed9da1b','',NULL),(5689,'en','default','fc953e3104fec508fecd2f18505350ee','Edit User %s',NULL,NULL,'LINE',NULL,10,'','8bc5df8aa04994657ab572af9ade019b','',NULL),(5690,'en','default','0a906f7e310f8f1b4b73382d7d166cc9','Edit city',NULL,NULL,'LINE',NULL,10,'','6e6192462baecbbd423db59c7cd12de3','',NULL),(5691,'en','default','3216c36604b3d4125718d86bb9b89593','Edit comment',NULL,NULL,'LINE',NULL,10,'','aa538ba8d7717e0b49045aec0b097833','',NULL),(5692,'en','default','b4b3ec26b4e2ad9184614fff93441d35','Edit date and time',NULL,NULL,'LINE',NULL,10,'','1d6810b068133ed609fea42dd4642348','',NULL),(5693,'en','default','e8a5c3013e60d322d52109cee2befb32','Edit menu item',NULL,NULL,'LINE',NULL,10,'','0a45fd47f72a7ebb71db39b15f7afee5','',NULL),(5694,'en','default','2b9cfb38fab2b30e43f6bf269bbeac52','Edit permalink',NULL,NULL,'LINE',NULL,10,'','b5657805a5b212303ace61d3c7db7e43','',NULL),(5695,'en','default','a4016a05677c6f1dada65ecb225680a0','Edit status',NULL,NULL,'LINE',NULL,10,'','3ed2823cd2173525a1d1119e654b453a','',NULL),(5696,'en','default','ee6ddd648ece1a395506fefa4c25a388','Edit this comment',NULL,NULL,'LINE',NULL,10,'','71ecd48109607469677b96e3a8c36773','',NULL),(5697,'en','default','09193bae7dca26eff8911db0fd4f47f0','Edit visibility',NULL,NULL,'LINE',NULL,10,'','b7b0dfa3bdd4f11c495fda6f35ce62d8','',NULL),(5698,'en','default','ef5c667bd9e459a01602239f1536d413','Edit widget: %s',NULL,NULL,'LINE',NULL,10,'','8072bf0a50b66fd745e8b28c73125f46','',NULL),(5699,'en','default','492ed594258942b5f804fec6e5fe434b','Edit your default menu by adding or removing items. Drag each item into the order you prefer. Click Create Menu to save your changes.',NULL,NULL,'LINE',NULL,10,'','eba394852864e32c1f63fd13f318a278','',NULL),(5700,'en','default','1198eb23cd53e935a96f8e81df2a8ea7','Edit your front page',NULL,NULL,'LINE',NULL,10,'','f32b7ef6dd58f5d2497d0cd4e695c248','',NULL),(5701,'en','default','3f9cfa1e509bade2d4c1c3138e76fed6','Edit your menu below, or <a href=\"%s\">create a new menu</a>.',NULL,NULL,'LINE',NULL,10,'','caf098ffeec2016e3bf23e77124c4677','',NULL),(5702,'en','default','2c1512ca56bf9338caa2a6adec0faaf1','Editing %s (active)',NULL,NULL,'LINE',NULL,10,'','8268fa6366a34d36aafe8d554b033ba8','',NULL),(5703,'en','default','43911efb72917c873493932eb4e335cf','Editing %s (inactive)',NULL,NULL,'LINE',NULL,10,'','f1530e19518a5d930f4a9c91294490ce','',NULL),(5704,'en','default','c50a5850aa2d48461928342f85c73cf3','Editing Menus',NULL,NULL,'LINE',NULL,10,'','c1fa24f41b237042032785de54a9836f','',NULL),(5705,'en','default','1793292bbb16dfff73f26d02b62985c9','Editor Style',NULL,NULL,'LINE',NULL,10,'','2735295d4bb712f2f2cb457b34946b46','',NULL),(5706,'en','default','45f073231aa37165563ce0acdf694a4c','Editors can publish posts, manage posts as well as manage other people&#8217;s posts, etc.',NULL,NULL,'LINE',NULL,10,'','83c75c02d17165315d25c78067551eee','',NULL),(5707,'en','default','de7a22a0c94aa64ba2449e520aa20c99','Education',NULL,NULL,'LINE',NULL,10,'','5bf06b3c035fe6db5c79c4e5144ce7d3','',NULL),(5708,'en','default','643a860f992333b8600ea264aca7c4fc','Email Address',NULL,NULL,'LINE',NULL,10,'','9aaa417030c150183f259f8fc6ddecc7','',NULL),(5709,'en','default','783fe5742c520c943aa30bfb68d6853b','Email Data',NULL,NULL,'LINE',NULL,10,'','c285c9bcfc5c4047c66060016f19f480','',NULL),(5710,'en','default','1835d5d99c537306059199bdae3bff23','Email could not be sent.',NULL,NULL,'LINE',NULL,10,'','629595965d6ceed21b36c8684f9c57ec','',NULL),(5711,'en','default','8b986cd6abfdb75552f637b5d1cf62d4','Email me whenever',NULL,NULL,'LINE',NULL,10,'','d0e6d783d0b13158d545f9bac163e095','',NULL),(5712,'en','default','b7a9ca78ae5ec6f8c6af39f000b07da9','Email or Username',NULL,NULL,'LINE',NULL,10,'','a0b0ed14e0bebe31dc060bea3c39011c','',NULL),(5713,'en','default','5f15b5a610e4ecd59ef2950f7277364b','Email sent.',NULL,NULL,'LINE',NULL,10,'','fcd7555e400c714f5860049be136722e','',NULL),(5714,'en','default','6a1e265f92087bb6dd18194833fe946b','Email:',NULL,NULL,'LINE',NULL,10,'','291e34e3c9e08cab16dc4bc7966407f4','',NULL),(5715,'en','default','4d897c243588e769ee27e1b43facd498','Embed 404 Template',NULL,NULL,'LINE',NULL,10,'','bfcde88659003c8a85c11c5bbaeafffd','',NULL),(5716,'en','default','cd5e80234370ec303c181bea86f8a222','Embed Content Template',NULL,NULL,'LINE',NULL,10,'','db79f5157daac75f0ba7d01a3c600dcc','',NULL),(5717,'en','default','d6500ef058df79832ca0335e7be9bf3a','Embed Footer Template',NULL,NULL,'LINE',NULL,10,'','e21130696c5234f879d5a0417530bf7a','',NULL),(5718,'en','default','52ee78d707441d19220c80160e9d3783','Embed Header Template',NULL,NULL,'LINE',NULL,10,'','7a0ba50421f078a401c3a339ecbf15b9','',NULL),(5719,'en','default','b7c10a6762dd2ca718c6c9e6c2b2fe36','Embed Template',NULL,NULL,'LINE',NULL,10,'','acc5316cea3f0a7b7e594386266e6d05','',NULL),(5720,'en','default','b7356884085f8ba4da0d0975927c6332','Embedded content from other websites',NULL,NULL,'LINE',NULL,10,'','7107a4cd49e362905e46b41473054a9f','',NULL),(5721,'en','default','702ae0618862a75b2248612e699a438e','Embeds',NULL,NULL,'LINE',NULL,10,'','daa225f4f7db3ff5c0cfd31f57c3dc58','',NULL),(5722,'en','default','527a06997a937aadaae50cc2f9ba91ea','Empty Spam',NULL,NULL,'LINE',NULL,10,'','25fc55cb4e771b4ee35e36328c7df7bb','',NULL),(5723,'en','default','168f3bfe393e24427cb62806c19aacf7','Empty Title filled from filename.',NULL,NULL,'LINE',NULL,10,'','7dbca5fea225c56e282778c8a2f05651','',NULL),(5724,'en','default','c79a714b8887dccf7cb3f323584e89a7','Empty Trash',NULL,NULL,'LINE',NULL,10,'','0b965264a56583a68c6e6018e4765c65','',NULL),(5725,'en','default','e7f154caab48d155431904f8ef6ea539','Empty archive.',NULL,NULL,'LINE',NULL,10,'','89554508b9bcbf357df92380aac0f8ff','',NULL),(5726,'en','default','07a8d4ba1b745e7d492bd409a2ac6ba5','Enable accessibility mode',NULL,NULL,'LINE',NULL,10,'','f86df510bdeed3e93a98abdb5f49aab4','',NULL),(5727,'en','default','7d9bbe05a15d0a1d68e6b6534a748b80','Enable full-height editor and distraction-free functionality.',NULL,NULL,'LINE',NULL,10,'','e7b2416b42de7960150d9a2ac7b0db6d','',NULL),(5728,'en','default','ef55b6d0087dceaac2e97c082c35a99c','Enable keyboard shortcuts for comment moderation.',NULL,NULL,'LINE',NULL,10,'','6b62ff2c5d926f14e39b0c6f2db1633a','',NULL),(5729,'en','default','1a8e65e941992c5b32ae70cc4516b914','Enable threaded (nested) comments %s levels deep',NULL,NULL,'LINE',NULL,10,'','095831192428131bcec91ac52f63fc5e','',NULL),(5730,'en','default','c53d7d249deb2d1f0a9f4aedc03dd2c3','Enabling Accessibility Mode, via Screen Options, allows you to use Add and Edit buttons instead of using drag and drop.',NULL,NULL,'LINE',NULL,10,'','ac9278c82439b66854fc13fb321c96e5','',NULL),(5731,'en','default','60ef6ae6923fd58b87f96ed6e7a9f44d','Enabling Maintenance mode&#8230;',NULL,NULL,'LINE',NULL,10,'','5d3e6169e3809769ea037076a6939cb1','',NULL),(5732,'en','default','8b3a616ee89592f11177723a7587c8e1','Encoding for pages and feeds',NULL,NULL,'LINE',NULL,10,'','912fd22b88d0f0b00653ba7825802e70','',NULL),(5733,'en','default','823a38edcd60271ed5106469ce7de36a','End date:',NULL,NULL,'LINE',NULL,10,'','dc2cc0db41578b21a115bc870293c884','',NULL),(5734,'en','default','22604159106a95a1fdd621a2f7658bcb','Enter a link URL or click above for presets.',NULL,NULL,'LINE',NULL,10,'','921b570c5c51a5810c8a55324d338000','',NULL),(5735,'en','default','aa2c31d6c155307654bd7eb87b6cd1b4','Enter new',NULL,NULL,'LINE',NULL,10,'','d720b98e7db688c6366fede4227d1a38','',NULL),(5736,'en','default','17524f9253a1709e86f7626abb251813','Enter the address here if you <a href=\"%s\">want your site home page to be different from your WordPress installation directory</a>.',NULL,NULL,'LINE',NULL,10,'','69e83e8b357441929dd6c45d296e66f1','',NULL),(5737,'en','default','c56af36eab71c6c8ea087a2fa2349c81','Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.',NULL,NULL,'LINE',NULL,10,'','ebaa493b3cb5eab5027bc3392eb0855d','',NULL),(5738,'en','default','efb01c5c1e082c1f4d914a3f5f69e1ed','Enter the email address or username of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.',NULL,NULL,'LINE',NULL,10,'','5e929ca5d35118229dccced01d96ffb7','',NULL),(5739,'en','default','ef3dd5ce18ca474dd00e3a0ca90162ec','Enter the location on the server where the public and private keys are located. If a passphrase is needed, enter that in the password field above.',NULL,NULL,'LINE',NULL,10,'','1bf82904b50f9aca59f52b136ad8f3fe','',NULL),(5740,'en','default','96f13fce7c9d952d395552c5e2294d26','Enter title here',NULL,NULL,'LINE',NULL,10,'','5f6d9932318d00ae7ed65b8345e68f37','',NULL),(5741,'en','default','336fdcf7d540e4b430a890b63da159c9','Entertainment',NULL,NULL,'LINE',NULL,10,'','a33f846bf444b928f6913dec623cf122','',NULL),(5742,'en','default','8c5155f4e789a83af32175b1efbdda92','Eraser array at index %d does not include a callback.',NULL,NULL,'LINE',NULL,10,'','a8a3edce88056ed90d5dae1835d035ef','',NULL),(5743,'en','default','ec53df17e0de67d4411242dce83322d0','Eraser array at index %d does not include a friendly name.',NULL,NULL,'LINE',NULL,10,'','fefadec68eb114851be8832fcced63a0','',NULL),(5744,'en','default','eb52968721a06467da675561c7e9b952','Eraser callback at index %d is not a valid callback.',NULL,NULL,'LINE',NULL,10,'','6f7bbbd5b3d6948f1a8f5d9640778010','',NULL),(5745,'en','default','33118c094c0aecb19aee768c0a84c820','Eraser index cannot be less than one.',NULL,NULL,'LINE',NULL,10,'','04024b31903a8de738e978e4ca4ac764','',NULL),(5746,'en','default','c0427539d1d785797a9cf81d67c37e9e','Eraser index is out of range.',NULL,NULL,'LINE',NULL,10,'','98137cd814577a4e6332f6ad0a23b6d7','',NULL),(5747,'en','default','d6fa83f603ae99fcf19f2ce5794daae3','Erasing Data has failed.',NULL,NULL,'LINE',NULL,10,'','3c324548d5b834cbc8bcca6c18ae0f1c','',NULL),(5748,'en','default','26e8dc912497466eff173c44492fa357','Erasing Data...',NULL,NULL,'LINE',NULL,10,'','ae26d5ed9355fbbff85ff55bbb4b74e3','',NULL),(5749,'en','default','5f80897df7d9aa6cca972e2671fc0d41','Error code: %s',NULL,NULL,'LINE',NULL,10,'','5a622488a4830adc99840a46b8de3513','',NULL),(5750,'en','default','84147f18326e6f269ceae4832fbdedd8','Error in deleting.',NULL,NULL,'LINE',NULL,10,'','0d883da9eddd55fc9dc0fceaf4e7bb7b','',NULL),(5751,'en','default','53c9d51f8db329e50478bf3e77e28db0','Error in displaying the widget settings form.',NULL,NULL,'LINE',NULL,10,'','118f946b06e9f84f5fd846d14c561c1c','',NULL),(5752,'en','default','97cc617968d01e16f203dd6bae8e6e18','Error in moving to Trash.',NULL,NULL,'LINE',NULL,10,'','92f34c1cd78b75af1b8323230183f9bc','',NULL),(5753,'en','default','d61553e90435919cfd48b02a9762925d','Error in restoring from Trash.',NULL,NULL,'LINE',NULL,10,'','6a2babb612617ca4d87a8dfb22c0a649','',NULL),(5754,'en','default','6e20f35941a076602b5bd53502dd1cc5','Error saving media file.',NULL,NULL,'LINE',NULL,10,'','f251b3fd853a4b1edbb037d3bf4da9f5','',NULL),(5755,'en','default','f0d270295952d0810331ea8ea18b3113','Error while saving the new email address. Please try again.',NULL,NULL,'LINE',NULL,10,'','e13710f1a1f93909625e2d3b5a350d6f','',NULL),(5756,'en','default','d92954fd491f9bf27408d9071412f18c','Error while saving the scaled image. Please reload the page and try again.',NULL,NULL,'LINE',NULL,10,'','fbb7dbb56531447056ca93787dc7df14','',NULL),(5757,'en','default','4664711098b699fc902e18a5c5abfa4d','Error while saving.',NULL,NULL,'LINE',NULL,10,'','4645959f81fac9d9cf031b869f001fde','',NULL),(5758,'en','default','5158edf3491605b0b15c69c276e109c6','Error: [%1$s] %2$s',NULL,NULL,'LINE',NULL,10,'','6a33c1729e424bd189ca6ab76817df95','',NULL),(5759,'en','default','d3d0a99752e8793c0f2891b4a0dccd7d','European data protection law requires data about European residents which is transferred outside the European Union to be safeguarded to the same standards as if the data was in Europe. So in addition to listing where data goes, you should describe how you ensure that these standards are met either by yourself or by your third party providers, whether that is through an agreement such as Privacy Shield, model clauses in your contracts, or binding corporate rules.',NULL,NULL,'LINE',NULL,10,'','6d750ee1a6f3c7ea9e7b07ab963c68f0','',NULL),(5760,'en','default','2404caac817ca43ab6deb6c76d644169','Even More Widget Updates',NULL,NULL,'LINE',NULL,10,'','f6044d18c38a742668a43fc84c4a5776','',NULL),(5761,'en','default','c1fceab873ff027889064d60eaa2234f','https://wordpress.org/news/',NULL,NULL,'LINE',NULL,10,'Events and News dashboard widget','129512c315b8d1c255f7f02876b5b0cd','',NULL),(5762,'en','default','070930b78275322fb297e4b5ea3dc427','Ever encounter a scenario where two designers walk into a project and designer A overrides designer B&#8217;s beautiful changes? WordPress 4.9&#8217;s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.',NULL,NULL,'LINE',NULL,10,'','2ea75d07f01d51f55adfb63c5078fb36','',NULL),(5763,'en','default','66712369be35df169b81bbb86fd66af5','Every plugin and theme in WordPress.org&#8217;s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href=\"%1$s\">plugins</a> and <a href=\"%2$s\">themes</a> there. If you get a plugin or theme from another source, make sure to <a href=\"%3$s\">ask them if it&#8217;s GPL</a> first. If they don&#8217;t respect the WordPress license, we don&#8217;t recommend them.',NULL,NULL,'LINE',NULL,10,'','4ab36286ecb74eeb66b406d0937fe971','',NULL),(5764,'en','default','eaa9c8f0693d094fa459c576994649be','Example: <code>http://wordpress.org/</code> &#8212; don&#8217;t forget the <code>http://</code>',NULL,NULL,'LINE',NULL,10,'','9bdd938635784c6ac3d093506d08b50d','',NULL),(5765,'en','default','e675ac9706e5e263288f661d270237a5','Example: Nifty blogging software',NULL,NULL,'LINE',NULL,10,'','f5690a7d11df5fad9a62e1263a221283','',NULL),(5766,'en','default','241a80d4b3cd8e30eded0e48a53d13e2','Excerpt View',NULL,NULL,'LINE',NULL,10,'','2b1ebdd97e3963f7cf0ec321bb441c89','',NULL),(5767,'en','default','f79ff6c219659d9e8295baac62fad397','Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href=\"%s\">Learn more about manual excerpts</a>.',NULL,NULL,'LINE',NULL,10,'','e706af56d8281f6f328ef22419941fa8','',NULL),(5768,'en','default','828f544af4d11efc6836ef7cde7f6aaa','Executed before Multisite is loaded.',NULL,NULL,'LINE',NULL,10,'','cbf62b2ee8adeaaebed9b60099ba62ca','',NULL),(5769,'en','default','1397dc7c8f64fde38b7adcd6583da117','Expand Sidebar',NULL,NULL,'LINE',NULL,10,'','9b968ebc1a33d7637c1e7524a52ac2a8','',NULL),(5770,'en','default','01a03b68c6617b9a6b649e828a7547de','Expected an array describing the eraser at index %d.',NULL,NULL,'LINE',NULL,10,'','061f5e1740b8001d12e99a20eaa3ce4c','',NULL),(5771,'en','default','dccda5b7fbf6c8dc2a2fa84e1afd377c','Expected an array describing the exporter at index %s.',NULL,NULL,'LINE',NULL,10,'','cdc55037f858ed63528b5154e1f60889','',NULL),(5772,'en','default','e4a802d0636632b7d5e5f4a1367f7d69','Expected data array in response array from exporter: %s.',NULL,NULL,'LINE',NULL,10,'','d632562646b6c0e158dcb5322a5563ac','',NULL),(5773,'en','default','96595e83b5995400add5c6d90598fafa','Expected data in response array from exporter: %s.',NULL,NULL,'LINE',NULL,10,'','b27426d4ed7452d1102eb800d85359f7','',NULL),(5774,'en','default','f6f977b3775439db567f11f2bb3ca649','Expected done (boolean) in response array from exporter: %s.',NULL,NULL,'LINE',NULL,10,'','6c409ed49d203ceb03b85a126f54d39a','',NULL),(5775,'en','default','290092c16c6ad0908e3fa881a478d268','Expected done flag in response array from %1$s eraser (index %2$d).',NULL,NULL,'LINE',NULL,10,'','6ceb04b6a4c7660e45d7c797e6bc9f06','',NULL),(5776,'en','default','de71bd3546fe42259205628eab0212cd','Expected items_removed key in response array from %1$s eraser (index %2$d).',NULL,NULL,'LINE',NULL,10,'','46584ab1bd8ccf56465fdb86f8be70d1','',NULL),(5777,'en','default','8db4a435cc291af42637010f9509f7f0','Expected items_retained key in response array from %1$s eraser (index %2$d).',NULL,NULL,'LINE',NULL,10,'','2ba66c2f4666d6da48d07bd799a41329','',NULL),(5778,'en','default','a481358b514c7f6ec3d5dda0791c908a','Expected messages key in response array from %1$s eraser (index %2$d).',NULL,NULL,'LINE',NULL,10,'','f7bcd9e2738f69e78b5b4b9d0050309c','',NULL),(5779,'en','default','5e39a5cf99260841421afce0094949d6','Expected messages key to reference an array in response array from %1$s eraser (index %2$d).',NULL,NULL,'LINE',NULL,10,'','6a855430372a03cb7d741e4f7ab02ab0','',NULL),(5780,'en','default','fbbb4df756d87c29bd54fb2e837451f1','Expected response as an array from exporter: %s.',NULL,NULL,'LINE',NULL,10,'','cd72749263a928bafddcdb10a84f70ea','',NULL),(5781,'en','default','0095a9fa74d1713e43e370a7d7846224','Export',NULL,NULL,'LINE',NULL,10,'','42c1efe2a1ef80110a7448eb43acca32','',NULL),(5782,'en','default','44e2a45eb9cb119cc8387ce16c4557c5','Exporter array at index %s does not include a friendly name.',NULL,NULL,'LINE',NULL,10,'','7ee1d86515bc5755f04a8a4faf1984f9','',NULL),(5783,'en','default','edd4cbfdf3846f36244011a26293956f','Exporter callback is not a valid callback: %s.',NULL,NULL,'LINE',NULL,10,'','2a14a9adf632a210906908c7b36ece75','',NULL),(5784,'en','default','ae855eef8060b07b780259668adf243a','Exporter does not include a callback: %s.',NULL,NULL,'LINE',NULL,10,'','b7cd20eee2e7d9008d3994571c4e6869','',NULL),(5785,'en','default','b08fe9c8456f2641ba2e86db94cfa080','Exporter index cannot be negative.',NULL,NULL,'LINE',NULL,10,'','c1bcf06579527827710475b157eb5385','',NULL),(5786,'en','default','78bfbeefed3ebb09cc57d8e643169a1d','Exporter index out of range.',NULL,NULL,'LINE',NULL,10,'','e74964750abde10556455c4286f970d6','',NULL),(5787,'en','default','d3fcd953b9ee106fc4522c3fc39af3fe','External Libraries',NULL,NULL,'LINE',NULL,10,'','689fe92eb73376163230898995dfd6c9','',NULL),(5788,'en','default','512ab937807261d3e293e2c61b79ac07','External object cache.',NULL,NULL,'LINE',NULL,10,'','18ef17a7c9d707fea344a6322a1b3919','',NULL),(5789,'en','default','d4a11c609f01305b0ed243030479d976','FAILED: %s',NULL,NULL,'LINE',NULL,10,'','343fe47acce1a240c9799b0c715f09b9','',NULL),(5790,'en','default','1d5e901bfcc630ba08c12596098fc94b','FAILED: WordPress failed to update to %s',NULL,NULL,'LINE',NULL,10,'','12453d11cd172517af76096d7a3f2242','',NULL),(5791,'en','default','c728a49363c9a93a43a7e7f232b5a54a','FTP',NULL,NULL,'LINE',NULL,10,'','48bd2628bbf7a754a7b5c0b622482c53','',NULL),(5792,'en','default','f776d3d880c98f9b75306bee39dda62d','FTP Password',NULL,NULL,'LINE',NULL,10,'','9a9077ba74ad5d73ec8d55c49b35b71e','',NULL),(5793,'en','default','1dfcbc57d26b470f2fc928894d5dd437','FTP Username',NULL,NULL,'LINE',NULL,10,'','9f4b4af1dc812c83a7a8eae930f8212a','',NULL),(5794,'en','default','b38c55a9dddafa292cd05de365308ca0','FTP hostname is required',NULL,NULL,'LINE',NULL,10,'','4dd84b9c707e3fa06f8bd7ddb6cf8894','',NULL),(5795,'en','default','bded914326df6597e1c45a60be6b9807','FTP password is required',NULL,NULL,'LINE',NULL,10,'','70b5c15c47d5549f4d114631cc5215dd','',NULL),(5796,'en','default','8101649ef2cc905ad50828cb75bc9f2f','FTP username is required',NULL,NULL,'LINE',NULL,10,'','46f5da81d90324b720f87aa9cb5a6b8a','',NULL),(5797,'en','default','742f420f978484b2c80288fbbcf639e9','FTP/SSH Password',NULL,NULL,'LINE',NULL,10,'','cdb8baf099db416b3444f4f04a5d43c4','',NULL),(5798,'en','default','0b4222525f4eec9929f4d8ffc43040da','FTP/SSH Username',NULL,NULL,'LINE',NULL,10,'','c5dabdb687c6f4974cc1ee4482271eb9','',NULL),(5799,'en','default','2cf05d0edefb1db534430ebe0f5a8ab9','FTPS (SSL)',NULL,NULL,'LINE',NULL,10,'','851a2cd8ce93a32041192e5ad78a9358','',NULL),(5800,'en','default','73a5662e350c6e87afad1848cc97d0b7','Failed to connect to FTP Server %s',NULL,NULL,'LINE',NULL,10,'','7e447ea11ec5cb6167efc8a212ff29c3','',NULL),(5801,'en','default','82a1e9e4c980a01338c5c1c41a2faed5','Failed to connect to SSH2 Server %s',NULL,NULL,'LINE',NULL,10,'','03832b440e146266de8d2011989347be','',NULL),(5802,'en','default','519d88fc5737791ad5e1851497d14090','Failed to initialize a SFTP subsystem session with the SSH2 Server %s',NULL,NULL,'LINE',NULL,10,'','a24ed196d98eb09eaa2daeb2b9e30dfa','',NULL),(5803,'en','default','bcee11fd098cd68b5ab7b944e954cece','Failed to optimize the %1$s table. Error: %2$s',NULL,NULL,'LINE',NULL,10,'','ad784129fbf7337fb28488a79c3f8952','',NULL),(5804,'en','default','5f783aa48f34a68337db88e0060afcd0','Failed to repair the %1$s table. Error: %2$s',NULL,NULL,'LINE',NULL,10,'','49b48010bce585a90a71fdc989e794d4','',NULL),(5805,'en','default','93252348cf3a42ca5e38b70d5f866d33','Failed to write file to disk.',NULL,NULL,'LINE',NULL,10,'','21362c23192f3a58dfa2dcce9f28c689','',NULL),(5806,'en','default','3f1c0de1230a7f3710421dc1f5db6873','Feature Filter',NULL,NULL,'LINE',NULL,10,'','a1ca8deb29b5c018efd04c2c05f04937','',NULL),(5807,'en','default','a3aecaaec8eb624fdd1e15c4e2e3b899','Featured Image Header',NULL,NULL,'LINE',NULL,10,'','52488fe10909cbd4813783418dd12e35','',NULL),(5808,'en','default','3a5ea7b59d5232398c5a97cf6ac66d63','Featured Images',NULL,NULL,'LINE',NULL,10,'','13727029d8174be385efe99f1e682634','',NULL),(5809,'en','default','98f770b0af18ca763421bac22b4b6805','Features',NULL,NULL,'LINE',NULL,10,'','49938a404e6895f095d61a35c0f68b7c','',NULL),(5810,'en','default','b3d2db69feecaedff30f1e0bc60206d6','File URL',NULL,NULL,'LINE',NULL,10,'','6be6c29f19fdb8639bbc3581fdbccaac','',NULL),(5811,'en','default','68a13f81ff92364a0a3e8c19a7d2f2d7','File URL:',NULL,NULL,'LINE',NULL,10,'','b3fd25872ce6188f464ea0350d60b64d','',NULL),(5812,'en','default','6446290916f8bdfa3a0f62f6b371e2ad','File edited successfully.',NULL,NULL,'LINE',NULL,10,'','e667503d0f742d9c63288becf1d463f7','',NULL),(5813,'en','default','6632ed7e23d007f7a7115a6f2eacd416','File is empty. Please upload something more substantial.',NULL,NULL,'LINE',NULL,10,'','1a83139f84ac13ee7246928d4a3aaf3f','',NULL),(5814,'en','default','07779d6db78ca567ece8f17f6da4b46d','File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.',NULL,NULL,'LINE',NULL,10,'','27b133c686eca8ee4388dba5ff3af4f9','',NULL),(5815,'en','default','361e040fc0355a657b76e6727118e6e9','File upload stopped by extension.',NULL,NULL,'LINE',NULL,10,'','6c0fa666d771be9f81ab2e2c05a7cb62','',NULL),(5816,'en','default','ca546afac910dac5ba1205d3dbcd8588','Files in the %s directory are executed automatically.',NULL,NULL,'LINE',NULL,10,'','21046e1ec72c03f20bcfca6a9e67b0f3','',NULL),(5817,'en','default','f5888a9f0a6acc029ea4fbf10569978c','Files of this type are not editable.',NULL,NULL,'LINE',NULL,10,'','6a1a8391c0cfd452027373ba20ce5fea','',NULL),(5818,'en','default','f6aac641f440908c21b28cfc36141249','Filesystem error.',NULL,NULL,'LINE',NULL,10,'','74593805d830b844bbeb66bf509c57f2','',NULL),(5819,'en','default','d7778d0c64b6ba21494c97f77a66885a','Filter',NULL,NULL,'LINE',NULL,10,'','0de86675c2f654e4a032d2f5945cb9dd','',NULL),(5820,'en','default','e4b6e1bb3f89068c28717453d1cf65f4','Filter &#187;',NULL,NULL,'LINE',NULL,10,'','25a302d57ac58d4809a9f814dfbb6ed5','',NULL),(5821,'en','default','42d00bc24fd43cfe3e2e30d01f39ee95','Filter by category',NULL,NULL,'LINE',NULL,10,'','473d648331018ac18f0a33ac0967b160','',NULL),(5822,'en','default','141c943619fa1c18e3421426ee0dc1aa','Filter by comment type',NULL,NULL,'LINE',NULL,10,'','8e917dd6e4533a3a0114a7cfd16e03b1','',NULL),(5823,'en','default','5381e9f96a33e1440a8437a3b8b732ca','Filter comments list',NULL,NULL,'LINE',NULL,10,'','7e48e00d56c926e35b92cdd1f55d8923','',NULL),(5824,'en','default','189092207885f91a6661e26a639bf852','Filter items list',NULL,NULL,'LINE',NULL,10,'','764f665fc59bc658aa0a49a5fd3c70bd','',NULL),(5825,'en','default','d8542ea01968dc9b5b93d3795735392c','Filter media items list',NULL,NULL,'LINE',NULL,10,'','d77e4a8640b4a3f11b7717fb048d8dff','',NULL),(5826,'en','default','7452843f6b0efb66d0daf7d2da216610','Filter plugins list',NULL,NULL,'LINE',NULL,10,'','8dc4d5465d431eba33ad3476137c580d','',NULL),(5827,'en','default','5571aa8531773e45750ad12848facd09','Filter themes list',NULL,NULL,'LINE',NULL,10,'','6df5c90a212169d9b0061eadf6c55d21','',NULL),(5828,'en','default','13293ea4aaa909b5e04e14fa847668b5','Filter users list',NULL,NULL,'LINE',NULL,10,'','0aebdf8ede9cf0a742ca3edf6b8d1184','',NULL),(5829,'en','default','8cbed73cfdb68a04d48280580d3afbec','Filtering by:',NULL,NULL,'LINE',NULL,10,'','9b958561621c12a5d8b48f553a7e617a','',NULL),(5830,'en','default','990be131634e407e5451f939226e7e60','Find Themes',NULL,NULL,'LINE',NULL,10,'','d75a361a931ea5ec6c620b1930053097','',NULL),(5831,'en','default','8dd2785d3272a6542c2c6a73eb86a03f','Find a theme based on specific features.',NULL,NULL,'LINE',NULL,10,'','10d177e781d09177c7c2ad97c75e0610','',NULL),(5832,'en','default','bc910f8bdf70f29374f496f05be0330c','First Name',NULL,NULL,'LINE',NULL,10,'','a445a0288ab5e0e54eb0c78ba7f4db40','',NULL),(5833,'en','default','2e01b86887d023c873d0ebb2811e3bd8','First page',NULL,NULL,'LINE',NULL,10,'','4550e0aaa3c5bc4149e4b3df02911ef9','',NULL),(5834,'en','default','00c77fa1672629fb03a1562ca053ec44','Flip horizontally',NULL,NULL,'LINE',NULL,10,'','c4b5b2421034c07f79ad9fedddf7cced','',NULL),(5835,'en','default','9e0f97ca38e0d74e484a1d4692287b6d','Flip vertically',NULL,NULL,'LINE',NULL,10,'','2d13a00cc3aaa7d84bfa7bbe4118012c','',NULL),(5836,'en','default','1e6d57e813355689e9c77e947d73ad8f','From:',NULL,NULL,'LINE',NULL,10,'Followed by post revision info','be35dd89d1d349a950e0df199fdbb8d3','',NULL),(5837,'en','default','33caa076f23f453dd4061726f3706325','To:',NULL,NULL,'LINE',NULL,10,'Followed by post revision info','58a88e0640975a6156cb11917f290810','',NULL),(5838,'en','default','614adc8c0f0f72ef1192968ea945c510','Food & Drink',NULL,NULL,'LINE',NULL,10,'','42bfa19726a8f97db183d518847d4e3e','',NULL),(5839,'en','default','144ce75f656f8b044d8d73920d040a7d','Footer Widgets',NULL,NULL,'LINE',NULL,10,'','402251f9d291a0aff6e3d0023cec3a73','',NULL),(5840,'en','default','a67064d5d76833040d0fc4d452db45dc','For PHP files, you can use the Documentation dropdown to select from functions recognized in that file. Look Up takes you to a web page with reference material about that particular function.',NULL,NULL,'LINE',NULL,10,'','8681538f37d1a74d17a24d01c81d0b6d','',NULL),(5841,'en','default','57a35be1a2291bb79eb6fb48d4fdd9c4','For each article in a feed, show',NULL,NULL,'LINE',NULL,10,'','b1d6260fbb5aeb0dbb148a217033de23','',NULL),(5842,'en','default','ec3b4d4004379cce2d3894a89eb2c19a','For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.',NULL,NULL,'LINE',NULL,10,'','efdea5ed6ea251bbe2cbd4857740629b','',NULL),(5843,'en','default','4808b45295ba373d947b1407e34c31c7','For more information, see <a href=\"%s\">the release notes</a>.',NULL,NULL,'LINE',NULL,10,'','cfb669095c507168e163c1bc7a288762','',NULL),(5844,'en','default','55707b4848b3a26a39057e3af6948b43','For more information:',NULL,NULL,'LINE',NULL,10,'','a9d3d49c9ca9a29198e51259c1dc87e6','',NULL),(5845,'en','default','709be5550bb4bec6b6dd632c66fb75b1','For more on version %s, see the About WordPress screen:',NULL,NULL,'LINE',NULL,10,'','54ba29ad91221c275d36dd9fc366d81f','',NULL),(5846,'en','default','7df8c03809c80a271f542c76f62d1d25','For most themes, the header text is your Site Title and Tagline, as defined in the <a href=\"%1$s\">General Settings</a> section.',NULL,NULL,'LINE',NULL,10,'','82077081f37f84dc1106cdd57eb80624','',NULL),(5847,'en','default','522aadf23f305abae106a83bf430576e','For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.',NULL,NULL,'LINE',NULL,10,'','e72f6eaabce2f1292d15c25394db0b83','',NULL),(5848,'en','default','32e5f7255250a5e23f4672a6f164bdc7','For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their email address.',NULL,NULL,'LINE',NULL,10,'','87ca0cc0d960d1d6488de47b7a94c570','',NULL),(5849,'en','default','0f2a74a68fbc55005a4f832eac5f736c','Force Erase Personal Data',NULL,NULL,'LINE',NULL,10,'','214efdb6d1dbfb688de83367dd162f41','',NULL),(5850,'en','default','b0886cfc4517b4720bc5c4a46f630ad1','Force Erase has failed.',NULL,NULL,'LINE',NULL,10,'','4f5f3f08787714d555bc61c30456efee','',NULL),(5851,'en','default','767042e4dbdd6d8f737786f122d66d4f','Formatting',NULL,NULL,'LINE',NULL,10,'','6ef9ddbf232286f46aca31f9ffb035aa','',NULL),(5852,'en','default','d0a467da1b045cff8ba333833df858bd','Found %s',NULL,NULL,'LINE',NULL,10,'','bf1b0dc605177d7b335a12b8bfc9139e','',NULL),(5853,'en','default','593be3dec04ff3d1d666281967865cf8','Four Columns',NULL,NULL,'LINE',NULL,10,'','5eef6e0430aeb2d53a95f2d2525db96a','',NULL),(5854,'en','default','8715b7583c459ee5dc3f3d70b285ebf6','Freedoms',NULL,NULL,'LINE',NULL,10,'','dffa2057378de9653ed1a2a91566d92a','',NULL),(5855,'en','default','209d7be5834d10888bc05b488d6965a4','From %1$s %2$s',NULL,NULL,'LINE',NULL,10,'','bd7d11f94bae428a505de69066df2074','',NULL),(5856,'en','default','1edf77856d373ce2631ac64ab2427e2e','From %1$s on %2$s %3$s',NULL,NULL,'LINE',NULL,10,'','d18e50ae786b7790146a41954f55428e','',NULL),(5857,'en','default','cc934929bfef116031641e0073098d92','From Computer',NULL,NULL,'LINE',NULL,10,'','4a0f878db2dcc45973906d1e15870e06','',NULL),(5858,'en','default','d62c15b91db07f46b5598268755a9d1d','From URL',NULL,NULL,'LINE',NULL,10,'','40a44125a56d5af56b358a89c14b22ad','',NULL),(5859,'en','default','df96376e30732dbaf472508bddc9046a','From this screen you can review, compare, and restore revisions:',NULL,NULL,'LINE',NULL,10,'','1f43a1dd93380c4920caad36bcf3042e','',NULL),(5860,'en','default','e55f8cc8fd22b7b8050487b7a3e72591','From this screen you can:',NULL,NULL,'LINE',NULL,10,'','3611d1e9c61525efd74a0ca84d3e6a35','',NULL),(5861,'en','default','977d3761dc30d8b2da72d69d63379d56','From time to time, your WordPress site may send data to WordPress.org &#8212; including, but not limited to &#8212; the version of WordPress you are using, and a list of installed plugins and themes.',NULL,NULL,'LINE',NULL,10,'','fda58796bf1ca096447dd90e772e5638','',NULL),(5862,'en','default','7612c0b50754aa23325448056f7f1ec1','Front Page',NULL,NULL,'LINE',NULL,10,'','a3a33c5926342e911fde7822f2c949eb','',NULL),(5863,'en','default','f807a8a514721cc90e9dec46549026b8','Full URL path to files',NULL,NULL,'LINE',NULL,10,'','15ca619f6367166f5ecb5d77e93521a1','',NULL),(5864,'en','default','6a83cf8558327ec08b7ffca33ddb0afe','Full Width Template',NULL,NULL,'LINE',NULL,10,'','8d671c3ff9ddfc8ca62ea219f499075d','',NULL),(5865,'en','default','142b38d73ecdd12a19fe53a206e4c734','Full text',NULL,NULL,'LINE',NULL,10,'','c09327904123addd6cd736c1456f08d2','',NULL),(5866,'en','default','a4f3c0bd49a3ccc21bc3ae6e85ad0605','Function Name&hellip;',NULL,NULL,'LINE',NULL,10,'','9effa85fcbe64c02a3e6b3b6c39db03b','',NULL),(5867,'en','default','8e41a30d57b32ffdd904941381136edf','Future security updates will be applied automatically.',NULL,NULL,'LINE',NULL,10,'','12db9ed69db097bf105f2574e070bbc6','',NULL),(5868,'en','default','1b35997f28f9c5f589e0363563ad3421','G &#8212; Suitable for all audiences',NULL,NULL,'LINE',NULL,10,'','549e9176326ced6045b1e67972c2bb10','',NULL),(5869,'en','default','79cba1185463850dedba31f172f1dc5b','GB',NULL,NULL,'LINE',NULL,10,'','85c58905281eb6287daa2d3f93c0c79e','',NULL),(5870,'en','default','8b6790f0f084d9bc24b9a2cda1feeb0d','Gallery (%s)',NULL,NULL,'LINE',NULL,10,'','b43c5bbe9e8ac32630d4eb694038edde','',NULL),(5871,'en','default','4f4aaaea697606005aefc74f9c815f4d','Gallery columns:',NULL,NULL,'LINE',NULL,10,'','c3952578382fbfbef37cbf562d236748','',NULL),(5872,'en','default','52f4393e1b52ba63e27310ca92ba098c','General Settings',NULL,NULL,'LINE',NULL,10,'','a133f68ecc6a9bb928b4ba4d87153d5e','',NULL),(5873,'en','default','57a1065e8326c828afaf21b186fba9a1','Generate Password',NULL,NULL,'LINE',NULL,10,'','67931e0bb5773619848af8d294591dd1','',NULL),(5874,'en','default','a7ca293f0ff870bd0b2b8947f6572056','Genre: %s.',NULL,NULL,'LINE',NULL,10,'','033bad5c770913099fad77c21d63fe55','',NULL),(5875,'en','default','03be5a5143ba2571f1be5685ce1fb01b','Get Favorites',NULL,NULL,'LINE',NULL,10,'','806c10745ff9f0b556cb71e5d8248599','',NULL),(5876,'en','default','1a4c5cf601ddbd2c8fbb9aa556e6cb6c','Get Shortlink',NULL,NULL,'LINE',NULL,10,'','8eccc4730bbdd648a5880390b5fc439d','',NULL),(5877,'en','default','e0c4332e8c13be976552a059f106354f','Get Started',NULL,NULL,'LINE',NULL,10,'','db0382f1cbc9f6ccb6137de2ed374d78','',NULL),(5878,'en','default','d2e8ca7ca8508f15e26e7964e99a8fb1','Get Version %s',NULL,NULL,'LINE',NULL,10,'','19b9936c1d8f4f5ec57f77123c7c8577','',NULL),(5879,'en','default','7ff3217ad7208e5fec56cb1e1e466719','Give your menu a name, then click Create Menu.',NULL,NULL,'LINE',NULL,10,'','c30ace991bda9118e2de7bc06f587982','',NULL),(5880,'en','default','9a51a007b33a46e553def6423aad8648','Global Settings',NULL,NULL,'LINE',NULL,10,'','e1d7f1f41b1894b75f0fb6874fc12a6a','',NULL),(5881,'en','default','d19e8ab738bcb64f6c960a6ee116b3b5','Go to Dashboard',NULL,NULL,'LINE',NULL,10,'','89e285cf347b35a7c001d7d91a60cd69','',NULL),(5882,'en','default','2e67d78426f90dd1a3cfbd9b8bdb0897','Go to Dashboard &rarr; Home',NULL,NULL,'LINE',NULL,10,'','0a63d89382cd7d951f7bd084540ae67a','',NULL),(5883,'en','default','b1f28ac73f27a93a5d85f0527b476f7d','Grant this user super admin privileges for the Network.',NULL,NULL,'LINE',NULL,10,'','cd4bc4610f796b2b69611681128887b9','',NULL),(5884,'en','default','e44f5b9a85f898e8f8fcb4b9599fe397','Gravatar Logo',NULL,NULL,'LINE',NULL,10,'','02c0c45a150b7c8ce1b9c5e4621b18d0','',NULL),(5885,'en','default','923f3e8bc67359c18ca688bc412933c3','Grid Layout',NULL,NULL,'LINE',NULL,10,'','2bcda63a93a777a3175fd3204e07f467','',NULL),(5886,'en','default','87859cf1bc9d05bbf260ef5458951d9b','Gutenberg',NULL,NULL,'LINE',NULL,10,'','5064eccfa4597fbde5e8ed2a2fd5c296','',NULL),(5887,'en','default','c994e942a74632f42cc7c6a620cb4170','Header Text',NULL,NULL,'LINE',NULL,10,'','f5daf8fcabdb52274caab0288050be8b','',NULL),(5888,'en','default','5bb98654c945f306982cf279870dfc98','Header updated. <a href=\"%s\">Visit your site</a> to see how it looks.',NULL,NULL,'LINE',NULL,10,'','1f564f509895672e43d8a75fd19a3bd4','',NULL),(5889,'en','default','40499d0ffd90e6885388ad2284c89dcd','Heads up!',NULL,NULL,'LINE',NULL,10,'','e4ba694111359127411e50ac3d108487','',NULL),(5890,'en','default','ad50ce085f737d661f4d39aeec4dbb39','Hello Dolly',NULL,NULL,'LINE',NULL,10,'','046216a5461cb1e980fc0dacd6dcba5f','',NULL),(5891,'en','default','86fb269d190d2c85f6e0468ceca42a20','Hello world!',NULL,NULL,'LINE',NULL,10,'','b87925f33e0399a1e54cc80b010e6776','',NULL),(5892,'en','default','70febc419840ffab3c91c81e9134e375','Hello,',NULL,NULL,'LINE',NULL,10,'','729a5a292a5a95908eeee4a76b4be99b','',NULL),(5893,'en','default','87f30a98fa31bb1fe8a78447ec3f5e34','Here is a basic overview of the different user roles and the permissions associated with each one:',NULL,NULL,'LINE',NULL,10,'','ea3aee4a8d9f78f391f56d57b3bed8d1','',NULL),(5894,'en','default','ee91017fe7a4cc9b4333da358e588aa9','Hi,\\n\\nYou\'ve been invited to join \'%1$s\' at\\n%2$s with the role of %3$s.\\n\\nPlease click the following link to confirm the invite:\\n%4$s',NULL,NULL,'LINE',NULL,10,'','d4876ba096c07aa8081458f92bc94090','',NULL),(5895,'en','default','70ae84df390289b9f5e48c030cf22243','Hi,\\nYou\'ve been invited to join \'%1$s\' at\\n%2$s with the role of %3$s.\\nIf you do not want to join this site please ignore\\nthis email. This invitation will expire in a few days.\\n\\nPlease click the following link to activate your user account:\\n%%s',NULL,NULL,'LINE',NULL,10,'','b693391520cf4da4545dfc5835c67d62','',NULL),(5896,'en','default','217a6b7bca7819c98022a4675e08085b','Hi, this is a comment.\\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',NULL,NULL,'LINE',NULL,10,'','394c99f6103e43ed8c5f613f492b8aaa','',NULL),(5897,'en','default','0cd2d805f81587d8ac465daede835ccd','Hide hidden updates',NULL,NULL,'LINE',NULL,10,'','ee611c51e4a47518607303fe2694fb1e','',NULL),(5898,'en','default','620c3a0bf21d7c3a0c3823e7d80684cf','Hide this update',NULL,NULL,'LINE',NULL,10,'','5671af41cdd76c8956254341b041e241','',NULL),(5899,'en','default','b7feca315bc97daecd520ee8864eea1f','Hold a comment in the queue if it contains %s or more links. (A common characteristic of comment spam is a large number of hyperlinks.)',NULL,NULL,'LINE',NULL,10,'','615b29788d25f8f4b30be930264b4102','',NULL),(5900,'en','default','84b8343a7057dcab0a7c7acb6dd4862e','Holiday',NULL,NULL,'LINE',NULL,10,'','72ea0d3b91662bf9754041362632d64d','',NULL),(5901,'en','default','5beb4c2f1ff186ccfcce1eff8b771761','Homepage: %s',NULL,NULL,'LINE',NULL,10,'','75a6181a434db32c432f6ca164945f9c','',NULL),(5902,'en','default','c8f4b8c435b3d99a66e1b91bec60737c','Hostname',NULL,NULL,'LINE',NULL,10,'','2e7a4c2c83c07864bef1bdf957860a69','',NULL),(5903,'en','default','8c6da47c770c7fba0d471e56e4ea17cb','Hover or tap to see Activate and Live Preview buttons',NULL,NULL,'LINE',NULL,10,'','1e888a7feab476eef0032f48e613b85e','',NULL),(5904,'en','default','324a8e205fd6e1ed56142378c52931a8','Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:',NULL,NULL,'LINE',NULL,10,'','fec1189b4b1f2a26e07f6552c036bacd','',NULL),(5905,'en','default','40aa7c670adcc53d50a2eb0d9f434b57','Hovering over a row in the users list will display action links that allow you to manage users. You can perform the following actions:',NULL,NULL,'LINE',NULL,10,'','6f27db27336dac372eb7553c49122b5b','',NULL),(5906,'en','default','632c0917647dd5a8d9d2d13fd0a50715','Hovering over a row reveals action links: Edit, Delete Permanently, and View. Clicking Edit or on the media file&#8217;s name displays a simple screen to edit that individual file&#8217;s metadata. Clicking Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached). View will take you to the display page for that file.',NULL,NULL,'LINE',NULL,10,'','23728fec8d33e5d227e28bc54683c37a','',NULL),(5907,'en','default','719a276cdff21fb86344c5e71684c4bc','How long we retain your data',NULL,NULL,'LINE',NULL,10,'','84aa09d46aa51e6e1bf91dec8d05e034','',NULL),(5908,'en','default','c6701576b0781a015b3e4de713ec1078','How to Update',NULL,NULL,'LINE',NULL,10,'','a9e00d6f73298647183d6dad93001f27','',NULL),(5909,'en','default','eedb81c7ccdd675c82430eb4d06bcec2','How we protect your data',NULL,NULL,'LINE',NULL,10,'','e8cfa9664384947b51997f82809ceab5','',NULL),(5910,'en','default','83218ac34c1834c26781fe4bde918ee4','Welcome',NULL,NULL,'LINE',NULL,10,'Howdy','38b4afe159bbb459ecb755ceb6025d61','',NULL),(5911,'en','default','c225085d6572d117fe4d677b76e52312','Howdy ###USERNAME###,\\n\\nYou recently clicked the \'Delete Site\' link on your site and filled in a\\nform on that page.\\n\\nIf you really want to delete your site, click the link below. You will not\\nbe asked to confirm again so only click this link if you are absolutely certain:\\n###URL_DELETE###\\n\\nIf you delete your site, please consider opening a new site here\\nsome time in the future! (But remember your current site and username\\nare gone forever.)\\n\\nThanks for using the site,\\nWebmaster\\n###SITE_NAME###',NULL,NULL,'LINE',NULL,10,'','6f2fbe189c44ab8d50a5c0dfd718502f','',NULL),(5912,'en','default','6ac9551847a5df4e8a6ce78dcea1ae5b','Howdy ###USERNAME###,\\n\\nYou recently requested to have the administration email address on\\nyour site changed.\\n\\nIf this is correct, please click on the following link to change it:\\n###ADMIN_URL###\\n\\nYou can safely ignore and delete this email if you do not want to\\ntake this action.\\n\\nThis email has been sent to ###EMAIL###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','f8d4ed8542927878c766489d9084fda3','',NULL),(5913,'en','default','6df497141294a21767ee39060b813331','Howdy! Your site at %1$s has been updated automatically to WordPress %2$s.',NULL,NULL,'LINE',NULL,10,'','4306b2d6e77cb1136bb70913a0645764','',NULL),(5914,'en','default','aa5da9e4a780bbdb0c340ce833c86d7b','Howdy,\\n\\nYour request for an export of personal data has been completed. You may\\ndownload your personal data by clicking on the link below. For privacy\\nand security, we will automatically delete the file on ###EXPIRATION###,\\nso please download it before then.\\n\\n###LINK###\\n\\nRegards,\\nAll at ###SITENAME###\\n###SITEURL###',NULL,NULL,'LINE',NULL,10,'','1c2aa9f43567a968900f1c907fb5ccfb','',NULL),(5915,'en','default','60d97f3583f770229990ed5aeffaeb96','However, it is your responsibility to use those resources correctly, to provide the information that your Privacy Policy requires, and to keep that information current and accurate.',NULL,NULL,'LINE',NULL,10,'','9f68c1ce495b76c67c63a4680e89b0de','',NULL),(5916,'en','default','c3eb5c3b9018d75cb7032deb99fe43e9','I understand',NULL,NULL,'LINE',NULL,10,'','e61852452bcf81c58f9a08188d682c36','',NULL),(5917,'en','default','9b2d6dacdbdba224f9f7dc6c968ab5a3','I\'m sure I want to permanently disable my site, and I am aware I can never get it back or use %s again.',NULL,NULL,'LINE',NULL,10,'','7aae030e06866a2b0f67963e6c2383f9','',NULL),(5918,'en','default','4a926cbb9786f9f4675219399a94117c','ID #%1$s: %2$s',NULL,NULL,'LINE',NULL,10,'','ae9c27136845d60ba1e5f5743ba422f9','',NULL),(5919,'en','default','5f4b530b469120e9be0cf59f0d3dc0ee','ID #%1$s: %2$s <strong>Sorry, you are not allowed to remove this user.</strong>',NULL,NULL,'LINE',NULL,10,'','182ebe73f6a20949b0a98b94cbbe8194','',NULL),(5920,'en','default','9a46cd4d76954006e65738f28615c79d','ID #%1$s: %2$s <strong>The current user will not be deleted.</strong>',NULL,NULL,'LINE',NULL,10,'','19d360fdc861b80fb3f89c3ad89ffdb6','',NULL),(5921,'en','default','73b306231571285f343a324fc21e2242','Identicon (Generated)',NULL,NULL,'LINE',NULL,10,'','3c8089a94f4a20179544b8d161592bb9','',NULL),(5922,'en','default','f0b044a6cf173afd1a33d8b2ccb31307','If a media file has not been attached to any content, you will see that in the Uploaded To column, and can click on Attach to launch a small popup that will allow you to search for existing content and attach the file.',NULL,NULL,'LINE',NULL,10,'','1971f6ac2a430e12344f4e1c23130b14','',NULL),(5923,'en','default','413ea0a127a3a100b83ec95eacabc6c3','If an update is available, you&#8127;ll see a notification appear in the Toolbar and navigation menu.',NULL,NULL,'LINE',NULL,10,'','27b11d9c8aed915251b6af3836623b77','',NULL),(5924,'en','default','6f363b449d599453089e76b5b75a84d2','If desired, WordPress will automatically alert various services of your new posts.',NULL,NULL,'LINE',NULL,10,'','fbbda771c29199a924ff990070d6e9ef','',NULL),(5925,'en','default','f729908be92047ec1a286f75adf9deac','If for any reason this automatic file creation doesn&#8217;t work, don&#8217;t worry. All this does is fill in the database information to a configuration file. You may also simply open %1$s in a text editor, fill in your information, and save it as %2$s.',NULL,NULL,'LINE',NULL,10,'','ad8149092455db3ba2b501ed0ccb8bd3','',NULL),(5926,'en','default','37a24e605a3cda57698e531f125740bc','If something goes wrong with a plugin and you can&#8217;t use WordPress, delete or rename that file in the %s directory and it will be automatically deactivated.',NULL,NULL,'LINE',NULL,10,'','b9b8f473d110eff046e9836bde623ed6','',NULL),(5927,'en','default','1dca8bf32d5cff060d7121ae1eb92dfb','If the importer you need is not listed, <a href=\"%s\">search the plugin directory</a> to see if an importer is available.',NULL,NULL,'LINE',NULL,10,'','1d1e3e79250e432f39f301f281556562','',NULL),(5928,'en','default','6d97a8f754ce990eb3882f525df23c36','If the link is to a person, you can specify your relationship with them using the above form. If you would like to learn more about the idea check out <a href=\"http://gmpg.org/xfn/\">XFN</a>.',NULL,NULL,'LINE',NULL,10,'','c1fa83f4e76e574cfcce7b451bc32d30','',NULL),(5929,'en','default','1433ef9097a488fa699b6908d1bcf7da','If the root directory of your site was <a href=\"%1$s\">writable</a>, we could do this automatically, but it isn&#8217;t so this is the url rewrite rule you should have in your %2$s file. Create a new file, called %2$s in the root directory of your site. Click in the field and press %3$s to select all. Then insert this code into the %2$s file.',NULL,NULL,'LINE',NULL,10,'','a02f2f23099189e7886248ee6265d461','',NULL),(5930,'en','default','d9dff3fdbe97394dbe242685a2baaddf','If you absolutely have to make direct edits to this plugin, use a file manager to create a copy with a new name and hang on to the original. That way, you can re-enable a functional version if something goes wrong.',NULL,NULL,'LINE',NULL,10,'','b29b7284479d958fc9d549fee1073e52','',NULL),(5931,'en','default','9c5a9c6b4c6ae1c5fb60ea2ade59d87d','If you already have a Privacy Policy page, please select it below. If not, please create one.',NULL,NULL,'LINE',NULL,10,'','90c122e5176b8e48d55736c13f77a036','',NULL),(5932,'en','default','03191ad53bd55facfbe806e381b5aff0','If you are a member of a regulated industry, or if you are subject to additional privacy laws, you may be required to disclose that information here.',NULL,NULL,'LINE',NULL,10,'','d393238caa2225600eef5118eaa27ec1','',NULL),(5933,'en','default','d20b0e79f5524d5b219510197ef8ab8e','If you are looking to use the link manager, please install the <a href=\"%s\">Link Manager</a> plugin.',NULL,NULL,'LINE',NULL,10,'','b42c749b343c939dbe2576b189c6eb5f','',NULL),(5934,'en','default','3219753c0cb134607b3205b5f612186e','If you decide to go ahead with direct edits anyway, use a file manager to create a copy with a new name and hang on to the original. That way, you can re-enable a functional version if something goes wrong.',NULL,NULL,'LINE',NULL,10,'','1b6f257b01e6981375dc758a3199ab63','',NULL),(5935,'en','default','ce6795178b70755466ea7df40c7b2555','If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.',NULL,NULL,'LINE',NULL,10,'','874f0dfb78167b85a8bcf0569d1ba576','',NULL),(5936,'en','default','916912d32e90632f29686f67c773ffc8','If you do not remember your credentials, you should contact your web host.',NULL,NULL,'LINE',NULL,10,'','4c58dd19bae079e039dc0383aa4b96d8','',NULL),(5937,'en','default','3cf74bde548a1b8deecb0a49d9de3784','If you do not want to use your %s site any more, you can delete it using the form below. When you click <strong>Delete My Site Permanently</strong> you will be sent an email with a link in it. Click on this link to delete your site.',NULL,NULL,'LINE',NULL,10,'','a11453a281985b76a8a3878322b0a388','',NULL),(5938,'en','default','c7b428708659c3c01c911d65bb3ebe23','If you don&#8217;t want a header image to be displayed on your site at all, click the &#8220;Remove Header Image&#8221; button at the bottom of the Header Image section of this page. If you want to re-enable the header image later, you just have to select one of the other image options and click &#8220;Save Changes&#8221;.',NULL,NULL,'LINE',NULL,10,'','d40e2cf9e52c77edd1824c1dd7db77b9','',NULL),(5939,'en','default','630df4be582006585fc90ce4b93f9254','If you don&lsquo;t want to upload your own image, you can use one of these cool headers, or show a random one.',NULL,NULL,'LINE',NULL,10,'','670f09b60167f2151c58a9aac9220ebf','',NULL),(5940,'en','default','3f2b4cfd2cad80bf7584970a3f835c02','If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.',NULL,NULL,'LINE',NULL,10,'','1aefc2014eb00ab096a7cc8ca09b5ee2','',NULL),(5941,'en','default','62c4541e6538f354865d8026c67d446e','If you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.',NULL,NULL,'LINE',NULL,10,'','eeb98b73b769919deb0e8a7cb490efea','',NULL),(5942,'en','default','3e0109b6197e41063cfac796836f2dad','If you have a plugin in a .zip format, you may install it by uploading it here.',NULL,NULL,'LINE',NULL,10,'','e095159d4751cb7d3f7fb57962f8b003','',NULL),(5943,'en','default','499ba6a1e9428f7283cd1405774270d1','If you have a theme in a .zip format, you may install it by uploading it here.',NULL,NULL,'LINE',NULL,10,'','b0325cbc30aaa9852894a4fd7f344d8e','',NULL),(5944,'en','default','cd7b8cf1cfc4fb579df5f63f419c3f5f','If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.',NULL,NULL,'LINE',NULL,10,'','88498cc2eeef4905ce9452eb8241da52','',NULL),(5945,'en','default','ae1bc04b5e3967feb6adc498b8d57f62','If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.',NULL,NULL,'LINE',NULL,10,'','c0b485544617c4aba2e6cc625c5732d8','',NULL),(5946,'en','default','62f7387a9ef151c294e680b2fd42169e','If you have marked plugins as favorites on WordPress.org, you can browse them here.',NULL,NULL,'LINE',NULL,10,'','b8fec56cb45e1a17dc0a62f2b168910f','',NULL),(5947,'en','default','7292a018caf8f27efeec3ee8fdaea12d','If you have marked themes as favorites on WordPress.org, you can browse them here.',NULL,NULL,'LINE',NULL,10,'','4e181b871f87a1027dd5942943ef34ea','',NULL),(5948,'en','default','8ba5adc334d2585a8a27cc06d82e8a3f','If you have posts or comments in another system, WordPress can import those into this site. To get started, choose a system to import from below:',NULL,NULL,'LINE',NULL,10,'','02495c0abfdb5ea16804a08a9c3efe8a','',NULL);
INSERT INTO `wp_icl_strings` VALUES (5949,'en','default','c5ecefc2c05db6570556c7385ac2e8a3','If you haven&#8217;t yet created any menus, <strong>click the &#8217;create a new menu&#8217; link</strong> to get started',NULL,NULL,'LINE',NULL,10,'','e3750bb5eb2eb05b624dbab6c20b5e59','',NULL),(5950,'en','default','2448f34ad2e38271ffbcf4d299c17c5d','If you just want to get an idea of what&#8217;s available, you can browse Featured and Popular plugins by using the links above the plugins list. These sections rotate regularly.',NULL,NULL,'LINE',NULL,10,'','575aca988849707fdbbfd60be15902e1','',NULL),(5951,'en','default','a379ef32870b64a6ef175d6e3da0bf17','If you know what you&#8217;re looking for, Search is your best bet. The Search screen has options to search the WordPress Plugin Directory for a particular Term, Author, or Tag. You can also search the directory by selecting popular tags. Tags in larger type mean more plugins have been labeled with that tag.',NULL,NULL,'LINE',NULL,10,'','2dfd3ebb5bbf8256c5c0cc8fefb8b3c8','',NULL),(5952,'en','default','b642d452dd24b19ed95b29d92e97240d','If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.',NULL,NULL,'LINE',NULL,10,'','d794b6153c4a4b8146e4b05cafb43a27','',NULL),(5953,'en','default','b821f0a93d744e025849cd46e8b3baad','If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.',NULL,NULL,'LINE',NULL,10,'','2adafd60d076932c43e67845ed14dde0','',NULL),(5954,'en','default','864e67dda7ff0dc96db5c841bdbf98ad','If you like, you may enter custom structures for your category and tag URLs here. For example, using <code>topics</code> as your category base would make your category links like <code>%s/topics/uncategorized/</code>. If you leave these blank the defaults will be used.',NULL,NULL,'LINE',NULL,10,'','d635a782b4c7393661373e724751b36c','',NULL),(5955,'en','default','837a1e84e411703eb806ddee77465493','If you need to re-install version %s, you can do so here:',NULL,NULL,'LINE',NULL,10,'','05757d13169fcca8a5f39dae14249346','',NULL),(5956,'en','default','1a89b9744e617ef3fb4ab7c4fffee90c','If you pick an option other than Plain, your general URL path with structure tags (terms surrounded by <code>%</code>) will also appear in the custom structure field and your path can be further modified there.',NULL,NULL,'LINE',NULL,10,'','8a085eced0d0591c402c82cff68cbc18','',NULL),(5957,'en','default','97b78ef138769a3fcf7e03efeafe2005','If you reach out to us, we\'ll also ensure you\'ll never have this problem again.',NULL,NULL,'LINE',NULL,10,'','cea417fb3ad33a8c6e47bd88db6f8df1','',NULL),(5958,'en','default','b1547fa31c5744e25be92a64e7f77beb','If you reached this screen by accident and meant to visit one of your own sites, here are some shortcuts to help you find your way.',NULL,NULL,'LINE',NULL,10,'','08cbe037e394e47b4dc740a5ae61ce70','',NULL),(5959,'en','default','12c31c3cb7ab49899ec2e979d5a553f5','If you temporarily make your %s file writable for us to generate rewrite rules automatically, do not forget to revert the permissions after rule has been saved.',NULL,NULL,'LINE',NULL,10,'','fbfb20c605ce87bf0b18c0013694071e','',NULL),(5960,'en','default','a98ef57dff34e18723548ccd8a286c59','If you temporarily make your site&#8217;s root directory writable for us to generate the %s file automatically, do not forget to revert the permissions after the file has been created.',NULL,NULL,'LINE',NULL,10,'','55f26516c6be022a2bae7e814fdb1559','',NULL),(5961,'en','default','64771a7ce98863e88b3b4e2c1448f6d0','If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.',NULL,NULL,'LINE',NULL,10,'','69ef71fb437c6bf62fc83a4ccf0f54b5','',NULL),(5962,'en','default','28479dd04f0c4f904cbfc647df8a39f7','If you use your site for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy policy in addition to the information we have already discussed.',NULL,NULL,'LINE',NULL,10,'','26059df016ea17b5bee3abc3165cc69d','',NULL),(5963,'en','default','efe517a5b918a12ecb7dfd17f3877327','If you want site visitors to be able to register themselves, as opposed to by the site administrator, check the membership box. A default user role can be set for all new users, whether self-registered or registered by the site admin.',NULL,NULL,'LINE',NULL,10,'','1e0104cd42ac1e2fe540ba466d5ff248','',NULL),(5964,'en','default','e8953b095643b4bf6a1cd0bae7a85508','If you want to convert your categories to tags (or vice versa), use the <a href=\"%s\">Categories and Tags Converter</a> available from the Import screen.',NULL,NULL,'LINE',NULL,10,'','194c0e92da833182de4233fc3786e2b7','',NULL),(5965,'en','default','be3d2742b2dbbb1878b22b8702b6e8d7','If you want to install a plugin that you&#8217;ve downloaded elsewhere, click the Upload Plugin button above the plugins list. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.',NULL,NULL,'LINE',NULL,10,'','313943fe8cc1a3d691aa966a6a6819c7','',NULL),(5966,'en','default','0b5d8aeeb0c74419d4028dca5dc744df','If you want to make changes but don&#8217;t want them to be overwritten when the plugin is updated, you may be ready to think about writing your own plugin. For information on how to edit plugins, write your own from scratch, or just better understand their anatomy, check out the links below.',NULL,NULL,'LINE',NULL,10,'','8c4742c33256ee314435258e3a200070','',NULL),(5967,'en','default','fc276f47f9e88e53fb9a81e0e683a057','If you want to remove the widget but save its setting for possible future use, just drag it into the Inactive Widgets area. You can add them back anytime from there. This is especially helpful when you switch to a theme with fewer or different widget areas.',NULL,NULL,'LINE',NULL,10,'','f5f6f5978f1a37ee120927289f3f6f8d','',NULL),(5968,'en','default','b54fa9afe2dc888d8a5c71cc1b61b51c','If you want to run multiple WordPress installations in a single database, change this.',NULL,NULL,'LINE',NULL,10,'','7ed16a5d29814e6517b04e35979dbb8c','',NULL),(5969,'en','default','ce99e8b4ddb1935ad216af170d465663','If you would like to see more plugins to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional plugins from the <a href=\"%s\">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!',NULL,NULL,'LINE',NULL,10,'','918021f3c1c7333bbb985975acdf69b3','',NULL),(5970,'en','default','ff1e9b8584871613da97bf909bf0d3d4','If you would like to see more themes to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional themes from the <a href=\"%s\">WordPress Theme Directory</a>. Themes in the WordPress Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!',NULL,NULL,'LINE',NULL,10,'','85b7f40dae14e2dedd2d051b8da068b4','',NULL),(5971,'en','default','5074f6b262894aae8f6923d7ff9eadf1','If your %1$s file was <a href=\"%2$s\">writable</a>, we could do this automatically, but it isn&#8217;t so these are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s to select all.',NULL,NULL,'LINE',NULL,10,'','0651b69befec7bf871bf4d593b4eb1cf','',NULL),(5972,'en','default','93f3cd2b6a8fda8223f25e6fd0f47db4','If your %1$s file was <a href=\"%2$s\">writable</a>, we could do this automatically, but it isn&#8217;t so this is the url rewrite rule you should have in your %1$s file. Click in the field and press %3$s to select all. Then insert this rule inside of the %4$s element in %1$s file.',NULL,NULL,'LINE',NULL,10,'','4768687268baff9591b17ec71c06e3d6','',NULL),(5973,'en','default','ae4333ffddf970f98ea2387193cc0f5b','If your theme has more than one default header image, or you have uploaded more than one custom header image, you have the option of having WordPress display a randomly different image on each page of your site. Click the &#8220;Random&#8221; radio button next to the Uploaded Images or Default Images section to enable this feature.',NULL,NULL,'LINE',NULL,10,'','aad695b974325b8e604c6a490dbf8754','',NULL),(5974,'en','default','3ac9c7fe01cf02c25932c2fce99d968a','If your web site provides a service which includes automated decision making - for example, allowing customers to apply for credit, or aggregating their data into an advertising profile - you must note that this is taking place, and include information about how that information is used, what decisions are made with that aggregated data, and what rights users have over decisions made without human intervention.',NULL,NULL,'LINE',NULL,10,'','c7ffd4403fc114954b738bbcbe9fea06','',NULL),(5975,'en','default','b127c8939223b7c79e41917477d2e09e','If your web site receives data about users from third parties, including advertisers, this information must be included within the section of your privacy policy dealing with third party data.',NULL,NULL,'LINE',NULL,10,'','bdb7658161c5f57d631ee4aa4a631ecf','',NULL),(5976,'en','default','86e33eeb24e5a62590ead9de8238c36c','Image Address',NULL,NULL,'LINE',NULL,10,'','a0b6958e2893def21db5825e2c37618c','',NULL),(5977,'en','default','f1daa5de35312c743db4bba47fa4e3a5','Image Attachment Template',NULL,NULL,'LINE',NULL,10,'','27a67adec0d5dc34dd2623dbfeeee87c','',NULL),(5978,'en','default','4c6ace7405819bffddf7ee5133db4201','Image Caption',NULL,NULL,'LINE',NULL,10,'','07976d81adde1eb0a9e2cf357de72a9f','',NULL),(5979,'en','default','2616a81775263adf3a6222d35513e15a','Image Crop',NULL,NULL,'LINE',NULL,10,'','058a077b2b7b137f1db8322814327731','',NULL),(5980,'en','default','31b8ea2b48f332efeaaac75d92bf9596','Image Crop Help',NULL,NULL,'LINE',NULL,10,'','84a79cde30df8496b6e78a6d2e84bac2','',NULL),(5981,'en','default','323126045a230b218de6ebd6a53fb7f8','Image File',NULL,NULL,'LINE',NULL,10,'','a8e1b0470235169b981ca3fe5d5d5f7a','',NULL),(5982,'en','default','4004a789fa905f7ea15db9c2f91906b5','Image Processing Error',NULL,NULL,'LINE',NULL,10,'','4cd03ab760336e61d94f6850fe2cec9f','',NULL),(5983,'en','default','9d05878add9bf672c019a0553a08cbd9','Image Upload Error',NULL,NULL,'LINE',NULL,10,'','eea1d43c2efda3106ecc7bba368eae1e','',NULL),(5984,'en','default','59332018a4582cae903701e42728f002','Image could not be processed.',NULL,NULL,'LINE',NULL,10,'','892363154fbfd06c954d9d19261bdae8','',NULL),(5985,'en','default','5c67704f232067ca9fdae2794b596986','Image could not be processed. Please go back and try again.',NULL,NULL,'LINE',NULL,10,'','ee1f96608779e88eb6bba954e5e8e94d','',NULL),(5986,'en','default','6ac3e4db810decc75cb5f49065e02ead','Image data does not exist. Please re-upload the image.',NULL,NULL,'LINE',NULL,10,'','1de10171e664c0f2322bf883f5fd4748','',NULL),(5987,'en','default','59969adb3ff5274577d2b7ce23eae5c7','Image metadata is inconsistent.',NULL,NULL,'LINE',NULL,10,'','17c5b8919ff4f924a3efa2b294295e91','',NULL),(5988,'en','default','ec71bab863e85a2afdf09a72b05efa1f','Image restored successfully.',NULL,NULL,'LINE',NULL,10,'','3e7dc8c4e77840262f5b9a46ea54292b','',NULL),(5989,'en','default','cc574ecc52f326293633a74d548e9c27','Image rotation is not supported by your web host.',NULL,NULL,'LINE',NULL,10,'','f27fd855564ff3f6d9e811cf289a2308','',NULL),(5990,'en','default','6313deda4940bdd2f937bc94ba24774e','Image saved',NULL,NULL,'LINE',NULL,10,'','6519900374972f38fd7ea72a9837a648','',NULL),(5991,'en','default','bd5b1c7a7b5cb4ec09724dcc530b58b3','Image sizes',NULL,NULL,'LINE',NULL,10,'','540ece7726db962f2383cf24eba6981a','',NULL),(5992,'en','default','888550d203299cc95a171ae6cb09bb06','Images of exactly <strong>%1$d &times; %2$d pixels</strong> will be used as-is.',NULL,NULL,'LINE',NULL,10,'','a52264796a3ce64ba1b2e40a42e88ab0','',NULL),(5993,'en','default','5b59e9c3a06f10eafb7d2c536aa82d1c','Images should be at least %s tall.',NULL,NULL,'LINE',NULL,10,'','2c8432e9d2bd2794170bf2e07cebbefd','',NULL),(5994,'en','default','98565ff01142abc065926f292c102013','Images should be at least %s wide.',NULL,NULL,'LINE',NULL,10,'','ef3aa84fe4283d2606c633be8d1c641d','',NULL),(5995,'en','default','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'LINE',NULL,10,'','cafa88c07bdc26f3af6d4a5538cdd9ad','',NULL),(5996,'en','default','fb0158b7460cbc04aef398926064a2ba','Import links in OPML format.',NULL,NULL,'LINE',NULL,10,'','a39d8ed550b687b8af7a952a12129913','',NULL),(5997,'en','default','44dfd83f2e0985cfc776c890655c9788','Import posts &amp; media from Tumblr using their API.',NULL,NULL,'LINE',NULL,10,'','8968efb5a09a663dcfde485259353d80','',NULL),(5998,'en','default','ff5fdccad49d0b326b4f10533b007f1c','Import posts and comments from a Movable Type or TypePad blog.',NULL,NULL,'LINE',NULL,10,'','3ebb455a7e4aa3ca616d53d26b0a754a','',NULL),(5999,'en','default','4a8ff13f67b97a37cbf26889ccc19151','Import posts from LiveJournal using their API.',NULL,NULL,'LINE',NULL,10,'','3c3513759848804fd085fd01dddfc4e4','',NULL),(6000,'en','default','abfdf2f7c4628bfb617712c55ca4be5e','Import posts from an RSS feed.',NULL,NULL,'LINE',NULL,10,'','bc9aab39b07b79e21bb676c7c79ac1ba','',NULL),(6001,'en','default','89d2d11ff37aaa81be1f6441a1533bed','Import posts, comments, and users from a Blogger blog.',NULL,NULL,'LINE',NULL,10,'','309ff4c087e7718b0d531b3f7c370570','',NULL),(6002,'en','default','d3148f474a807301cc758a2d5ebdbafb','Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.',NULL,NULL,'LINE',NULL,10,'','d6d81935c359d8b169c0591233bbfe1a','',NULL),(6003,'en','default','7a262cb0d3d917313c8ba12f996fe83c','Important:',NULL,NULL,'LINE',NULL,10,'','f47900cc03b6df23625877cf20ee0ace','',NULL),(6004,'en','default','c1a2348d150d16b3da6ba4f8c4f3c930','Improvements to Roles and Capabilities',NULL,NULL,'LINE',NULL,10,'','c1591a3df461fbd58dd72344d2b1942f','',NULL),(6005,'en','default','e1dfb497476f0a6e455ddb6047f848b5','In Response To',NULL,NULL,'LINE',NULL,10,'','d425082429a45be4be9073e15857377f','',NULL),(6006,'en','default','17a1938167ced1f88fb79a72a323dd0e','In a few words, explain what this site is about.',NULL,NULL,'LINE',NULL,10,'','da803f748d1b750af858c087f83cd4f8','',NULL),(6007,'en','default','ac9a4d2e8722460793b93d7d7ceeb7a5','In addition to listing what personal data you collect, you need to note why you collect it. These explanations must note either the legal basis for your data collection and retention or the active consent the user has given.',NULL,NULL,'LINE',NULL,10,'','adcb013b4f3ca5b3df135d1b9f0798fb','',NULL),(6008,'en','default','911b598e98c0d31c7e5bdfd6e1136dbc','In all likelihood, these items were supplied to you by your Web Host. If you don&#8217;t have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;',NULL,NULL,'LINE',NULL,10,'','01afe2a4a10214c1f8f359b9da7a694c','',NULL),(6009,'en','default','72247007ca8dd9d5b747cd2d13855ae4','In most cases, WordPress will automatically apply maintenance and security updates in the background for you.',NULL,NULL,'LINE',NULL,10,'','f608b0ae3b2099cd13950879df8872a3','',NULL),(6010,'en','default','0278248c794c7dd11a47837d5861ee71','In previous versions of WordPress, all importers were built-in. They have been turned into plugins since most people only use them once or infrequently.',NULL,NULL,'LINE',NULL,10,'','43ae0cedba6e9504ba24d8691432a3a9','',NULL),(6011,'en','default','5c43aa88fc70f0b190b05aafdc6ba900','In reply to %s.',NULL,NULL,'LINE',NULL,10,'','9ec9ce045b44687da826fd1655ccc31e','',NULL),(6012,'en','default','69321db1494e9c628339738471d30cd6','In reply to: %s',NULL,NULL,'LINE',NULL,10,'','e317e41d013bb01c8a6e55a8e04779ab','',NULL),(6013,'en','default','d32e65d44fb05ccf2bed3709f468c87c','In response to: %s',NULL,NULL,'LINE',NULL,10,'','e5423df2364e9344c0a8102a2aee538a','',NULL),(6014,'en','default','ddfa3b051bb82c9c70d438b8e5871308','In the <strong>Author</strong> column, in addition to the author&#8217;s name, email address, and blog URL, the commenter&#8217;s IP address is shown. Clicking on this link will show you all the comments made from this IP address.',NULL,NULL,'LINE',NULL,10,'','944f932d0423b726bd23dab71fea8505','',NULL),(6015,'en','default','78516f0126f95864e9dd3d48b6d7504f','In the <strong>Comment</strong> column, hovering over any comment gives you options to approve, reply (and approve), quick edit, edit, spam mark, or trash that comment.',NULL,NULL,'LINE',NULL,10,'','68411cf81ef029f42a0ec46594a3f9c0','',NULL),(6016,'en','default','6d7053230d152b1bbde8e0e11985e6cd','In the <strong>In Response To</strong> column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The View Post link leads to that post on your live site. The small bubble with the number in it shows the number of approved comments that post has received. If there are pending comments, a red notification circle with the number of pending comments is displayed. Clicking the notification circle will filter the comments screen to show only pending comments on that post.',NULL,NULL,'LINE',NULL,10,'','a0b6f98a1737347916c97d5e7392c2d6','',NULL),(6017,'en','default','75a9d96583454bb73d919516b14c1020','In the <strong>Submitted On</strong> column, the date and time the comment was left on your site appears. Clicking on the date/time link will take you to that comment on your live site.',NULL,NULL,'LINE',NULL,10,'','c7841636b76ce9101ba9cc808e1096e5','',NULL),(6018,'en','default','a1e79989a368fffa040f3724cb25bb0a','In the Header Text section of this page, you can choose whether to display this text or hide it. You can also choose a color for the text by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. &#8220;#ff0000&#8221; for red, or by choosing a color using the color picker.',NULL,NULL,'LINE',NULL,10,'','bef7f0dcaa96c84388ca68674dbeea63','',NULL),(6019,'en','default','bb1232b0272e71fd61576bb759fe4fcb','In this section you should explain how long you retain personal data collected or processed by the web site. While it is your responsibility to come up with the schedule of how long you keep each dataset for and why you keep it, that information does need to be listed here. For example, you may want to say that you keep contact form entries for six months, analytics records for a year, and customer purchase records for ten years.',NULL,NULL,'LINE',NULL,10,'','ab44f2d90a4122efb4d73b1271ddcd1e','',NULL),(6020,'en','default','9f2feaf2b829a5c3749cb3a0dec950a7','In this section you should explain what measures you have taken to protect your users&#8217; data. This could include technical measures such as encryption; security measures such as two factor authentication; and measures such as staff training in data protection. If you have carried out a Privacy Impact Assessment, you can mention it here too.',NULL,NULL,'LINE',NULL,10,'','447f7c9e79da2eaf80b14485c81eef4a','',NULL),(6021,'en','default','cc868b88b34779f820016d60eeb4d13f','In this section you should explain what procedures you have in place to deal with data breaches, either potential or real, such as internal reporting systems, contact mechanisms, or bug bounties.',NULL,NULL,'LINE',NULL,10,'','2e2f9f76d2e53db3e5050f6eed876131','',NULL),(6022,'en','default','7b43f0a3a9bad71b5515c3febf1c4e85','In this section you should explain what rights your users have over their data and how they can invoke those rights.',NULL,NULL,'LINE',NULL,10,'','1d494e615fc6d7af13588575aa5f764a','',NULL),(6023,'en','default','e033cd0f72a714684763bb3b10497ef1','In this section you should list all transfers of your site data outside the European Union and describe the means by which that data is safeguarded to European data protection standards. This could include your web hosting, cloud storage, or other third party services.',NULL,NULL,'LINE',NULL,10,'','6bab02ff41df219f416fc29c55fd9271','',NULL),(6024,'en','default','88afac7dd32e40bf990b8d3423dfcb5e','In this section you should name and list all third party providers with whom you share site data, including partners, cloud-based services, payment processors, and third party service providers, and note what data you share with them and why. Link to their own privacy policies if possible.',NULL,NULL,'LINE',NULL,10,'','bc39528f72dd657a817abfe0e70fa67f','',NULL),(6025,'en','default','afb5c651f25a99fe9dea21458989b965','In this section you should note what personal data you collect from users and site visitors. This may include personal data, such as name, email address, personal account preferences; transactional data, such as purchase information; and technical data, such as information about cookies.',NULL,NULL,'LINE',NULL,10,'','55364a8c7c34dcaec179a49ce5feb8ac','',NULL),(6026,'en','default','36ce374000d338cd986460ce312bcae5','In this section you should note your site URL, as well as the name of the company, organization, or individual behind it, and some accurate contact information.',NULL,NULL,'LINE',NULL,10,'','3ee9c2dd60584a7dde9b3eda4294c2d0','',NULL),(6027,'en','default','562b66a0805d1853fa06902cdb6774d5','In this section you should provide a contact method for privacy-specific concerns. If you are required to have a Data Protection Officer, list their name and full contact details here as well.',NULL,NULL,'LINE',NULL,10,'','b783b38f8b0382d31f2e0d6b68dc26ff','',NULL),(6028,'en','default','ca3d5159accd9468729ea6a9aef4d58e','In this subsection you should list the cookies your web site uses, including those set by your plugins, social media, and analytics. We have provided the cookies which WordPress installs by default.',NULL,NULL,'LINE',NULL,10,'','a7aa56fcc29c49d74ac60bfadbb28ae7','',NULL),(6029,'en','default','48ac74d87e61fcb5c2adf64ca48cf64e','In this subsection you should note what analytics package you use, how users can opt out of analytics tracking, and a link to your analytics provider&#8217;s privacy policy, if any.',NULL,NULL,'LINE',NULL,10,'','ef6c1a3649fca4635c6d724a7e8e9440','',NULL),(6030,'en','default','b619d7c9609b9d7b1ca3e6bfbcf5309e','In this subsection you should note what information is captured through comments. We have noted the data which WordPress collects by default.',NULL,NULL,'LINE',NULL,10,'','cdf36a9314632abfed28786bb7267047','',NULL),(6031,'en','default','ec27ccde34cd289565d2db48b580f59b','In this subsection you should note what information may be disclosed by users who can upload media files. All uploaded files are usually publicly accessible.',NULL,NULL,'LINE',NULL,10,'','2c605f73abd62a98d1527efab250fad6','',NULL),(6032,'en','default','1da0f24e118e98984a0dddbce260a839','Inactive <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','228fd3a7482d619ab08b0cc0d79bf92d','',NULL),(6033,'en','default','2b255e45a58c340b56395c76e9221392','Inactive Sidebar (not used)',NULL,NULL,'LINE',NULL,10,'','237b2839b63defb85f31315d3fcf1019','',NULL),(6034,'en','default','ac6105c895cb6dcf75c78c53450b8a02','Inactive Widgets',NULL,NULL,'LINE',NULL,10,'','c522f6f2f38c5fe50947cad10691b443','',NULL),(6035,'en','default','38ca2aacdb957eb6bd4d84d9e6b1aacd','Inactive:',NULL,NULL,'LINE',NULL,10,'','849941339cf69691549286506b1840c9','',NULL),(6036,'en','default','a8500085aefc2206b726c6d8f435e64a','Incompatible Archive.',NULL,NULL,'LINE',NULL,10,'','8cedbbda156089513c9333b98d43f4eb','',NULL),(6037,'en','default','33dec286c87af12437699c4c1feeec9f','Industry regulatory disclosure requirements',NULL,NULL,'LINE',NULL,10,'','701077419f0b3ee3eff24186dc2be58d','',NULL),(6038,'en','default','4059b0251f66a18cb56f544728796875','Info',NULL,NULL,'LINE',NULL,10,'','69646ba7028066013a7f816c503cd82a','',NULL),(6039,'en','default','9d5a474aaa552210ff0298949aeb6c0a','Information needed',NULL,NULL,'LINE',NULL,10,'','9b76d4185a412ac6befa05f7b088749b','',NULL),(6040,'en','default','4cd1a3034cf07520d2375edfa64d5c33','Insert into Post',NULL,NULL,'LINE',NULL,10,'','b9da052b61a05e2bc79a2ba5bb0cad9c','',NULL),(6041,'en','default','cf1806f95205d26250189aa0e0c051d4','Insert media from another website',NULL,NULL,'LINE',NULL,10,'','092c0c0c333caf266ab922167ab914df','',NULL),(6042,'en','default','168108e3b4fee6afab9dcf41920dec8a','Inserting Media',NULL,NULL,'LINE',NULL,10,'','bf22cc275e0dd347a2945311d7fdecac','',NULL),(6043,'en','default','349838fb1d851d3e2014b9fe39203275','Install',NULL,NULL,'LINE',NULL,10,'','fc2ef5edc33cd208cedd6ab785fda3c1','',NULL),(6044,'en','default','e7a971cdcab59cd7c94ae2b1178308f0','Install %s',NULL,NULL,'LINE',NULL,10,'','5cf2925bf55a034eef3799b612974681','',NULL),(6045,'en','default','1084a249c91de82aa4fc61e463856dc0','Install %s now',NULL,NULL,'LINE',NULL,10,'','f24d532e5f801db5605964738e8b70a3','',NULL),(6046,'en','default','9e9f3ff29d5ce116be15695950c96849','Install Gutenberg',NULL,NULL,'LINE',NULL,10,'','76bc88601a3c73f6d14f7635184a31f0','',NULL),(6047,'en','default','db15e1c38c5aac3ab0694bcfd20f6ce0','Install Parent Theme',NULL,NULL,'LINE',NULL,10,'','74515a70d7c633929f4f015529c22356','',NULL),(6048,'en','default','515ba54b95e06f52967b4b19ad196d33','Install Themes',NULL,NULL,'LINE',NULL,10,'','cb098f2e93605d31578a6a31d0ac77ea','',NULL),(6049,'en','default','d840e26aabbcc50116da459de950f8eb','Install Update Now',NULL,NULL,'LINE',NULL,10,'','19c3854c7cba197ad89fe40ad62b8c54','',NULL),(6050,'en','default','a087bdac6d3615892e7dcc52d767f43e','Install WordPress',NULL,NULL,'LINE',NULL,10,'','423816c892f3ffeedb4332ddaa06cf3a','',NULL),(6051,'en','default','45a00d507e09c14f8606ac940b1c0718','Install the <a href=\"%s\">Classic Editor plugin</a> to keep using the current editor until you’re ready to make the switch.',NULL,NULL,'LINE',NULL,10,'','1bcb6cc2cdca91e60294bdd02250e2b9','',NULL),(6052,'en','default','e7fc2f1c149d2c6647bf228554660c59','Install the Classic Editor',NULL,NULL,'LINE',NULL,10,'','dc49413479650adae06c3ef2716175f2','',NULL),(6053,'en','default','766f3c2615e910dbbd3693de8a73e316','Installation Failed',NULL,NULL,'LINE',NULL,10,'','29d12790b6e79f1869a360b173743988','',NULL),(6054,'en','default','1e30ca48c302d444a74bcdeb6d3f5f34','Installation Required',NULL,NULL,'LINE',NULL,10,'','9f049c47cef46928af10a300f9d05890','',NULL),(6055,'en','default','e404bbec84bfeb0148a03fe82ba64abf','Installation package not available.',NULL,NULL,'LINE',NULL,10,'','72e5543d2b13f181178f1f770ec1dcfd','',NULL),(6056,'en','default','8dd9b210414f82857931af08b30a8ca8','Installed Plugins',NULL,NULL,'LINE',NULL,10,'','57beb7e8a0c51b665f07b9dc2cb2ed6e','',NULL),(6057,'en','default','cc4df87ad945ae65a4df5cc0dc7b3b00','Installing Plugin from uploaded file: %s',NULL,NULL,'LINE',NULL,10,'','8d7b9a45286ae1e23351ffe54d747ba8','',NULL),(6058,'en','default','07867e5fd7b858b877323ffd402ac38e','Installing Plugin: %s',NULL,NULL,'LINE',NULL,10,'','28affeade16c42f0886aa1fbf3ce9f9d','',NULL),(6059,'en','default','c59d1f232cb2e292dd004b9af9c8b373','Installing Theme from uploaded file: %s',NULL,NULL,'LINE',NULL,10,'','89fa167fcefdbfdc651b65315fe237f1','',NULL),(6060,'en','default','a508d8736599101e3500be7888a95be7','Installing Theme: %s',NULL,NULL,'LINE',NULL,10,'','cabe0a2b51af17064756f208064839b6','',NULL),(6061,'en','default','c47f5529a3f44f8c90337c9918fd471d','Installing the latest version&#8230;',NULL,NULL,'LINE',NULL,10,'','fe300719f322dd9ee29bc31197dcfbfe','',NULL),(6062,'en','default','ce6248a23b7a258458e9c7aba988f411','Installing the plugin&#8230;',NULL,NULL,'LINE',NULL,10,'','09f484870991f686775e8fe9ad973868','',NULL),(6063,'en','default','7782ed7c61172473b084431ee4079570','Installing the theme&#8230;',NULL,NULL,'LINE',NULL,10,'','e05863ec4986975e296f9305907375ad','',NULL),(6064,'en','default','41d094ce8483b7017fd1809990315058','Installing themes on Multisite can only be done from the Network Admin section.',NULL,NULL,'LINE',NULL,10,'','56577be23d63388d09775288c72d3ad1','',NULL),(6065,'en','default','196286743ac87f2dc15a13d4f0832910','Insufficient Requirements',NULL,NULL,'LINE',NULL,10,'','a9ee81219c33b38e130bb72c32fd9796','',NULL),(6066,'en','default','0b79795d3efc95b9976c7c5b933afce2','Introduction',NULL,NULL,'LINE',NULL,10,'','d871111fac31732f8db68c87084944e1','',NULL),(6067,'en','default','f625bc497b8b2b386698a48a922cc85f','Invalid API response code (%d)',NULL,NULL,'LINE',NULL,10,'','f8afb48eda8d76c3982136b3b5c5bdb3','',NULL),(6068,'en','default','e5546f55cc9e19b0b103aba440e00237','Invalid URL Provided.',NULL,NULL,'LINE',NULL,10,'','6baca2940f6cc7a5a327f86d20f74861','',NULL),(6069,'en','default','fdeec8a42f9bca6eb42c417d9da14d80','Invalid action.',NULL,NULL,'LINE',NULL,10,'','9bd2f8294b72bbddaaece6cdf64dac95','',NULL),(6070,'en','default','c088ed495f47fa2faf94adc18f30acde','Invalid data provided.',NULL,NULL,'LINE',NULL,10,'','8dc0a2edc632c275667fa46510434e29','',NULL),(6071,'en','default','0c286a44567025dcf595b2d55a457781','Invalid email address in request.',NULL,NULL,'LINE',NULL,10,'','b74cdc190ee194f61b9d3f2aeb368a2a','',NULL),(6072,'en','default','6ed84befd14249d2b6fcf0c60d938a01','Invalid email address when generating export file.',NULL,NULL,'LINE',NULL,10,'','ac80f8210ca37b3475e30cab11f045b6','',NULL),(6073,'en','default','1a5379448442890f5e840eff9d7bef06','Invalid form submission.',NULL,NULL,'LINE',NULL,10,'','26746cdef288bcd23874382cff4443f9','',NULL),(6074,'en','default','78c7c7b8f56b207ec49f095637081724','Invalid image URL',NULL,NULL,'LINE',NULL,10,'','c401c8c020879a89e7f86a2498bc4c40','',NULL),(6075,'en','default','e56d1af86cdef25bfee42c0bf7a6abf6','Invalid item ID.',NULL,NULL,'LINE',NULL,10,'','e53d46172009a8a0afac2cc56cab9730','',NULL),(6076,'en','default','925a5e50362588b5a8d066515f9603a3','Invalid plugin page.',NULL,NULL,'LINE',NULL,10,'','a1843e67c763a507935083791bb61332','',NULL),(6077,'en','default','b7c12fd56604f7118311e10f50aa9332','Invalid plugin path.',NULL,NULL,'LINE',NULL,10,'','03cfbcc885d37213a3d805d7e9313c4f','',NULL),(6078,'en','default','a33746a4012f164348ce5e2eeaaf1016','Invalid request ID when generating export file.',NULL,NULL,'LINE',NULL,10,'','82b54497a0d333aa3756adea98a926a6','',NULL),(6079,'en','default','c58c656cffce465d8885ada249891972','Invalid request ID when merging exporter data.',NULL,NULL,'LINE',NULL,10,'','e8566e02e095714d1b14959d5ca9ca48','',NULL),(6080,'en','default','df493571bca4fc19b01572598da63375','Invalid request ID when processing eraser data.',NULL,NULL,'LINE',NULL,10,'','ee0dc239773a48548f40c891f1e82f0c','',NULL),(6081,'en','default','5ec821a73176d254d2b714777a3a5a33','Invalid request ID when sending personal data export email.',NULL,NULL,'LINE',NULL,10,'','27ed0b6c16eb3034d40eb3fb74c42527','',NULL),(6082,'en','default','9994953589049ed0421abd61909b8f0d','Invalid request ID.',NULL,NULL,'LINE',NULL,10,'','daab5357c722ad3b92784f6096522fc2','',NULL),(6083,'en','default','19dd5419b45ad50bf08d12545474a2d9','Invalid request type.',NULL,NULL,'LINE',NULL,10,'','cc998e333d825d22deca8b6da89c32e0','',NULL),(6084,'en','default','6d09b381370748afe69c96b7f5021c20','Invalid translation type.',NULL,NULL,'LINE',NULL,10,'','0cf55d959d787d02100f6e0e35931311','',NULL),(6085,'en','default','b6ebcb00f592534cb127c0e3d1520c72','Invitation email sent to new user. A confirmation link must be clicked before their account is created.',NULL,NULL,'LINE',NULL,10,'','4d05c2e0b4d4bcfacb0fbfc0c0c317d8','',NULL),(6086,'en','default','90c42b90d82265465f118e1726c25ad9','Invitation email sent to user. A confirmation link must be clicked for them to be added to your site.',NULL,NULL,'LINE',NULL,10,'','5fd4222774af698a594b3d3dfe2ebe69','',NULL),(6087,'en','default','0faffb1c747898e4afa868bc8f21f2aa','It is up to search engines to honor this request.',NULL,NULL,'LINE',NULL,10,'','c72a8720da879c98db8a82f389bde2a9','',NULL),(6088,'en','default','be29271b2c444adcbb3d4a177d896577','It is your responsibility to write a comprehensive privacy policy, to make sure it reflects all national and international legal requirements on privacy, and to keep your policy current and accurate.',NULL,NULL,'LINE',NULL,10,'','86f5e107c5dcb7b5a7252b404751da5a','',NULL),(6089,'en','default','e3e14c60ee779095c00b5ea7974e94e5','It looks like you\'re using an insecure version of %s. Using an outdated browser makes your computer unsafe. For the best WordPress experience, please update your browser.',NULL,NULL,'LINE',NULL,10,'','175f70cc7ecf9778da276940cd1bd3fb','',NULL),(6090,'en','default','d14a69e8400ff0a7bb4b6e59b1788f59','It looks like you\'re using an old version of %s. For the best WordPress experience, please update your browser.',NULL,NULL,'LINE',NULL,10,'','c38a9f0445fd5bcaedb4f7fbb353cebd','',NULL),(6091,'en','default','1adddfbc5df77253b27ea11fc8d77a8d','Item added.',NULL,NULL,'LINE',NULL,10,'','585f165889ede6fa26235251863f4bf3','',NULL),(6092,'en','default','21f8b572fd58b1a4d41c239f11e1544a','Item deleted.',NULL,NULL,'LINE',NULL,10,'','c7e10a26389c7f7f3b7142eabfb58a4b','',NULL),(6093,'en','default','0f52ac30c07b44a0f73d7c68ead51e02','Item not added.',NULL,NULL,'LINE',NULL,10,'','31f9e0cb44db99863f7da393ab3ad2de','',NULL),(6094,'en','default','53fbaa86da90bcf497173a8d62e13a84','Item not updated.',NULL,NULL,'LINE',NULL,10,'','f1038881dc887dfa6af55edb0dfd36e3','',NULL),(6095,'en','default','9b3d5ec0d9edc5073c2e5e7a3800af00','Item updated.',NULL,NULL,'LINE',NULL,10,'','a5033bf4b8814de6aa95f1b1b73c9d15','',NULL),(6096,'en','default','b297a2d4fb499bb8f2ebf5c9163d4cae','Items deleted.',NULL,NULL,'LINE',NULL,10,'','4478c8e35da4ca423a4bc3857856d3c8','',NULL),(6097,'en','default','814196c32531e51656e1acc11ffaca27','Items list',NULL,NULL,'LINE',NULL,10,'','7b409258eede6ebd9d1bfbfd429e9307','',NULL),(6098,'en','default','e63b7b81bca5e78b13ff6c9b4424f97d','Items list navigation',NULL,NULL,'LINE',NULL,10,'','f8a70891592a5c5350e96c7501017787','',NULL),(6099,'en','default','12e0cbbf33dd73eb6db8be0a65596089','Just another %s site',NULL,NULL,'LINE',NULL,10,'','5751d86b9ccac5d513f214ade14ded93','',NULL),(6100,'en','default','c498d3fb6a7f9989a762888ee4907db4','Just another WordPress site',NULL,NULL,'LINE',NULL,10,'','737c265c480189a5c646296809facdb5','',NULL),(6101,'en','default','41ec560fa2a006fad4dc8044bc0d062b','Keep this link private',NULL,NULL,'LINE',NULL,10,'','47c83f194f5c0de445d4aaf0a6e69836','',NULL),(6102,'en','default','f30629be5fa2dd68e817486c218122de','Keeping your site updated is important for security. It also makes the internet a safer place for you and your readers.',NULL,NULL,'LINE',NULL,10,'','d0eaf747d8cb15ad1a168eb6ba6e207c','',NULL),(6103,'en','default','897356954c2cd3d41b221e3f24f99bba','Key',NULL,NULL,'LINE',NULL,10,'','652fb440f16257e4b52ace39496324fc','',NULL),(6104,'en','default','a8b21781fa7e22f95de425ebc0c8aa37','Keyboard users: When you&#8217;re working in the visual editor, you can use <kbd>Alt + F10</kbd> to access the toolbar.',NULL,NULL,'LINE',NULL,10,'','e901e1db104415c51215b85c60c4835b','',NULL),(6105,'en','default','220f3d3750583b9db48568a0b5b9a5f1','Keyword',NULL,NULL,'LINE',NULL,10,'','eea91d78e430c3d286ffa016bf21b75c','',NULL),(6106,'en','default','fc14688813bbeb83f4908485dc04e147','Large size',NULL,NULL,'LINE',NULL,10,'','140e9584e679932f8a0d3a3ff0721b5e','',NULL),(6107,'en','default','84ba4cf46c874b0b5951eb3b75298329','Last Modified',NULL,NULL,'LINE',NULL,10,'','bbb797d87199d0b4580992ae8c7a2ca3','',NULL),(6108,'en','default','77587239bf4c54ea493c7033e1dbf636','Last Name',NULL,NULL,'LINE',NULL,10,'','c26d450f98e1dbab5437bb967c0138a9','',NULL),(6109,'en','default','89ea00e3ae5262d7c20e5773447a8b1b','Last Updated:',NULL,NULL,'LINE',NULL,10,'','5847b105cf6e6cbb5e6812849dfb807c','',NULL),(6110,'en','default','b9f0488fd6301cdc26b8088675bd89cb','Last checked on %1$s at %2$s.',NULL,NULL,'LINE',NULL,10,'','7f17ae38b21b0110353ff13011ece282','',NULL),(6111,'en','default','c05fb945bb4b837f640b35414ccf3dcf','Last edited by %1$s on %2$s at %3$s',NULL,NULL,'LINE',NULL,10,'','cc54d82e94f178340518fe564c9dfc64','',NULL),(6112,'en','default','060e1ee220125e8344f71e54632ed2b6','Last edited on %1$s at %2$s',NULL,NULL,'LINE',NULL,10,'','da040a5546ce2a7408f35f5673819254','',NULL),(6113,'en','default','339aaf6f96935365023a6e4c95c0ba95','Last page',NULL,NULL,'LINE',NULL,10,'','080aa02cd14d37db7557900b63234778','',NULL),(6114,'en','default','cd118d21c3b0b4762c6e0063661e6e45','Latest',NULL,NULL,'LINE',NULL,10,'','a4278b6cd60ac7951ae17d8b36ff23d0','',NULL),(6115,'en','default','2a2301d66c4629c1bdf21901226e2a26','Latest Version Installed',NULL,NULL,'LINE',NULL,10,'','9a3a361a2a9c52b30e5a360a6e0994d7','',NULL),(6116,'en','default','ebd9bec4d70abc789d439c1f136b0538','Layout',NULL,NULL,'LINE',NULL,10,'','018062b9071018e3f5e06a5412c7072d','',NULL),(6117,'en','default','29943a379473b7462de907c68b9e71e2','Lead Developer',NULL,NULL,'LINE',NULL,10,'','f2005db95e0ab524f0b09e1af9715e25','',NULL),(6118,'en','default','f36e02a21ee4e6f0cf95f28d7660444b','Learn more about getting started',NULL,NULL,'LINE',NULL,10,'','43838636cdc838c1c6c7ec2412909e42','',NULL),(6119,'en','default','69847143f57cba5d08123f1df77e1b44','Left Sidebar',NULL,NULL,'LINE',NULL,10,'','bfa5a9e16accaa13d09c591c518afb14','',NULL),(6120,'en','default','38c45fd2e7fe181523d4b3fc1aeaff4a','Lend a Hand with Gutenberg %s',NULL,NULL,'LINE',NULL,10,'','08f15c6b809d8ae33f3ba2edf85d4dc8','',NULL),(6121,'en','default','8a53b46ff3302929bfd1ec906c3877e8','Let&#8217;s go!',NULL,NULL,'LINE',NULL,10,'','9d59ce35bde483a172901869897208dc','',NULL),(6122,'en','default','4d70254b3a8e2bc38b6147fa6ee813be','Library',NULL,NULL,'LINE',NULL,10,'','0755d24b6e4a8a8597c6ac6a4fb48e78','',NULL),(6123,'en','default','238ac11a16d40ce07ee4cd11c3362590','Likely direct inclusion of %1$s in order to use %2$s. This is very wrong. Hook the %2$s call into the %3$s action instead.',NULL,NULL,'LINE',NULL,10,'','47cb5885f9db6010f603bb67960055b8','',NULL),(6124,'en','default','33c4d5c318dd61032904715630d18983','Link Image To:',NULL,NULL,'LINE',NULL,10,'','fffa7c7311f627e55ec2f6ddbef9c28a','',NULL),(6125,'en','default','1f7412ef1f7fdba3cc269af9a0b7a40c','Link Target',NULL,NULL,'LINE',NULL,10,'','75fb72e82d37c2d355ae89f3c9572371','',NULL),(6126,'en','default','5e4e1bd6f922fed062b62c446ca34f84','Link URL',NULL,NULL,'LINE',NULL,10,'','96acad380ac0cf195fd681da0e48f738','',NULL),(6127,'en','default','bce219410f014b5be1353379c2a2958d','Link added.',NULL,NULL,'LINE',NULL,10,'','9eaab12b388946220626746f7dd9897e','',NULL),(6128,'en','default','14e35ccc0a9fe12740bd6b56bef11403','Link not found.',NULL,NULL,'LINE',NULL,10,'','38158098461c6b8575e75e0effa6a230','',NULL),(6129,'en','default','5e02606aabfbcdd8b0f39810e2b62331','Link text, e.g. &#8220;Ransom Demands (PDF)&#8221;',NULL,NULL,'LINE',NULL,10,'','fbe91085c5fed39c0c7b745543d6b25a','',NULL),(6130,'en','default','889a11ddef0907a4f124c08ce8f53e69','Link thumbnails to:',NULL,NULL,'LINE',NULL,10,'','d89674cbc83a8ed7b44610c45289601d','',NULL),(6131,'en','default','5e13c663e00e71973596d3accbc31543','Link to image',NULL,NULL,'LINE',NULL,10,'','a3d07d5119fa58210e6b61d0d018fed3','',NULL),(6132,'en','default','0e834bf99b1bb1a30a6c95bcef8a0aa2','Links Template',NULL,NULL,'LINE',NULL,10,'','8f42fc482824cd0c80ddc9154a8e3046','',NULL),(6133,'en','default','ca887a8513c595e757361973c401dfc3','Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.',NULL,NULL,'LINE',NULL,10,'','9ae02a33eb223e22333569fc7a0b76e7','',NULL),(6134,'en','default','10eb7592874db737e0252e30eb15cfe8','Links list',NULL,NULL,'LINE',NULL,10,'','6725fb5b51cc28c4a45442f4b87ca922','',NULL),(6135,'en','default','c7f0cbe3fa31a466fba5041e2e2e84d2','Links may be separated into Link Categories; these are different than the categories used on your posts.',NULL,NULL,'LINE',NULL,10,'','eb3782050fcb1d748f6f3e3f491220de','',NULL),(6136,'en','default','efe4cf30861171ecea0df2a12b9c16a0','Live Preview &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','2754e29a09375c97cb57290544367bb8','',NULL),(6137,'en','default','40d6cbe28b444f4e31e7982a2d87841b','LiveJournal',NULL,NULL,'LINE',NULL,10,'','ea5287e96a42124ea89525524461ee1e','',NULL),(6138,'en','default','bd7dbee3e1d69d8e0fb167449e5416cd','Loading&#8230;',NULL,NULL,'LINE',NULL,10,'','845e8b1bf6f2fa97d6aaffb05307f326','',NULL),(6139,'en','default','1a1472f51e73e30d30130c6ae0ec625d','Loading&hellip;',NULL,NULL,'LINE',NULL,10,'','88f421d857e5765e838f555d4762a79b','',NULL),(6140,'en','default','a2aaea99ce8582dd3d50dabe340d010d','Local time is %s.',NULL,NULL,'LINE',NULL,10,'','c8b8403beb288b226be8fd8254889cb8','',NULL),(6141,'en','default','58b00b9e6caaa8dbc5823fd24e7cb94a','Location of the uploaded file.',NULL,NULL,'LINE',NULL,10,'','817d43c83d69a8c89f2f141fad4758bd','',NULL),(6142,'en','default','44b869367dc60dad99315ca40d3942d0','Log %s out of all locations.',NULL,NULL,'LINE',NULL,10,'','badb2e7c7f63d492665990e25a8ef1c5','',NULL),(6143,'en','default','97fbc046dee0c24cc7ddc258ebcaca4e','Log Out Everywhere',NULL,NULL,'LINE',NULL,10,'','88da604f8f6994ef11f19dd68b5a9036','',NULL),(6144,'en','default','2b502b84d79d95a55a39c6a772bab461','Log Out Everywhere Else',NULL,NULL,'LINE',NULL,10,'','1833ed4c8efcb9e5e99a51748a0c657a','',NULL),(6145,'en','default','1c124c3750c7d7a139a12f66cd64af28','Login Name',NULL,NULL,'LINE',NULL,10,'','8020fbbbc0b819db772943bc08f54e4d','',NULL),(6146,'en','default','839c0633140c82c4d0b78941a54f9618','Look Up',NULL,NULL,'LINE',NULL,10,'','bf83a27eacaae22d6ef01fc1c7849142','',NULL),(6147,'en','default','012b698b09466b078b9398d5f869799d','Looking for %1$s in %2$s',NULL,NULL,'LINE',NULL,10,'','1be1c495e4c3b1a63fbf2a466bd1d9e7','',NULL),(6148,'en','default','bd3d531ed0db79a20a55a898063a29ce','M j, Y @ H:i',NULL,NULL,'LINE',NULL,10,'','8d5c9b63a613bafffd87e5872b7909cb','',NULL),(6149,'en','default','706c1b1f9ccf231cfa448da3b0a6363c','M jS',NULL,NULL,'LINE',NULL,10,'','f57c82a5940b6a5dbf3cae5f8fdf2613','',NULL),(6150,'en','default','10a5854b943a61c865dc5771332535b7','M jS Y',NULL,NULL,'LINE',NULL,10,'','1178d8bb16a3c2aadb7f8aa281bbf586','',NULL),(6151,'en','default','8d8fcc1abd550c5f25dbfaa57d59cb67','MB',NULL,NULL,'LINE',NULL,10,'','747f912f571f126ae1e95d17ba13216d','',NULL),(6152,'en','default','14d417e0e8deeb6d00a5aba42c562bf4','MB (Leave blank for network default)',NULL,NULL,'LINE',NULL,10,'','16770fc073bd0a619e46dac20cc755f8','',NULL),(6153,'en','default','42388974913b939146f01d8ee56c233c','Mail Server',NULL,NULL,'LINE',NULL,10,'','105bad0d1854771edafd33f642ad0e6e','',NULL),(6154,'en','default','dd14bf45255c8ac41b90923ad267598c','Main Index Template',NULL,NULL,'LINE',NULL,10,'','71b0997e80044c485f9f01a353498413','',NULL),(6155,'en','default','205bd9048f3e2aa143fe718178b710c3','Main Page (no parent)',NULL,NULL,'LINE',NULL,10,'','c3d494b42bfa2383bbb5ba57b193658d','',NULL),(6156,'en','default','6bcea985c007bb267aecfdd27ab662f7','Main content',NULL,NULL,'LINE',NULL,10,'','fdaab4b8bc999e0ef00ffc75311bf66f','',NULL),(6157,'en','default','4d7a3b1c46041dc73dec5764f3a6b63a','Main menu',NULL,NULL,'LINE',NULL,10,'','96be57cff7cf8c2512badb9c7c03eefd','',NULL),(6158,'en','default','b95f5936b7ce1bee9d6f9537906b431a','Maintenance Release',NULL,NULL,'LINE',NULL,10,'','13cd65a3ee1cf129dd8a1e5b7962d8ae','',NULL),(6159,'en','default','4e82c748d684d360ccd015a22772e85a','Maintenance Releases',NULL,NULL,'LINE',NULL,10,'','4cdf3561346364352113f010269a575e','',NULL),(6160,'en','default','ab89afd4f3277b51a770febf8f2f425d','Maintenance and Security Release',NULL,NULL,'LINE',NULL,10,'','4aef35279c2d717347825da0d8ff3e3a','',NULL),(6161,'en','default','5a45024b06d288f81635a8977e60e1ca','Maintenance and Security Releases',NULL,NULL,'LINE',NULL,10,'','d37ef9418e82a6c1a0276f53b686e762','',NULL),(6162,'en','default','b7da9e6182489d12c9ecb11fbd306cb2','Major Customizer Improvements, Code Error Checking, and More! %s',NULL,NULL,'LINE',NULL,10,'','0dc7f266e90834e108de7520f913cb1e','',NULL),(6163,'en','default','8fd62d51b724cddc1154839e2b5a4de4','Make this post sticky',NULL,NULL,'LINE',NULL,10,'','7ed7e44d85807ee66d7a7777939e5d82','',NULL),(6164,'en','default','8289e2591f6be1707a0b2e7af3aeb83a','Manage <a href=\"%1$s\">widgets</a> or <a href=\"%2$s\">menus</a>',NULL,NULL,'LINE',NULL,10,'','6130fa7389813c3cfd8921078a95054e','',NULL),(6165,'en','default','8d73b64b88946cf63a506c272009fbc2','Manage Locations',NULL,NULL,'LINE',NULL,10,'','284b7202c1f2a6194d28a18a00243207','',NULL),(6166,'en','default','08c75612f76153e08c860e6fcc1fab52','Manage Themes',NULL,NULL,'LINE',NULL,10,'','fb3908a5c57a115d79246a5d2ca342b8','',NULL),(6167,'en','default','aa627d8864a043933a39e2324f2770d8','Manage Uploads',NULL,NULL,'LINE',NULL,10,'','7b510792c8484f1a1fa682af5a1e1526','',NULL),(6168,'en','default','df98310d6eef48189587073fa3054ab2','Manage menus',NULL,NULL,'LINE',NULL,10,'','40c97667bd9ec6bac7f8207046ba2fd0','',NULL),(6169,'en','default','91287eec81e365d9a2d6364995ff0f6c','Manage widgets',NULL,NULL,'LINE',NULL,10,'','b157a7245b4306bc2da32cd73b5ca90f','',NULL),(6170,'en','default','9cf0656a903bc3501b8295a7e88538fd','Manage with Live Preview',NULL,NULL,'LINE',NULL,10,'','961ff0ad7f70dbf696947dbf0656ca76','',NULL),(6171,'en','default','87a4cd24ed88393b68b0c3eeaa9293ae','Managing Pages',NULL,NULL,'LINE',NULL,10,'','d37efe53d3cb0e5aec280a71039aaa15','',NULL),(6172,'en','default','713db89d7ae9e244d012fb9dd9a53982','Managing pages is very similar to managing posts, and the screens can be customized in the same way.',NULL,NULL,'LINE',NULL,10,'','5f160f3c0999b6f3c714064351523da7','',NULL),(6173,'en','default','8e405f9fa6f567aaaf8ba93596df767a','Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link to the side to learn more.',NULL,NULL,'LINE',NULL,10,'','d87c37bfa257150ad73cd492d1558dbd','',NULL),(6174,'en','default','29c814f94f9655996c6982358d2d028f','Many themes show some sidebar widgets by default until you edit your sidebars, but they are not automatically displayed in your sidebar management tool. After you make your first widget change, you can re-add the default widgets by adding them from the Available Widgets area.',NULL,NULL,'LINE',NULL,10,'','90a9c622ce04410d1eb4367e50230adf','',NULL),(6175,'en','default','7ec9b462b84a3bc279f455f8ef0d4a41','Mark this comment as spam',NULL,NULL,'LINE',NULL,10,'','1bcb2e3226167aa718a8fc91db5a8095','',NULL),(6176,'en','default','73176624be80c0e747297ff26dff6119','Matt Mullenweg',NULL,NULL,'LINE',NULL,10,'','0a66e91cb9e4738737dce58766596d3e','',NULL),(6177,'en','default','9d3a53d1d556bec24f45cc2e458b363d','Max Height',NULL,NULL,'LINE',NULL,10,'','4fa7f362d1c1d40f656441d94a6e683b','',NULL),(6178,'en','default','95e942c63e81ac4845c306bf110290a8','Max Width',NULL,NULL,'LINE',NULL,10,'','dc61e6b1c69fab5e4a0af7db6a4a2fa0','',NULL),(6179,'en','default','6e15bbf8a68407a07523485ea995d931','Maximum Rating',NULL,NULL,'LINE',NULL,10,'','8d9c7aabf69bde6390531800c6fc9c48','',NULL),(6180,'en','default','1c7942fe0c3aa84f2956687924eae8cf','Maximum size: %s',NULL,NULL,'LINE',NULL,10,'','f3bca590ebf5e005620f526f180f06f8','',NULL),(6181,'en','default','72724cbf87c25c4a16b918bff38bb22b','Media Settings',NULL,NULL,'LINE',NULL,10,'','867e62eec37768acc564ab9f081750e1','',NULL),(6182,'en','default','b8c98f42228a1856097f21e7aa71157a','Media file attached.',NULL,NULL,'LINE',NULL,10,'','4f41cc4e9bf81ffd562f0fd63c938dc8','',NULL),(6183,'en','default','a5f02deb3b19ba8df6eff91f374b0781','Media file detached.',NULL,NULL,'LINE',NULL,10,'','c821ad76b9f84305a97a1f8d9a367919','',NULL),(6184,'en','default','c8f4a2d01431adde9ce07b8198fb4784','Media file moved to the trash.',NULL,NULL,'LINE',NULL,10,'','c959d5311e9ab05cee9288a00fefafbd','',NULL),(6185,'en','default','c67a89c1f8561401c5d8af435a328e67','Media file permanently deleted.',NULL,NULL,'LINE',NULL,10,'','d7585a940dfafb7a42ac1ca02fb83ded','',NULL),(6186,'en','default','de57c56d12c1a19edeeeba7e63597b30','Media file restored from the trash.',NULL,NULL,'LINE',NULL,10,'','59bad6f548847be49df2345bca60d81e','',NULL),(6187,'en','default','c0d54cf0ce1525ad732143c46acb51ae','Media file updated.',NULL,NULL,'LINE',NULL,10,'','9ac863e4b1ebabf32f06e768d4b15936','',NULL),(6188,'en','default','27dc5f265069c5c44f2f5e5b81e616e6','Media items list',NULL,NULL,'LINE',NULL,10,'','8a2a261697e8e34976bf247aeb129613','',NULL),(6189,'en','default','cd0067c5622e0c61720d91e11454916c','Media items list navigation',NULL,NULL,'LINE',NULL,10,'','c5a9da2acdddffb7a914440c38e7b909','',NULL),(6190,'en','default','b474ad1cf004b0446c0901c6e198757e','MediaElement.js upgraded to 4.2.6',NULL,NULL,'LINE',NULL,10,'','674e62a12c01e5b3323cd8cbc6732b05','',NULL),(6191,'en','default','275766fd914a1dfa0f39b21c94c4c1b8','Medium size',NULL,NULL,'LINE',NULL,10,'','e4fbddc5305dd35de3ea87fdd17ad360','',NULL),(6192,'en','default','8635c02b3853f213eda0af2a88dc58f6','Meetups',NULL,NULL,'LINE',NULL,10,'','605fdce3caf2e7140597a35c6580856a','',NULL),(6193,'en','default','77a3f553666ab77020a502e5079335c8','Membership',NULL,NULL,'LINE',NULL,10,'','820a1092816f6bdd284d70241e530d4d','',NULL),(6194,'en','default','1a12590b328706178ff2578fc839555c','Menu Management',NULL,NULL,'LINE',NULL,10,'','3eedd223b76fd68e50248a0655649922','',NULL),(6195,'en','default','17ea368fa0aaaa663f860633909daa1c','Menu Settings',NULL,NULL,'LINE',NULL,10,'','2ffcb48b9449d2fffcf8ab9433cd0674','',NULL),(6196,'en','default','9ab012c2829e5abaebb4aef19f28a2f5','Menu Structure',NULL,NULL,'LINE',NULL,10,'','cfe44d78619b50f5ab5413985544a8bd','',NULL),(6197,'en','default','483790a62424024a47f3a5d8d254fd06','Menu locations updated.',NULL,NULL,'LINE',NULL,10,'','3a45a430923693f9ef5199a170d6febb','',NULL),(6198,'en','default','075aca328011bcabd443fd73a9fa7c14','Menu order',NULL,NULL,'LINE',NULL,10,'','f555cc90b06469e5c6aff44ba129c4ef','',NULL),(6199,'en','default','253a7846f846822cef57c24c1e7773a1','Menus can be displayed in locations defined by your theme, even used in sidebars by adding a &#8220;Navigation Menu&#8221; widget on the <a href=\"%1$s\">Widgets</a> screen. If your theme does not support the navigation menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.',NULL,NULL,'LINE',NULL,10,'','b928a19f854171bb78ebcc1581a3ebbd','',NULL),(6200,'en','default','4aaed6e4c29f13a7c40cfd28581ef63f','Missed schedule',NULL,NULL,'LINE',NULL,10,'','5ce6ba3d6cf08f5724ad77680b017862','',NULL),(6201,'en','default','39379cb5216586c1e0bb31cd0dee64be','Missing Widgets',NULL,NULL,'LINE',NULL,10,'','fed26992edec9b0b4e080ce678b8e973','',NULL),(6202,'en','default','7623dae1dc1a0906e7062e209e36cbdb','Missing a temporary folder.',NULL,NULL,'LINE',NULL,10,'','af5163fea058b8f4b064b75f5436915c','',NULL),(6203,'en','default','319e6bc7c9cb0b79733992eafc024d1d','Missing eraser index.',NULL,NULL,'LINE',NULL,10,'','6082266c9d70825ad8632ad2c5831e91','',NULL),(6204,'en','default','4e6589a0b04d190c378d63379642ec1f','Missing exporter index.',NULL,NULL,'LINE',NULL,10,'','75b80ecd1bc591953d1dd9cd34a29a0d','',NULL),(6205,'en','default','0c8552c0252427a667c52def3bda8f03','Missing page index.',NULL,NULL,'LINE',NULL,10,'','55e9a5d0da224e2019b9f5d202192b84','',NULL),(6206,'en','default','2428a2af212b78a80ee5ca052c053e36','Missing request ID.',NULL,NULL,'LINE',NULL,10,'','cef7c84c11f1ffc5d0d7d9512d56b107','',NULL),(6207,'en','default','bfe886c68186a747c192a30a95467bf6','Moderate Comment',NULL,NULL,'LINE',NULL,10,'','fed359494505b9c43e6b023c0daab170','',NULL),(6208,'en','default','9f254df8f5fe774d20ea975be672bd51','Moderating Comments',NULL,NULL,'LINE',NULL,10,'','c746a0e88169f436e9a6466942252718','',NULL),(6209,'en','default','388a1fa2869cce171e0ca8466a1f7f76','MonsterID (Generated)',NULL,NULL,'LINE',NULL,10,'','767073e3955071e3088c21b5a8ff2568','',NULL),(6210,'en','default','e6e07959e7b527f530ecb8d8d523c1c2','Month and name',NULL,NULL,'LINE',NULL,10,'','c1031883df63df02381881ba4d5a878b','',NULL),(6211,'en','default','dfe9ff4dbd90ea59c5e0a7c965dee422','More Actions',NULL,NULL,'LINE',NULL,10,'','a556355f777a02383101989df47444db','',NULL),(6212,'en','default','58b5eb88c7c79201506292ee930aec19','More Details',NULL,NULL,'LINE',NULL,10,'','99d599cf8f98668d474018a85e7bfbe1','',NULL),(6213,'en','default','57fc91556cc72d68825cfb72e1162998','More Reliable Theme Switching',NULL,NULL,'LINE',NULL,10,'','4c554b5ddb74283f77e0659e2670973d','',NULL),(6214,'en','default','77c41ffdf7bebe6e2f1896cf8ae78a73','More information about %s',NULL,NULL,'LINE',NULL,10,'','fd2502901129f960140b7fda25da4e5b','',NULL),(6215,'en','default','fb6d723e8290c1b7c3e828132a852a97','Most Recent',NULL,NULL,'LINE',NULL,10,'','2704f47c3fdbfa97dfb59dd051cc111b','',NULL),(6216,'en','default','fcd99583341d36fed9a308df418b0501','Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin&#8217;s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.',NULL,NULL,'LINE',NULL,10,'','f0345a79c1b5429286734217a80c98ed','',NULL),(6217,'en','default','f5edc853e96c1ea8b465c7ab39769ca3','Most themes display the site title at the top of every page, in the title bar of the browser, and as the identifying name for syndicated feeds. The tagline is also displayed by many themes.',NULL,NULL,'LINE',NULL,10,'','a516610b2a4c609cdd98fb0de2c64939','',NULL),(6218,'en','default','15cc57dcd87597da973e70d74205b018','Movable Type and TypePad',NULL,NULL,'LINE',NULL,10,'','89e69c4fbe58cc837c6c1a0753ebec56','',NULL),(6219,'en','default','6bc362dbf494c61ea117fe3c71ca48a5','Move',NULL,NULL,'LINE',NULL,10,'','91321d9908b497e7c457a4f78798429f','',NULL),(6220,'en','default','34a6d4b91ca8a40fde4c72100ca9358e','Move &#8220;%s&#8221; to the Trash',NULL,NULL,'LINE',NULL,10,'','20491b46d52ff0f5a0e724157649e743','',NULL),(6221,'en','default','e434ffb61c1064f3e09db0aaf38c7e8d','Move this comment to the Trash',NULL,NULL,'LINE',NULL,10,'','8eca60f4d65da47c60865d70ea6042c5','',NULL),(6222,'en','default','7a289ea949902e8fa53efb4b3b4ccea0','Move to Trash',NULL,NULL,'LINE',NULL,10,'','664ef7929e32ca35afc14762a1c7df1b','',NULL),(6223,'en','default','3398384d71c37431547588101fc25266','Multisite support is not enabled.',NULL,NULL,'LINE',NULL,10,'','89a2e1af50d8f1b5eb63c7cfd65d34e1','',NULL),(6224,'en','default','3f92fd8f83520c886dbb72ad1c2fcc09','Must-Use <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','8333db8622c97056ed331fa5557f79e6','',NULL),(6225,'en','default','0a6ebe44585b2f0427a46ea1eaadde35','My Site',NULL,NULL,'LINE',NULL,10,'','b0a2520129928a42fb724ad32f7755b2','',NULL),(6226,'en','default','4da466ef7ed9d396922daa186c406a0e','Mystery Person',NULL,NULL,'LINE',NULL,10,'','c3c3f5b8fdfab9363da8ef5828dc1821','',NULL),(6227,'en','default','4e140ba723a03baa6948340bf90e2ef6','Name:',NULL,NULL,'LINE',NULL,10,'','1d301682c30adc2b1d810668845b0ec8','',NULL),(6228,'en','default','846495f9ceed11accf8879f555936a7d','Navigation',NULL,NULL,'LINE',NULL,10,'','52b4c7dc9c72494863e18b45a3f4c4ce','',NULL),(6229,'en','default','d9208cb0bdcef2e1858fe04500cc0bb4','Need help putting together your new Privacy Policy page? <a href=\"%1$s\" %2$s>Check out our guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.',NULL,NULL,'LINE',NULL,10,'','2cbbfb3a25066c84f08dd0d61610034d','',NULL),(6230,'en','default','69367be9fa5866b09501b0d079564b18','Need help? Use the Help tab above the screen title.',NULL,NULL,'LINE',NULL,10,'','56c531d99f778eed63e47ab158eca170','',NULL),(6231,'en','default','466eb98c94140441eee54ed7e237f4b0','Need more help? <a href=\"%s\">We got it</a>.',NULL,NULL,'LINE',NULL,10,'','8b714351820a87d680a0894e21c79216','',NULL),(6232,'en','default','8a699dd848ef6733cdbdf91bd9fc1395','Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to your team and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration&#43;&#43;?',NULL,NULL,'LINE',NULL,10,'','afb8db2f6bb1281b09336d8479ea2a9a','',NULL),(6233,'en','default','1b3edc95015dca1e7a8b0f58160a0245','Network Active',NULL,NULL,'LINE',NULL,10,'','1a6d29821e0200fdbc3e1bf3118ac18d','',NULL),(6234,'en','default','37227e686d816d0b673b7f7173abcf4d','Network Deactivate',NULL,NULL,'LINE',NULL,10,'','780d7d4e4a83154b332a9c49213da373','',NULL),(6235,'en','default','292fe4dabdf2e5e796c4582a092faafb','Network Only',NULL,NULL,'LINE',NULL,10,'','1e37e2f55d32787e5345850c2d256965','',NULL),(6236,'en','default','48ced9cf66bab687cae37c23567e32f8','Network Setup',NULL,NULL,'LINE',NULL,10,'','67401d1cd8a183a5dde065b60925f72c','',NULL),(6237,'en','default','7816353627a9e66451215c166eee0059','New <strong>Tools</strong> have been added to help you with personal data export and erasure requests.',NULL,NULL,'LINE',NULL,10,'','350953d0a7fb0bbfffc8d1a8b8f96b08','',NULL),(6238,'en','default','da704f2dbc8a2eb03e5c6bf59bd943a6','New Editor',NULL,NULL,'LINE',NULL,10,'','44927e5409cf4b46e8f4f5d77cc26e59','',NULL),(6239,'en','default','ae3bb2a1ac61750150b606298091d38a','New Password',NULL,NULL,'LINE',NULL,10,'','a729d5d868b28e3d7d0abc53ad0b0680','',NULL),(6240,'en','default','415026980280decbe8391def242231dc','New User Default Role',NULL,NULL,'LINE',NULL,10,'','fac9b6782c7e5af88c20acf99c74ef75','',NULL),(6241,'en','default','261733f49e2afa64e5cc0f1899736d56','New WordPress Site',NULL,NULL,'LINE',NULL,10,'','e7be3f5cf4c2575eb8d2646554c48092','',NULL),(6242,'en','default','84fd0aedd92ac4d362658a9ed687f1a8','New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.',NULL,NULL,'LINE',NULL,10,'','15ddf582272e2677ebc588edc176eaf4','',NULL),(6243,'en','default','b9a492bdfa9de54c963f71db20af3b94','New category name',NULL,NULL,'LINE',NULL,10,'','f8cd7f0ba761eff743c9e74748bdfd12','',NULL),(6244,'en','default','8961b4c2e61b1fae2be2f2c573be1b64','New dimensions:',NULL,NULL,'LINE',NULL,10,'','88e74294e20c6f9b442aaeeea2b2ab7e','',NULL),(6245,'en','default','7fc9bafe64334997d1364967ca25b798','New theme activated.',NULL,NULL,'LINE',NULL,10,'','b5b5db80719a38cf595fd4d2b73dc158','',NULL),(6246,'en','default','91a1c89681d3b16e7e399b43e80dca96','New translations are available.',NULL,NULL,'LINE',NULL,10,'','a32d6df36bbfd2b2dcdc5f0bd31079ad','',NULL),(6247,'en','default','337a1be4d32b8e712f9e11d137178430','New user created.',NULL,NULL,'LINE',NULL,10,'','359d2e447495355c5780eb95642687fd','',NULL),(6248,'en','default','d1bfcf365571ea572429782f482e6766','New user created. <a href=\"%s\">Edit user</a>',NULL,NULL,'LINE',NULL,10,'','a2cd580e77e50ff5017fd43db64d558f','',NULL),(6249,'en','default','2389d7129104cfac409da3c890e33914','New users are automatically assigned a password, which they can change after logging in. You can view or edit the assigned password by clicking the Show Password button. The username cannot be changed once the user has been added.',NULL,NULL,'LINE',NULL,10,'','c6559e2bd6df695c919e692ff066cd7e','',NULL),(6250,'en','default','d69368d98c291d96caf86f6d031b886a','New users will receive an email letting them know they&#8217;ve been added as a user for your site. This email will also contain their password. Check the box if you don&#8217;t want the user to receive a welcome email.',NULL,NULL,'LINE',NULL,10,'','6f2b17a6f2c2c07d29e2fa24c1416dc2','',NULL),(6251,'en','default','f915f676f412fe5037c3d4f7d00db5be','New version available.',NULL,NULL,'LINE',NULL,10,'','8f3f266e4e5e8a95bf0abf81ff096ebe','',NULL),(6252,'en','default','d89fe0990fe674aef6943ff116af39e5','New version available. <button class=\"button-link\" type=\"button\">Update now</button>',NULL,NULL,'LINE',NULL,10,'','a4687dcfe0eba4d80838d6f0481f95d7','',NULL),(6253,'en','default','819807763bdc5d23fc6eca40a0ee21bc','Newer Version (%s) Installed',NULL,NULL,'LINE',NULL,10,'','b9e216039140c08e58fc94f247fde608','',NULL),(6254,'en','default','dd1ba1872df91985ed1ca4cde2dfe669','News',NULL,NULL,'LINE',NULL,10,'','a6d8143ab2a12d49f115a5019b534a52','',NULL),(6255,'en','default','1b920337ea7c0ca3dadb73c0a64b69a7','Next Steps',NULL,NULL,'LINE',NULL,10,'','f8b69a7514547f3cb72237e60cd2e958','',NULL),(6256,'en','default','1771b8284280660537e3e533f88af3b2','Nickname',NULL,NULL,'LINE',NULL,10,'','5e84fcbaf888e6382cb108d7e3d3aa74','',NULL),(6257,'en','default','c04452bdaf053e4dd7b4c91ef45f5a55','No Update Required',NULL,NULL,'LINE',NULL,10,'','80434df2de125a7648428ccb6ce4161c','',NULL),(6258,'en','default','b8718cbc20b9a1b4f538ae8edb769658','No activity yet!',NULL,NULL,'LINE',NULL,10,'','407b5febd7570404b201db77a760ca4e','',NULL),(6259,'en','default','269c5f61b25375f2456a592934ea5181','No approved comments',NULL,NULL,'LINE',NULL,10,'','c59bbe4f3959c8f9655850dd406a1822','',NULL),(6260,'en','default','962491a09ce43604118343d78d4fdb2a','No comments',NULL,NULL,'LINE',NULL,10,'','4a7b20e54f85f75a5d2669d95cb611a5','',NULL),(6261,'en','default','e5b64f80f1657d572800ddd38dfb5151','No comments awaiting moderation.',NULL,NULL,'LINE',NULL,10,'','376d097f08987bb1204858399b1ef9da','',NULL),(6262,'en','default','7640e9e347488b0537ea4732db7ce9ab','No comments found.',NULL,NULL,'LINE',NULL,10,'','0043f0b2c23084b41745071f1eca6d59','',NULL),(6263,'en','default','ac887a7c8910147cb2e5c1b41985381a','No comments yet.',NULL,NULL,'LINE',NULL,10,'','e8c476f474099e5a1f0e6a69459279e2','',NULL),(6264,'en','default','9b7ccbda7073f6ae470fbad435accb8f','No description',NULL,NULL,'LINE',NULL,10,'','7f7ffeb06a9890a0f6fac26573cde85f','',NULL),(6265,'en','default','8c9067e52e4440d8a20e74fdc745b0c6','No file was uploaded.',NULL,NULL,'LINE',NULL,10,'','973e3d270086932f67a4dd4c8598fdc4','',NULL),(6266,'en','default','868696dd210004d71945aae94b6f4792','No further action is needed on your part.',NULL,NULL,'LINE',NULL,10,'','85d156a15b61bdf68cc92aaf60809ebe','',NULL),(6267,'en','default','812a08fa198b8babf03d117e220e3dfc','No importers are available.',NULL,NULL,'LINE',NULL,10,'','c104a500a2925acb9be57bb4474156e8','',NULL),(6268,'en','default','0d8e773396003de02d70e4e70d7930a7','No items.',NULL,NULL,'LINE',NULL,10,'','cf88babd429337afdc665ac0ae587385','',NULL),(6269,'en','default','0b77a05b888a7913d65957ce4ed77a0a','No links found.',NULL,NULL,'LINE',NULL,10,'','1582dc3cfe71845225a6feb7f4dee1ab','',NULL),(6270,'en','default','43bd7e159197f3c704c86eba64c8a575','No pending comments',NULL,NULL,'LINE',NULL,10,'','6a7feb8c4830b3de797b682d5fe08698','',NULL),(6271,'en','default','0340589bcfdc4fef9ce7f9124e2eb42a','No plugin specified.',NULL,NULL,'LINE',NULL,10,'','3128c9a262f3a44d89f8a1d81b58919d','',NULL),(6272,'en','default','82747c6d4c1330292ec53c84555aea5a','No plugins found for &#8220;%s&#8221;.',NULL,NULL,'LINE',NULL,10,'','0ac0e83582a65463c9de05c189254a0b','',NULL),(6273,'en','default','0f25be084773438f4cc5c9185fdbdc92','No plugins found.',NULL,NULL,'LINE',NULL,10,'','848efcd655f22e6f29226ecab7566185','',NULL),(6274,'en','default','f2981d64c74cb84aee181bd09890e818','No role',NULL,NULL,'LINE',NULL,10,'','4f8b30edad44de9f7ba0426a8604077e','',NULL),(6275,'en','default','ab970c2bd52ee8e6782c55e1cabf9b31','No such file exists! Double check the name and try again.',NULL,NULL,'LINE',NULL,10,'','b12bf1f9364f2eca8f5d885147303437','',NULL),(6276,'en','default','5e251bf1f14d5a8119c59ff5d8bb0017','No thanks, do not remind me again',NULL,NULL,'LINE',NULL,10,'','e2e529a28917696f0746167227a165ad','',NULL),(6277,'en','default','4e2e55eccd6dec665e9185157fc2288b','No theme specified.',NULL,NULL,'LINE',NULL,10,'','46eab9ad00c739793b93ba0c20a02392','',NULL),(6278,'en','default','48d057ca6bf217d80224e8579669efe3','No themes match your request.',NULL,NULL,'LINE',NULL,10,'','c3e2e58239203308276f89589951557b','',NULL),(6279,'en','default','ef68cf0d4461a8893f9ef689a8069345','No users found.',NULL,NULL,'LINE',NULL,10,'','0011781b8eb6e8eaeaf61a193c10d1ad','',NULL),(6280,'en','default','67fc43d8e2fb2b7ab4bf8396d05a1603','No valid plugins were found.',NULL,NULL,'LINE',NULL,10,'','d63e1379895739890328170c1c21632a','',NULL),(6281,'en','default','6c49583c00b6bc8ae9f6cde0ee10a7c6','No, return me to the plugin list',NULL,NULL,'LINE',NULL,10,'','47bfc6d9b302ffa5f8ae905968625a5a','',NULL),(6282,'en','default','99d007d552f181b3112c49222b3c8dd4','Not Sticky',NULL,NULL,'LINE',NULL,10,'','59bf22fc6c899af283d3407f742e7546','',NULL),(6283,'en','default','a297e686f39f3e4ef2713332e124b33c','Not enough space to upload. %1$s KB needed.',NULL,NULL,'LINE',NULL,10,'','3c58ab26e1f2b098e5b4b2a85969687e','',NULL),(6284,'en','default','640edb208fd2c5ac419955f9b13bb932','Not quite ready?',NULL,NULL,'LINE',NULL,10,'','10d84d2a1657fc60d314b508251a6416','',NULL),(6285,'en','default','fa7382ff700d3724fcb12033da8e6824','Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.',NULL,NULL,'LINE',NULL,10,'','9ad46fafa73b0c374061a5555c826d1b','',NULL),(6286,'en','default','fc9d3df613063ee57906c461320744e2','Note:',NULL,NULL,'LINE',NULL,10,'','d2b179ab17c9cdbeccc529fea9142529','',NULL),(6287,'en','default','f93cdc6233018a3bc66fa518cbbeac01','Note: Neither of these options blocks access to your site &mdash; it is up to search engines to honor your request.',NULL,NULL,'LINE',NULL,10,'','184ff73e3bba30a90845a13b3a9bc00c','',NULL),(6288,'en','default','f4c6f851b00d5518bf888815de279aba','Notes',NULL,NULL,'LINE',NULL,10,'','76d962bfb2c6655918713c9203f3f087','',NULL),(6289,'en','default','22ddb53b5d9e869750e16d150b9a6bb3','Noteworthy Contributors',NULL,NULL,'LINE',NULL,10,'','79b4362b90f5a1ed6d77771a28eb69f6','',NULL),(6290,'en','default','e8712092c60ec80e20db5fb3fc3d975d','Nothing to save, the image has not changed.',NULL,NULL,'LINE',NULL,10,'','9eb71703bd91e79b5b7ee86318179d21','',NULL),(6291,'en','default','893b50b5ba267d0df8d24aa77329f9a7','Notice:',NULL,NULL,'LINE',NULL,10,'','c110d401119c6476dabe50e400a06da6','',NULL),(6292,'en','default','0288dd711e65968bfdde3f10f54dcff6','Number of Themes found: %d',NULL,NULL,'LINE',NULL,10,'','ee4d2d504af9b42b3e5a7464e1d0723d','',NULL),(6293,'en','default','cd05ee51e75e88a93ab57da612d356fc','Number of items per page:',NULL,NULL,'LINE',NULL,10,'','f418b8c01965c0aff471a68a88564f8c','',NULL),(6294,'en','default','e93f994f01c537c4e2f7d8528c3eb5e9','Count',NULL,NULL,'LINE',NULL,10,'Number/count of items','cbc9742faeb50eb6ad78f50ccdaa8b68','',NULL),(6295,'en','default','87322391cc6e8948ce9fd5d6cb84fced','Numeric',NULL,NULL,'LINE',NULL,10,'','206d80b957d1098a27395906095e6119','',NULL),(6296,'en','default','e45bfeb9fa95a202319d55f3ba06991b','On this screen, you can update to the latest version of WordPress, as well as update your themes, plugins, and translations from the WordPress.org repositories.',NULL,NULL,'LINE',NULL,10,'','e372d88371c5bbedffe3b8b4d1dc9d54','',NULL),(6297,'en','default','0714b33feb07b8992b9914025e568fc8','Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.',NULL,NULL,'LINE',NULL,10,'','656b0f02feb4ed602f3d68d8ba6571e8','',NULL),(6298,'en','default','15ba3609d6a9a8be7cc025c41ae19f62','Once you have generated a list of themes, you can preview and install any of them. Click on the thumbnail of the theme you&#8217;re interested in previewing. It will open up in a full-screen Preview page to give you a better idea of how that theme will look.',NULL,NULL,'LINE',NULL,10,'','72042c37469bf256bfc5bb674562276f','',NULL),(6299,'en','default','8e20cb9ac7a7a3d3dfc249d35e9b4717','Once you have made your selection, you can adjust it by entering the size in pixels. The minimum selection size is the thumbnail size as set in the Media settings.',NULL,NULL,'LINE',NULL,10,'','7378db9da96f4b5aeed6cc14a9089a1a','',NULL),(6300,'en','default','02a05f8200d69abd63a62fb16bc7404f','Once you hit &#8220;Confirm Deletion&#8221;, the user will be permanently removed.',NULL,NULL,'LINE',NULL,10,'','ef7fea94758275187784ef15c8eb077f','',NULL),(6301,'en','default','83ccb8d3cd7cb228d8d89f83c0a6ec7f','Once you hit &#8220;Confirm Deletion&#8221;, these users will be permanently removed.',NULL,NULL,'LINE',NULL,10,'','cfcd838a5785c1f1de40ff0f4be2a7e2','',NULL),(6302,'en','default','0dcbc95d2f0f9bb8cee6cabd144483ba','Once you&#8217;ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site.',NULL,NULL,'LINE',NULL,10,'','12aa9807b432fccf591bd1195d00700f','',NULL),(6303,'en','default','8f5b3b4a263709d0e5027987ebc05b86','One Column',NULL,NULL,'LINE',NULL,10,'','3fe2124459e720be6439345ad4a1af2e','',NULL),(6304,'en','default','e8e8c081f4c70bd883451ba47fc4eb93','One of the plugins is invalid.',NULL,NULL,'LINE',NULL,10,'','6f3e5f2dd3401ccf997c8bb1e6f2ad16','',NULL),(6305,'en','default','aee3392af471e36092cce4382d87ef9c','One of the selected users is not a member of this site.',NULL,NULL,'LINE',NULL,10,'','67c0f117144e3c01eb2fa4ad1b26cd0e','',NULL),(6306,'en','default','f67bd0e3594baa94bfd0f6ca34a9c158','One or more database tables are unavailable. To allow WordPress to attempt to repair these tables, press the &#8220;Repair Database&#8221; button. Repairing can take a while, so please be patient.',NULL,NULL,'LINE',NULL,10,'','fee70327855b442f000e29a2ea3e36cf','',NULL),(6307,'en','default','1d0317d126d4bb01475c274825fdfcec','Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.',NULL,NULL,'LINE',NULL,10,'','aee75a6479902eb2d96e036c8bab4bff','',NULL),(6308,'en','default','7a0d62b3716ce5fb226b5cd71fe0419a','Oops, no such file exists! Double check the name and try again, merci.',NULL,NULL,'LINE',NULL,10,'','ef2bd8f71a46a1eaeae3ee16e756de66','',NULL),(6309,'en','default','ebb061953c0454b2c8ee7b0ac615ebcd','Optional',NULL,NULL,'LINE',NULL,10,'','529fec214c83ccc13ea9f2b9982da799','',NULL),(6310,'en','default','f230d3e5110f2ebddd55016e89e22539','Or choose an image from your media library:',NULL,NULL,'LINE',NULL,10,'','309338a7a06974c4f4aad26a3ff85cab','',NULL),(6311,'en','default','85101302f97c3dc0e3533fe9e58cd485','Or:',NULL,NULL,'LINE',NULL,10,'','5c659249c9144708cdf2f22b1e47dfb9','',NULL),(6312,'en','default','a240fa27925a635b08dc28c9e4f9216d','Order',NULL,NULL,'LINE',NULL,10,'','0464d09bf2c2a6185d7bac08e303322b','',NULL),(6313,'en','default','e01387d843f113215bcdc1ca7829e7df','Order images by:',NULL,NULL,'LINE',NULL,10,'','42d908284d714d4ab3d7c103a187caa8','',NULL),(6314,'en','default','2ca3deb5cd68fa9119b285804fab572f','Order:',NULL,NULL,'LINE',NULL,10,'','c56d1ab74b96106aec4f9f3e5f71d0ca','',NULL),(6315,'en','default','3a936170a7dda1642445109a26dee55f','Organize my uploads into month- and year-based folders',NULL,NULL,'LINE',NULL,10,'','9c791b2a5924c254c99e91cce1554c9d','',NULL),(6316,'en','default','0a52da7a03a6de3beefe54f8c03ad80d','Original',NULL,NULL,'LINE',NULL,10,'Original Size','e855a1081a00467038cf88168379c0d3','',NULL),(6317,'en','default','505073ede100da5bec233016bb6dc8cc','Original dimensions %s',NULL,NULL,'LINE',NULL,10,'','0c6719af5a9d5ccf12854cc548e02629','',NULL),(6318,'en','default','160085ca8ac802dab9b11e3fc3437cd0','Other WordPress News',NULL,NULL,'LINE',NULL,10,'','4b88162d41d6f5755066730088bbc9e6','',NULL),(6319,'en','default','d3db447b15575c3fdedd380e737f94b3','Other comment settings',NULL,NULL,'LINE',NULL,10,'','f1a1dbbcfdd840f26abd8fd1d806e693','',NULL),(6320,'en','default','b4684d8078ea0c5f2f1b8d664924c6ac','Other user roles have been changed.',NULL,NULL,'LINE',NULL,10,'','fb28eb99174fb0b986cff1c14a54acbc','',NULL),(6321,'en','default','78396d895adb5ce29d91411699647744','Other users have been deleted.',NULL,NULL,'LINE',NULL,10,'','22cd1ec3c7b009df61891f4aff7cd489','',NULL),(6322,'en','default','996968cb2f9356d44845c048d1a84151','Other users have been removed.',NULL,NULL,'LINE',NULL,10,'','1c21145924ec8df2a84a0c386d11291e','',NULL),(6323,'en','default','60c69c85078faab94c4ad122825e041b','Our website address is: %s.',NULL,NULL,'LINE',NULL,10,'','9864bae3e2831914ba049efb8e2e3b08','',NULL),(6324,'en','default','3b878279a04dc47d60932cb294d96259','Overview',NULL,NULL,'LINE',NULL,10,'','222843468c38b7ce807f729c952750c3','',NULL),(6325,'en','default','e2cedf7a942de0ad15a8822bb050d266','PG &#8212; Possibly offensive, usually for audiences 13 and above',NULL,NULL,'LINE',NULL,10,'','a50fe2e8a6c48cdfa5202f72cf90539e','',NULL),(6326,'en','default','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'LINE',NULL,10,'','560d796116b11ddb7808064bbf366bc6','',NULL),(6327,'en','default','98cf1a26a27eba0feb82805751430a83','Page draft updated.',NULL,NULL,'LINE',NULL,10,'','5f5d2ffc7af92c1b13d8aa74d4d6ae5f','',NULL),(6328,'en','default','46fe596b1ddb2e7b717940954ace4c9e','Page index cannot be less than one.',NULL,NULL,'LINE',NULL,10,'','8b00437b1738f09848d643d6ec7068c3','',NULL),(6329,'en','default','636410a13317b6f4492045fd8208fa0a','Page published.',NULL,NULL,'LINE',NULL,10,'','dee057e61f45f2959087926fafe8ed89','',NULL),(6330,'en','default','0d1e64593926aa85a8e1013b9509d266','Page restored to revision from %s.',NULL,NULL,'LINE',NULL,10,'','efe7110a6c37037de10a98973d011f98','',NULL),(6331,'en','default','e800fbaacea357fdc8f87bddee76ec84','Page saved.',NULL,NULL,'LINE',NULL,10,'','d255af602f27d5311a90d80157776e4c','',NULL),(6332,'en','default','c539d21b36237576f78c910df027012e','Page scheduled for: %s.',NULL,NULL,'LINE',NULL,10,'','1fd185d01d8407c32b57e6fd8d82c98c','',NULL),(6333,'en','default','edf9caa4a44775e974b81a3f9821442a','Page submitted.',NULL,NULL,'LINE',NULL,10,'','d40349c1a00b1b959c3b05ccc6a6185e','',NULL),(6334,'en','default','fa571a7ead810e1494280d19f634e887','Page updated.',NULL,NULL,'LINE',NULL,10,'','3d5ebc2d340d8a71f7954c3696a3dc39','',NULL),(6335,'en','default','60be57d14942b01e4d2bccff314615dc','Pages are similar to posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest pages under other pages by making one the &#8220;Parent&#8221; of the other, creating a group of pages.',NULL,NULL,'LINE',NULL,10,'','5bb48b4ca8537da5fe1c709d252a3dab','',NULL),(6336,'en','default','cbb81506a7fe3ef03f7a89c76c52131a','Pagination',NULL,NULL,'LINE',NULL,10,'','39f62087bd89f29ac2141aa519207c07','',NULL),(6337,'en','default','30269022e9d8f51beaabb52e5d0de2b7','Parent',NULL,NULL,'LINE',NULL,10,'','ed3b96ed0e1feb1a19dd1a92033eb6e9','',NULL),(6338,'en','default','7aa025f6e74bac2cf484b03f7b013ab6','Password protected',NULL,NULL,'LINE',NULL,10,'','888662300496202adad60b26e2248a07','',NULL),(6339,'en','default','2042039084309ff51e79ad865fddfe18','Permalink Settings',NULL,NULL,'LINE',NULL,10,'','c76844e39b33480bb6fe2e4cf46768b8','',NULL),(6340,'en','default','a28b02e5b2627766e1d9ebc98edb8e46','Permalink structure updated.',NULL,NULL,'LINE',NULL,10,'','e9c9e182f4f55b8b4c0fbd524c8e2ffc','',NULL),(6341,'en','default','e0b0edf046c52c34774311df9b93a672','Permalink structure updated. Remove write access on web.config file now!',NULL,NULL,'LINE',NULL,10,'','ca3bb2f093daa12287809f4fbe2b534f','',NULL),(6342,'en','default','1753ee659d61df848b82a4664f0120db','Permalink:',NULL,NULL,'LINE',NULL,10,'','9f51d150b821142bb652cf285525dd36','',NULL),(6343,'en','default','98b3d440a978dc22e31dca52fc5d1943','Permalinks',NULL,NULL,'LINE',NULL,10,'','0340cb1118d3a54c36162311cd1352bf','',NULL),(6344,'en','default','cf58d0bdb1a7290be283d6eecf7ae494','Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change &#8212; hence the name permalink.',NULL,NULL,'LINE',NULL,10,'','5e17346941e1c3c5429df2cd864628f8','',NULL),(6345,'en','default','80eb21ed1fac7886258fd1da7c3268bc','Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom Structure.',NULL,NULL,'LINE',NULL,10,'','341dbad1916c2decd6aead18f094b18b','',NULL),(6346,'en','default','fd38dcd7edf68966ce833e60653241ca','Permanently Delete Comment',NULL,NULL,'LINE',NULL,10,'','1cc334225981809ecaae211798d82b17','',NULL),(6347,'en','default','86a4e3606b3096a1f3c914b278cfcbf9','Personal Data Export',NULL,NULL,'LINE',NULL,10,'','a78996bdd61abef3af2a638eb3617a3c','',NULL),(6348,'en','default','386a8806989b33d497b53ad0e7f1342b','Personal Data Export and Erasure',NULL,NULL,'LINE',NULL,10,'','7bb0e93aecc586b663437e501ea98880','',NULL),(6349,'en','default','906e081b527982b3349a6e665e01dea7','Personal Data Export for %s',NULL,NULL,'LINE',NULL,10,'','bfaf88c4e3f2922d4597be84ba0f01e0','',NULL),(6350,'en','default','241c6d86ab2685ef978d308cd9345f41','Personal Data and Privacy',NULL,NULL,'LINE',NULL,10,'','a61774cecf82982a21c71067597716c3','',NULL),(6351,'en','default','009b11c0a02f3d06368ca3c69105d8d5','Personal Options',NULL,NULL,'LINE',NULL,10,'','d429cffdd0a91303fe05dd1ab90bf1b3','',NULL),(6352,'en','default','61ea2b8d21fe2e4df2247f0680579024','Personal data is not just created by a user&#8217;s interactions with your site. Personal data is also generated from technical processes such as contact forms, comments, cookies, analytics, and third party embeds.',NULL,NULL,'LINE',NULL,10,'','9a4977aaf3242145fdb1214580d78be8','',NULL),(6353,'en','default','a2a5c33eda9046576764de2400b1aa50','Photography',NULL,NULL,'LINE',NULL,10,'','92b229529489c0c95a6dd83583e0f387','',NULL),(6354,'en','default','12752caf6a29a84fc2a02c99db4f3f83','Pings',NULL,NULL,'LINE',NULL,10,'','6d2b49ee8d54a416081f83ad4c29f197','',NULL),(6355,'en','default','4cd8413207629a963225f4314b53adcd','Plain',NULL,NULL,'LINE',NULL,10,'','37fd33dffddfc3afe6d231de51bcb78a','',NULL),(6356,'en','default','56b346a6799b3abaf1a986dfd5498c12','Please check out your site now. It\'s possible that everything is working. If it says you need to update, you should do so:',NULL,NULL,'LINE',NULL,10,'','afaa7d9da790553128aa022303770240','',NULL),(6357,'en','default','e8d4b8d6e016f1b6b9521afde691b34c','Please edit your privacy policy content, making sure to delete the summaries, and adding any information from your theme and plugins. Once you publish your policy page, remember to add it to your navigation menu.',NULL,NULL,'LINE',NULL,10,'','8783fe955db087d382ac645bd20b3425','',NULL),(6358,'en','default','034fdb33673cf28232d79877fc9ed6e5','Please enter a valid menu name.',NULL,NULL,'LINE',NULL,10,'','846b71622ce0f87d4e747083f3828652','',NULL),(6359,'en','default','7e0c10230b7ca47652ac9b893785d34a','Please enter your FTP credentials to proceed.',NULL,NULL,'LINE',NULL,10,'','95ee13893ad327d4272a4cd03896382c','',NULL),(6360,'en','default','1ff1d53620322afb6b942eb4b8f6bc1b','Please enter your FTP or SSH credentials to proceed.',NULL,NULL,'LINE',NULL,10,'','0110aaed748b8e892dbc22c1ca742318','',NULL),(6361,'en','default','0190965ce276479bbffc64394d9490ce','Please provide a custom field name.',NULL,NULL,'LINE',NULL,10,'','5fa6b45f8d96e388938479863ca78d42','',NULL),(6362,'en','default','4dadc0b8c45a18229e4c9f2a01e97201','Please provide a custom field value.',NULL,NULL,'LINE',NULL,10,'','75099cfa12e33f2f77c6b6ab82619bfa','',NULL),(6363,'en','default','6a98ad4c3e7d329bf7fb0e42a71deb73','Please provide a valid username.',NULL,NULL,'LINE',NULL,10,'','5a4614ce6ead2fe2028bb0a61e1c6e9c','',NULL),(6364,'en','default','4be8cec13b339e09bed825a899c40c36','Please provide the following information. Don&#8217;t worry, you can always change these settings later.',NULL,NULL,'LINE',NULL,10,'','2e14ad9cf6fe00647ca062f6cfb718a5','',NULL),(6365,'en','default','b3d4e2bcdbf72f5828b3ef09b238c072','Please select a file',NULL,NULL,'LINE',NULL,10,'','1bfeda1876c085694e796bfda206c66c','',NULL),(6366,'en','default','4272bb7c8d11de2e5840eb273d8d1553','Please select an option.',NULL,NULL,'LINE',NULL,10,'','acbbf69efa0501c6717ff0f655417ba9','',NULL),(6367,'en','default','623237f9665ea314dec283576f5cd038','Please select one or more plugins to update.',NULL,NULL,'LINE',NULL,10,'','d36cac8faea73bf22c045bfd85cd3dea','',NULL),(6368,'en','default','52e224f0f3e23bcc713f764fef6a2430','Please select one or more themes to update.',NULL,NULL,'LINE',NULL,10,'','afb464e0cafaa22b790de6913f7843e2','',NULL),(6369,'en','default','019438bb5fe71bda72285c681aea3d0c','Please update WordPress now',NULL,NULL,'LINE',NULL,10,'','e60c8a7aeece9bf42ad1d6644f763ec1','',NULL),(6370,'en','default','46361968831776e17d47f41af44c5331','Please update your site at %1$s to WordPress %2$s.',NULL,NULL,'LINE',NULL,10,'','0877e4362ef7b1d7811ff314967b5ffc','',NULL),(6371,'en','default','409c1892b68cb394799262ac57f6d4f1','Plugin',NULL,NULL,'LINE',NULL,10,'','ec33eceddc6791833ffe4f68d6fbf37a','',NULL),(6372,'en','default','71d5cc72fdb222a5609264f0d6bea944','Plugin <strong>activated</strong>.',NULL,NULL,'LINE',NULL,10,'','61e850fb1616ab1976883f6e6fcd0b6a','',NULL),(6373,'en','default','884b4a093b57e442d47fc541af6a1fbe','Plugin <strong>deactivated</strong>.',NULL,NULL,'LINE',NULL,10,'','58609f08878c4ccd36e3d7d99381afc8','',NULL),(6374,'en','default','e1c47f59d92c71ba4e12b9b9254cdbbc','Plugin Files',NULL,NULL,'LINE',NULL,10,'','9343fd8766b8f58e4b065168d726b1f4','',NULL),(6375,'en','default','da733cb6eefd768581c3c5902cce6c5b','Plugin Homepage &#187;',NULL,NULL,'LINE',NULL,10,'','71eb4626ea741716a88f8444fde097ec','',NULL),(6376,'en','default','431e27fdb6a4c378a592fb761c7e5519','Plugin Installation',NULL,NULL,'LINE',NULL,10,'','febe85e08a8081a22dd52487dc177237','',NULL),(6377,'en','default','f9db3d8a1777fbabd830e0b64f7151f5','Beta Testing',NULL,NULL,'LINE',NULL,10,'Plugin Installer','e433ce6f4d202da543fbf9bd12acace7','',NULL),(6378,'en','default','d78986947356ddd37b43d57df289dee9','Favorites',NULL,NULL,'LINE',NULL,10,'Plugin Installer','aee8f81763b941918616a53065ac421f','',NULL),(6379,'en','default','15422d54ec0d47000dc86a9820a5237e','Featured',NULL,NULL,'LINE',NULL,10,'Plugin Installer','da406f8d7fd741935f479590fdcba7aa','',NULL),(6380,'en','default','2cc1943d4c0b46bfcf503a75c44f988b','Popular',NULL,NULL,'LINE',NULL,10,'Plugin Installer','995cf204d823d2985c3b07266ad002e8','',NULL),(6381,'en','default','654866693fd91ce8e9764a218f569918','Recommended',NULL,NULL,'LINE',NULL,10,'Plugin Installer','5c39a87b733ba477129ef99da093a309','',NULL),(6382,'en','default','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'LINE',NULL,10,'Plugin Installer','cd9465780e218be73acec4bc091b901a','',NULL),(6383,'en','default','0f7078098ca8b21ccc6f94a0de66cbd2','Plugin Reactivation',NULL,NULL,'LINE',NULL,10,'','426eb6babe7e97826986c377728fae93','',NULL),(6384,'en','default','c9ea857c5006c9b520b83ddfa9136c76','Plugin could not be activated because it triggered a <strong>fatal error</strong>.',NULL,NULL,'LINE',NULL,10,'','c39c47c834d704c8c499023ba069e510','',NULL),(6385,'en','default','6bd831dd22f80fd0c63f59874549ac4e','Plugin could not be deleted due to an error: %s',NULL,NULL,'LINE',NULL,10,'','115d7c557808e10a8e8dfb191a7dbdfe','',NULL),(6386,'en','default','e6ce436b6f5582a955e4e1bacfb66427','Plugin could not be deleted.',NULL,NULL,'LINE',NULL,10,'','528aaa5c549eeae3c4b4d8da064d72aa','',NULL),(6387,'en','default','da56854b6e4ad7c0279200a81efadc65','Plugin failed to reactivate due to a fatal error.',NULL,NULL,'LINE',NULL,10,'','268162980e055dce48cbdd5e06e380f7','',NULL),(6388,'en','default','2035d4dc1c61cf0c93e70434128bbc93','Plugin file does not exist.',NULL,NULL,'LINE',NULL,10,'','75eac1ce5bed47a19a796a3258a77ca8','',NULL),(6389,'en','default','84a88ef707603dccb3c9c58362ad974f','Plugin installation failed.',NULL,NULL,'LINE',NULL,10,'','41b4bc94d67e154b494e05750d767a80','',NULL),(6390,'en','default','11810810c72ab629ffa7b96ebede742e','Plugin installed successfully.',NULL,NULL,'LINE',NULL,10,'','b39f04541d6bf133d13eb54422f103d0','',NULL),(6391,'en','default','9446a98ad14416153cc4d45ab8b531bf','Performance',NULL,NULL,'LINE',NULL,10,'Plugin installer group title','2c661eb84c78362acba6484ebb050bab','',NULL),(6392,'en','default','f431e17ea0081a3c9e51fc240221ee21','Social',NULL,NULL,'LINE',NULL,10,'Plugin installer group title','ed4f62a8a20c59c3bf2a94340edb49f5','',NULL),(6393,'en','default','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'LINE',NULL,10,'Plugin installer group title','f84e67ae916d44c4209cf51b65aa2364','',NULL),(6394,'en','default','c49182dc0c7a70b9cd2e10853d9ec6c7','Changelog',NULL,NULL,'LINE',NULL,10,'Plugin installer section title','b9f537dff95e40580a3734fb8701a5a3','',NULL),(6395,'en','default','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'LINE',NULL,10,'Plugin installer section title','5045c79f67750d176c2862c32e88762c','',NULL),(6396,'en','default','1fe917b01f9a3f87fa2d7d3b7643fac1','FAQ',NULL,NULL,'LINE',NULL,10,'Plugin installer section title','e61c149cf2d87ca5140574c7cd71cd74','',NULL),(6397,'en','default','7cd8fb6e31cc946c078d2740c76a9899','Installation',NULL,NULL,'LINE',NULL,10,'Plugin installer section title','00f4e81c82acd1d565f1490caaecf5d1','',NULL),(6398,'en','default','f5c126e84e3661d269eefd24dc52a746','Other Notes',NULL,NULL,'LINE',NULL,10,'Plugin installer section title','7ae9d0fd1ccf47c7d6de85759a16c821','',NULL),(6399,'en','default','34e80a799d144cfe4af46815e103f017','Reviews',NULL,NULL,'LINE',NULL,10,'Plugin installer section title','9ebc6c605e2d792e57c7908606ba5e64','',NULL),(6400,'en','default','46fa564bb1eed5cd3992cac85e8f094b','Screenshots',NULL,NULL,'LINE',NULL,10,'Plugin installer section title','08e4057776fd8940e5925ddb0ef8a314','',NULL),(6401,'en','default','3424ac9b03a9d7cef9ee6c4235abd71a','Plugin reactivated successfully.',NULL,NULL,'LINE',NULL,10,'','b3d472248e4f411fc7fc66026dfd500f','',NULL),(6402,'en','default','c2b29ba204d1ecd5ad2a1949fdc4b515','Plugin update failed.',NULL,NULL,'LINE',NULL,10,'','23278dea3600cfa05fc606983052ca49','',NULL),(6403,'en','default','fe235983f8750fb87d9bca21c8d3d983','Plugin updated successfully.',NULL,NULL,'LINE',NULL,10,'','03ddadd23cc247727a090aee5a93244c','',NULL),(6404,'en','default','24413e7819a9aae714c9f7ee61166edc','Plugin zip file',NULL,NULL,'LINE',NULL,10,'','6cd5e4647d944269dc65736812c42e1b','',NULL),(6405,'en','default','1939707bd18464ca4030b891af276c37','Plugins %s',NULL,NULL,'LINE',NULL,10,'','54e0193f9bbea0d38e3e0834e6fd134e','',NULL),(6406,'en','default','3929b55d6d5a486c2c71f53df11c0e3f','Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.',NULL,NULL,'LINE',NULL,10,'','83e4e8dfa6e1efae4ce164c016ab9d46','',NULL),(6407,'en','default','85b65109399a5c8314c6c0e4cb50cca8','Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href=\"%1$s\">WordPress Plugin Directory</a> or upload a plugin in .zip format by clicking the button at the top of this page.',NULL,NULL,'LINE',NULL,10,'','c2d61fd293462329748a14cd39b728f3','',NULL),(6408,'en','default','6ce32e02fc5aad094d1708046e3ddc76','Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href=\"%s\">WordPress Plugin Directory</a> are compatible with the license WordPress uses.',NULL,NULL,'LINE',NULL,10,'','9f0c80252eb8b23b4d92b0ac43489e45','',NULL),(6409,'en','default','528169fd13d0ca2040b1737dc32ba6c0','Plugins list',NULL,NULL,'LINE',NULL,10,'','3056a58636d11d0fcc6cca07eceb7785','',NULL),(6410,'en','default','175f70e545f7d55bcb7d90187121e4d8','Plugins list navigation',NULL,NULL,'LINE',NULL,10,'','c7743f37613eb946dd90e4fe7d9797c2','',NULL),(6411,'en','default','8aaaf1475d3d1fe4455b93c10f45d611','Plugins updated successfully.',NULL,NULL,'LINE',NULL,10,'','cb9628989dca73934993616f7cd2f201','',NULL),(6412,'en','default','c105cc5271c8d74101e79b0ae4f268c2','Popular Plugin',NULL,NULL,'LINE',NULL,10,'','0eec610c4b1d55d244283561534185b7','',NULL),(6413,'en','default','0a4aff6d3f48e4ce67728efa1e00e6a0','Popular tags',NULL,NULL,'LINE',NULL,10,'','42650f136b184e2facdb95eb976d93e9','',NULL),(6414,'en','default','9236373a3c6472574c4a4d24272e6432','Popup Comments',NULL,NULL,'LINE',NULL,10,'','3cb45aa2c832062237aae77f6b63277d','',NULL),(6415,'en','default','21b4bbd7aa6d4c18622958ad7ad83397','Popup Comments Template',NULL,NULL,'LINE',NULL,10,'','8418d4f014c6e3274fdbd98c6adc02f0','',NULL),(6416,'en','default','60aaf44d4b562252c04db7f98497e9aa','Port',NULL,NULL,'LINE',NULL,10,'','1ea8ec6e6f33d9ff33bcd5c6aa247fdd','',NULL),(6417,'en','default','d4f859a96c13f551a2771b7fc3a78d38','Portfolio',NULL,NULL,'LINE',NULL,10,'','5d49c1a3beccd62fb7f6fdae64b5b977','',NULL),(6418,'en','default','52f5e0bc3859bc5f5e25130b6c7e8881','Position',NULL,NULL,'LINE',NULL,10,'','77ee927f4058d247a896769bb1d172a8','',NULL),(6419,'en','default','ec5b65a41ca25be4c01e7b1d6d5a476d','Post Formats',NULL,NULL,'LINE',NULL,10,'','cb18267163ca9501e1f3ddc65a2ec252','',NULL),(6420,'en','default','2724aaa4992260992e8aab32d8fc576a','Post Via Email',NULL,NULL,'LINE',NULL,10,'','7b0c60491aec7654518f94c1af7bec98','',NULL),(6421,'en','default','acbb8d1346cb72cd3b7c75d241df8580','Post draft updated.',NULL,NULL,'LINE',NULL,10,'','d9e98e762def5878453062159fcbb88e','',NULL),(6422,'en','default','55d55eb14be5f3f85d1718475efd3e96','Post name',NULL,NULL,'LINE',NULL,10,'','4d9e4410d92ed96a6d97c3ddf3a2f5d0','',NULL),(6423,'en','default','b24b44f7bd834fb94e39280fa637c7fe','Post published.',NULL,NULL,'LINE',NULL,10,'','79ca3b1190194f3159d3b51743584358','',NULL),(6424,'en','default','9b0e0590c791e2186407680bb0b274df','Post restored to revision from %s.',NULL,NULL,'LINE',NULL,10,'','0041877714c4b99531eb8e3ad95b94cb','',NULL),(6425,'en','default','0bc55c372dbd8125fc63af3b76d794a4','Post saved.',NULL,NULL,'LINE',NULL,10,'','3a01043d207a3a4e1544e2587e005e3e','',NULL),(6426,'en','default','2c13b94909e0b76ea5f863d47edae7d3','Post scheduled for: %s.',NULL,NULL,'LINE',NULL,10,'','3c3f5f66030b9a029f534b4ebd06b771','',NULL),(6427,'en','default','7cefd72da8c46eeece610ccc52fc86da','Post submitted.',NULL,NULL,'LINE',NULL,10,'','02975b9cb8346a09a25ae574cda2c280','',NULL),(6428,'en','default','e8f728ce391e6e9ba67353226fe12ea7','Post updated.',NULL,NULL,'LINE',NULL,10,'','792f43c4808cfa056c4dbec21e10c90e','',NULL),(6429,'en','default','484621c16196969a956e3ebb139b6195','Post via email',NULL,NULL,'LINE',NULL,10,'','2fbe958a0161b004d26a543a2bc87502','',NULL),(6430,'en','default','a573958082d7bf4e22d466385a267eb9','Post via email settings allow you to send your WordPress installation an email with the content of your post. You must set up a secret email account with POP3 access to use this, and any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret.',NULL,NULL,'LINE',NULL,10,'','9764290e7a6d8bdce008d0a5662536df','',NULL),(6431,'en','default','5dc52ca9ffdc26147075682c92a0a853','Posts',NULL,NULL,'LINE',NULL,10,'','3113cf3d6e0fdf546b6ecf92f97dfd40','',NULL),(6432,'en','default','228b7c2fcd38be689021f37264dd5bd1','Posts Page',NULL,NULL,'LINE',NULL,10,'','68450087f26c1bd054ac5fd32c4b8577','',NULL),(6433,'en','default','0a4ef46c83484e7a647c18b1efd90b2b','Posts page: %s',NULL,NULL,'LINE',NULL,10,'','9a24e767924e04d9116fb1d887ca34ca','',NULL),(6434,'en','default','e1497fc8fa0a020f3b0adb3053115368','Preparing to install <strong>%1$s %2$s</strong>&#8230;',NULL,NULL,'LINE',NULL,10,'','833a13b553c14e2f2c4802570d36d910','',NULL),(6435,'en','default','0f36d1d03a5ecc97139cbb4ecbda0218','Preparing to install the latest version&#8230;',NULL,NULL,'LINE',NULL,10,'','b33db23a175964df03231d76a57afb19','',NULL),(6436,'en','default','2703d1c71b0eec230aa2356f5d03e4b6','Press This is not available. Please contact your site administrator.',NULL,NULL,'LINE',NULL,10,'','08a4833817306727a87032d7d7246234','',NULL),(6437,'en','default','548d171d712086b7e71cfef8b67f0451','Press This is not installed. Please install Press This from <a href=\"%s\">the main site</a>.',NULL,NULL,'LINE',NULL,10,'','5795fb2e2e1cbc4a014d09ffdcaadd58','',NULL),(6438,'en','default','2e0dcff574c4f3f5983a07d4df3aeb09','Press a Button, Add Media',NULL,NULL,'LINE',NULL,10,'','c73519149515c6313dff5270702b9c3b','',NULL),(6439,'en','default','a85967fde5b0cb64ee7dc562af021d4b','Preview %s',NULL,NULL,'LINE',NULL,10,'','b9f3319d2944ba0fe9ac2f99f9032e13','',NULL),(6440,'en','default','aae7309230cf955f846aaa4f70f17d60','Preview &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','9eaaf712ee23e2322b11c42c898e46cd','',NULL),(6441,'en','default','b2e886db4593c5ddc8e369f34d3744f3','Preview Changes',NULL,NULL,'LINE',NULL,10,'','6f84f8a4cd452771a5ba69a16657b863','',NULL),(6442,'en','default','c6336c99f96b337be805a94ea4402c87','Preview page',NULL,NULL,'LINE',NULL,10,'','a87ff39c047d27f1b2d0211c28a2bae3','',NULL),(6443,'en','default','c6ea61ab8eb1e6a39f8ade74bf2a28aa','Preview post',NULL,NULL,'LINE',NULL,10,'','055849297b5659ad948ce9eddf0d483c','',NULL),(6444,'en','default','3aea427a69e8906b95790872a9ab07cd','Preview:',NULL,NULL,'LINE',NULL,10,'','ae801c71adc334b5ef4ac449ea1c159d','',NULL),(6445,'en','default','bd60752162e6b0c96335eecbaf7869fb','Previewing and Customizing',NULL,NULL,'LINE',NULL,10,'','5f2625cca7abdd0876d0bb689a764079','',NULL),(6446,'en','default','61ad11625cf5d081663f2c67a02373a6','Previewing and Installing',NULL,NULL,'LINE',NULL,10,'','ea093f2258b525100afecd0545418fa0','',NULL),(6447,'en','default','d725656f97ddd1b30d0c22427c82c0fb','Previously edited copies of the image will not be deleted.',NULL,NULL,'LINE',NULL,10,'','29cdd5348860034e05ff0b0f920ee02d','',NULL),(6448,'en','default','c2f6cb9bffe499da31c033d0b1e322a0','Primary Site',NULL,NULL,'LINE',NULL,10,'','f16d6f270eedafc8c40875ba43aca0ee','',NULL),(6449,'en','default','c5f29bb36f9158d2e00f5d4dc213a0ff','Privacy',NULL,NULL,'LINE',NULL,10,'','6599552c9e6c4d90ec0d59b4f6c911e9','',NULL),(6450,'en','default','25e7e1ef44e0a3931ae8218ae7fbc475','Privacy %s',NULL,NULL,'LINE',NULL,10,'','69949cc9c7f363470a5aa83b067154ec','',NULL),(6451,'en','default','fa2ead697d9998cbc65c81384e6533d5','Privacy Policy',NULL,NULL,'LINE',NULL,10,'','66ce7f2508f978ebbaa2ab89ffedf45a','',NULL),(6452,'en','default','8f7b0b9d17e75509629d25b2439a468d','Privacy Policy Guide',NULL,NULL,'LINE',NULL,10,'','44c47cfdf6926ecf736afbd38116b7bd','',NULL),(6453,'en','default','b37d7f39d5cc8b2158f3fa5f62d568b8','Privacy Policy Page',NULL,NULL,'LINE',NULL,10,'','55c6f7ea04fc8ef92aa0278fb8a7029d','',NULL),(6454,'en','default','24281824c5acf3c0afd0d8b1d1c36d9b','Privacy Policy page',NULL,NULL,'LINE',NULL,10,'','8a289d923c65893aa6e818cde363124f','',NULL),(6455,'en','default','9dc42a13bf69ffe942a3976525b7aec2','Privacy Policy page updated successfully.',NULL,NULL,'LINE',NULL,10,'','03f4c5614c7837006ae57434d9cf024b','',NULL),(6456,'en','default','a6099ae2ccc662e2cc9d02a9a73858ea','Privacy Policy page updated successfully. Remember to <a href=\"%s\">update your menus</a>!',NULL,NULL,'LINE',NULL,10,'','35dfb06cc68199bfdfe319681b0d89f9','',NULL),(6457,'en','default','a625930be2dcfecd2879b562403ee3da','Privacy Settings',NULL,NULL,'LINE',NULL,10,'','fd02f4ce74ccac8b3aca38fc58436768','',NULL),(6458,'en','default','64295beb96a74cffbff803d5afbf4d38','Private Key:',NULL,NULL,'LINE',NULL,10,'','bc9b49559c6b666453334bc4085c77e2','',NULL),(6459,'en','default','f262fae0a2f17e8c1eb4e9eddb0160e4','Proceed',NULL,NULL,'LINE',NULL,10,'','be157762bee3f20a8d8c90a708464fb8','',NULL),(6460,'en','default','cce99c598cfdb9773ab041d54c3d973a','Profile',NULL,NULL,'LINE',NULL,10,'','7d40e35fa97ba6958dd2f727a7c92804','',NULL),(6461,'en','default','e787e61bb648c74b2852f03f75c224dd','Profile Picture',NULL,NULL,'LINE',NULL,10,'','18a6e5d757946eba24073ed778727956','',NULL),(6462,'en','default','3e94c1fd79327868cfad7c0f4f3d71ea','Profile updated.',NULL,NULL,'LINE',NULL,10,'','93cd402a5d3bbc227afdfcf3c6a94338','',NULL),(6463,'en','default','a2a64dc9886a9a4fc8d58654c9c40215','Project Leaders',NULL,NULL,'LINE',NULL,10,'','bd7af508dc764a63822c1fb5a4d64f12','',NULL),(6464,'en','default','82221cf0a72f7da991c172d97764f1ee','Public Key:',NULL,NULL,'LINE',NULL,10,'','ab912774e82281bf3b6c2362e047b910','',NULL),(6465,'en','default','c9da4ab5682c077b44fb83fae33ccc1b','Public and Private keys incorrect for %s',NULL,NULL,'LINE',NULL,10,'','35e378357eeb65fbfc196d252efceda1','',NULL),(6466,'en','default','1f740cb2a6271a01440722148671540a','Publish <b>immediately</b>',NULL,NULL,'LINE',NULL,10,'','c0f7ce1761ae9d2e2ce0a0b84ecc8e86','',NULL),(6467,'en','default','d246ab2ae8ff0b5e25559ff9a61a03e3','Publish on: <b>%1$s</b>',NULL,NULL,'LINE',NULL,10,'','100eba53311afccdf05f7bbbec926e3f','',NULL),(6468,'en','default','af65a5a998171c6cc9b9ee7a4b409535','Published on: <b>%1$s</b>',NULL,NULL,'LINE',NULL,10,'','0e6b530ed0a4837e3cbd84ad109d7df8','',NULL),(6469,'en','default','c1ca98216d8a568644dd06a82a97ea32','Publishing Soon',NULL,NULL,'LINE',NULL,10,'','e32425365b425d766eb9a1c1485b997c','',NULL),(6470,'en','default','ad23e5619296597ab99608c6918be8ca','Quick Draft',NULL,NULL,'LINE',NULL,10,'','cdea2069361117b9ed84f249ca3b61b9','',NULL),(6471,'en','default','73f79dd90cb67b7438919d31aef50a3f','Quick Edit',NULL,NULL,'LINE',NULL,10,'','80972ff7c01d1a334d1b3bd1cbef2de0','',NULL),(6472,'en','default','54669f4033a972495b0626e529939f5f','Quick edit &#8220;%s&#8221; inline',NULL,NULL,'LINE',NULL,10,'','877810c3633d303d1644d684e0293872','',NULL),(6473,'en','default','712d7dc4fc49a800dc47cffc4f45a81a','Quick edit this comment inline',NULL,NULL,'LINE',NULL,10,'','eace51a970400c1f6bbb31d6453293f0','',NULL),(6474,'en','default','fe6b142ae5f844e6dab4a5591078f819','Quick&nbsp;Edit',NULL,NULL,'LINE',NULL,10,'','a7cd27782275a455bf9b740c4be84098','',NULL),(6475,'en','default','71578330dc6856dc2b805260c1077fb2','R &#8212; Intended for adult audiences above 17',NULL,NULL,'LINE',NULL,10,'','e93b29f81c7bcbb3c75028db415f8c3d','',NULL),(6476,'en','default','bb396803b564bd8fefec6189b1e489ba','RSS Address',NULL,NULL,'LINE',NULL,10,'','94ca6af0cb0087ab7f7eb7677cff38c2','',NULL),(6477,'en','default','a26f1a8216765f55c355c86626a0873a','RTL Stylesheet',NULL,NULL,'LINE',NULL,10,'','5acf548efbcef6cd65887eaeae81e2c5','',NULL),(6478,'en','default','64663f4646781c9c0110838b905daa23','Random',NULL,NULL,'LINE',NULL,10,'','da51acfcf57204443510c2b293f1a483','',NULL),(6479,'en','default','dda9c06f33071c9b6fc237ee164109d8','Rating',NULL,NULL,'LINE',NULL,10,'','1be26f26f9bcfa96d0a078bc93c84601','',NULL),(6480,'en','default','b2f5a79e1835bf1c8ad65c9d4128da31','Re-install Now',NULL,NULL,'LINE',NULL,10,'','de303ee15297672f0315819b817727c8','',NULL),(6481,'en','default','7d0de4a088e912d38a53bb7ac427edb0','Re-sent %d request',NULL,NULL,'LINE',NULL,10,'','5941229ec3fd26026d5e11860eda6d69','',NULL),(6482,'en','default','1507fa5069d9afd26b0934be51359d63','Re-sent %d requests',NULL,NULL,'LINE',NULL,10,'','48028beec9592707b3aea624e1b50bff','',NULL),(6483,'en','default','d17ff5813f87bba1aa2162a1055a682f','Read all reviews on WordPress.org or write your own!',NULL,NULL,'LINE',NULL,10,'','4d17383d5aef94c37d2e215ac40021f2','',NULL),(6484,'en','default','26fccddf2f94b1685b184267996e10f8','Reading',NULL,NULL,'LINE',NULL,10,'','c502cf3d218fc35bf42923d58c793a69','',NULL),(6485,'en','default','05919284773edd49431bb2c25283c500','Reading Settings',NULL,NULL,'LINE',NULL,10,'','6399142979b01a4eb76d14dfeb80c498','',NULL),(6486,'en','default','1e85fd41c8fe5f395b40ed3b7b9469c6','Recently Active <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','07147ae3cec62ccc9fcd8eb303e52b2a','',NULL),(6487,'en','default','b30b554eec2c44f3876ce7bee229bf29','Recently Published',NULL,NULL,'LINE',NULL,10,'','57531a7ec69414d47534df0fbc7f8103','',NULL),(6488,'en','default','fbc97786af4bf30dc5b07809a950792c','Relationship',NULL,NULL,'LINE',NULL,10,'','8f3da06c8114d28dfe6e87b5aadaba7f','',NULL),(6489,'en','default','0f49aa55ecef9e8d1f1b82addfdc68d6','Release Deputy',NULL,NULL,'LINE',NULL,10,'','a9b51837f29b73c61c406a8d9b25f7a5','',NULL),(6490,'en','default','9ec1baedeb8b76b1a5052b586ea6ac23','Release Design Lead',NULL,NULL,'LINE',NULL,10,'','9183cae37c96910e53cbf71ca7cae417','',NULL),(6491,'en','default','19a1c8a7ed0cdcf4c804f3219e153064','Release Lead',NULL,NULL,'LINE',NULL,10,'','97e50792ffd120d4a97e2a16842e03f9','',NULL),(6492,'en','default','9f85eb4eb214e191b4096e2723122cd0','Released: %d.',NULL,NULL,'LINE',NULL,10,'','cfba46817ef5c0606b0e9395dd2688cb','',NULL),(6493,'en','default','9efe699037173137bcaa420eed7b0de6','Remember to click Update Media to save metadata entered or changed.',NULL,NULL,'LINE',NULL,10,'','b743ef5744d2ce9e9c5cdf6a6aca2b63','',NULL),(6494,'en','default','7a1e520f1b0058411275a87501d2a715','Remember to click the Add New User button at the bottom of this screen when you are finished.',NULL,NULL,'LINE',NULL,10,'','33400ae63c725abe2d292fc1856b43d5','',NULL),(6495,'en','default','186c34ef9e23e93a45b8eff1d599313c','Remember to click the Update Profile button when you are finished.',NULL,NULL,'LINE',NULL,10,'','9ed732ddf8988b8c1d7f9e44f5cb4331','',NULL),(6496,'en','default','3f270450a3f0f6a6f5eacf8e8ffb10e2','Remember, once deleted your site cannot be restored.',NULL,NULL,'LINE',NULL,10,'','e990b53f19805b2875d6440bc6baecf4','',NULL),(6497,'en','default','87a7f6ffaaaecf1bf5e882579c0cad3f','Remove Background Image',NULL,NULL,'LINE',NULL,10,'','56a3c399bbb28ae6fbb1f3561fc9988d','',NULL),(6498,'en','default','cc27822bc664c44e1f7097e7b9842b30','Remove Header Image',NULL,NULL,'LINE',NULL,10,'','5cdddc8b8d869b83f9c2454c79f40b78','',NULL),(6499,'en','default','fc35ec973f5b3a16f0d4b009834f39a6','Remove Image',NULL,NULL,'LINE',NULL,10,'','79196f26c29108a0fd919b71d93ae5f9','',NULL),(6500,'en','default','bde1b9786d4b8a492295bdeaf981dc66','Remove Users from Site',NULL,NULL,'LINE',NULL,10,'','6dea06a8c43489f29248ee288e9b73cb','',NULL),(6501,'en','default','3b7b56ee778ff9e1eca54e9667657f88','Remove request',NULL,NULL,'LINE',NULL,10,'','a4fda6c841ba0a452868730417f330ec','',NULL),(6502,'en','default','930c425405fe4a944784c4514b29252d','Removed %s.',NULL,NULL,'LINE',NULL,10,'','60580a69da7bd5d34d52e0326e4c1fa8','',NULL),(6503,'en','default','0eaaeaef7c7f3164d2ece6ec88571c19','Removing and Reusing',NULL,NULL,'LINE',NULL,10,'','449caefc4319d4e355a74cfbc0831768','',NULL),(6504,'en','default','647c116ea58d5440a1bc41c098bf3812','Removing the old version of the plugin&#8230;',NULL,NULL,'LINE',NULL,10,'','254e5d141d737384e0839dc9c4ab9cf9','',NULL),(6505,'en','default','84e6f08de4b63c6d9445ef0904032a48','Removing the old version of the theme&#8230;',NULL,NULL,'LINE',NULL,10,'','69e6828068b6cedae13f9f456103544a','',NULL),(6506,'en','default','a53ce2cd29ba867d04cacc72ca168057','Repair Database',NULL,NULL,'LINE',NULL,10,'','ec01de772ff597a21fd27292094502e7','',NULL),(6507,'en','default','f896cce2ab281d5907817f1ae440892f','Repair and Optimize Database',NULL,NULL,'LINE',NULL,10,'','7a9ed8f1a585d53c6a2cb514e095c79c','',NULL),(6508,'en','default','316989678e843aa83814af4a810c263a','Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.',NULL,NULL,'LINE',NULL,10,'','21bbe71f0c31c20ba60f3a4eb9a7755a','',NULL),(6509,'en','default','96a41e07fce44a6419d68d9821846588','Repeat New Password',NULL,NULL,'LINE',NULL,10,'','b2fa0b86b1505497f3e8d553ce0d9bf8','',NULL),(6510,'en','default','a4ef1952afa63f0d7ce5af98139e4acd','Repeat Password',NULL,NULL,'LINE',NULL,10,'','3711609bf406ee9837a028b9b59b467b','',NULL),(6511,'en','default','7916fec59ebff4fd149314f2bc3aa936','Reply to Comment',NULL,NULL,'LINE',NULL,10,'','5f74c27f164f9dc3cd0cec6c90ae59a0','',NULL),(6512,'en','default','bc9e60a9d89ccff64f5282425aa1374e','Reply to this comment',NULL,NULL,'LINE',NULL,10,'','d919d5a9525b69bb6f7146cea4d4e373','',NULL),(6513,'en','default','fcdf8a82eba24e303b63b2e49a507ecb','Requested',NULL,NULL,'LINE',NULL,10,'','f38d6336ef1bdf64c4bfe56753b72961','',NULL),(6514,'en','default','246a2fbab3d11cb3272e5f58099877e8','Requester',NULL,NULL,'LINE',NULL,10,'','92ab7ae12bd14cd6b22fac2d1e46fe7d','',NULL),(6515,'en','default','0691d23eff65b6b03d4b3d9db7c216e3','Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.',NULL,NULL,'LINE',NULL,10,'','61ba8be97a75bdc87be4fddf67cf74c6','',NULL),(6516,'en','default','3ec284d8a67b07e76f94d0a66ce7ff63','Requires %1$s in %2$s file.',NULL,NULL,'LINE',NULL,10,'','f653b21750db60ea13da32edffdc6756','',NULL),(6517,'en','default','427580c6800b5321bab8563541aca2e6','Requires PHP Version:',NULL,NULL,'LINE',NULL,10,'','f974074b0e617cf6187ed18dc43b3126','',NULL),(6518,'en','default','0e20b20611724ab067f468ae12b9987d','Requires WordPress Version:',NULL,NULL,'LINE',NULL,10,'','1fe2fdc3f453cca3e859f43827a171e5','',NULL),(6519,'en','default','d71940f24ee38ee09f6e06b908480bcf','Resend email',NULL,NULL,'LINE',NULL,10,'','fa8a46b13e7c3cc940e0203a5e2ba313','',NULL),(6520,'en','default','20422939bc4941fb8cad8c8878036472','Reset Image',NULL,NULL,'LINE',NULL,10,'','91dab5cad2cf8c71d9618699ebccb2cd','',NULL),(6521,'en','default','2bd339d85ee3b33e513359ce781b60cc','Restore',NULL,NULL,'LINE',NULL,10,'','9aa52d3382e30f37f907b2fa2ca14484','',NULL),(6522,'en','default','a320853c40d45bc9d8a67bb08c9710a5','Restore &#8220;%s&#8221; from the Trash',NULL,NULL,'LINE',NULL,10,'','733939739dbf09d9c1390572b088d8ab','',NULL),(6523,'en','default','1a375475563728c3b1aaa9280caf5d78','Restore Original Header Image',NULL,NULL,'LINE',NULL,10,'','11303a1cf5c33bc75be511e78f196e36','',NULL),(6524,'en','default','7357a89aa3b46cd3c250faf3e83531fb','Restore Original Image',NULL,NULL,'LINE',NULL,10,'','15092ae658df404791a7edeee332ce33','',NULL),(6525,'en','default','897428a38e7bea3aa0cea777fe1d4af0','Restore This Autosave',NULL,NULL,'LINE',NULL,10,'','57a2d9a54fb2c5c7e0cd08e41f7fc023','',NULL),(6526,'en','default','204ef7e1a058cc13fd90fdc1e677fbc5','Restore This Revision',NULL,NULL,'LINE',NULL,10,'','aa6f4be17b0db53924588750d6f6646b','',NULL),(6527,'en','default','f9a5fc38fc561d9ce39877d3ebddb68c','Restore image',NULL,NULL,'LINE',NULL,10,'','13d9825297c1d078d3839b354805abcc','',NULL),(6528,'en','default','5054c275fa45092138496ba38ac1dc8b','Restore the backup',NULL,NULL,'LINE',NULL,10,'','9b7f37e2dd5e66c1b42c70685cd660a4','',NULL),(6529,'en','default','07d455c3fc8981f6743cf47eae104f4b','Restore this comment from the Trash',NULL,NULL,'LINE',NULL,10,'','74a33f83338670854b1b8519722f481a','',NULL),(6530,'en','default','cdfa36718be69427ad057975e07111c7','Restore this comment from the spam',NULL,NULL,'LINE',NULL,10,'','8d01ca4dc7acad0c3852e9fa7c2c579c','',NULL),(6531,'en','default','aca3c4f92b0a985235f50963c6ea5180','Retro (Generated)',NULL,NULL,'LINE',NULL,10,'','48ac1e1171eb7de76819656c224910d0','',NULL),(6532,'en','default','6327b4e59f58137083214a1fec358855','Retry',NULL,NULL,'LINE',NULL,10,'','f3863ba0d71cfe8e2677888d54776ee3','',NULL),(6533,'en','default','a5f36e4031b4162f7dadf8542c86e967','Return to Dashboard &rarr; Updates',NULL,NULL,'LINE',NULL,10,'','2a2b6bab5a2e3b1d61184bcc6e6e8e68','',NULL),(6534,'en','default','0d693acd7c601314046df0f8d3d0ab78','Return to Importers',NULL,NULL,'LINE',NULL,10,'','f57c945c327bef2d6364ef1c0ee7f227','',NULL),(6535,'en','default','e9f9c99bea9d7eb9736721f1298c973a','Return to Plugin Installer',NULL,NULL,'LINE',NULL,10,'','d98c4a69bc26fbfe4005c1e6fbb33da6','',NULL),(6536,'en','default','18533be311043166eb2838bfbb86226e','Return to Plugins page',NULL,NULL,'LINE',NULL,10,'','018f5695f9b2d7f1d0dd9927cbe36b3f','',NULL),(6537,'en','default','f5b735361d9b74deb62e0bc84870b567','Return to Theme Installer',NULL,NULL,'LINE',NULL,10,'','8aa5e3dd246b7b0b1c1aaa40aaccbc37','',NULL),(6538,'en','default','2a5afebdaf673af187a5ad1fec9be3ee','Return to Themes page',NULL,NULL,'LINE',NULL,10,'','63749431cb410686f87b7d03ddbc524f','',NULL),(6539,'en','default','45673b7bb5acab0c3dfd1069fcf39c97','Return to Updates',NULL,NULL,'LINE',NULL,10,'','db670b390f181d7fea21cf413aea0cb1','',NULL),(6540,'en','default','fb12ca1b838491ad8bbc83b3e86ac581','Return to WordPress Updates page',NULL,NULL,'LINE',NULL,10,'','d59f97cf4453b1900eb33caa73f414de','',NULL),(6541,'en','default','a946dd93c337b3b092f43901a5395752','Revert to the <strong>Browser Uploader</strong> by clicking the link below the drag and drop box.',NULL,NULL,'LINE',NULL,10,'','da15369551249c56b782ea2f359046d0','',NULL),(6542,'en','default','34e80a799d144cfe4af46815e103f017','Reviews',NULL,NULL,'LINE',NULL,10,'','c131f6e09d8a4a2031d6fa034b2f2786','',NULL),(6543,'en','default','10daf6c931903fc9b69b5fcf2b6635a8','Reviews with %1$d star: %2$s. Opens in a new window.',NULL,NULL,'LINE',NULL,10,'','c3879efd89b0e124522e12ffdc37f787','',NULL),(6544,'en','default','40470d4fa24a14a75b68b35b903c3bfe','Reviews with %1$d stars: %2$s. Opens in a new window.',NULL,NULL,'LINE',NULL,10,'','081313546bd65e29d9f25718a840e8d6','',NULL),(6545,'en','default','94206d21b04400f01602c0d3a279c61d','Revision by %s',NULL,NULL,'LINE',NULL,10,'','563b9c948bf96b19131bbf437a0e2f56','',NULL),(6546,'en','default','756e9de0fa4645de77ab7f2cdf35a0ef','Revisions are saved copies of your post or page, which are periodically created as you update your content. The red text on the left shows the content that was removed. The green text on the right shows the content that was added.',NULL,NULL,'LINE',NULL,10,'','d4a2202c8012781817eb75c669ee3f39','',NULL),(6547,'en','default','d95138243a93ee1904d74f72544b48ae','Revisions: %s',NULL,NULL,'LINE',NULL,10,'','8c259fb203e640e72fa369eaa83baaf0','',NULL),(6548,'en','default','5872828ad5c8cc02264ed75c30ea558d','Right Now',NULL,NULL,'LINE',NULL,10,'','88a31ac875b194afe893d92341bdf387','',NULL),(6549,'en','default','e2888bce47147f5ec66aa790f8dcab45','Right Sidebar',NULL,NULL,'LINE',NULL,10,'','77dd92728db5e9072f7254f6ed597e88','',NULL),(6550,'en','default','bbbabdbe1b262f75d99d62880b953be1','Role',NULL,NULL,'LINE',NULL,10,'','ab2825d50e9724a72c7c609802b03e22','',NULL),(6551,'en','default','0fa701c9041a7a8a691f111241662a7e','Rollback Error: [%1$s] %2$s',NULL,NULL,'LINE',NULL,10,'','6255d69d083669ffdb9b9def94e96612','',NULL),(6552,'en','default','8e556fc8fe88d77d7a181bc9d80ced79','Rotate clockwise',NULL,NULL,'LINE',NULL,10,'','6e97823e25eb8fc6b0ac306e13d267ba','',NULL),(6553,'en','default','d18e221d09d81fee01399a66e457bbbe','Rotate counter-clockwise',NULL,NULL,'LINE',NULL,10,'','ece14a16df4d629e4a38a807e03a8e71','',NULL),(6554,'en','default','4ee7688aaec1f1b93d41ac4b4a920ced','Run the installation',NULL,NULL,'LINE',NULL,10,'','0916f549e68ed6020f8856a6a84e8f26','',NULL),(6555,'en','default','30a632a8faa3f3860c65ffbfe62016f4','SSH2',NULL,NULL,'LINE',NULL,10,'','a96c1a99b06f99bd9db3aca51dfa86db','',NULL),(6556,'en','default','2ebc4c98b3ff0c3df54abbfa2762b89c','SSH2 hostname is required',NULL,NULL,'LINE',NULL,10,'','0ae7870236b0af038d18f66729877a51','',NULL),(6557,'en','default','d43f5f82fe4b1e351a6e16449e1a2043','SSH2 password is required',NULL,NULL,'LINE',NULL,10,'','1aa31a05f85eb35da7a37de82029d2bc','',NULL),(6558,'en','default','a780850e84fcbc6cdc99c1ce71ef3f26','SSH2 username is required',NULL,NULL,'LINE',NULL,10,'','93dd43530215009e8930510d5a520c1c','',NULL),(6559,'en','default','814a091e18dd429d66ca2d679d145f6a','SUCCESS: %s',NULL,NULL,'LINE',NULL,10,'','89ad051aea1109eeac25a3e28a29a826','',NULL),(6560,'en','default','f705d92bc01720682b1aa7da77d03e34','SUCCESS: WordPress was successfully updated to %s',NULL,NULL,'LINE',NULL,10,'','8738d3c63e4b2bfb5e5a6cd7fc1009c6','',NULL),(6561,'en','default','f40a89533e778bb5ecb5eb2a52c714c7','Sample Page',NULL,NULL,'LINE',NULL,10,'','894f7ef0e8ffec1f80f9a85e01171a21','',NULL),(6562,'en','default','b17cae1fb917fbca913a723b7cc32149','Sandbox for Safety',NULL,NULL,'LINE',NULL,10,'','39bc14e77fe07da220c724f908b90c3d','',NULL),(6563,'en','default','f5d6040ed78ca86ddc73296a49b18510','Save Changes',NULL,NULL,'LINE',NULL,10,'','312c6fe92f15db30d1df6e4e60261924','',NULL),(6564,'en','default','c68caf956130db5c50be10516b6d1e2a','Save Menu',NULL,NULL,'LINE',NULL,10,'','0d715b2e38ae09cca19c7c4a6132c754','',NULL),(6565,'en','default','030ff2a91ff2be9a82b7961b0235c2f6','Save Widget',NULL,NULL,'LINE',NULL,10,'','73b60e2ad7b352baf713f9b279666f78','',NULL),(6566,'en','default','c45ec8c74cd4fe967c55aa896a88d0fd','Save all changes',NULL,NULL,'LINE',NULL,10,'','175c18d9b3214d29d0c550bfd6bb538c','',NULL),(6567,'en','default','a9fe211330497fe702b9d54684ca337d','Saving is disabled: %s is currently editing this page.',NULL,NULL,'LINE',NULL,10,'','a65a07f574dc49c65d78921b3584c60b','',NULL),(6568,'en','default','a47cea134266bf9996b201d32530ba9d','Saving is disabled: %s is currently editing this post.',NULL,NULL,'LINE',NULL,10,'','27f998e5f621fbda47de4168321d1d50','',NULL),(6569,'en','default','3285325fd239ccc37fac39dc54c456d9','Saving revision&hellip;',NULL,NULL,'LINE',NULL,10,'','252cdb6449ece17536d462527e40a8f3','',NULL),(6570,'en','default','85a7cd587d6142dbfc1a4de05af7b75d','Scale',NULL,NULL,'LINE',NULL,10,'','149d6bbc6c3ff841eda19eacceeca1f4','',NULL),(6571,'en','default','d2b2e4aacb6e45b586f5242da6cbddba','Scale Image',NULL,NULL,'LINE',NULL,10,'','842ed9564a6a4f562c324a34cd6ceafb','',NULL),(6572,'en','default','540850a8bba6538bac5a02b7eaae089e','Scale Image Help',NULL,NULL,'LINE',NULL,10,'','52c3de59c66e17081f85088c25d99c00','',NULL),(6573,'en','default','b0856f88c0ee479569390cc2ab46e5b4','Scale images to match the large size selected in %1$simage options%2$s (%3$d &times; %4$d).',NULL,NULL,'LINE',NULL,10,'','18ea306a23cb3cdab56a69d0f5370faa','',NULL),(6574,'en','default','14abc07ba68a094075d5fcc6978c4e80','Schedule for: <b>%1$s</b>',NULL,NULL,'LINE',NULL,10,'','7010e2479856c2cebf9513f61cbbc413','',NULL),(6575,'en','default','2b7dabba0077abe3732e0418b048a56b','Scheduled',NULL,NULL,'LINE',NULL,10,'','d0247227644c13839afa4d0319edaa6b','',NULL),(6576,'en','default','015651d8dc603fd063c59a0f8f5ba73d','Scheduled for: <b>%1$s</b>',NULL,NULL,'LINE',NULL,10,'','e9089e22e6f7bbe65999644d878d5de1','',NULL),(6577,'en','default','926bd1106f0cb4ea35312a8ce25f5760','Screen Content',NULL,NULL,'LINE',NULL,10,'','899b6354a84dd315cb1640de83ba7570','',NULL),(6578,'en','default','7583faf881721784060e84f37851c460','Screen Options',NULL,NULL,'LINE',NULL,10,'','f4b5e7fd09c0e542c4aeee939bb87dd0','',NULL),(6579,'en','default','7f47c09f945b96ad8e29edb384d43204','Screen Options Tab',NULL,NULL,'LINE',NULL,10,'','03e49add4f3d0ef8f5c660c3f50cc981','',NULL),(6580,'en','default','71c7ecd5f46e5ac605f0fd71d81f4d27','Screenshot from the Gutenberg interface',NULL,NULL,'LINE',NULL,10,'','eeab11cca48b01afeed48b917f1a692f','',NULL),(6581,'en','default','3ce74271f0fc6422a2d13490454c30b7','Search Comments',NULL,NULL,'LINE',NULL,10,'','fb998640230d6be0f2a7c7ff6664e620','',NULL),(6582,'en','default','f5752ab5c7a0fb0f40be53417ace7247','Search Engine Visibility',NULL,NULL,'LINE',NULL,10,'','7cb2843c487aedb2909244818df8fdf8','',NULL),(6583,'en','default','33b485adf383b3be6d17eec58c0ed556','Search Engines Discouraged',NULL,NULL,'LINE',NULL,10,'','86fe833a10f78e8d29a0f19cad78e6a8','',NULL),(6584,'en','default','96b74c49a42ae2c72bada15f266b465c','Search Form',NULL,NULL,'LINE',NULL,10,'','07c84b88ff0dcc183245083bd22502e5','',NULL),(6585,'en','default','df72311fb3fbb172f740713de6c0f4f8','Search Installed Plugins',NULL,NULL,'LINE',NULL,10,'','a9ac6eec03955bbebe60fe0962198743','',NULL),(6586,'en','default','9a090b42ca0cf879f7685efc213f96f4','Search Installed Themes',NULL,NULL,'LINE',NULL,10,'','e4cb31fd52643ea3bd43854d47a2410f','',NULL),(6587,'en','default','6c8e8be13a1447d60841c3fc0494b983','Search Links',NULL,NULL,'LINE',NULL,10,'','4c437ac1e43f1863a1e4282ee06f7142','',NULL),(6588,'en','default','f8f4c64bd791a222dde395d4d7654832','Search Plugins',NULL,NULL,'LINE',NULL,10,'','5db7514407f178f619c0e7a6edc019e2','',NULL),(6589,'en','default','ff9768845cb247a351626790c777b4de','Search Requests',NULL,NULL,'LINE',NULL,10,'','6217bf6d57eb4f4fed843777a5445c6d','',NULL),(6590,'en','default','86b07b97eabcbf7191dd47dfbcfcc004','Search Sites',NULL,NULL,'LINE',NULL,10,'','fc6068057516935e559ef59eda83ede2','',NULL),(6591,'en','default','cddb8421830f95b82109527fc9d9bc66','Search Themes',NULL,NULL,'LINE',NULL,10,'','6d85fcd0899e4dc256de9bfcfbd7ed45','',NULL),(6592,'en','default','8e72da3da6587f1ec5a8166f29568ee9','Search Users',NULL,NULL,'LINE',NULL,10,'','4b5b1ac5b708ed5f17a409f768cade74','',NULL),(6593,'en','default','6f6a35aeabbb1294b27b3183963b206b','Search by author',NULL,NULL,'LINE',NULL,10,'','fa281fb2fb108e5e83b062d277e71e74','',NULL),(6594,'en','default','3f8b090271697aff1b9bd79f6aa0a6cf','Search by keyword',NULL,NULL,'LINE',NULL,10,'','aabbd5ce9d61d424c96554a072ecfa65','',NULL),(6595,'en','default','d6a679d3074ebb4e1b1ae2d360e309e6','Search by tag',NULL,NULL,'LINE',NULL,10,'','b559e4405f7ed8962879674021a36863','',NULL),(6596,'en','default','0514503bda41804fe061704dd0106c9d','Search for plugins in the WordPress Plugin Directory.',NULL,NULL,'LINE',NULL,10,'','1d254529a4f5ac17f03db778c1e3bb87','',NULL),(6597,'en','default','abbd0abdafbcc1714f19f6ad62a81aa4','Search for themes by keyword.',NULL,NULL,'LINE',NULL,10,'','ea0b94adda189622dbc09e43778994ad','',NULL),(6598,'en','default','eb06bf903d828fc93fedbf5e2bcea7df','Search installed plugins...',NULL,NULL,'LINE',NULL,10,'','86f41c738a43e7259ff0c6c46f8a0e1f','',NULL),(6599,'en','default','df670e3e3149891e127d45986240d164','Search installed themes...',NULL,NULL,'LINE',NULL,10,'','3a3216fcec193429321d076a94abd6de','',NULL),(6600,'en','default','9d1e6bab997c3906ff7d83bd54de6f5d','Search plugins by:',NULL,NULL,'LINE',NULL,10,'','00774d23fd84fddb6c46e7a201fe1581','',NULL),(6601,'en','default','e8a96a320b47281b558b09eb002c5ddd','Search plugins...',NULL,NULL,'LINE',NULL,10,'','f7cfda6fc85464dced2a23f4e28ff618','',NULL),(6602,'en','default','eea4da7b3946f35bc6a6d516a0e1f3ec','Search themes...',NULL,NULL,'LINE',NULL,10,'','9729c5fa90fb1238dc561066cd5b59f4','',NULL),(6603,'en','default','14f2a5ca19c4af2c528401438c39b8e6','Security Release',NULL,NULL,'LINE',NULL,10,'','b3da13edebb3487dc6cd2450d60e5274','',NULL),(6604,'en','default','3e4a503908befdc03781a5987dfeb558','Security Releases',NULL,NULL,'LINE',NULL,10,'','bcd3318baa30704bbfa3fd86e99d6792','',NULL),(6605,'en','default','4c34b52c71d3616b7debe4e48fc2df71','Select %s',NULL,NULL,'LINE',NULL,10,'','d4b1a6b23f3569aff919bc8806ffbd65','',NULL),(6606,'en','default','45e96c0a422ce8a1a6ec1bd5eb9625c6','Select All',NULL,NULL,'LINE',NULL,10,'','6bb64b68f337d7994b0c40a2744678cd','',NULL),(6607,'en','default','446a6000511ab6fb0711400379a62a04','Select Image',NULL,NULL,'LINE',NULL,10,'','42bf50fe7e8ddb7fb66ea95407dec49b','',NULL),(6608,'en','default','3f88c3c2113ecdaa0a50764834de7080','Select a Menu',NULL,NULL,'LINE',NULL,10,'','957703b809a0d9cdc3ff1207a0e501ff','',NULL),(6609,'en','default','5892d8dfb22699518fc54cae9a14df43','Select a Privacy Policy page',NULL,NULL,'LINE',NULL,10,'','6e137f3249e71618b49c6f3cea19a55f','',NULL),(6610,'en','default','e46cccdb60043954c589f95cf657d977','Select a menu to edit:',NULL,NULL,'LINE',NULL,10,'','11cd7ecc9c85aa7018af6f9888e4dab5','',NULL),(6611,'en','default','224b751961354c0a43f0544dcf04b138','Select a user',NULL,NULL,'LINE',NULL,10,'','e3d7379102160c835a8e439a5d4da4ae','',NULL),(6612,'en','default','65fcf1274844e0d6fe43e267d2f70a02','Select an existing page:',NULL,NULL,'LINE',NULL,10,'','1f31ea76bde985a10e3deecc0a5f43e2','',NULL),(6613,'en','default','5641910ce06603b23062d1d994c885e7','Select both the sidebar for this widget and the position of the widget in that sidebar.',NULL,NULL,'LINE',NULL,10,'','cde869239a893f6330cf15f54a2905b4','',NULL),(6614,'en','default','6c3a324b80758e9c7c018a9b8f77a752','Select bulk action',NULL,NULL,'LINE',NULL,10,'','641392865678760d8a15842ea35c5f9e','',NULL),(6615,'en','default','9c0459af703a02b13646c99e044f58ae','Select comment',NULL,NULL,'LINE',NULL,10,'','76f47865b0f7b28f8108f916fc46c9df','',NULL),(6616,'en','default','cbf542baeddea7102c4a90ddb545655c','Select one or more Theme features to filter by',NULL,NULL,'LINE',NULL,10,'','50a4f208e6553b5d7ac6bdb6acfd0ffe','',NULL),(6617,'en','default','c10c2595dfe5c22c0bdfcf1d0df64c71','Select plugin to edit:',NULL,NULL,'LINE',NULL,10,'','a9a48793f9e57be2e386da70b9cad1f3','',NULL),(6618,'en','default','ea283f68e6eb08b09df77f433c63e1ce','Select theme to edit:',NULL,NULL,'LINE',NULL,10,'','001192e1d60764fbbf5d5cebeea7d50d','',NULL),(6619,'en','default','e0085cfde5d57368736f3ccb0786656c','Selected file content:',NULL,NULL,'LINE',NULL,10,'','15c719bc9231756fefa86b1cce0d39f3','',NULL),(6620,'en','default','b19d7270250d34def132093816d6b754','Selected menus have been successfully deleted.',NULL,NULL,'LINE',NULL,10,'','27891423bdaa0c7262655fa94053f1a7','',NULL),(6621,'en','default','c3636d95134e0cdc5907eb85675b3ad6','Selected plugins <strong>activated</strong>.',NULL,NULL,'LINE',NULL,10,'','c15d141c66ac3853cb7a0fcab55c26ac','',NULL),(6622,'en','default','f66671f1109923909f7284f35488ed27','Selected plugins <strong>deactivated</strong>.',NULL,NULL,'LINE',NULL,10,'','13b3fc215fa1e0b80922d632f309b40e','',NULL),(6623,'en','default','8bf0c707232d63bf83b4b2467d2df41a','Selection:',NULL,NULL,'LINE',NULL,10,'','e64ddae2fc75e487308587b3a536b290','',NULL),(6624,'en','default','2da2415714a5e7450a9a127431c02a41','Send Request',NULL,NULL,'LINE',NULL,10,'','d7009ecb272137aa8d2d268f5eb38461','',NULL),(6625,'en','default','76e10f755c0d0528adf02932ea500746','Send Trackbacks',NULL,NULL,'LINE',NULL,10,'','bbdbb2efb2634466e433fce39f47fb20','',NULL),(6626,'en','default','8a40e67911de35ada6ba0d5df1090fb2','Send User Notification',NULL,NULL,'LINE',NULL,10,'','1ffc22d5284fc7978870d5e964b77dc4','',NULL),(6627,'en','default','35fa0f942e823b509bb021d6b8fbcc4b','Send the new user an email about their account.',NULL,NULL,'LINE',NULL,10,'','e1bed5efbc30581ed2c4c50dea3b652d','',NULL),(6628,'en','default','ae6dfde6b91e3a91d7d7ff6ad870dc72','Send trackbacks to:',NULL,NULL,'LINE',NULL,10,'','377404b429dc1cd0fcd2a59c058bd56f','',NULL),(6629,'en','default','62b17451ccb3cc3ed129cc5e7549f492','Sending Email...',NULL,NULL,'LINE',NULL,10,'','19a90f570147731c6c04fac8c85a0a36','',NULL),(6630,'en','default','1c0625ec039d3533209abc361a055889','Separate multiple URLs with spaces',NULL,NULL,'LINE',NULL,10,'','f914d7649fca88028dc5b54b62ad1c8f','',NULL),(6631,'en','default','a9c4b6c9fbd990849d1f128dfc4ed3e7','Sessions',NULL,NULL,'LINE',NULL,10,'','77797b766147ccaae4e9e45ed9deb957','',NULL),(6632,'en','default','ca9830b1e44c4f024ab88dd1d337f869','Set as background',NULL,NULL,'LINE',NULL,10,'','5562890661419f8f316d91fcd89dbb47','',NULL),(6633,'en','default','732798fa5a556deeebacf157e1f82675','Set as header',NULL,NULL,'LINE',NULL,10,'','6c8f59cfce7a72b22d6174a35bf1af32','',NULL),(6634,'en','default','6729f7f9e88354cee8d933b0922fbd3c','Set status',NULL,NULL,'LINE',NULL,10,'','c8d255d83f3ea7f146785f68094d2e3b','',NULL),(6635,'en','default','f5adfb99b30bb88136cbdb41bdcd1016','Set up your database connection',NULL,NULL,'LINE',NULL,10,'','7d1debebfe2822de65e9ad20984d140d','',NULL),(6636,'en','default','a74b759bb7c6be5f34a6629df5f599c2','Settings %s',NULL,NULL,'LINE',NULL,10,'','09a56e3a92b1e1ad7a4db77c7ecfb859','',NULL),(6637,'en','default','41ede0d67e0870e290655ded4ada52b4','Settings saved and theme activated.',NULL,NULL,'LINE',NULL,10,'','6502d428a52e88997c1393be92e07c92','',NULL),(6638,'en','default','9a7e58ee13cb727cb7c4acc68f4cafe5','Settings saved.',NULL,NULL,'LINE',NULL,10,'','67598a80c343bc30b9d8a2d818176de9','',NULL),(6639,'en','default','d2eb06f812c02052bd85e9a0cf64e63c','Several boxes on this screen contain settings for how your content will be published, including:',NULL,NULL,'LINE',NULL,10,'','bdd00e4dc7b125be80afef3e9209657a','',NULL),(6640,'en','default','ee51709dbf7328e7a6df19c24520418e','Share a little biographical information to fill out your profile. This may be shown publicly.',NULL,NULL,'LINE',NULL,10,'','48d09e5b02026538543cd444f9aa02a6','',NULL),(6641,'en','default','c710b95b5cb8742606764c7511568001','Show Avatars',NULL,NULL,'LINE',NULL,10,'','0aaab6b2ddc9fa97f27797ddc36a11b2','',NULL),(6642,'en','default','1c7a1d532504300855e5f9f3e9b90ba9','Show Toolbar when viewing site',NULL,NULL,'LINE',NULL,10,'','acc74e65dd1fa563c42e01e020ead8bc','',NULL),(6643,'en','default','a9458863111d9dff5a48aa9f0baea2ba','Show advanced menu properties',NULL,NULL,'LINE',NULL,10,'','119528bec1aeaffb10cb482a40c66c1e','',NULL),(6644,'en','default','a588a0266ea324a8e6e01babca4209d0','Show comments',NULL,NULL,'LINE',NULL,10,'','6af916a756747f54b8d722fa84da733f','',NULL),(6645,'en','default','7aa6c51bef9c5869d2a30fd98841c669','Show comments cookies opt-in checkbox.',NULL,NULL,'LINE',NULL,10,'','2f4436017a7e8f956b05c2a44f5c6d9c','',NULL),(6646,'en','default','3a90a09671e807bf0dd878fabe2c69d0','Show details.',NULL,NULL,'LINE',NULL,10,'','b52871794ace39d222e455fa4178cf54','',NULL),(6647,'en','default','59aad97b502589dcf43f479c5214e0c0','Show header text with your image.',NULL,NULL,'LINE',NULL,10,'','0272428064084a05971e1746651c8e13','',NULL),(6648,'en','default','90f8c8a7e7d62e1626ee9fb3ee440eb9','Show hidden updates',NULL,NULL,'LINE',NULL,10,'','fb949224fa6cf95c3183a0c037b9360f','',NULL),(6649,'en','default','523d91ac12e772bb9fbce4304b01ba8b','Show more details',NULL,NULL,'LINE',NULL,10,'','4a15829de3ac391b90315d2594598d3e','',NULL),(6650,'en','default','97b202daad99ab4a1ed6d15bc78d2568','Show next theme',NULL,NULL,'LINE',NULL,10,'','b91bf2732845043bde1aa2dcede0fae5','',NULL),(6651,'en','default','d2c2a5295406fc430ed4316b98ac496c','Show previous theme',NULL,NULL,'LINE',NULL,10,'','654229e0f577d8f46d3c2bc41abd9fc2','',NULL),(6652,'en','default','a0def563c10743877c7d4fcaa0c7fbe6','Single Page',NULL,NULL,'LINE',NULL,10,'','6ced8e92185060ea8868fe873a4a1904','',NULL),(6653,'en','default','cb058a8ac3e1e0003fcf674adbdbaef1','Single Post',NULL,NULL,'LINE',NULL,10,'','cae08291a4f3a7bf594a7948961d8f8e','',NULL),(6654,'en','default','bdcad1b4bf81827ef030e27a1fd8b5e4','Singular Template',NULL,NULL,'LINE',NULL,10,'','9cd6aa04e7d74cd036daf5366516afa2','',NULL),(6655,'en','default','d31266590e63810ef668927098a195c8','Site Building Improvements',NULL,NULL,'LINE',NULL,10,'','e1ca61e147c629f2ca0a8c34c094ce07','',NULL),(6656,'en','default','84a8a70ec6e2c674b0c6e5ffc48ee172','Site Language',NULL,NULL,'LINE',NULL,10,'','5e20669f893f503707f5a18e7115f6c5','',NULL),(6657,'en','default','cc99b99f62f652b048bee65de335e8d0','Site Upload Space Quota',NULL,NULL,'LINE',NULL,10,'','e28bcd4bbacd91b266b84ef944bb00ad','',NULL),(6658,'en','default','9da0e788fc4d5ed95308c043b2e5a41f','Site Visibility',NULL,NULL,'LINE',NULL,10,'','ce2d0f82fd10060fd5e53bdd4b460074','',NULL),(6659,'en','default','b3a6422f04af851e8d792bdff041a4e4','Site: %s',NULL,NULL,'LINE',NULL,10,'','3d8a539c64b131185f2a8513f80a5416','',NULL),(6660,'en','default','1ff39f4863af3e38032b6174f15a4251','Size in megabytes',NULL,NULL,'LINE',NULL,10,'','04dc8d00f49e6edd37e2b0e3f726a7e4','',NULL),(6661,'en','default','ec8d4bdaf031ae3f2fc7e96aa84a95d7','Skip Confirmation Email',NULL,NULL,'LINE',NULL,10,'','2d838f737c1db05aa1ef8998084fa3bc','',NULL),(6662,'en','default','f51bfa7b5423c7c36440f8818bc751e7','Skip Cropping, Publish Image as Is',NULL,NULL,'LINE',NULL,10,'','94b516a08adc6322238a10dc439436a2','',NULL),(6663,'en','default','cc367b544fab23df0ddaf982fb1445b5','Skip to main content',NULL,NULL,'LINE',NULL,10,'','db82fb0d32c30126b1bbbf508f609b95','',NULL),(6664,'en','default','0c908588520b3ef787bce443fc2b507c','Slug',NULL,NULL,'LINE',NULL,10,'','749857d45e4492638c5bb5224c06ded5','',NULL),(6665,'en','default','16166fa35c0fc1cfb9c938f6e7fda4a4','Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href=\"%s\">WordPress support forums</a> to get additional assistance.',NULL,NULL,'LINE',NULL,10,'','0b65963b4591bcbf6e9d164444f2e250','',NULL),(6666,'en','default','5eee9f5c01dcbd5b3476592ad470fb98','Some of your translations need updating. Sit tight for a few more seconds while we update them as well.',NULL,NULL,'LINE',NULL,10,'','7e60ca4d940eddef5c19bfe25b4e361e','',NULL),(6667,'en','default','b83011b04e00111ef3048cb95d173714','Some themes come with additional header images bundled. If you see multiple images displayed, select the one you&#8217;d like and click the &#8220;Save Changes&#8221; button.',NULL,NULL,'LINE',NULL,10,'','55b51db71fd1a04dd9db730982110a22','',NULL),(6668,'en','default','aaec8f7cde1b31eaf9a852e971919860','Someone',NULL,NULL,'LINE',NULL,10,'','59157bf680121b314ff2b6a06e2c0666','',NULL),(6669,'en','default','b9913acfee88968d5408154dc5770d8c','Sorry, I need a %s file to work from. Please re-upload this file to your WordPress installation.',NULL,NULL,'LINE',NULL,10,'','8b70c26f24c6c3cd74a856ba6aada5b1','',NULL),(6670,'en','default','48deba286b369f747e33d79653816950','Sorry, but I can&#8217;t write the %s file.',NULL,NULL,'LINE',NULL,10,'','222348680562fd0bf3acf0e9f7401993','',NULL),(6671,'en','default','0cb0ebf30a61a059bb9b5af32675bec3','Sorry, something went wrong. The requested comparison could not be loaded.',NULL,NULL,'LINE',NULL,10,'','f33b60800e4b4722c86386d8b002ba5b','',NULL),(6672,'en','default','c882aa5042ed0194131d5ff4e3fdde04','Sorry, that isn&#8217;t a valid email address. Email addresses look like <code>username@example.com</code>.',NULL,NULL,'LINE',NULL,10,'','ad53ee07f38fb865249a1e260f013951','',NULL),(6673,'en','default','3224da53b0217190cd9125ceb7206d52','Sorry, the link you clicked is stale. Please select another option.',NULL,NULL,'LINE',NULL,10,'','09a9f0fa8a46d1cca54ce27eafb3c738','',NULL),(6674,'en','default','8f83de56d176320646aa722f33a34350','Sorry, you are not allowed to access this page.',NULL,NULL,'LINE',NULL,10,'','a812da35516933dce1920e4b510cc227','',NULL),(6675,'en','default','4c858056d610a249b044819892ce2351','Sorry, you are not allowed to activate plugins for this site.',NULL,NULL,'LINE',NULL,10,'','881283c9ff7f5175b66073aab5ecf6be','',NULL),(6676,'en','default','474ab6574804fbfeca612fd1739c6d05','Sorry, you are not allowed to activate this plugin.',NULL,NULL,'LINE',NULL,10,'','537a66db653e4e1916b5711205e5171e','',NULL),(6677,'en','default','052d47ffbfc969ca0bb2043c6b1292fe','Sorry, you are not allowed to add links to this site.',NULL,NULL,'LINE',NULL,10,'','a088c425debc4cf305941afc504ed916','',NULL),(6678,'en','default','7062b420836f14e7cbb8dba6c9b28f9d','Sorry, you are not allowed to add users to this network.',NULL,NULL,'LINE',NULL,10,'','3e8e995ac913125b458ec51fb7d83ba7','',NULL),(6679,'en','default','7f2b70d3cee59063530f8812d423b3c2','Sorry, you are not allowed to attach files to this post.',NULL,NULL,'LINE',NULL,10,'','4b8164b01d038f570d337c84095fb960','',NULL),(6680,'en','default','4fd74734bcc4023e5a679e5b8b193bec','Sorry, you are not allowed to create pages on this site.',NULL,NULL,'LINE',NULL,10,'','fccce7a3eef129959c12f91bab395dab','',NULL),(6681,'en','default','dd6b903d75e83085cbc4e09acedba607','Sorry, you are not allowed to create posts or drafts on this site.',NULL,NULL,'LINE',NULL,10,'','9c82a71cbac061c1d8776cf3738e296a','',NULL),(6682,'en','default','24fc95e7f1f879d80056ab3538e0a066','Sorry, you are not allowed to create users.',NULL,NULL,'LINE',NULL,10,'','e48ab29ec2e29ba863a50b55b165a64d','',NULL),(6683,'en','default','8aa5959dcd11171e6760cac1f029bf4f','Sorry, you are not allowed to customize headers.',NULL,NULL,'LINE',NULL,10,'','5a09b4666ff71744582a79ee6b401d55','',NULL),(6684,'en','default','94f4c991f86862aa646261e0ca59443c','Sorry, you are not allowed to deactivate plugins for this site.',NULL,NULL,'LINE',NULL,10,'','1ac6a402164e3484e02cf6231e1d7fd9','',NULL),(6685,'en','default','3a1740a0a615a36fc4e2ba630943b465','Sorry, you are not allowed to deactivate this plugin.',NULL,NULL,'LINE',NULL,10,'','03aa5c18fd201d6de58e36871a6088a9','',NULL),(6686,'en','default','eaeeca974e1975835f84f0f73df81be5','Sorry, you are not allowed to delete plugins for this site.',NULL,NULL,'LINE',NULL,10,'','d0ad2e8349d7017d36f393489e7896c6','',NULL),(6687,'en','default','341ee5571e3e74e17f47abf06fd0a002','Sorry, you are not allowed to delete that user.',NULL,NULL,'LINE',NULL,10,'','75abbf146a54dc404e0b6b1ac11a32ec','',NULL),(6688,'en','default','4347323eb7b90868696dbef032a1ded6','Sorry, you are not allowed to delete themes on this site.',NULL,NULL,'LINE',NULL,10,'','2a88aaa95636e970e7600cd6da02e58e','',NULL),(6689,'en','default','f85c7090268ba8156f563727e91aa9fa','Sorry, you are not allowed to delete these items.',NULL,NULL,'LINE',NULL,10,'','cc467debc67a0482533300208681d2de','',NULL),(6690,'en','default','9fad403c7c18f9b20c005e79727a3706','Sorry, you are not allowed to delete this item.',NULL,NULL,'LINE',NULL,10,'','ee82f5afc645f334c3faee391d241b48','',NULL),(6691,'en','default','1b666613ae96dc9c8d86af00a04cd1b8','Sorry, you are not allowed to delete this site.',NULL,NULL,'LINE',NULL,10,'','5a36c671fa2417ff35bfb0c5865f9c38','',NULL),(6692,'en','default','04bf6a7dc11a7a0ccb0fcc69f970a953','Sorry, you are not allowed to delete users.',NULL,NULL,'LINE',NULL,10,'','3326ef27879d3100f1ac13448a6df41c','',NULL),(6693,'en','default','3267a653230c3ddf71801e6d43b61ec5','Sorry, you are not allowed to edit comments on this post.',NULL,NULL,'LINE',NULL,10,'','ae19284d8f8b3f42abd5dd440188ca61','',NULL),(6694,'en','default','d152b02c6d540dd8aaa658d17fdbd039','Sorry, you are not allowed to edit pages as this user.',NULL,NULL,'LINE',NULL,10,'','f4f4bc0ae146de18ca5401fef9cd2de3','',NULL),(6695,'en','default','46899c5f1bec9089c6e0eddc64821465','Sorry, you are not allowed to edit plugins for this site.',NULL,NULL,'LINE',NULL,10,'','becee6bea592a9c344495e2b46bc28d1','',NULL),(6696,'en','default','5f0e9a27752bfe65d0a97f64bc92a196','Sorry, you are not allowed to edit posts as this user.',NULL,NULL,'LINE',NULL,10,'','77658d686d5b9a9bd9f4f73f4b6d9660','',NULL),(6697,'en','default','14246da25ff5c6011816172398384c7f','Sorry, you are not allowed to edit templates for this site.',NULL,NULL,'LINE',NULL,10,'','30dd7f18f2afd56d8f44154713e3ffe8','',NULL),(6698,'en','default','76b9489c2487381a75f0c4f8391da372','Sorry, you are not allowed to edit the links for this site.',NULL,NULL,'LINE',NULL,10,'','26b99735a3248df3848d79aa14fd82c3','',NULL),(6699,'en','default','d1bb71f92a8e8eb37f1eb84e5979889a','Sorry, you are not allowed to edit this attachment.',NULL,NULL,'LINE',NULL,10,'','1d6353b56265caab2f663e1e4b615692','',NULL),(6700,'en','default','93c79fa969d04654788373cb6a1de2b8','Sorry, you are not allowed to edit this changeset.',NULL,NULL,'LINE',NULL,10,'','78c4081096c68556742c36ace046d2bd','',NULL),(6701,'en','default','c3b80fb59cbc57a42c24318a87d4ca31','Sorry, you are not allowed to edit this item.',NULL,NULL,'LINE',NULL,10,'','dd633d2ccf58d2e4f210d41d9275bf50','',NULL),(6702,'en','default','847324d673ad754cd6e13075c35a6b11','Sorry, you are not allowed to erase data on this site.',NULL,NULL,'LINE',NULL,10,'','af7e25980845342ccb3c14454a2be1f0','',NULL),(6703,'en','default','8e453039dd10a6853274dc1f5e6dff43','Sorry, you are not allowed to export personal data on this site.',NULL,NULL,'LINE',NULL,10,'','ead9d06b3efccdd76c6a8d9f111f0f02','',NULL),(6704,'en','default','a560873da747f2738bf47c5098dda091','Sorry, you are not allowed to export the content of this site.',NULL,NULL,'LINE',NULL,10,'','002f83dde60d300ea3ecf72b0370bbfc','',NULL),(6705,'en','default','4ebeb8ae36b618dfb90d997bf929cfaa','Sorry, you are not allowed to import content.',NULL,NULL,'LINE',NULL,10,'','20bb367662b909608843e0846ada789b','',NULL),(6706,'en','default','74fae83516df5ed6b3daa0007c419ef0','Sorry, you are not allowed to install plugins on this site.',NULL,NULL,'LINE',NULL,10,'','6eef4763a4bf41d06ff48a6cb5b93cc5','',NULL),(6707,'en','default','b83f68a689396ac9b997337a665c6bdd','Sorry, you are not allowed to install themes on this site.',NULL,NULL,'LINE',NULL,10,'','222bf2b729b3769ea5fad2c63e369989','',NULL),(6708,'en','default','abcdaa264006ba001d32e40787d18188','Sorry, you are not allowed to manage options for this site.',NULL,NULL,'LINE',NULL,10,'','9934c28ee0e301a8f98fa46b2ead85eb','',NULL),(6709,'en','default','00bb5e41953bb5c812eab0d6e78cc1bc','Sorry, you are not allowed to manage plugins for this site.',NULL,NULL,'LINE',NULL,10,'','7697137ffbc4cc37e4201bb8c4d068ca','',NULL),(6710,'en','default','ca50efaf7d3987f76aee01917aa59ec4','Sorry, you are not allowed to manage privacy on this site.',NULL,NULL,'LINE',NULL,10,'','62c12e2107adff119c16a90480ecb334','',NULL),(6711,'en','default','8d2571855598d8d3a5bb6836ab4a5f72','Sorry, you are not allowed to manage these options.',NULL,NULL,'LINE',NULL,10,'','147356e6f65f16858799bdb384293232','',NULL),(6712,'en','default','6d925a8c1bfe86ed6f50fdc721599539','Sorry, you are not allowed to modify unregistered settings for this site.',NULL,NULL,'LINE',NULL,10,'','5148258103b90700b5ddd69eb9dc3103','',NULL),(6713,'en','default','601e882f8672acc98b7d7528f6beb892','Sorry, you are not allowed to move this item to the Trash.',NULL,NULL,'LINE',NULL,10,'','302ffaa41898d40f2bed63a55dd2a398','',NULL),(6714,'en','default','3f2c267a4cc159e9b967618e4f7e559b','Sorry, you are not allowed to remove users.',NULL,NULL,'LINE',NULL,10,'','805be9eac4586761a6360d21d0df18f6','',NULL),(6715,'en','default','4fb3cfc671fe783a7fcb23b958864c21','Sorry, you are not allowed to restore this item from the Trash.',NULL,NULL,'LINE',NULL,10,'','5cbe387534b71393f342b36e33b50247','',NULL),(6716,'en','default','732473e9057693542a618702322c23bd','Sorry, you are not allowed to update plugins for this site.',NULL,NULL,'LINE',NULL,10,'','0ac61fd82dc281ea7aca2018b3ef3698','',NULL),(6717,'en','default','3e0e4cce680ac9ace4d4bac1b60fcd4e','Sorry, you are not allowed to update themes for this site.',NULL,NULL,'LINE',NULL,10,'','8be1bc11bd67fdae43ecbeca7a6ddb51','',NULL),(6718,'en','default','f3c179982c2699f38a7ae56d78ab78d7','Sorry, you are not allowed to update this site.',NULL,NULL,'LINE',NULL,10,'','39ba2565c763a3b67ddc9422a1410745','',NULL),(6719,'en','default','b4a56fc50ccd79d24f5cfae028b56b40','Sorry, you have used all of your storage quota of %s MB.',NULL,NULL,'LINE',NULL,10,'','8cf05c1ffab25ed1bd7dd854f9c46242','',NULL),(6720,'en','default','137af0c9ea059d64ee83411a6001fdc6','Sorry, you have used your space allocation. Please delete some files to upload more files.',NULL,NULL,'LINE',NULL,10,'','e07a013142a05b37f2de91446725d78b','',NULL),(6721,'en','default','805c1f8b06c7826f6bba57c088661a23','Sorry, you must be logged in to reply to a comment.',NULL,NULL,'LINE',NULL,10,'','3062b84308c087b5c2d728772af78fef','',NULL),(6722,'en','default','0e675dd61a176ffce7c1162507d4de94','Sorry, you must delete files before you can upload any more.',NULL,NULL,'LINE',NULL,10,'','cd379f35b237e331d3e21af539a42891','',NULL),(6723,'en','default','4a5c6d12451e65a503d5eb85023e0e5a','Sort Order:',NULL,NULL,'LINE',NULL,10,'','dde349be2522d6da1e330ae32e46d8b8','',NULL),(6724,'en','default','4a3fab2aea75bae205ccd0ea191eb3d3','Source: %s',NULL,NULL,'LINE',NULL,10,'','475f0de95cb1914a1a92c24a8743e95e','',NULL),(6725,'en','default','5ca9b2b5d6eb3657fae8ae1f0a7897ed','Specified file failed upload test.',NULL,NULL,'LINE',NULL,10,'','e40859531e1bbaa23d362cdb1d5d5303','',NULL),(6726,'en','default','0d5068b77a1011f7c16467150ba2c883','Standard time begins on: %s.',NULL,NULL,'LINE',NULL,10,'','2c5cc3be455ceeac7eeb26c109cbeab1','',NULL),(6727,'en','default','fecf5c756389356e8cb03dfb60818859','Start date:',NULL,NULL,'LINE',NULL,10,'','2c6658035ae59c33ab58aaa556ec5fc0','',NULL),(6728,'en','default','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'LINE',NULL,10,'','194d2538ed1f5b1125ef39d0973a9a5a','',NULL),(6729,'en','default','24a23d787190f2c4812ff9ab11847a72','Status:',NULL,NULL,'LINE',NULL,10,'','8f584f2ba63fa2fb85849d4a98646aa6','',NULL),(6730,'en','default','827d99ce3804f3fa159ea2a270382abc','Stick this post to the front page',NULL,NULL,'LINE',NULL,10,'','8c15114e713ddacc46ecddcd0202cb99','',NULL),(6731,'en','default','d8f6d391ba573fe747a3360afb99904d','Sticky',NULL,NULL,'LINE',NULL,10,'','61294b47c84a3c4dc9c71c428571204c','',NULL),(6732,'en','default','c22ed046d0dad8978245f986da11dfc4','Sticky Post',NULL,NULL,'LINE',NULL,10,'','723924233f6e14466890614e26d0b793','',NULL),(6733,'en','default','30c9960257b135e5d83fe6329a617a07','Storage Space',NULL,NULL,'LINE',NULL,10,'','48ff7b4e98f7b63674757ba36e44456d','',NULL),(6734,'en','default','4c3028236881acbfa3d58774452a6e4b','Store uploads in this folder',NULL,NULL,'LINE',NULL,10,'','665c6795d9a2b5199dbe490e1f81b43a','',NULL),(6735,'en','default','c7892ebbb139886662c6f2fc8c450710','Subject',NULL,NULL,'LINE',NULL,10,'','759d07a4325337d614b8d982e9f400b3','',NULL),(6736,'en','default','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'LINE',NULL,10,'','802c1b129df231d208e126a95faf7296','',NULL),(6737,'en','default','de798ee0ad2f63e4248d6322d8591365','Submit Reply',NULL,NULL,'LINE',NULL,10,'','98f1f8b65665af1ad337a3129fee9c88','',NULL),(6738,'en','default','d8d370104f413cbcffe456e4edc2f25f','Submit for Review',NULL,NULL,'LINE',NULL,10,'','1bebe937ba1339329a89fad44d4d17ed','',NULL),(6739,'en','default','08347dc032a37146e12215cd8dbb40de','Submitted on',NULL,NULL,'LINE',NULL,10,'','8dbf693d466a8827a3173c9c51f74a15','',NULL),(6740,'en','default','3a7bfecb2a1ae7601f5720e0f0c64d89','Submitted on: %s',NULL,NULL,'LINE',NULL,10,'','88816c01c8dfa628b4c4922959f4995d','',NULL),(6741,'en','default','e5d6f47be74ac1649baf2c9f844cbbf1','Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.',NULL,NULL,'LINE',NULL,10,'','9fc099978c6e4c67b0fd9b3c16caf5bb','',NULL),(6742,'en','default','402e7a087747cb56c718bde84651f96a','Success!',NULL,NULL,'LINE',NULL,10,'','a8ae5f8d59ef16fd8ef13d4707648e06','',NULL),(6743,'en','default','3546d8f1c6843ced1a2ff49f40ec2e23','Successful database connection',NULL,NULL,'LINE',NULL,10,'','5cdbbbeb72e4676ff17ded88fc83e64c','',NULL),(6744,'en','default','de0df776eef7917682c97ccf8220c65a','Successfully installed the parent theme, <strong>%1$s %2$s</strong>.',NULL,NULL,'LINE',NULL,10,'','31db3f4544c1a5a3830e648a6f20493f','',NULL),(6745,'en','default','b86335f69a32f9ead6d343653567e487','Successfully installed the plugin <strong>%s %s</strong>.',NULL,NULL,'LINE',NULL,10,'','e1c9f44b1499edee0b9fd645aed3f1e0','',NULL),(6746,'en','default','65e51a767aac8465ab316d97d00d085e','Successfully installed the theme <strong>%1$s %2$s</strong>.',NULL,NULL,'LINE',NULL,10,'','b53a4f885d2a1835749d7c13bf93f8b5','',NULL),(6747,'en','default','3641facbce079212e9ad6383d577d6d8','Successfully optimized the %s table.',NULL,NULL,'LINE',NULL,10,'','28d70dc46d609d9696c246d24738a184','',NULL),(6748,'en','default','aeac14db560bf57479eda213d200fef7','Successfully repaired the %s table.',NULL,NULL,'LINE',NULL,10,'','be45f2019760ae47be2f0e0c47b35777','',NULL),(6749,'en','default','0dcdc38e76000ae18200738d10b47175','Suggested height is %s.',NULL,NULL,'LINE',NULL,10,'','d1b8eecae9df38ce5f8e8767dd85e7e8','',NULL),(6750,'en','default','2b93564fb7b857efd28a284746e20944','Suggested text:',NULL,NULL,'LINE',NULL,10,'','dd2a2944817b466b15457763acc73e68','',NULL),(6751,'en','default','0cde0ecdb26b003b9ea8f6569eff2d8a','Suggested width is %s.',NULL,NULL,'LINE',NULL,10,'','91e05f0f5e47873a0488d103e80a1654','',NULL),(6752,'en','default','290612199861c31d1036b185b4e69b75','Summary',NULL,NULL,'LINE',NULL,10,'','f7781d72719320822575f797b8c68445','',NULL),(6753,'en','default','dbf36ff3e3827639223983ee8ac47b42','Super Admin',NULL,NULL,'LINE',NULL,10,'','95074fbb9a9bab05ee14531410e361fa','',NULL),(6754,'en','default','e96f7ab05579d0833f104e35dad50649','Super admin privileges cannot be removed because this user has the network admin email.',NULL,NULL,'LINE',NULL,10,'','14e4edd1b433709027336fba32e0a7e6','',NULL),(6755,'en','default','ed08f43ba0d4c9790015b78d4b13f2a2','Syndication feeds show the most recent',NULL,NULL,'LINE',NULL,10,'','f98d33372453d875544ab8e7ae255741','',NULL),(6756,'en','default','bcfc1b43f370fe62d3bd59bf6e970e58','Syntax Highlighting',NULL,NULL,'LINE',NULL,10,'','d92972f9a054ab8011dd228b81cb7830','',NULL),(6757,'en','default','6b04cd47a4ee7c508df65b5ff5238677','Syntax Highlighting and Error Checking? Yes, Please!',NULL,NULL,'LINE',NULL,10,'','abda41c68438161cfe9b202eeee323e1','',NULL),(6758,'en','default','3b39f29b5b8c2754da8d92b4c397ce21','Table Prefix',NULL,NULL,'LINE',NULL,10,'','c330c366f3efecacd6fc9a5c5f10e95d','',NULL),(6759,'en','default','3aa9f67ab0b9b9aa6e9482cfec4a9083','Table prefix (if you want to run more than one WordPress in a single database)',NULL,NULL,'LINE',NULL,10,'','6d2498e9db718b934d7f42803f7667cd','',NULL),(6760,'en','default','aea4dfd39fd61dcaf450d05ee0b0ba6f','Tag Template',NULL,NULL,'LINE',NULL,10,'','39789e1819fa529c7ff9715bf7c58425','',NULL),(6761,'en','default','d9621f8282e8f9c7ecc5effeda87eea4','Tag added.',NULL,NULL,'LINE',NULL,10,'','37d6b03b90a3e104a10e29f359bcbc27','',NULL),(6762,'en','default','ef9da25a81b978fa89fd24bebb04489f','Tag base',NULL,NULL,'LINE',NULL,10,'','b41c076fb39ca023138f6cfaf96dc898','',NULL),(6763,'en','default','c5976c54df0e1f5e599185ac2202723c','Tag deleted.',NULL,NULL,'LINE',NULL,10,'','a8d607b382815717b2c487f8dca4b68e','',NULL),(6764,'en','default','fe79ca25f158a5e106decf8e8468b238','Tag not added.',NULL,NULL,'LINE',NULL,10,'','b6025aef255a138df8926919f435c04a','',NULL),(6765,'en','default','4738430fa2eb0515f8fc45f77ad109a4','Tag not updated.',NULL,NULL,'LINE',NULL,10,'','85cedf0a3ed1b791e0fe706df68005d5','',NULL),(6766,'en','default','46e872afcbfd2a42ab93aaa119fd2204','Tag updated.',NULL,NULL,'LINE',NULL,10,'','ac5c7eb8b000c60a1fa68471000f69a8','',NULL),(6767,'en','default','7d613664b60aa61d0eaed26367d23257','Tags can be selectively converted to categories using the <a href=\"%s\">tag to category converter</a>.',NULL,NULL,'LINE',NULL,10,'','78266c74f1846dc6c03e1cee67a2f2e8','',NULL),(6768,'en','default','3d69ec8dbad41ce55f30b310a52fbf5e','Tags deleted.',NULL,NULL,'LINE',NULL,10,'','58a6e3e6c79a5296fa15a11a44c8a949','',NULL),(6769,'en','default','32b502f33a535f75dcbf63f6753c631e','Tags:',NULL,NULL,'LINE',NULL,10,'','8a7167dc4394748803e1d3d3db6477bc','',NULL),(6770,'en','default','d41ffca6bcaba60b3a7be177a2a5dd5e','Take your words, media, and layout in new directions with Gutenberg, the WordPress editor we\'re currently building.',NULL,NULL,'LINE',NULL,10,'','d728c109ff25769ae7f4d5ebc77be4b2','',NULL),(6771,'en','default','eb75d61c0d32edf7f02ac4b9245e9066','Tap or hover on any theme then click the Live Preview button to see a live preview of that theme and change theme options in a separate, full-screen view. You can also find a Live Preview button at the bottom of the theme details screen. Any installed theme can be previewed and customized in this way.',NULL,NULL,'LINE',NULL,10,'','6f6504bc3b2a415851941dc76f520261','',NULL),(6772,'en','default','6270d2d0bd4ea283cd688cee5979a257','Taxonomy Template',NULL,NULL,'LINE',NULL,10,'','e65bfb983d96c661a3fd4b5f50be0e6a','',NULL),(6773,'en','default','54fdbac09fd2e7e836ae0d8d65accfb2','Test the new editor today.',NULL,NULL,'LINE',NULL,10,'','fa9c4b24b36f2fd65c0b02edbac405ad','',NULL),(6774,'en','default','8903861290617267b361478ab7f16f31','Text Color',NULL,NULL,'LINE',NULL,10,'','016151ec467205b59df6d1731f45a8a6','',NULL),(6775,'en','default','6f3dfb9b486505e02c34ff3f5f28c3da','Thank you for Updating! Please visit the <a href=\"%s\">Upgrade Network</a> page to update all your sites.',NULL,NULL,'LINE',NULL,10,'','0bef3c48618fe1470758e2a5f2b75daf','',NULL),(6776,'en','default','448e6f7bb5f111ccd7527c184b36f9f6','Thank you for creating with <a href=\"%s\">WordPress</a>.',NULL,NULL,'LINE',NULL,10,'','97d83f7dc26492a73665bc014005db93','',NULL),(6777,'en','default','0b140a27ead4284f8c21c555351383be','Thank you for updating to the latest version! WordPress %s will smooth your design workflow and keep you safe from coding errors.',NULL,NULL,'LINE',NULL,10,'','f0a0a7731dd87117993d4a70406d9839','',NULL),(6778,'en','default','92a7784fc2dce98ad5eb3ca9a5f87c42','Thank you for using %s, your site has been deleted. Happy trails to you until we meet again.',NULL,NULL,'LINE',NULL,10,'','35e693580ea9ba889cf082c6e5124f71','',NULL),(6779,'en','default','286151a15b172f69875a61e94727075d','Thank you. Please check your email for a link to confirm your action. Your site will not be deleted until this link is clicked.',NULL,NULL,'LINE',NULL,10,'','db4ca56410ce7dee44f0b7e126963333','',NULL),(6780,'en','default','a056acb19936fc9e7d3764e4214c8702','That user could not be added to this site.',NULL,NULL,'LINE',NULL,10,'','80fcc4dba08e620d0c2e2015fe4f6907','',NULL),(6781,'en','default','bb98e35aeb27abdff629c3d114e82d90','That user is already a member of this site.',NULL,NULL,'LINE',NULL,10,'','41df38736cbb2f3f1e9523e57f7bef24','',NULL),(6782,'en','default','8216779f85aa7999e090808e49127b10','The %1$s plugin header is deprecated. Use %2$s instead.',NULL,NULL,'LINE',NULL,10,'','f9072082df9c34941be6f6b98f89ee15','',NULL),(6783,'en','default','999790af91e92512b7b4c1821587f790','The %1$s table is not okay. It is reporting the following error: %2$s. WordPress will attempt to repair this table&hellip;',NULL,NULL,'LINE',NULL,10,'','a74df7b7c0f4cea529c5be83b56bb645','',NULL),(6784,'en','default','ae058500b5a459f6b34ab30679f8f5d7','The %s constant in your %s file is no longer needed.',NULL,NULL,'LINE',NULL,10,'','4dbc7b8b394d12ef9f54b403c611d6a2','',NULL),(6785,'en','default','b2a2f4dea574fcbabeb1962561d1ff2a','The %s importer is invalid or is not installed.',NULL,NULL,'LINE',NULL,10,'','abc86909c069f5f2561a38f74b50f5c7','',NULL),(6786,'en','default','3ca8be7ee91813ff2464fb01340d6b6e','The %s setting is unregistered. Unregistered settings are deprecated. See https://codex.wordpress.org/Settings_API',NULL,NULL,'LINE',NULL,10,'','d9baa849100b02ed77d241d81d8df2ba','',NULL),(6787,'en','default','5ec28895290332887fc333d6c2370a11','The %s stylesheet doesn&#8217;t contain a valid theme header.',NULL,NULL,'LINE',NULL,10,'','f84d7430293b520df3b1a5839a60433c','',NULL),(6788,'en','default','77aba6400a12368a3c8e1d29765352b2','The %s table is already optimized.',NULL,NULL,'LINE',NULL,10,'','acda4c605adf6c549fe548e1eba474e9','',NULL),(6789,'en','default','744a1d8f5bfbd4c6d90923b7087343f7','The %s table is okay.',NULL,NULL,'LINE',NULL,10,'','99653af0aeab8b08889b6223b7a8e7d4','',NULL),(6790,'en','default','e0433c8fccacdcc1dec538d01a5ffb07','The &#8220;slug&#8221; is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.',NULL,NULL,'LINE',NULL,10,'','c84042caac8257ad95bc00faf92e0b6f','',NULL),(6791,'en','default','b30e060516ec005fae3a7bedfef38b28','The <a href=\"https://codex.wordpress.org/Glossary#Character_set\">character encoding</a> of your site (UTF-8 is recommended)',NULL,NULL,'LINE',NULL,10,'','d16310ea3f78928cd3b670b6bedba9d4','',NULL),(6792,'en','default','554b7ac84f1fa573ee1867a3a2c02d09','The Available Widgets section contains all the widgets you can choose from. Once you drag a widget into a sidebar, it will open to allow you to configure its settings. When you are happy with the widget settings, click the Save button and the widget will go live on your site. If you click Delete, it will remove the widget.',NULL,NULL,'LINE',NULL,10,'','c870042c568c84af431c05479fe39260','',NULL),(6793,'en','default','2f1a8ec3a8b277b002ea5dd3a9c166ec','The Categories and Tags Converter link on this screen will take you to the Import screen, where that Converter is one of the plugins you can install. Once that plugin is installed, the Activate Plugin &amp; Run Importer link will take you to a screen where you can choose to convert tags into categories or vice versa.',NULL,NULL,'LINE',NULL,10,'','73e9ba17e991f5898b5f2b0737c9ad4c','',NULL),(6794,'en','default','34d030aa45f84fd4ce814e1c43084a13','The Classic Editor is activated',NULL,NULL,'LINE',NULL,10,'','76aa151a1117f6b807980537909aa96b','',NULL),(6795,'en','default','1e2ad5c78a6bba9e430dc771728a358c','The Customizer allows you to preview changes to your site before publishing them. You can navigate to different pages on your site within the preview. Edit shortcuts are shown for some editable elements.',NULL,NULL,'LINE',NULL,10,'','663621b6d079f8703d5e4a7c2aab713b','',NULL),(6796,'en','default','88dc13179c52b8083ec73e317b2d5338','The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Look Up takes you to a web page about that particular function.',NULL,NULL,'LINE',NULL,10,'','f53280634c7e03c2413c208d3e3e68b2','',NULL),(6797,'en','default','3381f3479f10d0412df7ce542b32b439','The New Gallery Widget',NULL,NULL,'LINE',NULL,10,'','8e113e03b8ebc674c2009ec2d000fe6b','',NULL),(6798,'en','default','e3a6c830a45973f8caac3432d436e903','The Optional fields let you customize the &#8220;category&#8221; and &#8220;tag&#8221; base names that will appear in archive URLs. For example, the page listing all posts in the &#8220;Uncategorized&#8221; category could be <code>/topics/uncategorized</code> instead of <code>/category/uncategorized</code>.',NULL,NULL,'LINE',NULL,10,'','c686ed3a11e088be1973308ebe9e40cb','',NULL),(6799,'en','default','2bc6f983917576292a23bcbf9c5ecf74','The Text mode allows you to enter HTML along with your post text. Note that &lt;p&gt; and &lt;br&gt; tags are converted to line breaks when switching to the Text editor to make it less cluttered. When you type, a single line break can be used instead of typing &lt;br&gt;, and two line breaks instead of paragraph tags. The line breaks are converted back to tags automatically.',NULL,NULL,'LINE',NULL,10,'','6822422cfd888b5560ab16ce486fcf0f','',NULL),(6800,'en','default','62457c7b06e9492db136c612087a8636','The Theme Installer screen requires JavaScript.',NULL,NULL,'LINE',NULL,10,'','ee81cae6fee978a72094c23881080975','',NULL),(6801,'en','default','fa7710958d9308b31dfb35c7cd561c36','The Walker class named %s does not exist.',NULL,NULL,'LINE',NULL,10,'','34054a8dc59b2133208d8c72fc61addb','',NULL),(6802,'en','default','002b9dd3a4beb56d4092b6848925ba55','The WordPress Team',NULL,NULL,'LINE',NULL,10,'','07bb812d2f3b5981c5bbf4c67a763730','',NULL),(6803,'en','default','68804ce6aa38ab1ef7d4e33889033f7b','The WordPress URL and the Site URL can be the same (example.com) or different; for example, having the WordPress core files (example.com/wordpress) in a subdirectory instead of the root directory.',NULL,NULL,'LINE',NULL,10,'','611f402fad36bf6c2938669e03586d18','',NULL),(6804,'en','default','be7027f369951f13e70f11596d6f5328','The WordPress team is willing to help you. Forward this email to %s and the team will work with you to make sure your site is working.',NULL,NULL,'LINE',NULL,10,'','3d2e5149e2f489b217865e5abac9d14c','',NULL),(6805,'en','default','462d9bb1638287143d47e551f189f362','The active theme is broken. Reverting to the default theme.',NULL,NULL,'LINE',NULL,10,'','ee82ecbf9e622270887b544c8c70c8ba','',NULL),(6806,'en','default','16a7d315d4eb5e71cf53bd119764f2a6','The amount of information you may be required to show will vary depending on your local or national business regulations. You may, for example, be required to display a physical address, a registered address, or your company registration number.',NULL,NULL,'LINE',NULL,10,'','1309f621bd0055cd2c9d869996990f0c','',NULL),(6807,'en','default','0d6e6952823baa88591bf01e4b2a7d9f','The aspect ratio is the relationship between the width and height. You can preserve the aspect ratio by holding down the shift key while resizing your selection. Use the input box to specify the aspect ratio, e.g. 1:1 (square), 4:3, 16:9, etc.',NULL,NULL,'LINE',NULL,10,'','26728d76bfe1ad7865f61289e45209ca','',NULL),(6808,'en','default','61b6cf804dc77479ab0d352e1a3a7680','The backup of this post in your browser is different from the version below.',NULL,NULL,'LINE',NULL,10,'','ca27f1a29261c8d6c56c7a2e2a50ace0','',NULL),(6809,'en','default','ea7e6216c8e195c3ee86ef1f9a50b954','The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don&#8217;t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box.',NULL,NULL,'LINE',NULL,10,'','a59d62ea2a4eefeb41bb3ebc3ddf2a6b','',NULL),(6810,'en','default','7ab07ba8c965ea3d313a005f2b1be7e1','The boxes on your Dashboard screen are:',NULL,NULL,'LINE',NULL,10,'','0c233d949e877e2af23f5c041e05bb6b','',NULL),(6811,'en','default','410c599c85788193747c0388bcfad648','The checksum of the file (%1$s) does not match the expected checksum value (%2$s).',NULL,NULL,'LINE',NULL,10,'','f11098b3324184864ead373909f97879','',NULL),(6812,'en','default','1c76d426685053d54d636e0fb98a2dff','The constant %s cannot be defined when installing WordPress.',NULL,NULL,'LINE',NULL,10,'','1497a818eac7aaf0b04870a238626368','',NULL),(6813,'en','default','374c3cac97bc640a934978d1331acfa3','The current theme does not support a flexible sized header image.',NULL,NULL,'LINE',NULL,10,'','18702aaef6c5d743b166a35b8db995d9','',NULL),(6814,'en','default','7c57eab042e554704070a118e5c1b5df','The current theme does not support uploading a custom header image.',NULL,NULL,'LINE',NULL,10,'','df99a3ac7bb5724fb4fe95e5e1bb9c34','',NULL),(6815,'en','default','dd3258e965aab5f73100334a65e08673','The current theme is displayed highlighted as the first theme.',NULL,NULL,'LINE',NULL,10,'','2c4414afb28b421c247aa0e4057bfd90','',NULL),(6816,'en','default','2f18c4df25d95c2e09c53e122b7cfaba','The current user&#8217;s role must have user editing capabilities.',NULL,NULL,'LINE',NULL,10,'','1d148bb5a2e2e9d9551b350df5c71419','',NULL),(6817,'en','default','7e1c956a01ff33aeda36b145b46cfa5c','The currently selected Privacy Policy page does not exist. Please create or select a new page.',NULL,NULL,'LINE',NULL,10,'','e7bf979a9539b00d2878d613071434e7','',NULL),(6818,'en','default','1a512c9458eca048902f6a7ad2648a00','The currently selected Privacy Policy page is in the trash. Please create or select a new Privacy Policy page or <a href=\"%s\">restore the current page</a>.',NULL,NULL,'LINE',NULL,10,'','8199f66f24032418061a0a72cbbd71f0','',NULL),(6819,'en','default','5602c5c8e3e0c5a5f08b56faa4f3e32d','The database update process may take a little while, so please be patient.',NULL,NULL,'LINE',NULL,10,'','16e88870821776aad4edbada8ac3f9ed','',NULL),(6820,'en','default','f5b712b9d301f61dd92249263ecc1e6a','The description is not prominent by default; however, some themes may show it.',NULL,NULL,'LINE',NULL,10,'','4d7aff344d157ca85bba08f7fc5d35de','',NULL),(6821,'en','default','445a3c1fa5bbae94fc96d0ffffd1f03d','The dreaded white screen. You&#8217;ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You&#8217;ll sleep better at night.',NULL,NULL,'LINE',NULL,10,'','a3d90099b9516eeb50523180b0d2cd98','',NULL),(6822,'en','default','1283a7fcac8dc097b0875b6a7290af01','The fields on this screen determine some of the basics of your site setup.',NULL,NULL,'LINE',NULL,10,'','da995ca09f039985d226591412a088b0','',NULL),(6823,'en','default','80421ce30e3bce308038495e52b4ced9','The file %1$s already exists one level above your WordPress installation. If you need to reset any of the configuration items in this file, please delete it first. You may try <a href=\"%2$s\">installing now</a>.',NULL,NULL,'LINE',NULL,10,'','02d69a8be7faf2b3f0dad8a61247ddcf','',NULL),(6824,'en','default','067bba9c290473395fed62cb07acd6a9','The file %1$s already exists. If you need to reset any of the configuration items in this file, please delete it first. You may try <a href=\"%2$s\">installing now</a>.',NULL,NULL,'LINE',NULL,10,'','a8ae2dea20243bc57b717f3b18304c16','',NULL),(6825,'en','default','eb7630ff98db1781ebbdfbd123dedce6','The following plugins failed to update:',NULL,NULL,'LINE',NULL,10,'','9d1cb5b0c213c3da6283a8628b94ca64','',NULL),(6826,'en','default','689596503b47d95e2f38d5a124123f6e','The following plugins have new versions available. Check the ones you want to update and then click &#8220;Update Plugins&#8221;.',NULL,NULL,'LINE',NULL,10,'','87b53c7d28e400ca0179f6574c2f2a61','',NULL),(6827,'en','default','bb704e5e27f70084d643a9b1738a3eae','The following plugins were successfully updated:',NULL,NULL,'LINE',NULL,10,'','3ade60c16e9dc4c16224f8eaa2d18955','',NULL),(6828,'en','default','c3f16c77c1e86fe9d95810e896b09c7d','The following themes are installed but incomplete.',NULL,NULL,'LINE',NULL,10,'','1048fb232ae0da3bbcb6ff3c25ec8fa7','',NULL),(6829,'en','default','ae87c9a531fab5c501cca60c543d2836','The following themes failed to update:',NULL,NULL,'LINE',NULL,10,'','8a55da829496f250efb9304a8010546b','',NULL),(6830,'en','default','8d9f4ee9d236083e699a99eab97b29d7','The following themes have new versions available. Check the ones you want to update and then click &#8220;Update Themes&#8221;.',NULL,NULL,'LINE',NULL,10,'','38a3fe5c347fbe952c9b04495cf8d3f8','',NULL),(6831,'en','default','9e6bfe33188701fd484349ba9e072623','The following themes were successfully updated:',NULL,NULL,'LINE',NULL,10,'','310bd3ad47dc2024fc6cd79c0aae1142','',NULL),(6832,'en','default','aca4bd114b8e47b5fc7d0cdb229c7b83','The following translations failed to update:',NULL,NULL,'LINE',NULL,10,'','ef7be7182e766079badb422f56cd6c1e','',NULL),(6833,'en','default','810a224cbe7994f5fa8d7f2287676794','The following translations were successfully updated:',NULL,NULL,'LINE',NULL,10,'','9e0ead9dc9aaf8a2681786516879e2b2','',NULL),(6834,'en','default','973b73930e6d5cde61e00edba9ff297e','The ftp PHP extension is not available',NULL,NULL,'LINE',NULL,10,'','968e999a7684b2423b0ce7f39f969817','',NULL),(6835,'en','default','7541f87234c78f5151d30d900471192f','The grid view for the Media Library requires JavaScript. <a href=\"%s\">Switch to the list view</a>.',NULL,NULL,'LINE',NULL,10,'','cadb1d997a7a7dfb1a0fdb039e841342','',NULL),(6836,'en','default','4ad646193bb62729c1c619f14089b2ba','The installer attempted to contact a random hostname (%s) on your domain.',NULL,NULL,'LINE',NULL,10,'','7d20f68c9d3b75b5b57dac2e4394bcb4','',NULL),(6837,'en','default','326a3dc0e88ea213c7a97657dd5cd730','The item you are trying to move to the Trash no longer exists.',NULL,NULL,'LINE',NULL,10,'','4c4fd5fc3fa9399ec769df47625b2072','',NULL),(6838,'en','default','d170af60143a91cd7487a6f9ffb02b58','The item you are trying to restore from the Trash no longer exists.',NULL,NULL,'LINE',NULL,10,'','58e1e204c6078e641137b0e6d7fecd53','',NULL),(6839,'en','default','882806669603d5894215807206242b6f','The language pack is missing either the %1$s or %2$s files.',NULL,NULL,'LINE',NULL,10,'','d566d2dcb380116373aab10be84a7261','',NULL),(6840,'en','default','030eb735ca4d9aed22505e6adb6e37c1','The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.',NULL,NULL,'LINE',NULL,10,'','a199554e617c102a6467d92c120ed216','',NULL),(6841,'en','default','6cd5563003ed28586594ce0fd5f3aad5','The menu has been successfully deleted.',NULL,NULL,'LINE',NULL,10,'','d51669c904341744cff82a3c27e8ed89','',NULL),(6842,'en','default','788ec2933cfc88ce4fbaf52c8378f459','The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.',NULL,NULL,'LINE',NULL,10,'','84b1bf93bccd3e3fd3d8b44838df50f0','',NULL),(6843,'en','default','692aab9220484ce95afd7ad0fb7b5d35','The menu item has been successfully deleted.',NULL,NULL,'LINE',NULL,10,'','65ce9fdd715f61c9a6e1c34582a39e5a','',NULL),(6844,'en','default','076cce8a4cea590d426b0a923e9c6f21','The menu management box at the top of the screen is used to control which menu is opened in the editor below.',NULL,NULL,'LINE',NULL,10,'','0360469d6dc114e3b72568de3416d133','',NULL),(6845,'en','default','43ab2e43cb438622dc97eff81b7efa46','The name is how it appears on your site.',NULL,NULL,'LINE',NULL,10,'','7475f37e7f96f721d6705775359648a2','',NULL),(6846,'en','default','b9a11c204f9dbab66a8dc53655eada32','The name of the database you want to use with WordPress.',NULL,NULL,'LINE',NULL,10,'','3d841633f230c886f27c59946f15cbdb','',NULL),(6847,'en','default','abc81921b5497a4ae0a9f1d76c6d931f','The network already exists.',NULL,NULL,'LINE',NULL,10,'','d391d4de6978b5a455355f2283f7e016','',NULL),(6848,'en','default','c481b86facbc3fabfa4c7eb1c089a6bc','The new editor will be enabled by default in the next major release of WordPress. If you’re not sure how compatible your current themes and plugins are, we’ve got you covered.',NULL,NULL,'LINE',NULL,10,'','6210a1e9ffe821a0e3d3b1ebab5c7d39','',NULL),(6849,'en','default','dd3155e4a5a8436bff4472ce0244fb17','The new page will include help and suggestions for your Privacy Policy.',NULL,NULL,'LINE',NULL,10,'','fb1bcb3caa567be21344c40f887df70f','',NULL),(6850,'en','default','45cd9856d566986addee9fc589d71b76','The package contains no files.',NULL,NULL,'LINE',NULL,10,'','6502c46be5402cc2cb188a735df83d84','',NULL),(6851,'en','default','83fa7e6e72d97bf56a513274fdd9a277','The package could not be installed.',NULL,NULL,'LINE',NULL,10,'','396eea99f8f105dce089357d9a329f84','',NULL),(6852,'en','default','c76de7cd4fb040ef8325dd13a78b6d02','The parent theme, <strong>%1$s %2$s</strong>, is currently installed.',NULL,NULL,'LINE',NULL,10,'','979ddb280135c29ae5d9c7a5c17362ad','',NULL),(6853,'en','default','28b3cc342ee546199290f7cbdf23e77e','The password you chose during installation.',NULL,NULL,'LINE',NULL,10,'','c5ecdca78aa7421d534b6147a636c33f','',NULL),(6854,'en','default','b9ba49ca35776f8a4f65caee6c1afbef','The plugin %1$s has been <strong>deactivated</strong> due to an error: %2$s',NULL,NULL,'LINE',NULL,10,'','509b17d06b2f65543274e56b8e9ea3ec','',NULL),(6855,'en','default','e0507116ce6ea87713a4ad0f6227e927','The plugin contains no files.',NULL,NULL,'LINE',NULL,10,'','fb94c82f5e46aa2c96d92bce793d5df4','',NULL),(6856,'en','default','9442b248b713240174c9a43136739a1d','The plugin does not have a valid header.',NULL,NULL,'LINE',NULL,10,'','9b6a9a7445dbb8cd3100fc5cd16b73df','',NULL),(6857,'en','default','cd7fb4b77f5f570908610dfff4986475','The plugin generated %d characters of <strong>unexpected output</strong> during activation. If you notice &#8220;headers already sent&#8221; messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.',NULL,NULL,'LINE',NULL,10,'','94a6affa90c4bad4bc1a1859fc7951fc','',NULL),(6858,'en','default','1a4d90b7180c829ea35c6fb784d19d51','The plugin generated unexpected output.',NULL,NULL,'LINE',NULL,10,'','f31a48943d23d7fb69016e34b66b4576','',NULL),(6859,'en','default','84dc148de4d2e1fd94436ff69888e6c6','The plugin is at the latest version.',NULL,NULL,'LINE',NULL,10,'','221f62ced812cc0bca571990a1b7aade','',NULL),(6860,'en','default','c274fd8b4d03b84ef1a32b59a7d6e35f','The primary site you chose does not exist.',NULL,NULL,'LINE',NULL,10,'','21e269643886f625aaca00be73181a9a','',NULL),(6861,'en','default','dff9e48815ee70045ecc9844adef0f15','The search for installed plugins will search for terms in their name, description, or author.',NULL,NULL,'LINE',NULL,10,'','26eb73c3c9d1249e7a8eb21aaa1aca1e','',NULL),(6862,'en','default','c5a4e15efc46e23f0bf0695ec14433b4','The search for installed themes will search for terms in their name, description, author, or tag.',NULL,NULL,'LINE',NULL,10,'','1bc81ddaa9962129f39339b7ea4c77e4','',NULL),(6863,'en','default','6885571838d162bf8caab9a1ae853663','The selected plugin has been <strong>deleted</strong>.',NULL,NULL,'LINE',NULL,10,'','fd5aad7e440519282e43223a7cd286fe','',NULL),(6864,'en','default','31fcf8abc0755a9ce74203d7b7bf779b','The selected plugins have been <strong>deleted</strong>.',NULL,NULL,'LINE',NULL,10,'','f518effe142d3aef68ac450df6bf3fea','',NULL),(6865,'en','default','4c4f2a76891b1d1153e75e096b441c6c','The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library.',NULL,NULL,'LINE',NULL,10,'','ff474f6f65f17b7587ae9ca4a18f6a0f','',NULL),(6866,'en','default','dfb0679388e6a66905374102a1d4157b','The ssh2 PHP extension is available, however, we require the PHP5 function %s',NULL,NULL,'LINE',NULL,10,'','e4eb51a06fa4e0a74891f1d442b557a7','',NULL),(6867,'en','default','218258d09f39bcbf45b4a647b12e5c78','The ssh2 PHP extension is not available',NULL,NULL,'LINE',NULL,10,'','c18d798a826e2fe55120b0b1a5ecbe98','',NULL),(6868,'en','default','685ced396818273964337f941e75da76','The suggested privacy policy content should be added by using the %s (or later) action. Please see the inline documentation.',NULL,NULL,'LINE',NULL,10,'','37443756fe93f2bc3584cf7a4ccdd1d0','',NULL),(6869,'en','default','bf23c9d2e15af60f61123487ff157cca','The suggested privacy policy content should be added only in wp-admin by using the %s (or later) action.',NULL,NULL,'LINE',NULL,10,'','bcc69e8ebdfd1dd205bb31737b829195','',NULL),(6870,'en','default','c3cbc3a80ee2b52006e72b32006cfa1d','The suggested privacy policy text has changed. Please <a href=\"%s\">review the guide</a> and update your privacy policy.',NULL,NULL,'LINE',NULL,10,'','2c614067097dc9eac2b2c0f83f22ea26','',NULL),(6871,'en','default','cbdda47072ae4fe0db4cc67e2af00351','The theme being previewed is fully interactive &mdash; navigate to different pages to see how the theme handles posts, archives, and other page templates. The settings may differ depending on what theme features the theme being previewed supports. To accept the new settings and activate the theme all in one step, click the Publish &amp; Activate button above the menu.',NULL,NULL,'LINE',NULL,10,'','946fd2b46a344499284444761c8fbc01','',NULL),(6872,'en','default','01b08bbf98e543a3a47855751c0d9e98','The theme contains no files.',NULL,NULL,'LINE',NULL,10,'','e992775808addce139d6b8e66ede67a8','',NULL),(6873,'en','default','6557962c2f31513e3f7f5f2de69ab61d','The theme is at the latest version.',NULL,NULL,'LINE',NULL,10,'','44552b64d95f98488655b5d2134e3b5c','',NULL),(6874,'en','default','3237265583af359a08fbed2b7a9ef8d9','The theme is missing the %s file.',NULL,NULL,'LINE',NULL,10,'','8398d7ead95b683de176ae715589e08c','',NULL),(6875,'en','default','eb2a338bac4be6bc89ad4a88b318cc4f','The theme is missing the %s stylesheet.',NULL,NULL,'LINE',NULL,10,'','e8ee5ba1cbd93125c0a5760af4c98634','',NULL),(6876,'en','default','fb8a689f09c8b89aafe92bdf6581af71','The theme you are currently using isn&#8217;t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href=\"https://codex.wordpress.org/Widgetizing_Themes\">follow these instructions</a>.',NULL,NULL,'LINE',NULL,10,'','1287d7e838887ce7a21436901fa1c2bb','',NULL),(6877,'en','default','4388af50e061814a34b6819900fa73bd','The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop. You can also minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.',NULL,NULL,'LINE',NULL,10,'','09c81985949e99d25352c4eacbc7d9b2','',NULL),(6878,'en','default','661c8bef1518ee6dceb128a1acb0f94b','The translations are up to date.',NULL,NULL,'LINE',NULL,10,'','f28e28829b3f285025e2b88e9e4a3152','',NULL),(6879,'en','default','d11acdf4128583df149f49a5304d7f08','The update cannot be installed because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.',NULL,NULL,'LINE',NULL,10,'','a5325fcfefcc285cb72318a0aa10c115','',NULL),(6880,'en','default','8bb3b5bc9f799caf17a82e3b16a6879e','The update cannot be installed because WordPress %1$s requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.',NULL,NULL,'LINE',NULL,10,'','e9291eccfebe5cf5449c24552bbec734','',NULL),(6881,'en','default','94bf1658531ac480fcff6654e73e4747','The update cannot be installed because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.',NULL,NULL,'LINE',NULL,10,'','a29017ca25561e4fa1e5a39ef7d75aab','',NULL),(6882,'en','default','1115a6530e7dcf5ef19adc638bbeed53','The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.',NULL,NULL,'LINE',NULL,10,'','966bd6ce16987e14599aed48177771df','',NULL),(6883,'en','default','6d5780cdb2aa108131ba45f0bd266a10','The update could not be unpacked',NULL,NULL,'LINE',NULL,10,'','54504cc71000e1aee78b9ca50abfb52f','',NULL),(6884,'en','default','1ef6ce70e64f5211aa82a0eeeabca1e5','The update of %1$s failed.',NULL,NULL,'LINE',NULL,10,'','72b4289f69174d531f3b7a0618f829ae','',NULL),(6885,'en','default','434d53474e8837b767dae5052bdbe9f9','The update process is starting. This process may take a while on some hosts, so please be patient.',NULL,NULL,'LINE',NULL,10,'','449135c995cffae7672d84671342f40f','',NULL),(6886,'en','default','f76a1d1d0a948422fa9f1f324d556b5f','The uploaded file could not be moved to %s.',NULL,NULL,'LINE',NULL,10,'','247ef7685396bc09c789ba3a19a187c4','',NULL),(6887,'en','default','8d9086cb60c50b568ba57e0951dc4025','The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.',NULL,NULL,'LINE',NULL,10,'','3332364ab364cd9a59fe11aef2b09193','',NULL),(6888,'en','default','827ac42f1bc60fab16ae517ddb410e31','The uploaded file exceeds the upload_max_filesize directive in php.ini.',NULL,NULL,'LINE',NULL,10,'','00a9ae6cbdd8a70f8206ca0e2d3cd48f','',NULL),(6889,'en','default','aee4c56a1b2f39cf559d155a434181a9','The uploaded file is not a valid image. Please try again.',NULL,NULL,'LINE',NULL,10,'','24fd6ba80433dc89cf54f2207853c43e','',NULL),(6890,'en','default','4f12b222c9659d62afa795987259933f','The uploaded file was only partially uploaded.',NULL,NULL,'LINE',NULL,10,'','00572bbfd732b690a9a38b15a792f454','',NULL),(6891,'en','default','6f01a43a1b01cb081fa64ce69ebef5a9','The username you provided has invalid characters.',NULL,NULL,'LINE',NULL,10,'','152f6a8cc5c634ace24b58d0ccd4c711','',NULL),(6892,'en','default','e5c4b17366041e8247312776a4ec335e','Theme Files',NULL,NULL,'LINE',NULL,10,'','709fa53bc51a6894dfc2d3517e7de7a7','',NULL),(6893,'en','default','6b08d552878e7463d4da385c554cca65','Theme Footer',NULL,NULL,'LINE',NULL,10,'','cbcc4ca083f911c744b606be34cbcb92','',NULL),(6894,'en','default','d04e0cd57066d832af12a518be910168','Theme Functions',NULL,NULL,'LINE',NULL,10,'','b660593a44751ba1a9e67c6a90b448b9','',NULL),(6895,'en','default','e7b36f04fc8353abd55910c27efa6765','Theme Header',NULL,NULL,'LINE',NULL,10,'','3006f0961eb817f8b783f76dbb5dc050','',NULL),(6896,'en','default','fa7d4aaba181069cd0f2eb9259d6f587','Theme Installation',NULL,NULL,'LINE',NULL,10,'','fb0bda2b25a29eef394f057519016eef','',NULL),(6897,'en','default','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'LINE',NULL,10,'Theme Installer','6035f10e880a751e0f6e50ca26b2cdc4','',NULL),(6898,'en','default','8f088bebb19f5ca899324a275d70c8f4','Theme Location',NULL,NULL,'LINE',NULL,10,'','fdc3798790f007dcd7196182c419b3d6','',NULL),(6899,'en','default','857ecb2ae9191bf8449f80abc89b8083','Theme Options',NULL,NULL,'LINE',NULL,10,'','f766f1e798ca8624639329d085c237d1','',NULL),(6900,'en','default','5dad3aa2463c95fd00b7f6197b5f69ac','Theme could not be deleted.',NULL,NULL,'LINE',NULL,10,'','62fbe3e9fb2383a09c65ccc66d69355b','',NULL),(6901,'en','default','1872d554fbd6ac2d7661f6097211c178','Theme deleted.',NULL,NULL,'LINE',NULL,10,'','f3256905a7ec7acf9d089ea640e73d54','',NULL),(6902,'en','default','40ae41a670da7dd1f5fa2c31ee2d3096','Theme installation failed.',NULL,NULL,'LINE',NULL,10,'','723e28aaef1b117f1e048dfadbdb32c7','',NULL),(6903,'en','default','225425964800c64c07d4a8a66d9552b2','Theme installed successfully.',NULL,NULL,'LINE',NULL,10,'','82eb549691c3ee90d9ef5e33959a5aeb','',NULL),(6904,'en','default','75ee1ece1c7fbf1fea730f5ece09c6e5','Theme update failed.',NULL,NULL,'LINE',NULL,10,'','1fd8fd47c08ab6646df7d47861a0c867','',NULL),(6905,'en','default','b53ae8d84b1d984eba8172330332c945','Theme updated successfully.',NULL,NULL,'LINE',NULL,10,'','e0123414938bad06af078c8429fd5566','',NULL),(6906,'en','default','25e852da5920a4924c8fd05a584c98ae','Theme zip file',NULL,NULL,'LINE',NULL,10,'','aead1c73ac18328965aad73f9c7b881e','',NULL),(6907,'en','default','21646b180b97cb6ec43c10c34f7f974b','Themes list',NULL,NULL,'LINE',NULL,10,'','20904e87d8f8dccdf7c36f98f858de41','',NULL),(6908,'en','default','ea0cb40354c20612d3ae41e33ccdb903','There are no pages.',NULL,NULL,'LINE',NULL,10,'','06fb8436af7f64eb2e44fb284aaf572a','',NULL),(6909,'en','default','cbd9e9f7d02649f1bb66a2b1b1f37e25','There are no valid users selected for deletion.',NULL,NULL,'LINE',NULL,10,'','bcbcf0fbcd5221d4103a6ef925a961ba','',NULL),(6910,'en','default','6b7fccd6deb9638fa529c05adfac7da4','There are no valid users selected for removal.',NULL,NULL,'LINE',NULL,10,'','fb827a88ef5dd8277491efbf60284ff4','',NULL),(6911,'en','default','bb9b40032733f96d6889c2dee8c178e9','There are some invalid menu items. Please check or delete them.',NULL,NULL,'LINE',NULL,10,'','e5d8a3b5ff2da6e83244be0fdf8a4343','',NULL),(6912,'en','default','08716714f3555f529e4c93222e2e5c13','There are unsaved changes that will be lost. \'OK\' to continue, \'Cancel\' to return to the Image Editor.',NULL,NULL,'LINE',NULL,10,'','be4fc9fc00a1a97cebde453cda288a1e','',NULL),(6913,'en','default','9475b80a1661c5fa00b77b2a8b1e331d','There aren&#8217;t any events scheduled near %1$s at the moment. Would you like to <a href=\"%2$s\">organize one</a>?',NULL,NULL,'LINE',NULL,10,'','8683b213e4dfe05b2280d90797eb5858','',NULL),(6914,'en','default','73c75be8d712a013c44b9d911e551eeb','There aren&#8217;t any events scheduled near you at the moment. Would you like to <a href=\"%s\">organize one</a>?',NULL,NULL,'LINE',NULL,10,'','5f149f519aa54d6bfda18be57dfc87c5','',NULL),(6915,'en','default','b4b474e6421ed1ab571f3e2bebc9bc89','There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a> or <a href=\"%5$s\" %6$s>update now</a>.',NULL,NULL,'LINE',NULL,10,'','5ebd95cdc66a5c5744b79f353da11db5','',NULL),(6916,'en','default','d0ed8b9f110a7bcb0292423fa51644f1','There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a>.',NULL,NULL,'LINE',NULL,10,'','dd8106b0396810ac2e5ebe4a52c81f75','',NULL),(6917,'en','default','468cc21570cf09db9c99267a7506e47c','There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>',NULL,NULL,'LINE',NULL,10,'','6dc4811cb0dd92196f1ed42b2062da7e','',NULL),(6918,'en','default','c5e4aa4af15f1114f9d8358976c8f9ff','There is a new version of %1$s available. <a href=\"%2$s\" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this theme.</em>',NULL,NULL,'LINE',NULL,10,'','49d429303048897a4f8c7e97d41c0bf2','',NULL),(6919,'en','default','cd4bc5f85bb1cbe7904661bc360ad9ed','There is a pending change of the admin email to %s.',NULL,NULL,'LINE',NULL,10,'','b62852126bc119a56b4a902bbd4ec2b5','',NULL),(6920,'en','default','f8f03cb29ece9e27bbb5e67777e9c06d','There is a pending change of your email to %s.',NULL,NULL,'LINE',NULL,10,'','7a6d86f1147845402b8cbd401c268991','',NULL),(6921,'en','default','d00fe1889bdbd1dae0af06d86063905f','There is an autosave of this post that is more recent than the version below. <a href=\"%s\">View the autosave</a>',NULL,NULL,'LINE',NULL,10,'','761883b480e5b96fff10e96076fcf406','',NULL),(6922,'en','default','1b066980f4a85f22e98856aab3d244e8','There is not enough free disk space to complete the update.',NULL,NULL,'LINE',NULL,10,'','197b843c992d9725eeb6461ce479d532','',NULL),(6923,'en','default','632cf596ee0a0ae18ca106bd63194803','There was an error while trying to update the file. You may need to fix something and try updating again.',NULL,NULL,'LINE',NULL,10,'','ce8abd53f2e892d8770cc382036b40dd','',NULL),(6924,'en','default','e53fe3868428f6e866303786f98ed933','There&#8217;s no need to change your CSS here &mdash; you can edit and live preview CSS changes in the <a href=\"%s\">built-in CSS editor</a>.',NULL,NULL,'LINE',NULL,10,'','60e81197706b23f2aba2dbaafe088ba0','',NULL),(6925,'en','default','cd89a14ee13da55c03c1050eb075daa5','These plugins may be active on other sites in the network.',NULL,NULL,'LINE',NULL,10,'','0984fc9ced5c0e753f57562912ee76b6','',NULL),(6926,'en','default','a28f7fa9f2ac0102cee0f28724fb9dfa','These settings may be overridden for individual articles.',NULL,NULL,'LINE',NULL,10,'','ec24d36789afac1999a0b6ef34490025','',NULL),(6927,'en','default','2beb4a0771274312907527ab7814d882','These suggestions are based on the plugins you and other users have installed.',NULL,NULL,'LINE',NULL,10,'','719a6047e4ae1486f30ce6e28f560dd7','',NULL),(6928,'en','default','962c28891ea0971c27aec3bfc1781b57','These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.',NULL,NULL,'LINE',NULL,10,'','07835bfb9b2600b722360fd372e71ff1','',NULL),(6929,'en','default','fe74ab999e27e45b9c3df5801e10ddff','This <a href=\"%1$s\">child theme</a> requires its parent theme, %2$s.',NULL,NULL,'LINE',NULL,10,'','a403fff538993fd945ec08a9e06295f1','',NULL),(6930,'en','default','8bdc95a2f11c754b36eef70a9946d3a3','This address is used for admin purposes. If you change this we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>',NULL,NULL,'LINE',NULL,10,'','c804e70303da038835cc1a8a2e3c3692','',NULL),(6931,'en','default','65c27065c1a04b1b285ba360d2d7e5c2','This changeset cannot be further modified.',NULL,NULL,'LINE',NULL,10,'','c389a305144796e23c55580d812a876c','',NULL),(6932,'en','default','41da19062e655643bd5f2b8373ec9159','This child theme inherits templates from a parent theme, %s.',NULL,NULL,'LINE',NULL,10,'','604a7cedcbfbd5d9be36ecd50160ada1','',NULL),(6933,'en','default','b23f64cb03b664e937e866dc9604bd29','This comment is already approved.',NULL,NULL,'LINE',NULL,10,'','51a7717d3bd605af83abd44e59eab914','',NULL),(6934,'en','default','fb76989bb15b94518ac2356b57c4d655','This comment is already in the Trash.',NULL,NULL,'LINE',NULL,10,'','5c90eb5f9ac7876cb453179d4f75cc85','',NULL),(6935,'en','default','445ec3842ddbb68136d52a8a3b58fa39','This comment is already marked as spam.',NULL,NULL,'LINE',NULL,10,'','e8f8df286872024b6c799bd64362066f','',NULL),(6936,'en','default','c3df61553f535b549de2f787370ba27e','This comment is currently approved.',NULL,NULL,'LINE',NULL,10,'','7bb13aeafa48b1297d0c5565cee3f591','',NULL),(6937,'en','default','8cd0f806816a8a3254aec4b6298f738a','This comment is currently in the Trash.',NULL,NULL,'LINE',NULL,10,'','3ce132d2f772b522f81c42c14a87e47e','',NULL),(6938,'en','default','0045fbcf3248fd359f4c3a3606833175','This comment is currently marked as spam.',NULL,NULL,'LINE',NULL,10,'','704d091cfd1193ba3c52a46293e6cb2a','',NULL),(6939,'en','default','f41369bc6e429bac6063755805bba502','This comment is in the Trash. Please move it out of the Trash if you want to edit it.',NULL,NULL,'LINE',NULL,10,'','52e7663face6c25a34ebac8d07a9240a','',NULL),(6940,'en','default','d42556cef5f1acc7f0abfbd217736f4b','This data is used to provide general enhancements to WordPress, which includes helping to protect your site by finding and automatically installing new updates. It is also used to calculate statistics, such as those shown on the <a href=\"%s\">WordPress.org stats page</a>.',NULL,NULL,'LINE',NULL,10,'','b6299df671506fd4c74b28e432251f03','',NULL),(6941,'en','default','1f8bb980698014e1df88f484829242bb','This draft comes from your <a href=\"%s\">unpublished customization changes</a>. You can edit, but there&#8217;s no need to publish now. It will be published automatically with those changes.',NULL,NULL,'LINE',NULL,10,'','bdeb3c863a02026f4db7b1d5702ec22d','',NULL),(6942,'en','default','cc3d73cccb2c92a500f8d1b4f650081e','This file is too big. Files must be less than %1$s KB in size.',NULL,NULL,'LINE',NULL,10,'','b0f5d5787e285d8c98b68c4650eb0522','',NULL),(6943,'en','default','367cf53421e3ed4306810419d516f87d','This format, which we call WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.',NULL,NULL,'LINE',NULL,10,'','ac11514e465e84b96774d42c87262930','',NULL),(6944,'en','default','1ea771206edf86eb23e9c65c472c061b','This importer is not installed. Please install importers from <a href=\"%s\">the main site</a>.',NULL,NULL,'LINE',NULL,10,'','2c23a1ac8407ce5347f41198933185d5','',NULL),(6945,'en','default','f2799f0be689fbe5a28ef23844de4527','This is a child theme of %s.',NULL,NULL,'LINE',NULL,10,'','1c72d8adf4037997c2de8ad9aaa1e302','',NULL),(6946,'en','default','c6d971190e84f925282b6902e76d0721','This is a file in your current parent theme.',NULL,NULL,'LINE',NULL,10,'','2ca7ac4d9f57b76c8e443b29f8ea665e','',NULL),(6947,'en','default','bb8e5b75c948e9f3b10edc9050c10024','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\\n\\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\\n\\n...or something like this:\\n\\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\\n\\nAs a new WordPress user, you should go to <a href=\"%s\">your dashboard</a> to delete this page and create new pages for your content. Have fun!',NULL,NULL,'LINE',NULL,10,'','0475b5f2695b2d9143d8a26a0a9c8b4a','',NULL),(6948,'en','default','5443452c7b39d2cf22eb1fc4e86c9ed6','This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.',NULL,NULL,'LINE',NULL,10,'','7c20a01d08f28af18023c5635ea2289a','',NULL),(6949,'en','default','2c4b4e0a7d966fff5c11d2bba13d26c6','This item has already been deleted.',NULL,NULL,'LINE',NULL,10,'','e230482027430590372634d3daf5b5f2','',NULL),(6950,'en','default','04fc960cb0fc71eaeddf34a3f5cc187b','This localized version contains both the translation and various other localization fixes. You can skip upgrading if you want to keep your current translation.',NULL,NULL,'LINE',NULL,10,'','809e4adde2f3f0bddf14b23e718e0666','',NULL),(6951,'en','default','514aff19cc751beb82217d47a58fd612','This means your site may be offline or broken. Don\'t panic; this can be fixed.',NULL,NULL,'LINE',NULL,10,'','e6882b133d04c941d39454234e294b77','',NULL),(6952,'en','default','bd316b63fc8657c09ca7cc905b08ee76','This password will not be stored on the server.',NULL,NULL,'LINE',NULL,10,'','fd3d46abb6366bcdcde8a7ad83dec9b3','',NULL),(6953,'en','default','43e1f371c6f9495c42f76feee223e6d0','This plugin may be active on other sites in the network.',NULL,NULL,'LINE',NULL,10,'','31f3867c1a967e289f8a23b88a5501ba','',NULL),(6954,'en','default','a5c5cf8c575e6f08685e6fd1264a9549','This preview is unavailable in the editor.',NULL,NULL,'LINE',NULL,10,'','84a6f7f7071aa8acdfb47d6cbfa82e50','',NULL),(6955,'en','default','4ccbb4291e4f50f730d53e38e5ee05aa','This resulted in an error message: %s',NULL,NULL,'LINE',NULL,10,'','ba27a5957d70000a099190abc99af76f','',NULL),(6956,'en','default','30f9f179137df7ca8ffbfb5f2f1e3c07','This screen allows you to choose your permalink structure. You can choose from common settings or create custom URL structures.',NULL,NULL,'LINE',NULL,10,'','a24d06ba20bbc9ad1b7f8b3d334e7d15','',NULL),(6957,'en','default','67868449a996c59e59850185dc88e69c','This screen allows you to edit five fields for metadata in a file within the media library.',NULL,NULL,'LINE',NULL,10,'','f2eabcbca2eba0003e9edcc32c9d6aa6','',NULL),(6958,'en','default','264c2209e62d9a01549ce2e63052daaa','This screen allows you to edit four fields for metadata in a file within the media library.',NULL,NULL,'LINE',NULL,10,'','708817ef1a593659495d33edd5a44912','',NULL),(6959,'en','default','33da0d47041802e3fd26e5365065010a','This screen contains the settings that affect the display of your content.',NULL,NULL,'LINE',NULL,10,'','0d6aff48207c056f0e11a40873fd9a8b','',NULL),(6960,'en','default','f9341a64ad07c45ad0d0805ba01d3480','This screen is used for globally assigning menus to locations defined by your theme.',NULL,NULL,'LINE',NULL,10,'','9c9a250abf56d290cbb03b05cda8055f','',NULL),(6961,'en','default','82350ae31ec65af67d8d9419244e3426','This screen is used for managing your content revisions.',NULL,NULL,'LINE',NULL,10,'','2f5709a70c24710d719d756ed140eef1','',NULL),(6962,'en','default','a8963a32af980e101c0b79e07d89a2d8','This screen is used for managing your installed themes. Aside from the default theme(s) included with your WordPress installation, themes are designed and developed by third parties.',NULL,NULL,'LINE',NULL,10,'','d1501beb0d1dc58db35529b27e34b75a','',NULL),(6963,'en','default','7aedc1e462c8b4545ab880cedbb057fd','This screen is used for managing your navigation menus.',NULL,NULL,'LINE',NULL,10,'','595f820b75cdeb733bec82fbfec0c390','',NULL),(6964,'en','default','dbe12525acd717cad911370668f1ff7f','This screen is used to customize the header section of your theme.',NULL,NULL,'LINE',NULL,10,'','81b1d012dd04e2d491ccec8d7b4cb13a','',NULL),(6965,'en','default','0dd321bd7f02eee4f60ac86a9a88d911','This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options in the dashboard navigation when they are logged in, based on their role.',NULL,NULL,'LINE',NULL,10,'','9e7ade8c38be740b58f044bf1278fb0a','',NULL),(6966,'en','default','068c739ac399f0571399749cd8ef64a2','This screen lists links to plugins to import data from blogging/content management platforms. Choose the platform you want to import from, and click Install Now when you are prompted in the popup window. If your platform is not listed, click the link to search the plugin directory for other importer plugins to see if there is one for your platform.',NULL,NULL,'LINE',NULL,10,'','35b9a4fa1f097b5cc63b2d682d97d17b','',NULL),(6967,'en','default','464d5d037322535a4c893493d728183f','This screen provides access to all of your posts. You can customize the display of this screen to suit your workflow.',NULL,NULL,'LINE',NULL,10,'','bae481ceb185ad1cb8405d28200162d6','',NULL),(6968,'en','default','0c5d3651152b079bc6c765a4316876d7','This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won&#8217;t all fit here! :) Use the documentation links to get information on what each discussion setting does.',NULL,NULL,'LINE',NULL,10,'','3dfe3722050e228f994f511ecdf2076a','',NULL),(6969,'en','default','3da501cec695d886a382099321fac0c3','This screen shows an individual user all of their sites in this network, and also allows that user to set a primary site. They can use the links under each site to visit either the front end or the dashboard for that site.',NULL,NULL,'LINE',NULL,10,'','a36fcc691e84683617e56b34ae96f7f4','',NULL),(6970,'en','default','431e970e507c1920cdac1ff8dba55dbe','This sidebar is no longer available and does not show anywhere on your site. Remove each of the widgets below to fully remove this inactive sidebar.',NULL,NULL,'LINE',NULL,10,'','6b439099fc7387d000432277a1e5d102','',NULL),(6971,'en','default','e3a2b121e6a2232001abc193f437686a','This site is set up to install updates of future beta versions automatically.',NULL,NULL,'LINE',NULL,10,'','c8a6fd8ef82b196dacc8fe264b1d8b8f','',NULL),(6972,'en','default','dc77dbb1922abd1daf4276a0b31cc953','This text template will help you to create your web site&#8217;s privacy policy.',NULL,NULL,'LINE',NULL,10,'','baeba8319d2ec7f0844e9b1fb580730e','',NULL),(6973,'en','default','08bc0bd482ed3533445b22c333be887a','This theme has not been rated yet.',NULL,NULL,'LINE',NULL,10,'','445eff64ea6db527fa7548e34c0b333a','',NULL),(6974,'en','default','f2beebb0f70f3d85daa1d430954f9480','This theme is already installed and is up to date',NULL,NULL,'LINE',NULL,10,'','004c9cfc9fdcc550c393419537b4d384','',NULL),(6975,'en','default','0c55dd09c474fd8a5b10d1d68f499040','This theme is broken.',NULL,NULL,'LINE',NULL,10,'','3308e870fc0f178e7dc6972e8e79a57b','',NULL),(6976,'en','default','5072267a6a6a2f6adb9d7197dc9e61c6','This theme requires a parent theme. Checking if it is installed&#8230;',NULL,NULL,'LINE',NULL,10,'','da4cee29e98bed526cea83a7a7a3d4c3','',NULL),(6977,'en','default','de947d5564475c8a13916d307e16f2ca','This timezone does not observe daylight saving time.',NULL,NULL,'LINE',NULL,10,'','861543596fff5921a66440e25927f854','',NULL),(6978,'en','default','b96d8bf443f05fc0d147bd5069b8ed69','This timezone is currently in daylight saving time.',NULL,NULL,'LINE',NULL,10,'','c70eed39a4b1d17a123b48f573f000d7','',NULL),(6979,'en','default','62525ed451fd3ff9f6626e954914e1ab','This timezone is currently in standard time.',NULL,NULL,'LINE',NULL,10,'','5b4af918b6fbe4099649f2a71726560d','',NULL),(6980,'en','default','59bf18a9058b053946c0184342fc2057','This user has super admin privileges.',NULL,NULL,'LINE',NULL,10,'','6ab362a6d4f7bb6ac03eb92da70afbe5','',NULL),(6981,'en','default','ff619b1579bfb28c13285a37a89deff6','This widget requires JavaScript.',NULL,NULL,'LINE',NULL,10,'','03928753530a4465e51de57e968d3536','',NULL),(6982,'en','default','08d6bcef2204c1cb75c7e2bf2ee34a17','This will be shown when someone hovers over the link in the blogroll, or optionally below the link.',NULL,NULL,'LINE',NULL,10,'','ab0f0d34e29acbc5555f169a350791c3','',NULL),(6983,'en','default','91a42b513ddc3974285f678d1b8c175f','This will clear all items from the inactive widgets list. You will not be able to restore any customizations.',NULL,NULL,'LINE',NULL,10,'','5e6e58ace94509a05c7dc8415f76c471','',NULL),(6984,'en','default','609b3ec560f934965cf73367d4ca3aac','This will contain all of your posts, pages, comments, custom fields, terms, navigation menus, and custom posts.',NULL,NULL,'LINE',NULL,10,'','452beca70fa8dbc203c6b6224262a99f','',NULL),(6985,'en','default','abc3d51e7c0c467ca7fcac96c524b295','This will remove the background image. You will not be able to restore any customizations.',NULL,NULL,'LINE',NULL,10,'','40843ff2ca6ba5e038dcf9b98e384ee1','',NULL),(6986,'en','default','3509315aa342def7108b058c01400ffa','This will remove the header image. You will not be able to restore any customizations.',NULL,NULL,'LINE',NULL,10,'','c2c9b68e5fc6bebf06682b3d8047d256','',NULL),(6987,'en','default','416d33b1cdff2d4742e71de09eaacc01','This will replace the current editor content with the last backup version. You can use undo and redo in the editor to get the old content back or to return to the restored version.',NULL,NULL,'LINE',NULL,10,'','49c535533b7429e238c1e0e5f747fb89','',NULL),(6988,'en','default','aa903a7eda70bc05e51380bbc3825e22','This will restore the original background image. You will not be able to restore any customizations.',NULL,NULL,'LINE',NULL,10,'','fa7fb6c377be10c7240014f5adbc4195','',NULL),(6989,'en','default','ec800de2d6dc38a0d1e2ff48215de588','This will restore the original header image. You will not be able to restore any customizations.',NULL,NULL,'LINE',NULL,10,'','d4553f3dae7ada42e737745a6cd09d44','',NULL),(6990,'en','default','96e47382a440cf09589d723985bc0799','Three Columns',NULL,NULL,'LINE',NULL,10,'','41e70dc490f5012e48f0daea83c8b234','',NULL),(6991,'en','default','dd9629f5ee3a70f0ce13cc3401956514','Thumbnail Settings',NULL,NULL,'LINE',NULL,10,'','3ab939edaa842707e6c023bf85595054','',NULL),(6992,'en','default','8c81dbf93e2204d61bc2d9c9eb8d7d25','Thumbnail Settings Help',NULL,NULL,'LINE',NULL,10,'','788c38a897c12028268554d39ef075e7','',NULL),(6993,'en','default','e64e8bc8063f61b3ea70ba74d3266806','Thumbnail size',NULL,NULL,'LINE',NULL,10,'','004c3912371a36433150abb81373e7ec','',NULL),(6994,'en','default','3cd476936cc7b8e9d2b56dd0ef353ae3','Title and Post Editor',NULL,NULL,'LINE',NULL,10,'','b8b9703f0ca48b495552f41029e80cae','',NULL),(6995,'en','default','83fa5325fc6d9b4403e53d5fcd90c792','To activate a widget drag it to a sidebar or click on it. To deactivate a widget and delete its settings, drag it back.',NULL,NULL,'LINE',NULL,10,'','d4b9b2c2099fc269b01769667cac28f0','',NULL),(6996,'en','default','938b9b0ac73de7852ecf9d552bb1ff17','To add a custom link, <strong>expand the Custom Links section, enter a URL and link text, and click Add to Menu</strong>',NULL,NULL,'LINE',NULL,10,'','3e1d035dbae7e5513d9e82fed3a7b333','',NULL),(6997,'en','default','893614bd345b053ce4ed809117822ce6','To add a new menu instead of assigning an existing one, <strong>click the &#8217;Use new menu&#8217; link</strong>. Your new menu will be automatically assigned to that theme location',NULL,NULL,'LINE',NULL,10,'','8c31532238738ae3898b57622e2d0a6d','',NULL),(6998,'en','default','d93444b6125d6f7511ed541f8ea2b16f','To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.',NULL,NULL,'LINE',NULL,10,'','18f746f02d07ad622b4a0b5c22b807d2','',NULL),(6999,'en','default','48159ef2176ed9c0e0578c2b8a233588','To add a new user to your site, fill in the form on this screen and click the Add New User button at the bottom.',NULL,NULL,'LINE',NULL,10,'','4a4a633ddc0388eb758076a0c0751155','',NULL),(7000,'en','default','c5f396e14b01d487529e01010ea6a61e','To allow use of this page to automatically repair database problems, please add the following line to your %s file. Once this line is added to your config, reload this page.',NULL,NULL,'LINE',NULL,10,'','bd269ad8c4dc92e4c0bcc905d9c04052','',NULL),(7001,'en','default','b2ee790e1c8acee20705c7f91fd61181','To assign menus to one or more theme locations, <strong>select a menu from each location&#8217;s drop down.</strong> When you&#8217;re finished, <strong>click Save Changes</strong>',NULL,NULL,'LINE',NULL,10,'','3113ebe0bd15886d1b13e79d91119f46','',NULL),(7002,'en','default','8505f0a8b67f59664790726edd041b0e','To crop the image, click on it and drag to make your selection.',NULL,NULL,'LINE',NULL,10,'','12f9348aa9cb793d7d99dd7b6ea2c0b9','',NULL),(7003,'en','default','1a8e77c49467b205fcf969149d368c53','To delete media items, click the Bulk Select button at the top of the screen. Select any items you wish to delete, then click the Delete Selected button. Clicking the Cancel Selection button takes you back to viewing your media.',NULL,NULL,'LINE',NULL,10,'','9ffec4a6ebd198c2e091d1edfd11e608','',NULL),(7004,'en','default','e04eb96141dc379051c2d45c21baf2d7','To edit a menu currently assigned to a theme location, <strong>click the adjacent &#8217;Edit&#8217; link</strong>',NULL,NULL,'LINE',NULL,10,'','02a6614ad27d526f06c00055e9d36b75','',NULL),(7005,'en','default','759e3687dbefb5670eb444bb69549e84','To edit an existing menu, <strong>choose a menu from the drop down and click Select</strong>',NULL,NULL,'LINE',NULL,10,'','90ef2d63481fd79ab0c09c14d93bc812','',NULL),(7006,'en','default','bc87173cbdcea8f7d6785a2b98c18a07','To install the theme so you can preview it with your site&#8217;s content and customize its theme options, click the \"Install\" button at the top of the left-hand pane. The theme files will be downloaded to your website automatically. When this is complete, the theme is now available for activation, which you can do by clicking the \"Activate\" link, or by navigating to your Manage Themes screen and clicking the \"Live Preview\" link under any installed theme&#8217;s thumbnail image.',NULL,NULL,'LINE',NULL,10,'','e84103af1a03dc0bb0d0a64c6daa6541','',NULL),(7007,'en','default','023edac785db22df95123ca624d14034','To navigate between revisions, <strong>drag the slider handle left or right</strong> or <strong>use the Previous or Next buttons</strong>.',NULL,NULL,'LINE',NULL,10,'','07b36ffc749d74fbd6d8bc3ff0994737','',NULL),(7008,'en','default','bd3c7f7419a9592418e28e35ee3d9a11','To perform the requested action, WordPress needs to access your web server.',NULL,NULL,'LINE',NULL,10,'','e02a532c41d8ce16a3540ff712fbf2b1','',NULL),(7009,'en','default','f29675aa2598fdc0c9a3e002b9a11bbc','To post to WordPress by email you must set up a secret email account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: %1$s, %2$s, %3$s.',NULL,NULL,'LINE',NULL,10,'','e5d04cec1f79288076c30771c85f5983','',NULL),(7010,'en','default','273ac586f8c89c098004a170ce915f8b','To reorganize menu items, <strong>drag and drop items with your mouse or use your keyboard</strong>. Drag or move a menu item a little to the right to make it a submenu',NULL,NULL,'LINE',NULL,10,'','dd26b4f2b1809abb4425114eedd4128c','',NULL),(7011,'en','default','795829d0fcee6b630ef4b77f3ae7c194','To restore a revision, <strong>click Restore This Revision</strong>.',NULL,NULL,'LINE',NULL,10,'','760053b1465c53317e8a98e775ecafa1','',NULL),(7012,'en','default','17f06dbd83ff121759e08993ecff7ca0','To the top',NULL,NULL,'LINE',NULL,10,'','4031d717eca6f1acb1a866e5c166d5c5','',NULL),(7013,'en','default','b5f53d7f307b7ddcbbac8315d4ed8790','To use a background image, simply upload it or choose an image that has already been uploaded to your Media Library by clicking the &#8220;Choose Image&#8221; button. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site.',NULL,NULL,'LINE',NULL,10,'','c22df4156e105bc49b789d0823f23726','',NULL),(7014,'en','default','e51c94c86c384530e3ad332d097b6603','To use a subdomain configuration, you must have a wildcard entry in your DNS. This usually means adding a %s hostname record pointing at your web server in your DNS configuration tool.',NULL,NULL,'LINE',NULL,10,'','64d9bea83b4e45f17b66cc34219d7594','',NULL),(7015,'en','default','8ce80df2e38d46015f1ec9807fd53c78','Toggle panel: %s',NULL,NULL,'LINE',NULL,10,'','44597c4aef7b7ee5d32c5670e4265f4e','',NULL),(7016,'en','default','ff9eb8bd8c927da073cea632f294e23b','Tomorrow',NULL,NULL,'LINE',NULL,10,'','3340ce10ae9e2139664e6025c163ac4d','',NULL),(7017,'en','default','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'LINE',NULL,10,'','79f82700646024c661c9af34f1cdad5f','',NULL),(7018,'en','default','d6a371bf11465614bb120bc2823fd164','Track %1$s of %2$s.',NULL,NULL,'LINE',NULL,10,'','0c8040a56540de16e5b4cf119a47bc8a','',NULL),(7019,'en','default','4282e5b118fbef45cbc38d2a2e80dbf5','Track %1$s.',NULL,NULL,'LINE',NULL,10,'','a404aeb2a2fafa5f214ea5d5542ff99e','',NULL),(7020,'en','default','ff7c9992605e4a3ce08649aefc599335','Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. If you link other WordPress sites, they&#8217;ll be notified automatically using <a href=\"%s\">pingbacks</a>, no other action necessary.',NULL,NULL,'LINE',NULL,10,'','3bbe6f49100018f3dd9bef957319ccfc','',NULL),(7021,'en','default','40ef62e5f1430348b39a86059a9ebe57','Translators',NULL,NULL,'LINE',NULL,10,'Translate this to be the equivalent of English Translators in your language for the credits page Translators section','29e6138ced46825c4d2e9e68386c0ae8','',NULL),(7022,'en','default','cac185521e9f7521ff26a1325943f5cb','Translation update failed.',NULL,NULL,'LINE',NULL,10,'','f540f650b158d55f3dc56b62b3edcbe0','',NULL),(7023,'en','default','d9a3e9b3f936246b6ba2a7ab0fc51139','Translation updated successfully.',NULL,NULL,'LINE',NULL,10,'','bcfc390a06242dd9b8d80ba1fc249f98','',NULL),(7024,'en','default','0b8d92bc19b720bb1065649535463409','Translations',NULL,NULL,'LINE',NULL,10,'','1efa22e72ecc9065f893f374db8d8a37','',NULL),(7025,'en','default','943b22aabdb12efa12ce3f32a449891d','Translations for %s',NULL,NULL,'LINE',NULL,10,'','d68b2e5390202c9cd79ff7fabb88ed13','',NULL),(7026,'en','default','231cf4c70d866b616c21baddaeed0696','Troubleshooting',NULL,NULL,'LINE',NULL,10,'','f15a54e254bfb229acb9aa82aac27ebe','',NULL),(7027,'en','default','d876a9fe1aecb3ffc05a5639ebe22000','Try Again',NULL,NULL,'LINE',NULL,10,'','948560a2cb7ed2b6913be67774aa2310','',NULL),(7028,'en','default','4891533ed44c5c8e556081aad80cf1ed','Try Gutenberg',NULL,NULL,'LINE',NULL,10,'','0f08d6237eceaf74f6ce7ea6c1775663','',NULL),(7029,'en','default','f915a95e609bbd517a8a1e7bdcceef37','Try again',NULL,NULL,'LINE',NULL,10,'','61571c905373213a24578bd809110c2e','',NULL),(7030,'en','default','0dfec3de88c4e6eead14e739f55bfb26','Tumblr',NULL,NULL,'LINE',NULL,10,'','d6aff2487c279eb0cba58673831d2e72','',NULL),(7031,'en','default','2dd557451e4592901efaf609dcdb00d4','Turn comments on or off',NULL,NULL,'LINE',NULL,10,'','1e0949a82b2efa8e2b7db8fa9856b0ec','',NULL),(7032,'en','default','e5efeb935c77b6f0d7cd9980a963c18e','Two Columns',NULL,NULL,'LINE',NULL,10,'','90b52b8fa58c58833a77d3797e0e62d4','',NULL),(7033,'en','default','a1fa27779242b4902f7ae3bdd5c6d508','Type',NULL,NULL,'LINE',NULL,10,'','5ef40385829f62f161c61747c08f96e6','',NULL),(7034,'en','default','3aa341792d766d4f5398300eb1c954a5','Type of search',NULL,NULL,'LINE',NULL,10,'','28eb8b5980d38e48ff90f5a69c9daa59','',NULL),(7035,'en','default','7442b67f31599405e729f5fa007678a4','Type your new password again.',NULL,NULL,'LINE',NULL,10,'','06cc2b550d3581de731980e4df89fce8','',NULL),(7036,'en','default','108071a1af311e77d14c7f42d2bd1d97','UPDATE LOG\\n==========',NULL,NULL,'LINE',NULL,10,'','a1e6849df47d9154770961862bae248b','',NULL),(7037,'en','default','3b3d06023f6353f8fd05f859b298573e','URL:',NULL,NULL,'LINE',NULL,10,'','98c3e73b8181c421267443551d9b7cab','',NULL),(7038,'en','default','ae4787001faa3e6213de113c18805ee0','UTC means Coordinated Universal Time.',NULL,NULL,'LINE',NULL,10,'','a40d7f447f4e2af30c9f3120952b7948','',NULL),(7039,'en','default','945ac8d5e965c26b3f86489d6bc8df3f','Unable to add data to export file.',NULL,NULL,'LINE',NULL,10,'','325cb3b06017c7e171ba9e9851c99cf1','',NULL),(7040,'en','default','a7ede6085742df91681c3be5ad466649','Unable to add this request. A valid email address or username must be supplied.',NULL,NULL,'LINE',NULL,10,'','9abf47f21cd90f37295638486a993720','',NULL),(7041,'en','default','9420d872d023c58d0769bd2c69ef4a3e','Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.',NULL,NULL,'LINE',NULL,10,'','5401fc98e3f8f793faf5e351782ce916','',NULL),(7042,'en','default','d5b71a218809e03d585eee83838026fb','Unable to connect to the filesystem. Please confirm your credentials.',NULL,NULL,'LINE',NULL,10,'','aedf2f0af4e1e1f7a52077bca68915c4','',NULL),(7043,'en','default','eb3f706f0c525b4b196606df74828bc3','Unable to create a Privacy Policy page.',NULL,NULL,'LINE',NULL,10,'','06f54bcc39a8a104a8cdaeab56e3fc9e','',NULL),(7044,'en','default','c54d28dab21e202483f4c06d2bf92591','Unable to create export folder.',NULL,NULL,'LINE',NULL,10,'','f46c850d9b9facc007dff9b4e333b972','',NULL),(7045,'en','default','02717ba62479998d08640e382b764208','Unable to create new image.',NULL,NULL,'LINE',NULL,10,'','b501826052744319c0486a8f28025f4e','',NULL),(7046,'en','default','615fcaa940f7ae5ee1d96a44e2c9cc64','Unable to generate export file. ZipArchive not available.',NULL,NULL,'LINE',NULL,10,'','27c1a4feb63fd66aab377fcaa8f3ba53','',NULL),(7047,'en','default','a8d6863d75ebccafa51be866ced06640','Unable to initiate confirmation request.',NULL,NULL,'LINE',NULL,10,'','7134fe9d6328133b59d2fed837c9da68','',NULL),(7048,'en','default','02dcaec6ab7d10a13f2f1d547e679b63','Unable to locate WordPress content directory (wp-content).',NULL,NULL,'LINE',NULL,10,'','c2cbf7c7ea8c20c7229696d79d955658','',NULL),(7049,'en','default','6d920ad755e5c412f59e6d72bd9b5f7f','Unable to locate WordPress plugin directory.',NULL,NULL,'LINE',NULL,10,'','10677b5d34b1133848825772ab7839ed','',NULL),(7050,'en','default','1c23cfed6375003f3bc1b3688dd95fa2','Unable to locate WordPress root directory.',NULL,NULL,'LINE',NULL,10,'','26a0e5fb004f8a1dd5b96999741d14df','',NULL),(7051,'en','default','2449887eb7cea0d62e356c4caf40bca5','Unable to locate WordPress theme directory.',NULL,NULL,'LINE',NULL,10,'','a766b15287b41e2a3639172f20c9bd25','',NULL),(7052,'en','default','b2497e9a332dbe6f7f3666edfd99bba0','Unable to locate needed folder (%s).',NULL,NULL,'LINE',NULL,10,'','eaf469d8b9432642db03b09c78edb4a1','',NULL),(7053,'en','default','04177d41a21d1aa07e52fa1459f1e062','Unable to open export file (HTML report) for writing.',NULL,NULL,'LINE',NULL,10,'','0044dd5c8f9e151862fd42715dbc023d','',NULL),(7054,'en','default','16b236712b2ef7b34f60c0a2baadee3f','Unable to open export file (archive) for writing.',NULL,NULL,'LINE',NULL,10,'','3426dbb0bfd0befde2d15b4e19be17b7','',NULL),(7055,'en','default','34c3f5b1e8ccfb0be8ee8edf5c7ce807','Unable to perform command: %s',NULL,NULL,'LINE',NULL,10,'','106919cd43ed5d0111817ffd8ac2d55d','',NULL),(7056,'en','default','9bd83f66dc57dbbef8d226267c3aa8a6','Unable to protect export folder from browsing.',NULL,NULL,'LINE',NULL,10,'','ef8997ae2195c86283bf4ef798f52c26','',NULL),(7057,'en','default','fb372996da311115d1260fb7bcae8206','Unable to save the image.',NULL,NULL,'LINE',NULL,10,'','9020598af48d96990098de736c9b504b','',NULL),(7058,'en','default','dfff0b261d4799fdbc8a8e4bde7f0ea9','Unable to send personal data export email.',NULL,NULL,'LINE',NULL,10,'','3d3ad493dec9cdacc415e4e742e6dcb2','',NULL),(7059,'en','default','7e0e0d018f2038d45f68c13d78e1c62c','Unable to submit this form, please refresh and try again.',NULL,NULL,'LINE',NULL,10,'','e39d9a59e95e134150f14e56fbdb68ac','',NULL),(7060,'en','default','98c614690377177f783678518e96057e','Unable to write to file.',NULL,NULL,'LINE',NULL,10,'','088cd87f5527360ce8a637fc2169bd74','',NULL),(7061,'en','default','43de3f6941bd3a2d61a7fd6b78870435','Unapprove',NULL,NULL,'LINE',NULL,10,'','e8c168148d60bbb0ddbfcaf8a8dd5764','',NULL),(7062,'en','default','d4db25c2dac7994bbec84673347ef6df','Unapprove this comment',NULL,NULL,'LINE',NULL,10,'','fb83ac54a5b5e6311754761078fe4401','',NULL),(7063,'en','default','89e7f17016a069d0260cfd2b30bf3db3','Universal time (%1$s) is %2$s.',NULL,NULL,'LINE',NULL,10,'','fed083aebd0d3e4711f59cf015594284','',NULL),(7064,'en','default','70015958bee7f2d7e1806df1a65bb846','Unknown API error.',NULL,NULL,'LINE',NULL,10,'','292e892d60e257d3b2b94461c60c61be','',NULL),(7065,'en','default','9258e257348c7e4f8c948d5ca16a35d5','Unknown action.',NULL,NULL,'LINE',NULL,10,'','4e648980cca73d05b5d152d691d30b98','',NULL),(7066,'en','default','e9613a5b96f1f58f534d0a10f6684f38','Unpacking the package&#8230;',NULL,NULL,'LINE',NULL,10,'','844d31f0d37d1afd1f147904ffcaa75e','',NULL),(7067,'en','default','097a4b99f3457981fee594cc2dc76537','Unpacking the update&#8230;',NULL,NULL,'LINE',NULL,10,'','9f295589fd568b437151e72a8466d421','',NULL),(7068,'en','default','0774e163cd7df482edd2abd498189f8b','Unpublished',NULL,NULL,'LINE',NULL,10,'','7f58272b9878d82b532bc0c17a808daf','',NULL),(7069,'en','default','baf89d4290422e9cd23c18a99eb83ca5','Untested with your version of WordPress',NULL,NULL,'LINE',NULL,10,'','58e4a2ba180ddeedda475aa5a86081f2','',NULL),(7070,'en','default','a7e72a926e82c36a455a68c7c67c706a','Up one',NULL,NULL,'LINE',NULL,10,'','9c981185ebe88a3153980bd9d416475a','',NULL),(7071,'en','default','670f503fe3be5ad9cc11991af95ad1c0','Update %s now',NULL,NULL,'LINE',NULL,10,'','bf58e4bde7e0a60f60169395b4375dc1','',NULL),(7072,'en','default','8bd7695831e104e2669e086e03927a20','Update Available',NULL,NULL,'LINE',NULL,10,'','22b0b88f56b9c93b1d1a20dac922d181','',NULL),(7073,'en','default','95ac4b37cc9b023e14a42b7d043fc11d','Update Available <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','c6a874a372745895809fcd5b1e0ba577','',NULL),(7074,'en','default','bcfe2267124be18379fbfd4a76968446','Update Comment',NULL,NULL,'LINE',NULL,10,'','972386e3a456106cfb776e4bbb347a59','',NULL),(7075,'en','default','055c5e32b46ef7e3bcd32988a9ba114f','Update Complete',NULL,NULL,'LINE',NULL,10,'','ef8d6ca8fa926ad40f11c7551ee6467b','',NULL),(7076,'en','default','e9812bb9eba65f60200270a20c9aa460','Update File',NULL,NULL,'LINE',NULL,10,'','3e76ce0827f5ae625ad925ad2b4921e7','',NULL),(7077,'en','default','979a1af731a79241ec0937f557676d1a','Update Link',NULL,NULL,'LINE',NULL,10,'','bd9f84092d20d21ea867b0c136d5e9eb','',NULL),(7078,'en','default','3c9c6d6dd25595d274f7fdf37a372b03','Update Media',NULL,NULL,'LINE',NULL,10,'','d83077a5b3fdce54c8fbfe854212eddd','',NULL),(7079,'en','default','c498c80a98cf895782f38e7175bc9701','Update Plugin',NULL,NULL,'LINE',NULL,10,'','38d718fe2d85634f5d861d9b39ad4055','',NULL),(7080,'en','default','a1079b744d801a791e522fa2453af1d6','Update Plugins',NULL,NULL,'LINE',NULL,10,'','3efb4bc5d0c2cfd92c451a653cb1d8b3','',NULL),(7081,'en','default','fba7f6c863513d97922faab074d3c716','Update Profile',NULL,NULL,'LINE',NULL,10,'','e2e4c8e8982a5921e05caa656427efc0','',NULL),(7082,'en','default','1865ac47a73eef2cd5637605c44ca7ee','Update Services',NULL,NULL,'LINE',NULL,10,'','d6de9b4db052e1e23c15c3327bb0e33d','',NULL),(7083,'en','default','4b17f9439f157b616d6fa66e339ab0e9','Update Theme',NULL,NULL,'LINE',NULL,10,'','861529faee6c5f3db1c5c52cb460b927','',NULL),(7084,'en','default','c29086d222129a119cad08b4c85148c1','Update Themes',NULL,NULL,'LINE',NULL,10,'','6710762585acb93256c78bad755bae32','',NULL),(7085,'en','default','827040eda97c5f6ee8f814428295e1f4','Update Translations',NULL,NULL,'LINE',NULL,10,'','715bcaacb4aba8eab6f24d0df69fc881','',NULL),(7086,'en','default','6b1603ac9dd7ae4de8399b2fa0801696','Update User',NULL,NULL,'LINE',NULL,10,'','bee92e73d15909f939028f6a332d15fc','',NULL),(7087,'en','default','3926ec15852c25d23e5364436415447f','Update WordPress',NULL,NULL,'LINE',NULL,10,'','01cf38d0334c986a532aa656e4eb0283','',NULL),(7088,'en','default','be90aa59f451cabd4c90edb184ccd99e','Update WordPress Database',NULL,NULL,'LINE',NULL,10,'','a079111b04c0bf7b4e925f6cdb387bc2','',NULL),(7089,'en','default','1b40c9b53b773efb851fc44f581ae606','Update failed.',NULL,NULL,'LINE',NULL,10,'','93ec4a03de96c48f101f5bc94d3ebbe6','',NULL),(7090,'en','default','0990faa56a26a02f3e10ded644e02371','Update gallery settings',NULL,NULL,'LINE',NULL,10,'','de9b6524aedded5c04dbe3f5e55beb71','',NULL),(7091,'en','default','40251e99bc451f3383ee38c639d7696f','Update package not available.',NULL,NULL,'LINE',NULL,10,'','f45df38f7bd9140c695c52806fdd270a','',NULL),(7092,'en','default','a98a907dac5b506dc49903adae945388','Update progress',NULL,NULL,'LINE',NULL,10,'','be646e08e0412e28c757ab7b8b03a41e','',NULL),(7093,'en','default','b25eaa475d727fc0fa796818bec122ab','Update to %s',NULL,NULL,'LINE',NULL,10,'','74ff3da1fb82dd4ced2ed1f1f68c9bc6','',NULL),(7094,'en','default','5775741c8668202e3e7801bdcb3072be','Update to version %s',NULL,NULL,'LINE',NULL,10,'','2e34513bfeeb783b6a08d9807965820f','',NULL),(7095,'en','default','6e57777bfb729cad1374f821e1f42b67','Updated %s.',NULL,NULL,'LINE',NULL,10,'','65be76b9c0313c8a188e160238c1d783','',NULL),(7096,'en','default','3f0648831cc5dbd0d8d94633d2669156','Updates %s',NULL,NULL,'LINE',NULL,10,'','c6b34ad062f1b2b2c0a0378cdaca61c4','',NULL),(7097,'en','default','0efdbbd67a26af3f2097acaa0b9a21e9','Updating Plugin %1$s (%2$d/%3$d)',NULL,NULL,'LINE',NULL,10,'','979c160565e030095d90fdd60e345daa','',NULL),(7098,'en','default','d8808f200658dd9134b9aef488f94e27','Updating Theme %1$s (%2$d/%3$d)',NULL,NULL,'LINE',NULL,10,'','e5a86b98776d02afe3dae19231613eef','',NULL),(7099,'en','default','9f749ee08135e21e3282f6fd445a80de','Updating is easy and only takes a few moments:',NULL,NULL,'LINE',NULL,10,'','7b037bb5c1b387c3c5cdbd8f1580d58e','',NULL),(7100,'en','default','3031e9cfa6e90f1ae60d687739dcb8c8','Updating plugin: %s',NULL,NULL,'LINE',NULL,10,'','6002d4acac93f9f0bfd77d7005dedfee','',NULL),(7101,'en','default','1043c18e7e013f11efb585f2aa4cb598','Updating theme: %s',NULL,NULL,'LINE',NULL,10,'','d23633b6c8d651ae0a18a6129cd585e8','',NULL),(7102,'en','default','e1c4c59687c0ffc2059a06fe6ed637ce','Updating to WordPress %s',NULL,NULL,'LINE',NULL,10,'','b6806f9e85ee9e38249205d32ec3c1a5','',NULL),(7103,'en','default','a81fc1895e705942f0783bec70e1dc4f','Updating translations for %1$s (%2$s)&#8230;',NULL,NULL,'LINE',NULL,10,'','8284c5fa75096e450df9dd522f482f23','',NULL),(7104,'en','default','436d10fcef236c9cd9e3d1462ba6a3aa','Upgrading database&#8230;',NULL,NULL,'LINE',NULL,10,'','472c85a1e41b4379bfbe1375b1d207af','',NULL),(7105,'en','default','b530bfbc21e8c2a5f48b3e0466fc8135','Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href=\"%s\">child theme</a> instead.',NULL,NULL,'LINE',NULL,10,'','f8fad59f255386dd0d574e0a93721d0b','',NULL),(7106,'en','default','91412465ea9169dfd901dd5e7c96dd99','Upload',NULL,NULL,'LINE',NULL,10,'','ff1b5fa64bfdfd9dce92fdd29f37f344','',NULL),(7107,'en','default','836d70ee58db47beb0391bdf997ed433','Upload New Media',NULL,NULL,'LINE',NULL,10,'','9c682eebcb25a1a039d0649298414e01','',NULL),(7108,'en','default','9162fca50a90dd9ede7b004903e8d5f5','Upload Plugin',NULL,NULL,'LINE',NULL,10,'','ac32bef889b3d8335abdedaebf912004','',NULL),(7109,'en','default','f6e4b551382f9dbe4413c43de5f80873','Upload Theme',NULL,NULL,'LINE',NULL,10,'','528ad1d60b9de6282622ad1dddd9da3a','',NULL),(7110,'en','default','abdb98d4aa891efa073c7634098a86dd','Upload date:',NULL,NULL,'LINE',NULL,10,'','03caab7b997233a421ece1e6d836bff5','',NULL),(7111,'en','default','f304eb4dc31f9e3b935cce9f2da1365e','Upload file and import',NULL,NULL,'LINE',NULL,10,'','20f24ac16aad76dad096a60093c8c9a4','',NULL),(7112,'en','default','1f4f532ac3008590bcd184b8c8c4800d','Uploaded Images',NULL,NULL,'LINE',NULL,10,'','65676947164dc962ae5fea15095108d6','',NULL),(7113,'en','default','d2c757acd1711a27bc4f24cfcb69efdc','Uploaded on: %s',NULL,NULL,'LINE',NULL,10,'','525c594edfab7107838fc53ac4363ae8','',NULL),(7114,'en','default','51f27359f5c7d3f94d1fbe2229cef1f1','Uploading Files',NULL,NULL,'LINE',NULL,10,'','cae5e481a70fdf22627209b655b3923f','',NULL),(7115,'en','default','e988dfaae1e479e57bb3eede3f7df81a','Uploading Files allows you to choose the folder and path for storing your uploaded files.',NULL,NULL,'LINE',NULL,10,'','99e2a738ff738a41823a24e98ff69794','',NULL),(7116,'en','default','0f3113590c8c31d9730497ec184c8d31','Uploads',NULL,NULL,'LINE',NULL,10,'','1d8d1f1e18364592a50ea0b5be698165','',NULL),(7117,'en','default','e422cc11c06b9dc4f5e4ba1b762b40bf','Use This Page',NULL,NULL,'LINE',NULL,10,'','3d8e6405bd5e88f95d5e9ec18799b910','',NULL),(7118,'en','default','49a89eecd38efbfcbcd184613896640e','Use https',NULL,NULL,'LINE',NULL,10,'','067818a63322367dff89ba5759ac1d47','',NULL),(7119,'en','default','7b3a2d31cc961302dc9eeb5b6f4e8b06','Use the arrow buttons at the top of the dialog, or the left and right arrow keys on your keyboard, to navigate between media items quickly.',NULL,NULL,'LINE',NULL,10,'','328e1753cda1d3004044beea10d65926','',NULL),(7120,'en','default','9023363da97c2c7e721359d640a7c6ec','Used: %1$s%% of %2$s',NULL,NULL,'LINE',NULL,10,'','6308f981a6fb81f84bbbe1f60af223af','',NULL),(7121,'en','default','71df271c1c23ed718b3b9eb2d3c6647f','User %s added',NULL,NULL,'LINE',NULL,10,'','e329e7f09f7a95b9f09911b9bd8ebde9','',NULL),(7122,'en','default','7cc2d2e46cec80108de65235b279edea','User Roles',NULL,NULL,'LINE',NULL,10,'','2412206efb448968c84b58331b2afcce','',NULL),(7123,'en','default','ff2931ee143dc165ff74c91bd5549e84','User added.',NULL,NULL,'LINE',NULL,10,'','199bdd093d0aad197184dfa7569c4e16','',NULL),(7124,'en','default','76cefb975b3279bbd240e6a14b5e5968','User already exists. Password inherited.',NULL,NULL,'LINE',NULL,10,'','de1c9e8ebf5f8fd4603de94a0d994114','',NULL),(7125,'en','default','f7bdac65acf1b6d9c9e7d60a130d1908','User deleted.',NULL,NULL,'LINE',NULL,10,'','97d034319703c23a0b9b588b3c660ded','',NULL),(7126,'en','default','663dd741ca3120d0b392bf496c107713','User deletion is not allowed from this screen.',NULL,NULL,'LINE',NULL,10,'','572e1663a579b62492bb7c10ee2d86e2','',NULL),(7127,'en','default','93afc11eeca05c850c67f1b3282f33fc','User has been added to your site.',NULL,NULL,'LINE',NULL,10,'','d1232010d61069d7c6a61dcf12af907d','',NULL),(7128,'en','default','48f5f936936c17f8075a8b1848f1f508','User has been added to your site. <a href=\"%s\">Edit user</a>',NULL,NULL,'LINE',NULL,10,'','c87bef215f020e62fb947b8f9e5d1902','',NULL),(7129,'en','default','03bc52e84d0830c2c50b6f85ebd76f85','User has been created, but could not be added to this site.',NULL,NULL,'LINE',NULL,10,'','457b0aa7b24bbc46e171800aef1650a7','',NULL),(7130,'en','default','f75cff287fa94afe95d6545a1c5f0765','User has no sites or content and will be deleted.',NULL,NULL,'LINE',NULL,10,'','1e9cd98a0b29f48a7ebd17493e8b8961','',NULL),(7131,'en','default','c915c176a396e8e6fa02db3e87f10e8e','User removed from this site.',NULL,NULL,'LINE',NULL,10,'','9c56b717b46393c5f6cb77dd9f407ef1','',NULL),(7132,'en','default','7b7bc2512ee1fedcd76bdc68926d4f7b','Administrator',NULL,NULL,'LINE',NULL,10,'User role','aa7a15d568aa03399f2ca1c5ad29e244','',NULL),(7133,'en','default','a517747c3d12f99244ae598910d979c5','Author',NULL,NULL,'LINE',NULL,10,'User role','38274bbbce80e5214d2ed71ca163d888','',NULL),(7134,'en','default','23d21ad4dea7aadf907e5e601b1905e6','Contributor',NULL,NULL,'LINE',NULL,10,'User role','c1d98650ab5784ac183c3ed438179102','',NULL),(7135,'en','default','344a7f427fb765610ef96eb7bce95257','Editor',NULL,NULL,'LINE',NULL,10,'User role','8d8cf357cd0fab34f07d0094d5b51eb9','',NULL),(7136,'en','default','992c4a5b4628d8ebf671cf460254ee81','Subscriber',NULL,NULL,'LINE',NULL,10,'User role','53ba96d3cfa65ea2638aebc3fa16ed6b','',NULL),(7137,'en','default','aae0119acf904da3679588fcacc02521','User updated.',NULL,NULL,'LINE',NULL,10,'','5be08f9e8de7ae98c674fb2e1ace1263','',NULL),(7138,'en','default','d9a3638a92e8290c71c92fec083bcc55','User(s) already exists.',NULL,NULL,'LINE',NULL,10,'','f7a498cb28fb0f9cc8f19ecd55a3628d','',NULL),(7139,'en','default','67e09762889a535e211f8cb2ff569150','Username or email address',NULL,NULL,'LINE',NULL,10,'','f1605334a9dbc1a99e318b8e47a1fe5a','',NULL),(7140,'en','default','07c4f452a2f8bd99f8092693d925da01','Username/Password incorrect for %s',NULL,NULL,'LINE',NULL,10,'','6c662dc4c4ee610024e0cd09a53ff612','',NULL),(7141,'en','default','8ffd0e19ef5b6d325838e23a4b02490a','Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol.',NULL,NULL,'LINE',NULL,10,'','783bb7a96e4d1754d72c1863993b10bd','',NULL),(7142,'en','default','8261db508cde60868a8191a6ed1fc3da','Usernames cannot be changed.',NULL,NULL,'LINE',NULL,10,'','40c2d46b7fd1f205563febc971b05f53','',NULL),(7143,'en','default','0e74a4cb50746e03e793c5cd14f33bf4','Users list',NULL,NULL,'LINE',NULL,10,'','eecef6b7743df514d41b2dd94a082b38','',NULL),(7144,'en','default','7ab46e114deb82f7dee771fc2365cc7a','Users list navigation',NULL,NULL,'LINE',NULL,10,'','8a231d6ce4f26aefe737330e6c1ce33b','',NULL),(7145,'en','default','ada02b3f7daaa6bfed1b9951848cbc76','Users must be registered and logged in to comment',NULL,NULL,'LINE',NULL,10,'','0223f316f502010de02d92c4bd15acd5','',NULL),(7146,'en','default','689202409e48743b914713f96d93947c','Value',NULL,NULL,'LINE',NULL,10,'','1621e25e050ab4981ac179039d4ef633','',NULL),(7147,'en','default','50162cdf0327dde84b68811183f81404','Verifying the unpacked files&#8230;',NULL,NULL,'LINE',NULL,10,'','88720d91645f2031abe126aa6c325c3f','',NULL),(7148,'en','default','3c9725047280b9e633385a026099deae','Version %s',NULL,NULL,'LINE',NULL,10,'','fb620aeaf505d6a4ed575e36b468b286','',NULL),(7149,'en','default','9d290d3434589e33be3d2cad4f8323ec','Version:',NULL,NULL,'LINE',NULL,10,'','1d80c8b494ede84b3dbb45fc390f401a','',NULL),(7150,'en','default','3af55819bc887213086b7ba5c5e25042','Version: %s',NULL,NULL,'LINE',NULL,10,'','a00c27004204de19703e89bec8f4ffda','',NULL),(7151,'en','default','398ba866603f7c0b6755185ffe74b5a0','Video Attachment Template',NULL,NULL,'LINE',NULL,10,'','f077e4dd6b5097c27cc81a456276e360','',NULL),(7152,'en','default','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'LINE',NULL,10,'','bb7cb90eeddf529f4e764a518db2cf17','',NULL),(7153,'en','default','3482a727048bff69f64c5fd36e424941','View %1$s version %2$s details',NULL,NULL,'LINE',NULL,10,'','2e2f43d14d63bb00267235f6addf5bbe','',NULL),(7154,'en','default','d245fd5b98525d196f40401bbf5cebda','View &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','034259cacbd28042269b58095263c9a7','',NULL),(7155,'en','default','90c10073f6b1f3b673996455a755acf7','View &#8220;%s&#8221; archive',NULL,NULL,'LINE',NULL,10,'','477cea94a7858ea029126c3bc913d102','',NULL),(7156,'en','default','d8d7ad6abfd08c27baa8bedb78c72ddb','View All',NULL,NULL,'LINE',NULL,10,'','3fe2861f5a1a9e8b38e09c6838dbd970','',NULL),(7157,'en','default','66940c0fbc74e8dc08a6e5f5b349edca','View Mode',NULL,NULL,'LINE',NULL,10,'','ce4dce9dfa5e02ec4268924fe49f9600','',NULL),(7158,'en','default','5e248eb2e87e649e91cc3168e20adf90','View Site',NULL,NULL,'LINE',NULL,10,'','ccd6b1c25c1eb9fe96e3e38ebdc1038b','',NULL),(7159,'en','default','217cb2493ba9420ff7f6a05bc4b7db25','View Trash',NULL,NULL,'LINE',NULL,10,'','040c458b4d258b1951a6d7db2110cdd8','',NULL),(7160,'en','default','0b4db271fc4624853e634ef6882ea8be','View all',NULL,NULL,'LINE',NULL,10,'','4a505840d89aafce9d0035331fe9b333','',NULL),(7161,'en','default','080c8e8bf584936243fb5e42bcc2e924','View all drafts',NULL,NULL,'LINE',NULL,10,'','75b9c5e353ae4be7e86f63d823b76962','',NULL),(7162,'en','default','6e9783376d951cfd780e9fdb67a0f02c','View details',NULL,NULL,'LINE',NULL,10,'','4b84f7036b0f1252449a97c6370ce755','',NULL),(7163,'en','default','89946d26b79c3131f59475ef5463558e','View more comments',NULL,NULL,'LINE',NULL,10,'','eb9f83d9829fb0d358e285275eab7138','',NULL),(7164,'en','default','f64f516a321829f21a8686d7411c184e','View page',NULL,NULL,'LINE',NULL,10,'','94a43a56feeb19423d7a69d411f7315c','',NULL),(7165,'en','default','a3824eb0533064953073384a35c740e7','View post',NULL,NULL,'LINE',NULL,10,'','e1fba4a080a2f36fc5e06d063d511597','',NULL),(7166,'en','default','5f719fc3e21af7f30b82c2995ea95b5f','View posts by %s',NULL,NULL,'LINE',NULL,10,'','aef4e2813e34938688a785ce9fde81ba','',NULL),(7167,'en','default','97a735cc63ab4a045f7421e6f4eb0d0e','View this comment',NULL,NULL,'LINE',NULL,10,'','1423ed4897c7b74df1c15778a417b81e','',NULL),(7168,'en','default','8df970b607b0196afd5e5458e40e2314','View version %s details.',NULL,NULL,'LINE',NULL,10,'','fe3bd70d06e02c30148bd8daf59582f1','',NULL),(7169,'en','default','5c948d7dd31c2f9d44d2344c0aad2f8b','View your site',NULL,NULL,'LINE',NULL,10,'','8fcc4053d93a07ca0b0ad7a46323e96b','',NULL),(7170,'en','default','8ad79b21078fa8ab5e3a251a533084e5','Visibility:',NULL,NULL,'LINE',NULL,10,'','4ec2ca01b3252c14bdc274bdef643e9e','',NULL),(7171,'en','default','ec24d78ce33048dc73a2b6b1a0690192','Visible',NULL,NULL,'LINE',NULL,10,'','0413c6ead68bdc99077fe4a65abb53cc','',NULL),(7172,'en','default','5e706a9b7eb9b142a619e4331d6976e6','Visit',NULL,NULL,'LINE',NULL,10,'','9629e2c0bb449ce0a26346954fb7b047','',NULL),(7173,'en','default','fc1e28efeac5869c30154c7be863aaaf','Visit Dashboard',NULL,NULL,'LINE',NULL,10,'','8250109f95733cea52288d136187c6fc','',NULL),(7174,'en','default','996071468139c3e9f8209bd51174ddaa','Visit Link',NULL,NULL,'LINE',NULL,10,'','ede903926d7f6aae95be8cc5e4ae9f48','',NULL),(7175,'en','default','965aec048c5dfcc7801a09c9f3b2848a','Visit plugin site',NULL,NULL,'LINE',NULL,10,'','fae2ce6949a98b890a476c524609b22e','',NULL),(7176,'en','default','03b458173c21c016c1a159a2ea4c5319','Visit site',NULL,NULL,'LINE',NULL,10,'','81fc08dec47ad29b3f3e68b132f4d57d','',NULL),(7177,'en','default','902789e4687e71730f1df3f80c6ddd6c','Visitor comments may be checked through an automated spam detection service.',NULL,NULL,'LINE',NULL,10,'','64c67802c34cf8a8f08b4aea127700fb','',NULL),(7178,'en','default','01a23ad87d518ac297063053699bbc69','Visual Editor',NULL,NULL,'LINE',NULL,10,'','b4c74f1ec85742f2488e5676a9c1155a','',NULL),(7179,'en','default','880f9edc338d58c20db71a4ca149e940','Visual Editor RTL Stylesheet',NULL,NULL,'LINE',NULL,10,'','c961272241998e32e83449e17a7410de','',NULL),(7180,'en','default','65bc186a570d4bef02799592c872b7d3','Visual Editor Stylesheet',NULL,NULL,'LINE',NULL,10,'','560e4d215dea2181949686c4ceb81a43','',NULL),(7181,'en','default','955b443a4e12851197c58128d813c1ad','Visual mode gives you an editor that is similar to a word processor. Click the Toolbar Toggle button to get a second row of controls.',NULL,NULL,'LINE',NULL,10,'','0742cd7bdba1eb1a84f296c900ab1bf1','',NULL),(7182,'en','default','015c603172846437ee7a569dc2c36273','Waiting for confirmation',NULL,NULL,'LINE',NULL,10,'','7a753cb23aa730148d59f512c7732c72','',NULL),(7183,'en','default','50cad5840e61baa2e738f92d3bb956b4','Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!',NULL,NULL,'LINE',NULL,10,'','9fc6ea8a22372eed13d0e8f47a42fa9f','',NULL),(7184,'en','default','4ecb7f2a455ea50336c10df139acf4df','Want to see your name in lights on this page? <a href=\"%s\">Get involved in WordPress</a>.',NULL,NULL,'LINE',NULL,10,'','e65f52cc98ef8c7d64f57f3bb5478951','',NULL),(7185,'en','default','8a8021d0f80faab08291e7383b020a1f','Warning! User %s cannot be deleted.',NULL,NULL,'LINE',NULL,10,'','fb30d6ca1509d4eb2808f38a9c9163bb','',NULL),(7186,'en','default','e464e236f6131c56eb2d836bb5850921','Warning! User cannot be deleted. The user %s is a network administrator.',NULL,NULL,'LINE',NULL,10,'','e995ed92bc163af101b88e4fbd0bd7d5','',NULL),(7187,'en','default','39d3f6b47c7f89e513e898132b5e5228','Warning! Wildcard DNS may not be configured correctly!',NULL,NULL,'LINE',NULL,10,'','971284b3c6d3766a4883c392182de3a7','',NULL),(7188,'en','default','dd7d21a748f0d28323812bb7b5313551','Warning: Potential Danger Ahead!',NULL,NULL,'LINE',NULL,10,'','8435bef858f8f4044f17f7fcc449ce13','',NULL),(7189,'en','default','100c2d69e3ea8eb0279ca1fba0143e3a','Wavatar (Generated)',NULL,NULL,'LINE',NULL,10,'','de393385c415b254265e59ec19c2bb51','',NULL),(7190,'en','default','47a50a1c70209988c10de2b558e66f94','We have some data that describes the error your site encountered.',NULL,NULL,'LINE',NULL,10,'','0d6db2c26b184927ae002db19fdab8d3','',NULL),(7191,'en','default','f9251b5ea74dd4ca2c3ead011a5555db','We have suggested the sections you will need. Under each section heading you will find a short summary of what information you should provide, which will help you to get started. Some sections include suggested policy content, others will have to be completed with information from your theme and plugins.',NULL,NULL,'LINE',NULL,10,'','7eb3381a57ff400f1d1db4eba559794c','',NULL),(7192,'en','default','18f752b6c97f1f979177c531ff6d94e5','We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href=\"%s\">WordPress.org/about/privacy</a>.',NULL,NULL,'LINE',NULL,10,'','eaf590586b0a14855bea98a2f1ad4c29','',NULL),(7193,'en','default','d3dceb0ddd7b513616c1179c6807e3f7','We tried but were unable to update your site automatically.',NULL,NULL,'LINE',NULL,10,'','20600d81f193f6c51e9297e1e1d5b67e','',NULL),(7194,'en','default','94d116494f6e21b316d072f7648409cc','We would also suggest reviewing your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.',NULL,NULL,'LINE',NULL,10,'','7650e27bf94bc0a4b25429b6260c7f4f','',NULL),(7195,'en','default','cad3b37d5470d144abe88f0810bac676','We&#8217;re backing up this post in your browser, just in case.',NULL,NULL,'LINE',NULL,10,'','e97f0e43c127fe9d6a038755fc296a62','',NULL),(7196,'en','default','685db301a5b666935c616e30ebd5eec5','We&#8217;re going to use this information to create a %s file.',NULL,NULL,'LINE',NULL,10,'','76ac4571dd81b2fca7bbd684069f9a36','',NULL),(7197,'en','default','c167f19c9530ad445668533361b8de06','We&#8217;ve assembled some links to get you started:',NULL,NULL,'LINE',NULL,10,'','236cf82c3cfcc35457b9880ced823ef9','',NULL),(7198,'en','default','04f27ee370a16937b3414fabd9537601','We&#8217;ve introduced a new code editing library, CodeMirror, for use within core. Use it to improve any code writing or editing experiences within your plugins, like CSS or JavaScript include fields.',NULL,NULL,'LINE',NULL,10,'','fc106b11f9598b16944b73e2166d52f3','',NULL),(7199,'en','default','3f1fd28a5e83208f2e13fb5162bcec9d','We&#8217;ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points and making it just as easy to work with as the PHP API. There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"%s\">Check out the full list.</a>',NULL,NULL,'LINE',NULL,10,'','3ab0f781146fbfab9151a1fe0e6f2265','',NULL),(7200,'en','default','427320425a35405a94a5e69b43bc8ca5','Web Address',NULL,NULL,'LINE',NULL,10,'','fab051be8f0da349283898055382d3cd','',NULL),(7201,'en','default','35795c660739fc1e0a43f922eedbdded','Week Starts On',NULL,NULL,'LINE',NULL,10,'','30ede93c0f629f7d3a8c66e5894fee11','',NULL),(7202,'en','default','83218ac34c1834c26781fe4bde918ee4','Welcome',NULL,NULL,'LINE',NULL,10,'Welcome panel','d22e5a7872d90ed88b28be504e73ab58','',NULL),(7203,'en','default','d566e05f0a1569f8fa1fab5ca134acec','Welcome to %s. This is your first post. Edit or delete it, then start blogging!',NULL,NULL,'LINE',NULL,10,'','cb0458966004f9e56686dee03bc91695','',NULL),(7204,'en','default','caf6d87dcc67a73480bcd555571fd279','Welcome to WordPress %1$s. <a href=\"%2$s\">Learn more</a>.',NULL,NULL,'LINE',NULL,10,'','da7ae1324b2d5125ff47ace28d1cc0f1','',NULL),(7205,'en','default','9b24bf8cb23dfe8e6054c561a20fe570','Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click <a href=\"%2$s\">here</a>.',NULL,NULL,'LINE',NULL,10,'','ffcec9c692a0b4b8a281d8aedf98a073','',NULL),(7206,'en','default','f40686501ba11b51259bf61318599f62','Welcome to WordPress %s',NULL,NULL,'LINE',NULL,10,'','d85aae686db5409ccfb01d54ea454a50','',NULL),(7207,'en','default','235aea05b252ee4b31d203dd952a8698','Welcome to WordPress!',NULL,NULL,'LINE',NULL,10,'','5ff6394d82f3b85c6ac22afb5fb4147e','',NULL),(7208,'en','default','de84a90668925e51f0546ee10b52a8c9','Welcome to WordPress&nbsp;%s',NULL,NULL,'LINE',NULL,10,'','02cff3ed05b16b9cd2e9600a6d91e751','',NULL),(7209,'en','default','6271c2bddf9d5cd62fe0d0d5138e0372','Welcome to WordPress. Before getting started, we need some information on the database. You will need to know the following items before proceeding.',NULL,NULL,'LINE',NULL,10,'','2f8c612c4e0bab717d184e20171e60fd','',NULL),(7210,'en','default','ccbf63a83dc5ac46245212ed907c97b2','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!',NULL,NULL,'LINE',NULL,10,'','7ce72c34c605c494bf6197781447a85d','',NULL),(7211,'en','default','cd61e834ef28051bae99e31d131c100a','Welcome to an improved Customizer workflow with design drafts, locking, scheduling, and preview links. What&#8217;s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn&#8217;t pretty great, we&#8217;ve got a great new Gallery widget and improvements to theme browsing and switching.',NULL,NULL,'LINE',NULL,10,'','dc333a927a553863a9e96af78504f8ac','',NULL),(7212,'en','default','1edbf8934455e35e01018196f1aa0a7f','Welcome to the famous five-minute WordPress installation process! Just fill in the information below and you&#8217;ll be on your way to using the most extendable and powerful personal publishing platform in the world.',NULL,NULL,'LINE',NULL,10,'','c8ed12874ebd60ce751ed1d79fa1a1fb','',NULL),(7213,'en','default','7bb5b05b47216f59eeab4b23d0014277','Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab above the screen title.',NULL,NULL,'LINE',NULL,10,'','caa3ada644015d7da497c61e78d64e63','',NULL),(7214,'en','default','c58175f35e1622ed62c19e4e29756c3f','Were you confused by the steps to create a new menu? Perhaps no longer! We&#8217;ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.',NULL,NULL,'LINE',NULL,10,'','a9e0bbd008b3e36609e17a8e15d61e11','',NULL),(7215,'en','default','d70b95270024295a402c30dc85995616','Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you&#8217;d like to save your unsaved changes.',NULL,NULL,'LINE',NULL,10,'','7805e03865ab10f7123d69e64b1767ee','',NULL),(7216,'en','default','a0b4dc8a5171d89c25ef2542dbcb8851','What automated decision making and/or profiling we do with user data',NULL,NULL,'LINE',NULL,10,'','749c2bb3773d6ce13ee781eecd8943f4','',NULL),(7217,'en','default','b913161fbf9e35c3c4cac8c6260eb2d6','What data breach procedures we have in place',NULL,NULL,'LINE',NULL,10,'','a15090ee82dea20072fad68f6639eaed','',NULL),(7218,'en','default','a9db3b2eaf00fc9d72b684237b8c004f','What personal data we collect and why we collect it',NULL,NULL,'LINE',NULL,10,'','124ca84a9d92a67152c96ca3e975ac7d','',NULL),(7219,'en','default','b77abd58d17fa7323ad0f0e230265377','What rights you have over your data',NULL,NULL,'LINE',NULL,10,'','eaaf98b0e5cc32f07bb473bb28a8162d','',NULL),(7220,'en','default','573ee33e6dc0017ff8cea855ba20d94a','What should be done with content owned by %s?',NULL,NULL,'LINE',NULL,10,'','2f2fd465cdba012a16edcff844726205','',NULL),(7221,'en','default','e8bcf4109800f9a69e2fbe6fbcb536cf','What should be done with content owned by these users?',NULL,NULL,'LINE',NULL,10,'','3ba21c5c7b17dfc99bd9649c59d44723','',NULL),(7222,'en','default','d88eb4c96e6d1092f492e2779cf0e303','What should be done with content owned by this user?',NULL,NULL,'LINE',NULL,10,'','a53fb6e23ceb62b262625a4351b3e95f','',NULL),(7223,'en','default','41733fc9673b9e3189ef34fad3240ffd','What third parties we receive data from',NULL,NULL,'LINE',NULL,10,'','b549e8965e06eb74df89650d84634eeb','',NULL),(7224,'en','default','69811f1b0413b571cb45ae1dac8bf159','What&#8217;s New',NULL,NULL,'LINE',NULL,10,'','0fddd3884a08c5223e3865eaeaa816b7','',NULL),(7225,'en','default','ad0ed139b38e9109a54f54f4ff5b9fdb','What&#8217;s on your mind?',NULL,NULL,'LINE',NULL,10,'','df5b59fbb2d3d8a1388bf001a5108fe6','',NULL),(7226,'en','default','a898fa08a0cadfff38577d1a8d36312d','What&#8217;s the difference between categories and tags? Normally, tags are ad-hoc keywords that identify important information in your post (names, subjects, etc) that may or may not recur in other posts, while categories are pre-determined sections. If you think of your site like a book, the categories are like the Table of Contents and the tags are like the terms in the index.',NULL,NULL,'LINE',NULL,10,'','4d97505e61693c0a1aac1b958fe094ac','',NULL),(7227,'en','default','57be9d8bfc6aa5405ee07e7e6ea8b1db','When a comment contains any of these words in its content, name, URL, email, or IP address, it will be held in the <a href=\"edit-comments.php?comment_status=moderated\">moderation queue</a>. One word or IP address per line. It will match inside words, so &#8220;press&#8221; will match &#8220;WordPress&#8221;.',NULL,NULL,'LINE',NULL,10,'','343323210a62576dc544083b735d8e11','',NULL),(7228,'en','default','d21b8704fed13b5c39fc8a6550bc3d00','When a comment contains any of these words in its content, name, URL, email, or IP address, it will be put in the trash. One word or IP address per line. It will match inside words, so &#8220;press&#8221; will match &#8220;WordPress&#8221;.',NULL,NULL,'LINE',NULL,10,'','5a3725e25fc2fad6528b6af775d54386','',NULL),(7229,'en','default','16eb38b0466b758e83ffc1afb65bc986','When adding a new category on this screen, you&#8217;ll fill in the following fields:',NULL,NULL,'LINE',NULL,10,'','8348240c846a4cb879a67a7a1e6818ca','',NULL),(7230,'en','default','370c15874bf89814187701866c485c9e','When adding a new tag on this screen, you&#8217;ll fill in the following fields:',NULL,NULL,'LINE',NULL,10,'','2c226506d0afbbba1a770a535751b268','',NULL),(7231,'en','default','7703983ef109c52a423492c4bfa5ffbe','When changing themes, there is often some variation in the number and setup of widget areas/sidebars and sometimes these conflicts make the transition a bit less smooth. If you changed themes and seem to be missing widgets, scroll down on this screen to the Inactive Widgets area, where all of your widgets and their settings will have been saved.',NULL,NULL,'LINE',NULL,10,'','a4018b4b9fa0ad74ac664770d4fa25bd','',NULL),(7232,'en','default','91015d74131523d75c8ee1d82db9e132','When previewing on smaller monitors, you can use the collapse icon at the bottom of the left-hand pane. This will hide the pane, giving you more room to preview your site in the new theme. To bring the pane back, click on the collapse icon again.',NULL,NULL,'LINE',NULL,10,'','ec0c3d224b684a115d955d14d78a3c2b','',NULL),(7233,'en','default','4210a86ca0a86ebdf5712c60c47a01ca','When this setting is in effect, a reminder is shown in the At a Glance box of the Dashboard that says, &#8220;Search Engines Discouraged,&#8221; to remind you that your site is not being crawled.',NULL,NULL,'LINE',NULL,10,'','33960768ca0efb2109671f1ab02318f6','',NULL),(7234,'en','default','4fd5e879927f19de076cca45bc59434a','When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.',NULL,NULL,'LINE',NULL,10,'','d70e008926f797f7fa73820eeb9729d4','',NULL),(7235,'en','default','b18d07e59a875a4350e8cfa10509c5d7','When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.',NULL,NULL,'LINE',NULL,10,'','da2d58e7f047ffb8843c16d6ddf10432','',NULL),(7236,'en','default','cd8d1a19831be7da0547b6a5fcf33156','When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes <code>%category%</code> or <code>%tag%</code>.',NULL,NULL,'LINE',NULL,10,'','898670c2e52a88ad0454c93711770605','',NULL),(7237,'en','default','2a668b1b4a5c8a0d7d6ccc363cf266a7','When you click the button below WordPress will create an XML file for you to save to your computer.',NULL,NULL,'LINE',NULL,10,'','3d57ff833f4fae8a369e17d3f5cce00d','',NULL),(7238,'en','default','f44439cfd9036b3d7d9ebabf77e4454c','When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice. It will recommend that you backup your files before saving, so they don&#8217;t get overwritten by the next update. Take the safe route: your future self will thank you. Your team and customers will thank you.',NULL,NULL,'LINE',NULL,10,'','5ef97653ebcd956d1e4c50dc96e43758','',NULL),(7239,'en','default','85540ae266a03383e65007e160616c39','When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.',NULL,NULL,'LINE',NULL,10,'','82da5429bc5561bbe23b1b043e08de1a','',NULL),(7240,'en','default','1d7b8a30c545e74f35989943383cf0ca','When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href=\"%s\">Update Services</a> on the Codex. Separate multiple service URLs with line breaks.',NULL,NULL,'LINE',NULL,10,'','74a6be1a7662948445cd005231dd2d0e','',NULL),(7241,'en','default','191ec6e58017ed5fc068a91b2604e54e','When you switch themes, widgets sometimes think they can just up and move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it&#8217;s time for a new theme. Additionally, you can preview installed themes or download, install, and preview new themes right. Nothing says handy like being able to preview before you deploy. ',NULL,NULL,'LINE',NULL,10,'','19d47f8ab3155708d972bb8b201db27d','',NULL),(7242,'en','default','79cc13f4de633a7fd0a8dc7c5c03de3d','Where we send your data',NULL,NULL,'LINE',NULL,10,'','dc9cfd4a3cd299346ceccf5ec2767598','',NULL),(7243,'en','default','a038eafad9e01988c1841de565372b3d','While you are editing your %1$s file, take a moment to make sure you have all 8 keys and that they are unique. You can generate these using the <a href=\"%2$s\">WordPress.org secret key service</a>.',NULL,NULL,'LINE',NULL,10,'','8b4c653c9278b9bdbfe1b5afec5a7663','',NULL),(7244,'en','default','4164b9aab2478e48463a5e400b5918b3','While your site is being updated, it will be in maintenance mode. As soon as your updates are complete, your site will return to normal.',NULL,NULL,'LINE',NULL,10,'','ef84fcea94cffcfd5220edc6c0a912f0','',NULL),(7245,'en','default','6d54357de16dae873aca455b2a0757b4','Who we are',NULL,NULL,'LINE',NULL,10,'','4674e96347c0620f35ae54a960e8acf3','',NULL),(7246,'en','default','b36d0f4f434f0ca2b84a3507673dbf63','Who we share your data with',NULL,NULL,'LINE',NULL,10,'','cf98bfb7cb46423fcee1242d5f7f16d4','',NULL),(7247,'en','default','06d67eb99ad329dc01617be9f85c4d63','Widget %s',NULL,NULL,'LINE',NULL,10,'','58861891ba33200d0f243c26143a5fc6','',NULL),(7248,'en','default','5f71bda8d746f5a38f8be090639b5e2f','Widgets are independent sections of content that can be placed into any widgetized area provided by your theme (commonly called sidebars). To populate your sidebars/widget areas with individual widgets, drag and drop the title bars into the desired area. By default, only the first widget area is expanded. To populate additional widget areas, click on their title bars to expand them.',NULL,NULL,'LINE',NULL,10,'','2628ac04367ef5339322e23a38240fb5','',NULL),(7249,'en','default','2a1b56a60634250cd6cf205c74ed00c6','Widgets may be used multiple times. You can give each widget a title, to display on your site, but it&#8217;s not required.',NULL,NULL,'LINE',NULL,10,'','cb26d608dcaf5e53bfdccbb076ee7f6b','',NULL),(7250,'en','default','2dcde0b29a51130f79f23dee3acbe2ed','Word count: %s',NULL,NULL,'LINE',NULL,10,'','b71bc0ddcb133c472c9ea1793eeba84c','',NULL),(7251,'en','default','e0fb73f37c6548c6245b307fc9040f49','WordCamps',NULL,NULL,'LINE',NULL,10,'','01e1ad0258fed3ab9842cdd4f1734f1b','',NULL),(7252,'en','default','fde31686817fe5029025586d51b35861','WordPress',NULL,NULL,'LINE',NULL,10,'','6757a2df47df1844cdca13c3a074863e','',NULL),(7253,'en','default','3a917b4d66f551c5a2f3399c55adbc12','WordPress %1$s running %2$s theme.',NULL,NULL,'LINE',NULL,10,'','8ad304d0064c8150962a5110f1068648','',NULL),(7254,'en','default','f6e776c4c31f2ae2b7eb1815a599b007','WordPress %s',NULL,NULL,'LINE',NULL,10,'','4b93b2c6f1f3e096e16c092b24d00b16','',NULL),(7255,'en','default','8c51466f064a8871bcf559dd32d948a3','WordPress %s is also now available.',NULL,NULL,'LINE',NULL,10,'','b4213aa81c2dd696afb4d0e625edc1dd','',NULL),(7256,'en','default','09a750200bb72d72158184a1b9b6c4e4','WordPress &rsaquo; Database Repair',NULL,NULL,'LINE',NULL,10,'','a1c660e501c266744d0b44c43b3ccf4c','',NULL),(7257,'en','default','5bbf9d416b03effde536408f99112214','WordPress &rsaquo; Installation',NULL,NULL,'LINE',NULL,10,'','51913721d4a164ce42d49c8caeda403e','',NULL),(7258,'en','default','03552ef30df215d8c1f6fc80a22604ae','WordPress &rsaquo; Setup Configuration File',NULL,NULL,'LINE',NULL,10,'','814b10c0c658bc4d003207fc97e472d3','',NULL),(7259,'en','default','a6ee35b2db178aba012ef07304e2e70d','WordPress &rsaquo; Update',NULL,NULL,'LINE',NULL,10,'','7640921c408e1e788bf6156ecc78c93a','',NULL),(7260,'en','default','b81803fe6cddddb8f3ef117583deec60','WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.',NULL,NULL,'LINE',NULL,10,'','88d155b14917a6a0c9d1430ef4cc01d5','',NULL),(7261,'en','default','2e37045ae0eb1bbf04b99a0eca0c8071','WordPress Blog',NULL,NULL,'LINE',NULL,10,'','0f8b20c9faabaed230129740c965c23f','',NULL),(7262,'en','default','19b8a23b0794f1d1b2353f149aa2a575','WordPress Events and News',NULL,NULL,'LINE',NULL,10,'','4449065eccd9c6d7a467f72174a20ed6','',NULL),(7263,'en','default','7ec7508c587f87f5a01c3a078d6a6dab','WordPress Updates',NULL,NULL,'LINE',NULL,10,'','1aeff3f3a99a487616cb48bba3497496','',NULL),(7264,'en','default','33c13135df9264a73a6958ca2ae370f5','WordPress can also attempt to optimize the database. This improves performance in some situations. Repairing and optimizing the database can take a long time and the database will be locked while optimizing.',NULL,NULL,'LINE',NULL,10,'','83b16757e71c057b4ab547e2625df230','',NULL),(7265,'en','default','68ff8e47448b84d116faca89d63a3125','WordPress can automatically look for some common database problems and repair them. Repairing can take a while, so please be patient.',NULL,NULL,'LINE',NULL,10,'','081462fd6d52c8ec3561736fd9b1b7d5','',NULL),(7266,'en','default','d1e356a8b5c46bde84443e397a38b9d0','WordPress database repair',NULL,NULL,'LINE',NULL,10,'','897cf3b84835381a1682a312c55c2546','',NULL),(7267,'en','default','920b86d822cd25a2a2c592134fd08ce1','WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We&#8217;re flattered every time someone spreads the good word, just make sure to <a href=\"%s\">check out our trademark guidelines</a> first.',NULL,NULL,'LINE',NULL,10,'','84d9b5767192db384ce1c4e4cddb9c27','',NULL),(7268,'en','default','ca2e1c6fdebc7887415465aaaf360960','WordPress has been installed. Thank you, and enjoy!',NULL,NULL,'LINE',NULL,10,'','1745013426dd7b654f51d4fb2a69e0b2','',NULL),(7269,'en','default','924b4ada54bcaa491660c0f5f200b5dd','WordPress has been updated! Before we send you on your way, we have to update your database to the newest version.',NULL,NULL,'LINE',NULL,10,'','3c03c037f9d0fb84ed283d222a10bfeb','',NULL),(7270,'en','default','87488821d95fad046e6934ba9a27f016','WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href=\"%s\">license</a>, the GPL.',NULL,NULL,'LINE',NULL,10,'','32bda0a1395f3a803bf05a0164f36dee','',NULL),(7271,'en','default','ba5a6fbddf1b8a34c5384891c777374f','WordPress is at the latest version.',NULL,NULL,'LINE',NULL,10,'','c4ecb640802ec497b6f8133c3ef076ff','',NULL),(7272,'en','default','98139c5279fc772772d86ebf86967fbf','WordPress is created by a <a href=\"%1$s\">worldwide team</a> of passionate individuals. <a href=\"%2$s\">Get involved in WordPress</a>.',NULL,NULL,'LINE',NULL,10,'','3731b77e9b5aaccad48ba29b43de7270','',NULL),(7273,'en','default','82f771478b6cafba7b96c61a3299c075','WordPress is created by a worldwide team of passionate individuals.',NULL,NULL,'LINE',NULL,10,'','01c7f502da6911611ca2c5ec1747b156','',NULL),(7274,'en','default','4b8a79aa611a3d5388694ff8ce54bdfb','WordPress is not notifying any <a href=\"%1$s\">Update Services</a> because of your site&#8217;s <a href=\"%2$s\">visibility settings</a>.',NULL,NULL,'LINE',NULL,10,'','ad7215a97613adc28341716934624415','',NULL),(7275,'en','default','61a8161aaa6fd8fe6e6203323a3587a3','WordPress is working on a new way to create and control your content and we&#8217;d love to have your help. Interested in being an <a href=\"%s\">early tester</a> or getting involved with the Gutenberg project? <a href=\"%s\">Contribute on GitHub</a>.',NULL,NULL,'LINE',NULL,10,'','5b7f9a3cb1b713e4f757f0eb4dba8f87','',NULL),(7276,'en','default','002ed833af5d0c8a84bbc41ef94724dc','WordPress offers you the ability to create a custom URL structure for your permalinks and archives. Custom URL structures can improve the aesthetics, usability, and forward-compatibility of your links. A <a href=\"%s\">number of tags are available</a>, and here are some examples to get you started.',NULL,NULL,'LINE',NULL,10,'','4ca5dedd93f643351f1ca0a14baf5b97','',NULL),(7277,'en','default','145e951a918d629a05851929a786f394','WordPress should correct invalidly nested XHTML automatically',NULL,NULL,'LINE',NULL,10,'','2bd8338d56622879b225e000f36be25b','',NULL),(7278,'en','default','5110980b4815813643ebd02608039bd4','WordPress site: %s',NULL,NULL,'LINE',NULL,10,'','23f23694cfb8af8ec16004989d3d5c2a','',NULL),(7279,'en','default','603f15dee5254744413440d0193f4ca7','WordPress updated successfully',NULL,NULL,'LINE',NULL,10,'','6cb4ca7c479b73bdfc4284a43d4ca056','',NULL),(7280,'en','default','3eed036bcf83afffb78f46eec16714bb','WordPress.org Plugin Page &#187;',NULL,NULL,'LINE',NULL,10,'','3401d6dfbc1504db02d75f8ec5162b1f','',NULL),(7281,'en','default','fc52eebe76a27b97ded2a39bc14bc2be','Write your first blog post',NULL,NULL,'LINE',NULL,10,'','1d06b8aae54619c0240b62b0092edaed','',NULL),(7282,'en','default','af96ab416602c6852b1ba5201feaacf6','Writing',NULL,NULL,'LINE',NULL,10,'','6c8a9fd7cdf3fa3e9de3519626a8f7b5','',NULL),(7283,'en','default','0c5604009ec650cec76693091cc4283b','Writing Settings',NULL,NULL,'LINE',NULL,10,'','a3b2978099b43be30a0883b94a716a6e','',NULL),(7284,'en','default','ba50be3c6c46d860eb3f8c7856a846bf','X &#8212; Even more mature than above',NULL,NULL,'LINE',NULL,10,'','8ccad14cfa25a65729d673e5b6351aac','',NULL),(7285,'en','default','8bc3b8275af78e8ebd86a4abb43913c8','XFN stands for <a href=\"http://gmpg.org/xfn/\">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.',NULL,NULL,'LINE',NULL,10,'','92d4d64451b5fdcc0f814b28ddb66541','',NULL),(7286,'en','default','8b324a7144b901ff3b6c8e6e1373c927','Y/m/d g:i:s a',NULL,NULL,'LINE',NULL,10,'','01724a8ef1bdc6387273976ee6877734','',NULL),(7287,'en','default','73985f2b280e1aa5126d60d8985b57bb','Yes, delete these files',NULL,NULL,'LINE',NULL,10,'','768afce57a140c14bc20a33b1d2396c5','',NULL),(7288,'en','default','8313da8dc64047da719bb9cbe56a84ea','Yes, delete these files and data',NULL,NULL,'LINE',NULL,10,'','c0d1b6d38fc1d313215a5e1dc9d7d56e','',NULL),(7289,'en','default','ee6b36df0a0e5ae29804573f7bc0f5ec','Yes, take me to my profile page',NULL,NULL,'LINE',NULL,10,'','1d3042fbf321b0f29a212ba1fa41b065','',NULL),(7290,'en','default','59f603400b805b1de2d465999a14a8d1','Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site&#8217;s design and schedule those design changes to go live as you please.',NULL,NULL,'LINE',NULL,10,'','92a26f1aeae59b581679ae5b9662ea6d','',NULL),(7291,'en','default','7cff9b6df2ec3f0734a9bfa274ad5b71','You also have some plugins or themes with updates available. Update them now:',NULL,NULL,'LINE',NULL,10,'','2b582a384405ef134b2e3732c6752c15','',NULL),(7292,'en','default','f8ba38900d10b5b21aee002e9e7bd51b','You appear to be making direct edits to your plugin in the WordPress dashboard. We recommend that you don&#8217;t! Editing plugins directly may introduce incompatibilities that break your site and your changes may be lost in future updates.',NULL,NULL,'LINE',NULL,10,'','f826278325752cd0128cabb05d582280','',NULL),(7293,'en','default','8cc087cec19b11374357e1838a97fdd2','You appear to be making direct edits to your theme in the WordPress dashboard. We recommend that you don&#8217;t! Editing your theme directly could break your site and your changes may be lost in future updates. If you need to tweak more than your theme&#8217;s CSS, you might want to try <a href=\"%s\">making a child theme</a>.',NULL,NULL,'LINE',NULL,10,'','b9f6841fdabf7c589997152eee94c053','',NULL),(7294,'en','default','f8c6ee5e73552f569602296fefb93e97','You are about to approve the following comment:',NULL,NULL,'LINE',NULL,10,'','a741669e2308fc1b7849c6cea467d4a4','',NULL),(7295,'en','default','2de0cde3d4f7c41a74f39952dfd47c53','You are about to delete %s.',NULL,NULL,'LINE',NULL,10,'','561dcb4033e66c90b80111cb744268f2','',NULL),(7296,'en','default','5c81416e5ec54afcce8585081aebfaa2','You are about to delete the following comment:',NULL,NULL,'LINE',NULL,10,'','9774a607e28a78ded0ebe7bb2d32c603','',NULL),(7297,'en','default','dffbb3fce635732b0e6620dd590f61f9','You are about to delete this link \'%s\'\\n  \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'LINE',NULL,10,'','a7ed45b50d0811bbee71533027965055','',NULL),(7298,'en','default','ac4f38ab41fe32062fad243041ab44ad','You are about to delete this theme \'%s\'\\n  \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'LINE',NULL,10,'','b49de564fe6352d019b2c60f0bf6aaa3','',NULL),(7299,'en','default','0232103929f5d403f6c7958a3b807a8d','You are about to install WordPress %s <strong>in English (US).</strong> There is a chance this update will break your translation. You may prefer to wait for the localized version to be released.',NULL,NULL,'LINE',NULL,10,'','157295ad1a6686eb670ef26a04b03842','',NULL),(7300,'en','default','3b4ff5a4b188de3878909bd3a9b3cec8','You are about to mark the following comment as spam:',NULL,NULL,'LINE',NULL,10,'','c16df9f52a96623f2edb6aac33a659b1','',NULL),(7301,'en','default','b24c6934170aa498626a6144d6515933','You are about to move the following comment to the Trash:',NULL,NULL,'LINE',NULL,10,'','7eb50bef1f149a97a512a17b3860c94a','',NULL),(7302,'en','default','67ebe7a24df35d5ec7ed817c5842a194','You are about to remove the following plugin:',NULL,NULL,'LINE',NULL,10,'','ea9e1c9dd74972fc87e537c0b8a75783','',NULL),(7303,'en','default','bbad7ae088e6c0da4561965a1c369358','You are about to remove the following plugins:',NULL,NULL,'LINE',NULL,10,'','5c3fe5012767405bbfe2446333b20717','',NULL),(7304,'en','default','5e2e56330bcbe7fad88b2f4f103f7ddb','You are currently editing the page that shows your latest posts.',NULL,NULL,'LINE',NULL,10,'','8e7076e0d8e43c940232b9e797f28ddf','',NULL),(7305,'en','default','96cef5b3d6d082373acf8e547cf63ed4','You are now logged out everywhere else.',NULL,NULL,'LINE',NULL,10,'','eaa09b45dbf6e5106e26f1575642c8a7','',NULL),(7306,'en','default','f6435aa05732baca22a6de8167d3bfd8','You are only logged in at this location.',NULL,NULL,'LINE',NULL,10,'','6efa0e36e3fa8fa35878b98eefa724f7','',NULL),(7307,'en','default','a2ffc66c941814a9d5b0bb75664a1438','You are using a development version (%1$s). Cool! Please <a href=\"%2$s\">stay updated</a>.',NULL,NULL,'LINE',NULL,10,'','1611f33e667d8986d6e5af86e2632027','',NULL),(7308,'en','default','ead95faf097c050ce8272235ab6d14c4','You are using a development version of WordPress. These feature plugins are also under development. <a href=\"%s\">Learn more</a>.',NULL,NULL,'LINE',NULL,10,'','c6341544fa2046eec14107fc5e0c2991','',NULL),(7309,'en','default','cd695c6558c271b3503ba79fa724359b','You are using a development version of WordPress. You can update to the latest nightly build automatically:',NULL,NULL,'LINE',NULL,10,'','2da8caa967c5d80d5b3f918eb28683a1','',NULL),(7310,'en','default','0f823bed6cba9b8049dc4eecf9eee287','You are using an insecure browser!',NULL,NULL,'LINE',NULL,10,'','23213d53b58d52a73b5c6b791e0751da','',NULL),(7311,'en','default','ffa32f3198455426db78715a26184f3d','You are using the browser&#8217;s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <a href=\"#\">Switch to the multi-file uploader</a>.',NULL,NULL,'LINE',NULL,10,'','3762a3858f871b91761c7c17e352fc8d','',NULL),(7312,'en','default','185a58071513be42df712fa7aa59c054','You are using the multi-file uploader. Problems? Try the <a href=\"%1$s\" target=\"%2$s\">browser uploader</a> instead.',NULL,NULL,'LINE',NULL,10,'','acee86659ffcf9ad8390cef00f6496bb','',NULL),(7313,'en','default','313fdf221f4a041ed3d772112928e653','You attempted to access the \"%1$s\" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the \"%1$s\" dashboard, please contact your network administrator.',NULL,NULL,'LINE',NULL,10,'','020de39e8d89520db671b4fe148e7915','',NULL),(7314,'en','default','7f735a3de4fa14b113264f459aa23a72','You attempted to edit an attachment that doesn&#8217;t exist. Perhaps it was deleted?',NULL,NULL,'LINE',NULL,10,'','08496ed3c471ff8f386f2bfad6e83a98','',NULL),(7315,'en','default','30ea891c72c225103705a6d5327fb6da','You attempted to edit an item that doesn&#8217;t exist. Perhaps it was deleted?',NULL,NULL,'LINE',NULL,10,'','258ba72a61465a83c608f7bbcb04e28f','',NULL),(7316,'en','default','63e10978f6765868b1d450b854d82fc7','You attempted to edit an item that isn&#8217;t an attachment. Please go back and try again.',NULL,NULL,'LINE',NULL,10,'','900cefb2779b90dfcb085ea912988321','',NULL),(7317,'en','default','1597e47943552acb2159f24763d2183b','You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter.',NULL,NULL,'LINE',NULL,10,'','eb4979e5ab1b2ae278daadd1702a0603','',NULL),(7318,'en','default','a028caf874f7a36b4d04977846a44352','You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme&#8217;s folder via FTP into your %s directory.',NULL,NULL,'LINE',NULL,10,'','333d26c9fe96a9e26648cc1908869146','',NULL),(7319,'en','default','5d8dccaf5152dadcf683142ff8e39d85','You can add links here to be displayed on your site, usually using <a href=\"%s\">Widgets</a>. By default, links to several sites in the WordPress community are included as examples.',NULL,NULL,'LINE',NULL,10,'','b76bb7ad7b1732e2160f2f83dbe88287','',NULL),(7320,'en','default','68219ec1373a07050daabcab0c978815','You can add or edit links on this screen by entering information in each of the boxes. Only the link&#8217;s web address and name (the text you want to display on your site as the link) are required fields.',NULL,NULL,'LINE',NULL,10,'','6912f31d5f004663b4c8e4ad15c73082','',NULL),(7321,'en','default','b816582da0fe96d33555b82e7cf35504','You can also browse a user&#8217;s favorite plugins, by using the Favorites link above the plugins list and entering their WordPress.org username.',NULL,NULL,'LINE',NULL,10,'','96e13d80dd4d210f6e818be399382890','',NULL),(7322,'en','default','4f2592dccb64c180a81e4a042fe70670','You can also choose a background color by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. &#8220;#ff0000&#8221; for red, or by choosing a color using the color picker.',NULL,NULL,'LINE',NULL,10,'','b7e503868ca5ca70400ee20723cb8c47','',NULL),(7323,'en','default','6b872e2b359ab19726c69cfc6662980b','You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or a summary.',NULL,NULL,'LINE',NULL,10,'','ac7ebf12f6abef2a950abe5280a54102','',NULL),(7324,'en','default','464b4a78bca01186db0bc144f178c5f1','You can also create posts with the <a href=\"%s\">Press This bookmarklet</a>.',NULL,NULL,'LINE',NULL,10,'','d0528ae0c11e8490f10c23327b15cafe','',NULL),(7325,'en','default','972d412b5c2482e96d24171ef27553c5','You can also delete individual items and access the extended edit screen from the details dialog.',NULL,NULL,'LINE',NULL,10,'','2e77a6c303195f810df4934f2989f298','',NULL),(7326,'en','default','c83a2faddec053e93996bea49df84dd8','You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.',NULL,NULL,'LINE',NULL,10,'','95e6f8b591af95b7e141df1318db45fb','',NULL),(7327,'en','default','5860a8fa3ef1ea4cf6657c47ed83e90c','You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. Please refer to the Codex to <a href=\"https://codex.wordpress.org/Embeds\">learn more about embeds</a>.',NULL,NULL,'LINE',NULL,10,'','c214466f990742e589dfd33015c4c203','',NULL),(7328,'en','default','001ae354418426ceb96e7d035ad9de3c','You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.',NULL,NULL,'LINE',NULL,10,'','8c34b8c1eaba94f7289ab3289a5399fe','',NULL),(7329,'en','default','653290ee830033b040967d621084cb0f','You can also perform the same types of actions, including narrowing the list by using the filters, acting on a page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple pages at once.',NULL,NULL,'LINE',NULL,10,'','de3f01588a23e6930c757cb640155dfa','',NULL),(7330,'en','default','ff2945d6f4371f51df1c739ba60f27ae','You can assign keywords to your posts using <strong>tags</strong>. Unlike categories, tags have no hierarchy, meaning there&#8217;s no relationship from one tag to another.',NULL,NULL,'LINE',NULL,10,'','df93416910d6e5d402da0166617b2ee4','',NULL),(7331,'en','default','72caeed1ff140d706e86977a0bf7d12c','You can assign theme locations to individual menus by <strong>selecting the desired settings</strong> at the bottom of the menu editor. To assign menus to all theme locations at once, <strong>visit the Manage Locations tab</strong> at the top of the screen.',NULL,NULL,'LINE',NULL,10,'','9362d167fdacec13de259ffccbd99596','',NULL),(7332,'en','default','ceb79a4cdaccc9c24ea22489ba03429f','You can change the display of this screen using the Screen Options tab to set how many items are displayed per screen and to display/hide columns in the table.',NULL,NULL,'LINE',NULL,10,'','59cf444b48715208ad794a188fdb27a3','',NULL),(7333,'en','default','aa6b50ebfd26013f727b5bddd1a0020a','You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things. You can hide the Toolbar (formerly called the Admin Bar) from the front end of your site, however it cannot be disabled on the admin screens.',NULL,NULL,'LINE',NULL,10,'','b9b4d0532a778cafb41ef6adf422c685','',NULL),(7334,'en','default','ed3a1364a6f32d0152a9a84b1badda00','You can change your profile picture on <a href=\"%s\">Gravatar</a>.',NULL,NULL,'LINE',NULL,10,'','c6a264b0634dfa17c05df0e6129f3f73','',NULL),(7335,'en','default','3a94690f89aea910c66bdb3b6fff1fc0','You can choose from the theme&#8217;s default header images, or use one of your own. You can also customize how your Site Title and Tagline are displayed.',NULL,NULL,'LINE',NULL,10,'','a9f5169f4cc9dff9335f02dc21036a92','',NULL),(7336,'en','default','60a664b6a8f309a460918c0a26f8a6c1','You can choose one of your previously uploaded headers, or show a random one.',NULL,NULL,'LINE',NULL,10,'','d47efcdc40344fa4bb4ed32631d75492','',NULL),(7337,'en','default','f84196c911ec5a65c48ccee53f33c850','You can choose what&#8217;s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two <a href=\"%s\">Pages</a>. One will become the homepage, and the other will be where your posts are displayed.',NULL,NULL,'LINE',NULL,10,'','649280ffbec104f0b86be27e09164287','',NULL),(7338,'en','default','0754b49868a7a0ac641085882e136d75','You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to &#8220;Discourage search engines from indexing this site&#8221; and click the Save Changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web.',NULL,NULL,'LINE',NULL,10,'','1051f547d613d166e58ee2267ea6046e','',NULL),(7339,'en','default','4e171722a615bf0a18d4a10f47f71464','You can create groups of links by using Link Categories. Link Category names must be unique and Link Categories are separate from the categories you use for posts.',NULL,NULL,'LINE',NULL,10,'','4b54c6d68320d2f035fccf562e2bab97','',NULL),(7340,'en','default','b37e44bc690a283009213e84f746d497','You can create the %s file manually and paste the following text into it.',NULL,NULL,'LINE',NULL,10,'','76f4b68a6e9d1fcc894f1beae939aebe','',NULL),(7341,'en','default','3f1914dd8eecd9de86a33cddc8389cbb','You can customize the display of this screen in a number of ways:',NULL,NULL,'LINE',NULL,10,'','75b6f3ea46162ff1ee094bb0533bebb6','',NULL),(7342,'en','default','d6ea257fc3b6e7e133f43b11581d331a','You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.',NULL,NULL,'LINE',NULL,10,'','e7d15f9c59ea3e6ee7f40b3c1e031594','',NULL),(7343,'en','default','8ac8e55c35195400fff6756b49835523','You can customize the display of this screen&#8217;s contents in a number of ways:',NULL,NULL,'LINE',NULL,10,'','7ed2cb9c4a7f52993516725cd5168e1c','',NULL),(7344,'en','default','ea5fcb3e59f97c7e70111b588d78d687','You can customize the look of your site without touching any of your theme&#8217;s code by using a custom background. Your background can be an image or a color.',NULL,NULL,'LINE',NULL,10,'','b39450760894637b67668aae44c27c96','',NULL),(7345,'en','default','5aaf5b7354c090ad1a53700fdd8fe022','You can delete Link Categories in the Bulk Action pull-down, but that action does not delete the links within the category. Instead, it moves them to the default Link Category.',NULL,NULL,'LINE',NULL,10,'','b8541d8f687d12a898125b597c36ca87','',NULL),(7346,'en','default','319980b189e432ee59526496b2fc7bd7','You can edit the image while preserving the thumbnail. For example, you may wish to have a square thumbnail that displays just a section of the image.',NULL,NULL,'LINE',NULL,10,'','84a98079b9b86c1c74f975e3e854fa1b','',NULL),(7347,'en','default','29a977dfe4c91dbbb1970d8a38a81a2a','You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.',NULL,NULL,'LINE',NULL,10,'','995b8ae48206399e7a9530a8154fbbd3','',NULL),(7348,'en','default','d5fb0f5d059e20b79f51ba2cb67696b2','You can enable distraction-free writing mode using the icon to the right. This feature is not available for old browsers or devices with small screens, and requires that the full-height editor be enabled in Screen Options.',NULL,NULL,'LINE',NULL,10,'','dda7292d6cc6432d85981a7dcd8632bc','',NULL),(7349,'en','default','439e85bf8c00d0e5d97a3f08a503f1ce','You can export a file of your site&#8217;s content in order to import it into another installation or platform. The export file will be an XML file format called WXR. Posts, pages, comments, custom fields, categories, and tags can be included. You can choose for the WXR file to include only certain posts or pages by setting the dropdown filters to limit the export by category, author, date range by month, or publishing status.',NULL,NULL,'LINE',NULL,10,'','9588f209116dc30d63fdf43bb35e6897','',NULL),(7350,'en','default','893b004b3b255507cc8437e21994eadb','You can filter the list of posts by post status using the text links above the posts list to only show posts with that status. The default view is to show all posts.',NULL,NULL,'LINE',NULL,10,'','014d2d802fc8f834f23987d4b037d30a','',NULL),(7351,'en','default','336a3ba49f4fd88e0d9f10b69511d0df','You can filter the list of users by User Role using the text links above the users list to show All, Administrator, Editor, Author, Contributor, or Subscriber. The default view is to show all users. Unused User Roles are not listed.',NULL,NULL,'LINE',NULL,10,'','8653fbcfa867f1c95e2d3b856e2d8b47','',NULL),(7352,'en','default','415205a59aff75e660caf73215b1dce4','You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href=\"%s\">WordPress Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.',NULL,NULL,'LINE',NULL,10,'','b7b2dd7c837caf0e94c8104888321a73','',NULL),(7353,'en','default','2a4f1cc2e99d292a9132ee9cfb9c3b26','You can find new plugins to install by searching or browsing the directory right here in your own Plugins section.',NULL,NULL,'LINE',NULL,10,'','f21a09c0e4a3b3eee841ef6b410151fa','',NULL),(7354,'en','default','48af19137476571e85f4916aefcff658','You can help by <a href=\"%1$s\">testing</a>, <a href=\"%2$s\">filing bugs</a>, or contributing on the <a href=\"%3$s\">GitHub repository</a>.',NULL,NULL,'LINE',NULL,10,'','738d89cb3711670a13ec52a117e97181','',NULL),(7355,'en','default','d6e863468c3551518fa205b1060b3cf3','You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen Options tab.',NULL,NULL,'LINE',NULL,10,'','767d49624cffb7efeb180fe4bdd5e07a','',NULL),(7356,'en','default','67e7c46d3d5c2108c0e99ceea6441dee','You can hide/display columns based on your needs and decide how many users to list per screen using the Screen Options tab.',NULL,NULL,'LINE',NULL,10,'','48e4f7cb4f7122f5b317b5c99b0da496','',NULL),(7357,'en','default','de8768b94597e0280a0f1177f2e46900','You can insert media files by clicking the icons above the post editor and following the directions. You can align or edit images using the inline formatting toolbar available in Visual mode.',NULL,NULL,'LINE',NULL,10,'','c495912a27038b213ad535fd59f27db5','',NULL),(7358,'en','default','b9ee24b2ed698a7774a132f859a7440b','You can log out of other devices, such as your phone or a public computer, by clicking the Log Out Everywhere Else button.',NULL,NULL,'LINE',NULL,10,'','1b241a88804ad03a64423db084510037','',NULL),(7359,'en','default','74ec803b504414d42126006142f54490','You can manage comments made on your site similar to the way you manage posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.',NULL,NULL,'LINE',NULL,10,'','054e0c1e1a79152711e5105dee4b047f','',NULL),(7360,'en','default','82169939daa05d25d68df1a2d649d306','You can narrow the list by file type/status or by date using the dropdown menus above the media table.',NULL,NULL,'LINE',NULL,10,'','db58d14d2240eb7c402d9fbd316f6e77','',NULL),(7361,'en','default','ae310675793fc7bfa950b8760f79a4f1','You can now manage and live-preview Custom Backgrounds in the <a href=\"%1$s\">Customizer</a>.',NULL,NULL,'LINE',NULL,10,'','7cb915125bad49f15eac14767efbd6ce','',NULL),(7362,'en','default','5c71e77cf2c930baea8c287753a229c2','You can now manage and live-preview Custom Header in the <a href=\"%1$s\">Customizer</a>.',NULL,NULL,'LINE',NULL,10,'','a7882a3b8d2131be6d89949cc08d58da','',NULL),(7363,'en','default','82deca0fb59319be08a217a38bcd7d23','You can proportionally scale the original image. For best results, scaling should be done before you crop, flip, or rotate. Images can only be scaled down, not up.',NULL,NULL,'LINE',NULL,10,'','f8773edde68d4c1d2cea0cef4a3554d0','',NULL),(7364,'en','default','a4e5684835acb802ee3194c309c7ed1a','You can refine the list to show only posts in a specific category or from a specific month by using the dropdown menus above the posts list. Click the Filter button after making your selection. You also can refine the list by clicking on the post author, category or tag in the posts list.',NULL,NULL,'LINE',NULL,10,'','392e9b74ecaedf4daa058dcc790516c4','',NULL),(7365,'en','default','3466e4fdb669b751b77cbac98d3b8a72','You can select an image to be shown at the top of your site by uploading from your computer or choosing from your media library. After selecting an image you will be able to crop it.',NULL,NULL,'LINE',NULL,10,'','970337f1d4150e8b177c927ebf99c80b','',NULL),(7366,'en','default','ecf5914ee8ec7cfa4e0744d83a3cfb09','You can select the language you wish to use while using the WordPress administration screen without affecting the language site visitors see.',NULL,NULL,'LINE',NULL,10,'','fd5735268d8e29b5fb70169e194cfcba','',NULL),(7367,'en','default','bc6ead191133be47290a0774386abc1e','You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately. Alternatively, you can use an image that has already been uploaded to your Media Library by clicking the &#8220;Choose Image&#8221; button.',NULL,NULL,'LINE',NULL,10,'','811547aebb06fa74b5ec521c1f410710','',NULL),(7368,'en','default','ca07cec969f8aa527834073e21e414b6','You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.',NULL,NULL,'LINE',NULL,10,'','a6516e825fa24e1b092cc7b8c1eabd17','',NULL),(7369,'en','default','8f52d6a439157f46ebbd2782a6ce2a22','You can set the language, and the translation files will be automatically downloaded and installed (available if your filesystem is writable).',NULL,NULL,'LINE',NULL,10,'','308e8d0b6f06c46087b020dda71cb159','',NULL),(7370,'en','default','0587e968316b6f9279f46763cd67c781','You can still use your site but any subdomain you create may not be accessible. If you know your DNS is correct, ignore this message.',NULL,NULL,'LINE',NULL,10,'','91538971a3045305eef53a3d987e6a97','',NULL),(7371,'en','default','562a2da5ecf13083d751ce8dd9905d10','You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within the dashboard, while the rest control external publishing methods. For more information on any of these methods, use the documentation links.',NULL,NULL,'LINE',NULL,10,'','f86ab1682d11f3bf7e8923776b1c375c','',NULL),(7372,'en','default','4c391d4a4e0e8807bd3e9ae3570c4bb5','You can take Gutenberg for a spin (and share your feedback, if you’d like) before we officially release it, by installing it as a plugin.',NULL,NULL,'LINE',NULL,10,'','783f59c3bf60a9782e11ea693ff565e2','',NULL),(7373,'en','default','071fca1db11a7855fecd0ce33623604a','You can update to <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %2$s</a> automatically:',NULL,NULL,'LINE',NULL,10,'','a9f524b20e3860a4a328f0a9f7565af6','',NULL),(7374,'en','default','e4d5552eac3895bbac77d104bb1ac888','You can upload and insert media (images, audio, documents, etc.) by clicking the Add Media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the &#8220;Create a new gallery&#8221; button.',NULL,NULL,'LINE',NULL,10,'','63c19f99a08798af50e2a88aa8044305','',NULL),(7375,'en','default','09df6ae117e587dd779421384cd15bff','You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share. There are three options for uploading files:',NULL,NULL,'LINE',NULL,10,'','5f22753ed743a0fce788ebbb26a44f91','',NULL),(7376,'en','default','4d26943fa96797a4136ef47c5084b772','You can use categories to define sections of your site and group related posts. The default category is &#8220;Uncategorized&#8221; until you change it in your <a href=\"%s\">writing settings</a>.',NULL,NULL,'LINE',NULL,10,'','58e0f4bd0db3f201181a24e22518af6b','',NULL),(7377,'en','default','c5466e9372fdad7ba27494dd68c9fcb2','You can use one of these cool headers or show a random one on each page.',NULL,NULL,'LINE',NULL,10,'','8f8ebb3ba270539ec6f49120ea9c16cc','',NULL),(7378,'en','default','9dcafd51d543cab7ea08e0fb30981f9c','You can use the Theme Editor to edit the individual CSS and PHP files which make up your theme.',NULL,NULL,'LINE',NULL,10,'','44cb0abe5deb96fd0106118da1f02c03','',NULL),(7379,'en','default','c0ed5e3f5e633991901390dd59336cc6','You can use the editor to make changes to any of your plugins&#8217; individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations.',NULL,NULL,'LINE',NULL,10,'','f835ba39685bf5ad176052a11180bb18','',NULL),(7380,'en','default','5d3cfb1969cd32ce072f4a154329dbf9','You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.',NULL,NULL,'LINE',NULL,10,'','96659bd2478b2ec608973ec63c74de4c','',NULL),(7381,'en','default','809cd0ac3a99a17e88b7af070dcb1d97','You can view all posts made by a user by clicking on the number under the Posts column.',NULL,NULL,'LINE',NULL,10,'','057d0d295c4e9c03bbba615601760927','',NULL),(7382,'en','default','69bf2bc0a778d2be3e4a04bc44a4f549','You can view posts in a simple title list or with an excerpt using the Screen Options tab.',NULL,NULL,'LINE',NULL,10,'','186aa98f7201ceb39e7ebc98f6e8a5ae','',NULL),(7383,'en','default','536f7f35770e99a3c83984d589a7e2c1','You can view your media in a simple visual grid or a list with columns. Switch between these views using the icons to the left above the media.',NULL,NULL,'LINE',NULL,10,'','2ddc8f8aa19c7d488c4cf1ec77e75812','',NULL),(7384,'en','default','0ba7d2aceb1e3523389309177b68f301','You can&#8217;t delete the current user.',NULL,NULL,'LINE',NULL,10,'','e6666e309ecbdfe0130e85f382aead42','',NULL),(7385,'en','default','8f202ef980323b961b4772629bedd1e1','You can&#8217;t edit this attachment because it is in the Trash. Please move it out of the Trash and try again.',NULL,NULL,'LINE',NULL,10,'','cfc058edbc65f0e4e05713f17e853065','',NULL),(7386,'en','default','2e55a67bc4775ccbeb957f8ac48542d6','You can&#8217;t edit this item because it is in the Trash. Please restore it and try again.',NULL,NULL,'LINE',NULL,10,'','2fd0c2ec1e5e32349b9c52297dcaaafc','',NULL),(7387,'en','default','1ed040d2bd69736871c3b386dc066d07','You can&#8217;t remove users.',NULL,NULL,'LINE',NULL,10,'','9a340ce96923e19e7186b326b75bb879','',NULL),(7388,'en','default','42760c290b5dd70549bd26bd19df254b','You can\'t remove the current user.',NULL,NULL,'LINE',NULL,10,'','865abc726875f0e6044ef01e8bfd28ad','',NULL),(7389,'en','default','3f334c7e52a82632c6c079af0e2fd865','You cannot delete a plugin while it is active on the main site.',NULL,NULL,'LINE',NULL,10,'','17cd18c5c77c3a46acddf5f4a8396581','',NULL),(7390,'en','default','a59e9803ef8f9c934b599c7bc82ebb85','You cannot delete a theme while it has an active child theme.',NULL,NULL,'LINE',NULL,10,'','a9819b45ff4f1ccced946d75a412f263','',NULL),(7391,'en','default','00bedaae09117c56e382ed2dd136d06f','You cannot install because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s.',NULL,NULL,'LINE',NULL,10,'','b0b04b113a6fb24bfe6eb9ad329c8560','',NULL),(7392,'en','default','400104f5aa7e3a979173f8aac3594177','You cannot install because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.',NULL,NULL,'LINE',NULL,10,'','aa016e5963647ce24f572658d864d064','',NULL),(7393,'en','default','5b54d9d7eb99d25fb932270b53ddfae2','You cannot install because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s.',NULL,NULL,'LINE',NULL,10,'','af063145ee7151d780cb2f65472880fa','',NULL),(7394,'en','default','89511b0ab3c0336f7966eb386c55310e','You cannot move this item to the Trash. %s is currently editing.',NULL,NULL,'LINE',NULL,10,'','c6115809e477528aa86010d11ad152f0','',NULL),(7395,'en','default','a16e62a922bf489c2cad4c0a015c9e00','You cannot update because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s.',NULL,NULL,'LINE',NULL,10,'','6bffd30f38521ab4236928dd5ca4f94b','',NULL),(7396,'en','default','af16ea89802a72d2349dd2cf9f154203','You cannot update because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.',NULL,NULL,'LINE',NULL,10,'','a49b9412aa1ef33a1cf20ae3d5d93282','',NULL),(7397,'en','default','9d3950bfbf1f532636941e6e7472d526','You cannot update because <a href=\"https://codex.wordpress.org/Version_%1$s\">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s.',NULL,NULL,'LINE',NULL,10,'','fa47aa31c394af7be58786ff71d047c1','',NULL),(7398,'en','default','576012198a972289caa42a9d0335efa1','You deactivated this plugin on %s and may no longer need this policy.',NULL,NULL,'LINE',NULL,10,'','1bc78d9c248ef6f20b7962cbf890eb4d','',NULL),(7399,'en','default','a34c26b14e4cc0bbbc7539acf0fd8c13','You did not enter a category name.',NULL,NULL,'LINE',NULL,10,'','bf8173990f84489006dd9def7d3eaa40','',NULL),(7400,'en','default','e15fb7addf8eb9749136275482f556bf','You have %1$s and %2$s.',NULL,NULL,'LINE',NULL,10,'','b2418cd4bfe76e0ffedcf84970b8d4d7','',NULL),(7401,'en','default','7167162991d8800ebce7e1bd624574d9','You have access to the source code, the freedom to study how the program works, and the freedom to change it to make it do what you wish.',NULL,NULL,'LINE',NULL,10,'','67c789df58149c9af13602cb20315029','',NULL),(7402,'en','default','231c8ae8e02bd4937e66b0fa0b9588ad','You have chosen to delete the following users from all networks and sites.',NULL,NULL,'LINE',NULL,10,'','743cf80abb6d03cae3640471aabe3491','',NULL),(7403,'en','default','50ba57aa7975ab51d7c025e4b23bb478','You have chosen to delete the user from all networks and sites.',NULL,NULL,'LINE',NULL,10,'','4f76bb390c3e3e0eee0c6ad4b850feac','',NULL),(7404,'en','default','3ffd956536e1922c7f5fdb831039af4d','You have specified these users for deletion:',NULL,NULL,'LINE',NULL,10,'','6655504129856a6b11475fc5bcd5fddb','',NULL),(7405,'en','default','dcf56f1f987777a64b0797a6280c7630','You have specified these users for removal:',NULL,NULL,'LINE',NULL,10,'','1db9520cb37b952cfab013eafa7de642','',NULL),(7406,'en','default','d45015d783e12de12c64715139082a95','You have specified this user for deletion:',NULL,NULL,'LINE',NULL,10,'','1a2452c1c335bc83f1fe02980cc3c685','',NULL),(7407,'en','default','cecaf3df13302d167b563c6f2c980397','You have specified this user for removal:',NULL,NULL,'LINE',NULL,10,'','8d377aebf8e8feeef80e9b285767ba0d','',NULL),(7408,'en','default','ebe4c21683e008d862e4e5f729a203de','You have the freedom to distribute copies of your modified versions to others. By doing this you can give the whole community a chance to benefit from your changes.',NULL,NULL,'LINE',NULL,10,'','575f6f63a84e77e779c6b4bbbf3e52fd','',NULL),(7409,'en','default','d0b1d308c36a91f47ad5e072aaae6a4f','You have the freedom to redistribute copies of the original program so you can help your neighbor.',NULL,NULL,'LINE',NULL,10,'','5302e7318dff38138b16c74bec41ac75','',NULL),(7410,'en','default','7a7e94999871e055f0ea180174c53e92','You have the freedom to run the program, for any purpose.',NULL,NULL,'LINE',NULL,10,'','6f38ef688ea848435c5323c1050764c9','',NULL),(7411,'en','default','5e1d755e43145fcf50b50f74de799f9d','You have the latest version of WordPress.',NULL,NULL,'LINE',NULL,10,'','ff2d031a36ae6ec0c3e8a4fe8fffee07','',NULL),(7412,'en','default','910de734a93033bfae5c872ab94014de','You have version %1$s installed. Update to %2$s.',NULL,NULL,'LINE',NULL,10,'','0a67da94779d8b09e9a300e81f18970e','',NULL),(7413,'en','default','9afc94ea9920155044857e2a6f58559a','You may also browse based on the most popular tags in the Plugin Directory:',NULL,NULL,'LINE',NULL,10,'','b266bcecfb6fce486a0191acd42470dc','',NULL),(7414,'en','default','b9209ebd71e334a6b5c114b956bd04ba','You must be a member of at least one site to use this page.',NULL,NULL,'LINE',NULL,10,'','138a858bcaed698543f788e5f8bd74d4','',NULL),(7415,'en','default','84760e95a02e1b21fd067dcf8d357fdc','You must click the Save Changes button at the bottom of the screen for new settings to take effect.',NULL,NULL,'LINE',NULL,10,'','40de51e1c0d646fdf0d7d9f4efaa3ea7','',NULL),(7416,'en','default','8c2bf6c76b2e996aee15001305864362','You must provide a domain name.',NULL,NULL,'LINE',NULL,10,'','1322fae1121e7cb69cf04cd8b740e787','',NULL),(7417,'en','default','e8730e81bbcd3c1a192571908f8ccbd0','You must provide a name for your network of sites.',NULL,NULL,'LINE',NULL,10,'','38318c699d2ad2c069b095ab3c904a84','',NULL),(7418,'en','default','5d91af26a811fea9f83a2c345f142333','You must provide a valid email address.',NULL,NULL,'LINE',NULL,10,'','daccce93d18aa9636599502c2635414c','',NULL),(7419,'en','default','d21ee1e755e1f20f741241633e4c2c94','You must provide an email address.',NULL,NULL,'LINE',NULL,10,'','cee4081dcafb607585d9b25919ba4e82','',NULL),(7420,'en','default','7c2217673b6d04c1a90bf975b9819f61','You need JavaScript to choose a part of the image.',NULL,NULL,'LINE',NULL,10,'','b2a19886e07bbcedf751944a51ba2c01','',NULL),(7421,'en','default','4d24d578a5927f1b57cca938c9634429','You need to make this file writable before you can save your changes. See <a href=\"https://codex.wordpress.org/Changing_File_Permissions\">the Codex</a> for more information.',NULL,NULL,'LINE',NULL,10,'','23f5f43ef597a9ca39b41090de27cbcf','',NULL),(7422,'en','default','beaf0116620161dfd235826de23b0914','You only have one theme enabled for this site right now. Visit the Network Admin to <a href=\"%1$s\">enable</a> more themes.',NULL,NULL,'LINE',NULL,10,'','bec1eb11fa82b83008bddf617573b1fa','',NULL),(7423,'en','default','6188c977a07d60341263e3468f63fc53','You only have one theme enabled for this site right now. Visit the Network Admin to <a href=\"%1$s\">enable</a> or <a href=\"%2$s\">install</a> more themes.',NULL,NULL,'LINE',NULL,10,'','074021ed5d224492b983c728b5a36337','',NULL),(7424,'en','default','4fead004d501ab5fe7fdf10f1ce81066','You only have one theme installed right now. Live a little! You can choose from over 1,000 free themes in the WordPress Theme Directory at any time: just click on the <a href=\"%s\">Install Themes</a> tab above.',NULL,NULL,'LINE',NULL,10,'','650eb45a7cbc5f876ba3d67795cae07a','',NULL),(7425,'en','default','2b0bb6f25d9c926d8717eae9d9a94454','You should also note any collection and retention of sensitive personal data, such as data concerning health.',NULL,NULL,'LINE',NULL,10,'','cf565abf2a4b72a4ba7401b2f229d7b4','',NULL),(7426,'en','default','e48d877ffe90d1093eff68a0bca8fede','You should be able to get this info from your web host, if %s doesn&#8217;t work.',NULL,NULL,'LINE',NULL,10,'','3e79998aef2fa2408a3b32f68d5a471a','',NULL),(7427,'en','default','fad179aacb874bd889126c37df44e895','You should update your .htaccess now.',NULL,NULL,'LINE',NULL,10,'','e8ae3b21778fe2f1c8d2ff97bf0889b2','',NULL),(7428,'en','default','48fbf894b3e1885d1c6963dae6a3d55f','You should update your web.config now.',NULL,NULL,'LINE',NULL,10,'','da6a7effe9093f45eeff46ca5e7f0bf2','',NULL),(7429,'en','default','b24f00f7649c8e0f0568505c10235836','You will need this password to log&nbsp;in. Please store it in a secure location.',NULL,NULL,'LINE',NULL,10,'','e2ccc4453eb6ac3de50cd5638ad31b64','',NULL),(7430,'en','default','6b6cef3b0a34cedf3050e5742dcb75ba','You&#8217;ve got a display problem but can&#8217;t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you&#8217;ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily and suss out and fix code errors quickly.',NULL,NULL,'LINE',NULL,10,'','e4116e47954c7b10c687c08d63671b98','',NULL),(7431,'en','default','f76e4db80f55377f59e2e227d9f211a2','You&rsquo;re using the auto-generated password for your account. Would you like to change it?',NULL,NULL,'LINE',NULL,10,'','f8210fb068ffb7b92bbe0b15d095ba2f','',NULL),(7432,'en','default','0c63e7e2d28f2137f79b53d9cc65ea54','Your %s file has an empty database table prefix, which is not supported.',NULL,NULL,'LINE',NULL,10,'','e9ec4831d437519e621dd2a69a281391','',NULL),(7433,'en','default','01557660faa28f8ec65992d1ddbb7b79','Your Email',NULL,NULL,'LINE',NULL,10,'','a72fe42c73e31477373195c02b0c59f9','',NULL),(7434,'en','default','8f0af66fe8ea7580813cbf4b14b852bd','Your PHP code changes were rolled back due to an error on line %1$s of file %2$s. Please fix and try saving again.',NULL,NULL,'LINE',NULL,10,'','fecacb337d6c132227ad06edaf45ed2c','',NULL),(7435,'en','default','515767c04d6aa9c26c6e252bce1167f7','Your Profile',NULL,NULL,'LINE',NULL,10,'','c3ba67878fa56d7917ca47ca96fa8b58','',NULL),(7436,'en','default','7b8c63f0e95a762f6e08c848d11849b2','Your Recent Drafts',NULL,NULL,'LINE',NULL,10,'','d373f8f59463b4fa142b9b51d43b5b98','',NULL),(7437,'en','default','05b9a4b421515d5a564d34cec879975c','Your Sites',NULL,NULL,'LINE',NULL,10,'','4e07d2593b55fa94e602c79cf68d5be9','',NULL),(7438,'en','default','34bb8e151242977296954655e98b352b','Your WordPress database has been successfully updated!',NULL,NULL,'LINE',NULL,10,'','974681c04457d1631a934752d2e3245f','',NULL),(7439,'en','default','36acd09b3c6f70fbfbb4460f355d162e','Your WordPress database is already up-to-date!',NULL,NULL,'LINE',NULL,10,'','c95ef1a341933ba821cb3339b1ed0653','',NULL),(7440,'en','default','992e91b308cb7214b2f5c69854a64567','Your WordPress.org username:',NULL,NULL,'LINE',NULL,10,'','b765becf711d7b7c7fa57ab7d5aeebd9','',NULL),(7441,'en','default','4c0e103d5e8f59005ce2f1a16909dbc1','Your browser is out of date!',NULL,NULL,'LINE',NULL,10,'','a4a5b3d301df354af36884f771c9cb56','',NULL),(7442,'en','default','de2f2152e3c18bb16c83e8f0d3e865cd','Your chosen password.',NULL,NULL,'LINE',NULL,10,'','6f5b86d8631b8a4aadb1f7ddd1ff20e6','',NULL),(7443,'en','default','06dbd0c1d81b8281a3bc9c21d59725c7','Your contact information',NULL,NULL,'LINE',NULL,10,'','61f93c346edab7f02fa9c3dd24b19a36','',NULL),(7444,'en','default','cce8bae674e077848475ea6333ace3f5','Your database password.',NULL,NULL,'LINE',NULL,10,'','21ea2aa5baed4063459d8b50720b4c6b','',NULL),(7445,'en','default','3edaf379499bb15ae57802d91e11ee94','Your database username.',NULL,NULL,'LINE',NULL,10,'','d29a8925e48305297c5a18ef708938b2','',NULL),(7446,'en','default','9d112bc73276149da18526f4577db638','Your hosting company, support forum volunteers, or a friendly developer may be able to use this information to help you:',NULL,NULL,'LINE',NULL,10,'','2330df361a46db1563f4f8a0cc56e1f1','',NULL),(7447,'en','default','0fa2f13eaaa15e60ff07b47888efddec','Your latest changes were saved as a revision.',NULL,NULL,'LINE',NULL,10,'','4f34317737b9e25c21e2a171500bf6d8','',NULL),(7448,'en','default','9de835f97b951884b110ff6ed0933985','Your new WordPress site has been successfully set up at:\\n\\n%1$s\\n\\nYou can log in to the administrator account with the following information:\\n\\nUsername: %2$s\\nPassword: %3$s\\nLog in here: %4$s\\n\\nWe hope you enjoy your new site. Thanks!\\n\\n--The WordPress Team\\nhttps://wordpress.org/\\n',NULL,NULL,'LINE',NULL,10,'','e8840208f99645521cb2eee0ddbbfb74','',NULL),(7449,'en','default','c95c8b6611dfc17615a50ad823040c91','Your passwords do not match. Please try again.',NULL,NULL,'LINE',NULL,10,'','b57757646e62bbe3693edf27f497ed9a','',NULL),(7450,'en','default','800cbaf10b9db742e47f0c83e90c6ed2','Your plugins are all up to date.',NULL,NULL,'LINE',NULL,10,'','3227bd36517c86e923aa62f4cb22e90e','',NULL),(7451,'en','default','bc49a7bd37360447641feb4fc7e23c3b','Your profile contains information about you (your &#8220;account&#8221;) as well as some personal options related to using WordPress.',NULL,NULL,'LINE',NULL,10,'','c37c18aa47a453841fda46b1d4f948ae','',NULL),(7452,'en','default','b39e163077ba88852ef5fcf7422a6b7f','Your scheduled changes just published',NULL,NULL,'LINE',NULL,10,'','810bbc748d100a22a79f92abfb5de2a3','',NULL),(7453,'en','default','00877a072173443c9f0133bebd5a685d','Your site at %1$s experienced a critical failure while trying to update WordPress to version %2$s.',NULL,NULL,'LINE',NULL,10,'','fa684137ab18640df3e8e53121a4050f','',NULL),(7454,'en','default','1b1a463417ff30d5bd9ae8689df8eb68','Your site at %1$s experienced a critical failure while trying to update to the latest version of WordPress, %2$s.',NULL,NULL,'LINE',NULL,10,'','af828949d276d1e0ee6a91d07c749032','',NULL),(7455,'en','default','6e7a3e8ca3a7e275599342ec2486bb41','Your site was running version %s.',NULL,NULL,'LINE',NULL,10,'','4e68581cd245448ab39ede7bca219911','',NULL),(7456,'en','default','105df6f63efde865ad5a73082e9da8cd','Your theme does not natively support menus, but you can use them in sidebars by adding a &#8220;Navigation Menu&#8221; widget on the <a href=\"%s\">Widgets</a> screen.',NULL,NULL,'LINE',NULL,10,'','daec85152003e9fb50618e749fc3a2bc','',NULL),(7457,'en','default','ea25149b70e0d3457990d324a4c71f50','Your theme does not support navigation menus or widgets.',NULL,NULL,'LINE',NULL,10,'','2f887c96c2795fce87c0769c15b08517','',NULL),(7458,'en','default','35c28df9fd8591e93a3a5921a448e353','Your theme supports %s menu. Select which menu appears in each location.',NULL,NULL,'LINE',NULL,10,'','5ff21286dff07f125e59b055c224b7d6','',NULL),(7459,'en','default','f3b2dc8c76bad18fa01aa5f112fa5297','Your theme supports %s menus. Select which menu appears in each location.',NULL,NULL,'LINE',NULL,10,'','b03370b006a5854417412a5091779b52','',NULL),(7460,'en','default','a2a117c549d609f71f8b36aa3aa64176','Your theme supports one menu. Select which menu you would like to use.',NULL,NULL,'LINE',NULL,10,'','2de5428c6d0f027449ef3a72d888a416','',NULL),(7461,'en','default','b21219403bc141847d768e3db27d86f2','Your themes are all up to date.',NULL,NULL,'LINE',NULL,10,'','930aa730ba72caf2d1121b586de0152d','',NULL),(7462,'en','default','5fab9844e23aa51b2370d3eaaa43a75e','Your translations are all up to date.',NULL,NULL,'LINE',NULL,10,'','4b61801c0b88a6a3b4b9618dd01c940c','',NULL),(7463,'en','default','9e6f0dc86ef7bdc19ee56da99e6fe5f3','Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts.',NULL,NULL,'LINE',NULL,10,'','fbd85f490c3b85a3bf5e88b8c8c6c58c','',NULL),(7464,'en','default','19b6c66fac3d0523896d95aba68e6b54','[%1$s] URGENT: Your site may be down due to a failed update',NULL,NULL,'LINE',NULL,10,'','d5f2e3a5bf0579431d69a235745a772c','',NULL),(7465,'en','default','11c22f6c9c7bddf9f9a7c845c8edf46c','[%1$s] WordPress %2$s is available. Please update!',NULL,NULL,'LINE',NULL,10,'','028253d6119f553f006d24fc47813a76','',NULL),(7466,'en','default','16e5d571308e0f60b778a35eecd6a927','[%1$s] Your site has updated to WordPress %2$s',NULL,NULL,'LINE',NULL,10,'','c3785effb3bcb81f09e5df35ee8093aa','',NULL),(7467,'en','default','76175ac2bfc80eb34f3ca49efd575b38','[%s] Background updates have finished',NULL,NULL,'LINE',NULL,10,'','7ddad9a8d4243fe27601f5cd99939fb9','',NULL),(7468,'en','default','fcfcf76ecc480c8ccc731c2bd8b1b7d7','[%s] Joining confirmation',NULL,NULL,'LINE',NULL,10,'','4d58182c5b5518401d43afb4959717ca','',NULL),(7469,'en','default','6c8141590312000db983809c3b431972','[%s] New Admin Email Address',NULL,NULL,'LINE',NULL,10,'','b2597f81f4d0fbd0d31e83c79c8f18e1','',NULL),(7470,'en','default','f9da52120877673004f9b4a9fc296ffe','[%s] Personal Data Export',NULL,NULL,'LINE',NULL,10,'','98aa45678b007ac157ec213aabd6e63c','',NULL),(7471,'en','default','76a193a110fb2ccc7636d6fe5f5c11d4','[%s] There were failures during background updates',NULL,NULL,'LINE',NULL,10,'','3b8cadecdb2307d37b64e82c9f283111','',NULL),(7472,'en','default','ebf513ac4e62df5367a2a2c6f21ef189','[Pending]',NULL,NULL,'LINE',NULL,10,'','bc0d5e276a6e08cd5a4cc96b086517b5','',NULL),(7473,'en','default','2dc4d2f10d0e1a28098abb65d5dcf9fc','acquaintance',NULL,NULL,'LINE',NULL,10,'','4a6a303312d5e0343fdb563bbce450a4','',NULL),(7474,'en','default','54ab7b7554ae1a0c0f00a5ec2e74c1a2','All Links',NULL,NULL,'LINE',NULL,10,'admin menu','846a19ba9450e3f32da87124d134a76a','',NULL),(7475,'en','default','4af1f6c26e226310d2e1ab5ed1d33a04','another web address of mine',NULL,NULL,'LINE',NULL,10,'','5fcc3390cdf20a342c7491f58c9b6a3b','',NULL),(7476,'en','default','a7e253cd8dd95da3e20daf45519a8dc2','Trash',NULL,NULL,'LINE',NULL,10,'attachment filter','df9cc5c1e43c94aba7d444c200f7881f','',NULL),(7477,'en','default','1b7d5726533ab525a8760351e9b5e415','child',NULL,NULL,'LINE',NULL,10,'','194d2783abae17eee03b732968826f87','',NULL),(7478,'en','default','646b8ea768e1c46a8cb46e0321b0e38c','co-resident',NULL,NULL,'LINE',NULL,10,'','07e9e899cafcd3dcd8986a678fa28280','',NULL),(7479,'en','default','a037585056ef80bc5ebcfdf81d5ef42a','co-worker',NULL,NULL,'LINE',NULL,10,'','e453dd0cfff8680e764271c1a9b01feb','',NULL),(7480,'en','default','2799d44695d2f1ac3b39b8a3a384309e','colleague',NULL,NULL,'LINE',NULL,10,'','5b954543fcfaacf4be105448a3077edd','',NULL),(7481,'en','default','b26126a5fdfea23d379aa813c392d533','Default: %s',NULL,NULL,'LINE',NULL,10,'color','58a49f325332a563f2a394a351ea9a32','',NULL),(7482,'en','default','0be8406951cdfda82f00f79328cf4efc','Comment',NULL,NULL,'LINE',NULL,10,'column name','8fce904cca04b8091de8b2e6ea2e8634','',NULL),(7483,'en','default','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'LINE',NULL,10,'column name','1564d19bea031e11fd7df23eb8453a88','',NULL),(7484,'en','default','0b27918290ff5323bea1e3b78a9cf04e','File',NULL,NULL,'LINE',NULL,10,'column name','246d8c845856b2a855e9e4156c7cd801','',NULL),(7485,'en','default','e4142e9c5ae82bdee1071e0bee0384e1','Submitted On',NULL,NULL,'LINE',NULL,10,'column name','5f9c9b5398ccce0cf0ea4f36691f13c8','',NULL),(7486,'en','default','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'LINE',NULL,10,'column name','42a7eea0171d5078f2090a61d22fbf3f','',NULL),(7487,'en','default','7b880ca6740f85923f59c1909bf151bc','Uploaded to',NULL,NULL,'LINE',NULL,10,'column name','9d8a3338cfaafda7474455409b191963','',NULL),(7488,'en','default','355a6f274b38aa6ba1cb8bb4fcf6cdca','Mark as Spam',NULL,NULL,'LINE',NULL,10,'comment','6fa04c6d855d978f0da04cb7365b0b36','',NULL),(7489,'en','default','459243455462a51c11b46c6c75348f8e','Not Spam',NULL,NULL,'LINE',NULL,10,'comment','d7595988041d7d48bcb65868b2e978b0','',NULL),(7490,'en','default','1753ee659d61df848b82a4664f0120db','Permalink:',NULL,NULL,'LINE',NULL,10,'comment','f188c42723fa64437245088764aa39f6','',NULL),(7491,'en','default','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'LINE',NULL,10,'comment status','0bcde6bf8c5eb3998230e0c6a3f7b408','',NULL),(7492,'en','default','e7afaa60cdca66a772142a5c2204c4aa','%s comment in moderation',NULL,NULL,'LINE',NULL,10,'comments','bd99be0f03ca908a877d98acc6bb53a8','',NULL),(7493,'en','default','f15fe2dc6902f85c447d79d09b310d6a','%s comments in moderation',NULL,NULL,'LINE',NULL,10,'comments','f367c521681e435adda7069340dda1e4','',NULL),(7494,'en','default','2805e0a50f82e90cd6176e5e8735c028','%s in moderation',NULL,NULL,'LINE',NULL,10,'comments','aeee972a66972b7781d8dc1cb989071d','',NULL),(7495,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'comments','f94483be6c1b81df4edc117cbe28c386','',NULL),(7496,'en','default','782de786251daa732e60b2c456c8b17f','Approved <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'comments','3664a513c60d9e46de232ad436d22209','',NULL),(7497,'en','default','cf97c86625c42c0f2dddf95313ada5bd','Pending <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'comments','ee30d8a480b8bd0369eb838f3291fec1','',NULL),(7498,'en','default','c16ece6f2c9a66889fe24a73c556c237','Spam <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'comments','5c9e6bc00e575a9c02d673ef3a7c0207','',NULL),(7499,'en','default','169e03ae210e6a8d40438fea0401e016','Trash <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'comments','e5354280f97c9889cee424aecc80f445','',NULL),(7500,'en','default','2f8a6bf31f3bd67bd2d9720c58b19c9a','contact',NULL,NULL,'LINE',NULL,10,'','803181343eb5fc57a2d5c268650f72f8','',NULL),(7501,'en','default','f93440b275977ff5657a5f0dfcdebfca','crop ratio height',NULL,NULL,'LINE',NULL,10,'','ac37757f8fdac7575a1b249365851fdc','',NULL),(7502,'en','default','f8126b0936d8b98789fb6495235e751b','crop ratio width',NULL,NULL,'LINE',NULL,10,'','9262eb934e9811115840727a9fe2992d','',NULL),(7503,'en','default','126ac4b07f93bc4f7bed426f5e978c16','crush',NULL,NULL,'LINE',NULL,10,'','f266c63029a13cfa41aa6e98cbb8313d','',NULL),(7504,'en','default','dfac199b25dc4627055024b1d35ec2f6','%1$s %2$s',NULL,NULL,'LINE',NULL,10,'dashboard','d56b1849c1aa7f7f36620eb9f8373bae','',NULL),(7505,'en','default','54d58738b60e3813a426a25a217514c7','%1$s on %2$s %3$s',NULL,NULL,'LINE',NULL,10,'dashboard','d932901d8c2188b9095d0d44ab522a24','',NULL),(7506,'en','default','b024db677e7a3544f4024465dd1b5081','%1$s, %2$s',NULL,NULL,'LINE',NULL,10,'dashboard','7aa452455f8168c0f6be899e0dd81566','',NULL),(7507,'en','default','5fc732311905cb27e82d67f4f6511f7f','date',NULL,NULL,'LINE',NULL,10,'','e4ee507df049991015d53654e2e67fe8','',NULL),(7508,'en','default','521c36a31c2762741cf0f8890cbe05e3','On',NULL,NULL,'LINE',NULL,10,'date/time','9c7cac49026ae460fa53dfef7bc0c001','',NULL),(7509,'en','default','cfcd208495d565ef66e7dff9f98764da','0',NULL,NULL,'LINE',NULL,10,'default GMT offset or timezone string','61ac4e16aaf34dd2977a48dde5505306','',NULL),(7510,'en','default','85daada5bba67164e69e07df2513295b','Report generated for',NULL,NULL,'LINE',NULL,10,'email address','662568fdb23bfcf104b1207989e3353d','',NULL),(7511,'en','default','58221ba8ad52a2741accf7bb5e266b91','enter a custom date format in the following field',NULL,NULL,'LINE',NULL,10,'','c95589e998871992c9c3221c8d1f09aa','',NULL),(7512,'en','default','d0174305fd25c049797d1186232e3769','enter a custom time format in the following field',NULL,NULL,'LINE',NULL,10,'','c8e16489502ab8450440991019c1e597','',NULL),(7513,'en','default','5f4dcc3b5aa765d61d8327deb882cf99','password',NULL,NULL,'LINE',NULL,10,'example password','ca9140774b87beb04fd6b53b339fd146','',NULL),(7514,'en','default','14c4b06b824ec593239362517f538b29','username',NULL,NULL,'LINE',NULL,10,'example username','a28441f1325aca62986e6f5a4ae9ea7a','',NULL),(7515,'en','default','a06c859e193fc2e3a12fc14a6ec95bbb','example: www.wordpress.org',NULL,NULL,'LINE',NULL,10,'','f4a8437d1b81b376b71e5e901a48a4c3','',NULL),(7516,'en','default','0d3fda0bdbb9d619e09cdf3eecba7999','family',NULL,NULL,'LINE',NULL,10,'','7757099c25ee048007fd0a8025e74ccc','',NULL),(7517,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'file','2d7f305a2d7cea9c355013a8e98385f8','',NULL),(7518,'en','default','8b04d5e3775d298e78455efc5ca404d5','first',NULL,NULL,'LINE',NULL,10,'','4c24258e5ba4005b850d22e6bb9829f9','',NULL),(7519,'en','default','851148b4fd8fd7ae74bd9100c5c0c898','folder',NULL,NULL,'LINE',NULL,10,'','cdd780505af249dc6a798dbf77cf6417','',NULL),(7520,'en','default','3af00c6cad11f7ab5db4467b66ce503e','friend',NULL,NULL,'LINE',NULL,10,'','220933e0b04bc1db79e5614ca182b24c','',NULL),(7521,'en','default','93349189c5d0219ba8b20ca7cbf068a1','friendship',NULL,NULL,'LINE',NULL,10,'','ddad7510cde9f1b95ce82b1a529ead18','',NULL),(7522,'en','default','59c578c00e60a7dd55500ffe2c1ee24d','g:i:s a',NULL,NULL,'LINE',NULL,10,'','b93f39f7edb0806afc9fe0c2564f7e93','',NULL),(7523,'en','default','df4eebc1cf3f80c6d9a6241601e35dda','geographical',NULL,NULL,'LINE',NULL,10,'','c30da36e08748f4c2f8d886c669e528e','',NULL),(7524,'en','default','fcb384d6261c0eaf88032c3f6e62682a','http://ma.tt/',NULL,NULL,'LINE',NULL,10,'','d9b7e2117ac9bd2de2bb70224ef82e70','',NULL),(7525,'en','default','ac0b00fe65abe10e0c5b588f3ed8c7ca','http://wordpress.org/news/feed/',NULL,NULL,'LINE',NULL,10,'','ce2017a1ad72558107c5d7a1c3829f6e','',NULL),(7526,'en','default','eafb853b9457ce89ebf435d4c8ba5ae3','http://wordpress.org/plugins/hello-dolly/',NULL,NULL,'LINE',NULL,10,'','7da6557bb74bdfe24429db66a2aa00ea','',NULL),(7527,'en','default','ec2db5dbc0a775041c865e75fc3702c2','https://codex.wordpress.org/Changing_File_Permissions',NULL,NULL,'LINE',NULL,10,'','528c1bc00138f299f9a85e41e3fe18d8','',NULL),(7528,'en','default','31143b258133e5ff286a3f2f6d1535fb','https://codex.wordpress.org/Excerpt',NULL,NULL,'LINE',NULL,10,'','ce52f05e2725390e7212bbfbc87b5503','',NULL),(7529,'en','default','48f3f912ba3bea0b2c0a3a08bbdd430e','https://codex.wordpress.org/First_Steps_With_WordPress',NULL,NULL,'LINE',NULL,10,'','0df38e408d011c2216b49ec251cd8ef0','',NULL),(7530,'en','default','59c9f4fdb627660ee1ca8c1d80957d78','https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory',NULL,NULL,'LINE',NULL,10,'','9a13473cf88172e9009e80ddd5bd6d26','',NULL),(7531,'en','default','ea1aaabad336253655ade7a32d078271','https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments',NULL,NULL,'LINE',NULL,10,'','5d5ac427b4f246e41bbd01acf3fd2a78','',NULL),(7532,'en','default','f915adb190b5c5bfe07fbdad0115da5a','https://codex.wordpress.org/Update_Services',NULL,NULL,'LINE',NULL,10,'','61e96d1f42a2ca5e5abc7ac70c6dfe17','',NULL),(7533,'en','default','f895a51c7fecbafb42784a5b65d272dc','https://codex.wordpress.org/Using_Custom_Fields',NULL,NULL,'LINE',NULL,10,'','b54ce14a95f329a9be9871a0555ca3a9','',NULL),(7534,'en','default','207fcfd76f48672fd542c32fe60916d8','https://codex.wordpress.org/Using_Permalinks',NULL,NULL,'LINE',NULL,10,'','a2634a6ef127cfe4a98db7e0ca6b124a','',NULL),(7535,'en','default','55cf0eb59dfd0bc556c239b46879ae58','https://codex.wordpress.org/Version_%s',NULL,NULL,'LINE',NULL,10,'','c619f7d369e647e0baf97f50a1433cdd','',NULL),(7536,'en','default','c0f451c7cee25c3f6fc5c0197f1b7439','https://en.gravatar.com/',NULL,NULL,'LINE',NULL,10,'','bec5a7cf49b2837d04afa78b2b573a7f','',NULL),(7537,'en','default','617051bf507e28a6c07bc036845c3dbf','https://make.wordpress.org/',NULL,NULL,'LINE',NULL,10,'','106446a74517b9cd479a8a15b255f795','',NULL),(7538,'en','default','dc60e13d0d6e0734bbff0e9749c02398','https://make.wordpress.org/community/handbook/meetup-organizer/welcome/',NULL,NULL,'LINE',NULL,10,'','174f09a5bc7a5e60ec0316e48c4645c4','',NULL),(7539,'en','default','b9a1271b2e672c179b937b27b816ef35','https://planet.wordpress.org/',NULL,NULL,'LINE',NULL,10,'','6df51f85d1958cc7615fc1f5d7a655d4','',NULL),(7540,'en','default','d117b5738fbd35bd8c0391cda1f2b5d9','https://planet.wordpress.org/feed/',NULL,NULL,'LINE',NULL,10,'','749f88f35ab424304728daef56e7a1f1','',NULL),(7541,'en','default','394ac61a34e266498b7fc08fdbd32867','https://wordpress.org/gutenberg/',NULL,NULL,'LINE',NULL,10,'','35b7d0df636ff57651ef424558d5208f','',NULL),(7542,'en','default','c1fceab873ff027889064d60eaa2234f','https://wordpress.org/news/',NULL,NULL,'LINE',NULL,10,'','5c7e556da28880a6cc33195da826f4f1','',NULL),(7543,'en','default','fb70939c8ecbd4faff2338ee6c5d2529','https://wordpress.org/plugins/',NULL,NULL,'LINE',NULL,10,'','9b586226e6bb056771f2640e81e62c10','',NULL),(7544,'en','default','ea3e96215c9d97968c1ac5c678dc848e','https://wordpress.org/plugins/classic-editor',NULL,NULL,'LINE',NULL,10,'','7f6ea147572ac5c1fc91486b422192f3','',NULL),(7545,'en','default','949e7a0406f1caf30292f0c901c686c3','https://wordpress.org/plugins/gutenberg/',NULL,NULL,'LINE',NULL,10,'','1f269dbe177a32ad60ab4c6841dd7199','',NULL),(7546,'en','default','7b49cdb87a342795386971ec98acf797','https://wordpress.org/support/forum/how-to-and-troubleshooting',NULL,NULL,'LINE',NULL,10,'','75e50d2f440d81187487a9794b3264cc','',NULL),(7547,'en','default','4d235d751f205565ce8ed1f7ec755e9e','https://wordpress.org/themes/',NULL,NULL,'LINE',NULL,10,'','c76be323d31fb119d9c1e4e87622b437','',NULL),(7548,'en','default','ff483d1ff591898a9942916050d2ca3f','identity',NULL,NULL,'LINE',NULL,10,'','8a586a031888045082e66c09401980b1','',NULL),(7549,'en','default','691d502cfd0e0626cd3b058e5682ad1c','items',NULL,NULL,'LINE',NULL,10,'','f1c83ccd5a79795240db0ef30ab94652','',NULL),(7550,'en','default','ad910c248fbe85c146fd255292501007','kin',NULL,NULL,'LINE',NULL,10,'','9eb1f74f4c98e24f46139b873f244a31','',NULL),(7551,'en','default','5720d397603d82e73242ab30b8800666','l, M j, Y',NULL,NULL,'LINE',NULL,10,'','63013738a1f19eb81e37b75d5fc2db95','',NULL),(7552,'en','default','98bd1c45684cf587ac2347a92dd7bb51','last',NULL,NULL,'LINE',NULL,10,'','003c81a4754c07b78263f9b6879c8b10','',NULL),(7553,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'link','796d04df3e76dc78e40cf00b91d0a68e','',NULL),(7554,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'LINE',NULL,10,'link name','b394b04dcf8f06566cc56d50dfd136e9','',NULL),(7555,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'media item','2badb8fc1828fddf54b86df71e881e92','',NULL),(7556,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'menu','bbc6506b8a492d4536ea16e6f0a1c220','',NULL),(7557,'en','default','8b8d5aa8fcf24a5f2e7fcdf5ebfa8295','Use new menu',NULL,NULL,'LINE',NULL,10,'menu','073d182030daadb2f4251c3262b384e1','',NULL),(7558,'en','default','5daedae6ebdf97cc1391ea4fe79f1361','(Currently set to: %s)',NULL,NULL,'LINE',NULL,10,'menu location','bb7ed21eca064b39ad97bff3161c4727','',NULL),(7559,'en','default','c4c4909eaa4fc41a39f0fa5c96f30cd6','met',NULL,NULL,'LINE',NULL,10,'','c5c4c6a5b4f64ce741159553cc0a17da','',NULL),(7560,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'LINE',NULL,10,'meta name','448d03d170ead15ed7a9d0a347080611','',NULL),(7561,'en','default','98a99cb9ab85f73270765595cd068a82','muse',NULL,NULL,'LINE',NULL,10,'','e3987e916934ab088a622b70b4cb8862','',NULL),(7562,'en','default','9a5aefea59903d8b42aa4ffb150f7132','my-hacks.php (legacy hacks support)',NULL,NULL,'LINE',NULL,10,'','7b4789168491b9837af363c36315b573','',NULL),(7563,'en','default','88183b946cc5f0e8c96b2e66e1c74a7e','Unknown',NULL,NULL,'LINE',NULL,10,'name','2a06ae7db0e9f0eec7a27ace371b5535','',NULL),(7564,'en','default','15a9e79823207ed35e235d8f5d4f0af1','Home: %s',NULL,NULL,'LINE',NULL,10,'nav menu front page title','bccfd8be81c23493781d6b744748a156','',NULL),(7565,'en','default','73415497e8b30e7a48e31465c7e103b3','neighbor',NULL,NULL,'LINE',NULL,10,'','1540b0af762cb1c49ae0bd72a72b3c06','',NULL),(7566,'en','default','0c10f4a0c12ba89211235026b861263d','newer',NULL,NULL,'LINE',NULL,10,'','3e5d10589a25dc4800d1b0ae1a7b762d','',NULL),(7567,'en','default','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'LINE',NULL,10,'no user roles','0496fe4f43f2071333c947dca6fa75f4','',NULL),(7568,'en','default','334c4a4c42fdb79d7ebc3e73b517e6f8','none',NULL,NULL,'LINE',NULL,10,'','0051eee825463060915e59a548c72cbd','',NULL),(7569,'en','default','6a3a6f6e33217afa6373df9d6b2e8a00','older',NULL,NULL,'LINE',NULL,10,'','2ff5ad4f4c13ee516846209bc34cfad7','',NULL),(7570,'en','default','3ee9ac11fb21cce5e28c65dde93f6c1a','or <a href=\"%s\">create a new menu</a>.',NULL,NULL,'LINE',NULL,10,'','de5ad60ef635a553f94af1e0427afbb5','',NULL),(7571,'en','default','0713686d0aa61f6a72d2d3188612db99','or, <a href=\"%s\">change your theme completely</a>',NULL,NULL,'LINE',NULL,10,'','a1f265b4a58e809e6b32e21301364024','',NULL),(7572,'en','default','8f7f4c1ce7a4f933663d10543562b096','About',NULL,NULL,'LINE',NULL,10,'page title','1c6eeb883ef174f9ce52e42b3a7e596f','',NULL),(7573,'en','default','a18e089aa76cfb34de574b442ce433ef','%1$s of %2$s',NULL,NULL,'LINE',NULL,10,'paging','69faf99fef7e51bf6dd75fe55c72241a','',NULL),(7574,'en','default','d0e45878043844ffc41aac437e86b602','parent',NULL,NULL,'LINE',NULL,10,'','28d8c49b334b30a2cc99355fd7107893','',NULL),(7575,'en','default','8f7f4c1ce7a4f933663d10543562b096','About',NULL,NULL,'LINE',NULL,10,'personal data group label','281b2209621a36935686c7402c763a67','',NULL),(7576,'en','default','842e5a39b01fadaead6970f5ff5de1d5','physical',NULL,NULL,'LINE',NULL,10,'','31acd8700ed11e2b233de85069ab9448','',NULL),(7577,'en','default','385bcffde9235658fc1d853e0f4b53ab','%1$s by %2$s',NULL,NULL,'LINE',NULL,10,'plugin','1823a7faf44ed4164761592c62f494c6','',NULL),(7578,'en','default','25950f0a3fc117594d78edb5fdd4d40e','%s was successfully deleted.',NULL,NULL,'LINE',NULL,10,'plugin','d4407e79ba452fff9b71d000c05b0d90','',NULL),(7579,'en','default','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'LINE',NULL,10,'plugin','ae9e77b26ce8028661382e9eadeced4e','',NULL),(7580,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'plugin','bb9135c9424d65266671f8bbe4ee6186','',NULL),(7581,'en','default','5f3498da42efc5b74d4785a7422f064a','Deactivate %s',NULL,NULL,'LINE',NULL,10,'plugin','7a3499ca09f738c84d62c9f8369d2b55','',NULL),(7582,'en','default','8b1b1aa6c2a4785ab415c8fbf20e70d9','Delete %s',NULL,NULL,'LINE',NULL,10,'plugin','95f991473775037a93e94224afe96f45','',NULL),(7583,'en','default','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'LINE',NULL,10,'plugin','afec1f12dafa903425492c7ca32b5eb3','',NULL),(7584,'en','default','6bd6974b4a10530916ed4cab8f79e6cb','Network Deactivate %s',NULL,NULL,'LINE',NULL,10,'plugin','8f373234f126314c0922eba32db126f7','',NULL),(7585,'en','default','344a7f427fb765610ef96eb7bce95257','Editor',NULL,NULL,'LINE',NULL,10,'plugin editor','7adaa49a5b1123074dfd549c4f9f5719','',NULL),(7586,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'plugins','13812b07c7c18d9b2421992688fad5f3','',NULL),(7587,'en','default','18958e30bdca0cfac8256824e570a89b','posts',NULL,NULL,'LINE',NULL,10,'','78666d5844ded5d1994e409b5e51649f','',NULL),(7588,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'posts','9fab394c592867837562f0d125140b9b','',NULL),(7589,'en','default','3cccdf66989ef53d93b3b123a98e6cde','Mine <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'posts','949413f58281245c8b9393aca889956f','',NULL),(7590,'en','default','fae8143794e4438e23903c5413947467','Sticky <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'posts','f4c52ba851b2a5f5b8b57c4dc4bc6806','',NULL),(7591,'en','default','18d71e026360859fc4702623ba37c96b','privacy-policy',NULL,NULL,'LINE',NULL,10,'','5ba2cc4525b26428ac83510adaf41b47','',NULL),(7592,'en','default','27ade1b64f9515dbb776cc3cc5bc3377','professional',NULL,NULL,'LINE',NULL,10,'','903255205564bdc09526121491643543','',NULL),(7593,'en','default','20f15e3a9f4887bac543a343be0059ed','rel:',NULL,NULL,'LINE',NULL,10,'','649eae7b22fb8bd292dc425cb09e68ec','',NULL),(7594,'en','default','109fec06829bd79d222cfc8af52aaaf1','Deactivate',NULL,NULL,'LINE',NULL,10,'removing-widget','1daf5c5ca152c0871594ff40b6faf23b','',NULL),(7595,'en','default','9bcc345cb2f119425414c4d8cc8911f3','j M @ H:i',NULL,NULL,'LINE',NULL,10,'revision date short format','c2f92204583488c1690b8a05a8ed55cf','',NULL),(7596,'en','default','1b9abf135ccb7ed2f2cd9c155137c351','Browse',NULL,NULL,'LINE',NULL,10,'revisions','c1dd378fe1c2c0465bfdc1d6c3435d8c','',NULL),(7597,'en','default','b8c628e2300875dfeed00c8888714d4b','romantic',NULL,NULL,'LINE',NULL,10,'','27f0f931bc93e0e82c56bf2443c9b433','',NULL),(7598,'en','default','1a557283e5542468721ccbc770c8b13f','archives',NULL,NULL,'LINE',NULL,10,'sample permalink base','893deb279edb537cdde635951eeeea6e','',NULL),(7599,'en','default','300b69ef7f0b95e11f87252abd665196','sample-post',NULL,NULL,'LINE',NULL,10,'sample permalink structure','4818dfa52d9ed5863206e82f0ba2776b','',NULL),(7600,'en','default','48864d37b515125cfd0813d7349af3db','sample-page',NULL,NULL,'LINE',NULL,10,'','124c1e3a25f92b5411564bb8d7e251cd','',NULL),(7601,'en','default','ac6d420c4704c31d7e9b4f31788d2952','scale height',NULL,NULL,'LINE',NULL,10,'','63201be280a2a1ab0b1189ac91f70aa8','',NULL),(7602,'en','default','e521c6f9b67cb07d22b165c7caf32c20','scale width',NULL,NULL,'LINE',NULL,10,'','06b7b8e8febfeff0b2e73e8dc56f3b9f','',NULL),(7603,'en','default','cd5c32c05adb3b572f597339e9f77df2','selection height',NULL,NULL,'LINE',NULL,10,'','9a53486e338f86c9684ad891435f0738','',NULL),(7604,'en','default','7f0a1b152a715ff03de5eb8bdac01685','selection width',NULL,NULL,'LINE',NULL,10,'','661e2a82286bde6f2b7e5f163fb55f72','',NULL),(7605,'en','default','0db377921f4ce762c62526131097968f','General',NULL,NULL,'LINE',NULL,10,'settings screen','50f78d316d1458db1d7bf40dfbbbe2c9','',NULL),(7606,'en','default','12d2be1600d506b174752715e8aa6eb2','Hide Controls',NULL,NULL,'LINE',NULL,10,'short (~12 characters) label for hide controls button','dfa6c80921844e12f9aec336d21ddc30','',NULL),(7607,'en','default','190dca50d2a46b53a1960d0f993c7e4a','sibling',NULL,NULL,'LINE',NULL,10,'','0d1bb7eec5e164243afd62420b06ad8e','',NULL),(7608,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'site','f352ee48775b98ff95d340094ef0ea56','',NULL),(7609,'en','default','70b67b91e80811b55157cb190ee85e88','spouse',NULL,NULL,'LINE',NULL,10,'','41bc4cd6ab85c8e54bb3c5a1b1b9c215','',NULL),(7610,'en','default','c4ca4238a0b923820dcc509a6f75849b','1',NULL,NULL,'LINE',NULL,10,'start of week','8fac2d152da0ccae9b8f880244c68117','',NULL),(7611,'en','default','857c066f26c91053236e97e669536203','sub item',NULL,NULL,'LINE',NULL,10,'','6afa343d1f18868a388871ece651f79f','',NULL),(7612,'en','default','eb415b465d61eada8661cb4bda71a4e7','sweetheart',NULL,NULL,'LINE',NULL,10,'','624daf282ce37f157368ec953a498852','',NULL),(7613,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'LINE',NULL,10,'term name','02b4ec394513fa804d000c7d0b3969ac','',NULL),(7614,'en','default','25950f0a3fc117594d78edb5fdd4d40e','%s was successfully deleted.',NULL,NULL,'LINE',NULL,10,'theme','9a9e49ffdd57584a01c3f1d9c0ea5dae','',NULL),(7615,'en','default','1fbbf8fb4d1aea0facc5e0926890f6c6','Details &amp; Preview',NULL,NULL,'LINE',NULL,10,'theme','fd2a9b414f6c4ba362492dfd600ad0ae','',NULL),(7616,'en','default','344a7f427fb765610ef96eb7bce95257','Editor',NULL,NULL,'LINE',NULL,10,'theme editor','ae747222bc54dbcda60ee0cc67e986dc','',NULL),(7617,'en','default','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'LINE',NULL,10,'theme name','6ced1121662c1c7f7bdbc249176136c6','',NULL),(7618,'en','default','d78986947356ddd37b43d57df289dee9','Favorites',NULL,NULL,'LINE',NULL,10,'themes','f9f5fbb9890e7a9728c2a22e3355b1d2','',NULL),(7619,'en','default','15422d54ec0d47000dc86a9820a5237e','Featured',NULL,NULL,'LINE',NULL,10,'themes','d8d90fe47cf7775cc3e627d39d3d787d','',NULL),(7620,'en','default','cd118d21c3b0b4762c6e0063661e6e45','Latest',NULL,NULL,'LINE',NULL,10,'themes','dcaa23a4dc586bdc6fd331e1e12effc6','',NULL),(7621,'en','default','2cc1943d4c0b46bfcf503a75c44f988b','Popular',NULL,NULL,'LINE',NULL,10,'themes','6423cee92a9e68d44ecd71d73b1e5dd2','',NULL),(7622,'en','default','cf9edab24f7b8214226d27b3f0a1f1ca','Recently Updated',NULL,NULL,'LINE',NULL,10,'themes','0d34ca4b30bc467bed05e716e6408781','',NULL),(7623,'en','default','49eb6a44db57cba8d66b3404fa9f0ad4','Y-m-d H:i:s',NULL,NULL,'LINE',NULL,10,'timezone date format','d26fb5550b496dbd22188d52f7b828ab','',NULL),(7624,'en','default','d720589d7942a0e465072c05d17f5aa6','Add Existing',NULL,NULL,'LINE',NULL,10,'user','740c64ce7b81d03b8707716d6fa2b34f','',NULL),(7625,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'user','4e87dce1e6b1bfd2509473879f05d7f6','',NULL),(7626,'en','default','6374b11a037a3f6ccfb8b2ccff83f298','%1$s (%2$s)',NULL,NULL,'LINE',NULL,10,'user autocomplete result','3751f45f38484fe7b242af37b8d48ed0','',NULL),(7627,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'users','14616984a0a5dcc60efbd996dad528ee','',NULL),(7628,'en','default','dc30bc0c7914db5918da4263fce93ad2','Clear',NULL,NULL,'LINE',NULL,10,'verb','d77ae4940b92b6f5c9471bb6dd0a9b90','',NULL),(7629,'en','default','e9dfd31cc505d51fc26975250750deab','Spam',NULL,NULL,'LINE',NULL,10,'verb','00dec32b5bfc82168105f598d8f65c0c','',NULL),(7630,'en','default','a182da1e034fe149f45f97f8c59c1d19','At URL',NULL,NULL,'LINE',NULL,10,'website URL','82c00ff89fd33f10b6fd8634a8ef2726','',NULL),(7631,'en','default','1be2d2f4f0906b6460386a878460a50c','For site',NULL,NULL,'LINE',NULL,10,'website name','d6739899db00357d8cae096fc5859e18','',NULL),(7632,'en','default','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'LINE',NULL,10,'widget','6ccfc06cb66cbbd4fa2fe70dc7419c45','',NULL),(7633,'en','default','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'widget','9704dda260c15207839f735838d5b2c0','',NULL),(7634,'en','profile-builder','2af0c6b295e54523e697193826ee7e0b','Allow your users to have <strong>paid accounts with Profile Builder</strong>. %1$sFind out how >%2$s %3$sDismiss%4$s',NULL,NULL,'LINE',NULL,0,'','65ec90abd4af53b6e0e18a511f5612cb','',NULL),(7635,'en','avia_framework','857ecb2ae9191bf8449f80abc89b8083','Theme Options',NULL,NULL,'LINE',NULL,0,'','71cb8e139af2c9e733e08e1909e78b7a','',NULL),(7636,'en','avia_framework','362597dc58d5ae313c03b3cb0deb479b','General Layout',NULL,NULL,'LINE',NULL,0,'','7a046a7c936a28521d23dd020d0469f0','',NULL),(7637,'en','avia_framework','4bead5c2be3d90a61d1744904df25973','General Styling',NULL,NULL,'LINE',NULL,0,'','0d6639fff9b50229327f001bb81fadd1','',NULL),(7638,'en','avia_framework','80cb2a49a427dcb430f2b2e197349d9c','Advanced Styling',NULL,NULL,'LINE',NULL,0,'','1357ee24c82d80759be6579232122a00','',NULL),(7639,'en','avia_framework','e404dd0bece5f7c53d80edaa70513eec','Main Menu',NULL,NULL,'LINE',NULL,0,'','e23130e37ea9dc97be2f5ca366270852','',NULL),(7640,'en','avia_framework','bf50d5e661106d0abe925af3c2e6f7e7','Header',NULL,NULL,'LINE',NULL,0,'','8f336921540dce87088e0357c3644749','',NULL),(7641,'en','avia_framework','fc3bbc21483f636350a6416eb5928e9c','Sidebar Settings',NULL,NULL,'LINE',NULL,0,'','d16b59538538d134be6712383d692854','',NULL),(7642,'en','avia_framework','ded40f2a77c30efc6062db0cbd857746','Footer',NULL,NULL,'LINE',NULL,0,'','962ac260a79e0618a09a7fccf6738fc4','',NULL),(7643,'en','avia_framework','080299dbaf2912284d493e43c912b7c6','Layout Builder',NULL,NULL,'LINE',NULL,0,'','5168d6ff4bf903945db5b395c68ff2ad','',NULL),(7644,'en','avia_framework','20bcb8c951ae526510c0db93cb30ab2d','Blog Layout',NULL,NULL,'LINE',NULL,0,'','cb8640fa9cd2f9dba1ee39bd7de0aaa9','',NULL),(7645,'en','avia_framework','51f3fc4fe44d76eebd8b865150ee1a6d','Social Profiles',NULL,NULL,'LINE',NULL,0,'','c17fd1e041b03752de26ed9cb8836cc9','',NULL),(7646,'en','avia_framework','9446a98ad14416153cc4d45ab8b531bf','Performance',NULL,NULL,'LINE',NULL,0,'','bbb48d4b665b425fedc4d140735551d0','',NULL),(7647,'en','avia_framework','5fc9425acc798592106ca141483121c6','Privacy and Cookies',NULL,NULL,'LINE',NULL,0,'','2b3aee37a71d204d4ecbcec86cb80fb0','',NULL),(7648,'en','avia_framework','ffb7e666a70151215b4c55c6268d7d72','Newsletter',NULL,NULL,'LINE',NULL,0,'','8e2b20342fe0e291cf89f92e26b2d023','',NULL),(7649,'en','avia_framework','fecf03da977d3f78e41899e600f18a04','Google Services',NULL,NULL,'LINE',NULL,0,'','c25d4f385533c7ad57ca5dfce800b8ce','',NULL),(7650,'en','avia_framework','8f998e2ceca78f29461948e9c0ce2653','Demo Import',NULL,NULL,'LINE',NULL,0,'','e7b66a0a0551fa58c57b8ac2d32e5e13','',NULL),(7651,'en','avia_framework','f8d1d022d3f7645b4b0dfe4f6de3efbc','Import/Export',NULL,NULL,'LINE',NULL,0,'','87cb9832e3d6aad9971e8c2984973d9f','',NULL),(7652,'en','avia_framework','7a1920d61156abc05a60135aefe8bc67','Default',NULL,NULL,'LINE',NULL,0,'','fcb47837880ad1fd2435196a14979636','',NULL),(7653,'en','avia_framework','960b44c579bc2f6818d2daaf9e4c16f0','Normal',NULL,NULL,'LINE',NULL,0,'','c3970dfc669c09607bf5406c0bf3f5d0','',NULL),(7654,'en','avia_framework','114c3050111d8b8ddd830b99ccebd246','Bold',NULL,NULL,'LINE',NULL,0,'','1e30c37ea9d06a4eda861f0d82ffed8d','',NULL),(7655,'en','avia_framework','9914a0ce04a7b7b6a8e39bec55064b82','Light',NULL,NULL,'LINE',NULL,0,'','28349e1e3da284a83fdaeae1a0a0819c','',NULL),(7656,'en','avia_framework','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'LINE',NULL,0,'','44373843c80237f96b506d94145a2dac','',NULL),(7657,'en','avia_framework','621e7b8ece62fecc55e883252ff2fbe7','Uppercase',NULL,NULL,'LINE',NULL,0,'','bd9644215228bff38566cf29d0701177','',NULL),(7658,'en','avia_framework','dc1ff975a46c75335d6d640abdc0c3a6','Lowercase',NULL,NULL,'LINE',NULL,0,'','9825da75edd3ce991e3be512b9276751','',NULL),(7659,'en','avia_framework','945d5e233cf7d6240f6b783b36a374ff','Left',NULL,NULL,'LINE',NULL,0,'','6f46b94ab8ed05c026d9ab67c7b82e4f','',NULL),(7660,'en','avia_framework','4f1f6016fc9f3f2353c0cc7c67b292bd','Center',NULL,NULL,'LINE',NULL,0,'','9054123ff7175b5fcd43e56081b790d8','',NULL),(7661,'en','avia_framework','92b09c7c48c520c3c55e497875da437c','Right',NULL,NULL,'LINE',NULL,0,'','58e4ae3e69efffb23fb675e7ad526c44','',NULL),(7662,'en','avia_framework','852721aa5fc738dfedff2945d71da439','Underline',NULL,NULL,'LINE',NULL,0,'','8a27103d57587fe4fc9ed6eb114699c0','',NULL),(7663,'en','avia_framework','a7d7d34d28ecacfa945c78f1ae7ec675','Overline',NULL,NULL,'LINE',NULL,0,'','f997919fdcbc2f9d1160b2eba892358f','',NULL),(7664,'en','avia_framework','a6310fb31b705aefb622bf4d642ff0f1','Line Trough',NULL,NULL,'LINE',NULL,0,'','acd967e93e7e6c04439eed3f24c47cfd','',NULL),(7665,'en','avia_framework','0125cf5f3ca38b312ca5d3b511c45a13','Inline',NULL,NULL,'LINE',NULL,0,'','bffb07bdc99ef1464645b32d98af1822','',NULL),(7666,'en','avia_framework','b33d084eab40b57b2c1b9800c5de49f2','Inline Block',NULL,NULL,'LINE',NULL,0,'','82df9e14a9a38932dceecfe7555c094b','',NULL),(7667,'en','avia_framework','e1e4c8c9ccd9fc39c391da4bcd093fb2','Block',NULL,NULL,'LINE',NULL,0,'','547a6519a33f014524346a6729530991','',NULL),(7668,'en','avia_framework','2e8474132d2a247a067ac4fdb06a525e','Couldn\'t add/remove the font.<br/>The script returned the following error: <br/><br/>',NULL,NULL,'LINE',NULL,0,'','604e0935aa3d1080ecf22751e08be2c8','',NULL),(7669,'en','avia_framework','556b39c15860f3d8a56d76a02337ecad','Websafe Fonts',NULL,NULL,'LINE',NULL,0,'','e88803c964454798bf4661d1cbc155da','',NULL),(7670,'en','avia_framework','ffaa2d7925c32054f009cde280f4d959','Google Fonts',NULL,NULL,'LINE',NULL,0,'','d3634609123f4d22bfc592b6eaa552ad','',NULL),(7671,'en','avia_framework','f7e8d1241ba480114ce72a0003b5c77b','Uploaded Fonts (located at Enfold -> Import/Export)',NULL,NULL,'LINE',NULL,0,'','e99f8e8e32d4c1f4197085b50b0fded3','',NULL),(7672,'en','avia_framework','4d0c975758b16bb7aea770234f7df816','HTML Tags',NULL,NULL,'LINE',NULL,0,'','690a8e5ec5e1523f52d12295de9be83b','',NULL),(7673,'en','avia_framework','7b8dd14e62f0a11339b71df926d08259','Change the styling for the &lt;body&gt; tag.',NULL,NULL,'LINE',NULL,0,'','a8b847cd021268f55c78c21d19353022','',NULL),(7674,'en','avia_framework','45f0d4fa9a30e9c5571dbaa9ad1be931','Font Size',NULL,NULL,'LINE',NULL,0,'','f31282af193dee0f8cd463c2c22efd27','',NULL),(7675,'en','avia_framework','1ef0054faf96b87acdea23847bf263e8','Line Height',NULL,NULL,'LINE',NULL,0,'','199eb23c89bd6538be798ed3c60fdb16','',NULL),(7676,'en','avia_framework','6184141f3ad2584cff257e2bfbbb8d0b','Font Weight',NULL,NULL,'LINE',NULL,0,'','29c0ee87d4857907833f4633ea7e0b74','',NULL),(7677,'en','avia_framework','db40a5d4b654151bf70f2e25e73263dc','Font Family',NULL,NULL,'LINE',NULL,0,'','f523deb6f63b4a9ad27f1667cb6b521f','',NULL),(7678,'en','avia_framework','9fd5e89a3b95b62f04df87d1d7f21d90','Change the styling for all &lt;p&gt; tags',NULL,NULL,'LINE',NULL,0,'','e0c316cd373fe7c2eb75a703fd9890f2','',NULL),(7679,'en','avia_framework','9797f1586dd159294f9aeb7fbaa67b69','Top &amp; Bottom margin',NULL,NULL,'LINE',NULL,0,'','877f7aa9f89e20aebf6e9ce5e89f6f96','',NULL),(7680,'en','avia_framework','5fbf2ac8de05bafae0481d7e8b6e17fc','Change the styling for all &lt;strong&gt; tags',NULL,NULL,'LINE',NULL,0,'','2e45f1e0fa2c45c16bdf571d894698d3','',NULL),(7681,'en','avia_framework','2203fc761490c5856809e1199d5284b5','Font Color',NULL,NULL,'LINE',NULL,0,'','ca1937a5441bda740b756276806fd88f','',NULL),(7682,'en','avia_framework','75e7422f2fe253fc69d3f6c148d197ee','Background Color',NULL,NULL,'LINE',NULL,0,'','f6357a19ae1fad1d51763c3acd6fd88d','',NULL),(7683,'en','avia_framework','40dd644c4f44a5f2fe831f4e616fdf7e','Change the styling for all &lt;blockquote&gt; tags',NULL,NULL,'LINE',NULL,0,'','b2d91ecede68bf491424c190c05f915d','',NULL),(7684,'en','avia_framework','475c80ecff56299d3527cf51af68e48c','Border Color',NULL,NULL,'LINE',NULL,0,'','38f5debf20e91ffe2bd63e8151f6b9c8','',NULL),(7685,'en','avia_framework','d9a267356d0faa5cb32470ef2ce4e8a5','Change the styling for all &lt;u&gt; (underline) tags',NULL,NULL,'LINE',NULL,0,'','81594363296a640a4cc8a791ae168ef2','',NULL),(7686,'en','avia_framework','766a3ced4d0298297375cbea094caa2b','Text Decoration',NULL,NULL,'LINE',NULL,0,'','eb0679293868df069f5307849a308304','',NULL),(7687,'en','avia_framework','b9987a246a537f4fe86f1f2e3d10dbdb','Display',NULL,NULL,'LINE',NULL,0,'','b67899ace4197b98d4c2d84d2fd46cff','',NULL),(7688,'en','avia_framework','3452d069c3688ff399b2d0650387f905','Change the styling for all &lt;mark&gt; tags',NULL,NULL,'LINE',NULL,0,'','306a29c559c7aebd6c52e546f6d685d4','',NULL),(7689,'en','avia_framework','545b1150d9c178bf41eee6c799b715d7','Headings',NULL,NULL,'LINE',NULL,0,'','20ead4c968e02c8cff10e0df950c5676','',NULL),(7690,'en','avia_framework','499630d1adb734af69e701ad6d271659','Change the styling for all Heading tags',NULL,NULL,'LINE',NULL,0,'','d02dc8d3fff00e6315dc653efd8e4941','',NULL),(7691,'en','avia_framework','ea91ab40ad5a449a78350c82d3243351','Text Transform',NULL,NULL,'LINE',NULL,0,'','9c85183db23d74b597407a5abb818e24','',NULL),(7692,'en','avia_framework','a066e1c93b7b244f53382ad1c8fb1829','Change the styling for your H1 Tag',NULL,NULL,'LINE',NULL,0,'','cbc55d80a0230f8f0ba5a47e830f8567','',NULL),(7693,'en','avia_framework','2a0d2c3cf71293f27973ed5b9b9a8498','Change the styling for your H2 Tag',NULL,NULL,'LINE',NULL,0,'','56a921c5295ec837ab91ca3e85762653','',NULL),(7694,'en','avia_framework','7bd1e3255bd8947cf0d4eb54fe702889','Change the styling for your H3 Tag',NULL,NULL,'LINE',NULL,0,'','0e7a8341cd6dc58bd105fccbffafc781','',NULL),(7695,'en','avia_framework','870a4bc8620b124dadb48d093092c3b2','Change the styling for your H4 Tag',NULL,NULL,'LINE',NULL,0,'','46305028c2f7f9ec54f6f0d89d1e457d','',NULL),(7696,'en','avia_framework','28aac388c47fa623072a185545bcfe85','Change the styling for your H5 Tag',NULL,NULL,'LINE',NULL,0,'','32029602711f5ae0dd7f63b73f791b63','',NULL),(7697,'en','avia_framework','4b8412603a367d2932727a08ffbedcb0','Change the styling for your H6 Tag',NULL,NULL,'LINE',NULL,0,'','229d16acdb567303c0d53064026f345c','',NULL),(7698,'en','avia_framework','3100bb9fb6bc1fa51a07b9ba651e933c','Main Menu Links',NULL,NULL,'LINE',NULL,0,'','34d78e821be2b7f8519ff5007a073d9a','',NULL),(7699,'en','avia_framework','c454f97831c9d778ea71f541f1d1d5bb','Change the styling for your main menu links',NULL,NULL,'LINE',NULL,0,'','953bb28f00260d508cfb8c910f5c0c9a','',NULL),(7700,'en','avia_framework','ed5840f730ec067bc30892fc75daf321','Main Menu sublevel Links',NULL,NULL,'LINE',NULL,0,'','b266843d7fc67aee0e0b9a8fbdb7ca58','',NULL),(7701,'en','avia_framework','fff3cd763eba2d4eb0c93254159d549d','Change the styling for your main menu dropdown links',NULL,NULL,'LINE',NULL,0,'','4f7cc62a66d62b14d48eec7ee8bc538a','',NULL),(7702,'en','avia_framework','1aa1761fb457ce23dc3ea89da7354fa5','Small bar above Main Menu',NULL,NULL,'LINE',NULL,0,'','7fbcb62c2635b2aeb51c541f3a1538a0','',NULL),(7703,'en','avia_framework','630c54b46b1e2765369c417ce4935e48','Change the styling for the small bar above the main menu which can contain social icons, a second menu and a phone number ',NULL,NULL,'LINE',NULL,0,'','c5140741e6c128397405ff12c1b7008b','',NULL),(7704,'en','avia_framework','a0fac6bc78d156423ab7775118ba6572','Menu Links in overlay/slide out',NULL,NULL,'LINE',NULL,0,'','e4f08975f74949b654c66e6efaec930a','',NULL),(7705,'en','avia_framework','008c34d95857fe64b21cd1d79b94fe13','Main Menu (Icon)',NULL,NULL,'LINE',NULL,0,'','2940e2f585223585b9d237b7a3fd740f','',NULL),(7706,'en','avia_framework','c8f55ce4b6239e4fa51a0d4d2e9bda77','Change the styling for your main menu links once they are displayed in the page overlay/slide out',NULL,NULL,'LINE',NULL,0,'','bd9afe8357b014b84569cc65364c946e','',NULL),(7707,'en','avia_framework','3711e805016ec3364cac6040610418ae','Overlay Color',NULL,NULL,'LINE',NULL,0,'','51c36cf77b01d71f6fb529ed954adbf5','',NULL),(7708,'en','avia_framework','0e23e9abda39d0614950a1bd50e69cb0','Menu Background',NULL,NULL,'LINE',NULL,0,'','e8b55004f034352f9dd38b421a32e56d','',NULL),(7709,'en','avia_framework','0bef5bcd0784c68263c8872f8c26522c','Menu Hover BG',NULL,NULL,'LINE',NULL,0,'','4406329f94da7a666e25513f93f1c2b7','',NULL),(7710,'en','avia_framework','81cb1a74d81616f475b029b26a548cc9','Letter Spacing',NULL,NULL,'LINE',NULL,0,'','ac2c1b078e5199e69908ab941a43a610','',NULL),(7711,'en','avia_framework','3cdd300ec89194677ff63d61960ef292','Linked Image Overlay',NULL,NULL,'LINE',NULL,0,'','a1777e94ccb7df2d68dc5032e0980ba0','',NULL),(7712,'en','avia_framework','74248c725e00bf9fe04df4e35b249a19','Misc',NULL,NULL,'LINE',NULL,0,'','08adda8491e0ddd413397ae145ca8c8e','',NULL),(7713,'en','avia_framework','e2506029e350449d54db35d4f4114205','Change the styling for the overlay that appears when you place your mouse cursor above a linked image',NULL,NULL,'LINE',NULL,0,'','cf7b816d7e7f839af96b23fa27108978','',NULL),(7714,'en','avia_framework','998a163cf702ca28ce0a325f6df7cdfa','Overlay Style',NULL,NULL,'LINE',NULL,0,'','cf315d935c631e24c2f2c6def0949549','',NULL),(7715,'en','avia_framework','21645407ef4633aa6d067aa320f914ff','Minimal Overlay (No Icon)',NULL,NULL,'LINE',NULL,0,'','b4cd760c1c8205344e245600ff2c618b','',NULL),(7716,'en','avia_framework','cb392954a8f33882ee296832ba6dc55e','Icon only',NULL,NULL,'LINE',NULL,0,'','e907f9a0d1e6d7bb7b7b3da076741670','',NULL),(7717,'en','avia_framework','8e75dec5b99893d9ea0d51b779e20c80','Disable Overlay',NULL,NULL,'LINE',NULL,0,'','8f0719349c117ec7b16eb8b7567ea684','',NULL),(7718,'en','avia_framework','4315faf12d817f66b65bc0323c514c88','Icon Color',NULL,NULL,'LINE',NULL,0,'','68c8aea8fb86f98ca3f70071f6b451e8','',NULL),(7719,'en','avia_framework','3b818dc829b83c1a4cdbce68743a1900','Icon background',NULL,NULL,'LINE',NULL,0,'','71e37710a8b559a04ce9aa37f8ab35c0','',NULL),(7720,'en','avia_framework','4b8d20e8f440540d4483c5efedc3242b','Change the styling of your buttons',NULL,NULL,'LINE',NULL,0,'','5d462f07f5726cf6406661a3c4d8b57d','',NULL),(7721,'en','avia_framework','b80517a37221cf35ccdfb5dfe99e57df','Border Radius',NULL,NULL,'LINE',NULL,0,'','e7cf3664ecaf6d1eae050301b64dcd53','',NULL),(7722,'en','avia_framework','896528ced670965fa3696b7e8736f1b1','Border width and',NULL,NULL,'LINE',NULL,0,'','3f73c300d8875169ac6faba4782d0a45','',NULL),(7723,'en','avia_framework','c72c64af23049e841a44261089ae3011','opacity for transparent buttons',NULL,NULL,'LINE',NULL,0,'','bb0640d8603646b26e02e0235c11e726','',NULL),(7724,'en','avia_framework','d0dda3850f495b9757b8f7972e0a393e','Semi-transparent',NULL,NULL,'LINE',NULL,0,'','1ef73f33b5ab6ff109e846cbf138dd29','',NULL),(7725,'en','avia_framework','927dcebcd08dacf61c51510d798c32ce','Full-transparent',NULL,NULL,'LINE',NULL,0,'','4ff227a43dc9346b876f3db6a205dcc3','',NULL),(7726,'en','avia_framework','100b5e15bf75e80e155c35051eb4eba7','Change the styling of your widget title',NULL,NULL,'LINE',NULL,0,'','4ff7027a357fea7c12699655c7168043','',NULL),(7727,'en','avia_framework','8907faaca5413ab8ac3a21472b502286','No Border',NULL,NULL,'LINE',NULL,0,'','c0842d234f043e74dddc56e10ddac846','',NULL),(7728,'en','avia_framework','cc2d2badb94d0559f4e71089b82cac39','Border on top and bottom',NULL,NULL,'LINE',NULL,0,'','1799bc68ca012e79da9533c996bc83ae','',NULL),(7729,'en','avia_framework','1fc70af89ac44966ebaceb1ede822ccc','Border around the widget title',NULL,NULL,'LINE',NULL,0,'','f6f6d96f7522a42c510e343139c05b9c','',NULL),(7730,'en','avia_framework','b14a348d14021b3f79da6be488d63253','Text Align',NULL,NULL,'LINE',NULL,0,'','b0c42f0f5c23ae41134963fc6451b097','',NULL),(7731,'en','avia_framework','cd7d4741123974d29fde1289cd1b86ba','Change the styling for your fullscreen, fullwidth and easy slider title',NULL,NULL,'LINE',NULL,0,'','ee84fd6f230d09cc363d28598c28e824','',NULL),(7732,'en','avia_framework','90a97bce90ce5357b5be0d2ce5e46869','Change the styling for your fullscreen, fullwidth and easy slider caption',NULL,NULL,'LINE',NULL,0,'','4198e492505aec8882874a79e5bfacab','',NULL),(7733,'en','avia_framework','ff46a97d45ab7318d5289516a0a756ef','Container Width',NULL,NULL,'LINE',NULL,0,'','b1da934337d6a5835bbfc082c4af270d','',NULL),(7734,'en','avia_framework','40a244cf07b502c7bb810843a7275699','Change the styling for your fullscreen, fullwidth and easy slider buttons',NULL,NULL,'LINE',NULL,0,'','6903724a5fb88d00781eec199ec1cda7','',NULL),(7735,'en','avia_framework','dcbd611d1eaf4ce8115fe6e50348f5a5','Change the styling for your cookie consent message bar',NULL,NULL,'LINE',NULL,0,'','9e2302440f4b469f25ab07ac0391316c','',NULL),(7736,'en','avia_framework','5a7fa2b403955a6d536b3f2789854d2c','Change the styling for your cookie consent button',NULL,NULL,'LINE',NULL,0,'','4c866bdeb131291925c07f85e499b841','',NULL),(7737,'en','avia_framework','f858a2aa5748b7fd3c05ca9e5726cd17','Button Background Color',NULL,NULL,'LINE',NULL,0,'','67f4bbc06926705a6391f05770b3f189','',NULL),(7738,'en','avia_framework','9d6b092ce07c8806c00dc8b0986279a1','Button Font Color',NULL,NULL,'LINE',NULL,0,'','3ac506f8f7ff0c4393806d93fb710ce6','',NULL),(7739,'en','avia_framework','c2a3968ff32bf4385c2f51004a2f4ccc','Change the styling for your cookie consent extra buttons',NULL,NULL,'LINE',NULL,0,'','ac9a67fd2a71662120db918c1312e38d','',NULL),(7740,'en','avia_framework','e4f13c7c9491536cc0038b7a894e80a7','Website performance and optimization',NULL,NULL,'LINE',NULL,0,'','95fc3b8e612b8918114a4e08b057c931','',NULL),(7741,'en','avia_framework','5ace5ad97a56e60c2581b0f7adc420b7','The options here allow you to  fine tune and speed up your theme depending on your needs.',NULL,NULL,'LINE',NULL,0,'','fc3da15316d7410dad56ed5face966a2','',NULL),(7742,'en','avia_framework','db3ae766b883bebe2f59f0dccacc793b','File Compression',NULL,NULL,'LINE',NULL,0,'','f2ce93adb4b545103aed15a9177130d9','',NULL),(7743,'en','avia_framework','8fe257d179edab39d2102ea32dce8a50','In order to increase the speed of your website you can activate file merging and compression for your CSS and Javascript files. This will reduce and optimize the amount of code loaded.',NULL,NULL,'LINE',NULL,0,'','c8e2de6840073a951617db4bd05944d4','',NULL),(7744,'en','avia_framework','46889411c124e301871882ff4073fc92','Please note:',NULL,NULL,'LINE',NULL,0,'','7861a1ee320bfbbe9422324890a53800','',NULL),(7745,'en','avia_framework','99d55983f6083423e1c23614d0da3d36','By default compression is enabled. It is recommended to only disable the feature when you encounter errors (some server environments might cause trouble with active compression) or while you are actively developing your website and are adding new CSS rules or Javascript functions.',NULL,NULL,'LINE',NULL,0,'','342a2c32bd972a119dc439abe34ff137','',NULL),(7746,'en','avia_framework','6fae113ab6cd3511484304beced9c64b','CSS file merging and compression',NULL,NULL,'LINE',NULL,0,'','ba0e6b1a21f6664cca6db37a7851b8fc','',NULL),(7747,'en','avia_framework','26949796c1e2f9b51a5d72e1930423d9','Select which level of file merging and compression you want to apply to your CSS files',NULL,NULL,'LINE',NULL,0,'','9830e687f7c1bb760199f4ef4e682d94','',NULL),(7748,'en','avia_framework','36c72e073c8fae1820c11f043c7d3e53','Disable - no CSS file merging and compression',NULL,NULL,'LINE',NULL,0,'','fa28e8c7942a89fca8a78b89f9f16d31','',NULL),(7749,'en','avia_framework','e6f754cdca9bc7d2bb70adaab1aaf886','Enable - merge and compress all theme CSS files',NULL,NULL,'LINE',NULL,0,'','49073c9a735e85a4e79820c01b081f68','',NULL),(7750,'en','avia_framework','8c8a0772754b69fd9ec7754785899965','Javascript file merging and compression',NULL,NULL,'LINE',NULL,0,'','566d2c13e8e1b53f84104deba089a85d','',NULL),(7751,'en','avia_framework','1df8b11bf3bd7d74c031f40c7034dad4','Select which level of file merging and compression you want to apply to your Javascript files.',NULL,NULL,'LINE',NULL,0,'','c313746724c723b2be40786097ffe547','',NULL),(7752,'en','avia_framework','50e0bee937bd973b6bc169c9588375c0','Disable - no Javascript file merging and compression',NULL,NULL,'LINE',NULL,0,'','bff38733044f93592396c5e81284a7b6','',NULL),(7753,'en','avia_framework','d433c7b5d919b35128fedc73ad603b9b','Enable - merge and compress all theme javascript files',NULL,NULL,'LINE',NULL,0,'','e98eda0fec4cadfb6760e0cd1199507e','',NULL),(7754,'en','avia_framework','adbf25845b024716803b0420152276fa','Disable Template Builder Elements',NULL,NULL,'LINE',NULL,0,'','adcb0a280fe7e735dbd0b183e252b07a','',NULL),(7755,'en','avia_framework','7668767523ff8b5054c44e1729930d4c','The theme allows you to disable template builder elements that you do not need. This reduces the amount of Javascript and CSS loaded in your frontend',NULL,NULL,'LINE',NULL,0,'','271d144f633d43ac181616afeb28dc3b','',NULL),(7756,'en','avia_framework','c5f63d58d98b7bafd45fa885aaac9d4c','Disabling of template builder elements',NULL,NULL,'LINE',NULL,0,'','ac9d8e590c0610456dd0e3650d386275','',NULL),(7757,'en','avia_framework','3335a1ca34fa5db9d26d91d18349ae29','By default the theme will only load elements that are used on your posts and pages. You can disable the feature or manually manage loaded elements if you run into trouble',NULL,NULL,'LINE',NULL,0,'','acfea9ecaeae7ad7be0b65bf281ef75c','',NULL),(7758,'en','avia_framework','70487a4348708c0e9a9b58bbdfdbd45f','Always load all elements',NULL,NULL,'LINE',NULL,0,'','01bded9979e2fa0c361befd640bd2a3e','',NULL),(7759,'en','avia_framework','78ddf14d52cea3cbc308ae930780569c','Load only used elements (recommended)',NULL,NULL,'LINE',NULL,0,'','247e810b7614a8fcd53344eeb171b5be','',NULL),(7760,'en','avia_framework','1611344300baf1acbe811ddae565d189','Manually manage loaded elements',NULL,NULL,'LINE',NULL,0,'','02c8b9396bf52c7624e5e84ef1f932dd','',NULL),(7761,'en','avia_framework','7f44cb32ac9c15ac80d20867f7058798','Disable Features',NULL,NULL,'LINE',NULL,0,'','f5bf30f0fd7c9eaf812fdbc6d666ce88','',NULL),(7762,'en','avia_framework','b5f77a43bbd1977ad5c0309f079bb9a3','Here you can disable theme features that are not used by every website',NULL,NULL,'LINE',NULL,0,'','e2b2eb6eec6bb3c134debe31bb7a4949','',NULL),(7763,'en','avia_framework','75dfec9531c7988b49bce922378fafb4','Disable self hosted video and audio features',NULL,NULL,'LINE',NULL,0,'','76a5a44dd4281f0315e0547db5c4591c','',NULL),(7764,'en','avia_framework','2e09bb07057183b00b764c66d892441e','Check if you do not use self hosted video or audio files on your site.',NULL,NULL,'LINE',NULL,0,'','79b873a69c6553f6b05a7b206b30b806','',NULL),(7765,'en','avia_framework','44139610fecc8078a65b8c84c5766f95','Disable external video features',NULL,NULL,'LINE',NULL,0,'','c9e98c226d6d75357add1df90e191667','',NULL),(7766,'en','avia_framework','e57f74063826fc7d372c9ee9fa8fe3f3','Check if you do not use Youtube or Vimeo video features.',NULL,NULL,'LINE',NULL,0,'','47226845d74bec95855c0978adeec722','',NULL),(7767,'en','avia_framework','68b5a0a2a9798abef7f71fba303fb6f8','Disable the blog',NULL,NULL,'LINE',NULL,0,'','bba5a45c6d659419e0c6eb055fa2dc42','',NULL),(7768,'en','avia_framework','4e51c1fb6f89b0fbf989e3f68143c65b','Check if you do not use the blog. This will disable the blog page as well as the blog template builder element, the comments template builder element and category pages that are based on the default categories (if any plugin post types use these overview styles please keep this feature enabled)',NULL,NULL,'LINE',NULL,0,'','92f0db8beeeff8c7f07912ab0e0c083b','',NULL),(7769,'en','avia_framework','cb4095907815bd77200d6eb269275e96','Change WordPress defaults',NULL,NULL,'LINE',NULL,0,'','39686375b921b17f4e69ba166aac9cf1','',NULL),(7770,'en','avia_framework','b787194cfd46483d64b06c0c6efd71a0','Here you can disable WordPress default scripts and styles that are not necessary for most websites',NULL,NULL,'LINE',NULL,0,'','96554aa7fe8925072616103eb07eba5c','',NULL),(7771,'en','avia_framework','96f2d5752fa3eaf9e0464101a002415a','Disable Emoji/Smiley Support',NULL,NULL,'LINE',NULL,0,'','397d5a0216137fe3d95587e7bac89cdc','',NULL),(7772,'en','avia_framework','8f7125e743a70ef58a2255e0bef06389','Check to disable Emoji/Smiley Support. (Emojis are used by WordPress by default but most websites do not use them)',NULL,NULL,'LINE',NULL,0,'','317a5899fb1d4da3bb4f6bc057e7bef9','',NULL),(7773,'en','avia_framework','cc060e6b3ce807e2233616856490b951','Disable jQuery Migrate',NULL,NULL,'LINE',NULL,0,'','0cf78a517d7242889667845cfc1cf227','',NULL),(7774,'en','avia_framework','1867636d0dc1f0ed1c93bc05c88bff74','Check to disable \'jQuery Migrate\'. It is an old backward compatibility library for jQuery that is required by some plugins. Make sure that none of your active plugins require it before disabling it!',NULL,NULL,'LINE',NULL,0,'','d90c087dd19650dceb68446fef5263b2','',NULL),(7775,'en','avia_framework','4f472d388f2ad04c282a3f5cf31ead08','Load jQuery in your footer',NULL,NULL,'LINE',NULL,0,'','27ffdfb875ff0915978ffc1294e05bd5','',NULL),(7776,'en','avia_framework','85b1f0eb08c7f6760baec2026ac9dae9','Loading jQuery in your footer will speed up site rendering but may cause problems with plugins. Only use if you know what you are doing ;)',NULL,NULL,'LINE',NULL,0,'','7cd354ea15e74e878f488a4c6e3a0377','',NULL),(7777,'en','avia_framework','32b401330103c10b0ef8705ebea2283b','Load google fonts in footer',NULL,NULL,'LINE',NULL,0,'','cb229f276f5bd67a548d8a40b0296598','',NULL),(7778,'en','avia_framework','f3b8082c4ed03ac359a59f675b23299d','Loading the fonts in your footer will speed up the site rendering, but also cause a small flicker of text on page load',NULL,NULL,'LINE',NULL,0,'','378401dac0a95dd875ac54c436fa9223','',NULL),(7779,'en','avia_framework','9dd4c90189a7c4787f55fdde49b27a94','Image Optimization',NULL,NULL,'LINE',NULL,0,'','7335587b57acc89f43263091d96a38a6','',NULL),(7780,'en','avia_framework','4c578a82b503c8f8541072fe679aa475','Enfold checks if it can detect an image optimization plugin and if it can\'t find a familiar one recommends a few that are known to work great with the theme',NULL,NULL,'LINE',NULL,0,'','88454fc2ef77d38b377cabe6111ca164','',NULL),(7781,'en','avia_framework','9ac0dbbf3715ae3af81ea307daf517f6','(If you are running an image optimization plugin that is not detected just ignore this message)',NULL,NULL,'LINE',NULL,0,'','73aabe982cfbbacd12de1c264e1256fe','',NULL),(7782,'en','avia_framework','be4f88ccf272cd1b1dbaf7b6a3a588f7','We were not able to detect an active image optimization plugin. It is recommended to use one to speed up your site. Here are a few suggestions:',NULL,NULL,'LINE',NULL,0,'','e321c09cef6ad6c45e10049f588b77e0','',NULL),(7783,'en','avia_framework','efcc3775c64ef11a79c580fde12d1a3c','We were able to detect an image optimization plugin. Great! Nothing left to do here ;)',NULL,NULL,'LINE',NULL,0,'','10e37a2f686f2cd67701898432795d56','',NULL),(7784,'en','avia_framework','5b2906757a41f73cd7a04609c79ae0d9','We were able to detect multiple active image optimization plugins. It is recommended to use only one!',NULL,NULL,'LINE',NULL,0,'','0fd5dff183141fa072789b2dae85d9ea','',NULL),(7785,'en','avia_framework','ae9a46f2385ecd1d75ed7f4f6796c7f4','Caching Plugins',NULL,NULL,'LINE',NULL,0,'','c08e4c57849e31a7a9febf615b7a0e71','',NULL),(7786,'en','avia_framework','2d85b562ba6bc574c5aca08a83b68af4','Enfold checks if it can detect a website caching plugin and if it can\'t find a familiar one recommends a few that are known to work great with the theme',NULL,NULL,'LINE',NULL,0,'','b09011f063ea4c745b8fac279bed10cb','',NULL),(7787,'en','avia_framework','7773e26ca1daddc6030977d4bb40341c','(If you are running a caching plugin that is not detected or your webhost has built in caching ignore this message)',NULL,NULL,'LINE',NULL,0,'','387464652b2abd186709e6c1984f0806','',NULL),(7788,'en','avia_framework','884f3bf910100d07205f00900d2b10b6','We were not able to detect an active caching plugin. It is recommended to use one to speed up your site. Here are a few suggestions:',NULL,NULL,'LINE',NULL,0,'','f1bc1040ee425ad959615a13322efa17','',NULL),(7789,'en','avia_framework','604d4b7b3360e486c39d8b64e92b5923','We were able to detect a caching plugin. Great! Nothing left to do here ;)',NULL,NULL,'LINE',NULL,0,'','f5c58b19b1162795a44b628e9bca86a5','',NULL),(7790,'en','avia_framework','c1646da422f60830b40f40f5d3487340','We were able to detect multiple active caching plugins. It is recommended to use only one!',NULL,NULL,'LINE',NULL,0,'','e52a92344571d80400943bca2d4b3490','',NULL),(7791,'en','avia_framework','68ec5688950ed4a04fe9c57d800a2ee4','Delete old CSS and JS files?',NULL,NULL,'LINE',NULL,0,'','2ca558979cfb5e7ea6fd39ba2cb72683','',NULL),(7792,'en','avia_framework','00bdedf0e263ea6e24347e82593f594a','Check if you want to delete expired CSS and JS files generated by the theme. Only recommended if you are NOT using a caching plugin (since a cached page might still use those files)',NULL,NULL,'LINE',NULL,0,'','92df41c53e9fe728e6b391f429455fc5','',NULL),(7793,'en','avia_framework','b44bf88d1521fbd59e67c5aab84fdad8','Disable advance layout builder preview in backend',NULL,NULL,'LINE',NULL,0,'','41ba56809fa9e61a56262cef6b568c3f','',NULL),(7794,'en','avia_framework','7554a82bf475bc7c2f680450386a5e81','Check to disable the live preview of your advanced layout builder elements',NULL,NULL,'LINE',NULL,0,'','d70844b9aa1da528009122bafa2a5ab3','',NULL),(7795,'en','avia_framework','a4fbf8229bbbec27aca2d71a0d1e1a08','Show element options for developers',NULL,NULL,'LINE',NULL,0,'','f9bedbbb932977e71fe8846c84d87e83','',NULL),(7796,'en','avia_framework','add9716c9ae981cfd07d249584d9825d','If checked this will display developer options like custom CSS classes or IDs',NULL,NULL,'LINE',NULL,0,'','a33645ebcd28d57357d144f02c3d8903','',NULL),(7797,'en','avia_framework','35edfcdb55a19fa906a40109a5655f99','Lock advanced layout builder',NULL,NULL,'LINE',NULL,0,'','bb0cff16908ed4bd0cbe69b573f519eb','',NULL),(7798,'en','avia_framework','0e098ff5df116acaf0e3d4b721628c0e','This removes the ability to move or delete existing template builder elements, or add new ones, for everyone who is not an administrator. The content of an existing element can still be changed by everyone who can edit that entry.',NULL,NULL,'LINE',NULL,0,'','d78d464230d93f2b9789e95e69aa482b','',NULL),(7799,'en','avia_framework','8c70d9fd4000f952a46cf9caa5545661','Lock advanced layout builder for admins as well?',NULL,NULL,'LINE',NULL,0,'','fbaaac50c011490de3c86438e180c6a8','',NULL),(7800,'en','avia_framework','6ce2372cbd0128e5c8122788b35a34d5','This will lock the elements for all administrators including you, to prevent accidental changing of a page layout. In order to change a page layout later, you will need to uncheck this option first',NULL,NULL,'LINE',NULL,0,'','e55e8775e07e37a4472a11165145b6d1','',NULL),(7801,'en','avia_framework','8706f19948294034f299eab7362fdc7c','Automated Schema.org HTML Markup',NULL,NULL,'LINE',NULL,0,'','dd95817d62a64595df0a0720186f141f','',NULL),(7802,'en','avia_framework','76ce2de1ffe04e63141d4a1a7fdc0177','The theme adds generic HTML schema markup to your template builder elements to provide additional context for search engines. If you want to add your own specific markup via plugins or custom HTML code, you can deactivate this setting',NULL,NULL,'LINE',NULL,0,'','c305a32179f28b00d3a4b11ff704be33','',NULL),(7803,'en','avia_framework','8d39b55e4bff80d2f50a057084788422','Not activated',NULL,NULL,'LINE',NULL,0,'','e8ff0f8d7ec229ee1be3a1f3547d9867','',NULL),(7804,'en','avia_framework','cb456215c3333db0551bd0788bc258c7','Activated',NULL,NULL,'LINE',NULL,0,'','2701c91a4ba74c42e1a7d22c95e666ae','',NULL),(7805,'en','avia_framework','654104700c017e015eb773d8595df057','A rough layout preview of the main menu',NULL,NULL,'LINE',NULL,0,'','7a7486d3ef2063d28992ec66ed433238','',NULL),(7806,'en','avia_framework','0db377921f4ce762c62526131097968f','General',NULL,NULL,'LINE',NULL,0,'','a2c60512b1cc73662de6237a966e06b5','',NULL),(7807,'en','avia_framework','3c80f80e1ae109631c24a6ef4aabf4ad','Menu Items for Desktop',NULL,NULL,'LINE',NULL,0,'','2dd90f2d8dc061a5f3264578ca0a5872','',NULL),(7808,'en','avia_framework','68bd2192ae7c71d7358f450021a78661','Choose how you want to display the menu items on desktop computers. If you choose to display the \'burger\' icon on desktop computers it will also be used on tablets and mobile devices ',NULL,NULL,'LINE',NULL,0,'','2bbd54a8ab7e2198185a4953866691cb','',NULL),(7809,'en','avia_framework','fd76b2e4d5306aed9adb2fd21b7df559','Display as text',NULL,NULL,'LINE',NULL,0,'','ab1e97ea2aa20f7435c3518b3bee40e2','',NULL),(7810,'en','avia_framework','6bd7f7d5b292108ee619c32e546e8d59','Display as icon',NULL,NULL,'LINE',NULL,0,'','ed5726437e7a827f4b9359667ab68996','',NULL),(7811,'en','avia_framework','79106deed9925c9f915cf3b681795828','Menu Items for mobile',NULL,NULL,'LINE',NULL,0,'','dfb1bc7819d02c47c2a704afa7e86456','',NULL),(7812,'en','avia_framework','53257005b4db5df05b9d6a3454d17349','The mobile menu is usually displayed on smarthphone screensize only. If you have a lot of main menu items you might want to activate it for tablet screen size as well so it doesn\'t overlap the logo on tablets or small screens',NULL,NULL,'LINE',NULL,0,'','a4cf7709b81e8dd49561ad799febc338','',NULL),(7813,'en','avia_framework','7e9c0fa3d78a364ce288e1ee0394d6d8','Activate only for Smartphones (browser width below 768px)',NULL,NULL,'LINE',NULL,0,'','f85b89bdab000e421069b5ba59800565','',NULL),(7814,'en','avia_framework','a6d501d6ee594ca49348d2ebf953e971','Activate for Smartphones and Tablets (browser width below 990px)',NULL,NULL,'LINE',NULL,0,'','5df806b71bd9ba86e35e7e1dc414119f','',NULL),(7815,'en','avia_framework','bbe3515e60c4fbd41b4a50d1cd6b0577','Separator between menu items',NULL,NULL,'LINE',NULL,0,'','e63ebfef35aa7453619db13e07dc5e23','',NULL),(7816,'en','avia_framework','fbf0c828638ab9311ae7a1d5d49882dd','Choose if you want to display a border between menu items',NULL,NULL,'LINE',NULL,0,'','09560037194a39362043b98eba11cc06','',NULL),(7817,'en','avia_framework','926497ab3c100ca3eef10d3b98a6a74f','No separator',NULL,NULL,'LINE',NULL,0,'','bc19041953641f473e460b98a2b8983a','',NULL),(7818,'en','avia_framework','c3466af5d54be1a87e0890d41fd3d86e','Small separator',NULL,NULL,'LINE',NULL,0,'','6bbce859f0c052f97c6b2e181899fabe','',NULL),(7819,'en','avia_framework','3e524c91da04ced446b54bf56b7bc8f2','Large separator',NULL,NULL,'LINE',NULL,0,'','92e7eed5d4f4022ead10e787760764cc','',NULL),(7820,'en','avia_framework','46d1e9e29130e981ae2b9d69a11b5ceb','Append search icon to main menu',NULL,NULL,'LINE',NULL,0,'','92a8a5059b23f62f3a35ca02c656f762','',NULL),(7821,'en','avia_framework','714dc47ff2e195052fa1ba9976179ee5','If enabled a search Icon will be appended to the main menu that allows the users to perform an \'AJAX\' Search',NULL,NULL,'LINE',NULL,0,'','350cb4dff29b1c29d444f4a1ad318587','',NULL),(7822,'en','avia_framework','00091b7944f2a794bea8e27eeef347b5','Burger/Mobile Menu',NULL,NULL,'LINE',NULL,0,'','804524d046e63b7e0050b88d54519065','',NULL),(7823,'en','avia_framework','6d6a2a16f8bc3065ac9e5a6e3312fc5a','Menu Icon Submenu items',NULL,NULL,'LINE',NULL,0,'','28ae468a757087cd60c7368af19a4b9f','',NULL),(7824,'en','avia_framework','c4c9edba4efcb4c9652fa1335067ca7c','Choose how to display the submenu items of the icon menu',NULL,NULL,'LINE',NULL,0,'','c29a82d73b309dbab849379263d44595','',NULL),(7825,'en','avia_framework','3baffd53cfb785941558b0584e764343','Always display submenu items',NULL,NULL,'LINE',NULL,0,'','7ea6419482912fd97d9bb8b72409b860','',NULL),(7826,'en','avia_framework','ed3d5164a667d635aaaa7d45bc2622ca','Display submenu items on click',NULL,NULL,'LINE',NULL,0,'','7b231a1e3946cb47582ebe40b8868aa6','',NULL),(7827,'en','avia_framework','30eceab19c0ded298257c81d1fb2278e','Display submenu items on hover',NULL,NULL,'LINE',NULL,0,'','541ffc448578f538c3d316fd69a419a9','',NULL),(7828,'en','avia_framework','cbee48443feae9cd9a18e83f59a9d0a6','Clone title menu items to submenu',NULL,NULL,'LINE',NULL,0,'','bea93b775edc3cf9831b57f2511d1f56','',NULL),(7829,'en','avia_framework','299781edae71ce78e2026e839f3ec848','Since you selected to display submenu items on click or on hover, the parent menu item does no longer navigate to the URL it contains, but toggles the visibility of its submenu items. If you want users to be able to open the parent menu URL the theme can create a clone of that item in the submenu',NULL,NULL,'LINE',NULL,0,'','8a2e485d72ee88dc8b49b30b0ec1eed0','',NULL),(7830,'en','avia_framework','90689d3e23654df9dce7e414d8728a73','Do not create a clone',NULL,NULL,'LINE',NULL,0,'','9ef28bf25737bdb108f93af62abdf542','',NULL),(7831,'en','avia_framework','b22eae5be98606dbc4d085a364b15505','Create a clone for the title menu item',NULL,NULL,'LINE',NULL,0,'','b53f57ed9096920de25bdc42cad4816d','',NULL),(7832,'en','avia_framework','9b15407b67b091eeda5084670160db1f','Menu Icon Style',NULL,NULL,'LINE',NULL,0,'','cd55d81ef85f62f3e01bd8326d89e1a0','',NULL),(7833,'en','avia_framework','72a6aa281cbdf6ecb8939df1c727fa83','Set the style of the \'Burger\' Icon',NULL,NULL,'LINE',NULL,0,'','d12a14d93bcd7a64e03c4442a69ce97a','',NULL),(7834,'en','avia_framework','2660064e68655415da2628c2ae2f7592','Small',NULL,NULL,'LINE',NULL,0,'','f23f13103e2427a31c100844f0564611','',NULL),(7835,'en','avia_framework','61ebc60c0f6f4e2fd58fbcc888ed77b9','Menu Overlay Style',NULL,NULL,'LINE',NULL,0,'','8bb7c25e3031ff037305282a097b2ee4','',NULL),(7836,'en','avia_framework','5ced10123d5ba5b9ab2ac03051095d47','Set the style of the page overlay that appears when the burger menu is clicked',NULL,NULL,'LINE',NULL,0,'','b6e82a6a9a0b7b9d75a24b9b0911e585','',NULL),(7837,'en','avia_framework','2c692a9fea2ce9757ccf73d9e6cce10b','Full Page Overlay Menu',NULL,NULL,'LINE',NULL,0,'','cdc2ed1f1114a0542464484045c19067','',NULL),(7838,'en','avia_framework','bc583d637a736e2364512c0fcaee4349','Sidebar Flyout Menu (Classic)',NULL,NULL,'LINE',NULL,0,'','4d176cb1aca05cd5e495e97a4adf8d15','',NULL),(7839,'en','avia_framework','9d7805d4d913f24f9af7e371b048c7a2','Sidebar Flyout Menu (Minimal)',NULL,NULL,'LINE',NULL,0,'','bc7dfa724c97f8836984bfb4ee3575cb','',NULL),(7840,'en','avia_framework','63a2fd20fd6092fe34fa1b53abaabc49','Burger/Mobile Menu styling',NULL,NULL,'LINE',NULL,0,'','a0d0698d83c8764b2b20f1b3b1119f74','',NULL),(7841,'en','avia_framework','ae898fa79280a0865147a5f0611be0df','Menu Icon Color',NULL,NULL,'LINE',NULL,0,'','4bd9f8ccdc922b33c47a5be2bbf2ca45','',NULL),(7842,'en','avia_framework','f08d3ad39e9ff7ab25e17b2bfd054cbd','Set a custom color of the \'Burger\' Icon. Leave empty to use the default menu color',NULL,NULL,'LINE',NULL,0,'','c9070163776eb888132b4a0a405e1e1e','',NULL),(7843,'en','avia_framework','70e70bac832830f57f6cca4433e798e8','Flyout width',NULL,NULL,'LINE',NULL,0,'','09d15ae61350e6e3d32123bfff78a281','',NULL),(7844,'en','avia_framework','75f96e43b0a3689b1fa78f361d5c7039','Set a custom width for the Flyout. Pixel and % values are allowed. Eg: 350px or 70%',NULL,NULL,'LINE',NULL,0,'','e0215f93eb1e50c7043dabd84e659cca','',NULL),(7845,'en','avia_framework','05473ea9b684550109975ecb70c86e7d','Advanced color and styling options',NULL,NULL,'LINE',NULL,0,'','3a2c41ec01aa098d58557c7bcabe98ba','',NULL),(7846,'en','default','a1d21d425b625e54d1ac986002f40fa1','You can edit more and advanced color and styling options for the overlay/slideout menu items in',NULL,NULL,'LINE',NULL,0,'','e1639e07e6089f7feafa7f8e371c2471','',NULL),(7847,'en','avia_framework','a676e0cdf72b66f0327a8b6b0d2608d0','Google Analytics Tracking Code',NULL,NULL,'LINE',NULL,0,'','4a151fffb3f8142b5a9236edba763380','',NULL),(7848,'en','avia_framework','400b14d7756353a098bc6558d12bc2d9','Either enter your Google tracking id (UA-XXXXX-X) or your full Google Analytics tracking Code here.',NULL,NULL,'LINE',NULL,0,'','873357ee787559186caf4d542c878723','',NULL),(7849,'en','avia_framework','1f02fafe920d72858cdb7ac681fd654a','If you want to offer your visitors the option to stop being tracked you can place the shortcode [av_privacy_google_tracking] somewhere on your site',NULL,NULL,'LINE',NULL,0,'','808af5fbab8e1f3c4d8ced00b1ab4c9b','',NULL),(7850,'en','avia_framework','4d60ab2c6d11d753267484006c23e54c','Google Maps',NULL,NULL,'LINE',NULL,0,'','f6a38dc20b1cffde6e591d9b1a356826','',NULL),(7851,'en','avia_framework','b29a28e8434c41ba0a6787dc3bc224c5','Google recently changed the way their map service works. New pages which want to use Google Maps need to register an API key for their website. Older pages should  work fine without this API key. If the google map elements of this theme do not work properly you need to register a new API key.',NULL,NULL,'LINE',NULL,0,'','53f547bb1e1dff48cc8bc77ba02097b2','',NULL),(7852,'en','avia_framework','33839a9b99971cfd1848116574184fa3','Register an API Key',NULL,NULL,'LINE',NULL,0,'','114dba0f013a1dbc82338c1a48c554aa','',NULL),(7853,'en','avia_framework','2cf031c0e7050db46374bcce7540f057','Tutorial: How to create an API key',NULL,NULL,'LINE',NULL,0,'','56e1d8ec7d8a1aca042e94b5477b83ca','',NULL),(7854,'en','avia_framework','aea1fba2182575403b0d811e12eb3c40','Enter a valid Google Maps API Key to use all map related theme functions',NULL,NULL,'LINE',NULL,0,'','58449d0966c298dac6adbe958da290e1','',NULL),(7855,'en','avia_framework','10c29ee3cec76a55f9e620860249866f','Check API Key',NULL,NULL,'LINE',NULL,0,'','21d22e007d7ab3238280ca7f8dbcc1bb','',NULL),(7856,'en','avia_framework','fa2ead697d9998cbc65c81384e6533d5','Privacy Policy',NULL,NULL,'LINE',NULL,0,'','4348c94d540adb04249d1200ed90a379','',NULL),(7857,'en','avia_framework','c17b37dd8cac814428ca5449356cfde3','In case you deal with any EU customers/visitors these options allow you to make your site GDPR compliant',NULL,NULL,'LINE',NULL,0,'','170190c3bd09011b5d5a6bdadd7bfa4c','',NULL),(7858,'en','avia_framework','5ec8533bcae36cef0f2953321fc7a42c','Attention: You need to set a Privacy Policy page here to activate these features:',NULL,NULL,'LINE',NULL,0,'','01fa3c7c19f7436cc8c5fc3c6618fbd4','',NULL),(7859,'en','avia_framework','72baf11e9e88c6d4152a8b2190c82ff4','Set Privacy Policy',NULL,NULL,'LINE',NULL,0,'','7eb0712b022ad4048eb60537c00d6802','',NULL),(7860,'en','avia_framework','d55e19c8e8472058a7c4e5be3b289960','Cookie Consent Message',NULL,NULL,'LINE',NULL,0,'','176316ada037aac86d5bcc9d4a05cd3b','',NULL),(7861,'en','avia_framework','e9f231dc0a3c6915dddf61675a56da8f','Make your site comply with the <a target=\'_blank\' href=\'http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm\'>EU cookie law</a> by informing users that your site uses cookies. <br><br> You can also use the field to display a one time message not related to cookies if you are using a plugin for this purpose or do not need to inform your customers about the use of cookies.',NULL,NULL,'LINE',NULL,0,'','4f2d844682847a5118eba20701fa9cf5','',NULL),(7862,'en','default','579266d4fe6cc7e8564998441738e95a','Colors and styling for the message can be edited in',NULL,NULL,'LINE',NULL,0,'','05b1c386c73b9ee41721ba9adf6da795','',NULL),(7863,'en','avia_framework','5185034d4728a2d92ee2783823abfc37','Enable cookie consent message bar',NULL,NULL,'LINE',NULL,0,'','f03d96c8a17ab886df023176b09b8a86','',NULL),(7864,'en','avia_framework','4c2a8fe7eaf24721cc7a9f0175115bd4','Message',NULL,NULL,'LINE',NULL,0,'','6c63f4bd121de43ebe3e3bb49c558c7a','',NULL),(7865,'en','avia_framework','b1a32e04af82d33e2875dc77d46949ad','Provide a message which indicates that your site uses cookies.',NULL,NULL,'LINE',NULL,0,'','f17933d11bfec14e94094145f0c3718e','',NULL),(7866,'en','avia_framework','a65ae297242cb5bc4784d83b07b3fe8c','Message Bar Position',NULL,NULL,'LINE',NULL,0,'','e21cae9361e6feeab0e0ad1476a07ffd','',NULL),(7867,'en','avia_framework','695a31e8dcad92793dd4ea71ac20a147','Where on the page should the message bar appear?',NULL,NULL,'LINE',NULL,0,'','9d758eca3954cdf79061d6095171d492','',NULL),(7868,'en','avia_framework','a4ffdcf0dc1f31b9acaf295d75b51d00','Top',NULL,NULL,'LINE',NULL,0,'','45f5761e6f6205dbf468851a95b0e704','',NULL),(7869,'en','avia_framework','2ad9d63b69c4a10a5cc9cad923133bc4','Bottom',NULL,NULL,'LINE',NULL,0,'','d0a27d9142cf184c9bfb91c2fe12f056','',NULL),(7870,'en','avia_framework','eefd7f8c6f2e13e1b27ef817557d3488','Top Left Corner',NULL,NULL,'LINE',NULL,0,'','43594e1849686219b10380ff8e75c7d6','',NULL),(7871,'en','avia_framework','e8f91551920b4e955b8515351f909eac','Top Right Corner',NULL,NULL,'LINE',NULL,0,'','76f40d03d8f41fe73e3d5958c181ff18','',NULL),(7872,'en','avia_framework','28af250ad13ee15154b8e4de79ec1f7e','Bottom Left Corner',NULL,NULL,'LINE',NULL,0,'','4f5f530f34e75f38cfe35cf709b3769f','',NULL),(7873,'en','avia_framework','99a0c9a033ff25ffb307b9ae4f99cdfd','Bottom Right Corner',NULL,NULL,'LINE',NULL,0,'','0b7103de6e9c663724479eb7364ec377','',NULL),(7874,'en','avia_framework','5b3ec15499a125805b5bbf8e4afcec8c','Buttons',NULL,NULL,'LINE',NULL,0,'','48515da0cee0cdbc3c99e6c2fa998d67','',NULL),(7875,'en','avia_framework','665b1499664c908aa5b41f36e8fe19f7','You can create any number of buttons/links for your message bar here:',NULL,NULL,'LINE',NULL,0,'','9ff13711967a1c8e3d05a1dda82940fd','',NULL),(7876,'en','avia_framework','eb7f929fae900d3f139398b2403823cd','Button Label',NULL,NULL,'LINE',NULL,0,'','a242e5cb78f20a907a67ef77f84c3aa9','',NULL),(7877,'en','avia_framework','0e62acbef3de935c0473e7528aca3eba','Button Action',NULL,NULL,'LINE',NULL,0,'','4984e8d338f02dae8236bae5ad3b0ec1','',NULL),(7878,'en','avia_framework','0bb28436de538ab5e56744b29a5fafc4','Dismiss the notification',NULL,NULL,'LINE',NULL,0,'','50196d487a9ea6c3c15bd704c031f554','',NULL),(7879,'en','avia_framework','c5705c586583a02bc046e42363903d3e','Link to another page',NULL,NULL,'LINE',NULL,0,'','01c376867e9368e1891816ef3ac7a0ca','',NULL),(7880,'en','avia_framework','e20c25f08f1a2cab4a13725ded354801','Open info modal on privacy and cookies',NULL,NULL,'LINE',NULL,0,'','535f6419b2142eb18d4190785acecb4e','',NULL),(7881,'en','avia_framework','c4b4f98bdf14cc79d1cdc449e1cf78df','Button Link',NULL,NULL,'LINE',NULL,0,'','627edfd57585607168ed8eade03aec4e','',NULL),(7882,'en','avia_framework','74664f73382bfed8a309d7f1eefff5a2','Modal window with privacy and cookie info',NULL,NULL,'LINE',NULL,0,'','88a12021ed1600673fc2318826b8972c','',NULL),(7883,'en','avia_framework','b6e2da3e19bd1ddaf39b6fe737ef1d87','Instead of displaying the default content set custom content yourself',NULL,NULL,'LINE',NULL,0,'','acd0c39d8c204abe1df6a9dbcd9383af','',NULL),(7884,'en','avia_framework','3658ea3ce59332e1affd63c45e6892d0','Main Heading',NULL,NULL,'LINE',NULL,0,'','52605aceaaa73a4ffa23bd8a3b12ecde','',NULL),(7885,'en','avia_framework','f1b42c89e59c35768edf7f42feec670a','How we use cookies',NULL,NULL,'LINE',NULL,0,'','6dce8473caae69816ce5a509f6723e5c','',NULL),(7886,'en','avia_framework','b2bd7ce6e7763faf29d8e25825d45071','We may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website. <br><br>Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.',NULL,NULL,'LINE',NULL,0,'','84bd244857416c0055390428a0d9e529','',NULL),(7887,'en','avia_framework','d7637988043e7955300c75eac90316a1','Essential Website Cookies',NULL,NULL,'LINE',NULL,0,'','f3155bc6e14596e4284b619202cafbb8','',NULL),(7888,'en','avia_framework','80d5042e8d81780afe66568f8cb0a43d','These cookies are strictly necessary to provide you with services available through our website and to use some of its features. <br><br>Because these cookies are strictly necessary to deliver the website, you cannot refuse them without impacting how our site functions. You can block or delete them by changing your browser settings and force blocking all cookies on this website.',NULL,NULL,'LINE',NULL,0,'','7bf80733c3553d8720fbba8f3ec7704d','',NULL),(7889,'en','avia_framework','43d366b14b875826b47f3a461f0e891c','Google Analytics Cookies',NULL,NULL,'LINE',NULL,0,'','42aa816354c7abcf87596800c9162787','',NULL),(7890,'en','avia_framework','f55c62b62702a8ad4495f65ba90cf7f6','These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience. <br><br>If you do not want that we track your visist to our site you can disable tracking in your browser here: [av_privacy_google_tracking]',NULL,NULL,'LINE',NULL,0,'','8f702e10a26499967abce6a7d04fbc21','',NULL),(7891,'en','avia_framework','5c1dc57de9be3bdc1342ade5d8e53f19','Other external services',NULL,NULL,'LINE',NULL,0,'','8e002486758eb01a088ac38ad8c3bf54','',NULL),(7892,'en','avia_framework','caaea0d0502432464a983bcb9ab07866','We also use different external services like Google Webfonts, Google Maps and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.<br><br>\n\nGoogle Webfont Settings:					\n[av_privacy_google_webfonts]\n\nGoogle Map Settings:\n[av_privacy_google_maps]\n\nVimeo and Youtube video embeds:\n[av_privacy_video_embeds]',NULL,NULL,'LINE',NULL,0,'','5127e57c8b6805487b7a4c069f1a1544','',NULL),(7893,'en','avia_framework','a76eec9bf7f771a2a91553ee913be991','You can read about our cookies and privacy settings in detail on our Privacy Policy Page. <br><br> [av_privacy_link]',NULL,NULL,'LINE',NULL,0,'','fb15c1371aea15f6944b3a0102c1e247','',NULL),(7894,'en','avia_framework','f9232dcff0bf60f60a06a4f20ba3138f','Tab Label',NULL,NULL,'LINE',NULL,0,'','70648546299d5a784271e04d580612d0','',NULL),(7895,'en','avia_framework','5a9bf0bc2b910b5e03c3f85d363838e7','Tab Content',NULL,NULL,'LINE',NULL,0,'','1b2575c5fa7ffbfc8dd07e4d86c71fb7','',NULL),(7896,'en','avia_framework','8c8ac311c753a5337e9ecc604e89e03e','Newsletter via Mailchimp',NULL,NULL,'LINE',NULL,0,'','c125744867685c507d35f1647b908127','',NULL),(7897,'en','avia_framework','5c436f45f3289ad9213de3d664058e1a','Mailchimp allows you to easily use newsletter functionality with this theme. In order to use the Newsletter features you need to create a Mailchimp account and enter your API key into the field below.',NULL,NULL,'LINE',NULL,0,'','f8fef954c2e42dfe1d57f5764a21358d','',NULL),(7898,'en','avia_framework','4f2d307d167bddbf8cff1e0769b1c0e3','You can find your API key here',NULL,NULL,'LINE',NULL,0,'','e27f23e321eac507f1d2d5463dc47291','',NULL),(7899,'en','avia_framework','3dbbd4c074d48694d7ad58685a8ab658','Enter a valid Mailchimp API Key to use all newsletter related theme functions',NULL,NULL,'LINE',NULL,0,'','1f4e3680113ed01188bc30cfd27830ef','',NULL),(7900,'en','avia_framework','aed5124550a44fb4649223a1039f5baa','Check Key again & renew Lists',NULL,NULL,'LINE',NULL,0,'','f16e455c0b2445b83deb3b5051d5e156','',NULL),(7901,'en','avia_framework','b519ba30f586afa35b90c056a5b75baa','Header Shopping Cart Icon',NULL,NULL,'LINE',NULL,0,'','e635c624f49603d2fad56aa8dbccd624','',NULL),(7902,'en','avia_framework','54a518587f828706e059f6b469227d77','You can choose the appearance of the cart icon here',NULL,NULL,'LINE',NULL,0,'','aa146e06200eaa28a80afbae408d14ff','',NULL),(7903,'en','avia_framework','4a30ea8ce65b0e9981cc5557f8db6079','Display Floating on the side, but only once product was added to the cart',NULL,NULL,'LINE',NULL,0,'','c0695892e033994f888fa734fe281817','',NULL),(7904,'en','avia_framework','bfc6a2811f9166e8f1dc2a6931c100ba','Always Display floating on the side',NULL,NULL,'LINE',NULL,0,'','85e9dcce7db2b11e39d8d7338e99a3db','',NULL),(7905,'en','avia_framework','8fc0c33c267744c45d8c32b4c1b32d5e','Always Display attached to the main menu',NULL,NULL,'LINE',NULL,0,'','13b62c7aca3a0bf2ef245c0ecf709263','',NULL),(7906,'en','avia_framework','1a4fc986feba0cd55bad940c5f30b8ba','Product layout on overview pages',NULL,NULL,'LINE',NULL,0,'','1c21681b79019eec98a247b993d26433','',NULL),(7907,'en','avia_framework','38d0aa779d21ed99a9bfbcfc1be529ae','You can choose the appearance of your products here',NULL,NULL,'LINE',NULL,0,'','a1df7956f6b2328562853b098bc247b2','',NULL),(7908,'en','avia_framework','5ed6ab2d6bb4a9edced44989fb2305d8','Default without buttons',NULL,NULL,'LINE',NULL,0,'','9d17f1d7d663f478ddaca36821845785','',NULL),(7909,'en','avia_framework','c35e002777cc0736718b9cb1de460225','Minimal (no borders or buttons)',NULL,NULL,'LINE',NULL,0,'','5399ca00a724898ad53933d9b349eb85','',NULL),(7910,'en','avia_framework','4c81b0ce21209352039048d5222404dd','Minimal Overlay with centered text',NULL,NULL,'LINE',NULL,0,'','3cb8190e4235362876381c6ef99da6bd','',NULL),(7911,'en','avia_framework','1641f430cac9d04e796ff8d89e44af7e','Product gallery',NULL,NULL,'LINE',NULL,0,'','75b10cff0c3f4b71b272a82dce942c73','',NULL),(7912,'en','avia_framework','786f7685aeabf2db10709d577662fec2','You can choose the appearance of your product gallery here',NULL,NULL,'LINE',NULL,0,'','4c8080db8fecddcb5301e93a473b66b0','',NULL),(7913,'en','avia_framework','8a6eb456052f5c58f0ba01123a88bf30','Default enfold product gallery',NULL,NULL,'LINE',NULL,0,'','d09b6079bfa2151bea8ab033c001add5','',NULL),(7914,'en','avia_framework','e2646e704029c7e3b0e917311a89ad0f','WooCommerce 3.0 product gallery',NULL,NULL,'LINE',NULL,0,'','ee0aef55b16806b41a2794462723061f','',NULL),(7915,'en','avia_framework','0daffddfc1ab835e8e4975e9302c8750','Main Shop Page Banner',NULL,NULL,'LINE',NULL,0,'','3d473d902c132981c0e6790084a7d901','',NULL),(7916,'en','avia_framework','a572e5c147a684e893674287a4c86ca3','You can choose to display a parallax banner with description on the shop page',NULL,NULL,'LINE',NULL,0,'','a5f3f81cc2eea93e862a0350ae7a790d','',NULL),(7917,'en','avia_framework','a14f1397253f28734064b99c3753dff8','No, display no banner',NULL,NULL,'LINE',NULL,0,'','336a69666155622c2fc5f38196a5615c','',NULL),(7918,'en','avia_framework','3295113f8f56b62e89547c473709760d','Yes, display a banner image',NULL,NULL,'LINE',NULL,0,'','565fbebcb7f38d72635ce701937631ad','',NULL),(7919,'en','avia_framework','a44773159b3eecdded44618b77edbe91','Shop Banner Image',NULL,NULL,'LINE',NULL,0,'','8f5d9c3c93b2bd48c98027ecbf95bac9','',NULL),(7920,'en','avia_framework','9d5e0c3cd8917254bde08606e52c7962','Upload a large banner image which will be displayed as a background to the shop description',NULL,NULL,'LINE',NULL,0,'','94af220f4c6d4ab601a4ead54411572f','',NULL),(7921,'en','avia_framework','38d418f279046ed29dfc78ccec77a046','Use Image as banner',NULL,NULL,'LINE',NULL,0,'','7dc9d4363018341485173c76321e555e','',NULL),(7922,'en','avia_framework','fcec4b11f90e9982f78628755264946b','Shop Banner Image Color Overlay',NULL,NULL,'LINE',NULL,0,'','d9de8452371b89f6ee2d9b108a0ef375','',NULL),(7923,'en','avia_framework','2036010412be3cf45e150151575e057d','Set a color to display a overlay above the banner image.',NULL,NULL,'LINE',NULL,0,'','2e7c0f39b1b54820dd6c7e1ac23e65d5','',NULL),(7924,'en','avia_framework','aabd08574a6bf9704b04631a2ad00425','Overlay Opacity',NULL,NULL,'LINE',NULL,0,'','0101a22bdfe76c97a5a02c72704842c0','',NULL),(7925,'en','avia_framework','fecef0a44c22b2d192d883898b358aa9','Select the opacity of your colored banner overlay',NULL,NULL,'LINE',NULL,0,'','7891bc3d42ca8156971409a8490c3988','',NULL),(7926,'en','avia_framework','5d605634919b04d3954d61654cb1ea64','Shop Description',NULL,NULL,'LINE',NULL,0,'','0bef5d2f1b5cc27b75146788c7c39f22','',NULL),(7927,'en','avia_framework','1692e7716dd0b6815ac2ded48dc57ee9','Enter a short description or welcome note for your default Shop Page',NULL,NULL,'LINE',NULL,0,'','33c3a89c55c7b4e918d73968ca11983a','',NULL),(7928,'en','avia_framework','f2773f0db4db56d2759d20de5aa7bd5f','Shop Description Color',NULL,NULL,'LINE',NULL,0,'','07e3c1af7322276d0d9564d686c5fe04','',NULL),(7929,'en','avia_framework','4d6552287035c2e4845996eb1f92a6ff','Select the color of your shop description',NULL,NULL,'LINE',NULL,0,'','4e4ae884a0913a1e67e67a971f0c55ac','',NULL),(7930,'en','avia_framework','22bc696a24ea2cefbe50331d071704ff','Enable Banner for product category pages',NULL,NULL,'LINE',NULL,0,'','d4676a7ba801e447af62499afb9a3783','',NULL),(7931,'en','avia_framework','d8fe6c29bbd03b0984a6ece56c37b02f','You can enable the shop banner for all categories as well. You can also set individual banners by editing the category',NULL,NULL,'LINE',NULL,0,'','9f554cec9b33e1029333756276262586','',NULL),(7932,'en','avia_framework','66f697adf6152c00fe7ae834d47c62b2','A rough preview of the frontend.',NULL,NULL,'LINE',NULL,0,'','99c6f37ff5b66fb361dc755dcd8e377f','',NULL),(7933,'en','avia_framework','ebd9bec4d70abc789d439c1f136b0538','Layout',NULL,NULL,'LINE',NULL,0,'','645559dcdcdb48748f96f03d2a673a1c','',NULL),(7934,'en','avia_framework','193bd64495c507f6c9025eb0951f77b3','Use stretched or boxed layout?',NULL,NULL,'LINE',NULL,0,'','8dd51a28dde6ffd708f04552740c2a74','',NULL),(7935,'en','avia_framework','d0972cde3e4930d96607eb2d0e5919c5','The stretched layout expands from the left side of the viewport to the right.',NULL,NULL,'LINE',NULL,0,'','479e35d7b76970c883aaf2a2f7d5b520','',NULL),(7936,'en','avia_framework','220be731a8308ea97792115fd1831799','Stretched layout',NULL,NULL,'LINE',NULL,0,'','d7a628dc08b4640a2bb1c2cfc07e171e','',NULL),(7937,'en','avia_framework','8a83236718937c8d6b25cb21c2e3841b','Boxed Layout',NULL,NULL,'LINE',NULL,0,'','a6f126928baadebdc82d8e209a1b5fa0','',NULL),(7938,'en','avia_framework','827e6a0b26c3ea1cdf54681941e48b77','Fixed Frame',NULL,NULL,'LINE',NULL,0,'','a8fa89d1f4d7a6e0cc600e29b318c058','',NULL),(7939,'en','avia_framework','770e59e9df06a478bf98cbcb5ef5dd59','Frame Width',NULL,NULL,'LINE',NULL,0,'','bafed7f9998c91d8146ac05d4b4eed5f','',NULL),(7940,'en','avia_framework','ab66112a3f2b615f7b43f71199fe8850','Modify the frame color by changing the Body Background in',NULL,NULL,'LINE',NULL,0,'','6827af3f1700251625f3de4252f9cf44','',NULL),(7941,'en','avia_framework','6ca76224a36458c4fa930300ec7fd720','Logo and Main Menu',NULL,NULL,'LINE',NULL,0,'','ba3e9ddf1479a9f0ff70d30896ef7e05','',NULL),(7942,'en','avia_framework','110b54ba0c699bb6f6bfff472356b1a1','You can place your logo and main menu at the top of your site or within a sidebar',NULL,NULL,'LINE',NULL,0,'','85a7b566c8b44fcaa4e87893654578fb','',NULL),(7943,'en','avia_framework','2b7125aa9daa9c5b1b9e17a7d8fc94d9','Top Header',NULL,NULL,'LINE',NULL,0,'','e99cb56c6ed76dd045a87398d6e7cb84','',NULL),(7944,'en','avia_framework','69847143f57cba5d08123f1df77e1b44','Left Sidebar',NULL,NULL,'LINE',NULL,0,'','5057788592cb634cf523399822b30a06','',NULL),(7945,'en','avia_framework','e2888bce47147f5ec66aa790f8dcab45','Right Sidebar',NULL,NULL,'LINE',NULL,0,'','ea1d8785916c22d595d7f3038451749c','',NULL),(7946,'en','avia_framework','d1afeb81f2bf30b8ee4ee21ab553cc7d','Content Alignment',NULL,NULL,'LINE',NULL,0,'','c5f2b63981a80bc598bbfa1ac90623fa','',NULL),(7947,'en','avia_framework','c039d6d68f8c1eddd9d32a4ef181dc51','If the window width exceeds the maximum content width, where do you want to place your content',NULL,NULL,'LINE',NULL,0,'','88971e7d2ddf2b8304d7dee9cf7e4d3d','',NULL),(7948,'en','avia_framework','4267f28636a38bfd7b1adf377a22037a','Center Content',NULL,NULL,'LINE',NULL,0,'','94f25e0cbb15bdbe0a74f36861f8d46e','',NULL),(7949,'en','avia_framework','8064f10c66b9e74b7568b1250f0854ef','Position at the Left',NULL,NULL,'LINE',NULL,0,'','98c686ff86d051f29129c4632e44548d','',NULL),(7950,'en','avia_framework','ab6b920413cd4143d21971692426030c','Position at the Right',NULL,NULL,'LINE',NULL,0,'','d988f8b480e620e700ee81e68c16d323','',NULL),(7951,'en','avia_framework','42499bd902ebe8240663994411e4d9db','Sticky Sidebar menu',NULL,NULL,'LINE',NULL,0,'','e0f0bd9a9c92b541867d412425797cda','',NULL),(7952,'en','avia_framework','98f6bbde6eb71f9a020c3af29a30b520','You can choose if you want a sticky sidebar that does not scroll with the content',NULL,NULL,'LINE',NULL,0,'','64140358a58f68377bc4e6874d3d2d86','',NULL),(7953,'en','avia_framework','727bec534002b38737642ef737334574','Sticky if Sidebar is smaller than the screen height, scroll otherwise',NULL,NULL,'LINE',NULL,0,'','4ac2570f3456c78443d146c59d529f2b','',NULL),(7954,'en','avia_framework','81bb19e97add0c47a8373a018a642181','Always Sticky',NULL,NULL,'LINE',NULL,0,'','1448f0e6c6abf392b78e89d9d0328975','',NULL),(7955,'en','avia_framework','ebb054623f14ac78776426b0044761fc','Never Sticky',NULL,NULL,'LINE',NULL,0,'','e0d5a2e4f20da66e912761bd8ce52269','',NULL),(7956,'en','avia_framework','14323474ad4f264801241e7aaf13d263','Main Menu Sidebar',NULL,NULL,'LINE',NULL,0,'','7dd0b12b4131319ae3eab664583e68e6','',NULL),(7957,'en','avia_framework','f0589a9e5d9eb5e3d32e2aac5257bcbc','You can choose to use the main menu area to also display widget areas',NULL,NULL,'LINE',NULL,0,'','df2a053a26808e27e7aa57c908218089','',NULL),(7958,'en','avia_framework','655e049354afe6c9e013831cdbe5e863','Display social icons below main menu? (You can set your social icons at',NULL,NULL,'LINE',NULL,0,'','89bc119cbd548bc8d7e3c729f838303e','',NULL),(7959,'en','avia_framework','c9287ccd294d613bc0481154b37d8876','Check to display',NULL,NULL,'LINE',NULL,0,'','cb635008cc398c34265e7d33a43b2289','',NULL),(7960,'en','avia_framework','f4843c1c797abf1a256c8802b6cd9f51','Dimensions',NULL,NULL,'LINE',NULL,0,'','01ae96c9221b450bfed495a5c3290129','',NULL),(7961,'en','avia_framework','0526de200061d67c9863840ac36344d4','Responsive Site',NULL,NULL,'LINE',NULL,0,'','6c96f0c15b7e81a9d361c3f8a93b74c9','',NULL),(7962,'en','avia_framework','ace491c0c596beb4665e2ad6113fd65b','If enabled the size of your website will adapt and change the layout to fit smaller screens, like tablets or mobile phones',NULL,NULL,'LINE',NULL,0,'','fbdc60492d40669776ae111d4ed7de12','',NULL),(7963,'en','avia_framework','78ff6a53b23367a37ee4920077b9d6c9','Maximum Container width',NULL,NULL,'LINE',NULL,0,'','6a8350903e0f5dc83b64387867d38803','',NULL),(7964,'en','avia_framework','25ec6581b641d1f2a4349fa030b5e311','Enter the maximum content width for your site. Pixel and % are allowed eg: 1130px, 1310px, 100% ',NULL,NULL,'LINE',NULL,0,'','291872bf20de6519f1e3ad012d2ee906','',NULL),(7965,'en','avia_framework','c73b44b918613a2b7acc2cd000e61f9f','Content | Sidebar Ratio',NULL,NULL,'LINE',NULL,0,'','b9a7d771db33c4aa0e30be8614a6b9ec','',NULL),(7966,'en','avia_framework','d32179be3feae9603d0bfe63992d48a7','Here you can choose the width of your content and sidebar. First Number indicates the content width, second number indicates sidebar width.',NULL,NULL,'LINE',NULL,0,'','0a5d72096e7e95ba467d1841df8c58f3','',NULL),(7967,'en','avia_framework','fc9d3df613063ee57906c461320744e2','Note:',NULL,NULL,'LINE',NULL,0,'','a2b5174476a1cf62bc85792438cf503b','',NULL),(7968,'en','avia_framework','3fcbff229a73b81881726d6eb302f467','If you want to disable sidebars you can do so in the',NULL,NULL,'LINE',NULL,0,'','fa18ba8c0352cc6129eaeda90b9f8df7','',NULL),(7969,'en','avia_framework','e401f1237e2673e5f2bd78058f691962','Content + Sidebar width',NULL,NULL,'LINE',NULL,0,'','efeda6c0da5548e2bbe8b27bdc6a7421','',NULL),(7970,'en','avia_framework','bb322aa9eaf7efad615023666972ea16','Here you can enter the combined width of content and sidebar',NULL,NULL,'LINE',NULL,0,'','19c91f234987258e520f5c291fa1edf1','',NULL),(7971,'en','avia_framework','e3ad2266cc0cacfbe2d730a95ca894bf','Import Settings from your Parent Theme',NULL,NULL,'LINE',NULL,0,'','bf5d13a54849ee74afb78e293e8e6902','',NULL),(7972,'en','avia_framework','54b7d40a16684f6feebde20fa7166369','We have detected that you are using a Child Theme. That\'s Great!. If you want to, we can import the settings of your Parent theme to your Child theme. Please be aware that this will overwrite your current child theme settings.',NULL,NULL,'LINE',NULL,0,'','f5019943515a81ce9fab5d8563443e8d','',NULL),(7973,'en','avia_framework','f7d59e7348ff25483fcf8aee5620e1b9','Export Theme Settings File',NULL,NULL,'LINE',NULL,0,'','be4e982b9ea4268c7c550b43ad3b095b','',NULL),(7974,'en','avia_framework','7fad2b3217a0120854e89cd0e001f913','Click the button to generate and download a config file which contains the theme settings. You can use the config file to import the theme settings on another sever.',NULL,NULL,'LINE',NULL,0,'','dca7190917a333f38f5403859529f657','',NULL),(7975,'en','avia_framework','21f618e1f8994c788ef9b15bb748b4c0','Import Theme Settings File',NULL,NULL,'LINE',NULL,0,'','5589ce6e0f862f1ea4394f339c3d7c22','',NULL),(7976,'en','avia_framework','270038c1dd76c1d19db86304f76903c5','Upload a theme configuration file here. Note that the configuration file settings will overwrite your current configuration and you can\'t restore the current configuration afterwards.',NULL,NULL,'LINE',NULL,0,'','932823e63efa9b2b01d21099d96b76d0','',NULL),(7977,'en','avia_framework','e9f4354728efc6a89c85c929e170da62','Upload Theme Settings File',NULL,NULL,'LINE',NULL,0,'','20c0ecbb21ac1211c55833011ab19c94','',NULL),(7978,'en','avia_framework','868fea250adf30ff720a82c009f4c3f0','Insert Settings File',NULL,NULL,'LINE',NULL,0,'','75ab1dac7f5f0c2900947d9a2e37586d','',NULL),(7979,'en','avia_framework','952f64827ea3e5ab2c82d30653eecf13','Iconfont Manager',NULL,NULL,'LINE',NULL,0,'','3128ebcbb7863d93764f777fa4e59fdd','',NULL),(7980,'en','avia_framework','2a6606597391b500ab4021c4daea26c6','You can upload additional Iconfont Packages generated with',NULL,NULL,'LINE',NULL,0,'','12f7a3c52d341df818ee7efc8aa47887','',NULL),(7981,'en','avia_framework','4d165c8f4373d74d539fedf3aed77935','or use monocolored icon sets from',NULL,NULL,'LINE',NULL,0,'','76d12005dc2506df46c901d16fee2589','',NULL),(7982,'en','avia_framework','09aae495508fe2ba68f5118cd13741b0','Those icons can then be used in your Layout Builder.',NULL,NULL,'LINE',NULL,0,'','9fa74048c925cde1443860f7e22d5b88','',NULL),(7983,'en','avia_framework','1915d8b8f9cc572363446c19b36098d5','The \'Default Font\' can\'t be deleted.',NULL,NULL,'LINE',NULL,0,'','59af68256ae68606b1e326544cb45c17','',NULL),(7984,'en','avia_framework','fb520cc34297b6ae7f6259cdd9b2683e','Make sure to delete any fonts that you are not using, to keep the loading time for your visitors low',NULL,NULL,'LINE',NULL,0,'','803072f8c299b7efd43e620da04b6eb5','',NULL),(7985,'en','avia_framework','921eced790a8b14c10755b8cdab3bb29','Upload/Select Fontello Font Zip',NULL,NULL,'LINE',NULL,0,'','cec9466ab9e7d0c97b5178d6bdb884fc','',NULL),(7986,'en','avia_framework','90485fed84a6639e2a189e0976dda447','Insert Zip File',NULL,NULL,'LINE',NULL,0,'','cad17c648c0ee5250a916b7d89d1eb56','',NULL),(7987,'en','avia_framework','bebcbcd323a23ed202e4838336106cc0','Custom Font Manager',NULL,NULL,'LINE',NULL,0,'','d2a0c81deae5e9e1d6b5da9165aa5165','',NULL),(7988,'en','avia_framework','99431f524f67a81fec05c63254fe72dd','You can upload your custom Font zip files. Intended for <a href=\'https://fonts.google.com/\' target=\'_blank\'>Google Webkit Fonts</a>.',NULL,NULL,'LINE',NULL,0,'','6586935c342ca88e31e054222fbe5a78','',NULL),(7989,'en','avia_framework','4891c8bf1ef3582ce548be8e21cc813e','Upload/Select Font Zip File',NULL,NULL,'LINE',NULL,0,'','2f7b75fa7abd7ec8f586181969ad960a','',NULL),(7990,'en','avia_framework','c3d682612c6150e485bc7b153aa5a823','Frontpage Settings',NULL,NULL,'LINE',NULL,0,'','e46c3fc65dbb9f19e686efa67cf7ba8b','',NULL),(7991,'en','avia_framework','e525f414893cae56487f9602856b7e97','Select which page to display on your Frontpage. If left blank the Blog will be displayed',NULL,NULL,'LINE',NULL,0,'','4cb39791e337519766ffaaa01e566aa9','',NULL),(7992,'en','avia_framework','0a0124f649d63f5c87d8e7882f8a2a72','And where do you want to display the Blog?',NULL,NULL,'LINE',NULL,0,'','a34aabcd6bb9f0f424ba18024f3ef1f5','',NULL),(7993,'en','avia_framework','9499d23737d46623e2030eddda50409a','Select which page to display as your Blog Page. If left blank no blog will be displayed',NULL,NULL,'LINE',NULL,0,'','74eacbb04e05a82c017a2cf18b585d31','',NULL),(7994,'en','avia_framework','96a5c21df56164ef79d748a2426cef22','Notice: Your blog is currently disabled. You can enable it',NULL,NULL,'LINE',NULL,0,'','4e14c5df27ce38d25aebf8bd629544aa','',NULL),(7995,'en','avia_framework','6c92285fa6d3e827b198d120ea3ac674','here',NULL,NULL,'LINE',NULL,0,'','3dffd414ea4b65a1cef6d6b8a1c8ddb3','',NULL),(7996,'en','avia_framework','8c2857a9ad1d8f31659e35e904e20fa6','Logo',NULL,NULL,'LINE',NULL,0,'','f5c664560521e9706964ac94eb684b81','',NULL),(7997,'en','avia_framework','dc6a2aa8cef3b6604f5eed4ec8576070','Upload a logo image, or enter the URL or ID of an image if its already uploaded. The themes default logo gets applied if the input field is left blank',NULL,NULL,'LINE',NULL,0,'','b29b3ea386d94e89aa41de66248c1cba','',NULL),(7998,'en','avia_framework','875fc21247049db5e7d5dd27489349ea','Logo Dimension: 340px * 156px (if your logo is larger you might need to change the Header size in your',NULL,NULL,'LINE',NULL,0,'','66b2ef14f08f6bae175243c0a20efdf1','',NULL),(7999,'en','avia_framework','42a153ca032acea2d8eb5569956f40e4','Header Settings',NULL,NULL,'LINE',NULL,0,'','e4ed8d7560ea0288fac4a3ecfe5f2f78','',NULL),(8000,'en','avia_framework','87426dbe1b77b7303a0d99490e0ffefc','Use Image as logo',NULL,NULL,'LINE',NULL,0,'','45df114e7d5084370d9f1277d115f239','',NULL),(8001,'en','avia_framework','49e95301d8fcdbc23f623e0f2d1ed1e6','Favicon',NULL,NULL,'LINE',NULL,0,'','485245363ade93ea091248fb90963c77','',NULL),(8002,'en','avia_framework','93c3bb2c092704ded24c1a72815b2328','Specify a favicon for your site.',NULL,NULL,'LINE',NULL,0,'','3db885b8ee284a5b12b2e2874867e317','',NULL),(8003,'en','avia_framework','8d8be55b7f2dca82cc60b9893b4a3f0a','Accepted formats: .ico, .png, .gif',NULL,NULL,'LINE',NULL,0,'','0e1355a42ee6d6f6ced016a166e32af3','',NULL),(8004,'en','avia_framework','33127b6e6d322db44dedc2063deb5992','What is a',NULL,NULL,'LINE',NULL,0,'','22af27bea87d473c54fdfe1541093476','',NULL),(8005,'en','avia_framework','d02a42d9cb3dec9320e5f550278911c7','favicon',NULL,NULL,'LINE',NULL,0,'','0354ff7f18dcc0a306cf2f8a5dc7ba39','',NULL),(8006,'en','avia_framework','8774168bce12fdbadde21e61e942944f','Use Image as Favicon',NULL,NULL,'LINE',NULL,0,'','f9ecc6236a83fef46ee04c0b150a31d5','',NULL),(8007,'en','avia_framework','8c54fbb24dab4cb4a99665f9d340d748','Page Preloading',NULL,NULL,'LINE',NULL,0,'','599f3cc88d460e3784f2e2d0d8f2b72b','',NULL),(8008,'en','avia_framework','2ec51f59aa0a171196eb9f994262d06c','Show a preloader when opening a page on your site.',NULL,NULL,'LINE',NULL,0,'','508f831612cc55864afccd028ad1f552','',NULL),(8009,'en','avia_framework','d6cc2270bb6bc8e18b447f5d0f016a68','Page Transitions',NULL,NULL,'LINE',NULL,0,'','c05c342a308a12114a41f8d72f55751a','',NULL),(8010,'en','avia_framework','8624b1af8018e9ed9534792ef47b00f6','Smooth page transition when navigating from one page to the next. Please disable if this causes problems with plugins when navigating ajax or otherwise dynamical created content',NULL,NULL,'LINE',NULL,0,'','28e26aae12dc50ac5d5ab15a7baecdb1','',NULL),(8011,'en','avia_framework','11ab11efd06e82caf0358a8a17084254','Custom Logo for preloader',NULL,NULL,'LINE',NULL,0,'','0c739da25d77fff7dbed049a49605848','',NULL),(8012,'en','avia_framework','aff1d80c3f440592e38c012f9dfacf44','Upload an optional logo image for your preloader page',NULL,NULL,'LINE',NULL,0,'','f1ff607b763c9d3560131601944279b7','',NULL),(8013,'en','avia_framework','f12b004e2b232a9e5ead840fb6899a87','Lightbox Modal Window',NULL,NULL,'LINE',NULL,0,'','52c50de738ccc3979dcd5b5e24632001','',NULL),(8014,'en','avia_framework','67c1b5e004c9d2e72c460a467a238f19','Check to enable the default lightbox that opens once you click a link to an image. Uncheck only if you want to use your own modal window plugin',NULL,NULL,'LINE',NULL,0,'','b2c993e435a83f97b7f13c4879b2ed99','',NULL),(8015,'en','avia_framework','21ba5005b9eb7e6569cf871b4f6db9c4','Error 404 Page',NULL,NULL,'LINE',NULL,0,'','6ad6319df82ae2ab5605c22456c4f3ae','',NULL),(8016,'en','avia_framework','d1e4c52febd0715029b08cbf135e4ac9','Click to use any page as your custom Error 404 Page',NULL,NULL,'LINE',NULL,0,'','7a49f6fab4ac6c4589fc8c3f23dd2357','',NULL),(8017,'en','avia_framework','93cbf5f50673914c62b2f761dbc04e2a','Custom Error 404 Page',NULL,NULL,'LINE',NULL,0,'','913290941328cfacd32c22d1f8875cd5','',NULL),(8018,'en','avia_framework','52dd77eee8f14ef04a84cedd3aaad171','If you are using a caching plugin, make sure to exclude this page from caching.',NULL,NULL,'LINE',NULL,0,'','1b8230a1d21e2366724ae04f7a62e145','',NULL),(8019,'en','avia_framework','295c54be6a83de7aa3b31efc81ad2604','Maintenance Mode',NULL,NULL,'LINE',NULL,0,'','cb4096068a8616aa0a124636885611bf','',NULL),(8020,'en','avia_framework','ae87b914ef897bec4537df17eba3e766','Check to enable maintenance mode and redirect all page requests to a maintenance page of your choice',NULL,NULL,'LINE',NULL,0,'','1d7dba2ee1198c95ba7f5d7db497cc2c','',NULL),(8021,'en','avia_framework','7f5c2ca63a5789fbd7f296b8c0f58ea7','Redirect all users to this page',NULL,NULL,'LINE',NULL,0,'','db67d1230c9752ad052e5369d04f233d','',NULL),(8022,'en','avia_framework','c356f097a10c730090f77a38dfa15212','Please note that logged in Administrators, Editors and Authors will still be able to access the site',NULL,NULL,'LINE',NULL,0,'','a93f1f248c776f065428ede201e4cc25','',NULL),(8023,'en','avia_framework','411a7ac05407684ca1ab62ed5e32bbcc','Select a predefined color scheme',NULL,NULL,'LINE',NULL,0,'','041369e6c742b5a263f2af603fc90c77','',NULL),(8024,'en','avia_framework','00ba57ed6134d577fc170329b747cd4f','Choose a predefined color scheme here. You can edit the settings of the scheme below then.',NULL,NULL,'LINE',NULL,0,'','9b0cc8b7b9619ee465951f251e2a9b56','',NULL),(8025,'en','avia_framework','f263d7d8b19da0975cbc47c6a43e6e0d','Here you can select a number of different elements and change their default styling',NULL,NULL,'LINE',NULL,0,'','054a82d06b8c83d778147897c50fb015','',NULL),(8026,'en','avia_framework','f731f6ac81656d00992c34d53ffcbec7','If a value is left empty or set to default then it will not be changed from the value defined in your CSS files',NULL,NULL,'LINE',NULL,0,'','6b94a4fcf95456ff0a171d7d3b60c168','',NULL),(8027,'en','avia_framework','2aa97e44cace7cb882c9dcba32940f8f','Attention',NULL,NULL,'LINE',NULL,0,'','46724f20c6c769e03c99bbdd5c34383c','',NULL),(8028,'en','avia_framework','dbb987395134921a9f3647f90fc0945d','This feature is in active BETA! We will constantly add new elements to customize and need your help: If you got any suggestions on what to add please post them here:',NULL,NULL,'LINE',NULL,0,'','66b2439e95820925ea0908d431af12f6','',NULL),(8029,'en','avia_framework','54bb71abea36069719e727a8fddb5dcf','Enfold Feature Requests',NULL,NULL,'LINE',NULL,0,'','1d3cb7a52cc24c4c251fddfb45a62577','',NULL),(8030,'en','avia_framework','425584844eeaa92f8b3d28402995cc7c','background color',NULL,NULL,'LINE',NULL,0,'','ac712d0a4e9ecb6a55fb3bc642484761','',NULL),(8031,'en','avia_framework','499093d9846b8809721b092306b0bab8','Default Background color',NULL,NULL,'LINE',NULL,0,'','62533bfa1c1721116ca738441078bcd9','',NULL),(8032,'en','avia_framework','d93e91f62048176f04a0406806e24bcb','Alternate Background color',NULL,NULL,'LINE',NULL,0,'','74c61c81ee1f9e5f72ac6249b4ddaf57','',NULL),(8033,'en','avia_framework','7e8d3528fc82339af046b5bebe134b58','Alternate Background for menu hover, tables etc',NULL,NULL,'LINE',NULL,0,'','12a61ef92b078362b16dec0fb1363b8b','',NULL),(8034,'en','avia_framework','3b5c7c0a40e4a36839e79e8c5f6d103f','Primary color',NULL,NULL,'LINE',NULL,0,'','26e647dd5278d29f07c8eee8c83b988e','',NULL),(8035,'en','avia_framework','baca4d46a62a002c68a88f32738d867e','Font color for links, dropcaps and other elements',NULL,NULL,'LINE',NULL,0,'','81876ea9994564a021c00443d999fe15','',NULL),(8036,'en','avia_framework','2b253c0ed846eef31453d86bbe37c214','Highlight color',NULL,NULL,'LINE',NULL,0,'','58ad45e7b68cf1fb5173f3c9629af099','',NULL),(8037,'en','avia_framework','7eb3fc1234c60232d8fedcf396bdea80','Secondary color for link and button hover, etc',NULL,NULL,'LINE',NULL,0,'','2e4cedbc11b81216c3f4ad928a05fcfa','',NULL),(8038,'en','avia_framework','c2b0cdc1691f3220f62dd3cb536ed39f','font color',NULL,NULL,'LINE',NULL,0,'','9ca71daa79cb1c8f224dcc1f0da55508','',NULL),(8039,'en','avia_framework','f39978fa5ab0a3a970a5912d133cae92','secondary font color',NULL,NULL,'LINE',NULL,0,'','d44a8fa7ec2c0b17eefb041b2f005924','',NULL),(8040,'en','avia_framework','ce780ee3aca2351d069e42d7dcf843c5','Heading color',NULL,NULL,'LINE',NULL,0,'','9b47e49dd0701e8729f40f14fac38e4a','',NULL),(8041,'en','avia_framework','f428c4a618ab9adefe9d85eb275b3106','Border colors',NULL,NULL,'LINE',NULL,0,'','8212a9bac8ab6a780de4c7ab6fb8ddcf','',NULL),(8042,'en','avia_framework','abd809c9e3c1c08e97740f86b8ceabfb','Background Image',NULL,NULL,'LINE',NULL,0,'','d59780e58ddb91f562b2e30f44c674b2','',NULL),(8043,'en','avia_framework','be532bb984720568a6ad1e09d639e001','The background image of your',NULL,NULL,'LINE',NULL,0,'','03fb19d619ad4b2a47aa12ba013ed67c','',NULL),(8044,'en','avia_framework','77bc7737c62601f5ff1d3231c075cc0b','No Background Image',NULL,NULL,'LINE',NULL,0,'','d7b61fb628d2d09e744a12813bf6463e','',NULL),(8045,'en','avia_framework','4a0d9b7603f669b070dc4a102b485e42','Upload custom image',NULL,NULL,'LINE',NULL,0,'','db3a66442117f74166f613be015aae9e','',NULL),(8046,'en','avia_framework','aabd6db1b514457393bad47f54ef21da','Custom Background Image',NULL,NULL,'LINE',NULL,0,'','d0d671ddc2efa3bfd34343004827e5cc','',NULL),(8047,'en','avia_framework','244fc69093465a24ef8100ef62e417aa','Upload a BG image for your',NULL,NULL,'LINE',NULL,0,'','1bdada995901c80de54974e004166cdb','',NULL),(8048,'en','avia_framework','0788c01942c51699193ae0c99728553f','Use Image',NULL,NULL,'LINE',NULL,0,'','e7138cb61941ce815dcdde4cf2493bbc','',NULL),(8049,'en','avia_framework','44b6a1e9f590c5c1021f49ea89dc1aad','Position of the image',NULL,NULL,'LINE',NULL,0,'','47deaed9e3d63ad36d04f348b737c3c7','',NULL),(8050,'en','avia_framework','ac71274aea488e58bea2a8c716fc578f','Top Left',NULL,NULL,'LINE',NULL,0,'','84ee93128635a4c82c8701b930043c68','',NULL),(8051,'en','avia_framework','a20c9be95933e1fcf306b4b62d3792ea','Top Center',NULL,NULL,'LINE',NULL,0,'','8a22ad1fdf1e07853d19422d7c24039c','',NULL),(8052,'en','avia_framework','5f9f678446e1abe7e062b056e755e059','Top Right',NULL,NULL,'LINE',NULL,0,'','c33b416e0d01e99f595d88289a19b0f7','',NULL),(8053,'en','avia_framework','7eb5542553fa5e5db4656e1c16f1316d','Bottom Left',NULL,NULL,'LINE',NULL,0,'','52caea71100e0631c8ebb78b5081887d','',NULL),(8054,'en','avia_framework','a088c172f6a893ef408116488ef672cd','Bottom Center',NULL,NULL,'LINE',NULL,0,'','8e1f011883cbe91a2f77971e4800d9a6','',NULL),(8055,'en','avia_framework','4d297f5df921dca388a17e3336cad50f','Bottom Right',NULL,NULL,'LINE',NULL,0,'','ebefc7728f495bc0e73b19b429e0ef86','',NULL),(8056,'en','avia_framework','a60f25d3346aff68fbc4d012402b1f22','Center Left ',NULL,NULL,'LINE',NULL,0,'','fecbb230f503c125498973e66dff3f57','',NULL),(8057,'en','avia_framework','cac17249ab9a6f510f995b5005dc94a2','Center Center',NULL,NULL,'LINE',NULL,0,'','991f95f0ea53623d3dc495b4df846a76','',NULL),(8058,'en','avia_framework','d7afdc5ae6dccbb16e24d9cac4067b41','Center Right',NULL,NULL,'LINE',NULL,0,'','83cba4df791ad80e54c5b7ecdbccf360','',NULL),(8059,'en','avia_framework','7020426cfb0a204051be4b3053d2acc8','Repeat',NULL,NULL,'LINE',NULL,0,'','7f8cad85861a93a649d4956b89d27c59','',NULL),(8060,'en','avia_framework','03b63baf11369947f51c6df80870735f','no repeat',NULL,NULL,'LINE',NULL,0,'','68f9f49d0374da69ac4d951ff4769f46','',NULL),(8061,'en','avia_framework','6b5716547d0dc2f1ab955af95e8a53de','Tile Horizontally',NULL,NULL,'LINE',NULL,0,'','6ee29e3b99d6825840ba19968ce0f4ec','',NULL),(8062,'en','avia_framework','ce339b6103da34c4be8fa5ad6d2db9a4','Tile Vertically',NULL,NULL,'LINE',NULL,0,'','aecddc2a8e32489be6de45495e149714','',NULL),(8063,'en','avia_framework','e9cb217697088a98b1937d111d936281','Attachment',NULL,NULL,'LINE',NULL,0,'','362e70c8b581508068fd4fbec70dbf64','',NULL),(8064,'en','avia_framework','105078d294d30c978ca2badf7f376934','Scroll',NULL,NULL,'LINE',NULL,0,'','a8d285527d583212f8a90f875091dca2','',NULL),(8065,'en','avia_framework','4457d440870ad6d42bab9082d9bf9b61','Fixed',NULL,NULL,'LINE',NULL,0,'','14d1a51d5549e9b61f4824343106cbeb','',NULL),(8066,'en','avia_framework','9b60220e0913e3ae52554f943cdc3259','Body background',NULL,NULL,'LINE',NULL,0,'','8b0e5ca2da882c1e885ddf6bed93e6c4','',NULL),(8067,'en','avia_framework','6e7d4a6da47d8d666ece1aeea49ad1de','These options are only available if you select the \'boxed\' or \'framed\' layout. Your currently have a different layout selected',NULL,NULL,'LINE',NULL,0,'','06a81f596296fc42f7e54ca54da0aa92','',NULL),(8068,'en','avia_framework','98eb283b7b7bf251f8b32d3093e1da5c','You can change that setting',NULL,NULL,'LINE',NULL,0,'','818e82c5e30f6124bcd82e86611f6832','',NULL),(8069,'en','avia_framework','846584ef8d1a2d3bab795db826b54730','at General Layout',NULL,NULL,'LINE',NULL,0,'','83c7dc4203dd68e9fada1acfd1760314','',NULL),(8070,'en','avia_framework','cf738d5d5f604ccffb68102306a87a74','Body Background color',NULL,NULL,'LINE',NULL,0,'','95ea2a1c768f1e6749411f7559cee412','',NULL),(8071,'en','avia_framework','b95a10ac68cca8620ee12c1d0ba6f316','Background color for your site',NULL,NULL,'LINE',NULL,0,'','2574b3473710c22b175e4d9210a0f6a0','',NULL),(8072,'en','avia_framework','43720e45c9af7015d068e11beb5cb29f','This is the color that is displayed behind your boxed content area',NULL,NULL,'LINE',NULL,0,'','1230d88bdc4577ae3d6f6931a20e3f19','',NULL),(8073,'en','avia_framework','046328d0be3c324210a3a065c5347642','The background image of your Body',NULL,NULL,'LINE',NULL,0,'','9dfde93f84c5451de0e259ec5422981f','',NULL),(8074,'en','avia_framework','0ab8450ba38e0d28fd2051c3380a4d98','Upload a BG image for your Body',NULL,NULL,'LINE',NULL,0,'','16bf0a78c34d854fd861f0b307f6720a','',NULL),(8075,'en','avia_framework','8a44f20c72c25dfb5ceb8eae8169ceae','Stretch Fullscreen',NULL,NULL,'LINE',NULL,0,'','00f042917021f5917e446b0eb8d675b7','',NULL),(8076,'en','avia_framework','59c4ad3f3cb3d812d68fab7a354d4a63','Fonts',NULL,NULL,'LINE',NULL,0,'','7ce19f410756248b796ea572a18e454e','',NULL),(8077,'en','avia_framework','a89b01b5416515674ee49ccb713ffc98','Heading Font',NULL,NULL,'LINE',NULL,0,'','eaf20d82b9cc9b336986219a2793e2db','',NULL),(8078,'en','avia_framework','7764741ed04894a9472a8ad53791ea16','The Font heading allows you to use a wide range of fonts for your headings. Uplooad your own fonts, use websave fonts (faster rendering) or Google webkit fonts (more unqiue).',NULL,NULL,'LINE',NULL,0,'','441b2c6456cfbb4afb32d2e33c12d5cf','',NULL),(8079,'en','avia_framework','60745b4558718da3b30f2dee6aad2309','Font for your body text',NULL,NULL,'LINE',NULL,0,'','79bccd79aeb8381886641dc13de8d64d','',NULL),(8080,'en','avia_framework','9bbc02eb610ca4e7338f4f90ea5be9e7','Choose between your own uploaded fonts, web safe fonts (faster rendering) and Google webkit fonts (more unqiue).',NULL,NULL,'LINE',NULL,0,'','a2e045a9a72c37e9f931593b23a07a8c','',NULL),(8081,'en','avia_framework','f22b48b7b166e6eb17a67acd33732768','Default content font size',NULL,NULL,'LINE',NULL,0,'','4131a7a8da6842248c4f4baacd8848ab','',NULL),(8082,'en','avia_framework','17ef557c19b84aaebfd3633fc67bf2da','The default font size for your content (eg: blog post content)',NULL,NULL,'LINE',NULL,0,'','729e2d0d54168630bf15549b3b34fb54','',NULL),(8083,'en','avia_framework','e2e55c431f73d27cacd85f187a0b1fd6','Theme Default (13px)',NULL,NULL,'LINE',NULL,0,'','b4a06d38c41733d04716940fef6e1647','',NULL),(8084,'en','avia_framework','4ee488ca9c9869693a9be893aa6a3c70','Quick CSS',NULL,NULL,'LINE',NULL,0,'','13a86ab3eacb8e2b779ad1bc82373f59','',NULL),(8085,'en','avia_framework','3c1901b9a40a386b13f77e5e69cfa5e9','Just want to do some quick CSS changes? Enter them here, they will be applied to the theme. If you need to change major portions of the theme please use the custom.css file',NULL,NULL,'LINE',NULL,0,'','a05fa2ffd52d898fb229f6365297bd6c','',NULL),(8086,'en','avia_framework','95d9848dd110e58299c804973499787c','or the Enfold Child theme.',NULL,NULL,'LINE',NULL,0,'','1111dc0f7f51660a667860ae878fe6de','',NULL),(8087,'en','avia_framework','2be06a68c537f55a96171aaa013e9dce','Sidebar on Archive Pages',NULL,NULL,'LINE',NULL,0,'','9bc78f44ae574a0b5d139220c996e4f0','',NULL),(8088,'en','avia_framework','5c60e9852aee228ba4835f93352c946a','Choose the archive sidebar position here. This setting will be applied to all archive pages',NULL,NULL,'LINE',NULL,0,'','9dffabd69ea313c2204636e28d4bec0c','',NULL),(8089,'en','avia_framework','f0d19c5b260da4e683ccba57fdae8c29','left sidebar',NULL,NULL,'LINE',NULL,0,'','8d13eb98b05fc3e9ea8f82f13bc837b9','',NULL),(8090,'en','avia_framework','01e36a7c150b2b7770bb8b38dd263a4d','right sidebar',NULL,NULL,'LINE',NULL,0,'','c8942c63b3a9d311ada6503c026e6480','',NULL),(8091,'en','avia_framework','3e235f3025ead8b252fa1ef48332cde8','no sidebar',NULL,NULL,'LINE',NULL,0,'','579a74c64093943a615a212be3bacbac','',NULL),(8092,'en','avia_framework','4c80cf360a9ec15b4edb270f2dc650f9','Sidebar on Blog Page',NULL,NULL,'LINE',NULL,0,'','6ef58149e9e6af28d32694731e841225','',NULL),(8093,'en','avia_framework','2bfebf548988a3cbc1ab92e15c071663','Choose the blog sidebar position here. This setting will be applied to the blog page',NULL,NULL,'LINE',NULL,0,'','2831969c69e233cb9845252f41864e82','',NULL),(8094,'en','avia_framework','2362579a4fa4d0c7f5d646842c82dc41','Sidebar on Single Post Entries',NULL,NULL,'LINE',NULL,0,'','60e48297852dffcb82f2055e1df1efef','',NULL),(8095,'en','avia_framework','0f0bc111049bca3f4a7e8e992f38cbbc','Choose the blog post sidebar position here. This setting will be applied to single blog posts',NULL,NULL,'LINE',NULL,0,'','da63d3c042a68c21b6642a96687fd233','',NULL),(8096,'en','avia_framework','013664040a027f43c7c4c443903f052b','Sidebar on Pages',NULL,NULL,'LINE',NULL,0,'','ba3d58d53356f23157009589c118974c','',NULL),(8097,'en','avia_framework','19ade9d707016a0dd7403e2e48142b28','Choose the default page layout here. You can change the setting of each individual page when editing that page',NULL,NULL,'LINE',NULL,0,'','9764d37003360ed1561da1d63f714fb7','',NULL),(8098,'en','avia_framework','79bb40114999283fe95ff87dcc6acfae','Sidebar on Smartphones',NULL,NULL,'LINE',NULL,0,'','9e1c204ea9fde893f3a43afac04d154d','',NULL),(8099,'en','avia_framework','3c3d5eee2855c6d5b532961ee0b89d27','Show sidebar on smartphones (Sidebar is displayed then below the actual content)',NULL,NULL,'LINE',NULL,0,'','9efb2301a20735a6c7c872baa4209199','',NULL),(8100,'en','avia_framework','696ace2bed793769bf2673b1d6713f35','Hide sidebar on smartphones',NULL,NULL,'LINE',NULL,0,'','568203d027c247f1a5a73a9bd0d4a70b','',NULL),(8101,'en','avia_framework','ab8837a5a4d63252a01d7f094a796a0d','Show sidebar on smartphones',NULL,NULL,'LINE',NULL,0,'','ee94284150379def7eb0660dabcfad4b','',NULL),(8102,'en','avia_framework','4404edda184e88e6977f23588096c43f','Page Sidebar navigation',NULL,NULL,'LINE',NULL,0,'','a8dccddac21ad062d5e0a14a18baac80','',NULL),(8103,'en','avia_framework','53802f5b6b9bbb984f929e82cefc2110','Display a sidebar navigation for all nested subpages of a page automatically?',NULL,NULL,'LINE',NULL,0,'','ea4d74542edcd60fc6b622dc3ab8b7ed','',NULL),(8104,'en','avia_framework','579c3d209b29b155b7e54d4785ea79dc','Display sidebar navigation',NULL,NULL,'LINE',NULL,0,'','e7e050b0ea95898f6af0efb555755d37','',NULL),(8105,'en','avia_framework','df2956e6bb5f06478d5ff9e7d6c9a0c5','Don\'t display Sidebar navigation',NULL,NULL,'LINE',NULL,0,'','28bebba4aba7bc70e4eb6ee3e4724601','',NULL),(8106,'en','avia_framework','8393116e593893db05dd2c44c0c69ee2','Sidebar Separator Styling',NULL,NULL,'LINE',NULL,0,'','0a29495c087e0ecdeb2ec4e62674f501','',NULL),(8107,'en','avia_framework','36ac61ee7d5164d604d5c84d1de49374','Do you want to separate the sidebar from your main content with a border?',NULL,NULL,'LINE',NULL,0,'','04bb765d0eea9b4ec08c593bc2c9cbb5','',NULL),(8108,'en','avia_framework','d2c10c89caf48ef7114e645c93adc6bb','With Border',NULL,NULL,'LINE',NULL,0,'','c9645ad88ec02b61f82fd099ef514400','',NULL),(8109,'en','avia_framework','69408d9955b1a7b0bee3ceeb475fd635','Create new Sidebar Widget Areas',NULL,NULL,'LINE',NULL,0,'','481e5b3557a68c576f4adcc2d3fbfa53','',NULL),(8110,'en','avia_framework','e089d6f68b4f05f80e87ef65e0d6f0fb','The theme supports the creation of custom widget areas. Simply open your',NULL,NULL,'LINE',NULL,0,'','503d5cb8efdbcec01c0ef5eb536b0f96','',NULL),(8111,'en','avia_framework','13597c82c70cfb51ebb391a0d21156a3','Widgets Page',NULL,NULL,'LINE',NULL,0,'','b4b4f3088a1ca930162d6d8e192998c5','',NULL),(8112,'en','avia_framework','9ad2de87f1023b0df34d4f3e54e27094','and add a new Sidebar Area. Afterwards you can choose to display this Widget Area in the Edit Page Screen.',NULL,NULL,'LINE',NULL,0,'','08ad428adf46b295bb1a4017c888c817','',NULL),(8113,'en','avia_framework','69871c97094cc82083bd690a7ce93c18','These options are only available if you select a layout that has a main menu positioned at the top. You currently have your main menu placed in a sidebar',NULL,NULL,'LINE',NULL,0,'','f99ad16c5de0ee2d11a9871633dd0f92','',NULL),(8114,'en','avia_framework','c604cefc050197de9558fddba2938dfa','A rough layout preview of the header area',NULL,NULL,'LINE',NULL,0,'','08e250a1c7af0aa44f93a3a17f84f6bd','',NULL),(8115,'en','avia_framework','95d0574ea08906ef5e8b2a7101f2f7e3','Header layout',NULL,NULL,'LINE',NULL,0,'','bdbc727c2466ac050b448dee30c5614b','',NULL),(8116,'en','avia_framework','bdb5d677f7fe787c33d4329f55b65fe5','Menu and Logo Position',NULL,NULL,'LINE',NULL,0,'','541ff51a8ce09827b3b93fb210b340e3','',NULL),(8117,'en','avia_framework','26c45ead4b21c1f9713d8c79cac252e1','You can choose various different logo and main menu positions here',NULL,NULL,'LINE',NULL,0,'','7a93d6adea6190d3e975a7061417d3b6','',NULL),(8118,'en','avia_framework','28d9bcb9ea5c52330dfb0d4cad559221','Logo left, Menu right',NULL,NULL,'LINE',NULL,0,'','59605dc0b0f5a33ff62935f5265dc98f','',NULL),(8119,'en','avia_framework','efc95674959e379da8f5ce375db54b57','Logo right, Menu Left',NULL,NULL,'LINE',NULL,0,'','f1859bf7d841eb8b51c98fbdf53639ef','',NULL),(8120,'en','avia_framework','b31ef0107c0402a76bfa4f870736f0dc','Logo left, Menu below',NULL,NULL,'LINE',NULL,0,'','5b5434f6493645e82310905c74460d28','',NULL),(8121,'en','avia_framework','ecc332f3d9391caeff697dd7cc7cc419','Logo right, Menu below',NULL,NULL,'LINE',NULL,0,'','6c2bfc00ee0c1c6d161751f474886098','',NULL),(8122,'en','avia_framework','f136649608dfdf3ed10e362b22c4c779','Logo center, Menu below',NULL,NULL,'LINE',NULL,0,'','693f931a707e8cd01c3ab4ff23c0190d','',NULL),(8123,'en','avia_framework','6fe1e70cef8852aee717e28d9af9e7b0','Logo center, Menu above',NULL,NULL,'LINE',NULL,0,'','7f2897cd6d5b567967e7166383e5690c','',NULL),(8124,'en','avia_framework','3f25ce97cd4169a36c29118d929b61c7','Header Size',NULL,NULL,'LINE',NULL,0,'','5dd7c8b2d9aa920798afac71cfc77edb','',NULL),(8125,'en','avia_framework','61589925b9a1921a7faaa7f992f27233','Choose a predefined header size. You can also apply a custom height to the header',NULL,NULL,'LINE',NULL,0,'','a6ab6d3db3a55904f6ac677f2e79c6e9','',NULL),(8126,'en','avia_framework','c6646e2ff255b75a314b7c346148c7a5','slim',NULL,NULL,'LINE',NULL,0,'','75f5c3e6279c323104ebcbfcb8bf96cc','',NULL),(8127,'en','avia_framework','afacdb0a401ccdf6b48551bbc00e8a74','large',NULL,NULL,'LINE',NULL,0,'','ae39d0432bd2364bcd9c90fb4b595fa2','',NULL),(8128,'en','avia_framework','0b38ddc62fc0f41858c7fee2c3ad6fb5','custom pixel value',NULL,NULL,'LINE',NULL,0,'','d02433428b1654fc54a2d9b784e72e7c','',NULL),(8129,'en','avia_framework','9681d615394b22c29c202de1939beb77','Header Custom Height',NULL,NULL,'LINE',NULL,0,'','cc2fec25740cb3b060def4be112ad995','',NULL),(8130,'en','avia_framework','fd62325df3bfb225f7ab77eee3921428','Choose a custom height in pixels (wont be reflected in the preview above, only on your actual page)',NULL,NULL,'LINE',NULL,0,'','e50b92c66ba7c13c6f90f7133d0e7710','',NULL),(8131,'en','avia_framework','1af4254c54c05d454a43f041f6315930','Header Style',NULL,NULL,'LINE',NULL,0,'','b360180075f0441c19bbefd10b909715','',NULL),(8132,'en','avia_framework','4e02924fe31a4f3e00a8a288a7cfbb2c','Choose which header style you want to use',NULL,NULL,'LINE',NULL,0,'','4b8fc2ebb5a530951b2a4c63b81acead','',NULL),(8133,'en','avia_framework','8d93fc5a2bddc712398b36ae7460b6ae','Default (with borders, active menu indicator and slightly transparent)',NULL,NULL,'LINE',NULL,0,'','6880f25011baee7a2609a82baa87a177','',NULL),(8134,'en','avia_framework','f4d6aa29d4cfbc6d80879a94d594b58e','Minimal (no borders, indicators or transparency)',NULL,NULL,'LINE',NULL,0,'','7fe843b7c4e69efbaad29237efcce1b1','',NULL),(8135,'en','avia_framework','886fe401ce55de4ef2f71b6c9bf8399a','Minimal with drop shadow (no borders, indicators or transparency)',NULL,NULL,'LINE',NULL,0,'','950ee3ef8fa311c6a79be6d911b152b0','',NULL),(8136,'en','avia_framework','647b8a3b132ac565b4cacdaddb7b09b4','Header Title and Breadcrumbs',NULL,NULL,'LINE',NULL,0,'','25f654f98b23c66500301be14350d630','',NULL),(8137,'en','avia_framework','e37012a06f61e9b925cc9ccc5eee8325','Choose if and how you want to display the Title and Breadcrumb of your page. This option can be overwritten when writing/editing a page',NULL,NULL,'LINE',NULL,0,'','ac0fc7739073b101d97a4661bb5ba179','',NULL),(8138,'en','avia_framework','28af3922e8db983e5559a7798792a202','Display title and breadcrumbs',NULL,NULL,'LINE',NULL,0,'','87433462a023d54e0ebb4b3b72af6bba','',NULL),(8139,'en','avia_framework','678782faf3fdf7dd5c37252cf4e7253f','Display only title',NULL,NULL,'LINE',NULL,0,'','deb858f6740fdc06fd50eb3feb26ca48','',NULL),(8140,'en','avia_framework','50817a932a088413a6d70ed14d895b94','Display only breadcrumbs',NULL,NULL,'LINE',NULL,0,'','6acd26d83d893899b20ffbf954203546','',NULL),(8141,'en','avia_framework','a47b6ed8c42318c493edec48d425aa2d','Hide both',NULL,NULL,'LINE',NULL,0,'','2a5e5c56e8e4c53b7526978e4bda8b8c','',NULL),(8142,'en','avia_framework','d7e5898181774a1f2929ee376b89f39c','Header behavior',NULL,NULL,'LINE',NULL,0,'','db797cc0c8f0eaf4a1d4814d5c41a8a7','',NULL),(8143,'en','avia_framework','5af15fa1d21df7053bace1fe6ea8ccc5','Sticky Header',NULL,NULL,'LINE',NULL,0,'','abcf5ea1ceaaada49f385d44cb89150a','',NULL),(8144,'en','avia_framework','14480c1ece58673e0e64663bbed20eec','If checked the header will stick to the top of your site if user scrolls down (ignored on smartphones)',NULL,NULL,'LINE',NULL,0,'','70a7c4cc1c799f8f6e3a8986cfc15bc6','',NULL),(8145,'en','avia_framework','1446eecb6c19ae6ed5010d067f8b7076','Shrinking Header',NULL,NULL,'LINE',NULL,0,'','65ff9cfe5a90b4af1aae11aeb367036f','',NULL),(8146,'en','avia_framework','569757921cdb97bc5d10da13fece7917','If checked the sticky header will shrink once the user scrolls down (ignored on smartphones + tablets)',NULL,NULL,'LINE',NULL,0,'','b40716ec87d56c49516ca80b30426dd1','',NULL),(8147,'en','avia_framework','47ad02e502cbd4bda3f2b287ab3e6683','Unstick topbar',NULL,NULL,'LINE',NULL,0,'','2d58e5a007e7753233a436fdfcd7ee59','',NULL),(8148,'en','avia_framework','212cf67ed8ac7f985cf55d5e5205fffa','If checked the small top bar above the header with social icons, secondary menu and extra information will no longer stick to the top',NULL,NULL,'LINE',NULL,0,'','159fedb22136ac9a843fdb75773d78af','',NULL),(8149,'en','avia_framework','55f0765f39ae053317ca48d2e4335023','Let logo and menu position adapt to browser window',NULL,NULL,'LINE',NULL,0,'','048bb97397792716c41c9b16c0249de7','',NULL),(8150,'en','avia_framework','03a0d1583d93555e96546008bf15fb84','If checked the elements in your header will always be placed at the browser window edge, instead of matching the content width',NULL,NULL,'LINE',NULL,0,'','9f2c750e6f1e339908387ffb0e7e6d4f','',NULL),(8151,'en','avia_framework','2042ad809afe5fc88b0fbf04788a799d','Extra Elements',NULL,NULL,'LINE',NULL,0,'','b892b8cce827af53f88133b13eeafa80','',NULL),(8152,'en','avia_framework','4d97135d3c664cd609a42d33b6bd9723','Header Social Icons',NULL,NULL,'LINE',NULL,0,'','3a8542a013a65eca12a66f8c0e8d9255','',NULL),(8153,'en','avia_framework','87555a9ad3cc264d2ac2fc3cd5100ad0','Choose if and where to display social icons. You can define the icons at',NULL,NULL,'LINE',NULL,0,'','23fa553a6200681869f461c6ddd8075e','',NULL),(8154,'en','avia_framework','01b31beb740bb4a04f4f97309318b20d','No social Icons',NULL,NULL,'LINE',NULL,0,'','9ff3d7b8a8095c9a5605752e703cbb58','',NULL),(8155,'en','avia_framework','81855b7735adf318a7222d12083003ff','Display in top bar at the left',NULL,NULL,'LINE',NULL,0,'','a020fd7611f349e42a9bd5438319c1ef','',NULL),(8156,'en','avia_framework','ce74a5a7d22b261263d7ebbcb2140ea2','Display in top bar at the right',NULL,NULL,'LINE',NULL,0,'','d225c0a1a149bd581d06e87186f0de2f','',NULL),(8157,'en','avia_framework','16ff882b48bc86e65b9c7643e85dcac9','Display in main header area',NULL,NULL,'LINE',NULL,0,'','8ffc29ca643e68d5b117239f90ca762b','',NULL),(8158,'en','avia_framework','5a1c4ecfe7f439f236abffe2f51e505a','Header Secondary Menu',NULL,NULL,'LINE',NULL,0,'','1898e4a3598eec5651f6c11ac691d8a8','',NULL),(8159,'en','avia_framework','ac1fce1d350dad851102b9cd3fb703ba','Choose if you want to display a secondary menu and where to display it',NULL,NULL,'LINE',NULL,0,'','fe03d882c9d514a896bb1327fbb4732f','',NULL),(8160,'en','avia_framework','d0434bfd49512ad7375ad211ef9091dc','No Secondary Menu',NULL,NULL,'LINE',NULL,0,'','3ecc1994076ad8fd7364c14177c6ca26','',NULL),(8161,'en','avia_framework','4122f54a955b387eab9a6ec302e4af78','Secondary Menu in top bar at the left',NULL,NULL,'LINE',NULL,0,'','75d79751dedf3c9ea0bea50c44c54ff2','',NULL),(8162,'en','avia_framework','8a28d08239e0402056c0fd87c4f416a8','Secondary Menu in top bar at the right',NULL,NULL,'LINE',NULL,0,'','2c0db6fc68e548752b02bbc6092bd332','',NULL),(8163,'en','avia_framework','247e3e698066d4cddfd6c4e0383fbb47','Header Phone Number/Extra Info',NULL,NULL,'LINE',NULL,0,'','a06780dca9af7b6db5bb86fe4fde5bce','',NULL),(8164,'en','avia_framework','a09affdaf4887fd8397b26e52153f54a','Choose if you want to display an additional phone number or some extra info in your header',NULL,NULL,'LINE',NULL,0,'','b5ba8345d26dc381d421577f15120049','',NULL),(8165,'en','avia_framework','80254f345fbee54a481d1d5f3836bb59','No Phone Number/Extra Info',NULL,NULL,'LINE',NULL,0,'','53efb9a360930c3cc01f3303f8fcfc87','',NULL),(8166,'en','avia_framework','b090d5952823c05dffc10a308bf87b32','Phone Number or small info text',NULL,NULL,'LINE',NULL,0,'','a393814ee091fb37bcbe38f113f53cec','',NULL),(8167,'en','avia_framework','6ad1d47b302e1f655f0b1866f5ee8712','Add the text that should be displayed in your header here',NULL,NULL,'LINE',NULL,0,'','97a8aa2f1432f7526124f53e429b3864','',NULL),(8168,'en','avia_framework','4fccb7a9a98fa991d254fbcbfdd4960c','Transparency Options',NULL,NULL,'LINE',NULL,0,'','c117c5fbb076bf005263c0ce6caba4e1','',NULL),(8169,'en','avia_framework','1003259c702cf414eaf3ca449daa2e27','What is header transparency',NULL,NULL,'LINE',NULL,0,'','ddce1060fa465fb79a1c70210c7d4882','',NULL),(8170,'en','avia_framework','ab601ddcffa32abcaa66d8ce47f1cf93','When creating/editing a page you can select to have the header be transparent and display the content (usually a fullwidth slideshow or a fullwidth image) beneath. In those cases you will usually need a different Logo and Main Menu color which can be set here.',NULL,NULL,'LINE',NULL,0,'','fc43fcc477f6a2052f29141c51eb9372','',NULL),(8171,'en','avia_framework','284012d9d5c38d5b0f05180602fb47b4','(Show example Screenshot)',NULL,NULL,'LINE',NULL,0,'','e528bfa455bb37cdfcdee4bf1ecc68fe','',NULL),(8172,'en','avia_framework','f94a4eec8c399d93e035983aff0a776c','Transparency Logo',NULL,NULL,'LINE',NULL,0,'','4eb22feea9960747e215847cd1ba5301','',NULL),(8173,'en','avia_framework','0f5312484d075735ed324bcdeceacb79','Upload a logo image, or enter the URL or ID of an image if its already uploaded. (Leave empty to use the default logo)',NULL,NULL,'LINE',NULL,0,'','3c09cbf03c87aecebacf090bf93d2700','',NULL),(8174,'en','avia_framework','dfeb859b3a487b83011bc2f7dea77dfa','Transparency menu color',NULL,NULL,'LINE',NULL,0,'','0ea58897432145bf62177ae1b4a08563','',NULL),(8175,'en','avia_framework','28aa14e4b4f9959efd0ca32ab05143ad','Menu color for transparent header (Leave empty to use the default color)',NULL,NULL,'LINE',NULL,0,'','d50c7fc9725f83ca788bdf4a6b94c722','',NULL),(8176,'en','avia_framework','a59eec79f8e3292ea76346e2ec01f4fe','Your social profiles',NULL,NULL,'LINE',NULL,0,'','a252298b98e0d2346c48310049c57cc6','',NULL),(8177,'en','avia_framework','296646a2402c2385a60ba822e20152eb','You can enter links to your social profiles here. Afterwards you can choose where to display them by activating them in the respective area',NULL,NULL,'LINE',NULL,0,'','b65117b382f8feab754698daf77589d9','',NULL),(8178,'en','avia_framework','d6fbdaa4b55c02a3d00adcf3ea9d660f','e.g:',NULL,NULL,'LINE',NULL,0,'','57781091abaf50bc77799199908aad53','',NULL),(8179,'en','avia_framework','bda2db21792487966664a4de3519e223','Social Icon',NULL,NULL,'LINE',NULL,0,'','571a1fb3811f0a7fd4e3f1abad313867','',NULL),(8180,'en','avia_framework','0ebf319417d5d88c465ebf764538b8a8','Special: RSS (add RSS URL, leave blank if you want to use default WordPress RSS feed)',NULL,NULL,'LINE',NULL,0,'','912f19c9997139931e63819495c8f793','',NULL),(8181,'en','avia_framework','3f92e1f62edba03333d2de348451f761','Special: Email Icon (add your own URL to link to a contact form)',NULL,NULL,'LINE',NULL,0,'','16ff0a09efa9c8b2d4cc67a89b453bb7','',NULL),(8182,'en','avia_framework','34dd113754127a900ab41e22ab68b033','Social Icon URL:',NULL,NULL,'LINE',NULL,0,'','05a1d657462b7238b2f8cd5d57bfa6cf','',NULL),(8183,'en','avia_framework','b7f9d182592ca868743edf501372cd44','Default Footer &amp; Socket Settings',NULL,NULL,'LINE',NULL,0,'','58781f9523b7716c038869483b30af2b','',NULL),(8184,'en','avia_framework','e27cb62a2571658db42ad9c9db47a76e','Do you want to display the footer widgets &amp; footer socket or a page content as footer? This default setting can be changed individually for each page.',NULL,NULL,'LINE',NULL,0,'','77ae4a548b7e33ea79e563e57325b9eb','',NULL),(8185,'en','avia_framework','4a127242074697cf099196753692c5ab','Widget based footer options',NULL,NULL,'LINE',NULL,0,'','a1e5d24a38284f2f7d9f93fe74458cbc','',NULL),(8186,'en','avia_framework','c9e04afba02f66a7bf476d6fffff7154','Display the footer widgets & socket',NULL,NULL,'LINE',NULL,0,'','60764da8ad902704f7927e2ab3e63f57','',NULL),(8187,'en','avia_framework','c9b1a1e48b3b5c36746e1361e05a30c4','Display only the footer widgets (no socket)',NULL,NULL,'LINE',NULL,0,'','8390c3d0391cf8a702d275d75e664b66','',NULL),(8188,'en','avia_framework','34c99bd4a0207d495b3efe1404cdd476','Display only the socket (no footer widgets)',NULL,NULL,'LINE',NULL,0,'','7bc603272796f7f7b55f8c9667d9e964','',NULL),(8189,'en','avia_framework','d450cd7a49bd68172f883b6d83ecc0f7','Don\'t display the socket & footer widgets',NULL,NULL,'LINE',NULL,0,'','36f1f269225859f733cdc5e2350d3824','',NULL),(8190,'en','avia_framework','0fc54f35ece665be120c29b7ac9e349e','Page based Footer options',NULL,NULL,'LINE',NULL,0,'','a0ee230e60cfb7ab75d119faec37d763','',NULL),(8191,'en','avia_framework','fd4a297ecda75ce45c48af1abb6f80be','Select a page to display as footer and socket',NULL,NULL,'LINE',NULL,0,'','e79087a3878f19a05c4a25ed18c62ba9','',NULL),(8192,'en','avia_framework','0f1941e02765e2aae7dbecac8d3e2e14','Select a page to display as footer (no socket)',NULL,NULL,'LINE',NULL,0,'','5225872451c93c9893d4773cb47a4b88','',NULL),(8193,'en','avia_framework','8ba54dbad465b9fc7e037730a814d307','Select page',NULL,NULL,'LINE',NULL,0,'','a35b383bc82b74dd5391075bdfc72367','',NULL),(8194,'en','avia_framework','173fa48552161956a47d06c6147e8853','Select a page to display the content of this page in the footer area. You may also use pages created with the advanced layout builder.',NULL,NULL,'LINE',NULL,0,'','d07a5e4524be50255bcd59ea3b23f3c4','',NULL),(8195,'en','avia_framework','eddc7b212c5986d24ff8be37a41d9714','Footer Columns',NULL,NULL,'LINE',NULL,0,'','633bd713256195919e84f77c21fdb88d','',NULL),(8196,'en','avia_framework','998cdc72df4b7541e0323d130d397952','How many columns should be displayed in your footer',NULL,NULL,'LINE',NULL,0,'','c384b3d353d22c7fab8f6b2051168894','',NULL),(8197,'en','avia_framework','c4ca4238a0b923820dcc509a6f75849b','1',NULL,NULL,'LINE',NULL,0,'','a24371a3d11228a36a8b1cf7137b6d91','',NULL),(8198,'en','avia_framework','c81e728d9d4c2f636f067f89cc14862c','2',NULL,NULL,'LINE',NULL,0,'','b7ef4622d78bc3b7b624b8cf899f91e2','',NULL),(8199,'en','avia_framework','eccbc87e4b5ce2fe28308fd9f2a7baf3','3',NULL,NULL,'LINE',NULL,0,'','d8f0554b9aa4d34fa11e86fbda3f6ccb','',NULL),(8200,'en','avia_framework','a87ff679a2f3e71d9181a67b7542122c','4',NULL,NULL,'LINE',NULL,0,'','3236cd513340c7c18ef409c7489fc680','',NULL),(8201,'en','avia_framework','e4da3b7fbbce2345d7772b0674a318d5','5',NULL,NULL,'LINE',NULL,0,'','ca5268ccedd193f1ab586bc811190add','',NULL),(8202,'en','avia_framework','6016a2b341113bf496b719905398ecd2','Copyright',NULL,NULL,'LINE',NULL,0,'','86c6816615a09afec88a83e1ba622e8b','',NULL),(8203,'en','avia_framework','3816e65b2cdced3d132c6537fb0f1276','Add a custom copyright text at the bottom of your site. eg:',NULL,NULL,'LINE',NULL,0,'','a8bb422238845dbd02daf4e5716addf7','',NULL),(8204,'en','avia_framework','786c4bcb88b15bd37b70d4b9d62ba324','Social Icons',NULL,NULL,'LINE',NULL,0,'','d18b996c35b5378d95df27b38aa9660b','',NULL),(8205,'en','avia_framework','f8a0821678b238f14b818dffbfa17b7f','Check to display the social icons defined in',NULL,NULL,'LINE',NULL,0,'','f8fb9e9b56f6a643dc114621fe9042f1','',NULL),(8206,'en','avia_framework','59feb6e24c2cb06a0ee2f5b5adf190de','in your socket',NULL,NULL,'LINE',NULL,0,'','79f7cbaf26cd7f2e1fd8194076c0d9c0','',NULL),(8207,'en','avia_framework','89289690721024eb1f0304f73e73cb77','Blog Styling',NULL,NULL,'LINE',NULL,0,'','f10e3b654be481a642de74dfccf690f8','',NULL),(8208,'en','avia_framework','fdf4c67eb6a12ef011121a609851dac1','Choose the blog styling here.',NULL,NULL,'LINE',NULL,0,'','b6f9781ec2fc0a62c4acb1a977bf3079','',NULL),(8209,'en','avia_framework','2fd0b61eff2ec9d7d76b12a8449a2f75','Default (Business)',NULL,NULL,'LINE',NULL,0,'','2452218615c255b89c1f2df2e65da43a','',NULL),(8210,'en','avia_framework','87ce766ce5c0b6317258df8c2eb0908c','Elegant',NULL,NULL,'LINE',NULL,0,'','7030f7bbd994246bfbee006de0e219b3','',NULL),(8211,'en','avia_framework','fa1dad4652c5f421d49c8174356efeb8','Modern Business',NULL,NULL,'LINE',NULL,0,'','2b37183d13a5df9993d5eada11e45c72','',NULL),(8212,'en','avia_framework','524c80e70e4cb4a70cfa4d1d25e77f9d','Choose the default blog layout here.',NULL,NULL,'LINE',NULL,0,'','3da82df338f70016e06a22552122514b','',NULL),(8213,'en','avia_framework','dcd3099bf3370b02e0592ec50dc1bfc8','You can either choose a predefined layout or build your own blog layout with the advanced layout editor',NULL,NULL,'LINE',NULL,0,'','1d37ec2b5e4bcabc6eccb94914533024','',NULL),(8214,'en','avia_framework','6852cc25f0788b47aca8d783ba681fe2','Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)',NULL,NULL,'LINE',NULL,0,'','4156ebd82f1af45bdf19fa7238163ef3','',NULL),(8215,'en','avia_framework','10a211c0fbaa5aa1b0afe6a6d23f6f44','Single Author, small preview Pic (no author picture is displayed, feature image is small)',NULL,NULL,'LINE',NULL,0,'','f2eac152626ff20e58454dc2a6b3ebf6','',NULL),(8216,'en','avia_framework','a33fcd543aa14949bfa331677a7f5706','Single Author, big preview Pic (no author picture is displayed, feature image is big)',NULL,NULL,'LINE',NULL,0,'','498ed56d107a06f425cd40a070e720be','',NULL),(8217,'en','avia_framework','923f3e8bc67359c18ca688bc412933c3','Grid Layout',NULL,NULL,'LINE',NULL,0,'','08ec9093d194924d5b927a87f29be4df','',NULL),(8218,'en','avia_framework','69f3cd7e13b2909e145f77df4054c4ac','Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)',NULL,NULL,'LINE',NULL,0,'','fa255d25c6d90d29449af1541c4eb7c5','',NULL),(8219,'en','avia_framework','bdcf254afc9c26e537db5aac21b01fc6','Single Post Options',NULL,NULL,'LINE',NULL,0,'','a05d7f792181616d83d93d823aeac147','',NULL),(8220,'en','avia_framework','ce91ef248a187c1c47a6f59f6c2dd4f7','Here you can set options that affect your single blog post layout',NULL,NULL,'LINE',NULL,0,'','4fc675d5c32bbc155f72781b969c88e7','',NULL),(8221,'en','avia_framework','5f711253492954bc25ae957210f46b98','Disable the post navigation',NULL,NULL,'LINE',NULL,0,'','9e4478f601f722a46ea9c493705d3264','',NULL),(8222,'en','avia_framework','9658cc5eec3061cb8087742c9a9f4753','Check to disable the post navigation that links to the next/previous post on single entries ',NULL,NULL,'LINE',NULL,0,'','2a58925e2caad73814ecc6e5c9c183f7','',NULL),(8223,'en','avia_framework','ce7e213b6188bedd7820e201bb1fda98','Single Post Style',NULL,NULL,'LINE',NULL,0,'','607cb6c1d14fea7f498dd68e31a031e4','',NULL),(8224,'en','avia_framework','81bd9fafce39ebb2e19ffc1446a62428','Choose the single post style here.',NULL,NULL,'LINE',NULL,0,'','fb03c22035b0b8552ab6007b2351b1b4','',NULL),(8225,'en','avia_framework','31fc36441379f9599bb6a5cca3990984','Single post with small preview image (featured image)',NULL,NULL,'LINE',NULL,0,'','8c434a728436aa2a1c92e7c53d442608','',NULL),(8226,'en','avia_framework','de65bec5ba9a12b3737f8fcd50e5af87','Single post with big preview image (featured image)',NULL,NULL,'LINE',NULL,0,'','76f4a0b6d887551c0901ded13de5bcda','',NULL),(8227,'en','avia_framework','4eabebb1f2c414bfb2ee473399941b14','Related Entries',NULL,NULL,'LINE',NULL,0,'','948b2fa8d671fe8cbd2a57c4c23a2fca','',NULL),(8228,'en','avia_framework','7ab963590da2b4596a11f4159538cbf1','Choose if and how you want to display your related entries. (Related entries are based on tags. If a post does not have any tags then no related entries will be shown)',NULL,NULL,'LINE',NULL,0,'','847bd5220ee35c7c3fa81c3270623194','',NULL),(8229,'en','avia_framework','f0108b77b6ecd64349c200039f7f9b52','Show Thumnails and display post title by tooltip',NULL,NULL,'LINE',NULL,0,'','81770e362ae58bd6c5d9a279f8c49c62','',NULL),(8230,'en','avia_framework','29d3dbfcfef11e24556b9ca993e45f61','Show Thumbnail and post title by default',NULL,NULL,'LINE',NULL,0,'','ae367bcb8fafd0e9a74a96f9f145fe38','',NULL),(8231,'en','avia_framework','00d530de12c9297ef4577d12da8b5b8f','Disable related entries',NULL,NULL,'LINE',NULL,0,'','2a832d12a256d4aff9b945683bdba540','',NULL),(8232,'en','avia_framework','0083bc5b23e2166d85bcea22b839c5b4','Blog meta elements',NULL,NULL,'LINE',NULL,0,'','513a745b71cffbdbbb2937f80b09693c','',NULL),(8233,'en','avia_framework','27f47851d567d6e94723330fc71ddd96','You can choose to hide some of the default Blog elements here:',NULL,NULL,'LINE',NULL,0,'','6762c1602bf8b9f5192f3a8c16772b03','',NULL),(8234,'en','avia_framework','2a6d7144aeb5196ff64b8df0a371c39b','Blog Post Author',NULL,NULL,'LINE',NULL,0,'','e4c4993fde97cf60be88024f884d138f','',NULL),(8235,'en','avia_framework','8325291edc004262381838369bcfd377','Blog Post Comment Count',NULL,NULL,'LINE',NULL,0,'','e6a2a1abcdfbafbcbac9e721f3eb5d9e','',NULL),(8236,'en','avia_framework','cefdab43d7fab78f07e603fcc39c8b0e','Blog Post Category',NULL,NULL,'LINE',NULL,0,'','83e8a1a665792c84d6c1b15fa42896ca','',NULL),(8237,'en','avia_framework','8d6ee1fbe8be39801435a8404788f5a3','Blog Post Date',NULL,NULL,'LINE',NULL,0,'','0afcbc3f3d521e2e9b433b75b71fd389','',NULL),(8238,'en','avia_framework','dcc6684f7ec255b9e7ec35092236308d','Blog Post Allowed HTML Tags',NULL,NULL,'LINE',NULL,0,'','c8a22204c928f56ca81f89376ffbfa65','',NULL),(8239,'en','avia_framework','870bd00fc0db3dd125e1e3bc375d2d72','Blog Post Tags',NULL,NULL,'LINE',NULL,0,'','5cf0d15ba6601e037b612f4f4bbaeea8','',NULL),(8240,'en','avia_framework','f91c21638dd2fbecdbfe9d3494125008','Share links at the bottom of your blog post',NULL,NULL,'LINE',NULL,0,'','241d9811fd03e7dea35e6aa5bbc0d491','',NULL),(8241,'en','avia_framework','6e9ee6d2df0fadcb1113ac815a1d324b','The theme allows you to display share links to various social networks at the bottom of your blog posts. Check which links you want to display:',NULL,NULL,'LINE',NULL,0,'','23baf26baafaa4bd8889a784529560c7','',NULL),(8242,'en','avia_framework','57a26bc7ba35e9de301b9d2eddf4b7e2','Facebook link',NULL,NULL,'LINE',NULL,0,'','a52c69d04a607f7416afba18fa6ef589','',NULL),(8243,'en','avia_framework','644332db35c2699322b488378ad24e3b','Twitter link',NULL,NULL,'LINE',NULL,0,'','11c78815e1fde2d3fa82a9015a241578','',NULL),(8244,'en','avia_framework','54f798bfb481ad96dcc36d96b3b1d546','Pinterest link ',NULL,NULL,'LINE',NULL,0,'','fe2f09b4d362264ce3639d2156651588','',NULL),(8245,'en','avia_framework','8e2af242891a8e5f719a46eed5a332c3','Google Plus link',NULL,NULL,'LINE',NULL,0,'','651eb6a9f09e371afbac36558f85ce2c','',NULL),(8246,'en','avia_framework','fcb631ba00d5878c4ad960003a926e2e','Reddit link',NULL,NULL,'LINE',NULL,0,'','039cda7c22bd86abb335491f6647c56f','',NULL),(8247,'en','avia_framework','de163a9b46331cc4b827664e072dc84c','Linkedin link ',NULL,NULL,'LINE',NULL,0,'','581259081a31f2d41d8222ef608b9dd9','',NULL),(8248,'en','avia_framework','7f8c728adb4f19ef38065a4c5de16805','Tumblr link',NULL,NULL,'LINE',NULL,0,'','a169db3e6553f3a797421bddcc82f777','',NULL),(8249,'en','avia_framework','07bfac5d076b2653ad8bc78000c2b0db','VK link',NULL,NULL,'LINE',NULL,0,'','e41483bef15804f76c4780cdac942185','',NULL),(8250,'en','avia_framework','ba99412a0913f63a9197fd4aae009e51','Email link',NULL,NULL,'LINE',NULL,0,'','c1651576b3ce184ba686f814f02a995e','',NULL),(8251,'en','avia_framework','03c2bbc5af869df395e2d8aa251c09e6','Import demo files',NULL,NULL,'LINE',NULL,0,'','ce03219c6a5b0a9d6cfc5019b7485ce1','',NULL),(8252,'en','avia_framework','0369068da70903d9ac1752be52e1aeb6','If you are new to wordpress or have problems creating posts or pages that look like the Theme Demo you can import dummy posts and pages here that will definitely help to understand how those tasks are done.',NULL,NULL,'LINE',NULL,0,'','1f957404ac9570e33a24a074de35283d','',NULL),(8253,'en','avia_framework','40b93c6f26ad161d395ac2fc138fc3b2','Notice: If you want to completely remove a demo installation after importing it, you can use a plugin like',NULL,NULL,'LINE',NULL,0,'','15eb23cc67987eea8394c4faef0d628a','',NULL),(8254,'en','avia_framework','d6eaa721b6012aad651a991d7713ab30','What you get:',NULL,NULL,'LINE',NULL,0,'','8cd32e0f13b0839638bc24c93b5c9dad','',NULL),(8255,'en','avia_framework','4393f4f6655e4b1395d62ba102b4a8fe','Online Demo',NULL,NULL,'LINE',NULL,0,'','82be871b4ebc13de0482b438d145e9c3','',NULL),(8256,'en','avia_framework','8b7b70c7ab99caf4bb5180a84f90b799','Import: Default Demo',NULL,NULL,'LINE',NULL,0,'','fce2b4dda636a9580920aab7362f5ec7','',NULL),(8257,'en','avia_framework','e17f1b776b582b0f6392a102804b8345','Recommended Plugins:',NULL,NULL,'LINE',NULL,0,'','e593786117bd247cc9f99d92ad8e81f3','',NULL),(8258,'en','avia_framework','4ff57d82b160bef70673709cd2ce4163','(for shop functionality)',NULL,NULL,'LINE',NULL,0,'','fa02ad95c809347ea52d107c6ec80704','',NULL),(8259,'en','avia_framework','2c7f43a09945d844a6cecdc769c31bf2','(for forum functionality)',NULL,NULL,'LINE',NULL,0,'','4da18920ba9a5bca1d80ecfac63576e8','',NULL),(8260,'en','avia_framework','2d81e693d0ee51815ca1549f440eb1cd','Demo Images included:',NULL,NULL,'LINE',NULL,0,'','2b992b05f4affefacf9616ea7493b3af','',NULL),(8261,'en','avia_framework','2f91eb3a3b0967cb23478622115e4413','A few',NULL,NULL,'LINE',NULL,0,'','23a346192f0111db17fbdc2977cc06c0','',NULL),(8262,'en','avia_framework','d2d61f8e6341bc590ef24abbf4398787','Import: Enfold 2017',NULL,NULL,'LINE',NULL,0,'','1302d68459bcc1b3ae1f9bf4e868ecec','',NULL),(8263,'en','avia_framework','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'LINE',NULL,0,'','dd2cd6ca586405cb77768ec96c172406','',NULL),(8264,'en','avia_framework','5789ef3bc88287196db2e399ae9ef51d','Import: Small Business - Flat Demo',NULL,NULL,'LINE',NULL,0,'','b31926ab7ef811993066a3a467d32502','',NULL),(8265,'en','avia_framework','ddbd89822132cdaf706ebacb48c50e32','Import: Startup Business Demo',NULL,NULL,'LINE',NULL,0,'','2fbebd9e04912193bf69b11b09157261','',NULL),(8266,'en','avia_framework','bf3b412f118cc5ae69ce0e9d763909ba','Import: One Page Portfolio Demo',NULL,NULL,'LINE',NULL,0,'','f29ee5ef9af10b31d040886f28e4855f','',NULL),(8267,'en','avia_framework','f98ab6f41531970cf2df153a45d31b94','Import: Minimal Portfolio Demo',NULL,NULL,'LINE',NULL,0,'','576c6071bb2e80fdbd351490c10e80c2','',NULL),(8268,'en','avia_framework','391cf3f945b2e37b23e2f7f0e6688b5d','Import: Elegant Portfolio Demo',NULL,NULL,'LINE',NULL,0,'','80f5004ccf705b78350505d89dfd68cd','',NULL),(8269,'en','avia_framework','a44ae7f708f3022fd2f5089edccbf5a2','Import: Photography Portfolio Demo',NULL,NULL,'LINE',NULL,0,'','2c06b95cbe88b7205f2a6653c4c86b50','',NULL),(8270,'en','avia_framework','0657bf4808aba01cca2148dd43b3c5ae','(if you want to sell photos online)',NULL,NULL,'LINE',NULL,0,'','4170cc35c1411996024e661023359147','',NULL),(8271,'en','avia_framework','7cc6beb8c887ce2a64cb35db4440f327','Import: Minimal Photography Demo',NULL,NULL,'LINE',NULL,0,'','ee1d0331b9cee0bca7d7b0a71954bde1','',NULL),(8272,'en','avia_framework','62703a71a7329923d3529525888964e5','Import: Dark Photography Demo',NULL,NULL,'LINE',NULL,0,'','5a6fe5690501379385964c08516a5a2a','',NULL),(8273,'en','avia_framework','3eadd4a1cc871148d904bc97313706fe','Import: Creative Studio Demo',NULL,NULL,'LINE',NULL,0,'','1550ded5b7f39f9db88734448d443609','',NULL),(8274,'en','avia_framework','6d23d77404ea8ac34281364fdf978ebb','Import: Medical Demo',NULL,NULL,'LINE',NULL,0,'','a3dc96f1110c3bfe26251321d4e66586','',NULL),(8275,'en','avia_framework','f74c83fa5914b946d2b5161c7b12cca1','Import: Shop Demo',NULL,NULL,'LINE',NULL,0,'','f946e0c881134227b7daedb24d5c62ed','',NULL),(8276,'en','avia_framework','1e0c24bb4876142685883c9dfb6d4c9b','Required Plugins:',NULL,NULL,'LINE',NULL,0,'','bb0eefcc3b9f1f3df22a910e85b9d813','',NULL),(8277,'en','avia_framework','434caa740aabb02608964b3bda76905e','(needs to be active to install the demo)',NULL,NULL,'LINE',NULL,0,'','08136ddf508bc225a14f9369e12bc16b','',NULL),(8278,'en','avia_framework','02e86789cebdbc3362b2531387a3ffbc','The WooCommerce Plugin is currently not active. Please install and activate it, then reload this page in order to be able to import this demo',NULL,NULL,'LINE',NULL,0,'','f8ba22d5e148c3ace81e9b8d758addc4','',NULL),(8279,'en','avia_framework','50985ae35ba8fbca9fd6c009ea66ce19','Import: Restaurant Demo',NULL,NULL,'LINE',NULL,0,'','9966ce2a5cfd18a63dbd5f092a37dcd3','',NULL),(8280,'en','avia_framework','ed212309cf0b4d8c4d1e8be59f80c9c6','(if you want to provide online ordering and delivery)',NULL,NULL,'LINE',NULL,0,'','75f4eece30994b2eeea888dbb559b4e4','',NULL),(8281,'en','avia_framework','6c7989d342ad133276a3b6f9f2794e6c','Import: Restaurant One Page Demo',NULL,NULL,'LINE',NULL,0,'','f178530e752484d7ebfe49ad9292855a','',NULL),(8282,'en','avia_framework','97a06f3254e292d80620151c651369d5','Import: One Page Wedding Demo',NULL,NULL,'LINE',NULL,0,'','2772dba5e7a6d9f462547ac7d1c08a6b','',NULL),(8283,'en','avia_framework','e4edd9e28a1bf15026383697c6d6f8ad','Import: Construction Demo',NULL,NULL,'LINE',NULL,0,'','b5db847abd3de1d94fa709a730fd65f1','',NULL),(8284,'en','avia_framework','a441d1a40ceb6eabe94d06b23ad46627','Import: Church Demo',NULL,NULL,'LINE',NULL,0,'','fc739ef74991442cbf60720ee8dfb383','',NULL),(8285,'en','avia_framework','1fc9d55b9408d169098b2cf777720b12','The Events Calendar Plugin is currently not active. Please install and activate it, then reload this page in order to be able to import this demo',NULL,NULL,'LINE',NULL,0,'','d4cd115c4a2089d1a9df47b6b8e94f82','',NULL),(8286,'en','avia_framework','15076ac06764b7156a641e77da7dc375','Import: Simple Blog Demo',NULL,NULL,'LINE',NULL,0,'','dff4b51e55e582a4b9a5fa03deb2caec','',NULL),(8287,'en','avia_framework','68cbdfce9d80a0a9ea3db038c9afbf91','Import: Lifestyle Blog Demo',NULL,NULL,'LINE',NULL,0,'','a3a996cee1a3c1c3b5d192aed22fd804','',NULL),(8288,'en','avia_framework','172823ddf04d152e0bf69c64f6294390','Import: \'Coming Soon\' Demo',NULL,NULL,'LINE',NULL,0,'','7841b3816db2f9ae280b0bdd322e88a2','',NULL),(8289,'en','avia_framework','03410a73d5fa2f037b72749bef80a873','Import: \'Landing Page\' Demo',NULL,NULL,'LINE',NULL,0,'','38f953c7ce6df9759a5391845a198efa','',NULL),(8290,'en','avia_framework','8d3011d7f6355a6f0ac1a52b6d532e19','Import: Travel Demo',NULL,NULL,'LINE',NULL,0,'','9a334e5f2cfe2cd3656000ef89204db5','',NULL),(8291,'en','avia_framework','d542c5724dad6c4914501a49730f6291','(needs to be active to allow date based bookings)',NULL,NULL,'LINE',NULL,0,'','a3a8e38799a20b5091da672192666f67','',NULL),(8292,'en','avia_framework','6b370f83d97ac99357c336fdb0776879','Import: Hotel Demo',NULL,NULL,'LINE',NULL,0,'','4f19890ad4f85abb01ac71ca3bbf5d70','',NULL),(8293,'en','avia_framework','887b425689c4d618c570305a78245b0e','Import: Spa Demo',NULL,NULL,'LINE',NULL,0,'','b2f66dbed96b4a78c18a546f185d665a','',NULL),(8294,'en','avia_framework','a63128cf2677d61036f09b2a8da71f84','Import: Law Demo',NULL,NULL,'LINE',NULL,0,'','b2c92da598d224350c542463cb97221c','',NULL),(8295,'en','avia_framework','d8f03643e89714d53fa37232920a8b7a','Import: Consulting Demo',NULL,NULL,'LINE',NULL,0,'','a9517565395da930f3461e8bc898bd40','',NULL),(8296,'en','avia_framework','854bf2cb9dc79bafcdb15d6eaf920c96','Import: Résumé Demo',NULL,NULL,'LINE',NULL,0,'','f784a9a2ac24b8897ceabeb76d74094b','',NULL),(8297,'en','avia_framework','21832364104e28668795464e24397096','Import: GYM Demo',NULL,NULL,'LINE',NULL,0,'','a53246e4fe7fd09633fcc26f544193e2','',NULL),(8298,'en','avia_framework','6e4b885d66c81d39e706814f891343f6','Import: Health Demo',NULL,NULL,'LINE',NULL,0,'','83ba2b110050cc060176f63c9c53d716','',NULL),(8299,'en','avia_framework','884fb35f63a5e0aa301999e1b60a6c9c','Import: App Demo',NULL,NULL,'LINE',NULL,0,'','f3d04ea283136f82eff54d67797369ce','',NULL),(8300,'en','avia_framework','a1761c962725a79331805692c3348a4c','Import: Gaming Demo',NULL,NULL,'LINE',NULL,0,'','e541693eecce943c6b7349d4d8510bd8','',NULL),(8301,'en','avia_framework','efe2d6cf6100bda962a7cd45b54191e4','Import: DJ Demo',NULL,NULL,'LINE',NULL,0,'','fe5d338d922589799b59bf41d61be594','',NULL),(8302,'en','avia_framework','2502219c4e6bdff69fdc56a4ab9975f2','Import: Band Demo',NULL,NULL,'LINE',NULL,0,'','8bff1aace1466855df57ad4e04a40988','',NULL),(8303,'en','avia_framework','c9aee6b05af9b76a9101dd83b2397235','Import: Freelancer Demo',NULL,NULL,'LINE',NULL,0,'','f3313b31037e0e023d84d6830b9e71a8','',NULL),(8304,'en','avia_framework','de00e01682771de60b2ce968597ba77a','Import: Visual Artist Demo',NULL,NULL,'LINE',NULL,0,'','3b0afbfb485e11b8f6b675c3ec607dea','',NULL),(8305,'en','avia_framework','66cc1688296502d45c0f8fe8a511432b','Activate bundled plugin',NULL,NULL,'LINE',NULL,0,'','8dbdaa369502bc24445626853831dd1b','',NULL),(8306,'en','avia_framework','5566ff80e5c7209a12a44c19302fd24f','Deactivate but leave plugin files in theme folder',NULL,NULL,'LINE',NULL,0,'','25dfd2fedc98575319d55528dd7fc7bb','',NULL),(8307,'en','avia_framework','046e5f678b79fc09c5667db5953b4e17','Remove theme plugin files only and keep slides',NULL,NULL,'LINE',NULL,0,'','cec1d4e4c339250e8545af39c9dbb784','',NULL),(8308,'en','avia_framework','5ae8647c2268c8c8bd1624c1fac25b3b','Remove theme plugin files and slides',NULL,NULL,'LINE',NULL,0,'','de0a19889ede01d48b7bf9b1796c8a07','',NULL),(8309,'en','avia_framework','9bd3d6c9c2472e4545d3904eb2be1851','The theme bundles the LayerSlider Plugin which is activated by default if you do not have the original plugin installed.',NULL,NULL,'LINE',NULL,0,'','2fddb90f1f60cd799ef968495f44f121','',NULL),(8310,'en','avia_framework','9ce96604e8d51daeb8c41bb7810b58ea','If you do not want to use this plugin, you can deactivate it or remove it permanently from the theme directory - in that case you can delete all plugin data permanently or keep it for later reuse. The plugin files will be automatically removed on every update.',NULL,NULL,'LINE',NULL,0,'','0b71b0c71401927b2c0f25ee1203ad66','',NULL),(8311,'en','avia_framework','d6aec4c95c6e8729c0f0fcdf2ed37c14','If you want to use this plugin again later, select &quot;Activate&quot;, save the options and reinstall the theme',NULL,NULL,'LINE',NULL,0,'','cee06c787f94937e9429b664aa78f5ba','',NULL),(8312,'en','avia_framework','3261c4ab66b6f691816032c44379f850','Integrated (Bundled) LayerSlider Plugin',NULL,NULL,'LINE',NULL,0,'','bf1918dd6e2af2fd2c174d03d662fc8d','',NULL),(8313,'en','avia_framework','80de5d4d13fe0fb31b9d326df2ebb212','Custom Widget Area',NULL,NULL,'LINE',NULL,0,'','f475a2e7eb152e302d3f31b42de867ec','',NULL),(8314,'en','avia_framework','ceb46ca115d05c51aa5a16a8867c3304','Square',NULL,NULL,'LINE',NULL,0,'','bf0d8da5a248a502bf097401d5fcc9ac','',NULL),(8315,'en','avia_framework','672b2b72710ddc0f002781b1a375c7a3','Featured Thin',NULL,NULL,'LINE',NULL,0,'','0072a06cc7fb2cde7e7c7dddafb82d2d','',NULL),(8316,'en','avia_framework','1b7b9f4304acd5c1988381bcf4102d4a','Featured Large',NULL,NULL,'LINE',NULL,0,'','95b7a332e326cc948e3d448cf33a37b2','',NULL),(8317,'en','avia_framework','d4f859a96c13f551a2771b7fc3a78d38','Portfolio',NULL,NULL,'LINE',NULL,0,'','41ecac33be07473089be288a1f133a48','',NULL),(8318,'en','avia_framework','5c93310dd0291e121181e830cdda892e','Gallery',NULL,NULL,'LINE',NULL,0,'','8d031ed7ce43b173bce9be912d49f47f','',NULL),(8319,'en','avia_framework','7e09ad25c11fe8217a8d176ec8559bd9','Entry with Sidebar',NULL,NULL,'LINE',NULL,0,'','c354b01a0a3675a4748a3904034d7c61','',NULL),(8320,'en','avia_framework','1ab6a4f8849338b9004e3eeb6ce87337','Entry without Sidebar',NULL,NULL,'LINE',NULL,0,'','5621142d136ef43d188731b576a4dc49','',NULL),(8321,'en','avia_framework','7ca0be9157adf9a42410abc6073dbc6a','Fullscreen Sections/Sliders',NULL,NULL,'LINE',NULL,0,'','43668773288bed467c112d3028c70ad1','',NULL),(8322,'en','avia_framework','1f4fe34dc0fc20af87ccd854431215b0','Enfold update was successful! ',NULL,NULL,'LINE',NULL,0,'','99690df377a5dc344ed04d91c0f2d226','',NULL),(8323,'en','avia_framework','9fd2650fcd5573412480c2c53d357eb4','Secondary Menu',NULL,NULL,'LINE',NULL,0,'','09ff03cbf07916de4870d7b58b1f0157','',NULL),(8324,'en','avia_framework','479a52e21a114870348d14542f60a765','Will be displayed if you selected a header layout that supports a submenu',NULL,NULL,'LINE',NULL,0,'','5904004ebb94ca4e829b276fae55f1a7','',NULL),(8325,'en','avia_framework','97ee4e2fc6d5f1a6f2794b3ed23c3ffe','Secondary Menu - will be displayed if you selected a header layout that supports a submenu',NULL,NULL,'LINE',NULL,0,'','225bc1988807b19a853da4b94b68ccf3','',NULL),(8326,'en','avia_framework','41318f7d42a0e05d51a871e1abda8b9e','Footer Menu <br/><small>(no dropdowns)</small>',NULL,NULL,'LINE',NULL,0,'','39c522993ee56a37dacef8ae8e21a4e3','',NULL),(8327,'en','avia_framework','ea5adbc22195649eb7e51cb8121083a2','Footer Menu (no dropdowns)',NULL,NULL,'LINE',NULL,0,'','ddd434dcef1436cdc8968acd2c832290','',NULL),(8328,'en','avia_framework','2356e738b3b123eade10d427b2e7c644','A Sidebar widget to display latest post entries in your sidebar',NULL,NULL,'LINE',NULL,0,'','140323e7795fbe56970758b690735bb2','',NULL),(8329,'en','avia_framework','8e08c0fad936cc794741e5930964c8f0','A Sidebar widget to display latest portfolio entries in your sidebar',NULL,NULL,'LINE',NULL,0,'','86d13769f4c62b4d086e214902720bb2','',NULL),(8330,'en','avia_framework','da342428a42eed33f7076bf3115a41e5','A widget to display a link to your twitter profile and rss feed',NULL,NULL,'LINE',NULL,0,'','544f2989cdb51cd2258698ac62a60fa4','',NULL),(8331,'en','avia_framework','5b6b0ca2948f8fe0d8d1f87a8a5fd43e','An advertising widget that displays 2 images with 125 x 125 px in size',NULL,NULL,'LINE',NULL,0,'','895c5a8c86d8d013849fb90ce35c9ca9','',NULL),(8332,'en','avia_framework','f1f809316360e457d43edc3d3e94e776','Add a google map to your blog or site',NULL,NULL,'LINE',NULL,0,'','62e1463ce376ad024d9f695e14a80e8a','',NULL),(8333,'en','avia_framework','2edc37bdcce0231f798eddcab2e7c203','A widget that displays a facebook Likebox to a facebook page of your choice',NULL,NULL,'LINE',NULL,0,'','ee873a55040c83bbb99a47a0319d29f7','',NULL),(8334,'en','avia_framework','55f015a0c5605702f913536afe70cfb0','Instagram',NULL,NULL,'LINE',NULL,0,'','cd258cc904c9edd6914206e8b27eaf8c','',NULL),(8335,'en','avia_framework','a0d46b5823886fee821e91d381ae4cbe','Displays your latest Instagram photos',NULL,NULL,'LINE',NULL,0,'','4b7b20097ae26e8c37a98e0068a9c779','',NULL),(8336,'en','avia_framework','66730ccfa86eebe3e1e9b87be59611b2','Adding possible file caching on server might need a longer period of time to invalidate cache.',NULL,NULL,'LINE',NULL,0,'','8676e42bf86bf73c9f5297142c42d4d4','',NULL),(8337,'en','rootspersona','14afced399adca092b98f1e1b5681065','An widget that displays the top X surnames in rootspersona.',NULL,NULL,'LINE',NULL,0,'','a437d8959a41aabe2f3e681d7acdfc84','',NULL),(8338,'en','rootspersona','54bf189a8bf8b0500717c556c62722a4','Surname Widget',NULL,NULL,'LINE',NULL,0,'','4a1891017bdee4af3247ba2926d62093','',NULL),(8339,'en','sitepress','5917327c8129782edcc4f3d51f872151','Language Switcher',NULL,NULL,'LINE',NULL,0,'','52240c30e01aafa881985e4e5ced4398','',NULL),(8340,'en','default','630b03214d57dfbce477baf7e3f1ac54','You are about to permanently delete these items from your site.\nThis action cannot be undone.\n \'Cancel\' to stop, \'OK\' to delete.',NULL,NULL,'LINE',NULL,0,'','1e76df49449c7476a350dae396bd946d','',NULL),(8341,'en','sitepress','5583428170af3f5684ae3f59e3e1c7cf','Translation Priority',NULL,NULL,'LINE',NULL,0,'','f21d324e3501aaf0197a1a92232af994','',NULL),(8342,'en','sitepress','6c841be16345a75607bf9ff95dea2046','Translation Priorities',NULL,NULL,'LINE',NULL,0,'','b6e61685c3e6c5860d87aedc9185ae22','',NULL),(8343,'en','sitepress','9f7cd5b47bace1e7c904ccd9e22e9298','All Translation Priorities',NULL,NULL,'LINE',NULL,0,'','4247a2625ddae6d65f6c03da982acb47','',NULL),(8344,'en','sitepress','38c0c1d9496deba33e04be1178c27b9a','Edit Translation Priority',NULL,NULL,'LINE',NULL,0,'','d3d56508f79c5abc47d8cd52eae73292','',NULL),(8345,'en','sitepress','e90d65beddaa4344fd51c334927b0a18','Update Translation Priority',NULL,NULL,'LINE',NULL,0,'','854528fabc7eabca8722b634e1dd9818','',NULL),(8346,'en','sitepress','c57ddd4391f60edaa91613a2ee2fb50e','Add new Translation Priority',NULL,NULL,'LINE',NULL,0,'','028f4c93eea1956d90bc1e00ec48faf8','',NULL),(8347,'en','sitepress','e87baba4f2009ad3bb94049cac9f395f','New Translation Priority Name',NULL,NULL,'LINE',NULL,0,'','849c9de4170644aff505996598f21f48','',NULL),(8348,'en','mb-custom-post-type','b2dff5acd4a6e6637f5da618182fd0e1','Post Types',NULL,NULL,'LINE',NULL,0,'Post Type General Name','9d50cad3453e8c8b16a59d36c64ce899','',NULL),(8349,'en','mb-custom-post-type','4079b1ca4a9a54e6f13cf806b063c622','Post Type',NULL,NULL,'LINE',NULL,0,'Post Type Singular Name','3a18178345302954a090286376ac1a4d','',NULL),(8350,'en','mb-custom-post-type','b2dff5acd4a6e6637f5da618182fd0e1','Post Types',NULL,NULL,'LINE',NULL,0,'','f966eb71b31cd3a7cce65c1f318531d8','',NULL),(8351,'en','mb-custom-post-type','4079b1ca4a9a54e6f13cf806b063c622','Post Type',NULL,NULL,'LINE',NULL,0,'','4efc23158c4bd3b22ea01990f018c54c','',NULL),(8352,'en','mb-custom-post-type','9be2eefca90c3915925bc8e4897d3113','Parent Post Type:',NULL,NULL,'LINE',NULL,0,'','37d37c9de8d3048ad453c5ea012177d2','',NULL),(8353,'en','mb-custom-post-type','a9ad6419cd0093e11cdcd74677daef99','Add New Post Type',NULL,NULL,'LINE',NULL,0,'','a71ef31b341e0cf23784536fe59e2680','',NULL),(8354,'en','mb-custom-post-type','14c1c17644fee5e2975418c677c17b0c','New Post Type',NULL,NULL,'LINE',NULL,0,'','d4911c59e810c5dcf4601f6b38b420b4','',NULL),(8355,'en','mb-custom-post-type','8e525765bbbeefd426f5f6512f95f5a6','Edit Post Type',NULL,NULL,'LINE',NULL,0,'','49e362cd3525ad1b02e0a3812446f181','',NULL),(8356,'en','mb-custom-post-type','19f95d768e979ffd693f5925c8d24096','Update Post Type',NULL,NULL,'LINE',NULL,0,'','47c710a44a306436e398546320cd22f3','',NULL),(8357,'en','mb-custom-post-type','c2c636fdfe47e873c70d606215603471','View Post Type',NULL,NULL,'LINE',NULL,0,'','98f76de1edf9f55ac886bf664000c4bf','',NULL),(8358,'en','mb-custom-post-type','f8c3234b11c3c6aa11d92fc4fe70699a','Search Post Type',NULL,NULL,'LINE',NULL,0,'','30c3eb35a760b645773c8d2972eb440e','',NULL),(8359,'en','mb-custom-post-type','9e076f5885f5cc16a4b5aeb8de4adff5','Not found',NULL,NULL,'LINE',NULL,0,'','e8ca52a9a5fa1ccbe54ab0edfdcb9bd7','',NULL),(8360,'en','mb-custom-post-type','912f42b76bbd83121cd8298800d56b44','Not found in Trash',NULL,NULL,'LINE',NULL,0,'','440322bbe9517888411e23fb149764fa','',NULL),(8361,'en','mb-custom-post-type','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,0,'','5d2cf4c01215cb5f516e0519c87ef3e9','',NULL),(8362,'en','mb-custom-post-type','12acc7f86f045429f568ed130800c2df','Add New %s',NULL,NULL,'LINE',NULL,0,'','86a45a7e50418d49f16e46a411684dca','',NULL),(8363,'en','mb-custom-post-type','460c3ad22193ba9081056eb1dc9af116','New %s',NULL,NULL,'LINE',NULL,0,'','ab4d8241dcdb73a3bd892955fbb90bdc','',NULL),(8364,'en','mb-custom-post-type','7dfa8bf72c98a7c1927d689cdbc49ce1','Edit %s',NULL,NULL,'LINE',NULL,0,'','edf0e6fe1e06126ccb9f5c384f1a7518','',NULL),(8365,'en','mb-custom-post-type','4070217917db2a77aa6643b2ce47ceed','View %s',NULL,NULL,'LINE',NULL,0,'','85a3c459df36fbc58540a61fef7f1697','',NULL),(8366,'en','mb-custom-post-type','2ada3e768c0f971c10f36111fb1cc421','Update %s',NULL,NULL,'LINE',NULL,0,'','143e3396e0fbeb6a98a7f24fc731ca84','',NULL),(8367,'en','mb-custom-post-type','84d1595b1584d106bf0310b6905e7c3c','All %s',NULL,NULL,'LINE',NULL,0,'','e15ee51708f6f36896f8ec604761bac9','',NULL),(8368,'en','mb-custom-post-type','9c261c62a7a3a3b68ebc14f22045d762','Search %s',NULL,NULL,'LINE',NULL,0,'','04f31758a52c9956b9a207cc06c09ec9','',NULL),(8369,'en','mb-custom-post-type','514ef5adfed5b9f69f4fdc1179ea8e38','Parent %s:',NULL,NULL,'LINE',NULL,0,'','b5d50f164b84b117ccf428b0ed32e989','',NULL),(8370,'en','mb-custom-post-type','5a400d6ff04426bf44ce8bde0fa0e81d','No %s found.',NULL,NULL,'LINE',NULL,0,'','fc1e331fe7d7c8bc17fc34632a9b2dfd','',NULL),(8371,'en','mb-custom-post-type','26e286391b072007a9df9c9280665966','No %s found in Trash.',NULL,NULL,'LINE',NULL,0,'','7f2394f3ec18b40158a8aa0f3d039f1d','',NULL),(8372,'en','mb-custom-post-type','5acd460877052acd8485e812d7ac8004','Taxonomies',NULL,NULL,'LINE',NULL,0,'Taxonomy General Name','e968e1683f33c2ee1db8ae220e1f0b53','',NULL),(8373,'en','mb-custom-post-type','30d10883c017c4fd6751c8982e20dae1','Taxonomy',NULL,NULL,'LINE',NULL,0,'Taxonomy Singular Name','bcd692ef3a9d047fbec85ba5593011c5','',NULL),(8374,'en','mb-custom-post-type','5acd460877052acd8485e812d7ac8004','Taxonomies',NULL,NULL,'LINE',NULL,0,'','4a13ea514a8f89a8f16b70d8771fd8ea','',NULL),(8375,'en','mb-custom-post-type','30d10883c017c4fd6751c8982e20dae1','Taxonomy',NULL,NULL,'LINE',NULL,0,'','3389c840e79bf41a2d221de1d2652cf3','',NULL),(8376,'en','mb-custom-post-type','b272dc977e73eaf4a34cd2a7bcb9a881','Parent Taxonomy:',NULL,NULL,'LINE',NULL,0,'','319c9e11f44110661c07dfc2fc5c1d3f','',NULL),(8377,'en','mb-custom-post-type','4ba39fe3d415d569b5b668d59401b6e2','Add New Taxonomy',NULL,NULL,'LINE',NULL,0,'','767628ece4bec26aa9b3c2fdd8964314','',NULL),(8378,'en','mb-custom-post-type','4c8dbddd58d4581210f5d7ab099a45bd','New Taxonomy',NULL,NULL,'LINE',NULL,0,'','d610debce5707ede3282bc1ab5ef2390','',NULL),(8379,'en','mb-custom-post-type','44d5dbdc385d6206700ce8ebe4b92c1e','Edit Taxonomy',NULL,NULL,'LINE',NULL,0,'','3d3f779902558b3a4af77cb26bf030ba','',NULL),(8380,'en','mb-custom-post-type','dd4fd6d6991b77a1d11439d7d5562bb1','Update Taxonomy',NULL,NULL,'LINE',NULL,0,'','01699bdcbf4d852a996eb02144b8dd64','',NULL),(8381,'en','mb-custom-post-type','d18944b4e3c0c4eb176274d0f27357e4','View Taxonomy',NULL,NULL,'LINE',NULL,0,'','947589fcf01a30130f2ee9db1a4e1a65','',NULL),(8382,'en','mb-custom-post-type','761d9f83aa7bb786080a4c8054951e04','Search Taxonomy',NULL,NULL,'LINE',NULL,0,'','5739ad3cac7ab095fb5be719ee451b47','',NULL),(8383,'en','profile-builder','c82c2e6d576897500d7c36c01ef75d47','After Login',NULL,NULL,'LINE',NULL,0,'','cb24fad62eb22f5b0dd15dce7f2f827b','',NULL),(8384,'en','profile-builder','e9c55520bc4a6a31679c2cc38f770e1a','After Logout',NULL,NULL,'LINE',NULL,0,'','c0b16a3f9bbfdbe95fcc94f39b7b703b','',NULL),(8385,'en','profile-builder','f2958549eae36e9bf189b0b814017b55','After Registration',NULL,NULL,'LINE',NULL,0,'','e3de065bf7329184d4e4340ba535ddeb','',NULL),(8386,'en','profile-builder','aa7e923e3fac0a86b0463c0096125582','After Edit Profile',NULL,NULL,'LINE',NULL,0,'','e0b5c748c503f5747ad82aacbf957107','',NULL),(8387,'en','profile-builder','036666bca58148eea6b834c440e3594c','After Successful Email Confirmation',NULL,NULL,'LINE',NULL,0,'','0a0cf952ccc479cc360ffb02d9d3881e','',NULL),(8388,'en','profile-builder','0871c891d129cb9fd4928f79f9ec83c2','After Successful Password Reset',NULL,NULL,'LINE',NULL,0,'','c7503b56130ffb4b68e1c2d09bba996e','',NULL),(8389,'en','profile-builder','e476c0e791d2b673dbbd3f5f0d9092c0','Dashboard (redirect users from accessing the dashboard)',NULL,NULL,'LINE',NULL,0,'','e13079f667c6c6b5623de2226561cf19','',NULL),(8390,'en','profile-builder','1edcdad89b3a2245d759a169da1bf5a3','User ID',NULL,NULL,'LINE',NULL,10,'','ff1bee84adc87ae01af8b1ed3958057e','',NULL),(8391,'en','profile-builder','e8f9a6b899ef54e2b137bed1d348d358','User ID or Username',NULL,NULL,'LINE',NULL,10,'','a002124439d46df816e42e064755dcad','',NULL),(8392,'en','profile-builder','19bf5e43af39ae2920d4579f0b15e053','User ID / Username',NULL,NULL,'LINE',NULL,10,'','d78c6bb0f7f12f23d1e11538399c9280','',NULL),(8393,'en','profile-builder','56c5a858d5e74bcd3cd9cd86459d64c8','Please select and enter the ID or username of your user.',NULL,NULL,'LINE',NULL,10,'','fa9b2a774173853ca871f3c19969078a','',NULL),(8394,'en','profile-builder','4e93a761aa0e9b67facb28814c960628','Redirect Type',NULL,NULL,'LINE',NULL,10,'','39fe7f06981dc5dc2c073768b915fa91','',NULL),(8395,'en','profile-builder','3ca7ca93df600ffff03ee0e7eac6950f','Redirect URL',NULL,NULL,'LINE',NULL,10,'','9607cdbccf500350766baf1989b9dfd9','',NULL),(8396,'en','profile-builder','bfd850da1913a2d97db3ec40c10acae8','Can contain the following dynamic tags:{{homeurl}}, {{siteurl}}, {{user_id}}, {{user_nicename}}, {{http_referer}}',NULL,NULL,'LINE',NULL,0,'','a0b0e4e1e028f12875515e122707f6db','',NULL),(8397,'en','profile-builder','5689decbd147405ed8856d736082aced','Individual User Redirects',NULL,NULL,'LINE',NULL,0,'','a78a407187a4d69eeabbc0c3afc3074a','',NULL),(8398,'en','default','b0b0ca4931e883f10d1d37ace5b52b41','... Choose',NULL,NULL,'LINE',NULL,0,'','f22067cb637566129c7041514bbdf9b3','',NULL),(8399,'en','profile-builder','a31c1a3b2ff8eb60b56680970d9e8d0c','Select a user role.',NULL,NULL,'LINE',NULL,10,'','ca4424992f9621acdd942bbcb197fbb4','',NULL),(8400,'en','profile-builder','1a3435d7fa0bdcb5f6a97d446b47e571','User Role based Redirects',NULL,NULL,'LINE',NULL,0,'','a0a287e8e5de10d4aa2e6ca657d46401','',NULL),(8401,'en','profile-builder','6e93deb0b5304536b4aab7a317a98b72','Global Redirects',NULL,NULL,'LINE',NULL,10,'','b79759a9b8b426fbcdc25bb5a3139c6a','',NULL),(8402,'en','profile-builder','1edbec4a4b9cd566acc6f20d994579bc','Login ( wp_login.php )',NULL,NULL,'LINE',NULL,0,'','462fe3012f7fc9a170ce41d53c75370c','',NULL),(8403,'en','profile-builder','1ace8056455eb5f06b080f4743d310d8','Register ( wp-login.php?action=register )',NULL,NULL,'LINE',NULL,10,'','36de9ae12568a0516553fe317a4b175b','',NULL),(8404,'en','profile-builder','27b9380ad1e1447102cd4ef03fd6be72','Lost Password ( wp-login.php?action=lostpassword )',NULL,NULL,'LINE',NULL,10,'','f9e69a2153cf4d0b2517f66adbc963df','',NULL),(8405,'en','profile-builder','ccbd5e81ea079c2909f0b8614962bad2','Author Archive ( http://sitename.com/author/admin )',NULL,NULL,'LINE',NULL,10,'','7256b073059f1556252edcd126a22938','',NULL),(8406,'en','profile-builder','f059222eec07edeba2d60dcb806369ad','Redirect Default WordPress Forms and Pages',NULL,NULL,'LINE',NULL,0,'','2e13ac9e81646cb317624fefee5716d0','',NULL),(8407,'en','profile-builder','3cf9064d67a8acc754449d33a3508603','How does this work?',NULL,NULL,'LINE',NULL,10,'','4bdb3976ef7faf460cbd8305a0f88ac0','',NULL),(8408,'en','profile-builder','3c06c02a0d5aa724f4cc8090a2ec3cf3','Choose one of the supported fields you manage <a href=\"https://valerioanzino.com/wp-admin/admin.php?page=manage-fields\">here</a>',NULL,NULL,'LINE',NULL,0,'','ef816aaf3bbf12b64625d244d9ad1c44','',NULL),(8409,'en','profile-builder','51c8bdb5a523267cd5d8e8d64ee17155','Role Slug',NULL,NULL,'LINE',NULL,10,'','f2f8532ac8f0c8223aede1ad5ac8d2b8','',NULL),(8410,'en','profile-builder','4448b8b732db7c9568f02f9eaf9566ee','User Fields Tags',NULL,NULL,'LINE',NULL,0,'','6a2ce14bcb670bc6577c378cf8c2048d','',NULL),(8411,'en','profile-builder','d733879ee5d51938b4d1cbaee859d440','Sort Tags',NULL,NULL,'LINE',NULL,0,'','49c37cfcda5d6c3ace16c0fa91d98542','',NULL),(8412,'en','profile-builder','76c7626076013e86ffe6756368db3a91','Faceted Menus',NULL,NULL,'LINE',NULL,0,'','69f20da87656f31c7d23a650439337ca','',NULL),(8413,'en','profile-builder','7d83e72583af3d8a08a95140a5b1e3b6','User Count',NULL,NULL,'LINE',NULL,0,'','36759da5686bcc6128485653b197ff04','',NULL),(8414,'en','profile-builder','d3da97e2d9aee5c8fbe03156ad051c99','More',NULL,NULL,'LINE',NULL,0,'','2cb19f930dca036aa883c6790714824d','',NULL),(8415,'en','profile-builder','cf3fb1ff52ea1eed3347ac5401ee7f0c','Ascending',NULL,NULL,'LINE',NULL,10,'','87720eb2bc84291744c8ae2a3cc6670d','',NULL),(8416,'en','profile-builder','e3cf5ac19407b1a62c6fccaff675a53b','Descending',NULL,NULL,'LINE',NULL,10,'','47e18bf92a4aec9595c1ab82b199a9da','',NULL),(8417,'en','profile-builder','b021df6aac4654c454f46c77646e745f','Label',NULL,NULL,'LINE',NULL,10,'','172208a4717f85256a2cd5c538c3899d','',NULL),(8418,'en','profile-builder','43a492b518b17c49581ed7668becd925','Choose the facet name that appears on the frontend',NULL,NULL,'LINE',NULL,0,'','6dee8150a2ab2160b28c6d326f29587a','',NULL),(8419,'en','profile-builder','2ab9ef5839c74828bc33d9e64da1140a','Facet Type',NULL,NULL,'LINE',NULL,0,'','7be0a1622f39e035b764fe49c3e2a493','',NULL),(8420,'en','profile-builder','b8536f4c16101b3736b5c4870ac7ecfc','Choose the facet menu type',NULL,NULL,'LINE',NULL,0,'','dd303d09747169416ce4782291fb08d3','',NULL),(8421,'en','profile-builder','88ca364c5679c4bdaf79f031c48e83d0','Facet Meta',NULL,NULL,'LINE',NULL,0,'','1afa97bff72f08e9a2eaf1d1295d6469','',NULL),(8422,'en','profile-builder','4ea0489436fb62bf46318d6e3c42c76e','Choose the meta field for the facet menu',NULL,NULL,'LINE',NULL,0,'','33161eba682f368f8c75f11383ff4a2e','',NULL),(8423,'en','profile-builder','1f07afd3bc8c1e38425daf4959fffdf1','Behaviour',NULL,NULL,'LINE',NULL,10,'','5b602ffc8bd867453781150921efb557','',NULL),(8424,'en','profile-builder','3b9b99fa5f24720f500bb97c02028f62','Narrow the results',NULL,NULL,'LINE',NULL,0,'','ec4916132b97ac44c73b2f6ca304cc72','',NULL),(8425,'en','profile-builder','d6e495f377cfec082b32f10383d2aa29','Expand the results',NULL,NULL,'LINE',NULL,0,'','33dc0e213c831ecfcfa32ff139581138','',NULL),(8426,'en','profile-builder','b4292514d484b25dd2d8aeb8ab6e62b4','Choose how multiple selections affect the results',NULL,NULL,'LINE',NULL,0,'','35d226af4d1ba91913dcff9f084db758','',NULL),(8427,'en','profile-builder','6970fb65b1a0dc164f762c6b95dfa897','Visible choices',NULL,NULL,'LINE',NULL,10,'','c834e91106064755e249a11d1c1df3f2','',NULL),(8428,'en','profile-builder','4fda61b1b9383a0348131068eb38a46b','Show a toggle link after this many choices. Leave blank for all',NULL,NULL,'LINE',NULL,0,'','af8d5e9013b4b617ba7ba2e645bf3053','',NULL),(8429,'en','profile-builder','206037084cb448ba7881b07a737551b8','Search Fields',NULL,NULL,'LINE',NULL,10,'','225d4c0c5ea0ab1ffcf111abcd2bed56','',NULL),(8430,'en','profile-builder','4a09cc92461b549ebedf05ac95538157','Choose the fields in which the Search Field will look in',NULL,NULL,'LINE',NULL,0,'','4b9138f64d650e96018727c342814297','',NULL),(8431,'en','profile-builder','4e31c8a09d5844eca7321bc821e6b102','Search Settings',NULL,NULL,'LINE',NULL,10,'','bd3103923c14f65dd3d68a7c9c2baa28','',NULL),(8432,'en','avia_framework','7a757b251c407af1cb3e2d2e8d753e13','Portfolio Items',NULL,NULL,'LINE',NULL,0,'post type general name','9d2a7cc4d39cdb2fc3242a28acf242aa','',NULL),(8433,'en','avia_framework','c23389a83d3e5e898c9299453548ee53','Portfolio Entry',NULL,NULL,'LINE',NULL,0,'post type singular name','b139d9d95fef65ceabd469724f8f9c4e','',NULL),(8434,'en','avia_framework','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,0,'portfolio','dc4de0268b19c805d230fb8357c3792d','',NULL),(8435,'en','avia_framework','7b331df7af79c916d3e607943e87f173','Add New Portfolio Entry',NULL,NULL,'LINE',NULL,0,'','d6da6b88251df85277e264393f02d4c9','',NULL),(8436,'en','avia_framework','fb0214db01665483ee012b3312f65842','Edit Portfolio Entry',NULL,NULL,'LINE',NULL,0,'','6285d4f64d50ba4518284821340e73e3','',NULL),(8437,'en','avia_framework','7ec7234238222ba95b0522a7562f699a','New Portfolio Entry',NULL,NULL,'LINE',NULL,0,'','10415c521940e09a546e9f7c449384e3','',NULL),(8438,'en','avia_framework','2ce35ff2cdbfaa2093afb0c82fafc84b','View Portfolio Entry',NULL,NULL,'LINE',NULL,0,'','fce8f3e1633e99b972ad738c251b9a4a','',NULL),(8439,'en','avia_framework','f66f866f7d3c70c48a6a3073ef49a9ea','Search Portfolio Entries',NULL,NULL,'LINE',NULL,0,'','d824d7442fe8abe8ed8381de8d45e0e1','',NULL),(8440,'en','avia_framework','029fcec5ada02d0b863040717f65c9db','No Portfolio Entries found',NULL,NULL,'LINE',NULL,0,'','ac81853b4e376c6375994e8fff30aa02','',NULL),(8441,'en','avia_framework','d1cb291c7b415b6f1e6931e3fb319390','No Portfolio Entries found in Trash',NULL,NULL,'LINE',NULL,0,'','555942369994722fdd65b51067ba139f','',NULL),(8442,'en','avia_framework','10bb5046f1e249c64658218861aa3673','portfolio-item',NULL,NULL,'LINE',NULL,0,'','ef42b7d02cc5bffcbad8894eeaf583f0','',NULL),(8443,'en','avia_framework','2b88815800a3f24006b97963baf5e01b','portfolio_entries',NULL,NULL,'LINE',NULL,0,'','6b9fca9a7b3280ec8f9b6d49f32d5cee','',NULL),(8444,'en','avia_framework','a98a542e94a5455e43aec1507d4d2956','portfolio-articoli',NULL,NULL,'LINE',NULL,0,'URL slug','6d4d80f6270aa4118022cc66582952b9','',NULL),(8445,'en','avia_framework','f47f941e27edd8c1a742c4bfe3f3991d','portfolio_voci',NULL,NULL,'LINE',NULL,0,'URL slug','c2975a193662a9bc7129680fc6ccc7eb','',NULL),(8446,'en','avia_framework','b70b71b1ae4447e5b3191b6678509242','Audio Player',NULL,NULL,'LINE',NULL,0,'','74deb47461b49cf5b70108be2da2eec3','',NULL),(8447,'en','avia_framework','8f3e94aef574532c10e611c471b3ce72','Media Elements',NULL,NULL,'LINE',NULL,0,'','6640e5ebdf5d304e5c79a25139d27788','',NULL),(8448,'en','avia_framework','528a33d724a8162294f158c6f301132d','Add an audio player element',NULL,NULL,'LINE',NULL,0,'','1a60ac7f56feefb919bfaf4d6fc67f78','',NULL),(8449,'en','avia_framework','ae1339380be8a6bdc0b5988b6c3d9ac7','This element is disabled in your theme options. You can enable it in Enfold &raquo; Performance',NULL,NULL,'LINE',NULL,0,'','8338b116670e1dc082f830a82928b940','',NULL),(8450,'en','avia_framework','7d27c14913e195d93ac579a214d43978','Unique ID for ALB element',NULL,NULL,'LINE',NULL,0,'','bee0f6857803e7d074475b7289afbf95','',NULL),(8451,'en','avia_framework','76c255fbad8e8b748649194c7699f5b9','stores the unique ID for the element',NULL,NULL,'LINE',NULL,0,'','c76ade45e5fc9ae678414dd9bcc58957','',NULL),(8452,'en','avia_framework','b909ae311405d6e1d4067bab8b32145c','Blog Posts',NULL,NULL,'LINE',NULL,0,'','2bf3e1b53beef836e0317454d36936c1','',NULL),(8453,'en','avia_framework','36c021a1cea5e1c6df9c5032994658b4','Content Elements',NULL,NULL,'LINE',NULL,0,'','9886991d594486084fd956b300e9e221','',NULL),(8454,'en','avia_framework','9f675ee9419a16faf32209bb9da66d4b','Displays Posts from your Blog',NULL,NULL,'LINE',NULL,0,'','eaed67e27e019fc94c9b3f5a948515ad','',NULL),(8455,'en','avia_framework','8d9c36a4635ee9f7e6275f16570227c0','Button Row',NULL,NULL,'LINE',NULL,0,'','b12da2006565032ab51bd00659097840','',NULL),(8456,'en','avia_framework','e9f480535906de711969197b4252fb43','Displays multiple buttons beside each other',NULL,NULL,'LINE',NULL,0,'','1a21eee9f80512067e3dbdc3693dc0b6','',NULL),(8457,'en','avia_framework','87b7760f14fbff78d8819291f36ab9a0','Button',NULL,NULL,'LINE',NULL,0,'','267db549587032d7080125102f7b421f','',NULL),(8458,'en','avia_framework','f9654f7555cc16a5e490f3b1c76e3928','Creates a colored button',NULL,NULL,'LINE',NULL,0,'','dbbafc6a666f481cda7f64223bfb9fec','',NULL),(8459,'en','avia_framework','7f9a9a2a20ead3895b7c40f36e9abb1e','Fullwidth Button',NULL,NULL,'LINE',NULL,0,'','39b53ba26e627e227b8443bdeddb624a','',NULL),(8460,'en','avia_framework','6c961865dad123bcb0e2a785bfab9586','Creates a colored button that stretches across the full width',NULL,NULL,'LINE',NULL,0,'','dfcb720c9be463c51093cff503b2bd4d','',NULL),(8461,'en','avia_framework','a8567ec8887eb41c7870b3a624524a46','Catalogue',NULL,NULL,'LINE',NULL,0,'','1c23851658962fabea27bbf2e14ffbf0','',NULL),(8462,'en','avia_framework','a8ae78bfb7d8e1c76c286f07b2e97add','Creates a pricing list',NULL,NULL,'LINE',NULL,0,'','49c586576022c837af5472bc18846a19','',NULL),(8463,'en','avia_framework','8413c683b4b27cc3f4dbd4c90329d8ba','Comments',NULL,NULL,'LINE',NULL,0,'','eea6ed14f2cc5640143245f4e82fcf30','',NULL),(8464,'en','avia_framework','535fa427f2b03e1791c401871d8d4e8b','Add a comment form and comments list to the template',NULL,NULL,'LINE',NULL,0,'','83e02be2ddcdfff1192df3c2efc4d549','',NULL),(8465,'en','avia_framework','3f65d6e17a11466983fd177702cf6a71','Contact Form',NULL,NULL,'LINE',NULL,0,'','308dbe67ec055a193eb8919cb18cea28','',NULL),(8466,'en','avia_framework','477c8815993584764cf8d72d5329da90','Creates a customizable contact form',NULL,NULL,'LINE',NULL,0,'','ba7cc67a828d66240e2faf9d1f2fdb5e','',NULL),(8467,'en','avia_framework','119f4ac8edc44da737c5e3cb67278a24','Content Slider',NULL,NULL,'LINE',NULL,0,'','3fe5d3d95e20764a8921748d6910ba5c','',NULL),(8468,'en','avia_framework','205246e6ff01f3c3c2bb2f33ce2538eb','Display a content slider element',NULL,NULL,'LINE',NULL,0,'','63488937ff70d5b957d3a72a50dfef4d','',NULL),(8469,'en','avia_framework','dde599875def0b658d6102b85270a8a2','Animated Countdown',NULL,NULL,'LINE',NULL,0,'','1438454147e7e9abaac1ba31861abeea','',NULL),(8470,'en','avia_framework','dc163a1ec775aa3e315b03a13774ca7f','Display a countdown to a specific date',NULL,NULL,'LINE',NULL,0,'','619706024417aaf9f7d57ea150c5950d','',NULL),(8471,'en','avia_framework','c22cf8376b1893dcfcef0649fe1a7d87','Second',NULL,NULL,'LINE',NULL,0,'','c232d1d546d177a0f105455b09b507bd','',NULL),(8472,'en','avia_framework','62902641c38f3a4a8eb3212454360e24','Minute',NULL,NULL,'LINE',NULL,0,'','8c39b8435731e49bc49584a59c683a8f','',NULL),(8473,'en','avia_framework','b55e509c697e4cca0e1d160a7806698f','Hour',NULL,NULL,'LINE',NULL,0,'','e25bee78f549624c802eff6280fa5941','',NULL),(8474,'en','avia_framework','03727ac48595a24daed975559c944a44','Day',NULL,NULL,'LINE',NULL,0,'','4384275d9894ba62ca473837c90bcaa9','',NULL),(8475,'en','avia_framework','d2ce009594dcc60befa6a4e6cbeb71fc','Week',NULL,NULL,'LINE',NULL,0,'','bb8347e2ca01317c3f6036a719093fb6','',NULL),(8476,'en','avia_framework','d06db07828c7925e46f5a546c838aa7d','Creates a custom gallery',NULL,NULL,'LINE',NULL,0,'','d6337868430ce61a3c1729665c9d3359','',NULL),(8477,'en','avia_framework','ea5929c889bcf868ac8868cdcab85ff4','Horizontal Gallery',NULL,NULL,'LINE',NULL,0,'','3663cdad150e7eb4c36f0471fcabbbfc','',NULL),(8478,'en','avia_framework','b75d4df0e86c93eafdba26d1b21e9766','Creates a horizontal scrollable gallery ',NULL,NULL,'LINE',NULL,0,'','691fadd234e957abcae1905778d99cc1','',NULL),(8479,'en','avia_framework','235072af42d72915159f0e6c9d6a870c','Google Map',NULL,NULL,'LINE',NULL,0,'','3c20dca75b031f5cb92f0f60821c6d89','',NULL),(8480,'en','avia_framework','c3c3069a8cbe46b5407ca0049f76c223','Display a google map with one or multiple locations',NULL,NULL,'LINE',NULL,0,'','097bbd4307d6657eb60aef5771b9cc3a','',NULL),(8481,'en','avia_framework','89de6e1dfdc952cfa0b5c54cfe34d323','Layout Elements',NULL,NULL,'LINE',NULL,0,'','a33f69df152a8d66ce08238e2c0b4465','',NULL),(8482,'en','avia_framework','3b04bb3d9d31e31c7c75871fee7bde0c','Creates a single full width column',NULL,NULL,'LINE',NULL,0,'','d2902a3042a63eee3b31a0516924bc69','',NULL),(8483,'en','avia_framework','731a0ac56f2f517f2386e5baa974b177','Creates a single column with 50&percnt; width',NULL,NULL,'LINE',NULL,0,'','f11a0ea66211a6530de3b1ce6fe68da9','',NULL),(8484,'en','avia_framework','d2f1ccedb740b62f44495959644dcae9','Creates a single column with 33&percnt; width',NULL,NULL,'LINE',NULL,0,'','f380bac3e368e471a34b6a7b20920c34','',NULL),(8485,'en','avia_framework','cf80ab005d0d2c942469091503c69e7d','Creates a single column with 67&percnt; width',NULL,NULL,'LINE',NULL,0,'','d52246f2abd2c9cc87e530e77486c907','',NULL),(8486,'en','avia_framework','4410fa9adeca4d49509aedbb9d1d0fff','Creates a single column with 25&percnt; width',NULL,NULL,'LINE',NULL,0,'','48f548b04b1a6db758afefe349a6f750','',NULL),(8487,'en','avia_framework','b26acc4f94cae19a87129207178d15e1','Creates a single column with 75&percnt; width',NULL,NULL,'LINE',NULL,0,'','9c027c9490de84746b14832d5bb503a2','',NULL),(8488,'en','avia_framework','064234a1c9e433a4a9471ebeb3b20598','Creates a single column with 20&percnt; width',NULL,NULL,'LINE',NULL,0,'','b074db44a35b4ff5c9d5420fd60cabbf','',NULL),(8489,'en','avia_framework','e9354f925517d44d126036d4c94091b4','Creates a single column with 40&percnt; width',NULL,NULL,'LINE',NULL,0,'','1bdcf6a5695467d7eecab4d71de26301','',NULL),(8490,'en','avia_framework','f3286eda6c309cea1f09fd9b3c0de630','Creates a single column with 60&percnt; width',NULL,NULL,'LINE',NULL,0,'','c51543daa15911de18a3b1abaf2f8881','',NULL),(8491,'en','avia_framework','96a76c8efafe8c84406b907b7311f3e9','Creates a single column with 80&percnt; width',NULL,NULL,'LINE',NULL,0,'','d57c13fd040259d417e0fb0497a4693c','',NULL),(8492,'en','avia_framework','c76c7e580a745f6bcff0e2b978efa24a','Grid Row',NULL,NULL,'LINE',NULL,0,'','21033cd7305424c023413ac700c97c51','',NULL),(8493,'en','avia_framework','2fb92fb38615d309a942e191cd5d503c','Add multiple Grid Rows below each other to create advanced grid layouts. Cells can be styled individually',NULL,NULL,'LINE',NULL,0,'','d7abbc7cbba418182148a6b37b6499d2','',NULL),(8494,'en','avia_framework','d2bf093421a7efc740fcf59b6cdbde80','Special Heading',NULL,NULL,'LINE',NULL,0,'','3bf1bfd7429e94cccc79712411e40cae','',NULL),(8495,'en','avia_framework','b7593d73113180ece698814082b4ee8a','Creates a special Heading',NULL,NULL,'LINE',NULL,0,'','302597030846e38686e863b29594dfc1','',NULL),(8496,'en','avia_framework','7323c4d063cd836e507fc72853c8f4c8','Headline Rotator',NULL,NULL,'LINE',NULL,0,'','5f2b6879c8f2903244c2a36abc734fe9','',NULL),(8497,'en','avia_framework','6ad763c105f47e4238d41e4faf2f45c0','Creates a text rotator for dynamic headings',NULL,NULL,'LINE',NULL,0,'','79414b3fbd8fd29e794b112ff5ee9dca','',NULL),(8498,'en','avia_framework','0e2616a82ae6e5e2807a8c8ba52dcd17','Separator / Whitespace',NULL,NULL,'LINE',NULL,0,'','978a627ef0ad0bc037b48e28601bfa89','',NULL),(8499,'en','avia_framework','10d68b2a00cf1b5e61f70a96335486e8','Creates a delimiter/whitespace to separate elements',NULL,NULL,'LINE',NULL,0,'','e3190f4dfe0ea6e70f0cb2870c7aae09','',NULL),(8500,'en','avia_framework','817434295a673aed431435658b65d9a7','Icon',NULL,NULL,'LINE',NULL,0,'','f8a7fa8af227b2136004b1edc1f91499','',NULL),(8501,'en','avia_framework','89ff652e5df469816cf2baa91b7c20ce','Display an icon with optional hover effect',NULL,NULL,'LINE',NULL,0,'','c5bf39e7128e0b12d43fdab255366fbd','',NULL),(8502,'en','avia_framework','3902b5474a18ab7e9f8ce952a8f8123f','Icon Box',NULL,NULL,'LINE',NULL,0,'','ae34e7804889a473998c1549341bd4fa','',NULL),(8503,'en','avia_framework','85b52a611622a1d52d4656d421d4c189','Creates a content block with icon to the left or above',NULL,NULL,'LINE',NULL,0,'','c652f63e79bea5a8bee7ac74864c5e34','',NULL),(8504,'en','avia_framework','591180770b39c5f069a1b2f9e643952c','Icon List',NULL,NULL,'LINE',NULL,0,'','52365ac6bdeab0a7d29d07ed415e3525','',NULL),(8505,'en','avia_framework','1ea2951af4c401aa15c04d1533ad7be2','Creates a list with nice icons beside',NULL,NULL,'LINE',NULL,0,'','ce96ec1a1ae47dc5355dfa01c9a51661','',NULL),(8506,'en','avia_framework','be53a0541a6d36f6ecb879fa2c584b08','Image',NULL,NULL,'LINE',NULL,0,'','120c1f318a89940e6caaf26a00d7b37f','',NULL),(8507,'en','avia_framework','61d2458eb3112d813bfeea6e610af294','Inserts an image of your choice',NULL,NULL,'LINE',NULL,0,'','a71203ef1ff2e214cf1424145c93df08','',NULL),(8508,'en','avia_framework','620b167395f25ac6b3dbaca06fdd1b0f','Image with Hotspots',NULL,NULL,'LINE',NULL,0,'','19647c794669157ca0e25a4895650baf','',NULL),(8509,'en','avia_framework','39a8a475b64e0499df8c0e0d65913c2b','Inserts an image with one or many hotspots that show tooltips',NULL,NULL,'LINE',NULL,0,'','15e8a467213168370d1e51e02de60a33','',NULL),(8510,'en','avia_framework','94fd9f3a35ec495274b28c32d8a684d6','Partner/Logo Element',NULL,NULL,'LINE',NULL,0,'','f223fbe1d67d449853ebf485bc6ca8e0','',NULL),(8511,'en','avia_framework','62003a0539493db357715626dd9eb9fc','Display a partner/logo Grid or Slider',NULL,NULL,'LINE',NULL,0,'','e06ff5baa0dd2362bd230b2edb934298','',NULL),(8512,'en','avia_framework','e949097c0b1568e201f9345c24561863','Magazine',NULL,NULL,'LINE',NULL,0,'','03071956c4ac271ce5b34dd62434ab32','',NULL),(8513,'en','avia_framework','580b20c2304ceef7f2765040babc5000','Display entries in a magazine like fashion',NULL,NULL,'LINE',NULL,0,'','42ca8eb683812e830142244c89d7ba69','',NULL),(8514,'en','avia_framework','6dd85924fb0a7938aa0be450da350ce4','Mailchimp Signup',NULL,NULL,'LINE',NULL,0,'','83a3de56ef1bf1557837fade11316b89','',NULL),(8515,'en','avia_framework','28ade0296d5240f7dea4fdc7dda0ded4','Creates a mailschimp signup form',NULL,NULL,'LINE',NULL,0,'','571b5d06bb306069f0a9656d3c607980','',NULL),(8516,'en','avia_framework','aa47777dc638b9a23ba7265627910b14','Masonry',NULL,NULL,'LINE',NULL,0,'','37b7ca82512397b203d610b7f458618c','',NULL),(8517,'en','avia_framework','282435033c22e8c128d1b30904ca586b','Display a fullwidth masonry/grid with blog entries',NULL,NULL,'LINE',NULL,0,'','7dd7c04f0b9e9fdde2bfe9bc8b7bb9a6','',NULL),(8518,'en','avia_framework','310a941de6eabf23f4a3cc8941b47346','Masonry Gallery',NULL,NULL,'LINE',NULL,0,'','9d73bb0170a200b4d2c485b20c5b3de4','',NULL),(8519,'en','avia_framework','de46bf75aa0528247a5fc9e5060a3820','Display a fullwidth masonry/grid gallery',NULL,NULL,'LINE',NULL,0,'','6b1b30bb3e3311a7c0d9d3dc1e499d9b','',NULL),(8520,'en','avia_framework','f18b4f08b0d59d8da6738ca68d4ef2bb','Fullwidth Sub Menu',NULL,NULL,'LINE',NULL,0,'','d5fb52ab57cb6e18bc7aea88948b936a','',NULL),(8521,'en','avia_framework','522566ad002ba729fadfbcbd8d54cafe','Display a sub menu',NULL,NULL,'LINE',NULL,0,'','1f7240054533fece51243f24c00b2e9a','',NULL),(8522,'en','avia_framework','96d008db67fc0b5551a926842bbb6a71','Notification',NULL,NULL,'LINE',NULL,0,'','aeeb7e3dd1d0822977d9c8c985720352','',NULL),(8523,'en','avia_framework','6136d8185a09daa33bc9aaefca7cc47f','Creates a notification box to inform visitors',NULL,NULL,'LINE',NULL,0,'','9927ddb61bc9a1ae6e4f464d9ec12cbc','',NULL),(8524,'en','avia_framework','0752f4a83c1b0ea58e65f028685fb9da','Animated Numbers',NULL,NULL,'LINE',NULL,0,'','dd77bb0041f2c866c53bebf9a01a4b64','',NULL),(8525,'en','avia_framework','e788fe1fad883701a7caffe0896754a0','Display an animated Number with subtitle',NULL,NULL,'LINE',NULL,0,'','a16b5bd79150d54c19f549a157956012','',NULL),(8526,'en','avia_framework','8330f0dcb63b94f8a2171d3ce0870cbb','Portfolio Grid',NULL,NULL,'LINE',NULL,0,'','a32713e78238ded19495283c394d0f80','',NULL),(8527,'en','avia_framework','0d488e5f9baa6b5d6cfc5ed467a18890','Creates a grid of portfolio excerpts',NULL,NULL,'LINE',NULL,0,'','74ed27ddb7df438bc6c06832683956cd','',NULL),(8528,'en','avia_framework','c55ea7baaf9741b58dd58d029a618752','Post Slider',NULL,NULL,'LINE',NULL,0,'','3d4ad0973de9355c6158d24bcafe0433','',NULL),(8529,'en','avia_framework','53be2c36f9a4a64269cb90536358a3a4','Display a Slideshow of Post Entries',NULL,NULL,'LINE',NULL,0,'','52df34f84058a32867f0f808ea302c4e','',NULL),(8530,'en','avia_framework','1daff44de855cfb5b0c0a5ff7bf083ae','Progress Bars',NULL,NULL,'LINE',NULL,0,'','ed3c0c7042489f8602931340a27da53d','',NULL),(8531,'en','avia_framework','182115edd00af4cdc4ee8e6ab73960d9','Create some progress bars',NULL,NULL,'LINE',NULL,0,'','be9a0ef3c26bf4e0b019ab7f396e7098','',NULL),(8532,'en','avia_framework','0ab863c4389d3e5343ce9f65701fb229','Promo Box',NULL,NULL,'LINE',NULL,0,'','c3c02af6ff6c184d97b4062bb99ad7f4','',NULL),(8533,'en','avia_framework','4ff01c02f27c2a86b00170c0d5031eff','Creates a notification box with call to action button',NULL,NULL,'LINE',NULL,0,'','d1a9a8e45e095f27e7a9c60f059a9db2','',NULL),(8534,'en','avia_framework','f7286b22841f1d0cc35cb82f83fbd28d','Easy Slider',NULL,NULL,'LINE',NULL,0,'','b561c0f7d5ba3139b0a9aa35831955fc','',NULL),(8535,'en','avia_framework','c908fd3473b85d90376f87ccd15a6846','Display a simple slideshow element',NULL,NULL,'LINE',NULL,0,'','6df902055b5601df8081a0aea6c8439a','',NULL),(8536,'en','avia_framework','8c9a95d3b384d3a5f1b41293dfa4a279','Accordion Slider',NULL,NULL,'LINE',NULL,0,'','e920dc7ffb83f4f64b28eaf6d725084d','',NULL),(8537,'en','avia_framework','457d12eb8c6ed7173f9543dd2ea36907','Display an accordion slider with images or post entries',NULL,NULL,'LINE',NULL,0,'','ac0f486bc9425cb4770bf504ab4bd403','',NULL),(8538,'en','avia_framework','aba301bf2ab36cae3cc66dcde0182d6d','Featured Image Slider',NULL,NULL,'LINE',NULL,0,'','d13c9ed46b4117dbd42c87b22ce32fe5','',NULL),(8539,'en','avia_framework','ee1ae881fa430be8d6120fdd85944add','Display a Slideshow of featured images from various posts',NULL,NULL,'LINE',NULL,0,'','5465248aa30dcb7d4e06093d54458fed','',NULL),(8540,'en','avia_framework','28f72eebc0933cbdd0f1076665f539d6','Fullscreen Slider',NULL,NULL,'LINE',NULL,0,'','449fa325f8024d7594b0c62f914f3629','',NULL),(8541,'en','avia_framework','590f0abf34b6b4dc8bd8b90e72233835','Display a fullscreen slideshow element',NULL,NULL,'LINE',NULL,0,'','cafa156d3031517ee3830c0c1e2ae826','',NULL),(8542,'en','avia_framework','41968ddee47d7d13a51d49db1c8448da','Fullwidth Easy Slider',NULL,NULL,'LINE',NULL,0,'','1d7af5833e738d0297676881a722e9b6','',NULL),(8543,'en','avia_framework','684220f586e5cb5dff031a00f3643443','Display a simple fullwidth slideshow element',NULL,NULL,'LINE',NULL,0,'','d0af77231e62a7366ac9c578e6e7f28e','',NULL),(8544,'en','avia_framework','2ac5048b15c3a7441d15c6b2402825e2','Advanced Layerslider',NULL,NULL,'LINE',NULL,0,'','791163afc4c899191f18eccdca75401a','',NULL),(8545,'en','avia_framework','e1b734acbfe1a63fcc202d47eaecfe05','Display a Layerslider Slideshow',NULL,NULL,'LINE',NULL,0,'','041e42489cc6a6e9e17848cd6b323711','',NULL),(8546,'en','avia_framework','994ea564dbeab35bafe6757526791258','Social Share Buttons',NULL,NULL,'LINE',NULL,0,'','af27361c483d7288e6d27c6e4e614c4f','',NULL),(8547,'en','avia_framework','e172feb2b9ef7aad0c8dbb7e6bb434c7','Creates one or more social share buttons ',NULL,NULL,'LINE',NULL,0,'','3ed5d6eb51655d58ec3adc8a1548a876','',NULL),(8548,'en','avia_framework','5585a267fb126c905c72220bc0696f35','Creates a single tab for the tab section element',NULL,NULL,'LINE',NULL,0,'','1d61a77e8965ac9c39e12da306f77bcd','',NULL),(8549,'en','avia_framework','54e33a4ee2009418506de47d266063b2','Tab Section',NULL,NULL,'LINE',NULL,0,'','a532c3c68bd4fea015b284d333866af2','',NULL),(8550,'en','avia_framework','c90138542ab5f0c046465e5d92c76684','Add a fullwidth section with tabs that can contain columns and other elements',NULL,NULL,'LINE',NULL,0,'','c8675ae9bcb1897c2cecdeea259cef14','',NULL),(8551,'en','avia_framework','51c45b795d5d18a3e4e0c37e8b20a141','Table',NULL,NULL,'LINE',NULL,0,'','8e79e2c00f16eb20a1e36226162aa9c7','',NULL),(8552,'en','avia_framework','d20c6f37c7d1d14a4bd9921c4b6bb944','Creates a data or pricing table',NULL,NULL,'LINE',NULL,0,'','f9864f8ec06a56b51adaf3d5a840416b','',NULL),(8553,'en','avia_framework','7015777bcc86cd0c5e4819310d62b040','Tabs',NULL,NULL,'LINE',NULL,0,'','6f2b86620a919989095a41913b93d59a','',NULL),(8554,'en','avia_framework','f18fed13c3805a160433203ccee4f49a','Creates a tabbed content area',NULL,NULL,'LINE',NULL,0,'','fceaa389b8a15ae4b1bc372d0cafec62','',NULL),(8555,'en','avia_framework','2dd90453e33b8f7783b0b91a14e6eb61','Team Member',NULL,NULL,'LINE',NULL,0,'','fbb0c660fa1a8c0fe8e5881633fb77c5','',NULL),(8556,'en','avia_framework','397eaa4b61f1773afaafcd6c195676bb','Display a team members image with additional information',NULL,NULL,'LINE',NULL,0,'','c17bb6c64b11b12383b011fe477a97fe','',NULL),(8557,'en','avia_framework','13ea583f6474cdce6c0c9b289b652ffe','Testimonials',NULL,NULL,'LINE',NULL,0,'','ae0b162258e70f09b25dc4fcf2db40b4','',NULL),(8558,'en','avia_framework','6362cc836f14b61506a83978fb2b2b79','Creates a Testimonial Grid',NULL,NULL,'LINE',NULL,0,'','4701ae4fded44ecc6273e641a444e346','',NULL),(8559,'en','avia_framework','3d1f92a565d3b1a61880236e33c49bf3','Timeline',NULL,NULL,'LINE',NULL,0,'','a8bdb2233c4c37e43e4415e737b5d2e3','',NULL),(8560,'en','avia_framework','fe3013ee86f58f4d1b056ea97c6311ac','Creates a timeline',NULL,NULL,'LINE',NULL,0,'','cbd28539d5acd19395fe5ae5f84dd03f','',NULL),(8561,'en','avia_framework','4d5aae0b218a0bb62ff4513b66fc34d0','Accordion',NULL,NULL,'LINE',NULL,0,'','2815ca7ba027f2fc9bce75e65e64152e','',NULL),(8562,'en','avia_framework','a7aef47b311c85e442f33480617d18b4','Creates toggles or accordions',NULL,NULL,'LINE',NULL,0,'','621870c143f0bbe051822202c2a98cb9','',NULL),(8563,'en','avia_framework','34e2d1989a1dbf75cd631596133ee5ee','Video',NULL,NULL,'LINE',NULL,0,'','01cbc65159590024b2d44d47ce3eedc5','',NULL),(8564,'en','avia_framework','6fe8d078b092bfeeee92514e8d90988b','Display a video',NULL,NULL,'LINE',NULL,0,'','86de188811599d46e9de075b592ea0e2','',NULL),(8565,'en','avia_framework','febf6b24daaaeced55c4cc4db7dc931b','Code Block',NULL,NULL,'LINE',NULL,0,'','024ed23200eaf1b8679fa767cc3a7749','',NULL),(8566,'en','avia_framework','8360ea5a0cac85b32dc2ec7c5945f98c','Add text, shortcodes, HTML, CSS, JavaScript and non executeable codesnippets to your website (without any formatting or text optimization).',NULL,NULL,'LINE',NULL,0,'','b56c8df82e3ceee9dd344dcff587879c','',NULL),(8567,'en','avia_framework','63e8be715e14c8fe3d5a71ff4292cdaa','Page Content',NULL,NULL,'LINE',NULL,0,'','137cca6ce7660d78905be64c13d23ffd','',NULL),(8568,'en','avia_framework','8d3da683e0d24f8d8c6e0f4bbcc49f9d','Display the content of another page (fullwidth)',NULL,NULL,'LINE',NULL,0,'','8ccea740c09b9f0ed7b256a311c9421a','',NULL),(8569,'en','avia_framework','52d943a012f1c9854d3e6c20868afc61','Color Section',NULL,NULL,'LINE',NULL,0,'','89827b5a392496a9d6ca8eb270d54964','',NULL),(8570,'en','avia_framework','4b127fcdeb3a55d5ccb0563e10054af8','Creates a section with unique background image and colors',NULL,NULL,'LINE',NULL,0,'','23139f64455182fc76be8b2159bfe525','',NULL),(8571,'en','avia_framework','e58a7c285c6cc7ae70e8f47938f41adc','Text Block',NULL,NULL,'LINE',NULL,0,'','6fe6d78f23c025b548ede9ab420e9fb6','',NULL),(8572,'en','avia_framework','09bc5f48e9d82b4f4a9ed810ad6cec44','Creates a simple text block',NULL,NULL,'LINE',NULL,0,'','2a9c3a0feebe50ef16dfb2da6ec6699e','',NULL),(8573,'en','avia_framework','3fe7f1f57164376d82dcba242d4de616','Widget Area',NULL,NULL,'LINE',NULL,0,'','1a8857be87699e40eb822adecebb2cbf','',NULL),(8574,'en','avia_framework','c64e59decdf0c6b5caaac46329a4474e','Display one of the themes widget areas',NULL,NULL,'LINE',NULL,0,'','80b2718c5a5fa6b733434bcc586b7742','',NULL),(8575,'en','meta-box-builder','e421aca86d19c15e7c8bdb435844cbe2','Field Groups',NULL,NULL,'LINE',NULL,0,'post type general name','6f074491fb5a6df51706f844e2bb901a','',NULL),(8576,'en','meta-box-builder','22e51be7f8c2187ce5091fa5a487156c','Field Group',NULL,NULL,'LINE',NULL,0,'post type singular name','2769afc7957e89e47450fcbcd3d60c1f','',NULL),(8577,'en','meta-box-builder','833956a760d996ae61ea8b385e9fb6f0','Custom Fields',NULL,NULL,'LINE',NULL,0,'admin menu','80e1dceeea3af70977d377c0ebb801e5','',NULL),(8578,'en','meta-box-builder','833956a760d996ae61ea8b385e9fb6f0','Custom Fields',NULL,NULL,'LINE',NULL,0,'add new on admin bar','76e3b64114196ebb5d4db191aed4119e','',NULL),(8579,'en','meta-box-builder','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,0,'meta-box-builder','abd3d31a16d0dc56a1d23af62e4f0a7f','',NULL),(8580,'en','meta-box-builder','079fc751375525c516e42875f0ec8d47','Add New Field Group',NULL,NULL,'LINE',NULL,0,'','23c31f69c4dd293ed29ed2da098dec18','',NULL),(8581,'en','meta-box-builder','89b9a0e270095b950b31d0155b275691','New Field Group',NULL,NULL,'LINE',NULL,0,'','ef5b284d7aa7c5d4cd561eba2b4df58f','',NULL),(8582,'en','meta-box-builder','4a6b757977057b0d17437eb7b9620fae','Edit Field Group',NULL,NULL,'LINE',NULL,0,'','3a15f1ce13e6ff771ebe7baf6b14c64f','',NULL),(8583,'en','meta-box-builder','8fdc5b8942704380b7aa7d91481b9395','View Field Group',NULL,NULL,'LINE',NULL,0,'','d0843e30c66aed110516b41971eef071','',NULL),(8584,'en','meta-box-builder','833956a760d996ae61ea8b385e9fb6f0','Custom Fields',NULL,NULL,'LINE',NULL,0,'','85ca1579d752efe6f384b25809bed97d','',NULL),(8585,'en','meta-box-builder','4a6dc3b9277f09ae6a59946409a27986','Search Field Groups',NULL,NULL,'LINE',NULL,0,'','f56da71768b2b5d3f525e1a3e9dade35','',NULL),(8586,'en','meta-box-builder','200fa154007acf43630a3172d6779b3f','Parent Field Groups:',NULL,NULL,'LINE',NULL,0,'','b2aa95cfd49cd27eb14fc35c340822fe','',NULL),(8587,'en','meta-box-builder','aa6d702a21823cd8e364e256aad13177','No field groups found.',NULL,NULL,'LINE',NULL,0,'','06cb5fb5b2a159151e508b4c7ff2efb6','',NULL),(8588,'en','meta-box-builder','1238fafa62428e811818dad4c8503e90','No field groups found in Trash.',NULL,NULL,'LINE',NULL,0,'','8141f6064a188b67c202f80974f4ac93','',NULL),(8589,'en','profile-builder','809232dec2cfbc891ee83e907d8b154b','Albania Lek',NULL,NULL,'LINE',NULL,10,'','0a68ff40858dd9c2d3d1fe63c612727d','',NULL),(8590,'en','profile-builder','2a5763a9a8eed4146b4533c083f98270','Afghanistan Afghani',NULL,NULL,'LINE',NULL,10,'','6e9f9b1cd3c9964887be8522589d95f7','',NULL),(8591,'en','profile-builder','2632724e1c2cd04a66247ed166f9c223','Argentina Peso',NULL,NULL,'LINE',NULL,10,'','80ae070283d85685b54fe4f95c45b1ca','',NULL),(8592,'en','wkc','b37a0105ad9e0d4eed333fd536cd256b','Aruba Guilder',NULL,NULL,'LINE',NULL,0,'','dce59be30da08c4aced93a681288950e','',NULL),(8593,'en','profile-builder','ad0a2c4e17409c6d6054e440930cb2f0','Australia Dollar',NULL,NULL,'LINE',NULL,10,'','38011d50e41e109afee6e49248a42bdb','',NULL),(8594,'en','profile-builder','87a89af0317180c0b68bdab9d775c05d','Azerbaijan New Manat',NULL,NULL,'LINE',NULL,10,'','08e69a4b8e46d4d14a5afb471690280b','',NULL),(8595,'en','profile-builder','de4459f97db60f42596441cb2236cdd1','Bahamas Dollar',NULL,NULL,'LINE',NULL,10,'','377b5117777dadf0addc86eca2094b2d','',NULL),(8596,'en','profile-builder','fb3e6fc107ef91ed6a3a219aa5824f3f','Barbados Dollar',NULL,NULL,'LINE',NULL,10,'','1bd47bcc537a7bfc80d3d42e1d0f9b31','',NULL),(8597,'en','profile-builder','2051f76cd134cd32130bf37c699821af','Bangladeshi taka',NULL,NULL,'LINE',NULL,10,'','22cc12550079f2705e1f97bd03cde103','',NULL),(8598,'en','profile-builder','4b481d94a57945fd58df5b9ec12d4610','Belarus Ruble',NULL,NULL,'LINE',NULL,10,'','9772275dee57749d4748e847758c7aac','',NULL),(8599,'en','profile-builder','bd46fef76f6cbfa945dff7e0b7fa8a71','Belize Dollar',NULL,NULL,'LINE',NULL,10,'','43d463219cdef8be31a7e6c7b3110804','',NULL),(8600,'en','profile-builder','fb272f58fa3b29e0d041a1d981bef02b','Bermuda Dollar',NULL,NULL,'LINE',NULL,10,'','c5ee43a43543a7b3a99bd6076f1cd019','',NULL),(8601,'en','profile-builder','64d21b0c5b6b07ae4a1f0071c6d8257c','Bolivia Boliviano',NULL,NULL,'LINE',NULL,10,'','43cb2406395c0544395ca14a773221a6','',NULL),(8602,'en','profile-builder','9a6b5fffb1ab163fe51baa849dcff0d5','Bosnia and Herzegovina Convertible Marka',NULL,NULL,'LINE',NULL,10,'','32fcf44262accfaec174173227b267ff','',NULL),(8603,'en','profile-builder','44f12cab094fc79ba448383ad32d9cec','Botswana Pula',NULL,NULL,'LINE',NULL,10,'','d548937dbb4e3f9d63c663e6dc8509ea','',NULL),(8604,'en','profile-builder','b618fc6946410501f4a7a335d6855e2b','Bulgaria Lev',NULL,NULL,'LINE',NULL,10,'','1ebdc452b2bf68dec27b2d98a152d505','',NULL),(8605,'en','profile-builder','a82e8688c0d711873f5802f5470b3348','Brazil Real',NULL,NULL,'LINE',NULL,10,'','65faa54be5e5596e5a9a36eab259c674','',NULL),(8606,'en','profile-builder','9bf87c3742521d020fcbab7b85e9581f','Brunei Darussalam Dollar',NULL,NULL,'LINE',NULL,10,'','1b7e138443f8ad064a5ba939e5ac5fca','',NULL),(8607,'en','profile-builder','adde1b6f3afcf439d301a1ba044b4715','Cambodia Riel',NULL,NULL,'LINE',NULL,10,'','cca2b1e69a31e4d2b3ddd894016aef7d','',NULL),(8608,'en','profile-builder','d796d4d712ab029f3568babb29398dd2','Canada Dollar',NULL,NULL,'LINE',NULL,10,'','4a8bb10471e4c90962ffdc97fae0221f','',NULL),(8609,'en','profile-builder','4dada6a0aebf42d0a013b5c2bd50a1b9','Cayman Islands Dollar',NULL,NULL,'LINE',NULL,10,'','61f8b3caa49e7169b9fea6dab538a458','',NULL),(8610,'en','profile-builder','0c118064675e80fea90eb62b02bd6365','Chile Peso',NULL,NULL,'LINE',NULL,10,'','32be52e8fe2597733caf7e034d0eadcf','',NULL),(8611,'en','profile-builder','d32e9d3444a60084577a05addedd5b07','China Yuan Renminbi',NULL,NULL,'LINE',NULL,10,'','d9dbdd66c14ef5220456c0ea6bea994b','',NULL),(8612,'en','profile-builder','6f7b0aab50d19d76fe2429d80a0a0298','Colombia Peso',NULL,NULL,'LINE',NULL,10,'','410e6bc6def362e0b67cbd0fe5612ab3','',NULL),(8613,'en','profile-builder','ecd6dadbe050c28d5c817ecfb8357823','Costa Rica Colon',NULL,NULL,'LINE',NULL,10,'','04445df79ef11ea83b3c8ce5644db5e5','',NULL),(8614,'en','profile-builder','ebd19d40a847d62936ddac8af9385eb0','Croatia Kuna',NULL,NULL,'LINE',NULL,10,'','b57c05a8fd3ecadb0736e78b5bf8bfdb','',NULL),(8615,'en','profile-builder','0da65e313f1641c5797bc3b63c237953','Cuba Peso',NULL,NULL,'LINE',NULL,10,'','c7405ff3fd54971c21b7721a0a922b99','',NULL),(8616,'en','profile-builder','e0d6cfd1b7aa1c72569e622747438261','Czech Republic Koruna',NULL,NULL,'LINE',NULL,10,'','738efd496fb9b57af9273116a9d308d1','',NULL),(8617,'en','profile-builder','8fd9d393aa6124656a2a5596e10b7dfb','Denmark Krone',NULL,NULL,'LINE',NULL,10,'','1edc3ba909a6ae8d8aae526cfa1cd565','',NULL),(8618,'en','profile-builder','02e28e927e07b3c356aef87a18668c8b','Dominican Republic Peso',NULL,NULL,'LINE',NULL,10,'','3c513942f4fea3933c3bb5c91fbf9189','',NULL),(8619,'en','profile-builder','cd7f1ef70cfbec9364bec7287e8fb7b5','East Caribbean Dollar',NULL,NULL,'LINE',NULL,10,'','9148dfbf85ead79f35479f9147dfbb06','',NULL),(8620,'en','profile-builder','067d3e219e259b4a53be89aaf41e5985','Egypt Pound',NULL,NULL,'LINE',NULL,10,'','9102ea7e2985ce2b68af8e388300103a','',NULL),(8621,'en','profile-builder','063a9f55edcdc446a76a18f3c15a15ec','El Salvador Colon',NULL,NULL,'LINE',NULL,10,'','7d62eaa3be4c540f85c292335d95b727','',NULL),(8622,'en','profile-builder','4d060faaca25a34f2a524a8c9b762b1f','Estonia Kroon',NULL,NULL,'LINE',NULL,10,'','2ca871cfee7fdbd0443348727adb1c3f','',NULL),(8623,'en','profile-builder','3e823fac7473e42888932c7761c224fc','Euro',NULL,NULL,'LINE',NULL,10,'','c78ef6905adcaff535beb5fd6f005f29','',NULL),(8624,'en','profile-builder','2d3841dbf9a52cc59637c2668eb84589','Falkland Islands (Malvinas) Pound',NULL,NULL,'LINE',NULL,10,'','01569271aeabd404c914becfe2f1a0ea','',NULL),(8625,'en','profile-builder','9ca45c744c19ee23e12a3066bc05bf38','Fiji Dollar',NULL,NULL,'LINE',NULL,10,'','140105280e5b0f6b862755110a164aa2','',NULL),(8626,'en','profile-builder','0e78133fa2f1c2987a8e8e990134d52d','Ghana Cedis',NULL,NULL,'LINE',NULL,10,'','371336f236c611033e12d6e7592bd774','',NULL),(8627,'en','profile-builder','bd343acc58b77fdf5f3be15dce6b7bf4','Gibraltar Pound',NULL,NULL,'LINE',NULL,10,'','b13a8e7054d75371b3c1a4f23810e8e8','',NULL),(8628,'en','profile-builder','c3f9f1e0898fb198f6d2b6d681609783','Guatemala Quetzal',NULL,NULL,'LINE',NULL,10,'','36c56a9326b85bad6a77f8955998631e','',NULL),(8629,'en','profile-builder','f121934142b66fc3064ec23fe54394d7','Guernsey Pound',NULL,NULL,'LINE',NULL,10,'','3c4fed90dbfd72dcea18e7ef6d2ed2be','',NULL),(8630,'en','profile-builder','8af5316f0c0ea1177f02ad994ea07733','Guyana Dollar',NULL,NULL,'LINE',NULL,10,'','1ec8a1946d33d3d6967f3f1bad6adb50','',NULL),(8631,'en','profile-builder','9573ab3899c1dd711190a0077b58ad89','Honduras Lempira',NULL,NULL,'LINE',NULL,10,'','a0eedb0431cfc22f04641f418f0c1f25','',NULL),(8632,'en','profile-builder','b237c23a2fb4fa9cca352e1ed4e9812f','Hong Kong Dollar',NULL,NULL,'LINE',NULL,10,'','641fbfade197cd46d256db94d52b73c4','',NULL),(8633,'en','profile-builder','86cd053ccbb4ecf9eeed52645a69ace9','Hungary Forint',NULL,NULL,'LINE',NULL,10,'','34119b9c976cf7c25d2004a01075f42d','',NULL),(8634,'en','profile-builder','2f7cae58639b810037d74853c2267eb2','Iceland Krona',NULL,NULL,'LINE',NULL,10,'','ef45a0a95e074fe7bce23bc20689807c','',NULL),(8635,'en','profile-builder','bb2768ba16b56c5d31a06ac655c1430e','India Rupee',NULL,NULL,'LINE',NULL,10,'','a28b3cfde76c5e1a85329dbf2fa2c474','',NULL),(8636,'en','profile-builder','09dd8830d254aa4fea03d21b79350cbf','Indonesia Rupiah',NULL,NULL,'LINE',NULL,10,'','4323e8f0532e9b61caa29ce7c637708e','',NULL),(8637,'en','profile-builder','3a20659ade05cb670e0b0b21958a757a','Iran Rial',NULL,NULL,'LINE',NULL,10,'','93bbb7b265587edc6dfd3ca75f2f8998','',NULL),(8638,'en','profile-builder','b722e31b4f3bc2f41ee9a3cc81f6ee1d','Isle of Man Pound',NULL,NULL,'LINE',NULL,10,'','354155d3228184e6b864105ef13d2c9c','',NULL),(8639,'en','profile-builder','e6f84f982326e5a1c564d7f23e90acab','Israel Shekel',NULL,NULL,'LINE',NULL,10,'','3e7b9d0c615c4e7a2f4c6008e3dc3edd','',NULL),(8640,'en','profile-builder','003b04996e527a2b3309b210078e6542','Jamaica Dollar',NULL,NULL,'LINE',NULL,10,'','b5c50935fa88f9d77c00c4e1102f0cde','',NULL),(8641,'en','profile-builder','7e73358af16a44d4b1598beceba19802','Japan Yen',NULL,NULL,'LINE',NULL,10,'','c36af9d170114f073818264f54b18146','',NULL),(8642,'en','profile-builder','0a1af14f20f754efefefbb40ce6d395b','Jersey Pound',NULL,NULL,'LINE',NULL,10,'','0f44cd9f294d5beed06a7ea2e6a99ce9','',NULL),(8643,'en','profile-builder','56516a2b017a1723be29c842ac13006a','Kazakhstan Tenge',NULL,NULL,'LINE',NULL,10,'','4cd257a3d975d3e79cff0646ffa2717b','',NULL),(8644,'en','profile-builder','3e54d751ff77e300d05219a5c5c5fc5e','Korea (North) Won',NULL,NULL,'LINE',NULL,0,'','5f84e494198c98e75810f04753779cb8','',NULL),(8645,'en','profile-builder','f994e5ff2922fb611fac70915194cd70','Korea (South) Won',NULL,NULL,'LINE',NULL,0,'','d7e89d2847329b66640322edd3c5821b','',NULL),(8646,'en','profile-builder','45489c13f6005ee7c3c3202705a68e15','Kyrgyzstan Som',NULL,NULL,'LINE',NULL,10,'','ab5b2df8899c2c8744acf0674b4cb8ac','',NULL),(8647,'en','profile-builder','ba22632603b9c1552a77a66ed8194006','Laos Kip',NULL,NULL,'LINE',NULL,10,'','29985c269ae348515bbe2e5230af1488','',NULL),(8648,'en','profile-builder','97d9b6dca3f1f589af58e46fafe25cc7','Latvia Lat',NULL,NULL,'LINE',NULL,10,'','fd0bb8e4e0a9f0ee6097bdd0214946d8','',NULL),(8649,'en','profile-builder','f34b22449f4baf72661af132a48364ee','Lebanon Pound',NULL,NULL,'LINE',NULL,10,'','bf4262f2d689316d6a5a6690809d726d','',NULL),(8650,'en','profile-builder','02faf58ba4d73d00b7a05d72154b8c5f','Liberia Dollar',NULL,NULL,'LINE',NULL,10,'','fc9e65ead579f957c2400de5b2a3d2f4','',NULL),(8651,'en','profile-builder','130ff7e4036a57518c30a893a15ac8cf','Lithuania Litas',NULL,NULL,'LINE',NULL,10,'','09688848bb70f4580c97174b4fc074f0','',NULL),(8652,'en','profile-builder','08d0c002df31c01ef589363ab374e082','Macedonia Denar',NULL,NULL,'LINE',NULL,10,'','99dff7c5696c980d466789507096afbf','',NULL),(8653,'en','profile-builder','5ae69aae381903528d083148f9f173f2','Malaysia Ringgit',NULL,NULL,'LINE',NULL,10,'','e9a37b4cea4f47fe64faa90c81f17a39','',NULL),(8654,'en','profile-builder','964254895e0d1fa6f4377721fd5b79e7','Mauritius Rupee',NULL,NULL,'LINE',NULL,10,'','ddcec50922afb7887dea171284c41585','',NULL),(8655,'en','profile-builder','13e13cf75470c8f47677a9d8510582a5','Mexico Peso',NULL,NULL,'LINE',NULL,10,'','99e57abb69feabf03095ad69f64cdb42','',NULL),(8656,'en','profile-builder','def6cf607de28abdd9d2b912edc00d3e','Mongolia Tughrik',NULL,NULL,'LINE',NULL,10,'','197c6120397a0ba76a817fe6e1a293c0','',NULL),(8657,'en','profile-builder','cf99c1aafee2a2d03b2f9ead77a313eb','Mozambique Metical',NULL,NULL,'LINE',NULL,10,'','d64f8f93a00e986e2bc3603c0740a516','',NULL),(8658,'en','profile-builder','43559f8a3042009d2da6e827db8b74ab','Namibia Dollar',NULL,NULL,'LINE',NULL,10,'','2d7a21813b5f392b999d23a46c406529','',NULL),(8659,'en','profile-builder','84b4cc68312d7ad7de3538d791886b32','Nepal Rupee',NULL,NULL,'LINE',NULL,10,'','11cd9d1f5acd4e1a5f7f07cb4d888895','',NULL),(8660,'en','profile-builder','cef3fbe53cfa45d42b295adaf6d34989','Netherlands Antilles Guilder',NULL,NULL,'LINE',NULL,10,'','e481bc305a1d713c953fbc753b20b1aa','',NULL),(8661,'en','profile-builder','b69b040eacbb10016ea6ff6bb78e3d52','New Zealand Dollar',NULL,NULL,'LINE',NULL,10,'','c68483a20c48c0329c56e77d3ce06b38','',NULL),(8662,'en','profile-builder','790f5d5240fa3af661e218e841acfde0','Nicaragua Cordoba',NULL,NULL,'LINE',NULL,10,'','d467702f65291f1549edfc06219c8b33','',NULL),(8663,'en','profile-builder','6a5380385a85b3cb7e07d0eab257e852','Nigeria Naira',NULL,NULL,'LINE',NULL,10,'','42a7e3fb65d07f9e3529a75dc6b8c8cc','',NULL),(8664,'en','profile-builder','bbb786ed8152da7d0049470ecb7fea3c','Norway Krone',NULL,NULL,'LINE',NULL,10,'','9b0bcd308f52fd5c37a7f0a8fa3f886b','',NULL),(8665,'en','profile-builder','e1ca19161f9584cdd2c64fdc11e4a251','Oman Rial',NULL,NULL,'LINE',NULL,10,'','da2b9ceb8f680d421d5f9f53d8dfff17','',NULL),(8666,'en','profile-builder','fff651a0d0b3dc9bcf5f1d055a4063a8','Pakistan Rupee',NULL,NULL,'LINE',NULL,10,'','277fd6a2b0861935bb7a4bc930c27939','',NULL),(8667,'en','profile-builder','2dd2775bfb02ac71c3700e64c50032c9','Panama Balboa',NULL,NULL,'LINE',NULL,10,'','1523309a9ec91d7181117dc6786909aa','',NULL),(8668,'en','profile-builder','cee5abf25726bb03f1cbfd83319403b1','Paraguay Guarani',NULL,NULL,'LINE',NULL,10,'','f0dd3b5416a77bab19affb757242ab00','',NULL),(8669,'en','profile-builder','144eae96fb12c43425355b7862d80708','Peru Nuevo Sol',NULL,NULL,'LINE',NULL,10,'','d772361b64bcf62d35842a68e90212de','',NULL),(8670,'en','profile-builder','9b154c72f0b9e7bdec3e1958d0fb3856','Philippines Peso',NULL,NULL,'LINE',NULL,10,'','6e6a84792ac378e22cae7a6570ae83a5','',NULL),(8671,'en','profile-builder','eb60073897f28bd37c40ab50646d9b79','Poland Zloty',NULL,NULL,'LINE',NULL,10,'','256a569dd689630a2882199907a56b49','',NULL),(8672,'en','profile-builder','1fc5f4b42c8fff2b7cc1929abfafd679','Qatar Riyal',NULL,NULL,'LINE',NULL,10,'','4ea2c991529dc411ed712666d4096e50','',NULL),(8673,'en','profile-builder','167d9d7e48d35b35743f30d9615b128b','Romania New Leu',NULL,NULL,'LINE',NULL,10,'','77e5ddf95277e1a4fa45f6a43be95497','',NULL),(8674,'en','profile-builder','f2cace9082e2a40756e8d8d5f479e722','Russia Ruble',NULL,NULL,'LINE',NULL,10,'','ce5c72ac605b2a105ba551741444285f','',NULL),(8675,'en','profile-builder','db88484408dab841d594fab19ac7107a','Saint Helena Pound',NULL,NULL,'LINE',NULL,10,'','0a55fef2f80f9e2b4ea9ea95d08828c6','',NULL),(8676,'en','profile-builder','cbb899a2a992d0f5458a65611badaa7f','Saudi Arabia Riyal',NULL,NULL,'LINE',NULL,10,'','4318515ab190fb4297c34720bd5657bb','',NULL),(8677,'en','profile-builder','4041f8d8a500b0ab5670935cd46decb1','Serbia Dinar',NULL,NULL,'LINE',NULL,10,'','195334d312712227f4e674da56151c76','',NULL),(8678,'en','profile-builder','af524b601d4d4e5f56e9c0ea460c0161','Seychelles Rupee',NULL,NULL,'LINE',NULL,10,'','6b1c0946fe730b3e811922766299bfea','',NULL),(8679,'en','profile-builder','11bca8d16b4a87096df210ae9aaaa323','Singapore Dollar',NULL,NULL,'LINE',NULL,10,'','b7d897cdad1cf0dbee8a032ac05d9d0c','',NULL),(8680,'en','profile-builder','8e954ea72461a70a65eecd317ce0839b','Solomon Islands Dollar',NULL,NULL,'LINE',NULL,10,'','1431217dcffc67d51c670d3b9ea3cf21','',NULL),(8681,'en','profile-builder','2ece25862d02b4a96f7abb96a97e6077','Somalia Shilling',NULL,NULL,'LINE',NULL,10,'','43cf01ff6817aaab28354e5cd792fb29','',NULL),(8682,'en','profile-builder','0deccd9662292ddd00e042d54e8beda0','South Africa Rand',NULL,NULL,'LINE',NULL,10,'','826e9477a225712a3b908bcdd928b836','',NULL),(8683,'en','profile-builder','46d77e2a90115a24c6e39a049a1d5d64','Sri Lanka Rupee',NULL,NULL,'LINE',NULL,10,'','1490cb2f9aafc91cf6f5149a30775f78','',NULL),(8684,'en','profile-builder','7038fc713356441d1b9407dfee35fa78','Sweden Krona',NULL,NULL,'LINE',NULL,10,'','8b618e37aaf3097532951b28dffe7c05','',NULL),(8685,'en','profile-builder','5779816d9837fca81d206e33db019fcf','Switzerland Franc',NULL,NULL,'LINE',NULL,10,'','03cdd7b58850400a8d812065e57543a7','',NULL),(8686,'en','profile-builder','4e0cb88ed9f73dafaf3ed6814ae4fdab','Suriname Dollar',NULL,NULL,'LINE',NULL,10,'','274c66dbe30d0bb65f17591815dd490f','',NULL),(8687,'en','profile-builder','22241bed00a9c7d9590ce0d9f5dcd8db','Syria Pound',NULL,NULL,'LINE',NULL,10,'','dffc9cfcfb3066d059a06d675a8e29d6','',NULL),(8688,'en','profile-builder','f61aa5d4cce6750834bd0e47d665cdbc','Taiwan New Dollar',NULL,NULL,'LINE',NULL,10,'','4892b01351426dcd710b1ab9821df5d5','',NULL),(8689,'en','profile-builder','83d20628b15aec08092d31857a42cc81','Thailand Baht',NULL,NULL,'LINE',NULL,10,'','2558e7131fd9d0a847ce8d0055ee6fce','',NULL),(8690,'en','profile-builder','50c53a8dd22e72fd3220690d8a841323','Trinidad and Tobago Dollar',NULL,NULL,'LINE',NULL,10,'','f652de36b4f0ef5f3b3582b854f8965f','',NULL),(8691,'en','profile-builder','438cbbea47e9bb4dc6f5c67372362353','Turkey Lira',NULL,NULL,'LINE',NULL,10,'','4dcafbd349936fd4216142f0ff6727d6','',NULL),(8692,'en','profile-builder','c9d70d3e93ae77cd37ce2af9caba6bfb','Tuvalu Dollar',NULL,NULL,'LINE',NULL,10,'','2c49f725d3389e2bb470c0e91431b400','',NULL),(8693,'en','profile-builder','b34b54071b29353d5d32b8f385777510','Ukraine Hryvna',NULL,NULL,'LINE',NULL,10,'','977435683d6f6db2cef0e609ab01c9aa','',NULL),(8694,'en','profile-builder','87b3b2dd5e7386855e4e36795715df69','United Kingdom Pound',NULL,NULL,'LINE',NULL,10,'','840516248f5138d65677343aa46cdc4c','',NULL),(8695,'en','profile-builder','1dbfc3b2de714cc524d77beba0f06160','Uganda Shilling',NULL,NULL,'LINE',NULL,10,'','fa462e494adb7c3e3e5adc3afaf7b982','',NULL),(8696,'en','profile-builder','1ee4d4350fee2a20c4f3055564f56fdb','US Dollar',NULL,NULL,'LINE',NULL,10,'','4f63da32cdef7e19eb2e4fa196a8cfe2','',NULL),(8697,'en','profile-builder','bbd53e0276c0b9a25364115babfbee46','Uruguay Peso',NULL,NULL,'LINE',NULL,10,'','11cce45722e5f67b2c3da6a40e5c9880','',NULL),(8698,'en','profile-builder','24e6cd4c4acf116c3d8f4dd10f55b2b2','Uzbekistan Som',NULL,NULL,'LINE',NULL,10,'','4bc3aafc6915ffd2d65b1bfcb4e88baa','',NULL),(8699,'en','profile-builder','bc50e8da9231d78159b2b4359511c3ce','Venezuela Bolivar',NULL,NULL,'LINE',NULL,10,'','4460e2caf4e8d2acf5904c37679d71a4','',NULL),(8700,'en','profile-builder','4b6907a20122948e1cb6cb7ae6416f47','Viet Nam Dong',NULL,NULL,'LINE',NULL,10,'','cab444558fb4b4d346f7fc4bdee2be67','',NULL),(8701,'en','profile-builder','c194c83bda1c295f57b7c4af5dfe205e','Yemen Rial',NULL,NULL,'LINE',NULL,10,'','e002e8b381011f06bb17a993db9ff212','',NULL),(8702,'en','profile-builder','1e87c3990cf195765942659393f4b00c','Zimbabwe Dollar',NULL,NULL,'LINE',NULL,10,'','0fe02b767fb5a7a540db1ed86dafe4e6','',NULL),(8703,'en','profile-builder','2193b2ebb6f4bd664b7df952f79b1630','Use this in conjunction with WordPress functions to display the value in the page of your choosing<br/>Auto-completed but in some cases editable (in which case it must be unique)<br/>Changing this will only affect subsequent entries',NULL,NULL,'LINE',NULL,0,'','c9cab25f8781746e184fdc5bf98c4a00','',NULL),(8704,'en','profile-builder','50b8cef586a4619a1e1608de35a80a37','Specify the format of the date when using Datepicker<br/>Valid options: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd, mm-dd-yy, yy-mm-dd, D, dd M yy, D, d M y, DD, dd-M-y, D, d M yy, @<br/>If not specified, defaults to mm/dd/yy',NULL,NULL,'LINE',NULL,0,'','236898aaa39d9a7ac5572a4a4c02a1bb','',NULL),(8705,'en','profile-builder','8e0f6fd80381ab86f9781b19471b46d5','Display on PB forms',NULL,NULL,'LINE',NULL,10,'','0774e1eeefb15eb6606a171983e8bd3a','',NULL),(8706,'en','profile-builder','532fe8bbca5af8a53e32fbaa5f54b7b7','PB Login',NULL,NULL,'LINE',NULL,10,'','e12f91e1ff80862ed445041646702c74','',NULL),(8707,'en','profile-builder','5c6a9fe905fda72c3cffff883e8ad7d1','PB Register',NULL,NULL,'LINE',NULL,10,'','6b044b5d8b46e8dff78f886d8ef9b9e4','',NULL),(8708,'en','profile-builder','8da3fa0485d54b57ce9bb2278b70a5c5','PB Recover Password',NULL,NULL,'LINE',NULL,10,'','91d81279e7d1274dc4ddd3a99276309b','',NULL),(8709,'en','profile-builder','f3c4420fc52e610d6b6e62ce58d3b725','Select on which Profile Builder forms to display reCAPTCHA',NULL,NULL,'LINE',NULL,10,'','f2cc8b3797d5436c65718ae8f46dda1a','',NULL),(8710,'en','profile-builder','aa9b13a436c266a721e1b9a63f2b8c89','Display on default WP forms',NULL,NULL,'LINE',NULL,10,'','b04507cf0e99719b76c7583e76b376a6','',NULL),(8711,'en','profile-builder','b7db3eec5bcd06f10f30e31cdb0bfe74','Default WP Login',NULL,NULL,'LINE',NULL,10,'','ff587c82947a2487b03dbeeb00b66fa4','',NULL),(8712,'en','profile-builder','bd3f73d9886476e7cf902366f42e1d6f','Default WP Register',NULL,NULL,'LINE',NULL,10,'','4ccec5f1c4d04566f940b9cfbe5794b4','',NULL),(8713,'en','profile-builder','c7acf29d6632d93b766440d154879c5b','Default WP Recover Password',NULL,NULL,'LINE',NULL,10,'','c54f01083836f1813986e0e828f411d0','',NULL),(8714,'en','profile-builder','8f96455d656c4421543260995e29226b','Select on which default WP forms to display reCAPTCHA',NULL,NULL,'LINE',NULL,10,'','b85506d3566943ee2e25c55a6e0013b2','',NULL),(8715,'en','profile-builder','97014683bfec89e4aca94d852647c426','Default option of the field',NULL,NULL,'LINE',NULL,10,'','bca4e964b3a42754d436ffe8d5e8d903','',NULL),(8716,'en','profile-builder','70af2652f5037144a4ffc231e524ff18','Show Currency Symbol',NULL,NULL,'LINE',NULL,10,'','b740f82544fe934edda8ef9ceb0a1483','',NULL),(8717,'en','profile-builder','4c526b127e4f47b1f1d8b8cf258be712','Whether the currency symbol should be displayed after the currency name in the select option.',NULL,NULL,'LINE',NULL,0,'','03b8ce022e2416d4dd8c744be573519e','',NULL),(8718,'en','profile-builder','55ac44f0bd51e25defe7084ac57d8d1c','Show Post Type',NULL,NULL,'LINE',NULL,0,'','dda53d01ca50d15e71a78a7e24db685f','',NULL),(8719,'en','profile-builder','07010da99d9438144402762465bc2318','Posts from what post type will be displayed in the select.',NULL,NULL,'LINE',NULL,0,'','eb45baa2d56c53d488da117b21aa77c9','',NULL),(8720,'en','profile-builder','a73d40cf10d7732137b9eead397e7fc0','Allowable Values',NULL,NULL,'LINE',NULL,10,'','e835d1e6f42138f722c8f17480e25c7a','',NULL),(8721,'en','profile-builder','dbb5fc01280743fe588e2a9bf5a16478','Enter a comma separated list of possible values. Upon registration if the value provided by the user does not match one of these values, the user will not be registered.',NULL,NULL,'LINE',NULL,0,'','ba4944e8491e14942bc9816cda44ca38','',NULL),(8722,'en','profile-builder','c02034b1cff4fde56cb3eadc40466f8f','Error Message',NULL,NULL,'LINE',NULL,10,'','a8ab6c06961a51ea5c1699d804c7bb45','',NULL),(8723,'en','profile-builder','ad754ba93ff15eb5b69b786febd6b40b','Set a custom error message that will be displayed to the user.',NULL,NULL,'LINE',NULL,10,'','bc8b1966be02995e08998d035460d072','',NULL),(8724,'en','profile-builder','6b366d6891897f5c37c0b8b2ef7f212e','Time Format',NULL,NULL,'LINE',NULL,10,'','2484e2cfe39dd3d8affe3cbdecf565f8','',NULL),(8725,'en','profile-builder','275da8b9d9ce074030206420d50d1738','Specify the time format.',NULL,NULL,'LINE',NULL,10,'','25ca26104b4a86e5654bba4557798a9f','',NULL),(8726,'en','profile-builder','a9a038d6868a320ef83fc0afb8e816a5','Enter your Google Maps API key ( <a href=\"https://console.developers.google.com/flows/enableapi?apiid=maps_backend\" target=\"_blank\">Get your API key</a> ). If more than one map fields are added to a form the API key from the first map displayed will be used.',NULL,NULL,'LINE',NULL,0,'','84cc59528390e96b1d84c04cf3d99b64','',NULL),(8727,'en','profile-builder','d7189c434a4672bc4be1b077b527d40d','Default Latitude',NULL,NULL,'LINE',NULL,10,'','92cbedc37b63ddad12c80765e651b936','',NULL),(8728,'en','profile-builder','563af4650173c925d94ffc1028dfb9c7','The latitude at which the map should be displayed when no pins are attached.',NULL,NULL,'LINE',NULL,0,'','f34e705876fdf51be77e1cb3bb6b1e44','',NULL),(8729,'en','profile-builder','7efdb53f0b5ed6031c52f4e72f52348a','Default Longitude',NULL,NULL,'LINE',NULL,10,'','c39a61a7b0b05153a646556ee7c4dba9','',NULL),(8730,'en','profile-builder','7aa1c1ce1790b4fe758010c3292c54c0','The longitude at which the map should be displayed when no pins are attached.',NULL,NULL,'LINE',NULL,0,'','131bc10f6d305f7332e723f53ba5e0e8','',NULL),(8731,'en','profile-builder','0270d9e07a4234a75e74225fb11d7520','Default Zoom Level',NULL,NULL,'LINE',NULL,10,'','17afbcc695ed4e8793fe318167503eeb','',NULL),(8732,'en','profile-builder','1f8cef96e12b2902df16c6cd2eab4f05','Add a number from 0 to 19. The higher the number the higher the zoom.',NULL,NULL,'LINE',NULL,10,'','fdc5a5e461efc7caa11ca704d3b5235b','',NULL),(8733,'en','profile-builder','d0172601bb4eaadc5fa6c21a21393786','Map Height',NULL,NULL,'LINE',NULL,10,'','2d9e180f33e3bede64841c448399b7c5','',NULL),(8734,'en','profile-builder','fbf8de73cb90ebd9a23d3b9c33a1d09d','The height of the map.',NULL,NULL,'LINE',NULL,10,'','f539a04cf20235ffa7e0d7cc191984cb','',NULL),(8735,'en','profile-builder','2f45a17b40b8d6e617ae02a2d022bbfe','HTML Content',NULL,NULL,'LINE',NULL,10,'','aa9d51bf7dbf2f57d7acfaed9980dcb4','',NULL),(8736,'en','profile-builder','78b91399a62e57e0c8bd653a76c5b9eb','Add your HTML (or text) content',NULL,NULL,'LINE',NULL,10,'','2af220c3ceba63283ed93edb65c1442a','',NULL),(8737,'en','profile-builder','08a0959bffae4e0b1b129c2779e4f6db','Phone Format',NULL,NULL,'LINE',NULL,0,'','d09fcfe0d2ce018c9f87d515f1333732','',NULL),(8738,'en','profile-builder','225177dce0fb514c719edeff9fa0cc86','Heading Tag',NULL,NULL,'LINE',NULL,0,'','fc03a38888d1713bcd335cf3ab062303','',NULL),(8739,'en','profile-builder','1b1bfaf6490d58cd23330505d7d0ecc2','Change heading field size on front-end forms',NULL,NULL,'LINE',NULL,0,'','7fc03f803b8f3f2a3d15c106166cccec','',NULL),(8740,'en','profile-builder','d073309db8c5aa466330d9358de0610e','Min Number Value',NULL,NULL,'LINE',NULL,10,'','1121395efcd2029eb96a22a6a393495c','',NULL),(8741,'en','profile-builder','b119011fe4d493aa386464a885f9aab4','Min allowed number value (0 to allow only positive numbers)',NULL,NULL,'LINE',NULL,0,'','49adda52ccc756ec2eb639ea6cf626a5','',NULL),(8742,'en','profile-builder','994ad8c4b1097c7a9f62f1cae45c4e59','Leave it empty for no min value',NULL,NULL,'LINE',NULL,0,'','4194a459316e8d55f0d5da4791241d05','',NULL),(8743,'en','profile-builder','d44c0ce8b5a121cbce0db5ef8793deff','Max Number Value',NULL,NULL,'LINE',NULL,10,'','2c43b804bfadf7ab4d2502c3b7f38c09','',NULL),(8744,'en','profile-builder','5f78317a85924701667884f7a7ed9cdb','Max allowed number value (0 to allow only negative numbers)',NULL,NULL,'LINE',NULL,0,'','b2d03cac58d8133272a018d860d25d78','',NULL),(8745,'en','profile-builder','0b2da490a59fbb3455953b14a5139835','Leave it empty for no max value',NULL,NULL,'LINE',NULL,10,'','52441eb42ba6b92f59dd2d55cdbf3e36','',NULL),(8746,'en','profile-builder','9764f0fbdf49d2dfd2966810ff7ec932','Number Step Value',NULL,NULL,'LINE',NULL,0,'','b5bc252f23b3eb83c3df0a6eeae36663','',NULL),(8747,'en','profile-builder','4da13a2b8b42db6970afb64f9dbf24ea','Step value 1 to allow only integers, 0.1 to allow integers and numbers with 1 decimal',NULL,NULL,'LINE',NULL,0,'','9eddef2db8899f685cce88d19a4d36df','',NULL),(8748,'en','profile-builder','8de7e73b741aaf4fbb75f5315c1a9a01','To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on',NULL,NULL,'LINE',NULL,0,'','39df76168d5b888ee75ce3c89335cd94','',NULL),(8749,'en','profile-builder','4f6cc67c7e155f5d71ca83bce541f65c','You can also use step value to specify the legal number intervals (eg. step value 2 will allow only -4, -2, 0, 2 and so on)',NULL,NULL,'LINE',NULL,0,'','8aa974a427662069acb74afcdb2f5987','',NULL),(8750,'en','profile-builder','6e761b09a389b2e8f78d8c0384feadd5','Leave it empty for no restriction',NULL,NULL,'LINE',NULL,10,'','c01cf0b192d15f423f5ff72121679e0a','',NULL),(8751,'en','profile-builder','a3476e52de60342ba76ca7551c19c7ae','Conditional Logic',NULL,NULL,'LINE',NULL,10,'','c84533f107c1f78bc5e4b5fb3237604e','',NULL),(8752,'en','profile-builder','4168a9a01f50628a657730eb9bc79959','Conditional Rules',NULL,NULL,'LINE',NULL,10,'','6344ae7ca324b846c83b288b4ca5a663','',NULL),(8753,'en','meta-box','46f44a729bc1ef1974180d717e12a038','+ Add more',NULL,NULL,'LINE',NULL,10,'','b2a06e8ee88321e4123ef800d632054e','',NULL),(8754,'en','pdf-embedder','8524de963f07201e5c086830d370797f','Loading...',NULL,NULL,'LINE',NULL,0,'','6f8630e88f422c05c0486f44dba735f5','',NULL),(8755,'en','pdf-embedder','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'LINE',NULL,0,'','c9189829f59e6eb74954a44da2154058','',NULL),(8756,'en','pdf-embedder','4252b72e6ebcd4d4b4c2e46a786f03d2','Zoom',NULL,NULL,'LINE',NULL,0,'','4358a50e55c3aa949cf17e915aad2588','',NULL),(8757,'en','pdf-embedder','16ded2dc32322d80ce2362a47f4d7ef4','Previous page',NULL,NULL,'LINE',NULL,0,'','710bd1014cda568c82a9d89dbb29523e','',NULL),(8758,'en','pdf-embedder','374bea6cf8bd1e8fd64570b629cc6562','Next page',NULL,NULL,'LINE',NULL,0,'','9921cd3e0638814f6cdc30a9fc227250','',NULL),(8759,'en','pdf-embedder','f5ca4abce85e2dddb0342d0bae3a7270','Zoom In',NULL,NULL,'LINE',NULL,0,'','f43215bba762a614624cc0a4ce2bcfed','',NULL),(8760,'en','pdf-embedder','30850b501f98539b1aabaa29fabe41ef','Zoom Out',NULL,NULL,'LINE',NULL,0,'','0a3611c18e272f35824de690e83f6955','',NULL),(8761,'en','pdf-embedder','7a2ccf251ecb20b2b84ce0e3c3f72a29','Secure',NULL,NULL,'LINE',NULL,0,'','d4b658131dc5c6d94fac4051acfb9189','',NULL),(8762,'en','pdf-embedder','2607298669ace2fc910321afeb9f8a84','Download PDF',NULL,NULL,'LINE',NULL,0,'','3f701568d9a3fa06f74f30f9904358fb','',NULL),(8763,'en','pdf-embedder','8a8e57b1911b99b924191503017760d7','Full Screen',NULL,NULL,'LINE',NULL,0,'','d487d05ef564272895a1422147aa8dc9','',NULL),(8764,'en','pdf-embedder','6692fed2954c96f2e29d29e0d6e2c3e6','Error: URL to the PDF file must be on exactly the same domain as the current web page.',NULL,NULL,'LINE',NULL,0,'','bd8e3a72fd1896b670a221cd1eb98001','',NULL),(8765,'en','pdf-embedder','115c3676bc8ac22d53d4f55fbdbea177','Click here for more info',NULL,NULL,'LINE',NULL,0,'','5ab9c4ccbab54aa761ea1845e4fb6754','',NULL),(8766,'en','pdf-embedder','cf656f305f8be301854f7ccef137c3e1','PDF page width or height are invalid',NULL,NULL,'LINE',NULL,0,'','eec216b0ca013f503f2a227867885dab','',NULL),(8767,'en','pdf-embedder','8708117186a406c2e667595219c9db1d','View in Full Screen',NULL,NULL,'LINE',NULL,0,'','f9b53b399a7ae3f00337c56f58ecc261','',NULL),(8768,'en','pdf-embedder','09b2c7c552d80033cf8e661b7425a777','Not logged in',NULL,NULL,'LINE',NULL,0,'','bf6b46b5f59fe51e9bc6eb93daffad0e','',NULL),(8769,'en','avia_framework','01bb71b3e70e9e5057c9678a903d47ac','Select a page',NULL,NULL,'LINE',NULL,0,'','5a8155fa6a3aa11de44392edda367146','',NULL),(8770,'en','avia_framework','b61541208db7fa7dba42c85224405911','Menu',NULL,NULL,'LINE',NULL,0,'','889392b4f3906589fe37d2be4b04a457','',NULL),(8771,'en','avia_framework','0d085dc68e6c8c7dae5c0bcd07e51e4c','Error 404 - page not found',NULL,NULL,'LINE',NULL,0,'','e56d48aec928c337e5e67d3b12b4e04a','',NULL),(8772,'en','avia_framework','c75dacb862a2bb03903ade08898c9146','You are here:',NULL,NULL,'LINE',NULL,0,'','890ff336daf0d66c46f072ac5740b528','',NULL),(8773,'en','avia_framework','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'LINE',NULL,0,'','c9950ce9bdd8ae54cb738a84d8fd49b3','',NULL),(8774,'en','avia_framework','1e6cd917ed71a1241e4bedc29264bd98','404 Not Found',NULL,NULL,'LINE',NULL,0,'','3290ecd57da3c38dd7e3dbab36fb6bba','',NULL),(8775,'en','avia_framework','795d59a96adcde416d31c5b1b6fae364','Nothing Found',NULL,NULL,'LINE',NULL,0,'','6b0da71d27c94edced6bf5a0d47a2d33','',NULL),(8776,'en','avia_framework','f6fca514b6d44587c6d7e523df8e9e04','Sorry, the post you are looking for is not available. Maybe you want to perform a search?',NULL,NULL,'LINE',NULL,0,'','5ada651f00f51f8943e6d9c8c7dd3b02','',NULL),(8777,'en','avia_framework','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'LINE',NULL,0,'','47c64200d145b8a2473db69168698e77','',NULL),(8778,'en','avia_framework','bf129b358575e69cab5e1efc6e131863','For best search results, mind the following suggestions:',NULL,NULL,'LINE',NULL,0,'','5055461b881539b9e0480de5ff4cf169','',NULL),(8779,'en','avia_framework','d56c95cb7beb0167ad0776447b16e673','Always double check your spelling.',NULL,NULL,'LINE',NULL,0,'','cab84809d5f7faf7c08b82b364b809fc','',NULL),(8780,'en','avia_framework','49ff76216f0805280d7beab84980a457','Try similar keywords, for example: tablet instead of laptop.',NULL,NULL,'LINE',NULL,0,'','6b4994b106ea8ca5b105562f0f8fe94e','',NULL),(8781,'en','avia_framework','b579c1cb95143b5ea007c3a923a42a12','Try using more than one keyword.',NULL,NULL,'LINE',NULL,0,'','baa19ddc10f5bb7fefb6899b6bcf12db','',NULL),(8782,'en','avia_framework','af1b98adf7f686b84cd0b443e022b7a0','Categories',NULL,NULL,'LINE',NULL,0,'','21dddc5f5f88554aa8a3ee4645378ef8','',NULL),(8783,'en','Widgets','widget title - b01846eaa6b6b9eec6a49204bad2967f','Categorie',NULL,NULL,'LINE',NULL,0,'','7932f404c5444cae469a875f1587cd69','',NULL),(8784,'en','avia_framework','e727b00944f81e1d0a95c12886ac4641','Archive',NULL,NULL,'LINE',NULL,0,'','bc38390d7d90065083223c7e58b5934e','',NULL),(8785,'en','Widgets','widget title - b05e9bf1f1c50aa14fce97777f220426','Archivio',NULL,NULL,'LINE',NULL,0,'','55ee40cf713eb8c17ffa3f00fb27a869','',NULL),(8786,'en','avia_framework','6d2fb53e17cf29ae7ff2552fa28d3289','Scroll to top',NULL,NULL,'LINE',NULL,0,'','caab99a826dbf738986a5537021f495f','',NULL),(8787,'en','Formats','F j, Y','F j, Y',NULL,NULL,'LINE',NULL,0,'','b669ffff3569d41b3388151843aab484','',NULL),(8790,'en','page-builder-shortcode-strings-7981','4564f64afcb6d05775e28d0608901937','Share this entry',1,2,'LINE','av_social_share: title',0,'','7ec9383faa5e56e5998bdcd5e111e317','optional',3),(8791,'en','page-builder-shortcode-strings-7981','2d9b6ebc15c80f2fe2b1b0dad651285c','\r\nI\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!\r\n',1,1,'VISUAL','av_textblock: content',0,'','2b824f2543cfa17bc90bfbdfc67c4beb','optional',NULL),(8792,'en','Authors','display_name_1','admin',NULL,NULL,'LINE',NULL,0,'','ab2437e30ec5c1622add5af79ca84ff7','',NULL),(8793,'en','Widgets','widget body - ae0ecad76b45aa89985782d17abd8224','<a href=\"/home/\">Home</a><br/>\r\n<a href=\"/photo-in-a-shoebox/\">About</a><br/>\r\n<a href=\"/the-story/\">The Story</a><br/>\r\n<a href=\"/fubine-italy/\">Fubine, Italy</a><br/>\r\n<a href=\"/blog/\">Blog</a><br/>\r\n<a href=\"/contact/\">Contact</a>',NULL,NULL,'LINE',NULL,0,'','2567b5fef9a448a473b11d651af1dd6b','',NULL),(8797,'en','page-builder-shortcode-strings-7993','5031056d6ed6c5d836d226a98f306d36','lightbox',2,3,'LINE','av_image: link',0,'','3716d78917c60955c7075cf46b509ab0','optional',1),(8799,'en','page-builder-shortcode-strings-6144','ff3683d136838d3345c0df29d2d0718f','\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via Sudario, 47</a>. Valerio lived in an apartment above his church, <a href=\"https://en.wikipedia.org/wiki/Santissimo_Sudario_all%27Argentina\" target=\"_blank\" rel=\"noopener\">Santissimo Sudario all\'Argentina</a>.\r\n',3,1,'VISUAL','av_textblock: content',0,'','c0105aff0a2d04220b7092634d6f6a11','optional',28),(8800,'en','page-builder-shortcode-strings-6144','5031056d6ed6c5d836d226a98f306d36','lightbox',3,2,'LINE','av_image: link',0,'','8b76384bde0a45e74e11fb08272d704e','optional',1),(8802,'en','page-builder-shortcode-strings-7993','b2f0522d34f0252735cf89ab9112f90e','\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, Piazza Benedetto Cairoli, 117, which was about 300 meters away, (about an 8 minute slow walk).\r\nAttending the funeral from Valerio\'s family were Cav. Alberto Anzino, (Valerio’s brother), Giuseppina Anzino, (Valerio’s sister), Angiolina Scarabelli, (Valerio’s sister-in-law), Carlo Anzino, (Valerio’s nephew), Clementina (Anzino) Rossi, (Valerio’s niece), Clementina’s husband, Mario Rossi, and the children of Valerio’s deceased brother Alessandro Anzino, Alberto, Nicola, Camilla, Giuseppe, and Giovanni. The King, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">Umberto I</a>, and his Queen, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Margherita of Savoy</a>, together with many members of the Royal Court, were also in attendance\r\n',2,1,'VISUAL','av_textblock: content',0,'','d326ffd7b9dd86134a984ff2dde11fbb','optional',144),(8806,'en','page-builder-shortcode-strings-8024','5031056d6ed6c5d836d226a98f306d36','lightbox',4,2,'LINE','av_image: link',0,'','0103f524d1f2d902f9f9c4e2fb4eb3bd','optional',1),(8808,'en','page-builder-shortcode-strings-7238','56d52c77d50b2ce4039f11a55e8e42a0','\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n',5,1,'VISUAL','av_textblock: content',0,'','1f17ac37b0355259ee64b0076e7f24af','optional',116),(8810,'en','page-builder-shortcode-strings-7238','5031056d6ed6c5d836d226a98f306d36','lightbox',5,7,'LINE','av_image: link',0,'','19caf6c0dc578e163c5061ec0a6054cd','optional',1),(8811,'en','page-builder-shortcode-strings-7238','73de4d27f92a521e567eee58fae47e86','\r\n<p class=\"image-caption\">Quirinale Palace Roma.</p>\r\n',5,4,'VISUAL','av_textblock: content',0,'','b58ea9063d8be8e365de909a8cdf22f3','optional',3),(8812,'en','page-builder-shortcode-strings-7238','de68016c75072d8391a99fd12cbfbe5c','\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n',5,6,'VISUAL','av_textblock: content',0,'','2a2a39d58355483ba30b8c65b3b9255e','optional',29),(8813,'en','page-builder-shortcode-strings-7238','9b93287843b9cf7186676d5ab85573e6','\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n',5,8,'VISUAL','av_textblock: content',0,'','96fab4eaa96aaf6aacf3f28148358300','optional',29),(8815,'en','page-builder-shortcode-strings-7238','3e320409a10f2a5cd5e48190850814ae','\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX, ( or one of the Cardinals in the Vatican), sent two emmissaries to the Quirinale Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Vatican that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news.\r\n\r\nValerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio and his assistant returned to Valerio\'s residence, (a 5 minute walk), and others waited in a room adjacent to the King\'s chambers. About 30 minutes later, Valerio was summoned to the Palace as Vittorio had taken a turn for the worse. By the time Valerio reached the King\'s Chambers a few minutes later, Dr. Bruno emerged to tell everyone that the King had just died.\r\n',5,2,'VISUAL','av_textblock: content',0,'','4443188671f2f775861554cca75322eb','optional',NULL),(8818,'en','page-builder-shortcode-strings-8053','5031056d6ed6c5d836d226a98f306d36','lightbox',6,2,'LINE','av_image: link',0,'','2d9e596e12f7330c2b28b37ff79de0a8','optional',1),(8819,'en','page-builder-shortcode-strings-6371','dc75e71a7f9a6e621f49da21c6fff443','\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\"><em>Pallottines</em></a> in Torino at the age of 16. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest <a href=\"https://en.wikipedia.org/wiki/Vincent_Pallotti\" target=\"_blank\" rel=\"noopener\">Saint Vincent Pallotti</a>. The Pallotines were noted for their charitable work with the poor. It is important to note that Torino was at that time the capital city of the <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Kingdom of Sardinia</a>, which was ruled by the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a>. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino.\r\n',7,1,'VISUAL','av_textblock: content',0,'','8ff983ec9f81042e9ad2e89f14a37e39','optional',NULL),(8820,'en','page-builder-shortcode-strings-6371','34f128ea22f84704b049551715b9331d','\r\n[caption id=\"attachment_6505\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-6505\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti-300x300.jpg\" alt=\"Father Vincent Pallotti founder of the Pallottines\" width=\"300\" height=\"300\" /> Father Vincent Pallotti founder of the Pallottines[/caption]\r\n',7,2,'VISUAL','av_textblock: content',0,'','fa4c4c4c5a4d581676c0aa576577775c','optional',NULL),(8821,'en','page-builder-shortcode-strings-8053','055765445d87e4e925d7d3cd63e1aaac','\r\nVittorio Emmanuel II starts the move of the government of newly Unified Italy from Torino to Firenze in 1865. Parliament moves into <a href=\"https://en.wikipedia.org/wiki/Palazzo_Vecchio\" target=\"_blank\" rel=\"noopener\">Palazzo Vecchio</a> and Vittorio moves into <a href=\"https://en.wikipedia.org/wiki/Palazzo_Pitti\" target=\"_blank\">Palazzo Pitti</a>. The Parliament and Vittorio will remain in Firenze until 1871, at which point they move to Roma. In his then current role of Chaplain to the King, Valerio moves as well. Valerio\'s brother <a href=\"/rootspersona-tree/anzino-alessandro/\" target=\"_blank\" rel=\"noopener\">Alessandro Anzino</a>, who was working in the Royal Library in Torino, moves to Fienze and takes a position at the <a href=\"https://en.wikipedia.org/wiki/Uffizi\" target=\"_blank\" rel=\"noopener\">Uffizi</a>.\r\n',6,1,'VISUAL','av_textblock: content',0,'','5ec0f117dd43961d9ea4ab090de50e72','optional',85),(8822,'en','page-builder-shortcode-strings-7057','931902e7d4752cc0d794d7fd9dec4c72','\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n',8,1,'VISUAL','av_textblock: content',0,'','ac2a2c64b2b3ed5bfde8176f073d62f5','optional',46),(8823,'en','page-builder-shortcode-strings-7057','e5845daf67306eb65b8f0d38a3adebf0','\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n',8,2,'VISUAL','av_textblock: content',0,'','9be39c6fe157bb19bd413a6738f81933','optional',5),(8824,'en','page-builder-shortcode-strings-7057','e0a0fc6c716fe9143e09957d3cd1495e','/document/valerio-anzinos-baptism-record-1832/',8,3,'LINK','av_image: link',10,'','9d85bafc114946bd8c7e06234838424a','optional',6),(8825,'en','page-builder-shortcode-strings-7057','cd3ae94491dde2212f37a31c361c658e','\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n',8,4,'VISUAL','av_textblock: content',0,'','3afc9bc6c39b83af7528c4d77a20eb11','optional',5),(8826,'en','page-builder-shortcode-strings-7057','4aedf49c9567117c4fe8526a6d64dbf8','/document/anzino-family-church-census-1847/',8,5,'LINK','av_image: link',10,'','0d16c18d5d7253ebf5beb4db32cc4d0f','optional',6),(8828,'en','page-builder-shortcode-strings-7057','b9e3efcb084a2bee91f794afd3d343ba','/document/new-york-herald-interview-1884/',8,7,'LINK','av_image: link',10,'','0ab77141aac5a1fe0dad74c0be833f64','optional',6),(8829,'en','page-builder-shortcode-strings-7057','23e3d41a1b10e05da402dc7f80c1979b','\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n',8,8,'VISUAL','av_textblock: content',0,'','20629f164eeb09785f74954c72ffb235','optional',5),(8830,'en','page-builder-shortcode-strings-7057','864aa6c665231da877de2481a900e4ed','/document/valerios-death-record-1899/',8,9,'LINK','av_image: link',10,'','8ea3d8e76d664a5c0df7dbc2d1c41c34','optional',5),(8831,'en','page-builder-shortcode-strings-7057','021d659871830fd4c5789ab8571d586b','\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n',8,10,'VISUAL','av_textblock: content',0,'','9854f5725a1bb91a20016956c6c470a0','optional',5),(8832,'en','page-builder-shortcode-strings-7057','d9115711e36fd5aff6495c4f7e5895bb','/document/valerios-funeral-notice-1899/',8,11,'LINK','av_image: link',10,'','8849ab1f5c0716a011fa876780dce17a','optional',5),(8835,'en','page-builder-shortcode-strings-7057','f219b761a37a84d9ab5f2d701bdcf9d7','\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n',8,16,'VISUAL','av_textblock: content',0,'','bb815855cea90f66fcf26a0209f57590','optional',4),(8836,'en','page-builder-shortcode-strings-7057','8c1572b13f181900c49cd70e6dbf4b62','/document/notes-about-valerio-1905/',8,17,'LINK','av_image: link',10,'','e57d701c10a4cc32ea90c9c23ae18872','optional',5),(8838,'en','page-builder-shortcode-strings-7057','984789e4d758ba7adfa3c20980c88c04','/document/london-monitor-1899-obituary-for-valerio-anzino/',8,13,'LINK','av_image: link',10,'','fcdcd2bf9aa679a2415a9e188282411b','optional',8),(8840,'en','page-builder-shortcode-strings-8069','5031056d6ed6c5d836d226a98f306d36','lightbox',9,2,'LINE','av_image: link',0,'','0a1e6505c2a07e8be8fc8b22b967aee2','optional',1),(8841,'en','page-builder-shortcode-strings-8069','4564f64afcb6d05775e28d0608901937','Share this entry',9,3,'LINE','av_social_share: title',0,'','e4e57c371b6cd617eb7ec7d4242f85ec','optional',3),(8845,'en','page-builder-shortcode-strings-8098','5031056d6ed6c5d836d226a98f306d36','lightbox',10,2,'LINE','av_image: link',0,'','034d3bfea413b580844facbd02c5f6d1','optional',1),(8846,'en','page-builder-shortcode-strings-8098','4564f64afcb6d05775e28d0608901937','Share this entry',10,3,'LINE','av_social_share: title',0,'','ef524429cc2c16c9d45cd98228e5d3a5','optional',3),(8847,'en','page-builder-shortcode-strings-8098','04bec4d1c14d4e58498581c6188cbbb3','\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe <em>Westminster Budget</em> March 31 1899 edition had an article about Valerio\'s death. The article contained a summary of his life and a sense of how important he was in Italy.\r\n',10,1,'VISUAL','av_textblock: content',0,'','e8a4e3714da47666bce9fdcac0b6417f','optional',34),(8848,'en','page-builder-shortcode-strings-7092','acb35f8badda122dfcf6519aa35062f2','\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Funeral Procession Notice from Roma, Italy. Attending the funeral was Cav. Alberto Anzino, (Valerio\'s brother), Giuseppina Anzino, (Valerio\'s sister), Angiolina Scarabelli, (Valerio\'s sister-in-law), Carlo Anzino, (Valerio\'s nephew), Clementina (Anzino) Rossi, (Valerio\'s niece), Clementina\'s husband, Mario Rossi, and the children of Valerio\'s deceased brother Alessandro Anzino, Alberto,Nicola,Camilla,Giuseppe, and Giovanni. The funeral procession left from 51 Via Sudario, Roma, (next door to Valerio\'s residence) at 9:30 AM and proceeded to Chiesa di S. Carlo ai Catinari a few blocks away.\r\n',11,1,'VISUAL','av_textblock: content',0,'','9fde104df181d1bbbe205d66ea787a45','optional',NULL),(8849,'en','page-builder-shortcode-strings-7092','5031056d6ed6c5d836d226a98f306d36','lightbox',11,2,'LINE','av_image: link',0,'','8342c948dfcd95e5d2cf9b7a63124455','optional',NULL),(8850,'en','page-builder-shortcode-strings-7092','4564f64afcb6d05775e28d0608901937','Share this entry',11,3,'LINE','av_social_share: title',0,'','bb5b7d051a3c5e1b647af4c56500eb3d','optional',NULL),(8852,'en','page-builder-shortcode-strings-7057','5848fb26658eda137c3cad070e790837','\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n',8,6,'VISUAL','av_textblock: content',0,'','3c3c68f3463f69842d1383600dcc9f30','optional',6),(8853,'en','page-builder-shortcode-strings-7057','29ecac760af78c71281a37b246a3934a','\r\n<a href=\"/document/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n',8,12,'VISUAL','av_textblock: content',0,'','37f71ab14808151800625efe6789e116','optional',6),(8854,'en','page-builder-shortcode-strings-7057','185ebfb610577c1ac30477b5c55adb95','\r\n<a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n',8,14,'VISUAL','av_textblock: content',0,'','a47e462191e928bf839115a7c0ca105e','optional',6),(8855,'en','page-builder-shortcode-strings-7057','5031056d6ed6c5d836d226a98f306d36','lightbox',8,15,'LINE','av_image: link',0,'','f4c909dc125d33269cf063dd33c01aa8','optional',1),(8856,'en','page-builder-shortcode-strings-12','559d971eac4e1cbe27b25004c443ae0b','\r\n<h2>Caught Between Popes and Kings</h2>\r\n',12,1,'VISUAL','av_textblock: content',0,'','57d00ba0720a3ef494d9474c276714dc','optional',5),(8859,'en','page-builder-shortcode-strings-12','decbe415d8accca7c2c16d48a79ee934','Read More',12,4,'LINE','av_button: label',0,'','e797971d3e59a909351c7f47bcea043e','optional',2),(8860,'en','page-builder-shortcode-strings-12','b9f4d30127dae8ee7f90ba0d968e98ee','/valerios-life-narrative/',12,5,'LINK','av_button: link',10,'','abc2e2b8854187117ba12da76b828402','optional',3),(8861,'en','page-builder-shortcode-strings-12','56c91edd96c77acce8fe69fd38c23c3c','\r\ncopyright\r\n',12,6,'VISUAL','av_image: content',0,'','5452227ee724ba26c0223b296c2fc351','optional',1),(8862,'en','page-builder-shortcode-strings-12','5031056d6ed6c5d836d226a98f306d36','lightbox',12,7,'LINE','av_image: link',0,'','09622e46fb5a706d5670ee49299ae197','optional',1),(8863,'en','page-builder-shortcode-strings-12','3770a35afcf88bf2975be28e55b649a9','\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n',12,8,'VISUAL','av_textblock: content',0,'','5630b1c7f8eaf5864cda758bcdeef64a','optional',4),(8864,'en','page-builder-shortcode-strings-12','e1ea1a903cccf0f182dc9281e10a7c42','\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n',12,9,'VISUAL','av_textblock: content',0,'','8e830b33321c441f0defd3b871a2ce75','optional',4),(8865,'en','page-builder-shortcode-strings-12','0a5212f1ee99d0b22002db269b4aff04','\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n',12,10,'VISUAL','av_textblock: content',0,'','1259637529f91a788f3dd18f8facf44d','optional',1),(8866,'en','page-builder-shortcode-strings-12','0d31b52d935bbc78809661a32aec3a9e','\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n',12,11,'VISUAL','av_textblock: content',0,'','fe2c4bf7910ef0a9ff5912fa3eda7738','optional',2),(8873,'en','Authors','nickname_1','admin',NULL,NULL,'LINE',NULL,0,'','593b6ce89d470b476203eb52e082aafb','',NULL),(8874,'en','page-builder-shortcode-strings-6410','d6655ad759792182f45075487434c8e0','\r\nThe <a href=\"https://en.wikipedia.org/wiki/Shroud_of_Turin\" target=\"_blank\" rel=\"noopener\">Shroud of Turin</a>, was owned and guarded by the Savoia, (House of Savoy), since 1453. In 1453 Margaret de Charny deeded the Shroud to the House of Savoy. In 1578 the shroud was transferred to Torino. Since the 17th century the shroud has been displayed  in the chapel built for that purpose by Guarino Guarini for the Savoia, and it was first photographed during the <a href=\"https://vimeo.com/173453651\" target=\"_blank\" rel=\"noopener\">1898 Torino Exposition</a>. As Capellano Maggiore, (Chief Chaplain), to King Umberto I, Monsignor Anzino delivered a copy of that first photograph to <a href=\"https://en.wikipedia.org/wiki/Pope_Leo_XIII\" target=\"_blank\" rel=\"noopener\">Pope Leo XIII</a>. This \"Peace Offering\", as such, was another one of Valerio\'s attempts to broker a formal peace treaty between the Vatican and the Italian government.\r\n',13,1,'VISUAL','av_textblock: content',0,'','4d9b2946f40f601239c7e13188bba8a0','optional',NULL),(8876,'en','meta-box','8f7f4c1ce7a4f933663d10543562b096','About',NULL,NULL,'LINE',NULL,10,'','790e3ac594099545b460b93d11a3e832','',NULL),(8877,'en','meta-box','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'LINE',NULL,10,'','34f1790a18d22421ebc0c02dc60a4d01','',NULL),(8878,'en','meta-box','83334603251d45eeb396f87b66331966','Click me',NULL,NULL,'LINE',NULL,10,'','cb217b97bca06f4a212e34d8d06b370d','',NULL),(8879,'en','meta-box','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'LINE',NULL,10,'','0896660c6550dc5dcf58e83ed75d5eeb','',NULL),(8880,'en','meta-box','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'LINE',NULL,10,'','41217c21447a166fd9362f49f698190b','',NULL),(8881,'en','meta-box','ee3bb59815f8818274585f4823864c4d','Embed HTML not available.',NULL,NULL,'LINE',NULL,10,'','fc85db7e978500d65eebb28f9307a485','',NULL),(8882,'en','meta-box','4b19206ca57acfaa689c60acd341d928','Error: Cannot delete file',NULL,NULL,'LINE',NULL,10,'','30309d496ea769e5f07ee859c40ad372','',NULL),(8883,'en','meta-box','5e2f5f3c24ae8c6ab3eca618826b0e23','Extensions',NULL,NULL,'LINE',NULL,10,'','cf09094918611588d7e009ffec252200','',NULL),(8884,'en','meta-box','1fc8fd98723881802d2cb4dc6c29fdc8','Find Address',NULL,NULL,'LINE',NULL,10,'','8ffa2efd2f8f6da74b39a9f7d78f424e','',NULL),(8885,'en','meta-box','bf647454e36069fd16f1a7a35cf6a865','Getting Started',NULL,NULL,'LINE',NULL,10,'','0334f38d7893e5ec007763759d88da11','',NULL),(8886,'en','meta-box','2f4e7df9b93ff2baad7d5e3cddf24f9a','Getting Started With Online Generator',NULL,NULL,'LINE',NULL,10,'','f35136d2ec7c3a355fe4b89fbd1bdbea','',NULL),(8887,'en','meta-box','59824a2f83d75e4baf4ae2813da2a523','Go to MetaBox.IO &rarr;',NULL,NULL,'LINE',NULL,10,'','5ed097888fe2c0eb8a0193a96ac5151e','',NULL),(8888,'en','meta-box','c52ad071d2f5d92350d04758d6bf18a1','Go to Online Generator',NULL,NULL,'LINE',NULL,10,'','53769db54e9a401e5317ff7e662f92c1','',NULL),(8889,'en','meta-box','897356954c2cd3d41b221e3f24f99bba','Key',NULL,NULL,'LINE',NULL,10,'','ae47e4ee57d263d474abb1701f22ca68','',NULL),(8890,'en','meta-box','f5395c9793af8a11b406ca7c1ac70da9','Learn More',NULL,NULL,'LINE',NULL,10,'','096d3f0fe1415f22afac0b5de506d770','',NULL),(8891,'en','meta-box','653e3aacb899da550cab090c9ae14c3a','Meta Box doesn\'t have any admin page for configuration or settings. Instead of that, it provides a very powerful API to speed up the process of creating meta boxes and custom fields. It might take you a little time at first, but then you\'ll love the way it work because it helps you do and customize almost everything.',NULL,NULL,'LINE',NULL,10,'','2dccb9793c3d5a35fbab3e660112cdad','',NULL),(8892,'en','meta-box','4ce2f90df49c385bd55dc60166c0e719','More Extensions',NULL,NULL,'LINE',NULL,10,'','ad5bbe42caf2848abe392f61b062abf6','',NULL),(8893,'en','meta-box','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'LINE',NULL,10,'','508c497ea3fa072fae073c6651e664f0','',NULL),(8894,'en','meta-box','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'LINE',NULL,10,'','8c155e8c3e1cbfbb928d61ad330c126d','',NULL),(8895,'en','meta-box','d15305d7a4e34e02489c74a5ef542f36','Off',NULL,NULL,'LINE',NULL,10,'','3b09c7b17cdcf24322f5846ee275e1c5','',NULL),(8896,'en','meta-box','521c36a31c2762741cf0f8890cbe05e3','On',NULL,NULL,'LINE',NULL,10,'','48a6b9b08bbc4ae60f2b74f6641ea500','',NULL),(8897,'en','meta-box','b128129772b72b32912f88e64c05af68','Please correct the errors highlighted below and try again.',NULL,NULL,'LINE',NULL,10,'','df419e3f2dcb96fe5ef9af40dcde8bb6','',NULL),(8898,'en','meta-box','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'LINE',NULL,10,'','9750a6dcdc54aedb9881df3d00d61574','',NULL),(8899,'en','meta-box','e0626222614bdee31951d84c64e5e9ff','Select',NULL,NULL,'LINE',NULL,10,'','1f41a2869bc276961be7d46cdb8a1aa1','',NULL),(8900,'en','meta-box','bd397e706d73b07ddd9401289a6dc83d','Select All / None',NULL,NULL,'LINE',NULL,10,'','f4d4b060574f2a36e7a431864f3bb3df','',NULL),(8901,'en','meta-box','1aa14e9f377b528b5537d70fbd35c6a2','Select File',NULL,NULL,'LINE',NULL,10,'','044482c3e7bae41e579577d0fc14739c','',NULL),(8902,'en','meta-box','7ff18e4552b05ef260479f55bdc069b6','Select a %s',NULL,NULL,'LINE',NULL,10,'','38c2b0002d07356adf283ce213faacb1','',NULL),(8903,'en','meta-box','cb25cc7301c057f463bfb5fbc1bf63fe','Select a post',NULL,NULL,'LINE',NULL,10,'','39942f70812d9a90b688ca87801a3501','',NULL),(8904,'en','meta-box','33683f3b89cd0858ee62393f881e8e4d','Select a sidebar',NULL,NULL,'LINE',NULL,10,'','a78c7d4e13afe87acd86e70158a8bbab','',NULL),(8905,'en','meta-box','2f5ecbd16cebf6e9dd14018d8ac73241','Select a term',NULL,NULL,'LINE',NULL,10,'','a3b0c2bac3a0f39756f843ebaf54cdf3','',NULL),(8906,'en','meta-box','e0450c2dd95fc4a403786657209bad03','Select an item',NULL,NULL,'LINE',NULL,10,'','01374219e03470250d1811a8a5bc7773','',NULL),(8907,'en','meta-box','71045c425f5edb4d44696109b5e82c92','Select an user',NULL,NULL,'LINE',NULL,10,'','1ae92b7fa237aa9c4b27b93e6c69ebab','',NULL),(8908,'en','meta-box','91bed08dde83c824ef2b74539e25f744','The fastest way to getting started with Meta Box is use our online generator to generate meta boxes with custom fields. It provides a friendly UI for you to create meta boxes and custom fields just by drag and drop fields.',NULL,NULL,'LINE',NULL,10,'','42a80c84b3c29e69bcc41c3ac4a36317','',NULL),(8909,'en','meta-box','9e37edcf83e1fdd9878a1f26157c0367','Understand The Basics',NULL,NULL,'LINE',NULL,10,'','4c0ccdbd581d169aefadeed15a708ffa','',NULL),(8910,'en','meta-box','689202409e48743b914713f96d93947c','Value',NULL,NULL,'LINE',NULL,10,'','4a3e06e29b588af059adb115de8d81e4','',NULL),(8911,'en','meta-box','55831c9fc776b694434a88710ae422e9','Welcome to %1$s %2$s',NULL,NULL,'LINE',NULL,10,'','47f2e9da1901926fbb7636cccbdd489b','',NULL),(8912,'en','meta-box','613615deeabba1c302f46712b954c1de','Welcome to Meta Box',NULL,NULL,'LINE',NULL,10,'','dde3bc5f3c46ac89d61a13e450df0329','',NULL),(8913,'en','meta-box','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'LINE',NULL,10,'','7113c7957296c2a698ef51d33c1fe7c1','',NULL),(8914,'en','meta-box','2550eb6583045740ba8d4cc71cad9920','You may only upload maximum %d file',NULL,NULL,'LINE',NULL,10,'','e32f1fe2fa13b24d688c164ce75b1820','',NULL),(8915,'en','meta-box','f6cabb3331735ac90673a570bd53d2b0','You may only upload maximum %d files',NULL,NULL,'LINE',NULL,10,'','e3a7332fda0577c49483a31982924789','',NULL),(8916,'en','meta-box','e95edbc057a35cfa74c1bdbd0b8e4029','+ Add new file',NULL,NULL,'LINE',NULL,10,'file upload','1250de0484dbb114aa5c5388e2b2ad79','',NULL),(8917,'en','meta-box','f2a6c498fb90ee345d997f888fce3b18','Delete',NULL,NULL,'LINE',NULL,10,'file upload','e3dba10b1f6e014044095e3bb8fae3cd','',NULL),(8918,'en','meta-box','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'file upload','a9a64f8cbe77780e145f506a4e9559f5','',NULL),(8919,'en','meta-box','cdacdfdb8df0f3847f16c22f4d0e599b','Upload Images',NULL,NULL,'LINE',NULL,10,'image upload','e63e3150eb9e46a4361643ed5e6bcdbb','',NULL),(8920,'en','meta-box','f1ba060940aeaa8149967ea3d81894a5',' file',NULL,NULL,'LINE',NULL,10,'media','066c0da210811f3232408f13dc095e76','',NULL),(8921,'en','meta-box','993e99030c1a49e4624262b4b359731b',' files',NULL,NULL,'LINE',NULL,10,'media','a241ed34a0c0bcdc1d33c90e8224bf4e','',NULL),(8922,'en','meta-box','87855c5f70334af2d2a4cfc58beebd10','+ Add Media',NULL,NULL,'LINE',NULL,10,'media','3e48e6ef7ef11a6554ce354ae4c3378c','',NULL),(8923,'en','meta-box','c3180b3fa0afc058f8d8d985c0dc70ec','Drop files here to upload',NULL,NULL,'LINE',NULL,10,'media','582088ad80645d30b164eac61e44231d','',NULL),(8924,'en','meta-box','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'media','56b5d12876ec1c4434908825b4532908','',NULL),(8925,'en','meta-box','dd274c5e32707fb52d6b19e73f5f606c','No Title',NULL,NULL,'LINE',NULL,10,'media','4cd815d9187241da83a61dd9224f8a46','',NULL),(8926,'en','meta-box','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'LINE',NULL,10,'media','697d98e76edbff4d38738374d64c5589','',NULL),(8927,'en','meta-box','b89ecc2c10fdae8af65f9762442b7b11','Select Files',NULL,NULL,'LINE',NULL,10,'media','33b739f94014da66d7b5088df6c895fa','',NULL),(8928,'en','meta-box','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'LINE',NULL,10,'media','9f821365aefaaa5c509055b10db71750','',NULL),(8929,'en','meta-box','e81c4e4f2b7b93b481e13a8553c2ae1b','or',NULL,NULL,'LINE',NULL,10,'media','78cd60210e363aae89fa4d61ca0e804d','',NULL),(8930,'en','meta-box','111b162fb16e72fc6ce9ff34e822515e','online generator',NULL,NULL,'LINE',NULL,10,'','65733a5c48c6fb65cd07e5b750c8db56','',NULL),(8931,'en','page-builder-shortcode-strings-7325','dc59e8a9a0888c68a7e719357ce4dedc','\r\n<p class=\"test-fonts\"><em>\"This is a test of newspaper fonts\"</em></p>\r\n',14,1,'VISUAL','av_textblock: content',0,'','9b97c854dd045d263f1b32adf59b4f30','optional',NULL),(8933,'en','page-builder-shortcode-strings-12','0e009e71258f68b8fd5955f7a6baa739','\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31, 1899 edition.\r\n<p class=\"newspaper-font\" style=\"text-align: left; font-size: 1.2em;\"><em>\"Monsignor Anzino was the best known and most popular ecclesiastic in Italy, and his\r\nreputation for piety, tact, and diplomatic talents has made his name familiar at every European Court.\"</em>\r\n',12,3,'VISUAL','av_textblock: content',0,'','baeb2a168ef5c38811a5e9297b6b4ccc','optional',59),(8934,'en','page-builder-shortcode-strings-6226','bdacaee2057c0093a42f5c854207cf17','\r\nAs the attached Fubine Church 1847 census shows, Valerio had moved to Torino although his family remained in Fubine. Valerio was likely attending a boarding school in Torino as was his sister Giuseppina. Valerio and Giuseppina\'s uncle, Monsignor Giuseppe Anzino, was a chaplain in the Royal Palace in Torino at the time, and likely looked after his niece and nephew in some capacity. The year of 1843 is a guess based on his sister moving at age eleven. Both Valerio and his sister could have moved earlier as there have been no school records discovered. Torino was approximately 80-90 km from Fubine so it\'s likely that Valerio and his sister stayed in Torino for the duration of their studies and that Giovanni and Ippolita visited them when possible.\r\n',15,1,'VISUAL','av_textblock: content',0,'','fd5ac1fa746099226bd2a29ca5291c6c','optional',131),(8935,'en','page-builder-shortcode-strings-6226','5031056d6ed6c5d836d226a98f306d36','lightbox',15,2,'LINE','av_image: link',0,'','4673e9bccf606b7541643d3f2ec1506d','optional',1),(8936,'en','page-builder-shortcode-strings-7130','cd048535199129ccdac960e1335dd72e','\r\n<h2>The Evolution of Discovery</h2>\r\n',16,1,'VISUAL','av_textblock: content',0,'','7a8cefb239bdfa5ca7230baad391da7d','optional',NULL),(8937,'en','page-builder-shortcode-strings-7130','741820724d7e55f86d5dd7f270bcccd7','\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Torino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to find the records that would confirm her family connection to Valerio. I was specifically looking for the death or marriage record of Laura\'s great,great,great grandmother Caterina Sala. If we found either the death or marriage record from the mid 1800s and if Caterina\'s mother was Gerolama Mandelli, then I\'d be 100% convinced. When Iuri found the death record and showed it to me, my eyes raced to the section that listed Caterina\'s mother\'s name. There it was...Gerolama Mandelli !! I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n',16,2,'VISUAL','av_textblock: content',0,'','756fa005a21d3fd86dc052792ae3e3f8','optional',NULL),(8938,'en','page-builder-shortcode-strings-7130','97f978ac998fae82a4139780bb9725fa','\r\nTom-Caption\r\n',16,3,'VISUAL','av_image: content',0,'','941d9238ddfca0a3bc0e10ff48682b5e','optional',NULL),(8939,'en','page-builder-shortcode-strings-7130','5031056d6ed6c5d836d226a98f306d36','lightbox',16,8,'LINE','av_image: link',0,'','db2267b125645b30c5d8217aad565fd5','optional',NULL),(8940,'en','page-builder-shortcode-strings-80','e775c1ea5387fd78a8c522d40e0e8019','\r\n<h2>Small Town with Large Connections</h2>\r\n',17,1,'VISUAL','av_textblock: content',0,'','bff61ab4f231c6c86aa9710d54a1f145','optional',5),(8942,'en','wordpress-seo','51c0442a915c8f72187de729b4d197ba',' Category URLs',NULL,NULL,'LINE',NULL,10,'','d4adf6ad88bc0330292a9f2aeaced025','',NULL),(8943,'en','wordpress-seo','a152fd9aeb0194d83221bf3def0b9dde','# internal links to',NULL,NULL,'LINE',NULL,10,'','ae6347098cc85e4d34cb63724398af20','',NULL),(8944,'en','wordpress-seo','1f9bc43b5189af93da75519cca1c76f5','# links in post',NULL,NULL,'LINE',NULL,10,'','f95e5a0c589893d88a4b3183d794d932','',NULL),(8945,'en','wordpress-seo','340737c013d03da1a60b640f2b0249b1','%1$s Extensions',NULL,NULL,'LINE',NULL,10,'','1900738e0d6c8e19ff95b41f6df171c4','',NULL),(8946,'en','wordpress-seo','8190deb85daa91d511ec4ab28905ede4','%1$s Meta Box',NULL,NULL,'LINE',NULL,10,'','78784bf4bfc1464ae9e28f8bd637f95b','',NULL),(8947,'en','wordpress-seo','4df51a30f8848876aec249292d468b6f','%1$s Structured Data Blocks',NULL,NULL,'LINE',NULL,10,'','830f297794a7efd288f1a95837918712','',NULL),(8948,'en','wordpress-seo','688b186c93eb327f208e4557a45e52d1','%1$s adds several columns to this page. We\'ve written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.',NULL,NULL,'LINE',NULL,10,'','ef998c123c7ad7e426fd345afc782cc1','',NULL),(8949,'en','wordpress-seo','fe2aa8aa9c045b8095c2526940d1f689','%1$s and %2$s can work together a lot better by adding a helper plugin. Please activate %3$s to make your life better.',NULL,NULL,'LINE',NULL,10,'','3d74c8123e7463ab66ab241d0c89bdf2','',NULL),(8950,'en','wordpress-seo','e9510261875d654429889c094f6b5384','%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better.',NULL,NULL,'LINE',NULL,10,'','3836e634ed6c91556893441e0154548d','',NULL),(8951,'en','wordpress-seo','a7a465bf6707b8c83185bd7420714cad','%1$s and %2$s can work together a lot better by adding a helper plugin. Please install %3$s to make your life better. %4$s.',NULL,NULL,'LINE',NULL,10,'','51b96c84e47e9ead5d2be864b46530b4','',NULL),(8952,'en','wordpress-seo','385bcffde9235658fc1d853e0f4b53ab','%1$s by %2$s',NULL,NULL,'LINE',NULL,10,'','1463c7e0740de406cfe0f9fa7663af43','',NULL),(8953,'en','wordpress-seo','8cbe4ec65d4d99d23c0ca6ccc509e11f','%1$s can tell search engines about your social media profiles.\\n These will be used in Google\'s Knowledge Graph. There are additional\\n sharing options in the %1$s Social settings. %2$sRead more%3$s about these options.',NULL,NULL,'LINE',NULL,10,'','f1ad4c850a5dfb99260e404a1d731c36','',NULL),(8954,'en','wordpress-seo','6bc9c823c4edf971a3c01ea450128925','%1$s comes with a lot of features. You can enable / disable some of them below. Clicking the question mark gives more information about the feature.',NULL,NULL,'LINE',NULL,10,'','94e7314d9db31063bb9dc5d534f28c0a','',NULL),(8955,'en','wordpress-seo','9546963ed551ad8587311c9ed0e37210','%1$s comes with some very powerful built-in tools:',NULL,NULL,'LINE',NULL,10,'','a684437331370240e03c1ee035a8eb9a','',NULL),(8956,'en','wordpress-seo','e449c5c59ee80c3a7d9a8be645503e89','%1$s detected you are using version %2$s of %3$s, please update to the latest version to prevent compatibility issues.',NULL,NULL,'LINE',NULL,10,'','8c51424c27eabb080c36d813bc4aacaf','',NULL),(8957,'en','wordpress-seo','8cd02dccde171051f765d8d5171d091c','%1$s detected you’re using a version of %2$s which is not compatible with %1$s. Please update %2$s to the latest version to use this feature.',NULL,NULL,'LINE',NULL,10,'','ab267c7ea60bc3db85433abc9300a8cd','',NULL),(8958,'en','wordpress-seo','a2e090e7a9d6750e3024132ed04846ce','%1$s does not seem to be a valid %2$s verification string. Please correct.',NULL,NULL,'LINE',NULL,10,'','f1abed1a2d2d7fa56874ecb4aff432db','',NULL),(8959,'en','wordpress-seo','6a8a6ef280149e23b82a404f87cb5bc2','%1$s extensions',NULL,NULL,'LINE',NULL,10,'','04d448700a50ca92440be0fe22dfe16d','',NULL),(8960,'en','wordpress-seo','82b31db2dd7dc314fc0a709f83f490e9','%1$s has auto-detected whether it needs to force rewrite the titles for your pages, if you think it\'s wrong and you know what you\'re doing, you can change the setting here.',NULL,NULL,'LINE',NULL,10,'','bcbc40d82e83944a6fb6e2ad60f4b66f','',NULL),(8961,'en','wordpress-seo','c50170ae273dbb88185e65dbb9ea719b','%1$s has not fetched your site\'s indexability status yet from %2$s',NULL,NULL,'LINE',NULL,10,'','818fd4c1ba7c2dd429481eaccc471eed','',NULL),(8962,'en','wordpress-seo','cb770137f02b312e4d80f787f6b68619','%1$s integrates with Google Search Console, a must-have tool for site owners.\\n It provides you with information about the health of your site.\\n Don\'t have a Google account or is your site not activated yet?\\n Find out %2$show to connect Google Search Console to your site.%3$s',NULL,NULL,'LINE',NULL,10,'','361e0f61d15efced30313cb7325af2be','',NULL),(8963,'en','wordpress-seo','2c2c2b9db81e65c6bdb46244036bc45d','%1$s is not a valid choice for who should be allowed access to the %2$s settings. Value reset to the default.',NULL,NULL,'LINE',NULL,10,'','4499c0166c99074c77e55425cf4d947f','',NULL),(8964,'en','wordpress-seo','e6049834c971749eb4e05a2f0c30a197','%1$s of %2$s done.',NULL,NULL,'LINE',NULL,10,'','784e96a0b57ba827c29465ff3657d1bc','',NULL),(8965,'en','wordpress-seo','e6a90a20a56cb8e2e9ebb3e2bac0c7dd','%1$s of the words contain %2$sover %3$s syllables%4$s, which is less than or equal to the recommended maximum of %5$s.',NULL,NULL,'LINE',NULL,10,'','c5e4173746029ce68057950cbb887704','',NULL),(8966,'en','wordpress-seo','e97f7f8bcd8a37390d54e5b841d7dd9f','%1$s of the words contain %2$sover %3$s syllables%4$s, which is more than the recommended maximum of %5$s.',NULL,NULL,'LINE',NULL,10,'','5420bd0a15adaa57392bd09f0ada1014','',NULL),(8967,'en','wordpress-seo','e2fe15121c7904e5cb142544283115d5','%1$s recommendations for you',NULL,NULL,'LINE',NULL,10,'','0e169ff65c4dd375f7a201236e0d2291','',NULL),(8968,'en','wordpress-seo','06ef6eb23c5be27327d9a7947ef5ee9e','%1$s respects your privacy. Read our %2$sprivacy policy%3$s on how we handle your personal information.',NULL,NULL,'LINE',NULL,10,'','6d0272f066710a051ceee702fdeb2e98','',NULL),(8969,'en','wordpress-seo','ce2a4c105374c3ce234a9848726a6236','%1$s settings',NULL,NULL,'LINE',NULL,10,'','6c006a8e0af4dbbb569740f15a212a4c','',NULL),(8970,'en','wordpress-seo','c6e2641bf29594ff0bdffb1d860ca626','%1$s to optimize your site even further',NULL,NULL,'LINE',NULL,10,'','82784a77e3bcecb9686dee7ff54dc8f1','',NULL),(8971,'en','wordpress-seo','e7ca0055a760eba95e581b309f8c0e84','%1$s video',NULL,NULL,'LINE',NULL,10,'','4185f6d01cf19b5fbb4dd09b61d2ce45','',NULL),(8972,'en','wordpress-seo','f36447a7fb24b5fc562e72afcfc8f4a3','%1$s video tutorial',NULL,NULL,'LINE',NULL,10,'','55e0509c4df57aeea673d1673049afd5','',NULL),(8973,'en','wordpress-seo','a9e2ad8efd2d98a986f5a1eae1db7e08','%1$s will check weekly if your site is still indexable by search engines and Yoast SEO will notify you when this is not the case.',NULL,NULL,'LINE',NULL,10,'','d4deb8e8cef3ed31286356048c4b60bf','',NULL),(8974,'en','wordpress-seo','8bb03d52fceb21b0447c6d48b187f9ea','%1$s will now take care of all the needed technical optimization of your site. To really improve your site\'s performance in the search results, it\'s important to start creating content that ranks well for keyphrases you care about. Check out this video in which we explain how to use the %1$s metabox when you edit posts or pages.',NULL,NULL,'LINE',NULL,10,'','603cdef44b09428f54afb601cdc6c1c6','',NULL),(8975,'en','wordpress-seo','cf3edb11d877cb65879686f9088ae596','%1$s with ID %2$s couldn\'t be patched',NULL,NULL,'LINE',NULL,10,'','e1cbfe24d47480a7f0b0917bd5777968','',NULL),(8976,'en','wordpress-seo','b12594256645fbf7d1901e7c10053223','%1$s%2$s has not been able to fetch your site\'s indexability status%3$s from %4$s',NULL,NULL,'LINE',NULL,10,'','c689f717bb8108d5f1b5984156a1392e','',NULL),(8977,'en','wordpress-seo','032933e23954b155fa91ba01dc6a81e2','%1$s, Author at %2$s',NULL,NULL,'LINE',NULL,10,'','65c38e5be8b1052fa27c9b9a488463ba','',NULL),(8978,'en','wordpress-seo','c5649e0e926f147b29ada6fc2b39bdb9','%1$s, take your optimization to the next level!',NULL,NULL,'LINE',NULL,10,'','a5c1d45ad3f0863ab7c5349370db68c5','',NULL),(8979,'en','wordpress-seo','5f830ad8fa71cd1877b63e459a3d6c4b','%1$sConsecutive sentences%2$s: The text contains %3$d consecutive sentences starting with the same word. %5$sTry to mix things up%2$s!',NULL,NULL,'LINE',NULL,10,'','f8caaba3cd65f1d8160110220d896427','',NULL),(8980,'en','wordpress-seo','bc432de42924b859968ba4715cd59c30','%1$sConsecutive sentences%2$s: The text contains %4$d instances where %3$d or more consecutive sentences start with the same word. %5$sTry to mix things up%2$s!',NULL,NULL,'LINE',NULL,10,'','efcadf0a406abcb0300b05be3df94559','',NULL),(8981,'en','wordpress-seo','a324fc33c453b573de123ad60933ff9d','%1$sConsecutive sentences%2$s: There is enough variety in your sentences. That\'s great!',NULL,NULL,'LINE',NULL,10,'','317f420de83c6fb47343e466734e08f3','',NULL),(8982,'en','wordpress-seo','18f2d1908b811e5226fb55a503180cfc','%1$sFlesch Reading Ease%2$s: The copy scores %3$s in the test, which is considered %4$s to read. %5$s%6$s%7$s',NULL,NULL,'LINE',NULL,10,'','f9d3989fb774425e97f1cfdfa083e2de','',NULL),(8983,'en','wordpress-seo','7d7766d8a978f418c743abd9ed1211c7','%1$sFunction words in keyphrase%3$s: Your keyphrase \"%4$s\" contains function words only. %2$sLearn more about what makes a good keyphrase.%3$s',NULL,NULL,'LINE',NULL,10,'','54b12c3535934b05acc44614af052276','',NULL),(8984,'en','wordpress-seo','c2dab138874d8bac40ebe93a61294e15','%1$sImage alt attributes%2$s: Some images on this page contain alt attributes with words from your keyphrase! Good job!',NULL,NULL,'LINE',NULL,10,'','da3dad1bc3dab6f979b72f19df4b5e29','',NULL),(8985,'en','wordpress-seo','77df627c4e143c993b5f71d2b152482d','%1$sImage alt attributes%3$s: Images on this page do not have alt attributes with words from your keyphrase. %2$sFix that%3$s!',NULL,NULL,'LINE',NULL,10,'','2c9de24aa6a279ea6278fe9baf372028','',NULL),(8986,'en','wordpress-seo','9df19cb4ae2a5e4b878246e689ada4e8','%1$sImage alt attributes%3$s: No images appear on this page. %2$sAdd some%3$s!',NULL,NULL,'LINE',NULL,10,'','5564169a651d64913642bdfcd3f0d9db','',NULL),(8987,'en','wordpress-seo','7b9c534532bbe823973f76c83f9c3d0f','%1$sInternal links%2$s: There are both nofollowed and normal internal links on this page. Good job!',NULL,NULL,'LINE',NULL,10,'','c3bb42e86a75d1ed00544819649b9600','',NULL),(8988,'en','wordpress-seo','a2c9968fbcd6066b4b7dab3f46106559','%1$sInternal links%2$s: You have enough internal links. Good job!',NULL,NULL,'LINE',NULL,10,'','b3849060319ff5f966e0c48460d61cc7','',NULL),(8989,'en','wordpress-seo','f44d16a93be1f0edf5e2715a7b93ad73','%1$sInternal links%3$s: No internal links appear in this page, %2$smake sure to add some%3$s!',NULL,NULL,'LINE',NULL,10,'','0ba95c1402412edce16357b525fc13aa','',NULL),(8990,'en','wordpress-seo','796a986b27620b757a69fb199ab2b66b','%1$sInternal links%3$s: The internal links in this page are all nofollowed. %2$sAdd some good internal links%3$s.',NULL,NULL,'LINE',NULL,10,'','c937c49ebe09e16da24426e9a50bf224','',NULL),(8991,'en','wordpress-seo','67ef5d453769ded165b4ab9baab6790b','%1$sKeyphrase distribution%2$s: Good job!',NULL,NULL,'LINE',NULL,10,'','69d9201722758de983a0267dcfaf9ca7','',NULL),(8992,'en','wordpress-seo','682a3e6bfb5d80f158f741721101b073','%1$sKeyphrase distribution%3$s: %2$sInclude your keyphrase or its synonyms in the text so that we can check keyphrase distribution%3$s.',NULL,NULL,'LINE',NULL,10,'','6a1057605ec8577f36e2b22d263df93f','',NULL),(8993,'en','wordpress-seo','ba6c3a707de099e2951d5192076a10e5','%1$sKeyphrase distribution%3$s: Uneven. Some parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.',NULL,NULL,'LINE',NULL,10,'','ac166402ac3b9c0df34a445bde6dfecc','',NULL),(8994,'en','wordpress-seo','9523df81936a4e6e0aa21959ca53710e','%1$sKeyphrase distribution%3$s: Very uneven. Large parts of your text do not contain the keyphrase or its synonyms. %2$sDistribute them more evenly%3$s.',NULL,NULL,'LINE',NULL,10,'','4d020722a35e1a143d801c1939fc35bb','',NULL),(8995,'en','wordpress-seo','6d9aceac16d90980ac642e4d4fc39277','%1$sKeyphrase in introduction%2$s: Well done!',NULL,NULL,'LINE',NULL,10,'','cc3ca9e6d1190d465a164a840d5ba5b1','',NULL),(8996,'en','wordpress-seo','6e5ae7b3298176092501424a11a97310','%1$sKeyphrase in introduction%3$s: Your keyphrase or its synonyms do not appear in the first paragraph. %2$sMake sure the topic is clear immediately%3$s.',NULL,NULL,'LINE',NULL,10,'','f8aae1008b8fbdf03cf4ba3059c68654','',NULL),(8997,'en','wordpress-seo','27b3f9594025b964b0a2c4fd679de3d2','%1$sKeyphrase in introduction%3$s:Your keyphrase or its synonyms appear in the first paragraph of the copy, but not within one sentence. %2$sFix that%3$s!',NULL,NULL,'LINE',NULL,10,'','920b5a34a835c3626a44302b63388b90','',NULL),(8998,'en','wordpress-seo','e526b5ddc77e6fc57a91037341fd60ef','%1$sKeyphrase in meta description%2$s: Keyphrase or synonym appear in the meta description. Well done!',NULL,NULL,'LINE',NULL,10,'','8db9050232507b38c5faa985779eded9','',NULL),(8999,'en','wordpress-seo','78c390a99b0e6c8443623b289ecc19d3','%1$sKeyphrase in meta description%2$s: The meta description contains the keyphrase %3$s times, which is over the advised maximum of 2 times. %4$sLimit that%5$s!',NULL,NULL,'LINE',NULL,10,'','823db56c20c383f92a1403d895d3f15f','',NULL),(9000,'en','wordpress-seo','fb414c6b366029527684b55817f6ad5c','%1$sKeyphrase in meta description%2$s: The meta description has been specified, but it does not contain the keyphrase. %3$sFix that%4$s!',NULL,NULL,'LINE',NULL,10,'','5cf9fe22b13c37ecfb6a3888a6258c10','',NULL),(9001,'en','wordpress-seo','0afd2e03940dedb29d8e323ece84a63b','%1$sKeyphrase in slug%2$s: Great work!',NULL,NULL,'LINE',NULL,10,'','acd2e2558890ea67d63e515b21ef332c','',NULL),(9002,'en','wordpress-seo','f390f114dde2f2c48cb744fa49157568','%1$sKeyphrase in slug%2$s: More than half of your keyphrase appears in the slug. That\'s great!',NULL,NULL,'LINE',NULL,10,'','74d6933942ad4758cd6ae6b2e511516b','',NULL),(9003,'en','wordpress-seo','62684df6ad5892c39c55e923b810201a','%1$sKeyphrase in slug%3$s: (Part of) your keyphrase does not appear in the slug. %2$sChange that%3$s!',NULL,NULL,'LINE',NULL,10,'','b53ce0766002c3232a7441f0d63bda14','',NULL),(9004,'en','wordpress-seo','a2b9c26f0324b8058d2f5b1856b9a005','%1$sKeyphrase in title%2$s: The exact match of the keyphrase appears at the beginning of the SEO title. Good job!',NULL,NULL,'LINE',NULL,10,'','48cb136567eb293329efd376fdf679f0','',NULL),(9005,'en','wordpress-seo','3ff4b9c62766cef6e8b2fccbb9a2da2a','%1$sKeyphrase in title%3$s: Does not contain the exact match. %2$sTry to write the exact match of your keyphrase in the SEO title%3$s.',NULL,NULL,'LINE',NULL,10,'','52bc2d91e744167b35de9ceff221b392','',NULL),(9006,'en','wordpress-seo','9c66ff64d3b61b0b57b30cf8bf4eb338','%1$sKeyphrase in title%3$s: Not all the words from your keyphrase \"%4$s\" appear in the SEO title. %2$sTry to use the exact match of your keyphrase in the SEO title%3$s.',NULL,NULL,'LINE',NULL,10,'','5429a2e9d7c65ee46978970e10daae81','',NULL),(9007,'en','wordpress-seo','e6e661dd9c30c68741fdf8b21a7a7d85','%1$sKeyphrase in title%3$s: The exact match of the keyphrase appears in the SEO title, but not at the beginning. %2$sTry to move it to the beginning%3$s.',NULL,NULL,'LINE',NULL,10,'','38f2c4c58de7bef33d2db74a8ade095d','',NULL),(9008,'en','wordpress-seo','8934bf12c1676ed6b1497307d25bc7cd','%1$sKeyphrase length%2$s: Good job!',NULL,NULL,'LINE',NULL,10,'','92be7853afcb399ffb10fe6e32a2060e','',NULL),(9009,'en','wordpress-seo','2244167eb3675b7b38ecca5c14289bef','%1$sKeyphrase length%3$s: %2$sSet a keyphrase in order to calculate your SEO score%3$s.',NULL,NULL,'LINE',NULL,10,'','637b55ddac8936471a5efd9a361480af','',NULL),(9010,'en','wordpress-seo','349f4d466f5b5d08d07228bf602270c3','%1$sKeyphrase length%3$s: No focus keyphrase was set for this page. %2$sSet a keyphrase in order to calculate your SEO score%3$s.',NULL,NULL,'LINE',NULL,10,'','777e99ee79de1f3b03558d80714c8c4f','',NULL),(9011,'en','wordpress-seo','4534c58d13663fa446f5629b053caa45','%1$sLink keyphrase%3$s: You\'re linking to another page with the words you want this page to rank for. %2$sDon\'t do that%3$s!',NULL,NULL,'LINE',NULL,10,'','7e54d4f1ee27f5725880b92897c1215e','',NULL),(9012,'en','wordpress-seo','944999875e46f61dcb0460437e1b9e03','%1$sMeta description length%2$s: Well done!',NULL,NULL,'LINE',NULL,10,'','350eac5b56bc41c19f53e4dde92044a1','',NULL),(9013,'en','wordpress-seo','d239b4e7525e89a16a12cb0712ad4148','%1$sMeta description length%3$s:  No meta description has been specified. Search engines will display copy from the page instead. %2$sMake sure to write one%3$s!',NULL,NULL,'LINE',NULL,10,'','5193e29ad452a7cf0a47a63750decc41','',NULL),(9014,'en','wordpress-seo','bb094bfe3162922d90435cedf2083899','%1$sMeta description length%3$s: The meta description is over %4$d characters. To ensure the entire description will be visible, %2$syou should reduce the length%3$s!',NULL,NULL,'LINE',NULL,10,'','7f149d77159487bf0d48fc4b1d9d519f','',NULL),(9015,'en','wordpress-seo','30a55f8c23e272ff342d10ac00777209','%1$sMeta description length%3$s: The meta description is too short (under %4$d characters). Up to %5$d characters are available. %2$sUse the space%3$s!',NULL,NULL,'LINE',NULL,10,'','626478144d4cf7ee5a6e8abb17ebc320','',NULL),(9016,'en','wordpress-seo','9e2f4e124d811116fe405423b1834643','%1$sNo more dead links%2$s: easy redirect manager',NULL,NULL,'LINE',NULL,10,'','358d7a6a3b8e6e4298bc43711e2eb46a','',NULL),(9017,'en','wordpress-seo','4032794d90a4af760aed79eabac9aa5f','%1$sNot enough content%2$s: %3$sPlease add some content to enable a good analysis%2$s.',NULL,NULL,'LINE',NULL,10,'','330bd28ff8af85fc1ff0942bc573433c','',NULL),(9018,'en','wordpress-seo','5a69604ac5b73c2bd6127777575b6281','%1$sOutbound links%2$s: Good job!',NULL,NULL,'LINE',NULL,10,'','8cb1828e7f7781fa9f27ad0224c11c2a','',NULL),(9019,'en','wordpress-seo','2fd76d0890569a106576515310bbc596','%1$sOutbound links%2$s: There are both nofollowed and normal outbound links on this page. Good job!',NULL,NULL,'LINE',NULL,10,'','ca1789937ed5015319c6936d9c38b895','',NULL),(9020,'en','wordpress-seo','6ce12a3a4f1f991c8b1018ca3a7b9206','%1$sOutbound links%3$s: All outbound links on this page are nofollowed. %2$sAdd some normal links%3$s.',NULL,NULL,'LINE',NULL,10,'','96a203ac6b47d9d8c39219d61923a11f','',NULL),(9021,'en','wordpress-seo','ae4c7032b9b20adb284d9dabf2040804','%1$sOutbound links%3$s: No outbound links appear in this page. %2$sAdd some%3$s!',NULL,NULL,'LINE',NULL,10,'','52c7b26d4c869d09cd967ecaa894d860','',NULL),(9022,'en','wordpress-seo','9eb62ba8196267661e2f8ab78e5f8eca','%1$sParagraph length%2$s: %3$d of the paragraphs contains more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!',NULL,NULL,'LINE',NULL,10,'','131823c5a1355a511e743073f5e6d6e4','',NULL),(9023,'en','wordpress-seo','b09a8c216e7db989a51091f3cf6248ff','%1$sParagraph length%2$s: %3$d of the paragraphs contain more than the recommended maximum of %4$d words. %5$sShorten your paragraphs%2$s!',NULL,NULL,'LINE',NULL,10,'','365db4445b461b4b3978dd123954244f','',NULL),(9024,'en','wordpress-seo','3590763eafbedd8f26094c7d67c56fb1','%1$sParagraph length%2$s: None of the paragraphs are too long. Great job!',NULL,NULL,'LINE',NULL,10,'','283ee81d036f6f65690ccce527be3648','',NULL),(9025,'en','wordpress-seo','abaa257ec01ab542e13ebcdf9bd86e5e','%1$sPassive voice%2$s: %3$s of the sentences contain passive voice, which is more than the recommended maximum of %4$s. %5$sTry to use their active counterparts%2$s.',NULL,NULL,'LINE',NULL,10,'','993e3add91fc48a625aa6ee770f39905','',NULL),(9026,'en','wordpress-seo','54a437811c5b0fc1a45425ba75fe3bd1','%1$sPassive voice%2$s: You\'re using enough active voice. That\'s great!',NULL,NULL,'LINE',NULL,10,'','1697a9b56058dc091962aebeb4aac7f3','',NULL),(9027,'en','wordpress-seo','30f49cdbeb55bf01f1f2914a8397cb7f','%1$sPlease don\'t show me this notification anymore%2$s',NULL,NULL,'LINE',NULL,10,'','aa8cfc36f7b0079cc72c621f873aebe2','',NULL),(9028,'en','wordpress-seo','f9a607ac96808fd558a1be21f04c7417','%1$sPreviously used keyphrase%2$s: You\'ve not used this keyphrase before, very good.',NULL,NULL,'LINE',NULL,10,'','0e7f2691185231cdf20b69a8342d5f3b','',NULL),(9029,'en','wordpress-seo','e490afb4d045e58b2c778ecd55452a2a','%1$sRemove this message%2$s',NULL,NULL,'LINE',NULL,10,'','4bc23c2087867a98f05652bac1a5c63b','',NULL),(9030,'en','wordpress-seo','956b12818acade5e0bd42dd55476c14d','%1$sSEO title width%2$s: Good job!',NULL,NULL,'LINE',NULL,10,'','1def8f3bf4e879bc71623074d37432d3','',NULL),(9031,'en','wordpress-seo','17da39584763f063cffe168e284e2c87','%1$sSEO title width%3$s: %2$sPlease create an SEO title%3$s.',NULL,NULL,'LINE',NULL,10,'','00eb3bd3bf72a2fb202166ccc066cd62','',NULL),(9032,'en','wordpress-seo','b23016aaf5003ff9ef49a17428700059','%1$sSEO title width%3$s: The SEO title is too short. %2$sUse the space to add keyphrase variations or create compelling call-to-action copy%3$s.',NULL,NULL,'LINE',NULL,10,'','d99172aff3538bc742a2357211308cd6','',NULL),(9033,'en','wordpress-seo','8aa981cfa53c609f205f6c03b638a952','%1$sSEO title width%3$s: The SEO title wider than the viewable limit. %2$sTry to make it shorter%3$s.',NULL,NULL,'LINE',NULL,10,'','6dbb7141db59a9b041202f681a2aab01','',NULL),(9034,'en','wordpress-seo','62cfc3b91c0546b3657d214e3aaa9c5c','%1$sSentence length%2$s: %3$s of the sentences contain more than %4$s words, which is more than the recommended maximum of %5$s. %6$sTry to shorten the sentences%2$s.',NULL,NULL,'LINE',NULL,10,'','0a6d23dacdd625ed832bb49e1ad18bfb','',NULL),(9035,'en','wordpress-seo','ea87eacd230ec68245d45578793e4a26','%1$sSentence length%2$s: Great!',NULL,NULL,'LINE',NULL,10,'','89cc3e48af1737aac290db0aa4b615af','',NULL),(9036,'en','wordpress-seo','87ae8cc8a0f2599ee41245f955b75406','%1$sSlug stopwords%3$s: The slug for this page contains a stop word. %2$sRemove it%3$s!',NULL,NULL,'LINE',NULL,10,'','e4edf3a85201d4b54335a940c5348964','',NULL),(9037,'en','wordpress-seo','99db964fe321374ba0ee34ee3946c1cd','%1$sSlug stopwords%3$s: The slug for this page contains stop words. %2$sRemove them%3$s!',NULL,NULL,'LINE',NULL,10,'','df1925278eb4c81c874140fd4222b214','',NULL),(9038,'en','wordpress-seo','2b67e87ff75c8944e14c4f3ca482d8a9','%1$sSlug too long%3$s: the slug for this page is a bit long. %2$sShorten it%3$s!',NULL,NULL,'LINE',NULL,10,'','450115eaab66002c80d9c083ff8ff48b','',NULL),(9039,'en','wordpress-seo','0eba930d44a1369f8b8798f71f703c04','%1$sSocial media preview%2$s: Facebook & Twitter',NULL,NULL,'LINE',NULL,10,'','3f4632f6875ebc936176f691b85cc598','',NULL),(9040,'en','wordpress-seo','3b5cd4ff43a6c639283267ac12f461dd','%1$sSocial media preview%2$s: Facebook &amp; Twitter',NULL,NULL,'LINE',NULL,10,'','3acfa2cfd9b7af5d4cea3c81838eacf0','',NULL),(9041,'en','wordpress-seo','96907570a8d9a0ee2c4fa8f0816ff9ce','%1$sSubheading distribution%2$s: %3$d section of your text is longer than %4$d words and is not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.',NULL,NULL,'LINE',NULL,10,'','bd2b4b71188fa820d8dab9be9b947d02','',NULL),(9042,'en','wordpress-seo','2316fdd8c195f5d1ac0416ec4dd54ec5','%1$sSubheading distribution%2$s: %3$d sections of your text are longer than %4$d words and are not separated by any subheadings. %5$sAdd subheadings to improve readability%2$s.',NULL,NULL,'LINE',NULL,10,'','454a950de9e6e1b7b69c04403dd2b5fe','',NULL),(9043,'en','wordpress-seo','45c4b8a7dc314077b90cfcb6d28b4eb8','%1$sSubheading distribution%2$s: Great job!',NULL,NULL,'LINE',NULL,10,'','a36b3861e37b154c814193cef4dd55f3','',NULL),(9044,'en','wordpress-seo','f2cf39d34e27dc50e784bbfb49accae1','%1$sSubheading distribution%2$s: You are not using any subheadings, although your text is rather long. %3$sTry and add some subheadings%2$s.',NULL,NULL,'LINE',NULL,10,'','f0f02a3e5193cb39468fabb478b5033c','',NULL),(9045,'en','wordpress-seo','3bf517889619ec38b9d57ad1850c0f29','%1$sSubheading distribution%2$s: You are not using any subheadings, but your text is short enough and probably doesn\'t need them.',NULL,NULL,'LINE',NULL,10,'','ce86d00873cab9a001af736b225e77cb','',NULL),(9046,'en','wordpress-seo','bc3f1c4f4f7977c5bc8cb7a1aa33c489','%1$sTransition words%2$s: None of the sentences contain transition words. %3$sUse some%2$s.',NULL,NULL,'LINE',NULL,10,'','1f70b5a6fbb3ecd4ef334b439cb4b107','',NULL),(9047,'en','wordpress-seo','05187852622d34354387e576b6601b3f','%1$sTransition words%2$s: Only %3$s of the sentences contain transition words, which is not enough. %4$sUse more of them%2$s.',NULL,NULL,'LINE',NULL,10,'','f05713e0e4137a632e3088e21072128f','',NULL),(9048,'en','wordpress-seo','b33a24034fb79ca9b5de6ec5972936e7','%1$sTransition words%2$s: Well done!',NULL,NULL,'LINE',NULL,10,'','03c5790f3349d6f9d103b63d5e0b82a0','',NULL),(9049,'en','wordpress-seo','258dc67c2893c3c0c5638afd472093cc','%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.',NULL,NULL,'LINE',NULL,10,'','85777d3c7f8970d9acea99cbf856e223','',NULL),(9050,'en','wordpress-seo','0e4732fb5f2fb7d15de7d195a7664b14','%2$s (current default for %1$s)',NULL,NULL,'LINE',NULL,10,'','0172529d1a7447a2d115a82a4753a413','',NULL),(9051,'en','wordpress-seo','4be45f7bf30e3fe037ccbd29fb250e9d','%2$sText length%3$s: The text contains %1$d word. Good job!',NULL,NULL,'LINE',NULL,10,'','7bfbcc261a3a88dffb363d33e0a5c0b5','',NULL),(9052,'en','wordpress-seo','5bf0849e34c9c5121ce724a233b4fd9a','%2$sText length%3$s: The text contains %1$d words. Good job!',NULL,NULL,'LINE',NULL,10,'','26b300f4e39e0cff297947df1028e13c','',NULL),(9053,'en','wordpress-seo','20858e24dd778a739a927bc7201c46b7','%2$sText length%4$s: The text contains %1$d word.',NULL,NULL,'LINE',NULL,10,'','cd1175fa60161726a0106e7d4327131f','',NULL),(9054,'en','wordpress-seo','b1891c5fb408ba5be348fea63c002f86','%2$sText length%4$s: The text contains %1$d words.',NULL,NULL,'LINE',NULL,10,'','2a740ef83086f428fcb09dfad3fcdb46','',NULL),(9055,'en','wordpress-seo','a300a1dbbde8ca3ef9e0ba40480e8c43','%3$sKeyphrase density%5$s: %1$s. This is too low; the keyphrase was found %2$d time. %4$sFocus on your keyphrase%5$s!',NULL,NULL,'LINE',NULL,10,'','76607946698c79eefd5a278eda4dfd37','',NULL),(9056,'en','wordpress-seo','466454f5407270da6f1bd6b60b0f46e5','%3$sKeyphrase density%5$s: %1$s. This is too low; the keyphrase was found %2$d times. %4$sFocus on your keyphrase%5$s!',NULL,NULL,'LINE',NULL,10,'','a96743dfe95f3fe84b0fba414defd58d','',NULL),(9057,'en','wordpress-seo','5a1673af10dbc488287a1d740e4593c1','%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That\'s more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!',NULL,NULL,'LINE',NULL,10,'','45f553b7dccda796e804a6df91659260','',NULL),(9058,'en','wordpress-seo','89927290b89ce9e8c5e49213f38cac53','%3$sKeyphrase length%5$s: The keyphrase is %1$d words long. That\'s way more than the recommended maximum of %2$d words. %4$sMake it shorter%5$s!',NULL,NULL,'LINE',NULL,10,'','d01d51dd9914c61debb08ceabef1a0df','',NULL),(9059,'en','wordpress-seo','eff3437c8544beb0695024eebea50e43','%3$sPreviously used keyphrase%5$s: You\'ve used this keyphrase %1$sonce before%2$s. %4$sDo not use your keyphrase more than once%5$s.',NULL,NULL,'LINE',NULL,10,'','929e2139a479ad46aee898ca98332c4c','',NULL),(9060,'en','wordpress-seo','52a87e7134025a998ec49cf613c95da7','%4$sKeyphrase density%6$s: %1$s. This is over the advised %3$s maximum; the keyphrase was found %2$d time. %5$sDon\'t overoptimize%6$s!',NULL,NULL,'LINE',NULL,10,'','b8ccfa2000cc891e5691edd15a2afb18','',NULL),(9061,'en','wordpress-seo','6644b7475c2ea5f64c692ab506d746ab','%4$sKeyphrase density%6$s: %1$s. This is over the advised %3$s maximum; the keyphrase was found %2$d times. %5$sDon\'t overoptimize%6$s!',NULL,NULL,'LINE',NULL,10,'','3e80e6224cd63b29575d9d4360252db6','',NULL),(9062,'en','wordpress-seo','8dc5736bb579e706c104e924e5740b2e','%4$sKeyphrase density%6$s: %1$s. This is way over the advised %3$s maximum; the keyphrase was found %2$d time. %5$sDon\'t overoptimize%6$s!',NULL,NULL,'LINE',NULL,10,'','039ae1c4461f1d117b2e81136d9dae20','',NULL),(9063,'en','wordpress-seo','4bf41a4580cedf556ea594d2bbd9dbca','%4$sKeyphrase density%6$s: %1$s. This is way over the advised %3$s maximum; the keyphrase was found %2$d times. %5$sDon\'t overoptimize%6$s!',NULL,NULL,'LINE',NULL,10,'','94543314cca07a8f6c5d21ff50c666ba','',NULL),(9064,'en','wordpress-seo','77ccd16120d743d3cc5df163559efed0','%4$sPreviously used keyphrase%6$s: You\'ve used this keyphrase %1$s%2$d times before%3$s. %5$sDo not use your keyphrase more than once%6$s.',NULL,NULL,'LINE',NULL,10,'','ccb932460eaa9bd607614b2cb9d254d8','',NULL),(9065,'en','wordpress-seo','fdb916cf48513ee9884330392f49349b','%d day',NULL,NULL,'LINE',NULL,10,'','9ef528142070108ef8813b18c4d90f8e','',NULL),(9066,'en','wordpress-seo','cdca48ec5dde79b84b395c0c557bb290','%d days',NULL,NULL,'LINE',NULL,10,'','d6cd9c2786d0eb40dbc7c3bf85962f68','',NULL),(9067,'en','wordpress-seo','b428788686db0cf50ef6d322ee51f084','%d hour',NULL,NULL,'LINE',NULL,10,'','cabd17e5d677604b66026580e19e8bca','',NULL),(9068,'en','wordpress-seo','4e8d5e5492c42a5058d220efcac00228','%d hours',NULL,NULL,'LINE',NULL,10,'','d72e3a6c0746e6ce74afa398312d40ef','',NULL),(9069,'en','wordpress-seo','14ad767ffe5ff379afdec345baf7411a','%d minute',NULL,NULL,'LINE',NULL,10,'','87a5d3d71a5d738e9c2137a92bc0381e','',NULL),(9070,'en','wordpress-seo','79ae6e308dcdcc5e31935d5d24cabb81','%d minutes',NULL,NULL,'LINE',NULL,10,'','448bb3375783427eacc57b7ffed6d118','',NULL),(9071,'en','wordpress-seo','48c9e797e3205c62bc199e6f4216f066','%d result found, use up and down arrow keys to navigate',NULL,NULL,'LINE',NULL,10,'','391fa85123da187fe14070fe6200bf3f','',NULL),(9072,'en','wordpress-seo','9e34bb12e1b80e656fc7949c9880363b','%d results found, use up and down arrow keys to navigate',NULL,NULL,'LINE',NULL,10,'','594e4e018ef8ce6140faeb48bee04600','',NULL),(9073,'en','wordpress-seo','2cf6eaff5861c7b1d97f0565e251a328','%s &rsaquo; Configuration Wizard',NULL,NULL,'LINE',NULL,10,'','c269420545d4d3b939cda80927d1b46d','',NULL),(9074,'en','wordpress-seo','9c41e3a1818dcc37015c9a1fcbbaf677','%s Archive',NULL,NULL,'LINE',NULL,10,'','374ea02c513f425ee5f33f0cd333bfc7','',NULL),(9075,'en','wordpress-seo','265d9888ac262f7a662e7eb8f5588095','%s Archives',NULL,NULL,'LINE',NULL,10,'','2eb2f048c35841655db02059ae0e4fd7','',NULL),(9076,'en','wordpress-seo','5d16932e16d5815894cdb5ae9ec03aef','%s Breadcrumbs',NULL,NULL,'LINE',NULL,10,'','23b5d9478eca15accbd3cea91239976e','',NULL),(9077,'en','wordpress-seo','50904463019e922e8f2ebba828a66ac5','%s Columns',NULL,NULL,'LINE',NULL,10,'','a73b08f862a73652da2aa927c156cde3','',NULL),(9078,'en','wordpress-seo','608611b0f8b6d697409cc4863c33cd9f','%s Description',NULL,NULL,'LINE',NULL,10,'','95a63496b64a506da8e77cffd8024e1e','',NULL),(9079,'en','wordpress-seo','69a071f7499f0e70f25d397b1454e2ee','%s Image',NULL,NULL,'LINE',NULL,10,'','12aa6232aa1a07d4e51e3d4f14d9733a','',NULL),(9080,'en','wordpress-seo','c052fae7e7d1b23f3c570a6153061d82','%s Posts Overview',NULL,NULL,'LINE',NULL,10,'','99806b2b2c038efb4fb3f37828e14ac7','',NULL),(9081,'en','wordpress-seo','3a4470cea13a59e5dffb0a7e987c9d6e','%s Title',NULL,NULL,'LINE',NULL,10,'','ac6e0fb1754987fd987c516a1e9d063a','',NULL),(9082,'en','wordpress-seo','15fd4d0b221f644846168f217c6f9f9b','%s and %s',NULL,NULL,'LINE',NULL,10,'','7d6de3d47992c66238fefdc021eefc2d','',NULL),(9083,'en','wordpress-seo','78c8a8454a737e4fb8763297615b70a4','%s data found.',NULL,NULL,'LINE',NULL,10,'','93815574551f9f6cd3fdccff18557085','',NULL),(9084,'en','wordpress-seo','1c6160f905235d4b7767d722c3070702','%s data not found.',NULL,NULL,'LINE',NULL,10,'','20e6d4027ec4a5da953c0fa7396c0a21','',NULL),(9085,'en','wordpress-seo','5a434ed3f0ed12de4bacfdd54c81779b','%s data successfully imported.',NULL,NULL,'LINE',NULL,10,'','ad68eba46785e3c1a4f9915cd5ffed9e','',NULL),(9086,'en','wordpress-seo','5c62415e54e3e174ae798d79d9cf5921','%s data successfully removed.',NULL,NULL,'LINE',NULL,10,'','a2bcb16ed51e8bd7110722d9b4e0fbff','',NULL),(9087,'en','wordpress-seo','a164d361e32e108a2183106a3d5fa8ad','%s does not seem to be a valid Twitter user-id. Please correct.',NULL,NULL,'LINE',NULL,10,'','aaf5c7ca177842d16eacd3dca2eb7dbf','',NULL),(9088,'en','wordpress-seo','3ca745391ef3a3871f4b8978b2b7f3aa','%s does not seem to be a valid url. Please correct.',NULL,NULL,'LINE',NULL,10,'','5e8eedea585ff73fc559ef307b96735f','',NULL),(9089,'en','wordpress-seo','ec5acf2a7bde6a73e729da990bea801b','%s failed to check for updates because of the following error: <em>%s</em>',NULL,NULL,'LINE',NULL,10,'','8c63c95cb7988f60c45b85a33372614d','',NULL),(9090,'en','wordpress-seo','86c092c159d80aeeeff92fb5e7b10fab','%s file',NULL,NULL,'LINE',NULL,10,'','f251bae0172b564002f4ef84ec2271fb','',NULL),(9091,'en','wordpress-seo','278348a8b9d2a6d4a749d7891fa57aa0','%s installation wizard',NULL,NULL,'LINE',NULL,10,'','cade320539c3a04d620d752fec0790c3','',NULL),(9092,'en','wordpress-seo','02167851ded1eae39f2235f9f712c588','%s integration',NULL,NULL,'LINE',NULL,10,'','329a95c4df24662247eb6d1d51c6ba4b','',NULL),(9093,'en','wordpress-seo','18b7312fd249168cf9082fb8c4205336','%s is a required feature toggle argument.',NULL,NULL,'LINE',NULL,10,'','334bf70adfba726331e00f4dd69c4865','',NULL),(9094,'en','wordpress-seo','61c1fbc4a9007c923249f418d37fadd2','%s is network activated, please contact your site administrator to manage the license.',NULL,NULL,'LINE',NULL,10,'','3b8c7cc8a03e880064382e7dae4df348','',NULL),(9095,'en','wordpress-seo','3111f8bacc86a31c4e1a38662971c622','%s is network activated, you can manage your license in the <a href=\"%s\">network admin license page</a>.',NULL,NULL,'LINE',NULL,10,'','be7372cb414bc5c9c1403fa6186fdd95','',NULL),(9096,'en','wordpress-seo','250263db716cda55f3daeaee15b0ad5c','%s notification',NULL,NULL,'LINE',NULL,10,'','6bfd7e23647ff074c7517908c4d0e030','',NULL),(9097,'en','wordpress-seo','50bc8badd94f08c237bda6eb4d46a460','%s notifications',NULL,NULL,'LINE',NULL,10,'','1807f0c8a6ade3249da137cb70b6a231','',NULL),(9098,'en','wordpress-seo','225354a2dd1e30c45ec00708b6c6dd02','%s restored to default SEO settings.',NULL,NULL,'LINE',NULL,10,'','3dffc97a3f6dce1af9c2274fd77bf100','',NULL),(9099,'en','wordpress-seo','fc905c9ff4e64cd552f1a1cd236e4622','%s, %s and %s',NULL,NULL,'LINE',NULL,10,'','fca0125b54f10122f98442a840c4cc14','',NULL),(9100,'en','wordpress-seo','b84e7d0d0b2b55fb94f7a9c179f25e43','%s: License Settings',NULL,NULL,'LINE',NULL,10,'','0b7ce3995a36e674567c66e65a987ded','',NULL),(9101,'en','wordpress-seo','04bcaed6fd01e5f28636d6ed3559db52','%sRenew your license now%s.',NULL,NULL,'LINE',NULL,10,'','52a41c801fb79ca0730277620e2beecd','',NULL),(9102,'en','wordpress-seo','55f8ad3ce443b10128262e620ae25072','&laquo; Back to Tools page',NULL,NULL,'LINE',NULL,10,'','e11ab755a5c94d0bb9ac8373866a7306','',NULL),(9103,'en','wordpress-seo','8f035b29af1c202bc9dfbaa0efdf9d6c','(Opens in a new browser tab!)',NULL,NULL,'LINE',NULL,10,'','57abb62189f5b9967b8a05475d680aaf','',NULL),(9104,'en','wordpress-seo','06c4c787e6211ce447e7a37cc3d712b9','(Opens in a new browser tab)',NULL,NULL,'LINE',NULL,10,'','97f033c49e40c24a92f27074a5d07541','',NULL),(9105,'en','wordpress-seo','03ebbf92bfd73469fcabc31b2b8d2b4b','(custom field)',NULL,NULL,'LINE',NULL,10,'','f6de8fd863c74c8c2af7e20c186a248e','',NULL),(9106,'en','wordpress-seo','d29392d4736c23f3bc3a211a4c778c05','(custom taxonomy)',NULL,NULL,'LINE',NULL,10,'','3764e68b84858a8f82614be6806bc3ec','',NULL),(9107,'en','wordpress-seo','784e281c3fcb86e2e74c8c571404c78b','(deactivate your license so you can activate it on another WordPress site)',NULL,NULL,'LINE',NULL,10,'','fe0cd819cc4c24be84d5456335183ea9','',NULL),(9108,'en','wordpress-seo','ebd830cf02aee290558e0d23ca121e94','(no parent)',NULL,NULL,'LINE',NULL,10,'','4c38073d2238f5b6536351dc56e698ba','',NULL),(9109,'en','wordpress-seo','2e46eab92bf73b409799a8baaa13f8f2','(no title)',NULL,NULL,'LINE',NULL,10,'','3a9ca02890bb95fea9c21f5bd6f77755','',NULL),(9110,'en','wordpress-seo','55a13f183925ce585193f9c986dc9af4','1 year free updates and upgrades included!',NULL,NULL,'LINE',NULL,10,'','5f3bf45a14946e0676f5097af9144646','',NULL),(9111,'en','wordpress-seo','999be7bb6d10f868829191049df22b06','24/7 email support',NULL,NULL,'LINE',NULL,10,'','4e5eaebda16ebc0e1a57e6a23454b3fd','',NULL),(9112,'en','wordpress-seo','136ea6efbfe315f14ef42afd3b26b068','24/7 support',NULL,NULL,'LINE',NULL,10,'','3f6f05c2ca8e9bc3c5abfeffd2cf4d46','',NULL),(9113,'en','wordpress-seo','86a9463f9649c9bf8f0029aa1177d2ec','301 Redirect',NULL,NULL,'LINE',NULL,10,'','58a4b1f4dcec8f0a97345747cbe65802','',NULL),(9114,'en','wordpress-seo','32ada7f2e41ffd47e8c1f9ec10e318ac','404 pages',NULL,NULL,'LINE',NULL,10,'','fa07c7c56f99996918ecdaaa898d5537','',NULL),(9115,'en','wordpress-seo','4c290dac4bba3c9c22f5ef115cf2e8f5','<a href=\"%s\">Did you know you can upgrade your license?</a> ',NULL,NULL,'LINE',NULL,10,'','2cf5d4eef5ff13cb921d73f21df245b6','',NULL),(9116,'en','wordpress-seo','141b3c2b2897799dcde0ba3711deddab','<a href=\"%s\">Your license is expiring in %d day, would you like to extend it?</a> ',NULL,NULL,'LINE',NULL,10,'','be0a5893d4761898cf3ffc20336cd674','',NULL),(9117,'en','wordpress-seo','d21df9d9591ffd4f6263f66e2cc2eaeb','<a href=\"%s\">Your license is expiring in %d days, would you like to extend it?</a> ',NULL,NULL,'LINE',NULL,10,'','d872150856cc0db4c9b972441f1700de','',NULL),(9118,'en','wordpress-seo','38548a53429fdd7495df4c1f5fb95f4b','<b>Warning!</b> You didn\'t set your %s license key yet, which means you\'re missing out on updates and support! <a href=\"%s\">Enter your license key</a> or <a href=\"%s\" target=\"_blank\">get a license here</a>.',NULL,NULL,'LINE',NULL,10,'','ad36e576dd085f6014caf10d231df911','',NULL),(9119,'en','wordpress-seo','8ab46263032d8d54248db190d2d5168a','<b>Warning!</b> You\'re blocking external requests which means you won\'t be able to get %s updates. Please add %s to %s.',NULL,NULL,'LINE',NULL,10,'','63027e2eceffcabcaa6c8e9cede775a1','',NULL),(9120,'en','wordpress-seo','19220afd8c301db9621004c9356c6de3','<b>Warning!</b> Your %s license is inactive which means you\'re missing out on updates and support! <a href=\"%s\">Activate your license</a> or <a href=\"%s\" target=\"_blank\">get a license here</a>.',NULL,NULL,'LINE',NULL,10,'','615bc105df3a16a4df6745964d1057b5','',NULL),(9121,'en','wordpress-seo','b267b81f7c30121ac8ec62349e0ad3a0','A blog',NULL,NULL,'LINE',NULL,10,'','494d491bcebb0e11a337917ff865b404','',NULL),(9122,'en','wordpress-seo','03ae19ac4dcc2c0ee396c99f53720745','A corporation',NULL,NULL,'LINE',NULL,10,'','b366280a9f1016129680a0baa7171862','',NULL),(9123,'en','wordpress-seo','1b9a4ddfa3d1c095a174e2bff8ef4b41','A link to the archive for the post author, with the authors name as anchor text.',NULL,NULL,'LINE',NULL,10,'','b163ef7fd489222dc6c99f6166538c37','',NULL),(9124,'en','wordpress-seo','c31d41dfaf1232ac685fbdc5794c79d1','A link to the post, with the title as anchor text.',NULL,NULL,'LINE',NULL,10,'','e4d7f1b70abeed2017a6feccde937658','',NULL),(9125,'en','wordpress-seo','197369ecb80a3eec18f7bc3c21c58eea','A link to your site, with your site\'s name and description as anchor text.',NULL,NULL,'LINE',NULL,10,'','f187681299c310136acf2dcf8967b4c4','',NULL),(9126,'en','wordpress-seo','7506929302fdd45633e24ae676608999','A link to your site, with your site\'s name as anchor text.',NULL,NULL,'LINE',NULL,10,'','ea018b54cb7c129cddfe1c64a5cfb3e0','',NULL),(9127,'en','wordpress-seo','34012356cf02bb69c9e0403b328355c9','A news channel',NULL,NULL,'LINE',NULL,10,'','dcc45e3c46f34379f17b22b6f5912b51','',NULL),(9128,'en','wordpress-seo','ca70ccef911df0c64aaa31167c2e4336','A portfolio',NULL,NULL,'LINE',NULL,10,'','9439f1e81d00c96fde1475f8fd44f32b','',NULL),(9129,'en','wordpress-seo','c56db4b5d5d89f9e729a6b41ea6b0509','A problem occurred when saving the current step, {{link}}please file a bug report{{/link}} describing what step you are on and which changes you want to make (if any).',NULL,NULL,'LINE',NULL,10,'','cd901d4f7852a24de9ea8acc9502a6a7','',NULL),(9130,'en','wordpress-seo','729b2f1e09ddc9260746a3200aff8b4a','A replacement variable can not start with \"%%cf_\" or \"%%ct_\" as these are reserved for the WPSEO standard variable variables for custom fields and custom taxonomies. Try making your variable name unique.',NULL,NULL,'LINE',NULL,10,'','1ef77cbe7b342827662c3f671e2314b9','',NULL),(9131,'en','wordpress-seo','e6db035e202337781087d4530197e861','A replacement variable can only contain alphanumeric characters, an underscore or a dash. Try renaming your variable.',NULL,NULL,'LINE',NULL,10,'','ef3b0238a898a79e8d3d6c4f7fa8e33e','',NULL),(9132,'en','wordpress-seo','79ec202be1f192b70e2b6e039c2cc658','A replacement variable with the same name has already been registered. Try making your variable name unique.',NULL,NULL,'LINE',NULL,10,'','27ed514456f3aaf759f5fdc7594c68c0','',NULL),(9133,'en','wordpress-seo','a7a8a6b9fb8812cc6b1c19a0c00f70c3','A seamless integration between %1$s and %2$s',NULL,NULL,'LINE',NULL,10,'','0f0bbda920692e48fe4cd50c5de6c190','',NULL),(9134,'en','wordpress-seo','b38802b26cec72268e7b7b9270b400d6','A small offline business',NULL,NULL,'LINE',NULL,10,'','8ef6927ca046226f4dde0a6bf1bab39d','',NULL),(9135,'en','wordpress-seo','18ff74f43da410c5529f7d6fca84f115','ACTIVE',NULL,NULL,'LINE',NULL,10,'','4766eb2a74471ac4e65e22fc409d8ea9','',NULL),(9136,'en','wordpress-seo','08de2fdaabcd120b8ca1388d21179921','Access denied',NULL,NULL,'LINE',NULL,10,'','7c52883068143f58999fde68d916af30','',NULL),(9137,'en','wordpress-seo','9b945efebb006547a94415eadaa12921','Accounts',NULL,NULL,'LINE',NULL,10,'','2a92fd143b560cf05d552e65b3bb693f','',NULL),(9138,'en','wordpress-seo','004bf6c9a40003140292e97330236c53','Action',NULL,NULL,'LINE',NULL,10,'','217ac7ad42f88b0dcae9040d66203340','',NULL),(9139,'en','wordpress-seo','c5985660600c4825c7a02653cdd26fe1','Activate License',NULL,NULL,'LINE',NULL,10,'','f36178253985b4b56faeb5fb12557b2f','',NULL),(9140,'en','wordpress-seo','76a518fe1e570c34095f84ad9061144e','Activate your site on My Yoast',NULL,NULL,'LINE',NULL,10,'','8310c3bae881ec639aa30c1e0c6a56ec','',NULL),(9141,'en','wordpress-seo','cb456215c3333db0551bd0788bc258c7','Activated',NULL,NULL,'LINE',NULL,10,'','901c8b0dc3ced2197371cc2313810602','',NULL),(9142,'en','wordpress-seo','622a625319efe3c0cbf48c6cbbd3a960','Activation failed:',NULL,NULL,'LINE',NULL,10,'','744a72cb7446c61d2f6013e90f7db231','',NULL),(9143,'en','wordpress-seo','5321135b64b408c48fa59d73b41457f8','Add Open Graph meta data',NULL,NULL,'LINE',NULL,10,'','98a658299562fc0edf10ae413536d37a','',NULL),(9144,'en','wordpress-seo','c18c88d6eab16fe836774f5aeed868f0','Add Twitter card meta data',NULL,NULL,'LINE',NULL,10,'','21f3484983a39a48407b38a3e6bfc6c3','',NULL),(9145,'en','wordpress-seo','82822fc45c633a738a005ed9e0d2640b','Add image',NULL,NULL,'LINE',NULL,10,'','ba2d5ad939d8b236186fc564940f0fb1','',NULL),(9146,'en','wordpress-seo','eb877453dc1f82abb01dfcb730053d3e','Add question',NULL,NULL,'LINE',NULL,10,'','4ecd42d905c5c091de36a7b80466a440','',NULL),(9147,'en','wordpress-seo','7ee2e6f0e3e625ca0d0925eed0076dcc','Add related keyphrase',NULL,NULL,'LINE',NULL,10,'','03fa7ff4c25d6c4725975d57c65e1128','',NULL),(9148,'en','wordpress-seo','5185d252c6c0fc531d7ddf581f1f3767','Add step',NULL,NULL,'LINE',NULL,10,'','c974ca189005a708c50e4dc8a3c2e555','',NULL),(9149,'en','wordpress-seo','8d478940fdc9abd1e81d2b5577d7fbaa','Add synonyms',NULL,NULL,'LINE',NULL,10,'','bfebfb10f942f41100243949e93f9a30','',NULL),(9150,'en','wordpress-seo','b5d0f86074ab5123a0dddd48395f0fdc','Add total time',NULL,NULL,'LINE',NULL,10,'','cb8ea5c68f85e9b99f384c038e7704a1','',NULL),(9151,'en','wordpress-seo','2ed9fe3318cba954f72a23d9cfa0cf21','Add-ons',NULL,NULL,'LINE',NULL,10,'','f88f4d1da5c31d508bb2a5dc75cb24d3','',NULL),(9152,'en','wordpress-seo','8a91203df9f8035b22aa4bb6699c5e29','Admin bar menu',NULL,NULL,'LINE',NULL,10,'','a1b3cc1234e64d4eb42b6e021885a039','',NULL),(9153,'en','wordpress-seo','c834c2c7000ac980c1c50ce978b977e8','Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [%1$s - %2$s] menu and set up a template.',NULL,NULL,'LINE',NULL,10,'','9d6f727626ec8ede5387d72a64e46a99','',NULL),(9154,'en','wordpress-seo','9b6545e4cea9b4ad4979d41bb9170e2b','Advanced',NULL,NULL,'LINE',NULL,10,'','7b3e8e5b2ad6a1190d378f76b7f32aa0','',NULL),(9155,'en','wordpress-seo','e43997e3f259f264d12e289271a7acc8','Advanced <code>meta</code> robots settings for this page.',NULL,NULL,'LINE',NULL,10,'','3384a559470810a5f4a842a27de2faf6','',NULL),(9156,'en','wordpress-seo','72939221a3021faa40a8d2d9342d41f3','Advanced Variables',NULL,NULL,'LINE',NULL,10,'','6a147cf05000681c199d9c28219642db','',NULL),(9157,'en','wordpress-seo','c620a1f3b650853ebbd454f46f528842','All Readability Scores',NULL,NULL,'LINE',NULL,10,'','0720da69570f9dfd8c53f054ce817b2f','',NULL),(9158,'en','wordpress-seo','3454029318aff9eb90aee7f882eef128','All SEO Scores',NULL,NULL,'LINE',NULL,10,'','8cacbb4e5445894f4ed0d13f6e91bc3f','',NULL),(9159,'en','wordpress-seo','152e1e83d641bab3f8f51504c48cfd1b','All your texts are already counted, there is no need to count them again.',NULL,NULL,'LINE',NULL,10,'','61e8a5897ee2e223432303d129554461','',NULL),(9160,'en','wordpress-seo','bbc56fa60b41488ac392fc0576a223ef','Allow Control',NULL,NULL,'LINE',NULL,10,'','ace5e050b6ae8af82633455bcda38d1a','',NULL),(9161,'en','wordpress-seo','71ee1cce1ceb4bbaefeb770cac357e1d','Allow customers to pick up their %s order locally',NULL,NULL,'LINE',NULL,10,'','39483c7a3350339f8e99358ed1544447','',NULL),(9162,'en','wordpress-seo','916dd9e4e93f871c13071e84c8ecb830','Allow search engines to show this %s in search results?',NULL,NULL,'LINE',NULL,10,'','7ba96aaab742f6ff0cf1aefdc74086f6','',NULL),(9163,'en','wordpress-seo','21ab3874115bbb422e638d43da32625e','An error occurred in the \'%1$s\' assessment',NULL,NULL,'LINE',NULL,10,'','6af816e63cd66d3da58cf96305b9a333','',NULL),(9164,'en','wordpress-seo','5ad69e92de1e2d421ea7ca6a75fc1f42','An error occurred loading the %s primary taxonomy picker.',NULL,NULL,'LINE',NULL,10,'','02228d74154408a9ac03c5df4a7615be','',NULL),(9165,'en','wordpress-seo','9defa454f3f7046eefea330338eacaec','An online shop',NULL,NULL,'LINE',NULL,10,'','bf837259abc0b812a2d9bebb9acd73f6','',NULL),(9166,'en','wordpress-seo','739e6d2a73723ec7b1919fa5a51f9b07','Analysis',NULL,NULL,'LINE',NULL,10,'','883fd78d6cd14e71b7c2ba6476871240','',NULL),(9167,'en','wordpress-seo','c423fa6e7d32fec751b51f786ef25708','Analysis results',NULL,NULL,'LINE',NULL,10,'','0f98216f1eb5c5fae43dd717cc46ea4b','',NULL),(9168,'en','wordpress-seo','9b066403aa8e3c97448245aae5df0a44','Analyze entire site',NULL,NULL,'LINE',NULL,10,'','3ac241fcf7da38ab589a1ef1c27f79ea','',NULL),(9169,'en','wordpress-seo','d920b3e69f6b3a97b85fcc219abd852f','Analyze this page',NULL,NULL,'LINE',NULL,10,'','8551b823c6dfceddd0531ec335b0d85a','',NULL),(9170,'en','wordpress-seo','667031e82ccb960eab2a5fa17d493087','Anchor text for the Homepage',NULL,NULL,'LINE',NULL,10,'','4fe3f73bbc955cf8b7d7ab0d6f2a36ed','',NULL),(9171,'en','wordpress-seo','e2c4bd09979626904382511947a7a4f5','Anchor text for the homepage:',NULL,NULL,'LINE',NULL,10,'','0ded919b2f2500d103a257d800e8b805','',NULL),(9172,'en','wordpress-seo','fc7057c27bd49c5d588754d59fca4d08','Archive title',NULL,NULL,'LINE',NULL,10,'','44a955cb5709e6585e6089328d41b595','',NULL),(9173,'en','wordpress-seo','178fde647037235223ac2a188a7106b1','Archives',NULL,NULL,'LINE',NULL,10,'','86afd8e8479e86670739a51d7cd974b3','',NULL),(9174,'en','wordpress-seo','acb80ca99d72eb62e1b6f6676bbfb2ad','Archives for',NULL,NULL,'LINE',NULL,10,'','42fea27838c81c6151c51bf78bb7ed2b','',NULL),(9175,'en','wordpress-seo','d9e85c4d7a974cc7ff3f0e0dadd1a0da','Archives settings help',NULL,NULL,'LINE',NULL,10,'','bab029a82fb1cf099194358d2939868d','',NULL),(9176,'en','wordpress-seo','e9540ac1c2f39a09f6e807f9f29262ba','Are you in Google News? Increase your traffic from Google News by optimizing for it!',NULL,NULL,'LINE',NULL,10,'','31a6f8a3d2def4c4e40069d0a3314876','',NULL),(9177,'en','wordpress-seo','878b2ca40d4080f8ffb009d047bdf744','Are you trying to use multiple keyphrases? You should add them separately below.',NULL,NULL,'LINE',NULL,10,'','553c14fcabef43558ef182425ceda52f','',NULL),(9178,'en','wordpress-seo','f7cc706639ac3a5b54f398b80b4419bf','As you can see, there is a translation of this plugin in %1$s. This translation is currently %3$d%% complete. We need your help to make it complete and to fix any errors. Please register at %4$s to help complete the translation to %1$s!',NULL,NULL,'LINE',NULL,10,'','0912a8dd9b972ff4cdc5fcc35ffcc4e0','',NULL),(9179,'en','wordpress-seo','9c8ae0945940e5baec5a93c4c8ec869e','Asterisk',NULL,NULL,'LINE',NULL,10,'','501876fcd497729449a512038b65c673','',NULL),(9180,'en','wordpress-seo','4f043ef6a62adc9d5809e1b8de186548','Attachment caption',NULL,NULL,'LINE',NULL,10,'','a886bf2275f74fc0c46f73d296723ec5','',NULL),(9181,'en','wordpress-seo','9b149bb123e90132f1041501b918d6b5','Attract more customers near you',NULL,NULL,'LINE',NULL,10,'','3182e56d155585eeefae3cca24b65e26','',NULL),(9182,'en','wordpress-seo','ea80ace13d1f296d26cadbaca1992e36','Authenticate',NULL,NULL,'LINE',NULL,10,'','0cb13861ce99531f5583bea69d9aadfc','',NULL),(9183,'en','wordpress-seo','08ea51c69bacf6ac1826ba9ebdf8edb2','Author archives',NULL,NULL,'LINE',NULL,10,'','39cde7d89a334ef2f432a3a6a03d4f27','',NULL),(9184,'en','wordpress-seo','098585273e60edd15ee62c290e139512','Author archives settings',NULL,NULL,'LINE',NULL,10,'','e57879eaef373aab946c8096a1ce2963','',NULL),(9185,'en','wordpress-seo','2028f1d7d8382654d8505224ceb732b0','Available variables',NULL,NULL,'LINE',NULL,10,'','3d9c354a48ce43f69096d59eb6968c0c','',NULL),(9186,'en','wordpress-seo','dff4739186b5087e217167eed213a23e','Bad SEO score',NULL,NULL,'LINE',NULL,10,'','1b30a87c41b2b226250fc7dfc8d26bb0','',NULL),(9187,'en','wordpress-seo','53b3d6dc8ccffcaeff10193aff3b4c18','Baidu verification code',NULL,NULL,'LINE',NULL,10,'','8f6322bae959df92a7eadd2de1edf656','',NULL),(9188,'en','wordpress-seo','b0a433529bb1f2aa7fa0a1aab14f1661','Basic SEO course',NULL,NULL,'LINE',NULL,10,'','d8f2509e1e635fa80e6fd9fbef8a6b62','',NULL),(9189,'en','wordpress-seo','d862ac1d65954334153a1364a6ef108c','Basic Variables',NULL,NULL,'LINE',NULL,10,'','131076200b3342827507da7a826d8311','',NULL),(9190,'en','wordpress-seo','070fbb9908844112ffde53ed69d0211f','Be found in Google Maps and local results.',NULL,NULL,'LINE',NULL,10,'','7a0cb0ac53b1c33430aa1a88142e3ce2','',NULL),(9191,'en','wordpress-seo','89cbe19bf09d1da5bea14a6a378d825e','Be found in Google Video search and enhance your video sharing on social media.',NULL,NULL,'LINE',NULL,10,'','84d8779581da9dfde44b04d8deabea7f','',NULL),(9192,'en','wordpress-seo','29b51549b9ee9bf167e3a6fcbf5a5e59','Below are your published posts\' SEO scores. Now is as good a time as any to start improving some of your posts!',NULL,NULL,'LINE',NULL,10,'','9fbfc497ab56609ebd3cfabf49ce6d71','',NULL),(9193,'en','wordpress-seo','85c1d3e2c081335d72a9513549b173ff','Bing verification code',NULL,NULL,'LINE',NULL,10,'','d848138f4a694d50e3cf905ee96e6bdc','',NULL),(9194,'en','wordpress-seo','4ecc0d90eec1cea3e9db96583a1bb9c2','Blocked',NULL,NULL,'LINE',NULL,10,'','6358b1a46e7ebabb44544d2331827448','',NULL),(9195,'en','wordpress-seo','be8df1f28c0abc85a0ed0c6860e5d832','Blog',NULL,NULL,'LINE',NULL,10,'','5a8ee7db8f54c0750a30528f48b28306','',NULL),(9196,'en','wordpress-seo','114c3050111d8b8ddd830b99ccebd246','Bold',NULL,NULL,'LINE',NULL,10,'','2d894cc4dab2499ea5b6f2e27803f5d8','',NULL),(9197,'en','wordpress-seo','40ec83339b5c330b9e851cd0038fd6b4','Bold the last page',NULL,NULL,'LINE',NULL,10,'','5ba30b506496e3b2c1745731e154dcde','',NULL),(9198,'en','wordpress-seo','71714b7de2ce33ab086c0148a0614657','Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines and might slow down your site.',NULL,NULL,'LINE',NULL,10,'','2f54430abb2a82be8c2a57bf153eed5b','',NULL),(9199,'en','wordpress-seo','fb6a052492f68ffee18e02e224071f7d','Both %1$s and %2$s create OpenGraph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.',NULL,NULL,'LINE',NULL,10,'','c7427f94501f050150804f2b220b04a4','',NULL),(9200,'en','wordpress-seo','5fe3844287df760fd236766abce29ef9','Both %1$s and %2$s manage the SEO of your site. Running two SEO plugins at the same time is detrimental.',NULL,NULL,'LINE',NULL,10,'','76aa9c9a0404b4c50663ae7b67ed4f15','',NULL),(9201,'en','wordpress-seo','63d109d7b3d0c86535f61321a701661b','Breadcrumb for 404 Page',NULL,NULL,'LINE',NULL,10,'','38f318c32ceefa5b401116490f989c11','',NULL),(9202,'en','wordpress-seo','8ba6a84cca78fa8735a1f73cefb16b62','Breadcrumb for 404 pages:',NULL,NULL,'LINE',NULL,10,'','67d75a23446e0068d315916b53d7f19a','',NULL),(9203,'en','wordpress-seo','b29314fe1701b5cbad6c7d2281ab6c4f','Breadcrumb settings for %s archive',NULL,NULL,'LINE',NULL,10,'','b0c783b1f956c4df7efbef66a54eb302','',NULL),(9204,'en','wordpress-seo','6e1229499240644bcf841f10a176bcd6','Breadcrumbs',NULL,NULL,'LINE',NULL,10,'','7701a3ac0887fab027816753d74c82f2','',NULL),(9205,'en','wordpress-seo','42ff95602b805ce4246f149df8f6cc41','Breadcrumbs Title',NULL,NULL,'LINE',NULL,10,'','735dae7205354ba58f4420df5347fd15','',NULL),(9206,'en','wordpress-seo','23c9914e27f920ed401949bce23dbf26','Breadcrumbs separator:',NULL,NULL,'LINE',NULL,10,'','05d2f311907b873a772c5fa3b3571fe7','',NULL),(9207,'en','wordpress-seo','013ba46984c0363d38c1645a5eb6598c','Breadcrumbs settings',NULL,NULL,'LINE',NULL,10,'','fb8236e6feefbd26809d3a9879d2e184','',NULL),(9208,'en','wordpress-seo','12c41c81a243a5e56404858be6bc8082','Breadcrumbs title',NULL,NULL,'LINE',NULL,10,'','85db9673da2d38988d41c21ba368e171','',NULL),(9209,'en','wordpress-seo','e05989981243eae44bfb77d59e3903b7','Bulk editor',NULL,NULL,'LINE',NULL,10,'','e3ba15c3113b5e583ccab8473f8ea136','',NULL),(9210,'en','wordpress-seo','7533f96ec01fd81438833f71539c7d4e','Bullet',NULL,NULL,'LINE',NULL,10,'','d02d15e974869e28362a8bec97582b42','',NULL),(9211,'en','wordpress-seo','52729e0541ad8bc6feb620bb94ca082d','Buy %1$s',NULL,NULL,'LINE',NULL,10,'','0f26604a3e092a7ba2917af58c65943c','',NULL),(9212,'en','wordpress-seo','74a8e8bcb85d5f8d2e47198fa7040ec5','Buy %s',NULL,NULL,'LINE',NULL,10,'','0903fc42971fcd9644fc77c129413868','',NULL),(9213,'en','wordpress-seo','4af666b7c05115a6630dc36184bcdeef','By enabling this option, attachment URLs become visible to both your visitors and Google.\\n				To add value to your website, they should contain useful information, or they might have a\\n				negative impact on your ranking. Please carefully consider this and %1$sread this post%2$s if\\n				you want more information about the impact of showing media in search results.',NULL,NULL,'LINE',NULL,10,'','ac9272d32574d6c73f3f2d100772c68d','',NULL),(9214,'en','wordpress-seo','ab91a8675aa0a01296e08ad13700bb9a','By the way, did you know we also have a %1$sPremium plugin%2$s? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.',NULL,NULL,'LINE',NULL,10,'','66d133eff1899b91edc26276be292c87','',NULL),(9215,'en','wordpress-seo','cfbf6dbaa9640f34981535fc6b7e16da','CSS Validator',NULL,NULL,'LINE',NULL,10,'','1cb9193eab5c850b8500512035c27c2a','',NULL),(9216,'en','wordpress-seo','3c928659567ba1ce50e962e3b31f67de','CSS class(es) to apply to the steps',NULL,NULL,'LINE',NULL,10,'','538caa599d629c2a98ba38a7ba46b981','',NULL),(9217,'en','wordpress-seo','e808dd6d349e3c6700328692e25a4795','Calculation completed.',NULL,NULL,'LINE',NULL,10,'','446669b7d24c7261f6bf822c24425472','',NULL),(9218,'en','wordpress-seo','9bb866dffd8a5ee1a49eeefded8551ea','Calculation in progress...',NULL,NULL,'LINE',NULL,10,'','5d126f83a34fe4890af2b2ae54ed40fa','',NULL),(9219,'en','wordpress-seo','ee096b45f2e0dcd83771ea27b049c76a','Canonical URL',NULL,NULL,'LINE',NULL,10,'','a615d4dbcc8d556f56ec30744bb8ad95','',NULL),(9220,'en','wordpress-seo','272ba7d164aa836995be6319a698be84','Caption',NULL,NULL,'LINE',NULL,10,'','0c65818451efca8b31edaeab247b9236','',NULL),(9221,'en','wordpress-seo','3adbdb3ac060038aa0e6e6c138ef9873','Category',NULL,NULL,'LINE',NULL,10,'','1e77153d121aff89faf1039f3f7a3534','',NULL),(9222,'en','wordpress-seo','c08f9250e52e89a467ffa54780c0f451','Category URLs in WordPress contain a prefix, usually %s, this feature removes that prefix, for categories only.',NULL,NULL,'LINE',NULL,10,'','c4fe0f3c9f67ebd9fd312fdbbc464eac','',NULL),(9223,'en','wordpress-seo','9b3d7ea6e0cf99ae03d7e80054bf65c9','Category description',NULL,NULL,'LINE',NULL,10,'','361ff37b7e6aef198527c3550a167c47','',NULL),(9224,'en','wordpress-seo','91d656fbb78e3322a596f4d8ed753c05','Change language',NULL,NULL,'LINE',NULL,10,'','f5fae15fd095b233bb453c75ed2b5cbe','',NULL),(9225,'en','wordpress-seo','a9aa96846e3c17bede42957116c5f3c9','Changing your permalinks settings can seriously impact your search engine visibility. It should almost %1$s never %2$s be done on a live website.',NULL,NULL,'LINE',NULL,10,'','5feb485894990d924e32a47e8018b841','',NULL),(9226,'en','wordpress-seo','becaa18c521d53eea9acd532821f7f76','Check Google Cache',NULL,NULL,'LINE',NULL,10,'','d2bb924a5a6f52b611469cfc2163160a','',NULL),(9227,'en','wordpress-seo','b19259a68ca7212cbfde3dd7100d3de2','Check Headers',NULL,NULL,'LINE',NULL,10,'','14a020805ab09ef31941d286b59d1c95','',NULL),(9228,'en','wordpress-seo','7b8b044baf37574300061f888ac191ae','Check Keyphrase Density',NULL,NULL,'LINE',NULL,10,'','4ecd8ee01b21b752d2e17788a1736e9f','',NULL),(9229,'en','wordpress-seo','289ca0816d12555d6de3f629a35a68e0','Check SEO configuration',NULL,NULL,'LINE',NULL,10,'','15fdbee1e11c6002ea831e9a4d739d5c','',NULL),(9230,'en','wordpress-seo','2d8e0d3db1d04b85febd9022b5890d08','Check links to this URL',NULL,NULL,'LINE',NULL,10,'','11023feeee4f56d5ce7e4bcf96e5e636','',NULL),(9231,'en','wordpress-seo','1cc351fb56793a736544d034d5182920','Check what your Facebook or Twitter post will look like.',NULL,NULL,'LINE',NULL,10,'','4003a4c29d38385e1fb2d175d70ee0a8','',NULL),(9232,'en','wordpress-seo','85c9d3365fba0d015e3135ed0a6bf3fd','Choose a profile',NULL,NULL,'LINE',NULL,10,'','b05a8a8119027d1838a8f0a51366a0d7','',NULL),(9233,'en','wordpress-seo','7cd243b246d2b3d014b94ff9b5d8db9e','Choose an image',NULL,NULL,'LINE',NULL,10,'','1e3372cb9cfe3593a3ecc0c367f29374','',NULL),(9234,'en','wordpress-seo','5a31ca938eff79f9dd79786b57b19173','Choose image',NULL,NULL,'LINE',NULL,10,'','809f70d82d26606df184106025ea3279','',NULL),(9235,'en','wordpress-seo','aca0d114f2d10fcf4e825cfa4b54da34','Choose the site whose settings you want to use as default for all sites that are added to your network. If you choose \'None\', the normal plugin defaults will be used.',NULL,NULL,'LINE',NULL,10,'','8999fa3dca37814a9be0609cc99afefe','',NULL),(9236,'en','wordpress-seo','3f20742c9dfd0ad736243a6f9b5e27b8','Choose the symbol to use as your title separator. This will display, for instance, between your post title and site name. Symbols are shown in the size they\'ll appear in the search results.',NULL,NULL,'LINE',NULL,10,'','5d4b1e0b2691b9b7a5358b66439b2db1','',NULL),(9237,'en','wordpress-seo','d02bdcf4e4a8c50a4ffc11e70fcc4e92','Choose under construction if you want to keep the site out of the index\\n of search engines. Don\'t forget to activate it once you\'re ready to\\n publish your site.',NULL,NULL,'LINE',NULL,10,'','d828e47f4d01d30aab10e37fe0fa7153','',NULL),(9238,'en','wordpress-seo','b099f31b28d3269829ec9d98edd6e4ab','Choose whether you\'re a company or person',NULL,NULL,'LINE',NULL,10,'','ca5a182c2fe9e5ce9896a9609a6590da','',NULL),(9239,'en','wordpress-seo','e0d9aeba85e42a4b5bf48b3126d1849a','Choose your settings.zip file',NULL,NULL,'LINE',NULL,10,'','79c28a3e79b794fb80d3e135d9d91ab6','',NULL),(9240,'en','wordpress-seo','37d12e2cfbef6e6105297374d02f3998','Clean',NULL,NULL,'LINE',NULL,10,'','38c952e9ecc98bcd8dfa08d9d234e5bf','',NULL),(9241,'en','wordpress-seo','ce49e1facdccf1f7ce30c68f922a98ed','Cleanup of %s data failed.',NULL,NULL,'LINE',NULL,10,'','eaf8fce21dd7f47b78d54c1fe89b52e9','',NULL),(9242,'en','wordpress-seo','1357e394106c1adabf10aba7b3bbc3b3','Clear Image',NULL,NULL,'LINE',NULL,10,'','99547cd5615e4b40e628e2962d781cc4','',NULL),(9243,'en','wordpress-seo','1193bbfb8cec561b3f68c6f672385510','Click the \"%3$s\" button to use the meta description already set in the %1$sSearch Appearance Homepage%2$s setting.',NULL,NULL,'LINE',NULL,10,'','c3074ef00722f251aadeb158510fca8a','',NULL),(9244,'en','wordpress-seo','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'LINE',NULL,10,'','4d669382762c860ec77effce2bb1f598','',NULL),(9245,'en','wordpress-seo','ca2e929455668261f24d3758c8c31840','Close snippet editor',NULL,NULL,'LINE',NULL,10,'','894d21868878409443c02878e18aa8b0','',NULL),(9246,'en','wordpress-seo','6b1f95591d65fcdfb3150db2c1faf001','Close the Wizard',NULL,NULL,'LINE',NULL,10,'','f1424355b5447bd328bc8e4fc6b487d7','',NULL),(9247,'en','wordpress-seo','7c7a77c65555fc5831215f520a031337','Close wizard',NULL,NULL,'LINE',NULL,10,'','0b920861b4124351e509b2e403fca322','',NULL),(9248,'en','wordpress-seo','3ccf74d463f8895cef06727cb9709d83','Colon',NULL,NULL,'LINE',NULL,10,'','b8f785816151a725be9a32afd0e4b3c6','',NULL),(9249,'en','wordpress-seo','218638b0bfe9496c23eee93a9262d081','Comes with our 30-day no questions asked money back guarantee',NULL,NULL,'LINE',NULL,10,'','5f679fb7a2aef43f20b1df97b862c967','',NULL),(9250,'en','wordpress-seo','1c76cbfe21c6f44c1d1e59d54f3e4420','Company',NULL,NULL,'LINE',NULL,10,'','f5255e160fd9a528773ecdf1c21c8f13','',NULL),(9251,'en','wordpress-seo','9c20d43e5ca939c45ea725e516aa9e36','Company logo',NULL,NULL,'LINE',NULL,10,'','3a934b69e2f5dcab643cf9065eb8a5aa','',NULL),(9252,'en','wordpress-seo','c281f92b77ba329f692077d23636f5c9','Company name',NULL,NULL,'LINE',NULL,10,'','b07e654a03daa97f48fcea4600a0de62','',NULL),(9253,'en','wordpress-seo','d3249c7aff7a018c14b2d53c3dd6eadc','Company or person',NULL,NULL,'LINE',NULL,10,'','efaf7a3214fd656ab3e2314644052014','',NULL),(9254,'en','wordpress-seo','09cc3e04bf708ebd5525e2e2f96ffbf7','Configuration Wizard',NULL,NULL,'LINE',NULL,10,'','cb91368bed99f304be31b21ab757b61e','',NULL),(9255,'en','wordpress-seo','3ab1139f1a4391b9e8f56975dab81fb2','Configure %1$s\'s OpenGraph settings',NULL,NULL,'LINE',NULL,10,'','2b1e3dafa5304da8149abb355736c890','',NULL),(9256,'en','wordpress-seo','9632519f95db5a4d4b26d97fe5f69dbf','Configure %s',NULL,NULL,'LINE',NULL,10,'','73fffeeca13341761d32f77e09493d0d','',NULL),(9257,'en','wordpress-seo','84e56a89a662ba5b99539440a6973d99','Configure %s in a few steps',NULL,NULL,'LINE',NULL,10,'','bcc28ab339ea403c0d4bf29beab6e528','',NULL),(9258,'en','wordpress-seo','fd46157914fa39e9637730e21987c378','Consider linking to these articles:',NULL,NULL,'LINE',NULL,10,'','1bc825c0dce52744a32e3fda4f88b08b','',NULL),(9259,'en','wordpress-seo','7d077723fbbc474c4c1ae48e3a97bf04','Consider linking to these {{a}}cornerstone articles:{{/a}}',NULL,NULL,'LINE',NULL,10,'','58e506e4ac538bc2da0adcb91a606bc4','',NULL),(9260,'en','wordpress-seo','ea61e2c2ff507048203824add1eb7c21','Considerations',NULL,NULL,'LINE',NULL,10,'','b3e9a3dc5ae02eb1ec8ccc507ce90b9d','',NULL),(9261,'en','wordpress-seo','2effa58f13159d138a634233e246713d','Content Type',NULL,NULL,'LINE',NULL,10,'','29ef8a96d697f340014fda0d1bd87285','',NULL),(9262,'en','wordpress-seo','72e004370007ef4ac6d4d17f3d7907bd','Content Types',NULL,NULL,'LINE',NULL,10,'','c3ec3ed8d8f5672602c762827ef28bfe','',NULL),(9263,'en','wordpress-seo','f48bdfad549f34d42fff6c9dc491832d','Content optimization',NULL,NULL,'LINE',NULL,10,'','00525ac5338256ed20f396f2163cbc19','',NULL),(9264,'en','wordpress-seo','baa4dda5ebd62286be95749e1995c2d6','Content optimization: Bad SEO score',NULL,NULL,'LINE',NULL,10,'','84712ae85b44b498a433fa85569a3122','',NULL),(9265,'en','wordpress-seo','a45e24235a4b72c67a0dc414134afd47','Content optimization: Good SEO score',NULL,NULL,'LINE',NULL,10,'','63f5617a413eadc73653225154713b5c','',NULL),(9266,'en','wordpress-seo','14495e715a0422b775dfcefc78dcdd95','Content optimization: Has feedback',NULL,NULL,'LINE',NULL,10,'','29f1c42b2c477c7c782f84c13a06b92e','',NULL),(9267,'en','wordpress-seo','665bab628e641ce3ded8856348ddc75e','Content optimization: OK SEO score',NULL,NULL,'LINE',NULL,10,'','081b621dac77bd4e31f2d8c3eddd5588','',NULL),(9268,'en','wordpress-seo','95e8fc073079507cd12ac39e1dad2106','Content to put after each post in the feed',NULL,NULL,'LINE',NULL,10,'','3919fb8ab952140630a12141da35ae2e','',NULL),(9269,'en','wordpress-seo','531d2b4c1bf6fef663cd997e9f87920f','Content to put before each post in the feed',NULL,NULL,'LINE',NULL,10,'','8271cae5581ae1f96db91b1355ffceff','',NULL),(9270,'en','wordpress-seo','41cdac43e2671676ad4af50bd7db0bef','Content type archive to show in breadcrumbs for taxonomies',NULL,NULL,'LINE',NULL,10,'','18f284f6ad8ef09b917e670d5b146caf','',NULL),(9271,'en','wordpress-seo','6d6db52799620de23c1e87d00abde8c4','Copied!',NULL,NULL,'LINE',NULL,10,'','e843079177862a4eb6963b723310237b','',NULL),(9272,'en','wordpress-seo','5c6aed24edab3a48d0322475fa8c58dd','Copy error',NULL,NULL,'LINE',NULL,10,'','f9657208373050522b8c45bc0a1f1238','',NULL),(9273,'en','wordpress-seo','5bda512b9963e91d05c9df28c80e40d9','Copy home meta description',NULL,NULL,'LINE',NULL,10,'','a338d04230cb51cbb4e01f07aecb4898','',NULL),(9274,'en','wordpress-seo','b75833669968adbef634495636e3fe50','Copy link',NULL,NULL,'LINE',NULL,10,'','e89fc132a9f1e2e6f8285f5c129fc08d','',NULL),(9275,'en','wordpress-seo','f8c39dae1de256ce5cccc7c0f254cb37','Copy link to suggested article: %s',NULL,NULL,'LINE',NULL,10,'','06d188f10f74f87aa087ff4bc0aba78f','',NULL),(9276,'en','wordpress-seo','22a48b3cf7234441dd8aece112e198e5','Cornerstone content',NULL,NULL,'LINE',NULL,10,'','bfb33d2ed64d75499264e403a2c1100a','',NULL),(9277,'en','wordpress-seo','ad89418a6d67eddb236c0230e474bae3','Cornerstone content should be the most important and extensive articles on your site.',NULL,NULL,'LINE',NULL,10,'','1af3b7fa558dc8038c8805d18076dfc6','',NULL),(9278,'en','wordpress-seo','89fe1bb433c7f428332c520603d25473','Could not write settings to file.',NULL,NULL,'LINE',NULL,10,'','a62072a5ecf1ec2ad7bbea23f4cca483','',NULL),(9279,'en','wordpress-seo','e06ee4e5c4983efcb0264d8bbfe7a9cb','Could not zip settings-file.',NULL,NULL,'LINE',NULL,10,'','b3a329fb09f522b95cd9edec1139d41b','',NULL),(9280,'en','wordpress-seo','e28a4fed9e7aeac6bf753fde370f1755','Count links in your texts',NULL,NULL,'LINE',NULL,10,'','4ea3dc85ddce856d8e255997755faf10','',NULL),(9281,'en','wordpress-seo','d77e3567e41a871cc922c48087b99453','Counting links in your texts',NULL,NULL,'LINE',NULL,10,'','bb60e7342062c86d1b659fac1b7e8abe','',NULL),(9282,'en','wordpress-seo','e4ea10fbbd25cd6f3315c80b6cd38a02','Crawl errors per page',NULL,NULL,'LINE',NULL,10,'','08b62d06db11b58ca8f60a5b5718fc24','',NULL),(9283,'en','wordpress-seo','365dac9a6f5dada4f8a621162a5692bf','Crawl issues list',NULL,NULL,'LINE',NULL,10,'','114c79c828610ff149596cf95a612ebc','',NULL),(9284,'en','wordpress-seo','e608a66cfea6fc4e58268d83615f9c61','Crawl issues list navigation',NULL,NULL,'LINE',NULL,10,'','da18d0a47f39c0ee0884f934d7046569','',NULL),(9285,'en','wordpress-seo','5b93d09e430bca87ae31f6a9b3339fd2','Create %s file',NULL,NULL,'LINE',NULL,10,'','eb6359bac2561cfda3e9f370accff8ad','',NULL),(9286,'en','wordpress-seo','2124a22ded15a5363f84103c274af31c','Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.',NULL,NULL,'LINE',NULL,10,'','253bbf25e13fa19128aea8b5a0630718','',NULL),(9287,'en','wordpress-seo','27821b2e8a9df6670f8bfdcbe45d8aef','Create and manage redirects within your WordPress install.',NULL,NULL,'LINE',NULL,10,'','33d8f1bc03ff437c55e10a88d5136161','',NULL),(9288,'en','wordpress-seo','78dbf7f73b8846055947a1d0fc607506','Create redirect',NULL,NULL,'LINE',NULL,10,'','3ed7cba5411bd3623f8f12eb60019a8d','',NULL),(9289,'en','wordpress-seo','dd665ceceeee4d5c55e1bb3f36598a8d','Creates XML News Sitemaps',NULL,NULL,'LINE',NULL,10,'','30902cac0e2760c2c2119e610ec75915','',NULL),(9290,'en','wordpress-seo','2c6ab5e008618568cf96d24aa3d36380','Creating redirects is a %s feature',NULL,NULL,'LINE',NULL,10,'','d122796d25acabfa148c72eb4818971c','',NULL),(9291,'en','wordpress-seo','948a2e3548aaf7f9941a3192fa607d51','Credits',NULL,NULL,'LINE',NULL,10,'','1ee755c4a05f1c0403f597971888f42d','',NULL),(9292,'en','wordpress-seo','c3db11cba3c7040b75c4295d413c45e2','Current profile',NULL,NULL,'LINE',NULL,10,'','bfd737eb2bd0b685d0f6aa7be3f9e7f1','',NULL),(9293,'en','wordpress-seo','756c9ee6c64d42b3db62164b15c6b8fc','Current year',NULL,NULL,'LINE',NULL,10,'','74f245ed3b1b50ad80c82a3753483c7a','',NULL),(9294,'en','wordpress-seo','3663598d5c5858b5a6040b1bbed4f187','Dash',NULL,NULL,'LINE',NULL,10,'','b3c08b82ff36dd57bb1e0ce45f3431f2','',NULL),(9295,'en','wordpress-seo','2938c7f7e560ed972f8a4f68e80ff834','Dashboard',NULL,NULL,'LINE',NULL,10,'','bd646eb31cd7f7f36983a066db0d13f3','',NULL),(9296,'en','wordpress-seo','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'LINE',NULL,10,'','850ba3549f102e4f4358daad6faa39fa','',NULL),(9297,'en','wordpress-seo','7d83de3b69f04928875e68ef2689180b','Date archives',NULL,NULL,'LINE',NULL,10,'','9edcd3aba1df176c31b4de08f0982803','',NULL),(9298,'en','wordpress-seo','8f279ceab91a2b3ce8faef6791581fb3','Date archives settings',NULL,NULL,'LINE',NULL,10,'','68c7d9b278ab64ceae0f80626231366b','',NULL),(9299,'en','wordpress-seo','950f84d5d2849c7ba3c3a29aa5a84ac4','Date in Snippet Preview',NULL,NULL,'LINE',NULL,10,'','0b9bc550b3ad4c8dce3d4b7927d8d3f8','',NULL),(9300,'en','wordpress-seo','01f3747e08c4868880c30f7d6a7f7672','Date-based archives could in some cases also be seen as duplicate content.',NULL,NULL,'LINE',NULL,10,'','bf6ddb6867519ef10de692ba6bd11a06','',NULL),(9301,'en','wordpress-seo','5f3498da42efc5b74d4785a7422f064a','Deactivate %s',NULL,NULL,'LINE',NULL,10,'','6865bd8995f8775b1237c56d858e9bf6','',NULL),(9302,'en','wordpress-seo','496c4a22388ece649d1c49b91a7e012f','Deactivate License',NULL,NULL,'LINE',NULL,10,'','755237092791169e6ddae8d640fc62ea','',NULL),(9303,'en','wordpress-seo','ff5730abe661148d5b4b5dd74ccd274b','Default for %2$s, currently: %1$s',NULL,NULL,'LINE',NULL,10,'','06a91befdd7d996168f8aba3db54efe1','',NULL),(9304,'en','wordpress-seo','b535b8138beb937c800432367731a536','Default settings',NULL,NULL,'LINE',NULL,10,'','a4c8275e2526d43ee4a96ead7c709889','',NULL),(9305,'en','wordpress-seo','89ebc1800bb4ba36c0ea51021ca8658a','Delete question',NULL,NULL,'LINE',NULL,10,'','b3c5c930dfa21d334701335dc3827d85','',NULL),(9306,'en','wordpress-seo','b8f177006cfda3f25c9bcb1c1f0919ea','Delete step',NULL,NULL,'LINE',NULL,10,'','90138edaf265265d9cbe4d87237568a2','',NULL),(9307,'en','wordpress-seo','9b94f3c0627f6dd2317caf7cc30f493c','Delete total time',NULL,NULL,'LINE',NULL,10,'','75206666285ae9fab2e7074115b5bd0f','',NULL),(9308,'en','wordpress-seo','5ce65da1c7aec54d83fa313f57dfcc49','Describe the duration of the instruction:',NULL,NULL,'LINE',NULL,10,'','915a7d59933c2f03b91047b9ca6310c6','',NULL),(9309,'en','wordpress-seo','b5a7adde1af5c87d7fd797b6245c2a39','Description',NULL,NULL,'LINE',NULL,10,'','341b5e006334292925a16470886a5a3d','',NULL),(9310,'en','wordpress-seo','2310408a63388fe57e3a4177168a8798','Desktop',NULL,NULL,'LINE',NULL,10,'','fb4d619b9b1fd24086912b78b6be4185','',NULL),(9311,'en','wordpress-seo','50e7b04e2d9e27d4eb4c94a2e840a20f','Desktop preview',NULL,NULL,'LINE',NULL,10,'','19be2cc246799a982dab2713602b51dd','',NULL),(9312,'en','wordpress-seo','0ba1ce01346a34b25c0334dc13d6b984','Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?',NULL,NULL,'LINE',NULL,10,'','24832043fbb5cf45b867342012bc98d0','',NULL),(9313,'en','wordpress-seo','bcfaccebf745acfd5e75351095a5394a','Disable',NULL,NULL,'LINE',NULL,10,'','b10c6e05491ae75ac339f3ea72c6958f','',NULL),(9314,'en','wordpress-seo','9fe95cb037b85c92534b4c31984e5722','Disable SEO analysis',NULL,NULL,'LINE',NULL,10,'','6183912ff4e600d8499d3c33ada86808','',NULL),(9315,'en','wordpress-seo','f88b3c8cafea1aa6d0f21a8b8c7418db','Disable readability analysis',NULL,NULL,'LINE',NULL,10,'','2dd5eb9c4b365f365b45cb54546d59d7','',NULL),(9316,'en','wordpress-seo','b9f5c797ebbf55adccdd8539a65a0241','Disabled',NULL,NULL,'LINE',NULL,10,'','bbbdaa06c6c896dbc2c480847c308e4e','',NULL),(9317,'en','wordpress-seo','841e9d4f61547b4319d022afbf4a6b4c','Discover why readability is important for SEO.',NULL,NULL,'LINE',NULL,10,'','80be08cc1072bb8d1852ae0f02f50a72','',NULL),(9318,'en','wordpress-seo','ca2c0cb57fc23d3e36353a1e4f5fa332','Dismiss %s upgrade notice',NULL,NULL,'LINE',NULL,10,'','fc4c94046072377ee89ecd4fa4a8ff58','',NULL),(9319,'en','wordpress-seo','2d0d8fcfa3da67f86c2fe0bc3d0933ae','Dismiss this item.',NULL,NULL,'LINE',NULL,10,'','96f8e890870833cf30701a5bb3654a15','',NULL),(9320,'en','wordpress-seo','3146b03cfc1c9f2fc7110fb73f7307de','Dismiss this notice',NULL,NULL,'LINE',NULL,10,'','535b926d5b4abf55b38f7e86fcbfdc77','',NULL),(9321,'en','wordpress-seo','54e45900e9802900887e83a7981eb8b5','Do not allow search engines to show %s in search results.',NULL,NULL,'LINE',NULL,10,'','43831250cb95d2f6946bff112fbb604f','',NULL),(9322,'en','wordpress-seo','d170759049adf3b9246cbf106d188324','Do you want to know all the ins and outs of the %1$s plugin? Do you want to learn all about our advanced settings? Want to be able to really get the most out of the %1$s plugin? Check out our %1$s plugin training and start outranking the competition!',NULL,NULL,'LINE',NULL,10,'','4314500af4ad4824c1908636e2b2d3ec','',NULL),(9323,'en','wordpress-seo','bbd7db68be89527c4069b465a1570088','Do you want to learn how you can improve your SEO yourself? In our %1$s you\'ll learn practical SEO skills from keyword research and copywriting to technical SEO and off-page SEO. Using the %2$s plugin is one thing. Doing good SEO day-to-day is another. You simply won\'t get the results you want without putting in work yourself. The %1$s teaches you how.',NULL,NULL,'LINE',NULL,10,'','77a9df27ebbfa6a2f62d5935881941e9','',NULL),(9324,'en','wordpress-seo','c995c28f219143ada180f696c78d6bbe','Do you want to outrank your competition? %1$s gives you awesome additional features that\'ll help you to set up your SEO strategy like a professional. Add synonyms and related keywords, use our Premium SEO analysis, the redirect manager and our internal linking tool. %1$s will also give you access to premium support.',NULL,NULL,'LINE',NULL,10,'','0f038d2bc73ade72377a68450c3c31a4','',NULL),(9325,'en','wordpress-seo','065cbd3d78516d08b86d3bff8bc3b25b','Do you want to preview what it will look like if people share this post on %1$s? You can, with %2$s.',NULL,NULL,'LINE',NULL,10,'','c0c0979722ce22d1b5776b38a77cbb53','',NULL),(9326,'en','wordpress-seo','42d370bd1031d1c96170208783f8716b','Does your site represent a person or company?',NULL,NULL,'LINE',NULL,10,'','86ba042f06598201f371d2dc48d371bd','',NULL),(9327,'en','wordpress-seo','18b2aad3a40dcec44c8b8016e06d2e32','Does, or will, your site have multiple authors?',NULL,NULL,'LINE',NULL,10,'','7379182469dd7d5ee530e047bd8f86f9','',NULL),(9328,'en','wordpress-seo','8de804e630fc112c316849f6def4604a','Don\'t miss your crawl errors: %1$sconnect with Google Search Console here%2$s.',NULL,NULL,'LINE',NULL,10,'','9277cc3d11276c637c6c83ca1813bdbd','',NULL),(9329,'en','wordpress-seo','cc9a48340ea2a2351a6fd542af625248','Don’t waste time figuring out the best settings yourself.',NULL,NULL,'LINE',NULL,10,'','4eef7ab2ae81e1f889ca74a65d04ab0c','',NULL),(9330,'en','wordpress-seo','2577e51e29c7394df8cef55cd41500a6','Easily insert Google Maps, a store locator, opening hours and more',NULL,NULL,'LINE',NULL,10,'','d56e596f3efcc10c1ea96b537a1e70ac','',NULL),(9331,'en','wordpress-seo','0d426c2ff2746ea18a2d530dba9bd119','Easy redirect manager',NULL,NULL,'LINE',NULL,10,'','b0a8e3fa323115a6d7f85f72d8c94ca1','',NULL),(9332,'en','wordpress-seo','7dce122004969d56ae2e0245cb754d35','Edit',NULL,NULL,'LINE',NULL,10,'','25525b0305e13b78f8b5ff191716154e','',NULL),(9333,'en','wordpress-seo','b6251fd1a0710ba03ede8a57f73ae911','Edit &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','f4c42ff0e5d711a9aad5449ab4329ce6','',NULL),(9334,'en','wordpress-seo','0eecb54f02b238d4ac277d4fca2be3f5','Edit Files',NULL,NULL,'LINE',NULL,10,'','c18e4ace638cd1d6c9e5bb1857b18561','',NULL),(9335,'en','wordpress-seo','eb27cf310f761142a483ece41ff9602e','Edit snippet',NULL,NULL,'LINE',NULL,10,'','955a5de3ce453d367bfbd86daea8a4d5','',NULL),(9336,'en','wordpress-seo','70b84d11cef0bda01ce2e4e2baf9985e','Edit the content of your %s:',NULL,NULL,'LINE',NULL,10,'','4054dfd30ad0fe0645d0a3d02777a958','',NULL),(9337,'en','wordpress-seo','0588ee72cdc2fca2bc21df4bc3259a5b','Em dash',NULL,NULL,'LINE',NULL,10,'','9023ebd33f2480bb6df6320bfa968bfd','',NULL),(9338,'en','wordpress-seo','ce8ae9da5b7cd6c3df2929543a9af92d','Email',NULL,NULL,'LINE',NULL,10,'','eaa9205e3ecbc73c61d5b22ee0188bf7','',NULL),(9339,'en','wordpress-seo','9f8391910e05f2fede9058a57b7551bb','Email support is a %s feature',NULL,NULL,'LINE',NULL,10,'','2d05a1e3c4461f737249e2b7b4cf2326','',NULL),(9340,'en','wordpress-seo','f582fb2deea10ee9e0f1a868cba9505d','En dash',NULL,NULL,'LINE',NULL,10,'','af0ebc6101fd7fb6dede37b3bf2d4c3f','',NULL),(9341,'en','wordpress-seo','bbbb802b4098037353ea07ea3f054e83','Enable Breadcrumbs',NULL,NULL,'LINE',NULL,10,'','27126b530b7e4ca290c266c677d9ecb7','',NULL),(9342,'en','wordpress-seo','f286d8ae6a71fcf383cd3d9154d6a911','Enable the XML sitemaps that %s generates.',NULL,NULL,'LINE',NULL,10,'','d7e820c73f11fe0e5a6ba33d596682e6','',NULL),(9343,'en','wordpress-seo','9c14e577f16c5ceaa94f6ce2c63be887','Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.',NULL,NULL,'LINE',NULL,10,'','bbdd5ded358718db71dbeb3986638632','',NULL),(9344,'en','wordpress-seo','783e2198bfde016b8ddc03c552ccabbe','Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.',NULL,NULL,'LINE',NULL,10,'','5cb82de8b5777ad887a09728edd87049','',NULL),(9345,'en','wordpress-seo','00d23a76e43b46dae9ec7aa9dcbebb32','Enabled',NULL,NULL,'LINE',NULL,10,'','358d34d3c30589f66a2da740958a4bda','',NULL),(9346,'en','wordpress-seo','359fe666da4bcfc2117739c6ba779a6c','Enhance the experience of sharing posts with videos',NULL,NULL,'LINE',NULL,10,'','b91b00a573fdc5fe3f2d256fb1a610cc','',NULL),(9347,'en','wordpress-seo','9d73a470d840c1e6349c7810931ddf3a','Enhance your contact pages with Google Maps, opening hours and a store locator',NULL,NULL,'LINE',NULL,10,'','f468c677c2c55d67effc3a9f10a462c6','',NULL),(9348,'en','wordpress-seo','61650d0e9f5880abbfa3dd0731e9ffef','Enroll in the Yoast SEO for WordPress training »',NULL,NULL,'LINE',NULL,10,'','53445bf0b96923edf20a856201df1611','',NULL),(9349,'en','wordpress-seo','a50d3d131d9daa7a4bbc3dc0aa71eeec','Enter a description',NULL,NULL,'LINE',NULL,10,'','d8012a6e7e61e2bdd63983e787e8f725','',NULL),(9350,'en','wordpress-seo','d800c2a996e56ac1a58a8c56239838c5','Enter a focus keyphrase to calculate the SEO score',NULL,NULL,'LINE',NULL,10,'','ead061ea0eeae6b3bd62330a8a25194f','',NULL),(9351,'en','wordpress-seo','3dde0b761a88a35044867cc4105bdd79','Enter a question',NULL,NULL,'LINE',NULL,10,'','6989238cb80796fc3e32aeccab52ecdc','',NULL),(9352,'en','wordpress-seo','3d4e7e5a54b6d9531c4f07336b09f985','Enter a step description',NULL,NULL,'LINE',NULL,10,'','a4fde33f5d44d42f6eba5d5dd13080fe','',NULL),(9353,'en','wordpress-seo','0cf512ce7afe17121b294fc5c7dbb27b','Enter a step title',NULL,NULL,'LINE',NULL,10,'','9b0ff1cd1851c089ed6293e961e34c23','',NULL),(9354,'en','wordpress-seo','ed753f9c839f7c86c75d982568ccd94b','Enter authorization code here...',NULL,NULL,'LINE',NULL,10,'','62a8b546a43273b6a16ee184d9961da6','',NULL),(9355,'en','wordpress-seo','29dcaa0eec48fb9d0eed63998bfca012','Enter the %1$sSite ID%2$s for the site whose settings you want to use as default for all sites that are added to your network. Leave empty for none (i.e. the normal plugin defaults will be used).',NULL,NULL,'LINE',NULL,10,'','e0681dc91f876bc6781e9ea52a5ba0bc','',NULL),(9356,'en','wordpress-seo','40ac5acce514ca95d017d3c4dd14b8c7','Enter the answer to the question',NULL,NULL,'LINE',NULL,10,'','996f8a1bd7e6e5d3f7cce4b8a81d434b','',NULL),(9357,'en','wordpress-seo','c22d320d7a9f9a8de3d6bf08c35b0819','Enter your Google Authorization Code and press the Authenticate button.',NULL,NULL,'LINE',NULL,10,'','ef1df12d1c1f76d402c71963408e8ade','',NULL),(9358,'en','wordpress-seo','0ba29c6a1afacf586b03a26162c72274','Environment',NULL,NULL,'LINE',NULL,10,'','92bd77d32375f8bcc9ea53dada745aa9','',NULL),(9359,'en','wordpress-seo','53027cb3942fc18e87d037941ea320c9','Error 404: Page not found',NULL,NULL,'LINE',NULL,10,'','5a5b1651fe7904c1eac81c94b97cbc7d','',NULL),(9360,'en','wordpress-seo','ad3462902840f405f71a875cebcf2927','Error creating %1$s export: ',NULL,NULL,'LINE',NULL,10,'','a4b37828273360495638f953c017cc40','',NULL),(9361,'en','wordpress-seo','10e10a814f3c1f9a5e847376c975ea3c','Error: %s',NULL,NULL,'LINE',NULL,10,'','ccb522e235134c3fc132860777c0fb80','',NULL),(9362,'en','wordpress-seo','5ef0c737746fae2ca90e66c39333f8f6','Errors',NULL,NULL,'LINE',NULL,10,'','efbbab5d3c74c277afe99482bc375134','',NULL),(9363,'en','wordpress-seo','7523f82213b9e8345c7dd930d8c89bee','Errors that occurred only when your site was crawled by Googlebot-Mobile (errors didn\'t appear for desktop).',NULL,NULL,'LINE',NULL,10,'','eae378e0ce2830f159d12c3521465949','',NULL),(9364,'en','wordpress-seo','c581852e08b92b194b12a248baef8709','Errors that occurred when your site was crawled by Googlebot.',NULL,NULL,'LINE',NULL,10,'','51efceb7600a5b3e59d647de451d66c5','',NULL),(9365,'en','wordpress-seo','f5de03c0d5270afc1cc89272f78970fc','Errors that only occurred when your site was crawled by Googlebot for feature phones (errors didn\'t appear for desktop).',NULL,NULL,'LINE',NULL,10,'','82a08714068f7fd9bb2bcdd5d6175cb3','',NULL),(9366,'en','wordpress-seo','6ca8bf4766b9dc7b1ea8b69562faac3f','Excerpt',NULL,NULL,'LINE',NULL,10,'','7e873662d0b7dfca40394029fd5bfa1a','',NULL),(9367,'en','wordpress-seo','8ac319350552559529203c7a33a70af6','Excerpt only',NULL,NULL,'LINE',NULL,10,'','08f669859b2cd43962fd72b23088fe42','',NULL),(9368,'en','wordpress-seo','5fe4f50546366a97640bb89e2def5288','Existing %1$s Title',NULL,NULL,'LINE',NULL,10,'','bd07a621c8370eaba416c162bd3cfd48','',NULL),(9369,'en','wordpress-seo','ffeda168b91f38052d52b143c2a53318','Existing Yoast Meta Description',NULL,NULL,'LINE',NULL,10,'','4ec180c23c08a2268fffda51711ccd46','',NULL),(9370,'en','wordpress-seo','7a53cc87d77cd7cd31eb5db7e1fde92d','Expected an integer as input.',NULL,NULL,'LINE',NULL,10,'','fc46e93212ab5c1950a20b4478fcc4d8','',NULL),(9371,'en','wordpress-seo','5e8268284c6ab3c978076edc5b3c3849','Export settings',NULL,NULL,'LINE',NULL,10,'','ea0d0fbfb3d628dc3af35a8bc45b4ee5','',NULL),(9372,'en','wordpress-seo','1ebde7bf7f9012b4d840237c251b6665','Export your %1$s settings',NULL,NULL,'LINE',NULL,10,'','bb45faff8b52e2f3ee280a4d7242af1d','',NULL),(9373,'en','wordpress-seo','6cf9206e8e45cc0bf7fd7b4d507c2ce1','Export your %1$s settings here, to import them again later or to import them on another site.',NULL,NULL,'LINE',NULL,10,'','fd2a4a3f66fc75645d20aba50711956a','',NULL),(9374,'en','wordpress-seo','db7179e59de512efdf765fc0d46c299a','Extend Yoast SEO',NULL,NULL,'LINE',NULL,10,'','e043f20ae7a6409acaee10055940b7ec','',NULL),(9375,'en','wordpress-seo','5e2f5f3c24ae8c6ab3eca618826b0e23','Extensions',NULL,NULL,'LINE',NULL,10,'','2b82599129bbb0c090ab47e9abdf4b35','',NULL),(9376,'en','wordpress-seo','1fe917b01f9a3f87fa2d7d3b7643fac1','FAQ',NULL,NULL,'LINE',NULL,10,'','3a71c50c779497d8ba497a80641b1f1e','',NULL),(9377,'en','wordpress-seo','d85544fce402c7a2a96a48078edaf203','Facebook',NULL,NULL,'LINE',NULL,10,'','dfa71f6165e9bbf5d3babed1d4201bdc','',NULL),(9378,'en','wordpress-seo','51c7a3493f938a6ee492f366ba521e58','Facebook & Twitter',NULL,NULL,'LINE',NULL,10,'','5e53d89fa9d42c0c7c435c00ce4d7514','',NULL),(9379,'en','wordpress-seo','ac8bdc90f4cf4170d9366a9b220ab4c7','Facebook / Open Graph metadata',NULL,NULL,'LINE',NULL,10,'','3cd80844b368815cbacdc6e9c9abd8a6','',NULL),(9380,'en','wordpress-seo','466ff61f4367f43a1e2bf7656be3a022','Facebook App ID',NULL,NULL,'LINE',NULL,10,'','6299e647c9c395e072e8443ad5772053','',NULL),(9381,'en','wordpress-seo','225a0d0050aae5fcf04742be9140b313','Facebook Debugger',NULL,NULL,'LINE',NULL,10,'','c55d8ccf16ad5f8a3589570e36f3b437','',NULL),(9382,'en','wordpress-seo','c19a11786e82b0736dc4735f1bd6e552','Facebook Page URL',NULL,NULL,'LINE',NULL,10,'','299b5846a237153f8b1bf0855e9eecc8','',NULL),(9383,'en','wordpress-seo','8b74560d31a9b7f3a46bce034e830339','Facebook profile URL',NULL,NULL,'LINE',NULL,10,'','ccc5f0dcc95e3b0772626f93c055df22','',NULL),(9384,'en','wordpress-seo','76ace4991a3d0e39791e3eb1ccafee2a','Facebook settings',NULL,NULL,'LINE',NULL,10,'','a732578bc79db12c6e77f8d01bfb8306','',NULL),(9385,'en','wordpress-seo','bc476ae4f4a1c0584f38afb406b2c331','Failed to activate your license, your license key seems to be invalid.',NULL,NULL,'LINE',NULL,10,'','93a66fc0bc809fa6c344edfd47f5fb51','',NULL),(9386,'en','wordpress-seo','e0691571dd5f58bf9b81729d63dd2697','Failed to deactivate your %s license.',NULL,NULL,'LINE',NULL,10,'','cdc3a738929b6d7519c5e808a6a5908d','',NULL),(9387,'en','wordpress-seo','6c1615957c9580cf6a236f10ef5a95b0','Faulty redirects',NULL,NULL,'LINE',NULL,10,'','ec001202c2cbcd9da94b1fa977440774','',NULL),(9388,'en','wordpress-seo','a03fa047ecde60874b0edea949629c68','Feature phone',NULL,NULL,'LINE',NULL,10,'','d47274642c8ac9019d36eb60ab5e07d1','',NULL),(9389,'en','wordpress-seo','98f770b0af18ca763421bac22b4b6805','Features',NULL,NULL,'LINE',NULL,10,'','c399270900ca34cc6837fdcba1236d0f','',NULL),(9390,'en','wordpress-seo','bea4c2c8eb82d05891ddd71584881b56','Feedback',NULL,NULL,'LINE',NULL,10,'','41e1030e475329afb529714b5c7d7042','',NULL),(9391,'en','wordpress-seo','355724bb2ffb51038e7064c6b1738bd4','Fetch the current status',NULL,NULL,'LINE',NULL,10,'','fe6361e4954b9b6755e2ef67035863a3','',NULL),(9392,'en','wordpress-seo','6fb0e690575c122c3d19f8092996df68','File editor',NULL,NULL,'LINE',NULL,10,'','0b8d923fcabaf0e8230f472c1ba81425','',NULL),(9393,'en','wordpress-seo','d7778d0c64b6ba21494c97f77a66885a','Filter',NULL,NULL,'LINE',NULL,10,'','0ead0b34a034fff632a738f743ead43b','',NULL),(9394,'en','wordpress-seo','e38a6194feab1076dc9eb00a6fbf9421','Filter by Readability Score',NULL,NULL,'LINE',NULL,10,'','6a877a2b01b35b0e3a0c83c622fa4ca5','',NULL),(9395,'en','wordpress-seo','f3c8394e15c0ce1c1c1429d70f1775d2','Filter by SEO Score',NULL,NULL,'LINE',NULL,10,'','8c2a0572ac37110771e2ea1a8426fb62','',NULL),(9396,'en','wordpress-seo','92b15ec29cc3eec29776bb1b9d607212','Filter by content type',NULL,NULL,'LINE',NULL,10,'','1545190c36ea793ba619ab393041a939','',NULL),(9397,'en','wordpress-seo','936419c73ad8ef5d0ee1b691ca4d6065','Filter posts list',NULL,NULL,'LINE',NULL,10,'','f1477cc377e8c92c716157aff4184c03','',NULL),(9398,'en','wordpress-seo','15f4395e82417be3973a37af54f5bda1','Find out how cornerstone content can help you improve your site structure.',NULL,NULL,'LINE',NULL,10,'','ce49db88feed97f2244d8b292562271f','',NULL),(9399,'en','wordpress-seo','792e42a026d5da3e17b29fc65c1db2af','Find out how the text link counter can enhance your SEO.',NULL,NULL,'LINE',NULL,10,'','1ed282b8de1570a5fbd7c3353d053036','',NULL),(9400,'en','wordpress-seo','e3822a27be02812a0ffaa96058ce58fb','Find out why you should upgrade to %s',NULL,NULL,'LINE',NULL,10,'','73fa38af1eae64aef69b9da69fdc4d36','',NULL),(9401,'en','wordpress-seo','ebc797515991740e6fc98df988ee3dd8','First detected',NULL,NULL,'LINE',NULL,10,'','6492ef287693056682bdd64b5cf22b73','',NULL),(9402,'en','wordpress-seo','6279be076a06ba4f08fb9d57eccaa1bc','First-time SEO configuration',NULL,NULL,'LINE',NULL,10,'','4e28329b7a250ddf5e6fa36d3352f637','',NULL),(9403,'en','wordpress-seo','d761a7ac79b6c7163d59472857637fe6','Focus KW',NULL,NULL,'LINE',NULL,10,'','d863547334c569fc80c6c76fac59710a','',NULL),(9404,'en','wordpress-seo','fe6af461d4f30c9c15dd82f2b3c9581a','Focus keyphrase',NULL,NULL,'LINE',NULL,10,'','78cba3ee3f61cc715a03d9dd25588cd1','',NULL),(9405,'en','wordpress-seo','f90927ef1e1fdcd843920996f40f270c','Focus keyphrase not set.',NULL,NULL,'LINE',NULL,10,'','7b2e385adc5c8b11e553b363328eff99','',NULL),(9406,'en','wordpress-seo','2fb0d806dfd2c7b8b2d4a5f7676d1dfd','Focus keyword',NULL,NULL,'LINE',NULL,10,'','26865bbe34d51701b294b28c0a835ff1','',NULL),(9407,'en','wordpress-seo','18152f2fcf8162421d8eff8a088bf55c','Follow our Yoast SEO for WordPress training and become a certified Yoast SEO Expert!',NULL,NULL,'LINE',NULL,10,'','85bb5c10777b97ce6a2e451bc1c0a3f9','',NULL),(9408,'en','wordpress-seo','55707b4848b3a26a39057e3af6948b43','For more information:',NULL,NULL,'LINE',NULL,10,'','ab0a349499bc322ec9a2282d4c5ac0aa','',NULL),(9409,'en','wordpress-seo','77c0c88d81d000e1d70490e6e37b89a9','Force rewrite titles',NULL,NULL,'LINE',NULL,10,'','8a50a5c42e719362119f0258b41ab8cc','',NULL),(9410,'en','wordpress-seo','44078fe2d254c7119af4b325c4c18dbb','Format-based archives',NULL,NULL,'LINE',NULL,10,'','4285447f3100c628b797de68f933b502','',NULL),(9411,'en','wordpress-seo','d445cc6b692d42fa6626e712bf16ff49','Free: %1$sSEO for Beginners course%2$s',NULL,NULL,'LINE',NULL,10,'','a25594ac1d83ad9f9d90feacfb734943','',NULL),(9412,'en','wordpress-seo','5405d8a903c83e89cb649f1b518ef1be','Frequently Asked Questions',NULL,NULL,'LINE',NULL,10,'','8fae8d0e2239a92424e056c7ca13c15d','',NULL),(9413,'en','wordpress-seo','5a6d57f78e58e5a2a3b9d2583bc72d95','Frontpage settings',NULL,NULL,'LINE',NULL,10,'','0f35ba5a5842cdaa6199e6bcd4f33611','',NULL),(9414,'en','wordpress-seo','189e901022d9c0e66174ba061113b8fa','Gain access to our 24/7 support team.',NULL,NULL,'LINE',NULL,10,'','0d4731a83f65f871c2226663c2f3eed1','',NULL),(9415,'en','wordpress-seo','0db377921f4ce762c62526131097968f','General',NULL,NULL,'LINE',NULL,10,'','37b4b826c9f53f86089e91e7e9c8c3bf','',NULL),(9416,'en','wordpress-seo','fb3b76b800ac4159d27ee967c946913b','Get %s',NULL,NULL,'LINE',NULL,10,'','3601255f4874628d1d9edabe11006f4c','',NULL),(9417,'en','wordpress-seo','31f4154a2b209ca1d39d317441de03f5','Get Google Authorization Code',NULL,NULL,'LINE',NULL,10,'','847399329d81daa9db89dfe63eda37f5','',NULL),(9418,'en','wordpress-seo','2c2b36ceced2480c6891c0e743ddc212','Get Yoast SEO Premium',NULL,NULL,'LINE',NULL,10,'','c3385c20fea74c2e50f7a2f6ae75cd81','',NULL),(9419,'en','wordpress-seo','6078562d6978b0644033e8e47c428e6b','Get Yoast SEO Premium now »',NULL,NULL,'LINE',NULL,10,'','b67a5898d9f1c5de418f3d03d211692b','',NULL),(9420,'en','wordpress-seo','324d295ad116b00fc35f64cf171307a6','Get better search results in local search',NULL,NULL,'LINE',NULL,10,'','ee6800d2a9151af359d4ab9ef269e99d','',NULL),(9421,'en','wordpress-seo','0d6a762bec5587ea9787c4a3f783ef6c','Get found by potential clients',NULL,NULL,'LINE',NULL,10,'','47a34407c40329b3289c462bced5267c','',NULL),(9422,'en','wordpress-seo','32ccaa668e512c93dc1ed96cadbd9243','Get quick wins to make your site rank higher in search engines.',NULL,NULL,'LINE',NULL,10,'','04d4a6ff024c87256b5d6ffa3c1b7bb0','',NULL),(9423,'en','wordpress-seo','e355699cf669ec4681fccee68f4ac312','Get real-time suggestions for internal links',NULL,NULL,'LINE',NULL,10,'','e8ee3060db00d9742e5fc5866bdae86e','',NULL),(9424,'en','wordpress-seo','cc898a9408561a48ec23aa155f0b5c0f','Get started quickly with the %1$s %2$sconfiguration wizard%3$s!',NULL,NULL,'LINE',NULL,10,'','69a38c8487b7b9ab46c1b997fbad9e32','',NULL),(9425,'en','wordpress-seo','733b82ee3ef9ae9620dd0c0dfe26af88','Get support',NULL,NULL,'LINE',NULL,10,'','d933237516a4edb88ff3d19c0e93f5bf','',NULL),(9426,'en','wordpress-seo','dbd688f013a4f4ae97f16d65342888f9','Get the %s plugin training now',NULL,NULL,'LINE',NULL,10,'','11b39bf48ad26dee43c2753727f742f4','',NULL),(9427,'en','wordpress-seo','e63b87d7729b1c319ade29fb6dfabb8c','Get the most out of %1$s with the %2$s',NULL,NULL,'LINE',NULL,10,'','a8f33db3243cb9bc61af4687cd10f38d','',NULL),(9428,'en','wordpress-seo','186f8b6bbab984e8838d8aab8f89d97a','Get the most out of the %s plugin',NULL,NULL,'LINE',NULL,10,'','2bd00739d71abd6f4e9ff2072ca1eebc','',NULL),(9429,'en','wordpress-seo','8d1db566d78b2f93dc5a9638e247970c','Get your Baidu verification code in %1$sBaidu Webmaster Tools%2$s.',NULL,NULL,'LINE',NULL,10,'','8f1aa83abee88de99852be01252d3273','',NULL),(9430,'en','wordpress-seo','1c6036b2d74035e9088232baad40dc84','Get your Bing verification code in %1$sBing Webmaster Tools%2$s.',NULL,NULL,'LINE',NULL,10,'','1b03937a4794cfd97eb87f914c781783','',NULL),(9431,'en','wordpress-seo','92198c46923a0600c807e3ea7beb9261','Get your Google verification code in %1$sGoogle Search Console%2$s.',NULL,NULL,'LINE',NULL,10,'','d668b0c274491694d625c36db179b745','',NULL),(9432,'en','wordpress-seo','65edc8ef7cb2f8191e73073b0f05bc55','Get your Yandex verification code in %1$sYandex Webmaster Tools%2$s.',NULL,NULL,'LINE',NULL,10,'','0cbc3eae6f554160dadbb1040b62f7ef','',NULL),(9433,'en','wordpress-seo','d9bb69f326e1300030acc5a5a60c6a89','Go %s!',NULL,NULL,'LINE',NULL,10,'','7e7c86ab036cf43d62ac97be19df386d','',NULL),(9434,'en','wordpress-seo','68e1c64e57d32466bf01a73ab2d33965','Go Premium',NULL,NULL,'LINE',NULL,10,'','62318e24b6e67184922182da5ff02027','',NULL),(9435,'en','wordpress-seo','7843acfbe719905b414f8d2f919b0d65','Go Premium and our experts will be there for you to answer any questions you might have about the setup and use of the plugin.',NULL,NULL,'LINE',NULL,10,'','7428e6ef8b5aa5ee711f74427b1748be','',NULL),(9436,'en','wordpress-seo','22b653bd8d2edcebb9e0036b4ac79262','Go back',NULL,NULL,'LINE',NULL,10,'','3ace83b5f5ee235c4b264362e066b2e3','',NULL),(9437,'en','wordpress-seo','5b242daa599eb16507c62cd791bed57a','Go back to the search results',NULL,NULL,'LINE',NULL,10,'','1bb145f93e259ba0bacc6f6045a7ead9','',NULL),(9438,'en','wordpress-seo','0c6ad70beb3a7e76c3fc7adab7c46acc','Good',NULL,NULL,'LINE',NULL,10,'','cda3e784115e108cf17994dd7d6b7e9b','',NULL),(9439,'en','wordpress-seo','e96a4df3ccaef65389ef9607006b8e10','Good SEO score',NULL,NULL,'LINE',NULL,10,'','de8a41f449cc8b09f4e2f1967fa85ca9','',NULL),(9440,'en','wordpress-seo','ba926318fd5548c35e9e04492d853965','Good job!',NULL,NULL,'LINE',NULL,10,'','fdd91c16206e27247eed95a06c099d47','',NULL),(9441,'en','wordpress-seo','b995ec60082c17ae6b6ffc3535984d2d','Good job! All the links in your texts have been counted.',NULL,NULL,'LINE',NULL,10,'','b7f49e0f7fca17333811c182fe0f32da','',NULL),(9442,'en','wordpress-seo','27b6d3c96badf66c6375d1b993a21005','Good job! We could detect no serious SEO problems.',NULL,NULL,'LINE',NULL,10,'','04719959a835501766be0f46e915c6fa','',NULL),(9443,'en','wordpress-seo','afb3cf8e8a1025a7a84d7c9ffe8b41c0','Good results',NULL,NULL,'LINE',NULL,10,'','f7168b74812505ef7ac4a8569c4c6291','',NULL),(9444,'en','wordpress-seo','d323dff6f7de41c0b9af4c35e21dc032','Google Ads',NULL,NULL,'LINE',NULL,10,'','b5b180edfc8b7371d41b5d12f8d16cc8','',NULL),(9445,'en','wordpress-seo','599619aec43425c0cd8179a8067146b2','Google Page Speed Test',NULL,NULL,'LINE',NULL,10,'','ce3a412a28d37ee8e1a2808877a37940','',NULL),(9446,'en','wordpress-seo','94fd8b88a764554766a54ffb1b165765','Google Publisher Page',NULL,NULL,'LINE',NULL,10,'','e4a21eaec39e9262810da46fd3e4470d','',NULL),(9447,'en','wordpress-seo','4243784eac7728b8e6339bdafe240e01','Google Search Console',NULL,NULL,'LINE',NULL,10,'','7d02475d344d03807629512f524ab268','',NULL),(9448,'en','wordpress-seo','903ab77e0f7ac84c39b3a649fe3e2cf3','Google Structured Data Test',NULL,NULL,'LINE',NULL,10,'','d7e203e724c5135aafe23b30296da702','',NULL),(9449,'en','wordpress-seo','6a01663a8597dd5bb356331eb0a11868','Google Trends',NULL,NULL,'LINE',NULL,10,'','4cf46d18da6a72df2e6cd2ce83d13d20','',NULL),(9450,'en','wordpress-seo','7a3ea3783cd0507ce5e5d7227b1b995e','Google shows your website\'s name in the search results, if you want to change it, you can do that here.',NULL,NULL,'LINE',NULL,10,'','f3606d07739bec2c293ef0cc90846e4d','',NULL),(9451,'en','wordpress-seo','e0693dbf4e8b96375aac6b80486aa0b8','Google verification code',NULL,NULL,'LINE',NULL,10,'','4bdea964efbec9bb6e4b3cdfe868f73f','',NULL),(9452,'en','wordpress-seo','6744ef5889c3930635f8c246b31a6648','Google was unable to crawl this URL due to an undetermined issue.',NULL,NULL,'LINE',NULL,10,'','865e65fbf45b09cc47312f4fcb847fab','',NULL),(9453,'en','wordpress-seo','5b2c8bfd1bc974966209b7be1cb51a72','Google+',NULL,NULL,'LINE',NULL,10,'','c564fa37f8626e979bdd26dcf3d59ab6','',NULL),(9454,'en','wordpress-seo','e5190763258986077f1c7e7ae4b5e5a2','Google+ URL',NULL,NULL,'LINE',NULL,10,'','d2ece408c3a5076f04e26d60bdd6d57b','',NULL),(9455,'en','wordpress-seo','60a0c0e083fdd1d1db461dd418c0fa28','Google+ settings',NULL,NULL,'LINE',NULL,10,'','37ea0f30bcac61c8ec5f8267387dc1b8','',NULL),(9456,'en','wordpress-seo','1721b1e6b27311ce9a245c5207657487','Googlebot could access your site, but certain URLs are blocked for Googlebot in your %1$s file. This block could either be for all Googlebots or even specifically for Googlebot-mobile.',NULL,NULL,'LINE',NULL,10,'','b241575ae33d9dc9aa8148fc578a5e3a','',NULL),(9457,'en','wordpress-seo','095299cb189902669cf6f224e529fc43','Great news: you can, with %1$s!',NULL,NULL,'LINE',NULL,10,'','678bd2d8adaab36166052c41444f8a0a','',NULL),(9458,'en','wordpress-seo','db4860325ec619e1c8801dc32310bd8d','Great news: you can, with %s!',NULL,NULL,'LINE',NULL,10,'','8b92ca14387d252000ceebaae8c8d563','',NULL),(9459,'en','wordpress-seo','1d41932d57aeb91bb39cdeef1c1a9d84','Greater than sign',NULL,NULL,'LINE',NULL,10,'','62e79e687a6acde12cde67dc5260b521','',NULL),(9460,'en','wordpress-seo','610905c586a662ac2d7611d28aab05c6','HTML Validator',NULL,NULL,'LINE',NULL,10,'','ce140e59016ff7a80cab57a8f525e524','',NULL),(9461,'en','wordpress-seo','f34b4d44b826ec63df40b66e6ba938bd','Help on choosing the perfect focus keyphrase',NULL,NULL,'LINE',NULL,10,'','c45198777dc6c7843e00ee41f6ea53c6','',NULL),(9462,'en','wordpress-seo','14579a89f8e67df3d8c0b23cf4f8d4de','Help on copying the home meta description',NULL,NULL,'LINE',NULL,10,'','b18385e6f55cf57a5e48ca7ce8094186','',NULL),(9463,'en','wordpress-seo','56c77e5e15ce429654971c78b483ccc7','Help on the author archives search results setting',NULL,NULL,'LINE',NULL,10,'','78704ccbbe2afb2889fb53a8da0f3e32','',NULL),(9464,'en','wordpress-seo','ce94a486c0fbcc39b9b255536b5e662f','Help on the authors without posts archive search results setting',NULL,NULL,'LINE',NULL,10,'','e1a5bf23c9ed22a8aa5a266ff306d844','',NULL),(9465,'en','wordpress-seo','1dc50a060956a4fe9ec36665dc14c327','Help on the category prefix setting',NULL,NULL,'LINE',NULL,10,'','c728ce4b87b119e4a810c743e548f656','',NULL),(9466,'en','wordpress-seo','d8ad5608d461dcab4dc7f676b354b972','Help on the date archives search results setting',NULL,NULL,'LINE',NULL,10,'','faa8101ed43bb725c2a716d480ae8c41','',NULL),(9467,'en','wordpress-seo','aa8a4310dd0d7aab9a08411344942f8a','Help on this search results setting',NULL,NULL,'LINE',NULL,10,'','516b79956419541dce07f5de7926cb5a','',NULL),(9468,'en','wordpress-seo','314b6312c2f0b5c8338d20d7df862078','Help on: %s',NULL,NULL,'LINE',NULL,10,'','e47b7492aeac71fdd4a767050d561fb6','',NULL),(9469,'en','wordpress-seo','315918ad8dde605f0c5a2ca259ea3737','Hey, your SEO is doing pretty well! Check out the stats:',NULL,NULL,'LINE',NULL,10,'','614f00e2991064d59324284c9ea292d9','',NULL),(9470,'en','wordpress-seo','62a5e490880a92eef74f167d9dc6dca0','Hide',NULL,NULL,'LINE',NULL,10,'','5a6a230358e109d36f1e50eaddc016be','',NULL),(9471,'en','wordpress-seo','6b085a6f098f9cf32a8c193655651a38','Highlight this result in the text',NULL,NULL,'LINE',NULL,10,'','cc0d3e57fc93b287f9639f978f546c16','',NULL),(9472,'en','wordpress-seo','8cf04a9734132302f96da8e113e80ce5','Home',NULL,NULL,'LINE',NULL,10,'','8c30179360b6653e301dadc1f163965e','',NULL),(9473,'en','wordpress-seo','339f7a2e087a159e6a31501649027a77','Homepage',NULL,NULL,'LINE',NULL,10,'','da756d72a356f46ba6106114a52dc046','',NULL),(9474,'en','wordpress-seo','ed6e5ef8a06d80335c38f420f4f3bb53','Homepage &amp; Front page',NULL,NULL,'LINE',NULL,10,'','48398a6f3411545eb66578d3a9784760','',NULL),(9475,'en','wordpress-seo','8152e92924892023d55b62a942636981','How to',NULL,NULL,'LINE',NULL,10,'','5f45ddc28c395702d0042f7509328ad6','',NULL),(9476,'en','wordpress-seo','322df452ad66c0691684c73bc099844e','How to insert breadcrumbs in your theme',NULL,NULL,'LINE',NULL,10,'','25a82cd84aecca1391cd51e2828c4523','',NULL),(9477,'en','wordpress-seo','1445650302f377af43ee1f7738dc7b50','How-to',NULL,NULL,'LINE',NULL,10,'','c7103daeb93cc95f8b9320e3f3f2700e','',NULL),(9478,'en','wordpress-seo','c6343c068143dd4e5bb147a5e294407a','Huge SEO Issue: You\'re blocking access to robots.',NULL,NULL,'LINE',NULL,10,'','9c5bba619b46d5f075e71868c983ec1b','',NULL),(9479,'en','wordpress-seo','b718adec73e04ce3ec720dd11a06a308','ID',NULL,NULL,'LINE',NULL,10,'','48f65a2288074ec3579e52066e321a7c','',NULL),(9480,'en','wordpress-seo','6b273343c454f9c53dcfc9c4ccf171d2','INACTIVE',NULL,NULL,'LINE',NULL,10,'','733c3dbfdacfdf666ef2ef241cff562f','',NULL),(9481,'en','wordpress-seo','fbd5397ef72d20f6cce9937441cf3670','If this is the case on your site, you can choose to either disable it (which makes it redirect to the homepage), or to add %s to it so it doesn\'t show up in the search results.',NULL,NULL,'LINE',NULL,10,'','3b27dfe245a0116990e91baa74abe54e','',NULL),(9482,'en','wordpress-seo','061f403d927ed9b14e307f680cfe0f09','If you are experiencing issues, %1$splease file a bug report%2$s and we\'ll do our best to help you out.',NULL,NULL,'LINE',NULL,10,'','b8f748d5857ffed9f229b6eea23dd2d4','',NULL),(9483,'en','wordpress-seo','cb8591aee703e11a62f9259906ef2db6','If you choose no, your author archives will be deactivated to prevent\\n duplicate content issues.',NULL,NULL,'LINE',NULL,10,'','ae1b363cb1f139375219765561f9ce8d','',NULL),(9484,'en','wordpress-seo','2c920326495429964bb3b57f2604fb4b','If you don\'t want to use the meta description for sharing on %1$s but want another description there, write it here.',NULL,NULL,'LINE',NULL,10,'','a519b8ce16db42fb4147d51acfadd5aa','',NULL),(9485,'en','wordpress-seo','4b0526eaaedac8070dc959edca831987','If you don\'t want to use the meta description for sharing the post on %s but want another description there, write it here.',NULL,NULL,'LINE',NULL,10,'','30032a2deab7259c521619055fb9b80e','',NULL),(9486,'en','wordpress-seo','58b978d9ffda2a3d46e8ce4560b9b780','If you don\'t want to use the post title for sharing the post on %s but instead want another title there, write it here.',NULL,NULL,'LINE',NULL,10,'','9c63d9f5931b3ba872b1189c19a283c3','',NULL),(9487,'en','wordpress-seo','0440cc627ffdfbc1ab0be8bf781a8fef','If you don\'t want to use the title for sharing on %1$s but instead want another title there, write it here.',NULL,NULL,'LINE',NULL,10,'','96bcc086b0f4628655ce33645b533ad9','',NULL),(9488,'en','wordpress-seo','531d3e44d9c1f7d64512e36ad013ac47','If you had a %s file and it was editable, you could edit it from here.',NULL,NULL,'LINE',NULL,10,'','110c35d045156cddbb2534b82f61838e','',NULL),(9489,'en','wordpress-seo','d582bf8d6e06af2e34e6e60e4c2b9124','If you have a Google+ page for your business, add that URL here and link it on your Google+ page\'s about page.',NULL,NULL,'LINE',NULL,10,'','f9073777ec501eb771810c2d08be4022','',NULL),(9490,'en','wordpress-seo','302976940e4369fad693441fb562b227','If you have a problem that you can\'t solve with our video tutorials or knowledge base, you can send a message to our support team. They can be reached 24/7.',NULL,NULL,'LINE',NULL,10,'','67d9ab4e2eb6a9e962d0aab62261996a','',NULL),(9491,'en','wordpress-seo','9ae7f83a02771b9a3b3d2419e71bf175','If you have already confirmed your website with Pinterest, you can skip the step below.',NULL,NULL,'LINE',NULL,10,'','d93e7300d46b5d7d9d1c1284b0a66d96','',NULL),(9492,'en','wordpress-seo','8e230604abf6b0e54c4ffebf704fe6b0','If you know what this means and you do not want to see this message anymore, you can %1$sdismiss this message%2$s.',NULL,NULL,'LINE',NULL,10,'','5405f294b80097b62c80773e687e9a1e','',NULL),(9493,'en','wordpress-seo','806e99ea25854f2292f57e3a3aed1647','If you want more help creating awesome content, check out our %2$sSEO copywriting course%3$s. Do you want to know all about the features of the plugin, consider doing our %1$s!',NULL,NULL,'LINE',NULL,10,'','8c9b8ebb402760e8d77474f61bdbc5ac','',NULL),(9494,'en','wordpress-seo','d3b9e7f1009ede59c5562c578efde93f','If you want to outrank the competition in a specific town or region, check out our %1$s plugin! You’ll be able to easily insert Google maps, opening hours, contact information and a store locator. Besides that %1$s helps you to improve the usability of your contact page.',NULL,NULL,'LINE',NULL,10,'','ca65eac3576ff79b0256b1e85e0c1d2f','',NULL),(9495,'en','wordpress-seo','3df797b643ac0b8b3009850307f61280','If you want to override the image used on %s for this post, upload / choose an image here.',NULL,NULL,'LINE',NULL,10,'','7071e0745d32ad870920d8ccd0ae04d5','',NULL),(9496,'en','wordpress-seo','a0f1d06181e4afb496c345ac3ed77398','If you want to take full advantage of the plugin, get our %1$s training. Get insights from renowned SEO expert %2$s and the team behind the plugin. Actionable tips that\'ll help you configure your site to perform even better in search and for your visitors. Hours of video, sliced into bite-sized clips for you to learn from!',NULL,NULL,'LINE',NULL,10,'','96bca75c0ebd2b34bdd33a22eac85681','',NULL),(9497,'en','wordpress-seo','8650aa2856346adf3795229a231bca55','If you want to use an image for sharing on %1$s, you can upload / choose an image or add the image URL here.',NULL,NULL,'LINE',NULL,10,'','d28f3231b7783a25612030afb6eecb59','',NULL),(9498,'en','wordpress-seo','c017362862358ed0933f66dcc540df23','If you\'re running a one author blog, the author archive will be exactly the same as your homepage. This is what\'s called a %1$sduplicate content problem%2$s.',NULL,NULL,'LINE',NULL,10,'','a1eb88c31cbe9aa9a893bd5cd854ffca','',NULL),(9499,'en','wordpress-seo','1d248eee0a71533e8c6939593596f244','If your %s were writable, you could edit it from here.',NULL,NULL,'LINE',NULL,10,'','cf857f4476374a009957dcce0de92481','',NULL),(9500,'en','wordpress-seo','427b6d816d7fdd86cabe48d8180a3cc9','Image URL',NULL,NULL,'LINE',NULL,10,'','caebb450065882ff1bd2f62ba3a4b144','',NULL),(9501,'en','wordpress-seo','b2b0045e831ca9a9cc58fb99634a49bc','Immediately pings Google on the publication of a new post',NULL,NULL,'LINE',NULL,10,'','3c791be5802c9117c7d7669f70d5f20b','',NULL),(9502,'en','wordpress-seo','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'LINE',NULL,10,'','46d1400e83bcee8aedb234c904bde2fa','',NULL),(9503,'en','wordpress-seo','a5370ac7a3c223d14d1fe06baada2a0e','Import and Export',NULL,NULL,'LINE',NULL,10,'','32ad1013c5f238a5e73dfb610a0e3df2','',NULL),(9504,'en','wordpress-seo','aa59eca50a0725ab1652d06278de2aab','Import from other SEO plugins',NULL,NULL,'LINE',NULL,10,'','9ae0b1df74b98c971f109040c978084e','',NULL),(9505,'en','wordpress-seo','6005f32a6b0b2eff40beaf1834123d4d','Import settings',NULL,NULL,'LINE',NULL,10,'','f374cfed5ff73774446ade3acff6cb12','',NULL),(9506,'en','wordpress-seo','6294f92d8cfa29dbceca6186fac574ec','Import settings by locating %1$ssettings.zip%2$s and clicking \"Import settings\"',NULL,NULL,'LINE',NULL,10,'','8c092093051fce1c4a72581c6241e3cd','',NULL),(9507,'en','wordpress-seo','077f362777f1b10aafb01687fb77bc91','Import settings from other SEO plugins and export your settings for re-use on (another) blog.',NULL,NULL,'LINE',NULL,10,'','7a8fac1c2eb42c31cd51092a7ac29ddd','',NULL),(9508,'en','wordpress-seo','b30fb3cc259a9a633bcad88a60bb8531','Improve sharing on Pinterest',NULL,NULL,'LINE',NULL,10,'','ed7d88a687d13419e110bdb2f72dea2c','',NULL),(9509,'en','wordpress-seo','b026bf3f71609725699d6a2b61718170','Improve the usability of your contact page',NULL,NULL,'LINE',NULL,10,'','bfcf6088bd63739b4fe2440bb6b39fd4','',NULL),(9510,'en','wordpress-seo','e61dd906c511c2bc7433eddbc250f7f1','Improve your SEO skills',NULL,NULL,'LINE',NULL,10,'','d88fef4a8e31753c3105f8bc5f8711e1','',NULL),(9511,'en','wordpress-seo','6fbd41435164a5b6daa2e1acfe3337ce','Improvements',NULL,NULL,'LINE',NULL,10,'','13745b53777c480efef085c56e9548fa','',NULL),(9512,'en','wordpress-seo','b8a379f3654639cc21c2085c6efc6f35','Includes a free MyYoast account which gives you access to our free SEO for Beginners course!',NULL,NULL,'LINE',NULL,10,'','849e6e619df64adf4f8a5acf4eebd248','',NULL),(9513,'en','wordpress-seo','25dc5bfeaf31c1beaf6190953e8285b9','Incorrect Google Authorization Code.',NULL,NULL,'LINE',NULL,10,'','f345bacb5ebb09f0abf61b8d853fbc4e','',NULL),(9514,'en','wordpress-seo','bb4f49d5b91d9ccff4e93e8aac5d4c4f','Increase your SEO reach',NULL,NULL,'LINE',NULL,10,'','365f81eb30cd5eeda50d523c31f57e6a','',NULL),(9515,'en','wordpress-seo','8629d07f903b799cbb4524d699f118c8','Indexability check by %1$s',NULL,NULL,'LINE',NULL,10,'','3464830571c3fed67cf5d7701a003c31','',NULL),(9516,'en','wordpress-seo','5a4d7ab0bad9d0216918fc03f1431406','Indexable with ID `%1$s` does not exist',NULL,NULL,'LINE',NULL,10,'','603d18345f6a98f045d0c3daf0fe7a58','',NULL),(9517,'en','wordpress-seo','6d5b8aaccdf4e0764f2778edcbd3f678','Insert question',NULL,NULL,'LINE',NULL,10,'','65f5115e1ceb69e8639d33fe20781ddb','',NULL),(9518,'en','wordpress-seo','ae0c324ea9d328471670ba56aed3b75a','Insert snippet variable',NULL,NULL,'LINE',NULL,10,'','6c34a8ae234c99615a992aab4e56ac00','',NULL),(9519,'en','wordpress-seo','5c9a00ace2ccbe02567b169c2395e31e','Insert step',NULL,NULL,'LINE',NULL,10,'','5885e14d638dfba8db3c4176f24e643e','',NULL),(9520,'en','wordpress-seo','eb9c5340c9cd79ee7d51e8e84b032bfa','Instagram URL',NULL,NULL,'LINE',NULL,10,'','7ed630845578d20a91e94226ccf7e599','',NULL),(9521,'en','wordpress-seo','98dd43dfae05b11befe1f140e0ec787a','Installed',NULL,NULL,'LINE',NULL,10,'','c8d5863a585a9810b024602af87761e5','',NULL),(9522,'en','wordpress-seo','edea9e8d828410f27233b06e2debc467','Invalid POST request. Meta values already exist for object with ID %1$s.',NULL,NULL,'LINE',NULL,10,'','c7c33144f6d6639beb81e9657165cbd7','',NULL),(9523,'en','wordpress-seo','f6e18d6821b443e307d3f79217e1f8e8','Invalid type for parameter `%1$s` passed. Expected `%2$s`, but got `%3$s`',NULL,NULL,'LINE',NULL,10,'','22366baa462b5433003d5c511e73587e','',NULL),(9524,'en','wordpress-seo','b1a0d0bc7c4ac896843841af32837fe2','Issue categories',NULL,NULL,'LINE',NULL,10,'','cad19c8e783049490f23b433be941a11','',NULL),(9525,'en','wordpress-seo','c498d3fb6a7f9989a762888ee4907db4','Just another WordPress site',NULL,NULL,'LINE',NULL,10,'','e737baf576f77b133d20a6c2e6290a14','',NULL),(9526,'en','wordpress-seo','02bce93bff905887ad2233110bf9c49e','Keep',NULL,NULL,'LINE',NULL,10,'','210e679a5a97c720d5fbb0483ecc1246','',NULL),(9527,'en','wordpress-seo','8b4cd0b14dbe64e9c65b54be034509d1','Keyphrase:',NULL,NULL,'LINE',NULL,10,'','2120413ef23896bc636c03cb4a15c72a','',NULL),(9528,'en','wordpress-seo','a416451fcc02185ebf4daa0ce66de0d6','Keyword Research',NULL,NULL,'LINE',NULL,10,'','3bb4ee4d684ef679c2105637c0432dd2','',NULL),(9529,'en','wordpress-seo','bcec72849c3e53d6f06dbfe722ce3097','Keyword research training',NULL,NULL,'LINE',NULL,10,'','485f9039aaf44328aed43e586421c081','',NULL),(9530,'en','wordpress-seo','991ab61a58de7e53b4b91e4c9c31cf4f','Knowledge Graph',NULL,NULL,'LINE',NULL,10,'','624671667abc8ca1ac5af8da407abb48','',NULL),(9531,'en','wordpress-seo','19111351b69b6b15668130b38b7f6038','Knowledge base',NULL,NULL,'LINE',NULL,10,'','e68d646fb374fe0ee19f0efebaf0b872','',NULL),(9532,'en','wordpress-seo','9ae1fbeadb6e0efc4e024384fb8a4f8d','Knowledge base article',NULL,NULL,'LINE',NULL,10,'','8b9b1d1342bb9a92dad3e99837d3c28d','',NULL),(9533,'en','wordpress-seo','b021df6aac4654c454f46c77646e745f','Label',NULL,NULL,'LINE',NULL,10,'','5073aea433ac238e4a512b43b7046fc1','',NULL),(9534,'en','wordpress-seo','4fb5497f279bacf110eba067e8a01cb5','Last crawled',NULL,NULL,'LINE',NULL,10,'','a851a259c7a40ae3f17d9dd06049966c','',NULL),(9535,'en','wordpress-seo','2685b1ecd352563c1ae0cbaa2e484892','Latest blog posts on %1$s',NULL,NULL,'LINE',NULL,10,'','84545f6f507af3484d1449a0cbe721a9','',NULL),(9536,'en','wordpress-seo','cb45869cf1bc41b45b7c11b682beecbd','Learn about why permalinks are important for SEO.',NULL,NULL,'LINE',NULL,10,'','31d41d72f980d3ba7b4df9ee2cbfde54','',NULL),(9537,'en','wordpress-seo','dd3d4db9b4034bd6e97f870f98485251','Learn all about SEO with our %1$s',NULL,NULL,'LINE',NULL,10,'','685aef3bc1be378950321d6cd3345506','',NULL),(9538,'en','wordpress-seo','88d543eafa97cb8ef5df51c242b0909a','Learn how the SEO analysis can help you rank.',NULL,NULL,'LINE',NULL,10,'','5d547bc5c96a520986c49fa7fc7dcdc9','',NULL),(9539,'en','wordpress-seo','52367b3a965777e9abc415a6575eaabf','Learn more about Cornerstone Content.',NULL,NULL,'LINE',NULL,10,'','b3d658f378c99df2cfec3e5fd92ea147','',NULL),(9540,'en','wordpress-seo','7b86d4ce02f9dca9be099b4836bffc15','Learn more about the Media and attachment URLs setting',NULL,NULL,'LINE',NULL,10,'','d3ab4a8b45bf7236274a96da779b8829','',NULL),(9541,'en','wordpress-seo','012588ce385460da020d729d88980b77','Learn more about the RSS feed setting',NULL,NULL,'LINE',NULL,10,'','486c4a269b85186a5ed24ad41285784c','',NULL),(9542,'en','wordpress-seo','1a04baf673ac0b8564c456381b7aa26b','Learn more about the Webmaster Tools verification',NULL,NULL,'LINE',NULL,10,'','6e2fc73753f8abac33a02131d3a08f3f','',NULL),(9543,'en','wordpress-seo','c3d03dccd9655a71ace135e64b8d97b2','Learn more about the archives setting',NULL,NULL,'LINE',NULL,10,'','583e4b86d1c011a0fc556472dd322cda','',NULL),(9544,'en','wordpress-seo','8ab2500f3f702c4fd87b97d545d502f5','Learn more about the available variables',NULL,NULL,'LINE',NULL,10,'','0d7d334f18e7c03f12dbf48c0ae10b65','',NULL),(9545,'en','wordpress-seo','e3906eba3b4fbf4bdbeb8d8d6bbca2c5','Learn more about the homepage setting',NULL,NULL,'LINE',NULL,10,'','7648e1dabe542c8165a65971b025321c','',NULL),(9546,'en','wordpress-seo','36312165fd3e416d834ff1e6a1d89a27','Learn more about the knowledge graph setting',NULL,NULL,'LINE',NULL,10,'','9eb3c8ff660fd00a94c64b7b0af0153e','',NULL),(9547,'en','wordpress-seo','07020246835bc810c873749e1d0b1f42','Learn more about the readability analysis',NULL,NULL,'LINE',NULL,10,'','a6d20354b2276606bc479b24a4b3c096','',NULL),(9548,'en','wordpress-seo','d84343735d77798b180336926c903715','Learn more about the special pages setting',NULL,NULL,'LINE',NULL,10,'','28290e319520b05583d4195bca94817a','',NULL),(9549,'en','wordpress-seo','784c1c44161471a6d2ebf5d7b13fecb8','Learn more about the title separator setting',NULL,NULL,'LINE',NULL,10,'','34345085324e0703f45c499294a5d14b','',NULL),(9550,'en','wordpress-seo','29286ccee060c8c5bcfed45a6bbda813','Learn more about your social profiles settings',NULL,NULL,'LINE',NULL,10,'','b01b6c09eb3cef32d8b5ce1d1107e52c','',NULL),(9551,'en','wordpress-seo','603af5057c928d557e93e9851945a01c','Learn practical SEO skills to rank higher in Google.',NULL,NULL,'LINE',NULL,10,'','f9204e4377068f28adcbf49515f2c21d','',NULL),(9552,'en','wordpress-seo','3493a5b772f1bea77fa6649111a0d2b8','Left angle quotation mark',NULL,NULL,'LINE',NULL,10,'','aef489405d457342f9a4fb959d390a17','',NULL),(9553,'en','wordpress-seo','dad89cfe0dcd72b0ec52a6e333428e0e','Less than sign',NULL,NULL,'LINE',NULL,10,'','1592c59f7fbe6ff75014d9b40014f41b','',NULL),(9554,'en','wordpress-seo','5d5c4ad5db4bd841e161e43ac45bc5c6','License Key',NULL,NULL,'LINE',NULL,10,'','1d24eed184548a9385e610726cf9cef3','',NULL),(9555,'en','wordpress-seo','5e33a12bc16d66724cc09b67c72dbf73','License status',NULL,NULL,'LINE',NULL,10,'','e3c314d5e83ff2abdefc8dd3b6a530f9','',NULL),(9556,'en','wordpress-seo','ed90192dee4746591f0d17112b7a1a60','LinkedIn URL',NULL,NULL,'LINE',NULL,10,'','1522c7d727397788827e192ac70320dd','',NULL),(9557,'en','wordpress-seo','ebef800e44f72879705c3075bf157ebe','List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.',NULL,NULL,'LINE',NULL,10,'','1ae02b8aea1ee78fb9add2cd829d103a','',NULL),(9558,'en','wordpress-seo','a39b0b0785fff8e87aad689651f0da09','Loading help center.',NULL,NULL,'LINE',NULL,10,'','18581dcc14e5b13a5d43a9571c45156b','',NULL),(9559,'en','wordpress-seo','8524de963f07201e5c086830d370797f','Loading...',NULL,NULL,'LINE',NULL,10,'','89d6d13de4fe0f20a33432305c6e494f','',NULL),(9560,'en','wordpress-seo','c0c33baa0bcd1e985b07d67931288ba9','Low asterisk',NULL,NULL,'LINE',NULL,10,'','d6b9550fa32b8ccabea765965a77bc37','',NULL),(9561,'en','wordpress-seo','fa6cba3e5cd4a17141d22d37e254f87f','MailChimp signup failed:',NULL,NULL,'LINE',NULL,10,'','569c6dcaba89c94b0b5d7b9c11f48db7','',NULL),(9562,'en','wordpress-seo','9dcf77124c04c881417cec5afbb0dcb8','Make %1$s primary %2$s',NULL,NULL,'LINE',NULL,10,'','fcbc9c6e9e8c4c40801d7ff33fb8c7f6','',NULL),(9563,'en','wordpress-seo','2fcf6dc1448ff4b290113f3060302e02','Make primary',NULL,NULL,'LINE',NULL,10,'','6a2cac15655ddf60fe9caae1d1d933fb','',NULL),(9564,'en','wordpress-seo','b6055311bd5fbcb8bbe6fdf8cb910ee4','Make sure you don\'t miss out on traffic!',NULL,NULL,'LINE',NULL,10,'','52e4814cdf6730baa908f6f96db28da9','',NULL),(9565,'en','wordpress-seo','335e3ee14300fb85748bdc7cb5500f9e','Make videos responsive through enabling fitvids.js',NULL,NULL,'LINE',NULL,10,'','56728f1df4e498264ac824f3f9f7b134','',NULL),(9566,'en','wordpress-seo','cbda0f144534b8a5400fafa5a2a07b06','Manage your subscription on My Yoast',NULL,NULL,'LINE',NULL,10,'','e94a33cd98dab025f7900fee9946b3e9','',NULL),(9567,'en','wordpress-seo','be4fdb8dbc5bea1c1fdca61fedfee459','Mark as cornerstone content',NULL,NULL,'LINE',NULL,10,'','96be3fb13fdd28c28d7963d831551b5f','',NULL),(9568,'en','wordpress-seo','d4063747c9ab2d5d7465df8f314f700b','Mark as fixed',NULL,NULL,'LINE',NULL,10,'','5760703a58796f8072b7d0e5df7c518a','',NULL),(9569,'en','wordpress-seo','6b28da0b90afece325bc3dcf1ed4848d','Mark the most important %1$s as \'cornerstone content\' to improve your site structure. %2$sLearn more about cornerstone content%3$s.',NULL,NULL,'LINE',NULL,10,'','5d563e0dd38ca0b5a4d3487d2c5afbf7','',NULL),(9570,'en','wordpress-seo','58860624e2ed70906f92af428c716f15','Mark this result in the text',NULL,NULL,'LINE',NULL,10,'','289fe43431b11213cbb6f1d27af89f4b','',NULL),(9571,'en','wordpress-seo','e217e78d75419250ef25803473e9ded5','Marks are disabled in current view',NULL,NULL,'LINE',NULL,10,'','32166a6a84e8701325fb09378bb3a978','',NULL),(9572,'en','wordpress-seo','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'LINE',NULL,10,'','887f55b118292bfa2c949c2b6c72797b','',NULL),(9573,'en','wordpress-seo','74a14858dff17a8320cffbfe062866df','Media & attachment URLs',NULL,NULL,'LINE',NULL,10,'','9f8df1a6ac73a670fce8f01fc5e563f4','',NULL),(9574,'en','wordpress-seo','cdc81689bc7d6499ee723b050947f257','Meta Desc.',NULL,NULL,'LINE',NULL,10,'','8ff0b4cc92decdb65ac113847106200d','',NULL),(9575,'en','wordpress-seo','50d4eda4fb45a6062a84bf6b00615bb9','Meta box',NULL,NULL,'LINE',NULL,10,'','462a08f3ca74b5e2db934628f8def60b','',NULL),(9576,'en','wordpress-seo','3f64b2beede1082fd32ddb0bf11a641f','Meta description',NULL,NULL,'LINE',NULL,10,'','745696208200096cd4c5b02bc5cac629','',NULL),(9577,'en','wordpress-seo','f7e88fde4430dd7948c4f20525d75e2b','Meta description not set.',NULL,NULL,'LINE',NULL,10,'','6dfbf32742509513abcc0fe69a86587e','',NULL),(9578,'en','wordpress-seo','58c9548d6efb4e3d21f9652c8eaa04b4','Meta description preview',NULL,NULL,'LINE',NULL,10,'','73729c8320dc00d99785f4656185f6bb','',NULL),(9579,'en','wordpress-seo','1795dc5ee4bf09450b779fe7175b4c71','Meta description preview:',NULL,NULL,'LINE',NULL,10,'','9c9360dd1995baabaf6a505e64d0c28f','',NULL),(9580,'en','wordpress-seo','3366b57f490e0160d48c7ae07a7d62db','Meta description to use for Author page',NULL,NULL,'LINE',NULL,10,'','ed86c74d44cfe877f51d7a348cee99c3','',NULL),(9581,'en','wordpress-seo','edde79114e60d3f872653761cac2d6c8','Meta robots advanced',NULL,NULL,'LINE',NULL,10,'','94f201368b3bb75a985752880caf84aa','',NULL),(9582,'en','wordpress-seo','9cf17cf0b00c29b4376b1249c340fdac','Middle dot',NULL,NULL,'LINE',NULL,10,'','080f73ef35c6119bc46e0ea2c7504679','',NULL),(9583,'en','wordpress-seo','bfb5ebcb3db9b5e3b6ca5d4d47e81412','Mobile preview',NULL,NULL,'LINE',NULL,10,'','79e81a278c054567df3c8d9034149a34','',NULL),(9584,'en','wordpress-seo','b7bf1fd028fd815797a5d4e796a5beaa','Mobile-Friendly Test',NULL,NULL,'LINE',NULL,10,'','faa337664db5b6ccd3d9ef3927c29bad','',NULL),(9585,'en','wordpress-seo','35e0c8c0b180c95d4e122e55ed62cc64','Modified',NULL,NULL,'LINE',NULL,10,'','b5c05df646460938e35dfc70ac1bf6a8','',NULL),(9586,'en','wordpress-seo','d094eae083f6eb8a0a7cc7295424e98f','Modify your meta description by editing it right here',NULL,NULL,'LINE',NULL,10,'','b9363a3835e9d67c2be48a9b900a6969','',NULL),(9587,'en','wordpress-seo','71948aa4f6e12cdaa5e2e63a5eb8f142','More info',NULL,NULL,'LINE',NULL,10,'','538a0c5baaa1324bbc54444f85cb1e7a','',NULL),(9588,'en','wordpress-seo','ab066b3292d8ab61ef3b5c77169cdd19','More information',NULL,NULL,'LINE',NULL,10,'','20da5b2bcc2e7bbae3fff6a92d2f970b','',NULL),(9589,'en','wordpress-seo','ca673cc860a79eb9270866a16be87cd9','More information %1$sabout %3$s%2$s',NULL,NULL,'LINE',NULL,10,'','9d6e2c69007070fdd5c797d16723ce8a','',NULL),(9590,'en','wordpress-seo','c88e845cbdb2c7a1e3fad9fc0f46b142','More information about %1$s',NULL,NULL,'LINE',NULL,10,'','a38e338573e39c93ce1f12d3e8d17e7b','',NULL),(9591,'en','wordpress-seo','c51b7179a8924305cf53605b5ca4ec23','Move question down',NULL,NULL,'LINE',NULL,10,'','f536e27753a6bbb0ce3c34be4acbda15','',NULL),(9592,'en','wordpress-seo','14f31af07da3c3eee424dc7f4af17ddb','Move question up',NULL,NULL,'LINE',NULL,10,'','68453c65ba5ad27b55ed354c3e87eb5e','',NULL),(9593,'en','wordpress-seo','f87fb923d202afa5a20519661aa4800d','Move step down',NULL,NULL,'LINE',NULL,10,'','6a087f1b963848b6545484b95d583512','',NULL),(9594,'en','wordpress-seo','a0dd5ca1d3284d945019367d75bd533e','Move step up',NULL,NULL,'LINE',NULL,10,'','0901996415e124cb2292c8fb0e661761','',NULL),(9595,'en','wordpress-seo','d55a193b500524a616b06963b86368f9','Multiple authors',NULL,NULL,'LINE',NULL,10,'','6747548d8a1ff5516979b0dd2ca11a6a','',NULL),(9596,'en','wordpress-seo','37650eb49cf3ccea3af9e32b2488d28c','Multiple keyphrases',NULL,NULL,'LINE',NULL,10,'','c474c59f6256ca50415e88568b20fd93','',NULL),(9597,'en','wordpress-seo','dfbe2cf20a59bbb46f814437ee0eb351','Muted notifications:',NULL,NULL,'LINE',NULL,10,'','3466da1ea532219e083251914f6b9acd','',NULL),(9598,'en','wordpress-seo','e8663cfc95a06ab8ca4c80a00f126217','Muted problems:',NULL,NULL,'LINE',NULL,10,'','9b3f7fc66439c84bebc6ab93f140da77','',NULL),(9599,'en','wordpress-seo','2ed7b229601cb37f343b6468d7a2d285','MySpace URL',NULL,NULL,'LINE',NULL,10,'','7ba6722f233ea3773afb4037937d1d34','',NULL),(9600,'en','wordpress-seo','49ee3087348e8d44e1feda1917443987','Name',NULL,NULL,'LINE',NULL,10,'','164acf103e4a50139ecfe615a9dace70','',NULL),(9601,'en','wordpress-seo','4bd9ef088a14b5f6fd9ef86e6f33037f','Need help?',NULL,NULL,'LINE',NULL,10,'','72b7990813dd7a4b9f4cf0aca8781ed8','',NULL),(9602,'en','wordpress-seo','6124e5a7e8d553499cb7db7ec224ecb6','Need some help?',NULL,NULL,'LINE',NULL,10,'','66ec5872737e1968c0cfa4c3bf0ad233','',NULL),(9603,'en','wordpress-seo','e7da7f9b302c5b29c1fcada2d14781a7','Needs improvement',NULL,NULL,'LINE',NULL,10,'','adee5776e95db4246504bb04edcecb4b','',NULL),(9604,'en','wordpress-seo','97ba4c484a0bb9e0e45e0c7533f96cb7','Network Settings',NULL,NULL,'LINE',NULL,10,'','c7d20486dc7f25a97d167db9fc242a49','',NULL),(9605,'en','wordpress-seo','d63717072890db0785d5700b27d27a2c','New %1$s Title',NULL,NULL,'LINE',NULL,10,'','0341736131245f818ee161cf0ef41848','',NULL),(9606,'en','wordpress-seo','3915bba6358360cff81667092b1194cc','New Yoast Meta Description',NULL,NULL,'LINE',NULL,10,'','1ae6a4be0823b1032bc5d8145683c584','',NULL),(9607,'en','wordpress-seo','f86e748df002f4065d4169ab1d923cab','New sites in the network inherit their SEO settings from this site',NULL,NULL,'LINE',NULL,10,'','c38ae8ddc116231c5b91174dacb9abc7','',NULL),(9608,'en','wordpress-seo','8e9f53a197124398e24aa0d354538a98','New support request',NULL,NULL,'LINE',NULL,10,'','3f14ed5d03fc7417f212f0563eb562f7','',NULL),(9609,'en','wordpress-seo','ffb7e666a70151215b4c55c6268d7d72','Newsletter',NULL,NULL,'LINE',NULL,10,'','a17dde9fae1470ae45e978ed9017b77a','',NULL),(9610,'en','wordpress-seo','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'LINE',NULL,10,'','d18676856934f8cae7530e8d4654c21d','',NULL),(9611,'en','wordpress-seo','c290a5941ad6eb0d5fe8752c15c5fd78','Next step',NULL,NULL,'LINE',NULL,10,'','043e97e9e0926a1e0fac8b819e7e387c','',NULL),(9612,'en','wordpress-seo','bafd7322c6e97d25b6299b5d6fe8920b','No',NULL,NULL,'LINE',NULL,10,'','df03fc0c42233fb518fa09cb332170e3','',NULL),(9613,'en','wordpress-seo','7cbc4f270d463ebb1991c4456f171a26','No Archive',NULL,NULL,'LINE',NULL,10,'','e5128ce4a3dc63986d4c16994ce17320','',NULL),(9614,'en','wordpress-seo','d9e5d0147c6d9fe4499f8d97169dc256','No Image Index',NULL,NULL,'LINE',NULL,10,'','ba4e5fdd3aeb90ab27d2cb75f3881fa1','',NULL),(9615,'en','wordpress-seo','b3d31eeda6717e67c1933b32554f6cde','No Snippet',NULL,NULL,'LINE',NULL,10,'','1fa28db1c24ac03ea5460f69e0919734','',NULL),(9616,'en','wordpress-seo','ac6bae596dcbaeb05c6ca627a5934e78','No ads',NULL,NULL,'LINE',NULL,10,'','19aff3646d5057695b4206ab60497b97','',NULL),(9617,'en','wordpress-seo','deec45d7380727a9edd6daf24eea543d','No ads!',NULL,NULL,'LINE',NULL,10,'','92517ed650e21fe2df2dc25b538e61e7','',NULL),(9618,'en','wordpress-seo','a582c88fda5e47a8daaf9874ab2e9548','No focus keyphrase set.',NULL,NULL,'LINE',NULL,10,'','7060baec46be7f252b5afb78ccbe21dd','',NULL),(9619,'en','wordpress-seo','e03dbd0ab779a7b823df35705156d102','No index',NULL,NULL,'LINE',NULL,10,'','1a5bd22ffccd3b83d40db6dd46f01dfc','',NULL),(9620,'en','wordpress-seo','29ed6ba3ff955cc4034868224698d5a6','No more dead links',NULL,NULL,'LINE',NULL,10,'','e961ec17a77aa61fd102aaa1e01ee955','',NULL),(9621,'en','wordpress-seo','c1060ba88797a5baf6fcb3e5d2f722aa','No more dead links a.k.a. 404 pages',NULL,NULL,'LINE',NULL,10,'','589d4dc968dff660223ccee2d7a3030e','',NULL),(9622,'en','wordpress-seo','7d0cb81666069504046f678bb63aae39','No new notifications.',NULL,NULL,'LINE',NULL,10,'','04844aa2ae32fe0a33868903b8c9f351','',NULL),(9623,'en','wordpress-seo','87ca4cb92a83deaad9a269072c5ba479','No numeric value was received.',NULL,NULL,'LINE',NULL,10,'','48f3fc86ab1af6c4e8a4a47b6ad22379','',NULL),(9624,'en','wordpress-seo','3fc4d8aeb325611b568c9bacb1cc06e0','No object with ID %1$s and %2$s could be found',NULL,NULL,'LINE',NULL,10,'','7c0210ff365df329fe643811dd270cbf','',NULL),(9625,'en','wordpress-seo','c49c29bb6656c1f25f2cfac84f83b5ba','No results',NULL,NULL,'LINE',NULL,10,'','a5ded7d179d0e37adfce9ada7dfbe861','',NULL),(9626,'en','wordpress-seo','3f24537d9d26ddf4fd334a881e46a0ec','No results found.',NULL,NULL,'LINE',NULL,10,'','5092c3f02e1ccedcf65c953cd59eaa83','',NULL),(9627,'en','wordpress-seo','d78df5ae754406d0527379da4688d645','No settings found in file.',NULL,NULL,'LINE',NULL,10,'','e56cc5811f1a140aaea6d7ea616bc9bf','',NULL),(9628,'en','wordpress-seo','0a28658f299b2e40f11f7eb827e34077','No site has been selected to restore.',NULL,NULL,'LINE',NULL,10,'','a8348038851432143819d6393c8d6b35','',NULL),(9629,'en','wordpress-seo','3227191d326be83c1a30beab9d1d6dc6','No taxonomy metadata found',NULL,NULL,'LINE',NULL,10,'','1525644cb1aed0858b4bda8825e2136c','',NULL),(9630,'en','wordpress-seo','6adf97f83acf6453d4a6a4b1070f3754','None',NULL,NULL,'LINE',NULL,10,'','c080d2f819fa1d7fc0a20018370b3b4e','',NULL),(9631,'en','wordpress-seo','8d39b55e4bff80d2f50a057084788422','Not activated',NULL,NULL,'LINE',NULL,10,'','17a6214ab33b334dd7956a32aa25ab63','',NULL),(9632,'en','wordpress-seo','fee3ff869bac2b96f87e5e01759efdf5','Not all required fields are given. Missing field %1$s',NULL,NULL,'LINE',NULL,10,'','8ab2e166f876eada9bb0ff38c3b3b241','',NULL),(9633,'en','wordpress-seo','2d25c72c1b18e562f6654fff8e11711e','Not available',NULL,NULL,'LINE',NULL,10,'','321a125d91e3eade017fc34aee4867af','',NULL),(9634,'en','wordpress-seo','749c843c6f271b2592be890bc88f693c','Not followed',NULL,NULL,'LINE',NULL,10,'','65b44dfffde05aa4cba6fc315f1fff8f','',NULL),(9635,'en','wordpress-seo','9e076f5885f5cc16a4b5aeb8de4adff5','Not found',NULL,NULL,'LINE',NULL,10,'','431b949dcd13e6ae2921b4f1e6569b61','',NULL),(9636,'en','wordpress-seo','179524572fa50dafe245346e29639d54','Not showing %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.',NULL,NULL,'LINE',NULL,10,'','ba2e423013f3460c91c90aea75e8f4c1','',NULL),(9637,'en','wordpress-seo','28b3ece5962ac9f49f77483c2cdec932','Not showing the archive for %1$s in the search results technically means those will have a %2$s robots meta and will be excluded from XML sitemaps. %3$sMore info on the search results settings%4$s.',NULL,NULL,'LINE',NULL,10,'','a71274895965d22881c672a7216208f0','',NULL),(9638,'en','wordpress-seo','8ca2f4cf23570cd8d6872d0705398f0a','Not showing the archive for authors in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.',NULL,NULL,'LINE',NULL,10,'','9e5619e3fa24deeed09f6a1bf446ade9','',NULL),(9639,'en','wordpress-seo','c9c60a320749bb6e1693dfc3b7310bea','Not showing the archives for authors without posts in the search results technically means those will have a %1$s robots meta and will be excluded from XML sitemaps. %2$sMore info on the search results settings%3$s.',NULL,NULL,'LINE',NULL,10,'','d134edca3f252d622bb5175c6fbf71dd','',NULL),(9640,'en','wordpress-seo','f708ce54ba0a3e533fa8d0ff49483aee','Not showing the date archives in the search results technically means those will have a %1$s robots meta. %2$sMore info on the search results settings%3$s.',NULL,NULL,'LINE',NULL,10,'','50a4db8c468a2d3dec7fc953ca391728','',NULL),(9641,'en','wordpress-seo','af09bb23972c3a98f0c6f024809a7d63','Not supported!',NULL,NULL,'LINE',NULL,10,'','c5d36f18805da3eef73afa66f783e2bc','',NULL),(9642,'en','wordpress-seo','e640ef5bc385567243ec970a7f4ce8e6','Note that links to archives might be still output by your theme and you would need to remove them separately.',NULL,NULL,'LINE',NULL,10,'','3efc03b26c48375cd203969152f16f64','',NULL),(9643,'en','wordpress-seo','bdfccc04e0822991943f9b7acf05064b','Note that not all variables can be used in every field.',NULL,NULL,'LINE',NULL,10,'','f1a2f6c91e92ccced9c7f32e8d699ad2','',NULL),(9644,'en','wordpress-seo','748af4d6a3ec9fb2984e1a83b0142cdb','Note that not all variables can be used in every template.',NULL,NULL,'LINE',NULL,10,'','baccc03a90336be303f14e6891a98c99','',NULL),(9645,'en','wordpress-seo','a2521492bb2bd492dbd44702661a79bd','Note: we don\'t store your data in any way and don\'t have full access to your account. \\nYour privacy is safe with us.',NULL,NULL,'LINE',NULL,10,'','382a532be8abed78f30565059359539a','',NULL),(9646,'en','wordpress-seo','a274f4d4670213a9045ce258c6c56b80','Notifications',NULL,NULL,'LINE',NULL,10,'','a873c61882a78b6fef707dc03417ee6b','',NULL),(9647,'en','wordpress-seo','d938c3cc311b7c772d5fd371da613cbb','Number of internal links in this post. See \"Yoast Columns\" text in the help tab for more info.',NULL,NULL,'LINE',NULL,10,'','2d27ae37bd798d2d2ddbfe99330f9442','',NULL),(9648,'en','wordpress-seo','9c465e8377ad3420608557691855b719','Number of internal links linking to this post. See \"Yoast Columns\" text in the help tab for more info.',NULL,NULL,'LINE',NULL,10,'','56073a05266476966c02a11ac9431e0c','',NULL),(9649,'en','wordpress-seo','78d50f78a6d131f24940c7c52839a9cd','Number of results found: %d',NULL,NULL,'LINE',NULL,10,'','c9dbb3c38d7c7a89373c8c2e171f3a4d','',NULL),(9650,'en','wordpress-seo','8aa1e58b21254536674c903f1c11ded8','Number of results found: %s',NULL,NULL,'LINE',NULL,10,'','fe51da7fe929ec75a0b106f4f747132f','',NULL),(9651,'en','wordpress-seo','e0aa021e21dddbd6d8cecec71e9cf564','OK',NULL,NULL,'LINE',NULL,10,'','7573535130ea28677c5498806d4d20a4','',NULL),(9652,'en','wordpress-seo','955e2d2825f1691e268ae9c686ee14c5','OK SEO score',NULL,NULL,'LINE',NULL,10,'','95d5126d94c3dd10ef76ce9987e4c93c','',NULL),(9653,'en','wordpress-seo','d15305d7a4e34e02489c74a5ef542f36','Off',NULL,NULL,'LINE',NULL,10,'','bd348f7d392d720c031b90c2957600a2','',NULL),(9654,'en','wordpress-seo','521c36a31c2762741cf0f8890cbe05e3','On',NULL,NULL,'LINE',NULL,10,'','3e4792149122e1db03b7ee34ced77df4','',NULL),(9655,'en','wordpress-seo','def5e0505403d70e2f4a5ce6361de402','On this page, you can change the name of your site and choose which\\n separator to use. The separator will display, for instance, between your\\n post title and site name. Symbols are shown in the size they\'ll appear in\\n the search results. Choose the one that fits your brand best or takes up\\n the least space in the snippets.',NULL,NULL,'LINE',NULL,10,'','8b1b24a13b6ca94b714627d1a382b250','',NULL),(9656,'en','wordpress-seo','1001a8d7c3e395088d384352688bbc75','Once Weekly',NULL,NULL,'LINE',NULL,10,'','86df262832890f1fe417c731f8dd548d','',NULL),(9657,'en','wordpress-seo','4caaf391b3bdd24fa005e50deaeb610c','Once you add a bit more copy, we\'ll give you a list of related content here to which you could link in your post.',NULL,NULL,'LINE',NULL,10,'','c6f9e4de971913bf6dd44077c564f1b2','',NULL),(9658,'en','wordpress-seo','9d1956a00973f18ca0fc3f7010b809ed','Once you\'re certain your site is OK, you can clean up. This will remove all the original data.',NULL,NULL,'LINE',NULL,10,'','78e8075fbc195bba604cf4c5bf31d2bf','',NULL),(9659,'en','wordpress-seo','c3bf447eabe632720a3aa1a7ce401274','Open',NULL,NULL,'LINE',NULL,10,'','83b6947689ae8ce701422ea88d6ab4a9','',NULL),(9660,'en','wordpress-seo','7bf0f3ddae90a5073d218f0d9871af28','Open the knowledge base article in a new window or read it in the iframe below',NULL,NULL,'LINE',NULL,10,'','73bc2571753d7c30094aa9bad917bab1','',NULL),(9661,'en','wordpress-seo','e10dbbec8dda0e491f18127b8e9bff09','Optimize a single post for synonyms and related keyphrases.',NULL,NULL,'LINE',NULL,10,'','04e35677379675c41272d76509c4ef60','',NULL),(9662,'en','wordpress-seo','28b0769a30d25eef004e06e3c9170bf1','Optimize your shop\'s SEO and sell more products!',NULL,NULL,'LINE',NULL,10,'','e39cf94a3afa94caf2a97b46d4bb7c0c','',NULL),(9663,'en','wordpress-seo','848571d7b7d0edada95879312b106488','Optimize your site for Google News',NULL,NULL,'LINE',NULL,10,'','90c2f7c522fe5aeef2480f23eecd57c5','',NULL),(9664,'en','wordpress-seo','88118c60ac76cc1df958b5808f443176','Optimize your site for Google News.',NULL,NULL,'LINE',NULL,10,'','0c69afcfa0bb738f25a9a2673dfd5455','',NULL),(9665,'en','wordpress-seo','22b9361bdd0ad6ea6c3f281fb04de63e','Optimize your videos to show them off in search results and get more clicks!',NULL,NULL,'LINE',NULL,10,'','d7f4d1c099cfc8f7ccd107f7bc4a49b2','',NULL),(9666,'en','wordpress-seo','ff49fce5d4d4e0f900c9dd93ea7b5c33','Option A: My site is live and ready to be indexed',NULL,NULL,'LINE',NULL,10,'','861d6de9bb45681e1ddbf923ad3873c7','',NULL),(9667,'en','wordpress-seo','f0ecfff828c03a7ae8591d98d16353ea','Option B: My site is under construction and should not be indexed',NULL,NULL,'LINE',NULL,10,'','2047f0978216a5402afee08085b3dda8','',NULL),(9668,'en','wordpress-seo','8417e5f69b012a7ead84122ee4e7e2b9','Optional. Customize how you want to describe the duration of the instruction',NULL,NULL,'LINE',NULL,10,'','afcfe9f9ac9b5c0b6ce7baf81872e6d0','',NULL),(9669,'en','wordpress-seo','9c8b663509b19cc4beb315f4e3388be0','Optional. This can give you better control over the styling of the steps.',NULL,NULL,'LINE',NULL,10,'','03ae044a0a5754ac12d6d71dacb62afa','',NULL),(9670,'en','wordpress-seo','6311ae17c1ee52b36e68aaf4ad066387','Other',NULL,NULL,'LINE',NULL,10,'','bc3c8d1fa2109127b53f3aae189efa31','',NULL),(9671,'en','wordpress-seo','30feaf2c310806a07870564c24b480f6','Other benefits of %1$s for you:',NULL,NULL,'LINE',NULL,10,'','1c60f08198e862c65bd03d899ade63ff','',NULL),(9672,'en','wordpress-seo','2668f2e22724a0b8857da5eb40316247','Other benefits of %s for you:',NULL,NULL,'LINE',NULL,10,'','44a2e8109dd0fbb6d828dd38ff94a687','',NULL),(9673,'en','wordpress-seo','baeae0444162bc128001ea150562472c','Outrank the competition with %s',NULL,NULL,'LINE',NULL,10,'','f0a330445617dd568e41785e495a008c','',NULL),(9674,'en','wordpress-seo','193cfc9be3b995831c6af2fea6650e60','Page',NULL,NULL,'LINE',NULL,10,'','a990b7545c0af735f03bcfd81620580e','',NULL),(9675,'en','wordpress-seo','3a1ed905045e5cf29efec452131f9403','Page %1$d of %2$d',NULL,NULL,'LINE',NULL,10,'','b744beceb8dd2d0d43d29edf4cfa5345','',NULL),(9676,'en','wordpress-seo','3c5c70a5076bc000942438c845717435','Page URL/Slug',NULL,NULL,'LINE',NULL,10,'','1020c39ab38913aabd526f065ed5fe52','',NULL),(9677,'en','wordpress-seo','d0fbda9855d118740f1105334305c126','Page not found',NULL,NULL,'LINE',NULL,10,'','961addf518c5bb79de1762f35142082c','',NULL),(9678,'en','wordpress-seo','18566ac0c26da802fd820a036cf8ebcf','Page number',NULL,NULL,'LINE',NULL,10,'','e6e21d9edf54fadcf6042059ef77ae44','',NULL),(9679,'en','wordpress-seo','b6e8c8ab1faf097373aede6624c53309','Pagenumber',NULL,NULL,'LINE',NULL,10,'','49fff25315650a98042ae7a5235d28ce','',NULL),(9680,'en','wordpress-seo','c826b74d59f277882873d54c6b19104d','Pagetotal',NULL,NULL,'LINE',NULL,10,'','8011ea7bee5247ce5de7a5477091f837','',NULL),(9681,'en','wordpress-seo','2748ceff8cf77dafbfbb23539a98d346','Paging comments is enabled, this is not needed in 999 out of 1000 cases, we recommend to disable it.',NULL,NULL,'LINE',NULL,10,'','3567e5511a3f14baa3f951d1edc0cd75','',NULL),(9682,'en','wordpress-seo','765267a9c5f8bf4dce142617fd387d01','Parent title',NULL,NULL,'LINE',NULL,10,'','9b25dd09afad05b557c54baea5c98d1a','',NULL),(9683,'en','wordpress-seo','e2bd9f66fd13c1d55ba22ed753e68b76','Paste your %s license key here...',NULL,NULL,'LINE',NULL,10,'','5349dd0f0f490d34d6e2c55e589abc75','',NULL),(9684,'en','wordpress-seo','40bed7cf9b3d4bb3a3d7a7e3eb18c5eb','Person',NULL,NULL,'LINE',NULL,10,'','d05d8f5302eedeadf3029617365cd9c9','',NULL),(9685,'en','wordpress-seo','86709a608bd914b28221164e6680ebf7','Pinterest',NULL,NULL,'LINE',NULL,10,'','5429016beb50140adfcdfd67b4b3e888','',NULL),(9686,'en','wordpress-seo','aed7748f043e7bb34e57527c93016dd7','Pinterest Rich Pins Validator',NULL,NULL,'LINE',NULL,10,'','4ede1465c4d1fa6c8b72d789cd97fcf9','',NULL),(9687,'en','wordpress-seo','fb036cbe4c703621c9320bdf1ecc11b5','Pinterest URL',NULL,NULL,'LINE',NULL,10,'','3ef4f8ab97f8745122e7114ccd502329','',NULL),(9688,'en','wordpress-seo','aacd45da8dc84c3b5b5d6b69afdc4440','Pinterest confirmation',NULL,NULL,'LINE',NULL,10,'','9d7b24404fda57edf3f740848d5f21db','',NULL),(9689,'en','wordpress-seo','017b8eb80a7b9811d557cf718657e6f2','Pinterest settings',NULL,NULL,'LINE',NULL,10,'','7a563dabf4e00112ba502472a4b04997','',NULL),(9690,'en','wordpress-seo','2d5da2b2d5a900854af3a8a9917db9c2','Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.',NULL,NULL,'LINE',NULL,10,'','43f1ebb43dcdbe53abf69711e3e81dbb','',NULL),(9691,'en','wordpress-seo','b86871aa2c89a1a83fa95f45ff3c543d','Please check the %1$sarchive template%2$s for the following content type: %3$s.',NULL,NULL,'LINE',NULL,10,'','754b7262aabbb51599ebfb115d846f78','',NULL),(9692,'en','wordpress-seo','2379303000dddf6e2354f5f061c8730a',' Please check the %1$sarchive templates%2$s for the following content types: %3$s.',NULL,NULL,'LINE',NULL,10,'','0d0faf469320eedf5c8763f09a3550ef','',NULL),(9693,'en','wordpress-seo','ae29c569c4f379f7a67f9100b7bcd257','Please check your posts and pages and see if the metadata was successfully imported.',NULL,NULL,'LINE',NULL,10,'','83b745371a7407591aa2736e29e2a247','',NULL),(9694,'en','wordpress-seo','7e6bbd65850f0eabfada3b04943003db','Please choose the %s configuration of your liking:',NULL,NULL,'LINE',NULL,10,'','416754637e24303c8cfb27beb316f071','',NULL),(9695,'en','wordpress-seo','b2cf6e7710bbe5b1c719e7550aefcfec','Please enter a license key in the field below first.',NULL,NULL,'LINE',NULL,10,'','9a1c7b56d85fbecef0123ff576859a55','',NULL),(9696,'en','wordpress-seo','fa58d1619f60b7c3a63c9257d6a0a4e3','Please make a backup of your database before starting this process.',NULL,NULL,'LINE',NULL,10,'','3c10ce217b75d037b3fd39147bdc5b18','',NULL),(9697,'en','wordpress-seo','573610611a697d754582e7b77f537367','Please provide a meta description by editing the snippet below.',NULL,NULL,'LINE',NULL,10,'','73d9f12ed3127b32e22e19a785b72b55','',NULL),(9698,'en','wordpress-seo','0b2247c1c1ab363c9c36d95e37af4c07','Please provide a meta description by editing the snippet below. If you don’t, Google will try to find a relevant part of your post to show in the search results.',NULL,NULL,'LINE',NULL,10,'','1cc007052ce925f21731698e3ecf3b69','',NULL),(9699,'en','wordpress-seo','8d60b767069abf4b7d9bb8700ea59c64','Please provide an SEO title by editing the snippet below.',NULL,NULL,'LINE',NULL,10,'','db5ae85524724ebc3b4fb21c790bf356','',NULL),(9700,'en','wordpress-seo','e70cb69bd5935e02c265828ba93cf63d','Please refer to %1$sour article about how to connect your website to Google Search Console%2$s if you need assistance.',NULL,NULL,'LINE',NULL,10,'','957884c6a4855c3c7dfe3eda88911835','',NULL),(9701,'en','wordpress-seo','84ac249fc65f45dc895c29e6c813368e','Please select a valid post type for taxonomy \"%s\"',NULL,NULL,'LINE',NULL,10,'','e99149e2774f741a50ff198b80298eeb','',NULL),(9702,'en','wordpress-seo','acda14bd13b1d6ed9a8e7ed1983d58d1','Please select a valid taxonomy for post type \"%s\"',NULL,NULL,'LINE',NULL,10,'','2febbefb20af405dbfb6eb2140eb5c57','',NULL),(9703,'en','wordpress-seo','5c69ada7379a03a1be2c27601079122c','Please specify if your site is under construction or already active.',NULL,NULL,'LINE',NULL,10,'','4a7788c3c35d427ab2e7a14dcef2bc27','',NULL),(9704,'en','wordpress-seo','6fcfbaeed30fb71bc4744875f4003bc4','Please specify what content types you would like to appear in search engines.\\n If you do not know the differences between these, it\'s best to choose the\\n default settings.',NULL,NULL,'LINE',NULL,10,'','bc715a5cf83a4931d62351a4bcb312ef','',NULL),(9705,'en','wordpress-seo','89a259a3752d07ef34fc6eb7fdaa2916','Plugin: ',NULL,NULL,'LINE',NULL,10,'','ea4e1f52d681ec524f0a0dbe4eada675','',NULL),(9706,'en','wordpress-seo','bb2e4b1b9eb8f37985ca01a6effc4357','Post Status',NULL,NULL,'LINE',NULL,10,'','e8427720c2908725640a5381ba7346ad','',NULL),(9707,'en','wordpress-seo','55ad83e04408d7d7239892f10fd84b5f','Post doesn\'t exist.',NULL,NULL,'LINE',NULL,10,'','02d7681e0b13dd58099619c53c78952c','',NULL),(9708,'en','wordpress-seo','39900a0bc5790f88749195e515359242','Post has an invalid Content Type: %s.',NULL,NULL,'LINE',NULL,10,'','14efbc80e82fd661956ae9c25e2209a4','',NULL),(9709,'en','wordpress-seo','cf6779acb5ec6cddb84a15d4a2fc7840','Post is set to noindex.',NULL,NULL,'LINE',NULL,10,'','de0721fdce7c88b66e2d3bb68b2950dd','',NULL),(9710,'en','wordpress-seo','847d4e9abd70890bbeb559fa23075a67','Post type (plural)',NULL,NULL,'LINE',NULL,10,'','413d1d54a9fdec632e8ad6e6ffcd133b','',NULL),(9711,'en','wordpress-seo','3dec44064a2de304b1493081ade8120c','Post type (singular)',NULL,NULL,'LINE',NULL,10,'','72f713df85cc92aea62a649ef4cb922e','',NULL),(9712,'en','wordpress-seo','5dc52ca9ffdc26147075682c92a0a853','Posts',NULL,NULL,'LINE',NULL,10,'','dba32d8e47160de6232f03643c3722ac','',NULL),(9713,'en','wordpress-seo','27b07e44fd45d427ae0aa22ae345560c','Posts %1$swithout%2$s a focus keyphrase',NULL,NULL,'LINE',NULL,10,'','7efe2e4877363fd795dd5af558c46b66','',NULL),(9714,'en','wordpress-seo','b5b75c91550c6c7adf33ea35224402ae','Posts list',NULL,NULL,'LINE',NULL,10,'','c91340e49a2d11aac4bdae3d5d4d5d08','',NULL),(9715,'en','wordpress-seo','2ec9fcc55eca3d8628b32dde9b10037f','Posts list navigation',NULL,NULL,'LINE',NULL,10,'','4741b074216ead3f24d8c6785e15066b','',NULL),(9716,'en','wordpress-seo','49292ca6d2fedb016fd08463d94e1daa','Posts that should not show up in search results',NULL,NULL,'LINE',NULL,10,'','aa6e6a860b23c2dd02ecea54481ae809','',NULL),(9717,'en','wordpress-seo','1250534af677850c2770ae933d41d320','Posts with the SEO score: %1$sOK%2$s',NULL,NULL,'LINE',NULL,10,'','18612a625a92e1c862123c9e040f7f40','',NULL),(9718,'en','wordpress-seo','641050e80cf5d7dbe15be47c0c46c193','Posts with the SEO score: %1$sgood%2$s',NULL,NULL,'LINE',NULL,10,'','6bbae5b27efa6fdcabfa608966a730e5','',NULL),(9719,'en','wordpress-seo','30802c90ea278904039481c0c79922ac','Posts with the SEO score: %1$sneeds improvement%2$s',NULL,NULL,'LINE',NULL,10,'','3dbc3ab5e13ef24761779354a24862c1','',NULL),(9720,'en','wordpress-seo','c4dec7f0a7ed6e2c2474c04e20e14381','Prefix for Archive breadcrumbs',NULL,NULL,'LINE',NULL,10,'','22665f4e04da6758f5247e44b68bec89','',NULL),(9721,'en','wordpress-seo','386b9b66fea991e8921ab67fe09afed7','Prefix for Search Page breadcrumbs',NULL,NULL,'LINE',NULL,10,'','0a4078afa9bb04711ff92a292a4a4beb','',NULL),(9722,'en','wordpress-seo','07b19355644628e3d115dada49586e9e','Prefix for archive pages:',NULL,NULL,'LINE',NULL,10,'','807a245e8e9d936739ce8d61cf9c0d52','',NULL),(9723,'en','wordpress-seo','1787fcb7f76416e26f5cd3522974fcfa','Prefix for breadcrumbs:',NULL,NULL,'LINE',NULL,10,'','e7c1c7e0e87400bc88b25f26925cece7','',NULL),(9724,'en','wordpress-seo','e48ebca2d49db778abca3c336fa904dd','Prefix for search result pages:',NULL,NULL,'LINE',NULL,10,'','8044593a4ddc77642b67eba9e7878bc4','',NULL),(9725,'en','wordpress-seo','024d4546f2ac58c405f750f7a47ef012','Prefix for the breadcrumb path',NULL,NULL,'LINE',NULL,10,'','e355188922f5b5da2b16430f0d49a238','',NULL),(9726,'en','wordpress-seo','8d5e7e72f12067991186cdf3cb7d5d9d','Premium',NULL,NULL,'LINE',NULL,10,'','7f8881aee063a939ed5251b638e63131','',NULL),(9727,'en','wordpress-seo','17b5e4545a542509f92142c311aae76a','Premium Support',NULL,NULL,'LINE',NULL,10,'','a1710e1aa06184f85bd0e13d2ce8133d','',NULL),(9728,'en','wordpress-seo','31ff751562379ae236c37818bbef5a34','Premium support',NULL,NULL,'LINE',NULL,10,'','b5022411fa065e158268ace80cc4fc48','',NULL),(9729,'en','wordpress-seo','31fde7b05ac8952dacf4af8a704074ec','Preview',NULL,NULL,'LINE',NULL,10,'','94a7940adce79075a9d9654305f7db77','',NULL),(9730,'en','wordpress-seo','aae7309230cf955f846aaa4f70f17d60','Preview &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','c3ca39cd9149833efcd8c92ef710290d','',NULL),(9731,'en','wordpress-seo','f77f364a551707674d2d490e2dc188b2','Preview your page in Facebook and Twitter',NULL,NULL,'LINE',NULL,10,'','2f0de774b18b8b39169e915013cb0ec1','',NULL),(9732,'en','wordpress-seo','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'LINE',NULL,10,'','377c3cffff513a7bd6c87e4c0bc7a92f','',NULL),(9733,'en','wordpress-seo','b1ab0f2d6b71b0849103e97960036e7f','Previous step',NULL,NULL,'LINE',NULL,10,'','22f5232ac2b60fbcd9975fc5b1f6edf7','',NULL),(9734,'en','wordpress-seo','074de7e7c226d5c60f8af14c20725352','Primary',NULL,NULL,'LINE',NULL,10,'','f267e6227961a7d4c2160c331fb3d7c7','',NULL),(9735,'en','wordpress-seo','2ba26f8adf7c035c55ef1505857472c4','Primary %s',NULL,NULL,'LINE',NULL,10,'','74b092a171876e3b7c7a606e134ab872','',NULL),(9736,'en','wordpress-seo','06b74f4c2a80ec22ea70513e3d563273','Primary category',NULL,NULL,'LINE',NULL,10,'','d44987939d3815374ad4c9aff53278ea','',NULL),(9737,'en','wordpress-seo','d86a8c0b3eba8271d79eb0c882d5ce6f','Privacy sensitive (FB admins and such), theme specific (title rewrite) and a few very site specific settings will not be imported to new sites.',NULL,NULL,'LINE',NULL,10,'','a8c5f2070b3a0bec165462b51ab02752','',NULL),(9738,'en','wordpress-seo','2d9d499f457f866cd4e692bee7369005','Problems',NULL,NULL,'LINE',NULL,10,'','bc61f362656cec92d0d3eec237009bdc','',NULL),(9739,'en','wordpress-seo','cce99c598cfdb9773ab041d54c3d973a','Profile',NULL,NULL,'LINE',NULL,10,'','91ea83bdde25ba7327133d77648b9c5e','',NULL),(9740,'en','wordpress-seo','13a2da78a3d7167edcd481a46acf1586','Provide an image of the company logo',NULL,NULL,'LINE',NULL,10,'','44d1e1fae6e1224d5f637415de91a1b3','',NULL),(9741,'en','wordpress-seo','735f7bed9808abe3b3c6bb67b9634a31','Publication date',NULL,NULL,'LINE',NULL,10,'','0735ab7d08b7dbcc7caf900599f309cf','',NULL),(9742,'en','wordpress-seo','bf1981220040a8ac147698c85d55334f','RSS',NULL,NULL,'LINE',NULL,10,'','2a9dc66e2eb92ba14d23ade2504170de','',NULL),(9743,'en','wordpress-seo','b0d66e19d40aa15df5a731f2feca50fd','RSS feed settings',NULL,NULL,'LINE',NULL,10,'','6e12e1730bd4c666c24de309865f527d','',NULL),(9744,'en','wordpress-seo','31419d5ca61296ba089e99953467db5c','Rank better locally and in Google Maps, without breaking a sweat!',NULL,NULL,'LINE',NULL,10,'','31d274ed36c7ffaa6a6a65f591b57cb0','',NULL),(9745,'en','wordpress-seo','a5fae8a8445a88c1b24778e51a26d214','Rank better with synonyms & related keyphrases',NULL,NULL,'LINE',NULL,10,'','31f955cb4c790d32ab6e2bf8b57c4569','',NULL),(9746,'en','wordpress-seo','59a7704c0ab622d15dd0536a0355a85c','Read more about how %s works.',NULL,NULL,'LINE',NULL,10,'','4c41ec99e390a62366aa5ef929ec94df','',NULL),(9747,'en','wordpress-seo','ef83303a440417bdc9dd73473d1c32b5','Read more like this on our SEO blog',NULL,NULL,'LINE',NULL,10,'','3dc0913098e4daa307dec626fcf979ef','',NULL),(9748,'en','wordpress-seo','59c8acaf8fee9f6c7f6290886559e0f3','Read why XML Sitemaps are important for your site.',NULL,NULL,'LINE',NULL,10,'','a8cf940a6a87ed51058a5a0824752bb9','',NULL),(9749,'en','wordpress-seo','4f453495dc4233b7b6869a6cdf1f15cd','Read {{a}}our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.',NULL,NULL,'LINE',NULL,10,'','10214fe1c467841a77e6d930481cf137','',NULL),(9750,'en','wordpress-seo','032b76cfb331080ea4aea635cec00b5e','Readability',NULL,NULL,'LINE',NULL,10,'','94ce8b1dba46bc3f77ffecacbfd512f9','',NULL),(9751,'en','wordpress-seo','74ae0a9af5ac04c936ec49e074bb10fb','Readability analysis',NULL,NULL,'LINE',NULL,10,'','e67a34f4e15d15fef621adf0bb1fb3d0','',NULL),(9752,'en','wordpress-seo','24934a03df293112b63fba58c7b3dc31','Readability score',NULL,NULL,'LINE',NULL,10,'','1bba8ab0458f9b9773add1a2a9b0b70c','',NULL),(9753,'en','wordpress-seo','dadc53d5ab8c72e5475ca75093cc9764','Readability: %1$sGood%2$s',NULL,NULL,'LINE',NULL,10,'','7d68bb5e2476eba3df48033eea6fe38d','',NULL),(9754,'en','wordpress-seo','9d91452dfb875ea40c0e958c1d33af07','Readability: %1$sNeeds improvement%2$s',NULL,NULL,'LINE',NULL,10,'','0db1fd73aff8b7714e6e76759c718100','',NULL),(9755,'en','wordpress-seo','f5d7853dd1ed4419dc1459d714820313','Readability: %1$sNot available%2$s',NULL,NULL,'LINE',NULL,10,'','e622809e2644cefd9803e5f057030162','',NULL),(9756,'en','wordpress-seo','dd0211e7681843ae81a1efeec7e7529b','Readability: %1$sOK%2$s',NULL,NULL,'LINE',NULL,10,'','0e8fb3bc3b8e52c145baed338ef89098','',NULL),(9757,'en','wordpress-seo','f9c9f3eba4af7c846bdc5714e87b1895','Readability: Good',NULL,NULL,'LINE',NULL,10,'','7ed7b70ea0152953cc692fa8ca27ec41','',NULL),(9758,'en','wordpress-seo','da3f7d01aac62ef6b32273f28d416464','Readability: Needs improvement',NULL,NULL,'LINE',NULL,10,'','af8b459e16b47ed47a535aa6044a06d2','',NULL),(9759,'en','wordpress-seo','96c8b493b4f2230785f6d71ebe780f11','Readability: OK',NULL,NULL,'LINE',NULL,10,'','23a7b4440ecb995f82805ceeb1189578','',NULL),(9760,'en','wordpress-seo','e9570c9e6987bfc228ec6b6cace0d834','Reauthenticate with Google',NULL,NULL,'LINE',NULL,10,'','b66765ff7eeff46ffc5d1df9d61fd3d1','',NULL),(9761,'en','wordpress-seo','4171f47213b927f7380537c687d9f42a','Reauthenticate with Google ',NULL,NULL,'LINE',NULL,10,'','5691aaec92d14445bdec2ecbf4dda039','',NULL),(9762,'en','wordpress-seo','6979ae08b99e4aa2a28d8ba4d7fd9540','Recalculating SEO scores for all pieces of content with a focus keyphrase.',NULL,NULL,'LINE',NULL,10,'','89076791cd7e67138f90b42ba04a2b4c','',NULL),(9763,'en','wordpress-seo','0ff2102edc0c58e33b2e942f50164d5a','Redirect attachment URLs to the attachment itself?',NULL,NULL,'LINE',NULL,10,'','b58b1ac77259942f3892ea69648b9391','',NULL),(9764,'en','wordpress-seo','31c22851702a45fe73ef6a06526dc16f','Redirect manager',NULL,NULL,'LINE',NULL,10,'','d9937c01b5cc9cd45f41706972cb75d4','',NULL),(9765,'en','wordpress-seo','26fab38697fc52b3d8c62fc54592af5d','Register now &raquo;',NULL,NULL,'LINE',NULL,10,'','de2cd76732902bcf0728106eeffe06b7','',NULL),(9766,'en','wordpress-seo','d2203cb1237cb6460cbad94564e39345','Regular',NULL,NULL,'LINE',NULL,10,'','04dfb5738e92f22c635aacd5a18e3aa9','',NULL),(9767,'en','wordpress-seo','02f070d36d5957a5d3f7ad7cfe231110','Reload crawl issues',NULL,NULL,'LINE',NULL,10,'','f10aa6f0fb45dc0e97b173901fea3f25','',NULL),(9768,'en','wordpress-seo','1063e38cb53d94d386f21227fcd84717','Remove',NULL,NULL,'LINE',NULL,10,'','812ca5dbff096e7d3d78938597ad1abc','',NULL),(9769,'en','wordpress-seo','72d61f3a8d68d9ff0a001155794e46e5','Remove blog page from breadcrumbs',NULL,NULL,'LINE',NULL,10,'','ef9321826012fe859a0171f55ca2bf08','',NULL),(9770,'en','wordpress-seo','06aa6f28d8b55babfa266e7ff7cca9a5','Remove highlight from the text',NULL,NULL,'LINE',NULL,10,'','438f59a75283dac2ee977825f7ba486c','',NULL),(9771,'en','wordpress-seo','d5ed3493850af7a58f9ed14db2d38bad','Remove keyphrase',NULL,NULL,'LINE',NULL,10,'','317db64d7e3e8febc97bf6ebb1f085f5','',NULL),(9772,'en','wordpress-seo','8fd3cf0e86dd5ecf7be705e4a39137e4','Remove marks in the text',NULL,NULL,'LINE',NULL,10,'','750bcd67bd23fb026d3fd1534d6047a7','',NULL),(9773,'en','wordpress-seo','89ad6ac8aa3e85522a134d42817e0c1b','Remove the categories prefix',NULL,NULL,'LINE',NULL,10,'','35f11b9fd28fad0ea9575c24d4b71466','',NULL),(9774,'en','wordpress-seo','ef4c1069e785b9bb39b258633ef7a037','Remove the image',NULL,NULL,'LINE',NULL,10,'','cb372401e8142c049d70e65e7987d370','',NULL),(9775,'en','wordpress-seo','09b9ab1d3bb73a30f3eac495f363c05d','Remove these ads?',NULL,NULL,'LINE',NULL,10,'','a5fb274ffed9d566d4c5b9bf2c6106cb','',NULL),(9776,'en','wordpress-seo','a3df6a1f78b09eea0397762ad94aff28','Removes the focus keyphrase section from the metabox and disables all SEO-related suggestions.',NULL,NULL,'LINE',NULL,10,'','0b28fd2ae44ccc55cd368fdf55839600','',NULL),(9777,'en','wordpress-seo','c8784f75e03da4d5c65a073ff97cef93','Removes the readability analysis section from the metabox and disables all readability-related suggestions.',NULL,NULL,'LINE',NULL,10,'','602e93b5d684749a04b4a89904941621','',NULL),(9778,'en','wordpress-seo','09681c5033923558a5897cc092ea12ce','Replaced with a custom taxonomies description',NULL,NULL,'LINE',NULL,10,'','c52a9bf61a8b679a70440f70bc49f01f','',NULL),(9779,'en','wordpress-seo','df636be80bdaeb4210250e60dfe1cc24','Replaced with a posts custom field value',NULL,NULL,'LINE',NULL,10,'','74c0d321b3fde269cf7971df4e35b49d','',NULL),(9780,'en','wordpress-seo','acdeb78d61f7c5f02e1c55614034303a','Replaced with a posts custom taxonomies, comma separated.',NULL,NULL,'LINE',NULL,10,'','28f0557afc3e7a6cd5d3d257aa4a23b8','',NULL),(9781,'en','wordpress-seo','6f21e0202a7bb118bd8a4dfe45362b9d','Replaced with the category description',NULL,NULL,'LINE',NULL,10,'','4e0e3a8ee76188b9b66e0b06856b1ced','',NULL),(9782,'en','wordpress-seo','490bfd6a7adb5c529ecf2cf1e5e8f637','Replaced with the content type plural label',NULL,NULL,'LINE',NULL,10,'','bd8d57e81cfb86c18e71a708a904cbaf','',NULL),(9783,'en','wordpress-seo','21fc5dbcac95ed4dbcf88caab2e64970','Replaced with the content type single label',NULL,NULL,'LINE',NULL,10,'','f0be27dfcc9ae1bf2d58963b16df7d23','',NULL),(9784,'en','wordpress-seo','33003fd704d7699287314e64cb2b4cc2','Replaced with the current page number',NULL,NULL,'LINE',NULL,10,'','04dcab28edd5e8a43f515b54b386444d','',NULL),(9785,'en','wordpress-seo','b68cee3d4850ff5ed1595526a4648216','Replaced with the current page number with context (i.e. page 2 of 4)',NULL,NULL,'LINE',NULL,10,'','84e93051600d41ad1a0369f36330b3b7','',NULL),(9786,'en','wordpress-seo','6ee6637061344be3ae25e00f06bf169a','Replaced with the current page total',NULL,NULL,'LINE',NULL,10,'','808e3856441fda15562525612291f808','',NULL),(9787,'en','wordpress-seo','252226d54f3511f158c732abf434fad2','Replaced with the current search phrase',NULL,NULL,'LINE',NULL,10,'','5af65131bac4810988d7f43d31b54f7c','',NULL),(9788,'en','wordpress-seo','bac48b2d36e98da1d5f4099fc4b5c511','Replaced with the current tag/tags',NULL,NULL,'LINE',NULL,10,'','0d145baddc9a4ac853828c9be9634438','',NULL),(9789,'en','wordpress-seo','f253fb250d3120191103d99c6d77f8a1','Replaced with the date of the post/page',NULL,NULL,'LINE',NULL,10,'','c550f628d2d805f49a09f2d593cca840','',NULL),(9790,'en','wordpress-seo','19c5e85954e810c94dbecb86670a299a','Replaced with the normal title for an archive generated by WordPress',NULL,NULL,'LINE',NULL,10,'','8b51b416e72a1ec56c2777300d7866e7','',NULL),(9791,'en','wordpress-seo','59f393c15a22491da768b74f36909356','Replaced with the post categories (comma separated)',NULL,NULL,'LINE',NULL,10,'','33e740196a60e018af531fc18a99ae94','',NULL),(9792,'en','wordpress-seo','1b11c171599419ec0ba9634796b0bdd5','Replaced with the post/page ID',NULL,NULL,'LINE',NULL,10,'','cce81b1d86f0ef0cd24976e96e89637a','',NULL),(9793,'en','wordpress-seo','a4ddf21f85bd8b7ef6ca6cfce82b728b','Replaced with the post/page author\'s \'Biographical Info\'',NULL,NULL,'LINE',NULL,10,'','6fba0f6b5b0e0ec801e4628213e325e0','',NULL),(9794,'en','wordpress-seo','c7eccbfba0eb776617b1f5bd8a5893ea','Replaced with the post/page author\'s \'nicename\'',NULL,NULL,'LINE',NULL,10,'','a60dc5bd91836d0a72b7fb27ed140362','',NULL),(9795,'en','wordpress-seo','7e150eb9c8d9163ce110a965b8f426b3','Replaced with the post/page excerpt (or auto-generated if it does not exist)',NULL,NULL,'LINE',NULL,10,'','de5bd6a2496ed82ff7590b7c79856a69','',NULL),(9796,'en','wordpress-seo','20491092dd5ed88020ec2222cedff3bf','Replaced with the post/page excerpt (without auto-generation)',NULL,NULL,'LINE',NULL,10,'','f26709aad8fa08dbbc513fae29611bf6','',NULL),(9797,'en','wordpress-seo','bc551d434e0067fb4d6ff080acadb026','Replaced with the post/page modified time',NULL,NULL,'LINE',NULL,10,'','05ca632f918f5b1201661ddcaaeba45c','',NULL),(9798,'en','wordpress-seo','d7fc8ef4e24a66fe9ffaef4a69e8f475','Replaced with the posts focus keyphrase',NULL,NULL,'LINE',NULL,10,'','9556d8189a44672fd5d38f695e015538','',NULL),(9799,'en','wordpress-seo','b1f0de98275cfe3df091c19f8f6fe730','Replaced with the primary category of the post/page',NULL,NULL,'LINE',NULL,10,'','d08a7583f32f6f2461fc65ad56086452','',NULL),(9800,'en','wordpress-seo','b74aee2025ef9260f164f8a04acfc188','Replaced with the slug which caused the 404',NULL,NULL,'LINE',NULL,10,'','44578f887b9644306b6761f03570683c','',NULL),(9801,'en','wordpress-seo','5e300d766297ed227e2a86d719d60231','Replaced with the tag description',NULL,NULL,'LINE',NULL,10,'','269d6381e6ed1ed6ca31022d532ece6e','',NULL),(9802,'en','wordpress-seo','5cf7358ddabba5047eaaa971f730f0c2','Replaced with the term description',NULL,NULL,'LINE',NULL,10,'','ee033b24d24835d080dd27a882837082','',NULL),(9803,'en','wordpress-seo','9a86ae560fa2641146281c04e90adb2a','Replaced with the term name',NULL,NULL,'LINE',NULL,10,'','519be7f438b02f9f98a06aaeb3a77aa8','',NULL),(9804,'en','wordpress-seo','1030ff4def1836b39c6be15a40e8a138','Replaced with the title of the parent page of the current page',NULL,NULL,'LINE',NULL,10,'','88bc541dec9698e6cf37ab857451467b','',NULL),(9805,'en','wordpress-seo','371b7a68f40bea5d986c694ddac86711','Replaced with the title of the post/page',NULL,NULL,'LINE',NULL,10,'','f39a21383154f600de91a0af52f8dbe1','',NULL),(9806,'en','wordpress-seo','1d05c3da2ad814c9668f7c98b9632b15','Request error: \"%s\" (%scommon license notices%s)',NULL,NULL,'LINE',NULL,10,'','e9181a66776822ce97b6bc4d42b849c3','',NULL),(9807,'en','wordpress-seo','b0fc67a46ec567654437fb7cb53a28c2','Request method %1$s is not valid.',NULL,NULL,'LINE',NULL,10,'','c1318ab6544de0ea761e6d73e0b99b7e','',NULL),(9808,'en','wordpress-seo','3587004c383c7282e5925f0a2c929abe','Request timed out or site is blocking Google.',NULL,NULL,'LINE',NULL,10,'','2dab0a05b1984fd83e9695cf2230973a','',NULL),(9809,'en','wordpress-seo','42d61b587a0123390822777d84e0f6bd','Response code',NULL,NULL,'LINE',NULL,10,'','abb5a2eb939cba1d253fda0dac31eb03','',NULL),(9810,'en','wordpress-seo','e0212c9c3ec9afc6480f1c27951655ab','Restore Site',NULL,NULL,'LINE',NULL,10,'','669b82f972fef0091fec33d16c17529d','',NULL),(9811,'en','wordpress-seo','ab57073c2882ca907d3c3f7b6b385b35','Restore site to defaults',NULL,NULL,'LINE',NULL,10,'','ede08bc1f98e20db35287815643a8570','',NULL),(9812,'en','wordpress-seo','bffcb07afed270bda3c46df6632d64cc','Restore this item.',NULL,NULL,'LINE',NULL,10,'','b01847c70f1e73b26915700d12ad2079','',NULL),(9813,'en','wordpress-seo','26f76ba9c30dd516fa56594ba9695989','Right angle quotation mark',NULL,NULL,'LINE',NULL,10,'','76497bf2f5dd1ed7f369067944cb3994','',NULL),(9814,'en','wordpress-seo','d88946b678e4c2f251d4e292e8142291','SEO',NULL,NULL,'LINE',NULL,10,'','501393b12f3a67e34c08a44e912755db','',NULL),(9815,'en','wordpress-seo','f4569fc50347e757f158413dff3a219a','SEO Settings',NULL,NULL,'LINE',NULL,10,'','52a9431f9f9537fac9d3e9b93920ea7d','',NULL),(9816,'en','wordpress-seo','6f58d42851e7a23492ef8145ee72aaa6','SEO Title',NULL,NULL,'LINE',NULL,10,'','c106e5b11ba6f3b5b4ace5dee962bc7d','',NULL),(9817,'en','wordpress-seo','1cf7f7bb7c6e10be7432dac77847c342','SEO analysis',NULL,NULL,'LINE',NULL,10,'','88d8371a10114b2a9190306be409b6f8','',NULL),(9818,'en','wordpress-seo','9c9a72c247c615c471abdbafa25af493','SEO issue: The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.',NULL,NULL,'LINE',NULL,10,'','5994d7fe4d85ecb7038fdf0f5fb18f70','',NULL),(9819,'en','wordpress-seo','074b37a1f8c8d097db329269306dc82a','SEO score',NULL,NULL,'LINE',NULL,10,'','ac372998c246886c0b3bdf5861edf502','',NULL),(9820,'en','wordpress-seo','5bf2d0d13c985f44ca2569d30c966639','SEO title',NULL,NULL,'LINE',NULL,10,'','9070714cc2a1f09adbe9a82ac5d01b99','',NULL),(9821,'en','wordpress-seo','44190fa7072d0ecfac5d6accc881a027','SEO title preview',NULL,NULL,'LINE',NULL,10,'','10af0795da546ee30b9c2f60b54f0adb','',NULL),(9822,'en','wordpress-seo','d92bf61b0d067325ab6dc49c7b93b202','SEO title preview:',NULL,NULL,'LINE',NULL,10,'','f47f58d80199bb50ad94d2981d9545a2','',NULL),(9823,'en','wordpress-seo','236dff6741203fd8435f6e6a5301865e','SEO: %1$sGood%2$s',NULL,NULL,'LINE',NULL,10,'','64049b4445f4a033f2bfa914deed7a58','',NULL),(9824,'en','wordpress-seo','b8ad3f16a34cd634d78d7b2297edf0bf','SEO: %1$sNeeds improvement%2$s',NULL,NULL,'LINE',NULL,10,'','6fbe031a67933a3c8f1e626fdbb29973','',NULL),(9825,'en','wordpress-seo','fe07b635c865f03111d3d2cb32060778','SEO: %1$sNot available%2$s',NULL,NULL,'LINE',NULL,10,'','521e66676ebc1937835bd395352aad45','',NULL),(9826,'en','wordpress-seo','1245ea828007708ee231e8091e99abf1','SEO: %1$sOK%2$s',NULL,NULL,'LINE',NULL,10,'','546be9659681e953b9322d55737703c8','',NULL),(9827,'en','wordpress-seo','3201cfd60653b2c91b1932ba15d1c3a9','SEO: Good',NULL,NULL,'LINE',NULL,10,'','bd95baa5b9d5b1cbf966e13f643899bb','',NULL),(9828,'en','wordpress-seo','26d5742a73bae44e1933ffae9be03f40','SEO: Needs improvement',NULL,NULL,'LINE',NULL,10,'','97ebfc4818d6368022ebddaf2d02b1e7','',NULL),(9829,'en','wordpress-seo','19e64663be8162b1c0e71d762835bf05','SEO: No Focus Keyphrase',NULL,NULL,'LINE',NULL,10,'','3de4497392befb360a01f908aed7553a','',NULL),(9830,'en','wordpress-seo','77947758c8a5d682a7c384ca0b6f0f49','SEO: OK',NULL,NULL,'LINE',NULL,10,'','418f2775c788e086ab8012d51274247d','',NULL),(9831,'en','wordpress-seo','5ddc0b5916d87f519e53ce0bdf0c3ebb','SEO: Post Noindexed',NULL,NULL,'LINE',NULL,10,'','a85a9826db427334be7272a02f9eb50b','',NULL),(9832,'en','wordpress-seo','c9cc8cce247e49bae79f15173ce97354','Save',NULL,NULL,'LINE',NULL,10,'','4a1a223b9d333ec629d28377a5714759','',NULL),(9833,'en','wordpress-seo','c320cdeffafbb2d60d6d759619c6b5e2','Save Profile',NULL,NULL,'LINE',NULL,10,'','8a827d4ac302dff9437e7329aba66b94','',NULL),(9834,'en','wordpress-seo','4ccfddde7696759c35d434580be577f0','Save all',NULL,NULL,'LINE',NULL,10,'','30f40ec7b0017bb58996010fd943cfd7','',NULL),(9835,'en','wordpress-seo','daa6b483e9f6ca081ec7e0b4a352f9e9','Save changes',NULL,NULL,'LINE',NULL,10,'','0a51a8861d477a4c0f974aeca594f2d2','',NULL),(9836,'en','wordpress-seo','2221039c68fa780e0230dc4335cf1684','Save changes to %s',NULL,NULL,'LINE',NULL,10,'','ca7f3b9e9764df4c794fcdc13c48d975','',NULL),(9837,'en','wordpress-seo','d30c151258a0ed45fb2bc61a2f438e75','Scroll to see the preview content.',NULL,NULL,'LINE',NULL,10,'','84478ee0d8a1ac6f2768a6907f05f06a','',NULL),(9838,'en','wordpress-seo','3d25247167515eb16ed66e85b979db99','Scroll to see the table content.',NULL,NULL,'LINE',NULL,10,'','7412d8f5299932b2abd3457f1c007218','',NULL),(9839,'en','wordpress-seo','be678a454f32da1b6d4aa9b2cc9e76aa','Seamlessly integrate %1$s into your AMP pages!',NULL,NULL,'LINE',NULL,10,'','df9ccf58e11c3284926463d41798a91b','',NULL),(9840,'en','wordpress-seo','104216818642fc7733e84de62f9cbcf8','Seamlessly integrate %2$s with %1$s for the content analysis!',NULL,NULL,'LINE',NULL,10,'','88776baeab998795aa7868c737a0dbc5','',NULL),(9841,'en','wordpress-seo','1781585fae762b698e9e31b1ec37a3c2','Seamlessly integrate WooCommerce with %1$s and get extra features!',NULL,NULL,'LINE',NULL,10,'','856600cbac6c4c46690c887b738788c6','',NULL),(9842,'en','wordpress-seo','13348442cc6a27032d2b4aa28b75a5d3','Search',NULL,NULL,'LINE',NULL,10,'','e3d1006a263c03fbc51bb13bb0d5d201','',NULL),(9843,'en','wordpress-seo','c43ac5e20d34bdfa4bb127e8cc09e1e0','Search Appearance',NULL,NULL,'LINE',NULL,10,'','ff2fa4e95e7d32f70d0e601acabff34a','',NULL),(9844,'en','wordpress-seo','3b392317924d8b0ba2864e2175f11869','Search Console',NULL,NULL,'LINE',NULL,10,'','d5559c5408ce6c613e6446bd1da63c3a','',NULL),(9845,'en','wordpress-seo','9ba9e48d2d72c431a462658fe31908fa','Search engine visibility',NULL,NULL,'LINE',NULL,10,'','25a9d684afe0e4f7d37212d5ed541c9b','',NULL),(9846,'en','wordpress-seo','597dde61d74aa52805160409d1376130','Search engines and other websites can still send traffic to your deleted post.',NULL,NULL,'LINE',NULL,10,'','5754c6463f87c426c6b2489cfa98f642','',NULL),(9847,'en','wordpress-seo','094d410d54b55e2e7cd217b8df2b5c7a','Search engines should show \"%1$s\" in search results:',NULL,NULL,'LINE',NULL,10,'','73f91f7b2858b5fc3203d53dfcd6b0a6','',NULL),(9848,'en','wordpress-seo','bfe63b1aa68521495dac03a6a77a86dd','Search for \"%s\"',NULL,NULL,'LINE',NULL,10,'','2e99c246ee4af84de08c330caa74fcfe','',NULL),(9849,'en','wordpress-seo','9003fc7489e6aec510d20674d0495601','Search pages',NULL,NULL,'LINE',NULL,10,'','75fc2227024d48748227c2572d018ebd','',NULL),(9850,'en','wordpress-seo','f4eb499a586da44ee36f3b17dbe2f73f','Search phrase',NULL,NULL,'LINE',NULL,10,'','f0dacffcf739093af7e2dbc3ce706f62','',NULL),(9851,'en','wordpress-seo','682146f9fc27f463cd874d5bd14a618a','Search result',NULL,NULL,'LINE',NULL,10,'','775a0ccdbd444e750eb2ea46d16d89ec','',NULL),(9852,'en','wordpress-seo','eb6b06cab0dd72e04c4da68d511facf2','Search results',NULL,NULL,'LINE',NULL,10,'','a84d14ae2aa17d3530bb8fe625ee89af','',NULL),(9853,'en','wordpress-seo','4e93c5903d397c0b797e33194643d07d','Search the Yoast Knowledge Base for answers to your questions:',NULL,NULL,'LINE',NULL,10,'','35a99ecca31824ca3316b2d9edd65830','',NULL),(9854,'en','wordpress-seo','7ee61cb12440b92110b1311357925f01','Security: no advanced settings for authors',NULL,NULL,'LINE',NULL,10,'','3305ff0fdd0d11035254bc149979f3fd','',NULL),(9855,'en','wordpress-seo','d2f66161aa08fcc64dfcd9653e93312f','See the XML sitemap.',NULL,NULL,'LINE',NULL,10,'','612d6da9b05ba33fd438077374ceba89','',NULL),(9856,'en','wordpress-seo','9cbcd69cd7009d55e90a1a6eb2c169a9','See who contributed to %1$s.',NULL,NULL,'LINE',NULL,10,'','6e71301603d040c3d36f2c9a91c348d7','',NULL),(9857,'en','wordpress-seo','87ef4bc94f5614af742fafcb1cafeae3','Select profile',NULL,NULL,'LINE',NULL,10,'','8bc7a0d871967c188bfb714a3e933a3c','',NULL),(9858,'en','wordpress-seo','372e4095a2898aa0f89da652a26c62c1','Select redirect',NULL,NULL,'LINE',NULL,10,'','91b318c8ad141ec88e6ef37e3c2f72b1','',NULL),(9859,'en','wordpress-seo','4c5ac3ed96f738c20fd5b7bd93038466','Select the primary %s',NULL,NULL,'LINE',NULL,10,'','1655cb40b817f1de06e6d7b7fc1f6eee','',NULL),(9860,'en','wordpress-seo','04b2e4188d4ef8051e4699da8af01335','Separator',NULL,NULL,'LINE',NULL,10,'','a550bfd87226b68034bb0a6debbee18d','',NULL),(9861,'en','wordpress-seo','523c0fd4891adc27723e1eab0a0748e3','Separator between breadcrumbs',NULL,NULL,'LINE',NULL,10,'','a379e538618507fcee8e836a834fc30d','',NULL),(9862,'en','wordpress-seo','dd9742741ad6a068ce129e4fa97aa294','Server Error',NULL,NULL,'LINE',NULL,10,'','c954a145ab43a48a5cb39fbed6c6ed1b','',NULL),(9863,'en','wordpress-seo','837d6f9c3215b021aeae4417d77149c9','Server requires authentication or is blocking Googlebot from accessing the site.',NULL,NULL,'LINE',NULL,10,'','0261dbfa7cdb5334159b3a0cb99175a1','',NULL),(9864,'en','wordpress-seo','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'LINE',NULL,10,'','69aeb16fd0b64896550342852e446d76','',NULL),(9865,'en','wordpress-seo','1f75a0c5c4f62f6f70d52ce49b8a36a5','Settings Updated.',NULL,NULL,'LINE',NULL,10,'','d74fa9973707bdccce649553a058a633','',NULL),(9866,'en','wordpress-seo','ac1adbba1637853d6dbe7d4a1773fde6','Settings could not be imported:',NULL,NULL,'LINE',NULL,10,'','19395e4b5505be6aa3c79c190f2437b0','',NULL),(9867,'en','wordpress-seo','5e5a6d02f9b513b2b78fbae4a00e2ea7','Settings for %s archive',NULL,NULL,'LINE',NULL,10,'','d159ea76376d1a885412576e9e6cb49b','',NULL),(9868,'en','wordpress-seo','0fe70f6cd9b3530a592a7809e65ac3ae','Settings for single %s URLs',NULL,NULL,'LINE',NULL,10,'','0996fb612c52ae5ac2a8b0df1d4d5bde','',NULL),(9869,'en','wordpress-seo','18fb7ed263dea468b837bd81e6f5040b','Settings successfully imported.',NULL,NULL,'LINE',NULL,10,'','1039f34943a33b79771d13a75eb12333','',NULL),(9870,'en','wordpress-seo','dcd7d4fe506056814eb8a269bda1151a','Should search engines follow links on this %1$s?',NULL,NULL,'LINE',NULL,10,'','ea4c4828ec917592340ef6cf7dafc021','',NULL),(9871,'en','wordpress-seo','498f79c4c5bbde77f1bceb6c86fd0f6d','Show',NULL,NULL,'LINE',NULL,10,'','b8a4e3cedcbababe589ecaf5f00ee710','',NULL),(9872,'en','wordpress-seo','a391a1519983cb454fc7c4c228d64a34','Show %s in search results?',NULL,NULL,'LINE',NULL,10,'','7d06ffb4a04343970c8992f38ab3d936','',NULL),(9873,'en','wordpress-seo','a5ababc5f36cbe814c5ea4a4a79e5ae9','Show All Content Types',NULL,NULL,'LINE',NULL,10,'','5d50fd084082184a691f216b981b360a','',NULL),(9874,'en','wordpress-seo','a9fdfc263f8b90ef91f6e2221bc5c2f5','Show Blog page',NULL,NULL,'LINE',NULL,10,'','4f3fa10f9ca680683835b0df73ee50d2','',NULL),(9875,'en','wordpress-seo','7abe999e3836dc322df39fa6755d904d','Show information about errors in category \'Access Denied\'',NULL,NULL,'LINE',NULL,10,'','7629fc473d6a1cb7ac770b6c82146b5e','',NULL),(9876,'en','wordpress-seo','a421c829441644b080d4a129e2d8ed3a','Show information about errors in category \'Blocked\'',NULL,NULL,'LINE',NULL,10,'','7b4f1b58a5b5d43c03e5a2406116ccd0','',NULL),(9877,'en','wordpress-seo','1291a23af9d7dc658edcb47e49da3aa1','Show information about errors in category \'Not Found\'',NULL,NULL,'LINE',NULL,10,'','dcc5161723f89673bd73a794e6c03486','',NULL),(9878,'en','wordpress-seo','a7d8eceb11253c218c6cd922c028e45d','Show information about errors in category \'Other\'',NULL,NULL,'LINE',NULL,10,'','411ea0dcbce02aa8439750def2b59352','',NULL),(9879,'en','wordpress-seo','bc68fbeee2c0931d5f35a88c4d0aa5fe','Show information about errors in category \'Server\'',NULL,NULL,'LINE',NULL,10,'','aac1fb8b22203d6932c235be1957234f','',NULL),(9880,'en','wordpress-seo','b4c72e4dbe835dd381f6c6d083ae3231','Show information about errors in category \'Soft 404\'',NULL,NULL,'LINE',NULL,10,'','96ec0438764cc5becdd51652cb20a8f5','',NULL),(9881,'en','wordpress-seo','148b24ff46fec699b3bc98c4a4c4c54e','Show your videos in Google Videos',NULL,NULL,'LINE',NULL,10,'','61e57d812f9a1d9e8057949ada8afe06','',NULL),(9882,'en','wordpress-seo','43dc45bd5af4a820e58925c5f4436462','Showing step items as an ordered list.',NULL,NULL,'LINE',NULL,10,'','aee6ac955f3429937ec5fb2b53eb1c87','',NULL),(9883,'en','wordpress-seo','54e66d8e1354af8e37029d6724405db6','Showing step items as an unordered list',NULL,NULL,'LINE',NULL,10,'','693a81575779b04aa2ce075439aefa71','',NULL),(9884,'en','wordpress-seo','fbe5a5356fb6c3d67b5e1f30fd09f2c0','Sign Up!',NULL,NULL,'LINE',NULL,10,'','7510458b603d6c995b91e850d822c8ea','',NULL),(9885,'en','wordpress-seo','caf0f613961bc05930cfde22c997855d','Sign up for our newsletter if you would like to keep up-to-date about %1$s, other cool plugins by %2$s, and interesting news and tips from the world of SEO.',NULL,NULL,'LINE',NULL,10,'','85bff55b7a2f8700e97bd16c98c42470','',NULL),(9886,'en','wordpress-seo','823518c5781fa934667a3b57b4e5de2c','Site Admins (default)',NULL,NULL,'LINE',NULL,10,'','d089f18d939267a0f2317224322aa674','',NULL),(9887,'en','wordpress-seo','b250a007769c7ffe655c74cfb8176b8c','Site ID',NULL,NULL,'LINE',NULL,10,'','69c896695b7f079113cdc6a38824c7e2','',NULL),(9888,'en','wordpress-seo','10d3261e9d0bfb903148c180afd80d2c','Site title',NULL,NULL,'LINE',NULL,10,'','bf2d3c75398ecc23c5f9ca5526b0a37a','',NULL),(9889,'en','wordpress-seo','0b8ae75ff4e6c5dc59aeb17990365d9a','Site type',NULL,NULL,'LINE',NULL,10,'','25d9386ae2be3414fdbfe32773018557','',NULL),(9890,'en','wordpress-seo','ff60dc266f38f4f7dda28aeb4222956d','Site with ID %d not found.',NULL,NULL,'LINE',NULL,10,'','406299694746642be31c216e282a9636','',NULL),(9891,'en','wordpress-seo','382aa5f0763ee657d3c4c2d792dc5311','Site-wide default: %s',NULL,NULL,'LINE',NULL,10,'','b63bf20115273608b8b8cd1d0f467103','',NULL),(9892,'en','wordpress-seo','0c908588520b3ef787bce443fc2b507c','Slug',NULL,NULL,'LINE',NULL,10,'','fb6779c0e2c941227a34f9a24cbc6bfe','',NULL),(9893,'en','wordpress-seo','771d262435806a5f2cd9e5abea8e2c55','Slug preview:',NULL,NULL,'LINE',NULL,10,'','8e4d0d86a081cec24ee2f2efae3d5372','',NULL),(9894,'en','wordpress-seo','299a0c480ad9ffd9d466dec208c9e457','Small tilde',NULL,NULL,'LINE',NULL,10,'','2883c993143b876301848ca96605211f','',NULL),(9895,'en','wordpress-seo','853ca16bda4f3d303e70e48db81c17c6','Smartphone',NULL,NULL,'LINE',NULL,10,'','0be2183eb5188f182b05f82bd8c0f65a','',NULL),(9896,'en','wordpress-seo','8755b672682c9c7239c7533038912f80','Snippet Preview',NULL,NULL,'LINE',NULL,10,'','b2836fcbf01cef1433de6b2dfc9a6476','',NULL),(9897,'en','wordpress-seo','60f8c894ec05674905dcfdf8776e8517','Snippet preview',NULL,NULL,'LINE',NULL,10,'','5f2c215fa20cdda4ec951de8a805c703','',NULL),(9898,'en','wordpress-seo','2aa30ab93dd568bbda947b86d797cce1','Snippet variables',NULL,NULL,'LINE',NULL,10,'','1d3024984bf220e40ee4f5d2b1eaad7b','',NULL),(9899,'en','wordpress-seo','f431e17ea0081a3c9e51fc240221ee21','Social',NULL,NULL,'LINE',NULL,10,'','5196588b291087580de65fa69d1a0a8c','',NULL),(9900,'en','wordpress-seo','ed260d77a5615b4e82890c329d98177f','Social Previews',NULL,NULL,'LINE',NULL,10,'','fa0416d4218fc7e013bf9a045cbf7355','',NULL),(9901,'en','wordpress-seo','0ac797c5a31b98b22ff3872758c93fc2','Social media preview',NULL,NULL,'LINE',NULL,10,'','296da1121baa1dacb82ab33917df1a94','',NULL),(9902,'en','wordpress-seo','422532384bd0406408f617aab6e4484a','Social previews',NULL,NULL,'LINE',NULL,10,'','4818e708dff70dfe2b0c5c4d8bf419aa','',NULL),(9903,'en','wordpress-seo','473a087c0f57ab1ea5798b408415e1b1','Social profiles',NULL,NULL,'LINE',NULL,10,'','11718d37469ec1c30b53dd0f7b7d0860','',NULL),(9904,'en','wordpress-seo','f80ba0c20bcae343ae9cdaf49ec36923','Soft 404',NULL,NULL,'LINE',NULL,10,'','0141d90d1945272bf84f91e1c66a57a6','',NULL),(9905,'en','wordpress-seo','bf086eb471716d6e62b731268d06807d','Something else',NULL,NULL,'LINE',NULL,10,'','80271e876d5d0aa52d68496473a251f9','',NULL),(9906,'en','wordpress-seo','5c07cd94873d2f388b4bbd4d04a529fa','Something went wrong. Please reload the page.',NULL,NULL,'LINE',NULL,10,'','0dcaa00f9faadc7621d379dd2eba61eb','',NULL),(9907,'en','wordpress-seo','05e070788d5522addd174a9baa153f9f','Something went wrong. Please try again later.',NULL,NULL,'LINE',NULL,10,'','b2a417806306c486275597e7cf9ea1c8','',NULL),(9908,'en','wordpress-seo','a82842fbeae56933785a578bb7a1fdce','Special Pages',NULL,NULL,'LINE',NULL,10,'','463ac97bbb57f7cdbc6743861eee4759','',NULL),(9909,'en','wordpress-seo','2248a49d41601307d1735167e31914bb','Step %1$d: %2$s',NULL,NULL,'LINE',NULL,10,'','5f4e2c4459c67603e29b80695bfad1ac','',NULL),(9910,'en','wordpress-seo','87e02a07b3ccd7d6338d1319c5e493a4','Step 1: Create a backup',NULL,NULL,'LINE',NULL,10,'','8c234e92e8c4899e3612a504d8ac1e79','',NULL),(9911,'en','wordpress-seo','dbf2ef9a146b1a3d879136077182804d','Step 2: Import',NULL,NULL,'LINE',NULL,10,'','960630224bc8f0698a418b21ff0e77b8','',NULL),(9912,'en','wordpress-seo','98b474c213f65d7f12da551b2ada683d','Step 3: Check your data',NULL,NULL,'LINE',NULL,10,'','f50ebd463ba7b3bd15ec0e73404d235f','',NULL),(9913,'en','wordpress-seo','064c429d95ac90fc6ea0aca3b560f2e3','Step 4: Run the configuration wizard',NULL,NULL,'LINE',NULL,10,'','af88b5351230d49c0c000e378e748a14','',NULL),(9914,'en','wordpress-seo','c887e63802e29fbe8e44543492dfdd79','Step 5: Clean up',NULL,NULL,'LINE',NULL,10,'','ebe8dc293c09f9c7926cbfd7efbeb5d1','',NULL),(9915,'en','wordpress-seo','ff03279d969a74890352175f330adec9','Stop counting',NULL,NULL,'LINE',NULL,10,'','77949088598da2a8edc479caa6f81588','',NULL),(9916,'en','wordpress-seo','402e7a087747cb56c718bde84651f96a','Success!',NULL,NULL,'LINE',NULL,10,'','c91d1fdc79ea8edf1d0a528aa470ff35','',NULL),(9917,'en','wordpress-seo','6a0e52a23a3989ef0e69b63b171619fc','Success: %s',NULL,NULL,'LINE',NULL,10,'','baf4793cbd05452c11be723fc41a3d1d','',NULL),(9918,'en','wordpress-seo','290612199861c31d1036b185b4e69b75','Summary',NULL,NULL,'LINE',NULL,10,'','c51fbd2eee5bdd7ce9d5a777c4e104fa','',NULL),(9919,'en','wordpress-seo','b66ef841b7d75a46de116244e4c5b86a','Summary with large image',NULL,NULL,'LINE',NULL,10,'','b94b28e6e039903569e33017bbea362d','',NULL),(9920,'en','wordpress-seo','531bcda31ea8857a8d14eeca42d94e25','Super Admins only',NULL,NULL,'LINE',NULL,10,'','3bde7a6a62510a25c81632ffb90bdcdc','',NULL),(9921,'en','wordpress-seo','9625c2fc15a411417e8db55efd693b50','Superfast internal linking suggestions',NULL,NULL,'LINE',NULL,10,'','cb89756c6876e363f3b78c4b244bf650','',NULL),(9922,'en','wordpress-seo','1752a8a36ba53e732cd2f9a7fb80b098','Superfast internal links suggestions',NULL,NULL,'LINE',NULL,10,'','abea1a4526ec3168b9b8df363bba75ce','',NULL),(9923,'en','wordpress-seo','f4c49d943c48645797bcb73f9afc748d','Support requests you create here are sent directly into our support system, which is secured with 256 bit SSL, so communication is 100% secure.',NULL,NULL,'LINE',NULL,10,'','efb72cc2ea8e7416c3ecc13ceb09a773','',NULL),(9924,'en','wordpress-seo','2636c97c58ae79bf8bcf6507d9bdc86e','Synonyms & related keyphrases',NULL,NULL,'LINE',NULL,10,'','b5f3c8366356cdaf26248f908b535817','',NULL),(9925,'en','wordpress-seo','c101058e7ea21bbbf2a5ac893088e90b','Tag',NULL,NULL,'LINE',NULL,10,'','763e4827aa2d639533d214e79c0f688c','',NULL),(9926,'en','wordpress-seo','0f82f9e287af0edc228b6bf3569246be','Tag description',NULL,NULL,'LINE',NULL,10,'','64835faf1d6bfa4d3882fe4e249c634c','',NULL),(9927,'en','wordpress-seo','122a05774113cd494d44a50e17914937','Tagline',NULL,NULL,'LINE',NULL,10,'','c9046a8031c7939e175499c26ebaa493','',NULL),(9928,'en','wordpress-seo','9609a7e063b48050034ec8a45a156300','Take note:',NULL,NULL,'LINE',NULL,10,'','da073fe5a80e60d39b906e969cf1dc52','',NULL),(9929,'en','wordpress-seo','5acd460877052acd8485e812d7ac8004','Taxonomies',NULL,NULL,'LINE',NULL,10,'','f5f10e1ebf7df97683a6073d0d76bd1f','',NULL),(9930,'en','wordpress-seo','517ef8ae6f401b779a60df92e6a2d56c','Taxonomy to show in breadcrumbs for content types',NULL,NULL,'LINE',NULL,10,'','fd99734f48c81c787f2377c68900a518','',NULL),(9931,'en','wordpress-seo','8a8777703b8d4c40a4e3ff3cc8d3890a','Team Yoast',NULL,NULL,'LINE',NULL,10,'','54bc06e566df24bdc32008c772da2213','',NULL),(9932,'en','wordpress-seo','c6f21986c6db367d5e17b80ab0b4e774','Template explanation',NULL,NULL,'LINE',NULL,10,'','2e38bb6173fb64e1784829806e1aa815','',NULL),(9933,'en','wordpress-seo','184a8e4f6873ebc42bc8c9ca94ad66cc','Term description',NULL,NULL,'LINE',NULL,10,'','82d3658a22fde197a5689eedc6865311','',NULL),(9934,'en','wordpress-seo','e3d99a9c00b0f6c44b248d3804e4aa40','Term is set to noindex.',NULL,NULL,'LINE',NULL,10,'','5ba3376efb0e0752cf7115f10e1b9c7d','',NULL),(9935,'en','wordpress-seo','51aa85d45db5754a52ba9cb388ff4e22','Term title',NULL,NULL,'LINE',NULL,10,'','6bcbc9e5cdf05755c6ea1d04579890ea','',NULL),(9936,'en','wordpress-seo','bccd04b462b04019ab7fc62b4cd621b4','Term404',NULL,NULL,'LINE',NULL,10,'','60b8ee8071108b855f63db3b4477acde','',NULL),(9937,'en','wordpress-seo','121f726139dbc16545a568a63b52afdb','Text %1$s of %2$s processed.',NULL,NULL,'LINE',NULL,10,'','669238a3ccef2862b84c8c813be99a5f','',NULL),(9938,'en','wordpress-seo','805ebb0e70ec3d39ee958de78ed3d7ce','Text link counter',NULL,NULL,'LINE',NULL,10,'','2efaa42117d5a8695e644ca3fcaf7465','',NULL),(9939,'en','wordpress-seo','b78f232e9da860e0b2a4dbfea2a8bd19','The %1$s admin bar menu contains useful links to third-party tools for analyzing pages and makes it easy to see if you have new notifications.',NULL,NULL,'LINE',NULL,10,'','236a6e308c23d138551c492060f702bc','',NULL),(9940,'en','wordpress-seo','3b32cda522ae48675f8d11cdad7801d0','The %1$s data has been removed. You will have to reauthenticate if you want to retrieve the data again.',NULL,NULL,'LINE',NULL,10,'','9194764c4b6dac4192771c3f6ef4285b','',NULL),(9941,'en','admin_texts_wpseo_titles','[wpseo_titles]title-home-wpseo','%%sitename%% %%page%% %%sep%% %%sitedesc%%',NULL,NULL,'LINE',NULL,0,'','e378148fddf4e947517c053abc51db93','optional',NULL),(9942,'en','admin_texts_wpseo_titles','[wpseo_titles]title-author-wpseo','%%name%%, Author at %%sitename%% %%page%%',NULL,NULL,'LINE',NULL,0,'','2476ea778a362cacbfea45d366f8cd81','optional',NULL),(9943,'en','admin_texts_wpseo_titles','[wpseo_titles]title-archive-wpseo','%%date%% %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','6e3e4dba90fc74ab7a07293176821ffd','optional',NULL),(9944,'en','admin_texts_wpseo_titles','[wpseo_titles]title-search-wpseo','You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','281293b22d86402357ed7621ded8febf','optional',NULL),(9945,'en','admin_texts_wpseo_titles','[wpseo_titles]title-404-wpseo','Page not found %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','c7cd70b815da0a1bc7a89f114689fef9','optional',NULL),(9946,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-home-wpseo','',NULL,NULL,'LINE',NULL,0,'','3a08c2a7139303582e57ac47e86e7258','optional',NULL),(9947,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-author-wpseo','',NULL,NULL,'LINE',NULL,0,'','ec66abe8df773eba4a10f9e587d19cd3','optional',NULL),(9948,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-archive-wpseo','',NULL,NULL,'LINE',NULL,0,'','9ea43ca30a5675bb241cf1b9dbf6c8f8','optional',NULL),(9949,'en','admin_texts_wpseo_titles','[wpseo_titles]breadcrumbs-404crumb','Error 404: Page not found',NULL,NULL,'LINE',NULL,0,'','74bd89c9815aa4045eec71c60c016450','optional',NULL),(9950,'en','wordpress-seo','5a8c56052126ad94dc097453cd517211','The %1$s plugin installation is incomplete. Please refer to %2$sinstallation instructions%3$s.',NULL,NULL,'LINE',NULL,10,'','a1fa5c8b66e9e773d55bbfd9fb0a9f8f','',NULL),(9951,'en','wordpress-seo','aaf5b02e5774fd7590c30ff7be7804ef','The %1$s plugin might cause issues when used in conjunction with %2$s.',NULL,NULL,'LINE',NULL,10,'','4e8cac868ce09a6334c23e18e2ed437e','',NULL),(9952,'en','wordpress-seo','a2af509079a5cb70525f9968fe7d4d43','The %s importer functionality uses temporary database tables. It seems your WordPress install does not have the capability to do this, please consult your hosting provider.',NULL,NULL,'LINE',NULL,10,'','5e8c902eb654eadb885b93d75c87ebd9','',NULL),(9953,'en','wordpress-seo','d083a590f0b58383d28a93402b236e15','The <strong>Text link counter</strong> feature (introduced in %1$s %2$s) is currently disabled. For this feature to work %1$s needs to create a table in your database. We were unable to create this table automatically.\\n					Please read the following %3$sknowledge base article%4$s to find out how to resolve this problem.',NULL,NULL,'LINE',NULL,10,'','87187f0f894ff02426bffed42f670b9b','',NULL),(9954,'en','wordpress-seo','aed4029879691c31f3babf48d5a44ded','The <strong>Text link counter</strong> feature (introduced in %1$s %2$s) is currently disabled. For this feature to work %1$s requires at least PHP version %3$s. We have detected PHP version %4$s on this website.\\n					Please read the following %5$sknowledge base article%6$s to find out how to resolve this problem.',NULL,NULL,'LINE',NULL,10,'','22564302613cebc9d0dc7095e6850f57','',NULL),(9955,'en','wordpress-seo','cbc47da2ec0df64960c203f1b8b3c047','The Breadcrumbs Title is used in the breadcrumbs where this taxonomy appears.',NULL,NULL,'LINE',NULL,10,'','7b8c55a20b4762e9ed2aea3f3c6d6cb5','',NULL),(9956,'en','wordpress-seo','7e27bf19954fc6bcef5fdfe7eedb8d0c','The SEO analysis offers suggestions to improve the SEO of your text.',NULL,NULL,'LINE',NULL,10,'','f124691abca44cae91b9b609b720bdce','',NULL),(9957,'en','wordpress-seo','2e2cd6a02c0aaa9f820ef677128ae824','The Standard PHP Library (SPL) extension seem to be unavailable. Please ask your web host to enable it.',NULL,NULL,'LINE',NULL,10,'','b388d1a0d0c199056481b8766377bffe','',NULL),(9958,'en','wordpress-seo','91a2b9a1c36dc1096f93ba66a6bcc468','The URL that this page should redirect to.',NULL,NULL,'LINE',NULL,10,'','b1e4db701c4aff3b39ca9a8928eb9244','',NULL),(9959,'en','wordpress-seo','06efaad28d92d3bda1229693490c28d2','The advanced section of the %1$s meta box allows a user to remove posts from the search results or change the canonical. These are things you might not want any author to do. That\'s why, by default, only editors and administrators can do this. Setting to \"%2$s\" allows all users to change these settings.',NULL,NULL,'LINE',NULL,10,'','81ed13f50bae19e6bb7ddb1d32a032f2','',NULL),(9960,'en','wordpress-seo','1272b467557f8d3990a181627ffa2e46','The canonical URL that this page should point to, leave empty to default to permalink. %1$sCross domain canonical%2$s supported too.',NULL,NULL,'LINE',NULL,10,'','a53c3da39358fc2eb62f948adb0be99d','',NULL),(9961,'en','wordpress-seo','ac794739023a80acda6d5dc8d8a0f90e','The canonical link is shown on the archive page for this term.',NULL,NULL,'LINE',NULL,10,'','427a7c9d7995a4b68041f93e22f6c4db','',NULL),(9962,'en','wordpress-seo','1448ec038d31d5829b229863704e77db','The configuration wizard helps you to easily configure your site to have the optimal SEO settings.',NULL,NULL,'LINE',NULL,10,'','01fcf256284f5c3d58313c05b9cc0e60','',NULL),(9963,'en','wordpress-seo','0125fabb71531fb11a14add7e460f3c1','The cornerstone content feature lets you to mark and filter cornerstone content on your website.',NULL,NULL,'LINE',NULL,10,'','503516a389a3dae6642b913375dd47ef','',NULL),(9964,'en','wordpress-seo','64ca9c3b7dd4430d7bc83a265d25411c','The default blog setting must be the numeric blog id of the blog you want to use as default.',NULL,NULL,'LINE',NULL,10,'','f8fe9c859a76b463fedbd466610ea051','',NULL),(9965,'en','wordpress-seo','e8fc40993f8c7b8db537d2d6f338e3bb','The default card type to use',NULL,NULL,'LINE',NULL,10,'','9091d86d393d3dfa7830ca329721921e','',NULL),(9966,'en','wordpress-seo','e0f5d769a98141c2514dd2962ac913c0','The filter extension seem to be unavailable. Please ask your web host to enable it.',NULL,NULL,'LINE',NULL,10,'','2b6f98d8c56df11b33ebe299572adc63','',NULL),(9967,'en','wordpress-seo','9ab0b67b43473e3a680218fa63600763','The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.',NULL,NULL,'LINE',NULL,10,'','bf43b7e6563b71db2a8dd8289f84177c','',NULL),(9968,'en','wordpress-seo','29bda9552a6900225d6945cca072aa84','The issues have been successfully reloaded!',NULL,NULL,'LINE',NULL,10,'','bf39f61bc2b058e1c0d91ef558e822dc','',NULL),(9969,'en','wordpress-seo','df9530f76b78218add71acae6171a54e','The links in all your public texts need to be counted. This will provide insights of which texts need more links to them. If you want to know more about the why and how of internal linking, check out %1$sthe article about internal linking on %2$s%3$s.',NULL,NULL,'LINE',NULL,10,'','aad90d0f9a7b2e6b712bfd6058e7b3a9','',NULL),(9970,'en','wordpress-seo','a1e6f45f1e05d0f0c42389aef963f7ee','The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.',NULL,NULL,'LINE',NULL,10,'','4da1fd507a2d9c7fee8c38daa2b2afca','',NULL),(9971,'en','wordpress-seo','c34285afaf5acf68d850726e345126f6','The meta description contains %1$d sentences %2$sover %3$s words%4$s. Try to shorten these sentences.',NULL,NULL,'LINE',NULL,10,'','4f1f438c02a5bdfc735080b472982cb3','',NULL),(9972,'en','wordpress-seo','140e4dc77c2976352f2aa5f27b464a59','The meta description contains no sentences %1$sover %2$s words%3$s.',NULL,NULL,'LINE',NULL,10,'','a666976242e0224bbcfcf09404bedf08','',NULL),(9973,'en','wordpress-seo','809e80ba199dc574d076db13351021b0','The name of the company',NULL,NULL,'LINE',NULL,10,'','2fa1f7ef09a3c13eb8b657556bcaa3e5','',NULL),(9974,'en','wordpress-seo','a9f20289a837142d454b816583340f4a','The name of the person',NULL,NULL,'LINE',NULL,10,'','efbc3b3e068185519cfc4dc7f712908f','',NULL),(9975,'en','wordpress-seo','2eb2cd3b4e33135d23acfcfeb0580f2f','The object type `%1$s` is invalid',NULL,NULL,'LINE',NULL,10,'','dd7450bc5995d7ec9d9bd22dffa85107','',NULL),(9976,'en','wordpress-seo','eef550bee3bc96d573bc090a530459d7','The parameter `%1$s` cannot be empty.',NULL,NULL,'LINE',NULL,10,'','7439f01ba70da17d65134c31af3761d8','',NULL),(9977,'en','wordpress-seo','559c0c1de371f201577d05a6bcdfee48','The plugin %2$s changes your site\'s output and in doing that differentiates between search engines and normal users, a process that\'s called cloaking. We highly recommend that you disable it.',NULL,NULL,'LINE',NULL,10,'','606253ca81af03df9ae7f409b528171e','',NULL),(9978,'en','wordpress-seo','44210e89ea4f3377c1d287df6d9feb5d','The post %1$s appeared first on %2$s.',NULL,NULL,'LINE',NULL,10,'','5b3bbd3f7f63df925475336c973766f8','',NULL),(9979,'en','wordpress-seo','3329fe23442003dcec8320f85e821c11','The premium version of %1$s with more features & support.',NULL,NULL,'LINE',NULL,10,'','20171314b9d0c429c065d777949d549a','',NULL),(9980,'en','wordpress-seo','684b472c7667c88db6b0d933104ef7fc','The readability analysis offers suggestions to improve the structure and style of your text.',NULL,NULL,'LINE',NULL,10,'','272960692b040b6ed2cd21f25cfde82c','',NULL),(9981,'en','wordpress-seo','731823e7c5088fca6295ae51c70865ae','The recommended image size for %1$s is %2$s pixels.',NULL,NULL,'LINE',NULL,10,'','d236031b2a6b63e574f5acd36be327ba','',NULL),(9982,'en','wordpress-seo','17fe1034e5c14e9a582eb8c9895f67f3','The search appearance settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The table below contains a list of the available variables.',NULL,NULL,'LINE',NULL,10,'','1b24ed575b72a0a840a2d579df2ae83b','',NULL),(9983,'en','wordpress-seo','23e9bbe12af0ea7465573382782ca953','The separator defined in your theme\'s %s tag.',NULL,NULL,'LINE',NULL,10,'','a2189a0e2d81f945c39a722baf097f81','',NULL),(9984,'en','wordpress-seo','80e18aec0a6feb82635e6b2f36481def','The settings on this page allow you to specify what the default search appearance should be for any type of content you have. You can choose which content types appear in search results and what their default description should be.',NULL,NULL,'LINE',NULL,10,'','5bcbf87abab6675eeabd9d229906c4d7','',NULL),(9985,'en','wordpress-seo','4fcbd51947e67b1483d10f9dd054e105','The site\'s name',NULL,NULL,'LINE',NULL,10,'','d9322873c45d4cef590b066c1f620224','',NULL),(9986,'en','wordpress-seo','8ca535705643b4231c98650926b6f8a3','The site\'s tagline',NULL,NULL,'LINE',NULL,10,'','8b5e2f8ddde3c8ab3eacfc234600b067','',NULL),(9987,'en','wordpress-seo','676a77e5063708da58ddfc24aac4d2bc','The target URL doesn\'t exist, but your server is not returning a 404 (file not found) error.',NULL,NULL,'LINE',NULL,10,'','7318eaf404c3e47d4a696d6c3039ed89','',NULL),(9988,'en','wordpress-seo','20c60bae151dd51adb972d4058d991de','The text link counter helps you improve your site structure.',NULL,NULL,'LINE',NULL,10,'','b10ad9ad9db1000e15ce3c64ba064084','',NULL),(9989,'en','wordpress-seo','53f5c31d7d405e1730066c6950dced20','The title &amp; metas settings for %1$s are made up of variables that are replaced by specific values from the page when the page is displayed. The tabs on the left explain the available variables.',NULL,NULL,'LINE',NULL,10,'','4bc1b6a079ca4c694e9b9f827ccfbcda','',NULL),(9990,'en','wordpress-seo','dfc04a9fcff5cfcbfde45c59c24a449f','There is a new notification.',NULL,NULL,'LINE',NULL,10,'','a4fa1b6f4c7dc551eadfa8c5bf605c98','',NULL),(9991,'en','wordpress-seo','fc43f2a61e36976bec06f50d9b16a791','There are new notifications.',NULL,NULL,'LINE',NULL,10,'','db17e93f0074c8c3a463ea0c52bb8c98','',NULL),(9992,'en','wordpress-seo','bfd2dc1c18d7211ea2bf3816f6d291c4','There is an error with the request.',NULL,NULL,'LINE',NULL,10,'','c19f4f6532edaeb9f99d9437d1bb76b3','',NULL),(9993,'en','wordpress-seo','da7ba0377d72dd0c6735e3e31ae41ca8','There were no profiles found',NULL,NULL,'LINE',NULL,10,'','c3df17190c6bf03bfd523d599d46e03b','',NULL),(9994,'en','wordpress-seo','3f061bdc5c4d72a0d3f564c56a38a88b','These are the title, description and image used in the Open Graph meta tags on the front page of your site.',NULL,NULL,'LINE',NULL,10,'','31d527f450639878f34d1b0d262bd440','',NULL),(9995,'en','wordpress-seo','5c789207361fdb08f540e0ba3aa6a92e','These pages will be %s by default, so they will never show up in search results.',NULL,NULL,'LINE',NULL,10,'','c64ef4449af946a281dc253b548963f7','',NULL),(9996,'en','wordpress-seo','9b38ae9900b3d795b46ea65effa126db','This data is shown as metadata in your site. It is intended to appear in %1$sGoogle\'s Knowledge Graph%2$s. You can be either a company, or a person.',NULL,NULL,'LINE',NULL,10,'','77c7a68237312bcc5614a9b6ff0faf15','',NULL),(9997,'en','wordpress-seo','fd4da39c9e3b50f1a1c9ac0e8825dfdd','This export includes taxonomy metadata',NULL,NULL,'LINE',NULL,10,'','05eecb5c1864b9b4e723a3c22d37f2aa','',NULL),(9998,'en','wordpress-seo','58e598b401c16116041eec4f25cfec0a','This feature has been disabled by the network admin.',NULL,NULL,'LINE',NULL,10,'','1bfe4c6a7fe7b5ea485f09ce518d663b','',NULL),(9999,'en','wordpress-seo','bcfa60d5da425c2c04c80fce2619e42d','This feature is used to automatically add content to your RSS, more specifically, it\'s meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.',NULL,NULL,'LINE',NULL,10,'','22bc6035d6cec871c4be9579926b20fe','',NULL),(10000,'en','wordpress-seo','5fd03812161124834a63fa416ec5051a','This image is used if the post/page being shared does not contain any images.',NULL,NULL,'LINE',NULL,10,'','c1c105cf0bc8e932d7e9797041f6c93d','',NULL),(10001,'en','wordpress-seo','1b0a96364083bfefed255716ff420bde','This information will be used in Google\'s Knowledge Graph Card, the big\\n block of information you see on the right side of the search results.',NULL,NULL,'LINE',NULL,10,'','f26d7abcc269b84d04f96f030652552e','',NULL),(10002,'en','wordpress-seo','0d2d110d557d93e8678fd4f11cfa216e','This is a list of related content to which you could link in your post. {{a}}Read our article about site structure{{/a}} to learn more about how internal linking can help improve your SEO.',NULL,NULL,'LINE',NULL,10,'','9422080bd0477f60fc2cf116cc43b463','',NULL),(10003,'en','wordpress-seo','776b670b3c5dd38529f6c0fec787b3d2','This is a settings export file for the %1$s plugin by %2$s',NULL,NULL,'LINE',NULL,10,'','3dfb1071ea389ae7e40fc4a828a7e91c','',NULL),(10004,'en','wordpress-seo','e1e62026f9aa2bd941eb16834b0d6bea','This is below the recommended minimum of %5$d word. %3$sAdd more content%4$s.',NULL,NULL,'LINE',NULL,10,'','d1608a0fa5866df8ee67f34029ed702d','',NULL),(10005,'en','wordpress-seo','6d55b99abcf6ca4315fe977fef21319e','This is below the recommended minimum of %5$d words. %3$sAdd more content%4$s.',NULL,NULL,'LINE',NULL,10,'','652e60ad034db6587ce1f8c2853a5639','',NULL),(10006,'en','wordpress-seo','5174bce313299c08e8f9f6f32ebaa268','This is far below the recommended minimum of %5$d word. %3$sAdd more content%4$s.',NULL,NULL,'LINE',NULL,10,'','7f9e01074fb059f72f8b7c94c5b076dd','',NULL),(10007,'en','wordpress-seo','c9d74c6d3f4ccbe2397a0d8bc5928718','This is far below the recommended minimum of %5$d words. %3$sAdd more content%4$s.',NULL,NULL,'LINE',NULL,10,'','7ee993ca4f8d2f1de73eca9ca4fe4d7f','',NULL),(10008,'en','wordpress-seo','5fde4c5fbaf8941b0a1b1eb5988186e0','This is slightly below the recommended minimum of %5$d word. %3$sAdd a bit more copy%4$s.',NULL,NULL,'LINE',NULL,10,'','742f3257762dc0eb45d094a96dd44b37','',NULL),(10009,'en','wordpress-seo','8d4d889e4ca0f0a96ffab7c44182f1b2','This is slightly below the recommended minimum of %5$d words. %3$sAdd a bit more copy%4$s.',NULL,NULL,'LINE',NULL,10,'','066608ced343601e4e33267aadd90d1b','',NULL),(10010,'en','wordpress-seo','d4afacfdaa45a72bb5d7080c743278bc','This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.',NULL,NULL,'LINE',NULL,10,'','81a015983eceac90bbe7187523fe1076','',NULL),(10011,'en','wordpress-seo','1ecb9b7887b82af3edf0b45c6076ec7f','This must be an existing blog. Blog %s does not exist or has been marked as deleted.',NULL,NULL,'LINE',NULL,10,'','4d19aaff25e4163e46ac4f6ef3469eb7','',NULL),(10012,'en','wordpress-seo','c016f6852d0592c12a23f57598c1c49b','This site has not been activated properly on yoast.com and thus cannot check for future updates. Please activate your site with a valid license key.',NULL,NULL,'LINE',NULL,10,'','76269da43df5ce6ece48a4c5126f2c9d','',NULL),(10013,'en','wordpress-seo','a34e59a418b9eb9bc847314286b92872','This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.',NULL,NULL,'LINE',NULL,10,'','31de338200769f31766a5509c03cc6df','',NULL),(10014,'en','wordpress-seo','0f0c70c72059c0da0dec1fd095c4155f','This tool allows you to quickly change important files for your SEO, like your robots.txt and, if you have one, your .htaccess file.',NULL,NULL,'LINE',NULL,10,'','0c7b06e60cf94e1456d2f8a94b6a786a','',NULL),(10015,'en','wordpress-seo','bb17af94b8e4b7e17c7d29187902813a','This tool allows you to quickly change titles and descriptions of your posts and pages without having to go into the editor for each page.',NULL,NULL,'LINE',NULL,10,'','d94dae13b2e14228283573b6bd425db3','',NULL),(10016,'en','wordpress-seo','889dc150c699ccb748e31ec0391f09fb','This will import the post metadata like SEO titles and descriptions into your Yoast SEO metadata. It will only do this when there is no existing Yoast SEO metadata yet. The original data will remain in place.',NULL,NULL,'LINE',NULL,10,'','7af7e46fa8d6e4ff805dc6bf3991ca4e','',NULL),(10017,'en','wordpress-seo','f1b9a33637b71fe4b34dda1ed68624ea','Time needed:',NULL,NULL,'LINE',NULL,10,'','0af0a45effb74b8ff7cf3bf1eddadc2d','',NULL),(10018,'en','wordpress-seo','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'LINE',NULL,10,'','03f850509b94cf81bbc8c79214249024','',NULL),(10019,'en','wordpress-seo','273e15a78e395db022362657a1b7b6a6','Title Separator',NULL,NULL,'LINE',NULL,10,'','79407e706f0024e44f040ecfd14cfafa','',NULL),(10020,'en','wordpress-seo','973fb8f3dce784cd4fd2d8ed5b8d996c','Title optimization',NULL,NULL,'LINE',NULL,10,'','7d4dfa3705eb1ed8377b434a9d81687e','',NULL),(10021,'en','wordpress-seo','cf721b0ae9a8af1860c77407b067b19a','Title separator symbol',NULL,NULL,'LINE',NULL,10,'','e2a66d8484c0fdcf25e2421cc29705d2','',NULL),(10022,'en','wordpress-seo','dc4960a7b67bfd7d2f03ff7cd106dcf4','Title settings',NULL,NULL,'LINE',NULL,10,'','f966b05f21128871865c225f6d244e83','',NULL),(10023,'en','wordpress-seo','59183023d4cdd6ec87357bced5f17c1c','Title to use for Author page',NULL,NULL,'LINE',NULL,10,'','47f7ba99201bf9a14fc6819ec6cf74f7','',NULL),(10024,'en','wordpress-seo','1404e498ee862926735b5e4cbc24e1c1','Title to use for this page in breadcrumb paths',NULL,NULL,'LINE',NULL,10,'','4dd77d1a68e192617cf9f2c94baf6fc2','',NULL),(10025,'en','wordpress-seo','70aa951cda257477a9b7c6f2f4f36bab','To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:',NULL,NULL,'LINE',NULL,10,'','7beced4444326ed12d1a69f0102cfd9f','',NULL),(10026,'en','wordpress-seo','1b08403dfbd25d0647799e041299be1a','To allow %1$s to fetch your %2$s information, please enter your Google Authorization Code. Clicking the button below will open a new window.',NULL,NULL,'LINE',NULL,10,'','eb37b5b8d0ee343aae5f95ddbf658ea4','',NULL),(10027,'en','wordpress-seo','325338159976c6ee793f69849fb36a4d','To allow %s to fetch your Google Search Console information, please enter your Google Authorization Code. Clicking the button below will open a new window.',NULL,NULL,'LINE',NULL,10,'','d15b9b5b9f6936137a54bca3a0bd7d90','',NULL),(10028,'en','wordpress-seo','ae8a0ed18821264ba6f5e063de3b5ec9','To be able to create a redirect and fix this issue, you need %1$s. You can buy the plugin, including one year of support and updates, on %2$s.',NULL,NULL,'LINE',NULL,10,'','ca36e0756b9b075c72ccea03bdd9f3a9','',NULL),(10029,'en','wordpress-seo','185c09dec3ec83f531bec0fda8bfa38a','To fix this uncheck the box in front of the \"Break comments into pages...\" on the %1$sComment settings page%2$s.',NULL,NULL,'LINE',NULL,10,'','628edf306a1f1c94cd2bf7a971fdb4e7','',NULL),(10030,'en','wordpress-seo','d736dc13a3e0223f942dedad0e2d77c7','To let search engines know which social profiles are associated to this site, enter your site social profiles data below.',NULL,NULL,'LINE',NULL,10,'','801647eac1bb3c21c3672e3b336dc46b','',NULL),(10031,'en','wordpress-seo','ae3f1ffbfc819b012fbc241045c834cd','To make sure all the links in your texts are counted, we need to analyze all your texts.\\n					All you have to do is press the following button and we\'ll go through all your texts for you.\\n\\n					%3$sCount links%4$s\\n\\n					The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your %1$sinternal linking%2$s.',NULL,NULL,'LINE',NULL,10,'','709e24f0020042dd79ae71540716a3f3','',NULL),(10032,'en','wordpress-seo','8371f5db9ba5e74523234aef2b1f7d89','Toggle %1$s\'s XML Sitemap',NULL,NULL,'LINE',NULL,10,'','1ad300eb1cde6d053c5acfbfc004ae6a','',NULL),(10033,'en','wordpress-seo','9f91b1485e14c15574f1c82b66d727ce','Toggle license status',NULL,NULL,'LINE',NULL,10,'','3641352de0750e1e80afb60f8b088712','',NULL),(10034,'en','wordpress-seo','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'LINE',NULL,10,'','24ac7ea7ef8b5ae13ff77103db7ad873','',NULL),(10035,'en','wordpress-seo','28eb08374e6548fcdc929aa35db3cca2','Translation of %s',NULL,NULL,'LINE',NULL,10,'','f54de1af87826313bd127e7240f3b803','',NULL),(10036,'en','wordpress-seo','e8eb47b2cd5bd8806c0de5b3745fb514','Try to make shorter sentences to improve readability',NULL,NULL,'LINE',NULL,10,'','667a224977a033820f40a62be2b3dcd6','',NULL),(10037,'en','wordpress-seo','bfee3d6fc305af2080da9f6b54fc25dd','Try to make shorter sentences, using less difficult words to improve readability',NULL,NULL,'LINE',NULL,10,'','5648e9d5bf76672e51bded1a4ca9912f','',NULL),(10038,'en','wordpress-seo','e6f346e70a771245fd1e3bca8a695b89','Trying to build the sitemap cache key, but the postfix and prefix combination leaves too little room to do this. You are probably requesting a page that is way out of the expected range.',NULL,NULL,'LINE',NULL,10,'','176daf2a95c449e51598512396fadccf','',NULL),(10039,'en','wordpress-seo','2491bc9c7d8731e1ae33124093bc7026','Twitter',NULL,NULL,'LINE',NULL,10,'','61604284bcf2b3eb81f3abad9afea6b3','',NULL),(10040,'en','wordpress-seo','b583858e9d8e3e6790487c5edb6507fc','Twitter Username',NULL,NULL,'LINE',NULL,10,'','55a4e1c004f71f8464d97c3439617c55','',NULL),(10041,'en','wordpress-seo','01bddb502d77df9cd80c1c7f324cc1aa','Twitter metadata',NULL,NULL,'LINE',NULL,10,'','f5fcfb8d04389bdab2f4336cb5432231','',NULL),(10042,'en','wordpress-seo','c527680bd96a020336b1b7c52b27cc6d','Twitter settings',NULL,NULL,'LINE',NULL,10,'','3729104ea44b921a2230629e4629c88d','',NULL),(10043,'en','wordpress-seo','d3f982f6f3839c517b2932eb883471bd','Twitter username (without @)',NULL,NULL,'LINE',NULL,10,'','a467b1de48eeb8218bc0b0a26f2fd543','',NULL),(10044,'en','wordpress-seo','0ebe394744292bcec51b731263a11858','Type here to search...',NULL,NULL,'LINE',NULL,10,'','cd09be29577d99c78ea48daaec36ed49','',NULL),(10045,'en','wordpress-seo','e6b391a8d2c4d45902a23a8b6585703d','URL',NULL,NULL,'LINE',NULL,10,'','3ebc6b90165116eea9a4d1d30bf41548','',NULL),(10046,'en','wordpress-seo','b9d05a49ceb85fa7423812b74e0cea57','URL points to a non-existent page.',NULL,NULL,'LINE',NULL,10,'','a08d39749977920c22ef09a4d470d673','',NULL),(10047,'en','wordpress-seo','966ece6313e09b2544749d595f0ae4d9','Unknown type %1$s',NULL,NULL,'LINE',NULL,10,'','0cfdc13ffe1df80c080e6fadfb685e0b','',NULL),(10048,'en','wordpress-seo','f8c462c543dfb01c7f5ba9e8d2c9ac16','Unordered list',NULL,NULL,'LINE',NULL,10,'','5cc8236e9661176ab30c95ba98a2d8bb','',NULL),(10049,'en','wordpress-seo','b0326ae554de28a011fc42e07690dcb5','Unzipping failed - file settings.ini not found.',NULL,NULL,'LINE',NULL,10,'','45536d4bd233863b6b319de4853bc296','',NULL),(10050,'en','wordpress-seo','1945a886977c6e474b7abe208fa1811c','Unzipping failed with error \"%s\".',NULL,NULL,'LINE',NULL,10,'','af80998cd3523688b8f47fa88974e935','',NULL),(10051,'en','wordpress-seo','1fd59b6ed407a9790001fb879f7dc869','Updated %s',NULL,NULL,'LINE',NULL,10,'','d9abb4ef9a7f31b7f9260d820840d114','',NULL),(10052,'en','wordpress-seo','220a68e6f358489d08ca01d317b88c7a','Upgrade to %1$s',NULL,NULL,'LINE',NULL,10,'','3fcb452e1c488ec6c976777ee273a451','',NULL),(10053,'en','wordpress-seo','cc678725d19bc0f1367acc4380ddb89e','Upgrade to %s',NULL,NULL,'LINE',NULL,10,'','9b879fa4bc3c5ead38c3d9d329e51a30','',NULL),(10054,'en','wordpress-seo','58189f215298e6839903494923430f8b','Upgrade to %s »',NULL,NULL,'LINE',NULL,10,'','8c4c1f2c43613b03594ff36b4773c08a','',NULL),(10055,'en','wordpress-seo','54a9029629b83fbcf7d62ef0b6555317','Upgrade to Premium',NULL,NULL,'LINE',NULL,10,'','ee4e4632ff78ad76d093a3e0e8db799a','',NULL),(10056,'en','wordpress-seo','1f98842c354dc496970446bce14f4c50','Upload Image',NULL,NULL,'LINE',NULL,10,'','d657a9fb454eac25015b246d6cf68328','',NULL),(10057,'en','wordpress-seo','cde28f5998d2dd5da84a4ab21143bc67','Upload failed.',NULL,NULL,'LINE',NULL,10,'','5b50c4979aeb9d3aff6086ffb52d7abf','',NULL),(10058,'en','wordpress-seo','ed54f1892245d182357d05f2d7416462','Url preview',NULL,NULL,'LINE',NULL,10,'','5e1fd2548e11a4f79ce8fe7a3b99ead1','',NULL),(10059,'en','wordpress-seo','0e8242e0bddfae3eca289bd84543ac43','Usage of this breadcrumbs feature is explained in %1$sour knowledge-base article on breadcrumbs implementation%2$s.',NULL,NULL,'LINE',NULL,10,'','0f6504b9fa34345723f73cd5f7729236','',NULL),(10060,'en','wordpress-seo','b08fd5e400153913b95dfdaffabdc42b','Use %1$s breadcrumbs instead of %2$s ones',NULL,NULL,'LINE',NULL,10,'','a739f42a422d04c77f1c6b4be7b5b792','',NULL),(10061,'en','wordpress-seo','0788c01942c51699193ae0c99728553f','Use Image',NULL,NULL,'LINE',NULL,10,'','e27f4f75d0ce73d75512e6e815940ada','',NULL),(10062,'en','wordpress-seo','b5f1152e15020eefc2c05a616eec809e','User description',NULL,NULL,'LINE',NULL,10,'','b086d074b58cae5402a8f63fc60589ee','',NULL),(10063,'en','wordpress-seo','1c752a8b153c037c5bc3bdf519587c9a','Using this form you can reset a site to the default SEO settings.',NULL,NULL,'LINE',NULL,10,'','c043be9f2e9ff786450f12ca6d01f7d2','',NULL),(10064,'en','wordpress-seo','47c14840d8e15331fa420b9b2f757cd9','Variable',NULL,NULL,'LINE',NULL,10,'','5855d039a1f1a2dbd8659d8e2b341838','',NULL),(10065,'en','wordpress-seo','2349b5a4555c8daaba967bb9d648e02a','Vertical bar',NULL,NULL,'LINE',NULL,10,'','aca0774b1261706b8a5a3e87be0ba75d','',NULL),(10066,'en','wordpress-seo','a1b4f53bc793c237fbfa1370cc7119e5','Video tutorial',NULL,NULL,'LINE',NULL,10,'','93f74f7da16e5543d826a9ac86e9b8fb','',NULL),(10067,'en','wordpress-seo','4351cfebe4b61d8aa5efa1d020710005','View',NULL,NULL,'LINE',NULL,10,'','715c593d257d2339ecfbae7cdbd8ce64','',NULL),(10068,'en','wordpress-seo','d245fd5b98525d196f40401bbf5cebda','View &#8220;%s&#8221;',NULL,NULL,'LINE',NULL,10,'','ee7d6f7aacb0100a3985236fcf1caa4e','',NULL),(10069,'en','wordpress-seo','a14cee7cd42a0bd13d427a5a2c9da600','View in KB',NULL,NULL,'LINE',NULL,10,'','931ce3b0bfca4f8a55bd0863d13f981d','',NULL),(10070,'en','wordpress-seo','89bacc9715d030658f2602ce65426a7f','WARNING:',NULL,NULL,'LINE',NULL,10,'','ecfb7e61e87e8a007c115368dce4e85d','',NULL),(10071,'en','wordpress-seo','ed62f368c5c56609be59c3382d21787c','WP Page Title',NULL,NULL,'LINE',NULL,10,'','f73271c022f471279fe542e305efd55b','',NULL),(10072,'en','wordpress-seo','03b868d65f593f8cd85ba3ca8b0258c7','Want to be a Yoast SEO Expert?',NULL,NULL,'LINE',NULL,10,'','51d1162783a7be5d7a92e5197ce75770','',NULL),(10073,'en','wordpress-seo','20c075b8fee72f1374cbed757e0a5c78','Want to make sure your %1$s settings are still OK? %2$sOpen the configuration wizard again%3$s to validate them.',NULL,NULL,'LINE',NULL,10,'','cec04ab64bcad397a567a8cab82ca221','',NULL),(10074,'en','wordpress-seo','3cc3470e2199b871e1e6e7640352756d','Warning: even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won\'t have an effect.',NULL,NULL,'LINE',NULL,10,'','7597eafc12142c207ed188a23315a31f','',NULL),(10075,'en','wordpress-seo','90ee00a9f16dbee560c29da9529334d9','Warning: the variable %s cannot be used in this template. See the help center for more info.',NULL,NULL,'LINE',NULL,10,'','901ab107eee08249361148e23729eb7b','',NULL),(10076,'en','wordpress-seo','fbde8356d4423605901a319c46f5cdec','We couldn\'t create a connection to our API to verify your license key(s). Please ask your hosting company to allow outgoing connections from your server to %s.',NULL,NULL,'LINE',NULL,10,'','7df32d598a03ee29d6297295665d198b','',NULL),(10077,'en','wordpress-seo','9f8aae24225b5a11b41a0c1dddbafef6','We have detected that you have not finished this wizard yet, so we recommend you to %2$sstart the configuration wizard to configure %1$s%3$s.',NULL,NULL,'LINE',NULL,10,'','ee5e315ce8125fc31385efcf64e412ca','',NULL),(10078,'en','wordpress-seo','8b125a73de8cc57e2a23212abca11aa2','We have detected the following issues that affect the SEO of your site.',NULL,NULL,'LINE',NULL,10,'','44084272dcafa98863bcea4df0ee9b82','',NULL),(10079,'en','wordpress-seo','fe2430c42d23b428ae1e9d54eca90491','We recommend you set this to Yes.',NULL,NULL,'LINE',NULL,10,'','6cff8f1af3001eb7cb818cf58882ff21','',NULL),(10080,'en','wordpress-seo','2a01c1ee3ddb9c06b3810cec6852c792','We\'ve detected data from one or more SEO plugins on your site. Please follow the following steps to import that data:',NULL,NULL,'LINE',NULL,10,'','dab655af10950a90093a0d33c8be7e64','',NULL),(10081,'en','wordpress-seo','db4486557f1a59469f9c9e0609156eec','We\'ve noticed you\'ve been using %1$s for some time now; we hope you love it! We\'d be thrilled if you could %2$sgive us a 5 stars rating on WordPress.org%3$s!',NULL,NULL,'LINE',NULL,10,'','c9042cd471aedf1a5451d42e937c7e8d','',NULL),(10082,'en','wordpress-seo','4b573c76ee673aeefaba34105fc92e96','We\'ve recently improved the functionality of the Search Appearance settings. Unfortunately, we\'ve discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.',NULL,NULL,'LINE',NULL,10,'','50dc06912d199001cb2af4f4a69c5a95','',NULL),(10083,'en','wordpress-seo','0fe5d9179ee9314263a71bd70b75c210','We\'ve updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.',NULL,NULL,'LINE',NULL,10,'','1ffc8fb0a81e1866f4d0eba2885f2f16','',NULL),(10084,'en','wordpress-seo','90888c480f0926d0585e2e1b558348b6','Webmaster Tools',NULL,NULL,'LINE',NULL,10,'','11a270abe6b68f05e475a6713e160803','',NULL),(10085,'en','wordpress-seo','b255be7957ebc6b8effa2a0f2280df33','Webmaster Tools verification',NULL,NULL,'LINE',NULL,10,'','fc9338ca6a0386cb5e99b8b30abe3592','',NULL),(10086,'en','wordpress-seo','004779b951f00aa5f78bdbe74ec1a047','Website name',NULL,NULL,'LINE',NULL,10,'','60a4edf4669a0b0cb7313ba8968ae8b2','',NULL),(10087,'en','wordpress-seo','27feb63ad047dc29c7dfc8e71e1e55f8','Welcome to the %1$s configuration wizard. In a few simple steps we\'ll help you configure your SEO settings to match your website\'s needs!',NULL,NULL,'LINE',NULL,10,'','086b1ba14211d17e46a97445e1c387d8','',NULL),(10088,'en','wordpress-seo','ec7b4a4c3bb4c5b4a8b3380cdb8b5f56','Welcome to the %1$s configuration wizard. In a few simple steps we\'ll help you configure your SEO settings to match your website\'s needs! %1$s will take care of all the technical optimizations your site needs.',NULL,NULL,'LINE',NULL,10,'','129d09feb7b3f19662bcb2a26c8c65fe','',NULL),(10089,'en','wordpress-seo','9a843f20677a52ca79af903123147af0','Welcome!',NULL,NULL,'LINE',NULL,10,'','dda7e056fa1202e6f5daf70e7586cfb7','',NULL),(10090,'en','wordpress-seo','a0e09960db4364aa4b487f5723dda381','What does the site %1$s represent?',NULL,NULL,'LINE',NULL,10,'','c4e7f25f4e2241e82e57e9ae4e5d6faa','',NULL),(10091,'en','wordpress-seo','a81569404387deaf14179a12acf49284','When you upload media (an image or video for example) to WordPress, it doesn\'t just save the media, it creates an attachment URL for it. These attachment pages are quite empty: they contain the media item and maybe a title if you entered one. Because of that, if you never use these attachment URLs, it\'s better to disable them, and redirect them to the media item itself.',NULL,NULL,'LINE',NULL,10,'','d806ccc4f15e13d0c075a87013b03ccb','',NULL),(10092,'en','wordpress-seo','828c807c3e6ef6cbf64db0201a216349','While we strive to make setting up %1$s as easy as possible, we understand it can be daunting. If you’d rather have us set up %1$s for you (and get a copy of %2$s in the process), order our %3$s%1$s configuration service%4$s here!',NULL,NULL,'LINE',NULL,10,'','d1c16f3793092ac68c4af4026ef2e950','',NULL),(10093,'en','wordpress-seo','500cbb380c9563cf75365bc193dcd7da','Who should have access to the %1$s settings',NULL,NULL,'LINE',NULL,10,'','e8fd43e1fea2c97b84a2b23fa22f428b','',NULL),(10094,'en','wordpress-seo','89f496345b5d2ae37404d8bac006838f','Why Google won\'t display the right page title',NULL,NULL,'LINE',NULL,10,'','e280d1dd0eda31bb4be499f49688b80d','',NULL),(10095,'en','wordpress-seo','e65b4a859950b940b49415ec58431d9a','With Yoast SEO Premium, you can easily create such redirects.',NULL,NULL,'LINE',NULL,10,'','7f51f8c9e703d63fc75b559b301f6e28','',NULL),(10096,'en','wordpress-seo','49b6c617aaca0722c3e075206a61cf51','WordPress automatically generates an URL for each media item in the library. Enabling this will allow for google to index the generated URL.',NULL,NULL,'LINE',NULL,10,'','0ce3742ead1c3066aa955a3cd1a77bbc','',NULL),(10097,'en','wordpress-seo','318d9bd9e4e5eef19bc029315ee9f2eb','Would you like to add a related keyphrase?',NULL,NULL,'LINE',NULL,10,'','bddf39a1888ba8f0631ed80b2256ab98','',NULL),(10098,'en','wordpress-seo','a754062f8ac86e53d7caa3fccd6d736d','Would you like to add another keyphrase?',NULL,NULL,'LINE',NULL,10,'','a12e599f953bdbc0fbffae7f366b627b','',NULL),(10099,'en','wordpress-seo','04c9a35bd0e352f40cf8ed102d65681b','Would you like to add keyphrase synonyms?',NULL,NULL,'LINE',NULL,10,'','c9527895ac8091f9c81a3a84bc590f59','',NULL),(10100,'en','wordpress-seo','27a9956ad5efac51721de8debe9c6dda','Would you like to add more than one keyphrase?',NULL,NULL,'LINE',NULL,10,'','66c3712242d01e34843d5efa599c274d','',NULL),(10101,'en','wordpress-seo','dfeac4a693b9f5c4c1bf5ed6e27df6a1','XML sitemaps',NULL,NULL,'LINE',NULL,10,'','4f9a2c38f32ee8af975351a59e3dbd79','',NULL),(10102,'en','wordpress-seo','6ca58a3f87549d3ac4c082db63bc3e48','Yandex verification code',NULL,NULL,'LINE',NULL,10,'','65c7b4b9daa58d8b14f41bbe73ef0d96','',NULL),(10103,'en','wordpress-seo','93cba07454f06a4a960172bbd6e2a435','Yes',NULL,NULL,'LINE',NULL,10,'','994a8349a34320775aff12a4b369c61f','',NULL),(10104,'en','wordpress-seo','e0fd61943882561493972064fcfda05c','Yoast SEO',NULL,NULL,'LINE',NULL,10,'','1bfc4f46337c6a98ef5758fcfb761326','',NULL),(10105,'en','wordpress-seo','aba1a4375d382457058c63bda8fde66e','Yoast SEO did not detect any plugin data from plugins it can import from.',NULL,NULL,'LINE',NULL,10,'','7784bec7a79ef22491015f28adaaa474','',NULL),(10106,'en','wordpress-seo','c8aecc7c1a564a37f25c46fffda9c3dd','Yoast SEO for WordPress course',NULL,NULL,'LINE',NULL,10,'','3f36079aeb5e99f41161dcca13426a6f','',NULL),(10107,'en','wordpress-seo','384c7facc437e65dc04b69e7e8a2d21b','Yoast SEO video tutorial',NULL,NULL,'LINE',NULL,10,'','1d9f5e29aee6e6faedd7068285135daf','',NULL),(10108,'en','wordpress-seo','14e5169308a0ee38c2ef34ce9d47b63e','Yoast option %1$s not found.',NULL,NULL,'LINE',NULL,10,'','b4e7aeeae15fb7eec53c19352cc9be99','',NULL),(10109,'en','wordpress-seo','f610b7560c3b0c0947fc7e4f0e8e9e34','Yoast plugins share some code between them to make your site faster. As a result of that, we need all Yoast plugins to be up to date. We\'ve detected this isn\'t the case, so please update the Yoast plugins that aren\'t up to date yet.',NULL,NULL,'LINE',NULL,10,'','fa9d55d8e5819ba62e68d5db4cce4829','',NULL),(10110,'en','wordpress-seo','23e51de7d53c8fc82a0fa27e2db03776','You are not allowed to access this page.',NULL,NULL,'LINE',NULL,10,'','9be95870e87c4d0d5cc8ff5252c722cb','',NULL),(10111,'en','wordpress-seo','7800941cd6544cf17b925f4761f198eb','You are not allowed to modify unregistered network settings.',NULL,NULL,'LINE',NULL,10,'','d67665661fe695d94e0a830d88694758','',NULL),(10112,'en','wordpress-seo','e518373052f0c5b656d6b11342792c36','You are not allowed to perform this action.',NULL,NULL,'LINE',NULL,10,'','576cf1ef746f9ebcc582dcee48a595de','',NULL),(10113,'en','wordpress-seo','226e6b0c0aed7efcf16eca3e23e71433','You are not receiving updates or support! Fix this problem by adding this site and enabling %1$s for it in %2$s.',NULL,NULL,'LINE',NULL,10,'','7cd22c2d987b5abbc2541511cacab62b','',NULL),(10114,'en','wordpress-seo','dae1c7b5ce68e133f62c31d7416dc482','You are trying to load non-minified files. These are only available in our development package. Check out %1$s to see all the source files.',NULL,NULL,'LINE',NULL,10,'','41966dff296d30cf32e9931ca448ef25','',NULL),(10115,'en','wordpress-seo','adae0c6fff028e2a0fc4931383cfb23f','You can click on each element in the preview to jump to the Snippet Editor.',NULL,NULL,'LINE',NULL,10,'','330efb1995b4da17a3f6265e66ec0419','',NULL),(10116,'en','wordpress-seo','e3a9400784042994ad6aacb2f6161214','You can determine the title and description for the blog page by %1$sediting the blog page itself &raquo;%2$s',NULL,NULL,'LINE',NULL,10,'','45cf59c20a77cb40325e9bbcdc08d977','',NULL),(10117,'en','wordpress-seo','9de67b65bfe2344e212c239eb061b05b','You can determine the title and description for the front page by %1$sediting the front page itself &raquo;%2$s',NULL,NULL,'LINE',NULL,10,'','8aebddd9392ccf515068ae0930840f48','',NULL),(10118,'en','wordpress-seo','6c97f096f0dc6fff9ec2ff6979aed205','You can edit the SEO meta-data for this custom type on the %1$sShop page%2$s.',NULL,NULL,'LINE',NULL,10,'','53e5fe180c458212c347e614d08c19e9','',NULL),(10119,'en','wordpress-seo','a03bdcdf4eb0a1bab30b990889cf58ac','You can fix this on the %1$sPermalink settings page%2$s.',NULL,NULL,'LINE',NULL,10,'','e958c93ee1db4c2da0bae64e965d2f5e','',NULL),(10120,'en','wordpress-seo','89e096bc2618f5491d0b2ef84b49d997','You can use the boxes below to verify with the different Webmaster Tools. This feature will add a verification meta tag on your home page. Follow the links to the different Webmaster Tools and look for instructions for the meta tag verification method to get the verification code. If your site is already verified, you can just forget about these.',NULL,NULL,'LINE',NULL,10,'','389d17f177cd3286c2ec331939018e3e','',NULL),(10121,'en','wordpress-seo','4aefb719733c0a56d815e56f901fa84f','You can use the following variables within the content, they will be replaced by the value on the right.',NULL,NULL,'LINE',NULL,10,'','d9a927e7a3ec45ca0032d526ef6119c0','',NULL),(10122,'en','wordpress-seo','2e3d02a1ffdf6f946b2f4199b22e4b29','You can\'t edit %s that aren\'t yours.',NULL,NULL,'LINE',NULL,10,'','6824c9b932eac2055ec074c3fa00d2d3','',NULL),(10123,'en','wordpress-seo','c45dca49472647bdb062afbcc2bd63ad','You can\'t edit %s.',NULL,NULL,'LINE',NULL,10,'','526b614727217e81e9199692297d3cba','',NULL),(10124,'en','wordpress-seo','c13b6cfaa6d5d7c4dcd251dc9268f932','You cannot create a %s file.',NULL,NULL,'LINE',NULL,10,'','8a85666d930386bce3e644029dceed71','',NULL),(10125,'en','wordpress-seo','4dab6998ce00c0153dc35cf684ecc23d','You cannot edit the %s file.',NULL,NULL,'LINE',NULL,10,'','6b1343fd4703d0c86cea0be8c5fcbffb','',NULL),(10126,'en','wordpress-seo','92cbdb8c09e659a4e07d3f95e2affec4','You cannot overrule a WPSEO standard variable replacement by registering a variable with the same name. Use the \"wpseo_replacements\" filter instead to adjust the replacement value.',NULL,NULL,'LINE',NULL,10,'','f2c4d998b1e990b177b1b7e642e1b9e6','',NULL),(10127,'en','wordpress-seo','ab2c2771e972670fe398e93864c9fcd2','You defined your license key using the %s PHP constant.',NULL,NULL,'LINE',NULL,10,'','52b213b8c0b18b8c4462d6273b08e837','',NULL),(10128,'en','wordpress-seo','468fa63983bd1d63c2f2ec00f45e13c8','You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to <strong>/%postname%/</strong>.',NULL,NULL,'LINE',NULL,10,'','d7941b195408d21be10b4772144ad032','',NULL),(10129,'en','wordpress-seo','17d3a2a949b73641f75edf458b62a098','You don\'t have a %s file, create one here:',NULL,NULL,'LINE',NULL,10,'','361a47372e00fef5d425cfd8a7f7eea2','',NULL),(10130,'en','wordpress-seo','2eed9336720dd999d7385090e69a69c4','You don\'t have any published posts, your SEO scores will appear here once you make your first post!',NULL,NULL,'LINE',NULL,10,'','2d48b0fb510cfe808d8c4d07328cb972','',NULL),(10131,'en','wordpress-seo','3bb4fbbd7f804cf65ad0284b67ae10e7','You have an unlimited license. ',NULL,NULL,'LINE',NULL,10,'','d99ddf8360cad18fe1cebd7ed10f99f9','',NULL),(10132,'en','wordpress-seo','24ae1beea161474396b1b8c2b9c4e7b2','You have used %d/%d activation. ',NULL,NULL,'LINE',NULL,10,'','4b89d12b0c5588fb331501c972bf572a','',NULL),(10133,'en','wordpress-seo','f31769765ec59629ba44d1616d1d8d1a','You have used %d/%d activations. ',NULL,NULL,'LINE',NULL,10,'','47ba8edcd2b3fcf292f1df24bce6e0b3','',NULL),(10134,'en','wordpress-seo','b831050da037849e79713a29ec2be6f4','You have used HTML in your value which is not allowed.',NULL,NULL,'LINE',NULL,10,'','46250df856fa94fe201187105e1acf04','',NULL),(10135,'en','wordpress-seo','647c2e8481e968372c9fd21f099d008e','You haven\'t set a Shop page in your WooCommerce settings. Please do this first.',NULL,NULL,'LINE',NULL,10,'','8ded288c445d08a1b22018cda50bbc13','',NULL),(10136,'en','wordpress-seo','66d4b7af306f9391397ff59e7e245a1e','You just deleted a %1$s.',NULL,NULL,'LINE',NULL,10,'','54507b3b0cdac9a757155e3a9ce8e80c','',NULL),(10137,'en','wordpress-seo','4a895e81de2fd14c23fcd58b0de3e033','You just trashed a %1$s.',NULL,NULL,'LINE',NULL,10,'','b6be69329370e7e19899ebbb11290f16','',NULL),(10138,'en','wordpress-seo','7b37b6a9f669e2d24cdd410c4386dbff','You might like',NULL,NULL,'LINE',NULL,10,'','7440cb8ff994c9ccd9d245b2fb195e8a','',NULL),(10139,'en','wordpress-seo','cc73fa6f977be06eb71cac693e9c8982','You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.',NULL,NULL,'LINE',NULL,10,'','756bc4e750bb13fb3ad158c43a635e93','',NULL),(10140,'en','wordpress-seo','5b5723bf4c175a8917cb564e9327e31a','You searched for',NULL,NULL,'LINE',NULL,10,'','7e43c68d141f7f92bdebb636ee9f57ac','',NULL),(10141,'en','wordpress-seo','8a695684907dbad4ef2975e979ca3aed','You searched for %s',NULL,NULL,'LINE',NULL,10,'','1514839f39274bb5b96767bcb46e8926','',NULL),(10142,'en','wordpress-seo','3a37affc1657f390839d983c9fc659e9','You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL.',NULL,NULL,'LINE',NULL,10,'','6d9dcc0d4316ed9f72ab7cc432de5038','',NULL),(10143,'en','wordpress-seo','6432ecbae005a6bf3ea2a94ccdb54a5a','You should run the configuration wizard, from the SEO &rarr; General &rarr; Dashboard page, to make sure all the settings for your site are correct.',NULL,NULL,'LINE',NULL,10,'','db6c0404826bc1490983d477041653f1','',NULL),(10144,'en','wordpress-seo','41d499bac9c983c6eace27c58b1f0b33','You still have the default WordPress tagline, even an empty one is probably better. %1$sYou can fix this in the customizer%2$s.',NULL,NULL,'LINE',NULL,10,'','655c03d128a8f53d65c248dec8d2214b','',NULL),(10145,'en','wordpress-seo','42e7cffbb530e9681049ac9a4c176e36','You\'re not getting the benefits of %1$s yet. If you had %1$s, you could use its awesome features:',NULL,NULL,'LINE',NULL,10,'','b7c4a35ecec41cd20579e67f5498925b','',NULL),(10146,'en','wordpress-seo','31e755301d001a2d539c9e9cbd9741c4','You\'re using WordPress in %1$s. While %2$s has been translated to %1$s for %3$d%%, it\'s not been shipped with the plugin yet. You can help! Register at %4$s to help complete the translation to %1$s!',NULL,NULL,'LINE',NULL,10,'','ff616872fa5bf15f5dcdc8eec5b0b639','',NULL),(10147,'en','wordpress-seo','b2bdfa37f9e753eb3644a365d257cdfb','You\'re using WordPress in a language we don\'t support yet. We\'d love for %2$s to be translated in that language too, but unfortunately, it isn\'t right now. You can change that! Register at %4$s to help translate it!',NULL,NULL,'LINE',NULL,10,'','08636ec693ff8cdc7ce7423f5a0907a3','',NULL),(10148,'en','wordpress-seo','dc9842ab8d223b0e5cc114aa79782240','You\'ve done it!',NULL,NULL,'LINE',NULL,10,'','3a93c2bb3f562277d271fe6189224e47','',NULL),(10149,'en','wordpress-seo','dd26d92a3ad511dd70e3a4b1c5d5015c','You\'ve reached your activation limit. You must <a href=\"%s\">upgrade your license</a> to use it on this site.',NULL,NULL,'LINE',NULL,10,'','03a0cb86add5fe87199c39a512bf8e59','',NULL),(10150,'en','wordpress-seo','ad7198d676478ac70c3243c1d3446331','YouTube URL',NULL,NULL,'LINE',NULL,10,'','ea45d27beae6fc3bf1cb5014a5628525','',NULL),(10151,'en','wordpress-seo','1f5c645aa98f1556ca31708efdefecbc','Your %s license has been activated. ',NULL,NULL,'LINE',NULL,10,'','4226c874cf35e877cebc02f6a6dd139a','',NULL),(10152,'en','wordpress-seo','91b135972ba79ab1fc1d23558fbf3fb6','Your %s license has been deactivated.',NULL,NULL,'LINE',NULL,10,'','007d0a33663c32dace5c9711989c2f7d','',NULL),(10153,'en','wordpress-seo','f4c51fe0765cbe2b347fea4a00005495','Your %s license will expire on %s.',NULL,NULL,'LINE',NULL,10,'','933fea5c76ce0794a49dfccbea993681','',NULL),(10154,'en','wordpress-seo','2a47273dc7b5eea48a0d4bb46fb783e9','Your homepage can be indexed by search engines.',NULL,NULL,'LINE',NULL,10,'','c6c2ef96b74204dbeb44fb2782ae8f87','',NULL),(10155,'en','wordpress-seo','2fbf8d5023d2a741765a27a24fe306d6','Your license has expired. You must <a href=\"%s\">extend your license</a> in order to use it again.',NULL,NULL,'LINE',NULL,10,'','d6ea940f859872adaa6e13ac38f223b4','',NULL),(10156,'en','wordpress-seo','221e705c06e231636fdbccfdd14f4d5c','Your name',NULL,NULL,'LINE',NULL,10,'','a5ad33ebac5537ba6fd7493d27ddbfcf','',NULL),(10157,'en','wordpress-seo','897c38c2e15c75b943fa41f2cbb75385','Your server has an outdated version of the PHP module cURL (Version: %s). Please ask your hosting company to update this to a recent version of cURL. You can read more about that in our %sKnowledge base%s.',NULL,NULL,'LINE',NULL,10,'','4dedf3e0d6e9080f916dffad0e690918','',NULL),(10158,'en','wordpress-seo','8b0e23ed9883d0b1a10f1f7f350fe8eb','Your site language is set to %s. ',NULL,NULL,'LINE',NULL,10,'','99f01d9feb3633bd90f8ac36f71d2035','',NULL),(10159,'en','wordpress-seo','440373ec47ccd0b8006587ce95a75844','Your site language is set to %s. If this is not correct, contact your site administrator.',NULL,NULL,'LINE',NULL,10,'','b804bedc6ae160dfe691ea0b1f2f48eb','',NULL),(10160,'en','wordpress-seo','8a2f11df965eb1b4c8fa31b949c45f22','Your site language is set to {language}.',NULL,NULL,'LINE',NULL,10,'','24c9c0755a031bd240df082bad970356','',NULL),(10161,'en','wordpress-seo','c6c2b8c40f69640556d5ecba5f606437','Your site language is set to {language}. If this is not correct, contact your site administrator.',NULL,NULL,'LINE',NULL,10,'','ee38745aa07e37ceb5bbc01599b983b8','',NULL),(10162,'en','wordpress-seo','6cf3ae39a1a15380622704ef7972753a','Your site\'s settings currently allow attachment URLs on your site to exist. Please read %1$sthis post about a potential issue%2$s with attachment URLs and check whether you have the correct setting for your site.',NULL,NULL,'LINE',NULL,10,'','30aba647df91d7332b42cbc6d927fc09','',NULL),(10163,'en','wordpress-seo','a59eec79f8e3292ea76346e2ec01f4fe','Your social profiles',NULL,NULL,'LINE',NULL,10,'','a7cfae651ae0aa7b8c02e812ded751e4','',NULL),(10164,'en','wordpress-seo','5f42d88c4e621e55a893b667b4e642cd','`%1$s` is not a valid subtype of `%2$s`',NULL,NULL,'LINE',NULL,10,'','5ac98d651b9670074a1a4fecc93a7df2','',NULL),(10165,'en','wordpress-seo','0d111f56964985f562aaaaf9d2980787','archived',NULL,NULL,'LINE',NULL,10,'','fb48dede6c29933d670358a58518e342','',NULL),(10166,'en','wordpress-seo','2554dfc35377665e266ac65ad437fae0','archives for authors without posts',NULL,NULL,'LINE',NULL,10,'','7b9507ffe70e79dd72225ae3fba52b88','',NULL),(10167,'en','wordpress-seo','7327f4e8b51f8569656e86c3aaf3b318','author archives',NULL,NULL,'LINE',NULL,10,'','f8e221ca334e2ee76b3c315ae1e9cda0','',NULL),(10168,'en','wordpress-seo','85b004229bf2a1decddddb07b08df6b5','check what your Facebook or Twitter post will look like.',NULL,NULL,'LINE',NULL,10,'','f117ec88dc01aafa984dfc112e43ae2f','',NULL),(10169,'en','wordpress-seo','d194c9099c004d4b9764bee9cfd220f5','create and manage redirects from within your WordPress install.',NULL,NULL,'LINE',NULL,10,'','174f0858d77db99a5e3baa438adc463f','',NULL),(10170,'en','wordpress-seo','71c1df37bd3e5c6be888d93cde472bfa','date archives',NULL,NULL,'LINE',NULL,10,'','6e5adcd3ff0a775fb76e4d48e4acd948','',NULL),(10171,'en','wordpress-seo','44fdec47036f482b68b748f9d786801b','days',NULL,NULL,'LINE',NULL,10,'','ae4ef39afa82133284831c594921f328','',NULL),(10172,'en','wordpress-seo','da602f0b162fccbf6b150cfcfc7a7379','deleted',NULL,NULL,'LINE',NULL,10,'','67aad8325106751b17c39c746347d564','',NULL),(10173,'en','wordpress-seo','0d6aa4b5b443379da830024ce38376e9','description (custom taxonomy)',NULL,NULL,'LINE',NULL,10,'','0e4d718f92e89f266cae83b195d976d3','',NULL),(10174,'en','wordpress-seo','1a8542a8c583af747b5e0238f007c341','difficult',NULL,NULL,'LINE',NULL,10,'','17d3f8857c6b3fac070d0aa2ca99b6ce','',NULL),(10175,'en','wordpress-seo','48bb6e862e54f2a795ffc4e541caed4d','easy',NULL,NULL,'LINE',NULL,10,'','aa866a6aea7b6ac429cdf55d48f2404c','',NULL),(10176,'en','wordpress-seo','934b236de1f1e6bd0582f8f11e1101d9','fairly difficult',NULL,NULL,'LINE',NULL,10,'','dad916fa3393c51624fdd35f5dc54546','',NULL),(10177,'en','wordpress-seo','6f3582a5f86e4e75270a3f5193740962','fairly easy',NULL,NULL,'LINE',NULL,10,'','2419cb5cfa40d596c0552b27262c1a62','',NULL),(10178,'en','wordpress-seo','8f7a137d591b9d0d60e818353e627fe0','gain access to our 24/7 support team.',NULL,NULL,'LINE',NULL,10,'','8eb45f6edda4e1d619eefd2acdc0f076','',NULL),(10179,'en','wordpress-seo','73cdddd7730abfc13a55efb9f5685a3b','hours',NULL,NULL,'LINE',NULL,10,'','f3d51baa154dac4e3a41d20c4ae95af8','',NULL),(10180,'en','wordpress-seo','c35679331010648e55fb5912bbaf63a8','https://yoa.st/1uj',NULL,NULL,'LINE',NULL,10,'','0dca2ad5757c2e857126a701a27cc154','',NULL),(10181,'en','wordpress-seo','0565818cce7ff698d6a38f3ae8257ca8','https://yoa.st/1uk',NULL,NULL,'LINE',NULL,10,'','82e000c63dd796d043c47973b60e9196','',NULL),(10182,'en','wordpress-seo','2e778e89dab329d076ebd857c676ec06','image preview',NULL,NULL,'LINE',NULL,10,'','2669d2890de298b768aa410fd5b2c13f','',NULL),(10183,'en','wordpress-seo','9e7012e85c5db78eae4e63e2ebb9548d','mature',NULL,NULL,'LINE',NULL,10,'','d6530e66e39b6c8aee73134dcb0e3f99','',NULL),(10184,'en','wordpress-seo','640fd0cc0ffa0316ae087652871f4486','minutes',NULL,NULL,'LINE',NULL,10,'','024f80688df184f6e2c417b4862af21d','',NULL),(10185,'en','wordpress-seo','444bcb3a3fcf8389296c49467f27e1d6','ok',NULL,NULL,'LINE',NULL,10,'','9c71e9f09bac5302503b96b8a95b5dc6','',NULL),(10186,'en','wordpress-seo','8786476ccb87131cf1919ed806b4ce2a','optimize a single post for synonyms and related keyphrases.',NULL,NULL,'LINE',NULL,10,'','6f12eb8b9b700ceda7a929907cdee368','',NULL),(10187,'en','wordpress-seo','e81c4e4f2b7b93b481e13a8553c2ae1b','or',NULL,NULL,'LINE',NULL,10,'','65f56c7be6e0af0d153b097c3070c039','',NULL),(10188,'en','wordpress-seo','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'posts','213a5e8f81e5961d2429b434624f3b36','',NULL),(10189,'en','wordpress-seo','169e03ae210e6a8d40438fea0401e016','Trash <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'posts','76a5eb9829b3a6501fa8e7f31856d01d','',NULL),(10190,'en','wordpress-seo','4c9184f37cff01bcdc32dc486ec36961','public',NULL,NULL,'LINE',NULL,10,'','3c7796d7eb42dbbf2665cd6e4ab953b8','',NULL),(10191,'en','wordpress-seo','e09f6a7593f8ae3994ea57e1117f67ec','spam',NULL,NULL,'LINE',NULL,10,'','d390a58f9714ac5a827a2ad70a247bbd','',NULL),(10192,'en','wordpress-seo','e85a241a7a977ce998be415fab6612ff','the archive for %s',NULL,NULL,'LINE',NULL,10,'','0be1da53b711c626cfa400ca872aaaf2','',NULL),(10193,'en','wordpress-seo','c992ceb674097644ecde36f351dc55bc','this author\'s archives',NULL,NULL,'LINE',NULL,10,'','448f3a00f268ec330c0533ac7cf3cbb2','',NULL),(10194,'en','wordpress-seo','2ba95ab4bb9a8df8df180c2cd9cd2764','very difficult',NULL,NULL,'LINE',NULL,10,'','bdf02006cfb3843ac9d25d22b9e29ae9','',NULL),(10195,'en','wordpress-seo','704ba7aa5b39e7c0346155cae91bea1c','very easy',NULL,NULL,'LINE',NULL,10,'','e4b2618141e2fdc940f8c5e6d1cd06cf','',NULL),(10196,'en','wordpress-seo','1841980bbd778358616ee75066fcbc91','you are <strong>not</strong> receiving updates.',NULL,NULL,'LINE',NULL,10,'','266cb86ef7b99f4eccea3600f75e83cd','',NULL),(10197,'en','wordpress-seo','11d0aea0eb9f9ba8c2cbabd664e04be7','you are receiving updates.',NULL,NULL,'LINE',NULL,10,'','acde4189bf257ec0b9ca57c9271889d9','',NULL),(10198,'en','admin_texts_wpseo_titles','[wpseo_titles]breadcrumbs-archiveprefix','Archives for',NULL,NULL,'LINE',NULL,0,'','641c15f2451a6edc83e71d2653ee3633','optional',NULL),(10199,'en','admin_texts_wpseo_titles','[wpseo_titles]breadcrumbs-home','Home',NULL,NULL,'LINE',NULL,0,'','d58f3fed38fae2244472c2b21e5027d5','optional',NULL),(10200,'en','admin_texts_wpseo_titles','[wpseo_titles]breadcrumbs-prefix','',NULL,NULL,'LINE',NULL,0,'','b41fa82224fb46efaf102cbf074d4058','optional',NULL),(10201,'en','admin_texts_wpseo_titles','[wpseo_titles]breadcrumbs-searchprefix','You searched for',NULL,NULL,'LINE',NULL,0,'','a8c9368c56519fc68d22cc69d3d95eab','optional',NULL),(10202,'en','admin_texts_wpseo_titles','[wpseo_titles]breadcrumbs-sep','&raquo;',NULL,NULL,'LINE',NULL,0,'','9ccdb80bbe3e08134cca2eaf7c238da4','optional',NULL),(10203,'en','admin_texts_wpseo_titles','[wpseo_titles]company_name','',NULL,NULL,'LINE',NULL,0,'','641cd92566753b75b04223f0aced98ca','optional',NULL),(10204,'en','admin_texts_wpseo_titles','[wpseo_titles]title-post','%%title%% %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','97000059f301201826039d176e79ae1d','optional',NULL),(10205,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-post','',NULL,NULL,'LINE',NULL,0,'','86bc56a1012403e5bcbb4a176ec00b85','optional',NULL),(10206,'en','admin_texts_wpseo_titles','[wpseo_titles]title-page','%%title%% %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','a6209b6b34e4cd196567cd7d81fde939','optional',NULL),(10207,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-page','',NULL,NULL,'LINE',NULL,0,'','2ef2ef0ea428ec30cb0c8a734a448f19','optional',NULL),(10208,'en','admin_texts_wpseo_titles','[wpseo_titles]title-attachment','%%title%% %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','a2de5a5477dce81fe97d2525971d5494','optional',NULL),(10209,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-attachment','',NULL,NULL,'LINE',NULL,0,'','e2877c922395c662313e7dfcd52ea1e4','optional',NULL),(10210,'en','admin_texts_wpseo_titles','[wpseo_titles]title-document','%%title%% %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','26f054f09931974cd5a2a0b1549d5f19','optional',NULL),(10211,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-document','',NULL,NULL,'LINE',NULL,0,'','35ee033cb8050b13765784cdc245f584','optional',NULL),(10212,'en','admin_texts_wpseo_titles','[wpseo_titles]title-ptarchive-document','%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','d8cfd44b34f9e850a95075d7c7e97fe5','optional',NULL),(10213,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-ptarchive-document','',NULL,NULL,'LINE',NULL,0,'','2dc533efbc32aad3d4dc6efd219b38b5','optional',NULL),(10214,'en','admin_texts_wpseo_titles','[wpseo_titles]title-cool_timeline','%%title%% %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','929ba4d57f60c9d9bcd3e9e8390e222f','optional',NULL),(10215,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-cool_timeline','',NULL,NULL,'LINE',NULL,0,'','ce77e4a2a2fba8d1c4b7525465a8fd8c','optional',NULL),(10216,'en','admin_texts_wpseo_titles','[wpseo_titles]title-ptarchive-cool_timeline','%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','baeaf3b827e1f785041255aa2e726431','optional',NULL),(10217,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-ptarchive-cool_timeline','',NULL,NULL,'LINE',NULL,0,'','c4b9bd9fb633bc5b06d4811a32b4ecab','optional',NULL),(10218,'en','admin_texts_wpseo_titles','[wpseo_titles]title-avia_framework_post','%%title%% %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','5eec8c8917d057aa27f9286f1cbf394a','optional',NULL),(10219,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-avia_framework_post','',NULL,NULL,'LINE',NULL,0,'','fba07afc83e8768d0c535f51537732c4','optional',NULL),(10220,'en','admin_texts_wpseo_titles','[wpseo_titles]title-portfolio','%%title%% %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','a0a39c24b0941f1efc31228bd1394663','optional',NULL),(10221,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-portfolio','',NULL,NULL,'LINE',NULL,0,'','a19c38922553454eb7da70aa78ff8a21','optional',NULL),(10222,'en','admin_texts_wpseo_titles','[wpseo_titles]title-tax-category','%%term_title%% Archives %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','1cdcfb9dfac3caa2663085e8e3710518','optional',NULL),(10223,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-tax-category','',NULL,NULL,'LINE',NULL,0,'','726337e20451bbaaa317cf566b424fd3','optional',NULL),(10224,'en','admin_texts_wpseo_titles','[wpseo_titles]title-tax-post_tag','%%term_title%% Archives %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','4873100137ee1cbfd8873e4fcae8c704','optional',NULL),(10225,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-tax-post_tag','',NULL,NULL,'LINE',NULL,0,'','31c0e350d880d263a46e9d62ef426d8d','optional',NULL),(10226,'en','admin_texts_wpseo_titles','[wpseo_titles]title-tax-post_format','%%term_title%% Archives %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','59dc5fd50c05a504ef3c5ad46761ab8c','optional',NULL),(10227,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-tax-post_format','',NULL,NULL,'LINE',NULL,0,'','5b41172c28e2e54322cf6072ee4e0fcf','optional',NULL),(10228,'en','admin_texts_wpseo_titles','[wpseo_titles]title-tax-ctl-stories','%%term_title%% Archives %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','79cd956b0c71b5a8761d3f326539fc0a','optional',NULL),(10229,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-tax-ctl-stories','',NULL,NULL,'LINE',NULL,0,'','1d7a2876f3f766bae14782644518d2c5','optional',NULL),(10230,'en','admin_texts_wpseo_titles','[wpseo_titles]title-tax-portfolio_entries','%%term_title%% Archives %%page%% %%sep%% %%sitename%%',NULL,NULL,'LINE',NULL,0,'','82e120b518397fe497a799ae02a9788b','optional',NULL),(10231,'en','admin_texts_wpseo_titles','[wpseo_titles]metadesc-tax-portfolio_entries','',NULL,NULL,'LINE',NULL,0,'','fda4d78aff11266806a38ec057c33bc1','optional',NULL),(10232,'en','admin_texts_wpseo_social','[wpseo_social]og_default_image','',NULL,NULL,'LINE',NULL,0,'','9712a5fdb97fd247cfbda001b9da68cd','optional',NULL),(10233,'en','admin_texts_wpseo_social','[wpseo_social]og_frontpage_title','',NULL,NULL,'LINE',NULL,0,'','e3354c8f4e89466dc2d5d7b381a08d38','optional',NULL),(10234,'en','admin_texts_wpseo_social','[wpseo_social]og_frontpage_desc','',NULL,NULL,'LINE',NULL,0,'','c04ac09b17a86b2a1f06250bc8259710','optional',NULL),(10235,'en','admin_texts_wpseo_social','[wpseo_social]og_frontpage_image','',NULL,NULL,'LINE',NULL,0,'','c567dc055f5798eb6be6f3ee3e9d6a40','optional',NULL),(10236,'en','page-builder-shortcode-strings-7030','c1946860e717d50a9a20378dd3e5f177','\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to <a href=\"https://it.wikipedia.org/wiki/Crescentino_Caselli\" target=\"_blank\">Cresentino Casselli</a>, a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother <a href=\"/rootspersona-tree/anzino-giuseppe-carlo-alberto/\" target=\"_blank\" rel=\"noopener\">Carlo Alberto Anzino</a>, an architect himself. While these notes have been very valuable in helping the website\'s author focus his research effort, they likely contain some minor errors. These notes were found in an unmarked envelope in a box passed down through multiple generations of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a>.\r\n',18,1,'VISUAL','av_textblock: content',0,'','c40ac8dbfef352c573338094bcc72a7e','optional',NULL),(10237,'en','page-builder-shortcode-strings-7030','63f478d8be9731bd0adc186efda32288','\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n',18,2,'VISUAL','av_textblock: content',0,'','1880856d17e32e375b3f151a48f68e1d','optional',NULL),(10238,'en','page-builder-shortcode-strings-7030','4564f64afcb6d05775e28d0608901937','Share this entry',18,3,'LINE','av_social_share: title',0,'','4a01477f590f043c12f4fd608be55187','optional',NULL),(10239,'en','page-builder-shortcode-strings-8149','7fd6e51792c4c09a63a9530c27b761fd','\r\nContent Coming !!\r\n',19,1,'VISUAL','av_textblock: content',0,'','f806c01bdafe4e1295ad4890111aca0a','optional',NULL),(10240,'en','page-builder-shortcode-strings-7011','4d363ac377078946f66a5b006b2ff458','\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n',20,1,'VISUAL','av_textblock: content',0,'','a26ed7064964a17f615aba8c38f4ac2a','optional',97),(10241,'en','page-builder-shortcode-strings-7011','32ef2dc486837ab6cbbb37141d3e661c','\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n',20,2,'VISUAL','av_textblock: content',0,'','971ca2dbd62a1a28fd1e471f1384150f','optional',68),(10242,'en','page-builder-shortcode-strings-7011','5031056d6ed6c5d836d226a98f306d36','lightbox',20,24,'LINE','av_image: link',0,'','7f5a6a449ac96f8fbe6bfaf8fc192632','optional',1),(10243,'en','page-builder-shortcode-strings-7011','20a461fb71bdc450a450dedbb7210354','\r\n<hr>\r\n',20,25,'VISUAL','av_textblock: content',0,'','dee210dd38012c2c2c0ac341b881108c','optional',0),(10244,'en','page-builder-shortcode-strings-7011','c8c652862be6e7007f1ea9dd19d5a0e7','\r\nMonsignor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King, Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n',20,5,'VISUAL','av_textblock: content',0,'','79cb9a706de32ea5d47858a04065adbc','optional',56),(10245,'en','page-builder-shortcode-strings-7011','0d056e29c5d91e12c737bce32ad83bb6','\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n',20,8,'VISUAL','av_textblock: content',0,'','ff7e03e20c92c704ff5e7fe7cd884e9e','optional',151),(10246,'en','page-builder-shortcode-strings-7011','2a54cec7aef5a2ac6310641428595aaf','\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n',20,11,'VISUAL','av_textblock: content',0,'','f769ffb2efae3668a5befd70c6bdaafd','optional',75),(10247,'en','page-builder-shortcode-strings-7011','660256d73ea83b9d20f6c244a3fb07aa','\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n',20,14,'VISUAL','av_textblock: content',0,'','d4d9caca631641b83a25a9809e025df7','optional',80),(10248,'en','page-builder-shortcode-strings-7011','8f3b488ceb611f2459ff075f6eb47ca5','\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n',20,17,'VISUAL','av_textblock: content',0,'','8c57922fa58503d69b0f088ba7054804','optional',34),(10249,'en','page-builder-shortcode-strings-7011','a21cc6271cb5326524590b97c59fe27d','\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saint_Michael_(Bavaria)\" target=\"_blank\"> <em>Order of Saint Michael of Bavaria</em></a>. This award was co-granted by the Archbishop of Cologne and the King of Bavaria.\r\n',20,20,'VISUAL','av_textblock: content',0,'','3ee0b29312326350f64a79c45a03ee5c','optional',27),(10251,'en','page-builder-shortcode-strings-7011','ed918c14a28c09cf66efa03bdf85737c','\r\nAt some point, (likely in the 1890s), someone close to Umberto I created a Crest, (Coat of Arms), for Valerio. Examination of the Crest reveals and/or confirms some facts about Valerio\'s life. The following comes from a translation of <em>Sul Tutto N. 37 Marzo 2014\" </em>periodical focusing on Italian Heraldry.\r\n\r\n<em>\"The coat of arms of the elder chaplain of S.M. The coat of arms is the visual representation of a juridical reality: a document from the end of XIX century. He shows us how the dignity of His Majesty\'s Greater chaplain was expressed. On March 17, 1891, he died, armed with religious comforts, at the Hotel de Russie in Rome S.A.I. Prince Napoleon, the famous Plon Plon, husband of the Princess Maria Clotilde of Savoy, the saint of Moncalieri, who despite the long-standing separation of fact from her husband Noticed at him at the news of his final illness. King Umberto I, the brother of Princess Clotilde, offered to take care of the funeral and to bury the corpse of the prince in the Royal burial of Superga, where he actually rests. The king ordered a court mourning of 90 days. Among the documents relating to the death and funeral honours of the Prince there is an act of death drawn up by His Majesty\'s Chaplain Mag-worst, Canon D. Valerio Anzino. D. Valerio Anzino, nephew of the Elemosiniere D. Giuseppe Anzino, entered the court in 1848 as an over-numerary cleric and ascended into the hierarchy until he became chaplain Major of S.M. in the new court. Mons. Anzino had a particularly delicate and useful role throughout the Risorgimento until the death of the Great King, as through between the King Vittorio Emanuele II and the S. Sede. Vittorio Emanuele II, of profound religious sentiments, despite his resistance and his action, albeit-too unheard, for a fair agreement with the Church, had to bend to the anti-Catholic persecutory policy of his governments. The great King always maintained, as is known, a correspondence with the Pope and Mons. Anzino was heard by both his advisor and King Umberto I. The header of the document is a clearly of its crest and its titles: Valerius Anzino dei ET apostolicae sedis gratiae ABBAS AC ordinarius insignis palatinae basilicae S. Barbarae mantkau nullius DIOECESIS protonotarius apostolicus, suae sanctitatis prelatus Domesticus, Palatii Apostolici and S. Aulae lateranensis COMES augustissimus REGIS humberti I capellanus MAJOR. The coat of arms, of red to the anchor placed in pole, with a chain of motive from the ring saltire and ridecussata to the stem, all in natural; With the chief of the Empire, that is gold to the Black Eagle; Motto: In SPE ET libertate, it is left to the pastoral, on the right to the Ferula, on the top of which is inserted the Abbey Mitre; From the tip of the shield hangs the Mauritian commandery; The Office of Chaplain of the King is expressed by the coat of arms of Savoy, stamped by the royal crown and surrounded by the necklace of the Annunziata, which surmounts the shield and is located under the Prelatizio hat with six flakes per part, the whole green, which stamps the crest Anzino. It is interesting that in order to express the high ecclesiastical position of Mons. Anzino, the royal Crest overcome the shield, in-stead that be inside the weapon, maybe as a leader.\"</em>\r\n',20,23,'VISUAL','av_textblock: content',0,'','eac509109e3756b68f8bf3aeff6babba','optional',574),(10252,'en','Widgets','widget body - 68ea6a0e187730d3bf4c566062d8a2be','<span style=\"color:white;font-weight:bold;\">LINKS</span><br/>\r\n<a href=\"http://www.ancestry.com\" target=\"_blank\">Ancestry.com</a><br/>\r\n<a href=\"http://www.familysearch.org\" target=\"_blank\">FamilySearch.org</a><br/>\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">Fubine Map</a><br/>\r\n<a href=\"https://search.ancestry.com/search/db.aspx?dbid=1551\" target=\"_blank\">Fubine Civil Records 1866-1939</a><br/><span style=\"font-size:.8em;\">(You need Ancestry.com account to access)</span><br/>\r\n<a href=\"https://www.localidautore.com/paesi/fubine-1374\" target=\"_blank\">Fubine History</a>\r\n<a href=\"https://www.facebook.com/groups/1437702409775588/\" target=\"_blank\">Fubine Memories (FaceBook)</a>',NULL,NULL,'LINE',NULL,0,'','979270522e39e8349bdc08857019d458','',NULL),(10253,'en','Widgets','widget body - 86aba2ebc9a91b05d1f810e5a75e3a29','<span style=\"color:white;font-weight:bold;\">LINKS</span><br/>\r\n<a href=\"http://www.ancestry.com\" target=\"_blank\">Ancestry.com</a><br/>\r\n<a href=\"http://www.familysearch.org\" target=\"_blank\">FamilySearch.org</a><br/>\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">Fubine Map</a><br/>\r\n<a href=\"https://search.ancestry.com/search/db.aspx?dbid=1551\" target=\"_blank\">Fubine Civil Records 1866-1939</a><br/><span style=\"font-size:.8em;\">(You need Ancestry.com account to access)</span><br/>\r\n<a href=\"https://www.localidautore.com/paesi/fubine-1374\" target=\"_blank\">Fubine History</a><br/>\r\n<a href=\"https://www.facebook.com/groups/1437702409775588/\" target=\"_blank\">Fubine Memories (FaceBook)</a>',NULL,NULL,'LINE',NULL,0,'','d896990a07e8fb6cab8051ccf378b0fe','',NULL),(10254,'en','page-builder-shortcode-strings-141','d69b50fcc7997e8e7547f35340b76bc6','\r\nThis page lists \"Posts\" that the website author has created to provide an opportunity to website visitors to comment on the website\'s content. Click on a Post that makes sense to you and feel free add a comment. (Note:Comments are reviewed by the website\'s author before being added to the website)\r\n',21,1,'VISUAL','av_textblock: content',0,'','e2b35883b59142a0fc7a43554418a8a0','optional',NULL),(10255,'en','page-builder-shortcode-strings-141','4564f64afcb6d05775e28d0608901937','Share this entry',21,2,'LINE','av_social_share: title',0,'','342b97fb51f1ed6bf30b156f0333af14','optional',NULL),(10256,'en','page-builder-shortcode-strings-7339','5629e2ae55b877304d11f3ebee941bfc','\r\nValerio Giuseppe Benvenuto Anzino was born in the Piemonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a <a href=\"https://en.wikipedia.org/wiki/Roman_Question#Law_of_Papal_Guarantees\" target=\"_blank\" rel=\"noopener\">formal peace treaty</a> with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n',22,1,'VISUAL','av_textblock: content',0,'','ffa6170f9ce33ec0bd8d99a878ae0a34','optional',NULL),(10257,'en','page-builder-shortcode-strings-7339','5031056d6ed6c5d836d226a98f306d36','lightbox',22,2,'LINE','av_image: link',0,'','9a9c101297d20cd026af2b4912995d36','optional',NULL),(10258,'en','page-builder-shortcode-strings-7339','794c5d9aa623527338f2641e44caf01f','\r\n<p class=\"image-caption\">Valerio Anzino  in the late 1870s</p>\r\n',22,3,'VISUAL','av_textblock: content',0,'','c28b1e44f1bae77802ccb5dda77017a2','optional',NULL),(10259,'en','page-builder-shortcode-strings-12','80bf38f7b2ad3d8191007f670479bce9','\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piemonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n',12,2,'VISUAL','av_textblock: content',0,'','2b6b9f2940eefc355986c4b875eb4a19','optional',NULL),(10260,'en','page-builder-shortcode-strings-8069','8b3c4863dbeb12ec8c18de481952d74c','\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe<em> London Monitor</em> March 17 1899 edition had an article about Valerio\'s death. It described not only his death and funeral service at Chiesa Carlo ai Catinari, but also the controversy that Valerio was embroiled in regarding the death of Vittorio Emmanuel II in 1878. The article also mentions that Monsignor Anzino\'s body was transported to the family vault in Mazzè.\r\n',9,1,'VISUAL','av_textblock: content',0,'','159dcb71485742710bc2e27c11f14eaf','optional',NULL),(10262,'en','page-builder-shortcode-strings-80','60f14a61fee24a7804bf63e9522b5cf5','\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n',17,2,'VISUAL','av_textblock: content',0,'','f3e485c65d30e38490c089be3d635be8','optional',NULL),(10263,'en','Widgets','widget body - 0a7b60884caa470f87845166c58b6e3f','<span style=\"color:white;font-weight:bold;\">LINKS</span><br/>\r\n<a href=\"http://www.ancestry.com\" target=\"_blank\">Ancestry.com</a><br/>\r\n<a href=\"http://www.familysearch.org\" target=\"_blank\">FamilySearch.org</a><br/>\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">Fubine Map</a><br/>\r\n<a href=\"https://search.ancestry.com/search/db.aspx?dbid=1551\" target=\"_blank\">Fubine Civil Records 1866-1939</a><br/><span style=\"font-size:.8em;\">(You need Ancestry.com account to access)</span><br/>\r\n<a href=\"https://www.localidautore.com/paesi/fubine-1374\" target=\"_blank\">Fubine History</a><br/>\r\n<a href=\"https://www.facebook.com/groups/1437702409775588/\" target=\"_blank\">Fubine Memories (FaceBook)</a><br/>\r\n<a href=\"http://www.monferrini.com/\" target=\"_blank\">Monferrini in America</a>',NULL,NULL,'LINE',NULL,0,'','3b5b86c95aeeb3edd3550f460ec162ce','',NULL),(10264,'en','page-builder-shortcode-strings-8024','689876aa7febd4e711326eecf200584f','\r\nValerio Anzino\'s burial location was an unsolved mystery for the website\'s author for 2 years. While an obituary found in a London newspaper from 1899 stated that Valerio\'s body was transported to the family vault in Mazzè Canevese, a visit to the cemetery in <a href=\"https://en.wikipedia.org/wiki/Mazz%C3%A8\" target=\"_blank\" rel=\"noopener\">Mazzè</a> in 2016 did not find the vault. In a visit to the State Archives in Roma in June 2018, the website author found an 1899 letter from Valerio\'s sister, Giuseppina, in which she clearly states that she visits her brother\'s grave almost every day in Mazzè. The author visited the Mazzè cemetery again in 2018 but still couldn\'t identify a vault belonging to the Anzino family. Since the majority of Italian gravesites and burial markers are not purchased in perpetuity , (as in US), at some point in the 20th century, the Anzino Vault was likely repurposed to another family. The author will make a trip to Italy in 2020 and with the help of Iuri Silvestri, will try to gain access to the Commune of Mazzè\'s burial records. It is highly likely that in addition to Valerio being buried in the Anzino vault in Mazzè, his mother, father, uncle Monsignor Giuseppe Anzino, and Valerio\'s sister Giuseppina Anzino are also buried there.\r\n\r\nThe Anzino family had multiple connections to Mazzè. In addition to the burial vault at the cemetery, Giuseppina ran a school in Mazzè in the 1890s and 1900s. What has not been discovered yet is the original connection to the town of Mazzè that led to the original purchase of the burial vault, as this purchase likely happened in the 1860s, if not earlier.\r\n\r\nThe photo on this page is of one of 5 potential vaults in the Mazzè cemetery that may be the original Anzino vault.\r\n',4,1,'VISUAL','av_textblock: content',0,'','269bed9a0fc61bf38b82a91d2cc73de1','optional',NULL),(10265,'en','Widgets','widget body - 347730bc1a3704ee78bade7cf97f2999','<span style=\"color:white;font-weight:bold;\">LINKS</span><br/>\r\n<a href=\"http://www.ancestry.com\" target=\"_blank\">Ancestry.com</a><br/>\r\n<a href=\"http://www.familysearch.org\" target=\"_blank\">FamilySearch.org</a><br/>\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">Fubine Map</a><br/>\r\n<a href=\"https://search.ancestry.com/search/db.aspx?dbid=1551\" target=\"_blank\">Fubine Civil Records 1866-1939</a><br/><span style=\"font-size:.8em;\">(You need Ancestry.com account to access)</span><br/>\r\n<a href=\"https://www.localidautore.com/paesi/fubine-1374\" target=\"_blank\">Fubine History</a><br/>\r\n<a href=\"https://www.facebook.com/groups/1437702409775588/\" target=\"_blank\">Fubine Memories (FaceBook)</a><br/>\r\n<a href=\"http://www.monferrini.com/\" title=\"Website dedicated to all things from and in Monferrat\"  target=\"_blank\">Monferrini in America</a>',NULL,NULL,'LINE',NULL,0,'','5e9521c4f29fce927de5f666b4c0b200','',NULL),(10266,'en','Widgets','widget body - 0b23b337cf0912ecf556f4e1d941a076','<span style=\"color:white;font-weight:bold;\">LINKS</span><br/>\r\n<a href=\"http://www.ancestry.com\" target=\"_blank\">Ancestry.com</a><br/>\r\n<a href=\"http://www.familysearch.org\" target=\"_blank\">FamilySearch.org</a><br/>\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">Fubine Map</a><br/>\r\n<a href=\"https://search.ancestry.com/search/db.aspx?dbid=1551\" target=\"_blank\">Fubine Civil Records 1866-1939</a><br/><span style=\"font-size:.8em;\">(You need Ancestry.com account to access)</span><br/>\r\n<a href=\"https://www.localidautore.com/paesi/fubine-1374\" target=\"_blank\">Fubine History</a><br/>\r\n<a href=\"https://www.facebook.com/groups/1437702409775588/\" title=\"FaceBook Group with close ties to Fubine\"  target=\"_blank\">Fubine Memories (FaceBook)</a><br/>\r\n<a href=\"http://www.monferrini.com/\" title=\"Website dedicated to all things Monferrato\"  target=\"_blank\">Monferrini in America</a>',NULL,NULL,'LINE',NULL,0,'','69c0a37a2858b7958480a1634d48fc69','',NULL),(10267,'en','default','4e4168d72947c09bfdd34229409592ad','%1$s &#8211; %2$s',NULL,NULL,'LINE',NULL,10,'','df08d93f17a94f595ab89c0f443478c8','',NULL),(10268,'en','default','0257542bea15eb6baa3fc0364cd3ba24','%s KB',NULL,NULL,'LINE',NULL,10,'','2423acb8f86399d23d78e0c801290b4c','',NULL),(10269,'en','default','037c6b6ff2be8a9d938f58a12b37231a','%s Sites',NULL,NULL,'LINE',NULL,10,'','89fa1c2cba562ac6329e975fd0f53265','',NULL),(10270,'en','default','7a7acd0aeb0ea76bc5ecf0839300bf75','%s theme deleted.',NULL,NULL,'LINE',NULL,10,'','55c6ea2f32caebf1afe54f4534524a3e','',NULL),(10271,'en','default','044583a5d19f87378b57106a109874b8','%s themes deleted.',NULL,NULL,'LINE',NULL,10,'','0465f4cffcfa964de889f7ca335dc1a9','',NULL),(10272,'en','default','0a3607cd175a931f4de628c2f165128b','%s theme disabled.',NULL,NULL,'LINE',NULL,10,'','2128af429e9a96b5bbf447c582d0c95a','',NULL),(10273,'en','default','6e33e7e3dda5859e63ac83fb5e8e04c4','%s themes disabled.',NULL,NULL,'LINE',NULL,10,'','3f28323a6e3961f993ec85ec03eadb54','',NULL),(10274,'en','default','cacb1fff26064108ac7df006a868156c','%s theme enabled.',NULL,NULL,'LINE',NULL,10,'','7f6652e8e06ead18243ec05940af3663','',NULL),(10275,'en','default','6d36c75b329040f904adeb6ea35e6487','%s themes enabled.',NULL,NULL,'LINE',NULL,10,'','77b326331888bd2cda9a359268369633','',NULL),(10276,'en','default','bf8d7f26ae3b4259376315e31f6516e8','<a href=\"https://codex.wordpress.org/Create_A_Network\">Documentation on Creating a Network</a>',NULL,NULL,'LINE',NULL,10,'','27749fc7c1ac070135835de0c87d0e37','',NULL),(10277,'en','default','7b888e75dcb418d60d6f430c0818e7dc','<a href=\"https://codex.wordpress.org/Network_Admin\">Documentation on the Network Admin</a>',NULL,NULL,'LINE',NULL,10,'','a8f642667cb80e86172221d7dff79f64','',NULL),(10278,'en','default','c40343ab5280f3ccb2ed54abdfbd9337','<a href=\"https://codex.wordpress.org/Network_Admin_Settings_Screen\">Documentation on Network Settings</a>',NULL,NULL,'LINE',NULL,10,'','f5efa9bf9c1002bbf67806f8f24d83a7','',NULL),(10279,'en','default','a4ea8d1ef06abf1188767cbc822056e7','<a href=\"https://codex.wordpress.org/Network_Admin_Themes_Screen\">Documentation on Network Themes</a>',NULL,NULL,'LINE',NULL,10,'','641d31ddbc8b01de535ac3b6d5cf012c','',NULL),(10280,'en','default','9e6f5d5056ac75090aa9b0eb433c4d22','<a href=\"https://codex.wordpress.org/Network_Admin_Updates_Screen\">Documentation on Upgrade Network</a>',NULL,NULL,'LINE',NULL,10,'','ad07a2a893679fc74071ce999b1d4102','',NULL),(10281,'en','default','d3da770255c7f5edca967b3f8ac201f0','<a href=\"https://codex.wordpress.org/Network_Admin_Users_Screen\">Documentation on Network Users</a>',NULL,NULL,'LINE',NULL,10,'','c268f29f5e938ecaaa394fbaa100c448','',NULL),(10282,'en','default','f769ded5cc71a7b06c3cb73987470cf8','<a href=\"https://codex.wordpress.org/Tools_Network_Screen\">Documentation on the Network Screen</a>',NULL,NULL,'LINE',NULL,10,'','b661b0f0c41a7cb34dad81e2bd8c07e1','',NULL),(10283,'en','default','4b514ae24e6f9a4008672db553015010','A new user will be created if the above email address is not in the database.',NULL,NULL,'LINE',NULL,10,'','3b5eb910d5157208f9c52118bc80a518','',NULL),(10284,'en','default','f38fb52d1e8af8ca3fd14c76cdbabd3e','A password reset link will be sent to the user via email.',NULL,NULL,'LINE',NULL,10,'','7d5f808377b98687cce44ba138ccd847','',NULL),(10285,'en','default','a66389989613d4b2e043763fe234ecca','Active Child Theme',NULL,NULL,'LINE',NULL,10,'','090eb7168e265d922955c580f09a752f','',NULL),(10286,'en','default','b51f1ca9d823af2004944d69db63f3dc','Active Theme',NULL,NULL,'LINE',NULL,10,'','bd30806eb79fb8c95597c3227075840f','',NULL),(10287,'en','default','534731f1060d0b09a8c1c23d2135c5c7','Add New Site',NULL,NULL,'LINE',NULL,10,'','d1b13e62692651ff6a2ffde6b828d9f0','',NULL),(10288,'en','default','d4449306e9a2e6419c653c5213d02900','Add New Users',NULL,NULL,'LINE',NULL,10,'','c50e9400da2bb7c9a92ff222e54818ab','',NULL),(10289,'en','default','7ed8bd1b2adc557eb7134c482dcc4b47','Add New takes you to the Add New Site screen. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.',NULL,NULL,'LINE',NULL,10,'','9409fdf5470b7b960ff4ef4b5b619828','',NULL),(10290,'en','default','6f8bb1659520a661c62a3af94ae66408','Add Site',NULL,NULL,'LINE',NULL,10,'','df1c8120f68079c44fd200df3abeea5a','',NULL),(10291,'en','default','c2208ccd0104d97d8925713036d5cb57','Add User',NULL,NULL,'LINE',NULL,10,'','59d0700ff4f4197df09282c477b5c1dc','',NULL),(10292,'en','default','415a7bedf990982ba946304672eca18b','Add User will set up a new user account on the network and send that person an email with username and password.',NULL,NULL,'LINE',NULL,10,'','b8a79e085cda8494b2c21616f2dbad59','',NULL),(10293,'en','default','0c6caa944c723eb0fc91c599188bed61','Add and manage sites or users',NULL,NULL,'LINE',NULL,10,'','bcd2ddf96b1c812c6cae50158d095a57','',NULL),(10294,'en','default','59f27d33e35c890b4603deb6bcbe6d2b','Add the designated lines of code to wp-config.php (just before <code>/*...stop editing...*/</code>) and <code>.htaccess</code> (replacing the existing WordPress rules).',NULL,NULL,'LINE',NULL,10,'','f400d16f772266e726ad63a192befc18','',NULL),(10295,'en','default','39f5faa909077d084aa8a22272d7e02b','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:',NULL,NULL,'LINE',NULL,10,'','32b15107bf1072f09ff4d1297249340a','',NULL),(10296,'en','default','1b207071254cfa93ee5c119f31cc86a5','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:',NULL,NULL,'LINE',NULL,10,'','ecfe083d6d085677f9e556c50e2ba5f8','',NULL),(10297,'en','default','9c2da87365b4ac6dd05244c9a16f4ff9','Addresses of Sites in your Network',NULL,NULL,'LINE',NULL,10,'','40975954936a565a8e5da0f7d1291204','',NULL),(10298,'en','default','214e3596273d6ad6e3304ab0118c22e9','Admin Email',NULL,NULL,'LINE',NULL,10,'','cfd8d954791e476b32d2930e052846c8','',NULL),(10299,'en','default','9ee80cb6a72c6ff28efb25126427865a','All Sites',NULL,NULL,'LINE',NULL,10,'','53eebc6014f71b2fde12eb6a50867b65','',NULL),(10300,'en','default','62898281dcf6d9380f9b534906b462bb','All done!',NULL,NULL,'LINE',NULL,10,'','af9cba6172feb3a1911a5714be32c146','',NULL),(10301,'en','default','7d09983e450eaf66747942188a659a70','Allow new registrations',NULL,NULL,'LINE',NULL,10,'','15cfb563990eebe5c271746a228c75b5','',NULL),(10302,'en','default','ba0c2eb994c9ad6d5cb87a7a8e9c6962','Allow site administrators to add new users to their site via the \"Users &rarr; Add New\" page',NULL,NULL,'LINE',NULL,10,'','b7b0ab5ca1245f388ae00048ad2a2132','',NULL),(10303,'en','default','00586b180a890909b6c33b22ec619bfb','Allowed file types. Separate types by spaces.',NULL,NULL,'LINE',NULL,10,'','11f2044c6e98dd1ab4f3f8260524cf6c','',NULL),(10304,'en','default','f17cb182e85616d0fc309408124c209b','An Edit link to a separate Edit Site screen.',NULL,NULL,'LINE',NULL,10,'','977cdcd8000eacf454ac11ef2b1c46fe','',NULL),(10305,'en','default','d132b5c9a7180fe2cc1bbd5a9d2af6ba','An existing WordPress network was detected.',NULL,NULL,'LINE',NULL,10,'','8273c3d4e1394c7545f93e9451cf71f1','',NULL),(10306,'en','default','7d69b3cb4cada18ae61811304f8fbcb5','Archived',NULL,NULL,'LINE',NULL,10,'','0f0b7308c019f3b368ef2af579afa240','',NULL),(10307,'en','default','a038c9177a1c11f0fc34599ac5a4fd9d','Are you sure you wish to delete these themes?',NULL,NULL,'LINE',NULL,10,'','2527e734faa33280b977e9b2c4bcd50a','',NULL),(10308,'en','default','81801b19e62a09e7c57d7f169ce46c30','Are you sure you wish to delete this theme?',NULL,NULL,'LINE',NULL,10,'','68c346d621ec45e5109c4fd781e1fa2c','',NULL),(10309,'en','default','287234a1ff35a314b5b6bc4e5828e745','Attributes',NULL,NULL,'LINE',NULL,10,'','d823bf9bd9070192e7449a1e5bd48688','',NULL),(10310,'en','default','4f5cb901c0d919fd8ea57e1d22859085','Banned Email Domains',NULL,NULL,'LINE',NULL,10,'','92a787172586c7db024bdf28d7db1d82','',NULL),(10311,'en','default','49e4a832f3424f3bc60544306c767cf7','Banned Names',NULL,NULL,'LINE',NULL,10,'','9cb48d24db5a648b21f60ad690850806','',NULL),(10312,'en','default','d57ab3e989a21c006512cf225edeb17c','Because you are using %1$s, the sites in your WordPress network must use sub-directories. Consider using %2$s if you wish to use sub-domains.',NULL,NULL,'LINE',NULL,10,'','337b4e9206644167b918462004518015','',NULL),(10313,'en','default','dd44c6f0f2d362d2c9beaae3a57fd74b','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.',NULL,NULL,'LINE',NULL,10,'','7c22427cdedf0a868e5c35f01429c512','',NULL),(10314,'en','default','68b81a953a37b675d52c4248fbc460b4','Because your installation is not new, the sites in your WordPress network must use sub-domains.',NULL,NULL,'LINE',NULL,10,'','3b930ce428ab1b52cdf4fd850316d65d','',NULL),(10315,'en','default','58b4e0597918c7c1f1a69a077b188e7b','Both sites and user accounts can be registered',NULL,NULL,'LINE',NULL,10,'','d3815cbcaec30db4226c3743a4632534','',NULL),(10316,'en','default','9bf4fad74c2c2c4d0ae60b24218c1219','Broken <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','bde9201ef41134c364ffb11069a840f5','',NULL),(10317,'en','default','be62523b7117edc6a4b6572a779a919a','Broken Theme:',NULL,NULL,'LINE',NULL,10,'','7060e62fb611557bc8815b5aa0dfdf35','',NULL),(10318,'en','default','1ebbcd204a308ff7536f3390da04f204','Can&#8217;t create an empty site.',NULL,NULL,'LINE',NULL,10,'','4a82981a1e589a9b5a13a43b1d81b893','',NULL),(10319,'en','default','00370b3d059e4347bfc0f06bb5a74fdf','Cannot add user.',NULL,NULL,'LINE',NULL,10,'','060f0ad1e5761348418fbf033a3d6d93','',NULL),(10320,'en','default','f16aad7dde560e6188b598ef360d0e4c','Cannot create an empty user.',NULL,NULL,'LINE',NULL,10,'','407f2efd31a8a5ec7a30b8b004f54dcd','',NULL),(10321,'en','default','f9fd705752599a79a938724dd8efe943','Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your installation. Fill out the network details, and click Install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).',NULL,NULL,'LINE',NULL,10,'','ded8dcff43d00ff4a610a672f04d6680','',NULL),(10322,'en','default','08e321e681580a2015dfd295d07110aa','Clicking on bold headings can re-sort this table.',NULL,NULL,'LINE',NULL,10,'','7dfd83f502750fb0beb31b65a8d6635c','',NULL),(10323,'en','default','037933af6327b65c72615c8110700195','Complete the following steps to enable the features for creating a network of sites.',NULL,NULL,'LINE',NULL,10,'','d0cd1df5d2edba1cdea149fe21c492a1','',NULL),(10324,'en','default','70d9be9b139893aa6c69b5e77e614311','Confirm',NULL,NULL,'LINE',NULL,10,'','cd976ad9000a9495742021602cfd799b','',NULL),(10325,'en','default','64b2057d4dbe4f9f4fa883a488749d27','Confirm your action',NULL,NULL,'LINE',NULL,10,'','70df3c3a143539e26b57b8a1ffe624fd','',NULL),(10326,'en','default','6ff99eb3c6d541af7c2e9a26fbae656d','Create a Network of WordPress Sites',NULL,NULL,'LINE',NULL,10,'','5ec1dba58dab6da5a671492adf8aaa8c','',NULL),(10327,'en','default','5fabf0aaeeb82a4cd11d78642e56abb5','Dashboard leads to the Dashboard for that site.',NULL,NULL,'LINE',NULL,10,'','b6efbabcf445c83549e149c411c0af5a','',NULL),(10328,'en','default','a3fdbe21842c6a7992bbf8dd587527b2','Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.',NULL,NULL,'LINE',NULL,10,'','8532b7654da153658fa2bcb0f9454e30','',NULL),(10329,'en','default','951cfb94bce19fdd877e24ccfec144b9','Default Language',NULL,NULL,'LINE',NULL,10,'','49304290c20cab42fb3cc6ba00908f8d','',NULL),(10330,'en','default','1e595085c22477882a51c26c2adbb590','Delete Theme',NULL,NULL,'LINE',NULL,10,'','ca8ac210cfb54e03959b7f75b0b5ad95','',NULL),(10331,'en','default','1aae2026c31c69222a2c674e5a2aa77e','Delete Themes',NULL,NULL,'LINE',NULL,10,'','39d4aeb879a49c496e1f65ef990be57c','',NULL),(10332,'en','default','c86f27eb5a895b83db78fa8986d04d04','Delete which is a permanent action after the confirmation screens.',NULL,NULL,'LINE',NULL,10,'','2e6fabb779347a9dafc17cfa5c36944e','',NULL),(10333,'en','default','5fe6005bf6e415c950c011fb65f12b8f','Deleted',NULL,NULL,'LINE',NULL,10,'','3436e41d0694142dc218fdcfb6f5806e','',NULL),(10334,'en','default','bcfaccebf745acfd5e75351095a5394a','Disable',NULL,NULL,'LINE',NULL,10,'','76112d415bdd1efa7becc21ad9c51814','',NULL),(10335,'en','default','f4a9263a9caa3c4309b467611e1076c3','Disable %s',NULL,NULL,'LINE',NULL,10,'','3a1c98bd8686ff49ddf2e93fcec187fe','',NULL),(10336,'en','default','10aa8ae1ea0c03fa1c9d6db0012bf495','Disabled <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','3352ea4e1e81b78a5df1fc20aa2a7144','',NULL),(10337,'en','default','c298234532712afce5a63f3cd3a2eaac','Duplicated username or email address.',NULL,NULL,'LINE',NULL,10,'','e090b945d5104e48fe8cb62a30422bfa','',NULL),(10338,'en','default','0cf88d2bd07f26216bd64bea14535c2e','ERROR: The network could not be created.',NULL,NULL,'LINE',NULL,10,'','97f62e7580ad5906e5f4272fe695fe24','',NULL),(10339,'en','default','86c06b1a426650f24cfd8d23fd463c4f','Edit Site: %s',NULL,NULL,'LINE',NULL,10,'','244aff2222d8146fd485826a48bccdb8','',NULL),(10340,'en','default','2faec1f9f8cc7f8f40d521c4dd574f49','Enable',NULL,NULL,'LINE',NULL,10,'','e2ccc0390e0ada2154587d7e67f24739','',NULL),(10341,'en','default','5b6e1e532844d265ddfe06d8a15bdeba','Enable %s',NULL,NULL,'LINE',NULL,10,'','b92683d2fd72f79117b6f3f0b8f502ae','',NULL),(10342,'en','default','13cdd3a914cd3e2015f31155a735d97b','Enable administration menus',NULL,NULL,'LINE',NULL,10,'','f57aefb1a6b075a563090c8405d67498','',NULL),(10343,'en','default','f4c1ff26afbb95e07f648f65b4790439','Enable menus',NULL,NULL,'LINE',NULL,10,'','76170af9720147345f03dc3ea681f7fd','',NULL),(10344,'en','default','62a6e2c8868019d7b42f0bc866e715f4','Enabled <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','d5000cd1c0907a6def854cbaefdbaa4b','',NULL),(10345,'en','default','e12df990ddcc79ca5abdf5c243ca8997','Enabling the Network',NULL,NULL,'LINE',NULL,10,'','924242fdd9aa6358dab84459d56b1d9b','',NULL),(10346,'en','default','0755e33c95205af406951f17a677a09c','Enter the username and email.',NULL,NULL,'LINE',NULL,10,'','1d5dc98cb15200ac1b6d099bd15869a6','',NULL),(10347,'en','default','8c2e29199bc999f3cb785a26434500d7','Enter the username of an existing user.',NULL,NULL,'LINE',NULL,10,'','2da4f66ef4f0716fa4159813d058676f','',NULL),(10348,'en','default','d624dc49f57bb6ccb9997ff9eec40f1a','Fill in the information below and you&#8217;ll be on your way to creating a network of WordPress sites. We will create configuration files in the next step.',NULL,NULL,'LINE',NULL,10,'','08212286ccda596aeade6d4f3a6439e0','',NULL),(10349,'en','default','610418cc6221c8a886fd5791f1dd6b23','Filter site themes list',NULL,NULL,'LINE',NULL,10,'','b24caf08c8451482566e26c925489759','',NULL),(10350,'en','default','b0b697ab59eec05f73921603112f7fb8','Filter site users list',NULL,NULL,'LINE',NULL,10,'','2e01267ac78c32cd3f5bb9ad1f86c105','',NULL),(10351,'en','default','bb63192622d03a6910c2068e542a514f','First Comment',NULL,NULL,'LINE',NULL,10,'','07ca035f91651f6b6915ec28b557681f','',NULL),(10352,'en','default','fa7d4ca080ceee8df9a3d315bf1eb2fd','First Comment Author',NULL,NULL,'LINE',NULL,10,'','15399fefc1832ef10483a93f97e9d761','',NULL),(10353,'en','default','aa4aeaa42d031ac4091ab6261bc012d0','First Comment Email',NULL,NULL,'LINE',NULL,10,'','43b93e9c1ca176552c8c747467c45de5','',NULL),(10354,'en','default','c3427c49121d8d370c5e12893951b72f','First Comment URL',NULL,NULL,'LINE',NULL,10,'','40621fcb838e8f71e2d9032a8d8e4df3','',NULL),(10355,'en','default','400085f1f6d495bfa114bacb18286230','First Page',NULL,NULL,'LINE',NULL,10,'','f5d59017db7f95836367db71021c9395','',NULL),(10356,'en','default','e32b3fbe48b3da0b9b3bd55cdc3ea662','From here you can:',NULL,NULL,'LINE',NULL,10,'','d0212671326c49a49fd9410bf9efb036','',NULL),(10357,'en','default','69268e073eff98e8e66380d4327cfc09','Hover over any user on the list to make the edit links appear. The Edit link on the left will take you to their Edit User profile page; the Edit link on the right by any site name goes to an Edit Site screen for that site.',NULL,NULL,'LINE',NULL,10,'','461e3b9978c74416307fcab1bd45be63','',NULL),(10358,'en','default','5a901dbe46e4ea2935c47914d4c961fd','Hovering over each site reveals seven options (three for the primary site):',NULL,NULL,'LINE',NULL,10,'','f5868da86e86e4ec6fd149b115afcbb4','',NULL),(10359,'en','default','7488f9bdec050d4c9f59154ef0309f8d','If %1$s is disabled, ask your administrator to enable that module, or look at the <a href=\"%2$s\">Apache documentation</a> or <a href=\"%3$s\">elsewhere</a> for help setting it up.',NULL,NULL,'LINE',NULL,10,'','ff42cc1ce72571ef6273e16f103f4722','',NULL),(10360,'en','default','ae1e45907c67b7a8129aa1edea3b65af','If a version update to core has not happened, clicking this button won&#8217;t affect anything.',NULL,NULL,'LINE',NULL,10,'','033467a98881db9dd547e7128d9d62c0','',NULL),(10361,'en','default','b2fcfd7859b0871bfb470d7781bcf542','If registration is disabled, please set %1$s in %2$s to a URL you will redirect visitors to if they visit a non-existent site.',NULL,NULL,'LINE',NULL,10,'','3d9eb884041ab838849d54341322c5c7','',NULL),(10362,'en','default','0a74a05f249470a57b6d47cf8b95162e','If the admin email for the new site does not exist in the database, a new user will also be created.',NULL,NULL,'LINE',NULL,10,'','04ab9b72fcc5d9e3f1424046893c7fbe','',NULL),(10363,'en','default','8ff1bfbbeb2eba66ce94b171b26d730b','If the network admin disables a theme that is in use, it can still remain selected on that site. If another theme is chosen, the disabled theme will not appear in the site&#8217;s Appearance > Themes screen.',NULL,NULL,'LINE',NULL,10,'','84c79dbd03a2f8b04cd8bec388167f13','',NULL),(10364,'en','default','bc7effcff85583ac12c63bd424661abf','If this process fails for any reason, users logging in to their sites will force the same update.',NULL,NULL,'LINE',NULL,10,'','7dd4135d25a42938740686f03e33045f','',NULL),(10365,'en','default','e85aab31c835971309180c93f231924c','If you want to ban domains from site registrations. One domain per line.',NULL,NULL,'LINE',NULL,10,'','f0ec7e2e08f3347df4a94c6e62c5698e','',NULL),(10366,'en','default','8635e8aa4f0bc7bcd91cbd4da31b804c','If you want to limit site registrations to certain domains. One domain per line.',NULL,NULL,'LINE',NULL,10,'','933a3f9bf69298720bfd8463bf80b809','',NULL),(10367,'en','default','8639d93138503c1d8af33f7f71cd9c80','If your browser doesn&#8217;t start loading the next page automatically, click this link:',NULL,NULL,'LINE',NULL,10,'','edd269aad587b8c1b7472f75bf7d5248','',NULL),(10368,'en','default','00820c2949a040927bcc12ce09843518','Install and activate themes or plugins',NULL,NULL,'LINE',NULL,10,'','2abddb49dfc701dc795a8a271a03ead7','',NULL),(10369,'en','default','111ddfb181a3689c7756eea70f7d23f5','Installed Themes',NULL,NULL,'LINE',NULL,10,'','b3ee07ed459df7d695028f2214d151c3','',NULL),(10370,'en','default','150ef8cad371141a7655e4fc0e0d3817','Invalid site ID.',NULL,NULL,'LINE',NULL,10,'','2d6d60e3bac13c9c71e31304e5c90d65','',NULL),(10371,'en','default','1a394841731ba027fe8d88fc804f03d3','It looks like the Apache %s module is not installed.',NULL,NULL,'LINE',NULL,10,'','799d8fdf42fa3839d6e1e55d91665ee8','',NULL),(10372,'en','default','d571eac482a64703ee4d115d2ad30cb0','Language Settings',NULL,NULL,'LINE',NULL,10,'','e71ae8809032b935d01d6d396298b540','',NULL),(10373,'en','default','4221d3e17c6eca2ca6337251a3cf9c4e','Last Updated',NULL,NULL,'LINE',NULL,10,'','fa2de7d758754c95ff99ef62a14f47b2','',NULL),(10374,'en','default','12e8436596238333325d08d20429c07c','Limit total size of files uploaded to %s MB',NULL,NULL,'LINE',NULL,10,'','82c560112def672ba3af198f7dde5430','',NULL),(10375,'en','default','3e9c124506ec89578d6709f811dd6dfd','Limited Email Registrations',NULL,NULL,'LINE',NULL,10,'','2a89eb3d0a5579a4946751429946eebd','',NULL),(10376,'en','default','73d83a62626dec3519e532d67b39fd59','Logged in users may register new sites',NULL,NULL,'LINE',NULL,10,'','cb08190d6efbd21b8b6b789c86fa2c0c','',NULL),(10377,'en','default','c4c379f627f36930fe794eb5e2a63d74','Mature',NULL,NULL,'LINE',NULL,10,'','603ae2f1b9782a3c17a0b7eb6ca40dbc','',NULL),(10378,'en','default','ba88aed4e8058948cc0a8058061c90e0','Max upload file size',NULL,NULL,'LINE',NULL,10,'','732ceb2418babdba4958c2f3f50a7be1','',NULL),(10379,'en','default','4003bf6da7dd80459ce97bdf9d2ac845','Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.',NULL,NULL,'LINE',NULL,10,'','60341b24e1a3d4bc384ee983cb0b6873','',NULL),(10380,'en','default','9a6e98351efbe84504ebe26e5d93e0ff','Missing email address.',NULL,NULL,'LINE',NULL,10,'','0724dee972f6870323335dbf271067e8','',NULL),(10381,'en','default','aacb3198e7a86a60a2ac06bb481112b8','Missing or invalid site address.',NULL,NULL,'LINE',NULL,10,'','2055898ddedba1daccad8e2372d62cc9','',NULL),(10382,'en','default','7bfb707b2289a2022a3aacace3edc46d','Modify global network settings',NULL,NULL,'LINE',NULL,10,'','61f95ef4d9c14c0090d734b6868b8cb2','',NULL),(10383,'en','default','eec89088ee408b80387155272b113256','Network',NULL,NULL,'LINE',NULL,10,'','e6a2988cd044eff0cb39222df00a5e41','',NULL),(10384,'en','default','0e9fdb7b32977999fede4f3ef83182ff','Network Admin Email',NULL,NULL,'LINE',NULL,10,'','3e1f0b0285a6b49feec01f81f9b6eba4','',NULL),(10385,'en','default','f17b3d42648fe18095a9ecee7976bc32','Network Details',NULL,NULL,'LINE',NULL,10,'','8aa8f3ec43c576b30eca0851c14a1782','',NULL),(10386,'en','default','949c5fe0c3068af10349d6f391b28758','Network Disable',NULL,NULL,'LINE',NULL,10,'','2452005cbd95d9ddb9d9de5e844ea8f8','',NULL),(10387,'en','default','65f915f1b59a2fd80039dbe89ba0bdec','Network Disable %s',NULL,NULL,'LINE',NULL,10,'','88bcb8a583eb82c607724d83b6a328e5','',NULL),(10388,'en','default','c1a835d34d2fb307846520ffc9efe01f','Network Enable %s',NULL,NULL,'LINE',NULL,10,'','77d78d586912ee3ffe56188bb38bc435','',NULL),(10389,'en','default','97ba4c484a0bb9e0e45e0c7533f96cb7','Network Settings',NULL,NULL,'LINE',NULL,10,'','6e0e7b9a353c5df1622c089eeff9868e','',NULL),(10390,'en','default','3734aeec2de9edfa4e568089a2f11681','Network Title',NULL,NULL,'LINE',NULL,10,'','91bbce1196dc79179eb6cc435737016f','',NULL),(10391,'en','default','91b41d8ab2755c89044d6540ab2c3910','Network enabled themes are not shown on this screen.',NULL,NULL,'LINE',NULL,10,'','df4fd83f83ea7b52e8fb480ccd2fadf6','',NULL),(10392,'en','default','6e7b34fa59e1bd229b207892956dc41c','Never',NULL,NULL,'LINE',NULL,10,'','1dda2ba306d34f4300e575d345797bae','',NULL),(10393,'en','default','5fb9606e121cd8af150f439cd441edc4','New Site Settings',NULL,NULL,'LINE',NULL,10,'','78059eff818e8c62ed76f1a055dab910','',NULL),(10394,'en','default','e3083883bae0da6939f702c784a26565','New registrations settings',NULL,NULL,'LINE',NULL,10,'','c1cd677990360895a2f7b9d812a3afc3','',NULL),(10395,'en','default','71fb2193618570cb491eaff27a73a08d','New site created by %1$s\\n\\nAddress: %2$s\\nName: %3$s',NULL,NULL,'LINE',NULL,10,'','76f55827ba5ab94505b62729845c45d6','',NULL),(10396,'en','default','a6bd8114d9153ab65e857c9847290349','New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what&#8127;s put in the first post, page, comment, comment author, and comment URL.',NULL,NULL,'LINE',NULL,10,'','466953a9cbc8bd8204c80e2b3a2bdb54','',NULL),(10397,'en','default','79cdc3cc2e97b112b6c0bc6a63dd34eb','Next Sites',NULL,NULL,'LINE',NULL,10,'','199ced7224341bfb2516a651715048de','',NULL),(10398,'en','default','48f17e4a23b9f7756dd395132a0ee8f6','No sites found.',NULL,NULL,'LINE',NULL,10,'','68d16a7149b65899611c2a7f8e2be514','',NULL),(10399,'en','default','44697b129bcef4746fab707750fbf617','No theme selected.',NULL,NULL,'LINE',NULL,10,'','f7f9ebd530b686931f971c550ff5b030','',NULL),(10400,'en','default','c7c5aa9617dc455e92191a393bc4e376','No themes found.',NULL,NULL,'LINE',NULL,10,'','77e5c95d92ff778148cd41a9cdcee072','',NULL),(10401,'en','default','1750023f0954c5808b302401b284f948','No, return me to the theme list',NULL,NULL,'LINE',NULL,10,'','b476330efd026c22b7d9748d02b5ccfe','',NULL),(10402,'en','default','5bdc5443b1faa6fd10edd66b72cfc422','Once the network is created, you may reactivate your plugins.',NULL,NULL,'LINE',NULL,10,'','c9a5931ba483ce73f0f3ec762bece279','',NULL),(10403,'en','default','71c3f1718689194ecb0815850d8ab8f4','Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.',NULL,NULL,'LINE',NULL,10,'','3920ac93c44981e8938e871ebf6f0913','',NULL),(10404,'en','default','f050dab3fabdf19f3d5a804ce818e49d','Once you complete these steps, your network is enabled and configured. You will have to log in again.',NULL,NULL,'LINE',NULL,10,'','74f1ee7d2d2375892079bc97c85d3288','',NULL),(10405,'en','default','d51a49021b1dc14059b51367d87bb867','Only lowercase letters (a-z), numbers, and hyphens are allowed.',NULL,NULL,'LINE',NULL,10,'','89f8faae6f581bf887242031c208bc27','',NULL),(10406,'en','default','8483369b67d4eed060bd208b000f6c00','Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Toolbar). Clicking the Upgrade Network button will step through each site in the network, five at a time, and make sure any database updates are applied.',NULL,NULL,'LINE',NULL,10,'','58a63aabfe2ab1e8664bb1ebe2aa75af','',NULL),(10407,'en','default','a1b9e6eead0e77b811ff7fad8a31c855','Operational Settings',NULL,NULL,'LINE',NULL,10,'','cec5728f41401242323c9c1b6b167879','',NULL),(10408,'en','default','0477894e91c495d8dba00fcc3a95784b','Operational settings has fields for the network&#8217;s name and admin email.',NULL,NULL,'LINE',NULL,10,'','72f96f78886cb290fc6ec1ccb941a16c','',NULL),(10409,'en','default','071a78164ee86556a9f95ddbaa0482d8','Please <a href=\"%s\">deactivate your plugins</a> before enabling the Network feature.',NULL,NULL,'LINE',NULL,10,'','3a098e1516e66ce8796c8b0396b99aaf','',NULL),(10410,'en','default','eb3b71b642bde76074a9702fdf46735b','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.',NULL,NULL,'LINE',NULL,10,'','b9ebf79767d52d93a153f1442471c3b0','',NULL),(10411,'en','default','bfd7843e59260b148e463258244a90ff','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.',NULL,NULL,'LINE',NULL,10,'','99554ba63877689ef07542fe25d580fb','',NULL),(10412,'en','default','ff342fcac06427ba74b2f8630d5490dc','Please make sure the Apache %s module is installed as it will be used at the end of this installation.',NULL,NULL,'LINE',NULL,10,'','07c6ffabe279dfae8558ef622948a302','',NULL),(10413,'en','default','ab3c1ab5baa7f2baeb7ef0c66b6fa7de','Quick Tasks',NULL,NULL,'LINE',NULL,10,'','eba9dbd51217d0a185a973dd2bff0c90','',NULL),(10414,'en','default','ee4baab9a0c0fd9d315e78c00958fc56','Registration Settings',NULL,NULL,'LINE',NULL,10,'','bebbac8340335e430a1dce73a1ff2cff','',NULL),(10415,'en','default','5c2ff2bb5639b5554512fead9659489b','Registration is disabled',NULL,NULL,'LINE',NULL,10,'','5301e6cde1d30f189bd7e4e3cd045be2','',NULL),(10416,'en','default','e4591c76198740a92afeaf1cc7e97586','Registration notification',NULL,NULL,'LINE',NULL,10,'','017abf1f19cad70130c5803a29025f98','',NULL),(10417,'en','default','5cab101d03729de7a42f1bd6fe06e1bc','Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.',NULL,NULL,'LINE',NULL,10,'','c1bd78083aeccb1da03b0e9b6dbca3d4','',NULL),(10418,'en','default','e76bd35bfed56e11f936ebdbb78b5f8d','Return to Dashboard',NULL,NULL,'LINE',NULL,10,'','9da008f137a756172e22e14edf351b64','',NULL),(10419,'en','default','5ed4ffd709aa568fc753738b6cdbd0c9','Select a user to change role.',NULL,NULL,'LINE',NULL,10,'','2a4bdb955dd5f2ec1892c2ad4dd1b638','',NULL),(10420,'en','default','da43a71afbfe0a9404738f73bcfc06f0','Select a user to remove.',NULL,NULL,'LINE',NULL,10,'','6683f5f0141b4dc5e16d9aa1d034e6a6','',NULL),(10421,'en','default','471809df1562a9c67a4d9c19306da155','Send the network admin an email notification every time someone registers a site or user account',NULL,NULL,'LINE',NULL,10,'','d91b560b6ab78474aaad49c9dd45b653','',NULL),(10422,'en','default','a4d911beb0470a3db20915b410a47511','Server Address',NULL,NULL,'LINE',NULL,10,'','3c444b123cc6845ca8a28b83c7994d88','',NULL),(10423,'en','default','8835607c76ad2b09ef49532228c4c89f','Set site attributes',NULL,NULL,'LINE',NULL,10,'','446cce1c72fad5548beb2c624147c042','',NULL),(10424,'en','default','9f37ff6c1a923053f3d583a84bad1e66','Site activated.',NULL,NULL,'LINE',NULL,10,'','7c9450190ef0b05158bb83e776860e1d','',NULL),(10425,'en','default','6a44f15a4ce9bdcb3ba986aba8b364b0','Site added. <a href=\"%1$s\">Visit Dashboard</a> or <a href=\"%2$s\">Edit Site</a>',NULL,NULL,'LINE',NULL,10,'','4d9af87c8eb4973c610600cf4be8dd5d','',NULL),(10426,'en','default','4319621847f1feae1922a066b8db4180','Site archived.',NULL,NULL,'LINE',NULL,10,'','d06dea258dd97a723b3cc72f1cc52d91','',NULL),(10427,'en','default','480a16a52aa5adc8e31cfc7311bf321e','Site deactivated.',NULL,NULL,'LINE',NULL,10,'','58208686e55ac1bc46b97dcbe05d7b57','',NULL),(10428,'en','default','8a52a456030c76f411444b6c22efb69d','Site deleted.',NULL,NULL,'LINE',NULL,10,'','b40ce8993ab521fe1c8aa5177bd96706','',NULL),(10429,'en','default','757e64e70014ad6c66d9e4a46c6cd504','Site info updated.',NULL,NULL,'LINE',NULL,10,'','9ee5a0599283a9fcfc64425574e93339','',NULL),(10430,'en','default','e7165291583723082a8a28f81f2ba456','Site marked as spam.',NULL,NULL,'LINE',NULL,10,'','3124aa71f067b57e30ba163a963167a3','',NULL),(10431,'en','default','c5ff1b9229a2486d0d5c42cec6d75b39','Site options updated.',NULL,NULL,'LINE',NULL,10,'','5e552fc2da0e20074730cf4dbb78dc15','',NULL),(10432,'en','default','846fe0c433a115d67ed0dc5d7df156da','Site removed from spam.',NULL,NULL,'LINE',NULL,10,'','99dfb5343fb218a0b7be6734b8955798','',NULL),(10433,'en','default','74f611e7636a5a0be422dc383adc3fe4','Site themes list',NULL,NULL,'LINE',NULL,10,'','fab2b61d535999d3a73f95b5e791dfa7','',NULL),(10434,'en','default','7c115f5ae6bc02c51d0b7b67de5fced0','Site themes list navigation',NULL,NULL,'LINE',NULL,10,'','49f0449e621cc0a9756b512f7c80f495','',NULL),(10435,'en','default','19da6bb4af4b55d8dccd6edf75c2270d','Site unarchived.',NULL,NULL,'LINE',NULL,10,'','9fcdb0dece3b02de2dcf92e1b190b71e','',NULL),(10436,'en','default','91ebbf8e46bb3a22bf8a6ce72d5f118c','Site upload space',NULL,NULL,'LINE',NULL,10,'','99eabf53dc72d2a6f989034bf4a19e5c','',NULL),(10437,'en','default','b875af823c382bad572184a6c4e2a141','Site users list',NULL,NULL,'LINE',NULL,10,'','41a2f554b579af55eebedef345dd71b0','',NULL),(10438,'en','default','4fa37e5e8102603cd2cf315344ad690c','Site users list navigation',NULL,NULL,'LINE',NULL,10,'','a1d9fc5084efc1e191bc399fed1e3ebb','',NULL),(10439,'en','default','4cd0c3e3a541db8fc9a9db426e510b00','Sites deleted.',NULL,NULL,'LINE',NULL,10,'','7d89979844108785496a056dea45eaa4','',NULL),(10440,'en','default','f555295339ca5031e56c91e0169b44a4','Sites list',NULL,NULL,'LINE',NULL,10,'','173342f40214be9a4d679309aad5c519','',NULL),(10441,'en','default','85c1c89d0f0807597d216e285b2837e6','Sites list navigation',NULL,NULL,'LINE',NULL,10,'','5fed8275baddac564afc11e18a0c79e3','',NULL),(10442,'en','default','e8347af5ec4ec7a47559ad8565356ed4','Sites marked as spam.',NULL,NULL,'LINE',NULL,10,'','e7560662a137e88c7eeb5e68f9e62f8c','',NULL),(10443,'en','default','7ef2ea60a637c989fabe62f8016aed82','Sites removed from spam.',NULL,NULL,'LINE',NULL,10,'','0bc9bb9a5095d5d6632c14361fc39ae2','',NULL),(10444,'en','default','08f6ea488dc8c012ad28ead88a53d5b1','Size in kilobytes',NULL,NULL,'LINE',NULL,10,'','b909a72f8f3b29a2d5f642189220d59b','',NULL),(10445,'en','default','32c6c10d488be5ca5c23cc597ddad169','Sorry, you are not allowed to add sites to this network.',NULL,NULL,'LINE',NULL,10,'','abad52405195246919a9ae72f8c5e558','',NULL),(10446,'en','default','79892c0bebe9d7787f66fd3cff3adf85','Sorry, you are not allowed to change the current site.',NULL,NULL,'LINE',NULL,10,'','b570c57c3ea571076578ba4da3ed942f','',NULL),(10447,'en','default','ac56121a099221bbdeddfd1e5944d916','Sorry, you are not allowed to delete that site.',NULL,NULL,'LINE',NULL,10,'','98231ef23ffd946695d7282585bc7a16','',NULL),(10448,'en','default','7ae8f69184861adcc2de0ce848032b85','Sorry, you are not allowed to delete the site %s.',NULL,NULL,'LINE',NULL,10,'','0f6962752784e621bc920e5769f99659','',NULL),(10449,'en','default','4581993e5cd93e2bdc1b8b0e3666abcb','Sorry, you are not allowed to delete themes for this site.',NULL,NULL,'LINE',NULL,10,'','cdef81234c45ec649fc14600fd701051','',NULL),(10450,'en','default','ae9ee3e330c8a56218760efc9db560ca','Sorry, you are not allowed to edit this site.',NULL,NULL,'LINE',NULL,10,'','f382cde95c8564a83225af54d5200301','',NULL),(10451,'en','default','cf51ee9508fcabe07046f7f37139871f','Sorry, you are not allowed to manage network themes.',NULL,NULL,'LINE',NULL,10,'','c74edd422d84416d1606ab3163b61699','',NULL),(10452,'en','default','afacebd327ad48dc078fe92596227c39','Sorry, you are not allowed to manage themes for this site.',NULL,NULL,'LINE',NULL,10,'','efc1d322c4930888006a1a1bb6ed9dfe','',NULL),(10453,'en','default','98fb40cb1531fc22139c1de7bc1e84fe','Sub-directories',NULL,NULL,'LINE',NULL,10,'','198677e020352fb38de65c76fa5d8ba6','',NULL),(10454,'en','default','c1dcd82da4724bbab7aeb90969aad277','Sub-directory Installation',NULL,NULL,'LINE',NULL,10,'','7007a8c91be4daba57245974fe868db9','',NULL),(10455,'en','default','e5c2e7158c2f3b1a35833c1e5b7c145b','Sub-domain Installation',NULL,NULL,'LINE',NULL,10,'','87d5a1c2b3b4600d5f893bf1cdf0f451','',NULL),(10456,'en','default','db1dfb9f2cf0215f3954d07853008114','Sub-domains',NULL,NULL,'LINE',NULL,10,'','c219c2369ef221ece143c6f25b9f36e9','',NULL),(10457,'en','default','a5e7643da14ca7ee595e5c7f5e5d4964','Subdirectory networks may not be fully compatible with custom wp-content directories.',NULL,NULL,'LINE',NULL,10,'','f6481b3e01f417276913154415728998','',NULL),(10458,'en','default','fec9dd31f691766486228e43a2836647','Super Admin <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','191c3fec5fc8bff3e47567b672e962ba','',NULL),(10459,'en','default','ae6b551972e79b81fb827b3ff559f0db','Super Admins <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'','6911abe31500d0e03afacdc809f1180c','',NULL),(10460,'en','default','b4278c39ff99c0dabb24f258e90d93b7','Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Network Admin > Users and click on Username or the Edit action link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges.',NULL,NULL,'LINE',NULL,10,'','b88e0cafc399c77e1fb6e435c770eb71','',NULL),(10461,'en','default','237877ef4d872a14b306d6b84e9764f4','That&#8217;s all, stop editing! Happy blogging.',NULL,NULL,'LINE',NULL,10,'','5be6961966e65fe1205a23c6b524352f','',NULL),(10462,'en','default','87f26c9fdebf0d4248657529df0c7348','The Network creation panel is not for WordPress MU networks.',NULL,NULL,'LINE',NULL,10,'','0a5c889a628ae086adb2dcdf3f3c470d','',NULL),(10463,'en','default','296ca86750612c53b1a48807d3b086c4','The Right Now widget on this screen provides current user and site counts on your network.',NULL,NULL,'LINE',NULL,10,'','58ed899d23dfa15dd0f0e1fccc2e9014','',NULL),(10464,'en','default','e4bcebbcc5b20c94a868893bddf64559','The URL for the first comment on a new site.',NULL,NULL,'LINE',NULL,10,'','e30ea1d89f6a390f828e98e1cfffbadc','',NULL),(10465,'en','default','0215dab220bb5687df31e1a9be6183e0','The author of the first comment on a new site.',NULL,NULL,'LINE',NULL,10,'','da4a783d0d4764f0f4511df21386e4df','',NULL),(10466,'en','default','932901845c67c2f1f75548761f40ed30','The bulk action will permanently delete selected users, or mark/unmark those selected as spam. Spam users will have posts removed and will be unable to sign up again with the same email addresses.',NULL,NULL,'LINE',NULL,10,'','c4af2740c0c7f894e163ba72c4de646f','',NULL),(10467,'en','default','6ad467cd4bae612348571ef38d553c3f','The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with &#8220;/blog/&#8221; from the main site. This disabling will be addressed in a future version.',NULL,NULL,'LINE',NULL,10,'','459a4f3414f59a3ec2c0409a060ee398','',NULL),(10468,'en','default','342a07887b00abac6cd2cf4537e08697','The constant %s cannot be defined when creating a network.',NULL,NULL,'LINE',NULL,10,'','da6138549b9583bf96f45f79cda3fb5e','',NULL),(10469,'en','default','1e7918323f53ffd5df27b81652d5553e','The domain or path entered conflicts with an existing username.',NULL,NULL,'LINE',NULL,10,'','0dec90867d358a6cd6cab76aff65ec70','',NULL),(10470,'en','default','fc4be619b8d75c11df1e238dd9a6b14f','The email address of the first comment author on a new site.',NULL,NULL,'LINE',NULL,10,'','2ceaeaa3d26bc66821e004293c595379','',NULL),(10471,'en','default','f7394007e7ec3e5edb8daf2e4e67e8c3','The first comment on a new site.',NULL,NULL,'LINE',NULL,10,'','a93d7310e489b93be8ad5c143dabb4d7','',NULL),(10472,'en','default','7aff094cd128196ef36cf2a0487b2665','The first page on a new site.',NULL,NULL,'LINE',NULL,10,'','e1edc0fccb43c6078b65347431080243','',NULL),(10473,'en','default','c84141cda0c3b7576f9149bdc0cbb80b','The first post on a new site.',NULL,NULL,'LINE',NULL,10,'','21d00c6df7db328db89ec98341241157','',NULL),(10474,'en','default','571ac1f110fac844020bf1d8d68e364a','The following words are reserved for use by WordPress functions and cannot be used as blog names: %s',NULL,NULL,'LINE',NULL,10,'','05692bfdef5dd304f597f5bd5392c657','',NULL),(10475,'en','default','5e9267d0ba273862ce2e3f36c1137560','The internet address of your network will be %s.',NULL,NULL,'LINE',NULL,10,'','011c15e1a575ad1aa3e22cabc4ad2c3a','',NULL),(10476,'en','default','55d8e6ca09fa9bff1a90cb75aadb7e9a','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.',NULL,NULL,'LINE',NULL,10,'','28e6a550aed900172800f269eee21f12','',NULL),(10477,'en','default','e0a7eb48b6b6be34e66b8a8196b9ea13','The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.',NULL,NULL,'LINE',NULL,10,'','b631c51d1fd718e9e71d8a544cb8f3af','',NULL),(10478,'en','default','44f9174e6069b09aeddbf948b75b36f9','The original configuration steps are shown here for reference.',NULL,NULL,'LINE',NULL,10,'','7311600f45ff452403136d15da397cc9','',NULL),(10479,'en','default','dfc89c80cebeff6c2cb4050d06772cfe','The requested action is not valid.',NULL,NULL,'LINE',NULL,10,'','092857cd4ff23d4cec37b195e5cbbe18','',NULL),(10480,'en','default','0f9b5d599327e941cc6c1297642dfa83','The requested site does not exist.',NULL,NULL,'LINE',NULL,10,'','69acb8a00d329eacf4bf326431e27a6c','',NULL),(10481,'en','default','5782c8cb556c9bfce070fbba488abf42','The site ID is used internally, and is not shown on the front end of the site or to users/viewers.',NULL,NULL,'LINE',NULL,10,'','973d8ebc235a64b6d4e3f71ac904bcea','',NULL),(10482,'en','default','001f534f44c6f71522836f5cc4cfdfdd','The username and a link to set the password will be mailed to this email address.',NULL,NULL,'LINE',NULL,10,'','78aa7ae4422ba12d8e198748324f905e','',NULL),(10483,'en','default','0ab426689dac72c72e6fa4d48e1d3538','The welcome email sent to new site owners.',NULL,NULL,'LINE',NULL,10,'','07fe4d5f3ffead98bce8f57132ebd640','',NULL),(10484,'en','default','e26ad67820d44c8459c2e13cc8863f84','The welcome email sent to new users.',NULL,NULL,'LINE',NULL,10,'','520656f7f879929a48a476f1bf3607a3','',NULL),(10485,'en','default','d721757161f7f70c5b0949fdb6ec2c30','Theme',NULL,NULL,'LINE',NULL,10,'','5be8baa6ec7331041ab9fb5d3d85557d','',NULL),(10486,'en','default','ce623b1026d8fa8ccdd3b4c2fac0468a','Theme disabled.',NULL,NULL,'LINE',NULL,10,'','0ea947d68418d36e542f5b3d64b8187b','',NULL),(10487,'en','default','f64f29f7bb6b02c7d402154acf65e920','Theme enabled.',NULL,NULL,'LINE',NULL,10,'','c6468c3b66149f009fe093ada025b298','',NULL),(10488,'en','default','d9162a4081d585c2d9e406626bb35eec','Themes %s',NULL,NULL,'LINE',NULL,10,'','97b5db92b152e1c77b40a4259524e67a','',NULL),(10489,'en','default','5ab268365533b45c083aaf089f255890','Themes can be enabled on a site by site basis by the network admin on the Edit Site screen (which has a Themes tab); get there via the Edit action link on the All Sites screen. Only network admins are able to install or edit themes.',NULL,NULL,'LINE',NULL,10,'','7f463e14cd796542d41adeb8c0d625de','',NULL),(10490,'en','default','f3df1b6244b733cf1050e3c9d1d92eb3','Themes list navigation',NULL,NULL,'LINE',NULL,10,'','5b384c1b430bcd7a0413d3d4d8f8f87f','',NULL),(10491,'en','default','9131c4dacd72d0ca1db9bbb1a8d85c68','There is a pending change of the network admin email to %s.',NULL,NULL,'LINE',NULL,10,'','5a4aad89fe93a6b274fbdd65be12d4a6','',NULL),(10492,'en','default','89b694727820d5102d5a9a9545a5e0f4','There was an error creating the user.',NULL,NULL,'LINE',NULL,10,'','bde3b9ee13fcecd7f46978d42ad167fa','',NULL),(10493,'en','default','5f11a83c89b22d25f66b17bb3e991454','These themes may be active on other sites in the network.',NULL,NULL,'LINE',NULL,10,'','4c988e95c1a3e6be380c3beb70f63b81','',NULL),(10494,'en','default','6ae7a2ffa118e6905165bbb23438f0f9','These unique authentication keys are also missing from your %s file.',NULL,NULL,'LINE',NULL,10,'','1a63bfe78f047961d8326766d6efe715','',NULL),(10495,'en','default','5df08e5a12aabe6e03d69c8572f08814','This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.',NULL,NULL,'LINE',NULL,10,'','00cbb038ae84b6c59ab324bbd6377d37','',NULL),(10496,'en','default','fa6e8f7921a607fb293457bab98be26e','This screen allows you to configure a network as having subdomains (<code>site1.example.com</code>) or subdirectories (<code>example.com/site1</code>). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.',NULL,NULL,'LINE',NULL,10,'','900dac5d2acb5b4721964f33a044596b','',NULL),(10497,'en','default','17286ed72e93939a2517ce300deb38ac','This screen enables and disables the inclusion of themes available to choose in the Appearance menu for each site. It does not activate or deactivate which theme a site is currently using.',NULL,NULL,'LINE',NULL,10,'','6e8eac37d861cea043a411750f327acb','',NULL),(10498,'en','default','08bf16de55ccd2e28fa4090247037a8a','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.',NULL,NULL,'LINE',NULL,10,'','7a613ae8fe8afa933d6361e911a66449','',NULL),(10499,'en','default','3ecdf3bf67800a5eadd3dc669bb8d758','This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site&#8217;s options.',NULL,NULL,'LINE',NULL,10,'','825175f5d05b2806259d5db4eaf18171','',NULL),(10500,'en','default','2472ded80abd2a4c856414eab329113c','This table shows all users across the network and the sites to which they are assigned.',NULL,NULL,'LINE',NULL,10,'','acf347f34991b8915b32b456cc8e0546','',NULL),(10501,'en','default','340467a1db758c1b5223ad2083c82382','This theme may be active on other sites in the network.',NULL,NULL,'LINE',NULL,10,'','4a6935cf25d07d6602c9d32491a07a89','',NULL),(10502,'en','default','efae366f99607e080f29049b3c1a0386','This unique authentication key is also missing from your %s file.',NULL,NULL,'LINE',NULL,10,'','2411532d511b57427c13ca37c2051487','',NULL),(10503,'en','default','3cc3be6e4266100a679a06dd422263a9','To add a new site, <strong>click Create a New Site</strong>.',NULL,NULL,'LINE',NULL,10,'','042ac8d98b72f6d2efd147e09a34751e','',NULL),(10504,'en','default','e01cd0eb5c0b81cc4bdb511f23b1761f','To add a new user, <strong>click Create a New User</strong>.',NULL,NULL,'LINE',NULL,10,'','fc5cb026e5e7dca8b44740f7ed1407a3','',NULL),(10505,'en','default','ec764428e1c5ff368971a6fae83fa84d','To make your installation more secure, you should also add:',NULL,NULL,'LINE',NULL,10,'','4f2fcf2f541bf26381311e184a9f56a3','',NULL),(10506,'en','default','5056d05f4d05bd91881b40401ac582e0','To search for a site, <strong>enter the path or domain</strong>.',NULL,NULL,'LINE',NULL,10,'','1a735a86ff20cdb08f1bc532d0f150c0','',NULL),(10507,'en','default','1c1889d32c9c3036c4928d91e2c8abf5','To search for a user or site, use the search boxes.',NULL,NULL,'LINE',NULL,10,'','4ca98e0092dd0c2b574215595987c50f','',NULL),(10508,'en','default','48b34b10ccc023b84ca3b1e401a6cb43','To search for a user, <strong>enter an email address or username</strong>. Use a wildcard to search for a partial username, such as user&#42;.',NULL,NULL,'LINE',NULL,10,'','7f87b14988b8233c5873e25e67d2b0b0','',NULL),(10509,'en','default','9fd02d2eb5ce348a74372eea202a0aec','Unarchive',NULL,NULL,'LINE',NULL,10,'','882874dca877c8c7dc03063f147560fb','',NULL),(10510,'en','default','d537f8dad24a546ff71236c9324db1c6','Update your network',NULL,NULL,'LINE',NULL,10,'','8b9ecb2afe7ae3d98f020f5aae1d96f2','',NULL),(10511,'en','default','9ac41b6a577daadd588f0fcde0071e8b','Updates',NULL,NULL,'LINE',NULL,10,'','34f5a7506dbb577e2e56c70e423d271b','',NULL),(10512,'en','default','0d62522adee9ba47d9f28e705233f5b4','Upgrade Network',NULL,NULL,'LINE',NULL,10,'','3d4bd04de0a6e7909e3400cdbd37bcbb','',NULL),(10513,'en','default','89c9d5270e42c963d8d1391b8416befe','Upload Settings',NULL,NULL,'LINE',NULL,10,'','a3d2682e8918937621272379eee12868','',NULL),(10514,'en','default','9effb8282053d369e99dd1140426b5f3','Upload file types',NULL,NULL,'LINE',NULL,10,'','f86fea6d222316a6d430cd6a37835931','',NULL),(10515,'en','default','8e4965b50fc5a476b4647e6ba9234cc2','Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).',NULL,NULL,'LINE',NULL,10,'','e7beee656e832bf3d527252144b51681','',NULL),(10516,'en','default','f887496ef3e9069125551ac7f16d6773','User accounts may be registered',NULL,NULL,'LINE',NULL,10,'','bed28d4b7d00e4cd616d6914e1c8e898','',NULL),(10517,'en','default','b155653f9f2d62ec06c7f8025d88ea5d','User added. <a href=\"%s\">Edit user</a>',NULL,NULL,'LINE',NULL,10,'','440dbfdb74d113aefd5da7d5a56b3e1e','',NULL),(10518,'en','default','c0c08feca8984f6fdbde29bab49f8769','User could not be added to this site.',NULL,NULL,'LINE',NULL,10,'','f132e706ee68a45a80fcb71c54123432','',NULL),(10519,'en','default','c0dc04e70c97a7cb6467a091ba0b6d3f','User created.',NULL,NULL,'LINE',NULL,10,'','714f5ee06fa72ce47cc561085131ba1d','',NULL),(10520,'en','default','8600831f089c76c2bd1febbc47a51787','User is already a member of this site.',NULL,NULL,'LINE',NULL,10,'','4ac350faa4059f77f8ae77a2da8558b3','',NULL),(10521,'en','default','c91783dbe0b6ae3a06eb06e5b79b9ab9','Users are not allowed to register these sites. Separate names by spaces.',NULL,NULL,'LINE',NULL,10,'','37fc81edb3ee6bd47251d8d386edc3c1','',NULL),(10522,'en','default','ed40872e3887f8cf425693031a4c4676','Users deleted.',NULL,NULL,'LINE',NULL,10,'','5d5168b74da00bf7fa023e8f9aeec348','',NULL),(10523,'en','default','2a05212e550fb3be52d748317776f6fd','Users marked as spam.',NULL,NULL,'LINE',NULL,10,'','f7a76b48af73629daadcc952a797dded','',NULL),(10524,'en','default','9e38f7fcec838726f08425d7d9e9b195','Users removed from spam.',NULL,NULL,'LINE',NULL,10,'','86c7f1bbe64eb988e74424012bf13d27','',NULL),(10525,'en','default','db42613f1c570b5643c34fda6ba2963e','Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.',NULL,NULL,'LINE',NULL,10,'','0d80561b810578f22b5dd96abb03ca8a','',NULL),(10526,'en','default','b05ff70b16eff82fb2c80aa1368bc2fe','Visit %s homepage',NULL,NULL,'LINE',NULL,10,'','ea0f7b9d947a6ace20b58b961de74b45','',NULL),(10527,'en','default','b68046e2f46c6ab7fe81386d7255a84a','Visit Theme Site',NULL,NULL,'LINE',NULL,10,'','c23082fa8c3331fb49dbee3d3caa6f68','',NULL),(10528,'en','default','89f50b2589413cf3801e5ae66a67cd79','Visit to go to the front-end site live.',NULL,NULL,'LINE',NULL,10,'','4a97c7d435b10280b30d9ada839c7049','',NULL),(10529,'en','default','986aa9df01842c7217237a3dfd184271','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s',NULL,NULL,'LINE',NULL,10,'','a9ea9cd174a8eb45d7df6c18b680d2a1','',NULL),(10530,'en','default','969f0bcec5adde40070d6de98367d0bf','Warning! User cannot be modified. The user %s is a network administrator.',NULL,NULL,'LINE',NULL,10,'','d4237336f1b44bbefb59b794b8507839','',NULL),(10531,'en','default','3f3e336e2f1fa10375efd923fca18b55','Warning:',NULL,NULL,'LINE',NULL,10,'','d5c8f564e5bd9d21ea57d8d47fdb5b15','',NULL),(10532,'en','default','3e46ab49174e8422206d25a899dff26e','We recommend you back up your existing %1$s and %2$s files.',NULL,NULL,'LINE',NULL,10,'','781a1db7178351bab7c1a547fa8d4a76','',NULL),(10533,'en','default','bc7daa81f66dfebab846f44b42b7fc97','We recommend you back up your existing %s file.',NULL,NULL,'LINE',NULL,10,'','65ef1fb0b3c42a8f835308992ff7ecbb','',NULL),(10534,'en','default','13e76811585e4c6fe76359eb0ac32acd','We recommend you change your siteurl to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.',NULL,NULL,'LINE',NULL,10,'','972259a2d9f29de4dfe99ba6d569b81d','',NULL),(10535,'en','default','6a39fa0deb2d2bd1a783e29fa12333f7','Welcome Email',NULL,NULL,'LINE',NULL,10,'','e37bd655033cb3469f868abf4e46eb0d','',NULL),(10536,'en','default','f81861d15d76812f1139b94ee65ad318','Welcome User Email',NULL,NULL,'LINE',NULL,10,'','d602b178137a3dc42afb83017bc13e2f','',NULL),(10537,'en','default','575986c000f444615c3bbcd3baa46985','Welcome to the Network installation process!',NULL,NULL,'LINE',NULL,10,'','b8ff4e8fad468d710e2995b2e3e41cd1','',NULL),(10538,'en','default','dbf08d0fb1cae079d1bc78cc2795b13e','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.',NULL,NULL,'LINE',NULL,10,'','b3a46ec08b38f98f5b97648fef56683f','',NULL),(10539,'en','default','fc9820c2d1524343cb8bc84c63bbf458','What would you like to call your network?',NULL,NULL,'LINE',NULL,10,'','17a68505019ebc5583017f78f31c5e10','',NULL),(10540,'en','default','b798e0919c4f3f605274f0df93199d0f','WordPress has been updated! Before we send you on your way, we need to individually upgrade the sites in your network.',NULL,NULL,'LINE',NULL,10,'','a64550df618002feb98d86f5109e37a1','',NULL),(10541,'en','default','369d7b13c8a809af3ac45df8dc07d954','Yes, delete these themes',NULL,NULL,'LINE',NULL,10,'','9fe1f2e9cb3f7308a804c5478b5eada8','',NULL),(10542,'en','default','ff02c5eda724b1e9feb599f7e42b05a6','Yes, delete this theme',NULL,NULL,'LINE',NULL,10,'','09cc188dbcd7798d6ee4682d5f9e6d3f','',NULL),(10543,'en','default','19642b2831e570de4600f797e067d3d5','You are about to activate the site %s.',NULL,NULL,'LINE',NULL,10,'','cd8b16c6059256476e7ff0aef0293807','',NULL),(10544,'en','default','d2dd71f7c92ef26ec89e12f5117ea0b0','You are about to archive the site %s.',NULL,NULL,'LINE',NULL,10,'','886e308e4317867a8304ecda7197a8cc','',NULL),(10545,'en','default','97a8e07efeed2cffc672cc1d19c8b99c','You are about to deactivate the site %s.',NULL,NULL,'LINE',NULL,10,'','c6f8eebf848e3a0dda9a9d07b3c8f9f8','',NULL),(10546,'en','default','838fdce3ab92637922779c0b8d99f949','You are about to delete the following sites:',NULL,NULL,'LINE',NULL,10,'','1f305aafa1edc71e78296e687a76a1ed','',NULL),(10547,'en','default','c135313dd2af15f9677bdb787e746988','You are about to delete the site %s.',NULL,NULL,'LINE',NULL,10,'','5f708e462168ab1dd27048858b8f6548','',NULL),(10548,'en','default','7871ae6f9307d044d7830cc3fe1b68af','You are about to mark the site %s as mature.',NULL,NULL,'LINE',NULL,10,'','7b635b00cd4e5632bfbaa59c552ca916','',NULL),(10549,'en','default','13e92a69eb7a1e3a9e4cb4e81285f234','You are about to mark the site %s as not mature.',NULL,NULL,'LINE',NULL,10,'','15976f72018af7d719925af0e3be3ff2','',NULL),(10550,'en','default','79662a4f513b21da5fe33f145c5847ea','You are about to mark the site %s as spam.',NULL,NULL,'LINE',NULL,10,'','3cb9d09e9579acb4202e15ab1f54977a','',NULL),(10551,'en','default','bb86570d73e543bb55bf6ae1004ce3bb','You are about to remove the following theme:',NULL,NULL,'LINE',NULL,10,'','d5445e90407333c337b530fcddf3b10e','',NULL),(10552,'en','default','8068262fcbeea2b499407c15090b268e','You are about to remove the following themes:',NULL,NULL,'LINE',NULL,10,'','b2c350c3d8ff73e8f0ecf076ec220b9a','',NULL),(10553,'en','default','312ca8775944bf6d02407b00cb1f31d4','You are about to unarchive the site %s.',NULL,NULL,'LINE',NULL,10,'','8876a2d6c4e8bea93e91641d0f48d47f','',NULL),(10554,'en','default','9050345a035979726a1affa26ff8738c','You are about to unspam the site %s.',NULL,NULL,'LINE',NULL,10,'','33687a5b712ad1f45b7cb1817d55e2da','',NULL),(10555,'en','default','bcd3499bf426c5b68839b50547a6c0a0','You can also go to the user&#8217;s profile page by clicking on the individual username.',NULL,NULL,'LINE',NULL,10,'','ef09da3092b58e39064bf656906be08f','',NULL),(10556,'en','default','eca9069d0aaed8ec9f8414d918661021','You can make an existing user an additional super admin by going to the Edit User profile page and checking the box to grant that privilege.',NULL,NULL,'LINE',NULL,10,'','1ea502af09a9edfab3c723ebfeacf91a','',NULL),(10557,'en','default','c91aa34c056244f1516086dd1f7d5cfd','You can sort the table by clicking on any of the table headings and switch between list and excerpt views by using the icons above the users list.',NULL,NULL,'LINE',NULL,10,'','d69e49965ac7d7fef543c8139c4aa9f2','',NULL),(10558,'en','default','6a930a487f820d66725b28e907987333','You cannot change this later.',NULL,NULL,'LINE',NULL,10,'','8b5e088db58ee0e54a3a5df5bd8305a3','',NULL),(10559,'en','default','6cf9fb69a7caaa0d0599fb8ca5ad16b5','You cannot delete a theme while it is active on the main site.',NULL,NULL,'LINE',NULL,10,'','29749e663b1f434430fdfb66e00219c4','',NULL),(10560,'en','default','66fd64cc514940b0ae7bb858c1f24d44','You cannot install a network of sites with your server address.',NULL,NULL,'LINE',NULL,10,'','8da32d40b34e44507945742d56e2f0d1','',NULL),(10561,'en','default','1016f1a1e89325f12c506ec0467ca9b2','You cannot use port numbers such as %s.',NULL,NULL,'LINE',NULL,10,'','68f8cdafb41c052fba8b7c4aeed482de','',NULL),(10562,'en','default','14a0d2c41dd7c347e1534c81c537c062','You do not appear to have any themes available at this time.',NULL,NULL,'LINE',NULL,10,'','683fa4da8f24ebcfa5203763325e1789','',NULL),(10563,'en','default','0b388d864b0840a01f26ee673cde807c','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.',NULL,NULL,'LINE',NULL,10,'','3ba2fdd3465798cc60639bb71152d888','',NULL),(10564,'en','default','615cdce2dade4e9e21cef981c750d14f','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.',NULL,NULL,'LINE',NULL,10,'','51b37355ea1a607fef9067d1d29a255a','',NULL),(10565,'en','default','21e86808aa4f6fe96214b8798d91782a','Your email address.',NULL,NULL,'LINE',NULL,10,'','16a3b3a3723bd3894b234812ce1a17f4','',NULL),(10566,'en','default','9fcddd7985a6e83f0737233f8579fcd7','[%s] New Site Created',NULL,NULL,'LINE',NULL,10,'','dd9fbf6bb774eec33cff54160851cf6f','',NULL),(10567,'en','default','9033d1f015fc6793f4bb68114a2edc4d','Site Admin',NULL,NULL,'LINE',NULL,10,'email \"From\" field','5cf979a72fe0155c1c1c4f45abab48ce','',NULL),(10568,'en','default','355a6f274b38aa6ba1cb8bb4fcf6cdca','Mark as Spam',NULL,NULL,'LINE',NULL,10,'site','a743d1e744b634a0b7c8fd9153a2ec99','',NULL),(10569,'en','default','459243455462a51c11b46c6c75348f8e','Not Spam',NULL,NULL,'LINE',NULL,10,'site','23a8afb53b94c170fb6ac62b3e4f5ca2','',NULL),(10570,'en','default','6205cf9436aee7ccb42779ac5e69bd3f','Registered',NULL,NULL,'LINE',NULL,10,'site','d7663575b4ac7b342ec31fd34dce37a6','',NULL),(10571,'en','default','e9dfd31cc505d51fc26975250750deab','Spam',NULL,NULL,'LINE',NULL,10,'site','d3054d13184a5b1e0c25c2083b4f2edc','',NULL),(10572,'en','default','5b9ffb18071e55325d15d29a3ae7af5f','like <code>%1$s/site1</code> and <code>%1$s/site2</code>',NULL,NULL,'LINE',NULL,10,'subdirectory examples','92a1f1e9cfa7b5e86194054eae5ddc90','',NULL),(10573,'en','default','c9d627b32e652a0b834d74e13f2d097c','like <code>site1.%1$s</code> and <code>site2.%1$s</code>',NULL,NULL,'LINE',NULL,10,'subdomain examples','1f9d3bfac274ef6ca0945d08763b1402','',NULL),(10574,'en','default','385bcffde9235658fc1d853e0f4b53ab','%1$s by %2$s',NULL,NULL,'LINE',NULL,10,'theme','0ae1bb42a763c72451c6ced7b39cf49b','',NULL),(10575,'en','default','de9ced9bf5e9829de4a93ad8c9d7a170','Add New',NULL,NULL,'LINE',NULL,10,'theme','c83d0ebed17d852cd11d7683ab4f878f','',NULL),(10576,'en','default','8b1b1aa6c2a4785ab415c8fbf20e70d9','Delete %s',NULL,NULL,'LINE',NULL,10,'theme','c58e2ba43bce03a40c965c0eb95793f1','',NULL),(10577,'en','default','e9a3137d08f5fcb7ea634dc4bd6c2cd4','All <span class=\"count\">(%s)</span>',NULL,NULL,'LINE',NULL,10,'themes','ca751e0a37f40374186c1ba4b25043d5','',NULL),(10578,'en','default','355a6f274b38aa6ba1cb8bb4fcf6cdca','Mark as Spam',NULL,NULL,'LINE',NULL,10,'user','30d38651ac031e9cb8e277412f6c4d22','',NULL),(10579,'en','default','459243455462a51c11b46c6c75348f8e','Not Spam',NULL,NULL,'LINE',NULL,10,'user','6265c66e00ed6fe716f36dae9585e4b5','',NULL),(10580,'en','default','6205cf9436aee7ccb42779ac5e69bd3f','Registered',NULL,NULL,'LINE',NULL,10,'user','3767ee5cee4a9a933c99cf0f35765fa4','',NULL),(10581,'en','default','e727b00944f81e1d0a95c12886ac4641','Archive',NULL,NULL,'LINE',NULL,10,'verb; site','ad005c3d99d70f379a34f66e3434bcf7','',NULL),(10582,'en','Widgets','widget title - d8a7fbf2eff5e86a56f6ef62a91a24f7','Interesting links',NULL,NULL,'LINE',NULL,0,'','5e14b92b6d58306c348f15a117e95c7f','',NULL),(10583,'en','continents-cities','90d991b47098ceef3d8283a386cf7e91','ACT',NULL,NULL,'LINE',NULL,10,'','7278db570a62bdb905460682bd8671bb','',NULL),(10584,'en','continents-cities','019de76eff70580b22de64a715456c31','Abidjan',NULL,NULL,'LINE',NULL,10,'','eabae3e87203af3d6367ace0edb89cb8','',NULL),(10585,'en','continents-cities','74611b7301ba42555da48a38e252802c','Accra',NULL,NULL,'LINE',NULL,10,'','58fbc81786f71a82be1f684bd5df1f1b','',NULL),(10586,'en','continents-cities','7e731a704dbabd7d67b40fad4003923d','Adak',NULL,NULL,'LINE',NULL,10,'','996e81475883357af2c51dcf9ed7dedc','',NULL),(10587,'en','continents-cities','6c835e2e190196b7fe9d8255be6bbcb4','Addis Ababa',NULL,NULL,'LINE',NULL,10,'','2287bafddf6d9e6f2c25d420aeaf3a35','',NULL),(10588,'en','continents-cities','a02f9768660497d370831df932feeeaf','Adelaide',NULL,NULL,'LINE',NULL,10,'','a50671225aef286eb6934474dbdd7bbc','',NULL),(10589,'en','continents-cities','4ec8d822dd82f63af55d4c01eeb93eff','Aden',NULL,NULL,'LINE',NULL,10,'','c6f2eb758ee9f079d77df9d096a46594','',NULL),(10590,'en','continents-cities','f5cd262901883dff68d06b215fb0f28e','Africa',NULL,NULL,'LINE',NULL,10,'','f159f9645bedbef32ebd988be3a6cac3','',NULL),(10591,'en','continents-cities','6a5f69fac89c795d9a842460b8f0ff02','Algiers',NULL,NULL,'LINE',NULL,10,'','87edf8cd45fea28e665fc837c3771425','',NULL),(10592,'en','continents-cities','6978afeae11d806acc9201337c0017b0','Almaty',NULL,NULL,'LINE',NULL,10,'','0e5e17cf615da38ba78521670979b18c','',NULL),(10593,'en','continents-cities','088f003833d523d9dccc529e929afdc7','America',NULL,NULL,'LINE',NULL,10,'','431ea56f713c99eff776d34758e65cba','',NULL),(10594,'en','continents-cities','65ca1960c302380349ee212d4d07e5c4','Amman',NULL,NULL,'LINE',NULL,10,'','71c766e78efecf5e52d9d5844bf2c0c2','',NULL),(10595,'en','continents-cities','3eb8670d999ac077dd0e2c345cb7c905','Amsterdam',NULL,NULL,'LINE',NULL,10,'','d1c164b7929d742970f7c52510c7ac7a','',NULL),(10596,'en','continents-cities','141610764096e0253c6d388242e6c51d','Anadyr',NULL,NULL,'LINE',NULL,10,'','53f8a76c641cc8ad781b02000ab2e892','',NULL),(10597,'en','continents-cities','b19ebe22fcdcb7a220932846969bddcc','Anchorage',NULL,NULL,'LINE',NULL,10,'','2fadb33494e8815ce7a75767973040eb','',NULL),(10598,'en','continents-cities','68746a7280b143cfc01f967610d3e86d','Andorra',NULL,NULL,'LINE',NULL,10,'','f8cf61050d698d79d79523dafa75f164','',NULL),(10599,'en','continents-cities','cedfc05affe8143cc552076e77407863','Anguilla',NULL,NULL,'LINE',NULL,10,'','16ed5f39e0d97e8e31c6e5901866a316','',NULL),(10600,'en','continents-cities','df4283d3aa6183cfcb74bffd1f545377','Antananarivo',NULL,NULL,'LINE',NULL,10,'','d87eee3079e58622d004ed9013fa5554','',NULL),(10601,'en','continents-cities','44b439ba9975f8e802b456777c54a854','Antarctica',NULL,NULL,'LINE',NULL,10,'','6aa6340174d04cb36c5410df688c39b4','',NULL),(10602,'en','continents-cities','96d833ae2c9a8a323465a459f1927f8b','Antigua',NULL,NULL,'LINE',NULL,10,'','14e2ddbd1200035a6017adcf366ed1fb','',NULL),(10603,'en','continents-cities','d1834f40446a6347852a69c5a6e272b7','Apia',NULL,NULL,'LINE',NULL,10,'','9f0bc6994efdcc1eda61221180aa4022','',NULL),(10604,'en','continents-cities','91236dae43559c0f83ee7d55989f12e5','Aqtau',NULL,NULL,'LINE',NULL,10,'','107b4a5f51bbe677ed2884acd9993cc3','',NULL),(10605,'en','continents-cities','54bc92b17b65cab4969327a201c7df12','Aqtobe',NULL,NULL,'LINE',NULL,10,'','87783d76f6bf1f0cb2d75e0a646ca4d9','',NULL),(10606,'en','continents-cities','fdf973d5bf007aab31b11d142b8a25c3','Araguaina',NULL,NULL,'LINE',NULL,10,'','d3fea8d036036e23a13f2453e151e0c2','',NULL),(10607,'en','continents-cities','443531f5f05df188d6a311cfa1123b73','Arctic',NULL,NULL,'LINE',NULL,10,'','92581ad8ecc3f368d105380abddab324','',NULL),(10608,'en','continents-cities','3536be57ce0713954e454ae6c53ec023','Argentina',NULL,NULL,'LINE',NULL,10,'','6e22fafe07171e71f2295c69af5eede9','',NULL),(10609,'en','continents-cities','4893b64051cf425047ddd8606dae25f4','Aruba',NULL,NULL,'LINE',NULL,10,'','943e073f8c53540f593143247be0767c','',NULL),(10610,'en','continents-cities','1cb67632535fc726ef7986ccc6744fd3','Ashgabat',NULL,NULL,'LINE',NULL,10,'','95a1317e267d1b6bf6eecdec397e69e5','',NULL),(10611,'en','continents-cities','f7e6cf38d6e50eff3d5416681f73a739','Ashkhabad',NULL,NULL,'LINE',NULL,10,'','d476c7d4469a108b665128aea931c8cf','',NULL),(10612,'en','continents-cities','154a67340e8c14dd5253dc4ff6120197','Asia',NULL,NULL,'LINE',NULL,10,'','d82bb73a06c8c4bcc4039524e3c8a1d9','',NULL),(10613,'en','continents-cities','1e26735a0283059d9e5652f6b9122b19','Asmara',NULL,NULL,'LINE',NULL,10,'','7b2cbc73836dd4547ccc570693fc058f','',NULL),(10614,'en','continents-cities','fd8c45bc580e2c930d4f855e5d4c3359','Asmera',NULL,NULL,'LINE',NULL,10,'','6288a9469e2825fa2890be9f28aefd8d','',NULL),(10615,'en','continents-cities','245c1d6e0035ab89037cbe2f78aaab75','Astrakhan',NULL,NULL,'LINE',NULL,10,'','67760a57f84ef3c1b447542eae1aa559','',NULL),(10616,'en','continents-cities','8410f16f69626640a58f6c75509b068b','Asuncion',NULL,NULL,'LINE',NULL,10,'','c092880e3b77e81f65410eda176a20a0','',NULL),(10617,'en','continents-cities','e14045c6b4fe1e65d04aade91b1f8c1b','Athens',NULL,NULL,'LINE',NULL,10,'','365f8deee992c402d7f9a2018b583340','',NULL),(10618,'en','continents-cities','5479dcc6ff6fcda9d5db4873c3d69f63','Atikokan',NULL,NULL,'LINE',NULL,10,'','4c8e16f4dccd273da0a33c6483c89755','',NULL),(10619,'en','continents-cities','e0385049bf567bea88d9881d4248a061','Atka',NULL,NULL,'LINE',NULL,10,'','ca7210f0bb526b9995442b931d6765f3','',NULL),(10620,'en','continents-cities','f17af17f6b59b4e7f1d4a6e99fbf7675','Atlantic',NULL,NULL,'LINE',NULL,10,'','b5b9d5c2a109a70a8639e611adc7d29d','',NULL),(10621,'en','continents-cities','225774ec6716e95e32f20dcb11c8554e','Atyrau',NULL,NULL,'LINE',NULL,10,'','a01a593e679a62c073b697a143ec1849','',NULL),(10622,'en','continents-cities','146159057df3f8947f820d9fc184c6cd','Auckland',NULL,NULL,'LINE',NULL,10,'','615bac7089c4a4d4c6d9d065b004c090','',NULL),(10623,'en','continents-cities','4442e4af0916f53a07fb8ca9a49b98ed','Australia',NULL,NULL,'LINE',NULL,10,'','29eba6cf06a48c78fbefdef5df5641b0','',NULL),(10624,'en','continents-cities','7e4f720b22dacae27dfef80e243596c3','Azores',NULL,NULL,'LINE',NULL,10,'','46d0b5dc71d1b8ee931da46b6d455834','',NULL),(10625,'en','continents-cities','0c633450d0fa68db4da4e8ed6c7ed07c','Baghdad',NULL,NULL,'LINE',NULL,10,'','097b9442713fc3195c136862a6ecdfa0','',NULL),(10626,'en','continents-cities','4147fcba3b166ba39ab0d88afdbbb6b2','Bahia',NULL,NULL,'LINE',NULL,10,'','820d99746bcca001a1e68d19e56e0cc1','',NULL),(10627,'en','continents-cities','8db193cc90167f2db583c736f55ecc11','Bahia Banderas',NULL,NULL,'LINE',NULL,10,'','f02665186a8b4210834d94fb7b378ea1','',NULL),(10628,'en','continents-cities','6ddecd8ccd9f648d19dc02c7a566cb4f','Bahrain',NULL,NULL,'LINE',NULL,10,'','14295e85a63b6b834196c2538aef29e0','',NULL),(10629,'en','continents-cities','e057658af9b30b9ca28c53ad80b96082','Baku',NULL,NULL,'LINE',NULL,10,'','46d7e8e9a2aa13187615eb46b341d05a','',NULL),(10630,'en','continents-cities','0df54a621a4e76c1683931b70d412f17','Bamako',NULL,NULL,'LINE',NULL,10,'','f9643f6a0d6c5efdccd41ef979d6db1f','',NULL),(10631,'en','continents-cities','3d147c6ba113929f5a004a5e9dcc832e','Bangkok',NULL,NULL,'LINE',NULL,10,'','c751e96d221be5c133b82b04e91abc7d','',NULL),(10632,'en','continents-cities','c183ebfa7247107256c5857d5b396cbd','Bangui',NULL,NULL,'LINE',NULL,10,'','b0b8641d9321d7f6d00d3e3cc971c8c4','',NULL),(10633,'en','continents-cities','b2cda1914234d736f1b65df7a96f5244','Banjul',NULL,NULL,'LINE',NULL,10,'','effa8a4c9173841533fc71a2b4b67481','',NULL),(10634,'en','continents-cities','3214c0f21d200a1dae4eb83a53ec2730','Barbados',NULL,NULL,'LINE',NULL,10,'','8f83b0c54adf9728d6b75afe88677990','',NULL),(10635,'en','continents-cities','cb25b76b6b989ad87ebc707cb9e43d31','Barnaul',NULL,NULL,'LINE',NULL,10,'','d754cf7ddbfc9080d53da52fdc694144','',NULL),(10636,'en','continents-cities','8567d06b436c06938d4d20225c9ea85c','Beirut',NULL,NULL,'LINE',NULL,10,'','c60bd0d4b06ff895789fbb6375503af7','',NULL),(10637,'en','continents-cities','90b0f7b4d90733b04d2993884cd0cc59','Belem',NULL,NULL,'LINE',NULL,10,'','8c86402a7e54001a2b7fc75f7499757c','',NULL),(10638,'en','continents-cities','623145997cee6352dace475eaf530fff','Belfast',NULL,NULL,'LINE',NULL,10,'','9bab87e52ecf06b43684caccd9f634ae','',NULL),(10639,'en','continents-cities','c87f42a2ab4a24074411dfd55ca71450','Belgrade',NULL,NULL,'LINE',NULL,10,'','ffadf2fed99c4305068f33a17faeab3d','',NULL),(10640,'en','continents-cities','20bca6785240fa722edb5c85d055a93d','Belize',NULL,NULL,'LINE',NULL,10,'','72769417e98044a21f560ea205588582','',NULL),(10641,'en','continents-cities','ee1611b61f5688e70c12b40684dbb395','Berlin',NULL,NULL,'LINE',NULL,10,'','26a0583f93fd210a0b9ac5bb87f938da','',NULL),(10642,'en','continents-cities','6653bea16d7ac8a266d752e9a0176c4f','Bermuda',NULL,NULL,'LINE',NULL,10,'','e8f3f9dfc0a406c31798eaf4160cb272','',NULL),(10643,'en','continents-cities','53b12cc873f5c5f3b91a888092e542ac','Beulah',NULL,NULL,'LINE',NULL,10,'','0a2c9038bf9ec86205fd2c52fa2b6e34','',NULL),(10644,'en','continents-cities','f5a8e9ed5e2b823b00944a966c7111d9','Bishkek',NULL,NULL,'LINE',NULL,10,'','abf2828a9b2dd7128e51531ddb010489','',NULL),(10645,'en','continents-cities','d8a4801dc59c4cf7c13892540dd68c54','Bissau',NULL,NULL,'LINE',NULL,10,'','b9ea6b5a5b9f3b90d8844355849012e4','',NULL),(10646,'en','continents-cities','8dcb8e25950a7a6ce98b64148b239539','Blanc-Sablon',NULL,NULL,'LINE',NULL,10,'','74158dfb9a35fde4419a2b7e617abdbb','',NULL),(10647,'en','continents-cities','be865914e58d6c1e69c1923efa083ffa','Blantyre',NULL,NULL,'LINE',NULL,10,'','1d031eaa5f0e6195dbfbdf94d26b1d10','',NULL),(10648,'en','continents-cities','8836280f8d85af8505071c6be8e7868c','Boa Vista',NULL,NULL,'LINE',NULL,10,'','8897e2a4830ef9b6a2163844f39458ff','',NULL),(10649,'en','continents-cities','fd6317498ebab5f40e639003e3d863fc','Bogota',NULL,NULL,'LINE',NULL,10,'','89f6f33eb34aee71ba538cf5a3f463d6','',NULL),(10650,'en','continents-cities','daf1f64af9cb2ac00c1175a98e51ea42','Boise',NULL,NULL,'LINE',NULL,10,'','e7c3c6a4876e3c5e4c7b7938ef1bec6a','',NULL),(10651,'en','continents-cities','d99b6ddbaaee083560f47ee12ef57113','Bougainville',NULL,NULL,'LINE',NULL,10,'','f641b93715484a2605fdf427685a75bb','',NULL),(10652,'en','continents-cities','c114af7c3a3c9bbbbe2875e03aa486f7','Bratislava',NULL,NULL,'LINE',NULL,10,'','bf8ea665bbc61fbc46f33bea674d3bed','',NULL),(10653,'en','continents-cities','6e6dd9a489c685c2ddd5ae639f4df14e','Brazzaville',NULL,NULL,'LINE',NULL,10,'','9d80615950e532c38798920ba9ed35aa','',NULL),(10654,'en','continents-cities','759302fb84c5f72078746e7358ba44a0','Brisbane',NULL,NULL,'LINE',NULL,10,'','246f87bdf4a0de4eab31edfcc3b83e1a','',NULL),(10655,'en','continents-cities','d79ed1dc3a91483e2ed57285db6a373e','Broken Hill',NULL,NULL,'LINE',NULL,10,'','c8e835b3d5ff3be9051a02359a8f5b0b','',NULL),(10656,'en','continents-cities','d3f5841f04ba23bb90e1b9f4256cea70','Brunei',NULL,NULL,'LINE',NULL,10,'','eccb3e26c2d4d0e091d95106727c1502','',NULL),(10657,'en','continents-cities','068a0b5b2858dc3f1ac7b47464bc4b0a','Brussels',NULL,NULL,'LINE',NULL,10,'','e1b6022802f89fd5d9f29121a873dcb2','',NULL),(10658,'en','continents-cities','26ba3224ef491b44fad2bb9545bf84d5','Bucharest',NULL,NULL,'LINE',NULL,10,'','840289c3ac4eab2729221451569db0af','',NULL),(10659,'en','continents-cities','9fed5dae86e3030d9be3740efa198659','Budapest',NULL,NULL,'LINE',NULL,10,'','a4c96c6ba34c29b5b6d87da0b36fa820','',NULL),(10660,'en','continents-cities','464f18360a31a99b8003db4c668244c0','Buenos Aires',NULL,NULL,'LINE',NULL,10,'','988e56353256a389a2492fe29984bb2d','',NULL),(10661,'en','continents-cities','04071b0344fabee53a68866567c8b6c1','Bujumbura',NULL,NULL,'LINE',NULL,10,'','986d64f44ddf652afd034804ffb65fcb','',NULL),(10662,'en','continents-cities','de052ce2496478a2009ce357a310095f','Busingen',NULL,NULL,'LINE',NULL,10,'','645f3c46fe84a9c6c6b4be8d7651626f','',NULL),(10663,'en','continents-cities','b181c43993de481ea462a2bfe11f0a1b','Cairo',NULL,NULL,'LINE',NULL,10,'','0f6b3a0b24305df460aacd675d709ee3','',NULL),(10664,'en','continents-cities','3b84df2cb6339e5e6b02b82715d01817','Calcutta',NULL,NULL,'LINE',NULL,10,'','199c75034441f5f535a5b1b5c6afb72c','',NULL),(10665,'en','continents-cities','9e806d139a947c7319e7a38426aaf3de','Cambridge Bay',NULL,NULL,'LINE',NULL,10,'','74ecd625bfaea6a0d84f278ce599e2f1','',NULL),(10666,'en','continents-cities','955281b4c4be6b20e301e8a9d0efd4d8','Campo Grande',NULL,NULL,'LINE',NULL,10,'','3dd214a137d1887549269fb852e1fec7','',NULL),(10667,'en','continents-cities','ecf715d6d79a2698b7fec0357f9d721f','Canary',NULL,NULL,'LINE',NULL,10,'','20884c981bfce3fe34624606f40a8e95','',NULL),(10668,'en','continents-cities','85b1713e4b1a271d545a8db229fe262f','Canberra',NULL,NULL,'LINE',NULL,10,'','28bbd309862ea455e743c06b919a5e58','',NULL),(10669,'en','continents-cities','fd5a6f048c89ada0ec63459c7d4467dc','Cancun',NULL,NULL,'LINE',NULL,10,'','cccb21a79018a060cb09a7a4ef56efc5','',NULL),(10670,'en','continents-cities','81975d05c61d8de83f46487739fd77cf','Cape Verde',NULL,NULL,'LINE',NULL,10,'','6f8c8502b7586386378118138897d69b','',NULL),(10671,'en','continents-cities','c9fa5b8cb3b197ae5ce4baf8415a375b','Caracas',NULL,NULL,'LINE',NULL,10,'','ea6518eac39561cdff734fd0e2131694','',NULL),(10672,'en','continents-cities','adf20488d00fb576b16546b1c93611b4','Casablanca',NULL,NULL,'LINE',NULL,10,'','f64d8748076bed2a3bf3242f568bd445','',NULL),(10673,'en','continents-cities','53cfbe4334e1550bd5201dfffb627317','Casey',NULL,NULL,'LINE',NULL,10,'','b884d1556c21e189751191fbf7bd826b','',NULL),(10674,'en','continents-cities','0e0ad069acb8317acbb92223b8aea816','Catamarca',NULL,NULL,'LINE',NULL,10,'','166e316f1cd4f3fb6a35451a1b71702b','',NULL),(10675,'en','continents-cities','2186db2ef123599822781fec32e3ac97','Cayenne',NULL,NULL,'LINE',NULL,10,'','7f27fb9ee569f4c8d4f4a32061cd7191','',NULL),(10676,'en','continents-cities','8d5556b95994731c890a7e44d46f189e','Cayman',NULL,NULL,'LINE',NULL,10,'','b4b5dd66b80f04f4d28ad507c65892c2','',NULL),(10677,'en','continents-cities','4f1f6016fc9f3f2353c0cc7c67b292bd','Center',NULL,NULL,'LINE',NULL,10,'','1ff9fa20ea80924b21fe0fb8140629ed','',NULL),(10678,'en','continents-cities','b14c3890a187a7798035ac60d89b54f7','Ceuta',NULL,NULL,'LINE',NULL,10,'','855b47105942e8a73af0319da5269c09','',NULL),(10679,'en','continents-cities','4a90ae59e41168a559d502eabf488732','Chagos',NULL,NULL,'LINE',NULL,10,'','b44b3eba6815395903b1b7393854dcd0','',NULL),(10680,'en','continents-cities','32ce3f1410510651a5f862f64e137868','Chatham',NULL,NULL,'LINE',NULL,10,'','9669817cc47d1d996516eed6259ea586','',NULL),(10681,'en','continents-cities','9cfa1e69f507d007a516eb3e9f5074e2','Chicago',NULL,NULL,'LINE',NULL,10,'','a7f123abad22cde8569c580f9a779ee3','',NULL),(10682,'en','continents-cities','4ab02eb42d91b8e97216863c820a553b','Chihuahua',NULL,NULL,'LINE',NULL,10,'','7d168f1eefc78dcf4e8bcf27e01363ec','',NULL),(10683,'en','continents-cities','ec66590f905c5d01ae2f4a53fb33d2f6','Chisinau',NULL,NULL,'LINE',NULL,10,'','06411ad9e8780d0525a09a0105afe1e7','',NULL),(10684,'en','continents-cities','ef937327b5563c0003e9e24cb8b418d7','Chita',NULL,NULL,'LINE',NULL,10,'','c5dda174567b2c5566e951050ac678a8','',NULL),(10685,'en','continents-cities','8866582f025850b1695785c99b90cf6e','Choibalsan',NULL,NULL,'LINE',NULL,10,'','8fffd470e5a1b1a98c5ded61862e98d5','',NULL),(10686,'en','continents-cities','55b210da416ad9696c6dd74e4b836b7e','Chongqing',NULL,NULL,'LINE',NULL,10,'','ee1f2680c09ffa488d5707162b66402a','',NULL),(10687,'en','continents-cities','81b616fbff55b8698d44852f45c08630','Christmas',NULL,NULL,'LINE',NULL,10,'','507ec839e63f39a04100e5209e2a0afa','',NULL),(10688,'en','continents-cities','79f7d998b661eb48f4bddb98e95c5492','Chungking',NULL,NULL,'LINE',NULL,10,'','cbe0006276b507d0eb57dc3a5d33b380','',NULL),(10689,'en','continents-cities','7f75b4f725b217a54baa97bfa7f3e9c0','Chuuk',NULL,NULL,'LINE',NULL,10,'','3e7eb4164da4679a9ccf2eac3835c1e5','',NULL),(10690,'en','continents-cities','6a4ec4e63df31c5d9eef72a024d5fd98','Cocos',NULL,NULL,'LINE',NULL,10,'','89137337655f4228f70f9de5c7d8cff3','',NULL),(10691,'en','continents-cities','7bcd79e863547e9833b79aace39471b8','Colombo',NULL,NULL,'LINE',NULL,10,'','4231744cdfcb6657d7e6607dcba78357','',NULL),(10692,'en','continents-cities','e92bbf319afb585864ce0d972b25ae9a','ComodRivadavia',NULL,NULL,'LINE',NULL,10,'','85fdb0bea30f8826c712b5cb81c2cd94','',NULL),(10693,'en','continents-cities','8df35b117c42ac38d12c172cf609c2ee','Comoro',NULL,NULL,'LINE',NULL,10,'','3f7ba34f9c8179df2b5991c01c429042','',NULL),(10694,'en','continents-cities','8be2ff0a418d70660729851c3072d71c','Conakry',NULL,NULL,'LINE',NULL,10,'','d2a7d5d2be5ac3650b002cbc39553d75','',NULL),(10695,'en','continents-cities','2da3c827ccabc4855cb9921b4f1addfa','Copenhagen',NULL,NULL,'LINE',NULL,10,'','788621fb909c729b59074051352cdb99','',NULL),(10696,'en','continents-cities','e0b3d3250559efeb30f10c713318889f','Coral Harbour',NULL,NULL,'LINE',NULL,10,'','338d53809027a8306c42107841fb3070','',NULL),(10697,'en','continents-cities','10c0f9ef36fc112872490e11a8c43a59','Cordoba',NULL,NULL,'LINE',NULL,10,'','0227c8a5ee8c111b4fefeee8047b70af','',NULL),(10698,'en','continents-cities','5882b568d8a010ef48a6896f53b6eddb','Costa Rica',NULL,NULL,'LINE',NULL,10,'','8c71509282d7bb13c1a60e0b492b745b','',NULL),(10699,'en','continents-cities','86027ec8d5ee8b1be366402b608ff8e9','Creston',NULL,NULL,'LINE',NULL,10,'','b6c659f74b592fe00cab00fd1a2932ab','',NULL),(10700,'en','continents-cities','d8daf906d575449cfdf8fe295734408f','Cuiaba',NULL,NULL,'LINE',NULL,10,'','9a795f80244b6122c00e6253f86db412','',NULL),(10701,'en','continents-cities','0d2268d462cd08b20b7508c3fc0fde5e','Curacao',NULL,NULL,'LINE',NULL,10,'','7098c7091d6cfd37bc59acbf3ed2bfd4','',NULL),(10702,'en','continents-cities','8387af48a68ebde0000b7acff8df82d5','Currie',NULL,NULL,'LINE',NULL,10,'','71364c354788d5e8b28ecad616a67a08','',NULL),(10703,'en','continents-cities','42d91654813ec67487285b999861f76c','Dacca',NULL,NULL,'LINE',NULL,10,'','67bbb26922a7b622b3b03bb5acd62e25','',NULL),(10704,'en','continents-cities','08ec2b465e90b2a8de19b62a7315fc69','Dakar',NULL,NULL,'LINE',NULL,10,'','bb660fdeb3ef568f6d0eadaeaf5de806','',NULL),(10705,'en','continents-cities','f9087af03968b9a75a67376447f88bcf','Damascus',NULL,NULL,'LINE',NULL,10,'','c1fe7f6246f00f71733ce351cef8c9b1','',NULL),(10706,'en','continents-cities','e7e7c3ca2fe165a4e6e2e540063d6f2a','Danmarkshavn',NULL,NULL,'LINE',NULL,10,'','d7303dcbc014eabc4942b67e027c971a','',NULL),(10707,'en','continents-cities','cde2d5e4d7c441ee80fcd3d7b328bebf','Dar es Salaam',NULL,NULL,'LINE',NULL,10,'','ec07a203acb4313566ab8964f86887e9','',NULL),(10708,'en','continents-cities','a4bd01593487c956f68d360c18cb68b3','Darwin',NULL,NULL,'LINE',NULL,10,'','45f91885ed6aae3c5350845a7fab0976','',NULL),(10709,'en','continents-cities','8f2d58e32d065296e0ddcff5f6509a9f','Davis',NULL,NULL,'LINE',NULL,10,'','bb87731df0a1f00a78390985d81642ca','',NULL),(10710,'en','continents-cities','51ea0114e5e7ba6a6cad70f1cd33b1b4','Dawson',NULL,NULL,'LINE',NULL,10,'','a230b76e60907e71f3b35204b274bce6','',NULL),(10711,'en','continents-cities','8fce32b6532ce47976c04a1d5edd4a60','Dawson Creek',NULL,NULL,'LINE',NULL,10,'','3664b22f68758dd1115837feb3b059bd','',NULL),(10712,'en','continents-cities','67100af8b08e073c3ba7f4de2707584b','Denver',NULL,NULL,'LINE',NULL,10,'','ff963fbffed2ccac7a9c249ae056f3ad','',NULL),(10713,'en','continents-cities','1206c1cb107044f291a52d53fc9ec748','Detroit',NULL,NULL,'LINE',NULL,10,'','325524de6e8b3cab06258b9fdc548c6d','',NULL),(10714,'en','continents-cities','1855ebb6505036646e82ea9b2533600d','Dhaka',NULL,NULL,'LINE',NULL,10,'','cf2d3a166cc15a309300a1ed487f5425','',NULL),(10715,'en','continents-cities','db6ee1314441d918407bae9b1cabb4c5','Dili',NULL,NULL,'LINE',NULL,10,'','c7480d0a3d033c797a896ce0cf662fea','',NULL),(10716,'en','continents-cities','902f92c09660b797958acb27421fd9ac','Djibouti',NULL,NULL,'LINE',NULL,10,'','f2ed60a482e220f5be6bc988b299a388','',NULL),(10717,'en','continents-cities','531c552093668f148d3c826fca6e3cc8','Dominica',NULL,NULL,'LINE',NULL,10,'','54eca569dd85a3f419188c5af7244a88','',NULL),(10718,'en','continents-cities','dfe1fe4e1b9f529489741369cca9d483','Douala',NULL,NULL,'LINE',NULL,10,'','54967771bb6c0114efc5cfbbc909b0d5','',NULL),(10719,'en','continents-cities','23b998b19b5f60dbbc4eedc53328b0c7','Dubai',NULL,NULL,'LINE',NULL,10,'','3f0fe17e0a8c98d112b5eeb5f4dbd92d','',NULL),(10720,'en','continents-cities','50fefb5efb085fd11b1a4fd2b6dda0aa','Dublin',NULL,NULL,'LINE',NULL,10,'','55ca535196d7fbdc9e15313ed96f4b0d','',NULL),(10721,'en','continents-cities','c21af64788307c2a625ddf063b16434c','DumontDUrville',NULL,NULL,'LINE',NULL,10,'','4b19443e8e91f4014a727af9b1fa905a','',NULL),(10722,'en','continents-cities','598b379b1cd6ddb572482fb064024b26','Dushanbe',NULL,NULL,'LINE',NULL,10,'','f85c6af5c544a5e8b8aee47ae977125f','',NULL),(10723,'en','continents-cities','e82df739dd8c84c8ae105b514f4c10df','Easter',NULL,NULL,'LINE',NULL,10,'','fece5e42506f1f5f8992883b2921c994','',NULL),(10724,'en','continents-cities','25d43c379dc973b097d7d3ee052d7d2a','Edmonton',NULL,NULL,'LINE',NULL,10,'','5a6070dd50c5560172341b3af1d04a7a','',NULL),(10725,'en','continents-cities','32cdb3ff826949bb66dcaee94f1e6b5c','Efate',NULL,NULL,'LINE',NULL,10,'','4058d23e896f28526d9e55745a5cbdfc','',NULL),(10726,'en','continents-cities','3fc15b9bccc30eb7346b4fdd272fffa7','Eirunepe',NULL,NULL,'LINE',NULL,10,'','404525157e788ebcff5299e63588428c','',NULL),(10727,'en','continents-cities','6e4b4130e113f84a8fd0bc4a2040ec2c','El Aaiun',NULL,NULL,'LINE',NULL,10,'','0c21cfe9bfbb4c329061a8a2373ed8d0','',NULL),(10728,'en','continents-cities','e96d24bdfc024e04f49f1f0cc011ca20','El Salvador',NULL,NULL,'LINE',NULL,10,'','c31b28a4ca4ab77d572ac2d0ca8a2620','',NULL),(10729,'en','continents-cities','d8bc05913d5fe8c175d96f8bd9e2ae9e','Enderbury',NULL,NULL,'LINE',NULL,10,'','15bec971bcc3542fb9c3bea5971b87b2','',NULL),(10730,'en','continents-cities','b135fbedd63df09141146f287825302d','Ensenada',NULL,NULL,'LINE',NULL,10,'','17526662a89ae671ad2c2530cd07dba1','',NULL),(10731,'en','continents-cities','c1db8b06872bed60805d0994fe76b19b','Etc',NULL,NULL,'LINE',NULL,10,'','52e79675260e55115ee6c55110157dd3','',NULL),(10732,'en','continents-cities','f091d4a02278c145746dc2e9b23560a3','Eucla',NULL,NULL,'LINE',NULL,10,'','0d0920a1d8d05a253d16701aa8855070','',NULL),(10733,'en','continents-cities','912d59cdf1d3f551fae21f6f0062258f','Europe',NULL,NULL,'LINE',NULL,10,'','7f25c6288411bbe764001924d5b2ecbd','',NULL),(10734,'en','continents-cities','6ce2feac0a0962d43baacc6c95754a36','Faeroe',NULL,NULL,'LINE',NULL,10,'','1d290957257644c5b1866fb8977b6b51','',NULL),(10735,'en','continents-cities','7996d0f88b56815d3ea0423d2de3ab3c','Fakaofo',NULL,NULL,'LINE',NULL,10,'','13b71b0c4ca3cf96f67b8007116725b8','',NULL),(10736,'en','continents-cities','6527de39abe2e99011d970b0268f44a5','Famagusta',NULL,NULL,'LINE',NULL,10,'','e8d91cb134ffb4ab101af866aa224cdb','',NULL),(10737,'en','continents-cities','d610e1b70401d94c17b0a8cf05587588','Faroe',NULL,NULL,'LINE',NULL,10,'','97cb8a14ae786c13c04f5e942b425eeb','',NULL),(10738,'en','continents-cities','55b0c4d4efa00b59643b2e6a6e7c18c0','Fiji',NULL,NULL,'LINE',NULL,10,'','7bfb7e6acdcb719e7da3d6e109bab792','',NULL),(10739,'en','continents-cities','98494e86e27ca9f7e84f1bb9afb7e18d','Fort Nelson',NULL,NULL,'LINE',NULL,10,'','731f2bf7e344af5f68c8a476bdfbd43f','',NULL),(10740,'en','continents-cities','8fef75f5675fdc5d1b3ae47a8c7869fc','Fort Wayne',NULL,NULL,'LINE',NULL,10,'','cfefb0e77dc081c0428aa0d2eb27585a','',NULL),(10741,'en','continents-cities','f81fb1d5572fed4fecd111dec0fdb543','Fortaleza',NULL,NULL,'LINE',NULL,10,'','ddcf2de55fa0e78a1214317395d2e780','',NULL),(10742,'en','continents-cities','a3fc5ecf4be63b4b184658caec8d6756','Freetown',NULL,NULL,'LINE',NULL,10,'','5ae070cc8f1064dc9d9222b12d7fce58','',NULL),(10743,'en','continents-cities','73e8d007c01762e16d0e8dd1d4d5335f','Funafuti',NULL,NULL,'LINE',NULL,10,'','5f1a49bed00f88759b2dd745c9836eac','',NULL),(10744,'en','continents-cities','24fe976b135d343ba350030deee5a543','GMT',NULL,NULL,'LINE',NULL,10,'','0d04d349e3ba48164e40bd982399ae7f','',NULL),(10745,'en','continents-cities','5641db98d8ad6ad24473ff05e72e8a27','GMT+0',NULL,NULL,'LINE',NULL,10,'','3d5dce59ab0bad2ab7214dd3c95e8130','',NULL),(10746,'en','continents-cities','e6a9685dce754d563af972ce4b30d6e5','GMT+1',NULL,NULL,'LINE',NULL,10,'','1e0f0d2b9b964008c6a52990124c3dfc','',NULL),(10747,'en','continents-cities','b87e78548c251a66dfc6ca7a157d1708','GMT+10',NULL,NULL,'LINE',NULL,10,'','afe49e85c810dc30c1e5bee550f56ff2','',NULL),(10748,'en','continents-cities','97dcb1d429cac028b697e9ede047d8a5','GMT+11',NULL,NULL,'LINE',NULL,10,'','8b4364d479314581d5174a412f967fba','',NULL),(10749,'en','continents-cities','bc2fc8f17faee7c9c5c62dafd1a0beb7','GMT+12',NULL,NULL,'LINE',NULL,10,'','ab729b6bb2dfa596c75187a58c76ac55','',NULL),(10750,'en','continents-cities','56564132390f05bf5dd82a0f525a842c','GMT+2',NULL,NULL,'LINE',NULL,10,'','d3e93b166f81e5a9941eeda4ed13c215','',NULL),(10751,'en','continents-cities','df4660102d3c688aa3c6a4003c0ade12','GMT+3',NULL,NULL,'LINE',NULL,10,'','ef46937b8a1c0ab166e14f4c12b83c2a','',NULL),(10752,'en','continents-cities','739fb4b5f6b28dd9d4c403a450e87824','GMT+4',NULL,NULL,'LINE',NULL,10,'','64d99c17608cfc1ea1c9ffa916746796','',NULL),(10753,'en','continents-cities','424d2fe69443ec78cb4f277f7887b6cd','GMT+5',NULL,NULL,'LINE',NULL,10,'','980b5730d2f3ce84fbf9a5c85fcb170e','',NULL),(10754,'en','continents-cities','82421ff68aeb78f8e7203ab50bdd8ce1','GMT+6',NULL,NULL,'LINE',NULL,10,'','38f0e1a0c172f2aeb7b0b33b82a94b56','',NULL),(10755,'en','continents-cities','11b05b4f092a0648c34a2079f826ccfe','GMT+7',NULL,NULL,'LINE',NULL,10,'','1e783432d6002269ea8a91eaa9508a91','',NULL),(10756,'en','continents-cities','e5feb55c4f25aa7cfb4a46e4388411a2','GMT+8',NULL,NULL,'LINE',NULL,10,'','a907d3dfb85b1c7ac93fd204c8b0bbff','',NULL),(10757,'en','continents-cities','ce95bacc6b8a31c1d02db56fc7396602','GMT+9',NULL,NULL,'LINE',NULL,10,'','9ec0f816d9760fbe80361d6ae40f88a0','',NULL),(10758,'en','continents-cities','db4e55804f4c4c221e5d41082a57a7ad','GMT-0',NULL,NULL,'LINE',NULL,10,'','c1102d3f9ae8bcbdb11af7ad92d29196','',NULL),(10759,'en','continents-cities','b1a2bef7c516d7d3740be96fa428e227','GMT-1',NULL,NULL,'LINE',NULL,10,'','d2cf575aa802ee60468ccd3496154f36','',NULL),(10760,'en','continents-cities','81e4cbd526962f09385d5f0a7c2769e8','GMT-10',NULL,NULL,'LINE',NULL,10,'','98d0d24ae560ac34df3607b3dea7f25a','',NULL),(10761,'en','continents-cities','09c143850225da9c3fc88751a85e2e3b','GMT-11',NULL,NULL,'LINE',NULL,10,'','ca4edcc8668aaf8fe69c8d8cdbad43fe','',NULL),(10762,'en','continents-cities','4d856543ca42b5d646cdff86bd68a474','GMT-12',NULL,NULL,'LINE',NULL,10,'','205e9835bf8291d9b70aca2280316d8b','',NULL),(10763,'en','continents-cities','9cb18d8feef49f19deac54887e2fa866','GMT-13',NULL,NULL,'LINE',NULL,10,'','f4604051c59bdd58d437f6edf362cf90','',NULL),(10764,'en','continents-cities','5fec98f701b42e2c6703cd1dcf9faf7a','GMT-14',NULL,NULL,'LINE',NULL,10,'','dc6bcab5c4fea7aeeb1dccb5d40e514e','',NULL),(10765,'en','continents-cities','6766fb2a365d7c6e7049ffff569eab11','GMT-2',NULL,NULL,'LINE',NULL,10,'','0e5b22fe0f5dd5e76d672c1aba5fc6dc','',NULL),(10766,'en','continents-cities','1e8986c8039ae0d6ab0df3869331d053','GMT-3',NULL,NULL,'LINE',NULL,10,'','ce2dfb182f77902ea163c0bec761d56b','',NULL),(10767,'en','continents-cities','b5e929ac8b73264996bafeb52aefb5a2','GMT-4',NULL,NULL,'LINE',NULL,10,'','cab103fa55d9458b32a1f4a14673c3b0','',NULL),(10768,'en','continents-cities','31092fbf21d457c04ad813b7431dd2b4','GMT-5',NULL,NULL,'LINE',NULL,10,'','91016aa1102bc87587c42f0bb6be7486','',NULL),(10769,'en','continents-cities','686980398744e5f06bc25b50ffdabf84','GMT-6',NULL,NULL,'LINE',NULL,10,'','cdef461b3a0ccf02647a316ed80a9e8f','',NULL),(10770,'en','continents-cities','424ce08608d14fd1cb7b7693fc5a93f7','GMT-7',NULL,NULL,'LINE',NULL,10,'','6cc2b9772fb86969a298f58550fafb7a','',NULL),(10771,'en','continents-cities','76f7c4ab2b41b5c098a1706b83ef55c9','GMT-8',NULL,NULL,'LINE',NULL,10,'','61079fbf629800221d9e37e00ddc7e92','',NULL),(10772,'en','continents-cities','06b6b690d65d27a761574d04c6dedd80','GMT-9',NULL,NULL,'LINE',NULL,10,'','469d0d52f2805fb39935bb7a5f802750','',NULL),(10773,'en','continents-cities','20cd459d2148911703992c4738c11f9d','GMT0',NULL,NULL,'LINE',NULL,10,'','c95f2203babbec9823fe2eb14a11b942','',NULL),(10774,'en','continents-cities','822b8dd5ad9692b16c9348578224a71e','Gaborone',NULL,NULL,'LINE',NULL,10,'','3e091c38178dd6bfa8168eab38472585','',NULL),(10775,'en','continents-cities','b87bdcb10b2301092f9cc97a4f429a8b','Galapagos',NULL,NULL,'LINE',NULL,10,'','1e52e3d6b0fa7e4f8a4d5a5ce921efd1','',NULL),(10776,'en','continents-cities','4ef4530ac1d56e51694e88d4f7a356ff','Gambier',NULL,NULL,'LINE',NULL,10,'','ea9087ee2c97e75008bb16746802db02','',NULL),(10777,'en','continents-cities','667af97a2cc4afa3b1d21d954e14744d','Gaza',NULL,NULL,'LINE',NULL,10,'','bee4d4c5057be92c46eb0f5a14414e33','',NULL),(10778,'en','continents-cities','672566a43483aa8212cb365658600b99','Gibraltar',NULL,NULL,'LINE',NULL,10,'','229967b173b992f52402c08afb53e7bc','',NULL),(10779,'en','continents-cities','f55876239284c75c2cd35e8e5ed92197','Glace Bay',NULL,NULL,'LINE',NULL,10,'','2175bb9989dc999bd0d726b50693d55d','',NULL),(10780,'en','continents-cities','50c82a8293ab719513b412a74641f8b2','Godthab',NULL,NULL,'LINE',NULL,10,'','50ad8d1ced4619693f88baebb0584b18','',NULL),(10781,'en','continents-cities','1ae358bf4d952d0c61693ec2506b3466','Goose Bay',NULL,NULL,'LINE',NULL,10,'','3bbd6f76f76f7f3bc05e502aa51eef46','',NULL),(10782,'en','continents-cities','f59ecdc0701cbbedde3b1da2c6b7f66c','Grand Turk',NULL,NULL,'LINE',NULL,10,'','e682863a24a5e0ce40af8f6ccbd28897','',NULL),(10783,'en','continents-cities','9854797c41fbc6c9ead82baf64d1cc3c','Greenwich',NULL,NULL,'LINE',NULL,10,'','d4f8b3ddcd49858180593b145145e375','',NULL),(10784,'en','continents-cities','45b1cb9a558807139085c645d2f47f07','Grenada',NULL,NULL,'LINE',NULL,10,'','f99a1f8ad8841be2da3323ef518718ff','',NULL),(10785,'en','continents-cities','f55ca8d05bcb054815a26e955d47b078','Guadalcanal',NULL,NULL,'LINE',NULL,10,'','3e0893a0a1fb1d86ef3582094730ba98','',NULL),(10786,'en','continents-cities','0dc81c66d1c08d6ca64c7e8b60ae78fb','Guadeloupe',NULL,NULL,'LINE',NULL,10,'','c36d63b6bb6ef0ae4a15f9f645ebbcf2','',NULL),(10787,'en','continents-cities','2dc47f81fc4257e14c4d0fcd90d03b9a','Guam',NULL,NULL,'LINE',NULL,10,'','69a3f27f4f94c664955fe17231b38313','',NULL),(10788,'en','continents-cities','948b13d5a3e11e21baadc349e199020e','Guatemala',NULL,NULL,'LINE',NULL,10,'','fa143dd3c243ca737e82cc5a642336d8','',NULL),(10789,'en','continents-cities','739b1f90a4d8a4b01d5f64ba3a788857','Guayaquil',NULL,NULL,'LINE',NULL,10,'','1850d0effd977ca5efe3a9ac08a290c9','',NULL),(10790,'en','continents-cities','a531abc58761191a634e3d485d0a199b','Guernsey',NULL,NULL,'LINE',NULL,10,'','54d7183c66df5c2c945723c73a36e331','',NULL),(10791,'en','continents-cities','cf4c7e1169281886577940e361854a84','Guyana',NULL,NULL,'LINE',NULL,10,'','bb4f950b70a071bfe3e38d2e654287a4','',NULL),(10792,'en','continents-cities','04d28aa7f993bd50749133f0128b5ca6','Halifax',NULL,NULL,'LINE',NULL,10,'','494191bc2744abbf712275336fb1acbc','',NULL),(10793,'en','continents-cities','b430d27fbf2eb1c3dda104005c96fa05','Harare',NULL,NULL,'LINE',NULL,10,'','cbf10628285fbaf633dee4bcffbae355','',NULL),(10794,'en','continents-cities','73fd77c513b4a6aa081850cd86a7d0c4','Harbin',NULL,NULL,'LINE',NULL,10,'','b5b2716dd46e45f5d3143eb4567b5b44','',NULL),(10795,'en','continents-cities','8819692009314e64e3efb596442dbbb5','Havana',NULL,NULL,'LINE',NULL,10,'','fb4a9ad0655614c408a4c7fd77d67c1a','',NULL),(10796,'en','continents-cities','9b61c6e44adca2da616c13c8419a8f3c','Hebron',NULL,NULL,'LINE',NULL,10,'','1ff437aca663cb2345ae3efa23ad4f68','',NULL),(10797,'en','continents-cities','8449280a23f8c4fcfb13469f6dc19592','Helsinki',NULL,NULL,'LINE',NULL,10,'','8ee38b31b266f98bcbd65d0b2f595e88','',NULL),(10798,'en','continents-cities','00641d7f43bebff5001c4030979470a7','Hermosillo',NULL,NULL,'LINE',NULL,10,'','f2de5e2ea35b0ea30f86279ecc567f53','',NULL),(10799,'en','continents-cities','f861c3009351f54714867a615465e4ff','Ho Chi Minh',NULL,NULL,'LINE',NULL,10,'','2602aade5eb4fbbaf0e98f70ce92c138','',NULL),(10800,'en','continents-cities','9f610f074be03799cf1727a85127ab55','Hobart',NULL,NULL,'LINE',NULL,10,'','b6dd2763ee218cd291a52c29faa1fafe','',NULL),(10801,'en','continents-cities','8b476ff778119b8d49588f3daadf69a1','Hong Kong',NULL,NULL,'LINE',NULL,10,'','fb33512c102393cde1ca0ad533a9a43d','',NULL),(10802,'en','continents-cities','904b6f7e29f77065ee9977b30660617c','Honolulu',NULL,NULL,'LINE',NULL,10,'','91853dff238e49540277d2e6d043d603','',NULL),(10803,'en','continents-cities','806083e2567a6762ddf195ac18374eb6','Hovd',NULL,NULL,'LINE',NULL,10,'','c3819ee62d7265b7dfab4d6e662bc6e6','',NULL),(10804,'en','continents-cities','b5f6e3ec74afdaf0ada5500babfa8d52','Indian',NULL,NULL,'LINE',NULL,10,'','d57159fe18d1c781037b1ef6603c5082','',NULL),(10805,'en','continents-cities','c5376d00573c5858adf7ed894d0491b9','Indiana',NULL,NULL,'LINE',NULL,10,'','b5da0077816f92e06e7ddc7039008b91','',NULL),(10806,'en','continents-cities','8b9c1179fe8a1c342a1950be99ac9c90','Indianapolis',NULL,NULL,'LINE',NULL,10,'','29f3ae69d482c0d0bc24d436259c9b78','',NULL),(10807,'en','continents-cities','584ab3cf38643bf0ea98e0291c8ea353','Inuvik',NULL,NULL,'LINE',NULL,10,'','af24931128f3c9336eaf94e6bb2ba8d7','',NULL),(10808,'en','continents-cities','eca762f4319b6210b961cf2eb19b8d66','Iqaluit',NULL,NULL,'LINE',NULL,10,'','e3202a447c3ae6a9eb71dc848bf4ba48','',NULL),(10809,'en','continents-cities','91096d8fb26e22feebbb050667f4cdf5','Irkutsk',NULL,NULL,'LINE',NULL,10,'','9e06f362d41b90b7f16c8e524b2e1cc9','',NULL),(10810,'en','continents-cities','9a3075ee78e707359751cecfffedc5b8','Isle of Man',NULL,NULL,'LINE',NULL,10,'','3d6740b60d0408d448d2770305cfd1a8','',NULL),(10811,'en','continents-cities','0ef8f876d62a45352e28410454e3634b','Istanbul',NULL,NULL,'LINE',NULL,10,'','af3c2282b03ec19f42e5ed53e0d8ed8b','',NULL),(10812,'en','continents-cities','f3a693cf1392030d179eaa94d226f0ea','Jakarta',NULL,NULL,'LINE',NULL,10,'','42817dced18065f004ead330535f66ad','',NULL),(10813,'en','continents-cities','1add2eb41fcae9b2a15b4a7d68571409','Jamaica',NULL,NULL,'LINE',NULL,10,'','c608e86bb9c2b79a4f12a04f4c2bbc67','',NULL),(10814,'en','continents-cities','d2c58dc7338d5699e9d50fe70fdc9d45','Jan Mayen',NULL,NULL,'LINE',NULL,10,'','d1821516e16ae6fbcc60f933b5c67297','',NULL),(10815,'en','continents-cities','005fd791c8f2834ec27482136e4c4870','Jayapura',NULL,NULL,'LINE',NULL,10,'','cfa9a837ebf01745944e0077b346f9fb','',NULL),(10816,'en','continents-cities','3cda26e0c8aedbf662adb42f923ef3ec','Jersey',NULL,NULL,'LINE',NULL,10,'','4a7cab96397789c70c6cf4174132aba9','',NULL),(10817,'en','continents-cities','0a5ed43ab1e290a2356aaa745e7d7196','Jerusalem',NULL,NULL,'LINE',NULL,10,'','62c3e6745bba208caec22b5f22666183','',NULL),(10818,'en','continents-cities','33416c1d32d3c19771d09bf215c7b514','Johannesburg',NULL,NULL,'LINE',NULL,10,'','7096d9a2b81004e3da8bd3cbc5b8a0d1','',NULL),(10819,'en','continents-cities','2a6707b6b439cbb234bd95047cc34a3b','Johnston',NULL,NULL,'LINE',NULL,10,'','c4ae850ae9a702be1d5c84befdfa8b5f','',NULL),(10820,'en','continents-cities','2fa76c446c14896d647ceef6dd6803e9','Juba',NULL,NULL,'LINE',NULL,10,'','1784daef4b4385716c367e6b9bf69965','',NULL),(10821,'en','continents-cities','23e65d0041b99b6709502af0b3e9dd53','Jujuy',NULL,NULL,'LINE',NULL,10,'','eb374dcf498b1c5be6e54f370574c635','',NULL),(10822,'en','continents-cities','8115ce7fd7de25169acc9247e1d5c7f2','Juneau',NULL,NULL,'LINE',NULL,10,'','65ecf6c7c3e46145cd28b70602bf43ad','',NULL),(10823,'en','continents-cities','1e092a650984d90d9603620d4b36c255','Kabul',NULL,NULL,'LINE',NULL,10,'','3a1b8337f8600aed9cb3d1366937e010','',NULL),(10824,'en','continents-cities','1c1b8f5f242fe55c82138b8935e847f7','Kaliningrad',NULL,NULL,'LINE',NULL,10,'','0811d0d4c5918001f3508c290c001a3a','',NULL),(10825,'en','continents-cities','9ca589c66e1d35dec0efb2f0ac5f3059','Kamchatka',NULL,NULL,'LINE',NULL,10,'','0d55d5f9af27bcb307d8fc1b38b1dc91','',NULL),(10826,'en','continents-cities','a006156c20b3fbbbbec28e9fac9a1d02','Kampala',NULL,NULL,'LINE',NULL,10,'','2adaaa00802d587198ed4b68c26f4e3d','',NULL),(10827,'en','continents-cities','896efdfbc7675d56197f2bc7dc4f3ffc','Karachi',NULL,NULL,'LINE',NULL,10,'','df4b19e269f713c31698ceae3da89c7a','',NULL),(10828,'en','continents-cities','765319d7e1f1297a436b378952498f55','Kashgar',NULL,NULL,'LINE',NULL,10,'','b942672fbc6a0f03971672002c1e7d34','',NULL),(10829,'en','continents-cities','233f617d842ce6b68ebb5290f7c383ab','Kathmandu',NULL,NULL,'LINE',NULL,10,'','6c694171cdd2fe4f433bc9053d2ddb28','',NULL),(10830,'en','continents-cities','93fc44650edaa1f5609fd87fa22f0787','Katmandu',NULL,NULL,'LINE',NULL,10,'','8719a485ebb1d415e90664f563a4a495','',NULL),(10831,'en','continents-cities','980ceec1dba2d36c2ba867f683b47838','Kentucky',NULL,NULL,'LINE',NULL,10,'','942870a3676d5cf70a7e795c8e0fa5e9','',NULL),(10832,'en','continents-cities','3f177e23ab98cd2de7ea313d3cc41e24','Kerguelen',NULL,NULL,'LINE',NULL,10,'','8eb96bc4c0a5414ce61c841e525bf158','',NULL),(10833,'en','continents-cities','8a41bb92aa5f0cf446eeed27acc73ec1','Khandyga',NULL,NULL,'LINE',NULL,10,'','70f9b5a96176770c80b6b00912e032b4','',NULL),(10834,'en','continents-cities','260bbc70aae21dad4eefd307b690e2e5','Khartoum',NULL,NULL,'LINE',NULL,10,'','ac50afac78473325a587a0d8f5bccc11','',NULL),(10835,'en','continents-cities','c5c12fffd30a23e3468076da2e046b90','Kiev',NULL,NULL,'LINE',NULL,10,'','ec9c6a7844b2eab07824ac15ff8b4ba5','',NULL),(10836,'en','continents-cities','0de15f9adc749698be030c64cd8c4d6c','Kigali',NULL,NULL,'LINE',NULL,10,'','fa5e34ec022fcdcbfcc3bdf6e599e7c0','',NULL),(10837,'en','continents-cities','99ca5c728926ae20d2e7ede113a67b11','Kinshasa',NULL,NULL,'LINE',NULL,10,'','a888826513ea1c6416a59bf6aeb4e684','',NULL),(10838,'en','continents-cities','05724f787b77de2d7287f2ad6cb7f4cb','Kiritimati',NULL,NULL,'LINE',NULL,10,'','67633bcd0ba5b5c737b4650cb7febbd8','',NULL),(10839,'en','continents-cities','e220671c94071cfdf0ed33657e75fff9','Kirov',NULL,NULL,'LINE',NULL,10,'','e7e1db978f1e04dfd704fef60d29a360','',NULL),(10840,'en','continents-cities','436537df209aa265d0cd07519774bf82','Knox',NULL,NULL,'LINE',NULL,10,'','4c743312050f8ec9781402fc54188bf9','',NULL),(10841,'en','continents-cities','2caca44eb1d446c6ff1c7acfe8bee1cd','Knox IN',NULL,NULL,'LINE',NULL,10,'','2b0413ba810a3e4c5fccc504b82ef0dd','',NULL),(10842,'en','continents-cities','44bef2ee415c62f0ce01fbe6c5566250','Kolkata',NULL,NULL,'LINE',NULL,10,'','1b5c380389c97aa0a2fcb09f2aefe2fe','',NULL),(10843,'en','continents-cities','400d9146c5789a2c5b8412d7d0baeb5c','Kosrae',NULL,NULL,'LINE',NULL,10,'','52000049e86c7453aae74c4b49c4f3e4','',NULL),(10844,'en','continents-cities','5f10de19683078cd0b3ef40f3d9aa0b0','Kralendijk',NULL,NULL,'LINE',NULL,10,'','00909547d8dfd769b4290cb4fed2884c','',NULL),(10845,'en','continents-cities','862d60f5be96b7f4cfbd82cc5e4f0892','Krasnoyarsk',NULL,NULL,'LINE',NULL,10,'','4a9a0e7e986ca70dd446d9d8e41ee096','',NULL),(10846,'en','continents-cities','dc5df51ea7e4a83d5663ca4ced03a1aa','Kuala Lumpur',NULL,NULL,'LINE',NULL,10,'','5deb1289695eba0347d845080c333685','',NULL),(10847,'en','continents-cities','d2ab9576e1acdedebd70f54d03d5e77c','Kuching',NULL,NULL,'LINE',NULL,10,'','25e6f0e4124332f29f00e8c469d111a6','',NULL),(10848,'en','continents-cities','05387f3ca38d7bd84ae35f31f2899ecf','Kuwait',NULL,NULL,'LINE',NULL,10,'','cd234658c24fdfae1cd755e64cc603be','',NULL),(10849,'en','continents-cities','9f8fc4aaedf19b807af50b6aad8fb855','Kwajalein',NULL,NULL,'LINE',NULL,10,'','3294e46a0bc11e6c60dbbcc5bb9d3558','',NULL),(10850,'en','continents-cities','5dcea3c7630a861758f98ce5a4ed6652','LHI',NULL,NULL,'LINE',NULL,10,'','1e4164c558aef59b03b6646877a04a5c','',NULL),(10851,'en','continents-cities','acb1984e3b62f9178cf7d9cd5bf04764','La Paz',NULL,NULL,'LINE',NULL,10,'','65c9f9651a0fc69df5ed73518c8d3117','',NULL),(10852,'en','continents-cities','6690aa1b650f8f7f636062c1faf7974a','La Rioja',NULL,NULL,'LINE',NULL,10,'','8834214eba52bd15cfaee1b778aa790d','',NULL),(10853,'en','continents-cities','8db95c71eae98cf838c50d8916379eef','Lagos',NULL,NULL,'LINE',NULL,10,'','b3e9c68b04e07bd4f5268062769f8bee','',NULL),(10854,'en','continents-cities','ebc240d7b6aada077f9b8365c46fbea4','Libreville',NULL,NULL,'LINE',NULL,10,'','a2c35d9a54d9ce60787d7f29d05bae08','',NULL),(10855,'en','continents-cities','0cb9cde516c38ed84dc1f3f2b5556ed3','Lima',NULL,NULL,'LINE',NULL,10,'','2a1a59744817e375810d4ff747a7c396','',NULL),(10856,'en','continents-cities','c5fc3ddf45caf05a2585677dca0aa850','Lindeman',NULL,NULL,'LINE',NULL,10,'','4687958b2f3ba9879eb5723b515d5a4a','',NULL),(10857,'en','continents-cities','260b4e591e03de9750f965a30087ed5f','Lisbon',NULL,NULL,'LINE',NULL,10,'','0e1fd668f3cbbe9e6855c581bd5d1d31','',NULL),(10858,'en','continents-cities','a606fe014370d8c520a07f30df46ef10','Ljubljana',NULL,NULL,'LINE',NULL,10,'','e34c2b0427599d3c51e23a08948df418','',NULL),(10859,'en','continents-cities','107d58b900283b8113ce75f16c46abf7','Lome',NULL,NULL,'LINE',NULL,10,'','0c857c925d41736b36aa6a6481716e04','',NULL),(10860,'en','continents-cities','59ead8d1e124ccfb79f3ace06f43e703','London',NULL,NULL,'LINE',NULL,10,'','13e70e74f8ab0c5108e9f70b28473db7','',NULL),(10861,'en','continents-cities','a3b22d6f93e68b9d306fc912e9d1a92c','Longyearbyen',NULL,NULL,'LINE',NULL,10,'','fade76a5b7e690daf5d17a89452769cf','',NULL),(10862,'en','continents-cities','93f4d190e0f3df7a5183de12e70ec067','Lord Howe',NULL,NULL,'LINE',NULL,10,'','b96139f722c547837e57ff80c0d21579','',NULL),(10863,'en','continents-cities','d0aa2dffa0da83f1f34681308d04db5d','Los Angeles',NULL,NULL,'LINE',NULL,10,'','b6b3265f87c25d3a8f6a23905eaee713','',NULL),(10864,'en','continents-cities','4fba925a7279f52a42d0f614b063e707','Louisville',NULL,NULL,'LINE',NULL,10,'','4f7434e9910d99e77f147bf2add5c844','',NULL),(10865,'en','continents-cities','ac94871b4108eb33fe617eb28c560a2b','Lower Princes',NULL,NULL,'LINE',NULL,10,'','8c5602ce12d5bc95f44c10f0b30b7326','',NULL),(10866,'en','continents-cities','2d20c677063489ac1dd757cddfc62ed0','Luanda',NULL,NULL,'LINE',NULL,10,'','88d20501bcc59325ef3cea5730fa86b3','',NULL),(10867,'en','continents-cities','67e6ed05e62cf5008647f5f0f4d7f025','Lubumbashi',NULL,NULL,'LINE',NULL,10,'','1629fbff0961c284af820be0764b2a74','',NULL),(10868,'en','continents-cities','c9e26aa604ddee6234c920e6d006ca8b','Lusaka',NULL,NULL,'LINE',NULL,10,'','c6b9c4c57c72dfd5127f9c4f450f6982','',NULL),(10869,'en','continents-cities','06630c890abadde9228ea818ce52b621','Luxembourg',NULL,NULL,'LINE',NULL,10,'','02e0e4515cbc0f1e8b0dcb658a67bbe2','',NULL),(10870,'en','continents-cities','35cc0f78d9f676890516c8ebc834a162','Macao',NULL,NULL,'LINE',NULL,10,'','4f266fbd754c8420c9c706ff738ffc5c','',NULL),(10871,'en','continents-cities','9d6c9d893aa285a736aeabb2b66b316f','Macau',NULL,NULL,'LINE',NULL,10,'','2100a2f0919e6a8486a6f8c0017f4c86','',NULL),(10872,'en','continents-cities','6b8cc4514dcb0b31f027832fb868cc35','Maceio',NULL,NULL,'LINE',NULL,10,'','2c3f2fa494942f531040e02616b05297','',NULL),(10873,'en','continents-cities','72ad64780fa067fcfa35ad4c7342cafb','Macquarie',NULL,NULL,'LINE',NULL,10,'','65305f39dd03087d9313072c1b5cde82','',NULL),(10874,'en','continents-cities','419b15d7a08e509c228471308ab72939','Madeira',NULL,NULL,'LINE',NULL,10,'','f73166ba19ed53aef050f03679008465','',NULL),(10875,'en','continents-cities','6314044c3803213e9fd3f3ecf8c90d65','Madrid',NULL,NULL,'LINE',NULL,10,'','a4e6c1740c1bb79e477f85a477462dc0','',NULL),(10876,'en','continents-cities','bb94646e8dc57ee333222f76296e9f3c','Magadan',NULL,NULL,'LINE',NULL,10,'','aaca27288478b37dd76210dd1ab5fd28','',NULL),(10877,'en','continents-cities','5215723c74c40c5a72021819bad24abb','Mahe',NULL,NULL,'LINE',NULL,10,'','5e00054e4e70a24bac6477a1e29f5f3b','',NULL),(10878,'en','continents-cities','c6703691b639f28585850248c340f2fb','Majuro',NULL,NULL,'LINE',NULL,10,'','b90d43aaaa51c2f21b847b131f99f729','',NULL),(10879,'en','continents-cities','3de594abdcaa866aa0359fa4d66a9b3e','Makassar',NULL,NULL,'LINE',NULL,10,'','2a8b868148fc4910502a4fef11b4765b','',NULL),(10880,'en','continents-cities','e05bccd56b9615e81e53c0d6a5f275fb','Malabo',NULL,NULL,'LINE',NULL,10,'','c6a9286df6e89eb7e86ccf491edd9b16','',NULL),(10881,'en','continents-cities','62235142f3fca96e1f2cd0ed4a7de48d','Maldives',NULL,NULL,'LINE',NULL,10,'','d1a758a78fb8723f5ec3c3869994b835','',NULL),(10882,'en','continents-cities','92468e8a62373add2b9caefddbcf1303','Malta',NULL,NULL,'LINE',NULL,10,'','fd365bad9aef99e33fb98a43eae0ea7b','',NULL),(10883,'en','continents-cities','d98bf2a51283482a9283735e2324a1f2','Managua',NULL,NULL,'LINE',NULL,10,'','5a22fcd4d95be4abcebc82960a0b918e','',NULL),(10884,'en','continents-cities','c76d102bdf98e28f21e83331d783063c','Manaus',NULL,NULL,'LINE',NULL,10,'','d4cbc8404d9d9fd190b18b755c4e8f7f','',NULL),(10885,'en','continents-cities','b07c844628c2a9ec3593f4ff4b4f1ec1','Manila',NULL,NULL,'LINE',NULL,10,'','0dd579f3a7f0bfcccdded32591c231f3','',NULL),(10886,'en','continents-cities','0218a77ed79362a40e5f018feeebaba2','Maputo',NULL,NULL,'LINE',NULL,10,'','24f06da6d2f9d3a4e4585c388a341a49','',NULL),(10887,'en','continents-cities','e92e48fafe4b316e110bb36e2c2bfbb3','Marengo',NULL,NULL,'LINE',NULL,10,'','2f1560a7c62e8e54db809315cb78c6bc','',NULL),(10888,'en','continents-cities','b68111046d878713aeb8129f9312bcf5','Mariehamn',NULL,NULL,'LINE',NULL,10,'','1ed5a1ed9a074026cda4d3c6b5003818','',NULL),(10889,'en','continents-cities','8d455f106480c517c4e99f7ebb89acaa','Marigot',NULL,NULL,'LINE',NULL,10,'','89f877fedafacce8424b2f5f071f1f1b','',NULL),(10890,'en','continents-cities','cafeb784052c0cb87d4ccaf32ba55eb4','Marquesas',NULL,NULL,'LINE',NULL,10,'','38ab0649001338ae8537a898bcc820a4','',NULL),(10891,'en','continents-cities','899c4b2a0d41d5b86e2dbc3b2f5380cf','Martinique',NULL,NULL,'LINE',NULL,10,'','920d0081d1814619066a4fb903b2f61f','',NULL),(10892,'en','continents-cities','4f9059639b967534ab194e2c44b6789e','Maseru',NULL,NULL,'LINE',NULL,10,'','57019af15d7925ec69b5ee5f46d67bd0','',NULL),(10893,'en','continents-cities','6c851b965778e56409a4963807c11122','Matamoros',NULL,NULL,'LINE',NULL,10,'','131b8eb7309a18cb17bd04ca4cdac781','',NULL),(10894,'en','continents-cities','07f3ca235faaa1c9ad16facef5526d8b','Mauritius',NULL,NULL,'LINE',NULL,10,'','a5bb8254d565533add5ec91a61e7dbff','',NULL),(10895,'en','continents-cities','38cfaed132b7d0bf89d4b9fdb2a3e043','Mawson',NULL,NULL,'LINE',NULL,10,'','c272160ae43fcbf09fa0c6d7991e5842','',NULL),(10896,'en','continents-cities','9c05c40b81fd906b1585e231c0d896f1','Mayotte',NULL,NULL,'LINE',NULL,10,'','cc8724943239d602e4b5ab903696bc47','',NULL),(10897,'en','continents-cities','2d5533901246a77a16da08db674f76d6','Mazatlan',NULL,NULL,'LINE',NULL,10,'','729ff563151f4850953f8ca98a91bfc0','',NULL),(10898,'en','continents-cities','137c9977a8657a7c637d25c029ba81d2','Mbabane',NULL,NULL,'LINE',NULL,10,'','a9c5ed5c9901b573f1f402390c268693','',NULL),(10899,'en','continents-cities','9d372f0a95f71e0c5e54449d14746df5','McMurdo',NULL,NULL,'LINE',NULL,10,'','79aeaa5ef77d58e1f887efcef93976a6','',NULL),(10900,'en','continents-cities','7c885b9c7c703a77befcabeea54944d5','Melbourne',NULL,NULL,'LINE',NULL,10,'','3588564282ce4acd9e3bb5980106a678','',NULL),(10901,'en','continents-cities','1515960435c336515e9dca50c0f0df07','Mendoza',NULL,NULL,'LINE',NULL,10,'','d54abecced3018dee6f7493200c0af6e','',NULL),(10902,'en','continents-cities','8439cdbd38144568408796094d5effd9','Menominee',NULL,NULL,'LINE',NULL,10,'','68675ee1289ee65964866c76e5d67065','',NULL),(10903,'en','continents-cities','1399d043315471d4177e9ec91671e87e','Merida',NULL,NULL,'LINE',NULL,10,'','2f21f7d18cebd30d236dceadfb93bbab','',NULL),(10904,'en','continents-cities','18e8b82696d9009a4a59d861c98f9eaf','Metlakatla',NULL,NULL,'LINE',NULL,10,'','6c4b71dc228ee64be45dc33866cb3d3d','',NULL),(10905,'en','continents-cities','0b4596f8efe110dc55bbe564213dfb33','Mexico City',NULL,NULL,'LINE',NULL,10,'','ebe431fb0af19ea3c90b24b126de393f','',NULL),(10906,'en','continents-cities','1e3a8048bc6b7cadc1d967e198cf8584','Midway',NULL,NULL,'LINE',NULL,10,'','34eb475918dda9739d05542694f16980','',NULL),(10907,'en','continents-cities','8787a878258ef18bb38d9163f41b846c','Minsk',NULL,NULL,'LINE',NULL,10,'','2a8836bb27921b90586bb99f03b02832','',NULL),(10908,'en','continents-cities','c42d3a4442b1247b852e2f1ccb3f8d79','Miquelon',NULL,NULL,'LINE',NULL,10,'','351e983f79c19724e78fe94696b050a9','',NULL),(10909,'en','continents-cities','45b08e61d1324dbd318896c8c66b3a57','Mogadishu',NULL,NULL,'LINE',NULL,10,'','5a901749f6399e64308bb1e1fd981736','',NULL),(10910,'en','continents-cities','d6a297c6193fd59309453a0db7a51b90','Monaco',NULL,NULL,'LINE',NULL,10,'','b6a6f95fcc899cc26335f6d5d4f5c867','',NULL),(10911,'en','continents-cities','e4a8b18878ce4c1eafcd7799376ab615','Moncton',NULL,NULL,'LINE',NULL,10,'','9d4c962f10c95d25e695da0cecb0ab9b','',NULL),(10912,'en','continents-cities','2a6d14355ea2edae611b49d8993bdac9','Monrovia',NULL,NULL,'LINE',NULL,10,'','d7c5b58e6b8d40174e301e31bdf94c2b','',NULL),(10913,'en','continents-cities','520b719ffeaafb7246f8e5da26d5c0a4','Monterrey',NULL,NULL,'LINE',NULL,10,'','179c6045dc404c48f462b6ab90b0ef07','',NULL),(10914,'en','continents-cities','f01ac1a04a0343a4b0d4ec3976fc7b83','Montevideo',NULL,NULL,'LINE',NULL,10,'','44b000fcf239d86b3017cc0cb1511a2d','',NULL),(10915,'en','continents-cities','4d7bb198535fdefe29c4e638f430fcff','Monticello',NULL,NULL,'LINE',NULL,10,'','d5c444a00d685e27969574281344c7de','',NULL),(10916,'en','continents-cities','0004b45d97463070fbfd2c26207c427d','Montreal',NULL,NULL,'LINE',NULL,10,'','9bb7831d628a7eda13fb2cc94a0e190b','',NULL),(10917,'en','continents-cities','3bac87d64d97e96d0e935628a9383379','Montserrat',NULL,NULL,'LINE',NULL,10,'','5880879a0e509117ceaa1e018253ad6d','',NULL),(10918,'en','continents-cities','7e35e74e610188414ad24235dd787c78','Moscow',NULL,NULL,'LINE',NULL,10,'','5d00ed0c8344b8b6bd2d658e36b3e436','',NULL),(10919,'en','continents-cities','ac6a6d52cb1827030753631c1285e1ec','Muscat',NULL,NULL,'LINE',NULL,10,'','8b0356b6a2c11c4d19d155eca49f5678','',NULL),(10920,'en','continents-cities','7fd51c89695b098a88a38f57ae4bfb2d','NSW',NULL,NULL,'LINE',NULL,10,'','881ff22afa95749919c0bf123200a5ef','',NULL),(10921,'en','continents-cities','fc9389801935ab6476b93373f658e705','Nairobi',NULL,NULL,'LINE',NULL,10,'','4637ed0fef149bf530cfa22611bda133','',NULL),(10922,'en','continents-cities','b3a3a0c6d2cb7b5adc8d3568f73ad8b2','Nassau',NULL,NULL,'LINE',NULL,10,'','7be930356754d3eaac1468476882a4d5','',NULL),(10923,'en','continents-cities','d0c5ab6bebe308a495693e990a2947bc','Nauru',NULL,NULL,'LINE',NULL,10,'','ca3d8eb260fa4f1f573c788b1b6699ef','',NULL),(10924,'en','continents-cities','9f9fc7efaea5af65f558c2c04efc4052','Ndjamena',NULL,NULL,'LINE',NULL,10,'','51527f5e269d95741105c0cfd64c0cfe','',NULL),(10925,'en','continents-cities','44071b77c7499345ca963786903bfcce','New Salem',NULL,NULL,'LINE',NULL,10,'','84ee78e3d4020802f1cdcad1fc21276c','',NULL),(10926,'en','continents-cities','87809c954948d8a20507bee3648281b3','New York',NULL,NULL,'LINE',NULL,10,'','41a7c08bcf2c6765b78350b6745d18fe','',NULL),(10927,'en','continents-cities','39ef60154960c66c93d8b584450edc06','Niamey',NULL,NULL,'LINE',NULL,10,'','134760bbc13eae358035a04147ce5fac','',NULL),(10928,'en','continents-cities','bd558c0af9b32a3fcbd29e847d608f20','Nicosia',NULL,NULL,'LINE',NULL,10,'','730df49807de918887b500e8213bbd59','',NULL),(10929,'en','continents-cities','95a858745dda2165e76b6ef61a9d56f8','Nipigon',NULL,NULL,'LINE',NULL,10,'','1382136a251e19cd45ac87f75107b01e','',NULL),(10930,'en','continents-cities','de48fee9c7511bf7158b1e28b3d0baec','Niue',NULL,NULL,'LINE',NULL,10,'','e3afa67899e00628f91a9adbd7ef1b6a','',NULL),(10931,'en','continents-cities','c0289e98897ab58f231c168b19a67b2e','Nome',NULL,NULL,'LINE',NULL,10,'','62c7f29f1e64ee090553aef4b43adbc9','',NULL),(10932,'en','continents-cities','c394bf9a4d43b977e11610b5b5f85843','Norfolk',NULL,NULL,'LINE',NULL,10,'','9722dbccdd3accc2563137190262cef3','',NULL),(10933,'en','continents-cities','ad3e325d733ec65a198c2d33605a9431','Noronha',NULL,NULL,'LINE',NULL,10,'','6af9803897326ab561b1c639673e4d40','',NULL),(10934,'en','continents-cities','601560b94fbb188919dd1d36c8ab70a4','North',NULL,NULL,'LINE',NULL,10,'','a0cfc386abb5e086171e9e0b844d3b15','',NULL),(10935,'en','continents-cities','a82effa03e4112ec840d2eee6306e535','North Dakota',NULL,NULL,'LINE',NULL,10,'','f0f38423c087e02b2563195bd7fbd1ff','',NULL),(10936,'en','continents-cities','49a0c7aaede8ae2f47624661dd037fca','Nouakchott',NULL,NULL,'LINE',NULL,10,'','5b3945d4dfb4341eda906fdf2d269f40','',NULL),(10937,'en','continents-cities','40149e9553be6e5888ad73c1792f74ef','Noumea',NULL,NULL,'LINE',NULL,10,'','08a66ae0fea254134483aa742378ad4f','',NULL),(10938,'en','continents-cities','376b27caaada5274b2b208bf11dff8e0','Novokuznetsk',NULL,NULL,'LINE',NULL,10,'','000ddb7bf64839f1a20eeffaa344c71d','',NULL),(10939,'en','continents-cities','f38c039e89b151ba91c0ca6a990ae9ba','Novosibirsk',NULL,NULL,'LINE',NULL,10,'','d9936b0d163f811f0351da5244e5e40a','',NULL),(10940,'en','continents-cities','951c4265d398fe0b2b6bbb7bbd074f42','Ojinaga',NULL,NULL,'LINE',NULL,10,'','4c63b5ffe32c307657746134679a2ca6','',NULL),(10941,'en','continents-cities','0d9b5c7faf5c1ce7d0728391ac51b538','Omsk',NULL,NULL,'LINE',NULL,10,'','e7c19c02bd187b2fad654e6e1e73452c','',NULL),(10942,'en','continents-cities','1dfec3c050c45726e962e73fed647a8b','Oral',NULL,NULL,'LINE',NULL,10,'','338152864bae152ead4af66ceb85ad2d','',NULL),(10943,'en','continents-cities','f4830432874f86d2e2a1a5f2dbebbc80','Oslo',NULL,NULL,'LINE',NULL,10,'','2f306b4cce3b27589bbc27236844e611','',NULL),(10944,'en','continents-cities','5f80d62bcbab66ccc64f4728691bfb84','Ouagadougou',NULL,NULL,'LINE',NULL,10,'','00fcb5d51b1d32ca8690d2075d2e3ec2','',NULL),(10945,'en','continents-cities','501a92c9b793cb44dfbfe0ca9ffee563','Pacific',NULL,NULL,'LINE',NULL,10,'','57d3fc097d3407ec709a1d1aa09e07a7','',NULL),(10946,'en','continents-cities','b2e5acba707d46f24d4720d3f93b2d86','Pago Pago',NULL,NULL,'LINE',NULL,10,'','398689a4f4f52d95db6cd14bf9a7c901','',NULL),(10947,'en','continents-cities','46096bb96824852d15ce4fa5ba4bf58e','Palau',NULL,NULL,'LINE',NULL,10,'','4eeb2186380a410d5b740436821106f2','',NULL),(10948,'en','continents-cities','fb8c1806064c04593ecbcea0d561e900','Palmer',NULL,NULL,'LINE',NULL,10,'','76dbcd5572118d8bad60168635906f95','',NULL),(10949,'en','continents-cities','6bec347f256837d3539ad619bd489de7','Panama',NULL,NULL,'LINE',NULL,10,'','5529cad306af82e8acc221d353698bc5','',NULL),(10950,'en','continents-cities','2600f7cd7104218d4850d9a5554fbd56','Pangnirtung',NULL,NULL,'LINE',NULL,10,'','4bd6e950488d8798c6d43cf833e57adb','',NULL),(10951,'en','continents-cities','579caf0030a1314651d363a4052f37b6','Paramaribo',NULL,NULL,'LINE',NULL,10,'','9eacede8eae6be92bf248e2ac75431b9','',NULL),(10952,'en','continents-cities','e20d37a5d7fcc4c35be6fc18a8e71bfa','Paris',NULL,NULL,'LINE',NULL,10,'','421dbf08c7bd115b38e43764805732ac','',NULL),(10953,'en','continents-cities','4bc44fa25c7afaf63618e6586084052e','Perth',NULL,NULL,'LINE',NULL,10,'','14a3ac89d76d09a0d796dad2b7a8b3a4','',NULL),(10954,'en','continents-cities','1296d84a0939bd6108c9ff885bd4db5e','Petersburg',NULL,NULL,'LINE',NULL,10,'','25b754578f9eed4d7a6c8df0ce72232e','',NULL),(10955,'en','continents-cities','0d021d5b6d6f7424119928cbb5ed257c','Phnom Penh',NULL,NULL,'LINE',NULL,10,'','d2527e053572d7613e5f45d265be0a65','',NULL),(10956,'en','continents-cities','5047bc596a4bab2dc7f7c120bb22dec5','Phoenix',NULL,NULL,'LINE',NULL,10,'','44fb0314f553fa2752a939734654f1b9','',NULL),(10957,'en','continents-cities','7fad9908f71e4ba29eeff3847d7ccc10','Pitcairn',NULL,NULL,'LINE',NULL,10,'','5242cd8b41f1a4ffc7a231c41cb72fc3','',NULL),(10958,'en','continents-cities','bc8ead33389619cc05222e0315e41216','Podgorica',NULL,NULL,'LINE',NULL,10,'','a4e46fe0908ba5e5a53f97c882a2ae90','',NULL),(10959,'en','continents-cities','e19f580730e1758e546b6113cbd89bef','Pohnpei',NULL,NULL,'LINE',NULL,10,'','38688d425af3692b5fcb23ca8e0b3025','',NULL),(10960,'en','continents-cities','dd09f8ad668676bd35710a9e5123151b','Ponape',NULL,NULL,'LINE',NULL,10,'','e32da866ca2291bf6262a5e3b4dd5c91','',NULL),(10961,'en','continents-cities','b6c9b6432c2e555dab016d7bdff217ab','Pontianak',NULL,NULL,'LINE',NULL,10,'','1e3f79cf6aee3ebeb9bd975a1bdeabc7','',NULL),(10962,'en','continents-cities','8c12211143d722e1400a95ae20b7266b','Port Moresby',NULL,NULL,'LINE',NULL,10,'','98b1e5d1a7ac7b6745ebacef2061c122','',NULL),(10963,'en','continents-cities','28d6c36330dc199939bfdcb9321719a3','Port of Spain',NULL,NULL,'LINE',NULL,10,'','a959d306e125714975dcc82f15c9b2b4','',NULL),(10964,'en','continents-cities','36447ecbdd29c73727b1b258321d253b','Port-au-Prince',NULL,NULL,'LINE',NULL,10,'','b0e51d6dce4f71dd636df6702951c5c3','',NULL),(10965,'en','continents-cities','32c2b488c8b30f77ea7b6bbb9e433943','Porto Acre',NULL,NULL,'LINE',NULL,10,'','82549bc09bfdb091fb4fdbec04236f54','',NULL),(10966,'en','continents-cities','b8d48386b4e372505c3c9ffbcdbb96e3','Porto Velho',NULL,NULL,'LINE',NULL,10,'','a73180b80518c992773856e74719ebc3','',NULL),(10967,'en','continents-cities','e902b23e856a66be0230aae8bae3f723','Porto-Novo',NULL,NULL,'LINE',NULL,10,'','03aa4d7ccd7ae1e14efeda4258fdd110','',NULL),(10968,'en','continents-cities','a71105026dfe9155f7ac4d18e494a40b','Prague',NULL,NULL,'LINE',NULL,10,'','dc468823d9e0d11417020646df9d539e','',NULL),(10969,'en','continents-cities','f76257271129c703d6c0442c8ac00dae','Puerto Rico',NULL,NULL,'LINE',NULL,10,'','dfe8ea95b38fb2b718f8563e91c3ada8','',NULL),(10970,'en','continents-cities','ec04b3b4d5b9351da5a0f45a892198ac','Punta Arenas',NULL,NULL,'LINE',NULL,10,'','bcc1177f35be8282597c85893133f79d','',NULL),(10971,'en','continents-cities','959e827368022cb8f4cc5820767a44f0','Pyongyang',NULL,NULL,'LINE',NULL,10,'','e6313da358316b7b86a5b85ebb781c86','',NULL),(10972,'en','continents-cities','7cc7ef17c45527cf90fcf27516794d21','Qatar',NULL,NULL,'LINE',NULL,10,'','86caa463378af40af9cd1ef7d20ca347','',NULL),(10973,'en','continents-cities','a5242c1436be2b5a277885df78be6b01','Queensland',NULL,NULL,'LINE',NULL,10,'','9a0739f4eabe778148a239dac21c0dbf','',NULL),(10974,'en','continents-cities','1198d054a7f7e374aee9668f0da4accb','Qyzylorda',NULL,NULL,'LINE',NULL,10,'','a6af88c4483e9b7584bcd7411f093084','',NULL),(10975,'en','continents-cities','ace40369187336bfb9f5a06bad24aa6a','Rainy River',NULL,NULL,'LINE',NULL,10,'','913d1fcfe5d1feb9ca1c7f30cfa125b2','',NULL),(10976,'en','continents-cities','39664ffbe787eeda57a1ce418c0bc740','Rangoon',NULL,NULL,'LINE',NULL,10,'','e57bd0959ce4c5b0b342c0d34a31ce5d','',NULL),(10977,'en','continents-cities','190cf98e55f4124f22aad52bf8e83d07','Rankin Inlet',NULL,NULL,'LINE',NULL,10,'','b2a15f01846f92da55d2fa87d04e4036','',NULL),(10978,'en','continents-cities','00c3554b0961ffecf272c8c7832ae06d','Rarotonga',NULL,NULL,'LINE',NULL,10,'','05a00bd7a56b37f2deb5b02d17a119e1','',NULL),(10979,'en','continents-cities','3333e0547576547b14326cddd9329671','Recife',NULL,NULL,'LINE',NULL,10,'','af030a778dd32180c0c599e9d13839a4','',NULL),(10980,'en','continents-cities','cca17d86a631047538f816b2dd5306cc','Regina',NULL,NULL,'LINE',NULL,10,'','69211c3f0ae8630e9c3a38027e1e15dd','',NULL),(10981,'en','continents-cities','f4a151e361182ca21dddc8de23c97cb5','Resolute',NULL,NULL,'LINE',NULL,10,'','def2ee9a3a17eb4ca8bb18af02da4f73','',NULL),(10982,'en','continents-cities','939c3c13a3d058c4c53109d7f804b631','Reunion',NULL,NULL,'LINE',NULL,10,'','b470ee874433d93b0e48d4866321268c','',NULL),(10983,'en','continents-cities','83405408826823713d290a7a46aa65df','Reykjavik',NULL,NULL,'LINE',NULL,10,'','c7a4d0701f4ef03b3c21504ef27c3f73','',NULL),(10984,'en','continents-cities','c16c50f34911d1f5d3924c8267409904','Riga',NULL,NULL,'LINE',NULL,10,'','53af90119814ddb2d75f47563bed5c78','',NULL),(10985,'en','continents-cities','58b1cd5387b316d949c858c9e32e788d','Rio Branco',NULL,NULL,'LINE',NULL,10,'','6c61b4bf6126204ddb30dd920803ce98','',NULL),(10986,'en','continents-cities','1944c100fd9843ffb3ccbcd0a91dc037','Rio Gallegos',NULL,NULL,'LINE',NULL,10,'','f07ec6c95ac1583d2a182f6865562815','',NULL),(10987,'en','continents-cities','1abf78bf4a6d3cbfff7a0b66a203c755','Riyadh',NULL,NULL,'LINE',NULL,10,'','070ecfe119f8fbedbb89c738fe19b53a','',NULL),(10988,'en','continents-cities','1f49f770adc6c84629f50ce3ca2a2109','Rome',NULL,NULL,'LINE',NULL,10,'','632dc3ea045c546e84e4c0beeaf9be21','',NULL),(10989,'en','continents-cities','a41f75e4530ea2494199bf46c27ac6ec','Rosario',NULL,NULL,'LINE',NULL,10,'','3dad7a1522a2d5e292645e9f6e8cc50b','',NULL),(10990,'en','continents-cities','cc1af030375640559b2875ad2122ca51','Rothera',NULL,NULL,'LINE',NULL,10,'','fe8dbbccf8000f2c5c5849153a6024b7','',NULL),(10991,'en','continents-cities','40d76e9f62624ae13d97fabdf6e201ca','Saigon',NULL,NULL,'LINE',NULL,10,'','dfca02d0809b0dfed95762f1a4ab0906','',NULL),(10992,'en','continents-cities','0f572236946c785fcd3dd3ff81303f62','Saipan',NULL,NULL,'LINE',NULL,10,'','663c34de1c08086de239bb58c06a1e3a','',NULL),(10993,'en','continents-cities','eedfc25c7412e7860273f001307332a1','Sakhalin',NULL,NULL,'LINE',NULL,10,'','b28b9b1e01ef90fd7c90e119ce6a6986','',NULL),(10994,'en','continents-cities','72374ce78369594852951015e37ec6c1','Salta',NULL,NULL,'LINE',NULL,10,'','4a93d9a0016a656a5237f1b4e2afd7a2','',NULL),(10995,'en','continents-cities','ae6d06b333642fea786d801e95e0b8d0','Samara',NULL,NULL,'LINE',NULL,10,'','70b12c5dca83b674e557e0c4f15a548b','',NULL),(10996,'en','continents-cities','ddd001de81e887225bc2c7a8519a072f','Samarkand',NULL,NULL,'LINE',NULL,10,'','090e672807dd97aaa257fc1d41828ab3','',NULL),(10997,'en','continents-cities','0861134397888c470803c77fb6cd2943','Samoa',NULL,NULL,'LINE',NULL,10,'','83ea5a451fd4601b375bd5345c01a44b','',NULL),(10998,'en','continents-cities','1af2a83405609130262cb21b2651a300','San Juan',NULL,NULL,'LINE',NULL,10,'','16e42e4088150e4cfa49e91a5d5ed5b5','',NULL),(10999,'en','continents-cities','6bea9eb8a42bf51a5b58a123070e8636','San Luis',NULL,NULL,'LINE',NULL,10,'','697784d0c36b185765ba369bed809a6b','',NULL),(11000,'en','continents-cities','a7db85742c67a70f8764c4d9c53bdb36','San Marino',NULL,NULL,'LINE',NULL,10,'','e86849b4737f2b20c34a5316e080043f','',NULL),(11001,'en','continents-cities','f9de9282c2d8dafe3df6dc7c6fe79dd8','Santa Isabel',NULL,NULL,'LINE',NULL,10,'','9fa0c0d73a603b486ac28a6720cf68b8','',NULL),(11002,'en','continents-cities','43280a6033e59aff116cee3044b8cfdf','Santarem',NULL,NULL,'LINE',NULL,10,'','653a70c889422ef8bd6fdf98710eca08','',NULL),(11003,'en','continents-cities','b402b481bc0dbd51687430c586c7909a','Santiago',NULL,NULL,'LINE',NULL,10,'','3f4aba7d9440e9184c5f8beb521d5979','',NULL),(11004,'en','continents-cities','29cb8691e1843d307a8d831219167549','Santo Domingo',NULL,NULL,'LINE',NULL,10,'','253d62061a194c38d957ac5b3b345fdf','',NULL),(11005,'en','continents-cities','9fe567255d6e1674b1a88a5433c2558d','Sao Paulo',NULL,NULL,'LINE',NULL,10,'','02cf65683e6a64e0f1426f7babea2022','',NULL),(11006,'en','continents-cities','ff8d0d21141bd958cb19055812caa5a5','Sao Tome',NULL,NULL,'LINE',NULL,10,'','57e4ff84784395372fc0997cd6ea910e','',NULL),(11007,'en','continents-cities','45cb61a48b985856d8bf1cb545661858','Sarajevo',NULL,NULL,'LINE',NULL,10,'','825747e076661aad4a9d8b211db97fea','',NULL),(11008,'en','continents-cities','94699b2cec46740bb8a72dcf9cba6889','Saratov',NULL,NULL,'LINE',NULL,10,'','be10069354f76dc809a126f233861979','',NULL),(11009,'en','continents-cities','ef10665ebf0dd8665912428e3d4979b6','Scoresbysund',NULL,NULL,'LINE',NULL,10,'','324e0a30afe2cb1100b71b3962bc8573','',NULL),(11010,'en','continents-cities','fd38499c5c04df42d1d78807aa4b7d7d','Seoul',NULL,NULL,'LINE',NULL,10,'','288dee17e0a3a4e20fcbe3b5e9d72a54','',NULL),(11011,'en','continents-cities','5466ee572bcbc75830d044e66ab429bc','Shanghai',NULL,NULL,'LINE',NULL,10,'','bad7918cc2144118c9736b4f82e57464','',NULL),(11012,'en','continents-cities','f64787d815983151022e7d627cd2b360','Shiprock',NULL,NULL,'LINE',NULL,10,'','8ca5bbb62f90eb92d1c6e5fa8633fc4a','',NULL),(11013,'en','continents-cities','8dbeff9871dc83a2ffa1edb23f38c1aa','Simferopol',NULL,NULL,'LINE',NULL,10,'','a0993cc6a7406be26e6e85f91f160ff2','',NULL),(11014,'en','continents-cities','458e4cbc78201c1aec5fc53a31c59378','Singapore',NULL,NULL,'LINE',NULL,10,'','cc8772a3c39a0a7c4c9d13b5bad237a1','',NULL),(11015,'en','continents-cities','96ff1548c1e57274b2cce7eb082b5519','Sitka',NULL,NULL,'LINE',NULL,10,'','64eae03a693dd1ae02e9f181c2b36e31','',NULL),(11016,'en','continents-cities','a4d81f9796805c63e41f0bfdddff41ac','Skopje',NULL,NULL,'LINE',NULL,10,'','ba8a7e323235ca9e20ff4947d74dcd8c','',NULL),(11017,'en','continents-cities','654cd76590cebe0ba37e8d4cce8a96ee','Sofia',NULL,NULL,'LINE',NULL,10,'','b844b97abbd377e5103a1a46dbf61879','',NULL),(11018,'en','continents-cities','263d7b2cf53802c9ed127b718c0bf9fd','South',NULL,NULL,'LINE',NULL,10,'','37e2a1fe9ad2419dc49ccf6a29595a69','',NULL),(11019,'en','continents-cities','8c4dec4341eb6ce4274188438060ab3a','South Georgia',NULL,NULL,'LINE',NULL,10,'','fbec91065288edc59191d1e536970df1','',NULL),(11020,'en','continents-cities','deec8203e707bef05fbebd504ff59658','South Pole',NULL,NULL,'LINE',NULL,10,'','4b303c9f7990be3e3a1eb3fdbeb9c8cb','',NULL),(11021,'en','continents-cities','9796152b9a3725311b3a03291859f45e','Srednekolymsk',NULL,NULL,'LINE',NULL,10,'','b497bd15e5b05ff922a460a1660f529f','',NULL),(11022,'en','continents-cities','ac699d4b11782cfe863fe22ac5297811','St Barthelemy',NULL,NULL,'LINE',NULL,10,'','cbeb3b9aae02b5effeba7bac9995c07e','',NULL),(11023,'en','continents-cities','ff6655718a257f3aa50ec89cbd7691c4','St Helena',NULL,NULL,'LINE',NULL,10,'','6e7c133f3cd0b376795abaa305baf6ea','',NULL),(11024,'en','continents-cities','435197f5ba12d1fa110763aff45a7bd2','St Johns',NULL,NULL,'LINE',NULL,10,'','8c5e73842f819f6578b4e24e2f4bd90b','',NULL),(11025,'en','continents-cities','b282c97f19d81e6d3a664b4684b016a8','St Kitts',NULL,NULL,'LINE',NULL,10,'','3252ef5d8a64618e86eb98c5ad8d2881','',NULL),(11026,'en','continents-cities','3c7c8ebce6da63ed8be4693f042b4bf7','St Lucia',NULL,NULL,'LINE',NULL,10,'','13708a7e2731a2c180c0271fddfd45d3','',NULL),(11027,'en','continents-cities','cc3d62a8e96816948963ffa218ec0a93','St Thomas',NULL,NULL,'LINE',NULL,10,'','2b5856b63fb286fc4d6dd2511539d442','',NULL),(11028,'en','continents-cities','580075e0252774484dee979d540badc6','St Vincent',NULL,NULL,'LINE',NULL,10,'','ed77c0d1ede8b39971ff017fa56643bb','',NULL),(11029,'en','continents-cities','b34c7c6fbe78d3825bd9496c54e5eeeb','Stanley',NULL,NULL,'LINE',NULL,10,'','ceae2fbc630d4b49dcab0b1ced601342','',NULL),(11030,'en','continents-cities','fcfff492e00727b63cf5dff9f59bc2a4','Stockholm',NULL,NULL,'LINE',NULL,10,'','06222ba905879f75ba95759471545232','',NULL),(11031,'en','continents-cities','1a84ad957db0945a05eae9c53655863e','Swift Current',NULL,NULL,'LINE',NULL,10,'','8efc5fd5ce5e49edb38f8cb4b5c4eb75','',NULL),(11032,'en','continents-cities','1fc91e86962825bb745de53d1657b3e4','Sydney',NULL,NULL,'LINE',NULL,10,'','d2aba6d93af8f932da7b244519515d66','',NULL),(11033,'en','continents-cities','5aab3e11eefe4d9535556d5a6da8c8c1','Syowa',NULL,NULL,'LINE',NULL,10,'','8404058a5523892bfa7ead5f976dfbd5','',NULL),(11034,'en','continents-cities','1e257d79cd2dd7a09657597cee33bbe5','Tahiti',NULL,NULL,'LINE',NULL,10,'','f2c89de9566ed94e3f0576798de54bdf','',NULL),(11035,'en','continents-cities','7a4e1add2047d025b98f55dbb33382b5','Taipei',NULL,NULL,'LINE',NULL,10,'','acdafec6950e02a312d39b19f6acf62d','',NULL),(11036,'en','continents-cities','ea75099e3719bdc3deba58502baf3adb','Tallinn',NULL,NULL,'LINE',NULL,10,'','b15eb05b7bf7d2a148e75ab5f9817e7c','',NULL),(11037,'en','continents-cities','d69d56a0498d291d0c18f2d8b1ab0ea4','Tarawa',NULL,NULL,'LINE',NULL,10,'','9945f0d2529093e72f9c91808d33514c','',NULL),(11038,'en','continents-cities','1e37948858daa7aed71fcb3f2e95e3e6','Tashkent',NULL,NULL,'LINE',NULL,10,'','30738c593972dee04fee1c6649719b4a','',NULL),(11039,'en','continents-cities','c844c19bdbe33b9c547d94dd580ea642','Tasmania',NULL,NULL,'LINE',NULL,10,'','7706bf54ca7301eb4a22b94181d8fe16','',NULL),(11040,'en','continents-cities','532531fe87971119dd0c1c2acbcbde56','Tbilisi',NULL,NULL,'LINE',NULL,10,'','94582098de73dec655168ddd8e0d07eb','',NULL),(11041,'en','continents-cities','4af0091a7b7bb978ca7192b6a4d093ea','Tegucigalpa',NULL,NULL,'LINE',NULL,10,'','9a0f591ad14bea242d24d415d4ae44ae','',NULL),(11042,'en','continents-cities','ed7b37ce943e144f5bd8bdbbb8d47062','Tehran',NULL,NULL,'LINE',NULL,10,'','327aa2fef7898d5cf53f09cac1d15337','',NULL),(11043,'en','continents-cities','b5eed9442adc540b3e59ae08aa129632','Tel Aviv',NULL,NULL,'LINE',NULL,10,'','b0f52c23167b837cec336f2dc7321d59','',NULL),(11044,'en','continents-cities','4442ebb5a6069abad6ed6121823a31e9','Tell City',NULL,NULL,'LINE',NULL,10,'','11db8c2f2103c521a518339bc0e7fea1','',NULL),(11045,'en','continents-cities','51303eac32187cef6042662bc8d456e3','Thimbu',NULL,NULL,'LINE',NULL,10,'','ae4285bc7299a67118a8431b8ad652a8','',NULL),(11046,'en','continents-cities','c7548e8a3eb9fa1f66b3d8012e5efded','Thimphu',NULL,NULL,'LINE',NULL,10,'','1a27ddbf5b355e539eac6d8411de535b','',NULL),(11047,'en','continents-cities','6543b3db7c718190e572f23bfa8735c2','Thule',NULL,NULL,'LINE',NULL,10,'','238e19c4d3f2da52fcd094febd177729','',NULL),(11048,'en','continents-cities','a11a5405d5cf4d8e31bc1f03c5a93a15','Thunder Bay',NULL,NULL,'LINE',NULL,10,'','ab61b0a1d0e74ab9e270eb0ca8b03cf6','',NULL),(11049,'en','continents-cities','f8abf41bf5d4f0064441e43046f7010f','Tijuana',NULL,NULL,'LINE',NULL,10,'','0d22df2e9f790940e5718c6ec6903e4e','',NULL),(11050,'en','continents-cities','396fbe3d1a1d0a5a425eaaee3e1eff70','Timbuktu',NULL,NULL,'LINE',NULL,10,'','34986980b083b55ca38c150f6276800f','',NULL),(11051,'en','continents-cities','d4db7bd1a57896923fda960f075a86ea','Tirane',NULL,NULL,'LINE',NULL,10,'','f3d49cf3791466af1c0f6aea4d78bb14','',NULL),(11052,'en','continents-cities','68a2b106957d6b98adb67d66a2822fc1','Tiraspol',NULL,NULL,'LINE',NULL,10,'','04e47dae771e0492a6611cb54335af27','',NULL),(11053,'en','continents-cities','62413a57c5e3dc51177995fa175d3286','Tokyo',NULL,NULL,'LINE',NULL,10,'','7950760ae01f08ead8493330124c61f5','',NULL),(11054,'en','continents-cities','9067a70cb39f1d0a80ecd904126260e3','Tomsk',NULL,NULL,'LINE',NULL,10,'','e37aafc0f1a5a45e045f60c544e76022','',NULL),(11055,'en','continents-cities','7916ea90dc494215e95c0ea58ba20186','Tongatapu',NULL,NULL,'LINE',NULL,10,'','f3ba07eca17c45b68ed58def4c99ca01','',NULL),(11056,'en','continents-cities','948ce72be6c871b84f6d0dab24f209ed','Toronto',NULL,NULL,'LINE',NULL,10,'','55b5806854c671b5ca437f8b96fbe6d1','',NULL),(11057,'en','continents-cities','b66a1e094aa3558566a205f4066bf6fb','Tortola',NULL,NULL,'LINE',NULL,10,'','1d7ddb440ea4508951a30e78353bf678','',NULL),(11058,'en','continents-cities','9b3af1bb38b7114f349064f74ea83fa4','Tripoli',NULL,NULL,'LINE',NULL,10,'','a2a4b4a46b424a22db006629e301b6ea','',NULL),(11059,'en','continents-cities','922a511f02d148e4c9390526d85ca519','Troll',NULL,NULL,'LINE',NULL,10,'','0ba00561c181d18e0cc805633e356d48','',NULL),(11060,'en','continents-cities','55958d4aa27d786c639498816d98d607','Truk',NULL,NULL,'LINE',NULL,10,'','f2fb8d372e143fb42eef247c7de25b01','',NULL),(11061,'en','continents-cities','5485bb3abe2ca322eb677765fb81b4d0','Tucuman',NULL,NULL,'LINE',NULL,10,'','b2d003358b98b76b98acae72f2a0f193','',NULL),(11062,'en','continents-cities','044c0f755d7e410a0da4c7d2b1a52263','Tunis',NULL,NULL,'LINE',NULL,10,'','dbd2b75e90d012ecb224d68a8e114f2b','',NULL),(11063,'en','continents-cities','96cec03cdb0dea47fe5378fcf5638c01','UCT',NULL,NULL,'LINE',NULL,10,'','569f9e6301aae72482723e71d170b5c5','',NULL),(11064,'en','continents-cities','9234324ddf6b4176b57d803a925b7961','UTC',NULL,NULL,'LINE',NULL,10,'','58f151b95639de34e9c72b57fb26fa95','',NULL),(11065,'en','continents-cities','c731c5626ded871f45ebd605f2ba3716','Ujung Pandang',NULL,NULL,'LINE',NULL,10,'','472867ea192bfbfe2624b8591d81cf8c','',NULL),(11066,'en','continents-cities','ff4fc27f95d28622b1c18802fa908131','Ulaanbaatar',NULL,NULL,'LINE',NULL,10,'','5480ab50c38007d09aef4a752bba2d2f','',NULL),(11067,'en','continents-cities','029129f2fae46a66cebf9c90dbc3e0ca','Ulan Bator',NULL,NULL,'LINE',NULL,10,'','9fd201006a12fa5bf890ad92f101ee36','',NULL),(11068,'en','continents-cities','4c00abf93900096275504b69a968ac9e','Ulyanovsk',NULL,NULL,'LINE',NULL,10,'','e032179f07d19caefdf45114fc3207e5','',NULL),(11069,'en','continents-cities','7641e5f4e7e8517bd0477fd81e3de1b8','Universal',NULL,NULL,'LINE',NULL,10,'','2fcbffac5a5e8658725cb13cf0516860','',NULL),(11070,'en','continents-cities','c46e51c263ff26fbce724bc34c4c0cdd','Urumqi',NULL,NULL,'LINE',NULL,10,'','2afeb27ac6d06420f3eb651079aa2fe7','',NULL),(11071,'en','continents-cities','071c0800d853bd74c75a80c71ca741a2','Ushuaia',NULL,NULL,'LINE',NULL,10,'','0581891d4fbeb7408a82e049d5d7a7b5','',NULL),(11072,'en','continents-cities','7601fb3981fa705669018768c2833532','Ust-Nera',NULL,NULL,'LINE',NULL,10,'','566d3f4aac2f6b525270357071462eb0','',NULL),(11073,'en','continents-cities','bde8acaf5b357c3ab4410292428a22a7','Uzhgorod',NULL,NULL,'LINE',NULL,10,'','4e5625151a5e456c22bd989628cba313','',NULL),(11074,'en','continents-cities','1139cab61e63ffc39f0367d4e459e647','Vaduz',NULL,NULL,'LINE',NULL,10,'','00d09ebefea7e046ca5d81e5fdf0b156','',NULL),(11075,'en','continents-cities','38278119f2c41ca7aedcbc55eabf73cd','Vancouver',NULL,NULL,'LINE',NULL,10,'','7b3c794099d32df26208257575ecb47f','',NULL),(11076,'en','continents-cities','a8571795df5a56146cfde039bd9c1a5a','Vatican',NULL,NULL,'LINE',NULL,10,'','929a7f0ff6601d983df4ae82a4d2e719','',NULL),(11077,'en','continents-cities','6fff8630cd5157355cfa23fed230d997','Vevay',NULL,NULL,'LINE',NULL,10,'','2100b5d840e93a201f74a17ca68dcf78','',NULL),(11078,'en','continents-cities','dfee9e39474b6e292d66c7facba668e1','Victoria',NULL,NULL,'LINE',NULL,10,'','18db492c34f72f081d0c8e7e5151882b','',NULL),(11079,'en','continents-cities','601f9226a92f0a314068aa4395f65528','Vienna',NULL,NULL,'LINE',NULL,10,'','a9aa5f773dcacf9168271e66d9c89d24','',NULL),(11080,'en','continents-cities','5e0567589de4ecb8e7b2740e7260e7bf','Vientiane',NULL,NULL,'LINE',NULL,10,'','81c5afbe7a889f162d177aa4430f7071','',NULL),(11081,'en','continents-cities','674756b151c1a964546ad103f310fc5b','Vilnius',NULL,NULL,'LINE',NULL,10,'','7235167eb308dcfc864dd27556d6ab6f','',NULL),(11082,'en','continents-cities','b4a8eec8488d3bac281223ee5f1d77c4','Vincennes',NULL,NULL,'LINE',NULL,10,'','eafbbb09454ef91d96817e7c48954b7f','',NULL),(11083,'en','continents-cities','a7576b50518f2cbf5f2157ff094553be','Virgin',NULL,NULL,'LINE',NULL,10,'','1ac7cf6e30581d65cc41290678cc1584','',NULL),(11084,'en','continents-cities','e5aa23b540ec1892cc88127073613ec0','Vladivostok',NULL,NULL,'LINE',NULL,10,'','14bfa4ff846f3ec96de0f0556fec70eb','',NULL),(11085,'en','continents-cities','1b76b0d2b1c0131465044a89285260a8','Volgograd',NULL,NULL,'LINE',NULL,10,'','ec64236ab972f3eec8bb44578948f8f9','',NULL),(11086,'en','continents-cities','31f04e8bfb6e05b3a41c47603eef5e33','Vostok',NULL,NULL,'LINE',NULL,10,'','325663ee7517b556e1e224bee9fca998','',NULL),(11087,'en','continents-cities','688761c83ec62d30ec1fe269849d42ad','Wake',NULL,NULL,'LINE',NULL,10,'','3008f55647303bd6c7b1d6d24e471347','',NULL),(11088,'en','continents-cities','3c807ca34dcea18fe702966da369e296','Wallis',NULL,NULL,'LINE',NULL,10,'','c7436cc91f35133bb296be8e42181c80','',NULL),(11089,'en','continents-cities','ab014f5797b79c42d078976b9d1a413c','Warsaw',NULL,NULL,'LINE',NULL,10,'','f519681397667d56f1d7b44d2b42c648','',NULL),(11090,'en','continents-cities','bf495fc048d8d44b7f32536df5cf3930','West',NULL,NULL,'LINE',NULL,10,'','a0612e7cf2569b4cdc21bcdc9cdf937e','',NULL),(11091,'en','continents-cities','99707c417d6e80b2f9866d45fca2b17f','Whitehorse',NULL,NULL,'LINE',NULL,10,'','1cf60b2e1d4b31802d71f9d9b2514a3f','',NULL),(11092,'en','continents-cities','9c223e6f7675b3dabe376632fc5b0cbd','Winamac',NULL,NULL,'LINE',NULL,10,'','a156385e86ec54eb8061beb2b84565ef','',NULL),(11093,'en','continents-cities','9b1c3a79a84cc0ee72dcc5218b20e426','Windhoek',NULL,NULL,'LINE',NULL,10,'','c3fc3d024420c29f9a22b15d15ecb037','',NULL),(11094,'en','continents-cities','9f52f29ade262903f15dc9455eb2ddac','Winnipeg',NULL,NULL,'LINE',NULL,10,'','770e5d43925ed0f48962bf0a1a8fbe02','',NULL),(11095,'en','continents-cities','d2b15f8810bd0653f14ebf7891ac08ba','Yakutat',NULL,NULL,'LINE',NULL,10,'','d46c9494f0c7b71be1e1a439d19caf0b','',NULL),(11096,'en','continents-cities','53e900778331887011cd918a45bc1d34','Yakutsk',NULL,NULL,'LINE',NULL,10,'','9b2562a445c9bf9d6a100c3ba9969307','',NULL),(11097,'en','continents-cities','c0b6cdd223dafb841ad229a43cf5880a','Yancowinna',NULL,NULL,'LINE',NULL,10,'','8e86e40117a17d5a7441af432856dda5','',NULL),(11098,'en','continents-cities','ef3d5a377fa4633f2e26ba7e33db58f0','Yangon',NULL,NULL,'LINE',NULL,10,'','3b22cb488c168710bd3e0798ad1c6390','',NULL),(11099,'en','continents-cities','c4e9faca5fecfc6f4551c3f96ff241c5','Yap',NULL,NULL,'LINE',NULL,10,'','3c38fd17d17e3aca04749331297bef4c','',NULL),(11100,'en','continents-cities','f4e6a69a8ad28a7626085d92488fb2c0','Yekaterinburg',NULL,NULL,'LINE',NULL,10,'','cc51ec92f9d7e4e674434c73eabc4ebd','',NULL),(11101,'en','continents-cities','ceb792ea2986a5233f84f38750526ba6','Yellowknife',NULL,NULL,'LINE',NULL,10,'','1d99062cf06e6f783fe5a055f896d879','',NULL),(11102,'en','continents-cities','06d3be641f6cc1104f650889d4047c67','Yerevan',NULL,NULL,'LINE',NULL,10,'','2845f7baca4cf90623f510820e225aa8','',NULL),(11103,'en','continents-cities','b827d268b3e75abe3c4419d959d93998','Zagreb',NULL,NULL,'LINE',NULL,10,'','afff5bbe9a8e81fda170d4747feb4746','',NULL),(11104,'en','continents-cities','a6afe2aa8f2b2df7a5308ffb0a83a4a9','Zaporozhye',NULL,NULL,'LINE',NULL,10,'','0a6382e42a4bd18e0372f97071f5b97e','',NULL),(11105,'en','continents-cities','68046733e4659165a4f59a1918cb1408','Zulu',NULL,NULL,'LINE',NULL,10,'','3e0ba4ed87c75aafff62ad817d6ebf5b','',NULL),(11106,'en','continents-cities','2b29c5739ec4158573c66d2124e2c7e9','Zurich',NULL,NULL,'LINE',NULL,10,'','d1f912b8259b8dbe88621c571a7e7c3e','',NULL),(11107,'en','akismet','b689627b1052c8aeb7ea491475b07ebc',' Please <a href=\"%s\">enable</a> or <a href=\"%s\">disable</a> this feature. <a href=\"%s\" id=\"akismet-privacy-notice-control-notice-info-link\" target=\"_blank\">More information</a>.',NULL,NULL,'LINE',NULL,10,'','0e2d4f74cbc897130a489f0855088f67','',NULL),(11108,'en','akismet','1491bfe4b37b17cd03f2fbe311039609','%1$s changed the comment status to %2$s.',NULL,NULL,'LINE',NULL,10,'','d8b0c71647d85bb3e65cb6ffb897ad4f','',NULL),(11109,'en','akismet','5275e28ebb34dce3b949687f5ef6f777','%d comment could not be checked.',NULL,NULL,'LINE',NULL,10,'','3b4f8974e199c268501007e8b27111ef','',NULL),(11110,'en','akismet','f033218f4d667d41fbf088473124a4cd','%d comments could not be checked.',NULL,NULL,'LINE',NULL,10,'','e5cbebeab37ff6ef686c987fc4c19dcf','',NULL),(11111,'en','akismet','0e78fa9819b6462dcf36defd3c73843d','%d comment moved to Spam.',NULL,NULL,'LINE',NULL,10,'','3b0eced5437d107a2bf61f15a465046c','',NULL),(11112,'en','akismet','5ccea415008ffbfd8237d5cf019cf48a','%d comments moved to Spam.',NULL,NULL,'LINE',NULL,10,'','4f3833f629c09086dc5c9bd8ac3c8b9c','',NULL),(11113,'en','akismet','212a0488abf6c0d52971d8e90bf314f9','%s ago',NULL,NULL,'LINE',NULL,10,'','4f51d1c7560df5ef1d20161d64826e8e','',NULL),(11114,'en','akismet','97bc100c6c34904e0795bb5649cd3bcd','%s approved',NULL,NULL,'LINE',NULL,10,'','5310343013a43767ed2f4e74ace68ece','',NULL),(11115,'en','akismet','ed2276bfe316b007bddfd65a452d751c','%s comment was caught as spam.',NULL,NULL,'LINE',NULL,10,'','b2ac1b18f12e5cfb27e5d8266e4ef9cd','',NULL),(11116,'en','akismet','bff002c82dce117cd58f289b6a6a9602','%s comments were caught as spam.',NULL,NULL,'LINE',NULL,10,'','a0aded30e1c71963af32ec238764d75f','',NULL),(11117,'en','akismet','58577aaa17dae6d44ea004fe29320cc8','%s false positive',NULL,NULL,'LINE',NULL,10,'','5477a3525e4badd98169cd4f2ff56907','',NULL),(11118,'en','akismet','f9fb06c209a852854ff4164dc1793325','%s false positives',NULL,NULL,'LINE',NULL,10,'','9b9d9f105269840ecf96869c505f7dcd','',NULL),(11119,'en','akismet','c5666db5529fca6fbccfc0a61d4d020b','%s missed spam',NULL,NULL,'LINE',NULL,10,'','c402d9ec66b993350fce0dc17e7c397c','',NULL),(11120,'en','akismet','e9668839648657d2251cb680da95f901','%s reported this comment as not spam.',NULL,NULL,'LINE',NULL,10,'','38d23e8f05fbf1b8897c36d45894e913','',NULL),(11121,'en','akismet','a0783a138a6ca2cc21d1459625667050','%s reported this comment as spam.',NULL,NULL,'LINE',NULL,10,'','1f0d646a0bea21cc74fba4488563fb39','',NULL),(11122,'en','akismet','43a987ddb4cdef07a106f7117f3cd89b','(%1$s%)',NULL,NULL,'LINE',NULL,10,'','ef89052d2e1c2d31fface75b86c43deb','',NULL),(11123,'en','akismet','288c363ab67d371c2b62f9d1b947e8e5','(What is an API key?)',NULL,NULL,'LINE',NULL,10,'','e1c06198811c99ab43dc4108fd1db1de','',NULL),(11124,'en','akismet','bbf466a0fbc4c631cc663e20be38a750','(undo)',NULL,NULL,'LINE',NULL,10,'','74e574ae1a760ca7fc7080c81bc3f9c9','',NULL),(11125,'en','akismet','3288a483ea5e49b037ad288d0548a22d','<a href=\"%1$s\">Akismet</a> has protected your site from %2$s spam comment already. ',NULL,NULL,'LINE',NULL,10,'','508f37725737c1deca097aee880b5e48','',NULL),(11126,'en','akismet','1e99a730982e90f5337214103ac754a0','<a href=\"%1$s\">Akismet</a> has protected your site from %2$s spam comments already. ',NULL,NULL,'LINE',NULL,10,'','1f0acbcc57df76f8221426074510f3e7','',NULL),(11127,'en','akismet','8a50105aa13f926cd3303fa1b1f71266','<a href=\"%1$s\">Akismet</a> has protected your site from <a href=\"%2$s\">%3$s spam comment</a>.',NULL,NULL,'LINE',NULL,10,'','2e31db09f6b66bc69c487827b6016135','',NULL),(11128,'en','akismet','bf6275f8956c8a40d2cb1db52bd7aca1','<a href=\"%1$s\">Akismet</a> has protected your site from <a href=\"%2$s\">%3$s spam comments</a>.',NULL,NULL,'LINE',NULL,10,'','d8cf1ebdf28ffbd302c25376729bf7b2','',NULL),(11129,'en','akismet','a9c1c78003a34360556d079f62bee637','<a href=\"%s\">Akismet</a> blocks spam from getting to your blog. ',NULL,NULL,'LINE',NULL,10,'','d97bed2071a939cb5c4d8ab81ed96932','',NULL),(11130,'en','akismet','14e9b0157b53e20ea968fa6f6d2ef1ba','<strong class=\"count\">%1$s spam</strong> blocked by <strong>Akismet</strong>',NULL,NULL,'LINE',NULL,10,'','73fc87af38607ab7964c73e35c3a7ed0','',NULL),(11131,'en','akismet','465e5583a6a108fd8eb43ba787a36eb7','<strong>Almost done</strong> - configure Akismet and say goodbye to spam',NULL,NULL,'LINE',NULL,10,'','1e11f477ac0a6dc6169c74c21cab3409','',NULL),(11132,'en','akismet','f549a071741aa1cf5069164862473bda','A 12-character Akismet API key. Available at akismet.com/get/',NULL,NULL,'LINE',NULL,10,'','3cb3f9fc592ba3d52db47f69eecf5692','',NULL),(11133,'en','akismet','d876ff8da67c3731ae25d8335a4168b4','API Key',NULL,NULL,'LINE',NULL,10,'','72ed8cfabfa2d61ca700bdc0a68d35a4','',NULL),(11134,'en','akismet','08bd40c7543007ad06e4fce31618f6ec','Account',NULL,NULL,'LINE',NULL,10,'','a58214f8c3c150089b89c43bd22e8d91','',NULL),(11135,'en','akismet','d78f1fb7e69f7cddcf3e168f2663db20','Accuracy',NULL,NULL,'LINE',NULL,10,'','173689abfa9a60e6dcf366ff7198f713','',NULL),(11136,'en','akismet','781ff5df66568dba59a99f967bcaa0e8','Activate Akismet',NULL,NULL,'LINE',NULL,10,'','cdd8f78afef3a75d2d9f8f3f7bd4c01b','',NULL),(11137,'en','akismet','4d3d769b812b6faa6b76e1a8abaece2d','Active',NULL,NULL,'LINE',NULL,10,'','38c12b0aeea4571431e6bb15ce2db532','',NULL),(11138,'en','akismet','daab5d2d514cf7d293376be3ded708f0','Akismet',NULL,NULL,'LINE',NULL,10,'','709e2252ac883ab31d7ba5b045ccfce1','',NULL),(11139,'en','akismet','176ae4197722841b48fee87f089c297a','Akismet %s requires WordPress %s or higher.',NULL,NULL,'LINE',NULL,10,'','f07d5afbb2b2b25b0eb06ece610dc94d','',NULL),(11140,'en','akismet','5d8bc461c9ec2dfa36de108231e2ba3b','Akismet & Privacy.',NULL,NULL,'LINE',NULL,10,'','9c2821655677c0bb35e5c56278e0a7d6','',NULL),(11141,'en','akismet','b2a77cb7afefcfe24ee09da469450cf3','Akismet Anti-Spam',NULL,NULL,'LINE',NULL,10,'','cb26d6418a1945af6e1e26a115df736f','',NULL),(11142,'en','akismet','a43d153990f7f6c855199419a904403d','Akismet Configuration',NULL,NULL,'LINE',NULL,10,'','2f4d1cc895f61a3eb28c730604d6a3d0','',NULL),(11143,'en','akismet','ca02c864aa7810bdd57f9e0774d66f22','Akismet Error Code: %s',NULL,NULL,'LINE',NULL,10,'','4539b2faf82e61fc59f45a6c2672e9b3','',NULL),(11144,'en','akismet','0021ce2b5423a5166b3848a700e687e9','Akismet FAQ',NULL,NULL,'LINE',NULL,10,'','dc6cb75ba4fc227d818b1a9b8d1cdd74','',NULL),(11145,'en','akismet','6dfca85535d10512f08b0122997c64d7','Akismet Settings',NULL,NULL,'LINE',NULL,10,'','799a5d83ef3bb2b654183ff4faf9bd47','',NULL),(11146,'en','akismet','d3bcfb509ca2a0f1ee430392935c3388','Akismet Setup',NULL,NULL,'LINE',NULL,10,'','192e24ab82a6fa5e6f7ae646ace8d8b1','',NULL),(11147,'en','akismet','60f3f7784cb0a68779bc25e71b3b8c55','Akismet Stats',NULL,NULL,'LINE',NULL,10,'','b0c2f6705ee22f42ddee4ffb756bec00','',NULL),(11148,'en','akismet','1d5cc04e26f4279e21ff91c5db93945a','Akismet Support',NULL,NULL,'LINE',NULL,10,'','370e241209df5040c731f53b712372d0','',NULL),(11149,'en','akismet','202e46d59727ea4be8a278a405f3b3bc','Akismet Widget',NULL,NULL,'LINE',NULL,10,'','a3b788c466831bedff0f270b237feff3','',NULL),(11150,'en','akismet','9511672a110cb47ff5a465567c846622','Akismet anti-spam strictness',NULL,NULL,'LINE',NULL,10,'','c2de6b7f8721f6273f10e3e818608d4f','',NULL),(11151,'en','akismet','0acd15013f838e37d587052bbb4ea2e7','Akismet caught this comment as spam during an automatic retry.',NULL,NULL,'LINE',NULL,10,'','de4f1713e825170a72909f8922aee326','',NULL),(11152,'en','akismet','257bc2183275bb8d2896d0a5239a6157','Akismet caught this comment as spam.',NULL,NULL,'LINE',NULL,10,'','8a673d119379f1012f15ea029921505c','',NULL),(11153,'en','akismet','01a0600de55575f9f3c5d47d95fdfd8a','Akismet checked %s comment.',NULL,NULL,'LINE',NULL,10,'','c4b0c222bc0ff4f7229f4df0f1189079','',NULL),(11154,'en','akismet','4c482b9f8f596d1af33d5ea15589fda9','Akismet checked %s comments.',NULL,NULL,'LINE',NULL,10,'','a8f3d82840d989b64a421a18a71b28a7','',NULL),(11155,'en','akismet','97820a09b50c7cea5472e82a438bba7b','Akismet cleared this comment during an automatic retry.',NULL,NULL,'LINE',NULL,10,'','072a73eb3619c620056d7e312ca68d0f','',NULL),(11156,'en','akismet','3173f762668e25de737f0eaa4220e2cf','Akismet cleared this comment.',NULL,NULL,'LINE',NULL,10,'','1bfd03802d5bc4ee6572d4ca8203aaa0','',NULL),(11157,'en','akismet','81c1320bf45944431f1ed4d802b4e640','Akismet encountered a problem with a previous SSL request and disabled it temporarily. It will begin using SSL for requests again shortly.',NULL,NULL,'LINE',NULL,10,'','443ae54198ab786c33ffe897efc90b1a','',NULL),(11158,'en','akismet','7f88d3429a365ea362336c57221ec6c0','Akismet filters out spam, so you can focus on more important things.',NULL,NULL,'LINE',NULL,10,'','5628ee90aaa2a7dad346c98cf8663fd6','',NULL),(11159,'en','akismet','8a610ab5484b532da3c26d1fdb5bb423','Akismet has detected a problem.',NULL,NULL,'LINE',NULL,10,'','df4708544dbc5d8efeb2a6f3269b80f0','',NULL),(11160,'en','akismet','dd8c350d610d6df2cfab7eda7d499cb1','Akismet has saved you %d hour!',NULL,NULL,'LINE',NULL,10,'','2e80398dfa183f2e7598c28ff0e4c050','',NULL),(11161,'en','akismet','1bf0df10b449962c105d9f12874b351f','Akismet has saved you %d hours!',NULL,NULL,'LINE',NULL,10,'','1b17d6473ebcb6fdb2e2fc6b2f209be0','',NULL),(11162,'en','akismet','6bdb6846d65e096c39c96b3452bec93d','Akismet has saved you %d minute!',NULL,NULL,'LINE',NULL,10,'','6f63fd016447e2440420f0344b102176','',NULL),(11163,'en','akismet','7e552be10aa41c7ed299d9b51b275986','Akismet has saved you %d minutes!',NULL,NULL,'LINE',NULL,10,'','e024ec06b26a998eb1af6b8a1ae0b471','',NULL),(11164,'en','akismet','17c4ae12b96a8b3f816fbb41f9f00558','Akismet has saved you %s day!',NULL,NULL,'LINE',NULL,10,'','c445231941d207a0fa890c514b005b8d','',NULL),(11165,'en','akismet','36d10f5b467608fc022479c857df16e1','Akismet has saved you %s days!',NULL,NULL,'LINE',NULL,10,'','93caa3911ea60e1c650f19abde825cae','',NULL),(11166,'en','akismet','2810a12580ccf02d2b020c8347c77ef0','Akismet is now protecting your site from spam. Happy blogging!',NULL,NULL,'LINE',NULL,10,'','8d06cd1295195da4fffabbdc72bdf55b','',NULL),(11167,'en','akismet','2e108c0abcd9e57ac7c92a18d1cf3c6f','Akismet privacy notice',NULL,NULL,'LINE',NULL,10,'','23a3bfc7d9c11adf2d24e803d7255c2d','',NULL),(11168,'en','akismet','ed5b89284de3cff91c6c954ceb521615','Akismet re-checked and caught this comment as spam.',NULL,NULL,'LINE',NULL,10,'','2f912b130b26fdea80ba4d13a3796c28','',NULL),(11169,'en','akismet','02f4b50a663db7670fe6214217718952','Akismet re-checked and cleared this comment.',NULL,NULL,'LINE',NULL,10,'','ec15ba78a0af65d2a27a59ab83093044','',NULL),(11170,'en','akismet','78904f81598bab0324cef00f69351f4f','Akismet was unable to check this comment (response: %s) but will automatically retry later.',NULL,NULL,'LINE',NULL,10,'','4e3f16f7cfb7b0ab514e97822f63041c','',NULL),(11171,'en','akismet','2f5ffd7b31a0bac79ce80f447b6396ac','Akismet was unable to recheck this comment (response: %s).',NULL,NULL,'LINE',NULL,10,'','4a2ae6341828f8278f6a96ebdbea9328','',NULL),(11172,'en','akismet','8fcddbb1ea440a6a552d30185956c3de','All systems functional.',NULL,NULL,'LINE',NULL,10,'','d74d7c4e4200e7013f21fc3252a12f60','',NULL),(11173,'en','akismet','60dd022145dd29fa7be7a5e84f85b0e6','All time',NULL,NULL,'LINE',NULL,10,'','c218a08a64c5a86efe748dd04e65b2fe','',NULL),(11174,'en','akismet','4b12dd1c40385b7001dd145a1e3d9f16','Already have your key? Enter it here.',NULL,NULL,'LINE',NULL,10,'','43e954f88f8d4cb59ca13a38f5673138','',NULL),(11175,'en','akismet','c0e6734a28ebbf027b6618518a4db30a','Always put spam in the Spam folder for review.',NULL,NULL,'LINE',NULL,10,'','bf478fc587c3c885d5fa5db5701b4ac6','',NULL),(11176,'en','akismet','213b7cc537da953bf7887292e8fc9594','An Akismet API key has been defined in the %s file for this site.',NULL,NULL,'LINE',NULL,10,'','d101d12ab0f9f326ffe6ceb039310900','',NULL),(11177,'en','akismet','0dfeeb1348231610725eb05c63e6fec1','Automattic',NULL,NULL,'LINE',NULL,10,'','a7ebf9640d6163bf0ca4e616e0545dfd','',NULL),(11178,'en','akismet','435936497092122c2079d04e63e637e7','Awaiting spam check',NULL,NULL,'LINE',NULL,10,'','9809a2a31f155acfeed230cd56fd6f81','',NULL),(11179,'en','akismet','a149e85a44aeec9140e92733d9ed694e','Cancelled',NULL,NULL,'LINE',NULL,10,'','4ec4309884513f190068095c88b11ee7','',NULL),(11180,'en','akismet','f4ec5f57bd4d31b803312d873be40da9','Change',NULL,NULL,'LINE',NULL,10,'','49c287499f817532009cfc5da0052f21','',NULL),(11181,'en','akismet','9518057257a393dcb3440f33bef9f22a','Cheatin&#8217; uh?',NULL,NULL,'LINE',NULL,10,'','b1717e82ddaa887dcd722e8436053a60','',NULL),(11182,'en','akismet','92fd99df67e3c841153a1f21edd525d4','Check for Spam',NULL,NULL,'LINE',NULL,10,'','2153e99e5d2f29c67de0aa0522c37436','',NULL),(11183,'en','akismet','8c956e97bba003d84f8b6665e65b5fac','Checking for Spam',NULL,NULL,'LINE',NULL,10,'','e2f77c11920d39c597b0b3e8413e4caf','',NULL),(11184,'en','akismet','c09121dc5d6f12b214bae4628771c0e9','Choose this option to use Akismet independently of your Jetpack connection.',NULL,NULL,'LINE',NULL,10,'','79fab84fbb8e4f0a5497c2e03a3cdef0','',NULL),(11185,'en','akismet','b7f3c41b5b11990b82c8ae8f3ab515a4','Choose to either discard the worst spam automatically or to always put all spam in spam folder.',NULL,NULL,'LINE',NULL,10,'','88bd8711054c4ad1451b085ff3d09f63','',NULL),(11186,'en','akismet','217766f8aca2d1ec604d8bb0d268ce78','Cleaning up spam takes time.',NULL,NULL,'LINE',NULL,10,'','2b10fdda148e29e86aadf8cccfe6017f','',NULL),(11187,'en','akismet','7e317266a60e2f8bb35279b9c080c42e','Cleared by Akismet',NULL,NULL,'LINE',NULL,10,'','473092440e9a7a7b6f0d4e87385ae22d','',NULL),(11188,'en','akismet','1232e755fab1df8a3d229365e224bdae','Click the Use this Key button.',NULL,NULL,'LINE',NULL,10,'','91c7037a574bab837e0fc38a43ea59e2','',NULL),(11189,'en','akismet','ac09d847c5008896f2cb1f917915b742','Comment #%d could not be checked.',NULL,NULL,'LINE',NULL,10,'','9d88ddf3f508b40320f3b2aaf4e37d3c','',NULL),(11190,'en','akismet','c11376ec1e0f376496b37d99c734123e','Comment #%d is not spam.',NULL,NULL,'LINE',NULL,10,'','6d34db544a855ff95503fca5b24dc8b7','',NULL),(11191,'en','akismet','003b4ed80c1d58181481b8f35594b668','Comment #%d is spam.',NULL,NULL,'LINE',NULL,10,'','81ad181fc6c73c4a23185430849f4993','',NULL),(11192,'en','akismet','02e21d87410f68269a88d1927cc2a356','Comment History',NULL,NULL,'LINE',NULL,10,'','7ad50c9e59148c1301d2c910e68f8a2e','',NULL),(11193,'en','akismet','58c501140a176c0c9428ecc10908caa3','Comment discarded.',NULL,NULL,'LINE',NULL,10,'','f0acb26d75b45b36014857bf721ef15a','',NULL),(11194,'en','akismet','03c2fe6158c1fa723f186c997bcfd80d','Comment not found.',NULL,NULL,'LINE',NULL,10,'','7f0ef2d5737d70639e75053fc1245c86','',NULL),(11195,'en','akismet','93067129b967751d3b196e4225b863bb','Comment status was changed to %s',NULL,NULL,'LINE',NULL,10,'','5e48d52257952d7b4f7925551d18fb05','',NULL),(11196,'en','akismet','fbe711c00f431af352946935b77b8e7a','Comment was caught by wp_blacklist_check.',NULL,NULL,'LINE',NULL,10,'','d5a27e9483609dd54f81b5ebf08ebff8','',NULL),(11197,'en','akismet','8413c683b4b27cc3f4dbd4c90329d8ba','Comments',NULL,NULL,'LINE',NULL,10,'','efbaa1e88ddb3bdcc834ac4ba6cb0a81','',NULL),(11198,'en','akismet','380b2d9081265e6d7df92538614222c1','Connect via Jetpack',NULL,NULL,'LINE',NULL,10,'','5897f937f92a00d5f88d9b70534f099f','',NULL),(11199,'en','akismet','ff069c6dc7d91fc7e482f1e8afe8533a','Connect with API key',NULL,NULL,'LINE',NULL,10,'','b366ab4a722cb3d0ec7ead5aaf2ce681','',NULL),(11200,'en','akismet','7241ef3c5ebf5e0d85c4c6a42c05fd82','Connect with Jetpack',NULL,NULL,'LINE',NULL,10,'','50e6a0010c9edb477cf7d3b6afc459ee','',NULL),(11201,'en','akismet','83ae6a467df597e052f6bd24d6386635','Connected via Jetpack',NULL,NULL,'LINE',NULL,10,'','51b77feae832c7d1a644f1f3b295b751','',NULL),(11202,'en','akismet','ccd99a3344b73dbda277d383915e136e','Contact Akismet support',NULL,NULL,'LINE',NULL,10,'','1470a3cbd48e05a69b71d8cae07cab76','',NULL),(11203,'en','akismet','9bb28d2d76c1c27cc8bdd88aa8324f96','Copy and paste the API key into the text field.',NULL,NULL,'LINE',NULL,10,'','3c34fbbfa7b6e529c9014ce5a79f521e','',NULL),(11204,'en','akismet','ee7ad456bf5170ebfb965a7a6e7a325b','Detailed Stats',NULL,NULL,'LINE',NULL,10,'','d6a5e3cb913cecbf70cdfc487891f67a','',NULL),(11205,'en','akismet','d5e955d0cee0f4a7d9a479199c63de17','Disabled.',NULL,NULL,'LINE',NULL,10,'','41c09d3f7a7cd90685b09e77277d0802','',NULL),(11206,'en','akismet','e8279b31803720c7c56278807472a9b6','Disconnect this account',NULL,NULL,'LINE',NULL,10,'','7385c040399ab40d2315870fc52e7ef8','',NULL),(11207,'en','akismet','7e00b911f12a87fae175b390bbecd7c9','Display a privacy notice under your comment forms.',NULL,NULL,'LINE',NULL,10,'','ecacefe3be035342bbdc8063b2e51579','',NULL),(11208,'en','akismet','066204764825e06f9959ace6d013bdd3','Display the number of spam comments Akismet has caught',NULL,NULL,'LINE',NULL,10,'','3bd16b1dda61757ea0f12b00cf9185a3','',NULL),(11209,'en','akismet','2ca1729cfd262275938b7a9f00176cd6','Do not display privacy notice.',NULL,NULL,'LINE',NULL,10,'','6a81ad4d803886642e0adb8930a3e131','',NULL),(11210,'en','akismet','646f49e38be6f2ffa58e009802f91a32','Eliminate spam from your site',NULL,NULL,'LINE',NULL,10,'','0c5d4f96560720f7711b27cdf16e968d','',NULL),(11211,'en','akismet','339055ae19d128b96eb35bdaf91de974','Enabled.',NULL,NULL,'LINE',NULL,10,'','aaad80763a45f01f058df6fc3ca13348','',NULL),(11212,'en','akismet','a4a0db89a8ab29c074b85cb11750af42','Enter an API Key',NULL,NULL,'LINE',NULL,10,'','c9602f7c0842eced31b741bfcbf8963a','',NULL),(11213,'en','akismet','2aea980e8d4746d8ee66ac60677296ae','Enter/remove an API key.',NULL,NULL,'LINE',NULL,10,'','8809bd76e3d6194bc56e1e05af959859','',NULL),(11214,'en','akismet','6eede7e6c1738eaa449d868decfea4d1','Failed to connect to Akismet.',NULL,NULL,'LINE',NULL,10,'','9e40ff521ac3e8e8622452c8a366e512','',NULL),(11215,'en','akismet','536ed77bbf810a6c8132f96a6ac0a8e1','Flagged as spam by %s',NULL,NULL,'LINE',NULL,10,'','c761a182fa4571045ffe2091813b52e4','',NULL),(11216,'en','akismet','777bd3c3833d867c4d1d64cb2ed71e8b','Flagged as spam by Akismet',NULL,NULL,'LINE',NULL,10,'','431b6a0fb7f7a59d3e2205383c161606','',NULL),(11217,'en','akismet','55707b4848b3a26a39057e3af6948b43','For more information:',NULL,NULL,'LINE',NULL,10,'','1cebb4f9f597a93be165e663158ff5da','',NULL),(11218,'en','akismet','dda0b995f4ee4897315802973bec30bc','For more information: %s',NULL,NULL,'LINE',NULL,10,'','9357e3cf6a405d3e929a3bbef12dfdaa','',NULL),(11219,'en','akismet','c10bf8be3d1745390a4deadee29a57d6','Get your API key',NULL,NULL,'LINE',NULL,10,'','99f3b85da52a9c0345e9e17ca556102e','',NULL),(11220,'en','akismet','16d2b386b2034b9488996466aaae0b57','History',NULL,NULL,'LINE',NULL,10,'','25bff3dbbf0af9ee32372663237a784a','',NULL),(11221,'en','akismet','2da32acba0225e117db05e2820fd291e','If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.',NULL,NULL,'LINE',NULL,10,'','2ad28bab522363bb0655ce3db680ce28','',NULL),(11222,'en','akismet','079e15e92578ed832fa49fb136ff1752','If true, show the number of approved comments beside each comment author in the comments list page.',NULL,NULL,'LINE',NULL,10,'','ff48aa9298c4b5d67a2b747b41e582d1','',NULL),(11223,'en','akismet','f38bd8e8238c64bb3d756ac68a3ababe','If you already have an API key',NULL,NULL,'LINE',NULL,10,'','8be12b3519f8b1f9eca328f68a38c0d8','',NULL),(11224,'en','akismet','369e15981b5ebcbe6a870e2353364c64','In 2012, Akismet began using subscription plans for all accounts (even free ones). A plan has not been assigned to your account, and we&#8217;d appreciate it if you&#8217;d <a href=\"%s\" target=\"_blank\">sign into your account</a> and choose one.',NULL,NULL,'LINE',NULL,10,'','1973dbe09b85018e169825fdc9b9454b','',NULL),(11225,'en','akismet','f929d1c598cf72664e0b98c746252053','Log in or sign up now.',NULL,NULL,'LINE',NULL,10,'','f29febca0688f08b6df129742168431a','',NULL),(11226,'en','akismet','e2c0c6ea96bf8beb196818f548071166','Manual Configuration',NULL,NULL,'LINE',NULL,10,'','478eef28790bf4f6b07cbbfcc29b7b25','',NULL),(11227,'en','akismet','2aee0be2678ee90fd327cc186826438e','Missing',NULL,NULL,'LINE',NULL,10,'','30f78a8d3243814962ea5c9f29504f16','',NULL),(11228,'en','akismet','7fdc37371e93e4edd63875664e647be2','Network functions are disabled.',NULL,NULL,'LINE',NULL,10,'','2214c9bd13adb9bfa5c81b1f876fc848','',NULL),(11229,'en','akismet','045280e519021d3006e9efa4f4848198','New to Akismet',NULL,NULL,'LINE',NULL,10,'','010eaa050312500246ef2139bfa1fa3a','',NULL),(11230,'en','akismet','9d0b4e4eee4c8c3880f4f77634192268','Next Billing Date',NULL,NULL,'LINE',NULL,10,'','a4be96437ddcd8811c5b2fea215378cc','',NULL),(11231,'en','akismet','f4f88de2696f2d736b43627d0a6aab6f','No Subscription Found',NULL,NULL,'LINE',NULL,10,'','083134844ee62c255894056e3f769b0e','',NULL),(11232,'en','akismet','6230b8616665a133d1f043e910596b09','No comments were caught as spam.',NULL,NULL,'LINE',NULL,10,'','7661786758a409f2ea561d325e00940f','',NULL),(11233,'en','akismet','2413af3c100a460bdc0da924789bd6b1','No worries! Get in touch and we&#8217;ll sort this out.',NULL,NULL,'LINE',NULL,10,'','36dcce2d7a3579d1a71c930fb74c2226','',NULL),(11234,'en','akismet','fc9d3df613063ee57906c461320744e2','Note:',NULL,NULL,'LINE',NULL,10,'','0112015b450d5fe5fc733a8675482ab9','',NULL),(11235,'en','akismet','c21b306debfa4458ca238ae32b1c3e55','On this page, you are able to set up the Akismet plugin.',NULL,NULL,'LINE',NULL,10,'','2e07619ef2992335aaad392194af2496','',NULL),(11236,'en','akismet','eff84212fa34ae953f01baf049153db9','On this page, you are able to update your Akismet settings and view spam stats.',NULL,NULL,'LINE',NULL,10,'','8351563b03f8a8f97b0f082a3c6cf135','',NULL),(11237,'en','akismet','ab6f1dd3e8d923a9872ac6e6cd93f6a6','On this page, you are able to view stats on spam filtered on your site.',NULL,NULL,'LINE',NULL,10,'','4a6a33b19902a4f378a572cd35112cfd','',NULL),(11238,'en','akismet','5a4590bacd3d7687e7c1f83f00a1db3e','Or enter an API key',NULL,NULL,'LINE',NULL,10,'','a5989751d8dbe037c709d55ce167aab2','',NULL),(11239,'en','akismet','2f88b5d7a9a6e58bd09c5d6b25010452','Or sign up with a different email address',NULL,NULL,'LINE',NULL,10,'','715f602c56ee038be4d8b2132b30facb','',NULL),(11240,'en','akismet','3b878279a04dc47d60932cb294d96259','Overview',NULL,NULL,'LINE',NULL,10,'','f987bc36fc75f8cede00ca396c882b14','',NULL),(11241,'en','akismet','b3c58a16271ea312a8f9762c406826a5','Past six months',NULL,NULL,'LINE',NULL,10,'','a041bcd2f0cf74b2ba40bdb3a43e9da0','',NULL),(11242,'en','akismet','d2e248ca01b047e1547a983bb167ee2a','Please <a href=\"%1$s\">upgrade WordPress</a> to a current version, or <a href=\"%2$s\">downgrade to version 2.4 of the Akismet plugin</a>.',NULL,NULL,'LINE',NULL,10,'','3a71af7fe9aece5fa5b86cfc4c41957a','',NULL),(11243,'en','akismet','0699d17bec4438a869865ca5b3ce554d','Please <a href=\"%s\" target=\"_blank\">contact our support team</a> with any questions.',NULL,NULL,'LINE',NULL,10,'','53402526b9a67892da6e366956f1ea06','',NULL),(11244,'en','akismet','da5bdeb4a697ad68c8f53ab0ec73bda5','Please check your <a href=\"%s\">Akismet configuration</a> and contact your web host if problems persist.',NULL,NULL,'LINE',NULL,10,'','dd8520b6c9a4e0e5c92eb2b5d764f6d7','',NULL),(11245,'en','akismet','9b5765ebfdfbd4c444b0d241e4bce8dc','Please contact <a href=\"%s\" target=\"_blank\">Akismet support</a> for assistance.',NULL,NULL,'LINE',NULL,10,'','5c04527c28f90426542538146698a954','',NULL),(11246,'en','akismet','1807eaa0b463a196708c06c10a858676','Please update your payment information.',NULL,NULL,'LINE',NULL,10,'','cd5867169119980f7f136472d074218f','',NULL),(11247,'en','akismet','2df973724e617ddb90f6f5bd726b8da3','Please visit your <a href=\"%s\" target=\"_blank\">Akismet account page</a> to reactivate your subscription.',NULL,NULL,'LINE',NULL,10,'','4a7bb1ec4e80194c6adaa5fd41908527','',NULL),(11248,'en','akismet','c5f29bb36f9158d2e00f5d4dc213a0ff','Privacy',NULL,NULL,'LINE',NULL,10,'','388986995cf9ba67df1786cd585a8d10','',NULL),(11249,'en','akismet','3c0c214f57a74658c130f5d71633a83e','Processed %d comment.',NULL,NULL,'LINE',NULL,10,'','10463d083e8483e5d2385617b07eaf53','',NULL),(11250,'en','akismet','65e80bcc95bc5f2d3a171d485df37cf7','Processed %d comments.',NULL,NULL,'LINE',NULL,10,'','50539433326015d3aa6dc3bb10eb616d','',NULL),(11251,'en','akismet','f06cd8d6041265261ed6355821b7f8bf','Re-adding...',NULL,NULL,'LINE',NULL,10,'','e86009dde375a40bd1d8ee855d142a0a','',NULL),(11252,'en','akismet','555e5550adfe1bb4fa742d1042107ed7','Reactivate Akismet',NULL,NULL,'LINE',NULL,10,'','dbfc318d3b0feb82bda0fd6a132ca140','',NULL),(11253,'en','akismet','7fa0ebf451e83e065b108ab57c328fca','Remove this URL',NULL,NULL,'LINE',NULL,10,'','ec3d1de965734f274e96c6c0a9e522e4','',NULL),(11254,'en','akismet','d5ba93d5d002004caf85dc17bb3b5b79','Removing...',NULL,NULL,'LINE',NULL,10,'','63c62453a2dde2d8cdfb68b81008c46b','',NULL),(11255,'en','akismet','689e01216eef87ec1faf9c6579db11b2','SSL Status',NULL,NULL,'LINE',NULL,10,'','7a85db95a275b0290e5812bd15e57552','',NULL),(11256,'en','akismet','f5d6040ed78ca86ddc73296a49b18510','Save Changes',NULL,NULL,'LINE',NULL,10,'','4e06656caf800b8639ca6b7391cfc065','',NULL),(11257,'en','akismet','294ccfad6cce992d0cf5b7f10e8e89c1','Select one of the options below to get started.',NULL,NULL,'LINE',NULL,10,'','5f384002efcc7e43f26cddd7292629ab','',NULL),(11258,'en','akismet','565145a6679a2c7ed8d2305793f5fd40','Set up your Akismet account',NULL,NULL,'LINE',NULL,10,'','3bfc6e88a2d333841f7bc8064b88b8fa','',NULL),(11259,'en','akismet','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'LINE',NULL,10,'','a68b6c553bb96f33b564e9dcf6d44060','',NULL),(11260,'en','akismet','e41c588bad3731801b2705b07e98ddff','Show approved comments',NULL,NULL,'LINE',NULL,10,'','b83f888f7f7c2e218fe08d30f445106c','',NULL),(11261,'en','akismet','656a05e725800eff42d53716b3a35750','Show the number of approved comments beside each comment author',NULL,NULL,'LINE',NULL,10,'','8a573555bdcb83d817a4cd70bd73c5b0','',NULL),(11262,'en','akismet','4f0e179cd87de15c17c3f26bdf4ff147','Show the number of approved comments beside each comment author in the comments list page.',NULL,NULL,'LINE',NULL,10,'','d686f8f110e0a6168c80c63369144f12','',NULL),(11263,'en','akismet','d454c49e04faea02ed2f0002c9ab9973','Sign up for an account on %s to get an API Key.',NULL,NULL,'LINE',NULL,10,'','0d17a242da5a50bfbf27ca85af2ab344','',NULL),(11264,'en','akismet','6b0fe770e0d709ccd30393b8bc35e267','Sign up with a different email address',NULL,NULL,'LINE',NULL,10,'','e7e0837c29680cadc2b0dc9e2832cdde','',NULL),(11265,'en','akismet','1ee9a5943b28566d5d8be00e8009d7b5','Silently discard the worst and most pervasive spam so I never see it.',NULL,NULL,'LINE',NULL,10,'','b8c12f9ce0b38f61ba7ae8d3c0440539','',NULL),(11266,'en','akismet','0a0015ccfa17d50ca7adcb85ffe5bda4','Some comments have not yet been checked for spam by Akismet. They have been temporarily held for moderation and will automatically be rechecked later.',NULL,NULL,'LINE',NULL,10,'','b952721c9e27737ea723e99177bfc0a9','',NULL),(11267,'en','akismet','330c4a18738b6687345127af0e9144e4','Spam Blocked',NULL,NULL,'LINE',NULL,10,'','fb8fb3f6135f95c6659800f19920d1c8','',NULL),(11268,'en','akismet','1b0fa50df68244d48502108163a8d611','Spam blocked',NULL,NULL,'LINE',NULL,10,'','bddd1dafee9de768dd503f74db49fe93','',NULL),(11269,'en','akismet','c06373b1f0af53a69644ab01ea74c003','Spam in the <a href=\"%1$s\">spam folder</a> older than 1 day is deleted automatically.',NULL,NULL,'LINE',NULL,10,'','44051df81b64cb58aa9f20fb198f1457','',NULL),(11270,'en','akismet','624b6f39aeeecfd8849ea83d028526fe','Spam in the <a href=\"%1$s\">spam folder</a> older than %2$d days is deleted automatically.',NULL,NULL,'LINE',NULL,10,'','cb2ba34bbf2cf7c0cc338f55194a28d2','',NULL),(11271,'en','akismet','c33e404a441c6ba9648f88af3c68a1ca','Statistics',NULL,NULL,'LINE',NULL,10,'','7f77da943f7c3522018e938c136e3f9c','',NULL),(11272,'en','akismet','ec53a8c4f07baed5d8825072c89799be','Status',NULL,NULL,'LINE',NULL,10,'','f20236634e797fdf6fd14fa7185138c6','',NULL),(11273,'en','akismet','fe76e313697312510a25f199930bc302','Strictness',NULL,NULL,'LINE',NULL,10,'','7f7d7e2d59b009368420df9e828c1915','',NULL),(11274,'en','akismet','4c52b16391c4a95b395f3762741ff88f','Subscription Type',NULL,NULL,'LINE',NULL,10,'','f82e2dcfcb388ccb1aab4d3ea381a6ac','',NULL),(11275,'en','akismet','8bf906833cc7aea8084f552217ed9c1d','Suspended',NULL,NULL,'LINE',NULL,10,'','a832e95a90848f3477416bfadc98a02e','',NULL),(11276,'en','akismet','c0d51c4cea4b3c8b4d0523fbef4ffdab','Temporarily disabled.',NULL,NULL,'LINE',NULL,10,'','cade5cde611235dcfb38d444e32fe64b','',NULL),(11277,'en','akismet','21a4cf98ad73c04d68964e8b87b4e445','The API key you entered could not be verified.',NULL,NULL,'LINE',NULL,10,'','d19fa5c0899a06ac41cdb32734508591','',NULL),(11278,'en','akismet','d96f96833f05bf4e553cf437e9b55529','The Akismet subscription plan',NULL,NULL,'LINE',NULL,10,'','a707165435609e35e3e935346b88dd6e','',NULL),(11279,'en','akismet','906218e3a88e15dafefef3e4811c483a','The connection to akismet.com could not be established. Please refer to <a href=\"%s\" target=\"_blank\">our guide about firewalls</a> and check your server configuration.',NULL,NULL,'LINE',NULL,10,'','b4017f228f9f42f77047cf74a0b1dfb1','',NULL),(11280,'en','akismet','3d190c3fc809866c4aa915770193e661','The key you entered is invalid. Please double-check it.',NULL,NULL,'LINE',NULL,10,'','e5d1e2f32cfa18b011686c06aeffbc2e','',NULL),(11281,'en','akismet','ace071d326ed5ed0b77bee8539208d9e','The subscription status - active, cancelled or suspended',NULL,NULL,'LINE',NULL,10,'','24221a1280ade6feb0db151067f7d9d3','',NULL),(11282,'en','akismet','b61e4ee967354c4886189b64d3575d3a','The time period for which to retrieve stats. Options: 60-days, 6-months, all',NULL,NULL,'LINE',NULL,10,'','64f2ab93de6378b95293e5f693ee5e39','',NULL),(11283,'en','akismet','8fa1f6e8d307f420592b1070342ca1e0','The value provided is not a valid and registered API key.',NULL,NULL,'LINE',NULL,10,'','f2b8e6a1bf3a406f0850328b887f7d4e','',NULL),(11284,'en','akismet','7ad0588559110a07905febf474a14190','There is a problem with your API key.',NULL,NULL,'LINE',NULL,10,'','2df89fff083c0209cf1d72229a2d78a0','',NULL),(11285,'en','akismet','54e743816394ddee5e34bdc4771ebb74','There were no comments to check. Akismet will only check comments in the Pending queue.',NULL,NULL,'LINE',NULL,10,'','e06139e5f5370c6043ee624fe93a2d34','',NULL),(11286,'en','akismet','e16337d092339ae88e781344a5fa474f','There&#8217;s <a href=\"%2$s\">%1$s comment</a> in your spam queue right now.',NULL,NULL,'LINE',NULL,10,'','addd8fbb24b38abc9c908eaac3d742c2','',NULL),(11287,'en','akismet','e315c4194d5679d0d169a309a1d23793','There are <a href=\"%2$s\">%1$s comments</a> in your spam queue right now.',NULL,NULL,'LINE',NULL,10,'','3c208db9fd52bbc7e92946b09d627548','',NULL),(11288,'en','akismet','d0f9b0118833ba1e059abebfafc2df36','There&#8217;s nothing in your <a href=\'%s\'>spam queue</a> at the moment.',NULL,NULL,'LINE',NULL,10,'','bc198184d83bdabf4ac284e71172457e','',NULL),(11289,'en','akismet','8b2f8caa8120c549a37df4d47a4052f5','This comment was reported as not spam.',NULL,NULL,'LINE',NULL,10,'','103e6fef0c7d3c6a0043de4300e472d9','',NULL),(11290,'en','akismet','64f483748a6bc49311314f8e22a1e18d','This comment was reported as spam.',NULL,NULL,'LINE',NULL,10,'','b2d38c0129b8a59e40c1da9a41f50d00','',NULL),(11291,'en','akismet','b48c2c480369618e213cbe6e483ef057','This site uses Akismet to reduce spam. <a href=\"%s\" target=\"_blank\" rel=\"nofollow noopener\">Learn how your comment data is processed</a>.',NULL,NULL,'LINE',NULL,10,'','31e50b55055bc0543e7afd93b080d9ca','',NULL),(11292,'en','akismet','99e04735cd896decfe9ccbaf6f93e6ef','This site\'s API key is hardcoded and cannot be changed via the API.',NULL,NULL,'LINE',NULL,10,'','4f4770bf4915f7f26d3e9541e0249e10','',NULL),(11293,'en','akismet','74b72d3223f99567787879251f721bca','This site\'s API key is hardcoded and cannot be deleted.',NULL,NULL,'LINE',NULL,10,'','a8f7dec5ecfd0b2407348bb9e67dd561','',NULL),(11294,'en','akismet','51ec9bf4aaeab1b25bb57f9f8d4de557','Title:',NULL,NULL,'LINE',NULL,10,'','04f27d3a70ec05b355af2080b10686c6','',NULL),(11295,'en','akismet','4a8598eb523c750d053153e809dca63f','To continue your service, <a href=\"%s\" target=\"_blank\">upgrade to an Enterprise subscription</a>, which covers an unlimited number of sites.',NULL,NULL,'LINE',NULL,10,'','31bd3c7fa738eeddb67f0310bd4a4482','',NULL),(11296,'en','akismet','a24af14cbebc8af117166bc50f78ba8c','To help your site with transparency under privacy laws like the GDPR, Akismet can display a notice to your users under your comment forms. This feature is disabled by default, however, you can turn it on above.',NULL,NULL,'LINE',NULL,10,'','57ad901924d74196f8eda88f19227f34','',NULL),(11297,'en','akismet','531a1eacdefd05d16157ea7ea1237d7a','To help your site with transparency under privacy laws like the GDPR, Akismet can display a notice to your users under your comment forms. This feature is disabled by default, however, you can turn it on below.',NULL,NULL,'LINE',NULL,10,'','2c46dc5ca4d23a09477605363e8d0c45','',NULL),(11298,'en','akismet','6dc681f215900b253f5a374d2e33b0ed','URL removed',NULL,NULL,'LINE',NULL,10,'','e6174928a93695ae4febd1ea079a9c78','',NULL),(11299,'en','akismet','d57d64ae3029c0b3d7bee8369617fec4','Un-spammed by %s',NULL,NULL,'LINE',NULL,10,'','56647b472bc2533b7ca06688e74d044f','',NULL),(11300,'en','akismet','f683581d3e75f05f9d9215f9b4696cef','Upgrade',NULL,NULL,'LINE',NULL,10,'','5df388c674b8cd4d7960b204fcd14b3e','',NULL),(11301,'en','akismet','e36906272008594ce2f4c7324fc252ca','Use your Jetpack connection to activate Akismet.',NULL,NULL,'LINE',NULL,10,'','069d793c6a334ac9962530a61129a77a','',NULL),(11302,'en','akismet','39cde825fd24b95eabb267288ebf5c95','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started, just go to <a href=\"admin.php?page=akismet-key-config\">your Akismet Settings page</a> to set up your API key.',NULL,NULL,'LINE',NULL,10,'','eaf08ff649e162798c11cf0b08da0496','',NULL),(11303,'en','akismet','bd1fdc858a28e4933d51f57485ff5180','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.',NULL,NULL,'LINE',NULL,10,'','7dd371708eaee155679519373172024e','',NULL),(11304,'en','akismet','5bfaeb3701578b6bdd584b30fc520b5b','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Your site is fully configured and being protected, even while you sleep.',NULL,NULL,'LINE',NULL,10,'','b7f64209aa48491c76a5953692c67ec5','',NULL),(11305,'en','akismet','6aad464b4a0d49867847b6728187db61','View comment history',NULL,NULL,'LINE',NULL,10,'','4fae2636bbdc3d01d98c048a4aeef596','',NULL),(11306,'en','akismet','30ec73af896a06a0a0de91f54ac622b1','We cannot process your payment. Please <a href=\"%s\" target=\"_blank\">update your payment details</a>.',NULL,NULL,'LINE',NULL,10,'','c48e920948414af043809dc99d74ecf6','',NULL),(11307,'en','akismet','237687a86d02ebb8c8d1845e29501ad4','We collect information about visitors who comment on Sites that use our Akismet anti-spam service. The information we collect depends on how the User sets up Akismet for the Site, but typically includes the commenter\'s IP address, user agent, referrer, and Site URL (along with other information directly provided by the commenter such as their name, username, email address, and the comment itself).',NULL,NULL,'LINE',NULL,10,'','1fffadd7bf3de4ad083092e3934fdac5','',NULL),(11308,'en','akismet','90b015688035bbb3ba8fa4fd7c0eabd8','Would you like to <a href=\"%s\">check pending comments</a>?',NULL,NULL,'LINE',NULL,10,'','ddf013f50933c57f05d014400992e881','',NULL),(11309,'en','akismet','54c8a7b46f06063382661f89ce3a7b3e','You are connected as %s.',NULL,NULL,'LINE',NULL,10,'','d0493f60bfb5d1cdb0143f47f993f68a','',NULL),(11310,'en','akismet','e8df5e6750c1a8066ca6e14b9420551c','You can help us fight spam and upgrade your account by <a href=\"%s\" target=\"_blank\">contributing a token amount</a>.',NULL,NULL,'LINE',NULL,10,'','3b7d14b982c367ce61dba02f1ecfd55c','',NULL),(11311,'en','akismet','636e4f68b084176eed3a34d7508f74cd','You don&#8217;t have an Akismet plan.',NULL,NULL,'LINE',NULL,10,'','9aba1b0065a96ee52dfc74a85a82e862','',NULL),(11312,'en','akismet','948dd00ca6136a38e36985f03714ab89','You need to enter an API key to activate the Akismet service on your site.',NULL,NULL,'LINE',NULL,10,'','1c9f8d5b2fa712229afcd908f4d61374','',NULL),(11313,'en','akismet','34f4b30ba54352f73c50b1802b566c80','You&#8217;re using Akismet on far too many sites for your Pro subscription.',NULL,NULL,'LINE',NULL,10,'','af9203ede47d966bd54053de1f61c589','',NULL),(11314,'en','akismet','4e10c36018cbedf6500b5f5fae4e8515','You&#8217;re using your Akismet key on more sites than your Pro subscription allows.',NULL,NULL,'LINE',NULL,10,'','f474d6ea25eb87298d1912dd9d38af34','',NULL),(11315,'en','akismet','bee774db1ed7a5dca57b071411f4bf21','Your API key is no longer valid. Please enter a new key or contact support@akismet.com.',NULL,NULL,'LINE',NULL,10,'','f3acf3ec54933f0f35b93a0ec220518e','',NULL),(11316,'en','akismet','6a4119584f6877ab8acbc58e5c81b4de','Your Akismet plan has been cancelled.',NULL,NULL,'LINE',NULL,10,'','39712327b8c925312bbc597879993025','',NULL),(11317,'en','akismet','cf9763c60797782e50df1a9977bce336','Your Akismet subscription is suspended.',NULL,NULL,'LINE',NULL,10,'','bb5ac41db2889c8331ce92e6c4f4f150','',NULL),(11318,'en','akismet','1421f0fa3d4e1f4dd9a5ca662c0aefca','Your Pro subscription allows the use of Akismet on only one site. Please <a href=\"%s\" target=\"_blank\">purchase additional Pro subscriptions</a> or upgrade to an Enterprise subscription that allows the use of Akismet on unlimited sites.',NULL,NULL,'LINE',NULL,10,'','2fe5afd423c7444b9197b114243f4504','',NULL),(11319,'en','akismet','2d4925781b956db953268634c6048e47','Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.',NULL,NULL,'LINE',NULL,10,'','bf631e00e817309145f45236eee87fc5','',NULL),(11320,'en','akismet','8be15c4e94439dfd1d31ab1cac42b39c','Your firewall may be blocking Akismet from connecting to its API. Please contact your host and refer to <a href=\"%s\" target=\"_blank\">our guide about firewalls</a>.',NULL,NULL,'LINE',NULL,10,'','82065aa3e237ca18727221dfaee455ad','',NULL),(11321,'en','akismet','273d3ed766fbcddac193200680bea5bd','Your site can&#8217;t connect to the Akismet servers.',NULL,NULL,'LINE',NULL,10,'','bbc943cc1bdf55912e59c14ca59b393a','',NULL),(11322,'en','akismet','e33d1f723af3fffa66dc52b45bb9cc3d','Your subscription for %s is cancelled.',NULL,NULL,'LINE',NULL,10,'','f797797d018dce7d845cdb57d1f673d2','',NULL),(11323,'en','akismet','dad5654aec72e15008fde3ffc8c5ecbe','Your subscription for %s is suspended.',NULL,NULL,'LINE',NULL,10,'','abf217f57745b72d5db1548f64962138','',NULL),(11324,'en','akismet','1376e83941549dfa52272e12a27f55f3','Your web host or server administrator has disabled PHP&#8217;s <code>gethostbynamel</code> function.  <strong>Akismet cannot work correctly until this is fixed.</strong>  Please contact your web host or firewall administrator and give them <a href=\"%s\" target=\"_blank\">this information about Akismet&#8217;s system requirements</a>.',NULL,NULL,'LINE',NULL,10,'','046f447bd6963a81e6d9097a62537819','',NULL),(11325,'en','akismet','e9dfd31cc505d51fc26975250750deab','Spam',NULL,NULL,'LINE',NULL,10,'comments','80916450c4b3b1ee5a0a7f1993ab2f84','',NULL),(11326,'en','akismet','471274b04f9cc952e36c1b5f2575a001','https://akismet.com/',NULL,NULL,'LINE',NULL,10,'','23257b28ab66abdaeab629224e3f3baa','',NULL),(11327,'en','akismet','bb070fcb3815515ef49357e0afb1fe9d','https://automattic.com/wordpress-plugins/',NULL,NULL,'LINE',NULL,10,'','cb1d135f701a1a0cb0d819ad2f5fde51','',NULL),(11328,'en','akismet','40c0ccde6ebc2ff5ab2e05367338385c','API key must be set to fetch stats.',NULL,NULL,'LINE',NULL,10,'','ce12381b67d8f4bec71042af201f1d58','',NULL),(11329,'en','akismet','5a693823ea9725cb03bbc342698a49cc','Akismet could not recheck your comments for spam.',NULL,NULL,'LINE',NULL,10,'','6b8c1a652a3a78c348ff4e7b81889a27','',NULL),(11330,'en','akismet','372a509b65156b84373926a96d036294','Currently unable to fetch stats. Please try again.',NULL,NULL,'LINE',NULL,10,'','d813456985d2dba86cd81d03b8de01de','',NULL),(11331,'en','akismet','cf5ec9fb9f7214a3db82a5a39fec5b48','Enter your API key',NULL,NULL,'LINE',NULL,10,'','ea7160870dc7e0c5d451d7cf76f67716','',NULL),(11332,'en','akismet','60490c49ffdc8c349e164920e3788e35','Manually enter an API key',NULL,NULL,'LINE',NULL,10,'','ae2e0894c546611a2ee79c1c55829dc8','',NULL),(11333,'en','akismet','62f10b3ecd0544508fa15df783ab6752','Set up a different account',NULL,NULL,'LINE',NULL,10,'','26978904793beada437163cdc0bc36d8','',NULL),(11334,'en','akismet','daf36fc211e09d588074e999fc94083d','Set up your Akismet account to enable spam filtering on this site.',NULL,NULL,'LINE',NULL,10,'','45245c0ec9765cb19642a8a25c19eddc','',NULL),(11335,'en','akismet','fd03733b50c30442c803bd81a0f15e7c','Stats response could not be decoded.',NULL,NULL,'LINE',NULL,10,'','1c3d644b0ecf925132fd0d2c0fb09db6','',NULL),(11336,'en','akismet','1a48fb49c1290ddc28858b0a9cb1b672','There were no comments to check. Akismet will only check comments awaiting moderation.',NULL,NULL,'LINE',NULL,10,'','5150302fdf479cba8ffea2957f3b95f7','',NULL),(11337,'en','akismet','be1661a59cc59db5122e414b76d90ca7','Use your Jetpack connection to set up Akismet.',NULL,NULL,'LINE',NULL,10,'','12a59e987cbcf7f8e899068534916f07','',NULL),(11338,'en','akismet','9ad44ff4b31263c4cb0590a4476e8d7a','You don\'t have permission to do that.',NULL,NULL,'LINE',NULL,10,'','1999136efd714108813d30c3b8e1158a','',NULL),(11339,'en','page-builder-shortcode-strings-67','49ee3087348e8d44e1feda1917443987','Name',23,1,'LINE','av_contact_field: label',0,'','94f4fdd92a4b6b0eecc6cf162924f729','optional',1),(11340,'en','page-builder-shortcode-strings-67','082e55a73f10496681c84231dc1c88f7','E-Mail',23,2,'LINE','av_contact_field: label',0,'','0aab4b6a362308da160aa5fb163004e1','optional',2),(11341,'en','page-builder-shortcode-strings-67','c7892ebbb139886662c6f2fc8c450710','Subject',23,3,'LINE','av_contact_field: label',0,'','4e8787819870be54839f451379c069d4','optional',1),(11342,'en','page-builder-shortcode-strings-67','4c2a8fe7eaf24721cc7a9f0175115bd4','Message',23,4,'LINE','av_contact_field: label',0,'','e2be740f8df1ea6f5f117540a896b5f4','optional',1),(11344,'en','page-builder-shortcode-strings-67','5aa3aeae6f19e426f49450992fb07add','Send the author an email with your questions about the website',23,6,'LINE','av_contact: title',0,'','c226a896c7f928d79727caba3f6413a5','optional',11),(11345,'en','page-builder-shortcode-strings-67','a4d3b161ce1309df1c4e25df28694b7b','Submit',23,7,'LINE','av_contact: button',0,'','8713f3786973840f07183fdef6783023','optional',1),(11346,'en','page-builder-shortcode-strings-67','ab1b3ab72838bad3626ed2890fd93e2f','Your message has been sent!',23,8,'LINE','av_contact: sent',0,'','0639b89d78e81bf8379b1f843c54735e','optional',5),(11347,'en','page-builder-shortcode-strings-67','dbd7790bcd23fde7607101ef6a633779','http://',23,9,'LINE','av_contact: link',0,'','72fe7de7da7d3aa3b45ab0028bc18ecb','optional',1),(11348,'en','page-builder-shortcode-strings-67','63c5fee9c391f03bb6bab2f8da995a6b','Message from Valerio Anzino website',23,10,'LINE','av_contact: subject',0,'','7a6627b1ed36f05398d98cefb4826408','optional',5),(11349,'en','page-builder-shortcode-strings-67','cb6f8562241c4d81bac65b164c15726a','Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.',23,11,'LINE','av_contact: autorespond',0,'','556ad2f861d0f73cd9b34698824ffca3','optional',21),(11350,'en','page-builder-shortcode-strings-67','d81f8c6451410739c371ba01696af5a3','\r\n[caption id=\"attachment_7157\" align=\"alignleft\" width=\"1200\"]<a href=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\"><img src=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\" alt=\"Pope Pius IX and Vittorio Emmanuel II\" width=\"1200\" height=\"908\" class=\"size-full wp-image-7157\" /></a><span style=\"font-weight:bold;font-size:1.2em;\"> Pope Pius IX and Vittorio Emmanuel II</span>[/caption]\r\n',23,12,'VISUAL','av_textblock: content',0,'','22bb70c3a90e1997104c408b6c6b4498','optional',7),(11351,'en','page-builder-shortcode-strings-67','44a2296d2ccd390b37b0db0f991b9054','valerioanzino@gmail.com',23,5,'LINE','av_contact: email',0,'','5c53f63ac81c55f026495682b010c88f','optional',NULL),(11352,'en','default','0fe2f91d4bc65b05a38708440f543ca1','A key value mismatch has been detected. Please follow the link provided in your activation email.',NULL,NULL,'LINE',NULL,10,'','002feea0bdc91fec7e9b52431bd91c4d','',NULL),(11353,'en','default','7b98f5c26ded24fb03e73a5c84ae21e5','A variable mismatch has been detected.',NULL,NULL,'LINE',NULL,10,'','0a453099dff62dfcd1c944372771a43f','',NULL),(11354,'en','default','e9e22bb3ec879fd222ab73a57778f178','Sorry, you are not allowed to comment on this post.',NULL,NULL,'LINE',NULL,10,'','bf7a8ddd5e9e9727bb005cfe07524054','',NULL),(11355,'en','default','32bdb9fcfe1c8e73d4e36a112dc53e69','Sorry, you are not allowed to view this item.',NULL,NULL,'LINE',NULL,10,'','0dcf0c66009b2b2edaf011e51a1ba426','',NULL),(11356,'en','default','4db61a5c327a6add23b9677238f0ba9f','A post ID mismatch has been detected.',NULL,NULL,'LINE',NULL,10,'','85ed8b8312716450de3b6c3543e3a026','',NULL),(11357,'en','default','b315321b4599ed00b0308ecf42ede9de','A post type mismatch has been detected.',NULL,NULL,'LINE',NULL,10,'','7c760f98844efd01fb2bae6ea6ced80f','',NULL),(11358,'en','default','9fdd74e15d9add77f84b6c6cdabb556c','https://wordpress.org/support/wordpress-version/version-%s/',NULL,NULL,'LINE',NULL,10,'','7e8883f9416681f8577ff4943b006770','',NULL),(11359,'en','limit-login-attempts-reloaded','a3f1bd4da67f029da98fbe45d6ff2b09','%d IP is currently blocked from trying to log in',NULL,NULL,'LINE',NULL,10,'','6337cbe70920001e19b3e85b3c23cf8f','',NULL),(11360,'en','limit-login-attempts-reloaded','1d6a8b25234b05e2e035f9c0dfe466f1','%d failed login attempt ',NULL,NULL,'LINE',NULL,10,'','b3a1d0e1461ba6eb57326662bf9b8439','',NULL),(11361,'en','limit-login-attempts-reloaded','65ebd82f7ffe012d417e7aeeaa68d021','%d failed login attempts ',NULL,NULL,'LINE',NULL,10,'','2277d07d859a9e9ab76703dc52b5a0aa','',NULL),(11362,'en','limit-login-attempts-reloaded','b428788686db0cf50ef6d322ee51f084','%d hour',NULL,NULL,'LINE',NULL,10,'','3d4b07b9f0de1c5eda60fcd771123b02','',NULL),(11363,'en','limit-login-attempts-reloaded','4e8d5e5492c42a5058d220efcac00228','%d hours',NULL,NULL,'LINE',NULL,10,'','ce3e36ab1d4fba51d3398c56a4b49657','',NULL),(11364,'en','limit-login-attempts-reloaded','a8bfb861b6bbb6e51a7c6cca50be9431','%d lockout since last reset',NULL,NULL,'LINE',NULL,10,'','b19746fe544d272f2be2589a95b7cd8c','',NULL),(11365,'en','limit-login-attempts-reloaded','221e7ce7b10ebbaca251acaa45955dbf','%d lockouts since last reset',NULL,NULL,'LINE',NULL,10,'','88d126a47df2b1b603d2c9ca061da352','',NULL),(11366,'en','limit-login-attempts-reloaded','14ad767ffe5ff379afdec345baf7411a','%d minute',NULL,NULL,'LINE',NULL,10,'','3cec978b367a84c16ab51ace4caa9de3','',NULL),(11367,'en','limit-login-attempts-reloaded','79ae6e308dcdcc5e31935d5d24cabb81','%d minutes',NULL,NULL,'LINE',NULL,10,'','1e75e22d4a401294f6ad377b7dd62935','',NULL),(11368,'en','limit-login-attempts-reloaded','3a9f58a07aa9f7be6f8b631cdc025cc4','(Reload the page to see the changes)',NULL,NULL,'LINE',NULL,10,'','4b1cc8babec89d47c4c0ea9a53bb5ab7','',NULL),(11369,'en','limit-login-attempts-reloaded','71172351a2857a3eb20992dd2580f294','2,000,000+ active installations on <br>WordPress worldwide!',NULL,NULL,'LINE',NULL,10,'','9a0355431a3283f44d37fe78f5cef29f','',NULL),(11370,'en','limit-login-attempts-reloaded','bb34b0631560c44ed3572bb5b9de3cbb','<a href=\"%s\" target=\"_blank\">Update to Premium</a> Limit Login Attempts Reloaded.',NULL,NULL,'LINE',NULL,10,'','3d02aa63dcc127a5f004bae7d59bd8db','',NULL),(11371,'en','limit-login-attempts-reloaded','77138e4dd44e159ac41dd0c081d8a769','<hr><a href=\"%s\">Unsubscribe</a> from these notifications.',NULL,NULL,'LINE',NULL,10,'','d872a4e34c357b1ffb50b4deaac6401b','',NULL),(11372,'en','limit-login-attempts-reloaded','bc19b1b4ea148f01e12b6cfec48185be','<p><i>This alert was sent by your website where Limit Login Attempts Reloaded free version \\nis installed and you are listed as the admin. If you are a GoDaddy customer, the plugin is installed \\ninto a must-use (MU) folder. You can read more <a href=\"%s\" target=\"_blank\">here</a>.</i></p>',NULL,NULL,'LINE',NULL,10,'','2a071f0cbf7eee599cc720c9dcfd0503','',NULL),(11373,'en','limit-login-attempts-reloaded','932a4cf528a6c9b8bd932899d75efe15','<p>Hello%1$s,</p>\\n<p>%2$d failed login attempts (%3$d lockout(s)) from IP <b>%4$s</b><br>\\nLast user attempted: <b>%5$s</b><br>\\nIP was blocked for %6$s</p>\\n<p>This notification was sent automatically via Limit Login Attempts Reloaded Plugin. \\n<b>This is installed on your %7$s WordPress site. Please login to your WordPress dashboard to view more info.</b></p>\\n<p>Under Attack? Try our <a href=\"%8$s\" target=\"_blank\">advanced protection</a>. \\nHave Questions? Visit our <a href=\"%9$s\" target=\"_blank\">help section</a>.</p>',NULL,NULL,'LINE',NULL,10,'','ee8e4efec6eae1994b84f1042e80b1fd','',NULL),(11374,'en','limit-login-attempts-reloaded','9fbd39794858db0993c75341b8415654','<strong>%d</strong> attempt remaining.',NULL,NULL,'LINE',NULL,10,'','39a599dc33d6365fdacd00165d7db667','',NULL),(11375,'en','limit-login-attempts-reloaded','d91e1e7c244fa9729d83a160e8980059','<strong>%d</strong> attempts remaining.',NULL,NULL,'LINE',NULL,10,'','1b47af9de3a217dd9972bfdcdd82c76c','',NULL),(11376,'en','limit-login-attempts-reloaded','10cd702fa51a8968c6bb79412cee2aed','<strong>ERROR</strong>: Incorrect email address or password.',NULL,NULL,'LINE',NULL,10,'','5a4210d585e90ee367473539e8b14bca','',NULL),(11377,'en','limit-login-attempts-reloaded','0bed67277ac51dce302d5721d5479351','<strong>ERROR</strong>: Incorrect username or password.',NULL,NULL,'LINE',NULL,10,'','ded8782d74cb86d6c8503199e87f88db','',NULL),(11378,'en','limit-login-attempts-reloaded','6692a0d29f798f35c56c08ca57936c8f','<strong>ERROR</strong>: Too many failed login attempts.',NULL,NULL,'LINE',NULL,10,'','2065a47d476a51c48e306faefb2f1f71','',NULL),(11379,'en','limit-login-attempts-reloaded','8912e374a04d8931bc1c64f7d5f450a9','A <strong>crazy idea</strong> we wanted to share! What if we put an image from YOU on the <a href=\"https://wordpress.org/plugins/limit-login-attempts-reloaded/\" target=\"_blank\">LLAR page</a>?! (<a href=\"https://wordpress.org/plugins/hello-dolly/\" target=\"_blank\">example</a>) A drawing made by you or your child would cheer people up! Send us your drawing by <a href=\"mailto:wpchef.me@gmail.com\" target=\"_blank\">email</a> and we like it, we\'ll add it in the next release. Let\'s have some fun!',NULL,NULL,'LINE',NULL,10,'','ed0f824f737af54a932e3566d73d3578','',NULL),(11380,'en','limit-login-attempts-reloaded','29d962f5993c01e1e8e53f9638aa716a','A forum',NULL,NULL,'LINE',NULL,10,'','5d79b0df9a8dc96c7014cdf817aef8ec','',NULL),(11381,'en','limit-login-attempts-reloaded','f09292e3b7fcba695dd6dcbf6785f2cd','A website that holds sensitive data',NULL,NULL,'LINE',NULL,10,'','812c9bf891f290cffd513ac34e466df7','',NULL),(11382,'en','limit-login-attempts-reloaded','ea184b2c3e606185740049ce28c3d8c0','A website that is constantly being attacked',NULL,NULL,'LINE',NULL,10,'','dd025e3792aa9564aa10a33c33a4e46d','',NULL),(11383,'en','limit-login-attempts-reloaded','16fd655829f561cefb68c262b9853a4f','A website with a lot of traffic',NULL,NULL,'LINE',NULL,10,'','cb9e81a3ae53742c9e842e435eb20603','',NULL),(11384,'en','limit-login-attempts-reloaded','091c82d31f1f04c52e42bf9cdd1ad94f','A website with hundreds or thousands of registered users',NULL,NULL,'LINE',NULL,10,'','534d11d3cc816bd82449882e559cef9e','',NULL),(11385,'en','limit-login-attempts-reloaded','5ca4c389ad32f42f523c823c9842f98f','Absorb site load caused by attacks',NULL,NULL,'LINE',NULL,10,'','a0c56a4461c6eb779d932eef9aa0c961','',NULL),(11386,'en','limit-login-attempts-reloaded','004bf6c9a40003140292e97330236c53','Action',NULL,NULL,'LINE',NULL,10,'','1067de74749c385ca3857b4298ed643a','',NULL),(11387,'en','limit-login-attempts-reloaded','06df33001c1d7187fdd81ea1f5b277aa','Actions',NULL,NULL,'LINE',NULL,10,'','30260b5e48c1eace9bda12d72d28e3f4','',NULL),(11388,'en','limit-login-attempts-reloaded','603a7863a92ea239cf22823329eea0ed','Active App',NULL,NULL,'LINE',NULL,10,'','bbcf9b9a981b7b20f9806714f2fe1c1b','',NULL),(11389,'en','limit-login-attempts-reloaded','57555f375ec4632f77ec1c7b08bd919b','Active Lockouts',NULL,NULL,'LINE',NULL,10,'','940718c37494d7b2a2f9832f5c4caccc','',NULL),(11390,'en','limit-login-attempts-reloaded','a7b6f9f47e201727259ae7d3d0eaaa19','Active lockouts',NULL,NULL,'LINE',NULL,10,'','89deb5c3525400e0dbb5a21b6b04e807','',NULL),(11391,'en','limit-login-attempts-reloaded','ec211f7c20af43e742bf2570c3cb84f9','Add',NULL,NULL,'LINE',NULL,10,'','7afc986693278478bf388cba66b66c50','',NULL),(11392,'en','limit-login-attempts-reloaded','6d93283d8b4654f5422816cf5c89943a','All attempts blocked by access rules are hidden by default. You can see the full log at this link.',NULL,NULL,'LINE',NULL,10,'','b5d2b4f801d1ecb36599cd602f3c1e02','',NULL),(11393,'en','limit-login-attempts-reloaded','253b73337b36e1e1689efccb2bda1019','All failed login attempts have been neutralized in the cloud',NULL,NULL,'LINE',NULL,10,'','5705cf1742a70d9e93405cb0980fbecf','',NULL),(11394,'en','limit-login-attempts-reloaded','45f0fb72a0defdfdb01de4b5a5a6876b','Allow',NULL,NULL,'LINE',NULL,10,'','7189e2d2d10ebfaebf6946e5a92b8616','',NULL),(11395,'en','limit-login-attempts-reloaded','64bb2ebba651656e6beb5f64a2494b3d','Although we recommend using the default settings, you can get a quick video tutorial if you wanted to learn more about the plugin and what it does.',NULL,NULL,'LINE',NULL,10,'','b899bb4daff4ca8cef0944f13fcb8b8e','',NULL),(11396,'en','limit-login-attempts-reloaded','eb8fbbb3e4e865414d5951508e7ed80a','And Much More!',NULL,NULL,'LINE',NULL,10,'','320ed4a28bd275ce6a09dd906b194f7b','',NULL),(11397,'en','limit-login-attempts-reloaded','1658d67a8534dd19f238656d931e2714','App Settings',NULL,NULL,'LINE',NULL,10,'','80db9ed6496006f77825d939c9bff4c5','',NULL),(11398,'en','limit-login-attempts-reloaded','c6807f06dbcf0a4ab25edb3fccf6a155','As a free user, your local server is absorbing the traffic brought on by brute force attacks, potentially slowing down your website. Upgrade to Premium today to outsource these attacks through our cloud app, and slow down future attacks with advanced throttling.',NULL,NULL,'LINE',NULL,10,'','5c5f31751e12ee9a526d8a16c0dd82b8','',NULL),(11399,'en','limit-login-attempts-reloaded','fb0fc4b5fdb2bef7b1c42f2cfd523c2d','Attempts Left',NULL,NULL,'LINE',NULL,10,'','5c12967a4bfccdd1a7f8119f5b3f2ac8','',NULL),(11400,'en','limit-login-attempts-reloaded','95bb448b5e9ec786e9fb6b982ae8bc8b','Auto Backup Of All Data',NULL,NULL,'LINE',NULL,10,'','4b474981f5a9de3c6914f09df1d46713','',NULL),(11401,'en','limit-login-attempts-reloaded','287399a17f4f8ccec7a7f8c666724ace','Blocklist',NULL,NULL,'LINE',NULL,10,'','5946ffe0cae491924c7c3bedf817e89e','',NULL),(11402,'en','limit-login-attempts-reloaded','b2e61cf437e9b65915366db5c45e5c3b','By proceeding you understand and give your consent that your IP address and browser information might be processed by the security plugins installed on this site.',NULL,NULL,'LINE',NULL,10,'','6477612a3e1bc91eb9c7b9878ff36f30','',NULL),(11403,'en','limit-login-attempts-reloaded','ecd422993287ea912d1e386d406c67ca','CSV Download of IP Data',NULL,NULL,'LINE',NULL,10,'','6f7c25619f8aa9827dfec6db23b00c52','',NULL),(11404,'en','limit-login-attempts-reloaded','b7840450c095ecf875bf87ad8d872439','CSV Download of all IP data',NULL,NULL,'LINE',NULL,10,'','9ebaff5ae5491429369afad23a214d01','',NULL),(11405,'en','limit-login-attempts-reloaded','96afa6544841b05d1c1e8eac1b5ababd','Change your password to something more secure.',NULL,NULL,'LINE',NULL,10,'','a73e28772485f68eeb58516187efc6cd','',NULL),(11406,'en','limit-login-attempts-reloaded','a896972c5ead75944f2abae7515875a6','Clear Log',NULL,NULL,'LINE',NULL,10,'','0ad2631dd47143b467716ac1d234d76e','',NULL),(11407,'en','limit-login-attempts-reloaded','73f850976da7dfaf30901267ba8d09a6','Cleared IP log',NULL,NULL,'LINE',NULL,10,'','ecd21b524b2e37c271635f0dc8039184','',NULL),(11408,'en','limit-login-attempts-reloaded','cb20b0fef1db3d7f41721e5f1331ee08','Cleared current lockouts',NULL,NULL,'LINE',NULL,10,'','47528bb5d59ddd2864b8b61ea42af688','',NULL),(11409,'en','limit-login-attempts-reloaded','254f642527b45bc260048e30704edb39','Configuration',NULL,NULL,'LINE',NULL,10,'','aadd479ee09839b97203072f39b13630','',NULL),(11410,'en','limit-login-attempts-reloaded','cff3b037799738cc5b3a71dc695138ce','Connect This Site',NULL,NULL,'LINE',NULL,10,'','731b85b37cd2939225a2aa7a81a98645','',NULL),(11411,'en','limit-login-attempts-reloaded','fdd6bb243847958469f230064694d366','Copy the contents of the window and provide to support.',NULL,NULL,'LINE',NULL,10,'','bb448473e918db00a56e8c1ec933614e','',NULL),(11412,'en','limit-login-attempts-reloaded','e93f994f01c537c4e2f7d8528c3eb5e9','Count',NULL,NULL,'LINE',NULL,10,'','e01ec100ffe921aa427a658b5b94296a','',NULL),(11413,'en','limit-login-attempts-reloaded','59716c97497eb9694541f7c3d37b1a4d','Country',NULL,NULL,'LINE',NULL,10,'','c1f314fc3d16dea7136a41dfb9465615','',NULL),(11414,'en','limit-login-attempts-reloaded','e3d15e25fad0c7df49c546a0ce4c63a6','Country Access Rules',NULL,NULL,'LINE',NULL,10,'','296ade207f909ea852c9bcc7f4e9ecc4','',NULL),(11415,'en','limit-login-attempts-reloaded','f25906d73b3986dbb7746c00ba3972f3','Custom App',NULL,NULL,'LINE',NULL,10,'','aca494008d1dbca54c292ecf4d5a4b23','',NULL),(11416,'en','limit-login-attempts-reloaded','2938c7f7e560ed972f8a4f68e80ff834','Dashboard',NULL,NULL,'LINE',NULL,10,'','b49e0aaf3c6b3135b045415e561a88f1','',NULL),(11417,'en','limit-login-attempts-reloaded','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'LINE',NULL,10,'','3174bdba1fe6f4fdf05e4ec16c5345a5','',NULL);
INSERT INTO `wp_icl_strings` VALUES (11418,'en','limit-login-attempts-reloaded','a603905470e2a5b8c13e96b579ef0dba','Debug',NULL,NULL,'LINE',NULL,10,'','107d1171ced44040a18e5dacbac6afec','',NULL),(11419,'en','limit-login-attempts-reloaded','423e19af18a74910ef9f87877ee269ae','Debug info',NULL,NULL,'LINE',NULL,10,'','ff7a87dbf6498613abdaeb03fba9195d','',NULL),(11420,'en','limit-login-attempts-reloaded','3682d1665cf331373000c20680732d3a','Deny',NULL,NULL,'LINE',NULL,10,'','0c345b10329857d22c00af2321494f2b','',NULL),(11421,'en','limit-login-attempts-reloaded','f0b9b6e3f1b68bac025fa1f470860d58','Digital Agency',NULL,NULL,'LINE',NULL,10,'','6fba105d8d8d63da655d55430dbf4edb','',NULL),(11422,'en','limit-login-attempts-reloaded','3dc4bfdcf1b17a60979e2872cdd0922a','Don\'t show again',NULL,NULL,'LINE',NULL,10,'','ea47b2d50cd5726291c34fb200468e09','',NULL),(11423,'en','limit-login-attempts-reloaded','a4347444c2e861695ef060d02544b963','Don\'t show this message again',NULL,NULL,'LINE',NULL,10,'','7961c353af785e99b747596a1bda5c09','',NULL),(11424,'en','limit-login-attempts-reloaded','0036e38b4a833f868ffb2fe995b47479','E-commerce website',NULL,NULL,'LINE',NULL,10,'','d5b841514e69a332e7cf35cf31abfef3','',NULL),(11425,'en','limit-login-attempts-reloaded','74ab2b521641de08b326d0c8237e1e45','Email to',NULL,NULL,'LINE',NULL,10,'','05089f468ac18a2339756cbe930ad275','',NULL),(11426,'en','limit-login-attempts-reloaded','b59387e4d62a4e3fe4285a1311dcd272','Event Log',NULL,NULL,'LINE',NULL,10,'','2631c94a12e9f7b65a36626345234d0b','',NULL),(11427,'en','limit-login-attempts-reloaded','9629dc9fc45236c2f8df8eaaaddb0123','Expires in (minutes)',NULL,NULL,'LINE',NULL,10,'','7258b83f4fc40626f20119795e0c7a27','',NULL),(11428,'en','limit-login-attempts-reloaded','3aca36dcae4d047852557e8deaf61027','Failed Login Attempts',NULL,NULL,'LINE',NULL,10,'','1530a9c9017d2035c9ad88fe719075a9','',NULL),(11429,'en','limit-login-attempts-reloaded','149249d7aae4d9aadb7921577084862e','Failed Login Attempts By Country',NULL,NULL,'LINE',NULL,10,'','486053466b5f87c484e9acd9e9b647bb','',NULL),(11430,'en','limit-login-attempts-reloaded','98fd4c6e5f9ea57123be384428e90e40','Failed Login Attempts Today',NULL,NULL,'LINE',NULL,10,'','3f8758271377a73e51c0ba735d20ac15','',NULL),(11431,'en','limit-login-attempts-reloaded','7388404ef116c3ff812bfd290b094d9e','Failover',NULL,NULL,'LINE',NULL,10,'','92f08785cacfe37c76be1712758245db','',NULL),(11432,'en','limit-login-attempts-reloaded','f3209e765b249227f9340d3a11eee18d','Find the documentation and help you need.',NULL,NULL,'LINE',NULL,10,'','3f1545ea77a3599bd152784e077a5470','',NULL),(11433,'en','limit-login-attempts-reloaded','f53e4d5ebd2bc67ba6cfff5c7c0892d8','Full Logs',NULL,NULL,'LINE',NULL,10,'','5ae2ced2b4a1120ab57a9edfe18fa647','',NULL),(11434,'en','limit-login-attempts-reloaded','6c7921616cf07d75b4bc636917873d10','GDPR compliance',NULL,NULL,'LINE',NULL,10,'','7621add7b5c7e1bdd8122631f027b86d','',NULL),(11435,'en','limit-login-attempts-reloaded','37c353abd079c7fd03050a5d58b2c543','GDPR message',NULL,NULL,'LINE',NULL,10,'','5e46b4a85e6e06c483fc7f402ffcc2a0','',NULL),(11436,'en','limit-login-attempts-reloaded','926dec9494209cb088b4962509df1a91','Gateway',NULL,NULL,'LINE',NULL,10,'','a346803527f93cfe3d144a4970c1abc4','',NULL),(11437,'en','limit-login-attempts-reloaded','52f4393e1b52ba63e27310ca92ba098c','General Settings',NULL,NULL,'LINE',NULL,10,'','9289b5120e2e0be551c182cef0798192','',NULL),(11438,'en','limit-login-attempts-reloaded','28b8d4ec6512ca8d5ad0a9b00a3f4091','Get advanced protection by <a href=\"#\" class=\"llar-upgrade-to-cloud\">upgrading to our Cloud App.</a>',NULL,NULL,'LINE',NULL,10,'','3655b040db05034c01c25d6cf91f64c7','',NULL),(11439,'en','limit-login-attempts-reloaded','7d3045b1453d24ebea9406188eb3f1d7','Get premium support',NULL,NULL,'LINE',NULL,10,'','4e85da4ec0ac82a8e1e7cf52b1dffd61','',NULL),(11440,'en','limit-login-attempts-reloaded','ebf8e0a28d688d8c2736d1ea57fc3908','Get your technical questions answered by our experts',NULL,NULL,'LINE',NULL,10,'','cf3818e03f7cbf9502fda8b53e71cbdd','',NULL),(11441,'en','limit-login-attempts-reloaded','db0ea90bb3ae7991ad01b616acab2580','Global Network (Premium Users)',NULL,NULL,'LINE',NULL,10,'','1ec20119b0b176958e9ebcc584c99f23','',NULL),(11442,'en','limit-login-attempts-reloaded','2bdf7fcc9c2640f0e3f8d0f62b0324ef','Global Options',NULL,NULL,'LINE',NULL,10,'','00ef88e28667bc073e6caa9030bb1b8d','',NULL),(11443,'en','limit-login-attempts-reloaded','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'LINE',NULL,10,'','bd3e93f87895319cdb5030934d7df58d','',NULL),(11444,'en','limit-login-attempts-reloaded','a1890ac803ef41d0341071ad12b92027','Hey <strong>Limit Login Attempts Reloaded</strong> user!',NULL,NULL,'LINE',NULL,10,'','6a382fef11f6d95fcbaec9b736bf0c97','',NULL),(11445,'en','limit-login-attempts-reloaded','d77196ff0e201414fef75901035e2581','Hooray! Zero failed login attempts today',NULL,NULL,'LINE',NULL,10,'','d3c907d7e798256842a9f5df3ba63897','',NULL),(11446,'en','limit-login-attempts-reloaded','a12a3079e14ced46e69ba52b8a90b21a','IP',NULL,NULL,'LINE',NULL,10,'','2ff1e60d239f19f5cc7b9b45f77ce2f0','',NULL),(11447,'en','limit-login-attempts-reloaded','de6a2bec2f396def89708c276279c4f0','IP Access Rules',NULL,NULL,'LINE',NULL,10,'','0c3dc02bf3a8aef098133aae0376b7b3','',NULL),(11448,'en','limit-login-attempts-reloaded','ba12d6a289f48606bc5d87f16f6b9902','If disabled, the global settings will be forcibly applied to the entire network.',NULL,NULL,'LINE',NULL,10,'','85eda3c7a29f37a1b353e30f6cf28830','',NULL),(11449,'en','limit-login-attempts-reloaded','3570c1c16e9e01009f9bd07f47256b0a','If you have more questions, please check out the <a href=\"%s\" target=\"_blank\">help section</a> on our website.',NULL,NULL,'LINE',NULL,10,'','5e7dbb8475c5026a6a45b6180ff14b6a','',NULL),(11450,'en','limit-login-attempts-reloaded','47a7a7f204ecf6101525bc4eb4677f27','Intelligent IP Blocking/Unblocking',NULL,NULL,'LINE',NULL,10,'','b5f90f6e214556717bd655fd60cccee4','',NULL),(11451,'en','limit-login-attempts-reloaded','a12a3079e14ced46e69ba52b8a90b21a','IP',NULL,NULL,'LINE',NULL,10,'Internet address','0281d8858a5f33f15bb069caec0440e0','',NULL),(11452,'en','limit-login-attempts-reloaded','f5395c9793af8a11b406ca7c1ac70da9','Learn More',NULL,NULL,'LINE',NULL,10,'','6a5fbc42487ef8d96c4cc76efcbf6331','',NULL),(11453,'en','limit-login-attempts-reloaded','6ecbf3c5ab7a06f08c526f02bce2b2d6','Leave a review',NULL,NULL,'LINE',NULL,10,'','bab99a3bb57a992981af81f7b3b566ec','',NULL),(11454,'en','limit-login-attempts-reloaded','2c2941e4efb06fc62cdb4bfc5bc2814c','Let network sites use their own settings',NULL,NULL,'LINE',NULL,10,'','31236a9112c16b9781fa8942921e0876','',NULL),(11455,'en','limit-login-attempts-reloaded','1a26c5598825faaeb045d07453d5a6c3','Limit Login Attempts Reloaded',NULL,NULL,'LINE',NULL,10,'','d59bcbf35a971671726a7908e54d4626','',NULL),(11456,'en','limit-login-attempts-reloaded','48bcda00021bb972706298d4ac3c995c','Limit Login Attempts Reloaded Dashboard',NULL,NULL,'LINE',NULL,10,'','5dc1be36214af23911ea0bb6f3e05b17','',NULL),(11457,'en','limit-login-attempts-reloaded','d1b0fc74a0035b72eb29507e4534c7c7','Limit the rate of login attempts for each IP address.',NULL,NULL,'LINE',NULL,10,'','e66e2c3ab7e699f72085485e5cc174b3','',NULL),(11458,'en','limit-login-attempts-reloaded','509820290d57f333403f490dde7316f4','Local',NULL,NULL,'LINE',NULL,10,'','20a43375a7043709e2579ce3e86e022e','',NULL),(11459,'en','limit-login-attempts-reloaded','b5feb725e48ea625e7a74a10f132d2b7','Local App',NULL,NULL,'LINE',NULL,10,'','d927e0b660e94550d64f1469718e26b2','',NULL),(11460,'en','limit-login-attempts-reloaded','4eb40edcfb495bf302838af44cda1584','Lockout',NULL,NULL,'LINE',NULL,10,'','6667ce2ddff945f9c8e45e880a044ff7','',NULL),(11461,'en','limit-login-attempts-reloaded','b178b88f5935199af81e346200323cad','Lockout Duration',NULL,NULL,'LINE',NULL,10,'','f84079a13057effc925df9fa220a0a85','',NULL),(11462,'en','limit-login-attempts-reloaded','9a5c730dd53bbaa0c283b81b9884a5ff','Lockout log',NULL,NULL,'LINE',NULL,10,'','fbeeb96871671f101d74a32035910c6f','',NULL),(11463,'en','limit-login-attempts-reloaded','3f53bf7da03bb653ce9d7756b198d25d','Lockout/IP Throttling',NULL,NULL,'LINE',NULL,10,'','2a2fe3c2419f669b3012f7c85c37d137','',NULL),(11464,'en','limit-login-attempts-reloaded','70c7bcc609a5f8acd1b397e1dd733c45','Lockouts can be shared between multiple domains',NULL,NULL,'LINE',NULL,10,'','7730687a3d05caf02e9a2a88e3716c18','',NULL),(11465,'en','limit-login-attempts-reloaded','99dea78007133396a7b8ed70578ac6ae','Login',NULL,NULL,'LINE',NULL,10,'','48ae9650b2882c2047dbfcfa0fd1cefd','',NULL),(11466,'en','limit-login-attempts-reloaded','50ac8d931cf0c8ac3d9ab4d3568d82fa','Login Access Rules',NULL,NULL,'LINE',NULL,10,'','f219fede616e45d997aee6a5110308df','',NULL),(11467,'en','limit-login-attempts-reloaded','b2d37ae1cedf42ff874289b721860af2','Logs',NULL,NULL,'LINE',NULL,10,'','4510d1f385673193d71de1261f6fc429','',NULL),(11468,'en','limit-login-attempts-reloaded','26cf8b5018a6272146df8827c65de1f0','Longer lockout intervals each time a hacker/bot tries to login unsuccessfully',NULL,NULL,'LINE',NULL,10,'','8758ad54df3a6aa14a1d8d343b4b4139','',NULL),(11469,'en','limit-login-attempts-reloaded','e82ef21b6d7506da6f979074cb01b2dd','Looking for advanced protection? <a href=\"%s\" target=\"_blank\">Try our premium service</a> for only $4.99/month!',NULL,NULL,'LINE',NULL,10,'','2c1d6eef5e4f2a613bd5aa25b22f056a','',NULL),(11470,'en','limit-login-attempts-reloaded','5cd449e078b7bca11c445ee57538f04e','Make sure WordPress and all your plugins are updated.',NULL,NULL,'LINE',NULL,10,'','4749189ea0a446e825775f33d26c8ebf','',NULL),(11471,'en','limit-login-attempts-reloaded','9b5aad19d47335a2cd9802d894e6fb3e','Many options such as notifications, alerts, premium status, and more.',NULL,NULL,'LINE',NULL,10,'','a6392aa7ea074ffd6832eab68aed93fc','',NULL),(11472,'en','limit-login-attempts-reloaded','20e68f3e78916cdba5853c9544944789','Maybe later',NULL,NULL,'LINE',NULL,10,'','52f7bda7f99d367a45159eaf26746e59','',NULL),(11473,'en','limit-login-attempts-reloaded','7a368210b5a07b781da6e575737cb8ad','Meanwhile, the app falls over to the <a href=\"%s\">default functionality</a>.',NULL,NULL,'LINE',NULL,10,'','1240f9e5515f520470ab7c4983af6049','',NULL),(11474,'en','limit-login-attempts-reloaded','46fcda93fa477c6475b3564ea6b9cfb2','Multiply Your Protection By Adding More Domains',NULL,NULL,'LINE',NULL,10,'','48a4f1cb72ff2f3008959c222d793cd4','',NULL),(11475,'en','limit-login-attempts-reloaded','d29df80cbba23d977324d1297f9817a3','No events yet.',NULL,NULL,'LINE',NULL,10,'','dda727dd5bff6ad499b410babdad80a8','',NULL),(11476,'en','limit-login-attempts-reloaded','1de58b7a74a3035d6f931ce5c16dc7da','No lockouts yet',NULL,NULL,'LINE',NULL,10,'','4274cc2504e496aafd689be4aeb54dde','',NULL),(11477,'en','limit-login-attempts-reloaded','94a12101d99ceb6ec6f09dbda09725e6','No lockouts yet.',NULL,NULL,'LINE',NULL,10,'','03a902549903611a3e2c27b41f11f019','',NULL),(11478,'en','limit-login-attempts-reloaded','08b0a32720bf841e1ee7f573f453338d','No rules yet.',NULL,NULL,'LINE',NULL,10,'','a89062ab76eba2ce3bbe4e81cb4401d2','',NULL),(11479,'en','limit-login-attempts-reloaded','a274f4d4670213a9045ce258c6c56b80','Notifications',NULL,NULL,'LINE',NULL,10,'','8d5aae78e826c75ce8070e331190ca76','',NULL),(11480,'en','limit-login-attempts-reloaded','0fb1fcdb6d5b1848b53de00992f56798','Notify on lockout',NULL,NULL,'LINE',NULL,10,'','c606bbfdd976d8758dc5b9f87b51959e','',NULL),(11481,'en','limit-login-attempts-reloaded','5bcf2cdf6ca996c15871cbe305b0a556','One IP or IP range (1.2.3.4-5.6.7.8) per line',NULL,NULL,'LINE',NULL,10,'','881d775f36dcd1eb0294e3e5830de51d','',NULL),(11482,'en','limit-login-attempts-reloaded','8025c0aee91cacb2389f017f96f4124d','One Username per line',NULL,NULL,'LINE',NULL,10,'','97c4fbf10d9f28ea75af45af74e5e5d8','',NULL),(11483,'en','limit-login-attempts-reloaded','4e24922954113ad09fa1fa8d5ce11a97','Only pay $7.99/m per domain - cancel any time',NULL,NULL,'LINE',NULL,10,'','de4fe92f9dd6c846555dc1e133240348','',NULL),(11484,'en','limit-login-attempts-reloaded','5f12e177c9d2db159d7ac5bda09f77b3','Optimize site performance by redirecting malicious logins',NULL,NULL,'LINE',NULL,10,'','d0acfacbc66717c1e32f684fd22fb9b3','',NULL),(11485,'en','limit-login-attempts-reloaded','b9b57aae83585e17ede4570dcede353c','Pass',NULL,NULL,'LINE',NULL,10,'','2bd5861798a52c36325fde6acb0eca18','',NULL),(11486,'en','limit-login-attempts-reloaded','57391192dfa1f247ad015a0fe2eca48e','Pattern',NULL,NULL,'LINE',NULL,10,'','e05f69bd908eb707d89b8fe11079d372','',NULL),(11487,'en','limit-login-attempts-reloaded','7f21d5ebf7697af814080f868782878e','Performance Optimizer',NULL,NULL,'LINE',NULL,10,'','153a1824da5dc9433adc6b15b4b86903','',NULL),(11488,'en','limit-login-attempts-reloaded','c54b986c9466aa2d5e846358de6ec5d1','Please specify the Setup Code',NULL,NULL,'LINE',NULL,10,'','830ad9daa702f12789616ed2e76f9b84','',NULL),(11489,'en','limit-login-attempts-reloaded','84afcdf52b23c275b48dcd1615aa2af5','Please try again in %d hour.',NULL,NULL,'LINE',NULL,10,'','a461f95d8bec3cb92188a1be538cc872','',NULL),(11490,'en','limit-login-attempts-reloaded','8936114f0d789b06009bbd8eff6fd1b0','Please try again in %d hours.',NULL,NULL,'LINE',NULL,10,'','e238fa3108e1e30821fb3aedc8c5ddd4','',NULL),(11491,'en','limit-login-attempts-reloaded','8631651039fedbad2cc000f526a9be0f','Please try again in %d minute.',NULL,NULL,'LINE',NULL,10,'','9a1cf618722a1cf4f5e814a38210d491','',NULL),(11492,'en','limit-login-attempts-reloaded','d16c96ff75f55c999dade7388c4027a6','Please try again in %d minutes.',NULL,NULL,'LINE',NULL,10,'','7ff75febbd1d31ac976b8ec4e1f5297d','',NULL),(11493,'en','limit-login-attempts-reloaded','a474447b8238666efd055c59d5861cf5','Please try again later.',NULL,NULL,'LINE',NULL,10,'','eaa7f834708049ba78934ffa3a9baf5e','',NULL),(11494,'en','limit-login-attempts-reloaded','1895f0bc3bcfe4dbc21eb73c14023356','Premium Protection Disabled',NULL,NULL,'LINE',NULL,10,'','5affc26237180def1b656c4eb4918fc5','',NULL),(11495,'en','limit-login-attempts-reloaded','17b5e4545a542509f92142c311aae76a','Premium Support',NULL,NULL,'LINE',NULL,10,'','9db84d3ce1a2c06bc12d74e5c9d381e8','',NULL),(11496,'en','limit-login-attempts-reloaded','c7a6fa8bd83de97ca48b13958dd20146','Premium Support Forum',NULL,NULL,'LINE',NULL,10,'','a3726680177c01860254fa5d322ab1f1','',NULL),(11497,'en','limit-login-attempts-reloaded','805b44c02055878a8124b6e5f7f574d0','Protect from future attacks by allowing or denying IPs',NULL,NULL,'LINE',NULL,10,'','2aab060048b9433375a590cbd610138f','',NULL),(11498,'en','limit-login-attempts-reloaded','bcede498435aaf8fc75f7d18a06c6803','Questions? Email us at <a href=\"mailto:sales@limitloginattempts.com\">sales@limitloginattempts.com</a>',NULL,NULL,'LINE',NULL,10,'','b46b518b8773d5be4b6a0f5b74120d16','',NULL),(11499,'en','limit-login-attempts-reloaded','fffcb4d1e12c96b2f571f77ad25878b8','Reason',NULL,NULL,'LINE',NULL,10,'','f9b514352aa3b2db6358eb1bcaa3857f','',NULL),(11500,'en','limit-login-attempts-reloaded','2a6aa16794e1069362828f2603044581','Receive email alerts when your site is under attack',NULL,NULL,'LINE',NULL,10,'','9b6dd2ae0c94bc360939f519b398683d','',NULL),(11501,'en','limit-login-attempts-reloaded','f40fc98b57793502a076cfecc83b31a0','Receive enhanced logs and visual metrics when you <a href=\"%s\" target=\"_blank\">upgrade to our cloud app</a>',NULL,NULL,'LINE',NULL,10,'','63c61d79d3da0cc2b959ccdb9dcc5a12','',NULL),(11502,'en','limit-login-attempts-reloaded','39769c67309a810b1c2ba5be489d11af','Regular cloud backups of all data',NULL,NULL,'LINE',NULL,10,'','318bdc85bdfa3b8cf8caad7db3cfa077','',NULL),(11503,'en','limit-login-attempts-reloaded','2dcbe9a65e60b21c0bc731d1922cff22','Remind me a month from now',NULL,NULL,'LINE',NULL,10,'','ba2d543f1a919a61e4bd05ed977afb6b','',NULL),(11504,'en','limit-login-attempts-reloaded','b134a801a1a3888498968fc4ea760cf7','Requests',NULL,NULL,'LINE',NULL,10,'','844e7c408b5589f16a130891f443a07f','',NULL),(11505,'en','limit-login-attempts-reloaded','ebb2e496e3718935f948826189805152','Reset Counter',NULL,NULL,'LINE',NULL,10,'','e503709c7e1119f6506254b0a9caa1d9','',NULL),(11506,'en','limit-login-attempts-reloaded','58e5c418c8c07c9853670e19f7d53ab8','Reset lockout count',NULL,NULL,'LINE',NULL,10,'','44d1361ab82c5070288028c7f365e62a','',NULL),(11507,'en','limit-login-attempts-reloaded','63b3f91ab29383035e25a4ef5ff07e2f','Restore Lockouts',NULL,NULL,'LINE',NULL,10,'','819c3ff6b5a409e28a07bead554648a5','',NULL),(11508,'en','limit-login-attempts-reloaded','ab7a485ebe75b6dd7243ad719f23c7de','Rule',NULL,NULL,'LINE',NULL,10,'','88f6369d09a064c10125013d773fcecf','',NULL),(11509,'en','limit-login-attempts-reloaded','8aa4c70ec743aa8c2c20e89c5cc5da6e','Run auto backups of access control lists, lockouts and logs',NULL,NULL,'LINE',NULL,10,'','282ab4f9a669296ba1889243b5570bec','',NULL),(11510,'en','limit-login-attempts-reloaded','7ad38430bcdfde6380d19b77849cfde3','Safelist',NULL,NULL,'LINE',NULL,10,'','b14fe1b63e0f608592f551e78d3aa4cb','',NULL),(11511,'en','limit-login-attempts-reloaded','55d1fd0fa398778234205fe606dea1a8','Safelist/Blacklists can be shared between multiple domains',NULL,NULL,'LINE',NULL,10,'','15210a46c7992103e20e6768de16c3b7','',NULL),(11512,'en','limit-login-attempts-reloaded','9daf1fb753b42c3cdc8f1d01669cd6d8','Save Settings',NULL,NULL,'LINE',NULL,10,'','296924d5c3bf33638f18370f8d842761','',NULL),(11513,'en','limit-login-attempts-reloaded','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'LINE',NULL,10,'','3ab20bd5bcae75f619e178d601b59bc0','',NULL),(11514,'en','limit-login-attempts-reloaded','9a7e58ee13cb727cb7c4acc68f4cafe5','Settings saved.',NULL,NULL,'LINE',NULL,10,'','7bdb232932069f487a855e15557817ad','',NULL),(11515,'en','limit-login-attempts-reloaded','bf8057deff5b7e2cce75a585434994fc','Setup Code',NULL,NULL,'LINE',NULL,10,'','f0f4e5220e68dcdbf8eecc37bd627d1b','',NULL),(11516,'en','limit-login-attempts-reloaded','ea44cb2414a9eb79be0304fbceb0e307','Show top-level menu item',NULL,NULL,'LINE',NULL,10,'','035dc160643ecbfcceb2d26ab70db402','',NULL),(11517,'en','limit-login-attempts-reloaded','b13da73516c87dd8bac91f2a1cf2bd64','Site admin w/ multiple domains',NULL,NULL,'LINE',NULL,10,'','0b6e1fed5fd5b6d22ecb02b8079e2187','',NULL),(11518,'en','limit-login-attempts-reloaded','cc65c78b6ca247648ec2fe5076af0c42','Specify the origins you trust in order of priority, separated by commas. We strongly recommend that you <b>do not</b> use anything other than REMOTE_ADDR since other origins can be easily faked. Examples: HTTP_X_FORWARDED_FOR, HTTP_CF_CONNECTING_IP, HTTP_X_SUCURI_CLIENTIP',NULL,NULL,'LINE',NULL,10,'','9c613b5b587b21b1f9f683f289e73c0f','',NULL),(11519,'en','limit-login-attempts-reloaded','c33e404a441c6ba9648f88af3c68a1ca','Statistics',NULL,NULL,'LINE',NULL,10,'','e33d68c8e4af260af0e83ff9322d358e','',NULL),(11520,'en','limit-login-attempts-reloaded','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'LINE',NULL,10,'','b2dbc9a20943fffd058892672f61380e','',NULL),(11521,'en','limit-login-attempts-reloaded','da361bc4879cb43a7b7dff8c1ec8afed','Sync the allow/deny/pass lists between multiple domains',NULL,NULL,'LINE',NULL,10,'','57ba560a123f81c5b5cfe06966cd196c','',NULL),(11522,'en','limit-login-attempts-reloaded','37979493419063fec1bd2034b12582ef','Synchronize lockout data across a network of sites',NULL,NULL,'LINE',NULL,10,'','c4188364fb4e171ea1872cc5a20549ad','',NULL),(11523,'en','limit-login-attempts-reloaded','1a401f26c414b36c79ff92f9f313a997','Synchronized Lockouts',NULL,NULL,'LINE',NULL,10,'','ac02f9a4519ffe178bc9f5aad49a0dc7','',NULL),(11524,'en','limit-login-attempts-reloaded','358dab40d2ce5836fb27dc46bc12abbc','Synchronized Safelist/Blacklist',NULL,NULL,'LINE',NULL,10,'','a60ef83db896b4f63d61d1aea428486d','',NULL),(11525,'en','limit-login-attempts-reloaded','d96ffa6adf84f00133de9681cd644462','Thank you for choosing Limit Login Attempts Reloaded - A simple, yet powerful bot-blocking plugin that keeps your login page safe. ',NULL,NULL,'LINE',NULL,10,'','330bade8358ece3ace887efd4669c7c8','',NULL),(11526,'en','limit-login-attempts-reloaded','93d2ed5e84e962a04b82e12aa28f149e','Thank you for using the free version of <b>Limit Login Attempts Reloaded</b>. <a href=\"%s\" target=\"_blank\">Upgrade to our cloud app</a> for enhanced protection, visual metrics & premium support.',NULL,NULL,'LINE',NULL,10,'','b1f680d3ed63a35eb74d3601697059d8','',NULL),(11527,'en','limit-login-attempts-reloaded','0338316fc96e7c5befe36b13bf125e7f','The \"',NULL,NULL,'LINE',NULL,10,'','5fd3e05efb8ce7b004eb516fd8811152','',NULL),(11528,'en','limit-login-attempts-reloaded','0562e59a7acc9e34e4d0e525fa85eb90','The app absorbs the main load caused by brute-force attacks, analyzes login attempts, and blocks unwanted visitors. It provides other service functions as well.',NULL,NULL,'LINE',NULL,10,'','d028839dd08b50e41bbe1360c03777fe','',NULL),(11529,'en','limit-login-attempts-reloaded','61cd78007e4e742977aefbfc01cc8b1e','The app has been successfully imported.',NULL,NULL,'LINE',NULL,10,'','d0abe69110e86a84258d6a8998df90e7','',NULL),(11530,'en','limit-login-attempts-reloaded','278aef75be366a52a4fb5953632714ed','The endpoint is not responding. Please contact your app provider to settle that.',NULL,NULL,'LINE',NULL,10,'','7d7ab833a2063b5e90cf7220e1c0d561','',NULL),(11531,'en','limit-login-attempts-reloaded','d63becb400f8063eb1d445aaa5ff4aaf','These settings are independent of the apps (see below).',NULL,NULL,'LINE',NULL,10,'','ae5691c66db6f8f47059c6e5ea60bd48','',NULL),(11532,'en','limit-login-attempts-reloaded','a76d4ef5f3f6a672bbfab2865563e530','Time',NULL,NULL,'LINE',NULL,10,'','383fe1cdd83dee83d6a2d972417448ac','',NULL),(11533,'en','limit-login-attempts-reloaded','8625e1de7be14c39b1d14dc03d822497','Tools',NULL,NULL,'LINE',NULL,10,'','ff399b3430c8a1a9d21bb9e5cd8a6fff','',NULL),(11534,'en','limit-login-attempts-reloaded','eb02658bc9eccebabe040390d4031c4b','Total Attempts',NULL,NULL,'LINE',NULL,10,'','bf8632dbfc96b30b876f23f64cbd2485','',NULL),(11535,'en','limit-login-attempts-reloaded','2ee133b6d9092fe5f0a451d1991a45cc','Total Failed Login Attempts',NULL,NULL,'LINE',NULL,10,'','62df9b23ecb3d018892cf0e63c85df97','',NULL),(11536,'en','limit-login-attempts-reloaded','7062ded99fcf1a6806cb6f31ad61c7c9','Total lockouts',NULL,NULL,'LINE',NULL,10,'','b332a17466f64243dbf0e34d5101af18','',NULL),(11537,'en','limit-login-attempts-reloaded','93f4070e328b9b146629e75dbf7cbbce','Tried to log in as',NULL,NULL,'LINE',NULL,10,'','7d125c608215c7f8f837769cec470d4e','',NULL),(11538,'en','limit-login-attempts-reloaded','0e277b01edd72c2e75f5f611d2ce5ef6','Trusted IP Origins',NULL,NULL,'LINE',NULL,10,'','ad54b42e3ee0042719a3c3ea9316c608','',NULL),(11539,'en','limit-login-attempts-reloaded','8587811159396775c382dd57119fa629','Upgrade Now',NULL,NULL,'LINE',NULL,10,'','8d84a83b4332d145a104f5f575e29254','',NULL),(11540,'en','limit-login-attempts-reloaded','54a9029629b83fbcf7d62ef0b6555317','Upgrade to Premium',NULL,NULL,'LINE',NULL,10,'','2269d65775071ca663e9a879608f6b5b','',NULL),(11541,'en','limit-login-attempts-reloaded','1d682521d46887b13c231ce84055eec6','Use global settings',NULL,NULL,'LINE',NULL,10,'','b02493eb9c4edcceef94e351e343a1a6','',NULL),(11542,'en','limit-login-attempts-reloaded','6a67d072766b2d4ecf4b845478daf272','Use intelligent IP blocking/unblocking technology',NULL,NULL,'LINE',NULL,10,'','1c71ef3f9447e03a02ba19bd91592ea3','',NULL),(11543,'en','limit-login-attempts-reloaded','45d2f399cdaf116fcf8bca89e1bcceb9','Use the <a href=\"%s\" target=\"_blank\">premium app</a> that we offer or follow the instructions on <a href=\"%s\" target=\"_blank\">how to</a> create your own one.',NULL,NULL,'LINE',NULL,10,'','7a178837787bf19ee7a9200583ecc1dd','',NULL),(11544,'en','limit-login-attempts-reloaded','b692b7ed9464978779c352b3c7fb5726','View lockouts logs, block or whitelist usernames or IPs, and more.',NULL,NULL,'LINE',NULL,10,'','7259cb9c6064c7ce760988e89d202ea3','',NULL),(11545,'en','limit-login-attempts-reloaded','8bf0289a98785bfe229a18befd9613db','View who’s trying to access your site',NULL,NULL,'LINE',NULL,10,'','4712384282574221fa8cc73bd9d6389b','',NULL),(11546,'en','limit-login-attempts-reloaded','1666959666db69c5fef365d1c9826cea','WC Error',NULL,NULL,'LINE',NULL,10,'','c8571b32997fc7d394f6603e7a3a8039','',NULL),(11547,'en','limit-login-attempts-reloaded','cca9163f87cadcb2748741a696ca0df2','Warning: More than 100 failed login attempts today',NULL,NULL,'LINE',NULL,10,'','82b7736d5a4931666570501b9a550a25','',NULL),(11548,'en','limit-login-attempts-reloaded','e000b52b46a793a7fd5a364d4bef65ee','We absorb up to 100k login attempts (per month) to keep your site at optimal performance',NULL,NULL,'LINE',NULL,10,'','c579657a1e0bd8400d3d0f86bf08f161','',NULL),(11549,'en','limit-login-attempts-reloaded','1160e261e41228bc044c9cba0b8ba12f','We highly recommend upgrading if you are a…',NULL,NULL,'LINE',NULL,10,'','77d21d15392c4b00263c123de580ce9b','',NULL),(11550,'en','limit-login-attempts-reloaded','361ff533f639b94a71556074bb732718','We make sure the legitimate IP’s are allowed automatically',NULL,NULL,'LINE',NULL,10,'','7d4105ca88ccbb2b1975b60002712f1d','',NULL),(11551,'en','limit-login-attempts-reloaded','8186f9e3ca6b491df59df92ab94361a8','We would really like to hear your feedback about the plugin! Please take a couple minutes to write a few words <a href=\"https://wordpress.org/support/plugin/limit-login-attempts-reloaded/reviews/#new-post\" target=\"_blank\">here</a>. Thank you!',NULL,NULL,'LINE',NULL,10,'','2b06b56248d52b3c814c40c3d6f111f3','',NULL),(11552,'en','limit-login-attempts-reloaded','ba1631480640f477c0f3415eedb55dcf','Welcome to Limit Login Attempts Reloaded',NULL,NULL,'LINE',NULL,10,'','172507b9712bd1bd55310b19f3a283b1','',NULL),(11553,'en','limit-login-attempts-reloaded','c856df9b36d618b06f4c997070f921dc','When you upgrade to premium, you can synchronize your IP safelist and blacklist between multiple sites. This is a great way to improve your network performance and slow down future attacks.',NULL,NULL,'LINE',NULL,10,'','e8b8c0f5baee8fc359fbe6abd9c441cc','',NULL),(11554,'en','limit-login-attempts-reloaded','519f9bdd5ebde615064e6e32b1ff0d67','Why Use Our Premium Cloud App?',NULL,NULL,'LINE',NULL,10,'','e871e9977f421d2888fa550507ac0afd','',NULL),(11555,'en','limit-login-attempts-reloaded','02fc14a5733af2a1b6e01c57dc1bdf64','With This Plugin, You Can…',NULL,NULL,'LINE',NULL,10,'','0859173227c5415ac91c2e5f20a558af','',NULL),(11556,'en','limit-login-attempts-reloaded','267752ef145772674a4ae7787e939f38','Yes, turn on email notifications',NULL,NULL,'LINE',NULL,10,'','d3657123f0b1794f2f13f6781b91fe76','',NULL),(11557,'en','limit-login-attempts-reloaded','8af806012213a6b95865cba7d7ccd214','You can use a shortcode here to insert links, for example, a link to your Privacy Policy page. <br>The shortcode is: [llar-link url=\"https://example.com\" text=\"Privacy Policy\"]',NULL,NULL,'LINE',NULL,10,'','43d4821b4f2d897b613f79209cf0483f','',NULL),(11558,'en','limit-login-attempts-reloaded','f59f1ff62795271e36b613a4ccee515c','You have been upgraded to the latest version of <strong>Limit Login Attempts Reloaded</strong>.<br> Due to increased security threats around the holidays, we recommend turning on email notifications when you receive a failed login attempt.',NULL,NULL,'LINE',NULL,10,'','f86c8d785cce1cedec523a9719d1e24c','',NULL),(11559,'en','limit-login-attempts-reloaded','1720a523b3e07bf0a5b521675ce2e0dc','Your site is likely under a brute-force attack',NULL,NULL,'LINE',NULL,10,'','51a26d3fc922fa7182238b80c9c0e752','',NULL),(11560,'en','limit-login-attempts-reloaded','739cd482d23af53aa21da62a499de9e1','Your site might have been discovered by hackers',NULL,NULL,'LINE',NULL,10,'','ede49c2477ca81dc762e06cc6087b5aa','',NULL),(11561,'en','limit-login-attempts-reloaded','d21c2daea458b0f1570ba3d92647adef','[%s] Failed WordPress login attempt by IP %s',NULL,NULL,'LINE',NULL,10,'','9ab459aaf595a085fca2d86f03399bcb','',NULL),(11562,'en','limit-login-attempts-reloaded','632a2406bbcbcd553eec45ac14b40a0a','after',NULL,NULL,'LINE',NULL,10,'','29bd8bc478332f3d85b5b0682cdeddd9','',NULL),(11563,'en','limit-login-attempts-reloaded','79ca4465b2d8ac4eab52f3894fab61a4','allowed retries',NULL,NULL,'LINE',NULL,10,'','dc1e67a8c9f404ff960ecfc9afeadda3','',NULL),(11564,'en','limit-login-attempts-reloaded','73cdddd7730abfc13a55efb9f5685a3b','hours',NULL,NULL,'LINE',NULL,10,'','2bd77a15093ee3877886a9d356707539','',NULL),(11565,'en','limit-login-attempts-reloaded','85dea279962c43bb94b833014b435b0d','hours until retries are reset',NULL,NULL,'LINE',NULL,10,'','8544ec2a0f134a65091c585e9ffedc0d','',NULL),(11566,'en','limit-login-attempts-reloaded','9dd8eec09e38eb173f502a42c78fb4df','https://www.limitloginattempts.com/',NULL,NULL,'LINE',NULL,10,'','7ff1c05fc913ef5b8b35fce98e06e1df','',NULL),(11567,'en','limit-login-attempts-reloaded','594d3c210ff2240cd3435f6fdf3a868a','lockouts',NULL,NULL,'LINE',NULL,10,'','d096831c062ccee8ba857efada707ca3','',NULL),(11568,'en','limit-login-attempts-reloaded','fcec1d41756ed1d63d1ddb2325f2a771','lockouts increase lockout time to',NULL,NULL,'LINE',NULL,10,'','266a1c61838d239068a16fbf44c16d49','',NULL),(11569,'en','limit-login-attempts-reloaded','b0cd4f5da43f54b7955fd5b2799a0646','minutes lockout',NULL,NULL,'LINE',NULL,10,'','c593e901953452aef15ed002555a441a','',NULL),(11570,'en','limit-login-attempts-reloaded','3558d488ecfb1e3ecd21aefba02cb1ed','these countries:',NULL,NULL,'LINE',NULL,10,'','1ed0765c4e5fd65be739b81628054ad3','',NULL),(11571,'en','limit-login-attempts-reloaded','f3201991be7de04313375ddf5370985b','this makes the plugin <a href=\"https://gdpr-info.eu/\" target=\"_blank\">GDPR</a> compliant by showing a message on the login page. <a href=\"https://www.limitloginattempts.com/gdpr-qa/?from=plugin-settings-gdpr\" target=\"_blank\">Read more</a>',NULL,NULL,'LINE',NULL,10,'','c6fda8e0412f5bce0c24fafd79fb28d3','',NULL),(11572,'en','limit-login-attempts-reloaded','c5e7dfaf771d423ecf59b008369021e8','today',NULL,NULL,'LINE',NULL,10,'','bf0a2e00b9b0270fea5f089be22c365b','',NULL),(11573,'en','Widgets','widget body - 0820667b95b17b2438ae2ca08743d69f','<span style=\"color:white;font-weight:bold;\">LINKS</span><br/>\r\n<a href=\"https://www.findrelativesandfriends.com\" target=\"_blank\">Author\'s Site</a><br/>\r\n<a href=\"http://www.ancestry.com\" target=\"_blank\">Ancestry.com</a><br/>\r\n<a href=\"http://www.familysearch.org\" target=\"_blank\">FamilySearch.org</a><br/>\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">Fubine Map</a><br/>\r\n<a href=\"https://search.ancestry.com/search/db.aspx?dbid=1551\" target=\"_blank\">Fubine Civil Records 1866-1939</a><br/><span style=\"font-size:.8em;\">(You need Ancestry.com account to access)</span><br/>\r\n<a href=\"https://www.localidautore.com/paesi/fubine-1374\" target=\"_blank\">Fubine History</a><br/>\r\n<a href=\"https://www.facebook.com/groups/1437702409775588/\" title=\"FaceBook Group with close ties to Fubine\"  target=\"_blank\">Fubine Memories (FaceBook)</a><br/>\r\n<a href=\"http://www.monferrini.com/\" title=\"Website dedicated to all things Monferrato\"  target=\"_blank\">Monferrini in America</a>',NULL,NULL,'LINE',NULL,0,'','7b74ae4cec5a7c827724311fe633826f','',NULL),(11574,'en','profile-builder','4b7c02aa4294a8a440a281cb17886ef3','\"*\" - Two-Factor Authentication will be enabled for all user roles.',NULL,NULL,'LINE',NULL,10,'','a61d5c7443a6e7e06fc1c53b37c38f82','',NULL),(11575,'en','profile-builder','372a6dc5667963d232fc426e66f88d13','\"Admin Approval\" on User Role:',NULL,NULL,'LINE',NULL,10,'','35e214140ebb1f72056ab5e798c8a286','',NULL),(11576,'en','profile-builder','0e89508f5f978de83c75e3fad3d2aca3','\"Roles Editor\" Activated:',NULL,NULL,'LINE',NULL,10,'','3817c20e5240e7962da42a92a2cfb5fc','',NULL),(11577,'en','profile-builder','1c481aa99d081c32182011a758f73d33','%s',NULL,NULL,'LINE',NULL,10,'','e9889f078f0cb8d74d36a3ccdc3ac876','',NULL),(11578,'en','profile-builder','f14392b01768540f6a4ca1a11b25a020','&hellip;',NULL,NULL,'LINE',NULL,10,'','b503b1ba4ce60bde33f5e6227c576f1d','',NULL),(11579,'en','profile-builder','b9d72328f9610576a62af0f3e41e4ea2','(e.g. CLPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)',NULL,NULL,'LINE',NULL,10,'','5f842a92518edc9ed878ddd53897ca65','',NULL),(11580,'en','profile-builder','8c685b1acfa99648fc560ea905808028','%s items',NULL,NULL,'LINE',NULL,10,'','e38c3095ba68210d81992eb60447b602','',NULL),(11581,'en','profile-builder','3c71eaa4509c311f366eb6529db7e49a','<h2>Import BuddyPress Fields to Profile Builder</h2>',NULL,NULL,'LINE',NULL,10,'','803db88b4fb0ce8500cbfedfef833849','',NULL),(11582,'en','profile-builder','9562efdc186bf7be706a3eeaab53f95c','<h3>Welcome to {{site_name}}!</h3>\\n<p>Your username is: {{username}}</p>\\n',NULL,NULL,'LINE',NULL,10,'','db0c6f67694685a414fd5e3062f1231f','',NULL),(11583,'en','profile-builder','891f0aeeba722c89f8862165166547c8','<h3>Welcome to {{site_name}}!</h3>\\n<p>Your username is: {{username}}</p>\\n<p>Before you can access your account, an administrator needs to approve it. You will be notified via email.</p>\\n',NULL,NULL,'LINE',NULL,10,'','de3c621e9532397e52bf411182776020','',NULL),(11584,'en','profile-builder','6a1a3305409bbabc1bad93114b577415','<p>New subscriber on {{site_name}}.</p>\\n<p>Username:{{username}}</p>\\n<p>Email:{{user_email}}</p>\\n',NULL,NULL,'LINE',NULL,10,'','6700901c029b536ce7ccfcfdb596633e','',NULL),(11585,'en','profile-builder','2fb73b60f20e52b7a9a55664f47cc91b','<p>To activate your user, please click the following link:<br/>\\n{{{activation_link}}}</p>\\n<p>After you activate, you will receive another email with your credentials.</p>\\n',NULL,NULL,'LINE',NULL,10,'','5d8d0946ab9a08f8845ccd41dd9e6a90','',NULL),(11586,'en','profile-builder','494dde4ee1ea9c4e2e45bbbca3f598b5','<p>You have successfully reset your password.</p>\\n',NULL,NULL,'LINE',NULL,10,'','ea1a87a5aabc7c586b2afbd6dd0f19d1','',NULL),(11587,'en','profile-builder','952ec85aba16b0c98e7837aba15510e4','<strong>ERROR</strong>: You need to confirm your email address before you can log in.',NULL,NULL,'LINE',NULL,10,'','63928773b0f4a17de51316074739ad7b','',NULL),(11588,'en','profile-builder','09f0c5159c5e34504e453eff3fc70324','Account Management',NULL,NULL,'LINE',NULL,10,'','acdb755090040bd08494e29ea882949c','',NULL),(11589,'en','profile-builder','84b1cf343522af4ae2fe731af4ba1fc4','Activation email sent to %s',NULL,NULL,'LINE',NULL,10,'','45d5e232e76eea47f921f474b9f11e55','',NULL),(11590,'en','profile-builder','39cc0b416ba0d26679547346b8c5cf8d','Add Capability',NULL,NULL,'LINE',NULL,10,'','b6b8a8d801b4834651a5212769d6a8d0','',NULL),(11591,'en','profile-builder','cf46e7fb1093a47a76f35fc61ab5d432','Add New Role',NULL,NULL,'LINE',NULL,10,'','1b7bf16fb6042a3e3bcf8e51f89e44c9','',NULL),(11592,'en','profile-builder','8e59bc3f610fc9240fffc8657ba23668','Add a custom message or template.',NULL,NULL,'LINE',NULL,10,'','d36a17093422f9d5242c11543aa87d03','',NULL),(11593,'en','profile-builder','1a0a31059088b2ba51eaf022ad206c73','Add a new capability',NULL,NULL,'LINE',NULL,10,'','c93e5f09e066537624f85ad8a2105a91','',NULL),(11594,'en','profile-builder','0988513c460a6ec8aa09878f80a99b70','Add, remove, clone and edit roles and also capabilities for these roles.',NULL,NULL,'LINE',NULL,10,'','391c09312ae7f6df73407f88ae63115e','',NULL),(11595,'en','profile-builder','42a2719b1903da4779ff544b5d16c55f','Add-On',NULL,NULL,'LINE',NULL,10,'','c87ff7cae73f8960ff2b9a3d02e55c87','',NULL),(11596,'en','profile-builder','dd7bf230fde8d4836917806aff6a6b27','Address',NULL,NULL,'LINE',NULL,10,'','b0d4f2fad2c0154f3f58f820455efc1e','',NULL),(11597,'en','profile-builder','e3afed0047b08059d0fada10f400c1e5','Admin',NULL,NULL,'LINE',NULL,10,'','79be81ab792eeb74c95ad3f689b1c275','',NULL),(11598,'en','profile-builder','9b6545e4cea9b4ad4979d41bb9170e2b','Advanced',NULL,NULL,'LINE',NULL,10,'','8ecc23136b89aed139490b04f030f0b8','',NULL),(11599,'en','profile-builder','2e039266d947cfb57b943560dabeb6a0','Advanced Add-ons',NULL,NULL,'LINE',NULL,10,'','fc48a9c049742c6fa170deb6f07e4244','',NULL),(11600,'en','profile-builder','9ffc3ccc968a96d902af963c6d7b4e97','Advanced Settings',NULL,NULL,'LINE',NULL,10,'','8b15889b636a8f2b790f9621125051d8','',NULL),(11601,'en','profile-builder','0c7ba9f158de473f14c8a29bc68b50f5','Affected fields:',NULL,NULL,'LINE',NULL,10,'','f91e8a47e7fb65b439303defb0591dfe','',NULL),(11602,'en','profile-builder','b1c94ca2fbc3e78fc30069c8d0f01680','All',NULL,NULL,'LINE',NULL,10,'','87caab4f7c54d198e1aa06a7fc60d730','',NULL),(11603,'en','profile-builder','5ae3bdbcec26f3d49f2aba234ab20e32','All Members',NULL,NULL,'LINE',NULL,10,'','10b7fca3d89f7ca7378db8849c6e9aa0','',NULL),(11604,'en','profile-builder','45f0fb72a0defdfdb01de4b5a5a6876b','Allow',NULL,NULL,'LINE',NULL,10,'','baf49b8e7c4b7f0969994048dcab23e8','',NULL),(11605,'en','profile-builder','ad23fc2b3c406e7f839546b29113f061','Allow members to override',NULL,NULL,'LINE',NULL,10,'','d827c9fec93901bc813dd04a48c729cb','',NULL),(11606,'en','profile-builder','bf6b105aad82af654d799ea25e1350aa','Allow only logged out users to see this content.',NULL,NULL,'LINE',NULL,10,'','8fb083569f042db07ab3f2b26519fc65','',NULL),(11607,'en','profile-builder','2a88eceee6fe355104af0976ab4e0ca8','Allow users to recover their password in the front-end using the %s.',NULL,NULL,'LINE',NULL,10,'','c0c295de965cc5cd9dec85608212fb5e','',NULL),(11608,'en','profile-builder','98e4c85a981b48e5f2db016e9d877b06','Allowed Pages',NULL,NULL,'LINE',NULL,10,'','9565c961960f81aae48df31884da74b2','',NULL),(11609,'en','profile-builder','aabbbdc994d187fb0719278f2ed60364','Allowed Paths',NULL,NULL,'LINE',NULL,10,'','7b40b7df76b3e16c09d50736c77eb2de','',NULL),(11610,'en','profile-builder','4cc67e3fbf1378163c34c80ece6f772f','An error occurred, please try again later.',NULL,NULL,'LINE',NULL,10,'','1f8b8f20afd211e9670a21b2d72a0557','',NULL),(11611,'en','profile-builder','a1c58e94227389415de133efdf78ea6e','Appearance',NULL,NULL,'LINE',NULL,10,'','51bb24da6462e30f88889027e1d1d2a1','',NULL),(11612,'en','profile-builder','aed76dce3d83f98b54a0b1270346c405','Appearance Settings',NULL,NULL,'LINE',NULL,10,'','d28873fdd84b416085a8c55f8171ea63','',NULL),(11613,'en','profile-builder','cff5ab60a1c6790a7696e8d1e835073f','Approval URL',NULL,NULL,'LINE',NULL,10,'','d0bfcfc3ae14e8b7c224039e263c8c6f','',NULL),(11614,'en','profile-builder','de8d21d7327fef5fdfdd39807891d6d4','Approve All',NULL,NULL,'LINE',NULL,10,'','d2397118a8d40691e22a639a558cddca','',NULL),(11615,'en','profile-builder','f620668b884bb173a95dc5eedbb19db3','Approved Fields',NULL,NULL,'LINE',NULL,10,'','9385cf6bffe8a3d1594658fe3bbfe62e','',NULL),(11616,'en','profile-builder','b37a0105ad9e0d4eed333fd536cd256b','Aruba Guilder',NULL,NULL,'LINE',NULL,10,'','1076c2b29bb0a887f2c5d1aef9d8c20a','',NULL),(11617,'en','profile-builder','37e0d7f0e8248c52d77d18ff5d949546','Assigned Role',NULL,NULL,'LINE',NULL,10,'','1f60c3055dec47d59bfa73d31b5a382e','',NULL),(11618,'en','profile-builder','b660198b49ff06232a30ed8cafc9bebe','Automatically generate password for users',NULL,NULL,'LINE',NULL,10,'','bf83ce813c3ee7174bb878867c9e2379','',NULL),(11619,'en','profile-builder','a826172366545628d2f741a0f744c6c7','Back to BuddyPress Settings page',NULL,NULL,'LINE',NULL,10,'','c0e46b4da29540b89ba3d7527fc83cdb','',NULL),(11620,'en','profile-builder','a9ded1e5ce5d75814730bb4caaf49419','Background',NULL,NULL,'LINE',NULL,10,'','dca8fffdd885ec0086c4376206c3e323','',NULL),(11621,'en','profile-builder','2ce7c1e2d65d7858573c53e7055ab2cd','Ban certain words from being used in fields',NULL,NULL,'LINE',NULL,10,'','26b81ec0c60b5a6534c07da5677865a0','',NULL),(11622,'en','profile-builder','73a07e5dfc6598f16ef5d04d58ae11b2','Banned words:',NULL,NULL,'LINE',NULL,10,'','12ac18ee8a4a91bec0cbcff7b17731d7','',NULL),(11623,'en','profile-builder','83a7e5607b9d925b1c51bfb5a2ba3456','Beautiful registration forms fully customizable using the %s shortcode.',NULL,NULL,'LINE',NULL,10,'','0836fa83d7e494d4bdb52bc9d42fc6be','',NULL),(11624,'en','profile-builder','f6b4e6a46fc5d52c5aa985b7903dcb18','Billing ',NULL,NULL,'LINE',NULL,10,'','469586d72dd7092e4e12b577c812220e','',NULL),(11625,'en','profile-builder','28a59051cd90053f87bacd5f1ffbc0b8','Billing Address',NULL,NULL,'LINE',NULL,10,'','406dc60a9ae07e6e550f868fc74b8aa5','',NULL),(11626,'en','profile-builder','e83d98bfbbf454b53974ec793cf58139','Biographical Info:',NULL,NULL,'LINE',NULL,10,'','63c5fcb0d6607011142107d5bb643c39','',NULL),(11627,'en','profile-builder','070554647306343cbea29ebfdd278ba8','Border',NULL,NULL,'LINE',NULL,10,'','31fe0333327553b568529b77b79dd2ce','',NULL),(11628,'en','profile-builder','5ed4f435c349bfc2b1744d93754b7adb','BuddyPress',NULL,NULL,'LINE',NULL,10,'','3a34be01a21651300bdb5c25f9929bdb','',NULL),(11629,'en','profile-builder','ee7a460ca25aee97f4e51fe42e8be96a','BuddyPress Avatar',NULL,NULL,'LINE',NULL,10,'','095dc126a7668f5cecb7ce7f31b48f48','',NULL),(11630,'en','profile-builder','ff450dd5e7c8a7ff4f1cd452b8dc027e','BuddyPress Integration',NULL,NULL,'LINE',NULL,10,'','f24a977847675761a1f8cebfaa152062','',NULL),(11631,'en','profile-builder','07f828fe3e534594a39eccd590495b94','BuddyPress is not installed and active. Import aborted!',NULL,NULL,'LINE',NULL,10,'','10edf0467be606614c2222503a41d1a6','',NULL),(11632,'en','profile-builder','b09bfd3ad1214ab4b80768a349fbba85','Buttons Location',NULL,NULL,'LINE',NULL,10,'','0dfb582786f0f74a0042427dcb2aadb3','',NULL),(11633,'en','profile-builder','b8811e449465aa54fb49e73af08fd5ab','Buttons Style',NULL,NULL,'LINE',NULL,10,'','fd1fd3b05088fdcc547eee5a90fbe444','',NULL),(11634,'en','profile-builder','ee0b618faab3aafbb457b4a0c57dd954','CSS Class',NULL,NULL,'LINE',NULL,10,'','a0802198e8a6a6bea3f8a16bfad63fff','',NULL),(11635,'en','profile-builder','e00a4c61591faf9e898451321b1e61ac','Cancel request',NULL,NULL,'LINE',NULL,10,'','2e488be04ec88d05ecbcfa19156f1b34','',NULL),(11636,'en','profile-builder','82ec2cd6fda87713f588da75c3b1d0ed','Capabilities',NULL,NULL,'LINE',NULL,10,'','036b7bfb99945bd8a743ee50dc2cb714','',NULL),(11637,'en','profile-builder','f4ec5f57bd4d31b803312d873be40da9','Change',NULL,NULL,'LINE',NULL,10,'','ebf8261b7415daa60f6b0865fdc63fbf','',NULL),(11638,'en','profile-builder','8d730ab4ef3e2cfdba42eacf3f4f054c','Change Default',NULL,NULL,'LINE',NULL,10,'','f331cfedaf53facc8d37c3301dad0612','',NULL),(11639,'en','profile-builder','26ec1e02e309fbf5f595401bf2df4d28','Change Email Address Request Notification',NULL,NULL,'LINE',NULL,10,'','dda75c271b5249eecded723aa2281899','',NULL),(11640,'en','profile-builder','62fb7275152687eac778a6c3f04ba53d','Check your email for the confirmation link.',NULL,NULL,'LINE',NULL,10,'','3a886921547db501c49edc9d389c257d','',NULL),(11641,'en','profile-builder','655a6761955340a62f1b06c5da3a5347','Checked by Default',NULL,NULL,'LINE',NULL,10,'','20e409c6c3416952ecda97723e85c55d','',NULL),(11642,'en','profile-builder','33f145dffe6e228f42f11a2c0f2bdc60','Checking any user role will show this %s only to users that have one of those user roles assigned.',NULL,NULL,'LINE',NULL,10,'','1e1012a64fa117424b02e92195e9591c','',NULL),(11643,'en','profile-builder','11495e39bb54b0c6ac102f9e85b5897d','Checking only \"Logged In Users\" will show this %s to all logged in users, regardless of user role.',NULL,NULL,'LINE',NULL,10,'','9040f04d8d1e66d2ba3997832bb2170a','',NULL),(11644,'en','profile-builder','3e11ec8009ba7453d2583af91231b215','Choose or type in an option...',NULL,NULL,'LINE',NULL,10,'','9adfc953ac8f0a71c59876d4702d6d88','',NULL),(11645,'en','profile-builder','ff24590464659ee8cdec688128c35f89','Clone',NULL,NULL,'LINE',NULL,10,'','dfa90ab9e1e1433986db4a1f50b49369','',NULL),(11646,'en','profile-builder','d3d2e617335f08df83599665eef8a418','Close',NULL,NULL,'LINE',NULL,10,'','2f43d93c4afd505c9544c38f6c728f10','',NULL),(11647,'en','profile-builder','cb5feb1b7314637725a2e73bdc9f7295','Color',NULL,NULL,'LINE',NULL,10,'','caf13c22de9c63cbe0fdb209839b876c','',NULL),(11648,'en','profile-builder','217afff2b84ea60b6ef607d8db58f866','Comments are restricted for your user role.',NULL,NULL,'LINE',NULL,10,'','7a6d9e64da205af508940b4f84c05b83','',NULL),(11649,'en','profile-builder','921bbefe5f1766405982fb45b727a4fa','Communication Preferences',NULL,NULL,'LINE',NULL,10,'','5a545bc913e61ee10042a6424f342f53','',NULL),(11650,'en','profile-builder','05a09eafbcc12b58114020c947994da2','Content Restriction',NULL,NULL,'LINE',NULL,10,'','e47de2e84217371025529780db109ffa','',NULL),(11651,'en','profile-builder','266ba14af58a3dfa4b9e1c90a8879dfb','Content type',NULL,NULL,'LINE',NULL,10,'','1ddbc530118581f2f9d8e5fb01d97e52','',NULL),(11652,'en','profile-builder','a0bfb8e59e6c13fc8d990781f77694fe','Continue',NULL,NULL,'LINE',NULL,10,'','dec04bd26ddce74f771c9761413880a9','',NULL),(11653,'en','profile-builder','944c55bc866167318ad7fb677acbc439','Could not install plugin. Retry or <a href=\"%s\" target=\"_blank\">install manually</a>.',NULL,NULL,'LINE',NULL,10,'','3232b5414d1a828ddd5973dcaa68ec41','',NULL),(11654,'en','profile-builder','dcc8106f1f777d0ba8179fe84720a61b','Cozmoslabs',NULL,NULL,'LINE',NULL,10,'','624a4eb4c967413d7232e97a070e8cd2','',NULL),(11655,'en','profile-builder','86389e41ce2399ab3cd2c5c019803b82','Currency Select',NULL,NULL,'LINE',NULL,10,'','877f70b7258b784aa319a923514d8d07','',NULL),(11656,'en','profile-builder','13aa8652e950bb7c4b9b213e6d8d0dc5','Current page',NULL,NULL,'LINE',NULL,10,'','b2d2c04bbc4bbb30c997655d662dadce','',NULL),(11657,'en','profile-builder','37725a1c8a05e443b8088a3dcd29ae96','Custom field deleted.',NULL,NULL,'LINE',NULL,10,'','a8af2e8209b26442af2ab7d9746bbcda','',NULL),(11658,'en','profile-builder','039675c3e3a29a035723dac4a2e40761','Custom field updated.',NULL,NULL,'LINE',NULL,10,'','4de0364af4e635699118a8e899d72588','',NULL),(11659,'en','profile-builder','44749712dbec183e983dcd78a7736c41','Date',NULL,NULL,'LINE',NULL,10,'','143596aa6d529db6d358df730831a240','',NULL),(11660,'en','profile-builder','db9922b3fb1833c515378c162978c6a0','Default WordPress login page',NULL,NULL,'LINE',NULL,10,'','3744bbd6d666fc8c4b2c30713e0e3166','',NULL),(11661,'en','profile-builder','3682d1665cf331373000c20680732d3a','Deny',NULL,NULL,'LINE',NULL,10,'','e4d60581d53da4065d97f2487d8be2c3','',NULL),(11662,'en','profile-builder','db2e8a2719423a87f1df556726f3b5ed','Disable REST-API',NULL,NULL,'LINE',NULL,10,'','9dffe4911bfcbee5766d237adef80540','',NULL),(11663,'en','profile-builder','8c1ee449418789460326ef3cb333e2d9','Dismiss this notice.',NULL,NULL,'LINE',NULL,10,'','74c93a443e51afd8497f8f2c1d094b15','',NULL),(11664,'en','profile-builder','5caebc3b460c58df057dc2ef4a669661','Display name publicly as - only appears on the Edit Profile page!',NULL,NULL,'LINE',NULL,10,'','8756e882e1461c1bd53f8621c3477604','',NULL),(11665,'en','profile-builder','b21c21cd6967ad44bfcf5671755350d0','Display name:',NULL,NULL,'LINE',NULL,10,'','1a8df1a71f60d9ba1c108510f3290bb0','',NULL),(11666,'en','profile-builder','c9248aaa4ca5ebd6f924548f60040e5e','Display social buttons before or after the forms fields.',NULL,NULL,'LINE',NULL,10,'','868879402d1c2e6843115ce2d0959d1b','',NULL),(11667,'en','profile-builder','499b1fa9e64b8a7dd5aaac4ee09d2e9f','Do you wish to approve the registration?',NULL,NULL,'LINE',NULL,10,'','0efb8002065add18940c22c73c0f446e','',NULL),(11668,'en','profile-builder','a3907cd461d8739aa3266047bc4b8c0c','Docs',NULL,NULL,'LINE',NULL,10,'','039ea27d884ae23f113fafa2fb4389f2','',NULL),(11669,'en','profile-builder','5b6cf869265c13af8566f192b4ab3d2a','Documentation',NULL,NULL,'LINE',NULL,10,'','688a61bf6a181ab8d73648d8875658af','',NULL),(11670,'en','profile-builder','f5940523060652e3a7d9c269ce48de50','Done.',NULL,NULL,'LINE',NULL,10,'','dc1eceb19329fb96c3f25cb711b45a44','',NULL),(11671,'en','profile-builder','801ab24683a4a8c433c6eb40c48bcd9d','Download',NULL,NULL,'LINE',NULL,10,'','e82f14722408bcf982395e4c662d60d9','',NULL),(11672,'en','profile-builder','7158415ddd8d364c23ff16c1c0e46338','Edit Role',NULL,NULL,'LINE',NULL,10,'','30854dfa8a1eb365ba64d6ec5080c4e7','',NULL),(11673,'en','profile-builder','e5093dd978a8f207d664bf4adb41d625','Edit Role Capabilities',NULL,NULL,'LINE',NULL,10,'','70dc28807d720204fdffc070300dc713','',NULL),(11674,'en','profile-builder','a863758ab3a208b7d01f38e004a92119','Edit User Roles',NULL,NULL,'LINE',NULL,10,'','2dadad0d1fd1e3ac01b238e7b4945a8c','',NULL),(11675,'en','profile-builder','643a860f992333b8600ea264aca7c4fc','Email Address',NULL,NULL,'LINE',NULL,10,'','11d2faff8b659b19b5762726c532cf09','',NULL),(11676,'en','profile-builder','c143a6b696f32a8cb3aec51f15435239','Email Templates',NULL,NULL,'LINE',NULL,10,'','fa860f861823e6318315361ed36e37d8','',NULL),(11677,'en','profile-builder','6b20e58507a6ff381332b01baf9908c2','Enable Custom Messages',NULL,NULL,'LINE',NULL,10,'','da256113e5abec2774a98f4cae87a09d','',NULL),(11678,'en','profile-builder','4abd2a1252122a897883439d43172ecf','Enable GDPR',NULL,NULL,'LINE',NULL,10,'','4d30ddf3917f749aa4fc5e777b463874','',NULL),(11679,'en','profile-builder','6de18c46304a7355f429068def966145','Enable Pagination',NULL,NULL,'LINE',NULL,10,'','48001738953103a1ce0b922eb320e028','',NULL),(11680,'en','profile-builder','828e70f83623b262e14187c039df99c0','Enable Two-Factor Authentication',NULL,NULL,'LINE',NULL,10,'','009e0a828dc5f26504e6a8a91d975c6b','',NULL),(11681,'en','profile-builder','c8edd48966c1019d01761fefa5fa1182','Enable email',NULL,NULL,'LINE',NULL,10,'','ac5246072a19d72e086f712195644bf8','',NULL),(11682,'en','profile-builder','11d7ead44f32958fb712f45b203fb6e2','Enable on:',NULL,NULL,'LINE',NULL,10,'','1d2745a887e8b18a20d09e4b5735b321','',NULL),(11683,'en','profile-builder','2ce7972beac581d81b7d2e558cd1aa6d','Enable your add-ons',NULL,NULL,'LINE',NULL,10,'','a87a95fc388d3d6c5996659bef279cb3','',NULL),(11684,'en','profile-builder','e1f70f4a4265cb51c1b219aa60eaa441','Enter URL',NULL,NULL,'LINE',NULL,10,'','a4318b3d04d6618e9aed63d91bfe9050','',NULL),(11685,'en','profile-builder','ac7c83befcc41df9d8649903d8f13b5e','Enter User ID',NULL,NULL,'LINE',NULL,10,'','5f8801663957437bdd9c6aa08f1389a7','',NULL),(11686,'en','profile-builder','08e194c6d1ac014ec44d42cdb750e3cb','Enter User IDs',NULL,NULL,'LINE',NULL,10,'','9b14e81ffa9f7cdd81b2ee298a775248','',NULL),(11687,'en','profile-builder','ec120535174562cd45cb93d7af1b61da','Enter a detailed description of the terms of agreement for the user to read.<br/>Links can be inserted by using standard HTML syntax: &lt;a href=\"custom_url\"&gt;custom_text&lt;/a&gt;',NULL,NULL,'LINE',NULL,10,'','131a1f8ebdee38d7f6b87ee91467570a','',NULL),(11688,'en','profile-builder','9d4bab99edf655307f24845a83409276','Enter role name here',NULL,NULL,'LINE',NULL,10,'','e5279859359a1dd13318ab70f0e9a336','',NULL),(11689,'en','profile-builder','e7202c9c5798b624e5ac4022aaf14fda','Error message:',NULL,NULL,'LINE',NULL,10,'','723941bab837df4dbe6ceba28c809563','',NULL),(11690,'en','profile-builder','f9ae5e5c44e59f94680af569879f704a','Everyone',NULL,NULL,'LINE',NULL,10,'','a8b44a4ee54b40504b4ef4126948a92d','',NULL),(11691,'en','profile-builder','da29487238781cb6916d5b9877517c42','Everything you will need to manage your users is probably already available using the Pro Add-ons.',NULL,NULL,'LINE',NULL,10,'','bcc309285fdf0e092129a4f0dfb3f152','',NULL),(11692,'en','profile-builder','843f2812f595e7ec7c5036e89fde02d6','Exclude',NULL,NULL,'LINE',NULL,10,'','5153c2437c52451bef812abb8f884d6b','',NULL),(11693,'en','profile-builder','72949fdfe98724477995c9bed7de2544','Exit Review Mode',NULL,NULL,'LINE',NULL,10,'','1fd0aff0fa52c427f9af94113c4b19af','',NULL),(11694,'en','profile-builder','0095a9fa74d1713e43e370a7d7846224','Export',NULL,NULL,'LINE',NULL,10,'','04c5f97acb8d677efe0d40d153e5b6ee','',NULL),(11695,'en','profile-builder','ac50d5344cd1ad467be3fee635659095','Extra Options',NULL,NULL,'LINE',NULL,10,'','00c85f614811b2f0d3b9be7acbe66bc4','',NULL),(11696,'en','profile-builder','a51770e2c7f3588d97b6759c1c6fcdce','Extra Options:',NULL,NULL,'LINE',NULL,10,'','a469264725a50b1c5bb6b262a4060370','',NULL),(11697,'en','profile-builder','ee9b2f3cf31c23c944b15fb0b33d6a77','Field Name',NULL,NULL,'LINE',NULL,10,'','2e79150d5ac42878dbeffe917fe84df6','',NULL),(11698,'en','profile-builder','731d6b50f7cfa36939d4436683e46ddc','Field Visibility',NULL,NULL,'LINE',NULL,10,'','62604bd4b4e54948791555c66b51a5e1','',NULL),(11699,'en','profile-builder','a4ca5edd20d0b5d502ebece575681f58','Fields',NULL,NULL,'LINE',NULL,10,'','88d8e7f6e7eaf0cd81730992237be56c','',NULL),(11700,'en','profile-builder','7f44d387a5cc795a2cb65a31892ee7ed','Files must be smaller than ',NULL,NULL,'LINE',NULL,10,'','d5402ea675ad62120ae178478a0a6ab3','',NULL),(11701,'en','profile-builder','962c845c30b865fc9dd7e4acfe676c5f','First Name:',NULL,NULL,'LINE',NULL,10,'','fb5d012442c4a488fccc52c39bf441c4','',NULL),(11702,'en','profile-builder','d359c6df99b25183d81f7d728b71de0e','Form',NULL,NULL,'LINE',NULL,10,'','08d4b1fd603285419269fcf43d2fc54c','',NULL),(11703,'en','profile-builder','949ae6c7c4990d2efc2520c4d861e3fb','Form Settings',NULL,NULL,'LINE',NULL,10,'','9d7b1266c89b8fdefb20ce1b7121d618','',NULL),(11704,'en','profile-builder','6450242531912981c3683cae88a32a66','Forms',NULL,NULL,'LINE',NULL,10,'','b3be035ead21212994c95092a89221a7','',NULL),(11705,'en','profile-builder','577fcb89aeb62eacb6cfeafbc3f6a4a2','Free Add-ons',NULL,NULL,'LINE',NULL,10,'','ca46ebb3cf148da759abeef14c282c24','',NULL),(11706,'en','profile-builder','d99aa864eb54efe95dac82e36ececf11','Friction-less login using %s shortcode or a widget.',NULL,NULL,'LINE',NULL,10,'','12f5eba6e80e758d89f83979e4e75304','',NULL),(11707,'en','profile-builder','796efee6e5e53e9184ed184a309d26ed','GDPR Checkbox',NULL,NULL,'LINE',NULL,10,'','cb41a83f2f3a855f4396863bbbc26748','',NULL),(11708,'en','profile-builder','0db377921f4ce762c62526131097968f','General',NULL,NULL,'LINE',NULL,10,'','4689d8405bf881525569ca4ce9d6d037','',NULL),(11709,'en','profile-builder','5ae6834f8fb63ce0110635f6a9b8423a','Go to the first page',NULL,NULL,'LINE',NULL,10,'','b3521ba331d0b5faa7e9adcf32a5bfa7','',NULL),(11710,'en','profile-builder','149aa7f6eea0a1f61d1709ed3759a43e','Go to the last page',NULL,NULL,'LINE',NULL,10,'','7aa34d320853f5ec91b69efc88154d9b','',NULL),(11711,'en','profile-builder','8c67de1da59f86c9460f382c6bd8ae09','Go to the next page',NULL,NULL,'LINE',NULL,10,'','66cfefb9930a92ab8ff29f740fb797b8','',NULL),(11712,'en','profile-builder','f4a130fcaa797f97f22c98b7f48bb6bd','Go to the previous page',NULL,NULL,'LINE',NULL,10,'','7d71db7974609e6c635f8953a4479f41','',NULL),(11713,'en','profile-builder','e65b11a8eeee004a2c662f9d4e83f59c','Hard to use',NULL,NULL,'LINE',NULL,10,'','8e6c175e024fa5820514e067bfbbb244','',NULL),(11714,'en','profile-builder','eec6c4bdbd339edf8cbea68becb85244','Height',NULL,NULL,'LINE',NULL,10,'','690262a31172af0f09334cf68adad30c','',NULL),(11715,'en','profile-builder','e03b313cd093a6368ea5e16a8e2af335','Height (px)',NULL,NULL,'LINE',NULL,10,'','ae507d69a3797339206b1f5a0729b10e','',NULL),(11716,'en','profile-builder','6a26f548831e6a8c26bfbbd9f6ec61e0','Help',NULL,NULL,'LINE',NULL,10,'','95040166ad8300ce4ec13614998554ad','',NULL),(11717,'en','profile-builder','58df9fa6fac080e50363b2b380baeb4a','Hidden and checked',NULL,NULL,'LINE',NULL,10,'','ec6e65b163b42541043ff47413534efe','',NULL),(11718,'en','profile-builder','24b15fcc1ec35933438745762c9ba30b','Hide all Menus',NULL,NULL,'LINE',NULL,10,'','30fe998eaa84b3cbd1b25bd2721ce2e8','',NULL),(11719,'en','profile-builder','3eb92409f70fa8d944b76820b9a10afc','How can we improve our user experience ?',NULL,NULL,'LINE',NULL,10,'','bdf6fa217d164edfe18af30a8b1bd742','',NULL),(11720,'en','profile-builder','4289e3d3c4c32fdac875a3cd5aab5cea','If you enable this option they will be hidden.',NULL,NULL,'LINE',NULL,10,'','837204dc91e29eb5c3e51fec5d6f053c','',NULL),(11721,'en','profile-builder','72d6d7a1885885bb55a565fd1070581a','Import',NULL,NULL,'LINE',NULL,10,'','ef596d8680f89765a8adbb288dd87ac5','',NULL),(11722,'en','profile-builder','6785b6eb9e107516323f0e1c51728d36','Import BuddyPress Fields',NULL,NULL,'LINE',NULL,10,'','f8c443cad9f80a5b8947f4b866b62823','',NULL),(11723,'en','profile-builder','a5370ac7a3c223d14d1fe06baada2a0e','Import and Export',NULL,NULL,'LINE',NULL,10,'','3bd6edcd9dca0aeb0a8c6495dad95631','',NULL),(11724,'en','profile-builder','168861bb3452cc8ed67893c706ed69e5','Import successfully!',NULL,NULL,'LINE',NULL,10,'','5c39e0caf34e65f7b0f7fdf25318ffeb','',NULL),(11725,'en','profile-builder','f4d72a64acd8929c0cc9ed96a7a336cc','Include',NULL,NULL,'LINE',NULL,10,'','2460fc96cce1154426198215fff1e7ca','',NULL),(11726,'en','profile-builder','c4c95c36570d5a8834be5e88e2f0f6b2','Informations',NULL,NULL,'LINE',NULL,10,'','48360a68d4f70cfe905f528dc7855cbf','',NULL),(11727,'en','profile-builder','4bbb8f967da6d1a610596d7257179c2b','Invalid',NULL,NULL,'LINE',NULL,10,'','fbd14df0eff57b26a98bacfa4bf580d6','',NULL),(11728,'en','profile-builder','4a663e35739c4ae6a7f02bb1de026561','Invalid email.',NULL,NULL,'LINE',NULL,10,'','aa5d195f4941081bd67fba7e3458ad68','',NULL),(11729,'en','profile-builder','afb8056b71d2431720e0cb291111ae80','Invalid username or email.',NULL,NULL,'LINE',NULL,10,'','b0ff085fdd237805070e851b836fe0b3','',NULL),(11730,'en','profile-builder','549e3d78b29694c51c1e2d87907d61f2','Label to Edit',NULL,NULL,'LINE',NULL,10,'','a15c806910a1dc4b270b4d9cee0caffb','',NULL),(11731,'en','profile-builder','d4d0278fc98aaaf0e6ce427d79b5c9d2','Labels Edit',NULL,NULL,'LINE',NULL,10,'','5229227a7a2ff865b3bd3572386a040b','',NULL),(11732,'en','profile-builder','36f6a98083ae5c2e24eb3e9bef1d051b','Lacking certain features',NULL,NULL,'LINE',NULL,10,'','5413e116395dc9f0aa6958ef2d004786','',NULL),(11733,'en','profile-builder','a76bfff49f7dfbb836bcea4b8c70349d','Last Name:',NULL,NULL,'LINE',NULL,10,'','01b2f315f7595b4d3801b3597b9b1333','',NULL),(11734,'en','profile-builder','6fdc1ef5bbcdb08ec35e19fd433a90f9','Leave 0 for unlimited.',NULL,NULL,'LINE',NULL,10,'','94ab7a86c407bf62b7e93cf3681d522d','',NULL),(11735,'en','profile-builder','839cdb104dc8d3ab0bcaa3de55ada1d8','Limit per Role',NULL,NULL,'LINE',NULL,10,'','9888301cbd22281b173c967af96acc63','',NULL),(11736,'en','profile-builder','3bbbad631029e3575da7a151bba4f37c','Log In',NULL,NULL,'LINE',NULL,10,'','5a7c40f8d7c5b3300b2b4972010b36e2','',NULL),(11737,'en','profile-builder','c7b3b3e2069f8ec7fba06b5972b56647','Logged In Users',NULL,NULL,'LINE',NULL,10,'','339374f235075378c33e242a51274697','',NULL),(11738,'en','profile-builder','bd289c45b424b5582d7d5737e61aa7c6','Login ( wp-login.php )',NULL,NULL,'LINE',NULL,10,'','38971f2c972b8d41c8136b5d6f9cc39f','',NULL),(11739,'en','profile-builder','5a51395c0a2c6a14de05f99326b91565','Login Form',NULL,NULL,'LINE',NULL,10,'','3b22bcd12041992b3733c921d4e927d3','',NULL),(11740,'en','profile-builder','e72e573dca87b79b6523343bf001120d','Login is set to be done using the Email. This field will NOT appear in the front-end! ( you can change these settings under the \"%s\" tab )',NULL,NULL,'LINE',NULL,10,'','c6edb8e26eed8c3fdb0e274a92b1d277','',NULL),(11741,'en','profile-builder','df8bb4a14ddf9a5e5b6f554a8b656d1d','Login, registration and edit profile shortcodes for the front-end. Also you can choose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.',NULL,NULL,'LINE',NULL,10,'','ad4fa33f18e13eab417e3aa1682f0a1d','',NULL),(11742,'en','profile-builder','8a29d66c95ee7957e57b2bf0f969a5b0','M j, Y @ G:i',NULL,NULL,'LINE',NULL,10,'','f34102f11f0bf2666f7ca445e02ae5c5','',NULL),(11743,'en','profile-builder','07a661fb54682e724e32f6386a2a8af4','MailChimp',NULL,NULL,'LINE',NULL,10,'','283366755b004edab05d4309899feaaf','',NULL),(11744,'en','profile-builder','20f7d0cbe311860710ebf06a2126a54d','MailChimp API Key:',NULL,NULL,'LINE',NULL,10,'','fb2bb89ba9631199b1f90b7fb66e7091','',NULL),(11745,'en','profile-builder','407badcf624f7aec3885f4ba5f99a02d','MailChimp API key is empty',NULL,NULL,'LINE',NULL,10,'','3f340931b14364df0f19359f4e2d36e8','',NULL),(11746,'en','profile-builder','9912eadc573e5b34e774b6f5a65955ef','MailChimp API key is invalid',NULL,NULL,'LINE',NULL,10,'','82c03623b195490404c2fa8f0c0f5612','',NULL),(11747,'en','profile-builder','9a6946dde6698937f0d7dac9125a8dfa','MailChimp Integration',NULL,NULL,'LINE',NULL,10,'','5dad18fb1c99e8fd0b5e1d61029e7604','',NULL),(11748,'en','profile-builder','2052c9d7e169fa34caaa19822b4cae74','MailPoet',NULL,NULL,'LINE',NULL,10,'','2941b49c6f3266529fbadd5194822332','',NULL),(11749,'en','profile-builder','51195bf4fff2d3354b816a7e4a003a18','Map of listed users',NULL,NULL,'LINE',NULL,10,'','07465d4063e1b6e2d6973ce4a9664c0b','',NULL),(11750,'en','profile-builder','98369609669478919c74c916440e9978','Margin',NULL,NULL,'LINE',NULL,10,'','4f69508f47a0b2f961ede8e79e96c38f','',NULL),(11751,'en','profile-builder','3b563524fdb17b4a86590470d40bef74','Media',NULL,NULL,'LINE',NULL,10,'','230a710bdb844a3fbc9ba9dcbf318a15','',NULL),(11752,'en','profile-builder','4c2a8fe7eaf24721cc7a9f0175115bd4','Message',NULL,NULL,'LINE',NULL,10,'','1fc55998f28e109db3e69a8f6b3bf625','',NULL),(11753,'en','profile-builder','badac6cd74d400da081967e64077cfb4','Minimum length of %d characters.',NULL,NULL,'LINE',NULL,10,'','60171467fa09ee3f89b7303e3925d4a2','',NULL),(11754,'en','profile-builder','2c76ef4ce5f59fb73aac2fc13e07b4f9','Modified Fields',NULL,NULL,'LINE',NULL,10,'','9646b9317b41b403035d36835ca3024d','',NULL),(11755,'en','profile-builder','58b5eb88c7c79201506292ee930aec19','More Details',NULL,NULL,'LINE',NULL,10,'','4c1ea74acc629768fc9eaca3d9347d35','',NULL),(11756,'en','profile-builder','2ad4c113e513204bc4b5cab2f08c4ef8','Never active',NULL,NULL,'LINE',NULL,10,'','cbb79420aabb868d501c2be1fb595dfe','',NULL),(11757,'en','profile-builder','c98f9f1300927153c002f243419a4ff2','New Role',NULL,NULL,'LINE',NULL,10,'','4bab1896b784ff28bf5a701796d2fcbc','',NULL),(11758,'en','profile-builder','10ac3d04253ef7e1ddc73e6091c0cd55','Next',NULL,NULL,'LINE',NULL,10,'','8737f5bc9b293b902ddb9a20c1877fb2','',NULL),(11759,'en','profile-builder','cbae4852923fb2542c7f33d34bf38d4f','Nickname:',NULL,NULL,'LINE',NULL,10,'','6dbbcb0357ae23b5488e75e7ffef204e','',NULL),(11760,'en','profile-builder','0a27a5fc4022e5d3907ff9cd6a3f6c22','No capabilities found.',NULL,NULL,'LINE',NULL,10,'','64145820270aa309a33ddb5de6397e0f','',NULL),(11761,'en','profile-builder','f867ce4caf04c1ba5d9bef8c6b1c1380','No feed available,please visit our <a href=\"%s\">homepage</a>!',NULL,NULL,'LINE',NULL,10,'','b254795f527e5414ebc1eab7fe9fb17c','',NULL),(11762,'en','profile-builder','62cc1fbf2d2ca5d78ef436e1f823c941','No options available',NULL,NULL,'LINE',NULL,10,'','376bef36553590b4cc76690ae94814d4','',NULL),(11763,'en','profile-builder','922511691ba5c2a368412ae5b0a5370a','No options available. Please select one country.',NULL,NULL,'LINE',NULL,10,'','8bb6515e4d192d8415451982887b5e4e','',NULL),(11764,'en','profile-builder','1067f76d92d93e868ba41da1c1d3e27b','No roles found',NULL,NULL,'LINE',NULL,10,'','be5085208c2d6792d9a3d3945dde9b4f','',NULL),(11765,'en','profile-builder','17415ef64aeecb8702031adf52c71975','No roles found in trash',NULL,NULL,'LINE',NULL,10,'','7478e94083c9a39e090be2052fca1459','',NULL),(11766,'en','profile-builder','92501d8fcf9cb27480d59a637f214c2c','No, thanks.',NULL,NULL,'LINE',NULL,10,'','8497b6fa116d886081033595f509a7a5','',NULL),(11767,'en','profile-builder','b2ee912b91d69b435159c7c3f6df7f5f','Number',NULL,NULL,'LINE',NULL,10,'','9c1107c3ac0e0db5a83366714ef2a05d','',NULL),(11768,'en','profile-builder','cd05ee51e75e88a93ab57da612d356fc','Number of items per page:',NULL,NULL,'LINE',NULL,10,'','b08197d5aef9946ce1140230510fd346','',NULL),(11769,'en','profile-builder','a60852f204ed8028c1c58808b746d115','Ok',NULL,NULL,'LINE',NULL,10,'','7bfb48d77a0c320eb8e74dddae64c9aa','',NULL),(11770,'en','profile-builder','79ac604a1c6ba0e8d393edf16dbff2e4','Ok, I will gladly help!',NULL,NULL,'LINE',NULL,10,'','f1eebc478b183db764de68787fa07a4c','',NULL),(11771,'en','profile-builder','f00ec821ec05ff30dfbf8dbf85394014','Only Me',NULL,NULL,'LINE',NULL,10,'','4c154f96ac59384d4598b5854db896c1','',NULL),(11772,'en','profile-builder','6311ae17c1ee52b36e68aaf4ad066387','Other',NULL,NULL,'LINE',NULL,10,'','f63426b5a97da98c18687c2cbc70cd21','',NULL),(11773,'en','profile-builder','a10443964156b9e87c95e74c8f9baf15','Padding',NULL,NULL,'LINE',NULL,10,'','9ba70378a04d2ee3a13a52ba45fbeb28','',NULL),(11774,'en','profile-builder','cb1129177913408d1647613bf7ef50ed','Page will refresh in 3 seconds...',NULL,NULL,'LINE',NULL,10,'','16e5dd208745ea3300d85f27fd132960','',NULL),(11775,'en','profile-builder','453aceb005ceaf54a47da15fee8b2a26','Pages',NULL,NULL,'LINE',NULL,10,'','dccc1ac8487b7b308045493ab87cb430','',NULL),(11776,'en','profile-builder','ffb75e34504d25a3ad0c477a9bd41a20','Payment Management',NULL,NULL,'LINE',NULL,10,'','e79e07ec878b2d2e69532c5cf1cd7f20','',NULL),(11777,'en','profile-builder','2d13df6f8b5e4c5af9f87e0dc39df69d','Pending',NULL,NULL,'LINE',NULL,10,'','9c760f0e282c6de4a2645e5a7201cbcc','',NULL),(11778,'en','profile-builder','bcc254b55c4a1babdf1dcb82c207506b','Phone',NULL,NULL,'LINE',NULL,10,'','ef88578de1835c129ccadbfd47653352','',NULL),(11779,'en','profile-builder','f1bdf2bfb272a294d55a4c7b8a952517','Please enter a (valid) reCAPTCHA value',NULL,NULL,'LINE',NULL,10,'','1a3431ba7e40e3ca6e5230cdd8f2dea2','',NULL),(11780,'en','profile-builder','158c9959acf3ac39873c798df471f5e3','Please enter a new email',NULL,NULL,'LINE',NULL,10,'','c27c939ca84428c8af04c87be4af7c5e','',NULL),(11781,'en','profile-builder','2ce1f3d7c903eab3f9c1f97b5dc4d9d7','Please enter a valid email!',NULL,NULL,'LINE',NULL,10,'','ab73d9f37082c09c92c5fe3f1437efcc','',NULL),(11782,'en','profile-builder','399d8ec34869ff9c9d15b676faf8564d','Please enter your Facebook email!',NULL,NULL,'LINE',NULL,10,'','913ec01b9efa2161bed6271ecc9d662e','',NULL),(11783,'en','profile-builder','af507e53164f5e6baedec41d3017a0ce','Please enter your Twitter email!',NULL,NULL,'LINE',NULL,10,'','11add19980b857c025a02169440c9104','',NULL),(11784,'en','profile-builder','064b4dcc3a8023941a26dbb661d162e6','Please enter your email address.',NULL,NULL,'LINE',NULL,10,'','fd57928b438f789ced3bab095700ca60','',NULL),(11785,'en','profile-builder','063ba7999bc91cb2b834db005b4c3162','Please select a .json file to import!',NULL,NULL,'LINE',NULL,10,'','00d91d018637d43cc7f693aea1595dae','',NULL),(11786,'en','profile-builder','5507912f6f9f9ffce6b93a55e349f778','Please select an existing capability or add a new one!',NULL,NULL,'LINE',NULL,10,'','2a9ddbae244199e2370a7da6e7c33d88','',NULL),(11787,'en','profile-builder','d3e81e8f6f4a2b708b515cc1f2e89606','Plugin has been activated',NULL,NULL,'LINE',NULL,10,'','ab66a783b6653242ef5022c934a8ef43','',NULL),(11788,'en','profile-builder','074927d4a25f638dd8bfbec338ade3da','Plugin has been deactivated.',NULL,NULL,'LINE',NULL,10,'','512536ca9881823ac4a2995dbd3c3bc6','',NULL),(11789,'en','profile-builder','cb33b7b1f38cd695042954d439ccf375','Plugin is Active',NULL,NULL,'LINE',NULL,10,'','723e7835e939c4fcdc147fc1661e30a5','',NULL),(11790,'en','profile-builder','bb38096ab39160dc20d44f3ea6b44507','Plugins',NULL,NULL,'LINE',NULL,10,'','2e962ea572803be8e5c7d91253e60bb6','',NULL),(11791,'en','profile-builder','a7960c803f81177301e61fd3ec60d1eb','Poor Documentation',NULL,NULL,'LINE',NULL,10,'','d6f7e1f271960c32fd16bfdca215b9e7','',NULL),(11792,'en','profile-builder','7f31c21ec327680832c6cccf3fdfa765','Postcode / Zip',NULL,NULL,'LINE',NULL,10,'','3f4a99a3bc6f165cc336c06d4a09df47','',NULL),(11793,'en','profile-builder','974fa45b5c829ec16fe3683aa76deb9b','Powerful Add-ons (**)',NULL,NULL,'LINE',NULL,10,'','075977cbd477293c01e270b0f2d1a380','',NULL),(11794,'en','profile-builder','782f86dab3644181f614dc64b9708b07','Preference',NULL,NULL,'LINE',NULL,10,'','49ccf180da2fb541d7fe0b41cdb7eadd','',NULL),(11795,'en','profile-builder','dd1f775e443ff3b9a89270713580a51b','Previous',NULL,NULL,'LINE',NULL,10,'','8cd2f6dad6b016131d384022872866d5','',NULL),(11796,'en','profile-builder','950cc256e936dacefbef76bda9f62e39','Private Website',NULL,NULL,'LINE',NULL,10,'','04937d2f6bdbcdcb5ac36af53230b7c9','',NULL),(11797,'en','profile-builder','5980961cc74d3a475e57229fb99599ce','Pro Add-ons',NULL,NULL,'LINE',NULL,10,'','abee7291fc4d7223eeba71bb77ca1e10','',NULL),(11798,'en','profile-builder','21971397ce5364943d8db4456737315f','Profile Builder',NULL,NULL,'LINE',NULL,10,'','8db522338009c1090efe3819c13475cc','',NULL),(11799,'en','profile-builder','ca306a37cf292b56fc1e7a8cf5810320','Profile Builder Add-ons',NULL,NULL,'LINE',NULL,10,'','91ecb8db36c3d358ff2529c4a05403a7','',NULL),(11800,'en','profile-builder','34b7e543760b1de86e976acc118d84ee','Profile Builder Settings',NULL,NULL,'LINE',NULL,10,'','e5020f90a388516fd6fe5128423a8ddf','',NULL),(11801,'en','profile-builder','8c2c3518d9c356082ba1fcd6d80c58c1','Profile Builder not active!',NULL,NULL,'LINE',NULL,10,'','b56a539875c48bf6c1dc3a0f936c2cd7','',NULL),(11802,'en','profile-builder','9e3272ea568fdb0e64052f79f37e2c3c','QR Code',NULL,NULL,'LINE',NULL,10,'','7ca3964903427b4a4d00dd1ee456b04c','',NULL),(11803,'en','profile-builder','bbe720cba1b2a2bce4e2f857fee48c72','Quick Feedback',NULL,NULL,'LINE',NULL,10,'','ffa59ef762c730372e54ee5176f75ec1','',NULL),(11804,'en','profile-builder','d1106ccca74e98877ed6d7890c70bb2c','Radius',NULL,NULL,'LINE',NULL,10,'','0bfca4adb60c5fa30928fd2350c14c2f','',NULL),(11805,'en','profile-builder','2e627c44879d00debd5d3a29166e8f76','Redirect Page:',NULL,NULL,'LINE',NULL,10,'','31c35fe8257029bd18c1b490c6698be6','',NULL),(11806,'en','profile-builder','8538a3918b9588cd07f838706f709127','Redirect to',NULL,NULL,'LINE',NULL,10,'','a7fdc23181c375d64386ce7bce68d9cf','',NULL),(11807,'en','profile-builder','b79740fe4e3eea6dd3623830b0baced2','Registration form:',NULL,NULL,'LINE',NULL,10,'','f6f94c361535fc6293b2b1ae1cf44387','',NULL),(11808,'en','profile-builder','e857817b07c27f3c57caa6c40f7499d4','Remember Me',NULL,NULL,'LINE',NULL,10,'','2b1de4eb846709b5f8d0d5189e7b90ce','',NULL),(11809,'en','profile-builder','0ab3548927d863c7a52979c1e445c8a2','Remember me checked by default',NULL,NULL,'LINE',NULL,10,'','65c8bdcae85146be6bd934cc4ef1a7ff','',NULL),(11810,'en','profile-builder','8760b028c2323fd306a7d5d785d49ada','Remove All Filters',NULL,NULL,'LINE',NULL,10,'','8d1dab8aca92f8cee2baee29f05bc338','',NULL),(11811,'en','profile-builder','fbf800ae3837b5d2a1584bb0acd74f55','Repeatable fields saved!',NULL,NULL,'LINE',NULL,10,'','6aa99a077268734420a5c02fd45af460','',NULL),(11812,'en','profile-builder','effb9a35952cc19546fd1fd16c646556','Replies Created',NULL,NULL,'LINE',NULL,10,'','acb518d47249c1770f01c980ffd32936','',NULL),(11813,'en','profile-builder','62be3f669d055ce44037d2a093f58595','Resend activation email',NULL,NULL,'LINE',NULL,10,'','269f779e9dd81cf32b66e6abda5e3f68','',NULL),(11814,'en','profile-builder','4adb28ce37c68a98210c11ea878c8275','Restrict Content',NULL,NULL,'LINE',NULL,10,'','2d7656789b9f917d1e03abee69c8f3e1','',NULL),(11815,'en','profile-builder','486996119d71261117142b6e62d10e1e','Restrict to logged in users',NULL,NULL,'LINE',NULL,10,'','4c9a75cdffb1b5d509eedb20a7ba0443','',NULL),(11816,'en','profile-builder','75cf53c654b9985e8158301b2cfb98eb','Restricted domains:',NULL,NULL,'LINE',NULL,10,'','4a37cd6c97bf891ca8ce1dddc525373c','',NULL),(11817,'en','profile-builder','c1228dde877833893394a57c585e90e4','Role Name',NULL,NULL,'LINE',NULL,10,'','a9d0726207de1e8e00b103ea28a6e815','',NULL),(11818,'en','profile-builder','ba1d43cad6c0fcbd06b04f9d2090134e','Role created.',NULL,NULL,'LINE',NULL,10,'','e9e0be17f52f16390da140a4aeb752a3','',NULL),(11819,'en','profile-builder','c88046c7ef73a59417b6ff2ebccb8abf','Role draft updated.',NULL,NULL,'LINE',NULL,10,'','5ea6677d80bd01ccdcd0889818a79416','',NULL),(11820,'en','profile-builder','1916bef60d3967e711c3b646886f5630','Role name is required.',NULL,NULL,'LINE',NULL,10,'','3a1871e49a83a5a822bc0118cf2f7ac8','',NULL),(11821,'en','profile-builder','83de431a30d973cbb88f86dc8b4fbf16','Role saved.',NULL,NULL,'LINE',NULL,10,'','0cd102378a568d36f6f156c0d42119be','',NULL),(11822,'en','profile-builder','278603d0f009e19e2e3dba5323613495','Role scheduled for: <strong>%1$s</strong>',NULL,NULL,'LINE',NULL,10,'','58cde7cbebd42bd1d1192575120c16ca','',NULL),(11823,'en','profile-builder','a4b6eacd587980d19b1a948d4bd6096d','Role submitted.',NULL,NULL,'LINE',NULL,10,'','06fab4d9c5708a64ce4317df55cc3694','',NULL),(11824,'en','profile-builder','c3df95614e9b7e69f97a01e814416d90','Role updated.',NULL,NULL,'LINE',NULL,10,'','6216fb96a3c436bd3b1cd4a52a871658','',NULL),(11825,'en','profile-builder','9b373dfd944e758332fc0479506ec216','Roles Editor',NULL,NULL,'LINE',NULL,10,'','d953430fd9a5ff5596446f7f70dd00e3','',NULL),(11826,'en','profile-builder','4cecb21b44628b17c436739bf6301af2','SMS',NULL,NULL,'LINE',NULL,10,'','5b7a88fe16e913f71f94523278fe2a6e','',NULL),(11827,'en','profile-builder','d0749aaba8b833466dfcbb0428e4f89c','SUCCESS',NULL,NULL,'LINE',NULL,10,'','1fa2c207ec3ac4faf4fc797b44b4d7c4','',NULL),(11828,'en','profile-builder','5eed4e113f05c8cdd23c7f7044a746c4','Save Add-ons',NULL,NULL,'LINE',NULL,10,'','0849ee5561aa78910563bffdd569c766','',NULL),(11829,'en','profile-builder','8e72da3da6587f1ec5a8166f29568ee9','Search Users',NULL,NULL,'LINE',NULL,10,'','0d74774974c329ec4cb7c503808bc87d','',NULL),(11830,'en','profile-builder','a936d268384b747680e51c0a36228f41','Search for add-ons...',NULL,NULL,'LINE',NULL,10,'','b27ac4dcb72f963aa21f8bf37478087b','',NULL),(11831,'en','profile-builder','8e46f6ecf73c49b1c8962c6dcaa98835','See details',NULL,NULL,'LINE',NULL,10,'','7b10f0010be76cd80810a15645a103e1','',NULL),(11832,'en','profile-builder','31bb2f6e9b8fb11cbb7fb63c6025223f','Select Template',NULL,NULL,'LINE',NULL,10,'','c1d5420ec97f7f2526cbdaaa14ee458f','',NULL),(11833,'en','profile-builder','a7919457e5d6d4cea4e266320d6b19ab','Select User',NULL,NULL,'LINE',NULL,10,'','a665398d1cbe226053b43459c511c926','',NULL),(11834,'en','profile-builder','c8c16e727a3860201bc35adda6cdcbdf','Select a Country',NULL,NULL,'LINE',NULL,10,'','8ee363446e358630bfde081523d6338e','',NULL),(11835,'en','profile-builder','77ca81ab096d7f75b18d46f966bfb97c','Select on what user roles to activate Admin Approval.',NULL,NULL,'LINE',NULL,10,'','5f2a921a87cff56f2470b43c8574caba','',NULL),(11836,'en','profile-builder','919fd7146216a3312ed6d95c6dc5101d','Select or type in an option',NULL,NULL,'LINE',NULL,10,'','7bc668e152482585fa465e2d57b2df7e','',NULL),(11837,'en','profile-builder','206066bfb8ab68545e4e13c6c23d3eb0','Select the list your new subscriber will be added to',NULL,NULL,'LINE',NULL,10,'','3d088aa97432b9ad142ef2e20e94ea01','',NULL),(11838,'en','profile-builder','07300bb173c4f0c71ab122cec8737dcd','Select which fields to show',NULL,NULL,'LINE',NULL,10,'','8cf663e12939ca78beb96ad920079022','',NULL),(11839,'en','profile-builder','777475dcd2749b94375fe07762d9d76f','Select...',NULL,NULL,'LINE',NULL,10,'','c96e59b06798b95cc5e21a4d961983d8','',NULL),(11840,'en','profile-builder','f4f70727dc34561dfde1a3c529b6205c','Settings',NULL,NULL,'LINE',NULL,10,'','e9c5b5c3a27732258e9682d0a3c92fbb','',NULL),(11841,'en','profile-builder','9a7e58ee13cb727cb7c4acc68f4cafe5','Settings saved.',NULL,NULL,'LINE',NULL,10,'','496fa46c3ef0ff0de5f0388ed1d89673','',NULL),(11842,'en','profile-builder','830fca939855bdc1a7a08c755e36fb28','Ship to a different address?',NULL,NULL,'LINE',NULL,10,'','ba83cb29c5582970e4e7753a2b29c5d3','',NULL),(11843,'en','profile-builder','eddef09c37d7b6db4a7ed8551238b3f1','Shipping ',NULL,NULL,'LINE',NULL,10,'','0a5b5413aa109574bff720de4f821a34','',NULL),(11844,'en','profile-builder','48974cc3df177e6b565c39aa155458cd','Shipping Address',NULL,NULL,'LINE',NULL,10,'','9b6b20ece73294286aca123816e4f1ea','',NULL),(11845,'en','profile-builder','e8d198592930e277244130298b020eb4','Shipping Fields',NULL,NULL,'LINE',NULL,10,'','df2bbaef0b0e7038fe64a0d42e6a0285','',NULL),(11846,'en','profile-builder','1059f1dfa98614d231b8479200e6495e','Shortcodes',NULL,NULL,'LINE',NULL,10,'','b65250cd5a4fcfb73d5b7af0ef0a63ef','',NULL),(11847,'en','profile-builder','8cd0d0c99b062b3d22e8c7188ba33ab2','Show All',NULL,NULL,'LINE',NULL,10,'','4db00646104c4c0e411f69df63867380','',NULL),(11848,'en','profile-builder','d7085e2b5b40144896a996a297e3847d','Sign in with Facebook',NULL,NULL,'LINE',NULL,10,'','2b48c3bd8e5d0c864b36337976f3a3a7','',NULL),(11849,'en','profile-builder','95aacd4d4ac87524cfc63d9cc94c008e','Sign in with Google',NULL,NULL,'LINE',NULL,10,'','a26066a56c7a893dc552e5b98a377dee','',NULL),(11850,'en','profile-builder','57898246654d3c9b24273ebbaf31c81c','Sign in with LinkedIn',NULL,NULL,'LINE',NULL,10,'','3dfa2d889172ea6147e32acae5e26d4b','',NULL),(11851,'en','profile-builder','66ba162102bbf6ae31b522aec561735e','Single',NULL,NULL,'LINE',NULL,10,'','04ef25297b771db3344406a41a324b6e','',NULL),(11852,'en','profile-builder','fbcd0dcdc151b6c3b95a2bf1fe26d846','Skip and Deactivate',NULL,NULL,'LINE',NULL,10,'','16646c8d88bc5c181dd4ab6f564f736c','',NULL),(11853,'en','profile-builder','c6701602de1528fd79d5eff3e8eb1edd','Something went wrong!',NULL,NULL,'LINE',NULL,10,'','924c67f98959792e400dde058c0d97ab','',NULL),(11854,'en','profile-builder','50aa45a8baed7540daadabf25876593e','Something went wrong. Either the MailChimp API key is missing or it is invalid.',NULL,NULL,'LINE',NULL,10,'','196f4ea05a509e7e19177108740d8a67','',NULL),(11855,'en','profile-builder','0ba7096ebc5b034de16a7309ce2a9a59','Something went wrong. Please try again later!',NULL,NULL,'LINE',NULL,10,'','4d58346af8d63736913ab3fced553a15','',NULL),(11856,'en','profile-builder','92fa19244e1dcb9d7f6ca6b849987883','Something went wrong. Please try again!',NULL,NULL,'LINE',NULL,10,'','70bbe20acde8ef8931af210759664ac4','',NULL),(11857,'en','profile-builder','13424914180b13be696e329a7294227b','Sorry, you cannot upload this file type for this field.',NULL,NULL,'LINE',NULL,10,'','6b831837a1be2f293e6fc863bf3eab54','',NULL),(11858,'en','profile-builder','eb6d8ae6f20283755b339c0dc273988b','Standard',NULL,NULL,'LINE',NULL,10,'','16264d6a017da7e4c7f05f517c3fd207','',NULL),(11859,'en','profile-builder','0593364d114743e4dcd592834f494c2c','Step by Step Quick Setup',NULL,NULL,'LINE',NULL,10,'','d9ac0676753ab86025043bea25b883ea','',NULL),(11860,'en','profile-builder','792a63532bc4b9dfd5fbbf5412a70a51','Straight forward edit profile forms using %s shortcode.',NULL,NULL,'LINE',NULL,10,'','33e67a256fbf4cf0102bc71c3838a306','',NULL),(11861,'en','profile-builder','a4d3b161ce1309df1c4e25df28694b7b','Submit',NULL,NULL,'LINE',NULL,10,'','b86613e9ed1a9cb3092c4e0d08ef492f','',NULL),(11862,'en','profile-builder','e237d94e67d26892e29443b9ea660fd3','Submit & Deactivate',NULL,NULL,'LINE',NULL,10,'','b5ee5cc3a51cd8c024cc2f37f0982bdc','',NULL),(11863,'en','profile-builder','ad91b4418737c465ef1eaeaa0e640228','Submit and Deactivate',NULL,NULL,'LINE',NULL,10,'','ef54673e6564abf237f574b2af5ac4f7','',NULL),(11864,'en','profile-builder','2fd823320ca07c5505f0c334574d87fd','Subscribe to Newsletter',NULL,NULL,'LINE',NULL,10,'','e47b5cb3987f8a8ecbe75b60549cd2d7','',NULL),(11865,'en','profile-builder','5acd460877052acd8485e812d7ac8004','Taxonomies',NULL,NULL,'LINE',NULL,10,'','c6dcb73a8941425d6feac6e81bb6c74d','',NULL),(11866,'en','profile-builder','b2a1e8c4e743228e0a3719e3abc4cc1e','Telephone',NULL,NULL,'LINE',NULL,10,'','9e73d1625c49cfeb6973479a7be3b8cd','',NULL),(11867,'en','profile-builder','5bf841c969a428ab846cbfa625924ab2','Tell us what you couldn\'t find',NULL,NULL,'LINE',NULL,10,'','17f062dc5275d073d2af63bd5c1edd4c','',NULL),(11868,'en','profile-builder','278c491bdd8a53618c149c4ac790da34','Template',NULL,NULL,'LINE',NULL,10,'','174a286ba926fcec857f024d2dc0b649','',NULL),(11869,'en','profile-builder','9dffbf69ffba8bc38bc4e01abf4b1675','Text',NULL,NULL,'LINE',NULL,10,'','8b7ef8fb59cd74f559f9b5d270dbf027','',NULL),(11870,'en','profile-builder','78adb2993824bc692bc58527c8c1dce0','The API Key was not provided.',NULL,NULL,'LINE',NULL,10,'','53123b9a834bb420502e0b06d7ce7aee','',NULL),(11871,'en','profile-builder','559d4e2866c5d192c46d0ada63bece1a','The email confirmation does not match your email address.',NULL,NULL,'LINE',NULL,10,'','96b4ff5ef2cab4b8dcbc9894824b7542','',NULL),(11872,'en','profile-builder','88a88ad054cd919187139a971492b3bb','The email field is empty.',NULL,NULL,'LINE',NULL,10,'','45a294668f10fdfde60c47f8bdf034b1','',NULL),(11873,'en','profile-builder','24f9bb132ef2584ab42383bae55a9770','The password field is empty.',NULL,NULL,'LINE',NULL,10,'','7946763daeb836784b2f50b2be407e02','',NULL),(11874,'en','profile-builder','e4a92d5269992ee0aec0af35c03d3867','The password must not be empty!',NULL,NULL,'LINE',NULL,10,'','9c4580b807c5bade11419e948a46f1fd','',NULL),(11875,'en','profile-builder','6018578f603b2112df03922d18dceb58','The username field is empty',NULL,NULL,'LINE',NULL,10,'','ccdb9b52a099ac56cf91674f7d4d7aa3','',NULL),(11876,'en','profile-builder','421c4098f37c47e09c8984e9573fa59b','The username/email field is empty',NULL,NULL,'LINE',NULL,10,'','6d201da45e54f9df10f43ee5caa56bdb','',NULL),(11877,'en','profile-builder','65ce176261c69c5e01d287d832661ac5','These plugins are compatible with all versions of Profile Builder',NULL,NULL,'LINE',NULL,10,'','bf2e49a8c7946ad441c515743611b107','',NULL),(11878,'en','profile-builder','0c4e3afa7700fb7a57f46aaedb33171b','This capability already exists!',NULL,NULL,'LINE',NULL,10,'','cb170d91f7b62f1759c3bd020a128df4','',NULL),(11879,'en','profile-builder','0b8881b227793706380b645eed8c096c','This content is restricted for your user role.',NULL,NULL,'LINE',NULL,10,'','f6692eae1e308e56387b3a6fd48bf614','',NULL),(11880,'en','profile-builder','4e56c18ec74f7492cf3fc91ef0377c56','This field can be seen by: ',NULL,NULL,'LINE',NULL,10,'','6c72ccde8018e4c02ddec38c76d88c8a','',NULL),(11881,'en','profile-builder','27fc2aa33ac1ae4d8e0d4ef0d40541fc','This field is required in MailChimp',NULL,NULL,'LINE',NULL,10,'','3f1cbb65659a8b863807c301942e312b','',NULL),(11882,'en','profile-builder','ebafb8616fe21d06367b768dccd5a3d8','This field requires approval by an administrator',NULL,NULL,'LINE',NULL,10,'','822a3e6a29f7585680e035e3dc16c936','',NULL),(11883,'en','profile-builder','b78a3223503896721cca1303f776159b','Title',NULL,NULL,'LINE',NULL,10,'','0ec1bb387778a2ed8a06da139bc01d7d','',NULL),(11884,'en','profile-builder','a1a810944e4cfc2d839e41abdf8bd7d1','To create a new account please confirm:',NULL,NULL,'LINE',NULL,10,'','03b5898ed82b8bec77238139f737c93e','',NULL),(11885,'en','profile-builder','fa41d5dbf072908b6f773a794c58b4e2','To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s.',NULL,NULL,'LINE',NULL,10,'','1a3263c655c6da8325ccaaa2be11e79d','',NULL),(11886,'en','profile-builder','ae3ed16ac04bd25713c4946a81f762ac','Town / City',NULL,NULL,'LINE',NULL,10,'','88dc3fc702181c4610d52fd684a4bd27','',NULL),(11887,'en','profile-builder','053a88ec5fecbd9181f25d8a7a7b9a52','TranslatePress',NULL,NULL,'LINE',NULL,10,'','acfd99c2def884e627e7d0448b6b476f','',NULL),(11888,'en','profile-builder','9047fe3f7a94edfc5c26481ef4fe6c29','Two-Factor Authentication Settings',NULL,NULL,'LINE',NULL,10,'','74df995c86265877780fd5c64d9235d0','',NULL),(11889,'en','profile-builder','5c65b479364064b1387479b41c5a1a36','Type of Restriction',NULL,NULL,'LINE',NULL,10,'','3da5924881c7b8f6d1d81cf9b066ff5d','',NULL),(11890,'en','profile-builder','e659b52eba1f0299b2d8ca3483919e72','Type:',NULL,NULL,'LINE',NULL,10,'','b57288c9f194611cda0889b4df97af6f','',NULL),(11891,'en','profile-builder','f867445eb712378d90f9ce91118596c1','Unapproved Fields',NULL,NULL,'LINE',NULL,10,'','eee3b9ad287974d6f76eaa02fa7160f3','',NULL),(11892,'en','profile-builder','c1a39b6a60f8b2f87e23d60ab649d994','Unlink',NULL,NULL,'LINE',NULL,10,'','c5e3c97e0fe1f1ead2a9a1ddc9dab564','',NULL),(11893,'en','profile-builder','fa5019dad3d183361495c2c3de524855','Unsatisfactory support',NULL,NULL,'LINE',NULL,10,'','f689069e9f44f3e76b7f46e2c1b0b3b8','',NULL),(11894,'en','profile-builder','27744bf281ec8965cc2b193ee83e422c','Uploaded file is not valid json!',NULL,NULL,'LINE',NULL,10,'','687e069086e60b09bd82e1aa07843891','',NULL),(11895,'en','profile-builder','2dc51259aa01455fe5bec5b1ad553e07','Username or Email Address',NULL,NULL,'LINE',NULL,10,'','cde82f956be177dfa9841c8d3ac6f2d3','',NULL),(11896,'en','profile-builder','cac81c648846c9b8c3e6085a45782c7e','Username:',NULL,NULL,'LINE',NULL,10,'','061d5e7dd36addd4e9698a7d19f593de','',NULL),(11897,'en','profile-builder','f9aae5fda8d810a29f12d1e61b4ab25f','Users',NULL,NULL,'LINE',NULL,10,'','935c666a2daf567cab3981c9a0e17087','',NULL),(11898,'en','profile-builder','3ac705f2acd51a4613f9188c05c91d0d','Valid',NULL,NULL,'LINE',NULL,10,'','a2c78b57c02333dddbc06a1556e6dcde','',NULL),(11899,'en','profile-builder','13148717f8faa9037f37d28971dfc219','Validation',NULL,NULL,'LINE',NULL,10,'','6019e458c2a0dd6cd612888bf00c4b4f','',NULL),(11900,'en','profile-builder','f196677e23e3863774fc37df7c963ab1','View Profile Builder documentation',NULL,NULL,'LINE',NULL,10,'','5fdf22266ca5395049c6c16f70aecd8f','',NULL),(11901,'en','profile-builder','2f6755931ebbe89f3eefb8341c297434','View Role',NULL,NULL,'LINE',NULL,10,'','f96ecc761cca85b2b4ee93433761c95d','',NULL),(11902,'en','profile-builder','4ad4c5f28d498253def15103b1460bb7','Waiting for Twitter...',NULL,NULL,'LINE',NULL,10,'','7d03653a7678f524c382108606a792d2','',NULL),(11903,'en','profile-builder','e5cb8489f57db7c15eed3258e48cd5f3','Website:',NULL,NULL,'LINE',NULL,10,'','2445871da7bbd789e39bd026b2f40c1c','',NULL),(11904,'en','profile-builder','cc263ec09e566f3bd745f5ad0c3466de','Welcome to %1$s!<br/><br/><br/>Your username is: %2$s and the password: %3$s<br/><br/>Access your account: %4$s ',NULL,NULL,'LINE',NULL,10,'','193435d7b4bfd0503b8275b4cfaf1031','',NULL),(11905,'en','profile-builder','6dcf013d186ced5dd054ed507bce1a1d','Who can see this field?',NULL,NULL,'LINE',NULL,10,'','5ef7cbd5551037169a962e654e476d31','',NULL),(11906,'en','profile-builder','32954654ac8fe66a1d09be19001de2d4','Width',NULL,NULL,'LINE',NULL,10,'','7383b65a140eb83208c83653a85cc725','',NULL),(11907,'en','profile-builder','ee8d82448ba8787a6ae043a53157f36e','Width (px)',NULL,NULL,'LINE',NULL,10,'','d8848eac68019f1d2947ebdea126d323','',NULL),(11908,'en','profile-builder','92c0d23cc3a712a827b4c9e088682560','WooCommerce Sync',NULL,NULL,'LINE',NULL,10,'','fc89af46a7e6b9c6a3c4fbbd1da530e0','',NULL),(11909,'en','profile-builder','de5163c7c47e60cec1f4ddeb127044cd','Wrong password!',NULL,NULL,'LINE',NULL,10,'','91e317871920152a7728cac7744bc3fc','',NULL),(11910,'en','profile-builder','6efa8044b1d7063066d907f4f3f73d2f','You are not currently logged in.',NULL,NULL,'LINE',NULL,10,'','850368e488233e7243427b0b4da071e0','',NULL),(11911,'en','profile-builder','96c59ea7535e2e688e4de76bd8e1b375','You can add / edit user roles at %1$sUsers > Roles Editor%2$s.',NULL,NULL,'LINE',NULL,10,'','f0bb4a4fd7deb29e06018120a5038c42','',NULL),(11912,'en','profile-builder','4d09ce79c41e35240e3eb630acaf9a58','You can\'t add a hidden capability!',NULL,NULL,'LINE',NULL,10,'','5c0aafc95a7ba1246a97d8619b5ce3d9','',NULL),(11913,'en','profile-builder','b588ffcf7fd054eb1e9fa1cc6f685c54','You can\'t add duplicate redirects!',NULL,NULL,'LINE',NULL,10,'','4e4f97cf4aacbaef96861ca4401a9e0b','',NULL),(11914,'en','profile-builder','1cd913eaed450bf4643b7ccd78d978b8','You can\'t delete the default role. Change it first.',NULL,NULL,'LINE',NULL,10,'','df19d27ae0d79babdd5954037754b224','',NULL),(11915,'en','profile-builder','5ebbc6a65a308b82256078d7eb03fce3','You can\'t delete your role.',NULL,NULL,'LINE',NULL,10,'','d698bdb1033614ff9fac814da5354d37','',NULL),(11916,'en','profile-builder','0035ccad8a1b9beef78c21be50febada','You did not type %s. Try again!',NULL,NULL,'LINE',NULL,10,'','1031b4123cad9d9c353fe175b7ebfc32','',NULL),(11917,'en','profile-builder','8d1cdb85dbe7880872f5ed4f97c4c1e7','You do not have permission to view this user list.',NULL,NULL,'LINE',NULL,10,'','3d145f788c470311d76775f95cd5304d','',NULL),(11918,'en','profile-builder','5a9bb257cd7b2e153e25ea90b1a4600c','You do not have the capabilities required to do this!',NULL,NULL,'LINE',NULL,10,'','82d9948ca28231ab369b26a79d423cbd','',NULL),(11919,'en','profile-builder','8c3350ddfa8421f5215fdb6b8659ddcf','You have successfully linked your account to %%.',NULL,NULL,'LINE',NULL,10,'','69b315a860ebe8744af98f95a04c4a6d','',NULL),(11920,'en','profile-builder','56fbe88eae9698e1ab53f1d9337957ac','You have successfully reset your password.',NULL,NULL,'LINE',NULL,10,'','7075bd3125430e21b0ccdb1c8ee2c015','',NULL),(11921,'en','profile-builder','0f3c7738d76ef4ea5255f94ae9d7a092','You must be logged in to view the comments.',NULL,NULL,'LINE',NULL,10,'','9be525fddc9e3defee23c1ce0d3666d8','',NULL),(11922,'en','profile-builder','fc323f0c309c77dca4b8fda1c2fa93bd','You must be logged in to view this content.',NULL,NULL,'LINE',NULL,10,'','ebbd907d8825bdb14904d2c20c50c11d','',NULL),(11923,'en','profile-builder','4f71ff6c69e85bc68407fc1268e507a2','You must enter a valid URL.',NULL,NULL,'LINE',NULL,10,'','5952f7e43b2789a438a9b52eb0306ace','',NULL),(11924,'en','profile-builder','a7145daf08acc672b66f189a1bcb9bd2','You must select a label to edit!',NULL,NULL,'LINE',NULL,10,'','b246d2a858b2e303a65f1d2eff42fbc8','',NULL),(11925,'en','profile-builder','71a674dafc9480e8bf2921aca20e28bb','Your <strong>Profile Builder</strong> license has expired. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %5$sDismiss%6$s',NULL,NULL,'LINE',NULL,10,'','387c3529cd80e4ebe4176257cae5e879','',NULL),(11926,'en','profile-builder','dfa52680e0b1d478fdf0eb11c2492660','Your <strong>Profile Builder</strong> license is about to expire on %5$s. <br/>Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now %4$s %6$sDismiss%7$s',NULL,NULL,'LINE',NULL,10,'','687717ab75f85209f38a6a2fabf594c2','',NULL),(11927,'en','profile-builder','6ba4903222cb166fa343ca98b7ed8bf6','Your <strong>Profile Builder</strong> serial number is invalid or missing. <br/>Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s',NULL,NULL,'LINE',NULL,10,'','b13cd7051de0b4a78ce9c76f67f0f6c9','',NULL),(11928,'en','profile-builder','bb1a2c4f1f3a4abf9fbd740a299e5085','Your Role',NULL,NULL,'LINE',NULL,10,'','90faa8d93e0edec6487d40ba22a1c03f','',NULL),(11929,'en','profile-builder','0f5c673de9651b2e3ba8165f780a64f8','Your account has been successfully created!',NULL,NULL,'LINE',NULL,10,'','647d02cac1c807df259a05c915e799b7','',NULL),(11930,'en','profile-builder','0e281ccd9de421f91e0e3394e2101595','Your account has to be confirmed by an administrator before you can log in.',NULL,NULL,'LINE',NULL,10,'','c0c2b3a9ff753c698c70877c0edc7260','',NULL),(11931,'en','profile-builder','93645cf87f466a0d62db544b1958367d','Your account is linked with:',NULL,NULL,'LINE',NULL,10,'','199286d366611e2feeb1dd485b54d08c','',NULL),(11932,'en','profile-builder','49b29c42378e974f6149b868a6f76f57','bbPress',NULL,NULL,'LINE',NULL,10,'','46461ae7eb2165f848fb5cf1970f8585','',NULL),(11933,'en','profile-builder','740cccb3126d5c5dddc9c4fae1555a62','bbPress Integration',NULL,NULL,'LINE',NULL,10,'','9918ffe757c59f2fd8e6ffb99e478a10','',NULL),(11934,'en','profile-builder','a4ea91cd0d1ea33d8113457644dd6157','click here',NULL,NULL,'LINE',NULL,10,'','feb64ba0413e99806a3635e318ecca7e','',NULL),(11935,'en','profile-builder','d7a8f03808f2aa37f6c7f335a3bf5b95','eg.: <strong>John Doe</strong> instead of <strong>john doe</strong>',NULL,NULL,'LINE',NULL,10,'','c7fbb30e21f9243e04fe2b60d8902fd9','',NULL),(11936,'en','profile-builder','3309a7a7941818e131b4dfb9a6349914','has',NULL,NULL,'LINE',NULL,10,'','0d54c0e22eb6080ac47ef98c8c98a0b0','',NULL),(11937,'en','profile-builder','3c5603a07bb101bd425e3eb47ac6ec8d','https://www.cozmoslabs.com/',NULL,NULL,'LINE',NULL,10,'','3270fcec0f1bdacb8d8f649de955d01f','',NULL),(11938,'en','profile-builder','cda14c984095f236b057a54e749ddb20','https://www.cozmoslabs.com/wordpress-profile-builder/',NULL,NULL,'LINE',NULL,10,'','5d17d8821993d4933cb090f73738bc4f','',NULL),(11939,'en','profile-builder','426ce100eda8bf6a3e4a0118ef3a2e69','iFrame Size',NULL,NULL,'LINE',NULL,10,'','1c65f3dff9ca1978ed6d27c5bbe4f79e','',NULL),(11940,'en','profile-builder','ef9e0e6ea7300900e7f94bc300202664','iFrame Title',NULL,NULL,'LINE',NULL,10,'','9be902f92d10f9e77788a6dcac428e2b','',NULL),(11941,'en','profile-builder','a2a551a6458a8de22446cc76d639a9e9','is',NULL,NULL,'LINE',NULL,10,'','7c1cd1a2ea1279e086c0d9b9c95c97c1','',NULL),(11942,'en','profile-builder','a18e089aa76cfb34de574b442ce433ef','%1$s of %2$s',NULL,NULL,'LINE',NULL,10,'paging','b0b6211f5f145d9795d3f868dab09acf','',NULL),(11943,'en','profile-builder','4ec933a8378366fc3daf7d191d7ee94c','the ID of the user',NULL,NULL,'LINE',NULL,10,'','394f54aabc853e6e87bfd21fd0cc334b','',NULL),(11944,'en','profile-builder','fd0c35ac279030b39d732509e78fac1b','~ Paul, developer of Profile Builder',NULL,NULL,'LINE',NULL,10,'','d23fcaca012389f21587c2a972d2b270','',NULL);
/*!40000 ALTER TABLE `wp_icl_strings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_translate`
--

DROP TABLE IF EXISTS `wp_icl_translate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_translate` (
  `tid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `job_id` bigint(20) unsigned NOT NULL,
  `content_id` bigint(20) unsigned NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `field_type` varchar(160) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `field_format` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `field_translate` tinyint(4) NOT NULL,
  `field_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `field_data_translated` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `field_finished` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tid`),
  KEY `job_id` (`job_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_translate`
--

LOCK TABLES `wp_icl_translate` WRITE;
/*!40000 ALTER TABLE `wp_icl_translate` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_translate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_translate_job`
--

DROP TABLE IF EXISTS `wp_icl_translate_job`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_translate_job` (
  `job_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rid` bigint(20) unsigned NOT NULL,
  `translator_id` int(10) unsigned NOT NULL,
  `translated` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `manager_id` int(10) unsigned NOT NULL,
  `revision` int(10) unsigned DEFAULT NULL,
  `title` varchar(160) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `deadline_date` datetime DEFAULT NULL,
  `completed_date` datetime DEFAULT NULL,
  PRIMARY KEY (`job_id`),
  KEY `rid` (`rid`,`translator_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_translate_job`
--

LOCK TABLES `wp_icl_translate_job` WRITE;
/*!40000 ALTER TABLE `wp_icl_translate_job` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_translate_job` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_translation_batches`
--

DROP TABLE IF EXISTS `wp_icl_translation_batches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_translation_batches` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `batch_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tp_id` int(11) DEFAULT NULL,
  `ts_url` text COLLATE utf8mb4_unicode_520_ci,
  `last_update` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_translation_batches`
--

LOCK TABLES `wp_icl_translation_batches` WRITE;
/*!40000 ALTER TABLE `wp_icl_translation_batches` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_icl_translation_batches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_translation_status`
--

DROP TABLE IF EXISTS `wp_icl_translation_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_translation_status` (
  `rid` bigint(20) NOT NULL AUTO_INCREMENT,
  `translation_id` bigint(20) NOT NULL,
  `status` tinyint(4) NOT NULL,
  `translator_id` bigint(20) NOT NULL,
  `needs_update` tinyint(4) NOT NULL,
  `md5` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `translation_service` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `batch_id` int(11) NOT NULL DEFAULT '0',
  `translation_package` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `links_fixed` tinyint(4) NOT NULL DEFAULT '0',
  `_prevstate` longtext COLLATE utf8mb4_unicode_520_ci,
  `uuid` varchar(36) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`rid`),
  UNIQUE KEY `translation_id` (`translation_id`)
) ENGINE=InnoDB AUTO_INCREMENT=129 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_translation_status`
--

LOCK TABLES `wp_icl_translation_status` WRITE;
/*!40000 ALTER TABLE `wp_icl_translation_status` DISABLE KEYS */;
INSERT INTO `wp_icl_translation_status` VALUES (1,316,9,0,0,'','',0,'','2018-11-12 23:36:52',0,NULL,NULL),(2,317,9,0,0,'','',0,'','2018-11-12 23:36:52',0,NULL,NULL),(3,318,9,0,0,'','',0,'','2018-11-12 23:36:52',0,NULL,NULL),(4,319,9,0,0,'','',0,'','2018-11-12 23:36:52',0,NULL,NULL),(5,320,9,0,0,'','',0,'','2018-11-12 23:36:52',0,NULL,NULL),(6,321,9,0,0,'','',0,'','2018-11-12 23:36:52',0,NULL,NULL),(7,322,9,0,0,'','',0,'','2018-11-12 23:36:52',0,NULL,NULL),(8,323,9,0,0,'','',0,'','2018-11-12 23:36:52',0,NULL,NULL),(9,324,9,0,0,'','',0,'','2018-11-12 23:36:52',0,NULL,NULL),(10,325,9,0,0,'','',0,'','2018-11-12 23:36:52',0,NULL,NULL),(11,326,9,0,0,'','',0,'','2018-11-12 23:36:53',0,NULL,NULL),(12,327,9,0,0,'','',0,'','2018-11-12 23:36:53',0,NULL,NULL),(13,328,9,0,0,'','',0,'','2018-11-12 23:36:53',0,NULL,NULL),(14,329,9,0,0,'','',0,'','2018-11-12 23:36:53',0,NULL,NULL),(15,330,9,0,0,'','',0,'','2018-11-12 23:36:53',0,NULL,NULL),(16,331,9,0,0,'','',0,'','2018-11-12 23:36:53',0,NULL,NULL),(17,332,9,0,0,'','',0,'','2018-11-12 23:36:53',0,NULL,NULL),(18,333,9,0,0,'','',0,'','2018-11-12 23:36:53',0,NULL,NULL),(19,334,9,0,0,'','',0,'','2018-11-12 23:36:54',0,NULL,NULL),(20,335,9,0,0,'','',0,'','2018-11-12 23:36:54',0,NULL,NULL),(21,336,9,0,0,'','',0,'','2018-11-12 23:36:54',0,NULL,NULL),(22,337,9,0,0,'','',0,'','2018-11-12 23:36:54',0,NULL,NULL),(23,338,9,0,0,'','',0,'','2018-11-12 23:36:54',0,NULL,NULL),(24,339,9,0,0,'','',0,'','2018-11-12 23:36:54',0,NULL,NULL),(25,340,9,0,0,'','',0,'','2018-11-12 23:36:54',0,NULL,NULL),(26,341,9,0,0,'','',0,'','2018-11-12 23:36:54',0,NULL,NULL),(27,342,9,0,0,'','',0,'','2018-11-12 23:36:55',0,NULL,NULL),(28,343,9,0,0,'','',0,'','2018-11-12 23:36:55',0,NULL,NULL),(29,344,9,0,0,'','',0,'','2018-11-12 23:36:55',0,NULL,NULL),(30,345,9,0,0,'','',0,'','2018-11-12 23:36:55',0,NULL,NULL),(31,346,9,0,0,'','',0,'','2018-11-12 23:36:55',0,NULL,NULL),(32,347,9,0,0,'','',0,'','2018-11-12 23:36:55',0,NULL,NULL),(33,348,9,0,0,'','',0,'','2018-11-12 23:36:55',0,NULL,NULL),(34,349,9,0,0,'','',0,'','2018-11-12 23:36:56',0,NULL,NULL),(35,350,9,0,0,'','',0,'','2018-11-12 23:36:56',0,NULL,NULL),(36,351,9,0,0,'','',0,'','2018-11-12 23:36:56',0,NULL,NULL),(37,352,9,0,0,'','',0,'','2018-11-12 23:36:56',0,NULL,NULL),(38,353,9,0,0,'','',0,'','2018-11-12 23:36:56',0,NULL,NULL),(39,354,9,0,0,'','',0,'','2018-11-12 23:36:56',0,NULL,NULL),(40,355,9,0,0,'','',0,'','2018-11-12 23:36:56',0,NULL,NULL),(41,356,9,0,0,'','',0,'','2018-11-12 23:36:56',0,NULL,NULL),(42,357,9,0,0,'','',0,'','2018-11-12 23:36:57',0,NULL,NULL),(43,358,9,0,0,'','',0,'','2018-11-12 23:36:57',0,NULL,NULL),(44,359,9,0,0,'','',0,'','2018-11-12 23:36:57',0,NULL,NULL),(45,360,9,0,0,'','',0,'','2018-11-12 23:36:57',0,NULL,NULL),(46,361,9,0,0,'','',0,'','2018-11-12 23:36:57',0,NULL,NULL),(47,362,9,0,0,'','',0,'','2018-11-12 23:36:57',0,NULL,NULL),(48,363,9,0,0,'','',0,'','2018-11-12 23:36:57',0,NULL,NULL),(49,364,9,0,0,'','',0,'','2018-11-12 23:36:57',0,NULL,NULL),(50,365,9,0,0,'','',0,'','2018-11-12 23:36:57',0,NULL,NULL),(51,366,9,0,0,'','',0,'','2018-11-12 23:36:58',0,NULL,NULL),(52,367,9,0,0,'','',0,'','2018-11-12 23:36:58',0,NULL,NULL),(53,368,9,0,0,'','',0,'','2018-11-12 23:36:58',0,NULL,NULL),(54,369,9,0,0,'','',0,'','2018-11-12 23:36:58',0,NULL,NULL),(55,370,9,0,0,'','',0,'','2018-11-12 23:36:58',0,NULL,NULL),(56,371,9,0,0,'','',0,'','2018-11-12 23:36:58',0,NULL,NULL),(57,372,9,0,0,'','',0,'','2018-11-12 23:36:58',0,NULL,NULL),(58,373,9,0,0,'','',0,'','2018-11-12 23:36:58',0,NULL,NULL),(59,374,9,0,0,'','',0,'','2018-11-12 23:36:58',0,NULL,NULL),(60,375,9,0,0,'','',0,'','2018-11-12 23:36:58',0,NULL,NULL),(61,376,9,0,0,'','',0,'','2018-11-12 23:36:59',0,NULL,NULL),(62,377,9,0,0,'','',0,'','2018-11-12 23:36:59',0,NULL,NULL),(63,378,9,0,0,'','',0,'','2018-11-12 23:36:59',0,NULL,NULL),(64,379,9,0,0,'','',0,'','2018-11-12 23:36:59',0,NULL,NULL),(65,380,9,0,0,'','',0,'','2018-11-12 23:36:59',0,NULL,NULL),(66,381,9,0,0,'','',0,'','2018-11-12 23:36:59',0,NULL,NULL),(67,382,9,0,0,'','',0,'','2018-11-12 23:36:59',0,NULL,NULL),(68,383,9,0,0,'','',0,'','2018-11-12 23:36:59',0,NULL,NULL),(69,384,9,0,0,'','',0,'','2018-11-12 23:36:59',0,NULL,NULL),(70,385,9,0,0,'','',0,'','2018-11-12 23:36:59',0,NULL,NULL),(71,386,9,0,0,'','',0,'','2018-11-12 23:37:00',0,NULL,NULL),(72,387,9,0,0,'','',0,'','2018-11-12 23:37:00',0,NULL,NULL),(73,388,9,0,0,'','',0,'','2018-11-12 23:37:00',0,NULL,NULL),(74,389,9,0,0,'','',0,'','2018-11-12 23:37:00',0,NULL,NULL),(75,390,9,0,0,'','',0,'','2018-11-12 23:37:00',0,NULL,NULL),(76,391,9,0,0,'','',0,'','2018-11-12 23:37:00',0,NULL,NULL),(77,392,9,0,0,'','',0,'','2018-11-12 23:37:00',0,NULL,NULL),(78,393,9,0,0,'','',0,'','2018-11-12 23:37:00',0,NULL,NULL),(79,394,9,0,0,'','',0,'','2018-11-12 23:37:00',0,NULL,NULL),(80,395,9,0,0,'','',0,'','2018-11-12 23:37:00',0,NULL,NULL),(81,396,9,0,0,'','',0,'','2018-11-12 23:37:01',0,NULL,NULL),(82,397,9,0,0,'','',0,'','2018-11-12 23:37:01',0,NULL,NULL),(83,398,9,0,0,'','',0,'','2018-11-12 23:37:01',0,NULL,NULL),(84,399,9,0,0,'','',0,'','2018-11-12 23:37:01',0,NULL,NULL),(85,400,9,0,0,'','',0,'','2018-11-12 23:37:01',0,NULL,NULL),(86,401,9,0,0,'','',0,'','2018-11-12 23:37:01',0,NULL,NULL),(87,402,9,0,0,'','',0,'','2018-11-12 23:37:01',0,NULL,NULL),(88,403,9,0,0,'','',0,'','2018-11-12 23:37:01',0,NULL,NULL),(89,404,9,0,0,'','',0,'','2018-11-12 23:37:01',0,NULL,NULL),(90,405,9,0,0,'','',0,'','2018-11-12 23:37:01',0,NULL,NULL),(91,406,9,0,0,'','',0,'','2018-11-12 23:37:02',0,NULL,NULL),(92,407,9,0,0,'','',0,'','2018-11-12 23:37:02',0,NULL,NULL),(93,408,9,0,0,'','',0,'','2018-11-12 23:37:02',0,NULL,NULL),(94,409,9,0,0,'','',0,'','2018-11-12 23:37:02',0,NULL,NULL),(95,410,9,0,0,'','',0,'','2018-11-12 23:37:02',0,NULL,NULL),(96,411,9,0,0,'','',0,'','2018-11-12 23:37:02',0,NULL,NULL),(97,412,9,0,0,'','',0,'','2018-11-12 23:37:02',0,NULL,NULL),(98,413,9,0,0,'','',0,'','2018-11-12 23:37:02',0,NULL,NULL),(99,414,9,0,0,'','',0,'','2018-11-12 23:37:02',0,NULL,NULL),(100,415,9,0,0,'','',0,'','2018-11-12 23:37:02',0,NULL,NULL),(101,416,9,0,0,'','',0,'','2018-11-12 23:37:03',0,NULL,NULL),(102,417,9,0,0,'','',0,'','2018-11-12 23:37:03',0,NULL,NULL),(103,418,9,0,0,'','',0,'','2018-11-12 23:37:03',0,NULL,NULL),(104,419,9,0,0,'','',0,'','2018-11-12 23:37:03',0,NULL,NULL),(105,420,9,0,0,'','',0,'','2018-11-12 23:37:03',0,NULL,NULL),(106,421,9,0,0,'','',0,'','2018-11-12 23:37:03',0,NULL,NULL),(107,422,9,0,0,'','',0,'','2018-11-12 23:37:03',0,NULL,NULL),(108,423,9,0,0,'','',0,'','2018-11-12 23:37:03',0,NULL,NULL),(109,424,9,0,0,'','',0,'','2018-11-12 23:37:03',0,NULL,NULL),(110,425,9,0,0,'','',0,'','2018-11-12 23:37:03',0,NULL,NULL),(111,426,9,0,0,'','',0,'','2018-11-12 23:37:04',0,NULL,NULL),(112,427,9,0,0,'','',0,'','2018-11-12 23:37:04',0,NULL,NULL),(113,428,9,0,0,'','',0,'','2018-11-12 23:37:04',0,NULL,NULL),(114,429,9,0,0,'','',0,'','2018-11-12 23:37:04',0,NULL,NULL),(115,430,9,0,0,'','',0,'','2018-11-12 23:37:04',0,NULL,NULL),(116,431,9,0,0,'','',0,'','2018-11-12 23:37:04',0,NULL,NULL),(117,432,9,0,0,'','',0,'','2018-11-12 23:37:04',0,NULL,NULL),(118,446,9,0,0,'','',0,'','2018-11-12 23:48:22',0,NULL,NULL),(119,453,9,0,0,'','',0,'','2018-11-13 13:50:36',0,NULL,NULL),(120,458,9,0,0,'','',0,'','2018-11-13 15:43:38',0,NULL,NULL),(121,462,9,0,0,'','',0,'','2018-11-13 18:06:28',0,NULL,NULL),(122,464,9,0,0,'','',0,'','2018-11-13 18:06:51',0,NULL,NULL),(123,469,9,0,0,'','',0,'','2018-11-13 18:20:49',0,NULL,NULL),(124,473,9,0,0,'','',0,'','2018-11-13 23:16:33',0,NULL,NULL),(125,482,9,0,0,'','',0,'','2018-11-13 23:58:14',0,NULL,NULL),(126,491,9,0,0,'','',0,'','2018-11-14 00:47:01',0,NULL,NULL),(127,505,9,0,0,'','',0,'','2018-11-16 21:44:10',0,NULL,NULL),(128,510,9,0,0,'','',0,'','2018-11-17 21:19:18',0,NULL,NULL);
/*!40000 ALTER TABLE `wp_icl_translation_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_icl_translations`
--

DROP TABLE IF EXISTS `wp_icl_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_icl_translations` (
  `translation_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `element_type` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post_post',
  `element_id` bigint(20) DEFAULT NULL,
  `trid` bigint(20) NOT NULL,
  `language_code` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source_language_code` varchar(7) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`translation_id`),
  UNIQUE KEY `trid_lang` (`trid`,`language_code`),
  UNIQUE KEY `el_type_id` (`element_type`,`element_id`),
  KEY `trid` (`trid`),
  KEY `id_type_language` (`element_id`,`element_type`,`language_code`)
) ENGINE=InnoDB AUTO_INCREMENT=521 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_icl_translations`
--

LOCK TABLES `wp_icl_translations` WRITE;
/*!40000 ALTER TABLE `wp_icl_translations` DISABLE KEYS */;
INSERT INTO `wp_icl_translations` VALUES (1,'post_avia_framework_post',6,6,'en',NULL),(2,'post_avia_framework_post',7,7,'en',NULL),(3,'post_avia_framework_post',8,8,'en',NULL),(4,'post_avia_framework_post',9,9,'en',NULL),(5,'post_avia_framework_post',10,10,'en',NULL),(6,'post_avia_framework_post',13,13,'en',NULL),(7,'post_avia_framework_post',20,20,'en',NULL),(8,'post_avia_framework_post',21,21,'en',NULL),(9,'post_avia_framework_post',22,22,'en',NULL),(10,'post_cool_timeline',5995,5995,'en',NULL),(11,'post_cool_timeline',5997,5997,'en',NULL),(12,'post_cool_timeline',6009,6009,'en',NULL),(13,'post_cool_timeline',6016,6016,'en',NULL),(14,'post_cool_timeline',6134,6134,'en',NULL),(15,'post_cool_timeline',6224,6224,'en',NULL),(16,'post_cool_timeline',6251,6251,'en',NULL),(17,'post_cool_timeline',6254,6254,'en',NULL),(18,'post_cool_timeline',6260,6260,'en',NULL),(19,'post_cool_timeline',6262,6262,'en',NULL),(20,'post_cool_timeline',6265,6265,'en',NULL),(21,'post_cool_timeline',6267,6267,'en',NULL),(22,'post_cool_timeline',6277,6277,'en',NULL),(23,'post_cool_timeline',6363,6363,'en',NULL),(24,'post_cool_timeline',6429,6429,'en',NULL),(25,'post_cool_timeline',6431,6431,'en',NULL),(26,'post_cool_timeline',6522,6522,'en',NULL),(27,'post_cool_timeline',6964,6964,'en',NULL),(28,'post_cool_timeline',7241,7241,'en',NULL),(29,'post_document',7003,7003,'en',NULL),(30,'post_document',7030,7030,'en',NULL),(31,'post_document',7067,7067,'en',NULL),(32,'post_document',7087,7087,'en',NULL),(33,'post_document',7092,7092,'en',NULL),(34,'post_document',7759,7759,'en',NULL),(35,'post_mb-post-type',6986,6986,'en',NULL),(36,'post_meta-box',6989,6989,'en',NULL),(37,'post_nav_menu_item',6557,6557,'en',NULL),(38,'post_nav_menu_item',6558,6558,'en',NULL),(39,'post_nav_menu_item',6559,6559,'en',NULL),(40,'post_nav_menu_item',6560,6560,'en',NULL),(41,'post_nav_menu_item',6564,6564,'en',NULL),(42,'post_nav_menu_item',6593,6593,'en',NULL),(43,'post_nav_menu_item',6594,6594,'en',NULL),(44,'post_nav_menu_item',6596,6596,'en',NULL),(45,'post_nav_menu_item',6643,6643,'en',NULL),(46,'post_nav_menu_item',7014,7014,'en',NULL),(47,'post_nav_menu_item',7099,7099,'en',NULL),(48,'post_nav_menu_item',7142,7142,'en',NULL),(49,'post_nav_menu_item',7152,7152,'en',NULL),(50,'post_nav_menu_item',7467,7467,'en',NULL),(51,'post_nav_menu_item',7468,7468,'en',NULL),(52,'post_page',2,2,'en',NULL),(53,'post_page',12,12,'en',NULL),(54,'post_page',24,24,'en',NULL),(55,'post_page',37,37,'en',NULL),(56,'post_page',41,41,'en',NULL),(57,'post_page',67,67,'en',NULL),(58,'post_page',80,80,'en',NULL),(59,'post_page',138,138,'en',NULL),(60,'post_page',141,141,'en',NULL),(61,'post_page',5542,5542,'en',NULL),(62,'post_page',5615,5615,'en',NULL),(63,'post_page',5626,5626,'en',NULL),(64,'post_page',5629,5629,'en',NULL),(65,'post_page',5635,5635,'en',NULL),(66,'post_page',5638,5638,'en',NULL),(67,'post_page',5641,5641,'en',NULL),(68,'post_page',5644,5644,'en',NULL),(69,'post_page',5647,5647,'en',NULL),(70,'post_page',5650,5650,'en',NULL),(71,'post_page',5666,5666,'en',NULL),(72,'post_page',5669,5669,'en',NULL),(73,'post_page',5681,5681,'en',NULL),(74,'post_page',6018,6018,'en',NULL),(75,'post_page',6141,6141,'en',NULL),(76,'post_page',6144,6144,'en',NULL),(77,'post_page',6147,6147,'en',NULL),(78,'post_page',6153,6153,'en',NULL),(79,'post_page',6184,6184,'en',NULL),(80,'post_page',6226,6226,'en',NULL),(81,'post_page',6367,6367,'en',NULL),(82,'post_page',6371,6371,'en',NULL),(83,'post_page',6382,6382,'en',NULL),(84,'post_page',6388,6388,'en',NULL),(85,'post_page',6402,6402,'en',NULL),(86,'post_page',6406,6406,'en',NULL),(87,'post_page',6410,6410,'en',NULL),(88,'post_page',6419,6419,'en',NULL),(89,'post_page',6461,6461,'en',NULL),(90,'post_page',6472,6472,'en',NULL),(91,'post_page',6526,6526,'en',NULL),(92,'post_page',6561,6561,'en',NULL),(93,'post_page',6631,6631,'en',NULL),(94,'post_page',6661,6661,'en',NULL),(95,'post_page',6662,6662,'en',NULL),(96,'post_page',6663,6663,'en',NULL),(97,'post_page',6664,6664,'en',NULL),(98,'post_page',6665,6665,'en',NULL),(99,'post_page',6666,6666,'en',NULL),(100,'post_page',6667,6667,'en',NULL),(101,'post_page',6668,6668,'en',NULL),(102,'post_page',6669,6669,'en',NULL),(103,'post_page',6670,6670,'en',NULL),(104,'post_page',6671,6671,'en',NULL),(105,'post_page',6672,6672,'en',NULL),(106,'post_page',6673,6673,'en',NULL),(107,'post_page',6674,6674,'en',NULL),(108,'post_page',6675,6675,'en',NULL),(109,'post_page',6676,6676,'en',NULL),(110,'post_page',6677,6677,'en',NULL),(111,'post_page',6678,6678,'en',NULL),(112,'post_page',6680,6680,'en',NULL),(113,'post_page',6681,6681,'en',NULL),(114,'post_page',6682,6682,'en',NULL),(115,'post_page',6683,6683,'en',NULL),(116,'post_page',6684,6684,'en',NULL),(117,'post_page',6685,6685,'en',NULL),(118,'post_page',6686,6686,'en',NULL),(119,'post_page',6687,6687,'en',NULL),(120,'post_page',6688,6688,'en',NULL),(121,'post_page',6689,6689,'en',NULL),(122,'post_page',6690,6690,'en',NULL),(123,'post_page',6691,6691,'en',NULL),(124,'post_page',6692,6692,'en',NULL),(125,'post_page',6693,6693,'en',NULL),(126,'post_page',6694,6694,'en',NULL),(127,'post_page',6695,6695,'en',NULL),(128,'post_page',6696,6696,'en',NULL),(129,'post_page',6697,6697,'en',NULL),(130,'post_page',6698,6698,'en',NULL),(131,'post_page',6699,6699,'en',NULL),(132,'post_page',6700,6700,'en',NULL),(133,'post_page',6701,6701,'en',NULL),(134,'post_page',6702,6702,'en',NULL),(135,'post_page',6703,6703,'en',NULL),(136,'post_page',6704,6704,'en',NULL),(137,'post_page',6705,6705,'en',NULL),(138,'post_page',6706,6706,'en',NULL),(139,'post_page',6707,6707,'en',NULL),(140,'post_page',6708,6708,'en',NULL),(141,'post_page',6709,6709,'en',NULL),(142,'post_page',6710,6710,'en',NULL),(143,'post_page',6711,6711,'en',NULL),(144,'post_page',6712,6712,'en',NULL),(145,'post_page',6713,6713,'en',NULL),(146,'post_page',6714,6714,'en',NULL),(147,'post_page',6715,6715,'en',NULL),(148,'post_page',6716,6716,'en',NULL),(149,'post_page',6717,6717,'en',NULL),(150,'post_page',6969,6969,'en',NULL),(151,'post_page',7011,7011,'en',NULL),(152,'post_page',7057,7057,'en',NULL),(153,'post_page',7130,7130,'en',NULL),(154,'post_page',7238,7238,'en',NULL),(155,'post_page',7325,7325,'en',NULL),(156,'post_page',7339,7339,'en',NULL),(157,'post_page',7666,7666,'en',NULL),(158,'post_post',1,1,'en',NULL),(159,'post_post',7166,7166,'en',NULL),(160,'post_post',7815,7815,'en',NULL),(161,'post_post',7818,7818,'en',NULL),(162,'post_post',7825,7825,'en',NULL),(163,'post_timeline_slider_post',5965,5965,'en',NULL),(164,'post_timeline_slider_post',5967,5967,'en',NULL),(165,'post_wbcr-snippets',7006,7006,'en',NULL),(166,'post_wbcr-snippets',7518,7518,'en',NULL),(167,'post_wp-timeline',5227,5227,'en',NULL),(168,'post_wp-timeline',5367,5367,'en',NULL),(169,'post_wp-timeline',5369,5369,'en',NULL),(170,'post_wp-timeline',5370,5370,'en',NULL),(171,'post_wp-timeline',5374,5374,'en',NULL),(172,'post_wp-timeline',5445,5445,'en',NULL),(173,'post_wp-timeline',5462,5462,'en',NULL),(174,'post_wp-timeline',5463,5463,'en',NULL),(175,'post_wp-timeline',5465,5465,'en',NULL),(176,'post_wp-timeline',5466,5466,'en',NULL),(177,'post_wp-timeline',5467,5467,'en',NULL),(178,'post_wp-timeline',5468,5468,'en',NULL),(179,'post_wp-timeline',133,133,'en',NULL),(180,'post_wp-timeline',140,140,'en',NULL),(181,'post_wp-timeline',5538,5538,'en',NULL),(182,'post_wp-timeline',5551,5551,'en',NULL),(183,'post_wp-timeline',5562,5562,'en',NULL),(184,'tax_category',1,7827,'en',NULL),(185,'tax_category',3,7829,'en',NULL),(186,'tax_category',4,7830,'en',NULL),(187,'tax_category',5,7831,'en',NULL),(188,'tax_category',14,7840,'en',NULL),(189,'tax_category',15,7841,'en',NULL),(190,'tax_nav_menu',12,7854,'en',NULL),(191,'tax_link_category',2,7857,'en',NULL),(192,'tax_ctl-stories',11,7869,'en',NULL),(193,'comment',1,7871,'en',NULL),(194,'comment',2,7872,'en',NULL),(195,'comment',3,7873,'en',NULL),(196,'comment',4,7874,'en',NULL),(197,'comment',5,7875,'en',NULL),(198,'tax_category',16,7827,'it','en'),(199,'post_attachment',4,7880,'en',NULL),(200,'post_attachment',17,7893,'en',NULL),(201,'post_attachment',19,7895,'en',NULL),(202,'post_attachment',28,7904,'en',NULL),(203,'post_attachment',30,7906,'en',NULL),(204,'post_attachment',50,7926,'en',NULL),(205,'post_attachment',51,7927,'en',NULL),(206,'post_attachment',52,7928,'en',NULL),(207,'post_attachment',56,7932,'en',NULL),(208,'post_attachment',57,7933,'en',NULL),(209,'post_attachment',58,7934,'en',NULL),(210,'post_attachment',59,7935,'en',NULL),(211,'post_attachment',61,7937,'en',NULL),(212,'post_attachment',70,7946,'en',NULL),(213,'post_attachment',86,7962,'en',NULL),(214,'post_attachment',93,7969,'en',NULL),(215,'post_attachment',109,7985,'en',NULL),(216,'post_attachment',113,7989,'en',NULL),(217,'post_attachment',128,8004,'en',NULL),(218,'post_attachment',5537,13413,'en',NULL),(219,'post_attachment',5549,13425,'en',NULL),(220,'post_attachment',5550,13426,'en',NULL),(221,'post_attachment',5599,13475,'en',NULL),(222,'post_attachment',5609,13485,'en',NULL),(223,'post_attachment',5610,13486,'en',NULL),(224,'post_attachment',5611,13487,'en',NULL),(225,'post_attachment',5673,13549,'en',NULL),(226,'post_attachment',5859,13735,'en',NULL),(227,'post_attachment',5860,13736,'en',NULL),(228,'post_attachment',5862,13738,'en',NULL),(229,'post_attachment',5875,13751,'en',NULL),(230,'post_attachment',5931,13807,'en',NULL),(231,'post_attachment',6108,13984,'en',NULL),(232,'post_attachment',6109,13985,'en',NULL),(233,'post_attachment',6112,13988,'en',NULL),(234,'post_attachment',6116,13992,'en',NULL),(235,'post_attachment',6117,13993,'en',NULL),(236,'post_attachment',6137,14013,'en',NULL),(237,'post_attachment',6139,14015,'en',NULL),(238,'post_attachment',6165,14041,'en',NULL),(239,'post_attachment',6279,14155,'en',NULL),(240,'post_attachment',6284,14160,'en',NULL),(241,'post_attachment',6293,14169,'en',NULL),(242,'post_attachment',6310,14186,'en',NULL),(243,'post_attachment',6317,14193,'en',NULL),(244,'post_attachment',6356,14232,'en',NULL),(245,'post_attachment',6422,14298,'en',NULL),(246,'post_attachment',6479,14355,'en',NULL),(247,'post_attachment',6480,14356,'en',NULL),(248,'post_attachment',6505,14381,'en',NULL),(249,'post_attachment',6519,14395,'en',NULL),(250,'post_attachment',6520,14396,'en',NULL),(251,'post_attachment',6521,14397,'en',NULL),(252,'post_attachment',6531,14407,'en',NULL),(253,'post_attachment',6535,14411,'en',NULL),(254,'post_attachment',6540,14416,'en',NULL),(255,'post_attachment',6549,14425,'en',NULL),(256,'post_attachment',6575,14451,'en',NULL),(257,'post_attachment',6584,14460,'en',NULL),(258,'post_attachment',6590,14466,'en',NULL),(259,'post_attachment',6646,14522,'en',NULL),(260,'post_attachment',6657,14533,'en',NULL),(261,'post_attachment',6878,14754,'en',NULL),(262,'post_attachment',6879,14755,'en',NULL),(263,'post_attachment',6880,14756,'en',NULL),(264,'post_attachment',6881,14757,'en',NULL),(265,'post_attachment',6882,14758,'en',NULL),(266,'post_attachment',6883,14759,'en',NULL),(267,'post_attachment',6884,14760,'en',NULL),(268,'post_attachment',6885,14761,'en',NULL),(269,'post_attachment',6903,14779,'en',NULL),(270,'post_attachment',6926,14802,'en',NULL),(271,'post_attachment',6934,14810,'en',NULL),(272,'post_attachment',6939,14815,'en',NULL),(273,'post_attachment',6944,14820,'en',NULL),(274,'post_attachment',6946,14822,'en',NULL),(275,'post_attachment',6968,14844,'en',NULL),(276,'post_attachment',6974,14850,'en',NULL),(277,'post_attachment',6978,14854,'en',NULL),(278,'post_attachment',6980,14856,'en',NULL),(279,'post_attachment',7029,14905,'en',NULL),(280,'post_attachment',7125,15001,'en',NULL),(281,'post_attachment',7133,15009,'en',NULL),(282,'post_attachment',7157,15033,'en',NULL),(283,'post_attachment',7162,15038,'en',NULL),(284,'post_attachment',7190,15066,'en',NULL),(285,'post_attachment',7196,15072,'en',NULL),(286,'post_attachment',7211,15087,'en',NULL),(287,'post_attachment',7221,15097,'en',NULL),(288,'post_attachment',7229,15105,'en',NULL),(289,'post_attachment',7245,15121,'en',NULL),(290,'post_attachment',7270,15146,'en',NULL),(291,'post_attachment',7280,15156,'en',NULL),(292,'post_attachment',7298,15174,'en',NULL),(293,'post_attachment',7328,15204,'en',NULL),(294,'post_attachment',7352,15228,'en',NULL),(295,'post_attachment',7357,15233,'en',NULL),(296,'post_attachment',7437,15313,'en',NULL),(297,'post_attachment',7606,15482,'en',NULL),(298,'post_attachment',7609,15485,'en',NULL),(299,'post_attachment',7641,15517,'en',NULL),(300,'post_attachment',7688,15564,'en',NULL),(301,'post_attachment',7691,15567,'en',NULL),(302,'post_attachment',7697,15573,'en',NULL),(303,'post_attachment',7701,15577,'en',NULL),(304,'post_attachment',7721,15597,'en',NULL),(305,'post_attachment',7743,15619,'en',NULL),(306,'post_attachment',7754,15630,'en',NULL),(307,'post_attachment',7758,15634,'en',NULL),(308,'post_attachment',7779,15655,'en',NULL),(309,'post_attachment',7780,15656,'en',NULL),(310,'post_attachment',7786,15662,'en',NULL),(311,'post_attachment',7828,15704,'en',NULL),(312,'post_attachment',7836,15712,'en',NULL),(313,'post_attachment',7837,15713,'en',NULL),(314,'post_attachment',7854,15730,'en',NULL),(315,'post_attachment',7855,15731,'en',NULL),(316,'post_attachment',7862,7880,'it','en'),(317,'post_attachment',7863,7893,'it','en'),(318,'post_attachment',7864,7895,'it','en'),(319,'post_attachment',7865,7904,'it','en'),(320,'post_attachment',7866,7906,'it','en'),(321,'post_attachment',7867,7926,'it','en'),(322,'post_attachment',7868,7927,'it','en'),(323,'post_attachment',7869,7928,'it','en'),(324,'post_attachment',7870,7932,'it','en'),(325,'post_attachment',7871,7933,'it','en'),(326,'post_attachment',7872,7934,'it','en'),(327,'post_attachment',7873,7935,'it','en'),(328,'post_attachment',7874,7937,'it','en'),(329,'post_attachment',7875,7946,'it','en'),(330,'post_attachment',7876,7962,'it','en'),(331,'post_attachment',7877,7969,'it','en'),(332,'post_attachment',7878,7985,'it','en'),(333,'post_attachment',7879,7989,'it','en'),(334,'post_attachment',7880,8004,'it','en'),(335,'post_attachment',7881,13413,'it','en'),(336,'post_attachment',7882,13425,'it','en'),(337,'post_attachment',7883,13426,'it','en'),(338,'post_attachment',7884,13475,'it','en'),(339,'post_attachment',7885,13485,'it','en'),(340,'post_attachment',7886,13486,'it','en'),(341,'post_attachment',7887,13487,'it','en'),(342,'post_attachment',7888,13549,'it','en'),(343,'post_attachment',7889,13735,'it','en'),(344,'post_attachment',7890,13736,'it','en'),(345,'post_attachment',7891,13738,'it','en'),(346,'post_attachment',7892,13751,'it','en'),(347,'post_attachment',7893,13807,'it','en'),(348,'post_attachment',7894,13984,'it','en'),(349,'post_attachment',7895,13985,'it','en'),(350,'post_attachment',7896,13988,'it','en'),(351,'post_attachment',7897,13992,'it','en'),(352,'post_attachment',7898,13993,'it','en'),(353,'post_attachment',7899,14013,'it','en'),(354,'post_attachment',7900,14015,'it','en'),(355,'post_attachment',7901,14041,'it','en'),(356,'post_attachment',7902,14155,'it','en'),(357,'post_attachment',7903,14160,'it','en'),(358,'post_attachment',7904,14169,'it','en'),(359,'post_attachment',7905,14186,'it','en'),(360,'post_attachment',7906,14193,'it','en'),(361,'post_attachment',7907,14232,'it','en'),(362,'post_attachment',7908,14298,'it','en'),(363,'post_attachment',7909,14355,'it','en'),(364,'post_attachment',7910,14356,'it','en'),(365,'post_attachment',7911,14381,'it','en'),(366,'post_attachment',7912,14395,'it','en'),(367,'post_attachment',7913,14396,'it','en'),(368,'post_attachment',7914,14397,'it','en'),(369,'post_attachment',7915,14407,'it','en'),(370,'post_attachment',7916,14411,'it','en'),(371,'post_attachment',7917,14416,'it','en'),(372,'post_attachment',7918,14425,'it','en'),(373,'post_attachment',7919,14451,'it','en'),(374,'post_attachment',7920,14460,'it','en'),(375,'post_attachment',7921,14466,'it','en'),(376,'post_attachment',7922,14522,'it','en'),(377,'post_attachment',7923,14533,'it','en'),(378,'post_attachment',7924,14754,'it','en'),(379,'post_attachment',7925,14755,'it','en'),(380,'post_attachment',7926,14756,'it','en'),(381,'post_attachment',7927,14757,'it','en'),(382,'post_attachment',7928,14758,'it','en'),(383,'post_attachment',7929,14759,'it','en'),(384,'post_attachment',7930,14760,'it','en'),(385,'post_attachment',7931,14761,'it','en'),(386,'post_attachment',7932,14779,'it','en'),(387,'post_attachment',7933,14802,'it','en'),(388,'post_attachment',7934,14810,'it','en'),(389,'post_attachment',7935,14815,'it','en'),(390,'post_attachment',7936,14820,'it','en'),(391,'post_attachment',7937,14822,'it','en'),(392,'post_attachment',7938,14844,'it','en'),(393,'post_attachment',7939,14850,'it','en'),(394,'post_attachment',7940,14854,'it','en'),(395,'post_attachment',7941,14856,'it','en'),(396,'post_attachment',7942,14905,'it','en'),(397,'post_attachment',7943,15001,'it','en'),(398,'post_attachment',7944,15009,'it','en'),(399,'post_attachment',7945,15033,'it','en'),(400,'post_attachment',7946,15038,'it','en'),(401,'post_attachment',7947,15066,'it','en'),(402,'post_attachment',7948,15072,'it','en'),(403,'post_attachment',7949,15087,'it','en'),(404,'post_attachment',7950,15097,'it','en'),(405,'post_attachment',7951,15105,'it','en'),(406,'post_attachment',7952,15121,'it','en'),(407,'post_attachment',7953,15146,'it','en'),(408,'post_attachment',7954,15156,'it','en'),(409,'post_attachment',7955,15174,'it','en'),(410,'post_attachment',7956,15204,'it','en'),(411,'post_attachment',7957,15228,'it','en'),(412,'post_attachment',7958,15233,'it','en'),(413,'post_attachment',7959,15313,'it','en'),(414,'post_attachment',7960,15482,'it','en'),(415,'post_attachment',7961,15485,'it','en'),(416,'post_attachment',7962,15517,'it','en'),(417,'post_attachment',7963,15564,'it','en'),(418,'post_attachment',7964,15567,'it','en'),(419,'post_attachment',7965,15573,'it','en'),(420,'post_attachment',7966,15577,'it','en'),(421,'post_attachment',7967,15597,'it','en'),(422,'post_attachment',7968,15619,'it','en'),(423,'post_attachment',7969,15630,'it','en'),(424,'post_attachment',7970,15634,'it','en'),(425,'post_attachment',7971,15655,'it','en'),(426,'post_attachment',7972,15656,'it','en'),(427,'post_attachment',7973,15662,'it','en'),(428,'post_attachment',7974,15704,'it','en'),(429,'post_attachment',7975,15712,'it','en'),(430,'post_attachment',7976,15713,'it','en'),(431,'post_attachment',7977,15730,'it','en'),(432,'post_attachment',7978,15731,'it','en'),(434,'tax_translation_priority',17,15732,'en',NULL),(435,'tax_translation_priority',18,15732,'it','en'),(437,'tax_translation_priority',19,15733,'en',NULL),(438,'tax_translation_priority',20,15733,'it','en'),(440,'tax_translation_priority',21,15734,'en',NULL),(441,'tax_translation_priority',22,15734,'it','en'),(442,'post_post',7981,15735,'en',NULL),(444,'package_page-builder-shortcode-strings',1,15736,'en',NULL),(445,'post_attachment',7982,15737,'en',NULL),(446,'post_attachment',7983,15737,'it','en'),(447,'post_page',7993,15738,'en',NULL),(449,'package_page-builder-shortcode-strings',2,15739,'en',NULL),(451,'package_page-builder-shortcode-strings',3,15740,'en',NULL),(452,'post_attachment',8015,15741,'en',NULL),(453,'post_attachment',8016,15741,'it','en'),(454,'post_page',8024,15742,'en',NULL),(456,'package_page-builder-shortcode-strings',4,15743,'en',NULL),(457,'post_attachment',8037,15744,'en',NULL),(458,'post_attachment',8038,15744,'it','en'),(460,'package_page-builder-shortcode-strings',5,15745,'en',NULL),(461,'post_attachment',8049,15746,'en',NULL),(462,'post_attachment',8050,15746,'it','en'),(463,'post_attachment',8051,15747,'en',NULL),(464,'post_attachment',8052,15747,'it','en'),(465,'post_page',8053,15748,'en',NULL),(467,'package_page-builder-shortcode-strings',6,15749,'en',NULL),(468,'post_attachment',8057,15750,'en',NULL),(469,'post_attachment',8058,15750,'it','en'),(471,'package_page-builder-shortcode-strings',7,15751,'en',NULL),(472,'post_attachment',8067,15752,'en',NULL),(473,'post_attachment',8068,15752,'it','en'),(475,'package_page-builder-shortcode-strings',8,15753,'en',NULL),(476,'post_document',8069,23823,'en',NULL),(477,'post_document',6991,22745,'en',NULL),(478,'post_document',7002,22756,'en',NULL),(480,'package_page-builder-shortcode-strings',9,23824,'en',NULL),(481,'post_attachment',8095,23825,'en',NULL),(482,'post_attachment',8096,23825,'it','en'),(483,'post_document',8098,23826,'en',NULL),(485,'package_page-builder-shortcode-strings',10,23827,'en',NULL),(487,'package_page-builder-shortcode-strings',11,23828,'en',NULL),(489,'package_page-builder-shortcode-strings',12,23829,'en',NULL),(490,'post_attachment',8107,23830,'en',NULL),(491,'post_attachment',8108,23830,'it','en'),(493,'package_page-builder-shortcode-strings',13,23831,'en',NULL),(495,'package_page-builder-shortcode-strings',14,23832,'en',NULL),(497,'package_page-builder-shortcode-strings',15,23833,'en',NULL),(499,'package_page-builder-shortcode-strings',16,23834,'en',NULL),(501,'package_page-builder-shortcode-strings',17,23835,'en',NULL),(503,'package_page-builder-shortcode-strings',18,23836,'en',NULL),(504,'post_attachment',8147,23837,'en',NULL),(505,'post_attachment',8148,23837,'it','en'),(506,'post_page',8149,23838,'en',NULL),(508,'package_page-builder-shortcode-strings',19,23839,'en',NULL),(509,'post_attachment',8157,23840,'en',NULL),(510,'post_attachment',8158,23840,'it','en'),(512,'package_page-builder-shortcode-strings',20,23841,'en',NULL),(514,'package_page-builder-shortcode-strings',21,23842,'en',NULL),(516,'package_page-builder-shortcode-strings',22,23843,'en',NULL),(518,'package_page-builder-shortcode-strings',23,23844,'en',NULL),(519,'post_page',8189,23845,'en',NULL),(520,'post_page',8222,23846,'en',NULL);
/*!40000 ALTER TABLE `wp_icl_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_layerslider`
--

DROP TABLE IF EXISTS `wp_layerslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `author` int(10) NOT NULL DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `slug` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `schedule_start` int(10) NOT NULL DEFAULT '0',
  `schedule_end` int(10) NOT NULL DEFAULT '0',
  `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
  `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `flag_popup` tinyint(1) NOT NULL DEFAULT '0',
  `group_id` int(10) DEFAULT NULL,
  `flag_dirty` tinyint(1) NOT NULL DEFAULT '0',
  `flag_group` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_layerslider`
--

LOCK TABLES `wp_layerslider` WRITE;
/*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_layerslider_drafts`
--

DROP TABLE IF EXISTS `wp_layerslider_drafts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_layerslider_drafts` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT '0',
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `slider_id` (`slider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_layerslider_drafts`
--

LOCK TABLES `wp_layerslider_drafts` WRITE;
/*!40000 ALTER TABLE `wp_layerslider_drafts` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_layerslider_drafts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_layerslider_revisions`
--

DROP TABLE IF EXISTS `wp_layerslider_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_layerslider_revisions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT '0',
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_layerslider_revisions`
--

LOCK TABLES `wp_layerslider_revisions` WRITE;
/*!40000 ALTER TABLE `wp_layerslider_revisions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_layerslider_revisions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','','');
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=2331281 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://valerioanzino.com','yes'),(2,'blogname','Valerio Anzino','yes'),(3,'blogdescription','Lost to History','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','valerio_anzino@p3plcpnl0898.prod.phx3.secureserver.net','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.Lq8hGFkF.com','yes'),(14,'mailserver_login','EfogOqLh@Lq8hGFkF.com','yes'),(15,'mailserver_pass','lygI&amp;O^7','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','closed','yes'),(20,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(29,'comment_moderation','1','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','/%category%/%postname%/','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:9:{i:0;s:19:\"akismet/akismet.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:30:\"conveythis-translate/index.php\";i:3;s:39:\"cool-timeline-pro/cool-timeline-pro.php\";i:4;s:31:\"exclude-pages/exclude_pages.php\";i:5;s:29:\"rootspersona/rootspersona.php\";i:6;s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";i:7;s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";i:8;s:57:\"xyz-wp-insert-code-snippet/xyz-wp-insert-code-snippet.php\";}','yes'),(37,'home','https://valerioanzino.com','yes'),(38,'category_base','','yes'),(39,'ping_sites','','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','4','yes'),(44,'recently_edited','a:5:{i:0;s:66:\"/nas/content/live/valerioanzino/wp-content/themes/enfold/style.css\";i:1;s:71:\"/nas/content/live/valerioanzino/wp-content/themes/enfold-child/page.php\";i:2;s:72:\"/nas/content/live/valerioanzino/wp-content/themes/enfold-child/style.css\";i:3;s:65:\"/nas/content/live/valerioanzino/wp-content/themes/enfold/page.php\";i:5;s:76:\"/nas/content/live/valerioanzino/wp-content/themes/enfold-child/functions.php\";}','no'),(45,'template','enfold','yes'),(46,'stylesheet','enfold-child','yes'),(49,'comment_registration','','yes'),(51,'html_type','text/html','yes'),(52,'use_trackback','0','yes'),(53,'default_role','subscriber','yes'),(54,'db_version','55853','yes'),(55,'uploads_use_yearmonth_folders','1','yes'),(56,'upload_path','/nas/content/live/valerioanzino/wp-content/uploads','yes'),(57,'blog_public','1','yes'),(58,'default_link_category','2','yes'),(59,'show_on_front','page','yes'),(60,'tag_base','','yes'),(61,'show_avatars','1','yes'),(62,'avatar_rating','G','yes'),(63,'upload_url_path','','yes'),(64,'thumbnail_size_w','100','yes'),(65,'thumbnail_size_h','100','yes'),(66,'thumbnail_crop','','yes'),(67,'medium_size_w','300','yes'),(68,'medium_size_h','300','yes'),(69,'avatar_default','mystery','yes'),(72,'large_size_w','0','yes'),(73,'large_size_h','0','yes'),(74,'image_default_link_type','','yes'),(75,'image_default_size','','yes'),(76,'image_default_align','','yes'),(77,'close_comments_for_old_posts','','yes'),(78,'close_comments_days_old','60','yes'),(79,'thread_comments','1','yes'),(80,'thread_comments_depth','3','yes'),(81,'page_comments','','yes'),(82,'comments_per_page','50','yes'),(83,'default_comments_page','newest','yes'),(84,'comment_order','asc','yes'),(85,'sticky_posts','a:0:{}','yes'),(86,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(88,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','141','yes'),(94,'page_on_front','12','yes'),(95,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:85:{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:20:\"manage_rootspersona1\";b:1;s:20:\"manage_rootspersona2\";b:1;s:34:\"wpml_manage_translation_management\";b:1;s:21:\"wpml_manage_languages\";b:1;s:41:\"wpml_manage_theme_and_plugin_localization\";b:1;s:19:\"wpml_manage_support\";b:1;s:36:\"wpml_manage_woocommerce_multilingual\";b:1;s:37:\"wpml_operate_woocommerce_multilingual\";b:1;s:29:\"wpml_manage_media_translation\";b:1;s:22:\"wpml_manage_navigation\";b:1;s:24:\"wpml_manage_sticky_links\";b:1;s:30:\"wpml_manage_string_translation\";b:1;s:33:\"wpml_manage_translation_analytics\";b:1;s:25:\"wpml_manage_wp_menus_sync\";b:1;s:32:\"wpml_manage_taxonomy_translation\";b:1;s:27:\"wpml_manage_troubleshooting\";b:1;s:31:\"wpml_manage_translation_options\";b:1;s:11:\"hustle_menu\";b:1;s:18:\"hustle_edit_module\";b:1;s:13:\"hustle_create\";b:1;s:24:\"hustle_edit_integrations\";b:1;s:20:\"hustle_access_emails\";b:1;s:20:\"hustle_edit_settings\";b:1;s:16:\"hustle_analytics\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:20:\"manage_rootspersona2\";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'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"av_everywhere\";a:0:{}s:7:\"av_blog\";a:2:{i:0;s:9:\"newsbox-2\";i:1;s:12:\"conveythis-2\";}s:8:\"av_pages\";a:1:{i:0;s:13:\"custom_html-4\";}s:11:\"av_footer_1\";a:1:{i:0;s:13:\"custom_html-2\";}s:11:\"av_footer_2\";a:1:{i:0;s:13:\"custom_html-3\";}s:9:\"home-page\";a:1:{i:0;s:13:\"custom_html-5\";}s:13:\"array_version\";i:3;}','yes'),(102,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";N;s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:5:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:1092:\"<span style=\"color:white;font-weight:bold;\">LINKS</span><br/>\r\n<a href=\"https://www.findrelativesandfriends.com\" target=\"_blank\">Author\'s Site</a><br/>\r\n<a href=\"http://www.ancestry.com\" target=\"_blank\">Ancestry.com</a><br/>\r\n<a href=\"http://www.familysearch.org\" target=\"_blank\">FamilySearch.org</a><br/>\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">Fubine Map</a><br/>\r\n<a href=\"https://search.ancestry.com/search/db.aspx?dbid=1551\" target=\"_blank\">Fubine Civil Records 1866-1939</a><br/><span style=\"font-size:.8em;\">(You need Ancestry.com account to access)</span><br/>\r\n<a href=\"https://www.localidautore.com/paesi/fubine-1374\" target=\"_blank\">Fubine History</a><br/>\r\n<a href=\"https://www.facebook.com/groups/1437702409775588/\" title=\"FaceBook Group with close ties to Fubine\"  target=\"_blank\">Fubine Memories (FaceBook)</a><br/>\r\n<a href=\"http://www.monferrini.com/\" title=\"Website dedicated to all things Monferrato\"  target=\"_blank\">Monferrini in America</a>\";s:13:\"wpml_language\";s:2:\"en\";}i:3;a:2:{s:5:\"title\";b:0;s:7:\"content\";s:355:\"<span style=\"color:white;font-weight:bold;\">PAGES</span><br/>\r\n<a href=\"/home/\">Home</a><br/>\r\n<a href=\"/photo-in-a-shoebox/\">About</a><br/>\r\n<a href=\"/about-the-author/\">About the Author</a><br/>\r\n<a href=\"/the-story/\">Anzino Story</a><br/>\r\n<a href=\"/fubine-italy/\">Fubine, Italy</a><br/>\r\n<a href=\"/blog/\">Blog</a><br/>\r\n<a href=\"/contact/\">Contact</a>\";}i:4;a:2:{s:5:\"title\";s:5:\"Pages\";s:7:\"content\";s:233:\"<a href=\"/home/\">Home</a><br/>\r\n<a href=\"/photo-in-a-shoebox/\">About</a><br/>\r\n<a href=\"/the-story/\">The Story</a><br/>\r\n<a href=\"/fubine-italy/\">Fubine, Italy</a><br/>\r\n<a href=\"/blog/\">Blog</a><br/>\r\n<a href=\"/contact/\">Contact</a>\";}i:5;a:2:{s:5:\"title\";b:0;s:7:\"content\";s:760:\"<p class=\"widget-header\">The Author</p>\r\n<a href=\"/about-the-author/\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\"/></a>\r\n<p class=\"widget-header\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"150\" class=\"size-medium wp-image-7245\" /></a>\r\n<p class=\"widget-header\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"150\" /></a>\";}s:12:\"_multiwidget\";i:1;}','yes'),(114,'uninstall_plugins','a:6:{s:120:\"home/oldsportbiker/public_html/valerioanzino.com/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:30:\"conveythis-translate/index.php\";a:2:{i:0;s:10:\"ConveyThis\";i:1;s:16:\"plugin_uninstall\";}s:57:\"xyz-wp-insert-code-snippet/xyz-wp-insert-code-snippet.php\";s:25:\"xyz_ics_network_uninstall\";s:51:\"insert-php-code-snippet/insert-php-code-snippet.php\";s:25:\"xyz_ips_network_uninstall\";s:28:\"wp-site-migrate/wpengine.php\";a:2:{i:0;s:11:\"WPEWPAction\";i:1;s:9:\"uninstall\";}s:102:\"nas/content/live/valerioanzino/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),(115,'default_post_format','0','yes'),(116,'link_manager_enabled','1','yes'),(117,'finished_splitting_shared_terms','1','yes'),(118,'site_icon','0','yes'),(119,'medium_large_size_w','768','yes'),(120,'medium_large_size_h','0','yes'),(121,'wp_page_for_privacy_policy','0','yes'),(122,'show_comments_cookies_opt_in','','yes'),(123,'initial_db_version','15260','yes'),(125,'cron','a:15:{i:1693053771;a:1:{s:32:\"av_instagram_scheduled_filecheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1693055395;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:1693066080;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:1693068810;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:1693074140;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:1693074141;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1693079341;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:1693079603;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:1693083925;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1693112171;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:1693117527;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:1693118309;a:1:{s:32:\"wpml-tm-check-overdue-jobs-event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1693506141;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:1693506714;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;}}}s:7:\"version\";i:2;}','yes'),(126,'db_upgraded','','yes'),(136,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1540103025;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:25:\"fourth-footer-widget-area\";a:0:{}}}}','yes'),(138,'wpem_log','{\"datetime\":\"2018-10-21T04:55:47+00:00\",\"fqdn\":\"p3plcpnl0898.prod.phx3.secureserver.net\",\"site_url\":\"https:\\/\\/valerioanzino.com\",\"account_id\":\"oldsportbiker\",\"user_email\":\"valerio_anzino@p3plcpnl0898.prod.phx3.secureserver.net\",\"locale\":\"en\",\"wp_version\":\"4.9.8\",\"wpem_version\":\"2.3.7\",\"geodata\":[],\"is_fresh_wp\":true,\"steps\":{\"start\":{\"took\":\"8.945\",\"fields\":{\"wpem_continue\":\"no\"}}},\"took\":\"8.945\"}','yes'),(145,'wpem_opt_out','1','yes'),(146,'wpem_done','1','yes'),(164,'recently_activated','a:0:{}','yes'),(167,'limit_login_gdpr','0','yes'),(168,'limit_login_allowed_retries','4','yes'),(169,'limit_login_lockout_duration','1200','yes'),(170,'limit_login_valid_duration','43200','yes'),(171,'limit_login_allowed_lockouts','4','yes'),(172,'limit_login_long_duration','86400','yes'),(173,'limit_login_notify_email_after','4','yes'),(174,'limit_login_whitelist','a:0:{}','yes'),(175,'limit_login_whitelist_usernames','a:0:{}','yes'),(176,'limit_login_blacklist','a:0:{}','yes'),(177,'limit_login_blacklist_usernames','a:0:{}','yes'),(178,'limit_login_lockout_notify','log,email','yes'),(183,'wpmm_settings','a:5:{s:7:\"general\";a:9:{s:6:\"status\";i:0;s:11:\"bypass_bots\";i:0;s:11:\"meta_robots\";i:0;s:11:\"redirection\";s:0:\"\";s:7:\"exclude\";a:3:{i:0;s:4:\"feed\";i:1;s:8:\"wp-login\";i:2;s:5:\"login\";}s:6:\"notice\";i:1;s:10:\"admin_link\";i:0;s:12:\"backend_role\";a:0:{}s:13:\"frontend_role\";a:0:{}}s:6:\"design\";a:11:{s:5:\"title\";s:16:\"Maintenance mode\";s:7:\"heading\";s:16:\"Maintenance mode\";s:13:\"heading_color\";s:0:\"\";s:4:\"text\";s:87:\"<p>&nbsp;</p>\r\n<p> Valerio Anzino  website is currently under development<br /> </p>\";s:10:\"text_color\";s:0:\"\";s:18:\"footer_links_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:9:\"bg_custom\";s:0:\"\";s:13:\"bg_predefined\";s:7:\"bg1.jpg\";s:16:\"other_custom_css\";s:0:\"\";}s:7:\"modules\";a:24:{s:16:\"countdown_status\";i:0;s:15:\"countdown_start\";s:19:\"2018-10-21 05:01:09\";s:17:\"countdown_details\";a:3:{s:4:\"days\";i:0;s:5:\"hours\";i:1;s:7:\"minutes\";i:0;}s:15:\"countdown_color\";s:0:\"\";s:16:\"subscribe_status\";i:0;s:14:\"subscribe_text\";s:25:\"Notify me when it\'s ready\";s:20:\"subscribe_text_color\";s:0:\"\";s:13:\"social_status\";i:0;s:13:\"social_target\";i:1;s:13:\"social_github\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:15:\"social_facebook\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:14:\"social_google+\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"contact_status\";i:0;s:13:\"contact_email\";s:54:\"valerio_anzino@p3plcpnl0898.prod.phx3.secureserver.net\";s:15:\"contact_effects\";s:20:\"move_top|move_bottom\";s:9:\"ga_status\";i:0;s:7:\"ga_code\";s:0:\"\";s:10:\"custom_css\";a:0:{}s:15:\"ga_anonymize_ip\";i:0;}s:3:\"bot\";a:6:{s:6:\"status\";i:0;s:4:\"name\";s:5:\"Admin\";s:6:\"avatar\";s:0:\"\";s:8:\"messages\";a:11:{s:2:\"01\";s:97:\"Hey! My name is {bot_name}, I\'m the owner of this website and I\'d like to be your assistant here.\";s:2:\"02\";s:28:\"I have just a few questions.\";s:2:\"03\";s:18:\"What is your name?\";s:2:\"04\";s:38:\"Nice to meet you here, {visitor_name}!\";s:2:\"05\";s:55:\"How you can see, our website will be lauched very soon.\";s:2:\"06\";s:76:\"I know, you are very excited to see it, but we need a few days to finish it.\";s:2:\"07\";s:37:\"Would you like to be first to see it?\";s:4:\"08_1\";s:81:\"Cool! Please leave your email here and I will send you a message when it\'s ready.\";s:4:\"08_2\";s:56:\"Sad to hear that, {visitor_name} :( See you next time…\";s:2:\"09\";s:40:\"Got it! Thank you and see you soon here!\";i:10;s:17:\"Have a great day!\";}s:9:\"responses\";a:4:{s:2:\"01\";s:22:\"Type your name here…\";s:4:\"02_1\";s:12:\"Tell me more\";s:4:\"02_2\";s:6:\"Boring\";s:2:\"03\";s:23:\"Type your email here…\";}s:10:\"custom_css\";a:0:{}}s:4:\"gdpr\";a:6:{s:6:\"status\";i:0;s:17:\"policy_page_label\";s:14:\"Privacy Policy\";s:16:\"policy_page_link\";s:0:\"\";s:17:\"contact_form_tail\";s:186:\"This form collects your name and email so that we can reach you back. Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.\";s:19:\"subscribe_form_tail\";s:193:\"This form collects your email so that we can add you to our newsletter list. Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.\";s:18:\"policy_page_target\";i:0;}}','yes'),(184,'wpmm_version','2.6.8','yes'),(191,'current_theme','Enfold Child','yes'),(192,'theme_mods_enfold','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1651093670;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:11:{i:0;s:9:\"newsbox-2\";i:1;s:8:\"search-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"archives-2\";i:5;s:12:\"categories-2\";i:6;s:6:\"meta-2\";i:7;s:13:\"custom_html-4\";i:8;s:13:\"custom_html-2\";i:9;s:13:\"custom_html-3\";i:10;s:13:\"custom_html-5\";}s:13:\"av_everywhere\";a:0:{}s:7:\"av_blog\";a:0:{}s:8:\"av_pages\";a:0:{}s:11:\"av_footer_1\";a:0:{}s:11:\"av_footer_2\";a:0:{}s:11:\"av_footer_3\";a:0:{}s:11:\"av_footer_4\";a:0:{}s:9:\"home-page\";a:0:{}}}s:18:\"custom_css_post_id\";i:-1;}','yes'),(193,'theme_switched','','yes'),(194,'widget_newsbox','a:2:{i:2;a:4:{s:5:\"title\";s:11:\"Latest News\";s:5:\"count\";s:1:\"6\";s:7:\"excerpt\";s:15:\"show title only\";s:3:\"cat\";s:1:\"4\";}s:12:\"_multiwidget\";i:1;}','yes'),(195,'widget_portfoliobox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(196,'widget_avia_socialcount','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(197,'widget_avia_partner_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(198,'widget_avia_google_maps','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(199,'widget_avia_fb_likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(200,'widget_avia-instagram-feed','a:2:{i:1;a:1:{s:8:\"avia_key\";s:2:\"1-\";}s:12:\"_multiwidget\";i:1;}','yes'),(201,'widget_avia_mailchimp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(202,'ls-plugin-version','7.1.3','yes'),(203,'ls-db-version','7.0.0','yes'),(204,'ls-installed','1','yes'),(205,'ls-google-fonts','a:0:{}','yes'),(206,'enfold_layerslider_state','','yes'),(207,'ls-date-installed','1540103025','yes'),(208,'enfold_layerslider_activated','1','yes'),(209,'enfold_layerslider_data_erased','no','yes'),(210,'ls-show-support-notice','0','yes'),(211,'ls_include_at_footer','1','yes'),(212,'ls_conditional_script_loading','1','yes'),(213,'Enfold_version','4.9.2.1','yes'),(214,'enfold_initial_version','4.4.1','yes'),(215,'enfold_fixed_random','5','yes'),(216,'shop_catalog_image_size','a:3:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"crop\";b:1;}','yes'),(217,'shop_single_image_size','a:3:{s:5:\"width\";i:450;s:6:\"height\";i:999;s:4:\"crop\";b:0;}','yes'),(218,'shop_thumbnail_image_size','a:3:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"crop\";b:1;}','yes'),(219,'avia_woocommerce_column_count','3','yes'),(220,'avia_woocommerce_product_count','15','yes'),(221,'woocommerce_single_image_crop','no','yes'),(222,'avia_permalink_settings','a:0:{}','yes'),(223,'av_alb_usage_av_player','a:0:{}','yes'),(224,'av_alb_usage_av_blog','a:1:{i:141;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(225,'av_alb_usage_av_buttonrow','a:0:{}','yes'),(226,'av_alb_usage_av_button','a:1:{i:12;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(227,'av_alb_usage_av_button_big','a:0:{}','yes'),(228,'av_alb_usage_av_catalogue','a:0:{}','yes'),(229,'av_alb_usage_av_comments_list','a:11:{i:1;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7030;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7067;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7092;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7087;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7166;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7815;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7818;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7825;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7981;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:8098;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(230,'av_alb_usage_av_contact','a:1:{i:67;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(231,'av_alb_usage_av_content_slider','a:0:{}','yes'),(232,'av_alb_usage_av_countdown','a:0:{}','yes'),(233,'av_alb_usage_av_gallery','a:1:{i:37;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(234,'av_alb_usage_av_horizontal_gallery','a:0:{}','yes'),(235,'av_alb_usage_av_google_map','a:0:{}','yes'),(236,'av_alb_usage_av_cell_one_full','a:0:{}','yes'),(237,'av_alb_usage_av_cell_one_half','a:0:{}','yes'),(238,'av_alb_usage_av_cell_one_third','a:0:{}','yes'),(239,'av_alb_usage_av_cell_two_third','a:0:{}','yes'),(240,'av_alb_usage_av_cell_one_fourth','a:0:{}','yes'),(241,'av_alb_usage_av_cell_three_fourth','a:0:{}','yes'),(242,'av_alb_usage_av_cell_one_fifth','a:0:{}','yes'),(243,'av_alb_usage_av_cell_two_fifth','a:0:{}','yes'),(244,'av_alb_usage_av_cell_three_fifth','a:0:{}','yes'),(245,'av_alb_usage_av_cell_four_fifth','a:0:{}','yes'),(246,'av_alb_usage_av_layout_row','a:0:{}','yes'),(247,'av_alb_usage_av_heading','a:0:{}','yes'),(248,'av_alb_usage_av_headline_rotator','a:0:{}','yes'),(249,'av_alb_usage_av_hr','a:2:{i:7238;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7993;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(250,'av_alb_usage_av_font_icon','a:0:{}','yes'),(251,'av_alb_usage_av_icon_box','a:0:{}','yes'),(252,'av_alb_usage_av_iconlist','a:0:{}','yes'),(253,'av_alb_usage_av_image','a:36:{i:24;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:41;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:5701;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6141;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6147;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6184;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6153;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6144;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6367;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6226;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6419;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6526;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6382;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6561;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:7;}i:6388;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6472;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6406;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6402;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6969;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6410;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7003;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7011;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:8;}i:7067;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7092;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7087;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7057;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:8;}i:7238;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:6461;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7130;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:5;}i:12;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7339;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7666;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7993;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:8024;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:8053;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:8098;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(254,'av_alb_usage_av_image_hotspot','a:0:{}','yes'),(255,'av_alb_usage_av_partner','a:0:{}','yes'),(256,'av_alb_usage_av_magazine','a:0:{}','yes'),(257,'av_alb_usage_av_mailchimp','a:0:{}','yes'),(258,'av_alb_usage_av_masonry_entries','a:0:{}','yes'),(259,'av_alb_usage_av_masonry_gallery','a:1:{i:5615;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(260,'av_alb_usage_av_submenu','a:0:{}','yes'),(261,'av_alb_usage_av_notification','a:0:{}','yes'),(262,'av_alb_usage_av_animated_numbers','a:0:{}','yes'),(263,'av_alb_usage_av_portfolio','a:0:{}','yes'),(264,'av_alb_usage_av_postslider','a:0:{}','yes'),(265,'av_alb_usage_av_progress','a:0:{}','yes'),(266,'av_alb_usage_av_promobox','a:0:{}','yes'),(267,'av_alb_usage_av_slideshow','a:0:{}','yes'),(268,'av_alb_usage_av_slideshow_accordion','a:0:{}','yes'),(269,'av_alb_usage_av_feature_image_slider','a:0:{}','yes'),(270,'av_alb_usage_av_fullscreen','a:0:{}','yes'),(271,'av_alb_usage_av_slideshow_full','a:0:{}','yes'),(272,'av_alb_usage_av_layerslider','a:0:{}','yes'),(273,'av_alb_usage_av_social_share','a:12:{i:141;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:1;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7030;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7067;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7092;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7087;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7166;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7815;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7818;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7825;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7981;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:8098;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(274,'av_alb_usage_av_tab_sub_section','a:0:{}','yes'),(275,'av_alb_usage_av_tab_section','a:0:{}','yes'),(276,'av_alb_usage_av_table','a:0:{}','yes'),(277,'av_alb_usage_av_tab_container','a:0:{}','yes'),(278,'av_alb_usage_av_team_member','a:0:{}','yes'),(279,'av_alb_usage_av_testimonials','a:0:{}','yes'),(280,'av_alb_usage_av_timeline','a:0:{}','yes'),(281,'av_alb_usage_av_toggle_container','a:0:{}','yes'),(282,'av_alb_usage_av_video','a:0:{}','yes'),(283,'av_alb_usage_av_codeblock','a:1:{i:5701;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(284,'av_alb_usage_av_one_full','a:19:{i:37;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:41;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:1;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:5701;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:5615;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7011;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:8;}i:141;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7030;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7067;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7092;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7057;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7087;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7166;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7178;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7238;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7815;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7818;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7825;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7325;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(285,'av_alb_usage_av_one_half','a:29:{i:24;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:80;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:2;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:5701;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6141;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6147;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6184;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6153;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6144;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6367;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6226;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6371;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6419;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6526;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6382;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6561;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:14;}i:6388;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6472;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6406;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6402;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6969;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6410;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6461;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7238;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7666;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7993;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:8024;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:8053;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:8149;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(286,'av_alb_usage_av_one_third','a:8:{i:7092;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7087;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7130;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:67;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:12;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:7339;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7011;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:8;}i:8098;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(287,'av_alb_usage_av_two_third','a:9:{i:7092;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7087;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7130;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:67;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:12;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7339;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7011;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:8;}i:7981;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:8098;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(288,'av_alb_usage_av_one_fourth','a:2:{i:7030;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7067;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(289,'av_alb_usage_av_three_fourth','a:2:{i:7030;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7067;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(290,'av_alb_usage_av_one_fifth','a:14:{i:41;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:16;}i:6680;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6677;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6703;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6682;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6693;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6671;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6665;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6675;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6664;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6670;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6678;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7003;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7057;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:8;}}','yes'),(291,'av_alb_usage_av_two_fifth','a:0:{}','yes'),(292,'av_alb_usage_av_three_fifth','a:0:{}','yes'),(293,'av_alb_usage_av_four_fifth','a:12:{i:6680;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6677;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6703;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6682;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6693;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6671;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6665;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6675;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6664;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6670;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6678;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7003;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(294,'av_alb_usage_av_postcontent','a:0:{}','yes'),(295,'av_alb_usage_av_section','a:4:{i:12;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7238;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7011;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:41;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(296,'av_alb_usage_av_textblock','a:64:{i:24;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:12;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:7;}i:37;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:41;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:17;}i:80;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:2;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:1;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:5701;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6141;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6147;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6184;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6153;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6144;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6367;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6226;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6371;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6419;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6526;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6382;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6561;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:7;}i:5615;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6680;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6677;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6703;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6682;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6693;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6671;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6665;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6675;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6664;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6670;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6678;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:6388;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6472;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6406;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6402;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6969;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:6410;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7003;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7011;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:17;}i:7030;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7057;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:9;}i:7067;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7092;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7087;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7130;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:67;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7166;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7178;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7238;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:5;}i:6461;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7339;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:7666;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7815;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7818;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7825;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7981;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7993;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:8024;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:8053;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:8098;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:7325;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:8149;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:141;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(297,'av_alb_usage_av_sidebar','a:0:{}','yes'),(298,'av_alb_usage_av_playlist_element','a:0:{}','yes'),(299,'av_alb_usage_av_buttonrow_item','a:0:{}','yes'),(300,'av_alb_usage_av_catalogue_item','a:0:{}','yes'),(301,'av_alb_usage_av_contact_field','a:1:{i:67;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}}','yes'),(302,'av_alb_usage_av_content_slide','a:0:{}','yes'),(303,'av_alb_usage_av_gmap_location','a:0:{}','yes'),(304,'av_alb_usage_av_rotator_item','a:0:{}','yes'),(305,'av_alb_usage_av_iconlist_item','a:0:{}','yes'),(306,'av_alb_usage_av_image_spot','a:0:{}','yes'),(307,'av_alb_usage_av_partner_logo','a:0:{}','yes'),(308,'av_alb_usage_av_mailchimp_field','a:0:{}','yes'),(309,'av_alb_usage_av_submenu_item','a:0:{}','yes'),(310,'av_alb_usage_av_progress_bar','a:0:{}','yes'),(311,'av_alb_usage_av_slide','a:0:{}','yes'),(312,'av_alb_usage_av_slide_accordion','a:0:{}','yes'),(313,'av_alb_usage_av_fullscreen_slide','a:0:{}','yes'),(314,'av_alb_usage_av_slide_full','a:0:{}','yes'),(315,'av_alb_usage_av_row','a:0:{}','yes'),(316,'av_alb_usage_av_cell','a:0:{}','yes'),(317,'av_alb_usage_av_tab','a:0:{}','yes'),(318,'av_alb_usage_av_team_icon','a:0:{}','yes'),(319,'av_alb_usage_av_testimonial_single','a:0:{}','yes'),(320,'av_alb_usage_av_timeline_item','a:0:{}','yes'),(321,'av_alb_usage_av_toggle','a:0:{}','yes'),(322,'av_alb_blog_elements_state','a:104:{s:9:\"av_player\";b:0;s:7:\"av_blog\";b:1;s:12:\"av_buttonrow\";b:0;s:9:\"av_button\";b:1;s:13:\"av_button_big\";b:0;s:12:\"av_catalogue\";b:0;s:12:\"av_codeblock\";b:1;s:11:\"av_one_full\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:12:\"av_one_fifth\";b:1;s:12:\"av_two_fifth\";b:0;s:14:\"av_three_fifth\";b:0;s:13:\"av_four_fifth\";b:1;s:16:\"av_comments_list\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_content_slider\";b:0;s:12:\"av_countdown\";b:0;s:10:\"av_gallery\";b:1;s:21:\"av_horizontal_gallery\";b:0;s:13:\"av_google_map\";b:0;s:13:\"av_layout_row\";b:0;s:16:\"av_cell_one_full\";b:0;s:16:\"av_cell_one_half\";b:0;s:17:\"av_cell_one_third\";b:0;s:17:\"av_cell_two_third\";b:0;s:18:\"av_cell_one_fourth\";b:0;s:20:\"av_cell_three_fourth\";b:0;s:17:\"av_cell_one_fifth\";b:0;s:17:\"av_cell_two_fifth\";b:0;s:19:\"av_cell_three_fifth\";b:0;s:18:\"av_cell_four_fifth\";b:0;s:10:\"av_heading\";b:0;s:19:\"av_headline_rotator\";b:0;s:5:\"av_hr\";b:1;s:12:\"av_font_icon\";b:0;s:11:\"av_icon_box\";b:0;s:11:\"av_icongrid\";b:0;s:11:\"av_iconlist\";b:0;s:8:\"av_image\";b:1;s:16:\"av_image_hotspot\";b:0;s:10:\"av_partner\";b:0;s:11:\"av_magazine\";b:0;s:12:\"av_mailchimp\";b:0;s:18:\"av_masonry_entries\";b:0;s:18:\"av_masonry_gallery\";b:1;s:10:\"av_submenu\";b:0;s:15:\"av_notification\";b:0;s:19:\"av_animated_numbers\";b:0;s:12:\"av_portfolio\";b:0;s:16:\"av_post_metadata\";b:0;s:14:\"av_postcontent\";b:0;s:13:\"av_postslider\";b:0;s:11:\"av_progress\";b:0;s:11:\"av_promobox\";b:0;s:14:\"avia_sc_search\";b:0;s:10:\"av_section\";b:1;s:12:\"av_slideshow\";b:0;s:22:\"av_slideshow_accordion\";b:0;s:23:\"av_feature_image_slider\";b:0;s:13:\"av_fullscreen\";b:0;s:17:\"av_slideshow_full\";b:0;s:14:\"av_layerslider\";b:0;s:15:\"av_social_share\";b:1;s:14:\"av_tab_section\";b:0;s:18:\"av_tab_sub_section\";b:0;s:8:\"av_table\";b:0;s:16:\"av_tab_container\";b:0;s:14:\"av_team_member\";b:0;s:15:\"av_testimonials\";b:0;s:12:\"av_textblock\";b:1;s:11:\"av_timeline\";b:0;s:19:\"av_toggle_container\";b:0;s:8:\"av_video\";b:0;s:10:\"av_sidebar\";b:0;s:19:\"av_playlist_element\";b:0;s:17:\"av_buttonrow_item\";b:0;s:17:\"av_catalogue_item\";b:0;s:16:\"av_contact_field\";b:1;s:16:\"av_content_slide\";b:0;s:16:\"av_gmap_location\";b:0;s:15:\"av_rotator_item\";b:0;s:16:\"av_icongrid_item\";b:0;s:16:\"av_iconlist_item\";b:0;s:13:\"av_image_spot\";b:0;s:15:\"av_partner_logo\";b:0;s:18:\"av_mailchimp_field\";b:0;s:15:\"av_submenu_item\";b:0;s:16:\"av_metadata_item\";b:0;s:15:\"av_progress_bar\";b:0;s:8:\"av_slide\";b:0;s:18:\"av_slide_accordion\";b:0;s:19:\"av_fullscreen_slide\";b:0;s:13:\"av_slide_full\";b:0;s:6:\"av_row\";b:0;s:7:\"av_cell\";b:0;s:6:\"av_tab\";b:0;s:12:\"av_team_icon\";b:0;s:21:\"av_testimonial_single\";b:0;s:16:\"av_timeline_item\";b:0;s:9:\"av_toggle\";b:0;}','yes'),(323,'av_alb_element_mgr_update','','yes'),(324,'av_alb_element_check_stat','a:104:{s:9:\"av_player\";s:7:\"checked\";s:7:\"av_blog\";s:7:\"checked\";s:12:\"av_buttonrow\";s:7:\"checked\";s:9:\"av_button\";s:7:\"checked\";s:13:\"av_button_big\";s:7:\"checked\";s:12:\"av_catalogue\";s:7:\"checked\";s:16:\"av_comments_list\";s:7:\"checked\";s:10:\"av_contact\";s:7:\"checked\";s:17:\"av_content_slider\";s:7:\"checked\";s:12:\"av_countdown\";s:7:\"checked\";s:10:\"av_gallery\";s:7:\"checked\";s:21:\"av_horizontal_gallery\";s:7:\"checked\";s:13:\"av_google_map\";s:7:\"checked\";s:16:\"av_cell_one_full\";s:7:\"checked\";s:16:\"av_cell_one_half\";s:7:\"checked\";s:17:\"av_cell_one_third\";s:7:\"checked\";s:17:\"av_cell_two_third\";s:7:\"checked\";s:18:\"av_cell_one_fourth\";s:7:\"checked\";s:20:\"av_cell_three_fourth\";s:7:\"checked\";s:17:\"av_cell_one_fifth\";s:7:\"checked\";s:17:\"av_cell_two_fifth\";s:7:\"checked\";s:19:\"av_cell_three_fifth\";s:7:\"checked\";s:18:\"av_cell_four_fifth\";s:7:\"checked\";s:13:\"av_layout_row\";s:7:\"checked\";s:10:\"av_heading\";s:7:\"checked\";s:19:\"av_headline_rotator\";s:7:\"checked\";s:5:\"av_hr\";s:7:\"checked\";s:12:\"av_font_icon\";s:7:\"checked\";s:11:\"av_icon_box\";s:7:\"checked\";s:11:\"av_iconlist\";s:7:\"checked\";s:8:\"av_image\";s:7:\"checked\";s:16:\"av_image_hotspot\";s:7:\"checked\";s:10:\"av_partner\";s:7:\"checked\";s:11:\"av_magazine\";s:7:\"checked\";s:12:\"av_mailchimp\";s:7:\"checked\";s:18:\"av_masonry_entries\";s:7:\"checked\";s:18:\"av_masonry_gallery\";s:7:\"checked\";s:10:\"av_submenu\";s:7:\"checked\";s:15:\"av_notification\";s:7:\"checked\";s:19:\"av_animated_numbers\";s:7:\"checked\";s:12:\"av_portfolio\";s:7:\"checked\";s:13:\"av_postslider\";s:7:\"checked\";s:11:\"av_progress\";s:7:\"checked\";s:11:\"av_promobox\";s:7:\"checked\";s:12:\"av_slideshow\";s:7:\"checked\";s:22:\"av_slideshow_accordion\";s:7:\"checked\";s:23:\"av_feature_image_slider\";s:7:\"checked\";s:13:\"av_fullscreen\";s:7:\"checked\";s:17:\"av_slideshow_full\";s:7:\"checked\";s:14:\"av_layerslider\";s:7:\"checked\";s:15:\"av_social_share\";s:7:\"checked\";s:18:\"av_tab_sub_section\";s:7:\"checked\";s:14:\"av_tab_section\";s:7:\"checked\";s:8:\"av_table\";s:7:\"checked\";s:16:\"av_tab_container\";s:7:\"checked\";s:14:\"av_team_member\";s:7:\"checked\";s:15:\"av_testimonials\";s:7:\"checked\";s:11:\"av_timeline\";s:7:\"checked\";s:19:\"av_toggle_container\";s:7:\"checked\";s:8:\"av_video\";s:7:\"checked\";s:12:\"av_codeblock\";s:7:\"checked\";s:11:\"av_one_full\";s:7:\"checked\";s:11:\"av_one_half\";s:7:\"checked\";s:12:\"av_one_third\";s:7:\"checked\";s:12:\"av_two_third\";s:7:\"checked\";s:13:\"av_one_fourth\";s:7:\"checked\";s:15:\"av_three_fourth\";s:7:\"checked\";s:12:\"av_one_fifth\";s:7:\"checked\";s:12:\"av_two_fifth\";s:7:\"checked\";s:14:\"av_three_fifth\";s:7:\"checked\";s:13:\"av_four_fifth\";s:7:\"checked\";s:14:\"av_postcontent\";s:7:\"checked\";s:10:\"av_section\";s:7:\"checked\";s:12:\"av_textblock\";s:7:\"checked\";s:10:\"av_sidebar\";s:7:\"checked\";s:19:\"av_playlist_element\";s:7:\"checked\";s:17:\"av_buttonrow_item\";s:7:\"checked\";s:17:\"av_catalogue_item\";s:7:\"checked\";s:16:\"av_contact_field\";s:7:\"checked\";s:16:\"av_content_slide\";s:7:\"checked\";s:16:\"av_gmap_location\";s:7:\"checked\";s:15:\"av_rotator_item\";s:7:\"checked\";s:16:\"av_iconlist_item\";s:7:\"checked\";s:13:\"av_image_spot\";s:7:\"checked\";s:15:\"av_partner_logo\";s:7:\"checked\";s:18:\"av_mailchimp_field\";s:7:\"checked\";s:15:\"av_submenu_item\";s:7:\"checked\";s:15:\"av_progress_bar\";s:7:\"checked\";s:8:\"av_slide\";s:7:\"checked\";s:18:\"av_slide_accordion\";s:7:\"checked\";s:19:\"av_fullscreen_slide\";s:7:\"checked\";s:13:\"av_slide_full\";s:7:\"checked\";s:6:\"av_row\";s:7:\"checked\";s:7:\"av_cell\";s:7:\"checked\";s:6:\"av_tab\";s:7:\"checked\";s:12:\"av_team_icon\";s:7:\"checked\";s:21:\"av_testimonial_single\";s:7:\"checked\";s:16:\"av_timeline_item\";s:7:\"checked\";s:9:\"av_toggle\";s:7:\"checked\";s:11:\"av_icongrid\";s:3:\"new\";s:16:\"av_post_metadata\";s:3:\"new\";s:14:\"avia_sc_search\";s:3:\"new\";s:16:\"av_icongrid_item\";s:3:\"new\";s:16:\"av_metadata_item\";s:3:\"new\";}','yes'),(325,'av_alb_element_mgr','1.0.1','yes'),(326,'enfold_woo_settings_enabled','1','yes'),(327,'avia_options_enfold','a:2:{s:4:\"avia\";a:436:{s:9:\"frontpage\";s:2:\"12\";s:8:\"blogpage\";s:0:\"\";s:4:\"logo\";s:78:\"https://valerioanzino.com/wp-content/uploads/2018/10/new-logo3-350-300x124.jpg\";s:7:\"favicon\";s:66:\"https://valerioanzino.com/wp-content/uploads/2018/11/favico-32.png\";s:9:\"preloader\";s:8:\"disabled\";s:21:\"preloader_transitions\";s:21:\"preloader_transitions\";s:14:\"preloader_logo\";s:0:\"\";s:15:\"lightbox_active\";s:15:\"lightbox_active\";s:15:\"error404_custom\";s:0:\"\";s:13:\"error404_page\";s:0:\"\";s:16:\"maintenance_mode\";s:0:\"\";s:16:\"maintenance_page\";s:0:\"\";s:24:\"enable_wp_classic_editor\";s:0:\"\";s:16:\"color-body_style\";s:9:\"stretched\";s:17:\"color-frame_width\";s:2:\"20\";s:15:\"header_position\";s:10:\"header_top\";s:20:\"layout_align_content\";s:20:\"content_align_center\";s:18:\"sidebarmenu_sticky\";s:18:\"conditional_sticky\";s:19:\"sidebarmenu_widgets\";s:0:\"\";s:18:\"sidebarmenu_social\";s:8:\"disabled\";s:17:\"responsive_active\";s:17:\"responsive_active\";s:15:\"responsive_size\";s:6:\"1310px\";s:13:\"content_width\";s:2:\"73\";s:14:\"combined_width\";s:3:\"100\";s:12:\"color_scheme\";s:4:\"Blue\";s:24:\"colorset-header_color-bg\";s:7:\"#ffffff\";s:25:\"colorset-header_color-bg2\";s:7:\"#f8f8f8\";s:29:\"colorset-header_color-primary\";s:7:\"#719430\";s:31:\"colorset-header_color-secondary\";s:7:\"#8bba34\";s:27:\"colorset-header_color-color\";s:7:\"#000000\";s:26:\"colorset-header_color-meta\";s:7:\"#969696\";s:29:\"colorset-header_color-heading\";s:7:\"#000000\";s:28:\"colorset-header_color-border\";s:7:\"#ebebeb\";s:25:\"colorset-header_color-img\";s:0:\"\";s:33:\"colorset-header_color-customimage\";s:0:\"\";s:25:\"colorset-header_color-pos\";s:8:\"top left\";s:28:\"colorset-header_color-repeat\";s:9:\"no-repeat\";s:28:\"colorset-header_color-attach\";s:6:\"scroll\";s:22:\"colorset-main_color-bg\";s:7:\"#ffffff\";s:23:\"colorset-main_color-bg2\";s:7:\"#f8f8f8\";s:27:\"colorset-main_color-primary\";s:7:\"#719430\";s:29:\"colorset-main_color-secondary\";s:7:\"#8bba34\";s:25:\"colorset-main_color-color\";s:7:\"#000000\";s:24:\"colorset-main_color-meta\";s:7:\"#969696\";s:27:\"colorset-main_color-heading\";s:7:\"#000000\";s:26:\"colorset-main_color-border\";s:7:\"#ebebeb\";s:23:\"colorset-main_color-img\";s:0:\"\";s:31:\"colorset-main_color-customimage\";s:0:\"\";s:23:\"colorset-main_color-pos\";s:8:\"top left\";s:26:\"colorset-main_color-repeat\";s:9:\"no-repeat\";s:26:\"colorset-main_color-attach\";s:6:\"scroll\";s:27:\"colorset-alternate_color-bg\";s:7:\"#ffffff\";s:28:\"colorset-alternate_color-bg2\";s:7:\"#f8f8f8\";s:32:\"colorset-alternate_color-primary\";s:7:\"#719430\";s:34:\"colorset-alternate_color-secondary\";s:7:\"#8bba34\";s:30:\"colorset-alternate_color-color\";s:7:\"#000000\";s:29:\"colorset-alternate_color-meta\";s:7:\"#969696\";s:32:\"colorset-alternate_color-heading\";s:7:\"#000000\";s:31:\"colorset-alternate_color-border\";s:7:\"#ebebeb\";s:28:\"colorset-alternate_color-img\";s:0:\"\";s:36:\"colorset-alternate_color-customimage\";s:0:\"\";s:28:\"colorset-alternate_color-pos\";s:8:\"top left\";s:31:\"colorset-alternate_color-repeat\";s:9:\"no-repeat\";s:31:\"colorset-alternate_color-attach\";s:6:\"scroll\";s:24:\"colorset-footer_color-bg\";s:7:\"#ffffff\";s:25:\"colorset-footer_color-bg2\";s:7:\"#f8f8f8\";s:29:\"colorset-footer_color-primary\";s:7:\"#719430\";s:31:\"colorset-footer_color-secondary\";s:7:\"#8bba34\";s:27:\"colorset-footer_color-color\";s:7:\"#000000\";s:26:\"colorset-footer_color-meta\";s:7:\"#969696\";s:29:\"colorset-footer_color-heading\";s:7:\"#000000\";s:28:\"colorset-footer_color-border\";s:7:\"#ebebeb\";s:25:\"colorset-footer_color-img\";s:0:\"\";s:33:\"colorset-footer_color-customimage\";s:0:\"\";s:25:\"colorset-footer_color-pos\";s:8:\"top left\";s:28:\"colorset-footer_color-repeat\";s:9:\"no-repeat\";s:28:\"colorset-footer_color-attach\";s:6:\"scroll\";s:24:\"colorset-socket_color-bg\";s:7:\"#ffffff\";s:25:\"colorset-socket_color-bg2\";s:7:\"#f8f8f8\";s:29:\"colorset-socket_color-primary\";s:7:\"#719430\";s:31:\"colorset-socket_color-secondary\";s:7:\"#8bba34\";s:27:\"colorset-socket_color-color\";s:7:\"#000000\";s:26:\"colorset-socket_color-meta\";s:7:\"#969696\";s:29:\"colorset-socket_color-heading\";s:7:\"#000000\";s:28:\"colorset-socket_color-border\";s:7:\"#ebebeb\";s:25:\"colorset-socket_color-img\";s:0:\"\";s:33:\"colorset-socket_color-customimage\";s:0:\"\";s:25:\"colorset-socket_color-pos\";s:8:\"top left\";s:28:\"colorset-socket_color-repeat\";s:9:\"no-repeat\";s:28:\"colorset-socket_color-attach\";s:6:\"scroll\";s:16:\"color-body_color\";s:7:\"#eeeeee\";s:14:\"color-body_img\";s:0:\"\";s:22:\"color-body_customimage\";s:0:\"\";s:14:\"color-body_pos\";s:8:\"top left\";s:17:\"color-body_repeat\";s:9:\"no-repeat\";s:17:\"color-body_attach\";s:6:\"scroll\";s:14:\"google_webfont\";s:0:\"\";s:12:\"default_font\";s:32:\"Helvetica Neue,Helvetica-websave\";s:29:\"styling_typo_chk_content-font\";s:8:\"disabled\";s:22:\"typo-default_font_size\";s:0:\"\";s:29:\"typo-default_font_size-medium\";s:0:\"\";s:28:\"typo-default_font_size-small\";s:0:\"\";s:27:\"typo-default_font_size-mini\";s:0:\"\";s:19:\"styling_typo_chk_h1\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h1\";s:0:\"\";s:31:\"typo-font-size-custom_h1-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h1-small\";s:0:\"\";s:29:\"typo-font-size-custom_h1-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h1\";s:0:\"\";s:33:\"typo-font-weight-custom_h1-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h1-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h1-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h1\";s:0:\"\";s:33:\"typo-line-height-custom_h1-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h1-small\";s:0:\"\";s:31:\"typo-line-height-custom_h1-mini\";s:0:\"\";s:21:\"typo-margin-custom_h1\";s:0:\"\";s:28:\"typo-margin-custom_h1-medium\";s:0:\"\";s:27:\"typo-margin-custom_h1-small\";s:0:\"\";s:26:\"typo-margin-custom_h1-mini\";s:0:\"\";s:19:\"styling_typo_chk_h2\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h2\";s:0:\"\";s:31:\"typo-font-size-custom_h2-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h2-small\";s:0:\"\";s:29:\"typo-font-size-custom_h2-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h2\";s:0:\"\";s:33:\"typo-font-weight-custom_h2-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h2-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h2-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h2\";s:0:\"\";s:33:\"typo-line-height-custom_h2-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h2-small\";s:0:\"\";s:31:\"typo-line-height-custom_h2-mini\";s:0:\"\";s:21:\"typo-margin-custom_h2\";s:0:\"\";s:28:\"typo-margin-custom_h2-medium\";s:0:\"\";s:27:\"typo-margin-custom_h2-small\";s:0:\"\";s:26:\"typo-margin-custom_h2-mini\";s:0:\"\";s:19:\"styling_typo_chk_h3\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h3\";s:0:\"\";s:31:\"typo-font-size-custom_h3-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h3-small\";s:0:\"\";s:29:\"typo-font-size-custom_h3-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h3\";s:0:\"\";s:33:\"typo-font-weight-custom_h3-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h3-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h3-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h3\";s:0:\"\";s:33:\"typo-line-height-custom_h3-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h3-small\";s:0:\"\";s:31:\"typo-line-height-custom_h3-mini\";s:0:\"\";s:21:\"typo-margin-custom_h3\";s:0:\"\";s:28:\"typo-margin-custom_h3-medium\";s:0:\"\";s:27:\"typo-margin-custom_h3-small\";s:0:\"\";s:26:\"typo-margin-custom_h3-mini\";s:0:\"\";s:19:\"styling_typo_chk_h4\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h4\";s:0:\"\";s:31:\"typo-font-size-custom_h4-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h4-small\";s:0:\"\";s:29:\"typo-font-size-custom_h4-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h4\";s:0:\"\";s:33:\"typo-font-weight-custom_h4-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h4-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h4-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h4\";s:0:\"\";s:33:\"typo-line-height-custom_h4-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h4-small\";s:0:\"\";s:31:\"typo-line-height-custom_h4-mini\";s:0:\"\";s:21:\"typo-margin-custom_h4\";s:0:\"\";s:28:\"typo-margin-custom_h4-medium\";s:0:\"\";s:27:\"typo-margin-custom_h4-small\";s:0:\"\";s:26:\"typo-margin-custom_h4-mini\";s:0:\"\";s:19:\"styling_typo_chk_h5\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h5\";s:0:\"\";s:31:\"typo-font-size-custom_h5-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h5-small\";s:0:\"\";s:29:\"typo-font-size-custom_h5-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h5\";s:0:\"\";s:33:\"typo-font-weight-custom_h5-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h5-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h5-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h5\";s:0:\"\";s:33:\"typo-line-height-custom_h5-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h5-small\";s:0:\"\";s:31:\"typo-line-height-custom_h5-mini\";s:0:\"\";s:21:\"typo-margin-custom_h5\";s:0:\"\";s:28:\"typo-margin-custom_h5-medium\";s:0:\"\";s:27:\"typo-margin-custom_h5-small\";s:0:\"\";s:26:\"typo-margin-custom_h5-mini\";s:0:\"\";s:19:\"styling_typo_chk_h6\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h6\";s:0:\"\";s:31:\"typo-font-size-custom_h6-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h6-small\";s:0:\"\";s:29:\"typo-font-size-custom_h6-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h6\";s:0:\"\";s:33:\"typo-font-weight-custom_h6-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h6-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h6-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h6\";s:0:\"\";s:33:\"typo-line-height-custom_h6-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h6-small\";s:0:\"\";s:31:\"typo-line-height-custom_h6-mini\";s:0:\"\";s:21:\"typo-margin-custom_h6\";s:0:\"\";s:28:\"typo-margin-custom_h6-medium\";s:0:\"\";s:27:\"typo-margin-custom_h6-small\";s:0:\"\";s:26:\"typo-margin-custom_h6-mini\";s:0:\"\";s:9:\"quick_css\";s:0:\"\";s:26:\"block_editor_theme_support\";s:0:\"\";s:12:\"menu_display\";s:0:\"\";s:14:\"alternate_menu\";s:0:\"\";s:24:\"header_mobile_activation\";s:17:\"mobile_menu_phone\";s:29:\"header_mobile_device_handling\";s:0:\"\";s:18:\"header_menu_border\";s:0:\"\";s:17:\"header_searchicon\";s:17:\"header_searchicon\";s:18:\"submenu_visibility\";s:0:\"\";s:13:\"submenu_clone\";s:18:\"av-submenu-noclone\";s:11:\"burger_size\";s:0:\"\";s:13:\"overlay_style\";s:39:\"av-overlay-side av-overlay-side-classic\";s:12:\"burger_color\";s:0:\"\";s:19:\"burger_flyout_width\";s:5:\"350px\";s:13:\"header_layout\";s:36:\"logo_left main_nav_header menu_right\";s:11:\"header_size\";s:4:\"slim\";s:18:\"header_custom_size\";s:3:\"150\";s:12:\"header_style\";s:0:\"\";s:16:\"header_title_bar\";s:20:\"title_bar_breadcrumb\";s:13:\"header_sticky\";s:13:\"header_sticky\";s:16:\"header_shrinking\";s:16:\"header_shrinking\";s:18:\"header_unstick_top\";s:8:\"disabled\";s:14:\"header_stretch\";s:8:\"disabled\";s:13:\"header_social\";s:0:\"\";s:21:\"header_secondary_menu\";s:0:\"\";s:19:\"header_phone_active\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:23:\"header_replacement_logo\";s:0:\"\";s:23:\"header_replacement_menu\";s:0:\"\";s:29:\"header_replacement_menu_hover\";s:0:\"\";s:14:\"archive_layout\";s:13:\"sidebar_right\";s:11:\"blog_layout\";s:13:\"sidebar_right\";s:13:\"single_layout\";s:13:\"sidebar_right\";s:11:\"page_layout\";s:13:\"sidebar_right\";s:15:\"archive_sidebar\";s:0:\"\";s:19:\"smartphones_sidebar\";s:8:\"disabled\";s:16:\"page_nesting_nav\";s:16:\"page_nesting_nav\";s:15:\"sidebar_styling\";s:0:\"\";s:22:\"sidebar_left_textalign\";s:0:\"\";s:22:\"display_widgets_socket\";s:3:\"all\";s:11:\"footer_page\";s:0:\"\";s:15:\"footer_behavior\";s:0:\"\";s:14:\"curtains_media\";s:2:\"80\";s:14:\"footer_columns\";s:1:\"4\";s:9:\"copyright\";s:0:\"\";s:13:\"footer_social\";s:8:\"disabled\";s:15:\"preview_disable\";s:8:\"disabled\";s:8:\"lock_alb\";s:8:\"disabled\";s:19:\"lock_alb_for_admins\";s:8:\"disabled\";s:21:\"alb_developer_options\";s:8:\"disabled\";s:21:\"alb_use_custom_colors\";s:8:\"disabled\";s:24:\"alb_custom_color_palette\";s:0:\"\";s:19:\"alb_options_toggles\";s:0:\"\";s:17:\"layerslider_activ\";s:0:\"\";s:27:\"layerslider_default_options\";s:0:\"\";s:21:\"alb_element_templates\";s:0:\"\";s:24:\"alb_locked_modal_options\";s:0:\"\";s:29:\"alb_show_locked_modal_options\";s:0:\"\";s:26:\"custom_el_advanced_options\";s:8:\"disabled\";s:27:\"custom_el_shortcode_buttons\";s:0:\"\";s:32:\"custom_el_hierarchical_templates\";s:0:\"\";s:26:\"custom_el_subitem_handling\";s:0:\"\";s:20:\"custom_el_cpt_screen\";s:0:\"\";s:17:\"blog_global_style\";s:0:\"\";s:10:\"blog_style\";s:12:\"single-small\";s:16:\"disable_post_nav\";s:0:\"\";s:17:\"single_post_style\";s:10:\"single-big\";s:27:\"single_post_related_entries\";s:24:\"av-related-style-tooltip\";s:16:\"blog-meta-author\";s:16:\"blog-meta-author\";s:18:\"blog-meta-comments\";s:18:\"blog-meta-comments\";s:18:\"blog-meta-category\";s:18:\"blog-meta-category\";s:14:\"blog-meta-date\";s:14:\"blog-meta-date\";s:19:\"blog-meta-html-info\";s:19:\"blog-meta-html-info\";s:13:\"blog-meta-tag\";s:13:\"blog-meta-tag\";s:14:\"share_facebook\";s:14:\"share_facebook\";s:13:\"share_twitter\";s:13:\"share_twitter\";s:14:\"share_whatsapp\";s:8:\"disabled\";s:15:\"share_pinterest\";s:15:\"share_pinterest\";s:12:\"share_reddit\";s:12:\"share_reddit\";s:14:\"share_linkedin\";s:14:\"share_linkedin\";s:12:\"share_tumblr\";s:12:\"share_tumblr\";s:8:\"share_vk\";s:8:\"share_vk\";s:10:\"share_yelp\";s:8:\"disabled\";s:10:\"share_mail\";s:10:\"share_mail\";s:17:\"share_five_100_px\";s:8:\"disabled\";s:13:\"share_behance\";s:8:\"disabled\";s:14:\"share_dribbble\";s:8:\"disabled\";s:12:\"share_flickr\";s:8:\"disabled\";s:15:\"share_instagram\";s:8:\"disabled\";s:11:\"share_skype\";s:8:\"disabled\";s:16:\"share_soundcloud\";s:8:\"disabled\";s:11:\"share_vimeo\";s:8:\"disabled\";s:10:\"share_xing\";s:8:\"disabled\";s:13:\"share_youtube\";s:8:\"disabled\";s:9:\"share_rss\";s:8:\"disabled\";s:31:\"single_post_share_buttons_style\";s:0:\"\";s:35:\"single_post_share_buttons_alignment\";s:0:\"\";s:12:\"social_icons\";a:2:{i:0;a:2:{s:11:\"social_icon\";s:7:\"twitter\";s:16:\"social_icon_link\";s:25:\"http://twitter.com/kriesi\";}i:1;a:2:{s:11:\"social_icon\";s:8:\"dribbble\";s:16:\"social_icon_link\";s:26:\"http://dribbble.com/kriesi\";}}s:9:\"merge_css\";s:4:\"avia\";s:8:\"merge_js\";s:4:\"avia\";s:19:\"merge_show_advanced\";s:8:\"disabled\";s:17:\"merge_disable_ssl\";s:0:\"\";s:30:\"merge_disable_unique_timestamp\";s:0:\"\";s:34:\"remove_query_string_from_resources\";s:0:\"\";s:19:\"custom_font_display\";s:0:\"\";s:20:\"disable_alb_elements\";s:4:\"auto\";s:34:\"av_alb_disable_av_toggle_container\";s:8:\"disabled\";s:37:\"av_alb_disable_av_slideshow_accordion\";s:8:\"disabled\";s:29:\"av_alb_disable_av_layerslider\";s:8:\"disabled\";s:27:\"av_alb_disable_av_countdown\";s:8:\"disabled\";s:34:\"av_alb_disable_av_animated_numbers\";s:8:\"disabled\";s:24:\"av_alb_disable_av_player\";s:8:\"disabled\";s:27:\"av_alb_disable_av_buttonrow\";s:8:\"disabled\";s:27:\"av_alb_disable_av_catalogue\";s:8:\"disabled\";s:25:\"av_alb_disable_av_contact\";s:8:\"disabled\";s:32:\"av_alb_disable_av_content_slider\";s:8:\"disabled\";s:27:\"av_alb_disable_av_slideshow\";s:8:\"disabled\";s:38:\"av_alb_disable_av_feature_image_slider\";s:8:\"disabled\";s:28:\"av_alb_disable_av_fullscreen\";s:8:\"disabled\";s:28:\"av_alb_disable_av_button_big\";s:8:\"disabled\";s:32:\"av_alb_disable_av_slideshow_full\";s:8:\"disabled\";s:25:\"av_alb_disable_av_submenu\";s:8:\"disabled\";s:28:\"av_alb_disable_av_google_map\";s:8:\"disabled\";s:34:\"av_alb_disable_av_headline_rotator\";s:8:\"disabled\";s:36:\"av_alb_disable_av_horizontal_gallery\";s:8:\"disabled\";s:27:\"av_alb_disable_av_font_icon\";s:8:\"disabled\";s:26:\"av_alb_disable_av_icon_box\";s:8:\"disabled\";s:26:\"av_alb_disable_av_icongrid\";s:8:\"disabled\";s:26:\"av_alb_disable_av_iconlist\";s:8:\"disabled\";s:23:\"av_alb_disable_av_image\";s:8:\"disabled\";s:31:\"av_alb_disable_av_image_hotspot\";s:8:\"disabled\";s:26:\"av_alb_disable_av_magazine\";s:8:\"disabled\";s:27:\"av_alb_disable_av_mailchimp\";s:8:\"disabled\";s:33:\"av_alb_disable_av_masonry_entries\";s:8:\"disabled\";s:33:\"av_alb_disable_av_masonry_gallery\";s:8:\"disabled\";s:30:\"av_alb_disable_av_notification\";s:8:\"disabled\";s:25:\"av_alb_disable_av_partner\";s:8:\"disabled\";s:27:\"av_alb_disable_av_portfolio\";s:8:\"disabled\";s:31:\"av_alb_disable_av_post_metadata\";s:8:\"disabled\";s:28:\"av_alb_disable_av_postslider\";s:8:\"disabled\";s:26:\"av_alb_disable_av_progress\";s:8:\"disabled\";s:26:\"av_alb_disable_av_promobox\";s:8:\"disabled\";s:29:\"av_alb_disable_avia_sc_search\";s:8:\"disabled\";s:20:\"av_alb_disable_av_hr\";s:8:\"disabled\";s:25:\"av_alb_disable_av_heading\";s:8:\"disabled\";s:29:\"av_alb_disable_av_tab_section\";s:8:\"disabled\";s:23:\"av_alb_disable_av_table\";s:8:\"disabled\";s:31:\"av_alb_disable_av_tab_container\";s:8:\"disabled\";s:29:\"av_alb_disable_av_team_member\";s:8:\"disabled\";s:30:\"av_alb_disable_av_testimonials\";s:8:\"disabled\";s:26:\"av_alb_disable_av_timeline\";s:8:\"disabled\";s:29:\"scan_widgets_for_alb_elements\";s:0:\"\";s:20:\"disable_mediaelement\";s:0:\"\";s:13:\"disable_video\";s:8:\"disabled\";s:12:\"disable_blog\";s:8:\"disabled\";s:13:\"disable_emoji\";s:8:\"disabled\";s:18:\"disable_jq_migrate\";s:8:\"disabled\";s:16:\"jquery_in_footer\";s:8:\"disabled\";s:16:\"gfonts_in_footer\";s:8:\"disabled\";s:12:\"lazy_loading\";s:0:\"\";s:17:\"responsive_images\";s:17:\"responsive_images\";s:26:\"responsive_images_lightbox\";s:8:\"disabled\";s:24:\"responsive_images_thumbs\";s:8:\"disabled\";s:24:\"delete_assets_after_save\";s:8:\"disabled\";s:14:\"cookie_consent\";s:0:\"\";s:23:\"cookie_default_settings\";s:0:\"\";s:14:\"cookie_content\";s:97:\"This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.\";s:15:\"cookie_position\";s:6:\"bottom\";s:15:\"msg_bar_buttons\";a:2:{i:0;a:4:{s:20:\"msg_bar_button_label\";s:2:\"OK\";s:21:\"msg_bar_button_action\";s:0:\"\";s:19:\"msg_bar_button_link\";s:0:\"\";s:22:\"msg_bar_button_tooltip\";s:0:\"\";}i:1;a:4:{s:20:\"msg_bar_button_label\";s:10:\"Learn more\";s:21:\"msg_bar_button_action\";s:10:\"info_modal\";s:19:\"msg_bar_button_link\";s:0:\"\";s:22:\"msg_bar_button_tooltip\";s:0:\"\";}}s:25:\"modal_popup_window_action\";s:0:\"\";s:26:\"modal_popup_window_buttons\";a:2:{i:0;a:4:{s:24:\"modal_popup_button_label\";s:15:\"Accept settings\";s:25:\"modal_popup_button_action\";s:0:\"\";s:23:\"modal_popup_button_link\";s:0:\"\";s:26:\"modal_popup_button_tooltip\";s:69:\"Allow to use cookies, you always can modify used cookies and services\";}i:1;a:4:{s:24:\"modal_popup_button_label\";s:22:\"Hide notification only\";s:25:\"modal_popup_button_action\";s:17:\"hide_notification\";s:23:\"modal_popup_button_link\";s:0:\"\";s:26:\"modal_popup_button_tooltip\";s:100:\"Do not allow to use cookies or services - some functionality on our site might not work as expected.\";}}s:26:\"cookie_info_custom_content\";s:8:\"disabled\";s:27:\"cookie_info_content_heading\";s:27:\"Cookie and Privacy Settings\";s:19:\"cookie_info_content\";a:5:{i:0;a:2:{s:5:\"label\";s:18:\"How we use cookies\";s:7:\"content\";s:466:\"We may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website. &lt;br&gt;&lt;br&gt;Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.\";}i:1;a:2:{s:5:\"label\";s:25:\"Essential Website Cookies\";s:7:\"content\";s:393:\"These cookies are strictly necessary to provide you with services available through our website and to use some of its features. &lt;br&gt;&lt;br&gt;Because these cookies are strictly necessary to deliver the website, you cannot refuse them without impacting how our site functions. You can block or delete them by changing your browser settings and force blocking all cookies on this website.\";}i:2;a:2:{s:5:\"label\";s:24:\"Google Analytics Cookies\";s:7:\"content\";s:419:\"These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience. &lt;br&gt;&lt;br&gt;If you do not want that we track your visist to our site you can disable tracking in your browser here: [av_privacy_google_tracking]\";}i:3;a:2:{s:5:\"label\";s:23:\"Other external services\";s:7:\"content\";s:535:\"We also use different external services like Google Webfonts, Google Maps and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.&lt;br&gt;&lt;br&gt;\n\nGoogle Webfont Settings:					\n[av_privacy_google_webfonts]\n\nGoogle Map Settings:\n[av_privacy_google_maps]\n\nVimeo and Youtube video embeds:\n[av_privacy_video_embeds]\";}i:4;a:2:{s:5:\"label\";s:14:\"Privacy Policy\";s:7:\"content\";s:128:\"You can read about our cookies and privacy settings in detail on our Privacy Policy Page. &lt;br&gt;&lt;br&gt; [av_privacy_link]\";}}s:28:\"cookie_show_advanced_options\";s:8:\"disabled\";s:23:\"cookie_message_bar_only\";s:0:\"\";s:20:\"cookie_consent_badge\";s:0:\"\";s:18:\"cookie_auto_reload\";s:0:\"\";s:26:\"cookie_refuse_button_alert\";s:301:\"When refusing all cookies this site might not be able to work as expected. Please check our settings page and opt out for cookies or functions you do not want to use and accept cookies. You will be shown this message every time you open a new window or a new tab.\\n\\nAre you sure you want to continue?\";s:14:\"custom_cookies\";a:1:{i:0;a:5:{s:11:\"cookie_name\";s:0:\"\";s:11:\"cookie_path\";s:0:\"\";s:14:\"cookie_content\";s:0:\"\";s:16:\"cookie_info_desc\";s:0:\"\";s:21:\"cookie_compare_action\";s:0:\"\";}}s:10:\"seo_robots\";s:0:\"\";s:6:\"markup\";s:0:\"\";s:31:\"preprocess_shortcodes_in_header\";s:0:\"\";s:21:\"alb_seo_qualify_links\";s:8:\"disabled\";s:13:\"mailchimp_api\";s:0:\"\";s:22:\"mailchimp_verified_key\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:12:\"gmap_enabled\";s:12:\"disable_gmap\";s:8:\"gmap_api\";s:0:\"\";s:17:\"gmap_verify_state\";s:0:\"\";s:17:\"gmap_verified_key\";s:0:\"\";s:22:\"avia_recaptcha_version\";s:0:\"\";s:22:\"avia_recaptcha_pkey_v2\";s:0:\"\";s:22:\"avia_recaptcha_skey_v2\";s:0:\"\";s:28:\"avia_recaptcha_key_verify_v2\";s:0:\"\";s:22:\"avia_recaptcha_pkey_v3\";s:0:\"\";s:22:\"avia_recaptcha_skey_v3\";s:0:\"\";s:20:\"avia_recaptcha_score\";s:1:\"5\";s:20:\"avia_recaptcha_badge\";s:20:\"contact_only_message\";s:28:\"avia_recaptcha_key_verify_v3\";s:0:\"\";s:26:\"recaptcha_verified_keys_v2\";s:0:\"\";s:26:\"recaptcha_verified_keys_v3\";s:0:\"\";s:9:\"cart_icon\";s:0:\"\";s:19:\"add_to_cart_message\";s:0:\"\";s:14:\"product_layout\";s:0:\"\";s:15:\"product_gallery\";s:0:\"\";s:11:\"shop_banner\";s:0:\"\";s:17:\"shop_banner_image\";s:0:\"\";s:25:\"shop_banner_overlay_color\";s:7:\"#000000\";s:27:\"shop_banner_overlay_opacity\";s:3:\"0.5\";s:19:\"shop_banner_message\";s:0:\"\";s:25:\"shop_banner_message_color\";s:7:\"#ffffff\";s:18:\"shop_banner_global\";s:8:\"disabled\";s:17:\"avia-nonce-import\";s:10:\"80adeb295d\";s:22:\"upload_filter_checkbox\";s:8:\"disabled\";s:21:\"upload_keep_quick_css\";s:8:\"disabled\";s:18:\"upload_filter_tabs\";s:0:\"\";s:18:\"config_file_upload\";s:0:\"\";s:20:\"reset_options_button\";s:0:\"\";s:21:\"reset_filter_checkbox\";s:8:\"disabled\";s:20:\"reset_keep_quick_css\";s:8:\"disabled\";s:17:\"reset_filter_tabs\";s:0:\"\";s:20:\"alb_templates_upload\";s:0:\"\";s:15:\"iconfont_upload\";s:0:\"\";s:15:\"typefont_upload\";s:0:\"\";s:20:\"updates_envato_token\";s:0:\"\";s:26:\"updates_envato_token_state\";s:0:\"\";s:29:\"updates_envato_verified_token\";s:0:\"\";s:16:\"updates_username\";s:0:\"\";s:15:\"updates_api_key\";s:0:\"\";s:19:\"updates_envato_info\";s:0:\"\";}s:8:\"avia_ext\";a:17:{s:22:\"avia_ext_intro_heading\";s:0:\"\";s:19:\"Leaflet_maps_header\";s:0:\"\";s:27:\"leaflet_maps_enable_feature\";s:0:\"\";s:28:\"Leaflet_maps_container_start\";s:0:\"\";s:25:\"leaflet_maps_plugin_check\";s:0:\"\";s:28:\"leaflet_maps_settings_header\";s:0:\"\";s:20:\"leaflet_maps_js_file\";s:0:\"\";s:21:\"leaflet_maps_css_file\";s:0:\"\";s:28:\"Leaflet_maps_container_close\";s:0:\"\";s:20:\"accessibility_header\";s:0:\"\";s:25:\"accessibility_theme_start\";s:0:\"\";s:32:\"accessibility_conformance_option\";s:0:\"\";s:25:\"accessibility_theme_close\";s:0:\"\";s:27:\"accessibility_header_extern\";s:0:\"\";s:29:\"accessibility_container_start\";s:0:\"\";s:26:\"accessibility_plugin_check\";s:0:\"\";s:29:\"accessibility_container_close\";s:0:\"\";}}','yes'),(328,'avia_rewrite_flush','1','yes'),(329,'avia_stylesheet_dir_writableenfold','true','yes'),(330,'avia_stylesheet_existsenfold','true','yes'),(331,'avia_stylesheet_dynamic_versionenfold','6269aec525062','yes'),(332,'layerslider_update_info','O:8:\"stdClass\":6:{s:5:\"basic\";O:8:\"stdClass\":12:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:102:\"nas/content/live/valerioanzino/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"7.8.0\";s:8:\"released\";s:10:\"2023-08-11\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:24:\"https://layerslider.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:3:\"6.3\";s:12:\"requires_php\";s:5:\"5.4.0\";s:14:\"upgrade_notice\";s:208:\"This release brings you Smart Background, among many other new features. Countless other improvements and bug fixes have also been added to increase user experience, accessibility, and workflow significantly.\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:24:\"https://layerslider.com/\";s:5:\"p_url\";s:32:\"https://layerslider.com/pricing/\";s:7:\"version\";s:5:\"7.8.0\";s:12:\"last_updated\";s:10:\"2023-08-11\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:3:\"6.3\";s:12:\"requires_php\";s:5:\"5.4.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3208;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:208:\"This release brings you Smart Background, among many other new features. Countless other improvements and bug fixes have also been added to increase user experience, accessibility, and workflow significantly.\";s:4:\"beta\";s:208:\"This release brings you Smart Background, among many other new features. Countless other improvements and bug fixes have also been added to increase user experience, accessibility, and workflow significantly.\";s:4:\"edge\";s:208:\"This release brings you Smart Background, among many other new features. Countless other improvements and bug fixes have also been added to increase user experience, accessibility, and workflow significantly.\";}s:6:\"author\";s:71:\"<a href=\"https://kreaturamedia.com/\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:24:\"https://layerslider.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:329:\"<p style=\"text-align: justify;\">\n	<a href=\"https://layerslider.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>\";s:12:\"installation\";s:549:\"<p style=\"text-align: justify;\">\n	Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href=\"https://layerslider.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>\";s:3:\"faq\";s:537:\"<p style=\"text-align: justify;\">\n	Please visit our <a href=\"https://layerslider.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"https://layerslider.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"https://layerslider.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"https://layerslider.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"https://layerslider.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"7.8.0\";s:14:\"_not_activated\";b:1;s:16:\"_sub_deactivated\";b:0;s:7:\"checked\";i:1692940444;}','yes'),(336,'theme_mods_enfold-child','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:4:\"avia\";i:12;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1651092775;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"av_everywhere\";a:0:{}s:7:\"av_blog\";a:1:{i:0;s:9:\"newsbox-2\";}s:8:\"av_pages\";a:1:{i:0;s:13:\"custom_html-4\";}s:11:\"av_footer_1\";a:1:{i:0;s:13:\"custom_html-2\";}s:11:\"av_footer_2\";a:1:{i:0;s:13:\"custom_html-3\";}s:9:\"home-page\";a:1:{i:0;s:13:\"custom_html-5\";}}}}','yes'),(337,'enfold_child_layerslider_activated','1','yes'),(338,'enfold_child_layerslider_data_erased','no','yes'),(339,'enfoldchild_initial_version','4.4.1','yes'),(340,'enfoldchild_fixed_random','3','yes'),(341,'enfold_child_woo_settings_enabled','1','yes'),(342,'avia_options_enfold_child','a:1:{s:4:\"avia\";a:438:{s:9:\"frontpage\";s:2:\"12\";s:8:\"blogpage\";s:3:\"141\";s:4:\"logo\";s:45:\"/wp-content/uploads/2018/11/new-logo6-350.jpg\";s:7:\"favicon\";s:66:\"https://valerioanzino.com/wp-content/uploads/2018/11/favico-32.png\";s:9:\"preloader\";s:8:\"disabled\";s:21:\"preloader_transitions\";s:21:\"preloader_transitions\";s:14:\"preloader_logo\";s:0:\"\";s:15:\"lightbox_active\";s:15:\"lightbox_active\";s:15:\"error404_custom\";s:0:\"\";s:13:\"error404_page\";s:0:\"\";s:16:\"maintenance_mode\";s:0:\"\";s:16:\"maintenance_page\";s:4:\"7666\";s:24:\"enable_wp_classic_editor\";s:0:\"\";s:16:\"color-body_style\";s:9:\"stretched\";s:17:\"color-frame_width\";s:2:\"20\";s:15:\"header_position\";s:10:\"header_top\";s:20:\"layout_align_content\";s:20:\"content_align_center\";s:18:\"sidebarmenu_sticky\";s:18:\"conditional_sticky\";s:19:\"sidebarmenu_widgets\";s:0:\"\";s:18:\"sidebarmenu_social\";s:8:\"disabled\";s:17:\"responsive_active\";s:17:\"responsive_active\";s:15:\"responsive_size\";s:6:\"1310px\";s:13:\"content_width\";s:2:\"73\";s:14:\"combined_width\";s:3:\"100\";s:12:\"color_scheme\";s:4:\"Cyan\";s:24:\"colorset-header_color-bg\";s:7:\"#ffffff\";s:25:\"colorset-header_color-bg2\";s:7:\"#fcfcfc\";s:29:\"colorset-header_color-primary\";s:7:\"#ffffff\";s:31:\"colorset-header_color-secondary\";s:7:\"#ffffff\";s:27:\"colorset-header_color-color\";s:7:\"#333333\";s:26:\"colorset-header_color-meta\";s:7:\"#808080\";s:29:\"colorset-header_color-heading\";s:7:\"#000000\";s:28:\"colorset-header_color-border\";s:7:\"#e1e1e1\";s:25:\"colorset-header_color-img\";s:0:\"\";s:33:\"colorset-header_color-customimage\";s:0:\"\";s:25:\"colorset-header_color-pos\";s:13:\"center center\";s:28:\"colorset-header_color-repeat\";s:6:\"repeat\";s:28:\"colorset-header_color-attach\";s:6:\"scroll\";s:22:\"colorset-main_color-bg\";s:7:\"#ffffff\";s:23:\"colorset-main_color-bg2\";s:7:\"#ffffff\";s:27:\"colorset-main_color-primary\";s:7:\"#3f70cc\";s:29:\"colorset-main_color-secondary\";s:7:\"#3f70cc\";s:25:\"colorset-main_color-color\";s:7:\"#666666\";s:24:\"colorset-main_color-meta\";s:7:\"#8d8d8d\";s:27:\"colorset-main_color-heading\";s:7:\"#222222\";s:26:\"colorset-main_color-border\";s:7:\"#e1e1e1\";s:23:\"colorset-main_color-img\";s:0:\"\";s:31:\"colorset-main_color-customimage\";s:0:\"\";s:23:\"colorset-main_color-pos\";s:13:\"center center\";s:26:\"colorset-main_color-repeat\";s:6:\"repeat\";s:26:\"colorset-main_color-attach\";s:6:\"scroll\";s:27:\"colorset-alternate_color-bg\";s:7:\"#ffffff\";s:28:\"colorset-alternate_color-bg2\";s:7:\"#f8f8f8\";s:32:\"colorset-alternate_color-primary\";s:7:\"#2997ab\";s:34:\"colorset-alternate_color-secondary\";s:7:\"#55adbd\";s:30:\"colorset-alternate_color-color\";s:7:\"#ffffff\";s:29:\"colorset-alternate_color-meta\";s:7:\"#a2a2a2\";s:32:\"colorset-alternate_color-heading\";s:7:\"#444444\";s:31:\"colorset-alternate_color-border\";s:7:\"#e1e1e1\";s:28:\"colorset-alternate_color-img\";s:0:\"\";s:36:\"colorset-alternate_color-customimage\";s:0:\"\";s:28:\"colorset-alternate_color-pos\";s:13:\"center center\";s:31:\"colorset-alternate_color-repeat\";s:6:\"repeat\";s:31:\"colorset-alternate_color-attach\";s:6:\"scroll\";s:24:\"colorset-footer_color-bg\";s:7:\"#3d3434\";s:25:\"colorset-footer_color-bg2\";s:7:\"#222222\";s:29:\"colorset-footer_color-primary\";s:7:\"#ffffff\";s:31:\"colorset-footer_color-secondary\";s:7:\"#ffffff\";s:27:\"colorset-footer_color-color\";s:7:\"#ffffff\";s:26:\"colorset-footer_color-meta\";s:7:\"#919191\";s:29:\"colorset-footer_color-heading\";s:7:\"#ffffff\";s:28:\"colorset-footer_color-border\";s:7:\"#555555\";s:25:\"colorset-footer_color-img\";s:6:\"custom\";s:33:\"colorset-footer_color-customimage\";s:77:\"https://valerioanzino.com/wp-content/uploads/2018/11/footer-record-imaged.jpg\";s:25:\"colorset-footer_color-pos\";s:10:\"top center\";s:28:\"colorset-footer_color-repeat\";s:9:\"no-repeat\";s:28:\"colorset-footer_color-attach\";s:6:\"scroll\";s:24:\"colorset-socket_color-bg\";s:7:\"#111111\";s:25:\"colorset-socket_color-bg2\";s:7:\"#000000\";s:29:\"colorset-socket_color-primary\";s:7:\"#ffffff\";s:31:\"colorset-socket_color-secondary\";s:7:\"#eeeeee\";s:27:\"colorset-socket_color-color\";s:7:\"#eeeeee\";s:26:\"colorset-socket_color-meta\";s:7:\"#888888\";s:29:\"colorset-socket_color-heading\";s:7:\"#ffffff\";s:28:\"colorset-socket_color-border\";s:7:\"#161616\";s:25:\"colorset-socket_color-img\";s:0:\"\";s:33:\"colorset-socket_color-customimage\";s:0:\"\";s:25:\"colorset-socket_color-pos\";s:13:\"center center\";s:28:\"colorset-socket_color-repeat\";s:6:\"repeat\";s:28:\"colorset-socket_color-attach\";s:6:\"scroll\";s:16:\"color-body_color\";s:7:\"#111111\";s:14:\"color-body_img\";s:65:\"{{AVIA_BASE_URL}}images/background-images/diagonal-thin-light.png\";s:22:\"color-body_customimage\";s:0:\"\";s:14:\"color-body_pos\";s:8:\"top left\";s:17:\"color-body_repeat\";s:6:\"repeat\";s:17:\"color-body_attach\";s:6:\"scroll\";s:14:\"google_webfont\";s:18:\"Roboto:100,400,700\";s:12:\"default_font\";s:32:\"Helvetica Neue,Helvetica-websave\";s:29:\"styling_typo_chk_content-font\";s:8:\"disabled\";s:22:\"typo-default_font_size\";s:0:\"\";s:29:\"typo-default_font_size-medium\";s:0:\"\";s:28:\"typo-default_font_size-small\";s:0:\"\";s:27:\"typo-default_font_size-mini\";s:0:\"\";s:19:\"styling_typo_chk_h1\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h1\";s:0:\"\";s:31:\"typo-font-size-custom_h1-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h1-small\";s:0:\"\";s:29:\"typo-font-size-custom_h1-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h1\";s:0:\"\";s:33:\"typo-font-weight-custom_h1-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h1-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h1-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h1\";s:0:\"\";s:33:\"typo-line-height-custom_h1-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h1-small\";s:0:\"\";s:31:\"typo-line-height-custom_h1-mini\";s:0:\"\";s:21:\"typo-margin-custom_h1\";s:0:\"\";s:28:\"typo-margin-custom_h1-medium\";s:0:\"\";s:27:\"typo-margin-custom_h1-small\";s:0:\"\";s:26:\"typo-margin-custom_h1-mini\";s:0:\"\";s:19:\"styling_typo_chk_h2\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h2\";s:0:\"\";s:31:\"typo-font-size-custom_h2-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h2-small\";s:0:\"\";s:29:\"typo-font-size-custom_h2-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h2\";s:0:\"\";s:33:\"typo-font-weight-custom_h2-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h2-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h2-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h2\";s:0:\"\";s:33:\"typo-line-height-custom_h2-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h2-small\";s:0:\"\";s:31:\"typo-line-height-custom_h2-mini\";s:0:\"\";s:21:\"typo-margin-custom_h2\";s:0:\"\";s:28:\"typo-margin-custom_h2-medium\";s:0:\"\";s:27:\"typo-margin-custom_h2-small\";s:0:\"\";s:26:\"typo-margin-custom_h2-mini\";s:0:\"\";s:19:\"styling_typo_chk_h3\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h3\";s:0:\"\";s:31:\"typo-font-size-custom_h3-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h3-small\";s:0:\"\";s:29:\"typo-font-size-custom_h3-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h3\";s:0:\"\";s:33:\"typo-font-weight-custom_h3-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h3-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h3-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h3\";s:0:\"\";s:33:\"typo-line-height-custom_h3-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h3-small\";s:0:\"\";s:31:\"typo-line-height-custom_h3-mini\";s:0:\"\";s:21:\"typo-margin-custom_h3\";s:0:\"\";s:28:\"typo-margin-custom_h3-medium\";s:0:\"\";s:27:\"typo-margin-custom_h3-small\";s:0:\"\";s:26:\"typo-margin-custom_h3-mini\";s:0:\"\";s:19:\"styling_typo_chk_h4\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h4\";s:0:\"\";s:31:\"typo-font-size-custom_h4-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h4-small\";s:0:\"\";s:29:\"typo-font-size-custom_h4-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h4\";s:0:\"\";s:33:\"typo-font-weight-custom_h4-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h4-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h4-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h4\";s:0:\"\";s:33:\"typo-line-height-custom_h4-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h4-small\";s:0:\"\";s:31:\"typo-line-height-custom_h4-mini\";s:0:\"\";s:21:\"typo-margin-custom_h4\";s:0:\"\";s:28:\"typo-margin-custom_h4-medium\";s:0:\"\";s:27:\"typo-margin-custom_h4-small\";s:0:\"\";s:26:\"typo-margin-custom_h4-mini\";s:0:\"\";s:19:\"styling_typo_chk_h5\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h5\";s:0:\"\";s:31:\"typo-font-size-custom_h5-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h5-small\";s:0:\"\";s:29:\"typo-font-size-custom_h5-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h5\";s:0:\"\";s:33:\"typo-font-weight-custom_h5-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h5-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h5-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h5\";s:0:\"\";s:33:\"typo-line-height-custom_h5-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h5-small\";s:0:\"\";s:31:\"typo-line-height-custom_h5-mini\";s:0:\"\";s:21:\"typo-margin-custom_h5\";s:0:\"\";s:28:\"typo-margin-custom_h5-medium\";s:0:\"\";s:27:\"typo-margin-custom_h5-small\";s:0:\"\";s:26:\"typo-margin-custom_h5-mini\";s:0:\"\";s:19:\"styling_typo_chk_h6\";s:8:\"disabled\";s:24:\"typo-font-size-custom_h6\";s:0:\"\";s:31:\"typo-font-size-custom_h6-medium\";s:0:\"\";s:30:\"typo-font-size-custom_h6-small\";s:0:\"\";s:29:\"typo-font-size-custom_h6-mini\";s:0:\"\";s:26:\"typo-font-weight-custom_h6\";s:0:\"\";s:33:\"typo-font-weight-custom_h6-medium\";s:0:\"\";s:32:\"typo-font-weight-custom_h6-small\";s:0:\"\";s:31:\"typo-font-weight-custom_h6-mini\";s:0:\"\";s:26:\"typo-line-height-custom_h6\";s:0:\"\";s:33:\"typo-line-height-custom_h6-medium\";s:0:\"\";s:32:\"typo-line-height-custom_h6-small\";s:0:\"\";s:31:\"typo-line-height-custom_h6-mini\";s:0:\"\";s:21:\"typo-margin-custom_h6\";s:0:\"\";s:28:\"typo-margin-custom_h6-medium\";s:0:\"\";s:27:\"typo-margin-custom_h6-small\";s:0:\"\";s:26:\"typo-margin-custom_h6-mini\";s:0:\"\";s:9:\"quick_css\";s:1273:\".main-title a {\n    color: white !important;\n    font-size: 20px !important;\n}\n.main-title {\n   color:white;\n}\n.breadcrumb-title {\ncolor:white!important;\nfont-size:14px;\n}\n.trail-begin {\ncolor:white!important;\nfont-size:14px;\n}\n.trail-end {\ncolor:white!important;\nfont-size:14px;\n}\n.title_container {\nbackground-color: #660404 !important; \n  \n}\n#top .title_container .container {\n    padding-top: 5px!important;\n    padding-bottom: 5px!important;\n    min-height: 35px!important;\n}\n.page-header {\nfont-size:1.7em;\nfont-weight:bold;\ntext-align:center;\ncolor:#8c3b3b!important;\n \npadding:5px;\n} \n .year-note {\nfont-weight:bold;\n}\n.sep {\ncolor:white!important;\nfont-size:14px;\n}\n.bc-mid {\ncolor:white!important;\nfont-size:14px;\n}\n.doc-header {\nfont-size:1.2em;\nfont-weight:bold;\n \n}\n.big-preview img {\n    width: 250px;\n    height: auto !important;\n}\n.widget-header {\nfont-weight:bold;\ncolor:#870404;\n}\n.image-caption {\n           text-align: center; \n           font-style: italic;\n           font-size:12px;\n}\n\n#main p a { text-decoration: underline; }\n\n.whitespace{\nbackground-color:white;\n}\n#footer .widget {\n    margin: 0;\n}\n\n#footer .widget a{\n    color: #ffffff !important;\n}\n.pagetop-section{\nbackground-color:#efefef;\n}\n.newspaper-font {\nfont-family:Times New Roman;\n}\";s:26:\"block_editor_theme_support\";s:0:\"\";s:16:\"advanced_styling\";a:10:{i:0;a:7:{s:2:\"id\";s:18:\"main_menu_dropdown\";s:5:\"color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:9:\"font_size\";s:4:\"14px\";s:11:\"line_height\";s:0:\"\";s:12:\"hover_active\";s:8:\"disabled\";}i:1;a:15:{s:2:\"id\";s:12:\"widget_title\";s:5:\"style\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:14:\"letter_spacing\";s:0:\"\";s:12:\"header_color\";s:4:\"true\";s:10:\"main_color\";s:4:\"true\";s:15:\"alternate_color\";s:4:\"true\";s:12:\"footer_color\";s:4:\"true\";s:12:\"socket_color\";s:4:\"true\";}i:2;a:13:{s:2:\"id\";s:2:\"h3\";s:5:\"color\";s:7:\"#00010f\";s:16:\"background_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:12:\"header_color\";s:4:\"true\";s:10:\"main_color\";s:4:\"true\";s:15:\"alternate_color\";s:4:\"true\";s:12:\"footer_color\";s:4:\"true\";s:12:\"socket_color\";s:4:\"true\";}i:3;a:13:{s:2:\"id\";s:2:\"h2\";s:5:\"color\";s:7:\"#870404\";s:16:\"background_color\";s:0:\"\";s:9:\"font_size\";s:4:\"36px\";s:11:\"line_height\";s:0:\"\";s:11:\"font_family\";s:12:\"Marck Script\";s:11:\"font_weight\";s:4:\"bold\";s:14:\"text_transform\";s:4:\"none\";s:12:\"header_color\";s:4:\"true\";s:10:\"main_color\";s:4:\"true\";s:15:\"alternate_color\";s:4:\"true\";s:12:\"footer_color\";s:4:\"true\";s:12:\"socket_color\";s:4:\"true\";}i:4;a:10:{s:2:\"id\";s:7:\"top_bar\";s:5:\"color\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#c72031\";s:12:\"border_color\";s:7:\"#610814\";s:11:\"font_family\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:14:\"letter_spacing\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:12:\"hover_active\";s:8:\"disabled\";}i:5;a:8:{s:2:\"id\";s:14:\"cookie_consent\";s:16:\"background_color\";s:7:\"#084a79\";s:5:\"color\";s:7:\"#ffffff\";s:9:\"font_size\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:14:\"letter_spacing\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";}i:6;a:10:{s:2:\"id\";s:13:\"hover_overlay\";s:13:\"overlay_style\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"header_color\";s:4:\"true\";s:10:\"main_color\";s:4:\"true\";s:15:\"alternate_color\";s:4:\"true\";s:12:\"footer_color\";s:4:\"true\";s:12:\"socket_color\";s:4:\"true\";}i:7;a:11:{s:2:\"id\";s:9:\"main_menu\";s:5:\"color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:9:\"font_size\";s:4:\"16px\";s:11:\"font_family\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:14:\"letter_spacing\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:12:\"hover_active\";s:8:\"disabled\";s:11:\"item_active\";s:8:\"disabled\";}i:8;a:5:{s:2:\"id\";s:4:\"body\";s:9:\"font_size\";s:4:\"14px\";s:11:\"line_height\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:11:\"font_family\";s:32:\"Helvetica Neue,Helvetica-websave\";}i:9;a:13:{s:2:\"id\";s:2:\"h1\";s:5:\"color\";s:7:\"#00010f\";s:16:\"background_color\";s:7:\"#e4e4ed\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:11:\"font_family\";s:18:\"Roboto:100,400,700\";s:11:\"font_weight\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:12:\"header_color\";s:4:\"true\";s:10:\"main_color\";s:4:\"true\";s:15:\"alternate_color\";s:8:\"disabled\";s:12:\"footer_color\";s:4:\"true\";s:12:\"socket_color\";s:8:\"disabled\";}}s:12:\"menu_display\";s:0:\"\";s:14:\"alternate_menu\";s:0:\"\";s:24:\"header_mobile_activation\";s:17:\"mobile_menu_phone\";s:29:\"header_mobile_device_handling\";s:0:\"\";s:18:\"header_menu_border\";s:0:\"\";s:17:\"header_searchicon\";s:17:\"header_searchicon\";s:18:\"submenu_visibility\";s:0:\"\";s:13:\"submenu_clone\";s:18:\"av-submenu-noclone\";s:11:\"burger_size\";s:0:\"\";s:13:\"overlay_style\";s:39:\"av-overlay-side av-overlay-side-classic\";s:12:\"burger_color\";s:0:\"\";s:19:\"burger_flyout_width\";s:5:\"350px\";s:13:\"header_layout\";s:36:\"logo_left main_nav_header menu_right\";s:11:\"header_size\";s:4:\"slim\";s:18:\"header_custom_size\";s:3:\"165\";s:12:\"header_style\";s:0:\"\";s:16:\"header_title_bar\";s:20:\"title_bar_breadcrumb\";s:13:\"header_sticky\";s:13:\"header_sticky\";s:16:\"header_shrinking\";s:16:\"header_shrinking\";s:18:\"header_unstick_top\";s:8:\"disabled\";s:14:\"header_stretch\";s:8:\"disabled\";s:13:\"header_social\";s:0:\"\";s:21:\"header_secondary_menu\";s:0:\"\";s:19:\"header_phone_active\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:23:\"header_replacement_logo\";s:0:\"\";s:23:\"header_replacement_menu\";s:0:\"\";s:29:\"header_replacement_menu_hover\";s:0:\"\";s:14:\"archive_layout\";s:13:\"sidebar_right\";s:11:\"blog_layout\";s:13:\"sidebar_right\";s:13:\"single_layout\";s:13:\"sidebar_right\";s:11:\"page_layout\";s:13:\"sidebar_right\";s:15:\"archive_sidebar\";s:0:\"\";s:19:\"smartphones_sidebar\";s:8:\"disabled\";s:16:\"page_nesting_nav\";s:16:\"page_nesting_nav\";s:15:\"sidebar_styling\";s:0:\"\";s:22:\"sidebar_left_textalign\";s:0:\"\";s:22:\"display_widgets_socket\";s:3:\"all\";s:11:\"footer_page\";s:0:\"\";s:15:\"footer_behavior\";s:0:\"\";s:14:\"curtains_media\";s:2:\"80\";s:14:\"footer_columns\";s:1:\"2\";s:9:\"copyright\";s:46:\"&copy;Copyright 2022 valerioanzino.com[nolink]\";s:13:\"footer_social\";s:8:\"disabled\";s:15:\"preview_disable\";s:8:\"disabled\";s:8:\"lock_alb\";s:8:\"disabled\";s:19:\"lock_alb_for_admins\";s:8:\"disabled\";s:21:\"alb_developer_options\";s:8:\"disabled\";s:21:\"alb_use_custom_colors\";s:8:\"disabled\";s:24:\"alb_custom_color_palette\";s:0:\"\";s:19:\"alb_options_toggles\";s:0:\"\";s:17:\"layerslider_activ\";s:0:\"\";s:27:\"layerslider_default_options\";s:0:\"\";s:21:\"alb_element_templates\";s:0:\"\";s:24:\"alb_locked_modal_options\";s:0:\"\";s:29:\"alb_show_locked_modal_options\";s:0:\"\";s:26:\"custom_el_advanced_options\";s:8:\"disabled\";s:27:\"custom_el_shortcode_buttons\";s:0:\"\";s:32:\"custom_el_hierarchical_templates\";s:0:\"\";s:26:\"custom_el_subitem_handling\";s:0:\"\";s:20:\"custom_el_cpt_screen\";s:0:\"\";s:17:\"blog_global_style\";s:0:\"\";s:10:\"blog_style\";s:9:\"blog-grid\";s:16:\"disable_post_nav\";s:0:\"\";s:17:\"single_post_style\";s:12:\"single-small\";s:27:\"single_post_related_entries\";s:21:\"av-related-style-full\";s:16:\"blog-meta-author\";s:16:\"blog-meta-author\";s:18:\"blog-meta-comments\";s:18:\"blog-meta-comments\";s:18:\"blog-meta-category\";s:18:\"blog-meta-category\";s:14:\"blog-meta-date\";s:14:\"blog-meta-date\";s:19:\"blog-meta-html-info\";s:19:\"blog-meta-html-info\";s:13:\"blog-meta-tag\";s:13:\"blog-meta-tag\";s:14:\"share_facebook\";s:14:\"share_facebook\";s:13:\"share_twitter\";s:13:\"share_twitter\";s:14:\"share_whatsapp\";s:8:\"disabled\";s:15:\"share_pinterest\";s:15:\"share_pinterest\";s:12:\"share_reddit\";s:12:\"share_reddit\";s:14:\"share_linkedin\";s:14:\"share_linkedin\";s:12:\"share_tumblr\";s:12:\"share_tumblr\";s:8:\"share_vk\";s:8:\"share_vk\";s:10:\"share_yelp\";s:8:\"disabled\";s:10:\"share_mail\";s:10:\"share_mail\";s:17:\"share_five_100_px\";s:8:\"disabled\";s:13:\"share_behance\";s:8:\"disabled\";s:14:\"share_dribbble\";s:8:\"disabled\";s:12:\"share_flickr\";s:8:\"disabled\";s:15:\"share_instagram\";s:8:\"disabled\";s:11:\"share_skype\";s:8:\"disabled\";s:16:\"share_soundcloud\";s:8:\"disabled\";s:11:\"share_vimeo\";s:8:\"disabled\";s:10:\"share_xing\";s:8:\"disabled\";s:13:\"share_youtube\";s:8:\"disabled\";s:9:\"share_rss\";s:8:\"disabled\";s:31:\"single_post_share_buttons_style\";s:0:\"\";s:35:\"single_post_share_buttons_alignment\";s:0:\"\";s:12:\"social_icons\";a:2:{i:0;a:2:{s:11:\"social_icon\";s:7:\"twitter\";s:16:\"social_icon_link\";s:25:\"http://twitter.com/kriesi\";}i:1;a:2:{s:11:\"social_icon\";s:8:\"facebook\";s:16:\"social_icon_link\";s:0:\"\";}}s:9:\"merge_css\";s:4:\"avia\";s:8:\"merge_js\";s:4:\"avia\";s:19:\"merge_show_advanced\";s:8:\"disabled\";s:17:\"merge_disable_ssl\";s:0:\"\";s:30:\"merge_disable_unique_timestamp\";s:0:\"\";s:34:\"remove_query_string_from_resources\";s:0:\"\";s:19:\"custom_font_display\";s:0:\"\";s:20:\"disable_alb_elements\";s:4:\"auto\";s:34:\"av_alb_disable_av_toggle_container\";s:8:\"disabled\";s:37:\"av_alb_disable_av_slideshow_accordion\";s:8:\"disabled\";s:29:\"av_alb_disable_av_layerslider\";s:8:\"disabled\";s:27:\"av_alb_disable_av_countdown\";s:8:\"disabled\";s:34:\"av_alb_disable_av_animated_numbers\";s:8:\"disabled\";s:24:\"av_alb_disable_av_player\";s:8:\"disabled\";s:27:\"av_alb_disable_av_buttonrow\";s:8:\"disabled\";s:27:\"av_alb_disable_av_catalogue\";s:8:\"disabled\";s:25:\"av_alb_disable_av_contact\";s:8:\"disabled\";s:32:\"av_alb_disable_av_content_slider\";s:8:\"disabled\";s:27:\"av_alb_disable_av_slideshow\";s:8:\"disabled\";s:38:\"av_alb_disable_av_feature_image_slider\";s:8:\"disabled\";s:28:\"av_alb_disable_av_fullscreen\";s:8:\"disabled\";s:28:\"av_alb_disable_av_button_big\";s:8:\"disabled\";s:32:\"av_alb_disable_av_slideshow_full\";s:8:\"disabled\";s:25:\"av_alb_disable_av_submenu\";s:8:\"disabled\";s:28:\"av_alb_disable_av_google_map\";s:8:\"disabled\";s:34:\"av_alb_disable_av_headline_rotator\";s:8:\"disabled\";s:36:\"av_alb_disable_av_horizontal_gallery\";s:8:\"disabled\";s:27:\"av_alb_disable_av_font_icon\";s:8:\"disabled\";s:26:\"av_alb_disable_av_icon_box\";s:8:\"disabled\";s:26:\"av_alb_disable_av_icongrid\";s:8:\"disabled\";s:26:\"av_alb_disable_av_iconlist\";s:8:\"disabled\";s:23:\"av_alb_disable_av_image\";s:8:\"disabled\";s:31:\"av_alb_disable_av_image_hotspot\";s:8:\"disabled\";s:26:\"av_alb_disable_av_magazine\";s:8:\"disabled\";s:27:\"av_alb_disable_av_mailchimp\";s:8:\"disabled\";s:33:\"av_alb_disable_av_masonry_entries\";s:8:\"disabled\";s:33:\"av_alb_disable_av_masonry_gallery\";s:8:\"disabled\";s:30:\"av_alb_disable_av_notification\";s:8:\"disabled\";s:25:\"av_alb_disable_av_partner\";s:8:\"disabled\";s:27:\"av_alb_disable_av_portfolio\";s:8:\"disabled\";s:31:\"av_alb_disable_av_post_metadata\";s:8:\"disabled\";s:28:\"av_alb_disable_av_postslider\";s:8:\"disabled\";s:26:\"av_alb_disable_av_progress\";s:8:\"disabled\";s:26:\"av_alb_disable_av_promobox\";s:8:\"disabled\";s:29:\"av_alb_disable_avia_sc_search\";s:8:\"disabled\";s:20:\"av_alb_disable_av_hr\";s:8:\"disabled\";s:25:\"av_alb_disable_av_heading\";s:8:\"disabled\";s:29:\"av_alb_disable_av_tab_section\";s:8:\"disabled\";s:23:\"av_alb_disable_av_table\";s:8:\"disabled\";s:31:\"av_alb_disable_av_tab_container\";s:8:\"disabled\";s:29:\"av_alb_disable_av_team_member\";s:8:\"disabled\";s:30:\"av_alb_disable_av_testimonials\";s:8:\"disabled\";s:26:\"av_alb_disable_av_timeline\";s:8:\"disabled\";s:29:\"scan_widgets_for_alb_elements\";s:0:\"\";s:20:\"disable_mediaelement\";s:0:\"\";s:13:\"disable_video\";s:8:\"disabled\";s:12:\"disable_blog\";s:8:\"disabled\";s:13:\"disable_emoji\";s:8:\"disabled\";s:18:\"disable_jq_migrate\";s:8:\"disabled\";s:16:\"jquery_in_footer\";s:8:\"disabled\";s:16:\"gfonts_in_footer\";s:8:\"disabled\";s:12:\"lazy_loading\";s:0:\"\";s:17:\"responsive_images\";s:17:\"responsive_images\";s:26:\"responsive_images_lightbox\";s:8:\"disabled\";s:24:\"responsive_images_thumbs\";s:8:\"disabled\";s:24:\"delete_assets_after_save\";s:8:\"disabled\";s:14:\"cookie_consent\";s:0:\"\";s:23:\"cookie_default_settings\";s:0:\"\";s:14:\"cookie_content\";s:97:\"This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.\";s:15:\"cookie_position\";s:6:\"bottom\";s:15:\"msg_bar_buttons\";a:2:{i:0;a:4:{s:20:\"msg_bar_button_label\";s:2:\"OK\";s:21:\"msg_bar_button_action\";s:0:\"\";s:19:\"msg_bar_button_link\";s:0:\"\";s:22:\"msg_bar_button_tooltip\";s:0:\"\";}i:1;a:4:{s:20:\"msg_bar_button_label\";s:10:\"Learn more\";s:21:\"msg_bar_button_action\";s:10:\"info_modal\";s:19:\"msg_bar_button_link\";s:0:\"\";s:22:\"msg_bar_button_tooltip\";s:0:\"\";}}s:25:\"modal_popup_window_action\";s:0:\"\";s:26:\"modal_popup_window_buttons\";a:2:{i:0;a:4:{s:24:\"modal_popup_button_label\";s:15:\"Accept settings\";s:25:\"modal_popup_button_action\";s:0:\"\";s:23:\"modal_popup_button_link\";s:0:\"\";s:26:\"modal_popup_button_tooltip\";s:69:\"Allow to use cookies, you always can modify used cookies and services\";}i:1;a:4:{s:24:\"modal_popup_button_label\";s:22:\"Hide notification only\";s:25:\"modal_popup_button_action\";s:17:\"hide_notification\";s:23:\"modal_popup_button_link\";s:0:\"\";s:26:\"modal_popup_button_tooltip\";s:100:\"Do not allow to use cookies or services - some functionality on our site might not work as expected.\";}}s:26:\"cookie_info_custom_content\";s:8:\"disabled\";s:27:\"cookie_info_content_heading\";s:27:\"Cookie and Privacy Settings\";s:19:\"cookie_info_content\";a:5:{i:0;a:2:{s:5:\"label\";s:18:\"How we use cookies\";s:7:\"content\";s:466:\"We may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website. &lt;br&gt;&lt;br&gt;Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.\";}i:1;a:2:{s:5:\"label\";s:25:\"Essential Website Cookies\";s:7:\"content\";s:393:\"These cookies are strictly necessary to provide you with services available through our website and to use some of its features. &lt;br&gt;&lt;br&gt;Because these cookies are strictly necessary to deliver the website, you cannot refuse them without impacting how our site functions. You can block or delete them by changing your browser settings and force blocking all cookies on this website.\";}i:2;a:2:{s:5:\"label\";s:24:\"Google Analytics Cookies\";s:7:\"content\";s:419:\"These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience. &lt;br&gt;&lt;br&gt;If you do not want that we track your visist to our site you can disable tracking in your browser here: [av_privacy_google_tracking]\";}i:3;a:2:{s:5:\"label\";s:23:\"Other external services\";s:7:\"content\";s:535:\"We also use different external services like Google Webfonts, Google Maps and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.&lt;br&gt;&lt;br&gt;\n\nGoogle Webfont Settings:					\n[av_privacy_google_webfonts]\n\nGoogle Map Settings:\n[av_privacy_google_maps]\n\nVimeo and Youtube video embeds:\n[av_privacy_video_embeds]\";}i:4;a:2:{s:5:\"label\";s:14:\"Privacy Policy\";s:7:\"content\";s:128:\"You can read about our cookies and privacy settings in detail on our Privacy Policy Page. &lt;br&gt;&lt;br&gt; [av_privacy_link]\";}}s:28:\"cookie_show_advanced_options\";s:8:\"disabled\";s:23:\"cookie_message_bar_only\";s:0:\"\";s:20:\"cookie_consent_badge\";s:0:\"\";s:18:\"cookie_auto_reload\";s:0:\"\";s:26:\"cookie_refuse_button_alert\";s:301:\"When refusing all cookies this site might not be able to work as expected. Please check our settings page and opt out for cookies or functions you do not want to use and accept cookies. You will be shown this message every time you open a new window or a new tab.\\n\\nAre you sure you want to continue?\";s:14:\"custom_cookies\";a:1:{i:0;a:5:{s:11:\"cookie_name\";s:0:\"\";s:11:\"cookie_path\";s:0:\"\";s:14:\"cookie_content\";s:0:\"\";s:16:\"cookie_info_desc\";s:0:\"\";s:21:\"cookie_compare_action\";s:0:\"\";}}s:10:\"seo_robots\";s:0:\"\";s:6:\"markup\";s:0:\"\";s:31:\"preprocess_shortcodes_in_header\";s:0:\"\";s:21:\"alb_seo_qualify_links\";s:8:\"disabled\";s:13:\"mailchimp_api\";s:0:\"\";s:22:\"mailchimp_verified_key\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:12:\"gmap_enabled\";s:12:\"disable_gmap\";s:8:\"gmap_api\";s:0:\"\";s:17:\"gmap_verify_state\";s:0:\"\";s:17:\"gmap_verified_key\";s:0:\"\";s:22:\"avia_recaptcha_version\";s:0:\"\";s:22:\"avia_recaptcha_pkey_v2\";s:0:\"\";s:22:\"avia_recaptcha_skey_v2\";s:0:\"\";s:28:\"avia_recaptcha_key_verify_v2\";s:0:\"\";s:22:\"avia_recaptcha_pkey_v3\";s:0:\"\";s:22:\"avia_recaptcha_skey_v3\";s:0:\"\";s:20:\"avia_recaptcha_score\";s:1:\"5\";s:20:\"avia_recaptcha_badge\";s:20:\"contact_only_message\";s:28:\"avia_recaptcha_key_verify_v3\";s:0:\"\";s:26:\"recaptcha_verified_keys_v2\";s:0:\"\";s:26:\"recaptcha_verified_keys_v3\";s:0:\"\";s:9:\"cart_icon\";s:0:\"\";s:19:\"add_to_cart_message\";s:0:\"\";s:14:\"product_layout\";s:0:\"\";s:15:\"product_gallery\";s:0:\"\";s:11:\"shop_banner\";s:0:\"\";s:17:\"shop_banner_image\";s:0:\"\";s:25:\"shop_banner_overlay_color\";s:7:\"#000000\";s:27:\"shop_banner_overlay_opacity\";s:3:\"0.5\";s:19:\"shop_banner_message\";s:0:\"\";s:25:\"shop_banner_message_color\";s:7:\"#ffffff\";s:18:\"shop_banner_global\";s:8:\"disabled\";s:17:\"avia-nonce-import\";s:10:\"a35a546d6a\";s:24:\"avia-nonce-import-parent\";s:10:\"308a036765\";s:22:\"upload_filter_checkbox\";s:8:\"disabled\";s:21:\"upload_keep_quick_css\";s:8:\"disabled\";s:18:\"upload_filter_tabs\";s:0:\"\";s:18:\"config_file_upload\";s:0:\"\";s:20:\"reset_options_button\";s:0:\"\";s:21:\"reset_filter_checkbox\";s:8:\"disabled\";s:20:\"reset_keep_quick_css\";s:8:\"disabled\";s:17:\"reset_filter_tabs\";s:0:\"\";s:20:\"alb_templates_upload\";s:0:\"\";s:15:\"iconfont_upload\";s:0:\"\";s:15:\"typefont_upload\";s:0:\"\";s:20:\"updates_envato_token\";s:0:\"\";s:26:\"updates_envato_token_state\";s:0:\"\";s:29:\"updates_envato_verified_token\";s:0:\"\";s:16:\"updates_username\";s:0:\"\";s:15:\"updates_api_key\";s:0:\"\";s:19:\"updates_envato_info\";s:0:\"\";}}','yes'),(343,'avia_stylesheet_dir_writableenfold_child','true','yes'),(344,'avia_stylesheet_existsenfold_child','true','yes'),(345,'avia_stylesheet_dynamic_versionenfold_child','6329ec875bffd','yes'),(347,'fresh_site','0','yes'),(365,'avia_instagram_widgets_cache','{\"last_updated\":1693046571,\"instances\":{\"1-\":[]}}','yes'),(368,'ls-latest-version','7.8.0','yes'),(613,'wptl_main_color','#0091d4','yes'),(614,'wptl_fontfamily','Source Sans Pro','yes'),(615,'wptl_fontsize','13px','yes'),(616,'wpex_hfont','Source Sans Pro','yes'),(617,'wpex_hfontsize','16px','yes'),(618,'wpex_metafont','Ubuntu','yes'),(619,'wpex_matafontsize','10px','yes'),(620,'wpex_timeline_slug','','yes'),(621,'wpex_fontawesome','','yes'),(622,'wpex_fontawesome_ver','','yes'),(623,'wpex_ggfonts','','yes'),(624,'wpex_disable_link','','yes'),(625,'wpex_disable_social','','yes'),(626,'wpex_navi','','yes'),(627,'wpex_navi_order','','yes'),(628,'wpex_rtl_mode','','yes'),(629,'wpex_posttypes','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(630,'wpex_load_css','','yes'),(631,'wpex_year_tax','','yes'),(632,'wpex_custom_css','','yes'),(633,'wpex_custom_code','','yes'),(634,'wpex_text_conread','','yes'),(635,'wpex_text_loadm','','yes'),(636,'wpex_text_next','','yes'),(637,'wpex_text_prev','','yes'),(650,'limit_login_retries','a:1:{s:13:\"192.88.134.39\";i:1;}','no'),(651,'limit_login_retries_valid','a:1:{s:13:\"192.88.134.39\";i:1679713896;}','no'),(652,'limit_login_lockouts','a:0:{}','yes'),(653,'limit_login_logged','a:674:{s:21:\"::ffff:180.153.98.142\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:4;s:4:\"date\";i:1540199550;s:7:\"gateway\";s:6:\"XMLRPC\";}}s:21:\"::ffff:185.121.166.34\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1540214258;s:7:\"gateway\";s:6:\"XMLRPC\";}}s:22:\"::ffff:217.170.202.237\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:5;s:4:\"date\";i:1540376606;s:7:\"gateway\";s:8:\"WP Login\";}}s:20:\"::ffff:172.111.129.7\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1540330511;s:7:\"gateway\";s:8:\"WP Login\";}}s:20:\"::ffff:188.72.125.26\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:3;s:4:\"date\";i:1540360971;s:7:\"gateway\";s:8:\"WP Login\";}}s:20:\"::ffff:84.234.62.251\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:4;s:4:\"date\";i:1540439480;s:7:\"gateway\";s:8:\"WP Login\";}}s:19:\"::ffff:69.172.78.29\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1540584801;s:7:\"gateway\";s:6:\"XMLRPC\";}}s:21:\"::ffff:91.239.143.120\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1542324432;s:7:\"gateway\";s:8:\"WP Login\";}}s:20:\"::ffff:89.250.212.86\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1542377892;s:7:\"gateway\";s:8:\"WP Login\";}}s:20:\"::ffff:185.81.248.18\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1542381529;s:7:\"gateway\";s:8:\"WP Login\";}}s:21:\"::ffff:91.210.147.251\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1543183716;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"164.132.119.83\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1546139792;s:7:\"gateway\";s:8:\"WP Login\";}}s:20:\"::ffff:173.44.35.118\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:21;s:4:\"date\";i:1549414966;s:7:\"gateway\";s:8:\"WP Login\";}}s:21:\"::ffff:91.210.146.146\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:9;s:4:\"date\";i:1550973590;s:7:\"gateway\";s:8:\"WP Login\";}}s:20:\"::ffff:37.110.89.199\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:2;s:4:\"date\";i:1551555814;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"91.210.145.111\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1554220365;s:7:\"gateway\";s:8:\"WP Login\";}}s:13:\"91.210.147.66\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1555176184;s:7:\"gateway\";s:8:\"WP Login\";}}s:13:\"166.62.45.148\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:17;s:4:\"date\";i:1557116235;s:7:\"gateway\";s:6:\"XMLRPC\";}}s:14:\"91.210.145.145\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1556117351;s:7:\"gateway\";s:8:\"WP Login\";}}s:13:\"101.64.27.231\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1556579097;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"125.114.159.142\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1559508868;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"123.152.94.119\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1559594222;s:7:\"gateway\";s:8:\"WP Login\";}}s:13:\"122.245.9.174\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1559710192;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"123.152.98.175\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1559863512;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"125.114.33.113\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1559953041;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"125.116.222.141\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1560242079;s:7:\"gateway\";s:8:\"WP Login\";}}s:13:\"123.152.96.94\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1560278838;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"183.135.186.178\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1560601361;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"163.179.32.120\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1561991980;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"132.148.144.214\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:38;s:4:\"date\";i:1566778129;s:7:\"gateway\";s:6:\"XMLRPC\";}}s:15:\"123.148.218.100\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1562913995;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"123.148.217.81\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1563195781;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"123.148.219.73\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1563258356;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"125.106.204.179\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1563456110;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"163.179.32.147\";a:1:{s:4:\"user\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1564048466;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"123.148.147.58\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1564269966;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"115.207.105.101\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1564565507;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"122.232.221.147\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1565278839;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"185.158.117.208\";a:1:{s:16:\"halliebrookfield\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1565547274;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"115.207.107.198\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1565569152;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"123.148.144.101\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1565838144;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"123.148.217.239\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1566200009;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"123.148.147.92\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1566927153;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"163.179.32.123\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1567243064;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"123.148.218.177\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1567267963;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"123.148.246.160\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1567422228;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"122.232.220.77\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1567530981;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"211.20.181.113\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1599673608;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"61.134.36.100\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1568253546;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"184.179.216.141\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1568253805;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"123.148.216.247\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1568645115;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"132.148.245.106\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1570415223;s:7:\"gateway\";s:8:\"WP Login\";}}s:12:\"80.82.64.178\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1572966016;s:7:\"gateway\";s:6:\"XMLRPC\";}}s:15:\"123.148.146.105\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1575995669;s:7:\"gateway\";s:6:\"XMLRPC\";}}s:14:\"112.91.108.190\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1576842487;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"123.148.245.95\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1576844520;s:7:\"gateway\";s:6:\"XMLRPC\";}}s:14:\"66.110.216.158\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1576985314;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"123.148.208.205\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1577120917;s:7:\"gateway\";s:6:\"XMLRPC\";}}s:12:\"67.215.237.6\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1577434841;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"183.239.203.40\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1577532106;s:7:\"gateway\";s:8:\"WP Login\";}}s:12:\"60.212.42.56\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1577563961;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"88.149.173.210\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1577595746;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"120.237.237.10\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:2;s:4:\"date\";i:1579509848;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"203.147.64.147\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1577810777;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"218.103.116.121\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1578139875;s:7:\"gateway\";s:8:\"WP Login\";}}s:12:\"111.40.73.83\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1578293869;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"113.21.115.221\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1578321679;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"194.158.201.247\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1578379389;s:7:\"gateway\";s:8:\"WP Login\";}}s:13:\"212.46.221.66\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1578538248;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"176.40.118.113\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1578667920;s:7:\"gateway\";s:8:\"WP Login\";}}s:12:\"95.53.192.44\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1578717535;s:7:\"gateway\";s:8:\"WP Login\";}}s:15:\"168.232.169.195\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1579210569;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"190.13.106.107\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1579236268;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"223.241.100.16\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1579310932;s:7:\"gateway\";s:8:\"WP Login\";}}s:14:\"186.179.100.27\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1579633414;s:7:\"gateway\";s:8:\"WP Login\";}}s:12:\"195.9.99.122\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1579943917;s:7:\"gateway\";s:8:\"WP Login\";}}s:13:\"183.89.214.13\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1579969678;s:7:\"gateway\";s:8:\"WP Login\";}}s:12:\"95.7.116.197\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1581710843;s:7:\"gateway\";s:6:\"XMLRPC\";}}s:13:\"114.242.17.88\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1584627817;s:7:\"gateway\";s:8:\"WP Login\";}}s:13:\"197.50.74.118\";a:1:{s:13:\"valerioanzino\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1589381072;s:7:\"gateway\";s:8:\"WP Login\";}}s:12:\"60.172.69.66\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1589956069;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"176.31.251.161\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1590266975;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"207.246.240.122\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1591712772;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"59.125.2.63\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1594127559;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"14.241.227.253\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1594342381;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"183.89.211.140\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1594837906;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"176.37.248.76\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1599673414;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"14.160.70.118\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1598950848;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"103.12.160.83\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1599674052;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"47.240.248.155\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1599688614;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"217.67.190.26\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1600854623;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"148.70.250.143\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1604197427;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"47.56.136.253\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1605080907;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"160.153.147.141\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1607489638;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"45.40.164.164\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1607702627;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"160.153.153.161\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1610452388;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"47.242.212.3\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1618041584;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"47.242.51.82\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1620211147;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"18.197.125.181\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1623414008;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"8.210.157.51\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1621982472;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"195.154.176.36\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1622261566;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"178.254.12.178\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622008993;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"213.159.209.230\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622072021;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"198.251.70.146\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622096345;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"52.52.190.187\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622116357;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"54.38.80.27\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622129284;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"198.12.250.8\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622132966;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"178.209.51.48\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622165968;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"62.210.180.135\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1624624999;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"151.80.34.51\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622225740;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"194.68.225.20\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622330266;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"45.159.196.35\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622360523;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624730691;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"62.210.177.178\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622372413;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"62.210.209.245\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622379295;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"178.32.109.161\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622390354;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"173.236.170.203\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622391397;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"85.128.143.52\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622391462;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"185.183.122.143\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622392588;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"18.221.206.247\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622400333;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"8.210.225.200\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622436361;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"122.114.76.148\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622446005;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"106.53.133.247\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622564164;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"34.221.111.64\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622649856;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"139.155.242.183\";a:1:{s:8:\"comments\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622678350;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"52.65.15.196\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1623648458;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"176.235.216.155\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1638712902;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"134.122.93.99\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1623986850;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623955495;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"36.94.142.166\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622829952;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"188.85.151.229\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622830270;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"8.210.79.201\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622840476;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"27.254.148.246\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622852146;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"62.151.182.240\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622853774;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624379057;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"54.36.140.116\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1624763113;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623953789;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"182.50.135.80\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1624727212;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"139.59.119.141\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622857552;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"65.21.145.128\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622858142;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}s:7:\"[login]\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1625184467;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.99.141\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622859274;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"51.91.131.102\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622861306;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"180.148.132.149\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622862896;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"210.212.250.39\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1623971288;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}s:7:\"[login]\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1625360331;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"108.170.26.130\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1624746880;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"144.91.100.149\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622864830;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"159.89.89.205\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1624722092;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:11:\"83.223.66.4\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622865429;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"212.97.33.77\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622866747;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"159.89.1.228\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622871493;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"202.92.4.128\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622874573;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"143.110.153.56\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622875210;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"47.243.51.80\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622885045;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"18.217.154.158\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1622967072;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"3.66.245.191\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623044135;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"34.236.18.197\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623045460;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"13.231.223.188\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623068027;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.123.29\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1624154269;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"35.167.158.232\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623236469;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"52.60.189.115\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623255193;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"3.96.193.189\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1623385803;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"37.148.213.19\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623411245;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"34.116.249.131\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623423091;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.101.161.81\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623430094;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"149.56.200.84\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623438378;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"54.180.94.102\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623440441;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"195.201.160.247\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623444140;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"172.104.217.71\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623458324;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"103.39.132.74\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623461832;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"178.18.251.248\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623471314;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623977991;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"180.6.112.89\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623475754;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"13.233.73.212\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623513008;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"128.199.31.110\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623734852;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"162.241.180.249\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623852648;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.178.60\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:7;s:4:\"date\";i:1624376934;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"54.176.188.51\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1624170737;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"195.201.167.226\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623915016;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623990892;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"164.68.120.49\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623924681;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624766691;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"125.212.220.147\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623926784;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"209.188.21.157\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623927814;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"88.99.137.102\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623930295;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"161.35.109.127\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623931764;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"185.83.146.171\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623932046;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"85.17.88.170\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1630846562;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625385607;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"18.117.97.154\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623938593;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"139.59.176.201\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623939692;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"160.153.245.184\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623942382;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623989137;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"113.160.153.11\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623945790;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"192.53.174.240\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623946457;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"213.175.196.22\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623949392;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623983739;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"31.177.79.150\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623950128;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"185.88.178.124\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623951503;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"52.28.231.142\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623951529;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"185.18.212.66\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623952054;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"207.38.86.252\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1624754874;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"106.52.207.58\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623953977;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"158.69.52.131\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623956855;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"68.168.124.130\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623958451;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"188.166.234.199\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623958957;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"144.76.163.4\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623959309;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"66.70.233.244\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623959772;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"149.56.19.107\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623959963;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"54.179.72.24\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623960282;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"31.130.202.240\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623961832;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"62.210.180.176\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623962609;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"190.60.223.35\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623963163;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"162.241.101.87\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623963348;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}s:7:\"[login]\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1625016697;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"185.90.59.42\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623964070;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"212.129.49.175\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623964410;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"67.43.228.2\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623966510;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"192.138.189.25\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623967379;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"148.72.232.159\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623968848;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"128.199.18.253\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623969556;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"51.79.180.244\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623970051;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"182.48.90.146\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623970557;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"50.116.97.51\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623973581;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624758158;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"210.211.125.204\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623974454;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"85.17.211.49\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623975311;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"163.172.186.130\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623979019;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"148.72.64.97\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623979603;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"128.199.187.225\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623980159;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"77.79.246.15\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623981216;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"139.162.151.117\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623982675;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"130.185.78.202\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623983415;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"103.130.213.36\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623985772;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"185.119.59.47\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623987037;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"216.250.254.221\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623987342;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"107.178.101.250\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623987519;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"173.254.219.146\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623987865;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"159.89.32.217\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1623989283;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"185.182.57.100\";a:3:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1631755914;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"test3\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632023511;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632501104;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"35.180.147.121\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624001299;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"34.209.105.222\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624026229;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"42.193.193.103\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624026413;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"44.192.253.68\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624033997;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"34.71.31.138\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624067340;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"128.199.220.215\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624088981;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"107.180.93.58\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624118152;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"18.184.155.204\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624210547;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"195.154.200.4\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1624881753;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"40.121.193.32\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624259867;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"158.101.156.13\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624309297;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.178.33\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1625454637;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"78.157.40.232\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624398080;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"52.146.15.53\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624414626;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"206.217.143.135\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624481641;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"194.5.53.90\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624667425;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"194.5.53.77\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624680153;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.101.160.37\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624726953;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"13.59.129.192\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624734347;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:11:\"45.79.35.40\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624734526;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"103.241.136.148\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624735273;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"221.143.48.139\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624736254;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"178.62.26.133\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624742464;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"108.175.5.190\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624742999;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"202.65.153.131\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624743264;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:11:\"3.16.27.158\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624743930;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"144.91.109.244\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624748711;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"188.165.208.7\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624751210;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"13.210.186.231\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624751646;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"182.254.156.95\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624753444;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:4:\"toto\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632021294;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"139.59.20.240\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624753449;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.211.48\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1625222429;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"135.181.69.121\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624754600;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"221.121.158.191\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624756094;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"162.243.164.144\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624756598;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"103.200.22.175\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1624772751;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"194.163.142.38\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624758323;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"159.89.162.165\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1624773225;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"185.65.245.106\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624759215;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"88.99.218.140\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624761101;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"173.212.221.38\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624761560;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"162.220.244.47\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624762684;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"138.197.132.241\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624763151;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"54.39.23.35\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624763699;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626064995;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"142.44.212.25\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624764812;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"93.189.24.36\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624766077;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"148.251.177.163\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624766438;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"135.181.7.82\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624767800;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"114.173.208.62\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624768630;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"148.72.215.37\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624769133;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"34.202.49.162\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624769452;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"35.167.249.11\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624769732;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"135.181.2.40\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624770208;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.29.215.207\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624770994;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"159.65.11.151\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624771364;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"213.189.56.172\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624773690;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"51.81.244.174\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624773888;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"194.31.64.81\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624774893;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"119.45.218.253\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1624893924;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1624896330;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"62.210.207.196\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1624896076;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"138.199.22.178\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625077330;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"139.155.17.18\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1625142563;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1625143767;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"5.249.227.102\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625196447;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"51.178.68.226\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625196758;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"139.59.20.96\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625198188;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"152.32.233.96\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625199236;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"23.250.95.106\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625199558;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"198.12.253.60\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625205774;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"176.123.9.211\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625285242;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"144.217.64.67\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625351783;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"185.57.104.66\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625354712;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"216.219.81.50\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625368017;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"185.120.7.1\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625370006;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"198.211.105.189\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625377823;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"5.134.124.46\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625378135;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:10:\"20.97.55.4\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625382477;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.27.237.152\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625387089;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"45.91.22.220\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625406514;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.127.30.241\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625442130;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"67.205.61.32\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625445757;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"52.186.171.123\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625496757;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"103.28.53.92\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625530074;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"212.192.241.68\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625557313;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"152.136.18.196\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1631254265;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"81.88.52.58\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625643564;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"52.247.216.96\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625669330;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"119.29.155.57\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625697942;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1625701555;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"45.158.20.116\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625794386;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"5.188.62.76\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1625863222;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:10:\"27.0.14.22\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626021774;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"165.227.129.197\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626031600;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"82.208.167.69\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626034476;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626045642;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"46.101.171.103\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626041001;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"52.3.238.72\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626044713;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"3.7.245.193\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626049352;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"45.76.179.19\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626051396;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"83.150.214.179\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626051791;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"118.195.187.202\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626054766;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"35.207.106.157\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626056704;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"203.34.37.39\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626058020;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"20.102.84.62\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626061923;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.110.86.202\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626067160;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"138.68.90.192\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626068370;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"91.134.248.192\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:5;s:4:\"date\";i:1626716642;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"52.148.177.138\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626093421;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"20.97.186.106\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626120658;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"58.177.156.100\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626186946;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"52.165.46.198\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626227159;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"52.188.51.88\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626237013;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"144.168.163.198\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626295844;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.140.14\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1626864659;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"92.204.136.183\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626431543;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"193.169.255.204\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626443393;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"62.210.140.161\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1627006537;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"209.145.59.137\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626547866;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"144.168.163.197\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626591562;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"125.212.221.22\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626593534;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"72.167.225.115\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626598810;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"62.210.222.136\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626607638;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"62.210.82.22\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626746995;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"20.84.100.111\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626768673;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"156.146.56.115\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1637015884;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.233.0.218\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626801297;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"156.146.56.101\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626841566;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"20.81.249.155\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1627253390;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"40.69.204.81\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626856619;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"193.148.16.253\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626865722;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"81.68.77.100\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1626963860;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"161.129.70.199\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627074455;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"91.149.252.112\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627098018;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"51.137.178.169\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627103397;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"62.210.99.33\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627121357;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"114.117.166.20\";a:1:{s:8:\"comments\";a:4:{s:7:\"counter\";i:8;s:4:\"date\";i:1630171047;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"116.206.229.141\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627212515;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"165.227.131.69\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627293851;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"47.105.67.205\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627322779;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1627326386;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"45.61.102.253\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627348469;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"40.65.99.132\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627442848;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"184.168.126.206\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627457883;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"159.65.128.164\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627459059;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634404081;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"217.64.148.93\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627488237;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"217.64.148.81\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627508042;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"45.87.212.54\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627705891;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"20.102.124.107\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1627821339;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"3.15.216.211\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627850716;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.140.62\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1628245080;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"66.228.53.135\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627992316;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"195.154.200.175\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1627998788;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"3.142.50.241\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628054898;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"54.90.164.128\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628059782;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"146.59.235.217\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628064710;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"178.128.166.56\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628076692;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"119.29.159.20\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1628153141;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1628154350;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"20.194.23.108\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1628229423;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"77.247.127.157\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628259835;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"119.29.166.249\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628293578;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1628297200;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"138.197.75.65\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628619405;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"23.100.17.139\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628660269;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"18.191.80.239\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628669727;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"72.11.137.165\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628680987;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"193.169.255.125\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628735352;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"88.99.150.173\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628778100;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"173.212.219.223\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628890769;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"173.249.44.230\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628896603;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"5.188.62.140\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:8;s:4:\"date\";i:1635766887;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"162.214.106.81\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628901754;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"51.81.24.161\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628944719;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"119.27.191.202\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1628974814;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1628978422;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"104.248.233.244\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629006742;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"72.167.42.12\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629023048;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"176.113.115.10\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1631207884;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"62.210.97.19\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629252381;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"51.75.90.39\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629269627;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.122.74\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629452145;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"178.128.59.34\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1629725115;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"143.244.45.132\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629528194;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"42.194.187.114\";a:1:{s:8:\"comments\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1629623674;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.82.116\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629627354;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"199.204.208.164\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629695617;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"167.86.119.239\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629718072;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"58.177.156.94\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1630331907;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"178.238.8.33\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629777641;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"142.44.142.153\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629851531;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"186.10.53.9\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1629877900;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"195.133.40.139\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630018049;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"202.131.66.132\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630170434;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.209.153.32\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630274110;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"165.22.211.55\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630289821;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"157.245.240.102\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630298174;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"163.44.192.49\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630312920;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"35.231.49.189\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630314711;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"93.113.111.54\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630321507;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"64.111.109.226\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630337290;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"188.40.37.189\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630341671;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"52.152.170.230\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630364977;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"178.128.51.162\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630367586;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"144.91.74.140\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630388636;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.114.97\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630433301;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"202.47.33.197\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630468134;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"122.3.17.92\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630468565;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"1.0.203.138\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630468771;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"182.180.111.165\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1630472251;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.212.20.243\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630471507;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"168.167.50.18\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630471569;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"77.77.217.53\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630472752;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"217.160.10.86\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630480886;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"93.114.184.162\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630487945;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641187186;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"136.243.92.92\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630517820;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"172.104.151.11\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630523074;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"103.9.159.226\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630542058;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:11:\"37.24.72.14\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630547052;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"66.42.57.223\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630559536;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"62.210.180.146\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630575752;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"196.196.203.213\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630614983;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"103.146.202.150\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630707048;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"45.40.166.142\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630709973;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"34.80.144.82\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630755225;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"91.238.164.176\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630765822;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"85.31.101.215\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630770073;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"157.245.57.139\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630782606;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.146.176.84\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630835198;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"20.104.25.134\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630887342;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:10:\"81.71.2.66\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1630955857;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1630959476;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"35.238.166.178\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631194158;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"79.101.44.3\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1634314186;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"167.172.56.36\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631364610;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"147.182.229.175\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631441733;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"103.21.142.12\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631564163;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1631567795;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"194.36.45.73\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631675035;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"178.128.122.163\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631719054;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"5.144.133.85\";a:2:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631744111;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631988036;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"45.76.184.213\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631755130;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"124.217.255.60\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631762970;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"80.172.227.64\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631766134;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.101.160.81\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631766967;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"37.187.39.126\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1631791768;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"159.203.37.43\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1634633869;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"27.131.131.133\";a:1:{s:3:\"aaa\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632002532;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"188.34.182.183\";a:1:{s:4:\"test\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632010190;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"195.211.45.152\";a:1:{s:4:\"demo\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632020911;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"35.200.137.92\";a:1:{s:4:\"info\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632021757;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"128.199.167.230\";a:1:{s:13:\"administrator\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632028229;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"176.9.89.107\";a:1:{s:4:\"test\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632029969;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"159.65.219.238\";a:1:{s:4:\"demo\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632034652;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"162.214.122.88\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632040619;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"143.198.30.100\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632372189;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"188.212.156.236\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632469532;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"101.33.117.206\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632475610;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"45.76.251.131\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632479593;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"139.59.83.248\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632483300;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"158.58.187.51\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632488709;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"101.32.26.253\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632491078;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"155.138.216.61\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632492331;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"52.22.231.34\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632496132;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"213.136.78.209\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632498695;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"178.128.202.122\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632503449;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"185.77.82.181\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632508971;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"103.147.92.64\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632510198;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"196.41.123.62\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632511948;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"83.149.106.160\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1634055837;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"119.91.81.38\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1641666972;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1641669399;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"76.72.175.124\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632879868;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"45.119.82.54\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1632891994;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"93.104.213.124\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1636080855;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"116.202.161.232\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633064895;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"184.168.97.184\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633073258;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"96.125.171.153\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633078592;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"176.123.0.55\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633087926;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"37.251.155.46\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633162797;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"180.211.99.217\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633174585;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"18.222.157.253\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633194101;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"104.45.192.84\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633409468;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"139.162.8.61\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633446971;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"18.216.92.170\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633530356;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"65.21.234.156\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633599661;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:11:\"45.12.32.57\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633618614;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"144.76.102.246\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1641033946;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"13.76.142.65\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633773596;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"178.18.248.180\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633804722;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"88.198.66.220\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633834773;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"84.17.42.12\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1633866510;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"167.172.28.5\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1634165499;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"199.217.104.237\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634047453;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"206.81.23.181\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634061543;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"208.111.0.58\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1634291893;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"198.12.253.113\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634312604;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"47.242.146.99\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634330345;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"51.81.152.36\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634348659;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"87.106.193.85\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634356043;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"212.192.241.137\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1635590129;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"186.64.119.95\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634398784;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"159.203.176.82\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634407058;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"133.130.103.36\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634414918;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:15:\"172.241.214.206\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634427760;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"13.67.40.233\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634532386;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"137.184.126.7\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634584407;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"107.180.88.164\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634620614;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"52.55.26.142\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634661279;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"64.227.188.228\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634752796;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"167.172.155.32\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634759613;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"75.119.141.150\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634764020;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"134.122.25.242\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634776170;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"35.201.240.201\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634784142;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:10:\"13.71.7.99\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634785082;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:14:\"163.44.206.200\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634787688;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"89.42.210.188\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634788777;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"51.120.120.76\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634833274;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"111.231.194.239\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1634920207;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1634922617;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"103.124.93.236\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1636721318;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"80.246.1.193\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1634933130;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"37.75.131.172\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:36;s:4:\"date\";i:1642807185;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"137.184.74.25\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635027899;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"35.240.190.147\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1635061424;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:15:\"128.199.125.232\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635074984;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:11:\"67.43.3.223\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635092626;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"45.91.23.141\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635178861;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"43.245.160.39\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635286972;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"35.247.134.49\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635375277;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"37.120.249.92\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635511858;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:12:\"103.93.16.69\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1641648370;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"78.157.40.153\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635519254;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"185.212.130.10\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635551187;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"128.199.230.82\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635554588;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:13:\"210.245.80.75\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1640051007;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"72.167.42.45\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635654251;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"35.185.184.163\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635694023;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"67.205.61.254\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635755691;s:7:\"gateway\";s:8:\"WP Login\";s:8:\"unlocked\";b:1;}}s:12:\"94.46.13.219\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635817999;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"42.193.215.29\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635826791;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:14:\"137.184.26.236\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1638109902;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"2.56.59.242\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1635977423;s:7:\"gateway\";s:6:\"XMLRPC\";s:8:\"unlocked\";b:1;}}s:13:\"136.144.41.14\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636075943;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"137.116.68.61\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636089545;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"139.155.204.29\";a:1:{s:8:\"comments\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1636243103;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.241.192.22\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636256938;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"20.52.0.124\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1636748492;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.223.89.145\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636323485;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"139.155.179.86\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1636332165;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636333373;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"143.110.224.93\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636436768;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"128.199.168.51\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636438307;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"20.69.156.43\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636467410;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"193.169.253.168\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1636535591;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.124.95.35\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636659006;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"139.99.219.128\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636667394;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"82.102.25.136\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636669702;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"161.97.133.63\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636678641;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"87.107.144.54\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636706491;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"103.50.76.37\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636714561;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"167.71.100.181\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1636878610;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"62.210.131.245\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1637091429;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"106.55.18.84\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637040127;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"143.198.223.21\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637046298;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"64.235.231.20\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637046852;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"143.198.197.227\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1637192807;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"110.42.227.183\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1637129044;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"20.121.2.60\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1637302415;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"104.218.61.36\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1637182511;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"82.102.25.135\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637212196;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"20.58.179.80\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637264409;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"137.117.178.120\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:7;s:4:\"date\";i:1637387295;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"150.95.110.113\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637340348;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.200.202.224\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637364989;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"155.94.222.11\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637430125;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"109.87.200.193\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637447953;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"20.151.104.89\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637455980;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"106.53.97.71\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637552676;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637553880;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"208.113.186.193\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637557075;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"193.56.29.48\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:12;s:4:\"date\";i:1637885131;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"13.76.132.231\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637684193;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"159.242.228.145\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637805403;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"42.51.34.202\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1637822320;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1637824782;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:9:\"5.62.57.5\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1637871483;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"159.223.44.75\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1638640592;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"63.143.41.18\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638069809;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"104.46.113.128\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638107084;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"91.149.252.231\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638143843;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"23.82.137.80\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638162670;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"106.53.113.22\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638224118;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"176.31.0.242\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638327456;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"77.240.13.186\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1640973468;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"188.214.106.20\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638376615;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"20.102.66.45\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638408718;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"54.38.181.202\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638760920;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"128.199.96.39\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638830721;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"51.79.177.55\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638863984;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"20.120.37.182\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638905590;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"206.189.6.60\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638924853;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"64.207.179.129\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1638965271;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"20.124.240.112\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1639020594;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"159.65.1.255\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1642371384;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.240.113.149\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1639079984;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.27.135.114\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1639151735;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"187.51.127.28\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1639180899;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"159.223.80.136\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1639310811;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"193.56.29.211\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:5;s:4:\"date\";i:1639998364;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.78.177.78\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1639875355;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.206.196.117\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1639885822;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:11:\"14.29.243.4\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1639915382;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1639921969;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"88.99.244.98\";a:1:{s:6:\"denise\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1640009870;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"41.208.72.154\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1640026681;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641177338;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"52.183.0.37\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1640188222;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"46.105.104.51\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1640264665;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"150.158.135.88\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1640388023;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"149.129.241.118\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1641079474;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"111.231.80.210\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1640579503;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"119.45.238.241\";a:2:{s:8:\"comments\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1640663017;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:17:\"valerioanzino.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1640665442;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"51.140.68.179\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1640666273;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"89.238.150.246\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1640676174;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"139.59.75.162\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1640723339;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"45.40.166.143\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1640916038;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"94.153.161.234\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1640923732;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"103.149.154.8\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641022798;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"116.206.228.73\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641042178;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"45.144.225.215\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641070402;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"107.180.88.41\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641088342;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"162.144.148.38\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641089947;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"52.166.3.59\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641098604;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"195.154.169.215\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1641236795;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"44.199.169.13\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641173594;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"195.248.71.34\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641180545;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641827133;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"178.238.230.251\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641190023;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"151.80.45.72\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641193373;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"150.158.130.152\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641307352;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"141.94.247.170\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641523470;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"82.192.85.41\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641653734;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"111.229.8.97\";a:1:{s:13:\"valerioanzino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641742448;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"174.138.18.105\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641777326;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"104.244.74.248\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641817126;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"84.17.45.160\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641894672;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"20.110.202.10\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641904861;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"207.244.233.113\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641967356;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"184.168.102.31\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1641986457;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"95.143.178.136\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1642004544;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"195.67.74.174\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1642098189;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"185.106.130.251\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1642325039;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"62.122.254.38\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1642349215;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"218.255.186.82\";a:1:{s:7:\"[login]\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1642389619;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"178.62.32.134\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1642424802;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"89.44.201.122\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1642462470;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"50.115.120.213\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1642488201;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"20.127.89.158\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1642643799;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"42.193.147.129\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1642654838;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.212.69.232\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1642876237;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"45.15.16.114\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1644325739;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"104.244.77.53\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1644626815;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"51.68.11.223\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1645046725;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"202.52.134.191\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:12;s:4:\"date\";i:1649774954;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}}','yes'),(654,'limit_login_lockouts_total','1020','no'),(729,'wpex_category_children','a:0:{}','yes'),(730,'portfolio_entries_children','a:0:{}','yes'),(977,'widget_rp_surname_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1326,'wpos_anylc_redirect','','yes'),(1327,'wpos_anylc_site_uid','5aaecd7f4e9e8824ba974304aaca13ba','yes'),(1328,'wpos_anylc_pdt_43','a:1:{s:6:\"status\";i:2;}','yes'),(1329,'wpostahs-slider-category_children','a:0:{}','yes'),(1388,'fa_icons','a:675:{i:0;a:2:{s:3:\"css\";s:5:\"\\f000\";s:5:\"class\";s:8:\"fa-glass\";}i:1;a:2:{s:3:\"css\";s:5:\"\\f001\";s:5:\"class\";s:8:\"fa-music\";}i:2;a:2:{s:3:\"css\";s:5:\"\\f002\";s:5:\"class\";s:9:\"fa-search\";}i:3;a:2:{s:3:\"css\";s:5:\"\\f003\";s:5:\"class\";s:13:\"fa-envelope-o\";}i:4;a:2:{s:3:\"css\";s:5:\"\\f004\";s:5:\"class\";s:8:\"fa-heart\";}i:5;a:2:{s:3:\"css\";s:5:\"\\f005\";s:5:\"class\";s:7:\"fa-star\";}i:6;a:2:{s:3:\"css\";s:5:\"\\f006\";s:5:\"class\";s:9:\"fa-star-o\";}i:7;a:2:{s:3:\"css\";s:5:\"\\f007\";s:5:\"class\";s:7:\"fa-user\";}i:8;a:2:{s:3:\"css\";s:5:\"\\f008\";s:5:\"class\";s:7:\"fa-film\";}i:9;a:2:{s:3:\"css\";s:5:\"\\f009\";s:5:\"class\";s:11:\"fa-th-large\";}i:10;a:2:{s:3:\"css\";s:5:\"\\f00a\";s:5:\"class\";s:5:\"fa-th\";}i:11;a:2:{s:3:\"css\";s:5:\"\\f00b\";s:5:\"class\";s:10:\"fa-th-list\";}i:12;a:2:{s:3:\"css\";s:5:\"\\f00c\";s:5:\"class\";s:8:\"fa-check\";}i:13;a:2:{s:3:\"css\";s:5:\"\\f00d\";s:5:\"class\";s:8:\"fa-times\";}i:14;a:2:{s:3:\"css\";s:5:\"\\f00e\";s:5:\"class\";s:14:\"fa-search-plus\";}i:15;a:2:{s:3:\"css\";s:5:\"\\f010\";s:5:\"class\";s:15:\"fa-search-minus\";}i:16;a:2:{s:3:\"css\";s:5:\"\\f011\";s:5:\"class\";s:12:\"fa-power-off\";}i:17;a:2:{s:3:\"css\";s:5:\"\\f012\";s:5:\"class\";s:9:\"fa-signal\";}i:18;a:2:{s:3:\"css\";s:5:\"\\f013\";s:5:\"class\";s:6:\"fa-cog\";}i:19;a:2:{s:3:\"css\";s:5:\"\\f014\";s:5:\"class\";s:10:\"fa-trash-o\";}i:20;a:2:{s:3:\"css\";s:5:\"\\f015\";s:5:\"class\";s:7:\"fa-home\";}i:21;a:2:{s:3:\"css\";s:5:\"\\f016\";s:5:\"class\";s:9:\"fa-file-o\";}i:22;a:2:{s:3:\"css\";s:5:\"\\f017\";s:5:\"class\";s:10:\"fa-clock-o\";}i:23;a:2:{s:3:\"css\";s:5:\"\\f018\";s:5:\"class\";s:7:\"fa-road\";}i:24;a:2:{s:3:\"css\";s:5:\"\\f019\";s:5:\"class\";s:11:\"fa-download\";}i:25;a:2:{s:3:\"css\";s:5:\"\\f01a\";s:5:\"class\";s:22:\"fa-arrow-circle-o-down\";}i:26;a:2:{s:3:\"css\";s:5:\"\\f01b\";s:5:\"class\";s:20:\"fa-arrow-circle-o-up\";}i:27;a:2:{s:3:\"css\";s:5:\"\\f01c\";s:5:\"class\";s:8:\"fa-inbox\";}i:28;a:2:{s:3:\"css\";s:5:\"\\f01d\";s:5:\"class\";s:16:\"fa-play-circle-o\";}i:29;a:2:{s:3:\"css\";s:5:\"\\f01e\";s:5:\"class\";s:9:\"fa-repeat\";}i:30;a:2:{s:3:\"css\";s:5:\"\\f021\";s:5:\"class\";s:10:\"fa-refresh\";}i:31;a:2:{s:3:\"css\";s:5:\"\\f022\";s:5:\"class\";s:11:\"fa-list-alt\";}i:32;a:2:{s:3:\"css\";s:5:\"\\f023\";s:5:\"class\";s:7:\"fa-lock\";}i:33;a:2:{s:3:\"css\";s:5:\"\\f024\";s:5:\"class\";s:7:\"fa-flag\";}i:34;a:2:{s:3:\"css\";s:5:\"\\f025\";s:5:\"class\";s:13:\"fa-headphones\";}i:35;a:2:{s:3:\"css\";s:5:\"\\f026\";s:5:\"class\";s:13:\"fa-volume-off\";}i:36;a:2:{s:3:\"css\";s:5:\"\\f027\";s:5:\"class\";s:14:\"fa-volume-down\";}i:37;a:2:{s:3:\"css\";s:5:\"\\f028\";s:5:\"class\";s:12:\"fa-volume-up\";}i:38;a:2:{s:3:\"css\";s:5:\"\\f029\";s:5:\"class\";s:9:\"fa-qrcode\";}i:39;a:2:{s:3:\"css\";s:5:\"\\f02a\";s:5:\"class\";s:10:\"fa-barcode\";}i:40;a:2:{s:3:\"css\";s:5:\"\\f02b\";s:5:\"class\";s:6:\"fa-tag\";}i:41;a:2:{s:3:\"css\";s:5:\"\\f02c\";s:5:\"class\";s:7:\"fa-tags\";}i:42;a:2:{s:3:\"css\";s:5:\"\\f02d\";s:5:\"class\";s:7:\"fa-book\";}i:43;a:2:{s:3:\"css\";s:5:\"\\f02e\";s:5:\"class\";s:11:\"fa-bookmark\";}i:44;a:2:{s:3:\"css\";s:5:\"\\f02f\";s:5:\"class\";s:8:\"fa-print\";}i:45;a:2:{s:3:\"css\";s:5:\"\\f030\";s:5:\"class\";s:9:\"fa-camera\";}i:46;a:2:{s:3:\"css\";s:5:\"\\f031\";s:5:\"class\";s:7:\"fa-font\";}i:47;a:2:{s:3:\"css\";s:5:\"\\f032\";s:5:\"class\";s:7:\"fa-bold\";}i:48;a:2:{s:3:\"css\";s:5:\"\\f033\";s:5:\"class\";s:9:\"fa-italic\";}i:49;a:2:{s:3:\"css\";s:5:\"\\f034\";s:5:\"class\";s:14:\"fa-text-height\";}i:50;a:2:{s:3:\"css\";s:5:\"\\f035\";s:5:\"class\";s:13:\"fa-text-width\";}i:51;a:2:{s:3:\"css\";s:5:\"\\f036\";s:5:\"class\";s:13:\"fa-align-left\";}i:52;a:2:{s:3:\"css\";s:5:\"\\f037\";s:5:\"class\";s:15:\"fa-align-center\";}i:53;a:2:{s:3:\"css\";s:5:\"\\f038\";s:5:\"class\";s:14:\"fa-align-right\";}i:54;a:2:{s:3:\"css\";s:5:\"\\f039\";s:5:\"class\";s:16:\"fa-align-justify\";}i:55;a:2:{s:3:\"css\";s:5:\"\\f03a\";s:5:\"class\";s:7:\"fa-list\";}i:56;a:2:{s:3:\"css\";s:5:\"\\f03b\";s:5:\"class\";s:10:\"fa-outdent\";}i:57;a:2:{s:3:\"css\";s:5:\"\\f03c\";s:5:\"class\";s:9:\"fa-indent\";}i:58;a:2:{s:3:\"css\";s:5:\"\\f03d\";s:5:\"class\";s:15:\"fa-video-camera\";}i:59;a:2:{s:3:\"css\";s:5:\"\\f03e\";s:5:\"class\";s:12:\"fa-picture-o\";}i:60;a:2:{s:3:\"css\";s:5:\"\\f040\";s:5:\"class\";s:9:\"fa-pencil\";}i:61;a:2:{s:3:\"css\";s:5:\"\\f041\";s:5:\"class\";s:13:\"fa-map-marker\";}i:62;a:2:{s:3:\"css\";s:5:\"\\f042\";s:5:\"class\";s:9:\"fa-adjust\";}i:63;a:2:{s:3:\"css\";s:5:\"\\f043\";s:5:\"class\";s:7:\"fa-tint\";}i:64;a:2:{s:3:\"css\";s:5:\"\\f044\";s:5:\"class\";s:18:\"fa-pencil-square-o\";}i:65;a:2:{s:3:\"css\";s:5:\"\\f045\";s:5:\"class\";s:17:\"fa-share-square-o\";}i:66;a:2:{s:3:\"css\";s:5:\"\\f046\";s:5:\"class\";s:17:\"fa-check-square-o\";}i:67;a:2:{s:3:\"css\";s:5:\"\\f047\";s:5:\"class\";s:9:\"fa-arrows\";}i:68;a:2:{s:3:\"css\";s:5:\"\\f048\";s:5:\"class\";s:16:\"fa-step-backward\";}i:69;a:2:{s:3:\"css\";s:5:\"\\f049\";s:5:\"class\";s:16:\"fa-fast-backward\";}i:70;a:2:{s:3:\"css\";s:5:\"\\f04a\";s:5:\"class\";s:11:\"fa-backward\";}i:71;a:2:{s:3:\"css\";s:5:\"\\f04b\";s:5:\"class\";s:7:\"fa-play\";}i:72;a:2:{s:3:\"css\";s:5:\"\\f04c\";s:5:\"class\";s:8:\"fa-pause\";}i:73;a:2:{s:3:\"css\";s:5:\"\\f04d\";s:5:\"class\";s:7:\"fa-stop\";}i:74;a:2:{s:3:\"css\";s:5:\"\\f04e\";s:5:\"class\";s:10:\"fa-forward\";}i:75;a:2:{s:3:\"css\";s:5:\"\\f050\";s:5:\"class\";s:15:\"fa-fast-forward\";}i:76;a:2:{s:3:\"css\";s:5:\"\\f051\";s:5:\"class\";s:15:\"fa-step-forward\";}i:77;a:2:{s:3:\"css\";s:5:\"\\f052\";s:5:\"class\";s:8:\"fa-eject\";}i:78;a:2:{s:3:\"css\";s:5:\"\\f053\";s:5:\"class\";s:15:\"fa-chevron-left\";}i:79;a:2:{s:3:\"css\";s:5:\"\\f054\";s:5:\"class\";s:16:\"fa-chevron-right\";}i:80;a:2:{s:3:\"css\";s:5:\"\\f055\";s:5:\"class\";s:14:\"fa-plus-circle\";}i:81;a:2:{s:3:\"css\";s:5:\"\\f056\";s:5:\"class\";s:15:\"fa-minus-circle\";}i:82;a:2:{s:3:\"css\";s:5:\"\\f057\";s:5:\"class\";s:15:\"fa-times-circle\";}i:83;a:2:{s:3:\"css\";s:5:\"\\f058\";s:5:\"class\";s:15:\"fa-check-circle\";}i:84;a:2:{s:3:\"css\";s:5:\"\\f059\";s:5:\"class\";s:18:\"fa-question-circle\";}i:85;a:2:{s:3:\"css\";s:5:\"\\f05a\";s:5:\"class\";s:14:\"fa-info-circle\";}i:86;a:2:{s:3:\"css\";s:5:\"\\f05b\";s:5:\"class\";s:13:\"fa-crosshairs\";}i:87;a:2:{s:3:\"css\";s:5:\"\\f05c\";s:5:\"class\";s:17:\"fa-times-circle-o\";}i:88;a:2:{s:3:\"css\";s:5:\"\\f05d\";s:5:\"class\";s:17:\"fa-check-circle-o\";}i:89;a:2:{s:3:\"css\";s:5:\"\\f05e\";s:5:\"class\";s:6:\"fa-ban\";}i:90;a:2:{s:3:\"css\";s:5:\"\\f060\";s:5:\"class\";s:13:\"fa-arrow-left\";}i:91;a:2:{s:3:\"css\";s:5:\"\\f061\";s:5:\"class\";s:14:\"fa-arrow-right\";}i:92;a:2:{s:3:\"css\";s:5:\"\\f062\";s:5:\"class\";s:11:\"fa-arrow-up\";}i:93;a:2:{s:3:\"css\";s:5:\"\\f063\";s:5:\"class\";s:13:\"fa-arrow-down\";}i:94;a:2:{s:3:\"css\";s:5:\"\\f064\";s:5:\"class\";s:8:\"fa-share\";}i:95;a:2:{s:3:\"css\";s:5:\"\\f065\";s:5:\"class\";s:9:\"fa-expand\";}i:96;a:2:{s:3:\"css\";s:5:\"\\f066\";s:5:\"class\";s:11:\"fa-compress\";}i:97;a:2:{s:3:\"css\";s:5:\"\\f067\";s:5:\"class\";s:7:\"fa-plus\";}i:98;a:2:{s:3:\"css\";s:5:\"\\f068\";s:5:\"class\";s:8:\"fa-minus\";}i:99;a:2:{s:3:\"css\";s:5:\"\\f069\";s:5:\"class\";s:11:\"fa-asterisk\";}i:100;a:2:{s:3:\"css\";s:5:\"\\f06a\";s:5:\"class\";s:21:\"fa-exclamation-circle\";}i:101;a:2:{s:3:\"css\";s:5:\"\\f06b\";s:5:\"class\";s:7:\"fa-gift\";}i:102;a:2:{s:3:\"css\";s:5:\"\\f06c\";s:5:\"class\";s:7:\"fa-leaf\";}i:103;a:2:{s:3:\"css\";s:5:\"\\f06d\";s:5:\"class\";s:7:\"fa-fire\";}i:104;a:2:{s:3:\"css\";s:5:\"\\f06e\";s:5:\"class\";s:6:\"fa-eye\";}i:105;a:2:{s:3:\"css\";s:5:\"\\f070\";s:5:\"class\";s:12:\"fa-eye-slash\";}i:106;a:2:{s:3:\"css\";s:5:\"\\f071\";s:5:\"class\";s:23:\"fa-exclamation-triangle\";}i:107;a:2:{s:3:\"css\";s:5:\"\\f072\";s:5:\"class\";s:8:\"fa-plane\";}i:108;a:2:{s:3:\"css\";s:5:\"\\f073\";s:5:\"class\";s:11:\"fa-calendar\";}i:109;a:2:{s:3:\"css\";s:5:\"\\f074\";s:5:\"class\";s:9:\"fa-random\";}i:110;a:2:{s:3:\"css\";s:5:\"\\f075\";s:5:\"class\";s:10:\"fa-comment\";}i:111;a:2:{s:3:\"css\";s:5:\"\\f076\";s:5:\"class\";s:9:\"fa-magnet\";}i:112;a:2:{s:3:\"css\";s:5:\"\\f077\";s:5:\"class\";s:13:\"fa-chevron-up\";}i:113;a:2:{s:3:\"css\";s:5:\"\\f078\";s:5:\"class\";s:15:\"fa-chevron-down\";}i:114;a:2:{s:3:\"css\";s:5:\"\\f079\";s:5:\"class\";s:10:\"fa-retweet\";}i:115;a:2:{s:3:\"css\";s:5:\"\\f07a\";s:5:\"class\";s:16:\"fa-shopping-cart\";}i:116;a:2:{s:3:\"css\";s:5:\"\\f07b\";s:5:\"class\";s:9:\"fa-folder\";}i:117;a:2:{s:3:\"css\";s:5:\"\\f07c\";s:5:\"class\";s:14:\"fa-folder-open\";}i:118;a:2:{s:3:\"css\";s:5:\"\\f07d\";s:5:\"class\";s:11:\"fa-arrows-v\";}i:119;a:2:{s:3:\"css\";s:5:\"\\f07e\";s:5:\"class\";s:11:\"fa-arrows-h\";}i:120;a:2:{s:3:\"css\";s:5:\"\\f080\";s:5:\"class\";s:12:\"fa-bar-chart\";}i:121;a:2:{s:3:\"css\";s:5:\"\\f081\";s:5:\"class\";s:17:\"fa-twitter-square\";}i:122;a:2:{s:3:\"css\";s:5:\"\\f082\";s:5:\"class\";s:18:\"fa-facebook-square\";}i:123;a:2:{s:3:\"css\";s:5:\"\\f083\";s:5:\"class\";s:15:\"fa-camera-retro\";}i:124;a:2:{s:3:\"css\";s:5:\"\\f084\";s:5:\"class\";s:6:\"fa-key\";}i:125;a:2:{s:3:\"css\";s:5:\"\\f085\";s:5:\"class\";s:7:\"fa-cogs\";}i:126;a:2:{s:3:\"css\";s:5:\"\\f086\";s:5:\"class\";s:11:\"fa-comments\";}i:127;a:2:{s:3:\"css\";s:5:\"\\f087\";s:5:\"class\";s:14:\"fa-thumbs-o-up\";}i:128;a:2:{s:3:\"css\";s:5:\"\\f088\";s:5:\"class\";s:16:\"fa-thumbs-o-down\";}i:129;a:2:{s:3:\"css\";s:5:\"\\f089\";s:5:\"class\";s:12:\"fa-star-half\";}i:130;a:2:{s:3:\"css\";s:5:\"\\f08a\";s:5:\"class\";s:10:\"fa-heart-o\";}i:131;a:2:{s:3:\"css\";s:5:\"\\f08b\";s:5:\"class\";s:11:\"fa-sign-out\";}i:132;a:2:{s:3:\"css\";s:5:\"\\f08c\";s:5:\"class\";s:18:\"fa-linkedin-square\";}i:133;a:2:{s:3:\"css\";s:5:\"\\f08d\";s:5:\"class\";s:13:\"fa-thumb-tack\";}i:134;a:2:{s:3:\"css\";s:5:\"\\f08e\";s:5:\"class\";s:16:\"fa-external-link\";}i:135;a:2:{s:3:\"css\";s:5:\"\\f090\";s:5:\"class\";s:10:\"fa-sign-in\";}i:136;a:2:{s:3:\"css\";s:5:\"\\f091\";s:5:\"class\";s:9:\"fa-trophy\";}i:137;a:2:{s:3:\"css\";s:5:\"\\f092\";s:5:\"class\";s:16:\"fa-github-square\";}i:138;a:2:{s:3:\"css\";s:5:\"\\f093\";s:5:\"class\";s:9:\"fa-upload\";}i:139;a:2:{s:3:\"css\";s:5:\"\\f094\";s:5:\"class\";s:10:\"fa-lemon-o\";}i:140;a:2:{s:3:\"css\";s:5:\"\\f095\";s:5:\"class\";s:8:\"fa-phone\";}i:141;a:2:{s:3:\"css\";s:5:\"\\f096\";s:5:\"class\";s:11:\"fa-square-o\";}i:142;a:2:{s:3:\"css\";s:5:\"\\f097\";s:5:\"class\";s:13:\"fa-bookmark-o\";}i:143;a:2:{s:3:\"css\";s:5:\"\\f098\";s:5:\"class\";s:15:\"fa-phone-square\";}i:144;a:2:{s:3:\"css\";s:5:\"\\f099\";s:5:\"class\";s:10:\"fa-twitter\";}i:145;a:2:{s:3:\"css\";s:5:\"\\f09a\";s:5:\"class\";s:11:\"fa-facebook\";}i:146;a:2:{s:3:\"css\";s:5:\"\\f09b\";s:5:\"class\";s:9:\"fa-github\";}i:147;a:2:{s:3:\"css\";s:5:\"\\f09c\";s:5:\"class\";s:9:\"fa-unlock\";}i:148;a:2:{s:3:\"css\";s:5:\"\\f09d\";s:5:\"class\";s:14:\"fa-credit-card\";}i:149;a:2:{s:3:\"css\";s:5:\"\\f09e\";s:5:\"class\";s:6:\"fa-rss\";}i:150;a:2:{s:3:\"css\";s:5:\"\\f0a0\";s:5:\"class\";s:8:\"fa-hdd-o\";}i:151;a:2:{s:3:\"css\";s:5:\"\\f0a1\";s:5:\"class\";s:11:\"fa-bullhorn\";}i:152;a:2:{s:3:\"css\";s:5:\"\\f0f3\";s:5:\"class\";s:7:\"fa-bell\";}i:153;a:2:{s:3:\"css\";s:5:\"\\f0a3\";s:5:\"class\";s:14:\"fa-certificate\";}i:154;a:2:{s:3:\"css\";s:5:\"\\f0a4\";s:5:\"class\";s:15:\"fa-hand-o-right\";}i:155;a:2:{s:3:\"css\";s:5:\"\\f0a5\";s:5:\"class\";s:14:\"fa-hand-o-left\";}i:156;a:2:{s:3:\"css\";s:5:\"\\f0a6\";s:5:\"class\";s:12:\"fa-hand-o-up\";}i:157;a:2:{s:3:\"css\";s:5:\"\\f0a7\";s:5:\"class\";s:14:\"fa-hand-o-down\";}i:158;a:2:{s:3:\"css\";s:5:\"\\f0a8\";s:5:\"class\";s:20:\"fa-arrow-circle-left\";}i:159;a:2:{s:3:\"css\";s:5:\"\\f0a9\";s:5:\"class\";s:21:\"fa-arrow-circle-right\";}i:160;a:2:{s:3:\"css\";s:5:\"\\f0aa\";s:5:\"class\";s:18:\"fa-arrow-circle-up\";}i:161;a:2:{s:3:\"css\";s:5:\"\\f0ab\";s:5:\"class\";s:20:\"fa-arrow-circle-down\";}i:162;a:2:{s:3:\"css\";s:5:\"\\f0ac\";s:5:\"class\";s:8:\"fa-globe\";}i:163;a:2:{s:3:\"css\";s:5:\"\\f0ad\";s:5:\"class\";s:9:\"fa-wrench\";}i:164;a:2:{s:3:\"css\";s:5:\"\\f0ae\";s:5:\"class\";s:8:\"fa-tasks\";}i:165;a:2:{s:3:\"css\";s:5:\"\\f0b0\";s:5:\"class\";s:9:\"fa-filter\";}i:166;a:2:{s:3:\"css\";s:5:\"\\f0b1\";s:5:\"class\";s:12:\"fa-briefcase\";}i:167;a:2:{s:3:\"css\";s:5:\"\\f0b2\";s:5:\"class\";s:13:\"fa-arrows-alt\";}i:168;a:2:{s:3:\"css\";s:5:\"\\f0c0\";s:5:\"class\";s:8:\"fa-users\";}i:169;a:2:{s:3:\"css\";s:5:\"\\f0c1\";s:5:\"class\";s:7:\"fa-link\";}i:170;a:2:{s:3:\"css\";s:5:\"\\f0c2\";s:5:\"class\";s:8:\"fa-cloud\";}i:171;a:2:{s:3:\"css\";s:5:\"\\f0c3\";s:5:\"class\";s:8:\"fa-flask\";}i:172;a:2:{s:3:\"css\";s:5:\"\\f0c4\";s:5:\"class\";s:11:\"fa-scissors\";}i:173;a:2:{s:3:\"css\";s:5:\"\\f0c5\";s:5:\"class\";s:10:\"fa-files-o\";}i:174;a:2:{s:3:\"css\";s:5:\"\\f0c6\";s:5:\"class\";s:12:\"fa-paperclip\";}i:175;a:2:{s:3:\"css\";s:5:\"\\f0c7\";s:5:\"class\";s:11:\"fa-floppy-o\";}i:176;a:2:{s:3:\"css\";s:5:\"\\f0c8\";s:5:\"class\";s:9:\"fa-square\";}i:177;a:2:{s:3:\"css\";s:5:\"\\f0c9\";s:5:\"class\";s:7:\"fa-bars\";}i:178;a:2:{s:3:\"css\";s:5:\"\\f0ca\";s:5:\"class\";s:10:\"fa-list-ul\";}i:179;a:2:{s:3:\"css\";s:5:\"\\f0cb\";s:5:\"class\";s:10:\"fa-list-ol\";}i:180;a:2:{s:3:\"css\";s:5:\"\\f0cc\";s:5:\"class\";s:16:\"fa-strikethrough\";}i:181;a:2:{s:3:\"css\";s:5:\"\\f0cd\";s:5:\"class\";s:12:\"fa-underline\";}i:182;a:2:{s:3:\"css\";s:5:\"\\f0ce\";s:5:\"class\";s:8:\"fa-table\";}i:183;a:2:{s:3:\"css\";s:5:\"\\f0d0\";s:5:\"class\";s:8:\"fa-magic\";}i:184;a:2:{s:3:\"css\";s:5:\"\\f0d1\";s:5:\"class\";s:8:\"fa-truck\";}i:185;a:2:{s:3:\"css\";s:5:\"\\f0d2\";s:5:\"class\";s:12:\"fa-pinterest\";}i:186;a:2:{s:3:\"css\";s:5:\"\\f0d3\";s:5:\"class\";s:19:\"fa-pinterest-square\";}i:187;a:2:{s:3:\"css\";s:5:\"\\f0d4\";s:5:\"class\";s:21:\"fa-google-plus-square\";}i:188;a:2:{s:3:\"css\";s:5:\"\\f0d5\";s:5:\"class\";s:14:\"fa-google-plus\";}i:189;a:2:{s:3:\"css\";s:5:\"\\f0d6\";s:5:\"class\";s:8:\"fa-money\";}i:190;a:2:{s:3:\"css\";s:5:\"\\f0d7\";s:5:\"class\";s:13:\"fa-caret-down\";}i:191;a:2:{s:3:\"css\";s:5:\"\\f0d8\";s:5:\"class\";s:11:\"fa-caret-up\";}i:192;a:2:{s:3:\"css\";s:5:\"\\f0d9\";s:5:\"class\";s:13:\"fa-caret-left\";}i:193;a:2:{s:3:\"css\";s:5:\"\\f0da\";s:5:\"class\";s:14:\"fa-caret-right\";}i:194;a:2:{s:3:\"css\";s:5:\"\\f0db\";s:5:\"class\";s:10:\"fa-columns\";}i:195;a:2:{s:3:\"css\";s:5:\"\\f0dc\";s:5:\"class\";s:7:\"fa-sort\";}i:196;a:2:{s:3:\"css\";s:5:\"\\f0dd\";s:5:\"class\";s:12:\"fa-sort-desc\";}i:197;a:2:{s:3:\"css\";s:5:\"\\f0de\";s:5:\"class\";s:11:\"fa-sort-asc\";}i:198;a:2:{s:3:\"css\";s:5:\"\\f0e0\";s:5:\"class\";s:11:\"fa-envelope\";}i:199;a:2:{s:3:\"css\";s:5:\"\\f0e1\";s:5:\"class\";s:11:\"fa-linkedin\";}i:200;a:2:{s:3:\"css\";s:5:\"\\f0e2\";s:5:\"class\";s:7:\"fa-undo\";}i:201;a:2:{s:3:\"css\";s:5:\"\\f0e3\";s:5:\"class\";s:8:\"fa-gavel\";}i:202;a:2:{s:3:\"css\";s:5:\"\\f0e4\";s:5:\"class\";s:13:\"fa-tachometer\";}i:203;a:2:{s:3:\"css\";s:5:\"\\f0e5\";s:5:\"class\";s:12:\"fa-comment-o\";}i:204;a:2:{s:3:\"css\";s:5:\"\\f0e6\";s:5:\"class\";s:13:\"fa-comments-o\";}i:205;a:2:{s:3:\"css\";s:5:\"\\f0e7\";s:5:\"class\";s:7:\"fa-bolt\";}i:206;a:2:{s:3:\"css\";s:5:\"\\f0e8\";s:5:\"class\";s:10:\"fa-sitemap\";}i:207;a:2:{s:3:\"css\";s:5:\"\\f0e9\";s:5:\"class\";s:11:\"fa-umbrella\";}i:208;a:2:{s:3:\"css\";s:5:\"\\f0ea\";s:5:\"class\";s:12:\"fa-clipboard\";}i:209;a:2:{s:3:\"css\";s:5:\"\\f0eb\";s:5:\"class\";s:14:\"fa-lightbulb-o\";}i:210;a:2:{s:3:\"css\";s:5:\"\\f0ec\";s:5:\"class\";s:11:\"fa-exchange\";}i:211;a:2:{s:3:\"css\";s:5:\"\\f0ed\";s:5:\"class\";s:17:\"fa-cloud-download\";}i:212;a:2:{s:3:\"css\";s:5:\"\\f0ee\";s:5:\"class\";s:15:\"fa-cloud-upload\";}i:213;a:2:{s:3:\"css\";s:5:\"\\f0f0\";s:5:\"class\";s:10:\"fa-user-md\";}i:214;a:2:{s:3:\"css\";s:5:\"\\f0f1\";s:5:\"class\";s:14:\"fa-stethoscope\";}i:215;a:2:{s:3:\"css\";s:5:\"\\f0f2\";s:5:\"class\";s:11:\"fa-suitcase\";}i:216;a:2:{s:3:\"css\";s:5:\"\\f0a2\";s:5:\"class\";s:9:\"fa-bell-o\";}i:217;a:2:{s:3:\"css\";s:5:\"\\f0f4\";s:5:\"class\";s:9:\"fa-coffee\";}i:218;a:2:{s:3:\"css\";s:5:\"\\f0f5\";s:5:\"class\";s:10:\"fa-cutlery\";}i:219;a:2:{s:3:\"css\";s:5:\"\\f0f6\";s:5:\"class\";s:14:\"fa-file-text-o\";}i:220;a:2:{s:3:\"css\";s:5:\"\\f0f7\";s:5:\"class\";s:13:\"fa-building-o\";}i:221;a:2:{s:3:\"css\";s:5:\"\\f0f8\";s:5:\"class\";s:13:\"fa-hospital-o\";}i:222;a:2:{s:3:\"css\";s:5:\"\\f0f9\";s:5:\"class\";s:12:\"fa-ambulance\";}i:223;a:2:{s:3:\"css\";s:5:\"\\f0fa\";s:5:\"class\";s:9:\"fa-medkit\";}i:224;a:2:{s:3:\"css\";s:5:\"\\f0fb\";s:5:\"class\";s:14:\"fa-fighter-jet\";}i:225;a:2:{s:3:\"css\";s:5:\"\\f0fc\";s:5:\"class\";s:7:\"fa-beer\";}i:226;a:2:{s:3:\"css\";s:5:\"\\f0fd\";s:5:\"class\";s:11:\"fa-h-square\";}i:227;a:2:{s:3:\"css\";s:5:\"\\f0fe\";s:5:\"class\";s:14:\"fa-plus-square\";}i:228;a:2:{s:3:\"css\";s:5:\"\\f100\";s:5:\"class\";s:20:\"fa-angle-double-left\";}i:229;a:2:{s:3:\"css\";s:5:\"\\f101\";s:5:\"class\";s:21:\"fa-angle-double-right\";}i:230;a:2:{s:3:\"css\";s:5:\"\\f102\";s:5:\"class\";s:18:\"fa-angle-double-up\";}i:231;a:2:{s:3:\"css\";s:5:\"\\f103\";s:5:\"class\";s:20:\"fa-angle-double-down\";}i:232;a:2:{s:3:\"css\";s:5:\"\\f104\";s:5:\"class\";s:13:\"fa-angle-left\";}i:233;a:2:{s:3:\"css\";s:5:\"\\f105\";s:5:\"class\";s:14:\"fa-angle-right\";}i:234;a:2:{s:3:\"css\";s:5:\"\\f106\";s:5:\"class\";s:11:\"fa-angle-up\";}i:235;a:2:{s:3:\"css\";s:5:\"\\f107\";s:5:\"class\";s:13:\"fa-angle-down\";}i:236;a:2:{s:3:\"css\";s:5:\"\\f108\";s:5:\"class\";s:10:\"fa-desktop\";}i:237;a:2:{s:3:\"css\";s:5:\"\\f109\";s:5:\"class\";s:9:\"fa-laptop\";}i:238;a:2:{s:3:\"css\";s:5:\"\\f10a\";s:5:\"class\";s:9:\"fa-tablet\";}i:239;a:2:{s:3:\"css\";s:5:\"\\f10b\";s:5:\"class\";s:9:\"fa-mobile\";}i:240;a:2:{s:3:\"css\";s:5:\"\\f10c\";s:5:\"class\";s:11:\"fa-circle-o\";}i:241;a:2:{s:3:\"css\";s:5:\"\\f10d\";s:5:\"class\";s:13:\"fa-quote-left\";}i:242;a:2:{s:3:\"css\";s:5:\"\\f10e\";s:5:\"class\";s:14:\"fa-quote-right\";}i:243;a:2:{s:3:\"css\";s:5:\"\\f110\";s:5:\"class\";s:10:\"fa-spinner\";}i:244;a:2:{s:3:\"css\";s:5:\"\\f111\";s:5:\"class\";s:9:\"fa-circle\";}i:245;a:2:{s:3:\"css\";s:5:\"\\f112\";s:5:\"class\";s:8:\"fa-reply\";}i:246;a:2:{s:3:\"css\";s:5:\"\\f113\";s:5:\"class\";s:13:\"fa-github-alt\";}i:247;a:2:{s:3:\"css\";s:5:\"\\f114\";s:5:\"class\";s:11:\"fa-folder-o\";}i:248;a:2:{s:3:\"css\";s:5:\"\\f115\";s:5:\"class\";s:16:\"fa-folder-open-o\";}i:249;a:2:{s:3:\"css\";s:5:\"\\f118\";s:5:\"class\";s:10:\"fa-smile-o\";}i:250;a:2:{s:3:\"css\";s:5:\"\\f119\";s:5:\"class\";s:10:\"fa-frown-o\";}i:251;a:2:{s:3:\"css\";s:5:\"\\f11a\";s:5:\"class\";s:8:\"fa-meh-o\";}i:252;a:2:{s:3:\"css\";s:5:\"\\f11b\";s:5:\"class\";s:10:\"fa-gamepad\";}i:253;a:2:{s:3:\"css\";s:5:\"\\f11c\";s:5:\"class\";s:13:\"fa-keyboard-o\";}i:254;a:2:{s:3:\"css\";s:5:\"\\f11d\";s:5:\"class\";s:9:\"fa-flag-o\";}i:255;a:2:{s:3:\"css\";s:5:\"\\f11e\";s:5:\"class\";s:17:\"fa-flag-checkered\";}i:256;a:2:{s:3:\"css\";s:5:\"\\f120\";s:5:\"class\";s:11:\"fa-terminal\";}i:257;a:2:{s:3:\"css\";s:5:\"\\f121\";s:5:\"class\";s:7:\"fa-code\";}i:258;a:2:{s:3:\"css\";s:5:\"\\f122\";s:5:\"class\";s:12:\"fa-reply-all\";}i:259;a:2:{s:3:\"css\";s:5:\"\\f123\";s:5:\"class\";s:14:\"fa-star-half-o\";}i:260;a:2:{s:3:\"css\";s:5:\"\\f124\";s:5:\"class\";s:17:\"fa-location-arrow\";}i:261;a:2:{s:3:\"css\";s:5:\"\\f125\";s:5:\"class\";s:7:\"fa-crop\";}i:262;a:2:{s:3:\"css\";s:5:\"\\f126\";s:5:\"class\";s:12:\"fa-code-fork\";}i:263;a:2:{s:3:\"css\";s:5:\"\\f127\";s:5:\"class\";s:15:\"fa-chain-broken\";}i:264;a:2:{s:3:\"css\";s:5:\"\\f128\";s:5:\"class\";s:11:\"fa-question\";}i:265;a:2:{s:3:\"css\";s:5:\"\\f129\";s:5:\"class\";s:7:\"fa-info\";}i:266;a:2:{s:3:\"css\";s:5:\"\\f12a\";s:5:\"class\";s:14:\"fa-exclamation\";}i:267;a:2:{s:3:\"css\";s:5:\"\\f12b\";s:5:\"class\";s:14:\"fa-superscript\";}i:268;a:2:{s:3:\"css\";s:5:\"\\f12c\";s:5:\"class\";s:12:\"fa-subscript\";}i:269;a:2:{s:3:\"css\";s:5:\"\\f12d\";s:5:\"class\";s:9:\"fa-eraser\";}i:270;a:2:{s:3:\"css\";s:5:\"\\f12e\";s:5:\"class\";s:15:\"fa-puzzle-piece\";}i:271;a:2:{s:3:\"css\";s:5:\"\\f130\";s:5:\"class\";s:13:\"fa-microphone\";}i:272;a:2:{s:3:\"css\";s:5:\"\\f131\";s:5:\"class\";s:19:\"fa-microphone-slash\";}i:273;a:2:{s:3:\"css\";s:5:\"\\f132\";s:5:\"class\";s:9:\"fa-shield\";}i:274;a:2:{s:3:\"css\";s:5:\"\\f133\";s:5:\"class\";s:13:\"fa-calendar-o\";}i:275;a:2:{s:3:\"css\";s:5:\"\\f134\";s:5:\"class\";s:20:\"fa-fire-extinguisher\";}i:276;a:2:{s:3:\"css\";s:5:\"\\f135\";s:5:\"class\";s:9:\"fa-rocket\";}i:277;a:2:{s:3:\"css\";s:5:\"\\f136\";s:5:\"class\";s:9:\"fa-maxcdn\";}i:278;a:2:{s:3:\"css\";s:5:\"\\f137\";s:5:\"class\";s:22:\"fa-chevron-circle-left\";}i:279;a:2:{s:3:\"css\";s:5:\"\\f138\";s:5:\"class\";s:23:\"fa-chevron-circle-right\";}i:280;a:2:{s:3:\"css\";s:5:\"\\f139\";s:5:\"class\";s:20:\"fa-chevron-circle-up\";}i:281;a:2:{s:3:\"css\";s:5:\"\\f13a\";s:5:\"class\";s:22:\"fa-chevron-circle-down\";}i:282;a:2:{s:3:\"css\";s:5:\"\\f13b\";s:5:\"class\";s:8:\"fa-html5\";}i:283;a:2:{s:3:\"css\";s:5:\"\\f13c\";s:5:\"class\";s:7:\"fa-css3\";}i:284;a:2:{s:3:\"css\";s:5:\"\\f13d\";s:5:\"class\";s:9:\"fa-anchor\";}i:285;a:2:{s:3:\"css\";s:5:\"\\f13e\";s:5:\"class\";s:13:\"fa-unlock-alt\";}i:286;a:2:{s:3:\"css\";s:5:\"\\f140\";s:5:\"class\";s:11:\"fa-bullseye\";}i:287;a:2:{s:3:\"css\";s:5:\"\\f141\";s:5:\"class\";s:13:\"fa-ellipsis-h\";}i:288;a:2:{s:3:\"css\";s:5:\"\\f142\";s:5:\"class\";s:13:\"fa-ellipsis-v\";}i:289;a:2:{s:3:\"css\";s:5:\"\\f143\";s:5:\"class\";s:13:\"fa-rss-square\";}i:290;a:2:{s:3:\"css\";s:5:\"\\f144\";s:5:\"class\";s:14:\"fa-play-circle\";}i:291;a:2:{s:3:\"css\";s:5:\"\\f145\";s:5:\"class\";s:9:\"fa-ticket\";}i:292;a:2:{s:3:\"css\";s:5:\"\\f146\";s:5:\"class\";s:15:\"fa-minus-square\";}i:293;a:2:{s:3:\"css\";s:5:\"\\f147\";s:5:\"class\";s:17:\"fa-minus-square-o\";}i:294;a:2:{s:3:\"css\";s:5:\"\\f148\";s:5:\"class\";s:11:\"fa-level-up\";}i:295;a:2:{s:3:\"css\";s:5:\"\\f149\";s:5:\"class\";s:13:\"fa-level-down\";}i:296;a:2:{s:3:\"css\";s:5:\"\\f14a\";s:5:\"class\";s:15:\"fa-check-square\";}i:297;a:2:{s:3:\"css\";s:5:\"\\f14b\";s:5:\"class\";s:16:\"fa-pencil-square\";}i:298;a:2:{s:3:\"css\";s:5:\"\\f14c\";s:5:\"class\";s:23:\"fa-external-link-square\";}i:299;a:2:{s:3:\"css\";s:5:\"\\f14d\";s:5:\"class\";s:15:\"fa-share-square\";}i:300;a:2:{s:3:\"css\";s:5:\"\\f14e\";s:5:\"class\";s:10:\"fa-compass\";}i:301;a:2:{s:3:\"css\";s:5:\"\\f150\";s:5:\"class\";s:22:\"fa-caret-square-o-down\";}i:302;a:2:{s:3:\"css\";s:5:\"\\f151\";s:5:\"class\";s:20:\"fa-caret-square-o-up\";}i:303;a:2:{s:3:\"css\";s:5:\"\\f152\";s:5:\"class\";s:23:\"fa-caret-square-o-right\";}i:304;a:2:{s:3:\"css\";s:5:\"\\f153\";s:5:\"class\";s:6:\"fa-eur\";}i:305;a:2:{s:3:\"css\";s:5:\"\\f154\";s:5:\"class\";s:6:\"fa-gbp\";}i:306;a:2:{s:3:\"css\";s:5:\"\\f155\";s:5:\"class\";s:6:\"fa-usd\";}i:307;a:2:{s:3:\"css\";s:5:\"\\f156\";s:5:\"class\";s:6:\"fa-inr\";}i:308;a:2:{s:3:\"css\";s:5:\"\\f157\";s:5:\"class\";s:6:\"fa-jpy\";}i:309;a:2:{s:3:\"css\";s:5:\"\\f158\";s:5:\"class\";s:6:\"fa-rub\";}i:310;a:2:{s:3:\"css\";s:5:\"\\f159\";s:5:\"class\";s:6:\"fa-krw\";}i:311;a:2:{s:3:\"css\";s:5:\"\\f15a\";s:5:\"class\";s:6:\"fa-btc\";}i:312;a:2:{s:3:\"css\";s:5:\"\\f15b\";s:5:\"class\";s:7:\"fa-file\";}i:313;a:2:{s:3:\"css\";s:5:\"\\f15c\";s:5:\"class\";s:12:\"fa-file-text\";}i:314;a:2:{s:3:\"css\";s:5:\"\\f15d\";s:5:\"class\";s:17:\"fa-sort-alpha-asc\";}i:315;a:2:{s:3:\"css\";s:5:\"\\f15e\";s:5:\"class\";s:18:\"fa-sort-alpha-desc\";}i:316;a:2:{s:3:\"css\";s:5:\"\\f160\";s:5:\"class\";s:18:\"fa-sort-amount-asc\";}i:317;a:2:{s:3:\"css\";s:5:\"\\f161\";s:5:\"class\";s:19:\"fa-sort-amount-desc\";}i:318;a:2:{s:3:\"css\";s:5:\"\\f162\";s:5:\"class\";s:19:\"fa-sort-numeric-asc\";}i:319;a:2:{s:3:\"css\";s:5:\"\\f163\";s:5:\"class\";s:20:\"fa-sort-numeric-desc\";}i:320;a:2:{s:3:\"css\";s:5:\"\\f164\";s:5:\"class\";s:12:\"fa-thumbs-up\";}i:321;a:2:{s:3:\"css\";s:5:\"\\f165\";s:5:\"class\";s:14:\"fa-thumbs-down\";}i:322;a:2:{s:3:\"css\";s:5:\"\\f166\";s:5:\"class\";s:17:\"fa-youtube-square\";}i:323;a:2:{s:3:\"css\";s:5:\"\\f167\";s:5:\"class\";s:10:\"fa-youtube\";}i:324;a:2:{s:3:\"css\";s:5:\"\\f168\";s:5:\"class\";s:7:\"fa-xing\";}i:325;a:2:{s:3:\"css\";s:5:\"\\f169\";s:5:\"class\";s:14:\"fa-xing-square\";}i:326;a:2:{s:3:\"css\";s:5:\"\\f16a\";s:5:\"class\";s:15:\"fa-youtube-play\";}i:327;a:2:{s:3:\"css\";s:5:\"\\f16b\";s:5:\"class\";s:10:\"fa-dropbox\";}i:328;a:2:{s:3:\"css\";s:5:\"\\f16c\";s:5:\"class\";s:17:\"fa-stack-overflow\";}i:329;a:2:{s:3:\"css\";s:5:\"\\f16d\";s:5:\"class\";s:12:\"fa-instagram\";}i:330;a:2:{s:3:\"css\";s:5:\"\\f16e\";s:5:\"class\";s:9:\"fa-flickr\";}i:331;a:2:{s:3:\"css\";s:5:\"\\f170\";s:5:\"class\";s:6:\"fa-adn\";}i:332;a:2:{s:3:\"css\";s:5:\"\\f171\";s:5:\"class\";s:12:\"fa-bitbucket\";}i:333;a:2:{s:3:\"css\";s:5:\"\\f172\";s:5:\"class\";s:19:\"fa-bitbucket-square\";}i:334;a:2:{s:3:\"css\";s:5:\"\\f173\";s:5:\"class\";s:9:\"fa-tumblr\";}i:335;a:2:{s:3:\"css\";s:5:\"\\f174\";s:5:\"class\";s:16:\"fa-tumblr-square\";}i:336;a:2:{s:3:\"css\";s:5:\"\\f175\";s:5:\"class\";s:18:\"fa-long-arrow-down\";}i:337;a:2:{s:3:\"css\";s:5:\"\\f176\";s:5:\"class\";s:16:\"fa-long-arrow-up\";}i:338;a:2:{s:3:\"css\";s:5:\"\\f177\";s:5:\"class\";s:18:\"fa-long-arrow-left\";}i:339;a:2:{s:3:\"css\";s:5:\"\\f178\";s:5:\"class\";s:19:\"fa-long-arrow-right\";}i:340;a:2:{s:3:\"css\";s:5:\"\\f179\";s:5:\"class\";s:8:\"fa-apple\";}i:341;a:2:{s:3:\"css\";s:5:\"\\f17a\";s:5:\"class\";s:10:\"fa-windows\";}i:342;a:2:{s:3:\"css\";s:5:\"\\f17b\";s:5:\"class\";s:10:\"fa-android\";}i:343;a:2:{s:3:\"css\";s:5:\"\\f17c\";s:5:\"class\";s:8:\"fa-linux\";}i:344;a:2:{s:3:\"css\";s:5:\"\\f17d\";s:5:\"class\";s:11:\"fa-dribbble\";}i:345;a:2:{s:3:\"css\";s:5:\"\\f17e\";s:5:\"class\";s:8:\"fa-skype\";}i:346;a:2:{s:3:\"css\";s:5:\"\\f180\";s:5:\"class\";s:13:\"fa-foursquare\";}i:347;a:2:{s:3:\"css\";s:5:\"\\f181\";s:5:\"class\";s:9:\"fa-trello\";}i:348;a:2:{s:3:\"css\";s:5:\"\\f182\";s:5:\"class\";s:9:\"fa-female\";}i:349;a:2:{s:3:\"css\";s:5:\"\\f183\";s:5:\"class\";s:7:\"fa-male\";}i:350;a:2:{s:3:\"css\";s:5:\"\\f184\";s:5:\"class\";s:11:\"fa-gratipay\";}i:351;a:2:{s:3:\"css\";s:5:\"\\f185\";s:5:\"class\";s:8:\"fa-sun-o\";}i:352;a:2:{s:3:\"css\";s:5:\"\\f186\";s:5:\"class\";s:9:\"fa-moon-o\";}i:353;a:2:{s:3:\"css\";s:5:\"\\f187\";s:5:\"class\";s:10:\"fa-archive\";}i:354;a:2:{s:3:\"css\";s:5:\"\\f188\";s:5:\"class\";s:6:\"fa-bug\";}i:355;a:2:{s:3:\"css\";s:5:\"\\f189\";s:5:\"class\";s:5:\"fa-vk\";}i:356;a:2:{s:3:\"css\";s:5:\"\\f18a\";s:5:\"class\";s:8:\"fa-weibo\";}i:357;a:2:{s:3:\"css\";s:5:\"\\f18b\";s:5:\"class\";s:9:\"fa-renren\";}i:358;a:2:{s:3:\"css\";s:5:\"\\f18c\";s:5:\"class\";s:12:\"fa-pagelines\";}i:359;a:2:{s:3:\"css\";s:5:\"\\f18d\";s:5:\"class\";s:17:\"fa-stack-exchange\";}i:360;a:2:{s:3:\"css\";s:5:\"\\f18e\";s:5:\"class\";s:23:\"fa-arrow-circle-o-right\";}i:361;a:2:{s:3:\"css\";s:5:\"\\f190\";s:5:\"class\";s:22:\"fa-arrow-circle-o-left\";}i:362;a:2:{s:3:\"css\";s:5:\"\\f191\";s:5:\"class\";s:22:\"fa-caret-square-o-left\";}i:363;a:2:{s:3:\"css\";s:5:\"\\f192\";s:5:\"class\";s:15:\"fa-dot-circle-o\";}i:364;a:2:{s:3:\"css\";s:5:\"\\f193\";s:5:\"class\";s:13:\"fa-wheelchair\";}i:365;a:2:{s:3:\"css\";s:5:\"\\f194\";s:5:\"class\";s:15:\"fa-vimeo-square\";}i:366;a:2:{s:3:\"css\";s:5:\"\\f195\";s:5:\"class\";s:6:\"fa-try\";}i:367;a:2:{s:3:\"css\";s:5:\"\\f196\";s:5:\"class\";s:16:\"fa-plus-square-o\";}i:368;a:2:{s:3:\"css\";s:5:\"\\f197\";s:5:\"class\";s:16:\"fa-space-shuttle\";}i:369;a:2:{s:3:\"css\";s:5:\"\\f198\";s:5:\"class\";s:8:\"fa-slack\";}i:370;a:2:{s:3:\"css\";s:5:\"\\f199\";s:5:\"class\";s:18:\"fa-envelope-square\";}i:371;a:2:{s:3:\"css\";s:5:\"\\f19a\";s:5:\"class\";s:12:\"fa-wordpress\";}i:372;a:2:{s:3:\"css\";s:5:\"\\f19b\";s:5:\"class\";s:9:\"fa-openid\";}i:373;a:2:{s:3:\"css\";s:5:\"\\f19c\";s:5:\"class\";s:13:\"fa-university\";}i:374;a:2:{s:3:\"css\";s:5:\"\\f19d\";s:5:\"class\";s:17:\"fa-graduation-cap\";}i:375;a:2:{s:3:\"css\";s:5:\"\\f19e\";s:5:\"class\";s:8:\"fa-yahoo\";}i:376;a:2:{s:3:\"css\";s:5:\"\\f1a0\";s:5:\"class\";s:9:\"fa-google\";}i:377;a:2:{s:3:\"css\";s:5:\"\\f1a1\";s:5:\"class\";s:9:\"fa-reddit\";}i:378;a:2:{s:3:\"css\";s:5:\"\\f1a2\";s:5:\"class\";s:16:\"fa-reddit-square\";}i:379;a:2:{s:3:\"css\";s:5:\"\\f1a3\";s:5:\"class\";s:21:\"fa-stumbleupon-circle\";}i:380;a:2:{s:3:\"css\";s:5:\"\\f1a4\";s:5:\"class\";s:14:\"fa-stumbleupon\";}i:381;a:2:{s:3:\"css\";s:5:\"\\f1a5\";s:5:\"class\";s:12:\"fa-delicious\";}i:382;a:2:{s:3:\"css\";s:5:\"\\f1a6\";s:5:\"class\";s:7:\"fa-digg\";}i:383;a:2:{s:3:\"css\";s:5:\"\\f1a7\";s:5:\"class\";s:16:\"fa-pied-piper-pp\";}i:384;a:2:{s:3:\"css\";s:5:\"\\f1a8\";s:5:\"class\";s:17:\"fa-pied-piper-alt\";}i:385;a:2:{s:3:\"css\";s:5:\"\\f1a9\";s:5:\"class\";s:9:\"fa-drupal\";}i:386;a:2:{s:3:\"css\";s:5:\"\\f1aa\";s:5:\"class\";s:9:\"fa-joomla\";}i:387;a:2:{s:3:\"css\";s:5:\"\\f1ab\";s:5:\"class\";s:11:\"fa-language\";}i:388;a:2:{s:3:\"css\";s:5:\"\\f1ac\";s:5:\"class\";s:6:\"fa-fax\";}i:389;a:2:{s:3:\"css\";s:5:\"\\f1ad\";s:5:\"class\";s:11:\"fa-building\";}i:390;a:2:{s:3:\"css\";s:5:\"\\f1ae\";s:5:\"class\";s:8:\"fa-child\";}i:391;a:2:{s:3:\"css\";s:5:\"\\f1b0\";s:5:\"class\";s:6:\"fa-paw\";}i:392;a:2:{s:3:\"css\";s:5:\"\\f1b1\";s:5:\"class\";s:8:\"fa-spoon\";}i:393;a:2:{s:3:\"css\";s:5:\"\\f1b2\";s:5:\"class\";s:7:\"fa-cube\";}i:394;a:2:{s:3:\"css\";s:5:\"\\f1b3\";s:5:\"class\";s:8:\"fa-cubes\";}i:395;a:2:{s:3:\"css\";s:5:\"\\f1b4\";s:5:\"class\";s:10:\"fa-behance\";}i:396;a:2:{s:3:\"css\";s:5:\"\\f1b5\";s:5:\"class\";s:17:\"fa-behance-square\";}i:397;a:2:{s:3:\"css\";s:5:\"\\f1b6\";s:5:\"class\";s:8:\"fa-steam\";}i:398;a:2:{s:3:\"css\";s:5:\"\\f1b7\";s:5:\"class\";s:15:\"fa-steam-square\";}i:399;a:2:{s:3:\"css\";s:5:\"\\f1b8\";s:5:\"class\";s:10:\"fa-recycle\";}i:400;a:2:{s:3:\"css\";s:5:\"\\f1b9\";s:5:\"class\";s:6:\"fa-car\";}i:401;a:2:{s:3:\"css\";s:5:\"\\f1ba\";s:5:\"class\";s:7:\"fa-taxi\";}i:402;a:2:{s:3:\"css\";s:5:\"\\f1bb\";s:5:\"class\";s:7:\"fa-tree\";}i:403;a:2:{s:3:\"css\";s:5:\"\\f1bc\";s:5:\"class\";s:10:\"fa-spotify\";}i:404;a:2:{s:3:\"css\";s:5:\"\\f1bd\";s:5:\"class\";s:13:\"fa-deviantart\";}i:405;a:2:{s:3:\"css\";s:5:\"\\f1be\";s:5:\"class\";s:13:\"fa-soundcloud\";}i:406;a:2:{s:3:\"css\";s:5:\"\\f1c0\";s:5:\"class\";s:11:\"fa-database\";}i:407;a:2:{s:3:\"css\";s:5:\"\\f1c1\";s:5:\"class\";s:13:\"fa-file-pdf-o\";}i:408;a:2:{s:3:\"css\";s:5:\"\\f1c2\";s:5:\"class\";s:14:\"fa-file-word-o\";}i:409;a:2:{s:3:\"css\";s:5:\"\\f1c3\";s:5:\"class\";s:15:\"fa-file-excel-o\";}i:410;a:2:{s:3:\"css\";s:5:\"\\f1c4\";s:5:\"class\";s:20:\"fa-file-powerpoint-o\";}i:411;a:2:{s:3:\"css\";s:5:\"\\f1c5\";s:5:\"class\";s:15:\"fa-file-image-o\";}i:412;a:2:{s:3:\"css\";s:5:\"\\f1c6\";s:5:\"class\";s:17:\"fa-file-archive-o\";}i:413;a:2:{s:3:\"css\";s:5:\"\\f1c7\";s:5:\"class\";s:15:\"fa-file-audio-o\";}i:414;a:2:{s:3:\"css\";s:5:\"\\f1c8\";s:5:\"class\";s:15:\"fa-file-video-o\";}i:415;a:2:{s:3:\"css\";s:5:\"\\f1c9\";s:5:\"class\";s:14:\"fa-file-code-o\";}i:416;a:2:{s:3:\"css\";s:5:\"\\f1ca\";s:5:\"class\";s:7:\"fa-vine\";}i:417;a:2:{s:3:\"css\";s:5:\"\\f1cb\";s:5:\"class\";s:10:\"fa-codepen\";}i:418;a:2:{s:3:\"css\";s:5:\"\\f1cc\";s:5:\"class\";s:11:\"fa-jsfiddle\";}i:419;a:2:{s:3:\"css\";s:5:\"\\f1cd\";s:5:\"class\";s:12:\"fa-life-ring\";}i:420;a:2:{s:3:\"css\";s:5:\"\\f1ce\";s:5:\"class\";s:17:\"fa-circle-o-notch\";}i:421;a:2:{s:3:\"css\";s:5:\"\\f1d0\";s:5:\"class\";s:8:\"fa-rebel\";}i:422;a:2:{s:3:\"css\";s:5:\"\\f1d1\";s:5:\"class\";s:9:\"fa-empire\";}i:423;a:2:{s:3:\"css\";s:5:\"\\f1d2\";s:5:\"class\";s:13:\"fa-git-square\";}i:424;a:2:{s:3:\"css\";s:5:\"\\f1d3\";s:5:\"class\";s:6:\"fa-git\";}i:425;a:2:{s:3:\"css\";s:5:\"\\f1d4\";s:5:\"class\";s:14:\"fa-hacker-news\";}i:426;a:2:{s:3:\"css\";s:5:\"\\f1d5\";s:5:\"class\";s:16:\"fa-tencent-weibo\";}i:427;a:2:{s:3:\"css\";s:5:\"\\f1d6\";s:5:\"class\";s:5:\"fa-qq\";}i:428;a:2:{s:3:\"css\";s:5:\"\\f1d7\";s:5:\"class\";s:9:\"fa-weixin\";}i:429;a:2:{s:3:\"css\";s:5:\"\\f1d8\";s:5:\"class\";s:14:\"fa-paper-plane\";}i:430;a:2:{s:3:\"css\";s:5:\"\\f1d9\";s:5:\"class\";s:16:\"fa-paper-plane-o\";}i:431;a:2:{s:3:\"css\";s:5:\"\\f1da\";s:5:\"class\";s:10:\"fa-history\";}i:432;a:2:{s:3:\"css\";s:5:\"\\f1db\";s:5:\"class\";s:14:\"fa-circle-thin\";}i:433;a:2:{s:3:\"css\";s:5:\"\\f1dc\";s:5:\"class\";s:9:\"fa-header\";}i:434;a:2:{s:3:\"css\";s:5:\"\\f1dd\";s:5:\"class\";s:12:\"fa-paragraph\";}i:435;a:2:{s:3:\"css\";s:5:\"\\f1de\";s:5:\"class\";s:10:\"fa-sliders\";}i:436;a:2:{s:3:\"css\";s:5:\"\\f1e0\";s:5:\"class\";s:12:\"fa-share-alt\";}i:437;a:2:{s:3:\"css\";s:5:\"\\f1e1\";s:5:\"class\";s:19:\"fa-share-alt-square\";}i:438;a:2:{s:3:\"css\";s:5:\"\\f1e2\";s:5:\"class\";s:7:\"fa-bomb\";}i:439;a:2:{s:3:\"css\";s:5:\"\\f1e3\";s:5:\"class\";s:11:\"fa-futbol-o\";}i:440;a:2:{s:3:\"css\";s:5:\"\\f1e4\";s:5:\"class\";s:6:\"fa-tty\";}i:441;a:2:{s:3:\"css\";s:5:\"\\f1e5\";s:5:\"class\";s:13:\"fa-binoculars\";}i:442;a:2:{s:3:\"css\";s:5:\"\\f1e6\";s:5:\"class\";s:7:\"fa-plug\";}i:443;a:2:{s:3:\"css\";s:5:\"\\f1e7\";s:5:\"class\";s:13:\"fa-slideshare\";}i:444;a:2:{s:3:\"css\";s:5:\"\\f1e8\";s:5:\"class\";s:9:\"fa-twitch\";}i:445;a:2:{s:3:\"css\";s:5:\"\\f1e9\";s:5:\"class\";s:7:\"fa-yelp\";}i:446;a:2:{s:3:\"css\";s:5:\"\\f1ea\";s:5:\"class\";s:14:\"fa-newspaper-o\";}i:447;a:2:{s:3:\"css\";s:5:\"\\f1eb\";s:5:\"class\";s:7:\"fa-wifi\";}i:448;a:2:{s:3:\"css\";s:5:\"\\f1ec\";s:5:\"class\";s:13:\"fa-calculator\";}i:449;a:2:{s:3:\"css\";s:5:\"\\f1ed\";s:5:\"class\";s:9:\"fa-paypal\";}i:450;a:2:{s:3:\"css\";s:5:\"\\f1ee\";s:5:\"class\";s:16:\"fa-google-wallet\";}i:451;a:2:{s:3:\"css\";s:5:\"\\f1f0\";s:5:\"class\";s:10:\"fa-cc-visa\";}i:452;a:2:{s:3:\"css\";s:5:\"\\f1f1\";s:5:\"class\";s:16:\"fa-cc-mastercard\";}i:453;a:2:{s:3:\"css\";s:5:\"\\f1f2\";s:5:\"class\";s:14:\"fa-cc-discover\";}i:454;a:2:{s:3:\"css\";s:5:\"\\f1f3\";s:5:\"class\";s:10:\"fa-cc-amex\";}i:455;a:2:{s:3:\"css\";s:5:\"\\f1f4\";s:5:\"class\";s:12:\"fa-cc-paypal\";}i:456;a:2:{s:3:\"css\";s:5:\"\\f1f5\";s:5:\"class\";s:12:\"fa-cc-stripe\";}i:457;a:2:{s:3:\"css\";s:5:\"\\f1f6\";s:5:\"class\";s:13:\"fa-bell-slash\";}i:458;a:2:{s:3:\"css\";s:5:\"\\f1f7\";s:5:\"class\";s:15:\"fa-bell-slash-o\";}i:459;a:2:{s:3:\"css\";s:5:\"\\f1f8\";s:5:\"class\";s:8:\"fa-trash\";}i:460;a:2:{s:3:\"css\";s:5:\"\\f1f9\";s:5:\"class\";s:12:\"fa-copyright\";}i:461;a:2:{s:3:\"css\";s:5:\"\\f1fa\";s:5:\"class\";s:5:\"fa-at\";}i:462;a:2:{s:3:\"css\";s:5:\"\\f1fb\";s:5:\"class\";s:13:\"fa-eyedropper\";}i:463;a:2:{s:3:\"css\";s:5:\"\\f1fc\";s:5:\"class\";s:14:\"fa-paint-brush\";}i:464;a:2:{s:3:\"css\";s:5:\"\\f1fd\";s:5:\"class\";s:16:\"fa-birthday-cake\";}i:465;a:2:{s:3:\"css\";s:5:\"\\f1fe\";s:5:\"class\";s:13:\"fa-area-chart\";}i:466;a:2:{s:3:\"css\";s:5:\"\\f200\";s:5:\"class\";s:12:\"fa-pie-chart\";}i:467;a:2:{s:3:\"css\";s:5:\"\\f201\";s:5:\"class\";s:13:\"fa-line-chart\";}i:468;a:2:{s:3:\"css\";s:5:\"\\f202\";s:5:\"class\";s:9:\"fa-lastfm\";}i:469;a:2:{s:3:\"css\";s:5:\"\\f203\";s:5:\"class\";s:16:\"fa-lastfm-square\";}i:470;a:2:{s:3:\"css\";s:5:\"\\f204\";s:5:\"class\";s:13:\"fa-toggle-off\";}i:471;a:2:{s:3:\"css\";s:5:\"\\f205\";s:5:\"class\";s:12:\"fa-toggle-on\";}i:472;a:2:{s:3:\"css\";s:5:\"\\f206\";s:5:\"class\";s:10:\"fa-bicycle\";}i:473;a:2:{s:3:\"css\";s:5:\"\\f207\";s:5:\"class\";s:6:\"fa-bus\";}i:474;a:2:{s:3:\"css\";s:5:\"\\f208\";s:5:\"class\";s:10:\"fa-ioxhost\";}i:475;a:2:{s:3:\"css\";s:5:\"\\f209\";s:5:\"class\";s:12:\"fa-angellist\";}i:476;a:2:{s:3:\"css\";s:5:\"\\f20a\";s:5:\"class\";s:5:\"fa-cc\";}i:477;a:2:{s:3:\"css\";s:5:\"\\f20b\";s:5:\"class\";s:6:\"fa-ils\";}i:478;a:2:{s:3:\"css\";s:5:\"\\f20c\";s:5:\"class\";s:11:\"fa-meanpath\";}i:479;a:2:{s:3:\"css\";s:5:\"\\f20d\";s:5:\"class\";s:13:\"fa-buysellads\";}i:480;a:2:{s:3:\"css\";s:5:\"\\f20e\";s:5:\"class\";s:17:\"fa-connectdevelop\";}i:481;a:2:{s:3:\"css\";s:5:\"\\f210\";s:5:\"class\";s:11:\"fa-dashcube\";}i:482;a:2:{s:3:\"css\";s:5:\"\\f211\";s:5:\"class\";s:11:\"fa-forumbee\";}i:483;a:2:{s:3:\"css\";s:5:\"\\f212\";s:5:\"class\";s:10:\"fa-leanpub\";}i:484;a:2:{s:3:\"css\";s:5:\"\\f213\";s:5:\"class\";s:9:\"fa-sellsy\";}i:485;a:2:{s:3:\"css\";s:5:\"\\f214\";s:5:\"class\";s:15:\"fa-shirtsinbulk\";}i:486;a:2:{s:3:\"css\";s:5:\"\\f215\";s:5:\"class\";s:14:\"fa-simplybuilt\";}i:487;a:2:{s:3:\"css\";s:5:\"\\f216\";s:5:\"class\";s:11:\"fa-skyatlas\";}i:488;a:2:{s:3:\"css\";s:5:\"\\f217\";s:5:\"class\";s:12:\"fa-cart-plus\";}i:489;a:2:{s:3:\"css\";s:5:\"\\f218\";s:5:\"class\";s:18:\"fa-cart-arrow-down\";}i:490;a:2:{s:3:\"css\";s:5:\"\\f219\";s:5:\"class\";s:10:\"fa-diamond\";}i:491;a:2:{s:3:\"css\";s:5:\"\\f21a\";s:5:\"class\";s:7:\"fa-ship\";}i:492;a:2:{s:3:\"css\";s:5:\"\\f21b\";s:5:\"class\";s:14:\"fa-user-secret\";}i:493;a:2:{s:3:\"css\";s:5:\"\\f21c\";s:5:\"class\";s:13:\"fa-motorcycle\";}i:494;a:2:{s:3:\"css\";s:5:\"\\f21d\";s:5:\"class\";s:14:\"fa-street-view\";}i:495;a:2:{s:3:\"css\";s:5:\"\\f21e\";s:5:\"class\";s:12:\"fa-heartbeat\";}i:496;a:2:{s:3:\"css\";s:5:\"\\f221\";s:5:\"class\";s:8:\"fa-venus\";}i:497;a:2:{s:3:\"css\";s:5:\"\\f222\";s:5:\"class\";s:7:\"fa-mars\";}i:498;a:2:{s:3:\"css\";s:5:\"\\f223\";s:5:\"class\";s:10:\"fa-mercury\";}i:499;a:2:{s:3:\"css\";s:5:\"\\f224\";s:5:\"class\";s:14:\"fa-transgender\";}i:500;a:2:{s:3:\"css\";s:5:\"\\f225\";s:5:\"class\";s:18:\"fa-transgender-alt\";}i:501;a:2:{s:3:\"css\";s:5:\"\\f226\";s:5:\"class\";s:15:\"fa-venus-double\";}i:502;a:2:{s:3:\"css\";s:5:\"\\f227\";s:5:\"class\";s:14:\"fa-mars-double\";}i:503;a:2:{s:3:\"css\";s:5:\"\\f228\";s:5:\"class\";s:13:\"fa-venus-mars\";}i:504;a:2:{s:3:\"css\";s:5:\"\\f229\";s:5:\"class\";s:14:\"fa-mars-stroke\";}i:505;a:2:{s:3:\"css\";s:5:\"\\f22a\";s:5:\"class\";s:16:\"fa-mars-stroke-v\";}i:506;a:2:{s:3:\"css\";s:5:\"\\f22b\";s:5:\"class\";s:16:\"fa-mars-stroke-h\";}i:507;a:2:{s:3:\"css\";s:5:\"\\f22c\";s:5:\"class\";s:9:\"fa-neuter\";}i:508;a:2:{s:3:\"css\";s:5:\"\\f22d\";s:5:\"class\";s:13:\"fa-genderless\";}i:509;a:2:{s:3:\"css\";s:5:\"\\f230\";s:5:\"class\";s:20:\"fa-facebook-official\";}i:510;a:2:{s:3:\"css\";s:5:\"\\f231\";s:5:\"class\";s:14:\"fa-pinterest-p\";}i:511;a:2:{s:3:\"css\";s:5:\"\\f232\";s:5:\"class\";s:11:\"fa-whatsapp\";}i:512;a:2:{s:3:\"css\";s:5:\"\\f233\";s:5:\"class\";s:9:\"fa-server\";}i:513;a:2:{s:3:\"css\";s:5:\"\\f234\";s:5:\"class\";s:12:\"fa-user-plus\";}i:514;a:2:{s:3:\"css\";s:5:\"\\f235\";s:5:\"class\";s:13:\"fa-user-times\";}i:515;a:2:{s:3:\"css\";s:5:\"\\f236\";s:5:\"class\";s:6:\"fa-bed\";}i:516;a:2:{s:3:\"css\";s:5:\"\\f237\";s:5:\"class\";s:10:\"fa-viacoin\";}i:517;a:2:{s:3:\"css\";s:5:\"\\f238\";s:5:\"class\";s:8:\"fa-train\";}i:518;a:2:{s:3:\"css\";s:5:\"\\f239\";s:5:\"class\";s:9:\"fa-subway\";}i:519;a:2:{s:3:\"css\";s:5:\"\\f23a\";s:5:\"class\";s:9:\"fa-medium\";}i:520;a:2:{s:3:\"css\";s:5:\"\\f23b\";s:5:\"class\";s:15:\"fa-y-combinator\";}i:521;a:2:{s:3:\"css\";s:5:\"\\f23c\";s:5:\"class\";s:16:\"fa-optin-monster\";}i:522;a:2:{s:3:\"css\";s:5:\"\\f23d\";s:5:\"class\";s:11:\"fa-opencart\";}i:523;a:2:{s:3:\"css\";s:5:\"\\f23e\";s:5:\"class\";s:15:\"fa-expeditedssl\";}i:524;a:2:{s:3:\"css\";s:5:\"\\f240\";s:5:\"class\";s:15:\"fa-battery-full\";}i:525;a:2:{s:3:\"css\";s:5:\"\\f241\";s:5:\"class\";s:25:\"fa-battery-three-quarters\";}i:526;a:2:{s:3:\"css\";s:5:\"\\f242\";s:5:\"class\";s:15:\"fa-battery-half\";}i:527;a:2:{s:3:\"css\";s:5:\"\\f243\";s:5:\"class\";s:18:\"fa-battery-quarter\";}i:528;a:2:{s:3:\"css\";s:5:\"\\f244\";s:5:\"class\";s:16:\"fa-battery-empty\";}i:529;a:2:{s:3:\"css\";s:5:\"\\f245\";s:5:\"class\";s:16:\"fa-mouse-pointer\";}i:530;a:2:{s:3:\"css\";s:5:\"\\f246\";s:5:\"class\";s:11:\"fa-i-cursor\";}i:531;a:2:{s:3:\"css\";s:5:\"\\f247\";s:5:\"class\";s:15:\"fa-object-group\";}i:532;a:2:{s:3:\"css\";s:5:\"\\f248\";s:5:\"class\";s:17:\"fa-object-ungroup\";}i:533;a:2:{s:3:\"css\";s:5:\"\\f249\";s:5:\"class\";s:14:\"fa-sticky-note\";}i:534;a:2:{s:3:\"css\";s:5:\"\\f24a\";s:5:\"class\";s:16:\"fa-sticky-note-o\";}i:535;a:2:{s:3:\"css\";s:5:\"\\f24b\";s:5:\"class\";s:9:\"fa-cc-jcb\";}i:536;a:2:{s:3:\"css\";s:5:\"\\f24c\";s:5:\"class\";s:17:\"fa-cc-diners-club\";}i:537;a:2:{s:3:\"css\";s:5:\"\\f24d\";s:5:\"class\";s:8:\"fa-clone\";}i:538;a:2:{s:3:\"css\";s:5:\"\\f24e\";s:5:\"class\";s:16:\"fa-balance-scale\";}i:539;a:2:{s:3:\"css\";s:5:\"\\f250\";s:5:\"class\";s:14:\"fa-hourglass-o\";}i:540;a:2:{s:3:\"css\";s:5:\"\\f251\";s:5:\"class\";s:18:\"fa-hourglass-start\";}i:541;a:2:{s:3:\"css\";s:5:\"\\f252\";s:5:\"class\";s:17:\"fa-hourglass-half\";}i:542;a:2:{s:3:\"css\";s:5:\"\\f253\";s:5:\"class\";s:16:\"fa-hourglass-end\";}i:543;a:2:{s:3:\"css\";s:5:\"\\f254\";s:5:\"class\";s:12:\"fa-hourglass\";}i:544;a:2:{s:3:\"css\";s:5:\"\\f255\";s:5:\"class\";s:14:\"fa-hand-rock-o\";}i:545;a:2:{s:3:\"css\";s:5:\"\\f256\";s:5:\"class\";s:15:\"fa-hand-paper-o\";}i:546;a:2:{s:3:\"css\";s:5:\"\\f257\";s:5:\"class\";s:18:\"fa-hand-scissors-o\";}i:547;a:2:{s:3:\"css\";s:5:\"\\f258\";s:5:\"class\";s:16:\"fa-hand-lizard-o\";}i:548;a:2:{s:3:\"css\";s:5:\"\\f259\";s:5:\"class\";s:15:\"fa-hand-spock-o\";}i:549;a:2:{s:3:\"css\";s:5:\"\\f25a\";s:5:\"class\";s:17:\"fa-hand-pointer-o\";}i:550;a:2:{s:3:\"css\";s:5:\"\\f25b\";s:5:\"class\";s:15:\"fa-hand-peace-o\";}i:551;a:2:{s:3:\"css\";s:5:\"\\f25c\";s:5:\"class\";s:12:\"fa-trademark\";}i:552;a:2:{s:3:\"css\";s:5:\"\\f25d\";s:5:\"class\";s:13:\"fa-registered\";}i:553;a:2:{s:3:\"css\";s:5:\"\\f25e\";s:5:\"class\";s:19:\"fa-creative-commons\";}i:554;a:2:{s:3:\"css\";s:5:\"\\f260\";s:5:\"class\";s:5:\"fa-gg\";}i:555;a:2:{s:3:\"css\";s:5:\"\\f261\";s:5:\"class\";s:12:\"fa-gg-circle\";}i:556;a:2:{s:3:\"css\";s:5:\"\\f262\";s:5:\"class\";s:14:\"fa-tripadvisor\";}i:557;a:2:{s:3:\"css\";s:5:\"\\f263\";s:5:\"class\";s:16:\"fa-odnoklassniki\";}i:558;a:2:{s:3:\"css\";s:5:\"\\f264\";s:5:\"class\";s:23:\"fa-odnoklassniki-square\";}i:559;a:2:{s:3:\"css\";s:5:\"\\f265\";s:5:\"class\";s:13:\"fa-get-pocket\";}i:560;a:2:{s:3:\"css\";s:5:\"\\f266\";s:5:\"class\";s:14:\"fa-wikipedia-w\";}i:561;a:2:{s:3:\"css\";s:5:\"\\f267\";s:5:\"class\";s:9:\"fa-safari\";}i:562;a:2:{s:3:\"css\";s:5:\"\\f268\";s:5:\"class\";s:9:\"fa-chrome\";}i:563;a:2:{s:3:\"css\";s:5:\"\\f269\";s:5:\"class\";s:10:\"fa-firefox\";}i:564;a:2:{s:3:\"css\";s:5:\"\\f26a\";s:5:\"class\";s:8:\"fa-opera\";}i:565;a:2:{s:3:\"css\";s:5:\"\\f26b\";s:5:\"class\";s:20:\"fa-internet-explorer\";}i:566;a:2:{s:3:\"css\";s:5:\"\\f26c\";s:5:\"class\";s:13:\"fa-television\";}i:567;a:2:{s:3:\"css\";s:5:\"\\f26d\";s:5:\"class\";s:9:\"fa-contao\";}i:568;a:2:{s:3:\"css\";s:5:\"\\f26e\";s:5:\"class\";s:8:\"fa-500px\";}i:569;a:2:{s:3:\"css\";s:5:\"\\f270\";s:5:\"class\";s:9:\"fa-amazon\";}i:570;a:2:{s:3:\"css\";s:5:\"\\f271\";s:5:\"class\";s:18:\"fa-calendar-plus-o\";}i:571;a:2:{s:3:\"css\";s:5:\"\\f272\";s:5:\"class\";s:19:\"fa-calendar-minus-o\";}i:572;a:2:{s:3:\"css\";s:5:\"\\f273\";s:5:\"class\";s:19:\"fa-calendar-times-o\";}i:573;a:2:{s:3:\"css\";s:5:\"\\f274\";s:5:\"class\";s:19:\"fa-calendar-check-o\";}i:574;a:2:{s:3:\"css\";s:5:\"\\f275\";s:5:\"class\";s:11:\"fa-industry\";}i:575;a:2:{s:3:\"css\";s:5:\"\\f276\";s:5:\"class\";s:10:\"fa-map-pin\";}i:576;a:2:{s:3:\"css\";s:5:\"\\f277\";s:5:\"class\";s:12:\"fa-map-signs\";}i:577;a:2:{s:3:\"css\";s:5:\"\\f278\";s:5:\"class\";s:8:\"fa-map-o\";}i:578;a:2:{s:3:\"css\";s:5:\"\\f279\";s:5:\"class\";s:6:\"fa-map\";}i:579;a:2:{s:3:\"css\";s:5:\"\\f27a\";s:5:\"class\";s:13:\"fa-commenting\";}i:580;a:2:{s:3:\"css\";s:5:\"\\f27b\";s:5:\"class\";s:15:\"fa-commenting-o\";}i:581;a:2:{s:3:\"css\";s:5:\"\\f27c\";s:5:\"class\";s:8:\"fa-houzz\";}i:582;a:2:{s:3:\"css\";s:5:\"\\f27d\";s:5:\"class\";s:8:\"fa-vimeo\";}i:583;a:2:{s:3:\"css\";s:5:\"\\f27e\";s:5:\"class\";s:12:\"fa-black-tie\";}i:584;a:2:{s:3:\"css\";s:5:\"\\f280\";s:5:\"class\";s:12:\"fa-fonticons\";}i:585;a:2:{s:3:\"css\";s:5:\"\\f281\";s:5:\"class\";s:15:\"fa-reddit-alien\";}i:586;a:2:{s:3:\"css\";s:5:\"\\f282\";s:5:\"class\";s:7:\"fa-edge\";}i:587;a:2:{s:3:\"css\";s:5:\"\\f283\";s:5:\"class\";s:18:\"fa-credit-card-alt\";}i:588;a:2:{s:3:\"css\";s:5:\"\\f284\";s:5:\"class\";s:11:\"fa-codiepie\";}i:589;a:2:{s:3:\"css\";s:5:\"\\f285\";s:5:\"class\";s:7:\"fa-modx\";}i:590;a:2:{s:3:\"css\";s:5:\"\\f286\";s:5:\"class\";s:15:\"fa-fort-awesome\";}i:591;a:2:{s:3:\"css\";s:5:\"\\f287\";s:5:\"class\";s:6:\"fa-usb\";}i:592;a:2:{s:3:\"css\";s:5:\"\\f288\";s:5:\"class\";s:15:\"fa-product-hunt\";}i:593;a:2:{s:3:\"css\";s:5:\"\\f289\";s:5:\"class\";s:11:\"fa-mixcloud\";}i:594;a:2:{s:3:\"css\";s:5:\"\\f28a\";s:5:\"class\";s:9:\"fa-scribd\";}i:595;a:2:{s:3:\"css\";s:5:\"\\f28b\";s:5:\"class\";s:15:\"fa-pause-circle\";}i:596;a:2:{s:3:\"css\";s:5:\"\\f28c\";s:5:\"class\";s:17:\"fa-pause-circle-o\";}i:597;a:2:{s:3:\"css\";s:5:\"\\f28d\";s:5:\"class\";s:14:\"fa-stop-circle\";}i:598;a:2:{s:3:\"css\";s:5:\"\\f28e\";s:5:\"class\";s:16:\"fa-stop-circle-o\";}i:599;a:2:{s:3:\"css\";s:5:\"\\f290\";s:5:\"class\";s:15:\"fa-shopping-bag\";}i:600;a:2:{s:3:\"css\";s:5:\"\\f291\";s:5:\"class\";s:18:\"fa-shopping-basket\";}i:601;a:2:{s:3:\"css\";s:5:\"\\f292\";s:5:\"class\";s:10:\"fa-hashtag\";}i:602;a:2:{s:3:\"css\";s:5:\"\\f293\";s:5:\"class\";s:12:\"fa-bluetooth\";}i:603;a:2:{s:3:\"css\";s:5:\"\\f294\";s:5:\"class\";s:14:\"fa-bluetooth-b\";}i:604;a:2:{s:3:\"css\";s:5:\"\\f295\";s:5:\"class\";s:10:\"fa-percent\";}i:605;a:2:{s:3:\"css\";s:5:\"\\f296\";s:5:\"class\";s:9:\"fa-gitlab\";}i:606;a:2:{s:3:\"css\";s:5:\"\\f297\";s:5:\"class\";s:13:\"fa-wpbeginner\";}i:607;a:2:{s:3:\"css\";s:5:\"\\f298\";s:5:\"class\";s:10:\"fa-wpforms\";}i:608;a:2:{s:3:\"css\";s:5:\"\\f299\";s:5:\"class\";s:9:\"fa-envira\";}i:609;a:2:{s:3:\"css\";s:5:\"\\f29a\";s:5:\"class\";s:19:\"fa-universal-access\";}i:610;a:2:{s:3:\"css\";s:5:\"\\f29b\";s:5:\"class\";s:17:\"fa-wheelchair-alt\";}i:611;a:2:{s:3:\"css\";s:5:\"\\f29c\";s:5:\"class\";s:20:\"fa-question-circle-o\";}i:612;a:2:{s:3:\"css\";s:5:\"\\f29d\";s:5:\"class\";s:8:\"fa-blind\";}i:613;a:2:{s:3:\"css\";s:5:\"\\f29e\";s:5:\"class\";s:20:\"fa-audio-description\";}i:614;a:2:{s:3:\"css\";s:5:\"\\f2a0\";s:5:\"class\";s:23:\"fa-volume-control-phone\";}i:615;a:2:{s:3:\"css\";s:5:\"\\f2a1\";s:5:\"class\";s:10:\"fa-braille\";}i:616;a:2:{s:3:\"css\";s:5:\"\\f2a2\";s:5:\"class\";s:30:\"fa-assistive-listening-systems\";}i:617;a:2:{s:3:\"css\";s:5:\"\\f2a3\";s:5:\"class\";s:38:\"fa-american-sign-language-interpreting\";}i:618;a:2:{s:3:\"css\";s:5:\"\\f2a4\";s:5:\"class\";s:7:\"fa-deaf\";}i:619;a:2:{s:3:\"css\";s:5:\"\\f2a5\";s:5:\"class\";s:8:\"fa-glide\";}i:620;a:2:{s:3:\"css\";s:5:\"\\f2a6\";s:5:\"class\";s:10:\"fa-glide-g\";}i:621;a:2:{s:3:\"css\";s:5:\"\\f2a7\";s:5:\"class\";s:16:\"fa-sign-language\";}i:622;a:2:{s:3:\"css\";s:5:\"\\f2a8\";s:5:\"class\";s:13:\"fa-low-vision\";}i:623;a:2:{s:3:\"css\";s:5:\"\\f2a9\";s:5:\"class\";s:9:\"fa-viadeo\";}i:624;a:2:{s:3:\"css\";s:5:\"\\f2aa\";s:5:\"class\";s:16:\"fa-viadeo-square\";}i:625;a:2:{s:3:\"css\";s:5:\"\\f2ab\";s:5:\"class\";s:11:\"fa-snapchat\";}i:626;a:2:{s:3:\"css\";s:5:\"\\f2ac\";s:5:\"class\";s:17:\"fa-snapchat-ghost\";}i:627;a:2:{s:3:\"css\";s:5:\"\\f2ad\";s:5:\"class\";s:18:\"fa-snapchat-square\";}i:628;a:2:{s:3:\"css\";s:5:\"\\f2ae\";s:5:\"class\";s:13:\"fa-pied-piper\";}i:629;a:2:{s:3:\"css\";s:5:\"\\f2b0\";s:5:\"class\";s:14:\"fa-first-order\";}i:630;a:2:{s:3:\"css\";s:5:\"\\f2b1\";s:5:\"class\";s:8:\"fa-yoast\";}i:631;a:2:{s:3:\"css\";s:5:\"\\f2b2\";s:5:\"class\";s:12:\"fa-themeisle\";}i:632;a:2:{s:3:\"css\";s:5:\"\\f2b3\";s:5:\"class\";s:23:\"fa-google-plus-official\";}i:633;a:2:{s:3:\"css\";s:5:\"\\f2b4\";s:5:\"class\";s:15:\"fa-font-awesome\";}i:634;a:2:{s:3:\"css\";s:5:\"\\f2b5\";s:5:\"class\";s:14:\"fa-handshake-o\";}i:635;a:2:{s:3:\"css\";s:5:\"\\f2b6\";s:5:\"class\";s:16:\"fa-envelope-open\";}i:636;a:2:{s:3:\"css\";s:5:\"\\f2b7\";s:5:\"class\";s:18:\"fa-envelope-open-o\";}i:637;a:2:{s:3:\"css\";s:5:\"\\f2b8\";s:5:\"class\";s:9:\"fa-linode\";}i:638;a:2:{s:3:\"css\";s:5:\"\\f2b9\";s:5:\"class\";s:15:\"fa-address-book\";}i:639;a:2:{s:3:\"css\";s:5:\"\\f2ba\";s:5:\"class\";s:17:\"fa-address-book-o\";}i:640;a:2:{s:3:\"css\";s:5:\"\\f2bb\";s:5:\"class\";s:15:\"fa-address-card\";}i:641;a:2:{s:3:\"css\";s:5:\"\\f2bc\";s:5:\"class\";s:17:\"fa-address-card-o\";}i:642;a:2:{s:3:\"css\";s:5:\"\\f2bd\";s:5:\"class\";s:14:\"fa-user-circle\";}i:643;a:2:{s:3:\"css\";s:5:\"\\f2be\";s:5:\"class\";s:16:\"fa-user-circle-o\";}i:644;a:2:{s:3:\"css\";s:5:\"\\f2c0\";s:5:\"class\";s:9:\"fa-user-o\";}i:645;a:2:{s:3:\"css\";s:5:\"\\f2c1\";s:5:\"class\";s:11:\"fa-id-badge\";}i:646;a:2:{s:3:\"css\";s:5:\"\\f2c2\";s:5:\"class\";s:10:\"fa-id-card\";}i:647;a:2:{s:3:\"css\";s:5:\"\\f2c3\";s:5:\"class\";s:12:\"fa-id-card-o\";}i:648;a:2:{s:3:\"css\";s:5:\"\\f2c4\";s:5:\"class\";s:8:\"fa-quora\";}i:649;a:2:{s:3:\"css\";s:5:\"\\f2c5\";s:5:\"class\";s:17:\"fa-free-code-camp\";}i:650;a:2:{s:3:\"css\";s:5:\"\\f2c6\";s:5:\"class\";s:11:\"fa-telegram\";}i:651;a:2:{s:3:\"css\";s:5:\"\\f2c7\";s:5:\"class\";s:19:\"fa-thermometer-full\";}i:652;a:2:{s:3:\"css\";s:5:\"\\f2c8\";s:5:\"class\";s:29:\"fa-thermometer-three-quarters\";}i:653;a:2:{s:3:\"css\";s:5:\"\\f2c9\";s:5:\"class\";s:19:\"fa-thermometer-half\";}i:654;a:2:{s:3:\"css\";s:5:\"\\f2ca\";s:5:\"class\";s:22:\"fa-thermometer-quarter\";}i:655;a:2:{s:3:\"css\";s:5:\"\\f2cb\";s:5:\"class\";s:20:\"fa-thermometer-empty\";}i:656;a:2:{s:3:\"css\";s:5:\"\\f2cc\";s:5:\"class\";s:9:\"fa-shower\";}i:657;a:2:{s:3:\"css\";s:5:\"\\f2cd\";s:5:\"class\";s:7:\"fa-bath\";}i:658;a:2:{s:3:\"css\";s:5:\"\\f2ce\";s:5:\"class\";s:10:\"fa-podcast\";}i:659;a:2:{s:3:\"css\";s:5:\"\\f2d0\";s:5:\"class\";s:18:\"fa-window-maximize\";}i:660;a:2:{s:3:\"css\";s:5:\"\\f2d1\";s:5:\"class\";s:18:\"fa-window-minimize\";}i:661;a:2:{s:3:\"css\";s:5:\"\\f2d2\";s:5:\"class\";s:17:\"fa-window-restore\";}i:662;a:2:{s:3:\"css\";s:5:\"\\f2d3\";s:5:\"class\";s:15:\"fa-window-close\";}i:663;a:2:{s:3:\"css\";s:5:\"\\f2d4\";s:5:\"class\";s:17:\"fa-window-close-o\";}i:664;a:2:{s:3:\"css\";s:5:\"\\f2d5\";s:5:\"class\";s:11:\"fa-bandcamp\";}i:665;a:2:{s:3:\"css\";s:5:\"\\f2d6\";s:5:\"class\";s:7:\"fa-grav\";}i:666;a:2:{s:3:\"css\";s:5:\"\\f2d7\";s:5:\"class\";s:7:\"fa-etsy\";}i:667;a:2:{s:3:\"css\";s:5:\"\\f2d8\";s:5:\"class\";s:7:\"fa-imdb\";}i:668;a:2:{s:3:\"css\";s:5:\"\\f2d9\";s:5:\"class\";s:10:\"fa-ravelry\";}i:669;a:2:{s:3:\"css\";s:5:\"\\f2da\";s:5:\"class\";s:10:\"fa-eercast\";}i:670;a:2:{s:3:\"css\";s:5:\"\\f2db\";s:5:\"class\";s:12:\"fa-microchip\";}i:671;a:2:{s:3:\"css\";s:5:\"\\f2dc\";s:5:\"class\";s:14:\"fa-snowflake-o\";}i:672;a:2:{s:3:\"css\";s:5:\"\\f2dd\";s:5:\"class\";s:14:\"fa-superpowers\";}i:673;a:2:{s:3:\"css\";s:5:\"\\f2de\";s:5:\"class\";s:13:\"fa-wpexplorer\";}i:674;a:2:{s:3:\"css\";s:5:\"\\f2e0\";s:5:\"class\";s:9:\"fa-meetup\";}}','yes'),(1389,'cool-timelne-v','2.7.2','yes'),(1390,'cool-timelne-type','PRO','yes'),(1391,'cool-timelne-installDate','2022-04-27 09:32:18','yes'),(1392,'cool-timelne-ratingDiv','yes','yes'),(1393,'ctl-can-migrate','yes','yes'),(1394,'ctl-stories_children','a:0:{}','yes'),(1993,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(2115,'persona_plugin','a:36:{s:7:\"version\";s:5:\"3.7.5\";s:11:\"parent_page\";i:6663;s:19:\"is_system_of_record\";i:1;s:15:\"privacy_default\";s:3:\"Pub\";s:14:\"privacy_living\";s:3:\"Pub\";s:12:\"header_style\";i:1;s:11:\"hide_header\";i:0;s:10:\"hide_facts\";i:0;s:8:\"hide_bio\";i:0;s:14:\"hide_ancestors\";i:0;s:16:\"hide_descendancy\";i:0;s:13:\"hide_family_c\";i:0;s:13:\"hide_family_s\";i:0;s:13:\"hide_evidence\";i:0;s:13:\"hide_pictures\";i:0;s:15:\"hide_edit_links\";i:0;s:10:\"hide_dates\";i:0;s:11:\"hide_places\";i:0;s:8:\"per_page\";i:25;s:15:\"hide_undef_pics\";i:0;s:5:\"debug\";i:0;s:9:\"post_page\";i:0;s:13:\"banner_bcolor\";s:0:\"\";s:13:\"banner_fcolor\";s:0:\"\";s:12:\"banner_image\";s:0:\"\";s:12:\"custom_style\";s:0:\"\";s:12:\"group_bcolor\";s:0:\"\";s:12:\"group_fcolor\";s:0:\"\";s:11:\"group_image\";s:0:\"\";s:16:\"index_even_color\";s:0:\"\";s:15:\"index_hdr_color\";s:0:\"\";s:15:\"index_odd_color\";s:0:\"\";s:12:\"pframe_color\";s:0:\"\";s:11:\"custom_page\";s:0:\"\";s:13:\"hide_donation\";i:1;s:9:\"is_editor\";i:1;}','yes'),(2411,'factory_plugin_versions','a:1:{s:15:\"wbcr_insert_php\";s:10:\"free-2.0.6\";}','yes'),(2467,'pdfemb_poweredby','1','no'),(2472,'eddsl_pdfemb_secure_ls','a:10:{s:10:\"license_id\";s:0:\"\";s:6:\"status\";s:5:\"empty\";s:7:\"expires\";N;s:12:\"expires_time\";N;s:11:\"expires_day\";N;s:12:\"renewal_link\";N;s:13:\"download_link\";N;s:16:\"first_check_time\";i:1541549608;s:15:\"last_check_time\";i:1651082615;s:14:\"result_cleared\";b:0;}','no'),(2473,'pdfemb-sk','17f64bc099421f898cf496c0b63e643b','no'),(2474,'pdfemb','a:26:{s:12:\"pdfemb_width\";s:3:\"max\";s:13:\"pdfemb_height\";s:3:\"max\";s:14:\"pdfemb_toolbar\";s:6:\"bottom\";s:19:\"pdfemb_toolbarfixed\";s:3:\"off\";s:14:\"pdfemb_version\";s:3:\"3.2\";s:16:\"pdfemb_scrollbar\";s:4:\"none\";s:22:\"pdfemb_continousscroll\";b:1;s:15:\"pdfemb_download\";s:3:\"off\";s:15:\"pdfemb_tracking\";s:3:\"off\";s:16:\"pdfemb_newwindow\";s:2:\"on\";s:18:\"pdfemb_scrolltotop\";s:2:\"on\";s:20:\"pdfemb_resetviewport\";b:0;s:18:\"pdfemb_mobilewidth\";s:3:\"500\";s:18:\"pdfemb_license_key\";s:0:\"\";s:16:\"pdfemb_allowbeta\";b:0;s:13:\"pdfemb_secure\";b:1;s:24:\"pdfemb_disablerightclick\";b:0;s:21:\"pdfemb_cacheencrypted\";b:1;s:21:\"pdfemb_secureattpages\";b:0;s:14:\"pdfemb_wm_text\";s:0:\"\";s:16:\"pdfemb_wm_halign\";s:6:\"center\";s:17:\"pdfemb_wm_voffset\";s:2:\"30\";s:18:\"pdfemb_wm_fontsize\";s:2:\"20\";s:17:\"pdfemb_wm_opacity\";s:2:\"20\";s:16:\"pdfemb_wm_rotate\";s:2:\"35\";s:19:\"pdfemb_wm_evenpages\";b:0;}','yes'),(2821,'avia_sidebars','a:1:{i:0;s:9:\"Home Page\";}','yes'),(3247,'widget_wppb-login-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3248,'wppb_version','2.7.4','yes'),(3249,'wppb_manage_fields','a:16:{i:0;a:21:{s:2:\"id\";i:1;s:5:\"field\";s:24:\"Default - Name (Heading)\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:4:\"Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:1;a:21:{s:2:\"id\";i:2;s:5:\"field\";s:18:\"Default - Username\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:8:\"Username\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:2;a:21:{s:2:\"id\";i:3;s:5:\"field\";s:20:\"Default - First Name\";s:9:\"meta-name\";s:10:\"first_name\";s:11:\"field-title\";s:10:\"First Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:3;a:21:{s:2:\"id\";i:4;s:5:\"field\";s:19:\"Default - Last Name\";s:9:\"meta-name\";s:9:\"last_name\";s:11:\"field-title\";s:9:\"Last Name\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:4;a:21:{s:2:\"id\";i:5;s:5:\"field\";s:18:\"Default - Nickname\";s:9:\"meta-name\";s:8:\"nickname\";s:11:\"field-title\";s:8:\"Nickname\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:5;a:21:{s:2:\"id\";i:6;s:5:\"field\";s:34:\"Default - Display name publicly as\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:24:\"Display name publicly as\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:6;a:21:{s:2:\"id\";i:7;s:5:\"field\";s:32:\"Default - Contact Info (Heading)\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:12:\"Contact Info\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:7;a:21:{s:2:\"id\";i:8;s:5:\"field\";s:16:\"Default - E-mail\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:6:\"E-mail\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:8;a:21:{s:2:\"id\";i:9;s:5:\"field\";s:17:\"Default - Website\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:7:\"Website\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:9;a:21:{s:2:\"id\";i:10;s:5:\"field\";s:13:\"Default - AIM\";s:9:\"meta-name\";s:3:\"aim\";s:11:\"field-title\";s:3:\"AIM\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:10;a:21:{s:2:\"id\";i:11;s:5:\"field\";s:18:\"Default - Yahoo IM\";s:9:\"meta-name\";s:3:\"yim\";s:11:\"field-title\";s:8:\"Yahoo IM\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:11;a:21:{s:2:\"id\";i:12;s:5:\"field\";s:30:\"Default - Jabber / Google Talk\";s:9:\"meta-name\";s:6:\"jabber\";s:11:\"field-title\";s:20:\"Jabber / Google Talk\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:12;a:21:{s:2:\"id\";i:13;s:5:\"field\";s:34:\"Default - About Yourself (Heading)\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:14:\"About Yourself\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:13;a:21:{s:2:\"id\";i:14;s:5:\"field\";s:27:\"Default - Biographical Info\";s:9:\"meta-name\";s:11:\"description\";s:11:\"field-title\";s:17:\"Biographical Info\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:14;a:21:{s:2:\"id\";i:15;s:5:\"field\";s:18:\"Default - Password\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:15;a:21:{s:2:\"id\";i:16;s:5:\"field\";s:25:\"Default - Repeat Password\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:15:\"Repeat Password\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}}','yes'),(3253,'wppb-ul-templates','\r\n<table class=\"wppb-table\">\r\n	<thead>\r\n		<tr>\r\n		  <th scope=\"col\" colspan=\"2\" class=\"wppb-sorting\">{{{sort_user_name}}}</th>\r\n		  <th scope=\"col\" class=\"wppb-sorting\">{{{sort_first_name}}}</th>\r\n		  <th scope=\"col\" class=\"wppb-sorting\">{{{sort_role}}}</th>\r\n		  <th scope=\"col\" class=\"wppb-sorting\">{{{sort_number_of_posts}}}</th>\r\n		  <th scope=\"col\" class=\"wppb-sorting\">{{{sort_registration_date}}}</th>\r\n		  <th scope=\"col\">More</th>\r\n		</tr>\r\n	</thead>	\r\n	<tbody>\r\n		{{#users}}\r\n		<tr>\r\n		  <td data-label=\"Avatar\" class=\"wppb-avatar\">{{{avatar_or_gravatar}}}</td>\r\n		  <td data-label=\"Username\" class=\"wppb-login\">{{meta_user_name}}</td>\r\n		  <td data-label=\"Firstname\" class=\"wppb-name\">{{meta_first_name}} {{meta_last_name}}</td>\r\n		  <td data-label=\"Role\" class=\"wppb-role\">{{meta_role}}</td>\r\n		  <td data-label=\"Posts\" class=\"wppb-posts\">{{{meta_number_of_posts}}}</td>\r\n		  <td data-label=\"Sign-up Date\" class=\"wppb-signup\">{{meta_registration_date}}</td>\r\n		  <td data-label=\"More\" class=\"wppb-moreinfo\">{{{more_info}}}</td>\r\n		</tr>\r\n		{{/users}}\r\n	</tbody>\r\n</table>\r\n{{{pagination}}}','yes'),(3254,'wppb-single-ul-templates','\r\n{{{extra_go_back_link}}}\r\n<ul class=\"wppb-profile\">\r\n  <li>\r\n    <h3>Name</h3>\r\n  </li>\r\n  <li class=\"wppb-avatar\">\r\n    {{{avatar_or_gravatar}}}\r\n  </li>\r\n  <li>\r\n    <label>Username:</label>\r\n    <span>{{meta_user_name}}</span>\r\n  </li>\r\n  <li>\r\n    <label>First Name:</label>\r\n    <span>{{meta_first_name}}</span>\r\n  </li>\r\n  <li>\r\n    <label>Last Name:</label>\r\n    <span>{{meta_last_name}}</span>\r\n  </li>\r\n  <li>\r\n    <label>Nickname:</label>\r\n    <span>{{meta_nickname}}</span>\r\n  </li>\r\n  <li>\r\n    <label>Display name:</label>\r\n	<span>{{meta_display_name}}</span>\r\n  </li>\r\n  <li>\r\n    <h3>Contact Info</h3>\r\n  </li>\r\n  <li>\r\n  	<label>Website:</label>\r\n	<span>{{meta_website}}</span>\r\n  </li>\r\n  <li>\r\n    <h3>About Yourself</h3>\r\n  </li>\r\n  <li>\r\n	<label>Biographical Info:</label>\r\n	<span>{{{meta_biographical_info}}}</span>\r\n  </li>\r\n</ul>\r\n{{{extra_go_back_link}}}','yes'),(3255,'wppb_general_settings','a:10:{s:17:\"extraFieldsLayout\";s:7:\"default\";s:17:\"emailConfirmation\";s:2:\"no\";s:21:\"activationLandingPage\";s:0:\"\";s:13:\"adminApproval\";s:2:\"no\";s:23:\"adminApprovalOnUserRole\";a:4:{i:0;s:6:\"editor\";i:1;s:6:\"author\";i:2;s:11:\"contributor\";i:3;s:10:\"subscriber\";}s:11:\"rolesEditor\";s:2:\"no\";s:18:\"contentRestriction\";s:2:\"no\";s:9:\"loginWith\";s:5:\"email\";s:23:\"minimum_password_length\";s:1:\"8\";s:25:\"minimum_password_strength\";s:0:\"\";}','yes'),(3256,'external_updates-profile-builder-pro-update','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1651066643;s:14:\"checkedVersion\";s:5:\"2.7.4\";s:6:\"update\";O:12:\"PluginUpdate\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:26:\"profile-builder-pro-update\";s:7:\"version\";s:5:\"3.7.4\";s:8:\"homepage\";N;s:12:\"download_url\";s:82:\"https://www.cozmoslabs.com/wp-content/plugins/cl_serve_download.php?tempkey=394199\";s:14:\"upgrade_notice\";N;}}','yes'),(3259,'new_admin_email','valerio_anzino@p3plcpnl0898.prod.phx3.secureserver.net','yes'),(3265,'wppb_display_admin_settings','a:0:{}','yes'),(3266,'wppb_module_settings','a:7:{s:30:\"wppb_multipleRegistrationForms\";s:4:\"show\";s:29:\"wppb_multipleEditProfileForms\";s:4:\"hide\";s:16:\"wppb_userListing\";s:4:\"hide\";s:25:\"wppb_emailCustomizerAdmin\";s:4:\"hide\";s:20:\"wppb_emailCustomizer\";s:4:\"hide\";s:19:\"wppb_customRedirect\";s:4:\"show\";s:19:\"wppb_repeaterFields\";s:4:\"hide\";}','yes'),(3267,'wppb_module_settings_description','a:7:{s:16:\"wppb_userListing\";s:12:\"User-Listing\";s:19:\"wppb_customRedirect\";s:16:\"Custom Redirects\";s:20:\"wppb_emailCustomizer\";s:21:\"User Email Customizer\";s:25:\"wppb_emailCustomizerAdmin\";s:22:\"Admin Email Customizer\";s:29:\"wppb_multipleEditProfileForms\";s:18:\"Edit-profile Forms\";s:30:\"wppb_multipleRegistrationForms\";s:18:\"Registration Forms\";s:19:\"wppb_repeaterFields\";s:15:\"Repeater Fields\";}','yes'),(3268,'wppb_profile_builder_pro_serial','CLPBP-1470-SN-4adcbf0164dc9838510372ab7a762080','yes'),(3269,'wppb_profile_builder_pro_serial_status','found','yes'),(3512,'icl_sitepress_version','4.0.8','yes'),(3513,'icl_sitepress_settings','a:64:{s:19:\"hide_upgrade_notice\";s:5:\"4.0.8\";s:25:\"icl_capabilities_verified\";b:1;s:16:\"active_languages\";a:2:{i:0;s:2:\"en\";i:1;s:2:\"it\";}s:21:\"interview_translators\";i:1;s:34:\"existing_content_language_verified\";i:1;s:25:\"language_negotiation_type\";i:3;s:23:\"theme_localization_type\";i:3;s:18:\"icl_lso_link_empty\";i:0;s:18:\"sync_page_ordering\";i:1;s:16:\"sync_page_parent\";i:1;s:18:\"sync_page_template\";i:1;s:16:\"sync_ping_status\";i:1;s:19:\"sync_comment_status\";i:1;s:16:\"sync_sticky_flag\";i:1;s:13:\"sync_password\";i:1;s:17:\"sync_private_flag\";i:1;s:16:\"sync_post_format\";i:1;s:11:\"sync_delete\";i:0;s:15:\"sync_delete_tax\";i:0;s:20:\"sync_post_taxonomies\";i:1;s:14:\"sync_post_date\";i:0;s:21:\"sync_taxonomy_parents\";i:0;s:25:\"translation_pickup_method\";i:0;s:15:\"notify_complete\";i:1;s:26:\"translated_document_status\";i:1;s:17:\"remote_management\";i:0;s:15:\"auto_adjust_ids\";i:1;s:11:\"alert_delay\";i:0;s:12:\"promote_wpml\";i:0;s:18:\"automatic_redirect\";i:0;s:17:\"remember_language\";i:24;s:28:\"icl_lang_sel_copy_parameters\";s:0:\"\";s:28:\"translated_document_page_url\";s:13:\"auto-generate\";s:28:\"sync_comments_on_duplicates \";i:0;s:3:\"seo\";a:3:{s:10:\"head_langs\";i:1;s:27:\"canonicalization_duplicates\";i:1;s:19:\"head_langs_priority\";i:1;}s:22:\"posts_slug_translation\";a:2:{s:2:\"on\";i:1;s:20:\"string_name_migrated\";b:1;}s:4:\"urls\";a:5:{s:30:\"directory_for_default_language\";i:0;s:12:\"show_on_root\";s:0:\"\";s:19:\"root_html_file_path\";s:0:\"\";s:9:\"root_page\";i:0;s:23:\"hide_language_switchers\";i:1;}s:12:\"xdomain_data\";i:1;s:24:\"custom_posts_sync_option\";a:11:{s:4:\"post\";i:1;s:4:\"page\";i:1;s:10:\"attachment\";i:1;s:19:\"avia_framework_post\";i:0;s:9:\"portfolio\";i:1;s:8:\"document\";i:1;s:8:\"wp_block\";i:1;s:12:\"alb_elements\";i:1;s:13:\"wp_navigation\";i:1;s:11:\"wp_template\";i:1;s:16:\"wp_template_part\";i:1;}s:22:\"taxonomies_sync_option\";a:4:{s:8:\"category\";i:1;s:8:\"post_tag\";i:1;s:20:\"translation_priority\";i:1;s:17:\"portfolio_entries\";i:1;}s:28:\"tm_block_retranslating_terms\";i:1;s:22:\"admin_default_language\";s:9:\"_default_\";s:22:\"taxonomy_names_checked\";b:1;s:18:\"ajx_health_checked\";b:1;s:18:\"default_categories\";a:2:{s:2:\"en\";s:1:\"1\";s:2:\"it\";i:16;}s:16:\"default_language\";s:2:\"en\";s:17:\"setup_wizard_step\";i:5;s:22:\"translation-management\";a:13:{s:25:\"custom_fields_translation\";a:56:{s:5:\"title\";i:2;s:11:\"description\";i:2;s:8:\"keywords\";i:2;s:10:\"_edit_last\";i:0;s:10:\"_edit_lock\";i:0;s:17:\"_wp_page_template\";i:0;s:23:\"_wp_attachment_metadata\";i:0;s:16:\"original_post_id\";i:0;s:22:\"_wpml_original_post_id\";i:0;s:12:\"_wp_old_slug\";i:0;s:20:\"_icl_translator_note\";i:0;s:14:\"_alp_processed\";i:0;s:7:\"_pingme\";i:0;s:10:\"_encloseme\";i:0;s:22:\"_icl_lang_duplicate_of\";i:0;s:13:\"_thumbnail_id\";i:0;s:17:\"_wp_attached_file\";i:0;s:24:\"_wp_attachment_image_alt\";i:2;s:25:\"_aviaLayoutBuilder_active\";i:1;s:28:\"_avia_builder_shortcode_tree\";i:3;s:27:\"_aviaLayoutBuilderCleanData\";i:0;s:7:\"sidebar\";i:3;s:6:\"footer\";i:3;s:16:\"header_title_bar\";i:3;s:19:\"header_transparency\";i:3;s:6:\"layout\";i:3;s:18:\"_yoast_wpseo_title\";i:2;s:20:\"_yoast_wpseo_bctitle\";i:2;s:21:\"_yoast_wpseo_metadesc\";i:2;s:25:\"_yoast_wpseo_metakeywords\";i:2;s:20:\"_yoast_wpseo_focuskw\";i:2;s:32:\"_yoast_wpseo_meta-robots-noindex\";i:1;s:33:\"_yoast_wpseo_meta-robots-nofollow\";i:1;s:28:\"_yoast_wpseo_meta-robots-adv\";i:1;s:22:\"_yoast_wpseo_canonical\";i:0;s:21:\"_yoast_wpseo_redirect\";i:0;s:34:\"_yoast_wpseo_opengraph-description\";i:2;s:36:\"_yoast_wpseo_google-plus-description\";i:2;s:26:\"_yoast_wpseo_twitter-title\";i:2;s:32:\"_yoast_wpseo_twitter-description\";i:2;s:28:\"_yoast_wpseo_opengraph-title\";i:2;s:28:\"_yoast_wpseo_opengraph-image\";i:3;s:26:\"_yoast_wpseo_twitter-image\";i:3;s:22:\"_portfolio_custom_link\";i:3;s:26:\"_portfolio_custom_link_url\";i:3;s:12:\"_preview_ids\";i:3;s:16:\"_preview_display\";i:1;s:21:\"_preview_autorotation\";i:1;s:16:\"_preview_columns\";i:1;s:13:\"_preview_text\";i:2;s:25:\"_avia_hide_featured_image\";i:1;s:27:\"_av_alb_element_mgr_version\";i:1;s:18:\"_av_el_mgr_version\";i:1;s:21:\"_avia_sc_parser_state\";i:1;s:28:\"_av_alb_posts_elements_state\";i:1;s:26:\"_yoast_wpseo_focuskeywords\";i:2;}s:29:\"custom_fields_readonly_config\";a:52:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:8:\"keywords\";i:3;s:10:\"_edit_last\";i:4;s:10:\"_edit_lock\";i:5;s:17:\"_wp_page_template\";i:6;s:23:\"_wp_attachment_metadata\";i:7;s:16:\"original_post_id\";i:8;s:22:\"_wpml_original_post_id\";i:9;s:12:\"_wp_old_slug\";i:10;s:20:\"_icl_translator_note\";i:11;s:14:\"_alp_processed\";i:12;s:7:\"_pingme\";i:13;s:10:\"_encloseme\";i:14;s:22:\"_icl_lang_duplicate_of\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:24:\"_wp_attachment_image_alt\";i:18;s:18:\"_yoast_wpseo_title\";i:19;s:20:\"_yoast_wpseo_bctitle\";i:20;s:21:\"_yoast_wpseo_metadesc\";i:21;s:25:\"_yoast_wpseo_metakeywords\";i:22;s:20:\"_yoast_wpseo_focuskw\";i:23;s:32:\"_yoast_wpseo_meta-robots-noindex\";i:24;s:33:\"_yoast_wpseo_meta-robots-nofollow\";i:25;s:28:\"_yoast_wpseo_meta-robots-adv\";i:26;s:22:\"_yoast_wpseo_canonical\";i:27;s:21:\"_yoast_wpseo_redirect\";i:28;s:34:\"_yoast_wpseo_opengraph-description\";i:29;s:36:\"_yoast_wpseo_google-plus-description\";i:30;s:26:\"_yoast_wpseo_twitter-title\";i:31;s:32:\"_yoast_wpseo_twitter-description\";i:32;s:25:\"_aviaLayoutBuilder_active\";i:33;s:28:\"_avia_builder_shortcode_tree\";i:34;s:27:\"_aviaLayoutBuilderCleanData\";i:35;s:7:\"sidebar\";i:36;s:6:\"footer\";i:37;s:16:\"header_title_bar\";i:38;s:19:\"header_transparency\";i:39;s:6:\"layout\";i:40;s:22:\"_portfolio_custom_link\";i:41;s:26:\"_portfolio_custom_link_url\";i:42;s:12:\"_preview_ids\";i:43;s:16:\"_preview_display\";i:44;s:21:\"_preview_autorotation\";i:45;s:16:\"_preview_columns\";i:46;s:13:\"_preview_text\";i:47;s:25:\"_avia_hide_featured_image\";i:48;s:27:\"_av_alb_element_mgr_version\";i:49;s:18:\"_av_el_mgr_version\";i:50;s:21:\"_avia_sc_parser_state\";i:51;s:28:\"_av_alb_posts_elements_state\";}s:32:\"custom_fields_translation_custom\";a:0:{}s:41:\"custom_fields_translation_custom_readonly\";a:0:{}s:22:\"doc_translation_method\";i:1;s:35:\"__custom_types_readonly_config_prev\";a:0:{}s:28:\"custom_types_readonly_config\";a:0:{}s:36:\"__custom_fields_readonly_config_prev\";a:52:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:8:\"keywords\";i:3;s:10:\"_edit_last\";i:4;s:10:\"_edit_lock\";i:5;s:17:\"_wp_page_template\";i:6;s:23:\"_wp_attachment_metadata\";i:7;s:16:\"original_post_id\";i:8;s:22:\"_wpml_original_post_id\";i:9;s:12:\"_wp_old_slug\";i:10;s:20:\"_icl_translator_note\";i:11;s:14:\"_alp_processed\";i:12;s:7:\"_pingme\";i:13;s:10:\"_encloseme\";i:14;s:22:\"_icl_lang_duplicate_of\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:24:\"_wp_attachment_image_alt\";i:18;s:18:\"_yoast_wpseo_title\";i:19;s:20:\"_yoast_wpseo_bctitle\";i:20;s:21:\"_yoast_wpseo_metadesc\";i:21;s:25:\"_yoast_wpseo_metakeywords\";i:22;s:20:\"_yoast_wpseo_focuskw\";i:23;s:32:\"_yoast_wpseo_meta-robots-noindex\";i:24;s:33:\"_yoast_wpseo_meta-robots-nofollow\";i:25;s:28:\"_yoast_wpseo_meta-robots-adv\";i:26;s:22:\"_yoast_wpseo_canonical\";i:27;s:21:\"_yoast_wpseo_redirect\";i:28;s:34:\"_yoast_wpseo_opengraph-description\";i:29;s:36:\"_yoast_wpseo_google-plus-description\";i:30;s:26:\"_yoast_wpseo_twitter-title\";i:31;s:32:\"_yoast_wpseo_twitter-description\";i:32;s:25:\"_aviaLayoutBuilder_active\";i:33;s:28:\"_avia_builder_shortcode_tree\";i:34;s:27:\"_aviaLayoutBuilderCleanData\";i:35;s:7:\"sidebar\";i:36;s:6:\"footer\";i:37;s:16:\"header_title_bar\";i:38;s:19:\"header_transparency\";i:39;s:6:\"layout\";i:40;s:22:\"_portfolio_custom_link\";i:41;s:26:\"_portfolio_custom_link_url\";i:42;s:12:\"_preview_ids\";i:43;s:16:\"_preview_display\";i:44;s:21:\"_preview_autorotation\";i:45;s:16:\"_preview_columns\";i:46;s:13:\"_preview_text\";i:47;s:25:\"_avia_hide_featured_image\";i:48;s:27:\"_av_alb_element_mgr_version\";i:49;s:18:\"_av_el_mgr_version\";i:50;s:21:\"_avia_sc_parser_state\";i:51;s:28:\"_av_alb_posts_elements_state\";}s:41:\"__custom_term_fields_readonly_config_prev\";a:0:{}s:34:\"custom_term_fields_readonly_config\";a:0:{}s:26:\"taxonomies_readonly_config\";a:2:{s:20:\"translation_priority\";i:1;s:17:\"portfolio_entries\";i:1;}s:28:\"custom-types_readonly_config\";a:8:{s:10:\"attachment\";i:1;s:19:\"avia_framework_post\";i:0;s:9:\"portfolio\";i:1;s:8:\"wp_block\";i:1;s:12:\"alb_elements\";i:1;s:13:\"wp_navigation\";i:1;s:11:\"wp_template\";i:1;s:16:\"wp_template_part\";i:1;}s:12:\"notification\";a:9:{s:7:\"new-job\";i:1;s:13:\"include_xliff\";i:0;s:19:\"completed_frequency\";i:3;s:9:\"completed\";i:1;s:8:\"resigned\";i:1;s:7:\"overdue\";i:2;s:14:\"overdue_offset\";i:7;s:9:\"dashboard\";b:1;s:9:\"purge-old\";i:7;}}s:24:\"custom-types_sync_option\";a:8:{s:10:\"attachment\";i:1;s:19:\"avia_framework_post\";i:0;s:9:\"portfolio\";i:1;s:8:\"wp_block\";i:1;s:12:\"alb_elements\";i:1;s:13:\"wp_navigation\";i:1;s:11:\"wp_template\";i:1;s:16:\"wp_template_part\";i:1;}s:29:\"language_selector_initialized\";i:1;s:15:\"languages_order\";a:2:{i:0;s:2:\"en\";i:1;s:2:\"it\";}s:27:\"dont_show_help_admin_notice\";b:1;s:14:\"setup_complete\";i:1;s:8:\"site_key\";s:10:\"obkMI4V1s3\";s:21:\"site_does_not_use_icl\";b:1;s:14:\"xliff_newlines\";i:1;s:16:\"tm_xliff_version\";s:2:\"12\";s:2:\"st\";a:13:{s:41:\"WPML_ST_Upgrade_Migrate_Originals_has_run\";b:1;s:48:\"WPML_ST_Upgrade_Db_Cache_Command_2.4.2_1_has_run\";b:1;s:52:\"WPML_ST_Upgrade_Display_Strings_Scan_Notices_has_run\";b:1;s:37:\"WPML_ST_Upgrade_MO_Scanning_3_has_run\";b:1;s:46:\"WPML_ST_Upgrade_DB_String_Name_Index_2_has_run\";b:1;s:48:\"WPML_ST_Upgrade_DB_Longtext_String_Value_has_run\";b:1;s:16:\"strings_per_page\";i:10;s:15:\"icl_st_auto_reg\";s:7:\"disable\";s:16:\"strings_language\";s:2:\"en\";s:16:\"translated-users\";a:0:{}s:25:\"db_ok_for_gettext_context\";b:1;s:2:\"sw\";a:0:{}s:27:\"plugin_localization_domains\";a:9:{s:38:\"wpml-translation-management/plugin.php\";a:1:{s:27:\"wpml-translation-management\";i:802;}s:34:\"wpml-string-translation/plugin.php\";a:1:{s:23:\"wpml-string-translation\";i:0;}s:39:\"cool-timeline-pro/cool-timeline-pro.php\";a:1:{s:13:\"cool-timeline\";i:0;}s:29:\"profile-builder-pro/index.php\";a:1:{s:15:\"profile-builder\";i:1450;}s:31:\"exclude-pages/exclude_pages.php\";a:1:{s:13:\"exclude-pages\";i:0;}s:21:\"meta-box/meta-box.php\";a:1:{s:8:\"meta-box\";i:56;}s:24:\"wordpress-seo/wp-seo.php\";a:1:{s:13:\"wordpress-seo\";i:1247;}s:19:\"akismet/akismet.php\";a:1:{s:7:\"akismet\";i:221;}s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";a:1:{s:29:\"limit-login-attempts-reloaded\";i:214;}}}s:66:\"admin_text_3_2_migration_complete_40cd750bba9870f18aada2478b24840a\";b:1;s:22:\"doc_translation_method\";i:1;s:16:\"hidden_languages\";a:1:{i:0;s:2:\"it\";}s:66:\"admin_text_3_2_migration_complete_13e88183e57c075c56d70f6ae240a247\";b:1;s:66:\"admin_text_3_2_migration_complete_34a95aa0fa858295fe3a526d879f6270\";b:1;s:66:\"admin_text_3_2_migration_complete_cae57070adf5aba91390b5b365d745d5\";b:1;}','yes'),(3514,'_wpml_media','a:2:{s:20:\"new_content_settings\";a:3:{s:22:\"always_translate_media\";b:1;s:15:\"duplicate_media\";b:1;s:18:\"duplicate_featured\";b:1;}s:13:\"starting_help\";i:1;}','yes'),(3516,'wpml_dependencies:needs_validation','1','yes'),(3517,'wpml_dependencies:valid_plugins','a:0:{}','yes'),(3518,'wpml_dependencies:invalid_plugins','a:0:{}','yes'),(3519,'wpml_config_index','O:8:\"stdClass\":2:{s:7:\"plugins\";a:86:{i:0;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Popup Maker\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/popup-maker/wpml-config.xml\";s:7:\"updated\";i:1620036189;s:4:\"hash\";s:32:\"49bdd09f6b77d62749a7a052f5163e57\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"10bit WooCommerce Gateway Yaadpay\";s:14:\"override_local\";b:1;s:4:\"path\";s:61:\"wpml-config/10bit-woocommerce-gateway-yaadpay/wpml-config.xml\";s:7:\"updated\";i:1464939780;s:4:\"hash\";s:32:\"ebdce80f3b6bfa13112b1d4c6a31b560\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Advanced Gutenberg\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/advanced-gutenberg/wpml-config.xml\";s:7:\"updated\";i:1620206304;s:4:\"hash\";s:32:\"965305688fa93fe758789b1be81c1f9f\";}i:3;O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"PublishPress Blocks\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/advanced-gutenberg/wpml-config.xml\";s:7:\"updated\";i:1620206304;s:4:\"hash\";s:32:\"965305688fa93fe758789b1be81c1f9f\";}i:4;O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Ajax Search Lite\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/ajax-search-lite/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"79dc60103bbc2eaaf6ac2ff25ca8dfa7\";}i:5;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Atomic Blocks\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/atomic-blocks/wpml-config.xml\";s:7:\"updated\";i:1585156226;s:4:\"hash\";s:32:\"8d93d53d0fa037f291aaf9aa5980c287\";}i:6;O:8:\"stdClass\":5:{s:4:\"name\";s:43:\"Atomic Blocks - Gutenberg Blocks Collection\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/atomic-blocks/wpml-config.xml\";s:7:\"updated\";i:1585156226;s:4:\"hash\";s:32:\"8d93d53d0fa037f291aaf9aa5980c287\";}i:7;O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Genesis Blocks\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/atomic-blocks/wpml-config.xml\";s:7:\"updated\";i:1585156226;s:4:\"hash\";s:32:\"8d93d53d0fa037f291aaf9aa5980c287\";}i:8;O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";s:14:\"override_local\";b:1;s:4:\"path\";s:42:\"wpml-config/beaver-builder/wpml-config.xml\";s:7:\"updated\";i:1641827910;s:4:\"hash\";s:32:\"8d7808d12f301b8c5f385bcec724862b\";}i:9;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Beaver Builder Plugin (Pro Version)\";s:14:\"override_local\";b:1;s:4:\"path\";s:42:\"wpml-config/beaver-builder/wpml-config.xml\";s:7:\"updated\";i:1641827910;s:4:\"hash\";s:32:\"8d7808d12f301b8c5f385bcec724862b\";}i:10;O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Book Now\";s:14:\"override_local\";b:0;s:4:\"path\";s:36:\"wpml-config/book-now/wpml-config.xml\";s:7:\"updated\";i:1505319840;s:4:\"hash\";s:32:\"d123c0bb22d447095c3c443cb41c273a\";}i:11;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Click to Chat\";s:14:\"override_local\";b:1;s:4:\"path\";s:54:\"wpml-config/click-to-chat-for-whatsapp/wpml-config.xml\";s:7:\"updated\";i:1595252694;s:4:\"hash\";s:32:\"ddd29301ed98494707ce5145d2f25ecd\";}i:12;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Advanced Comment Form\";s:14:\"override_local\";b:1;s:4:\"path\";s:40:\"wpml-config/comment-form/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"a84c0e28e4c97dec1a3053c316c27892\";}i:13;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Contact Form 7 Multilingual\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/contact-form-7-multilingual/wpml-config.xml\";s:7:\"updated\";i:1626959466;s:4:\"hash\";s:32:\"45416d75df0810659c99a36d39f0129b\";}i:14;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Cornerstone\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/cornerstone/wpml-config.xml\";s:7:\"updated\";i:1622456765;s:4:\"hash\";s:32:\"737c23d5694a88f1860b39c06e68b44c\";}i:15;O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Custom Post Type UI\";s:14:\"override_local\";b:1;s:4:\"path\";s:47:\"wpml-config/custom-post-type-ui/wpml-config.xml\";s:7:\"updated\";i:1604075857;s:4:\"hash\";s:32:\"c35b9664bea4b9d9b83b5748e14be9b0\";}i:16;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Divi Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:40:\"wpml-config/divi-builder/wpml-config.xml\";s:7:\"updated\";i:1641297629;s:4:\"hash\";s:32:\"c1a254cea71d40393238a2bad782ac67\";}i:17;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Elementor\";s:14:\"override_local\";b:1;s:4:\"path\";s:37:\"wpml-config/elementor/wpml-config.xml\";s:7:\"updated\";i:1642170991;s:4:\"hash\";s:32:\"d9011afc75f72489b893eaf251376d0f\";}i:18;O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Event Tickets Plus\";s:14:\"override_local\";b:0;s:4:\"path\";s:46:\"wpml-config/event-tickets-plus/wpml-config.xml\";s:7:\"updated\";i:1477310580;s:4:\"hash\";s:32:\"f333802d6c6c9836466d3ff52cfe2bd7\";}i:19;O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"The Events Calendar: Filter Bar\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/events-filterbar/wpml-config.xml\";s:7:\"updated\";i:1529671740;s:4:\"hash\";s:32:\"787231e7b7cdb54ca447512234be0768\";}i:20;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Exit Popup\";s:14:\"override_local\";b:0;s:4:\"path\";s:38:\"wpml-config/exit-popup/wpml-config.xml\";s:7:\"updated\";i:1532441340;s:4:\"hash\";s:32:\"9759f24db8621dfa772d7222c9c336dd\";}i:21;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Forminator\";s:14:\"override_local\";b:1;s:4:\"path\";s:38:\"wpml-config/forminator/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"ae0a6b1f1bc9fc80ada4833f9ee8917c\";}i:22;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Google Analytics Opt-Out\";s:14:\"override_local\";b:1;s:4:\"path\";s:52:\"wpml-config/google-analytics-opt-out/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"823965222ce323c88eadbcf95dcde0ff\";}i:23;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"WPBakery Page Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/js_composer/wpml-config.xml\";s:7:\"updated\";i:1651006128;s:4:\"hash\";s:32:\"a34f76b1beaa91eed9bbc89ea37f78b9\";}i:24;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WPBakery Visual Composer\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/js_composer/wpml-config.xml\";s:7:\"updated\";i:1651006128;s:4:\"hash\";s:32:\"a34f76b1beaa91eed9bbc89ea37f78b9\";}i:25;O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"The7 WPBakery Page Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:47:\"wpml-config/js_composer-dt-the7/wpml-config.xml\";s:7:\"updated\";i:1651005976;s:4:\"hash\";s:32:\"a34f76b1beaa91eed9bbc89ea37f78b9\";}i:26;O:8:\"stdClass\":5:{s:4:\"name\";s:47:\"Kadence Blocks - Gutenberg Page Builder Toolkit\";s:14:\"override_local\";b:1;s:4:\"path\";s:42:\"wpml-config/kadence-blocks/wpml-config.xml\";s:7:\"updated\";i:1589279268;s:4:\"hash\";s:32:\"e3fa847064d1728f8cc936efdbb8077d\";}i:27;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"KingComposer\";s:14:\"override_local\";b:1;s:4:\"path\";s:40:\"wpml-config/kingcomposer/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"cadb27cc7ba0e61d3fd2acaf27fef4df\";}i:28;O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"MailChimp for WordPress\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/mailchimp-for-wp/wpml-config.xml\";s:7:\"updated\";i:1632841277;s:4:\"hash\";s:32:\"744ec7f417887a2ba6200cd3bff17891\";}i:29;O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"MasterSlider\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/master-slider/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"2b5b8d5c1d934ee19a547b66d6c76b69\";}i:30;O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"Members\";s:14:\"override_local\";b:0;s:4:\"path\";s:35:\"wpml-config/members/wpml-config.xml\";s:7:\"updated\";i:1497367620;s:4:\"hash\";s:32:\"37e638f5a56f59208150c3649c291e41\";}i:31;O:8:\"stdClass\":5:{s:4:\"name\";s:46:\"Multibanco (IfthenPay gateway) for WooCommerce\";s:14:\"override_local\";b:0;s:4:\"path\";s:72:\"wpml-config/multibanco-ifthenpay-gateway-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1441014780;s:4:\"hash\";s:32:\"3cddef77fd163e090472f995aa2388d4\";}i:32;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Ninja Forms\";s:14:\"override_local\";b:1;s:4:\"path\";s:39:\"wpml-config/ninja-forms/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"7b3321902299b49238e59d0741ce1f8d\";}i:33;O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"NW ADCart for WooCommerce\";s:14:\"override_local\";b:1;s:4:\"path\";s:53:\"wpml-config/nw-adcart-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1409734260;s:4:\"hash\";s:32:\"91d62df0659fc7b561a3932a7a52de6a\";}i:34;O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Oxygen Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/oxygen/wpml-config.xml\";s:7:\"updated\";i:1619521680;s:4:\"hash\";s:32:\"97caa8ae95747f8e3c27e065362b0976\";}i:35;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Paid Memberships Pro\";s:14:\"override_local\";b:1;s:4:\"path\";s:48:\"wpml-config/paid-memberships-pro/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"a26838992708887d6825bd1fbdceca59\";}i:36;O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"PayPal for WooCommerce\";s:14:\"override_local\";b:1;s:4:\"path\";s:50:\"wpml-config/paypal-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1504696980;s:4:\"hash\";s:32:\"8d98b39c86e95094e6b7727fda7a6f00\";}i:37;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Product Enquiry Pro for WooCommerce\";s:14:\"override_local\";b:1;s:4:\"path\";s:63:\"wpml-config/product-enquiry-pro-for-woocommerce/wpml-config.xml\";s:7:\"updated\";i:1409734500;s:4:\"hash\";s:32:\"305232f06370d52a29c346d6b711f50a\";}i:38;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Rezgo Online Booking\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/rezgo/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"6f3433a4c5eafa13eaf125eea7d84239\";}i:39;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Search & Filter\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/search-filter/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"104b64d62b408a4ae7c5da7ff0acd0b2\";}i:40;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Sensei LMS\";s:14:\"override_local\";b:0;s:4:\"path\";s:34:\"wpml-config/sensei/wpml-config.xml\";s:7:\"updated\";i:1620379210;s:4:\"hash\";s:32:\"383f9e0ed491f2e4b752ccd88e9a8e7c\";}i:41;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Sensei\";s:14:\"override_local\";b:0;s:4:\"path\";s:34:\"wpml-config/sensei/wpml-config.xml\";s:7:\"updated\";i:1620379210;s:4:\"hash\";s:32:\"383f9e0ed491f2e4b752ccd88e9a8e7c\";}i:42;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Rank Math SEO\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/seo-by-rank-math/wpml-config.xml\";s:7:\"updated\";i:1595411877;s:4:\"hash\";s:32:\"0afae267f73a47afd09ae1d322c41735\";}i:43;O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Page Builder by SiteOrigin\";s:14:\"override_local\";b:0;s:4:\"path\";s:38:\"wpml-config/siteorigin/wpml-config.xml\";s:7:\"updated\";i:1626270156;s:4:\"hash\";s:32:\"bf60919abb66f219390b6bde64e1e910\";}i:44;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"WPML Multilingual CMS\";s:14:\"override_local\";b:1;s:4:\"path\";s:54:\"wpml-config/sitepress-multilingual-cms/wpml-config.xml\";s:7:\"updated\";i:1641897855;s:4:\"hash\";s:32:\"66d637154bfa1806628f47ce3463c7cf\";}i:45;O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"SiteOrigin Widgets Bundle\";s:14:\"override_local\";b:0;s:4:\"path\";s:45:\"wpml-config/so-widgets-bundle/wpml-config.xml\";s:7:\"updated\";i:1622456765;s:4:\"hash\";s:32:\"ebae21a440bbef63b7db4763bdadde8b\";}i:46;O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Stackable - Gutenberg Blocks\";s:14:\"override_local\";b:1;s:4:\"path\";s:63:\"wpml-config/stackable-ultimate-gutenberg-blocks/wpml-config.xml\";s:7:\"updated\";i:1636369568;s:4:\"hash\";s:32:\"5a1420930af4bf5839b760fc061a6ecd\";}i:47;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Subscriptio\";s:14:\"override_local\";b:0;s:4:\"path\";s:39:\"wpml-config/subscriptio/wpml-config.xml\";s:7:\"updated\";i:1519647600;s:4:\"hash\";s:32:\"a23128c1dde651ef63093336042948e5\";}i:48;O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"The Events Calendar\";s:14:\"override_local\";b:1;s:4:\"path\";s:47:\"wpml-config/the-events-calendar/wpml-config.xml\";s:7:\"updated\";i:1597940433;s:4:\"hash\";s:32:\"9dc1b1aa9bdd03cb5f8057ebb4976651\";}i:49;O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";s:14:\"override_local\";b:1;s:4:\"path\";s:57:\"wpml-config/ultimate-addons-for-gutenberg/wpml-config.xml\";s:7:\"updated\";i:1626881281;s:4:\"hash\";s:32:\"dd97c86546f00df88004c955bbf54011\";}i:50;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Ultimate Member\";s:14:\"override_local\";b:1;s:4:\"path\";s:43:\"wpml-config/ultimate-member/wpml-config.xml\";s:7:\"updated\";i:1535127720;s:4:\"hash\";s:32:\"c80a46117b6be17e1099cb0640f8e722\";}i:51;O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Uncode Page Builder (Visual Composer)\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/uncode-js_composer/wpml-config.xml\";s:7:\"updated\";i:1651006128;s:4:\"hash\";s:32:\"9f26bdc306ec058e263d6142e3a73e1c\";}i:52;O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Uncode WPBakery Page Builder\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/uncode-js_composer/wpml-config.xml\";s:7:\"updated\";i:1651006128;s:4:\"hash\";s:32:\"9f26bdc306ec058e263d6142e3a73e1c\";}i:53;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Woocomerce Brands Pro\";s:14:\"override_local\";b:0;s:4:\"path\";s:37:\"wpml-config/woo-brand/wpml-config.xml\";s:7:\"updated\";i:1442243400;s:4:\"hash\";s:32:\"dc7eeb10cd6e0eb80b7960eb8b6058a4\";}i:54;O:8:\"stdClass\":5:{s:4:\"name\";s:39:\"WooCommerce Additional Variation Images\";s:14:\"override_local\";b:1;s:4:\"path\";s:67:\"wpml-config/woocommerce-additional-variation-images/wpml-config.xml\";s:7:\"updated\";i:1479214860;s:4:\"hash\";s:32:\"39b5f72684021b09b12b53b7ff9c7100\";}i:55;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"WooCommerce Advanced Product Labels\";s:14:\"override_local\";b:0;s:4:\"path\";s:63:\"wpml-config/woocommerce-advanced-product-labels/wpml-config.xml\";s:7:\"updated\";i:1441177080;s:4:\"hash\";s:32:\"4b29c29516a1a33b328d90ffc5c4aad7\";}i:56;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce Bookings\";s:14:\"override_local\";b:1;s:4:\"path\";s:48:\"wpml-config/woocommerce-bookings/wpml-config.xml\";s:7:\"updated\";i:1636123706;s:4:\"hash\";s:32:\"ea8d3b0bcc59994e2b70096fda3696b8\";}i:57;O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"WooCommerce Catalog Visibility Options\";s:14:\"override_local\";b:1;s:4:\"path\";s:66:\"wpml-config/woocommerce-catalog-visibility-options/wpml-config.xml\";s:7:\"updated\";i:1408625580;s:4:\"hash\";s:32:\"d10bd6388a88521e488f7e4ba295c94c\";}i:58;O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"WooCommerce Composite Products\";s:14:\"override_local\";b:0;s:4:\"path\";s:58:\"wpml-config/woocommerce-composite-products/wpml-config.xml\";s:7:\"updated\";i:1491207900;s:4:\"hash\";s:32:\"a6c0ed6554be69f56779f64506ab96d1\";}i:59;O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"WooCommerce Currency Converter\";s:14:\"override_local\";b:1;s:4:\"path\";s:58:\"wpml-config/woocommerce-currency-converter/wpml-config.xml\";s:7:\"updated\";i:1452009180;s:4:\"hash\";s:32:\"b2191d7affaf1efe74e6a3ca4b0494c6\";}i:60;O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"WooCommerce DIBS FlexWin Gateway\";s:14:\"override_local\";b:1;s:4:\"path\";s:60:\"wpml-config/woocommerce-dibs-flexwin-gateway/wpml-config.xml\";s:7:\"updated\";i:1459514460;s:4:\"hash\";s:32:\"d9237f895f0f133c8e11f4753d96eeca\";}i:61;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WooCommerce Embed Slides\";s:14:\"override_local\";b:1;s:4:\"path\";s:52:\"wpml-config/woocommerce-embed-slides/wpml-config.xml\";s:7:\"updated\";i:1499457300;s:4:\"hash\";s:32:\"243e3a54d920cc2ddf96f17f4ff38f2d\";}i:62;O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"WooCommerce Stripe Gateway\";s:14:\"override_local\";b:1;s:4:\"path\";s:54:\"wpml-config/woocommerce-gateway-stripe/wpml-config.xml\";s:7:\"updated\";i:1409061480;s:4:\"hash\";s:32:\"4139e23bcdd0bb3e78cb079fa851ce85\";}i:63;O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"WooCommerce Gift Cards\";s:14:\"override_local\";b:1;s:4:\"path\";s:50:\"wpml-config/woocommerce-gift-cards/wpml-config.xml\";s:7:\"updated\";i:1643977398;s:4:\"hash\";s:32:\"ce84b1e70be2a143f426bdd91f90b440\";}i:64;O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"WooCommerce Local Pickup Plus\";s:14:\"override_local\";b:1;s:4:\"path\";s:57:\"wpml-config/woocommerce-local-pickup-plus/wpml-config.xml\";s:7:\"updated\";i:1442582820;s:4:\"hash\";s:32:\"816774f477bfa1c481cdba021d33f705\";}i:65;O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"WooCommerce Memberships\";s:14:\"override_local\";b:1;s:4:\"path\";s:51:\"wpml-config/woocommerce-memberships/wpml-config.xml\";s:7:\"updated\";i:1585587094;s:4:\"hash\";s:32:\"b12275a5491bc1858f181f56158b7a91\";}i:66;O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"WooCommerce Mix and Match\";s:14:\"override_local\";b:1;s:4:\"path\";s:62:\"wpml-config/woocommerce-mix-and-match-products/wpml-config.xml\";s:7:\"updated\";i:1578929211;s:4:\"hash\";s:32:\"82f7fa28a3b0a601056911af209995a2\";}i:67;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WooCommerce Multilingual\";s:14:\"override_local\";b:1;s:4:\"path\";s:52:\"wpml-config/woocommerce-multilingual/wpml-config.xml\";s:7:\"updated\";i:1644519969;s:4:\"hash\";s:32:\"f27b96e45df6c3e4a7e793bf7ebfbe24\";}i:68;O:8:\"stdClass\":5:{s:4:\"name\";s:40:\"WooCommerce Multilingual & Multicurrency\";s:14:\"override_local\";b:1;s:4:\"path\";s:52:\"wpml-config/woocommerce-multilingual/wpml-config.xml\";s:7:\"updated\";i:1644519969;s:4:\"hash\";s:32:\"f27b96e45df6c3e4a7e793bf7ebfbe24\";}i:69;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Name Your Price\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/woocommerce-name-your-price/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"055de38e55802236ee636eec63bdde5e\";}i:70;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Paymill Gateway\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/woocommerce-paymill-gateway/wpml-config.xml\";s:7:\"updated\";i:1408626540;s:4:\"hash\";s:32:\"46409842584ff8df43a2aa922ad1d388\";}i:71;O:8:\"stdClass\":5:{s:4:\"name\";s:40:\"WooCommerce PDF Invoices & Packing Slips\";s:14:\"override_local\";b:1;s:4:\"path\";s:66:\"wpml-config/woocommerce-pdf-invoices-packing-slips/wpml-config.xml\";s:7:\"updated\";i:1461579300;s:4:\"hash\";s:32:\"34ecf8066c5c9042a0bd60b5d40c4c55\";}i:72;O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"WooCommerce Plivo\";s:14:\"override_local\";b:1;s:4:\"path\";s:45:\"wpml-config/woocommerce-plivo/wpml-config.xml\";s:7:\"updated\";i:1409734680;s:4:\"hash\";s:32:\"539d172825c4714d69b8a42ad1826c5d\";}i:73;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce PostePay\";s:14:\"override_local\";b:1;s:4:\"path\";s:48:\"wpml-config/woocommerce-postepay/wpml-config.xml\";s:7:\"updated\";i:1409063100;s:4:\"hash\";s:32:\"b08722979a25b15ba4a02a16fb555ccc\";}i:74;O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"WooCommerce Price by Country\";s:14:\"override_local\";b:1;s:4:\"path\";s:56:\"wpml-config/woocommerce-price-by-country/wpml-config.xml\";s:7:\"updated\";i:1415282880;s:4:\"hash\";s:32:\"9b296d64ba8afee80cb1ff4fac80144b\";}i:75;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Product Add-ons\";s:14:\"override_local\";b:1;s:4:\"path\";s:55:\"wpml-config/woocommerce-product-add-ons/wpml-config.xml\";s:7:\"updated\";i:1476961740;s:4:\"hash\";s:32:\"69f94bed6e4b3546cc7be2fbd2bf392b\";}i:76;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Product Bundles\";s:14:\"override_local\";b:0;s:4:\"path\";s:55:\"wpml-config/woocommerce-product-bundles/wpml-config.xml\";s:7:\"updated\";i:1487080740;s:4:\"hash\";s:32:\"7cddba745169acd899b12f24e3580dcc\";}i:77;O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"WooCommerce Product Gift Wrap\";s:14:\"override_local\";b:1;s:4:\"path\";s:57:\"wpml-config/woocommerce-product-gift-wrap/wpml-config.xml\";s:7:\"updated\";i:1429639980;s:4:\"hash\";s:32:\"dd3371d64d2ee01e6e42fd7e0bd134cf\";}i:78;O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Woocommerce Social Media Share Buttons\";s:14:\"override_local\";b:1;s:4:\"path\";s:66:\"wpml-config/woocommerce-social-media-share-buttons/wpml-config.xml\";s:7:\"updated\";i:1464934800;s:4:\"hash\";s:32:\"3130bbf2a35424d9ecd8d6c3255bf817\";}i:79;O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"WooCommerce Tab Manager\";s:14:\"override_local\";b:1;s:4:\"path\";s:51:\"wpml-config/woocommerce-tab-manager/wpml-config.xml\";s:7:\"updated\";i:1505158140;s:4:\"hash\";s:32:\"477be025d13abe1c1b89bb7666564ed6\";}i:80;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"WooCommerce Video Tab\";s:14:\"override_local\";b:1;s:4:\"path\";s:49:\"wpml-config/woocommerce-video-tab/wpml-config.xml\";s:7:\"updated\";i:1415284320;s:4:\"hash\";s:32:\"7f9769bc2769e07ae730f3b4cd307741\";}i:81;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Yoast SEO\";s:14:\"override_local\";b:1;s:4:\"path\";s:41:\"wpml-config/wordpress-seo/wpml-config.xml\";s:7:\"updated\";i:1592553706;s:4:\"hash\";s:32:\"207e931d1df921957c81fe2554bbf4e9\";}i:82;O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Yoast SEO Premium\";s:14:\"override_local\";b:1;s:4:\"path\";s:49:\"wpml-config/wordpress-seo-premium/wpml-config.xml\";s:7:\"updated\";i:1592553706;s:4:\"hash\";s:32:\"207e931d1df921957c81fe2554bbf4e9\";}i:83;O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"WP Job Manager\";s:14:\"override_local\";b:0;s:4:\"path\";s:42:\"wpml-config/wp-job-manager/wpml-config.xml\";s:7:\"updated\";i:1499098260;s:4:\"hash\";s:32:\"36842c6b8a11a733ef00ef8d9bc410b9\";}i:84;O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"WPML Test Config\";s:14:\"override_local\";b:1;s:4:\"path\";s:44:\"wpml-config/wpml-test-config/wpml-config.xml\";s:7:\"updated\";i:1429103280;s:4:\"hash\";s:32:\"9c3bb313d5a4f028bebfa8fc8af990a3\";}i:85;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Yoast SEO\";s:14:\"override_local\";b:1;s:4:\"path\";s:37:\"wpml-config/yoast-seo/wpml-config.xml\";s:7:\"updated\";i:1530098880;s:4:\"hash\";s:32:\"4014a9b37ac42f0cc726390fb9088ebc\";}}s:6:\"themes\";a:25:{i:0;O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Astra\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/astra/wpml-config.xml\";s:7:\"updated\";i:1628079458;s:4:\"hash\";s:32:\"b33a69c7d46c8abe69cb63b74b0ad975\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Avada\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/avada/wpml-config.xml\";s:7:\"updated\";i:1649361247;s:4:\"hash\";s:32:\"df213331020e6d7b524150a55e11d14c\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Brooklyn\";s:14:\"override_local\";b:1;s:4:\"path\";s:36:\"wpml-config/brooklyn/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"960edb3057ad96e2863221e82a4c69d2\";}i:3;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Canvas\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/canvas/wpml-config.xml\";s:7:\"updated\";i:1476729660;s:4:\"hash\";s:32:\"ea1da43b18f87c4aa73982113067cd95\";}i:4;O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Customizr\";s:14:\"override_local\";b:0;s:4:\"path\";s:37:\"wpml-config/customizr/wpml-config.xml\";s:7:\"updated\";i:1440909000;s:4:\"hash\";s:32:\"d63f73a0df72ab558bdbfaadaeb9c737\";}i:5;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Divi\";s:14:\"override_local\";b:1;s:4:\"path\";s:32:\"wpml-config/Divi/wpml-config.xml\";s:7:\"updated\";i:1641297629;s:4:\"hash\";s:32:\"7f75777d03ee13c4667e2bc5ea30f519\";}i:6;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"The7\";s:14:\"override_local\";b:1;s:4:\"path\";s:35:\"wpml-config/dt-the7/wpml-config.xml\";s:7:\"updated\";i:1534160160;s:4:\"hash\";s:32:\"b99fe39e5d53275b0237a65894036893\";}i:7;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Emerald CV\";s:14:\"override_local\";b:1;s:4:\"path\";s:38:\"wpml-config/emerald-cv/wpml-config.xml\";s:7:\"updated\";i:1460387160;s:4:\"hash\";s:32:\"3ab5fd101b71e7b306e48a07801c7557\";}i:8;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Enfold\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/enfold/wpml-config.xml\";s:7:\"updated\";i:1645001684;s:4:\"hash\";s:32:\"50b4ee78030084609de9e138d9e13ca8\";}i:9;O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Extra\";s:14:\"override_local\";b:1;s:4:\"path\";s:33:\"wpml-config/extra/wpml-config.xml\";s:7:\"updated\";i:1641297629;s:4:\"hash\";s:32:\"dfc7129b05c450f3099f67bafadd4dc1\";}i:10;O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Function\";s:14:\"override_local\";b:1;s:4:\"path\";s:36:\"wpml-config/function/wpml-config.xml\";s:7:\"updated\";i:1476729720;s:4:\"hash\";s:32:\"bb6dd583fb2a28ee5c4e2a264a770d60\";}i:11;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"GeneratePress\";s:14:\"override_local\";b:0;s:4:\"path\";s:41:\"wpml-config/generatepress/wpml-config.xml\";s:7:\"updated\";i:1591094953;s:4:\"hash\";s:32:\"4fba6e5837b20c7b3e763a4edb85dc47\";}i:12;O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"Genesis\";s:14:\"override_local\";b:1;s:4:\"path\";s:35:\"wpml-config/genesis/wpml-config.xml\";s:7:\"updated\";i:1456825680;s:4:\"hash\";s:32:\"795657d127a84e450ad21218284bdd28\";}i:13;O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"IDStore - Responsive WordPress Theme\";s:14:\"override_local\";b:1;s:4:\"path\";s:62:\"wpml-config/idstore-responsive-wordpress-theme/wpml-config.xml\";s:7:\"updated\";i:1499457240;s:4:\"hash\";s:32:\"1c49e6754e661e5eb1c301f8874829da\";}i:14;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Luster\";s:14:\"override_local\";b:0;s:4:\"path\";s:34:\"wpml-config/luster/wpml-config.xml\";s:7:\"updated\";i:1574177482;s:4:\"hash\";s:32:\"82a924b258dea8a7d87ba0002b561b1a\";}i:15;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Port\";s:14:\"override_local\";b:1;s:4:\"path\";s:32:\"wpml-config/port/wpml-config.xml\";s:7:\"updated\";i:1426496160;s:4:\"hash\";s:32:\"788cce209545b94cfede660d543d7013\";}i:16;O:8:\"stdClass\":5:{s:4:\"name\";s:3:\"Pro\";s:14:\"override_local\";b:1;s:4:\"path\";s:31:\"wpml-config/pro/wpml-config.xml\";s:7:\"updated\";i:1622456765;s:4:\"hash\";s:32:\"cc3a7bc1e76ae1226de4c911634e8625\";}i:17;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Relevanssi\";s:14:\"override_local\";b:1;s:4:\"path\";s:38:\"wpml-config/relevanssi/wpml-config.xml\";s:7:\"updated\";i:1519735440;s:4:\"hash\";s:32:\"c630dfd3df777607e8f43ea201b413d0\";}i:18;O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Relevanssi Premium\";s:14:\"override_local\";b:1;s:4:\"path\";s:46:\"wpml-config/relevanssi-premium/wpml-config.xml\";s:7:\"updated\";i:1519735440;s:4:\"hash\";s:32:\"c630dfd3df777607e8f43ea201b413d0\";}i:19;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Resort\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/resort/wpml-config.xml\";s:7:\"updated\";i:1491314280;s:4:\"hash\";s:32:\"363adea9467157a4e0b49d50c2be3b3f\";}i:20;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Reveal\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/reveal/wpml-config.xml\";s:7:\"updated\";i:1461595980;s:4:\"hash\";s:32:\"58db88b09a090c9fcff3d65bd031d14a\";}i:21;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"ReWalk Parent\";s:14:\"override_local\";b:0;s:4:\"path\";s:41:\"wpml-config/rewalk-parent/wpml-config.xml\";s:7:\"updated\";i:1480345020;s:4:\"hash\";s:32:\"7b17377ed5e4226bc7e3d44270bc7924\";}i:22;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Scrollider\";s:14:\"override_local\";b:0;s:4:\"path\";s:38:\"wpml-config/scrollider/wpml-config.xml\";s:7:\"updated\";i:1479395940;s:4:\"hash\";s:32:\"83fbe85052a8e7eb7ac61496187c7271\";}i:23;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Uncode\";s:14:\"override_local\";b:1;s:4:\"path\";s:34:\"wpml-config/uncode/wpml-config.xml\";s:7:\"updated\";i:1612368753;s:4:\"hash\";s:32:\"5fc00f036d83b26035262343c7d3d2db\";}i:24;O:8:\"stdClass\":5:{s:4:\"name\";s:1:\"X\";s:14:\"override_local\";b:1;s:4:\"path\";s:29:\"wpml-config/x/wpml-config.xml\";s:7:\"updated\";i:1622456765;s:4:\"hash\";s:32:\"7d8b4f3e70b303df882b029c6ed872fc\";}}}','no'),(3520,'wpml_config_index_updated','1651041129','no'),(3521,'wpml_config_files_arr','O:8:\"stdClass\":2:{s:6:\"themes\";a:1:{s:6:\"Enfold\";s:15692:\"<wpml-config>\n    <built-with-page-builder>/\\[(av|av_)/</built-with-page-builder>\n	<shortcode-list>av_one_full,av_tab_section,av_tab_sub_section,av_layout_row,av_cell_one_half,av_textblock,av_heading,av_icon_box,av_iconlist_item,av_timeline_item,av_font_icon,av_headline_rotator,av_rotator_item,av_button,av_button_big,av_content_slider,av_content_slide,av_notification,av_tab,av_toggle,av_promobox,av_contact,av_contact_field,av_magazine,av_team_member,av_team_icon,av_table,av_cell,av_progress_bar,av_submenu_item,av_testimonial_single,av_catalogue_item,av_animated_numbers,av_mailchimp,av_mailchimp_field,av_social_share,av_image,av_image_spot,av_slide,av_slide_full,av_fullscreen_slide,av_slide_accordion,av_layerslider,av_partner,av_partner_logo,av_gmap_location,av_codeblock,av_video,av_masonry_entries,av_cell_one_third,av_google_map,av_one_third,av_section,av_row,et_pb_fullwidth_code,av_testimonial_single</shortcode-list>\n    <custom-types>\n        <custom-type translate=\"0\">avia_framework_post</custom-type>\n        <custom-type translate=\"1\">portfolio</custom-type>\n        <custom-type translate=\"1\">alb_elements</custom-type>\n    </custom-types>\n    <taxonomies>\n        <taxonomy translate=\"1\">portfolio_entries</taxonomy>\n    </taxonomies>\n    <custom-fields>\n        <custom-field action=\"copy\">_aviaLayoutBuilder_active</custom-field>\n        <custom-field action=\"copy-once\">_avia_builder_shortcode_tree</custom-field>\n        <custom-field action=\"ignore\">_aviaLayoutBuilderCleanData</custom-field>\n        <custom-field action=\"copy-once\">sidebar</custom-field>\n        <custom-field action=\"copy-once\">footer</custom-field>\n        <custom-field action=\"copy-once\">header_title_bar</custom-field>\n        <custom-field action=\"copy-once\">header_transparency</custom-field>\n        <custom-field action=\"copy-once\">layout</custom-field>\n        <custom-field action=\"copy-once\">_portfolio_custom_link</custom-field>\n        <custom-field action=\"copy-once\">_portfolio_custom_link_url</custom-field>\n        <custom-field action=\"copy-once\">_preview_ids</custom-field>\n        <custom-field action=\"copy\">_preview_display</custom-field>\n        <custom-field action=\"copy\">_preview_autorotation</custom-field>\n        <custom-field action=\"copy\">_preview_columns</custom-field>\n        <custom-field action=\"translate\">_preview_text</custom-field>\n        <custom-field action=\"copy\">_avia_hide_featured_image</custom-field>\n        <custom-field action=\"copy\">_av_alb_element_mgr_version</custom-field>\n        <custom-field action=\"copy\">_av_el_mgr_version</custom-field>\n        <custom-field action=\"copy\">_avia_sc_parser_state</custom-field>\n        <custom-field action=\"copy\">_av_alb_posts_elements_state</custom-field>\n    </custom-fields>\n    <language-switcher-settings>\n        <key name=\"icl_lang_sel_config\">\n            <key name=\"font-current-normal\">#444444</key>\n            <key name=\"font-current-hover\">#000000</key>\n            <key name=\"background-current-normal\">#ffffff</key>\n            <key name=\"background-current-hover\">#eeeeee</key>\n            <key name=\"font-other-normal\">#444444</key>\n            <key name=\"font-other-hover\">#000000</key>\n            <key name=\"background-other-normal\">#ffffff</key>\n            <key name=\"background-other-hover\">#eeeeee</key>\n            <key name=\"border\">#EEEEEE</key>\n        </key>\n        <key name=\"icl_lang_sel_footer_config\">\n            <key name=\"font-current-normal\">#393939</key>\n            <key name=\"font-current-hover\">#000000</key>\n            <key name=\"background-current-normal\">#F5F5F5</key>\n            <key name=\"background-current-hover\">#FFFFFF</key>\n            <key name=\"font-other-normal\">#393939</key>\n            <key name=\"font-other-hover\">#000000</key>\n            <key name=\"background-other-normal\">#F5F5F5</key>\n            <key name=\"background-other-hover\">#FFFFFF</key>\n            <key name=\"border\">transparent</key>\n            <key name=\"background\">transparent</key>\n        </key>\n        <key name=\"icl_language_switcher_sidebar\">1</key>\n        <key name=\"icl_widget_title_show\">0</key>\n        <key name=\"icl_lang_sel_type\">dropdown</key>\n        <key name=\"icl_lso_link_empty\">0</key>\n        <key name=\"icl_lso_flags\">1</key>\n        <key name=\"icl_lso_native_lang\">1</key>\n        <key name=\"icl_lso_display_lang\">0</key>\n        <key name=\"icl_lang_sel_footer\">0</key>\n        <key name=\"icl_post_availability\">1</key>\n        <key name=\"icl_post_availability_position\">below</key>\n        <key name=\"icl_post_availability_text\">This post is also available in: %s</key>\n        <key name=\"icl_additional_css\">#lang_sel img, #lang_sel_list img, #lang_sel_footer img { display: inline; }</key>\n    </language-switcher-settings>\n    <shortcodes>\n        <shortcode>\n            <tag>av_textblock</tag>\n        </shortcode>\n        <shortcode>\n            <tag>av_heading</tag>\n            <attributes>\n                <attribute encoding=\"allow_html_tags\">heading</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_icon_box</tag>\n            <attributes>\n                <attribute encoding=\"allow_html_tags\">title</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_iconlist_item</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_timeline_item</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n                <attribute>date</attribute>\n                <attribute type=\"media-url\">image</attribute>\n                <attribute type=\"media-ids\">attachment</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_font_icon</tag>\n            <attributes>\n                <attribute>caption</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_headline_rotator</tag>\n            <attributes>\n                <attribute>before_rotating</attribute>\n                <attribute>after_rotating</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_rotator_item</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_button</tag>\n            <attributes>\n                <attribute>label</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_button_big</tag>\n            <attributes>\n                <attribute>label</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_content_slider</tag>\n            <attributes>\n                <attribute>heading</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_content_slide</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_notification</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_tab</tag>\n            <attributes>\n                <attribute>title</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_toggle</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute>tags</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_promobox</tag>\n            <attributes>\n                <attribute>label</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_contact</tag>\n            <attributes>\n                <attribute>email</attribute>\n                <attribute>title</attribute>\n                <attribute>button</attribute>\n                <attribute>sent</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n                <attribute>subject</attribute>\n                <attribute>autorespond</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_contact_field</tag>\n            <attributes>\n                <attribute>label</attribute>\n		<attribute>options</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_magazine</tag>\n            <attributes>\n                <attribute type=\"link\" encoding=\"av_link\">heading_link</attribute>\n                <attribute>heading</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_team_member</tag>\n            <attributes>\n                <attribute>name</attribute>\n                <attribute>job</attribute>\n                <attribute>description</attribute>\n                <attribute type=\"media-url\">src</attribute>\n                <attribute type=\"media-ids\">attachment</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_team_icon</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute type=\"link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_table</tag>\n            <attributes>\n                <attribute>caption</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_cell</tag>\n            <attributes>\n                <attribute>caption</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_progress_bar</tag>\n            <attributes>\n                <attribute>title</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_submenu_item</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_testimonial_single</tag>\n            <attributes>\n                <attribute>name</attribute>\n                <attribute>subtitle</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_catalogue_item</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute>price</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n                <attribute type=\"media-ids\">id</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_animated_numbers</tag>\n            <attributes>\n                <attribute>number</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_mailchimp</tag>\n            <attributes>\n                <attribute>sent</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_mailchimp_field</tag>\n            <attributes>\n                <attribute>label</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_social_share</tag>\n            <attributes>\n                <attribute>title</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_image</tag>\n            <attributes>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_image_spot</tag>\n            <attributes>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_slide</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_slide_full</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n                <attribute>link1</attribute>\n                <attribute>button_label</attribute>\n                <attribute>button_label2</attribute>\n                <attribute>link2</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_fullscreen_slide</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute>button_label</attribute>\n                <attribute>link1</attribute>\n                <attribute>button_label2</attribute>\n                <attribute>link2</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_slide_accordion</tag>\n            <attributes>\n                <attribute>title</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n                <attribute type=\"media-ids\">id</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_partner</tag>\n            <attributes>\n                <attribute>heading</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_partner_logo</tag>\n            <attributes>\n                <attribute>hover</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n                <attribute>linktitle</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_gmap_location</tag>\n            <attributes>\n                <attribute>address</attribute>\n                <attribute>city</attribute>\n                <attribute>country</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag ignore-content=\"1\">av_testimonial_single</tag>\n            <attributes>\n                <attribute type=\"media-ids\">src</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_tab_sub_section</tag>\n            <attributes>\n                <attribute>tab_title</attribute>\n            </attributes>\n        </shortcode>\n        <shortcode>\n            <tag>av_buttonrow_item</tag>\n            <attributes>\n                <attribute>label</attribute>\n                <attribute type=\"link\" encoding=\"av_link\">link</attribute>\n            </attributes>\n        </shortcode>\n    </shortcodes>\n    <!-- Temporary fix for wpmlcore-7375 -->\n    <gutenberg-blocks>\n        <gutenberg-block type=\"core/shortcode\" translate=\"1\">\n            <xpath>/*</xpath>\n        </gutenberg-block>\n    </gutenberg-blocks>\n</wpml-config>\n\";}s:7:\"plugins\";a:2:{s:9:\"Yoast SEO\";s:2142:\"<wpml-config>\n    <custom-fields>\n        <custom-field action=\"translate\">_yoast_wpseo_title</custom-field>\n        <custom-field action=\"translate\">_yoast_wpseo_bctitle</custom-field>\n        <custom-field action=\"translate\">_yoast_wpseo_metadesc</custom-field>\n        <custom-field action=\"translate\">_yoast_wpseo_metakeywords</custom-field>\n        <custom-field action=\"translate\">_yoast_wpseo_focuskw</custom-field>\n        <custom-field action=\"copy\">_yoast_wpseo_meta-robots-noindex</custom-field>\n        <custom-field action=\"copy\">_yoast_wpseo_meta-robots-nofollow</custom-field>\n        <custom-field action=\"copy\">_yoast_wpseo_meta-robots-adv</custom-field>\n        <custom-field action=\"ignore\">_yoast_wpseo_canonical</custom-field>\n        <custom-field action=\"ignore\">_yoast_wpseo_redirect</custom-field>\n        <custom-field action=\"translate\">_yoast_wpseo_opengraph-description</custom-field>\n        <custom-field action=\"translate\">_yoast_wpseo_google-plus-description</custom-field>\n        <custom-field action=\"translate\">_yoast_wpseo_twitter-title</custom-field>\n        <custom-field action=\"translate\">_yoast_wpseo_twitter-description</custom-field>\n    </custom-fields>\n    <admin-texts>\n        <key name=\"wpseo_titles\">\n            <key name=\"title-*\" />\n            <key name=\"metadesc-*\" />\n            <key name=\"metakey-*\" />\n            <key name=\"company_name\" />\n        </key>\n        <key name=\"wpseo_internallinks\">\n            <key name=\"breadcrumbs-sep\" />\n            <key name=\"breadcrumbs-home\" />\n            <key name=\"breadcrumbs-prefix\" />\n            <key name=\"breadcrumbs-archiveprefix\" />\n            <key name=\"breadcrumbs-searchprefix\" />\n            <key name=\"breadcrumbs-404crumb\" />\n        </key>\n        <key name=\"wpseo_rss\">\n            <key name=\"rssbefore\" />\n            <key name=\"rssafter\" />\n        </key>\n         <key name=\"wpseo_social\">\n            <key name=\"og_default_image\" />\n            <key name=\"og_frontpage_title\" />\n            <key name=\"og_frontpage_desc\" />\n            <key name=\"og_frontpage_image\" />\n        </key>\n    </admin-texts>\n</wpml-config>\";s:21:\"WPML Multilingual CMS\";s:14438:\"<wpml-config>\n	<custom-fields>\n		<custom-field action=\"translate\">title</custom-field>\n		<custom-field action=\"translate\">description</custom-field>\n		<custom-field action=\"translate\">keywords</custom-field>\n		<custom-field action=\"ignore\">_edit_last</custom-field>\n		<custom-field action=\"ignore\">_edit_lock</custom-field>\n		<custom-field action=\"ignore\">_wp_page_template</custom-field>\n		<custom-field action=\"ignore\">_wp_attachment_metadata</custom-field>\n		<custom-field action=\"ignore\">original_post_id</custom-field>\n		<custom-field action=\"ignore\">_wpml_original_post_id</custom-field>\n		<custom-field action=\"ignore\">_wp_old_slug</custom-field>\n		<custom-field action=\"ignore\">_icl_translator_note</custom-field>\n		<custom-field action=\"ignore\">_alp_processed</custom-field>\n		<custom-field action=\"ignore\">_pingme</custom-field>\n		<custom-field action=\"ignore\">_encloseme</custom-field>\n		<custom-field action=\"ignore\">_icl_lang_duplicate_of</custom-field>\n		<custom-field action=\"ignore\">_thumbnail_id</custom-field>\n		<custom-field action=\"ignore\">_wp_attached_file</custom-field>\n		<custom-field action=\"translate\">_wp_attachment_image_alt</custom-field>\n	</custom-fields>\n	<taxonomies>\n		<taxonomy translate=\"1\">translation_priority</taxonomy>\n	</taxonomies>\n	<language-switcher-settings>\n		<key name=\"link_empty\">0</key>\n		<key name=\"statics\">\n			<key name=\"footer\">\n				<key name=\"show\">0</key>\n				<key name=\"display_flags\">1</key>\n				<key name=\"display_names_in_current_lang\">1</key>\n				<key name=\"display_names_in_native_lang\">1</key>\n				<key name=\"display_link_for_current_lang\">1</key>\n				<key name=\"font_current_normal\">#444444</key>\n				<key name=\"font_current_hover\">#000000</key>\n				<key name=\"background_current_normal\">#ffffff</key>\n				<key name=\"background_current_hover\">#eeeeee</key>\n				<key name=\"font_other_normal\">#444444</key>\n				<key name=\"font_other_hover\">#000000</key>\n				<key name=\"background_other_normal\">#ffffff</key>\n				<key name=\"background_other_hover\">#eeeeee</key>\n				<key name=\"border\">#cdcdcd</key>\n			</key>\n			<key name=\"post_translations\">\n				<key name=\"show\">0</key>\n				<key name=\"display_flags\">0</key>\n				<key name=\"display_names_in_current_lang\">1</key>\n				<key name=\"display_names_in_native_lang\">1</key>\n				<key name=\"display_link_for_current_lang\">0</key>\n				<key name=\"display_before_content\">1</key>\n				<key name=\"display_after_content\">0</key>\n				<key name=\"availability_text\">This post is also available in: %s</key>\n			</key>\n			<key name=\"shortcode_actions\">\n				<key name=\"show\">0</key>\n				<key name=\"display_flags\">0</key>\n				<key name=\"display_names_in_current_lang\">1</key>\n				<key name=\"display_names_in_native_lang\">1</key>\n				<key name=\"display_link_for_current_lang\">1</key>\n			</key>\n		</key>\n	</language-switcher-settings>\n	<custom-types>\n		<custom-type translate=\"1\">attachment</custom-type>\n		<custom-type translate=\"1\">wp_block</custom-type>\n		<custom-type translate=\"1\">wp_navigation</custom-type>\n		<custom-type translate=\"1\">wp_template</custom-type>\n		<custom-type translate=\"1\">wp_template_part</custom-type>\n	</custom-types>\n	<shortcode-list>call_to_action,newsletter,tours_shortcode,cta_button,woocommerce_thankyou,woocommerce_shop,table,custom_profile,symple_heading,row,tagcloud,sform,nano,add_eventon_list,che,era,essa,nel,gli,per,come,anima,ella,quel,show_gd_mylist_btn,su_spoiler,email,vul,wpv-view,wpv-post-field,accordion_item,citation,gallery,foogallery,user-submitted-posts,chronologie,adresse,get_unit_label,get_reference_label,woocommerce_api_manager_lost_api_key,wp-knowledgebase,testimonials_slider,rpwe,posts,nowotworu,intima-media,dostarcza,standaryzowany,jako,czarny,ekstrakt,kwas,std,dwuwodzian,stm_icon_box,ess_grid,rev_slider,linkview,dropcap,permalinklist,testimonial_slider,woocommerce_software_lost_license,text-blocks,wp_sitemap_page,wcmp_vendor,vendor_registration,efsrow,efscolumn,efsbutton,md_rev_slider,md_live_text,md_imagebox_full,flagallery,pbr_quicklinksmenu,rev_slider_vc,opalhotel_reservation_form,pbr_title_heading,pbr_testimonials,embedyt,yith_wcwl_wishlist,wcm_content_restricted,feature_box,woocommerce_en_check,wc_box,wc_row,wc_column,wc_fullwidth,wc_center,wp_social_sharing,infoboxes,testimonials,woocommerce_social_media_share_buttons,wcv_vendor_dashboard,wcv_shop_settings,wcv_orders,inplayer,useyourdrive,wp_blog_designer,us_blog,tt_address,tt_dashboard,envira-gallery,hotspotitem,woocommerce_klarna_checkout,wpml_mailto,contact-field,ux_banner,advanced_iframe,siteorigin_widget,ec_store,simpay_payment_receipt,su-mensaje,borlabs_cookie,contact_info,stm_boats_video,packages_orderdata,yith_ywraq_request_quote,woocommerce_pay,button,supsystic-tables,clean-login,woocommerce_pay,pdf-embedder,insertgenerator,youzer_register,wysija_form,video,customer-area,customer-area-dashboard,customer-area-private-files-home,customer-area-private-files,customer-account-home,customer-area-account,customer-area-logout,bookly-form,bookly-cancellation-confirmation,stm_classic_filter,popup_trigger,mainwp_archived_lists,wcv_vendorslist,dotpay_content,formularz,cyberactive_school_courses_selection_form,cyberactive_school_session_timeout,ditty_news_ticker,donationcampaign,das-list-events,event_embed,sectiontitle,learn_press_profile,ticket-submit,tickets,aanduiding,datum,thim-icon-box,ngg_images,wpdomainchecker,visualizer,mk_page_section,rssreviews,animate_this,simple-sitemap,gravityform,stm_tech_info,fep_submission_form,ucaddon_diagonal_event_box,wcv_feedback_form,newsletters_management,wcv_pro_dashboard,tm_pb_section,wwof_product_listing,res_map,jssupportticket,socialbar,socialbar_service,front-end-pm,stm_sidebar,give_receipt,donation_history,simpay_error,tm_pb_contact_field,jwp,woocommerce_checkout,mk_custom_list,sg_popup,icon,extra_wrap,frontier-post,invierno,appbox,highlight,ci_alert,vc_mad_products,dt_list,geoip-continent,geoip-country,geoip-region,geoip-city,geoip-postalcode,geoip-latitude,geoip-longitude,geoip-location,woocommerce_notices,stm_icon_box,post-timeline,tt_address,private-message,visualizer,ga_optout,manage_serial_key_usage,ut_header,site_name,bfname,order_id,menu-country,menu-prefer,accordion-item,mini-icon,gvlogic,stm_gmap,contact-form,iconbox,woocommerce_my_account,super_form,wpdm-all-packages,photoblocks,et_pb_map_pin,ginger_reset_cookie,su_divider,fbl_login_button,gmw_single_location,one_full,recent_products,custom_list,endif,jours,wpuf-login,lyte,product_table,wpuf-registration,wpuf_dashboard,amazon,member-pricing-table,rozinky,ngg_images,add_to_cart_url,srizonfbgallery,wysija_form,cl-itext,embedyt,icon_counter,text_block,vtftable,header_static,bookingcalendar,flexslider,anova-geoip-meta,zp_vc_slideshow_element,zp_scrollto,my_calendar_upcoming,wpv-post-url,fusion_button,su_tab,freeconsultation_technical_forum_link,vc_images_carousel,otgs_logo_url,wpv-conditional,wpv-view,teaser,dt_fancy_image,fusion_tagline_box,contact_us_add,content_box,tagline_box,us_iconbox,fusion_tab,fisicamente,one_half_sidebar,action-btn,invicta_contacts,pricing_price,button,icon_link,slideshow,vcex_milestone,secondary-demo,vh_pricing_table,category_name,blogurl,q_team,tab_nav_item</shortcode-list>\n\n	<built-with-page-builder><![CDATA[/<!-- wp:/]]></built-with-page-builder>\n\n	<gutenberg-blocks>\n		<gutenberg-block type=\"core/paragraph\" translate=\"1\">\n			<xpath>//p</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/heading\" translate=\"1\">\n			<xpath>//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6]</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/button\" translate=\"1\">\n			<xpath>//a</xpath>\n			<xpath type=\'link\'>//a/@href</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/image\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n			<xpath>//figure//img/@alt</xpath>\n			<xpath>//figure//img/@title</xpath>\n			<xpath type=\'link\'>//figure/a/@href</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/gallery\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n			<xpath>//figure/img/@alt</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/media-text\" translate=\"1\">\n			<xpath>//figure/img/@alt</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/list\" translate=\"1\">\n			<xpath>//ul/li|//ol/li</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/quote\" translate=\"1\">\n			<xpath>//blockquote/p</xpath>\n			<xpath>//blockquote/cite</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/audio\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/video\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/file\" translate=\"1\">\n			<xpath>//div/a</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/cover\" translate=\"1\">\n			<xpath>//div/p</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/search\" translate=\"1\">\n			<key name=\"label\" />\n			<key name=\"placeholder\" />\n			<key name=\"buttonText\" />\n		</gutenberg-block>\n		<!-- Since WP 5.0.0 core/cover-image is replaced with core/cover -->\n		<gutenberg-block type=\"core/cover-image\" translate=\"1\">\n			<xpath>//div/p</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/subhead\" translate=\"1\">\n			<xpath>//p</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/verse\" translate=\"1\">\n			<xpath>//pre</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/table\" translate=\"1\">\n			<xpath>//th</xpath>\n			<xpath>//td</xpath>\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/preformatted\" translate=\"1\">\n			<xpath>//pre</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/pullquote\" translate=\"1\">\n			<xpath>//blockquote/p</xpath>\n			<xpath>//blockquote/cite</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/navigation-link\" translate=\"1\">\n			<key name=\"label\" />\n			<key name=\"url\" />\n		</gutenberg-block>\n		<gutenberg-block type=\"core/column\" translate=\"0\" />\n		<gutenberg-block type=\"core/columns\" translate=\"0\" />\n		<gutenberg-block type=\"core/code\" translate=\"0\" />\n		<gutenberg-block type=\"core/more\" translate=\"0\" />\n		<gutenberg-block type=\"core/nextpage\" translate=\"0\" />\n		<gutenberg-block type=\"core/separator\" translate=\"0\" />\n		<gutenberg-block type=\"core/spacer\" translate=\"0\" />\n		<gutenberg-block type=\"core/shortcode\" translate=\"0\" />\n		<gutenberg-block type=\"core-embed/twitter\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/youtube\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/facebook\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/instagram\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/vimeo\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/soundcloud\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/spotify\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/flickr\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/animoto\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/collegehumor\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/dailymotion\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/funnyordie\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/hulu\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/imgur\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/issuu\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/kickstarter\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/meetup-com\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/mixcloud\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/photobucket\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/photobucket\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/polldaddy\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/reddit\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/reverbnation\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/screencast\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/scribd\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/slideshare\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/smugmug\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/speaker\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/ted\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/tumblr\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/videopress\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/wordpress\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core-embed/wordpress-tv\" translate=\"1\">\n			<xpath>//figure/figcaption</xpath>\n		</gutenberg-block>\n		<gutenberg-block type=\"core/html\" translate=\"1\">\n			<xpath>/*</xpath>\n		</gutenberg-block>\n	</gutenberg-blocks>\n</wpml-config>\n\";}}','no'),(3522,'icl_admin_messages','a:2:{s:8:\"messages\";a:0:{}s:16:\"instant_messages\";a:0:{}}','yes'),(3523,'wpml_start_version','4.0.8','yes'),(3524,'wp_installer_settings','eJzs/UtzJFmWJoitq0TqP6hYdZW798AAGN5ARkSKB/yRyPIH0gGPyJxmi5XCTAFouJmqpaqZwxE9KVIjMhwhVxSZFZucofRuZCjckMIRaS646fkD1asZboukcH4Gz/Pec1Wvmhk8I6KypqJnKjMdZqb36n2c53e+k57snvyb+mSwc9KrsllZ5/OyyrO694v0ZAc/2Dvp3c2mE/z3rvx7nM5T/PdgH/8AP8zHvV/UJ7tH/NX+/Dbr35XVeFZldd2fLibzfJIXN4t00p9NFjd5gd+G5xTpNKP/uX3S+/b89aukn1zeZsm38NNz/Gny2vw0OXc/xbnOqnK8GM377hn8CJrHSW9RTeiLBye92/l8Vp9sbeHMNsvqBv++A9+GF82GH7L7ejhNi/Qmm2bFfCi/2x20f7eVjkblophv4Q/rLZ1HvZjNymo+nKc3tGaDk3+Tn2ybxVs6wd3jyEDXZbWY1lvzcpaP+vBc+gQG/MMf6hNY4lk6+gDzrWVHcnib3YODg13452GwH27nuuYxgNccZ/WoymfzvOSl3YYRcBNG5XQ2yeZZIsNtJudZdZ2N5glML0mL+8Tua4KLsgF/HifppC6TvBhNFvDo8EvfluVpOZ1m1ShLZN02cVBYhHwKY+jyH8SW/27WH5XFHHZpazGblOm43trZHuxtbR/Rd/qT8qYc9LcHm7OC9nj/pAfnKKt6v8D9gIfiylXwc/3DkTtEtJR7tHayZuGhhakVo3va3d3Gru7IcoZH9an8ILrEcNhlfrMqH2U4ncHxMX73EI/TlfvycH4/448PB4MjHGwn8oXhPPs0p6FgGbtm0XxyXlyX+pvfZWk1uU/s5/RmR7HBst8v8o/phJaRFuLgcGfABwdfFG78KJ1ncPyuaI3NST+M7Okv0/G4Py/7o7Saf3m0t3u0v33Y462Bncru4Czhqm+f/Bs++ovZTZWOM/NHeCqLFL58h3z7YPYHfMMjImg0rWlR8Vu7st31vIJP+/MqLepJyksAFwu/cqhCzX/W9xIDv7YrW8MHJxvnafNBe3JS7spyJBcgmBN+Zx+/A4cC3vBjPr+HWzatW186kBnhTUhB+uG3+oetrx2K7KMZFXnxXUrfpPc+EsFFn93N3N+PZT2uFuPxfXvZaMm2+dymo+sp/wEXEbQAPyydTPr5FG81fUarN9BlSfPJ6BY+xYnAsPSNXTmBcLXrrGwPt8fD4cHjLduXsyx7lo8+3PfhBx/40wP7ZrDLoBs+gtQk+TIu7woSGnp0/mAn1zoesZs+iN3009cX61/z5bf84HBwvPqSHzQuuU7gR7rh8hY/zO3eOxz8fLt/vt0/0e3eid3uKzAT4td7J3a9v6avr3u/d1fd7zWU+GHjfrsZ/FO44Lt/3AV/6P1eeit3Vp/43e7zvbfqeO8vP90HweFeroOyYtxf1FnVD/cvckiNozRfy1Fa69huL7U9B7skGJYfW9jc52D7v6/R3v5HP6x7R5HD6lZ5dJuNPpSL+dYv4YRNv9zfH+we7P6smH5WTD+JYvrDH2Bf9gfboAua/jouXfvIBAKg0/z72ZP3njyts6zyQXuVDxurfCUa1i5zpxZur/P+Di/zVVrno4Sk88esquHTjeSmLMe0ysHi4YD1n9hyRY7rAJetLehWC7kUv/EA5wmDcTBGbw35GT/peCv4pFdwymm6yXxRFbXRkPZZm8nZPAHbpSYtyhtnRGeCy12Vk1puwaS8q/3nxU0i26FbOLpNi5tMTsju9tERLNoXt3tf7W3ub+5/sQX/64vb3a9e5J+yGv61+9Vf/Plf/PkXiwn89599Mcn5g6SGUZLfLzKMvSYwB5zZpZnTbxbZAq/wTZbc3WZFgtuEc0mTSVrBH4vF9CqrkvI6mYGmw0/MG9WbX2zBSDDsFo1LM4CZwB2ewReuYGHm97G5XYDonOTXOCecEBybES4mjFLnNwWOspixGAkWENTsRzAukqt7eBXU9bflHX75vlxU8JDsOquqbKxf08nRiE91W1KeVTIv3aOz5OnHdJwm43s4V7Bn6Rz059ViDrNb1PTK8Lun449pMYKn29V7PsawdjAQL3taJHldw8rOb9N5MkrBQoAtT+7Sit6OlpqfPc7r2SS9x82Hh+GiJnf5/DZ5ln/Mgwe/n41TnBJOHI00PPZoeIAonYPgTWFd4CORmvQVMGTgOCV8juiH6WJeTmHq4blEiw2mEmymHrS96EFrHDN8tet0DlcPNgB2jV66HI0WtB13t/kkgw0d8ymnDefLlF/Tv/BmwnKZxaaXQ+GYvIKNLOqstcTLh0yvYUmiQ9LK20GrBewIfAfWAZ4IM63va7Df+IHweVHi/tXwA5gHbNDHLHmcb4K2+zYvQK7VTx44NbP1dQYCFI/fGDYFRCFcsQquHcqSm4e+sdwO0BDy8PNfnSf7mwexpaBTA3cO3za66bt+07MUJF5j3+U+wXzAqOW90lknNRxesIQrPG2wf7DiKOyq7CYHo1SOWyqnscrg5OOxVRnbfso1vWhWZ/KrHCUoqBh4Y3i0F8P7m8fuTXh2KAfkLtBDjJx9sZhMkgvcf7y/tCoZyCO8XS2Bhovw9eLmunX4aRiU4XTr7otRMitruHdg3SVpBcYhHBQwqRe1nZfsoxMOZQKHCtaXluAmmw/T8XcpXtohPex6UYxoyaqM9Y6sVIVWFlmK9uG0EXCM4IhMcINxIQvcBbj9FcnKOhBer53Zr4phApuEQjj9CPZtejXRW1PzqbVGSALnJIF1hROAIggk3gjvxpKXhUfIi77Sbb7QbQYhmM5m4MDBD66rckpfw9WT40siTI/vOLtOQeu2bgqO+S5D02BM3+uhPdSDZ+NylRWJfFASH/GFF8VdCmJzDA8DGxbeZ9kuuYsWXl9QGPk1qBx8Ho6qhzXpedOKhg8nOC0/ZngjxotiDHNInv766W9BwkwmtX04Pud0ktZoQ3RrHPtEeALIh8nkCsxxpyW6H2EHW0O3NUeqQeXC1Z2mMxaaftvEBuSbzp7BOofCDv0u+5iDZPk6hVmmtapI+N1VdgtSlxcZLj59S2S0O7O9BCZZwffbAiFN4OdzXRsdsQSZSZclvQL3vWMycAif6UGKrcmiIBXP+ygS4bYqi/z7cCAwomYlTKKOPeQ1etvB4PD2KepxdIoKfAW+kFExFbO6vKzSMe5maATMePtrcM5REVG8ILDs6DB/zGu0p8FOm4xR9ibPJyQvwmMRU070dPz2nL7+CI2aMQg43K2rqvyQBRfuGVx/2DneWK8E4GrietNUvKjnB6Gaw7dBUwl/5WaWXC3yCbgp3eogsPxuqnR2m4+G5C8Frwhz7p3iUb8sk6d0nnsy9nJNMytn/cUMl6vOx1lyW87rGfzfyuVT23AKL9mcC+IXQMB83X61d6xDx8mQdWxWDZ2b8dgHs57wSrW/0zWr9nvZhbF++jkIgls0kC4W02kKYvbb1iLxK6JF+6iOGrx4WvI5bmmd4HxvCCuyTG7g23x7/nX6IYMR6fbKvhuRUqV3ya8uQWehELnK9KSDolEtE3Nloi9PDgKeiLfX18lpWnxMQbOYn6+aKk6nSMl6BLN29MEIYZgsfJfm6RwP3JYr/F5NTiEZh3UJJ4C+BrsAC7d6fToHxQ+n8EU2QifX/dGkZK2T3tTeRLY+Qq4rSJZkNo7ajTtrOgvBLMlQJSvxgP6AMvjt+SgFwwDelORCzBbWZ+SF9xhqMJNAsuXfp9WY1bboe5082TRw/6/zIq95geg30bcZPPBtaMALFqWXgdu/mIxJR11lunwgWlMa/gs4kWCgfcXBdRhE/p38w3/5X7kP0dh+k93FP5SLmKcT//k8vVq2ZnZp4O/q85Ob6zxE+wrwvIbn9P7dK76uKUbcx03VaEatYZgK0wewz0ZF1KEpFc+RgUXa6f61jvoSK8bYwXdl9YGGJMMSdCKPTy+FHjL5NPx2P8jMUnfTEN52hYJyVE4W0+IHf/8XYImOboNbW3Zcjqj98L5OI7YDDfk6HbNIzT6B7C7kUJRkt+OVwttLlnSWYCimw8sQF3yKrt5oAtZ+M0JDelD13xyDxBjPZ3+VzmzHg8kEvAM1UJH7cqGRvlZYkNecXBV2BTseyLvy7Xly+ursgbbWn7FB8zE/SXij2NyBd4F5gEF+cQFK6H7Sik5l6k/vw3ZiXGCazdmNxnUHGxv/pXf+bzFCO0Qbczha1HBjh2SjgVqf5dl4+DGdLLK/NeIAHR846eNMllSMS2fv8kPY0Ese+2HoQfUQlaV53EbrC/My/nHFRmf8wxRf2nz0JCqFt5fHImj5zjATMWVhZoXqpTPznoMMup+D9X9jVsXs/bQchztykXWetrSWLanAW8ZcH4Ui8IqhxxrZV/LUrdlpYpk1H+y7HAxN8AlJjsqm5xUYj1MJzubX6G/CF8ic479RCAX0DQhY1td80Br+UDCh1+QD6Pq8y0AoOIPbKB+wQeZ8w/Wr+H5x/XPBZlL8w8uqXMAc6tuynNvFDyalron70S28A4YU4IU/ZpNyRsuOEtoPQtnWq/ITG3KhVLNLr84EOKozF3mFk4f/G2+bnPxo1M3dSpj7iCyNdDxFyyytSOJ1nI9naX17VaIJwoP5SbDhJTORfRIrEwXF/YMCzTw7uNcYNUQHcVHg4cBvi4JFw5V0RK1h6CK5xTgLvEI2v8s0pIPvsu6ocNUq2iw00PA1QN42F7luzlONCxN7v1pMPuCERtnE7fubLAM3k/1tv9PflVe1BBHxmHD8C1wqzkaMK1Tk45gtblapMfgYRCtcM9meQPjBruCdMCdfFwTvkp8VTqjOOBYxDSOM68wAx6ArLYP72CGee7XBwPu8d88lRQunz927bI5Xqo7fKR5Vv0vq4hbGMC/gfA2YzjLTiU5Qvy4nZCmJG49TC8YjByPcB9Kz6N7l7bRT93W5w/BphimrBY5Huw+z4FNQ0QrACbwh9S4PftiNaewELnaf4rfz9FNZlFNMStFMcE/AieZMNdkDxuvVTOcTmpSLJ0RlUHlDsUtr9l6nZJaQL5LNR2zA/fbV2YsXiY3KN6bNlvf7s2d8/G4pXvohu1c7b5XUJbUReXaGeIYEdHk+5sWjOY6qjI0ktkvmLooVecKyAwRbl8CUS390fw2bGTgragtnqPIoiYH/Se/Evw6GPKWElj/dF3M0/NzI9oVZ9Yp+fkQSN792YhJfmxRzOVPfhmJO8GwcdvXxonB7lo5RCjblhcuuLrugGsu+nqDnjWKkoZBwEvUsG+GsEyoUwcjISXKRVVfgQuI5eE2h5uymKjcwNJGO043kaXWDUYIiXX0BPmTZjA0amAMcse8ztHDKKodDSwKI0QGYcbkOzIHhs7fDN28vh++eX5z9p8+H789fvX367Pmz4YtXT19e+C3wEnVeLbpOtpkPbO54ItF/sq6sfK5NYHWZqNV5/rb/jFfYCD60pAs0Ct0a4ylZT2a7W4i3Dn34lPzaUYlpl2Le8hXYW3hANEQvIVw7Z5fhGVAPO3dJaVD705TPN7wayCLMI5Wz1qLwKDlYGmVEBFc1mQV11o7CMzQAgwSSqL2HvfnIOSVduVkKVjCuTGRIXBg2nXxMqcrY7ll6qYJsIXrN8ILgMy4NA9HisZfk8kRgGiHyJGEnxepOH5GPWb/gDKSTqCVoLfTVlvGr9qM90IJDUByBY8ecggWdXr+LkcecGnwGGQP87OXqnM3OxpZdzOCYC+ajykD7ou7zUUQj//FZpI1X2A1Pz88QA8O5aXwIlu6xCIvmtq8Wap3DBIu+V6kiCiTij1a4s0JQ8n2KPY7s2ovnbzXmQPm5PMxyaqp07LKc5oSs7++sFZsBawvsZbJ3RumMzSLy0iZ36b2LiZOyrY01oUsHTk4x74O52RyMftEa7Q4nFuo6OwJFvlwUbyTa9PFoUhYYr8MPlm3sNfvhUeBDEGFEfU7ihd50LDYM7gRp+rQ2mbHAoYJ/inSChfO/mufTWCQsCHhdu/wQKlPds9l8eH4ZGu/mo6/fGYOhBNM2q1e+G0V1rG9H2pPtJk1Wp0vBHMXYblvLURWhRXdVYE7s64FGBt18O9d9TD+uDg/mU/ETSbmK26ZxyeAVCCTGli/OkFAXDVH4HehjPCcYm+DlgouIUE5c8YtZinINLBE46xj2fTqf4Ean0/R7nDVDQMGC+zBNo2IAtUYAk4I3UWMkTPRI1hIEQzadzWOh50aaORUXcmxsWXgKhl5uwYZLRwRCQxMEnbAaoWhsCfJaNFMirHvv8Mm4Q4WuHAkY2i+7eGtA5IxpoCEREr7lPAtOM28BWMV1GwSqkJGUn6vHWvRDI+zCQBpyPRDZ4e1/fCxtLYrY6/xmIcqYU/3oNRHypVoUvE94xsrJOECIhMfmYl5S3i0r4KyQxoJjcctaWXPiCcI1o0k5s6fG7CGAoBesjBCiM0MZe9IVJRodXskHD3QZzZMkbWX8BESQoIKhWb4kWM19kvGvVt45ieyDW1MYgc5IQwprg1GVz9knSe7Rtmw5kSYQurc5kOxaxH40OXcJbaWBsyrqsl6AowmX0eWcxIfFyNNTDQf4M2NO3AsOPy//QXzWg45Zt+ECDPoSr9iddbicETtKVDnH40DkZJP4ftiVqRVbqtZL2uXTislcKNQK1eQ124rj1sU2BmIrY5y8wHqElVA+l1rbQWBwdbNgUBajI8GJ/5B8gRL2q0d3syHYKVnF+LBHX2zRn13It2CbBhS3dUi/PR+e29DPMutLMufhmLFUgw6NqXUcW9Nq6K6iYhDTLP7uoIzAlJ3yPakzgsvBbxnwSyKUrWHYNPwXqK5btt7y+WQNC4CwhNn0KqNNkTz6JAd9/btycbm4Wq0vKSZD98iJF0Iny+xYWhAEGd83QygDIh+WqnuP+VMQ2hg8a4nnj2DB88xFtH51eXme3GbgdVedIkt8khic2dk2fF+H+Ti4OS4qOOqbSjv/lRDlEjhA3573T1+dUbiZVGLJiTxOImHKPvKrNqrJ3hOr2L7Jx1mZnIPYRRUat9d+xXia5mzrhmrz6hN2rBY9S4dDo1qT7CYdNYpU9FnJ80+iw9WaxCgfmwouYL9CAPg4LZ5vP9+XIDOLq6y64ZNJSgrrKjjEgN9lH4eAvcXcZA9QSjR9S5TnLlvY0vcoGUa3ZZ3F4iR2sh5e1TVtnmxXkPvcgQlOGfiYXGTwArjm5yUc8vvk8enF+RPO1tCj1Eu35+KyREgSxgPpe4JLiOuVdfKC/J4cE6HlpUDavYsokb2LES8xGyrE2Ln4QQuN/DnRHZ8pnMCWYKYGEQAi2tErrfUfPtyzwgIS1Ioov4k5CJnAmW3wUPcTayjjDu05I8H9h3gg2Lp3UyLp+U2ezWnKMQGn3sQpyE3EaztnQodB7zEWbWnFpPl5TgSzM0Ji2aczhgSWZph1Hc68mVFpJXSelcUjHy7uCM/yJPQncLpY5Q5RM5oBsZINBHmZ1fhM9HELUN4Vpm7AcgTdT/YtKvnV7gm/KJ38htXKTgaqWSmbGwdifDZEcTmchesKc8bIciA1ngn2LggyGIuPbwrqdBMfepjn0ni1umR/+fTZ08unzlDh8GrJSAhOZlDlFQPQ8jb8LGtnc/6V04X/OumWvjn64/nEvKRi/Q0AMSphjteDfyl4Cm7xu+cXl7jsBI0WkULqpU8xldCVogPtAeQm2MuBro54NHmwcLiMfZePwD4jX3h4laKgquOaE79n1nToqvLM12sHoiFXjgECn51dcuDoOjBIs48Wq2ZOsnfTvutIa0YtSL44dLCoiCDnch6whBHHxp/6wKtIgyu+UDa7GhlJ4JM+RAJH6+usuAEPNPJt2hxyblF60llu4kx5DiqofWADpRV7jLoYv1nkAtlcjpqgjRqlM7YEXfYypSAbuJdVOcnYDuA4Hzk+9EcHCvDoOC4FF0HwmbEL2aNoqRmiBThsghunolpdelYzugBbfyVQ4Pu/2vorXCDUPX+1tX7g9XlxXU7GsARPMVPztccHF2oYzknW5QWsG6W6cF8yQZU7Oy0yTruCxQXgA6g0oQM6Y0BLAHd6niTdQKeIjjAWYrJCtCWEWuGCg3eWx1jhdrSGcGu7qFV2V+VU8Q0GJ56p63RSMzDG69voeIdd1lrkrVEpiETV8hWXbZ0t5htYUAhGMoG6FVsXlIIdrDwZ3gYPcNhWyl1QPT69lrEvKMgrLi9DihlyF/hfY/pVZBIy3SU33Klgv7tx2MQatmhoCmPADheXKz7IS2aXk6K2F28d9totANy2iwBzxdse4oDV9EERf3HxagkG5TusQr7vL/I+uIOT0uiNcYa1xUgqF6ju7+ottgpWqQMJkiJGiw+rRckoFvTkZDQjIsbhvASHGP/XepKETkYLwifFfbZyLRZCYvSV1F78fpFXhN0Tdw3XHreFNmTGUVtQXNHsw0dQa4xeJ5BQgXHyZ29PO9StSApjIXKKawiiwmDoGllrM5xE4Pl0zCqEy+IbwwkZ16AkKoT6wDW4JuWFRgaGS6scNjz0Cy8kZ+6EEucLMAiSDs/e0OPPF8V3IAhRZWOeUdJytRohq+M9kghAM8WYJm1zhFDMAYLh6VVdTkAWDN/DuTjHuDWmNk5OhsO79EO2mD1+Yk4/PBlEkSTZKt62LtPerR9jbHmdmuuI4B86AJT0OEKDBeNI49j+Y1XfXUoJVKN8fQXFEZwvlj2Eb9O6HwP1vEZkC6zYuR6/kxNwokjCPn4ic1puabgzKrkp0koarlQgK94Wf9SxRq9c1JP7iGBQj3GFwCEYNDl2IrACzaf2M5dQBxXUEkR0dgiGf/uR2rk1OQs8qCFMT3HAXV+iSD8OUTL4l5B8gSK51f2ImrXh5lqFVZY3cG+oaPlv8nkrYO5i4e7lYbgeXKNeZOG1SpQKtEf4TZTelDiWIj2NIjurxuCcqFR5Ul4Rp8s4QzBsYPw8JHTStIAiCy460xgFq1P0l4zku7eCInA4otZCY25Pz8+6Z6X+x43E2Rq6P8kd+LcF8LwV/DiltAmXQEWe8j0BId5HraiDz6mv8jEMMt6G1WJiPcSQoELLYDChSYQySkpC/AiTiSvDD45DOpovOFc4b5omOvXlhCUJ/L+u+TsNyyUZSDbAHoR1pLReXMcOH7hCeTZG163AnCj77DY1yjPLPs1QmlKm7fL5by+fvnv+1K4K/rvj8WGSUHkZiGjLZQRIsc18Ia6PgaE2MUmJrlcI/GNX6ocpV/QDHawCAcwauACDqPm0H1thhrP+YXRm+MwfWW0azBjNrzmJB2tOrzCdEu3YYoQtN+0gvLzmcjyIvCZ8vM0e61pM7/vCVR7B12rYt+l1Ljv8oI/LKrAAPuQz51u3kxnNmI7eh1i8fOmFCGDxLvpgBhTAjcdSuS+t9XwXBwpKCzz0Qd4HoxJeyEhgsDmAZN7UT+B6ZnLBDKMJh5oNf9WqaYobaNQWPkILsWtGYuRGUYnScgEr/Ppaa6EjeesiGphYHVtqSekfzFaKvwdKTfgvH8vBq1nHzphU4qT4tjGOgQh/gq4FolvXuSpaf/4Ko5GZ1rTOPSRMj2zN0qrrHsTvH1UmXlVZ+mGN4Hv4RP9GLp2Ed7OZnkW7IS9MBJQL2IJ6ODU1l1bgJH02Vm1puiWswYyymrck0sNgmHdw5EWW7LyDJQWDWTg+pvL4Lt6ByZRPYQ6VZ/gAIyH3YSAd4vmnOTN5KOwqwLSJvWGIvCiBMJvoKQIHpk+oeGF+Aqne2mtXo0WXLr332Xlc3JusyKpUCs5YRRCSAb/kCy2WnZtUjACS/jhl5QRyoSHClSpxQZr8J+R7xR9NLDVlBXMCUWkLZK1axKNeZddgsd9y7qtxRKOiJB5e9aqZQeVB0O+ZIjJapZA2MLUii+Yzj1FLeE1GNY+eD6hatJSb78pVdo1YF48lv3zdXQuJy0sG1Msqy4JUfm2r+MLow1mBgAm8DtP0Uz5dTC0joM/M0kkInkibl9Lk8HXGiybFDM5kvxFnEC6TMUVxkt8vyrlGz/Cc+j/BCbj4zSuyBjIxoUoQAmVurMhSkEgEr+/Ko/OpVjcm9KAdCRmePmeoM+rWGerkAbDLtxxseIGlE5yrkTgGZVmRVSoWOFTR/O358DcYN20g/CmWShaGY0uJmkNxfBKDrX25m7UK2+L3h5G3K8trpLyzUY/JmQ+6Ufa1xFDB9JaY2I5/KsypKXCXnxZROEv0zVJoQIpXvKTSnAzBc1hYH4/pOC1hjeqAmQAzCppHlivtCnOd84ZnWaD3n5mYu/TWXj4OLeGnxT2a8LBEb6+DADFnyGP4DJMcokJj8P1vJLc9Qu8o8zIAEwRcQxaC2Sg/F2bn+kkbL0fBCAGwBwIk+6QoeITZErPKhiMTcvrnJdru8Pl0Ak4TFZPigfjrpL6fXpUx3Ch4wi7V5VRaOh5zzWmdkHoXnCqZzcr3N9O7RX+lCnYCHxB0sGDpYA3n4Jz8+oK0P4gVRAZmTK+h4U3FVKuo4jrFHZC7V1UapV1p+IZ4QW8qcN5g76daVOaNN2uErIyHRfKUNaVWopiTVwaMZKrYoli1JupEdebuejrTplsopoE1SIZaj3hiBcw7ZXrPJjaoEVAOOTlDXIVl8lSTkDk4Q48ubgas5Ep6ygcOXutMOR2bBax0v1wqTgptYOxCStQofVJWNzZl6mNpxMNSwvWhB9GdgZu2mMQSWW20MqsfktsBa4WvsXBB2PiJN+xUjbOKn7yCPVykRZ623bQQB7hkGZPGOo7Kepph+MAxR7mVlTRfjikx2lxzXySlAcs2Z+OTJDqjoy9O352dXw6fPf/6/UsLiY5UvDZnQwIdrbw3UiPJqChVKJsYfBU5oFGsmjDprUDWzWTh+G0dV6DS+LHGCF42nJHRCqJ5b6TSgeDWDUFxXpVJ+Pso8iL4vqBaxROk44OX0N8+i2FMfdYnuuGduM8I8jMtDPiTucS2lLIoCJ9gyqKbrDa0XSSRjrGAuQ1e3c369IxmsacW5fmaWfBk8k+4rLgKzLqtn60pnLpKg5fn7/B4iiTglDsZyVa1GJZF+loqvpcnKUmLe5Qb0effZZMRHmp1W6yB8QrOQJHcMl2uTaKP8zQMJ0YsxaffZ9VVmn8H8mAZUwslmglbkCAzDGcPMjACJnSvPPGRU+pch8h0UJnHPn9dlXe1zSSqjAuRph7b26pMdC44qA8al2oyxCPRqpUbpmSnxo882yvw/b1/RfWTDwV6eOFqbGvGfrHIdY+XxKTlV50Jb/Bqa91vocfScIBG61sjIn9ve090SBm68Fnk1jVj2J9xC/T2ixNQZXKgnXVHuTDjzeiuNrH3kXcJgpymupa8Dio+0TgF+1/LDq7a+LMqJwbNvBhnn0IY62gyZOzEcJrOOv2SBPQVCJeCBodnnLgH+O4HFFzxS8SXNfKCbqMaNR/ZJ3BaPYTVmT5eduC3xNONBLZjeEnOftliG1WznEX1RX4SDOBQG2VPKcpWh1ldz+PeWiF3BmvVrmGdlwlnzSS/RUXbFDyOvEOQsgtiIs0wKpWdwTQ7eHDImCOChStkZmJuJIzSkUMYjOy4AHysYg66sCb7Re/WjJkt6rmT4iOY6Afh62tL8eBYK2YJtpIKMZjBBqMLZTSggByQYjDTjl1wuOYCIRccVAj5wTtHtHXqhS/ikrwP1cELIRom15ddrabIaZitM6GPTiUULXT/KEmQUopjS1FHrWULGz5BOvYu8kQnMCYI7VsmVzD9DwiAx23nGrhK8UuhK0WieXY7M9C5UmrE6Ra4yCiiTpdFlQKg48OSbs6o6cq8LasCwK5AHkpHhYaO4K6w2kBRB3h0lTKV6tFLQ+Btvu+eEztgaV2H5fgGWISxBzi8fcEPwZPJcXzHFBirgYGmvGYFDtemRIjqQ5bVL8EdEcUSFgM5LijxqJaHT5xUsDH3tgyaStNCS9HgpZfFsMwZduasRbIIjJDW2nlzLKZqllJM+jlumIMSxiW0rKrUpxVYD6NlV5Vf2O0RF0dharkqYaHSpQoEhOUtUd5hFNCZ1W7x+MpfNcy65RcT2UN0PW/BZMdfWdOiaBxgH5Jsme2cLniFNuY8aeTHCDwpISapZwoO8kNhaiusNZZ6cd7vhv0YxHxHyliiiUZRIabW+VBhYfCyIBzipb+dWVtH5n2Oi6nhwJDEWfxTSQ8JwIqD7wFrigPKrKohsr4vAhsQyL+4Ru+MhA07as5OXrFm3M7EmzONCUXqYMtmCO5zgBudTjgldPVBpysaQajANVm7eXrTtFX1aW5JkDtt0Yh3bThxT9ziSDtI/jLW9rIBSQRcE4qz8p+xCOUqEOjr1YBFD6srBZrkuvRhJUgjztm5gHZwD/h3Dw7qSHT9SDKWQYmBFKArnYrnLwGJNSfmlOhNUcRjPKzy7i1zulNCrLMs1yWbrfdbFgagK8xHUc6OM99sR/iHmRfAomdwNe6HSEIz9Fb6UJgfAwZijr8IVAUXYymvm+N+MbY/RkRgoK7SuCCX5DsLnVFnBzr/SEMYVjtz2weF6LbMdsIOTqKsdZ5+nTa+r/XOfa539q/OZfzMOv+pYe1yVrNfi5mswTo1IPHqCPEP3pOQMz30ftn4/hyYrbIp2tMu2TJES+J6+bNM8CMpBScCDUrBgKDRC9stZ9zc3Blv6mNT74RFVLA0SNL/+P3fPOESUfH6GhRND4Htkkg9P5McTS0sUQ1ybTrXWF+M5hVWi6DgsZWTy0wqY0AQxZi6loF8Um+tSBxS2a6XIctD247ULEXoB9vb24amNBIf3d0crFm3+h2nlTVdfsLsaoY5YmYR0y2WS6SPjZeZcvz/afA528pFljVTgDwX1zXHIDBlfspnFJORP+kruGBOB4u+W/+VpXWSAuDisZY1JJLBItT3vSpvFx4qTFjZqeOTOlwKv7a5z4KhzbgrSrF9ld2mH3MTMZGF18aCRK+K84yPfdAVsY/j+lxg7VaYtVhJSpWP1MJrxKzTTPDmIWk4tMrdkyhERnlt4v0iRyZTTSnOmaRTpEVzQ9Z0pJuWwiC5nJA9Nls9iNEmXG1yGT2wSI9iBGC0FuyyeyAquzeTUXy5kCU43E5XdbQOe8qSzUah8FHY+sCZOO/P3LY19MMy8HHcS4AHvADtcE0HktnLf1emAvFY/lin4hDxo70CXMhOazhGYNYJzzy5kFf3Ss/I+leNX3XsKYel2UDFUSwvSQpYcRvNbVrbWaJdkWOZjVKpRKo6BAjQeTjYWFEt1M638v6//1DBVI2PvQz+16zbQt/wo8mMaNPCjjCYuUPJarRvm9kBKbWSi3k2a2cm4y9vf/yqhL3OpEXVOr8POb0W4FdWydeUXAqaXAUCb43mvD4N3IBWao8ByaGZ6gQbs5vkV5+mE5s3C2Ag4XT2uhjYZmlVm5JZ7RgqQh7mh2CGsd9QCrfrFGA9nqeGICgYGzsWH570xKuQ7tHUt7jHnaPR+MrG8gE279yRjs0Y6utJI/Wd7Z2d/vZOf2cHLJ+T/YOT/T1qhXzSk77We/uRvta/VF6LLw+2j47+WubwpRt9AL+/rrIMDO7+HWztjfavxqb3imXrR7+BP1XvtQ8+RonP2z7p9bj7NbLdus7UKztOw9wRYDCTFUEmLu07fdIzLf+oGbw0psdM/5D08hCltYyrdbzayd18i7wX7ZR9dvpqeHF2+fz83fOLi+E3z99dnL19o33JST0OgxbY3MO7NbI21ZYXb3yqCyCf7uyal2HeEZQX2plcv3XY+pYFuvip7A58N/Fh4xcCfdc5URNzVCRlgaEKOjn21yPXN2sI+s3+WiZ1yC24i2zCfe9de3MdZI9OQ5UO5Wu1WTJ67QkiZ/vI30nDH2zvYgfvn3t245d/7tn9g/fs7v3iD3zh6Oiz4WVrxPB4glz6NyRo9Z4OQIBctJrWiTTWq770oSyxAskBV20XBNElvFD72WpbU01Tg1TBr4vajRwRgIMjjX6Q7zzoBsqh3lspM+Ja5s1pyTngTTzEa03De9lErmvhQZKoYT7L5AxZu+sS+dxqPMVm9ri1fV9fwdSxzqDGmDi24HJZYk+wjEYNuCAp2qYbkm+5oaoc/A5mIqhQCBf2mKXSTTYpaWuOB6hqUNnvbu4YOFxn0+poGqvpRBEFvmM68QARMSQn1HKEpQ0nLlc2o6yn1DZ4xhFyteA9Y7/6sRgTemBl2DrxWwI3leNpyvcMg2sUl2uZTLiK63MLRluMC5jq1+nH9IJpzfQwP0Z2rXy0gJWbcJZQEd1NRls4FU86JHVHWMGBArph7FrMguUT7fsAzhrJONPfQZOL3BRlZcCcM3jNdeBX4sug0t/10np/tvKpIFjSmavcCwhhsQjk9xwEYmovSyUri75OtJi74rptYvZJ5gd1q4mRTmEDDaJCaZtxKfmaMBsbCKklzC27kToOpzckvrl+FgI1PK5Z38gVwosQBAfr72/TKh0RsQyfppwhMtH0QhAtkDBH0JaIaooi12PguDdbcEu55BbzBjIo+ozjTjJr8+q6YKRzsQ+I0fIOIVBHN3rV416/1b7lLbLLjgyTur3Zp1kuMDWE/bHJ4yJFGJ2OQRjjZKv7m0cKi+UsURRXuYSpVvOUs1RK2WDLp7nWYVB9gj+20Y1YhwksG8dCD8g7iaH4/PtsyLq/k2PjcBm+LKaaPVsff+jSklREDb+ON0K2L9ZJORY2jmSYpquuQl+KMF9CRkWVHFTd5lRVVDstXTxN5RHVVvttXWNYPUPSAjWyaLZ/Q5Mt/4+rUTSDODiir9ldrzNK69XWYtjSbDELckSrIkVzZs/ZMopLaYxXs3tRLTDwFAU0pgYMxlVDrlNHgM8uY335HnFNfPSkxWlZGv0cBBPjM0LjcrTwccgW8lkxBZ9HGubGc1xgJrXiAjq6wpTtwvp1zHZFOXOaFx/FCsc3pe98ZTKeVP61CjLbOr2u5x7nHenzWyoIEEpdTsXiUcxjwKyAp+Q8HX2AFx8+/zTKZo1XCXGAmC7oLCXWHV4josfC2pNl4DGNBEWJ8IyIR4IYdzccigpr2X3094vps8MT1IF++/WFl7RPjSVGIlacXCwEL8jMImFFozBTyecklKViyFn25PXOeEPionplSfQFFg48Kqg/KMMBHzHWNXcaYh5asmndIlCxCUdxr2kPqrzmJzXYJumg+NS34oyYI/QBUZRI5PWHqPULVnC3aU79irroSe1rAFilug6hLPQdduiSgJDjO+bwfUoaSxbx9SQlYFuR1S1kRDCbjk4lKPkWht9SuShNBtNLYb8e5JTbyt64UbqeHTNWL4nwvTYdfOprJKwqcB0hxcqMZ4z1x2GEpqyk6cCSh3ATJ/qcYw1BuixiLbSpitVOhLUZBXTF4slEHuLiLDE9yTgvl2/lMprQxZFSd9oaBWqIlLLDfJ3WHyJZEtyvh9RxGUNEDwsBQsCg1jJcivZNnWNbyzIlLvVHVkIlASdym5iYAExmaqZFwLSZoDEJKR9d40Wx4FLCccaLG4warwEalbN7btnlOoriby5JDgd9MSiUEn+II8Bb/oiWFtAF6ByTi/M8IzbmM/t1ViAe+OMalUBht+LHVfZEI2BqRDlfS9tIpiaDj5ppMR+32h6tXerk8lftY+77TnZeJO9ZBOedeSZinqDxxgPaCNaqCC+kSK8p9ddGzYRsbQDslFyDpE5W3GAfrWvNHEtH6sJkWifDaTmkxRzyl5p2sOvN5fxahfj5eAFyfesYhLJeZqtReFB2MLTXAhpkz/9Kfcwb+DmCqImX87n5h2g9RxiPD3snTumOEn+ttK1iZ5n+Qa0pUZ1vyR+2/kq75YCR/Fdb8UtI6rhpuIZgBRxwtyKDfX7PoUYZmPfhcywq46Zqf5jYeS61PQQHqMUwYorJYrykW2ZgmEeebJaaghAEkSByCgtNwzoKqmWMyPttl4ZepaAfggULB4iTBPzoGCca21fzJ2sAg/4oZIfBTyxnOIqAo1lopXo0HN2b40zxnWNcw4D4C3e2dfvxQAVubDUd9txG77VeXiOS0yzF7N31YsIOA3etKpFTSxFiQZ1DLV2eWKpJkrOlmnDspsBqz0EiZ87jl6fJLnCRQBsEHrzrUdyuT27AB8zgpYS3q1WS9uvnz0Tnoq51KanoGCsCZVzl/yyb4yuEyh6ZgAqnHJjUUhULU0mgUQHXuB+yvyyH0YXHycSSHQ6sRz4+C6qhEVREzamBIj3KQ/ZEe8bZ9VvSqOu0Y5vGLq7upOlpOpShbyXOBOe5K1bBA4dG46Lht6ykOwxDZby3UglDsURc7Ro5P5reL++7s3zwBmpFK0bJtK6mSA5h82MHYo14lpctcrYkx+Ytvhe5qdGRlaNwTsHtWr3MYT8S86ojOjK36J1KJSSZVkvi+0oPrWESZJCDaSC2oB0dUWZZe6Yo3jvOYkwtD/LpVVtJrQgRejz+2xcq5fBcTsGLGQ3ZshzezEaPn+B+eDX3t0+kak26quLGHW7uRV5bPnEDcfvZFiuolLZyOFWQrV9nKRLUKEATT+fb81PlBlw0RZ0eiXgALHpS+Zb6Hm82qwxOlObqgkMRmtuhBHDR8UavTAkLN+xhcfyahbH33gtN/qxDOdpmAqaEm+hP2Yq9WsxNXEILFCmpT5jVaamVGNFF3FvL5XXEhEEr3xAmEemDrL7+ZTOleqaAV74v3IVueR9okhG17aamLlzoDgbNy2mx4Hso7o1Q8ClnXuygd5RJ9FC9w6MamakRNjWnq6yk6CuYHleIKY/hISvu9avkq+SSMAB4/M/FP3rFuawGQ4iARO5SxzS3zCkMj1CzAPBvbQeu7G/9IKEo1C5pFEJu5pv0LNmAX3hf2uXpqpTcBovPS18XsNjjbPNmM+ldV7vDF+96T6JXMYSMRLWhknW6hthknVTSvd6m9NgyMSlxhq2X4rHEzSFvZq/dha4grD8q5nLmV0UgLz1xW7MhQQJ9VqOnRUFck+0S+HBrwfxAWqfeRoK6WGIaePDLq+/QpFC/OGLyRGGxBNt5OCx20N/ZTwb7iDTc2X8gLPZ4x8Fi3eg/ESx2OZDsB8LEKjK1AwurH3ehXgcIkYO3zmjoA/jaU8aIEdrLymGOgmp3P8IjXGWoD2o1OApuCFFvEjjvZyTtD4Ok3R3sMJL2Z5Tbw1FuDBM9lH01P+9PHRtNFCqKkiBOXtOEi656eBwyug2P+NbxNHI5Tk2IWCpaYTxTdgfboiZtAInBa7jBv8Vu5AkRnAn1Uy5/u8ooBofqv4uHRzT+bTaZ1Xy1yQuptTciPy2IhMKT6ZHIxwfbT0qiQA9jwhxemG7xYqOs6o2kRnWojehxq3immNrFOMFNJdhqZXf8h7/7t0FjYKkhjUJCB/vbh0eMCQXhHgkiRI/RbVcvZpxYi/fAqWUa4TA+AqewYXmEXqHRHHHWgbZSqw+hN9MMYV+Os3JllbGh4fBtytbt/Bu+1JrddqRBRBDbIXQSi1Rt1WjBZ2oBwTecK9/iC2hASjvixufel43lzeflDHP6GLbReAaxloAX6KGNQ6p4ns+G6Swfvipvbmyn6HK2ZPSVHSwb1U21lgrIFpue18H9aLec9fv8a7g08Z6z4fYtc1ljM6TogRQotDTFLB99WMw4pYBRr2iJg2O5oisDa36LsZpRug50Fm6H9xaEI8Gd+jCv4ZKI6xU3BMmLMYXxcuUErrODvb5C6pzbolTq3N0TzBfKBK4iePLdizKHlSBXIGTDOSucfPO7CG+fTwLynCYbiPaInE/aAAja7vWc60Y8LW8X1xhN8Cytb69K7B50Xk7IW6bKP0JQSPuFcbtau6uf2Aon9YV32zxr3/tilC4wcfyc/36K1gURL0wzctuubYDJnMkhqJbHT6il4mKytNHlD9Xp8QdsPvlDdM18UC8BShArlLwD/qsICMaN4GLhQlBaI6SJcbb2agicozxRuUz3RtghOOnm2g50crwoZrPA8+wFiqfmozxSyaBwsjjYHF1foQSn9b2wsbWqDJJXGIO9RGvZIuTdCXXyFcl+zN1uRHcfjjTrNIdBjYDQMGbDEpFpIj7SggvXinwDNTYNQmwJu0kglNZOSTb6MYmA9hYQCx1PzlRV6T1HizYSitxoIhMxPwgbCI4I2z2aHPZPNZx7uWFOAAWXk/hOJ/DqY5vOX4K7vKBzhugDc8k1vdqgvaQKxj8OCNDtBMn9Cbp2WK4w3FNp9N0OUAn7QxcdvtvZlfTtKx1QynVzf3OfozcuEfijY9w2skceqPMfNPiKMVef+Yak9AWTAdRw6fXR/LBAC21brE5yHX0BNPXxNEtvPZl2Zq51aP97kETzdIvh1Ukq0iIWpiw5HPEuBsQfsZHNw4CnUeQWEmMmLcigpQpzyLolcjMgQvh8lGsX7KET9krXMI76XO8iBq0UUKFLr8ZKe7ozMbdLFoPu4sMsRUO5lCER850LYLt1RN6PGC2Xm/tDEJDMs0XZS13CER8f411ruMn1jok5KZ5LLGL8hnhNM75UpMgUTDO9NQ5IMy0pzjGHS13sYU3VuoY9rZZou8BC5f2FrAWxI4O2o88Q2o2J6Y6b7NFIr+/xymI3GvRVk0f/2X/2iF/j0dt3j4JfI2wdIaaMizOoXPhZ2+fgLcEwO2iiyIUCewRE3SS9yibRzQuUqvlde4MDE9Ml3kQchr4tDBq+krNZTd4LjQat4vGNVih2hlvBQo2au79/94pCdMT4SKUX9NXAaPts9kukImylpAJPxCUegl6fQgtlozGf5WCPYf2oaFtyR3La0I6cCDszXFbmAvQy5ZYRPexjBA8IcbyObgkL3EP/qk6vs2GrR8E6NVdG93kyYe62J3RRDFAPspTq3Qsx82rLQ44bTBrXQmqviN9cI6gYNi2w5XRGzYS4MV/pbXHlWQp8LaKTk1mseNl4ZJMCNhS2oxKy65WybBmPecshwjeIVwtctqxV4y/R1kcveCw00Y3fhwtXFv0iw/dDrnZsrEg4LZu2ZDIKTVje3JCd9lkQVTaqOiri8VIq06E1N12vLDLgqMT3Y4MjV1aeOtaZP4sID31sxbqndM7k1BEstu9i6jYl3grx1ej4LGZ/nGeCEmbmFN08vVlh+n7MERwWum3GUjh2YMsfBTpLA2yva0b9sNBZHPu4ywoKsZRe/LGLcd+S8taI/FdG1P/rVbL+9PJ55/EiecgSukXUpp2AlOHcWNbcFOO+ARz0qnsN1WJp0taAFNu4EmckHEdzkD3JwCCdhGEqZwbcM36jzooWoUWk7aV7fvPGejG1bMU88FUhVK0MSDMM3HzcD4OnDp8W8vO6DiAj10B3qVjuqHfCcx6vs4+ilbSxpDopo8wi/Mi65zh+rSsVQPzwZ0zRm3WFpo4d6HfPXrsIjJpqSVzsHgnELt+dvXk5vHz39M3Fq6eXZ2/fDJ/97s3T12enw9O3by6f//YyYH2GDWwHjA2KuhvBHQvzyKNaRp69zoo9be5vkAcJUauKgGui3FptockZoJ3GKh0tJTSxN2ohNu8HNXrBuq8iQ6WD8JyZIZMeFbtTnLiXpI5VMTAqVZuzzsu5pjVoyvAAtHXj/ogFhu/bY+nUi/sttPB0CKniBAz9HtWbcUcn/JlxFeIwz7CfkkBL7EbDt3776uzFC8E3lyFH9jpPZZOTJHFL+2NgfDnojSODt4sbj/VBrRPU3lGNsw8lW1YJDNxqBWwjwtU93nUmfrb2QAlO/UM8ldVVI52TMJfOR93yRgMGjm0Zmd7gag8uwf46l8DiVlsil4HEypd+TexZ0qHOHJLN5E15t8G3Q0te0tp5FRMb+9ugQpgA1sF1IARonZWzRZB9jQ4X7CeLTsZ/RHgGmsxmQRx6w/Ga+b4sKNURgodhauo69/D7HRDcyc2Gvyu/gmd9V907c/U6rShOwN4fv3yO5tySqghRU4uX0IFhUgLazjMXsdIWzgizucY1hbOlREUiDRkr1CczQhooI/oin5ulg5u0CtVKpfDL/D8UsSqbuFZoAWpWjsTviZZRbGCsqZeyVv8LS/LRhKH7pCYDeBHjL9ngXisNTM0MHlEVDMIhhr99/erd+enwBYoLRHA8IofuGtuX9joEo7OZYkFCg10gwSZS1DVM+5hOcpZh0q2y663Y3ERMqLiEmjS18tayRhjwsuwtVmthX+AR0v9lVGEIc84RpaLnMmU/FhzYuu2+NpKakdsh1B3KtaukmXQgmZWEOkgT+IA7Hkl1RVlHX/w2v7lN3sGFr8Vo5Jw4Fi79r2jPLl8P0ZSylconJ1Y29KJi00Mc1kI/a3XI/LZC41GK8bBupF0pUgidpu+F5ojp0uQlt/VR1HhX3ifo2x5t55FzfxRC7YFw14wN1fJLArSRdzHhx2ApdteKnZ/jNVEEXfIhu3fxanD5OHHxiCmf5tVi1GUq+1TfEriThh5G5aSs1B3V2gdhKlmDGYG88TWIq95lfdCy+U2RNWQjuVYBroCPsToG6wY1QXtpm0TDQb1MNnLk8I7VvrbnQ9TGXEt34H5GX9hHH5KlMQDTj4ajyQEalcJ6PY7rdTlpyLTBZnSq0lYw3RqFDaoZ1lg06RgsYe5b38PEpM9cwyM8hpvyPkuck6Bn7OqgJG1w4741PZjn0nwHg8yqjeR0UpWP+gzysFLsFozSkw0qBqjanG2V0fKZXrvXWTJ3zGeQKY4aos6pdx5Gf0kKac4Av8HZVt7WJpGAjqh5H+JSkHrA3rKFU/O85+qC/vpm/gvP10D/+iOiMiFCoSypvS82xdOKvQbnZ5FNpBmXSFLsn8cdiqhqW5Do+fe+Vi96mDoznhQVbQjmcmlAo09r4IFwXFBINTFYE8LAZtwmUOt90ZtUaSPxZXf0sevOOB9LbqGelYWB2S97jUiJnoAECARjCl1Z8RCUIpc+4uSiMVgGpH+HX9/GQft8BXvVnNhKY4AYYustqK49FjW7SXPXftj3dN1MXuA1QmmJ7dLgszpTOT2ZmNwQmOAeguekXQZG3Vob32yoKpFBExyXXAzS3aj67Z1iOMN9AeaO9JSBdaKiY/nZCU8NAuSxvyrNjEt8M9NEzYGtXNvbhRJiT8KOoLIF2Lkl9Qkii4572KV4wPviBCmylnE3Ukyw+Ka6uPngs1XKc0PiHiQcsYRKjuXl68tweg/rhtGArwqli11LLR7G8X/jsXmgX9BdJf4v0QPLyx98piu6mowKIAegTrGXzvcBYMQ++7wqP92TO7Yo1KFASz0mUpcTWohHrZgusjlB3bIfw9e18GlsC7+OaaymMFBgIz0WUR0KghHsg+2TvsTAuAoMu6h+txkwzolapG3vjaG568XuGLp87k6Fj0ORQuQvDioYZG7lkHPFffscskF2FBSMSDDGm17Om2ZRCwbvYuo2nkKSXVMGtb3hhaxAqDBbgs5hWrgug1f3jUFCJytYSwWmBAo1IPjwVI8sW7gqVC0eFjyEVMPbTVKcO9t1n5hgreKdtZbbAyR7fn3x9o2js6UYmnRCdEW0ysgoHHHsIXXCM5pZEZtFwBZHiCAKi9M7pmeivmE1sXEEInhVx3eXS2S2Qo8As/YtvavkLNf5J09YFcR8b7NWfk8DjS3OGtUMOZL4j7FDRTtV1xhwzBz/DdNC4l9MmqxNDU8jpJBp6OsKSymaqgjecDTcK2ahi6zBsIp7TlMQDB1U+C9uUnRd+s6dbC7b6IkN/y3znjwEkMt9plgjMKQ3GOa1Kx5gVcYX0e2NzbvcUieD2YJsK45nSEmXDWgoA+vJCT9rCLoyGGPYiBy2eHv4XpOKE8FbNy80x1Rb0BS+zqjB7tKwqXXEMwqkCYLplNmNZQglGuLCNyYNDrq4LzHFRCAbBDPmggE75VP0W8bD+Q66HY9eERgI1aSiQIp7Do5x/kLJFXrU05Iqk5EYZ6a5azrJ9k5w0WPVdO5YW2FxaS5slRwHp15sfHZzONVUDITtK6juCzPOFIFbI2wtA4WI3YZqJMWpqvi1tTe5WgvBCYSM7HQsRPBnDvTkWJo1CN2MUHedHtMKRrLbd3pbzk7TQsglMkPOHvT5osqIRt9Psr9Q4PJw+P9ijndjRueWMIlnx81zwXyd9U17ieiiSAcH0Z/O8rGZHufoRFbIMvRGn28VYIcBCmcEEegeZ2hZ5vbtJnRwKhyc9Ljs9YGkCoP+9lF/ZzvZPjzZ3j7Z32mQKhysIlXYc6QKfvifiFVhdb31nyKzwmB7v0mtAPMKUKXwJ48lJSqtWrh22HoL4p42ou1/JebBnxABQ7gK9LufipABJsfQh8mPwstwhA3Ofvg6c2Ys2JEXJ+K81X2t4OVeE8Xepf1myFOw5JFRioIBLjPFMcLmUR6y7CtBX8JnCIND6lNX9eCbjCS/ExQ0ns+qnKjVMmWBi3EgJVai9HY68sUF0ar//cO9Ay36P1yrhdELavGStFZJmhyHXH/jhSdzv8DP14Dlr6rCsPShmnAauyVQrezKiscENWtP16HSKGn/fQcqNhzaHTQM0GQgTdKGKkNvEM3eO/BpQH6wCpSyMTrInseA5ZJbndYEI+bcgWIgHLVHEPyRqmJETR7Ffrwmlyrm+4L2daLCb4nxhEG3oRn+GfX9AdOUw4IgdgGXfCpkotHwaEcYpRPkHKxBvLayPcNo+zz0JxfjvKS9w3qYUvg4FdUYHXI5/VQUyxcAkBiVx9SimkSPsfbhIoL6XtDF45O13qEaPHiCYWdfGiS4BRqfpWbHjQqZYOj1qpleY3sbJslhJ5whpHgwqDzkzKVi2jTEn1dXT9lvyXHbo6rFIhzhR2w/hUj5Tx7Uo4E0/jt4SiwgHZBYu/Yyp+XZM9zwWVY1FunBGHL2RIhwmfaEhhHBSMunHJ6D/e3kE/3nrN1oa2dzf10Wk8/Eju+vwQz5lDYankf76jgrhc9eAoe4+/on5AUYox+X+6hji2ZhNzobLxhXEKM4fxTTLHnA741GY5CCVQJsG3hGF2qDbupGQj1PLeO7cozPBPbhknzROS8TZG2X1dDSxhyoeZFcpwhlwBhDKikU6j2AaYjPjxkZcLvle0QKYhHytEa3qDJ5jRbTqyLNJ7W70euIsH0nY6PQ4D+LhNGyol5UmTtX1LCQIAjep3adYDgHxdROxEaNhyshEzdBRe9btd7NhsrV1QXm3V/ac6QbTwnWiuyhXOhW80isCv7mZQNaFYwcL9hoj6yV0IRBQVNHPHsJ0bdtqY7I1l47rsVhpqt7x4yRGjuXjwQ1cuJQgUNORx++vIy3M/tFuCZrmPL7SBu1Nj6gLicf5QnaF6pxtfFCP/LNBTlbZh7dKgALXmOF0a1oM3RReGu+yKZfbU7LL7bgv4VEG17s/YcKNU5aGBKPHCXRXSZaE63kea28nsiuAw9YfKDndCRLwi4FID3ae88lD4b6oA5KFkGu4I/RUG6yyDaLjdG8ms/BZemypXZtPUTTXkgCoBOLM8WS/Prpb2XmPpIm3FsRjbuWhdDwDFKVaLUphxGp4EMTDnePgQvX3ocJTqj4BwxOS0oTvHs8ZxQ/7hZPxKleQ2gSKe2lTYz4SHkKfqLYnggqBpnWGRbl2wsmX92MkBowfpuYO3jHZXZHt2zk+COPz0CXgKKkATQ+g1t6w72WzR2dN4+099T4wVPQzpNGUtFlzTBNZsQV5jcneW28FX6GWILhQ56VtEhw9NEc9Ll4MyHYBDwZ14QdIEPf1VERBe9G8rJKP+IVfQHSv24Q8fqEfgC/tkaqGuulZSnDBASuTXSnxIKToh3ZLfmXOZV/FsjQUJx4caocBDj7fEzJJHoRhAGQmPAb1doAp51oE/Ii4o+gGmvA7NlEkV9GfzRjUuvQ99SwC0M7YlhkAwvnamhvjiOXkaacFG+uGBo5Jr0LbLXTmoxiSaI7sZLDzCMhlcrnk3hPRtzG+Eui7feWyccQVJf0/POHiK3r0V72qN0CdS0fEkaaP9ISZiGAqTzVCuZTYbGiL782V1IKS3jTsCrp2imk09VcIJectUrCEJM7q24rrRrLlLi382B4eWVlNAP49DAEdpaE1Wze58q3rifdgaTnTukLNYu86fIT6pOixK/FDeblIJh1YhpbV7JaZ5i3ClyDDpo86Vai/SZ8JWKsuVztauPWvVZNQaUGZNnd9A/PzDIWJivXMRBmkQyPlEhvUYD1SkzojqeMsuN4sGmjhuJXPH7yyLw0HmJ4EUxU8SbFJreud9CcHB0sbnFyjnx8o/vhKdujPV/WEZ+MKxMrE7BG0R5tSNi97d2k9wYe8nQxv4Wl/T4b97iqxFDxO2uYtwLP6IjHoPH33HO7Sc0pBP3g/Ntguz8YUP5t52R770Gk5od7hzb/JqP/ROm3pWmEh2Tetn+izNvhbjPxNrotyzprenDSA0IBNvFMxs+JtR8/sQb3lgnPf87m/EllczgzCbt5V5ZyOLK+ZSWP5iZ34XzYeOEX9SwtvnptfgYGOP6pma9cOlAHqfoOnL4vZl9R5Ouv//JoZ3DwC7yK9D8Pf6GJzGn6ISP2E7AcmA4H42OLIuEmYwHRetbXGQgJGi/XF2lyW2XXX3oxXVZjrCCtSVZL/8Mt8wJbva/MMnyxlQpNjn2QEfc9RCB+2StKrpXsSSv6FEMes6+YT+BvsvskymgQuk+o/iMRW3DC6hzN2Y3kY1rlaMJsJCS9Eemv6uCJngD4z+dpfR8BTE013aUP3rCF00QPPQfDCVSrA+Lg0/4my2ZSsYbYWmcJYqhrccPJcxKh1MaKwx7m5xdEeU81l2T/KoU+jcck9mwS5pV7tvm5aIS8+Eg34Z7p6Mnck4zeFZjx9Ae3XlQA4nSBXRiqOKqdE5wq86FddmJ6ktyTFgUSr3Ixyv3TOnruaU7AP+45bFBBrIK69TN4qWnJNAnwQu2xwVeoGa6auR9vBt+z15JKj+lCqP87kelzgXhlnrIhsDX45YmcT3cQ3Qnf+iWaXcN8/OVgMDg4Pjhun3Ezla/LEle/xjNvljr+tMPt7e2lT7sk7/wdQfRu89mMaNHWePDB8eBw6YMvFldOBq0314Pjvd2ljzyXjMpTsp7WfOjR3t6qBVDYvn2gHLfZV694ubluGXF5ZncZmIq+7VyqkYpx61CgfPol6NdMigoEtBSZ7sHB4fbxTmu2DKe/Ds5jbA6xgRuC8T3Bac+k1DW8Iy8QsTjPZhjNp//OzdcSNiHmTEOB0Nyg6cZtOdsAJYLmSnJTUiy6Q3xvBYSMW4ImR2Yu7JsUKIZAs20t3cTger6mpDkpEklkzEQKEIQeXwskP3x5Q+rtpdwLpa5SSGXTr9hiYuODY/NB1x/+DUoPAlJueBJQsCvSuRHtpgumLRnLfDUmvWhfZN49NxgglnU6b1qh6F/kEgwXGhD+zlh9fIrodbkltep2kvvFvVE9G8hH1lRAfI7QEVjUZs20FQuhOilptrFqh+GmLKb11ryc5aM+jBQq+7W30XDILaaNc/xMbHFzfMm00RaXjdsSPBfRgnVbbVCN4y547Nvu3RGcRRgsKqahBXiwVQJrXd5ktI8O+RaJlii9RQccloPVsHE+mqaFjXRcu7ZitqjAt6gjyx4syenrC7kuFCA0C/0a/InpYuqJelEMOmpZmZbfhM5FJ3tFzlhIdGEpgD1nLVkn3gfzUOispUbZQG+8jkCl6Q4MfmGjFfqLyCbYX+x4zJX+omNv/C8OWsrjWzGZJLpH8Saq8xSDaGPJMWU2TCT0TVJvisveRDv+HO3sDxj8t7c52NHkSxsL4yny7kbTyZANxCGB5Kt7048DKwaous+0/mYdBiqRev+hSGkjgWj0/fjoaeLE3E1WuqpuDOYKsci3p8nB5iD+0DjkLfBKHVnvFwjN+Sqvh+l36acvtuhfyWOPbHkizHD0wd1sOC7h/eyX41PY7XgvcAnuwbEm45ojqsi36QMk0Yd11Im0qZfQZaX4MOVh68XVvJzTIaGi8rlroBtxkrHpEPpfJGaurzFagcw90vu4kbBltyHymBptZxjmZoKsz0LoaM7uU/f+zPMSPsOWVZ7BbPM0ntELV8fHTr+G40E7frKsGwWn1QRArke8KLFvzKeAjw7rhbM7JmqbTNqbZG9L6XsB6ZrFrHHwmjPPGq/bNJ2m0V4ijX5xlDkWcBnfQoq2t6wCHwCXoy70vFz4TkCYiuLCs4pgMFiCnH4SPAzbG01COBfjEXf5pB3ncZQKQZXcROKC5DYxBkHk+x0mRgtuXpoz5RnYHxQYorCKOQsVnrfCkbFl0UOh75pOZ1qxQ0bZozrk/ng7k0Jtsl6p+EgqhrzL/xw9wDmyqfXIzIofvLWZUBvEcAonpE3QTIx4VUlF1BmYdBTfffW5CFvDNEoh9YDHfcMl9M8+umOhwbSXhOuwVF0533QdSz2wrxdIlGIIi3NJwufRvjSNZVI2Dtd8okIrwo7z7L5Ip3CXz+Ec54aoe+WzTQrJxRjdrVRHis12RDas/TwSmTrds2f0yHfPLy6FxqIOJS+noz1ux7IhU8ItBbNMgMBLWie0mviG4EPZC5rnNwO1BWlWT8/PYrKMblwNYqXFlfvCFV2T6PAby9NTJh9Va04oPeYddfBq+IIYdE8iE7A9ndy7KLRoTuX7Vn4SZo2TlavXx7TVcFk8WouRZHhW7jU8iN6B07mj23wydotM5yC3OCbzGHsDaUjqXQzGtGm1FvnZFV0iURy07AI1cxyaXE/Mi0GcO919AUbtoJju7RuMIv4OS6HOw711QQTcXnWdsMOyfXxcyfsySyQbcLaqQ4Wa/LkGCZUHahJViL5JSMPYtLz9Q5SIQ0a9cOmwoVYXdBRIQDxFqdu6diekVRc9JlmjcTIdG18Lmydc4S3XesnVQ95m/iJxNw3YZ22cbco1qKhchQmCD8fjaFK9HoGOr/IyBJPaPcjDjor2BTGqWhLsWQMIZm3H4+gJtouGG0bBTyG4FjwKRxeU+D2P21io0rWBpr9u6hpTkrp5LE4f2pBIH+0N9VmKmILW5dTF+QZj//Tci7uUbd6n2Cn+tpyXZm36iQWkuFIJgWaZFQixES68n4bsHNG7gXpasCKOJrR9cpS7kpHM6xyYIJPA6sihWDwqn7fGPU+1WECPYhHDLUZAmajXDcL/6RrI1DZW3PEYIskQzDvm3ROHNRKzU+l1YZHr2zWun7dpwHhJzoqPJdrMW+eS7XgFxkLzCpjzxwAev8gFmEvpWNUqi2xXqWenElANtC5ImEZ6f2Y62aJgmC2uQEZO7rlJoYWkB+eFiM9m4Pi0t5HnLQigIKCJWEQrEJZe2U56qfZddmZT2J8o7nSx5aRbs0Xr2J+l91sN/00IaUEX0muKuLmqywkuJp8KPm+4BB1HShm/wSvZKiublJbsWXBOnpUf0iLeLbjtRi1p4nRXcpI8+8TRG9IerpD/JJEYnn5MbkM6yzelTk0+xqaGwVcw3hdZSqSgdRw77Hr5GxlMoZb0GLJXxR7Etoh7lqp63eYun9oUBwRPPW/8DgFr0vzFa66lv1Cuybsqpf7GZKPqbo3zj9aINfuIM7Otg6WjKJ0ggbRfPH/bcD7ZAzZlN9regkNhjfZk9KOvs5u0IF/Dxc0o0OZcfLraNgiW0+phcbvjXGHqWMmac2XWJIdt4qQDCcKxMsK0NNm7NK/lqFMAUypgXIu5PSy6iEbaBu1m3tGsq6/EOlqht4TxWUgVKV0lZKl0c/2ZXOIP4ePemMe5HjcRXdiaXxJ0HT9Hof11R29HWoBW9PQlI3so0KJ0ma1aXVjlvUiPE3piV0R0mSjVkJPPh1NLOdYviuw0Qps/GDvrPFzNcD5r1g9b44na9JCLw1SpjdaK+PEwH8f7HdGHqubCb1UGc7bS05OKH9wC8cCJMQlvwbd5MUbwAmmHarXeCgMs+pIc8m61kQ09cIQt4fBRLPUKZuZzR7pOLGTXeYFmd4VtF8g6Mh4tZilmWfIShCG2u8H1PEeFhyLoAgNmGOpsGk022jqVBI49JGqFgQjY3TzWY8RC5lFNhD5Z5TrXr1KePoMoDwriInxV1KHVJf6otrXh13V6VhRL0O/cH5ZW1G79MvVkb3vPhlMsK2Zh3WwjrNMRmy25NnNoRvbjd2vdunQbnFdvD+ww6cJFGRiRabWBhMMpCKgghHxMa/BUHH7O2Wyg61HkHjl/lFfQVVI462stV9eFIzSkYQIR2o9ISpMcAR/ny/Bq5LMg+hKutkOAJ/n4y941rniPF/4//LvgFZdG1wJnRSSsmN1Uzo1VXUaWxgKqsmp6zDnC08nLjI/4FbeVMphaqpeE680zKK8IF+HijWAJ8mzJA3DAFPxuhAyO1iNQVL3wAKy7PqTdTpOnI5QK5ViKzSTaHN+UQVPdvebu5J6OquOH67CWsE2qsc4gwjotDRbGKGfvz2xE5NCG5q02kmw+ehgQlicjtmNkZGe+oZs6TYuc24jwgUur1YkAq4KdOyU5pgaT83L3quvhLkmhtinfQ2SXtq4tvNTEfksAxNGExlmBUh8fsFoFNUKOPEs+ebijpirNRrWMEiEYEf4veA/jtMN/YetlEF8lh5pnLRv5xw5vhg5tMxm55T9gRETg5qL4U2eH7X2U/OzcNuI0+Tx5zBVXqcN/BUl+GXkIzxzKM4czQn6GPSdjYfvIYUzvCftwI3bJPJ9PMrtEpC2sAifvjGIP4lsr20coupiXIZs7XRaEnfi7euwEyNWZdHKpLUbIma7NVcpuCNGI302iGxp7YkfiyoQm7XEaSxJrxkmsDpmynj5u7YBjXYR36M3SnPyonoQdyTegeJauttetHc41j6NHBhs/tMPAHCGM4huWnRqs32Lq0IxqawWZT6Vu+TUe3buUZ+ibxGlBJW5d5D6FQnZEnXAImfT27Yukn0RAo3UiKS4WxqurCcT8jVHlu0CRK4oZlxm/waichQBjpFdqNbLnl+hqkqoddRj/xEwkIvw1wo8pyHiMxrjHDfyA9slCAh9pLcfQQC0xtLEGKt+j3FUnYmA5twqv6YQix8rnixToVp6fC61Zwxr81sMF20wUD6OlAvsLN1TkAMKzhQ96kvlWM411ckGKVkxbFllOnYuDt4IPKLpJ2uBh0Zd9fa++hA0+dUbNtXdFu2NYA3jTnQCxVtX26rLiRpQnFuQ54OJtM/re5lF8uHUdoDYVP3hElEfijKhj/UVSdAQhg9PbC2WQj41E1vLXF76RlEl7uQP2D//lf+V7feA/npPAXLlHkYlz2LtlSuWorGHBC4l1Gf+Oo31VoEEwej+lkqSGko2v87LiVzNd9daNzYRzeUk9rWhXn6VUObYUsLa9gqPFDPjD9gimsVt+QZcl3qAq8n14XQwNX1iXVxl+OmOpD6mGE/nLZO1BetXFN7G/BYc+I8cKj4w3RcA3yKkvzjWCuthLFsXP/bIW5B2uZbJFQWv8SOmK6G0EhWi5oIfcjyVYjGaoN6hhFze6JiAJ9ecLBKfPFRio+/IgoBCcVKN0XJ6nNwT56/tmJEEhSqc899KWe7MZUNXdbFin19lQzex4SBO+Ff/CPP2QSVsciR+xZBMxQFhNNXGyT3lHjorp5HyOkDLrLaKo5g+DpnNGsETia5cd8TWuY/EoFC2DUztkZZJacYEhQYmGkeRYPTiFL4T03q+hCn2Z0xDjy0Zu82KTjsegNUFyrC+L5ZSrnWNXkNZ7hV3N5mAA99o2NRyALMcEkTStCGje7LMbW9mgwVRpXAdYq3VMbO/Ip7RLuAnUPIJhiDF1SbY3IRDoN9zYiwrhKAQaS9nxoAgkEpWEC5qjiDLGsbkbaPhlLYjO50clO8VYlU3Ru61EnrlOTXXmI7chiuGPFZk6Ym0jlu6woKW79Gy5u8VXXNdseMO0P0M0rIfoBxg7hPhAkay1LGI4mdU2SlH6aMUdVSSJldoZ26bCLiEwZGBDyy3333DNZkjfYgHP/fSqnDSjklEHojsObTkY+WXEdtD0hEiFpoPNVsNxOwr5PtZEWWAb356+fkVQ1uo6HbXOSCsPBaesHNF1Mj2sgoJi9qXUvXVc/tGZruKN82yMkotXh47DGwGRA2pa5o719qhiwpebzms1ZOg0gR3Iygk6FLP+tGjzNwEiSOMxtIbUGQvKGJaPZ1xmj8tZ1uqPW9ZhMxpnD2vXYz9hbke6agYqIjC22ccYrlRhjNLJaGFpcz3IKW3lZZrNepQmmOFMKUVfm6pXmzKXi3m/vO6TRtLL2bu4pWZyk3tz0annOavh5Segp+AOHyBYax9cHxykbyfBlo0j0TBTZ9ukWFqrxaZeIuksquLId71qEhN3EEaC3KCsCTWrzyouT2DjUeP03M3TtTliyTAkx1DyMc0xPBvpRKEkKEuG8DNJ3dYnJ2is8HLPh6JAh3ozHj9Za61vuAkvrHTtlrpVyWhX2jFumFYaY4EZS/umGOYSs9srNmS9O4oMZDAdNnd0C9W9aFz/3DUNi4ZgVl1FNqqJ8W4p+JIVtuUBobCCCwf5NkKhsbv6RcNSKh+9o4Aeh8jxaNlDS/tj58JrEgD915xQ8uv0Y3pBT6ZuxuUk88xdzsUSKqvN70hxtha3UbngdCsfaXPIfIbkYu7LGGJq5AENDe2KasHZNJtegZ2FiR2xWq4yd/YjCJjX7vuNUK9RtkdrU+cGqwp3aJ5+8vEkF1rGwhK6Sva4dpqW3GToBgts0HLowZpT0yCsXFWKL3HMpeKeqBD5ZFznVT2X4xoOpSA1hwAmIKwHNGSFg6ca2UtQWlLS+bW2UCe4MFzH2KuEHl3DgYmIbTw33/igE1mxmOFevUwulXHq+hIb855aadWxaEib+jMMWG6vHtogQQ16eczd2581UBa9ZFyVsz7SQzmmvzUiyt2je9ua6gIRmdrsOSkIWyx01THPPRz6geNRuFnHNPLT4cykYSSvvvums3jJBZAWYexBPi9uJhhMpGYu8r8lBuTTDU1XLD5BNjEMl0IjHTNN75mQpjMdvMbzQ/vI60w1NdImet8cEGoBm9IbCao645NP/S4mQQZlyRSc70guuXf2sGMxz6iduFtPyDYCo26ZtFqqZxvy9ZoXvGypNk8SEHunWE9aLKEwCH/YHnBfsGQZrIzz9P7cVz0sWSCcxvOP5PGdphPkboNh8hGyHdNCRe3DJvvXGMOSV/dJSDZ20dHZc2/zcPP4sxiMtZvjoigypGdCS9t2dkSg6CM2NKn1UYYAfwKyhMjFYCqdZNl2Nq8x8kjOgFErI1Ur0twy6PJYVo2q7+UuoHlnW1YUYr69wBLphP7qlTDp+PZz61z91luwRmOTHUcaEwEnRzKsUxHWC61jyS4vvjTNQhr9AMN6MwEbXVExIwZFHcPF4eaAIfz5zW0WC3KyN9cUcbwcLqbKyl18lchDyBvFokLGY2SsOtnfwY+0HwUHaG1nVvOQp2h83VDBGzlyXAUqKfQ1yuZ5j1l9IH+hAS+SGRMoFk6HRJ5ia+G8R0tutQ9MYbRUijVFgVGsGBZwvnWL79gR91cwDzMa4O8MdkX8NANLJ5dJEOeEWyliDwU73SeeKHf7SML88HDKBDySS1iyopCV6Jijz6CMyiLwnag5ZTrpU1LdnPU1zrl5vmbGtdGqv7fC08KGxrRsNW1YT+34uK2CYawtRniSFru8lO14Y0f3YpnBQNw5cCTeWQyPFi+bfQ1Kk+ruyOd6VlPAcSYiCQQ5SKLJvdNyHI3Pkew9KHTTD7yZ4KYDh3v1BJzFQO0QuHWPSFs6/DZuK81EfYCaxNMsKzroXJuJaspSx85PWBqIXm/D9WbGAyd3bI1DAyBGiSdFpljWxMi432hULFjQ3gsQcj0WdQF6gArUzcGSlffJIJm1udPdbUWZW+eBtMY7/e2d/uAg2T462d6DPzZojY+WtxXdPdw93HbExn4Cn8lsPHggs/EKwlHLbbzHFL8P7ykKY2LQYp5yp9IuhmPkzP32dHj+6v3LszfDF2evnj+E8PioSXjsqx+pVWibGZKg9kzUFuGmXMp6jO9vlm0JAzJ+0wz9I7IhH8JI2D55rXcvKRLQgkcxau2XD2FV3t85CVHofTFf+gJX7hPnMix2nyjv9OMHUC/Linwe5/JAqHlhNqn7d3jxcY/2kU0dp5zuwtt3sTQP8Ks/MesWMxDTRaQEIqbM6jUoiEE4BZ1G1ichXj5WvG+quX82eRPMgFuiEuLaEJ9xvC8hWOQUdRYd2aAgxh/nfM71qZF2q2+Exg8+d9xEGmik99gg4MrMFm/HqNb2Dg6OmGlt4JtQBlvue4FTyaB1u0yJF+7wdSYJIoX74ESauENpSHANxwasC5dGoDkr9QVx/ZIX5I0m+QaBQVpO5SDoZikcW+uSHdkdBA1aZadPzy9Pf/VUXor2qU4YAkCePpop0Sm0UrSNYMKdUlDeYjMVe5He4115R6FU6QLF1LCmsihCeqXjbreambVguejmmKbui4IL4/zOEuXYCmyvO99Y0Mv1eh0AF+M72Lp8L9Frjax8zFZMI/pQboViYs8obB4h+UwGd6WyDgdVGhAn10Pmeo5xq1M2pl7QoR/dEq3C6ofMpKjfmoTnaV1vvcCoI6wheV7C8SVOICdtWvdF/ODm+vCPqOEqH1u6Gx1FK82i6bEtWaHC6e0V224viKab6VrUcBeJN1MWmZjXY6QxklXk2808hY9UDugmDqX91iNlOGyujPbnavU+wsEVURU+2+1A/OEV2nOVe36rUjbmFpPcyAufH6eyFaJ84mD/A+4U1hNQi7UFRmSs5Ami5zhjIrOX37WDaoOgV+i68T0XjeTmTriMp8LEq3kbDDUaXJAFdX527JZrEJtJRsLRyesHREfBS64EY0dxs/5a95TyqKdxYfKxRLC9sNcoGNcrl+ThWcDmsVAQYZk4FlkWLiDAOPeLoaAJwdIQOhGd0dJ2PK0WeARSMUiANLBVpJIgr43rbqMurc7VOsBzcXIjSWM6V6cKmH6FafOeT+H1TrGkuhBOq96DYDIYi2U3mREuPuBCOBPDDhKXm7awyz7USt9gqddOsZo6IWxAkdQO1BRQDFGixehCJzMptKFxMSP+IrNasztnWOjRov1GdYkkEKTgtAykhzRrPR9/e9G6jctD6h6L2xAujuYbP8QSL7soKtw1SuqwAg0Yk2SIf5qmo2bBdzcH8T6X8Sjhs69JO05TUxPguj8jQjZwVnZ8/2d9QVaKDYeAIbljLGJ5xBVacgXCetBw2gdhQ0R3WNo9EYMmeQjvmKGCZC4TJQWxfCMbGPiidOgdnOGKC0FgJduM1JEChFUNGgNRwCH+oFbOUjBeLMDeuieb+W0RXYTlXSHDDq2wOrdaSqCdBikzwqhH/zoBDJOm6JaMyekJ4NbsZkBImIIxymNth9c/1SBNqj0hIm+xt1ZvSwtx5tL7a1fDI7rH9CHNON0Q03swoipc+afowdlXX1zp8FdfMZF3eBMuSi6Rg8PtOoJ2NF8l13iDDhFSJwW0SdxFtMNIAa1CcoRbUDZ6i3Zmv9TeJKNGhA7ty/siJ2gEXNgKtjqWvKQ1GKx7lHgKRKbHPVVqU/TOMrcyLl9gKL7F6BGCMpHLCZ5wzcNEprMd7NBx8K8j96/4dIOWQi0rV2g8eKZU/MVygdOWtLsnUg7Cm6XLqXxW8gP7XsgYk5cL9hgKRANJx1L3I25IYw9H7LVZFlOrBIlbGdg2nj23aFwiZcHXlrcBz+1TbIogFMtR/lF8x98s8u/lbtKPXBsUjaZsTsesfgIWGuwPQJJStSu1mFf+XtENm/pWnqqJRZF0p+WY4mJe9ikKUW3Obmci/2htgpVhSfet6Q2BYnuXOjjKV/aCQ8JX/MIGCwo9n9y8Ea1TUFx1L3ksnJi4pqx6nkQbJlIw6eENE3f624fJYPdk5/hk7+BBDROPjo52XF7Bjf4TNUxcFUL8QfIK8FcqD1+WVIB9ePmCTIoHJBP2D7uTCRJ0swDdMMi5NG+wE67LssTBbiN++yOmDvZ2Y6kDflPrDfJE/heVHljSknFwuNcM9v+pR345V3BI+bY5PKCPX+wfrs4W7MFynfJv2P89XD9dsGq4eMJgfzuaMGhMgsN41NVK07laXmW6PvNBRbCTZc7a0NQCf16SpiuS0xeHbR9i6hVDNClwtLuvOYFBO7h8gSIFLaUTKU1kvSb5DLIH8pvbeQNfeUeFHx+1ZJZB5Bj9irI/GNeDBAXzIWGSIwYX0l8F4D7mhnH0fqp/1RCKdVKIc7NZVhEKHjLvJscRf3WJjX4cPL9BV33dEVDabvdLwQsSkD9x0ZN9pccdfXvIAyOGCnhPjfK26W+YntlTfrDh5VoK6G4hBvGq/NTxc6l8X1Qa42F81LycJVepSWQphUT05QcrQhet8FUFdiFijLZoS9OR449oRqrMqrSCVsEUVsd0+FCR8RSahHqSGpc3gtHvMI0Gn9FLevugv7ObgFTfOTrZ23kQ6GJ3sH9wcHxsrKPBT9pOerXE/ElxFzDzb89BLA6/ef7u4uztmwdYSgd7D7KUotJ9qcG011yqZSbTXlOJ/Zg2094KmymcyT8Xo2l35ygwmn5WjX+EauSbcSBty4u8+C7ti9/Q0XT6DX7ngXiP+AAdMI+DqNVmhv0nAvLYEXsO7I51wAKxFiIvMLTxfoYXzfCosQmBVV1h9llbA7B1wJV6FEOVVE4J/kTBh2B5+zQwFgJbqVkEEqnnIA+i6DeawOvDWhgNN1fYtLFmSvqI6K58/S9PFC9mO/2sw/LH0UFba37GbBMau1ptNdDO/RFWw97J3uBBVsP+7t7O3tGhsxrcBH4aq6Hrmv5koRR8Il304YPjKfsPshKsNFmFwmzKrG4Upnnqj2kWRFGYxiww0/jnYhMMDsJAyp+seOXDtiP37G62RNeSzfxAPdt6cIeO3YnqWBnun4Z+HexsDx6mYAmTxQtKFvM55RiftrpTLf/pKfchSiVEx3/seohVWfaBnDuthZEfay/WmkaI9nCtEVAHugO84f4+k7RPnH0M80C2AyNXWFAx7HL0lN9l7dWFQkcfe0HVKMnZtMEOHO+itiZsUZNiAgutF1dT5DtQQ8FiQ7vropEXkaJ6Ukt0bRGGdMI7KoU6H9kEAzLsZFHHUDDxSpkfVsJ0TlQoxxr0+DQKEgx1c1utPINMxIN3HyvJqKT8lpJv/2ysyiVoH5WnP7ahCSpxf/eBhubB0fHx/j+aoRnRUz9pPGqfdOvbd68vPiMihW3SH2Br6ilYZmce4nqsMjEPnUHwI1qX5OIvsy5lCn9qliVM+4ZbLP0oBubxzmCVgfmzefGzefGzefGPYl5wUhru7dViPL7HWpB1ytdAOXyN32d+8rWT0cuG6UhEH6F3Ovvq0iOUhHDxCjGdVOJhHpN8kSa3VXb9pdfgZTWm4UiNi3Dc8rPY6n3l3+SLrfSrBJnDtAOlfZo1B3oYCfuyp81DksXNqPcV5t7wCZvJ2Ty584AmpnvpEyMZxr6prJP+ZdbQ9tQAV+/rUnkOycnLZS+ZbuEKDi73bawWRfD+m4xthAV7Sa3Z/DfhNpU1Bezzhusp3mmwjML4ARPxZCaT+w1O4d/Qo8OHttuyjvOP+XiBP0v8rN6ZRogn8lfX/0iAXwebn3CZhKuDHOrpop5rNfBf/+XRzuDgF75iHt1dpoIuqzyr6fPDX+Aj4l8tcUnlW+4qYDJEqlXsrjgGkcUML+bO5qcmrnzP5oT3gveBpaubGWYuv6HyNjMM95h5/BQBuyBwN5KXaM6BO39elYTRw31yGGv89hMzcQ1HlMJnEObHufYqz+6YrjOj8n58aG0e8TdZNqvD36ExiOMV0hh8NMm5P28ZyEvivXqMzD7M0BE8A6ZEX4jP1usU14bMa5bo5GBE2Gi7cnjNrvEGdlBWJI/leJOBvCEIxiT9mM6xJw12nHrS3lKy4uQ8/FL3dfbVOQM3Wck52WvphVTXdgoOENSLac3/tZUxQ1dfntQtVRL6PsoW3wYXzgMz9HFfXnxA60ah1HRHGHSCX7gNRgpwVwntM0FKEuxyuRxY3FHbcg7cveT9u1c4IoWwUC5tiA68y0gk1JkjpCVKVeaiaj3FUjHCxO5k5IR7F/BZ5mN/15oUfCLc2jMEPjcJpP7iz2Mxr/29HcUIHUY90ZZZSYv1dYnXEw5pCyHG/eOaWjedkBc3z8j1kJZ0XOXBSPbH/rGYMg1hL3Q3grgiHVvhUG9QWNZiY7WrF4Jn+uyowp091ww/4GpGdO58moYyXyLB9uSosbrhP66jSezJqyORb8rFxyxduGZGseyx/T6t9rMKSeJYpkYrpnjgDvjL4WfEFwY7/Z0Bxhf2dk/2Dh8UX9gBlbWzb+Evh39UfOGhnCPLbbSfLp+1bU3Mh4BedpshhqaRlNQl0aQX4EB7K80PtjyttW3XZ1lWq/UCP1LYYf8oFnYINL20XbnRHgN+Xn9qsYgfDfmyvd8MQvws8FcKfDocsHDp6HraAU1GZhGtvLT8A+t7hf75cRcQwSBUOPMPf/e/x3v2D3/3b9UVxKpVqjSHzc7ZEvI3wBeTKH+hoJaoiE12Jwg3xl8knkIbHCMuX0DH63XdilV3CV8AdkGWPfZsXUgYMcPpVRIRoXI7rstiNnQ0RbuKzztbVEW7PWD5kam3Dvtz8+jMVZEVo6zZkpsg2q5W2jX7IndY40zY4ctHopgmd3WvL8eTZxdLHyOUFOFTal07vkhLVqeb/SRCSMzV17wQ/GStk+YaruZexYds10CfdFECNITTNBPzXOq+kqenL1aYPvCN5Gsh+iP2a7Je3DzjuDtdb3xA0BLLvHr4y2d57YvqmxyMSh2Qza13dFrO7oMApz028V1tkIW40mR3cfAx+MaOghmnQBGDrTHPkLjosHp7lNTgqRTCn/Pri7dvqBCue4xEEyOcmeenNe5mR1Pg+2g/n2DNlvVe0H3sXP143zXfcqAxzfphqx1rwBY5sV0sjfa60HEQRU9rSLyx7mpjQLzOHfO+oRXlH3b2PwtZK4S/IbM9okZlhcGhyb1uHW6WdBfPbKMi6VN9H8y1Y7Vda73GcnPbACliDjrd4FZeT7JPVFjNmxE8+102u60cA47pOIZPnGm1kR0rPg6LrUa3oKUrx+47M3bKKRmXzBnummkuJ+s0Uu5YCjojx2MckGgKMU86n6ejW6qAOHvmjufqDmXBkMu4ZCyTC3WL99cEq0CcKCBiBcey0sxuG933GJmkGD4My5wX2ePkEdzR16+GF6dP3wxfvT19+mr44uz5q2cXjzZA40/qLHnyC0UZE+HA3axPZBI3WBkb87GPjUEh9GD+5q119/SCg2lFBWmPn5icz6Lge0isr1qyhdy6aFs0+tQsJRuOdImi65xPUQ25di9Oxur6coG5W9SmgnhGxy/Aca+8+yxshF9CT5cw+bHJ95wL+5HOWXHvsXDAcbvYSXiLsbwbA4Ctl1ZarJwdr9qZCnSokDEJeR1pEm4poiMvY8lp1rtrjkKzhovJxG+xrIM3dEGclNLsqYw4hyL74q1c7XCOUMsuN1xWdKl9SyGVpNQacM0n0qSCx659Dk0HxPSqXMzdM31PPCR+vB6ae9w6WcFGdLLVxEy1htInSd8qP7UihK+HUhPg7EfNKoW2PfeuocmXGlUw4FvjUHS3ee+aItXVc7czfpWOkVZbI1y2YVNDdHloRLo22ScRFltGbBiDh48JXRzKysNy8U/k+zCI6XYXmLO+4oQcQV+L0mHhOFm7rqi1Jg6xvnuyJuKmb7CWBIxO1MSe5QV9NksrQ/YtQ6rR9nIBLiy46zfSDD6y+1REayAF3HlQ6iw1t9zq0bImR/+fWf6sIJqG9mlIcIXr/VaotsklM8SHQVs09GTPnkUuNDXhbt8hWj361S0RvWUBLYw4fksaTAQEOFaK44xt/w3mgW1Z8xzlWq4SGzRqs/uGtEwQsHufePr42E6+DXbyajFn6XiXFpxn4u6V5t2D7n3+6MjJtAeOmUvoYmRjYjDJr/npnM1l05l4/nz/K1jyDZpGitwjCDIGsxPpqJYWwww2j9q69JRbMINou7lhjzQugkKZhxf/RWg9r1g0zLJ+LPNQ1wSOB/XfgGNKk7kKTfLgHdaKFETtj9zQwvezwnSrtIIjZ2Ge1q2SNqaTsSAhSctSOs8RY/PcNyQ4wH0FxnkaczOWMso2dAD7T/lNQcYL7odGFOG9XA8BeSG6lnkdNrKOLud6uvVrcOSpPnxU3hS5C7dyCyOUOQoH4e5a+BfhvE05WUxRE/6YyIm0yeAkv6rAoIjHTMdiAofCc5pWH/jBiL+XgJ2w9rkFSBfzW2pPhvbe7eL6emKiLe0TFozbXHkcHtue5JlrhOj9d3xVrw44xNOtzzqNSG1+RzgteCTrlbi4PXtmWolHzlOrQzg+UKKoz9RsvsTTXGMblayom651QOTk71PX0Qw7K/oIYdOPwBY1TkwucybMyNpZXIzlpb0xSZ1nVyDL6Kq0Gnj+mUGW0A2yDzlv2Fv+dlGr9mboJnBmfHQvYvhM85vK26Kx8+L5CzVepsptsMkMHHBTFTsQjCD3kqw6jRQK+Rzm9+pwci0Ky/dnLec62r8ufCt3PHXawrxmDAvUZFcUPzG9sP/F8OXzy3/1CH40fvSvG97RUj9CJy4ZK5z5b1+dvXjR6kBkXTl60jfOd7FGDKwM613XCgOZl8s8NMoyzdJRvg4F0Tp3RMCebfMzonoCuzqtMlU86QrV02ofaCT6oYZ8ut3Wd5m89aLALtJMdEbOD/58L/rQvR8JZXAYpY1vKUUrHpc5SdFbGuRKMlnm0ijKSFQzmGLLbFKSS97A27zQhkyO7s5n+ZBQjqN6rPnmcFlpaLYJX7qALIFO26HV047gZluZKZsmKT0/AUEFO0u9KzuyVAcGAVPuDByuNB5fjBrT5zdpHr6EMx2bVrwL3WITLG4DlH6UAGWFSDSlaknn8hXunMXd1D5JPx2UCtGdW2ks0sawAa/hE23AJKYxxQjjcZ0m9wHtZQPN3X1PV3DwhutGNOVNk3uZvcIM0EvDEpSUIZphicrreVZtMl5UmgMwY4XaNBJuqTIKhuv9qBHzgZYGJu9yDP2X2h2yfgT6ekqZVNpVhkz6vIM/+WM4/OWKmAy1Gl4UY7PwdaCi17TTlkb7mk1ssaqLXViJmEsyWGP30SXkH7f1bDysawJqYarXO/sStDABXQy8dR2QptnoWGhVkjzq/CnBG+uZAlubebeiNaeungfNl5pX92LikTS21wofGU2NBcW6sVsQs5Ev5iU4neNAO6trLevHoQEU6zGlstKDQ3ekGJWzXG+AUrNbJeEV/lLPueOIdvPIOxNNI45UvnPimMFtU1jju3OvI8fHKgkuSnfxeVZIr0iKJUmnsJXJsn6zEo9JZcHV6HU5Vr5PhWhpFcjz28zEpO3NEoeRRXZKQcr+JP+g2JvoXNdiQkfYOxq5RDOMexSEpzri7uT165iJoJZAMBaZo9WXmKiz3AMfqrvHtDnmG0KMjEVMxJNMdhwI3CKQos1Qh2zquMxqdMqok0raUAM+Fph0CNxllpge8rWSEc0S2mitEwGwJHY25dOa8vFwHsmqCS93Y8UkbF2exh1cxvvmapMobUwVTQxNwU2g6882YOl78jmUBydLfPPepZMN37STr5oC7dpzmqI1sR/GZAL3oJypUG5FIua+nWKwF4pbwtarcXzvWjfuFMm0zZahy1YRpTFOyAWc63wKVsV1TmYu3gP4zmLCWdMO2ubGGcFcMd1rB0jhHGEGDyEIy32NTWS9pOzhqvQ29Ma5gLJcvRWO3wPOUjPF1AyuRyIgSoMdoCzCFsStmchBaNiWXCs1S0csZQUC2X687wCO/WjocLcC8onCbHRRzK9CIEw30kAPsatgQJ5pPHmx84yPMvr4zWKaVfBUkdMejBKQyLv8S3f4g8d4CQcks2z40fhQe63EIhCLkBSVA7R5q7rVBiMIK3z+Bpsnls+nV+7B4jM+5IEPadrjBbmUp/lqJY6Ky/LRQMEZDKf/7a1JL+H6Ge8ZtYyPiYBKlEb0PvZge9FThKWBA4v1RjFvcc7B7RFGIfT2LQq0UjMTFbInEK1bkesCFaTAg/SRZY/cYW04wnQTHivc6ZwijOHz32UCX4hQzfsXpmQEISDCUsb2++623jYOXuzynXRWGkiLKVDvUapNiezwWiz2mGWNq8hr0cDqQbQ59BhOp03KEW9KX+XpJP8+0yXPA5ngjv9qDYuaggAcBUOPxh7Lg0CfaXp/lRG2+/ztxeXjaIsJmw5bTCeggzQAkhfuSv6jqOwkyA8yCq7GcEsFqmCeOQpftDCGsONDupBDRROfnNCkuIRkKM7H4yd+hbi9CXuKVCobNQRfvnmfvDx/lYCUzIo6CwK8TYlvpYM9guQpPs7nzoKHccf43oy/JxOpjeJfoyMI3etyRFWOQcsljizCsFtSKNHA8UfaKTNu/YGlTTv97b3+zk4yGGBFx+5Ro7TpeGlp02D7+HD/KGD23f4pGx/YSoOfrJAJy5FOXzykgOlgCUeKVC2UU4et6yxa6K5hwkVN5Wd99vn6/OQl9Uz4o/hYP2ZtU7z3gTF+41P651LWNNhFeoQ/iaoTd+B4sSaTPqOzOvsff3uewDFPzhjDtTZPX2yEaOEQNoiQh8e4DfBIOesFq6mJmaBOwmn9NXcdiNcUD46xTwJaAtgQrVVUbBt7yz4jkUCdweOZeKGsa/pXPg576YUpQXEiTFyX37tlj+x4Nr9VMeVWptND704vvuF6CDkP3mhcGYYM4DVhMElSQpE16QSNdBgtfqYfYSBypHR110np+p9bcxhtTm/Pq82OsXbrsa2VMoY7One8JIjO4QDhNGiFuiS8P+c+VIQnmGovN3oGr09XCqEzo/O+yH+PTTrHGDu4xjo5aeKmvRNwB6i14mTigmYa8fR1XUpa1H36BpEwrAb6Kc6bznJtGAfPBVmAFjmedm3xi1z/A4mrXLsmDoqmIgokzslRwYBGb0cpwtYe4aF9RDfrES3co9gUm5dU57fe3LYjj9yWtmURJMwt9ddyB463U391qL3p2PbExpbos3rnXTr2gsF7avDZJhsp8NfHKA/TvH94tJHo/xw8QS4IHWqNwno/y3l6UxvY1FJkuDn90ZWxtSBhmwzJk3AKWv57eDeaToYuVDMsr4d0xcl6x7P6IeN2Fu6v8VH34inYHOR+VS1m5Hjw0oFH0RIiHbDz2EAdQAJclRd0Dp7TOSiNVBA5EF/KN1aQ0A29y79Pq7GGosDly+vbsEOdHmC55X+TUehD/nXm77wJ6sReZcec4fjppfC53M2g4oiySlj8nHL2RFNbPmEjYww6xtBGlYriClVweoXYZX0G6zcJj1Aja+pEjUiNOUVnMfbqr+x2lNSB1PXnkDpsHyeDo5Pto5O9vYbnc7jU8zlE12ngHB83/k/EGRm3mX5S2kh4n/PXvz37QTgj5fKqIZcXXtf6SPBSEoddXJCmCdnd6i04kD+mu7Pv3Z18iekqpe1mUn9qDs+PzCk52NkO6Bx+UlObKfMGcqeQump0C19DnntYuLi/Axv7Gr54il9cny+ve4w4VQKu1Q9PleAnToU0LuIrHaSinpEnGI9oydfUJlZAgMqIp2ecC1Fben3bNyGTfw26SXto1IfJ98FRf/uov7OdbB9j96CdZmRrOWnPYG9vZ2fn2JAC/6SBraUH5afuVvX6dO/b88+Q83R6VzD3MFHcKAXZld8UtTagpvqVWkP9iinQr4F9AX8a+2RAHvDjL1ET8JbRqxfXFLvb8vIndGVG7SvzI6qOw2hriyK7qycM2K5hJRYzS0fcca//mamS/eNAkzxUNvH5OSZ7os7K1dypR2hOYPz/+dtmaKvrKVFhf7Qjsr7Hkv6/afCjXlPHTZb1IWURUffB8E7Y+6xEvB3TgNqGBUb8A0GLRB8At2WKvCzp7JaVclqUBYIfGCkPfqfz9LmJIng8yDYodQ/499+VaR2LPMSoVaJocZNckuUi2iaMBcqmtMIrXUnn4MHnDM3g+wfyhukUs+RdWnx4ncIK4HpjdnSaznxIpe1mOibT+1ikKNIdXmBXtMqvsrQqOJ4Zybquhf7t7NpGPUcQ17YQ0B6t1ylm9dTbymuXIZ60o1QPPDEwdIlTgQNQN06L5coub05AcBqAcQdo2Ofs1nsO127YoCBYjSDRP3aiS7kNnr1qitWuM/ypwwm1uI7awZiZ66RAk8TQR8CYGVxoLbJlhCNBJ/gBuQNjK/IL6YAjdSVaW6CFTz55nl9r6G+aL6Z2pzEcIYn+rAnTWAsw6lfOXQsUvH76+OY8YVqNgOOEArnzRzwNY7/fY5lFZcO3OZziTx2x2zTZ296T24SFAfCIG7h5plIbp4dRx/GoWkyvXKAKT7pIEsID07HSH2MglUKqFS9rDDawmrEkiiPghTJFl05soJzksnoloHCCxJ3DLlKYYGLRkFYd/N4sSPzQr3Fn6hY+HRRT63dCL4zVpm7MmGzb6aLsiAxCYE95vHmTXGLsbf4jHaKjsMOV9PBa0F3lINkdHEGtIsLY1NW9/7LOgH70MFHvHTDUKXolZ1Veklc32ItEqQdhZmiF+I/QSYkYyKeorNxZxzDFsiLwteQ+edl4S4WQK7jpjEyBlSPrJJIYKojq34kuw+gnrUoFaLz+dQggLyIQtZ+AwbX4u3dNtPqm+PMhQ3RUYku2Qw4nXwMm8583mcpWPUca9rTIJOM3lb4nCNQ4F9gasl0VikFdOtllWeKvO/odDaKpJL0ZIQzNvDWG0OM1f4OHg+7RrZT8m/iVRs/cltNMlGxhddgDsLaO4ZB6PKD8lkfZHhNMw+J469wpjyKFwoqQ1o/8prsSU8vDQYnPGCgqBZmG2i6vp1S0ypau8r17cv152cqXRp4cdDVfxpq5AgTFqFy955wrSVehznF5e5RIwaKtHj9vFc9QMOM4pWZLphl5ISrH7ALaGmvwGhkuOWwFwjUXwmGQVpmyHTxmX9VmyN0xeRIRFNowUH4QFLv7Aw7GcHwBOrm/zRokXHeP0Rssg5n1ncIIry5a+MaWU3o+O+eEalHRDlWNyfWkZJ9fZdfof9BNDdWQXlm5lsETBekxFhOO78RiJpgq8jC1z+0DdFnylMhG8B5zjXftlIUruMG38Dqlvi0X2MwjU5UVbFYSSyfDw3h+YoALgWFsn1biQF6DhE5A6dZzJklsbQwuC4+GdgaVN9UZgjHn6juvwBhSog1OzIMTbdsH/e0BQgy3ByeDgwcFYnf3Dw4Gh4cm0yYT+Ikybd0hnJ86DPvtOWzbZ4Rh9zBVEbClW8e0nC0mKUePtH37ykSbduDBZVmWaIOX8eeNM7w/YsD0wEALEQU3xQp3Co35SWiAzAUCgxTjP7NA6QD72/3JxP2UmpyMCwq0HjYCrZQMQ2a4bJ5c8reavONz/XMkvrqzDUuGTHmLWdtO2mig2wyF4n07bEwdpTaT58V35b2gK5scdxv88ABjb6iLyjtEcIjC3dAaVQS0INELFqFyMNNFFjFWVxFJVGdYd2dn73iP47q7m3ubg/0Og7tZeKqGTQMypxXgXDjLF6fLBqvn9xP19uCfIJTy75FJe0KNimwHPa5II1vSlt8E7NEI/7KVBmlxb4rnJPYVTsWHa5kTdpJ5dk9eVedaSLSlRZMa7BXZkNixCs3faxA64Ap+zGGGAW5yTTeG9o9HGKH0sR18Gs160OQlVBzDqNiyY6YcLkDqY+E8SkGwkr6DjWS0IzLutM3912BPanwXnm2YeTGoQbXDYHcIzcN1hoUy464ibXt5bWE9nRW/e46ItWt7QJzYEAgsSM7QZVq+SdbkjyNKHr0EK5mbKn+6GveZSqE+lpNY/I5uiwTwXDv0T+a14i5MBacKNo6sU927UcpLZK13AWd/+7uLs29/97LBABBOoovIxnVfks5dgsg19Izynrc5uHhFgpw8hD10vRE7BuwIs9mmihprhsMarGn8ga2gGlXdKTcNPLeAU5UpK5sctndSPXQq6llhrB/zNPnNIofDj5u8wYwtlhY2/lxwPVw5E5bqwMlCCr8F+FsTvGnpDW8c+JTElICviAorIw5JEDcwB2yOx6XvJfFLSAf4Snp0SUwIq7daukSIZ6wwIepQeHafeBlBKuUd/ShH5QSlMLyyLwO9useYF18SwuyyROVMxIRfm34Xo/WCDxZTJsCRjn7iIEj3GM+T2XgB+WsHWvTpeIxLSGdzUacRmVelCGxca583k/fFnPrF3W0wxSr/lOhTpVABPS1Qkf05GOKoDwLFOs2Iy58uoT1uhnmeCC9z52g1CvV0gi/fnxErpktFOG3CtwkPGayOKnHkfcrn1NXwDc79LnO3JXz/FFmj4Kw8looMusH4XZgmGXBPNpK65Degse24PASmm4hgA3aMwKdMiBhJPHmKhiDFxA505vsQiNJz9JydzCRJReLT0G5Q3IWNLS/ykxtc2Kr8gP4/7pccIY4KoJfvCRAFjhTaIlK7Ep3ClNL4S1Xs+eIKu++xNn1H/QeoEkagpSqi2Wrm62RqbPGOYtCB+nPyVeloYkJQ+twRz8PRDEjYHGddyFOBf8Ga1YghuSz4S8uth8qJ5eDiakEG0ZKBqEMmWszcFteTnONAWsvRfAjmyIJnwLtoJScfXCmbRfGbnGs6JZprTOkW5tgZlRsuaXtar77VeH8GV+OqRBg0q2raGhXTSgAGJ+gbkHQ1nnehHoySUKw+qChz4UoRdTsfRFi8UeaIOFstJhnE7G0dCkbGTA6iUGCJ2TUnjoE1y2ccYR8nGwvbTNRTg8LqkMWrAoc7nUYGkUt3QcxvrmhV9k5XXctqaQs3zPqcYc0utVKlALjmRGGhMOgnnYzTj9E6HkmFy1BSskfEGzB5PE7N0ZcddjoHUzRa81DyEp2TGDvltatoa9l5IkBdmvwqU8YEdwYDCuSGtrCB7obDs3K6CCv1E64pR1VYVjgOuPE0RQtoybdmlZjF0ipDtJo1Z0+mA0j+HMwPuKFYUIJapDbynlI96UfChZK2I3eCNhADi3M98Y0BXzDpCLL+bbQ/d7aPim/iBvR08hl3YUges45FYbdBk40GqzHPcjOhonxnFrTlgsvJEf8ARohdq5d2BqLNmvMGpvXOGghSdXF1z74UWejzJmkYdhNPQ8MCQwu0z4/QT8L83X2DUSG0ftslg4GriQguOWzhQLzsPSpoIU4LxB24VJ4TiYVxF1lFwcoverxDlOO6vkYLhXaIlu+2vBvmxbBIPw7xqzU6gVUOJk6mJqQnAsVlw1Ml+db4ZGp3HGaobkemIxKcAPrT5H74+0VW3eN+bbgpLHL3y3m1gA+yT9T4aohXcyhyRL9BTVZi5yctFNa8xBBwfXS8yOh0DL0xSLH3Co8QkjFUiXO0R3k1WkwxRjtCFrQ5YvTwYnkeGamF7BjkUZjJMPI16SFbW4/urYvc+0lTKAUlCfEUeUpEuTaBKNtMzuDR6OJg9ERcJXQUaC00kwbWnjgMlru0s8H9awMQA1lXCAlOQFkG84zHdJgLgjxvk4fy5XDo3NFert+sAKcylnDYp3y6mIJ8+D7ToJhJQ09S5jTHWjCscCRzxK1p0w0Bq38zudRtVRdeXW66TOx386YGw2hKmawvJIpsZf2ajHX8EN8cRX7bYJh/9/ziMnl6fpaAmztbzCMLIcqueUt5xdlDYEGKUSQU3lU5wyq7hn3DsncI8lX8myE95fGTQBHBlO7NWZSY0SS7xtsDdgs6vDcgYsn4cxlSI0m5PdKiCpB8gfA87op9mDgLL2FO1iJ15wy07qJgaKPGzfgYtExYtNgCOzaYxpFUcSLA5MseZt17FErs1+UCrEYY78ve4GTQh//b7mFf8Hz8ZQ93sy8mQ1/Dur2EuCTgITCvsupJB/G/9J9jpWKfQzZf9lAqwgOxJ7gGoVxCVruQUztwikYtm94OTG/3BGYnEavuL2itYcQyLylSwGadiQbpnbnUfs2NluNPFXZCZIQqQuOUfQqqWLrWezDXvZPDjqXGMF3nOvOHqxY5iPStucL7eAD2Tw6PutcYv7J/cgyLHHFO2BmldDG7o1kjMOqtkmlaLKgm0ocfYqoZjUsJmJBl5sMeQSR2jWn+Ov2YXlDYwCMpKfgqNIzkW4h1T+4DFVRtPacOPsG9io94ACMenOxu7/SMPy39ZvDQwFapH9QVF2TQSzXPR5S8NMbJ46jDGsqywC5uGbXO1L67LQWtFphJLkqRPBW3DM49h+dgQbIUNDBbYdZWJdc1QxA57hjV1I65ZgvHF1tNi6dBb/bv8vGKZTyEZTw8Od7zl1hAFPBQWLcMdCpIRvAZwXaBtRMUBeUBiNHBW9+0cKzT64aXFh/6CIaG/xsc+rFbnREvZggwut0A5yKDa7lBYuIlRVeVmJvN9eYPMaS6jASwNZtjmM0xFqj1bFQS3bqbrE+ppBFsSqbIQmlREFqMYsu2U3aggZePPthGUbB9cgyiwPsgIUJVs+8MgQ7zAEpe15EXWzE4KSLUREd6mdS/6Hie86zutdWtc0rJsS7KPrdI6Tt71JKPd0wD9Qn+x4D3gM4i5pt7xt1wa90ryhKRXiCohZACdp3gzkJ37YKyaS1ASWbJmmXUWgKtWoyMrJjTLs5ply5INKZmjn3t63CzoE1MyvFUdpo9iuApKMJ7E8LvmAFqLvwPvCfedk3n3kcRobHUfmYqD/FM4sA2DS+vmI9RWtHWVjaQkhdgdNrksO1YFrWbDtfOnwW31KLhWYpyzMQmJcLI9BJaPuWBIddYMx/goAaOy/IHMdVuSpTv3sN5yJ3F84KdVycuwIT77RtDcaNACmZPJumsblVb6Bqex8lnlyyrGmkdtLW0FigMAwLVUOCh555HsJK4xS3WkSDoYgeFJaMQALOU4tXKsT7HWhCP2aVio4b2XQUO+R9PhDbdZtEUkaB5hRRrQFOKAEzyaT5vOq/CCeqAAIvZTUXhOt8KWhPnCbwfR9vq9DqrTjCfI+miwMNgYAKHpQp82wkx2LrqcjAamHmECsZ0wpSwyusPlEMV95LT74W0/6IWhqA02V7Gp254ihFUmRJ84kZAJBvdWjranPldKS6gi9GAz5feuLp4iQm4BeGzqxUv9pH0gHqe3jtP0rPU6DLqW2rifnXuiNIQ4eBcXYOW27+gPwz5D08S244dhoTTRbqci1/Z63h9f/GbVwmJxkqURJWBx1TIs5lxGHOeCLfBn4ubD6t4K4zlctXF2a+9mmqdGl4Ad1o2uCDzU4ov3/3mSwNVX1dlOh4RJ2YjSaWnpMsruPK/pA3H9GRW0VpRTkkRABpViJhA0nzOJYmkL1h8F+m1t5gKHJ0PUMZVmPV1Uyf8++TeH1988JDKaFrGnqV5OO/m/OrIMQeNgWxGo8tv4GORfRpl2Zjj5pTx8CwcY6QjK+A6pmQP3YhJnlpEUz2qSq9rV+kQ1RwdPRMmJUuUvAraO3SKxahcbjXo7pTLbZkq8j65KunVE0TNYnMpahZT0cLEATMtTqZgUHd7fOcyUIBztIHVycKHfIp2JDNoiBY/8Xe/Qb0CP96HHxM/EUWRx2Fw3BSNrHwilQQahBWFxK7SysHJQ3Xx+YNc3sEhu5f/QrjfnBoacuDM0Ynp4RCkR0eXboUDUdtt8KryuvaFlF5M/J7AM5Q+C/K60R1tgY/UuQt9SDLJg1lZQ0WQt+aOU6WNRBnDs/ft+ZB303UQ1HIH6Q5TGg/aZ+doWde9f6q+xGboSmpQTxp2jNUvNp9iJKwJtFCNn1p6cjwwEXxAPGSDb+XykoF8oA3rQB8slTKeCr/L/6OsKGbak0WB64zmx0dVbmJAs7MOSi8v46JKm80Sc18HQsJAQlPE1MzZiYgWRK1rocXtOw1etp4iI4idbYvYV60nZnJ48YI7Sd5ykFhUTUOhJoFu42IR12AQU7rOq1oqrItRPPS8pOYVzdOITEWxmpENOkmrm6wTT2LLBykF2zgwkhvmvjQeIx9LmS8rfWzAFDXtmXqMLR16m39ABM5hY2f9a3MFNIOr0VwIZy19ucgXk2CkNLHNguxRmKONLPIq8K7gdn0EwCF426BdAozYebrOAZ2XMjbPTu3aMr/U+ifjTPtMhlr+JCEaHulw5kyLVmWf91gqqqnS92mWvboiZcRmfGoKx5V46CgM2huCUaQWyoDn3hL2vlEQ4w7UlsSOylB/BV+9bIEdHMeDQ7VJFb6PZClTAMnu3ouz56+eDd88ff38JOH//c3TV++f96jPi/1DZJd3I4jfZVaEtT3248/beTCMuXObtDaRyzPL8gM3xbLo76v8ZkgScoiJ2OH8FiaHqC/bwHAC5zU+18ED5+qBLmFgKrTe9PRgvhvFsORy4caAmOTW6KRV4L2v8kLdXert7tNcgp+MlRrE1EbztLaq/Axw/uortYZumhbR4ydfbF19RWlf3wYCbrSLpQjjQNyYWB0gEyMoliyPAGKd3KckezubHi86MDwNkvTrMyKyA1PuI3wKiiuLJSDJBgQfXWxRIQEqyzv4MzUkUrUHxAppQmnQdUbVGMA9lq8pOZxFgJoJ0SXjfOx6o/EZdOKGNiGCC3lQyXbIsOOKn2OvZxEM7TxHGJVhDIFjaV7Mxe4jWU9g4ZzasoFUHW8mT0m980W3x3u6Mx3WH/LZkAM77sdcJkgnXbo+05VslKLLSeEYj3qpZO9QbotVFPXOSXzkE8NmjbUag/lPWVNmZC6rGXy2BN70mA7QuPQ97Zpoc4JMV559bvrENxPDXmIUa/UQm0s41bimIEEd8H51xLdDEF7kNwVFCBEYH4/yBh0BvFbH9CDZiMUCCxjw6gl0JS/ihR1rHMCrqryrFeKLtba+c7uv30qT20Uwru0PZtDIYl3HTKSO9XqvUaGO1XK69E7oAsVK7D1jAD3iV5DQJYKi6bl4xZJttEuBobSFDWVI5ZM2h8YaQjQnXLOsWZ6FjZXzoD8bHlhYEYfa9ajW3rkUH/QaO4U2nkEaE3iRmZTBhF1MshYrvqlyzNkJ1oArmUCIsIFNr9IRh1xrI1Sw7WPHrjwvbvFMLstVfJs9omL1OdVId+rFbKxgJJIWcHwXLo8B3+9REu3qfliVk6xHX2FWBWHMQyAuRdTv8QfS3K+cZGECTsr2Gc0naQmZEA/QCwbHjUB59WQzObsOvxjMxH7flPYzMu8qw4oe9Hyle6aEDjQUz86iw1FhTBu90nJCxBAsL3Ev9SXi9tX22vaVgvixNFxyc+MM/hfXWrt+CLZNDRWTYBM43MDLu/wG7O0r0Mf32k5U1jWd1BiuZruIqziWCi62lDgu9Los1HVycYMOQ4Bdipgt67IjQQ5XuRULD37iMEMrBN/Ew9R2nuuk7YOWCWdCsSatpgtpXJJyTjSoG6SKTBI1PFcJa8TcxV1Fz3Uhx1qpQrZjSlcbJHHURArO3aLUTv5YtEjGYB/bSqshBJgTjHMMAbVQfELknvKSvnx+6VuE0bhEGaj6SrXHY7gE14sJQ4bK2vRjMAoNaz5IuWwk1MT36TT9Ht73YvdJbId+6A1q1r6S6rmbzb9x3ssLJG/dnC3qW1fc4iz/XicSK16N47ZW4i1foPfK9bnDGjT3HD007qjGnSC/2KJvqOWGL0nb4EtWWAvQTx2YJYAJaEtJ1zC99LUnnIeSrBx3bJcyxl9dEoJ7LKY4xhX5QZvJOXEU4EqIJa+OU17rPHOCiIzKRZXeiBjE1+30EiIyoZZCPPVw6Wwgs2ei1J5Bdu+JhgWv7slf5pwZLoZPomcFWKMLsTEkSeH3OXl/hvZytg7RU1gKRNWeZDh0AkW0hwOma13FEc42o2njDxcFI9kkpSGFJRz0Be3OAEMxGX3ag3OU5FzHmphasRbVBNY8UictolY6JMhpWWMt26hLiLmO89R3r3YJDgrlu3VqHUt3gSxkI04SiHL1aG0dKvcc1toj/YJiZePkdhTjEcwSLjDWr3Tcbx1lXMHukVTkKrl2v+AWprf5IAmJEDdoRt3buUbFNbKfZE70KllKn6Nkzai4DUztfrbyu15UBPwLnha9v3EjYOXv4sGazxSzMGSPMnh1T8EVhJiG1fqQ3aPHUScOuIWEh94hN13IU1t/6ka9VLw0U9JxyZs8isx6MQIFzyALSAqXcI9ModGKGe46A1MMhLHupOgcBtOsvPnfqo2sZ0wKNEUP5loPucEslqR6EE1Dvtar9L5czFvliR3H9MzCl2Ri3hUNOshz5E1OLddNWs6Ls2eyWow3AX2xsOyzZGD6b798f/bMW+dYtIK5MgejYaHJo9WLqxmqDUK8l5TRTWvwAxP2csgATsWLbnqRLmVEwFxxWyrYjdQVsKtXRDCKm0U+HuZaOKtcKRy3KqkXUk56tvZNRcmRNGEJrSZVIBjG+0j76/UTkzww04VdoxCfyd7/qNgM0YCna5iAa8iJjOteVgTGd5s3FWlSSE/ca//gaTof3To4VHhD5GuRA++bLJrX19iK1HgyaElPSx07hRv6Hg4LyhxzwY+CvBsPpzkX3E9iSUbI/xepVDsohRryBG06hi4iU4NHZ1s724PjrcH21vbxliZX4WX6SgzdL6/7V/lNny3ofl70PcvXfn93C0QcBo/mX/aGVxMwlHqobr/0UN6vaiyuHveR1Qp5GrDCQh3BEfmBE8TUoEFgnT82xlY1CZfzYsrDVtkEAYFxrpEPhJYL+Rmmh6K8kA0PZmXuhG2UIMiO0c2rEmWMmMdes2+RdMdYU0yncA7eUX1QTKgtirmk0oez2bjQpFQHVUAjwM6ZEISBk4RSC1AeEk7rbVeRLteRc6SURYNPuRGCwYaWSL5VhHbBMHCl1jRY9vSoah5NsxCmEl6H8OEYdmAJ3yeLPUQsB9EzylQF145FGLu3mjlkiM1m8hRE9AaXctPN5AunCBx5xQyO+EwREFfIN5pSTFprtNFzm0z6nCyZCl+7rQjk92IqTdlC0h/gQ5RwNwQjESF2UPXEFeCikyg2bX9vYECbyTNnXoB2Qhpr8qj4qLS/H9bBxxe4k/SqfQNS0llzrLv2kZKU0QUEBzEFpJHKfJeZspndQLscPCTYgZRvzTuEsUxNxIgD2c7hdLHonnlwCnvapniJ4oHe8VYX22eTfRqZv0bl0QhU/fJRfo3cfH3Cvz/SX7LFimhcLgR1q0dtLnxtKofb0fLSqn5j6zSygCKgHLbH382CC4x5x1y5KwkxOpeC+0EVJMWWigICl9ovJFs77qXrRrTFRnt4FfoDfd+UZtvLC2yNOL/vMbIb5aAs67IYMT9CoK9KbTnOQNmApfyr8g7rQjc4mJDXRO+GOFUTTDAus9VTIExHWdXiQl9HU1z6mvmCYytyLy1BEIqP3HIMoKCldAi5H+8cR88L26XZeiJqzClNrlt6ojRSqddMTnRhtEVbsVMm9SA5Qvg1DiRqKcLzt1ZA1IU90CEguZorZ1oEUYMk1K9QZttkBGecAudeJtV74SkcyTfuwaqnk/JmdejFuhIdxR3e56Uka5wZJu4B1xPMSk8QxF+jNUROH4sOc8eo4Da4ofGnTTHEQMU/rP8j2XXPbQAebj7heAgOgfYH3WFfhB4OAi9/W6VSogM3nemqDJuUpCa0mJ3mNIRrVMyHI+He/Q//zlX98lvGzx6TgYiRooqnFcCheiQRVSBvyIDz/At54VMAp7cVekMNXLEdU8vDQUKXce9l/yH65TllsazkFxHVqKd34VZFdoiu5PoS35xBMlam6MNBwNs5a6ZhQUa0KDNaTO6uLUfdRCmiRnUVSyvVpLJJMCpctyyFriLPnBFDL3KdjrIlmlVqMgkMQ7B1UJzZxw4mpQ3HeEZ6g0P+wgnkUp16lKLYjnbTHnoLJQmmvKFU7hPyRczhp9waiijH3W2SSX2GuvDJAhtGvMyL+9enz5tSmBX/gsNHadC+oJNpLwrQhV8qEgoTwPCuAXtGSBk4hwu2uCGUoCxCaxOJWTtG1ALmyAkeIgQQ+RQj/E8+lPloMuRc+XB0PcQJZs4uKOJfQjMoTGQ0rTUbQBI8CBi+Rea6khvPyFO4eySUZzpiyqgGQn0uRAjG42oIHQRVXysfT0pE9chXQB0diPO/CrAvHtQkkcHgGLVZ2Q9Oekz3+zn9j3cG1B/z8GSn2f/4eHl/zN2j/ePtA0fL7mfwmbzsgy5ednhZkVURenZL+QxfzGtQH/iSPKJlaEeydN/MTMi4H87XLuTkXTzt+vF6zOzI1hz2x4S37K9BT73RYOe878D9LqVy17nGyduVhf1Ham4JP5QgXzP9XoobFluECDn3QyjbkQlfSdqx+ecYbtykRNuzz4P1KYnYxytO7O0P4GqXlfjBSdoPj107y585vH/m8P6ZwzvC4c1S7lBaJoOtMvpw36dQZLRhK7auv6AvJa/4S2HX1viD4j0FDvawaWuW2OdpGuxDltEZFHOIY6O0DsTIpUdkMzmb++5OFIeFxcN0Gv4iG4vZBQ+kZhZUeo4SkB+PEhSryAmYxUMsZugLoLbfTChxgcpFAGbEb000MbDbIJbgYG3AHYEjWo1uWY1QPJOZQOE9QOpGhyC8TD4lZwTJKDf/4s+jPQn293e5JcFgc3/dJom4CGKrOQNRIBXqk8R6Ge2b9lNJpP8U/D9JfI8Y4tbAanMVv16Ki1Fa+DthW4u+w+2b+8+oDn6MHmJ0Ur7Juc5przWnU+ow5ItWqJ1VC5gLUrSi8Fvt5sKtiebDeTnk4+qm5S5vawj+oo/VuzMhUtVACdpsX64bH3Hfiur+xhaqBi+/rLlwUwEpRETyGo2uYDge9/8UHyjzdEWqsyK3MDqrZb2UeFavMOoo80LNL4rx1xdo+hOniqRRJOAWjNxmjzaju3LtJaO/IwNXYgrZ9KvNafnFFvw3x/uJL+dDlcJKpKb3Hoh1TNRmolQy7qElrMcwTXzQ4gM9Jzqt+OVsntR3YLZXN5h9l/mRl4fcoiGtFYUaSBQ0i8j4u9iOUMEIjq+TalswlhCd4Ormcu9gbyZMRm0rcAwySFf06RV8czHPaMN4bckpa/mOLm3uIgFg9C0qcWajV94VcnbHj9qrKv0VfZdmzmvj4p7j7n69yJFMe4Nq3hlCDpbojaa6LggEZXVqbF7rFFyFIUsMpblJ5WiDK62yulKGdrXIXE0mzbxP3aRxl9PxuE9Z2/ac1gEpuzpN04kNvSUvyGzazKQdoz0Rg0Juogxk2wLDpZ60RyQrk2dQtzuByIMgzKUK3j6JtzAUBCGshvAhDFZrlEuG9fzvLl+5EG7ARS/yuYGyoY0qsjmVHCNvXPPhEimWQLFEZeR9OTxs25ymfNLJzJB+0O1t290cHDu1Rv88Cv956Moag3vJLbHA1ulz4GNzdjsTi54GCYfgNB9Y1x9qcx0wQLvrvrPf+Z0d9529cG4sR541G6JPwU+bZIrDJSJT3C2pHRpn6URGgO0g7tlK+w66WLOOsNMxqR0zqUHndwbuO9td39Fv8CYY5ifO98EpJeCeU5rPixtsjWASKPoE3rcLlWls2OmHhx3jDzaPQF3Il7p2Cb8U7SFIluADg1Xb/e2j/s42Bqv2D072B41g1f7SYNXB9vG2i1S50X+iBoJd3oQNTsFCsITsCEht/2gBKYk8/ClEiHgqa4Zy5LH/yMGZo501Gug92Jthd3ZHzs1oWveL9GPck4X/ffr6InmTfsxvUhfmMr5s6ylRN3ZwcMxubPgwVyQzRqJ092e0qyYSUOcY+r20WcbUOamoK7RWXAVBPlc4glSZIErBNIBHfzefbCTjqpwxgky46rGdASg0JOPxw8d73+0fH3g/c5mFbZI9WrIq1gYuFDLlw3B6eExUhGCDH1qtKbBXLZmYpP05EaZUa37KMSfkp3OGY/a8GWFRZJ9m0kZKE89aoOaIxGRIUxzw7XmUhcC4vGagBfLRmR0nwCzq2TDPopEIaibZCcOJeph7tn9x28N2paAW13F173upMUOaB9QQMfAovZrEnLh1XMgmT0DpcZ+Z8SIfn15cbP364oltAe1noTZG3M1YdoT+ET3JneVH70/Aldwxbb/DrtfNScbTwj2Hr7Oow54miMO8b7vNdHMQjT5LHx9/URic1mzCfnp+yZbWbVoPtY22lv3E37fh+f3JeKQ7a7t/P6FLGvg2e6Fvs+d8m85pB/KH5v63/wKFWP8rgh3MQar+LSP1cJ/7zBLl+/dwCpqdM4xwtal1rhY3Au+31fYJcdX3sdCrR54hIgRgb6pFUThSLy1qpVUEbd9/8/QbdHpr5iOVGOhMi9bhH+3hLUUMeqWP5NZ5f1LS467ze7i67DCQPSAWlZad11rJgJ3h4JNiMdvEo3mRsdR0Kn9zOmYJplxt0i235BPpOLdQ7WhRjqiuTTcPT5v4IB8VXsctBXFdJoIYfH1/dvH0NUj5G0YX2AQViaPRZAh2GDXjYW1D17np+LpepEscX9cqdInj67t76j8HP67ju7fEYfWTOu72e91zjpb7vUo2HfVa95Y6pHvdLulD8RPgkh7D/0/4id2T/f2HuqQHgUv6x2AnHuqSRpyCPw1vtNHQ/agJj0Bj21vVrn821+9a89J4Dn9KIIh/gi7uYH+w1Mf9x/SkYGP/8Ifo9uig+HL7dKjgVE2ym3R03+ejr3Vl9JWBPXjgZzfcbFlbOCPMB4LLctLbo3OFP6o/40fj7DN+dF19xo/y+UN/hDCZef/qwYPB4fv+FkvKPmdB0s95t9vPWcXv0s/4UbV42I/+8Flwo5VHEW8j2bHG2lUWA5sCCTGvdWSSu+GhomG7vsKHdelX+JR1f8WeqaUP4tu09Cu8F0u/kq4e6HbFS4Wneemj+ER1feUPrBuIi7kPe9IHCXvfl9yKB8h9jgza/ux7t/059277cwTR9mfKlO3PEZXbnyMZtj9HMmx/jmTY/hyhvP05imabDx4aNg9XePgrh97WX7WGGKyWIIPVEmSwWoIM1pIgg9USZLBaggxWS5DBagkyWFOCDFZLkAFv5P6Oxy8TOLGvqkX4rdiuQfFC5f368Rq7vYNZhAD3uHTbd1Zv+87qbd9Zve07a237zupt31m97Turt31n9bbvrLntO6u3fUeNW973adY0+r0sgPGEtWuNzYYvv9Qvf5Y6Adfu//vv//3//N/+Fw9XKvDT/+n/8T/9t/+v//XDVQu43C//h/+u+B/+u2UTX6Zj9vG9l/24U9GgBwxu6E02zfIii92IFUoH3Nj/8f/4P/7X8P/924crH3TW/z///u/+5//N/+X/93/4L/7f//n/+eGaCG2Pv/8//f3/9T/+b//+3//9f5/8x//87/9vf//f//3/Hf7v//n3//4//u8erqWO3BHKlv04rq1Wnr8/0DlhX60ZE4geqVfy1bjthToQJlwvrlykoaZmNO7Z6CRnn2Z5ZWsV8pODw52BDoibME7v66FU5Bi1SwqW/zoUoI37lEdHzxNTJ1K1Zfxt+IQQnRghHI5m4Sfit9f9aUqf7GzrZEkzv0bgLU1gWzT8VP+yC1NyKOtTdgikJva14VWWFUtH11zosANr+bICTxsUAPHStb4N636jX4b/bTnbI1+9G/FXnTEBl0iahbqFI5U1mfRz/+cd+bakovVvzYDVzkAXwlJFw49EWojRUzkQBn25Cft24Ax+qV33tWbuIvjyXK9Vq/z3dVqkN5Qatz+YT2lbdu1G9Q1AfkugqrPbWXxH8QTTPm3xio2u9bt2A3cx6sYbiBlOODlmaRpjmK1EN/WuLCW0lIW/ovHMp+b3ur+77Y3cavzbvVl8z3d2w/1trkdk+/dgjdB7ZoYaO2X81pb7SJ/RPBE7RxFYTmPc8HDs7rlf4OFYsn/hOdnVkcwPsFBXzknHb/HI/IGW+Tatb+k5sApHO8fZ4Xj/8GjvaDS+3t8+PBzvjgeD/aPj8Sg9PspUfc/rYV5cl07EIVpiksNow3wsUnNnb3BwsO2gJlY+4s/28GewLR+yez2S5dWH12d73wzqXTkAmDHq/eIt6oN6Pj5F+GwPfvNvJMBrnijxYRSqg2N+S5K4EmLcxnj64Lg/wI6dMj8klVjUgZnM8Umljxle3Wut3hGfBY3HomzC0PvJ1tZH0FFVXqbF93lRbsIhZgVjawplidz7pHhKWeXwYu0N3Lf7NpzjCZIksKPX3qinPZiyguT7ybkJ1Bgm5fDXRvb3jdK89DWQPskwMEWaMkV+SV4EWhTYQVB47rzpIu3uRX+6lY6oip9uUL2lE5L8N9ifN7VRfrDws3T0AZOAuHCHqDd3948HB9v8L7OKgyPjiDJ6KK3uG8u1o9qtn5w2vxaBLcksYBG4B4W82sFu/NXuZto3fIspcGpkxdrZ2t7Dt8aNnJQ35WBzxgreWxNwygZ8KrnDNv5lZ3/7YHAkayCq2psUHS+bYvy9Yd8dGVd71QsPUMRzneR/4irPqwwZnGjX+GTR0+i615vJ78qF6waZSqQ9LLD0lYJSgmmokaUaPOH1QeyM7/8jazSr8pGruO28+PsHg4NfsDfT+nw4zz7NG9vfXo3mk1nAsR6+MB8o6DUhCXOvwr49KiYxUT7wtVNzbhsXXYFWvV9c0Wv5G7cbv3Fbv8SM2bzsj9Jq/uXu/uCA84FHKLGK7C61eRb4ozIF+z8eulixmLmuhFkKnKUseUf+0OctIcF47DNE5omYymR6SvvAHSPNmEij6lOveFv43PgCWbJ/gDN/NDg+2m9dbZj6hDkdG9cZPnjlP4icZ7ypz7I6vykSbBFbSQMrwxhVfMyKXPhObyi6gSBBwx8RFQAdsm2JAJAXWCIBdteVALj6uFj7g73tthzE5KrsXNOReer+HlkqLKM7ldt4Rx0q8mtiBZoT70RN+Eu5pqUpFYwv0I8gIbcfvj67x8et9YElAfE0bqwOjEQuScfiHGKNdD1Li68IlEQtmyQf4nqQFb43uutwxl0rhHXQkQDTg6LLNnjwsuG7LFm0nc9ZtMPWosEziamuvWrf6J9jq7bnbt/c1fdZblpdJ0TWTLJPDK3COmMtK8fWEtLELX7Odh6yYIMtWDN6jx9CEbsV2z7YaV9DSxwRrtil/jmKk0anj8FlhF5CY1Ra8SFEgUuhM72HDF5M8CqSlnagzw0BQpOT6VN1VSY9Qa3e5v4JXnlja/HbbDIjjOSCGFKnC6RKsyDFxfSH2g9WNp37cfQZ2wEfR1SIIfkIVYixfGNbsgdf4VsvKuQuu2It4krOW62QIseX8ekz2J5b5hsQoPolM0/QPdrguMiGmF4byWtGTrHXX9EmisL7AcTu4db2gX6NNmCz/tha/7395gZst9ee/BnU64tiwnWtnHmOG6Twvff6veQin3feBp94cjbgzvHxMivwcH/naKUV2DWBLgMQnaDfZSlSmYde7HqGH7z6/uHu4TrGHwYdVhp/g+2jYzCU/hjrb9Bt/u1544xbXdKqi+1MykabNveZawI/31XDUX45TWf0u72oQQnGOs8djqVoFXDcZQdsoMh9ePgLds5pfP1YpYO1DvMTPB4Y7tGppBKn7HNHEWdJoPsqve77qpz65jmkB3Dnr7FRCJY+akKdzNWfxiaml9tdcpfw44deocHeqit0uPIKNcb9UW/O8Q98c7Z/vjn/HG4OPG9ANyd6cfBTOsDr35uDVddmdfwhHPVHujVrBhrWvzGHx3/Ujdn+X/SN+cc/6HhnwRjDioJbpH5qBNrb9hcs7nlVJk/p+w8wvZbrjf2D4zVMr/bY/7i3YK1w2+Fg72j7Z4Prn4XawBmse5MwpPbASzRY7r/AJVptfIXD/pi21972D3mHBse7694hxmQsF2yHa8k1rG7eSZtVDOtsFr3i4OgwusoNqffZAgUf7EI1Q85ZSg3MH36WIv9EpQjBcpoDKZKusZ92L2MEDCa/e2niiVpeZMOMsaD+NooS198mIEKdZNgQAKOKWBizihHWMh2FHX0jATBs2W1TK66jC4zJQ2reD5nu7ue3rulrWWTc/X3TFumO84/MnvVlj/oAwhGbZmWPGEWzL3soGPvpJL8pThLkzsyqX/S++iKnI5DU1cg3LyImgGqTfk7X8mM+zsqtweHB3s7R/uGgh/xG89svewcg+pLbDPn0v+ztHsA/6GlXFBf7sgf/pqpxrP+EBc+y4ste4w8wgy2eAvwPeAF8j9u9r07fvj5/9fzyefLs7en718/fXD69PHv7ZiM5f/vt83cv3r9COvKN5OIMv0WtFV68fZe8efumf/r22fN3F1L6e3aNq/gPf/dvqdYYM5HYvpzwWEhyJxl/rFTlr2GYFxvvjpBLUfYfM6BVdpsVNUaUXZ+nrV9immKYj7882HFNmK5LfLneV3IWYI7Yf4lKZ10c+TqnYs55miPTE/YR485LkSfvDQ63B4etp2NXds++voKXV4+eS69wRygnTE9CnoLYLPaP9wa7rVmcupJal7MgYi340yQgDa5xxIDOrWuQwbqDNF89keL7tYfaPugeSnspIIs86FVqW7X2c4/jz83MflDTh/Z8haSACC7XPgrTssrcETPyK5kusLFaNrotiMKjni+ur/EoIMtG8UtfA3ip1dmtBmYWx9IcViQkjpwI8MTLLOKccQy0RuaZbABG/m0zaS/7NuX+v7+4fPs6eXH2/NWzC7rcp2/fXIIc2Egun/727Zu3r3+XXD5/9/oiefrmWfL+wt95J7VbQltuh1Iz18njaZZySb6fJH2yITRvRphrDo5u2pONcD9r18VDMkaUBMYOwMq2LOgOoly2+WJ3wuS9n56ePr+4oJd99/YVvTivgbzde27W0z4g+9t720d7fylWSHPDOFHCV/8+hkSxGW3lYY0ktqmdGL4r9+uiXM1der/hmIeooJTIAwI+f0OwgNc3q6i5PT2X+RDwDN6TzeW6o3B3RF5UPN4vfCPgDa7q96ctTaao8Sqkm6ZztuEYj1yuqfHGzMNrfjZBbcDHg9Qt6li3rfz7OtO+Y+Z3KnTNW8pmvnv+6uzp16CgLt6fn799d6knlJOHlstEslszZmH4rpSc4rJLuUXpxXqrtdfm1ttEJIkJn87UFKl+Z5wjRTVuENkXi8prR5gYJjrx4OGKj7NJjrzJNyjY5FIjDyQYC4JVqvhRsascXFKX3LNLkRJ3omeLCFqfNZSVUgSTzkHsKGwPGDmGAcSKbPkjAZXX/fK3v7s4+/Z3L73AfOxFxTd5jVhn5sx+Ev25NhBaZ0bchu3UdS1c/pt36Tgv+Xot/+IzR+Z1kU1gX5Z/+4VvZLf8i2eYUDXL0tjRNKnKqwV21MLv9WG9sB0fM59whyym54gv2zNkkfDPNk/99QUSpGT9WT76kHUs+vMp2FbLZ/9mgdd3+XfOb6l/5rKvXHyAt17+lffvXi3/wlMww8rlX/kGre/lX3mufb8Jq778u6flpKx4AVesAPPsS9MzsyGMC+MtP6eMd7IFJxclcUj87/GuT0IzR2zrQDEvuFMB9pXCno7jhlbuY7UIU7Vgj0hi9QdtNKrKurZl2NzOqbhnCAdSGQi0O/H8nJN7plOXkVFzXXkefma+5xaM+Lnn8g4k2vnbi8vk8nfnz9kIEbvk7HmHJQKiPZ9QS7lYZxFrtOeZMSMEJOo6K8zloiH/MXWpFR0lxpSUmzhGblR1NBbeP9JroKmQFKghS4kZTs0A6g/NXw6ZtKRFU12X7CIZF5dbGnZw/PqORBSTGIcjNfjfBfWEysDbIK1HajMnWOqv35+9epaAtiUn8ekr8Asvu3aBGlNlyUxP7ah1ahMp5IwOTvvCnmKwnyAqXOMv3JDOTmC8X2y1zMq7rALLh5WoHK7X719dnr06e/PyPbzIu+dPn/0u1Jm1EGphn8xW5MGcEEEPI3s7zLemIedJUKFBXc2o7QEuOMGKr9kIoM0MrA9Dn9OyOBAr7MwLXhxjaTleNhPFsMArVMI8e+m+pz39GmghtcX6DjaIrerIrSWKd38WLsluvrh8+jUs5GVr/bDJrfQ/Tae4hdh5i8NNdl6EgMZBxdvZcBbRWLY4J7IsbrXWWqy7u02Y2m12U9b3NRHgxTyptwV4YC/LC/4KL+LbReW4JOiI8C3Z397e2N7eTjz3DJ+bDYHpmvWqTQsQrMXC/hOo2O+Q2fCj658GP4W/fEDGOG3ox4XHG5adEZ8vf2c+H2V7QqLEEUK3wNbcpKqy0sz8ptQOZY0QCvI60RH4zdPG80Aw39ewQVfZNbLDsQASJpw42+jO3vE+043uhkxiP3fp+blLz89deqJdetxt2VuD8rHRnxZOVVYz7b/unTIZ6knD7Zfe6eI8NTqbhpPY7biyqefip7Or9LDkJZle6tg+GAzfQvlxTf/VjhHbpLgsIyKNW1v+Z/SBg+YDv7VdvKX7qHQYdtqtozEkSI80+Q0y1NAucxgjaDAff+6jWpcDpfkVsnDBKlEUkIgE0xveuY8Z6BdklYVXxK7jTMQL8gbmgEYxszuWOJxGTKqMgx3al2ASYQQmQR5KkxJ7wcKz+xTmArGUu+Wz/SBx4Scohskf0ZcAhXqbfgy6w6ukrcmL1d8Fj/wajF40J8vJYsp9iNlyCPtmxgLIHXmb4OnSiJnOpteIYddi10l61T5vJu8LMMRwtzZsE+rU25tkoVi7MjBSMXQ5l1tojxtvIFuXNZwf7NldG0pQz/MsE8TkyRWcK+p7jd+zXHByyGB1OBrHhKQ5/u/N5A3O/c616Gy8P4iGuwzOymNpryu9i2krKM/8ZCOpS34DGtuOy0MgUH+OlgB6AhkZM+jTNXdFNLI2nvUVaJL6YDXilb3zaBu3urMVN+llYnblJKJpI3+DC8tswTnul4sWjzOSjsRezS1v8LhjZCswRqRndnQKcHTLarmOPcfevPUtq9N3cE9Yyxrbn2bBIHS+TqahKd5RZJRGSzbSLKlh8eDDZRZwNIPw7hW1qMYVD6Pi2KB6Mg6cDvF1Iu9bBMttal+km6u9uCIm7vCbGG3G4COm6orrST6ie0BLFHlI2ezlBe+ifYn44JZ8L1D8ctv31pooJ3OaSAKBRCzlY2+J+dbrb80lP3O5XdbVtDUqpmllkfn1musb8Lx/TfAEvbvUYCa2MR0HFWXuI0cVjkcAFm/kWy8hZzEKGmPrUODPGTsdDdVteWrnnJgBu6NBtDKEF0l9hw3HdUC1dtMrrtcRgTMu8XBGBpFLd0FJ5OTtzO2uXfULjYLgFm6Y9TkjVksso+UGe/w9XKjikUpKJHAeR0auM8ze6VDC63GKFx4mj8epOfqyw07nYIpWa4OFkzItYuyQJugw9ESA1tTaWwm4Zyhy3BkE1wTbSk+kb3KgLSydecPjWTldJI7wE8blIlt3OgMJwcFs3EiZpmgBDr+MHXM8fS9QhtT2ML/2Pcox3wDmB3U3ZC1SG3lPHiQMDVeFtR35E8p+zWtiqeplwBe4OGgqlcVG+3OfLRLx7VJX3IBa2m4kj1nHorDboMk+iZ0XzIbdTPCwZ84saMsFRx9OSavbtHZM8pHOC6EFhb96A9N6Zw2Eu/x7fCxYUuRMSbSUR6moqSCsDMYN09CwQMgM7fOj2jW+51xd3Prdjlq/ztfEbJoctnAgXvYeVRBT0Bp8fZ/QdyKxaMWBsNlAj3cINxB8VbRQuAkgtfYu74Z5Qeze0r5kPq9yMHEyNSHdMJu4bHiqpJlifDK1Ow4zVLcjXFM9Lo/5T5P74e+xLwcHp3UKi9z9cl4t4IPsEyUyhng1hyJH9BvX4LBksfOTFrEO7g1DwPVb8CKj0zP0xiDSZmTVR+o9gr93nvYor0aLKQbiR1l9wlWWeLG4DaRju++USo/qwKU18jXpnZaz+x7XAX8Sw9xPmmIpKEmuMnJu6b28sRqIss3kDB6NLg6GT8RVQkeB1gLHwjcFa08cBpHYvK9+duGlek0JbBdBKBbTrIIFcaEjmWc8qCNsyaiRfTcKnxAl544pmLrd+mA2z6lTCd/wafqJWN8pk4ZxFHyQU+DXk/SGpMtH8JPLhZgjbk2bbghY/S597314dbl93xPZ1GAYzumJ9YVNHZqHtmnLWUSNtdzQASW5JK7S84tLxEwl4ObOFvPIQoiya95SXnH2EFiQUmNfhHKVs4oSFYF9w7J3CPJV/JshPeXxk0ARwZTuzVmUoNEku8bbc5uTw3sDIpaMP1nmQJKiOZrfLKp466Fdx8HfCkUEgRZewpysRQTqhVp3UXDvAA2c8TFombBoscUboe46mv8vZggC+JK6V/QoltjnMmkY78ve4GTQh//b7iH0KR9/2bOh+L4GlHuKP0ypn2NPYuJ/6T+H05n2OWTzZQ+lIgIA0+6OKF9szbQryrLp7cD0dk9gdhJF6v6C9i+JWOYlow7IrDPRoHbzXRReXi09FTAX499UhIauULDu8F9L13oP5rp3ctix1Bin61xn/nDVIjfapKy1wvt4APZPDo+61xi/sn9yDIsccU7YGaWeKuyOZo3IqLdKpmmxoP7bPvwQU81oXErAhCwzH/YIQrFrTPPX6cf0gsIGMiG5QJroJN9CrHtyH5hd7TmBroN7FR/xAEY8ONnd3ukZf5pdf2m35Zq0dcUFKXqRVvN8tJikQdbicdRhDWVZYBe3jFpnat/dsh0/Ds0kF6VInopbBueew3OwIFkKGpitMGurkuuaIewMdyxoJAXji60mdgGavH2E/SxfxkNYxsOT4z1/iVNuOgsPhXXLQKeCZASfEWwXZCyau0A1mi3oN6j1TQvHOr1ueGnxoY9gaPi/waEf25oQtIwXM+yhdbsBzkUG15KBbS8puirxUQ4btH5I5BS0rqpnV8zmGGYD/7c96NmoJLp1N1mfcknc1yYvTLKrYTGKLdvKA6EGXj76YBtFwfbJMYgC74MYQwZ78EjIhzE/YSIA29liIKwjMbZicFJEqImO9DKpf9HxPOdZ3Wt7I+eUkmNdYIOh4gZErLNHyTdYPg3UJ/gfA94DOovYtaNn3A231r2iLLF9Oghq9i+p4du7Vw3IQ0Yt5aUfPB5b/BGeWbRqMTKyYk67OKdduiDRmJo59rUDtJIlVoDqozVA1KoPE/2uTOF0XDx/Cxefc7MrZoCaC/8D74m3XdO591FEaCy1nzFH7zwTh3RBMeLuh4aXV8zHKK3mihi4Ch+GvACj02aHYeSXsI3FVVbdRO2mw7UTaMEtNRMQKcoxE5uUCCPT0UaG/ICSW2Oza6yZD3BQA8dl+YNog9AFyKyH85A7q3w4vms37vcNb2lNk8yoqQxMcJLO6kZG0kPXz01TyJxFC6V7u5dVjbRZxy+pt6RADscLaiU5b9jp6Lnnka6Wu66HlbHQg6CLHRSWjEIA3LcNrxYiNFJrQTzWhuZo1NC+q8Ah/+MJiYUwi6aQBM0rgJ2aSxtzYmZpOq9jjm86JIBUC6L5xEbX2GXOE3g/jrbV6XVWnWA+R9JFgYehqDwMSxX4tmiZSYM6/ACMBmx+UpXEtaQTpoRVXn+gHKq4l5x/L2ABaiQPLUb3m6A02V5mTB75cEwT5oJPUsc2tmvpMFrzu1JcQBejAZ8vvWENXbqYgFsQPrvaptI+khHe8/TeeZLpNaYTyTqSZdS31Mz96twRpSHCwUG2cXvwx/+C/jDkPzyRiyg6agEmS0W6fEJpTfY6Xt9f/OZVQqKxEiVRZeAxFfJsLIgjM2eCwCH8ubj5U6zRYndWrro4+7VXU61TwwvgTgs39BMMfvebLw1UfV2V6XiEaqWZpNJT0uUVXPlf0oZjelIKCRiELggAjSpETCCh0nRJIhK1Z8/iu0ivvUVRFnI+EAofZn3d1Kn94OTeH1988JDxqk1jz7J1nws5VHT8aI7Ze537mwc2o9HlN/CxyD6NsmzMcXPKeDjtj3V8KNzncNfwrt6ISZ5aSFM9qkqva1fpENUcgZD1aCZQElpFIdpmuViMyuX9teVyW6aKvE+uSnr1BJv5Ie8gc79x+W900L2lg7rbwwILzxsowDnawOpk4UM++W6NcTSEvTy059LyeXdzH36cOpD9OAyOw3lY+4k4FwuxopAYdvf2baWtuvj8QS7v4JDdy39hQQ1jsjlwRqG/KUUV+XAI0iN+HRwciPqdgleV15zsbogJau/E6bMgrxvd0d3mjqpzF/qQZJIHs7KGCnrHU+kqULu91ihjePa+PR/ybmKPyKJ2PLnSqZVwAs6D9tk5WtZ175+qL7EZupIaMBQoWHKMXftW/ylGwppAC9X4Kpd8GVUbHxAP2eBbubxkIB9owzrQB0uljLNPO/0/yopipj1ZFLjOJeNQWbmJAc3OekVFNVFRRWFWzObBkehCSBhMaIqYmjk7Eb7KUYBchGxf00KL23cavGw9RUYQOzu/iuvp2HpiJocXL7iT5C0HiUXVNBRqkiY4uFjIIhDGlK7zCiuACs4jRS9gBxhPhGVMpqJYzcgGnaTVTdaJJ3GKV7ssNw6M5IZH5cwTrOKVjqTMHdX2UrkUpD3TsGAjyD8gAuewsbP+tUmssA4mcyGctfTQJl9MgpFMZCGSPJ6jjSzyKvSuAHd9BMBBeNuoXQKM2HmqWum+lLF5dmrXlvml1r+D6LfRzCcJtaxl0JA3LQLAgzoO7LFwN+Vma3uX+ZL3J2zGp6ZwXAmIjuKgvSEYRWqhDHjuLWHvGwUx7kBtSeyoDPVX8NXLFthBr6tHtfEZNJEsFvOCKelRKefwzdPXz0+4rHP4zdNX75/3cOCe/UNkl3dDyO9KK8LaHvvx5+08GMfcuU1avED7cVuWH/DslQH8+yq/GTKbLCZih/NbmByivjwinJvwxuc6eOBcPdAlDEyF1pueHsx3oxiWXC7cGBCT+bVKDXzvKxBrnp7fgp4FPxmrNYipjeZpvU7RUzCem0HOX32l1tBN0yJ6/OSLrauvKO17vWBgKN1oF0u54lRB3JhYHSATIyiWLI8AYp3cpyR7O5serzrwW6VJvz4jIjsw5T7Cp6A4eOlukGQDg48utqiQAJXlHfyZGhKp2gMdJVXoOqNqDOAey9eUHM4iQM00y/fGiKHTicwIwcXihjYhggtpDKnh9GmGYievp4yepXqKxu7SceusGLMIhnaeI4zKMIZAYwcIiGa7j2Q9gYWxcARGhjOIvD2o3rXbtj/e053psP6Qz4Yc2HE/5n7mdNKl1pSupH0vH8rkGI96qWTvUG6LVVSGvkyzlDVcqzGY/6O5tB3+BId6Bp8tgTc9pgM0Lt2+tdDmBJmuxMNCH+4JIdQIGJFrhxAPsbmEU41rChLUAe9XR3w7BOFFflNQhBCB8fEoL++0BNO9Vsf0INmIBZV749UT6EpexAs71jiAV1V5VyvEF6niv3dwKF/AlSa3i2Bchb0EQtdZ1zETqWO93mtUqGO1nC7FtkimQK33jAH0iF+hcsI2iqbn4hVLttEuBYbSFjaUIaVPVCTAqmmK5kTOVSmCSxXkGJ2/vLZAKTyweeFRux7V2juX4oNeY6fQxjNIYwIvVhkSyoMJu5hkdbPGLyyzVu6TVCRIjQgb2PQqHXHItbYNosqshePQ8vviFs/kslzFt9mjjxm7/VqxENOL2VjBSCQt4PguXB4Dvs+M81f3w6qcZD36CrgWmIDHlaD3YQTKPf6AP8Kvhgk42FHEYTCaT9ISMiGhtA8Gx41AefVkMzm7Dr8YzMR+nypJMIlXSBHTVYYVPej5wjKipJHQgYbi2Vl0OCqMaaNXWk64aJfkJdHCyEvE7avtte0rBfEj94jk5pS9EVUTK06K9DvWNSomUaKFy7v8BuztK9DH9xuy0rKu3CqiYruIqziWCi62lDgu9Los1HVycYMOQ4Bdipgt67IjQQ7X9JMKKe5aIfgmHqa281wnbe9BEoiWUWZB38+YYCCcEw0KB6kkk0QNz1XJLqObfRzudRM51koVsh1TutogiaMm0rTXLYrjTgjQIsywiDq/S5XRaZMcg9mTrgmRe8pL+vL5JYJ7QPiQ1IFx3797VTt9pdrjMVwCpAsgyFDJIfKWQsOaD1IuG3A6P2TJ02n6Pbzvxe6T2A790BvULH4l1XM3m3/jvBdq3bE5W9S3rrjFWf69TiRWvBrHba3EW75A75ULdIc1aO45emi0eEPmFvhii76hlhs3hoFt8CUrrAXopw7MEsAEhKSAjStTwoUz5TyUZOWQWKDQMsZfXRKCeyymOMYV+UGbyTmTPsFKiCWvjlNe6zxzgoiMykWV3ogYxNft9BIiMqGWQjz1cOlsvEuLD8nrFP4M8iHI7j3RsCBokdTlzHAxfBI9K8AaXYiNIUkKv8/J+zO0l7OO2vEQxRCUAlG1JxkOnUCRWgXunDw3VymBGFlMWMMPFwUj2SSlIYUlHPQF7c4AQzEZfdqDc5TkXIdw7LZYi2oCax6pkxZRKx0S5LSssZZt1CXEdHhufVq7BAeF8t06tY6lu0AWsjGzMLNArh6trUPlnsNae6RfUKxsnNyOYjyCWcIFxvqVjvuto4wr2D2SilwlJw+UQsZoVU3zQRISge0eTzBeXzIeSb1+FO5O9JJDDldBiLmaUXEbmNr9bOV3vagI+Bc8LXp/40bAyt/FgzWfKWZhSCUAVnCF8rR9yO7R46gTB9wCyWEcctPOLLX1p27US8VLk5eRc8mbPIrMejECBc8gC0gKl3CPzKHRihnuOgNTDISx7qToHAbTrLz536qNrGdMCjRFD+ZaD7kB6wxWLqkeRNOQryXNqNY8pmcWviQT864oRWtNbiN1p5brJi3pxdkzWS3Gm4C+WEiW0pn85tsv358989Y5Fq1grszBaFho8mj14mqGaoMQ7yVldNMa/MCEvRwygFPxoptepEsZETBX3JYKdiN1BezqFRGMAilyh7kWzipZCsetYJILtucwHFGOqK5VHEkTltBqUgWCEb0xvpdePzHJAzNd6DUK8Zns/Y+KzRANeLqGCbiGnMi47mVFYHy3eVORJ4X0BCckCVM/H906OFR4Q+RrkQMv+hG1tX99ja1IjSeDlvS01LFTuKHv4bCgeFwbPwrybjyc5lxwP9FSJMh/ixQTOUc3XRdoZKjawvbi2LvteGuwvbV9vKXJVXiZPgl//B/ldf8qv+mzBd3PC9NJer+/uwUiDoNH8y97w6sJGEqOu0mgvF/VWFw9Zm5FogpEdlW2S0bkB04QU4MGgXX+2BgTSeBYmTsMAlMetsomsHFVYpR10HJh18T0UBNeHvNgVuZO2EYJguyOtFLNY6/Zt0i6E+txRKdwDt5RfVBMqC2KuaTSh7PZuNCkVAdVQCPAzpkQhIGThFILUB4STuttV5Eu15FzpJRFg0+5EYLBhpZIvlWEdpFe6WxNg2VPj6rm0TQLYSrhdQgfjmEHlvB9sthDxHIQPaNMVXDtWISxe6uZQ4bYIF1XXW5wKTfdTL5wisCRV8zgiM8UAQFrjiBsfDWt0U6Jt7fPyRJ6gCrp4L2e0cNkC689w6hiJCLEDqqeuAJcdBLFpu3vDQxoM3nmzAvQTvOJeFR8VNrfD+vg4wvcyXrVvgEp6aw51l37SEnK6AKmmvMFpJHKfJeZspndQLscPCTYcZHNW3cIY5maiBEHsp3DaVeaO+ZGk1PCGltfvETxQO94q4vts8k+jcxfo/JoBKp++Si/7sMu9Qn//kh/yRZrTnxyWAjqVg9/Y2pTOdyOlpdW9Rtbp5EFFAHlsD3+bhZcYMw75spdr5QKWnE/xD5YBCggcKn9QrK14166bkRbbLSHV6E/0PdNaba9vLjOsX9sj5HdKAdlWZfFiPkRAn2dlTOqDhtnoGzAUv5VeYd1oRscTMhr4ndDnKoJJhiX2eopEKajrCo+R1Nc+pr5gmMrci8tQRCKj9xyDKCgpXQIuR/vHEcP+awxT0SNOTEd/NITpZFKvWZyogujLdqKnTKpB8kRwq9xIFFLEaK/tQKiLuyBDgHJ1VxJ0yKImqIs+q9QZttkBGecAudeJtV74SlAudM0rHo6KW9Wh16sK9FR3OF9Xkqyxplh4h5wPcGs9ARB/DVaQ+T0segwd4wKboMbGn/aFEMMVPzD+j+SXffcBuDh5hNHJs9dF4RBNCrd4eVvq1RKdOCmM12VYZOS1IQWs9OchnCNivkQqxcQRfwf/p2r+uW3jJ89JgMRI0UVTyuAQ/VIIqq4a87Y8C/khU8BnN5W6A01cMV2TC0PBwldxr2X/Yfol+eUxbKSX0RUo57ehVsV2SG6kutLHIhUM1am6MNBwNs5a6Zh6STYjcndteWomyhF1KiuYmmlmlQ2CUaF65al0FXkmTNi6EWu01G2RLNKTSaBYQi2Dooz+9jBpLThGM9Ib3DI3zab8CFqhWBG89yWfJ/eQuJenDeUyn1Cvog5zM0k6Pv+NsmkPkNd+GSBDSNe5sX969PnTSnMin/B4aNUYkUrmPaiAF34pSKhhIs6YM8IKQOFyBaFjixCaxNBV8LWR4hawBw5wUOEACKfYoT/yYcyH02GnCsfjq6H1KnJ2QVF/EtoBoWJjKa1ZgNIggcBw7fIxDsNPCPJWV5lBgnlmY6YMqqBUNdmPMbjaggdBFVfKx9PivYV8RUkSC2AljhHXxz2xYOaJDIYHCPppCziTVr7Md+v/AMphbOx9KLb3zyS7l8oobXH3872Dhbs9ncGyfbxyd7hyf5hL2z0etTRkU7bk315sL//1zKJL/3w2HoMYSB9UNl3M6THlubv2FLsWhRDv/WNgfwUAQF4dPog/0vTYA9mg+AkbXBmG5jB/6a9azTqqzJihkZ0gU4BG6/dgGXM8CPpxud/dBB8Sja0/Rib+aFRNQy6pWkvuMaztdOa/jj8VF9DPsUWdm66KfdjhLM0lK3Qbx22voX+P0KBwqnsDnwTuWHjFxJtNI8Nvu3JtBGyFfn2IVNOF9lEmydyHF2/hi0FYQ+rdChfM+3yBvSalN5DN4d37/AYTuPPFNU/U1QnP1NUd1FUUwvKWLPOWOvHPd/68Wv5WtD7MfacaBfII5CHz7I6v0GAJmiqHLEWrvHchmva5t0stWdtE0fwqvvwhf64KmdalBHjrh8cHR0fMHf9YPOgqxCG0hwfudGQ5RDUN+ZTqO4gkaoJ7UIkZRCAxk3O22YDjlveAc4uVkECYwShRfSYCloXjds0MyhzrVxJpWhFYNJRYqpBu/Ze/P7luZCjeIFipFwf//TsHs4R3NsLIo0QqZQGsS3MJSTU7ohnvaygSu5pkzEqMCe1apeKhimStKiVTQ1DYzG209Bn1803k6Ktv/jmpeCBlj6CiklKi3ugvArtnABOpBBKZJ86ZUoaSDXwUW5UCmpi1xSjd1zeladLzSnGsuzM1cFLrZ6zu2YYWReQtFeA4q3weVr9mgGuh95QaBcF9YmO2hwjVTOYMsrsuWdGyU2OxqRozGBPf/30t+pJZA2ZMPf5bKKokpUVP4Dc9+YrR0YIyUNdYZ1MydF/OBeGYs04j8iz9NgYbjNmMmBm/fQmRT9RsC2z+X1hiO1i9kbnNI1Wcs7kWUFsQBKoGnFlZcnkUZSc7SqHE/8TT0HKdKWB7OA9BXMpIxDDLYbXVl4gNyv0EJh53sW3CALMdwEvQaO62Na7Uiwf1ocaBVIiiz4VUUc+VNH1aqgzFjgDLLlvcMOeVyWx/yVfp5VDL5xioIlSjfz6Dys/s7Vm+5v79FRwjj/GxO5+uyra1To2E5nRrc69WKq9xKclFXVVBcgV4c/rlq6WDtGSjPtrwHdanGEFjVOmgKSR0JH7xIIy0MFTYdYdLB7hoGDkrzWgp4dmqZXPJxGcFS5zS+U7ZWXX+ereNTtjqKcpYYbPFlg09L1KuF5djWAyloSK2k3dM9CCsQ/f3yfo+xg3e2UVnoZFGPwTWS7Y5qyy7XNPLy48l1SbQRGNkGzsLfFvz79GFoZK4D/UHyt6cSwY1cn054z0IH7y8U0Wr80MCAQYZXJzI2TbhWOFESihbqNcSZbs3Qe08+JhTGN/8yCRhp5RYvLoEzFqcJdW4zr6bBQuWqs0TStCdFIdLPeGpvz7qdNwnRLDsUfxMqqVYqWFeLtUfwAuH/cgl/Iol08kJHEQuO+6SarBDF2ftbmoJgwXPl7STXgz5vujbPvDODhXwq8kD4DesYzGCWouE/F9+CLD5rZdnINgR97Bm8NIXUTKJlSNYiB4pUI2VUuNBIatprF9g3O30BesGttHd90HOG2Ug9UA71U2HiaICXKKQxqugBcjKgE73IrmfQpurtyoh13DZ+DPbli4LDcy+TTKqtlyK5KyxzYqYQjNXZKiLd+42x5b60R5IhKtNt76JLtJR/dUsHsNwnnlNLqKS+sAE2gi4KsIa1eO2H6QCp2A1qiMG8p2q7tcOZ/BS2v0vKfa2K81dJOMpJG5GJPjztLrc4h5g8I/4c6Hc4KNj73G4IPAucAVy9me4dMF6MUUcSOh00nC42/SMd06FtUbzE2EQWMW61W5tqrGeerT+OipCfnDjWEUxHreNvW4FrELa8bvHVNIGlxb3NSK4uQn1k0WHHO6OmlE0jB0ggsdCltjvtoYwmF0kA5pRdhYn8w0VqeaghKd6TQ/cV5sYSgcJ627lTaZLiHbKv84NErX+yX+6VeSmGfjXJaEJ0EEyylo59ltx/MuSu5EiVmeTgOJlmii19tNOJaDQ1niJVm8SGEQ4QrxAM/W9XqOfSQp5nLS3Cx0KPVcalCytlEJPZCzPBsxbBMn/FEvlQPyxbbLzik4dutMg9F8RKKIuF30PhwwOCqzUDfxsk5h0IlX4Kj7oga1b51lpoImYeitEWYxoBNd/RTXEqx1vJYcqqXSo12/HzvnwSOct+aZ9PBJk1KrIGegcxDza9pUk9O/5JmaU9HF/ZoRjOLXon07WrDkQjqsuYOKLfdILBTRggbNLiAGktAt9CmaWgGAUEJb3Q2HGu5PQ30j+a8UzktgzLgF3W5Py6V6//Ql47deVvlYZo4xTbaWyNrqEkwSMw416ztvXlsNRm7o0hnp/tgQKTwEXntcTtFLZ+DGNx10c5F41tRzHTU8Ky5tlsgm+ierN1tWFosWpiWngork2MUTru7jONTuBwbwRcyl0ra6GMyaLdjCDVV9gmEw1WEcDrsrjbfjzwhndCiSmjkuCHJxOt3c4CW0tNCcPd+Zx5rMnl5qrfcKkqGFqzBBtC5F6TRWUjv2S+0yijmuhjqJaKPdtn1rBpZHglTE66tFxwwlq3y7x9ydiklZzjre4iMGWUZoLU+ssexB9x0Rqo7H8XVAdg8kMXI8Fl4UGQGEugmOq/xEIgddV8dPT+I1DuYXXp2u3+tuObPgWt1OFoIqU+gliPhGWnJ1vim4BxQlk9I/pgXTPqEUosSvebEV3eZuirI1aDul/2OjMO6npu0M3qebiaupftmykC5BD1fF73/rToDYKFguVt3HVVbw04514ARz/Te5Egk/KO1H9lRwRUz/NZ8gEpITPLG1B9E5SpW72XTyL7kWt9dOsq+ciARhg7XFr93gIZxQyWDTtaaIb6E/tHg5Qo51dtiNLuFiJuQW3afRXyCVCTBvab3YDg4Y08F69l03HbUUQgwtxYSPI7NFu2be1XdaCKs8e81MIwPgpM8jeWmajNOUT1hPWo+yAmPfKwfH4hYloeED5Ggkehe31GgQqwQcKFkVKtXcp+SbgvnTo2hQHVwWufKcqOPoVaqKsCPTF07Nrimn5wvf0JcofQwNqOpKzgoznDoTnww5oKJp3/Y+8L7Z4KNxLM16o4LFH9GfTtc4NO2hmtaY58TG4qR/yQzXU23Iy9vgOuCsyvA+ZDiNhksQvsnIt9bTR2kANjfHf0NIvFVKcJaN3m7lk01tBBP+Ut6gJILIKtd6GmbgUeEi4FoPHFERFd6o1UFEWbRwZ4PTYDOEUk66mAiLHGnr3hdf9jRTXeut8UmH9ebQfRh95tKL+DWM19YIrxGmnjzLPmKNIvcpx/qghr0iNg2zACBajP7Kx1QimR/m5UxlwDRTMiU0H5zRo5RwecFknU2az645ylaqgUX8K/42aECKMw8an/GSg08Awh4+UwpsNHw9J49dZNnQQ/9gc7HoBRual8VwfQjnfmF+jGnILxqCkFOWigoS2ZtSUx4tMs3GxgBeOYzoZzHb+XnOuuEZENcTIgtXPuwlFaVLfIvKtbDI9cYvWtNCYSo+TohjXMtxK+OCfo7sADPr479E4PjMNl6PsxD/+oJJdoIuRm5qcuykWiO8CWtNxUQ1mM6MjDBMmmHvM5WjDR1nhOBkgvdBTDvambWGxcfA0lu0EeqIFlmB40gLmo92NnVu5mWJo0gnb8uzWngLjVOoe7YSh+UBNGJtq2t5n6QBTX8iVJQi9NpMy0rbZhO5mqV1d1ZitOcaZlzi0nWDMJblMIT8A+N8HeGBNR0ZH0AWUe/dAGwpPs0JlivkQt3PDpgqMcEy+RhURGo8X+MaYdQD7Q2yBv0vOrwAVx+OTzizOJ8ufd4RzHAqN5Av9vVfi4cYOkLLFLKZoFSweHHrC7WWxbI1RQ9HjCV8Vd75U9UODgQAGKrCyqRXikjG7iRhcAg78+AtUmUimfFEKcI+w9oFdhFrB4QzwzSi54LcAEkfv7FmIMWCBD00XF370rgwTqwpq3wMQTa6FPb2NQOT5vJYPMCtsqV9naVItPN1J27IvZ0cJDFKqEVj7AgK2EoIGOwqdLzxVTm+lyonoXj2y9XCA4s54Hqta1iwFsrYJWIkEs0wXmIQv8sdhlVa3MQO34PI2HHHrjBqUzhL1AyO+takF+cl2DUoVnzPSe9tuqjKPP6qXaP71jGtzkpr9+nVoHLTKA5bKLSX3q4zIwSu7j3c2bA0CyEHlYhSSxo8XuNsJsvmujq7h+bKRi5Ti88BEWQNCyrQSvIaV/dynMiOBR+YG6/RUY62xGmPchoprXbZQAPBNhgUBqXgVV93RL3bniW5iYTVm4n72PYlHvo0s31eMkWuxA78fx0SmYLTssxcmE2kJrUyUWVjfwN5NdryTfEGeJov5vnow33yyvYXCmfyw/VKGMReKzjfYZ605TNf3VN2Swy5sEMSvmkpRFWT7BNaAl02hFT0OlUtQmwa6vswXLxM1WD1FkryICMyLudRfEFXdggtlox6GNfavodq7KW0ntsbU/mX3cIOGEzbHMGoKZ8a7sqdMC0+Bwry79f4eZAWcaFFXaUrk4buWiaJLKEqwPJRoqmdtBTiskcEpyFq3Rif1SvR2EmM48E45hvoY3pFfs6GgPfloDDRrnWp4mAufGQwc//EyPfx20tG8IZM51h+kN/BLxZXWL81zsquwQycG7aIL6AwkzdSadEzHFzgMoLCjGX0TPCj+2FNTdOg/CFvDdzyW2lm9cc9iIJ5yx9jQBrG7qm9V8oNH72luRxM1dLsdSt5qn7lFfOKwJOFPvNqXvR9U2Iy+rAcsfv5/kpEkYMUC/xY5qJgTAuokPuzcR+p2IVrOYh7UoM9MXDKirS424yGxOkEanVlbrtw677bqIcroLvCA4iGdtcnaotFoRmdEealcAMmkBlnxp0y75hHRds62LyuqAdaZ99nVel8cM+c2Ux1d2yUFKYG9X9wFSpHXeoOL/c+wbRwGeaAYx3HltUMnT/HYibqBoE24YRpYQUy1Up3Guke8SqWV7NqhkuS/Z56uqNINfomwdKbRmwScbq6jySu1yvv6HryNyjXTf0ls8z55CXJ/fWAU1FRpp0ylGqdhKTL8deN80NLtXL6kptKFQFL3QAwG+4wUqsW2qa6IngUkc1LgyWrF0BCtbwOGOskbzzApq1z49vqx5f1WvCN6LGzZ6sNMaRQoqCiBy+oCdVMDa65mBaj5hVFwCPYzGKbJttMfbca7MuFxr6KwwndiNtMEsTWLEdDsETCNMZn3Scvy/KGYDXF3Ifmiell3BJQV/d6fqKyowvLHXQfE+oYymdOSMo2dF9EN9K72d6caxUcCpG5UclCnKx6gY/q6lNuONtaKC0EnfqkRbpufQbngdUZh1dzFSmqVgksMHNUER5cakMP7K2uoR2C96FGDso8mCrPTyNUHezs55T72Fo0fqkdX+IfPH3bPD3s40RORUse2e9QNwVFCCpcn5pDNIIrGya0UoMqwNAysp9qtrduFKMY6z7SrcFOsJHawrh5zezhDFiiEyLt6jPHwXyTIxUryzBPsV5L/EWxJfjrcOQ2ULqveode7b6eC4qWF50uUuNYLn1SYPGmLTvX19h/R7kzTsppNiSP091HTD+b66Sr1ZZmHP93HSZcOD/EkkqusJsAvnH/TC3ZqCpnswCW4WTrdcg5386vdPdXdGTmPP8AQLAouDtVMTYMvqajDYFcXDzSdILw+6NlltasjcX1uyfIXIQ6QSeHSTYqJQy5RsaZtSmApSPQ5oZ44FYQXZLMV1lQTUzlDlhu9TEdpxFBsd0dfLBsj3Tgnd5vyIKvV7iTpoySG/+qXUjwPgpvUAN6tRI6QUjrRP71ObEGxApooVZCXZkLY9w4TIPN47UWPhNS7hBUwPFtZwyRTJJHeyNAn9ExFaZO9BORdi1F8vTpbxMmi3PpPKopoXweVuXYnJ6ECuRMc0A4qt2kLIzOTSRm4PKaMLV71yfOkeG7BXJcIpFBGqrexQ61RZdFNengV9k1xlJ5RrtwYuOL1X60hqSR0I9L0OKSQOBe6BfJKirvdsCOwdnilalCfiFDfuKN3qsM6Tf3o6+wgpvLA3zrGMJ3henQYO3g2u3U1oPGitzXGMEemUYj7w6ywv2THhE8PYircKe/Pejv7CeDvZP97ZPBTshVuD9YxVU42NnZPdzbdXyFbgafSVe4/TC6wjjn1s/Ehf+UiQsHe3tKXLhGSOcnIigjprgdeDm44uO+SsQ+PyLOF7fr+eLIhWnQxXU/LEoadwBff57WuePS32BqCrLGueVqgIDzFhjXtkap4QbHu4dMDbeD5Gs7Lc+m6WBaBLc9arW2TblCc6kgGE0tXNH3viQeoe7tNA2N3eGzqUFzms5gy9O16tRUslNBmZZFlZa/UHBbjKN91eFJ0rS2lyYyZeGJK8T0IRh5CuFxlpKzJ9S2Dertm2q2mHGZ7r3q05tsLs8db4BtRY4Z89mvCcsyBCKRAZnRGTQxXQ9ZkHsaNdU+2k6kom3VRxuIm7VGkEx/zDQM5ZBAjT08z6GaXegnsufhCfRmupxAxUlqWwd30ef10mgWpSuZrUvtFU4jTWuPk/UW46/VZJRGmOEnfAgXV9IPJKFyQgNca8Etu6KLjkHsT2dOpgnNn8ycbEHQn8ykFthOAN0N7LVjGrAiTjXLxs0iN9uaBvnr5C9U/Mu5Wg4jg6aagzOyZGBH4LoQ0Izw0czyyveJ9Fco6N/lfis+IP1K6/KiEtgQawdJAKlXarANp7y8QaydJYVL6S/hegoscNqiueZhiE6Pw1ZCU49ai16MQKiZ0fOu9R8lmySmS3A5dA4LH+h01JCJQSqvnhlJcjsvkvGoLEV3NMPnDOYCxS6cpysKqG2QOuOglqsb5PD6zOMLGfqF8fYMSfDHEvNTKwVswgVaQdzyLo0ja5q125pHdoWx0dYY7gpKBCUvOHYxp4KpruxrrHBPEQbhlSmFdisgV1nCPoi6/bi7ltoWzeG/OQTNBRQaYfBccNEUMi2VOfHGjzWnlfgvw5af2vOK1LIvz/j9Iq/QIqAn4J8Mgjlmxti15AIC/P6EjBU3lrl78unvF+W8w0Q7+oFItFaB1fE37cg7zuAwOoOTxD1R8hvUNyIPaXzs9/UM+aYDYfy0po6tfExPn70hrpZvz9HzxdbY+MtfZ/MZ+K9PYk+Pb3qjtWEeNCSKPYZ+ZUUm3CWw3Dj3m42l9x7R/IDJQ6TIeKsjIPgTliVofzfaU2nDM3y21MXW7qwR+x7aSi4Jy/1paz61sXH49JAMIfuNbmAFFnxp+5JFxMoJjDrGtm+F58ehrlmcAcyZ3Huek9lOndkYBmp1ZXOtYqOMJmUhMJSpj7lxdy91nzgkTL1EG9fBPklTJLkTbVLsq81+pYmQT96SS0Klj/N8Sj1bMXdJzaNXHCOQ525TKGjGqxud1/taaJVr1TDUOwU530WqaHNNnq6E8n32tPQpnODytViyZcDQgmB2aRc/tRrUWWauYHURJXc+CelfC5G+4q1LHlB5NWIVK/KUnq5ZD87SzWIqVMuih1RbOc4f3X4KHUQI+zQbLekcok+8LZlrz5duvD/zTyS1GCxPdGGXcHrEXaKStaAfJP7cn4BEopFMYdiW53wWW1mNb6l2MdTXK1EkvqScWjP5bXONCiTkwd3KrtXMCrH/aTM/FpiVwaLFAUUnLhFA94g7kOamrWMpXUc1NsKc686+jb7qiUkWIkj7ETVONnZ3EJAau96gKP+5GzUZDy/MhbUPl9sf2Em2j2XkJwKY7L1H+uviPjQsWOxas541EPowLtZEnEwc7SLSIarpv8anR+85M5ZriAYvjr/r+JeOnlgoP/Ar+EHsufbONSWSR6iaMxP3aE5MTIdDdXYx+7i7fQz99BiEopD1W6Xcj5ePCSmb403u8b0eIlVIT033xsBDmmuv0Yh1Jm3mowd5WZ+HmF3d4UK5HA39D76Ey2rhrcUjmyk1O5WAjaWdrb2oRUnEYPBXUhZLuHXU3fXhPJ3SJDNiWDFXpPqUcyBqLrvOt5rjCo35MBjYCRhqJalIL5AB5Zsi28YvYOPGhvicGinvB9i+KK89iJnfqLZVU1mEfs6cjyb39QWdDUUzUfl+0/laUSKDNj33VJbYPJ28yBLst92Mz69Ewce1fAZOwlsPzzFn3XKRhOtFoPnqItqU3ab0C5WdgsHl+MlVNnEX+oFL2AgzswHOT7wWl9OG/rk5dF2y1zhuU4ARPbwLDFCVSdZZZmhkgbM7fWTGCgHv2D/QJfUj2MdZ1FMb1rLhR+tKrD5gCqqcvbnCsb8OQWiJF4ID1tE9hnERRIoPx8vWPOMZ0eAOgUFoB8mYa5H6edRYaGaH1if19wTHYgNOiAC0qDiOxN/ygoH6HmykTy4QKXXbOkMFOtDRklOIsGlsXAT+K/8xd9gcRZHGKaoiUUksKSZijvDt0kBj2w2xcVliPkAp2J+Vd5nzjbQG7i67QnOqO0xM3Fymf4GiIkmwMttWCGz1Ze4t6HfUBjOhJFZ81Bs8wAQ7wGRw6lqyIUL+EZzBlguxKsbSKHHVTeYMCkE359SLXc4D4TttHWznqi6hHsgJ8TvO3XD8VJ+OY0kwLcfppOP5hvmVPYPoYgkaNQonUvRWCA0LFrPlN/H4JmiOhpChOjGfIByrHNuerOwaKJI+5QKkkklpqg4kvQTsNFoTpFesxtvdHPBlL6u7ZnsBfpKvhsnnCv81gQX3CtM0DwIonHpGe1OiTaxrmJhLbabTZ2+iC9jZ1mVJ2xjzUszHjYFkLJGzKcV6lGIAE7z5rLv/VBQo4EwZBeC28/27Xc8KK4o8DFqDwhoFJ1oTlLYIPZhzcR0fgrxqeoHBenWSineul+lqkbrD4UPrxpxlBZZJGFk9Brg0/RzM8Khf1nDB+dAYcBOtIVvWWRCedmQRWrvTmb0J0JfdA2xEgMgRrb/BfMUqjvGXNca6RKZyEGNS3tzw6tDn0Y1oGfinlDFuQAZJbdrCWOrqwu6qwBQ2/+LP+9IO2Ocr1H5y0k+6Gneaz0EkvZm4G6caaaVCYfpOAQKdJCkKqO/LYq0EDsuaZgC81AdjGNMBGAhWusiVQodbLRK76YqwEN8VGUuSHpbmsrk6D4PxIYPNa2awCenS84DoRtRMtPDPnoO4QWdbLHxdlnOwENJZstdtWmks0MewZBVWkd+EkV88JChVGicm6LVkINnURdA7nXAYq3S0hJpXDSGcKdsqIDcldl0LnsI3bE6vs3nERN7QZn9F1raW19tDCUAGxFbs7rdThM+0gHWaF8SvS0xcviEqqv8RAtfKsfi6yeVdjoUU5Ywraygu6fvUwTfbBA07bUsgykG/4H61RpkE9oxEqIm5wHpOtjynLQN4JHEd3PcaGfTgeaEDFp3COkM2Xo5T9+gUNxDcy99lg9Q1cVao8yy/3ZAUxIQwnBuacid/hSKM79+9innYYg1wTsWF2Kka0t8Jgf9gc8vEtBJ29jZx5eOV5OWi+8NGv25iy5JfhYyXokkp3Va4Wk4IuFRi9ujCuVCIUOTY7Hz3gNqzh2qufOQSlTq+eqPahIQfm9SuWe7ruBvWru+KKRjPMOSNC/yuvkMZqB+ndQxpOxHOv788XTmFb393cfbt717a08wgAgfaWTvuFDy3pXf9k501RDm4tZ+vrTpslIwKAeCZG1Y2lpW7sIVpW0gLDZ/RuaVAjlwZ9kBX8rNHti4wuKLiogx0h2v4dc+p39TtqP/JWiNr6IyLF5FzhDN9UxbEdAfIyWX7osO9XTkUloUb9xs1qwJMXSwhoGmSLKG2vq3IVsvAf0D5v2w47pXt5YLE7ehd06nDlPIJYD8Qy8cn+cgF/8NQHz4uGYEBgB5WPcvWsLh9PQG1ONALr8gziYGMBEOv3pjh+FMsW9DjUAXwA4YPQ/WGvr5eEMTCyWPCSjG131r7SXbkpLxCdh6Xe/00d7100dpwy+mWnU9tTm6pt+3j9sb7ospuEOhUiSR9bWNDGhq4yOaLGeX0CBSBC0mRkbKIqhfOukapZnbAf4xnyJfXn3heRlYkaq+KObTECIrCzfzejUsONqQIlEgWs5sqHRsclhB2a9v1Fj9+8GIdGeqGJ2GToa0aI3gMenMsc8hvDIu2sZ35X9tW5strXQ5OeoxYf1Cxy6C/fdwf7CaD3ZPtw5PtvUaxy/bKYpfj450DV+riJ/DT1LosKxj4ueLln3TFy/axVrz8RGUXVM4y2PHFU9N0VsfLWHZ8Gctr+lJQxdJ+RrR6ZXd/x5WvKM8fIgwYUHtt2cXxHYTlAcfbhBmP849c4ftlL51Q1Bf/sy9Q415SlZNMPup9ZX5L8vvp91i0TP9EqC+lIL9Ik9squ/6yt/VLFOfDfPzl0dHu3mDwlygx+8jFRWZ7f34Lt+rmFv4769vX7LO07iVzDEbOv+wNr8AQ+dBD2+bLXgGGG6ZPYHcqjplWva/koc4WMK/8xVb6lZhQ92jqSOriUS2xLF8bih2P0J/3ahRnA1sLS/RVrMTn+GhnoBU+22GVTfyo0Vi+qB65N4i+BhS4lDXSqmoDo2lafQgQUPola7waZbIdKanhKeCLRHhfG33yZLzOWK3Pi3FqxzMPc8AAXkYxRGIlmV5YcDIpJBWddwsuLI6p8ZVRrgkqS+L113zCwbKnwICsnMSEwVjdmqDPkF+HrPTERtP1ioGdGyIYC0leiU8qhCTipEWex/q/kbARaKvewUsHGehseW3pvXH6uFqHwjyKfOrOyCgLt8TKllTPy9ksG2vvCoEoutfB/RJWnsjAvjP1jIP6NmVfr2x9/RKORgFe+Y1AE+QKvkrZ8HvFDF3j7GpxswnXKbQviSRp3CaHvZhhuuJ2I3kBl2gE/03MvxkGDRgNq7zizR9i3T+b0OrSxMIz2AoI5FNxnd9sfprG8mR6I12zgcI5d0rNwuUYelPzWmI7hPgLcewXgmV4en5GDkeCAnE+527mmKOBM4YG9TT91FlSVY5A/0hBDphA3zeoAnm+cG1m/UWUL7p5ZDxHpmuZgCICfS0snHiE4MWsppIejDFnKYG8fDkYfcVCT4Nr/kOh3GPYIDJ0mxfAwQLgctGZ94Tp0QnGQfDSxU5oVVyvgmeN0UzntmC2r9Lv713wCq8TbDiF9fwdEfwtHlUJS9po2GPqc1ki7B7WGY8LQqdTCfnXIVD+nbhm7hJQIkHd9LwtJbK0muRZpdn5DUG6VKgiYcWKjPEc7O9Knj3yqsE6dnhrpIaoPse7oSQIhEyWODpLPlOeRUzUy1VV3tXKmPLtebQfGo7dna//IaC5wVBLUMCkrrgPQl7jFtRoJjm2EM1aiN/fQcWusGh6f2wUluHUTi8ucB8bxy/6Q6bzAFl5z4kisGKf3mWMQ2s9gbGpUzyrYvFLnCVy93r/aQlSbpJ9FMwUJidY2PSklIEPZyO1QCsxNgffhVLFE6CH+YXqY0RilCKWHpVYC5VpZuR/hK/H0SMK288kRkhSQnSYta6kf5pEegJ6cGwbb9uBRQ9BR0YerhAlrR305TXL4vNy9n5Wu5rBb8+fSqqVjTNT5he85POClw5eQGFBbvteSPM7ZUDp5ESzSEHRVxFiPVEaGAiSCPsGoS3JAmWVJN+WUL9O6B4U2mOwj4TUMAjog7cyzb931Jws8CIlPqDjUVFe33s5+4La8RLucuaMdMH9IJ0rPj3DpuDX5bd5Aa5mdJsECACCsCxuvpIOc/UXW/IH+LbfwVdyAbifW2D4UiiN3vsO44IeMMwSNlCL9mSB1A6m9Rd/Dv9DJwMv3jGT92faPX2aKSsftrOvtS4Rw3vXi9oBTlJHCOcaych+8p6xzYRTrjgoz4KC5hghCaTSRVh2ZqnicwG2Nxay+xo9LRSQkOZjxKTX7n756xjY4agLYvvfQNWoFmhoLdBSM5DiQjCkmDxSIEKxyeXteFjT78CA4r82345arEQ6a1DkzLqkOnxfhFsncSp5YQ84al5swR0SKk/EAGLODGWDJNRb+xgxX2kJhM/O9ye7uWGD0g/0/rNOos9qc+A/revF1PW5o304GwvF4tJC12IcdBtuvRm7JmQEYY5znGUzU69JsUh8PpvzERLfd5hAIOpZ6u4kZhUuzpAXZ6iL481DVzaePKZC8HzujIWJ6Q1pwx9ohnHPaBIG4VF+jWHZDKuZpOgJWwtggOIu5dbqONYUi0XBJyO1+/o+eeXUroBAOdfaZVaq7dz0EAebRychZNRdomfNS4RivdGXjk/9EE/9UE/9EMsMQQYHFfYbLq8rZMjUG4xxrO6X0TU2IpLKV5L95MO0SSfK9tS1x/m59hrogID/QRBZ+t9hSYJaL50+k+DvpC0hxuJIiE5yDf28AEnA4QBs5ySswOKSwmy+q8FJLD/kWbRA7luWwmCgEghnIgBX7KWAJGd9xZsjeITaMSs/vTN/MMhBpVBkum+4BoN2ZyToMWRuXZNjp4yOY2i8+M2rRjkAe56MFdLICfFM3pRCbhNEFRB8liG1e47Hd8KhGIqgJJe3eZ2wqKfFcv1Wa+OL1wIMZBMI8yaF93dVC8WEaDwgdMdJOpF1nq+Y5VuM/bkVSPJyEP5Blz1mCHaYUa2n0QM8UEMEGfiJ4G7+NfrdC1YmbtTgcW/ZKgqs119fBM0kDOnhUVeuyP84ika2+MvgcS335b055Y2WaA7nYnxUgcbGRg26KwSDdpvLLYPWUkcyUgJWUijqvHzzIAQ9zyHMLRi9Aw4q+3Y2tuaKHb7s2kI/e09R7oSfgclw1M0lct13XcSoC8+5+tFc2ZhrgBf8jDx99jUaQK/vUQAof99hZ1/oeMP5cDypbvGYUW6IJF919Yhsc4GgmJbjHN4p1q7qqKvaK7T9HOgUw/aySi7pOlfqC+ZPz2MRnUEQcGow3TbgRnp24E5L6DiMFPOvXy+wyXPHIxomKtdUjBnbaty5xjwCjl0VRVZiNGoFheLAATwj7QutsxEmIkblYsalSlEQd2z42IO6YeCcEGo6O7wZh90C59lF529a8iIWHV4upNmJMbmUhtMbyg25RkvWlHUokkNjrrBAtVhPiRA2lOMClMlt/Cm3fUqDF+1ktL27xXpSAtdnVNogeOJa1ZkPp7TlU1iswpeoGfcZ5+mkvHHVQnd0m4Oyu2n6wURXpVkTn0RXxMZdklciYNQonbHp1gpikKhULKGz5ajrt3R6VxIXFXvUm5mJhohq+1eXl+cXK+Yhfdt6HP4DQefXhJJEMYOy57gV0poCExcXr2zVN11FlooaPCcwRjq5Qzbv3psyOSMCohfYuKm3pjF/yBcLo38IC0r56fn3IjHO37x0jvkoXjwUwoOY44ThoBSllDyGj3a6WlqkfOUimNv8hnoA0gkhum4432/fSGKInsXPDcd/lsEuj+i2Yg1yf1FQUMJBrMJvfwOKq8TgEd4lsSypXMUHQGqFYNLGUCzoOm04w39TEEIV3/jE38dGw0CyFnFx4ZDh5Rsw2Yt2ehc4lIsdwqh0RTeTX5V36F9uwNYmFD6Q8umyFBABY1fhWPKa4wvQiNrSk55jK4s2+OtufKbkpgw+dmOLyoqW/mRZMSmZoOohAuId+CMjZuTpvaPovoZ9VS6oRCjyEazJ+6iY7qTtbwyt8d0u/vmLb14iZNyYkyYxLc2s2QkHecyxrIygGGRz4HfP8FAUIFmef4ITWcGMB4OOwSTvwHdJ8v0uy5kXTi9IdoYDUnQslQq94fME3Cr+1MZ1sbnqLJDiXqyYZI/57om0rVnIPYnKRWcSsqjFb0ZnEIpDfPdmakgZgIjlgYIR8zvK5dLtaAK/A2HtIhwxA7CrrLcIKjrhCPtm9ti3DZ0/QYZLQMJEEiSTYtMaL9qJET2WPixxzQHMdqdMbYXZfL0Vz1NsfpCPZL67wM7ghhva+iFvkJjwc28z6USEZ4soq03DZ1LLYmxLiKCeV1mGG9JAorYsIq63CnIbbqWt1U86yO0rh1+EqDz0VVYaZe7SvT+T6NQ//N1/3cg3/cPf/TfEFYWAX0w66FUklExNgQnE9IzolSUiE9F3UhqkdnfwQpRQkjxaGqQ07b71nlI1qfyoJ6cycpA7C1ojtoY/2rz6dlp0jTGJ7ln9+I6ZGa7O3uPL/rV/b6nUWUg3zVV+ctO+5/qfgD6xq48dZuJVEgrFVxNXwFzJKwDiXK0twSmKljmCK51z3MvgU24KQf7/7X3bciPHle3zOML/UIOHUWtMkAQJXpqWNdF3t6dbYjS7JTtOnGAUgSJZahCFQQHNphyKmH84T+fN3+JPOV9ycl9zZ1YmAMpSezwjPzhENJD33Lkva69NOgScBJDXW/aRqJGv/0LqxPkGkwf6PRQNwGAurGE8LUIHom3WB7dW6R70DCGAeRtOJBzmPnZmAqwNxHQZIrAJOhfQZn8DOndwcF8q+v2Dw6ODfQPPlRF8Iir6BBLyF1juPzQsF9b174KV9PBciPv1idAyDc8denjuI/5aF6AbtJKml3d38A3Y8PQtDc6ZYqgkXCSxS/lwSa1URtwkz/zu8Fh55o9DnvmuByCsv4r9eL7wkB9G+PEkgyNVmqbDcRNm9JmqfJZgD7PcbKIw1XWcLSellLwnU7VVpZ/J021x3UTU4DhLdZ+ZO60xU3NcNpCahDRr7QY9ZaC2iOijfX7C+0yZQneepQ81dKoaDioeRskpKEWRE0aDwNeuK2d6cyVt1AsABZVx46o9o/nNUFVntrxwCpWdL3GTTPA5va7QIa0BVqm644bLswj9OsEadGC7Pz0L4kuh0EzSn1TFkzevT6hm42hhibnOnP01QQe0UzT/T/Hu/XJ5WjWYIpirQ2NdOdHVTK5jWpPxaE4BLcsal4bnum67K51c4jxjF6KRwQVyNbeaDDVVkMovwUbfsZ1kfRmMCZwP2UGZSWKmVqAXjhRnC3m3NWTvL+KYY+ZoSAklPmzIcfiCJBLh/F6nMpa1eK5QVj7olIzbSpT/3SpeUQXwzwkdAyFJNveU7JKTR1utz+lXjEw2oPhGg44Q4DoEFmwytKfKKZnDSAduOYCLE0TA7pAiWx/ZhUV8AOwW5czNofpxxREyfP8oyJTj4jhOuGvk9b0sF84GJlhtooKdPS5gs5g8QM5F84sOIdo7L5OSkODjwBWwwjvxSF7O5WSMRMDVwmenpk837IeFZ4HlWFw7y8buxz27lD2iTADTGQuJvtyfrpTIV8grFRgF+DzMxSnC4nyakt+ZJMfnK197sR9kPP6IeZJf3ncnHGrRbPnlzh+ykPIlN4Cpd0KbFyrBpaoNJNJdtU4R13rnvEdAnGCVX9I2PlPNKzPgfP6O9evliicKwpvXM076LBLS266p9T/oySYOAoLqWXJSuurNPPAZ6qn5gBgqIEAPehAMJ66zWyI8OSDWMNwj3iC6++4M1lfGeReN3ovpHAHaNn0HlUttjQSo9B+yL/KM0Q2O0B5gwZu5N5x+FqR0PKi3q+3Ogny+/qqJRymYK/I7ZiYaxhnsQcj8wB4VcmewgRKJpoBOL1tVNiIMIayTHzqdAchBX/RrbxflsqhDxIddpWwSdVQdr4jVgFgqPH5Mwn9D+adVphnNKlovmRmkw5b2tLHARNBW8GOIHIFXkGvOC9DC/3SD5SXJF91f2kV0zvHSQ0akhPagmVyofUVdRLz9GUrZUD8Ntm9/rUDF5Zli/RHCZINqtgAU4mcvz85P33z9/OWrZ+enj148+0zBE8FxWfFQlHQbnPKBEVcQM/H2E5SWwwZsWAZC6RVYeAnipI27Jdt3Vcfc7+YvnyDVIMjZp5QGEqeKBGsj/P+KNvFIjTWaAGcFz6ivCy4yRSMX6LrHefHxr71cb6ZpVcUjFiMFuvOuEGlXVfypKamW6029vFl1yPa60cXHhPcKDWh9SujJtmVLMUbu3sZyzpVwHgWOj3S3G53tenoJGiW5dWIfEYKTZx+oshqIp35UPA5NFKbXQ063xpcr8Vq+mv53XEDY2jrfNRcF5NR0AD2njMe3RZ57Z1XCpOpJYJU9ypzY4QdgisxDK8xsVgW1qMIlGnuQCS81JAlIIYcNdFAmYFJDB8YEnPnkpCAaOjEByA8BSgO6EJCFaJ+/s0FXNJ24s9wDXIL/6boZE22u1UtBY15OSo4tTJZAGoNcbutaAuu8ihM2A9PcmzVp108giDtuLzr5EveL/Dy13tTOChAowDPVQYrYqERIfzOZMPuH5YQqIeCP8f6gTsVKdcS/br72jPV1hbZG4H+0nrB4zpGedKkqZMDORC8noZXnHZY94fbugfIKchOdXoCNgDl3onBrpLr3bYYWNQoozC2i0o9M7y2sNBOKN7XdbuInh0jaGE7DhwmXgehzWuboX00vDIcpS1G61hgnfDrbgG3GRESehnhN2vArcyrEjucLVYLGVAqIhptj6v+Jhst+BPCgyavB9edLJbZJj+xHjwsMd2KMo6cBj4jySTNbxJuzM6TxTvUtPQuRxm39vu7DSdrtqRz6op2VU9Y7o9siVqliFcP74l8t1ze2st7Oic5qu3Sf0Bxb0qmp1FG9iE1Zxo+I/vHA/PJzXh4FwXmjzv7E8iFsNkKJNCApl+ZnxuZdosmsjv1q6WTut6fFW0IJXwoplVQhT9gCWseGFkSYK2AXW6EKxR2qPgrzfyPRbtonBsnhe2gXhHduzYJ0zHVQsVIm/xXdHsIDhUe5a1HQdlWcPIpQvrLLdQFaDT5NTqIjKCllLL17P4dydm7UKVq4xA96oFv1sNMeOZF6nYPZdftuF181t1tG68crsUlbXGUvkF00nrfwqtDPzpvbqf2pcGE088pDWe1jhG7/9jr4jdEjYevXm7hMLxTKImJq+CiU16HdmdqB0sAOWG8MKJvd0DFNR25k7zWqnIAA6Rk6fB45KHChb9tTsBXNvKMYrVbtIu83EntQn3YBYtsa7CGyE4Kyd1ZiMpuK5YMMxaPlDub2EYohZMUdh6gVoUaKH+XSa+ih77jleRkZ98rfYhTaY4pu4vc8ArJuOWiQgvI0I6yiRvcxcElZYI6wTmHX8QVY4f8N5rkWs5SUR9DDm2dnb5mAoprXUQjsNI1+JM8KUPTz2RJHKWTZrEUDCY4wcBBLsr73fnubLQmr/kP5oTyjCKvRA0L/rZMCVu9NxkKVs1ArLgW86mh8X1lvU7DuOe5+mbB5B7tmaUczt36VaX8SOVY8O74xjdZGoZKbHsaeAod/HmWOSi+LkAkF3Wy4rWfdmD0ROlOFOqR9melTAu+gr9Kr7zS5dWxYzL4yqf3pKOKZE7129hnlhiChavp7A6lkQwXdQ+YZW9uR5IQysMR7OghHEG0mOUylroBxrj+CDHnRy7t92pkhkXHs+cX7Q/FoEXGp9V0bDwpvpXjJKc+Dkmnb0MgjVR14k25TjysBVqfVAjD9fRyYxYxmgUdz/5CJgmJnm1hBOmVc/VkytrFqHxR+Th63+LC9Lr8TvvU5Y/I1hcywZySi4eRqsn6GnkGbdtwNbeRxMS3Zt1QvEiXJBo/udnGKeC5YBnnhSdud3En2AyWWE2sRpSTjeY+fb0+rzgP1WR3FS3KSbgEiCD0FLYe2hc/Vtxr5XMGOhJeY8o+BncaJIPkuW+Q5fEPkTzAopDAAgC4YZ6Z2rsNInaBaStTNc8reMgDajMfAXQxLiC7e9Zc98IR7H+t4rDAslPj4CGkEHrUQCdQ6w05uKJsDiQ6D4nQiiqObPq/CdfDD4Uix68zp0aP3fQKKdJxHEVAs1Q1SUJWckA75Jw1zNGqWDDEbqdsmV3xTu3ndUeK8ty29zPGOx9sKzluaMKp+6W4x1UkkaxYYHDy3QvC9Znv4a92fm71JiJ1s8crwYRnuDsMgqQbbEoJP3GyZp7oXRIXMeHvsSmZ12oaNKMKHWUeq3EwwChFzrSbx0cc/gr34qL83KAZDALcOj+/NXjw4PrLsxceflL04hUP9BR79jwyP3hvuCjz6fw6IF5HZ7mjfzvrgBMyAsvc9KPsb+laAyQ5+n4RjD44PoybEnPUoQEGRK99ASRxUYLy0SJMP4TC3tB/QxXaH6sXoumnaahsJlaqbLzuQxC923Keeolk1ffCSQPvwIxxP+EV1QZKATYLAj48fHhIIfH9NfeI4bd9NROFTqC9I9BFzK6ctFq5KgHwurHJBg+mUfXvYeYD286V+uWwnncuRuw/E9QGZf0DCFsV6cQuoZgMfwz5l7Fl0n+02nXK4puzt8Yp70S1XE1IGBNjcSy7FgxWkXmLNnhyXiD7EHP7tlFrkEBXOdIt1FinGUS6QaMhnbK41IWXzzaBw6yETN1sHMPLRNGjs8xlAIxZ3TrJItRY1AiEmYJfe+TIx8GAllVHU3CElglPdMRYupdRouAhcS1AYxm4EqiBuNBYG/pO5Q+dp/TTR5SqSFWfIqZMgNsp6ipTLoKBiaZEWOXxFokjFyjyTF6qKmCOHEpt5bijO65VkqurOK4vEhFzVJp5yLq1PL74cSU/+wkuh4SgMFH2TLmvi63uZIr94m8hqvSrBYscO0LU7xVQCgxqJijZmh2lII9RyfDmdAHfac1IYRxMIxIDTrISICBiImdOkER53CjBXP5IdtKeTekyIy2ugk1h7gXRUoFLOIHVVvW/ExkV3AWtFhmVEGMvkKdSQSlnTqwURREWMBNKW9G96Xhcr16HhU47oFI9LKeAHImU5XYB2k+LPWwtgsyGHg+0DAslcNB9SYndFwdIuqDa11bUXS62X+IalFUMxHah/XrravHvrcExzIGlyEAIAURoV4JAWZxrddixAKwnUm3SKRQE36JD/SaxcLDTeter2U3VOkxAQp6LdEKkql6J0g5q5xx5X7K5YAiRV2RB67XzkBtOzdZyn4wC1MTHU1ptkexATBvN8IBwgaeYqPTKboJAdqwC6jloV1B4mdOVjIGWf3wU1mta5O0Sme17TLCl/VJxngRR8QrRJ3hVRGIl9m7aRryRJ9vwBXQnGPdg+RPbL5VxF8NlaMn4wMoFqpE22jWAWZfufo2ON8rWx4hj65Z/oC5eVGPJ8SIE11lKSleQRoXu3ID51hqULGonKSuaq2wYMOfyCmYq9VudS8oxsMVCEB0rgs5suRFFlCbmppKD7n0v3Cbp6g2gG7k2yE3zUKHTXabdI0i65oEKOkJqDgT7eNvTYhE8jKwj+UUGdqvOMBIqthJ6qj1Bwu5qKSuX+6YyexjUsUysa0NeodlrDCONJCZKxr7EC3CRLIJ2WgFn8z48rLpC/hk/rD/VWAFqh6o6jaj5bH7JR4xs2n/NoaLX4wnTlGwL8WVtHCBVLNOs8B67Z0Z3WtFwfOeLTzJqPMqCwXuiBJ93hYF5e59Su7bHbkAidILejSSvKdqtzppwncSFHv6ZvdrpeE/oYVxKZu59QSDRbusl/D1mAEEgBTK6+GDbHYc1ydkf4SLhQOjx1Tnj8eznGW0eiequ4aJBJu6JHyV2AjZ9qGKe09lbJcO2nf3sf5oHYzNpGvD+LXbdmNO/Ug8SVJC+WVwGRGCYDhmABc7qGeTxm4DqBhQ6FrVFfrQ/hKNnJijx1y9PjtU5RBdk7k1U/PUeqEJ6Vbf7RRtXFAMGYyruNlNLNfgkf/Z4pi5i6UitOo6WuCXmZ9s6AWxR4uQF9sYpr1TP/6oDZckYAvxqwYdZcMi1qP1HFA37OOfjx9XoG1d/Q53ISbxYYlHIuOZYR1teSAzmrqxHBHbiSdFhY/S61XXZMwbHbZBhOK2qQUG4OWAm0PuAiOrUgSTtFbmFa1hvX6cQ/4PD2JRXqdL4aiKvAWkPG2+nS3Xa3pl0lL9mK+EG7x2vFoVopPfDBDivlJs550IRaa8tWhnaJpGBYDAy1Za4THFIH3KxoE9gTBdYPfz8m2j22a0G/hcIX0DhykJHgil+vJG+KL2c9amZ33pHDbY8bLo6C/0qlpyBuW8MVmohrK8xfXWH+RM83UD1ySJodY8YsyJs9HZPq3aMXAtmpx1LbhbNrWNvKCSb2GYcv6xuvXtsXDM3QlSOS/bEuUteIm/a4uQEr3R1z8dht5s9iI1zcu8ay4poCdLTBPlm/2byyECxFGCsCkB/a2nuWYnqD0xOAt4jcQY4lsZxnc1fzGyrvCbjB5A0jd9htY6wdWxkCHgH0pBKkRv1pWTM3mIRl7+YVkgeRDwCrzIKP2HBe9uLyqDjNirx0nqBPqInQt8cQtOg5SbxG2YrA2DE36aQiXF+K9VUB2lyyq1fXOQ8SjPxriiKtvKjo7cx4qDLN0XUA7JK7bmjZR6LICCAsfNDKT9hzkLs6fnjsr5H7GF2d3O9lt1QtuBSzk7mDTcbeHNl2hNMjN1Ph3+USEoTawPQ3W8jbi63kNq8oHvaTkeesUe2DGB6c4ovSxvJI46ALs7oYGsyn4+hNeiBhrUizICnzI57id3/UE8A6Stk2U6jJm3qyQgLs9Do8wxVo/72Os683CvuhPhUy5ytviwkQcbEmOLGt4W/nRnpQfPJfqYhUr1tfaO1ABFRt1xa+dgWHkAC4sWmNHt+p/NASTCOt80b0PbqEyxmXz8ifRn+BRCa4cSOZ9DThHDCqg7XsczcdXikAaTEvAhWjVD8yabQbxl11Tj2NNqK3vBdHGgl6fFu2QJsiLLxe9FLQxjBjtqNqCr7vtZ0DD0hIzqoZE72za4TDBVyh8qAiL0uJtqlTf3roDWqDy2LrhHCmSykPYSbSFydg+zX9hqvBCtlCJ91D3kqKCoOsxRoRqDBi6eaki7ezD7Rv1vloDEuz3vDAwo/woycbHJpuV7E25pP6gc7oX2/rMUT8AKPrKVsZDJdxXP3I7pS5i5zwCr3jWr4btT4qZ9Y0N8d/CxXoSmFCFGXD2a1tWWVTy7k7GDdoMHllXksh2Mt6Dtm0LFyYatcDR0REhTdqvRORFy3c2eA02AghnUUhNuLXuvfF73oSqW7l1vigw2ZjyB9GH7n0In4D5bXTAwFWn1ZQVN0Dr2J9xdd50zJR17yR4sl8v2hmIgOkKKap90UgMYifLGzZ9I3GyFspCpaFhjaeuluZjNE/4yVHNzH6nlJgK7L1VB6HlQZZZfupxmLRC9Y1z4uhpaEXfmF+jmHwLyJBSCFLQQWx7C05X4HCRdXYKMBru+H3mdV2ak+1GxpB2VKpnPUi7wUWSblTOq5yAvjwK79osYYiDEri1wrweT9Gdjg168O/ApH4rGc52wWcpDVH4bt/OKNsDI08B0PjY3dxl7gJGw3FeDWoUiEqYRA0g5KrIkejN84IwckEyyWTaoc7s1G30Ixbeos2gjeiQxSh5UONBzWP2enEZbH2rQyeTcoAmaULKX6KmJsti8PyABohF2fV5g6H4fOlaV/V2YURtig8e6P6dMwhp3eWfbSnIZlc0gRazb2bi2FwsmiikNM9DRnvQGZR782AJ+4g39RMd9YtWhjCiyswAev2hjmxsEiqefXFny9+jdDr0UhpTv+LjBXAuf7UwkuL88m95xlnhj65gXyx03/NFmJoCK16kM0AOd3bi1v2963xZUuInjl/S2Du9aeq6xwIADDMcuSpX5rpiiBhcAg34sEgxyElxMkikemrHGLNZKxFa9zjKqc1US03fWNNR4IFsZdTtmeNXxgGFssq70PgjW44+3BDx6S5PBYPcL3gIT2uSoB1P87ihnR2fJBYKYEbnDyCDLbSrGW/CpkZXzTjO2YCZYS/X64OHpjVAQDAk8Rjt2DL9RBWiJGEN8MWQLf+u1oxrIAmSkfm8y6gDEsk3KGW2LTizkPOR8BXEYuyp6vy1qZ6VTJ5DLneiQi7A0FIQgYysIewrJRRBcirll/6oNA8IgQu7jzcWVVyOSw1Vg5zi0IFxij9jQWDtxql9jeBq3lo6TEAgizSoIJXiacRZJRg1VWsFotHObjO+V6epKrrSDTQQLANBkWL72zco9xtXwIkRsLKzYR97NoS923NbJ+XTIkrsZfi0zPOaV5mYc+7hYcVWIaXMzxUcgMrnw4dyDfBG8Bp5gzgV5Y7IhzJva6n8eMdJJvrTCtiBLNx0o7NfHGH0S1W5EL2C5gpBLKoCvFHrJ2cEZRML61PNQuxm/C9D93Fq54aLm0YRkTGUFYtgS/IRYdAY6ncTR4tGEMPXCju3Dy5nmM8A/8JZh5sYQYG01VHwGtKp+a6dqYJ6u5OIJCjwJQOzv88CIuoa1FW6cKEoXPLxJ4leAog9YxqWHcexFVNBKchqd0Ym9U/oqmTmCucCT7f4D3GKVI7W1LxlA6KVuFWkyoN5oImg5H7FhPfn2LxqmwPXpHJ9uU7+ZP7xfIC8rfGVZPrzMC5A1I/qVfnz3XyDAcXuEmgMFMRPeP8yDcWvzRMTyBHziYZgrT/2xpCZ97qZrpUpiQb1Cqlwupe01wNpuq87G0neCp2pRN8cK5dyyNaxIvFtN9W8PhB6AWVvg5XS9B+UDE4cW20+jtuOXn0SIXL1e+CVjHZhXI5qLABO3tS4JQ1YXHdjEjiZIFauchtDrfu60R7uAKYK9QBv9B6fZK6WBKakfUwr4QblBfwxowrY06ZOdZJ0bYJNi/n9QDt7Ptq3qgN7nkb41B3ZqOeIr41zP9zV2F+F6epUUGPAsLCTRgDHiaXJJ8zdPoMkpmQJwx0wgmSNghkqhPuNNJ9kMsgymWzSoSLg/0cigIUTDpJNTmTsEKBz5f2ldG7gevN0jtyLX8Dct3kXxKvmA9eotzfDDiVFGVSv4OMfKqe6GP8bXR+cKnWDp9jU6UgYGHcbyEarhipdQttQ10JPArL5pXOkvULwK5aWgfwdaI1HmDTNrnx3efHp/Va8A2/Yy+frlfEFnezBp2KHrwgKlQcGtxwMS1GzT8UQeXtOIrNdW4AH4riZAOwLyUa+ywOFboJsxkliM1ZTrpgob4bsDE0Tghxhd/LZrrwrnlifu0IKKiiSecnKTvWkZ1g80wehvHMCUrZ6O1LvI04N1buVz6MgWecngr7JNN0NE2Zjur6U24owjsoLeTX9nzzm+ZnUBxYjHE3Nc1IkWeVqncYHkkBl1rXA1mrG7wOwXyIFHy8rJgD7RrRCZGrOtjZH5PuY3PRaFJ7PsU/aH23Q1UWGBUdeWS/A99QhKDA9RuE2YbOlS3jWmndUwCuZWe/abS3jZJRjHafrRhCA4xCW+A3b1GhZ8ASnpC2Bbi9+q58MWKQYZbugvwvgi2BX4c9d4HSfXl3cGp37YJRtLToeJGiY7mypUDjLTt6rs+x/w5jZ1oLCaMhddxJVvWzsU68Wl1pRv5/rMoTBHZDLCnHCol/61mgfCZ570wu2WjezGYBLENl62WARkrEV/KceiFNcAggWE4x/AabcuNEbNFyhryASxHkov5IOdABx52kWVq1NuXX34D0jySLyGGUjeMPYHuOlQdcjFkbAljZA1UkDvDAHSc6B5kvqiCbGNMdIN3qQzkuE4JiN+98MKQzXEZC3v1IFjxeY06aNMrb63pSef5UgPehewNMfNUSsiCkTTz/0k6KJ0gALVhtPRe5MMqNYhpsHK+z8HRltiJQAfm3VRkijre5ZNPyLKWNzFCozLYfCIEuoETjoz8WVKxDw3mYU4LxPMjKsTE9ZYHFM00O4eTrxmlheG4SPgONay6Ax46VTzyjeJt1gZRLJNFJ9NSr71BqwFhUk3TOfPo0Ijix6cXqNm0LulAKWloSMNxLCpC7VeSso5Adg6LFa0OFNCFDfuKV3osKyrMeJKewpt6SB/i2+fqfWdUhYu1gxl+bD5pKct+gB3tkokpbGXa7g5MeEjzdi9xur7876O8dALndwe7JfkRuNzxaW/x791ip7bT3T8NsF7F5/UJq9ylI7dzikD7z81T+Hg4DarvV3pxPxE1GRcHdXG+bhhemWkFCt2cY5Ozdp7c8rhKebjZdKtx99IiYbjHLEnPd+vJTW/zHdgvLwWpEih3u+HBvKORwWZMYN8A9u+4QkY0PB24kKq9URPK5l+5b1VXTIYE3jakru1UgGIXswBmDfswJ1rul41T8x9K9Kumc7Jy1B5WfefNV6PPynMKjygiO4vncjQKQ0wSMSvUQt/8VKAxh5UUPlEYrjbWmUx6+ISraLh5BAUtRoIlGBzcJ+HLUraeYqY1BC3LkuIqxxS+ww7tUXgB4TxaiZHk+hJQSG8/9TbWotaAa+NUXav9IAhoR4XvdkPut7HfRYxOqMa+rOahS+avj3WAz0orc2sc8N93Y1wmPQvbibAEn9IycVBnHzEnxslOf44w1QU5WwBPjboI0K9xSGaLbE6BIKNpyAoELSPowPyW3HBmEyqI7uUXrmsxs3HGsLizQT1Z8ayruDelykJyW6jfsxWN1VwV9TqBEOOozzkbW6BQeM76JNRMJAnaePb2k4SOLp4dGKDSFIsPz5BCDzgJZLl3wOqCXkLoIS3Aqtga8TAEuMNVfz3TYi3rEcAnbwCJ1SCylWnrlYQoiqmZilqcWXjNQLMKHcoQ4eYPnN0nUqjgpnpN0IPyAHMyZFTJSSIErp0T6t5Qnz6uhbjNiBzsv1hO/O3QgOtJiz72bf//ExRsxT8YNk4G7twbw7oYhJYGnCGaRiSoFK2Hz8TUokWztXtAaWHE3vPENdLLopJ+H8W4OjkQeaT22ZKPWU7uN/pJt5PS1vwK5/oaMfnaDCUo3Oe2sE1aYtRBlZsE9yWY6L5B3pNLi3yDwGBDfWFQeF8PdJv96JDN236AZMbbg1uBB6T4/+X1QWWSQA5EzcNHls9sg+fQGyUnfu22ACiuMMmzGr40c3bQAX9YERnN6ywLN7+dvX1le7+fsNX0ulNiHWpY7EbKpWRsg0fTR9mA1fs0J2BFCYHhiJCmhbpoqOEglwpJ5VZglDEIkQmSmkp5S5NHhorQQFhhR7OIGHEhxznM4xc7FUmAjKvfCuSwuc0TtXVXkM7tcTtHIU6Og4kRwP479ZIbvSuiG1dFNw9IZ+6GxUKs7O0SnKwF8bJg97Un//roIn3lJveOUgaUSYYjf5mBBH25SOyFUKTwPhJmuqFvkkjTebIS6UzRyrewGHk1M/9Uzw6l9OH7vt9ygj2CSnVuXjbNDsWWnGfYXTR9ej/4N5I/b0ET6NhjXc+BjuygXWMoJKaF5L2himzCXyKAU0CK1V+gxEu5fpifDQ8BhbEvQsVptOOqW7fGURfZmRJ5EenyoNg9kvG0VVO0JYLQfE1i+jNJgXBkSvjw0RmAm4+YdYj2SJeaIvbCmIm3G+ZeceoZCPYg3MrkG3CTCISXn4ewzoAmB+L6abNelljtK/POpB1S5AxezYXb58eL9OFteqJ+lpSaCFp5B5usosZHMhlYjU78JXOoZsnY2En6xwa2lj07cMsIqrvczw/JQmfazZ1/HhcPg8GAZB8qYrNEmS5QpXtk6QjScgQpYw/r76uXin+NK8Jt61N3GpJwp93XM/5EfVTNZy/Hfyp3BYj1Ns1jDxy12Iggmpx72eZP6nN9esifK0yQ1yD6dTAfLo558kXnM0/HBdu1AzVM5JRKiXqGPZGh/QpmfOJr+6hnSCwoW3QQC0SbuK6wPYX/J8Vgzjz1iaMabm6bpKN969yaF3VqjAtqzhY2EijW3hVjWZnG9vLloqSwJCU0OPLTbxYNi6KzI3eI3xeemxXeSZ3BSvC7fV5kLzLg9qi3E8SmoQ9CHmNZ2urmnjXFLUB2ippnpUTXL2Yg8RsYP5jUmA1UwFFJXnHT9Fal8q8awon9xCSZSl6KRELE4CbTYSbCyd7uqFFtNDyVqmxyfMv2LCl0a7m5/RvrKsk3W1LbVMo3n4uup8a+pD4SRVOV3pftS39dQkNsXLr4b7czc82wJSD2vX09ZSpGtt4Wp6BALH0PaVvewic0eWgr1DdYJW0TKQed2uN746AuguJluecduCQaw+//Rkh4apx/bEUjNjUBh0rbPzBMpiwPcgiyceae3ioYIFVr0o8r+R8q/BkCRdgJXFoiree4pPUqFCAU4vM8qMxzbm+aNi+7TebFOim+ffBPOX5kPlqwCNVOv+5UfqkQbKf2rSaimTvQ9f8l4uR89lny+qg1xQHmLMemtbltMw5yIqR0A0OsWKPOaOYctmPHWJ2Ml2md3T7uYu2UBDRnIGOCN8AEcellYb/fxectTEXgwNc+Y3yRT1d0/ifhApFNts1VD/yndTTFeku0W3xtLxDWHjpQMAEkWR+/evCogEj1FdGa2LqJ7WoTVQxFZKlMs7e8TPf8GskboYwJ9ptp+TLAzgrxUU4CRER4ifvCxeNCTs7O02zhK7pZIzby8NQUcmqly/bjG1QjOeOzBOQPya5FMEHyCcJJ9fKy/U4CuUmisbPwUiOmvG4zOaUyNxTg1/JvkmJwU7CP9nkCf7mRLGr8lydCM+PxOHxVf4+P1+E6Shy7uBOIKassUsZYIlgwsCJCbF3yB/slHCUOhKrKStBn9MSzKeDR3uo3RFu0hSnMTw/FfjUT9wl3bZnr15e0InbTn7qify7OD0IMvdvgb7BiIi6xvyMxd4FB+k0LZbVYoBn8vqTI+0lPqNib2Lw/mC+IhFI4NClQCUhahoJs3hd4UytihA+XjcgxCS2HY8+1iplap5cuApfgGaplLa7pzKVPF75oel//3n/83hofnO/eTMe4ZiWfwxJKtiGPQZ82kxnqxvOs38z4F8BNjXTVO6YGOwrdPztnEPzmB9T33UfEt5nOqW+s5c3J2VCkvBZ6qxLU5zHjqIgXyD2dMCgb0r4kLIE+1UKLnGJENDqHj5HzcNCgO/6V4NENXC4YOTumlWhWoyoC/BvcEfw36u8f9/d1isH+y//DkYC8Cfz1cW9n0cP/gwMC/Bp8S/pWFzvwCBPsUQDDXOUUIJj8PEuzwKIcE+y8HRCKAmJvFaO5MTDmQaXDYngeHUcTriX49BIZ1m0uCwqAWLARpZ+Ud525PJrRJhYlmEtl8Cv+1d/TwmPBfg+3jbvjeg4DdWOp5NdKUFQ0J4wluloJ84JDC8uKmJiWzS3TPyy981ddCrUy0pkKRSwwPnoFo6WxKYEplQwvJRbl+ZKNbz6oPFJbtiH6YYCayj7kEYZkEDd7BFCc1ZvB5xZSyq3AD7Z3rqmnQ6b0AAPcGRQRddQyiN+4haOb4uHIKy6PTl8W1e3j4Cb0iIgUMhrslHfiaJOHvhYavpMNF1O/1tPD4Q8sVkdt0BXR7JUJTD/1DjsaMhP1S84xnKWGMeYVc8SOJ2Dx58+ypvQfPO8NaEwBZFfcYdAM+91J7kZ0i668mHcgeLiQ/IfvklG87B6meBCm5ZoCJgrrZIBKu1YAwPJ12NvE/u5N5Uy9vinfu8hVv8EJKhdt01SkIj3yFAvykKN65h/mynqIIHlcfT8iNeO4UBLhxiV9vaFoc2PjBVbU4F3kFrynebvzQSTP8oKNO7iUYbgY5h/yG+z6I8hRWBvZ0Xwa4WHIaitcYw02JuWHHLHSjY0KJ5RW13Hvrzsx7YA4pXlNktkdwKbW/Qg39dT2F4J37+aWbaUrO7ad6tVcekuZgLpBwQYcEriNn94gZ4Y7y/KrS50zYC1Gq3Kg58de/sHkORl3kmjFD6gjeJ9ljfwwJl4QZAO/pPMLP4rcefVd+xHEkuqJ79ljWhwN7QdCsYwIiM1OiTtITeVExZx72qQ8lxDmCnlp7cgTgIPWYuU8p2NoG0U9e2dbMnoS1u7LluPiiLK6dFP1db+ffZr/bPzw6HO71vuQ1wqsEalqBatoXO6XbCKwQCfLaEASTHVtTrIaD69tQ+vwtfCgGWmmA0MwxwD5JGiDG9YLFDLLCvwBr8ss//xm0pHMI2L13i3TOi/TDD1/s4L8bwxMjtIloMNwDs77E2U/na4V89udD9oV+6NSzEpI07xXutDGyParYGm7xrrv/JIQTRxhWWV64KDIWMdMNCVPADZIQO2PEFC41UxHlbsm+/nYo5939TI6F/iOJAvFFobJBPJkXTkeA8sWgdDtJVo1bdG3L7/bM7yKVjEKXUTgDXdsEyPZysbopa2A34TbpYj5HynEeZ9J6RvX3vtbzsD8YFrsPT/YOToaD+1rPxw8PHh6q9az9fyLrOWVf/GI5fwrLmb/9k5vMe7BX/w1tNzSv3WoxM1rSroZTEWXARAa1bSBpSR9BelUxnpcENBrPm5kmIKMDuaTQJADsiSOJZ2lD9hSoSxnag4P9hw/J0gYfZBd+uQ4PzFzTRG0akg6UPpuHWQ1rLl8EfO/1ZUwnXXORmUkc0dokwSiRmIMFNBftj8wyyrtk6RHwtCpLLYnjrlQxqiYTG2F73DQLMDlmxTA9KWGugyAM1WUiMIRQ7tUmkSRJDCaqB+oqULHVHVri3KMTMm2wwJ37NOATD2aaQVBGz53TU3A1YY4MnODdBpiiG3IFUDCo3cwbDhXesIAKl8+CEi6Zte5YrT99joZXeJaQ3+02zadvWqbUm2ZcTszzXuqkkyM/7JgYYr6rwZ5MKAhiYyMM0wM2dlEvALjn+cmFPaK+hIBMKuZ2uBkUi6LKXJeDUwTJ3TKTJB3wMTG3imcej3lbtwpQkYn9FaLul5MS6rD7pAJub1ICTiBT+i4of5Si1DD0cVheEGACH7wwSTSKch9qDV1ewtSikScuYrCE+SQhuaExt+QFcAsITACvSuv6tQkXazCf8KjErAPzJi5k5SfX5YAMhQXrs4YVJ8eBF8z8PmUAIj5N7ATXQUnj/e1i4DsA7tK+7u6cmIYC5Yu7jb+vLuYA1g2AJuHQO66khCmSJi4JG1rZDGUDPj4bRsKIka7Mr2olRKqNd21l8xEZknL6kn1ApjyWZx3q4u628JUEq9itF4IZ66h+R9TtGZVDSKWrq1gIGKDCM7MftH3qzwKg7TiZDVxkEXiMTyQ/Fe4hI3gpf5x4xoKWnyDzncSw8TDxc+gXCQ975wHHtpwF2Hcm4EnhzlmWlZJ+68dEZGF4oJGMHMSOAmMJbvuhEk8zJJxIEbEm86h2blViim5M2Ijl5CPoHqpDi+oKs122DHcUaMeYcAmFnd1zkUgP30v5WGEt8MZV02VXTTnbjy9o4vX4+u2Ls513Ly3yx7vMS1/EqJ4kx9QZETlhEF9L6XCBeMypTtH5JicgF74BaB85amDBRmDvNFQqC5jib2vgLWtmhNvBjRXZANpjBLGP+sk9qW+F71HAXFxw/tvTgilEmVfsvo0/Xo7Hd3QNFRXmq6xdmTpJKd7853D+STeEzLVZRZXK+ZJHWH2VkLrkDL0AQot6evf6yTOcl6nKQlc4JU0PEowNstOIpKzGhpZGwL+CB8YQyQun+UwvqvmVcGKggQEjuPCGIzUjv0tR5kqvz5h5I+xL2hbtmzTsTte49tEvaw7Muv4paweGJ48xuvT8PEm3i8aJX2qh0Bndv6h9b87ZlrMyrvIphpx2q4TDcO61a845hV1NrnByMxP5m4/nK3JlGICHfmT2I6Xb7bSKfjuZkK0uWbupwfMHXKunaEPIQr1w0kgy430tqoLKktqXEkYGX8bddCbRk+t6MpZWnoA0rDF1uCVePvz+q66mGY6RafKFIKOt3HuMFbqxDBGEKIu35QW95I+cMJqPkUQa30Su/VbxFWYwYjm9Q7+1oM6R6YrAs0jDhd+/ZoQO5gZDsEFq2DF1Fn6TnMr1quETBPOZh2D6x9FJzfryTk/OUxY7Xj48wfLBxbdYuC8JNAr7+racTzUQ27udnVdTt1jL6pzcHT1cI/jcjfu8njoh5f9phD4BRDwx30TqQK3R4E7JRmzjq5Y4xf5utA2ZJsosKndcK9MFGbKyXCMnyC8qTWh0RwQULF+2uDv6YQIEINILmF1CWs6GHFIkJkbwjIkeISN4cnYGK7rj+vvDmZCiXVRyzECj7t/CDxtmSfMEHiBwaHqsIL5KlBcIVBl9viHY7b7q9q7l1GCnvtyYLIBJVU77yxmX35NRwhBBZ2DhT0TSBQn5Jir8FYk9W+YT1DOpLqdhf1grHArx54G7dD723IrRk59vHcXZaTl6T6YtaKVMhyLiBzHjzbKVMSAJqYSVnBZHal45NXj6asPOe0H+Vi+E5HayZ7xuJ9tYst0PGSbEUtO9BVMIFCXu1XDVa675lBz5BCIKdEcvyIqDDybMRIQnlo8r7kiNyCD+9rT8UF9xrKTGtWJhBm/l5UJUZPn6JK6MZ5KAOFRDNe7xILp3YVKyUHdyjeEYykKoqgeQVTL5q/tJw/5o0sf1OPI/tYoFKW2eQnowl1U1hgiJD8tdRrB3UuYoPQPdBKg1IHtE/uK9EX7JkAsVHBXAY0Hys2VdA/UCoV8ukCt/rgLBywB4OpHSx1fXfgC6zufpswopbC11Kzrm6LqcOzMJD54oqM30AyX5wW4oV8+1WXx6FTFaafJPMHAJ9g8xiVJ6PQyROWchsxSnV0JdHcxymusz01bOpIr3JjVyGYPuxfYfzr7+is6DUwsIcjumXAQ6FhAlJvNpJi83XjPKJMMfckpSWWx/T0Xiq/iW3WM837Wp0dBJ3PkZB/Uc469aUs3AhJ/jMXoGvHZGT1Y/1sTJ2wkVg0OFzeksdOAiHUtzWE+KavtqW+TRI4BLYZSDPyC1T/8k9a1ajDaUoFq5wb1JC5aEWKQO4z23VChcrG1hOfEpMTotMLfDl/Cp9e2eFOL7BUc8O4BtkbIA6xVI2dWOLDgeY38wvmZ1ALxHosBMeKqvYazwwEdSgd9c5g6AfPWqvQ6YqmCDOWUwMiZXjYXrvtP9nVczpuDVnNUppsxMi/91O7uZ9Pl+/m/J/c08REid02AenYGiwBsOkSPVvpRIO1nRt+vDcz+h/F82EJSRovdvTj797ptnb85efv1VD73OKDxFPuLK/t7ZEnATjT4hi8rPvFgClERmK1d0dGO59LI9qL6IKVq35FJ1TfcLrqKNDybcaQz6uc/rS7a31NO2A+7vMebAzp0tUiN7BGaZur/7vBW2RBtOyz8ICRs6ulK3osZTmUw+AqgOcRYexHy+evfqFbOsAcQK/6P2OSn4VYFNsz+Dcn1q8m/q2bIZLLLm6K5yb+kF6E+vnRKEWoaTMi3kRzixvcpK6GKJRZd5U/XZ5E52zv5tVfJaiVyjEbYAKy9Ak+DdI/3lCmrTApqTmse8SONSN/Ci9R4iI9JkmFqiR5iscWsseMedJopXJhZknQfdO0/kZTXllUU51XvNqil74+YVv1Csoah2wwYRCinPIYgvw1z4g+q5L9pRnNF1fWvra+K9LQOyfffN58Lxfq+1dPdmB/VVVNofgFqxpfTtOPTx575QOhdvja0+W5JzVe+yoFo72WnEF+U8qsz5LRZGd7tbleIxAHZH6Rw6m7SlWIXNJh0mTN1v6vkCOYdiTrfNm/DBAtBy22KneOPMOo0GbPhAU8gD/aix/QJrLuloyHIOTzZtPBWnj1UJupN7qupLGCLlattUf0BlAa8uGYBN0/qDCmVlPtTjJRq5So6lBhk/bfLU1vOEOxGjDSj7LssPoLyzzypuxFJvUVsgEufMOA+Qpw1nJBrJ63LW2lsb1jCMGD5tcXcMJT1jymLYMvum6DXc4E0xg4p/Fo2Gn0emU2alVAtn2Sq499rceuqUonpMr0e3FUEPzcDFtgOqJBsyBAzoVEWOOuLi4jfwaI+a1h1id4ZZk66n1h8czz4hrTs5Bt7SfPYRfBr1Apm05u8Bf0DDf1+DABsBvKmFrJHRexWdBJyofd2XjBWr8eCwSCrAavrt8uoKHL6BOUxKb+luGwtR3iX7uNOlHDuTsbnK9CvYFvVcE+aJrUpvoSq/FAlxbBLdmECwgs9wOytH1UobfYqVLtBpYH0G4nw2Ba9gLe/zunCx23lAeaWaLuwDchYYzIeQ+fJzwyu2ok/iFjf+WfQ7XyLAFGBJDL3ig+HOQY80gh4dbvJSz+3tp6Ce7BXeec/izF+YYebvfa5Y/GbilVvOsLTi7I7ulr9azdx7XuGabSjZ0F8jJpIqajA1t6klVaH2gg1wIhDA7wNKcrMeAAjlN5JDZVzbFigOQbOdNbPlrN2sPQME6XFY2gel2cbphQVSkY8Z8UJNsZz2NZgtzwS6zCiQLU/Gpg+xFewYGfECeJ8pDO/U8gqZqVb4EEwXuNVOEM0uGuCjwROIBwHuQwkKDx9X9/Yt7tJ2E9Vgg7ANcqXznW+L4e7sI+VIzaydJsy45ZyL5vBuXVTXNRXcA+ckyQ2i7Up2+6ZETb76WI2WqIVa7hLyaBJTlSKqUAJRhSIQXXLuffxWzTrcMYC0b7aIn5356CGmNVDTnxF5oLzWc4xFoHePjwh9bdNbCwA4vC5tq/qwCiSS4BsEJSUh1kSdxZXkIQhUT+TjiuYCZjiaDvzQx0yZ4WcL0GkQF6OpkG9TS5b8JnwFqnkfNmB+WZJHlZIOkzl6ydiyMLwuhIidMn92gOsJ7+d1dS6XRfh1MMT97mWyPYj22BcSrCaNrvRpYG9sFU9OlHmJaqRw+LklvzUQxu6vYELs03argyOSXmk7BPOYHCQH09RnhllPYgzM0BiYBQVT2e2GeXfMawkawkvvc0Op3XZVnk70IX9c31cVeoWhAgDVmYVU0FZj7vAXAL6Ju9PZfHA/0NXSEPCQQw5SYJJ9ZBtqkTbRG2h6GGDCRPrNR5KlmN3jDcVVbQfHXYzPasqhZmc5NhMhh//9W6dhWP970fuX/1g2i96GYxdzZhIZGZbT9+nciahV7XEqL2o7gv0UdyKQA4E9mwuTULIoSNbyBosvYXFZFGVu1/7ULN9CKfEOwi5UUfWa9M5KUG1Y6BPRCgQO4IBgVlXj/Y4BIk2SDWjGBj6gyQqQxQ+BHOQhbZNItlimPAfF8s59G7OZQscE6SpJBTLY/q9HVTn99pRjUT7adg1HrCUHQq6wUw7awY6f6wHWDuFr2YqnRlPe3LcG8MPrfR6t6sEM1nJf2IcvcBqkiBHXwZbJjSwBhE6TkW8KJeyBfk3+ZStgAaK4fcSWqsvARgHH3NnOgAAJJVt3yauTsMrtAtMAb9wyt3hEoD0xWsLuZm57NYUAv4p+G4RFG5cDdwwmOSECRPD573CL25CF+Cfu87Jm/FhSjQXvL3rrmwU43dlJEGKLtkKU7kTFOqwJLF6wFMoDDoN4jmtbi+XA2TxbwidDO9ASKqUBHEKtNPKaD0m4dk3ZTKWbBXj4HZPJ1ae2dvAJ6vNP+nBonIbrxCb9+07vS+Seh1zPAEz/t3Uq3blV6ZdQP5H+oc8LiJ9TsEO3v+3zW9F3loAbMowMfvkTjyyxHEKEjo+tLssL/hTP9s+0PODq6puH33ULVSd/4t5k0WGebd1GHb6gT3/+ZW5A7t7OdIFZDpuOUaBCEnHVVmEw/301Y98RCAl6CKXmQvHykkQHvnvwn3P3xE/H7Nd0cmKq70wpPP7Iisp8BLY0TKJIJX7akXJbaDFhZ2pX+5o18EIivFLIOWA4hCzbBvm/x5Au0NLcH7/+VV9gq5FmXnzfR7qEYr5knPaivPKpJwKpZlypoDCnkRijZwt6ES8Q+ccg5MzWKT/wXcpGzhHJDzEyHtBUu4UHx6M4URPg0DoFK1HDrrybDQyDHlHOAlaPOu3ZXkMq5NNvoHUt2x4TIaOA9nzVoF08Dumam2n+fc/1ytF/rHLPMYWAeU7gS1qpDueNQUv38V//4g8RY4UZ3ynQzly/r4E7lnukJDyAX7KrngeC+tzGmwQDGO4O2Xa+RO/wtN8J2+fbo5w9jNXNSshdZTRoRQ5d+NyTitYaj/EjdFpM1ORf/xKcdcF+oz5+hkVfzLHXw9Z1ngerEOZGTZqrq6qTFCVFPWOPN7SDGR+d6YPxy+HbABXscyjEARIa5UfB2LwDmBlheMa8RRKDrCEcVruBzxVcpPjg6hLcRnBj0BmtJXP5p1zIKXeubmfgdZ799S8P/MlEPzREiNxBmF23f/0Lq1qfc8RG/sF4sqi4d7wN0KkPyUcIB0ArCgiH0avoSqVL0XLJIzni1wZ4LC8P7Q6jkqySDRY1OaoYdgACkxxVlp5d4W/kOEZP2RTPgMHc/a2dJGbNRk6XouDwpEd5w/flKDjoD46K3eOT4d7JbsTwdzBYx1Gwt3v48HBfSQr8CD4NS0GYtP0LPcE/foXXvYPDgKTgf2TWOzIawFlQO4jr2PcJxJGmDtz3FAePpO79M/5+QHWwsuUk98EekACiVS6ZVcR1AHozBegEoctaGqC5CJsjWvjUQ8SEm/XXvyJA6gcJcVH9BXlK/vj6Fbe8jZlds+V81rSYz0of11zzhfoU7/uvf4XIkTpC6CMAEvVtXqQ+CBKBFGOayKiCowR8VB9LrLsxu9MfAUDm178Sd+Q119aizG3R127KKeIOkvwOIEstGZM94wCYLSeeJic4CrGg3wcumntJ+cERFvEeFnu7sPd7BxETzfE6KT88OtgfDAwVzScU8WsO6y8y/x+Zkmb/YSjsV14EkImug5sabQx1/PRVA0gJxS7vS/G6Zu9FLBZXNp6Ui/vDAcvF5SIo14UWPAKPkTmMWlX/H1p93l1JvkApfQIm1ZZYePB2RIH6bSTlQ0V+WqEA82K5JlcGlP9eINx8ESEUgUXqIwbzy/mkZnAk/AS8JGJpaj1ezoIWSK2ThRo0pcpP4Ki0jHBu7Of1+HcHu4O9o0Hvy99T5Eumj15g8SaB65Ze7SaeIbh0UiJ0uHuclaE+CBgUO4Fz7UtwSSwlAeLI/J42qO1QweBUBIFqkWaTTkw30zLlDoRQRV6pmFhOGngyQZf4coa+I4LdVBDypAcPmfIk6Cbho6BP9lgDrInNISZcSnYH/u4bSOQgnDZhWSGipCDWn+Oh2u8PDoEyzQnNveF9Hyp38A73D/9OD9Ua8fHLS/WP/VKFdskv8ubvLm9+ILGBXEyA0OuL9TZPqwJHhlpdflO89L8J+dVzLae54dy9eQXOVXhK5ZR6/jelnWYaJDRaqEm0P8DvRlYGVhpK2g/DwfERvX7ADzzIk3SBl0gJZFxr81pKayZm/ZmzlavJCFFy4IcVD+DTsr0mSFgdctA87ESvcTgdQhEdjo0VV9MP9byZGn5ZtM9AgJxfAvCjYKhOis/ZSV/gVxd+Ik5HBHxHitAID85Nw8nMziBnpml2Vd9oZhbvQzcTDOfVSWXPwG9tUwlUAeJBnAREvckpThSV4qUBwKvnvw77z1NhwQ1jahUqRBSUBaYaBTgcpQ4ufaYHZAbJ6cz4OkzReDkhWYJhHGqGOj8spgyhjmuCOeMO3XJQAjy1LJgQqhXwTBHK1gkjn7zHEGMh7pnKZCnm9Ebv25lrJz3cDpgpS7Id316cCPjMcQZIKCHuFpsV86wLRxF+nPncpyyF23Rbfw+XDpzKmWXO1lIPswho97pLA7lsC5pJiJT5Y0iuHP9yGpN/5Ri+mBDww356+Jmq4hkCk4RXLao5axvPkERqYls1vykpD9THluB8Rxsc8f+7FxKwYyIxM7G38DfZmgFJukhTL13KbaIQ5KgTqJ2Bs8s6RCmDHyKHQmZmi+cFZ+uSeI8TC2c5Jy1vIvbhZw6b1Ewrqvhcjsf4JNhE5MuKmQc13xIXL91p/gXDOA0IAkAIBlMQflih/k4y6rcGYbq9j9+9rq+uE1T4MIz8y4XmO95Em0RKolswgFwuGoUq53m2lHlYWrMZVZ/g4LK/wwZMzUrPfIknp4bWmLVrlgGmxLms0HrI7b1JeevlzK2bCuHh9v5vsvxAsEYH3WwXIe/2SEdnMOhTyEJSMl9lgLgs0SijjroMF1H8OMFPmdBr6FzMeWHVrc+YDhzVuMOFfnsN7mXZtuny5gLcxljtcVgIjT1g7tviQb1dbXMnsI6D7SEkjkc/djd5rAkkPs/h88zcc6I9qiCtL7hHr+kU+Kxh/l14LB60n5vwRvFVc7vFIgRHpSMXZZv8UoA9S4+WEYv0V0dNERGIXLyYRA7bVtvKeDwb3gQtroloGFFDO8+UHLubanHdjC27E66KSo010i/TFqW5m3fCmYGgyHMGpH0l8tEibnYqihmOEZtZhJhNXoAN2g1WPqdnhRADfxOw1ffVXUafyFfl0EMnq9tdT01wfrI+wTlMb07LpngtAg2WKS2wIAC3nbkj9bQ+x7JW8qzSwaNH1R02eBqchX1ZXy0D8zfbnmRLS4K/s85LeAqo3GN3prvhurr/QdMdEAUeAC4464RISo6h4f8Wgav6odIWc7u0jmM12RbOCJ87oUzvZKS9C656g7PW0dV8dt6Ldy/9KOTZVNA3WRqqqfgLJkZvRuMqiq4icEsVUZVrM5LeNEct9J6AVmshiwAT2zpzN+yII5c82IReGGY8SrqP4a2EzA595bGD9HC69Xd0IJrkZweTmVW3oM6a+Xg7ns2uNZHGQ6oZOTi6F6RkD4ONB8VgeHKwe3IQ+XDdR+uLRg6Pg6KRNIBPVPci7/f5xYH736Fu5N5xGl/yKd1mvd/+8APdKIRJorsSvJWwexLrdj25JwddmYPjFdUszuR7aeDGwR5UrUC2PyZCGbtr4LOTAxQE0aJQVqAGLwEdSoMZh5AXUeRhou/JhXOLdJVVe+JN+DBiaHTLB1M0IgWCa/PXRMYTaFBAFxr/VLMJd2GSdhewIE66Ug8Vi6GUevzXwP5l/ntfnAv813Hw11Hw12Hw10HwV9jmfvDXXvCXHYn9Hn0La3EBJV2BFckmUg9wcc0MIidRpa7dwe7D496X0ak5KR5hluNzJzU5y8Vt/Qv9QrTjVHmYsP7XvqrZ+sH89S8/72i6bxdWbBpyveEBiA2EtIqoGzKy0b1Cl81yvrjrD4aH+7v9i0V/b9upighKco8Ivk0iaNzNqqqpk80LaebwMP2a3c76HMHZIQK4dmdvd3Cwszvcie739mx6xc9ruXTnfC6dfT11K/CiOUMOxFY+xeU8xzh7NJN4CNdOOMWd7WSjrgcAD9o9Ptkfnuw9vO+Lvffw4cP9IxN1HX7SOs8poRnGctLf+MnfFhwfoFQGnf76I2DJSwpz+HZ0EYhTLyPSB/so0idQVum2ouJKSMFHMtxS3ElzxClUnEnSGLJSStYKGBjENmso70HuTqrFZ5yAh/jj+vsKEi8wUOW08qRo3YcouJUNkKvytFqgsUhSgb4viSuUbQqPB9XrE5Ot3Z5dz7hG369/BRzEkNXmbrH7q74sHlAK/Dl6C9oHxWffnj59es4vxGfF58W/lDez3+L/Ff8sbfpvc1XB8/F4cj7xP/q8+DO80NTLiPNgF03UM+f9PMA+X50zU91nf3ufFtqSgVMMfl55dpRBWGwuz+igU5LWfwXZdohF+AaFU7rdDR/GJezXIkr294d7xxb6OPiEiJK8HAmBa6u+99MjIXZ34Yr/cq037RO0/R+SxpcQ4vgVh/ODX4lNI28kWAPJPSfwkftRNdUvmLfFffeFN6bcM4hFk3HbT3q7aoYInn9dc4eAchDof9TaPk/TvW+9dnmhT1Z7fuPOibYNB7D6OKvnaku6j+uTo4O9Q7WC9uAW37XnnCIVmbf8qVRy9Q8v9u5+C8H+Sf19ZKzCvyDnErjazkez8F/4TrT9mxL/xUmPP9PdUEg9skCLONM/4MfWAcRXE0pniqAIiEvifzc9UICTe7jQPzKlC8PUlz0zjNduKk4H5/rP0ssNftq/MZ+asaGHkXd1If9tv4ABd/7CB/lvO3kIO/Pkbvg/N0DcOCEd+Fj2HnL/fVriHfsHyI7OBoBbAQuVInequ1p9SpHaYQOQf2PWfN8gymmZd8I/TT9+G2CFecF3xmMB9slXw92wPYTrHo0qszFDXgT37o4u5bt2Z0DiuzcZN2JH/sN8UXdo/9CMxG3Ljv2jj4y6c7NEsnPD/aQXbCfxmfw63MkfsLnrsr0mrdDJh4theTA+OhhVg1F5uPewOiwPRg8vh4fH5fhw7/JQpOQQVrJdnMPT2MJG1lV7TsFOeEIHhweD3aPB0cHxb8lVdu5E7PngfPccfRzn4J67OBn89of/D8MLzGE=','yes'),(3527,'wpml_dependencies:installed_plugins','a:2:{s:26:\"sitepress-multilingual-cms\";s:5:\"4.0.8\";s:23:\"wpml-string-translation\";s:5:\"2.8.8\";}','yes'),(3531,'wpml_language_switcher','a:9:{s:8:\"migrated\";i:0;s:18:\"converted_menu_ids\";i:0;s:15:\"languages_order\";a:2:{i:0;s:2:\"en\";i:1;s:2:\"it\";}s:10:\"link_empty\";i:0;s:14:\"additional_css\";s:76:\"#lang_sel img, #lang_sel_list img, #lang_sel_footer img { display: inline; }\";s:15:\"copy_parameters\";s:0:\"\";s:5:\"menus\";a:1:{i:12;O:17:\"WPML_LS_Menu_Slot\":2:{s:24:\"\0WPML_LS_Slot\0properties\";a:21:{s:10:\"slot_group\";s:5:\"menus\";s:9:\"slot_slug\";i:12;s:4:\"show\";i:1;s:8:\"template\";s:14:\"wpml-menu-item\";s:13:\"display_flags\";i:0;s:29:\"display_link_for_current_lang\";i:1;s:28:\"display_names_in_native_lang\";i:0;s:29:\"display_names_in_current_lang\";i:1;s:17:\"background_normal\";N;s:13:\"border_normal\";N;s:19:\"font_current_normal\";s:0:\"\";s:18:\"font_current_hover\";s:0:\"\";s:25:\"background_current_normal\";s:0:\"\";s:24:\"background_current_hover\";s:0:\"\";s:17:\"font_other_normal\";s:0:\"\";s:16:\"font_other_hover\";s:0:\"\";s:23:\"background_other_normal\";s:0:\"\";s:22:\"background_other_hover\";s:0:\"\";s:15:\"template_string\";N;s:16:\"position_in_menu\";s:5:\"after\";s:15:\"is_hierarchical\";i:1;}s:34:\"\0WPML_LS_Slot\0protected_properties\";a:2:{i:0;s:10:\"slot_group\";i:1;s:9:\"slot_slug\";}}}s:8:\"sidebars\";a:0:{}s:7:\"statics\";a:3:{s:6:\"footer\";O:19:\"WPML_LS_Footer_Slot\":2:{s:24:\"\0WPML_LS_Slot\0properties\";a:19:{s:10:\"slot_group\";s:7:\"statics\";s:9:\"slot_slug\";s:6:\"footer\";s:4:\"show\";i:1;s:8:\"template\";s:27:\"wpml-legacy-horizontal-list\";s:13:\"display_flags\";i:1;s:29:\"display_link_for_current_lang\";i:1;s:28:\"display_names_in_native_lang\";i:1;s:29:\"display_names_in_current_lang\";i:0;s:17:\"background_normal\";s:11:\"transparent\";s:13:\"border_normal\";s:11:\"transparent\";s:19:\"font_current_normal\";s:7:\"#393939\";s:18:\"font_current_hover\";s:7:\"#000000\";s:25:\"background_current_normal\";s:7:\"#F5F5F5\";s:24:\"background_current_hover\";s:7:\"#FFFFFF\";s:17:\"font_other_normal\";s:7:\"#393939\";s:16:\"font_other_hover\";s:7:\"#000000\";s:23:\"background_other_normal\";s:7:\"#F5F5F5\";s:22:\"background_other_hover\";s:7:\"#FFFFFF\";s:15:\"template_string\";N;}s:34:\"\0WPML_LS_Slot\0protected_properties\";a:2:{i:0;s:10:\"slot_group\";i:1;s:9:\"slot_slug\";}}s:17:\"post_translations\";O:30:\"WPML_LS_Post_Translations_Slot\":2:{s:24:\"\0WPML_LS_Slot\0properties\";a:22:{s:10:\"slot_group\";s:7:\"statics\";s:9:\"slot_slug\";s:17:\"post_translations\";s:4:\"show\";i:1;s:8:\"template\";s:29:\"wpml-legacy-post-translations\";s:13:\"display_flags\";i:0;s:29:\"display_link_for_current_lang\";i:0;s:28:\"display_names_in_native_lang\";i:0;s:29:\"display_names_in_current_lang\";i:1;s:17:\"background_normal\";N;s:13:\"border_normal\";N;s:19:\"font_current_normal\";N;s:18:\"font_current_hover\";N;s:25:\"background_current_normal\";N;s:24:\"background_current_hover\";N;s:17:\"font_other_normal\";N;s:16:\"font_other_hover\";N;s:23:\"background_other_normal\";N;s:22:\"background_other_hover\";N;s:15:\"template_string\";N;s:22:\"display_before_content\";i:0;s:21:\"display_after_content\";i:1;s:17:\"availability_text\";s:34:\"This post is also available in: %s\";}s:34:\"\0WPML_LS_Slot\0protected_properties\";a:2:{i:0;s:10:\"slot_group\";i:1;s:9:\"slot_slug\";}}s:17:\"shortcode_actions\";O:30:\"WPML_LS_Shortcode_Actions_Slot\":2:{s:24:\"\0WPML_LS_Slot\0properties\";a:19:{s:10:\"slot_group\";s:7:\"statics\";s:9:\"slot_slug\";s:17:\"shortcode_actions\";s:4:\"show\";i:1;s:8:\"template\";s:20:\"wpml-legacy-dropdown\";s:13:\"display_flags\";i:1;s:29:\"display_link_for_current_lang\";i:1;s:28:\"display_names_in_native_lang\";i:1;s:29:\"display_names_in_current_lang\";i:0;s:17:\"background_normal\";s:0:\"\";s:13:\"border_normal\";s:7:\"#EEEEEE\";s:19:\"font_current_normal\";s:7:\"#444444\";s:18:\"font_current_hover\";s:7:\"#000000\";s:25:\"background_current_normal\";s:7:\"#ffffff\";s:24:\"background_current_hover\";s:7:\"#eeeeee\";s:17:\"font_other_normal\";s:7:\"#444444\";s:16:\"font_other_hover\";s:7:\"#000000\";s:23:\"background_other_normal\";s:7:\"#ffffff\";s:22:\"background_other_hover\";s:7:\"#eeeeee\";s:15:\"template_string\";N;}s:34:\"\0WPML_LS_Slot\0protected_properties\";a:2:{i:0;s:10:\"slot_group\";i:1;s:9:\"slot_slug\";}}}}','yes'),(3532,'category_children_en','a:0:{}','yes'),(3533,'category_children_all','a:0:{}','yes'),(3534,'category_children','a:0:{}','yes'),(3538,'wpml_notices','a:2:{s:26:\"taxonomy-term-help-notices\";a:1:{s:8:\"category\";O:11:\"WPML_Notice\":22:{s:30:\"\0WPML_Notice\0display_callbacks\";a:1:{i:0;a:2:{i:0;O:37:\"WPML_Taxonomy_Translation_Help_Notice\":2:{s:57:\"\0WPML_Taxonomy_Translation_Help_Notice\0wpml_admin_notices\";O:12:\"WPML_Notices\":5:{s:27:\"\0WPML_Notices\0notice_render\";O:18:\"WPML_Notice_Render\":3:{s:38:\"\0WPML_Notice_Render\0dismiss_html_added\";N;s:35:\"\0WPML_Notice_Render\0hide_html_added\";N;s:39:\"\0WPML_Notice_Render\0collapse_html_added\";N;}s:21:\"\0WPML_Notices\0notices\";a:1:{s:26:\"taxonomy-term-help-notices\";a:1:{s:8:\"category\";r:3;}}s:31:\"\0WPML_Notices\0notices_to_remove\";a:1:{s:12:\"requirements\";a:1:{i:1;s:25:\"enable-translation-editor\";}}s:23:\"\0WPML_Notices\0dismissed\";a:0:{}s:28:\"\0WPML_Notices\0user_dismissed\";N;}s:45:\"\0WPML_Taxonomy_Translation_Help_Notice\0notice\";r:3;}i:1;s:26:\"should_display_help_notice\";}}s:15:\"\0WPML_Notice\0id\";s:8:\"category\";s:17:\"\0WPML_Notice\0text\";s:236:\"Translating Categories? Use the <a href=\"https://valerioanzino.wpengine.com/wp-admin/admin.php?page=sitepress-multilingual-cms/menu/taxonomy-translation.php&#038;taxonomy=category\"> Category translation</a> table for easier translation.\";s:27:\"\0WPML_Notice\0collapsed_text\";N;s:18:\"\0WPML_Notice\0group\";s:26:\"taxonomy-term-help-notices\";s:35:\"\0WPML_Notice\0restricted_to_user_ids\";a:0:{}s:20:\"\0WPML_Notice\0actions\";a:1:{i:0;O:18:\"WPML_Notice_Action\":9:{s:27:\"\0WPML_Notice_Action\0dismiss\";b:0;s:37:\"\0WPML_Notice_Action\0display_as_button\";b:0;s:24:\"\0WPML_Notice_Action\0hide\";b:0;s:24:\"\0WPML_Notice_Action\0text\";s:7:\"Dismiss\";s:23:\"\0WPML_Notice_Action\0url\";s:1:\"#\";s:36:\"\0WPML_Notice_Action\0group_to_dismiss\";s:26:\"taxonomy-term-help-notices\";s:31:\"\0WPML_Notice_Action\0js_callback\";s:40:\"wpml_dismiss_taxonomy_translation_notice\";s:42:\"\0WPML_Notice_Action\0dismiss_different_text\";b:1;s:31:\"\0WPML_Notice_Action\0link_target\";N;}}s:28:\"\0WPML_Notice\0css_class_types\";a:1:{i:0;s:4:\"info\";}s:24:\"\0WPML_Notice\0css_classes\";a:0:{}s:24:\"\0WPML_Notice\0dismissible\";b:0;s:31:\"\0WPML_Notice\0exclude_from_pages\";a:0:{}s:21:\"\0WPML_Notice\0hideable\";b:0;s:24:\"\0WPML_Notice\0collapsable\";b:0;s:30:\"\0WPML_Notice\0restrict_to_pages\";a:0:{}s:38:\"\0WPML_Notice\0restrict_to_page_prefixes\";a:0:{}s:35:\"\0WPML_Notice\0restrict_to_screen_ids\";a:0:{}s:34:\"\0WPML_Notice\0hide_if_notice_exists\";N;s:43:\"\0WPML_Notice\0dismissible_for_different_text\";b:1;s:31:\"\0WPML_Notice\0default_group_name\";s:7:\"default\";s:25:\"\0WPML_Notice\0capabilities\";a:0:{}s:26:\"\0WPML_Notice\0dismiss_reset\";b:0;s:25:\"\0WPML_Notice\0nonce_action\";N;}}s:12:\"requirements\";a:1:{s:20:\"missing-requirements\";O:11:\"WPML_Notice\":22:{s:30:\"\0WPML_Notice\0display_callbacks\";a:3:{i:0;a:2:{i:0;O:11:\"WPML_WP_API\":0:{}i:1;s:12:\"is_core_page\";}i:1;a:2:{i:0;r:58;i:1;s:15:\"is_plugins_page\";}i:2;a:2:{i:0;r:58;i:1;s:14:\"is_themes_page\";}}s:15:\"\0WPML_Notice\0id\";s:20:\"missing-requirements\";s:17:\"\0WPML_Notice\0text\";s:497:\"	<h3>To easily translate Enfold, you need to add the following WPML components:\n	</h3>\n\n	<div>\n		<div>\n			<ul class=\"wpml-status-list wpml-plugins-status-list\">					<li>							<i class=\"otgs-ico-warning\"></i>WPML Translation Management							(<a href=\"https://valerioanzino.wpengine.com/wp-admin/plugin-install.php?tab=commercial\">Install</a> | <a href=\"\" target=\"_blank\">Download</a>)					</li>					<li>							<i class=\"otgs-ico-ok\"></i>WPML String Translation					</li>			</ul>\n		</div>\n	</div>\n\";s:27:\"\0WPML_Notice\0collapsed_text\";N;s:18:\"\0WPML_Notice\0group\";s:12:\"requirements\";s:35:\"\0WPML_Notice\0restricted_to_user_ids\";a:0:{}s:20:\"\0WPML_Notice\0actions\";a:2:{i:0;O:18:\"WPML_Notice_Action\":9:{s:27:\"\0WPML_Notice_Action\0dismiss\";b:1;s:37:\"\0WPML_Notice_Action\0display_as_button\";b:1;s:24:\"\0WPML_Notice_Action\0hide\";b:0;s:24:\"\0WPML_Notice_Action\0text\";s:7:\"Dismiss\";s:23:\"\0WPML_Notice_Action\0url\";s:1:\"#\";s:36:\"\0WPML_Notice_Action\0group_to_dismiss\";N;s:31:\"\0WPML_Notice_Action\0js_callback\";N;s:42:\"\0WPML_Notice_Action\0dismiss_different_text\";b:0;s:31:\"\0WPML_Notice_Action\0link_target\";N;}i:1;O:18:\"WPML_Notice_Action\":9:{s:27:\"\0WPML_Notice_Action\0dismiss\";b:0;s:37:\"\0WPML_Notice_Action\0display_as_button\";b:0;s:24:\"\0WPML_Notice_Action\0hide\";b:0;s:24:\"\0WPML_Notice_Action\0text\";s:46:\"Translating content created with page builders\";s:23:\"\0WPML_Notice_Action\0url\";s:67:\"https://wpml.org/documentation/plugins-compatibility/page-builders/\";s:36:\"\0WPML_Notice_Action\0group_to_dismiss\";N;s:31:\"\0WPML_Notice_Action\0js_callback\";N;s:42:\"\0WPML_Notice_Action\0dismiss_different_text\";b:1;s:31:\"\0WPML_Notice_Action\0link_target\";N;}}s:28:\"\0WPML_Notice\0css_class_types\";a:0:{}s:24:\"\0WPML_Notice\0css_classes\";a:0:{}s:24:\"\0WPML_Notice\0dismissible\";b:1;s:31:\"\0WPML_Notice\0exclude_from_pages\";a:0:{}s:21:\"\0WPML_Notice\0hideable\";b:0;s:24:\"\0WPML_Notice\0collapsable\";b:0;s:30:\"\0WPML_Notice\0restrict_to_pages\";a:0:{}s:38:\"\0WPML_Notice\0restrict_to_page_prefixes\";a:0:{}s:35:\"\0WPML_Notice\0restrict_to_screen_ids\";a:0:{}s:34:\"\0WPML_Notice\0hide_if_notice_exists\";N;s:43:\"\0WPML_Notice\0dismissible_for_different_text\";b:0;s:31:\"\0WPML_Notice\0default_group_name\";s:7:\"default\";s:25:\"\0WPML_Notice\0capabilities\";a:0:{}s:26:\"\0WPML_Notice\0dismiss_reset\";b:0;s:25:\"\0WPML_Notice\0nonce_action\";N;}}}','no'),(3540,'otgs_share_local_components','a:1:{s:4:\"wpml\";i:1;}','yes'),(3541,'otgs_active_components','a:2:{s:6:\"plugin\";a:16:{i:0;a:3:{s:4:\"File\";s:19:\"akismet/akismet.php\";s:4:\"Name\";s:17:\"Akismet Anti-Spam\";s:7:\"Version\";s:3:\"4.1\";}i:1;a:3:{s:4:\"File\";s:39:\"cool-timeline-pro/cool-timeline-pro.php\";s:4:\"Name\";s:17:\"Cool Timeline Pro\";s:7:\"Version\";s:5:\"2.7.2\";}i:2;a:3:{s:4:\"File\";s:31:\"exclude-pages/exclude_pages.php\";s:4:\"Name\";s:29:\"Exclude Pages from Navigation\";s:7:\"Version\";s:4:\"1.92\";}i:3;a:3:{s:4:\"File\";s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";s:4:\"Name\";s:29:\"Limit Login Attempts Reloaded\";s:7:\"Version\";s:6:\"2.23.2\";}i:4;a:3:{s:4:\"File\";s:43:\"mb-custom-post-type/mb-custom-post-type.php\";s:4:\"Name\";s:19:\"MB Custom Post Type\";s:7:\"Version\";s:5:\"1.8.0\";}i:5;a:3:{s:4:\"File\";s:21:\"meta-box/meta-box.php\";s:4:\"Name\";s:8:\"Meta Box\";s:7:\"Version\";s:5:\"5.4.8\";}i:6;a:3:{s:4:\"File\";s:37:\"meta-box-builder/meta-box-builder.php\";s:4:\"Name\";s:16:\"Meta Box Builder\";s:7:\"Version\";s:5:\"2.9.0\";}i:7;a:3:{s:4:\"File\";s:50:\"pdfembedder-premium-secure/secure_pdf_embedder.php\";s:4:\"Name\";s:27:\"PDF Embedder Premium Secure\";s:7:\"Version\";s:3:\"3.2\";}i:8;a:3:{s:4:\"File\";s:25:\"insert-php/insert_php.php\";s:4:\"Name\";s:30:\"PHP code snippets (Insert PHP)\";s:7:\"Version\";s:5:\"2.0.6\";}i:9;a:3:{s:4:\"File\";s:29:\"profile-builder-pro/index.php\";s:4:\"Name\";s:19:\"Profile Builder Pro\";s:7:\"Version\";s:5:\"2.7.4\";}i:10;a:3:{s:4:\"File\";s:29:\"rootspersona/rootspersona.php\";s:4:\"Name\";s:12:\"RootsPersona\";s:7:\"Version\";s:5:\"3.7.1\";}i:11;a:3:{s:4:\"File\";s:41:\"wordpress-importer/wordpress-importer.php\";s:4:\"Name\";s:18:\"WordPress Importer\";s:7:\"Version\";s:3:\"0.7\";}i:12;a:3:{s:4:\"File\";s:40:\"sitepress-multilingual-cms/sitepress.php\";s:4:\"Name\";s:21:\"WPML Multilingual CMS\";s:7:\"Version\";s:5:\"4.0.8\";}i:13;a:3:{s:4:\"File\";s:34:\"wpml-string-translation/plugin.php\";s:4:\"Name\";s:23:\"WPML String Translation\";s:7:\"Version\";s:5:\"2.8.8\";}i:14;a:3:{s:4:\"File\";s:38:\"wpml-translation-management/plugin.php\";s:4:\"Name\";s:27:\"WPML Translation Management\";s:7:\"Version\";s:5:\"2.6.8\";}i:15;a:3:{s:4:\"File\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"Name\";s:9:\"Yoast SEO\";s:7:\"Version\";s:3:\"9.1\";}}s:5:\"theme\";a:1:{i:0;a:3:{s:8:\"Template\";s:6:\"enfold\";s:4:\"Name\";s:12:\"Enfold Child\";s:7:\"Version\";s:3:\"1.0\";}}}','yes'),(3544,'widget_icl_lang_sel_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3547,'wpml_update_statuses','a:12:{s:31:\"wpml-upgrade-localization-files\";b:1;s:41:\"wpml-upgrade-fix-non-admin-with-admin-cap\";b:1;s:42:\"wpml-upgrade-table-translate-job-for-3-9-0\";b:1;s:50:\"wpml-upgrade-remove-translation-services-transient\";b:1;s:35:\"wpml-upgrade-display-mode-for-posts\";b:1;s:42:\"wpml-add-uuid-column-to-translation-status\";b:1;s:46:\"wpml-upgrade-element-type-length-and-collation\";b:1;s:45:\"wpml-upgrade-add-word-count-column-to-strings\";b:1;s:35:\"wpml-upgrade-media-without-language\";b:1;s:38:\"wpml-upgrade-media-duplication-in-core\";b:1;s:26:\"wpml-upgrade-chinese-flags\";b:1;s:48:\"wpml-tm-upgrade-translation-priorities-for-posts\";b:1;}','yes'),(3548,'wp_installer_clientside_active_tab','featured','no'),(3550,'installer_repositories_with_theme','a:1:{i:0;s:7:\"toolset\";}','yes'),(3554,'WPML_Upgrade_Admins_To_Manage_Translations_Has_Run','1','yes'),(3558,'translation_priority_children_en','a:0:{}','yes'),(3559,'translation_priority_children_it','a:0:{}','yes'),(3560,'translation_priority_children_all','a:0:{}','yes'),(3564,'wpml_string_table_ok_for_mo_import','yes','yes'),(3567,'wpml_st_display_strings_scan_notices','1','yes'),(3568,'wpml-st-all-strings-are-in-english','1','yes'),(3569,'wpml-package-translation-string-packages-table-updated','0.0.2','yes'),(3570,'wpml-package-translation-string-table-updated','1','yes'),(3571,'wpml-package-translation-db-updates-run','a:1:{i:0;s:5:\"0.0.2\";}','yes'),(3572,'wpml-package-translation-refresh-required','no','no'),(3574,'wpml_base_slug_translation','1','yes'),(3575,'widget_text_icl','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3576,'icl_st_settings','a:1:{s:12:\"pb_shortcode\";a:43:{i:0;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:12:\"av_textblock\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:0:{}}i:1;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:10:\"av_heading\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:7:\"heading\";s:8:\"encoding\";s:15:\"allow_html_tags\";s:4:\"type\";s:0:\"\";}}}i:2;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:11:\"av_icon_box\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:15:\"allow_html_tags\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:3;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:16:\"av_iconlist_item\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:4;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:16:\"av_timeline_item\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:5:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}i:2;a:3:{s:5:\"value\";s:4:\"date\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:3;a:3:{s:5:\"value\";s:5:\"image\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:9:\"media-url\";}i:4;a:3:{s:5:\"value\";s:10:\"attachment\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:9:\"media-ids\";}}}i:5;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:12:\"av_font_icon\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:7:\"caption\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:6;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:19:\"av_headline_rotator\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:15:\"before_rotating\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:14:\"after_rotating\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:7;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:15:\"av_rotator_item\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:8;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:9:\"av_button\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"label\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:9;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:13:\"av_button_big\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"label\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:10;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:17:\"av_content_slider\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:7:\"heading\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:11;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:16:\"av_content_slide\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:12;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:15:\"av_notification\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:13;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:6:\"av_tab\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:14;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:9:\"av_toggle\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"tags\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:15;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:11:\"av_promobox\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"label\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:16;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:10:\"av_contact\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:7:{i:0;a:3:{s:5:\"value\";s:5:\"email\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:2;a:3:{s:5:\"value\";s:6:\"button\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:3;a:3:{s:5:\"value\";s:4:\"sent\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:4;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}i:5;a:3:{s:5:\"value\";s:7:\"subject\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:6;a:3:{s:5:\"value\";s:11:\"autorespond\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:17;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:16:\"av_contact_field\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"label\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:7:\"options\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:18;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:11:\"av_magazine\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:12:\"heading_link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}i:1;a:3:{s:5:\"value\";s:7:\"heading\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:19;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:14:\"av_team_member\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:5:{i:0;a:3:{s:5:\"value\";s:4:\"name\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:3:\"job\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:2;a:3:{s:5:\"value\";s:11:\"description\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:3;a:3:{s:5:\"value\";s:3:\"src\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:9:\"media-url\";}i:4;a:3:{s:5:\"value\";s:10:\"attachment\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:9:\"media-ids\";}}}i:20;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:12:\"av_team_icon\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:4:\"link\";}}}i:21;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:8:\"av_table\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:7:\"caption\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:22;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:7:\"av_cell\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:7:\"caption\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:23;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:15:\"av_progress_bar\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:24;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:15:\"av_submenu_item\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:25;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:21:\"av_testimonial_single\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:4:\"name\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:8:\"subtitle\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:26;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:17:\"av_catalogue_item\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:4:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:5:\"price\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:2;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}i:3;a:3:{s:5:\"value\";s:2:\"id\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:9:\"media-ids\";}}}i:27;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:19:\"av_animated_numbers\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:6:\"number\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:28;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:12:\"av_mailchimp\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:4:\"sent\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:29;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:18:\"av_mailchimp_field\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:5:\"label\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:30;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:15:\"av_social_share\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:31;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:8:\"av_image\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:32;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:13:\"av_image_spot\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:33;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:8:\"av_slide\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}i:34;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:13:\"av_slide_full\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:6:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}i:2;a:3:{s:5:\"value\";s:5:\"link1\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:3;a:3:{s:5:\"value\";s:12:\"button_label\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:4;a:3:{s:5:\"value\";s:13:\"button_label2\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:5;a:3:{s:5:\"value\";s:5:\"link2\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:35;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:19:\"av_fullscreen_slide\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:5:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:12:\"button_label\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:2;a:3:{s:5:\"value\";s:5:\"link1\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:3;a:3:{s:5:\"value\";s:13:\"button_label2\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:4;a:3:{s:5:\"value\";s:5:\"link2\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:36;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:18:\"av_slide_accordion\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:3:{i:0;a:3:{s:5:\"value\";s:5:\"title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}i:2;a:3:{s:5:\"value\";s:2:\"id\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:9:\"media-ids\";}}}i:37;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:10:\"av_partner\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:7:\"heading\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:38;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:15:\"av_partner_logo\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:3:{i:0;a:3:{s:5:\"value\";s:5:\"hover\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}i:2;a:3:{s:5:\"value\";s:9:\"linktitle\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:39;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:16:\"av_gmap_location\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:3:{i:0;a:3:{s:5:\"value\";s:7:\"address\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"city\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:2;a:3:{s:5:\"value\";s:7:\"country\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:40;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:21:\"av_testimonial_single\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:3:\"src\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:9:\"media-ids\";}}}i:41;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:18:\"av_tab_sub_section\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:1:{i:0;a:3:{s:5:\"value\";s:9:\"tab_title\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}}}i:42;a:2:{s:3:\"tag\";a:5:{s:5:\"value\";s:17:\"av_buttonrow_item\";s:8:\"encoding\";s:0:\"\";s:18:\"encoding-condition\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"raw-html\";s:0:\"\";}s:10:\"attributes\";a:2:{i:0;a:3:{s:5:\"value\";s:5:\"label\";s:8:\"encoding\";s:0:\"\";s:4:\"type\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:4:\"link\";s:8:\"encoding\";s:7:\"av_link\";s:4:\"type\";s:4:\"link\";}}}}}','yes'),(3577,'wpml-charset-validation','0','yes'),(4103,'WPML_TM_Wizard_For_Manager_Current_Step','tm_translation_service','yes'),(4107,'wpml_tp_com_log','ge_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"8850fd4bfdaae2a2d63e51fb1f2ac3e4\",\"doc_url\":\"https://wpml.org/translation-service/onehourtranslation/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"Your Secret Key and Public Key are located under \\\"Profile > API Keys\\\" on your OneHourTranslation Control panel\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/onehourtranslation/#api-secret-public-keys\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/onehourtranslation/#create-account\",\"partner\":false,\"custom_fields\":[{\"label\":\"Secret Key\",\"name\":\"secret_key\",\"type\":\"text\"},{\"label\":\"Public Key\",\"name\":\"public_key\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":3,\"speed_ranking\":1472.0,\"popularity\":2,\"popularity_ranking\":15.35,\"primary\":2,\"primary_ranking\":15.35},\"specializations\":[{\"name\":\"Technical\",\"key\":\"technical\"},{\"name\":\"Business\",\"key\":\"business\"},{\"name\":\"e-Commerce\",\"key\":\"e-commerce\"}],\"countries\":[{\"name\":\"Israel\",\"code\":\"IL\"},{\"name\":\"Romania\",\"code\":\"RO\"},{\"name\":\"Ukraine\",\"code\":\"UA\"},{\"name\":\"United States\",\"code\":\"US\"}],\"redirect_to_ts?\":true},{\"id\":8,\"name\":\"Gengo\",\"description\":\"Gengo’s people-powered translation platform helps you translate content into over 36 languages through a selective, global network of translators.\",\"url\":\"http://gengo.com/\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gengo.png\",\"project_details_url\":\"https://gengo.com/auth/form/login/\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"63f155572eb659a462aac247ee1bbf8d\",\"doc_url\":\"https://wpml.org/translation-service/gengo/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":false,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"Your public and secret keys are found on your Gengo Customer Dashboard\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/gengo/#generate-api-keys\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/gengo/#create-gengo-account\",\"partner\":false,\"custom_fields\":[{\"label\":\"Public key\",\"name\":\"public_key\",\"type\":\"text\"},{\"label\":\"Private key\",\"name\":\"private_key\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":2,\"speed_ranking\":1255.0,\"popularity\":2,\"popularity_ranking\":15.2,\"primary\":2,\"primary_ranking\":15.2},\"specializations\":[{\"name\":\"Business\",\"key\":\"business\"},{\"name\":\"e-Commerce\",\"key\":\"e-commerce\"},{\"name\":\"Tourism & Travel\",\"key\":\"tourism_travel\"}],\"countries\":[{\"name\":\"Japan\",\"code\":\"JP\"},{\"name\":\"Philippines\",\"code\":\"PH\"},{\"name\":\"United States\",\"code\":\"US\"}],\"redirect_to_ts?\":true},{\"id\":22,\"name\":\"SDL Language Cloud\",\"description\":\"SDL Language Cloud has been translating content for small to medium-size businesses for more than 25 years. It employs 15,000 in-territory translators which specialize in automotive, banking and e-commerce among other industries.\",\"url\":\"https://languagecloud.sdl.com/\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/sdl-language-cloud.png\",\"project_details_url\":\"https://languagecloud.sdl.com/en/managed-translation/login\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"e050f3d3a0bfccd551c2286233d60837\",\"doc_url\":\"https://wpml.org/translation-service/sdl-language-cloud/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"Your username and password are the same as the credentials you use to login to SDL Language Cloud\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/sdl-language-cloud/#connecting-to-language-cloud\",\"client_create_account_page_url\":\"https://oos.sdl.com/asp/products/ssl/RegisterUser.aspx\",\"partner\":false,\"custom_fields\":[{\"label\":\"Username\",\"name\":\"username\",\"type\":\"text\"},{\"label\":\"Password\",\"name\":\"password\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"manual\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":5,\"speed_ranking\":1551.0,\"popularity\":2,\"popularity_ranking\":15.02,\"primary\":2,\"primary_ranking\":15.02},\"specializations\":[],\"countries\":[],\"redirect_to_ts?\":true},{\"id\":43,\"name\":\"GPI\",\"description\":\"GPI is a team of language, technology, project management and business professionals with over 20 years of extensive experience in translation services helping companies communicate and conduct business in more than 100 languages and 15 disciplines.\",\"url\":\"http://www.globalizationpartners.com/\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gpi.png\",\"project_details_url\":\"URL from request to GPI\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"bbfd2c9ae5d6d34b08719f8fcbde80d6\",\"doc_url\":\"https://wpml.org/translation-service/gpi/\",\"notification\":false,\"tms\":false,\"has_language_pairs\":false,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"A GPI team member will email an API Key and API Secret Key\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/gpi/#receiving-api-keys\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/gpi/#requesting-an-account\",\"partner\":false,\"custom_fields\":[{\"label\":\"API Key\",\"name\":\"api_key\",\"type\":\"text\"},{\"label\":\"API Secret Key\",\"name\":\"api_secret_key\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":0,\"speed_ranking\":0.0,\"popularity\":2,\"popularity_ranking\":13.75,\"primary\":2,\"primary_ranking\":13.75},\"specializations\":[{\"name\":\"Technical\",\"key\":\"technical\"},{\"name\":\"Marketing & Branding\",\"key\":\"marketing_branding\"},{\"name\":\"Tourism & Travel\",\"key\":\"tourism_travel\"}],\"countries\":[],\"redirect_to_ts?\":true},{\"id\":21,\"name\":\"Capita\",\"description\":\"CAPITA TI is a British company which has been translating content for commercial businesses and public sector organizations since 1984. It specializes in legal, financial, manufacturing and e-Learning translations in over 180 languages.\",\"url\":\"https://www.capitatranslationinterpreting.com/\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/capita.png\",\"project_details_url\":\"https://mtpflow.capita-ti.com/module/client/default/request_overview.jsp?request_id=%{request_id}\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"3393562c8687d38db9c447854bd20957\",\"doc_url\":\"https://wpml.org/translation-service/capita/\",\"notification\":false,\"tms\":false,\"has_language_pairs\":false,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"The username, password, customer name, and contact name will be provided upon creating a Capita account\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/capita/#connecting-your-site-to-capita\",\"client_create_account_page_url\":\"https://www.capitatranslationinterpreting.com/contact-us/\",\"partner\":false,\"custom_fields\":[{\"label\":\"Username\",\"name\":\"username\",\"type\":\"text\"},{\"label\":\"Password\",\"name\":\"password\",\"type\":\"text\"},{\"label\":\"Customer Name\",\"name\":\"customer_name\",\"type\":\"text\"},{\"label\":\"Contact Name\",\"name\":\"contact_name\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"email\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":4,\"speed_ranking\":1518.0,\"popularity\":2,\"popularity_ranking\":12.58,\"primary\":2,\"primary_ranking\":12.58},\"specializations\":[],\"countries\":[],\"redirect_to_ts?\":true},{\"id\":39,\"name\":\"Avilínga\",\"description\":\"Avilínga is a Swiss company which has been translating content for companies in the aviation industry since 2006. In particular, it specializes in technical aviation translations.\",\"url\":\"http://avilinga.com\",\"logo_url\":\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/avilinga.png\",\"project_details_url\":\"\",\"add_language_pair_url\":\"\",\"custom_text_url\":\"\",\"select_translator_iframe_url\":\"\",\"translator_contact_iframe_url\":\"\",\"quote_iframe_url\":\"\",\"has_translator_selection\":false,\"project_name_length\":128,\"suid\":\"f38976dca685689ebf19fd516fb4e918\",\"doc_url\":\"https://wpml.org/translation-service/avilinga/\",\"notification\":true,\"tms\":false,\"has_language_pairs\":true,\"deadline\":true,\"oauth\":false,\"oauth_url\":\"\",\"popup_message\":\"\",\"how_to_get_credentials_desc\":\"An Avilinga team member will email you a unique API Token\",\"how_to_get_credentials_url\":\"https://wpml.org/translation-service/avilinga/#retrieving-api-token\",\"client_create_account_page_url\":\"https://wpml.org/translation-service/avilinga/#requesting-an-avilinga-account\",\"partner\":false,\"custom_fields\":[{\"label\":\"API token\",\"name\":\"api_token\",\"type\":\"text\"}],\"default_service\":0,\"translation_feedback\":true,\"feedback_forward_method\":\"api\",\"rankings\":{\"quality\":0,\"quality_ranking\":0.0,\"speed\":0,\"speed_ranking\":0.0,\"popularity\":2,\"popularity_ranking\":10.25,\"primary\":2,\"primary_ranking\":10.25},\"specializations\":[],\"countries\":[],\"redirect_to_ts?\":false}]\n}\n','no'),(4108,'wpml_translation_services','a:79:{i:0;C:15:\"WPML_TP_Service\":2244:{a:35:{s:2:\"id\";i:67;s:8:\"logo_url\";s:71:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/icanlocalize.png\";s:4:\"name\";s:12:\"ICanLocalize\";s:11:\"description\";s:117:\"ICanLocalize, the makers of WPML, offers excellent human service done by expert translators, for only $0.09 per word.\";s:7:\"doc_url\";s:50:\"https://wpml.org/translation-service/icanlocalize/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API Token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:732;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:44.14999999999999857891452847979962825775146484375;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:44.14999999999999857891452847979962825775146484375;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:51:\"https://www.icanlocalize.com/wpml/registrations/new\";s:19:\"project_details_url\";s:73:\"https://www.icanlocalize.com/wpml/websites/%{website_id}/translation_jobs\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"dd17d48516ca4bce0b83043583fabd2e\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:272:\"<a href=\"https://www.icanlocalize.com/wpml/registrations/new\" target=\"_blank\">Sign up</a> to ICanLocalize to receive your API token.<br />Already have an account? Log-in and <a href=\"https://www.icanlocalize.com/wpml/websites/api_token\" target=\"_blank\">get your token</a>.\";s:27:\"how_to_get_credentials_desc\";s:52:\"Your API Token is found on your ICanLocalize account\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/icanlocalize/#creating-account\";s:30:\"client_create_account_page_url\";s:51:\"https://www.icanlocalize.com/users/new?utype=Client\";}}i:1;C:15:\"WPML_TP_Service\":1840:{a:35:{s:2:\"id\";i:98;s:8:\"logo_url\";s:82:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/brightlines-translation.png\";s:4:\"name\";s:23:\"Brightlines Translation\";s:11:\"description\";s:179:\"Brightlines is a full-service translation agency. We work with the world’s most discerning brands to deliver exceptional marketing translation and multilingual artwork services.\";s:7:\"doc_url\";s:61:\"https://wpml.org/translation-service/brightlines-translation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:40.4200000000000017053025658242404460906982421875;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:40.4200000000000017053025658242404460906982421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:77:\"https://www.brightlines.co.uk/service/wordpress-website-translation-services/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"56c2d53d830b84e03980730ae13fbf2a\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:2;C:15:\"WPML_TP_Service\":2087:{a:35:{s:2:\"id\";i:58;s:8:\"logo_url\";s:72:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/acstraduction.png\";s:4:\"name\";s:13:\"ACSTraduction\";s:11:\"description\";s:255:\"Nous sommes votre partenaire idéal pour la traduction spécialisée multilingue de sites Internet. Une équipe réactive à taille humaine est à votre écoute. The new standard in specialised website translation. It’s simple:  Click. Quality. Connect.\";s:7:\"doc_url\";s:51:\"https://wpml.org/translation-service/acstraduction/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:1476;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:37.4500000000000028421709430404007434844970703125;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:37.4500000000000028421709430404007434844970703125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:66:\"https://www.acs-traduction.com/web/traduction-site-wordpress-wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"cba138bf154930c7878e8b5ba61ec7d4\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:65:\"An ACSTraduction team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:71:\"https://wpml.org/translation-service/acstraduction/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:70:\"https://wpml.org/translation-service/acstraduction/#requesting-account\";}}i:3;C:15:\"WPML_TP_Service\":1919:{a:35:{s:2:\"id\";i:91;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/language-insight.png\";s:4:\"name\";s:16:\"Language Insight\";s:11:\"description\";s:290:\"Language Insight is an ISO9001:2015 & ISO27001:2013 accredited translation & language services provider to clients around the world. Its friendly in-house PM teams provide excellent customer service while its in-house translators, proofreaders and QA teams ensure the quality of their work.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/language-insight/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:37.4200000000000017053025658242404460906982421875;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:37.4200000000000017053025658242404460906982421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:66:\"https://www.languageinsight.com/services/wpml-website-translation/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"9cd6dacb4cfa2c94991babf0ffdb88f3\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:4;C:15:\"WPML_TP_Service\":1689:{a:35:{s:2:\"id\";i:86;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/alba-translating.png\";s:4:\"name\";s:16:\"Alba Translating\";s:11:\"description\";s:189:\"Alba is a Russian ISO qualified translation company with more than 10 years of experience. With an in-house team of expert linguists we can ensure fast and professional-quality translation.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/alba-translating\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:37;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:37;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:32:\"https://www.alba-translating.ru/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"14b2bc872d010f0faa5a20fecfbf9ade\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:5;C:15:\"WPML_TP_Service\":1824:{a:35:{s:2:\"id\";i:78;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/alfabeta.png\";s:4:\"name\";s:8:\"AlfaBeta\";s:11:\"description\";s:254:\"AlfaBeta is an Italian language services consultancy specializing in international communication, mainly in the food, wine, tourism, fashion industries. We provide web translation and copywriting, multilingual SEO/SEM and social media marketing services.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/alfabeta/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:1465;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:36.7000000000000028421709430404007434844970703125;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:36.7000000000000028421709430404007434844970703125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:29:\"https://www.alfabetastudio.it\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e00168c56d4b60275ee38701221c5911\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:6;C:15:\"WPML_TP_Service\":2158:{a:35:{s:2:\"id\";i:45;s:8:\"logo_url\";s:83:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/avanti-language-services.png\";s:4:\"name\";s:24:\"Avanti Language Services\";s:11:\"description\";s:307:\"AVANTI Language Services is a translation agency specializing in the legal, financial, commercial, and technical fields. We are based in Lijnden, near Amsterdam, but work for clients throughout the world. Our two ISO certificates guarantee you a qualified and reliable partner for all your translation work.\";s:7:\"doc_url\";s:62:\"https://wpml.org/translation-service/avanti-language-services/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:1595;s:10:\"popularity\";i:5;s:18:\"popularity_ranking\";d:36.52000000000000312638803734444081783294677734375;s:7:\"primary\";i:5;s:15:\"primary_ranking\";d:36.52000000000000312638803734444081783294677734375;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"https://www.avanti-nl.com/en/wpml/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"65ead6792983d81081190fb784e73b0a\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:51:\"The AVANTI team will send you an API Token by email\";s:26:\"how_to_get_credentials_url\";s:83:\"https://wpml.org/translation-service/avanti-language-services/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:88:\"https://wpml.org/translation-service/avanti-language-services/#requesting-avanti-account\";}}i:7;C:15:\"WPML_TP_Service\":2035:{a:35:{s:2:\"id\";i:69;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/leemeta.png\";s:4:\"name\";s:7:\"Leemeta\";s:11:\"description\";s:268:\"Leemeta is a Slovenian translation firm which has spent 10 years working with small and medium-sized businesses from a variety of industries including technology, chemistry, and finance. It employs 450 translators, reviewers and interpreters in more than 80 languages.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/leemeta\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:29.1700000000000017053025658242404460906982421875;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:29.1700000000000017053025658242404460906982421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:43:\"https://www.leemeta-translations.co.uk/wpml\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"dff20624a4352b67c960083b3a5df494\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:58:\"A Leemeta team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/leemeta/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:64:\"https://wpml.org/translation-service/leemeta/#requesting-account\";}}i:8;C:15:\"WPML_TP_Service\":1990:{a:35:{s:2:\"id\";i:75;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/okodia.png\";s:4:\"name\";s:6:\"Okodia\";s:11:\"description\";s:242:\"Okodia is a human-translation company certified by ISO 9001 & ISO 17100 certificates working with 80+ languages around the world. Our 1500+ specialized professional native linguists translate over 10+ millon words yearly in almost all fields.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/okodia/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:1482;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:28.42999999999999971578290569595992565155029296875;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:28.42999999999999971578290569595992565155029296875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:22:\"https://www.okodia.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"94ee301596730c533be57728ca1634ef\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:59:\"An Okodia team member will email a unique API Token to you.\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/okodia/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/okodia/#requesting-account\";}}i:9;C:15:\"WPML_TP_Service\":2045:{a:35:{s:2:\"id\";i:61;s:8:\"logo_url\";s:74:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/101translations.png\";s:4:\"name\";s:15:\"101Translations\";s:11:\"description\";s:240:\"101Translations is an Irish company which uses professional, native translators with at least three years\' experience to translate businesses of all sizes. 101Translations was created in 2002 and places special attention on quality control.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/101translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:4;s:18:\"popularity_ranking\";d:27.0799999999999982946974341757595539093017578125;s:7:\"primary\";i:4;s:15:\"primary_ranking\";d:27.0799999999999982946974341757595539093017578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:31:\"http://www.101translations.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"bf40273372317c1df87462c61d518558\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:66:\"A 101translations team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:73:\"https://wpml.org/translation-service/101translations/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:72:\"https://wpml.org/translation-service/101translations/#requesting-account\";}}i:10;C:15:\"WPML_TP_Service\":1997:{a:35:{s:2:\"id\";i:89;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/simply-translate.png\";s:4:\"name\";s:16:\"Simply Translate\";s:11:\"description\";s:260:\"Simply Translate is a professional translation agency for online companies. The combination of in-house language expertise, its user-friendly client platform, and professional translators make it a reliable business partner for your multilingual communication.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/simply-translate\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:5:\"email\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Private key\";s:4:\"name\";s:11:\"private_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:1448;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:26.300000000000000710542735760100185871124267578125;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:26.300000000000000710542735760100185871124267578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:31:\"https://www.simplytranslate.nl/\";s:19:\"project_details_url\";s:35:\"https://platform.simplytranslate.nl\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"edc57d14528262a9d1f19999aef77aef\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:11;C:15:\"WPML_TP_Service\":2241:{a:35:{s:2:\"id\";i:23;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/textmaster.png\";s:4:\"name\";s:10:\"TextMaster\";s:11:\"description\";s:220:\"TextMaster was founded in 2011 and offers 40 languages with specializations like fashion, electronics and home décor. Clients can create a dedicated team of translators and communicate through a live messaging system.  \";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/textmaster/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"API secret\";s:4:\"name\";s:10:\"api_secret\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:1309;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:26.07000000000000028421709430404007434844970703125;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:26.07000000000000028421709430404007434844970703125;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:56:\"https://www.textmaster.com/?pid=57be8e7208104100441aa3fc\";s:19:\"project_details_url\";s:47:\"https://www.app.textmaster.com/clients/projects\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3db36a7c23cefa52d577ab4307882110\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:110:\"Your API Key and API Secret are located under  \"lightning menu icon > API & Loop\" on your TextMaster dashboard\";s:26:\"how_to_get_credentials_url\";s:83:\"https://wpml.org/translation-service/textmaster/#connecting-your-site-to-textmaster\";s:30:\"client_create_account_page_url\";s:67:\"https://www.app.textmaster.com/sign_up?pid=57be8e7208104100441aa3fc\";}}i:12;C:15:\"WPML_TP_Service\":2388:{a:35:{s:2:\"id\";i:51;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lingo24.png\";s:4:\"name\";s:7:\"Lingo24\";s:11:\"description\";s:277:\"Lingo24 makes it easy for global companies to work in multiple languages. Since 2001, it has provided a technology-led translation approach to enterprises in e-commerce, marketing, and product information content among others. Its 4,000 native translators are spread worldwide.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/lingo24/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:3:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"Client ID\";s:4:\"name\";s:9:\"client_id\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Client Secret\";s:4:\"name\";s:13:\"client_secret\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:18:\"Authorization Code\";s:4:\"name\";s:18:\"authorization_code\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:1376;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:25.57000000000000028421709430404007434844970703125;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:25.57000000000000028421709430404007434844970703125;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:24:\"https://www.lingo24.com/\";s:19:\"project_details_url\";s:33:\"https://ease.lingo24.com/projects\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"26f9d66db808f184a585c9b1ebc854d1\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:1;s:9:\"oauth_url\";s:40:\"https://ease.lingo24.com/oauth/authorize\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:101:\"Lingo24 will email you information on how to complete your registration and retrieve your credentials\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/lingo24/#receiving-credentials\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/lingo24/#requesting-an-account\";}}i:13;C:15:\"WPML_TP_Service\":1830:{a:35:{s:2:\"id\";i:95;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/ubiqus.png\";s:4:\"name\";s:6:\"Ubiqus\";s:11:\"description\";s:277:\"Ubiqus is an international Paris-based ISO-certified translation service. Providing translation services for all types of media ranging from websites to video to text, Ubiqus has vast experience translating content for various industries such as corporate, legal and financial.\";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/ubiqus\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:25.0799999999999982946974341757595539093017578125;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:25.0799999999999982946974341757595539093017578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:22:\"https://www.ubiqus.io/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"00f941032a272372a9aaa2485f8d1786\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:14;C:15:\"WPML_TP_Service\":2023:{a:35:{s:2:\"id\";i:74;s:8:\"logo_url\";s:72:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/the-geo-group.png\";s:4:\"name\";s:13:\"The Geo Group\";s:11:\"description\";s:239:\"The Geo Group Corporation is a full-service translation agency based in Madison, WI, since 1991. It has more than 500 translators working in more than 120 languages. It works with small to medium-size businesses in a variety of industries.\";s:7:\"doc_url\";s:51:\"https://wpml.org/translation-service/the-geo-group/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:24.0799999999999982946974341757595539093017578125;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:24.0799999999999982946974341757595539093017578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"http://www.thegeogroup.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"cd018f1ac09ae85bc8dfec7a72eb56c3\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A Geo Group team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:71:\"https://wpml.org/translation-service/the-geo-group/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:70:\"https://wpml.org/translation-service/the-geo-group/#requesting-account\";}}i:15;C:15:\"WPML_TP_Service\":1819:{a:35:{s:2:\"id\";i:85;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/easy-translation.png\";s:4:\"name\";s:16:\"Easy Translation\";s:11:\"description\";s:227:\"Connect your WPML website to Easy Translation! We provide our customers with a high-quality website translation. Working with our team of native speakers we can translate/localise your website in almost every European language.\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/easy-translation\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:22.1700000000000017053025658242404460906982421875;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:22.1700000000000017053025658242404460906982421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:30:\"https://www.easytranslation.nl\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ecb4a118a666100ce6ca27ca8f116b2d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:16;C:15:\"WPML_TP_Service\":2118:{a:35:{s:2:\"id\";i:50;s:8:\"logo_url\";s:79:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/meridian-linguistics.png\";s:4:\"name\";s:20:\"Meridian Linguistics\";s:11:\"description\";s:257:\"Meridian Linguistics is a Hong Kong-based translation services company with stringent quality assurance procedures, specializing in technology, law, business, and more. We offer 200+ languages, with particular expertise in Asia, the Middle East, and Europe.\";s:7:\"doc_url\";s:58:\"https://wpml.org/translation-service/meridian-linguistics/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:22.0799999999999982946974341757595539093017578125;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:22.0799999999999982946974341757595539093017578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"http://www.meridianlinguistics.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"edecb5dee7049e4f69459611e2573779\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:68:\"A Meridian Linguistics team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/meridian-linguistics/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:101:\"https://wpml.org/translation-service/meridian-linguistics/#requesting-an-meridian-linguistics-account\";}}i:17;C:15:\"WPML_TP_Service\":1937:{a:35:{s:2:\"id\";i:30;s:8:\"logo_url\";s:81:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/language-solutions-inc.png\";s:4:\"name\";s:22:\"Language Solutions Inc\";s:11:\"description\";s:190:\"Language Solutions Inc is an American translation and localization firm which specializes in working with healthcare, technical and marketing businesses of all sizes. It was founded in 1998.\";s:7:\"doc_url\";s:60:\"https://wpml.org/translation-service/language-solutions-inc/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:22;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:22;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"http://www.langsolinc.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"265c044355b0bff5f17755503470b225\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:63:\"Language Solutions Inc team will send you an API Token by email\";s:26:\"how_to_get_credentials_url\";s:81:\"https://wpml.org/translation-service/language-solutions-inc/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:88:\"https://wpml.org/translation-service/language-solutions-inc/#requesting-a-pozena-account\";}}i:18;C:15:\"WPML_TP_Service\":2151:{a:35:{s:2:\"id\";i:37;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/espresso-translations.png\";s:4:\"name\";s:21:\"Espresso Translations\";s:11:\"description\";s:275:\"Espresso Translations is a professional translation agency offering a full range of translation services to businesses and individuals worldwide. We offer translation, proofreading, transcription and interpretation services in all languages across a vast array of industries.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/espresso-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:20.4200000000000017053025658242404460906982421875;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:20.4200000000000017053025658242404460906982421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:66:\"https://www.espressotranslations.com/website-translation-services/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ab06600c2ae77b6fb2945304f3ea8b87\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:73:\"An Espresso Translations team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:75:\"https://wpml.org/translation-service/espresso-translations/#receiving-token\";s:30:\"client_create_account_page_url\";s:81:\"https://wpml.org/translation-service/espresso-translations/#requesting-an-account\";}}i:19;C:15:\"WPML_TP_Service\":2113:{a:35:{s:2:\"id\";i:42;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lat-multilingual.png\";s:4:\"name\";s:16:\"LAT Multilingual\";s:11:\"description\";s:255:\"LAT Multilingual is a Canadian company which specializes in English to French Canadian translations for companies targeting the Québec market.  Since it was founded in 1999, it has worked with a wide variety of industries from tourism to food and retail.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/lat-multilingual/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:20.0799999999999982946974341757595539093017578125;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:20.0799999999999982946974341757595539093017578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:61:\"http://www.latmultilingual.com/wordpress-website-translations\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"17e8abb612636cdd96e60afba259d884\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:64:\"A LAT Multilingual team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:75:\"https://wpml.org/translation-service/lat-multilingual/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:92:\"https://wpml.org/translation-service/lat-multilingual/#requesting-a-lat-multilingual-account\";}}i:20;C:15:\"WPML_TP_Service\":1716:{a:35:{s:2:\"id\";i:76;s:8:\"logo_url\";s:81:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/rws-language-solutions.png\";s:4:\"name\";s:22:\"RWS Language Solutions\";s:11:\"description\";s:116:\"Based in Germany, RWS has more than 60 years of experience working with medium to large businesses around the world.\";s:7:\"doc_url\";s:60:\"https://wpml.org/translation-service/rws-language-solutions/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:20.0799999999999982946974341757595539093017578125;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:20.0799999999999982946974341757595539093017578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:19:\"https://www.rws.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"1bdc360fc2fe2ebb177e8a6cb2952d9c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:21;C:15:\"WPML_TP_Service\":1991:{a:35:{s:2:\"id\";i:48;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/spokenhere.png\";s:4:\"name\";s:10:\"SpokenHere\";s:11:\"description\";s:226:\"SpokenHere is an American service offering translations, telephonic interpreting, and voiceovers in more than 250 languages. For the last 15 years, it has worked with small to medium-size businesses in a variety of industries.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/spokenhere/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:19.530000000000001136868377216160297393798828125;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:19.530000000000001136868377216160297393798828125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"http://spoken-here.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"4d967c459583c6811cc325aaf1fbcd8d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:61:\"A SpokenHere team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:68:\"https://wpml.org/translation-service/spokenhere/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/spokenhere/#requesting-account\";}}i:22;C:15:\"WPML_TP_Service\":1736:{a:35:{s:2:\"id\";i:94;s:8:\"logo_url\";s:83:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/morningside-translations.png\";s:4:\"name\";s:24:\"Morningside Translations\";s:11:\"description\";s:213:\"Morningside Translations is an American language service provider. Specializing in highly regulated industries, Morningside provides ISO-certified translation and localization solutions in more than 150 languages.\";s:7:\"doc_url\";s:61:\"https://wpml.org/translation-service/morningside-translations\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:18.5;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:18.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"http://www.morningtrans.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fa41303ea2e844c16f7e20bd5e12cf8c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:23;C:15:\"WPML_TP_Service\":1877:{a:35:{s:2:\"id\";i:29;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/pozena.png\";s:4:\"name\";s:6:\"Pozena\";s:11:\"description\";s:214:\"POZENA is a Polish localization and translation service with more than 20 years\' experience adapting small to medium-size businesses to new language markets. It has more than 400 clients in 22 different countries. \";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/pozena/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:17.75;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:17.75;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:19:\"https://pozena.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3dbcaf177b3b8a0ffd38c4f077f17df7\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A POZENA team member will email your unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/pozena/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:72:\"https://wpml.org/translation-service/pozena/#requesting-a-pozena-account\";}}i:24;C:15:\"WPML_TP_Service\":2144:{a:35:{s:2:\"id\";i:35;s:8:\"logo_url\";s:78:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/cultures-connection.png\";s:4:\"name\";s:19:\"Cultures Connection\";s:11:\"description\";s:295:\"Cultures Connection is a global company which offers SEO-optimized website translations in more than 250 different languages for companies of all sizes. It was founded in 2007 and has more than 740 professional translators. It specializes in finance, medicine, law, e-commerce and IT industries.\";s:7:\"doc_url\";s:57:\"https://wpml.org/translation-service/cultures-connection/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:17.5799999999999982946974341757595539093017578125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:17.5799999999999982946974341757595539093017578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:30:\"http://culturesconnection.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"7ed3f4bbe8a3193a8c81252f3f5a199a\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:67:\"A Cultures Connection team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:78:\"https://wpml.org/translation-service/cultures-connection/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:99:\"https://wpml.org/translation-service/cultures-connection/#requesting-an-cultures-connection-account\";}}i:25;C:15:\"WPML_TP_Service\":1914:{a:35:{s:2:\"id\";i:40;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/wordcraft.png\";s:4:\"name\";s:9:\"Wordcraft\";s:11:\"description\";s:158:\"Wordcraft is a German translation service working with companies from a variety of industries of all sizes including engineering, automotive and logistics.   \";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/wordcraft/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:16.4200000000000017053025658242404460906982421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:16.4200000000000017053025658242404460906982421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:20:\"http://wordcraft.cc/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c3dc4ea9f763d31bdfc33fbeb99ce24f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A Wordcraft team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:63:\"https://wpml.org/translation-service/wordcraft/#receiving-token\";s:30:\"client_create_account_page_url\";s:69:\"https://wpml.org/translation-service/wordcraft/#requesting-an-account\";}}i:26;C:15:\"WPML_TP_Service\":2095:{a:35:{s:2:\"id\";i:64;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/pluslingua.png\";s:4:\"name\";s:10:\"PlusLingua\";s:11:\"description\";s:226:\"PlusLingua has offices across Europe and predominantly deals with small to medium-size businesses. Since 2006, it has offered a range of translations for technical documentation, legal documents, marketing and business papers.\";s:7:\"doc_url\";s:80:\"https://wpml.org/translation-service/pluslingua-technical-communication-services\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:16.4200000000000017053025658242404460906982421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:16.4200000000000017053025658242404460906982421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"http://www.pluslingua.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ba11f752696ef6a4f922417b1fddb42f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:61:\"A PlusLingua team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:101:\"https://wpml.org/translation-service/pluslingua-technical-communication-services/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:100:\"https://wpml.org/translation-service/pluslingua-technical-communication-services/#requesting-account\";}}i:27;C:15:\"WPML_TP_Service\":1990:{a:35:{s:2:\"id\";i:68;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/l-txt-ou.png\";s:4:\"name\";s:9:\"L.TXT OÜ\";s:11:\"description\";s:239:\"L.TXT is an Estonian translation firm which works with small and medium-sized businesses. It specializes in technical translations and highly complex, technically demanding projects. Its translators share a rich background in the subjects.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/l-txt-ou/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:16.4200000000000017053025658242404460906982421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:16.4200000000000017053025658242404460906982421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:18:\"http://www.ltxt.eu\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"26d00f62ca93f57c36ddefd1ba301295\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:60:\"A L.TXT OÜ team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:66:\"https://wpml.org/translation-service/l-txt-ou/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/l-txt-ou/#requesting-account\";}}i:28;C:15:\"WPML_TP_Service\":1906:{a:35:{s:2:\"id\";i:73;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/atenao.png\";s:4:\"name\";s:6:\"Atenao\";s:11:\"description\";s:253:\"Trusted translation partner for groups such as Lacoste, L’Oréal, Olympus and Fujifilm Medical Systems, Atenao’s team of professional, native, experienced translators has translated hundreds of marketing, e-commerce, tourism and technology websites.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/atenao/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:16.25;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:16.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:21:\"http://www.atenao.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"f249d570e4a79bf3e32907034b4f2f61\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:58:\"An Atenao team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/atenao/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/atenao/#requesting-account\";}}i:29;C:15:\"WPML_TP_Service\":2104:{a:35:{s:2:\"id\";i:36;s:8:\"logo_url\";s:74:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/net-translators.png\";s:4:\"name\";s:15:\"Net-Translators\";s:11:\"description\";s:296:\"Net-Translators Ltd. is a global language provider specializing in Website Translation. Its award winning translation process includes dedicated teams of project managers and professional translators. Certified by multiple international standards: ISO 9001:2015, ISO 13485:2016 and ISO 17100:2015\";s:7:\"doc_url\";s:53:\"https://wpml.org/translation-service/net-translators/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:1532;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.6699999999999999289457264239899814128875732421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.6699999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"http://net-translators.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c94bb09d7549141b49e1b2f9aa2f5441\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:66:\"A Net-Translators team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/net-translators/#receiving-token\";s:30:\"client_create_account_page_url\";s:75:\"https://wpml.org/translation-service/net-translators/#requesting-an-account\";}}i:30;C:15:\"WPML_TP_Service\":2078:{a:35:{s:2:\"id\";i:56;s:8:\"logo_url\";s:78:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/nativy-translations.png\";s:4:\"name\";s:19:\"Nativy Translations\";s:11:\"description\";s:194:\"Nativy is a Vienna-based online translation agency offering professional translation services for over 500 language combinations in over 52 areas of specialization like tourism, IT, legal, etc. \";s:7:\"doc_url\";s:57:\"https://wpml.org/translation-service/nativy-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Private key\";s:4:\"name\";s:11:\"private_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.25;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:22:\"https://www.nativy.com\";s:19:\"project_details_url\";s:36:\"https://www.nativy.com/client/orders\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"406abbd6c5ab8df7b17f8acc68415b0c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:76:\"Contact your Nativy project manager and request your API Key and Private Key\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/nativy-translations/#receiving-credentials\";s:30:\"client_create_account_page_url\";s:79:\"https://wpml.org/translation-service/nativy-translations/#requesting-an-account\";}}i:31;C:15:\"WPML_TP_Service\":1690:{a:35:{s:2:\"id\";i:79;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/ad-verbum.png\";s:4:\"name\";s:9:\"AD VERBUM\";s:11:\"description\";s:213:\"AD VERBUM is a northern European translation and localization company working in 90+ target languages. It specializes in various fields including pharmacy, healthcare and legal for small to medium-size businesses.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/ad-verbum/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.25;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"https://www.adverbum.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"456cf5b648e41fadadd6f94c13605dbe\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:32;C:15:\"WPML_TP_Service\":1840:{a:35:{s:2:\"id\";i:97;s:8:\"logo_url\";s:70:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/terralingua.png\";s:4:\"name\";s:11:\"Terralingua\";s:11:\"description\";s:247:\"Terralingua is an ISO 9001 and 17100 certified translation and localization provider supporting global businesses since 1999. We deliver high-quality professional work by native speaking linguists in over 50 different languages for all industries.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/terralingua\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.0800000000000000710542735760100185871124267578125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.0800000000000000710542735760100185871124267578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:40:\"https://www.terralinguatranslations.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"832ee2debd6dd95c1d225e0146b60c7c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:33;C:15:\"WPML_TP_Service\":1889:{a:35:{s:2:\"id\";i:53;s:8:\"logo_url\";s:70:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/geacom-gmbh.png\";s:4:\"name\";s:11:\"Geacom GmbH\";s:11:\"description\";s:209:\"Geacom is a German company which translates technical documentation and all the necessary content for businesses moving into foreign markets. Since 2002, it has provided services for medium to large businesses\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/geacom-gmbh/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.75;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.75;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:18:\"https://geacom.de/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"db61e1e11638127f0e69871d38d15d4b\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:62:\"A Geacom GmbH team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/geacom-gmbh/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:68:\"https://wpml.org/translation-service/geacom-gmbh/#requesting-account\";}}i:34;C:15:\"WPML_TP_Service\":1897:{a:35:{s:2:\"id\";i:88;s:8:\"logo_url\";s:81:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/languageline-solutions.png\";s:4:\"name\";s:22:\"LanguageLine Solutions\";s:11:\"description\";s:281:\"LanguageLine Solutions is a language service provider delivering ISO 17100 accredited website translations. Translating and localising content into +200 languages, it develops a tailored approach to your specific style and tone, optimizing foreign language fit for the local market\";s:7:\"doc_url\";s:60:\"https://wpml.org/translation-service/languageline-solutions/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.6699999999999999289457264239899814128875732421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.6699999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:29:\"https://www.languageline.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"4368aaed8cf559a1f11dc98d7f70874c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:35;C:15:\"WPML_TP_Service\":1845:{a:35:{s:2:\"id\";i:70;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/speakt.png\";s:4:\"name\";s:6:\"Speakt\";s:11:\"description\";s:199:\"Speakt is a British translation service founded in 2010 and works with small to medium-size businesses. It offers professional human translations for more than 35 languages and 2,000 language pairs. \";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/speakt\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.5;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:18:\"https://speakt.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"4a52b62404d73d86b86e9cbb05a38eaa\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"A Speakt team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/speakt/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/speakt/#requesting-account\";}}i:36;C:15:\"WPML_TP_Service\":1840:{a:35:{s:2:\"id\";i:80;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/bigtranslation.png\";s:4:\"name\";s:14:\"BigTranslation\";s:11:\"description\";s:247:\"BigTranslation – Translation agency with years of experience in the market and competitive rates. They work exclusively with native translators in over 50 target languages, offering tailored services that adapt perfectly to our clients’ needs.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/bigtranslation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:1153;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.32000000000000028421709430404007434844970703125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.32000000000000028421709430404007434844970703125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:31:\"https://www.bigtranslation.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"a12d879958cec6a27953c1ed284f8032\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:37;C:15:\"WPML_TP_Service\":2155:{a:35:{s:2:\"id\";i:57;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/acculing.png\";s:4:\"name\";s:8:\"Acculing\";s:11:\"description\";s:150:\"AccuLing brings together the right combination of people, processes, and technology to provide accuracy, speed, and cost-effectiveness in translation.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/acculing/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:15:\"client_username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:15:\"client_password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.1699999999999999289457264239899814128875732421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.1699999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:19:\"http://acculing.com\";s:19:\"project_details_url\";s:84:\"https://fluencyserver.com/Acculing/FluencyFlow/CustomerPortal/CustomerDashboard.aspx\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"38a623f611a08d65a565ec91588e74ba\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:102:\"Acculing will email you information on how to complete your registration and retrieve your credentials\";s:26:\"how_to_get_credentials_url\";s:68:\"https://wpml.org/translation-service/acculing/#receiving-credentials\";s:30:\"client_create_account_page_url\";s:68:\"https://wpml.org/translation-service/acculing/#requesting-an-account\";}}i:38;C:15:\"WPML_TP_Service\":1963:{a:35:{s:2:\"id\";i:71;s:8:\"logo_url\";s:64:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/alpis.png\";s:4:\"name\";s:5:\"Alpis\";s:11:\"description\";s:220:\"Alpis is a French company based in Paris providing high-quality localisations services for your website in more than 100 languages by qualified human linguists and specialists. Click to discover our quality and services.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/alpis\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:14.0800000000000000710542735760100185871124267578125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:14.0800000000000000710542735760100185871124267578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"https://www.alpis.fr/en/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"5cea21a759913fbea87000606ed0ebab\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"An Alpis team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:63:\"https://wpml.org/translation-service/alpis/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:62:\"https://wpml.org/translation-service/alpis/#requesting-account\";}}i:39;C:15:\"WPML_TP_Service\":1817:{a:35:{s:2:\"id\";i:77;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/tripleink.png\";s:4:\"name\";s:9:\"TripleInk\";s:11:\"description\";s:242:\"TripleInk was founded in 1991 in Minneapolis, USA. It provides professional translation, transcreation and localization services for B2B and consumer marketers from a wide range of industries, including life sciences, financial and technical.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/tripleink\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:1569;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.9000000000000003552713678800500929355621337890625;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.9000000000000003552713678800500929355621337890625;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"https://www.tripleink.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ef1de71437e8348003fc227feb22838f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:40;C:15:\"WPML_TP_Service\":2533:{a:35:{s:2:\"id\";i:18;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lionbridge.png\";s:4:\"name\";s:10:\"Lionbridge\";s:11:\"description\";s:265:\"Lionbridge was founded in 1996, USA. With 46 offices in 26 countries, our highly-tested linguistic assets provide quality translations in more than 250 language pairings to enterprises from a wide variety of industries including legal, technical and life sciences. \";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/lionbridge/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:5:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Service ID\";s:4:\"name\";s:10:\"service_id\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Access Key ID\";s:4:\"name\";s:13:\"access_key_id\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Access Key\";s:4:\"name\";s:10:\"access_key\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Endpoint\";s:4:\"name\";s:8:\"endpoint\";s:4:\"type\";s:4:\"text\";}i:4;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"PO Number\";s:4:\"name\";s:9:\"po_number\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:989;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.6500000000000003552713678800500929355621337890625;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.6500000000000003552713678800500929355621337890625;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"http://www.lionbridge.com/\";s:19:\"project_details_url\";s:41:\"%{endpoint}/project/%{project_id}/details\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"123b04097c9da92ea47fa9d67a046a67\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:93:\"Your service ID, access key ID, access key, and endpoint are found on your Lionbridge profile\";s:26:\"how_to_get_credentials_url\";s:83:\"https://wpml.org/translation-service/lionbridge/#connecting-your-site-to-lionbridge\";s:30:\"client_create_account_page_url\";s:50:\"https://ondemand.lionbridge.com/accounts/register/\";}}i:41;C:15:\"WPML_TP_Service\":2014:{a:35:{s:2:\"id\";i:62;s:8:\"logo_url\";s:89:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/transfluent-translation-agency.png\";s:4:\"name\";s:30:\"Transfluent Translation Agency\";s:11:\"description\";s:189:\"Transfluent was founded in 2011 and has bases in USA and Finland. It works with small to medium-size businesses from small game developers to Nasdaq listed companies in dozens of countries.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/transfluent/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:1599;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.6199999999999992184029906638897955417633056640625;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.6199999999999992184029906638897955417633056640625;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:28:\"https://www.transfluent.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"84e36198cb7f9085ca621971ba0c205b\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:62:\"A Transfluent team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/transfluent/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:68:\"https://wpml.org/translation-service/transfluent/#requesting-account\";}}i:42;C:15:\"WPML_TP_Service\":2012:{a:35:{s:2:\"id\";i:52;s:8:\"logo_url\";s:70:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/zelux-media.png\";s:4:\"name\";s:11:\"Zelux Media\";s:11:\"description\";s:216:\"Zelux Media offers translation services in more than 2,500 language pairs, specializing in Asian languages. It was founded in the USA in 2007 and its SEO-trained translators work with small to medium-size businesses.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/zelux-media/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.9199999999999999289457264239899814128875732421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.9199999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"https://www.zeluxmedia.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"80b7d2276b7d5e7b91040337572b205f\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:59:\"A Zelux Media team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:70:\"https://wpml.org/translation-service/zelux-media/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:83:\"https://wpml.org/translation-service/zelux-media/#requesting-an-zelux-media-account\";}}i:43;C:15:\"WPML_TP_Service\":2087:{a:35:{s:2:\"id\";i:72;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/betranslated-com.png\";s:4:\"name\";s:16:\"BeTranslated.com\";s:11:\"description\";s:294:\"BeTranslated is a network of translation project managers operating as a decentralized translation agency to serve the website and document translation needs of small, medium and large companies across Europe and North America. We specialize in marketing, travel, IT and technical translations.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/betranslated\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.4199999999999999289457264239899814128875732421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.4199999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"http://betranslated.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fa663ae2188d9dfc589f5b8f6a5c2b0c\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:63:\"A BeTranslated team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:70:\"https://wpml.org/translation-service/betranslated/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:69:\"https://wpml.org/translation-service/betranslated/#requesting-account\";}}i:44;C:15:\"WPML_TP_Service\":2091:{a:35:{s:2:\"id\";i:44;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mgs-language-services.png\";s:4:\"name\";s:21:\"MGS Language Services\";s:11:\"description\";s:253:\"ManpowerGroup Solutions Language Services is an Israeli translator for commercial, industrial and government organizations. It has 1200 translators and content writers covering 160 languages, with a particular emphasis on Hebrew and Arabic translations.\";s:7:\"doc_url\";s:62:\"https://wpml.org/translation-service/mgs-translation-services/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.3300000000000000710542735760100185871124267578125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.3300000000000000710542735760100185871124267578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"http://www.mgslanguage.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"af4eae135ec1f5884f0e757f5748fb32\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:56:\"An MGS team member will email a unique API Token to you.\";s:26:\"how_to_get_credentials_url\";s:82:\"https://wpml.org/translation-service/mgs-translation-services/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:84:\"https://wpml.org/translation-service/mgs-translation-services/#requesting-an-account\";}}i:45;C:15:\"WPML_TP_Service\":2085:{a:35:{s:2:\"id\";i:55;s:8:\"logo_url\";s:78:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translate-by-humans.png\";s:4:\"name\";s:19:\"Translate By Humans\";s:11:\"description\";s:247:\"Translate By Humans is a London-based translation service with more than a 1,000 language pairs available. Since it was created five years ago, it has served small to medium-size businesses in the legal, medical and travel industries among others.\";s:7:\"doc_url\";s:57:\"https://wpml.org/translation-service/translate-by-humans/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.0800000000000000710542735760100185871124267578125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.0800000000000000710542735760100185871124267578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"https://www.translatebyhumans.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"829a35138840fe2563d620278b5f2239\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:70:\"A Translate by Humans team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:77:\"https://wpml.org/translation-service/translate-by-humans/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:76:\"https://wpml.org/translation-service/translate-by-humans/#requesting-account\";}}i:46;C:15:\"WPML_TP_Service\":1810:{a:35:{s:2:\"id\";i:65;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/at-language-solutions.png\";s:4:\"name\";s:21:\"AT Language Solutions\";s:11:\"description\";s:187:\"AT Language Solutions is a Spanish service which works with small and medium businesses. Since its creation in 1999, it now employs more than 4,000 professionals working in all languages.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/at-language-solutions/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API Token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:11.6699999999999999289457264239899814128875732421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:11.6699999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:36:\"https://www.at-languagesolutions.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e5ad0596522cb049733698b311916864\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:47;C:15:\"WPML_TP_Service\":2385:{a:35:{s:2:\"id\";i:87;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mars-translation.png\";s:4:\"name\";s:16:\"Mars Translation\";s:11:\"description\";s:256:\"Mars Translation is an international leader in the translation marketplace that offers a transparent, intuitive and cost-effective online portal to customers who need documents, web content, and video content translated guaranteeing high-quality and speed.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/mars-translation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"Client ID\";s:4:\"name\";s:9:\"client_id\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Client Secret\";s:4:\"name\";s:13:\"client_secret\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:11;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:11;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:54:\"https://www.marstranslation.com/?affiliate=GgyhEa8h39Y\";s:19:\"project_details_url\";s:47:\"https://www.marstranslation.com/client/list/all\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"79fe9fda7f31390d11dc1db053cf7f40\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:78:\"Visit our Customer Support online resource to learn more about API Credentials\";s:26:\"how_to_get_credentials_url\";s:106:\"https://www.marstranslation.com/detail/additional-support/how-to-get-api-credentials?affiliate=GgyhEa8h39Y\";s:30:\"client_create_account_page_url\";s:61:\"https://www.marstranslation.com/contact?affiliate=GgyhEa8h39Y\";}}i:48;C:15:\"WPML_TP_Service\":1833:{a:35:{s:2:\"id\";i:99;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/euro-text.png\";s:4:\"name\";s:9:\"Euro:Text\";s:11:\"description\";s:262:\"Your partner for multilingual translation – fast, cost-efficient and reliable, with particular expertise in Spanish and Portuguese, including European and other variants (Mexican, Chilean,Peruvian, Argentinian and Colombian Spanish, Brazilian Portuguese, etc.)\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/eurotext/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:10.6699999999999999289457264239899814128875732421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:10.6699999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"https://euro-text.com/en/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"aef0362e0b668d69886108e01a4c2930\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:49;C:15:\"WPML_TP_Service\":1963:{a:35:{s:2:\"id\";i:49;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/ulatus.png\";s:4:\"name\";s:6:\"Ulatus\";s:11:\"description\";s:217:\"Ulatus is an American company focusing on Asian languages - explicitly Japanese, Chinese, Korean and Indic languages.  It was founded in 2005 and has 1200 in-territory translators working with a variety of industries.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/ulatus/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:9.9199999999999999289457264239899814128875732421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:9.9199999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"https://www.ulatus.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"a922e13546c96ba8d78160d7adc2f9be\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"A Ulatus team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/ulatus/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/ulatus/#requesting-account\";}}i:50;C:15:\"WPML_TP_Service\":2186:{a:35:{s:2:\"id\";i:6;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translatemedia.png\";s:4:\"name\";s:14:\"TranslateMedia\";s:11:\"description\";s:90:\"Connect your Wordpress site to STREAM™ - TranslateMedia\'s translation management service\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/translatemedia/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:1122;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:9.67999999999999971578290569595992565155029296875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:9.67999999999999971578290569595992565155029296875;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:88:\"https://www.tm-stream.com/2_0/DeveloperCentre/Registration.aspx?platform=uyvm2o1gQZ4!$£\";s:19:\"project_details_url\";s:85:\"https://services.translatemedia.com/2_0/CorporatePortal/CPFileManager.aspx?platform=3\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"37cfcdf04d20f326391990eee25dd54d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:106:\"Your API key is located under \"Development Center page > API KEY\" on your TranslateMedia account Dashboard\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/translatemedia/#connect-site\";s:30:\"client_create_account_page_url\";s:92:\"https://www.tm-stream.com/2_0/DeveloperCentre/Registration.aspx?platform=uyvm2o1gQZ4!$%C2%A3\";}}i:51;C:15:\"WPML_TP_Service\":2134:{a:35:{s:2:\"id\";i:60;s:8:\"logo_url\";s:80:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/mcfelder-translations.png\";s:4:\"name\";s:21:\"McFelder Translations\";s:11:\"description\";s:287:\"McFelder is a Spanish translation service working with small to medium-sized businesses in the health, technology, marketing and corporate real estate sectors. Founded in 2001, with 6000 translators specializing in simple to complex projects which require in-depth technical terminology.\";s:7:\"doc_url\";s:59:\"https://wpml.org/translation-service/mcfelder-translations/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:9.5800000000000000710542735760100185871124267578125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:9.5800000000000000710542735760100185871124267578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:33:\"http://translations.mcfelder.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"048a7ab87f2326fee1b10994f73cbf84\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:72:\"A McFelder Translations team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/mcfelder-translations/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:78:\"https://wpml.org/translation-service/mcfelder-translations/#requesting-account\";}}i:52;C:15:\"WPML_TP_Service\":1699:{a:35:{s:2:\"id\";i:96;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/toft-international.png\";s:4:\"name\";s:18:\"TOFT International\";s:11:\"description\";s:112:\"At TOFT International, our aim is to provide our clients with high-quality translations done by native speakers.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/toft-international/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:9.5800000000000000710542735760100185871124267578125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:9.5800000000000000710542735760100185871124267578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:14:\"http://toft.lt\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c7a8e6bb94a26065c5fcfeee735e2a64\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:53;C:15:\"WPML_TP_Service\":2021:{a:35:{s:2:\"id\";i:63;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/simultrans.png\";s:4:\"name\";s:10:\"SimulTrans\";s:11:\"description\";s:248:\"SimulTrans provides website, software, and document localization services, translating text into over 100 languages. Established in 1984, SimulTrans has international offices and focuses on quality, exemplified by ISO 9001 and 17100 certifications.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/simultrans/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:1586;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:9.07000000000000028421709430404007434844970703125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:9.07000000000000028421709430404007434844970703125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:26:\"http://www.simultrans.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c52494d5479d5a888ec98b78965ea2fb\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:61:\"A SimulTrans team member will email a unique API Token to you\";s:26:\"how_to_get_credentials_url\";s:68:\"https://wpml.org/translation-service/simultrans/#receiving-api-token\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/simultrans/#requesting-account\";}}i:54;C:15:\"WPML_TP_Service\":1892:{a:35:{s:2:\"id\";i:92;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translation-ie.png\";s:4:\"name\";s:14:\"Translation.ie\";s:11:\"description\";s:310:\"Quality Assured EN/ISO17100 Human Translation. Any Language. We will tailor a process that is right for you and provide one to one advice and support for the duration of your project, we can also create or adapt your content to your market, tell us what you need to fit your budget. We have a solution for you.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/translation-ie/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.8300000000000000710542735760100185871124267578125;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.8300000000000000710542735760100185871124267578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:21:\"http://translation.ie\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"482b7f5fbaa40a742a65ca97ed14b2ae\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:55;C:15:\"WPML_TP_Service\":1823:{a:35:{s:2:\"id\";i:93;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/tomedes.png\";s:4:\"name\";s:7:\"TOMEDES\";s:11:\"description\";s:259:\"TOMEDES is an Israel-based professional human translation service. Over 10,000 expert translators and linguists will carry out your translation, localization, content and SEO needs. Tomedes provides 24/7 human support and 1-year guarantee on all translations.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/tomedes/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.8300000000000000710542735760100185871124267578125;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.8300000000000000710542735760100185871124267578125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"http://www.tomedes.co.il/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"0fb9b77c89fae9d873ec66aa9a5c08aa\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:56;C:15:\"WPML_TP_Service\":1869:{a:35:{s:2:\"id\";i:81;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/comtec.png\";s:4:\"name\";s:6:\"Comtec\";s:11:\"description\";s:296:\"Comtec supports businesses to reach new markets online in over 200 languages. Comtec provides website translation services by a global network of professional linguists specializing in translation for all key business sectors and complying with ISO 9001:2015 and ISO 17100:2015 quality standards.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/comtec/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.6699999999999999289457264239899814128875732421875;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.6699999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:37:\"https://www.comtectranslations.co.uk/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e18d99ce7d5a481a040f56872065cbb4\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:57;C:15:\"WPML_TP_Service\":1717:{a:35:{s:2:\"id\";i:100;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translators-family.png\";s:4:\"name\";s:18:\"Translators Family\";s:11:\"description\";s:205:\"Boutique translation agency specialising in business/marketing and technical translations. It will transcreate and localize your message so that it appeals to your clients. Working with all main languages.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/translators-family/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.5;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.5;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"https://www.translatorsfamily.com/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"fe7a207a617ad4d4e9a989004eeb6b58\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:58;C:15:\"WPML_TP_Service\":1845:{a:35:{s:2:\"id\";i:84;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/trans-blvd-llc.png\";s:4:\"name\";s:14:\"Trans-Blvd LLC\";s:11:\"description\";s:260:\"Trans-Blvd LLC provides translation, website localization, subtitling, transcription, transcreation, voice over, and other services in all major languages pairs. Our company is operated according to Christian values and we provide quality translation services.\";s:7:\"doc_url\";s:51:\"https://wpml.org/translation-service/trans-blvd-llc\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:8.4199999999999999289457264239899814128875732421875;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:8.4199999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:25:\"http://www.trans-blvd.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e85c18272a7e00b0cd4b941ea1340d5d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:59;C:15:\"WPML_TP_Service\":1836:{a:35:{s:2:\"id\";i:90;s:8:\"logo_url\";s:71:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lingua-world.png\";s:4:\"name\";s:12:\"Lingua-World\";s:11:\"description\";s:255:\"Lingua-World is a global language services provider and has been active in the market for 20 years. We tailor your website to the local market and provide quality SEO translations. Solutions for all languages and subject areas - on target and on schedule.\";s:7:\"doc_url\";s:49:\"https://wpml.org/translation-service/lingua-world\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:7.1699999999999999289457264239899814128875732421875;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:7.1699999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"https://www.lingua-world.de\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"7c3131ac44203a617d00309889ca511d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:60;C:15:\"WPML_TP_Service\":1885:{a:35:{s:2:\"id\";i:41;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/albisa.png\";s:4:\"name\";s:6:\"Albisa\";s:11:\"description\";s:220:\"Albisa is a Spanish company which has spent 35 years translating WordPress websites, apps, plugins and other techincal documents for small and medium-size businesses. It uses in-country translators for all its services. \";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/albisa/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:1;s:18:\"popularity_ranking\";d:4.25;s:7:\"primary\";i:1;s:15:\"primary_ranking\";d:4.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:27:\"http://albisa-solutions.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"15c647a7d550ab824458010846dc6a27\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:55:\"An Albisa team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/albisa/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:73:\"https://wpml.org/translation-service/albisa/#requesting-an-albisa-account\";}}i:61;C:15:\"WPML_TP_Service\":1992:{a:35:{s:2:\"id\";i:59;s:8:\"logo_url\";s:64:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/memoq.png\";s:4:\"name\";s:5:\"memoQ\";s:11:\"description\";s:212:\"The memoQ connector for WordPress offers a fully automated translation workflow between WPML and memoQ server and provides an easy way to manage multilingual web content and translation projects within WordPress.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/memoq\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"Connection key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"Connection url\";s:4:\"name\";s:7:\"api_url\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:21:\"https://www.memoq.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"c6e1c5624529722f2bc138dcd0c63ee5\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:83:\"Your translation provider will provide your memoQ Connection key and Connection url\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/memoq/#requesting-an-account\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/memoq/#requesting-an-account\";}}i:62;C:15:\"WPML_TP_Service\":1615:{a:35:{s:2:\"id\";i:82;s:8:\"logo_url\";s:86:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/pseudo-translation-services.png\";s:4:\"name\";s:27:\"Pseudo Translation Services\";s:11:\"description\";s:153:\"This is a demo service for learning and practicing the WPML workflow for professional translation. To authenticate please use any string as an API Token.\";s:7:\"doc_url\";s:14:\"http://lvh.me/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:14:\"http://lvh.me/\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"a31f833a7b129003abe76987b06c8e44\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:63;C:15:\"WPML_TP_Service\":1703:{a:35:{s:2:\"id\";i:83;s:8:\"logo_url\";s:63:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/lilt.png\";s:4:\"name\";s:4:\"Lilt\";s:11:\"description\";s:197:\"Lilt is the new engine for enterprise translation workflows. We increase quality and speed with the neural feedback loop which combines human ingenuity and machine intelligence in a virtuous cycle.\";s:7:\"doc_url\";s:42:\"https://wpml.org/translation-service/lilt/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:16:\"https://lilt.com\";s:19:\"project_details_url\";s:60:\"https://lilt.com/app/projects/details/{project_id}/documents\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ffad5fa853bba0b6c9eda94b382b0201\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:0;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:64;C:15:\"WPML_TP_Service\":2473:{a:35:{s:2:\"id\";i:10;s:8:\"logo_url\";s:75:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/translations-com.png\";s:4:\"name\";s:16:\"Translations.com\";s:11:\"description\";s:247:\"Translations.com is an American provider of enterprise localization services in 170+ languages worldwide. It has staff in 90+ cities, 20 production centers on six continents. It works with more than 3,000 companies across all the major industries.\";s:7:\"doc_url\";s:54:\"https://wpml.org/translation-service/translations-com/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:19:\"GlobalLink (GL) URL\";s:4:\"name\";s:3:\"url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:17:\"Project Shortcode\";s:4:\"name\";s:17:\"project_shortcode\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:1;s:13:\"speed_ranking\";d:207;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:19.6700000000000017053025658242404460906982421875;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:19.6700000000000017053025658242404460906982421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:24:\"http://translations.com/\";s:19:\"project_details_url\";s:37:\"%{connector_url}/#userMenuSUBMISSIONS\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"523d1d409ecdbfb1afa1d29e20b1917b\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:135:\"Your Project Director URL, username, password, and project code are found in the “GlobalLink Technology Configuration” PDF document\";s:26:\"how_to_get_credentials_url\";s:69:\"https://wpml.org/translation-service/translations-com/#create-account\";s:30:\"client_create_account_page_url\";s:69:\"https://wpml.org/translation-service/translations-com/#create-account\";}}i:65;C:15:\"WPML_TP_Service\":2002:{a:35:{s:2:\"id\";i:2;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/cloudwords.png\";s:4:\"name\";s:10:\"Cloudwords\";s:11:\"description\";s:268:\"Cloudwords offers quality translation for both small and large websites. In-context review guarantees that all published content meets high standards and you can work with your favorite translation service or locate a translation service in the Cloudwords Marketplace.\";s:7:\"doc_url\";s:48:\"https://wpml.org/translation-service/cloudwords/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:26:\"http://www.cloudwords.com/\";s:19:\"project_details_url\";s:56:\"https://app.cloudwords.com/cust.htm#project/{project_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:50;s:4:\"suid\";s:32:\"b0a9c2513a2d679dfae1d5ec9846a0d5\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:102:\"Your API Token is located under \"Settings >My Account  > API\" tab on your Cloudwords account Dashboard\";s:26:\"how_to_get_credentials_url\";s:61:\"https://wpml.org/translation-service/cloudwords/#connect-site\";s:30:\"client_create_account_page_url\";s:34:\"https://www.cloudwords.com/contact\";}}i:66;C:15:\"WPML_TP_Service\":2273:{a:35:{s:2:\"id\";i:14;s:8:\"logo_url\";s:73:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/wordbee-beebox.png\";s:4:\"name\";s:14:\"Wordbee Beebox\";s:11:\"description\";s:187:\"Translation service connector. Send content for translation to your preferred language service provider (LSP). Ask your LSP for your authentication details and click below to get started.\";s:7:\"doc_url\";s:52:\"https://wpml.org/translation-service/wordbee-beebox/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API URL\";s:4:\"name\";s:7:\"api_url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:15:\"API Project Key\";s:4:\"name\";s:15:\"api_project_key\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"API Username\";s:4:\"name\";s:12:\"api_username\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"API Password\";s:4:\"name\";s:12:\"api_password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:23:\"http://www.wordbee.com/\";s:19:\"project_details_url\";s:27:\"Translation Service API URL\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"582b86fafdf60f1eba580abc6c56f8ad\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:111:\"Your API URL, API Project Key, API Username and API Password will be provided by your Language Service Provider\";s:26:\"how_to_get_credentials_url\";s:65:\"https://wpml.org/translation-service/wordbee-beebox/#connect-site\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/wordbee-beebox/#connect-site\";}}i:67;C:15:\"WPML_TP_Service\":2200:{a:35:{s:2:\"id\";i:15;s:8:\"logo_url\";s:68:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/transifex.png\";s:4:\"name\";s:9:\"Transifex\";s:11:\"description\";s:165:\"The Transifex platform enables companies to produce high-quality translations by connecting their sources of digital content to the translation team of their choice.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/transifex/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:17:\"Organization slug\";s:4:\"name\";s:8:\"org_slug\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"Repository URL\";s:4:\"name\";s:8:\"repo_url\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:20:\"http://transifex.com\";s:19:\"project_details_url\";s:33:\"https://www.transifex.com/signin/\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"581080d8aad81654458e7d9efa8b9c5a\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:108:\"Your username, password, and organization slug are what you have created during your Transifex account setup\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/transifex/#transifex-account-configuration\";s:30:\"client_create_account_page_url\";s:33:\"https://www.transifex.com/signup/\";}}i:68;C:15:\"WPML_TP_Service\":2028:{a:35:{s:2:\"id\";i:26;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/poeditor.png\";s:4:\"name\";s:8:\"POEditor\";s:11:\"description\";s:273:\"Warning! To achieve the best results please use POEditor for strings translation only. POEditor is a collaborative platform, built to easily manage the translation of apps, websites or related software, in a team or independently, and to automate the localization workflow.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/poeditor/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:21:\"https://poeditor.com/\";s:19:\"project_details_url\";s:50:\"https://poeditor.com/projects/view?id={project_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"97956a8eed5fa652b8c2ec2b9eda6988\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:94:\"Your API Token is located under \"Account Settings > API Access\" tab on your POEditor Dashboard\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/poeditor/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:74:\"https://wpml.org/translation-service/poeditor/#creating-a-poeditor-account\";}}i:69;C:15:\"WPML_TP_Service\":2130:{a:35:{s:2:\"id\";i:32;s:8:\"logo_url\";s:69:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/multitrans.png\";s:4:\"name\";s:10:\"MultiTrans\";s:11:\"description\";s:214:\"MultiTrans TMS includes Terminology Management, Translation Memories and many other project management and BI modules. With over 25 years of experience, it provides a full range of linguistic products and services.\";s:7:\"doc_url\";s:47:\"https://wpml.org/translation-service/multitrans\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:5:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Flow URL\";s:4:\"name\";s:8:\"flow_url\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Customer name\";s:4:\"name\";s:13:\"customer_name\";s:4:\"type\";s:4:\"text\";}i:4;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"Contact name\";s:4:\"name\";s:12:\"contact_name\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:30:\"https://www.multitranstms.com/\";s:19:\"project_details_url\";s:22:\"Project\'s custom field\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e036dae66d3cc50ba9119f3770256b9d\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:0:\"\";s:26:\"how_to_get_credentials_url\";s:0:\"\";s:30:\"client_create_account_page_url\";s:0:\"\";}}i:70;C:15:\"WPML_TP_Service\":1946:{a:35:{s:2:\"id\";i:46;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/matecat.png\";s:4:\"name\";s:7:\"MateCat\";s:11:\"description\";s:142:\"MateCat is a free translation platform to translate your WordPress content yourself or to assign the translation to a professional translator.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/matecat/\";s:3:\"tms\";b:1;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"API Secret\";s:4:\"name\";s:10:\"api_secret\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:0;s:18:\"popularity_ranking\";d:0;s:7:\"primary\";i:0;s:15:\"primary_ranking\";d:0;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:24:\"https://www.matecat.com/\";s:19:\"project_details_url\";s:30:\"https://www.matecat.com/manage\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"8cce487cb1cb5f6c7643235e2da82fa4\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:73:\"A member of the MateCat team will email you an API Key and API Secret Key\";s:26:\"how_to_get_credentials_url\";s:64:\"https://wpml.org/translation-service/matecat/#receiving-api-keys\";s:30:\"client_create_account_page_url\";s:67:\"https://wpml.org/translation-service/matecat/#requesting-an-account\";}}i:71;C:15:\"WPML_TP_Service\":1943:{a:35:{s:2:\"id\";i:27;s:8:\"logo_url\";s:66:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/acclaro.png\";s:4:\"name\";s:7:\"Acclaro\";s:11:\"description\";s:178:\"Acclaro specializes in adapting global brands, products, and services to new markets. Acclaro was founded in 2002 and now has offices and affiliates on four different continents.\";s:7:\"doc_url\";s:45:\"https://wpml.org/translation-service/acclaro/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:1507;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:26.25;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:26.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:68:\"https://www.acclaro.com/our-technology-platform/wordpress-connector/\";s:19:\"project_details_url\";s:59:\"https://my.acclaro.com/portal/vieworder.php?id={project_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"ec87968ba4f260c3872d0edccd130d16\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:43:\"Acclaro will send you an API Token by email\";s:26:\"how_to_get_credentials_url\";s:66:\"https://wpml.org/translation-service/acclaro/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:75:\"https://wpml.org/translation-service/acclaro/#requesting-an-acclaro-account\";}}i:72;C:15:\"WPML_TP_Service\":2276:{a:35:{s:2:\"id\";i:33;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/semantix.png\";s:4:\"name\";s:8:\"Semantix\";s:11:\"description\";s:211:\"Semantix is a leading language company in the Nordics with more than 50 years of experience. It regularly translates into more than 200 languages for companies within almost all industries, all around the world.\";s:7:\"doc_url\";s:24:\"https://www.semantix.eu/\";s:3:\"tms\";b:0;s:7:\"partner\";b:1;s:13:\"custom_fields\";a:3:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Customer ID\";s:4:\"name\";s:11:\"customer_id\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:1433;s:10:\"popularity\";i:3;s:18:\"popularity_ranking\";d:23.469999999999998863131622783839702606201171875;s:7:\"primary\";i:3;s:15:\"primary_ranking\";d:23.469999999999998863131622783839702606201171875;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:79:\"https://www.semantix.eu/translation/technology/api/multilingual-wordpress-site/\";s:19:\"project_details_url\";s:44:\"https://xtrf.semantix.eu/customers/main.html\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"cf3d9e7244ec6d0a5192462c93e81bee\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:72:\"Amesto will send you a Username, Password, and Customer ID to your email\";s:26:\"how_to_get_credentials_url\";s:79:\"https://www.semantix.eu/translation/technology/api/multilingual-wordpress-site/\";s:30:\"client_create_account_page_url\";s:65:\"https://wpml.org/translation-service/amesto/#connecting-to-amesto\";}}i:73;C:15:\"WPML_TP_Service\":2288:{a:35:{s:2:\"id\";i:12;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/onehourtranslation.png\";s:4:\"name\";s:18:\"OneHourTranslation\";s:11:\"description\";s:245:\"OneHourTranslation provides translations in more than 75 languages and 2500 languages pairs for medium to large businesses. It specializes in providing business translations in a variety of fields including legal, technical and web applications.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/onehourtranslation/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Secret Key\";s:4:\"name\";s:10:\"secret_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Public Key\";s:4:\"name\";s:10:\"public_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:3;s:13:\"speed_ranking\";d:1472;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.3499999999999996447286321199499070644378662109375;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.3499999999999996447286321199499070644378662109375;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:34:\"https://www.onehourtranslation.com\";s:19:\"project_details_url\";s:56:\"https://www.onehourtranslation.com/my-projects/customer/\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"8850fd4bfdaae2a2d63e51fb1f2ac3e4\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:110:\"Your Secret Key and Public Key are located under \"Profile > API Keys\" on your OneHourTranslation Control panel\";s:26:\"how_to_get_credentials_url\";s:79:\"https://wpml.org/translation-service/onehourtranslation/#api-secret-public-keys\";s:30:\"client_create_account_page_url\";s:71:\"https://wpml.org/translation-service/onehourtranslation/#create-account\";}}i:74;C:15:\"WPML_TP_Service\":2045:{a:35:{s:2:\"id\";i:8;s:8:\"logo_url\";s:64:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gengo.png\";s:4:\"name\";s:5:\"Gengo\";s:11:\"description\";s:148:\"Gengo’s people-powered translation platform helps you translate content into over 36 languages through a selective, global network of translators.\";s:7:\"doc_url\";s:43:\"https://wpml.org/translation-service/gengo/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:10:\"Public key\";s:4:\"name\";s:10:\"public_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:11:\"Private key\";s:4:\"name\";s:11:\"private_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:2;s:13:\"speed_ranking\";d:1255;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.199999999999999289457264239899814128875732421875;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.199999999999999289457264239899814128875732421875;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:17:\"http://gengo.com/\";s:19:\"project_details_url\";s:34:\"https://gengo.com/auth/form/login/\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"63f155572eb659a462aac247ee1bbf8d\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:0;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:70:\"Your public and secret keys are found on your Gengo Customer Dashboard\";s:26:\"how_to_get_credentials_url\";s:61:\"https://wpml.org/translation-service/gengo/#generate-api-keys\";s:30:\"client_create_account_page_url\";s:64:\"https://wpml.org/translation-service/gengo/#create-gengo-account\";}}i:75;C:15:\"WPML_TP_Service\":2232:{a:35:{s:2:\"id\";i:22;s:8:\"logo_url\";s:77:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/sdl-language-cloud.png\";s:4:\"name\";s:18:\"SDL Language Cloud\";s:11:\"description\";s:229:\"SDL Language Cloud has been translating content for small to medium-size businesses for more than 25 years. It employs 15,000 in-territory translators which specialize in automotive, banking and e-commerce among other industries.\";s:7:\"doc_url\";s:56:\"https://wpml.org/translation-service/sdl-language-cloud/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:5;s:13:\"speed_ranking\";d:1551;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:15.019999999999999573674358543939888477325439453125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:15.019999999999999573674358543939888477325439453125;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:30:\"https://languagecloud.sdl.com/\";s:19:\"project_details_url\";s:58:\"https://languagecloud.sdl.com/en/managed-translation/login\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"e050f3d3a0bfccd551c2286233d60837\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:6:\"manual\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:97:\"Your username and password are the same as the credentials you use to login to SDL Language Cloud\";s:26:\"how_to_get_credentials_url\";s:85:\"https://wpml.org/translation-service/sdl-language-cloud/#connecting-to-language-cloud\";s:30:\"client_create_account_page_url\";s:54:\"https://oos.sdl.com/asp/products/ssl/RegisterUser.aspx\";}}i:76;C:15:\"WPML_TP_Service\":2039:{a:35:{s:2:\"id\";i:43;s:8:\"logo_url\";s:62:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/gpi.png\";s:4:\"name\";s:3:\"GPI\";s:11:\"description\";s:249:\"GPI is a team of language, technology, project management and business professionals with over 20 years of extensive experience in translation services helping companies communicate and conduct business in more than 100 languages and 15 disciplines.\";s:7:\"doc_url\";s:41:\"https://wpml.org/translation-service/gpi/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:2:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:7:\"API Key\";s:4:\"name\";s:7:\"api_key\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:14:\"API Secret Key\";s:4:\"name\";s:14:\"api_secret_key\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:13.75;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:13.75;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:37:\"http://www.globalizationpartners.com/\";s:19:\"project_details_url\";s:23:\"URL from request to GPI\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"bbfd2c9ae5d6d34b08719f8fcbde80d6\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:58:\"A GPI team member will email an API Key and API Secret Key\";s:26:\"how_to_get_credentials_url\";s:60:\"https://wpml.org/translation-service/gpi/#receiving-api-keys\";s:30:\"client_create_account_page_url\";s:63:\"https://wpml.org/translation-service/gpi/#requesting-an-account\";}}i:77;C:15:\"WPML_TP_Service\":2476:{a:35:{s:2:\"id\";i:21;s:8:\"logo_url\";s:65:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/capita.png\";s:4:\"name\";s:6:\"Capita\";s:11:\"description\";s:236:\"CAPITA TI is a British company which has been translating content for commercial businesses and public sector organizations since 1984. It specializes in legal, financial, manufacturing and e-Learning translations in over 180 languages.\";s:7:\"doc_url\";s:44:\"https://wpml.org/translation-service/capita/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:4:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Username\";s:4:\"name\";s:8:\"username\";s:4:\"type\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:5:\"label\";s:8:\"Password\";s:4:\"name\";s:8:\"password\";s:4:\"type\";s:4:\"text\";}i:2;O:8:\"stdClass\":3:{s:5:\"label\";s:13:\"Customer Name\";s:4:\"name\";s:13:\"customer_name\";s:4:\"type\";s:4:\"text\";}i:3;O:8:\"stdClass\":3:{s:5:\"label\";s:12:\"Contact Name\";s:4:\"name\";s:12:\"contact_name\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:4;s:13:\"speed_ranking\";d:1518;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:12.5800000000000000710542735760100185871124267578125;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:12.5800000000000000710542735760100185871124267578125;}s:18:\"has_language_pairs\";b:0;s:3:\"url\";s:46:\"https://www.capitatranslationinterpreting.com/\";s:19:\"project_details_url\";s:97:\"https://mtpflow.capita-ti.com/module/client/default/request_overview.jsp?request_id=%{request_id}\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"3393562c8687d38db9c447854bd20957\";s:12:\"notification\";b:0;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:5:\"email\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:103:\"The username, password, customer name, and contact name will be provided upon creating a Capita account\";s:26:\"how_to_get_credentials_url\";s:75:\"https://wpml.org/translation-service/capita/#connecting-your-site-to-capita\";s:30:\"client_create_account_page_url\";s:57:\"https://www.capitatranslationinterpreting.com/contact-us/\";}}i:78;C:15:\"WPML_TP_Service\":1854:{a:35:{s:2:\"id\";i:39;s:8:\"logo_url\";s:67:\"https://d1lsub6zbh43gv.cloudfront.net/production/logos/avilinga.png\";s:4:\"name\";s:9:\"Avilínga\";s:11:\"description\";s:180:\"Avilínga is a Swiss company which has been translating content for companies in the aviation industry since 2006. In particular, it specializes in technical aviation translations.\";s:7:\"doc_url\";s:46:\"https://wpml.org/translation-service/avilinga/\";s:3:\"tms\";b:0;s:7:\"partner\";b:0;s:13:\"custom_fields\";a:1:{i:0;O:8:\"stdClass\":3:{s:5:\"label\";s:9:\"API token\";s:4:\"name\";s:9:\"api_token\";s:4:\"type\";s:4:\"text\";}}s:18:\"custom_fields_data\";N;s:23:\"requires_authentication\";b:1;s:8:\"rankings\";O:8:\"stdClass\":8:{s:7:\"quality\";i:0;s:15:\"quality_ranking\";d:0;s:5:\"speed\";i:0;s:13:\"speed_ranking\";d:0;s:10:\"popularity\";i:2;s:18:\"popularity_ranking\";d:10.25;s:7:\"primary\";i:2;s:15:\"primary_ranking\";d:10.25;}s:18:\"has_language_pairs\";b:1;s:3:\"url\";s:19:\"http://avilinga.com\";s:19:\"project_details_url\";s:0:\"\";s:21:\"add_language_pair_url\";s:0:\"\";s:15:\"custom_text_url\";s:0:\"\";s:28:\"select_translator_iframe_url\";s:0:\"\";s:29:\"translator_contact_iframe_url\";s:0:\"\";s:16:\"quote_iframe_url\";s:0:\"\";s:24:\"has_translator_selection\";b:0;s:19:\"project_name_length\";i:128;s:4:\"suid\";s:32:\"f38976dca685689ebf19fd516fb4e918\";s:12:\"notification\";b:1;s:14:\"preview_bundle\";N;s:8:\"deadline\";b:1;s:5:\"oauth\";b:0;s:9:\"oauth_url\";s:0:\"\";s:15:\"default_service\";i:0;s:20:\"translation_feedback\";b:1;s:23:\"feedback_forward_method\";s:3:\"api\";s:12:\"last_refresh\";N;s:13:\"popup_message\";s:0:\"\";s:27:\"how_to_get_credentials_desc\";s:57:\"An Avilinga team member will email you a unique API Token\";s:26:\"how_to_get_credentials_url\";s:67:\"https://wpml.org/translation-service/avilinga/#retrieving-api-token\";s:30:\"client_create_account_page_url\";s:77:\"https://wpml.org/translation-service/avilinga/#requesting-an-avilinga-account\";}}}','yes'),(4109,'wpml_translation_services_timestamp','1542092875','yes'),(14282,'wpml_strings_need_links_fixed','a:8:{i:0;i:7626;i:1;i:7627;i:2;i:7628;i:3;i:7629;i:4;i:7630;i:5;i:7631;i:6;i:7632;i:7;i:7633;}','yes'),(24012,'wpml_wp_updated_mo_files','a:3:{s:4:\"core\";a:1:{s:7:\"default\";i:1651071813;}s:6:\"plugin\";a:6:{s:13:\"wordpress-seo\";i:1589823796;s:7:\"akismet\";i:1589823796;s:11:\"hello-dolly\";i:1589823796;s:18:\"wordpress-importer\";i:1636065063;s:29:\"limit-login-attempts-reloaded\";i:1636065063;s:15:\"profile-builder\";i:1651071842;}s:5:\"theme\";a:1:{s:15:\"twentyseventeen\";i:1542315873;}}','no'),(28687,'wpseo','a:19:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"9.1\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:4:\"blog\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:10:\"production\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1542315923;}','yes'),(28688,'wpseo_titles','a:109:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:1;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:14:\"Valerio Anzino\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:14:\"title-document\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-document\";s:0:\"\";s:16:\"noindex-document\";b:0;s:17:\"showdate-document\";b:0;s:27:\"display-metabox-pt-document\";b:1;s:27:\"post_types-document-maintax\";i:0;s:24:\"title-ptarchive-document\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-ptarchive-document\";s:0:\"\";s:26:\"bctitle-ptarchive-document\";s:0:\"\";s:26:\"noindex-ptarchive-document\";b:0;s:19:\"title-cool_timeline\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-cool_timeline\";s:0:\"\";s:21:\"noindex-cool_timeline\";b:0;s:22:\"showdate-cool_timeline\";b:0;s:32:\"display-metabox-pt-cool_timeline\";b:1;s:32:\"post_types-cool_timeline-maintax\";i:0;s:29:\"title-ptarchive-cool_timeline\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:32:\"metadesc-ptarchive-cool_timeline\";s:0:\"\";s:31:\"bctitle-ptarchive-cool_timeline\";s:0:\"\";s:31:\"noindex-ptarchive-cool_timeline\";b:0;s:21:\"title-tax-ctl-stories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-ctl-stories\";s:0:\"\";s:31:\"display-metabox-tax-ctl-stories\";b:1;s:23:\"noindex-tax-ctl-stories\";b:0;s:29:\"taxonomy-ctl-stories-ptparent\";i:0;s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:17:\"noindex-portfolio\";b:0;s:18:\"showdate-portfolio\";b:0;s:28:\"display-metabox-pt-portfolio\";b:1;s:28:\"post_types-portfolio-maintax\";i:0;s:25:\"title-avia_framework_post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-avia_framework_post\";s:0:\"\";s:27:\"noindex-avia_framework_post\";b:0;s:28:\"showdate-avia_framework_post\";b:0;s:38:\"display-metabox-pt-avia_framework_post\";b:1;s:38:\"post_types-avia_framework_post-maintax\";i:0;s:27:\"title-tax-portfolio_entries\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-portfolio_entries\";s:0:\"\";s:37:\"display-metabox-tax-portfolio_entries\";b:1;s:29:\"noindex-tax-portfolio_entries\";b:0;s:35:\"taxonomy-portfolio_entries-ptparent\";i:0;}','yes'),(28689,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(28690,'wpseo_flush_rewrite','1','yes'),(28704,'_icl_admin_option_names','a:2:{s:12:\"wpseo_titles\";a:43:{s:16:\"title-home-wpseo\";b:0;s:18:\"title-author-wpseo\";b:0;s:19:\"title-archive-wpseo\";b:0;s:18:\"title-search-wpseo\";b:0;s:15:\"title-404-wpseo\";b:0;s:10:\"title-post\";b:0;s:10:\"title-page\";b:0;s:16:\"title-attachment\";b:0;s:18:\"title-tax-category\";b:0;s:18:\"title-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";b:0;s:14:\"title-document\";b:0;s:24:\"title-ptarchive-document\";b:0;s:19:\"title-cool_timeline\";b:0;s:29:\"title-ptarchive-cool_timeline\";b:0;s:21:\"title-tax-ctl-stories\";b:0;s:15:\"title-portfolio\";b:0;s:25:\"title-avia_framework_post\";b:0;s:27:\"title-tax-portfolio_entries\";b:0;s:19:\"metadesc-home-wpseo\";b:0;s:21:\"metadesc-author-wpseo\";b:0;s:22:\"metadesc-archive-wpseo\";b:0;s:13:\"metadesc-post\";b:0;s:13:\"metadesc-page\";b:0;s:19:\"metadesc-attachment\";b:0;s:21:\"metadesc-tax-category\";b:0;s:21:\"metadesc-tax-post_tag\";b:0;s:24:\"metadesc-tax-post_format\";b:0;s:17:\"metadesc-document\";b:0;s:27:\"metadesc-ptarchive-document\";b:0;s:22:\"metadesc-cool_timeline\";b:0;s:32:\"metadesc-ptarchive-cool_timeline\";b:0;s:24:\"metadesc-tax-ctl-stories\";b:0;s:18:\"metadesc-portfolio\";b:0;s:28:\"metadesc-avia_framework_post\";b:0;s:30:\"metadesc-tax-portfolio_entries\";b:0;s:12:\"company_name\";b:0;s:15:\"breadcrumbs-sep\";b:0;s:16:\"breadcrumbs-home\";b:0;s:18:\"breadcrumbs-prefix\";b:0;s:25:\"breadcrumbs-archiveprefix\";b:0;s:24:\"breadcrumbs-searchprefix\";b:0;s:20:\"breadcrumbs-404crumb\";b:0;}s:12:\"wpseo_social\";a:4:{s:16:\"og_default_image\";b:0;s:18:\"og_frontpage_title\";b:0;s:17:\"og_frontpage_desc\";b:0;s:18:\"og_frontpage_image\";b:0;}}','yes'),(28794,'wpseo-gsc','a:1:{s:7:\"profile\";s:0:\"\";}','yes'),(28811,'rewrite_rules','a:150:{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:11:\"timeline/?$\";s:33:\"index.php?post_type=cool_timeline\";s:41:\"timeline/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=cool_timeline&feed=$matches[1]\";s:36:\"timeline/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=cool_timeline&feed=$matches[1]\";s:28:\"timeline/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=cool_timeline&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:52:\"ctl-stories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ctl-stories=$matches[1]&feed=$matches[2]\";s:47:\"ctl-stories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ctl-stories=$matches[1]&feed=$matches[2]\";s:28:\"ctl-stories/([^/]+)/embed/?$\";s:44:\"index.php?ctl-stories=$matches[1]&embed=true\";s:40:\"ctl-stories/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ctl-stories=$matches[1]&paged=$matches[2]\";s:22:\"ctl-stories/([^/]+)/?$\";s:33:\"index.php?ctl-stories=$matches[1]\";s:36:\"timeline/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"timeline/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"timeline/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"timeline/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"timeline/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"timeline/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"timeline/([^/]+)/embed/?$\";s:46:\"index.php?cool_timeline=$matches[1]&embed=true\";s:29:\"timeline/([^/]+)/trackback/?$\";s:40:\"index.php?cool_timeline=$matches[1]&tb=1\";s:49:\"timeline/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?cool_timeline=$matches[1]&feed=$matches[2]\";s:44:\"timeline/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?cool_timeline=$matches[1]&feed=$matches[2]\";s:37:\"timeline/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?cool_timeline=$matches[1]&paged=$matches[2]\";s:44:\"timeline/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?cool_timeline=$matches[1]&cpage=$matches[2]\";s:33:\"timeline/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?cool_timeline=$matches[1]&page=$matches[2]\";s:25:\"timeline/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"timeline/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"timeline/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"timeline/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"timeline/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"timeline/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"portfolio_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:53:\"portfolio_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:34:\"portfolio_entries/([^/]+)/embed/?$\";s:50:\"index.php?portfolio_entries=$matches[1]&embed=true\";s:46:\"portfolio_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?portfolio_entries=$matches[1]&paged=$matches[2]\";s:28:\"portfolio_entries/([^/]+)/?$\";s:39:\"index.php?portfolio_entries=$matches[1]\";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:39:\"index.php?&page_id=12&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes'),(29783,'wpseo_onpage','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1542348815;}','yes'),(42649,'_otgs_twig_cache_disabled','1','no'),(345209,'ls-p-url','https://layerslider.com/pricing/','yes'),(345231,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(345977,'limit_login_activation_timestamp','1636065132','yes'),(346503,'adminhash','a:2:{s:4:\"hash\";s:32:\"3308aa4b6df622ac453f8f52c7c2eb88\";s:8:\"newemail\";s:23:\"valerioanzino@gmail.com\";}','yes'),(1763742,'akismet_spam_count','40','yes'),(1772578,'limit_login_notice_enable_notify_timestamp','1633300274','no'),(1772588,'meta_box_updater','a:2:{s:6:\"status\";s:7:\"invalid\";s:7:\"plugins\";a:1:{i:0;s:16:\"meta-box-builder\";}}','yes'),(1772693,'limit_login_retries_stats','a:1:{s:10:\"2023-03-24\";i:1;}','no'),(2151140,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2151141,'admin_email_lifespan','1695495135','yes'),(2151142,'disallowed_keys','','no'),(2151143,'comment_previously_approved','','yes'),(2151144,'auto_plugin_theme_update_emails','a:0:{}','no'),(2151145,'auto_update_core_dev','enabled','yes'),(2151146,'auto_update_core_minor','enabled','yes'),(2151147,'auto_update_core_major','unset','yes'),(2151148,'wp_force_deactivated_plugins','a:0:{}','yes'),(2151149,'finished_updating_comment_type','1','yes'),(2151153,'recovery_keys','a:0:{}','yes'),(2151154,'https_detection_errors','a:0:{}','yes'),(2151224,'theme_mods_twentytwentytwo','a:4:{i:0;b:0;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:1651093059;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:10:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:13:\"custom_html-4\";i:7;s:13:\"custom_html-2\";i:8;s:13:\"custom_html-3\";i:9;s:13:\"custom_html-5\";}}}}','yes'),(2151232,'widget_avia_one_partner_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2151233,'widget_avia_combo_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2151234,'widget_avia_auto_toc','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2151235,'ls-remote-data','a:8:{s:9:\"templates\";a:4:{s:12:\"last_updated\";s:10:\"2023-08-11\";s:7:\"sliders\";a:119:{s:15:\"bike-parts-shop\";a:7:{s:8:\"released\";s:10:\"2023-08-11\";s:4:\"name\";s:15:\"Bike Parts Shop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.8.0\";s:6:\"groups\";s:53:\"new,premium,slider,fullsize,landing,text,website,pack\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/bike-parts-shop/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/bike-parts-shop.jpg\";}s:22:\"isometric-fantasy-game\";a:7:{s:8:\"released\";s:10:\"2023-08-11\";s:4:\"name\";s:22:\"Isometric Fantasy Game\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.8.0\";s:6:\"groups\";s:62:\"new,premium,slider,fullsize,landing,text,static,blendmode,loop\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/isometric-fantasy-game/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/isometric-fantasy-game.jpg\";}s:18:\"nature-photography\";a:7:{s:8:\"released\";s:10:\"2023-05-23\";s:4:\"name\";s:18:\"Nature Photography\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.7.6\";s:6:\"groups\";s:66:\"new,premium,slider,fullsize,landing,text,static,blendmode,parallax\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/nature-photography/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/nature-photography.jpg\";}s:8:\"flowerin\";a:8:{s:8:\"released\";s:10:\"2023-05-03\";s:4:\"name\";s:8:\"FLOWERIN\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.7.0\";s:6:\"groups\";s:86:\"new,premium,fullsize,landing,pack,website,specialeffects,text,addons,popup,loop,static\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/flowerin/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/flowerin.jpg\";}s:15:\"the-web-company\";a:7:{s:8:\"released\";s:10:\"2023-04-17\";s:4:\"name\";s:15:\"The Web Company\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.7.0\";s:6:\"groups\";s:68:\"new,premium,fullsize,landing,pack,website,specialeffects,text,addons\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/the-web-company/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/the-web-company.jpg\";}s:17:\"style-and-fashion\";a:7:{s:8:\"released\";s:10:\"2023-03-29\";s:4:\"name\";s:15:\"Style & Fashion\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.9\";s:6:\"groups\";s:60:\"new,premium,slider,fullsize,landing,blendmode,specialeffects\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/style-and-fashion/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/style-and-fashion.jpg\";}s:24:\"scrolling-christmas-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-18\";s:4:\"name\";s:19:\"Scrolling Christmas\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:35:\"new,premium,slider,fullsize,landing\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:57:\"https://layerslider.com/sliders/scrolling-christmas-2022/\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/scrolling-christmas-2022.jpg\";}s:22:\"christmas-baubles-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-15\";s:4:\"name\";s:17:\"Christmas Baubles\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:40:\"new,premium,slider,fullsize,landing,text\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/christmas-baubles-2022/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/christmas-baubles-2022.jpg\";}s:20:\"sweet-christmas-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-15\";s:4:\"name\";s:15:\"Sweet Christmas\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:40:\"new,premium,slider,fullsize,landing,text\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/sweet-christmas-2022/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/sweet-christmas-2022.jpg\";}s:19:\"happy-holidays-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-12\";s:4:\"name\";s:14:\"Happy Holidays\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:35:\"new,premium,slider,fullsize,landing\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/happy-holidays-2022/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/happy-holidays-2022.jpg\";}s:25:\"christmas-decoration-2022\";a:8:{s:8:\"released\";s:10:\"2022-12-12\";s:4:\"name\";s:20:\"Christmas Decoration\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:35:\"new,premium,slider,fullsize,landing\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:58:\"https://layerslider.com/sliders/christmas-decoration-2022/\";s:7:\"preview\";s:69:\"https://layerslider.com/media/templates/christmas-decoration-2022.jpg\";}s:12:\"four-seasons\";a:7:{s:8:\"released\";s:10:\"2022-12-02\";s:4:\"name\";s:12:\"Four Seasons\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:48:\"new,premium,fullsize,landing,text,specialeffects\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/four-seasons/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/four-seasons.jpg\";}s:5:\"fairy\";a:7:{s:8:\"released\";s:10:\"2022-11-30\";s:4:\"name\";s:25:\"FAIRY - a magical company\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:50:\"new,premium,landing,parallax,specialeffects,addons\";s:3:\"url\";s:38:\"https://layerslider.com/sliders/fairy/\";s:7:\"preview\";s:49:\"https://layerslider.com/media/templates/fairy.jpg\";}s:13:\"sweet-candies\";a:7:{s:8:\"released\";s:10:\"2022-11-23\";s:4:\"name\";s:13:\"Sweet Candies\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:39:\"new,premium,landing,pack,website,addons\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/sweet-candies/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/sweet-candies.jpg\";}s:22:\"scroll-transition-demo\";a:7:{s:8:\"released\";s:10:\"2022-08-03\";s:4:\"name\";s:22:\"Scroll Transition Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:7:\"7.3.0b1\";s:6:\"groups\";s:61:\"new,premium,slider,fullsize,specialeffects,experiments,addons\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/scroll-transition-demo/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/scroll-transition-demo.jpg\";}s:17:\"modern-furnitures\";a:7:{s:8:\"released\";s:10:\"2022-07-19\";s:4:\"name\";s:17:\"Modern Furnitures\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.5\";s:6:\"groups\";s:54:\"new,premium,parallax,specialeffects,loop,static,slider\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/modern-furnitures/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/modern-furnitures.jpg\";}s:14:\"f-and-p-juices\";a:7:{s:8:\"released\";s:10:\"2022-06-27\";s:4:\"name\";s:10:\"F&P Juices\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.1\";s:6:\"groups\";s:56:\"new,premium,specialeffects,landing,pack,website,parallax\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/f-and-p-juices/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/f-and-p-juices.jpg\";}s:14:\"save-the-world\";a:7:{s:8:\"released\";s:10:\"2022-05-02\";s:4:\"name\";s:14:\"Save the World\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.1\";s:6:\"groups\";s:49:\"new,premium,sliders,specialeffects,static,landing\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/save-the-world/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/save-the-world.jpg\";}s:7:\"new-era\";a:7:{s:8:\"released\";s:10:\"2022-04-21\";s:4:\"name\";s:7:\"New Era\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.2.0\";s:6:\"groups\";s:64:\"new,premium,sliders,specialeffects,parallax,loop,fullwidth,blend\";s:3:\"url\";s:40:\"https://layerslider.com/sliders/new-era/\";s:7:\"preview\";s:51:\"https://layerslider.com/media/templates/new-era.jpg\";}s:15:\"virtual-reality\";a:7:{s:8:\"released\";s:10:\"2022-03-21\";s:4:\"name\";s:15:\"Virtual Reality\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.8\";s:6:\"groups\";s:49:\"premium,sliders,specialeffects,parallax,loop,text\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/virtual-reality/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/virtual-reality.jpg\";}s:12:\"fruit-juices\";a:7:{s:8:\"released\";s:10:\"2022-02-21\";s:4:\"name\";s:12:\"Fruit Juices\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.8\";s:6:\"groups\";s:39:\"premium,sliders,specialeffects,parallax\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/fruit-juices/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/fruit-juices.jpg\";}s:12:\"before-after\";a:7:{s:8:\"released\";s:10:\"2022-02-14\";s:4:\"name\";s:14:\"Before | After\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.8\";s:6:\"groups\";s:32:\"premium,sliders,experiments,text\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/before-after/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/before-after.jpg\";}s:16:\"panoramic-slider\";a:7:{s:8:\"released\";s:10:\"2022-02-08\";s:4:\"name\";s:16:\"Panoramic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:19:\"new,premium,sliders\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/panoramic-slider/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/panoramic-slider.jpg\";}s:20:\"modern-home-for-sale\";a:7:{s:8:\"released\";s:10:\"2022-01-25\";s:4:\"name\";s:20:\"Modern Home for Sale\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:41:\"new,premium,sliders,text,landing,parallax\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/modern-home-for-sale/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/modern-home-for-sale.jpg\";}s:22:\"day-and-night-on-earth\";a:7:{s:8:\"released\";s:10:\"2022-01-17\";s:4:\"name\";s:22:\"Day and Night on Earth\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:34:\"new,premium,sliders,specialeffects\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/day-and-night-on-earth/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/day-and-night-on-earth.jpg\";}s:16:\"cosmetics-slider\";a:7:{s:8:\"released\";s:10:\"2022-01-11\";s:4:\"name\";s:16:\"Cosmetics Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"7.0.7\";s:6:\"groups\";s:19:\"new,premium,sliders\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/cosmetics-slider/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/cosmetics-slider.jpg\";}s:15:\"back-to-the-80s\";a:7:{s:8:\"released\";s:10:\"2020-09-29\";s:4:\"name\";s:15:\"Back To The 80s\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:50:\"premium,sliders,parallax,loop,blend,specialeffects\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/back-to-the-80s/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/back-to-the-80s.jpg\";}s:17:\"love-with-flowers\";a:8:{s:8:\"released\";s:10:\"2020-07-28\";s:4:\"name\";s:17:\"LOVE with Flowers\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:34:\"free,landing,sliders,parallax,loop\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/love-with-flowers/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/love-with-flowers.jpg\";}s:6:\"people\";a:7:{s:8:\"released\";s:10:\"2020-07-13\";s:4:\"name\";s:6:\"People\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:43:\"premium,landing,blend,static,specialeffects\";s:3:\"url\";s:39:\"https://layerslider.com/sliders/people/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/people.jpg\";}s:16:\"music-is-my-life\";a:7:{s:8:\"released\";s:10:\"2020-07-06\";s:4:\"name\";s:16:\"Music Is My Life\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:20:\"premium,slider,blend\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/music-is-my-life/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/music-is-my-life.jpg\";}s:21:\"product-showcase-dark\";a:7:{s:8:\"released\";s:10:\"2020-07-01\";s:4:\"name\";s:25:\"Product Showcase – Dark\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:54:\"https://layerslider.com/sliders/product-showcase-dark/\";s:7:\"preview\";s:65:\"https://layerslider.com/media/templates/product-showcase-dark.jpg\";}s:13:\"team-showcase\";a:7:{s:8:\"released\";s:10:\"2020-06-24\";s:4:\"name\";s:13:\"Team Showcase\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:21:\"premium,slider,static\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/team-showcase/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/team-showcase.jpg\";}s:14:\"furniture-shop\";a:7:{s:8:\"released\";s:10:\"2020-06-09\";s:4:\"name\";s:14:\"Furniture Shop\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:23:\"premium,landing,website\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/furniture-shop/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/furniture-shop.jpg\";}s:14:\"product-banner\";a:7:{s:8:\"released\";s:10:\"2020-06-02\";s:4:\"name\";s:14:\"Product Banner\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"free,slider,static\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/product-banner/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/product-banner.jpg\";}s:19:\"architecture-slider\";a:7:{s:8:\"released\";s:10:\"2020-05-26\";s:4:\"name\";s:19:\"Architecture Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"free,slider,static\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/architecture-slider/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/architecture-slider.jpg\";}s:22:\"product-showcase-light\";a:7:{s:8:\"released\";s:10:\"2020-05-18\";s:4:\"name\";s:26:\"Product Showcase – Light\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:21:\"premium,slider,static\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/product-showcase-light/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/product-showcase-light.jpg\";}s:12:\"fashion-shop\";a:7:{s:8:\"released\";s:10:\"2020-05-12\";s:4:\"name\";s:12:\"Fashion Shop\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:18:\"free,slider,static\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/fashion-shop/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/fashion-shop.jpg\";}s:12:\"pixel-agency\";a:7:{s:8:\"released\";s:10:\"2020-05-05\";s:4:\"name\";s:12:\"PIXEL Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:51:\"premium,fullwidth,landing,website,text,popup,static\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/pixel-agency/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/pixel-agency.jpg\";}s:11:\"mode-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-28\";s:4:\"name\";s:11:\"Mode Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:26:\"free,fullwidth,slider,text\";s:3:\"url\";s:44:\"https://layerslider.com/sliders/mode-slider/\";s:7:\"preview\";s:55:\"https://layerslider.com/media/templates/mode-slider.jpg\";}s:13:\"mountain-bike\";a:7:{s:8:\"released\";s:10:\"2020-04-22\";s:4:\"name\";s:13:\"Mountain Bike\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:41:\"premium,fullsize,landing,pack,static,text\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/mountain-bike/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/mountain-bike.jpg\";}s:18:\"aerial-photography\";a:7:{s:8:\"released\";s:10:\"2020-04-14\";s:4:\"name\";s:18:\"Aerial Photography\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"premium,slider,static,text,kenburns\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/aerial-photography/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/aerial-photography.jpg\";}s:24:\"simple-fullscreen-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-07\";s:4:\"name\";s:24:\"Simple Fullscreen Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:42:\"free,fullsize,landing,static,text,kenburns\";s:3:\"url\";s:57:\"https://layerslider.com/sliders/simple-fullscreen-slider/\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/simple-fullscreen-slider.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:53:\"https://layerslider.com/popups/#covid-19-notification\";s:7:\"preview\";s:65:\"https://layerslider.com/media/templates/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#top-bar-notice\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:9:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/christmas-snow-globe.jpg\";}s:9:\"xmas-2019\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:9:\"Xmas 2019\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:32:\"free,parallax,slider,loop,filter\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:42:\"https://layerslider.com/sliders/xmas-2019/\";s:7:\"preview\";s:53:\"https://layerslider.com/media/templates/xmas-2019.jpg\";}s:18:\"creative-portraits\";a:7:{s:8:\"released\";s:10:\"2019-12-09\";s:4:\"name\";s:18:\"Creative Portraits\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/creative-portraits/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/creative-portraits.jpg\";}s:13:\"parallax-city\";a:7:{s:8:\"released\";s:10:\"2019-12-02\";s:4:\"name\";s:13:\"Parallax City\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:58:\"premium,landing,pack,parallax,text,blend,fullwidth,website\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/parallax-city/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/parallax-city.jpg\";}s:10:\"cybertruck\";a:7:{s:8:\"released\";s:10:\"2019-11-28\";s:4:\"name\";s:10:\"Cybertruck\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,fullsize,landing,specialeffects\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/cybertruck/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/cybertruck.jpg\";}s:17:\"summer-collection\";a:7:{s:8:\"released\";s:10:\"2019-11-21\";s:4:\"name\";s:17:\"Summer Collection\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:21:\"free,fullwidth,slider\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/summer-collection/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/summer-collection.jpg\";}s:18:\"nature-slider-pack\";a:7:{s:8:\"released\";s:10:\"2019-11-14\";s:4:\"name\";s:18:\"Nature Slider PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.9.0\";s:6:\"groups\";s:62:\"premium,text,blend,fullwidth,media,landing,packs,popup,website\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/nature-slider-pack/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/nature-slider-pack.jpg\";}s:20:\"catering-xmas-slider\";a:8:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:32:\"premium,static,text,blend,slider\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:58:\"https://layerslider.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,loop,parallax,blendmode,specialeffects,slider\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/discover-the-details/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:57:\"free,loop,filter,blendmode,fullsize,specialeffects,slider\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/rainforest/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:26:\"premium,experiments,slider\";s:3:\"url\";s:63:\"https://layerslider.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:40:\"premium,parallax,experiments,text,slider\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/3d-canyon-experience.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,fullsize,loop,filter,specialeffects,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/vintage-photos/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/vintage-photos.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:71:\"premium,parallax,fullsize,loop,filter,experiments,specialeffects,slider\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/aquarium/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:54:\"premium,parallax,text,blendmode,experiments,api,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/what-is-the-time/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,text,parallax,packs,website\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/personal-page-pack/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:69:\"premium,fullsize,fullwidth,landing,parallax,static,loop,packs,website\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/dynamic-slider/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:50:\"premium,text,loop,parallax,static,blendmode,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/colorful-cases/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:8:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:44:\"premium,fullwidth,text,landing,packs,website\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/beauty-shop-pack.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#discount-popup\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#social-share-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-guide-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:54:\"https://layerslider.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-modal-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:56:\"https://layerslider.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#conversation-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:55:\"premium,experiments,specialeffects,parallax,text,slider\";s:3:\"url\";s:53:\"https://layerslider.com/sliders/global-hover-example/\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:35:\"premium,kenburns,filter,text,slider\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/gastronomy/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:50:\"free,specialeffects,loop,blendmode,parallax,slider\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/police-lights/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:41:\"free,specialeffects,loop,blendmode,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:67:\"free,specialeffects,text,blendmode,experiments,loop,parallax,slider\";s:3:\"url\";s:56:\"https://layerslider.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:67:\"https://layerslider.com/media/templates/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,parallax,specialeffects,fullsize,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/flying-banners-2/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:75:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/layerslider-v6/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:45:\"free,parallax,loop,text,specialeffects,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/flying-banners-1/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"free,parallax,experiments,specialeffects,slider\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/anniversary-slider/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:61:\"premium,experiments,specialeffects,3dtransition,slider,addons\";s:3:\"url\";s:40:\"https://layerslider.com/sliders/origami/\";s:7:\"preview\";s:51:\"https://layerslider.com/media/templates/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:70:\"premium,experiments,specialeffects,kenburns,3dtransition,slider,addons\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/origami-buildings/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:52:\"experiments,free,loop,parallax,specialeffects,slider\";s:3:\"url\";s:50:\"https://layerslider.com/sliders/autumn-experiment/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:47:\"experiments,free,parallax,specialeffects,slider\";s:3:\"url\";s:61:\"https://layerslider.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"fullwidth,parallax,premium,static,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/furniture-slider/\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:72:\"api,experiments,media,parallax,premium,specialeffects,static,text,slider\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/room-experiment/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:44:\"premium,fullwidth,specialeffects,text,slider\";s:3:\"url\";s:44:\"https://layerslider.com/sliders/drag-n-drop/\";s:7:\"preview\";s:55:\"https://layerslider.com/media/templates/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:21:\"premium,static,slider\";s:3:\"url\";s:43:\"https://layerslider.com/sliders/headphones/\";s:7:\"preview\";s:54:\"https://layerslider.com/media/templates/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:80:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop,slider,addons\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/play-by-scroll/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:70:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/sky-experience/\";s:7:\"preview\";s:47:\"https://layerslider.com/media/templates/sky.jpg\";}s:9:\"halloween\";a:7:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:42:\"free,fullsize,text,experiments,loop,slider\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/happy-halloween/\";s:7:\"preview\";s:53:\"https://layerslider.com/media/templates/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/creative-agency/\";s:7:\"preview\";s:59:\"https://layerslider.com/media/templates/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/interactive-slider/\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:42:\"https://layerslider.com/sliders/ecommerce/\";s:7:\"preview\";s:53:\"https://layerslider.com/media/templates/ecommerce.jpg\";}s:17:\"landing-page-pack\";a:6:{s:4:\"name\";s:17:\"Landing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,parallax,text,packs,website\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/landing-page/\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/landing-page-pack.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:39:\"https://layerslider.com/sliders/hiking/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/movie-slider/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:70:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode,landing\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/photo-studio/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:42:\"premium,fullwidth,parallax,carousel,slider\";s:3:\"url\";s:38:\"https://layerslider.com/sliders/shoes/\";s:7:\"preview\";s:49:\"https://layerslider.com/media/templates/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,specialeffects,slider\";s:3:\"url\";s:51:\"https://layerslider.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:55:\"https://layerslider.com/media/templates/mini-cooper.jpg\";}s:4:\"xmas\";a:7:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:64:\"free,parallax,filter,experiments,specialeffects,text,loop,slider\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/merry-christmas/\";s:7:\"preview\";s:48:\"https://layerslider.com/media/templates/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:44:\"premium,fullsize,api,experiments,loop,slider\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/vintage-clock/\";s:7:\"preview\";s:49:\"https://layerslider.com/media/templates/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:45:\"premium,fullwidth,experiments,api,loop,slider\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/car-show/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/car-show.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:20:\"free,carousel,slider\";s:3:\"url\";s:41:\"https://layerslider.com/sliders/carousel/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:33:\"premium,fullwidth,parallax,slider\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/parallax-slider/\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:46:\"https://layerslider.com/sliders/simple-slider/\";s:7:\"preview\";s:57:\"https://layerslider.com/media/templates/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:48:\"https://layerslider.com/sliders/image-slideshow/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:52:\"https://layerslider.com/sliders/client-testimonials/\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:30:\"premium,fullwidth,media,slider\";s:3:\"url\";s:49:\"https://layerslider.com/sliders/fixed-background/\";s:7:\"preview\";s:52:\"https://layerslider.com/media/templates/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:55:\"https://layerslider.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:30:\"free,3dtransition,media,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:26:\"free,parallax,media,slider\";s:3:\"url\";s:47:\"https://layerslider.com/sliders/layerslider-v5/\";s:7:\"preview\";s:46:\"https://layerslider.com/media/templates/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"free,media,slider\";s:3:\"url\";s:45:\"https://layerslider.com/sliders/video-slider/\";s:7:\"preview\";s:56:\"https://layerslider.com/media/templates/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:40:\"https://layerslider.com/sliders/restort/\";s:7:\"preview\";s:50:\"https://layerslider.com/media/templates/resort.jpg\";}}s:15:\"kreatura-popups\";a:20:{s:22:\"mothers-day-2023-popup\";a:9:{s:8:\"released\";s:10:\"2023-05-03\";s:4:\"name\";s:19:\"Mother’s Day 2023\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.7.0\";s:6:\"groups\";s:36:\"premium,new,popup,seasonal,promotion\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:54:\"https://layerslider.com/popups/#mothers-day-2023-popup\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/mothers-day-2023-popup.jpg\";}s:26:\"happy-fluffy-holidays-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-18\";s:4:\"name\";s:22:\"Happy Fluffy Holidays!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:26:\"premium,new,popup,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:58:\"https://layerslider.com/popups/#happy-fluffy-holidays-2022\";s:7:\"preview\";s:70:\"https://layerslider.com/media/templates/happy-fluffy-holidays-2022.jpg\";}s:31:\"christmas-decoration-popup-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-12\";s:4:\"name\";s:26:\"Christmas Decoration Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:26:\"premium,new,popup,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:63:\"https://layerslider.com/popups/#christmas-decoration-popup-2022\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/christmas-decoration-popup-2022.jpg\";}s:20:\"christmas-bottom-bar\";a:9:{s:8:\"released\";s:10:\"2021-12-20\";s:4:\"name\";s:20:\"Christmas Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.0.0\";s:6:\"groups\";s:32:\"premium,popup,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/popups/#christmas-bottom-bar\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/christmas-bottom-bar.jpg\";}s:17:\"black-friday-2020\";a:9:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday 2020\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:32:\"premium,popup,promotion,seasonal\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:49:\"https://layerslider.com/popups/#black-friday-2020\";s:7:\"preview\";s:61:\"https://layerslider.com/media/templates/black-friday-2020.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:26:\"premium,popup,notification\";s:3:\"url\";s:53:\"https://layerslider.com/popups/#covid-19-notification\";s:7:\"preview\";s:65:\"https://layerslider.com/media/templates/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:26:\"premium,popup,notification\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:26:\"premium,popup,notification\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#top-bar-notice\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:9:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:43:\"premium,parallax,popup,loop,filter,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:52:\"https://layerslider.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:64:\"https://layerslider.com/media/templates/christmas-snow-globe.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:23:\"premium,popup,promotion\";s:3:\"url\";s:46:\"https://layerslider.com/popups/#discount-popup\";s:7:\"preview\";s:58:\"https://layerslider.com/media/templates/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:24:\"premium,popup,api,social\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#social-share-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:33:\"premium,popup,parallax,text,other\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-guide-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:33:\"premium,popup,parallax,text,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:37:\"premium,popup,parallax,loop,promotion\";s:3:\"url\";s:54:\"https://layerslider.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:66:\"https://layerslider.com/media/templates/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:56:\"premium,popup,experiments,blendmode,text,promotion,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:28:\"premium,popup,kenburns,other\";s:3:\"url\";s:51:\"https://layerslider.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:63:\"https://layerslider.com/media/templates/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,static,promotion\";s:3:\"url\";s:48:\"https://layerslider.com/popups/#popup-modal-demo\";s:7:\"preview\";s:60:\"https://layerslider.com/media/templates/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:59:\"premium,popup,experiments,text,promotion,notification,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:60:\"premium,popup,experiments,fullsize,parallax,fullscreen,other\";s:3:\"url\";s:56:\"https://layerslider.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:44:\"premium,popup,experiments,notification,other\";s:3:\"url\";s:50:\"https://layerslider.com/popups/#conversation-popup\";s:7:\"preview\";s:62:\"https://layerslider.com/media/templates/conversation-popup.jpg\";}}s:19:\"webshopworks-popups\";a:69:{s:29:\"wonderful-holidays-popup-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-18\";s:4:\"name\";s:18:\"Wonderful Holidays\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:26:\"premium,new,popup,seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:74:\"https://layerslider.com/popups/webshopworks/#wonderful-holidays-popup-2022\";s:7:\"preview\";s:93:\"https://layerslider.com/media/templates/webshopworks-popups/wonderful-holidays-popup-2022.jpg\";}s:26:\"christmas-gifts-popup-2022\";a:9:{s:8:\"released\";s:10:\"2022-12-15\";s:4:\"name\";s:21:\"Christmas Gifts Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"7.6.0\";s:6:\"groups\";s:8:\"seasonal\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:71:\"https://layerslider.com/popups/webshopworks/#christmas-gifts-popup-2022\";s:7:\"preview\";s:90:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-gifts-popup-2022.jpg\";}s:17:\"black-friday-sale\";a:9:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:17:\"Black Friday Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#black-friday-sale\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-sale.jpg\";}s:16:\"black-friday-bar\";a:9:{s:8:\"released\";s:10:\"2020-11-18\";s:4:\"name\";s:16:\"Black Friday Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.11.2\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#black-friday-bar\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-bar.jpg\";}s:16:\"reveal-your-deal\";a:7:{s:4:\"name\";s:16:\"Reveal Your Deal\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:31:\"sales,coupon,seasonal,promotion\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#reveal-your-deal\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/reveal-your-deal.jpg\";}s:27:\"christmas-sidebar-countdown\";a:8:{s:4:\"name\";s:27:\"Christmas Sidebar Countdown\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:72:\"https://layerslider.com/popups/webshopworks/#christmas-sidebar-countdown\";s:7:\"preview\";s:91:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-sidebar-countdown.jpg\";}s:20:\"christmas-sale-santa\";a:8:{s:4:\"name\";s:20:\"Christmas Sale Santa\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#christmas-sale-santa\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-sale-santa.jpg\";}s:11:\"santa-walks\";a:8:{s:4:\"name\";s:11:\"Santa Walks\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#santa-walks\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/santa-walks.jpg\";}s:14:\"christmas-sale\";a:8:{s:4:\"name\";s:14:\"Christmas Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"seasonal,sales\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#christmas-sale\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-sale.jpg\";}s:12:\"gift-voucher\";a:7:{s:4:\"name\";s:12:\"Gift Voucher\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"newsletter,coupon,sales,seasonal\";s:3:\"url\";s:57:\"https://layerslider.com/popups/webshopworks/#gift-voucher\";s:7:\"preview\";s:76:\"https://layerslider.com/media/templates/webshopworks-popups/gift-voucher.jpg\";}s:16:\"christmas-topbar\";a:8:{s:4:\"name\";s:17:\"Christmas Top Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"christmas\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#christmas-topbar\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/christmas-topbar.jpg\";}s:14:\"black-friday-9\";a:8:{s:4:\"name\";s:15:\"Black Friday #9\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-9\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-9.jpg\";}s:14:\"black-friday-8\";a:8:{s:4:\"name\";s:15:\"Black Friday #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-8\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-8.jpg\";}s:20:\"black-friday-premium\";a:8:{s:4:\"name\";s:20:\"Black Friday Premium\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#black-friday-premium\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-premium.jpg\";}s:14:\"black-friday-7\";a:8:{s:4:\"name\";s:15:\"Black Friday #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-7\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-7.jpg\";}s:11:\"todays-sale\";a:7:{s:4:\"name\";s:14:\"Today’s Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#todays-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/todays-sale.jpg\";}s:9:\"sign-up-6\";a:7:{s:4:\"name\";s:10:\"Sign Up #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-6\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-6.jpg\";}s:9:\"sign-up-7\";a:7:{s:4:\"name\";s:10:\"Sign Up #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-7\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-7.jpg\";}s:9:\"sign-up-8\";a:7:{s:4:\"name\";s:10:\"Sign Up #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-8\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-8.jpg\";}s:20:\"get-in-touch-with-us\";a:7:{s:4:\"name\";s:20:\"Get in Touch with Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#get-in-touch-with-us\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/get-in-touch-with-us.jpg\";}s:17:\"top-bar-subscribe\";a:7:{s:4:\"name\";s:17:\"Top Bar Subscribe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#top-bar-subscribe\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/top-bar-subscribe.jpg\";}s:7:\"sign-up\";a:7:{s:4:\"name\";s:7:\"Sign Up\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:52:\"https://layerslider.com/popups/webshopworks/#sign-up\";s:7:\"preview\";s:71:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up.jpg\";}s:14:\"black-friday-6\";a:8:{s:4:\"name\";s:15:\"Black Friday #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-6\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-6.jpg\";}s:14:\"black-friday-5\";a:8:{s:4:\"name\";s:15:\"Black Friday #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-5\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-5.jpg\";}s:14:\"black-friday-4\";a:8:{s:4:\"name\";s:15:\"Black Friday #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-4\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-4.jpg\";}s:14:\"black-friday-1\";a:8:{s:4:\"name\";s:15:\"Black Friday #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-1\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-1.jpg\";}s:17:\"spring-super-sale\";a:7:{s:4:\"name\";s:17:\"Spring Super Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#spring-super-sale\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/spring-super-sale.jpg\";}s:8:\"discount\";a:7:{s:4:\"name\";s:8:\"Discount\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:53:\"https://layerslider.com/popups/webshopworks/#discount\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/webshopworks-popups/discount.jpg\";}s:9:\"sign-up-3\";a:7:{s:4:\"name\";s:10:\"Sign Up #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-3\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-3.jpg\";}s:22:\"sidebar-countdown-sale\";a:7:{s:4:\"name\";s:22:\"Sidebar Countdown Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:22:\"sales,promotion,coupon\";s:3:\"url\";s:67:\"https://layerslider.com/popups/webshopworks/#sidebar-countdown-sale\";s:7:\"preview\";s:86:\"https://layerslider.com/media/templates/webshopworks-popups/sidebar-countdown-sale.jpg\";}s:15:\"countdown-timer\";a:7:{s:4:\"name\";s:15:\"Countdown Timer\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"sales,seasonal\";s:3:\"url\";s:60:\"https://layerslider.com/popups/webshopworks/#countdown-timer\";s:7:\"preview\";s:79:\"https://layerslider.com/media/templates/webshopworks-popups/countdown-timer.jpg\";}s:10:\"discount-5\";a:7:{s:4:\"name\";s:11:\"Discount #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-5\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-5.jpg\";}s:10:\"discount-2\";a:7:{s:4:\"name\";s:10:\"Discount 2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-2\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-2.jpg\";}s:11:\"subscribe-5\";a:7:{s:4:\"name\";s:12:\"Subscribe #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-5\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-5.jpg\";}s:9:\"mega-sale\";a:7:{s:4:\"name\";s:9:\"Mega Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#mega-sale\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/mega-sale.jpg\";}s:10:\"discount-4\";a:7:{s:4:\"name\";s:10:\"Discount 4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-4\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-4.jpg\";}s:8:\"info-bar\";a:7:{s:4:\"name\";s:8:\"Info Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:53:\"https://layerslider.com/popups/webshopworks/#info-bar\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/webshopworks-popups/info-bar.jpg\";}s:11:\"subscribe-4\";a:7:{s:4:\"name\";s:12:\"Subscribe #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-4\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-4.jpg\";}s:10:\"contact-us\";a:7:{s:4:\"name\";s:10:\"Contact Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#contact-us\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/contact-us.jpg\";}s:10:\"discount-3\";a:7:{s:4:\"name\";s:10:\"Discount 3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:55:\"https://layerslider.com/popups/webshopworks/#discount-3\";s:7:\"preview\";s:74:\"https://layerslider.com/media/templates/webshopworks-popups/discount-3.jpg\";}s:9:\"sign-up-4\";a:7:{s:4:\"name\";s:10:\"Sign Up #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-4\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-4.jpg\";}s:4:\"mail\";a:7:{s:4:\"name\";s:4:\"Mail\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:49:\"https://layerslider.com/popups/webshopworks/#mail\";s:7:\"preview\";s:68:\"https://layerslider.com/media/templates/webshopworks-popups/mail.jpg\";}s:18:\"kitchen-appliances\";a:7:{s:4:\"name\";s:18:\"Kitchen Appliances\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:63:\"https://layerslider.com/popups/webshopworks/#kitchen-appliances\";s:7:\"preview\";s:82:\"https://layerslider.com/media/templates/webshopworks-popups/kitchen-appliances.jpg\";}s:11:\"subscribe-3\";a:7:{s:4:\"name\";s:12:\"Subscribe #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-3\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-3.jpg\";}s:6:\"ticket\";a:7:{s:4:\"name\";s:6:\"Ticket\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:51:\"https://layerslider.com/popups/webshopworks/#ticket\";s:7:\"preview\";s:70:\"https://layerslider.com/media/templates/webshopworks-popups/ticket.jpg\";}s:8:\"hey-wait\";a:7:{s:4:\"name\";s:10:\"Hey, wait!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"exit-intent,newsletter,sales,coupon\";s:3:\"url\";s:53:\"https://layerslider.com/popups/webshopworks/#hey-wait\";s:7:\"preview\";s:72:\"https://layerslider.com/media/templates/webshopworks-popups/hey-wait.jpg\";}s:9:\"subscribe\";a:7:{s:4:\"name\";s:12:\"Subscribe #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#subscribe\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe.jpg\";}s:11:\"subscribe-2\";a:7:{s:4:\"name\";s:12:\"Subscribe #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"newsletter,fullscreen\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#subscribe-2\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/subscribe-2.jpg\";}s:16:\"age-verification\";a:7:{s:4:\"name\";s:16:\"Age Verification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:27:\"age-verification,fullscreen\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#age-verification\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/age-verification.jpg\";}s:12:\"get-in-touch\";a:7:{s:4:\"name\";s:12:\"Get in Touch\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:57:\"https://layerslider.com/popups/webshopworks/#get-in-touch\";s:7:\"preview\";s:76:\"https://layerslider.com/media/templates/webshopworks-popups/get-in-touch.jpg\";}s:14:\"social-share-2\";a:7:{s:4:\"name\";s:15:\"Social Share #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#social-share-2\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/social-share-2.jpg\";}s:9:\"sign-up-2\";a:7:{s:4:\"name\";s:10:\"Sign Up #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-2\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-2.jpg\";}s:11:\"watch-promo\";a:7:{s:4:\"name\";s:11:\"Watch Promo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"promotion,exit-intent\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#watch-promo\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/watch-promo.jpg\";}s:19:\"product-accessories\";a:7:{s:4:\"name\";s:19:\"Product Accessories\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:64:\"https://layerslider.com/popups/webshopworks/#product-accessories\";s:7:\"preview\";s:83:\"https://layerslider.com/media/templates/webshopworks-popups/product-accessories.jpg\";}s:9:\"sign-up-5\";a:7:{s:4:\"name\";s:10:\"Sign Up #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:54:\"https://layerslider.com/popups/webshopworks/#sign-up-5\";s:7:\"preview\";s:73:\"https://layerslider.com/media/templates/webshopworks-popups/sign-up-5.jpg\";}s:14:\"black-friday-2\";a:8:{s:4:\"name\";s:15:\"Black Friday #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-2\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-2.jpg\";}s:14:\"black-friday-3\";a:8:{s:4:\"name\";s:15:\"Black Friday #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:12:\"black-friday\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#black-friday-3\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/black-friday-3.jpg\";}s:16:\"halloween-sale-2\";a:8:{s:4:\"name\";s:17:\"Halloween Sale #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#halloween-sale-2\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/halloween-sale-2.jpg\";}s:16:\"halloween-sale-1\";a:8:{s:4:\"name\";s:17:\"Halloween Sale #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:61:\"https://layerslider.com/popups/webshopworks/#halloween-sale-1\";s:7:\"preview\";s:80:\"https://layerslider.com/media/templates/webshopworks-popups/halloween-sale-1.jpg\";}s:12:\"pumpkin-sale\";a:8:{s:4:\"name\";s:12:\"Pumpkin Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:9:\"halloween\";s:3:\"url\";s:57:\"https://layerslider.com/popups/webshopworks/#pumpkin-sale\";s:7:\"preview\";s:76:\"https://layerslider.com/media/templates/webshopworks-popups/pumpkin-sale.jpg\";}s:11:\"spring-sale\";a:8:{s:4:\"name\";s:11:\"Spring Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#spring-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/spring-sale.jpg\";}s:11:\"mothers-day\";a:8:{s:4:\"name\";s:14:\"Mother’s Day\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:11:\"collections\";s:11:\"mothers-day\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#mothers-day\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/mothers-day.jpg\";}s:20:\"easter-subscribe-bar\";a:8:{s:4:\"name\";s:20:\"Easter Subscribe Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:25:\"sales,seasonal,newsletter\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#easter-subscribe-bar\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/easter-subscribe-bar.jpg\";}s:14:\"easter-welcome\";a:8:{s:4:\"name\";s:14:\"Easter Welcome\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:8:\"seasonal\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:59:\"https://layerslider.com/popups/webshopworks/#easter-welcome\";s:7:\"preview\";s:78:\"https://layerslider.com/media/templates/webshopworks-popups/easter-welcome.jpg\";}s:17:\"easter-newsletter\";a:8:{s:4:\"name\";s:17:\"Easter Newsletter\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"sales,seasonal,newsletter,coupon\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:62:\"https://layerslider.com/popups/webshopworks/#easter-newsletter\";s:7:\"preview\";s:81:\"https://layerslider.com/media/templates/webshopworks-popups/easter-newsletter.jpg\";}s:11:\"season-sale\";a:8:{s:4:\"name\";s:11:\"Season Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#season-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/season-sale.jpg\";}s:11:\"easter-sale\";a:8:{s:4:\"name\";s:11:\"Easter Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:56:\"https://layerslider.com/popups/webshopworks/#easter-sale\";s:7:\"preview\";s:75:\"https://layerslider.com/media/templates/webshopworks-popups/easter-sale.jpg\";}s:20:\"easter-sale-surprise\";a:8:{s:4:\"name\";s:20:\"Easter Sale Surprise\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:11:\"collections\";s:6:\"easter\";s:3:\"url\";s:65:\"https://layerslider.com/popups/webshopworks/#easter-sale-surprise\";s:7:\"preview\";s:84:\"https://layerslider.com/media/templates/webshopworks-popups/easter-sale-surprise.jpg\";}s:18:\"join-the-community\";a:7:{s:4:\"name\";s:18:\"Join the Community\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:63:\"https://layerslider.com/popups/webshopworks/#join-the-community\";s:7:\"preview\";s:82:\"https://layerslider.com/media/templates/webshopworks-popups/join-the-community.jpg\";}}}s:13:\"notifications\";a:0:{}s:7:\"modules\";a:11:{s:6:\"assets\";a:3:{s:4:\"name\";s:6:\"Assets\";s:6:\"handle\";s:12:\"assets-1.0.6\";s:5:\"files\";a:1:{s:2:\"js\";s:13:\"assets.min.js\";}}s:5:\"pixie\";a:3:{s:4:\"name\";s:12:\"Image Editor\";s:6:\"handle\";s:11:\"pixie-2.0.8\";s:5:\"files\";a:2:{s:3:\"css\";s:14:\"styles.min.css\";s:2:\"js\";s:14:\"scripts.min.js\";}}s:14:\"font-awesome-5\";a:4:{s:4:\"name\";s:14:\"Font Awesome 5\";s:4:\"icon\";s:12:\"font-awesome\";s:6:\"handle\";s:19:\"font-awesome-5.15.3\";s:4:\"file\";s:8:\"icons.js\";}s:14:\"font-awesome-6\";a:4:{s:4:\"name\";s:14:\"Font Awesome 6\";s:4:\"icon\";s:14:\"font-awesome-6\";s:6:\"handle\";s:18:\"font-awesome-6.0.0\";s:4:\"file\";s:8:\"icons.js\";}s:8:\"ionicons\";a:4:{s:4:\"name\";s:8:\"Ionicons\";s:4:\"icon\";s:8:\"ionicons\";s:6:\"handle\";s:14:\"ionicons-5.5.1\";s:4:\"file\";s:8:\"icons.js\";}s:12:\"line-awesome\";a:4:{s:4:\"name\";s:12:\"Line Awesome\";s:4:\"icon\";s:6:\"icons8\";s:6:\"handle\";s:17:\"lineawesome-1.3.0\";s:4:\"file\";s:8:\"icons.js\";}s:15:\"material-filled\";a:4:{s:4:\"name\";s:15:\"Material Filled\";s:4:\"icon\";s:14:\"material-icons\";s:6:\"handle\";s:21:\"material-filled-4.0.0\";s:4:\"file\";s:8:\"icons.js\";}s:17:\"material-outlined\";a:4:{s:4:\"name\";s:17:\"Material Outlined\";s:4:\"icon\";s:14:\"material-icons\";s:6:\"handle\";s:23:\"material-outlined-4.0.0\";s:4:\"file\";s:8:\"icons.js\";}s:16:\"material-rounded\";a:4:{s:4:\"name\";s:16:\"Material Rounded\";s:4:\"icon\";s:14:\"material-icons\";s:6:\"handle\";s:22:\"material-rounded-4.0.0\";s:4:\"file\";s:8:\"icons.js\";}s:14:\"material-sharp\";a:4:{s:4:\"name\";s:14:\"Material Sharp\";s:4:\"icon\";s:14:\"material-icons\";s:6:\"handle\";s:20:\"material-sharp-4.0.0\";s:4:\"file\";s:8:\"icons.js\";}s:16:\"material-twotone\";a:4:{s:4:\"name\";s:17:\"Material Two Tone\";s:4:\"icon\";s:14:\"material-icons\";s:6:\"handle\";s:22:\"material-twotone-4.0.0\";s:4:\"file\";s:8:\"icons.js\";}}s:11:\"release-log\";s:10361:\"<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.8.0\n			<ls-small>Aug 11, 2023</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Introducing Smart Background, a new feature that allows you to customize how layer backgrounds behave. You can detach the background from a layer to create an effect as if you were looking through the layer - like a window - to the background. For example, you can create mosaic-like images when used with multiple layers. <a target=\"_blank\" href=\"https://layerslider.com/blog/introducing-smart-background/\">Read our blog post</a> to see examples and learn more.</ls-li><ls-li>The whole project editor interface received countless improvements to enhance user experience and accessibility significantly. From clicking into option fields to selecting text, all behave more naturally. For example, text fields won\'t lose focus when clicking certain interface elements, smaller fields automatically expand to make room for longer values, etc. By popular demand, the active slide has also received a much more noticeable highlight.</ls-li><ls-li>A lot of additional transition properties can now handle random values. In addition to the already existing random feature, which picks a number from a range between two numbers, you can now also provide a list of fixed values to choose from randomly. They have a new, shorter, and easier syntax. Clicking the + sign next to a transition option field will reveal and provide examples for both.</ls-li><ls-li>Scroll Transition offers new transition properties: Alternate Transform Origin, Reverse Easing, and Reverse Duration. These allow you to drastically change how a layer reacts and animates when scrolling the page back and forth.</ls-li><ls-li>The color picker now offers a way to copy and paste colors and gradients across layers, slides, and projects. It now also properly updates as you undo/redo changes.</ls-li><ls-li>Assets Library now automatically retries downloading assets in case of a failed attempt, and it also comes with additional interface improvements.</ls-li><ls-li>System Status can now recognize and properly interpret and display special PHP settings used in edge cases.</ls-li><ls-li>Improved how layers with Parallax Transition behave and eliminated some jumpiness in certain cases.</ls-li><ls-li>Added additional mouse cursor options under the STYLE menu.</ls-li><ls-li>Fixed layout issues in OS native fullscreen mode.</ls-li><ls-li>Fixed an issue that prevented animating certain Ending Transition effects on slide change.</ls-li><ls-li>Fixed distorted images in the editor in rare and special cases depending on the zoom levels.</ls-li><ls-li>Fixed layer style filters not properly restored after cycling through slides.</ls-li><ls-li>Fixed the filter editor popup not correctly parsing special values in some cases.</ls-li><ls-li>Fixed an issue in the layers list that sometimes did not correctly reflect the selected layers in multi-select mode.</ls-li><ls-li>Lots of other small improvements and bug fixes under-the-hood.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.11\n			<ls-small>Jul 14, 2023</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>Fixed dynamic layers and other issues caused by the previous security update.</ls-li><ls-li>Significant rendering performance improvements for Chrome.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.10\n			<ls-small>Jul 12, 2023</ls-small>\n		</ls-h5>\n		<ls-ul><ls-li>This update contains very important security fixes. Updating is strongly recommended. <a target=\"_blank\" href=\"https://layerslider.com/blog/important-security-update/\">Read More</a></ls-li><ls-li>Added Project Settings → Thumbnail Navigation → Thumbnail Fill Mode option.</ls-li><ls-li>Replaced Twitter feed with a brand new News section.</ls-li></ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.9\n			<ls-small>Jul 3, 2023</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>Fixed certain Popup rendering and layout issues.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n<!-- FEED-ENTRY -->\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.8\n			<ls-small>Jun 22, 2023</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>Added 30 brand-new 2D slide transitions with unique effects.</ls-li>\n			<ls-li>Added Project Settings → Appearance → Animate First Slide option to play the selected slide transition when a project first appears. Additional options are also available to override the transition duration and time shift.</ls-li>\n			<ls-li>New keyboard shorcuts: Use Ctrl/Cmd + ←/→ to quickly change slides in the editor.</ls-li>\n			<ls-li>Significant rendering performance improvements.</ls-li>\n			<ls-li>Heavily optimized some plugin files to improve load times and reduce network traffic.</ls-li>\n			<ls-li>Videos now always use the \"cover\" fill mode.</ls-li>\n			<ls-li>Increased compatibility with older projects when importing slides and layers.</ls-li>\n			<ls-li>Prevented web browsers from caching custom CSS and Transition Builder files.</ls-li>\n			<ls-li>Fixed an issue where position adjustments didn\'t work with parallax layers.</ls-li>\n			<ls-li>Fixed an issue that affected the Backdrop Filter option.</ls-li>\n			<ls-li>Fixed the slideTimelineDidUpdate callback event \"timeline\" parameter in Project Preview.</ls-li>\n			<ls-li>User interface and under-the-hood bug fixes and improvements.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.7\n			<ls-small>Jun 6, 2023</ls-small>\n		</ls-h5>\n		<ls-p><strong>LayerSlider’s Assets Library just got even better.</strong> In addition to more than 9000 objects and millions of royalty-free stock photos, it now also offers stock videos. Make your content stand out and impress your visitors with just a few clicks for free.</ls-p>\n		<ls-p>Other changes:</ls-p>\n		<ls-ul>\n			<ls-li>Improved code formatting in Event Callbacks.</ls-li>\n			<ls-li>Fixed slideTimelineDidUpdate\'s \"timeline\" parameter in Event Callbacks.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.6\n			<ls-small>May 23, 2023</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>Introducing: Position Adjustments. Fine-tune layer positions in a more refined way, especially if you want to align layers relative to the bottom and right edges.</ls-li>\n			<ls-li>Significant improvements and fixes for keyboard shortcuts.</ls-li>\n			<ls-li>Fixed an issue that resulted in media playback in the background while quickly changing slides.</ls-li>\n			<ls-li>Fixed a Chrome rendering issue where videos appeared blank in rare cases.</ls-li>\n			<ls-li>Fixed some layer style properties when using a min/max responsive ratio.</ls-li>\n			<ls-li>Fixed the \"Missing Ending Transitions\" warning that sometimes appeared incorrectly.</ls-li>\n			<ls-li>Other under-the-hood changes.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.5\n			<ls-small>May 8, 2023</ls-small>\n		</ls-h5>\n		<ls-p><strong>Ready to make your designs stand out?</strong> LayerSlider’s Assets Library just got a major upgrade and now offers millions of new royalty-free stock photos to choose from. Save time and impress your audience with stunning graphics in just a few clicks.</ls-p>\n		<ls-p>Other changes:</ls-p>\n		<ls-ul>\n			<ls-li>Added Project Settings → Miscellaneous → \"Fix resizing issues in special cases\" option.</ls-li>\n			<ls-li>Updated French localization. [Thanks to <a href=\"https://instinct-photo.fr/contact/\" target=\"_blank\">Patrick Perrono</a>]</ls-li>\n			<ls-li>Fixed certain exporting issues, especially affecting the \"Export as HTML\" option.</ls-li>\n			<ls-li>Fixed a resizing issue with static layers.</ls-li>\n			<ls-li>Fixed detecting available external fonts in the editor in Safari.</ls-li>\n			<ls-li>Fixed Text Transition rendering issues in Safari.</ls-li>\n			<ls-li>Layers with text transitions now properly inherit text decoration settings.</ls-li>\n			<ls-li>Various UI and under-the-hood enhancements and bug fixes.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.1\n			<ls-small>Apr 19, 2023</ls-small>\n		</ls-h5>\n		<ls-ul>\n			<ls-li>LayerSlider now fully supports WPML\'s Media Translation.&nbsp;</ls-li>\n			<ls-li>Translation features can now be adjusted under Plugin Settings → Integrations.</ls-li>\n			<ls-li>Updated French localization. [Thanks to <a href=\"https://instinct-photo.fr/contact/\" target=\"_blank\">Patrick Perrono</a>]</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n<ls-li>\n	<ls-box>\n		<ls-h5>\n			LayerSlider 7.7.0\n			<ls-small>Apr 5, 2023</ls-small>\n		</ls-h5>\n		<ls-p><strong>Introducing: Assets Library.</strong> Say goodbye to design roadblocks. Elevate your creative vision and easily bring your dream projects to life using our vast collection of professional assets. These pre-made graphics are designed for immediate use and can be quickly integrated into your projects with just a few clicks.</ls-p>\n		<ls-p>Other changes:</ls-p>\n		<ls-ul>\n			<ls-li>Icon, Shape, and SVG layers have new stroke color and width options.</ls-li>\n			<ls-li>Blob and Wave shapes now also support stroke.</ls-li>\n			<ls-li>Updated French localization [Thanks to <a href=\"https://instinct-photo.fr/contact/\" target=\"_blank\">Patrick Perrono</a>]</ls-li>\n			<ls-li>The editor now automatically detects certain transition issues and offers to fix them.</ls-li>\n			<ls-li>Significant rendering performance optimizations.</ls-li>\n			<ls-li>Improved automatic layer naming.</ls-li>\n			<ls-li>Improved layer preview in the layers list.</ls-li>\n			<ls-li>Improved SVG source normalization for better layer scaling.</ls-li>\n			<ls-li>SVG files dropped onto the editor now preserve their original sizes.</ls-li>\n			<ls-li>Fixed linked Video / Audio layers’ transition issues.</ls-li>\n			<ls-li>Fixed many undo/redo issues.</ls-li>\n			<ls-li>Fixed many multiple-selection mode issues.</ls-li>\n			<ls-li>Fixed a very rare import issue due to file name normalization.</ls-li>\n			<ls-li>Fixed Safari rendering issues with pinned layers.</ls-li>\n			<ls-li>Fixed an issue when opening Popups with specific slides.</ls-li>\n			<ls-li>Eliminated countless under-the-hood bugs.</ls-li>\n			<ls-li>Lots of small UI and other improvements.</ls-li>\n		</ls-ul>\n	</ls-box>\n</ls-li>\n\";s:16:\"important-notice\";b:0;s:14:\"latest-version\";s:5:\"7.8.0\";s:19:\"latest-version-date\";s:10:\"2023-08-11\";s:17:\"license-box-order\";i:0;}','no'),(2151236,'ls-remote-data-updated','1692986909','no');
INSERT INTO `wp_options` VALUES (2151237,'ls-google-fonts-data','a:2:{s:9:\"languages\";a:28:{i:0;a:2:{s:4:\"lang\";s:5:\"latin\";s:8:\"sentence\";s:27:\"It\'s just a matter of time.\";}i:1;a:2:{s:4:\"lang\";s:9:\"latin-ext\";s:8:\"sentence\";s:54:\"Qui trop légèrement se fie, mal à propos se défie.\";}i:2;a:2:{s:4:\"lang\";s:6:\"arabic\";s:8:\"sentence\";s:54:\"الحب سماء لا تمطر غير الأحلام.\";}i:3;a:2:{s:4:\"lang\";s:7:\"bengali\";s:8:\"sentence\";s:182:\"আগুনের শিখা নিভে গিয়েছিল, আর তিনি জানলা দিয়ে তারাদের দিকে তাকালেন৷\";}i:4;a:2:{s:4:\"lang\";s:16:\"chinese-hongkong\";s:8:\"sentence\";s:57:\"他們所有的設備和儀器彷彿都是有生命的。\";}i:5;a:2:{s:4:\"lang\";s:19:\"chinese-traditional\";s:8:\"sentence\";s:57:\"他们所有的设备和仪器彷佛都是有生命的。\";}i:6;a:2:{s:4:\"lang\";s:18:\"chinese-simplified\";s:8:\"sentence\";s:57:\"他們所有的設備和儀器彷彿都是有生命的。\";}i:7;a:2:{s:4:\"lang\";s:8:\"cyrillic\";s:8:\"sentence\";s:90:\"Алая вспышка осветила силуэт зазубренного крыла.\";}i:8;a:2:{s:4:\"lang\";s:12:\"cyrillic-ext\";s:8:\"sentence\";s:90:\"Алая вспышка осветила силуэт зазубренного крыла.\";}i:9;a:2:{s:4:\"lang\";s:10:\"devanagari\";s:8:\"sentence\";s:156:\"अंतरिक्ष यान से दूर नीचे पृथ्वी शानदार ढंग से जगमगा रही थी ।\";}i:10;a:2:{s:4:\"lang\";s:5:\"greek\";s:8:\"sentence\";s:42:\"Ήταν απλώς θέμα χρόνου.\";}i:11;a:2:{s:4:\"lang\";s:9:\"greek-ext\";s:8:\"sentence\";s:42:\"Ήταν απλώς θέμα χρόνου.\";}i:12;a:2:{s:4:\"lang\";s:8:\"gujarati\";s:8:\"sentence\";s:136:\"અમને તેની જાણ થાય તે પહેલાં જ, અમે જમીન છોડી દીધી હતી.\";}i:13;a:2:{s:4:\"lang\";s:8:\"gurmukhi\";s:8:\"sentence\";s:58:\"ਸਵਾਲ ਸਿਰਫ਼ ਸਮੇਂ ਦਾ ਸੀ।\";}i:14;a:2:{s:4:\"lang\";s:6:\"hebrew\";s:8:\"sentence\";s:63:\"אז הגיע הלילה של כוכב השביט הראשון.\";}i:15;a:2:{s:4:\"lang\";s:8:\"japanese\";s:8:\"sentence\";s:51:\"彼らの機器や装置はすべて生命体だ。\";}i:16;a:2:{s:4:\"lang\";s:7:\"kannada\";s:8:\"sentence\";s:76:\"ಇದು ಕೇವಲ ಸಮಯದ ಪ್ರಶ್ನೆಯಾಗಿದೆ.\";}i:17;a:2:{s:4:\"lang\";s:5:\"khmer\";s:8:\"sentence\";s:173:\"ខ្ញុំបានមើលព្យុះ ដែលមានភាពស្រស់ស្អាតណាស់ ប៉ុន្តែគួរឱ្យខ្លាច\";}i:18;a:2:{s:4:\"lang\";s:6:\"korean\";s:8:\"sentence\";s:51:\"그들의 장비와 기구는 모두 살아 있다.\";}i:19;a:2:{s:4:\"lang\";s:9:\"malayalam\";s:8:\"sentence\";s:187:\"അവരുടെ എല്ലാ ഉപകരണങ്ങളും യന്ത്രങ്ങളും ഏതെങ്കിലും രൂപത്തിൽ സജീവമാണ്.\";}i:20;a:2:{s:4:\"lang\";s:7:\"myanmar\";s:8:\"sentence\";s:163:\"သူတို့ရဲ့ စက်ပစ္စည်းတွေ၊ ကိရိယာတွေ အားလုံး အသက်ရှင်ကြတယ်။\";}i:21;a:2:{s:4:\"lang\";s:5:\"oriya\";s:8:\"sentence\";s:73:\"ଏହା କେବଳ ଏକ ସମୟ କଥା ହିଁ ଥିଲା.\";}i:22;a:2:{s:4:\"lang\";s:7:\"sinhala\";s:8:\"sentence\";s:96:\"එය කාලය පිළිබඳ ප්‍රශ්නයක් පමණක් විය.\";}i:23;a:2:{s:4:\"lang\";s:5:\"tamil\";s:8:\"sentence\";s:120:\"அந்திமாலையில், அலைகள் வேகமாக வீசத் தொடங்கின.\";}i:24;a:2:{s:4:\"lang\";s:6:\"telugu\";s:8:\"sentence\";s:120:\"ఆ రాత్రి మొదటిసారిగా ఒక నక్షత్రం నేలరాలింది.\";}i:25;a:2:{s:4:\"lang\";s:4:\"thai\";s:8:\"sentence\";s:72:\"การเดินทางขากลับคงจะเหงา\";}i:26;a:2:{s:4:\"lang\";s:7:\"tibetan\";s:8:\"sentence\";s:132:\"ཁོ་ཚོའི་སྒྲིག་ཆས་དང་ལག་ཆ་ཡོད་ཚད་གསོན་པོ་རེད།\";}i:27;a:2:{s:4:\"lang\";s:10:\"vietnamese\";s:8:\"sentence\";s:62:\"Bầu trời trong xanh thăm thẳm, không một gợn mây.\";}}s:5:\"fonts\";a:1569:{i:0;a:7:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:997;}i:1;a:7:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:814;}i:2;a:7:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v52\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1081;}i:3;a:7:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:981;}i:4;a:7:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:843;}i:5;a:7:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:851;}i:6;a:7:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:840;}i:7;a:7:{s:6:\"family\";s:14:\"Material Icons\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v140\";s:12:\"lastModified\";s:10:\"2023-03-08\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:728;}i:8;a:7:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:884;}i:9;a:7:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:701;}i:10;a:7:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v53\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:982;}i:11;a:7:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1058;}i:12;a:7:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"devanagari\";i:3;s:5:\"greek\";i:4;s:9:\"greek-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-07-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1142;}i:13;a:7:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:738;}i:14;a:7:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:986;}i:15;a:7:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:900;}i:16;a:7:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:924;}i:17;a:7:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1068;}i:18;a:7:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:957;}i:19;a:7:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:788;}i:20;a:7:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1113;}i:21;a:7:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:684;}i:22;a:7:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:6:\"korean\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1163;}i:23;a:7:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1077;}i:24;a:7:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2023-02-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:688;}i:25;a:7:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:118;}i:26;a:7:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1213;}i:27;a:7:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1089;}i:28;a:7:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:937;}i:29;a:7:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1177;}i:30;a:7:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1019;}i:31;a:7:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:898;}i:32;a:7:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:394;}i:33;a:7:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1125;}i:34;a:7:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:491;}i:35;a:7:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1317;}i:36;a:7:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:622;}i:37;a:7:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1200;}i:38;a:7:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1266;}i:39;a:7:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:658;}i:40;a:7:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1423;}i:41;a:7:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:846;}i:42;a:7:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1021;}i:43;a:7:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:923;}i:44;a:7:{s:6:\"family\";s:23:\"Material Icons Outlined\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v109\";s:12:\"lastModified\";s:10:\"2023-03-08\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:746;}i:45;a:7:{s:6:\"family\";s:16:\"Noto Color Emoji\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"emoji\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1103;}i:46;a:7:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:596;}i:47;a:7:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1032;}i:48;a:7:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:775;}i:49;a:7:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1046;}i:50;a:7:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1171;}i:51;a:7:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1143;}i:52;a:7:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:866;}i:53;a:7:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:697;}i:54;a:7:{s:6:\"family\";s:25:\"Material Symbols Outlined\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v133\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:299;}i:55;a:7:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1031;}i:56;a:7:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1005;}i:57;a:7:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1229;}i:58;a:7:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1254;}i:59;a:7:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:613;}i:60;a:7:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:755;}i:61;a:7:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:794;}i:62;a:7:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:804;}i:63;a:7:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1061;}i:64;a:7:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:18:\"chinese-simplified\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1192;}i:65;a:7:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:736;}i:66;a:7:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1206;}i:67;a:7:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1204;}i:68;a:7:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:731;}i:69;a:7:{s:6:\"family\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1276;}i:70;a:7:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:891;}i:71;a:7:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1098;}i:72;a:7:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:273;}i:73;a:7:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1175;}i:74;a:7:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1161;}i:75;a:7:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1212;}i:76;a:7:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:896;}i:77;a:7:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1054;}i:78;a:7:{s:6:\"family\";s:20:\"Material Icons Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v108\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:721;}i:79;a:7:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v40\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1067;}i:80;a:7:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:675;}i:81;a:7:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-02-16\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1007;}i:82;a:7:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:696;}i:83;a:7:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:8:\"japanese\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1353;}i:84;a:7:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:316;}i:85;a:7:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:953;}i:86;a:7:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1062;}i:87;a:7:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:791;}i:88;a:7:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:880;}i:89;a:7:{s:6:\"family\";s:6:\"Outfit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:323;}i:90;a:7:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:632;}i:91;a:7:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1220;}i:92;a:7:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1096;}i:93;a:7:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:676;}i:94;a:7:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:913;}i:95;a:7:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1036;}i:96;a:7:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1258;}i:97;a:7:{s:6:\"family\";s:16:\"Noto Sans Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1133;}i:98;a:7:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1136;}i:99;a:7:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:677;}i:100;a:7:{s:6:\"family\";s:20:\"Material Icons Sharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v109\";s:12:\"lastModified\";s:10:\"2023-03-08\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:941;}i:101;a:7:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:724;}i:102;a:7:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:610;}i:103;a:7:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:995;}i:104;a:7:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1182;}i:105;a:7:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:741;}i:106;a:7:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1442;}i:107;a:7:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:964;}i:108;a:7:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1017;}i:109;a:7:{s:6:\"family\";s:23:\"Material Icons Two Tone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v112\";s:12:\"lastModified\";s:10:\"2023-03-08\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:899;}i:110;a:7:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:576;}i:111;a:7:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:114;}i:112;a:7:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:16:\"chinese-hongkong\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:919;}i:113;a:7:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:133;}i:114;a:7:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1166;}i:115;a:7:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:60;}i:116;a:7:{s:6:\"family\";s:20:\"IBM Plex Sans Arabic\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1352;}i:117;a:7:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:360;}i:118;a:7:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:8:\"japanese\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1158;}i:119;a:7:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1451;}i:120;a:7:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1180;}i:121;a:7:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:518;}i:122;a:7:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:879;}i:123;a:7:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1128;}i:124;a:7:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:259;}i:125;a:7:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1227;}i:126;a:7:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:792;}i:127;a:7:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:809;}i:128;a:7:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:936;}i:129;a:7:{s:6:\"family\";s:17:\"Plus Jakarta Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1514;}i:130;a:7:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:802;}i:131;a:7:{s:6:\"family\";s:16:\"Noto Kufi Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:192;}i:132;a:7:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:783;}i:133;a:7:{s:6:\"family\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:640;}i:134;a:7:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1313;}i:135;a:7:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:961;}i:136;a:7:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:668;}i:137;a:7:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1209;}i:138;a:7:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:705;}i:139;a:7:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:620;}i:140;a:7:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:237;}i:141;a:7:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:635;}i:142;a:7:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1087;}i:143;a:7:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:714;}i:144;a:7:{s:6:\"family\";s:8:\"Urbanist\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1401;}i:145;a:7:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-18\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1052;}i:146;a:7:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1140;}i:147;a:7:{s:6:\"family\";s:6:\"Lexend\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:346;}i:148;a:7:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:816;}i:149;a:7:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:604;}i:150;a:7:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:963;}i:151;a:7:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:863;}i:152;a:7:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1201;}i:153;a:7:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1078;}i:154;a:7:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1108;}i:155;a:7:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:560;}i:156;a:7:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1288;}i:157;a:7:{s:6:\"family\";s:24:\"Material Symbols Rounded\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v132\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:16;}i:158;a:7:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:987;}i:159;a:7:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:502;}i:160;a:7:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-01-10\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1222;}i:161;a:7:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:978;}i:162;a:7:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:970;}i:163;a:7:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1042;}i:164;a:7:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1198;}i:165;a:7:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:268;}i:166;a:7:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1039;}i:167;a:7:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1265;}i:168;a:7:{s:6:\"family\";s:7:\"Figtree\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1174;}i:169;a:7:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:920;}i:170;a:7:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:910;}i:171;a:7:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:404;}i:172;a:7:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1121;}i:173;a:7:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:727;}i:174;a:7:{s:6:\"family\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:310;}i:175;a:7:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1286;}i:176;a:7:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1150;}i:177;a:7:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1411;}i:178;a:7:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1324;}i:179;a:7:{s:6:\"family\";s:11:\"Roboto Flex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:220;}i:180;a:7:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:625;}i:181;a:7:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:784;}i:182;a:7:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:319;}i:183;a:7:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1119;}i:184;a:7:{s:6:\"family\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1255;}i:185;a:7:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1492;}i:186;a:7:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1023;}i:187;a:7:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1165;}i:188;a:7:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:291;}i:189;a:7:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1146;}i:190;a:7:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:852;}i:191;a:7:{s:6:\"family\";s:17:\"Noto Sans Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1274;}i:192;a:7:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:453;}i:193;a:7:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:716;}i:194;a:7:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:931;}i:195;a:7:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:391;}i:196;a:7:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:812;}i:197;a:7:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:988;}i:198;a:7:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:938;}i:199;a:7:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:946;}i:200;a:7:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:548;}i:201;a:7:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:159;}i:202;a:7:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1157;}i:203;a:7:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:430;}i:204;a:7:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1037;}i:205;a:7:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:57;}i:206;a:7:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1525;}i:207;a:7:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:667;}i:208;a:7:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:197;}i:209;a:7:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1476;}i:210;a:7:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1156;}i:211;a:7:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1043;}i:212;a:7:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1322;}i:213;a:7:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:944;}i:214;a:7:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:703;}i:215;a:7:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1367;}i:216;a:7:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1413;}i:217;a:7:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:864;}i:218;a:7:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1210;}i:219;a:7:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1191;}i:220;a:7:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:406;}i:221;a:7:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:569;}i:222;a:7:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:744;}i:223;a:7:{s:6:\"family\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1139;}i:224;a:7:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:461;}i:225;a:7:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1116;}i:226;a:7:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:737;}i:227;a:7:{s:6:\"family\";s:14:\"Noto Sans Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:894;}i:228;a:7:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:973;}i:229;a:7:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:563;}i:230;a:7:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:168;}i:231;a:7:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:786;}i:232;a:7:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1500;}i:233;a:7:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1015;}i:234;a:7:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:75;}i:235;a:7:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:886;}i:236;a:7:{s:6:\"family\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:354;}i:237;a:7:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:630;}i:238;a:7:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:341;}i:239;a:7:{s:6:\"family\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:235;}i:240;a:7:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:940;}i:241;a:7:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1526;}i:242;a:7:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:958;}i:243;a:7:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:932;}i:244;a:7:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1155;}i:245;a:7:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:486;}i:246;a:7:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:624;}i:247;a:7:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:10:\"devanagari\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:43;}i:248;a:7:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:115;}i:249;a:7:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:358;}i:250;a:7:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:224;}i:251;a:7:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1390;}i:252;a:7:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1398;}i:253;a:7:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:715;}i:254;a:7:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:32;}i:255;a:7:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:733;}i:256;a:7:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:556;}i:257;a:7:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:650;}i:258;a:7:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:482;}i:259;a:7:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:45;}i:260;a:7:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-01-18\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:762;}i:261;a:7:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1504;}i:262;a:7:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:460;}i:263;a:7:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1199;}i:264;a:7:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1369;}i:265;a:7:{s:6:\"family\";s:12:\"Roboto Serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1387;}i:266;a:7:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:295;}i:267;a:7:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:959;}i:268;a:7:{s:6:\"family\";s:14:\"Be Vietnam Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1399;}i:269;a:7:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1132;}i:270;a:7:{s:6:\"family\";s:11:\"Inter Tight\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:301;}i:271;a:7:{s:6:\"family\";s:9:\"Unbounded\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1325;}i:272;a:7:{s:6:\"family\";s:20:\"Noto Sans Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:363;}i:273;a:7:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:425;}i:274;a:7:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1376;}i:275;a:7:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:672;}i:276;a:7:{s:6:\"family\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:767;}i:277;a:7:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:756;}i:278;a:7:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1060;}i:279;a:7:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1208;}i:280;a:7:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:806;}i:281;a:7:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1357;}i:282;a:7:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1014;}i:283;a:7:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:758;}i:284;a:7:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:857;}i:285;a:7:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:949;}i:286;a:7:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1296;}i:287;a:7:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:627;}i:288;a:7:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1439;}i:289;a:7:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1418;}i:290;a:7:{s:6:\"family\";s:14:\"League Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1041;}i:291;a:7:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1318;}i:292;a:7:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:21;}i:293;a:7:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:853;}i:294;a:7:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:991;}i:295;a:7:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1073;}i:296;a:7:{s:6:\"family\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1461;}i:297;a:7:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1162;}i:298;a:7:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:507;}i:299;a:7:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1187;}i:300;a:7:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1236;}i:301;a:7:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:649;}i:302;a:7:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:694;}i:303;a:7:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1373;}i:304;a:7:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:817;}i:305;a:7:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1085;}i:306;a:7:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:432;}i:307;a:7:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1203;}i:308;a:7:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:897;}i:309;a:7:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1495;}i:310;a:7:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:619;}i:311;a:7:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:763;}i:312;a:7:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1050;}i:313;a:7:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1238;}i:314;a:7:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:956;}i:315;a:7:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1065;}i:316;a:7:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1463;}i:317;a:7:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:858;}i:318;a:7:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1383;}i:319;a:7:{s:6:\"family\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1323;}i:320;a:7:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1555;}i:321;a:7:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1532;}i:322;a:7:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1456;}i:323;a:7:{s:6:\"family\";s:13:\"BIZ UDPGothic\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:258;}i:324;a:7:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:772;}i:325;a:7:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:793;}i:326;a:7:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1049;}i:327;a:7:{s:6:\"family\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:171;}i:328;a:7:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1402;}i:329;a:7:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:638;}i:330;a:7:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:378;}i:331;a:7:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:587;}i:332;a:7:{s:6:\"family\";s:18:\"Noto Serif Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1475;}i:333;a:7:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:719;}i:334;a:7:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:189;}i:335;a:7:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1261;}i:336;a:7:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:8:\"kayah-li\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:892;}i:337;a:7:{s:6:\"family\";s:15:\"Noto Sans Tamil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1301;}i:338;a:7:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:322;}i:339;a:7:{s:6:\"family\";s:11:\"Albert Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1106;}i:340;a:7:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1279;}i:341;a:7:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:525;}i:342;a:7:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1193;}i:343;a:7:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:856;}i:344;a:7:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:524;}i:345;a:7:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:975;}i:346;a:7:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:611;}i:347;a:7:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1030;}i:348;a:7:{s:6:\"family\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:463;}i:349;a:7:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:685;}i:350;a:7:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:256;}i:351;a:7:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:637;}i:352;a:7:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:735;}i:353;a:7:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:377;}i:354;a:7:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1280;}i:355;a:7:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1070;}i:356;a:7:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:575;}i:357;a:7:{s:6:\"family\";s:19:\"Noto Sans Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:139;}i:358;a:7:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1086;}i:359;a:7:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:504;}i:360;a:7:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:979;}i:361;a:7:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:465;}i:362;a:7:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:484;}i:363;a:7:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:820;}i:364;a:7:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1372;}i:365;a:7:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:781;}i:366;a:7:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1434;}i:367;a:7:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:725;}i:368;a:7:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1126;}i:369;a:7:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:641;}i:370;a:7:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:883;}i:371;a:7:{s:6:\"family\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1424;}i:372;a:7:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:819;}i:373;a:7:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:67;}i:374;a:7:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:617;}i:375;a:7:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-02-16\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:670;}i:376;a:7:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:218;}i:377;a:7:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1406;}i:378;a:7:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1115;}i:379;a:7:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:869;}i:380;a:7:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1144;}i:381;a:7:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:245;}i:382;a:7:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:607;}i:383;a:7:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:977;}i:384;a:7:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:533;}i:385;a:7:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:550;}i:386;a:7:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1431;}i:387;a:7:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1066;}i:388;a:7:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:277;}i:389;a:7:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1395;}i:390;a:7:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1179;}i:391;a:7:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:455;}i:392;a:7:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:704;}i:393;a:7:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:342;}i:394;a:7:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1118;}i:395;a:7:{s:6:\"family\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1147;}i:396;a:7:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:845;}i:397;a:7:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:591;}i:398;a:7:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:850;}i:399;a:7:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:674;}i:400;a:7:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1008;}i:401;a:7:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1033;}i:402;a:7:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1034;}i:403;a:7:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:768;}i:404;a:7:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1211;}i:405;a:7:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1105;}i:406;a:7:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1053;}i:407;a:7:{s:6:\"family\";s:14:\"Noto Sans Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:830;}i:408;a:7:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:870;}i:409;a:7:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:634;}i:410;a:7:{s:6:\"family\";s:8:\"Playfair\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-06-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1302;}i:411;a:7:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:643;}i:412;a:7:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1253;}i:413;a:7:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:911;}i:414;a:7:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v37\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:915;}i:415;a:7:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1343;}i:416;a:7:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:303;}i:417;a:7:{s:6:\"family\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:646;}i:418;a:7:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:515;}i:419;a:7:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:472;}i:420;a:7:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:281;}i:421;a:7:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:408;}i:422;a:7:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:754;}i:423;a:7:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:364;}i:424;a:7:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:616;}i:425;a:7:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:971;}i:426;a:7:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:470;}i:427;a:7:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:585;}i:428;a:7:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1130;}i:429;a:7:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1356;}i:430;a:7:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:595;}i:431;a:7:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:508;}i:432;a:7:{s:6:\"family\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:593;}i:433;a:7:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:921;}i:434;a:7:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1069;}i:435;a:7:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:917;}i:436;a:7:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:385;}i:437;a:7:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1416;}i:438;a:7:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:813;}i:439;a:7:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:605;}i:440;a:7:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1129;}i:441;a:7:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:372;}i:442;a:7:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:889;}i:443;a:7:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:311;}i:444;a:7:{s:6:\"family\";s:12:\"Libre Bodoni\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:46;}i:445;a:7:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1335;}i:446;a:7:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:554;}i:447;a:7:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:785;}i:448;a:7:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:895;}i:449;a:7:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:331;}i:450;a:7:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1225;}i:451;a:7:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:325;}i:452;a:7:{s:6:\"family\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1092;}i:453;a:7:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1444;}i:454;a:7:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:803;}i:455;a:7:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:131;}i:456;a:7:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1386;}i:457;a:7:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1076;}i:458;a:7:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1256;}i:459;a:7:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1332;}i:460;a:7:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:270;}i:461;a:7:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:112;}i:462;a:7:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:974;}i:463;a:7:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:219;}i:464;a:7:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1104;}i:465;a:7:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:965;}i:466;a:7:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1542;}i:467;a:7:{s:6:\"family\";s:15:\"Pathway Extreme\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-04-20\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:512;}i:468;a:7:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1022;}i:469;a:7:{s:6:\"family\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:834;}i:470;a:7:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:972;}i:471;a:7:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:855;}i:472;a:7:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:606;}i:473;a:7:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:564;}i:474;a:7:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1338;}i:475;a:7:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:417;}i:476;a:7:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:842;}i:477;a:7:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1268;}i:478;a:7:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1011;}i:479;a:7:{s:6:\"family\";s:10:\"Alexandria\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1537;}i:480;a:7:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:179;}i:481;a:7:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1029;}i:482;a:7:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:873;}i:483;a:7:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1314;}i:484;a:7:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:84;}i:485;a:7:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:49;}i:486;a:7:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:401;}i:487;a:7:{s:6:\"family\";s:18:\"Noto Serif Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:838;}i:488;a:7:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1026;}i:489;a:7:{s:6:\"family\";s:16:\"Noto Sans Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v43\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:290;}i:490;a:7:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:765;}i:491;a:7:{s:6:\"family\";s:15:\"Rubik Moonrocks\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1028;}i:492;a:7:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:414;}i:493;a:7:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:420;}i:494;a:7:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:747;}i:495;a:7:{s:6:\"family\";s:21:\"Noto Serif Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:94;}i:496;a:7:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:729;}i:497;a:7:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:481;}i:498;a:7:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:376;}i:499;a:7:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"devanagari\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:477;}i:500;a:7:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:492;}i:501;a:7:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:726;}i:502;a:7:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:678;}i:503;a:7:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:787;}i:504;a:7:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1327;}i:505;a:7:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:969;}i:506;a:7:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1502;}i:507;a:7:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1160;}i:508;a:7:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:952;}i:509;a:7:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1297;}i:510;a:7:{s:6:\"family\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:415;}i:511;a:7:{s:6:\"family\";s:14:\"Hanken Grotesk\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1509;}i:512;a:7:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:522;}i:513;a:7:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:506;}i:514;a:7:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1358;}i:515;a:7:{s:6:\"family\";s:10:\"Golos Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:126;}i:516;a:7:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:390;}i:517;a:7:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:422;}i:518;a:7:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1233;}i:519;a:7:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1012;}i:520;a:7:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:402;}i:521;a:7:{s:6:\"family\";s:18:\"IBM Plex Sans Thai\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1477;}i:522;a:7:{s:6:\"family\";s:8:\"M PLUS 1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1400;}i:523;a:7:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:450;}i:524;a:7:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:998;}i:525;a:7:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:690;}i:526;a:7:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:353;}i:527;a:7:{s:6:\"family\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"600\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:521;}i:528;a:7:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1339;}i:529;a:7:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1377;}i:530;a:7:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1415;}i:531;a:7:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1127;}i:532;a:7:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1310;}i:533;a:7:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1145;}i:534;a:7:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1154;}i:535;a:7:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:740;}i:536;a:7:{s:6:\"family\";s:7:\"Georama\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1410;}i:537;a:7:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:691;}i:538;a:7:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1320;}i:539;a:7:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:712;}i:540;a:7:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:948;}i:541;a:7:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:578;}i:542;a:7:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1521;}i:543;a:7:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:570;}i:544;a:7:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1186;}i:545;a:7:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1202;}i:546;a:7:{s:6:\"family\";s:7:\"Fredoka\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1040;}i:547;a:7:{s:6:\"family\";s:13:\"League Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:922;}i:548;a:7:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:654;}i:549;a:7:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:833;}i:550;a:7:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:261;}i:551;a:7:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:457;}i:552;a:7:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1264;}i:553;a:7:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:906;}i:554;a:7:{s:6:\"family\";s:11:\"Alumni Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:968;}i:555;a:7:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:862;}i:556;a:7:{s:6:\"family\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:602;}i:557;a:7:{s:6:\"family\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:320;}i:558;a:7:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:653;}i:559;a:7:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:679;}i:560;a:7:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:581;}i:561;a:7:{s:6:\"family\";s:22:\"Material Symbols Sharp\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v129\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:996;}i:562;a:7:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:39;}i:563;a:7:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1450;}i:564;a:7:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1248;}i:565;a:7:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1152;}i:566;a:7:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:416;}i:567;a:7:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:250;}i:568;a:7:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:776;}i:569;a:7:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:847;}i:570;a:7:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:280;}i:571;a:7:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1226;}i:572;a:7:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:568;}i:573;a:7:{s:6:\"family\";s:20:\"Sofia Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-02-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:282;}i:574;a:7:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:935;}i:575;a:7:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:199;}i:576;a:7:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:340;}i:577;a:7:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:680;}i:578;a:7:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:579;}i:579;a:7:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1048;}i:580;a:7:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:824;}i:581;a:7:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:335;}i:582;a:7:{s:6:\"family\";s:9:\"Vazirmatn\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:449;}i:583;a:7:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1249;}i:584;a:7:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1533;}i:585;a:7:{s:6:\"family\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:442;}i:586;a:7:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:597;}i:587;a:7:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:827;}i:588;a:7:{s:6:\"family\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1120;}i:589;a:7:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:493;}i:590;a:7:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:458;}i:591;a:7:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:954;}i:592;a:7:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1414;}i:593;a:7:{s:6:\"family\";s:17:\"Noto Sans Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1102;}i:594;a:7:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1074;}i:595;a:7:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:908;}i:596;a:7:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:336;}i:597;a:7:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1240;}i:598;a:7:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1562;}i:599;a:7:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1466;}i:600;a:7:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1499;}i:601;a:7:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:29;}i:602;a:7:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1234;}i:603;a:7:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1241;}i:604;a:7:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:11;}i:605;a:7:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:742;}i:606;a:7:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:284;}i:607;a:7:{s:6:\"family\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1251;}i:608;a:7:{s:6:\"family\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:236;}i:609;a:7:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1006;}i:610;a:7:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:868;}i:611;a:7:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1427;}i:612;a:7:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1551;}i:613;a:7:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:821;}i:614;a:7:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:459;}i:615;a:7:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:583;}i:616;a:7:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:796;}i:617;a:7:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1252;}i:618;a:7:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:265;}i:619;a:7:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:815;}i:620;a:7:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:318;}i:621;a:7:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:761;}i:622;a:7:{s:6:\"family\";s:16:\"IBM Plex Sans KR\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:777;}i:623;a:7:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:580;}i:624;a:7:{s:6:\"family\";s:10:\"Sofia Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:63;}i:625;a:7:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1059;}i:626;a:7:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:435;}i:627;a:7:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1018;}i:628;a:7:{s:6:\"family\";s:7:\"Hahmlet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1269;}i:629;a:7:{s:6:\"family\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:647;}i:630;a:7:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1409;}i:631;a:7:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:764;}i:632;a:7:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:31;}i:633;a:7:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1111;}i:634;a:7:{s:6:\"family\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:903;}i:635;a:7:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1183;}i:636;a:7:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:808;}i:637;a:7:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:699;}i:638;a:7:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1224;}i:639;a:7:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:642;}i:640;a:7:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:359;}i:641;a:7:{s:6:\"family\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:656;}i:642;a:7:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:825;}i:643;a:7:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:912;}i:644;a:7:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1522;}i:645;a:7:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:662;}i:646;a:7:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:540;}i:647;a:7:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:795;}i:648;a:7:{s:6:\"family\";s:10:\"Silkscreen\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:628;}i:649;a:7:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1197;}i:650;a:7:{s:6:\"family\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1531;}i:651;a:7:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1260;}i:652;a:7:{s:6:\"family\";s:17:\"Noto Sans Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1493;}i:653;a:7:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1281;}i:654;a:7:{s:6:\"family\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:732;}i:655;a:7:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:734;}i:656;a:7:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:542;}i:657;a:7:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1379;}i:658;a:7:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:329;}i:659;a:7:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:980;}i:660;a:7:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:885;}i:661;a:7:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:266;}i:662;a:7:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:994;}i:663;a:7:{s:6:\"family\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1345;}i:664;a:7:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1359;}i:665;a:7:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:859;}i:666;a:7:{s:6:\"family\";s:5:\"Glory\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1305;}i:667;a:7:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:158;}i:668;a:7:{s:6:\"family\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1267;}i:669;a:7:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:405;}i:670;a:7:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:462;}i:671;a:7:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1389;}i:672;a:7:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1172;}i:673;a:7:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1294;}i:674;a:7:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1360;}i:675;a:7:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:713;}i:676;a:7:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:300;}i:677;a:7:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1020;}i:678;a:7:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:893;}i:679;a:7:{s:6:\"family\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:659;}i:680;a:7:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:97;}i:681;a:7:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1216;}i:682;a:7:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:739;}i:683;a:7:{s:6:\"family\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1396;}i:684;a:7:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:421;}i:685;a:7:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:86;}i:686;a:7:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:368;}i:687;a:7:{s:6:\"family\";s:10:\"Tilt Prism\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:7;}i:688;a:7:{s:6:\"family\";s:14:\"Anek Malayalam\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:673;}i:689;a:7:{s:6:\"family\";s:6:\"Akshar\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:881;}i:690;a:7:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:72;}i:691;a:7:{s:6:\"family\";s:20:\"BhuTuka Expanded One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1284;}i:692;a:7:{s:6:\"family\";s:17:\"Noto Sans Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:567;}i:693;a:7:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1307;}i:694;a:7:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1112;}i:695;a:7:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:557;}i:696;a:7:{s:6:\"family\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:15;}i:697;a:7:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1009;}i:698;a:7:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:875;}i:699;a:7:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1311;}i:700;a:7:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1063;}i:701;a:7:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1378;}i:702;a:7:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:148;}i:703;a:7:{s:6:\"family\";s:7:\"Ms Madi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:989;}i:704;a:7:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1094;}i:705;a:7:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1429;}i:706;a:7:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1219;}i:707;a:7:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:446;}i:708;a:7:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:633;}i:709;a:7:{s:6:\"family\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:227;}i:710;a:7:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:962;}i:711;a:7:{s:6:\"family\";s:10:\"Chivo Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:687;}i:712;a:7:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:823;}i:713;a:7:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:338;}i:714;a:7:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:789;}i:715;a:7:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:129;}i:716;a:7:{s:6:\"family\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1064;}i:717;a:7:{s:6:\"family\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1543;}i:718;a:7:{s:6:\"family\";s:11:\"Azeret Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1452;}i:719;a:7:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1235;}i:720;a:7:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:82;}i:721;a:7:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1097;}i:722;a:7:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1228;}i:723;a:7:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:836;}i:724;a:7:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:251;}i:725;a:7:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:582;}i:726;a:7:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1214;}i:727;a:7:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1462;}i:728;a:7:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1072;}i:729;a:7:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1443;}i:730;a:7:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:225;}i:731;a:7:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:272;}i:732;a:7:{s:6:\"family\";s:7:\"Anuphan\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:495;}i:733;a:7:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:475;}i:734;a:7:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:652;}i:735;a:7:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:849;}i:736;a:7:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:835;}i:737;a:7:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:397;}i:738;a:7:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1122;}i:739;a:7:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1544;}i:740;a:7:{s:6:\"family\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1149;}i:741;a:7:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:369;}i:742;a:7:{s:6:\"family\";s:7:\"Aboreto\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1159;}i:743;a:7:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:307;}i:744;a:7:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:454;}i:745;a:7:{s:6:\"family\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1505;}i:746;a:7:{s:6:\"family\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1153;}i:747;a:7:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1181;}i:748;a:7:{s:6:\"family\";s:20:\"Noto Sans Chorasmian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"chorasmian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:6;}i:749;a:7:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:157;}i:750;a:7:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:773;}i:751;a:7:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1446;}i:752;a:7:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:356;}i:753;a:7:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:708;}i:754;a:7:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:904;}i:755;a:7:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1374;}i:756;a:7:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:434;}i:757;a:7:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1433;}i:758;a:7:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:669;}i:759;a:7:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:249;}i:760;a:7:{s:6:\"family\";s:17:\"Schibsted Grotesk\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:603;}i:761;a:7:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:503;}i:762;a:7:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:626;}i:763;a:7:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:839;}i:764;a:7:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:828;}i:765;a:7:{s:6:\"family\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:41;}i:766;a:7:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:651;}i:767;a:7:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1114;}i:768;a:7:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1489;}i:769;a:7:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:745;}i:770;a:7:{s:6:\"family\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1349;}i:771;a:7:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:116;}i:772;a:7:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:984;}i:773;a:7:{s:6:\"family\";s:16:\"Noto Sans Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1328;}i:774;a:7:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1205;}i:775;a:7:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1101;}i:776;a:7:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1259;}i:777;a:7:{s:6:\"family\";s:6:\"Gloock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1185;}i:778;a:7:{s:6:\"family\";s:25:\"Sofia Sans Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:13;}i:779;a:7:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1000;}i:780;a:7:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1071;}i:781;a:7:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:999;}i:782;a:7:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1013;}i:783;a:7:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:532;}i:784;a:7:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:706;}i:785;a:7:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1080;}i:786;a:7:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:8;}i:787;a:7:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:141;}i:788;a:7:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:693;}i:789;a:7:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1079;}i:790;a:7:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:468;}i:791;a:7:{s:6:\"family\";s:13:\"Shantell Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:612;}i:792;a:7:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:427;}i:793;a:7:{s:6:\"family\";s:26:\"Sofia Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-02-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1326;}i:794;a:7:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:566;}i:795;a:7:{s:6:\"family\";s:8:\"M PLUS 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1470;}i:796;a:7:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1164;}i:797;a:7:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:644;}i:798;a:7:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1319;}i:799;a:7:{s:6:\"family\";s:20:\"Noto Serif Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1460;}i:800;a:7:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:337;}i:801;a:7:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1337;}i:802;a:7:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:79;}i:803;a:7:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1194;}i:804;a:7:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1285;}i:805;a:7:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1498;}i:806;a:7:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1055;}i:807;a:7:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1512;}i:808;a:7:{s:6:\"family\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:549;}i:809;a:7:{s:6:\"family\";s:19:\"Bricolage Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-08-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:4;}i:810;a:7:{s:6:\"family\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:283;}i:811;a:7:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:226;}i:812;a:7:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1485;}i:813;a:7:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:242;}i:814;a:7:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:239;}i:815;a:7:{s:6:\"family\";s:13:\"BIZ UDPMincho\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-01-18\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:217;}i:816;a:7:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:240;}i:817;a:7:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:717;}i:818;a:7:{s:6:\"family\";s:6:\"Gluten\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:18;}i:819;a:7:{s:6:\"family\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:990;}i:820;a:7:{s:6:\"family\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:276;}i:821;a:7:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:874;}i:822;a:7:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:826;}i:823;a:7:{s:6:\"family\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"multani\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:3;}i:824;a:7:{s:6:\"family\";s:18:\"Noto Sans Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"georgian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v42\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:547;}i:825;a:7:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1263;}i:826;a:7:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1536;}i:827;a:7:{s:6:\"family\";s:4:\"Sono\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1471;}i:828;a:7:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1519;}i:829;a:7:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:350;}i:830;a:7:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-02-16\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:730;}i:831;a:7:{s:6:\"family\";s:6:\"Ruwudu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-08-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:5;}i:832;a:7:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1135;}i:833;a:7:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:146;}i:834;a:7:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:488;}i:835;a:7:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:478;}i:836;a:7:{s:6:\"family\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1038;}i:837;a:7:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1002;}i:838;a:7:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:70;}i:839;a:7:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:108;}i:840;a:7:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:933;}i:841;a:7:{s:6:\"family\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:233;}i:842;a:7:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1368;}i:843;a:7:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:234;}i:844;a:7:{s:6:\"family\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:180;}i:845;a:7:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:527;}i:846;a:7:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:928;}i:847;a:7:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1176;}i:848;a:7:{s:6:\"family\";s:10:\"Rubik Dirt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1436;}i:849;a:7:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1448;}i:850;a:7:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1151;}i:851;a:7:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:551;}i:852;a:7:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v37\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1468;}i:853;a:7:{s:6:\"family\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1494;}i:854;a:7:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1218;}i:855;a:7:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:317;}i:856;a:7:{s:6:\"family\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1308;}i:857;a:7:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1003;}i:858;a:7:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:438;}i:859;a:7:{s:6:\"family\";s:17:\"Noto Sans Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:59;}i:860;a:7:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:790;}i:861;a:7:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1244;}i:862;a:7:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:175;}i:863;a:7:{s:6:\"family\";s:16:\"Familjen Grotesk\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1530;}i:864;a:7:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1312;}i:865;a:7:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:232;}i:866;a:7:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:514;}i:867;a:7:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1506;}i:868;a:7:{s:6:\"family\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1262;}i:869;a:7:{s:6:\"family\";s:10:\"Anek Tamil\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:185;}i:870;a:7:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:222;}i:871;a:7:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:942;}i:872;a:7:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:247;}i:873;a:7:{s:6:\"family\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1299;}i:874;a:7:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1464;}i:875;a:7:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:661;}i:876;a:7:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:327;}i:877;a:7:{s:6:\"family\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1141;}i:878;a:7:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:645;}i:879;a:7:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:520;}i:880;a:7:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:976;}i:881;a:7:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1047;}i:882;a:7:{s:6:\"family\";s:18:\"Noto Sans Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"armenian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v42\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1016;}i:883;a:7:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1027;}i:884;a:7:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:523;}i:885;a:7:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:253;}i:886;a:7:{s:6:\"family\";s:19:\"Wix Madefor Display\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:943;}i:887;a:7:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1024;}i:888;a:7:{s:6:\"family\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1481;}i:889;a:7:{s:6:\"family\";s:15:\"Edu SA Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1425;}i:890;a:7:{s:6:\"family\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:779;}i:891;a:7:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:246;}i:892;a:7:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:77;}i:893;a:7:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1329;}i:894;a:7:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:860;}i:895;a:7:{s:6:\"family\";s:17:\"Noto Serif Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1243;}i:896;a:7:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:95;}i:897;a:7:{s:6:\"family\";s:12:\"Radio Canada\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:19:\"canadian-aboriginal\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:287;}i:898;a:7:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:445;}i:899;a:7:{s:6:\"family\";s:9:\"Tilt Warp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:501;}i:900;a:7:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:918;}i:901;a:7:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:304;}i:902;a:7:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:471;}i:903;a:7:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:412;}i:904;a:7:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:200;}i:905;a:7:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1528;}i:906;a:7:{s:6:\"family\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1184;}i:907;a:7:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1354;}i:908;a:7:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:55;}i:909;a:7:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1131;}i:910;a:7:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-01-10\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1445;}i:911;a:7:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:681;}i:912;a:7:{s:6:\"family\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:536;}i:913;a:7:{s:6:\"family\";s:14:\"Abyssinica SIL\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1473;}i:914;a:7:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:985;}i:915;a:7:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1340;}i:916;a:7:{s:6:\"family\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1417;}i:917;a:7:{s:6:\"family\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1394;}i:918;a:7:{s:6:\"family\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:594;}i:919;a:7:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:480;}i:920;a:7:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1188;}i:921;a:7:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:695;}i:922;a:7:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:516;}i:923;a:7:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1309;}i:924;a:7:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1304;}i:925;a:7:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:770;}i:926;a:7:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:66;}i:927;a:7:{s:6:\"family\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:437;}i:928;a:7:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1123;}i:929;a:7:{s:6:\"family\";s:25:\"IBM Plex Sans Thai Looped\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:76;}i:930;a:7:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:452;}i:931;a:7:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:930;}i:932;a:7:{s:6:\"family\";s:7:\"Gantari\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1539;}i:933;a:7:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:110;}i:934;a:7:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:748;}i:935;a:7:{s:6:\"family\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1554;}i:936;a:7:{s:6:\"family\";s:10:\"Square Peg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1083;}i:937;a:7:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1558;}i:938;a:7:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:682;}i:939;a:7:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:751;}i:940;a:7:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:343;}i:941;a:7:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:489;}i:942;a:7:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1010;}i:943;a:7:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1169;}i:944;a:7:{s:6:\"family\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:68;}i:945;a:7:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:723;}i:946;a:7:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:664;}i:947;a:7:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:561;}i:948;a:7:{s:6:\"family\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1196;}i:949;a:7:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1221;}i:950;a:7:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:298;}i:951;a:7:{s:6:\"family\";s:9:\"Geologica\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1474;}i:952;a:7:{s:6:\"family\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1025;}i:953;a:7:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:294;}i:954;a:7:{s:6:\"family\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:373;}i:955;a:7:{s:6:\"family\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:428;}i:956;a:7:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:334;}i:957;a:7:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1246;}i:958;a:7:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1384;}i:959;a:7:{s:6:\"family\";s:13:\"Noto Serif HK\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:16:\"chinese-hongkong\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:14;}i:960;a:7:{s:6:\"family\";s:8:\"Alkalami\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:58;}i:961;a:7:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:505;}i:962;a:7:{s:6:\"family\";s:11:\"Anek Telugu\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1467;}i:963;a:7:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:905;}i:964;a:7:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:539;}i:965;a:7:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:939;}i:966;a:7:{s:6:\"family\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1223;}i:967;a:7:{s:6:\"family\";s:6:\"Akatab\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tifinagh\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:296;}i:968;a:7:{s:6:\"family\";s:15:\"Noto Serif Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1503;}i:969;a:7:{s:6:\"family\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:441;}i:970;a:7:{s:6:\"family\";s:16:\"IBM Plex Sans JP\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:328;}i:971;a:7:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:436;}i:972;a:7:{s:6:\"family\";s:12:\"BIZ UDGothic\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1270;}i:973;a:7:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:543;}i:974;a:7:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:370;}i:975;a:7:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1245;}i:976;a:7:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1173;}i:977;a:7:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1346;}i:978;a:7:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:797;}i:979;a:7:{s:6:\"family\";s:21:\"Tiro Devanagari Hindi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1412;}i:980;a:7:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:321;}i:981;a:7:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1195;}i:982;a:7:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:558;}i:983;a:7:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:195;}i:984;a:7:{s:6:\"family\";s:9:\"Caprasimo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:12;}i:985;a:7:{s:6:\"family\";s:24:\"IBM Plex Sans Devanagari\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:689;}i:986;a:7:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:403;}i:987;a:7:{s:6:\"family\";s:7:\"Murecho\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:8:\"japanese\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1321;}i:988;a:7:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:509;}i:989;a:7:{s:6:\"family\";s:13:\"Noto Sans Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:429;}i:990;a:7:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:572;}i:991;a:7:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:206;}i:992;a:7:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1366;}i:993;a:7:{s:6:\"family\";s:17:\"Noto Sans Symbols\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"symbols\";}s:7:\"version\";s:3:\"v40\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:967;}i:994;a:7:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1148;}i:995;a:7:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1242;}i:996;a:7:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:951;}i:997;a:7:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:831;}i:998;a:7:{s:6:\"family\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:4:\"math\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:269;}i:999;a:7:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:83;}i:1000;a:7:{s:6:\"family\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:410;}i:1001;a:7:{s:6:\"family\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:21:\"anatolian-hieroglyphs\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:213;}i:1002;a:7:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1271;}i:1003;a:7:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:934;}i:1004;a:7:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1138;}i:1005;a:7:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:170;}i:1006;a:7:{s:6:\"family\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1056;}i:1007;a:7:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:396;}i:1008;a:7:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1091;}i:1009;a:7:{s:6:\"family\";s:5:\"Arima\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:9:\"malayalam\";i:5;s:5:\"tamil\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:407;}i:1010;a:7:{s:6:\"family\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1282;}i:1011;a:7:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"tibetan\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1099;}i:1012;a:7:{s:6:\"family\";s:10:\"Grape Nuts\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:822;}i:1013;a:7:{s:6:\"family\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:511;}i:1014;a:7:{s:6:\"family\";s:15:\"Anek Devanagari\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:584;}i:1015;a:7:{s:6:\"family\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1438;}i:1016;a:7:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:167;}i:1017;a:7:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:966;}i:1018;a:7:{s:6:\"family\";s:6:\"Gulzar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:92;}i:1019;a:7:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:96;}i:1020;a:7:{s:6:\"family\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:30;}i:1021;a:7:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:264;}i:1022;a:7:{s:6:\"family\";s:3:\"REM\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1458;}i:1023;a:7:{s:6:\"family\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:983;}i:1024;a:7:{s:6:\"family\";s:12:\"Tiro Kannada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1482;}i:1025;a:7:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:692;}i:1026;a:7:{s:6:\"family\";s:10:\"Noto Emoji\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"emoji\";}s:7:\"version\";s:3:\"v39\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:443;}i:1027;a:7:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:344;}i:1028;a:7:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:545;}i:1029;a:7:{s:6:\"family\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"500\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:927;}i:1030;a:7:{s:6:\"family\";s:11:\"Beau Rivage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:23;}i:1031;a:7:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:960;}i:1032;a:7:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:829;}i:1033;a:7:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:562;}i:1034;a:7:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:490;}i:1035;a:7:{s:6:\"family\";s:12:\"Montagu Slab\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1435;}i:1036;a:7:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:388;}i:1037;a:7:{s:6:\"family\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:769;}i:1038;a:7:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:601;}i:1039;a:7:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:357;}i:1040;a:7:{s:6:\"family\";s:16:\"Scheherazade New\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1277;}i:1041;a:7:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:743;}i:1042;a:7:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1547;}i:1043;a:7:{s:6:\"family\";s:11:\"Smooch Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1497;}i:1044;a:7:{s:6:\"family\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:367;}i:1045;a:7:{s:6:\"family\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1217;}i:1046;a:7:{s:6:\"family\";s:10:\"Anek Latin\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:382;}i:1047;a:7:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:440;}i:1048;a:7:{s:6:\"family\";s:11:\"Anek Bangla\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1107;}i:1049;a:7:{s:6:\"family\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1342;}i:1050;a:7:{s:6:\"family\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:487;}i:1051;a:7:{s:6:\"family\";s:16:\"Instrument Serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:720;}i:1052;a:7:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:574;}i:1053;a:7:{s:6:\"family\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1117;}i:1054;a:7:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1044;}i:1055;a:7:{s:6:\"family\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:759;}i:1056;a:7:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1292;}i:1057;a:7:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:418;}i:1058;a:7:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:771;}i:1059;a:7:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:609;}i:1060;a:7:{s:6:\"family\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1391;}i:1061;a:7:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:177;}i:1062;a:7:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:686;}i:1063;a:7:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1247;}i:1064;a:7:{s:6:\"family\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1110;}i:1065;a:7:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:841;}i:1066;a:7:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:950;}i:1067;a:7:{s:6:\"family\";s:22:\"Alumni Sans Inline One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:20;}i:1068;a:7:{s:6:\"family\";s:19:\"Noto Serif Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"georgian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:600;}i:1069;a:7:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:447;}i:1070;a:7:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1347;}i:1071;a:7:{s:6:\"family\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:749;}i:1072;a:7:{s:6:\"family\";s:16:\"Spline Sans Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1365;}i:1073;a:7:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1350;}i:1074;a:7:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:275;}i:1075;a:7:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v54\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:85;}i:1076;a:7:{s:6:\"family\";s:11:\"Tiro Bangla\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:631;}i:1077;a:7:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:383;}i:1078;a:7:{s:6:\"family\";s:13:\"Kantumruy Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:707;}i:1079;a:7:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:655;}i:1080;a:7:{s:6:\"family\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1348;}i:1081;a:7:{s:6:\"family\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:799;}i:1082;a:7:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1230;}i:1083;a:7:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:426;}i:1084;a:7:{s:6:\"family\";s:12:\"Bruno Ace SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-04-20\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:352;}i:1085;a:7:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1100;}i:1086;a:7:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:888;}i:1087;a:7:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:362;}i:1088;a:7:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:497;}i:1089;a:7:{s:6:\"family\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:559;}i:1090;a:7:{s:6:\"family\";s:11:\"Aoboshi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1405;}i:1091;a:7:{s:6:\"family\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1454;}i:1092;a:7:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:73;}i:1093;a:7:{s:6:\"family\";s:13:\"Fragment Mono\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1363;}i:1094;a:7:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:909;}i:1095;a:7:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:648;}i:1096;a:7:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:347;}i:1097;a:7:{s:6:\"family\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1273;}i:1098;a:7:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:623;}i:1099;a:7:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:496;}i:1100;a:7:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:483;}i:1101;a:7:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1381;}i:1102;a:7:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1483;}i:1103;a:7:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:389;}i:1104;a:7:{s:6:\"family\";s:14:\"Noto Serif Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:308;}i:1105;a:7:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1303;}i:1106;a:7:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:993;}i:1107;a:7:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:780;}i:1108;a:7:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1232;}i:1109;a:7:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:700;}i:1110;a:7:{s:6:\"family\";s:15:\"Noto Sans Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1257;}i:1111;a:7:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1523;}i:1112;a:7:{s:6:\"family\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:955;}i:1113;a:7:{s:6:\"family\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:64;}i:1114;a:7:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1515;}i:1115;a:7:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:832;}i:1116;a:7:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1124;}i:1117;a:7:{s:6:\"family\";s:15:\"Instrument Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1457;}i:1118;a:7:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:774;}i:1119;a:7:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:565;}i:1120;a:7:{s:6:\"family\";s:18:\"Noto Sans Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1364;}i:1121;a:7:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:663;}i:1122;a:7:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:876;}i:1123;a:7:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:292;}i:1124;a:7:{s:6:\"family\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1488;}i:1125;a:7:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:74;}i:1126;a:7:{s:6:\"family\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1430;}i:1127;a:7:{s:6:\"family\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1480;}i:1128;a:7:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:123;}i:1129;a:7:{s:6:\"family\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1516;}i:1130;a:7:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1178;}i:1131;a:7:{s:6:\"family\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:297;}i:1132;a:7:{s:6:\"family\";s:7:\"Alkatra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:7:\"bengali\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:5:\"oriya\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:555;}i:1133;a:7:{s:6:\"family\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:289;}i:1134;a:7:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"korean\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1459;}i:1135;a:7:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:529;}i:1136;a:7:{s:6:\"family\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"500\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:309;}i:1137;a:7:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1419;}i:1138;a:7:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1333;}i:1139;a:7:{s:6:\"family\";s:8:\"DynaPuff\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:333;}i:1140;a:7:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:212;}i:1141;a:7:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:877;}i:1142;a:7:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:230;}i:1143;a:7:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:208;}i:1144;a:7:{s:6:\"family\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:848;}i:1145;a:7:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:535;}i:1146;a:7:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1520;}i:1147;a:7:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:190;}i:1148;a:7:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:248;}i:1149;a:7:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1351;}i:1150;a:7:{s:6:\"family\";s:7:\"Handjet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:6:\"arabic\";i:1;s:8:\"armenian\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"greek\";i:5;s:6:\"hebrew\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1486;}i:1151;a:7:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:196;}i:1152;a:7:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:901;}i:1153;a:7:{s:6:\"family\";s:13:\"M PLUS 1 Code\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1336;}i:1154;a:7:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:81;}i:1155;a:7:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:534;}i:1156;a:7:{s:6:\"family\";s:13:\"Tiro Gurmukhi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1239;}i:1157;a:7:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1095;}i:1158;a:7:{s:6:\"family\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1045;}i:1159;a:7:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:878;}i:1160;a:7:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:386;}i:1161;a:7:{s:6:\"family\";s:18:\"Noto Sans Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v46\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:42;}i:1162;a:7:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1355;}i:1163;a:7:{s:6:\"family\";s:18:\"Noto Serif Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1453;}i:1164;a:7:{s:6:\"family\";s:10:\"Belanosima\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1490;}i:1165;a:7:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:925;}i:1166;a:7:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1545;}i:1167;a:7:{s:6:\"family\";s:20:\"IBM Plex Sans Hebrew\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1479;}i:1168;a:7:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1278;}i:1169;a:7:{s:6:\"family\";s:18:\"Delicious Handrawn\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1465;}i:1170;a:7:{s:6:\"family\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1432;}i:1171;a:7:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:326;}i:1172;a:7:{s:6:\"family\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:757;}i:1173;a:7:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:499;}i:1174;a:7:{s:6:\"family\";s:5:\"Genos\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1472;}i:1175;a:7:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1478;}i:1176;a:7:{s:6:\"family\";s:9:\"Nuosu SIL\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:2:\"yi\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1004;}i:1177;a:7:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:586;}i:1178;a:7:{s:6:\"family\";s:4:\"Joan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1168;}i:1179;a:7:{s:6:\"family\";s:14:\"Poltawski Nowy\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1561;}i:1180;a:7:{s:6:\"family\";s:6:\"Tektur\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1546;}i:1181;a:7:{s:6:\"family\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:380;}i:1182;a:7:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:760;}i:1183;a:7:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:683;}i:1184;a:7:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1093;}i:1185;a:7:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:439;}i:1186;a:7:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:871;}i:1187;a:7:{s:6:\"family\";s:12:\"BIZ UDMincho\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-01-18\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:485;}i:1188;a:7:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:538;}i:1189;a:7:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:660;}i:1190;a:7:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:718;}i:1191;a:7:{s:6:\"family\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1137;}i:1192;a:7:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1300;}i:1193;a:7:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:433;}i:1194;a:7:{s:6:\"family\";s:7:\"Anybody\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:56;}i:1195;a:7:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:164;}i:1196;a:7:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1341;}i:1197;a:7:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:887;}i:1198;a:7:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:531;}i:1199;a:7:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:204;}i:1200;a:7:{s:6:\"family\";s:11:\"Water Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:152;}i:1201;a:7:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:215;}i:1202;a:7:{s:6:\"family\";s:10:\"Charis SIL\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:40;}i:1203;a:7:{s:6:\"family\";s:5:\"Borel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:801;}i:1204;a:7:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1291;}i:1205;a:7:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1362;}i:1206;a:7:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:571;}i:1207;a:7:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:945;}i:1208;a:7:{s:6:\"family\";s:16:\"Wix Madefor Text\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1496;}i:1209;a:7:{s:6:\"family\";s:9:\"Braah One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:35;}i:1210;a:7:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:395;}i:1211;a:7:{s:6:\"family\";s:13:\"ADLaM Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"adlam\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1;}i:1212;a:7:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:464;}i:1213;a:7:{s:6:\"family\";s:15:\"Rubik Wet Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:22;}i:1214;a:7:{s:6:\"family\";s:7:\"Whisper\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1237;}i:1215;a:7:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:929;}i:1216;a:7:{s:6:\"family\";s:8:\"Wavefont\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:2;}i:1217;a:7:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:361;}i:1218;a:7:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1298;}i:1219;a:7:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1035;}i:1220;a:7:{s:6:\"family\";s:15:\"Cherry Bomb One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:26;}i:1221;a:7:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:588;}i:1222;a:7:{s:6:\"family\";s:7:\"Mynerve\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1549;}i:1223;a:7:{s:6:\"family\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"symbols\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1361;}i:1224;a:7:{s:6:\"family\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:424;}i:1225;a:7:{s:6:\"family\";s:12:\"Gentium Plus\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1283;}i:1226;a:7:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:33;}i:1227;a:7:{s:6:\"family\";s:18:\"Noto Serif Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1422;}i:1228;a:7:{s:6:\"family\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:800;}i:1229;a:7:{s:6:\"family\";s:13:\"Anek Gujarati\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:709;}i:1230;a:7:{s:6:\"family\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:409;}i:1231;a:7:{s:6:\"family\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:52;}i:1232;a:7:{s:6:\"family\";s:11:\"Amiri Quran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1403;}i:1233;a:7:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:665;}i:1234;a:7:{s:6:\"family\";s:11:\"Victor Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1541;}i:1235;a:7:{s:6:\"family\";s:19:\"Noto Serif Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"armenian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:257;}i:1236;a:7:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:89;}i:1237;a:7:{s:6:\"family\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:473;}i:1238;a:7:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:947;}i:1239;a:7:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:109;}i:1240;a:7:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:51;}i:1241;a:7:{s:6:\"family\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"gothic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1295;}i:1242;a:7:{s:6:\"family\";s:12:\"Martian Mono\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-02-23\";s:8:\"category\";s:9:\"monospace\";s:13:\"trendingIndex\";i:1511;}i:1243;a:7:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1404;}i:1244;a:7:{s:6:\"family\";s:7:\"Labrada\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:191;}i:1245;a:7:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:399;}i:1246;a:7:{s:6:\"family\";s:8:\"Agdasima\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1393;}i:1247;a:7:{s:6:\"family\";s:17:\"Noto Serif Khojki\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"khojki\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1540;}i:1248;a:7:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:400;}i:1249;a:7:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:100;}i:1250;a:7:{s:6:\"family\";s:23:\"Tiro Devanagari Marathi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:750;}i:1251;a:7:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:541;}i:1252;a:7:{s:6:\"family\";s:14:\"Lavishly Yours\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:872;}i:1253;a:7:{s:6:\"family\";s:8:\"Solitreo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:992;}i:1254;a:7:{s:6:\"family\";s:9:\"Lisu Bosa\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"lisu\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1556;}i:1255;a:7:{s:6:\"family\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"adlam\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1560;}i:1256;a:7:{s:6:\"family\";s:14:\"Monomaniac One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:752;}i:1257;a:7:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1484;}i:1258;a:7:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:384;}i:1259;a:7:{s:6:\"family\";s:14:\"Ysabeau Infant\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1231;}i:1260;a:7:{s:6:\"family\";s:5:\"Nabla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:150;}i:1261;a:7:{s:6:\"family\";s:24:\"Tiro Devanagari Sanskrit\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1289;}i:1262;a:7:{s:6:\"family\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:216;}i:1263;a:7:{s:6:\"family\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1407;}i:1264;a:7:{s:6:\"family\";s:5:\"Phudu\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-02-16\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:19;}i:1265;a:7:{s:6:\"family\";s:7:\"Carlito\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:113;}i:1266;a:7:{s:6:\"family\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"samaritan\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1331;}i:1267;a:7:{s:6:\"family\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:19:\"indic-siyaq-numbers\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:10;}i:1268;a:7:{s:6:\"family\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:349;}i:1269;a:7:{s:6:\"family\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:255;}i:1270;a:7:{s:6:\"family\";s:16:\"Noto Serif Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1001;}i:1271;a:7:{s:6:\"family\";s:21:\"Noto Sans Thai Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:448;}i:1272;a:7:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1380;}i:1273;a:7:{s:6:\"family\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:313;}i:1274;a:7:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:510;}i:1275;a:7:{s:6:\"family\";s:10:\"Babylonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:398;}i:1276;a:7:{s:6:\"family\";s:16:\"Tai Heritage Pro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tai-viet\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:27;}i:1277;a:7:{s:6:\"family\";s:11:\"Neonderthaw\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1370;}i:1278;a:7:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:710;}i:1279;a:7:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:544;}i:1280;a:7:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:698;}i:1281;a:7:{s:6:\"family\";s:19:\"Noto Serif Vithkuqi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"vithkuqi\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:183;}i:1282;a:7:{s:6:\"family\";s:7:\"Ysabeau\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-04-20\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:907;}i:1283;a:7:{s:6:\"family\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:608;}i:1284;a:7:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:479;}i:1285;a:7:{s:6:\"family\";s:10:\"Finlandica\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1170;}i:1286;a:7:{s:6:\"family\";s:10:\"Lumanosimo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1565;}i:1287;a:7:{s:6:\"family\";s:9:\"Vina Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:34;}i:1288;a:7:{s:6:\"family\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:546;}i:1289;a:7:{s:6:\"family\";s:14:\"Kdam Thmor Pro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1189;}i:1290;a:7:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1306;}i:1291;a:7:{s:6:\"family\";s:19:\"Noto Serif Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:513;}i:1292;a:7:{s:6:\"family\";s:12:\"Rubik Glitch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:169;}i:1293;a:7:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:657;}i:1294;a:7:{s:6:\"family\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:639;}i:1295;a:7:{s:6:\"family\";s:17:\"Gentium Book Plus\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:91;}i:1296;a:7:{s:6:\"family\";s:9:\"Tilt Neon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:865;}i:1297;a:7:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:614;}i:1298;a:7:{s:6:\"family\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1334;}i:1299;a:7:{s:6:\"family\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:145;}i:1300;a:7:{s:6:\"family\";s:14:\"Ysabeau Office\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1518;}i:1301;a:7:{s:6:\"family\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:374;}i:1302;a:7:{s:6:\"family\";s:12:\"Bungee Spice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1553;}i:1303;a:7:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:818;}i:1304;a:7:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:807;}i:1305;a:7:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1527;}i:1306;a:7:{s:6:\"family\";s:10:\"Cairo Play\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:210;}i:1307;a:7:{s:6:\"family\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:330;}i:1308;a:7:{s:6:\"family\";s:16:\"Rubik Distressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:476;}i:1309;a:7:{s:6:\"family\";s:9:\"Bruno Ace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-04-20\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:28;}i:1310;a:7:{s:6:\"family\";s:13:\"Dai Banna SIL\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"new-tai-lue\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1550;}i:1311;a:7:{s:6:\"family\";s:13:\"Anek Gurmukhi\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:288;}i:1312;a:7:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:902;}i:1313;a:7:{s:6:\"family\";s:14:\"Darumadrop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:615;}i:1314;a:7:{s:6:\"family\";s:18:\"Noto Serif Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:9;}i:1315;a:7:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:629;}i:1316;a:7:{s:6:\"family\";s:6:\"Foldit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:38;}i:1317;a:7:{s:6:\"family\";s:13:\"Rubik Puddles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:138;}i:1318;a:7:{s:6:\"family\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1290;}i:1319;a:7:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:263;}i:1320;a:7:{s:6:\"family\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:61;}i:1321;a:7:{s:6:\"family\";s:10:\"Tiro Tamil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:837;}i:1322;a:7:{s:6:\"family\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1559;}i:1323;a:7:{s:6:\"family\";s:14:\"Climate Crisis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:124;}i:1324;a:7:{s:6:\"family\";s:9:\"Lugrasimo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1566;}i:1325;a:7:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1057;}i:1326;a:7:{s:6:\"family\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"tangut\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:267;}i:1327;a:7:{s:6:\"family\";s:6:\"Updock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:456;}i:1328;a:7:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1207;}i:1329;a:7:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1190;}i:1330;a:7:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1075;}i:1331;a:7:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:211;}i:1332;a:7:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:355;}i:1333;a:7:{s:6:\"family\";s:16:\"Edu QLD Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:50;}i:1334;a:7:{s:6:\"family\";s:10:\"Ysabeau SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1535;}i:1335;a:7:{s:6:\"family\";s:22:\"Noto Sans Meetei Mayek\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"meetei-mayek\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:24;}i:1336;a:7:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:163;}i:1337;a:7:{s:6:\"family\";s:16:\"Noto Serif Tamil\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:278;}i:1338;a:7:{s:6:\"family\";s:11:\"Rubik Vinyl\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:178;}i:1339;a:7:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:782;}i:1340;a:7:{s:6:\"family\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:111;}i:1341;a:7:{s:6:\"family\";s:8:\"Hubballi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1088;}i:1342;a:7:{s:6:\"family\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"tibetan\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1316;}i:1343;a:7:{s:6:\"family\";s:8:\"Lunasima\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1564;}i:1344;a:7:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:366;}i:1345;a:7:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:854;}i:1346;a:7:{s:6:\"family\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:262;}i:1347;a:7:{s:6:\"family\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:528;}i:1348;a:7:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:466;}i:1349;a:7:{s:6:\"family\";s:6:\"Marhey\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:371;}i:1350;a:7:{s:6:\"family\";s:16:\"Bacasime Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1507;}i:1351;a:7:{s:6:\"family\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"javanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1215;}i:1352;a:7:{s:6:\"family\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:47;}i:1353;a:7:{s:6:\"family\";s:12:\"Anek Kannada\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1167;}i:1354;a:7:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:753;}i:1355;a:7:{s:6:\"family\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:526;}i:1356;a:7:{s:6:\"family\";s:13:\"Rubik Bubbles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1534;}i:1357;a:7:{s:6:\"family\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:916;}i:1358;a:7:{s:6:\"family\";s:22:\"Edu NSW ACT Foundation\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1420;}i:1359;a:7:{s:6:\"family\";s:9:\"Anek Odia\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:890;}i:1360;a:7:{s:6:\"family\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:5:\"tamil\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:238;}i:1361;a:7:{s:6:\"family\";s:8:\"Kablammo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1440;}i:1362;a:7:{s:6:\"family\";s:9:\"Rubik Iso\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:44;}i:1363;a:7:{s:6:\"family\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:71;}i:1364;a:7:{s:6:\"family\";s:14:\"Aref Ruqaa Ink\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:666;}i:1365;a:7:{s:6:\"family\";s:12:\"Send Flowers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1501;}i:1366;a:7:{s:6:\"family\";s:13:\"Reem Kufi Ink\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:186;}i:1367;a:7:{s:6:\"family\";s:24:\"Noto Sans Syriac Eastern\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"syriac\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1557;}i:1368;a:7:{s:6:\"family\";s:5:\"Blaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1287;}i:1369;a:7:{s:6:\"family\";s:22:\"Edu VIC WA NT Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1090;}i:1370;a:7:{s:6:\"family\";s:16:\"Edu TAS Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:78;}i:1371;a:7:{s:6:\"family\";s:26:\"Alumni Sans Collegiate One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:914;}i:1372;a:7:{s:6:\"family\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:882;}i:1373;a:7:{s:6:\"family\";s:6:\"Splash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:107;}i:1374;a:7:{s:6:\"family\";s:18:\"Noto Serif Tibetan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"tibetan\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:590;}i:1375;a:7:{s:6:\"family\";s:22:\"Noto Sans Cypro Minoan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cypro-minoan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1569;}i:1376;a:7:{s:6:\"family\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:53;}i:1377;a:7:{s:6:\"family\";s:15:\"Castoro Titling\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1508;}i:1378;a:7:{s:6:\"family\";s:21:\"Alumni Sans Pinstripe\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:702;}i:1379;a:7:{s:6:\"family\";s:13:\"Bagel Fat One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1388;}i:1380;a:7:{s:6:\"family\";s:18:\"Noto Sans Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1437;}i:1381;a:7:{s:6:\"family\";s:14:\"Palette Mosaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1109;}i:1382;a:7:{s:6:\"family\";s:13:\"Reem Kufi Fun\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:621;}i:1383;a:7:{s:6:\"family\";s:17:\"Rubik Spray Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1315;}i:1384;a:7:{s:6:\"family\";s:6:\"Sigmar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1455;}i:1385;a:7:{s:6:\"family\";s:12:\"Rubik Pixels\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:48;}i:1386;a:7:{s:6:\"family\";s:10:\"Diphylleia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:636;}i:1387;a:7:{s:6:\"family\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"adlam\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:98;}i:1388;a:7:{s:6:\"family\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:530;}i:1389;a:7:{s:6:\"family\";s:19:\"Konkhmer Sleokchher\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1293;}i:1390;a:7:{s:6:\"family\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1382;}i:1391;a:7:{s:6:\"family\";s:24:\"Noto Serif Ottoman Siyaq\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:21:\"ottoman-siyaq-numbers\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:184;}i:1392;a:7:{s:6:\"family\";s:14:\"Rubik 80s Fade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:314;}i:1393;a:7:{s:6:\"family\";s:15:\"Tsukimi Rounded\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1408;}i:1394;a:7:{s:6:\"family\";s:17:\"Noto Serif Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-04-04\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:537;}i:1395;a:7:{s:6:\"family\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:137;}i:1396;a:7:{s:6:\"family\";s:7:\"Narnoor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:13:\"gunjala-gondi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1421;}i:1397;a:7:{s:6:\"family\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:805;}i:1398;a:7:{s:6:\"family\";s:5:\"Comme\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1272;}i:1399;a:7:{s:6:\"family\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:618;}i:1400;a:7:{s:6:\"family\";s:7:\"My Soul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:711;}i:1401;a:7:{s:6:\"family\";s:10:\"Gajraj One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:54;}i:1402;a:7:{s:6:\"family\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"mongolian\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1371;}i:1403;a:7:{s:6:\"family\";s:17:\"Noto Rashi Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:223;}i:1404;a:7:{s:6:\"family\";s:30:\"Noto Serif Khitan Small Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:19:\"khitan-small-script\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1568;}i:1405;a:7:{s:6:\"family\";s:11:\"Tiro Telugu\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-02-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:162;}i:1406;a:7:{s:6:\"family\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:99;}i:1407;a:7:{s:6:\"family\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:469;}i:1408;a:7:{s:6:\"family\";s:5:\"Orbit\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1084;}i:1409;a:7:{s:6:\"family\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:37;}i:1410;a:7:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1538;}i:1411;a:7:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:810;}i:1412;a:7:{s:6:\"family\";s:7:\"Rock 3D\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:413;}i:1413;a:7:{s:6:\"family\";s:13:\"Rubik Microbe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:671;}i:1414;a:7:{s:6:\"family\";s:10:\"Moirai One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1385;}i:1415;a:7:{s:6:\"family\";s:18:\"Noto Serif Makasar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"makasar\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1548;}i:1416;a:7:{s:6:\"family\";s:8:\"Tapestry\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:598;}i:1417;a:7:{s:6:\"family\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"coptic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:474;}i:1418;a:7:{s:6:\"family\";s:13:\"Slackside One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1375;}i:1419;a:7:{s:6:\"family\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:243;}i:1420;a:7:{s:6:\"family\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"syloti-nagri\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1441;}i:1421;a:7:{s:6:\"family\";s:19:\"Noto Serif Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:194;}i:1422;a:7:{s:6:\"family\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"cypriot\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:573;}i:1423;a:7:{s:6:\"family\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:228;}i:1424;a:7:{s:6:\"family\";s:12:\"Blaka Hollow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1491;}i:1425;a:7:{s:6:\"family\";s:11:\"Rubik Storm\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:592;}i:1426;a:7:{s:6:\"family\";s:21:\"Noto Sans Nag Mundari\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"nag-mundari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:173;}i:1427;a:7:{s:6:\"family\";s:10:\"Chokokutai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1397;}i:1428;a:7:{s:6:\"family\";s:10:\"Gasoek One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1517;}i:1429;a:7:{s:6:\"family\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"music\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:160;}i:1430;a:7:{s:6:\"family\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"lepcha\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:599;}i:1431;a:7:{s:6:\"family\";s:18:\"Noto Sans Cherokee\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:365;}i:1432;a:7:{s:6:\"family\";s:7:\"Shizuru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:181;}i:1433;a:7:{s:6:\"family\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:4:\"ahom\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:166;}i:1434;a:7:{s:6:\"family\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:188;}i:1435;a:7:{s:6:\"family\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:494;}i:1436;a:7:{s:6:\"family\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"sora-sompeng\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:467;}i:1437;a:7:{s:6:\"family\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:13:\"old-hungarian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:17;}i:1438;a:7:{s:6:\"family\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:324;}i:1439;a:7:{s:6:\"family\";s:29:\"Noto Sans Canadian Aboriginal\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:19:\"canadian-aboriginal\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:844;}i:1440;a:7:{s:6:\"family\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:69;}i:1441;a:7:{s:6:\"family\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"old-italic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1552;}i:1442;a:7:{s:6:\"family\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:241;}i:1443;a:7:{s:6:\"family\";s:20:\"Noto Sans Lao Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1447;}i:1444;a:7:{s:6:\"family\";s:15:\"Grandiflora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-07\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:1428;}i:1445;a:7:{s:6:\"family\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tai-viet\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:203;}i:1446;a:7:{s:6:\"family\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:351;}i:1447;a:7:{s:6:\"family\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"nushu\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:519;}i:1448;a:7:{s:6:\"family\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"carian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:589;}i:1449;a:7:{s:6:\"family\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"miao\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:577;}i:1450;a:7:{s:6:\"family\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"tagalog\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:209;}i:1451;a:7:{s:6:\"family\";s:15:\"Rubik Gemstones\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:419;}i:1452;a:7:{s:6:\"family\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:20:\"egyptian-hieroglyphs\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:207;}i:1453;a:7:{s:6:\"family\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"deseret\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:285;}i:1454;a:7:{s:6:\"family\";s:18:\"Noto Sans Vithkuqi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"vithkuqi\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1392;}i:1455;a:7:{s:6:\"family\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:16:\"imperial-aramaic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:260;}i:1456;a:7:{s:6:\"family\";s:21:\"Noto Sans Nandinagari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"nandinagari\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1563;}i:1457;a:7:{s:6:\"family\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:2:\"yi\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:62;}i:1458;a:7:{s:6:\"family\";s:17:\"M PLUS Code Latin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1134;}i:1459;a:7:{s:6:\"family\";s:12:\"Rubik Burned\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1082;}i:1460;a:7:{s:6:\"family\";s:18:\"Rubik Marker Hatch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:1330;}i:1461;a:7:{s:6:\"family\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:302;}i:1462;a:7:{s:6:\"family\";s:21:\"Yuji Hentaigana Akari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:1275;}i:1463;a:7:{s:6:\"family\";s:16:\"Noto Sans Thaana\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"thaana\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:393;}i:1464;a:7:{s:6:\"family\";s:14:\"Ingrid Darling\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:254;}i:1465;a:7:{s:6:\"family\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"sundanese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-03-01\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1567;}i:1466;a:7:{s:6:\"family\";s:15:\"Noto Serif Toto\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"toto\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:861;}i:1467;a:7:{s:6:\"family\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"new-tai-lue\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:25;}i:1468;a:7:{s:6:\"family\";s:14:\"Noto Sans Cham\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:4:\"cham\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:867;}i:1469;a:7:{s:6:\"family\";s:23:\"Noto Sans Mende Kikakui\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:13:\"mende-kikakui\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:381;}i:1470;a:7:{s:6:\"family\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"bamum\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:722;}i:1471;a:7:{s:6:\"family\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"marchen\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:798;}i:1472;a:7:{s:6:\"family\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"kayah-li\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:154;}i:1473;a:7:{s:6:\"family\";s:9:\"Blaka Ink\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:315;}i:1474;a:7:{s:6:\"family\";s:16:\"Noto Sans Tangsa\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"tangsa\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1344;}i:1475;a:7:{s:6:\"family\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"ugaritic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:286;}i:1476;a:7:{s:6:\"family\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:3:\"mro\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:65;}i:1477;a:7:{s:6:\"family\";s:7:\"Mingzat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"lepcha\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:214;}i:1478;a:7:{s:6:\"family\";s:23:\"Yuji Hentaigana Akebono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2023-05-31\";s:8:\"category\";s:11:\"handwriting\";s:13:\"trendingIndex\";i:306;}i:1479;a:7:{s:6:\"family\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"avestan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-03-21\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:778;}i:1480;a:7:{s:6:\"family\";s:19:\"Noto Serif Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:392;}i:1481;a:7:{s:6:\"family\";s:10:\"Rubik Maze\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:379;}i:1482;a:7:{s:6:\"family\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"old-persian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:348;}i:1483;a:7:{s:6:\"family\";s:19:\"Noto Serif NP Hmong\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:22:\"nyiakeng-puachue-hmong\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:411;}i:1484;a:7:{s:6:\"family\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"balinese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:811;}i:1485;a:7:{s:6:\"family\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"glagolitic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:387;}i:1486;a:7:{s:6:\"family\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"cuneiform\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1051;}i:1487;a:7:{s:6:\"family\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"hanunoo\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:202;}i:1488;a:7:{s:6:\"family\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sharada\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-18\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:339;}i:1489;a:7:{s:6:\"family\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"brahmi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:312;}i:1490;a:7:{s:6:\"family\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:21:\"inscriptional-pahlavi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:423;}i:1491;a:7:{s:6:\"family\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tifinagh\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:431;}i:1492;a:7:{s:6:\"family\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tai-tham\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:517;}i:1493;a:7:{s:6:\"family\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"balinese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:498;}i:1494;a:7:{s:6:\"family\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"grantha\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:90;}i:1495;a:7:{s:6:\"family\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"limbu\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:553;}i:1496;a:7:{s:6:\"family\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"medefaidrin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:252;}i:1497;a:7:{s:6:\"family\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"buhid\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:279;}i:1498;a:7:{s:6:\"family\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:16:\"zanabazar-square\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:305;}i:1499;a:7:{s:6:\"family\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"ol-chiki\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:274;}i:1500;a:7:{s:6:\"family\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"pahawh-hmong\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1524;}i:1501;a:7:{s:6:\"family\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"lisu\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:176;}i:1502;a:7:{s:6:\"family\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"saurashtra\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:926;}i:1503;a:7:{s:6:\"family\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:10:\"old-turkic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:93;}i:1504;a:7:{s:6:\"family\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"osage\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:198;}i:1505;a:7:{s:6:\"family\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"palmyrene\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:201;}i:1506;a:7:{s:6:\"family\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:3:\"vai\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:144;}i:1507;a:7:{s:6:\"family\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"bassa-vah\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:375;}i:1508;a:7:{s:6:\"family\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:14:\"mayan-numerals\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1510;}i:1509;a:7:{s:6:\"family\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tagbanwa\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:88;}i:1510;a:7:{s:6:\"family\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"phoenician\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:451;}i:1511;a:7:{s:6:\"family\";s:21:\"Padyakke Expanded One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:7:\"display\";s:13:\"trendingIndex\";i:174;}i:1512;a:7:{s:6:\"family\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"lydian\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:229;}i:1513;a:7:{s:6:\"family\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"yezidi\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:332;}i:1514;a:7:{s:6:\"family\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"shavian\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:36;}i:1515;a:7:{s:6:\"family\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:15:\"psalter-pahlavi\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:127;}i:1516;a:7:{s:6:\"family\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"khudawadi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-07-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:345;}i:1517;a:7:{s:6:\"family\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"newa\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1529;}i:1518;a:7:{s:6:\"family\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hatran\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:106;}i:1519;a:7:{s:6:\"family\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"warang-citi\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1426;}i:1520;a:7:{s:6:\"family\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"tirhuta\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1469;}i:1521;a:7:{s:6:\"family\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:9:\"bhaiksuki\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1513;}i:1522;a:7:{s:6:\"family\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:13:\"masaram-gondi\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1250;}i:1523;a:7:{s:6:\"family\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"modi\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1487;}i:1524;a:7:{s:6:\"family\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"chakma\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:271;}i:1525;a:7:{s:6:\"family\";s:16:\"Noto Serif Oriya\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-03-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:552;}i:1526;a:7:{s:6:\"family\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"takri\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-08-17\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:444;}i:1527;a:7:{s:6:\"family\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"rejang\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:165;}i:1528;a:7:{s:6:\"family\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:17:\"old-north-arabian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:143;}i:1529;a:7:{s:6:\"family\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"lycian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:172;}i:1530;a:7:{s:6:\"family\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"buginese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:766;}i:1531;a:7:{s:6:\"family\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"grantha\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:193;}i:1532;a:7:{s:6:\"family\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"wancho\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:80;}i:1533;a:7:{s:6:\"family\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"siddham\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:161;}i:1534;a:7:{s:6:\"family\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:22:\"inscriptional-parthian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:136;}i:1535;a:7:{s:6:\"family\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"batak\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:156;}i:1536;a:7:{s:6:\"family\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:15:\"hanifi-rohingya\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2023-03-01\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:134;}i:1537;a:7:{s:6:\"family\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:17:\"old-south-arabian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:244;}i:1538;a:7:{s:6:\"family\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"tai-le\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:182;}i:1539;a:7:{s:6:\"family\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"syriac\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:187;}i:1540;a:7:{s:6:\"family\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:16:\"tamil-supplement\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:205;}i:1541;a:7:{s:6:\"family\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"dogra\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:5:\"serif\";s:13:\"trendingIndex\";i:155;}i:1542;a:7:{s:6:\"family\";s:21:\"Noto Sans SignWriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"signwriting\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-01-06\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:231;}i:1543;a:7:{s:6:\"family\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"runic\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:128;}i:1544;a:7:{s:6:\"family\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"linear-a\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:121;}i:1545;a:7:{s:6:\"family\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"kaithi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:119;}i:1546;a:7:{s:6:\"family\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"khojki\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:104;}i:1547;a:7:{s:6:\"family\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:18:\"caucasian-albanian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:500;}i:1548;a:7:{s:6:\"family\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"old-sogdian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:147;}i:1549;a:7:{s:6:\"family\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"osmanya\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:153;}i:1550;a:7:{s:6:\"family\";s:13:\"Noto Sans NKo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:3:\"nko\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2023-01-25\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:1449;}i:1551;a:7:{s:6:\"family\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"ogham\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:117;}i:1552;a:7:{s:6:\"family\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"mandaic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-08-08\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:149;}i:1553;a:7:{s:6:\"family\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"duployan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:151;}i:1554;a:7:{s:6:\"family\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"elymaic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:87;}i:1555;a:7:{s:6:\"family\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"old-permic\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:132;}i:1556;a:7:{s:6:\"family\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"nushu\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:120;}i:1557;a:7:{s:6:\"family\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"kharoshthi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:140;}i:1558;a:7:{s:6:\"family\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"elbasan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:221;}i:1559;a:7:{s:6:\"family\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:13:\"gunjala-gondi\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-28\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:105;}i:1560;a:7:{s:6:\"family\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"soyombo\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:142;}i:1561;a:7:{s:6:\"family\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"pau-cin-hau\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:135;}i:1562;a:7:{s:6:\"family\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"linear-b\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:101;}i:1563;a:7:{s:6:\"family\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sogdian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:122;}i:1564;a:7:{s:6:\"family\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"mahajani\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:103;}i:1565;a:7:{s:6:\"family\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"manichaean\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:130;}i:1566;a:7:{s:6:\"family\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"nabataean\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:125;}i:1567;a:7:{s:6:\"family\";s:18:\"Noto Sans Phags Pa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"phags-pa\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:102;}i:1568;a:7:{s:6:\"family\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"meroitic\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:8:\"category\";s:10:\"sans-serif\";s:13:\"trendingIndex\";i:293;}}}','no'),(2151238,'ls-google-fonts-data-updated','1692474817','no'),(2151239,'ls_gsap_sandboxing','1','yes'),(2151241,'avia_gutenberg_dyn_css_exists_enfold','true','yes'),(2151242,'enfold-attachment_urls','a:0:{}','yes'),(2151254,'ls-latest-version-date','2023-08-11','yes'),(2151255,'wp_maintenance_mode_install','1651093305','yes'),(2151272,'avia_gutenberg_dyn_css_exists_enfold_child','true','yes'),(2151282,'enfold_child-attachment_urls','a:0:{}','yes'),(2179807,'themeisle_sdk_notifications','a:2:{s:17:\"last_notification\";a:2:{s:2:\"id\";s:31:\"wp_maintenance_mode_logger_flag\";s:10:\"display_at\";i:1663561937;}s:24:\"last_notification_active\";i:1663607808;}','yes'),(2200117,'wp_maintenance_mode_review_flag','no','yes'),(2202088,'wpmm_activated','1692897069','yes'),(2202095,'api_key','pub_bbffdb8775564a99dca5d78707488022','yes'),(2202096,'source_language','en','yes'),(2202097,'target_languages','a:1:{i:0;s:2:\"it\";}','yes'),(2202098,'style_change_language','a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}','yes'),(2202099,'style_change_flag','a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}','yes'),(2202100,'style_flag','cir','yes'),(2202101,'style_text','short-text','yes'),(2202102,'style_position_vertical','top','yes'),(2202103,'style_position_horizontal','right','yes'),(2202104,'style_indenting_vertical','32','yes'),(2202105,'style_indenting_horizontal','280','yes'),(2202106,'auto_translate','1','yes'),(2202107,'hide_conveythis_logo','1','yes'),(2202108,'translate_media','0','yes'),(2202109,'translate_document','0','yes'),(2202110,'change_direction','0','yes'),(2202111,'alternate','1','yes'),(2202112,'accept_language','','yes'),(2202113,'blockpages','a:27:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";}','yes'),(2202114,'show_javascript','1','yes'),(2202115,'mb_admin_notice','a:1:{s:26:\"conveythis_two_week_review\";a:3:{s:5:\"start\";s:10:\"08/31/2023\";s:3:\"int\";i:7;s:9:\"dismissed\";i:0;}}','yes'),(2202116,'style_position_type','custom','yes'),(2202117,'style_position_vertical_custom','top','yes'),(2202118,'style_selector_id','langsw','yes'),(2202119,'url_structure','regular','yes'),(2202120,'style_background_color','#ffffff','yes'),(2202121,'style_hover_color','#f6f6f6','yes'),(2202122,'style_border_color','#e0e0e0','yes'),(2202123,'style_text_color','#000000','yes'),(2202124,'style_corner_type','cir','yes'),(2202125,'widget_conveythis','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(2202384,'target_languages_translations','{}','yes'),(2202385,'default_language','','yes'),(2202386,'translate_links','0','yes'),(2202702,'xyz_ics_last_check_time','1692737724','yes'),(2202703,'xyz_ics_latest_version','1.4.1','yes'),(2202704,'xyz_ics_change_log','<version no=\"1.4.1\"><item>Minor bug fixes</item></version>','yes'),(2202707,'icsap_installed_date','1663607169','yes'),(2202708,'xyz_credit_link','0','yes'),(2202709,'xyz_ics_auto_insert','1','yes'),(2202710,'xyz_ics_auto_exception','1','yes'),(2202717,'xyz_ics_premium_version','1.4','yes'),(2202718,'widget_xyz_insert_code_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2202727,'xyz_ips_premium_version_ads','1','yes'),(2202728,'xyz_ips_auto_insert','1','yes'),(2202729,'xyz_ips_auto_exception','1','yes'),(2202733,'widget_xyz_insert_php_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2202739,'wp_maintenance_mode_logger_flag','no','yes'),(2202748,'xyz_ics_sort_order','desc','yes'),(2202749,'xyz_ics_sort_field_name','id','yes'),(2202750,'xyz_ics_limit','20','yes'),(2202751,'xyz_ics_exception_email','0','yes'),(2202752,'xyz_ics_allow_snippet_manage_own_only','0','yes'),(2202753,'xyz_ics_allow_snippet_usage_own_only','0','yes'),(2202754,'xyz_ics_single_snippet_usage_setting_permission','0','yes'),(2202755,'xyz_ics_rm_master_pwd','','yes'),(2202756,'xyz_ics_def_custom_params','','yes'),(2202758,'recovery_mode_email_last_sent','1692895502','yes'),(2202759,'xyz_ics_license_key','7b5d270d143f66676251f64e063ba62c','yes'),(2203155,'inc_popup-config','a:2:{s:13:\"loadingmethod\";s:4:\"ajax\";s:5:\"rules\";a:7:{i:0;s:28:\"class-popup-rule-browser.php\";i:1;s:24:\"class-popup-rule-geo.php\";i:2;s:26:\"class-popup-rule-popup.php\";i:3;s:29:\"class-popup-rule-referrer.php\";i:4;s:24:\"class-popup-rule-url.php\";i:5;s:25:\"class-popup-rule-user.php\";i:6;s:28:\"class-popup-rule-prosite.php\";}}','yes'),(2203156,'popover_installed','6','yes'),(2203159,'hustle_database_version','4.0','yes'),(2203160,'hustle_version','4.5.0','yes'),(2203161,'hustle_migrations','a:2:{i:0;s:18:\"hustle_40_migrated\";i:1;s:19:\"hustle_430_migrated\";}','yes'),(2203162,'widget_hustle_module_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2203163,'widget_inc_opt_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2203164,'hustle_430_modules_to_migrate','a:0:{}','no'),(2203166,'hustle_activated_flag','1','yes'),(2203167,'limit_login_review_notice_shown','1','yes'),(2203178,'wpmudev_notices','a:3:{s:7:\"plugins\";a:1:{s:6:\"hustle\";i:1663636241;}s:5:\"queue\";a:1:{s:6:\"hustle\";a:3:{s:5:\"email\";i:1663636241;s:4:\"rate\";i:1664241041;s:8:\"giveaway\";i:1663809041;}}s:4:\"done\";a:0:{}}','no'),(2203179,'wpmudev_recommended_plugins_registered','a:1:{s:27:\"wordpress-popup/popover.php\";a:1:{s:13:\"registered_at\";i:1663636283;}}','no'),(2203196,'widget_shortcodes-ultimate','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2203198,'su_option_custom-formatting','on','yes'),(2203199,'su_option_skip','on','yes'),(2203200,'su_option_prefix','su_','yes'),(2203201,'su_option_custom-css','','yes'),(2203202,'su_option_supported_blocks','a:3:{i:0;s:14:\"core/paragraph\";i:1;s:14:\"core/shortcode\";i:2;s:13:\"core/freeform\";}','yes'),(2203203,'su_option_generator_access','manage_options','yes'),(2203204,'su_option_enable_shortcodes_in','a:1:{i:0;s:16:\"term_description\";}','yes'),(2203205,'su_option_hide_deprecated','on','yes'),(2203206,'su_option_unsafe_features','','yes'),(2203207,'su_option_version','5.13.2','no'),(2203208,'su_option_dismissed_notices','a:1:{s:4:\"rate\";b:1;}','yes'),(2203211,'su_presets_note','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:6:{s:10:\"note_color\";s:7:\"#FFFF66\";s:10:\"text_color\";s:7:\"#333333\";s:6:\"radius\";s:1:\"3\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:20:\"language button help\";s:7:\"content\";s:152:\"Click the button to see available language choices. Click on the selected language and within 5 seconds the page will refresh with the selected language\";}}}','yes'),(2203226,'su_presets_tooltip','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:13:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"Click language icon to see available language options\";s:8:\"position\";s:5:\"right\";s:10:\"background\";s:7:\"#222222\";s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font_size\";s:2:\"16\";s:10:\"text_align\";s:4:\"left\";s:9:\"max_width\";s:3:\"300\";s:6:\"radius\";s:1:\"5\";s:6:\"shadow\";s:2:\"no\";s:8:\"behavior\";s:5:\"hover\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:24:\"Hover me to open tooltip\";}}}','yes'),(2203450,'ep_exclude_pages','24,139,138,5548,5542,5572,5582,5584,5589,5593,5597,5598,5616,5615,5638,5641,5645,5644,5648,5647,5651,5650,5654,5653,5635,5632,5629,5626,5664,5665,5667,5666,5670,5669,5672,5738,5680,5740,5679,5742,5683,5746,5684,5748,5685,5750,5686,5752,5687,5754,5688,5757,5689,5759,5690,5761,5691,5763,5692,5765,5693,5767,5694,5769,5695,5771,5696,5777,5697,5779,5698,5781,5699,5783,5700,5785,5701,5787,5702,5789,5703,5791,5704,5793,5705,5795,5706,5797,5707,5799,5708,5801,5709,5803,5710,5805,5711,5807,5712,5809,5713,5811,5714,5813,5715,5815,5716,5817,5717,5819,5718,5822,5719,5824,5720,5826,5721,5828,5722,5830,5723,5832,5724,5834,5725,5836,5726,5838,5727,5840,5728,5842,5729,5844,5730,5846,5731,5848,5732,5850,5733,5852,5734,5854,5735,5856,5681,5858,5863,5865,5912,5914,5930,5932,5934,5936,5938,5940,5942,5944,5945,5947,5948,5950,5952,5955,5961,5963,5975,5979,5981,5983,5985,5987,5989,5991,6060,6072,39,6153,6150,6147,6144,6141,6163,6169,6170,6175,6176,6177,6178,6189,6190,6191,6194,6184,6208,6209,6211,6215,6221,6226,6238,6240,6242,6244,6246,6371,6367,6383,6382,6389,6388,6403,6402,6407,6406,6411,6410,6420,6419,6425,6427,6440,6444,6447,6450,6462,6461,6466,6469,6473,6472,6477,6483,6487,6490,6492,6495,6497,6502,6503,6507,6508,6510,6511,6514,6516,6527,6526,6536,6546,6552,6555,6623,6625,6627,6629,6631,37,6639,6640,6642,6645,6648,6723,6716,6725,6680,6727,6672,6729,6717,6731,6664,6733,6665,6735,6666,6737,6667,6739,6668,6741,6669,6743,6670,6745,6671,6748,6673,6751,6674,6754,6675,6757,6676,6759,6677,6762,6678,6765,6679,6768,6681,6771,6682,6774,6683,6776,6684,6779,6685,6782,6686,6785,6687,6788,6688,6790,6689,6793,6690,6796,6691,6799,6692,6802,6693,6805,6694,6808,6695,6811,6696,6814,6697,6817,6698,6820,6699,6823,6700,6826,6701,6829,6702,6831,6704,6833,6705,6835,6662,6837,6706,6839,6707,6841,6708,6844,6709,6847,6661,6852,6663,6855,6710,6858,6711,6861,6712,6864,6713,6867,6714,6870,6715,6876,6877,6887,6888,6891,6898,6900,6902,6905,6907,6909,6911,6913,6915,6919,6922,6924,6928,6931,6937,6938,6942,6943,6954,6957,6958,6960,6962,6970,6969,6972,6977,6983,7012,7011,7058,7057,7060,7062,7065,7066,7084,7085,7086,7091,7096,7098,7107,7109,7115,7116,7118,7120,7122,7124,7127,7131,7130,7134,7136,7139,7141,7170,7171,7173,7202,7204,7206,7208,7210,7212,7214,7216,7218,7220,7223,7225,7226,7227,7228,7231,7233,7235,7237,7239,7238,7257,7261,7265,7267,7269,7273,7275,7277,7279,7282,7284,7291,7294,7296,7299,7307,7308,7310,7312,7326,7325,7331,7333,7335,7337,7340,7339,7355,7356,7359,7457,7459,7462,7464,7466,7469,7471,7473,7475,7479,7481,7487,7489,7491,7493,7495,7521,7548,7551,7553,7558,7561,7564,7566,7568,7570,7572,7573,7575,7576,7577,7578,7597,7598,7600,7601,7613,7616,7618,7622,7624,7640,7643,7645,7647,7650,7653,7655,7657,7659,7661,7663,7675,7676,7678,7680,7682,7684,7686,7690,7693,7695,7698,7700,7703,7705,7707,7709,7714,7716,7722,7724,7726,7728,7732,7735,7738,7741,7744,7746,7748,7749,7751,7752,7753,7756,7767,7770,7776,7777,7778,7782,7784,7830,7832,7859,7860,7994,7993,8000,8002,8003,8005,8009,8011,8013,8017,8019,8025,8024,8031,8032,8036,8040,8042,8044,8054,8053,8059,8063,8066,8075,8079,8081,8104,8122,8124,8127,8129,8135,8137,8150,8149,8154,8159,8160,8163,8169,8174,8177,8189,8200,8202,8204,8205,8208,8209,8214,8216,8235,8236,8238,8240,8242,8244,8246,8248,8250,8253,8281,8284,8289,8294,8310,8315,8320,8394,8396,8405,8412,8430,8490,8492,8495,8498,8500,8506,8510,8512,8514,8517','yes'),(2203690,'aviaAsset_css_filecontent','a:24:{s:13:\"avia-grid-css\";a:6:{s:4:\"name\";s:9:\"avia-grid\";s:3:\"url\";s:63:\"https://valerioanzino.com/wp-content/themes/enfold/css/grid.css\";s:4:\"path\";s:37:\"wp-content/themes/enfold/css/grid.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:7738:\"html{min-width:910px}html.responsive{min-width:0px}.boxed#top{margin:0 auto;overflow:visible} .container{position:relative;width:100%;margin:0 auto;padding:0px 50px;clear:both} .inner-container{position:relative;height:100%;width:100%} .container_wrap{clear:both;position:relative;border-top-style:solid;border-top-width:1px} .unit,.units{float:left;display:inline;margin-left:50px;position:relative;z-index:1;min-height:1px}.row{position:relative;margin-bottom:20px;clear:both} #wrap_all{width:100%;position:static;z-index:2;overflow:hidden} .boxed #wrap_all{overflow:visible} body .unit.alpha,body .units.alpha,body div .first{margin-left:0;clear:left}body .unit.alpha,body .units.alpha{width:100%} .container .av-content-full.units{width:100%}.container .av-content-small.units{width:73%} .boxed#top,.html_boxed.html_header_sticky #header{width:1010px}.container{max-width:1010px} @media only screen and (min-width:768px) and (max-width:989px){.responsive #top{overflow-x:hidden} .responsive .boxed#top ,.responsive.html_boxed.html_header_sticky #header{width:782px} .responsive .container{max-width:782px} .responsive.html_mobile_menu_tablet .boxed #wrap_all{overflow:hidden}} @media only screen and (max-width:989px){.responsive #top #wrap_all .flex_column.av-break-at-tablet,.responsive #top #wrap_all .av-break-at-tablet .flex_cell{margin:0;margin-bottom:20px;width:100%;display:block} .responsive #top #wrap_all .av-break-at-tablet-flextable,.responsive .av-layout-grid-container.av-break-at-tablet{display:block} .responsive #top #wrap_all .av-break-at-tablet-flextable.av-mobile-columns-flex{display:flex;flex-direction:column} .responsive #top #wrap_all .av-break-at-tablet-flexwrapper.av-column-wrapper-individual.av-mobile-columns-flex{display:flex;flex-direction:column;width:100%} .responsive #top #wrap_all .av-break-at-tablet-flextable.av-mobile-columns-flex.av-columns-reverse,.responsive #top #wrap_all .av-break-at-tablet-flexwrapper.av-column-wrapper-individual.av-mobile-columns-flex.av-columns-reverse{flex-direction:column-reverse} .responsive #top #wrap_all .av-flex-cells .no_margin{height:auto !important;overflow:hidden}} @media only screen and (max-width:767px){.responsive .boxed #wrap_all{overflow:hidden} .responsive #top{overflow-x:hidden} .responsive .boxed#top,.responsive #top.boxed .stretch_full ,.responsive.html_boxed.html_header_sticky #header,.responsive.html_boxed.html_header_transparency div #header{width:100%;max-width:100%} .responsive #top .flex_column_table_cell{display:block} .responsive #top .flex_column_table{display:block} .responsive #top #wrap_all .av-mobile-columns-flex{display:flex;flex-direction:column;width:100%} .responsive #top #wrap_all .av-mobile-columns-flex.av-columns-reverse{flex-direction:column-reverse} .responsive #top #wrap_all .container{width:85%;max-width:85%;margin:0 auto;padding-left:0;padding-right:0;float:none} .responsive .units,.responsive .unit{margin:0} .responsive #top .container .av-content-small,.responsive #top #wrap_all .flex_column,.responsive #top #wrap_all .av-flex-cells .no_margin{margin:0;margin-bottom:20px;width:100%} .responsive #top #wrap_all .av-flex-cells .no_margin{display:block;margin:0;height:auto !important;overflow:hidden;padding-left:8% !important;padding-right:8% !important} .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner{width:100%;max-width:100%;margin:0 auto} .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding{padding-left:0% !important;padding-right:0% !important} .responsive #top #wrap_all .flex_column:empty{margin:0}} @media only screen and (min-width:480px) and (max-width:767px){} .container:after{content:\"\\0020\";display:block;height:0;clear:both;visibility:hidden} .clearfix:before,.clearfix:after,.flex_column:before,.flex_column:after,.widget:before,.widget:after{content:\'\\0020\';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.flex_column:after,.clearfix:after{clear:both}.row,.clearfix{zoom:1} .clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0} body div .first,body div .no_margin{margin-left:0}div .flex_column{z-index:1;float:left;position:relative;min-height:1px;width:100%}div .av_one_fifth{margin-left:6%;width:15.2%}div .av_one_fourth{margin-left:6%;width:20.5%}div .av_one_third{margin-left:6%;width:29.333333333333332%}div .av_two_fifth{margin-left:6%;width:36.4%}div .av_one_half{margin-left:6%;width:47%}div .av_three_fifth{margin-left:6%;width:57.599999999999994%}div .av_two_third{margin-left:6%;width:64.66666666666666%}div .av_three_fourth{margin-left:6%;width:73.5%}div .av_four_fifth{margin-left:6%;width:78.8%}div .av_one_sixth{margin-left:6%;width:11.666666666666666%}div .av_one_seventh{margin-left:6%;width:9.142857142857142%}div .av_one_eighth{margin-left:6%;width:7.25%}div .av_one_nineth{margin-left:6%;width:5.777777777777778%}div .av_one_tenth{margin-left:6%;width:4.6%} #top div .no_margin{margin-left:0;margin-top:0}#top .no_margin.av_one_fifth{width:20%}#top .no_margin.av_one_fourth{width:25%}#top .no_margin.av_one_third{width:33.3%}#top .no_margin.av_two_fifth{width:40%}#top .no_margin.av_one_half{width:50%}#top .no_margin.av_three_fifth{width:60%}#top .no_margin.av_two_third{width:66.6%}#top .no_margin.av_three_fourth{width:75%}#top .no_margin.av_four_fifth{width:80%}#top .no_margin.av_one_sixth{width:16.666666666666668%}#top .no_margin.av_one_seventh{width:14.285714285714286%}#top .no_margin.av_one_eighth{width:12.5%}#top .no_margin.av_one_nineth{width:11.11111111111111%}#top .no_margin.av_one_tenth{width:10%} #top .flex_column_table{display:table;table-layout:fixed;width:100%;float:left} #top .flex_column_table.av-equal-height-column-flextable:not(:first-child){margin-top:50px} #top .flex_column_table_cell{float:none;display:table-cell} #top .av-flex-placeholder{display:table-cell;width:6%} .av-align-top{vertical-align:top}.av-align-middle{vertical-align:middle}.av-align-bottom{vertical-align:bottom} @media only screen and (min-width:768px) and (max-width:989px){.responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div,.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth.flex_column_div,.responsive .avia-content-slider-inner .av_one_fourth.flex_column_div{margin-left:4%;width:48%} .responsive #top .no_margin.av_one_fourth{margin-left:0;width:50%} .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div,.responsive .avia-content-slider-inner .av_one_fourth.first.flex_column_div{margin-left:0%;clear:both} .responsive .av_one_half.first.el_before_av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div{width:100%} .responsive .av_one_half.first + .av_one_fourth.flex_column_div,.responsive .av_one_half.first + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div{margin-top:30px}}\";}s:13:\"avia-base-css\";a:6:{s:4:\"name\";s:9:\"avia-base\";s:3:\"url\";s:63:\"https://valerioanzino.com/wp-content/themes/enfold/css/base.css\";s:4:\"path\";s:37:\"wp-content/themes/enfold/css/base.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:15614:\"html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block} body{line-height:1em} ol,ul{list-style:none} .special-quote{quotes:none} .special-quote:before,.special-quote:after{content:\'\';content:none} table{border-collapse:collapse;border-spacing:0} *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} html.responsive,.responsive body{overflow-x:hidden} body{font:13px/1.65em \"HelveticaNeue\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;color:#444;-webkit-text-size-adjust:100%} .arial-websave{font-family:Arial,Helvetica,Helvetica Neue,HelveticaNeue,Verdana,sans-serif} .arial-black-websave{font-family:Arial Black,Arial Bold,Gadget,sans-serif} .arial-narrow-websave{font-family:Arial Narrow,Arial,sans-serif} .helvetica-websave{font-family:Helvetica,\"HelveticaNeue\",\"Helvetica Neue\",Arial,Verdana,sans-serif} .helvetica-neue-websave{font-family:\"HelveticaNeue\",\"Helvetica Neue\",Helvetica,Arial,Verdana,sans-serif} .lucida-sans-websave{font-family:\"Lucida Sans\",\"Lucida Grande\",\"Lucida Sans Unicode\",Helvetica,Helvetica Neue,HelveticaNeue,Arial,sans-serif} .tahoma-websave{font-family:Tahoma,Verdana,Segoe,sans-serif} .trebuchet-ms-websave{font-family:Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif} .verdana-websave{font-family:Verdana,Arial,Helvetica,Geneva,sans-serif} .georgia-websave{font-family:\"Georgia\",\"Times New Roman\",Times,serif} .lucida-bright-websave{font-family:Lucida Bright,Georgia,serif} .palatino-websave{font-family:Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif} .times-new-roman-websave{font-family:TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif} .courier-new-websave{font-family:Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace} .lucida-sans-typewriter-websave{font-family:Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace} .copperplate-websave{font-family:Copperplate,Copperplate Gothic Light,fantasy} .papyrus-websave{font-family:Papyrus,fantasy} .brush-script-mt-websave{font-family:Brush Script MT,cursive} h1,h2,h3,h4,h5,h6{font-weight:600} #top h1 a,#top h2 a,#top h3 a,#top h4 a,#top h5 a,#top h6 a{font-weight:inherit;text-decoration:none;color:inherit} #top h1 strong,#top h2 strong,#top h3 strong,#top h4 strong,#top h5 strong,#top h6 strong{color:inherit} h1{font-size:34px;line-height:1.1em;margin-bottom:14px} h2{font-size:28px;line-height:1.1em;margin-bottom:10px} h3{font-size:20px;line-height:1.1em;margin-bottom:8px} h4{font-size:18px;line-height:1.1em;margin-bottom:4px} h5{font-size:16px;line-height:1.1em} h6{font-size:14px;line-height:1.1em} .flex_column h1 a:hover,.flex_column h2 a:hover,.flex_column h3 a:hover,.flex_column h4 a:hover,.flex_column h5 a:hover,.flex_column h6 a:hover{text-decoration:underline} p + h1,p + h2,p + h3,p + h4,p + h5,p + h6{margin-top:1.5em} p{margin:0.85em 0} p img{margin:0} p.lead{font-size:21px;line-height:27px} em{font-style:italic} strong,b{font-weight:bold} small{font-size:80%} hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:10px 0 30px;height:0} blockquote{border-left-style:solid;border-left-width:7px;padding-left:20px;margin-bottom:1em;margin-right:1em;font-size:1.235em;line-height:1.5em} blockquote small,blockquote cite,blockquote small a,blockquote cite a,blockquote a small,blockquote a cite{font-size:12px} mark{background-color:transparent;color:inherit} a{text-decoration:none;outline:0;max-width:100%;max-width:none\\9} a:hover,a:focus,a:visited{outline:0;text-decoration:underline} p a,p a:visited{line-height:inherit} a.avianolink,.avianolink a{cursor:default} #top .avia_hidden_link_text{display:none} ul,ol{margin-bottom:20px} ul{list-style:none outside;margin-left:7px} ol{list-style:decimal;margin-left:15px} ol,ul.square,ul.circle,ul.disc{} ul.square{list-style:square outside} ul.circle{list-style:circle outside} ul.disc,.entry-content-wrapper ul{list-style:disc outside} ul ul,ul ol,ol ol,ol ul{margin:4px 0 5px 30px} ul ul li,ul ol li,ol ol li,ol ul li{margin-bottom:6px} .entry-content-wrapper li{margin-left:1em;padding:3px 0} .entry-content-wrapper div li{text-indent:0} .entry-content-wrapper .borderlist>li:first-child{border-top:1px solid} .entry-content-wrapper .borderlist>li{border-bottom:1px solid;padding:5px 0;list-style-position:outside;margin:0} img,a img{border:none;padding:0;margin:0;display:inline-block;max-width:100%;height:auto} small.avia-copyright{display:none} input[type=\"submit\"],#submit,.button{padding:9px 22px;cursor:pointer;border:none;-webkit-appearance:none;border-radius:0px} [data-av_icon]:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;content:attr(data-av_icon);speak:never} #top form{margin-bottom:20px} #top fieldset{margin-bottom:20px} #top .input-text,#top input[type=\"text\"],#top input[type=\"input\"],#top input[type=\"password\"],#top input[type=\"email\"],#top input[type=\"number\"],#top input[type=\"url\"],#top input[type=\"tel\"],#top input[type=\"search\"],#top textarea,#top select{-webkit-appearance:none;border:1px solid #e1e1e1;padding:8px 6px;outline:none;font:1em \"HelveticaNeue\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;color:#777;margin:0;width:100%;display:block;margin-bottom:20px;background:#fff;border-radius:0px} #top input[type=\"text\"]:focus,#top input[type=\"password\"]:focus,#top input[type=\"email\"]:focus,#top input[type=\"number\"]:focus,#top input[type=\"url\"]:focus,#top input[type=\"tel\"]:focus,#top input[type=\"search\"]:focus,#top textarea:focus{box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);color:#555} #top textarea{min-height:60px;line-height:1.5em} #top label{font-weight:bold;font-size:0.92em} #top legend{display:block;font-weight:normal;font-size:1.2em} #top select{width:100%} #top input[type=\"checkbox\"]{display:inline} #top label span,#top legend span{font-weight:normal;font-size:13px;color:#444} #top textarea{width:100%} #top #wrap_all .valid .text_input,#top #wrap_all .valid .text_area,#top #wrap_all .valid .select{border:1px solid #9AA600} #top #wrap_all .error .text_input,#top #wrap_all .error .text_area,#top #wrap_all .error .select{border:1px solid #DF653E}#top #wrap_all .ajax_alert .text_input,#top #wrap_all .ajax_alert .text_area,#top #wrap_all .ajax_alert .select{border:1px solid #ffb628}#top #wrap_all .valid .input_checkbox_label{color:#9AA600}#top #wrap_all .error .input_checkbox_label{color:#DF653E} table{width:100%;padding:0;margin:0 0 20px 0;font-size:13px} table caption{padding:0 0 5px 0;width:auto;font-style:italic;text-align:right;font-size:12px} th{font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;text-align:left;padding:9px 12px;border-style:solid;border-width:1px;border-left:none;border-top:none} td{font-size:13px;padding:9px 12px;border-style:solid;border-width:1px;border-left:none;border-top:none} tr th:first-child,tr td:first-child{border-left-style:solid;border-left-width:1px} tr:first-child th,tr:first-child td{border-top-style:solid;border-top-width:1px} #top th.nobg{background:none;border-top:0} pre{clear:both;border-style:solid;border-width:1px;overflow:auto;padding:2em;line-height:2em;font-size:12px;background-image:-webkit-linear-gradient(rgba(0,0,0,.05) 50%,transparent 50%,transparent);background-image:-moz-linear-gradient(rgba(0,0,0,.05) 50%,transparent 50%,transparent);background-image:linear-gradient(rgba(0,0,0,.05) 50%,transparent 50%,transparent);background-size:100% 4em;font-family:Monaco,\"Andale Mono\",\"Courier New\",Courier,monospace;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;transition:all ease-in-out 0.5s;margin-bottom:30px;position:relative;left:0;text-transform:none;width:100%} code{font-family:Monaco,\"Andale Mono\",\"Courier New\",Courier,monospace} iframe,object,embed{max-width:100%} sup{vertical-align:super;font-size:smaller} sub{vertical-align:sub;font-size:smaller} .hidden{position:absolute;top:0;visibility:hidden} .floatleft{float:left} .floatright{float:right} .clearboth{clear:both} .special_amp{font-family:\"Baskerville\",\"Palatino Linotype\",\"Palatino\",\"Times New Roman\",serif;font-style:italic;font-size:1.3em;line-height:0.5em;font-weight:normal} #top .noborder,#top .noborder img{border:none;padding:0;background:transparent} .bg_container{background-position:center center;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;height:100%;width:100%;position:fixed;z-index:-1;top:0;left:0} .image-overlay{position:absolute;background:#fff;z-index:300;height:100%;width:100%;opacity:0;filter:alpha(opacity=0)} .avia_transform a .image-overlay{-webkit-transition:opacity 0.4s ease-in-out;-moz-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out} .avia_transform a:hover .image-overlay{opacity:0.7 !important} .image-overlay .image-overlay-inside{height:100%;width:100%;position:absolute;left:0;top:0} .image-overlay .image-overlay-inside:before{position:absolute;border-radius:50px;background:#000;height:80px;width:80px;line-height:80px;left:50%;top:50%;margin:-40px 0 0 -40px;z-index:500;text-align:center;color:#fff} .image-overlay .image-overlay-inside:before{content:\"\\E869\";font-family:\'entypo-fontello\';font-size:18px;font-weight:normal} .image-overlay.overlay-type-extern .image-overlay-inside:before{content:\"\\E832\"} .image-overlay.overlay-type-video .image-overlay-inside:before{content:\"\\E897\"} #top .hide-inner-overlay .image-overlay-inside{display:none} body .alignleft,.entry-content-wrapper a:hover .alignleft{float:left;margin:4px 10px 0px 0;display:block;position:relative}body .alignright,.entry-content-wrapper a:hover .alignright{float:right;margin:4px 0px 0px 10px;display:block;position:relative}body .aligncenter,.entry-content-wrapper a:hover .aligncenter{clear:both;display:block;margin:10px auto;padding:10px 0;position:relative}.alignleft img,.alignright img{display:block} #top .gallery a,#top .gallery a img{border:none;max-width:100%;display:block;position:relative} #top .gallery .gallery-item{margin:1px 1px 0 0;width:80px;height:80px;padding:0} #top .gallery-caption{display:none} .bypostauthor{} .gallery-icon{margin:0} .gallery-item{margin:0} .avia_textblock .gallery p{display:none} div .wp-caption{max-width:100%;font-size:11px;font-style:italic;border-width:1px;border-style:solid;margin:5px 15px 10px 0;position:relative} #top .wp-caption img{border:medium none;display:block;padding:5px;margin:0;width:100%} .wp-caption-text,#top .wp-caption .wp-caption-dd{display:block;font-size:11px;font-style:italic;margin:0 auto;padding:3px 10px 5px;text-align:center;font-family:Georgia,\"Times New Roman\";float:none} #top .wp-caption.aligncenter{margin:5px auto 10px auto;padding:0} #top .wp-caption.alignright{margin:4px 0px 0px 10px} #top .wp-smiley{display:inline-block;border:none} #wp-calendar td,#wp-calendar th{text-align:center;font-size:11px;padding:3px} @media only screen and (min-width:990px){.responsive.av-no-preview #top #wrap_all .av-desktop-hide,.responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,.responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden{display:none}} @media only screen and (min-width:768px) and (max-width:989px){.responsive.av-no-preview #top #wrap_all .av-medium-hide,.responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,.responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden{display:none}} @media only screen and (min-width:480px) and (max-width:767px){.responsive.av-no-preview #top #wrap_all .av-small-hide,.responsive.av-no-preview #top #wrap_all .av-small-font-size-hidden,.responsive.av-no-preview #top #wrap_all .av-small-font-size-title-hidden{display:none}} @media only screen and (max-width:479px){.responsive.av-no-preview #top #wrap_all .av-mini-hide,.responsive.av-no-preview #top #wrap_all .av-mini-font-size-hidden,.responsive.av-no-preview #top #wrap_all .av-mini-font-size-title-hidden{display:none}} @media print{.page-break{display:block;page-break-before:always}p,a,strong{color:#000!important}a{text-decoration:underline}.entry-content a:after{content:\" [\" attr(href) \"] \"}.related_posts a:after{content:attr(title)}.container{width:100%}#top{overflow-x:hidden}.boxed#top{width:100%}.container{width:100%;margin:0 auto}.units,.unit{margin:0}.container .one.unit,.container .one.units,.container .two.units,.container .three.units,.container .four.units,.container .five.units,.container .six.units,.container .seven.units,.container .eight.units,.container .nine.units,.container .ten.units,.container .eleven.units,.container .twelve.units,#top .flex_column{margin:0;margin-bottom:20px;width:100%}#top.boxed .stretch_full{width:100%}#top .offset-by-one,#top .offset-by-two,#top .offset-by-three,#top .offset-by-four,#top .offset-by-five,#top .offset-by-six,#top .offset-by-seven,#top .offset-by-eight,#top .offset-by-nine,#top .offset-by-ten,#top .offset-by-eleven{padding-left:0}.avia-section-large .content,.avia-section-large .sidebar{padding-top:2%;padding-bottom:2%}#top .flex_column.av_one_half{width:48%}#top .flex_column.av_one_half.first{padding-right:2%}.fixed_header #header,.html_header_top.html_header_sticky #header{position:relative;top:0}.fixed_header #main{padding-top:0}#header_main{border-bottom:0}nav,#footer,#scroll-top-link,#av-cookie-consent-badge,.image-overlay,#top #main .sidebar,#commentform,.comment_container .miniheading,.comment_container .minitext,#top .avia-post-nav{display:none}.avia-shadow{box-shadow:inset 0 0 0 rgba(0,0,0,0)}.grid-entry .inner-entry{margin-right:0;box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0)}.content{border:0}.boxed .container{margin:0}.avia-layerslider,.avia-fullwidth-slider{display:none}.avia_transform .avia-icon-list .iconlist_icon{opacity:1;-moz-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}#top .tab_titles{display:none}#top .tabcontainer .tab.fullsize-tab{display:block;border-bottom:none}#top .tab_content{display:block;visibility:visible;z-index:3;position:relative;overflow:auto;border-style:solid;border-width:1px;border-radius:2px;left:0;width:auto;background-color:#fcfcfc;color:#666}#top .tab_inner_content{left:0}#top .toggle_wrap{visibility:visible;display:block;position:static}.grid-sort-container{width:60%;margin:0 auto}#top .isotope-item{position:initial!important;top:0!important;left:0!important;-webkit-transform:translate3d(0,0,0)!important}.avia-progress-bar{margin:5px 0;border:1px solid #555!important;border-radius:3px!important}.avia-progress-bar .progress{box-shadow:inset 0 0 0 0 rgba(0,0,0,0)!important;border:0!important}.avia-progress-bar div.progress .bar{border:0 solid;border-right:1px solid #555!important;border-radius:0}.avia-testimonial-image{margin:0;width:100%;float:none;text-align:center;margin-bottom:15px;height:auto}.avia-grid-testimonials .avia-testimonial-meta{margin-left:0}body div .avia-testimonial{display:block;float:left}.avia_transform .avia-testimonial .avia-testimonial-image{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.avia_transform .avia-gallery-thumb img{opacity:1}}\";}s:15:\"avia-layout-css\";a:6:{s:4:\"name\";s:11:\"avia-layout\";s:3:\"url\";s:65:\"https://valerioanzino.com/wp-content/themes/enfold/css/layout.css\";s:4:\"path\";s:39:\"wp-content/themes/enfold/css/layout.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:74039:\"#header{position:relative;z-index:501;width:100%;background:transparent} #header_main .container,.main_menu ul:first-child > li a{height:88px;line-height:88px} .html_header_top.html_header_sticky #main{padding-top:88px}.html_header_top.html_header_transparency #header{position:absolute}.html_header_top.html_header_sticky #header{position:fixed}.html_header_top.html_header_sticky.html_bottom_nav_header #main{padding-top:140px}.html_bottom_nav_header .avia-search-tooltip{top:101% !important;margin-left:-130px}.html_header_top.html_header_sticky.html_header_unstick_top .header-scrolled-full#header{} .html_header_top.html_header_sticky.html_large #main{padding-top:116px}.html_header_top.html_header_sticky.html_large #header_main .container,.html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li a{height:116px;line-height:116px}.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main{padding-top:168px} .html_header_top #top .av_header_stretch .container{width:96%;padding:0;max-width:100%} .html_header_top #top .av_logo_right .logo{left:auto;right:0}.html_header_top #top .av_menu_left .main_menu{left:0px;right:auto}.html_header_top.html_main_nav_header #top .av_menu_left .main_menu{left:-13px;right:auto} .html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a{height:50px;line-height:50px}.html_header_top .av_bottom_nav_header .av-logo-container .main_menu{display:none} .html_header_top.html_bottom_nav_header #header_main{z-index:3}.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu{clear:both;position:relative;line-height:40px;height:100%;width:100%;float:left}.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div,.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child{width:100%;height:50px}.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child>li:hover{z-index:1000;position:relative}.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu .menu-item-search-dropdown{float:right} #header_main_alternate{z-index:2}#header #header_main_alternate .container{max-height:none;height:auto}#header_main_alternate .main_menu .menu li ul ul{left:207px}#header_main_alternate .avia_mega_div{right:auto;left:0} .html_header_top.html_logo_center .main_menu{text-align:center}.html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child{display:inline-block;width:auto;position:static}.html_header_top.html_logo_center .logo{left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)} .avia-msie-8 .logo img,.avia-msie-8 .logo svg{height:100%}.avia-msie-8.html_header_top.html_logo_center .logo{left:46%} .html_header_top.html_bottom_nav_header.html_logo_right .main_menu ul:first-child{width:auto;float:right}.html_header_top.html_bottom_nav_header.html_logo_right .main_menu ul:first-child{width:auto;float:right} .html_header_top.html_header_topbar_active.html_header_sticky #top #main{padding-top:119px}.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main{padding-top:147px}.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main{padding-top:170px}.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main{padding-top:198px} .av_icon_active_left .social_bookmarks{float:left}.av_icon_active_right .social_bookmarks{float:right}.av_secondary_right .sub_menu{float:right}.av_phone_active_left .phone-info{float:left}.av_phone_active_right .phone-info{float:right} .phone-info{float:left;font-weight:bold;line-height:20px;font-size:11px;padding:5px 0} .phone-info div{display:inline-block;line-height:1em} .av_secondary_left .sub_menu>ul>li:last-child,.av_secondary_left .sub_menu>div>ul>li:last-child{border:none;padding-right:0}.av_secondary_right .sub_menu>ul>li:last-child,.av_secondary_right .sub_menu>div>ul>li:last-child{border:none;margin-right:0px;padding-right:0;padding-left:10px} .av_secondary_left .sub_menu>ul>li:first-child{padding-left:0}.av_icon_active_left.av_secondary_left .sub_menu>ul>li:first-child{padding-left:10px}.av_icon_active_right.av_secondary_right .sub_menu>ul>li:first-child{padding-left:10px} .av_secondary_right .sub_menu{padding-left:10px}.av_icon_active_right .social_bookmarks{padding-left:20px} .av_secondary_left .sub_menu{padding-right:10px} .html_boxed #main{position:static;overflow:hidden}.html_logo_right.html_bottom_nav_header #header_main .social_bookmarks{right:auto;left:0} #top nav .social_bookmarks{position:relative;top:50%;margin-top:-16px;right:0;overflow:hidden;clear:none;float:left} .avia-menu.av_menu_icon_beside{padding-right:25px;margin-right:25px;border-right-width:1px;border-right-style:solid;-webkit-transition:border-color 0.2s ease-in-out;transition:border-color 0.2s ease-in-out}.fallback_menu + .social_bookmarks{padding-left:18px} #header_meta{border-top:none;z-index:10;min-height:30px;border-bottom-style:solid;border-bottom-width:1px;margin-bottom:-1px} #header_meta .container{min-height:30px} #header_main{border-bottom-width:1px;border-bottom-style:solid;z-index:1} #header.shadow{box-shadow:0px 0px 3px rgba(0,0,0,0.2)} .header_bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.95;filter:alpha(opacity=95);z-index:0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;-webkit-perspective:1000px;-webkit-backface-visibility:hidden} .html_header_sticky_disabled .header_bg{opacity:1;filter:alpha(opacity=100)}.avia-msie-8.html_header_transparency .av_header_sticky_disabled#header{background:transparent} .av_minimal_header .header_bg{opacity:1;filter:alpha(opacity=100)}.av_minimal_header #header_main,.av_minimal_header #header_meta{border:none}.av_minimal_header .avia-menu-fx{display:none}#top #header.av_minimal_header .main_menu ul:first-child >li > ul,#top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu{border-top:none}.av_minimal_header #header_main .container,.av_minimal_header .main_menu ul:first-child > li a{height:90px;line-height:90px}.html_header_top.html_header_sticky.html_large .av_minimal_header #header_main .container,.html_header_top.html_header_sticky.html_large.html_main_nav_header .av_minimal_header .main_menu ul:first-child > li a{height:118px;line-height:118px} #top .av_minimal_header #s{border:none;padding:12px 47px 12px 5px}#top .av_minimal_header .av_ajax_search_entry{border:none} .av_minimal_header_shadow{box-shadow:0 0 2px 1px rgba(0,0,0,0.1)}.av_minimal_header_shadow.av_header_transparency{box-shadow:0 0 0px 0px rgba(0,0,0,0.0)} .av_minimal_header #header_main_alternate{border:none} .html_header_transparency #main{padding-top:0 !important} #top .av_header_transparency .main_menu ul:first-child > li > a:hover,#top .av_header_transparency .main_menu ul:first-child > li > a:focus,#top #wrap_all .av_header_transparency .sub_menu > ul > li > a:hover,#top #wrap_all .av_header_transparency .sub_menu > ul > li > a:focus{opacity:0.8;-webkit-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out} #top .av_header_transparency.av_alternate_logo_active .logo a > img,#top .av_header_transparency.av_alternate_logo_active .logo a > svg{opacity:0;filter:alpha(opacity=0)} #top .av_header_transparency #header_main,#top .av_header_transparency .avia-menu.av_menu_icon_beside{border-color:transparent}#top .av_header_transparency .header_bg{background-color:transparent;opacity:0;filter:alpha(opacity=0)}#top .av_header_transparency .phone-info,#top .av_header_transparency .social_bookmarks li a{color:inherit} #top #header.av_header_transparency .avia_mega_div{margin-top:1px;padding-top:1px}#top .av_header_transparency .avia-menu-fx{bottom:22%;width:70%;left:15%}#top .av_header_transparency .phone-info.with_nav span{border-color:rgba(255,255,255,0.25);color:#fff}#top .av_header_transparency #header_meta li{border-color:rgba(255,255,255,0.25);color:inherit}#top .av_header_transparency #header_meta{background:transparent;box-shadow:none;border-bottom:1px solid rgba(255,255,255,0.25)}.html_header_transparency #header_meta{-webkit-transition:background 0.4s ease-in-out;transition:background 0.4s ease-in-out} #top .av_header_glassy.av_header_transparency .header_bg{background-color:#fff;opacity:0.1;filter:alpha(opacity=10)}#top .av_header_glassy.av_header_transparency #header_main{border-color:rgba(255,255,255,0.25);border-top-color:transparent}#top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside{border-color:rgba(255,255,255,0.25)}#top .av_header_glassy.av_header_transparency .social_bookmarks li,#top .av_header_glassy.av_header_transparency .social_bookmarks li a{border-color:rgba(255,255,255,0.25);color:#fff}#top .av_header_glassy.av_header_transparency #header_main_alternate{border-bottom-color:rgba(255,255,255,0.25)} #top .av_header_with_border.av_header_transparency #header_main{border:1px solid rgba(255,255,255,0.25);border-left:none;border-right:none;border-top-color:transparent} #top .av_header_with_border.av_header_transparency .avia-menu.av_menu_icon_beside{border-color:rgba(255,255,255,0.25)} .html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx{padding-right:13px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box} #top .av_header_scrolldown{-webkit-transition:opacity 0.6s ease-out,margin 0.6s ease-out;transition:opacity 0.6s ease-out,margin 0.6s ease-out;margin-top:0px}#top .av_header_scrolldown.av_header_transparency{opacity:0;margin-top:-250px !important} .html_header_transparency.html_header_scrolldown #top .avia-builder-el-0 .container,.html_header_transparency.html_header_scrolldown #top .avia-builder-el-0 .slideshow_inner_caption{padding-top:0} .html_header_transparency #top .footer-page-content .avia-builder-el-0 .container{padding-top:0} #top .header_hidden{display:none} .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text{border-left-style:solid;border-left-width:1px;padding-left:13px;margin-left:-13px}.av_seperator_small_border .av-main-nav > li:first-child > a > .avia-menu-text{border-left:none} .av_seperator_big_border .av-main-nav > li > a{border-left-style:solid;border-left-width:1px;text-align:center;min-width:90px}#top .av_seperator_big_border .av-main-nav > li:last-child > a,#top .av_seperator_big_border .av-main-nav > #menu-item-search > a{border-right-style:solid;border-right-width:1px}#top .av_seperator_big_border .av-main-nav > #menu-item-search > a{border-left-style:solid;border-left-width:1px;border-color:inherit}#top .av_seperator_big_border#header .av-menu-button > a .avia-menu-text{border:none}.av_seperator_big_border .avia-menu.av_menu_icon_beside{padding-right:0}#top .av_seperator_big_border#header .av-main-nav > li > a{padding:0 13px}#top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style:none;border-right-width:0}.html_bottom_nav_header #top .av_seperator_big_border .av-main-nav > #menu-item-search > a{border-left-style:solid;border-left-width:1px;border-color:inherit;margin-left:-1px} .avia-menu-subtext,#top .sub-menu .avia-menu-subtext{display:none} .html_header_top #top .av_menu_left .main_menu .menu li ul ul{left:207px} .html_header_sidebar{}.html_header_sidebar #top #header{width:300px;position:absolute;min-height:100%;border-bottom:none}.html_boxed.html_header_sidebar #wrap_all{position:relative}.html_header_sidebar #top #header_main{border-top:none}.html_header_sidebar #header .container{width:100%;height:auto;line-height:1.3em;padding:0;float:none;max-width:100%}.html_header_sidebar .header_bg{opacity:1;filter:alpha(opacity=95)} .html_header_left #top #header{}.html_header_right #top #header{right:0}.html_header_left #main{margin-left:300px;position:relative;border-left-style:solid;border-left-width:1px}.html_header_right #main{margin-right:300px;position:relative;border-right-style:solid;border-right-width:1px} .html_header_sidebar #top #header.av_always_sticky{position:fixed;-webkit-backface-visibility:hidden} .html_header_sidebar .logo{position:relative;clear:both;padding:40px;border-bottom-style:solid;border-bottom-width:1px;height:auto;max-height:none;width:100%}.html_header_sidebar .logo img,.html_header_sidebar .logo svg{width:100%;max-height:none;padding:0;height:auto} .html_header_sidebar .main_menu{position:relative;clear:both;z-index:200}.html_header_sidebar #header .av-main-nav ,.html_header_sidebar #header .av-main-nav-wrap{width:100%}.html_header_sidebar #header .av-main-nav{padding:20px 0}.html_header_sidebar #header .av-main-nav > li{float:none;display:block;margin:0 13%}.html_header_sidebar #header .av-main-nav > li > a{line-height:1.3em;height:auto;padding:15px 3px;border-bottom-style:solid;border-bottom-width:1px;margin:0 auto}.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text{font-size:inherit;font-weight:normal;display:block}.html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext{display:block;font-weight:normal;font-size:12px;padding-top:3px}.html_header_sidebar #header .av-main-nav > li:last-child > a{border:none}.html_header_sidebar #header .av-main-nav > li:nth-last-child(2) > a{border:none}.html_header_sidebar #header .avia-menu-fx{display:none} .html_header_sidebar .av-main-nav ul{border-top-width:1px}.html_header_left .av-main-nav ul{top:0;left:100%;box-shadow:5px 5px 15px rgba(0,0,0,0.1)}.html_header_left #top .av-main-nav ul ul{left:207px;top:-1px}.html_header_right .av-main-nav ul{top:0;left:auto;right:100%;box-shadow:-5px 5px 15px rgba(0,0,0,0.1)}.html_header_right #top .av-main-nav ul ul{left:-207px;top:-1px} .html_header_sidebar #top .av-main-nav ul a{padding:12px 15px}.html_header_sidebar #main > .avia-builder-el-0{border-top:none} .html_header_sidebar #top #header .av-menu-button > a{border:none}.html_header_sidebar #top #header .av-menu-button + .av-menu-button > a{padding-top:0}.html_header_sidebar #top #header .av-menu-button-colored:hover{opacity:0.8} .html_header_left #header .avia_mega_div{left:100%;top:0}.html_header_right #header .avia_mega_div{right:100%;top:0}.html_header_sidebar #top #header .avia_mega_div > .sub-menu{border-width:1px;border-style:solid} .html_header_sidebar.html_content_align_left .container{float:left}.html_header_sidebar.html_content_align_right .container{float:right} .html_header_sidebar.html_content_align_left #footer,.html_header_sidebar.html_content_align_right #footer,.html_header_sidebar.html_content_align_left #socket,.html_header_sidebar.html_content_align_right #socket{overflow:hidden} .html_header_sidebar .container_wrap{width:100%} #header .avia-custom-sidebar-widget-area{margin:0;padding:0;float:none}#header .avia-custom-sidebar-widget-area .widget{border-top-style:solid;border-top-width:1px;padding:40px;width:100%;overflow:hidden} .html_header_sidebar .av-sidebar-social-container{position:relative;clear:both;overflow:hidden}.html_header_sidebar #top #header .social_bookmarks{position:relative;top:0;margin:0;border-top-style:solid;border-top-width:1px;clear:both;display:table;width:100%;table-layout:fixed}.html_header_sidebar #top #header .social_bookmarks li{float:none;display:table-cell;text-align:center}.html_header_sidebar #top #header .social_bookmarks li.social_icon_1 a{border:none}.html_header_sidebar #top #header .social_bookmarks li a{width:100%;border-radius:0;border-left-style:solid;border-left-width:1px;padding:10px 0} .html_header_sidebar .av_default_container_wrap,.html_header_sidebar .container_wrap_first{float:left} .html_top_nav_header #header_main_alternate{border-top:none;border-bottom-style:solid;border-bottom-width:1px}.html_top_nav_header.html_minimal_header #header_main_alternate{border:none}.html_top_nav_header div .logo{position:relative} .html_top_nav_header .av-logo-container .inner-container{position:relative;overflow:hidden}.html_top_nav_header.html_header_top.html_header_sticky #top #wrap_all #main{padding-top:50px}.html_top_nav_header.html_header_top.html_header_sticky.html_header_topbar_active #top #wrap_all #main{padding-top:80px}.html_top_nav_header .av-logo-container{height:88px}.html_top_nav_header.html_large .av-logo-container{height:150px}.html_top_nav_header #header_main{border:none} .av-hamburger{padding:0 0 0 0;display:inline-block;cursor:pointer;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible} .av-hamburger-box{width:35px;height:24px;display:inline-block;position:relative} .av-hamburger-inner{display:block;top:50%;margin-top:-2px} .av-hamburger-inner,.av-hamburger-inner::before,.av-hamburger-inner::after{width:40px;height:3px;background-color:#000;border-radius:3px;position:absolute;transition:transform 0.15s ease}.av-hamburger-inner::before,.av-hamburger-inner::after{content:\"\";display:block} .av-hamburger-inner::before{top:-10px} .av-hamburger-inner::after{bottom:-10px} .av-hamburger--spin .av-hamburger-inner{transition-duration:0.3s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)} .av-hamburger--spin .av-hamburger-inner::before{transition:top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease} .av-hamburger--spin .av-hamburger-inner::after{transition:bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease} .av-hamburger--spin.is-active .av-hamburger-inner{transform:rotate(225deg);transition-delay:0.14s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)} .av-hamburger--spin.is-active .av-hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease} .av-hamburger--spin.is-active .av-hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease} .av-burger-menu-main{display:none;-webkit-transition:padding 0.3s ease-out;transition:padding 0.3s ease-out}.js_active.html_burger_menu #avia-menu > li{display:none}.js_active.html_burger_menu #avia-menu .av-burger-menu-main,.html_burger_menu #top #avia-menu .menu-item-search-dropdown{display:block} .av-burger-menu-main{cursor:pointer}.av-burger-menu-main a{padding-left:10px}.av-hamburger strong{display:none}.av-hamburger-box{height:8px} .av-hamburger-inner,.av-hamburger-inner::before,.av-hamburger-inner::after{width:100%} .html_burger_menu #top #wrap_all .menu-item-search-dropdown > a{font-size:24px}html.av-burger-overlay-active #top .menu-item-search-dropdown > a{color:#fff} .html_burger_menu_active #header .avia-menu .menu-item{display:none}.html_burger_menu_active .menu-item-avia-special{display:block}.html_burger_menu_active #top #wrap_all .menu-item-search-dropdown > a{font-size:24px}.html_header_sidebar #top div .av-burger-menu-main{display:none}.html_burger_menu_active #top #wrap_all #header .av-burger-menu-main > a{background:transparent;position:relative;z-index:10} .av-hamburger--spin-r .av-hamburger-inner{transition-duration:0.3s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.av-hamburger--spin-r .av-hamburger-inner::before{transition:top 0.1s 0.34s ease-in,opacity 0.1s ease-in}.av-hamburger--spin-r .av-hamburger-inner::after{transition:bottom 0.1s 0.34s ease-in,-webkit-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);transition:bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);transition:bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19)} .av-hamburger--spin-r.is-active .av-hamburger-inner{-webkit-transform:rotate(-225deg);transform:rotate(-225deg);transition-delay:0.14s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.av-hamburger--spin-r.is-active .av-hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out,opacity 0.1s 0.14s ease-out}.av-hamburger--spin-r.is-active .av-hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:bottom 0.1s ease-out,-webkit-transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);transition:bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);transition:bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1)} .av-burger-overlay{position:fixed;width:100%;height:100%;top:0;left:0;right:0;z-index:100;display:none;overflow:hidden;opacity:0} .av-burger-overlay-inner,.av-burger-overlay-bg{position:absolute;top:0;left:0;height:100%;width:100%;min-height:700px;display:table;vertical-align:middle;text-align:center;z-index:5} .av-burger-overlay-bg{z-index:3;opacity:0.9;background:#000;display:block;position:fixed} .av-burger-overlay-scroll{overflow:auto;position:absolute;height:100%;width:100%;z-index:10;-webkit-overflow-scrolling:touch} #av-burger-menu-ul li a{position:relative;display:block;-webkit-transition:none;transition:none}#av-burger-menu-ul li ul{background:transparent} html.av-burger-overlay-active #header_meta,html.av-burger-overlay-active #menu-item-shop.cart_dropdown,html.av-burger-overlay-active .cart_dropdown,html.av-burger-overlay-active #top .social_bookmarks{z-index:1} .av-burger-overlay-active #top .av-hamburger-inner,.av-burger-overlay-active #top .av-hamburger-inner::before,.av-burger-overlay-active #top .av-hamburger-inner::after{background-color:#fff} .av-burger-overlay-active #top #header .av-main-nav > li > a{background:transparent} .av-burger-overlay-active #scroll-top-link{z-index:150}#top #av-burger-menu-ul{display:table-cell;height:100%;width:100%;vertical-align:middle;padding:125px 0} .html_av-overlay-full #av-burger-menu-ul li{display:block;height:auto;width:100%;padding:0.3em 0;font-size:35px}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li{line-height:1.6em}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li{font-size:0.6em;line-height:1.4em}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li li{font-size:0.8em}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a{color:#fff;height:auto;line-height:inherit;font-size:inherit}.html_av-overlay-full #av-burger-menu-ul li a:hover,.html_av-overlay-full #av-burger-menu-ul li a:active,.html_av-overlay-full #av-burger-menu-ul li a:focus{text-decoration:none;opacity:0.7} .html_av-overlay-full.av-burger-overlay-active #top #wrap_all #menu-item-search a,.html_av-overlay-full.av-burger-overlay-active #top #wrap_all #menu-item-search a:hover{color:#fff} .html_header_top.html_logo_center.av-burger-overlay-active .menu-item-avia-special{z-index:150} #top #wrap_all #av-burger-menu-ul > li{opacity:0;position:relative;top:18px;-webkit-transition:opacity 0.3s ease-out,top 0.3s ease-out,left 0.3s ease-out;transition:opacity 0.3s ease-out,top 0.3s ease-out,left 0.3s ease-out;-webkit-transform:translate3d(0,0,0)} .avia_desktop.avia-safari #top #wrap_all #av-burger-menu-ul > li{-webkit-transform:none} #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items{opacity:1;top:0;left:0} .html_av-overlay-full #top #av-burger-menu-ul .av-menu-button > a .avia-menu-text{padding:0.5em 1.5em}.html_av-overlay-full #top #av-burger-menu-ul .av-menu-button{margin-top:0.4em}.html_av-overlay-full #av-burger-menu-ul li ul li a{font-size:1.3em} #av-burger-menu-ul li a .avia-menu-subtext{display:block;font-size:0.6em;line-height:1.2em;margin:-10px 0 13px 0;opacity:0.7;text-transform:none} .html_av-overlay-side #av-burger-menu-ul li a .avia-menu-subtext{font-size:1em;margin:0;opacity:0.9} #av-burger-menu-ul .avia-menu-fx{display:none} #top .av-small-burger-icon{-ms-transform:scale(0.6);transform:scale(0.6);transform-origin:right}#top #wrap_all #header .av-small-burger-icon a{padding:0} .html_av-overlay-side .av-burger-overlay-bg{opacity:0.3;cursor:pointer}.html_av-overlay-side #top .av-burger-overlay li{margin:0}.html_av-overlay-side #top #wrap_all .av-burger-overlay li a{line-height:1.3em;height:auto;padding:15px 50px;display:block;text-align:left;text-decoration:none}.html_av-overlay-side #top .av-burger-overlay li a:hover{text-decoration:none}.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li{top:0;left:18px} .html_av-overlay-side #top #wrap_all .av-burger-overlay li li a{padding-left:70px}.html_av-overlay-side #top #wrap_all .av-burger-overlay li li li a{padding-left:90px}.html_av-overlay-side #top #wrap_all .av-burger-overlay li li li li a{padding-left:110px}.html_av-overlay-side #top #wrap_all .av-burger-overlay li li li li li a{padding-left:130px} .html_av-overlay-side .av-burger-overlay-scroll{width:350px;right:0;max-width:100%;-webkit-transform:translateX(350px);transform:translateX(350px);-webkit-transition:all 0.5s cubic-bezier(0.75,0,0.25,1);transition:all 0.5s cubic-bezier(0.75,0,0.25,1)} .html_av-overlay-side.av-burger-overlay-active-delayed .av-burger-overlay-scroll{-webkit-transform:translateX(0);transform:translateX(0)}.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li{opacity:1;top:0;left:0} .html_av-overlay-side-classic #top .av-burger-overlay{font-size:1em}.html_av-overlay-side-classic #av-burger-menu-ul{vertical-align:top}.html_av-overlay-side-classic #top .av-burger-overlay li a{border-bottom-style:solid;border-bottom-width:1px}.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet{height:1px;display:block;position:absolute;margin-top:0;opacity:0.3;border:none!important;width:7px;left:50px;top:50%} .html_av-overlay-side-classic #top .av-burger-overlay li li li .avia-bullet{left:70px}.html_av-overlay-side-classic #top .av-burger-overlay li li li li .avia-bullet{left:90px}.html_av-overlay-side-classic #top .av-burger-overlay li li li li li .avia-bullet{left:110px}.html_av-overlay-side-classic #top .av-burger-overlay li li li li li li .avia-bullet{left:130px} .html_av-overlay-side-minimal .av-burger-overlay-bg{opacity:0.1}.html_av-overlay-side-minimal #top .av-burger-overlay{font-size:1.1em}.html_av-overlay-side-minimal #top .av-burger-overlay .sub-menu{font-size:0.9em} .html_av-submenu-hidden #av-burger-menu-ul li ul{display:none}.html_av-submenu-hidden .av-submenu-indicator{display:inline-block;padding:0 10px;font-size:11px;opacity:0.5;vertical-align:top;float:right;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;position:absolute;right:30px;top:50%;margin-top:-9px;height:20px;line-height:20px}.html_av-submenu-hidden .av-submenu-indicator:before{content:\"\\E87d\";font-family:\'entypo-fontello\'}.html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator{-webkit-transform:rotate(90deg);transform:rotate(90deg)} div .logo{float:left;position:absolute;left:0;z-index:1} .logo,.logo a{overflow:hidden;position:relative;display:block;height:100%} .logo img,.logo svg{padding:0;display:block;width:auto;height:auto;max-height:100%;image-rendering:auto;position:relative;z-index:2;height :100%\\9;height:auto\\9;-webkit-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out} .logo svg,.logo.avia-img-svg-logo > a > img,.logo .alternate.avia-img-svg-logo{height:100%} .logo img.alternate,.logo .subtext.avia-svg-logo-sub svg{position:absolute;z-index:1;top:0;left:0;opacity:0} .av_header_transparency .logo img.alternate,.av_header_transparency .logo .subtext.avia-svg-logo-sub svg{opacity:1} .main_menu{clear:none;position:absolute;z-index:100;line-height:30px;height:100%;margin:0;right:0}.main_menu .pointer_arrow_wrap{display:none} .av-main-nav-wrap{float:left;position:relative;z-index:3}.av-main-nav-wrap ul{margin:0;padding:0} .av-main-nav{z-index:110;position:relative}.av-main-nav ul{display:none;margin-left:0;left:0;position:absolute;top:100%;width:208px;z-index:2;padding:0;box-shadow:0 8px 15px rgba(0,0,0,0.1);margin-top:-1px}.av-main-nav ul li{margin:0;padding:0;width:100%}.av-main-nav ul li a{border-right-style:solid;border-right-width:1px;border-left-style:solid;border-left-width:1px}.av-main-nav ul li:last-child > a{border-bottom-style:solid;border-bottom-width:1px}.av-main-nav li{float:left;position:relative;z-index:20}.av-main-nav li:hover{z-index:100}.av-main-nav > li > ul{border-top-width:2px;border-top-style:solid}.av-main-nav > li{line-height:30px}.av-main-nav li a{max-width:none}.av-main-nav > li > a{display:block;text-decoration:none;padding:0 13px;font-weight:normal;font-weight:600;font-size:13px;-webkit-transition:background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;transition:background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out} .av-main-nav > li > a ,div #menu-item-shop.cart_dropdown{-webkit-transition:none;transition:none;-webkit-transition:background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;transition:background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out} .av_header_transparency .av-main-nav > li > a ,.av_header_transparency #menu-item-shop.cart_dropdown{-webkit-transition:border-color 0.2s ease-in-out;transition:border-color 0.2s ease-in-out} #top .av-main-nav ul a{width:100%;height:auto;float:left;text-align:left;line-height:23px;padding:8px 15px;font-size:12px;min-height:23px;max-width:none;text-decoration:none;font-family:inherit} #top .av-main-nav ul ul{left:-207px;top:0px;margin:0;border-top-style:solid;border-top-width:1px;padding-top:0px} .av-main-nav li:hover ul ul{display:none}#top .av-main-nav li:hover > ul{display:block} .avia-menu-fx{position:absolute;bottom:-1px;height:2px;z-index:10;width:100%;left:0;opacity:0;visibility:hidden}.av-main-nav li:hover .avia-menu-fx,.current-menu-item > a > .avia-menu-fx,.av-main-nav li:hover .current_page_item > a > .avia-menu-fx{opacity:1;visibility:visible} .avia-menu-fx .avia-arrow-wrap{height:10px;width:10px;position:absolute;top:-10px;left:50%;margin-left:-5px;overflow:hidden;display:none;visibility:hidden} .current-menu-item>a>.avia-menu-fx>.avia-arrow-wrap,.current_page_item>a>.avia-menu-fx>.avia-arrow-wrap{display:block}.avia-menu-fx .avia-arrow-wrap .avia-arrow{top:10px} .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a,.html_bottom_nav_header #top #menu-item-search>a{padding-right:0}.html_bottom_nav_header.html_logo_center #top .av_seperator_big_border #menu-item-search>a{padding-right:13px;border-right-style:solid;border-right-width:1px}.html_bottom_nav_header .av-logo-container .main_menu{display:none} .main_menu .avia-bullet{display:none}#top #header .menu-item-mega-parent.current-menu-item{overflow:visible!important} #top #header .mega_menu_title a{color:inherit;font-size:17px;line-height:1.1em;padding:0;margin:0;background:transparent;border:none} #top #header .mega_menu_title a:hover{text-decoration:underline} #header .avia_mega_div{display:none;margin:-1px 0 0 0;right:0;position:absolute;top:100%;z-index:2;box-shadow:0 32px 60px rgba(0,0,0,0.1);overflow:hidden;padding:1px 0 0;text-align:left} #header.av_minimal_header .avia_mega_div{margin:0;border-top-style:solid;border-top-width:1px}#header.av_minimal_header .avia_mega_div .units{border-right:none} #header .avia_mega_div .units{padding:0 14px 0 15px;margin:0;border-right-style:dotted;border-right-width:1px} #header li:hover .avia_mega_div{display:block} #top #header .avia_mega_div ul,#top #header .avia_mega_div li{position:relative;display:block;top:auto;left:auto;height:auto} #top #header .avia_mega_div .sub-menu{overflow:hidden;width:100%;box-shadow:none;border-style:none;border-width:0px;position:relative;top:0;display:block;left:0;clear:both} #top #header .avia_mega_div > .sub-menu{display:table;padding:20px 30px 30px;border-top-style:solid;border-top-width:2px} #top #header .avia_mega_div > .sub-menu.avia_mega_hr{padding-top:30px} #top #header .avia_mega_div > .sub-menu > li{display:table-cell;float:none;padding-top:10px;padding-bottom:0;vertical-align:top} #top #header .avia_mega_div > .sub-menu.avia_mega_hr{border-top-width:1px;border-top-style:dashed} #top #header .avia_mega_div > .sub-menu > li > ul{padding:0} #top #header .avia_mega_div > .sub-menu > li > ul li{display:block;float:none;padding:0;margin:0;list-style-type:circle;list-style-position:inside} #top #header .avia_mega_div > .sub-menu > li > ul ul li{margin-left:15px} #top #header .avia_mega_div > .sub-menu > li > ul > li a{width:auto;float:none;display:block;border:none;padding:3px 12px 3px 12px;font-weight:normal;height:auto;line-height:23px} #header .avia_mega_div .avia_mega_menu_columns_first{padding-left:0} #header .avia_mega_div .avia_mega_menu_columns_last{padding-right:0;border-right-style:none;border-right-width:0} .avia-bullet{display:block;position:absolute;height:0;width:0;top:51%;margin-top:-3px;left:-3px;border-top:3px solid transparent !important;border-bottom:3px solid transparent !important;border-left:3px solid green} .avia_mega_div .avia-bullet{margin-top:12px;left:3px;display:block;top:0} #header .mega_menu_title{margin-bottom:8px;font-size:17px;line-height:1.1em;font-weight:600;display:block} #header .avia_mega_text_block{line-height:21px} #top #header .avia_mega_div .sub-menu .avia_mega_text_block a{padding:0;display:inline;border:none;text-decoration:underline} #top #wrap_all #header .av-menu-button > a{background:transparent}#top #wrap_all .av_header_border_disabled .av-menu-button > a{border:none}.av-menu-button + .av-menu-button{margin-left:-10px}.av-menu-button + .av-menu-button > a{padding-left:0px}#top .av-menu-button > a .avia-menu-text{padding:9px}#top .av-menu-button > a .avia-menu-text{border:2px solid;border-radius:2px}.av-menu-button > a .avia-menu-fx{display:none}.av-menu-button-colored > a .avia-menu-text{padding:11px 10px 10px 10px} .av-menu-button-colored > a:hover .avia-menu-text{opacity:0.9}#top #header .av-menu-button > a .avia-menu-subtext{display:none}#top #header .av-menu-button > a .avia-menu-text{text-align:center;white-space:nowrap} #top #menu-item-search{z-index:100} #top .menu-item-search-dropdown > a,#searchform #searchsubmit,.av_ajax_search_image,.iconfont{font-size:17px} #top #menu-item-search.menu-item-search-dropdown>a{border-left:none} #top #menu-item-search:hover>a{background:transparent;color:inherit} .avia-search-tooltip{position:absolute;z-index:9999999;padding:0;width:300px;top:85% !important;margin-left:-120px;border-radius:2px;box-shadow:0px 3px 13px 0px rgba(0,0,0,0.2);border-width:1px;border-style:solid} .avia-search-tooltip .avia-arrow-wrap{width:20px;height:20px;position:absolute;top:-20px;right:10px;margin-left:-10px;overflow:hidden} .avia-arrow{height:10px;width:10px;position:absolute;top:-6px;left:50%;margin-left:-5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:1px;border-style:solid;visibility:hidden\\9} .avia-search-tooltip .avia-arrow{top:15px} #top #searchform{margin:0;padding:0}#top #searchform>div{position:relative;max-width:300px}#top .widget #searchform>div{margin:0;max-width:100%}#top #searchform br{display:none}#top #s{width:100%;position:relative;padding:11px 47px 11px 5px;z-index:1;margin:0;box-shadow:none}#top #searchsubmit,.ajax_load{width:40px;height:100%;line-height:40px;padding:0;position:absolute;right:0;top :0;z-index:2;margin:0;border-radius:0;min-width:40px} .avia_mobile #top #searchsubmit,.avia_mobile .ajax_load{height:41px} .avia-search-tooltip #searchform>div{margin:16px} .ajax_load{z-index:5} .ajax_load_inner{background:url(\'https://valerioanzino.com/wp-content/themes/enfold/images/layout/loading.gif\') no-repeat scroll center center #fff;opacity:0.5;position:absolute;top:0;left:0;right:0;bottom:0} #top #searchform .ajax_search_response{line-height:1.4em;font-size:12px;margin:0} .ajax_search_response h4{padding:20px 16px 2px 16px;font-size:14px;margin:0} .ajax_search_response h4:first-child{padding-top:0px;border:none} #top div .av_ajax_search_entry{display:block;text-decoration:none;line-height:1.4em;font-size:12px;height:auto;padding:10px 16px;border-bottom-style:dashed;border-bottom-width:1px;clear:both;overflow:hidden;position:relative} #top div .av_ajax_search_entry:hover{background-color:rgba(0,0,0,0.04)} #top div .av_ajax_search_entry.with_image .av_ajax_search_image{background:transparent} .av_ajax_search_content{overflow:hidden;display:block} .av_ajax_search_title{display:block;font-weight:bold;text-transform:uppercase} .ajax_not_found .av_ajax_search_title{text-transform:none} .av_ajax_search_image{height:32px;line-height:32px;text-align:center;width:32px;float:left;margin-right:8px;border-radius:40px;overflow:hidden;font-size:15px} .av_ajax_search_image img{display:block;border:none;max-width:100%;min-height:32px;min-width:32px} .ajax_search_excerpt{font-size:12px;line-height:1.4em;display:block;margin-top:3px;font-style:italic} #top div .av_ajax_search_entry_view_all{text-align:center;font-weight:bold;border:none} #top div .ajax_not_found,#top div .av_ajax_search_entry.ajax_not_found:hover{border:none;background:transparent} .title_container{position:relative} #top .title_container .container{padding-top:10px;padding-bottom:10px;min-height:56px} .title_container .main-title{margin:0;font-size:16px;position:relative;z-index:2;min-height:36px;line-height:2.3em;top:0;font-weight:400} .title_container .main-title a{text-decoration:none} .title_meta,#top .portfolio-entry .title_meta{display:block;clear:both;position:relative;z-index:1;margin-top:-1em;padding:0} .title_meta p{margin:1.3em 0 0 0} .title_container .breadcrumb{z-index:10;line-height:15px;font-size:11px;position:absolute;right:50px;top:50%;margin-top:-7px} .breadcrumb a{text-decoration:none}.breadcrumb a:hover{text-decoration:underline} .breadcrumb-trail .trail-before,.breadcrumb-trail .trail-end,.breadcrumb-trail .sep,.breadcrumb-trail a,.breadcrumb-trail .bbp-breadcrumb-current{display:block;float:left;padding:0px 3px} .breadcrumb-trail span,.bbp-breadcrumb-current a{display:inline;padding:0;float:none} .breadcrumb .sep{display:block;overflow:hidden;width:8px} #top.avia-blank #wrap_all #main{padding-top:0 !important;margin:0}#top.avia-blank #wrap_all #main .container{padding-top:0 !important} #top.avia-blank{height:100%;position:absolute;width:100% !important;margin:0;display:table;vertical-align:middle;float:none;top:0;left:0;table-layout:fixed} #top.boxed.avia-blank{max-width:100% !important} #top.boxed.avia-blank .container{margin:0 auto} #top.avia-blank #wrap_all{display:table-cell;float:none;vertical-align:middle} #top.avia-blank #wrap_all #main{padding:0} #top.avia-blank #main .container_wrap:last-child{border-bottom-style:solid;border-bottom-width:1px} #top.avia-blank #main .container_wrap:first-child{border-top-style:solid;border-top-width:1px} .av-frame{position:fixed;z-index:600} .html_av-framed-box .av-frame.av-frame-vert{left:0;width:100%;top:0} .html_av-framed-box .av-frame.av-frame-hor{top:0;height:100%;left:0} .html_av-framed-box .av-frame.av-frame-bottom{top:auto;bottom:0} .html_av-framed-box .av-frame.av-frame-right{left:auto;right:0} .html_av-framed-box.html_av_admin_bar_active .av-frame.av-frame-top{margin-top:32px} .html_header_top.html_header_sticky.html_av-framed-box #header{left:0} .html_header_top.html_header_sticky.html_av-framed-box #header_main,.html_header_top.html_header_sticky.html_av-framed-box #header_meta{margin:0 50px} #top .social_bookmarks{height:30px;z-index:150;-webkit-backface-visibility:hidden;margin:0 0 0 -9px} #top .social_bookmarks li{height:100%;float:left;padding:0;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;border-right-style:solid;border-right-width:1px;display:block;width:30px} #top #header .social_bookmarks li:last-child{border-right-style:none;border-right-width:0} #top .social_bookmarks li a{float:left;width:30px;line-height:30px;display:block;margin:0px;outline:none;padding:0;min-height:30px;height:100%;overflow:visible;z-index:2;position:relative;text-align:center} #top #wrap_all .social_bookmarks,#top #wrap_all .social_bookmarks a,#top #wrap_all .social_bookmarks li{background:transparent} #top #wrap_all .social_bookmarks li a:hover{text-decoration:none} #top #wrap_all .av-social-link-rss:hover a,#top #wrap_all .av-social-link-rss a:focus{color:#fff;background-color:#ffa133} #top #wrap_all .av-social-link-facebook:hover a,#top #wrap_all .av-social-link-facebook a:focus{color:#fff;background-color:#37589b} #top #wrap_all .av-social-link-twitter:hover a,#top #wrap_all .av-social-link-twitter a:focus{color:#fff;background-color:#46d4fe} #top #wrap_all .av-social-link-whatsapp:hover a,#top #wrap_all .av-social-link-whatsapp a:focus{color:#fff;background-color:#00e676} #top #wrap_all .av-social-link-mail:hover a,#top #wrap_all .av-social-link-mail a:focus{color:#fff;background-color:#9fae37} #top #wrap_all .av-social-link-dribbble:hover a,#top #wrap_all .av-social-link-dribbble a:focus{color:#fff;background-color:#e44885} #top #wrap_all .av-social-link-linkedin:hover a,#top #wrap_all .av-social-link-linkedin a:focus{color:#fff;background-color:#419cca} #top #wrap_all .av-social-link-search:hover a,#top #wrap_all .av-social-link-search a:focus{color:#fff;background-color:#222222} #top #wrap_all .av-social-link-gplus:hover a,#top #wrap_all .av-social-link-gplus a:focus{color:#fff;background-color:#de5a49} #top #wrap_all .av-social-link-behance:hover a,#top #wrap_all .av-social-link-behance a:focus{color:#fff;background-color:#008cfa} #top #wrap_all .av-social-link-flickr:hover a,#top #wrap_all .av-social-link-flickr a:focus{color:#fff;background-color:#ff0086} #top #wrap_all .av-social-link-forrst:hover a,#top #wrap_all .av-social-link-forrst a:focus{color:#fff;background-color:#234317} #top #wrap_all .av-social-link-myspace:hover a,#top #wrap_all .av-social-link-myspace a:focus{color:#fff;background-color:#000000} #top #wrap_all .av-social-link-tumblr:hover a,#top #wrap_all .av-social-link-tumblr a:focus{color:#fff;background-color:#345574} #top #wrap_all .av-social-link-vimeo:hover a,#top #wrap_all .av-social-link-vimeo a:focus{color:#fff;background-color:#31baff} #top #wrap_all .av-social-link-youtube:hover a,#top #wrap_all .av-social-link-youtube a:focus{color:#fff;background-color:#a72b1d} #top #wrap_all .av-social-link-pinterest:hover a,#top #wrap_all .av-social-link-pinterest a:focus{color:#fff;background-color:#cb2027} #top #wrap_all .av-social-link-skype:hover a,#top #wrap_all .av-social-link-skype a:focus{color:#fff;background-color:#12a5f4} #top #wrap_all .av-social-link-instagram:hover a,#top #wrap_all .av-social-link-instagram a:focus{color:#fff;background-color:#a67658} #top #wrap_all .av-social-link-five_100_px:hover a,#top #wrap_all .av-social-link-five_100_px a:focus{color:#fff;background-color:#222222} #top #wrap_all .av-social-link-soundcloud:hover a,#top #wrap_all .av-social-link-soundcloud a:focus{color:#fff;background-color:#F76700} #top #wrap_all .av-social-link-xing:hover a,#top #wrap_all .av-social-link-xing a:focus{color:#fff;background-color:#006567} #top #wrap_all .av-social-link-vk:hover a,#top #wrap_all .av-social-link-vk a:focus{color:#fff;background-color:#597BA5} #top #wrap_all .av-social-link-reddit:hover a,#top #wrap_all .av-social-link-reddit a:focus{color:#fff;background-color:#FF4500} #top #wrap_all .av-social-link-yelp:hover a,#top #wrap_all .av-social-link-yelp a:focus{color:#fff;background-color:#d32323} #top .av-section-bottom-logo .social_bookmarks,.html_bottom_nav_header #top .av-logo-container .social_bookmarks{position:absolute;top:50%;margin-top:-15px;right:0}.html_bottom_nav_header .main_menu .social_bookmarks{display:none} .html_cart_at_menu #top .av-section-bottom-logo .social_bookmarks,.html_bottom_nav_header.html_cart_at_menu #top .av-logo-container .social_bookmarks{left:0;right:auto} #top .av-logo-container .social_bookmarks li{border:none} #top .av-logo-container .social_bookmarks li a{border-radius:100px} .sub_menu{float:left;z-index:2;font-size:11px;line-height:30px;position:relative;top:10px} #top .sub_menu>ul{float:left;margin:0} #top .sub_menu>ul,#top .sub_menu>ul>li{background:transparent} .sub_menu li{float:left;position:relative;padding:0 10px;border-right-style:solid;border-right-width:1px;line-height:10px} .sub_menu>ul>li>a,.sub_menu>div>ul>li>a{text-decoration:none;font-weight:bold;padding:7px 0} #top .sub_menu li ul{display:none;position:absolute;width:170px;padding:4px 0;z-index:101;box-shadow:0 8px 15px rgba(0,0,0,0.1);left:-50%;margin:0;border-style:solid;border-width:1px;top:19px} #top .sub_menu li:hover>ul{display:block} .sub_menu>ul>li:hover>a{text-decoration:underline} .sub_menu li li{float:none;line-height:20px;border:none;padding:0 0;margin:0} #top .sub_menu li li a{width:100%;height:auto;text-align:left;line-height:23px;padding:6px 18px;font-size:12px;min-height:23px;max-width:none;text-decoration:none;display:block;border-top-style:dashed;border-top-width:1px} #top .sub_menu li li:first-child > a{border:none} #top .sub_menu li li a:hover{text-decoration:none;background:#f8f8f8} #top .sub_menu li li ul{top:-1px;left:-169px;background:none;padding:0} .pointer_arrow{border-style:solid;border-width:1px} .content,.sidebar{padding-top:50px;padding-bottom:50px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;min-height:1px;z-index:1} .content:hover,.sidebar:hover{z-index:1} #top #main .sidebar{border-left-style:solid;border-left-width:1px;margin-left:0;float:none;width:auto;overflow:hidden;display:block;clear:none} .inner_sidebar{margin-left:50px} .content{border-right-style:solid;border-right-width:1px;margin-right:-1px} .content .entry-content-wrapper{padding-right:50px} #top #main .sidebar_left .sidebar{border-right-style:solid;border-right-width:1px;border-left:none} .sidebar_left .inner_sidebar{margin-right:50px;margin-left:0} .sidebar_left .content{float:right;border-left-style:solid;border-left-width:1px;border-right:none;margin-right:-50px;margin-left:-1px;padding-left:50px} .fullsize .content{margin:0;border:none} .fullsize .content .entry-content-wrapper{padding-right:0} .container .minor-meta{font-size:0.9em} .post{clear:both;width:100%;float:left;position:relative} .rounded-container,.rounded-container img{border-radius:111px;overflow:hidden;display:block;position:relative;z-index:2} .rounded-container{float:left;width:81px;height:81px;text-align:center;line-height:81px} .rounded-container .iconfont,.small-preview .iconfont{font-size:23px;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1} .entry-content-wrapper .post-title{font-size:21px;line-height:1.3em} .pagination{clear:both;padding:10px 0px 50px 0;position:relative;z-index:3;line-height:13px;overflow:hidden} .pagination span,.pagination a{display:block;float:left;font-size:11px;line-height:13px;padding:2px 9px 1px 9px;text-decoration:none;width:auto} #top .pagination .current,#top .pagination a,#top .fullsize .template-blog .pagination a{float:left;height:35px;width:35px;line-height:35px;text-align:center;padding:0;border-radius:100px;margin-right:3px;box-shadow:0px 0px 1px 0px rgba(0,0,0,0.2)} .pagination .current{font-size:11px;padding:1px 9px 1px 9px;font-weight:bold} .pagination .pagination-meta{float:right;line-height:35px} #top .avia-post-nav{position:fixed;height:110px;top:50%;background:#aaa;background:rgba(0,0,0,0.1);color:#fff;margin-top:-55px;padding:15px;text-decoration:none;z-index:501;-webkit-transform:translate3d(0,0,0)} #top .avia-post-nav:hover{background:#222;background:rgba(0,0,0,0.8)} .avia-post-nav .label{position:absolute;top:50%;height:22px;line-height:22px;margin-top:-11px;font-size:24px}.avia-post-nav .entry-image{height:80px;width:80px;display:block}.avia-post-nav .entry-image img{border-radius:100px;display:block} .avia-post-prev{left:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.avia-post-prev .label{left:10px} .avia-post-next{right:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.avia-post-next .label{right:10px}.avia-post-next.with-image{text-align:right} .avia-post-nav .entry-info{display:block;height:80px;width:220px;display:table} .avia-post-next .entry-info{margin:0 20px 0 1px}.avia-post-prev .entry-info{margin:0 1px 0 20px} .avia-post-nav .entry-info span{display:table-cell;vertical-align:middle;font-size:13px;line-height:1.65em}.avia-post-nav .entry-info-wrap{width:1px;overflow:hidden;display:block}.avia-post-nav:hover .entry-info-wrap{width:240px} .pagination_split_post{clear:both;padding-top:20px} .no_sidebar_border#top #main .sidebar,.no_sidebar_border .content{border-left:none;border-right:none} .sidebar_shadow#top #main .sidebar,.sidebar_shadow .content{border-left:none;border-right:none} .sidebar_shadow#top #main .sidebar_right.av-enable-shadow{box-shadow:inset 25px 0 25px -25px #e9e9eb}.sidebar_shadow .sidebar_right .content.av-enable-shadow{box-shadow:25px 0 25px -25px #e9e9eb} .sidebar_shadow#top #main .sidebar_left.av-enable-shadow{box-shadow:inset -25px 0 25px -25px #e9e9eb}.sidebar_shadow .sidebar_left .content.av-enable-shadow{box-shadow:-25px 0 25px -25px #e9e9eb} .template-page .entry-content-wrapper h1,.template-page .entry-content-wrapper h2{text-transform:uppercase;letter-spacing:1px} .extra-mini-title{padding-bottom:20px} .page-heading-container{position:relative;margin-bottom:40px;padding:0 0 44px 0;border-bottom-width:1px;border-bottom-style:solid;padding-right:50px} .fullsize .page-heading-container{padding-right:0} .page-thumb img{border-radius:3px} .template-page .template-blog .entry-content-wrapper h1,.template-page .template-blog .entry-content-wrapper h2{text-transform:none;letter-spacing:0} .content .entry-content-wrapper .entry-content-wrapper{padding-right:0;padding-left:0} .content .entry-content-wrapper .entry-content-wrapper .big-preview.single-big{padding:0 0 10px 0} .template-search #searchform>div{max-width:100%;margin-bottom:0} #top .template-search.content .entry-content-wrapper{padding-bottom:40px;padding-left:55px;font-size:13px;clear:both} .template-search .pagination{padding:1px 50px 10px 55px} .template-search .entry-content-wrapper .post-title{font-size:19px}#top .template-search .entry-content-wrapper .post-title a:hover{text-decoration:underline} .search-result-counter{position:absolute;left:0;top:1px;box-shadow:0px 0px 1px 0px rgba(0,0,0,0.2);height:44px;line-height:24px;padding:10px;text-align:center;border-radius:100px;width:44px} #top #search-fail{padding-left:0}#top #search-fail #searchform{padding-bottom:40px} .template-search .post-entry{position:relative;clear:both} .page-heading-container .author_description{overflow:hidden} .template-author .content .post .entry-content-wrapper{padding-bottom:40px;font-size:1em;line-height:1.65em} .template-author .pagination{padding:1px 50px 10px 0} .template-author .entry-content-wrapper .post-title{font-size:19px}#top .template-author .entry-content-wrapper .post-title a:hover{text-decoration:underline} .author-extra-border{display:block;position:absolute;bottom:-1px;width:600%;right:0;border-bottom-width:1px;border-bottom-style:solid} .fullsize .author-extra-border{right:auto;left:-100%}.template-author .post-entry{position:relative;clear:both} .template-archives .tab_inner_content li{width:48%;float:left;clear:none;margin:0 2% 0 0 ;list-style-position:inside} .template-archives .relThumWrap img,.template-archives .relThumWrap span{width:100%;text-decoration:none}.template-archives .relThumbTitle{display:block;clear:both} #top .fullsize .template-blog .tag-page-post-type-title{font-size:50px;text-transform:uppercase} .archive .category-term-description:empty{display:none} .archive .category-term-description{margin-bottom:25px} .widgettitle{font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:1.1em} .widget{clear:both;position:relative;padding:30px 0 30px 0;float:none} #footer .widget{padding:0;margin:30px 0 30px 0;overflow:hidden} #top .widget ul{padding:0;margin:0;width:100%;float:left} #top #footer .widget ul{float:none} .widget li{clear:both} .widget ul ul li,.widget ul ol li,.widget ol ol li,.widget ol ul li{margin-bottom:0} #mc_embed_signup .clear{visibility:visible;overflow:visible;height:auto} #footer{padding:15px 0 30px 0;z-index:1} #socket .container{padding-top:15px;padding-bottom:15px} #socket{font-size:11px;margin-top:-1px;z-index:1} #socket .menu{margin-top:6px} #socket .sub_menu_socket{float:right;margin:0} #socket .sub_menu_socket div{overflow:hidden} #socket .sub_menu_socket li{float:left;display:block;padding:0 10px;border-left-style:solid;border-left-width:1px;line-height:10px} #socket .sub_menu_socket li:first-child{border:none} #socket .sub_menu_socket li:last-child{padding-right:0} #socket .copyright{float:left} .av-curtain-footer #av-curtain-footer-placeholder{display:none;pointer-events:none} .av-curtain-footer .av-curtain-footer-container{position:relative;float:left;width:100%} .html_header_sidebar.html_header_left .av-curtain-footer.av-curtain-activated .av-curtain-footer-container{width:calc(100% - 300px);margin-left:301px} .html_header_sidebar.html_header_right .av-curtain-footer.av-curtain-activated .av-curtain-footer-container{width:calc(100% - 301px);margin-left:0} @media only screen and (min-width:990px){.av-curtain-footer.av-curtain-medium #av-curtain-footer-placeholder{clear:both;background:transparent;display:block} .av-curtain-footer.av-curtain-medium #main > *:not(.av-curtain-footer-container){z-index:1;position:relative} .av-curtain-footer.av-curtain-medium .av-curtain-footer-container{width:100%;display:block;position:fixed;bottom:0;left:0;z-index:0}} @media only screen and (min-width:769px){.av-curtain-footer.av-curtain-small #av-curtain-footer-placeholder{clear:both;background:transparent;display:block} .av-curtain-footer.av-curtain-small #main > *:not(.av-curtain-footer-container){z-index:1;position:relative} .av-curtain-footer.av-curtain-small .av-curtain-footer-container{width:100%;display:block;position:fixed;bottom:0;left:0;z-index:0}} @media only screen and (min-width:480px){.av-curtain-footer.av-curtain-mini #av-curtain-footer-placeholder{clear:both;background:transparent;display:block} .av-curtain-footer.av-curtain-mini #main > *:not(.av-curtain-footer-container){z-index:1;position:relative} .av-curtain-footer.av-curtain-mini .av-curtain-footer-container{width:100%;display:block;position:fixed;bottom:0;left:0;z-index:0}} .av-curtain-footer.av-curtain-activated #av-curtain-footer-placeholder{clear:both;background:transparent;display:block}.av-curtain-footer.av-curtain-activated #main > *:not(.av-curtain-footer-container){z-index:1;position:relative} .av-curtain-footer.av-curtain-activated .av-curtain-footer-container{width:100%;display:block;position:fixed;bottom:0;left:0;z-index:0} #scroll-top-link{position:fixed;border-radius:2px;height:50px;width:50px;line-height:50px;text-decoration:none;text-align:center;opacity:0;right:50px;bottom:50px;z-index:1030;visibility:hidden} #av-cookie-consent-badge{position:fixed;border-radius:2px;height:30px;width:30px;line-height:30px;text-decoration:none;text-align:center;opacity:0;right:50px;bottom:50px;z-index:1030;visibility:hidden} #scroll-top-link.avia_pop_class,#av-cookie-consent-badge.avia_pop_class{opacity:0.7;visibility:visible} #socket .social_bookmarks{float:right;margin:-10px 0 0 30px;position:relative} #socket .social_bookmarks li{border-radius:300px;border:none;overflow:hidden;top:5px;position:relative} #socket .social_bookmarks li a{border-radius:300px}#socket .avia-bullet,#socket .avia-menu-fx{display:none} .small-preview,.avia-post-nav .entry-info-wrap,.avia-post-nav,.avia-menu-fx,.team-social,.button,.related-format-icon,.avia-slideshow-controls a,#top .social_bookmarks li a,.fallback-post-type-icon,#scroll-top-link,#av-cookie-consent-badge,.avia-slideshow-button{-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out} .main_menu a,.pagination a{-webkit-transition:color 0.15s ease-out;transition:color 0.15s ease-out;-webkit-transition:background 0.15s ease-out;transition:background 0.15s ease-out} .avia_pop_class,.avia-search-tooltip{-webkit-animation:avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275)} a:hover .image-overlay .image-overlay-inside{-webkit-animation:avia_pop_small 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_pop_small 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275)} @-webkit-keyframes avia_pop{0%{-webkit-transform:scale(0.8)} 100%{-webkit-transform:scale(1)}}@keyframes avia_pop{0%{transform:scale(0.8)} 100%{transform:scale(1)}} @-webkit-keyframes avia_pop_small{0%{-webkit-transform:rotate(-175deg) scale(0.2)} 100%{-webkit-transform:rotate(0deg) scale(1)}}@keyframes avia_pop_small{0%{transform:rotate(-175deg) scale(0.2)} 100%{transform:rotate(0deg) scale(1)}} @-webkit-keyframes avia_pop_loader{0%{-webkit-transform:rotate(0deg) scale(0.2) } 100%{-webkit-transform:rotate(720deg) scale(1)}}@keyframes avia_pop_loader{0%{transform:rotate(0deg) scale(0.2)} 100%{transform:rotate(720deg) scale(1)}} @-webkit-keyframes avia_shrink{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)} 75%{opacity:0.7} 100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}} @keyframes avia_shrink{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)} 75%{opacity:0.7} 100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}} @-webkit-keyframes av-load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes av-load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}} @media only screen and (min-width:1140px){} @media only screen and (max-width:989px){.responsive.html_header_sidebar #top #header{width:27%} .responsive.html_header_left #main{margin-left:27%} .responsive.html_header_right #main{margin-right:27%} .responsive.html_header_sidebar #header .av-main-nav{padding:4% 0} .responsive.html_header_sidebar #header .av-main-nav > li{margin:0 10%} .responsive.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text{font-size:14px} .responsive.html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext{font-size:11px} .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area .widget{padding:10%} .responsive.html_header_sidebar .logo{padding:10%} .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > img,.responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > svg{opacity:1} .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo img.alternate,.responsive.html_mobile_menu_tablet #top .av_header_transparency .logo .subtext.avia-svg-logo-sub{display:none} .responsive.html_header_sidebar.html_header_left .av-curtain-footer.av-curtain-activated .av-curtain-footer-container{width:calc(73%);margin-left:calc(27% + 1px)} .responsive.html_header_sidebar.html_header_right .av-curtain-footer.av-curtain-activated .av-curtain-footer-container{width:calc(73% - 1px);margin-left:0} .responsive .av-frame{display:none} .responsive.html_av-framed-box{padding:0} .responsive.html_header_top.html_header_sticky.html_av-framed-box #header_main,.responsive.html_header_top.html_header_sticky.html_av-framed-box #header_meta{margin:0 auto} .responsive #top .avia-post-prev{left:0px} .responsive #top .avia-post-next{right:0px} .responsive.html_av-framed-box.html_av-overlay-side .av-burger-overlay-scroll{right:0} .responsive .avia-cookie-consent .container{padding:0} .responsive .avia-cookie-consent a.avia_cookie_infolink,.responsive .avia-cookie-consent p{display:block;margin-right:0} .responsive .avia-cookie-consent-button{margin:0.5em} .responsive .av-framed-box .avia-cookiemessage-top,.responsive .av-framed-box .avia-cookiemessage-bottom{width:100% !important;left:0 !important} .responsive .av-framed-box .avia-cookiemessage-bottom{bottom:0 !important} .responsive .av-framed-box .avia-cookiemessage-top{top:0 !important} .responsive .avia-cookiemessage-top-left,.responsive .avia-cookiemessage-bottom-left,.responsive .avia-cookiemessage-top-right,.responsive .avia-cookiemessage-bottom-right{width:35%}} @media only screen and (min-width:768px) and (max-width:989px){.responsive .main_menu ul:first-child > li > a{padding:0 10px} .responsive #top .header_bg{opacity:1;filter:alpha(opacity=100)} .responsive #main .container_wrap:first-child{border-top:none} .responsive .logo{float:left} .responsive .logo img{margin:0} .responsive.html_top_nav_header.html_mobile_menu_tablet #top .social_bookmarks{right:50px} .responsive.html_top_nav_header.html_mobile_menu_tablet #top #wrap_all #main{padding-top:0} .responsive.js_active .avia_combo_widget .top_tab .tab{font-size:10px} .responsive.js_active .avia_combo_widget .news-thumb{display:none} .responsive #top #wrap_all .grid-sort-container .av_one_sixth{width:33.3%;margin-bottom:0} .responsive body.boxed#top,.responsive.html_boxed.html_header_sticky #top #header,.responsive.html_boxed.html_header_transparency #top #header{max-width:100%} .responsive.html_header_top.html_header_sticky.html_bottom_nav_header.html_mobile_menu_tablet #main{padding-top:88px} .responsive.html_header_top.html_header_sticky.html_bottom_nav_header.html_top_nav_header.html_mobile_menu_tablet #main{margin-top:0} .responsive #top .av-hide-on-tablet{display:none !important} .responsive.html_mobile_menu_tablet .av-burger-menu-main{display:block} .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu{top:0;left:auto;right:0;display:block} .responsive.html_logo_right #top #wrap_all .av_mobile_menu_tablet .main_menu{top:0;left:0;right:auto} .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item{display:none} .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special{display:block} .responsive #top #wrap_all .av_mobile_menu_tablet .menu-item-search-dropdown > a{font-size:24px} .responsive #top .av_mobile_menu_tablet #header_main_alternate{display:none} .responsive.html_mobile_menu_tablet #top #wrap_all #header{position:relative;width:100%;float:none;height:auto;margin:0 !important;opacity:1;min-height:0} .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks{display:none} .responsive.html_mobile_menu_tablet #top .av-logo-container .social_bookmarks{display:none} .responsive.html_mobile_menu_tablet #top .av-logo-container .main_menu .social_bookmarks{display:block;position:relative;margin-top:-15px;right:0} .responsive.html_logo_center.html_bottom_nav_header .av_mobile_menu_tablet .avia-menu.av_menu_icon_beside{height:100%} .responsive.html_mobile_menu_tablet #top #wrap_all .menu-item-search-dropdown > a{font-size:24px} .responsive.html_mobile_menu_tablet #top #main .av-logo-container .main_menu{display:block} .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main{padding-top:88px} .responsive.html_mobile_menu_tablet.html_header_top #top #main{padding-top:0 !important;margin:0} .responsive.html_mobile_menu_tablet.html_top_nav_header.html_header_sticky #top #wrap_all #main{padding-top:0} .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a,.responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container{height:90px;line-height:90px} .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a{min-width:0;padding:0 0 0 20px;margin:0;border-style:none;border-width:0} .responsive.html_mobile_menu_tablet #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style:solid;border-right-width:1px;padding-right:25px} .responsive.html_mobile_menu_tablet #top #header .av-main-nav > li > a,.responsive #top #header .av-main-nav > li > a:hover{background:transparent;color:inherit} .responsive.html_mobile_menu_tablet.html_top_nav_header .av-logo-container .inner-container{overflow:visible}} @media only screen and (max-width:767px){.responsive .template-archives .tab_inner_content li{width:98%} .responsive .template-blog .blog-meta,.responsive .post_author_timeline,.responsive #top #main .sidebar{display:none} .sidebar_shadow#top #main .sidebar_right.av-enable-shadow,.sidebar_shadow#top #main .sidebar_left.av-enable-shadow,.sidebar_shadow .sidebar_right .content.av-enable-shadow,.sidebar_shadow .sidebar_left .content.av-enable-shadow{box-shadow:none} .responsive #top #main .sidebar.smartphones_sidebar_active{display:block;text-align:left;border-left:none;border-right:none;border-top-style:dashed;border-top-width:1px;width:100%;clear:both} .responsive #top #main .sidebar.smartphones_sidebar_active .inner_sidebar{margin:0} .responsive .content .entry-content-wrapper{padding:0} .responsive .content{border:none} .responsive .template-blog .post_delimiter{margin:0 0 30px 0;padding:30px 0 0 0} .responsive .big-preview{padding:0 0 10px 0} .responsive .related_posts{padding:20px 0} .responsive .comment_content{padding-right:0;padding-left:0} .responsive .fullsize div .template-blog .entry-content-wrapper{text-align:left;font-size:14px;line-height:24px} .responsive #top .fullsize .template-blog .post .entry-content-wrapper > *{max-width:100%} .responsive #top .avia-post-nav{display:none} .responsive #top .av-related-style-full .no_margin.av_one_half.relThumb{display:block;width:100%;clear:both} .responsive .title_container .breadcrumb{left:-2px} .responsive .title_container .main-title + .breadcrumb{position:relative;right:auto;top:-6px;margin:0;left:-2px} .responsive .pagination{padding-left:0;padding-right:0} .responsive #top .av-hide-on-mobile,.responsive #top .av-hide-on-tablet{display:none !important} .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img,.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > svg{opacity:1} .responsive #top .av_header_transparency .logo img.alternate,.responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub{display:none} .responsive #top #wrap_all #header{position:relative;width:100%;float:none;height:auto;margin:0 !important;opacity:1;min-height:0} .responsive #top #main{padding-top:0 !important;margin:0} .responsive #top #main .container_wrap:first-child{border-top:none} .responsive.html_header_top.html_logo_center .logo{left:0%;-webkit-transform:translate(0%,0);-ms-transform:translate(0%,0);transform:translate(0%,0);margin:0} .responsive .phone-info{float:none;width:100%;clear:both;text-align:center} .responsive .phone-info div{margin:0;padding:0;border:none} .responsive.html_header_top #header_main .social_bookmarks ,.responsive.html_top_nav_header #top .social_bookmarks{width:auto;margin-top:-16px} .responsive #top .logo{position:static;display:table;height:80px !important;float:none;padding:0;border:none;width:80%} .responsive .logo a{display:table-cell;vertical-align:middle} .responsive .logo img,.responsive .logo svg{height:auto !important;width:auto;max-width:100%;display:block;max-height:80px} .responsive #header_main .container{height:auto !important} .responsive #top .header_bg{opacity:1;filter:alpha(opacity=1)} .responsive.social_header .phone-info{text-align:center;float:none;clear:both;margin:0;padding:0} .responsive.social_header .phone-info div{border:none;width:100%;text-align:center;float:none;clear:both;margin:0;padding:0} .responsive #header_meta .social_bookmarks li{border-style:solid;border-width:1px;margin-bottom:-1px;margin-left:-1px} .responsive #top #header_meta .social_bookmarks li:last-child{border-right-style:solid;border-right-width:1px} .responsive #header .sub_menu,.responsive #header_meta .sub_menu>ul{float:none;width:100%;text-align:center;margin:0 auto;position:static} .responsive #header .social_bookmarks{padding-bottom:2px;width:100%;text-align:center;height:auto;line-height:0.8em;margin:0} .responsive #header_meta .sub_menu>ul>li{float:none;display:inline-block;padding:0 10px} .responsive #header .social_bookmarks li{float:none;display:inline-block} .responsive.bottom_nav_header #header_main .social_bookmarks{position:relative;top:0;right:0;margin:10px auto;clear:both} .responsive.bottom_nav_header.social_header .main_menu>div{height:auto} .responsive .logo img,.responsive .logo svg{margin:0} .responsive.html_header_sidebar #top #header .social_bookmarks{display:none} .responsive body.boxed#top,.responsive.html_boxed.html_header_sticky #top #header{max-width:100%} .responsive.html_header_transparency #top .avia-builder-el-0 .container,.responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption{padding-top:0} .responsive #top .av_phone_active_right .phone-info.with_nav span{border:none} .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a,.responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a,.responsive #top .av_header_transparency #header_main_alternate,.responsive .av_header_transparency #header_main .social_bookmarks li a,.responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span,.responsive #top .av_header_transparency #header_meta,.responsive #top .av_header_transparency #header_meta li,.responsive #top #header_meta .social_bookmarks li a{color:inherit;border-color:inherit;background:inherit} .responsive.html_top_nav_header .av-logo-container{height:auto} .responsive.html_top_nav_header .av-section-bottom-logo{border-bottom-style:solid;border-bottom-width:1px} .responsive .av-burger-menu-main{display:block} .responsive #top #wrap_all .main_menu{top:0;height:80px;left:auto;right:0;display:block;position:absolute} .responsive .main_menu ul:first-child > li a{height:80px;line-height:80px} .responsive #top .av-main-nav .menu-item{display:none} .responsive #top .av-main-nav .menu-item-avia-special{display:block} .responsive #top #wrap_all .menu-item-search-dropdown > a{font-size:24px} .responsive #header_main_alternate{display:none} .responsive #top #header .social_bookmarks{display:none} .responsive #top #header .main_menu .social_bookmarks{display:block;position:relative;margin-top:-15px} .responsive #top .av-logo-container .avia-menu{height:100%} .responsive #top .av-logo-container .avia-menu > li > a{line-height:80px} .responsive #top #main .av-logo-container .main_menu{display:block} .responsive #top #main .av-logo-container .social_bookmarks{display:none} .responsive #top #main .av-logo-container .main_menu .social_bookmarks{display:block;position:relative} .responsive #top #main .av-logo-container .main_menu{display:block} .responsive #top #header_main > .container .main_menu .av-main-nav > li > a,.responsive #top #wrap_all .av-logo-container{height:80px;line-height:80px} .responsive #top #wrap_all .av-logo-container{padding:0} .responsive #top #header_main > .container .main_menu .av-main-nav > li > a{min-width:0;padding:0 0 0 20px;margin:0;border-style:none;border-width:0} .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style:solid;border-right-width:1px;padding-right:25px} .responsive #top #header .av-main-nav > li > a,.responsive #top #header .av-main-nav > li > a:hover{background:transparent;color:inherit} .responsive.html_top_nav_header .av-logo-container .inner-container{overflow:visible} .responsive #top .related_entries_container .av_one_eighth{width:25%} .responsive #top .relThumb5{clear:both} .responsive.html_header_transparency #top .avia-builder-el-0 .container{padding-top:0px} .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area{display:none} .responsive.html_header_sidebar #main{border:none} .responsive.js_active #top .avia_combo_widget .top_tab .tab{border-top:1px solid;border-bottom:none;width:100%} .responsive.js_active #top .avia_combo_widget .news-wrap li{padding:5px} .tagcloud a{padding:8px 20px;margin:0 8px 8px 0} .widget li{line-height:1.8em;font-size:15px} .responsive #scroll-top-link{display:none} .responsive #socket .sub_menu_socket{display:block;float:none;width:100%;clear:both;margin:0 0 0 -15px} .responsive.html_header_sidebar.html_header_left .av-curtain-footer.av-curtain-activated .av-curtain-footer-container{width:100%;margin-left:0} .responsive.html_header_sidebar.html_header_right .av-curtain-footer.av-curtain-activated .av-curtain-footer-container{width:100%} body.responsive.admin-bar .avia-cookiemessage-top,body.responsive.admin-bar .avia-cookiemessage-top-left,body.responsive.admin-bar .avia-cookiemessage-top-right{margin-top:46px} .responsive .avia-cookiemessage-top-left,.responsive .avia-cookiemessage-bottom-left,.responsive .avia-cookiemessage-top-right,.responsive .avia-cookiemessage-bottom-right{width:55%}} @media only screen and (min-width:480px) and (max-width:767px){.responsive #top #wrap_all .grid-sort-container.grid-total-odd .grid-entry.grid-loop-1{width:100%} .responsive #top #wrap_all .grid-sort-container .grid-entry{width:50%;margin-bottom:0} .responsive #top #wrap_all .portfolio-parity-odd{clear:both}} @media only screen and (max-width:479px){.responsive #top .related_entries_container .av_one_eighth{width:50%} .responsive #top .related_entries_container .av_one_eighth:nth-child(odd){clear:both} .responsive.html_header_top #header_main .social_bookmarks,.responsive.html_top_nav_header .social_bookmarks{display:none} .responsive .avia-menu.av_menu_icon_beside{padding:0;margin:0;border:none} .responsive #top #wrap_all #header .social_bookmarks,.responsive #top #wrap_all #main .av-logo-container .social_bookmarks{display:none} .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{margin-right:0;padding-right:0;border:none} .responsive .avia-cookiemessage-top-left,.responsive .avia-cookiemessage-bottom-left,.responsive .avia-cookiemessage-top-right,.responsive .avia-cookiemessage-bottom-right{width:85% !important;left:7.5% !important;right:7.5% !important}}\";}s:20:\"avia-module-blog-css\";a:6:{s:4:\"name\";s:16:\"avia-module-blog\";s:3:\"url\";s:103:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css\";s:4:\"path\";s:77:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:18973:\".template-blog .blog-meta{float:left;margin-right:50px} .multi-big .post_author_timeline ,.single-small .post_author_timeline{position:absolute;top:0;left:40px;width:1px;height:100%;border-right-width:1px;border-right-style:dashed} .single-post .post_author_timeline{display:none} .sidebar_left .template-blog .blog-meta{float:right;margin-left:50px;margin-right:0} .sidebar_left .multi-big .post_author_timeline ,.sidebar_left .single-small .post_author_timeline{left:auto;right:40px} .sidebar_left .big-preview{padding:0 131px 10px 0} div .single-big .pagination{padding:1px 50px 10px 1px} .sidebar_left .author-extra-border{right:auto;left:-50px} #top .fullsize .template-blog .post-title{text-align:center;font-size:30px;padding:15px 0;max-width:800px;margin:0 auto}#top.single-post .fullsize .template-blog .post_delimiter{visibility:hidden}#top .fullsize .template-blog .post-meta-infos{text-align:center}#top .fullsize .template-blog .post .entry-content-wrapper{text-align:justify;font-size:1.15em;line-height:1.7em;max-width:800px;margin:0 auto;overflow:visible}#top .fullsize .template-blog .post .entry-content-wrapper > *{max-width:40em;margin-left:auto;margin-right:auto}#top .fullsize .template-blog .post_delimiter{border-bottom-width:1px;border-bottom-style:solid;width:3000px;left:-1500px;position:relative;max-width:3000px}#top .fullsize .template-blog .post_author_timeline{display:none}#top .fullsize .template-blog .blog-meta{float:none;margin:0 auto;display:block;position:relative;width:81px;overflow:hidden;text-align:center;z-index:1000} #top .av-alb-blogposts.template-blog div.post_delimiter{width:100%;left:0;position:relative} #top .fullsize .related_entries_container img{margin:0 auto}#top .fullsize .related_title{text-align:center}#top .fullsize .related_posts{padding:23px 0 33px 0} #top .fullsize .template-blog .big-preview{padding:0 0 10px 0}#top .fullsize .template-blog .first-quote{margin-top:15px}#top .fullsize .template-blog .big-preview.multi-big{margin-bottom:15px;padding:0;width:100%}#top .fullsize .template-blog .big-preview.multi-big a,.fullsize div .template-blog .big-preview.multi-big a img{width:100%}#top .fullsize .template-blog .big-preview img{width:100%} .fullsize .big-preview .avia-gallery{width:40em;max-width:100%;margin:0 auto} .fullsize .comment_content{padding-right:0}.fullsize .blog-tags{display:block} #top .fullsize .flex_column .template-blog .post-title,#top .fullsize .flex_column .template-blog .post-meta-infos{text-align:left}#top .fullsize .flex_column .big-preview .avia-gallery{width:100%}#top .fullsize .flex_column .template-blog .post .entry-content-wrapper > *{max-width:100%} .html_header_sidebar #top .fullsize .template-blog .multi-big .post-title,.html_header_sidebar #top .fullsize .template-blog .single-big .post-title{max-width:none;text-align:left}.html_header_sidebar #top .fullsize .template-blog .multi-big .post-meta-infos,.html_header_sidebar #top .fullsize .template-blog .single-big .post-meta-infos{text-align:left}.html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper{max-width:none}.html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper > *{max-width:none} .post-meta-infos{font-size:0.9em;position:relative;top:-8px;display:block} .post-meta-infos a{text-decoration:none}.post-meta-infos a:hover{text-decoration:underline}.text-sep{padding:0 5px}.more-link{clear:both;display:inline-block} .big-preview{display:block;padding:0 50px 10px 131px} .template-page .big-preview{display:block;padding:0 0 10px 131px;text-align:center} .big-preview a{display:block;position:relative;overflow:hidden} .big-preview.single-big{padding:0 50px 10px 0} .entry-content-wrapper .big-preview.single-big{padding:0 0px 10px 0} .fullsize .big-preview.single-big{padding:0 0 10px 0} .post-loop-1 .big-preview{position:relative;z-index:4} .small-preview{width:81px;height:81px;overflow:hidden;border-radius:4px;float:left;margin:6px 0 0 0;position:relative;text-align:center;line-height:81px;position:relative;z-index:4;display:block} .small-preview img,.big-preview img{display:block;border-radius:4px;position:relative;z-index:4;width:100%} .single-post .single-small.with-slider .small-preview{width:180px;height:180px} .single-post .single-small.with-slider .post_author_timeline{display:none}#top.single-post .fullsize .single-small.with-slider .blog-meta{width:180px} .archive .av-content-full > .extra-mini-title{text-align:center}.archive .av-content-full .author-box{text-align:center} .av-content-full > .related_posts{max-width:1200px;margin-left:auto;margin-right:auto;float:none;clear:both}.av-content-full > .comment-entry{max-width:800px;margin-left:auto;margin-right:auto;float:none;clear:both} .template-blog .pagination{padding:1px 50px 10px 24px} .related_posts{position:relative;clear:both;width:100%;float:left;border-top-style:solid;border-top-width:1px;padding:23px 50px 33px 0;margin-bottom:30px}.related_posts:hover{z-index:9999}.related_title{margin-bottom:20px}.related_column{float:left;padding-right:3px}.related_posts img,.related_posts a{display:block;border-radius:2px;overflow:hidden;max-width:100%;margin:0 auto}.related_posts_default_image{border-width:1px;border-style:solid;display:block;float:left;border-radius:2px;min-height:60px;min-width:100%;max-width:100%}.related_posts_default_image img{visibility:hidden}.relThumb{text-align:center}.related_posts .av-related-title{display:none} .related_image_wrap{position:relative;display:block;float:left;width:100%;-webkit-backface-visibility:hidden} .related-format-icon{position:absolute;text-align:center;top:1px;left:1px;bottom:1px;right:1px;opacity:0;filter:alpha(opacity=0)}.related-format-icon-inner{position:absolute;height:30px;font-size:30px;line-height:30px;top:50%;margin-top:-15px;left:0;width:100%}.related-format-icon:hover{opacity:0.8;filter:alpha(opacity=80)}.related-format-visible{opacity:0.5 ;filter:alpha(opacity=50)} .sidebar_left .related_posts_sep{right:auto;left:0} .single-big + .related_posts.av-related-style-full{border-top:none;padding-top:0} .related_posts.av-related-style-full a{margin:2px 0;padding:6px;border-radius:3px;display:table;width:100%;text-decoration:none;text-align:left;border:1px solid transparent;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} .related_posts.av-related-style-full a:hover{border-width:1px;border-style:solid}.av-related-style-full .related-format-visible{opacity:1 ;filter:alpha(opacity=100)} #top .av-related-style-full .related_column{width:50%}#top .av-related-style-full .relThumb{text-align:left}#top .av-related-style-full .related-format-icon{width:58px;height:58px;bottom:auto;right:auto;border-radius:100px}#top .av-related-style-full .related_image_wrap{display:table-cell;float:none;background-color:transparent}#top .av-related-style-full .related_image_wrap,#top .av-related-style-full .related_image_wrap img,#top .av-related-style-full .related_image_wrap .related_posts_default_image{width:60px;height:60px;border-radius:100px}#top .av-related-style-full .av-related-title{text-decoration:none;display:table-cell;vertical-align:middle;padding:5px 15px;line-height:1.2em}.responsive .av-related-style-full .relThumb1,.responsive .av-related-style-full .relThumb3,.responsive .av-related-style-full .relThumb5{clear:both} .avia-post-format-image img{border-radius:3px}.avia-post-format-image{margin-bottom:10px} .entry-content-wrapper.gallery-content .avia-gallery{margin-bottom:10px} #top #wrap_all .big-preview + .big-preview{position:relative;top:-60px;background:transparent;margin:0 20px -40px 20px;z-index:550;width:auto} #top #wrap_all .big-preview.multi-big + .big-preview.multi-big{margin:0 20px -30px 20px} .flex_column .template-blog .post .entry-content-wrapper{} #top .flex_column .template-blog .post-title{font-size:1.3em} .flex_column .template-blog .post_delimiter{margin:0 0 20px 0;padding:20px 0 0 0} .flex_column .template-blog .single-big .pagination{padding:1px 0 10px 0} .flex_column .template-blog .big-preview.single-big{padding:0 0 10px 0} .flex_column .template-blog .post-meta-infos{margin-bottom:-13px} .html_elegant-blog #top .post-entry .post-title,.html_elegant-blog .avia-content-slider .slide-entry-title{text-align:center;font-size:30px;text-transform:uppercase;padding:0px 0 15px;letter-spacing:2px;line-height:1.3em;margin-bottom:10px} .html_elegant-blog #top .post-entry .post-title:hover,.html_elegant-blog .avia-content-slider .slide-entry-title:hover{opacity:0.7} .html_elegant-blog #top .post-entry .post-meta-infos,.html_elegant-blog .avia-content-slider .slide-meta{display:block;text-align:center;padding:10px 0;border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid;margin-top:40px;width:100%;clear:both;float:left} .html_elegant-blog #top .post-entry .blog-categories{text-align:center;display:block;font-weight:bold;position:relative} .html_elegant-blog #top .post-entry .minor-meta{text-transform:uppercase} .html_elegant-blog .post-entry .post-meta-infos .text-sep,.html_elegant-blog .post-entry .slide-meta .slide-meta-del{border-left-width:1px;border-left-style:solid;padding:0;display:inline-block;margin:0 10px;text-indent:-126px;overflow:hidden;vertical-align:bottom} .html_elegant-blog .av-vertical-delimiter{display:block;margin:0 auto;width:40px;border-top-width:3px;border-top-style:solid;padding-bottom:16px} .html_elegant-blog .entry-content-wrapper .big-preview.single-big{margin-top:20px} .html_elegant-blog .more-link{display:block;text-align:center;margin:30px auto 20px auto;clear:both;width:250px;border:none;border-style:solid;border-width:1px;padding:10px 0;border-radius:2px} .html_elegant-blog .more-link:hover{text-decoration:none} .more-link-arrow:after{content:\"\\E87d\";font-family:\'entypo-fontello\';font-size:10px;vertical-align:middle;padding:0 8px} .html_elegant-blog .more-link-arrow{display:none} .html_elegant-blog .multi-big .post_author_timeline,.html_elegant-blog .single-small .post_author_timeline{border-right-style:solid} .html_elegant-blog .blog-tags.minor-meta,.html_elegant-blog .av-share-link-description,.html_elegant-blog .related_title{display:block;text-align:center} .html_elegant-blog #top .big-preview{padding-left:0;padding-right:0} .html_elegant-blog .avia-content-slider .slide-entry-title{padding-top:15px;font-size:1.4em} .html_elegant-blog #top .avia-content-slider .blog-categories{top:15px} .html_elegant-blog .avia-content-slider .read-more-link{position:relative;top:18px;padding-bottom:10px} .html_elegant-blog .avia-content-slider .av-vertical-delimiter{position:relative;top:-5px} .html_elegant-blog .template-blog .post_delimiter{margin:0 0 20px 0;padding:20px 0 0 0} .html_elegant-blog .av-share-box{margin-bottom:0} .html_elegant-blog .template-author .extra-mini-title{display:none} .html_elegant-blog #top .template-search .post-title{text-align:left} .html_elegant-blog #top .template-search .blog-categories{display:none} .html_elegant-blog #top .template-search .entry-content-wrapper .post-title a:hover{text-decoration:none} .html_elegant-blog #top .template-search .post-entry .post-meta-infos{margin-top:-20px;text-align:left;border:none} .html_modern-blog #top .post-entry .post-title,.html_modern-blog .avia-content-slider .slide-entry-title{font-size:2em;text-align:left;letter-spacing:1px} .html_modern-blog #top .post-entry .blog-categories{text-align:left;font-weight:normal;font-size:0.8em;top:-25px} .html_modern-blog .av-vertical-delimiter{margin:0} .html_modern-blog #top .post-entry .post-meta-infos,.html_modern-blog .avia-content-slider .slide-meta{text-align:left;border:none;margin-top:15px;font-size:0.9em} .html_modern-blog .av-vertical-delimiter{display:none} .html_modern-blog .post-entry .post-meta-infos .text-sep,.html_modern-blog .post-entry .slide-meta .slide-meta-del{border:none;text-indent:0;opacity:0.3} .html_modern-blog .more-link{margin:30px 0 20px 0;display:inline;border:none;position:relative;top:-0.3em} .html_modern-blog .more-link .more-link-arrow{display:inline} .html_modern-blog .blog-tags.minor-meta,.html_modern-blog .av-share-link-description,.html_modern-blog .related_title{text-align:left} .html_modern-blog #top .template-page .big-preview{margin-top:0} #top .av-blog-meta-author-disabled .minor-meta.blog-author{display:none}#top .av-blog-meta-comments-disabled .minor-meta.comment-container,#top .av-blog-meta-comments-disabled .text-sep-comment{display:none}#top .av-blog-meta-category-disabled .minor-meta.blog-categories,#top .av-blog-meta-category-disabled .text-sep-cat{display:none} #top .av-blog-meta-date-disabled .minor-meta.date-container,#top .av-blog-meta-date-disabled .text-sep-date{display:none} #top .av-blog-meta-html-info-disabled .form-allowed-tags{display:none}#top .av-blog-meta-tag-disabled .blog-tags{display:none} #top .fullsize .template-blog.av_force_fullwidth.template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog.av_force_fullwidth .post .entry-content-wrapper{max-width:100%} #top .fullsize .template-blog.av_force_fullwidth .post-title{max-width:100%;padding-top:0;padding-bottom:0} .bloglist-simple .read-more-link{display:block;position:absolute;right:50px;top:50%;transform:translateY(-50%)} .av_force_fullwidth .bloglist-simple .read-more-link{right:0} .bloglist-simple .more-link{padding:0;margin:0;font-size:0;line-height:0;top:auto;width:30px;height:30px;display:block;border-width:2px;border-style:solid;border-radius:100%;text-decoration:none} .bloglist-simple .more-link:hover{text-decoration:none} .bloglist-simple .more-link-arrow{width:100%;height:100%;display:block} .bloglist-simple .more-link-arrow:after{font-size:10px;line-height:26px;display:block;padding:0;text-align:center} .bloglist-simple .read-more-link:hover{opacity:1} .template-blog .bloglist-simple .post_delimiter{border-bottom:1px solid rgba(0,0,0,0.15);margin:0;padding:0;clear:both} #top .fullsize .template-blog .bloglist-simple:last-of-type .post_delimiter{border-bottom-width:0} .bloglist-simple.post-entry{float:none} .bloglist-simple .entry-content-header{padding:25px 60px 25px 0} .av_force_fullwidth .bloglist-simple .entry-content-header{padding:25px 0 25px 0} #top .fullsize .template-blog .bloglist-simple .post-title,.bloglist-simple .entry-content-wrapper .post-title{font-size:17px;margin-bottom:0.1em;text-align:left} #top .fullsize .template-blog .bloglist-simple .post-meta-infos,.bloglist-simple .post-meta-infos{top:auto;position:static;text-align:left;margin-bottom:0} .bloglist-simple .pagination{padding:20px 50px 10px 0} .av_force_fullwidth .bloglist-simple .pagination{padding-right:0} @media only screen and (max-width:767px){.bloglist-simple .read-more-link{right:0}} .html_elegant-blog #top .bloglist-simple .entry-content-header{padding:0} .html_elegant-blog #top .bloglist-simple.post-entry{padding-top:20px;padding-bottom:20px} .html_elegant-blog #top .bloglist-simple.post-entry .post-title,.html_elegant-blog .avia-content-slider .bloglist-simple .slide-entry-title{text-align:left;font-size:26px;margin-bottom:0} .html_elegant-blog #top .bloglist-simple.post-entry .blog-categories{text-align:left} .html_elegant-blog #top .bloglist-simple.post-entry .post-meta-infos,.html_elegant-blog .avia-content-slider .bloglist-simple .slide-meta{text-align:left;margin-top:0;padding-right:60px;position:relative} .html_elegant-blog .template-blog .bloglist-simple .post_delimiter{margin:0;padding:0} .html_elegant-blog .read-more-link{right:0} .html_elegant-blog .template-blog .bloglist-simple .post_delimiter{display:none} .html_modern-blog #top .post-entry.bloglist-simple{border-bottom-width:1px;border-bottom-style:solid} .html_modern-blog #top .post-entry.bloglist-simple .blog-categories{top:auto;font-size:0.9em} .html_modern-blog #top .bloglist-simple.post-entry .post-meta-infos,.html_modern-blog .avia-content-slider .bloglist-simple .slide-meta{font-size:0.8em;padding-bottom:0} .bloglist-compact.post-entry{border-bottom-width:1px;border-bottom-style:dashed;padding:15px 0;float:none} .bloglist-compact.post-entry:last-of-type{border-bottom-width:0} .main_color .bloglist-compact .fallback-post-type-icon{position:relative;top:auto;left:auto;margin:0 0.5em 0 0 ;background:transparent;color:inherit;line-height:normal;font-size:1.3em;text-align:center;height:auto} #top .fullsize .template-blog .bloglist-compact .post-title,.bloglist-compact .post-title{display:inline;font-size:1em;font-weight:normal} .bloglist-compact .post_delimiter{display:none} .bloglist-compact .pagination{margin-top:2em;padding:20px 50px 10px 0} .av_force_fullwidth .bloglist-compact .pagination{padding-right:0} .html_elegant-blog #top .post-entry.bloglist-compact .post-title,.html_elegant-blog .avia-content-slider .bloglist-compact .slide-entry-title{display:inline;font-size:1em} .bloglist-excerpt .read-more-link{text-align:right;position:relative;margin-top:40px} .bloglist-excerpt .read-more-link:after{content:\"\";height:1px;border-top-style:solid;border-top-width:1px;border-color:inherit;display:block;width:100%;left:0;top:50%;position:absolute;z-index:1} .bloglist-excerpt .more-link{display:inline-block;border-width:1px;border-style:solid;border-radius:100px;padding:0 20px;text-transform:uppercase;font-size:0.8em;font-weight:bold;position:relative;z-index:2;background-color:#ffffff;color:inherit;line-height:2.1em;font-size:0.75em} .bloglist-excerpt .more-link:hover{text-decoration:none} .bloglist-excerpt .more-link-arrow{display:none} .template-blog .bloglist-excerpt .post_delimiter{margin:0 0 20px 0;padding:20px 0 0 0;border-color:transparent} .bloglist-excerpt .pagination{padding:20px 50px 10px 0} .av_force_fullwidth .bloglist-excerpt .pagination{padding-right:0} #top .fullsize .template-blog .bloglist-excerpt .post-title,.bloglist-excerpt .post-title{text-align:left} #top .fullsize .template-blog .bloglist-excerpt .post-meta-infos{text-align:left;margin-bottom:0;top:auto} #top .fullsize .template-blog .bloglist-excerpt .post_delimiter{border-bottom-width:0} .html_elegant-blog #top .bloglist-excerpt.post-entry .post-title,.html_elegant-blog .avia-content-slider .bloglist-excerpt .slide-entry-title{text-align:left;margin-bottom:0;font-size:26px} .html_elegant-blog #top .bloglist-excerpt.post-entry .post-meta-infos,.html_elegant-blog .avia-content-slider .bloglist-excerpt .slide-meta{text-align:left;margin-top:1em;margin-bottom:1em} .html_elegant-blog .bloglist-excerpt .more-link{margin:0;border-color:inherit;color:inherit} .html_elegant-blog .bloglist-excerpt .more-link:hover{color:initial} .html_modern-blog #top .bloglist-excerpt.post-entry .post-meta-infos,.html_modern-blog .avia-content-slider .bloglist-excerpt .slide-meta{text-align:left;margin:0} .html_modern-blog .bloglist-excerpt .more-link .more-link-arrow{display:none} @media only screen and (max-width:767px){.responsive #top .template-page .big-preview.multi-big{padding:0 0 10px 0}}\";}s:26:\"avia-module-postslider-css\";a:6:{s:4:\"name\";s:22:\"avia-module-postslider\";s:3:\"url\";s:115:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css\";s:4:\"path\";s:89:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:3128:\".avia-content-slider{margin:30px 0;clear:both}.avia-content-slider,.avia-content-slider-inner{position:relative;overflow:hidden;clear:both}.avia-content-slider .slide-entry-title{font-size:1.1em;line-height:1.4em;margin:0}.avia-content-slider .slide-image,.avia-content-slider .slide-image img{border-radius:3px;display:block;position:relative;-webkit-perspective:1000px;-webkit-backface-visibility:hidden;margin:0 auto}.avia-content-slider .slide-image{overflow:hidden;margin-bottom:6px;border-radius:3px}.avia-content-slider .slide-entry-excerpt{overflow:hidden;text-overflow:ellipsis} .avia-content-slider .slide-entry-wrap{width:100%;float:left;margin-bottom:40px}.avia-content-slider-active .slide-entry-wrap{position:absolute;top:0;visibility:hidden;margin:0}.avia-content-slider .slide-entry-wrap:first-child{position:relative}.avia-content-slider .slide-meta div,.avia-content-slider .slide-meta time{display:inline-block;font-size:0.9em}.avia-content-slider .slide-meta a{position:relative}.avia-content-slider .slide-meta{position:relative;padding-bottom:10px}.avia-content-slider .slide-meta-del{margin:0px 4px}.avia-content-slider.avia-builder-el-no-sibling{margin:0} .slider-fallback-image{visibility:hidden}.avia-content-slider .fake-thumbnail .slide-image{border-width:1px;border-style:solid;-webkit-perspective:1000px;-webkit-backface-visibility:hidden;min-height:70px}.fallback-post-type-icon{position:absolute;top:49%;left:50%;margin:-28px 0 0 -30px;height:60px;width:60px;line-height:59px;font-size:25px;text-align:center;border-radius:100px}.avia-content-slider .slide-image:hover .fallback-post-type-icon{opacity:0}.pagination-slider .pagination{padding:1px 0 10px 0} .avia_desktop .avia-content-slider .avia-slideshow-arrows a{opacity:0}#top .avia-content-slider:hover .avia-slideshow-arrows a{opacity:1} #top .avia-content-slider .avia-slideshow-arrows a{top:38%;margin:-30px 0 0} #top .avia-content-slider,#top .avia-content-slider-inner,#top .avia-content-slider-inner .slide-entry-wrap{-webkit-transform-style:flat;-webkit-backface-visibility:hidden} #top #wrap_all .avia-content-slider .audio-preview{margin-top:-36px;margin-bottom:-4px} #top .avia-content-slider .audio-preview .mejs-volume-button,#top .avia-content-slider .audio-preview .mejs-time{display:none} #top #wrap_all .mejs-controls a.mejs-horizontal-volume-slider{width:60px} .avia-safari .avia-content-slider,.avia-safari .avia-content-slider-inner,.avia-safari .avia-content-slider-inner .slide-entry-wrap{-webkit-perspective:0 !important} @media only screen and (max-width:767px){.responsive #top #wrap_all .slide-entry{width:48%;margin-left:4%} .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even{margin:0;clear:both} .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first{margin-left:0;width:100%} .responsive avia-content-slider .slide-image img{width:100%}} @media only screen and (max-width:479px){.responsive #top #wrap_all .avia-content-slider-odd .slide-entry{margin-left:0;clear:both;width:100%}}\";}s:22:\"avia-module-button-css\";a:6:{s:4:\"name\";s:18:\"avia-module-button\";s:3:\"url\";s:109:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css\";s:4:\"path\";s:83:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:5946:\".avia-button-wrap{display:inline-block} .avia-button{color:#777;border-color:#e1e1e1;background-color:#f8f8f8} body div .avia-button{border-radius:3px;padding:10px;font-size:12px;text-decoration:none;display:inline-block;border-bottom-style:solid;border-bottom-width:1px;margin:3px 0;line-height:1.2em;position:relative;font-weight:normal;text-align:center;max-width:100%} .avia-button:hover{opacity:0.9;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out} .avia-button:active{border-bottom-width:0px;border-top-width:1px;border-top-style:solid}.avia-button.avia-color-theme-color-subtle{background-image:none}.avia-button.avia-color-theme-color-subtle:hover{} .avia-button .avia_button_icon{position:relative;left:-0.3em;-webkit-perspective:1000px;-webkit-backface-visibility:hidden}.avia-button .avia_button_icon.avia_button_icon_right{left:0.3em}.avia-button.avia-icon_select-no .avia_button_icon{display:none} .avia-button.avia-color-grey,.avia-button.avia-color-grey:hover{background-color:#555;border-color:#333333;color:#fff}.avia-button.avia-color-black,.avia-button.avia-color-black:hover{background-color:#2c2c2c;border-color:#000;color:#fff}.avia-button.avia-color-red,.avia-button.avia-color-red:hover{background-color:#B02B2C;border-color:#8B2121;color:#fff}.avia-button.avia-color-orange,.avia-button.avia-color-orange:hover{background-color:#edae44;border-color:#CA9336;color:#fff}.avia-button.avia-color-green,.avia-button.avia-color-green:hover{background-color:#83a846;border-color:#6F8F3B;color:#fff}.avia-button.avia-color-blue,.avia-button.avia-color-blue:hover{background-color:#7bb0e7;border-color:#6693C2;color:#fff}.avia-button.avia-color-aqua,.avia-button.avia-color-aqua:hover{background-color:#4ecac2;border-color:#3EAAA3;color:#fff}.avia-button.avia-color-teal,.avia-button.avia-color-teal:hover{background-color:#5f8789;border-color:#3F5E5F;color:#fff}.avia-button.avia-color-purple,.avia-button.avia-color-purple:hover{background-color:#745f7e;border-color:#514358;color:#fff}.avia-button.avia-color-pink,.avia-button.avia-color-pink:hover{background-color:#d65799;border-color:#BB4B85;color:#fff}.avia-button.avia-color-silver,.avia-button.avia-color-silver:hover{background-color:#DADADA;border-color:#B4B4B4;color:#555} #top a.avia-button.avia-font-color-grey,.avia-button.avia-font-color-grey-hover:hover{color:#333333} #top a.avia-button.avia-font-color-black,.avia-button.avia-font-color-black-hover:hover{color:#000} #top a.avia-button.avia-font-color-red,.avia-button.avia-font-color-red-hover:hover{color:#8B2121} #top a.avia-button.avia-font-color-orange,.avia-button.avia-font-color-orange-hover:hover{color:#CA9336} #top a.avia-button.avia-font-color-green,.avia-button.avia-font-color-green-hover:hover{color:#6F8F3B} #top a.avia-button.avia-font-color-blue,.avia-button.avia-font-color-blue-hover:hover{color:#6693C2} #top a.avia-button.avia-font-color-aqua,.avia-button.avia-font-color-aqua-hover:hover{color:#3EAAA3} #top a.avia-button.avia-font-color-teal,.avia-button.avia-font-color-teal-hover:hover{color:#3F5E5F} #top a.avia-button.avia-font-color-purple,.avia-button.avia-font-color-purple-hover:hover{color:#514358} #top a.avia-button.avia-font-color-pink,.avia-button.avia-font-color-pink-hover:hover{color:#BB4B85} #top a.avia-button.avia-font-color-silver,.avia-button.avia-font-color-silver-hover:hover{color:#B4B4B4} #top .avia-button.avia-color-light{color:#fff;border:3px solid #fff;background:transparent}#top .avia-button.avia-color-dark{color:#000;border:3px solid #000;color:rgba(0,0,0,0.6);border-color:rgba(0,0,0,0.6);background:transparent}.avia-button.avia-color-light:hover{opacity:0.7;color:#fff}.avia-button.avia-color-dark:hover{opacity:0.7;color:#000;color:rgba(0,0,0,0.6)} .avia-button.avia-color-theme-color-subtle{border-width:1px;border-style:solid} .avia-button-center{display:block;text-align:center;clear:both}.avia-button-right{display:block;float:right}.avia-button.avia-position-right{float:right;display:block}.avia-button.avia-position-left{float:left;display:block} .avia-button.avia-size-small{padding:9px 10px 7px;font-size:13px;min-width:80px} .avia-button.avia-size-medium{padding:12px 16px 10px;font-size:13px;min-width:90px} .avia-button.avia-size-large{padding:15px 30px 13px;font-size:13px;min-width:139px} .avia-button.avia-size-x-large{padding:25px 50px 23px;font-size:15px;min-width:200px} .av-icon-on-hover .avia_button_icon{width:0px;overflow:hidden;display:inline-block;height:1em;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;opacity:0}.av-icon-on-hover:hover .avia_button_icon{width:1.5em;opacity:1} #top .av-button-notext{min-width:0}#top .av-button-notext .avia_button_icon{left:0} .av-button-label-on-hover{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box} .av-button-label-on-hover.avia-button.avia-size-small{padding:0;line-height:30px;width:32px}.av-button-label-on-hover.avia-button.avia-size-medium{padding:0;line-height:36px;width:38px}.av-button-label-on-hover.avia-button.avia-size-large{padding:0;line-height:42px;width:44px}.av-button-label-on-hover.avia-button.avia-size-x-large{padding:0;line-height:66px;width:68px} #top .avia-button .avia_button_background{opacity:0;position:absolute;top:-3px;left:0;bottom:-6px;right:0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out} #top .avia-button:hover .avia_button_background{opacity:0.9} #top .avia-button .avia_button_icon,#top .avia-button .avia_iconbox_title{position:relative;z-index:3} .avia-button.avia-sonar-shadow:after{content:\'\';pointer-events:none;position:absolute;top:0;left:0;padding:0;width:100%;height:100%;opacity:0;z-index:-1;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-shadow:0 0 0 2px rgba(255,255,255,0.1);transform:scale(0.9);-webkit-transform:scale(0.9);-ms-transform:scale(0.9);-webkit-transform-style:preserve-3d}\";}s:24:\"avia-module-comments-css\";a:6:{s:4:\"name\";s:20:\"avia-module-comments\";s:3:\"url\";s:111:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css\";s:4:\"path\";s:85:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:4658:\"h4#comments{margin-bottom:30px} #respond{margin-top:20px} .commentlist ul{border-left-style:dashed;border-left-width:1px} .children .children .says{border-bottom-style:dashed;border-bottom-width:1px} .miniheading,.author_name,#reply-title,#top .logged-in-as,.dynamic-column-title{font-weight:600;letter-spacing:1px} #comments span,.minitext,.form-allowed-tags,#reply-title small,#commentform label{font-size:0.85em;display:block;letter-spacing:0;text-transform:none;padding-top:8px;line-height:1.5em;font-weight:normal} .comment_meta_container{clear:both;float:none} #top .commentlist{margin:0;padding:0 0 10px 0px;border:none} #top .commentlist .comment{list-style-type:none;list-style-position:outside;width:100%;position:relative;display:block;background:none;min-height:100px;clear:both} #top .commentlist .comment.depth-1{float:left} #top .commentlist .comment>div{min-height:100px;float:left;width:100%} .commentlist>.comment{border-bottom-style:dashed;border-bottom-width:1px;margin-bottom:30px} .gravatar{position:relative;z-index:2;border-radius:200px;overflow:hidden;float:left} .gravatar img{padding:0;margin:0;display:block;border-radius:200px} .comment_content{position:relative;margin:0 0 0 85px;padding:0 35px 15px 0;z-index:10;overflow:hidden} .author_name a,.author_name a:hover{font-weight:bold;text-decoration:none} .comment-edit-link,#cancel-comment-reply-link{display:inline-block;font-size:10px} .author_name,.comment_title{font-family:\"Helvetica Neue\",Helvetica,Arial,sans-serif} .commentmetadata{font-size:11px;line-height:1em} .commentmetadata a{text-decoration:none} .commentmetadata a:hover{text-decoration:underline} .says{display:block;height:1px;left:-70px;position:absolute;text-indent:200%;top:18px;width:40px;overflow:hidden} #top .comment_text{clear:both;font-size:13px;padding:0 0 15px 0;border:none} #top .comment-reply-link{font-size:11px;text-decoration:none;line-height:20px} .side-container-comment-inner{text-align:center;position:relative;overflow:hidden;margin-bottom:15px} .comment-count{font-size:24px;line-height:60px;width:60px;display:block;text-align:center;border-radius:200px;margin:0 auto;position:relative;z-index:100} .side-container-comment-inner .comment-text{font-size:12px;text-transform:uppercase} .center-border{position:absolute;top:39%;width:42%;border-top-style:solid;border-top-width:1px;z-index:1}.center-border-left{left:0}.center-border-right{right:0} #top .commentlist ul{margin:0 0 0 74px;clear:both} #top .commentlist .children ul{margin:0 0 0 47px} .children .comment_content{margin:0 0 0 28px;padding-bottom:30px;z-index:1} .children .gravatar{position:relative;left:-24px;z-index:2;width:45px} #top .children .comment-reply-link{left:-42px;top:51px} .comment_page_nav_links{position:relative;display:block;clear:both;overflow:hidden;font-size:11px} .comment_prev_page a{float:left} .comment_next_page a{float:right} .comment_page_nav_links_bottom{} .comment_page_nav_links_top{} .sidebar_right .comment_container{padding-right:50px} .sidebar_left .comment_container{margin-left:0} .comment_container{max-width:100%} #commentform{position:relative}#commentform p{position:relative;padding:0 0 10px 0;margin:0} #reply-title small a{float:right} #commentform label{position:absolute;left:245px;font-size:11px;top:0;font-weight:bold} #commentform input[type=\'checkbox\'] + label{left:2.5em} #commentform div input{margin:0} .commentlist #commentform label{position:static;display:block} .comment-notes,#commentform .comment-form-comment label{display:none} #top .comment-form-url input,#top .comment-form-email input,#top .comment-form-author input{width:220px} #top .commentlist .comment-form-url input,#top .commentlist .comment-form-email input,#top .commentlist .comment-form-author input{width:70%} #comment{width:602px;height:150px;padding:10px 7px;font-size:12px;margin:0} .form-allowed-tags{font-size:11px;line-height:1.5em;margin-bottom:5px} .form-allowed-tags code{display:block;padding-top:5px} .commentlist #respond{padding:0 0 30px 56px} .commentlist #respond #comment{width:90%} .commentlist #respond .form-allowed-tags{display:none} #reply-title{display:none}#reply-title small{display:inline}.commentlist #reply-title{display:block} #comment{width:94%;font-size:12px} .personal_data p{float:left;width:33%} .personal_data label{display:none} .template-blog .post .entry-content-wrapper{overflow:hidden} .template-blog .post_delimiter{margin:0 0 50px 0;padding:50px 0 0 0;clear:both} .template-blog .post-entry-last .post_delimiter{border:none;height:1px} .av-buildercomment .av-buildercomment-unapproved{padding:30px 0 15px;text-align:center;font-size:1.4em;font-weight:500}\";}s:23:\"avia-module-contact-css\";a:6:{s:4:\"name\";s:19:\"avia-module-contact\";s:3:\"url\";s:109:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css\";s:4:\"path\";s:83:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:11502:\".avia_ajax_form{clear:both} .avia_ajax_form fieldset p br{display:none}.avia_ajax_form label{display:block;visibility:visible;position:relative} .avia_ajax_form label,.modified_width:before{display:block;visibility:visible;position:relative;margin-bottom:7px;font-weight:600} .avia_ajax_form p.av-form-empty-line{height:2em} #ajaxresponse.hidden{visibility:visible;position:static;display:none} #top .avia_ajax_form .text_input,#top .avia_ajax_form .select,#top .avia_ajax_form .text_area{width:100%;margin-bottom:0;display:inline;min-width:50px;padding:13px;border-radius:2px} #top .avia_ajax_form .select[multiple] option{padding:5px} #top .avia_ajax_form input[type=\"checkbox\"]{float:left;margin-right:8px;top:2px;position:relative} #top .avia_ajax_form input[type=\'submit\'].avia-button-default-style{background-color:#9a9a9a;border-color:#737373;pointer-events:none;opacity:0;animation:all 0.7s} #top .avia_ajax_form.av-form-input-visible input[type=\'submit\'].avia-button-default-style{opacity:1;animation:all 0.7s} .value_verifier_label{position:absolute;bottom:11px;left:10px;font-size:13px;line-height:21px} .avia_ajax_form.av-form-labels-hidden label{position:fixed;top:-1000px;left:-2000px} .avia_ajax_form.av-form-labels-hidden label.input_checkbox_label{position:initial;top:initial;left:initial} .avia_ajax_form p{position:relative;clear:both;float:left;width:100%;margin:11px 0}.avia_ajax_form.av-form-labels-hidden p{margin-top:8px;margin-bottom:8px}.avia_ajax_form p.hidden{position:absolute;width:0px;left:0;top:0}.avia_ajax_form .form_element_half{width:49.5%;float:left;margin-left:1%;clear:none}.avia_ajax_form .form_element_third{width:32.6%;float:left;margin-left:1%;clear:none}.avia_ajax_form .form_element_two_third{width:66.4%;float:left;margin-left:1%;clear:none}.avia_ajax_form .form_element_fourth{width:24.2%;float:left;margin-left:1%;clear:none}.avia_ajax_form .form_element_three_fourth{width:74.8%;float:left;margin-left:1%;clear:none} .avia_ajax_form .first_form{clear:both;margin-left:0} .avia_ajax_form .button{margin:0;padding:16px 20px;border-radius:2px;border-bottom-width:1px;border-bottom-style:solid;font-weight:normal;font-size:0.92em;min-width:142px;outline:none} .modified_width .button{width:100%;padding:13px 10px 14px;min-width:0} .av-form-labels-visible .modified_width:before{display:block;content:\"Submit Form\";visibility:hidden} .av-form-labels-visible .av-last-visible-form-element.first_form.modified_width:before{display:none} #footer .avia_ajax_form textarea{height:90px} .avia_ajax_form p input,.avia_ajax_form p textarea,.avia_ajax_form p select,.avia_ajax_form p .input_checkbox_label{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} #top .button.av-sending-button{-webkit-transition:none;transition:none;background-size:32px 32px;-webkit-animation:avia-bg-move 1.2s linear infinite;animation:avia-bg-move 1.2s linear infinite} .av-centered-form,#top .av-centered-form input{text-align:center} #top .av-centered-form ::-webkit-input-placeholder{text-align:center}#top .av-centered-form ::-moz-placeholder{text-align:center}#top .av-centered-form :-ms-input-placeholder{text-align:center} #top .avia_ajax_form input.captcha,#top .av-centered-form input.captcha{text-align:left;padding-left:70px} .avia_ajax_form .av-hidden-submit{display:none} .avia-form-success{text-align:center;border-style:solid;border-width:1px;padding:20px 15px;line-height:1.4em;border-radius:2px;clear:both} .avia-form-error{text-align:center;border-style:solid;border-width:1px;padding:20px 15px;line-height:1.4em;border-radius:2px;clear:both;font-weight:bold} #top .av-centered-form input[type=\"checkbox\"]{float:none}#top .av-centered-form .input_checkbox_label{display:inline-block} .avia_ajax_form .required{text-decoration:none} #top .avia-datepicker-div{background:#fff;border:1px solid #e1e1e1;font-size:15px}#top .avia-datepicker-div a{color:#333;background-color:#f8f8f8;background-image:none}#top .avia-datepicker-div a.ui-state-active{color:#8bba34}#top .avia-datepicker-div a.ui-state-highlight{color:#8bba34}#top .avia-datepicker-div a.ui-state-hover{color:#FFF;background-color:#bbb}#top .avia-datepicker-div .ui-datepicker-buttonpane button{background-color:#8BBA34;color:#FFF;border-color:#8BBA34} #top .avia-datepicker-div.ui-datepicker{width:300px;padding:20px;display:none;box-shadow:0px 0px 44px 0px rgba(0,0,0,0.2);border-radius:0}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;background:transparent;border:none}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev,#top .avia-datepicker-div.ui-datepicker .ui-datepicker-next{position:absolute;top:4px;width:50px;text-align:center;line-height:34px;height:34px;cursor:pointer;border-radius:0;text-decoration:none;font-size:12px}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev{left:2px}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-next{right:2px}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-title{margin:0px 53px;line-height:32px;text-align:center;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase} #top .ui-datepicker-title select{width:72px;float:left;font-size:12px;margin-left:3px;margin-bottom:0;border-radius:0px} #top .avia-datepicker-div.ui-datepicker .ui-datepicker-title select{font-size:14px;margin:1px}#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-month-year{width:100%}#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-month,#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-year{width:48%}#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-year{float:right}#top .avia-datepicker-div.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}#top .avia-datepicker-div.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}#top .avia-datepicker-div.ui-datepicker td{border:0;padding:1px}#top .avia-datepicker-div.ui-datepicker td span,#top .avia-datepicker-div.ui-datepicker td a{border:none;display:block;padding:.2em;text-align:center;text-decoration:none}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em 0 .4em;cursor:pointer;padding:10px 20px;width:auto;overflow:visible;border:none;background-image:none;border-radius:3px;font-size:13px}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}#top .avia-datepicker-div .ui-widget-content{background:transparent;border:none}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev span,#top .avia-datepicker-div.ui-datepicker .ui-datepicker-next span{text-indent:0;overflow:visible;background-image:none;display:inline;position:static;margin:0;font-weight:normal} .avia-datepicker-div.ui-datepicker-rtl{direction:rtl}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group{float:right}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px} #top .av-custom-form-color *{color:inherit}#top .av-custom-form-color a{text-decoration:underline}#top .av-custom-form-color ::-webkit-input-placeholder{color:inherit;opacity:0.8}#top .av-custom-form-color ::-moz-placeholder{color:inherit;opacity:0.8}#top .av-custom-form-color :-ms-input-placeholder{color:inherit;opacity:0.8}#top .av-custom-form-color .button{border:2px solid}#top .av-custom-form-color .button:hover{} #top .av-light-form,#top .av-light-form + .ajaxresponse *{color:#fff}#top .av-light-form + .ajaxresponse .avia-form-success{background:transparent} #top div .av-light-form .input-text,#top div .av-light-form input[type=\'text\'],#top div .av-light-form input[type=\'input\'],#top div .av-light-form input[type=\'password\'],#top div .av-light-form input[type=\'email\'],#top div .av-light-form input[type=\'number\'],#top div .av-light-form input[type=\'url\'],#top div .av-light-form input[type=\'tel\'],#top div .av-light-form input[type=\'search\'],#top div .av-light-form textarea,#top div .av-light-form select,div div .av-light-form .button{color:#fff;border-color:#fff;border-width:2px !important;background-color:transparent} #top .av-dark-form,#top .av-dark-form + .ajaxresponse *{color:#222}#top .av-dark-form + .ajaxresponse .avia-form-success{background:transparent} #top div .av-dark-form .input-text,#top div .av-dark-form input[type=\'text\'],#top div .av-dark-form input[type=\'input\'],#top div .av-dark-form input[type=\'password\'],#top div .av-dark-form input[type=\'email\'],#top div .av-dark-form input[type=\'number\'],#top div .av-dark-form input[type=\'url\'],#top div .av-dark-form input[type=\'tel\'],#top div .av-dark-form input[type=\'search\'],#top div .av-dark-form textarea,#top div .av-dark-form select,div div .av-dark-form .button{color:#222;border-color:#222;border-width:2px !important;background-color:transparent} #top .avia_ajax_form .av-recaptcha-area{display:block} #top .avia_ajax_form .av-recaptcha-submit.avia_button_inactive,#top .avia_ajax_form .av-recaptcha-submit-real.avia_button_inactive{opacity:0.3}#top .avia_ajax_form .av-recaptcha-submit.avia_button_inactive:hover,#top .avia_ajax_form .av-recaptcha-submit-real.avia_button_inactive:hover{cursor:default} #top .avia_ajax_form .av-recaptcha-error{display:inline-block;width:100%} #top .avia_ajax_form .av-recaptcha-error.av-recaptcha-severe-error{background-color:red;color:white;border-radius:8px;padding:10px;text-align:center} #top .avia_ajax_form .av-recaptcha-error.av-recaptcha-severe-error .av-recaptcha-error-main{color:white;font-weight:900 !important} #top .avia_ajax_form .av-recaptcha-error.av-err-content{margin:5px 0;color:#fe6d4e;background-color:#FFF;font-weight:700;display:block;clear:both} #top .avia_ajax_form.avia_recaptcha_v3 .av_form_privacy_check{margin-top:-15px} body .grecaptcha-badge{z-index:9000} body.av-google-badge-hide .grecaptcha-badge{visibility:hidden} body.av-google-badge-visible #scroll-top-link{bottom:80px} #top .avia_ajax_form .av-google-badge-message{padding:12px 0 0 0;min-width:300px;max-width:100%;font-size:0.8em;line-height:1.3em} #top .avia_ajax_form.av-centered-form .av-google-badge-message{text-align:center;width:100%;max-width:100%;float:left} #top .avia_ajax_form .avia-disabled-form{padding:15px 15px;font-size:1.5em;font-weight:900;display:none} #top .avia_ajax_form.av-form-user-disabled .avia-disabled-form{display:block} #top .avia_ajax_form.av-centered-form .avia-disabled-form{text-align:center} @media only screen and (max-width:479px){.responsive .avia_ajax_form .form_element{width:100%;clear:both;margin-right:0;margin-left:0;float:none}}\";}s:23:\"avia-module-gallery-css\";a:6:{s:4:\"name\";s:19:\"avia-module-gallery\";s:3:\"url\";s:109:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css\";s:4:\"path\";s:83:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:2033:\"#top div .avia-gallery{overflow:hidden;padding-bottom:2px;clear:both} #top div .avia-gallery img{float:left;border-style:solid;border-width:1px;padding:7px;width:100%;border-radius:0} #top div .avia-gallery .avia-gallery-big{display:block;overflow:hidden;padding:7px;margin-bottom:-1px;border-top-left-radius:2px;border-top-right-radius:2px;border-style:solid;border-width:1px} #top div .avia-gallery .avia-gallery-big-inner{display:block;overflow:hidden;height:100%} #top div .avia-gallery .avia-gallery-big img{padding:0;border:none} #top .avia-gallery .avia-gallery-thumb a{width:20%;opacity:1} #top #wrap_all .avia-gallery .avia-gallery-thumb a{display:block;float:left} #top .avia-gallery .avia-gallery-thumb a:hover{opacity:0.5} #top .avia-gallery .avia-gallery-caption{display:none} #top div .avia-gallery .avia-gallery-big-no-crop-thumb{text-align:center} #top div .avia-gallery .avia-gallery-big-no-crop-thumb img{clear:both;float:none;text-align:center} .avia-gallery .big-prev-fake{display:none} .avia_transform .avia-gallery-animate .avia-gallery-thumb img{opacity:0.1;-webkit-transform:scale(0.5);transform:scale(0.5)}.avia_transform .avia-gallery-animate .avia-gallery-thumb img.avia_start_animation{-webkit-animation:avia_appear 0.9s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_appear 0.9s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1;-webkit-transform:scale(1);transform:scale(1)} .avia-gallery-animate .av-hover-grow{overflow:hidden} .avia-gallery-animate .av-hover-grow img{-webkit-transition:all 1.7s cubic-bezier(0.230,1.000,0.320,1.000);transition:all 1.7s cubic-bezier(0.230,1.000,0.320,1.000)}.avia-gallery-animate .av-hover-grow:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)} #top #av-admin-preview .avia-gallery .avia-gallery-big-inner{height:auto} .avia-chrome .avia-gallery-thumb{display:flex;flex-direction:row;flex-wrap:wrap} .av-hide-gallery-thumbs .avia-gallery-thumb{display:none} @media only screen and (max-width:767px){.responsive .avia-gallery-thumb img{padding:3px}}\";}s:23:\"avia-module-gridrow-css\";a:6:{s:4:\"name\";s:19:\"avia-module-gridrow\";s:3:\"url\";s:111:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css\";s:4:\"path\";s:85:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1458:\".av-layout-grid-container{width:100%;table-layout:fixed;display:table;border-top-style:none;border-top-width:0px} .flex_cell{display:table-cell;padding:30px;vertical-align:top} .flex_cell_inner{display:block;position:relative} .av-border-top-bottom{border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px} .av-border-cells .flex_cell{border-left-style:solid;border-left-width:1px} .av-border-cells .flex_cell:first-child{border:none} .av-layout-grid-container + .av-layout-grid-container{border-top:none} .av-zero-padding .av-hotspot-container-inner-wrap img{border-radius:0} body .flex_cell.avia-link-column{cursor:pointer} body .flex_cell.avia-link-column.avia-link-column-hover:hover{opacity:0.8} .av-layout-grid-container .flex_cell.av_one_full.av-cell-link{display:block} @media only screen and (max-width:989px){.responsive #top #wrap_all .av-layout-grid-container.av-flex-cells.av-break-at-tablet.av-grid-order-reverse{display:flex;flex-direction:column-reverse} .responsive #top #wrap_all .av-layout-grid-container.av-flex-cells.av-break-at-tablet.av-grid-order-individual{display:flex;flex-direction:column}} @media only screen and (max-width:767px){.responsive #top #wrap_all .av-layout-grid-container.av-flex-cells.av-grid-order-reverse{display:flex;flex-direction:column-reverse} .responsive #top #wrap_all .av-layout-grid-container.av-flex-cells.av-grid-order-individual{display:flex;flex-direction:column}}\";}s:18:\"avia-module-hr-css\";a:6:{s:4:\"name\";s:14:\"avia-module-hr\";s:3:\"url\";s:99:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css\";s:4:\"path\";s:73:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1786:\".hr{clear:both;display:block;width:100%;height:25px;line-height:25px;position:relative;margin:30px 0;float:left} .hr-inner{width:100%;position:absolute;height:1px;left:0;top:50%;width:100%;margin-top:-1px;border-top-width:1px;border-top-style:solid} #top .hr-invisible,.hr-invisible .hr-inner{margin:0;border:none} .hr-invisible{float:none} .hr-full,.hr-big{margin:70px 0}.hr-full .hr-inner{width:300%;left:-100%}.hr-full.hr-shadow .hr-inner{box-shadow:0 1px 2px 0px rgba(0,0,0,0.1)}.sidebar_right .hr-full .hr-inner{left:auto;right:-50px}.sidebar_left .hr-full .hr-inner{left:-50px} .hr-short{height:20px;line-height:20px;margin:30px 0;float:none}.hr-short .hr-inner{width:32%;left:50%;margin-left:-16%}.hr-short.hr-left .hr-inner{left:0%;margin-left:0%}.hr-short.hr-right .hr-inner{left:auto;right:0;margin-left:0%}.hr-short .hr-inner-style{border-radius:20px;height:9px;width:9px;border-width:2px;border-style:solid;display:block;position:absolute;left:50%;margin-left:-5px;margin-top:-5px}.hr-short.hr-left .hr-inner-style{left:5px}.hr-short.hr-right .hr-inner-style{left:auto;right:0} body .container_wrap .hr.avia-builder-el-last,body .container_wrap .hr.avia-builder-el-first{margin:30px 0} .hr-custom{margin:0;display:block;min-height:21px;height:auto;overflow:hidden;white-space:nowrap;width:100%;float:left}.hr-custom .hr-inner{display:inline-block;position:relative;vertical-align:middle}.hr-custom.hr-center{text-align:center}.hr-custom.hr-right{text-align:right}.hr-custom.hr-left{text-align:left} .hr-custom .hr-inner.inner-border-av-border-none{border:none}.hr-custom .hr-inner.inner-border-av-border-fat{border-top-width:2px}.av-seperator-icon{display:inline-block;vertical-align:middle;font-size:15px}.hr-custom.hr-icon-yes .hr-inner{margin-left:10px;margin-right:10px}\";}s:21:\"avia-module-image-css\";a:6:{s:4:\"name\";s:17:\"avia-module-image\";s:3:\"url\";s:105:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css\";s:4:\"path\";s:79:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:5442:\".avia-image-container{display:block;position:relative;max-width:100%} .avia-image-container-inner,.avia_image,.av-image-caption-overlay{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:block;position:relative;max-width:100%} .avia-image-container.avia-align-center{display:block;margin:0 auto 10px auto;text-align:center;clear:both}.avia-image-container.avia-align-center .avia-image-container-inner{margin:0 auto;display:inline-block;vertical-align:bottom}.avia-image-container.avia-align-left{display:block;float:left;margin-right:15px;margin-top:5px}.avia-image-container.avia-align-right{display:block;float:right;margin-left:15px;margin-top:5px}.avia-image-container.avia-align-center.avia-builder-el-no-sibling{margin-bottom:0;margin-top:0} .avia_image + br{display:none} .avia-image-overlay-wrap a.avia_image{overflow:hidden} .avia-image-overlay-wrap a.avia_image .image-overlay{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)} .avia-image-container .avia_image,.avia-image-container .avia-image-overlay-wrap{-webkit-transition:all 0.7s;transition:all 0.7s} .avia-image-container.av-hover-grow img:hover,.avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover{-webkit-transform:scale(1.1);transform:scale(1.1)} .avia-image-container.av-hover-grow,.avia-image-container.av-hover-grow .avia-image-container-inner,.avia-image-container.av-hover-grow .avia-image-overlay-wrap a.avia_image{overflow:visible} .avia-image-container.av-hover-grow.av-hide-overflow,.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-container-inner,.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-overlay-wrap a.avia_image{overflow:hidden} .av-styling-circle .avia-image-container-inner,.av-styling-circle .avia_image,.av-styling-circle .av-image-caption-overlay,.av-styling-circle div.av-caption-image-overlay-bg{overflow:hidden;-webkit-border-radius:10000px;-moz-border-radius:10000px;border-radius:10000px} .avia-safari div.av-image-caption-overlay-center{-webkit-transform:translate3d(0,0,0)} .av-styling-no-styling .avia-image-container-inner,.av-styling-no-styling .avia_image,.av-styling-no-styling .av-image-caption-overlay{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none} .av-image-caption-overlay{position:absolute;height:100%;width:100%;z-index:10;text-align:center;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} .avia-msie-8 .av-image-caption-overlay{background:#000;filter:alpha(opacity=40)}.av-image-caption-overlay-position{display:table;width:100%;height:100%;position:relative}.av-image-caption-overlay-center{display:table-cell;vertical-align:middle;font-size:1.3em;line-height:1.5em;padding:0px 1.5em}.av-image-caption-overlay-center p:first-child{margin-top:0}.av-image-caption-overlay-center p:last-child{margin-bottom:0} .av-caption-image-overlay-bg{position:absolute;height:100%;width:100%;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.av-overlay-hover-deactivate .avia-image-overlay-wrap:hover .av-caption-image-overlay-bg{opacity:0 !important}.av-overlay-on-hover .av-image-caption-overlay{opacity:0;filter:alpha(opacity=00)}.av-overlay-on-hover .avia-image-container-inner:hover .av-image-caption-overlay{opacity:1;filter:alpha(opacity=100)} .avia_transform .avia_animated_image{opacity:0} .avia-image-container small.avia-copyright{font-size:0.8em;text-align:left;line-height:1.7em} .avia-image-container .avia-copyright{display:block} .avia-image-container.av-has-copyright .avia-image-overlay-wrap{position:relative;overflow:hidden} .av-styling-circle.avia-image-container.av-has-copyright .avia-image-container-inner{overflow:visible} .avia-image-container.av-has-copyright.av-styling-circle .avia-copyright{text-align:center} .avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright{position:absolute;background-color:rgba(0,0,0,0.1);text-align:right;color:#fff;padding:0 2em 0 0;right:0;bottom:0;width:2em;line-height:2em;max-height:2em;text-indent:-99999px;overflow:hidden;transition:all 0.3s ease-in;z-index:308} .avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover{width:100%;padding:0 3em 0 1em;text-indent:0;max-height:100%;background-color:rgba(0,0,0,0.4)} .avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright:after{content:\"\\E81e\";font-family:\"entypo-fontello\";display:block;position:absolute;right:0;bottom:0;text-indent:0;font-size:0.8em;width:2.6em;height:2.6em;line-height:2.8em;text-align:center;color:rgba(255,255,255,0.7);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;cursor:pointer} .avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover:after{background-color:rgba(0,0,0,0.2);color:rgba(255,255,255,1)} .avia-image-container.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:rgba(0,0,0,0.15);text-align:right} .avia-image-container.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright:after{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%} .avia-image-container.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover{-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background-color:rgba(0,0,0,0.5)}\";}s:23:\"avia-module-masonry-css\";a:6:{s:4:\"name\";s:19:\"avia-module-masonry\";s:3:\"url\";s:125:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css\";s:4:\"path\";s:99:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:15962:\".av-masonry{position:relative;overflow:hidden;clear:both} .av-masonry-container{width:100.4%;float:left;clear:both;position:relative} .av-masonry-entry{position:relative;display:block;width:24.90%;float:left;clear:none;text-decoration:none;visibility:hidden;opacity:0} #top .masonry-no-border{border-top:none} .av-masonry-entry.av-landscape-img{width:49.80%} .av-masonry-col-2 .av-masonry-entry{width:49.80%}.av-masonry-col-2 .av-masonry-entry.av-landscape-img{width:99.50%} .av-masonry-col-3 .av-masonry-entry{width:33.3%}.av-masonry-col-3 .av-masonry-entry.av-landscape-img{width:66.6%} .av-masonry-col-4 .av-masonry-entry{}.av-masonry-col-4 .av-masonry-entry.av-landscape-img{} .av-masonry-col-5 .av-masonry-entry{width:19.90%}.av-masonry-col-5 .av-masonry-entry.av-landscape-img{width:39.80%} .av-masonry-col-6 .av-masonry-entry{width:16.6%}.av-masonry-col-6 .av-masonry-entry.av-landscape-img{width:33.2%} @media only screen and (min-width:768px) and (max-width:989px){.responsive.av-no-preview #top .av-medium-columns-4 .av-masonry-entry{width:24.90%}.responsive.av-no-preview #top .av-medium-columns-3 .av-masonry-entry{width:33.3%}.responsive.av-no-preview #top .av-medium-columns-2 .av-masonry-entry{width:49.80%}.responsive.av-no-preview #top .av-medium-columns-1 .av-masonry-entry{width:100%}} @media only screen and (min-width:480px) and (max-width:767px){.responsive.av-no-preview #top .av-small-columns-4 .av-masonry-entry{width:24.90%}.responsive.av-no-preview #top .av-small-columns-3 .av-masonry-entry{width:33.3%}.responsive.av-no-preview #top .av-small-columns-2 .av-masonry-entry{width:49.80%}.responsive.av-no-preview #top .av-small-columns-1 .av-masonry-entry{width:100%}} @media only screen and (max-width:479px){.responsive.av-no-preview #top .av-mini-columns-4 .av-masonry-entry{width:24.90%}.responsive.av-no-preview #top .av-mini-columns-3 .av-masonry-entry{width:33.3%}.responsive.av-no-preview #top .av-mini-columns-2 .av-masonry-entry{width:49.80%}.responsive.av-no-preview #top .av-mini-columns-1 .av-masonry-entry{width:100%}} .av-masonry-outerimage-container{overflow:hidden} .av-masonry-outerimage-container,.av-masonry-image-container{position:relative;top:0;left:0;bottom:0;right:0;z-index:1} .av-masonry-image-container{text-align:center;background-size:cover;background-position:center center} .av-masonry-image-container img{display:block;margin:0 auto} #top .av-inner-masonry{overflow:hidden;background-color:transparent} .av-masonry-entry .av-inner-masonry-content{padding:20px;z-index:2;position:relative;width:100%} .av-masonry-entry .avia-arrow{border:none;top:-5px}.av-masonry-item-no-image .avia-arrow{display:none} .av-masonry-entry .av-masonry-entry-title{line-height:1.3em;margin:0;font-size:15px} .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content{padding-top:4px;text-overflow:ellipsis;overflow:hidden} .av-masonry-date,.av-masonry-text-sep,.av-masonry-author{font-size:11px}.av-masonry-text-sep{padding:0 5px}.av-masonry-text-sep.text-sep-author,.av-masonry-author{display:none} .av-masonry-entry.av-masonry-item-loaded{opacity:1;visibility:visible} .avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry{-webkit-perspective:600px;-moz-perspective:600px;perspective:600px} .avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{-webkit-animation:avia_msonry_show 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.075);animation:avia_msonry_show 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.075)} .av-large-gap.av-masonry{padding:15px 0 0 15px} .av-no-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{position:absolute;top:0px;left:-1px;right:0px;bottom:-2px}.av-1px-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{position:absolute;top:0px;left:0px;right:1px;bottom:1px}.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{position:absolute;top:0px;left:0px;right:15px;bottom:15px} .av-no-gap.av-flex-size .av-masonry-entry .av-inner-masonry{position:relative}.av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry{position:relative;margin-right:1px;margin-bottom:1px}.av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry{position:relative;margin-right:15px;margin-bottom:15px} .avia-mozilla .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry{margin-bottom:2px} .av-flex-size .av-masonry-image-container{background-image:none !important} .av-fixed-size .av-masonry-image-container,.av-fixed-size .av-masonry-outerimage-container{position:absolute}.av-fixed-size .av-masonry-image-container img{display:none}.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer{width:100%;padding-bottom:80%;z-index:1}.av-fixed-size .av-masonry-entry.av-landscape-img .av-inner-masonry-sizer{padding-bottom:40%}.av-fixed-size .av-masonry-entry.av-portrait-img .av-inner-masonry-sizer{padding-bottom:160%}.av-fixed-size .av-masonry-entry.av-portrait-img.av-landscape-img .av-inner-masonry-sizer{padding-bottom:80%} #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content,#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content{display:table;position:relative;height:100%;width:100%;bottom:0;table-layout:fixed}#top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos,#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos{display:table-cell;vertical-align:middle;text-align:center}#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry{background:transparent} .av-fixed-size .av-masonry-entry .av-inner-masonry-content,.av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content,.av-flex-size.av-caption-on-hover-hide .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{position:absolute;bottom:-1px} #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content{background:rgba(0,0,0,0.35)} #top .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content{background:transparent} #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *,#top .av-caption-style-overlay .av-masonry-item-with-image ins:before,#top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del{color:#fff} #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .avia-arrow,#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .av-icon-display{display:none} #top #wrap_all .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;display:block;height:auto;width:auto} #top .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content-pos{display:table;height:100%;width:100%} #top .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content-pos-content{display:table-cell;vertical-align:middle} #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title{font-size:1.5em} .av-fixed-size.av-orientation-landscape-large .av-masonry-entry .av-inner-masonry-sizer{width:100%;padding-bottom:50%}.av-fixed-size.av-orientation-square .av-masonry-entry .av-inner-masonry-sizer{width:100%;padding-bottom:100%}.av-fixed-size.av-orientation-portrait .av-masonry-entry .av-inner-masonry-sizer{width:100%;padding-bottom:130%}.av-fixed-size.av-orientation-portrait-large .av-masonry-entry .av-inner-masonry-sizer{width:100%;padding-bottom:150%} #top .av-masonry-entry:hover{text-decoration:none} .av-masonry-image-container,.av-inner-masonry-content,.av-masonry-pagination{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out} .avia_desktop .av-hover-overlay-active .av-masonry-image-container{opacity:0.7}.avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container,.avia_desktop .av-hover-overlay-active.av-caption-style-overlay .av-masonry-entry .av-masonry-image-container{opacity:1}.avia_desktop .av-masonry-entry:hover .av-masonry-image-container{-webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05)} .avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content{opacity:0;filter:alpha(opacity=00)}.avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content{opacity:1;filter:alpha(opacity=100)} .avia_desktop .av-caption-on-hover-hide .av-masonry-item-with-image .av-inner-masonry-content{opacity:1;filter:alpha(opacity=100)}.avia_desktop .av-caption-on-hover-hide .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content{opacity:0;filter:alpha(opacity=00)} .avia_desktop .av-inner-masonry-content{-webkit-backface-visibility:hidden} .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content,.avia_desktop.avia_transform3d .av-caption-on-hover-hide.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;transform-origin:center bottom;-webkit-transform:rotateX(120deg);transform:rotateX(120deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d} .avia_desktop.avia_transform3d .av-caption-on-hover-hide.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content,.avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;transform-origin:center bottom} .avia_desktop.avia_transform3d .av-masonry-entry:hover .av-icon-display{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);border-color:transparent} .avia_desktop.avia_transform3d .av-masonry-image-container{-webkit-perspective:1000px;-webkit-backface-visibility:hidden} .av-masonry-sort{text-align:center;padding:20px 40px;visibility:hidden;overflow:hidden}#top div.container .av-masonry .av-masonry-sort{padding:0px;background:transparent;line-height:30px;margin-bottom:15px;font-size:0.9em} .av-large-gap .av-masonry-sort{}.av-masonry-sort a{text-decoration:none}.av-masonry-sort .avia_hide_sort{display:none}.av-sort-by-term > *{display:inline-block}.av-no-gap .av-masonry-sort,.av-1px-gap .av-masonry-sort{margin:0 0 1px 0}.av-large-gap .av-masonry-sort{margin:0 15px 15px 0}.avia-term-count{display:none} #top .av-sort-yes-tax{line-height:50px}#top .av-sort-yes-tax .av-sort-by-term,#top .av-sort-yes-tax .sort_by_cat{float:right}#top .av-current-sort-title{float:left;font-weight:normal;font-size:26px} .av-masonry-pagination{clear:both;z-index:2;bottom:20px;right:20px;padding:20px;display:block} #top .av-masonry-load-more{text-align:center;text-decoration:none;text-transform:uppercase;font-weight:600;letter-spacing:1px;font-size:13px;visibility:hidden;opacity:0;overflow:hidden} #top .av-masonry-load-more.av-masonry-no-more-items{opacity:0 !important;height:0px;padding:0px;filter:alpha(opacity=00)} #top .av-masonry-load-more:hover{letter-spacing:0px}.av-no-gap .av-masonry-load-more{margin:1px 0 0 0;float:left;width:100%}.av-large-gap .av-masonry-pagination{margin:0 15px 15px 0}.av-masonry-pagination .pagination{padding:5px}.av-masonry-pagination .pagination-meta{line-height:30px} .av-masonry-entry.sale .av-masonry-entry-title{padding-right:48px}#top .av-masonry-entry.type-product .av-masonry-image-container{-webkit-transform:scale(1);transform:scale(1)}#top .av-masonry-entry .price,#top .av-masonry-entry .price span,#top .av-masonry-entry del,#top .av-masonry-entry ins{font-size:14px}#top .av-masonry-entry .onsale{top:20px;right:20px} #top .av-caption-style-overlay .av-masonry-entry .onsale{top:0px;right:0px;border-radius:0}#top .av-caption-style-overlay .av-masonry-entry.sale .av-masonry-entry-title{padding-right:0px} #top .av-masonry-entry .av-inner-masonry .av-masonry-overlay{opacity:0;filter:alpha(opacity=0);width:100%;z-index:10;position:absolute;top:0;left:0;right:0;bottom:0}#top .av-masonry-entry:hover .av-inner-masonry .av-masonry-overlay{opacity:1;filter:alpha(opacity=100)} #top .av-icon-display.av-masonry-media{position:absolute;left:50%;margin-left:-30px;top:-75px;opacity:0.7;filter:alpha(opacity=70)} #top .av-masonry-entry:hover .av-icon-display.av-masonry-media{opacity:1;filter:alpha(opacity=100);-webkit-transform:rotateY(0deg);transform:rotateY(0deg)} #top .av-masonry-entry.format-quote .av-icon-display{position:absolute;z-index:-1;border:none;background:rgba(0,0,0,0);opacity:0.1;filter:alpha(opacity=10);bottom:-20px;left:0;font-size:50px;line-height:100px;width:100px} #top div .av-masonry-entry.format-quote:hover .av-icon-display{-webkit-transform:rotateY(0deg);transform:rotateY(0deg);opacity:0.3;filter:alpha(opacity=30)} #top .container .av-masonry{background:transparent} #top .container .av-masonry.av-large-gap{padding:0;width:102%;width:calc(100% + 15px)} #top .container .av-masonry.av-large-gap.av-masonry-gallery{padding-top:15px} #top .av-hover-overlay-fade_out .av-masonry-image-container{opacity:1.0}#top .av-hover-overlay-fade_out .av-masonry-entry:hover .av-masonry-image-container{opacity:0.2} #top .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container{-webkit-filter:grayscale(1);filter:grayscale(1)} #top .av-hover-overlay-grayscale .av-masonry-entry:hover .av-masonry-image-container{-webkit-filter:grayscale(0);filter:grayscale(0)} #top .av-hover-overlay-desaturation .av-masonry-image-container{-webkit-filter:saturate(30%);filter:saturate(30%)} #top .av-hover-overlay-desaturation .av-masonry-entry:hover .av-masonry-image-container{-webkit-filter:saturate(100%);filter:saturate(100%)} #top .av-hover-overlay-bluronhover .av-masonry-image-container{-webkit-filter:blur(0px);filter:blur(0px)} #top .av-hover-overlay-bluronhover .av-masonry-entry:hover .av-masonry-image-container{-webkit-filter:blur(10px);filter:blur(10px)} @media only screen and (min-width:1800px){.responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry,.responsive.html_av-framed-box .av-masonry-col-flexible .av-masonry-entry{width:16.6%} .responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry.av-landscape-img,.responsive.html_av-framed-box .av-masonry-col-flexible .av-masonry-entry.av-landscape-img{width:33.2%}} @media only screen and (min-width:989px) and (max-width:1340px){.responsive .av-masonry-col-flexible .av-masonry-entry{width:33.3%}.responsive .av-masonry-col-flexible .av-masonry-entry.av-landscape-img{width:66.6%}} @media only screen and (max-width:767px){.responsive #top .av-masonry-entry{width:100%}} @media only screen and (min-width:480px) and (max-width:767px){.responsive #top .av-masonry-entry{width:49.90%} .responsive #top .av-masonry-entry.av-landscape-img{width:100%}} @media only screen and (max-width:480px){.responsive #top .av-masonry-entry{width:100%}} @media only screen and (min-width:767px) and (max-width:989px){.responsive .av-masonry-col-flexible.av-masonry-gallery .av-masonry-entry{width:33.3%} .responsive .av-masonry-col-flexible.av-masonry-gallery .av-masonry-entry.av-landscape-img{width:66.6%} .responsive .av-masonry-col-automatic .av-masonry-entry .av-masonry-entry-title{font-size:13px} .responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content{display:none}} @media only screen and (min-width:767px) and (max-width:989px){.responsive .av-masonry-col-flexible .av-masonry-entry{width:49.90%} .responsive .av-masonry-col-flexible .av-masonry-entry.av-landscape-img{width:100%}}\";}s:19:\"avia-siteloader-css\";a:6:{s:4:\"name\";s:15:\"avia-siteloader\";s:3:\"url\";s:86:\"https://valerioanzino.com/wp-content/themes/enfold/css/avia-snippet-site-preloader.css\";s:4:\"path\";s:60:\"wp-content/themes/enfold/css/avia-snippet-site-preloader.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1829:\".av-siteloader-wrap{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1000000;background:#fff;display:none}html.av-preloader-active{}html.av-preloader-active .av-siteloader-wrap{display:block} .av-siteloader-inner{position:relative;display:table;width:100%;height:100%;text-align:center} .av-siteloader-cell{display:table-cell;vertical-align:middle} .av-siteloader ,#top div.avia-popup .mfp-preloader{font-size:10px;position:relative;text-indent:-9999em;margin:0 auto;border-top:2px solid rgba(0,0,0,0.2);border-right:2px solid rgba(0,0,0,0.2);border-bottom:2px solid rgba(0,0,0,0.2);border-left:2px solid #000;-webkit-animation:av-load8 0.8s infinite linear;animation:av-load8 0.8s infinite linear} #top div.avia-popup .mfp-preloader{position:absolute;background:transparent;border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff} .av-preloader-reactive #top .av-siteloader{-webkit-animation:avia_pop_loader 1.3s 1 linear;animation:avia_pop_loader 1.3s 1 linear} .av-preloader-reactive #top .av-siteloader-extra{border-radius:50%;width:400px;height:400px;background:#eee;position:absolute;left:50%;top:50%;-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation:avia_shrink 1.1s 1 linear;animation:avia_shrink 1.1s 1 linear;margin:-200px 0 0 -200px} .av-siteloader,#top div.avia-popup .mfp-preloader,.av-siteloader:after ,#top div.avia-popup .mfp-preloader:after{border-radius:50%;width:40px;height:40px} .av-preloading-logo{position:relative;margin:0 auto;display:block;max-width:450px;max-height:450px;margin-bottom:20px;z-index:100} #top div.avia-popup .mfp-s-error .mfp-preloader{background:transparent;width:100%;-webkit-animation:none;animation:none;white-space:nowrap;border:none;text-indent:0;font-size:17px;-webkit-transition:none;transition:none}\";}s:22:\"avia-module-social-css\";a:6:{s:4:\"name\";s:18:\"avia-module-social\";s:3:\"url\";s:119:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css\";s:4:\"path\";s:93:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:8735:\".av-social-sharing-box{margin-top:30px;float:left;width:100%} .av-share-box{width:100%;clear:both;float:left;font-size:13px;margin-top:30px;margin-bottom:-50px;padding:0} .av-share-box .av-share-link-description{margin-bottom:20px} #top .av-share-box ul{margin:0;padding:0;list-style-type:none;overflow:hidden;border-style:solid;border-width:1px;display:table;text-align:center;table-layout:fixed;border-radius:3px;background:transparent} .av-social-sharing-box.av-social-sharing-box-fullwidth .av-share-box ul{width:100%} #top .av-social-sharing-box.av-social-sharing-center .av-share-box ul{margin:0 auto} .av-social-sharing-box.av-social-sharing-right .av-share-box ul{float:right} .av-share-box ul li{margin:0;padding:0;display:table-cell;border-left-style:solid;border-left-width:1px} .av-share-box ul li:first-child{border:none} .av-share-box ul li a{display:block;padding:15px 0;text-decoration:none;color:inherit;font-size:14px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out} .av-social-sharing-box.av-social-sharing-box-same-width .av-share-box ul li a{width:55px;height:55px} .av-social-sharing-box.av-social-sharing-box-buttons .av-share-box ul li a{border-radius:25px} .av-social-sharing-box.av-social-sharing-box-circle .av-share-box ul li a{border-radius:50%} .av-social-sharing-box.av-social-sharing-box-rounded .av-share-box ul li:first-child a{border-radius:25px 0 0 25px} .av-social-sharing-box.av-social-sharing-box-rounded .av-share-box ul li:last-child a{border-radius:0 25px 25px 0} .av-social-sharing-box.av-social-sharing-box-icon .av-share-box ul li a{background:transparent;border-radius:50%;border-style:solid;border-width:1px} .av-social-sharing-box.av-social-sharing-box-buttons .av-share-box ul li:nth-child(n + 1) a,.av-social-sharing-box.av-social-sharing-box-circle .av-share-box ul li:nth-child(n + 1) a,.av-social-sharing-box.av-social-sharing-box-icon .av-share-box ul li:nth-child(n + 1) a{margin-left:2px} .av-share-box .avia-related-tooltip{width:150px} .av-social-sharing-box .av-share-box{margin:0} #top .av-social-sharing-box:not(.av-social-sharing-box-default) .av-share-box ul{border:none} #top .av-social-sharing-box:not(.av-social-sharing-box-default) .av-share-box ul li{border-left:none} .av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-rss a{color:#fff;background-color:#ffa133}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-facebook a{color:#fff;background-color:#37589b}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-twitter a{color:#fff;background-color:#46d4fe}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-whatsapp a{color:#fff;background-color:#00e676}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-mail a{color:#fff;background-color:#9fae37}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-dribbble a{color:#fff;background-color:#e44885}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-linkedin a{color:#fff;background-color:#419cca}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-search a{color:#fff;background-color:#222222}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-gplus a{color:#fff;background-color:#de5a49}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-behance a{color:#fff;background-color:#008cfa}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-flickr a{color:#fff;background-color:#ff0086}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-forrst a{color:#fff;background-color:#234317}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-myspace a{color:#fff;background-color:#000000}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-tumblr a{color:#fff;background-color:#345574}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-vimeo a{color:#fff;background-color:#31baff}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-youtube a{color:#fff;background-color:#a72b1d}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-pinterest a{color:#fff;background-color:#cb2027}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-skype a{color:#fff;background-color:#12a5f4}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-instagram a{color:#fff;background-color:#a67658}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-five_100_px a{color:#fff;background-color:#222222}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-soundcloud a{color:#fff;background-color:#F76700}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-xing a{color:#fff;background-color:#006567}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-vk a{color:#fff;background-color:#597BA5}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-reddit a{color:#fff;background-color:#FF4500}.av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-yelp a{color:#fff;background-color:#d32323} .av-social-sharing-box.av-social-sharing-box-color-bg a:hover{opacity:0.75} #top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-rss a:hover{background:transparent;color:#ffa133}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-facebook a:hover{background:transparent;color:#37589b}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-twitter a:hover{background:transparent;color:#46d4fe}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-whatsapp a:hover{background:transparent;color:#00e676}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-mail a:hover{background:transparent;color:#9fae37}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-dribbble a:hover{background:transparent;color:#e44885}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-linkedin a:hover{background:transparent;color:#419cca}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-search a:hover{background:transparent;color:#222222}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-gplus a:hover{background:transparent;color:#de5a49}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-behance a:hover{background:transparent;color:#008cfa}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-flickr a:hover{background:transparent;color:#ff0086}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-forrst a:hover{background:transparent;color:#234317}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-myspace a:hover{background:transparent;color:#000000}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-tumblr a:hover{background:transparent;color:#345574}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-vimeo a:hover{background:transparent;color:#31baff}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-youtube a:hover{background:transparent;color:#a72b1d}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-pinterest a:hover{background:transparent;color:#cb2027}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-skype a:hover{background:transparent;color:#12a5f4}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-instagram a:hover{background:transparent;color:#a67658}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-five_100_px a:hover{background:transparent;color:#222222}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-soundcloud a:hover{background:transparent;color:#F76700}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-xing a:hover{background:transparent;color:#006567}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-vk a:hover{background:transparent;color:#597BA5}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-reddit a:hover{background:transparent;color:#FF4500}#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-social-link-yelp a:hover{background:transparent;color:#d32323}\";}s:20:\"avia-module-tabs-css\";a:6:{s:4:\"name\";s:16:\"avia-module-tabs\";s:3:\"url\";s:103:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css\";s:4:\"path\";s:77:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:3049:\"#top .tabcontainer{background:transparent} .tabcontainer{margin:30px 0;position:relative;width:100%;clear:both;overflow:hidden;background:transparent} .tab_titles{position:relative;width:100%;clear:both;float:left;z-index:5} .widget .tabcontainer{margin-top:0px} .js_active .tab_content{visibility:hidden;clear:both;padding:10px 19px;overflow:auto;position:absolute;top:0;z-index:0;left:120%;width:100%} .js_active .tab{cursor:pointer;margin:0 -1px 0 0;display:block;float:left;z-index:2;position:relative;padding:12px 16px;top:1px;font-size:0.8em;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-style:solid;border-width:1px} .js_active .top_tab .tab{border-bottom:none;padding:12px 16px 14px 16px} .js_active .active_tab{z-index:4;position:relative;font-weight:bold} .js_active .tab_titles .tab:first-child{border-top-left-radius:2px} .js_active .tab_titles .tab:last-child{border-top-right-radius:2px} .js_active .active_tab_content{display:block;visibility:visible;z-index:3;position:relative;overflow:auto;border-style:solid;border-width:1px;border-radius:2px;left:0;width:auto} .tabcontainer .tab_icon{margin-right:7px;font-size:1em} .tab_inner_content{margin:11px 0;left:-200%;position:relative} .active_tab_content .tab_inner_content{left:0;position:relative} .sidebar_tab .tab_titles{width:30%;min-width:170px;max-width:250px;float:left;display:block} .sidebar_tab_right .tab_titles{float:right} .sidebar_tab .tab_titles .tab{width:100%;margin:0 0 -1px 0;top:0} .sidebar_tab .tab_content{overflow:hidden;clear:none;left:-1px} .sidebar_tab_right .tab_content{left:1px} .js_active .sidebar_tab .tab_titles .tab:last-child{border-top-right-radius:0;border-bottom-left-radius:2px} .sidebar_tab_left .active_tab.tab{width:100.5%;border-right:none} .sidebar_tab_right .active_tab.tab{width:100.5%;border-left:none;left:-1px} .noborder_tabs.sidebar_tab_left .tab_content,.noborder_tabs.sidebar_tab_right .tab_content{border:none;box-shadow:-8px 0px 20px -10px rgba(0,0,0,0.2);left:0;padding:0px 0 0 30px} .noborder_tabs.sidebar_tab_right .tab_content{box-shadow:8px 0px 20px -10px rgba(0,0,0,0.2);padding:0px 30px 0 0} .noborder_tabs.sidebar_tab_left .tab{border-left:none} .noborder_tabs.sidebar_tab_right .tab{border-right:none} .noborder_tabs .tab:first-child{border-top:none}.noborder_tabs .tab:last-child{border-bottom:none} .tabcontainer .tab.fullsize-tab{display:none} @media only screen and (max-width:767px){.responsive .tabcontainer{border-width:1px;border-style:solid;border-top:none;overflow:hidden} .responsive .tabcontainer .tab_titles{display:none} .responsive .tabcontainer .tab_content,.responsive .tabcontainer .tab{width:100%;max-width:100%;border-left:none;border-right:0;left:0;top:0;min-height:0!important} .responsive .tabcontainer .tab_content{border-bottom:none;padding:15px 30px;clear:both} .responsive .tabcontainer .tab.fullsize-tab{display:block;margin-bottom:-1px} .responsive .top_tab .tab.fullsize-tab{margin-bottom:0px}}\";}s:21:\"avia-module-video-css\";a:6:{s:4:\"name\";s:17:\"avia-module-video\";s:3:\"url\";s:105:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css\";s:4:\"path\";s:79:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1278:\".avia-video,.avia-iframe-wrap{clear:both;position:relative;margin-bottom:20px} .avia-video,.avia-video iframe,.avia-video video{background-color:#000} .avia-video iframe,.js_active .avia-iframe-wrap iframe,div .avia-video .avia-iframe-wrap{position:absolute;width:100%;height:100%;left:0;top:0;padding:0}.avia-video-custom{height:0} .avia-video-16-9,.js_active .avia-iframe-wrap{padding-bottom:56.25%;height:0} .avia-video-4-3{padding-bottom:75%;height:0} video{width:100%;height:auto} .mejs-layer{z-index:1;width:100% !important} .mejs-layer.mejs-overlay-play{height:100% !important} #top .avia-video .mejs-container,#top .avia-video .mejs-container video{height:100% !important;width:100% !important;position:absolute} #top .avia-video .av-click-to-play-overlay{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;z-index:1000} #top .avia-video .av-click-to-play-overlay .avia_playpause_icon{display:block;-webkit-transition:opacity 0.4s ease-out;transition:opacity 0.4s ease-out} #top .avia-video .av-click-to-play-overlay:hover .avia_playpause_icon{opacity:0.7} .avia-video .mejs-poster,.avia-video{background-position:center center;background-size:cover} .avia-video .mejs-poster{position:absolute;height:100% !important;width:100% !important;top:0;left:0}\";}s:12:\"avia-scs-css\";a:6:{s:4:\"name\";s:8:\"avia-scs\";s:3:\"url\";s:69:\"https://valerioanzino.com/wp-content/themes/enfold/css/shortcodes.css\";s:4:\"path\";s:43:\"wp-content/themes/enfold/css/shortcodes.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:26072:\"p:empty,.entry-content-wrapper:empty{display:none}.avia-shadow{box-shadow:inset 0 1px 3px rgba(0,0,0,0.1)} .webkit_fix{-webkit-perspective:1000px;-webkit-backface-visibility:hidden} body .container_wrap .avia-builder-el-no-sibling{margin-top:0;margin-bottom:0}body .container_wrap .avia-builder-el-last{margin-bottom:0}body .container_wrap .avia-builder-el-first{margin-top:0} body .av-align-left{text-align:left}body .av-align-right{text-align:right}body .av-align-center{text-align:center} #top .av_inherit_color *{color:inherit}#top .av_inherit_color a{text-decoration:underline} #top .av_opacity_variation{opacity:0.7} #top .av-shortcode-disabled-notice{display:block;text-align:center;margin:5px;padding:20px;background-color:#FFFDF3;color:#C96D11;border:1px solid #E6BF4A;clear:both}#top .av-shortcode-disabled-notice a{color:inherit;text-decoration:underline} .av-screen-reader-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden} .avia_loading_icon{background:rgba(0,0,0,0.7);width:100%;height:100%;position:fixed;top:0;left:0;margin:0;display:none;z-index:10000} .avia-msie-8 .avia_loading_icon{background:#000;filter:alpha(opacity=70) !important} #top .avia_loading_icon .av-siteloader{border-top-color:#fff;border-right-color:#fff;border-bottom-color:#fff;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px} .avia-related-tooltip{position:absolute;z-index:9999999;padding:0;width:200px;border-radius:2px;box-shadow:0px 3px 13px 0px rgba(0,0,0,0.1);border-width:1px;border-style:solid;padding:15px;margin-top:-10px} .avia-related-tooltip .avia-arrow-wrap{top:auto;bottom:0;position:absolute;left:50%} .avia-related-tooltip .avia-arrow-wrap .avia-arrow{border-top:none;border-left:none;top:-4px} .avia_textblock{clear:both;line-height:1.65em} .avia_textblock.av_multi_colums > p:first-child{margin-top:0} .flex_column + .avia_textblock{padding-top:50px} body .column-top-margin{margin-top:50px} body .flex_column.avia-link-column{cursor:pointer}body .flex_column.avia-link-column.avia-link-column-hover:hover{opacity:0.8} .av-icon-display{display:block;font-size:30px;line-height:58px;margin:0 auto 20px auto;width:60px;border-radius:100px;border-style:solid;border-width:1px;text-align:center;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} .avia-section{clear:both;width:100%;float:left;min-height:100px;position:static} .avia-section.avia-section-small{min-height:0} .js_active .av-minimum-height .container{z-index:1;opacity:0;-webkit-transition:opacity 0.6s ease-in;transition:opacity 0.6s ease-in} .js_active.av-preloader-enabled .av-minimum-height .container{-webkit-transition:opacity 1.2s ease-in;transition:opacity 1.2s ease-in} .avia-section.av-minimum-height .container{display:table;table-layout:fixed}.avia-section.av-minimum-height .container .content{display:table-cell;vertical-align:middle;height:100%;float:none !important}.av-minimum-height-100 .container{height:1500px} .avia-full-stretch{background-size:cover !important} .avia-full-contain{background-size:contain !important} .avia_mobile .avia-full-stretch{background-attachment:scroll !important} #top #main .avia-section .template-page{width:100%;border:none;margin-left:auto;padding-left:0;margin-right:auto} .avia-section .template-page .entry-content-wrapper{padding-right:0} .avia-section-small .content,.avia-section-small .sidebar{padding-top:20px;padding-bottom:20px}.avia-section-large .content,.avia-section-large .sidebar{padding-top:70px;padding-bottom:70px}.avia-section-huge .content,.avia-section-huge .sidebar{padding-top:130px;padding-bottom:130px}.avia-section-no-padding .content,.avia-section-no-padding .sidebar,.avia-section-custom .content,.avia-section-custom .sidebar{padding-top:0;padding-bottom:0} .html_header_sticky_disabled .container_wrap:first-child,.avia-section.avia-full-stretch,.html_header_transparency .avia-section.avia-builder-el-0{border-top:none}#top #wrap_all #main .avia-no-border-styling{border:none} #top .scroll-down-link{height:60px;width:80px;margin:0px 0 0 -40px;line-height:60px;position:absolute;left:49.85%;bottom:0px;color:#FFF;text-align:center;font-size:70px;z-index:100;text-decoration:none;text-shadow:0px 0px 3px rgba(0,0,0,0.4);-webkit-animation:avia_fade_move_down 2s ease-in-out infinite;animation:avia_fade_move_down 2s ease-in-out infinite} #top .av-section-with-video-bg{border-top:none;position:relative} #top .av-section-video-bg{position:absolute;top:0;left:0;right:0;bottom:0;padding:0;margin:0;z-index:1} #top .av-section-video-bg .av-click-to-play-overlay{display:none} #top .av-section-video-bg .avia-slideshow-inner{height:100% !important} #top .av-section-with-video-bg .av-section-video-bg .av-video-service-vimeo iframe{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)} .avia_mobile #top .av-parallax-section{z-index:0;-webkit-transform:translate3d(0,0,0)}.avia_mobile #top .av-parallax{position:absolute;z-index:-10}.avia_mobile #top .av-parallax .container{z-index:10}.avia_mobile #top .av-section-mobile-video-disabled .av-section-video-bg{display:none}.avia_desktop #top .av-section-mobile-video-disabled{background-image:none !important}.avia_desktop #top .av-section-mobile-video-disabled .av-parallax{display:none} .av-parallax-section{position:relative;border-top:none;overflow:hidden} .av-parallax{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:0;height:calc((100vh * 0.3) + 100%);will-change:transform} .av-parallax-inner{position:absolute;width:100%;height:100%;bottom:0;left:0} .js_active .av-parallax{opacity:0}.js_active .av-parallax.enabled-parallax{opacity:1}.js_active .av-parallax.active-parallax{opacity:1;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out} .avia_transform .av-extra-border-element{position:relative;width:100%;overflow:visible} .avia_transform .av-extra-border-element.border-extra-arrow-down{position:relative;width:50px;height:25px;left:50%;margin-left:-26px;margin-top:-1px;z-index:25;margin-bottom:-25px;clear:both} .avia_transform .av-extra-border-element .av-extra-border-outer{overflow:hidden;height:100%;width:100%;position:absolute} .avia_transform .av-extra-border-element.border-extra-arrow-down .av-extra-border-inner{position:absolute;left:50%;width:50px;height:50px;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);top:-39px} .av-section-color-overlay + .container + .border-extra-diagonal,.av-section-color-overlay + .scroll-down-link + .container + .border-extra-diagonal{z-index:1} .avia_transform .av-extra-border-element.border-extra-diagonal{height:250px;margin-top:-250px} .avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner{top:250px;right:0;width:110%;height:100%;-webkit-transform-origin:right top;transform-origin:right top;-webkit-transform:rotate(5deg);transform:rotate(5deg);position:absolute} .avia_transform .av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .av-extra-border-inner{-webkit-transform:rotate(-5deg);transform:rotate(-5deg);-webkit-transform-origin:left top;transform-origin:left top;right:auto;left:0} .av-extra-border-element.diagonal-box-shadow .av-extra-border-inner{box-shadow:0 0 44px -8px rgba(0,0,0,0.2)} div .av-section-color-overlay-wrap{position:relative;width:100%}.html_header_sidebar .av-section-color-overlay-wrap{float:left}div .av-section-color-overlay{position:absolute;top:0;left:0;bottom:0;width:100%}div .av-arrow-down-section .av-section-color-overlay{bottom:24px}div .av-section-color-overlay{z-index:1}div .av-video-service-html5 .av-section-color-overlay{z-index:8} .html_minimal_header #main > .avia-builder-el-0,.av_minimal_header + #main .container_wrap_first:first-child{border-top:none} .av_dropcap1{display:block;float:left;font-size:38px;line-height:32px;margin:4px 8px 0 0} .av_dropcap2{display:block;float:left;font-size:18px;line-height:35px;width:35px;text-align:center;margin:4px 8px 0 0;border-radius:100px;font-weight:bold} fieldset{border:none} #top select,#top .avia_ajax_form .select,#top .entry-content-wrapper select{-webkit-appearance:none;border-radius:0px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);background-position:center right;background-repeat:no-repeat;border-radius:2px} #top select[multiple],#top .avia_ajax_form .select[multiple]{background-image:none} #top select[multiple]{background-image:none} .avia-builder-widget-area{position:relative} .flex_column .widget:first-child,.content .widget:first-child{padding-top:0;border-top:none} .flex_column .widget .widgettitle ,.content .widget .widgettitle{margin-top:0.85em} .avia_textblock .wp-playlist{margin:0}.wp-playlist-light .wp-playlist-item.wp-playlist-playing{background:transparent}.wp-playlist-current-item img{border-radius:3px}.wp-playlist-current-item img[src$=\"media/audio.png\"]{border-radius:0px;background:#fff}.wp-playlist-item-meta.wp-playlist-item-title{font-weight:bold}.wp-playlist-tracks .wp-playlist-item{padding:4px 3px}.wp-playlist-tracks .wp-playlist-item-length{top:4px}div .mejs-controls .mejs-time-rail .mejs-time-loaded,div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#9c9c9c}div .mejs-controls .mejs-time-rail > span,div .mejs-controls .mejs-time-rail a,div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{height:7px}div .mejs-controls div.mejs-time-rail{padding-top:7px}div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{top:12px}div .mejs-container,div .mejs-embed,div .mejs-embed body,div .mejs-container div .mejs-controls{background:transparent}div .mejs-container{border-radius:2px;background:#313131}div .wp-playlist-item-album{font-style:normal}div .mejs-controls .mejs-playpause-button ,div .mejs-controls .mejs-volume-button{height:30px}#top .mejs-container .mejs-controls .mejs-time,#top .mejs-time-rail .mejs-time-float{color:#fff}#top .mejs-time-rail .mejs-time-float{border:none}div .mejs-container .mejs-controls{height:30px;width:100%}#top .mejs-container{height:30px}#top .mejs-container.mejs-audio{max-height:30px} div .mejs-button>button{margin:6px 6px}div .mejs-time{padding:12px 6px 0;height:18px}div .mejs-time-rail,div .mejs-horizontal-volume-slider{height:30px}div .mejs-controls .mejs-time-rail .mejs-time-handle{display:none}div .mejs-time-buffering,div .mejs-time-current,div .mejs-time-float-corner,div .mejs-time-hovered,div .mejs-time-loaded,div .mejs-time-marker,div .mejs-time-total{height:7px;outline:none}div .mejs-controls{padding:0} #top .av-toggle-switch{display:block;margin-bottom:10px;margin-top:10px;opacity:0;text-align:left} #top .av-toggle-switch.active{-webkit-animation:avia-fadein 1s 1 ease-in;animation:avia-fadein 1s 1 ease-in;opacity:1} #top .av-toggle-switch input[type=\"checkbox\"]{display:none}#top .av-toggle-switch label{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#top .av-toggle-switch label .toggle-track{display:block;height:27px;width:54px;background:rgba(0,0,0,0.08);border-radius:100px;position:relative;margin-right:15px;border:1px solid rgba(0,0,0,0.15);clear:both;vertical-align:bottom;float:left;transition:all .1s ease-in} #top .av-toggle-switch .toggle-track:before{content:\'\';display:inline;height:25px;width:25px;background:#fff;border-radius:100px;position:absolute;top:0;right:0;transition:right .1s ease-in;box-shadow:rgba(0,0,0,0.2) 0px 1px 1px 1px} #top .av-toggle-switch.av-cookie-sc-disabled .toggle-track{opacity:0.2} #top .av-toggle-switch input[type=\"checkbox\"]:checked + .toggle-track:before{right:27px} #top .av-toggle-switch input[type=\"checkbox\"]:checked + .toggle-track{background:#5dceba} #top .av-toggle-switch .toggle-label-content{color:inherit;font-weight:bold;display:block;overflow:hidden;font-size:inherit} #top .avia-cookie-consent-modal-buttons-wrap{text-align:center} .avia-tooltip{position:absolute;z-index:9999999;padding:12px;margin-top:-18px;margin-left:-4px;background:#000;background:rgba(0,0,0,0.8);color:#fff;width:140px;border-radius:2px;text-align:center} .avia-tooltip .inner_tooltip{font-size:0.925em;line-height:1.65em} #top .avia-tooltip.transparent_dark,#top .avia-tooltip.transparent_dark .avia-arrow{background:#000;background:rgba(0,0,0,0.8);color:#fff;border:none} #top .avia-tooltip.transparent_dark h1,#top .avia-tooltip.transparent_dark h2,#top .avia-tooltip.transparent_dark h3,#top .avia-tooltip.transparent_dark h4,#top .avia-tooltip.transparent_dark h5,#top .avia-tooltip.transparent_dark h6{color:inherit} .avia-tooltip.av-tooltip-shadow,.avia-tooltip.av-tooltip-shadow .avia-arrow{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15)} .avia-tooltip ul,.avia-tooltip ol,.avia-tooltip blockquote{text-align:left;list-style-position:inside} .avia-tooltip .avia-arrow{background:rgba(0,0,0,0.8);border:none} .avia-tooltip .avia-arrow-wrap{width:20px;height:20px;position:absolute;bottom:-20px;left:50%;margin-left:-7px;overflow:hidden} .avia-tooltip .inner_tooltip br:first-child{display:none} .av-tt-hotspot .avia-arrow-wrap{bottom:auto;bottom:-19px}.transparent_dark.av-tt-hotspot .avia-arrow-wrap{bottom:-20px} .avia-tooltip.av-tt-pos-below{margin-top:18px}.avia-tooltip.av-tt-pos-below .avia-arrow-wrap{bottom:auto;top:-19px}.avia-tooltip.av-tt-pos-below .avia-arrow{bottom:-6px;top:auto} .avia-tooltip.av-tt-pos-left{margin-top:0;margin-left:-18px}.avia-tooltip.av-tt-pos-left .avia-arrow-wrap{left:auto;margin-left:0;right:-19px;top:50%;margin-top:-10px}.avia-tooltip.av-tt-pos-left .avia-arrow{top:5px;left:-5px;margin-left:0} .avia-tooltip.av-tt-pos-right{margin-top:0;margin-left:18px}.avia-tooltip.av-tt-pos-right .avia-arrow-wrap{left:-19px;margin-left:0;top:50%;margin-top:-10px}.avia-tooltip.av-tt-pos-right .avia-arrow{top:5px;left:auto;right:-5px;margin-left:0} .av-tt-pos-above.av-tt-align-right.avia-tooltip,.av-tt-pos-below.av-tt-align-right.avia-tooltip{margin-left:4px}.av-tt-pos-above.av-tt-align-left .avia-arrow-wrap,.av-tt-pos-below.av-tt-align-left .avia-arrow-wrap{left:0;margin-left:7px}.av-tt-pos-above.av-tt-align-right .avia-arrow-wrap,.av-tt-pos-below.av-tt-align-right .avia-arrow-wrap{left:auto;right:0;margin-left:auto;margin-right:7px} .av-tt-pos-left.av-tt-align-top .avia-arrow-wrap,.av-tt-pos-right.av-tt-align-top .avia-arrow-wrap{top:0;margin-top:2px}.av-tt-pos-left.av-tt-align-bottom .avia-arrow-wrap,.av-tt-pos-right.av-tt-align-bottom .avia-arrow-wrap{bottom:0;margin-bottom:4px;top:auto} .av-tt-pos-above.av-tt-align-centered,.av-tt-pos-below.av-tt-align-centered{text-align:center} .avia_transform.avia_desktop .av-animated-generic{opacity:0} .avia_transform .avia_start_delayed_animation.fade-in{-webkit-animation:avia-fadein 1.5s 1 ease-out;animation:avia-fadein 1.5s 1 ease-out;opacity:1} .avia_transform .avia_start_delayed_animation.pop-up{-webkit-animation:avia_image_appear 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_image_appear 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.top-to-bottom{-webkit-animation:avia-ttb 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-ttb 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.bottom-to-top{-webkit-animation:avia-btt 0.8s 1 cubic-bezier(0.165,0.840,0.440,1.000);animation:avia-btt 0.8s 1 cubic-bezier(0.165,0.840,0.440,1.000);opacity:1} .avia_transform .avia_start_delayed_animation.left-to-right{-webkit-animation:avia-ltr 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-ltr 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.right-to-left{-webkit-animation:avia-rtl 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-rtl 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.av-rotateIn{-webkit-animation:avia-rotateIn 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-rotateIn 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.av-rotateInUpLeft{-webkit-animation:avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.av-rotateInUpRight{-webkit-animation:avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} @-webkit-keyframes avia_appear{0%{-webkit-transform:scale(0.5);opacity:0.1} 100%{-webkit-transform:scale(1);opacity:1}}@keyframes avia_appear{0%{transform:scale(0.5);opacity:0.1} 100%{transform:scale(1);opacity:1}} @-webkit-keyframes avia_image_appear{0%{-webkit-transform:scale(0.7);opacity:0.1} 100%{-webkit-transform:scale(1);opacity:1}}@keyframes avia_image_appear{0%{transform:scale(0.7);opacity:0.1} 100%{transform:scale(1);opacity:1}} @-webkit-keyframes avia_hotspot_appear{0%{-webkit-transform:translate(0,80px);opacity:0.1} 100%{-webkit-transform:translate(0,0px);opacity:1}}@keyframes avia_hotspot_appear{0%{transform:translate(0,80px);opacity:0.1} 100%{transform:translate(0,0px);opacity:1}} @-webkit-keyframes avia_appear_short{0%{-webkit-transform:scale(0.5);opacity:0} 50%{opacity:1} 100%{-webkit-transform:scale(1);opacity:0}}@keyframes avia_appear_short{0%{transform:scale(0.5);opacity:0} 50%{opacity:1} 100%{transform:scale(1);opacity:0}} @-webkit-keyframes avia_msonry_show{0%{-webkit-transform:translateZ(300px) translateY(200px) rotateX(-70deg);opacity:0.1} 100%{-webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg);opacity:1}}@keyframes avia_msonry_show{0%{transform:translateZ(300px) translateY(200px) rotateX(-70deg);opacity:0.1} 100%{transform:translateZ(0px) translateY(0px) rotateX(0deg);opacity:1}} @-webkit-keyframes avia_fade_move_down{0%{-webkit-transform:translate(0,-20px);opacity:0} 50%{opacity:1} 100%{-webkit-transform:translate(0,20px);opacity:0}}@keyframes avia_fade_move_down{0%{transform:translate(0,-20px);opacity:0} 50%{opacity:1} 100%{transform:translate(0,20px);opacity:0}} @-webkit-keyframes avia_slide_down{0%{height:0%} 100%{height:100%}}@keyframes avia_slide_down{0%{height:0%} 100%{height:100%}} @-webkit-keyframes avia_expand{0%{width:0%} 100%{width:100%}}@keyframes avia_expand{0%{width:0%} 100%{width:100%}} @-webkit-keyframes avia-ltr{0%{-webkit-transform:translate(-10%,0);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes avia-ltr{0%{transform:translate(-10%,0);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes avia-rtl{0%{-webkit-transform:translate(10%,0);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes avia-rtl{0%{transform:translate(10%,0);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes avia-btt{0%{-webkit-transform:translate(0,50%);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes avia-btt{0%{transform:translate(0,50%);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes avia-ttb{0%{-webkit-transform:translate(0,-10%);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes avia-ttb{0%{transform:translate(0,-10%);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes avia-fadein{0%{opacity:0} 100%{opacity:1}}@keyframes avia-fadein{0%{opacity:0} 100%{opacity:1}} @-webkit-keyframes avia-rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0} 100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}} @keyframes avia-rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0} 100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}} @-webkit-keyframes avia-rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0} 100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}} @keyframes avia-rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0} 100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}} @-webkit-keyframes avia-rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-22deg);transform:rotate3d(0,0,1,-22deg);opacity:0} 100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}} @keyframes avia-rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-22deg);transform:rotate3d(0,0,1,-22deg);opacity:0} 100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}} @-webkit-keyframes avia-bg-move{0%{background-position:-31px 0} 100%{background-position:0 0}}@keyframes avia-bg-move{0%{background-position:-31px 0} 100%{background-position:0 0}} @-webkit-keyframes caption-right{0%{-webkit-transform:translate(2000px,0);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes caption-right{0%{transform:translate(2000px,0);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes caption-left{0%{-webkit-transform:translate(-2000px,0);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes caption-left{0%{transform:translate(-2000px,0);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes caption-top{0%{-webkit-transform:translate(0,-20px);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes caption-top{0%{transform:translate(0,-20px);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes caption-bottom{0%{-webkit-transform:translate(0,20px);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes caption-bottom{0%{transform:translate(0,20px);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes av_pulsate{0%{-webkit-transform:scale(0.1);opacity:0.0} 50%{opacity:0.7} 100%{-webkit-transform:scale(1);opacity:0.0}} @keyframes av_pulsate{0%{transform:scale(0.1);opacity:0.0} 50%{opacity:0.7} 100%{transform:scale(1);opacity:0.0}} @-webkit-keyframes sonarEffect{0%{opacity:0.3} 40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255,255,255,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,0.5)} 100%{box-shadow:0 0 0 2px rgba(255,255,255,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,0.5);-webkit-transform:scale(1.5);opacity:0}}@keyframes sonarEffect{0%{opacity:0.3} 40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255,255,255,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,0.5)} 100%{box-shadow:0 0 0 2px rgba(255,255,255,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,0.5);transform:scale(1.5);opacity:0}} .avia-divider-svg{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;pointer-events:none} .avia-divider-svg-top{top:0px} .avia-divider-svg-bottom{bottom:-2px} .avia-divider-svg-top:not(.avia-svg-original) svg,.avia-divider-svg-bottom:not(.avia-svg-negative) svg{z-index:-1} .avia-divider-svg.avia-divider-svg-bottom.avia-svg-original,.avia-divider-svg.avia-divider-svg-top.avia-svg-negative{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} .avia-divider-svg svg{fill:#fff;display:block;width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)} .avia-divider-svg path{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)} .avia-divider-svg.avia-flipped-svg svg{-webkit-transform:translateX(-50%) rotateY(180deg);-ms-transform:translateX(-50%) rotateY(180deg);transform:translateX(-50%) rotateY(180deg)} .avia-divider-svg.avia-to-front{z-index:100} .av-parallax-section.av-section-color-overlay-active .avia-divider-svg{z-index:1}.av-parallax-section.av-section-color-overlay-active .avia-divider-svg.avia-to-front{z-index:100}\";}s:18:\"avia-popup-css-css\";a:6:{s:4:\"name\";s:14:\"avia-popup-css\";s:3:\"url\";s:82:\"https://valerioanzino.com/wp-content/themes/enfold/js/aviapopup/magnific-popup.css\";s:4:\"path\";s:56:\"wp-content/themes/enfold/js/aviapopup/magnific-popup.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:5323:\".mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000;opacity:0.8} .mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden} .mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box} .mfp-container:before{content:\'\';display:inline-block;height:100%;vertical-align:middle} .mfp-align-top .mfp-container:before{display:none} .mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045} .mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto} .mfp-ajax-cur{cursor:progress} .mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out} .mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in} .mfp-auto-cursor .mfp-content{cursor:auto} .mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none} .mfp-loading.mfp-figure{display:none} .mfp-hide{display:none !important} .mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044} .mfp-preloader a{color:#CCC} .mfp-preloader a:hover{color:#FFF} .mfp-s-ready .mfp-preloader{display:none} .mfp-s-error .mfp-content{display:none} button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation} button::-moz-focus-inner{padding:0;border:0} .mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace} .mfp-close:hover,.mfp-close:focus{opacity:1} .mfp-close:active{top:1px} .mfp-close-btn-in .mfp-close{color:#333} .mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%} .mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap} .mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent} .mfp-arrow:active{margin-top:-54px} .mfp-arrow:hover,.mfp-arrow:focus{opacity:1} .mfp-arrow:before,.mfp-arrow:after{content:\'\';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent} .mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px} .mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7} .mfp-arrow-left{left:0} .mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px} .mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F} .mfp-arrow-right{right:0} .mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px} .mfp-arrow-right:before{border-left:27px solid #3F3F3F} .mfp-iframe-holder{padding-top:40px;padding-bottom:40px} .mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px} .mfp-iframe-holder .mfp-close{top:-40px} .mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%} .mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000} img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto} .mfp-figure{line-height:0} .mfp-figure:after{content:\'\';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444} .mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px} .mfp-figure figure{margin:0} .mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto} .mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px} .mfp-image-holder .mfp-content{max-width:100%} .mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer} @media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0} .mfp-img-mobile img.mfp-img{padding:0} .mfp-img-mobile .mfp-figure:after{top:0;bottom:0} .mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px} .mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box} .mfp-img-mobile .mfp-bottom-bar:empty{padding:0} .mfp-img-mobile .mfp-counter{right:5px;top:3px} .mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}} @media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)} .mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0} .mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%} .mfp-container{padding-left:6px;padding-right:6px}}\";}s:17:\"avia-lightbox-css\";a:6:{s:4:\"name\";s:13:\"avia-lightbox\";s:3:\"url\";s:80:\"https://valerioanzino.com/wp-content/themes/enfold/css/avia-snippet-lightbox.css\";s:4:\"path\";s:54:\"wp-content/themes/enfold/css/avia-snippet-lightbox.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:2825:\".mfp-ready .mfp-figure{opacity:0} div .mfp-title{line-height:1.4em;font-size:13px} .mfp-title a{text-decoration:underline;color:#fff}.mfp-title a:hover{text-decoration:none;opacity:0.8} .mfp-zoom-in .mfp-figure,.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{opacity:0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95)}.mfp-zoom-in.mfp-bg,.mfp-zoom-in .mfp-preloader{opacity:0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.mfp-zoom-in.mfp-image-loaded .mfp-figure,.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg,.mfp-zoom-in.mfp-ready .mfp-preloader{opacity:0.8}.mfp-zoom-in.mfp-removing .mfp-figure,.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg,.mfp-zoom-in.mfp-removing .mfp-preloader{opacity:0}div.avia-popup .mfp-iframe-scaler{overflow:visible}div.avia-popup .mfp-zoom-out-cur{cursor:auto}div.avia-popup .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:pointer}div.avia-popup .mfp-close{width:40px;height:40px;right:-13px;text-align:center;border-radius:100px;border:2px solid transparent;line-height:38px;padding:0;top:-5px;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;font-family:Arial,Baskerville,monospace !important} div.avia-popup .mfp-close:hover{border:2px solid #fff;transform:scale(0.8);-webkit-transform:scale(0.8) rotateZ(90deg)} div.avia-popup .mfp-iframe-scaler .mfp-close{top:-43px} div.avia-popup .mfp-figure:after{box-shadow:none;display:none} div.avia-popup button.mfp-arrow:before,div.avia-popup button.mfp-arrow:after{border:none;margin:0;display:none}div.avia-popup button.mfp-arrow:before{opacity:1;display:block;position:absolute;top:50%;left:0;width:100%;height:80px;line-height:80px;margin-top:-40px;color:#fff;font-size:50px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;-webkit-transform:scale(1,1);transform:scale(1,1)}div.avia-popup button.mfp-arrow:hover:before{-webkit-transform:scale(0.8,0.8);transform:scale(0.8,0.8)}div.avia-popup button.mfp-arrow:before{content:\"\\E87d\";font-family:\'entypo-fontello\'}div.avia-popup button.mfp-arrow-left:before{content:\"\\E87c\";font-family:\'entypo-fontello\'} .mfp-img{-webkit-animation:none !important;animation:none !important} @media (max-width:900px){.mfp-arrow{text-shadow:0px 0px 5px rgba(0,0,0,0.5)}} div.avia-popup .mfp-s-error .mfp-preloader{background:transparent;width:100%;-webkit-animation:none;animation:none;white-space:nowrap}\";}s:19:\"avia-widget-css-css\";a:6:{s:4:\"name\";s:15:\"avia-widget-css\";s:3:\"url\";s:78:\"https://valerioanzino.com/wp-content/themes/enfold/css/avia-snippet-widget.css\";s:4:\"path\";s:52:\"wp-content/themes/enfold/css/avia-snippet-widget.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:20800:\".sidebar .widget:first-child,.content .sidebar .widget:first-child{padding-top:0;border-top-style:none;border-top-width:0} .widget_archive label.screen-reader-text{display:none} .widget_nav_menu a{display:block;padding:4px 0px 5px 0;text-decoration:none} div .widget_nav_menu{padding-bottom:24px} #top .widget_nav_menu ul{margin:0;padding:0;float:none;list-style-type:none} #top .widget_nav_menu li{position:relative;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;clear:both;font-size:13px} #top #footer .widget_nav_menu li{background-color:transparent} #top .widget_nav_menu ul ul li:before{content:\"\\2219\";position:absolute;top:5px} #top .sidebar_left .widget_nav_menu ul ul li:before{right:-10px} #top .sidebar_left.sidebar_align_left .widget_nav_menu ul ul li:before{right:auto;left:0} #top .widget_nav_menu ul ul li a{padding:6px 0px 7px 12px} .widget_nav_menu .current-menu-item>a,.widget_nav_menu .current_page_item>a{font-weight:bold} .sidebar .widget_nav_menu ul:first-child>.current-menu-item,.sidebar .widget_nav_menu ul:first-child>.current_page_item,.sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor{padding-left:51px;left:-51px;top:1px;margin-top:-1px;padding-top:1px;width:100%;box-shadow:0px 0px 1px 0px rgba(0,0,0,0.2);margin-bottom:4px} .widget_nav_menu ul ul{display:block} .widget_nav_menu.widget_nav_hide_child ul ul{display:none} #top .widget_nav_menu .current-menu-item > ul,#top .widget_nav_menu .current_page_item > ul,#top .widget_nav_menu .current_page_ancestor > ul,#top .widget_nav_menu .current-menu-ancestor > ul{display:block} #top .widget_nav_menu .sub-menu > li{display:block;padding:0 0 0 13px} #top .sidebar_left .widget_nav_menu .current-menu-item > ul,#top .sidebar_left .widget_nav_menu .current_page_item > ul,#top .sidebar_left .widget_nav_menu .current_page_ancestor > ul,#top .sidebar_left .widget_nav_menu .current-menu-ancestor > ul{padding:0 13px 0 0 } #top .sidebar_left.sidebar_align_left .widget_nav_menu .current-menu-item > ul,#top .sidebar_left.sidebar_align_left .widget_nav_menu .current_page_item > ul,#top .sidebar_left.sidebar_align_left .widget_nav_menu .current_page_ancestor > ul,#top .sidebar_left.sidebar_align_left .widget_nav_menu .current-menu-ancestor > ul{padding:0 0 0 13px } #top .sidebar_left .widget_nav_menu .sub-menu{padding-right:13px} #top .sidebar_left.sidebar_align_left .widget_nav_menu .sub-menu{padding-left:13px;padding-right:0} .widget_nav_menu ul:first-child>.current-menu-item>a,.widget_nav_menu ul:first-child>.current_page_item>a{border:none;padding:6px 7px 7px 0} #top .widget_nav_menu ul ul .sub-menu,#top .widget_nav_menu ul ul .children{padding:0 0 0 10px;overflow:hidden;margin:0} .widget_nav_menu .nested_nav>li:first-child>a{border:none} #top .widget_nav_menu .nested_nav{padding-bottom:30px} #top .content .flex_column .widget_nav_menu li a{padding:0.8em 3px} #top .content .flex_column .widget_nav_menu li a:hover,#top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item,#top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item{background-color:rgba(255,255,255,0.4)} #top .content .flex_column .widget_nav_menu li{background-color:transparent;margin:0;padding:0;border-bottom-style:solid;border-bottom-width:1px} #top .content .flex_column .widget_nav_menu li:first-child{border-top-style:solid;border-top-width:1px} .av-instagram-pics{display:table;width:100%;table-layout:fixed}.av-instagram-row{display:table-row}.av-instagram-item{display:table-cell;padding:3px;height:100%}.av-instagram-item a{display:block;position:relative;padding-bottom:100%;width:100%;background-size:cover}.av-instagram-item img{display:block}.av-instagram-item .image-overlay.overlay-type-image{left:0;width:100%} .av-instagram-item:first-child{padding-left:0px}.av-instagram-item:last-child{padding-right:0px}.av-instagram-row:first-child .av-instagram-item{padding-top:0px}.av-instagram-row:last-child .av-instagram-item{padding-bottom:0px} .av-instagram-follow{width:100%;text-align:center;display:block;margin-top:3px} .avia-instagram-feed .av-instagram-errors-msg.av-instagram-admin{color:#cc0033} #top .av-mailchimp-widget fieldset,#top .av-mailchimp-widget form{margin:0}#top .av-mailchimp-widget p{margin:2px 0}#top .av-mailchimp-widget-style-boxed_form{padding:15px;border-style:solid;border-width:1px}#top .av-mailchimp-widget .button{margin-top:5px;width:100%;padding:13px 10px} .widgettitle + .av-mailchimp-widget-style-boxed_form{margin-top:-10px}#top .av-form-error-container{border:1px solid #BB1313;padding:15px;color:#BB1313;line-height:1.4em;font-size:13px;margin-bottom:20px} .textwidget ul{margin-left:0px;overflow:hidden} .js_active .avia_combo_widget .tab_titles{border-bottom-width:1px;border-bottom-style:solid}.js_active #top .avia_combo_widget .active_tab{border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:initial}.js_active #top .avia_combo_widget .tab_content{padding:0;background:transparent;border:none} .js_active .avia_combo_widget .top_tab .tab{border:none;background:transparent;padding:5px 10px;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:transparent} .av_facebook_widget_wrap{overflow:hidden;position:relative;padding:0px;background:#fff}.av_facebook_widget_wrap_border_yes{border-style:solid;border-width:1px}.av_facebook_widget_wrap_positioner iframe{position:absolute;height:100%;width:100%}.av_facebook_widget_wrap_positioner{}.av_facebook_widget{width:100%} .av_facebook_widget{width:107%;max-width:137%;left:-5px;top:-4px;position:relative} .avia_fb_likebox .av_facebook_widget_page_title{font-size:1.2em;font-weight:700;margin:12px 0} .widget .av_widget_img_text_confirm .av_img_text_confirm_link{display:inline-block;position:relative;width:100%} .widget .av_widget_img_text_confirm .av_img_text_confirm_link img{width:100%} .widget .av_widget_img_text_confirm .av_img_text_confirm_link:hover{text-decoration:none} .widget .av_widget_img_text_confirm .av_img_text_confirm_text{font-size:1.5em;position:absolute;padding:25px;text-align:center;top:0;height:100%;display:flex;align-items:center;opacity:0;width:100%} .widget .av_widget_img_text_confirm .av_img_text_confirm_text span{width:100%} .widget .av_widget_img_text_confirm .av_img_text_confirm_text:hover{opacity:1} .avia_fb_likebox .av_facebook_widget_main_wrap{background-attachment:scroll;background-size:cover;background-position:center center;width:100%;min-width:180px;min-height:214px;position:relative;font-family:Helvetica,Arial,sans-serif} .avia_fb_likebox .av_facebook_widget_main_wrap_shadow{position:absolute;top:0;left:0;right:0;height:90px;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);z-index:0} .avia_fb_likebox .av_facebook_widget_logo_image{position:absolute;height:54px;width:54px;top:8px;left:8px;background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.5);border:2px solid #fff;z-index:2} .avia_fb_likebox .av_facebook_widget_logo_image img{max-width:50px;max-height:50px;text-align:center;display:inline-block} .avia_fb_likebox .av_facebook_widget_page_title_container{color:#fff;margin:0px 18px 0 68px;position:relative;z-index:2;font-size:18px;font-weight:500;line-height:1.358;margin-bottom:-5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.9);top:8px;min-height:95px} #top .avia_fb_likebox .av_facebook_widget_page_title_container a{color:#fff} .avia_fb_likebox .av_facebook_widget_page_title_container .av_facebook_widget_content{font-size:12px} .avia_fb_likebox .av_facebook_widget_page_title_container span{display:block} .avia_fb_likebox .av_facebook_widget_add_info{width:100%;min-height:83px;background:#f6f7f9;border:1px solid #e9ebee;border-top:0;font-size:12px;line-height:16px;color:#4b4f56;padding:8px} .avia_fb_likebox .av_facebook_widget_add_info_inner{background:#fff;border-color:#e9ebee #dfe0e4 #d0d1d5;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.12);position:relative;min-height:66px;padding:8px} .avia_fb_likebox .av_facebook_widget_imagebar{height:32px;background-repeat:repeat;background-size:auto 100%;background-image:url(\'https://valerioanzino.com/wp-content/themes/enfold/images/layout/fake_facebook.jpg\')} .avia_fb_likebox .av_facebook_widget_add_info_inner_wrap{min-height:15px;padding-bottom:4px;display:block} .avia_fb_likebox .av_facebook_widget_button{background-color:#f6f7f9;border-color:#ced0d4;color:#4b4f56;line-height:22px;border:1px solid rgba(0,0,0,.12);font-size:12px;padding:0 5px;display:inline-block;margin:8px} .avia_fb_likebox .av_facebook_widget_icon{display:inline-block;margin-right:5px;background:#3a5797;height:16px;width:16px;color:#fff;text-align:center;border-radius:2px;font-size:11px;line-height:18px} .avia_fb_likebox .ajax_load{display:none} .avia_fb_likebox.ajax_loading_now .ajax_load{display:block} .avia_socialcount{overflow:hidden;text-align:left} #top .social_widget_icon{padding:0;margin:0;height:30px;width:30px;line-height:32px;text-align:center;float:left;font-size:17px;border-radius:2px} .asc_twitter .social_widget_icon{color:#fff;background-color:#46d4fe;border-color:#46d4fe;text-shadow:1px 1px 1px #17ACD8} .asc_rss .social_widget_icon{color:#fff;background-color:#ffa133;border-color:#ffa133;text-shadow:1px 1px 1px #D18021} .avia_socialcount .seperator{display:none} div #footer .avia_socialcount{padding:10px 0 0 0} .asc_multi_count{float:left;width:50%} .avia_socialcount a,.avia_socialcount a:hover{height:40px;text-decoration:none;display:block;min-width:89px} .avia_socialcount strong,.avia_socialcount span{display:block;line-height:1em;padding:0 0 0 36px} .avia_socialcount a strong{font-size:11px;font-weight:bold;letter-spacing:0;padding-top:4px} .avia_socialcount a span{font-size:10px;padding-top:3px} #top .widget.tweetbox .tweets{list-style-type:none;list-style-position:outside;border:none} #top .widget.tweetbox .tweet{padding:10px 0;line-height:18px;position:relative;overflow:hidden;font-size:11px;background:none;border-top-style:dashed;border-top-width:1px;margin:0} #top .widget.tweetbox .tweet:first-child{border:none} .widget.tweetbox .tweet-thumb{position:relative} .widget.tweetbox .tweet-thumb a{margin-right:9px;padding:3px;float:left;border-style:solid;border-width:1px;margin-top:5px;display:block;width:36px} #top .widget.tweetbox .tweet-thumb img{display:block;float:left;border:none;padding:0;margin:0} .widget.tweetbox .tweet-text{position:relative;overflow:hidden} .widget.tweetbox .tweet-time{clear:both;font-size:11px} .widget.tweetbox .tweet-text.avatar_no{font-size:12px;line-height:1.7em;font-weight:400} .widget.tweetbox .tweet-text.avatar_no .tweet-time{font-style:italic;font-weight:normal} .avia_partner_widget{overflow:hidden;clear:both} .avia_partner_widget a,.avia_partner_widget a:hover{float:left;display:block;text-decoration:none;width:49.5%;outline:none;border:none;padding-bottom:49.5%;position:relative;margin-right:1%} .avia_partner_widget a.avia_partner2,.avia_partner_widget a.avia_partner2:hover{margin-right:0} #top .avia_partner_widget{max-width:304px} #top .avia_partner_widget img{position:absolute;left:0;top:0} .avia_partner1{margin-right:1px} .avia_parnter_empty{line-height:1em;height:97%;width:97%;display:block;font-size:10px;text-align:center;position:absolute;border-style:solid;border-width:1px} .avia_parnter_empty span{width:100%;position:absolute;top:50%;margin-top:-5px;text-align:center;left:0} .widget .avia-google-map-container{height:230px;width:100%} .widget .avia-google-map-container{background:no-repeat center;background-size:cover} .widget .content .avia-google-map-container{height:230px} #top .widget .infoWindow input[type=\"text\"]{margin:0 0px 3px 0} .widget .avia-google-map-container img,.widget .avia-google-map-container a img{max-width:none} .widget .avia-google-map-container div,.widget .avia-google-map-container img,.widget .avia-google-map-container a{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box} .widget .avia-google-map-container .av_text_confirm_link{padding:25px;text-align:center;opacity:0;position:absolute;width:150px;left:50%;top:50%;margin-left:-100px;margin-top:-50px;background:rgba(0,0,0,0.7);border-radius:3px;color:#fff;font-size:1em;line-height:1.3em;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} .widget .avia-google-map-container .av_text_confirm_link:hover{color:#fff;background:rgba(0,0,0,0.9)} .widget .avia-google-map-container.av_gmaps_show_delayed.av-no-fallback-img .av_text_confirm_link,.widget .avia-google-map-container.av_gmaps_show_page_only.av-no-fallback-img .av_text_confirm_link{height:auto;opacity:1} .widget .avia-google-map-container .av_text_confirm_link span{width:100%} .widget .avia-google-map-container:hover .av_text_confirm_link{opacity:1;text-decoration:none} #top .news-content{padding:7px 0 3px 0;line-height:1.7em;position:relative;overflow:hidden;font-size:0.85em;display:block;clear:both;margin:0} #top .news-wrap{border:none;list-style-type:none;list-style-position:outside} #top .news-wrap li{border:none;background:none;text-indent:0} .news-link,.news-link:hover,#top .widget ul li .news-link:hover{display:block;position:relative;text-decoration:none;overflow:hidden;z-index:2} .news-thumb{margin-right:9px;padding:3px;float:left;margin-top:4px;border-style:solid;border-width:1px;height:36px;width:36px;display:block} .news-thumb img,.news-thumb img{width:28px;height:28px} .image_size_portfolio_small .news-link{float:left;margin-right:10px} .image_size_portfolio_small .news-thumb,.image_size_portfolio_small .tweet-thumb img,.image_size_portfolio_small .news-thumb img{width:150px;min-height:100px} .image_size_portfolio_small .news-excerpt{overflow:hidden;font-size:13px;line-height:1.65em} .image_size_portfolio_small .news-headline{font-size:14px} #top .news-thumb img{display:block;float:left;border:none;padding:0;margin:0} .news-headline{overflow:hidden;font-weight:bold;margin-top:2px;display:block} .news-time{font-weight:normal;clear:both;font-size:0.92em;display:block} .news-excerpt{} .tagcloud br{display:none}.tagcloud a{font-size:11px !important;padding:2px 8px;margin:0 1px 1px 0;display:block;float:left;border-style:solid;border-width:1px;text-decoration:none} .tagcloud a:hover{text-shadow:none;text-decoration:underline} .widget_tag_cloud h3{border:none} .widget_rss li{line-height:1.5em;font-size:11px}.widget_rss li div{font-family:\"Georgia\",\"Times New Roman\",Helvetica,Arial,sans-serif;font-style:italic} .rsswidget{display:block;font-weight:bold} .rss-date,.widget_rss cite{font-size:11px} .widget_rss li{padding:7px 0} .widget_rss .widgettitle img{display:none} .recentcomments,.widget_recent_entries li{padding:7px 0;display:block;font-size:0.85em;line-height:1.5em} .recentcomments a,.widget_recent_entries li a{font-style:italic;font-family:\"Georgia\",\"Times New Roman\",Helvetica,Arial,sans-serif} .recentcomments,.widget_recent_entries li{border-top-width:3px;border-top-style:solid} .recentcomments:first-child,.widget_recent_entries li:first-child{border-top:none} .sidebar_left .widget_nav_menu ul:first-child>.current-menu-item,.sidebar_left .widget_nav_menu ul:first-child>.current_page_item,.sidebar_left .widget_nav_menu ul:first-child>.current-menu-ancestor{padding-right:52px;padding-left:0;left:auto;top:1px} .sidebar_left.sidebar{text-align:right} .sidebar_left .news-thumb{float:right;margin:4px 0 0 9px} #top .widget_twitter{font-size:12px;line-height:1.65em}#top .widget_twitter .twitter-avatar{float:left;margin-right:13px;border-style:solid;border-width:1px;padding:3px;display:block}#top .widget_twitter .twitter-avatar a,#top .widget_twitter .twitter-avatar img{display:block}#top .widget_twitter ul{overflow:hidden;margin:0;padding:0}#top .widget_twitter li{padding:0 0 8px 0;margin:0 0 8px 0;border-bottom-style:solid;border-bottom-width:2px}#top .widget_twitter li:last-child{border-bottom:none}#top .widget_twitter .entry-content-wrapper{padding:0;margin:0;float:none;clear:both;position:relative;border:none;width:100%}#top .widget_twitter .entry-meta{display:block;font-size:11px;font-style:italic;opacity:0.8;margin-top:5px}#top .widget_twitter .time-meta,#top .widget_twitter .from-meta{}#top .widget_twitter .intent-meta{display:block;font-size:11px;margin-top:8px}#top .widget_twitter .intent-meta a{text-decoration:none;margin-right:4px}#top .widget_twitter .intent-meta a:hover{text-decoration:underline} .sidebar_left.sidebar_align_left.sidebar{text-align:left}.sidebar_left.sidebar_align_left .news-thumb{float:left;margin:4px 9px 0 0}.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current-menu-item,.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current_page_item,.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current-menu-ancestor{padding-left:52px;padding-right:0;left:0;right:auto;top:1px} .avia-toc-container{position:relative} .avia-toc-container a{display:block;position:relative;line-height:1.4em} .avia-toc-container a:hover{text-decoration:none} .avia-toc-style-simple a{overflow-x:hidden;margin-bottom:1em;min-height:25px} .avia-toc-style-simple a span{background-color:#fff;position:relative;padding-right:5px;z-index:2} .avia-toc-style-simple a:after{float:left;width:0;color:rgba(0,0,0,0.25);font-size:9px;font-weight:normal;white-space:nowrap;content:\". . . . . . . . . . . . . . . . . . . . \" \". . . . . . . . . . . . . . . . . . . . \" \". . . . . . . . . . . . . . . . . . . . \" \". . . . . . . . . . . . . . . . . . . . \"} .avia-toc-style-simple .avia-toc-level-0:after{line-height:3}.avia-toc-style-simple .avia-toc-level-1:after{line-height:3}.avia-toc-style-simple .avia-toc-level-2:after{line-height:2.9}.avia-toc-style-simple .avia-toc-level-3:after{line-height:2.7}.avia-toc-style-simple .avia-toc-level-4:after{line-height:2.5}.avia-toc-style-simple .avia-toc-level-5:after{line-height:2.4} .avia-toc-style-simple .avia-toc-level-0{font-weight:bold;font-size:1em}.avia-toc-style-simple .avia-toc-level-2{font-weight:normal;font-size:0.9375em}.avia-toc-style-simple .avia-toc-level-3{font-weight:normal;font-size:0.875em}.avia-toc-style-simple .avia-toc-level-4{font-weight:normal;font-size:0.8125em}.avia-toc-style-simple .avia-toc-level-5{font-weight:normal;font-size:0.8125em;font-style:italic} .avia-toc-style-simple.avia-toc-indent .avia-toc-level-1{margin-left:0.625em}.avia-toc-style-simple.avia-toc-indent .avia-toc-level-2{margin-left:1em}.avia-toc-style-simple.avia-toc-indent .avia-toc-level-3{margin-left:1.428em}.avia-toc-style-simple.avia-toc-indent .avia-toc-level-4{margin-left:2.307em}.avia-toc-style-simple.avia-toc-indent .avia-toc-level-5{margin-left:2.692em} .avia-toc-style-elegant{padding-left:30px} .avia-toc-style-elegant a{text-transform:uppercase;padding-bottom:1.5em} .avia-toc-style-elegant .avia-toc-level-0{font-weight:bold;font-size:0.875em} .avia-toc-style-elegant .avia-toc-level-1{font-weight:normal;font-size:0.875em} .avia-toc-style-elegant .avia-toc-level-2{font-weight:normal;font-size:0.8125em} .avia-toc-style-elegant .avia-toc-level-3{font-weight:bold;font-size:0.8125em} .avia-toc-style-elegant .avia-toc-level-4{font-weight:normal;font-size:0.75em} .avia-toc-style-elegant .avia-toc-level-5{font-weight:normal;font-size:0.75em;font-style:italic} .avia-toc-style-elegant a:before{content:\'\';position:absolute;height:calc(100% + 0.3em);left:-20px;top:0.15em;border-left-width:2px;border-left-style:solid;border-left-color:rgba(0,0,0,0.08)} .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.avia-toc-style-elegant a:first-child:after,.avia-toc-style-elegant a.avia-toc-level-0:after,.avia-toc-style-elegant a:first-child span:after,.avia-toc-style-elegant a.avia-toc-level-0 span:after{content:\'\';position:absolute;width:9px;height:9px;border-width:3px;border-style:solid;border-radius:9px;left:-26px;top:0.15em;z-index:2} .avia-toc-style-elegant a:first-child span:after,.avia-toc-style-elegant a.avia-toc-level-0 span:after{border-color:transparent;z-index:1} .avia-toc-style-elegant a:first-child:hover span:after,.avia-toc-style-elegant a.avia-toc-level-0:hover span:after{animation:sonarEffect 2s ease-out infinite} .avia-toc-style-elegant a:last-child:before{display:none} .avia-toc-style-elegant a:last-child:after{content:\'\';position:absolute;width:8px;height:8px;left:-23px;top:0.4em;border-radius:8px} .avia-toc-style-elegant.avia-toc-indent .avia-toc-level-1{padding-left:0.625em}.avia-toc-style-elegant.avia-toc-indent .avia-toc-level-2{padding-left:1em}.avia-toc-style-elegant.avia-toc-indent .avia-toc-level-3{padding-left:1.428em}.avia-toc-style-elegant.avia-toc-indent .avia-toc-level-4{padding-left:2.307em}.avia-toc-style-elegant.avia-toc-indent .avia-toc-level-5{padding-left:2.692em}\";}s:16:\"avia-dynamic-css\";a:6:{s:4:\"name\";s:12:\"avia-dynamic\";s:3:\"url\";s:74:\"https://valerioanzino.com/wp-content/uploads/dynamic_avia/enfold_child.css\";s:4:\"path\";s:48:\"wp-content/uploads/dynamic_avia/enfold_child.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:128332:\"::-moz-selection{background-color:#3f70cc;color:#ffffff}::selection{background-color:#3f70cc;color:#ffffff}html.html_boxed{background:#111111 url(https://valerioanzino.com/wp-content/themes/enfold/images/background-images/diagonal-thin-light.png) top left repeat scroll}.socket_color,.socket_color div,.socket_color header,.socket_color main,.socket_color aside,.socket_color footer,.socket_color article,.socket_color nav,.socket_color section,.socket_color span,.socket_color applet,.socket_color object,.socket_color iframe,.socket_color h1,.socket_color h2,.socket_color h3,.socket_color h4,.socket_color h5,.socket_color h6,.socket_color p,.socket_color blockquote,.socket_color pre,.socket_color a,.socket_color abbr,.socket_color acronym,.socket_color address,.socket_color big,.socket_color cite,.socket_color code,.socket_color del,.socket_color dfn,.socket_color em,.socket_color img,.socket_color ins,.socket_color kbd,.socket_color q,.socket_color s,.socket_color samp,.socket_color small,.socket_color strike,.socket_color strong,.socket_color sub,.socket_color sup,.socket_color tt,.socket_color var,.socket_color b,.socket_color u,.socket_color i,.socket_color center,.socket_color dl,.socket_color dt,.socket_color dd,.socket_color ol,.socket_color ul,.socket_color li,.socket_color fieldset,.socket_color form,.socket_color label,.socket_color legend,.socket_color table,.socket_color caption,.socket_color tbody,.socket_color tfoot,.socket_color thead,.socket_color tr,.socket_color th,.socket_color td,.socket_color article,.socket_color aside,.socket_color canvas,.socket_color details,.socket_color embed,.socket_color figure,.socket_color fieldset,.socket_color figcaption,.socket_color footer,.socket_color header,.socket_color hgroup,.socket_color menu,.socket_color nav,.socket_color output,.socket_color ruby,.socket_color section,.socket_color summary,.socket_color time,.socket_color mark,.socket_color audio,.socket_color video,#top .socket_color .pullquote_boxed,.responsive #top .socket_color .avia-testimonial,.responsive #top.avia-blank #main .socket_color.container_wrap:first-child,#top .socket_color.fullsize .template-blog .post_delimiter,.socket_color .related_posts.av-related-style-full a{border-color:#161616}.socket_color .rounded-container,#top .socket_color .pagination a:hover,.socket_color .small-preview,.socket_color .fallback-post-type-icon{background:#888888;color:#111111}.socket_color .av-default-color,#top .socket_color .av-force-default-color,.socket_color .av-catalogue-item,.socket_color .wp-playlist-item .wp-playlist-caption,.socket_color .wp-playlist{color:#eeeeee}.socket_color ,.socket_color .site-background,.socket_color .first-quote,.socket_color .related_image_wrap,.socket_color .gravatar img .socket_color .hr_content,.socket_color .news-thumb,.socket_color .post-format-icon,.socket_color .ajax_controlls a,.socket_color .tweet-text.avatar_no,.socket_color .toggler,.socket_color .toggler.activeTitle:hover,.socket_color #js_sort_items,.socket_color.inner-entry,.socket_color .grid-entry-title,.socket_color .related-format-icon,.grid-entry .socket_color .avia-arrow,.socket_color .avia-gallery-big,.socket_color .avia-gallery-big,.socket_color .avia-gallery img,.socket_color .grid-content,.socket_color .av-share-box ul,#top .socket_color .av-related-style-full .related-format-icon,.socket_color .related_posts.av-related-style-full a:hover,.socket_color.avia-fullwidth-portfolio .pagination .current,.socket_color.avia-fullwidth-portfolio .pagination a,.socket_color .av-hotspot-fallback-tooltip-inner,.socket_color .av-hotspot-fallback-tooltip-count{background-color:#111111;color:#eeeeee}.socket_color .heading-color,.socket_color a.iconbox_icon:hover,.socket_color h1,.socket_color h2,.socket_color h3,.socket_color h4,.socket_color h5,.socket_color h6,.socket_color .sidebar .current_page_item>a,.socket_color .sidebar .current-menu-item>a,.socket_color .pagination .current,.socket_color .pagination a:hover,.socket_color strong.avia-testimonial-name,.socket_color .heading,.socket_color .toggle_content strong,.socket_color .toggle_content strong a,.socket_color .tab_content strong,.socket_color .tab_content strong a ,.socket_color .asc_count,.socket_color .avia-testimonial-content strong,.socket_color div .news-headline,#top .socket_color .av-related-style-full .av-related-title,.socket_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.socket_color .wp-playlist-item-meta.wp-playlist-item-title,#top .socket_color .av-no-image-slider h2 a,.socket_color .av-small-bar .avia-progress-bar .progressbar-title-wrap{color:#ffffff}.socket_color .meta-color,.socket_color .sidebar,.socket_color .sidebar a,.socket_color .minor-meta,.socket_color .minor-meta a,.socket_color .text-sep,.socket_color blockquote,.socket_color .post_nav a,.socket_color .comment-text,.socket_color .side-container-inner,.socket_color .news-time,.socket_color .pagination a,.socket_color .pagination span,.socket_color .tweet-text.avatar_no .tweet-time,#top .socket_color .extra-mini-title,.socket_color .team-member-job-title,.socket_color .team-social a,.socket_color #js_sort_items a,.grid-entry-excerpt,.socket_color .avia-testimonial-subtitle,.socket_color .commentmetadata a,.socket_color .social_bookmarks a,.socket_color .meta-heading>*,.socket_color .slide-meta,.socket_color .slide-meta a,.socket_color .taglist,.socket_color .taglist a,.socket_color .phone-info,.socket_color .phone-info a,.socket_color .av-sort-by-term a,.socket_color .av-magazine-time,.socket_color .av-magazine .av-magazine-entry-icon,.socket_color .av-catalogue-content,.socket_color .wp-playlist-item-length,.html_modern-blog #top div .socket_color .blog-categories a,.html_modern-blog #top div .socket_color .blog-categories a:hover{color:#888888}.socket_color .special-heading-inner-border{border-color:#eeeeee}.socket_color .meta-heading .special-heading-inner-border{border-color:#888888}.socket_color a,.socket_color .widget_first,.socket_color strong,.socket_color b,.socket_color b a,.socket_color strong a,.socket_color #js_sort_items a:hover,.socket_color #js_sort_items a.active_sort,.socket_color .av-sort-by-term a.active_sort,.socket_color .special_amp,.socket_color .taglist a.activeFilter,.socket_color #commentform .required,#top .socket_color .av-no-color.av-icon-style-border a.av-icon-char,.html_elegant-blog #top .socket_color .blog-categories a,.html_elegant-blog #top .socket_color .blog-categories a:hover{color:#ffffff}.socket_color a:hover,.socket_color h1 a:hover,.socket_color h2 a:hover,.socket_color h3 a:hover,.socket_color h4 a:hover,.socket_color h5 a:hover,.socket_color h6 a:hover,.socket_color .template-search a.news-content:hover,.socket_color .wp-playlist-item .wp-playlist-caption:hover{color:#eeeeee}.socket_color .primary-background,.socket_color .primary-background a,div .socket_color .button,.socket_color #submit,.socket_color input[type=\'submit\'],.socket_color .small-preview:hover,.socket_color .avia-menu-fx,.socket_color .avia-menu-fx .avia-arrow,.socket_color.iconbox_top .iconbox_icon,.socket_color .iconbox_top a.iconbox_icon:hover,.socket_color .avia-data-table th.avia-highlight-col,.socket_color .avia-color-theme-color,.socket_color .avia-color-theme-color:hover,.socket_color .image-overlay .image-overlay-inside:before,.socket_color .comment-count,.socket_color .av_dropcap2,.socket_color .av-colored-style .av-countdown-cell-inner,.responsive #top .socket_color .av-open-submenu.av-subnav-menu > li > a:hover,#top .socket_color .av-open-submenu.av-subnav-menu li > ul a:hover{background-color:#ffffff;color:#111111;border-color:#dddddd}#top #wrap_all .socket_color .av-menu-button-colored > a .avia-menu-text{background-color:#ffffff;color:#111111;border-color:#ffffff}#top #wrap_all .socket_color .av-menu-button-colored > a .avia-menu-text:after{background-color:#dddddd}#top .socket_color .mobile_menu_toggle{color:#ffffff;background:#111111}#top .socket_color .av-menu-mobile-active .av-subnav-menu > li > a:before{color:#ffffff}#top .socket_color .av-open-submenu.av-subnav-menu > li > a:hover:before{color:#111111}.socket_color .button:hover,.socket_color .ajax_controlls a:hover,.socket_color #submit:hover,.socket_color .big_button:hover,.socket_color .contentSlideControlls a:hover,.socket_color #submit:hover ,.socket_color input[type=\'submit\']:hover{background-color:#eeeeee;color:#111111;border-color:#cccccc}.socket_color .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.socket_color .avia-toc-style-elegant a:first-child:after,.socket_color .avia-toc-style-elegant a.avia-toc-level-0:after{background-color:#111111;border-color:#eeeeee}.socket_color .avia-toc-style-elegant a:first-child span:after,.socket_color .avia-toc-style-elegant a.avia-toc-level-0 span:after{background-color:#111111}.socket_color .avia-toc-style-elegant a:first-child:hover span:after,.socket_color .avia-toc-style-elegant a.avia-toc-level-0:hover span:after{border-color:#eeeeee}.socket_color .avia-toc-style-elegant a:before{border-color:#161616}.socket_color .avia-toc-style-elegant a:first-child:after,.socket_color .avia-toc-style-elegant a.avia-toc-level-0:after{border-color:#eeeeee;background-color:#111111}.socket_color .avia-toc-style-elegant a:last-child:after{background-color:#161616}.socket_color .timeline-bullet{background-color:#161616;border-color:#111111}.socket_color table,.socket_color .widget_nav_menu ul:first-child>.current-menu-item,.socket_color .widget_nav_menu ul:first-child>.current_page_item,.socket_color .widget_nav_menu ul:first-child>.current-menu-ancestor,.socket_color .pagination .current,.socket_color .pagination a,.socket_color.iconbox_top .iconbox_content,.socket_color .av_promobox,.socket_color .toggle_content,.socket_color .toggler:hover,#top .socket_color .av-minimal-toggle .toggler,.socket_color .related_posts_default_image,.socket_color .search-result-counter,.socket_color .container_wrap_meta,.socket_color .avia-content-slider .slide-image,.socket_color .avia-slider-testimonials .avia-testimonial-content,.socket_color .avia-testimonial-arrow-wrap .avia-arrow,.socket_color .news-thumb,.socket_color .portfolio-preview-content,.socket_color .portfolio-preview-content .avia-arrow,.socket_color .av-magazine .av-magazine-entry-icon,.socket_color .related_posts.av-related-style-full a,.socket_color .aviaccordion-slide,.socket_color.avia-fullwidth-portfolio .pagination,.socket_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,.socket_color .av-catalogue-list li:hover,.socket_color .wp-playlist,.socket_color .avia-slideshow-fixed-height > li,.socket_color .avia-form-success,.socket_color .avia-form-error,.socket_color .av-boxed-grid-style .avia-testimonial{background:#000000}#top .socket_color .post_timeline li:hover .timeline-bullet{background-color:#eeeeee}.socket_color blockquote,.socket_color .avia-bullet,.socket_color .av-no-color.av-icon-style-border a.av-icon-char{border-color:#ffffff}.html_header_top .socket_color .main_menu ul:first-child >li > ul,.html_header_top #top .socket_color .avia_mega_div > .sub-menu{border-top-color:#ffffff}.socket_color .breadcrumb,.socket_color .breadcrumb a,#top .socket_color.title_container .main-title,#top .socket_color.title_container .main-title a{color:#eeeeee}.socket_color .av-icon-display,#top .socket_color .av-related-style-full a:hover .related-format-icon,.socket_color .av-default-style .av-countdown-cell-inner{background-color:#000000;color:#888888}.socket_color .av-masonry-entry:hover .av-icon-display{background-color:#ffffff;color:#111111;border-color:#dddddd}#top .socket_color .av-masonry-entry.format-quote:hover .av-icon-display{color:#ffffff}.socket_color ::-webkit-input-placeholder{color:#888888}.socket_color ::-moz-placeholder{color:#888888;opacity:1}.socket_color :-ms-input-placeholder{color:#888888}.socket_color .header_bg,.socket_color .main_menu ul ul,.socket_color .main_menu .menu ul li a,.socket_color .pointer_arrow_wrap .pointer_arrow,.socket_color .avia_mega_div,.socket_color .av-subnav-menu > li ul,.socket_color .av-subnav-menu a{background-color:#111111;color:#888888}.socket_color .main_menu .menu ul li a:hover,.socket_color .main_menu .menu ul li a:focus,.socket_color .av-subnav-menu ul a:hover,.socket_color .av-subnav-menu ul a:focus{background-color:#000000}.socket_color .sub_menu>ul>li>a,.socket_color .sub_menu>div>ul>li>a,.socket_color .main_menu ul:first-child > li > a,#top .socket_color .main_menu .menu ul .current_page_item > a,#top .socket_color .main_menu .menu ul .current-menu-item > a ,#top .socket_color .sub_menu li ul a{color:#888888}#top .socket_color .main_menu .menu ul li > a:hover,#top .socket_color .main_menu .menu ul li > a:focus{color:#eeeeee}.socket_color .av-subnav-menu a:hover,.socket_color .av-subnav-menu a:focus,.socket_color .main_menu ul:first-child > li a:hover,.socket_color .main_menu ul:first-child > li a:focus,.socket_color .main_menu ul:first-child > li.current-menu-item > a,.socket_color .main_menu ul:first-child > li.current_page_item > a,.socket_color .main_menu ul:first-child > li.active-parent-item > a{color:#eeeeee}#top .socket_color .main_menu .menu .avia_mega_div ul .current-menu-item > a{color:#ffffff}.socket_color .sub_menu > ul > li > a:hover,.socket_color .sub_menu > ul > li > a:focus,.socket_color .sub_menu > div > ul > li > a:hover,.socket_color .sub_menu > div > ul > li > a:focus{color:#eeeeee}#top .socket_color .sub_menu ul li a:hover,#top .socket_color .sub_menu ul li a:focus,.socket_color .sub_menu ul:first-child > li.current-menu-item > a,.socket_color .sub_menu ul:first-child > li.current_page_item > a,.socket_color .sub_menu ul:first-child > li.active-parent-item > a{color:#eeeeee}.socket_color .sub_menu li ul a,.socket_color #payment,.socket_color .sub_menu ul li,.socket_color .sub_menu ul,#top .socket_color .sub_menu li li a:hover,#top .socket_color .sub_menu li li a:focus{background-color:#111111}.socket_color#header .avia_mega_div > .sub-menu.avia_mega_hr,.html_bottom_nav_header.html_logo_center #top #menu-item-search>a{border-color:#161616}#top .socket_color .widget_pages ul li a:focus,#top .socket_color .widget_nav_menu ul li a:focus{color:#eeeeee}@media only screen and (max-width:767px){#top #wrap_all .av_header_transparency{background-color:#111111;color:#eeeeee;border-color:#161616}}@media only screen and (max-width:989px){.html_mobile_menu_tablet #top #wrap_all .av_header_transparency{background-color:#111111;color:#eeeeee;border-color:#161616}}.socket_color .avia-tt,.socket_color .avia-tt .avia-arrow,.socket_color .avia-tt .avia-arrow{background-color:#111111;color:#888888}.socket_color .av_ajax_search_image{background-color:#ffffff;color:#111111}.socket_color .ajax_search_excerpt{color:#888888}.socket_color .av_ajax_search_title{color:#ffffff}.socket_color .ajax_load{background-color:#ffffff}.socket_color .av_searchsubmit_wrapper{background-color:#ffffff}#top .socket_color .avia-color-theme-color{color:#111111;border-color:#dddddd}.socket_color .avia-color-theme-color-subtle{background-color:#000000;color:#eeeeee}.socket_color .avia-color-theme-color-subtle:hover{background-color:#111111;color:#ffffff}#top .socket_color .avia-color-theme-color-highlight{color:#111111;border-color:#eeeeee;background-color:#eeeeee}#top .socket_color .avia-font-color-theme-color,#top .socket_color .avia-font-color-theme-color-hover:hover{color:#111111}.socket_color .avia-font-color-theme-color-subtle{color:#eeeeee}.socket_color .avia-font-color-theme-color-subtle-hover:hover{color:#ffffff}#top .socket_color .avia-font-color-theme-color-highlight,#top .socket_color .avia-font-color-theme-color-highlight-hover:hover{color:#111111}.socket_color .avia-icon-list .iconlist_icon{background-color:#050505}.socket_color .avia-icon-list .iconlist-timeline{border-color:#161616}.socket_color .iconlist_content{color:#888888}.socket_color .avia-timeline .milestone_icon{background-color:#050505}.socket_color .avia-timeline .milestone_inner{background-color:#050505}.socket_color .avia-timeline{border-color:#050505}.socket_color .av-milestone-icon-wrap:after{border-color:#050505}.socket_color .avia-timeline .av-milestone-date{color:#020202}.socket_color .avia-timeline .av-milestone-date span{background-color:#050505}.socket_color .avia-timeline-horizontal .av-milestone-content-wrap footer{background-color:#050505}.socket_color .av-timeline-nav a{background-color:#050505}#top .socket_color .input-text,#top .socket_color input[type=\'text\'],#top .socket_color input[type=\'input\'],#top .socket_color input[type=\'password\'],#top .socket_color input[type=\'email\'],#top .socket_color input[type=\'number\'],#top .socket_color input[type=\'url\'],#top .socket_color input[type=\'tel\'],#top .socket_color input[type=\'search\'],#top .socket_color textarea,#top .socket_color select{border-color:#161616;background-color:#000000;color:#888888}#top .socket_color .invers-color .input-text,#top .socket_color .invers-color input[type=\'text\'],#top .socket_color .invers-color input[type=\'input\'],#top .socket_color .invers-color input[type=\'password\'],#top .socket_color .invers-color input[type=\'email\'],#top .socket_color .invers-color input[type=\'number\'],#top .socket_color .invers-color input[type=\'url\'],#top .socket_color .invers-color input[type=\'tel\'],#top .socket_color .invers-color input[type=\'search\'],#top .socket_color .invers-color textarea,#top .socket_color .invers-color select{background-color:#111111}.socket_color .required{color:#ffffff}.socket_color .av-masonry{background-color:#000000}.socket_color .av-masonry-pagination,.socket_color .av-masonry-pagination:hover,.socket_color .av-masonry-outerimage-container{background-color:#111111}.socket_color .container .av-inner-masonry-content,#top .socket_color .container .av-masonry-load-more,#top .socket_color .container .av-masonry-sort,.socket_color .container .av-masonry-entry .avia-arrow{background-color:#000000} .socket_color .hr-short .hr-inner-style,.socket_color .hr-short .hr-inner{background-color:#111111}div .socket_color .tabcontainer .active_tab_content,div .socket_color .tabcontainer .active_tab{background-color:#000000;color:#eeeeee}.responsive.js_active #top .socket_color .avia_combo_widget .top_tab .tab{border-top-color:#161616}.socket_color .template-archives .tabcontainer a,#top .socket_color .tabcontainer .tab:hover,#top .socket_color .tabcontainer .tab.active_tab{color:#eeeeee} .socket_color .template-archives .tabcontainer a:hover{color:#eeeeee}.socket_color .sidebar_tab_icon{background-color:#161616}#top .socket_color .sidebar_active_tab .sidebar_tab_icon{background-color:#ffffff}.socket_color .sidebar_tab:hover .sidebar_tab_icon{background-color:#eeeeee}.socket_color .sidebar_tab,.socket_color .tabcontainer .tab{color:#888888}.socket_color div .sidebar_active_tab ,div .socket_color .tabcontainer.noborder_tabs .active_tab_content,div .socket_color .tabcontainer.noborder_tabs .active_tab{color:#eeeeee;background-color:#111111}#top .avia-smallarrow-slider .avia-slideshow-dots a{background-color:#000000}#top .socket_color .avia-smallarrow-slider .avia-slideshow-dots a.active,#top .socket_color .avia-smallarrow-slider .avia-slideshow-dots a:hover{background-color:#888888}@media only screen and (max-width:767px){.responsive #top .socket_color .tabcontainer .active_tab{background-color:#eeeeee;color:#111111} .responsive #top .socket_color .tabcontainer{border-color:#161616}.responsive #top .socket_color .active_tab_content{background-color:#000000}}.socket_color tr:nth-child(even),.socket_color .avia-data-table .avia-heading-row .avia-desc-col,.socket_color .avia-data-table .avia-highlight-col,.socket_color .pricing-table>li:nth-child(even),body .socket_color .pricing-table.avia-desc-col li,#top .socket_color .avia-data-table.avia_pricing_minimal th{background-color:#111111;color:#eeeeee}.socket_color table caption,.socket_color tr:nth-child(even),.socket_color .pricing-table>li:nth-child(even),#top .socket_color .avia-data-table.avia_pricing_minimal td{color:#888888}.socket_color tr:nth-child(odd),.socket_color .pricing-table>li:nth-child(odd),.socket_color .pricing-extra{background:#000000}.socket_color .pricing-table li.avia-pricing-row,.socket_color .pricing-table li.avia-heading-row,.socket_color .pricing-table li.avia-pricing-row .pricing-extra{background-color:#ffffff;color:#111111;border-color:#ffffff}.socket_color .pricing-table li.avia-heading-row,.socket_color .pricing-table li.avia-heading-row .pricing-extra{background-color:#ffffff;color:#111111;border-color:#ffffff}.socket_color .pricing-table.avia-desc-col .avia-heading-row,.socket_color .pricing-table.avia-desc-col .avia-pricing-row{border-color:#161616}.socket_color .theme-color-bar .bar{background:#ffffff}.socket_color .mejs-controls .mejs-time-rail .mejs-time-current,.socket_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.socket_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.socket_color .button.av-sending-button,.socket_color .av-striped-bar .theme-color-bar .bar{background:#ffffff}body .socket_color .mejs-controls .mejs-time-rail .mejs-time-float{background:#ffffff;color:#fff}body .socket_color .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:solid 4px #ffffff;border-color:#ffffff transparent transparent transparent}.socket_color .progress{background-color:#000000}.socket_color .av_searchform_element_results .av_ajax_search_entry,.socket_color .av_searchform_element_results .av_ajax_search_title,.socket_color.av_searchform_element_results .av_ajax_search_entry,.socket_color.av_searchform_element_results .av_ajax_search_title{color:#ffffff}.socket_color .av_searchform_element_results .ajax_search_excerpt,.socket_color.av_searchform_element_results .ajax_search_excerpt{color:#888888}.socket_color .av_searchform_element_results .av_ajax_search_image,.socket_color.av_searchform_element_results .av_ajax_search_image{color:#888888} .socket_color .button.av-sending-button{background:#eeeeee;background-image:-webkit-linear-gradient(-45deg,#eeeeee 25%,#ffffff 25%,#ffffff 50%,#eeeeee 50%,#eeeeee 75%,#ffffff 75%,#ffffff);background-image:-moz-linear-gradient(-45deg,#eeeeee 25%,#ffffff 25%,#ffffff 50%,#eeeeee 50%,#eeeeee 75%,#ffffff 75%,#ffffff);background-image:linear-gradient(-45deg,#eeeeee 25%,#ffffff 25%,#ffffff 50%,#eeeeee 50%,#eeeeee 75%,#ffffff 75%,#ffffff);border-color:#eeeeee}.socket_color span.bbp-admin-links a{color:#ffffff}.socket_color span.bbp-admin-links a:hover{color:#eeeeee}#top .socket_color .bbp-reply-content,#top .socket_color .bbp-topic-content,#top .socket_color .bbp-body .super-sticky .page-numbers,#top .socket_color .bbp-body .sticky .page-numbers,#top .socket_color .bbp-pagination-links a:hover,#top .socket_color .bbp-pagination-links span.current{background:#111111}#top .socket_color .bbp-topics .bbp-header,#top .socket_color .bbp-topics .bbp-header,#top .socket_color .bbp-forums .bbp-header,#top .socket_color .bbp-topics-front ul.super-sticky,#top .socket_color .bbp-topics ul.super-sticky,#top .socket_color .bbp-topics ul.sticky,#top .socket_color .bbp-forum-content ul.sticky,#top .socket_color .bbp-body .page-numbers{background-color:#000000}#top .socket_color .bbp-meta,#top .socket_color .bbp-author-role,#top .socket_color .bbp-author-ip,#top .socket_color .bbp-pagination-count,#top .socket_color .bbp-topics .bbp-body .bbp-topic-title:before{color:#888888}#top .socket_color .bbp-admin-links{color:#161616}.socket_color #bbpress-forums li.bbp-body ul.forum,.socket_color #bbpress-forums li.bbp-body ul.topic,.avia_transform .socket_color .bbp-replies .bbp-reply-author:before,.avia_transform .forum-search .socket_color .bbp-reply-author:before,.avia_transform .forum-search .socket_color .bbp-topic-author:before{background-color:#111111;border-color:#161616}#top .socket_color .bbp-author-name{color:#ffffff}.socket_color .widget_display_stats dt,.socket_color .widget_display_stats dd{background-color:#000000}html,#scroll-top-link,#av-cookie-consent-badge{background-color:#111111}#scroll-top-link,#av-cookie-consent-badge{color:#eeeeee;border:1px solid #161616}.footer_color,.footer_color div,.footer_color header,.footer_color main,.footer_color aside,.footer_color footer,.footer_color article,.footer_color nav,.footer_color section,.footer_color span,.footer_color applet,.footer_color object,.footer_color iframe,.footer_color h1,.footer_color h2,.footer_color h3,.footer_color h4,.footer_color h5,.footer_color h6,.footer_color p,.footer_color blockquote,.footer_color pre,.footer_color a,.footer_color abbr,.footer_color acronym,.footer_color address,.footer_color big,.footer_color cite,.footer_color code,.footer_color del,.footer_color dfn,.footer_color em,.footer_color img,.footer_color ins,.footer_color kbd,.footer_color q,.footer_color s,.footer_color samp,.footer_color small,.footer_color strike,.footer_color strong,.footer_color sub,.footer_color sup,.footer_color tt,.footer_color var,.footer_color b,.footer_color u,.footer_color i,.footer_color center,.footer_color dl,.footer_color dt,.footer_color dd,.footer_color ol,.footer_color ul,.footer_color li,.footer_color fieldset,.footer_color form,.footer_color label,.footer_color legend,.footer_color table,.footer_color caption,.footer_color tbody,.footer_color tfoot,.footer_color thead,.footer_color tr,.footer_color th,.footer_color td,.footer_color article,.footer_color aside,.footer_color canvas,.footer_color details,.footer_color embed,.footer_color figure,.footer_color fieldset,.footer_color figcaption,.footer_color footer,.footer_color header,.footer_color hgroup,.footer_color menu,.footer_color nav,.footer_color output,.footer_color ruby,.footer_color section,.footer_color summary,.footer_color time,.footer_color mark,.footer_color audio,.footer_color video,#top .footer_color .pullquote_boxed,.responsive #top .footer_color .avia-testimonial,.responsive #top.avia-blank #main .footer_color.container_wrap:first-child,#top .footer_color.fullsize .template-blog .post_delimiter,.footer_color .related_posts.av-related-style-full a{border-color:#555555}.footer_color .rounded-container,#top .footer_color .pagination a:hover,.footer_color .small-preview,.footer_color .fallback-post-type-icon{background:#919191;color:#3d3434}.footer_color .av-default-color,#top .footer_color .av-force-default-color,.footer_color .av-catalogue-item,.footer_color .wp-playlist-item .wp-playlist-caption,.footer_color .wp-playlist{color:#ffffff}.footer_color ,.footer_color .site-background,.footer_color .first-quote,.footer_color .related_image_wrap,.footer_color .gravatar img .footer_color .hr_content,.footer_color .news-thumb,.footer_color .post-format-icon,.footer_color .ajax_controlls a,.footer_color .tweet-text.avatar_no,.footer_color .toggler,.footer_color .toggler.activeTitle:hover,.footer_color #js_sort_items,.footer_color.inner-entry,.footer_color .grid-entry-title,.footer_color .related-format-icon,.grid-entry .footer_color .avia-arrow,.footer_color .avia-gallery-big,.footer_color .avia-gallery-big,.footer_color .avia-gallery img,.footer_color .grid-content,.footer_color .av-share-box ul,#top .footer_color .av-related-style-full .related-format-icon,.footer_color .related_posts.av-related-style-full a:hover,.footer_color.avia-fullwidth-portfolio .pagination .current,.footer_color.avia-fullwidth-portfolio .pagination a,.footer_color .av-hotspot-fallback-tooltip-inner,.footer_color .av-hotspot-fallback-tooltip-count{background-color:#3d3434;color:#ffffff}.footer_color .heading-color,.footer_color a.iconbox_icon:hover,.footer_color h1,.footer_color h2,.footer_color h3,.footer_color h4,.footer_color h5,.footer_color h6,.footer_color .sidebar .current_page_item>a,.footer_color .sidebar .current-menu-item>a,.footer_color .pagination .current,.footer_color .pagination a:hover,.footer_color strong.avia-testimonial-name,.footer_color .heading,.footer_color .toggle_content strong,.footer_color .toggle_content strong a,.footer_color .tab_content strong,.footer_color .tab_content strong a ,.footer_color .asc_count,.footer_color .avia-testimonial-content strong,.footer_color div .news-headline,#top .footer_color .av-related-style-full .av-related-title,.footer_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.footer_color .wp-playlist-item-meta.wp-playlist-item-title,#top .footer_color .av-no-image-slider h2 a,.footer_color .av-small-bar .avia-progress-bar .progressbar-title-wrap{color:#ffffff}.footer_color .meta-color,.footer_color .sidebar,.footer_color .sidebar a,.footer_color .minor-meta,.footer_color .minor-meta a,.footer_color .text-sep,.footer_color blockquote,.footer_color .post_nav a,.footer_color .comment-text,.footer_color .side-container-inner,.footer_color .news-time,.footer_color .pagination a,.footer_color .pagination span,.footer_color .tweet-text.avatar_no .tweet-time,#top .footer_color .extra-mini-title,.footer_color .team-member-job-title,.footer_color .team-social a,.footer_color #js_sort_items a,.grid-entry-excerpt,.footer_color .avia-testimonial-subtitle,.footer_color .commentmetadata a,.footer_color .social_bookmarks a,.footer_color .meta-heading>*,.footer_color .slide-meta,.footer_color .slide-meta a,.footer_color .taglist,.footer_color .taglist a,.footer_color .phone-info,.footer_color .phone-info a,.footer_color .av-sort-by-term a,.footer_color .av-magazine-time,.footer_color .av-magazine .av-magazine-entry-icon,.footer_color .av-catalogue-content,.footer_color .wp-playlist-item-length,.html_modern-blog #top div .footer_color .blog-categories a,.html_modern-blog #top div .footer_color .blog-categories a:hover{color:#919191}.footer_color .special-heading-inner-border{border-color:#ffffff}.footer_color .meta-heading .special-heading-inner-border{border-color:#919191}.footer_color a,.footer_color .widget_first,.footer_color strong,.footer_color b,.footer_color b a,.footer_color strong a,.footer_color #js_sort_items a:hover,.footer_color #js_sort_items a.active_sort,.footer_color .av-sort-by-term a.active_sort,.footer_color .special_amp,.footer_color .taglist a.activeFilter,.footer_color #commentform .required,#top .footer_color .av-no-color.av-icon-style-border a.av-icon-char,.html_elegant-blog #top .footer_color .blog-categories a,.html_elegant-blog #top .footer_color .blog-categories a:hover{color:#ffffff}.footer_color a:hover,.footer_color h1 a:hover,.footer_color h2 a:hover,.footer_color h3 a:hover,.footer_color h4 a:hover,.footer_color h5 a:hover,.footer_color h6 a:hover,.footer_color .template-search a.news-content:hover,.footer_color .wp-playlist-item .wp-playlist-caption:hover{color:#ffffff}.footer_color .primary-background,.footer_color .primary-background a,div .footer_color .button,.footer_color #submit,.footer_color input[type=\'submit\'],.footer_color .small-preview:hover,.footer_color .avia-menu-fx,.footer_color .avia-menu-fx .avia-arrow,.footer_color.iconbox_top .iconbox_icon,.footer_color .iconbox_top a.iconbox_icon:hover,.footer_color .avia-data-table th.avia-highlight-col,.footer_color .avia-color-theme-color,.footer_color .avia-color-theme-color:hover,.footer_color .image-overlay .image-overlay-inside:before,.footer_color .comment-count,.footer_color .av_dropcap2,.footer_color .av-colored-style .av-countdown-cell-inner,.responsive #top .footer_color .av-open-submenu.av-subnav-menu > li > a:hover,#top .footer_color .av-open-submenu.av-subnav-menu li > ul a:hover{background-color:#ffffff;color:#3d3434;border-color:#dddddd}#top #wrap_all .footer_color .av-menu-button-colored > a .avia-menu-text{background-color:#ffffff;color:#3d3434;border-color:#ffffff}#top #wrap_all .footer_color .av-menu-button-colored > a .avia-menu-text:after{background-color:#dddddd}#top .footer_color .mobile_menu_toggle{color:#ffffff;background:#3d3434}#top .footer_color .av-menu-mobile-active .av-subnav-menu > li > a:before{color:#ffffff}#top .footer_color .av-open-submenu.av-subnav-menu > li > a:hover:before{color:#3d3434}.footer_color .button:hover,.footer_color .ajax_controlls a:hover,.footer_color #submit:hover,.footer_color .big_button:hover,.footer_color .contentSlideControlls a:hover,.footer_color #submit:hover ,.footer_color input[type=\'submit\']:hover{background-color:#ffffff;color:#3d3434;border-color:#dddddd}.footer_color .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.footer_color .avia-toc-style-elegant a:first-child:after,.footer_color .avia-toc-style-elegant a.avia-toc-level-0:after{background-color:#3d3434;border-color:#ffffff}.footer_color .avia-toc-style-elegant a:first-child span:after,.footer_color .avia-toc-style-elegant a.avia-toc-level-0 span:after{background-color:#3d3434}.footer_color .avia-toc-style-elegant a:first-child:hover span:after,.footer_color .avia-toc-style-elegant a.avia-toc-level-0:hover span:after{border-color:#ffffff}.footer_color .avia-toc-style-elegant a:before{border-color:#555555}.footer_color .avia-toc-style-elegant a:first-child:after,.footer_color .avia-toc-style-elegant a.avia-toc-level-0:after{border-color:#ffffff;background-color:#3d3434}.footer_color .avia-toc-style-elegant a:last-child:after{background-color:#555555}.footer_color .timeline-bullet{background-color:#555555;border-color:#3d3434}.footer_color table,.footer_color .widget_nav_menu ul:first-child>.current-menu-item,.footer_color .widget_nav_menu ul:first-child>.current_page_item,.footer_color .widget_nav_menu ul:first-child>.current-menu-ancestor,.footer_color .pagination .current,.footer_color .pagination a,.footer_color.iconbox_top .iconbox_content,.footer_color .av_promobox,.footer_color .toggle_content,.footer_color .toggler:hover,#top .footer_color .av-minimal-toggle .toggler,.footer_color .related_posts_default_image,.footer_color .search-result-counter,.footer_color .container_wrap_meta,.footer_color .avia-content-slider .slide-image,.footer_color .avia-slider-testimonials .avia-testimonial-content,.footer_color .avia-testimonial-arrow-wrap .avia-arrow,.footer_color .news-thumb,.footer_color .portfolio-preview-content,.footer_color .portfolio-preview-content .avia-arrow,.footer_color .av-magazine .av-magazine-entry-icon,.footer_color .related_posts.av-related-style-full a,.footer_color .aviaccordion-slide,.footer_color.avia-fullwidth-portfolio .pagination,.footer_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,.footer_color .av-catalogue-list li:hover,.footer_color .wp-playlist,.footer_color .avia-slideshow-fixed-height > li,.footer_color .avia-form-success,.footer_color .avia-form-error,.footer_color .av-boxed-grid-style .avia-testimonial{background:#222222}#top .footer_color .post_timeline li:hover .timeline-bullet{background-color:#ffffff}.footer_color blockquote,.footer_color .avia-bullet,.footer_color .av-no-color.av-icon-style-border a.av-icon-char{border-color:#ffffff}.html_header_top .footer_color .main_menu ul:first-child >li > ul,.html_header_top #top .footer_color .avia_mega_div > .sub-menu{border-top-color:#ffffff}.footer_color .breadcrumb,.footer_color .breadcrumb a,#top .footer_color.title_container .main-title,#top .footer_color.title_container .main-title a{color:#ffffff}.footer_color .av-icon-display,#top .footer_color .av-related-style-full a:hover .related-format-icon,.footer_color .av-default-style .av-countdown-cell-inner{background-color:#222222;color:#919191}.footer_color .av-masonry-entry:hover .av-icon-display{background-color:#ffffff;color:#3d3434;border-color:#dddddd}#top .footer_color .av-masonry-entry.format-quote:hover .av-icon-display{color:#ffffff}.footer_color ::-webkit-input-placeholder{color:#919191}.footer_color ::-moz-placeholder{color:#919191;opacity:1}.footer_color :-ms-input-placeholder{color:#919191}.footer_color .header_bg,.footer_color .main_menu ul ul,.footer_color .main_menu .menu ul li a,.footer_color .pointer_arrow_wrap .pointer_arrow,.footer_color .avia_mega_div,.footer_color .av-subnav-menu > li ul,.footer_color .av-subnav-menu a{background-color:#3d3434;color:#919191}.footer_color .main_menu .menu ul li a:hover,.footer_color .main_menu .menu ul li a:focus,.footer_color .av-subnav-menu ul a:hover,.footer_color .av-subnav-menu ul a:focus{background-color:#222222}.footer_color .sub_menu>ul>li>a,.footer_color .sub_menu>div>ul>li>a,.footer_color .main_menu ul:first-child > li > a,#top .footer_color .main_menu .menu ul .current_page_item > a,#top .footer_color .main_menu .menu ul .current-menu-item > a ,#top .footer_color .sub_menu li ul a{color:#919191}#top .footer_color .main_menu .menu ul li > a:hover,#top .footer_color .main_menu .menu ul li > a:focus{color:#ffffff}.footer_color .av-subnav-menu a:hover,.footer_color .av-subnav-menu a:focus,.footer_color .main_menu ul:first-child > li a:hover,.footer_color .main_menu ul:first-child > li a:focus,.footer_color .main_menu ul:first-child > li.current-menu-item > a,.footer_color .main_menu ul:first-child > li.current_page_item > a,.footer_color .main_menu ul:first-child > li.active-parent-item > a{color:#ffffff}#top .footer_color .main_menu .menu .avia_mega_div ul .current-menu-item > a{color:#ffffff}.footer_color .sub_menu > ul > li > a:hover,.footer_color .sub_menu > ul > li > a:focus,.footer_color .sub_menu > div > ul > li > a:hover,.footer_color .sub_menu > div > ul > li > a:focus{color:#ffffff}#top .footer_color .sub_menu ul li a:hover,#top .footer_color .sub_menu ul li a:focus,.footer_color .sub_menu ul:first-child > li.current-menu-item > a,.footer_color .sub_menu ul:first-child > li.current_page_item > a,.footer_color .sub_menu ul:first-child > li.active-parent-item > a{color:#ffffff}.footer_color .sub_menu li ul a,.footer_color #payment,.footer_color .sub_menu ul li,.footer_color .sub_menu ul,#top .footer_color .sub_menu li li a:hover,#top .footer_color .sub_menu li li a:focus{background-color:#3d3434}.footer_color#header .avia_mega_div > .sub-menu.avia_mega_hr,.html_bottom_nav_header.html_logo_center #top #menu-item-search>a{border-color:#555555}#top .footer_color .widget_pages ul li a:focus,#top .footer_color .widget_nav_menu ul li a:focus{color:#ffffff}@media only screen and (max-width:767px){#top #wrap_all .av_header_transparency{background-color:#3d3434;color:#ffffff;border-color:#555555}}@media only screen and (max-width:989px){.html_mobile_menu_tablet #top #wrap_all .av_header_transparency{background-color:#3d3434;color:#ffffff;border-color:#555555}}.footer_color .header_bg{background:#3d3434 url(https://valerioanzino.com/wp-content/uploads/2018/11/footer-record-imaged.jpg) top center no-repeat scroll}.footer_color .avia-tt,.footer_color .avia-tt .avia-arrow,.footer_color .avia-tt .avia-arrow{background-color:#3d3434;color:#919191}.footer_color .av_ajax_search_image{background-color:#ffffff;color:#3d3434}.footer_color .ajax_search_excerpt{color:#919191}.footer_color .av_ajax_search_title{color:#ffffff}.footer_color .ajax_load{background-color:#ffffff}.footer_color .av_searchsubmit_wrapper{background-color:#ffffff}#top .footer_color .avia-color-theme-color{color:#3d3434;border-color:#dddddd}.footer_color .avia-color-theme-color-subtle{background-color:#222222;color:#ffffff}.footer_color .avia-color-theme-color-subtle:hover{background-color:#3d3434;color:#ffffff}#top .footer_color .avia-color-theme-color-highlight{color:#3d3434;border-color:#ffffff;background-color:#ffffff}#top .footer_color .avia-font-color-theme-color,#top .footer_color .avia-font-color-theme-color-hover:hover{color:#3d3434}.footer_color .avia-font-color-theme-color-subtle{color:#ffffff}.footer_color .avia-font-color-theme-color-subtle-hover:hover{color:#ffffff}#top .footer_color .avia-font-color-theme-color-highlight,#top .footer_color .avia-font-color-theme-color-highlight-hover:hover{color:#3d3434}.footer_color .avia-icon-list .iconlist_icon{background-color:#444444}.footer_color .avia-icon-list .iconlist-timeline{border-color:#555555}.footer_color .iconlist_content{color:#919191}.footer_color .avia-timeline .milestone_icon{background-color:#444444}.footer_color .avia-timeline .milestone_inner{background-color:#444444}.footer_color .avia-timeline{border-color:#444444}.footer_color .av-milestone-icon-wrap:after{border-color:#444444}.footer_color .avia-timeline .av-milestone-date{color:#111111}.footer_color .avia-timeline .av-milestone-date span{background-color:#444444}.footer_color .avia-timeline-horizontal .av-milestone-content-wrap footer{background-color:#444444}.footer_color .av-timeline-nav a{background-color:#444444}#top .footer_color .input-text,#top .footer_color input[type=\'text\'],#top .footer_color input[type=\'input\'],#top .footer_color input[type=\'password\'],#top .footer_color input[type=\'email\'],#top .footer_color input[type=\'number\'],#top .footer_color input[type=\'url\'],#top .footer_color input[type=\'tel\'],#top .footer_color input[type=\'search\'],#top .footer_color textarea,#top .footer_color select{border-color:#555555;background-color:#222222;color:#919191}#top .footer_color .invers-color .input-text,#top .footer_color .invers-color input[type=\'text\'],#top .footer_color .invers-color input[type=\'input\'],#top .footer_color .invers-color input[type=\'password\'],#top .footer_color .invers-color input[type=\'email\'],#top .footer_color .invers-color input[type=\'number\'],#top .footer_color .invers-color input[type=\'url\'],#top .footer_color .invers-color input[type=\'tel\'],#top .footer_color .invers-color input[type=\'search\'],#top .footer_color .invers-color textarea,#top .footer_color .invers-color select{background-color:#3d3434}.footer_color .required{color:#ffffff}.footer_color .av-masonry{background-color:#111111}.footer_color .av-masonry-pagination,.footer_color .av-masonry-pagination:hover,.footer_color .av-masonry-outerimage-container{background-color:#3d3434}.footer_color .container .av-inner-masonry-content,#top .footer_color .container .av-masonry-load-more,#top .footer_color .container .av-masonry-sort,.footer_color .container .av-masonry-entry .avia-arrow{background-color:#222222} .footer_color .hr-short .hr-inner-style,.footer_color .hr-short .hr-inner{background-color:#3d3434}div .footer_color .tabcontainer .active_tab_content,div .footer_color .tabcontainer .active_tab{background-color:#222222;color:#ffffff}.responsive.js_active #top .footer_color .avia_combo_widget .top_tab .tab{border-top-color:#555555}.footer_color .template-archives .tabcontainer a,#top .footer_color .tabcontainer .tab:hover,#top .footer_color .tabcontainer .tab.active_tab{color:#ffffff} .footer_color .template-archives .tabcontainer a:hover{color:#ffffff}.footer_color .sidebar_tab_icon{background-color:#555555}#top .footer_color .sidebar_active_tab .sidebar_tab_icon{background-color:#ffffff}.footer_color .sidebar_tab:hover .sidebar_tab_icon{background-color:#ffffff}.footer_color .sidebar_tab,.footer_color .tabcontainer .tab{color:#919191}.footer_color div .sidebar_active_tab ,div .footer_color .tabcontainer.noborder_tabs .active_tab_content,div .footer_color .tabcontainer.noborder_tabs .active_tab{color:#ffffff;background-color:#3d3434}#top .avia-smallarrow-slider .avia-slideshow-dots a{background-color:#222222}#top .footer_color .avia-smallarrow-slider .avia-slideshow-dots a.active,#top .footer_color .avia-smallarrow-slider .avia-slideshow-dots a:hover{background-color:#919191}@media only screen and (max-width:767px){.responsive #top .footer_color .tabcontainer .active_tab{background-color:#ffffff;color:#3d3434} .responsive #top .footer_color .tabcontainer{border-color:#555555}.responsive #top .footer_color .active_tab_content{background-color:#222222}}.footer_color tr:nth-child(even),.footer_color .avia-data-table .avia-heading-row .avia-desc-col,.footer_color .avia-data-table .avia-highlight-col,.footer_color .pricing-table>li:nth-child(even),body .footer_color .pricing-table.avia-desc-col li,#top .footer_color .avia-data-table.avia_pricing_minimal th{background-color:#3d3434;color:#ffffff}.footer_color table caption,.footer_color tr:nth-child(even),.footer_color .pricing-table>li:nth-child(even),#top .footer_color .avia-data-table.avia_pricing_minimal td{color:#919191}.footer_color tr:nth-child(odd),.footer_color .pricing-table>li:nth-child(odd),.footer_color .pricing-extra{background:#222222}.footer_color .pricing-table li.avia-pricing-row,.footer_color .pricing-table li.avia-heading-row,.footer_color .pricing-table li.avia-pricing-row .pricing-extra{background-color:#ffffff;color:#3d3434;border-color:#ffffff}.footer_color .pricing-table li.avia-heading-row,.footer_color .pricing-table li.avia-heading-row .pricing-extra{background-color:#ffffff;color:#3d3434;border-color:#ffffff}.footer_color .pricing-table.avia-desc-col .avia-heading-row,.footer_color .pricing-table.avia-desc-col .avia-pricing-row{border-color:#555555}.footer_color .theme-color-bar .bar{background:#ffffff}.footer_color .mejs-controls .mejs-time-rail .mejs-time-current,.footer_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.footer_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.footer_color .button.av-sending-button,.footer_color .av-striped-bar .theme-color-bar .bar{background:#ffffff}body .footer_color .mejs-controls .mejs-time-rail .mejs-time-float{background:#ffffff;color:#fff}body .footer_color .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:solid 4px #ffffff;border-color:#ffffff transparent transparent transparent}.footer_color .progress{background-color:#222222}.footer_color .av_searchform_element_results .av_ajax_search_entry,.footer_color .av_searchform_element_results .av_ajax_search_title,.footer_color.av_searchform_element_results .av_ajax_search_entry,.footer_color.av_searchform_element_results .av_ajax_search_title{color:#ffffff}.footer_color .av_searchform_element_results .ajax_search_excerpt,.footer_color.av_searchform_element_results .ajax_search_excerpt{color:#919191}.footer_color .av_searchform_element_results .av_ajax_search_image,.footer_color.av_searchform_element_results .av_ajax_search_image{color:#919191} .footer_color .button.av-sending-button{background:#ffffff;background-image:-webkit-linear-gradient(-45deg,#ffffff 25%,#ffffff 25%,#ffffff 50%,#ffffff 50%,#ffffff 75%,#ffffff 75%,#ffffff);background-image:-moz-linear-gradient(-45deg,#ffffff 25%,#ffffff 25%,#ffffff 50%,#ffffff 50%,#ffffff 75%,#ffffff 75%,#ffffff);background-image:linear-gradient(-45deg,#ffffff 25%,#ffffff 25%,#ffffff 50%,#ffffff 50%,#ffffff 75%,#ffffff 75%,#ffffff);border-color:#ffffff}.footer_color span.bbp-admin-links a{color:#ffffff}.footer_color span.bbp-admin-links a:hover{color:#ffffff}#top .footer_color .bbp-reply-content,#top .footer_color .bbp-topic-content,#top .footer_color .bbp-body .super-sticky .page-numbers,#top .footer_color .bbp-body .sticky .page-numbers,#top .footer_color .bbp-pagination-links a:hover,#top .footer_color .bbp-pagination-links span.current{background:#3d3434}#top .footer_color .bbp-topics .bbp-header,#top .footer_color .bbp-topics .bbp-header,#top .footer_color .bbp-forums .bbp-header,#top .footer_color .bbp-topics-front ul.super-sticky,#top .footer_color .bbp-topics ul.super-sticky,#top .footer_color .bbp-topics ul.sticky,#top .footer_color .bbp-forum-content ul.sticky,#top .footer_color .bbp-body .page-numbers{background-color:#222222}#top .footer_color .bbp-meta,#top .footer_color .bbp-author-role,#top .footer_color .bbp-author-ip,#top .footer_color .bbp-pagination-count,#top .footer_color .bbp-topics .bbp-body .bbp-topic-title:before{color:#919191}#top .footer_color .bbp-admin-links{color:#555555}.footer_color #bbpress-forums li.bbp-body ul.forum,.footer_color #bbpress-forums li.bbp-body ul.topic,.avia_transform .footer_color .bbp-replies .bbp-reply-author:before,.avia_transform .forum-search .footer_color .bbp-reply-author:before,.avia_transform .forum-search .footer_color .bbp-topic-author:before{background-color:#3d3434;border-color:#555555}#top .footer_color .bbp-author-name{color:#ffffff}.footer_color .widget_display_stats dt,.footer_color .widget_display_stats dd{background-color:#222222}.footer_color{background:#3d3434 url(https://valerioanzino.com/wp-content/uploads/2018/11/footer-record-imaged.jpg) top center no-repeat scroll}.alternate_color,.alternate_color div,.alternate_color header,.alternate_color main,.alternate_color aside,.alternate_color footer,.alternate_color article,.alternate_color nav,.alternate_color section,.alternate_color span,.alternate_color applet,.alternate_color object,.alternate_color iframe,.alternate_color h1,.alternate_color h2,.alternate_color h3,.alternate_color h4,.alternate_color h5,.alternate_color h6,.alternate_color p,.alternate_color blockquote,.alternate_color pre,.alternate_color a,.alternate_color abbr,.alternate_color acronym,.alternate_color address,.alternate_color big,.alternate_color cite,.alternate_color code,.alternate_color del,.alternate_color dfn,.alternate_color em,.alternate_color img,.alternate_color ins,.alternate_color kbd,.alternate_color q,.alternate_color s,.alternate_color samp,.alternate_color small,.alternate_color strike,.alternate_color strong,.alternate_color sub,.alternate_color sup,.alternate_color tt,.alternate_color var,.alternate_color b,.alternate_color u,.alternate_color i,.alternate_color center,.alternate_color dl,.alternate_color dt,.alternate_color dd,.alternate_color ol,.alternate_color ul,.alternate_color li,.alternate_color fieldset,.alternate_color form,.alternate_color label,.alternate_color legend,.alternate_color table,.alternate_color caption,.alternate_color tbody,.alternate_color tfoot,.alternate_color thead,.alternate_color tr,.alternate_color th,.alternate_color td,.alternate_color article,.alternate_color aside,.alternate_color canvas,.alternate_color details,.alternate_color embed,.alternate_color figure,.alternate_color fieldset,.alternate_color figcaption,.alternate_color footer,.alternate_color header,.alternate_color hgroup,.alternate_color menu,.alternate_color nav,.alternate_color output,.alternate_color ruby,.alternate_color section,.alternate_color summary,.alternate_color time,.alternate_color mark,.alternate_color audio,.alternate_color video,#top .alternate_color .pullquote_boxed,.responsive #top .alternate_color .avia-testimonial,.responsive #top.avia-blank #main .alternate_color.container_wrap:first-child,#top .alternate_color.fullsize .template-blog .post_delimiter,.alternate_color .related_posts.av-related-style-full a{border-color:#e1e1e1}.alternate_color .rounded-container,#top .alternate_color .pagination a:hover,.alternate_color .small-preview,.alternate_color .fallback-post-type-icon{background:#a2a2a2;color:#ffffff}.alternate_color .av-default-color,#top .alternate_color .av-force-default-color,.alternate_color .av-catalogue-item,.alternate_color .wp-playlist-item .wp-playlist-caption,.alternate_color .wp-playlist{color:#ffffff}.alternate_color ,.alternate_color .site-background,.alternate_color .first-quote,.alternate_color .related_image_wrap,.alternate_color .gravatar img .alternate_color .hr_content,.alternate_color .news-thumb,.alternate_color .post-format-icon,.alternate_color .ajax_controlls a,.alternate_color .tweet-text.avatar_no,.alternate_color .toggler,.alternate_color .toggler.activeTitle:hover,.alternate_color #js_sort_items,.alternate_color.inner-entry,.alternate_color .grid-entry-title,.alternate_color .related-format-icon,.grid-entry .alternate_color .avia-arrow,.alternate_color .avia-gallery-big,.alternate_color .avia-gallery-big,.alternate_color .avia-gallery img,.alternate_color .grid-content,.alternate_color .av-share-box ul,#top .alternate_color .av-related-style-full .related-format-icon,.alternate_color .related_posts.av-related-style-full a:hover,.alternate_color.avia-fullwidth-portfolio .pagination .current,.alternate_color.avia-fullwidth-portfolio .pagination a,.alternate_color .av-hotspot-fallback-tooltip-inner,.alternate_color .av-hotspot-fallback-tooltip-count{background-color:#ffffff;color:#ffffff}.alternate_color .heading-color,.alternate_color a.iconbox_icon:hover,.alternate_color h1,.alternate_color h2,.alternate_color h3,.alternate_color h4,.alternate_color h5,.alternate_color h6,.alternate_color .sidebar .current_page_item>a,.alternate_color .sidebar .current-menu-item>a,.alternate_color .pagination .current,.alternate_color .pagination a:hover,.alternate_color strong.avia-testimonial-name,.alternate_color .heading,.alternate_color .toggle_content strong,.alternate_color .toggle_content strong a,.alternate_color .tab_content strong,.alternate_color .tab_content strong a ,.alternate_color .asc_count,.alternate_color .avia-testimonial-content strong,.alternate_color div .news-headline,#top .alternate_color .av-related-style-full .av-related-title,.alternate_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.alternate_color .wp-playlist-item-meta.wp-playlist-item-title,#top .alternate_color .av-no-image-slider h2 a,.alternate_color .av-small-bar .avia-progress-bar .progressbar-title-wrap{color:#444444}.alternate_color .meta-color,.alternate_color .sidebar,.alternate_color .sidebar a,.alternate_color .minor-meta,.alternate_color .minor-meta a,.alternate_color .text-sep,.alternate_color blockquote,.alternate_color .post_nav a,.alternate_color .comment-text,.alternate_color .side-container-inner,.alternate_color .news-time,.alternate_color .pagination a,.alternate_color .pagination span,.alternate_color .tweet-text.avatar_no .tweet-time,#top .alternate_color .extra-mini-title,.alternate_color .team-member-job-title,.alternate_color .team-social a,.alternate_color #js_sort_items a,.grid-entry-excerpt,.alternate_color .avia-testimonial-subtitle,.alternate_color .commentmetadata a,.alternate_color .social_bookmarks a,.alternate_color .meta-heading>*,.alternate_color .slide-meta,.alternate_color .slide-meta a,.alternate_color .taglist,.alternate_color .taglist a,.alternate_color .phone-info,.alternate_color .phone-info a,.alternate_color .av-sort-by-term a,.alternate_color .av-magazine-time,.alternate_color .av-magazine .av-magazine-entry-icon,.alternate_color .av-catalogue-content,.alternate_color .wp-playlist-item-length,.html_modern-blog #top div .alternate_color .blog-categories a,.html_modern-blog #top div .alternate_color .blog-categories a:hover{color:#a2a2a2}.alternate_color .special-heading-inner-border{border-color:#ffffff}.alternate_color .meta-heading .special-heading-inner-border{border-color:#a2a2a2}.alternate_color a,.alternate_color .widget_first,.alternate_color strong,.alternate_color b,.alternate_color b a,.alternate_color strong a,.alternate_color #js_sort_items a:hover,.alternate_color #js_sort_items a.active_sort,.alternate_color .av-sort-by-term a.active_sort,.alternate_color .special_amp,.alternate_color .taglist a.activeFilter,.alternate_color #commentform .required,#top .alternate_color .av-no-color.av-icon-style-border a.av-icon-char,.html_elegant-blog #top .alternate_color .blog-categories a,.html_elegant-blog #top .alternate_color .blog-categories a:hover{color:#2997ab}.alternate_color a:hover,.alternate_color h1 a:hover,.alternate_color h2 a:hover,.alternate_color h3 a:hover,.alternate_color h4 a:hover,.alternate_color h5 a:hover,.alternate_color h6 a:hover,.alternate_color .template-search a.news-content:hover,.alternate_color .wp-playlist-item .wp-playlist-caption:hover{color:#55adbd}.alternate_color .primary-background,.alternate_color .primary-background a,div .alternate_color .button,.alternate_color #submit,.alternate_color input[type=\'submit\'],.alternate_color .small-preview:hover,.alternate_color .avia-menu-fx,.alternate_color .avia-menu-fx .avia-arrow,.alternate_color.iconbox_top .iconbox_icon,.alternate_color .iconbox_top a.iconbox_icon:hover,.alternate_color .avia-data-table th.avia-highlight-col,.alternate_color .avia-color-theme-color,.alternate_color .avia-color-theme-color:hover,.alternate_color .image-overlay .image-overlay-inside:before,.alternate_color .comment-count,.alternate_color .av_dropcap2,.alternate_color .av-colored-style .av-countdown-cell-inner,.responsive #top .alternate_color .av-open-submenu.av-subnav-menu > li > a:hover,#top .alternate_color .av-open-submenu.av-subnav-menu li > ul a:hover{background-color:#2997ab;color:#ffffff;border-color:#077589}#top #wrap_all .alternate_color .av-menu-button-colored > a .avia-menu-text{background-color:#2997ab;color:#ffffff;border-color:#2997ab}#top #wrap_all .alternate_color .av-menu-button-colored > a .avia-menu-text:after{background-color:#077589}#top .alternate_color .mobile_menu_toggle{color:#2997ab;background:#ffffff}#top .alternate_color .av-menu-mobile-active .av-subnav-menu > li > a:before{color:#2997ab}#top .alternate_color .av-open-submenu.av-subnav-menu > li > a:hover:before{color:#ffffff}.alternate_color .button:hover,.alternate_color .ajax_controlls a:hover,.alternate_color #submit:hover,.alternate_color .big_button:hover,.alternate_color .contentSlideControlls a:hover,.alternate_color #submit:hover ,.alternate_color input[type=\'submit\']:hover{background-color:#55adbd;color:#ffffff;border-color:#338b9b}.alternate_color .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.alternate_color .avia-toc-style-elegant a:first-child:after,.alternate_color .avia-toc-style-elegant a.avia-toc-level-0:after{background-color:#ffffff;border-color:#55adbd}.alternate_color .avia-toc-style-elegant a:first-child span:after,.alternate_color .avia-toc-style-elegant a.avia-toc-level-0 span:after{background-color:#ffffff}.alternate_color .avia-toc-style-elegant a:first-child:hover span:after,.alternate_color .avia-toc-style-elegant a.avia-toc-level-0:hover span:after{border-color:#55adbd}.alternate_color .avia-toc-style-elegant a:before{border-color:#e1e1e1}.alternate_color .avia-toc-style-elegant a:first-child:after,.alternate_color .avia-toc-style-elegant a.avia-toc-level-0:after{border-color:#55adbd;background-color:#ffffff}.alternate_color .avia-toc-style-elegant a:last-child:after{background-color:#e1e1e1}.alternate_color .timeline-bullet{background-color:#e1e1e1;border-color:#ffffff}.alternate_color table,.alternate_color .widget_nav_menu ul:first-child>.current-menu-item,.alternate_color .widget_nav_menu ul:first-child>.current_page_item,.alternate_color .widget_nav_menu ul:first-child>.current-menu-ancestor,.alternate_color .pagination .current,.alternate_color .pagination a,.alternate_color.iconbox_top .iconbox_content,.alternate_color .av_promobox,.alternate_color .toggle_content,.alternate_color .toggler:hover,#top .alternate_color .av-minimal-toggle .toggler,.alternate_color .related_posts_default_image,.alternate_color .search-result-counter,.alternate_color .container_wrap_meta,.alternate_color .avia-content-slider .slide-image,.alternate_color .avia-slider-testimonials .avia-testimonial-content,.alternate_color .avia-testimonial-arrow-wrap .avia-arrow,.alternate_color .news-thumb,.alternate_color .portfolio-preview-content,.alternate_color .portfolio-preview-content .avia-arrow,.alternate_color .av-magazine .av-magazine-entry-icon,.alternate_color .related_posts.av-related-style-full a,.alternate_color .aviaccordion-slide,.alternate_color.avia-fullwidth-portfolio .pagination,.alternate_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,.alternate_color .av-catalogue-list li:hover,.alternate_color .wp-playlist,.alternate_color .avia-slideshow-fixed-height > li,.alternate_color .avia-form-success,.alternate_color .avia-form-error,.alternate_color .av-boxed-grid-style .avia-testimonial{background:#f8f8f8}#top .alternate_color .post_timeline li:hover .timeline-bullet{background-color:#55adbd}.alternate_color blockquote,.alternate_color .avia-bullet,.alternate_color .av-no-color.av-icon-style-border a.av-icon-char{border-color:#2997ab}.html_header_top .alternate_color .main_menu ul:first-child >li > ul,.html_header_top #top .alternate_color .avia_mega_div > .sub-menu{border-top-color:#2997ab}.alternate_color .breadcrumb,.alternate_color .breadcrumb a,#top .alternate_color.title_container .main-title,#top .alternate_color.title_container .main-title a{color:#ffffff}.alternate_color .av-icon-display,#top .alternate_color .av-related-style-full a:hover .related-format-icon,.alternate_color .av-default-style .av-countdown-cell-inner{background-color:#f8f8f8;color:#a2a2a2}.alternate_color .av-masonry-entry:hover .av-icon-display{background-color:#2997ab;color:#ffffff;border-color:#077589}#top .alternate_color .av-masonry-entry.format-quote:hover .av-icon-display{color:#2997ab}.alternate_color ::-webkit-input-placeholder{color:#a2a2a2}.alternate_color ::-moz-placeholder{color:#a2a2a2;opacity:1}.alternate_color :-ms-input-placeholder{color:#a2a2a2}.alternate_color .header_bg,.alternate_color .main_menu ul ul,.alternate_color .main_menu .menu ul li a,.alternate_color .pointer_arrow_wrap .pointer_arrow,.alternate_color .avia_mega_div,.alternate_color .av-subnav-menu > li ul,.alternate_color .av-subnav-menu a{background-color:#ffffff;color:#a2a2a2}.alternate_color .main_menu .menu ul li a:hover,.alternate_color .main_menu .menu ul li a:focus,.alternate_color .av-subnav-menu ul a:hover,.alternate_color .av-subnav-menu ul a:focus{background-color:#f8f8f8}.alternate_color .sub_menu>ul>li>a,.alternate_color .sub_menu>div>ul>li>a,.alternate_color .main_menu ul:first-child > li > a,#top .alternate_color .main_menu .menu ul .current_page_item > a,#top .alternate_color .main_menu .menu ul .current-menu-item > a ,#top .alternate_color .sub_menu li ul a{color:#a2a2a2}#top .alternate_color .main_menu .menu ul li > a:hover,#top .alternate_color .main_menu .menu ul li > a:focus{color:#ffffff}.alternate_color .av-subnav-menu a:hover,.alternate_color .av-subnav-menu a:focus,.alternate_color .main_menu ul:first-child > li a:hover,.alternate_color .main_menu ul:first-child > li a:focus,.alternate_color .main_menu ul:first-child > li.current-menu-item > a,.alternate_color .main_menu ul:first-child > li.current_page_item > a,.alternate_color .main_menu ul:first-child > li.active-parent-item > a{color:#ffffff}#top .alternate_color .main_menu .menu .avia_mega_div ul .current-menu-item > a{color:#2997ab}.alternate_color .sub_menu > ul > li > a:hover,.alternate_color .sub_menu > ul > li > a:focus,.alternate_color .sub_menu > div > ul > li > a:hover,.alternate_color .sub_menu > div > ul > li > a:focus{color:#ffffff}#top .alternate_color .sub_menu ul li a:hover,#top .alternate_color .sub_menu ul li a:focus,.alternate_color .sub_menu ul:first-child > li.current-menu-item > a,.alternate_color .sub_menu ul:first-child > li.current_page_item > a,.alternate_color .sub_menu ul:first-child > li.active-parent-item > a{color:#ffffff}.alternate_color .sub_menu li ul a,.alternate_color #payment,.alternate_color .sub_menu ul li,.alternate_color .sub_menu ul,#top .alternate_color .sub_menu li li a:hover,#top .alternate_color .sub_menu li li a:focus{background-color:#ffffff}.alternate_color#header .avia_mega_div > .sub-menu.avia_mega_hr,.html_bottom_nav_header.html_logo_center #top #menu-item-search>a{border-color:#e1e1e1}#top .alternate_color .widget_pages ul li a:focus,#top .alternate_color .widget_nav_menu ul li a:focus{color:#55adbd}@media only screen and (max-width:767px){#top #wrap_all .av_header_transparency{background-color:#ffffff;color:#ffffff;border-color:#e1e1e1}}@media only screen and (max-width:989px){.html_mobile_menu_tablet #top #wrap_all .av_header_transparency{background-color:#ffffff;color:#ffffff;border-color:#e1e1e1}}.alternate_color .avia-tt,.alternate_color .avia-tt .avia-arrow,.alternate_color .avia-tt .avia-arrow{background-color:#ffffff;color:#a2a2a2}.alternate_color .av_ajax_search_image{background-color:#2997ab;color:#ffffff}.alternate_color .ajax_search_excerpt{color:#a2a2a2}.alternate_color .av_ajax_search_title{color:#444444}.alternate_color .ajax_load{background-color:#2997ab}.alternate_color .av_searchsubmit_wrapper{background-color:#2997ab}#top .alternate_color .avia-color-theme-color{color:#ffffff;border-color:#077589}.alternate_color .avia-color-theme-color-subtle{background-color:#f8f8f8;color:#ffffff}.alternate_color .avia-color-theme-color-subtle:hover{background-color:#ffffff;color:#444444}#top .alternate_color .avia-color-theme-color-highlight{color:#ffffff;border-color:#55adbd;background-color:#55adbd}#top .alternate_color .avia-font-color-theme-color,#top .alternate_color .avia-font-color-theme-color-hover:hover{color:#ffffff}.alternate_color .avia-font-color-theme-color-subtle{color:#ffffff}.alternate_color .avia-font-color-theme-color-subtle-hover:hover{color:#444444}#top .alternate_color .avia-font-color-theme-color-highlight,#top .alternate_color .avia-font-color-theme-color-highlight-hover:hover{color:#ffffff}.alternate_color .avia-icon-list .iconlist_icon{background-color:#d0d0d0}.alternate_color .avia-icon-list .iconlist-timeline{border-color:#e1e1e1}.alternate_color .iconlist_content{color:#a2a2a2}.alternate_color .avia-timeline .milestone_icon{background-color:#d0d0d0}.alternate_color .avia-timeline .milestone_inner{background-color:#d0d0d0}.alternate_color .avia-timeline{border-color:#d0d0d0}.alternate_color .av-milestone-icon-wrap:after{border-color:#d0d0d0}.alternate_color .avia-timeline .av-milestone-date{color:#a0a0a0}.alternate_color .avia-timeline .av-milestone-date span{background-color:#d0d0d0}.alternate_color .avia-timeline-horizontal .av-milestone-content-wrap footer{background-color:#d0d0d0}.alternate_color .av-timeline-nav a{background-color:#d0d0d0}#top .alternate_color .input-text,#top .alternate_color input[type=\'text\'],#top .alternate_color input[type=\'input\'],#top .alternate_color input[type=\'password\'],#top .alternate_color input[type=\'email\'],#top .alternate_color input[type=\'number\'],#top .alternate_color input[type=\'url\'],#top .alternate_color input[type=\'tel\'],#top .alternate_color input[type=\'search\'],#top .alternate_color textarea,#top .alternate_color select{border-color:#e1e1e1;background-color:#f8f8f8;color:#a2a2a2}#top .alternate_color .invers-color .input-text,#top .alternate_color .invers-color input[type=\'text\'],#top .alternate_color .invers-color input[type=\'input\'],#top .alternate_color .invers-color input[type=\'password\'],#top .alternate_color .invers-color input[type=\'email\'],#top .alternate_color .invers-color input[type=\'number\'],#top .alternate_color .invers-color input[type=\'url\'],#top .alternate_color .invers-color input[type=\'tel\'],#top .alternate_color .invers-color input[type=\'search\'],#top .alternate_color .invers-color textarea,#top .alternate_color .invers-color select{background-color:#ffffff}.alternate_color .required{color:#2997ab}.alternate_color .av-masonry{background-color:#e7e7e7}.alternate_color .av-masonry-pagination,.alternate_color .av-masonry-pagination:hover,.alternate_color .av-masonry-outerimage-container{background-color:#ffffff}.alternate_color .container .av-inner-masonry-content,#top .alternate_color .container .av-masonry-load-more,#top .alternate_color .container .av-masonry-sort,.alternate_color .container .av-masonry-entry .avia-arrow{background-color:#f8f8f8} .alternate_color .hr-short .hr-inner-style,.alternate_color .hr-short .hr-inner{background-color:#ffffff}div .alternate_color .tabcontainer .active_tab_content,div .alternate_color .tabcontainer .active_tab{background-color:#f8f8f8;color:#ffffff}.responsive.js_active #top .alternate_color .avia_combo_widget .top_tab .tab{border-top-color:#e1e1e1}.alternate_color .template-archives .tabcontainer a,#top .alternate_color .tabcontainer .tab:hover,#top .alternate_color .tabcontainer .tab.active_tab{color:#ffffff} .alternate_color .template-archives .tabcontainer a:hover{color:#55adbd}.alternate_color .sidebar_tab_icon{background-color:#e1e1e1}#top .alternate_color .sidebar_active_tab .sidebar_tab_icon{background-color:#2997ab}.alternate_color .sidebar_tab:hover .sidebar_tab_icon{background-color:#55adbd}.alternate_color .sidebar_tab,.alternate_color .tabcontainer .tab{color:#a2a2a2}.alternate_color div .sidebar_active_tab ,div .alternate_color .tabcontainer.noborder_tabs .active_tab_content,div .alternate_color .tabcontainer.noborder_tabs .active_tab{color:#ffffff;background-color:#ffffff}#top .avia-smallarrow-slider .avia-slideshow-dots a{background-color:#f8f8f8}#top .alternate_color .avia-smallarrow-slider .avia-slideshow-dots a.active,#top .alternate_color .avia-smallarrow-slider .avia-slideshow-dots a:hover{background-color:#a2a2a2}@media only screen and (max-width:767px){.responsive #top .alternate_color .tabcontainer .active_tab{background-color:#55adbd;color:#ffffff} .responsive #top .alternate_color .tabcontainer{border-color:#e1e1e1}.responsive #top .alternate_color .active_tab_content{background-color:#f8f8f8}}.alternate_color tr:nth-child(even),.alternate_color .avia-data-table .avia-heading-row .avia-desc-col,.alternate_color .avia-data-table .avia-highlight-col,.alternate_color .pricing-table>li:nth-child(even),body .alternate_color .pricing-table.avia-desc-col li,#top .alternate_color .avia-data-table.avia_pricing_minimal th{background-color:#ffffff;color:#ffffff}.alternate_color table caption,.alternate_color tr:nth-child(even),.alternate_color .pricing-table>li:nth-child(even),#top .alternate_color .avia-data-table.avia_pricing_minimal td{color:#a2a2a2}.alternate_color tr:nth-child(odd),.alternate_color .pricing-table>li:nth-child(odd),.alternate_color .pricing-extra{background:#f8f8f8}.alternate_color .pricing-table li.avia-pricing-row,.alternate_color .pricing-table li.avia-heading-row,.alternate_color .pricing-table li.avia-pricing-row .pricing-extra{background-color:#2997ab;color:#ffffff;border-color:#4bb9cd}.alternate_color .pricing-table li.avia-heading-row,.alternate_color .pricing-table li.avia-heading-row .pricing-extra{background-color:#3aa8bc;color:#ffffff;border-color:#4bb9cd}.alternate_color .pricing-table.avia-desc-col .avia-heading-row,.alternate_color .pricing-table.avia-desc-col .avia-pricing-row{border-color:#e1e1e1}.alternate_color .theme-color-bar .bar{background:#2997ab}.alternate_color .mejs-controls .mejs-time-rail .mejs-time-current,.alternate_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.alternate_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.alternate_color .button.av-sending-button,.alternate_color .av-striped-bar .theme-color-bar .bar{background:#2997ab}body .alternate_color .mejs-controls .mejs-time-rail .mejs-time-float{background:#2997ab;color:#fff}body .alternate_color .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:solid 4px #2997ab;border-color:#2997ab transparent transparent transparent}.alternate_color .progress{background-color:#f8f8f8}.alternate_color .av_searchform_element_results .av_ajax_search_entry,.alternate_color .av_searchform_element_results .av_ajax_search_title,.alternate_color.av_searchform_element_results .av_ajax_search_entry,.alternate_color.av_searchform_element_results .av_ajax_search_title{color:#2997ab}.alternate_color .av_searchform_element_results .ajax_search_excerpt,.alternate_color.av_searchform_element_results .ajax_search_excerpt{color:#a2a2a2}.alternate_color .av_searchform_element_results .av_ajax_search_image,.alternate_color.av_searchform_element_results .av_ajax_search_image{color:#a2a2a2} .alternate_color .button.av-sending-button{background:#55adbd;background-image:-webkit-linear-gradient(-45deg,#55adbd 25%,#66bece 25%,#66bece 50%,#55adbd 50%,#55adbd 75%,#66bece 75%,#66bece);background-image:-moz-linear-gradient(-45deg,#55adbd 25%,#66bece 25%,#66bece 50%,#55adbd 50%,#55adbd 75%,#66bece 75%,#66bece);background-image:linear-gradient(-45deg,#55adbd 25%,#66bece 25%,#66bece 50%,#55adbd 50%,#55adbd 75%,#66bece 75%,#66bece);border-color:#55adbd}.alternate_color span.bbp-admin-links a{color:#2997ab}.alternate_color span.bbp-admin-links a:hover{color:#55adbd}#top .alternate_color .bbp-reply-content,#top .alternate_color .bbp-topic-content,#top .alternate_color .bbp-body .super-sticky .page-numbers,#top .alternate_color .bbp-body .sticky .page-numbers,#top .alternate_color .bbp-pagination-links a:hover,#top .alternate_color .bbp-pagination-links span.current{background:#ffffff}#top .alternate_color .bbp-topics .bbp-header,#top .alternate_color .bbp-topics .bbp-header,#top .alternate_color .bbp-forums .bbp-header,#top .alternate_color .bbp-topics-front ul.super-sticky,#top .alternate_color .bbp-topics ul.super-sticky,#top .alternate_color .bbp-topics ul.sticky,#top .alternate_color .bbp-forum-content ul.sticky,#top .alternate_color .bbp-body .page-numbers{background-color:#f8f8f8}#top .alternate_color .bbp-meta,#top .alternate_color .bbp-author-role,#top .alternate_color .bbp-author-ip,#top .alternate_color .bbp-pagination-count,#top .alternate_color .bbp-topics .bbp-body .bbp-topic-title:before{color:#a2a2a2}#top .alternate_color .bbp-admin-links{color:#e1e1e1}.alternate_color #bbpress-forums li.bbp-body ul.forum,.alternate_color #bbpress-forums li.bbp-body ul.topic,.avia_transform .alternate_color .bbp-replies .bbp-reply-author:before,.avia_transform .forum-search .alternate_color .bbp-reply-author:before,.avia_transform .forum-search .alternate_color .bbp-topic-author:before{background-color:#ffffff;border-color:#e1e1e1}#top .alternate_color .bbp-author-name{color:#444444}.alternate_color .widget_display_stats dt,.alternate_color .widget_display_stats dd{background-color:#f8f8f8}.alternate_color dropcap2,.alternate_color dropcap3,.alternate_color avia_button,.alternate_color avia_button:hover,.alternate_color .on-primary-color,.alternate_color .on-primary-color:hover{color:#ffffff}.main_color,.main_color div,.main_color header,.main_color main,.main_color aside,.main_color footer,.main_color article,.main_color nav,.main_color section,.main_color span,.main_color applet,.main_color object,.main_color iframe,.main_color h1,.main_color h2,.main_color h3,.main_color h4,.main_color h5,.main_color h6,.main_color p,.main_color blockquote,.main_color pre,.main_color a,.main_color abbr,.main_color acronym,.main_color address,.main_color big,.main_color cite,.main_color code,.main_color del,.main_color dfn,.main_color em,.main_color img,.main_color ins,.main_color kbd,.main_color q,.main_color s,.main_color samp,.main_color small,.main_color strike,.main_color strong,.main_color sub,.main_color sup,.main_color tt,.main_color var,.main_color b,.main_color u,.main_color i,.main_color center,.main_color dl,.main_color dt,.main_color dd,.main_color ol,.main_color ul,.main_color li,.main_color fieldset,.main_color form,.main_color label,.main_color legend,.main_color table,.main_color caption,.main_color tbody,.main_color tfoot,.main_color thead,.main_color tr,.main_color th,.main_color td,.main_color article,.main_color aside,.main_color canvas,.main_color details,.main_color embed,.main_color figure,.main_color fieldset,.main_color figcaption,.main_color footer,.main_color header,.main_color hgroup,.main_color menu,.main_color nav,.main_color output,.main_color ruby,.main_color section,.main_color summary,.main_color time,.main_color mark,.main_color audio,.main_color video,#top .main_color .pullquote_boxed,.responsive #top .main_color .avia-testimonial,.responsive #top.avia-blank #main .main_color.container_wrap:first-child,#top .main_color.fullsize .template-blog .post_delimiter,.main_color .related_posts.av-related-style-full a{border-color:#e1e1e1}.main_color .rounded-container,#top .main_color .pagination a:hover,.main_color .small-preview,.main_color .fallback-post-type-icon{background:#8d8d8d;color:#ffffff}.main_color .av-default-color,#top .main_color .av-force-default-color,.main_color .av-catalogue-item,.main_color .wp-playlist-item .wp-playlist-caption,.main_color .wp-playlist{color:#666666}.main_color ,.main_color .site-background,.main_color .first-quote,.main_color .related_image_wrap,.main_color .gravatar img .main_color .hr_content,.main_color .news-thumb,.main_color .post-format-icon,.main_color .ajax_controlls a,.main_color .tweet-text.avatar_no,.main_color .toggler,.main_color .toggler.activeTitle:hover,.main_color #js_sort_items,.main_color.inner-entry,.main_color .grid-entry-title,.main_color .related-format-icon,.grid-entry .main_color .avia-arrow,.main_color .avia-gallery-big,.main_color .avia-gallery-big,.main_color .avia-gallery img,.main_color .grid-content,.main_color .av-share-box ul,#top .main_color .av-related-style-full .related-format-icon,.main_color .related_posts.av-related-style-full a:hover,.main_color.avia-fullwidth-portfolio .pagination .current,.main_color.avia-fullwidth-portfolio .pagination a,.main_color .av-hotspot-fallback-tooltip-inner,.main_color .av-hotspot-fallback-tooltip-count{background-color:#ffffff;color:#666666}.main_color .heading-color,.main_color a.iconbox_icon:hover,.main_color h1,.main_color h2,.main_color h3,.main_color h4,.main_color h5,.main_color h6,.main_color .sidebar .current_page_item>a,.main_color .sidebar .current-menu-item>a,.main_color .pagination .current,.main_color .pagination a:hover,.main_color strong.avia-testimonial-name,.main_color .heading,.main_color .toggle_content strong,.main_color .toggle_content strong a,.main_color .tab_content strong,.main_color .tab_content strong a ,.main_color .asc_count,.main_color .avia-testimonial-content strong,.main_color div .news-headline,#top .main_color .av-related-style-full .av-related-title,.main_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.main_color .wp-playlist-item-meta.wp-playlist-item-title,#top .main_color .av-no-image-slider h2 a,.main_color .av-small-bar .avia-progress-bar .progressbar-title-wrap{color:#222222}.main_color .meta-color,.main_color .sidebar,.main_color .sidebar a,.main_color .minor-meta,.main_color .minor-meta a,.main_color .text-sep,.main_color blockquote,.main_color .post_nav a,.main_color .comment-text,.main_color .side-container-inner,.main_color .news-time,.main_color .pagination a,.main_color .pagination span,.main_color .tweet-text.avatar_no .tweet-time,#top .main_color .extra-mini-title,.main_color .team-member-job-title,.main_color .team-social a,.main_color #js_sort_items a,.grid-entry-excerpt,.main_color .avia-testimonial-subtitle,.main_color .commentmetadata a,.main_color .social_bookmarks a,.main_color .meta-heading>*,.main_color .slide-meta,.main_color .slide-meta a,.main_color .taglist,.main_color .taglist a,.main_color .phone-info,.main_color .phone-info a,.main_color .av-sort-by-term a,.main_color .av-magazine-time,.main_color .av-magazine .av-magazine-entry-icon,.main_color .av-catalogue-content,.main_color .wp-playlist-item-length,.html_modern-blog #top div .main_color .blog-categories a,.html_modern-blog #top div .main_color .blog-categories a:hover{color:#8d8d8d}.main_color .special-heading-inner-border{border-color:#666666}.main_color .meta-heading .special-heading-inner-border{border-color:#8d8d8d}.main_color a,.main_color .widget_first,.main_color strong,.main_color b,.main_color b a,.main_color strong a,.main_color #js_sort_items a:hover,.main_color #js_sort_items a.active_sort,.main_color .av-sort-by-term a.active_sort,.main_color .special_amp,.main_color .taglist a.activeFilter,.main_color #commentform .required,#top .main_color .av-no-color.av-icon-style-border a.av-icon-char,.html_elegant-blog #top .main_color .blog-categories a,.html_elegant-blog #top .main_color .blog-categories a:hover{color:#3f70cc}.main_color a:hover,.main_color h1 a:hover,.main_color h2 a:hover,.main_color h3 a:hover,.main_color h4 a:hover,.main_color h5 a:hover,.main_color h6 a:hover,.main_color .template-search a.news-content:hover,.main_color .wp-playlist-item .wp-playlist-caption:hover{color:#3f70cc}.main_color .primary-background,.main_color .primary-background a,div .main_color .button,.main_color #submit,.main_color input[type=\'submit\'],.main_color .small-preview:hover,.main_color .avia-menu-fx,.main_color .avia-menu-fx .avia-arrow,.main_color.iconbox_top .iconbox_icon,.main_color .iconbox_top a.iconbox_icon:hover,.main_color .avia-data-table th.avia-highlight-col,.main_color .avia-color-theme-color,.main_color .avia-color-theme-color:hover,.main_color .image-overlay .image-overlay-inside:before,.main_color .comment-count,.main_color .av_dropcap2,.main_color .av-colored-style .av-countdown-cell-inner,.responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover,#top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover{background-color:#3f70cc;color:#ffffff;border-color:#1d50aa}#top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text{background-color:#3f70cc;color:#ffffff;border-color:#3f70cc}#top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text:after{background-color:#1d50aa}#top .main_color .mobile_menu_toggle{color:#3f70cc;background:#ffffff}#top .main_color .av-menu-mobile-active .av-subnav-menu > li > a:before{color:#3f70cc}#top .main_color .av-open-submenu.av-subnav-menu > li > a:hover:before{color:#ffffff}.main_color .button:hover,.main_color .ajax_controlls a:hover,.main_color #submit:hover,.main_color .big_button:hover,.main_color .contentSlideControlls a:hover,.main_color #submit:hover ,.main_color input[type=\'submit\']:hover{background-color:#3f70cc;color:#ffffff;border-color:#1d50aa}.main_color .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.main_color .avia-toc-style-elegant a:first-child:after,.main_color .avia-toc-style-elegant a.avia-toc-level-0:after{background-color:#ffffff;border-color:#3f70cc}.main_color .avia-toc-style-elegant a:first-child span:after,.main_color .avia-toc-style-elegant a.avia-toc-level-0 span:after{background-color:#ffffff}.main_color .avia-toc-style-elegant a:first-child:hover span:after,.main_color .avia-toc-style-elegant a.avia-toc-level-0:hover span:after{border-color:#3f70cc}.main_color .avia-toc-style-elegant a:before{border-color:#e1e1e1}.main_color .avia-toc-style-elegant a:first-child:after,.main_color .avia-toc-style-elegant a.avia-toc-level-0:after{border-color:#3f70cc;background-color:#ffffff}.main_color .avia-toc-style-elegant a:last-child:after{background-color:#e1e1e1}.main_color .timeline-bullet{background-color:#e1e1e1;border-color:#ffffff}.main_color table,.main_color .widget_nav_menu ul:first-child>.current-menu-item,.main_color .widget_nav_menu ul:first-child>.current_page_item,.main_color .widget_nav_menu ul:first-child>.current-menu-ancestor,.main_color .pagination .current,.main_color .pagination a,.main_color.iconbox_top .iconbox_content,.main_color .av_promobox,.main_color .toggle_content,.main_color .toggler:hover,#top .main_color .av-minimal-toggle .toggler,.main_color .related_posts_default_image,.main_color .search-result-counter,.main_color .container_wrap_meta,.main_color .avia-content-slider .slide-image,.main_color .avia-slider-testimonials .avia-testimonial-content,.main_color .avia-testimonial-arrow-wrap .avia-arrow,.main_color .news-thumb,.main_color .portfolio-preview-content,.main_color .portfolio-preview-content .avia-arrow,.main_color .av-magazine .av-magazine-entry-icon,.main_color .related_posts.av-related-style-full a,.main_color .aviaccordion-slide,.main_color.avia-fullwidth-portfolio .pagination,.main_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,.main_color .av-catalogue-list li:hover,.main_color .wp-playlist,.main_color .avia-slideshow-fixed-height > li,.main_color .avia-form-success,.main_color .avia-form-error,.main_color .av-boxed-grid-style .avia-testimonial{background:#ffffff}#top .main_color .post_timeline li:hover .timeline-bullet{background-color:#3f70cc}.main_color blockquote,.main_color .avia-bullet,.main_color .av-no-color.av-icon-style-border a.av-icon-char{border-color:#3f70cc}.html_header_top .main_color .main_menu ul:first-child >li > ul,.html_header_top #top .main_color .avia_mega_div > .sub-menu{border-top-color:#3f70cc}.main_color .breadcrumb,.main_color .breadcrumb a,#top .main_color.title_container .main-title,#top .main_color.title_container .main-title a{color:#666666}.main_color .av-icon-display,#top .main_color .av-related-style-full a:hover .related-format-icon,.main_color .av-default-style .av-countdown-cell-inner{background-color:#ffffff;color:#8d8d8d}.main_color .av-masonry-entry:hover .av-icon-display{background-color:#3f70cc;color:#ffffff;border-color:#1d50aa}#top .main_color .av-masonry-entry.format-quote:hover .av-icon-display{color:#3f70cc}.main_color ::-webkit-input-placeholder{color:#8d8d8d}.main_color ::-moz-placeholder{color:#8d8d8d;opacity:1}.main_color :-ms-input-placeholder{color:#8d8d8d}.main_color .header_bg,.main_color .main_menu ul ul,.main_color .main_menu .menu ul li a,.main_color .pointer_arrow_wrap .pointer_arrow,.main_color .avia_mega_div,.main_color .av-subnav-menu > li ul,.main_color .av-subnav-menu a{background-color:#ffffff;color:#8d8d8d}.main_color .main_menu .menu ul li a:hover,.main_color .main_menu .menu ul li a:focus,.main_color .av-subnav-menu ul a:hover,.main_color .av-subnav-menu ul a:focus{background-color:#ffffff}.main_color .sub_menu>ul>li>a,.main_color .sub_menu>div>ul>li>a,.main_color .main_menu ul:first-child > li > a,#top .main_color .main_menu .menu ul .current_page_item > a,#top .main_color .main_menu .menu ul .current-menu-item > a ,#top .main_color .sub_menu li ul a{color:#8d8d8d}#top .main_color .main_menu .menu ul li > a:hover,#top .main_color .main_menu .menu ul li > a:focus{color:#666666}.main_color .av-subnav-menu a:hover,.main_color .av-subnav-menu a:focus,.main_color .main_menu ul:first-child > li a:hover,.main_color .main_menu ul:first-child > li a:focus,.main_color .main_menu ul:first-child > li.current-menu-item > a,.main_color .main_menu ul:first-child > li.current_page_item > a,.main_color .main_menu ul:first-child > li.active-parent-item > a{color:#666666}#top .main_color .main_menu .menu .avia_mega_div ul .current-menu-item > a{color:#3f70cc}.main_color .sub_menu > ul > li > a:hover,.main_color .sub_menu > ul > li > a:focus,.main_color .sub_menu > div > ul > li > a:hover,.main_color .sub_menu > div > ul > li > a:focus{color:#666666}#top .main_color .sub_menu ul li a:hover,#top .main_color .sub_menu ul li a:focus,.main_color .sub_menu ul:first-child > li.current-menu-item > a,.main_color .sub_menu ul:first-child > li.current_page_item > a,.main_color .sub_menu ul:first-child > li.active-parent-item > a{color:#666666}.main_color .sub_menu li ul a,.main_color #payment,.main_color .sub_menu ul li,.main_color .sub_menu ul,#top .main_color .sub_menu li li a:hover,#top .main_color .sub_menu li li a:focus{background-color:#ffffff}.main_color#header .avia_mega_div > .sub-menu.avia_mega_hr,.html_bottom_nav_header.html_logo_center #top #menu-item-search>a{border-color:#e1e1e1}#top .main_color .widget_pages ul li a:focus,#top .main_color .widget_nav_menu ul li a:focus{color:#3f70cc}@media only screen and (max-width:767px){#top #wrap_all .av_header_transparency{background-color:#ffffff;color:#666666;border-color:#e1e1e1}}@media only screen and (max-width:989px){.html_mobile_menu_tablet #top #wrap_all .av_header_transparency{background-color:#ffffff;color:#666666;border-color:#e1e1e1}}.main_color .avia-tt,.main_color .avia-tt .avia-arrow,.main_color .avia-tt .avia-arrow{background-color:#ffffff;color:#8d8d8d}.main_color .av_ajax_search_image{background-color:#3f70cc;color:#ffffff}.main_color .ajax_search_excerpt{color:#8d8d8d}.main_color .av_ajax_search_title{color:#222222}.main_color .ajax_load{background-color:#3f70cc}.main_color .av_searchsubmit_wrapper{background-color:#3f70cc}#top .main_color .avia-color-theme-color{color:#ffffff;border-color:#1d50aa}.main_color .avia-color-theme-color-subtle{background-color:#ffffff;color:#666666}.main_color .avia-color-theme-color-subtle:hover{background-color:#ffffff;color:#222222}#top .main_color .avia-color-theme-color-highlight{color:#ffffff;border-color:#3f70cc;background-color:#3f70cc}#top .main_color .avia-font-color-theme-color,#top .main_color .avia-font-color-theme-color-hover:hover{color:#ffffff}.main_color .avia-font-color-theme-color-subtle{color:#666666}.main_color .avia-font-color-theme-color-subtle-hover:hover{color:#222222}#top .main_color .avia-font-color-theme-color-highlight,#top .main_color .avia-font-color-theme-color-highlight-hover:hover{color:#ffffff}.main_color .avia-icon-list .iconlist_icon{background-color:#d0d0d0}.main_color .avia-icon-list .iconlist-timeline{border-color:#e1e1e1}.main_color .iconlist_content{color:#8d8d8d}.main_color .avia-timeline .milestone_icon{background-color:#d0d0d0}.main_color .avia-timeline .milestone_inner{background-color:#d0d0d0}.main_color .avia-timeline{border-color:#d0d0d0}.main_color .av-milestone-icon-wrap:after{border-color:#d0d0d0}.main_color .avia-timeline .av-milestone-date{color:#a0a0a0}.main_color .avia-timeline .av-milestone-date span{background-color:#d0d0d0}.main_color .avia-timeline-horizontal .av-milestone-content-wrap footer{background-color:#d0d0d0}.main_color .av-timeline-nav a{background-color:#d0d0d0}#top .main_color .input-text,#top .main_color input[type=\'text\'],#top .main_color input[type=\'input\'],#top .main_color input[type=\'password\'],#top .main_color input[type=\'email\'],#top .main_color input[type=\'number\'],#top .main_color input[type=\'url\'],#top .main_color input[type=\'tel\'],#top .main_color input[type=\'search\'],#top .main_color textarea,#top .main_color select{border-color:#e1e1e1;background-color:#ffffff;color:#8d8d8d}#top .main_color .invers-color .input-text,#top .main_color .invers-color input[type=\'text\'],#top .main_color .invers-color input[type=\'input\'],#top .main_color .invers-color input[type=\'password\'],#top .main_color .invers-color input[type=\'email\'],#top .main_color .invers-color input[type=\'number\'],#top .main_color .invers-color input[type=\'url\'],#top .main_color .invers-color input[type=\'tel\'],#top .main_color .invers-color input[type=\'search\'],#top .main_color .invers-color textarea,#top .main_color .invers-color select{background-color:#ffffff}.main_color .required{color:#3f70cc}.main_color .av-masonry{background-color:#eeeeee}.main_color .av-masonry-pagination,.main_color .av-masonry-pagination:hover,.main_color .av-masonry-outerimage-container{background-color:#ffffff}.main_color .container .av-inner-masonry-content,#top .main_color .container .av-masonry-load-more,#top .main_color .container .av-masonry-sort,.main_color .container .av-masonry-entry .avia-arrow{background-color:#ffffff} .main_color .hr-short .hr-inner-style,.main_color .hr-short .hr-inner{background-color:#ffffff}div .main_color .tabcontainer .active_tab_content,div .main_color .tabcontainer .active_tab{background-color:#ffffff;color:#666666}.responsive.js_active #top .main_color .avia_combo_widget .top_tab .tab{border-top-color:#e1e1e1}.main_color .template-archives .tabcontainer a,#top .main_color .tabcontainer .tab:hover,#top .main_color .tabcontainer .tab.active_tab{color:#666666} .main_color .template-archives .tabcontainer a:hover{color:#3f70cc}.main_color .sidebar_tab_icon{background-color:#e1e1e1}#top .main_color .sidebar_active_tab .sidebar_tab_icon{background-color:#3f70cc}.main_color .sidebar_tab:hover .sidebar_tab_icon{background-color:#3f70cc}.main_color .sidebar_tab,.main_color .tabcontainer .tab{color:#8d8d8d}.main_color div .sidebar_active_tab ,div .main_color .tabcontainer.noborder_tabs .active_tab_content,div .main_color .tabcontainer.noborder_tabs .active_tab{color:#666666;background-color:#ffffff}#top .avia-smallarrow-slider .avia-slideshow-dots a{background-color:#ffffff}#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a.active,#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a:hover{background-color:#8d8d8d}@media only screen and (max-width:767px){.responsive #top .main_color .tabcontainer .active_tab{background-color:#3f70cc;color:#ffffff} .responsive #top .main_color .tabcontainer{border-color:#e1e1e1}.responsive #top .main_color .active_tab_content{background-color:#ffffff}}.main_color tr:nth-child(even),.main_color .avia-data-table .avia-heading-row .avia-desc-col,.main_color .avia-data-table .avia-highlight-col,.main_color .pricing-table>li:nth-child(even),body .main_color .pricing-table.avia-desc-col li,#top .main_color .avia-data-table.avia_pricing_minimal th{background-color:#ffffff;color:#666666}.main_color table caption,.main_color tr:nth-child(even),.main_color .pricing-table>li:nth-child(even),#top .main_color .avia-data-table.avia_pricing_minimal td{color:#8d8d8d}.main_color tr:nth-child(odd),.main_color .pricing-table>li:nth-child(odd),.main_color .pricing-extra{background:#ffffff}.main_color .pricing-table li.avia-pricing-row,.main_color .pricing-table li.avia-heading-row,.main_color .pricing-table li.avia-pricing-row .pricing-extra{background-color:#3f70cc;color:#ffffff;border-color:#5f92ee}.main_color .pricing-table li.avia-heading-row,.main_color .pricing-table li.avia-heading-row .pricing-extra{background-color:#4f81dd;color:#ffffff;border-color:#5f92ee}.main_color .pricing-table.avia-desc-col .avia-heading-row,.main_color .pricing-table.avia-desc-col .avia-pricing-row{border-color:#e1e1e1}.main_color .theme-color-bar .bar{background:#3f70cc}.main_color .mejs-controls .mejs-time-rail .mejs-time-current,.main_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.main_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.main_color .button.av-sending-button,.main_color .av-striped-bar .theme-color-bar .bar{background:#3f70cc}body .main_color .mejs-controls .mejs-time-rail .mejs-time-float{background:#3f70cc;color:#fff}body .main_color .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:solid 4px #3f70cc;border-color:#3f70cc transparent transparent transparent}.main_color .progress{background-color:#ffffff}.main_color .av_searchform_element_results .av_ajax_search_entry,.main_color .av_searchform_element_results .av_ajax_search_title,.main_color.av_searchform_element_results .av_ajax_search_entry,.main_color.av_searchform_element_results .av_ajax_search_title{color:#3f70cc}.main_color .av_searchform_element_results .ajax_search_excerpt,.main_color.av_searchform_element_results .ajax_search_excerpt{color:#8d8d8d}.main_color .av_searchform_element_results .av_ajax_search_image,.main_color.av_searchform_element_results .av_ajax_search_image{color:#8d8d8d} .main_color .button.av-sending-button{background:#3f70cc;background-image:-webkit-linear-gradient(-45deg,#3f70cc 25%,#4f81dd 25%,#4f81dd 50%,#3f70cc 50%,#3f70cc 75%,#4f81dd 75%,#4f81dd);background-image:-moz-linear-gradient(-45deg,#3f70cc 25%,#4f81dd 25%,#4f81dd 50%,#3f70cc 50%,#3f70cc 75%,#4f81dd 75%,#4f81dd);background-image:linear-gradient(-45deg,#3f70cc 25%,#4f81dd 25%,#4f81dd 50%,#3f70cc 50%,#3f70cc 75%,#4f81dd 75%,#4f81dd);border-color:#3f70cc}.main_color span.bbp-admin-links a{color:#3f70cc}.main_color span.bbp-admin-links a:hover{color:#3f70cc}#top .main_color .bbp-reply-content,#top .main_color .bbp-topic-content,#top .main_color .bbp-body .super-sticky .page-numbers,#top .main_color .bbp-body .sticky .page-numbers,#top .main_color .bbp-pagination-links a:hover,#top .main_color .bbp-pagination-links span.current{background:#ffffff}#top .main_color .bbp-topics .bbp-header,#top .main_color .bbp-topics .bbp-header,#top .main_color .bbp-forums .bbp-header,#top .main_color .bbp-topics-front ul.super-sticky,#top .main_color .bbp-topics ul.super-sticky,#top .main_color .bbp-topics ul.sticky,#top .main_color .bbp-forum-content ul.sticky,#top .main_color .bbp-body .page-numbers{background-color:#ffffff}#top .main_color .bbp-meta,#top .main_color .bbp-author-role,#top .main_color .bbp-author-ip,#top .main_color .bbp-pagination-count,#top .main_color .bbp-topics .bbp-body .bbp-topic-title:before{color:#8d8d8d}#top .main_color .bbp-admin-links{color:#e1e1e1}.main_color #bbpress-forums li.bbp-body ul.forum,.main_color #bbpress-forums li.bbp-body ul.topic,.avia_transform .main_color .bbp-replies .bbp-reply-author:before,.avia_transform .forum-search .main_color .bbp-reply-author:before,.avia_transform .forum-search .main_color .bbp-topic-author:before{background-color:#ffffff;border-color:#e1e1e1}#top .main_color .bbp-author-name{color:#222222}.main_color .widget_display_stats dt,.main_color .widget_display_stats dd{background-color:#ffffff}.main_color dropcap2,.main_color dropcap3,.main_color avia_button,.main_color avia_button:hover,.main_color .on-primary-color,.main_color .on-primary-color:hover{color:#ffffff}#main{border-color:#e1e1e1}#scroll-top-link:hover,#av-cookie-consent-badge:hover{background-color:#ffffff;color:#3f70cc;border:1px solid #e1e1e1}.html_stretched #wrap_all{background-color:#ffffff}#top .avia-datepicker-div .ui-datepicker-month,#top .avia-datepicker-div .ui-datepicker-year{color:#222222}#top .avia-datepicker-div{background:#ffffff;border:1px solid #e1e1e1}#top .avia-datepicker-div a{color:#8d8d8d;background-color:#ffffff}#top .avia-datepicker-div a.ui-state-active,#top .avia-datepicker-div a.ui-state-highlight{color:#3f70cc}#top .avia-datepicker-div a.ui-state-hover{color:#ffffff;background-color:#8d8d8d}#top .avia-datepicker-div .ui-datepicker-buttonpane button{background-color:#3f70cc;color:#ffffff;border-color:#3f70cc}#top .av-siteloader{border-color:#e1e1e1;border-left-color:#3f70cc}#top div.avia-popup .mfp-preloader{border-left-color:#3f70cc}.av-preloader-reactive #top .av-siteloader{border-color:#e1e1e1}#top .av-siteloader-wrap{background-color:#ffffff}.av-preloader-reactive #top .av-siteloader:before{background-color:#e1e1e1}.av-tab-section-tab-title-container{background-color:#ffffff}#top .av-section-tab-title{color:#8d8d8d}#top a.av-active-tab-title{color:#3f70cc}#top .av-tab-arrow-container span{background-color:#ffffff}.header_color,.header_color div,.header_color header,.header_color main,.header_color aside,.header_color footer,.header_color article,.header_color nav,.header_color section,.header_color span,.header_color applet,.header_color object,.header_color iframe,.header_color h1,.header_color h2,.header_color h3,.header_color h4,.header_color h5,.header_color h6,.header_color p,.header_color blockquote,.header_color pre,.header_color a,.header_color abbr,.header_color acronym,.header_color address,.header_color big,.header_color cite,.header_color code,.header_color del,.header_color dfn,.header_color em,.header_color img,.header_color ins,.header_color kbd,.header_color q,.header_color s,.header_color samp,.header_color small,.header_color strike,.header_color strong,.header_color sub,.header_color sup,.header_color tt,.header_color var,.header_color b,.header_color u,.header_color i,.header_color center,.header_color dl,.header_color dt,.header_color dd,.header_color ol,.header_color ul,.header_color li,.header_color fieldset,.header_color form,.header_color label,.header_color legend,.header_color table,.header_color caption,.header_color tbody,.header_color tfoot,.header_color thead,.header_color tr,.header_color th,.header_color td,.header_color article,.header_color aside,.header_color canvas,.header_color details,.header_color embed,.header_color figure,.header_color fieldset,.header_color figcaption,.header_color footer,.header_color header,.header_color hgroup,.header_color menu,.header_color nav,.header_color output,.header_color ruby,.header_color section,.header_color summary,.header_color time,.header_color mark,.header_color audio,.header_color video,#top .header_color .pullquote_boxed,.responsive #top .header_color .avia-testimonial,.responsive #top.avia-blank #main .header_color.container_wrap:first-child,#top .header_color.fullsize .template-blog .post_delimiter,.header_color .related_posts.av-related-style-full a{border-color:#e1e1e1}.header_color .rounded-container,#top .header_color .pagination a:hover,.header_color .small-preview,.header_color .fallback-post-type-icon{background:#808080;color:#ffffff}.header_color .av-default-color,#top .header_color .av-force-default-color,.header_color .av-catalogue-item,.header_color .wp-playlist-item .wp-playlist-caption,.header_color .wp-playlist{color:#333333}.header_color ,.header_color .site-background,.header_color .first-quote,.header_color .related_image_wrap,.header_color .gravatar img .header_color .hr_content,.header_color .news-thumb,.header_color .post-format-icon,.header_color .ajax_controlls a,.header_color .tweet-text.avatar_no,.header_color .toggler,.header_color .toggler.activeTitle:hover,.header_color #js_sort_items,.header_color.inner-entry,.header_color .grid-entry-title,.header_color .related-format-icon,.grid-entry .header_color .avia-arrow,.header_color .avia-gallery-big,.header_color .avia-gallery-big,.header_color .avia-gallery img,.header_color .grid-content,.header_color .av-share-box ul,#top .header_color .av-related-style-full .related-format-icon,.header_color .related_posts.av-related-style-full a:hover,.header_color.avia-fullwidth-portfolio .pagination .current,.header_color.avia-fullwidth-portfolio .pagination a,.header_color .av-hotspot-fallback-tooltip-inner,.header_color .av-hotspot-fallback-tooltip-count{background-color:#ffffff;color:#333333}.header_color .heading-color,.header_color a.iconbox_icon:hover,.header_color h1,.header_color h2,.header_color h3,.header_color h4,.header_color h5,.header_color h6,.header_color .sidebar .current_page_item>a,.header_color .sidebar .current-menu-item>a,.header_color .pagination .current,.header_color .pagination a:hover,.header_color strong.avia-testimonial-name,.header_color .heading,.header_color .toggle_content strong,.header_color .toggle_content strong a,.header_color .tab_content strong,.header_color .tab_content strong a ,.header_color .asc_count,.header_color .avia-testimonial-content strong,.header_color div .news-headline,#top .header_color .av-related-style-full .av-related-title,.header_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.header_color .wp-playlist-item-meta.wp-playlist-item-title,#top .header_color .av-no-image-slider h2 a,.header_color .av-small-bar .avia-progress-bar .progressbar-title-wrap{color:#000000}.header_color .meta-color,.header_color .sidebar,.header_color .sidebar a,.header_color .minor-meta,.header_color .minor-meta a,.header_color .text-sep,.header_color blockquote,.header_color .post_nav a,.header_color .comment-text,.header_color .side-container-inner,.header_color .news-time,.header_color .pagination a,.header_color .pagination span,.header_color .tweet-text.avatar_no .tweet-time,#top .header_color .extra-mini-title,.header_color .team-member-job-title,.header_color .team-social a,.header_color #js_sort_items a,.grid-entry-excerpt,.header_color .avia-testimonial-subtitle,.header_color .commentmetadata a,.header_color .social_bookmarks a,.header_color .meta-heading>*,.header_color .slide-meta,.header_color .slide-meta a,.header_color .taglist,.header_color .taglist a,.header_color .phone-info,.header_color .phone-info a,.header_color .av-sort-by-term a,.header_color .av-magazine-time,.header_color .av-magazine .av-magazine-entry-icon,.header_color .av-catalogue-content,.header_color .wp-playlist-item-length,.html_modern-blog #top div .header_color .blog-categories a,.html_modern-blog #top div .header_color .blog-categories a:hover{color:#808080}.header_color .special-heading-inner-border{border-color:#333333}.header_color .meta-heading .special-heading-inner-border{border-color:#808080}.header_color a,.header_color .widget_first,.header_color strong,.header_color b,.header_color b a,.header_color strong a,.header_color #js_sort_items a:hover,.header_color #js_sort_items a.active_sort,.header_color .av-sort-by-term a.active_sort,.header_color .special_amp,.header_color .taglist a.activeFilter,.header_color #commentform .required,#top .header_color .av-no-color.av-icon-style-border a.av-icon-char,.html_elegant-blog #top .header_color .blog-categories a,.html_elegant-blog #top .header_color .blog-categories a:hover{color:#ffffff}.header_color a:hover,.header_color h1 a:hover,.header_color h2 a:hover,.header_color h3 a:hover,.header_color h4 a:hover,.header_color h5 a:hover,.header_color h6 a:hover,.header_color .template-search a.news-content:hover,.header_color .wp-playlist-item .wp-playlist-caption:hover{color:#ffffff}.header_color .primary-background,.header_color .primary-background a,div .header_color .button,.header_color #submit,.header_color input[type=\'submit\'],.header_color .small-preview:hover,.header_color .avia-menu-fx,.header_color .avia-menu-fx .avia-arrow,.header_color.iconbox_top .iconbox_icon,.header_color .iconbox_top a.iconbox_icon:hover,.header_color .avia-data-table th.avia-highlight-col,.header_color .avia-color-theme-color,.header_color .avia-color-theme-color:hover,.header_color .image-overlay .image-overlay-inside:before,.header_color .comment-count,.header_color .av_dropcap2,.header_color .av-colored-style .av-countdown-cell-inner,.responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover,#top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover{background-color:#ffffff;color:#ffffff;border-color:#dddddd}#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text{background-color:#ffffff;color:#ffffff;border-color:#ffffff}#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:after{background-color:#dddddd}#top .header_color .mobile_menu_toggle{color:#ffffff;background:#ffffff}#top .header_color .av-menu-mobile-active .av-subnav-menu > li > a:before{color:#ffffff}#top .header_color .av-open-submenu.av-subnav-menu > li > a:hover:before{color:#ffffff}.header_color .button:hover,.header_color .ajax_controlls a:hover,.header_color #submit:hover,.header_color .big_button:hover,.header_color .contentSlideControlls a:hover,.header_color #submit:hover ,.header_color input[type=\'submit\']:hover{background-color:#ffffff;color:#ffffff;border-color:#dddddd}.header_color .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.header_color .avia-toc-style-elegant a:first-child:after,.header_color .avia-toc-style-elegant a.avia-toc-level-0:after{background-color:#ffffff;border-color:#ffffff}.header_color .avia-toc-style-elegant a:first-child span:after,.header_color .avia-toc-style-elegant a.avia-toc-level-0 span:after{background-color:#ffffff}.header_color .avia-toc-style-elegant a:first-child:hover span:after,.header_color .avia-toc-style-elegant a.avia-toc-level-0:hover span:after{border-color:#ffffff}.header_color .avia-toc-style-elegant a:before{border-color:#e1e1e1}.header_color .avia-toc-style-elegant a:first-child:after,.header_color .avia-toc-style-elegant a.avia-toc-level-0:after{border-color:#ffffff;background-color:#ffffff}.header_color .avia-toc-style-elegant a:last-child:after{background-color:#e1e1e1}.header_color .timeline-bullet{background-color:#e1e1e1;border-color:#ffffff}.header_color table,.header_color .widget_nav_menu ul:first-child>.current-menu-item,.header_color .widget_nav_menu ul:first-child>.current_page_item,.header_color .widget_nav_menu ul:first-child>.current-menu-ancestor,.header_color .pagination .current,.header_color .pagination a,.header_color.iconbox_top .iconbox_content,.header_color .av_promobox,.header_color .toggle_content,.header_color .toggler:hover,#top .header_color .av-minimal-toggle .toggler,.header_color .related_posts_default_image,.header_color .search-result-counter,.header_color .container_wrap_meta,.header_color .avia-content-slider .slide-image,.header_color .avia-slider-testimonials .avia-testimonial-content,.header_color .avia-testimonial-arrow-wrap .avia-arrow,.header_color .news-thumb,.header_color .portfolio-preview-content,.header_color .portfolio-preview-content .avia-arrow,.header_color .av-magazine .av-magazine-entry-icon,.header_color .related_posts.av-related-style-full a,.header_color .aviaccordion-slide,.header_color.avia-fullwidth-portfolio .pagination,.header_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,.header_color .av-catalogue-list li:hover,.header_color .wp-playlist,.header_color .avia-slideshow-fixed-height > li,.header_color .avia-form-success,.header_color .avia-form-error,.header_color .av-boxed-grid-style .avia-testimonial{background:#fcfcfc}#top .header_color .post_timeline li:hover .timeline-bullet{background-color:#ffffff}.header_color blockquote,.header_color .avia-bullet,.header_color .av-no-color.av-icon-style-border a.av-icon-char{border-color:#ffffff}.html_header_top .header_color .main_menu ul:first-child >li > ul,.html_header_top #top .header_color .avia_mega_div > .sub-menu{border-top-color:#ffffff}.header_color .breadcrumb,.header_color .breadcrumb a,#top .header_color.title_container .main-title,#top .header_color.title_container .main-title a{color:#333333}.header_color .av-icon-display,#top .header_color .av-related-style-full a:hover .related-format-icon,.header_color .av-default-style .av-countdown-cell-inner{background-color:#fcfcfc;color:#808080}.header_color .av-masonry-entry:hover .av-icon-display{background-color:#ffffff;color:#ffffff;border-color:#dddddd}#top .header_color .av-masonry-entry.format-quote:hover .av-icon-display{color:#ffffff}.header_color ::-webkit-input-placeholder{color:#808080}.header_color ::-moz-placeholder{color:#808080;opacity:1}.header_color :-ms-input-placeholder{color:#808080}.header_color .header_bg,.header_color .main_menu ul ul,.header_color .main_menu .menu ul li a,.header_color .pointer_arrow_wrap .pointer_arrow,.header_color .avia_mega_div,.header_color .av-subnav-menu > li ul,.header_color .av-subnav-menu a{background-color:#ffffff;color:#808080}.header_color .main_menu .menu ul li a:hover,.header_color .main_menu .menu ul li a:focus,.header_color .av-subnav-menu ul a:hover,.header_color .av-subnav-menu ul a:focus{background-color:#fcfcfc}.header_color .sub_menu>ul>li>a,.header_color .sub_menu>div>ul>li>a,.header_color .main_menu ul:first-child > li > a,#top .header_color .main_menu .menu ul .current_page_item > a,#top .header_color .main_menu .menu ul .current-menu-item > a ,#top .header_color .sub_menu li ul a{color:#808080}#top .header_color .main_menu .menu ul li > a:hover,#top .header_color .main_menu .menu ul li > a:focus{color:#333333}.header_color .av-subnav-menu a:hover,.header_color .av-subnav-menu a:focus,.header_color .main_menu ul:first-child > li a:hover,.header_color .main_menu ul:first-child > li a:focus,.header_color .main_menu ul:first-child > li.current-menu-item > a,.header_color .main_menu ul:first-child > li.current_page_item > a,.header_color .main_menu ul:first-child > li.active-parent-item > a{color:#333333}#top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a{color:#ffffff}.header_color .sub_menu > ul > li > a:hover,.header_color .sub_menu > ul > li > a:focus,.header_color .sub_menu > div > ul > li > a:hover,.header_color .sub_menu > div > ul > li > a:focus{color:#333333}#top .header_color .sub_menu ul li a:hover,#top .header_color .sub_menu ul li a:focus,.header_color .sub_menu ul:first-child > li.current-menu-item > a,.header_color .sub_menu ul:first-child > li.current_page_item > a,.header_color .sub_menu ul:first-child > li.active-parent-item > a{color:#333333}.header_color .sub_menu li ul a,.header_color #payment,.header_color .sub_menu ul li,.header_color .sub_menu ul,#top .header_color .sub_menu li li a:hover,#top .header_color .sub_menu li li a:focus{background-color:#ffffff}.header_color#header .avia_mega_div > .sub-menu.avia_mega_hr,.html_bottom_nav_header.html_logo_center #top #menu-item-search>a{border-color:#e1e1e1}#top .header_color .widget_pages ul li a:focus,#top .header_color .widget_nav_menu ul li a:focus{color:#ffffff}@media only screen and (max-width:767px){#top #wrap_all .av_header_transparency{background-color:#ffffff;color:#333333;border-color:#e1e1e1}}@media only screen and (max-width:989px){.html_mobile_menu_tablet #top #wrap_all .av_header_transparency{background-color:#ffffff;color:#333333;border-color:#e1e1e1}}.header_color .avia-tt,.header_color .avia-tt .avia-arrow,.header_color .avia-tt .avia-arrow{background-color:#ffffff;color:#808080}.header_color .av_ajax_search_image{background-color:#ffffff;color:#ffffff}.header_color .ajax_search_excerpt{color:#808080}.header_color .av_ajax_search_title{color:#000000}.header_color .ajax_load{background-color:#ffffff}.header_color .av_searchsubmit_wrapper{background-color:#ffffff}#top .header_color .avia-color-theme-color{color:#ffffff;border-color:#dddddd}.header_color .avia-color-theme-color-subtle{background-color:#fcfcfc;color:#333333}.header_color .avia-color-theme-color-subtle:hover{background-color:#ffffff;color:#000000}#top .header_color .avia-color-theme-color-highlight{color:#ffffff;border-color:#ffffff;background-color:#ffffff}#top .header_color .avia-font-color-theme-color,#top .header_color .avia-font-color-theme-color-hover:hover{color:#ffffff}.header_color .avia-font-color-theme-color-subtle{color:#333333}.header_color .avia-font-color-theme-color-subtle-hover:hover{color:#000000}#top .header_color .avia-font-color-theme-color-highlight,#top .header_color .avia-font-color-theme-color-highlight-hover:hover{color:#ffffff}.header_color .avia-icon-list .iconlist_icon{background-color:#d0d0d0}.header_color .avia-icon-list .iconlist-timeline{border-color:#e1e1e1}.header_color .iconlist_content{color:#808080}.header_color .avia-timeline .milestone_icon{background-color:#d0d0d0}.header_color .avia-timeline .milestone_inner{background-color:#d0d0d0}.header_color .avia-timeline{border-color:#d0d0d0}.header_color .av-milestone-icon-wrap:after{border-color:#d0d0d0}.header_color .avia-timeline .av-milestone-date{color:#a0a0a0}.header_color .avia-timeline .av-milestone-date span{background-color:#d0d0d0}.header_color .avia-timeline-horizontal .av-milestone-content-wrap footer{background-color:#d0d0d0}.header_color .av-timeline-nav a{background-color:#d0d0d0}#top .header_color .input-text,#top .header_color input[type=\'text\'],#top .header_color input[type=\'input\'],#top .header_color input[type=\'password\'],#top .header_color input[type=\'email\'],#top .header_color input[type=\'number\'],#top .header_color input[type=\'url\'],#top .header_color input[type=\'tel\'],#top .header_color input[type=\'search\'],#top .header_color textarea,#top .header_color select{border-color:#e1e1e1;background-color:#fcfcfc;color:#808080}#top .header_color .invers-color .input-text,#top .header_color .invers-color input[type=\'text\'],#top .header_color .invers-color input[type=\'input\'],#top .header_color .invers-color input[type=\'password\'],#top .header_color .invers-color input[type=\'email\'],#top .header_color .invers-color input[type=\'number\'],#top .header_color .invers-color input[type=\'url\'],#top .header_color .invers-color input[type=\'tel\'],#top .header_color .invers-color input[type=\'search\'],#top .header_color .invers-color textarea,#top .header_color .invers-color select{background-color:#ffffff}.header_color .required{color:#ffffff}.header_color .av-masonry{background-color:#ebebeb}.header_color .av-masonry-pagination,.header_color .av-masonry-pagination:hover,.header_color .av-masonry-outerimage-container{background-color:#ffffff}.header_color .container .av-inner-masonry-content,#top .header_color .container .av-masonry-load-more,#top .header_color .container .av-masonry-sort,.header_color .container .av-masonry-entry .avia-arrow{background-color:#fcfcfc} .header_color .hr-short .hr-inner-style,.header_color .hr-short .hr-inner{background-color:#ffffff}div .header_color .tabcontainer .active_tab_content,div .header_color .tabcontainer .active_tab{background-color:#fcfcfc;color:#333333}.responsive.js_active #top .header_color .avia_combo_widget .top_tab .tab{border-top-color:#e1e1e1}.header_color .template-archives .tabcontainer a,#top .header_color .tabcontainer .tab:hover,#top .header_color .tabcontainer .tab.active_tab{color:#333333} .header_color .template-archives .tabcontainer a:hover{color:#ffffff}.header_color .sidebar_tab_icon{background-color:#e1e1e1}#top .header_color .sidebar_active_tab .sidebar_tab_icon{background-color:#ffffff}.header_color .sidebar_tab:hover .sidebar_tab_icon{background-color:#ffffff}.header_color .sidebar_tab,.header_color .tabcontainer .tab{color:#808080}.header_color div .sidebar_active_tab ,div .header_color .tabcontainer.noborder_tabs .active_tab_content,div .header_color .tabcontainer.noborder_tabs .active_tab{color:#333333;background-color:#ffffff}#top .avia-smallarrow-slider .avia-slideshow-dots a{background-color:#fcfcfc}#top .header_color .avia-smallarrow-slider .avia-slideshow-dots a.active,#top .header_color .avia-smallarrow-slider .avia-slideshow-dots a:hover{background-color:#808080}@media only screen and (max-width:767px){.responsive #top .header_color .tabcontainer .active_tab{background-color:#ffffff;color:#ffffff} .responsive #top .header_color .tabcontainer{border-color:#e1e1e1}.responsive #top .header_color .active_tab_content{background-color:#fcfcfc}}.header_color tr:nth-child(even),.header_color .avia-data-table .avia-heading-row .avia-desc-col,.header_color .avia-data-table .avia-highlight-col,.header_color .pricing-table>li:nth-child(even),body .header_color .pricing-table.avia-desc-col li,#top .header_color .avia-data-table.avia_pricing_minimal th{background-color:#ffffff;color:#333333}.header_color table caption,.header_color tr:nth-child(even),.header_color .pricing-table>li:nth-child(even),#top .header_color .avia-data-table.avia_pricing_minimal td{color:#808080}.header_color tr:nth-child(odd),.header_color .pricing-table>li:nth-child(odd),.header_color .pricing-extra{background:#fcfcfc}.header_color .pricing-table li.avia-pricing-row,.header_color .pricing-table li.avia-heading-row,.header_color .pricing-table li.avia-pricing-row .pricing-extra{background-color:#ffffff;color:#ffffff;border-color:#ffffff}.header_color .pricing-table li.avia-heading-row,.header_color .pricing-table li.avia-heading-row .pricing-extra{background-color:#ffffff;color:#ffffff;border-color:#ffffff}.header_color .pricing-table.avia-desc-col .avia-heading-row,.header_color .pricing-table.avia-desc-col .avia-pricing-row{border-color:#e1e1e1}.header_color .theme-color-bar .bar{background:#ffffff}.header_color .mejs-controls .mejs-time-rail .mejs-time-current,.header_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.header_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.header_color .button.av-sending-button,.header_color .av-striped-bar .theme-color-bar .bar{background:#ffffff}body .header_color .mejs-controls .mejs-time-rail .mejs-time-float{background:#ffffff;color:#fff}body .header_color .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:solid 4px #ffffff;border-color:#ffffff transparent transparent transparent}.header_color .progress{background-color:#fcfcfc}.header_color .av_searchform_element_results .av_ajax_search_entry,.header_color .av_searchform_element_results .av_ajax_search_title,.header_color.av_searchform_element_results .av_ajax_search_entry,.header_color.av_searchform_element_results .av_ajax_search_title{color:#ffffff}.header_color .av_searchform_element_results .ajax_search_excerpt,.header_color.av_searchform_element_results .ajax_search_excerpt{color:#808080}.header_color .av_searchform_element_results .av_ajax_search_image,.header_color.av_searchform_element_results .av_ajax_search_image{color:#808080} .header_color .button.av-sending-button{background:#ffffff;background-image:-webkit-linear-gradient(-45deg,#ffffff 25%,#ffffff 25%,#ffffff 50%,#ffffff 50%,#ffffff 75%,#ffffff 75%,#ffffff);background-image:-moz-linear-gradient(-45deg,#ffffff 25%,#ffffff 25%,#ffffff 50%,#ffffff 50%,#ffffff 75%,#ffffff 75%,#ffffff);background-image:linear-gradient(-45deg,#ffffff 25%,#ffffff 25%,#ffffff 50%,#ffffff 50%,#ffffff 75%,#ffffff 75%,#ffffff);border-color:#ffffff}.header_color span.bbp-admin-links a{color:#ffffff}.header_color span.bbp-admin-links a:hover{color:#ffffff}#top .header_color .bbp-reply-content,#top .header_color .bbp-topic-content,#top .header_color .bbp-body .super-sticky .page-numbers,#top .header_color .bbp-body .sticky .page-numbers,#top .header_color .bbp-pagination-links a:hover,#top .header_color .bbp-pagination-links span.current{background:#ffffff}#top .header_color .bbp-topics .bbp-header,#top .header_color .bbp-topics .bbp-header,#top .header_color .bbp-forums .bbp-header,#top .header_color .bbp-topics-front ul.super-sticky,#top .header_color .bbp-topics ul.super-sticky,#top .header_color .bbp-topics ul.sticky,#top .header_color .bbp-forum-content ul.sticky,#top .header_color .bbp-body .page-numbers{background-color:#fcfcfc}#top .header_color .bbp-meta,#top .header_color .bbp-author-role,#top .header_color .bbp-author-ip,#top .header_color .bbp-pagination-count,#top .header_color .bbp-topics .bbp-body .bbp-topic-title:before{color:#808080}#top .header_color .bbp-admin-links{color:#e1e1e1}.header_color #bbpress-forums li.bbp-body ul.forum,.header_color #bbpress-forums li.bbp-body ul.topic,.avia_transform .header_color .bbp-replies .bbp-reply-author:before,.avia_transform .forum-search .header_color .bbp-reply-author:before,.avia_transform .forum-search .header_color .bbp-topic-author:before{background-color:#ffffff;border-color:#e1e1e1}#top .header_color .bbp-author-name{color:#000000}.header_color .widget_display_stats dt,.header_color .widget_display_stats dd{background-color:#fcfcfc}#main,.avia-msie-8 .av_header_sticky_disabled#header{background-color:#ffffff}.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text{color:#000000}.html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext{color:#808080}.html_header_sidebar #header .av-main-nav > li:hover > a .avia-menu-text,.html_header_sidebar #header .av-main-nav > li.current-menu-ancestor > a .avia-menu-text,.html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text{color:#ffffff}#top #wrap_all .av_seperator_big_border#header .av-menu-button-colored > a{background-color:#ffffff}#top #wrap_all .av_seperator_big_border#header .av-menu-button-bordered > a{background-color:#fcfcfc}html.html_header_sidebar #wrap_all{background-color:#ffffff}.header_color .av-hamburger-inner,.header_color .av-hamburger-inner::before,.header_color .av-hamburger-inner::after{background-color:#808080}.html_av-overlay-side #top .av-burger-overlay-scroll{background:#ffffff}.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover{background-color:#fcfcfc}.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a{border-color:#e1e1e1}.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a{color:#333333}.html_av-overlay-side.av-burger-overlay-active #top #wrap_all #header .menu-item-search-dropdown a{color:#333333}.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet,.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner,.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before,.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after{background-color:#333333}.html_av-overlay-side .av-burger-overlay-scroll{width:350px;-webkit-transform:translateX(350px);transform:translateX(350px)}.bbp-topics .bbp-body .bbp-topic-title:before{content:\'\\E83b\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .topic-voices-multi .bbp-topic-title:before{content:\'\\E83c\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .super-sticky .bbp-topic-title:before{content:\'\\E808\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .sticky .bbp-topic-title:before{content:\'\\E809\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .status-closed .bbp-topic-title:before{content:\'\\E824\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .super-sticky.status-closed .bbp-topic-title:before{content:\'\\E809\\E824\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .sticky.status-closed .bbp-topic-title:before{content:\'\\E808\\E824\';font-family:\'entypo-fontello\'}#top .avia-layerslider .ls-nav-prev:before{content:\'\\E87c\';font-family:\'entypo-fontello\'}#top .avia-layerslider .ls-nav-next:before{content:\'\\E87d\';font-family:\'entypo-fontello\'}#top .avia-layerslider .ls-nav-start:before,#top .avia_playpause_icon:before{content:\'\\E897\';font-family:\'entypo-fontello\'}#top .avia-layerslider .ls-nav-stop:before,#top .avia_playpause_icon.av-pause:before{content:\'\\E899\';font-family:\'entypo-fontello\'}.image-overlay .image-overlay-inside:before{content:\'\\E869\';font-family:\'entypo-fontello\'}.image-overlay.overlay-type-extern .image-overlay-inside:before{content:\'\\E832\';font-family:\'entypo-fontello\'}.image-overlay.overlay-type-video .image-overlay-inside:before{content:\'\\E897\';font-family:\'entypo-fontello\'}div.avia-popup button.mfp-arrow:before{content:\'\\E87d\';font-family:\'entypo-fontello\'}div.avia-popup button.mfp-arrow-left:before{content:\'\\E87c\';font-family:\'entypo-fontello\'}.html_header_transparency #top .avia-builder-el-0 .container,.html_header_transparency #top .avia-builder-el-0 .slideshow_caption{padding-top:88px}h1,h2,h3,h4,h5,h6,#top .title_container .main-title,tr.pricing-row td,#top .portfolio-title,.callout .content-area,.avia-big-box .avia-innerbox,.av-special-font,.av-current-sort-title,.html_elegant-blog #top .minor-meta,#av-burger-menu-ul li{font-family:\'roboto\',Helvetica,Arial,sans-serif}body.helvetica_neue{font-family:\'helvetica neue\',Helvetica,Arial,sans-serif}.main-title a{color:white !important;font-size:20px !important}.main-title{color:white}.breadcrumb-title{color:white!important;font-size:14px}.trail-begin{color:white!important;font-size:14px}.trail-end{color:white!important;font-size:14px}.title_container{background-color:#660404 !important}#top .title_container .container{padding-top:5px!important;padding-bottom:5px!important;min-height:35px!important}.page-header{font-size:1.7em;font-weight:bold;text-align:center;color:#8c3b3b!important;padding:5px} .year-note{font-weight:bold}.sep{color:white!important;font-size:14px}.bc-mid{color:white!important;font-size:14px}.doc-header{font-size:1.2em;font-weight:bold}.big-preview img{width:250px;height:auto !important}.widget-header{font-weight:bold;color:#870404}.image-caption{text-align:center;font-style:italic;font-size:12px} #main p a{text-decoration:underline} .whitespace{background-color:white}#footer .widget{margin:0} #footer .widget a{color:#ffffff !important}.pagetop-section{background-color:#efefef}.newspaper-font{font-family:Times New Roman}.container{width:100%} .container .av-content-small.units{width:73%} .responsive .boxed#top ,.responsive.html_boxed.html_header_sticky #header,.responsive.html_boxed.html_header_transparency #header{width:1310px;max-width:90%} .responsive .container{max-width:1310px} #top #wrap_all .av-main-nav ul > li > a,#top #wrap_all .avia_mega_div,#top #wrap_all .avia_mega_div ul,#top #wrap_all .av-main-nav ul ul{font-size:14px} #top #wrap_all .all_colors h3{color:#00010f} #top #wrap_all .all_colors h2{color:#870404;font-size:36px;font-family:\'marck script\',Helvetica,Arial,sans-serif;font-weight:bold;text-transform:none} #top #header_meta,#top #header_meta nav ul ul li,#top #header_meta nav ul ul a,#top #header_meta nav ul ul{background-color:#c72031} #top #header_meta a,#top #header_meta li,#top #header_meta .phone-info{color:#ffffff;border-color:#610814} div.avia-cookie-consent{background-color:#084a79;color:#ffffff} div.avia-cookie-consent p{background-color:#084a79;color:#ffffff} #top #header .av-main-nav > li > a{font-size:16px} body#top{font-size:14px;font-family:\'helvetica neue\',Helvetica,Arial,sans-serif} #top #wrap_all .header_color h1,#top #wrap_all .main_color h1,#top #wrap_all .footer_color h1{color:#00010f;background-color:#e4e4ed;font-family:\'roboto\',Helvetica,Arial,sans-serif}\";}s:15:\"avia-custom-css\";a:6:{s:4:\"name\";s:11:\"avia-custom\";s:3:\"url\";s:65:\"https://valerioanzino.com/wp-content/themes/enfold/css/custom.css\";s:4:\"path\";s:39:\"wp-content/themes/enfold/css/custom.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:85:\"@media only screen and (min-width:768px){} @media only screen and (max-width:767px){}\";}s:14:\"avia-style-css\";a:6:{s:4:\"name\";s:10:\"avia-style\";s:3:\"url\";s:66:\"https://valerioanzino.com/wp-content/themes/enfold-child/style.css\";s:4:\"path\";s:40:\"wp-content/themes/enfold-child/style.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:40:\".tlage{font-weight:bold;font-size:1.1em}\";}}','yes'),(2203691,'aviaAsset_avia-merged-styles','a:1:{s:67:\"avia-merged-styles-3e1d9f8444d9adb570c738f3eaf86969---6329ec8bb29f5\";b:1;}','yes');
INSERT INTO `wp_options` VALUES (2203692,'aviaAsset_js_filecontent','a:18:{s:14:\"avia-compat-js\";a:6:{s:4:\"name\";s:11:\"avia-compat\";s:3:\"url\";s:68:\"https://valerioanzino.com/wp-content/themes/enfold/js/avia-compat.js\";s:4:\"path\";s:42:\"wp-content/themes/enfold/js/avia-compat.js\";s:5:\"print\";b:1;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1218:\"\'use strict\';var avia_is_mobile=!1;if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)&&\'ontouchstart\' in document.documentElement){avia_is_mobile=!0;document.documentElement.className+=\' avia_mobile \'}\nelse{document.documentElement.className+=\' avia_desktop \'};document.documentElement.className+=\' js_active \';(function(){var e=[\'-webkit-\',\'-moz-\',\'-ms-\',\'\'],n=\'\';for(var t in e){if(e[t]+\'transform\' in document.documentElement.style){document.documentElement.className+=\' avia_transform \';n=e[t]+\'transform\'};if(e[t]+\'perspective\' in document.documentElement.style){document.documentElement.className+=\' avia_transform3d \'}};if(typeof document.getElementsByClassName==\'function\'&&typeof document.documentElement.getBoundingClientRect==\'function\'&&avia_is_mobile==!1){if(n&&window.innerHeight>0){setTimeout(function(){var e=0,o={},a=0,t=document.getElementsByClassName(\'av-parallax\'),i=window.pageYOffset||document.documentElement.scrollTop;for(e=0;e<t.length;e++){t[e].style.top=\'0px\';o=t[e].getBoundingClientRect();a=Math.ceil((window.innerHeight+i-o.top)*0.3);t[e].style[n]=\'translate(0px, \'+a+\'px)\';t[e].style.top=\'auto\';t[e].className+=\' enabled-parallax \'}},50)}}})();\";}s:15:\"avia-default-js\";a:6:{s:4:\"name\";s:12:\"avia-default\";s:3:\"url\";s:61:\"https://valerioanzino.com/wp-content/themes/enfold/js/avia.js\";s:4:\"path\";s:35:\"wp-content/themes/enfold/js/avia.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:33115:\";if(!Array.isArray){Array.isArray=function(t){return Object.prototype.toString.call(t)===\'[object Array]\'}}(function(t){\'use strict\';t(function(){var e=a(\'html\');t.avia_utilities=t.avia_utilities||{};if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)&&\'ontouchstart\' in document.documentElement){t.avia_utilities.isMobile=!0}\nelse{t.avia_utilities.isMobile=!1};l();i();new t.AviaTooltip({\'class\':\'avia-search-tooltip\',data:\'avia-search-tooltip\',event:\'click\',position:\'bottom\',scope:\'body\',attach:\'element\',within_screen:!0,close_keys:27});new t.AviaTooltip({\'class\':\'avia-related-tooltip\',data:\'avia-related-tooltip\',scope:\'.related_posts, .av-share-box\',attach:\'element\',delay:0});new t.AviaAjaxSearch({scope:\'#header, .avia_search_element\'});if(t.fn.avia_iso_sort){t(\'.grid-sort-container\').avia_iso_sort()};o();t.avia_utilities.avia_ajax_call()});t.avia_utilities=t.avia_utilities||{};t.avia_utilities.avia_ajax_call=function(e){if(typeof e==\'undefined\'){e=\'body\'};t(\'a.avianolink\').on(\'click\',function(t){t.preventDefault()});t(\'a.aviablank\').attr(\'target\',\'_blank\');if(t.fn.avia_activate_lightbox){t(e).avia_activate_lightbox()};if(t.fn.avia_scrollspy){if(e==\'body\'){t(\'body\').avia_scrollspy({target:\'.main_menu .menu li > a\'})}\nelse{t(\'body\').avia_scrollspy(\'refresh\')}};if(t.fn.avia_smoothscroll){t(\'a[href*=\"#\"]\',e).avia_smoothscroll(e)};r(e);n(e);s(e);if(t.fn.avia_html5_activation&&t.fn.mediaelementplayer){t(\'.avia_video, .avia_audio\',e).avia_html5_activation({ratio:\'16:9\'})}};t.avia_utilities.log=function(t,e,i){if(typeof console==\'undefined\'){return};if(typeof e==\'undefined\'){e=\'log\'};e=\'AVIA-\'+e.toUpperCase();console.log(\'[\'+e+\'] \'+t);if(typeof i!=\'undefined\'){console.log(i)}};function i(){var s=t(window),i=t(\'html\').is(\'.html_header_sidebar\')?\'#main\':\'#header\',o=t(i),r=o.parents(\'div\').eq(0),l=t(i+\' .container\').first(),e=\'\',a=function(){var i=\'\',a=Math.round(l.width()),n=Math.round(o.width()),s=Math.round(r.width());i+=\' #header .three.units{width:\'+(a*0.25)+\'px;}\';i+=\' #header .six.units{width:\'+(a*0.50)+\'px;}\';i+=\' #header .nine.units{width:\'+(a*0.75)+\'px;}\';i+=\' #header .twelve.units{width:\'+(a)+\'px;}\';i+=\' .av-framed-box .av-layout-tab-inner .container{width:\'+(s)+\'px;}\';i+=\' .html_header_sidebar .av-layout-tab-inner .container{width:\'+(n)+\'px;}\';i+=\' .boxed .av-layout-tab-inner .container{width:\'+(n)+\'px;}\';i+=\' .av-framed-box#top .av-submenu-container{width:\'+(s)+\'px;}\';try{e.text(i)}catch(c){e.remove();var h=t(\'head\').first();e=t(\'<style type=\\\'text/css\\\' id=\\\'av-browser-width-calc\\\'>\'+i+\'</style>\').appendTo(h)}};if(t(\'.avia_mega_div\').length>0||t(\'.av-layout-tab-inner\').length>0||t(\'.av-submenu-container\').length>0){var n=t(\'head\').first();e=t(\'<style type=\\\'text/css\\\' id=\\\'av-browser-width-calc\\\'></style>\').appendTo(n);s.on(\'debouncedresize\',a);a()}};function o(){var e=t(\'.sidebar_shadow#top #main .sidebar\'),i=t(\'.sidebar_shadow .content\');if(e.height()>=i.height()){e.addClass(\'av-enable-shadow\')}\nelse{i.addClass(\'av-enable-shadow\')}};function e(e,o){var i=this,s=t.proxy(i.process,i),a=t.proxy(i.refresh,i),r=t(e).is(\'body\')?t(window):t(e),n;i.$body=t(\'body\');i.$win=t(window);i.options=t.extend({},t.fn.avia_scrollspy.defaults,o);i.selector=(i.options.target||((n=t(e).attr(\'href\'))&&n.replace(/.*(?=#[^\\s]+$)/,\'\'))||\'\');i.activation_true=!1;if(i.$body.find(i.selector+\'[href*=\\\'#\\\']\').length){i.$scrollElement=r.on(\'scroll.scroll-spy.data-api\',s);i.$win.on(\'av-height-change\',a);i.$body.on(\'av_resize_finished\',a);i.activation_true=!0;i.checkFirst();setTimeout(function(){i.refresh();i.process()},100)}};e.prototype={constructor:e,checkFirst:function(){var t=window.location.href.split(\'#\')[0],e=this.$body.find(this.selector+\'[href=\\\'\'+t+\'\\\']\').attr(\'href\',t+\'#top\')},refresh:function(){if(!this.activation_true)return;var e=this,i;this.offsets=t([]);this.targets=t([]);i=this.$body.find(this.selector).map(function(){var n=t(this),s=n.data(\'target\')||n.attr(\'href\'),i=this.hash,i=i.replace(/\\//g,\'\'),o=/^#\\w/.test(i)&&t(i),a=e.$scrollElement.get(0),r=a!=null&&a===a.window;return(o&&o.length&&[[o.position().top+(!r&&e.$scrollElement.scrollTop()),s]])||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){e.offsets.push(this[0]);e.targets.push(this[1])})},process:function(){if(!this.offsets)return;if(isNaN(this.options.offset))this.options.offset=0;var i=this.$scrollElement.scrollTop()+this.options.offset,n=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,s=n-this.$scrollElement.height(),e=this.offsets,o=this.targets,a=this.activeTarget,t;if(i>=s){return a!=(t=o.last()[0])&&this.activate(t)};for(t=e.length;t--;){a!=o[t]&&i>=e[t]&&(!e[t+1]||i<=e[t+1])&&this.activate(o[t])}},activate:function(e){var i,o;this.activeTarget=e;t(this.selector).parent(\'.\'+this.options.applyClass).removeClass(this.options.applyClass);o=this.selector+\'[data-target=\"\'+e+\'\"],\'+this.selector+\'[href=\"\'+e+\'\"]\';i=t(o).parent(\'li\').addClass(this.options.applyClass);if(i.parent(\'.sub-menu\').length){i=i.closest(\'li.dropdown_ul_available\').addClass(this.options.applyClass)};i.trigger(\'activate\')}};t.fn.avia_scrollspy=function(i){return this.each(function(){var a=t(this),o=a.data(\'scrollspy\'),n=typeof i==\'object\'&&i;if(!o)a.data(\'scrollspy\',(o=new e(this,n)));if(typeof i==\'string\')o[i]()})};t.fn.avia_scrollspy.Constructor=e;t.fn.avia_scrollspy.calc_offset=function(){var e=(parseInt(t(\'.html_header_sticky #main\').data(\'scroll-offset\'),10))||0,i=(t(\'.html_header_sticky:not(.html_top_nav_header) #header_main_alternate\').outerHeight())||0,o=(t(\'.html_header_sticky.html_header_unstick_top_disabled #header_meta\').outerHeight())||0,a=1,n=parseInt(t(\'html\').css(\'margin-top\'),10)||0,s=parseInt(t(\'.av-frame-top \').outerHeight(),10)||0;return e+i+o+a+n+s};t.fn.avia_scrollspy.defaults={offset:t.fn.avia_scrollspy.calc_offset(),applyClass:\'current-menu-item\'};function a(e){var i={},s=function(t){t=t.toLowerCase();var e=/(edge)\\/([\\w.]+)/.exec(t)||/(opr)[\\/]([\\w.]+)/.exec(t)||/(chrome)[ \\/]([\\w.]+)/.exec(t)||/(iemobile)[\\/]([\\w.]+)/.exec(t)||/(version)(applewebkit)[ \\/]([\\w.]+).*(safari)[ \\/]([\\w.]+)/.exec(t)||/(webkit)[ \\/]([\\w.]+).*(version)[ \\/]([\\w.]+).*(safari)[ \\/]([\\w.]+)/.exec(t)||/(webkit)[ \\/]([\\w.]+)/.exec(t)||/(opera)(?:.*version|)[ \\/]([\\w.]+)/.exec(t)||/(msie) ([\\w.]+)/.exec(t)||t.indexOf(\'trident\')>=0&&/(rv)(?::| )([\\w.]+)/.exec(t)||t.indexOf(\'compatible\')<0&&/(mozilla)(?:.*? rv:([\\w.]+)|)/.exec(t)||[];return{browser:e[5]||e[3]||e[1]||\'\',version:e[2]||e[4]||\'0\',versionNumber:e[4]||e[2]||\'0\'}};var a=s(navigator.userAgent);if(a.browser){i.browser=a.browser;i[a.browser]=!0;i.version=a.version};if(i.chrome){i.webkit=!0}\nelse if(i.webkit){i.safari=!0};if(typeof(i)!==\'undefined\'){var o=\'\',n=i.version?parseInt(i.version):\'\';if(i.msie||i.rv||i.iemobile){o+=\'avia-msie\'}\nelse if(i.webkit){o+=\'avia-webkit\'}\nelse if(i.mozilla){o+=\'avia-mozilla\'};if(i.version)o+=\' \'+o+\'-\'+n+\' \';if(i.browser)o+=\' avia-\'+i.browser+\' avia-\'+i.browser+\'-\'+n+\' \'};if(e)t(e).addClass(o);return o};t.fn.avia_html5_activation=function(e){var i={ratio:\'16:9\'};var e=t.extend(i,e),o=t.avia_utilities.isMobile;this.each(function(){var e=t(this),n=\'#\'+e.attr(\'id\'),a=e.attr(\'poster\'),i=[\'playpause\',\'progress\',\'current\',\'duration\',\'tracks\',\'volume\'],o=e.closest(\'.avia-video\');if(o.length>0&&o.hasClass(\'av-html5-fullscreen-btn\')){i.push(\'fullscreen\')};e.mediaelementplayer({defaultVideoWidth:480,defaultVideoHeight:270,videoWidth:-1,videoHeight:-1,audioWidth:400,audioHeight:30,startVolume:0.8,loop:!1,enableAutosize:!1,features:i,alwaysShowControls:!1,iPadUseNativeControls:!1,iPhoneUseNativeControls:!1,AndroidUseNativeControls:!1,alwaysShowHours:!1,showTimecodeFrameCount:!1,framesPerSecond:25,enableKeyboard:!0,pauseOtherPlayers:!1,poster:a,success:function(i,o,a){t.AviaVideoAPI.players[e.attr(\'id\').replace(/_html5/,\'\')]=a;setTimeout(function(){if(i.pluginType==\'flash\'){i.addEventListener(\'canplay\',function(){e.trigger(\'av-mediajs-loaded\')},!1)}\nelse{e.trigger(\'av-mediajs-loaded\').addClass(\'av-mediajs-loaded\')};i.addEventListener(\'ended\',function(){e.trigger(\'av-mediajs-ended\')},!1);var o=document.getElementById(t(i).attr(\'id\')+\'_html5\');if(o&&o!==i){i.addEventListener(\'ended\',function(){t(o).trigger(\'av-mediajs-ended\')})}},10)},error:function(){},keyActions:[]})})};function n(e){if(t.avia_utilities.isMobile)return;if(t(\'body\').hasClass(\'av-disable-avia-hover-effect\')){return};var a=\'\',o=t.avia_utilities.supports(\'transition\');if(e==\'body\'){var i=t(\'#main a img\').parents(\'a\').not(\'.noLightbox, .noLightbox a, .avia-gallery-thumb a, .ls-wp-container a, .noHover, .noHover a, .av-logo-container .logo a\').add(\'#main .avia-hover-fx\')}\nelse{var i=t(\'a img\',e).parents(\'a\').not(\'.noLightbox, .noLightbox a, .avia-gallery-thumb a, .ls-wp-container a, .noHover, .noHover a, .av-logo-container .logo a\').add(\'.avia-hover-fx\',e)};i.each(function(e){var a=t(this),r=a.find(\'img\').first();if(r.hasClass(\'alignleft\'))a.addClass(\'alignleft\').css({float:\'left\',margin:0,padding:0});if(r.hasClass(\'alignright\'))a.addClass(\'alignright\').css({float:\'right\',margin:0,padding:0});if(r.hasClass(\'aligncenter\'))a.addClass(\'aligncenter\').css({float:\'none\',\'text-align\':\'center\',margin:0,padding:0});if(r.hasClass(\'alignnone\')){a.addClass(\'alignnone\').css({margin:0,padding:0});if(!a.css(\'display\')||a.css(\'display\')==\'inline\'){a.css({display:\'inline-block\'})}};if(!a.css(\'position\')||a.css(\'position\')==\'static\'){a.css({position:\'relative\',overflow:\'hidden\'})};var l=a.attr(\'href\'),n=\'overlay-type-video\',c=a.data(\'opacity\')||0.7,h=5,s=a.find(\'.image-overlay\');if(l){if(l.match(/(jpg|gif|jpeg|png|tif)/))n=\'overlay-type-image\';if(!l.match(/(jpg|gif|jpeg|png|\\.tif|\\.mov|\\.swf|vimeo\\.com|youtube\\.com)/))n=\'overlay-type-extern\'};if(!s.length){s=t(\'<span class=\\\'image-overlay \'+n+\'\\\'><span class=\\\'image-overlay-inside\\\'></span></span>\').appendTo(a)};a.on(\'mouseenter\',function(e){var i=a.find(\'img\').first(),r=i.get(0),l=i.outerHeight(),f=i.outerWidth(),p=i.position(),d=a.css(\'display\'),s=a.find(\'.image-overlay\');if(l>100){if(!s.length){s=t(\'<span class=\\\'image-overlay \'+n+\'\\\'><span class=\\\'image-overlay-inside\\\'></span></span>\').appendTo(a)};if(a.height()==0){a.addClass(r.className);r.className=\'\'};if(!d||d==\'inline\'){a.css({display:\'block\'})};s.css({left:(p.left-h)+parseInt(i.css(\'margin-left\'),10),top:p.top+parseInt(i.css(\'margin-top\'),10)}).css({overflow:\'hidden\',display:\'block\',\'height\':l,\'width\':(f+(2*h))});if(o===!1)s.stop().animate({opacity:c},400)}\nelse{s.css({display:\'none\'})}}).on(\'mouseleave\',i,function(){if(s.length){if(o===!1)s.stop().animate({opacity:0},400)}})})}(function(t){t.fn.avia_smoothscroll=function(e){if(!this.length){return};var a=t(window),d=t(\'#header\'),f=t(\'.html_header_top.html_header_sticky #main\').not(\'.page-template-template-blank-php #main\'),u=t(\'.html_header_top.html_header_unstick_top_disabled #header_meta\'),v=t(\'.html_header_top:not(.html_top_nav_header) #header_main_alternate\'),m=t(\'.html_header_top.html_top_nav_header\'),l=t(\'.html_header_top.html_header_shrinking\').length,h=t(\'.av-frame-top\'),i=0,c=t.avia_utilities.isMobile,o=t(\'.sticky_placeholder\').first(),p=function(){if(d.css(\'position\')==\'fixed\'){var e=parseInt(f.data(\'scroll-offset\'),10)||0,o=parseInt(u.outerHeight(),10)||0,a=parseInt(v.outerHeight(),10)||0;if(e>0&&l){e=(e/2)+o+a}\nelse{e=e+o+a};e+=parseInt(t(\'html\').css(\'margin-top\'),10);i=e}\nelse{i=parseInt(t(\'html\').css(\'margin-top\'),10)};if(h.length){i+=h.height()};if(m.length){i=t(\'.html_header_sticky #header_main_alternate\').height()+parseInt(t(\'html\').css(\'margin-top\'),10)};if(c){i=0}};if(c){l=!1};p();a.on(\'debouncedresize av-height-change\',p);var n=window.location.hash.replace(/\\//g,\'\');if(i>0&&n&&e==\'body\'&&n.charAt(1)!=\'!\'&&n.indexOf(\'=\')===-1){var s=t(n),r=0;if(s.length){a.on(\'scroll.avia_first_scroll\',function(){setTimeout(function(){if(o.length&&s.offset().top>o.offset().top){r=o.outerHeight()-3};a.off(\'scroll.avia_first_scroll\').scrollTop(s.offset().top-i-r)},10)})}};return this.each(function(){t(this).on(\'click\',function(e){var n=this.hash.replace(/\\//g,\'\'),h=t(this),f=h.data();if(n!=\'\'&&n!=\'#\'&&n!=\'#prev\'&&n!=\'#next\'&&!h.is(\'.comment-reply-link, #cancel-comment-reply-link, .no-scroll\')){var s=\'\',d=\'\';if(\'#next-section\'==n){d=n;var g=h.parents(\'.container_wrap\').eq(0).nextAll(\'.container_wrap\');g.each(function(){var e=t(this);if(e.css(\'display\')==\'none\'||e.css(\'visibility\')==\'hidden\'){return};s=e;return!1});if(\'object\'==typeof s&&s.length>0){n=\'#\'+s.attr(\'id\')}}\nelse{s=t(this.hash.replace(/\\//g,\'\'))};if(s.length){var c=a.scrollTop(),p=s.offset().top,r=p-i,l=window.location.hash,l=l.replace(/\\//g,\'\'),u=window.location.href.replace(l,\'\'),v=this,m=f.duration||1200,y=f.easing||\'easeInOutQuint\';if(o.length&&p>o.offset().top){r-=o.outerHeight()-3};if(u+n==v||d){if(c!=r){if(!(c==0&&r<=0)){a.trigger(\'avia_smooth_scroll_start\');t(\'html:not(:animated),body:not(:animated)\').animate({scrollTop:r},m,y,function(){if(window.history.replaceState){window.history.replaceState(\'\',\'\',n)}})}};e.preventDefault()}}}})})}})(jQuery);function s(t){var e=jQuery(\'iframe[src*=\"youtube.com\"]:not(.av_youtube_frame)\',t),i=jQuery(\'iframe[src*=\"youtube.com\"]:not(.av_youtube_frame) object, iframe[src*=\"youtube.com\"]:not(.av_youtube_frame) embed\',t).attr(\'wmode\',\'opaque\');e.each(function(){var e=jQuery(this),t=e.attr(\'src\');if(t){if(t.indexOf(\'?\')!==-1){t+=\'&wmode=opaque&rel=0\'}\nelse{t+=\'?wmode=opaque&rel=0\'};e.attr(\'src\',t)}})};function r(t){if(!t)t=document;var o=jQuery(window),e=jQuery(\'.avia-iframe-wrap iframe:not(.avia-slideshow iframe):not( iframe.no_resize):not(.avia-video iframe)\',t),i=function(){e.each(function(){var e=jQuery(this),i=e.parent(),t=56.25;if(this.width&&this.height){t=(100/this.width)*this.height;i.css({\'padding-bottom\':t+\'%\'})}})};i()};function l(){var i=t(window),a=!1,e=t(\'#scroll-top-link\'),o=function(){var t=i.scrollTop();if(t<500){e.removeClass(\'avia_pop_class\')}\nelse if(!e.is(\'.avia_pop_class\')){e.addClass(\'avia_pop_class\')}};i.on(\'scroll\',function(){window.requestAnimationFrame(o)});o()};t.AviaAjaxSearch=function(e){var i={delay:300,minChars:3,scope:\'body\'};this.options=t.extend({},i,e);this.scope=t(this.options.scope);this.timer=!1;this.lastVal=\'\';this.bind_events()};t.AviaAjaxSearch.prototype={bind_events:function(){this.scope.on(\'keyup\',\'#s:not(\".av_disable_ajax_search #s\")\',t.proxy(this.try_search,this));this.scope.on(\'click\',\'#s.av-results-parked\',t.proxy(this.reset,this))},try_search:function(e){var i=t(e.currentTarget).parents(\'form\').eq(0),o=i.find(\'.ajax_search_response\');clearTimeout(this.timer);if(e.keyCode===27){this.reset(e);return};if(e.currentTarget.value.length>=this.options.minChars&&this.lastVal!=e.currentTarget.value.trim()){this.timer=setTimeout(t.proxy(this.do_search,this,e),this.options.delay)}\nelse if(e.currentTarget.value.length==0){this.timer=setTimeout(t.proxy(this.reset,this,e),this.options.delay)}},reset:function(e){var i=t(e.currentTarget).parents(\'form\').eq(0),o=i.find(\'.ajax_search_response\'),a=t(i.attr(\'data-ajaxcontainer\')).find(\'.ajax_search_response\'),n=t(e.currentTarget);if(t(e.currentTarget).hasClass(\'av-results-parked\')){o.show();a.show();t(\'body > .ajax_search_response\').show()}\nelse{o.remove();a.remove();n.val(\'\');t(\'body > .ajax_search_response\').remove()}},do_search:function(e){var w=this,l=t(e.currentTarget).attr(\'autocomplete\',\'off\'),h=t(e.currentTarget).parents(\'.av_searchform_wrapper\').eq(0),p=h.offset(),m=h.outerWidth(),y=h.outerHeight(),i=l.parents(\'form\').eq(0),g=i.find(\'#searchsubmit\'),n=i,o=n.find(\'.ajax_search_response\'),d=t(\'<div class=\"ajax_load\"><span class=\"ajax_load_inner\"></span></div>\'),s=i.attr(\'action\'),c=i.serialize(),f=i.data(\'element_id\'),u=i.data(\'custom_color\');c+=\'&action=avia_ajax_search\';if(!o.length){o=t(\'<div class=\"ajax_search_response\" style=\"display:none;\"></div>\')};if(\'undefined\'!=typeof f){o.addClass(f)};if(\'undefined\'!=typeof u&&u!=\'\'){o.addClass(\'av_has_custom_color\')};if(i.attr(\'id\')==\'searchform_element\'){o.addClass(\'av_searchform_element_results\')};if(s.indexOf(\'?\')!=-1){s=s.split(\'?\');c+=\'&\'+s[1]};if(i.attr(\'data-ajaxcontainer\')){var r=i.attr(\'data-ajaxcontainer\');if(t(r).length){t(r).find(\'.ajax_search_response\').remove();n=t(r)}};a={};if(i.hasClass(\'av_results_container_fixed\')){t(\'body\').find(\'.ajax_search_response\').remove();n=t(\'body\');var a={top:p.top+y,left:p.left,width:m};o.addClass(\'main_color\');t(window).resize(function(){o.remove();t.proxy(this.reset,this);l.val(\'\')})};if(i.attr(\'data-results_style\')){var v=JSON.parse(i.attr(\'data-results_style\'));a=Object.assign(a,v);if(\'color\' in a){o.addClass(\'av_has_custom_color\')}};o.css(a);if(n.hasClass(\'avia-section\')){o.addClass(\'container\')};o.appendTo(n);if(o.find(\'.ajax_not_found\').length&&e.currentTarget.value.indexOf(this.lastVal)!=-1){return};this.lastVal=e.currentTarget.value;t.ajax({url:avia_framework_globals.ajaxurl,type:\'POST\',data:c,beforeSend:function(){d.insertAfter(g);i.addClass(\'ajax_loading_now\')},success:function(t){if(t==0){t=\'\'};o.html(t).show()},complete:function(){d.remove();i.removeClass(\'ajax_loading_now\')}});t(document).on(\'click\',function(e){if(!t(e.target).closest(i).length){if(t(o).is(\':visible\')){t(o).hide();l.addClass(\'av-results-parked\')}}})}};t.AviaTooltip=function(e){var o={delay:1500,delayOut:300,delayHide:0,\'class\':\'avia-tooltip\',scope:\'body\',data:\'avia-tooltip\',attach:\'body\',event:\'mouseenter\',position:\'top\',extraClass:\'avia-tooltip-class\',permanent:!1,within_screen:!1,close_keys:null};this.options=t.extend({},o,e);var i=\'\';if(this.options.close_keys!=null){if(!Array.isArray(this.options.close_keys)){this.options.close_keys=[this.options.close_keys]};i=\' data-close-keys=\"\'+this.options.close_keys.join(\',\')+\'\" \'};this.body=t(\'body\');this.scope=t(this.options.scope);this.tooltip=t(\'<div class=\"\'+this.options[\'class\']+\' avia-tt\"\'+i+\'><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></div>\');this.inner=t(\'<div class=\"inner_tooltip\"></div>\').prependTo(this.tooltip);this.open=!1;this.timer=!1;this.active=!1;this.bind_events()};t.AviaTooltip.openTTs=[];t.AviaTooltip.openTT_Elements=[];t.AviaTooltip.prototype={bind_events:function(){var i=\'.av-permanent-tooltip [data-\'+this.options.data+\']\',e=\'[data-\'+this.options.data+\']:not( .av-permanent-tooltip [data-\'+this.options.data+\'])\';this.scope.on(\'av_permanent_show\',i,t.proxy(this.display_tooltip,this));t(i).addClass(\'av-perma-tooltip\').trigger(\'av_permanent_show\');this.scope.on(this.options.event+\' mouseleave\',e,t.proxy(this.start_countdown,this));if(this.options.event!=\'click\'){this.scope.on(\'mouseleave\',e,t.proxy(this.hide_tooltip,this));this.scope.on(\'click\',e,t.proxy(this.hide_on_click_tooltip,this))}\nelse{this.body.on(\'mousedown\',t.proxy(this.hide_tooltip,this))};if(this.options.close_keys!=null){this.body.on(\'keyup\',t.proxy(this.close_on_keyup,this))}},start_countdown:function(e){clearTimeout(this.timer);var o=this.options.event==\'click\'?e.target:e.currentTarget,a=t(o);if(e.type==this.options.event){var i=this.options.event==\'click\'?0:this.open?0:this.options.delay;this.timer=setTimeout(t.proxy(this.display_tooltip,this,e),i)}\nelse if(e.type==\'mouseleave\'){if(!a.hasClass(\'av-close-on-click-tooltip\')){this.timer=setTimeout(t.proxy(this.stop_instant_open,this,e),this.options.delayOut)}};e.preventDefault()},reset_countdown:function(t){clearTimeout(this.timer);this.timer=!1},display_tooltip:function(e){var g=this,w=this.options.event==\'click\'?e.target:e.currentTarget,i=t(w),c=i.data(this.options.data),u=i.data(\'avia-created-tooltip\'),v=i.data(\'avia-tooltip-class\'),d=this.options.attach==\'element\'?i:this.body,s=this.options.attach==\'element\'?i.position():i.offset(),h=i.data(\'avia-tooltip-position\'),p=i.data(\'avia-tooltip-alignment\'),m=!1,o=!1,y=!1;c=\'string\'==typeof c?c.trim():\'\';if(i.is(\'.av-perma-tooltip\')){s={top:0,left:0};d=i;m=!0};if(c==\'\'){return};if(h==\'\'||typeof h==\'undefined\'){h=this.options.position};if(p==\'\'||typeof p==\'undefined\'){p=\'center\'};if(typeof u!=\'undefined\'){o=t.AviaTooltip.openTTs[u]}\nelse{this.inner.html(c);o=this.tooltip.clone();y=!0;if(this.options.attach==\'element\'&&m!==!0){o.insertAfter(d)}\nelse{o.appendTo(d)};if(v!=\'\'){o.addClass(v)}};if(this.open&&this.active==o){return};if(i.hasClass(\'av-close-on-click-tooltip\')){this.hide_all_tooltips()};this.open=!0;this.active=o;if((o.is(\':animated:visible\')&&e.type==\'click\')||i.is(\'.\'+this.options[\'class\'])||i.parents(\'.\'+this.options[\'class\']).length!=0){return};var r={},l={},n=\'\',a=\'\';if(h==\'top\'||h==\'bottom\'){switch(p){case\'left\':a=s.left;break;case\'right\':a=s.left+i.outerWidth()-o.outerWidth();break;default:a=(s.left+(i.outerWidth()/2))-(o.outerWidth()/2);break};if(g.options.within_screen){var f=i.offset().left+(i.outerWidth()/2)-(o.outerWidth()/2)+parseInt(o.css(\'margin-left\'),10);if(f<0){a=a-f}}}\nelse{switch(p){case\'top\':n=s.top;break;case\'bottom\':n=s.top+i.outerHeight()-o.outerHeight();break;default:n=(s.top+(i.outerHeight()/2))-(o.outerHeight()/2);break}};switch(h){case\'top\':n=s.top-o.outerHeight();r={top:n-10,left:a};l={top:n};break;case\'bottom\':n=s.top+i.outerHeight();r={top:n+10,left:a};l={top:n};break;case\'left\':a=s.left-o.outerWidth();r={top:n,left:a-10};l={left:a};break;case\'right\':a=s.left+i.outerWidth();r={top:n,left:a+10};l={left:a};break};r[\'display\']=\'block\';r[\'opacity\']=0;l[\'opacity\']=1;o.css(r).stop().animate(l,200);o.find(\'input, textarea\').trigger(\'focus\');if(y){t.AviaTooltip.openTTs.push(o);t.AviaTooltip.openTT_Elements.push(i);i.data(\'avia-created-tooltip\',t.AviaTooltip.openTTs.length-1)}},hide_on_click_tooltip:function(e){if(this.options.event==\'click\'){return};var i=t(e.currentTarget);if(!i.hasClass(\'av-close-on-click-tooltip\')){return};if(!i.find(\'a\')){e.preventDefault()};var a=i.data(\'avia-created-tooltip\');if(\'undefined\'!=typeof a){var o=t.AviaTooltip.openTTs[a];if(\'undefined\'!=typeof o&&o==this.active){this.hide_all_tooltips()}}},close_on_keyup:function(e){if(this.options.close_keys==null){return};if(t.inArray(e.keyCode,this.options.close_keys)<0){return};this.hide_all_tooltips(e.keyCode)},hide_all_tooltips:function(e){var a,n,s,r=\'undefined\'!=typeof e?e+\'\':null;for(var o=0;o<t.AviaTooltip.openTTs.length;++o){a=t.AviaTooltip.openTTs[o];s=t.AviaTooltip.openTT_Elements[o];n=s.data(\'avia-tooltip-position\');if(r!=null){var i=a.data(\'close-keys\');if(\'undefined\'==typeof i){continue};i=i+\'\';i=i.split(\',\');if(t.inArray(r,i)<0){continue}};this.animate_hide_tooltip(a,n)};this.open=!1;this.active=!1},hide_tooltip:function(e){var i=t(e.currentTarget),o,s,a=i.data(\'avia-tooltip-position\'),n=i.data(\'avia-tooltip-alignment\'),o=!1;if(a==\'\'||typeof a==\'undefined\'){a=this.options.position};if(n==\'\'||typeof n==\'undefined\'){n=\'center\'};if(this.options.event==\'click\'){i=t(e.target);if(!i.is(\'.\'+this.options[\'class\'])&&i.parents(\'.\'+this.options[\'class\']).length==0){if(this.active.length){o=this.active;this.active=!1}}}\nelse{if(!i.hasClass(\'av-close-on-click-tooltip\')){o=i.data(\'avia-created-tooltip\');o=typeof o!=\'undefined\'?t.AviaTooltip.openTTs[o]:!1}};this.animate_hide_tooltip(o,a)},animate_hide_tooltip:function(t,e){if(t){var i={opacity:0};switch(e){case\'top\':i[\'top\']=parseInt(t.css(\'top\'),10)-10;break;case\'bottom\':i[\'top\']=parseInt(t.css(\'top\'),10)+10;break;case\'left\':i[\'left\']=parseInt(t.css(\'left\'),10)-10;break;case\'right\':i[\'left\']=parseInt(t.css(\'left\'),10)+10;break};t.animate(i,200,function(){t.css({display:\'none\'})})}},stop_instant_open:function(t){this.open=!1}}})(jQuery);!function(){\'use strict\';function t(o){if(!o)throw new Error(\'No options passed to Waypoint constructor\');if(!o.element)throw new Error(\'No element option passed to Waypoint constructor\');if(!o.handler)throw new Error(\'No handler option passed to Waypoint constructor\');this.key=\'waypoint-\'+i,this.options=t.Adapter.extend({},t.defaults,o),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=o.handler,this.axis=this.options.horizontal?\'horizontal\':\'vertical\',this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),e[this.key]=this,i+=1};var i=0,e={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete e[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var o=[];for(var n in e)o.push(e[n]);for(var i=0,a=o.length;a>i;i++)o[i][t]()},t.destroyAll=function(){t.invokeAll(\'destroy\')},t.disableAll=function(){t.invokeAll(\'disable\')},t.enableAll=function(){t.Context.refreshAll();for(var i in e)e[i].enabled=!0;return this},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:\'default\',horizontal:!1,offset:0},t.offsetAliases={\'bottom-in-view\':function(){return this.context.innerHeight()-this.adapter.outerHeight()},\'right-in-view\':function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){\'use strict\';function n(t){window.setTimeout(t,1e3/60)};function t(a){this.element=a,this.Adapter=e.Adapter,this.adapter=new this.Adapter(a),this.key=\'waypoint-context-\'+o,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},a.waypointContextKey=this.key,i[a.waypointContextKey]=this,o+=1,e.windowContext||(e.windowContext=!0,e.windowContext=new t(window)),this.createThrottledScrollHandler(),this.createThrottledResizeHandler()};var o=0,i={},e=window.Waypoint,a=window.onload;t.prototype.add=function(t){var e=t.options.horizontal?\'horizontal\':\'vertical\';this.waypoints[e][t.key]=t,this.refresh()},t.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical),o=this.element==this.element.window;t&&e&&!o&&(this.adapter.off(\'.waypoints\'),delete i[this.key])},t.prototype.createThrottledResizeHandler=function(){function i(){t.handleResize(),t.didResize=!1};var t=this;this.adapter.on(\'resize.waypoints\',function(){t.didResize||(t.didResize=!0,e.requestAnimationFrame(i))})},t.prototype.createThrottledScrollHandler=function(){function i(){t.handleScroll(),t.didScroll=!1};var t=this;this.adapter.on(\'scroll.waypoints\',function(){(!t.didScroll||e.isTouch)&&(t.didScroll=!0,e.requestAnimationFrame(i))})},t.prototype.handleResize=function(){e.Context.refreshAll()},t.prototype.handleScroll=function(){var a={},i={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:\'right\',backward:\'left\'},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:\'down\',backward:\'up\'}};for(var o in i){var e=i[o],p=e.newScroll>e.oldScroll,d=p?e.forward:e.backward;for(var c in this.waypoints[o]){var t=this.waypoints[o][c];if(null!==t.triggerPoint){var n=e.oldScroll<t.triggerPoint,s=e.newScroll>=t.triggerPoint,l=n&&s,h=!n&&!s;(l||h)&&(t.queueTrigger(d),a[t.group.id]=t.group)}}};for(var r in a)a[r].flushTriggers();this.oldScroll={x:i.horizontal.newScroll,y:i.vertical.newScroll}},t.prototype.innerHeight=function(){return this.element==this.element.window?e.viewportHeight():this.adapter.innerHeight()},t.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},t.prototype.innerWidth=function(){return this.element==this.element.window?e.viewportWidth():this.adapter.innerWidth()},t.prototype.destroy=function(){var e=[];for(var i in this.waypoints)for(var a in this.waypoints[i])e.push(this.waypoints[i][a]);for(var t=0,o=e.length;o>t;t++)e[t].destroy()},t.prototype.refresh=function(){var c,a=this.element==this.element.window,m=a?void 0:this.adapter.offset(),n={};this.handleScroll(),c={horizontal:{contextOffset:a?0:m.left,contextScroll:a?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:\'right\',backward:\'left\',offsetProp:\'left\'},vertical:{contextOffset:a?0:m.top,contextScroll:a?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:\'down\',backward:\'up\',offsetProp:\'top\'}};for(var h in c){var i=c[h];for(var y in this.waypoints[h]){var p,s,r,d,f,t=this.waypoints[h][y],o=t.options.offset,u=t.triggerPoint,v=0,l=null==u;t.element!==t.element.window&&(v=t.adapter.offset()[i.offsetProp]),\'function\'==typeof o?o=o.apply(t):\'string\'==typeof o&&(o=parseFloat(o),t.options.offset.indexOf(\'%\')>-1&&(o=Math.ceil(i.contextDimension*o/100))),p=i.contextScroll-i.contextOffset,t.triggerPoint=Math.floor(v+p-o),s=u<i.oldScroll,r=t.triggerPoint>=i.oldScroll,d=s&&r,f=!s&&!r,!l&&d?(t.queueTrigger(i.backward),n[t.group.id]=t.group):!l&&f?(t.queueTrigger(i.forward),n[t.group.id]=t.group):l&&i.oldScroll>=t.triggerPoint&&(t.queueTrigger(i.forward),n[t.group.id]=t.group)}};return e.requestAnimationFrame(function(){for(var t in n)n[t].flushTriggers()}),this},t.findOrCreateByElement=function(e){return t.findByElement(e)||new t(e)},t.refreshAll=function(){for(var t in i)i[t].refresh()},t.findByElement=function(t){return i[t.waypointContextKey]},window.onload=function(){a&&a(),t.refreshAll()},e.requestAnimationFrame=function(t){var e=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||n;e.call(window,t)},e.Context=t}(),function(){\'use strict\';function i(t,e){return t.triggerPoint-e.triggerPoint};function a(t,e){return e.triggerPoint-t.triggerPoint};function t(t){this.name=t.name,this.axis=t.axis,this.id=this.name+\'-\'+this.axis,this.waypoints=[],this.clearTriggerQueues(),o[this.axis][this.name]=this};var o={vertical:{},horizontal:{}},e=window.Waypoint;t.prototype.add=function(t){this.waypoints.push(t)},t.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},t.prototype.flushTriggers=function(){for(var o in this.triggerQueues){var e=this.triggerQueues[o],r=\'up\'===o||\'left\'===o;e.sort(r?a:i);for(var t=0,s=e.length;s>t;t+=1){var n=e[t];(n.options.continuous||t===e.length-1)&&n.trigger([o])}};this.clearTriggerQueues()},t.prototype.next=function(t){this.waypoints.sort(i);var o=e.Adapter.inArray(t,this.waypoints),a=o===this.waypoints.length-1;return a?null:this.waypoints[o+1]},t.prototype.previous=function(t){this.waypoints.sort(i);var o=e.Adapter.inArray(t,this.waypoints);return o?this.waypoints[o-1]:null},t.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},t.prototype.remove=function(t){var i=e.Adapter.inArray(t,this.waypoints);i>-1&&this.waypoints.splice(i,1)},t.prototype.first=function(){return this.waypoints[0]},t.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},t.findOrCreate=function(e){return o[e.axis][e.name]||new t(e)},e.Group=t}(),function(){\'use strict\';function e(e){this.$element=t(e)};var t=window.jQuery,i=window.Waypoint;t.each([\'innerHeight\',\'innerWidth\',\'off\',\'offset\',\'on\',\'outerHeight\',\'outerWidth\',\'scrollLeft\',\'scrollTop\'],function(t,i){e.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),t.each([\'extend\',\'inArray\',\'isEmptyObject\'],function(i,o){e[o]=t[o]}),i.adapters.push({name:\'jquery\',Adapter:e}),i.Adapter=e}(),function(){\'use strict\';function t(t){return function(){var o=[],i=arguments[0];return\'function\'===typeof arguments[0]&&(i=t.extend({},arguments[1]),i.handler=arguments[0]),this.each(function(){var a=t.extend({},i,{element:this});\'string\'==typeof a.context&&(a.context=t(this).closest(a.context)[0]),o.push(new e(a))}),o}};var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.waypoint=t(window.jQuery)),window.Zepto&&(window.Zepto.fn.waypoint=t(window.Zepto))}();(function(){var i=0,e=[\'ms\',\'moz\',\'webkit\',\'o\'];for(var t=0;t<e.length&&!window.requestAnimationFrame;++t){window.requestAnimationFrame=window[e[t]+\'RequestAnimationFrame\'];window.cancelAnimationFrame=window[e[t]+\'CancelAnimationFrame\']||window[e[t]+\'CancelRequestAnimationFrame\']};if(!window.requestAnimationFrame)window.requestAnimationFrame=function(t,e){var o=new Date().getTime(),a=Math.max(0,16-(o-i)),n=window.setTimeout(function(){t(o+a)},a);i=o+a;return n};if(!window.cancelAnimationFrame)window.cancelAnimationFrame=function(t){clearTimeout(t)}}());jQuery.expr.pseudos.regex=function(t,e,o){var i=o[3].split(\',\'),a=/^(data|css):/,n={method:i[0].match(a)?i[0].split(\':\')[0]:\'attr\',property:i.shift().replace(a,\'\')},s=\'ig\',r=new RegExp(i.join(\'\').replace(/^\\s+|\\s+$/g,\'\'),s);return r.test(jQuery(t)[n.method](n.property))};\";}s:18:\"avia-shortcodes-js\";a:6:{s:4:\"name\";s:15:\"avia-shortcodes\";s:3:\"url\";s:67:\"https://valerioanzino.com/wp-content/themes/enfold/js/shortcodes.js\";s:4:\"path\";s:41:\"wp-content/themes/enfold/js/shortcodes.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:22196:\"(function(i){\"use strict\";i(function(){i.avia_utilities=i.avia_utilities||{};if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)&&\"ontouchstart\" in document.documentElement){i.avia_utilities.isMobile=!0}\nelse{i.avia_utilities.isMobile=!1};if(i.fn.avia_mobile_fixed){i(\".avia-bg-style-fixed\").avia_mobile_fixed()};if(i.fn.avia_parallax){i(\".av-parallax\").avia_parallax()};if(i.fn.avia_browser_height){i(\".av-minimum-height, .avia-fullscreen-slider, .av-cell-min-height\").avia_browser_height()};if(i.fn.avia_video_section){i(\".av-section-with-video-bg\").avia_video_section()};new i.AviaTooltip({\"class\":\"avia-tooltip\",data:\"avia-tooltip\",delay:0,scope:\"body\"});new i.AviaTooltip({\"class\":\"avia-tooltip avia-icon-tooltip\",data:\"avia-icon-tooltip\",delay:0,scope:\"body\"});i.avia_utilities.activate_shortcode_scripts();if(i.fn.layer_slider_height_helper){i(\".avia-layerslider\").layer_slider_height_helper()};if(i.fn.avia_portfolio_preview){i(\".grid-links-ajax\").avia_portfolio_preview()};if(i.fn.avia_masonry){i(\".av-masonry\").avia_masonry()};if(i.fn.aviaccordion){i(\".aviaccordion\").aviaccordion()};if(i.fn.avia_textrotator){i(\".av-rotator-container\").avia_textrotator()};if(i.fn.avia_sc_tab_section){i(\".av-tab-section-container\").avia_sc_tab_section()};if(i.fn.avia_hor_gallery){i(\".av-horizontal-gallery\").avia_hor_gallery()};if(i.fn.avia_link_column){i(\".avia-link-column\").avia_link_column()};if(i.fn.avia_delayed_animation_in_container){i(\".av-animation-delay-container\").avia_delayed_animation_in_container()}});i.avia_utilities=i.avia_utilities||{};i.avia_utilities.activate_shortcode_scripts=function(e){if(typeof e==\"undefined\"){e=\"body\"};if(i.fn.avia_ajax_form){i(\".avia_ajax_form:not( .avia-disable-default-ajax )\",e).avia_ajax_form()};n(e);if(i.fn.aviaVideoApi){i(\".avia-slideshow iframe[src*=\\\"youtube.com\\\"], .av_youtube_frame, .av_vimeo_frame, .avia-slideshow video\").aviaVideoApi({},\"li\")};if(i.fn.avia_sc_toggle){i(\".togglecontainer\",e).avia_sc_toggle()};if(i.fn.avia_sc_tabs){i(\".top_tab\",e).avia_sc_tabs();i(\".sidebar_tab\",e).avia_sc_tabs({sidebar:!0})};if(i.fn.avia_sc_gallery){i(\".avia-gallery\",e).avia_sc_gallery()};if(i.fn.avia_sc_animated_number){i(\".avia-animated-number\",e).avia_sc_animated_number()};if(i.fn.avia_sc_animation_delayed){i(\".av_font_icon\",e).avia_sc_animation_delayed({delay:100});i(\".avia-image-container\",e).avia_sc_animation_delayed({delay:100});i(\".av-hotspot-image-container\",e).avia_sc_animation_delayed({delay:100});i(\".av-animated-generic\",e).avia_sc_animation_delayed({delay:100})};if(i.fn.avia_sc_iconlist){i(\".avia-icon-list.av-iconlist-big.avia-iconlist-animate\",e).avia_sc_iconlist()};if(i.fn.avia_sc_progressbar){i(\".avia-progress-bar-container\",e).avia_sc_progressbar()};if(i.fn.avia_sc_testimonial){i(\".avia-testimonial-wrapper\",e).avia_sc_testimonial()};if(i.fn.aviaFullscreenSlider){i(\".avia-slideshow.av_fullscreen\",e).aviaFullscreenSlider()};if(i.fn.aviaSlider){i(\".avia-slideshow:not(.av_fullscreen)\",e).aviaSlider();i(\".avia-content-slider-active\",e).aviaSlider({wrapElement:\".avia-content-slider-inner\",slideElement:\".slide-entry-wrap\",fullfade:!0});i(\".avia-slider-testimonials\",e).aviaSlider({wrapElement:\".avia-testimonial-row\",slideElement:\".avia-testimonial\",fullfade:!0})};if(i.fn.aviaMagazine){i(\".av-magazine-tabs-active\",e).aviaMagazine()};if(i.fn.aviaHotspots){i(\".av-hotspot-image-container\",e).aviaHotspots()};if(i.fn.aviaCountdown){i(\".av-countdown-timer\",e).aviaCountdown()};if(i.fn.aviaPlayer){i(\".av-player\",e).aviaPlayer()}};function n(e){if(i.fn.avia_waypoints){if(typeof e==\"undefined\"){e=\"body\"};i(\".avia_animate_when_visible\",e).avia_waypoints();i(\".avia_animate_when_almost_visible\",e).avia_waypoints({offset:\"80%\"});if(e==\"body\"){e=\".avia_desktop body\"};i(\".av-animated-generic\",e).avia_waypoints({offset:\"95%\"})}};i.AviaParallaxElement=function(e,a){this.$el=i(a).addClass(\"active-parallax\");this.$win=i(window);this.$body=i(\"body\");this.$parent=this.$el.parent();this.property={};this.isMobile=i.avia_utilities.isMobile;this.ratio=this.$el.data(\"avia-parallax-ratio\")||0.5;this.transform=document.documentElement.className.indexOf(\"avia_transform\")!==-1?!0:!1;this.transform3d=document.documentElement.className.indexOf(\"avia_transform3d\")!==-1?!0:!1;this.ticking=!1;if(i.avia_utilities.supported.transition===undefined){i.avia_utilities.supported.transition=i.avia_utilities.supports(\"transition\")};this._init(e)};i.AviaParallaxElement.prototype={_init:function(e){var a=this;if(a.isMobile){return};setTimeout(function(){a._fetch_properties()},30);this.$win.on(\"debouncedresize av-height-change\",i.proxy(a._fetch_properties,a));this.$body.on(\"av_resize_finished\",i.proxy(a._fetch_properties,a));setTimeout(function(){a.$win.on(\"scroll\",i.proxy(a._on_scroll,a))},100)},_fetch_properties:function(){this.property.offset=this.$parent.offset().top;this.property.wh=this.$win.height();this.property.height=this.$parent.outerHeight();this.$el.height(Math.ceil((this.property.wh*this.ratio)+this.property.height));this._parallax_scroll()},_on_scroll:function(e){var a=this;if(!a.ticking){a.ticking=!0;window.requestAnimationFrame(i.proxy(a._parallax_scroll,a))}},_parallax_scroll:function(e){var n=this.$win.scrollTop(),o=n+this.property.wh,a=\"0\",t={};if(this.property.offset<o&&n<=this.property.offset+this.property.height){a=Math.ceil((o-this.property.offset)*this.ratio);if(this.transform3d){t[i.avia_utilities.supported.transition+\"transform\"]=\"translate3d(0px,\"+a+\"px, 0px)\"}\nelse if(this.transform){t[i.avia_utilities.supported.transition+\"transform\"]=\"translate(0px,\"+a+\"px)\"}\nelse{t[\"background-position\"]=\"0px \"+a+\"px\"};this.$el.css(t)};this.ticking=!1}};i.fn.avia_parallax=function(e){return this.each(function(){var a=i.data(this,\"aviaParallax\");if(!a){a=i.data(this,\"aviaParallax\",new i.AviaParallaxElement(e,this))}})};i.fn.avia_mobile_fixed=function(e){var a=i.avia_utilities.isMobile;if(!a)return;return this.each(function(){var a=i(this).addClass(\"av-parallax-section\"),n=a.attr(\"style\"),e=a.data(\"section-bg-repeat\"),t=\"\";if(e==\"stretch\"||e==\"no-repeat\"){e=\" avia-full-stretch\"}\nelse{e=\"\"};t=\"<div class=\'av-parallax \"+e+\"\' data-avia-parallax-ratio=\'0.0\' style = \'\"+n+\"\' ></div>\";a.prepend(t);a.attr(\"style\",\"\")})};i.fn.avia_sc_animation_delayed=function(e){var a=0,n=e.delay||50,t=10,o=setTimeout(function(){t=20},500);return this.each(function(){var e=i(this);e.on(\"avia_start_animation\",function(){var e=i(this);if(a<t)a++;setTimeout(function(){e.addClass(\"avia_start_delayed_animation\");if(a>0)a--},(a*n))})})};i.fn.avia_delayed_animation_in_container=function(e){return this.each(function(){var e=i(this);e.on(\"avia_start_animation_if_current_slide_is_active\",function(){var e=i(this),a=e.find(\".avia_start_animation_when_active\");a.addClass(\"avia_start_animation\").trigger(\"avia_start_animation\")});e.on(\"avia_remove_animation\",function(){var e=i(this),a=e.find(\".avia_start_animation_when_active, .avia_start_animation\");a.removeClass(\"avia_start_animation avia_start_delayed_animation\")})})};i.fn.avia_browser_height=function(){if(!this.length)return;var e=i(window),c=i(\"html\"),n=i(\"head\").first(),r=i(\"#wpadminbar, #header.av_header_top:not(.html_header_transparency #header), #main>.title_container\"),a=i(\"<style type=\'text/css\' id=\'av-browser-height\'></style>\").appendTo(n),o=i(\".html_header_sidebar #top #header_main\"),l=i(\".html_header_sidebar .avia-fullscreen-slider.avia-builder-el-0.avia-builder-el-no-sibling\").addClass(\"av-solo-full\"),t=[25,50,75],s=function(){var s=\"\",c=e.height(),l=e.width(),u=c,d=(c/9)*16,v=(l/16)*9,h=0,m=[];if(o.length)h=o.height();r.each(function(){u-=this.offsetHeight-1});var f=(u/9)*16;s+=\".avia-section.av-minimum-height .container{opacity: 1; }\\n\";s+=\".av-minimum-height-100 .container, .avia-fullscreen-slider .avia-slideshow, #top.avia-blank .av-minimum-height-100 .container, .av-cell-min-height-100 > .flex_cell{height:\"+c+\"px;}\\n\";i.each(t,function(i,e){var a=Math.round(c*(e/100.0));s+=\".av-minimum-height-\"+e+\" .container, .av-cell-min-height-\"+e+\" > .flex_cell	{height:\"+a+\"px;}\\n\"});s+=\".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow, .avia-builder-el-0.av-cell-min-height-100 > .flex_cell{height:\"+u+\"px;}\\n\";s+=\"#top .av-solo-full .avia-slideshow {min-height:\"+h+\"px;}\\n\";if(l/c<16/9){s+=\"#top .av-element-cover iframe, #top .av-element-cover embed, #top .av-element-cover object, #top .av-element-cover video{width:\"+d+\"px; left: -\"+(d-l)/2+\"px;}\\n\"}\nelse{s+=\"#top .av-element-cover iframe, #top .av-element-cover embed, #top .av-element-cover object, #top .av-element-cover video{height:\"+v+\"px; top: -\"+(v-c)/2+\"px;}\\n\"};if(l/u<16/9){s+=\"#top .avia-builder-el-0 .av-element-cover iframe, #top .avia-builder-el-0 .av-element-cover embed, #top .avia-builder-el-0 .av-element-cover object, #top .avia-builder-el-0 .av-element-cover video{width:\"+f+\"px; left: -\"+(f-l)/2+\"px;}\\n\"}\nelse{s+=\"#top .avia-builder-el-0 .av-element-cover iframe, #top .avia-builder-el-0 .av-element-cover embed, #top .avia-builder-el-0 .av-element-cover object, #top .avia-builder-el-0 .av-element-cover video{height:\"+v+\"px; top: -\"+(v-u)/2+\"px;}\\n\"};try{a.text(s)}catch(p){a.remove();a=i(\"<style type=\'text/css\' id=\'av-browser-height\'>\"+s+\"</style>\").appendTo(n)};setTimeout(function(){e.trigger(\"av-height-change\")},100)};this.each(function(e){var a=i(this).data(\"av_minimum_height_pc\");if(\"number\"!=typeof a){return this};a=parseInt(a);if((-1==i.inArray(a,t))&&(a!=100)){t.push(a)};return this});e.on(\"debouncedresize\",s);s()};i.fn.avia_video_section=function(){if(!this.length)return;var o=this.length,e=\"\",s=i(window),t=i(\"head\").first(),a=i(\"<style type=\'text/css\' id=\'av-section-height\'></style>\").appendTo(t),n=function(n,s){if(s===0){e=\"\"};var c=\"\",r=\"#\"+n.attr(\"id\"),l=n.height(),u=n.width(),d=n.data(\"sectionVideoRatio\").split(\":\"),v=d[0],f=d[1],h=(l/f)*v,p=(u/v)*f;if(u/l<v/f){c+=\"#top \"+r+\" .av-section-video-bg iframe, #top \"+r+\" .av-section-video-bg embed, #top \"+r+\" .av-section-video-bg object, #top \"+r+\" .av-section-video-bg video{width:\"+h+\"px; left: -\"+(h-u)/2+\"px;}\\n\"}\nelse{c+=\"#top \"+r+\" .av-section-video-bg iframe, #top \"+r+\" .av-section-video-bg embed, #top \"+r+\" .av-section-video-bg object, #top \"+r+\" .av-section-video-bg video{height:\"+p+\"px; top: -\"+(p-l)/2+\"px;}\\n\"};e=e+c;if(o==s+1){try{a.text(e)}catch(m){a.remove();a=i(\"<style type=\'text/css\' id=\'av-section-height\'>\"+e+\"</style>\").appendTo(t)}}};return this.each(function(e){var a=i(this);s.on(\"debouncedresize\",function(){n(a,e)});n(a,e)})};i.fn.avia_link_column=function(){return this.each(function(){i(this).on(\"click\",function(e){if(\"undefined\"!==typeof e.target&&\"undefined\"!==typeof e.target.href){return};var t=i(this),a=t.data(\"link-column-url\"),o=t.data(\"link-column-target\"),r=window.location.hostname+window.location.pathname;if(\"undefined\"===typeof a||\"string\"!==typeof a){return};if(\"undefined\"!==typeof o||\"_blank\"==o){var n=document.createElement(\"a\");n.href=a;n.target=\"_blank\";n.rel=\"noopener noreferrer\";n.click();return!1}\nelse{if(t.hasClass(\"av-cell-link\")||t.hasClass(\"av-column-link\")){var s=t.hasClass(\"av-cell-link\")?t.prev(\"a.av-screen-reader-only\").first():t.find(\"a.av-screen-reader-only\").first();a=a.trim();if((0==a.indexOf(\"#\"))||((a.indexOf(r)>=0)&&(a.indexOf(\"#\")>0))){s.trigger(\"click\");return}};window.location.href=a};e.preventDefault();return})})};i.fn.avia_waypoints=function(e){if(!i(\"html\").is(\".avia_transform\"))return;var a={offset:\"bottom-in-view\",triggerOnce:!0},t=i.extend({},a,e),n=i.avia_utilities.isMobile;return this.each(function(){var e=i(this);setTimeout(function(){if(n){e.addClass(\"avia_start_animation\").trigger(\"avia_start_animation\")}\nelse{e.waypoint(function(e){var t=i(this.element),a=t.parents(\".av-animation-delay-container\").eq(0);if(a.length){t.addClass(\"avia_start_animation_when_active\").trigger(\"avia_start_animation_when_active\")};if(!a.length||(a.length&&a.is(\".__av_init_open\"))||(a.length&&a.is(\".av-active-tab-content\"))){t.addClass(\"avia_start_animation\").trigger(\"avia_start_animation\")}},t)}},100)})};var t=i.event,e,a;e=t.special.debouncedresize={setup:function(){i(this).on(\"resize\",e.handler)},teardown:function(){i(this).off(\"resize\",e.handler)},handler:function(i,n){var s=this,r=arguments,o=function(){i.type=\"debouncedresize\";t.dispatch.apply(s,r)};if(a){clearTimeout(a)};n?o():a=setTimeout(o,e.threshold)},threshold:150}})(jQuery);(function(i){\"use strict\";i.avia_utilities=i.avia_utilities||{};i.avia_utilities.loading=function(e,a){var t={active:!1,show:function(){if(t.active===!1){t.active=!0;t.loading_item.css({display:\"block\",opacity:0})};t.loading_item.stop().animate({opacity:1})},hide:function(){if(typeof a===\"undefined\"){a=600};t.loading_item.stop().delay(a).animate({opacity:0},function(){t.loading_item.css({display:\"none\"});t.active=!1})},attach:function(){if(typeof e===\"undefined\"){e=\"body\"};t.loading_item=i(\"<div class=\\\"avia_loading_icon\\\"><div class=\\\"av-siteloader\\\"></div></div>\").css({display:\"none\"}).appendTo(e)}};t.attach();return t};i.avia_utilities.playpause=function(e,t){var a={active:!1,to1:\"\",to2:\"\",set:function(i){a.loading_item.removeClass(\"av-play av-pause\");a.to1=setTimeout(function(){a.loading_item.addClass(\"av-\"+i)},10);a.to2=setTimeout(function(){a.loading_item.removeClass(\"av-\"+i)},1500)},attach:function(){if(typeof e===\"undefined\"){e=\"body\"};a.loading_item=i(\"<div class=\\\"avia_playpause_icon\\\"></div>\").css({display:\"none\"}).appendTo(e)}};a.attach();return a};i.avia_utilities.preload=function(e){new i.AviaPreloader(e)};i.AviaPreloader=function(e){this.win=i(window);this.defaults={container:\"body\",maxLoops:10,trigger_single:!0,single_callback:function(){},global_callback:function(){}};this.options=i.extend({},this.defaults,e);this.preload_images=0;this.load_images()};i.AviaPreloader.prototype={load_images:function(){var e=this;if(typeof e.options.container===\"string\"){e.options.container=i(e.options.container)};e.options.container.each(function(){var a=i(this);a.images=a.find(\"img\");a.allImages=a.images;e.preload_images+=a.images.length;setTimeout(function(){e.checkImage(a)},10)})},checkImage:function(i){var e=this;i.images.each(function(){if(this.complete===!0){i.images=i.images.not(this);e.preload_images-=1}});if(i.images.length&&e.options.maxLoops>=0){e.options.maxLoops-=1;setTimeout(function(){e.checkImage(i)},500)}\nelse{e.preload_images=e.preload_images-i.images.length;e.trigger_loaded(i)}},trigger_loaded:function(i){var e=this;if(e.options.trigger_single!==!1){e.win.trigger(\"avia_images_loaded_single\",[i]);e.options.single_callback.call(i)};if(e.preload_images===0){e.win.trigger(\"avia_images_loaded\");e.options.global_callback.call()}}};i.avia_utilities.css_easings={linear:\"linear\",swing:\"ease-in-out\",bounce:\"cubic-bezier(0.0, 0.35, .5, 1.3)\",easeInQuad:\"cubic-bezier(0.550, 0.085, 0.680, 0.530)\",easeInCubic:\"cubic-bezier(0.550, 0.055, 0.675, 0.190)\",easeInQuart:\"cubic-bezier(0.895, 0.030, 0.685, 0.220)\",easeInQuint:\"cubic-bezier(0.755, 0.050, 0.855, 0.060)\",easeInSine:\"cubic-bezier(0.470, 0.000, 0.745, 0.715)\",easeInExpo:\"cubic-bezier(0.950, 0.050, 0.795, 0.035)\",easeInCirc:\"cubic-bezier(0.600, 0.040, 0.980, 0.335)\",easeInBack:\"cubic-bezier(0.600, -0.280, 0.735, 0.04)\",easeOutQuad:\"cubic-bezier(0.250, 0.460, 0.450, 0.940)\",easeOutCubic:\"cubic-bezier(0.215, 0.610, 0.355, 1.000)\",easeOutQuart:\"cubic-bezier(0.165, 0.840, 0.440, 1.000)\",easeOutQuint:\"cubic-bezier(0.230, 1.000, 0.320, 1.000)\",easeOutSine:\"cubic-bezier(0.390, 0.575, 0.565, 1.000)\",easeOutExpo:\"cubic-bezier(0.190, 1.000, 0.220, 1.000)\",easeOutCirc:\"cubic-bezier(0.075, 0.820, 0.165, 1.000)\",easeOutBack:\"cubic-bezier(0.175, 0.885, 0.320, 1.275)\",easeInOutQuad:\"cubic-bezier(0.455, 0.030, 0.515, 0.955)\",easeInOutCubic:\"cubic-bezier(0.645, 0.045, 0.355, 1.000)\",easeInOutQuart:\"cubic-bezier(0.770, 0.000, 0.175, 1.000)\",easeInOutQuint:\"cubic-bezier(0.860, 0.000, 0.070, 1.000)\",easeInOutSine:\"cubic-bezier(0.445, 0.050, 0.550, 0.950)\",easeInOutExpo:\"cubic-bezier(1.000, 0.000, 0.000, 1.000)\",easeInOutCirc:\"cubic-bezier(0.785, 0.135, 0.150, 0.860)\",easeInOutBack:\"cubic-bezier(0.680, -0.550, 0.265, 1.55)\",easeInOutBounce:\"cubic-bezier(0.580, -0.365, 0.490, 1.365)\",easeOutBounce:\"cubic-bezier(0.760, 0.085, 0.490, 1.365)\"};i.avia_utilities.supported={};i.avia_utilities.supports=(function(){var e=document.createElement(\"div\"),i=[\"Khtml\",\"Ms\",\"Moz\",\"Webkit\"];return function(a,t){if(e.style[a]!==undefined){return\"\"};if(t!==undefined){i=t};a=a.replace(/^[a-z]/,function(i){return i.toUpperCase()});var n=i.length;while(n--){if(e.style[i[n]+a]!==undefined){return\"-\"+i[n].toLowerCase()+\"-\"}};return!1}}());i.fn.avia_animate=function(e,a,t,n){if(typeof a===\"function\"){n=a;a=!1};if(typeof t===\"function\"){n=t;t=!1};if(typeof a===\"string\"){t=a;a=!1};if(n===undefined||n===!1){n=function(){}};if(t===undefined||t===!1){t=\"easeInQuad\"};if(a===undefined||a===!1){a=400};if(i.avia_utilities.supported.transition===undefined){i.avia_utilities.supported.transition=i.avia_utilities.supports(\"transition\")};if(i.avia_utilities.supported.transition!==!1){var c=i.avia_utilities.supported.transition+\"transition\",s={},l={},u=document.body.style,o=(u.WebkitTransition!==undefined)?\"webkitTransitionEnd\":(u.OTransition!==undefined)?\"oTransitionEnd\":\"transitionend\";t=i.avia_utilities.css_easings[t];s[c]=\"all \"+(a/1000)+\"s \"+t;o=o+\".avia_animate\";for(var r in e){if(e.hasOwnProperty(r)){l[r]=e[r]}};e=l;this.each(function(){var t=i(this),v=!1,r,u;for(r in e){if(e.hasOwnProperty(r)){u=t.css(r);if(e[r]!=u&&e[r]!=u.replace(/px|%/g,\"\")){v=!0;break}}};if(v){if(!(i.avia_utilities.supported.transition+\"transform\" in e)){e[i.avia_utilities.supported.transition+\"transform\"]=\"translateZ(0)\"};var l=!1;t.on(o,function(i){if(i.target!=i.currentTarget)return!1;if(l==!0)return!1;l=!0;s[c]=\"none\";t.off(o);t.css(s);setTimeout(function(){n.call(t)})});setTimeout(function(){if(!l&&!avia_is_mobile&&i(\"html\").is(\".avia-safari\")){t.trigger(o);i.avia_utilities.log(\"Safari Fallback \"+o+\" trigger\")}},a+100);setTimeout(function(){t.css(s)},10);setTimeout(function(){t.css(e)},20)}\nelse{setTimeout(function(){n.call(t)})}})}\nelse{this.animate(e,a,t,n)};return this}})(jQuery);(function(i){\"use strict\";i.fn.avia_keyboard_controls=function(e){var t={37:\".prev-slide\",39:\".next-slide\"},a={mousebind:function(i){i.on(\"mouseenter\",function(){i.mouseover=!0}).on(\"mouseleave\",function(){i.mouseover=!1})},keybind:function(e){i(document).on(\"keydown\",function(i){if(e.mouseover&&typeof e.options[i.keyCode]!==\"undefined\"){var a;if(typeof e.options[i.keyCode]===\"string\"){a=e.find(e.options[i.keyCode])}\nelse{a=e.options[i.keyCode]};if(a.length){a.trigger(\"click\",[\"keypress\"]);return!1}}})}};return this.each(function(){var n=i(this);n.options=i.extend({},t,e);n.mouseover=!1;a.mousebind(n);a.keybind(n)})};i.fn.avia_swipe_trigger=function(e){var o=i(window),a=i.avia_utilities.isMobile,t={prev:\".prev-slide\",next:\".next-slide\",event:{prev:\"click\",next:\"click\"}},n={activate_touch_control:function(i){var e,a,t;i.touchPos={};i.hasMoved=!1;i.on(\"touchstart\",function(e){i.touchPos.X=e.originalEvent.touches[0].clientX;i.touchPos.Y=e.originalEvent.touches[0].clientY});i.on(\"touchend\",function(e){i.touchPos={};if(i.hasMoved){e.preventDefault()};i.hasMoved=!1});i.on(\"touchmove\",function(n){if(!i.touchPos.X){i.touchPos.X=n.originalEvent.touches[0].clientX;i.touchPos.Y=n.originalEvent.touches[0].clientY}\nelse{a=n.originalEvent.touches[0].clientX-i.touchPos.X;t=n.originalEvent.touches[0].clientY-i.touchPos.Y;if(Math.abs(a)>Math.abs(t)){n.preventDefault();if(i.touchPos!==n.originalEvent.touches[0].clientX){if(Math.abs(a)>50){e=a>0?\"prev\":\"next\";if(typeof i.options[e]===\"string\"){i.find(i.options[e]).trigger(i.options.event[e],[\"swipe\"])}\nelse{i.options[e].trigger(i.options.event[e],[\"swipe\"])};i.hasMoved=!0;i.touchPos={};return!1}}}}})}};return this.each(function(){if(a){var o=i(this);o.options=i.extend({},t,e);n.activate_touch_control(o)}})}}(jQuery));(function(i){if(typeof i.easing!==\"undefined\"){i.easing[\"jswing\"]=i.easing[\"swing\"]};var e=Math.pow,n=Math.sqrt,a=Math.sin,c=Math.cos,t=Math.PI,o=1.70158,s=o*1.525,l=o+1,u=(2*t)/3,v=(2*t)/4.5;function r(i){var a=7.5625,e=2.75;if(i<1/e){return a*i*i}\nelse if(i<2/e){return a*(i-=(1.5/e))*i+.75}\nelse if(i<2.5/e){return a*(i-=(2.25/e))*i+.9375}\nelse{return a*(i-=(2.625/e))*i+.984375}};i.extend(i.easing,{def:\"easeOutQuad\",swing:function(e){return i.easing[i.easing.def](e)},easeInQuad:function(i){return i*i},easeOutQuad:function(i){return 1-(1-i)*(1-i)},easeInOutQuad:function(i){return i<0.5?2*i*i:1-e(-2*i+2,2)/2},easeInCubic:function(i){return i*i*i},easeOutCubic:function(i){return 1-e(1-i,3)},easeInOutCubic:function(i){return i<0.5?4*i*i*i:1-e(-2*i+2,3)/2},easeInQuart:function(i){return i*i*i*i},easeOutQuart:function(i){return 1-e(1-i,4)},easeInOutQuart:function(i){return i<0.5?8*i*i*i*i:1-e(-2*i+2,4)/2},easeInQuint:function(i){return i*i*i*i*i},easeOutQuint:function(i){return 1-e(1-i,5)},easeInOutQuint:function(i){return i<0.5?16*i*i*i*i*i:1-e(-2*i+2,5)/2},easeInSine:function(i){return 1-c(i*t/2)},easeOutSine:function(i){return a(i*t/2)},easeInOutSine:function(i){return-(c(t*i)-1)/2},easeInExpo:function(i){return i===0?0:e(2,10*i-10)},easeOutExpo:function(i){return i===1?1:1-e(2,-10*i)},easeInOutExpo:function(i){return i===0?0:i===1?1:i<0.5?e(2,20*i-10)/2:(2-e(2,-20*i+10))/2},easeInCirc:function(i){return 1-n(1-e(i,2))},easeOutCirc:function(i){return n(1-e(i-1,2))},easeInOutCirc:function(i){return i<0.5?(1-n(1-e(2*i,2)))/2:(n(1-e(-2*i+2,2))+1)/2},easeInElastic:function(i){return i===0?0:i===1?1:-e(2,10*i-10)*a((i*10-10.75)*u)},easeOutElastic:function(i){return i===0?0:i===1?1:e(2,-10*i)*a((i*10-0.75)*u)+1},easeInOutElastic:function(i){return i===0?0:i===1?1:i<0.5?-(e(2,20*i-10)*a((20*i-11.125)*v))/2:e(2,-20*i+10)*a((20*i-11.125)*v)/2+1},easeInBack:function(i){return l*i*i*i-o*i*i},easeOutBack:function(i){return 1+l*e(i-1,3)+o*e(i-1,2)},easeInOutBack:function(i){return i<0.5?(e(2*i,2)*((s+1)*2*i-s))/2:(e(2*i-2,2)*((s+1)*(i*2-2)+s)+2)/2},easeInBounce:function(i){return 1-r(1-i)},easeOutBounce:r,easeInOutBounce:function(i){return i<0.5?(1-r(1-2*i))/2:(1+r(2*i-1))/2}})}(jQuery));\";}s:22:\"avia-module-contact-js\";a:6:{s:4:\"name\";s:19:\"avia-module-contact\";s:3:\"url\";s:108:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.js\";s:4:\"path\";s:82:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:4724:\"(function(a){a.fn.avia_ajax_form=function(e){var t={sendPath:\"send.php\",responseContainer:\".ajaxresponse\"};var r=a.extend(t,e);return this.each(function(){var t=a(this),i=!1,e={formElements:t.find(\"textarea, select, input[type=text], input[type=checkbox], input[type=hidden]\"),validationError:!1,button:t.find(\"input:submit\"),dataObj:{}},s=t.next(r.responseContainer).eq(0);e.button.on(\"click\",n);if(a.avia_utilities.isMobile){e.formElements.each(function(e){var r=a(this),t=r.hasClass(\"is_email\");if(t)r.attr(\"type\",\"email\")})};function n(r){e.validationError=!1;e.datastring=\"ajax=true\";e.formElements=t.find(\"textarea, select, input[type=text], input[type=checkbox], input[type=hidden], input[type=email]\");e.formElements.each(function(l){var o=a(this),r=o.parent(),s=o.val(),c=o.attr(\"name\"),i=o.attr(\"class\"),n=!0;if(o.is(\":checkbox\")){if(o.is(\":checked\")){s=!0}\nelse{s=\"\"}};e.dataObj[c]=encodeURIComponent(s);if(i&&i.match(/is_empty/)){if(s==\"\"||s==null){r.removeClass(\"valid error ajax_alert\").addClass(\"error\");e.validationError=!0}\nelse{r.removeClass(\"valid error ajax_alert\").addClass(\"valid\")};n=!1};if(i&&i.match(/is_email/)){if(!s.match(/^[\\w|\\.|\\-]+@\\w[\\w|\\.|\\-]*\\.[a-zA-Z]{2,20}$/)){r.removeClass(\"valid error ajax_alert\").addClass(\"error\");e.validationError=!0}\nelse{r.removeClass(\"valid error ajax_alert\").addClass(\"valid\")};n=!1};if(i&&i.match(/is_ext_email/)){if(!s.match(/^[\\w\\.\\-ÄÖÜäöü]+@\\w[\\w\\.\\-ÄÖÜäöü]*\\.[a-zA-Z]{2,20}$/)){r.removeClass(\"valid error ajax_alert\").addClass(\"error\");e.validationError=!0}\nelse{r.removeClass(\"valid error ajax_alert\").addClass(\"valid\")};n=!1};if(i&&i.match(/is_special_email/)){if(!s.match(/^[a-zA-Z0-9.!#$%&\'*+\\-\\/=?^_`{|}~ÄÖÜäöü]+@\\w[\\w\\.\\-ÄÖÜäöü]*\\.[a-zA-Z]{2,20}$/)){r.removeClass(\"valid error ajax_alert\").addClass(\"error\");e.validationError=!0}\nelse{r.removeClass(\"valid error ajax_alert\").addClass(\"valid\")};n=!1};if(i&&i.match(/is_phone/)){if(!s.match(/^(\\d|\\s|\\-|\\/|\\(|\\)|\\[|\\]|e|x|t|ension|\\.|\\+|\\_|\\,|\\:|\\;){3,}$/)){r.removeClass(\"valid error ajax_alert\").addClass(\"error\");e.validationError=!0}\nelse{r.removeClass(\"valid error ajax_alert\").addClass(\"valid\")};n=!1};if(i&&i.match(/is_number/)){if(!s.match(/^-?\\s*(0|[1-9]\\d*)([\\.,]\\d+)?$/)){r.removeClass(\"valid error ajax_alert\").addClass(\"error\");e.validationError=!0}\nelse{r.removeClass(\"valid error ajax_alert\").addClass(\"valid\")};n=!1};if(i&&i.match(/is_positiv_number/)){if(!(d(s))||s==\"\"||s<0){r.removeClass(\"valid error ajax_alert\").addClass(\"error\");e.validationError=!0}\nelse{r.removeClass(\"valid error ajax_alert\").addClass(\"valid\")};n=!1};if(i&&i.match(/captcha/)&&!i.match(/recaptcha/)){var v=t.find(\"#\"+c+\"_verifier\").val(),f=v.charAt(v.length-1),m=v.charAt(f);if(s!=m){r.removeClass(\"valid error ajax_alert\").addClass(\"error\");e.validationError=!0}\nelse{r.removeClass(\"valid error ajax_alert\").addClass(\"valid\")};n=!1};if(n&&s!=\"\"){r.removeClass(\"valid error ajax_alert\").addClass(\"valid\")}});if(e.validationError==!1){if(t.data(\"av-custom-send\")){o()}\nelse{l()}};return!1};function l(){if(i){return!1};if(e.button.hasClass(\"avia_button_inactive\")){return!1};i=!0;e.button.addClass(\"av-sending-button\");e.button.val(e.button.data(\"sending-label\"));var n=t.data(\"avia-redirect\")||!1,l=t.attr(\"action\"),o=t.is(\".av-form-labels-style\");if(o)return;s.load(l+\" \"+r.responseContainer,e.dataObj,function(){if(n&&l!=n){t.attr(\"action\",n);location.href=n}\nelse{s.removeClass(\"hidden\").css({display:\"block\"});t.slideUp(400,function(){s.slideDown(400,function(){a(\"body\").trigger(\"av_resize_finished\")});e.formElements.val(\"\")})}})};function o(){if(i){return!1};i=!0;var v=e.button.val();e.button.addClass(\"av-sending-button\");e.button.val(e.button.data(\"sending-label\"));e.dataObj.ajax_mailchimp=!0;var n=t.data(\"avia-redirect\")||!1,o=t.attr(\"action\"),l=t.find(\".av-form-error-container\"),d=t.data(\"avia-form-id\");a.ajax({url:o,type:\"POST\",data:e.dataObj,beforeSend:function(){if(l.length){l.slideUp(400,function(){l.remove();a(\"body\").trigger(\"av_resize_finished\")})}},success:function(l){var f=jQuery(\"<div>\").append(jQuery.parseHTML(l)),c=f.find(\".av-form-error-container\");if(c.length){i=!1;t.prepend(c);c.css({display:\"none\"}).slideDown(400,function(){a(\"body\").trigger(\"av_resize_finished\")});e.button.removeClass(\"av-sending-button\");e.button.val(v)}\nelse{if(n&&o!=n){t.attr(\"action\",n);location.href=n}\nelse{var m=f.find(r.responseContainer+\"_\"+d);s.html(m).removeClass(\"hidden\").css({display:\"block\"});t.slideUp(400,function(){s.slideDown(400,function(){a(\"body\").trigger(\"av_resize_finished\")});e.formElements.val(\"\")})}}},error:function(){},complete:function(){}})};function d(a){var e=typeof a;return(e===\"number\"||e===\"string\")&&!isNaN(a-parseFloat(a))}})}})(jQuery);\";}s:22:\"avia-module-gallery-js\";a:6:{s:4:\"name\";s:19:\"avia-module-gallery\";s:3:\"url\";s:108:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.js\";s:4:\"path\";s:82:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1710:\"(function(a){\'use strict\';a.fn.avia_sc_gallery=function(t){return this.each(function(){var e=a(this),i=e.find(\'img\'),t=e.find(\'.avia-gallery-big\');e.on(\'avia_start_animation\',function(){i.each(function(t){var e=a(this);setTimeout(function(){e.addClass(\'avia_start_animation\')},(t*110))})});if(e.hasClass(\'deactivate_avia_lazyload\')){e.trigger(\'avia_start_animation\')};if(t.length){e.on(\'mouseenter\',\'.avia-gallery-thumb a\',function(){var e=a(this),n=e.attr(\'data-prev-img\'),r=t.find(\'img\'),o=r.attr(\'src\');if(n==o){return};t.height(t.height());t.attr(\'data-onclick\',e.attr(\'data-onclick\'));t.attr(\'href\',e.attr(\'href\'));t.attr(\'title\',e.attr(\'title\'));if(\'undefined\'==typeof e.data(\'srcset\')){t.removeAttr(\'data-srcset\');t.removeData(\'srcset\')}\nelse{t.data(\'srcset\',e.data(\'srcset\'));t.attr(\'data-srcset\',e.data(\'srcset\'))};if(\'undefined\'==typeof e.data(\'sizes\')){t.removeAttr(\'data-sizes\');t.removeData(\'sizes\')}\nelse{t.data(\'sizes\',e.data(\'sizes\'));t.attr(\'data-sizes\',e.data(\'sizes\'))};var i=e.find(\'.big-prev-fake img\').clone(!0);if(i.length==0){var s=new Image();s.src=n;i=a(s)};if(t.hasClass(\'avia-gallery-big-no-crop-thumb\')){i.css({\'height\':t.height(),\'width\':\'auto\'})};t.stop().animate({opacity:0},function(){i.insertAfter(r);r.remove();t.animate({opacity:1})})});t.on(\'click\',function(){var a=e.find(\'.avia-gallery-thumb a\').eq(this.getAttribute(\'data-onclick\')-1);if(a&&!a.hasClass(\'aviaopeninbrowser\')){a.trigger(\'click\')}\nelse if(a){var t=a.attr(\'href\'),i=a.hasClass(\'custom_link\')?\'noopener,noreferrer\':\'\';if(a.hasClass(\'aviablank\')&&t!=\'\'){window.open(t,\'_blank\',i)}\nelse if(t!=\'\'){window.open(t,\'_self\',i)}};return!1});a(window).on(\'debouncedresize\',function(){t.height(\'auto\')})}})}}(jQuery));\";}s:22:\"avia-module-isotope-js\";a:6:{s:4:\"name\";s:19:\"avia-module-isotope\";s:3:\"url\";s:110:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/isotope.js\";s:4:\"path\";s:84:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/isotope.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:48859:\"!function(t,e){\'function\'==typeof define&&define.amd?define(\'jquery-bridget/jquery-bridget\',[\'jquery\'],function(i){return e(t,i)}):\'object\'==typeof module&&module.exports?module.exports=e(t,require(\'jquery\')):t.jQueryBridget=e(t,t.jQuery)}(window,function(t,e){\'use strict\';function n(i,n,a){function h(t,e,n){var s,r=\'$().\'+i+\'(\"\'+e+\'\")\';return t.each(function(t,h){var u=a.data(h,i);if(!u)return void o(i+\' not initialized. Cannot call methods, i.e. \'+r);var c=u[e];if(!c||\'_\'==e.charAt(0))return void o(r+\' is not a valid method\');var d=c.apply(u,n);s=void 0===s?d:s}),void 0!==s?s:t};function u(t,e){t.each(function(t,o){var s=a.data(o,i);s?(s.option(e),s._init()):(s=new n(o,e),a.data(o,i,s))})};a=a||e||t.jQuery,a&&(n.prototype.option||(n.prototype.option=function(t){a.isPlainObject(t)&&(this.options=a.extend(!0,this.options,t))}),a.fn[i]=function(t){if(\'string\'==typeof t){var e=r.call(arguments,1);return h(this,t,e)};return u(this,t),this},s(a))};function s(t){!t||t&&t.bridget||(t.bridget=n)};var r=Array.prototype.slice,i=t.console,o=\'undefined\'==typeof i?function(){}:function(t){i.error(t)};return s(e||t.jQuery),n}),function(t,e){\'function\'==typeof define&&define.amd?define(\'ev-emitter/ev-emitter\',e):\'object\'==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}(\'undefined\'!=typeof window?window:this,function(){function e(){};var t=e.prototype;return t.on=function(t,e){if(t&&e){var i=this._events=this._events||{},o=i[t]=i[t]||[];return o.indexOf(e)==-1&&o.push(e),this}},t.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{},o=i[t]=i[t]||{};return o[e]=!0,this}},t.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var o=i.indexOf(e);return o!=-1&&i.splice(o,1),this}},t.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(var n=this._onceEvents&&this._onceEvents[t],s=0;s<i.length;s++){var o=i[s],r=n&&n[o];r&&(this.off(t,o),delete n[o]),o.apply(this,e)};return this}},t.allOff=function(){delete this._events,delete this._onceEvents},e}),function(t,e){\'function\'==typeof define&&define.amd?define(\'get-size/get-size\',e):\'object\'==typeof module&&module.exports?module.exports=e():t.getSize=e()}(window,function(){\'use strict\';function i(t){var e=parseFloat(t),i=t.indexOf(\'%\')==-1&&!isNaN(e);return i&&e};function h(){};function u(){for(var i={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},t=0;t<o;t++){var n=e[t];i[n]=0};return i};function s(t){var e=getComputedStyle(t);return e||a(\'Style returned \'+e+\'. Are you running this code in a hidden iframe on Firefox? See https://bit.ly/getsizebug1\'),e};function c(){if(!n){n=!0;var e=document.createElement(\'div\');e.style.width=\'200px\',e.style.padding=\'1px 2px 3px 4px\',e.style.borderStyle=\'solid\',e.style.borderWidth=\'1px 2px 3px 4px\',e.style.boxSizing=\'border-box\';var o=document.body||document.documentElement;o.appendChild(e);var a=s(e);t=200==Math.round(i(a.width)),r.isBoxSizeOuter=t,o.removeChild(e)}};function r(n){if(c(),\'string\'==typeof n&&(n=document.querySelector(n)),n&&\'object\'==typeof n&&n.nodeType){var a=s(n);if(\'none\'==a.display)return u();var r={};r.width=n.offsetWidth,r.height=n.offsetHeight;for(var w=r.isBorderBox=\'border-box\'==a.boxSizing,h=0;h<o;h++){var v=e[h],b=a[v],x=parseFloat(b);r[v]=isNaN(x)?0:x};var l=r.paddingLeft+r.paddingRight,f=r.paddingTop+r.paddingBottom,z=r.marginLeft+r.marginRight,I=r.marginTop+r.marginBottom,p=r.borderLeftWidth+r.borderRightWidth,m=r.borderTopWidth+r.borderBottomWidth,g=w&&t,y=i(a.width);y!==!1&&(r.width=y+(g?0:l+p));var d=i(a.height);return d!==!1&&(r.height=d+(g?0:f+m)),r.innerWidth=r.width-(l+p),r.innerHeight=r.height-(f+m),r.outerWidth=r.width+z,r.outerHeight=r.height+I,r}};var t,a=\'undefined\'==typeof console?h:function(t){console.error(t)},e=[\'paddingLeft\',\'paddingRight\',\'paddingTop\',\'paddingBottom\',\'marginLeft\',\'marginRight\',\'marginTop\',\'marginBottom\',\'borderLeftWidth\',\'borderRightWidth\',\'borderTopWidth\',\'borderBottomWidth\'],o=e.length,n=!1;return r}),function(t,e){\'use strict\';\'function\'==typeof define&&define.amd?define(\'desandro-matches-selector/matches-selector\',e):\'object\'==typeof module&&module.exports?module.exports=e():t.matchesSelector=e()}(window,function(){\'use strict\';var t=function(){var e=window.Element.prototype;if(e.matches)return\'matches\';if(e.matchesSelector)return\'matchesSelector\';for(var o=[\'webkit\',\'moz\',\'ms\',\'o\'],t=0;t<o.length;t++){var n=o[t],i=n+\'MatchesSelector\';if(e[i])return i}}();return function(e,i){return e[t](i)}}),function(t,e){\'function\'==typeof define&&define.amd?define(\'fizzy-ui-utils/utils\',[\'desandro-matches-selector/matches-selector\'],function(i){return e(t,i)}):\'object\'==typeof module&&module.exports?module.exports=e(t,require(\'desandro-matches-selector\')):t.fizzyUIUtils=e(t,t.matchesSelector)}(window,function(t,e){var i={};i.extend=function(t,e){for(var i in e)t[i]=e[i];return t},i.modulo=function(t,e){return(t%e+e)%e};var n=Array.prototype.slice;i.makeArray=function(t){if(Array.isArray(t))return t;if(null===t||void 0===t)return[];var e=\'object\'==typeof t&&\'number\'==typeof t.length;return e?n.call(t):[t]},i.removeFrom=function(t,e){var i=t.indexOf(e);i!=-1&&t.splice(i,1)},i.getParent=function(t,i){for(;t.parentNode&&t!=document.body;)if(t=t.parentNode,e(t,i))return t},i.getQueryElement=function(t){return\'string\'==typeof t?document.querySelector(t):t},i.handleEvent=function(t){var e=\'on\'+t.type;this[e]&&this[e](t)},i.filterFindElements=function(t,o){t=i.makeArray(t);var n=[];return t.forEach(function(t){if(t instanceof HTMLElement){if(!o)return void n.push(t);e(t,o)&&n.push(t);for(var s=t.querySelectorAll(o),i=0;i<s.length;i++)n.push(s[i])}}),n},i.debounceMethod=function(t,e,i){i=i||100;var n=t.prototype[e],o=e+\'Timeout\';t.prototype[e]=function(){var s=this[o];clearTimeout(s);var e=arguments,t=this;this[o]=setTimeout(function(){n.apply(t,e),delete t[o]},i)}},i.docReady=function(t){var e=document.readyState;\'complete\'==e||\'interactive\'==e?setTimeout(t):document.addEventListener(\'DOMContentLoaded\',t)},i.toDashed=function(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+\'-\'+i}).toLowerCase()};var o=t.console;return i.htmlInit=function(e,n){i.docReady(function(){var r=i.toDashed(n),s=\'data-\'+r,h=document.querySelectorAll(\'[\'+s+\']\'),u=document.querySelectorAll(\'.js-\'+r),c=i.makeArray(h).concat(i.makeArray(u)),d=s+\'-options\',a=t.jQuery;c.forEach(function(t){var i,r=t.getAttribute(s)||t.getAttribute(d);try{i=r&&JSON.parse(r)}catch(u){return void(o&&o.error(\'Error parsing \'+s+\' on \'+t.className+\': \'+u))};var h=new e(t,i);a&&a.data(t,n,h)})})},i}),function(t,e){\'function\'==typeof define&&define.amd?define(\'outlayer/item\',[\'ev-emitter/ev-emitter\',\'get-size/get-size\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'ev-emitter\'),require(\'get-size\')):(t.Outlayer={},t.Outlayer.Item=e(t.EvEmitter,t.getSize))}(window,function(t,e){\'use strict\';function l(t){for(var e in t)return!1;return e=null,!0};function n(t,e){t&&(this.element=t,this.layout=e,this.position={x:0,y:0},this._create())};function f(t){return t.replace(/([A-Z])/g,function(t){return\'-\'+t.toLowerCase()})};var s=document.documentElement.style,o=\'string\'==typeof s.transition?\'transition\':\'WebkitTransition\',r=\'string\'==typeof s.transform?\'transform\':\'WebkitTransform\',a={WebkitTransition:\'webkitTransitionEnd\',transition:\'transitionend\'}[o],d={transform:r,transition:o,transitionDuration:o+\'Duration\',transitionProperty:o+\'Property\',transitionDelay:o+\'Delay\'},i=n.prototype=Object.create(t.prototype);i.constructor=n,i._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:\'absolute\'})},i.handleEvent=function(t){var e=\'on\'+t.type;this[e]&&this[e](t)},i.getSize=function(){this.size=e(this.element)},i.css=function(t){var o=this.element.style;for(var e in t){var i=d[e]||e;o[i]=t[e]}},i.getPosition=function(){var o=getComputedStyle(this.element),n=this.layout._getOption(\'originLeft\'),s=this.layout._getOption(\'originTop\'),r=o[n?\'left\':\'right\'],a=o[s?\'top\':\'bottom\'],t=parseFloat(r),e=parseFloat(a),i=this.layout.size;r.indexOf(\'%\')!=-1&&(t=t/100*i.width),a.indexOf(\'%\')!=-1&&(e=e/100*i.height),t=isNaN(t)?0:t,e=isNaN(e)?0:e,t-=n?i.paddingLeft:i.paddingRight,e-=s?i.paddingTop:i.paddingBottom,this.position.x=t,this.position.y=e},i.layoutPosition=function(){var o=this.layout.size,t={},e=this.layout._getOption(\'originLeft\'),i=this.layout._getOption(\'originTop\'),h=e?\'paddingLeft\':\'paddingRight\',u=e?\'left\':\'right\',c=e?\'right\':\'left\',d=this.position.x+o[h];t[u]=this.getXValue(d),t[c]=\'\';var n=i?\'paddingTop\':\'paddingBottom\',s=i?\'top\':\'bottom\',r=i?\'bottom\':\'top\',a=this.position.y+o[n];t[s]=this.getYValue(a),t[r]=\'\',this.css(t),this.emitEvent(\'layout\',[this])},i.getXValue=function(t){var e=this.layout._getOption(\'horizontal\');return this.layout.options.percentPosition&&!e?t/this.layout.size.width*100+\'%\':t+\'px\'},i.getYValue=function(t){var e=this.layout._getOption(\'horizontal\');return this.layout.options.percentPosition&&e?t/this.layout.size.height*100+\'%\':t+\'px\'},i._transitionTo=function(t,e){this.getPosition();var s=this.position.x,r=this.position.y,a=t==this.position.x&&e==this.position.y;if(this.setPosition(t,e),a&&!this.isTransitioning)return void this.layoutPosition();var o=t-s,n=e-r,i={};i.transform=this.getTranslate(o,n),this.transition({to:i,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})},i.getTranslate=function(t,e){var i=this.layout._getOption(\'originLeft\'),o=this.layout._getOption(\'originTop\');return t=i?t:-t,e=o?e:-e,\'translate3d(\'+t+\'px, \'+e+\'px, 0)\'},i.goTo=function(t,e){this.setPosition(t,e),this.layoutPosition()},i.moveTo=i._transitionTo,i.setPosition=function(t,e){this.position.x=parseFloat(t),this.position.y=parseFloat(e)},i._nonTransition=function(t){this.css(t.to),t.isCleaning&&this._removeStyles(t.to);for(var e in t.onTransitionEnd)t.onTransitionEnd[e].call(this)},i.transition=function(t){if(!parseFloat(this.layout.options.transitionDuration))return void this._nonTransition(t);var i=this._transn;for(var e in t.onTransitionEnd)i.onEnd[e]=t.onTransitionEnd[e];for(e in t.to)i.ingProperties[e]=!0,t.isCleaning&&(i.clean[e]=!0);if(t.from){this.css(t.from);var o=this.element.offsetHeight;o=null};this.enableTransition(t.to),this.css(t.to),this.isTransitioning=!0};var c=\'opacity,\'+f(r);i.enableTransition=function(){if(!this.isTransitioning){var t=this.layout.options.transitionDuration;t=\'number\'==typeof t?t+\'ms\':t,this.css({transitionProperty:c,transitionDuration:t,transitionDelay:this.staggerDelay||0}),this.element.addEventListener(a,this,!1)}},i.onwebkitTransitionEnd=function(t){this.ontransitionend(t)},i.onotransitionend=function(t){this.ontransitionend(t)};var u={\'-webkit-transform\':\'transform\'};i.ontransitionend=function(t){if(t.target===this.element){var e=this._transn,i=u[t.propertyName]||t.propertyName;if(delete e.ingProperties[i],l(e.ingProperties)&&this.disableTransition(),i in e.clean&&(this.element.style[t.propertyName]=\'\',delete e.clean[i]),i in e.onEnd){var o=e.onEnd[i];o.call(this),delete e.onEnd[i]};this.emitEvent(\'transitionEnd\',[this])}},i.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(a,this,!1),this.isTransitioning=!1},i._removeStyles=function(t){var e={};for(var i in t)e[i]=\'\';this.css(e)};var h={transitionProperty:\'\',transitionDuration:\'\',transitionDelay:\'\'};return i.removeTransitionStyles=function(){this.css(h)},i.stagger=function(t){t=isNaN(t)?0:t,this.staggerDelay=t+\'ms\'},i.removeElem=function(){this.element.parentNode.removeChild(this.element),this.css({display:\'\'}),this.emitEvent(\'remove\',[this])},i.remove=function(){return o&&parseFloat(this.layout.options.transitionDuration)?(this.once(\'transitionEnd\',function(){this.removeElem()}),void this.hide()):void this.removeElem()},i.reveal=function(){delete this.isHidden,this.css({display:\'\'});var t=this.layout.options,e={},i=this.getHideRevealTransitionEndProperty(\'visibleStyle\');e[i]=this.onRevealTransitionEnd,this.transition({from:t.hiddenStyle,to:t.visibleStyle,isCleaning:!0,onTransitionEnd:e})},i.onRevealTransitionEnd=function(){this.isHidden||this.emitEvent(\'reveal\')},i.getHideRevealTransitionEndProperty=function(t){var e=this.layout.options[t];if(e.opacity)return\'opacity\';for(var i in e)return i},i.hide=function(){this.isHidden=!0,this.css({display:\'\'});var t=this.layout.options,e={},i=this.getHideRevealTransitionEndProperty(\'hiddenStyle\');e[i]=this.onHideTransitionEnd,this.transition({from:t.visibleStyle,to:t.hiddenStyle,isCleaning:!0,onTransitionEnd:e})},i.onHideTransitionEnd=function(){this.isHidden&&(this.css({display:\'none\'}),this.emitEvent(\'hide\'))},i.destroy=function(){this.css({position:\'\',left:\'\',right:\'\',top:\'\',bottom:\'\',transition:\'\',transform:\'\'})},n}),function(t,e){\'use strict\';\'function\'==typeof define&&define.amd?define(\'outlayer/outlayer\',[\'ev-emitter/ev-emitter\',\'get-size/get-size\',\'fizzy-ui-utils/utils\',\'./item\'],function(i,o,n,s){return e(t,i,o,n,s)}):\'object\'==typeof module&&module.exports?module.exports=e(t,require(\'ev-emitter\'),require(\'get-size\'),require(\'fizzy-ui-utils\'),require(\'./item\')):t.Outlayer=e(t,t.EvEmitter,t.getSize,t.fizzyUIUtils,t.Outlayer.Item)}(window,function(t,e,n,o,a){\'use strict\';function s(t,e){var i=o.getQueryElement(t);if(!i)return void(u&&u.error(\'Bad element for \'+this.constructor.namespace+\': \'+(i||t)));this.element=i,r&&(this.$element=r(this.element)),this.options=o.extend({},this.constructor.defaults),this.option(e);var n=++f;this.element.outlayerGUID=n,h[n]=this,this._create();var s=this._getOption(\'initLayout\');s&&this.layout()};function d(t){function e(){t.apply(this,arguments)};return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e};function p(t){if(\'number\'==typeof t)return t;var e=t.match(/(^\\d*\\.?\\d*)(\\w*)/),i=e&&e[1],n=e&&e[2];if(!i.length)return 0;i=parseFloat(i);var o=l[n]||1;return i*o};var u=t.console,r=t.jQuery,c=function(){},f=0,h={};s.namespace=\'outlayer\',s.Item=a,s.defaults={containerStyle:{position:\'relative\'},initLayout:!0,originLeft:!0,originTop:!0,resize:!0,resizeContainer:!0,transitionDuration:\'0.4s\',hiddenStyle:{opacity:0,transform:\'scale(0.001)\'},visibleStyle:{opacity:1,transform:\'scale(1)\'}};var i=s.prototype;o.extend(i,e.prototype),i.option=function(t){o.extend(this.options,t)},i._getOption=function(t){var e=this.constructor.compatOptions[t];return e&&void 0!==this.options[e]?this.options[e]:this.options[t]},s.compatOptions={initLayout:\'isInitLayout\',horizontal:\'isHorizontal\',layoutInstant:\'isLayoutInstant\',originLeft:\'isOriginLeft\',originTop:\'isOriginTop\',resize:\'isResizeBound\',resizeContainer:\'isResizingContainer\'},i._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),o.extend(this.element.style,this.options.containerStyle);var t=this._getOption(\'resize\');t&&this.bindResize()},i.reloadItems=function(){this.items=this._itemize(this.element.children)},i._itemize=function(t){for(var i=this._filterFindItemElements(t),r=this.constructor.Item,o=[],e=0;e<i.length;e++){var n=i[e],s=new r(n,this);o.push(s)};return o},i._filterFindItemElements=function(t){return o.filterFindElements(t,this.options.itemSelector)},i.getItemElements=function(){return this.items.map(function(t){return t.element})},i.layout=function(){this._resetLayout(),this._manageStamps();var t=this._getOption(\'layoutInstant\'),e=void 0!==t?t:!this._isLayoutInited;this.layoutItems(this.items,e),this._isLayoutInited=!0},i._init=i.layout,i._resetLayout=function(){this.getSize()},i.getSize=function(){this.size=n(this.element)},i._getMeasurement=function(t,e){var o,i=this.options[t];i?(\'string\'==typeof i?o=this.element.querySelector(i):i instanceof HTMLElement&&(o=i),this[t]=o?n(o)[e]:i):this[t]=0},i.layoutItems=function(t,e){t=this._getItemsForLayout(t),this._layoutItems(t,e),this._postLayout()},i._getItemsForLayout=function(t){return t.filter(function(t){return!t.isIgnored})},i._layoutItems=function(t,e){if(this._emitCompleteOnItems(\'layout\',t),t&&t.length){var i=[];t.forEach(function(t){var o=this._getItemLayoutPosition(t);o.item=t,o.isInstant=e||t.isLayoutInstant,i.push(o)},this),this._processLayoutQueue(i)}},i._getItemLayoutPosition=function(){return{x:0,y:0}},i._processLayoutQueue=function(t){this.updateStagger(),t.forEach(function(t,e){this._positionItem(t.item,t.x,t.y,t.isInstant,e)},this)},i.updateStagger=function(){var t=this.options.stagger;return null===t||void 0===t?void(this.stagger=0):(this.stagger=p(t),this.stagger)},i._positionItem=function(t,e,i,o,n){o?t.goTo(e,i):(t.stagger(n*this.stagger),t.moveTo(e,i))},i._postLayout=function(){this.resizeContainer()},i.resizeContainer=function(){var e=this._getOption(\'resizeContainer\');if(e){var t=this._getContainerSize();t&&(this._setContainerMeasure(t.width,!0),this._setContainerMeasure(t.height,!1))}},i._getContainerSize=c,i._setContainerMeasure=function(t,e){if(void 0!==t){var i=this.size;i.isBorderBox&&(t+=e?i.paddingLeft+i.paddingRight+i.borderLeftWidth+i.borderRightWidth:i.paddingBottom+i.paddingTop+i.borderTopWidth+i.borderBottomWidth),t=Math.max(t,0),this.element.style[e?\'width\':\'height\']=t+\'px\'}},i._emitCompleteOnItems=function(t,e){function n(){s.dispatchEvent(t+\'Complete\',null,[e])};function r(){i++,i==o&&n()};var s=this,o=e.length;if(!e||!o)return void n();var i=0;e.forEach(function(e){e.once(t,r)})},i.dispatchEvent=function(t,e,i){var n=e?[e].concat(i):i;if(this.emitEvent(t,n),r)if(this.$element=this.$element||r(this.element),e){var o=r.Event(e);o.type=t,this.$element.trigger(o,i)}\nelse this.$element.trigger(t,i)},i.ignore=function(t){var e=this.getItem(t);e&&(e.isIgnored=!0)},i.unignore=function(t){var e=this.getItem(t);e&&delete e.isIgnored},i.stamp=function(t){t=this._find(t),t&&(this.stamps=this.stamps.concat(t),t.forEach(this.ignore,this))},i.unstamp=function(t){t=this._find(t),t&&t.forEach(function(t){o.removeFrom(this.stamps,t),this.unignore(t)},this)},i._find=function(t){if(t)return\'string\'==typeof t&&(t=this.element.querySelectorAll(t)),t=o.makeArray(t)},i._manageStamps=function(){this.stamps&&this.stamps.length&&(this._getBoundingRect(),this.stamps.forEach(this._manageStamp,this))},i._getBoundingRect=function(){var e=this.element.getBoundingClientRect(),t=this.size;this._boundingRect={left:e.left+t.paddingLeft+t.borderLeftWidth,top:e.top+t.paddingTop+t.borderTopWidth,right:e.right-(t.paddingRight+t.borderRightWidth),bottom:e.bottom-(t.paddingBottom+t.borderBottomWidth)}},i._manageStamp=c,i._getElementOffset=function(t){var e=t.getBoundingClientRect(),i=this._boundingRect,o=n(t),s={left:e.left-i.left-o.marginLeft,top:e.top-i.top-o.marginTop,right:i.right-e.right-o.marginRight,bottom:i.bottom-e.bottom-o.marginBottom};return s},i.handleEvent=o.handleEvent,i.bindResize=function(){t.addEventListener(\'resize\',this),this.isResizeBound=!0},i.unbindResize=function(){t.removeEventListener(\'resize\',this),this.isResizeBound=!1},i.onresize=function(){this.resize()},o.debounceMethod(s,\'onresize\',100),i.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},i.needsResizeLayout=function(){var t=n(this.element),e=this.size&&t;return e&&t.innerWidth!==this.size.innerWidth},i.addItems=function(t){var e=this._itemize(t);return e.length&&(this.items=this.items.concat(e)),e},i.appended=function(t){var e=this.addItems(t);e.length&&(this.layoutItems(e,!0),this.reveal(e))},i.prepended=function(t){var e=this._itemize(t);if(e.length){var i=this.items.slice(0);this.items=e.concat(i),this._resetLayout(),this._manageStamps(),this.layoutItems(e,!0),this.reveal(e),this.layoutItems(i)}},i.reveal=function(t){if(this._emitCompleteOnItems(\'reveal\',t),t&&t.length){var e=this.updateStagger();t.forEach(function(t,i){t.stagger(i*e),t.reveal()})}},i.hide=function(t){if(this._emitCompleteOnItems(\'hide\',t),t&&t.length){var e=this.updateStagger();t.forEach(function(t,i){t.stagger(i*e),t.hide()})}},i.revealItemElements=function(t){var e=this.getItems(t);this.reveal(e)},i.hideItemElements=function(t){var e=this.getItems(t);this.hide(e)},i.getItem=function(t){for(var e=0;e<this.items.length;e++){var i=this.items[e];if(i.element==t)return i}},i.getItems=function(t){t=o.makeArray(t);var e=[];return t.forEach(function(t){var i=this.getItem(t);i&&e.push(i)},this),e},i.remove=function(t){var e=this.getItems(t);this._emitCompleteOnItems(\'remove\',e),e&&e.length&&e.forEach(function(t){t.remove(),o.removeFrom(this.items,t)},this)},i.destroy=function(){var t=this.element.style;t.height=\'\',t.position=\'\',t.width=\'\',this.items.forEach(function(t){t.destroy()}),this.unbindResize();var e=this.element.outlayerGUID;delete h[e],delete this.element.outlayerGUID,r&&r.removeData(this.element,this.constructor.namespace)},s.data=function(t){t=o.getQueryElement(t);var e=t&&t.outlayerGUID;return e&&h[e]},s.create=function(t,e){var i=d(s);return i.defaults=o.extend({},s.defaults),o.extend(i.defaults,e),i.compatOptions=o.extend({},s.compatOptions),i.namespace=t,i.data=s.data,i.Item=d(a),o.htmlInit(i,t),r&&r.bridget&&r.bridget(t,i),i};var l={ms:1,s:1e3};return s.Item=a,s}),function(t,e){\'function\'==typeof define&&define.amd?define(\'isotope-layout/js/item\',[\'outlayer/outlayer\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'outlayer\')):(t.Isotope=t.Isotope||{},t.Isotope.Item=e(t.Outlayer))}(window,function(t){\'use strict\';function i(){t.Item.apply(this,arguments)};var e=i.prototype=Object.create(t.Item.prototype),n=e._create;e._create=function(){this.id=this.layout.itemGUID++,n.call(this),this.sortData={}},e.updateSortData=function(){if(!this.isIgnored){this.sortData.id=this.id,this.sortData[\'original-order\']=this.id,this.sortData.random=Math.random();var i=this.layout.options.getSortData,o=this.layout._sorters;for(var t in i){var e=o[t];this.sortData[t]=e(this.element,this)}}};var o=e.destroy;return e.destroy=function(){o.apply(this,arguments),this.css({display:\'\'})},i}),function(t,e){\'function\'==typeof define&&define.amd?define(\'isotope-layout/js/layout-mode\',[\'get-size/get-size\',\'outlayer/outlayer\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'get-size\'),require(\'outlayer\')):(t.Isotope=t.Isotope||{},t.Isotope.LayoutMode=e(t.getSize,t.Outlayer))}(window,function(t,e){\'use strict\';function o(t){this.isotope=t,t&&(this.options=t.options[this.namespace],this.element=t.element,this.items=t.filteredItems,this.size=t.size)};var i=o.prototype,n=[\'_resetLayout\',\'_getItemLayoutPosition\',\'_manageStamp\',\'_getContainerSize\',\'_getElementOffset\',\'needsResizeLayout\',\'_getOption\'];return n.forEach(function(t){i[t]=function(){return e.prototype[t].apply(this.isotope,arguments)}}),i.needsVerticalResizeLayout=function(){var e=t(this.isotope.element),i=this.isotope.size&&e;return i&&e.innerHeight!=this.isotope.size.innerHeight},i._getMeasurement=function(){this.isotope._getMeasurement.apply(this,arguments)},i.getColumnWidth=function(){this.getSegmentSize(\'column\',\'Width\')},i.getRowHeight=function(){this.getSegmentSize(\'row\',\'Height\')},i.getSegmentSize=function(t,e){var i=t+e,n=\'outer\'+e;if(this._getMeasurement(i,n),!this[i]){var o=this.getFirstItemSize();this[i]=o&&o[n]||this.isotope.size[\'inner\'+e]}},i.getFirstItemSize=function(){var e=this.isotope.filteredItems[0];return e&&e.element&&t(e.element)},i.layout=function(){this.isotope.layout.apply(this.isotope,arguments)},i.getSize=function(){this.isotope.getSize(),this.size=this.isotope.size},o.modes={},o.create=function(t,e){function n(){o.apply(this,arguments)};return n.prototype=Object.create(i),n.prototype.constructor=n,e&&(n.options=e),n.prototype.namespace=t,o.modes[t]=n,n},o}),function(t,e){\'function\'==typeof define&&define.amd?define(\'masonry-layout/masonry\',[\'outlayer/outlayer\',\'get-size/get-size\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'outlayer\'),require(\'get-size\')):t.Masonry=e(t.Outlayer,t.getSize)}(window,function(t,e){var o=t.create(\'masonry\');o.compatOptions.fitWidth=\'isFitWidth\';var i=o.prototype;return i._resetLayout=function(){this.getSize(),this._getMeasurement(\'columnWidth\',\'outerWidth\'),this._getMeasurement(\'gutter\',\'outerWidth\'),this.measureColumns(),this.colYs=[];for(var t=0;t<this.cols;t++)this.colYs.push(0);this.maxY=0,this.horizontalColIndex=0},i.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var s=this.items[0],r=s&&s.element;this.columnWidth=r&&e(r).outerWidth||this.containerWidth};var t=this.columnWidth+=this.gutter,o=this.containerWidth+this.gutter,i=o/t,n=t-o%t,a=n&&n<1?\'round\':\'floor\';i=Math[a](i),this.cols=Math.max(i,1)},i.getContainerWidth=function(){var i=this._getOption(\'fitWidth\'),o=i?this.element.parentNode:this.element,t=e(o);this.containerWidth=t&&t.innerWidth},i._getItemLayoutPosition=function(t){t.getSize();var n=t.size.outerWidth%this.columnWidth,u=n&&n<1?\'round\':\'ceil\',i=Math[u](t.size.outerWidth/this.columnWidth);i=Math.min(i,this.cols);for(var s=this.options.horizontalOrder?\'_getHorizontalColPosition\':\'_getTopColPosition\',e=this[s](i,t),r={x:this.columnWidth*e.col,y:e.y},a=e.y+t.size.outerHeight,h=i+e.col,o=e.col;o<h;o++)this.colYs[o]=a;return r},i._getTopColPosition=function(t){var e=this._getTopColGroup(t),i=Math.min.apply(Math,e);return{col:e.indexOf(i),y:i}},i._getTopColGroup=function(t){if(t<2)return this.colYs;for(var i=[],o=this.cols+1-t,e=0;e<o;e++)i[e]=this._getColGroupY(e,t);return i},i._getColGroupY=function(t,e){if(e<2)return this.colYs[t];var i=this.colYs.slice(t,t+e);return Math.max.apply(Math,i)},i._getHorizontalColPosition=function(t,e){var i=this.horizontalColIndex%this.cols,n=t>1&&i+t>this.cols;i=n?0:i;var o=e.size.outerWidth&&e.size.outerHeight;return this.horizontalColIndex=o?i+t:this.horizontalColIndex,{col:i,y:this._getColGroupY(i,t)}},i._manageStamp=function(t){var r=e(t),n=this._getElementOffset(t),d=this._getOption(\'originLeft\'),a=d?n.left:n.right,h=a+r.outerWidth,s=Math.floor(a/this.columnWidth);s=Math.max(0,s);var o=Math.floor(h/this.columnWidth);o-=h%this.columnWidth?0:1,o=Math.min(this.cols-1,o);for(var u=this._getOption(\'originTop\'),c=(u?n.top:n.bottom)+r.outerHeight,i=s;i<=o;i++)this.colYs[i]=Math.max(c,this.colYs[i])},i._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var t={height:this.maxY};return this._getOption(\'fitWidth\')&&(t.width=this._getContainerFitWidth()),t},i._getContainerFitWidth=function(){for(var t=0,e=this.cols;--e&&0===this.colYs[e];)t++;return(this.cols-t)*this.columnWidth-this.gutter},i.needsResizeLayout=function(){var t=this.containerWidth;return this.getContainerWidth(),t!=this.containerWidth},o}),function(t,e){\'function\'==typeof define&&define.amd?define(\'isotope-layout/js/layout-modes/masonry\',[\'../layout-mode\',\'masonry-layout/masonry\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'../layout-mode\'),require(\'masonry-layout\')):e(t.Isotope.LayoutMode,t.Masonry)}(window,function(t,e){\'use strict\';var n=t.create(\'masonry\'),i=n.prototype,a={_getElementOffset:!0,layout:!0,_getMeasurement:!0};for(var o in e.prototype)a[o]||(i[o]=e.prototype[o]);var r=i.measureColumns;i.measureColumns=function(){this.items=this.isotope.filteredItems,r.call(this)};var s=i._getOption;return i._getOption=function(t){return\'fitWidth\'==t?void 0!==this.options.isFitWidth?this.options.isFitWidth:this.options.fitWidth:s.apply(this.isotope,arguments)},n}),function(t,e){\'function\'==typeof define&&define.amd?define(\'isotope-layout/js/layout-modes/fit-rows\',[\'../layout-mode\'],e):\'object\'==typeof exports?module.exports=e(require(\'../layout-mode\')):e(t.Isotope.LayoutMode)}(window,function(t){\'use strict\';var i=t.create(\'fitRows\'),e=i.prototype;return e._resetLayout=function(){this.x=0,this.y=0,this.maxY=0,this._getMeasurement(\'gutter\',\'outerWidth\')},e._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth+this.gutter,o=this.isotope.size.innerWidth+this.gutter;0!==this.x&&e+this.x>o&&(this.x=0,this.y=this.maxY);var i={x:this.x,y:this.y};return this.maxY=Math.max(this.maxY,this.y+t.size.outerHeight),this.x+=e,i},e._getContainerSize=function(){return{height:this.maxY}},i}),function(t,e){\'function\'==typeof define&&define.amd?define(\'isotope-layout/js/layout-modes/vertical\',[\'../layout-mode\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'../layout-mode\')):e(t.Isotope.LayoutMode)}(window,function(t){\'use strict\';var i=t.create(\'vertical\',{horizontalAlignment:0}),e=i.prototype;return e._resetLayout=function(){this.y=0},e._getItemLayoutPosition=function(t){t.getSize();var e=(this.isotope.size.innerWidth-t.size.outerWidth)*this.options.horizontalAlignment,i=this.y;return this.y+=t.size.outerHeight,{x:e,y:i}},e._getContainerSize=function(){return{height:this.y}},i}),function(t,e){\'function\'==typeof define&&define.amd?define([\'outlayer/outlayer\',\'get-size/get-size\',\'desandro-matches-selector/matches-selector\',\'fizzy-ui-utils/utils\',\'isotope-layout/js/item\',\'isotope-layout/js/layout-mode\',\'isotope-layout/js/layout-modes/masonry\',\'isotope-layout/js/layout-modes/fit-rows\',\'isotope-layout/js/layout-modes/vertical\'],function(i,o,n,s,r,a){return e(t,i,o,n,s,r,a)}):\'object\'==typeof module&&module.exports?module.exports=e(t,require(\'outlayer\'),require(\'get-size\'),require(\'desandro-matches-selector\'),require(\'fizzy-ui-utils\'),require(\'isotope-layout/js/item\'),require(\'isotope-layout/js/layout-mode\'),require(\'isotope-layout/js/layout-modes/masonry\'),require(\'isotope-layout/js/layout-modes/fit-rows\'),require(\'isotope-layout/js/layout-modes/vertical\')):t.Isotope=e(t,t.Outlayer,t.getSize,t.matchesSelector,t.fizzyUIUtils,t.Isotope.Item,t.Isotope.LayoutMode)}(window,function(t,e,o,s,n,h,a){function f(t,e){return function(i,o){for(var a=0;a<t.length;a++){var n=t[a],s=i.sortData[n],r=o.sortData[n];if(s>r||s<r){var h=void 0!==e[n]?e[n]:e,u=h?1:-1;return(s>r?1:-1)*u}};return 0}};var u=t.jQuery,l=String.prototype.trim?function(t){return t.trim()}:function(t){return t.replace(/^\\s+|\\s+$/g,\'\')},r=e.create(\'isotope\',{layoutMode:\'masonry\',isJQueryFiltering:!0,sortAscending:!0});r.Item=h,r.LayoutMode=a;var i=r.prototype;i._create=function(){this.itemGUID=0,this._sorters={},this._getSorters(),e.prototype._create.call(this),this.modes={},this.filteredItems=this.items,this.sortHistory=[\'original-order\'];for(var t in a.modes)this._initLayoutMode(t)},i.reloadItems=function(){this.itemGUID=0,e.prototype.reloadItems.call(this)},i._itemize=function(){for(var t=e.prototype._itemize.apply(this,arguments),i=0;i<t.length;i++){var o=t[i];o.id=this.itemGUID++};return this._updateItemsSortData(t),t},i._initLayoutMode=function(t){var e=a.modes[t],i=this.options[t]||{};this.options[t]=e.options?n.extend(e.options,i):i,this.modes[t]=new e(this)},i.layout=function(){return!this._isLayoutInited&&this._getOption(\'initLayout\')?void this.arrange():void this._layout()},i._layout=function(){var t=this._getIsInstant();this._resetLayout(),this._manageStamps(),this.layoutItems(this.filteredItems,t),this._isLayoutInited=!0},i.arrange=function(t){this.option(t),this._getIsInstant();var e=this._filter(this.items);this.filteredItems=e.matches,this._bindArrangeComplete(),this._isInstant?this._noTransition(this._hideReveal,[e]):this._hideReveal(e),this._sort(),this._layout()},i._init=i.arrange,i._hideReveal=function(t){this.reveal(t.needReveal),this.hide(t.needHide)},i._getIsInstant=function(){var t=this._getOption(\'layoutInstant\'),e=void 0!==t?t:!this._isLayoutInited;return this._isInstant=e,e},i._bindArrangeComplete=function(){function t(){e&&i&&o&&n.dispatchEvent(\'arrangeComplete\',null,[n.filteredItems])};var e,i,o,n=this;this.once(\'layoutComplete\',function(){e=!0,t()}),this.once(\'hideComplete\',function(){i=!0,t()}),this.once(\'revealComplete\',function(){o=!0,t()})},i._filter=function(t){var n=this.options.filter;n=n||\'*\';for(var s=[],r=[],a=[],h=this._getFilterTest(n),o=0;o<t.length;o++){var e=t[o];if(!e.isIgnored){var i=h(e);i&&s.push(e),i&&e.isHidden?r.push(e):i||e.isHidden||a.push(e)}};return{matches:s,needReveal:r,needHide:a}},i._getFilterTest=function(t){return u&&this.options.isJQueryFiltering?function(e){return u(e.element).is(t)}:\'function\'==typeof t?function(e){return t(e.element)}:function(e){return s(e.element,t)}},i.updateSortData=function(t){var e;t?(t=n.makeArray(t),e=this.getItems(t)):e=this.items,this._getSorters(),this._updateItemsSortData(e)},i._getSorters=function(){var e=this.options.getSortData;for(var t in e){var i=e[t];this._sorters[t]=d(i)}},i._updateItemsSortData=function(t){for(var i=t&&t.length,e=0;i&&e<i;e++){var o=t[e];o.updateSortData()}};var d=function(){function t(t){if(\'string\'!=typeof t)return t;var i=l(t).split(\' \'),o=i[0],n=o.match(/^\\[(.+)\\]$/),h=n&&n[1],s=e(h,o),a=r.sortDataParsers[i[1]];return t=a?function(t){return t&&a(s(t))}:function(t){return t&&s(t)}};function e(t,e){return t?function(e){return e.getAttribute(t)}:function(t){var i=t.querySelector(e);return i&&i.textContent}};return t}();r.sortDataParsers={parseInt:function(t){return parseInt(t,10)},parseFloat:function(t){return parseFloat(t)}},i._sort=function(){if(this.options.sortBy){var t=n.makeArray(this.options.sortBy);this._getIsSameSortBy(t)||(this.sortHistory=t.concat(this.sortHistory));var e=f(this.sortHistory,this.options.sortAscending);this.filteredItems.sort(e)}},i._getIsSameSortBy=function(t){for(var e=0;e<t.length;e++)if(t[e]!=this.sortHistory[e])return!1;return!0},i._mode=function(){var t=this.options.layoutMode,e=this.modes[t];if(!e)throw new Error(\'No layout mode: \'+t);return e.options=this.options[t],e},i._resetLayout=function(){e.prototype._resetLayout.call(this),this._mode()._resetLayout()},i._getItemLayoutPosition=function(t){return this._mode()._getItemLayoutPosition(t)},i._manageStamp=function(t){this._mode()._manageStamp(t)},i._getContainerSize=function(){return this._mode()._getContainerSize()},i.needsResizeLayout=function(){return this._mode().needsResizeLayout()},i.appended=function(t){var e=this.addItems(t);if(e.length){var i=this._filterRevealAdded(e);this.filteredItems=this.filteredItems.concat(i)}},i.prepended=function(t){var e=this._itemize(t);if(e.length){this._resetLayout(),this._manageStamps();var i=this._filterRevealAdded(e);this.layoutItems(this.filteredItems),this.filteredItems=i.concat(this.filteredItems),this.items=e.concat(this.items)}},i._filterRevealAdded=function(t){var e=this._filter(t);return this.hide(e.needHide),this.reveal(e.matches),this.layoutItems(e.matches,!0),e.matches},i.insert=function(t){var i=this.addItems(t);if(i.length){var e,n,o=i.length;for(e=0;e<o;e++)n=i[e],this.element.appendChild(n.element);var s=this._filter(i).matches;for(e=0;e<o;e++)i[e].isLayoutInstant=!0;for(this.arrange(),e=0;e<o;e++)delete i[e].isLayoutInstant;this.reveal(s)}};var c=i.remove;return i.remove=function(t){t=n.makeArray(t);var i=this.getItems(t);c.call(this,t);for(var o=i&&i.length,e=0;o&&e<o;e++){var s=i[e];n.removeFrom(this.filteredItems,s)}},i.shuffle=function(){for(var t=0;t<this.items.length;t++){var e=this.items[t];e.sortData.random=Math.random()};this.options.sortBy=\'random\',this._sort(),this._layout()},i._noTransition=function(t,e){var o=this.options.transitionDuration;this.options.transitionDuration=0;var i=t.apply(this,e);return this.options.transitionDuration=o,i},i.getFilteredItemElements=function(){return this.filteredItems.map(function(t){return t.element})},r});!function(t,e){\'function\'==typeof define&&define.amd?define(\'packery/js/rect\',e):\'object\'==typeof module&&module.exports?module.exports=e():(t.Packery=t.Packery||{},t.Packery.Rect=e())}(window,function(){function t(e){for(var i in t.defaults)this[i]=t.defaults[i];for(i in e)this[i]=e[i]};t.defaults={x:0,y:0,width:0,height:0};var e=t.prototype;return e.contains=function(t){var e=t.width||0,i=t.height||0;return this.x<=t.x&&this.y<=t.y&&this.x+this.width>=t.x+e&&this.y+this.height>=t.y+i},e.overlaps=function(t){var e=this.x+this.width,i=this.y+this.height,o=t.x+t.width,n=t.y+t.height;return this.x<o&&e>t.x&&this.y<n&&i>t.y},e.getMaximalFreeRects=function(e){if(!this.overlaps(e))return!1;var i,o=[],r=this.x+this.width,a=this.y+this.height,n=e.x+e.width,s=e.y+e.height;return this.y<e.y&&(i=new t({x:this.x,y:this.y,width:this.width,height:e.y-this.y}),o.push(i)),r>n&&(i=new t({x:n,y:this.y,width:r-n,height:this.height}),o.push(i)),a>s&&(i=new t({x:this.x,y:s,width:this.width,height:a-s}),o.push(i)),this.x<e.x&&(i=new t({x:this.x,y:this.y,width:e.x-this.x,height:this.height}),o.push(i)),o},e.canFit=function(t){return this.width>=t.width&&this.height>=t.height},t}),function(t,e){if(\'function\'==typeof define&&define.amd)define(\'packery/js/packer\',[\'./rect\'],e);else if(\'object\'==typeof module&&module.exports)module.exports=e(require(\'./rect\'));else{var i=t.Packery=t.Packery||{};i.Packer=e(i.Rect)}}(window,function(t){function i(t,e,i){this.width=t||0,this.height=e||0,this.sortDirection=i||\'downwardLeftToRight\',this.reset()};var e=i.prototype;e.reset=function(){this.spaces=[];var e=new t({x:0,y:0,width:this.width,height:this.height});this.spaces.push(e),this.sorter=o[this.sortDirection]||o.downwardLeftToRight},e.pack=function(t){for(var e=0;e<this.spaces.length;e++){var i=this.spaces[e];if(i.canFit(t)){this.placeInSpace(t,i);break}}},e.columnPack=function(t){for(var i=0;i<this.spaces.length;i++){var e=this.spaces[i],o=e.x<=t.x&&e.x+e.width>=t.x+t.width&&e.height>=t.height-.01;if(o){t.y=e.y,this.placed(t);break}}},e.rowPack=function(t){for(var i=0;i<this.spaces.length;i++){var e=this.spaces[i],o=e.y<=t.y&&e.y+e.height>=t.y+t.height&&e.width>=t.width-.01;if(o){t.x=e.x,this.placed(t);break}}},e.placeInSpace=function(t,e){t.x=e.x,t.y=e.y,this.placed(t)},e.placed=function(t){for(var e=[],i=0;i<this.spaces.length;i++){var o=this.spaces[i],n=o.getMaximalFreeRects(t);n?e.push.apply(e,n):e.push(o)};this.spaces=e,this.mergeSortSpaces()},e.mergeSortSpaces=function(){i.mergeRects(this.spaces),this.spaces.sort(this.sorter)},e.addSpace=function(t){this.spaces.push(t),this.mergeSortSpaces()},i.mergeRects=function(t){var e=0,i=t[e];t:for(;i;){for(var o=0,n=t[e+o];n;){if(n==i)o++;else{if(n.contains(i)){t.splice(e,1),i=t[e];continue;t};i.contains(n)?t.splice(e+o,1):o++};n=t[e+o]};e++,i=t[e]};return t};var o={downwardLeftToRight:function(t,e){return t.y-e.y||t.x-e.x},rightwardTopToBottom:function(t,e){return t.x-e.x||t.y-e.y}};return i}),function(t,e){\'function\'==typeof define&&define.amd?define(\'packery/js/item\',[\'outlayer/outlayer\',\'./rect\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'outlayer\'),require(\'./rect\')):t.Packery.Item=e(t.Outlayer,t.Packery.Rect)}(window,function(t,e){var r=document.documentElement.style,o=\'string\'==typeof r.transform?\'transform\':\'WebkitTransform\',n=function(){t.Item.apply(this,arguments)},i=n.prototype=Object.create(t.Item.prototype),a=i._create;i._create=function(){a.call(this),this.rect=new e};var s=i.moveTo;return i.moveTo=function(t,e){var i=Math.abs(this.position.x-t),o=Math.abs(this.position.y-e),n=this.layout.dragItemCount&&!this.isPlacing&&!this.isTransitioning&&1>i&&1>o;return n?void this.goTo(t,e):void s.apply(this,arguments)},i.enablePlacing=function(){this.removeTransitionStyles(),this.isTransitioning&&o&&(this.element.style[o]=\'none\'),this.isTransitioning=!1,this.getSize(),this.layout._setRectSize(this.element,this.rect),this.isPlacing=!0},i.disablePlacing=function(){this.isPlacing=!1},i.removeElem=function(){this.element.parentNode.removeChild(this.element),this.layout.packer.addSpace(this.rect),this.emitEvent(\'remove\',[this])},i.showDropPlaceholder=function(){var t=this.dropPlaceholder;t||(t=this.dropPlaceholder=document.createElement(\'div\'),t.className=\'packery-drop-placeholder\',t.style.position=\'absolute\'),t.style.width=this.size.width+\'px\',t.style.height=this.size.height+\'px\',this.positionDropPlaceholder(),this.layout.element.appendChild(t)},i.positionDropPlaceholder=function(){this.dropPlaceholder.style[o]=\'translate(\'+this.rect.x+\'px, \'+this.rect.y+\'px)\'},i.hideDropPlaceholder=function(){this.layout.element.removeChild(this.dropPlaceholder)},n}),function(t,e){\'function\'==typeof define&&define.amd?define(\'packery/js/packery\',[\'get-size/get-size\',\'outlayer/outlayer\',\'./rect\',\'./packer\',\'./item\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'get-size\'),require(\'outlayer\'),require(\'./rect\'),require(\'./packer\'),require(\'./item\')):t.Packery=e(t.getSize,t.Outlayer,t.Packery.Rect,t.Packery.Packer,t.Packery.Item)}(window,function(t,e,o,n,s){function u(t,e){return t.position.y-e.position.y||t.position.x-e.position.x};function c(t,e){return t.position.x-e.position.x||t.position.y-e.position.y};function d(t,e){var i=e.x-t.x,o=e.y-t.y;return Math.sqrt(i*i+o*o)};o.prototype.canFit=function(t){return this.width>=t.width-1&&this.height>=t.height-1};var r=e.create(\'packery\');r.Item=s;var i=r.prototype;i._create=function(){e.prototype._create.call(this),this.packer=new n,this.shiftPacker=new n,this.isEnabled=!0,this.dragItemCount=0;var t=this;this.handleDraggabilly={dragStart:function(){t.itemDragStart(this.element)},dragMove:function(){t.itemDragMove(this.element,this.position.x,this.position.y)},dragEnd:function(){t.itemDragEnd(this.element)}},this.handleUIDraggable={start:function(e,i){i&&t.itemDragStart(e.currentTarget)},drag:function(e,i){i&&t.itemDragMove(e.currentTarget,i.position.left,i.position.top)},stop:function(e,i){i&&t.itemDragEnd(e.currentTarget)}}},i._resetLayout=function(){this.getSize(),this._getMeasurements();var t,e,i;this._getOption(\'horizontal\')?(t=1/0,e=this.size.innerHeight+this.gutter,i=\'rightwardTopToBottom\'):(t=this.size.innerWidth+this.gutter,e=1/0,i=\'downwardLeftToRight\'),this.packer.width=this.shiftPacker.width=t,this.packer.height=this.shiftPacker.height=e,this.packer.sortDirection=this.shiftPacker.sortDirection=i,this.packer.reset(),this.maxY=0,this.maxX=0},i._getMeasurements=function(){this._getMeasurement(\'columnWidth\',\'width\'),this._getMeasurement(\'rowHeight\',\'height\'),this._getMeasurement(\'gutter\',\'width\')},i._getItemLayoutPosition=function(t){if(this._setRectSize(t.element,t.rect),this.isShifting||this.dragItemCount>0){var e=this._getPackMethod();this.packer[e](t.rect)}\nelse this.packer.pack(t.rect);return this._setMaxXY(t.rect),t.rect},i.shiftLayout=function(){this.isShifting=!0,this.layout(),delete this.isShifting},i._getPackMethod=function(){return this._getOption(\'horizontal\')?\'rowPack\':\'columnPack\'},i._setMaxXY=function(t){this.maxX=Math.max(t.x+t.width,this.maxX),this.maxY=Math.max(t.y+t.height,this.maxY)},i._setRectSize=function(e,i){var s=t(e),o=s.outerWidth,n=s.outerHeight;(o||n)&&(o=this._applyGridGutter(o,this.columnWidth),n=this._applyGridGutter(n,this.rowHeight)),i.width=Math.min(o,this.packer.width),i.height=Math.min(n,this.packer.height)},i._applyGridGutter=function(t,e){if(!e)return t+this.gutter;e+=this.gutter;var i=t%e,o=i&&1>i?\'round\':\'ceil\';return t=Math[o](t/e)*e},i._getContainerSize=function(){return this._getOption(\'horizontal\')?{width:this.maxX-this.gutter}:{height:this.maxY-this.gutter}},i._manageStamp=function(t){var e,n=this.getItem(t);if(n&&n.isPlacing)e=n.rect;else{var i=this._getElementOffset(t);e=new o({x:this._getOption(\'originLeft\')?i.left:i.right,y:this._getOption(\'originTop\')?i.top:i.bottom})};this._setRectSize(t,e),this.packer.placed(e),this._setMaxXY(e)},i.sortItemsByPosition=function(){var t=this._getOption(\'horizontal\')?c:u;this.items.sort(t)},i.fit=function(t,e,i){var o=this.getItem(t);o&&(this.stamp(o.element),o.enablePlacing(),this.updateShiftTargets(o),e=void 0===e?o.rect.x:e,i=void 0===i?o.rect.y:i,this.shift(o,e,i),this._bindFitEvents(o),o.moveTo(o.rect.x,o.rect.y),this.shiftLayout(),this.unstamp(o.element),this.sortItemsByPosition(),o.disablePlacing())},i._bindFitEvents=function(t){function i(){e++,2==e&&o.dispatchEvent(\'fitComplete\',null,[t])};var o=this,e=0;t.once(\'layout\',i),this.once(\'layoutComplete\',i)},i.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&(this.options.shiftPercentResize?this.resizeShiftPercentLayout():this.layout())},i.needsResizeLayout=function(){var i=t(this.element),e=this._getOption(\'horizontal\')?\'innerHeight\':\'innerWidth\';return i[e]!=this.size[e]},i.resizeShiftPercentLayout=function(){var n=this._getItemsForLayout(this.items),e=this._getOption(\'horizontal\'),i=e?\'y\':\'x\',u=e?\'height\':\'width\',s=e?\'rowHeight\':\'columnWidth\',c=e?\'innerHeight\':\'innerWidth\',o=this[s];if(o=o&&o+this.gutter){this._getMeasurements();var h=this[s]+this.gutter;n.forEach(function(t){var e=Math.round(t.rect[i]/o);t.rect[i]=e*h})}\nelse{var r=t(this.element)[c]+this.gutter,a=this.packer[u];n.forEach(function(t){t.rect[i]=t.rect[i]/a*r})};this.shiftLayout()},i.itemDragStart=function(t){if(this.isEnabled){this.stamp(t);var e=this.getItem(t);e&&(e.enablePlacing(),e.showDropPlaceholder(),this.dragItemCount++,this.updateShiftTargets(e))}},i.updateShiftTargets=function(t){this.shiftPacker.reset(),this._getBoundingRect();var l=this._getOption(\'originLeft\'),f=this._getOption(\'originTop\');this.stamps.forEach(function(t){var n=this.getItem(t);if(!n||!n.isPlacing){var e=this._getElementOffset(t),i=new o({x:l?e.left:e.right,y:f?e.top:e.bottom});this._setRectSize(t,i),this.shiftPacker.placed(i)}},this);var n=this._getOption(\'horizontal\'),d=n?\'rowHeight\':\'columnWidth\',s=n?\'height\':\'width\';this.shiftTargetKeys=[],this.shiftTargets=[];var i,e=this[d];if(e=e&&e+this.gutter){var c=Math.ceil(t.rect[s]/e),a=Math.floor((this.shiftPacker[s]+this.gutter)/e);i=(a-c)*e;for(var r=0;a>r;r++)this._addShiftTarget(r*e,0,i)}\nelse i=this.shiftPacker[s]+this.gutter-t.rect[s],this._addShiftTarget(0,0,i);var h=this._getItemsForLayout(this.items),u=this._getPackMethod();h.forEach(function(t){var o=t.rect;this._setRectSize(t.element,o),this.shiftPacker[u](o),this._addShiftTarget(o.x,o.y,i);var a=n?o.x+o.width:o.x,h=n?o.y:o.y+o.height;if(this._addShiftTarget(a,h,i),e)for(var l=Math.round(o[s]/e),r=1;l>r;r++){var c=n?a:o.x+e*r,d=n?o.y+e*r:h;this._addShiftTarget(c,d,i)}},this)},i._addShiftTarget=function(t,e,i){var n=this._getOption(\'horizontal\')?e:t;if(!(0!==n&&n>i)){var o=t+\',\'+e,s=-1!=this.shiftTargetKeys.indexOf(o);s||(this.shiftTargetKeys.push(o),this.shiftTargets.push({x:t,y:e}))}},i.shift=function(t,e,i){var o,n=1/0,s={x:e,y:i};this.shiftTargets.forEach(function(t){var e=d(t,s);n>e&&(o=t,n=e)}),t.rect.x=o.x,t.rect.y=o.y};var a=120;i.itemDragMove=function(t,e,i){function r(){n.shift(o,e,i),o.positionDropPlaceholder(),n.layout()};var o=this.isEnabled&&this.getItem(t);if(o){e-=this.size.paddingLeft,i-=this.size.paddingTop;var n=this,s=new Date;this._itemDragTime&&s-this._itemDragTime<a?(clearTimeout(this.dragTimeout),this.dragTimeout=setTimeout(r,a)):(r(),this._itemDragTime=s)}},i.itemDragEnd=function(t){function o(){i++,2==i&&(e.element.classList.remove(\'is-positioning-post-drag\'),e.hideDropPlaceholder(),n.dispatchEvent(\'dragItemPositioned\',null,[e]))};var e=this.isEnabled&&this.getItem(t);if(e){clearTimeout(this.dragTimeout),e.element.classList.add(\'is-positioning-post-drag\');var i=0,n=this;e.once(\'layout\',o),this.once(\'layoutComplete\',o),e.moveTo(e.rect.x,e.rect.y),this.layout(),this.dragItemCount=Math.max(0,this.dragItemCount-1),this.sortItemsByPosition(),e.disablePlacing(),this.unstamp(e.element)}},i.bindDraggabillyEvents=function(t){this._bindDraggabillyEvents(t,\'on\')},i.unbindDraggabillyEvents=function(t){this._bindDraggabillyEvents(t,\'off\')},i._bindDraggabillyEvents=function(t,e){var i=this.handleDraggabilly;t[e](\'dragStart\',i.dragStart),t[e](\'dragMove\',i.dragMove),t[e](\'dragEnd\',i.dragEnd)},i.bindUIDraggableEvents=function(t){this._bindUIDraggableEvents(t,\'on\')},i.unbindUIDraggableEvents=function(t){this._bindUIDraggableEvents(t,\'off\')},i._bindUIDraggableEvents=function(t,e){var i=this.handleUIDraggable;t[e](\'dragstart\',i.start)[e](\'drag\',i.drag)[e](\'dragstop\',i.stop)};var h=i.destroy;return i.destroy=function(){h.apply(this,arguments),this.isEnabled=!1},r.Rect=o,r.Packer=n,r}),function(t,e){\'function\'==typeof define&&define.amd?define([\'isotope-layout/js/layout-mode\',\'packery/js/packery\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'isotope-layout/js/layout-mode\'),require(\'packery\')):e(t.Isotope.LayoutMode,t.Packery)}(window,function(t,e){var n=t.create(\'packery\'),i=n.prototype,u={_getElementOffset:!0,_getMeasurement:!0};for(var o in e.prototype)u[o]||(i[o]=e.prototype[o]);var h=i._resetLayout;i._resetLayout=function(){this.packer=this.packer||new e.Packer,this.shiftPacker=this.shiftPacker||new e.Packer,h.apply(this,arguments)};var a=i._getItemLayoutPosition;i._getItemLayoutPosition=function(t){return t.rect=t.rect||new e.Rect,a.call(this,t)};var r=i.needsResizeLayout;i.needsResizeLayout=function(){return this._getOption(\'horizontal\')?this.needsVerticalResizeLayout():r.call(this)};var s=i._getOption;return i._getOption=function(t){return\'horizontal\'==t?void 0!==this.options.isHorizontal?this.options.isHorizontal:this.options.horizontal:s.apply(this.isotope,arguments)},n});\";}s:22:\"avia-module-masonry-js\";a:6:{s:4:\"name\";s:19:\"avia-module-masonry\";s:3:\"url\";s:124:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js\";s:4:\"path\";s:98:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:3876:\"(function(i){\'use strict\';i.fn.avia_masonry=function(a){if(!this.length)return this;var n=i(\'body\'),e=i(window),s=i.avia_utilities.isMobile,o=!1,t={masonry_filter:function(){var a=i(this),l=a.html(),n=a.data(\'filter\'),o=a.parents(\'.av-masonry\').eq(0),s=o.find(\'.av-masonry-container\').eq(0),f=o.find(\'.av-masonry-sort a\'),r=o.find(\'.av-current-sort-title\');f.removeClass(\'active_sort\');a.addClass(\'active_sort\');s.attr(\'id\',\'masonry_id_\'+n);if(r.length)r.html(l);t.applyMasonry(s,n,function(){s.css({overflow:\'visible\'})});setTimeout(function(){e.trigger(\'debouncedresize\')},500);return!1},applyMasonry:function(a,o,s){var t=o?{filter:\'.\'+o}:{};t[\'layoutMode\']=\'packery\';t[\'packery\']={gutter:0};t[\'percentPosition\']=!0;t[\'itemSelector\']=\'a.isotope-item, div.isotope-item\';t[\'originLeft\']=i(\'body\').hasClass(\'rtl\')?!1:!0;a.isotope(t,function(){e.trigger(\'av-height-change\')});if(typeof s===\'function\'){setTimeout(s,0)}},show_bricks:function(a,t){a.each(function(o){var n=i(this),r=i.avia_utilities.supports(\'transition\'),l=s?0:100;setTimeout(function(){if(r===!1){n.css({visibility:\'visible\',opacity:0}).animate({opacity:1},1500)}\nelse{n.addClass(\'av-masonry-item-loaded\')};if(o==a.length-1&&typeof t==\'function\'){t.call();e.trigger(\'av-height-change\')}},(l*o))})},loadMore:function(a){a.preventDefault();if(o)return!1;o=!0;var l=i(this),s=l.data(),r=l.parents(\'.av-masonry\').eq(0),d=r.find(\'.av-masonry-container\'),v=r.find(\'.av-masonry-entry\'),f=i.avia_utilities.loading(),c=function(){o=!1;f.hide();n.trigger(\'av_resize_finished\')};if(!s.offset){s.offset=0};s.offset+=s.items;s.action=\'avia_ajax_masonry_more\';s.loaded=[];v.each(function(){var a=i(this).data(\'av-masonry-item\');if(a)s.loaded.push(a)});i.ajax({url:avia_framework_globals.ajaxurl,type:\'POST\',data:s,beforeSend:function(){f.show()},success:function(a){if(a.indexOf(\'{av-masonry-loaded}\')!==-1){var a=a.split(\'{av-masonry-loaded}\'),o=i(a.pop()).filter(\'.isotope-item\');if(o.length>s.items){o=o.not(o.last())}\nelse{l.addClass(\'av-masonry-no-more-items\')};var n=i(\'<div class=\"loadcontainer\"></div>\').append(o);i.avia_utilities.preload({container:n,single_callback:function(){var s=r.find(\'.av-masonry-sort a\'),a=r.find(\'.av-sort-by-term\'),n=a.data(\'av-allowed-sort\');a.hide();f.hide();d.isotope(\'insert\',o);i.avia_utilities.avia_ajax_call(r);setTimeout(function(){t.show_bricks(o,c)},150);setTimeout(function(){e.trigger(\'av-height-change\')},550);if(s){i(s).each(function(a){var t=i(this),e=t.data(\'filter\');if(o){i(o).each(function(a){var s=i(this);if(s.hasClass(e)&&n.indexOf(e)!==-1){var o=t.find(\'.avia-term-count\').text();t.find(\'.avia-term-count\').text(\' \'+(parseInt(o)+1)+\' \');if(t.hasClass(\'avia_hide_sort\')){t.removeClass(\'avia_hide_sort\').addClass(\'avia_show_sort\');r.find(\'.av-masonry-sort .\'+e+\'_sep\').removeClass(\'avia_hide_sort\').addClass(\'avia_show_sort\');r.find(\'.av-masonry-sort .av-sort-by-term\').removeClass(\'hidden\')}}})}})};a.fadeIn()}})}\nelse{c()}},error:c,complete:function(){setTimeout(function(){e.trigger(\'debouncedresize\')},500)}})}};return this.each(function(){var a=i(this),e=a.find(\'.av-masonry-container\'),o=a.find(\'.isotope-item\'),n=a.find(\'.av-masonry-sort\').css({visibility:\'visible\',opacity:0}).on(\'click\',\'a\',t.masonry_filter),r=a.find(\'.av-masonry-load-more\').css({visibility:\'visible\',opacity:0});i.avia_utilities.preload({container:e,single_callback:function(){var l=function(){n.animate({opacity:1},400);if(e.outerHeight()+e.offset().top+i(\'#footer\').outerHeight()>i(window).height()){i(\'html\').css({\'overflow-y\':\'scroll\'})};t.applyMasonry(e,!1,function(){a.addClass(\'avia_sortable_active\');e.removeClass(\'av-js-disabled \')});t.show_bricks(o,function(){r.css({opacity:1}).on(\'click\',t.loadMore)})};if(s){l()}\nelse{a.waypoint(l,{offset:\'80%\'})};i(window).on(\'debouncedresize\',function(){t.applyMasonry(e,!1,function(){a.addClass(\'avia_sortable_active\')})})}})})}}(jQuery));\";}s:19:\"avia-module-tabs-js\";a:6:{s:4:\"name\";s:16:\"avia-module-tabs\";s:3:\"url\";s:102:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js\";s:4:\"path\";s:76:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1821:\"(function(t){\'use strict\';t.fn.avia_sc_tabs=function(i){var n={heading:\'.tab\',content:\'.tab_content\',active:\'active_tab\',sidebar:!1};var e=t(window),i=t.extend(n,i);return this.each(function(){var n=t(this),c=t(\'<div class=\"tab_titles\"></div>\').prependTo(n),a=t(i.heading,n),r=t(i.content,n),o=!1,d=!1;o=a.clone();d=a.addClass(\'fullsize-tab\').attr(\'aria-hidden\',!0);a=o;a.prependTo(c).each(function(i){var n=t(this),e=!1;if(o){e=d.eq(i)};n.addClass(\'tab_counter_\'+i).on(\'click\',function(){f(n,i,e);return!1});n.on(\'keydown\',function(t){if(t.keyCode===13){n.trigger(\'click\')}});if(o){e.on(\'click\',function(){f(e,i,n);return!1});e.on(\'keydown\',function(t){if(t.keyCode===13){e.trigger(\'click\')}})}});s();l(!1);e.on(\'debouncedresize\',s);t(\'a\').on(\'click\',function(){var i=t(this).attr(\'href\');if(typeof i!=\'undefined\'&&i){i=i.replace(/^.*?#/,\'\');l(\'#\'+i)}});function s(){if(!i.sidebar){return};r.css({\'min-height\':c.outerHeight()+1})};function f(a,f,o){if(!a.is(\'.\'+i.active)){t(\'.\'+i.active,n).removeClass(i.active);t(\'.\'+i.active+\'_content\',n).attr(\'aria-hidden\',!0).removeClass(i.active+\'_content\');a.addClass(i.active);var s=a.data(\'fake-id\');if(typeof s==\'string\'){window.location.replace(s)};if(o){o.addClass(i.active)};var d=r.eq(f).addClass(i.active+\'_content\').attr(\'aria-hidden\',!1);if(typeof click_container!=\'undefined\'&&click_container.length){sidebar_shadow.height(d.outerHeight())};var c=d.offset().top,l=c-50-parseInt(t(\'html\').css(\'margin-top\'),10);if(e.scrollTop()>c){t(\'html:not(:animated),body:not(:animated)\').scrollTop(l)}};e.trigger(\'av-content-el-height-changed\',a)};function l(t){if(!t&&window.location.hash){t=window.location.hash};if(!t){return};var i=a.filter(\'[data-fake-id=\"\'+t+\'\"]\');if(i.length){if(!i.is(\'.active_tab\')){i.trigger(\'click\')};window.scrollTo(0,n.offset().top-70)}}})}}(jQuery));\";}s:30:\"avia-module-slideshow-video-js\";a:6:{s:4:\"name\";s:27:\"avia-module-slideshow-video\";s:3:\"url\";s:118:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js\";s:4:\"path\";s:92:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:9643:\"(function(e){\'use strict\';e.AviaVideoAPI=function(i,t,o){this.videoElement=t;this.$video=e(t);this.$option_container=o?e(o):this.$video;this.load_btn=this.$option_container.find(\'.av-click-to-play-overlay\');this.video_wrapper=this.$video.parents(\'ul\').eq(0);this.lazy_load=this.video_wrapper.hasClass(\'av-show-video-on-click\')?!0:!1;this.isMobile=e.avia_utilities.isMobile;this.fallback=this.isMobile?this.$option_container.is(\'.av-mobile-fallback-image\'):!1;if(this.fallback)return;this._init(i)};e.AviaVideoAPI.defaults={loop:!1,mute:!1,controls:!1,events:\'play pause mute unmute loop toggle reset unload\'};e.AviaVideoAPI.apiFiles={youtube:{loaded:!1,src:\'https://www.youtube.com/iframe_api\'}};e.AviaVideoAPI.players={};e.AviaVideoAPI.prototype={_init:function(i){this.options=this._setOptions(i);this.type=this._getPlayerType();this.player=!1;this._bind_player();this.eventsBound=!1;this.playing=!1;this.$option_container.addClass(\'av-video-paused\');this.pp=e.avia_utilities.playpause(this.$option_container)},_setOptions:function(i){var n=e.extend(!0,{},e.AviaVideoAPI.defaults,i),o=this.$option_container.data(),t=\'\';for(t in o){if(o.hasOwnProperty(t)&&(typeof o[t]===\'string\'||typeof o[t]===\'number\'||typeof o[t]===\'boolean\')){n[t]=o[t]}};return n},_getPlayerType:function(){var e=this.$video.get(0).src||this.$video.data(\'src\');if(this.$video.is(\'video\'))return\'html5\';if(this.$video.is(\'.av_youtube_frame\'))return\'youtube\';if(e.indexOf(\'vimeo.com\')!=-1)return\'vimeo\';if(e.indexOf(\'youtube.com\')!=-1)return\'youtube\'},_bind_player:function(){var t=this,o=e(\'html\').hasClass(\'av-cookies-needs-opt-in\')||e(\'html\').hasClass(\'av-cookies-can-opt-out\'),i=!0,n=e(\'html\').hasClass(\'av-cookies-user-silent-accept\'),a=\'html5\'==this.type;if(o&&!n&&!a){if(!document.cookie.match(/aviaCookieConsent/)||e(\'html\').hasClass(\'av-cookies-session-refused\')){i=!1}\nelse{if(!document.cookie.match(/aviaPrivacyRefuseCookiesHideBar/)){i=!1}\nelse if(!document.cookie.match(/aviaPrivacyEssentialCookiesEnabled/)){i=!1}\nelse if(document.cookie.match(/aviaPrivacyVideoEmbedsDisabled/)){i=!1}}};if(!i){this._use_external_link();return};if(this.lazy_load&&this.load_btn.length&&this.type!=\'html5\'){this.$option_container.addClass(\'av-video-lazyload\');this.load_btn.on(\'click\',function(){t.load_btn.remove();t._setPlayer()})}\nelse{this.lazy_load=!1;this._setPlayer()}},_use_external_link:function(){this.$option_container.addClass(\'av-video-lazyload\');this.load_btn.on(\'click\',function(i){if(i.originalEvent===undefined)return;var t=e(this).parents(\'.avia-slide-wrap\').find(\'div[data-original_url]\').data(\'original_url\');if(t)window.open(t,\'_blank\')})},_setPlayer:function(){var t=this;switch(this.type){case\'html5\':this.player=this.$video.data(\'mediaelementplayer\');if(!this.player){this.$video.data(\'mediaelementplayer\',e.AviaVideoAPI.players[this.$video.attr(\'id\').replace(/_html5/,\'\')]);this.player=this.$video.data(\'mediaelementplayer\')};this._playerReady();break;case\'vimeo\':var i=document.createElement(\'iframe\');var o=e(i);i.onload=function(){t.player=Froogaloop(i);t._playerReady();t.$option_container.trigger(\'av-video-loaded\')};i.setAttribute(\'src\',this.$video.data(\'src\'));o.insertAfter(this.$video);this.$video.remove();this.$video=i;break;case\'youtube\':this._getAPI(this.type);e(\'body\').on(\'av-youtube-iframe-api-loaded\',function(){t._playerReady()});break}},_getAPI:function(i){if(e.AviaVideoAPI.apiFiles[i].loaded===!1){e.AviaVideoAPI.apiFiles[i].loaded=!0;var t=document.createElement(\'script\'),o=document.getElementsByTagName(\'script\')[0];t.src=e.AviaVideoAPI.apiFiles[i].src;o.parentNode.insertBefore(t,o)}},_playerReady:function(){var i=this;this.$option_container.on(\'av-video-loaded\',function(){i._bindEvents()});switch(this.type){case\'html5\':this.$video.on(\'av-mediajs-loaded\',function(){i.$option_container.trigger(\'av-video-loaded\')});this.$video.on(\'av-mediajs-ended\',function(){i.$option_container.trigger(\'av-video-ended\')});break;case\'vimeo\':i.player.addEvent(\'ready\',function(){i.$option_container.trigger(\'av-video-loaded\');i.player.addEvent(\'finish\',function(){i.$option_container.trigger(\'av-video-ended\')})});break;case\'youtube\':var t=i.$video.data();if(i._supports_video())t.html5=1;i.player=new YT.Player(i.$video.attr(\'id\'),{videoId:t.videoid,height:i.$video.attr(\'height\'),width:i.$video.attr(\'width\'),playerVars:t,events:{\'onReady\':function(){i.$option_container.trigger(\'av-video-loaded\')},\'onError\':function(i){e.avia_utilities.log(\'YOUTUBE ERROR:\',\'error\',i)},\'onStateChange\':function(e){if(e.data===YT.PlayerState.ENDED){var t=i.options.loop!=!1?\'loop\':\'av-video-ended\';i.$option_container.trigger(t)}}}});break};setTimeout(function(){if(i.eventsBound==!0||typeof i.eventsBound==\'undefined\'||i.type==\'youtube\'){return};e.avia_utilities.log(\'Fallback Video Trigger \"\'+i.type+\'\":\',\'log\',i);i.$option_container.trigger(\'av-video-loaded\')},2000)},_bindEvents:function(){if(this.eventsBound==!0||typeof this.eventsBound==\'undefined\'){return};var e=this,i=\'unmute\';this.eventsBound=!0;this.$option_container.on(this.options.events,function(i){e.api(i.type)});if(!e.isMobile){if(this.options.mute!=!1){i=\'mute\'};if(this.options.loop!=!1){e.api(\'loop\')};e.api(i)};setTimeout(function(){e.$option_container.trigger(\'av-video-events-bound\').addClass(\'av-video-events-bound\')},50)},_supports_video:function(){return!!document.createElement(\'video\').canPlayType},api:function(e){if(this.isMobile&&!this.was_started())return;if(this.options.events.indexOf(e)===-1)return;this.$option_container.trigger(\'av-video-\'+e+\'-executed\');if(typeof this[\'_\'+this.type+\'_\'+e]==\'function\'){this[\'_\'+this.type+\'_\'+e].call(this)};if(typeof this[\'_\'+e]==\'function\'){this[\'_\'+e].call(this)}},was_started:function(){if(!this.player)return!1;switch(this.type){case\'html5\':if(this.player.getCurrentTime()>0)return!0;break;case\'vimeo\':if(this.player.api(\'getCurrentTime\')>0)return!0;break;case\'youtube\':if(this.player.getPlayerState()!==-1)return!0;break};return!1},_play:function(){this.playing=!0;this.$option_container.addClass(\'av-video-playing\').removeClass(\'av-video-paused\')},_pause:function(){this.playing=!1;this.$option_container.removeClass(\'av-video-playing\').addClass(\'av-video-paused\')},_loop:function(){this.options.loop=!0},_toggle:function(){var e=this.playing==!0?\'pause\':\'play\';this.api(e);this.pp.set(e)},_vimeo_play:function(){this.player.api(\'play\')},_vimeo_pause:function(){this.player.api(\'pause\')},_vimeo_mute:function(){this.player.api(\'setVolume\',0)},_vimeo_unmute:function(){this.player.api(\'setVolume\',0.7)},_vimeo_loop:function(){},_vimeo_reset:function(){this.player.api(\'seekTo\',0)},_vimeo_unload:function(){this.player.api(\'unload\')},_youtube_play:function(){this.player.playVideo()},_youtube_pause:function(){this.player.pauseVideo()},_youtube_mute:function(){this.player.mute()},_youtube_unmute:function(){this.player.unMute()},_youtube_loop:function(){if(this.playing==!0)this.player.seekTo(0)},_youtube_reset:function(){this.player.stopVideo()},_youtube_unload:function(){this.player.clearVideo()},_html5_play:function(){if(this.player){this.player.options.pauseOtherPlayers=!1;this.player.play()}},_html5_pause:function(){if(this.player)this.player.pause()},_html5_mute:function(){if(this.player)this.player.setMuted(!0)},_html5_unmute:function(){if(this.player)this.player.setVolume(0.7)},_html5_loop:function(){if(this.player)this.player.options.loop=!0},_html5_reset:function(){if(this.player)this.player.setCurrentTime(0)},_html5_unload:function(){this._html5_pause();this._html5_reset()}};e.fn.aviaVideoApi=function(i,t){return this.each(function(){var o=this;if(t){o=e(this).parents(t).get(0)};var n=e.data(o,\'aviaVideoApi\');if(!n){n=e.data(o,\'aviaVideoApi\',new e.AviaVideoAPI(i,this,o))}})}})(jQuery);window.onYouTubeIframeAPIReady=function(){jQuery(\'body\').trigger(\'av-youtube-iframe-api-loaded\')};var Froogaloop=(function(){function i(e){return new i.fn.init(e)};var e={},d=!1,t=!1,p=Array.prototype.slice,o=\'*\';i.fn=i.prototype={element:null,init:function(e){if(typeof e===\'string\'){e=document.getElementById(e)};this.element=e;return this},api:function(e,i){if(!this.element||!e){return!1};var o=this,t=o.element,l=t.id!==\'\'?t.id:null,u=!r(i)?i:null,a=r(i)?i:null;if(a){s(e,a,l)};n(e,u,t);return o},addEvent:function(e,i){if(!this.element){return!1};var a=this,o=a.element,r=o.id!==\'\'?o.id:null;s(e,i,r);if(e!=\'ready\'){n(\'addEventListener\',e,o)}\nelse if(e==\'ready\'&&t){i.call(null,r)};return a},removeEvent:function(e){if(!this.element){return!1};var t=this,i=t.element,o=i.id!==\'\'?i.id:null,a=u(e,o);if(e!=\'ready\'&&a){n(\'removeEventListener\',e,i)}}};function n(e,i,t){if(!t.contentWindow.postMessage){return!1};var n=JSON.stringify({method:e,value:i});t.contentWindow.postMessage(n,o)};function a(e){var i,r;try{i=JSON.parse(e.data);r=i.event||i.method}catch(p){};if(r==\'ready\'&&!t){t=!0};if(!(/^https?:\\/\\/player.vimeo.com/).test(e.origin)){return!1};if(o===\'*\'){o=e.origin};var u=i.value,d=i.data,a=a===\'\'?null:i.player_id,s=l(r,a),n=[];if(!s){return!1};if(u!==undefined){n.push(u)};if(d){n.push(d)};if(a){n.push(a)};return n.length>0?s.apply(null,n):s.call()};function s(i,t,o){if(o){if(!e[o]){e[o]={}};e[o][i]=t}\nelse{e[i]=t}};function l(i,t){if(t&&e[t]&&e[t][i]){return e[t][i]}\nelse{return e[i]}};function u(i,t){if(t&&e[t]){if(!e[t][i]){return!1};e[t][i]=null}\nelse{if(!e[i]){return!1};e[i]=null};return!0};function r(e){return!!(e&&e.constructor&&e.call&&e.apply)};function h(e){return toString.call(e)===\'[object Array]\'};i.fn.init.prototype=i.fn;if(window.addEventListener){window.addEventListener(\'message\',a,!1)}\nelse{window.attachEvent(\'onmessage\',a)};return(window.Froogaloop=window.$f=i)})();\";}s:20:\"avia-module-video-js\";a:6:{s:4:\"name\";s:17:\"avia-module-video\";s:3:\"url\";s:104:\"https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.js\";s:4:\"path\";s:78:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1388:\"(function(i){\'use strict\';i(\'body\').on(\'click\',\'.av-lazyload-video-embed .av-click-to-play-overlay\',function(l){var n=i(this),d=i(\'html\').hasClass(\'av-cookies-needs-opt-in\')||i(\'html\').hasClass(\'av-cookies-can-opt-out\'),o=!0,c=i(\'html\').hasClass(\'av-cookies-user-silent-accept\');if(d&&!c){if(!document.cookie.match(/aviaCookieConsent/)||i(\'html\').hasClass(\'av-cookies-session-refused\')){o=!1}\nelse{if(!document.cookie.match(/aviaPrivacyRefuseCookiesHideBar/)){o=!1}\nelse if(!document.cookie.match(/aviaPrivacyEssentialCookiesEnabled/)){o=!1}\nelse if(document.cookie.match(/aviaPrivacyVideoEmbedsDisabled/)){o=!1}}};var a=n.parents(\'.av-lazyload-video-embed\');if(a.hasClass(\'avia-video-lightbox\')&&a.hasClass(\'avia-video-standard-html\')){o=!0};if(!o){if(typeof l.originalEvent==\'undefined\'){return};var t=a.data(\'original_url\');if(t)window.open(t,\'_blank\',\'noreferrer noopener\');return};var s=a.find(\'.av-video-tmpl\').html(),e=\'\';if(a.hasClass(\'avia-video-lightbox\')){e=a.find(\'a.lightbox-link\');if(e.length==0){a.append(s);setTimeout(function(){e=a.find(\'a.lightbox-link\');if(i(\'html\').hasClass(\'av-default-lightbox\')){e.addClass(\'lightbox-added\').magnificPopup(i.avia_utilities.av_popup);e.trigger(\'click\')}\nelse{e.trigger(\'avia-open-video-in-lightbox\')}},100)}\nelse{e.trigger(\'click\')}}\nelse{a.html(s)}});i(\'.av-lazyload-immediate .av-click-to-play-overlay\').trigger(\'click\')}(jQuery));\";}s:22:\"avia-hamburger-menu-js\";a:6:{s:4:\"name\";s:19:\"avia-hamburger-menu\";s:3:\"url\";s:84:\"https://valerioanzino.com/wp-content/themes/enfold/js/avia-snippet-hamburger-menu.js\";s:4:\"path\";s:58:\"wp-content/themes/enfold/js/avia-snippet-hamburger-menu.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:7862:\"(function(e){\'use strict\';e(function(){e.avia_utilities=e.avia_utilities||{};if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)&&\'ontouchstart\' in document.documentElement){e.avia_utilities.isMobile=!0}\nelse{e.avia_utilities.isMobile=!1};i();e(window).trigger(\'resize\')});e.avia_utilities=e.avia_utilities||{};function i(){var m=e(\'#header\'),u=e(\'#main .av-logo-container\'),h=e(\'#avia-menu\'),l=e(\'.av-burger-menu-main a\'),a=e(\'html\').eq(0),n=e(\'<div class=\"av-burger-overlay\"></div>\'),p=e(\'<div class=\"av-burger-overlay-scroll\"></div>\').appendTo(n),g=e(\'<div class=\"av-burger-overlay-inner\"></div>\').appendTo(p),k=e(\'<div class=\"av-burger-overlay-bg\"></div>\').appendTo(n),r=!1,d={},b=e(\'.av-logo-container .inner-container\'),C=b.find(\'.main_menu\'),v=a.is(\'.html_av-submenu-display-click.html_av-submenu-clone, .html_av-submenu-display-hover.html_av-submenu-clone\'),y=!1,T=0;var f=e(\'#avia_alternate_menu\');if(f.length>0){h=f};var c=function(){if(e.avia_utilities.isMobile){p.outerHeight(window.innerHeight)}},o=function(i,u){if(!i)return;var c,s,t,r,d,f,m,a,n;i.each(function(){t=e(this);r=t.find(\' > .sub-menu > li\');if(r.length==0){r=t.find(\' > .children > li\')};d=t.find(\'.avia_mega_div > .sub-menu > li.menu-item\');var i=t.find(\'>a\'),c=!0;if(i.length){if(i.get(0).hash==\'#\'||\'undefined\'==typeof i.attr(\'href\')||i.attr(\'href\')==\'#\'){if(r.length>0||d.length>0){c=!1}}};s=i.clone(c).attr(\'style\',\'\');if(\'undefined\'==typeof i.attr(\'href\')){s.attr(\'href\',\'#\')};a=e(\'<li>\').append(s);var l=[];if(\'undefined\'!=typeof t.attr(\'class\')){l=t.attr(\'class\').split(/\\s+/);e.each(l,function(e,i){if((i.indexOf(\'menu-item\')!=0)&&(i.indexOf(\'page-item\')<0)&&(i.indexOf(\'page_item\')!=0)&&(i.indexOf(\'dropdown_ul\')<0)){a.addClass(i)};return!0})};if(\'undefined\'!=typeof t.attr(\'id\')&&\'\'!=t.attr(\'id\')){a.addClass(t.attr(\'id\'))}\nelse{e.each(l,function(e,i){if(i.indexOf(\'page-item-\')>=0){a.addClass(i);return!1}})};u.append(a);if(r.length){n=e(\'<ul class=\"sub-menu\">\').appendTo(a);if(v&&(s.get(0).hash!=\'#\'&&s.attr(\'href\')!=\'#\')){a.clone(!0).prependTo(n)};a.addClass(\'av-width-submenu\').find(\'>a\').append(\'<span class=\"av-submenu-indicator\">\');o(r,n)}\nelse if(d.length){n=e(\'<ul class=\"sub-menu\">\').appendTo(a);if(v&&(s.get(0).hash!=\'#\'&&s.attr(\'href\')!=\'#\')){a.clone(!0).prependTo(n)};d.each(function(i){var d=e(this),t=d.find(\'> .sub-menu\'),s=d.find(\'> .mega_menu_title\'),c=s.find(\'a\').attr(\'href\')||\'#\',r=t.length>0?t.find(\'>li\'):null,f=!1,l=a.find(\'>a\'),m=\'\';if((r===null)||(r.length==0)){if(c==\'#\'){m=\' style=\"display: none;\"\'}};if(i==0)a.addClass(\'av-width-submenu\').find(\'>a\').append(\'<span class=\"av-submenu-indicator\">\');if(s.length&&s.text()!=\'\'){f=!0;if(i>0){var u=a.parents(\'li\').eq(0);if(u.length)a=u;n=e(\'<ul class=\"sub-menu\">\').appendTo(a)};a=e(\'<li\'+m+\'>\').appendTo(n);n=e(\'<ul class=\"sub-menu\">\').appendTo(a);e(\'<a href=\"\'+c+\'\"><span class=\"avia-bullet\"></span><span class=\"avia-menu-text\">\'+s.text()+\'</span></a>\').insertBefore(n);l=a.find(\'>a\');if(v&&(t.length>0)&&(l.length&&l.get(0).hash!=\'#\'&&l.attr(\'href\')!=\'#\')){a.clone(!0).addClass(\'av-cloned-title\').prependTo(n)}};if(f&&(t.length>0))a.addClass(\'av-width-submenu\').find(\'>a\').append(\'<span class=\"av-submenu-indicator\">\');o(r,n)})}});l.trigger(\'avia_burger_list_created\');return c},s,i;e(\'body\').on(\'mousewheel DOMMouseScroll touchmove\',\'.av-burger-overlay-scroll\',function(e){var n=this.offsetHeight,i=this.scrollHeight,a=e.originalEvent.wheelDelta;if(i!=this.clientHeight){if((this.scrollTop>=(i-n)&&a<0)||(this.scrollTop<=0&&a>0)){e.preventDefault()}}\nelse{e.preventDefault()}});e(document).on(\'mousewheel DOMMouseScroll touchmove\',\'.av-burger-overlay-bg, .av-burger-overlay-active .av-burger-menu-main\',function(e){e.preventDefault()});var t={};e(document).on(\'touchstart\',\'.av-burger-overlay-scroll\',function(e){t.Y=e.originalEvent.touches[0].clientY});e(document).on(\'touchend\',\'.av-burger-overlay-scroll\',function(e){t={}});e(document).on(\'touchmove\',\'.av-burger-overlay-scroll\',function(i){if(!t.Y){t.Y=i.originalEvent.touches[0].clientY};var l=i.originalEvent.touches[0].clientY-t.Y,a=this,n=a.scrollTop,r=a.scrollHeight,o=n+a.offsetHeight,s=l>0?\'up\':\'down\';e(\'body\').get(0).scrollTop=t.body;if(n<=0){if(s==\'up\'){i.preventDefault()}}\nelse if(o>=r){if(s==\'down\'){i.preventDefault()}}});e(window).on(\'debouncedresize\',function(n){var s=!0;if(e.avia_utilities.isMobile&&a.hasClass(\'av-mobile-menu-switch-portrait\')&&a.hasClass(\'html_text_menu_active\')){var t=e(window).height(),o=e(window).width();if(o<=t){a.removeClass(\'html_burger_menu\')}\nelse{var r=a.hasClass(\'html_mobile_menu_phone\')?768:990;if(t<r){a.addClass(\'html_burger_menu\');s=!1}\nelse{a.removeClass(\'html_burger_menu\')}}};if(s&&i&&i.length){if(!l.is(\':visible\')){i.filter(\'.is-active\').parents(\'a\').eq(0).trigger(\'click\')}};c()});e(\'.html_av-overlay-side\').on(\'click\',\'.av-burger-overlay-bg\',function(e){e.preventDefault();i.parents(\'a\').eq(0).trigger(\'click\')});e(window).on(\'avia_smooth_scroll_start\',function(){if(i&&i.length){i.filter(\'.is-active\').parents(\'a\').eq(0).trigger(\'click\')}});e(\'.html_av-submenu-display-hover\').on(\'mouseenter\',\'.av-width-submenu\',function(i){e(this).children(\'ul.sub-menu\').slideDown(\'fast\')});e(\'.html_av-submenu-display-hover\').on(\'mouseleave\',\'.av-width-submenu\',function(i){e(this).children(\'ul.sub-menu\').slideUp(\'fast\')});e(\'.html_av-submenu-display-hover\').on(\'click\',\'.av-width-submenu > a\',function(e){e.preventDefault();e.stopImmediatePropagation()});e(\'.html_av-submenu-display-hover\').on(\'touchstart\',\'.av-width-submenu > a\',function(i){var a=e(this);w(a,i)});e(\'.html_av-submenu-display-click\').on(\'click\',\'.av-width-submenu > a\',function(i){var a=e(this);w(a,i)});e(\'.html_av-submenu-display-click\').on(\'click\',\'.av-burger-overlay a\',function(a){var n=window.location.href.match(/(^[^#]*)/)[0],t=e(this).attr(\'href\').match(/(^[^#]*)/)[0];if(t==n){a.preventDefault();a.stopImmediatePropagation();i.parents(\'a\').eq(0).trigger(\'click\');return!1};return!0});function w(e,i){i.preventDefault();i.stopImmediatePropagation();var a=e.parents(\'li\').eq(0);a.toggleClass(\'av-show-submenu\');if(a.is(\'.av-show-submenu\')){a.children(\'ul.sub-menu\').slideDown(\'fast\')}\nelse{a.children(\'ul.sub-menu\').slideUp(\'fast\')}};(function(){if(C.length){return};var i=e(\'#header .main_menu\').clone(!0),t=i.find(\'ul.av-main-nav\'),n=t.attr(\'id\');if(\'string\'==typeof n&&\'\'!=n.trim()){t.attr(\'id\',n+\'-\'+T++)};i.find(\'.menu-item:not(.menu-item-avia-special)\').remove();i.insertAfter(b.find(\'.logo\').first());var a=e(\'#header .social_bookmarks\').clone(!0);if(!a.length){a=e(\'.av-logo-container .social_bookmarks\').clone(!0)};if(a.length){i.find(\'.avia-menu\').addClass(\'av_menu_icon_beside\');i.append(a)};l=e(\'.av-burger-menu-main a\')}());l.on(\'click\',function(t){if(r){return};i=e(this).find(\'.av-hamburger\'),r=!0;if(!y){y=!0;i.addClass(\'av-inserted-main-menu\');s=e(\'<ul>\').attr({id:\'av-burger-menu-ul\',class:\'\'});var v=h.find(\'> li:not(.menu-item-avia-special)\'),f=o(v,s);s.find(\'.noMobile\').remove();s.appendTo(g);d=g.find(\'#av-burger-menu-ul > li\');if(e.fn.avia_smoothscroll){e(\'a[href*=\"#\"]\',n).avia_smoothscroll(n)}};if(i.is(\'.is-active\')){i.removeClass(\'is-active\');a.removeClass(\'av-burger-overlay-active-delayed\');n.animate({opacity:0},function(){n.css({display:\'none\'});a.removeClass(\'av-burger-overlay-active\');r=!1})}\nelse{c();var l=u.length?u.outerHeight()+u.position().top:m.outerHeight()+m.position().top;n.appendTo(e(t.target).parents(\'.avia-menu\'));s.css({padding:(l)+\'px 0px\'});d.removeClass(\'av-active-burger-items\');i.addClass(\'is-active\');a.addClass(\'av-burger-overlay-active\');n.css({display:\'block\'}).animate({opacity:1},function(){r=!1});setTimeout(function(){a.addClass(\'av-burger-overlay-active-delayed\')},100);d.each(function(i){var a=e(this);setTimeout(function(){a.addClass(\'av-active-burger-items\')},(i+1)*125)})};t.preventDefault()})}})(jQuery);\";}s:16:\"avia-popup-js-js\";a:6:{s:4:\"name\";s:13:\"avia-popup-js\";s:3:\"url\";s:92:\"https://valerioanzino.com/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js\";s:4:\"path\";s:66:\"wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:20813:\"!function(e){\'function\'==typeof define&&define.amd?define([\'jquery\'],e):\'object\'==typeof exports?e(require(\'jquery\')):e(window.jQuery||window.Zepto)}(function(t){var e,C,o,f,r,P,m=function(){},b=!!window.jQuery,s=t(window),n=function(t,i){e.ev.on(\'mfp\'+t+\'.mfp\',i)},c=function(e,i,n,a){var o=document.createElement(\'div\');return o.className=\'mfp-\'+e,n&&(o.innerHTML=n),a?i&&i.appendChild(o):(o=t(o),i&&o.appendTo(i)),o},i=function(t,i){e.ev.triggerHandler(\'mfp\'+t,i),e.st.callbacks&&(t=t.charAt(0).toLowerCase()+t.slice(1),e.st.callbacks[t]&&e.st.callbacks[t].apply(e,Array.isArray(i)?i:[i]))},w=function(i){return i===P&&e.currTemplate.closeBtn||(e.currTemplate.closeBtn=t(e.st.closeMarkup.replace(\'%title%\',e.st.tClose)),P=i),e.currTemplate.closeBtn},I=function(){t.magnificPopup.instance||((e=new m).init(),t.magnificPopup.instance=e)};m.prototype={constructor:m,init:function(){var i=navigator.appVersion;e.isLowIE=e.isIE8=document.all&&!document.addEventListener,e.isAndroid=/android/gi.test(i),e.isIOS=/iphone|ipad|ipod/gi.test(i),e.supportsTransition=function(){var e=document.createElement(\'p\').style,t=[\'ms\',\'O\',\'Moz\',\'Webkit\'];if(void 0!==e.transition)return!0;for(;t.length;)if(t.pop()+\'Transition\'in e)return!0;return!1}(),e.probablyMobile=e.isAndroid||e.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),o=t(document),e.popupsCache={}},open:function(a){var l;if(!1===a.isObj){e.items=a.items.toArray(),e.index=0;var p,h=a.items;for(l=0;l<h.length;l++)if((p=h[l]).parsed&&(p=p.el[0]),p===a.el[0]){e.index=l;break}}\nelse e.items=Array.isArray(a.items)?a.items:[a.items],e.index=a.index||0;if(!e.isOpen){e.types=[],r=\'\',a.mainEl&&a.mainEl.length?e.ev=a.mainEl.eq(0):e.ev=o,a.key?(e.popupsCache[a.key]||(e.popupsCache[a.key]={}),e.currTemplate=e.popupsCache[a.key]):e.currTemplate={},e.st=t.extend(!0,{},t.magnificPopup.defaults,a),e.fixedContentPos=\'auto\'===e.st.fixedContentPos?!e.probablyMobile:e.st.fixedContentPos,e.st.modal&&(e.st.closeOnContentClick=!1,e.st.closeOnBgClick=!1,e.st.showCloseBtn=!1,e.st.enableEscapeKey=!1),e.bgOverlay||(e.bgOverlay=c(\'bg\').on(\'click.mfp\',function(){e.close()}),e.wrap=c(\'wrap\').attr(\'tabindex\',-1).on(\'click.mfp\',function(t){e._checkIfClose(t.target)&&e.close()}),e.container=c(\'container\',e.wrap)),e.contentContainer=c(\'content\'),e.st.preloader&&(e.preloader=c(\'preloader\',e.container,e.st.tLoading));var v=t.magnificPopup.modules;for(l=0;l<v.length;l++){var d=v[l];d=d.charAt(0).toUpperCase()+d.slice(1),e[\'init\'+d].call(e)};i(\'BeforeOpen\'),e.st.showCloseBtn&&(e.st.closeBtnInside?(n(\'MarkupParse\',function(e,t,i,n){i.close_replaceWith=w(n.type)}),r+=\' mfp-close-btn-in\'):e.wrap.append(w())),e.st.alignTop&&(r+=\' mfp-align-top\'),e.fixedContentPos?e.wrap.css({overflow:e.st.overflowY,overflowX:\'hidden\',overflowY:e.st.overflowY}):e.wrap.css({top:s.scrollTop(),position:\'absolute\'}),(!1===e.st.fixedBgPos||\'auto\'===e.st.fixedBgPos&&!e.fixedContentPos)&&e.bgOverlay.css({height:o.height(),position:\'absolute\'}),e.st.enableEscapeKey&&o.on(\'keyup.mfp\',function(t){27===t.keyCode&&e.close()}),s.on(\'resize.mfp\',function(){e.updateSize()}),e.st.closeOnContentClick||(r+=\' mfp-auto-cursor\'),r&&e.wrap.addClass(r);var g=e.wH=s.height(),f={};if(e.fixedContentPos&&e._hasScrollBar(g)){var m=e._getScrollbarSize();m&&(f.marginRight=m)};e.fixedContentPos&&(e.isIE7?t(\'body, html\').css(\'overflow\',\'hidden\'):f.overflow=\'hidden\');var u=e.st.mainClass;return e.isIE7&&(u+=\' mfp-ie7\'),u&&e._addClassToMFP(u),e.updateItemHTML(),i(\'BuildControls\'),t(\'html\').css(f),e.bgOverlay.add(e.wrap).prependTo(e.st.prependTo||t(document.body)),e._lastFocusedEl=document.activeElement,setTimeout(function(){e.content?(e._addClassToMFP(\'mfp-ready\'),e._setFocus()):e.bgOverlay.addClass(\'mfp-ready\'),o.on(\'focusin.mfp\',e._onFocusIn)},16),e.isOpen=!0,e.updateSize(g),i(\'Open\'),a};e.updateItemHTML()},close:function(){e.isOpen&&(i(\'BeforeClose\'),e.isOpen=!1,e.st.removalDelay&&!e.isLowIE&&e.supportsTransition?(e._addClassToMFP(\'mfp-removing\'),setTimeout(function(){e._close()},e.st.removalDelay)):e._close())},_close:function(){i(\'Close\');var a=\'mfp-removing mfp-ready \';if(e.bgOverlay.detach(),e.wrap.detach(),e.container.empty(),e.st.mainClass&&(a+=e.st.mainClass+\' \'),e._removeClassFromMFP(a),e.fixedContentPos){var n={marginRight:\'\'};e.isIE7?t(\'body, html\').css(\'overflow\',\'\'):n.overflow=\'\',t(\'html\').css(n)};o.off(\'keyup.mfp focusin.mfp\'),e.ev.off(\'.mfp\'),e.wrap.attr(\'class\',\'mfp-wrap\').removeAttr(\'style\'),e.bgOverlay.attr(\'class\',\'mfp-bg\'),e.container.attr(\'class\',\'mfp-container\'),!e.st.showCloseBtn||e.st.closeBtnInside&&!0!==e.currTemplate[e.currItem.type]||e.currTemplate.closeBtn&&e.currTemplate.closeBtn.detach(),e.st.autoFocusLast&&e._lastFocusedEl&&t(e._lastFocusedEl).focus(),e.currItem=null,e.content=null,e.currTemplate=null,e.prevHeight=0,i(\'AfterClose\')},updateSize:function(t){if(e.isIOS){var o=document.documentElement.clientWidth/window.innerWidth,n=window.innerHeight*o;e.wrap.css(\'height\',n),e.wH=n}\nelse e.wH=t||s.height();e.fixedContentPos||e.wrap.css(\'height\',e.wH),i(\'Resize\')},updateItemHTML:function(){var o=e.items[e.index];e.contentContainer.detach(),e.content&&e.content.detach(),o.parsed||(o=e.parseEl(e.index));var n=o.type;if(i(\'BeforeChange\',[e.currItem?e.currItem.type:\'\',n]),e.currItem=o,!e.currTemplate[n]){var a=!!e.st[n]&&e.st[n].markup;i(\'FirstMarkupParse\',a),e.currTemplate[n]=!a||t(a)};f&&f!==o.type&&e.container.removeClass(\'mfp-\'+f+\'-holder\');var r=e[\'get\'+n.charAt(0).toUpperCase()+n.slice(1)](o,e.currTemplate[n]);e.appendContent(r,n),o.preloaded=!0,i(\'Change\',o),f=o.type,e.container.prepend(e.contentContainer),i(\'AfterChange\')},appendContent:function(t,n){e.content=t,t?e.st.showCloseBtn&&e.st.closeBtnInside&&!0===e.currTemplate[n]?e.content.find(\'.mfp-close\').length||e.content.append(w()):e.content=t:e.content=\'\',i(\'BeforeAppend\'),e.container.addClass(\'mfp-\'+n+\'-holder\'),e.contentContainer.append(e.content)},parseEl:function(n){var s,o=e.items[n];if(o.tagName?o={el:t(o)}:(s=o.type,o={data:o,src:o.src}),o.el){for(var r=e.types,a=0;a<r.length;a++)if(o.el.hasClass(\'mfp-\'+r[a])){s=r[a];break};o.src=o.el.attr(\'data-mfp-src\'),o.src||(o.src=o.el.attr(\'href\'))};return o.type=s||e.st.type||\'inline\',o.index=n,o.parsed=!0,e.items[n]=o,i(\'ElementParse\',o),e.items[n]},addGroup:function(t,i){var o=function(n){n.mfpEl=this,e._openClick(n,t,i)};i||(i={});var n=\'click.magnificPopup\';i.mainEl=t,i.items?(i.isObj=!0,t.off(n).on(n,o)):(i.isObj=!1,i.delegate?t.off(n).on(n,i.delegate,o):(i.items=t,t.off(n).on(n,o)))},_openClick:function(i,n,o){if((void 0!==o.midClick?o.midClick:t.magnificPopup.defaults.midClick)||!(2===i.which||i.ctrlKey||i.metaKey||i.altKey||i.shiftKey)){var a=void 0!==o.disableOn?o.disableOn:t.magnificPopup.defaults.disableOn;if(a)if(\'function\'==typeof a){if(!a.call(e))return!0}\nelse if(s.width()<a)return!0;i.type&&(i.preventDefault(),e.isOpen&&i.stopPropagation()),o.el=t(i.mfpEl),o.delegate&&(o.items=n.find(o.delegate)),e.open(o)}},updateStatus:function(t,n){if(e.preloader){C!==t&&e.container.removeClass(\'mfp-s-\'+C),n||\'loading\'!==t||(n=e.st.tLoading);var o={status:t,text:n};i(\'UpdateStatus\',o),t=o.status,n=o.text,e.preloader.html(n),e.preloader.find(\'a\').on(\'click\',function(e){e.stopImmediatePropagation()}),e.container.addClass(\'mfp-s-\'+t),C=t}},_checkIfClose:function(i){if(!t(i).hasClass(\'mfp-prevent-close\')){var n=e.st.closeOnContentClick,o=e.st.closeOnBgClick;if(n&&o)return!0;if(!e.content||t(i).hasClass(\'mfp-close\')||e.preloader&&i===e.preloader[0])return!0;if(i===e.content[0]||t.contains(e.content[0],i)){if(n)return!0}\nelse if(o&&t.contains(document,i))return!0;return!1}},_addClassToMFP:function(t){e.bgOverlay.addClass(t),e.wrap.addClass(t)},_removeClassFromMFP:function(t){this.bgOverlay.removeClass(t),e.wrap.removeClass(t)},_hasScrollBar:function(t){return(e.isIE7?o.height():document.body.scrollHeight)>(t||s.height())},_setFocus:function(){(e.st.focus?e.content.find(e.st.focus).eq(0):e.wrap).focus()},_onFocusIn:function(i){if(i.target!==e.wrap[0]&&!t.contains(e.wrap[0],i.target))return e._setFocus(),!1},_parseMarkup:function(e,n,o){var a;o.data&&(n=t.extend(o.data,n)),i(\'MarkupParse\',[e,n,o]),t.each(n,function(i,n){if(void 0===n||!1===n)return!0;if((a=i.split(\'_\')).length>1){var o=e.find(\'.mfp-\'+a[0]);if(o.length>0){var r=a[1];\'replaceWith\'===r?o[0]!==n[0]&&o.replaceWith(n):\'img\'===r?o.is(\'img\')?o.attr(\'src\',n):o.replaceWith(t(\'<img>\').attr(\'src\',n).attr(\'class\',o.attr(\'class\'))):o.attr(a[1],n)}}\nelse e.find(\'.mfp-\'+i).html(n)})},_getScrollbarSize:function(){if(void 0===e.scrollbarSize){var t=document.createElement(\'div\');t.style.cssText=\'width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;\',document.body.appendChild(t),e.scrollbarSize=t.offsetWidth-t.clientWidth,document.body.removeChild(t)};return e.scrollbarSize}},t.magnificPopup={instance:null,proto:m.prototype,modules:[],open:function(e,i){return I(),(e=e?t.extend(!0,{},e):{}).isObj=!0,e.index=i||0,this.instance.open(e)},close:function(){return t.magnificPopup.instance&&t.magnificPopup.instance.close()},registerModule:function(e,i){i.options&&(t.magnificPopup.defaults[e]=i.options),t.extend(this.proto,i.proto),this.modules.push(e)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:\'\',preloader:!0,focus:\'\',closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:\'auto\',fixedBgPos:\'auto\',overflowY:\'auto\',closeMarkup:\'<button title=\"%title%\" type=\"button\" class=\"mfp-close\">&#215;</button>\',tClose:\'Close (Esc)\',tLoading:\'Loading...\',autoFocusLast:!0}},t.fn.magnificPopup=function(i){I();var n=t(this);if(\'string\'==typeof i)if(\'open\'===i){var o,a=b?n.data(\'magnificPopup\'):n[0].magnificPopup,r=parseInt(arguments[1],10)||0;a.items?o=a.items[r]:(o=n,a.delegate&&(o=o.find(a.delegate)),o=o.eq(r)),e._openClick({mfpEl:o},n,a)}\nelse e.isOpen&&e[i].apply(e,Array.prototype.slice.call(arguments,1));else i=t.extend(!0,{},i),b?n.data(\'magnificPopup\',i):n[0].magnificPopup=i,e.addGroup(n,i);return n};var l,p,u,T=function(){u&&(p.after(u.addClass(l)).detach(),u=null)};t.magnificPopup.registerModule(\'inline\',{options:{hiddenClass:\'hide\',markup:\'\',tNotFound:\'Content not found\'},proto:{initInline:function(){e.types.push(\'inline\'),n(\'Close.inline\',function(){T()})},getInline:function(i,n){if(T(),i.src){var r=e.st.inline,o=t(i.src);if(o.length){var a=o[0].parentNode;a&&a.tagName&&(p||(l=r.hiddenClass,p=c(l),l=\'mfp-\'+l),u=o.after(p).detach().removeClass(l)),e.updateStatus(\'ready\')}\nelse e.updateStatus(\'error\',r.tNotFound),o=t(\'<div>\');return i.inlineElement=o,o};return e.updateStatus(\'ready\'),e._parseMarkup(n,{},i),n}}});var d,y=function(){d&&t(document.body).removeClass(d)},k=function(){y(),e.req&&e.req.abort()};t.magnificPopup.registerModule(\'ajax\',{options:{settings:null,cursor:\'mfp-ajax-cur\',tError:\'<a href=\"%url%\">The content</a> could not be loaded.\'},proto:{initAjax:function(){e.types.push(\'ajax\'),d=e.st.ajax.cursor,n(\'Close.ajax\',k),n(\'BeforeChange.ajax\',k)},getAjax:function(n){d&&t(document.body).addClass(d),e.updateStatus(\'loading\');var o=t.extend({url:n.src,success:function(o,a,r){var s={data:o,xhr:r};i(\'ParseAjax\',s),e.appendContent(t(s.data),\'ajax\'),n.finished=!0,y(),e._setFocus(),setTimeout(function(){e.wrap.addClass(\'mfp-ready\')},16),e.updateStatus(\'ready\'),i(\'AjaxContentAdded\')},error:function(){y(),n.finished=n.loadError=!0,e.updateStatus(\'error\',e.st.ajax.tError.replace(\'%url%\',n.src))}},e.st.ajax.settings);return e.req=t.ajax(o),\'\'}}});var a,z=function(t){if(t.data&&void 0!==t.data.title)return t.data.title;var i=e.st.image.titleSrc;if(i){if(\'function\'==typeof i)return i.call(e,t);if(t.el)return t.el.attr(i)||\'\'};return\'\'};t.magnificPopup.registerModule(\'image\',{options:{markup:\'<div class=\"mfp-figure\"><div class=\"mfp-close\"></div><figure><div class=\"mfp-img\"></div><figcaption><div class=\"mfp-bottom-bar\"><div class=\"mfp-title\"></div><div class=\"mfp-counter\"></div></div></figcaption></figure></div>\',cursor:\'mfp-zoom-out-cur\',titleSrc:\'title\',verticalFit:!0,tError:\'<a href=\"%url%\">The image</a> could not be loaded.\'},proto:{initImage:function(){var i=e.st.image,o=\'.image\';e.types.push(\'image\'),n(\'Open\'+o,function(){\'image\'===e.currItem.type&&i.cursor&&t(document.body).addClass(i.cursor)}),n(\'Close\'+o,function(){i.cursor&&t(document.body).removeClass(i.cursor),s.off(\'resize.mfp\')}),n(\'Resize\'+o,e.resizeImage),e.isLowIE&&n(\'AfterChange\',e.resizeImage)},resizeImage:function(){var t=e.currItem;if(t&&t.img&&e.st.image.verticalFit){var i=0;e.isLowIE&&(i=parseInt(t.img.css(\'padding-top\'),10)+parseInt(t.img.css(\'padding-bottom\'),10)),t.img.css(\'max-height\',e.wH-i)}},_onImageHasSize:function(t){t.img&&(t.hasSize=!0,a&&clearInterval(a),t.isCheckingImgSize=!1,i(\'ImageHasSize\',t),t.imgHidden&&(e.content&&e.content.removeClass(\'mfp-loading\'),t.imgHidden=!1))},findImageSize:function(t){var i=0,o=t.img[0],n=function(r){a&&clearInterval(a),a=setInterval(function(){o.naturalWidth>0?e._onImageHasSize(t):(i>200&&clearInterval(a),3===++i?n(10):40===i?n(50):100===i&&n(500))},r)};n(1)},getImage:function(n,o){var f=0,c=function(){n&&(n.img[0].complete?(n.img.off(\'.mfploader\'),n===e.currItem&&(e._onImageHasSize(n),e.updateStatus(\'ready\')),n.hasSize=!0,n.loaded=!0,i(\'ImageLoadComplete\')):++f<200?setTimeout(c,100):d())},d=function(){n&&(n.img.off(\'.mfploader\'),n===e.currItem&&(e._onImageHasSize(n),e.updateStatus(\'error\',p.tError.replace(\'%url%\',n.src))),n.hasSize=!0,n.loaded=!0,n.loadError=!0)},p=e.st.image,u=o.find(\'.mfp-img\');if(u.length){var r=document.createElement(\'img\');if(r.className=\'mfp-img\',n.el&&n.el.find(\'img\').length&&(r.alt=n.el.find(\'img\').attr(\'alt\')),n.img=t(r).on(\'load.mfploader\',c).on(\'error.mfploader\',d),r.src=n.src,t(\'body\').hasClass(\'responsive-images-lightbox-support\')){var s=n.el.data(\'srcset\'),l=n.el.data(\'sizes\');void 0!==s?(r.srcset=s,void 0!==l&&(r.sizes=l)):(void 0!==(s=n.el.find(\'img\').attr(\'srcset\'))&&(r.srcset=s),void 0!==(l=n.el.find(\'img\').attr(\'sizes\'))&&(r.sizes=l))};u.is(\'img\')&&(n.img=n.img.clone()),(r=n.img[0]).naturalWidth>0?n.hasSize=!0:r.width||(n.hasSize=!1)};return e._parseMarkup(o,{title:z(n),img_replaceWith:n.img},n),e.resizeImage(),n.hasSize?(a&&clearInterval(a),n.loadError?(o.addClass(\'mfp-loading\'),e.updateStatus(\'error\',p.tError.replace(\'%url%\',n.src))):(o.removeClass(\'mfp-loading\'),e.updateStatus(\'ready\')),o):(e.updateStatus(\'loading\'),n.loading=!0,n.hasSize||(n.imgHidden=!0,o.addClass(\'mfp-loading\'),e.findImageSize(n)),o)}}});var h;t.magnificPopup.registerModule(\'zoom\',{options:{enabled:!1,easing:\'ease-in-out\',duration:300,opener:function(e){return e.is(\'img\')?e:e.find(\'img\')}},proto:{initZoom:function(){var o,r=e.st.zoom,l=\'.zoom\';if(r.enabled&&e.supportsTransition){var a,t,c=r.duration,d=function(e){var n=e.clone().removeAttr(\'style\').removeAttr(\'class\').addClass(\'mfp-animated-image\'),o=\'all \'+r.duration/1e3+\'s \'+r.easing,t={position:\'fixed\',zIndex:9999,left:0,top:0,\'-webkit-backface-visibility\':\'hidden\'},i=\'transition\';return t[\'-webkit-\'+i]=t[\'-moz-\'+i]=t[\'-o-\'+i]=t[i]=o,n.css(t),n},s=function(){e.content.css(\'visibility\',\'visible\')};n(\'BuildControls\'+l,function(){if(e._allowZoom()){if(clearTimeout(a),e.content.css(\'visibility\',\'hidden\'),!(o=e._getItemToZoom()))return void s();(t=d(o)).css(e._getOffset()),e.wrap.append(t),a=setTimeout(function(){t.css(e._getOffset(!0)),a=setTimeout(function(){s(),setTimeout(function(){t.remove(),o=t=null,i(\'ZoomAnimationEnded\')},16)},c)},16)}}),n(\'BeforeClose\'+l,function(){if(e._allowZoom()){if(clearTimeout(a),e.st.removalDelay=c,!o){if(!(o=e._getItemToZoom()))return;t=d(o)};t.css(e._getOffset(!0)),e.wrap.append(t),e.content.css(\'visibility\',\'hidden\'),setTimeout(function(){t.css(e._getOffset())},16)}}),n(\'Close\'+l,function(){e._allowZoom()&&(s(),t&&t.remove(),o=null)})}},_allowZoom:function(){return\'image\'===e.currItem.type},_getItemToZoom:function(){return!!e.currItem.hasSize&&e.currItem.img},_getOffset:function(i){var n,a=(n=i?e.currItem.img:e.st.zoom.opener(e.currItem.el||e.currItem)).offset(),r=parseInt(n.css(\'padding-top\'),10),s=parseInt(n.css(\'padding-bottom\'),10);a.top-=t(window).scrollTop()-r;var o={width:n.width(),height:(b?n.innerHeight():n[0].offsetHeight)-s-r};return void 0===h&&(h=void 0!==document.createElement(\'p\').style.MozTransform),h?o[\'-moz-transform\']=o.transform=\'translate(\'+a.left+\'px,\'+a.top+\'px)\':(o.left=a.left,o.top=a.top),o}}});var v=function(t){if(e.currTemplate.iframe){var i=e.currTemplate.iframe.find(\'iframe\');i.length&&(t||(i[0].src=\'//about:blank\'),e.isIE8&&i.css(\'display\',t?\'block\':\'none\'))}};t.magnificPopup.registerModule(\'iframe\',{options:{markup:\'<div class=\"mfp-iframe-scaler\"><div class=\"mfp-close\"></div><iframe class=\"mfp-iframe\" src=\"//about:blank\" frameborder=\"0\" allowfullscreen></iframe></div>\',srcAction:\'iframe_src\',patterns:{youtube:{index:\'youtube.com\',id:\'v=\',src:\'//www.youtube.com/embed/%id%?autoplay=1\'},vimeo:{index:\'vimeo.com/\',id:\'/\',src:\'//player.vimeo.com/video/%id%?autoplay=1\'},gmaps:{index:\'//maps.google.\',src:\'%id%&output=embed\'}}},proto:{initIframe:function(){e.types.push(\'iframe\'),n(\'BeforeChange\',function(e,t,i){t!==i&&(\'iframe\'===t?v():\'iframe\'===i&&v(!0))}),n(\'Close.iframe\',function(){v()})},getIframe:function(i,n){var o=i.src,a=e.st.iframe;t.each(a.patterns,function(){if(o.indexOf(this.index)>-1)return this.id&&(o=\'string\'==typeof this.id?o.substr(o.lastIndexOf(this.id)+this.id.length,o.length):this.id.call(this,o)),o=this.src.replace(\'%id%\',o),!1});var r={};return a.srcAction&&(r[a.srcAction]=o),e._parseMarkup(n,r,i),e.updateStatus(\'ready\'),n}}});var g=function(t){var i=e.items.length;return t>i-1?t-i:t<0?i+t:t},x=function(e,t,i){return e.replace(/%curr%/gi,t+1).replace(/%total%/gi,i)};t.magnificPopup.registerModule(\'gallery\',{options:{enabled:!1,arrowMarkup:\'<button title=\"%title%\" type=\"button\" class=\"mfp-arrow mfp-arrow-%dir%\"></button>\',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:\'Previous (Left arrow key)\',tNext:\'Next (Right arrow key)\',tCounter:\'%curr% of %total%\'},proto:{initGallery:function(){var a=e.st.gallery,i=\'.mfp-gallery\';if(e.direction=!0,!a||!a.enabled)return!1;r+=\' mfp-gallery\',n(\'Open\'+i,function(){a.navigateByImgClick&&e.wrap.on(\'click\'+i,\'.mfp-img\',function(){if(e.items.length>1)return e.next(),!1}),o.on(\'keydown\'+i,function(t){37===t.keyCode?e.prev():39===t.keyCode&&e.next()})}),n(\'UpdateStatus\'+i,function(t,i){i.text&&(i.text=x(i.text,e.currItem.index,e.items.length))}),n(\'MarkupParse\'+i,function(t,i,n,o){var r=e.items.length;n.counter=r>1?x(a.tCounter,o.index,r):\'\'}),n(\'BuildControls\'+i,function(){if(e.items.length>1&&a.arrows&&!e.arrowLeft){var i=a.arrowMarkup,n=e.arrowLeft=t(i.replace(/%title%/gi,a.tPrev).replace(/%dir%/gi,\'left\')).addClass(\'mfp-prevent-close\'),o=e.arrowRight=t(i.replace(/%title%/gi,a.tNext).replace(/%dir%/gi,\'right\')).addClass(\'mfp-prevent-close\');n.on(\'click\',function(){e.prev()}),o.on(\'click\',function(){e.next()}),e.container.append(n.add(o))}}),n(\'Change\'+i,function(){e._preloadTimeout&&clearTimeout(e._preloadTimeout),e._preloadTimeout=setTimeout(function(){e.preloadNearbyImages(),e._preloadTimeout=null},16)}),n(\'Close\'+i,function(){o.off(i),e.wrap.off(\'click\'+i),e.arrowRight=e.arrowLeft=null})},next:function(){e.direction=!0,e.index=g(e.index+1),e.updateItemHTML()},prev:function(){e.direction=!1,e.index=g(e.index-1),e.updateItemHTML()},goTo:function(t){e.direction=t>=e.index,e.index=t,e.updateItemHTML()},preloadNearbyImages:function(){var t,i=e.st.gallery.preload,n=Math.min(i[0],e.items.length),o=Math.min(i[1],e.items.length);for(t=1;t<=(e.direction?o:n);t++)e._preloadItem(e.index+t);for(t=1;t<=(e.direction?n:o);t++)e._preloadItem(e.index-t)},_preloadItem:function(n){if(n=g(n),!e.items[n].preloaded){var o=e.items[n];if(o.parsed||(o=e.parseEl(n)),i(\'LazyLoad\',o),\'image\'===o.type&&(o.img=t(\'<img class=\"mfp-img\" />\').on(\'load.mfploader\',function(){o.hasSize=!0}).on(\'error.mfploader\',function(){o.hasSize=!0,o.loadError=!0,i(\'LazyLoadError\',o)}).attr(\'src\',o.src),t(\'body\').hasClass(\'responsive-images-lightbox-support\')&&o.el.length>0)){var l=t(o.el[0]),a=l.data(\'srcset\'),r=l.data(\'sizes\');if(void 0!==a)o.img.attr(\'srcset\',a),void 0!==r&&o.img.attr(\'sizes\',r);else{var s=t(o.el[0]).find(\'img\');void 0!==(a=s.attr(\'srcset\'))&&o.img.attr(\'srcset\',a),void 0!==(r=s.attr(\'sizes\'))&&o.img.attr(\'sizes\',r)}};o.preloaded=!0}}}});t.magnificPopup.registerModule(\'retina\',{options:{replaceSrc:function(e){return e.src.replace(/\\.\\w+$/,function(e){return\'@2x\'+e})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var i=e.st.retina,t=i.ratio;(t=isNaN(t)?t():t)>1&&(n(\'ImageHasSize.retina\',function(e,i){i.img.css({\'max-width\':i.img[0].naturalWidth/t,width:\'100%\'})}),n(\'ElementParse.retina\',function(e,n){n.src=i.replaceSrc(n,t)}))}}}}),I()});\";}s:27:\"avia-lightbox-activation-js\";a:6:{s:4:\"name\";s:24:\"avia-lightbox-activation\";s:3:\"url\";s:78:\"https://valerioanzino.com/wp-content/themes/enfold/js/avia-snippet-lightbox.js\";s:4:\"path\";s:52:\"wp-content/themes/enfold/js/avia-snippet-lightbox.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:3988:\"(function(e){\'use strict\';e.avia_utilities=e.avia_utilities||{};e.avia_utilities.av_popup={type:\'image\',mainClass:\'avia-popup mfp-zoom-in\',tLoading:\'\',tClose:\'\',removalDelay:300,closeBtnInside:!0,closeOnContentClick:!1,midClick:!0,autoFocusLast:!1,fixedContentPos:!1,iframe:{patterns:{youtube:{index:\'youtube.com/watch\',id:function(e){var a=e.match(/[\\\\?\\\\&]v=([^\\\\?\\\\&]+)/),i,t;if(!a||!a[1])return null;i=a[1];t=e.split(\'/watch\');t=t[1];return i+t},src:\'//www.youtube.com/embed/%id%\'},vimeo:{index:\'vimeo.com/\',id:function(e){var a=e.match(/(https?:\\/\\/)?(www.)?(player.)?vimeo.com\\/([a-z]*\\/)*([0-9]{6,11})[?]?.*/),i,t;if(!a||!a[5])return null;i=a[5];t=e.split(\'?\');t=t[1];return i+\'?\'+t},src:\'//player.vimeo.com/video/%id%\'}}},image:{titleSrc:function(t){var a=t.el.attr(\'title\');if(!a){a=t.el.find(\'img\').attr(\'title\')};if(!a){a=t.el.parent().next(\'.wp-caption-text\').html()};if(typeof a!=\'undefined\'){return a};if(!e(\'body\').hasClass(\'avia-mfp-show-alt-text\')){return\'\'};var i=t.el.attr(\'alt\');if(typeof i!=\'undefined\'){return i};i=t.el.find(\'img\').attr(\'alt\');if(typeof i!=\'undefined\'){return i};return\'\'}},gallery:{tPrev:\'\',tNext:\'\',tCounter:\'%curr% / %total%\',enabled:!0,preload:[1,1]},callbacks:{beforeOpen:function(){if(this.st.el&&this.st.el.data(\'fixed-content\')){this.fixedContentPos=!0}},open:function(){e.magnificPopup.instance.next=function(){var t=this;t.wrap.removeClass(\'mfp-image-loaded\');setTimeout(function(){e.magnificPopup.proto.next.call(t)},120)};e.magnificPopup.instance.prev=function(){var t=this;t.wrap.removeClass(\'mfp-image-loaded\');setTimeout(function(){e.magnificPopup.proto.prev.call(t)},120)};if(this.st.el&&this.st.el.data(\'av-extra-class\')){this.wrap.addClass(this.currItem.el.data(\'av-extra-class\'))}},markupParse:function(t,a,r){if(typeof a.img_replaceWith==\'undefined\'||typeof a.img_replaceWith.length==\'undefined\'||a.img_replaceWith.length==0){return};var o=e(a.img_replaceWith[0]);if(typeof o.attr(\'alt\')!=\'undefined\'){return};var i=r.el.attr(\'alt\');if(typeof i==\'undefined\'){i=r.el.find(\'img\').attr(\'alt\')};if(typeof i!=\'undefined\'){o.attr(\'alt\',i)};return},imageLoadComplete:function(){var e=this;setTimeout(function(){e.wrap.addClass(\'mfp-image-loaded\')},16)},change:function(){if(this.currItem.el){var e=this.currItem.el;this.content.find(\'.av-extra-modal-content, .av-extra-modal-markup\').remove();if(e.data(\'av-extra-content\')){var a=e.data(\'av-extra-content\');this.content.append(\'<div class=\\\'av-extra-modal-content\\\'>\'+a+\'</div>\')};if(e.data(\'av-extra-markup\')){var t=e.data(\'av-extra-markup\');this.wrap.append(\'<div class=\\\'av-extra-modal-markup\\\'>\'+t+\'</div>\')}}}}},e.fn.avia_activate_lightbox=function(t){var i={groups:[\'.avia-slideshow\',\'.avia-gallery\',\'.av-horizontal-gallery\',\'.av-instagram-pics\',\'.portfolio-preview-image\',\'.portfolio-preview-content\',\'.isotope\',\'.post-entry\',\'.sidebar\',\'#main\',\'.main_menu\',\'.woocommerce-product-gallery\'],autolinkElements:\'a.lightbox, a[rel^=\"prettyPhoto\"], a[rel^=\"lightbox\"], a[href$=jpg], a[href$=webp], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=\".jpg?\"], a[href*=\".png?\"], a[href*=\".gif?\"], a[href*=\".jpeg?\"], a[href$=\".mov\"] , a[href$=\".swf\"] , a:regex(href, .vimeo\\.com/[0-9]) , a[href*=\"youtube.com/watch\"] , a[href*=\"screenr.com\"], a[href*=\"iframe=true\"]\',videoElements:\'a[href$=\".mov\"] , a[href$=\".swf\"] , a:regex(href, .vimeo\\.com/[0-9]) , a[href*=\"youtube.com/watch\"] , a[href*=\"screenr.com\"], a[href*=\"iframe=true\"]\',exclude:\'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*=\"dropbox.com\"]\'},a=e.extend({},i,t),r=!e(\'html\').is(\'.av-custom-lightbox\');if(!r)return this;return this.each(function(){var i=e(this),o=e(a.videoElements,this).not(a.exclude).addClass(\'mfp-iframe\'),r=!i.is(\'body\')&&!i.is(\'.ajax_slide\');for(var t=0;t<a.groups.length;t++){i.find(a.groups[t]).each(function(){var t=e(a.autolinkElements,this);if(r)t.removeClass(\'lightbox-added\');t.not(a.exclude).addClass(\'lightbox-added\').magnificPopup(e.avia_utilities.av_popup)})}})}})(jQuery);\";}s:16:\"avia-megamenu-js\";a:6:{s:4:\"name\";s:13:\"avia-megamenu\";s:3:\"url\";s:78:\"https://valerioanzino.com/wp-content/themes/enfold/js/avia-snippet-megamenu.js\";s:4:\"path\";s:52:\"wp-content/themes/enfold/js/avia-snippet-megamenu.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:3380:\"(function(i){\'use strict\';i(function(){if(i.fn.aviaMegamenu){i(\'.main_menu .menu\').aviaMegamenu({modify_position:!0})}});i.fn.aviaMegamenu=function(n){var e={modify_position:!0,delay:300};var t=i.extend(e,n);return this.each(function(){var f=i(\'html\').first(),g=i(\'#main .container\').first(),l=f.filter(\'.html_menu_left, .html_logo_center\').length,r=i.avia_utilities.isMobile,o=i(this),s=o.find(\'>li:not(.ignore_menu)\'),n=s.find(\'>div\').parent().css({overflow:\'hidden\'}),d=o.find(\'>.current-menu-item>a, >.current_page_item>a\'),h=s.find(\'>ul\').parent(),p=o.parent(),m=o.parents(\'.main_menu\').eq(0),v=p.width(),e={},a=[];if(!d.length){o.find(\'.current-menu-ancestor, .current_page_ancestor\').eq(0).find(\'a\').eq(0).parent().addClass(\'active-parent-item\')};if(!f.is(\'.html_header_top\')){t.modify_position=!1};s.on(\'click\',\'a\',function(i){if(this.href==window.location.href+\'#\'||this.href==window.location.href+\'/#\'){i.preventDefault()}});s.each(function(){var n=i(this),a=n.position(),o=n.find(\'div\').first().css({opacity:0,display:\'none\'}),s=\'\';if(!o.length){s=n.find(\'>ul\').css({display:\'none\'})};if(o.length||s.length){var e=n.addClass(\'dropdown_ul_available\').find(\'>a\');e.append(\'<span class=\"dropdown_available\"></span>\');if(typeof e.attr(\'href\')!=\'string\'||e.attr(\'href\')==\'#\'){e.css(\'cursor\',\'default\').on(\'click\',function(i){i.preventDefault()})}};if(t.modify_position&&o.length){n.on(\'mouseenter focusin\',function(){y(n,a,o,v)})}});function y(i,t,n,e){t=i.position();if(!l){if(t.left+n.width()<e){n.css({right:-n.outerWidth()+i.outerWidth()})}\nelse if(t.left+n.width()>e){n.css({right:-m.outerWidth()+(t.left+i.outerWidth())})}}\nelse{if(n.width()>t.left+i.outerWidth()){n.css({left:(t.left*-1)})}\nelse if(t.left+n.width()>e){n.css({left:(n.width()-t.left)*-1})}}};function c(i){if(e[i]==!0){var t=n.eq(i).css({overflow:\'visible\'}).find(\'div\').first(),o=n.eq(i).find(\'a\').first();a[\'check\'+i]=!0;t.stop().css(\'display\',\'block\').animate({opacity:1},300);if(t.length){o.addClass(\'open-mega-a\')}}};function u(t){if(e[t]==!1){n.eq(t).find(\'>a\').removeClass(\'open-mega-a\');var o=n.eq(t),s=o.find(\'div\').first();s.stop().css(\'display\',\'block\').animate({opacity:0},300,function(){i(this).css(\'display\',\'none\');o.css({overflow:\'hidden\'});a[\'check\'+t]=!1})}};if(r){n.each(function(n){i(this).on(\'click\',function(){if(a[\'check\'+n]!=!0){return!1}})})};n.each(function(n){i(this).on(\'mouseenter\',function(){e[n]=!0;setTimeout(function(){c(n)},t.delay)}).on(\'mouseleave\',function(){e[n]=!1;setTimeout(function(){u(n)},t.delay)});i(this).find(\'a\').on(\'focus\',function(){e[n]=!0;setTimeout(function(){c(n)},50)}).on(\'blur\',function(){e[n]=!1;setTimeout(function(){u(n)},50)})});h.find(\'li\').addBack().each(function(){var t=i(this),n=t.find(\'ul\').first(),o=!1;if(n.length){n.css({display:\'block\',opacity:0,visibility:\'hidden\'});var e=t.find(\'>a\');e.on(\'mouseenter\',function(){n.stop().css({visibility:\'visible\'}).animate({opacity:1})});e.on(\'focus\',function(){n.stop().css({visibility:\'visible\'}).animate({opacity:1});n.find(\'li\').on(\'focusin\',function(){n.stop().css({visibility:\'visible\'}).animate({opacity:1})}).on(\'focusout\',function(){n.stop().animate({opacity:0},function(){n.css({visibility:\'hidden\'})})})}).on(\'focusout\',function(){i(this).trigger(\'mouseleave\')});t.on(\'mouseleave\',function(){n.stop().animate({opacity:0},function(){n.css({visibility:\'hidden\'})})})}})})}})(jQuery);\";}s:21:\"avia-sticky-header-js\";a:6:{s:4:\"name\";s:18:\"avia-sticky-header\";s:3:\"url\";s:83:\"https://valerioanzino.com/wp-content/themes/enfold/js/avia-snippet-sticky-header.js\";s:4:\"path\";s:57:\"wp-content/themes/enfold/js/avia-snippet-sticky-header.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1668:\"(function(e){\'use strict\';e(function(){i()});function a(e,i,a){if(e[0].classList){if(i==\'add\'){e[0].classList.add(a)}\nelse{e[0].classList.remove(a)}}\nelse{if(i==\'add\'){e.addClass(a)}\nelse{e.removeClass(a)}}};function i(){var d=e(window),i=e(\'.html_header_top.html_header_sticky #header\'),r=e(\'.av_header_unstick_top\');if(!i.length&&!r.length){return};var f=e(\'#header_main .container .logo img, #header_main .container .logo svg, #header_main .container .logo a\'),t=e(\'#header_main .container:not(#header_main_alternate>.container), #header_main .main_menu ul:first-child > li > a:not(.avia_mega_div a, #header_main_alternate a), #header_main #menu-item-shop .cart_dropdown_link\'),n=e(t).first().height(),m=e.avia_utilities.isMobile,u=e(\'#scroll-top-link\'),o=i.is(\'.av_header_transparency\'),s=i.is(\'.av_header_shrinking\'),h=i.find(\'#header_meta\'),c=h.length?h.outerHeight():0,l=function(){var e=d.scrollTop(),l=0,h=e;if(r){e-=c};if(e<0){e=0};if(s&&!m){if(e<n/2){l=n-e;if(e<=0){l=n};a(i,\'remove\',\'header-scrolled\')}\nelse{l=n/2;a(i,\'add\',\'header-scrolled\')};if(e-30<n){a(i,\'remove\',\'header-scrolled-full\')}\nelse{a(i,\'add\',\'header-scrolled-full\')};t.css({\'height\':l+\'px\',\'lineHeight\':l+\'px\'});f.css({\'maxHeight\':l+\'px\'})};if(r.length){if(e<=0){if(h<=0){h=0};r.css({\'margin-top\':\'-\'+h+\'px\'})}\nelse{r.css({\'margin-top\':\'-\'+c+\'px\'})}};if(o){if(e>50){a(i,\'remove\',\'av_header_transparency\')}\nelse{a(i,\'add\',\'av_header_transparency\')}}};if(e(\'body\').is(\'.avia_deactivate_menu_resize\')){s=!1};if(!o&&!s&&!r.length){return};d.on(\'debouncedresize\',function(){n=e(t).attr(\'style\',\'\').first().height();l()});d.on(\'scroll\',function(){window.requestAnimationFrame(l)});l()}})(jQuery);\";}s:22:\"avia-footer-effects-js\";a:6:{s:4:\"name\";s:19:\"avia-footer-effects\";s:3:\"url\";s:84:\"https://valerioanzino.com/wp-content/themes/enfold/js/avia-snippet-footer-effects.js\";s:4:\"path\";s:58:\"wp-content/themes/enfold/js/avia-snippet-footer-effects.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:847:\"(function(n){\'use strict\';var r=null,a=null,t=null,i=null,e=null;n(function(){r=n(window);a=n(\'body\');if(a.hasClass(\'av-curtain-footer\')){o();return};return});function o(){i=a.find(\'.av-curtain-footer-container\');if(i.length==0){a.removeClass(\'av-curtain-footer av-curtain-activated av-curtain-numeric av-curtain-screen\');return};t=n(\'<div id=\"av-curtain-footer-placeholder\"></div>\');i.before(t);if(a.hasClass(\'av-curtain-numeric\')){e=i.data(\'footer_max_height\');if(\'undefined\'==typeof e){e=70}\nelse{e=parseInt(e,10);if(isNaN(e)){e=70}}};u();r.on(\'debouncedresize\',u)};function u(){var n=Math.floor(i.outerHeight()),o=r.innerHeight();if(null==e){t.css({height:n+\'px\'})}\nelse{var u=Math.floor(o*(e/100.0));if(n>u){a.removeClass(\'av-curtain-activated\');t.css({height:\'\'})}\nelse{a.addClass(\'av-curtain-activated\');t.css({height:n+\'px\'})}}}})(jQuery);\";}s:17:\"avia-widget-js-js\";a:6:{s:4:\"name\";s:14:\"avia-widget-js\";s:3:\"url\";s:76:\"https://valerioanzino.com/wp-content/themes/enfold/js/avia-snippet-widget.js\";s:4:\"path\";s:50:\"wp-content/themes/enfold/js/avia-snippet-widget.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1094:\"(function(t){\'use strict\';t(function(){t(\'.avia_auto_toc\').each(function(){var f=t(this).attr(\'id\'),r=\'h1\',c=[],e=\'\',i=t(this).find(\'.avia-toc-container\');if(i.length){var n=i.attr(\'data-level\'),o=i.attr(\'data-exclude\');if(typeof n!=\'undefined\'){r=n};if(typeof o!=\'undefined\'){e=o.trim()}};c=r.split(\',\');t(\'.entry-content-wrapper\').find(r).each(function(){var r=t(this);if(r.hasClass(\'av-no-toc\')){return};if(e!=\'\'&&(r.hasClass(e)||r.parent().hasClass(e))){return};var n=r.attr(\'id\'),l=r.prop(\'tagName\').toLowerCase(),f=r.text(),h=c.indexOf(l);if(typeof n==\'undefined\'){var o=a(f);r.attr(\'id\',o);n=o};var s=\'<a href=\"#\'+n+\'\" class=\"avia-toc-link avia-toc-level-\'+h+\'\"><span>\'+f+\'</span></a>\';i.append(s)});t(\'.avia-toc-smoothscroll .avia-toc-link\').on(\'click\',function(a){a.preventDefault();var r=t(this).attr(\'href\'),e=50,i=t(\'.html_header_top.html_header_sticky #header\');if(i.length){e=i.outerHeight()+50};t(\'html,body\').animate({scrollTop:t(r).offset().top-e})})})});function a(t){return t.toLowerCase().replace(/[^a-z0-9]+/g,\'-\').replace(/^-+|-+$/g,\'-\').replace(/^-+|-+$/g,\'\')}})(jQuery);\";}s:27:\"avia_blocks_front_script-js\";a:6:{s:4:\"name\";s:24:\"avia_blocks_front_script\";s:3:\"url\";s:91:\"https://valerioanzino.com/wp-content/themes/enfold/config-gutenberg/js/avia_blocks_front.js\";s:4:\"path\";s:65:\"wp-content/themes/enfold/config-gutenberg/js/avia_blocks_front.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1456:\"(function(t){\'use strict\';var a=t(\'.has-background, .has-text-color\');a.each(function(r){var a=t(this);if(!(a.hasClass(\'has-background\')||a.hasClass(\'has-text-color\'))){return};var o=a.attr(\'class\').split(/\\s+/),e=\'\',s=\'\';if(a.hasClass(\'has-background\')){t.each(o,function(r,t){t=t.trim().toLowerCase();if(0==t.indexOf(\'has-col-\')&&-1!=t.indexOf(\'-background-color\')){e=t.replace(\'has-col-\',\'\');e=e.replace(\'-background-color\',\'\');e=e.replace(/-|[^0-9a-fA-F]/g,\'\');if(e.length==3||e.length==6){a.css({\'background-color\':\'\',\'border-color\':\'\'});s=\'undefined\'!=typeof a.attr(\'style\')?a.attr(\'style\'):\'\';a.attr(\'style\',s+\' background-color: #\'+e+\'; border-color: #\'+e+\';\')}}})};if(a.hasClass(\'has-text-color\')){t.each(o,function(r,t){t=t.trim().toLowerCase();if(0==t.indexOf(\'has-col-\')&&-1==t.indexOf(\'-background-color\')&&-1!=t.indexOf(\'-color\')){var e=t.replace(\'has-col-\',\'\');e=e.replace(\'-color\',\'\');e=e.replace(/-|[^0-9a-fA-F]/g,\'\');if(e.length==3||e.length==6){a.css(\'color\',\'\');s=\'undefined\'!=typeof a.attr(\'style\')?a.attr(\'style\'):\'\';a.attr(\'style\',s+\' color: #\'+e+\';\')}}})}});a=t(\'[class^=\"has-fs-\"][class$=\"-font-size\"]\');a.each(function(a){var e=t(this),r=e.attr(\'class\').split(/\\s+/);t.each(r,function(a,t){t=t.trim().toLowerCase();t=t.replace(\'has-fs-\',\'\');t=t.replace(\'-font-size\',\'\');t=t.split(\'-\');if(t.length!=2){return};var r=\'undefined\'!=typeof e.attr(\'style\')?e.attr(\'style\'):\'\';e.attr(\'style\',r+\' font-size:\'+t[0]+t[1]+\';\')})})})(jQuery);\";}}','yes'),(2203693,'aviaAsset_avia-head-scripts','a:1:{s:50:\"avia-head-scripts-046da2d16a2f5fa7c0f25017244ead21\";s:21:\"error-generating-file\";}','yes'),(2203696,'aviaAsset_avia-footer-scripts','a:2:{s:68:\"avia-footer-scripts-4ce43cd8ddcaadc2b1ae6ae0803731b5---6329ec8c3970e\";b:1;s:52:\"avia-footer-scripts-046da2d16a2f5fa7c0f25017244ead21\";s:21:\"error-generating-file\";}','yes'),(2204135,'su_option_unsafe_features_auto_off','1','yes'),(2209157,'WPLANG','en','yes'),(2243163,'wperedirect','no','no'),(2243164,'bvActivateTime','1679945171','no'),(2243167,'bvAccountsList','a:1:{s:32:\"1f4831257577881a8ecc12d314a06c23\";a:7:{s:6:\"secret\";s:32:\"0c94c19a44c031b223954eb4fa68406e\";s:11:\"account_gid\";s:8:\"foU4DGTF\";s:14:\"lastbackuptime\";i:1679945404;s:8:\"wpengine\";b:1;s:12:\"account_type\";s:8:\"wpengine\";s:3:\"url\";s:25:\"https://valerioanzino.com\";s:5:\"email\";s:21:\"tmarc******@gmail.com\";}}','no'),(2243168,'bvLastRecvTime','1679945422','no'),(2243169,'widget_wpe_powered_by_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2243170,'user_count','4','no'),(2243173,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:28:\"shortcodes-ultimate/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.5.10\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1692897105;s:11:\"plugin_path\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";}}s:7:\"abspath\";s:32:\"/nas/content/live/valerioanzino/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:8:\"sdk_path\";s:28:\"shortcodes-ultimate/freemius\";s:7:\"version\";s:6:\"2.5.10\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1692897105;}}','yes'),(2243174,'fs_debug_mode','','yes'),(2243175,'fs_accounts','a:6:{s:21:\"id_slug_type_path_map\";a:1:{i:7180;a:3:{s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";}}s:11:\"plugin_data\";a:1:{s:19:\"shortcodes-ultimate\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1679983957;s:16:\"sdk_last_version\";s:5:\"2.5.7\";s:11:\"sdk_version\";s:6:\"2.5.10\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"5.13.0\";s:14:\"plugin_version\";s:6:\"5.13.2\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:17:\"valerioanzino.com\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1679983958;s:7:\"version\";s:6:\"5.12.9\";}s:15:\"prev_is_premium\";b:0;s:18:\"sticky_optin_added\";b:1;}}s:13:\"file_slug_map\";a:1:{s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:19:\"shortcodes-ultimate\";}s:7:\"plugins\";a:1:{s:19:\"shortcodes-ultimate\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"Shortcodes Ultimate\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:12:\"premium_slug\";s:23:\"shortcodes-ultimate-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:7:\"version\";s:6:\"5.13.2\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"Pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_c9ecad02df10f17e67880ac6bd8fc\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"7180\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:13:\"admin_notices\";a:1:{s:19:\"shortcodes-ultimate\";a:0:{}}s:9:\"unique_id\";s:32:\"a8804efd80b260454d73c2537c47238e\";}','yes'),(2243181,'wpe-health-check-site-status-result','{\"good\":14,\"recommended\":5,\"critical\":1}','yes'),(2245300,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":5,\"critical\":1}','yes'),(2330957,'_site_transient_timeout_browser_e7aa457f36bfe100f0ea778353684056','1693499995','no'),(2330958,'_site_transient_browser_e7aa457f36bfe100f0ea778353684056','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"116.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2330971,'_transient_timeout_themeisle_sdk_feed_items','1693067998','no'),(2330972,'_transient_themeisle_sdk_feed_items','a:5:{i:0;a:3:{s:5:\"title\";s:51:\"How to Cloak Affiliate Links in WordPress (3 Steps)\";s:4:\"date\";i:1692880593;s:4:\"link\";s:49:\"https://themeisle.com/blog/cloak-affiliate-links/\";}i:1;a:3:{s:5:\"title\";s:38:\"How to Remove Image Links in WordPress\";s:4:\"date\";i:1692880200;s:4:\"link\";s:59:\"https://themeisle.com/blog/remove-image-links-in-wordpress/\";}i:2;a:3:{s:5:\"title\";s:56:\"SiteGround Review: Is It the Bust Budget WordPress Host?\";s:4:\"date\";i:1692802957;s:4:\"link\";s:38:\"https://wpshout.com/siteground-review/\";}i:3;a:3:{s:5:\"title\";s:79:\"How to Write Product Descriptions With ChatGPT (A Guide for WooCommerce Stores)\";s:4:\"date\";i:1692793800;s:4:\"link\";s:74:\"https://themeisle.com/blog/how-to-write-product-descriptions-with-chatgpt/\";}i:4;a:3:{s:5:\"title\";s:60:\"Unique Blog Names Using ChatGPT: How to Find Them in 3 Steps\";s:4:\"date\";i:1692788400;s:4:\"link\";s:62:\"https://www.codeinwp.com/blog/unique-blog-names-using-chatgpt/\";}}','no'),(2330991,'_site_transient_timeout_php_check_5dc9e28d6c63266f78d0515717293791','1693500078','no'),(2330992,'_site_transient_php_check_5dc9e28d6c63266f78d0515717293791','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(2331001,'_site_transient_timeout_browser_3357fadb0316939352bbdd4d5360a97f','1693500544','no'),(2331002,'_site_transient_browser_3357fadb0316939352bbdd4d5360a97f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"116.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2331003,'fs_api_cache','a:1:{s:30:\"get:/v1/plugins/7180/info.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":14:{s:9:\"plugin_id\";s:4:\"7180\";s:3:\"url\";s:26:\"https://getshortcodes.com/\";s:11:\"description\";N;s:17:\"short_description\";s:91:\"Shortcodes Ultimate is a collection of functional components for WordPress-powered websites\";s:10:\"banner_url\";N;s:15:\"card_banner_url\";N;s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1900\";s:7:\"created\";s:19:\"2020-11-06 11:09:18\";s:7:\"updated\";s:19:\"2020-11-19 15:15:24\";s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/7180/icons/d7fa2d71495b9ec9a693e92bdb6084ce.png\";}s:7:\"created\";i:1692895781;s:9:\"timestamp\";i:1693500581;}}','no'),(2331033,'_transient_timeout_wp_maintenance_mode_267versions','1693329012','no'),(2331034,'_transient_wp_maintenance_mode_267versions','a:63:{i:0;a:2:{s:7:\"version\";s:3:\"1.3\";s:3:\"url\";s:66:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.3.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"1.5.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.5.3.zip\";}i:2;a:2:{s:7:\"version\";s:6:\"1.6.10\";s:3:\"url\";s:69:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.10.zip\";}i:3;a:2:{s:7:\"version\";s:5:\"1.6.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.5.zip\";}i:4;a:2:{s:7:\"version\";s:5:\"1.6.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.6.zip\";}i:5;a:2:{s:7:\"version\";s:5:\"1.6.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.7.zip\";}i:6;a:2:{s:7:\"version\";s:5:\"1.6.8\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.8.zip\";}i:7;a:2:{s:7:\"version\";s:5:\"1.6.9\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.9.zip\";}i:8;a:2:{s:7:\"version\";s:5:\"1.7.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.7.0.zip\";}i:9;a:2:{s:7:\"version\";s:5:\"1.7.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.7.1.zip\";}i:10;a:2:{s:7:\"version\";s:5:\"1.8.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.0.zip\";}i:11;a:2:{s:7:\"version\";s:5:\"1.8.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.1.zip\";}i:12;a:2:{s:7:\"version\";s:6:\"1.8.10\";s:3:\"url\";s:69:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.10.zip\";}i:13;a:2:{s:7:\"version\";s:6:\"1.8.11\";s:3:\"url\";s:69:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.11.zip\";}i:14;a:2:{s:7:\"version\";s:5:\"1.8.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.2.zip\";}i:15;a:2:{s:7:\"version\";s:5:\"1.8.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.3.zip\";}i:16;a:2:{s:7:\"version\";s:5:\"1.8.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.4.zip\";}i:17;a:2:{s:7:\"version\";s:5:\"1.8.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.5.zip\";}i:18;a:2:{s:7:\"version\";s:5:\"1.8.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.6.zip\";}i:19;a:2:{s:7:\"version\";s:5:\"1.8.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.7.zip\";}i:20;a:2:{s:7:\"version\";s:5:\"1.8.8\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.8.zip\";}i:21;a:2:{s:7:\"version\";s:5:\"1.8.9\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.9.zip\";}i:22;a:2:{s:7:\"version\";s:5:\"2.0.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.0.zip\";}i:23;a:2:{s:7:\"version\";s:5:\"2.0.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.1.zip\";}i:24;a:2:{s:7:\"version\";s:5:\"2.0.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.2.zip\";}i:25;a:2:{s:7:\"version\";s:5:\"2.0.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.3.zip\";}i:26;a:2:{s:7:\"version\";s:5:\"2.0.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.4.zip\";}i:27;a:2:{s:7:\"version\";s:5:\"2.0.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.5.zip\";}i:28;a:2:{s:7:\"version\";s:5:\"2.0.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.6.zip\";}i:29;a:2:{s:7:\"version\";s:5:\"2.0.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.7.zip\";}i:30;a:2:{s:7:\"version\";s:5:\"2.0.8\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.8.zip\";}i:31;a:2:{s:7:\"version\";s:5:\"2.0.9\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.9.zip\";}i:32;a:2:{s:7:\"version\";s:5:\"2.1.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.1.0.zip\";}i:33;a:2:{s:7:\"version\";s:5:\"2.1.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.1.1.zip\";}i:34;a:2:{s:7:\"version\";s:5:\"2.1.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.1.2.zip\";}i:35;a:2:{s:7:\"version\";s:3:\"2.2\";s:3:\"url\";s:66:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.2.zip\";}i:36;a:2:{s:7:\"version\";s:5:\"2.2.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.2.2.zip\";}i:37;a:2:{s:7:\"version\";s:5:\"2.2.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.2.3.zip\";}i:38;a:2:{s:7:\"version\";s:5:\"2.2.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.2.4.zip\";}i:39;a:2:{s:7:\"version\";s:5:\"2.3.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.3.0.zip\";}i:40;a:2:{s:7:\"version\";s:5:\"2.4.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.0.zip\";}i:41;a:2:{s:7:\"version\";s:5:\"2.4.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.1.zip\";}i:42;a:2:{s:7:\"version\";s:5:\"2.4.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.2.zip\";}i:43;a:2:{s:7:\"version\";s:5:\"2.4.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.3.zip\";}i:44;a:2:{s:7:\"version\";s:5:\"2.4.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.4.zip\";}i:45;a:2:{s:7:\"version\";s:5:\"2.4.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.5.zip\";}i:46;a:2:{s:7:\"version\";s:5:\"2.4.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.6.zip\";}i:47;a:2:{s:7:\"version\";s:5:\"2.4.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.7.zip\";}i:48;a:2:{s:7:\"version\";s:5:\"2.5.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.5.0.zip\";}i:49;a:2:{s:7:\"version\";s:5:\"2.5.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.5.1.zip\";}i:50;a:2:{s:7:\"version\";s:5:\"2.5.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.5.2.zip\";}i:51;a:2:{s:7:\"version\";s:5:\"2.5.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.5.3.zip\";}i:52;a:2:{s:7:\"version\";s:5:\"2.5.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.5.4.zip\";}i:53;a:2:{s:7:\"version\";s:5:\"2.6.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.0.zip\";}i:54;a:2:{s:7:\"version\";s:5:\"2.6.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.1.zip\";}i:55;a:2:{s:7:\"version\";s:5:\"2.6.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.2.zip\";}i:56;a:2:{s:7:\"version\";s:5:\"2.6.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.3.zip\";}i:57;a:2:{s:7:\"version\";s:5:\"2.6.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.4.zip\";}i:58;a:2:{s:7:\"version\";s:5:\"2.6.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.5.zip\";}i:59;a:2:{s:7:\"version\";s:5:\"2.6.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.6.zip\";}i:60;a:2:{s:7:\"version\";s:5:\"2.6.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.7.zip\";}i:61;a:2:{s:7:\"version\";s:5:\"2.6.8\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.8.zip\";}i:62;a:2:{s:7:\"version\";s:5:\"trunk\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.zip\";}}','no'),(2331036,'_transient_timeout__av_enfold_updater_log','1695532252','no'),(2331037,'_transient__av_enfold_updater_log','a:0:{}','no'),(2331063,'_transient_timeout_wp_maintenance_mode_268versions','1693329338','no'),(2331064,'_transient_wp_maintenance_mode_268versions','a:63:{i:0;a:2:{s:7:\"version\";s:3:\"1.3\";s:3:\"url\";s:66:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.3.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"1.5.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.5.3.zip\";}i:2;a:2:{s:7:\"version\";s:6:\"1.6.10\";s:3:\"url\";s:69:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.10.zip\";}i:3;a:2:{s:7:\"version\";s:5:\"1.6.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.5.zip\";}i:4;a:2:{s:7:\"version\";s:5:\"1.6.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.6.zip\";}i:5;a:2:{s:7:\"version\";s:5:\"1.6.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.7.zip\";}i:6;a:2:{s:7:\"version\";s:5:\"1.6.8\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.8.zip\";}i:7;a:2:{s:7:\"version\";s:5:\"1.6.9\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.6.9.zip\";}i:8;a:2:{s:7:\"version\";s:5:\"1.7.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.7.0.zip\";}i:9;a:2:{s:7:\"version\";s:5:\"1.7.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.7.1.zip\";}i:10;a:2:{s:7:\"version\";s:5:\"1.8.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.0.zip\";}i:11;a:2:{s:7:\"version\";s:5:\"1.8.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.1.zip\";}i:12;a:2:{s:7:\"version\";s:6:\"1.8.10\";s:3:\"url\";s:69:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.10.zip\";}i:13;a:2:{s:7:\"version\";s:6:\"1.8.11\";s:3:\"url\";s:69:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.11.zip\";}i:14;a:2:{s:7:\"version\";s:5:\"1.8.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.2.zip\";}i:15;a:2:{s:7:\"version\";s:5:\"1.8.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.3.zip\";}i:16;a:2:{s:7:\"version\";s:5:\"1.8.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.4.zip\";}i:17;a:2:{s:7:\"version\";s:5:\"1.8.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.5.zip\";}i:18;a:2:{s:7:\"version\";s:5:\"1.8.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.6.zip\";}i:19;a:2:{s:7:\"version\";s:5:\"1.8.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.7.zip\";}i:20;a:2:{s:7:\"version\";s:5:\"1.8.8\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.8.zip\";}i:21;a:2:{s:7:\"version\";s:5:\"1.8.9\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.1.8.9.zip\";}i:22;a:2:{s:7:\"version\";s:5:\"2.0.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.0.zip\";}i:23;a:2:{s:7:\"version\";s:5:\"2.0.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.1.zip\";}i:24;a:2:{s:7:\"version\";s:5:\"2.0.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.2.zip\";}i:25;a:2:{s:7:\"version\";s:5:\"2.0.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.3.zip\";}i:26;a:2:{s:7:\"version\";s:5:\"2.0.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.4.zip\";}i:27;a:2:{s:7:\"version\";s:5:\"2.0.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.5.zip\";}i:28;a:2:{s:7:\"version\";s:5:\"2.0.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.6.zip\";}i:29;a:2:{s:7:\"version\";s:5:\"2.0.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.7.zip\";}i:30;a:2:{s:7:\"version\";s:5:\"2.0.8\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.8.zip\";}i:31;a:2:{s:7:\"version\";s:5:\"2.0.9\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.0.9.zip\";}i:32;a:2:{s:7:\"version\";s:5:\"2.1.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.1.0.zip\";}i:33;a:2:{s:7:\"version\";s:5:\"2.1.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.1.1.zip\";}i:34;a:2:{s:7:\"version\";s:5:\"2.1.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.1.2.zip\";}i:35;a:2:{s:7:\"version\";s:3:\"2.2\";s:3:\"url\";s:66:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.2.zip\";}i:36;a:2:{s:7:\"version\";s:5:\"2.2.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.2.2.zip\";}i:37;a:2:{s:7:\"version\";s:5:\"2.2.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.2.3.zip\";}i:38;a:2:{s:7:\"version\";s:5:\"2.2.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.2.4.zip\";}i:39;a:2:{s:7:\"version\";s:5:\"2.3.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.3.0.zip\";}i:40;a:2:{s:7:\"version\";s:5:\"2.4.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.0.zip\";}i:41;a:2:{s:7:\"version\";s:5:\"2.4.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.1.zip\";}i:42;a:2:{s:7:\"version\";s:5:\"2.4.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.2.zip\";}i:43;a:2:{s:7:\"version\";s:5:\"2.4.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.3.zip\";}i:44;a:2:{s:7:\"version\";s:5:\"2.4.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.4.zip\";}i:45;a:2:{s:7:\"version\";s:5:\"2.4.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.5.zip\";}i:46;a:2:{s:7:\"version\";s:5:\"2.4.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.6.zip\";}i:47;a:2:{s:7:\"version\";s:5:\"2.4.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.4.7.zip\";}i:48;a:2:{s:7:\"version\";s:5:\"2.5.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.5.0.zip\";}i:49;a:2:{s:7:\"version\";s:5:\"2.5.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.5.1.zip\";}i:50;a:2:{s:7:\"version\";s:5:\"2.5.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.5.2.zip\";}i:51;a:2:{s:7:\"version\";s:5:\"2.5.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.5.3.zip\";}i:52;a:2:{s:7:\"version\";s:5:\"2.5.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.5.4.zip\";}i:53;a:2:{s:7:\"version\";s:5:\"2.6.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.0.zip\";}i:54;a:2:{s:7:\"version\";s:5:\"2.6.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.1.zip\";}i:55;a:2:{s:7:\"version\";s:5:\"2.6.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.2.zip\";}i:56;a:2:{s:7:\"version\";s:5:\"2.6.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.3.zip\";}i:57;a:2:{s:7:\"version\";s:5:\"2.6.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.4.zip\";}i:58;a:2:{s:7:\"version\";s:5:\"2.6.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.5.zip\";}i:59;a:2:{s:7:\"version\";s:5:\"2.6.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.6.zip\";}i:60;a:2:{s:7:\"version\";s:5:\"2.6.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.7.zip\";}i:61;a:2:{s:7:\"version\";s:5:\"2.6.8\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.8.zip\";}i:62;a:2:{s:7:\"version\";s:5:\"trunk\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.zip\";}}','no'),(2331073,'_site_transient_timeout_php_check_08739488dce43399db7dbb4d03e23287','1693502541','no'),(2331074,'_site_transient_php_check_08739488dce43399db7dbb4d03e23287','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(2331087,'_site_transient_timeout_browser_e97cc53626310f0234f084403e88f357','1693502935','no'),(2331088,'_site_transient_browser_e97cc53626310f0234f084403e88f357','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"116.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2331102,'_site_transient_timeout_browser_3b8d399b56fb9df5592b051fde36c903','1693504199','no'),(2331103,'_site_transient_browser_3b8d399b56fb9df5592b051fde36c903','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"115.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2331122,'cool_timeline_settings','a:31:{s:9:\"title_tag\";s:2:\"h2\";s:15:\"title_alignment\";s:6:\"center\";s:13:\"post_per_page\";s:2:\"30\";s:9:\"desc_type\";s:4:\"full\";s:12:\"posts_orders\";s:3:\"ASC\";s:19:\"timeline_background\";s:1:\"1\";s:17:\"timeline_bg_color\";s:7:\"#eaeaea\";s:16:\"content_bg_color\";s:7:\"#f9f9f9\";s:13:\"content_color\";s:7:\"#232323\";s:11:\"title_color\";s:4:\"#fff\";s:19:\"circle_border_color\";s:7:\"#222222\";s:10:\"line_color\";s:4:\"#000\";s:10:\"first_post\";s:7:\"#658723\";s:11:\"second_post\";s:7:\"#658723\";s:15:\"main_title_typo\";a:5:{s:9:\"font-size\";s:2:\"22\";s:11:\"font-family\";s:7:\"inherit\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"text-align\";s:6:\"center\";s:4:\"type\";s:6:\"google\";}s:15:\"post_title_typo\";a:5:{s:9:\"font-size\";s:2:\"14\";s:11:\"font-family\";s:6:\"Ubuntu\";s:11:\"font-weight\";s:4:\"bold\";s:4:\"type\";s:6:\"google\";s:14:\"text-transform\";s:10:\"capitalize\";}s:17:\"post_content_typo\";a:4:{s:9:\"font-size\";s:2:\"12\";s:11:\"font-family\";s:7:\"inherit\";s:11:\"font-weight\";s:6:\"normal\";s:4:\"type\";s:6:\"google\";}s:10:\"ctl_goback\";s:4:\"true\";s:14:\"ctl_goback_lbl\";s:7:\"Go Back\";s:16:\"slider_animation\";s:5:\"slide\";s:13:\"ctl_date_typo\";a:4:{s:9:\"font-size\";s:2:\"20\";s:11:\"font-family\";s:7:\"inherit\";s:11:\"font-weight\";s:6:\"normal\";s:4:\"type\";s:6:\"google\";}s:17:\"custom_date_color\";s:2:\"no\";s:14:\"ctl_date_color\";s:7:\"#000000\";s:13:\"custom_styles\";s:150:\" .tltext a {\r\n	color:#2997ab!important;\r\n}\r\n.tltext a:hover\r\n{\r\n	text-decoration:underline!important;\r\n}\r\n.content-title {\r\n	color:white!important;\r\n}\";s:15:\"timeline_header\";a:2:{s:10:\"title_text\";s:8:\"Timeline\";s:13:\"display_title\";s:3:\"yes\";}s:19:\"navigation_settings\";a:2:{s:17:\"enable_navigation\";s:3:\"yes\";s:19:\"navigation_position\";s:5:\"right\";}s:19:\"pagination_settings\";a:1:{s:17:\"enable_pagination\";s:3:\"yes\";}s:18:\"blog_post_settings\";a:1:{s:9:\"post_meta\";s:3:\"yes\";}s:19:\"story_date_settings\";a:3:{s:14:\"disable_months\";s:2:\"no\";s:16:\"ctl_date_formats\";s:6:\"F j, Y\";s:17:\"custom_date_style\";s:2:\"no\";}s:22:\"story_content_settings\";a:3:{s:14:\"content_length\";s:3:\"500\";s:16:\"display_readmore\";s:3:\"yes\";s:13:\"read_more_lbl\";s:4:\"More\";}s:20:\"story_media_settings\";a:3:{s:14:\"stories_images\";s:5:\"popup\";s:13:\"ctl_slideshow\";s:4:\"true\";s:15:\"animation_speed\";s:4:\"5000\";}}','yes'),(2331123,'ctl-migrated-content','yes','yes'),(2331125,'ctp_license_registration','','yes'),(2331126,'ctl-pro-postmeta-migration','done','yes'),(2331127,'ctl-postmeta-migration','done','yes'),(2331128,'ctl_settings_migration_status','done','yes'),(2331133,'_site_transient_timeout_php_check_1b53f90613361c78b76704d2dcbe48aa','1693506619','no'),(2331134,'_site_transient_php_check_1b53f90613361c78b76704d2dcbe48aa','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(2331137,'_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:57:\"https://downloads.wordpress.org/release/wordpress-6.3.zip\";s:6:\"locale\";s:2:\"en\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.3.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.3-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.3\";s:7:\"version\";s:3:\"6.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.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1693025636;s:15:\"version_checked\";s:3:\"6.3\";s:12:\"translations\";a:0:{}}','no'),(2331139,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1693025637;s:7:\"checked\";a:2:{s:12:\"enfold-child\";s:3:\"1.0\";s:6:\"enfold\";s:7:\"4.9.2.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(2331140,'can_compress_scripts','1','yes'),(2331190,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1693025637;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{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:3:\"5.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.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:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:30:\"conveythis-translate/index.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/conveythis-translate\";s:4:\"slug\";s:20:\"conveythis-translate\";s:6:\"plugin\";s:30:\"conveythis-translate/index.php\";s:11:\"new_version\";s:3:\"170\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/conveythis-translate/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/conveythis-translate.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/conveythis-translate/assets/icon-256x256.gif?rev=2929299\";s:2:\"1x\";s:73:\"https://ps.w.org/conveythis-translate/assets/icon-128x128.gif?rev=2929304\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/conveythis-translate/assets/banner-1544x500.png?rev=2958485\";s:2:\"1x\";s:75:\"https://ps.w.org/conveythis-translate/assets/banner-772x250.png?rev=2958485\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:31:\"exclude-pages/exclude_pages.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/exclude-pages\";s:4:\"slug\";s:13:\"exclude-pages\";s:6:\"plugin\";s:31:\"exclude-pages/exclude_pages.php\";s:11:\"new_version\";s:4:\"1.92\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/exclude-pages/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/exclude-pages.1.92.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:57:\"https://s.w.org/plugins/geopattern-icon/exclude-pages.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"2.2.3\";}s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/wp-maintenance-mode\";s:4:\"slug\";s:19:\"wp-maintenance-mode\";s:6:\"plugin\";s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";s:11:\"new_version\";s:5:\"2.6.8\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/wp-maintenance-mode/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/wp-maintenance-mode.2.6.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.gif?rev=2926396\";s:2:\"1x\";s:72:\"https://ps.w.org/wp-maintenance-mode/assets/icon-128x128.gif?rev=2926407\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/wp-maintenance-mode/assets/banner-1544x500.png?rev=2809498\";s:2:\"1x\";s:74:\"https://ps.w.org/wp-maintenance-mode/assets/banner-772-250.png?rev=2809498\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:29:\"rootspersona/rootspersona.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/rootspersona\";s:4:\"slug\";s:12:\"rootspersona\";s:6:\"plugin\";s:29:\"rootspersona/rootspersona.php\";s:11:\"new_version\";s:5:\"3.7.5\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/rootspersona/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/rootspersona.3.7.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/rootspersona/assets/icon-256x256.png?rev=2690467\";s:2:\"1x\";s:65:\"https://ps.w.org/rootspersona/assets/icon-128x128.png?rev=2690467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/rootspersona/assets/banner-1544x500.png?rev=2690467\";s:2:\"1x\";s:67:\"https://ps.w.org/rootspersona/assets/banner-772x250.png?rev=2690467\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/shortcodes-ultimate\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:6:\"plugin\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:11:\"new_version\";s:6:\"5.13.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/shortcodes-ultimate/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/shortcodes-ultimate.5.13.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563\";s:2:\"1x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-128x128.gif?rev=2547563\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/shortcodes-ultimate/assets/banner-1544x500.jpg?rev=1760590\";s:2:\"1x\";s:74:\"https://ps.w.org/shortcodes-ultimate/assets/banner-772x250.jpg?rev=1760590\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}}s:7:\"checked\";a:9:{s:19:\"akismet/akismet.php\";s:3:\"5.2\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.3\";s:30:\"conveythis-translate/index.php\";s:3:\"170\";s:39:\"cool-timeline-pro/cool-timeline-pro.php\";s:5:\"4.4.4\";s:31:\"exclude-pages/exclude_pages.php\";s:4:\"1.92\";s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";s:5:\"2.6.8\";s:29:\"rootspersona/rootspersona.php\";s:5:\"3.7.5\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:6:\"5.13.2\";s:57:\"xyz-wp-insert-code-snippet/xyz-wp-insert-code-snippet.php\";s:3:\"1.4\";}}','no'),(2331239,'_transient_timeout_tsk_attachment_count','1693093326','no'),(2331240,'_transient_tsk_attachment_count','51','no'),(2331241,'_transient_timeout_wp_maintenance_mode_all_languages','1693612132','no'),(2331242,'_transient_wp_maintenance_mode_all_languages','a:1:{s:12:\"translations\";a:31:{i:0;a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:31\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}}i:1;a:7:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:37\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}}i:2;a:7:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:55\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:95:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}}i:3;a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:53\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}}i:4;a:7:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-04-13 15:18:08\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:93:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}}i:5;a:7:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:54\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}}i:6;a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:42\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}}i:7;a:7:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:43\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}}i:8;a:7:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:44\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}}i:9;a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:45\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}}i:10;a:7:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:44\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}}i:11;a:7:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:24:32\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}}i:12;a:7:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:24:35\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}}i:13;a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-03-31 11:04:38\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}}i:14;a:7:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:24:31\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}}i:15;a:7:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:24:30\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}}i:16;a:7:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-05-04 08:39:09\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}}i:17;a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:51\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}}i:18;a:7:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-07-01 11:07:48\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}}i:19;a:7:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:23:36\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}}i:20;a:7:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:24:00\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}}i:21;a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:24:03\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}}i:22;a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-05-31 08:41:15\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}}i:23;a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-07-31 13:34:53\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}}i:24;a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-03-31 10:42:51\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}}i:25;a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:24:19\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}}i:26;a:7:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-08-12 19:59:23\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}}i:27;a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-07-20 09:50:47\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}}i:28;a:7:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-24 12:24:26\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}}i:29;a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-02-27 17:04:52\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}}i:30;a:7:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"2.6.8\";s:7:\"updated\";s:19:\"2023-03-31 19:04:14\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/wp-maintenance-mode/2.6.8/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}}}}','no'),(2331253,'_site_transient_timeout_available_translations','1693034228','no'),(2331254,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.5/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-06-18 08:25:23\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-05 08:49:59\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.23/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-06-23 11:21:55\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-24 08:33:35\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-15 13:01:35\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-21 11:59:07\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-05 14:06:30\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-19 15:27:26\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-08 09:49:50\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-08 09:52:35\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.3/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-20 15:13:11\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.3/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-20 15:19:10\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-18 08:19:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-23 09:21:40\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-08 16:08:07\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-13 12:52:17\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-03 07:13:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-03 07:25:21\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-18 06:22:52\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-05-17 04:31:21\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-26 01:50:26\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-09 16:14:38\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-04 16:53:05\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-14 22:16:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.13/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.18\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.18/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-13 17:52:55\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-11 02:48:56\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-05-24 16:21:45\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-21 15:50:53\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-25 15:24:22\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-03 16:30:48\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-10 17:08:26\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-23 07:18:56\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-22 18:15:33\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-09 07:20:47\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.30\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.30/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-28 22:06:16\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-17 18:41:36\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-10 07:55:29\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-22 09:25:05\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-18 14:34:17\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-24 17:16:15\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-07 01:15:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2023-05-19 07:40:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.18\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.18/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.3/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-04 06:07:20\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-09 00:11:15\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.3/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-18 17:02:03\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.3/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-08 18:51:09\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-03 01:58:55\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.12\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.12/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.35\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.35/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-19 21:47:18\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-25 08:55:15\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-11 10:41:58\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-21 08:48:39\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-17 07:09:13\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.3/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-02 09:00:40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.31\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.31/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-23 18:57:54\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/6.3/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-21 12:17:05\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-23 18:55:37\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-25 19:53:18\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-24 15:51:54\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-20 14:55:02\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.13/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-17 07:24:11\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-13 11:41:50\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.3/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-08 12:29:02\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-19 10:40:17\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.3/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-11 16:00:32\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.15\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.15/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.35\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.35/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.7/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.22/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-19 20:18:40\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2023-03-04 10:46:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.13/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-15 15:30:50\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-03 18:38:05\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"6.3\";s:7:\"updated\";s:19:\"2023-08-17 14:06:22\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(2331258,'_site_transient_timeout_theme_roots','1693027437','no'),(2331259,'_site_transient_theme_roots','a:2:{s:12:\"enfold-child\";s:7:\"/themes\";s:6:\"enfold\";s:7:\"/themes\";}','no'),(2331276,'_transient_timeout_tsk_posts_count','1693131932','no'),(2331277,'_transient_tsk_posts_count','a:2:{s:11:\"total_posts\";i:6;s:9:\"old_posts\";i:6;}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_popover_ip_cache`
--

DROP TABLE IF EXISTS `wp_popover_ip_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_popover_ip_cache` (
  `IP` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `country` varchar(2) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `cached` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`IP`),
  KEY `cached` (`cached`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_popover_ip_cache`
--

LOCK TABLES `wp_popover_ip_cache` WRITE;
/*!40000 ALTER TABLE `wp_popover_ip_cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_popover_ip_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=13191 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (2,4,'_wp_attached_file','2018/10/valerio_anzino_circa_1862.jpg'),(3,4,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:677;s:6:\"height\";i:1121;s:4:\"file\";s:37:\"2018/10/valerio_anzino_circa_1862.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"valerio_anzino_circa_1862-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"valerio_anzino_circa_1862-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"valerio_anzino_circa_1862-618x1024.jpg\";s:5:\"width\";i:618;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:37:\"valerio_anzino_circa_1862-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6,1,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(7,2,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(8,1,'_av_el_mgr_version','1.0'),(9,1,'_av_alb_element_mgr_version','1.0.1'),(10,2,'_av_el_mgr_version','1.0'),(11,2,'_av_alb_element_mgr_version','1.0.1'),(14,12,'_edit_last','1'),(15,12,'_edit_lock','1663613952:1'),(16,12,'_aviaLayoutBuilder_active','active'),(17,12,'_avia_sc_parser_state','check_only'),(19,14,'_aviaLayoutBuilder_active',''),(20,14,'_aviaLayoutBuilderCleanData',''),(21,14,'_avia_builder_shortcode_tree','a:0:{}'),(22,12,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piemonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31, 1899 edition.\r\n<p class=\"newspaper-font\" style=\"text-align: left; font-size: 1.2em;\"><em>\"Monsignor Anzino was the best known and most popular ecclesiastic in Italy, and his\r\nreputation for piety, tact, and diplomatic talents has made his name familiar at every European Court.\"</em>\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg-2\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg-1\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(23,12,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(24,12,'_av_el_mgr_version','1.0'),(25,12,'_av_alb_posts_elements_state','a:6:{s:9:\"av_button\";b:1;s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:8:\"av_image\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(26,12,'layout','fullsize'),(27,12,'sidebar',''),(28,12,'footer',''),(29,12,'header_title_bar',''),(30,12,'header_transparency',''),(31,12,'_avia_hide_featured_image','0'),(34,17,'_wp_attached_file','2018/10/valerio_anzino-circa-1885.jpg'),(35,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1197;s:6:\"height\";i:1772;s:4:\"file\";s:37:\"2018/10/valerio_anzino-circa-1885.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"valerio_anzino-circa-1885-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"valerio_anzino-circa-1885-768x1137.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"valerio_anzino-circa-1885-696x1030.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:35:\"valerio_anzino-circa-1885-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:38:\"valerio_anzino-circa-1885-1197x430.jpg\";s:5:\"width\";i:1197;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:38:\"valerio_anzino-circa-1885-1197x630.jpg\";s:5:\"width\";i:1197;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:39:\"valerio_anzino-circa-1885-1013x1500.jpg\";s:5:\"width\";i:1013;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-476x705.jpg\";s:5:\"width\";i:476;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:38:\"valerio_anzino-circa-1885-1197x423.jpg\";s:5:\"width\";i:1197;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-450x666.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(36,18,'_aviaLayoutBuilder_active','active'),(37,18,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1jd54\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-181x300.jpg\' attachment=\'4\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnihzxpb\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-ssi8\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885-203x300.jpg\' attachment=\'17\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnii0mtf\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(38,18,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(39,19,'_wp_attached_file','2018/10/logo-340.jpg'),(40,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:296;s:4:\"file\";s:20:\"2018/10/logo-340.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-340-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"logo-340-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"logo-340-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"logo-340-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"logo-340-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-340-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540081188\";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:{}}}'),(43,24,'_edit_last','1'),(44,24,'_edit_lock','1540268153:1'),(45,24,'_aviaLayoutBuilder_active','active'),(46,24,'_avia_sc_parser_state','check_only'),(47,24,'_wp_page_template','default'),(48,25,'_aviaLayoutBuilder_active',''),(49,25,'_aviaLayoutBuilderCleanData',''),(50,25,'_avia_builder_shortcode_tree','a:0:{}'),(51,24,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1f6os\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885-203x300.jpg\' attachment=\'17\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnijsi1l\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11pkw\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnijw8b8\' admin_preview_bg=\'\']\r\n<p style=\"font-weight:bold;font-size:1.2em;\">UNDER DEVELOPMENT</p>\r\n\r\nThis website is under development and should be live by November 10 2018. The website chronicles the life of Valerio Benvenuto Anzino, who was born in Fubine, Italy in 1832 , and who died in Roma, Italy in 1899. Valerio was Chief Chaplain, ( a role similar to Chief of Staff), to the first 2 kings of a unified Italy, Vittorio Emmanuel II and his son Umberto I. Valerio spent the last 30 years of his life unsuccessfully trying to broker a formal peace treaty between the Vatican and the Italian government.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(52,24,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(53,24,'_av_el_mgr_version','1.0'),(54,24,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(55,24,'layout',''),(56,24,'sidebar',''),(57,24,'footer',''),(58,24,'header_title_bar',''),(59,24,'header_transparency',''),(60,24,'_avia_hide_featured_image','0'),(61,27,'_aviaLayoutBuilder_active','active'),(62,27,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1f6os\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885-203x300.jpg\' attachment=\'17\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnijsi1l\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11pkw\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnijw8b8\' admin_preview_bg=\'\']\r\nThis website is under development and should be live by November 10 2018. The website chronicles the life of Valerio Benvenuto Anzino, who was born in Fubine, Italy in 1832 , and who died in Roma, Italy in 1899.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(63,27,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(64,28,'_wp_attached_file','2018/10/valerio_anzino_oil_painting_logo-340.jpg'),(65,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:348;s:4:\"file\";s:48:\"2018/10/valerio_anzino_oil_painting_logo-340.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"valerio_anzino_oil_painting_logo-340-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_logo-340-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"valerio_anzino_oil_painting_logo-340-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_logo-340-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_logo-340-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_logo-340-340x321.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_logo-340-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(68,30,'_wp_attached_file','2018/10/new-logo2-350.jpg'),(69,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:145;s:4:\"file\";s:25:\"2018/10/new-logo2-350.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-logo2-350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"new-logo2-350-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"new-logo2-350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"new-logo2-350-180x145.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"new-logo2-350-260x145.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"new-logo2-350-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(72,32,'_aviaLayoutBuilder_active','active'),(73,32,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Benvenuto Anzino was born in the Piedmonte town of Fubine, Italy on September 6 1832. At the age of 15 he was appointed by Vittorio Emanuelle II, then King of Sardinia, to a position working with Valerio\'s uncle,\r\n\r\nMonsignore Giuseppe Anzino, in helping the poor in Torino. Valerio , being very intelligent and ambitious, soon was promoted to positions with greater responsibilities. At the age of 18 he was tutoring the Princes of the House of Savoy in religion and philosophy. He wrote his first book at the age of  (placeholder). The book was about Vittorio Emmanuel II\'s brother Prince Oddone.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-181x300.jpg\' attachment=\'4\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(74,32,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(75,33,'_aviaLayoutBuilder_active','active'),(76,33,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Benvenuto Anzino was born in the Piedmonte town of Fubine, Italy on September 6 1832. At the age of 15 he was appointed by Vittorio Emanuelle II, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignore Giuseppe Anzino, in helping the poor in Torino. Valerio , being very intelligent and ambitious, soon was promoted to positions with greater responsibilities. At the age of 18 he was tutoring the Princes of the House of Savoy in religion and philosophy. He wrote his first book at the age of  (placeholder). The book was about Vittorio Emmanuel II\'s brother Prince Oddone.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-181x300.jpg\' attachment=\'4\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(77,33,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(78,34,'_aviaLayoutBuilder_active','active'),(79,34,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Benvenuto Anzino was born in the Piedmonte town of Fubine, Italy on September 6 1832. He wrote his first book at the age of  14 about Vittorio Emmanuel II\'s brother Prince Oddone, duca di Monferrato. At the age of 15 he was appointed by Vittorio Emanuelle II, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignore Giuseppe Anzino, in helping the poor in Torino. Valerio , being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the Princes of the House of Savoy in religion and philosophy.  Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King in (placeholder). Valerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying to broker a formal peace treaty between the Vatican and the Italian government. He died on March 5 1899 in Roma. His funeral was attended by King Umberto II, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-181x300.jpg\' attachment=\'4\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(80,34,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(81,35,'_aviaLayoutBuilder_active','active'),(82,35,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of Fubine, Italy on September 6 1832. He wrote his first book at the age of  14 about Vittorio Emmanuel II\'s brother Prince Oddone, duca di Monferrato. At the age of 15 he was appointed by Vittorio Emanuelle II, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignore Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the Princes of the House of Savoy in religion and philosophy.  Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King circa 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. He died on March 5 1899 in Roma. His funeral was attended by King Umberto II, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(83,35,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(84,36,'_aviaLayoutBuilder_active','active'),(85,36,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of Fubine, Italy on September 6 1832. He wrote his first book at the age of  14 about Vittorio Emmanuel II\'s brother Prince Oddone, duca di Monferrato. At the age of 15 he was appointed by Vittorio Emanuelle II, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignore Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the Princes of the House of Savoy in religion and philosophy.  Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King circa 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. He died on March 5 1899 in Roma and his funeral was attended by King Umberto I, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(86,36,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(87,37,'_edit_last','1'),(88,37,'_aviaLayoutBuilder_active','active'),(89,37,'_avia_sc_parser_state','check_only'),(90,37,'_wp_page_template','default'),(91,38,'_aviaLayoutBuilder_active',''),(92,38,'_aviaLayoutBuilderCleanData',''),(93,38,'_avia_builder_shortcode_tree','a:0:{}'),(94,37,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjimwj9\' admin_preview_bg=\'\']\r\nThe photographs in this gallery were sourced from descendents of Valerio Anzino\'s great grandparents Giuseppe Sala  and Girolama Mandelli. Giuseppe and Girolama lived in Fubine, Italy from the mid 1700\'s until their death in the early 1800\'s.\r\n[/av_textblock]\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61,113,109,5550,5549,56,5611,57,54\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'shop_thumbnail\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'deactivate_avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(95,37,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(96,37,'layout',''),(97,37,'sidebar',''),(98,37,'footer',''),(99,37,'header_title_bar',''),(100,37,'header_transparency',''),(101,37,'_avia_hide_featured_image','0'),(102,37,'_edit_lock','1541285585:1'),(119,41,'_edit_last','1'),(120,41,'_aviaLayoutBuilder_active','active'),(121,41,'_avia_sc_parser_state','check_only'),(123,42,'_aviaLayoutBuilder_active',''),(124,42,'_aviaLayoutBuilderCleanData',''),(125,42,'_avia_builder_shortcode_tree','a:0:{}'),(126,41,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825. (Note: Angela (Anzino) Gotta #13, is the great great grandmother of the website\'s author)\r\n[/av_textblock]\r\n\r\n[/av_section][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' attachment=\'7837\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23vfp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">14.</span><a href=\"/rootspersona-tree-2/rossi-carlotta-felicita-maria/\">Valerio\'s Grand Niece - Carlotta Rossi</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3vp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh-2\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">15.</span><a href=\"/rootspersona-tree-2/rossi-angiolina-giuseppina-domenica-lily/\">Valerio\'s Grand Niece - Lily Rossi</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lux\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh-1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">16.</span><a href=\"/rootspersona-tree-2/anzino-maddalena/\">Valerio\'s Grand Niece - Maddalena Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(127,41,'_avia_builder_shortcode_tree','a:18:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:15;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:16;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:34;}}s:5:\"index\";i:33;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:35;}}'),(128,41,'layout','fullsize'),(129,41,'sidebar',''),(130,41,'footer',''),(131,41,'header_title_bar',''),(132,41,'header_transparency',''),(133,41,'_avia_hide_featured_image','0'),(134,41,'_edit_lock','1663614161:1'),(135,2,'_edit_lock','1663613891:1'),(136,2,'_edit_last','1'),(137,2,'_aviaLayoutBuilder_active','active'),(138,2,'_avia_sc_parser_state','check_only'),(139,44,'_aviaLayoutBuilder_active',''),(140,44,'_aviaLayoutBuilderCleanData','This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through Ancestry.com, FamilySearch.org, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.'),(141,44,'_avia_builder_shortcode_tree','a:0:{}'),(142,2,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<h2>Photo in a Shoebox</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (<a href=\"/about-the-author/\">Tom Marchisa</a>), of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela (Anzino) Gotta</a>. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine Lombardi, Tom\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online\r\n\r\n[caption id=\"attachment_52\" align=\"alignleft\" width=\"772\"]<a href=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\"><img class=\"size-full wp-image-52\" src=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\" alt=\"Wedding of Vittorio Emmanuel III 1896\" width=\"772\" height=\"524\" /></a> Wedding of Vittorio Emmanuel III 1896[/caption]\r\n\r\nphoto of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, Tom and Lorraine knew for sure who the person in the photo was. They now searched for \"Valerio Anzino\" which produced lists of scattered documents and newspaper clippings about the Monsignor. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, Tom made two trips to Italy. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura Santoro Ragaini), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri Silvestri), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7a55lv\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"450\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img class=\"size-large wp-image-6310\" src=\"/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"Valerio Anzino circa 1898\" width=\"450\" /></a> <span style=\"font-weight: bold;font-size:1.2em;\">Photo in a Shoebox</span><br />Valerio Anzino circa 1898</span>[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(143,2,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(144,2,'layout','fullsize'),(145,2,'sidebar',''),(146,2,'footer',''),(147,2,'header_title_bar',''),(148,2,'header_transparency',''),(149,2,'_avia_hide_featured_image','0'),(150,46,'_aviaLayoutBuilder_active','active'),(151,46,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_gallery ids=\'4,17,28\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'portfolio\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(152,46,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(153,37,'_av_el_mgr_version','1.0'),(154,37,'_av_alb_posts_elements_state','a:3:{s:10:\"av_gallery\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_textblock\";b:1;}'),(155,47,'_aviaLayoutBuilder_active','active'),(156,47,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_gallery ids=\'4,17,28\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'no scaling\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(157,47,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(158,48,'_aviaLayoutBuilder_active','active'),(159,48,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_gallery ids=\'4,28,17\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'no scaling\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(160,48,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(163,50,'_wp_attached_file','2018/10/giuseppe_anzino-w-royals-of-savoy.jpg'),(164,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:937;s:6:\"height\";i:793;s:4:\"file\";s:45:\"2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"giuseppe_anzino-w-royals-of-savoy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:43:\"giuseppe_anzino-w-royals-of-savoy-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-937x430.jpg\";s:5:\"width\";i:937;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-937x630.jpg\";s:5:\"width\";i:937;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-705x597.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-937x423.jpg\";s:5:\"width\";i:937;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-450x381.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,51,'_wp_attached_file','2018/10/monsignore-valerio-anzino-circa-1875.jpg'),(166,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2079;s:6:\"height\";i:1484;s:4:\"file\";s:48:\"2018/10/monsignore-valerio-anzino-circa-1875.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"monsignore-valerio-anzino-circa-1875-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"monsignore-valerio-anzino-circa-1875-1030x735.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"monsignore-valerio-anzino-circa-1875-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"monsignore-valerio-anzino-circa-1875-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"monsignore-valerio-anzino-circa-1875-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:50:\"monsignore-valerio-anzino-circa-1875-1500x1071.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1071;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-705x503.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"monsignore-valerio-anzino-circa-1875-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-450x321.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(167,52,'_wp_attached_file','2018/10/Photo-Anzino-at-wedding.png'),(168,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:772;s:6:\"height\";i:524;s:4:\"file\";s:35:\"2018/10/Photo-Anzino-at-wedding.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Photo-Anzino-at-wedding-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-768x521.png\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"Photo-Anzino-at-wedding-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-772x430.png\";s:5:\"width\";i:772;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-705x479.png\";s:5:\"width\";i:705;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-772x321.png\";s:5:\"width\";i:772;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-772x423.png\";s:5:\"width\";i:772;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-450x305.png\";s:5:\"width\";i:450;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175,56,'_wp_attached_file','2018/10/giuseppina_anzino_circa_1895.jpg'),(176,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3510;s:6:\"height\";i:2552;s:4:\"file\";s:40:\"2018/10/giuseppina_anzino_circa_1895.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"giuseppina_anzino_circa_1895-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"giuseppina_anzino_circa_1895-1030x749.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:749;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"giuseppina_anzino_circa_1895-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"giuseppina_anzino_circa_1895-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"giuseppina_anzino_circa_1895-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1500x1091.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1091;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-705x513.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"giuseppina_anzino_circa_1895-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-450x327.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(177,57,'_wp_attached_file','2018/10/nicola-anzino-circa_1920s.jpg'),(178,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:1767;s:4:\"file\";s:37:\"2018/10/nicola-anzino-circa_1920s.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"nicola-anzino-circa_1920s-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"nicola-anzino-circa_1920s-768x1141.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"nicola-anzino-circa_1920s-693x1030.jpg\";s:5:\"width\";i:693;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:35:\"nicola-anzino-circa_1920s-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:38:\"nicola-anzino-circa_1920s-1189x430.jpg\";s:5:\"width\";i:1189;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:38:\"nicola-anzino-circa_1920s-1189x630.jpg\";s:5:\"width\";i:1189;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:39:\"nicola-anzino-circa_1920s-1009x1500.jpg\";s:5:\"width\";i:1009;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-474x705.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:38:\"nicola-anzino-circa_1920s-1189x423.jpg\";s:5:\"width\";i:1189;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-450x669.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(179,58,'_wp_attached_file','2018/10/valerio_anzino_1896.jpeg'),(180,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4025;s:6:\"height\";i:4355;s:4:\"file\";s:32:\"2018/10/valerio_anzino_1896.jpeg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"valerio_anzino_1896-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-277x300.jpeg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-768x831.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"valerio_anzino_1896-952x1030.jpeg\";s:5:\"width\";i:952;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"valerio_anzino_1896-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"valerio_anzino_1896-1500x430.jpeg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"valerio_anzino_1896-1500x630.jpeg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:34:\"valerio_anzino_1896-1386x1500.jpeg\";s:5:\"width\";i:1386;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-495x400.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-845x684.jpeg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-710x375.jpeg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-652x705.jpeg\";s:5:\"width\";i:652;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-845x321.jpeg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"valerio_anzino_1896-1210x423.jpeg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-120x120.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-450x450.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-450x487.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(181,59,'_wp_attached_file','2018/10/valerio_anzino_oil_painting_circa_1890.jpg'),(182,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1588;s:6:\"height\";i:1924;s:4:\"file\";s:50:\"2018/10/valerio_anzino_oil_painting_circa_1890.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_circa_1890-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-768x930.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:930;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"valerio_anzino_oil_painting_circa_1890-850x1030.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_circa_1890-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:51:\"valerio_anzino_oil_painting_circa_1890-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:51:\"valerio_anzino_oil_painting_circa_1890-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:52:\"valerio_anzino_oil_painting_circa_1890-1238x1500.jpg\";s:5:\"width\";i:1238;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-582x705.jpg\";s:5:\"width\";i:582;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:51:\"valerio_anzino_oil_painting_circa_1890-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-450x545.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498066257\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.090909090909091\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(183,60,'_aviaLayoutBuilder_active','active'),(184,60,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_gallery ids=\'4,28,53,17,59,58\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'no scaling\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(185,60,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(186,61,'_wp_attached_file','2018/10/valerio-anzino.jpg'),(187,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1843;s:4:\"file\";s:26:\"2018/10/valerio-anzino.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"valerio-anzino-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-167x300.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-768x1382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-572x1030.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"valerio-anzino-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-833x1500.jpg\";s:5:\"width\";i:833;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-392x705.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-450x810.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:42:\"Confessor to the pope from Marchisa family\";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:42:\"Confessor to the pope from Marchisa family\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(188,62,'_aviaLayoutBuilder_active','active'),(189,62,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_gallery ids=\'4,28,53,17,59,58,61\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'no scaling\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(190,62,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(191,63,'_aviaLayoutBuilder_active','active'),(192,63,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'no scaling\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(193,63,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(194,64,'_aviaLayoutBuilder_active','active'),(195,64,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjimwj9\' admin_preview_bg=\'\']\r\nThe photographs in this gallery were sourced from descendents of Valerio Anzino\'s great grandparents Giuseppe Sala  and Girolama Mandelli. Giuseppe and Girolama lived in Fubine, Italy from the mid 1700\'s until their death in the early 1800\'s.\r\n[/av_textblock]\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'no scaling\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(196,64,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(197,65,'_aviaLayoutBuilder_active',''),(198,65,'_aviaLayoutBuilderCleanData','This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded <a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino.jpg\">photograph</a> that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through Ancestry.com, FamilySearch.org, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.'),(199,65,'_avia_builder_shortcode_tree','a:0:{}'),(200,66,'_aviaLayoutBuilder_active',''),(201,66,'_aviaLayoutBuilderCleanData','This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded <a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" target=\"_blank\">photograph</a> that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through Ancestry.com, FamilySearch.org, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.'),(202,66,'_avia_builder_shortcode_tree','a:0:{}'),(203,67,'_edit_last','1'),(204,67,'_aviaLayoutBuilder_active','active'),(205,67,'_avia_sc_parser_state','check_only'),(207,68,'_aviaLayoutBuilder_active',''),(208,68,'_aviaLayoutBuilderCleanData',''),(209,68,'_avia_builder_shortcode_tree','a:0:{}'),(210,67,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1b343\']\r\n\r\n[av_contact email=\'valerioanzino@gmail.com\' title=\'Send the author an email with your questions about the website\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'Message from Valerio Anzino website\' autorespond=\'Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.\' captcha=\'\' form_align=\'\' color=\'\' av_uid=\'av-jnjugjar\' custom_class=\'\' admin_preview_bg=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2nfrz\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2dci7\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-1olav\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-138pf\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-127z7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7bfi8w\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7157\" align=\"alignleft\" width=\"1200\"]<a href=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\"><img src=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\" alt=\"Pope Pius IX and Vittorio Emmanuel II\" width=\"1200\" height=\"908\" class=\"size-full wp-image-7157\" /></a><span style=\"font-weight:bold;font-size:1.2em;\"> Pope Pius IX and Vittorio Emmanuel II</span>[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(211,67,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(212,67,'layout','fullsize'),(213,67,'sidebar',''),(214,67,'footer',''),(215,67,'header_title_bar',''),(216,67,'header_transparency',''),(217,67,'_avia_hide_featured_image','0'),(218,67,'_edit_lock','1663614081:1'),(219,67,'_av_el_mgr_version','1.0'),(220,67,'_av_alb_posts_elements_state','a:5:{s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:10:\"av_contact\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;}'),(221,41,'_av_el_mgr_version','1.0'),(222,41,'_av_alb_posts_elements_state','a:5:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(223,70,'_wp_attached_file','2018/10/anzino-family-tree.jpg'),(224,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2668;s:6:\"height\";i:1052;s:4:\"file\";s:30:\"2018/10/anzino-family-tree.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"anzino-family-tree-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-768x303.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree-1030x406.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"anzino-family-tree-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree-1500x591.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-705x278.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-450x177.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540141254\";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:{}}}'),(225,71,'_aviaLayoutBuilder_active','active'),(226,71,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjjjtm9\' admin_preview_bg=\'\']\r\nMany resources were used in building the Anzino branches of the family tree. The tree is hosted in Ancestry.com. The photograph below is just a small screenprint of the larger tree. Anzino\'s were researched in Fubine, Italy back into the late 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qevp\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree-1030x406.jpg\' attachment=\'70\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjjgy1w\' admin_preview_bg=\'\']\r\nBranches of the Ancestry.com family tree surrounding Valerio\'s immediate family\r\n[/av_image]\r\n\r\n[/av_one_full]'),(227,71,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}'),(228,72,'_aviaLayoutBuilder_active',''),(229,72,'_aviaLayoutBuilderCleanData','This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded <a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" target=\"_blank\" rel=\"noopener\">photograph</a> that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.'),(230,72,'_avia_builder_shortcode_tree','a:0:{}'),(231,73,'_aviaLayoutBuilder_active',''),(232,73,'_aviaLayoutBuilderCleanData','This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded <a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" target=\"_blank\" rel=\"noopener\">photograph</a> that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n\r\n[caption id=\"attachment_61\" align=\"alignnone\" width=\"80\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-80x80.jpg\" alt=\"\" width=\"80\" height=\"80\" class=\"size-thumbnail wp-image-61\" /></a> Valerio in the 1890\'s[/caption]'),(233,73,'_avia_builder_shortcode_tree','a:0:{}'),(234,74,'_aviaLayoutBuilder_active',''),(235,74,'_aviaLayoutBuilderCleanData','This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded <a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" target=\"_blank\" rel=\"noopener\">photograph</a><a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-80x80.jpg\" alt=\"\" width=\"80\" height=\"80\" class=\"size-thumbnail wp-image-61\" /></a> that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n'),(236,74,'_avia_builder_shortcode_tree','a:0:{}'),(237,75,'_aviaLayoutBuilder_active','active'),(238,75,'_aviaLayoutBuilderCleanData',''),(239,75,'_avia_builder_shortcode_tree','a:0:{}'),(242,76,'_aviaLayoutBuilder_active','active'),(243,76,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjk2ui4\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found in Fubine dating back to the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree-80x80.jpg\' attachment=\'70\' attachment_size=\'thumbnail\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full]'),(244,76,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}'),(245,77,'_aviaLayoutBuilder_active','active'),(246,77,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjk2ui4\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found in Fubine dating back to the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree-1030x406.jpg\' attachment=\'70\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full]'),(247,77,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}'),(248,78,'_aviaLayoutBuilder_active','active'),(249,78,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjk2ui4\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found in Fubine dating back to the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree-1030x406.jpg\' attachment=\'70\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full]'),(250,78,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}'),(251,79,'_aviaLayoutBuilder_active','active'),(252,79,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjk2ui4\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found in Fubine dating back to the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full]'),(253,79,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}'),(254,80,'_edit_last','1'),(255,80,'_aviaLayoutBuilder_active','active'),(256,80,'_avia_sc_parser_state','check_only'),(258,81,'_aviaLayoutBuilder_active',''),(259,81,'_aviaLayoutBuilderCleanData',''),(260,81,'_avia_builder_shortcode_tree','a:0:{}'),(261,80,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/wp-content/uploads/2022/04/fubine-map.jpg\" rel=\"lightbox\"><img class=\"alignleft\" style=\"float: left;\" src=\"/wp-content/uploads/2022/04/fubine-map.jpg\" alt=\"\" width=\"200\" /></a>Fubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-l2hx9ack\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/wp-content/uploads/2018/10/fubine-street.jpg\" rel=\"lightbox\"><img class=\"alignleft size-large wp-image-7876\" src=\"/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\" alt=\"\" width=\"500\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(262,80,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(263,80,'layout','fullsize'),(264,80,'sidebar',''),(265,80,'footer',''),(266,80,'header_title_bar',''),(267,80,'header_transparency',''),(268,80,'_avia_hide_featured_image','0'),(269,80,'_edit_lock','1663613997:1'),(270,83,'_aviaLayoutBuilder_active','active'),(271,83,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-szfc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjmuwri\' admin_preview_bg=\'\']\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\">Fubine, Italy</a>\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(272,83,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(273,80,'_av_el_mgr_version','1.0'),(274,80,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(275,84,'_aviaLayoutBuilder_active','active'),(276,84,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-szfc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjmuwri\' admin_preview_bg=\'\']\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\">Fubine, Italy</a>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\n<a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\">Fubine, Italy map</a> is the town where Valerio Anzino was born. Valerio was born to Giovanni Anzino , (born 1807 Fubine), and Ippolita Lusanna, (born 1810 Altavilla, Italy). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\">Fubine\'s </a>current population is around 1,600\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\'][/av_one_half]\r\n\r\n'),(277,84,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}'),(278,85,'_aviaLayoutBuilder_active','active'),(279,85,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a>  where Valerio Anzino was born. Valerio was born to Giovanni Anzino , (born 1807 Fubine), and Ippolita Lusanna, (born 1810 Altavilla, Italy). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\'][/av_one_half]\r\n\r\n'),(280,85,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}'),(281,86,'_wp_attached_file','2018/10/fubine-street.jpg'),(282,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:3069;s:4:\"file\";s:25:\"2018/10/fubine-street.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fubine-street-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fubine-street-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"fubine-street-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"fubine-street-687x1030.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"fubine-street-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"fubine-street-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"fubine-street-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"fubine-street-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"fubine-street-1001x1500.jpg\";s:5:\"width\";i:1001;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"fubine-street-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"fubine-street-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"fubine-street-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"fubine-street-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"fubine-street-470x705.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"fubine-street-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"fubine-street-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"fubine-street-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"fubine-street-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"fubine-street-450x674.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464535269\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(283,87,'_aviaLayoutBuilder_active','active'),(284,87,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a>  where Valerio Anzino was born. Valerio was born to Giovanni Anzino , (born 1807 Fubine), and Ippolita Lusanna, (born 1810 Altavilla, Italy). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-1500x630.jpg\' attachment=\'86\' attachment_size=\'featured_large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(285,87,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(286,88,'_aviaLayoutBuilder_active','active'),(287,88,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-1500x630.jpg\' attachment=\'86\' attachment_size=\'featured_large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(288,88,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(289,89,'_aviaLayoutBuilder_active','active'),(290,89,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-1500x630.jpg\' attachment=\'86\' attachment_size=\'featured_large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(291,89,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(292,90,'_aviaLayoutBuilder_active','active'),(293,90,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street.jpg\' attachment=\'86\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(294,90,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(295,91,'_aviaLayoutBuilder_active','active'),(296,91,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-200x300.jpg\' attachment=\'86\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(297,91,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(298,92,'_aviaLayoutBuilder_active','active'),(299,92,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjk2ui4\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found in Fubine dating back to the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjol3nf\' admin_preview_bg=\'\']\r\nClick here to view Valerio\'s Baptism record from Sept 12 1832.\r\n[/av_textblock]\r\n\r\n'),(300,92,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(301,93,'_wp_attached_file','2018/10/valerio-anzino-baptism-record.jpg'),(302,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:41:\"2018/10/valerio-anzino-baptism-record.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-baptism-record-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-baptism-record-1030x686.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-baptism-record-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-baptism-record-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-baptism-record-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:43:\"valerio-anzino-baptism-record-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-baptism-record-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464689600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(303,94,'_aviaLayoutBuilder_active','active'),(304,94,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjk2ui4\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found in Fubine dating back to the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjol3nf\' admin_preview_bg=\'\']\r\nClick here to view Valerio\'s Baptism record from Sept 12 1832.\r\n[/av_textblock]\r\n\r\n'),(305,94,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(306,95,'_aviaLayoutBuilder_active','active'),(307,95,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjk2ui4\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found in Fubine dating back to the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjol3nf\' admin_preview_bg=\'\']\r\nValerio\'s Baptism record from Sept 12 1832.<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" class=\"alignnone size-medium wp-image-93\" /></a>\r\n[/av_textblock]\r\n\r\n'),(308,95,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(309,96,'_aviaLayoutBuilder_active','active'),(310,96,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjk2ui4\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found in Fubine dating back to the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjol3nf\' admin_preview_bg=\'\']\r\nValerio\'s Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\">record</a> from Sept 12 1832.\r\n[/av_textblock]\r\n\r\n'),(311,96,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(312,97,'_aviaLayoutBuilder_active','active'),(313,97,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjovf3n\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found in Fubine dating back to the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjol3nf\' admin_preview_bg=\'\']\r\nValerio\'s Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\">record</a> from Sept 12 1832.\r\n[/av_textblock]\r\n\r\n'),(314,97,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(315,98,'_aviaLayoutBuilder_active','active'),(316,98,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found in Fubine dating back to the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Sept 12 1832.\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(317,98,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(318,99,'_aviaLayoutBuilder_active','active'),(319,99,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThe screenprint below captures Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Sept 12 1832.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(320,99,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(321,100,'_aviaLayoutBuilder_active','active'),(322,100,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Sept 12 1832.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(323,100,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(324,101,'_aviaLayoutBuilder_active','active'),(325,101,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Sept 12 1832.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(326,101,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(327,102,'_aviaLayoutBuilder_active','active'),(328,102,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"https://valerioanzino.com/fubine-italy/\" rel=\"noopener\" target=\"_blank\">Fubine, Italy</a> on September 6 1832. He wrote his first book at the age of  14 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\">Prince Oddone, duca di Monferrato</a>. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\">Vittorio Emmanuel II</a>, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the Princes of the House of Savoy in religion and philosophy.  Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King circa 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. He died on March 5 1899 in Roma and his funeral was attended by King Umberto I, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(329,102,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(330,103,'_aviaLayoutBuilder_active','active'),(331,103,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"https://valerioanzino.com/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. He wrote his first book at the age of 14 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the Princes of the House of Savoy in religion and philosophy.  Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King circa 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. He died on March 5 1899 in Roma and his funeral was attended by King Umberto I, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(332,103,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(335,105,'_aviaLayoutBuilder_active','active'),(336,105,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. He wrote his first book at the age of 14 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\">Princes of the House of Savoy</a> in religion and philosophy.  Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King circa 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. He died on March 5 1899 in Roma and his funeral was attended by King Umberto I, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(337,105,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(338,106,'_aviaLayoutBuilder_active','active'),(339,106,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832.  At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King circa 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. He died on March 5 1899 in Roma and his funeral was attended by King Umberto I, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(340,106,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(341,107,'_aviaLayoutBuilder_active','active'),(342,107,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King circa 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. He died on March 5 1899 in Roma and his funeral was attended by King Umberto I, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\">Mazze, Italy</a>.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(343,107,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(344,108,'_aviaLayoutBuilder_active','active'),(345,108,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King circa 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. He died on March 5 1899 in Roma and his funeral was attended by King Umberto I, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(346,108,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(347,109,'_wp_attached_file','2018/10/via-del-sudario-47-roma.jpg'),(348,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1366;s:4:\"file\";s:35:\"2018/10/via-del-sudario-47-roma.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"via-del-sudario-47-roma-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"via-del-sudario-47-roma-768x1025.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"via-del-sudario-47-roma-772x1030.jpg\";s:5:\"width\";i:772;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"via-del-sudario-47-roma-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"via-del-sudario-47-roma-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"via-del-sudario-47-roma-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-528x705.jpg\";s:5:\"width\";i:528;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"via-del-sudario-47-roma-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465730767\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0011574074074074\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(349,110,'_aviaLayoutBuilder_active','active'),(350,110,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King circa 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at Via del Sudario 47 in Roma and his funeral was attended by King Umberto I, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(351,110,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(352,111,'_aviaLayoutBuilder_active','active'),(353,111,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of Sardinia, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification and was appointed Chief Chaplain to the King circa 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\">Via del Sudario 47</a> in Roma and his funeral was attended by King Umberto I, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(354,111,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(358,113,'_wp_attached_file','2018/10/valerio-anzino-circa_1895-1.jpg'),(359,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:828;s:4:\"file\";s:39:\"2018/10/valerio-anzino-circa_1895-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"valerio-anzino-circa_1895-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:37:\"valerio-anzino-circa_1895-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x430.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x630.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x684.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x375.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-453x705.jpg\";s:5:\"width\";i:453;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x321.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x423.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-450x700.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494448237\";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:{}}}'),(360,115,'_aviaLayoutBuilder_active','active'),(361,115,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjimwj9\' admin_preview_bg=\'\']\r\nThe photographs in this gallery were sourced from descendents of Valerio Anzino\'s great grandparents Giuseppe Sala  and Girolama Mandelli. Giuseppe and Girolama lived in Fubine, Italy from the mid 1700\'s until their death in the early 1800\'s.\r\n[/av_textblock]\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61,113,109\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'no scaling\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(362,115,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(363,117,'_aviaLayoutBuilder_active','active'),(364,117,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3k30b\'][/av_one_full]\r\n\r\n[av_contact email=\'valerio_anzino@p3plcpnl0898.prod.phx3.secureserver.net,tmarchisa@gmail.com\' title=\'Send us mail\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'Message from Valerio Anzino website\' autorespond=\'Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.\' captcha=\'\' form_align=\'\' color=\'\' av_uid=\'av-jnjugjar\' admin_preview_bg=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2nfrz\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2dci7\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-1olav\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-138pf\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n'),(365,117,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}'),(366,118,'_aviaLayoutBuilder_active',''),(367,118,'_aviaLayoutBuilderCleanData','<p>This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded <a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" target=\"_blank\" rel=\"noopener\">photograph</a><a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img class=\"size-thumbnail wp-image-61\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-80x80.jpg\" alt=\"\" width=\"80\" height=\"80\" /></a> that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.</p>'),(368,118,'_avia_builder_shortcode_tree','a:0:{}'),(369,119,'_aviaLayoutBuilder_active',''),(370,119,'_aviaLayoutBuilderCleanData','<p>This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded <a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" target=\"_blank\" rel=\"noopener\">photograph</a><a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img class=\"size-thumbnail wp-image-61\" src=\"/wp-content/uploads/2018/10/valerio-anzino-80x80.jpg\" alt=\"\" width=\"80\" height=\"80\" align=\"LEFT\"/></a> that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.</p>'),(371,119,'_avia_builder_shortcode_tree','a:0:{}'),(372,120,'_aviaLayoutBuilder_active',''),(373,120,'_aviaLayoutBuilderCleanData','<p>This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded <a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" target=\"_blank\" rel=\"noopener\">photograph</a><a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img style=\"margin-right:10px;\" class=\"size-thumbnail wp-image-61\" src=\"/wp-content/uploads/2018/10/valerio-anzino-80x80.jpg\" alt=\"\" width=\"80\" height=\"80\" align=\"LEFT\"/></a> that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.</p>'),(374,120,'_avia_builder_shortcode_tree','a:0:{}'),(375,121,'_aviaLayoutBuilder_active',''),(376,121,'_aviaLayoutBuilderCleanData','<p>This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded <a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" target=\"_blank\" rel=\"noopener\">photograph</a><a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img style=\"margin-right:10px;\" src=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" alt=\"\" width=\"150\" align=\"LEFT\"/></a> that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.</p>'),(377,121,'_avia_builder_shortcode_tree','a:0:{}'),(378,122,'_aviaLayoutBuilder_active',''),(379,122,'_aviaLayoutBuilderCleanData','<p>This website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded <a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" target=\"_blank\" rel=\"noopener\">photograph</a><a href=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img style=\"margin-right:10px;float:left;\" src=\"/wp-content/uploads/2018/10/valerio-anzino.jpg\" alt=\"\" width=\"150\"/></a> that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.</p>'),(380,122,'_avia_builder_shortcode_tree','a:0:{}'),(381,123,'_aviaLayoutBuilder_active','active'),(382,123,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_61\" align=\"alignnone\" width=\"572\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-572x1030.jpg\" alt=\"\" width=\"572\" height=\"1030\" class=\"size-large wp-image-61\" /></a> Valerio in the 1890s[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. In addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(383,123,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(384,124,'_aviaLayoutBuilder_active','active'),(385,124,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_61\" align=\"alignnone\" width=\"572\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-572x1030.jpg\" alt=\"\" width=\"572\" height=\"1030\" class=\"size-large wp-image-61\" /></a> Valerio in the 1890s[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. There were some scribbled notations on the back that were sufficient to start a massive online search that focused on Italian kings in the 1800s. The search eventually led to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point we were sure who the person in the photo was and we changed search terms and instantly came up with results about Valerio.\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(386,124,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(387,125,'_aviaLayoutBuilder_active','active'),(388,125,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Sept 12 1832.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(389,125,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(390,126,'_aviaLayoutBuilder_active','active'),(391,126,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Fubine Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Sept 12 1832.\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(392,126,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(393,127,'_aviaLayoutBuilder_active','active'),(394,127,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Fubine Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Sept 12 1832.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-wsct\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjw23yi\' admin_preview_bg=\'\']\r\nValerio\'s death record in Rome on March 5 1899. Discovered on FHC film at local Family History Center.\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(395,127,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(396,128,'_wp_attached_file','2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg'),(397,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1696;s:4:\"file\";s:56:\"2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-768x636.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-morti-on-FHC-film-num-2144772-1030x853.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:54:\"valerio-anzino-morti-on-FHC-film-num-2144772-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-morti-on-FHC-film-num-2144772-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-morti-on-FHC-film-num-2144772-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-morti-on-FHC-film-num-2144772-1500x1242.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-705x584.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-morti-on-FHC-film-num-2144772-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-450x373.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(398,129,'_aviaLayoutBuilder_active','active'),(399,129,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Fubine Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Sept 12 1832.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-wsct\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjw23yi\' admin_preview_bg=\'\']\r\nValerio\'s Civil Death <a href=\"/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Rome on March 5 1899. Discovered on FHC film # 2144772 at local Family History Center.\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(400,129,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(401,130,'_aviaLayoutBuilder_active','active'),(402,130,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Fubine Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from September 12 1832. Valerio was born 3 days earlier on September 9 1832.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-wsct\']\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjw23yi\' admin_preview_bg=\'\']\r\nValerio\'s Civil Death <a href=\"/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Rome on March 5 1899. Discovered on FHC film # 2144772 at local Family History Center.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(403,130,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(404,131,'_aviaLayoutBuilder_active','active'),(405,131,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Fubine Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from September 12 1832. Valerio was born 3 days earlier on September 9 1832.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjw23yi\' admin_preview_bg=\'\']\r\nValerio\'s Civil Death <a href=\"/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Rome on March 5 1899. Discovered on FHC film # 2144772 at local Family History Center.\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(406,131,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:3;}}'),(409,133,'_edit_last','1'),(410,133,'_edit_lock','1540255112:1'),(411,133,'wptl_orderdate','18320909'),(443,138,'_edit_last','1'),(444,138,'_edit_lock','1542090295:1'),(445,138,'_aviaLayoutBuilder_active',''),(446,138,'_avia_sc_parser_state','check_only'),(448,138,'wptl_orderdate',''),(450,139,'_aviaLayoutBuilder_active',''),(451,139,'_aviaLayoutBuilderCleanData','<ul>\r\n	<li><a href=\"https://exthemes.net/wp-timeline/doc/\" target=\"_blank\">Timeline Documentation</a></li>\r\n</ul>'),(452,139,'_avia_builder_shortcode_tree','a:0:{}'),(453,138,'wpex_order','0'),(454,138,'_aviaLayoutBuilderCleanData',''),(455,138,'_avia_builder_shortcode_tree','a:0:{}'),(456,138,'_av_el_mgr_version','1.0'),(457,138,'_av_alb_posts_elements_state','a:0:{}'),(458,138,'layout',''),(459,138,'sidebar',''),(460,138,'footer',''),(461,138,'header_title_bar',''),(462,138,'header_transparency',''),(463,138,'_avia_hide_featured_image','0'),(464,140,'_edit_last','1'),(465,140,'_edit_lock','1540532500:1'),(466,140,'wptl_orderdate','18320912'),(478,141,'_edit_last','1'),(479,141,'_aviaLayoutBuilder_active','active'),(480,141,'_avia_sc_parser_state','check_only'),(482,141,'wptl_orderdate',''),(484,142,'_aviaLayoutBuilder_active',''),(485,142,'_aviaLayoutBuilderCleanData',''),(486,142,'_avia_builder_shortcode_tree','a:0:{}'),(488,141,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-cnttx\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-joombshe\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[conveythis_switcher]\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">This page lists \"Posts\" that the website author has created to provide an opportunity to website visitors to comment on the website\'s content. Click on a Post that makes sense to you and feel free add a comment. (Note:Comments are reviewed by the website\'s author before being added to the website).</p>\r\n[/av_textblock]\r\n\r\n[av_blog blog_type=\'taxonomy\' categories=\'4\' link=\'category,4\' blog_style=\'blog-grid\' columns=\'4\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'3\' offset=\'0\' paginate=\'yes\' conditional=\'\' av_uid=\'av-14q5p\' custom_class=\'\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8d7h1\']\r\n\r\n[/av_one_full]'),(489,141,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(490,141,'layout','fullsize'),(491,141,'sidebar',''),(492,141,'footer',''),(493,141,'header_title_bar',''),(494,141,'header_transparency',''),(495,141,'_avia_hide_featured_image','0'),(496,141,'_edit_lock','1663616169:1'),(497,1,'_edit_lock','1663615520:1'),(498,1,'_edit_last','1'),(499,1,'_aviaLayoutBuilder_active','active'),(500,1,'_avia_sc_parser_state','check_only'),(502,144,'_aviaLayoutBuilder_active','active'),(503,144,'_aviaLayoutBuilderCleanData','[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4mtv\']\r\nWelcome to WordPress. This is your first post. Edit or delete it, then start blogging!\r\n[/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-35iz\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnk00v0f\' admin_preview_bg=\'\']\r\nThe Valerio Anzino website launched on Saturday October 21 2018. Only the \"barebones\" exist for now and content will be added daily over the next few weeks\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(504,144,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}'),(505,1,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-35iz\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jnk00v0f\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nThe Valerio Anzino website launched on Saturday October 21 2018. Only the \"barebones\" exist for now and content will be added daily over the next few weeks.\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3rlp\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-634d\']\r\n\r\n[/av_one_full]'),(506,1,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(507,1,'layout',''),(508,1,'sidebar',''),(509,1,'footer',''),(510,1,'header_title_bar',''),(511,1,'header_transparency',''),(512,1,'_avia_hide_featured_image',''),(514,145,'_aviaLayoutBuilder_active','active'),(515,145,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-35iz\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnk00v0f\' admin_preview_bg=\'\']\r\nThe Valerio Anzino website launched on Saturday October 21 2018. Only the \"barebones\" exist for now and content will be added daily over the next few weeks\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(516,145,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(528,140,'_av_el_mgr_version','1.0'),(529,140,'_av_alb_posts_elements_state','a:0:{}'),(542,5227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(543,5227,'_edit_last','2'),(544,5227,'wpex_customdate','4 - 1967'),(545,5227,'_thumbnail_id','5442'),(546,5227,'wpex_weekday','Sub label'),(547,5227,'wpex_order','3'),(548,5227,'wpex_icon','fa-star'),(549,5227,'wpex_custom_metadata','Aliquam varius, mi fringilla'),(550,5227,'wpex_custom_metadata','elit at accumsan faucibus'),(551,5227,'wpex_custom_metadata','Etiam vel laoreet elit'),(552,5227,'wpex_sublabel','Etiam vel'),(553,5227,'wpex_date','17/08/1967'),(554,5367,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(555,5367,'_edit_last','2'),(556,5367,'_thumbnail_id','5439'),(557,5367,'wpex_custom_title','Nulla a lorem aliquam'),(558,5367,'wpex_custom_title','Proin nec mi dictum'),(559,5367,'wpex_custom_title','Curabitur sagittis tortor'),(560,5367,'wpex_order','1'),(561,5367,'wpex_icon','fa-bicycle'),(562,5367,'wpex_custom_metadata','Integer aliquet lectus'),(563,5367,'wpex_custom_metadata','Vestibulum hendrerit'),(564,5367,'wpex_custom_metadata','Dui ullamcorper rutrum'),(565,5367,'wpex_sublabel','Neque porro'),(566,5367,'wpex_date','16/08/1946'),(567,5367,'wpex_custom_metadata','Blandit porttitor ante finibus'),(568,5369,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(569,5369,'_edit_last','2'),(570,5369,'wpex_day','04 - 1947'),(571,5369,'wpex_weekday','Sample text'),(572,5369,'wpex_order','0'),(573,5369,'wpex_icon','fa-briefcase'),(574,5369,'wpex_custom_metadata','Nulla a lorem aliquam'),(575,5369,'wpex_custom_metadata','Proin nec mi dictum'),(576,5369,'wpex_custom_metadata','Curabitur sagittis tortor'),(577,5369,'wpex_sublabel','Conubia nostra'),(578,5369,'wpex_date','11/02/1945'),(579,5369,'_thumbnail_id','5441'),(580,5370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(581,5370,'_edit_last','2'),(582,5370,'_thumbnail_id','5440'),(583,5370,'wpex_day','05'),(584,5370,'wpex_month','09'),(585,5370,'wpex_year','1946'),(586,5370,'wpex_weekday','Thusday'),(587,5370,'wpex_order','2'),(588,5370,'wpex_icon','fa-calendar'),(589,5370,'wpex_custom_metadata','Morbi eu nunc nisl'),(590,5370,'wpex_custom_metadata','Ut sodales leo vel augue'),(591,5370,'wpex_sublabel','Aliquet lectus'),(592,5370,'wpex_date','04/1954'),(593,5374,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(594,5374,'_edit_last','2'),(595,5374,'_thumbnail_id','5443'),(596,5374,'wpex_day','29'),(597,5374,'wpex_month','12'),(598,5374,'wpex_year','1945'),(599,5374,'wpex_weekday','Monday'),(600,5374,'_oembed_ba0c7ef549f19069e787db934ec7d8ff','<iframe width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/3AtDnEC4zak?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(601,5374,'_oembed_time_ba0c7ef549f19069e787db934ec7d8ff','1472033253'),(602,5374,'wpex_custom_title','12/04 - Lorem ipsum dolor'),(603,5374,'wpex_custom_title','19/05 - Aliquam dolor sapien'),(604,5374,'wpex_custom_title','16/07 - Sed mattis urna nec'),(605,5374,'wpex_order','4'),(606,5374,'wpex_icon','fa-history'),(607,5374,'wpex_custom_metadata','Curabitur rhoncus diam'),(608,5374,'wpex_custom_metadata','Cras congue placerat diam at'),(609,5374,'wpex_custom_metadata','Mauris lacus ante, pulvinar'),(610,5374,'wpex_sublabel','Ridiculus mus'),(611,5374,'wpex_date','19/02/1991'),(612,5374,'wpex_custom_metadata','Suspendisse imperdiet nisl'),(613,5445,'_edit_last','2'),(614,5445,'_thumbnail_id','5446'),(615,5445,'wpex_order','6'),(616,5445,'wpex_icon','fa-birthday-cake'),(617,5445,'wpex_custom_metadata','Pellentesque at tincidunt in'),(618,5445,'wpex_custom_metadata','Vestibulum ante eros, viverra'),(619,5445,'wpex_custom_metadata','Sed non vulputate lacus.'),(620,5445,'wpex_custom_metadata','Nullam volutpat ac'),(621,5445,'wpex_sublabel','sit amet'),(622,5445,'wpex_date','07 2000'),(623,5462,'_edit_last','2'),(624,5462,'_thumbnail_id','5446'),(625,5462,'wpex_order','6'),(626,5462,'wpex_icon','fa-birthday-cake'),(627,5462,'wpex_custom_metadata','Pellentesque at tincidunt in'),(628,5462,'wpex_custom_metadata','Vestibulum ante eros, viverra'),(629,5462,'wpex_custom_metadata','Sed non vulputate lacus.'),(630,5462,'wpex_custom_metadata','Nullam volutpat ac'),(631,5462,'wpex_sublabel','sit amet'),(632,5462,'wpex_date','07 2000'),(633,5462,'_dp_original','5445'),(634,5463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(635,5463,'_edit_last','2'),(636,5463,'_thumbnail_id','5450'),(637,5463,'wpex_day','29'),(638,5463,'wpex_month','12'),(639,5463,'wpex_year','1945'),(640,5463,'wpex_weekday','Monday'),(641,5463,'_oembed_ba0c7ef549f19069e787db934ec7d8ff','<iframe width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/3AtDnEC4zak?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(642,5463,'_oembed_time_ba0c7ef549f19069e787db934ec7d8ff','1472033253'),(643,5463,'wpex_custom_title','12/04 - Lorem ipsum dolor'),(644,5463,'wpex_custom_title','19/05 - Aliquam dolor sapien'),(645,5463,'wpex_custom_title','16/07 - Sed mattis urna nec'),(646,5463,'wpex_order','4'),(647,5463,'wpex_icon','fa-history'),(648,5463,'wpex_custom_metadata','Mauris lacus ante, pulvinar'),(649,5463,'wpex_custom_metadata','Curabitur rhoncus diam'),(650,5463,'wpex_sublabel','Ridiculus mus'),(651,5463,'wpex_date','19/02/1991'),(652,5463,'_dp_original','5374'),(653,5463,'we_eventcolor','#66ea15'),(654,5463,'wpex_custom_metadata','Cras congue placerat diam at'),(655,5463,'_wp_old_slug','mauris-molestie-ultrices-2'),(656,5463,'wpex_custom_metadata','Suspendisse imperdiet nisl'),(657,5465,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(658,5465,'_edit_last','2'),(659,5465,'_thumbnail_id','5452'),(660,5465,'wpex_day','05'),(661,5465,'wpex_month','09'),(662,5465,'wpex_year','1946'),(663,5465,'wpex_weekday','Thusday'),(664,5465,'wpex_order','2'),(665,5465,'wpex_icon','fa-university'),(666,5465,'wpex_custom_metadata','Morbi eu nunc nisl'),(667,5465,'wpex_sublabel','Aliquet lectus'),(668,5465,'wpex_date','04/1954'),(669,5465,'_dp_original','5370'),(670,5465,'_wp_old_slug','mauris-id-molestie-vulputate-2'),(671,5465,'we_eventcolor','#ffee00'),(672,5465,'wpex_custom_metadata','Ut sodales leo vel augue'),(673,5466,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(674,5466,'_edit_last','2'),(675,5466,'wpex_day','04 - 1947'),(676,5466,'wpex_weekday','Sample text'),(677,5466,'_thumbnail_id','5456'),(678,5466,'wpex_order','0'),(679,5466,'wpex_icon','fa-briefcase'),(680,5466,'wpex_custom_metadata','Curabitur sagittis tortor'),(681,5466,'wpex_custom_metadata','Proin nec mi dictum'),(682,5466,'wpex_custom_metadata','Nulla a lorem aliquam'),(683,5466,'wpex_sublabel','Conubi no'),(684,5466,'wpex_date','11/02/1945'),(685,5466,'_dp_original','5369'),(686,5466,'_wp_old_slug','sed-sit-amet-lorem-2'),(687,5466,'we_eventcolor','#d13a62'),(688,5467,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(689,5467,'_edit_last','2'),(690,5467,'_thumbnail_id','5457'),(691,5467,'wpex_custom_title','Nulla a lorem aliquam'),(692,5467,'wpex_custom_title','Proin nec mi dictum'),(693,5467,'wpex_custom_title','Curabitur sagittis tortor'),(694,5467,'wpex_order','1'),(695,5467,'wpex_icon','fa-bicycle'),(696,5467,'wpex_custom_metadata','Vestibulum hendrerit'),(697,5467,'wpex_custom_metadata','Integer aliquet lectus'),(698,5467,'wpex_custom_metadata','Blandit porttitor ante finibus'),(699,5467,'wpex_sublabel','Neque porro'),(700,5467,'wpex_date','16/08/1946'),(701,5467,'_dp_original','5367'),(702,5467,'wpex_custom_metadata','Dui ullamcorper rutrum'),(703,5468,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(704,5468,'_edit_last','2'),(705,5468,'wpex_customdate','4 - 1967'),(706,5468,'_thumbnail_id','5458'),(707,5468,'wpex_weekday','Sub label'),(708,5468,'wpex_order','3'),(709,5468,'wpex_icon','fa-star'),(710,5468,'wpex_custom_metadata','elit at accumsan faucibus'),(711,5468,'wpex_custom_metadata','Aliquam varius, mi fringilla'),(712,5468,'wpex_sublabel','Etiam vel'),(713,5468,'wpex_date','17/08/1967'),(714,5468,'_dp_original','5227'),(715,5468,'wpex_custom_metadata','Etiam vel laoreet elit'),(816,140,'_thumbnail_id','93'),(822,133,'_thumbnail_id','93'),(828,133,'_av_el_mgr_version','1.0'),(829,133,'_av_alb_posts_elements_state','a:0:{}'),(887,5537,'_wp_attached_file','2018/10/1847-census-giovanni-anzino-family.jpg'),(888,5537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1415;s:4:\"file\";s:46:\"2018/10/1847-census-giovanni-anzino-family.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"1847-census-giovanni-anzino-family-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"1847-census-giovanni-anzino-family-768x1061.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1061;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"1847-census-giovanni-anzino-family-745x1030.jpg\";s:5:\"width\";i:745;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:44:\"1847-census-giovanni-anzino-family-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:47:\"1847-census-giovanni-anzino-family-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:47:\"1847-census-giovanni-anzino-family-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-510x705.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:47:\"1847-census-giovanni-anzino-family-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-450x622.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464692917\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(889,5538,'_edit_lock','1540255149:1'),(890,5538,'_edit_last','1'),(891,5538,'_thumbnail_id','5537'),(892,5538,'wptl_orderdate','18470101'),(896,5538,'_av_el_mgr_version','1.0'),(897,5538,'_av_alb_posts_elements_state','a:0:{}'),(903,5542,'_edit_lock','1540356383:1'),(904,5542,'_edit_last','1'),(905,5542,'_aviaLayoutBuilder_active',''),(906,5542,'_avia_sc_parser_state','check_only'),(907,5542,'_wp_page_template','default'),(908,5542,'wptl_orderdate',''),(910,5543,'_aviaLayoutBuilder_active',''),(911,5543,'_aviaLayoutBuilderCleanData',''),(912,5543,'_avia_builder_shortcode_tree','a:0:{}'),(914,5542,'_aviaLayoutBuilderCleanData',''),(915,5542,'_avia_builder_shortcode_tree','a:0:{}'),(916,5542,'layout',''),(917,5542,'sidebar',''),(918,5542,'footer',''),(919,5542,'header_title_bar',''),(920,5542,'header_transparency',''),(921,5542,'_avia_hide_featured_image','0'),(923,5545,'_aviaLayoutBuilder_active',''),(924,5545,'_aviaLayoutBuilderCleanData','<ul>\r\n	<li>Father ... Giovanni Anzino</li>\r\n<li>Mother ... Ippolita Lusanna</li>\r\n<li>Uncle ... Monsignor Giuseppe Anzino</li>\r\n<li>Brother ... Giuseppe Carlo Alberto Anzino</li>\r\n<li>Niece ... Clementina Maria Carolina Ippolita Anzino</li>\r\n<li>Brother ... Georgio Anzino</li>\r\n<li>Brother ... Alessandro Anzino</li>\r\n<li>Nephew ... </li>\r\n<li>Sister ... Giuseppina Anzino</li>\r\n</ul>'),(925,5545,'_avia_builder_shortcode_tree','a:0:{}'),(927,5542,'_av_el_mgr_version','1.0'),(928,5542,'_av_alb_posts_elements_state','a:0:{}'),(929,41,'wptl_orderdate',''),(931,5547,'_aviaLayoutBuilder_active','active'),(932,5547,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnkkewbp\' admin_preview_bg=\'\']\r\n<a href=\"https://valerioanzino.com/valerios-extended-family/\">Valerio\'s extended family</a>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Fubine Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from September 12 1832. Valerio was born 3 days earlier on September 9 1832.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjw23yi\' admin_preview_bg=\'\']\r\nValerio\'s Civil Death <a href=\"/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Rome on March 5 1899. Discovered on FHC film # 2144772 at local Family History Center.\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(933,5547,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:3;}}'),(936,5548,'_aviaLayoutBuilder_active',''),(937,5548,'_aviaLayoutBuilderCleanData','<ul>\r\n 	<li>Father ... Giovanni Anzino</li>\r\n 	<li>Mother ... Ippolita Lusanna</li>\r\n 	<li>Uncle ... Monsignor Giuseppe Anzino</li>\r\n 	<li>Brother ... Giuseppe Carlo Alberto Anzino</li>\r\n 	<li>Niece ... Clementina Maria Carolina Ippolita Anzino</li>\r\n 	<li>Brother ... Georgio Anzino</li>\r\n 	<li>Brother ... Alessandro Anzino</li>\r\n 	<li>Nephew ...</li>\r\n 	<li>Sister ... Giuseppina Anzino</li>\r\n</ul>'),(938,5548,'_avia_builder_shortcode_tree','a:0:{}'),(940,5549,'_wp_attached_file','2018/10/valerio-anzino-family-vault-mazze-maybe.jpg'),(941,5549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:2003;s:4:\"file\";s:51:\"2018/10/valerio-anzino-family-vault-mazze-maybe.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"valerio-anzino-family-vault-mazze-maybe-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-153x300.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-768x1502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-527x1030.jpg\";s:5:\"width\";i:527;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:49:\"valerio-anzino-family-vault-mazze-maybe-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-767x1500.jpg\";s:5:\"width\";i:767;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-360x705.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-450x880.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528736200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(942,5550,'_wp_attached_file','2018/10/valerio-anzino-funeral-church.jpg'),(943,5550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:41:\"2018/10/valerio-anzino-funeral-church.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-funeral-church-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-funeral-church-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-funeral-church-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-funeral-church-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-705x471.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-funeral-church-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-450x301.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465654438\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:8:\"0.000125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(944,5551,'_edit_lock','1540253339:1'),(945,5551,'_edit_last','1'),(946,5551,'_thumbnail_id','109'),(947,5551,'wptl_orderdate','18990305'),(962,5551,'_av_el_mgr_version','1.0'),(963,5551,'_av_alb_posts_elements_state','a:0:{}'),(978,5562,'_edit_lock','1540255095:1'),(979,5562,'_edit_last','1'),(980,5562,'_thumbnail_id','5550'),(981,5562,'wptl_orderdate','18990308'),(990,5562,'_av_el_mgr_version','1.0'),(991,5562,'_av_alb_posts_elements_state','a:0:{}'),(992,5551,'wpex_pkdate','03/05/1899'),(993,5551,'wpex_sublabel','Death'),(994,5551,'wpex_felabel','Death'),(995,5551,'wpex_order','0'),(1077,5562,'wpex_pkdate','03/08/1899'),(1078,5562,'wpex_sublabel','Funeral'),(1079,5562,'wpex_felabel','Funeral'),(1080,5562,'wpex_order','0'),(1081,133,'wpex_pkdate','09/09/1832'),(1082,133,'wpex_sublabel','Birth'),(1083,133,'wpex_felabel','Birth'),(1084,133,'wpex_order','0'),(1085,140,'wpex_pkdate','09/12/1832'),(1086,140,'wpex_sublabel','Baptism'),(1087,140,'wpex_felabel','Baptism'),(1088,140,'wpex_order','2'),(1089,5538,'wpex_pkdate','01/01/1847'),(1090,5538,'wpex_sublabel','School'),(1091,5538,'wpex_felabel','School'),(1092,5538,'wpex_order','0'),(1125,24,'wptl_orderdate',''),(1127,5598,'_aviaLayoutBuilder_active','active'),(1128,5598,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1f6os\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885-203x300.jpg\' attachment=\'17\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnijsi1l\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11pkw\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnijw8b8\' admin_preview_bg=\'\']\r\n<p style=\"font-weight:bold;font-size:1.2em;\">UNDER DEVELOPMENT</p>\r\n\r\nThis website is under development and should be live by November 10 2018. The website chronicles the life of Valerio Benvenuto Anzino, who was born in Fubine, Italy in 1832 , and who died in Roma, Italy in 1899. Valerio was Chief Chaplain, ( a role similar to Chief of Staff), to the first 2 kings of a unified Italy, Vittorio Emmanuel II and his son Umberto I. Valerio spent the last 30 years of his life unsuccessfully trying to broker a formal peace treaty between the Vatican and the Italian government.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(1129,5598,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(1130,24,'wpex_order','0'),(1131,5599,'_wp_attached_file','2018/10/new-logo3-350.jpg'),(1132,5599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:145;s:4:\"file\";s:25:\"2018/10/new-logo3-350.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-logo3-350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"new-logo3-350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-180x145.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-260x145.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-320x145.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1133,12,'wptl_orderdate',''),(1135,5600,'_aviaLayoutBuilder_active','active'),(1136,5600,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by King Umberto I, Umberto\'s wife, Queen Margherita , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(1137,5600,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(1140,5602,'_aviaLayoutBuilder_active','active'),(1141,5602,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(1142,5602,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(1144,2,'wptl_orderdate',''),(1146,5603,'_aviaLayoutBuilder_active','active'),(1147,5603,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_61\" align=\"alignnone\" width=\"572\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-572x1030.jpg\" alt=\"\" width=\"572\" height=\"1030\" class=\"size-large wp-image-61\" /></a> Valerio in the 1890s[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. There were some scribbled notations on the back of the photo that were sufficient to start a massive online search that focused on Italian kings in the 1800s. The search eventually led to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, knowing for sure who the person in the photo was, search terms were modified which produced lists of scattered documents and newspaper clippings about Valerio Anzino.\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, (Iuri Silvestri), documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully ,down the road at some point, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(1148,5603,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(1151,5605,'_aviaLayoutBuilder_active','active'),(1152,5605,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_61\" align=\"alignnone\" width=\"572\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-572x1030.jpg\" alt=\"\" width=\"572\" height=\"1030\" class=\"size-large wp-image-61\" /></a> Valerio in the 1890s[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. There were some scribbled notations on the back of the photo that were sufficient to start a massive online search that focused on Italian kings in the 1800s. The search eventually led to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, knowing for sure who the person in the photo was, search terms were modified which produced lists of scattered documents and newspaper clippings about Valerio Anzino.\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, (Iuri Silvestri), documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(1153,5605,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(1155,80,'wptl_orderdate',''),(1157,5606,'_aviaLayoutBuilder_active','active'),(1158,5606,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the House of Savoy and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\">Cacheranos di Bricharasio</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-200x300.jpg\' attachment=\'86\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(1159,5606,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(1162,5607,'_aviaLayoutBuilder_active','active'),(1163,5607,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\">House of Savoy</a>and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-200x300.jpg\' attachment=\'86\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(1164,5607,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(1167,5608,'_aviaLayoutBuilder_active','active'),(1168,5608,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-200x300.jpg\' attachment=\'86\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(1169,5608,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(1172,5609,'_wp_attached_file','2018/10/new-logo4-350.jpg'),(1173,5609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:286;s:4:\"file\";s:25:\"2018/10/new-logo4-350.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-logo4-350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"new-logo4-350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1174,5610,'_wp_attached_file','2018/10/new-logo5-350.jpg'),(1175,5610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:114;s:4:\"file\";s:25:\"2018/10/new-logo5-350.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-logo5-350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"new-logo5-350-300x98.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"new-logo5-350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"new-logo5-350-180x114.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"new-logo5-350-260x114.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"new-logo5-350-120x114.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:25:\"new-logo5-350-320x114.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:25:\"new-logo5-350-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1177,5611,'_wp_attached_file','2018/10/20160717_150314.jpg'),(1178,5611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3956;s:6:\"height\";i:2828;s:4:\"file\";s:27:\"2018/10/20160717_150314.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"20160717_150314-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20160717_150314-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20160717_150314-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20160717_150314-1030x736.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"20160717_150314-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"20160717_150314-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"20160717_150314-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"20160717_150314-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:29:\"20160717_150314-1500x1072.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1072;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"20160717_150314-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"20160717_150314-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"20160717_150314-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"20160717_150314-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"20160717_150314-705x504.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"20160717_150314-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"20160717_150314-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20160717_150314-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20160717_150314-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20160717_150314-450x322.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:27:\"20160717_150314-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:27:\"20160717_150314-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:27:\"20160717_150314-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468767794\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00043554006968641\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1179,37,'wptl_orderdate',''),(1181,5612,'_aviaLayoutBuilder_active','active'),(1182,5612,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjimwj9\' admin_preview_bg=\'\']\r\nThe photographs in this gallery were sourced from descendents of Valerio Anzino\'s great grandparents Giuseppe Sala  and Girolama Mandelli. Giuseppe and Girolama lived in Fubine, Italy from the mid 1700\'s until their death in the early 1800\'s.\r\n[/av_textblock]\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61,113,109,56,5611,57,54\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'no scaling\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(1183,5612,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(1186,5614,'_aviaLayoutBuilder_active','active'),(1187,5614,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjimwj9\' admin_preview_bg=\'\']\r\nThe photographs in this gallery were sourced from descendents of Valerio Anzino\'s great grandparents Giuseppe Sala  and Girolama Mandelli. Giuseppe and Girolama lived in Fubine, Italy from the mid 1700\'s until their death in the early 1800\'s.\r\n[/av_textblock]\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61,113,109,5550,5549,56,5611,57,54\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'no scaling\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(1188,5614,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(1190,5615,'_edit_lock','1663614246:1'),(1191,5615,'_edit_last','1'),(1192,5615,'_aviaLayoutBuilder_active','active'),(1193,5615,'_avia_sc_parser_state','check_only'),(1195,5615,'wptl_orderdate',''),(1197,5616,'_aviaLayoutBuilder_active',''),(1198,5616,'_aviaLayoutBuilderCleanData',''),(1199,5616,'_avia_builder_shortcode_tree','a:0:{}'),(1200,5615,'wpex_order','0'),(1201,5615,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe photographs in this gallery have come from 3 sources; the internet, a collection belonging to this website\'s author, and last but most importantly, from a private photo collection belonging Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala. Click on a photo to see a larger image and to read a brief description.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,56,5860,58,109,5550,5549,5611,57,6646,7780,7779\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\' custom_class=\'\']\r\n\r\n'),(1202,5615,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(1203,5615,'_av_el_mgr_version','1.0'),(1204,5615,'_av_alb_posts_elements_state','a:3:{s:11:\"av_one_full\";b:1;s:18:\"av_masonry_gallery\";b:1;s:12:\"av_textblock\";b:1;}'),(1205,5615,'layout','fullsize'),(1206,5615,'sidebar',''),(1207,5615,'footer',''),(1208,5615,'header_title_bar',''),(1209,5615,'header_transparency',''),(1210,5615,'_avia_hide_featured_image','0'),(1212,12,'wpex_order','0'),(1213,2,'wpex_order','0'),(1217,80,'wpex_order','0'),(1218,67,'wptl_orderdate',''),(1219,67,'wpex_order','0'),(1220,141,'wpex_order','0'),(1221,141,'_av_el_mgr_version','1.0'),(1222,141,'_av_alb_posts_elements_state','a:4:{s:7:\"av_blog\";b:1;s:11:\"av_one_full\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(1223,5626,'_edit_lock','1663701183:1'),(1224,5626,'_edit_last','1'),(1225,5626,'_aviaLayoutBuilder_active',''),(1226,5626,'_avia_sc_parser_state','check_only'),(1227,5626,'_wp_page_template','default'),(1228,5626,'wptl_orderdate',''),(1230,5627,'_aviaLayoutBuilder_active',''),(1231,5627,'_aviaLayoutBuilderCleanData',''),(1232,5627,'_avia_builder_shortcode_tree','a:0:{}'),(1234,5626,'_aviaLayoutBuilderCleanData',''),(1235,5626,'_avia_builder_shortcode_tree','a:0:{}'),(1236,5626,'_av_el_mgr_version','1.0'),(1237,5626,'_av_alb_posts_elements_state','a:0:{}'),(1238,5626,'layout',''),(1239,5626,'sidebar',''),(1240,5626,'footer',''),(1241,5626,'header_title_bar',''),(1242,5626,'header_transparency',''),(1243,5626,'_avia_hide_featured_image','0'),(1244,5629,'_edit_lock','1540346724:1'),(1245,5629,'_edit_last','1'),(1246,5629,'_aviaLayoutBuilder_active',''),(1247,5629,'_avia_sc_parser_state','check_only'),(1248,5629,'_wp_page_template','default'),(1249,5629,'wptl_orderdate',''),(1251,5630,'_aviaLayoutBuilder_active',''),(1252,5630,'_aviaLayoutBuilderCleanData',''),(1253,5630,'_avia_builder_shortcode_tree','a:0:{}'),(1255,5629,'_aviaLayoutBuilderCleanData',''),(1256,5629,'_avia_builder_shortcode_tree','a:0:{}'),(1257,5629,'layout',''),(1258,5629,'sidebar',''),(1259,5629,'footer',''),(1260,5629,'header_title_bar',''),(1261,5629,'header_transparency',''),(1262,5629,'_avia_hide_featured_image','0'),(1282,5635,'_edit_lock','1540346697:1'),(1283,5635,'_edit_last','1'),(1284,5635,'_aviaLayoutBuilder_active',''),(1285,5635,'_avia_sc_parser_state','check_only'),(1286,5635,'_wp_page_template','default'),(1287,5635,'wptl_orderdate',''),(1289,5636,'_aviaLayoutBuilder_active',''),(1290,5636,'_aviaLayoutBuilderCleanData',''),(1291,5636,'_avia_builder_shortcode_tree','a:0:{}'),(1293,5635,'_aviaLayoutBuilderCleanData',''),(1294,5635,'_avia_builder_shortcode_tree','a:0:{}'),(1295,5635,'layout',''),(1296,5635,'sidebar',''),(1297,5635,'footer',''),(1298,5635,'header_title_bar',''),(1299,5635,'header_transparency',''),(1300,5635,'_avia_hide_featured_image','0'),(1301,5638,'_edit_lock','1663701166:1'),(1302,5638,'_edit_last','1'),(1303,5638,'_aviaLayoutBuilder_active',''),(1304,5638,'_avia_sc_parser_state','check_only'),(1305,5638,'_wp_page_template','default'),(1306,5638,'wptl_orderdate',''),(1308,5639,'_aviaLayoutBuilder_active',''),(1309,5639,'_aviaLayoutBuilderCleanData',''),(1310,5639,'_avia_builder_shortcode_tree','a:0:{}'),(1312,5638,'_aviaLayoutBuilderCleanData',''),(1313,5638,'_avia_builder_shortcode_tree','a:0:{}'),(1314,5638,'layout',''),(1315,5638,'sidebar',''),(1316,5638,'footer',''),(1317,5638,'header_title_bar',''),(1318,5638,'header_transparency',''),(1319,5638,'_avia_hide_featured_image','0'),(1320,5638,'wpex_order','0'),(1321,5638,'_av_el_mgr_version','1.0'),(1322,5638,'_av_alb_posts_elements_state','a:0:{}'),(1323,5641,'_edit_lock','1541388700:1'),(1324,5641,'_edit_last','1'),(1325,5641,'_aviaLayoutBuilder_active',''),(1326,5641,'_avia_sc_parser_state','check_only'),(1327,5641,'_wp_page_template','default'),(1328,5641,'wptl_orderdate',''),(1330,5642,'_aviaLayoutBuilder_active',''),(1331,5642,'_aviaLayoutBuilderCleanData',''),(1332,5642,'_avia_builder_shortcode_tree','a:0:{}'),(1334,5641,'_aviaLayoutBuilderCleanData',''),(1335,5641,'_avia_builder_shortcode_tree','a:0:{}'),(1336,5641,'layout',''),(1337,5641,'sidebar',''),(1338,5641,'footer',''),(1339,5641,'header_title_bar',''),(1340,5641,'header_transparency',''),(1341,5641,'_avia_hide_featured_image','0'),(1342,5641,'wpex_order','0'),(1343,5641,'_av_el_mgr_version','1.0'),(1344,5641,'_av_alb_posts_elements_state','a:0:{}'),(1345,5644,'_edit_lock','1540346376:1'),(1346,5644,'_edit_last','1'),(1347,5644,'_aviaLayoutBuilder_active',''),(1348,5644,'_avia_sc_parser_state','check_only'),(1349,5644,'_wp_page_template','default'),(1350,5644,'wptl_orderdate',''),(1352,5645,'_aviaLayoutBuilder_active',''),(1353,5645,'_aviaLayoutBuilderCleanData',''),(1354,5645,'_avia_builder_shortcode_tree','a:0:{}'),(1355,5644,'wpex_order','0'),(1356,5644,'_aviaLayoutBuilderCleanData',''),(1357,5644,'_avia_builder_shortcode_tree','a:0:{}'),(1358,5644,'_av_el_mgr_version','1.0'),(1359,5644,'_av_alb_posts_elements_state','a:0:{}'),(1360,5644,'layout',''),(1361,5644,'sidebar',''),(1362,5644,'footer',''),(1363,5644,'header_title_bar',''),(1364,5644,'header_transparency',''),(1365,5644,'_avia_hide_featured_image','0'),(1366,5647,'_edit_lock','1540346405:1'),(1367,5647,'_edit_last','1'),(1368,5647,'_aviaLayoutBuilder_active',''),(1369,5647,'_avia_sc_parser_state','check_only'),(1370,5647,'_wp_page_template','default'),(1371,5647,'wptl_orderdate',''),(1373,5648,'_aviaLayoutBuilder_active',''),(1374,5648,'_aviaLayoutBuilderCleanData',''),(1375,5648,'_avia_builder_shortcode_tree','a:0:{}'),(1376,5647,'wpex_order','0'),(1377,5647,'_aviaLayoutBuilderCleanData',''),(1378,5647,'_avia_builder_shortcode_tree','a:0:{}'),(1379,5647,'_av_el_mgr_version','1.0'),(1380,5647,'_av_alb_posts_elements_state','a:0:{}'),(1381,5647,'layout',''),(1382,5647,'sidebar',''),(1383,5647,'footer',''),(1384,5647,'header_title_bar',''),(1385,5647,'header_transparency',''),(1386,5647,'_avia_hide_featured_image','0'),(1387,5650,'_edit_lock','1540354758:1'),(1388,5650,'_edit_last','1'),(1389,5650,'_aviaLayoutBuilder_active',''),(1390,5650,'_avia_sc_parser_state','check_only'),(1391,5650,'_wp_page_template','default'),(1392,5650,'wptl_orderdate',''),(1394,5651,'_aviaLayoutBuilder_active',''),(1395,5651,'_aviaLayoutBuilderCleanData',''),(1396,5651,'_avia_builder_shortcode_tree','a:0:{}'),(1397,5650,'wpex_order','0'),(1398,5650,'_aviaLayoutBuilderCleanData',''),(1399,5650,'_avia_builder_shortcode_tree','a:0:{}'),(1400,5650,'_av_el_mgr_version','1.0'),(1401,5650,'_av_alb_posts_elements_state','a:0:{}'),(1402,5650,'layout',''),(1403,5650,'sidebar',''),(1404,5650,'footer',''),(1405,5650,'header_title_bar',''),(1406,5650,'header_transparency',''),(1407,5650,'_avia_hide_featured_image','0'),(1429,5635,'wpex_order','0'),(1430,5635,'_av_el_mgr_version','1.0'),(1431,5635,'_av_alb_posts_elements_state','a:0:{}'),(1435,5629,'wpex_order','0'),(1436,5629,'_av_el_mgr_version','1.0'),(1437,5629,'_av_alb_posts_elements_state','a:0:{}'),(1438,5626,'wpex_order','0'),(1440,5664,'_aviaLayoutBuilder_active',''),(1441,5664,'_aviaLayoutBuilderCleanData','<ul>\r\n 	<li>Father ... <a href=\"/giovanni-domenico-anzino/\">Giovanni Domenico Anzino</a></li>\r\n 	<li>Mother ... <a href=\"/ippolita-lusanna/\">Ippolita Lusanna</a></li>\r\n 	<li>Uncle ... Monsignor Giuseppe Anzino</li>\r\n 	<li>Brother ... Giuseppe Carlo Alberto Anzino</li>\r\n 	<li>Niece ... Clementina Maria Carolina Ippolita Anzino</li>\r\n 	<li>Brother ... Georgio Anzino</li>\r\n 	<li>Brother ... Alessandro Anzino</li>\r\n 	<li>Nephew ...</li>\r\n 	<li>Sister ... Giuseppina Anzino</li>\r\n</ul>'),(1442,5664,'_avia_builder_shortcode_tree','a:0:{}'),(1446,5665,'_aviaLayoutBuilder_active',''),(1447,5665,'_aviaLayoutBuilderCleanData','<ul>\r\n 	<li>Father ... <a href=\"/giovanni-domenico-anzino/\">Giovanni Domenico Anzino</a></li>\r\n 	<li>Mother ... <a href=\"/ippolita-lusanna/\">Ippolita Lusanna</a></li>\r\n 	<li>Uncle ... Monsignor Giuseppe Anzino</li>\r\n 	<li>Brother ... <a href=\"/giuseppe-carlo-alberto-anzino/\">Giuseppe Carlo Alberto Anzino</a></li>\r\n 	<li>Niece ... Clementina Maria Carolina Ippolita Anzino</li>\r\n 	<li>Brother ... <a href=\"/giorgio-anzino/\">Georgio Anzino</a></li>\r\n 	<li>Brother ... <a href=\"/alessandro-anzino/\">Alessandro Anzino</a></li>\r\n 	<li>Nephew ...</li>\r\n 	<li>Sister ... <a href=\"/giuseppina-anzino/\">Giuseppina Anzino</a></li>\r\n</ul>'),(1448,5665,'_avia_builder_shortcode_tree','a:0:{}'),(1450,5666,'_edit_lock','1540347142:1'),(1451,5666,'_edit_last','1'),(1452,5666,'_aviaLayoutBuilder_active',''),(1453,5666,'_avia_sc_parser_state','check_only'),(1454,5666,'_wp_page_template','default'),(1455,5666,'wptl_orderdate',''),(1457,5667,'_aviaLayoutBuilder_active',''),(1458,5667,'_aviaLayoutBuilderCleanData',''),(1459,5667,'_avia_builder_shortcode_tree','a:0:{}'),(1460,5666,'wpex_order','0'),(1461,5666,'_aviaLayoutBuilderCleanData',''),(1462,5666,'_avia_builder_shortcode_tree','a:0:{}'),(1463,5666,'_av_el_mgr_version','1.0'),(1464,5666,'_av_alb_posts_elements_state','a:0:{}'),(1465,5666,'layout',''),(1466,5666,'sidebar',''),(1467,5666,'footer',''),(1468,5666,'header_title_bar',''),(1469,5666,'header_transparency',''),(1470,5666,'_avia_hide_featured_image','0'),(1471,5669,'_edit_lock','1540598673:1'),(1472,5669,'_edit_last','1'),(1473,5669,'_aviaLayoutBuilder_active',''),(1474,5669,'_avia_sc_parser_state','check_only'),(1475,5669,'_wp_page_template','default'),(1476,5669,'wptl_orderdate',''),(1478,5670,'_aviaLayoutBuilder_active',''),(1479,5670,'_aviaLayoutBuilderCleanData',''),(1480,5670,'_avia_builder_shortcode_tree','a:0:{}'),(1481,5669,'wpex_order','0'),(1482,5669,'_aviaLayoutBuilderCleanData',''),(1483,5669,'_avia_builder_shortcode_tree','a:0:{}'),(1484,5669,'_av_el_mgr_version','1.0'),(1485,5669,'_av_alb_posts_elements_state','a:0:{}'),(1486,5669,'layout',''),(1487,5669,'sidebar',''),(1488,5669,'footer',''),(1489,5669,'header_title_bar',''),(1490,5669,'header_transparency',''),(1491,5669,'_avia_hide_featured_image','0'),(1493,5672,'_aviaLayoutBuilder_active',''),(1494,5672,'_aviaLayoutBuilderCleanData','<ul>\r\n 	<li>Father ... <a href=\"/giovanni-domenico-anzino/\">Giovanni Domenico Anzino</a></li>\r\n 	<li>Mother ... <a href=\"/ippolita-lusanna/\">Ippolita Lusanna</a></li>\r\n 	<li>Uncle ... Monsignor <a href=\"/bartolomeo-giuseppe-anzino/\">Bartolomeo Giuseppe Anzino</a></li>\r\n 	<li>Brother ... <a href=\"/giuseppe-carlo-alberto-anzino/\">Giuseppe Carlo Alberto Anzino</a></li>\r\n 	<li>Niece ... <a href=\"/clementina-maria-carolina-ippolita-anzino/\">Clementina Maria Carolina Ippolita Anzino</a></li>\r\n 	<li>Brother ... <a href=\"/giorgio-anzino/\">Georgio Anzino</a></li>\r\n 	<li>Brother ... <a href=\"/alessandro-anzino/\">Alessandro Anzino</a></li>\r\n 	<li>Nephew ...</li>\r\n 	<li>Sister ... <a href=\"/giuseppina-anzino/\">Giuseppina Anzino</a></li>\r\n</ul>'),(1495,5672,'_avia_builder_shortcode_tree','a:0:{}'),(1497,5673,'_wp_attached_file','2018/10/valerio-anzino-funeral-procession-notice-1899.jpg'),(1498,5673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1229;s:6:\"height\";i:1646;s:4:\"file\";s:57:\"2018/10/valerio-anzino-funeral-procession-notice-1899.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"valerio-anzino-funeral-procession-notice-1899-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-funeral-procession-notice-1899-768x1029.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1029;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-funeral-procession-notice-1899-769x1030.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:55:\"valerio-anzino-funeral-procession-notice-1899-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-funeral-procession-notice-1899-1229x430.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-funeral-procession-notice-1899-1229x630.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:59:\"valerio-anzino-funeral-procession-notice-1899-1120x1500.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-526x705.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-funeral-procession-notice-1899-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-450x603.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540325217\";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:{}}}'),(1513,5681,'_pp_hide_header_image','on'),(1514,5681,'_pp_hide_page_infobar','on'),(1515,5681,'_edit_lock','1541657500:1'),(2836,5681,'_av_el_mgr_version','1.0'),(2837,5681,'_av_alb_posts_elements_state','a:0:{}'),(2838,5681,'_edit_last','1'),(2839,5681,'_aviaLayoutBuilder_active',''),(2840,5681,'_avia_sc_parser_state','check_only'),(2842,5681,'wptl_orderdate',''),(2844,5856,'_aviaLayoutBuilder_active',''),(2845,5856,'_aviaLayoutBuilderCleanData','<p>The default WordPress themes display all first level pages by default. When importing a GEDCOM file, hundreds of pages can be created, all first level pages. The intent of assigning a Parent Page is to push persona pages down to a second level, allowing an admin to manage the display of those pages.</p><br><p>I can not tell you how many new users have skipped the step of assigning the parent page, then emailed me to say that rootpersona has destroyed their site. (Picture a front page with 100 or more entries in the menu bar).</p><br><p>rootspersona will now create and assign a Parent Page by default. The parent page is NOT meant for display, as the menu is very large on most sites..</p><br><p>'),(2846,5856,'_avia_builder_shortcode_tree','a:0:{}'),(2847,5681,'wpex_order','0'),(2848,5681,'_aviaLayoutBuilderCleanData',''),(2849,5681,'_avia_builder_shortcode_tree','a:0:{}'),(2850,5681,'layout',''),(2851,5681,'sidebar',''),(2852,5681,'footer',''),(2853,5681,'header_title_bar',''),(2854,5681,'header_transparency',''),(2855,5681,'_avia_hide_featured_image','0'),(2857,5858,'_aviaLayoutBuilder_active',''),(2858,5858,'_aviaLayoutBuilderCleanData','<ul>\r\n 	<li>Father ... <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Giovanni Domenico Anzino</a></li>\r\n 	<li>Mother ... <a href=\"/rootspersona-tree-2/lusanna-ippolita/\">Ippolita Lusanna</a></li>\r\n 	<li>Uncle ... <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Bartolomeo Giuseppe Anzino</a></li>\r\n 	<li>Brother ... <a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Giuseppe Carlo Alberto Anzino</a></li>\r\n 	<li>Brother ... <a href=\"/rootspersona-tree-2/anzino-giorgio/\">Georgio Anzino</a></li>\r\n 	<li>Brother ... <a href=\"/rootspersona-tree-2/anzino-alessandro/\">Alessandro Anzino</a></li>\r\n 	<li>Sister ... <a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Giuseppina Anzino</a></li>\r\n</ul>'),(2859,5858,'_avia_builder_shortcode_tree','a:0:{}'),(2860,5542,'wpex_order','0'),(2861,5859,'_wp_attached_file','2018/10/giuseppina-anzino-2016.jpg'),(2862,5859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:690;s:6:\"height\";i:915;s:4:\"file\";s:34:\"2018/10/giuseppina-anzino-2016.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-2016-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-226x300.jpg\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-2016-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x430.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x630.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x684.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x375.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-532x705.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x321.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x423.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-450x597.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464806859\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2863,5860,'_wp_attached_file','2018/10/giuseppina_anzino_circa_1895-cropped.jpg'),(2864,5860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:471;s:6:\"height\";i:1052;s:4:\"file\";s:48:\"2018/10/giuseppina_anzino_circa_1895-cropped.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"giuseppina_anzino_circa_1895-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-134x300.jpg\";s:5:\"width\";i:134;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"giuseppina_anzino_circa_1895-cropped-461x1030.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"giuseppina_anzino_circa_1895-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x430.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x630.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x400.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x684.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x375.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-316x705.jpg\";s:5:\"width\";i:316;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x321.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x423.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-447x999.jpg\";s:5:\"width\";i:447;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x450.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2865,5859,'av-custom-link',''),(2866,5860,'av-custom-link',''),(2867,5673,'av-custom-link',''),(2868,5611,'av-custom-link',''),(2869,5610,'av-custom-link',''),(2870,5609,'av-custom-link',''),(2871,5599,'av-custom-link',''),(2872,5550,'av-custom-link',''),(2873,5549,'av-custom-link',''),(2874,5537,'av-custom-link',''),(2875,128,'av-custom-link',''),(2876,113,'av-custom-link',''),(2877,109,'av-custom-link',''),(2878,93,'av-custom-link',''),(2879,86,'av-custom-link',''),(2880,70,'av-custom-link',''),(2881,61,'av-custom-link',''),(2882,59,'av-custom-link',''),(2883,58,'av-custom-link',''),(2884,57,'av-custom-link',''),(2885,5862,'_wp_attached_file','2018/10/giuseppina_anzino_circa_1895-1.jpg'),(2886,5862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3510;s:6:\"height\";i:2552;s:4:\"file\";s:42:\"2018/10/giuseppina_anzino_circa_1895-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"giuseppina_anzino_circa_1895-1-1030x749.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:749;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:43:\"giuseppina_anzino_circa_1895-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:43:\"giuseppina_anzino_circa_1895-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:44:\"giuseppina_anzino_circa_1895-1-1500x1091.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1091;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-705x513.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:43:\"giuseppina_anzino_circa_1895-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-450x327.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2887,5862,'av-custom-link',''),(2899,5867,'_aviaLayoutBuilder_active','active'),(2900,5867,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree.jpg\' attachment=\'70\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnkkewbp\' admin_preview_bg=\'\']\r\n<a href=\"https://valerioanzino.com/valerios-extended-family/\">Valerio\'s extended family</a>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Fubine Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from September 12 1832. Valerio was born 3 days earlier on September 9 1832.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjw23yi\' admin_preview_bg=\'\']\r\nValerio\'s Civil Death <a href=\"/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Rome on March 5 1899. Discovered on FHC film # 2144772 at local Family History Center.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(2901,5867,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:3;}}'),(2906,5875,'_wp_attached_file','2018/10/anzino-family-tree2.jpg'),(2907,5875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2668;s:6:\"height\";i:1052;s:4:\"file\";s:31:\"2018/10/anzino-family-tree2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"anzino-family-tree2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-768x303.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"anzino-family-tree2-1030x406.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"anzino-family-tree2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"anzino-family-tree2-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"anzino-family-tree2-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:32:\"anzino-family-tree2-1500x591.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-705x278.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"anzino-family-tree2-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-450x177.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540141254\";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:{}}}'),(2909,5877,'_aviaLayoutBuilder_active','active'),(2910,5877,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u7op\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnkkewbp\' admin_preview_bg=\'\']\r\n<a href=\"https://valerioanzino.com/valerios-extended-family/\">Valerio\'s extended family</a>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrl76h\' admin_preview_bg=\'\']\r\nValerio\'s Fubine Baptism <a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from September 12 1832. Valerio was born 3 days earlier on September 9 1832.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjw23yi\' admin_preview_bg=\'\']\r\nValerio\'s Civil Death <a href=\"/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\" target=\"_blank\" rel=\"noopener\">record</a> from Rome on March 5 1899. Discovered on FHC film # 2144772 at local Family History Center.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(2911,5877,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:3;}}'),(2914,5879,'_aviaLayoutBuilder_active','active'),(2915,5879,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight:bold:font-size:1.3em;\">1.</span><a href=\"/giovanni-domenico-anzino/\">Valerio\'s Father - Giovanni Domenico Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\'][/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\'][/av_one_fifth]\r\n\r\n'),(2916,5879,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}'),(2919,5881,'_aviaLayoutBuilder_active','active'),(2920,5881,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold;font-size:1.3em;\">1.</span><a href=\"/giovanni-domenico-anzino/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\'][/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\'][/av_one_fifth]\r\n\r\n'),(2921,5881,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}'),(2924,5883,'_aviaLayoutBuilder_active','active'),(2925,5883,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/giovanni-domenico-anzino/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\'][/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\'][/av_one_fifth]\r\n\r\n'),(2926,5883,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}'),(2929,5885,'_aviaLayoutBuilder_active','active'),(2930,5885,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\'][/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\'][/av_one_fifth]\r\n\r\n'),(2931,5885,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}'),(2934,5887,'_aviaLayoutBuilder_active','active'),(2935,5887,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\'][/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\'][/av_one_fifth]\r\n\r\n'),(2936,5887,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(2939,5889,'_aviaLayoutBuilder_active','active'),(2940,5889,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\'][/av_one_fifth]\r\n\r\n'),(2941,5889,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}'),(2944,5890,'_aviaLayoutBuilder_active','active'),(2945,5890,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\'][/av_one_fifth]\r\n\r\n'),(2946,5890,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}'),(2949,5892,'_aviaLayoutBuilder_active','active'),(2950,5892,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(2951,5892,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}}'),(2954,5894,'_aviaLayoutBuilder_active','active'),(2955,5894,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis screenprint shows Valerio\'s immediate family. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class. Most Anzino names had titles in front of them.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(2956,5894,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}}'),(2959,5896,'_aviaLayoutBuilder_active','active'),(2960,5896,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to him. This section is part of a much larger tree that goes back into the 1600s.  Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the House Of Savoy as Valerio\'s uncle, Monsignor Giuseppe Anzino, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia. That role managed one of the charitable aspects of the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(2961,5896,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}}'),(2964,5898,'_aviaLayoutBuilder_active','active'),(2965,5898,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the House Of Savoy as Valerio\'s uncle, Monsignor Giuseppe Anzino, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia. That role managed one of the charitable aspects of the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(2966,5898,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}}'),(2969,5902,'_aviaLayoutBuilder_active','active'),(2970,5902,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjimwj9\' admin_preview_bg=\'\']\r\nThe photographs in this gallery were sourced from descendents of Valerio Anzino\'s great grandparents Giuseppe Sala  and Girolama Mandelli. Giuseppe and Girolama lived in Fubine, Italy from the mid 1700\'s until their death in the early 1800\'s.\r\n[/av_textblock]\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61,113,109,5550,5549,56,5611,57,54\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'medium\' columns=\'3\' imagelink=\'lightbox\' lazyload=\'avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(2971,5902,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(2974,5904,'_aviaLayoutBuilder_active','active'),(2975,5904,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjimwj9\' admin_preview_bg=\'\']\r\nThe photographs in this gallery were sourced from descendents of Valerio Anzino\'s great grandparents Giuseppe Sala  and Girolama Mandelli. Giuseppe and Girolama lived in Fubine, Italy from the mid 1700\'s until their death in the early 1800\'s.\r\n[/av_textblock]\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61,113,109,5550,5549,56,5611,57,54\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'medium\' columns=\'3\' imagelink=\'lightbox\' lazyload=\'deactivate_avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(2976,5904,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(2979,5906,'_aviaLayoutBuilder_active','active'),(2980,5906,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjimwj9\' admin_preview_bg=\'\']\r\nThe photographs in this gallery were sourced from descendents of Valerio Anzino\'s great grandparents Giuseppe Sala  and Girolama Mandelli. Giuseppe and Girolama lived in Fubine, Italy from the mid 1700\'s until their death in the early 1800\'s.\r\n[/av_textblock]\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61,113,109,5550,5549,56,5611,57,54\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'shop_thumbnail\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'deactivate_avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(2981,5906,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(2982,37,'wpex_order','0'),(2984,5908,'_aviaLayoutBuilder_active','active'),(2985,5908,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-1030x406.jpg\' attachment=\'5875\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(2986,5908,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}}'),(2987,41,'wpex_order','0'),(2998,5875,'av-custom-link',''),(3007,5931,'_wp_attached_file','2018/10/1847-fubine-church-census-giovanni-anzino-family-cropped.jpg'),(3008,5931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1596;s:6:\"height\";i:928;s:4:\"file\";s:68:\"2018/10/1847-fubine-church-census-giovanni-anzino-family-cropped.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"1847-fubine-church-census-giovanni-anzino-family-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-768x447.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"1847-fubine-church-census-giovanni-anzino-family-cropped-1030x599.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:66:\"1847-fubine-church-census-giovanni-anzino-family-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:69:\"1847-fubine-church-census-giovanni-anzino-family-cropped-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:69:\"1847-fubine-church-census-giovanni-anzino-family-cropped-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:69:\"1847-fubine-church-census-giovanni-anzino-family-cropped-1500x872.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-705x410.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:69:\"1847-fubine-church-census-giovanni-anzino-family-cropped-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-450x262.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464692923\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3093,5965,'_edit_lock','1540572901:1'),(3094,5965,'_edit_last','1'),(3095,5967,'_edit_lock','1540572881:1'),(3096,5967,'_edit_last','1'),(3162,5995,'_edit_lock','1542139985:1'),(3163,5995,'_edit_last','1'),(3171,5995,'fa_field_icon',''),(3193,5997,'_edit_lock','1541131244:1'),(3194,5997,'_edit_last','1'),(3202,5997,'fa_field_icon',''),(3266,6009,'_edit_lock','1542139015:1'),(3267,6009,'_edit_last','1'),(3275,6009,'fa_field_icon',''),(3288,6016,'_edit_lock','1541113335:1'),(3289,6016,'_edit_last','1'),(3296,6016,'fa_field_icon',''),(3306,6018,'_edit_lock','1663614185:1'),(3307,6018,'_edit_last','1'),(3308,6018,'_aviaLayoutBuilder_active',''),(3309,6018,'_avia_sc_parser_state','check_only'),(3311,6019,'_aviaLayoutBuilder_active',''),(3312,6019,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"default\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"short\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]'),(3313,6019,'_avia_builder_shortcode_tree','a:0:{}'),(3314,6018,'_aviaLayoutBuilderCleanData',''),(3315,6018,'_avia_builder_shortcode_tree','a:0:{}'),(3316,6018,'_av_el_mgr_version','1.0'),(3317,6018,'_av_alb_posts_elements_state','a:0:{}'),(3318,6018,'layout','fullsize'),(3319,6018,'sidebar',''),(3320,6018,'footer',''),(3321,6018,'header_title_bar',''),(3322,6018,'header_transparency',''),(3323,6018,'_avia_hide_featured_image','0'),(3324,6021,'_aviaLayoutBuilder_active',''),(3325,6021,'_aviaLayoutBuilderCleanData','[cool-content-timeline post-type=\"timeline-stories\" post-category=\"\" tags=\"\" autoplay=\"false\" story-content=\"short\" taxonomy=\"category\" layout=\"horizontal\" designs=\"default\" skin=\"default\" show-posts=\"10\" order=\"DESC\" start-on=\"0\" icons=\"NO\" items=\"\" date-format=\"default\"]'),(3326,6021,'_avia_builder_shortcode_tree','a:0:{}'),(3384,6031,'_aviaLayoutBuilder_active',''),(3385,6031,'_aviaLayoutBuilderCleanData','[cool-content-timeline post-type=\"post\" post-category=\"Anzino\" tags=\"\" autoplay=\"false\" story-content=\"short\" taxonomy=\"category\" layout=\"horizontal\" designs=\"default\" skin=\"default\" show-posts=\"10\" order=\"ASC\" start-on=\"0\" icons=\"NO\" items=\"\" date-format=\"default\"]'),(3386,6031,'_avia_builder_shortcode_tree','a:0:{}'),(3387,6032,'_aviaLayoutBuilder_active',''),(3388,6032,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"short\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]'),(3389,6032,'_avia_builder_shortcode_tree','a:0:{}'),(3419,6038,'_aviaLayoutBuilder_active',''),(3420,6038,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]'),(3421,6038,'_avia_builder_shortcode_tree','a:0:{}'),(3436,93,'_wp_attachment_image_alt','Church Baptism Record'),(3451,93,'_av_el_mgr_version','1.0'),(3452,93,'_av_alb_posts_elements_state','a:0:{}'),(3694,6079,'_aviaLayoutBuilder_active',''),(3695,6079,'_aviaLayoutBuilderCleanData','This is text before the cool timeline shortcode. <a class=\"tltext\" href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" rel=\"noopener\" target=\"_blank\">Giovanni Anzino</a>\r\n[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]'),(3696,6079,'_avia_builder_shortcode_tree','a:0:{}'),(3697,6080,'_aviaLayoutBuilder_active',''),(3698,6080,'_aviaLayoutBuilderCleanData','<p class=\"tltext\">This is text before the cool timeline shortcode. <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" rel=\"noopener\" target=\"_blank\">Giovanni Anzino</a></p>\r\n[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]'),(3699,6080,'_avia_builder_shortcode_tree','a:0:{}'),(3707,6082,'_aviaLayoutBuilder_active',''),(3708,6082,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]'),(3709,6082,'_avia_builder_shortcode_tree','a:0:{}'),(3808,6101,'_aviaLayoutBuilder_active',''),(3809,6101,'_aviaLayoutBuilderCleanData','&nbsp;\r\n\r\n[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"light\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]'),(3810,6101,'_avia_builder_shortcode_tree','a:0:{}'),(3811,6102,'_aviaLayoutBuilder_active',''),(3812,6102,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]\r\n\r\n&nbsp;'),(3813,6102,'_avia_builder_shortcode_tree','a:0:{}'),(3853,6108,'_wp_attached_file','2018/10/Il-cappellano-del-Re-La-posta-del-1866.pdf'),(3854,6108,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Il-cappellano-del-Re-La-posta-del-1866-pdf-62x80.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Il-cappellano-del-Re-La-posta-del-1866-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Il-cappellano-del-Re-La-posta-del-1866-pdf-796x1030.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:46:\"Il-cappellano-del-Re-La-posta-del-1866-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(3855,6109,'_wp_attached_file','2018/10/anzino-postcard-article-1866.jpg'),(3856,6109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:350;s:4:\"file\";s:40:\"2018/10/anzino-postcard-article-1866.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"anzino-postcard-article-1866-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"anzino-postcard-article-1866-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-495x350.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-450x350.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-450x315.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3873,6112,'_wp_attached_file','2018/10/anzino-postcard-to-commander.jpg'),(3874,6112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:1922;s:4:\"file\";s:40:\"2018/10/anzino-postcard-to-commander.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"anzino-postcard-to-commander-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-151x300.jpg\";s:5:\"width\";i:151;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"anzino-postcard-to-commander-768x1528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"anzino-postcard-to-commander-518x1030.jpg\";s:5:\"width\";i:518;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"anzino-postcard-to-commander-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-966x430.jpg\";s:5:\"width\";i:966;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-966x630.jpg\";s:5:\"width\";i:966;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:41:\"anzino-postcard-to-commander-754x1500.jpg\";s:5:\"width\";i:754;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-354x705.jpg\";s:5:\"width\";i:354;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-966x423.jpg\";s:5:\"width\";i:966;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-450x895.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:895;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3883,6109,'_wp_attachment_image_alt','Postcard from Bezzecca'),(3908,6116,'_wp_attached_file','2018/10/1866-postcard-translated.jpg'),(3909,6116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:1569;s:4:\"file\";s:36:\"2018/10/1866-postcard-translated.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"1866-postcard-translated-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"1866-postcard-translated-768x1005.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1005;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"1866-postcard-translated-787x1030.jpg\";s:5:\"width\";i:787;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:34:\"1866-postcard-translated-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"1866-postcard-translated-1199x430.jpg\";s:5:\"width\";i:1199;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:37:\"1866-postcard-translated-1199x630.jpg\";s:5:\"width\";i:1199;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:38:\"1866-postcard-translated-1146x1500.jpg\";s:5:\"width\";i:1146;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-539x705.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:37:\"1866-postcard-translated-1199x423.jpg\";s:5:\"width\";i:1199;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-450x589.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540768911\";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:{}}}'),(3918,6117,'_wp_attached_file','2018/10/AAA_6914.jpg'),(3919,6117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2018/10/AAA_6914.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AAA_6914-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AAA_6914-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AAA_6914-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"AAA_6914-1030x688.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:20:\"AAA_6914-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"AAA_6914-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"AAA_6914-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"AAA_6914-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"AAA_6914-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:22:\"AAA_6914-1500x1001.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"AAA_6914-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"AAA_6914-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"AAA_6914-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"AAA_6914-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"AAA_6914-705x471.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"AAA_6914-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"AAA_6914-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"AAA_6914-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"AAA_6914-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"AAA_6914-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465659544\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3920,6117,'av-custom-link',''),(3921,6116,'av-custom-link',''),(3922,6112,'av-custom-link',''),(3923,6109,'av-custom-link',''),(3924,5931,'av-custom-link',''),(4006,128,'_wp_attachment_image_alt','Roma Civil Death Record'),(4043,6134,'_edit_lock','1541627041:1'),(4044,6134,'_edit_last','1'),(4051,6134,'fa_field_icon',''),(4070,6137,'_wp_attached_file','2018/10/VictorEmmanuel2.jpg'),(4071,6137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:908;s:4:\"file\";s:27:\"2018/10/VictorEmmanuel2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"VictorEmmanuel2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"VictorEmmanuel2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x430.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x630.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x684.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-466x705.jpg\";s:5:\"width\";i:466;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x321.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x423.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-450x681.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4072,6137,'_wp_attachment_image_alt','Vittorio Emmanuel II'),(4079,6139,'_wp_attached_file','2018/10/VictorEmmanuel2-cropped.jpg'),(4080,6139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2018/10/VictorEmmanuel2-cropped.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VictorEmmanuel2-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"VictorEmmanuel2-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-600x430.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-600x321.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-600x423.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4087,6141,'_edit_lock','1541661007:1'),(4088,6141,'_edit_last','1'),(4089,6141,'_aviaLayoutBuilder_active','active'),(4090,6141,'_avia_sc_parser_state','check_only'),(4092,6142,'_aviaLayoutBuilder_active',''),(4093,6142,'_aviaLayoutBuilderCleanData',''),(4094,6142,'_avia_builder_shortcode_tree','a:0:{}'),(4095,6141,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xsdot\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv1irty\' admin_preview_bg=\'\']\r\nValerio Benvenuto Giuseppe Anzino was born to <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" target=\"_blank\" rel=\"noopener\">Giovanni Domenico Anzino</a> and <a href=\"/rootspersona-tree-2/lusanna-ippolita/\" target=\"_blank\" rel=\"noopener\">Ippolita Lusanna</a> on September 9, 1832 in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. Valerio\'s father was a landowner and most of Valerio\'s Anzino ancestors were nobility of some sort. Valerio\'s grandmother, Teresa Sala, came from a connected and powerful family in Fubine. Valerio was the second of 7 children born to Giovanni and Ippolita. When Valerio\'s mother, Ippolita, died in 1845, his father Giovanni married Teresa Rosa Zavattaro and they had one child who died shortly after birth. Valerio\'s family can be seen <a href=\"/anzino-genealogy/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8ruh9\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv1jtnt\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(4096,6141,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4097,6141,'layout',''),(4098,6141,'sidebar',''),(4099,6141,'footer',''),(4100,6141,'header_title_bar',''),(4101,6141,'header_transparency',''),(4102,6141,'_avia_hide_featured_image','0'),(4103,6144,'_edit_lock','1542141787:1'),(4104,6144,'_edit_last','1'),(4105,6144,'_aviaLayoutBuilder_active','active'),(4106,6144,'_avia_sc_parser_state','check_only'),(4108,6145,'_aviaLayoutBuilder_active',''),(4109,6145,'_aviaLayoutBuilderCleanData',''),(4110,6145,'_avia_builder_shortcode_tree','a:0:{}'),(4111,6144,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4k2c74\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnvaq5cc\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via Sudario, 47</a>. Valerio lived in an apartment above his church, <a href=\"https://en.wikipedia.org/wiki/Santissimo_Sudario_all%27Argentina\" target=\"_blank\" rel=\"noopener\">Santissimo Sudario all\'Argentina</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2l9980\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-300x248.jpg\' attachment=\'128\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnvaqxcb\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(4112,6144,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4113,6144,'layout',''),(4114,6144,'sidebar',''),(4115,6144,'footer',''),(4116,6144,'header_title_bar',''),(4117,6144,'header_transparency',''),(4118,6144,'_avia_hide_featured_image','0'),(4119,6147,'_edit_lock','1542141702:1'),(4120,6147,'_edit_last','1'),(4121,6147,'_aviaLayoutBuilder_active','active'),(4122,6147,'_avia_sc_parser_state','check_only'),(4124,6148,'_aviaLayoutBuilder_active',''),(4125,6148,'_aviaLayoutBuilderCleanData',''),(4126,6148,'_avia_builder_shortcode_tree','a:0:{}'),(4127,6147,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-485gdv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv87bdk\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio was baptized on September 12, 1832 at a church in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. His godmother was his aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" rel=\"noopener\" target=\"_blank\">Angela (Anzino) Gotta</a>. Angela was the great great grandmother of this website\'s author and developer\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23t1hf\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv8b2i3\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(4128,6147,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4129,6147,'layout',''),(4130,6147,'sidebar',''),(4131,6147,'footer',''),(4132,6147,'header_title_bar',''),(4133,6147,'header_transparency',''),(4134,6147,'_avia_hide_featured_image','0'),(4151,6153,'_edit_lock','1541627296:1'),(4152,6153,'_edit_last','1'),(4153,6153,'_aviaLayoutBuilder_active','active'),(4154,6153,'_avia_sc_parser_state','check_only'),(4156,6154,'_aviaLayoutBuilder_active',''),(4157,6154,'_aviaLayoutBuilderCleanData',''),(4158,6154,'_avia_builder_shortcode_tree','a:0:{}'),(4159,6153,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3j6ja1\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/VictorEmmanuel2-198x300.jpg\' attachment=\'6137\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnvahfsx\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pe7vt\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnvage44\' admin_preview_bg=\'\']\r\nControversy swirled around the death of <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, Unified Italy\'s first king. The controversy revolved around what Vittorio Emmanuel II said or didn\'t say on his death bed and Valerio\'s role in communicating the King\'s dying statements.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4160,6153,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4161,6153,'layout',''),(4162,6153,'sidebar',''),(4163,6153,'footer',''),(4164,6153,'header_title_bar',''),(4165,6153,'header_transparency',''),(4166,6153,'_avia_hide_featured_image','0'),(4174,6141,'_av_el_mgr_version','1.0'),(4175,6141,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(4176,6153,'_av_el_mgr_version','1.0'),(4177,6153,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(4180,6147,'_av_el_mgr_version','1.0'),(4181,6147,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(4182,6144,'_av_el_mgr_version','1.0'),(4183,6144,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(4220,6163,'_aviaLayoutBuilder_active','active'),(4221,6163,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xsdot\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv1jtnt\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8ruh9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv1irty\' admin_preview_bg=\'\']\r\nValerio Benvenuto Giuseppe Anzino was born to <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" target=\"_blank\" rel=\"noopener\">Giovanni Domenico Anzino</a> and <a href=\"/rootspersona-tree-2/lusanna-ippolita/\" target=\"_blank\" rel=\"noopener\">Ippolita Lusanna</a> on September 9, 1832 in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. Valerio\'s father was a landowner and most of Valerio\'s Anzino ancestors were nobility of some sort. Valerio\'s grandmother, Teresa Sala, came from a connected and powerful family in Fubine.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4222,6163,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4230,6165,'_wp_attached_file','2018/10/lightblue501.png'),(4231,6165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:24:\"2018/10/lightblue501.png\";s:5:\"sizes\";a:1:{s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"lightblue501-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4253,6165,'_wp_attachment_image_alt','Read More'),(4261,6169,'_aviaLayoutBuilder_active','active'),(4262,6169,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xsdot\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv1jtnt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8ruh9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv1irty\' admin_preview_bg=\'\']\r\nValerio Benvenuto Giuseppe Anzino was born to <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" target=\"_blank\" rel=\"noopener\">Giovanni Domenico Anzino</a> and <a href=\"/rootspersona-tree-2/lusanna-ippolita/\" target=\"_blank\" rel=\"noopener\">Ippolita Lusanna</a> on September 9, 1832 in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. Valerio\'s father was a landowner and most of Valerio\'s Anzino ancestors were nobility of some sort. Valerio\'s grandmother, Teresa Sala, came from a connected and powerful family in Fubine. Valerio was the third child of Giovanni and Ippolita. His siblings can be seen <a href=\"/anzino-genealogy/\" rel=\"noopener\" target=\"_blank\">here</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4263,6169,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4264,6170,'_aviaLayoutBuilder_active','active'),(4265,6170,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xsdot\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv1jtnt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8ruh9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv1irty\' admin_preview_bg=\'\']\r\nValerio Benvenuto Giuseppe Anzino was born to <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" target=\"_blank\" rel=\"noopener\">Giovanni Domenico Anzino</a> and <a href=\"/rootspersona-tree-2/lusanna-ippolita/\" target=\"_blank\" rel=\"noopener\">Ippolita Lusanna</a> on September 9, 1832 in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. Valerio\'s father was a landowner and most of Valerio\'s Anzino ancestors were nobility of some sort. Valerio\'s grandmother, Teresa Sala, came from a connected and powerful family in Fubine. Valerio was the second of 7 children born to Giovanni and Ippolita. When Valerio\'s mother, Ippolita, died in 1845, his father Giovanni married Teresa Rosa Zavattaro and they had one child who died shortly after birth. Valerio\'s family can be seen <a href=\"/anzino-genealogy/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4266,6170,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4267,6175,'_aviaLayoutBuilder_active','active'),(4268,6175,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-485gdv\'][/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23t1hf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv87bdk\' admin_preview_bg=\'\']\r\n<p class=\"tltext\">Valerio was baptized on September 12, 1832 at a church in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. His godmother was Angela Anzino, his father\'s sister.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4269,6175,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}'),(4270,6176,'_aviaLayoutBuilder_active','active'),(4271,6176,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xsdot\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv1jtnt\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8ruh9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv1irty\' admin_preview_bg=\'\']\r\nValerio Benvenuto Giuseppe Anzino was born to <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" target=\"_blank\" rel=\"noopener\">Giovanni Domenico Anzino</a> and <a href=\"/rootspersona-tree-2/lusanna-ippolita/\" target=\"_blank\" rel=\"noopener\">Ippolita Lusanna</a> on September 9, 1832 in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. Valerio\'s father was a landowner and most of Valerio\'s Anzino ancestors were nobility of some sort. Valerio\'s grandmother, Teresa Sala, came from a connected and powerful family in Fubine. Valerio was the second of 7 children born to Giovanni and Ippolita. When Valerio\'s mother, Ippolita, died in 1845, his father Giovanni married Teresa Rosa Zavattaro and they had one child who died shortly after birth. Valerio\'s family can be seen <a href=\"/anzino-genealogy/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(4272,6176,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4273,6177,'_aviaLayoutBuilder_active','active'),(4274,6177,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-485gdv\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv8b2i3\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23t1hf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv87bdk\' admin_preview_bg=\'\']\r\n<p class=\"tltext\">Valerio was baptized on September 12, 1832 at a church in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. His godmother was Angela Anzino, his father\'s sister.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(4275,6177,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4276,6178,'_aviaLayoutBuilder_active','active'),(4277,6178,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-485gdv\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv8b2i3\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23t1hf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv87bdk\' admin_preview_bg=\'\']\r\n<p class=\"tltext\">Valerio was baptized on September 12, 1832 at a church in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. His godmother was Angela Anzino, his father\'s sister. Angela was the great great grandmother of this website\'s author and developer</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4278,6178,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4300,6184,'_edit_lock','1541660962:1'),(4301,6184,'_edit_last','1'),(4302,6112,'_wp_attachment_image_alt','Battlefield Postcard'),(4303,6184,'_aviaLayoutBuilder_active','active'),(4304,6184,'_avia_sc_parser_state','check_only'),(4306,6185,'_aviaLayoutBuilder_active','active'),(4307,6185,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x9y54\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-postcard-to-commander-151x300.jpg\' attachment=\'6112\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv9klkx\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2am0yg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv9j86q\' admin_preview_bg=\'\']\r\n<p class=\"tltext\">Valerio accompanied Vittorio Emmanuel II to the battlefields of the Italian Wars for Unification. The postcard image attached is from a postcard that Valerio sent from the <a href=\"https://en.wikipedia.org/wiki/Battle_of_Bezzecca\" target=\"_blank\" rel=\"noopener\">Battle of Bezzecca</a> to a military commander in Torino.  Here is the <a href=\"/wp-content/uploads/2018/10/1866-postcard-translated.jpg\" target=\"_blank\" rel=\"noopener\">English translation</a></p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4308,6185,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4309,6184,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x9y54\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv9j86q\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio accompanied Vittorio Emmanuel II to the battlefields of the Italian Wars for Unification. The postcard image attached, is from a postcard that Valerio sent from the <a href=\"https://en.wikipedia.org/wiki/Battle_of_Bezzecca\" target=\"_blank\" rel=\"noopener\">Battle of Bezzecca</a> to a military commander in Torino. Here is the <a href=\"/wp-content/uploads/2018/10/1866-postcard-translated.jpg\" target=\"_blank\" rel=\"noopener\">English translation</a> of the postcard sent by Valerio. The Battle of Bezzecca was fought on July 26, 1866 between the Italians and the Austrians.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2am0yg\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-postcard-to-commander-151x300.jpg\' attachment=\'6112\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv9klkx\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(4310,6184,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4311,6184,'_av_el_mgr_version','1.0'),(4312,6184,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(4313,6184,'layout',''),(4314,6184,'sidebar',''),(4315,6184,'footer',''),(4316,6184,'header_title_bar',''),(4317,6184,'header_transparency',''),(4318,6184,'_avia_hide_featured_image','0'),(4319,6188,'_aviaLayoutBuilder_active','active'),(4320,6188,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x9y54\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-postcard-to-commander-151x300.jpg\' attachment=\'6112\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv9klkx\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2am0yg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv9j86q\' admin_preview_bg=\'\']\r\n<p class=\"tltext\">Valerio accompanied Vittorio Emmanuel II to the battlefields of the Italian Wars for Unification. The postcard image attached is from a postcard that Valerio sent from the <a href=\"https://en.wikipedia.org/wiki/Battle_of_Bezzecca\" target=\"_blank\" rel=\"noopener\">Battle of Bezzecca</a> to a military commander in Torino. Here is the <a href=\"/wp-content/uploads/2018/10/1866-postcard-translated.jpg\" target=\"_blank\" rel=\"noopener\">English translation</a> of the postcard sent by Valerio. The Battle of Bezzecca was fought on July 26 1866 between the Italians and the Austrians</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4321,6188,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4322,6189,'_aviaLayoutBuilder_active','active'),(4323,6189,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xsdot\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv1jtnt\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8ruh9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv1irty\' admin_preview_bg=\'\']\r\nValerio Benvenuto Giuseppe Anzino was born to <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" target=\"_blank\" rel=\"noopener\">Giovanni Domenico Anzino</a> and <a href=\"/rootspersona-tree-2/lusanna-ippolita/\" target=\"_blank\" rel=\"noopener\">Ippolita Lusanna</a> on September 9, 1832 in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. Valerio\'s father was a landowner and most of Valerio\'s Anzino ancestors were nobility of some sort. Valerio\'s grandmother, Teresa Sala, came from a connected and powerful family in Fubine. Valerio was the second of 7 children born to Giovanni and Ippolita. When Valerio\'s mother, Ippolita, died in 1845, his father Giovanni married Teresa Rosa Zavattaro and they had one child who died shortly after birth. Valerio\'s family can be seen <a href=\"/anzino-genealogy/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(4324,6189,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4325,6190,'_aviaLayoutBuilder_active','active'),(4326,6190,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-485gdv\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv8b2i3\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23t1hf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv87bdk\' admin_preview_bg=\'\']\r\n<p class=\"tltext\">Valerio was baptized on September 12, 1832 at a church in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. His godmother was Angela Anzino, his father\'s sister. Angela was the great great grandmother of this website\'s author and developer</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4327,6190,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4328,6191,'_aviaLayoutBuilder_active',''),(4329,6191,'_aviaLayoutBuilderCleanData',''),(4330,6191,'_avia_builder_shortcode_tree','a:0:{}'),(4331,6194,'_aviaLayoutBuilder_active',''),(4332,6194,'_aviaLayoutBuilderCleanData',''),(4333,6194,'_avia_builder_shortcode_tree','a:0:{}'),(4418,6208,'_aviaLayoutBuilder_active',''),(4419,6208,'_aviaLayoutBuilderCleanData','[caption id=\"attachment_6137\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/10/VictorEmmanuel2.jpg\"><img class=\"size-thumbnail wp-image-6137\" src=\"/wp-content/uploads/2018/10/VictorEmmanuel2-cropped-80x80.jpg\" alt=\"Vittorio Emmanuel II\" width=\"80\" height=\"80\" /></a> Vittorio Emmanuel II[/caption]\r\n<p class=\"tltext\">Controversy swirled around the death of <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, Unified Italy\'s first king. The controversy revolved around what Vittorio Emmanuel II said or didn\'t say on his death bed and Valerio\'s role in communicating the King\'s dying statements.</p>'),(4420,6208,'_avia_builder_shortcode_tree','a:0:{}'),(4421,6209,'_aviaLayoutBuilder_active','active'),(4422,6209,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3j6ja1\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/VictorEmmanuel2-198x300.jpg\' attachment=\'6137\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnvahfsx\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pe7vt\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnvage44\' admin_preview_bg=\'\']\r\nControversy swirled around the death of <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, Unified Italy\'s first king. The controversy revolved around what Vittorio Emmanuel II said or didn\'t say on his death bed and Valerio\'s role in communicating the King\'s dying statements.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4423,6209,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4424,6211,'_aviaLayoutBuilder_active','active'),(4425,6211,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x9y54\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-postcard-to-commander-151x300.jpg\' attachment=\'6112\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv9klkx\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2am0yg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv9j86q\' admin_preview_bg=\'\']\r\nValerio accompanied Vittorio Emmanuel II to the battlefields of the Italian Wars for Unification. The postcard image attached is from a postcard that Valerio sent from the <a href=\"https://en.wikipedia.org/wiki/Battle_of_Bezzecca\" target=\"_blank\" rel=\"noopener\">Battle of Bezzecca</a> to a military commander in Torino. Here is the <a href=\"/wp-content/uploads/2018/10/1866-postcard-translated.jpg\" target=\"_blank\" rel=\"noopener\">English translation</a> of the postcard sent by Valerio. The Battle of Bezzecca was fought on July 26 1866 between the Italians and the Austrians\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4426,6211,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4430,6215,'_aviaLayoutBuilder_active','active'),(4431,6215,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-485gdv\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv8b2i3\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23t1hf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv87bdk\' admin_preview_bg=\'\']\r\nValerio was baptized on September 12, 1832 at a church in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. His godmother was Angela Anzino, his father\'s sister. Angela was the great great grandmother of this website\'s author and developer\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4432,6215,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4433,6221,'_aviaLayoutBuilder_active','active'),(4434,6221,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gkmi8\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-300x248.jpg\' attachment=\'128\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnvaqxcb\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23yeds\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnvaq5cc\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via Sudario, 47</a>. Valerio lived in an apartment above his church, <a href=\"https://en.wikipedia.org/wiki/Santissimo_Sudario_all%27Argentina\" target=\"_blank\" rel=\"noopener\">Santissimo Sudario all\'Argentina</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4435,6221,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4450,6224,'_edit_lock','1541273514:1'),(4451,6224,'_edit_last','1'),(4458,6224,'fa_field_icon',''),(4466,6226,'_edit_lock','1542217166:1'),(4467,6226,'_edit_last','1'),(4468,6226,'_aviaLayoutBuilder_active','active'),(4469,6226,'_avia_sc_parser_state','check_only'),(4471,6227,'_aviaLayoutBuilder_active',''),(4472,6227,'_aviaLayoutBuilderCleanData',''),(4473,6227,'_avia_builder_shortcode_tree','a:0:{}'),(4474,6226,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-ci8ia\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzi86bm\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the attached Fubine Church 1847 census shows, Valerio had moved to Torino although his family remained in Fubine. Valerio was likely attending a boarding school in Torino as was his sister Giuseppina. Valerio and Giuseppina\'s uncle, Monsignor Giuseppe Anzino, was a chaplain in the Royal Palace in Torino at the time, and likely looked after his niece and nephew in some capacity. The year of 1843 is a guess based on his sister moving at age eleven. Both Valerio and his sister could have moved earlier as there have been no school records discovered. Torino was approximately 80-90 km from Fubine so it\'s likely that Valerio and his sister stayed in Torino for the duration of their studies and that Giovanni and Ippolita visited them when possible.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22w19u\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-745x1030.jpg\' attachment=\'5537\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnzi93kq\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4475,6226,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(4476,6226,'layout',''),(4477,6226,'sidebar',''),(4478,6226,'footer',''),(4479,6226,'header_title_bar',''),(4480,6226,'header_transparency',''),(4481,6226,'_avia_hide_featured_image','0'),(4482,6226,'_av_el_mgr_version','1.0'),(4483,6226,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(4567,6251,'_edit_lock','1541273502:1'),(4568,6251,'_edit_last','1'),(4575,6251,'fa_field_icon',''),(4588,6254,'_edit_lock','1541273477:1'),(4589,6254,'_edit_last','1'),(4596,6254,'fa_field_icon',''),(4610,6254,'_wp_old_slug','valerio-enters-priesthood-1848'),(4617,6251,'_wp_old_slug','appointed-to-elemosina-office-1848'),(4624,6260,'_edit_lock','1541470070:1'),(4625,6260,'_edit_last','1'),(4632,6260,'fa_field_icon',''),(4633,6262,'_edit_lock','1541273437:1'),(4634,6262,'_edit_last','1'),(4641,6262,'fa_field_icon',''),(4648,6265,'_edit_lock','1541472832:1'),(4649,6265,'_edit_last','1'),(4656,6265,'fa_field_icon',''),(4657,6267,'_edit_lock','1541454643:1'),(4658,6267,'_edit_last','1'),(4665,6267,'fa_field_icon',''),(4729,6254,'_wp_old_slug','valerio-enters-priesthood'),(4748,6254,'_wp_old_slug','valerio-enters-pallottines-clergy'),(4761,6277,'_edit_lock','1541461286:1'),(4762,6277,'_edit_last','1'),(4769,6277,'fa_field_icon',''),(4776,6279,'_wp_attached_file','2018/10/title-image-201h.jpg'),(4777,6279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3649;s:6:\"height\";i:201;s:4:\"file\";s:28:\"2018/10/title-image-201h.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"title-image-201h-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"title-image-201h-300x17.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"title-image-201h-768x42.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"title-image-201h-1030x57.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"title-image-201h-250x201.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"title-image-201h-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"title-image-201h-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"title-image-201h-1500x201.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"title-image-201h-1500x201.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:28:\"title-image-201h-1500x83.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"title-image-201h-495x201.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"title-image-201h-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"title-image-201h-845x201.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"title-image-201h-710x201.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"title-image-201h-705x39.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"title-image-201h-845x201.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"title-image-201h-1210x201.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"title-image-201h-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"title-image-201h-450x201.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"title-image-201h-450x25.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4778,6281,'_aviaLayoutBuilder_active','active'),(4779,6281,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Caught Between Popes and Kings</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s brother, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4780,6281,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4781,6283,'_aviaLayoutBuilder_active','active'),(4782,6283,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Caught Between Popes and Kings</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4783,6283,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4784,6284,'_wp_attached_file','2018/10/valerio_anzino_circa_1862-cropped.jpg'),(4785,6284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:677;s:6:\"height\";i:888;s:4:\"file\";s:45:\"2018/10/valerio_anzino_circa_1862-cropped.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_circa_1862-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_circa_1862-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x430.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x630.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x684.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x375.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-537x705.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x321.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x423.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-450x590.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4786,6286,'_aviaLayoutBuilder_active','active'),(4787,6286,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Caught Between Popes and Kings</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(4788,6286,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4789,6288,'_aviaLayoutBuilder_active','active'),(4790,6288,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Photo in a Shoebox</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph that had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. There were some scribbled notations on the back of the photo that were sufficient to start a massive online search that focused on Italian kings in the 1800s. The search eventually led to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, knowing for sure who the person in the photo was, search terms were modified which produced lists of scattered documents and newspaper clippings about Valerio Anzino.\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, (Iuri Silvestri), documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_61\" align=\"alignnone\" width=\"572\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-572x1030.jpg\" alt=\"\" width=\"572\" height=\"1030\" class=\"size-large wp-image-61\" /></a> Valerio in the 1890s[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(4791,6288,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4792,6290,'_aviaLayoutBuilder_active','active'),(4793,6290,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Photo in a Shoebox</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom M),  of Valerio\'s aunt, Angela Anzino.. The photo had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine L, Tom M\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, with the cousins knowing for sure who the person in the photo was, search terms were modified which produced lists of scattered documents and newspaper clippings about Valerio Anzino. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, (Iuri Silvestri), documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_61\" align=\"alignnone\" width=\"572\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-572x1030.jpg\" alt=\"\" width=\"572\" height=\"1030\" class=\"size-large wp-image-61\" /></a> Valerio in the 1890s[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(4794,6290,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4795,6292,'_aviaLayoutBuilder_active','active'),(4796,6292,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Small Town with Large Connections</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-200x300.jpg\' attachment=\'86\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4797,6292,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4798,6293,'_wp_attached_file','2018/10/ReadMore-75w.png'),(4799,6293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:75;s:6:\"height\";i:23;s:4:\"file\";s:24:\"2018/10/ReadMore-75w.png\";s:5:\"sizes\";a:1:{s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"ReadMore-75w-36x23.png\";s:5:\"width\";i:36;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4888,6260,'_wp_old_slug','valerio-appointed-chief-chaplain-to-the-king'),(4895,6262,'_wp_old_slug','valerio-writes-book-about-prince-oddone'),(4902,6265,'_wp_old_slug','valerio-sends-photo-of-shroud-to-pope-leo-xiii'),(4921,6310,'_wp_attached_file','2018/10/valerio-anzino-cropped.jpg'),(4922,6310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1632;s:4:\"file\";s:34:\"2018/10/valerio-anzino-cropped.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"valerio-anzino-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-768x1224.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-646x1030.jpg\";s:5:\"width\";i:646;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"valerio-anzino-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-941x1500.jpg\";s:5:\"width\";i:941;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-442x705.jpg\";s:5:\"width\";i:442;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-450x717.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:42:\"Confessor to the pope from Marchisa family\";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:42:\"Confessor to the pope from Marchisa family\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4923,6312,'_aviaLayoutBuilder_active','active'),(4924,6312,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Photo in a Shoebox</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom M),  of Valerio\'s aunt, Angela Anzino.. The photo had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine L, Tom M\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, with the cousins knowing for sure who the person in the photo was, search terms were modified which produced lists of scattered documents and newspaper clippings about Valerio Anzino. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, (Iuri Silvestri), documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"646\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"\" width=\"646\" height=\"1030\" class=\"size-large wp-image-6310\" /></a> Photo from Shoe Box[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(4925,6312,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4926,6314,'_aviaLayoutBuilder_active','active'),(4927,6314,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Photo in a Shoebox</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the online result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom M), of Valerio\'s aunt, Angela Anzino.. The photo had been passed down though 4 generations of the descendents of one of Valerio\'s cousins. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine L, Tom M\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, with the cousins knowing for sure who the person in the photo was, new search terms were used, which produced lists of scattered documents and newspaper clippings about Valerio Anzino. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, (Iuri Silvestri), documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"646\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"\" width=\"646\" height=\"1030\" class=\"size-large wp-image-6310\" /></a> Photo from Shoe Box[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(4928,6314,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4929,6316,'_aviaLayoutBuilder_active','active'),(4930,6316,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Photo in a Shoebox</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom M), of Valerio\'s aunt, Angela Anzino.. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine L, Tom M\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, with the cousins knowing for sure who the person in the photo was, new search terms were used, which produced lists of scattered documents and newspaper clippings about Valerio Anzino. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, (Iuri Silvestri), documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"646\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"\" width=\"646\" height=\"1030\" class=\"size-large wp-image-6310\" /></a> Photo from Shoe Box[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(4931,6316,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4932,6317,'_wp_attached_file','2018/10/brownpaper2.png'),(4933,6317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:232;s:6:\"height\";i:497;s:4:\"file\";s:23:\"2018/10/brownpaper2.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"brownpaper2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"brownpaper2-140x300.png\";s:5:\"width\";i:140;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x250.png\";s:5:\"width\";i:232;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"brownpaper2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"brownpaper2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x430.png\";s:5:\"width\";i:232;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x400.png\";s:5:\"width\";i:232;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x185.png\";s:5:\"width\";i:232;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x375.png\";s:5:\"width\";i:232;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x321.png\";s:5:\"width\";i:232;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x423.png\";s:5:\"width\";i:232;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"brownpaper2-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x450.png\";s:5:\"width\";i:232;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4934,6321,'_aviaLayoutBuilder_active','active'),(4935,6321,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Photo in a Shoebox</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom M), of Valerio\'s aunt, Angela Anzino.. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine L, Tom M\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, with the cousins knowing for sure who the person in the photo was, new search terms were used, which produced lists of scattered documents and newspaper clippings about Valerio Anzino. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, (Iuri Silvestri), documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"646\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"\" width=\"646\" height=\"1030\" class=\"size-large wp-image-6310\" /></a> Photo from Shoe Box[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(4936,6321,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4937,6323,'_aviaLayoutBuilder_active','active'),(4938,6323,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Photo in a Shoebox</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom M), of Valerio\'s aunt, Angela Anzino.. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine L, Tom M\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, with the cousins knowing for sure who the person in the photo was, new search terms were used, which produced lists of scattered documents and newspaper clippings about Valerio Anzino. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two extended trips to Italy were made. With the help of an Italian genealogist, (Iuri Silvestri), documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"646\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"\" width=\"646\" height=\"1030\" class=\"size-large wp-image-6310\" /></a> Photo from Shoe Box[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(4939,6323,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4940,6325,'_aviaLayoutBuilder_active','active'),(4941,6325,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Caught Between Popes and Kings</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote his first book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>.Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4942,6325,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4943,6327,'_aviaLayoutBuilder_active','active'),(4944,6327,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Small Town with Large Connections</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(4945,6327,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4946,6329,'_aviaLayoutBuilder_active','active'),(4947,6329,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Photo in a Shoebox</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom M), of Valerio\'s aunt, Angela Anzino.. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine L, Tom M\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, with the cousins knowing for sure who the person in the photo was, new search terms were used, which produced lists of scattered documents and newspaper clippings about Valerio Anzino. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two  trips to Italy were made. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura S. R.), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri S.), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjuz88d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"646\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"\" width=\"646\" height=\"1030\" class=\"size-large wp-image-6310\" /></a> Photo from Shoe Box[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(4948,6329,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4949,6331,'_aviaLayoutBuilder_active','active'),(4950,6331,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Small Town with Large Connections</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(4951,6331,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4952,6333,'_aviaLayoutBuilder_active','active'),(4953,6333,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Caught Between Popes and Kings</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4954,6333,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4955,6335,'_aviaLayoutBuilder_active','active'),(4956,6335,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Caught Between Popes and Kings</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II in 1878 concerning what the King said or didn\'t say on his deathbed. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4957,6335,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4958,6337,'_aviaLayoutBuilder_active','active'),(4959,6337,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Caught Between Popes and Kings</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The controversy concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the Papal States from the Catholic Church to the new government. While the Wars for Unification had ended in the 1860\'s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4960,6337,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4961,6340,'_aviaLayoutBuilder_active','active'),(4962,6340,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<p class=\"page-header\">Photo in a Shoebox</p>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom M), of Valerio\'s aunt, Angela Anzino.. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine L, Tom M\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, with the cousins knowing for sure who the person in the photo was, new search terms were used, which produced lists of scattered documents and newspaper clippings about Valerio Anzino. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two  trips to Italy were made. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura S. R.), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri S.), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\' attachment=\'6310\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jny2f3pm\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(4963,6340,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4964,6342,'_aviaLayoutBuilder_active','active'),(4965,6342,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The controversy concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the Papal States from the Catholic Church to the new government. While the Wars for Unification had ended in the 1860\'s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4966,6342,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4967,6344,'_aviaLayoutBuilder_active','active'),(4968,6344,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<h1>Caught Between Popes and Kings</h1>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The controversy concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the Papal States from the Catholic Church to the new government. While the Wars for Unification had ended in the 1860\'s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4969,6344,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4970,6346,'_aviaLayoutBuilder_active','active'),(4971,6346,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 15 Valerio was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The controversy concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the Papal States from the Catholic Church to the new government. While the Wars for Unification had ended in the 1860\'s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4972,6346,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4973,6350,'_aviaLayoutBuilder_active','active'),(4974,6350,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<h2>Photo in a Shoebox</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom M), of Valerio\'s aunt, Angela Anzino.. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine L, Tom M\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online photo of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, with the cousins knowing for sure who the person in the photo was, new search terms were used, which produced lists of scattered documents and newspaper clippings about Valerio Anzino. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, two  trips to Italy were made. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura S. R.), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri S.), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\' attachment=\'6310\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jny2f3pm\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4975,6350,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4976,6352,'_aviaLayoutBuilder_active','active'),(4977,6352,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4978,6352,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4979,6354,'_aviaLayoutBuilder_active','active'),(4980,6354,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16 Valerio joined the Pallattines in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The controversy concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the Papal States from the Catholic Church to the new government. While the Wars for Unification had ended in the 1860\'s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4981,6354,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4982,6355,'_aviaLayoutBuilder_active','active'),(4983,6355,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16 Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 30 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The controversy concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the Papal States from the Catholic Church to the new government. While the Wars for Unification had ended in the 1860\'s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(4984,6355,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(4985,6356,'_wp_attached_file','2018/11/new-logo6-350.jpg'),(4986,6356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:121;s:4:\"file\";s:25:\"2018/11/new-logo6-350.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-logo6-350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"new-logo6-350-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:25:\"new-logo6-350-250x121.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"new-logo6-350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"new-logo6-350-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"new-logo6-350-260x121.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"new-logo6-350-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4993,6262,'_wp_old_slug','authors-book-about-prince-oddone'),(5000,6262,'_wp_old_slug','writes-book-about-prince-oddone'),(5007,6265,'_wp_old_slug','sends-photo-of-shroud-to-pope-leo-xiii'),(5014,6267,'_wp_old_slug','pope-pius-ix-demands-report-from-valerio'),(5033,6363,'_edit_lock','1541114503:1'),(5034,6363,'_edit_last','1'),(5041,6363,'fa_field_icon',''),(5048,6016,'_wp_old_slug','battlefield'),(5062,6367,'_edit_lock','1541105770:1'),(5063,6367,'_edit_last','1'),(5064,6367,'_aviaLayoutBuilder_active','active'),(5065,6367,'_avia_sc_parser_state','check_only'),(5066,6367,'_wp_page_template','default'),(5067,6368,'_aviaLayoutBuilder_active',''),(5068,6368,'_aviaLayoutBuilderCleanData',''),(5069,6368,'_avia_builder_shortcode_tree','a:0:{}'),(5070,6367,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4mdpwv\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnz2ia3h\' admin_preview_bg=\'\']\r\nOn January 24, 1884, A New York Herald journalist interviews Valerio. The journalist is in Rome to attend the annual anniversary of Italy\'s First King\'s death. The controversy concerning what Vittorio Emmanuel II said on his deathbed is still swirling in Italy and France.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2mhewf\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-interview-596x1030.jpg\' attachment=\'6422\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'manually,https://valerioanzino.com/wp-content/uploads/2018/11/anzino-interview.jpg\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnz2djot\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5071,6367,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5072,6367,'layout',''),(5073,6367,'sidebar',''),(5074,6367,'footer',''),(5075,6367,'header_title_bar',''),(5076,6367,'header_transparency',''),(5077,6367,'_avia_hide_featured_image','0'),(5078,6367,'_av_el_mgr_version','1.0'),(5079,6367,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5080,6371,'_edit_lock','1542158763:1'),(5081,6371,'_edit_last','1'),(5082,6371,'_aviaLayoutBuilder_active','active'),(5083,6371,'_avia_sc_parser_state','check_only'),(5085,6372,'_aviaLayoutBuilder_active',''),(5086,6372,'_aviaLayoutBuilderCleanData',''),(5087,6372,'_avia_builder_shortcode_tree','a:0:{}'),(5088,6371,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3srmab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzjf8o8\' admin_preview_bg=\'\']\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\"><em>Pallottines</em></a> in Torino at the age of 16. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest <a href=\"https://en.wikipedia.org/wiki/Vincent_Pallotti\" target=\"_blank\" rel=\"noopener\">Saint Vincent Pallotti</a>. The Pallotines were noted for their charitable work with the poor. It is important to note that Torino was at that time the capital city of the <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Kingdom of Sardinia</a>, which was ruled by the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a>. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-26bhtv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzkd59d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6505\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-6505\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti-300x300.jpg\" alt=\"Father Vincent Pallotti founder of the Pallottines\" width=\"300\" height=\"300\" /> Father Vincent Pallotti founder of the Pallottines[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(5089,6371,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5090,6371,'layout','fullsize'),(5091,6371,'sidebar',''),(5092,6371,'footer',''),(5093,6371,'header_title_bar',''),(5094,6371,'header_transparency',''),(5095,6371,'_avia_hide_featured_image','0'),(5102,6371,'_av_el_mgr_version','1.0'),(5103,6371,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5110,6382,'_edit_lock','1541225099:1'),(5111,6382,'_edit_last','1'),(5112,6382,'_aviaLayoutBuilder_active','active'),(5113,6382,'_avia_sc_parser_state','check_only'),(5114,6382,'_wp_page_template','default'),(5115,6383,'_aviaLayoutBuilder_active',''),(5116,6383,'_aviaLayoutBuilderCleanData',''),(5117,6383,'_avia_builder_shortcode_tree','a:0:{}'),(5118,6382,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4a29f2\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo11osv1\' admin_preview_bg=\'\']\r\nAfter Valerio enters the priesthood at 16, he joins his uncle Monsignor Giuseppe Anzino who is one of Chaplains in the Chapel of Vittorio Emmanuel II at the <a href=\"https://en.wikipedia.org/wiki/Royal_Palace_of_Turin\" target=\"_blank\">Royal Palace</a> in Torino. Valerio first shows up on the \"Calendario generale del Regno\" in 1849. This document was prepared annually by the Kingdom of Sardenia and listed many things including the names and positions of people working for House of Savoy in running the Kingdom of Sardenia. Uncle Monsignore Giuseppe Anzino has been working at the Royal Palace at least since 1825 at the age of 20.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-aofsu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Torino-PalazzoReale-300x225.jpg\' attachment=\'6549\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo11pl38\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5119,6382,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5120,6382,'_av_el_mgr_version','1.0'),(5121,6382,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5122,6382,'layout',''),(5123,6382,'sidebar',''),(5124,6382,'footer',''),(5125,6382,'header_title_bar',''),(5126,6382,'header_transparency',''),(5127,6382,'_avia_hide_featured_image','0'),(5140,6388,'_edit_lock','1541469730:1'),(5141,6388,'_edit_last','1'),(5142,6388,'_aviaLayoutBuilder_active','active'),(5143,6388,'_avia_sc_parser_state','check_only'),(5144,6388,'_wp_page_template','default'),(5145,6389,'_aviaLayoutBuilder_active',''),(5146,6389,'_aviaLayoutBuilderCleanData',''),(5147,6389,'_avia_builder_shortcode_tree','a:0:{}'),(5148,6388,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84xek4\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5axf78\' admin_preview_bg=\'\']\r\nAfter Vittorio Emmanuel II dies in January 1878, his son and successor to the throne, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\">Umberto I</a>, appoints Valerio Anzino to the role of Chief Chaplain.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ninp0\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/umberto-I-1887.jpg\' attachment=\'6974\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2gifpw\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5149,6388,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5150,6388,'_av_el_mgr_version','1.0'),(5151,6388,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5152,6388,'layout',''),(5153,6388,'sidebar',''),(5154,6388,'footer',''),(5155,6388,'header_title_bar',''),(5156,6388,'header_transparency',''),(5157,6388,'_avia_hide_featured_image','0'),(5164,6394,'_aviaLayoutBuilder_active','active'),(5165,6394,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16 Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The controversy concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the Papal States from the Catholic Church to the new government. While the Wars for Unification had ended in the 1860\'s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5166,6394,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(5206,6402,'_edit_lock','1541455836:1'),(5207,6402,'_edit_last','1'),(5208,6402,'_aviaLayoutBuilder_active','active'),(5209,6402,'_avia_sc_parser_state','check_only'),(5210,6402,'_wp_page_template','default'),(5211,6403,'_aviaLayoutBuilder_active',''),(5212,6403,'_aviaLayoutBuilderCleanData',''),(5213,6403,'_avia_builder_shortcode_tree','a:0:{}'),(5214,6402,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3xsy36\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4u6wxp\' admin_preview_bg=\'\']\r\nImmediately after Vittorio Emmanuel II\'s death on January 9, 1878, <a href=\"https://en.wikipedia.org/wiki/Pope_Pius_IX\" target=\"_blank\" rel=\"noopener\">Pope Pius IX</a> demands that Valerio send him a detailed report of the circumstances surrounding the death. Pius IX had sent 2 emissaries from the Vatican to speak to the King on his deathbed, but Valerio kept them away from the King and wouldn\'t allow any visit to take place. It is important to note here that the King had been excommunicated by the Pope after Vittorio\'s army defeated the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> army in 1870. While that defeat was more of a small number of skirmishes rather than an all-out battle, the result was that the Papal States no longer existed. The Catholic Church, through it\'s Popes, had ruled the Papal States in Central Italy from the 8th century until 1870 as a sovereign entity. At the time of Vittorio\'s death in 1878, the Vatican and the Italian Government were still legally in a state of war as the Vatican had refused to sign a peace treaty in 1870. The political speculation at the time, (buttressed by the lens of historical research), was that the Vatican\'s goal was to extract a confession, written or verbal, from Vittorio Emmanuel II to the effect that Vittorio had unjustly taken the Church\'s property. If Vittorio Emmanuel II had confessed to this on his deathbed , the Vatican would likely have used it as a legal and/or political tool to get some of it\'s Papal States property back.\r\nValerio\'s report, (this author has viewed the draft versions of it at the State Archives in Roma), did not provide the confession that the Vatican had hoped for. Vittorio Emmanuel II stated 2 things that Valerio included in his report:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\"</li>\r\n 	<li>\"I never intended to harm Catholicism\"</li>\r\n</ul>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgppe\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/pope-pius-IX-1878-626x1030.jpg\' attachment=\'6934\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo4tp39w\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5215,6402,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5216,6402,'_av_el_mgr_version','1.0'),(5217,6402,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5218,6402,'layout',''),(5219,6402,'sidebar',''),(5220,6402,'footer',''),(5221,6402,'header_title_bar',''),(5222,6402,'header_transparency',''),(5223,6402,'_avia_hide_featured_image','0'),(5224,6277,'_wp_old_slug','appointed-mitred-abbot-of-santa-barbara-in-mantua'),(5231,6406,'_edit_lock','1541461430:1'),(5232,6406,'_edit_last','1'),(5233,6406,'_aviaLayoutBuilder_active','active'),(5234,6406,'_avia_sc_parser_state','check_only'),(5235,6406,'_wp_page_template','default'),(5236,6407,'_aviaLayoutBuilder_active',''),(5237,6407,'_aviaLayoutBuilderCleanData',''),(5238,6407,'_avia_builder_shortcode_tree','a:0:{}'),(5239,6406,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jdm3q\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo3rdnju\' admin_preview_bg=\'\']\r\nMonsignore was appointed Mitred Abbot of the <a href=\"https://en.wikipedia.org/wiki/Ducal_palace,_Mantua#Palatine_church_of_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Basilica Santa Barbara</a> in Mantua, Italy in around 1888. The date is not certain yet but the Records of the House of Savoy from 1889 show Valerio in the role meaning that the appointment was made in 1888 or earlier. This appointment was made by Umberto I, the King. This position was not operational as Valerio was working in Roma as the Chief Chaplain to Umberto I and as Confessor to Queen Margherita when this appointment was made. The Basilica Santa Barbara was a Pallottine Church and Valerio was ordained as a member of the Pallottine clergy so this appointment made sense from that perspective. Valerio did get very involved in a restoration project of the Church , hiring his nephew, <a href=\"https://valerioanzino.com/rootspersona-tree/anzino-giuseppe-pietro/\" target=\"_blank\" rel=\"noopener\">Giuseppe Anzino</a>, (an artist), to help manage the project. The Basilica Santa Barbara for many years was the Royal Chapel of the Gonzaga family until their dynasty ended in 1707.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1y3xfa\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1-1030x773.jpg\' attachment=\'6926\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo3rqidu\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5240,6406,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5241,6406,'_av_el_mgr_version','1.0'),(5242,6406,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5243,6406,'layout',''),(5244,6406,'sidebar',''),(5245,6406,'footer',''),(5246,6406,'header_title_bar',''),(5247,6406,'header_transparency',''),(5248,6406,'_avia_hide_featured_image','0'),(5249,6410,'_edit_lock','1542212593:1'),(5250,6410,'_edit_last','1'),(5251,6410,'_aviaLayoutBuilder_active','active'),(5252,6410,'_avia_sc_parser_state','check_only'),(5254,6411,'_aviaLayoutBuilder_active',''),(5255,6411,'_aviaLayoutBuilderCleanData',''),(5256,6411,'_avia_builder_shortcode_tree','a:0:{}'),(5257,6410,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kd27e\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo55oa24\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe <a href=\"https://en.wikipedia.org/wiki/Shroud_of_Turin\" target=\"_blank\" rel=\"noopener\">Shroud of Turin</a>, was owned and guarded by the Savoia, (House of Savoy), since 1453. In 1453 Margaret de Charny deeded the Shroud to the House of Savoy. In 1578 the shroud was transferred to Torino. Since the 17th century the shroud has been displayed  in the chapel built for that purpose by Guarino Guarini for the Savoia, and it was first photographed during the <a href=\"https://vimeo.com/173453651\" target=\"_blank\" rel=\"noopener\">1898 Torino Exposition</a>. As Capellano Maggiore, (Chief Chaplain), to King Umberto I, Monsignor Anzino delivered a copy of that first photograph to <a href=\"https://en.wikipedia.org/wiki/Pope_Leo_XIII\" target=\"_blank\" rel=\"noopener\">Pope Leo XIII</a>. This \"Peace Offering\", as such, was another one of Valerio\'s attempts to broker a formal peace treaty between the Vatican and the Italian government.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1xhuoa\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/shroud-700x438.jpg\' attachment=\'6980\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo559bwg\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5258,6410,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5259,6410,'_av_el_mgr_version','1.0'),(5260,6410,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5261,6410,'layout',''),(5262,6410,'sidebar',''),(5263,6410,'footer',''),(5264,6410,'header_title_bar',''),(5265,6410,'header_transparency',''),(5266,6410,'_avia_hide_featured_image','0'),(5297,6419,'_edit_lock','1541141489:1'),(5298,6419,'_edit_last','1'),(5299,6419,'_aviaLayoutBuilder_active','active'),(5300,6419,'_avia_sc_parser_state','check_only'),(5301,6419,'_wp_page_template','default'),(5302,6420,'_aviaLayoutBuilder_active',''),(5303,6420,'_aviaLayoutBuilderCleanData',''),(5304,6420,'_avia_builder_shortcode_tree','a:0:{}'),(5305,6419,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4r4z2r\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnznstr3\' admin_preview_bg=\'\']\r\nValerio writes a book <em>S.a.r. Il Principe Odone Di Savoia, Duca Di Monferrato</em>, about <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\">Prince Oddone</a>, one of Vittorio Emmanuel II\'s sons, who dies at the age of 19. The book is published by Collegio degli Artigianelli, Torino in 1867. Prince Oddone was one of the Princes of the Savoia that Valerio tutored before Valerio became Chief Chaplain to the then King of Sardinia, Vittorio Emanuel II.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-289dar\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Prince_Oddone_Duke_of_Montferrat.jpg\' attachment=\'6535\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnznvhir\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5306,6419,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5307,6419,'_av_el_mgr_version','1.0'),(5308,6419,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5309,6419,'layout',''),(5310,6419,'sidebar',''),(5311,6419,'footer',''),(5312,6419,'header_title_bar',''),(5313,6419,'header_transparency',''),(5314,6419,'_avia_hide_featured_image','0'),(5315,6422,'_wp_attached_file','2018/11/anzino-interview.jpg'),(5316,6422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3624;s:6:\"height\";i:6259;s:4:\"file\";s:28:\"2018/11/anzino-interview.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"anzino-interview-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"anzino-interview-174x300.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"anzino-interview-768x1326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"anzino-interview-596x1030.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"anzino-interview-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"anzino-interview-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"anzino-interview-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"anzino-interview-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"anzino-interview-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:29:\"anzino-interview-869x1500.jpg\";s:5:\"width\";i:869;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"anzino-interview-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"anzino-interview-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"anzino-interview-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"anzino-interview-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:28:\"anzino-interview-408x705.jpg\";s:5:\"width\";i:408;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"anzino-interview-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"anzino-interview-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"anzino-interview-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"anzino-interview-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"anzino-interview-450x777.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5317,6422,'_wp_attachment_image_alt','NY Herald Interview 1884'),(5330,6425,'_aviaLayoutBuilder_active','active'),(5331,6425,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4mdpwv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnz2ia3h\' admin_preview_bg=\'\']\r\nOn January 24, 1884, A New York Herald journalist interviews Valerio. The journalist is in Rome to attend the annual anniversary of Italy\'s First King\'s death. The controversy concerning what Vittorio Emmanuel II said on his deathbed is still swirling in Italy and France.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2mhewf\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-interview-596x1030.jpg\' attachment=\'6422\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnz2djot\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5332,6425,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5333,6427,'_aviaLayoutBuilder_active','active'),(5334,6427,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4mdpwv\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnz2ia3h\' admin_preview_bg=\'\']\r\nOn January 24, 1884, A New York Herald journalist interviews Valerio. The journalist is in Rome to attend the annual anniversary of Italy\'s First King\'s death. The controversy concerning what Vittorio Emmanuel II said on his deathbed is still swirling in Italy and France.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2mhewf\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-interview-596x1030.jpg\' attachment=\'6422\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'manually,https://valerioanzino.com/wp-content/uploads/2018/11/anzino-interview.jpg\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnz2djot\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5335,6427,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5342,6429,'_edit_lock','1541638155:1'),(5343,6429,'_edit_last','1'),(5350,6429,'fa_field_icon',''),(5351,6431,'_edit_lock','1541462662:1'),(5352,6431,'_edit_last','1'),(5359,6431,'fa_field_icon',''),(5390,6440,'_aviaLayoutBuilder_active',''),(5391,6440,'_aviaLayoutBuilderCleanData',''),(5392,6440,'_avia_builder_shortcode_tree','a:0:{}'),(5400,6016,'story_based_on','default'),(5401,6016,'ctl_story_year','1866'),(5402,6016,'ctl_story_date','07/23/1866'),(5403,6016,'story_format','default'),(5404,6016,'img_cont_size','small'),(5405,6016,'story_custom_link','/postcard-from-battlefield/'),(5406,6016,'ctl_story_color','#'),(5407,6444,'_aviaLayoutBuilder_active','active'),(5408,6444,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x9y54\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-postcard-to-commander-151x300.jpg\' attachment=\'6112\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv9klkx\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2am0yg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv9j86q\' admin_preview_bg=\'\']\r\nValerio accompanied Vittorio Emmanuel II to the battlefields of the Italian Wars for Unification. The postcard image attached is from a postcard that Valerio sent from the <a href=\"https://en.wikipedia.org/wiki/Battle_of_Bezzecca\" target=\"_blank\" rel=\"noopener\">Battle of Bezzecca</a> to a military commander in Torino. Here is the <a href=\"/wp-content/uploads/2018/10/1866-postcard-translated.jpg\" target=\"_blank\" rel=\"noopener\">English translation</a> of the postcard sent by Valerio. The Battle of Bezzecca was fought on July 26 1866 between the Italians and the Austrians\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(5409,6444,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5417,6447,'_aviaLayoutBuilder_active','active'),(5418,6447,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3j6ja1\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/VictorEmmanuel2-198x300.jpg\' attachment=\'6137\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnvahfsx\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pe7vt\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnvage44\' admin_preview_bg=\'\']\r\nControversy swirled around the death of <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, Unified Italy\'s first king. The controversy revolved around what Vittorio Emmanuel II said or didn\'t say on his death bed and Valerio\'s role in communicating the King\'s dying statements.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(5419,6447,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5427,6450,'_aviaLayoutBuilder_active',''),(5428,6450,'_aviaLayoutBuilderCleanData',''),(5429,6450,'_avia_builder_shortcode_tree','a:0:{}'),(5493,6363,'story_based_on','default'),(5494,6363,'ctl_story_year','1884'),(5495,6363,'ctl_story_date','01/24/1884'),(5496,6363,'story_format','default'),(5497,6363,'img_cont_size','full'),(5498,6363,'story_custom_link','/interviewed-by-ny-herald/'),(5499,6363,'ctl_story_color','#'),(5514,6461,'_edit_lock','1541638762:1'),(5515,6461,'_edit_last','1'),(5516,6461,'_aviaLayoutBuilder_active','active'),(5517,6461,'_avia_sc_parser_state','check_only'),(5519,6462,'_aviaLayoutBuilder_active',''),(5520,6462,'_aviaLayoutBuilderCleanData',''),(5521,6462,'_avia_builder_shortcode_tree','a:0:{}'),(5522,6461,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o2t25\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7sj8sk\' custom_class=\'\' admin_preview_bg=\'\']\r\nAccording to <a href=\"/document/notes-about-valerio-1905/\">notes</a> written by an unknown Fubinese author around 1905 , Valerio Anzino was appointed Secretary Elemosiniere in 1857. The website author has not been able to find any supporting documents for this. It appears that it might have been an unofficial title in the Savoia offices. There are many Savoia records from the mid 1800s available and many of them show that various Elemosiniere positions are not filled. The website\'s author is still trying to get a good understanding of what the roles and responsibilities were for those in the House of Savoy with Elemosiniere or Limosiniere titles. Looking at the annual <a href=\"https://catalog.hathitrust.org/Record/100534402\" target=\"_blank\" rel=\"noopener\"><em>Calendario generale del regno</em></a> books from the House of Savoy in the 1800s, it appears to be an important function. Commonly the heads of different Elemosiniere offices appear to be well connected to the Savoia. A quick research into the function makes it appear that the function was to distribute Savoia funds to organizations that in turn conducted charitable works.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2tstzx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/notes-screen-print-300x104.jpg\' attachment=\'7270\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7vqnf8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5523,6461,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5524,6461,'_av_el_mgr_version','1.0'),(5525,6461,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5526,6461,'layout',''),(5527,6461,'sidebar',''),(5528,6461,'footer',''),(5529,6461,'header_title_bar',''),(5530,6461,'header_transparency',''),(5531,6461,'_avia_hide_featured_image','0'),(5532,6466,'_aviaLayoutBuilder_active',''),(5533,6466,'_aviaLayoutBuilderCleanData',''),(5534,6466,'_avia_builder_shortcode_tree','a:0:{}'),(5535,6469,'_aviaLayoutBuilder_active',''),(5536,6469,'_aviaLayoutBuilderCleanData',''),(5537,6469,'_avia_builder_shortcode_tree','a:0:{}'),(5538,6472,'_edit_lock','1541627360:1'),(5539,6472,'_edit_last','1'),(5540,6472,'_aviaLayoutBuilder_active','active'),(5541,6472,'_avia_sc_parser_state','check_only'),(5543,6473,'_aviaLayoutBuilder_active',''),(5544,6473,'_aviaLayoutBuilderCleanData',''),(5545,6473,'_avia_builder_shortcode_tree','a:0:{}'),(5546,6472,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-89gxyw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4yntxj\' admin_preview_bg=\'\']\r\nValerio Anzino is appointed as Chaplain at the Military Headquarters in Torino in 1865 or 1866 at the age of 34. This date comes from a letter written in the early 1900s by a Fubinese who knew Cresentino Casselli, a Fubinese historian. The attached photo was likely taken at the Military Headquarters in Torino but before July 28 1866 since Valerio\'s father, <a href=\"/rootspersona-tree/anzino-giovanni-domenico/\" rel=\"noopener\" target=\"_blank\">Giovanni Anzino</a>, (sitting to Valerio\'s left), died on July 28 1866 in Torino.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4jp9rs\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio_anzino_and_father_1860s.jpg\' attachment=\'6540\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2ye32w\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5547,6472,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5548,6472,'_av_el_mgr_version','1.0'),(5549,6472,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5550,6472,'layout',''),(5551,6472,'sidebar',''),(5552,6472,'footer',''),(5553,6472,'header_title_bar',''),(5554,6472,'header_transparency',''),(5555,6472,'_avia_hide_featured_image','0'),(5556,6009,'story_based_on','default'),(5557,6009,'ctl_story_year','1899'),(5558,6009,'ctl_story_date','03/05/1899'),(5559,6009,'story_format','default'),(5560,6009,'img_cont_size','small'),(5561,6009,'story_custom_link','/death-roma-italy/'),(5562,6009,'ctl_story_color','#'),(5563,6477,'_aviaLayoutBuilder_active','active'),(5564,6477,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gkmi8\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-300x248.jpg\' attachment=\'128\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnvaqxcb\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23yeds\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnvaq5cc\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via Sudario, 47</a>. Valerio lived in an apartment above his church, <a href=\"https://en.wikipedia.org/wiki/Santissimo_Sudario_all%27Argentina\" target=\"_blank\" rel=\"noopener\">Santissimo Sudario all\'Argentina</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(5565,6477,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5566,6479,'_wp_attached_file','2018/11/title-image-201h-2200w.jpg'),(5567,6479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2198;s:6:\"height\";i:201;s:4:\"file\";s:34:\"2018/11/title-image-201h-2200w.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"title-image-201h-2200w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"title-image-201h-2200w-300x27.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"title-image-201h-2200w-768x70.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-1030x94.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-250x201.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"title-image-201h-2200w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"title-image-201h-2200w-1500x201.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:35:\"title-image-201h-2200w-1500x201.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:35:\"title-image-201h-2200w-1500x137.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-495x201.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-845x201.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-710x201.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"title-image-201h-2200w-705x64.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-845x201.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"title-image-201h-2200w-1210x201.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-450x201.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"title-image-201h-2200w-450x41.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5568,6480,'_wp_attached_file','2018/11/brownpaper-title.jpg'),(5569,6480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:198;s:4:\"file\";s:28:\"2018/11/brownpaper-title.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"brownpaper-title-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"brownpaper-title-300x26.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"brownpaper-title-768x66.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-1030x89.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-250x198.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"brownpaper-title-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"brownpaper-title-1500x198.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"brownpaper-title-1500x198.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:29:\"brownpaper-title-1500x129.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-495x198.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-845x198.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-710x198.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"brownpaper-title-705x61.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-845x198.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"brownpaper-title-1210x198.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-450x198.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"brownpaper-title-450x39.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5570,6224,'_wp_old_slug','moves-to-torino-for-school'),(5578,6483,'_aviaLayoutBuilder_active',''),(5579,6483,'_aviaLayoutBuilderCleanData',''),(5580,6483,'_avia_builder_shortcode_tree','a:0:{}'),(5581,5995,'story_based_on','default'),(5582,5995,'ctl_story_year','1832'),(5583,5995,'ctl_story_date','09/09/1832'),(5584,5995,'story_format','default'),(5585,5995,'img_cont_size','full'),(5586,5995,'story_custom_link','/born-fubine-italy/'),(5587,5995,'ctl_story_color','#'),(5588,6487,'_aviaLayoutBuilder_active','active'),(5589,6487,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xsdot\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv1jtnt\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8ruh9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv1irty\' admin_preview_bg=\'\']\r\nValerio Benvenuto Giuseppe Anzino was born to <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" target=\"_blank\" rel=\"noopener\">Giovanni Domenico Anzino</a> and <a href=\"/rootspersona-tree-2/lusanna-ippolita/\" target=\"_blank\" rel=\"noopener\">Ippolita Lusanna</a> on September 9, 1832 in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. Valerio\'s father was a landowner and most of Valerio\'s Anzino ancestors were nobility of some sort. Valerio\'s grandmother, Teresa Sala, came from a connected and powerful family in Fubine. Valerio was the second of 7 children born to Giovanni and Ippolita. When Valerio\'s mother, Ippolita, died in 1845, his father Giovanni married Teresa Rosa Zavattaro and they had one child who died shortly after birth. Valerio\'s family can be seen <a href=\"/anzino-genealogy/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(5590,6487,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5591,5997,'story_based_on','default'),(5592,5997,'ctl_story_year','1832'),(5593,5997,'ctl_story_date','09/12/1832'),(5594,5997,'story_format','default'),(5595,5997,'img_cont_size','full'),(5596,5997,'story_custom_link','/baptized-fubine-italy/'),(5597,5997,'ctl_story_color','#'),(5598,6490,'_aviaLayoutBuilder_active','active'),(5599,6490,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-485gdv\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv8b2i3\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23t1hf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv87bdk\' admin_preview_bg=\'\']\r\nValerio was baptized on September 12, 1832 at a church in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. His godmother was Angela Anzino, his father\'s sister. Angela was the great great grandmother of this website\'s author and developer\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(5600,6490,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5601,6492,'_aviaLayoutBuilder_active','active'),(5602,6492,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-485gdv\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv8b2i3\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23t1hf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv87bdk\' admin_preview_bg=\'\']\r\nValerio was baptized on September 12, 1832 at a church in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. His godmother was his aunt, Angela Anzino. Angela was the great great grandmother of this website\'s author and developer\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(5603,6492,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5611,6495,'_aviaLayoutBuilder_active','active'),(5612,6495,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-ci8ia\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzi86bm\' admin_preview_bg=\'\']\r\nAs the attached Fubine Church 1847 census shows, Valerio has moved to Torino although his family remains in Fubine. Valerio was likely attending a boarding school in Torino as was his sister Giuseppina. The year of 1843 is a guess based on his sister moving at age eleven. Both Valerio and his sister could have moved earlier as there have been no school records discovered. Torino was approximately 80-90 km from Fubine so it\'s likely that they stayed in Torino for the duraion of their studies and that Giovanni and Ippolita visited them when possible.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22w19u\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-745x1030.jpg\' attachment=\'5537\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnzi93kq\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5613,6495,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5614,6497,'_aviaLayoutBuilder_active','active'),(5615,6497,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-ci8ia\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzi86bm\' admin_preview_bg=\'\']\r\nAs the attached Fubine Church 1847 census shows, Valerio had moved to Torino although his family remained in Fubine. Valerio was likely attending a boarding school in Torino as was his sister Giuseppina. The year of 1843 is a guess based on his sister moving at age eleven. Both Valerio and his sister could have moved earlier as there have been no school records discovered. Torino was approximately 80-90 km from Fubine so it\'s likely that Valerio and his sister stayed in Torino for the duraion of their studies and that Giovanni and Ippolita visited them when possible.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22w19u\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-745x1030.jpg\' attachment=\'5537\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnzi93kq\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5616,6497,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5624,6502,'_aviaLayoutBuilder_active','active'),(5625,6502,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3srmab\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzjf8o8\' admin_preview_bg=\'\']\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\"><em>Pallottines</em></a> in Torino at the age of 16. It is important to note that Torino was at the time the capital city of the Kingdom of Sardinia, which was ruled by the House of Savoy. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest Saint Vincent Pallotti. The Pallatines were noted for their charitable work with the poor.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-26bhtv\'][/av_one_half]\r\n\r\n'),(5626,6502,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}'),(5627,6503,'_aviaLayoutBuilder_active','active'),(5628,6503,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3srmab\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzjf8o8\' admin_preview_bg=\'\']\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\"><em>Pallottines</em></a> in Torino at the age of 16. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest Saint Vincent Pallotti. The Pallatines were noted for their charitable work with the poor. It is important to note that Torino was at that time the capital city of the <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\">Kingdom of Sardinia</a>, which was ruled by the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\">House of Savoy</a>. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-26bhtv\'][/av_one_half]\r\n\r\n'),(5629,6503,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}'),(5630,6505,'_wp_attached_file','2018/11/vincent-pallotti.jpg'),(5631,6505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/11/vincent-pallotti.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"vincent-pallotti-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"vincent-pallotti-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-705x705.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5632,6505,'_wp_attachment_image_alt','Father Vincent Pallotti founder of the Pallottines'),(5633,6507,'_aviaLayoutBuilder_active','active'),(5634,6507,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3srmab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzjf8o8\' admin_preview_bg=\'\']\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\"><em>Pallottines</em></a> in Torino at the age of 16. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest Saint Vincent Pallotti. The Pallatines were noted for their charitable work with the poor. It is important to note that Torino was at that time the capital city of the <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\">Kingdom of Sardinia</a>, which was ruled by the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\">House of Savoy</a>. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-26bhtv\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti-300x300.jpg\' attachment=\'6505\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnzk1ovh\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5635,6507,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5636,6508,'_aviaLayoutBuilder_active','active'),(5637,6508,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3srmab\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzjf8o8\' admin_preview_bg=\'\']\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\"><em>Pallottines</em></a> in Torino at the age of 16. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest <a href=\"https://en.wikipedia.org/wiki/Vincent_Pallotti\" target=\"_blank\">Saint Vincent Pallotti</a>. The Pallatines were noted for their charitable work with the poor. It is important to note that Torino was at that time the capital city of the <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Kingdom of Sardinia</a>, which was ruled by the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a>. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-26bhtv\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti-300x300.jpg\' attachment=\'6505\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnzk1ovh\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5638,6508,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5639,6510,'_aviaLayoutBuilder_active','active'),(5640,6510,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3srmab\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzjf8o8\' admin_preview_bg=\'\']\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\"><em>Pallottines</em></a> in Torino at the age of 16. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest <a href=\"https://en.wikipedia.org/wiki/Vincent_Pallotti\" target=\"_blank\" rel=\"noopener\">Saint Vincent Pallotti</a>. The Pallotines were noted for their charitable work with the poor. It is important to note that Torino was at that time the capital city of the <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Kingdom of Sardinia</a>, which was ruled by the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a>. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-26bhtv\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti-300x300.jpg\' attachment=\'6505\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnzk1ovh\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5641,6510,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5642,6511,'_aviaLayoutBuilder_active','active'),(5643,6511,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3srmab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzjf8o8\' admin_preview_bg=\'\']\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\"><em>Pallottines</em></a> in Torino at the age of 16. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest <a href=\"https://en.wikipedia.org/wiki/Vincent_Pallotti\" target=\"_blank\" rel=\"noopener\">Saint Vincent Pallotti</a>. The Pallotines were noted for their charitable work with the poor. It is important to note that Torino was at that time the capital city of the <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Kingdom of Sardinia</a>, which was ruled by the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a>. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-26bhtv\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti-300x300.jpg\' attachment=\'6505\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnzk1ovh\' admin_preview_bg=\'\']\r\nFather Vincent Pallotti, founder of the Pallotines\r\n[/av_image]\r\n\r\n[/av_one_half]'),(5644,6511,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5645,6514,'_aviaLayoutBuilder_active','active'),(5646,6514,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3srmab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzjf8o8\' admin_preview_bg=\'\']\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\"><em>Pallottines</em></a> in Torino at the age of 16. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest <a href=\"https://en.wikipedia.org/wiki/Vincent_Pallotti\" target=\"_blank\" rel=\"noopener\">Saint Vincent Pallotti</a>. The Pallotines were noted for their charitable work with the poor. It is important to note that Torino was at that time the capital city of the <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Kingdom of Sardinia</a>, which was ruled by the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a>. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-26bhtv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzkd59d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6505\" align=\"alignleft\" width=\"300\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti-300x300.jpg\" alt=\"Father Vincent Pallotti founder of the Pallottines\" width=\"300\" height=\"300\" class=\"size-medium wp-image-6505\" /></a> Father Vincent Pallotti founder of the Pallottines[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(5647,6514,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5648,6516,'_aviaLayoutBuilder_active','active'),(5649,6516,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3srmab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzjf8o8\' admin_preview_bg=\'\']\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\"><em>Pallottines</em></a> in Torino at the age of 16. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest <a href=\"https://en.wikipedia.org/wiki/Vincent_Pallotti\" target=\"_blank\" rel=\"noopener\">Saint Vincent Pallotti</a>. The Pallotines were noted for their charitable work with the poor. It is important to note that Torino was at that time the capital city of the <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Kingdom of Sardinia</a>, which was ruled by the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a>. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-26bhtv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzkd59d\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6505\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-6505\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti-300x300.jpg\" alt=\"Father Vincent Pallotti founder of the Pallottines\" width=\"300\" height=\"300\" /> Father Vincent Pallotti founder of the Pallottines[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(5650,6516,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5665,6519,'_wp_attached_file','2018/11/footer-record-image.jpg'),(5666,6519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:1605;s:4:\"file\";s:31:\"2018/11/footer-record-image.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"footer-record-image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"footer-record-image-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"footer-record-image-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"footer-record-image-1030x719.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:31:\"footer-record-image-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"footer-record-image-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"footer-record-image-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"footer-record-image-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"footer-record-image-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:33:\"footer-record-image-1500x1047.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1047;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"footer-record-image-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"footer-record-image-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"footer-record-image-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"footer-record-image-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"footer-record-image-705x492.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"footer-record-image-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"footer-record-image-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"footer-record-image-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"footer-record-image-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"footer-record-image-450x314.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464776210\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5667,6520,'_wp_attached_file','2018/11/footer-record-image2.jpg'),(5668,6520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:369;s:4:\"file\";s:32:\"2018/11/footer-record-image2.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"footer-record-image2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"footer-record-image2-300x48.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-768x123.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"footer-record-image2-1030x165.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"footer-record-image2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"footer-record-image2-1500x369.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"footer-record-image2-1500x369.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:33:\"footer-record-image2-1500x241.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-495x369.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-845x369.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-710x369.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-705x113.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"footer-record-image2-1210x369.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-450x369.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"footer-record-image2-450x72.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464776210\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5669,6521,'_wp_attached_file','2018/11/footer-record-imaged.jpg'),(5670,6521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:369;s:4:\"file\";s:32:\"2018/11/footer-record-imaged.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"footer-record-imaged-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"footer-record-imaged-300x48.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-768x123.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"footer-record-imaged-1030x165.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"footer-record-imaged-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"footer-record-imaged-1500x369.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"footer-record-imaged-1500x369.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:33:\"footer-record-imaged-1500x241.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-495x369.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-845x369.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-710x369.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-705x113.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"footer-record-imaged-1210x369.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-450x369.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"footer-record-imaged-450x72.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5671,6522,'_edit_lock','1541462916:1'),(5672,6522,'_edit_last','1'),(5680,6522,'fa_field_icon',''),(5688,6526,'_edit_lock','1541171933:1'),(5689,6526,'_edit_last','1'),(5690,6526,'_aviaLayoutBuilder_active','active'),(5691,6526,'_avia_sc_parser_state','check_only'),(5692,6526,'_wp_page_template','default'),(5693,6527,'_aviaLayoutBuilder_active',''),(5694,6527,'_aviaLayoutBuilderCleanData',''),(5695,6527,'_avia_builder_shortcode_tree','a:0:{}'),(5696,6526,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4vad8u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo060rpl\' admin_preview_bg=\'\']\r\nTwo years after joining his uncle, Monsignore Giuseppe Anzino, in the Elemosiniere , (Alms Giving), office for the House of Savoy, the Savoy appoint Valerio to teach Philosophy and Religion to the Princes.This photo was taken later and likely shows Valerio\'s uncle Giuseppe Anzino with the princes. While Monsignore Giuseppe Anzino\'s primary responsibility at the time was working in the Elemosiniere Office, Giuseppe would substitute teach the princes when his nephew Valerio was with Vittorio Emmanuel II in war related activities The photo caption says that the photo was taken around 1862 in Naples. In 1862 Valerio was 30 years old and his uncle Giuseppe was 57 years old. The person identified as Valerio is clearly not 30 years old.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kawe\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy-495x400.jpg\' attachment=\'50\' attachment_size=\'portfolio\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo0622s0\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5697,6526,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5698,6526,'_av_el_mgr_version','1.0'),(5699,6526,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(5700,6526,'layout',''),(5701,6526,'sidebar',''),(5702,6526,'footer',''),(5703,6526,'header_title_bar',''),(5704,6526,'header_transparency',''),(5705,6526,'_avia_hide_featured_image','0'),(5713,6531,'_wp_attached_file','2018/11/book-cover.jpg'),(5714,6531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:499;s:4:\"file\";s:22:\"2018/11/book-cover.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"book-cover-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"book-cover-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:22:\"book-cover-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"book-cover-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"book-cover-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"book-cover-610x430.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"book-cover-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"book-cover-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:22:\"book-cover-610x375.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"book-cover-610x321.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:22:\"book-cover-610x423.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"book-cover-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"book-cover-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"book-cover-450x368.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541115869\";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:{}}}'),(5715,6531,'_wp_attachment_image_alt','Book about Prince Oddone'),(5723,6535,'_wp_attached_file','2018/11/Prince_Oddone_Duke_of_Montferrat.jpg'),(5724,6535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:447;s:4:\"file\";s:44:\"2018/11/Prince_Oddone_Duke_of_Montferrat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Prince_Oddone_Duke_of_Montferrat-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:42:\"Prince_Oddone_Duke_of_Montferrat-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-350x430.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-350x400.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-350x375.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-350x321.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-350x423.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5725,6535,'_wp_attachment_image_alt','Prince Oddone'),(5726,6536,'_aviaLayoutBuilder_active','active'),(5727,6536,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4r4z2r\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnznstr3\' admin_preview_bg=\'\']\r\nValerio writes a book <em>S.a.r. Il Principe Odone Di Savoia, Duca Di Monferrato</em>, about <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\">Prince Oddone</a>, one of Vittorio Emmanuel II\'s sons, who dies at the age of 19. The book is published by Collegio degli Artigianelli, Torino in 1867. Prince Oddone was one of the Princes of the Savoia that Valerio tutored before Valerio became Chief Chaplain to the then King of Sardinia, Vittorio Emanuel II.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-289dar\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Prince_Oddone_Duke_of_Montferrat.jpg\' attachment=\'6535\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnznvhir\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5728,6536,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5736,50,'_wp_attachment_image_alt','Anzino with Royals of Savoy and other teachers circa 1862'),(5752,6540,'_wp_attached_file','2018/11/valerio_anzino_and_father_1860s.jpg'),(5753,6540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2122;s:6:\"height\";i:1375;s:4:\"file\";s:43:\"2018/11/valerio_anzino_and_father_1860s.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"valerio_anzino_and_father_1860s-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"valerio_anzino_and_father_1860s-1030x667.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:41:\"valerio_anzino_and_father_1860s-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:44:\"valerio_anzino_and_father_1860s-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:44:\"valerio_anzino_and_father_1860s-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:44:\"valerio_anzino_and_father_1860s-1500x972.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-705x457.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:44:\"valerio_anzino_and_father_1860s-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-450x292.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-G310HN\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464810722\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.43\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5754,6540,'_wp_attachment_image_alt','Valerio Anzino and father Giovanni circa 1865'),(5762,6543,'_aviaLayoutBuilder_active','active'),(5763,6543,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16 Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The controversy concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860\'s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 30 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5764,6543,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(5772,6546,'_aviaLayoutBuilder_active','active'),(5773,6546,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4vad8u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo060rpl\' admin_preview_bg=\'\']\r\nTwo years after joining his uncle, Monsignore Giuseppe Anzino, in the Elemosiniere , (Alms Giving), office for the House of Savoy, the Savoy appoint Valerio to teach Philosophy and Religion to the Princes.This photo was taken later and likely shows Valerio\'s uncle Giuseppe Anzino with the princes. While Monsignore Giuseppe Anzino\'s primary responsibility at the time was working in the Elemosiniere Office, Giuseppe would substitute teach the princes when his nephew Valerio was with Vittorio Emmanuel II in war related activities The photo caption says that the photo was taken around 1862 in Naples. In 1862 Valerio was 30 years old and his uncle Giuseppe was 57 years old. The person identified as Valerio is clearly not 30 years old.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kawe\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy-495x400.jpg\' attachment=\'50\' attachment_size=\'portfolio\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo0622s0\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5774,6546,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5775,6547,'_aviaLayoutBuilder_active',''),(5776,6547,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]\r\n\r\n&nbsp;'),(5777,6547,'_avia_builder_shortcode_tree','a:0:{}'),(5778,6251,'_wp_old_slug','appointed-to-elemosina-office'),(5793,6549,'_wp_attached_file','2018/11/Torino-PalazzoReale.jpg'),(5794,6549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:31:\"2018/11/Torino-PalazzoReale.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Torino-PalazzoReale-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Torino-PalazzoReale-1030x773.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"Torino-PalazzoReale-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"Torino-PalazzoReale-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"Torino-PalazzoReale-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:33:\"Torino-PalazzoReale-1500x1125.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-705x529.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"Torino-PalazzoReale-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-450x338.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5795,6549,'_wp_attachment_image_alt','House of Savoy Royal Palace Torino'),(5803,6552,'_aviaLayoutBuilder_active',''),(5804,6552,'_aviaLayoutBuilderCleanData',''),(5805,6552,'_avia_builder_shortcode_tree','a:0:{}'),(5813,6555,'_aviaLayoutBuilder_active','active'),(5814,6555,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4a29f2\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo11osv1\' admin_preview_bg=\'\']\r\nAfter Valerio enters the priesthood at 16, he joins his uncle Monsignor Giuseppe Anzino who is one of Chaplains in the Chapel of Vittorio Emmanuel II at the <a href=\"https://en.wikipedia.org/wiki/Royal_Palace_of_Turin\" target=\"_blank\">Royal Palace</a> in Torino. Valerio first shows up on the \"Calendario generale del Regno\" in 1849. This document was prepared annually by the Kingdom of Sardenia and listed many things including the names and positions of people working for House of Savoy in running the Kingdom of Sardenia. Uncle Monsignore Giuseppe Anzino has been working at the Royal Palace at least since 1825 at the age of 20.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-aofsu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Torino-PalazzoReale-300x225.jpg\' attachment=\'6549\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo11pl38\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5815,6555,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(5823,6557,'_menu_item_type','post_type'),(5824,6557,'_menu_item_menu_item_parent','0'),(5825,6557,'_menu_item_object_id','12'),(5826,6557,'_menu_item_object','page'),(5827,6557,'_menu_item_target',''),(5828,6557,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5829,6557,'_menu_item_xfn',''),(5830,6557,'_menu_item_url',''),(5832,6557,'_menu-item-avia-megamenu',''),(5833,6557,'_menu-item-avia-division',''),(5834,6557,'_menu-item-avia-textarea',''),(5835,6557,'_menu-item-avia-style',''),(5836,6558,'_menu_item_type','post_type'),(5837,6558,'_menu_item_menu_item_parent','0'),(5838,6558,'_menu_item_object_id','2'),(5839,6558,'_menu_item_object','page'),(5840,6558,'_menu_item_target',''),(5841,6558,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5842,6558,'_menu_item_xfn',''),(5843,6558,'_menu_item_url',''),(5845,6558,'_menu-item-avia-megamenu',''),(5846,6558,'_menu-item-avia-division',''),(5847,6558,'_menu-item-avia-textarea',''),(5848,6558,'_menu-item-avia-style',''),(5849,6559,'_menu_item_type','post_type'),(5850,6559,'_menu_item_menu_item_parent','0'),(5851,6559,'_menu_item_object_id','141'),(5852,6559,'_menu_item_object','page'),(5853,6559,'_menu_item_target',''),(5854,6559,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5855,6559,'_menu_item_xfn',''),(5856,6559,'_menu_item_url',''),(5858,6559,'_menu-item-avia-megamenu',''),(5859,6559,'_menu-item-avia-division',''),(5860,6559,'_menu-item-avia-textarea',''),(5861,6559,'_menu-item-avia-style',''),(5862,6560,'_menu_item_type','post_type'),(5863,6560,'_menu_item_menu_item_parent','0'),(5864,6560,'_menu_item_object_id','67'),(5865,6560,'_menu_item_object','page'),(5866,6560,'_menu_item_target',''),(5867,6560,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5868,6560,'_menu_item_xfn',''),(5869,6560,'_menu_item_url',''),(5871,6560,'_menu-item-avia-megamenu',''),(5872,6560,'_menu-item-avia-division',''),(5873,6560,'_menu-item-avia-textarea',''),(5874,6560,'_menu-item-avia-style',''),(5875,6561,'_edit_lock','1663613975:1'),(5876,6561,'_edit_last','1'),(5877,6561,'_aviaLayoutBuilder_active','active'),(5878,6561,'_avia_sc_parser_state','check_only'),(5880,6562,'_aviaLayoutBuilder_active',''),(5881,6562,'_aviaLayoutBuilderCleanData',''),(5882,6562,'_avia_builder_shortcode_tree','a:0:{}'),(5883,6561,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Timeline of Valerio\'s Life</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Italy\'s 1st King</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/medals-link.jpg\' attachment=\'7606\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/docs-link.jpg\' attachment=\'7609\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5884,6561,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(5885,6561,'layout','fullsize'),(5886,6561,'sidebar',''),(5887,6561,'footer',''),(5888,6561,'header_title_bar',''),(5889,6561,'header_transparency',''),(5890,6561,'_avia_hide_featured_image','0'),(5891,6564,'_menu_item_type','post_type'),(5892,6564,'_menu_item_menu_item_parent','0'),(5893,6564,'_menu_item_object_id','6561'),(5894,6564,'_menu_item_object','page'),(5895,6564,'_menu_item_target',''),(5896,6564,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5897,6564,'_menu_item_xfn',''),(5898,6564,'_menu_item_url',''),(5900,6564,'_menu-item-avia-megamenu',''),(5901,6564,'_menu-item-avia-division',''),(5902,6564,'_menu-item-avia-textarea',''),(5903,6564,'_menu-item-avia-style',''),(5904,6561,'_av_el_mgr_version','1.0'),(5905,6561,'_av_alb_posts_elements_state','a:3:{s:11:\"av_one_half\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(5906,6566,'_aviaLayoutBuilder_active','active'),(5907,6566,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-lv2z2p\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-ffb4zl\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-9rmqxt\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n\r\n[/av_one_half]'),(5908,6566,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5909,6568,'_aviaLayoutBuilder_active','active'),(5910,6568,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"the Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'manually,/genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-ffb4zl\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-9rmqxt\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5911,6568,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5912,6570,'_aviaLayoutBuilder_active','active'),(5913,6570,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"the Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-ffb4zl\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-9rmqxt\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5914,6570,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5915,6572,'_aviaLayoutBuilder_active','active'),(5916,6572,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"the Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-ffb4zl\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-9rmqxt\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5917,6572,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5918,6574,'_aviaLayoutBuilder_active','active'),(5919,6574,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. To access the Timeline, click on the image to the right or access the Timeline by clicking on \"The Story\" item in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-ffb4zl\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-9rmqxt\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5920,6574,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5921,6575,'_wp_attached_file','2018/11/timeline-image.jpg'),(5922,6575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1942;s:6:\"height\";i:718;s:4:\"file\";s:26:\"2018/11/timeline-image.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"timeline-image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"timeline-image-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"timeline-image-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"timeline-image-1030x381.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:26:\"timeline-image-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"timeline-image-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"timeline-image-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"timeline-image-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"timeline-image-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"timeline-image-1500x555.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"timeline-image-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"timeline-image-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:26:\"timeline-image-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"timeline-image-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:26:\"timeline-image-705x261.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"timeline-image-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"timeline-image-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"timeline-image-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"timeline-image-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"timeline-image-450x166.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541235858\";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:{}}}'),(5923,6577,'_aviaLayoutBuilder_active','active'),(5924,6577,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. To access the Timeline, click on the image to the right or access the Timeline by clicking on \"The Story\" item in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-9rmqxt\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5925,6577,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5926,6578,'_aviaLayoutBuilder_active',''),(5927,6578,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]\r\n\r\n&nbsp;'),(5928,6578,'_avia_builder_shortcode_tree','a:0:{}'),(5929,6580,'_aviaLayoutBuilder_active','active'),(5930,6580,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. To access the Timeline, click on the image to the right or access the Timeline by clicking on \"The Story\" item in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-9rmqxt\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5931,6580,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5932,6582,'_aviaLayoutBuilder_active','active'),(5933,6582,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. To access the Timeline, click on the image to the right or access the Timeline by clicking on \"The Story\" item in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-9rmqxt\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5934,6582,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5935,6583,'_aviaLayoutBuilder_active','active'),(5936,6583,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-9rmqxt\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\' admin_preview_bg=\'\']\r\n<h2>Fubine, Italy</h2>\r\nValerio Anzino was born in Fubine, Italy and it was largely through the connections that his family made in Fubine, that Valerio got the opportunities to accomplish what he did.\r\nAccess the Fubine, Italy page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5937,6583,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5938,6584,'_wp_attached_file','2018/11/photo-gallery.jpg'),(5939,6584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1839;s:6:\"height\";i:1120;s:4:\"file\";s:25:\"2018/11/photo-gallery.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"photo-gallery-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"photo-gallery-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"photo-gallery-768x468.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1030x627.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:25:\"photo-gallery-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"photo-gallery-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"photo-gallery-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1500x914.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:914;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"photo-gallery-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"photo-gallery-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"photo-gallery-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"photo-gallery-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"photo-gallery-705x429.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"photo-gallery-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"photo-gallery-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"photo-gallery-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"photo-gallery-450x274.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541237450\";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:{}}}'),(5940,6586,'_aviaLayoutBuilder_active','active');
INSERT INTO `wp_postmeta` VALUES (5941,6586,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/photo-gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\' admin_preview_bg=\'\']\r\n<h2>Fubine, Italy</h2>\r\nValerio Anzino was born in Fubine, Italy and it was largely through the connections that his family made in Fubine, that Valerio got the opportunities to accomplish what he did.\r\nAccess the Fubine, Italy page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5942,6586,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5943,6584,'_av_el_mgr_version','1.0'),(5944,6584,'_av_alb_posts_elements_state','a:0:{}'),(5945,6589,'_aviaLayoutBuilder_active','active'),(5946,6589,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\' admin_preview_bg=\'\']\r\n<h2>Fubine, Italy</h2>\r\nValerio Anzino was born in Fubine, Italy and it was largely through the connections that his family made in Fubine, that Valerio got the opportunities to accomplish what he did.\r\nAccess the Fubine, Italy page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2k0olt\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(5947,6589,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5948,6590,'_wp_attached_file','2018/11/fubine-italy.jpg'),(5949,6590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:662;s:4:\"file\";s:24:\"2018/11/fubine-italy.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"fubine-italy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"fubine-italy-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"fubine-italy-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"fubine-italy-1030x634.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:634;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:24:\"fubine-italy-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"fubine-italy-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"fubine-italy-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"fubine-italy-1075x430.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:25:\"fubine-italy-1075x630.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"fubine-italy-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"fubine-italy-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:24:\"fubine-italy-845x662.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:24:\"fubine-italy-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:24:\"fubine-italy-705x434.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:24:\"fubine-italy-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:25:\"fubine-italy-1075x423.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"fubine-italy-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"fubine-italy-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"fubine-italy-450x277.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5950,6592,'_aviaLayoutBuilder_active','active'),(5951,6592,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\' admin_preview_bg=\'\']\r\n<h2>Fubine, Italy</h2>\r\nValerio Anzino was born in Fubine, Italy and it was largely through the connections that his family made in Fubine, that Valerio got the opportunities to accomplish what he did.\r\nAccess the Fubine, Italy page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/fubine-italy-300x185.jpg\' attachment=\'6590\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/fubine-italy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2k0olt\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(5952,6592,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(5953,6593,'_menu_item_type','post_type'),(5954,6593,'_menu_item_menu_item_parent','6564'),(5955,6593,'_menu_item_object_id','6018'),(5956,6593,'_menu_item_object','page'),(5957,6593,'_menu_item_target',''),(5958,6593,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5959,6593,'_menu_item_xfn',''),(5960,6593,'_menu_item_url',''),(5962,6593,'_menu-item-avia-megamenu','active'),(5963,6593,'_menu-item-avia-division',''),(5964,6593,'_menu-item-avia-textarea',''),(5965,6593,'_menu-item-avia-style',''),(5966,6594,'_menu_item_type','post_type'),(5967,6594,'_menu_item_menu_item_parent','6564'),(5968,6594,'_menu_item_object_id','41'),(5969,6594,'_menu_item_object','page'),(5970,6594,'_menu_item_target',''),(5971,6594,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5972,6594,'_menu_item_xfn',''),(5973,6594,'_menu_item_url',''),(5975,6594,'_menu-item-avia-megamenu','active'),(5976,6594,'_menu-item-avia-division',''),(5977,6594,'_menu-item-avia-textarea',''),(5978,6594,'_menu-item-avia-style',''),(5992,6596,'_menu_item_type','post_type'),(5993,6596,'_menu_item_menu_item_parent','0'),(5994,6596,'_menu_item_object_id','80'),(5995,6596,'_menu_item_object','page'),(5996,6596,'_menu_item_target',''),(5997,6596,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5998,6596,'_menu_item_xfn',''),(5999,6596,'_menu_item_url',''),(6001,6596,'_menu-item-avia-megamenu','active'),(6002,6596,'_menu-item-avia-division',''),(6003,6596,'_menu-item-avia-textarea',''),(6004,6596,'_menu-item-avia-style',''),(6017,6598,'_aviaLayoutBuilder_active',''),(6018,6598,'_aviaLayoutBuilderCleanData','* While many of the dates on the Valerio Anzino timeline are known down to the month and day, for some only the years are known. The Timeline software used to construct the timeline requires a date that includes the month and day.For those events on the timeline that only the year is known, a note has been added to the decsription.\r\n\r\n[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]\r\n\r\n&nbsp;'),(6019,6598,'_avia_builder_shortcode_tree','a:0:{}'),(6020,6599,'_aviaLayoutBuilder_active',''),(6021,6599,'_aviaLayoutBuilderCleanData','* While many of the dates on the Valerio Anzino timeline are known down to the month and day, for some only the years are known. For those events on the timeline that only the year is known, a note has been added to the description.\r\n\r\n[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]\r\n\r\n&nbsp;'),(6022,6599,'_avia_builder_shortcode_tree','a:0:{}'),(6037,6602,'_aviaLayoutBuilder_active',''),(6038,6602,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]\r\n* While many of the dates on the Valerio Anzino timeline are known down to the month and day, for some only the years are known. For those events on the timeline that only the year is known, a note has been added to the description.\r\n'),(6039,6602,'_avia_builder_shortcode_tree','a:0:{}'),(6040,6224,'story_based_on','default'),(6041,6224,'ctl_story_year','1843'),(6042,6224,'ctl_story_date','09/01/1843'),(6043,6224,'story_format','default'),(6044,6224,'img_cont_size','full'),(6045,6224,'story_custom_link','/attends-school-in-torino/'),(6046,6224,'ctl_story_color','#'),(6047,6606,'_aviaLayoutBuilder_active',''),(6048,6606,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]\r\n* While many of the dates on the Valerio Anzino timeline are known down to the month and day, for some only the years are known. For those events on the timeline that only the year is known, a June 30 date has been entered and a note has been added to the description.'),(6049,6606,'_avia_builder_shortcode_tree','a:0:{}'),(6050,6522,'story_based_on','default'),(6051,6522,'ctl_story_year','1850'),(6052,6522,'ctl_story_date','06/30/1850'),(6053,6522,'story_format','default'),(6054,6522,'img_cont_size','full'),(6055,6522,'story_custom_link','/teaches-princes-of-savoy/'),(6056,6522,'ctl_story_color','#'),(6113,6262,'story_based_on','default'),(6114,6262,'ctl_story_year','1866'),(6115,6262,'ctl_story_date','01/01/1866'),(6116,6262,'story_format','default'),(6117,6262,'img_cont_size','full'),(6118,6262,'story_custom_link','/writes-book-about-prince/'),(6119,6262,'ctl_story_color','#'),(6120,6254,'story_based_on','default'),(6121,6254,'ctl_story_year','1848'),(6122,6254,'ctl_story_date','09/01/1848'),(6123,6254,'story_format','default'),(6124,6254,'img_cont_size','full'),(6125,6254,'story_custom_link','/joins-pallottines-clergy/'),(6126,6254,'ctl_story_color','#'),(6127,6251,'story_based_on','default'),(6128,6251,'ctl_story_year','1849'),(6129,6251,'ctl_story_date','10/01/1849'),(6130,6251,'story_format','default'),(6131,6251,'img_cont_size','full'),(6132,6251,'story_custom_link','/appointed-to-royal-chapel/'),(6133,6251,'ctl_story_color','#'),(6134,6620,'_aviaLayoutBuilder_active',''),(6135,6620,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"20\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]\r\n* While some of the dates on the Valerio Anzino timeline are known down to the month and day, for many only the years are known. For those events on the timeline that only the year is known, a June 30 date has been entered and a note has been added to the description.'),(6136,6620,'_avia_builder_shortcode_tree','a:0:{}'),(6137,6623,'_aviaLayoutBuilder_active','active'),(6138,6623,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,6310,57,56,54,52,51,50,17,28\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'fixed masonry\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'title excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\']\r\n\r\n'),(6139,6623,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(6140,6625,'_aviaLayoutBuilder_active','active'),(6141,6625,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,6310,57,56,54,52,51,50,17,28\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'fixed masonry\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\']\r\n\r\n'),(6142,6625,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(6143,6627,'_aviaLayoutBuilder_active','active'),(6144,6627,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,5924,56,58,52,109,5550,5549,5611,57,54\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'fixed masonry\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\']\r\n\r\n'),(6145,6627,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(6146,6629,'_aviaLayoutBuilder_active','active'),(6147,6629,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,5924,56,58,52,109,5550,5549,5611,57,54\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\']\r\n\r\n'),(6148,6629,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(6149,6631,'_edit_lock','1541279707:1'),(6150,6631,'_edit_last','1'),(6151,6631,'_aviaLayoutBuilder_active',''),(6152,6631,'_avia_sc_parser_state','check_only'),(6153,6631,'_wp_page_template','default'),(6154,6632,'_aviaLayoutBuilder_active',''),(6155,6632,'_aviaLayoutBuilderCleanData',''),(6156,6632,'_avia_builder_shortcode_tree','a:0:{}'),(6157,6631,'_aviaLayoutBuilderCleanData',''),(6158,6631,'_avia_builder_shortcode_tree','a:0:{}'),(6159,6631,'layout',''),(6160,6631,'sidebar',''),(6161,6631,'footer',''),(6162,6631,'header_title_bar',''),(6163,6631,'header_transparency',''),(6164,6631,'_avia_hide_featured_image','0'),(6165,6631,'_av_el_mgr_version','1.0'),(6166,6631,'_av_alb_posts_elements_state','a:0:{}'),(6167,6284,'_wp_attachment_image_alt','Valerio Anzino Circa 1862'),(6168,113,'_wp_attachment_image_alt','Valerio Anzino Circa 1898'),(6169,17,'_wp_attachment_image_alt','Valerio Anzino in the late 1870s'),(6170,51,'_wp_attachment_image_alt','Monsignore Valerio Anzino with brother and friends circa 1875'),(6171,56,'_wp_attachment_image_alt','Giuseppina Anzino School Circa 1895'),(6172,4,'_wp_attachment_image_alt','Valerio Anzino Circa 1862'),(6173,28,'_wp_attachment_image_alt','Valerio Anzino Oil Painting circa 1860s'),(6174,59,'_wp_attachment_image_alt','Valerio Anzino Oil Painting Circa 1890s'),(6175,6637,'_aviaLayoutBuilder_active','active'),(6176,6637,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjimwj9\' admin_preview_bg=\'\']\r\nThe photographs in this gallery were sourced from descendents of Valerio Anzino\'s great grandparents Giuseppe Sala  and Girolama Mandelli. Giuseppe and Girolama lived in Fubine, Italy from the mid 1700\'s until their death in the early 1800\'s.\r\n[/av_textblock]\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61,113,109,5550,5549,56,5611,57,54\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'shop_thumbnail\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'deactivate_avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]'),(6177,6637,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:10:\"av_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(6178,6639,'_aviaLayoutBuilder_active','active'),(6179,6639,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,5924,56,58,52,109,5550,5549,5611,57,54\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\']\r\n\r\n'),(6180,6639,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(6181,6640,'_aviaLayoutBuilder_active','active'),(6182,6640,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\' admin_preview_bg=\'\']\r\nThe photographs in this gallery have come from 3 sources; the internet, a collection belonging to this website\'s author, and last but most importantly, from a private photo collection belonging to a descendant of Valerio\'s great grandfather, Giuseppe Sala. Click on a photo to see a larger image and to read a brief description.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,5924,56,58,52,109,5550,5549,5611,57,54\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\']\r\n\r\n'),(6183,6640,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(6184,58,'_wp_attachment_image_alt','Valerio Anzino at 1896 wedding of Vittorio Emmanuel III'),(6185,58,'_avia_attachment_copyright','Photographer:Primoli, Giuseppe Napoleone,conte 1851-1927 (Italian) Library:Fisher Fine Arts Library Image Collection PU at UPenn'),(6186,5862,'_wp_attachment_image_alt','Giuseppina Anzino School Circa 1895'),(6187,5860,'_wp_attachment_image_alt','Giuseppina Anzino Circa 1895'),(6188,6310,'_wp_attachment_image_alt','Valerio Anzino circa 1898'),(6189,6642,'_aviaLayoutBuilder_active','active'),(6190,6642,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\' admin_preview_bg=\'\']\r\nThe photographs in this gallery have come from 3 sources; the internet, a collection belonging to this website\'s author, and last but most importantly, from a private photo collection belonging to a descendant of Valerio\'s great grandfather, Giuseppe Sala. Click on a photo to see a larger image and to read a brief description.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,56,5860,58,52,109,5550,5549,5611,57,54\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\']\r\n\r\n'),(6191,6642,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(6192,6643,'_menu_item_type','post_type'),(6193,6643,'_menu_item_menu_item_parent','6564'),(6194,6643,'_menu_item_object_id','5615'),(6195,6643,'_menu_item_object','page'),(6196,6643,'_menu_item_target',''),(6197,6643,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6198,6643,'_menu_item_xfn',''),(6199,6643,'_menu_item_url',''),(6201,6643,'_menu-item-avia-megamenu','active'),(6202,6643,'_menu-item-avia-division',''),(6203,6643,'_menu-item-avia-textarea',''),(6204,6643,'_menu-item-avia-style',''),(6205,109,'_wp_attachment_image_alt','Valerio\'s residence in Roma 1890s'),(6206,6645,'_aviaLayoutBuilder_active','active'),(6207,6645,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\' admin_preview_bg=\'\']\r\nThe photographs in this gallery have come from 3 sources; the internet, a collection belonging to this website\'s author, and last but most importantly, from a private photo collection belonging to a descendant of Valerio\'s great grandfather, Giuseppe Sala. Click on a photo to see a larger image and to read a brief description.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,56,5860,58,109,5550,5549,5611,57,54\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\']\r\n\r\n'),(6208,6645,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(6209,5550,'_wp_attachment_image_alt','Valerio Anzinos Funeral Service 1899'),(6210,57,'_wp_attachment_image_alt','Nicola Anzino (Valerio\'s nephew) Circa 1920s'),(6211,5549,'_wp_attachment_image_alt','Burial Vault in Mazze Italy'),(6212,6646,'_wp_attached_file','2018/11/giuseppe_anzino_1940s.jpg'),(6213,6646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1861;s:6:\"height\";i:2781;s:4:\"file\";s:33:\"2018/11/giuseppe_anzino_1940s.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"giuseppe_anzino_1940s-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"giuseppe_anzino_1940s-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"giuseppe_anzino_1940s-689x1030.jpg\";s:5:\"width\";i:689;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"giuseppe_anzino_1940s-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"giuseppe_anzino_1940s-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:34:\"giuseppe_anzino_1940s-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:35:\"giuseppe_anzino_1940s-1004x1500.jpg\";s:5:\"width\";i:1004;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-472x705.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:34:\"giuseppe_anzino_1940s-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-450x672.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1482855843\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6214,6648,'_aviaLayoutBuilder_active','active'),(6215,6648,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\' admin_preview_bg=\'\']\r\nThe photographs in this gallery have come from 3 sources; the internet, a collection belonging to this website\'s author, and last but most importantly, from a private photo collection belonging to a descendant of Valerio\'s great grandfather, Giuseppe Sala. Click on a photo to see a larger image and to read a brief description.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,56,5860,58,109,5550,5549,5611,57,6646\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\']\r\n\r\n'),(6216,6648,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(6217,6646,'_wp_attachment_image_alt','Guiseppe and Luisa Anzino 1940'),(6218,5611,'_wp_attachment_image_alt','Clementina (Anzino) Rossi, with family and friends circa 1901'),(6222,6651,'_aviaLayoutBuilder_active','active'),(6223,6651,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree-80x80.jpg\' attachment=\'6649\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(6224,6651,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}}'),(6225,6653,'_aviaLayoutBuilder_active','active'),(6226,6653,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(6227,6653,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}}'),(6228,6655,'_aviaLayoutBuilder_active','active'),(6229,6655,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(6230,6655,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}}'),(6231,6656,'_aviaLayoutBuilder_active','active'),(6232,6656,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(6233,6656,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}}'),(6234,6657,'_wp_attached_file','2018/11/new-tree.jpg'),(6235,6657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2668;s:6:\"height\";i:979;s:4:\"file\";s:20:\"2018/11/new-tree.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"new-tree-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"new-tree-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"new-tree-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"new-tree-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:20:\"new-tree-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"new-tree-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"new-tree-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"new-tree-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"new-tree-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:21:\"new-tree-1500x550.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"new-tree-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"new-tree-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"new-tree-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"new-tree-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"new-tree-705x259.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"new-tree-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"new-tree-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"new-tree-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"new-tree-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"new-tree-450x165.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6236,6657,'_wp_attachment_image_alt','Anzino Family Tree'),(6237,6659,'_aviaLayoutBuilder_active','active'),(6238,6659,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree.jpg\' attachment=\'6657\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(6239,6659,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}}'),(6242,6661,'_pp_hide_header_image','on'),(6243,6661,'_pp_hide_page_infobar','on'),(6244,6662,'_pp_hide_header_image','on'),(6245,6662,'_pp_hide_page_infobar','on'),(6246,6663,'_pp_hide_header_image','on'),(6247,6663,'_pp_hide_page_infobar','on'),(6248,6664,'_pp_hide_header_image','on'),(6249,6664,'_pp_hide_page_infobar','on'),(6250,6664,'expected_name','Anzino, Alessandro'),(6251,6665,'_pp_hide_header_image','on'),(6252,6665,'_pp_hide_page_infobar','on'),(6253,6665,'expected_name','Anzino, Angela Maria Catterina'),(6254,6666,'_pp_hide_header_image','on'),(6255,6666,'_pp_hide_page_infobar','on'),(6256,6666,'expected_name','Anzino, Annetta'),(6257,6667,'_pp_hide_header_image','on'),(6258,6667,'_pp_hide_page_infobar','on'),(6259,6667,'expected_name','Anzino, Barbara Maddalena'),(6260,6668,'_pp_hide_header_image','on'),(6261,6668,'_pp_hide_page_infobar','on'),(6262,6668,'expected_name','Anzino, Bartolomeo'),(6263,6669,'_pp_hide_header_image','on'),(6264,6669,'_pp_hide_page_infobar','on'),(6265,6669,'expected_name','Anzino, Camilla'),(6266,6670,'_pp_hide_header_image','on'),(6267,6670,'_pp_hide_page_infobar','on'),(6268,6670,'expected_name','Anzino, Carlo'),(6269,6671,'_pp_hide_header_image','on'),(6270,6671,'_pp_hide_page_infobar','on'),(6271,6671,'expected_name','Anzino, Clementina Maria Carolina Ippolita'),(6272,6672,'_pp_hide_header_image','on'),(6273,6672,'_pp_hide_page_infobar','on'),(6274,6672,'expected_name','Anzino, Domenico'),(6275,6673,'_pp_hide_header_image','on'),(6276,6673,'_pp_hide_page_infobar','on'),(6277,6673,'expected_name','Anzino, Elisabetta Caterina'),(6278,6674,'_pp_hide_header_image','on'),(6279,6674,'_pp_hide_page_infobar','on'),(6280,6674,'expected_name','Anzino, Francesco Maria'),(6281,6675,'_pp_hide_header_image','on'),(6282,6675,'_pp_hide_page_infobar','on'),(6283,6675,'expected_name','Anzino, Giorgio'),(6284,6676,'_pp_hide_header_image','on'),(6285,6676,'_pp_hide_page_infobar','on'),(6286,6676,'expected_name','Anzino, Giovanni Battista Valerio'),(6287,6677,'_pp_hide_header_image','on'),(6288,6677,'_pp_hide_page_infobar','on'),(6289,6677,'expected_name','Anzino, Giovanni Domenico'),(6290,6678,'_pp_hide_header_image','on'),(6291,6678,'_pp_hide_page_infobar','on'),(6292,6678,'expected_name','Anzino, Giovanni Mario Paolo'),(6296,6680,'_pp_hide_header_image','on'),(6297,6680,'_pp_hide_page_infobar','on'),(6298,6680,'expected_name','Anzino, Giuseppe Carlo Alberto'),(6299,6681,'_pp_hide_header_image','on'),(6300,6681,'_pp_hide_page_infobar','on'),(6301,6681,'expected_name','Anzino, Giuseppe Pietro'),(6302,6682,'_pp_hide_header_image','on'),(6303,6682,'_pp_hide_page_infobar','on'),(6304,6682,'expected_name','Anzino, Giuseppina'),(6305,6683,'_pp_hide_header_image','on'),(6306,6683,'_pp_hide_page_infobar','on'),(6307,6683,'expected_name','Anzino, Guglielmo'),(6308,6684,'_pp_hide_header_image','on'),(6309,6684,'_pp_hide_page_infobar','on'),(6310,6684,'expected_name','Anzino, Luigi Felice'),(6311,6685,'_pp_hide_header_image','on'),(6312,6685,'_pp_hide_page_infobar','on'),(6313,6685,'expected_name','Anzino, Maddalena'),(6314,6686,'_pp_hide_header_image','on'),(6315,6686,'_pp_hide_page_infobar','on'),(6316,6686,'expected_name','Anzino, Maria'),(6317,6687,'_pp_hide_header_image','on'),(6318,6687,'_pp_hide_page_infobar','on'),(6319,6687,'expected_name','Anzino, Maria Caterina Ursala'),(6320,6688,'_pp_hide_header_image','on'),(6321,6688,'_pp_hide_page_infobar','on'),(6322,6688,'expected_name','Anzino, Maria Catterina'),(6323,6689,'_pp_hide_header_image','on'),(6324,6689,'_pp_hide_page_infobar','on'),(6325,6689,'expected_name','Anzino, Maria Lucia'),(6326,6690,'_pp_hide_header_image','on'),(6327,6690,'_pp_hide_page_infobar','on'),(6328,6690,'expected_name','Anzino, Maria Teresa Carola'),(6329,6691,'_pp_hide_header_image','on'),(6330,6691,'_pp_hide_page_infobar','on'),(6331,6691,'expected_name','Anzino, Matteo'),(6332,6692,'_pp_hide_header_image','on'),(6333,6692,'_pp_hide_page_infobar','on'),(6334,6692,'expected_name','Anzino, Mons. Bartolomeo Giuseppe'),(6335,6693,'_pp_hide_header_image','on'),(6336,6693,'_pp_hide_page_infobar','on'),(6337,6693,'expected_name','Anzino, Nicola Giovanni Giorgio'),(6338,6694,'_pp_hide_header_image','on'),(6339,6694,'_pp_hide_page_infobar','on'),(6340,6694,'expected_name','Anzino, Pietro Antonio'),(6341,6695,'_pp_hide_header_image','on'),(6342,6695,'_pp_hide_page_infobar','on'),(6343,6695,'expected_name','Anzino, Pietro Antonio'),(6344,6696,'_pp_hide_header_image','on'),(6345,6696,'_pp_hide_page_infobar','on'),(6346,6696,'expected_name','Anzino, Pietro Antonio'),(6347,6697,'_pp_hide_header_image','on'),(6348,6697,'_pp_hide_page_infobar','on'),(6349,6697,'expected_name','Anzino, Rolando Francesco'),(6350,6698,'_pp_hide_header_image','on'),(6351,6698,'_pp_hide_page_infobar','on'),(6352,6698,'expected_name','Anzino, Ursala'),(6353,6699,'_pp_hide_header_image','on'),(6354,6699,'_pp_hide_page_infobar','on'),(6355,6699,'expected_name','Anzino, Ursala'),(6356,6700,'_pp_hide_header_image','on'),(6357,6700,'_pp_hide_page_infobar','on'),(6358,6700,'expected_name','Anzino, Ursala'),(6359,6701,'_pp_hide_header_image','on'),(6360,6701,'_pp_hide_page_infobar','on'),(6361,6701,'expected_name','Anzino, Valerio'),(6362,6702,'_pp_hide_header_image','on'),(6363,6702,'_pp_hide_page_infobar','on'),(6364,6702,'expected_name','Anzino, Valerio'),(6365,6703,'_pp_hide_header_image','on'),(6366,6703,'_pp_hide_page_infobar','on'),(6367,6703,'expected_name','Anzino, Valerio Benvenuto'),(6368,6704,'_pp_hide_header_image','on'),(6369,6704,'_pp_hide_page_infobar','on'),(6370,6704,'expected_name','Bulla, Antonia'),(6371,6705,'_pp_hide_header_image','on'),(6372,6705,'_pp_hide_page_infobar','on'),(6373,6705,'expected_name','Camilla, Francesca'),(6374,6706,'_pp_hide_header_image','on'),(6375,6706,'_pp_hide_page_infobar','on'),(6376,6706,'expected_name','Florio, Rosa'),(6377,6707,'_pp_hide_header_image','on'),(6378,6707,'_pp_hide_page_infobar','on'),(6379,6707,'expected_name','Gianzana, Maddalena'),(6380,6708,'_pp_hide_header_image','on'),(6381,6708,'_pp_hide_page_infobar','on'),(6382,6708,'expected_name','Lusanna, Ippolita'),(6383,6709,'_pp_hide_header_image','on'),(6384,6709,'_pp_hide_page_infobar','on'),(6385,6709,'expected_name','Mollica, Maria Carmela Aurora'),(6386,6710,'_pp_hide_header_image','on'),(6387,6710,'_pp_hide_page_infobar','on'),(6388,6710,'expected_name','Rossi, Angiolina Giuseppina Domenica (Lily)'),(6389,6711,'_pp_hide_header_image','on'),(6390,6711,'_pp_hide_page_infobar','on'),(6391,6711,'expected_name','Rossi, Carlotta Felicita Maria'),(6392,6712,'_pp_hide_header_image','on'),(6393,6712,'_pp_hide_page_infobar','on'),(6394,6712,'expected_name','Rossi, Mario Francesco Pasquale'),(6395,6713,'_pp_hide_header_image','on'),(6396,6713,'_pp_hide_page_infobar','on'),(6397,6713,'expected_name','Sala, Maria Teresa'),(6398,6714,'_pp_hide_header_image','on'),(6399,6714,'_pp_hide_page_infobar','on'),(6400,6714,'expected_name','Scarabelli, Angiolina'),(6401,6715,'_pp_hide_header_image','on'),(6402,6715,'_pp_hide_page_infobar','on'),(6403,6715,'expected_name','Tbd, Elisabetta'),(6404,6716,'_pp_hide_header_image','on'),(6405,6716,'_pp_hide_page_infobar','on'),(6406,6716,'expected_name','Tbd, Lucia'),(6407,6677,'_av_el_mgr_version','1.0'),(6408,6677,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6409,6703,'_av_el_mgr_version','1.0'),(6410,6703,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6411,6657,'av-custom-link',''),(6412,6646,'av-custom-link',''),(6413,6590,'av-custom-link',''),(6414,6584,'av-custom-link',''),(6415,6575,'av-custom-link',''),(6416,6549,'av-custom-link',''),(6417,6540,'av-custom-link',''),(6418,6535,'av-custom-link',''),(6419,6531,'av-custom-link',''),(6420,6521,'av-custom-link',''),(6421,6520,'av-custom-link',''),(6422,6519,'av-custom-link',''),(6423,6505,'av-custom-link',''),(6424,6480,'av-custom-link',''),(6425,6479,'av-custom-link',''),(6426,6422,'av-custom-link',''),(6427,6356,'av-custom-link',''),(6428,6317,'av-custom-link',''),(6429,6310,'av-custom-link',''),(6430,6293,'av-custom-link',''),(6431,6717,'_av_el_mgr_version','1.0'),(6432,6717,'_av_alb_posts_elements_state','a:0:{}'),(6433,6716,'_edit_lock','1541309470:1'),(6434,6716,'_edit_last','1'),(6435,6716,'_aviaLayoutBuilder_active',''),(6436,6716,'_avia_sc_parser_state','check_only'),(6437,6716,'_wp_page_template','default'),(6438,6723,'_aviaLayoutBuilder_active',''),(6439,6723,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P24\' batchId=\'1\' /]'),(6440,6723,'_avia_builder_shortcode_tree','a:0:{}'),(6441,6716,'_aviaLayoutBuilderCleanData',''),(6442,6716,'_avia_builder_shortcode_tree','a:0:{}'),(6443,6716,'_av_el_mgr_version','1.0'),(6444,6716,'_av_alb_posts_elements_state','a:0:{}'),(6445,6716,'layout',''),(6446,6716,'sidebar',''),(6447,6716,'footer',''),(6448,6716,'header_title_bar',''),(6449,6716,'header_transparency',''),(6450,6716,'_avia_hide_featured_image','0'),(6451,6680,'_edit_lock','1541550229:1'),(6452,6680,'_edit_last','1'),(6453,6680,'_aviaLayoutBuilder_active','active'),(6454,6680,'_avia_sc_parser_state','check_only'),(6456,6725,'_aviaLayoutBuilder_active',''),(6457,6725,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P7\' batchId=\'1\' /]'),(6458,6725,'_avia_builder_shortcode_tree','a:0:{}'),(6459,6680,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4gftjc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2gqy9m\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P7\' batchId=\'1\'  picfile1=\'/wp-content/uploads/2018/11/carlo-alberto-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1x9xe0\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2gsh76\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(6460,6680,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(6461,6680,'_av_el_mgr_version','1.0'),(6462,6680,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6463,6680,'layout',''),(6464,6680,'sidebar',''),(6465,6680,'footer',''),(6466,6680,'header_title_bar',''),(6467,6680,'header_transparency',''),(6468,6680,'_avia_hide_featured_image','0'),(6469,6672,'_edit_lock','1541308649:1'),(6470,6672,'_edit_last','1'),(6471,6672,'_aviaLayoutBuilder_active',''),(6472,6672,'_avia_sc_parser_state','check_only'),(6473,6672,'_wp_page_template','default'),(6474,6727,'_aviaLayoutBuilder_active',''),(6475,6727,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P34\' batchId=\'1\' /]'),(6476,6727,'_avia_builder_shortcode_tree','a:0:{}'),(6477,6672,'_aviaLayoutBuilderCleanData',''),(6478,6672,'_avia_builder_shortcode_tree','a:0:{}'),(6479,6672,'_av_el_mgr_version','1.0'),(6480,6672,'_av_alb_posts_elements_state','a:0:{}'),(6481,6672,'layout',''),(6482,6672,'sidebar',''),(6483,6672,'footer',''),(6484,6672,'header_title_bar',''),(6485,6672,'header_transparency',''),(6486,6672,'_avia_hide_featured_image','0'),(6487,6717,'_edit_lock','1541308416:1'),(6488,6717,'_edit_last','1'),(6489,6717,'_aviaLayoutBuilder_active',''),(6490,6717,'_avia_sc_parser_state','check_only'),(6491,6717,'_wp_page_template','default'),(6492,6729,'_aviaLayoutBuilder_active',''),(6493,6729,'_aviaLayoutBuilderCleanData','[rootsEvidencePage sourceId=\'S380179077\' batchId=\'1\'/]'),(6494,6729,'_avia_builder_shortcode_tree','a:0:{}'),(6495,6717,'_aviaLayoutBuilderCleanData',''),(6496,6717,'_avia_builder_shortcode_tree','a:0:{}'),(6497,6717,'layout',''),(6498,6717,'sidebar',''),(6499,6717,'footer',''),(6500,6717,'header_title_bar',''),(6501,6717,'header_transparency',''),(6502,6717,'_avia_hide_featured_image','0'),(6503,6664,'_edit_lock','1541314245:1'),(6504,6664,'_edit_last','1'),(6505,6664,'_aviaLayoutBuilder_active','active'),(6506,6664,'_avia_sc_parser_state','check_only'),(6507,6664,'_wp_page_template','default'),(6508,6731,'_aviaLayoutBuilder_active',''),(6509,6731,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P9\' batchId=\'1\' /]'),(6510,6731,'_avia_builder_shortcode_tree','a:0:{}'),(6511,6664,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4nwlg8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2irxzx\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P9\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-21fbgo\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2isbss\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(6512,6664,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(6513,6664,'_av_el_mgr_version','1.0'),(6514,6664,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6515,6664,'layout',''),(6516,6664,'sidebar',''),(6517,6664,'footer',''),(6518,6664,'header_title_bar',''),(6519,6664,'header_transparency',''),(6520,6664,'_avia_hide_featured_image','0'),(6521,6665,'_edit_lock','1541314072:1'),(6522,6665,'_edit_last','1'),(6523,6665,'_aviaLayoutBuilder_active','active'),(6524,6665,'_avia_sc_parser_state','check_only'),(6525,6665,'_wp_page_template','default'),(6526,6733,'_aviaLayoutBuilder_active',''),(6527,6733,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P30\' batchId=\'1\' /]'),(6528,6733,'_avia_builder_shortcode_tree','a:0:{}'),(6529,6665,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d01a1\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2io4ei\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P30\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t1txl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iom4k\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(6530,6665,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(6531,6665,'_av_el_mgr_version','1.0'),(6532,6665,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6533,6665,'layout',''),(6534,6665,'sidebar',''),(6535,6665,'footer',''),(6536,6665,'header_title_bar',''),(6537,6665,'header_transparency',''),(6538,6665,'_avia_hide_featured_image','0'),(6539,6666,'_edit_lock','1541308508:1'),(6540,6666,'_edit_last','1'),(6541,6666,'_aviaLayoutBuilder_active',''),(6542,6666,'_avia_sc_parser_state','check_only'),(6543,6666,'_wp_page_template','default'),(6544,6735,'_aviaLayoutBuilder_active',''),(6545,6735,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P16\' batchId=\'1\' /]'),(6546,6735,'_avia_builder_shortcode_tree','a:0:{}'),(6547,6666,'_aviaLayoutBuilderCleanData',''),(6548,6666,'_avia_builder_shortcode_tree','a:0:{}'),(6549,6666,'_av_el_mgr_version','1.0'),(6550,6666,'_av_alb_posts_elements_state','a:0:{}'),(6551,6666,'layout',''),(6552,6666,'sidebar',''),(6553,6666,'footer',''),(6554,6666,'header_title_bar',''),(6555,6666,'header_transparency',''),(6556,6666,'_avia_hide_featured_image','0'),(6557,6667,'_edit_lock','1541308523:1'),(6558,6667,'_edit_last','1'),(6559,6667,'_aviaLayoutBuilder_active',''),(6560,6667,'_avia_sc_parser_state','check_only'),(6561,6667,'_wp_page_template','default'),(6562,6737,'_aviaLayoutBuilder_active',''),(6563,6737,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P46\' batchId=\'1\' /]'),(6564,6737,'_avia_builder_shortcode_tree','a:0:{}'),(6565,6667,'_aviaLayoutBuilderCleanData',''),(6566,6667,'_avia_builder_shortcode_tree','a:0:{}'),(6567,6667,'_av_el_mgr_version','1.0'),(6568,6667,'_av_alb_posts_elements_state','a:0:{}'),(6569,6667,'layout',''),(6570,6667,'sidebar',''),(6571,6667,'footer',''),(6572,6667,'header_title_bar',''),(6573,6667,'header_transparency',''),(6574,6667,'_avia_hide_featured_image','0'),(6575,6668,'_edit_lock','1541308538:1'),(6576,6668,'_edit_last','1'),(6577,6668,'_aviaLayoutBuilder_active',''),(6578,6668,'_avia_sc_parser_state','check_only'),(6579,6668,'_wp_page_template','default'),(6580,6739,'_aviaLayoutBuilder_active',''),(6581,6739,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P25\' batchId=\'1\' /]'),(6582,6739,'_avia_builder_shortcode_tree','a:0:{}'),(6583,6668,'_aviaLayoutBuilderCleanData',''),(6584,6668,'_avia_builder_shortcode_tree','a:0:{}'),(6585,6668,'_av_el_mgr_version','1.0'),(6586,6668,'_av_alb_posts_elements_state','a:0:{}'),(6587,6668,'layout',''),(6588,6668,'sidebar',''),(6589,6668,'footer',''),(6590,6668,'header_title_bar',''),(6591,6668,'header_transparency',''),(6592,6668,'_avia_hide_featured_image','0'),(6593,6669,'_edit_lock','1541308551:1'),(6594,6669,'_edit_last','1'),(6595,6669,'_aviaLayoutBuilder_active',''),(6596,6669,'_avia_sc_parser_state','check_only'),(6597,6669,'_wp_page_template','default'),(6598,6741,'_aviaLayoutBuilder_active',''),(6599,6741,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P20\' batchId=\'1\' /]'),(6600,6741,'_avia_builder_shortcode_tree','a:0:{}'),(6601,6669,'_aviaLayoutBuilderCleanData',''),(6602,6669,'_avia_builder_shortcode_tree','a:0:{}'),(6603,6669,'_av_el_mgr_version','1.0'),(6604,6669,'_av_alb_posts_elements_state','a:0:{}'),(6605,6669,'layout',''),(6606,6669,'sidebar',''),(6607,6669,'footer',''),(6608,6669,'header_title_bar',''),(6609,6669,'header_transparency',''),(6610,6669,'_avia_hide_featured_image','0'),(6611,6670,'_edit_lock','1541314332:1'),(6612,6670,'_edit_last','1'),(6613,6670,'_aviaLayoutBuilder_active','active'),(6614,6670,'_avia_sc_parser_state','check_only'),(6615,6670,'_wp_page_template','default'),(6616,6743,'_aviaLayoutBuilder_active',''),(6617,6743,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P13\' batchId=\'1\' /]'),(6618,6743,'_avia_builder_shortcode_tree','a:0:{}'),(6619,6670,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rvwji\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2itqgl\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P13\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3a3gzi\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iu6n9\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(6620,6670,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(6621,6670,'_av_el_mgr_version','1.0'),(6622,6670,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6623,6670,'layout',''),(6624,6670,'sidebar',''),(6625,6670,'footer',''),(6626,6670,'header_title_bar',''),(6627,6670,'header_transparency',''),(6628,6670,'_avia_hide_featured_image','0'),(6629,6671,'_edit_lock','1541313978:1'),(6630,6671,'_edit_last','1'),(6631,6671,'_aviaLayoutBuilder_active','active'),(6632,6671,'_avia_sc_parser_state','check_only'),(6633,6671,'_wp_page_template','default'),(6634,6745,'_aviaLayoutBuilder_active',''),(6635,6745,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P12\' batchId=\'1\' /]'),(6636,6745,'_avia_builder_shortcode_tree','a:0:{}'),(6637,6671,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3kymrz\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ilytg\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P12\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/clementina-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-bo0vz\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2imfku\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(6638,6671,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(6639,6671,'_av_el_mgr_version','1.0'),(6640,6671,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6641,6671,'layout',''),(6642,6671,'sidebar',''),(6643,6671,'footer',''),(6644,6671,'header_title_bar',''),(6645,6671,'header_transparency',''),(6646,6671,'_avia_hide_featured_image','0'),(6647,6673,'_edit_lock','1541308808:1'),(6648,6673,'_edit_last','1'),(6649,6673,'_aviaLayoutBuilder_active',''),(6650,6673,'_avia_sc_parser_state','check_only'),(6651,6673,'_wp_page_template','default'),(6652,6748,'_aviaLayoutBuilder_active',''),(6653,6748,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P45\' batchId=\'1\' /]'),(6654,6748,'_avia_builder_shortcode_tree','a:0:{}'),(6655,6673,'_aviaLayoutBuilderCleanData',''),(6656,6673,'_avia_builder_shortcode_tree','a:0:{}'),(6657,6673,'_av_el_mgr_version','1.0'),(6658,6673,'_av_alb_posts_elements_state','a:0:{}'),(6659,6673,'layout',''),(6660,6673,'sidebar',''),(6661,6673,'footer',''),(6662,6673,'header_title_bar',''),(6663,6673,'header_transparency',''),(6664,6673,'_avia_hide_featured_image','0'),(6665,6674,'_edit_lock','1541308825:1'),(6666,6674,'_edit_last','1'),(6667,6674,'_aviaLayoutBuilder_active',''),(6668,6674,'_avia_sc_parser_state','check_only'),(6669,6674,'_wp_page_template','default'),(6670,6751,'_aviaLayoutBuilder_active',''),(6671,6751,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P26\' batchId=\'1\' /]'),(6672,6751,'_avia_builder_shortcode_tree','a:0:{}'),(6673,6674,'_aviaLayoutBuilderCleanData',''),(6674,6674,'_avia_builder_shortcode_tree','a:0:{}'),(6675,6674,'_av_el_mgr_version','1.0'),(6676,6674,'_av_alb_posts_elements_state','a:0:{}'),(6677,6674,'layout',''),(6678,6674,'sidebar',''),(6679,6674,'footer',''),(6680,6674,'header_title_bar',''),(6681,6674,'header_transparency',''),(6682,6674,'_avia_hide_featured_image','0'),(6683,6675,'_edit_lock','1541314161:1'),(6684,6675,'_edit_last','1'),(6685,6675,'_aviaLayoutBuilder_active','active'),(6686,6675,'_avia_sc_parser_state','check_only'),(6687,6675,'_wp_page_template','default'),(6688,6754,'_aviaLayoutBuilder_active',''),(6689,6754,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P6\' batchId=\'1\' /]'),(6690,6754,'_avia_builder_shortcode_tree','a:0:{}'),(6691,6675,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3zg3xf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iq33y\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P6\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2sy6rn\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iqi66\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(6692,6675,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(6693,6675,'_av_el_mgr_version','1.0'),(6694,6675,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6695,6675,'layout',''),(6696,6675,'sidebar',''),(6697,6675,'footer',''),(6698,6675,'header_title_bar',''),(6699,6675,'header_transparency',''),(6700,6675,'_avia_hide_featured_image','0'),(6701,6676,'_edit_lock','1541308860:1'),(6702,6676,'_edit_last','1'),(6703,6676,'_aviaLayoutBuilder_active',''),(6704,6676,'_avia_sc_parser_state','check_only'),(6705,6676,'_wp_page_template','default'),(6706,6757,'_aviaLayoutBuilder_active',''),(6707,6757,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P11\' batchId=\'1\' /]'),(6708,6757,'_avia_builder_shortcode_tree','a:0:{}'),(6709,6676,'_aviaLayoutBuilderCleanData',''),(6710,6676,'_avia_builder_shortcode_tree','a:0:{}'),(6711,6676,'_av_el_mgr_version','1.0'),(6712,6676,'_av_alb_posts_elements_state','a:0:{}'),(6713,6676,'layout',''),(6714,6676,'sidebar',''),(6715,6676,'footer',''),(6716,6676,'header_title_bar',''),(6717,6676,'header_transparency',''),(6718,6676,'_avia_hide_featured_image','0'),(6719,6677,'_edit_lock','1541312536:1'),(6720,6677,'_edit_last','1'),(6721,6677,'_aviaLayoutBuilder_active','active'),(6722,6677,'_avia_sc_parser_state','check_only'),(6723,6677,'_wp_page_template','default'),(6724,6759,'_aviaLayoutBuilder_active',''),(6725,6759,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P3\' batchId=\'1\' /]'),(6726,6759,'_avia_builder_shortcode_tree','a:0:{}'),(6727,6677,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3x7az9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hmnhs\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P3\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/giovanni-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n[/av_four_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1tktpx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hoao5\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(6728,6677,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(6729,6677,'layout',''),(6730,6677,'sidebar',''),(6731,6677,'footer',''),(6732,6677,'header_title_bar',''),(6733,6677,'header_transparency',''),(6734,6677,'_avia_hide_featured_image','0'),(6735,6678,'_edit_lock','1541314405:1'),(6736,6678,'_edit_last','1'),(6737,6678,'_aviaLayoutBuilder_active','active'),(6738,6678,'_avia_sc_parser_state','check_only'),(6739,6678,'_wp_page_template','default'),(6740,6762,'_aviaLayoutBuilder_active',''),(6741,6762,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P21\' batchId=\'1\' /]'),(6742,6762,'_avia_builder_shortcode_tree','a:0:{}'),(6743,6678,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3unkie\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ivd5s\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P21\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2j6w5y\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ivsqv\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(6744,6678,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(6745,6678,'_av_el_mgr_version','1.0'),(6746,6678,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6747,6678,'layout',''),(6748,6678,'sidebar',''),(6749,6678,'footer',''),(6750,6678,'header_title_bar',''),(6751,6678,'header_transparency',''),(6752,6678,'_avia_hide_featured_image','0'),(6771,6681,'_edit_lock','1541308963:1'),(6772,6681,'_edit_last','1'),(6773,6681,'_aviaLayoutBuilder_active',''),(6774,6681,'_avia_sc_parser_state','check_only'),(6775,6681,'_wp_page_template','default'),(6776,6768,'_aviaLayoutBuilder_active',''),(6777,6768,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P22\' batchId=\'1\' /]'),(6778,6768,'_avia_builder_shortcode_tree','a:0:{}'),(6779,6681,'_aviaLayoutBuilderCleanData',''),(6780,6681,'_avia_builder_shortcode_tree','a:0:{}'),(6781,6681,'_av_el_mgr_version','1.0'),(6782,6681,'_av_alb_posts_elements_state','a:0:{}'),(6783,6681,'layout',''),(6784,6681,'sidebar',''),(6785,6681,'footer',''),(6786,6681,'header_title_bar',''),(6787,6681,'header_transparency',''),(6788,6681,'_avia_hide_featured_image','0'),(6789,6682,'_edit_lock','1541313425:1'),(6790,6682,'_edit_last','1'),(6791,6682,'_aviaLayoutBuilder_active','active'),(6792,6682,'_avia_sc_parser_state','check_only'),(6793,6682,'_wp_page_template','default'),(6794,6771,'_aviaLayoutBuilder_active',''),(6795,6771,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P8\' batchId=\'1\' /]'),(6796,6771,'_avia_builder_shortcode_tree','a:0:{}'),(6797,6682,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3yl13u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ia8b4\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P8\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/giuseppina-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uoruy\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iarcx\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(6798,6682,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(6799,6682,'_av_el_mgr_version','1.0'),(6800,6682,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6801,6682,'layout',''),(6802,6682,'sidebar',''),(6803,6682,'footer',''),(6804,6682,'header_title_bar',''),(6805,6682,'header_transparency',''),(6806,6682,'_avia_hide_featured_image','0'),(6807,6683,'_edit_lock','1541308993:1'),(6808,6683,'_edit_last','1'),(6809,6683,'_aviaLayoutBuilder_active',''),(6810,6683,'_avia_sc_parser_state','check_only'),(6811,6683,'_wp_page_template','default'),(6812,6774,'_aviaLayoutBuilder_active',''),(6813,6774,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P41\' batchId=\'1\' /]'),(6814,6774,'_avia_builder_shortcode_tree','a:0:{}'),(6815,6683,'_aviaLayoutBuilderCleanData',''),(6816,6683,'_avia_builder_shortcode_tree','a:0:{}'),(6817,6683,'_av_el_mgr_version','1.0'),(6818,6683,'_av_alb_posts_elements_state','a:0:{}'),(6819,6683,'layout',''),(6820,6683,'sidebar',''),(6821,6683,'footer',''),(6822,6683,'header_title_bar',''),(6823,6683,'header_transparency',''),(6824,6683,'_avia_hide_featured_image','0'),(6825,6684,'_edit_lock','1541309009:1'),(6826,6684,'_edit_last','1'),(6827,6684,'_aviaLayoutBuilder_active',''),(6828,6684,'_avia_sc_parser_state','check_only'),(6829,6684,'_wp_page_template','default'),(6830,6776,'_aviaLayoutBuilder_active',''),(6831,6776,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P5\' batchId=\'1\' /]'),(6832,6776,'_avia_builder_shortcode_tree','a:0:{}'),(6833,6684,'_aviaLayoutBuilderCleanData',''),(6834,6684,'_avia_builder_shortcode_tree','a:0:{}'),(6835,6684,'_av_el_mgr_version','1.0'),(6836,6684,'_av_alb_posts_elements_state','a:0:{}'),(6837,6684,'layout',''),(6838,6684,'sidebar',''),(6839,6684,'footer',''),(6840,6684,'header_title_bar',''),(6841,6684,'header_transparency',''),(6842,6684,'_avia_hide_featured_image','0'),(6843,6685,'_edit_lock','1542086653:1'),(6844,6685,'_edit_last','1'),(6845,6685,'_aviaLayoutBuilder_active',''),(6846,6685,'_avia_sc_parser_state','check_only'),(6848,6779,'_aviaLayoutBuilder_active',''),(6849,6779,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P51\' batchId=\'1\' /]'),(6850,6779,'_avia_builder_shortcode_tree','a:0:{}'),(6851,6685,'_aviaLayoutBuilderCleanData',''),(6852,6685,'_avia_builder_shortcode_tree','a:0:{}'),(6853,6685,'_av_el_mgr_version','1.0'),(6854,6685,'_av_alb_posts_elements_state','a:0:{}'),(6855,6685,'layout',''),(6856,6685,'sidebar',''),(6857,6685,'footer',''),(6858,6685,'header_title_bar',''),(6859,6685,'header_transparency',''),(6860,6685,'_avia_hide_featured_image','0'),(6861,6686,'_edit_lock','1541309042:1'),(6862,6686,'_edit_last','1'),(6863,6686,'_aviaLayoutBuilder_active',''),(6864,6686,'_avia_sc_parser_state','check_only'),(6865,6686,'_wp_page_template','default'),(6866,6782,'_aviaLayoutBuilder_active',''),(6867,6782,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P15\' batchId=\'1\' /]'),(6868,6782,'_avia_builder_shortcode_tree','a:0:{}'),(6869,6686,'_aviaLayoutBuilderCleanData',''),(6870,6686,'_avia_builder_shortcode_tree','a:0:{}'),(6871,6686,'_av_el_mgr_version','1.0'),(6872,6686,'_av_alb_posts_elements_state','a:0:{}'),(6873,6686,'layout',''),(6874,6686,'sidebar',''),(6875,6686,'footer',''),(6876,6686,'header_title_bar',''),(6877,6686,'header_transparency',''),(6878,6686,'_avia_hide_featured_image','0'),(6879,6687,'_edit_lock','1541308916:1'),(6880,6687,'_edit_last','1'),(6881,6687,'_aviaLayoutBuilder_active',''),(6882,6687,'_avia_sc_parser_state','check_only'),(6883,6687,'_wp_page_template','default'),(6884,6785,'_aviaLayoutBuilder_active',''),(6885,6785,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P35\' batchId=\'1\' /]'),(6886,6785,'_avia_builder_shortcode_tree','a:0:{}'),(6887,6687,'_aviaLayoutBuilderCleanData',''),(6888,6687,'_avia_builder_shortcode_tree','a:0:{}'),(6889,6687,'_av_el_mgr_version','1.0'),(6890,6687,'_av_alb_posts_elements_state','a:0:{}'),(6891,6687,'layout',''),(6892,6687,'sidebar',''),(6893,6687,'footer',''),(6894,6687,'header_title_bar',''),(6895,6687,'header_transparency',''),(6896,6687,'_avia_hide_featured_image','0'),(6897,6688,'_edit_lock','1541309074:1'),(6898,6688,'_edit_last','1'),(6899,6688,'_aviaLayoutBuilder_active',''),(6900,6688,'_avia_sc_parser_state','check_only'),(6901,6688,'_wp_page_template','default'),(6902,6788,'_aviaLayoutBuilder_active',''),(6903,6788,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P27\' batchId=\'1\' /]'),(6904,6788,'_avia_builder_shortcode_tree','a:0:{}'),(6905,6688,'_aviaLayoutBuilderCleanData',''),(6906,6688,'_avia_builder_shortcode_tree','a:0:{}'),(6907,6688,'_av_el_mgr_version','1.0'),(6908,6688,'_av_alb_posts_elements_state','a:0:{}'),(6909,6688,'layout',''),(6910,6688,'sidebar',''),(6911,6688,'footer',''),(6912,6688,'header_title_bar',''),(6913,6688,'header_transparency',''),(6914,6688,'_avia_hide_featured_image','0'),(6915,6689,'_edit_lock','1541309089:1'),(6916,6689,'_edit_last','1'),(6917,6689,'_aviaLayoutBuilder_active',''),(6918,6689,'_avia_sc_parser_state','check_only'),(6919,6689,'_wp_page_template','default'),(6920,6790,'_aviaLayoutBuilder_active',''),(6921,6790,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P28\' batchId=\'1\' /]'),(6922,6790,'_avia_builder_shortcode_tree','a:0:{}'),(6923,6689,'_aviaLayoutBuilderCleanData',''),(6924,6689,'_avia_builder_shortcode_tree','a:0:{}'),(6925,6689,'_av_el_mgr_version','1.0'),(6926,6689,'_av_alb_posts_elements_state','a:0:{}'),(6927,6689,'layout',''),(6928,6689,'sidebar',''),(6929,6689,'footer',''),(6930,6689,'header_title_bar',''),(6931,6689,'header_transparency',''),(6932,6689,'_avia_hide_featured_image','0'),(6933,6690,'_edit_lock','1541309105:1'),(6934,6690,'_edit_last','1'),(6935,6690,'_aviaLayoutBuilder_active',''),(6936,6690,'_avia_sc_parser_state','check_only'),(6937,6690,'_wp_page_template','default'),(6938,6793,'_aviaLayoutBuilder_active',''),(6939,6793,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P4\' batchId=\'1\' /]'),(6940,6793,'_avia_builder_shortcode_tree','a:0:{}'),(6941,6690,'_aviaLayoutBuilderCleanData',''),(6942,6690,'_avia_builder_shortcode_tree','a:0:{}'),(6943,6690,'_av_el_mgr_version','1.0'),(6944,6690,'_av_alb_posts_elements_state','a:0:{}'),(6945,6690,'layout',''),(6946,6690,'sidebar',''),(6947,6690,'footer',''),(6948,6690,'header_title_bar',''),(6949,6690,'header_transparency',''),(6950,6690,'_avia_hide_featured_image','0'),(6951,6691,'_edit_lock','1541309122:1'),(6952,6691,'_edit_last','1'),(6953,6691,'_aviaLayoutBuilder_active',''),(6954,6691,'_avia_sc_parser_state','check_only'),(6955,6691,'_wp_page_template','default'),(6956,6796,'_aviaLayoutBuilder_active',''),(6957,6796,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P37\' batchId=\'1\' /]'),(6958,6796,'_avia_builder_shortcode_tree','a:0:{}'),(6959,6691,'_aviaLayoutBuilderCleanData',''),(6960,6691,'_avia_builder_shortcode_tree','a:0:{}'),(6961,6691,'_av_el_mgr_version','1.0'),(6962,6691,'_av_alb_posts_elements_state','a:0:{}'),(6963,6691,'layout',''),(6964,6691,'sidebar',''),(6965,6691,'footer',''),(6966,6691,'header_title_bar',''),(6967,6691,'header_transparency',''),(6968,6691,'_avia_hide_featured_image','0'),(6969,6692,'_edit_lock','1541309138:1'),(6970,6692,'_edit_last','1'),(6971,6692,'_aviaLayoutBuilder_active',''),(6972,6692,'_avia_sc_parser_state','check_only'),(6973,6692,'_wp_page_template','default'),(6974,6799,'_aviaLayoutBuilder_active',''),(6975,6799,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P29\' batchId=\'1\' /]'),(6976,6799,'_avia_builder_shortcode_tree','a:0:{}'),(6977,6692,'_aviaLayoutBuilderCleanData',''),(6978,6692,'_avia_builder_shortcode_tree','a:0:{}'),(6979,6692,'_av_el_mgr_version','1.0'),(6980,6692,'_av_alb_posts_elements_state','a:0:{}'),(6981,6692,'layout',''),(6982,6692,'sidebar',''),(6983,6692,'footer',''),(6984,6692,'header_title_bar',''),(6985,6692,'header_transparency',''),(6986,6692,'_avia_hide_featured_image','0'),(6987,6693,'_edit_lock','1541313761:1'),(6988,6693,'_edit_last','1'),(6989,6693,'_aviaLayoutBuilder_active','active'),(6990,6693,'_avia_sc_parser_state','check_only'),(6991,6693,'_wp_page_template','default'),(6992,6802,'_aviaLayoutBuilder_active',''),(6993,6802,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P19\' batchId=\'1\' /]'),(6994,6802,'_avia_builder_shortcode_tree','a:0:{}'),(6995,6693,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4r31ud\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ie0yr\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P19\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/nicola-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1v8u85\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ieis4\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(6996,6693,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(6997,6693,'_av_el_mgr_version','1.0'),(6998,6693,'_av_alb_posts_elements_state','a:3:{s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(6999,6693,'layout',''),(7000,6693,'sidebar',''),(7001,6693,'footer',''),(7002,6693,'header_title_bar',''),(7003,6693,'header_transparency',''),(7004,6693,'_avia_hide_featured_image','0'),(7005,6694,'_edit_lock','1541309175:1'),(7006,6694,'_edit_last','1'),(7007,6694,'_aviaLayoutBuilder_active',''),(7008,6694,'_avia_sc_parser_state','check_only'),(7009,6694,'_wp_page_template','default'),(7010,6805,'_aviaLayoutBuilder_active',''),(7011,6805,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P42\' batchId=\'1\' /]'),(7012,6805,'_avia_builder_shortcode_tree','a:0:{}'),(7013,6694,'_aviaLayoutBuilderCleanData',''),(7014,6694,'_avia_builder_shortcode_tree','a:0:{}'),(7015,6694,'_av_el_mgr_version','1.0'),(7016,6694,'_av_alb_posts_elements_state','a:0:{}'),(7017,6694,'layout',''),(7018,6694,'sidebar',''),(7019,6694,'footer',''),(7020,6694,'header_title_bar',''),(7021,6694,'header_transparency',''),(7022,6694,'_avia_hide_featured_image','0'),(7023,6695,'_edit_lock','1541309045:1'),(7024,6695,'_edit_last','1'),(7025,6695,'_aviaLayoutBuilder_active',''),(7026,6695,'_avia_sc_parser_state','check_only'),(7027,6695,'_wp_page_template','default'),(7028,6808,'_aviaLayoutBuilder_active',''),(7029,6808,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P43\' batchId=\'1\' /]'),(7030,6808,'_avia_builder_shortcode_tree','a:0:{}'),(7031,6695,'_aviaLayoutBuilderCleanData',''),(7032,6695,'_avia_builder_shortcode_tree','a:0:{}'),(7033,6695,'_av_el_mgr_version','1.0'),(7034,6695,'_av_alb_posts_elements_state','a:0:{}'),(7035,6695,'layout',''),(7036,6695,'sidebar',''),(7037,6695,'footer',''),(7038,6695,'header_title_bar',''),(7039,6695,'header_transparency',''),(7040,6695,'_avia_hide_featured_image','0'),(7041,6696,'_edit_lock','1541309213:1'),(7042,6696,'_edit_last','1'),(7043,6696,'_aviaLayoutBuilder_active',''),(7044,6696,'_avia_sc_parser_state','check_only'),(7045,6696,'_wp_page_template','default'),(7046,6811,'_aviaLayoutBuilder_active',''),(7047,6811,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P32\' batchId=\'1\' /]'),(7048,6811,'_avia_builder_shortcode_tree','a:0:{}'),(7049,6696,'_aviaLayoutBuilderCleanData',''),(7050,6696,'_avia_builder_shortcode_tree','a:0:{}'),(7051,6696,'_av_el_mgr_version','1.0'),(7052,6696,'_av_alb_posts_elements_state','a:0:{}'),(7053,6696,'layout',''),(7054,6696,'sidebar',''),(7055,6696,'footer',''),(7056,6696,'header_title_bar',''),(7057,6696,'header_transparency',''),(7058,6696,'_avia_hide_featured_image','0'),(7059,6697,'_edit_lock','1541309232:1'),(7060,6697,'_edit_last','1'),(7061,6697,'_aviaLayoutBuilder_active',''),(7062,6697,'_avia_sc_parser_state','check_only'),(7063,6697,'_wp_page_template','default'),(7064,6814,'_aviaLayoutBuilder_active',''),(7065,6814,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P31\' batchId=\'1\' /]'),(7066,6814,'_avia_builder_shortcode_tree','a:0:{}'),(7067,6697,'_aviaLayoutBuilderCleanData',''),(7068,6697,'_avia_builder_shortcode_tree','a:0:{}'),(7069,6697,'_av_el_mgr_version','1.0'),(7070,6697,'_av_alb_posts_elements_state','a:0:{}'),(7071,6697,'layout',''),(7072,6697,'sidebar',''),(7073,6697,'footer',''),(7074,6697,'header_title_bar',''),(7075,6697,'header_transparency',''),(7076,6697,'_avia_hide_featured_image','0'),(7077,6698,'_edit_lock','1541309249:1'),(7078,6698,'_edit_last','1'),(7079,6698,'_aviaLayoutBuilder_active',''),(7080,6698,'_avia_sc_parser_state','check_only'),(7081,6698,'_wp_page_template','default'),(7082,6817,'_aviaLayoutBuilder_active',''),(7083,6817,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P36\' batchId=\'1\' /]'),(7084,6817,'_avia_builder_shortcode_tree','a:0:{}'),(7085,6698,'_aviaLayoutBuilderCleanData',''),(7086,6698,'_avia_builder_shortcode_tree','a:0:{}'),(7087,6698,'_av_el_mgr_version','1.0'),(7088,6698,'_av_alb_posts_elements_state','a:0:{}'),(7089,6698,'layout',''),(7090,6698,'sidebar',''),(7091,6698,'footer',''),(7092,6698,'header_title_bar',''),(7093,6698,'header_transparency',''),(7094,6698,'_avia_hide_featured_image','0'),(7095,6699,'_edit_lock','1541309265:1'),(7096,6699,'_edit_last','1'),(7097,6699,'_aviaLayoutBuilder_active',''),(7098,6699,'_avia_sc_parser_state','check_only'),(7099,6699,'_wp_page_template','default'),(7100,6820,'_aviaLayoutBuilder_active',''),(7101,6820,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P44\' batchId=\'1\' /]'),(7102,6820,'_avia_builder_shortcode_tree','a:0:{}'),(7103,6699,'_aviaLayoutBuilderCleanData',''),(7104,6699,'_avia_builder_shortcode_tree','a:0:{}'),(7105,6699,'_av_el_mgr_version','1.0'),(7106,6699,'_av_alb_posts_elements_state','a:0:{}'),(7107,6699,'layout',''),(7108,6699,'sidebar',''),(7109,6699,'footer',''),(7110,6699,'header_title_bar',''),(7111,6699,'header_transparency',''),(7112,6699,'_avia_hide_featured_image','0'),(7113,6700,'_edit_lock','1541309286:1'),(7114,6700,'_edit_last','1'),(7115,6700,'_aviaLayoutBuilder_active',''),(7116,6700,'_avia_sc_parser_state','check_only'),(7117,6700,'_wp_page_template','default'),(7118,6823,'_aviaLayoutBuilder_active',''),(7119,6823,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P40\' batchId=\'1\' /]'),(7120,6823,'_avia_builder_shortcode_tree','a:0:{}'),(7121,6700,'_aviaLayoutBuilderCleanData',''),(7122,6700,'_avia_builder_shortcode_tree','a:0:{}'),(7123,6700,'_av_el_mgr_version','1.0'),(7124,6700,'_av_alb_posts_elements_state','a:0:{}'),(7125,6700,'layout',''),(7126,6700,'sidebar',''),(7127,6700,'footer',''),(7128,6700,'header_title_bar',''),(7129,6700,'header_transparency',''),(7130,6700,'_avia_hide_featured_image','0'),(7131,6701,'_edit_lock','1541309303:1'),(7132,6701,'_edit_last','1'),(7133,6701,'_aviaLayoutBuilder_active',''),(7134,6701,'_avia_sc_parser_state','check_only'),(7135,6701,'_wp_page_template','default'),(7136,6826,'_aviaLayoutBuilder_active',''),(7137,6826,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P38\' batchId=\'1\' /]'),(7138,6826,'_avia_builder_shortcode_tree','a:0:{}'),(7139,6701,'_aviaLayoutBuilderCleanData',''),(7140,6701,'_avia_builder_shortcode_tree','a:0:{}'),(7141,6701,'_av_el_mgr_version','1.0'),(7142,6701,'_av_alb_posts_elements_state','a:0:{}'),(7143,6701,'layout',''),(7144,6701,'sidebar',''),(7145,6701,'footer',''),(7146,6701,'header_title_bar',''),(7147,6701,'header_transparency',''),(7148,6701,'_avia_hide_featured_image','0'),(7149,6702,'_edit_lock','1541309318:1'),(7150,6702,'_edit_last','1'),(7151,6702,'_aviaLayoutBuilder_active',''),(7152,6702,'_avia_sc_parser_state','check_only'),(7153,6702,'_wp_page_template','default'),(7154,6829,'_aviaLayoutBuilder_active',''),(7155,6829,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P17\' batchId=\'1\' /]'),(7156,6829,'_avia_builder_shortcode_tree','a:0:{}'),(7157,6702,'_aviaLayoutBuilderCleanData',''),(7158,6702,'_avia_builder_shortcode_tree','a:0:{}'),(7159,6702,'_av_el_mgr_version','1.0'),(7160,6702,'_av_alb_posts_elements_state','a:0:{}'),(7161,6702,'layout',''),(7162,6702,'sidebar',''),(7163,6702,'footer',''),(7164,6702,'header_title_bar',''),(7165,6702,'header_transparency',''),(7166,6702,'_avia_hide_featured_image','0'),(7167,6704,'_edit_lock','1541309334:1'),(7168,6704,'_edit_last','1'),(7169,6704,'_aviaLayoutBuilder_active',''),(7170,6704,'_avia_sc_parser_state','check_only'),(7171,6704,'_wp_page_template','default'),(7172,6831,'_aviaLayoutBuilder_active',''),(7173,6831,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P33\' batchId=\'1\' /]'),(7174,6831,'_avia_builder_shortcode_tree','a:0:{}'),(7175,6704,'_aviaLayoutBuilderCleanData',''),(7176,6704,'_avia_builder_shortcode_tree','a:0:{}'),(7177,6704,'_av_el_mgr_version','1.0'),(7178,6704,'_av_alb_posts_elements_state','a:0:{}'),(7179,6704,'layout',''),(7180,6704,'sidebar',''),(7181,6704,'footer',''),(7182,6704,'header_title_bar',''),(7183,6704,'header_transparency',''),(7184,6704,'_avia_hide_featured_image','0'),(7185,6705,'_edit_lock','1541309349:1'),(7186,6705,'_edit_last','1'),(7187,6705,'_aviaLayoutBuilder_active',''),(7188,6705,'_avia_sc_parser_state','check_only'),(7189,6705,'_wp_page_template','default'),(7190,6833,'_aviaLayoutBuilder_active',''),(7191,6833,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P52\' batchId=\'1\' /]'),(7192,6833,'_avia_builder_shortcode_tree','a:0:{}'),(7193,6705,'_aviaLayoutBuilderCleanData',''),(7194,6705,'_avia_builder_shortcode_tree','a:0:{}'),(7195,6705,'_av_el_mgr_version','1.0'),(7196,6705,'_av_alb_posts_elements_state','a:0:{}'),(7197,6705,'layout',''),(7198,6705,'sidebar',''),(7199,6705,'footer',''),(7200,6705,'header_title_bar',''),(7201,6705,'header_transparency',''),(7202,6705,'_avia_hide_featured_image','0'),(7203,6662,'_edit_lock','1541309373:1'),(7204,6662,'_edit_last','1'),(7205,6662,'_aviaLayoutBuilder_active',''),(7206,6662,'_avia_sc_parser_state','check_only'),(7207,6662,'_wp_page_template','default'),(7208,6835,'_aviaLayoutBuilder_active',''),(7209,6835,'_aviaLayoutBuilderCleanData','[rootsEvidencePage batchId=\"1\"/]'),(7210,6835,'_avia_builder_shortcode_tree','a:0:{}'),(7211,6662,'_aviaLayoutBuilderCleanData',''),(7212,6662,'_avia_builder_shortcode_tree','a:0:{}'),(7213,6662,'_av_el_mgr_version','1.0'),(7214,6662,'_av_alb_posts_elements_state','a:0:{}'),(7215,6662,'layout',''),(7216,6662,'sidebar',''),(7217,6662,'footer',''),(7218,6662,'header_title_bar',''),(7219,6662,'header_transparency',''),(7220,6662,'_avia_hide_featured_image','0'),(7221,6706,'_edit_lock','1541309387:1'),(7222,6706,'_edit_last','1'),(7223,6706,'_aviaLayoutBuilder_active',''),(7224,6706,'_avia_sc_parser_state','check_only'),(7225,6706,'_wp_page_template','default'),(7226,6837,'_aviaLayoutBuilder_active',''),(7227,6837,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P53\' batchId=\'1\' /]'),(7228,6837,'_avia_builder_shortcode_tree','a:0:{}'),(7229,6706,'_aviaLayoutBuilderCleanData',''),(7230,6706,'_avia_builder_shortcode_tree','a:0:{}'),(7231,6706,'_av_el_mgr_version','1.0'),(7232,6706,'_av_alb_posts_elements_state','a:0:{}'),(7233,6706,'layout',''),(7234,6706,'sidebar',''),(7235,6706,'footer',''),(7236,6706,'header_title_bar',''),(7237,6706,'header_transparency',''),(7238,6706,'_avia_hide_featured_image','0'),(7239,6707,'_edit_lock','1541309403:1'),(7240,6707,'_edit_last','1'),(7241,6707,'_aviaLayoutBuilder_active',''),(7242,6707,'_avia_sc_parser_state','check_only'),(7243,6707,'_wp_page_template','default'),(7244,6839,'_aviaLayoutBuilder_active',''),(7245,6839,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P23\' batchId=\'1\' /]'),(7246,6839,'_avia_builder_shortcode_tree','a:0:{}'),(7247,6707,'_aviaLayoutBuilderCleanData',''),(7248,6707,'_avia_builder_shortcode_tree','a:0:{}'),(7249,6707,'_av_el_mgr_version','1.0'),(7250,6707,'_av_alb_posts_elements_state','a:0:{}'),(7251,6707,'layout',''),(7252,6707,'sidebar',''),(7253,6707,'footer',''),(7254,6707,'header_title_bar',''),(7255,6707,'header_transparency',''),(7256,6707,'_avia_hide_featured_image','0'),(7257,6708,'_edit_lock','1541309278:1'),(7258,6708,'_edit_last','1'),(7259,6708,'_aviaLayoutBuilder_active',''),(7260,6708,'_avia_sc_parser_state','check_only'),(7261,6708,'_wp_page_template','default'),(7262,6841,'_aviaLayoutBuilder_active',''),(7263,6841,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P2\' batchId=\'1\' /]'),(7264,6841,'_avia_builder_shortcode_tree','a:0:{}'),(7265,6708,'_aviaLayoutBuilderCleanData',''),(7266,6708,'_avia_builder_shortcode_tree','a:0:{}'),(7267,6708,'_av_el_mgr_version','1.0'),(7268,6708,'_av_alb_posts_elements_state','a:0:{}'),(7269,6708,'layout',''),(7270,6708,'sidebar',''),(7271,6708,'footer',''),(7272,6708,'header_title_bar',''),(7273,6708,'header_transparency',''),(7274,6708,'_avia_hide_featured_image','0'),(7275,6709,'_edit_lock','1541309302:1'),(7276,6709,'_edit_last','1'),(7277,6709,'_aviaLayoutBuilder_active',''),(7278,6709,'_avia_sc_parser_state','check_only'),(7279,6709,'_wp_page_template','default'),(7280,6844,'_aviaLayoutBuilder_active',''),(7281,6844,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P50\' batchId=\'1\' /]'),(7282,6844,'_avia_builder_shortcode_tree','a:0:{}'),(7283,6709,'_aviaLayoutBuilderCleanData',''),(7284,6709,'_avia_builder_shortcode_tree','a:0:{}'),(7285,6709,'_av_el_mgr_version','1.0'),(7286,6709,'_av_alb_posts_elements_state','a:0:{}'),(7287,6709,'layout',''),(7288,6709,'sidebar',''),(7289,6709,'footer',''),(7290,6709,'header_title_bar',''),(7291,6709,'header_transparency',''),(7292,6709,'_avia_hide_featured_image','0'),(7293,6661,'_edit_lock','1542086571:1'),(7294,6661,'_edit_last','1'),(7295,6661,'_aviaLayoutBuilder_active',''),(7296,6661,'_avia_sc_parser_state','check_only'),(7298,6847,'_aviaLayoutBuilder_active',''),(7299,6847,'_aviaLayoutBuilderCleanData','[rootsPersonaIndexPage batchId=\"1\"/]'),(7300,6847,'_avia_builder_shortcode_tree','a:0:{}'),(7301,6661,'_aviaLayoutBuilderCleanData',''),(7302,6661,'_avia_builder_shortcode_tree','a:0:{}'),(7303,6661,'_av_el_mgr_version','1.0'),(7304,6661,'_av_alb_posts_elements_state','a:0:{}'),(7305,6661,'layout',''),(7306,6661,'sidebar',''),(7307,6661,'footer',''),(7308,6661,'header_title_bar',''),(7309,6661,'header_transparency',''),(7310,6661,'_avia_hide_featured_image','0'),(7311,6663,'_edit_lock','1541657531:1'),(7312,6663,'_edit_last','1'),(7313,6663,'_aviaLayoutBuilder_active',''),(7314,6663,'_avia_sc_parser_state','check_only'),(7316,6852,'_aviaLayoutBuilder_active',''),(7317,6852,'_aviaLayoutBuilderCleanData','The default WordPress themes display all first level pages by default. When importing a GEDCOM file, hundreds of pages can be created, all first level pages. The intent of assigning a Parent Page is to push persona pages down to a second level, allowing an admin to manage the display of those pages.\r\n\r\n&nbsp;\r\n\r\nI can not tell you how many new users have skipped the step of assigning the parent page, then emailed me to say that rootpersona has destroyed their site. (Picture a front page with 100 or more entries in the menu bar).\r\n\r\n&nbsp;\r\n\r\nrootspersona will now create and assign a Parent Page by default. The parent page is NOT meant for display, as the menu is very large on most sites..\r\n\r\n&nbsp;\r\n\r\n&nbsp;'),(7318,6852,'_avia_builder_shortcode_tree','a:0:{}'),(7319,6663,'_aviaLayoutBuilderCleanData',''),(7320,6663,'_avia_builder_shortcode_tree','a:0:{}'),(7321,6663,'_av_el_mgr_version','1.0'),(7322,6663,'_av_alb_posts_elements_state','a:0:{}'),(7323,6663,'layout',''),(7324,6663,'sidebar',''),(7325,6663,'footer',''),(7326,6663,'header_title_bar',''),(7327,6663,'header_transparency',''),(7328,6663,'_avia_hide_featured_image','0'),(7329,6710,'_edit_lock','1542086760:1'),(7330,6710,'_edit_last','1'),(7331,6710,'_aviaLayoutBuilder_active',''),(7332,6710,'_avia_sc_parser_state','check_only'),(7334,6855,'_aviaLayoutBuilder_active',''),(7335,6855,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P49\' batchId=\'1\' /]'),(7336,6855,'_avia_builder_shortcode_tree','a:0:{}'),(7337,6710,'_aviaLayoutBuilderCleanData',''),(7338,6710,'_avia_builder_shortcode_tree','a:0:{}'),(7339,6710,'_av_el_mgr_version','1.0'),(7340,6710,'_av_alb_posts_elements_state','a:0:{}'),(7341,6710,'layout',''),(7342,6710,'sidebar',''),(7343,6710,'footer',''),(7344,6710,'header_title_bar',''),(7345,6710,'header_transparency',''),(7346,6710,'_avia_hide_featured_image','0'),(7347,6711,'_edit_lock','1542086693:1'),(7348,6711,'_edit_last','1'),(7349,6711,'_aviaLayoutBuilder_active',''),(7350,6711,'_avia_sc_parser_state','check_only'),(7352,6858,'_aviaLayoutBuilder_active',''),(7353,6858,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P48\' batchId=\'1\' /]'),(7354,6858,'_avia_builder_shortcode_tree','a:0:{}'),(7355,6711,'_aviaLayoutBuilderCleanData',''),(7356,6711,'_avia_builder_shortcode_tree','a:0:{}'),(7357,6711,'_av_el_mgr_version','1.0'),(7358,6711,'_av_alb_posts_elements_state','a:0:{}'),(7359,6711,'layout',''),(7360,6711,'sidebar',''),(7361,6711,'footer',''),(7362,6711,'header_title_bar',''),(7363,6711,'header_transparency',''),(7364,6711,'_avia_hide_featured_image','0'),(7365,6712,'_edit_lock','1663701032:1'),(7366,6712,'_edit_last','1'),(7367,6712,'_aviaLayoutBuilder_active',''),(7368,6712,'_avia_sc_parser_state','check_only'),(7369,6712,'_wp_page_template','default'),(7370,6861,'_aviaLayoutBuilder_active',''),(7371,6861,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P47\' batchId=\'1\' /]'),(7372,6861,'_avia_builder_shortcode_tree','a:0:{}'),(7373,6712,'_aviaLayoutBuilderCleanData',''),(7374,6712,'_avia_builder_shortcode_tree','a:0:{}'),(7375,6712,'_av_el_mgr_version','1.0'),(7376,6712,'_av_alb_posts_elements_state','a:0:{}'),(7377,6712,'layout',''),(7378,6712,'sidebar',''),(7379,6712,'footer',''),(7380,6712,'header_title_bar',''),(7381,6712,'header_transparency',''),(7382,6712,'_avia_hide_featured_image','0'),(7383,6713,'_edit_lock','1541309568:1'),(7384,6713,'_edit_last','1'),(7385,6713,'_aviaLayoutBuilder_active',''),(7386,6713,'_avia_sc_parser_state','check_only'),(7387,6713,'_wp_page_template','default'),(7388,6864,'_aviaLayoutBuilder_active',''),(7389,6864,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P10\' batchId=\'1\' /]'),(7390,6864,'_avia_builder_shortcode_tree','a:0:{}'),(7391,6713,'_aviaLayoutBuilderCleanData',''),(7392,6713,'_avia_builder_shortcode_tree','a:0:{}'),(7393,6713,'_av_el_mgr_version','1.0'),(7394,6713,'_av_alb_posts_elements_state','a:0:{}'),(7395,6713,'layout',''),(7396,6713,'sidebar',''),(7397,6713,'footer',''),(7398,6713,'header_title_bar',''),(7399,6713,'header_transparency',''),(7400,6713,'_avia_hide_featured_image','0'),(7401,6714,'_edit_lock','1541309441:1'),(7402,6714,'_edit_last','1'),(7403,6714,'_aviaLayoutBuilder_active',''),(7404,6714,'_avia_sc_parser_state','check_only'),(7405,6714,'_wp_page_template','default'),(7406,6867,'_aviaLayoutBuilder_active',''),(7407,6867,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P14\' batchId=\'1\' /]'),(7408,6867,'_avia_builder_shortcode_tree','a:0:{}'),(7409,6714,'_aviaLayoutBuilderCleanData',''),(7410,6714,'_avia_builder_shortcode_tree','a:0:{}'),(7411,6714,'_av_el_mgr_version','1.0'),(7412,6714,'_av_alb_posts_elements_state','a:0:{}'),(7413,6714,'layout',''),(7414,6714,'sidebar',''),(7415,6714,'footer',''),(7416,6714,'header_title_bar',''),(7417,6714,'header_transparency',''),(7418,6714,'_avia_hide_featured_image','0'),(7419,6715,'_edit_lock','1541309606:1'),(7420,6715,'_edit_last','1'),(7421,6715,'_aviaLayoutBuilder_active',''),(7422,6715,'_avia_sc_parser_state','check_only'),(7423,6715,'_wp_page_template','default'),(7424,6870,'_aviaLayoutBuilder_active',''),(7425,6870,'_aviaLayoutBuilderCleanData','[rootsPersona personId=\'P39\' batchId=\'1\' /]'),(7426,6870,'_avia_builder_shortcode_tree','a:0:{}'),(7427,6715,'_aviaLayoutBuilderCleanData',''),(7428,6715,'_avia_builder_shortcode_tree','a:0:{}'),(7429,6715,'_av_el_mgr_version','1.0'),(7430,6715,'_av_alb_posts_elements_state','a:0:{}'),(7431,6715,'layout',''),(7432,6715,'sidebar',''),(7433,6715,'footer',''),(7434,6715,'header_title_bar',''),(7435,6715,'header_transparency',''),(7436,6715,'_avia_hide_featured_image','0'),(7437,6874,'_aviaLayoutBuilder_active','active'),(7438,6874,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree.jpg\' attachment=\'6657\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7439,6874,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}}'),(7440,6876,'_aviaLayoutBuilder_active','active'),(7441,6876,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3b14ew\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2gov8y\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P7\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(7442,6876,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(7443,6877,'_aviaLayoutBuilder_active','active'),(7444,6877,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4gftjc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2gqy9m\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P7\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1x9xe0\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2gsh76\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7445,6877,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7446,6878,'_wp_attached_file','2018/11/bartolomeo-giuseppe-anzino-rp.jpg'),(7447,6878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:914;s:4:\"file\";s:41:\"2018/11/bartolomeo-giuseppe-anzino-rp.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"bartolomeo-giuseppe-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"bartolomeo-giuseppe-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x430.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x630.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x684.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x375.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-465x705.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x321.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x423.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-450x682.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286503\";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:{}}}'),(7448,6879,'_wp_attached_file','2018/11/carlo-alberto-anzino-rp.jpg'),(7449,6879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:486;s:4:\"file\";s:35:\"2018/11/carlo-alberto-anzino-rp.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"carlo-alberto-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"carlo-alberto-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x430.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x400.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x375.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x321.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x423.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x450.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286423\";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:{}}}'),(7450,6880,'_wp_attached_file','2018/11/giovanni-anzino-rp.jpg'),(7451,6880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:323;s:4:\"file\";s:30:\"2018/11/giovanni-anzino-rp.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"giovanni-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"giovanni-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-260x321.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286542\";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:{}}}'),(7452,6881,'_wp_attached_file','2018/11/giuseppe-anzino-rp.jpg'),(7453,6881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:398;s:6:\"height\";i:352;s:4:\"file\";s:30:\"2018/11/giuseppe-anzino-rp.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"giuseppe-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"giuseppe-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-398x321.jpg\";s:5:\"width\";i:398;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286627\";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:{}}}'),(7454,6882,'_wp_attached_file','2018/11/giuseppina-anzino-rp.jpg'),(7455,6882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:482;s:6:\"height\";i:583;s:4:\"file\";s:32:\"2018/11/giuseppina-anzino-rp.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"giuseppina-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"giuseppina-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-482x430.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-482x400.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-482x375.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-482x321.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-482x423.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-450x544.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286593\";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:{}}}'),(7456,6883,'_wp_attached_file','2018/11/luisa-anzino-rp.jpg'),(7457,6883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:171;s:4:\"file\";s:27:\"2018/11/luisa-anzino-rp.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"luisa-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"luisa-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"luisa-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483284087\";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:{}}}'),(7458,6884,'_wp_attached_file','2018/11/nicola-anzino-rp.jpg'),(7459,6884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:914;s:6:\"height\";i:911;s:4:\"file\";s:28:\"2018/11/nicola-anzino-rp.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"nicola-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"nicola-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-914x430.jpg\";s:5:\"width\";i:914;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-914x630.jpg\";s:5:\"width\";i:914;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-705x703.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-914x423.jpg\";s:5:\"width\";i:914;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-450x449.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286359\";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:{}}}'),(7460,6885,'_wp_attached_file','2018/11/valerio-anzino-rp.jpg'),(7461,6885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:752;s:6:\"height\";i:809;s:4:\"file\";s:29:\"2018/11/valerio-anzino-rp.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-279x300.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-752x430.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-752x630.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-752x684.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-655x705.jpg\";s:5:\"width\";i:655;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-752x321.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-752x423.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-450x484.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286474\";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:{}}}'),(7462,6887,'_aviaLayoutBuilder_active','active'),(7463,6887,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3x7az9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hmnhs\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P3\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/giovanni-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1tktpx\'][/av_one_fifth]\r\n\r\n'),(7464,6887,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}'),(7465,6888,'_aviaLayoutBuilder_active','active'),(7466,6888,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3x7az9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hmnhs\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P3\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/giovanni-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n[/av_four_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1tktpx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hoao5\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Genealogy</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7467,6888,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7468,6891,'_aviaLayoutBuilder_active','active'),(7469,6891,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3x7az9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hmnhs\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P3\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/giovanni-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n[/av_four_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1tktpx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hoao5\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7470,6891,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7471,6703,'_edit_lock','1541313303:1'),(7472,6703,'_edit_last','1'),(7473,6703,'_aviaLayoutBuilder_active','active'),(7474,6703,'_avia_sc_parser_state','check_only'),(7475,6703,'_wp_page_template','default'),(7476,6894,'_aviaLayoutBuilder_active','active'),(7477,6894,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3xpqkv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hyu12\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P1\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/valerio-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-b1iq7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hzf72\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7478,6894,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7479,6703,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3xpqkv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hyu12\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P1\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/valerio-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-b1iq7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hzf72\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7480,6703,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7481,6703,'layout',''),(7482,6703,'sidebar',''),(7483,6703,'footer',''),(7484,6703,'header_title_bar',''),(7485,6703,'header_transparency',''),(7486,6703,'_avia_hide_featured_image','0'),(7487,6898,'_aviaLayoutBuilder_active','active'),(7488,6898,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4gftjc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2gqy9m\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P7\' batchId=\'1\'  picfile1=\'/wp-content/uploads/2018/11/carlo-alberto-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1x9xe0\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2gsh76\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(7489,6898,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7490,6900,'_aviaLayoutBuilder_active','active'),(7491,6900,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3yl13u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ia8b4\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P8\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/giuseppina-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uoruy\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iarcx\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7492,6900,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7493,6902,'_aviaLayoutBuilder_active','active'),(7494,6902,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4r31ud\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ie0yr\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P19\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/nicola-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1v8u85\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ieis4\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7495,6902,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7496,6903,'_wp_attached_file','2018/11/clementina-anzino-rp.jpg'),(7497,6903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:261;s:6:\"height\";i:275;s:4:\"file\";s:32:\"2018/11/clementina-anzino-rp.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"clementina-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:32:\"clementina-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"clementina-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"clementina-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"clementina-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"clementina-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541288655\";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:{}}}'),(7498,6905,'_aviaLayoutBuilder_active','active'),(7499,6905,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3kymrz\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ilytg\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P12\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/clementina-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-bo0vz\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2imfku\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7500,6905,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7501,6907,'_aviaLayoutBuilder_active','active'),(7502,6907,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d01a1\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2io4ei\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P30\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t1txl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iom4k\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7503,6907,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7504,6909,'_aviaLayoutBuilder_active','active'),(7505,6909,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3zg3xf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iq33y\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P6\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2sy6rn\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iqi66\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7506,6909,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7507,6911,'_aviaLayoutBuilder_active','active'),(7508,6911,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4nwlg8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2irxzx\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P9\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-21fbgo\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2isbss\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7509,6911,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7510,6913,'_aviaLayoutBuilder_active','active'),(7511,6913,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rvwji\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2itqgl\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P13\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3a3gzi\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iu6n9\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7512,6913,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7513,6915,'_aviaLayoutBuilder_active','active'),(7514,6915,'_aviaLayoutBuilderCleanData','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3unkie\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ivd5s\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P21\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2j6w5y\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ivsqv\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(7515,6915,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:13:\"av_four_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7525,6919,'_aviaLayoutBuilder_active','active'),(7526,6919,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-ci8ia\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzi86bm\' admin_preview_bg=\'\']\r\nAs the attached Fubine Church 1847 census shows, Valerio had moved to Torino although his family remained in Fubine. Valerio was likely attending a boarding school in Torino as was his sister Giuseppina. The year of 1843 is a guess based on his sister moving at age eleven. Both Valerio and his sister could have moved earlier as there have been no school records discovered. Torino was approximately 80-90 km from Fubine so it\'s likely that Valerio and his sister stayed in Torino for the duration of their studies and that Giovanni and Ippolita visited them when possible.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22w19u\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-745x1030.jpg\' attachment=\'5537\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnzi93kq\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(7527,6919,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7528,6922,'_aviaLayoutBuilder_active','active'),(7529,6922,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84xek4\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5axf78\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ninp0\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2gifpw\'][/av_image]\r\n\r\n[/av_one_half]'),(7530,6922,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7531,6924,'_aviaLayoutBuilder_active','active'),(7532,6924,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-89gxyw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5l5fq0\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4jp9rs\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2ye32w\'][/av_image]\r\n\r\n[/av_one_half]'),(7533,6924,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7534,6926,'_wp_attached_file','2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1.jpg'),(7535,6926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:55:\"2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-1030x773.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:53:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:56:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:56:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:57:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-1500x1125.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-705x529.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:56:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-450x338.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DMC-FZ18\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1248605140\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7536,6928,'_aviaLayoutBuilder_active','active'),(7537,6928,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jdm3q\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo3rdnju\' admin_preview_bg=\'\']\r\nMonsignore was appointed Mitred Abbot of the <a href=\"https://en.wikipedia.org/wiki/Ducal_palace,_Mantua#Palatine_church_of_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Basilica Santa Barbara</a> in Mantua, Italy. This position was not operational as Valerio was working in Roma as the Chief Chaplain to Umberto I and as Confessor to Queen Margherita when this appointment was made. The Basilica Santa Barbara was a Pallottine Church and Valerio was ordained as a member of the Pallottine clergy so this appointment made sense from that perspective. Valerio did get very involved in a restoration project of the Church , hiring his nephew Giuseppe Anzino, (an artist), to help manage the project. The Basilica Santa Barbara for many years was the Royal Chapel of the Gonzaga family until their dynasty ended in 1707.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1y3xfa\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1-1030x773.jpg\' attachment=\'6926\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo3rqidu\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(7538,6928,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7546,6931,'_aviaLayoutBuilder_active','active'),(7547,6931,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jdm3q\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo3rdnju\' admin_preview_bg=\'\']\r\nMonsignore was appointed Mitred Abbot of the <a href=\"https://en.wikipedia.org/wiki/Ducal_palace,_Mantua#Palatine_church_of_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Basilica Santa Barbara</a> in Mantua, Italy in 1893. This appointment was made by Umberto I, the King. This position was not operational as Valerio was working in Roma as the Chief Chaplain to Umberto I and as Confessor to Queen Margherita when this appointment was made. The Basilica Santa Barbara was a Pallottine Church and Valerio was ordained as a member of the Pallottine clergy so this appointment made sense from that perspective. Valerio did get very involved in a restoration project of the Church , hiring his nephew, <a href=\"https://valerioanzino.com/rootspersona-tree/anzino-giuseppe-pietro/\" rel=\"noopener\" target=\"_blank\">Giuseppe Anzino</a>, (an artist), to help manage the project. The Basilica Santa Barbara for many years was the Royal Chapel of the Gonzaga family until their dynasty ended in 1707.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1y3xfa\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1-1030x773.jpg\' attachment=\'6926\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo3rqidu\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(7548,6931,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7563,6926,'_wp_attachment_image_alt','Basilica Santa Barbara'),(7585,6934,'_wp_attached_file','2018/11/pope-pius-IX-1878.jpg'),(7586,6934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:962;s:6:\"height\";i:1582;s:4:\"file\";s:29:\"2018/11/pope-pius-IX-1878.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pope-pius-IX-1878-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"pope-pius-IX-1878-768x1263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"pope-pius-IX-1878-626x1030.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"pope-pius-IX-1878-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-962x430.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-962x630.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:30:\"pope-pius-IX-1878-912x1500.jpg\";s:5:\"width\";i:912;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-429x705.jpg\";s:5:\"width\";i:429;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-962x423.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-450x740.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7587,6934,'_wp_attachment_image_alt','Pope Pius IX 1878'),(7602,6937,'_aviaLayoutBuilder_active','active'),(7603,6937,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3xsy36\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4u6wxp\' admin_preview_bg=\'\']\r\nImmediately after Vittorio Emmanuel II\'s death on January 8, 1878, <a href=\"https://en.wikipedia.org/wiki/Pope_Pius_IX\" target=\"_blank\">Pope Pius IX</a> demands that Valerio send him a detailed report of the circumstances surrounding the death. Pius IX had sent 2 emissaries from the Vatican to speak to the King on his deathbed, but Valerio kept them away from the King and wouldn\'t allow any visit to take place. It is important to note here that the King had been excommunicated by the Pope after Vittorio\'s army defeated the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\">Papal States</a> army in 1870. While that defeat was more of a small number of skirmishes rather than an all-out battle, the result was that the Papal States no longer existed. The Catholic Church, through it\'s Popes, had ruled the Papal States in Central Italy from the 8th century until 1870 as a sovereign entity.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgppe\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/pope-pius-IX-1878-626x1030.jpg\' attachment=\'6934\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo4tp39w\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(7604,6937,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7605,6938,'_aviaLayoutBuilder_active','active'),(7606,6938,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3xsy36\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4u6wxp\' admin_preview_bg=\'\']\r\nImmediately after Vittorio Emmanuel II\'s death on January 9, 1878, <a href=\"https://en.wikipedia.org/wiki/Pope_Pius_IX\" target=\"_blank\" rel=\"noopener\">Pope Pius IX</a> demands that Valerio send him a detailed report of the circumstances surrounding the death. Pius IX had sent 2 emissaries from the Vatican to speak to the King on his deathbed, but Valerio kept them away from the King and wouldn\'t allow any visit to take place. It is important to note here that the King had been excommunicated by the Pope after Vittorio\'s army defeated the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> army in 1870. While that defeat was more of a small number of skirmishes rather than an all-out battle, the result was that the Papal States no longer existed. The Catholic Church, through it\'s Popes, had ruled the Papal States in Central Italy from the 8th century until 1870 as a sovereign entity.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgppe\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/pope-pius-IX-1878-626x1030.jpg\' attachment=\'6934\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo4tp39w\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(7607,6938,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7608,6939,'_wp_attached_file','2018/11/pope-pius-IX-1878-cropped.jpg'),(7609,6939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:962;s:6:\"height\";i:963;s:4:\"file\";s:37:\"2018/11/pope-pius-IX-1878-cropped.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"pope-pius-IX-1878-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:35:\"pope-pius-IX-1878-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-962x430.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-962x630.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-705x705.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-962x423.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7610,6267,'story_based_on','default'),(7611,6267,'ctl_story_year','1878'),(7612,6267,'ctl_story_date','01/15/1878'),(7613,6267,'story_format','default'),(7614,6267,'img_cont_size','full'),(7615,6267,'story_custom_link','/pope-pius-ix-demands-report/'),(7616,6267,'ctl_story_color','#'),(7617,6942,'_aviaLayoutBuilder_active','active'),(7618,6942,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3xsy36\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4u6wxp\' admin_preview_bg=\'\']\r\nImmediately after Vittorio Emmanuel II\'s death on January 9, 1878, <a href=\"https://en.wikipedia.org/wiki/Pope_Pius_IX\" target=\"_blank\" rel=\"noopener\">Pope Pius IX</a> demands that Valerio send him a detailed report of the circumstances surrounding the death. Pius IX had sent 2 emissaries from the Vatican to speak to the King on his deathbed, but Valerio kept them away from the King and wouldn\'t allow any visit to take place. It is important to note here that the King had been excommunicated by the Pope after Vittorio\'s army defeated the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> army in 1870. While that defeat was more of a small number of skirmishes rather than an all-out battle, the result was that the Papal States no longer existed. The Catholic Church, through it\'s Popes, had ruled the Papal States in Central Italy from the 8th century until 1870 as a sovereign entity. At the time of Vittorio\'s death in 1878, the Vatican and the Italian Government were still legally in a state of war as the Vatican had refused to sign a peace treaty in 1870.  The political speculation at the time, (buttressed by the lens of historical research), was that the Vatican\'s goal was to extract a confession, written or verbal, from Vittorio Emmanuel II to the effect that Vittorio had unjustly taken the Church\'s property. If Vittorio Emmanuel II had confessed to this on his deathbed , the Vatican would likely have used it as a legal and/or political tool to get some of it\'s Papal States property back.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgppe\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/pope-pius-IX-1878-626x1030.jpg\' attachment=\'6934\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo4tp39w\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(7619,6942,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7620,6943,'_aviaLayoutBuilder_active','active'),(7621,6943,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3xsy36\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4u6wxp\' admin_preview_bg=\'\']\r\nImmediately after Vittorio Emmanuel II\'s death on January 9, 1878, <a href=\"https://en.wikipedia.org/wiki/Pope_Pius_IX\" target=\"_blank\" rel=\"noopener\">Pope Pius IX</a> demands that Valerio send him a detailed report of the circumstances surrounding the death. Pius IX had sent 2 emissaries from the Vatican to speak to the King on his deathbed, but Valerio kept them away from the King and wouldn\'t allow any visit to take place. It is important to note here that the King had been excommunicated by the Pope after Vittorio\'s army defeated the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> army in 1870. While that defeat was more of a small number of skirmishes rather than an all-out battle, the result was that the Papal States no longer existed. The Catholic Church, through it\'s Popes, had ruled the Papal States in Central Italy from the 8th century until 1870 as a sovereign entity. At the time of Vittorio\'s death in 1878, the Vatican and the Italian Government were still legally in a state of war as the Vatican had refused to sign a peace treaty in 1870. The political speculation at the time, (buttressed by the lens of historical research), was that the Vatican\'s goal was to extract a confession, written or verbal, from Vittorio Emmanuel II to the effect that Vittorio had unjustly taken the Church\'s property. If Vittorio Emmanuel II had confessed to this on his deathbed , the Vatican would likely have used it as a legal and/or political tool to get some of it\'s Papal States property back.\r\nValerio\'s report, (this author has viewed the draft versions of it at the State Archives in Roma), did not provide the confession that the Vatican had hoped for. Vittorio Emmanuel II stated 2 things that Valerio included in his report:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\"</li>\r\n 	<li>\"I never intended to harm Catholicism\"</li>\r\n</ul>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgppe\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/pope-pius-IX-1878-626x1030.jpg\' attachment=\'6934\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo4tp39w\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(7622,6943,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7623,6944,'_wp_attached_file','2018/11/giuseppe_anzino-1862.jpg'),(7624,6944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:79;s:4:\"file\";s:32:\"2018/11/giuseppe_anzino-1862.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"giuseppe_anzino-1862-80x79.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"giuseppe_anzino-1862-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7625,6944,'_wp_attachment_image_alt','Giuseppe Anzino 1862'),(7626,6946,'_wp_attached_file','2018/11/new-tree-1.jpg'),(7627,6946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2765;s:6:\"height\";i:1015;s:4:\"file\";s:22:\"2018/11/new-tree-1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"new-tree-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"new-tree-1-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"new-tree-1-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"new-tree-1-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:22:\"new-tree-1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"new-tree-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"new-tree-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"new-tree-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:23:\"new-tree-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:23:\"new-tree-1-1500x551.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"new-tree-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"new-tree-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:22:\"new-tree-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:22:\"new-tree-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"new-tree-1-705x259.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"new-tree-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:23:\"new-tree-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"new-tree-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"new-tree-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"new-tree-1-450x165.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7628,6946,'_wp_attachment_image_alt','Anzino Family Tree'),(7629,6948,'_aviaLayoutBuilder_active','active'),(7630,6948,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-1-1030x378.jpg\' attachment=\'6946\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(7631,6948,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}}'),(7632,6950,'_aviaLayoutBuilder_active','active'),(7633,6950,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia and he also held the role of Chief Elemosiniere for the Savoia.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-1.jpg\' attachment=\'6946\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(7634,6950,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}}'),(7635,6951,'_aviaLayoutBuilder_active','active'),(7636,6951,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-1.jpg\' attachment=\'6946\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(7637,6951,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}}'),(7638,6277,'story_based_on','default'),(7639,6277,'ctl_story_year','1888'),(7640,6277,'ctl_story_date','06/30/1888'),(7641,6277,'story_format','default'),(7642,6277,'img_cont_size','full'),(7643,6277,'story_custom_link','/appointed-mitred-abbot/'),(7644,6277,'ctl_story_color','#'),(7645,6954,'_aviaLayoutBuilder_active','active'),(7646,6954,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jdm3q\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo3rdnju\' admin_preview_bg=\'\']\r\nMonsignore was appointed Mitred Abbot of the <a href=\"https://en.wikipedia.org/wiki/Ducal_palace,_Mantua#Palatine_church_of_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Basilica Santa Barbara</a> in Mantua, Italy in around 1888. The date is not certain yet but the Records of the House of Savoy from 1889 show Valerio in the role meaning that the appointment was made in 1888 or earlier. This appointment was made by Umberto I, the King. This position was not operational as Valerio was working in Roma as the Chief Chaplain to Umberto I and as Confessor to Queen Margherita when this appointment was made. The Basilica Santa Barbara was a Pallottine Church and Valerio was ordained as a member of the Pallottine clergy so this appointment made sense from that perspective. Valerio did get very involved in a restoration project of the Church , hiring his nephew, <a href=\"https://valerioanzino.com/rootspersona-tree/anzino-giuseppe-pietro/\" target=\"_blank\" rel=\"noopener\">Giuseppe Anzino</a>, (an artist), to help manage the project. The Basilica Santa Barbara for many years was the Royal Chapel of the Gonzaga family until their dynasty ended in 1707.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1y3xfa\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1-1030x773.jpg\' attachment=\'6926\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo3rqidu\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(7647,6954,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7648,6957,'_aviaLayoutBuilder_active','active'),(7649,6957,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-89gxyw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5l5fq0\' admin_preview_bg=\'\']\r\nAt the age of 25 years old, Valerio is appointed the Chaplain at Military Headquarters in Torino in 1857. This date comes from a letter written in the early 1900\'s by someone in Fubine, Italy  with access to Cresentino Casselli, a Fubinese Historian.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4jp9rs\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio_anzino_and_father_1860s.jpg\' attachment=\'6540\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2ye32w\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(7650,6957,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7651,6958,'_aviaLayoutBuilder_active','active'),(7652,6958,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-89gxyw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4yntxj\' admin_preview_bg=\'\']\r\nValerio Anzino is appointed as Chaplain at the Military Headquarters in Torino in 1857 at the age of 25. This date comes from a letter written in the early 1900s by a Fubinese who knew Cresentino Casselli, a Fubinese historian. The attached photo was likely taken at the Military Headquarters in Torino but could have been taken any time between 1857 and 1866. Valerio\'s father, Giovanni Anzino, (sitting to Valerio\'s left), died on July 28 1866 in Torino.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4jp9rs\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio_anzino_and_father_1860s.jpg\' attachment=\'6540\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2ye32w\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(7653,6958,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7654,6960,'_aviaLayoutBuilder_active','active'),(7655,6960,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-89gxyw\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4yntxj\' admin_preview_bg=\'\']\r\nValerio Anzino is appointed as Chaplain at the Military Headquarters in Torino in 1857 at the age of 25. This date comes from a letter written in the early 1900s by a Fubinese who knew Cresentino Casselli, a Fubinese historian. The attached photo was likely taken at the Military Headquarters in Torino but could have been taken any time between 1857 and 1866. Valerio\'s father, Giovanni Anzino, (sitting to Valerio\'s left), died on July 28 1866 in Torino.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4jp9rs\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio_anzino_and_father_1860s.jpg\' attachment=\'6540\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2ye32w\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(7656,6960,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7657,6962,'_aviaLayoutBuilder_active','active'),(7658,6962,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-89gxyw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4yntxj\' admin_preview_bg=\'\']\r\nValerio Anzino is appointed as Chaplain at the Military Headquarters in Torino in 1865 or 1866 at the age of 34. This date comes from a letter written in the early 1900s by a Fubinese who knew Cresentino Casselli, a Fubinese historian. The attached photo was likely taken at the Military Headquarters in Torino but before July 28 1866 since Valerio\'s father, <a href=\"/rootspersona-tree/anzino-giovanni-domenico/\" rel=\"noopener\" target=\"_blank\">Giovanni Anzino</a>, (sitting to Valerio\'s left), died on July 28 1866 in Torino.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4jp9rs\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio_anzino_and_father_1860s.jpg\' attachment=\'6540\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2ye32w\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(7659,6962,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7660,6431,'story_based_on','default'),(7661,6431,'ctl_story_year','1866'),(7662,6431,'ctl_story_date','06/30/1866'),(7663,6431,'story_format','default'),(7664,6431,'img_cont_size','full'),(7665,6431,'story_custom_link','/appointed-military-chaplain-at-headquarters/'),(7666,6431,'ctl_story_color','#'),(7667,6964,'_edit_lock','1541628108:1'),(7668,6964,'_edit_last','1'),(7675,6964,'fa_field_icon',''),(7694,6968,'_wp_attached_file','2018/11/vittorio-and-adelaide.jpg'),(7695,6968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:686;s:6:\"height\";i:659;s:4:\"file\";s:33:\"2018/11/vittorio-and-adelaide.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"vittorio-and-adelaide-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"vittorio-and-adelaide-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-686x430.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-686x630.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-686x375.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-686x321.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-686x423.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-450x432.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541435156\";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:{}}}'),(7696,6968,'_wp_attachment_image_alt','Vittorio Emmanuel II and Adelaide of Austria'),(7703,6969,'_edit_lock','1541464195:1'),(7704,6969,'_edit_last','1'),(7705,6969,'_aviaLayoutBuilder_active','active'),(7706,6969,'_avia_sc_parser_state','check_only'),(7707,6969,'_wp_page_template','default'),(7708,6970,'_aviaLayoutBuilder_active',''),(7709,6970,'_aviaLayoutBuilderCleanData','<p class=\"tlage\">36 Years Old</p>\r\n [caption id=\"attachment_6968\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/vittorio-and-adelaide.jpg\"><img src=\"/wp-content/uploads/2018/11/vittorio-and-adelaide-80x80.jpg\" alt=\"Vittorio Emmanuel II and Adelaide of Austria\" width=\"80\" height=\"80\" class=\"size-thumbnail wp-image-6968\" /></a> Vittorio Emmanuel II and Adelaide of Austria[/caption]\r\n<p class=\"year-note\">*(See note below)</p>\r\nIn 1868, Valerio is appointed as a Chaplain to the Royal family in Torino.\r\n<a href=\"/appointed-chaplain-to-royal-family/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>'),(7710,6970,'_avia_builder_shortcode_tree','a:0:{}'),(7711,6969,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-foa0p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo501kxr\' admin_preview_bg=\'\']\r\nIn 1868, Valerio is appointed as a Chaplain to the Royal family in Torino.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2zkqyh\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-and-adelaide.jpg\' attachment=\'6968\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo5027n1\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(7712,6969,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7713,6969,'_av_el_mgr_version','1.0'),(7714,6969,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(7715,6969,'layout',''),(7716,6969,'sidebar',''),(7717,6969,'footer',''),(7718,6969,'header_title_bar',''),(7719,6969,'header_transparency',''),(7720,6969,'_avia_hide_featured_image','0'),(7721,6972,'_aviaLayoutBuilder_active','active'),(7722,6972,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-foa0p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo501kxr\' admin_preview_bg=\'\']\r\nIn 1868, Valerio is appointed as a Chaplain to the Royal family in Torino.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2zkqyh\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-and-adelaide.jpg\' attachment=\'6968\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo5027n1\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(7723,6972,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7738,6974,'_wp_attached_file','2018/11/umberto-I-1887.jpg'),(7739,6974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:1772;s:4:\"file\";s:26:\"2018/11/umberto-I-1887.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"umberto-I-1887-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-179x300.jpg\";s:5:\"width\";i:179;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-768x1289.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-614x1030.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"umberto-I-1887-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-1056x430.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-1056x630.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-894x1500.jpg\";s:5:\"width\";i:894;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-420x705.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-1056x423.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-450x755.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7740,6974,'_wp_attachment_image_alt','Umberto I 1887'),(7748,6977,'_aviaLayoutBuilder_active','active'),(7749,6977,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84xek4\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5axf78\' admin_preview_bg=\'\']\r\nAfter Vittorio Emmanuel II dies in January 1878, his son and successor to the throne, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\">Umberto I</a>, appoints Valerio Anzino to the role of Chief Chaplain.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ninp0\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/umberto-I-1887.jpg\' attachment=\'6974\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2gifpw\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(7750,6977,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7751,6978,'_wp_attached_file','2018/11/umberto-I-1887-cropped.jpg'),(7752,6978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:959;s:4:\"file\";s:34:\"2018/11/umberto-I-1887-cropped.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"umberto-I-1887-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-768x697.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"umberto-I-1887-cropped-1030x935.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:935;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"umberto-I-1887-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"umberto-I-1887-cropped-1056x430.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:35:\"umberto-I-1887-cropped-1056x630.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-705x640.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"umberto-I-1887-cropped-1056x423.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-450x409.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7753,6260,'story_based_on','default'),(7754,6260,'ctl_story_year','1878'),(7755,6260,'ctl_story_date','06/30/1878'),(7756,6260,'story_format','default'),(7757,6260,'img_cont_size','full'),(7758,6260,'story_custom_link','/appointed-chief-chaplain-to-king/'),(7759,6260,'ctl_story_color','#'),(7760,6980,'_wp_attached_file','2018/11/shroud-700x438.jpg'),(7761,6980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:438;s:4:\"file\";s:26:\"2018/11/shroud-700x438.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"shroud-700x438-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"shroud-700x438-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-700x430.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-700x375.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-700x321.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-700x423.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-450x438.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-450x282.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7762,6980,'_wp_attachment_image_alt','Shroud of Turin'),(7770,6265,'story_based_on','default'),(7771,6265,'ctl_story_year','1898'),(7772,6265,'ctl_story_date','06/30/1898'),(7773,6265,'story_format','default'),(7774,6265,'img_cont_size','full'),(7775,6265,'story_custom_link','/sends-photo-of-shroud-to-pope/'),(7776,6265,'ctl_story_color','#'),(7777,6983,'_aviaLayoutBuilder_active','active'),(7778,6983,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kd27e\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo55oa24\' admin_preview_bg=\'\']\r\nThe <a href=\"https://en.wikipedia.org/wiki/Shroud_of_Turin\" target=\"_blank\" rel=\"noopener\">Shroud of Turin</a>, was owned and guarded by the Savoia, (House of Savoy), since 1453. In 1453 Margaret de Charny deeded the Shroud to the House of Savoy. In 1578 the shroud was transferred to Torino. Since the 17th century the shroud has been displayed (e.g. in the chapel built for that purpose by Guarino Guarini for the Savoia, and it was first photographed during the <a href=\"https://vimeo.com/173453651\" target=\"_blank\">1898 Torino Exposition</a>. As Capellano Maggiore, (Chief Chaplain), to King Umberto I, Monsignor Anzino delivered a copy of the first photograph to <a href=\"https://en.wikipedia.org/wiki/Pope_Leo_XIII\" target=\"_blank\" rel=\"noopener\">Pope Leo XIII</a>. This \"Peace Offering\", as such, was another one of Valerio\'s attempts to broker a formal peace treaty between the Vatican and the Italian government.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1xhuoa\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/shroud-700x438.jpg\' attachment=\'6980\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo559bwg\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(7779,6983,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(7784,6986,'_edit_lock','1541617613:1'),(7785,6986,'_edit_last','1'),(7786,6986,'label_name','Documents'),(7787,6986,'label_singular_name','Document'),(7788,6986,'args_post_type','document'),(7789,6986,'label_menu_name','Documents'),(7790,6986,'label_name_admin_bar','Document'),(7791,6986,'label_all_items','All Documents'),(7792,6986,'label_add_new','Add new'),(7793,6986,'label_add_new_item','Add new Document'),(7794,6986,'label_edit_item','Edit Document'),(7795,6986,'label_new_item','New Document'),(7796,6986,'label_view_item','View Document'),(7797,6986,'label_search_items','Search Documents'),(7798,6986,'label_not_found','No Documents found'),(7799,6986,'label_not_found_in_trash','No Documents found in Trash'),(7800,6986,'label_parent_item_colon','Parent Document'),(7801,6986,'args_public','1'),(7802,6986,'args_exclude_from_search','0'),(7803,6986,'args_publicly_queryable','1'),(7804,6986,'args_show_ui','1'),(7805,6986,'args_show_in_nav_menus','1'),(7806,6986,'args_show_in_admin_bar','1'),(7807,6986,'args_show_in_rest','1'),(7808,6986,'args_capability_type','post'),(7809,6986,'args_hierarchical','1'),(7810,6986,'args_has_archive','1'),(7811,6986,'args_query_var','1'),(7812,6986,'args_can_export','1'),(7813,6986,'args_rewrite_no_front','0'),(7814,6986,'args_supports','title'),(7815,6986,'args_supports','editor'),(7816,6986,'args_supports','thumbnail'),(7817,6986,'function_name','document_register_post_type'),(7818,6986,'text_domain','text-domain'),(7821,6989,'_edit_lock','1541547210:1'),(7822,6989,'_edit_last','1'),(7828,6986,'args_supports','author'),(7829,6986,'args_supports','custom-fields'),(7830,6986,'args_supports','page-attributes'),(7831,6986,'args_taxonomies','category'),(7834,6986,'args_description','A Document is a source for an historical fact'),(7840,7003,'_edit_lock','1541570387:1'),(7841,7003,'_edit_last','1'),(7842,7003,'_aviaLayoutBuilder_active','active'),(7843,7003,'_avia_sc_parser_state','check_only'),(7844,7003,'document_date','09-12-1832'),(7845,7003,'document_create_date','09-12-1832'),(7846,7003,'document_type','JPEG Image'),(7847,7003,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hoq2j\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h53lf\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Fubine, Italy Baptism Record written in Latin. <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a> is named as his godmother. Angela was Valerio\'s aunt and the great great grandmother of this website\'s author.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2arm7f\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\' attachment=\'93\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6h6ood\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(7848,7003,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(7849,7003,'layout','fullsize'),(7850,7003,'sidebar',''),(7851,7003,'footer','nofooterarea'),(7852,7003,'header_title_bar',''),(7853,7003,'header_transparency',''),(7854,7003,'_avia_hide_featured_image','0'),(7855,7003,'_av_el_mgr_version','1.0'),(7856,7003,'_av_alb_posts_elements_state','a:4:{s:8:\"av_image\";b:1;s:12:\"av_one_fifth\";b:1;s:13:\"av_four_fifth\";b:1;s:12:\"av_textblock\";b:1;}'),(7868,7003,'document_event_date','09-12-1832'),(7878,7011,'_edit_lock','1663614226:1'),(7879,7011,'_edit_last','1'),(7880,7011,'_aviaLayoutBuilder_active','active'),(7881,7011,'_avia_sc_parser_state','check_only'),(7883,7012,'_aviaLayoutBuilder_active','active'),(7884,7012,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs a result of being a very effective cleric and statesman and also from working from within the House of Savoy, Valerio was the recipient of a number of awards and titles. In no particular order they are listed here.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-fii8ur\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8g582r\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n\r\n[/av_one_half]'),(7885,7012,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}'),(7886,7011,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King, Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3-12\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9-11\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf-10\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv-9\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7-8\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr-7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab-6\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7-5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ouc37\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joephzsq\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saint_Michael_(Bavaria)\" target=\"_blank\"> <em>Order of Saint Michael of Bavaria</em></a>. This award was co-granted by the Archbishop of Cologne and the King of Bavaria.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3zprer\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-saint-michael-bavaria-153x300.jpg\' attachment=\'7754\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-30jgzn\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab-4\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7-3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o43s3\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jomdfvbn\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point, (likely in the 1890s), someone close to Umberto I created a Crest, (Coat of Arms), for Valerio. Examination of the Crest reveals and/or confirms some facts about Valerio\'s life. The following comes from a translation of <em>Sul Tutto N. 37 Marzo 2014\" </em>periodical focusing on Italian Heraldry.\r\n\r\n<em>\"The coat of arms of the elder chaplain of S.M. The coat of arms is the visual representation of a juridical reality: a document from the end of XIX century. He shows us how the dignity of His Majesty\'s Greater chaplain was expressed. On March 17, 1891, he died, armed with religious comforts, at the Hotel de Russie in Rome S.A.I. Prince Napoleon, the famous Plon Plon, husband of the Princess Maria Clotilde of Savoy, the saint of Moncalieri, who despite the long-standing separation of fact from her husband Noticed at him at the news of his final illness. King Umberto I, the brother of Princess Clotilde, offered to take care of the funeral and to bury the corpse of the prince in the Royal burial of Superga, where he actually rests. The king ordered a court mourning of 90 days. Among the documents relating to the death and funeral honours of the Prince there is an act of death drawn up by His Majesty\'s Chaplain Mag-worst, Canon D. Valerio Anzino. D. Valerio Anzino, nephew of the Elemosiniere D. Giuseppe Anzino, entered the court in 1848 as an over-numerary cleric and ascended into the hierarchy until he became chaplain Major of S.M. in the new court. Mons. Anzino had a particularly delicate and useful role throughout the Risorgimento until the death of the Great King, as through between the King Vittorio Emanuele II and the S. Sede. Vittorio Emanuele II, of profound religious sentiments, despite his resistance and his action, albeit-too unheard, for a fair agreement with the Church, had to bend to the anti-Catholic persecutory policy of his governments. The great King always maintained, as is known, a correspondence with the Pope and Mons. Anzino was heard by both his advisor and King Umberto I. The header of the document is a clearly of its crest and its titles: Valerius Anzino dei ET apostolicae sedis gratiae ABBAS AC ordinarius insignis palatinae basilicae S. Barbarae mantkau nullius DIOECESIS protonotarius apostolicus, suae sanctitatis prelatus Domesticus, Palatii Apostolici and S. Aulae lateranensis COMES augustissimus REGIS humberti I capellanus MAJOR. The coat of arms, of red to the anchor placed in pole, with a chain of motive from the ring saltire and ridecussata to the stem, all in natural; With the chief of the Empire, that is gold to the Black Eagle; Motto: In SPE ET libertate, it is left to the pastoral, on the right to the Ferula, on the top of which is inserted the Abbey Mitre; From the tip of the shield hangs the Mauritian commandery; The Office of Chaplain of the King is expressed by the coat of arms of Savoy, stamped by the royal crown and surrounded by the necklace of the Annunziata, which surmounts the shield and is located under the Prelatizio hat with six flakes per part, the whole green, which stamps the crest Anzino. It is interesting that in order to express the high ecclesiastical position of Mons. Anzino, the royal Crest overcome the shield, in-stead that be inside the weapon, maybe as a leader.\"</em>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2vpuzn\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-heraldry-255x300.jpg\' attachment=\'8157\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jomdhod9\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab-2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7-1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(7887,7011,'_avia_builder_shortcode_tree','a:25:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:19;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:20;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:21;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}i:22;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:44;}i:23;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:47;}}s:5:\"index\";i:46;}i:24;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:49;}}s:5:\"index\";i:48;}}'),(7888,7011,'_av_el_mgr_version','1.0'),(7889,7011,'_av_alb_posts_elements_state','a:6:{s:11:\"av_one_full\";b:1;s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:8:\"av_image\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(7890,7011,'layout','fullsize'),(7891,7011,'sidebar',''),(7892,7011,'footer',''),(7893,7011,'header_title_bar',''),(7894,7011,'header_transparency',''),(7895,7011,'_avia_hide_featured_image','0'),(7896,7014,'_menu_item_type','post_type'),(7897,7014,'_menu_item_menu_item_parent','6564'),(7898,7014,'_menu_item_object_id','7011'),(7899,7014,'_menu_item_object','page'),(7900,7014,'_menu_item_target',''),(7901,7014,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7902,7014,'_menu_item_xfn',''),(7903,7014,'_menu_item_url',''),(7905,7014,'_menu-item-avia-megamenu','active'),(7906,7014,'_menu-item-avia-division',''),(7907,7014,'_menu-item-avia-textarea',''),(7908,7014,'_menu-item-avia-style',''),(7914,7020,'_aviaLayoutBuilder_active','active'),(7915,7020,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-cnttx\']\r\n\r\n[av_blog blog_type=\'posts\' link=\'category\' blog_style=\'single-big\' columns=\'3\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'3\' offset=\'0\' paginate=\'yes\' conditional=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-14q5p\']\r\n\r\n[/av_one_full]'),(7916,7020,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(7918,7022,'_aviaLayoutBuilder_active','active'),(7919,7022,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-cnttx\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'4\' link=\'category\' blog_style=\'multi-big\' columns=\'3\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'3\' offset=\'0\' paginate=\'yes\' conditional=\'\' av_uid=\'av-14q5p\' custom_class=\'\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8d7h1\']\r\n\r\n[/av_one_full]'),(7920,7022,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(7922,7024,'_aviaLayoutBuilder_active','active'),(7923,7024,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-35iz\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnk00v0f\' admin_preview_bg=\'\']\r\nThe Valerio Anzino website launched on Saturday October 21 2018. Only the \"barebones\" exist for now and content will be added daily over the next few weeks\r\n[/av_textblock]\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-634d\']\r\n\r\n[/av_one_full][av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3rlp\']\r\n\r\n'),(7924,7024,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(7926,7026,'_aviaLayoutBuilder_active','active'),(7927,7026,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-35iz\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnk00v0f\' admin_preview_bg=\'\']\r\nThe Valerio Anzino website launched on Saturday October 21 2018. Only the \"barebones\" exist for now and content will be added daily over the next few weeks\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3rlp\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-634d\']\r\n\r\n[/av_one_full]'),(7928,7026,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(7929,6986,'args_supports','comments'),(7930,6986,'args_supports','excerpt'),(7931,6986,'args_supports','trackbacks'),(7932,6986,'args_supports','revisions'),(7933,7027,'_aviaLayoutBuilder_active','active'),(7934,7027,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Fubine, Italy Baptism Record written in Latin. <a href=\"https://valerioanzino.com/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a> is named as his godmother. Angela was Valerio\'s aunt and the great great grandmother of this website\'s author.\r\n[/av_textblock]\r\n[/av_three_fourth]\r\n\r\n[av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo653fap\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fourth]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n\r\n[/av_one_full]'),(7935,7027,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}'),(7936,7028,'_aviaLayoutBuilder_active','active'),(7937,7028,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Fubine, Italy Baptism Record written in Latin. <a href=\"https://valerioanzino.com/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a> is named as his godmother. Angela was Valerio\'s aunt and the great great grandmother of this website\'s author.\r\n[/av_textblock]\r\n[/av_three_fourth]\r\n\r\n[av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo653fap\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fourth]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n\r\n[/av_one_full]'),(7938,7028,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(7939,7029,'_wp_attached_file','2018/11/mons-valerio-anzino-notes.pdf'),(7940,7029,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"mons-valerio-anzino-notes-pdf-58x80.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:33:\"mons-valerio-anzino-notes-pdf.jpg\";s:5:\"width\";i:159;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(7941,7030,'_edit_lock','1542349089:1'),(7942,7030,'_edit_last','1'),(7943,7030,'_aviaLayoutBuilder_active','active'),(7944,7030,'_avia_sc_parser_state','check_only'),(7945,7031,'_aviaLayoutBuilder_active','active'),(7946,7031,'_aviaLayoutBuilderCleanData',''),(7947,7031,'_avia_builder_shortcode_tree','a:0:{}'),(7948,7030,'document_create_date','1900'),(7949,7030,'document_event_date','1832-1899'),(7950,7030,'document_type','PDF'),(7951,7030,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3ur7ye\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hgs45\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to <a href=\"https://it.wikipedia.org/wiki/Crescentino_Caselli\" target=\"_blank\">Cresentino Casselli</a>, a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother <a href=\"/rootspersona-tree/anzino-giuseppe-carlo-alberto/\" target=\"_blank\" rel=\"noopener\">Carlo Alberto Anzino</a>, an architect himself. While these notes have been very valuable in helping the website\'s author focus his research effort, they likely contain some minor errors. These notes were found in an unmarked envelope in a box passed down through multiple generations of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a>.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2c2zh2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hhnqs\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(7952,7030,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(7953,7030,'layout',''),(7954,7030,'sidebar',''),(7955,7030,'footer',''),(7956,7030,'header_title_bar',''),(7957,7030,'header_transparency',''),(7958,7030,'_avia_hide_featured_image','0'),(7960,7033,'_aviaLayoutBuilder_active','active'),(7961,7033,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Fubine, Italy Baptism Record written in Latin. <a href=\"https://valerioanzino.com/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a> is named as his godmother. Angela was Valerio\'s aunt and the great great grandmother of this website\'s author.\r\n[/av_textblock]\r\n[/av_three_fourth]\r\n\r\n[av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo653fap\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fourth]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(7962,7033,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(7963,7035,'_aviaLayoutBuilder_active','active'),(7964,7035,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to Cresentino Casselli a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother Carlo Alberto Anzino, an architect himself.\r\n[/av_textblock]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo653fap\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fourth]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(7965,7035,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(7966,7037,'_aviaLayoutBuilder_active','active'),(7967,7037,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to Cresentino Casselli a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother Carlo Alberto Anzino, an architect himself.\r\n[/av_textblock]\r\n[/av_three_fourth]\r\n\r\n[av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6e0jwq\' custom_class=\'\' admin_preview_bg=\'\']\r\nClick here to add your own text<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\">mons-valerio-anzino-notes</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(7968,7037,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(7969,7030,'_av_el_mgr_version','1.0'),(7970,7030,'_av_alb_posts_elements_state','a:6:{s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:11:\"av_one_full\";b:1;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:12:\"av_textblock\";b:1;}'),(7973,7040,'_aviaLayoutBuilder_active','active'),(7974,7040,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to Cresentino Casselli a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother Carlo Alberto Anzino, an architect himself.\r\n[/av_textblock]\r\n[/av_three_fourth]\r\n\r\n[av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6edtjs\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"https://valerioanzino.com/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n\r\n[/av_one_fourth][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(7975,7040,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(7978,7043,'_aviaLayoutBuilder_active','active'),(7979,7043,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to Cresentino Casselli a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother Carlo Alberto Anzino, an architect himself.\r\n[/av_textblock]\r\n[/av_three_fourth]\r\n\r\n[av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n\r\n[/av_one_fourth][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(7980,7043,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(7981,7044,'_aviaLayoutBuilder_active','active'),(7982,7044,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to Cresentino Casselli a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother Carlo Alberto Anzino, an architect himself.\r\n[/av_textblock]\r\n[/av_three_fourth]\r\n\r\n[av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6excj6\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"https://valerioanzino.com/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n\r\n[/av_one_fourth][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(7983,7044,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(7984,7046,'_aviaLayoutBuilder_active','active'),(7985,7046,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to Cresentino Casselli a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother Carlo Alberto Anzino, an architect himself. While these notes have been very valuable in helping the website\'s author focus his research effort, they likely contain some minor errors. These notes were found in an unmarked envelope in a box passed down through multiple generations of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" rel=\"noopener\" target=\"_blank\">Angela Anzino</a>.\r\n[/av_textblock]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6excj6\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"https://valerioanzino.com/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n[/av_one_fourth]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(7986,7046,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(7996,7054,'_aviaLayoutBuilder_active','active'),(7997,7054,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to Cresentino Casselli a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother <a href=\"/rootspersona-tree/anzino-giuseppe-carlo-alberto/\" rel=\"noopener\" target=\"_blank\">Carlo Alberto Anzino</a>, an architect himself. While these notes have been very valuable in helping the website\'s author focus his research effort, they likely contain some minor errors. These notes were found in an unmarked envelope in a box passed down through multiple generations of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a>.\r\n[/av_textblock]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6excj6\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"https://valerioanzino.com/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n[/av_one_fourth]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(7998,7054,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(7999,7055,'_aviaLayoutBuilder_active','active'),(8000,7055,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to Cresentino Casselli a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother <a href=\"/rootspersona-tree/anzino-giuseppe-carlo-alberto/\" rel=\"noopener\" target=\"_blank\">Carlo Alberto Anzino</a>, an architect himself. While these notes have been very valuable in helping the website\'s author focus his research effort, they likely contain some minor errors. These notes were found in an unmarked envelope in a box passed down through multiple generations of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a>.\r\n[/av_textblock]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6excj6\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"https://valerioanzino.com/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n[/av_one_fourth]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8001,7055,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8002,7056,'_aviaLayoutBuilder_active','active'),(8003,7056,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Fubine, Italy Baptism Record written in Latin. <a href=\"https://valerioanzino.com/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a> is named as his godmother. Angela was Valerio\'s aunt and the great great grandmother of this website\'s author.\r\n[/av_textblock]\r\n[/av_three_fourth]\r\n\r\n[av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo653fap\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fourth]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8004,7056,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8005,7057,'_edit_lock','1663614272:1'),(8006,7057,'_edit_last','1'),(8007,7057,'_aviaLayoutBuilder_active','active'),(8008,7057,'_avia_sc_parser_state','check_only'),(8010,7058,'_aviaLayoutBuilder_active','active'),(8011,7058,'_aviaLayoutBuilderCleanData',''),(8012,7058,'_avia_builder_shortcode_tree','a:0:{}'),(8013,7057,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-k7pfap\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/valerio-anzinos-baptism-record-1832/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-gwrvht\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/anzino-family-church-census-1847/\" target=\"_blank\" rel=\"noopener\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogscw1u\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogugje2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' copyright=\'\' caption=\'\' image_size=\'\' styling=\'\' align=\'left\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'lightbox\' target=\'\' title_attr=\'\' alt_attr=\'\' img_scrset=\'\' lazy_loading=\'disabled\' id=\'\' custom_class=\'\' template_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joguin5l\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-nx8iup-2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f-1\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth]'),(8014,7057,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}}'),(8015,7057,'_av_el_mgr_version','1.0'),(8016,7057,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(8017,7057,'layout','fullsize'),(8018,7057,'sidebar',''),(8019,7057,'footer',''),(8020,7057,'header_title_bar',''),(8021,7057,'header_transparency',''),(8022,7057,'_avia_hide_featured_image','0'),(8024,7060,'_aviaLayoutBuilder_active','active'),(8025,7060,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29vw9t\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'14\' link=\'category\' blog_style=\'single-big\' columns=\'3\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'3\' offset=\'0\' paginate=\'yes\' conditional=\'\' av_uid=\'av-jo6fmsmz\' custom_class=\'\']\r\n\r\n[/av_one_full]'),(8026,7060,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(8028,7062,'_aviaLayoutBuilder_active','active'),(8029,7062,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29vw9t\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'14\' link=\'category\' blog_style=\'single-big\' columns=\'3\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'3\' offset=\'0\' paginate=\'yes\' conditional=\'\' av_uid=\'av-jo6fmsmz\' custom_class=\'\']\r\n\r\n[/av_one_full]'),(8030,7062,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(8032,7065,'_aviaLayoutBuilder_active','active'),(8033,7065,'_aviaLayoutBuilderCleanData','[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1ghif5\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-athpoh\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8034,7065,'_avia_builder_shortcode_tree','a:10:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(8036,7066,'_aviaLayoutBuilder_active','active'),(8037,7066,'_aviaLayoutBuilderCleanData','[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1ghif5\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-athpoh\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8038,7066,'_avia_builder_shortcode_tree','a:10:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(8039,7067,'_edit_lock','1542177915:1'),(8040,7067,'_edit_last','1'),(8041,5537,'_wp_attachment_image_alt','Church Census Anzino Family 1847'),(8042,7067,'_aviaLayoutBuilder_active','active'),(8043,7067,'_avia_sc_parser_state','check_only'),(8044,7068,'_aviaLayoutBuilder_active','active'),(8045,7068,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s family Church Census Record from Fubine, Italy.  Written in Italian.\r\n[/av_textblock]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg\' attachment=\'5537\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo653fap\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8046,7068,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8047,7067,'document_create_date','1847'),(8048,7067,'document_event_date','1847'),(8049,7067,'document_type','JPEG Image'),(8050,7067,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s family 1847 Church Census Record from Fubine, Italy. Written in Italian.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg\' attachment=\'5537\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6r61yz\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8051,7067,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8052,7067,'layout',''),(8053,7067,'sidebar',''),(8054,7067,'footer',''),(8055,7067,'header_title_bar',''),(8056,7067,'header_transparency',''),(8057,7067,'_avia_hide_featured_image','0'),(8058,7067,'_av_el_mgr_version','1.0'),(8059,7067,'_av_alb_posts_elements_state','a:7:{s:16:\"av_comments_list\";b:1;s:8:\"av_image\";b:1;s:15:\"av_social_share\";b:1;s:11:\"av_one_full\";b:1;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:12:\"av_textblock\";b:1;}'),(8060,7071,'_aviaLayoutBuilder_active','active'),(8061,7071,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s family Church Census Record from Fubine, Italy.  Written in Italian.\r\n[/av_textblock]\r\n[/av_three_fourth]\r\n\r\n[av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg\' attachment=\'5537\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo653fap\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8062,7071,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8063,7073,'_aviaLayoutBuilder_active','active'),(8064,7073,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dbehn\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo652gaw\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Fubine, Italy Baptism Record written in Latin. <a href=\"https://valerioanzino.com/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a> is named as his godmother. Angela was Valerio\'s aunt and the great great grandmother of this website\'s author.\r\n[/av_textblock]\r\n[/av_three_fourth]\r\n\r\n[av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2pf3ej\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo653fap\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8065,7073,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8066,7074,'_aviaLayoutBuilder_active','active'),(8067,7074,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hoq2j\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h53lf\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Fubine, Italy Baptism Record written in Latin. <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a> is named as his godmother. Angela was Valerio\'s aunt and the great great grandmother of this website\'s author.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2arm7f\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\' attachment=\'93\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6h6ood\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8068,7074,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8069,7076,'_aviaLayoutBuilder_active','active'),(8070,7076,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s family Church Census Record from Fubine, Italy. Written in Italian.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hb2bj\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8071,7076,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8073,13,'_avia_builder_template_document','{{{Document}}}[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\n<p class=\"doc-header\">Document Information</p>\n\n[wbcr_php_snippet id=\"7006\"]\n\n<hr />\n\nValerio Anzino\'s family Church Census Record from Fubine, Italy. Written in Italian.\n[/av_textblock]\n[/av_two_third]\n\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hb2bj\' custom_class=\'\' admin_preview_bg=\'\']\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\n[/av_textblock]\n[/av_one_third]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\n[/av_one_full]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\n[/av_one_full]'),(8074,7079,'_aviaLayoutBuilder_active','active'),(8075,7079,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s family Church Census Record from Fubine, Italy. Written in Italian.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hb2bj\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8076,7079,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8077,7082,'_aviaLayoutBuilder_active','active'),(8078,7082,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3ur7ye\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hgs45\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to Cresentino Casselli a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother <a href=\"/rootspersona-tree/anzino-giuseppe-carlo-alberto/\" target=\"_blank\" rel=\"noopener\">Carlo Alberto Anzino</a>, an architect himself. While these notes have been very valuable in helping the website\'s author focus his research effort, they likely contain some minor errors. These notes were found in an unmarked envelope in a box passed down through multiple generations of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a>.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2c2zh2\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hhnqs\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8079,7082,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8081,7084,'_aviaLayoutBuilder_active','active'),(8082,7084,'_aviaLayoutBuilderCleanData','[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1ghif5\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-athpoh\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8083,7084,'_avia_builder_shortcode_tree','a:10:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(8085,7085,'_aviaLayoutBuilder_active','active'),(8086,7085,'_aviaLayoutBuilderCleanData','[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8087,7085,'_avia_builder_shortcode_tree','a:10:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}'),(8089,7086,'_aviaLayoutBuilder_active','active'),(8090,7086,'_aviaLayoutBuilderCleanData','[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hqblm\' custom_class=\'\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8091,7086,'_avia_builder_shortcode_tree','a:10:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(8092,7087,'_edit_lock','1541616463:1'),(8093,7087,'_edit_last','1'),(8094,7087,'_aviaLayoutBuilder_active','active'),(8095,7087,'_avia_sc_parser_state','check_only'),(8096,7088,'_aviaLayoutBuilder_active','active'),(8097,7088,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Civil Death Record from Roma, Italy. Written in Italian.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\' attachment=\'128\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6i32gk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8098,7088,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8099,7087,'document_create_date','1899'),(8100,7087,'document_event_date','1899'),(8101,7087,'document_type','JPEG Image'),(8102,7087,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Civil Death Record from Roma, Italy. Written in Italian.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\' attachment=\'128\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6i32gk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8103,7087,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8104,7087,'layout',''),(8105,7087,'sidebar',''),(8106,7087,'footer',''),(8107,7087,'header_title_bar',''),(8108,7087,'header_transparency',''),(8109,7087,'_avia_hide_featured_image','0'),(8111,7091,'_aviaLayoutBuilder_active','active'),(8112,7091,'_aviaLayoutBuilderCleanData','[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio\'s Funeral Notice 1899\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8113,7091,'_avia_builder_shortcode_tree','a:10:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(8114,7092,'_edit_lock','1542179599:1'),(8115,7092,'_edit_last','1'),(8116,5673,'_wp_attachment_image_alt','Valerio Anzino Funeral Notice'),(8117,7092,'_aviaLayoutBuilder_active','active'),(8118,7092,'_avia_sc_parser_state','check_only'),(8119,7093,'_aviaLayoutBuilder_active','active'),(8120,7093,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Funeral Procession Notice from Roma, Italy.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899.jpg\' attachment=\'5673\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6ibhn8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8121,7093,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8122,7092,'document_create_date','1899'),(8123,7092,'document_event_date','1899'),(8124,7092,'document_type','JPEG Image'),(8125,7092,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Funeral Procession Notice from Roma, Italy. Attending the funeral was Cav. Alberto Anzino, (Valerio\'s brother), Giuseppina Anzino, (Valerio\'s sister), Angiolina Scarabelli, (Valerio\'s sister-in-law), Carlo Anzino, (Valerio\'s nephew), Clementina (Anzino) Rossi, (Valerio\'s niece), Clementina\'s husband, Mario Rossi, and the children of Valerio\'s deceased brother Alessandro Anzino, Alberto,Nicola,Camilla,Giuseppe, and Giovanni. The funeral procession left from 51 Via Sudario, Roma, (next door to Valerio\'s residence) at 9:30 AM and proceeded to Chiesa di S. Carlo ai Catinari a few blocks away.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio-anzino-funeral-procession-notice-1899-watermark-224x300.jpg\' attachment=\'7786\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6ibhn8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8126,7092,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8127,7092,'layout',''),(8128,7092,'sidebar',''),(8129,7092,'footer',''),(8130,7092,'header_title_bar',''),(8131,7092,'header_transparency',''),(8132,7092,'_avia_hide_featured_image','0'),(8133,7092,'_av_el_mgr_version','1.0'),(8134,7092,'_av_alb_posts_elements_state','a:7:{s:16:\"av_comments_list\";b:1;s:8:\"av_image\";b:1;s:15:\"av_social_share\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:12:\"av_textblock\";b:1;}'),(8136,7096,'_aviaLayoutBuilder_active','active'),(8137,7096,'_aviaLayoutBuilderCleanData','[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8138,7096,'_avia_builder_shortcode_tree','a:10:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(8140,7098,'_aviaLayoutBuilder_active','active'),(8141,7098,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8142,7098,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}'),(8143,7087,'_av_el_mgr_version','1.0'),(8144,7087,'_av_alb_posts_elements_state','a:7:{s:16:\"av_comments_list\";b:1;s:8:\"av_image\";b:1;s:15:\"av_social_share\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:12:\"av_textblock\";b:1;}'),(8145,7099,'_menu_item_type','post_type'),(8146,7099,'_menu_item_menu_item_parent','6564'),(8147,7099,'_menu_item_object_id','7057'),(8148,7099,'_menu_item_object','page'),(8149,7099,'_menu_item_target',''),(8150,7099,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8151,7099,'_menu_item_xfn',''),(8152,7099,'_menu_item_url',''),(8154,7099,'_menu-item-avia-megamenu','active'),(8155,7099,'_menu-item-avia-division',''),(8156,7099,'_menu-item-avia-textarea',''),(8157,7099,'_menu-item-avia-style',''),(8159,7103,'_aviaLayoutBuilder_active','active'),(8160,7103,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-interview.jpg\' attachment=\'6422\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\' admin_preview_bg=\'\']\r\n<h2>Fubine, Italy</h2>\r\nValerio Anzino was born in Fubine, Italy and it was largely through the connections that his family made in Fubine, that Valerio got the opportunities to accomplish what he did.\r\nAccess the Fubine, Italy page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/fubine-italy-300x185.jpg\' attachment=\'6590\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/fubine-italy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2k0olt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8161,7103,'_avia_builder_shortcode_tree','a:10:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}}'),(8163,7105,'_aviaLayoutBuilder_active','active'),(8164,7105,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7pchsh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-6jxso1\' admin_preview_bg=\'\']\r\n<h2>Fubine, Italy</h2>\r\nValerio Anzino was born in Fubine, Italy and it was largely through the connections that his family made in Fubine, that Valerio got the opportunities to accomplish what he did.\r\nAccess the Fubine, Italy page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-fpzfl\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/fubine-italy-300x185.jpg\' attachment=\'6590\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/fubine-italy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2k0olt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8165,7105,'_avia_builder_shortcode_tree','a:10:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}}'),(8167,7107,'_aviaLayoutBuilder_active','active'),(8168,7107,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8169,7107,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}'),(8171,7109,'_aviaLayoutBuilder_active','active'),(8172,7109,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8173,7109,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}'),(8174,7111,'_aviaLayoutBuilder_active','active'),(8175,7111,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s family 1847 Church Census Record from Fubine, Italy. Written in Italian.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg\' attachment=\'5537\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6r61yz\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8176,7111,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8177,7113,'_aviaLayoutBuilder_active','active'),(8178,7113,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s family 1847 Church Census Record from Fubine, Italy. Written in Italian.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg\' attachment=\'5537\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6r61yz\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(8179,7113,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(8181,7115,'_aviaLayoutBuilder_active','active'),(8182,7115,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8183,7115,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}'),(8185,7116,'_aviaLayoutBuilder_active','active'),(8186,7116,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6rfgdu\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8187,7116,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(8189,7118,'_aviaLayoutBuilder_active','active'),(8190,7118,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6rfgdu\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8191,7118,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(8193,7120,'_aviaLayoutBuilder_active','active'),(8194,7120,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6rfgdu\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\" width=\"80\"]\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8195,7120,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(8197,7122,'_aviaLayoutBuilder_active','active'),(8198,7122,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1839/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6rfgdu\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\" width=\"80\"]\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8199,7122,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(8201,7124,'_aviaLayoutBuilder_active','active'),(8202,7124,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6rfgdu\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\" width=\"80\"]\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8203,7124,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(8205,7125,'_wp_attached_file','2018/11/1905-notes-tp-80w.jpg'),(8206,7125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:69;s:4:\"file\";s:29:\"2018/11/1905-notes-tp-80w.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"1905-notes-tp-80w-80x69.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"1905-notes-tp-80w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541542807\";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:{}}}'),(8207,7125,'_wp_attachment_image_alt','Valerio Anzino Notes 1905'),(8209,7127,'_aviaLayoutBuilder_active','active'),(8210,7127,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8211,7127,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(8212,1,'_thumbnail_id','7162'),(8215,7130,'_edit_lock','1663614289:1'),(8216,7130,'_edit_last','1'),(8217,7130,'_aviaLayoutBuilder_active','active'),(8218,7130,'_avia_sc_parser_state','check_only'),(8220,7131,'_aviaLayoutBuilder_active','active'),(8221,7131,'_aviaLayoutBuilderCleanData',''),(8222,7131,'_avia_builder_shortcode_tree','a:0:{}'),(8223,7130,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-job6bq59\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Torino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to find the records that would confirm her family connection to Valerio. I was specifically looking for the death or marriage record of Laura\'s great,great,great grandmother Caterina Sala. If we found either the death or marriage record from the mid 1800s and if Caterina\'s mother was Gerolama Mandelli, then I\'d be 100% convinced. When Iuri found the death record and showed it to me, my eyes raced to the section that listed Caterina\'s mother\'s name. There it was...Gerolama Mandelli !! I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/luisa-and-family-1030x795.jpg\' attachment=\'7828\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jof7x3e8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(8224,7130,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:3;}}'),(8225,7130,'_av_el_mgr_version','1.0'),(8226,7130,'_av_alb_posts_elements_state','a:4:{s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(8227,7130,'layout','fullsize'),(8228,7130,'sidebar',''),(8229,7130,'footer',''),(8230,7130,'header_title_bar',''),(8231,7130,'header_transparency',''),(8232,7130,'_avia_hide_featured_image','0'),(8233,7133,'_wp_attached_file','2018/11/tom-genealogist.jpg'),(8234,7133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2934;s:4:\"file\";s:27:\"2018/11/tom-genealogist.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tom-genealogist-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"tom-genealogist-768x1100.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"tom-genealogist-719x1030.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"tom-genealogist-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"tom-genealogist-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"tom-genealogist-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1047x1500.jpg\";s:5:\"width\";i:1047;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-492x705.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"tom-genealogist-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-450x645.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528105075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8236,7134,'_aviaLayoutBuilder_active','active'),(8237,7134,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jf4oa\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I Tom Marchisa, like many other retirees, started with just a general interest in learning more about my ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person  was.  Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very very passionate about Ireland and history in general. I returned from that trip energized and started an effort to build a family tree for both my Irish and Italian sides. \r\n\r\nAt some point I engaged both my sister, Rose Luglio, and Lorraine Lombardi,an Italian cousin, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! Now that we knew his name we issued new searches and quickly discovered that in fact the Monsignor was a very important person. What we didn\'t know at the time was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAt this point my family tree efforts went into high gear as I spent as lots of time researching on how to research effectively as well as building out the tree itself. I don\'t remember the date on which I made the family connection to the Monsignor but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Her mother was Angela (Anzino) Gotta, sister to Valerio\'s father. Finding and confirming this connection just added fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy and have engaged the services of a registered Italian genealogist, Iuri Silvestri, when I\'ve been there. In addition to many days spent in Fubine, Italy,  (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino, we spent lots of time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of the Monsignor dating back to around 1860 and through stories told to her by her grandmother she correctly assumed that there was a family connection. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s connection to the Monsignor , which I confirmed with a visit to a church in Quattordio, Italy in June of 2018. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! The others in the room must have thought me a bit crazy!\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2zsokq\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-719x1030.jpg\' attachment=\'7133\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6ulwwv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(8238,7134,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8239,7133,'_wp_attachment_image_alt','Tom Marchisa'),(8241,7136,'_aviaLayoutBuilder_active','active'),(8242,7136,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jf4oa\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself I stated a parallel effort to learn how to research more effectively as I spent as lots of time researching on how to research effectively. I don\'t remember the specific  date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, Iuri Silvestri, when I\'ve been there. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of  Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and Iuri Silvestri on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2zsokq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vis81\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7133\" align=\"alignleft\" width=\"719\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist.jpg\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-719x1030.jpg\" alt=\"Tom Marchisa\" width=\"719\" height=\"1030\" class=\"size-large wp-image-7133\" /></a> Tom Marchisa[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third]'),(8243,7136,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8245,7139,'_aviaLayoutBuilder_active','active'),(8246,7139,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jf4oa\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself I stated a parallel effort to learn how to research more effectively as I spent as lots of time researching on how to research effectively. I don\'t remember the specific  date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, Iuri Silvestri, when I\'ve been there. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of  Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and Iuri Silvestri on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2zsokq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vis81\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7133\" align=\"alignleft\" width=\"719\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist.jpg\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-719x1030.jpg\" alt=\"Tom Marchisa\" width=\"719\" height=\"1030\" class=\"size-large wp-image-7133\" /></a> Tom Marchisa[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1uo9tm\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n'),(8247,7139,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(8249,7141,'_aviaLayoutBuilder_active','active'),(8250,7141,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jf4oa\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !!  At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, Iuri Silvestri, when I\'ve been there. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and Iuri Silvestri on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2zsokq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vis81\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7133\" align=\"alignleft\" width=\"719\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist.jpg\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-719x1030.jpg\" alt=\"Tom Marchisa\" width=\"719\" height=\"1030\" class=\"size-large wp-image-7133\" /></a> Tom Marchisa[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1uo9tm\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n'),(8251,7141,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(8252,7142,'_menu_item_type','post_type'),(8253,7142,'_menu_item_menu_item_parent','6558'),(8254,7142,'_menu_item_object_id','7130'),(8255,7142,'_menu_item_object','page'),(8256,7142,'_menu_item_target',''),(8257,7142,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8258,7142,'_menu_item_xfn',''),(8259,7142,'_menu_item_url',''),(8261,7142,'_menu-item-avia-megamenu','active'),(8262,7142,'_menu-item-avia-division',''),(8263,7142,'_menu-item-avia-textarea',''),(8264,7142,'_menu-item-avia-style',''),(8266,52,'_wp_attachment_image_alt','Wedding of Vittorio Emmanuel III 1896'),(8268,7145,'_aviaLayoutBuilder_active','active'),(8269,7145,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<h2>Photo in a Shoebox</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom Marchisa), of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela (Anzino) Gotta</a>. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine Lombardi, Tom\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online\r\n\r\n[caption id=\"attachment_52\" align=\"alignleft\" width=\"772\"]<a href=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\"><img src=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\" alt=\"Wedding of Vittorio Emmanuel III 1896\" width=\"772\" height=\"524\" class=\"size-full wp-image-52\" /></a> Wedding of Vittorio Emmanuel III 1896[/caption]\r\n\r\nphoto of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, Tom and Lorraine knew for sure who the person in the photo was. They now searched for \"Valerio Anzino\" which produced lists of scattered documents and newspaper clippings about the Monsignor. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, Tom made two trips to Italy. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura Santoro Ragaini), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri Silvestri), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\' attachment=\'6310\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jny2f3pm\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8270,7145,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8272,7147,'_aviaLayoutBuilder_active','active'),(8273,7147,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<h2>Photo in a Shoebox</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom Marchisa), of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela (Anzino) Gotta</a>. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine Lombardi, Tom\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online\r\n\r\n[caption id=\"attachment_52\" align=\"alignleft\" width=\"772\"]<a href=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\"><img src=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\" alt=\"Wedding of Vittorio Emmanuel III 1896\" width=\"772\" height=\"524\" class=\"size-full wp-image-52\" /></a> Wedding of Vittorio Emmanuel III 1896[/caption]\r\n\r\nphoto of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, Tom and Lorraine knew for sure who the person in the photo was. They now searched for \"Valerio Anzino\" which produced lists of scattered documents and newspaper clippings about the Monsignor. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, Tom made two trips to Italy. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura Santoro Ragaini), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri Silvestri), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7a55lv\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"646\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img src=\"/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"Valerio Anzino circa 1898\" width=\"450\"  class=\"size-large wp-image-6310\" /></a> <span style=\"font-weight:bold;\"\"Photo in a Shoebox\"</span><br />Valerio Anzino circa 1898 [/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(8274,7147,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8276,7149,'_aviaLayoutBuilder_active','active'),(8277,7149,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<h2>Photo in a Shoebox</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom Marchisa), of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela (Anzino) Gotta</a>. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine Lombardi, Tom\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online\r\n\r\n[caption id=\"attachment_52\" align=\"alignleft\" width=\"772\"]<a href=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\"><img src=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\" alt=\"Wedding of Vittorio Emmanuel III 1896\" width=\"772\" height=\"524\" class=\"size-full wp-image-52\" /></a> Wedding of Vittorio Emmanuel III 1896[/caption]\r\n\r\nphoto of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, Tom and Lorraine knew for sure who the person in the photo was. They now searched for \"Valerio Anzino\" which produced lists of scattered documents and newspaper clippings about the Monsignor. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, Tom made two trips to Italy. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura Santoro Ragaini), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri Silvestri), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7a55lv\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"450\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img class=\"size-large wp-image-6310\" src=\"/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"Valerio Anzino circa 1898\" width=\"450\" /></a> <span style=\"font-weight: bold;font-size:1.2em;\">Photo in a Shoebox</span><br />Valerio Anzino circa 1898</span>[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(8278,7149,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8280,7151,'_aviaLayoutBuilder_active','active'),(8281,7151,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<h2>Photo in a Shoebox</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (Tom Marchisa), of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela (Anzino) Gotta</a>. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine Lombardi, Tom\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online\r\n\r\n[caption id=\"attachment_52\" align=\"alignleft\" width=\"772\"]<a href=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\"><img src=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\" alt=\"Wedding of Vittorio Emmanuel III 1896\" width=\"772\" height=\"524\" class=\"size-full wp-image-52\" /></a> Wedding of Vittorio Emmanuel III 1896[/caption]\r\n\r\nphoto of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, Tom and Lorraine knew for sure who the person in the photo was. They now searched for \"Valerio Anzino\" which produced lists of scattered documents and newspaper clippings about the Monsignor. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, Tom made two trips to Italy. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura Santoro Ragaini), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri Silvestri), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7a55lv\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"450\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img class=\"size-large wp-image-6310\" src=\"/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"Valerio Anzino circa 1898\" width=\"450\" /></a> <span style=\"font-weight: bold;font-size:1.2em;\">Photo in a Shoebox</span><br />Valerio Anzino circa 1898</span>[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(8282,7151,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8283,7152,'_menu_item_type','post_type'),(8284,7152,'_menu_item_menu_item_parent','6558'),(8285,7152,'_menu_item_object_id','2'),(8286,7152,'_menu_item_object','page'),(8287,7152,'_menu_item_target',''),(8288,7152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8289,7152,'_menu_item_xfn',''),(8290,7152,'_menu_item_url',''),(8292,7152,'_menu-item-avia-megamenu','active'),(8293,7152,'_menu-item-avia-division',''),(8294,7152,'_menu-item-avia-textarea',''),(8295,7152,'_menu-item-avia-style',''),(8297,7154,'_aviaLayoutBuilder_active','active'),(8298,7154,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3k30b\'][/av_one_full]\r\n\r\n[av_contact email=\'valerio_anzino@p3plcpnl0898.prod.phx3.secureserver.net,tmarchisa@gmail.com\' title=\'Send the author an email with your questions about the website\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'Message from Valerio Anzino website\' autorespond=\'Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.\' captcha=\'\' form_align=\'\' color=\'\' av_uid=\'av-jnjugjar\' custom_class=\'\' admin_preview_bg=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2nfrz\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2dci7\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-1olav\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-138pf\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n'),(8299,7154,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}'),(8301,7155,'_aviaLayoutBuilder_active','active'),(8302,7155,'_aviaLayoutBuilderCleanData','[av_three_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1hodr\']\r\n\r\n[av_contact email=\'valerio_anzino@p3plcpnl0898.prod.phx3.secureserver.net,tmarchisa@gmail.com\' title=\'Send the author an email with your questions about the website\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'Message from Valerio Anzino website\' autorespond=\'Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.\' captcha=\'\' form_align=\'\' color=\'\' av_uid=\'av-jnjugjar\' custom_class=\'\' admin_preview_bg=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2nfrz\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2dci7\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-1olav\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-138pf\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-agv\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7aopjd\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth]'),(8303,7155,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8304,7157,'_wp_attached_file','2018/11/pius-xii-vittorio-emmanuel-ii.jpg'),(8305,7157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:908;s:4:\"file\";s:41:\"2018/11/pius-xii-vittorio-emmanuel-ii.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pius-xii-vittorio-emmanuel-ii-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-768x581.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"pius-xii-vittorio-emmanuel-ii-1030x779.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:779;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"pius-xii-vittorio-emmanuel-ii-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:42:\"pius-xii-vittorio-emmanuel-ii-1200x430.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:42:\"pius-xii-vittorio-emmanuel-ii-1200x630.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-705x533.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:42:\"pius-xii-vittorio-emmanuel-ii-1200x423.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-450x341.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8306,7157,'_wp_attachment_image_alt','Pope Pius IX and Vittorio Emmanuel II'),(8308,7158,'_aviaLayoutBuilder_active','active'),(8309,7158,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1b343\']\r\n\r\n[av_contact email=\'valerio_anzino@p3plcpnl0898.prod.phx3.secureserver.net,tmarchisa@gmail.com\' title=\'Send the author an email with your questions about the website\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'Message from Valerio Anzino website\' autorespond=\'Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.\' captcha=\'\' form_align=\'\' color=\'\' av_uid=\'av-jnjugjar\' custom_class=\'\' admin_preview_bg=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2nfrz\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2dci7\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-1olav\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-138pf\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-127z7\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii-1030x779.jpg\' attachment=\'7157\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7bah0v\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(8310,7158,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8312,7160,'_aviaLayoutBuilder_active','active'),(8313,7160,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1b343\']\r\n[av_contact email=\'valerio_anzino@p3plcpnl0898.prod.phx3.secureserver.net,tmarchisa@gmail.com\' title=\'Send the author an email with your questions about the website\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'Message from Valerio Anzino website\' autorespond=\'Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.\' captcha=\'\' form_align=\'\' color=\'\' av_uid=\'av-jnjugjar\' custom_class=\'\' admin_preview_bg=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2nfrz\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2dci7\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-1olav\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-138pf\'][/av_contact_field]\r\n[/av_contact]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-127z7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7bfi8w\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7157\" align=\"alignleft\" width=\"1200\"]<a href=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\"><img src=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\" alt=\"Pope Pius IX and Vittorio Emmanuel II\" width=\"1200\" height=\"908\" class=\"size-full wp-image-7157\" /></a><span style=\"font-weight:bold;font-size:1.2em;\"> Pope Pius IX and Vittorio Emmanuel II</span>[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third]'),(8314,7160,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8316,7162,'_wp_attached_file','2018/10/pius-ix-vittorio-emmanuel-ii-250w.jpg'),(8317,7162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:189;s:4:\"file\";s:45:\"2018/10/pius-ix-vittorio-emmanuel-ii-250w.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"pius-ix-vittorio-emmanuel-ii-250w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:45:\"pius-ix-vittorio-emmanuel-ii-250w-250x189.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:43:\"pius-ix-vittorio-emmanuel-ii-250w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:45:\"pius-ix-vittorio-emmanuel-ii-250w-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:45:\"pius-ix-vittorio-emmanuel-ii-250w-250x185.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"pius-ix-vittorio-emmanuel-ii-250w-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8318,7162,'_wp_attachment_image_alt','Pope Pius IX and Vittorio Emmanuel II'),(8320,7166,'_edit_lock','1663615478:1'),(8321,7166,'_edit_last','1'),(8322,7166,'_aviaLayoutBuilder_active','active'),(8323,7166,'_avia_sc_parser_state','check_only'),(8324,7166,'_thumbnail_id','7162'),(8326,7167,'_aviaLayoutBuilder_active','active'),(8327,7167,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-310me6\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7gchxy\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe website is now about 75% completed. As development progresses, I\'m re-reading prior research and conducting new research in order to make the website as accurate as reasonably possible. I\'ve learned a few new things about Valerio in the process\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(8328,7167,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(8329,7166,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-310me6\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jo7gchxy\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nThe website is now about 75% completed. As development progresses, I\'m re-reading prior research and conducting new research in order to make the website as accurate as reasonably possible. I\'ve learned a few new things about Valerio in the process.\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3rg1xq\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-364qha\']\r\n\r\n[/av_one_full]'),(8330,7166,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(8331,7166,'_av_el_mgr_version','1.0'),(8332,7166,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(8333,7166,'layout',''),(8334,7166,'sidebar',''),(8335,7166,'footer',''),(8336,7166,'header_title_bar',''),(8337,7166,'header_transparency',''),(8338,7166,'_avia_hide_featured_image',''),(8340,7170,'_aviaLayoutBuilder_active','active'),(8341,7170,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jf4oa\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\">Iuri Silvestri</a>, when I\'ve been there. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and Iuri Silvestri on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2zsokq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vis81\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7133\" align=\"alignleft\" width=\"719\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist.jpg\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-719x1030.jpg\" alt=\"Tom Marchisa\" width=\"719\" height=\"1030\" class=\"size-large wp-image-7133\" /></a> Tom Marchisa[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1uo9tm\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n'),(8342,7170,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(8344,7171,'_aviaLayoutBuilder_active','active'),(8345,7171,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jf4oa\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2zsokq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vis81\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7133\" align=\"alignleft\" width=\"719\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist.jpg\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-719x1030.jpg\" alt=\"Tom Marchisa\" width=\"719\" height=\"1030\" class=\"size-large wp-image-7133\" /></a> Tom Marchisa[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1uo9tm\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n'),(8346,7171,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(8348,7173,'_aviaLayoutBuilder_active','active'),(8349,7173,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jf4oa\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2zsokq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vis81\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7133\" align=\"alignleft\" width=\"719\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist.jpg\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-719x1030.jpg\" alt=\"Tom Marchisa\" width=\"719\" height=\"1030\" class=\"size-large wp-image-7133\" /></a> Tom Marchisa[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8350,7173,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8414,7190,'_wp_attached_file','2018/11/grand-officer-order-of-the-crown-italy.jpg'),(8415,7190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:902;s:6:\"height\";i:855;s:4:\"file\";s:50:\"2018/11/grand-officer-order-of-the-crown-italy.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"grand-officer-order-of-the-crown-italy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-768x728.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:48:\"grand-officer-order-of-the-crown-italy-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-902x430.jpg\";s:5:\"width\";i:902;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-902x630.jpg\";s:5:\"width\";i:902;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-705x668.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-902x423.jpg\";s:5:\"width\";i:902;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-450x427.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541588436\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8428,7196,'_wp_attached_file','2018/11/grand-officer-order-of-the-crown-italy-250w.jpg'),(8429,7196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:237;s:4:\"file\";s:55:\"2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"grand-officer-order-of-the-crown-italy-250w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:55:\"grand-officer-order-of-the-crown-italy-250w-250x237.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:53:\"grand-officer-order-of-the-crown-italy-250w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:55:\"grand-officer-order-of-the-crown-italy-250w-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:55:\"grand-officer-order-of-the-crown-italy-250w-250x185.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"grand-officer-order-of-the-crown-italy-250w-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541588436\";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:{}}}'),(8432,7202,'_aviaLayoutBuilder_active','active'),(8433,7202,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs a result of being a very effective cleric and statesman and also from working from within the House of Savoy, Valerio was the recipient of a number of awards and titles. In no particular order they are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer</em>type of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-fii8ur\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8g582r\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8434,7202,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}'),(8436,7204,'_aviaLayoutBuilder_active','active'),(8437,7204,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs a result of being a very effective cleric and statesman and also from working from within the House of Savoy, Valerio was the recipient of a number of awards and titles. In no particular order they are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer</em>type of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8g582r\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8438,7204,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}'),(8440,7206,'_aviaLayoutBuilder_active','active'),(8441,7206,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs a result of being a very effective cleric and statesman and also from working from within the House of Savoy, Valerio was the recipient of a number of awards and titles. In no particular order they are listed here.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>type of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8g582r\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8442,7206,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}'),(8444,7208,'_aviaLayoutBuilder_active','active'),(8445,7208,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs a result of being a very effective cleric and statesman and also from working from within the House of Savoy, Valerio was the recipient of a number of awards and titles. In no particular order they are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8g582r\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8446,7208,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}'),(8448,7210,'_aviaLayoutBuilder_active','active'),(8449,7210,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs a result of being a very effective cleric and statesman and also from working from within the House of Savoy, Valerio was the recipient of a number of awards and titles. In no particular order they are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8g582r\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8450,7210,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}'),(8451,7211,'_wp_attached_file','2018/11/Interno_Santa_Barbara_Mantova.jpg'),(8452,7211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:41:\"2018/11/Interno_Santa_Barbara_Mantova.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Interno_Santa_Barbara_Mantova-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Interno_Santa_Barbara_Mantova-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Interno_Santa_Barbara_Mantova-773x1030.jpg\";s:5:\"width\";i:773;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"Interno_Santa_Barbara_Mantova-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-960x430.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-960x630.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-529x705.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-960x423.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"FinePix A303\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1009844231\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.013333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8454,7212,'_aviaLayoutBuilder_active','active'),(8455,7212,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs a result of being a very effective cleric and statesman and also from working from within the House of Savoy, Valerio was the recipient of a number of awards and titles. In no particular order they are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-773x1030.jpg\' attachment=\'7211\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8456,7212,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}'),(8458,7214,'_aviaLayoutBuilder_active','active'),(8459,7214,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs a result of being a very effective cleric and statesman and also from working from within the House of Savoy, Valerio was the recipient of a number of awards and titles. In no particular order they are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8460,7214,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}'),(8462,7216,'_aviaLayoutBuilder_active','active'),(8463,7216,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs a result of being a very effective cleric and statesman and also from working from within the House of Savoy, Valerio was the recipient of a number of awards and titles. In no particular order they are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8464,7216,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(8467,7218,'_aviaLayoutBuilder_active','active'),(8468,7218,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8469,7218,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(8480,7220,'_aviaLayoutBuilder_active','active'),(8481,7220,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-305jg3\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8482,7220,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(8484,7221,'_wp_attached_file','2018/11/800px-OSSML_Commandeur.jpg'),(8485,7221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1058;s:4:\"file\";s:34:\"2018/11/800px-OSSML_Commandeur.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"800px-OSSML_Commandeur-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"800px-OSSML_Commandeur-768x1016.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"800px-OSSML_Commandeur-779x1030.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"800px-OSSML_Commandeur-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-533x705.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-450x595.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8487,7223,'_aviaLayoutBuilder_active','active'),(8488,7223,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]');
INSERT INTO `wp_postmeta` VALUES (8489,7223,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}'),(8491,7225,'_aviaLayoutBuilder_active','active'),(8492,7225,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8493,7225,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}}'),(8495,7226,'_aviaLayoutBuilder_active','active'),(8496,7226,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\'][/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6de1cz\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-46plrn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28v8sj\'][/av_one_half]\r\n\r\n'),(8497,7226,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}'),(8499,7227,'_aviaLayoutBuilder_active','active'),(8500,7227,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\'][/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6de1cz\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-46plrn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28v8sj\'][/av_one_half]\r\n\r\n'),(8501,7227,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:14;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}'),(8503,7228,'_aviaLayoutBuilder_active','active'),(8504,7228,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em>Order of Christ of Portugal. This award came either from Luis I or Carlos I , Kings from the House of Braganza in Portugal in the late 1800s.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\'][/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6de1cz\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-46plrn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28v8sj\'][/av_one_half]\r\n\r\n'),(8505,7228,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:14;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}'),(8507,7229,'_wp_attached_file','2018/11/order-christ-portugal.jpg'),(8508,7229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:663;s:6:\"height\";i:976;s:4:\"file\";s:33:\"2018/11/order-christ-portugal.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"order-christ-portugal-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-204x300.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"order-christ-portugal-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x430.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x630.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x684.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x375.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-479x705.jpg\";s:5:\"width\";i:479;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x321.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x423.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-450x662.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8510,7231,'_aviaLayoutBuilder_active','active'),(8511,7231,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em>Order of Christ of Portugal. This award came either from Luis I or Carlos I , Kings from the House of Braganza in Portugal in the late 1800s.It\'s not clear yet why Monsignor Anzino was awarded this honor.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6de1cz\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-46plrn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28v8sj\'][/av_one_half]\r\n\r\n'),(8512,7231,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}'),(8514,7233,'_aviaLayoutBuilder_active','active'),(8515,7233,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the House of Braganza in Portugal in the late 1800s.It\'s not clear yet why Monsignor Anzino was awarded this honor.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6de1cz\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-46plrn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28v8sj\'][/av_one_half]\r\n\r\n'),(8516,7233,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}'),(8518,7235,'_aviaLayoutBuilder_active','active'),(8519,7235,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\">House of Braganza</a> in Portugal in the late 1800s.It\'s not clear yet why Monsignor Anzino was awarded this honor.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6de1cz\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-46plrn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28v8sj\'][/av_one_half]\r\n\r\n'),(8520,7235,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}'),(8522,7237,'_aviaLayoutBuilder_active','active'),(8523,7237,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2exfrl\'][/av_one_fifth]\r\n\r\n'),(8524,7237,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(8525,7238,'_edit_lock','1663614206:1'),(8526,7238,'_edit_last','1'),(8527,7238,'_aviaLayoutBuilder_active','active'),(8528,7238,'_avia_sc_parser_state','check_only'),(8530,7239,'_aviaLayoutBuilder_active',''),(8531,7239,'_aviaLayoutBuilderCleanData',''),(8532,7239,'_avia_builder_shortcode_tree','a:0:{}'),(8533,7238,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'pagetop-section\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX, ( or one of the Cardinals in the Vatican), sent two emmissaries to the Quirinale Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Vatican that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news.\r\n\r\nValerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio and his assistant returned to Valerio\'s residence, (a 5 minute walk), and others waited in a room adjacent to the King\'s chambers. About 30 minutes later, Valerio was summoned to the Palace as Vittorio had taken a turn for the worse. By the time Valerio reached the King\'s Chambers a few minutes later, Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1030x726.jpg\' attachment=\'8037\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu-1\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(8534,7238,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:8:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:5;}}'),(8535,7238,'_av_el_mgr_version','1.0'),(8536,7238,'_av_alb_posts_elements_state','a:6:{s:11:\"av_one_full\";b:1;s:11:\"av_one_half\";b:1;s:5:\"av_hr\";b:1;s:8:\"av_image\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(8537,7238,'layout','fullsize'),(8538,7238,'sidebar',''),(8539,7238,'footer',''),(8540,7238,'header_title_bar',''),(8541,7238,'header_transparency',''),(8542,7238,'_avia_hide_featured_image','0'),(8543,7241,'_edit_lock','1541662737:1'),(8544,7241,'_edit_last','1'),(8552,7241,'fa_field_icon',''),(8567,7245,'_wp_attached_file','2018/11/vittorio-ii-death-bed-2048.jpg'),(8568,7245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:38:\"2018/11/vittorio-ii-death-bed-2048.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"vittorio-ii-death-bed-2048-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"vittorio-ii-death-bed-2048-1030x686.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:36:\"vittorio-ii-death-bed-2048-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"vittorio-ii-death-bed-2048-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:39:\"vittorio-ii-death-bed-2048-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:40:\"vittorio-ii-death-bed-2048-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:39:\"vittorio-ii-death-bed-2048-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:33:\"© De Agostini / Biblioteca Ambro\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:182:\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"© De Agostini / Biblioteca Ambrosiana - www.agefotostock.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:55:\"DAE-BA021877 - © - De Agostini / Biblioteca Ambrosiana\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8569,7245,'_wp_attachment_image_alt','The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.'),(8584,7241,'_av_el_mgr_version','1.0'),(8585,7241,'_av_alb_posts_elements_state','a:0:{}'),(8600,7241,'story_based_on','default'),(8601,7241,'ctl_story_year','1878'),(8602,7241,'ctl_story_date','01/09/1878 04:00 am'),(8603,7241,'story_format','default'),(8604,7241,'img_cont_size','full'),(8605,7241,'story_custom_link','/vittorio-emmanuel-ii-last-rites/'),(8606,7241,'ctl_story_color','#'),(8607,6134,'story_based_on','default'),(8608,6134,'ctl_story_year','1878'),(8609,6134,'ctl_story_date','01/09/1878 10:00 am'),(8610,6134,'story_format','default'),(8611,6134,'img_cont_size','full'),(8612,6134,'story_custom_link','/death-of-vittorio-emmanuel-ii/'),(8613,6134,'ctl_story_color','#'),(8615,7257,'_aviaLayoutBuilder_active','active'),(8616,7257,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-474ecm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 8 1878.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1tvjye\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(8617,7257,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8625,6964,'story_based_on','default'),(8626,6964,'ctl_story_year','1868'),(8627,6964,'ctl_story_date','06/30/1868'),(8628,6964,'story_format','default'),(8629,6964,'img_cont_size','full'),(8630,6964,'ctl_story_color','#'),(8639,7261,'_aviaLayoutBuilder_active','active'),(8640,7261,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Vittorio Emmanuel II.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6de1cz\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-46plrn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28v8sj\'][/av_one_half]\r\n\r\n'),(8641,7261,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}'),(8644,7265,'_aviaLayoutBuilder_active',''),(8645,7265,'_aviaLayoutBuilderCleanData',''),(8646,7265,'_avia_builder_shortcode_tree','a:0:{}'),(8648,7267,'_aviaLayoutBuilder_active','active'),(8649,7267,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o2t25\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7sj8sk\' custom_class=\'\' admin_preview_bg=\'\']\r\nAccording to notes written by an unknown Fubinese author around 1905. The website author has not been able to find any supporting documents for this. It appears that it might have been an unofficial title in the Savoia offices. There are many Savoia records from the mid 1800s available and many ofthem show that various Elemosiniere positions are not filled.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2tstzx\'][/av_one_half]\r\n\r\n'),(8650,7267,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}'),(8652,7269,'_aviaLayoutBuilder_active','active'),(8653,7269,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o2t25\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7sj8sk\' custom_class=\'\' admin_preview_bg=\'\']\r\nAccording to <a href=\"/document/notes-about-valerio-1905/\">notes</a> written by an unknown Fubinese author around 1905. The website author has not been able to find any supporting documents for this. It appears that it might have been an unofficial title in the Savoia offices. There are many Savoia records from the mid 1800s available and many ofthem show that various Elemosiniere positions are not filled. The website\'s author is still trying to get a good understanding of what the roles and responsibilities were for those in the House of Savoy with Elemosiniere or Limosiniere titles. Looking at the annual <a href=\"https://catalog.hathitrust.org/Record/100534402\" target=\"_blank\" rel=\"noopener\"><em>Calendario generale del regno</em></a> books from the House of Savoy in the 1800s, it appears to be an important function. Commonly the heads of different Elemosiniere offices appear to be well connected to the Savoia. A quick research into the function makes it appear that the function was to distribute Savoia funds to organizations that in turn conducted charitable works.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2tstzx\'][/av_one_half]\r\n\r\n'),(8654,7269,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}'),(8655,7270,'_wp_attached_file','2018/11/notes-screen-print.jpg'),(8656,7270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1713;s:6:\"height\";i:595;s:4:\"file\";s:30:\"2018/11/notes-screen-print.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"notes-screen-print-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-768x267.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"notes-screen-print-1030x358.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"notes-screen-print-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"notes-screen-print-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:31:\"notes-screen-print-1500x595.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:31:\"notes-screen-print-1500x521.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-845x595.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-705x245.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:31:\"notes-screen-print-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-450x156.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541609335\";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:{}}}'),(8657,6429,'story_based_on','default'),(8658,6429,'ctl_story_year','1857'),(8659,6429,'ctl_story_date','06/30/1857'),(8660,6429,'story_format','default'),(8661,6429,'img_cont_size','full'),(8662,6429,'story_custom_link','/appointed-secretary-elemosiniere-in-torino/'),(8663,6429,'ctl_story_color','#'),(8664,7270,'_wp_attachment_image_alt','Notes about Anzino'),(8667,7273,'_aviaLayoutBuilder_active','active'),(8668,7273,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o2t25\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7sj8sk\' custom_class=\'\' admin_preview_bg=\'\']\r\nAccording to <a href=\"/document/notes-about-valerio-1905/\">notes</a> written by an unknown Fubinese author around 1905. The website author has not been able to find any supporting documents for this. It appears that it might have been an unofficial title in the Savoia offices. There are many Savoia records from the mid 1800s available and many ofthem show that various Elemosiniere positions are not filled. The website\'s author is still trying to get a good understanding of what the roles and responsibilities were for those in the House of Savoy with Elemosiniere or Limosiniere titles. Looking at the annual <a href=\"https://catalog.hathitrust.org/Record/100534402\" target=\"_blank\" rel=\"noopener\"><em>Calendario generale del regno</em></a> books from the House of Savoy in the 1800s, it appears to be an important function. Commonly the heads of different Elemosiniere offices appear to be well connected to the Savoia. A quick research into the function makes it appear that the function was to distribute Savoia funds to organizations that in turn conducted charitable works.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2tstzx\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/notes-screen-print-300x104.jpg\' attachment=\'7270\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7vqnf8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(8669,7273,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8671,7275,'_aviaLayoutBuilder_active','active'),(8672,7275,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o2t25\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7sj8sk\' custom_class=\'\' admin_preview_bg=\'\']\r\nAccording to <a href=\"/document/notes-about-valerio-1905/\">notes</a> written by an unknown Fubinese author around 1905. The website author has not been able to find any supporting documents for this. It appears that it might have been an unofficial title in the Savoia offices. There are many Savoia records from the mid 1800s available and many ofthem show that various Elemosiniere positions are not filled. The website\'s author is still trying to get a good understanding of what the roles and responsibilities were for those in the House of Savoy with Elemosiniere or Limosiniere titles. Looking at the annual <a href=\"https://catalog.hathitrust.org/Record/100534402\" target=\"_blank\" rel=\"noopener\"><em>Calendario generale del regno</em></a> books from the House of Savoy in the 1800s, it appears to be an important function. Commonly the heads of different Elemosiniere offices appear to be well connected to the Savoia. A quick research into the function makes it appear that the function was to distribute Savoia funds to organizations that in turn conducted charitable works.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2tstzx\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/notes-screen-print-300x104.jpg\' attachment=\'7270\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7vqnf8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(8673,7275,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8675,7277,'_aviaLayoutBuilder_active','active'),(8676,7277,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o2t25\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7sj8sk\' custom_class=\'\' admin_preview_bg=\'\']\r\nAccording to <a href=\"/document/notes-about-valerio-1905/\">notes</a> written by an unknown Fubinese author around 1905 , Valerio Anzino was appointed Secretary Elemosiniere in 1857. The website author has not been able to find any supporting documents for this. It appears that it might have been an unofficial title in the Savoia offices. There are many Savoia records from the mid 1800s available and many ofthem show that various Elemosiniere positions are not filled. The website\'s author is still trying to get a good understanding of what the roles and responsibilities were for those in the House of Savoy with Elemosiniere or Limosiniere titles. Looking at the annual <a href=\"https://catalog.hathitrust.org/Record/100534402\" target=\"_blank\" rel=\"noopener\"><em>Calendario generale del regno</em></a> books from the House of Savoy in the 1800s, it appears to be an important function. Commonly the heads of different Elemosiniere offices appear to be well connected to the Savoia. A quick research into the function makes it appear that the function was to distribute Savoia funds to organizations that in turn conducted charitable works.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2tstzx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/notes-screen-print-300x104.jpg\' attachment=\'7270\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7vqnf8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8677,7277,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8679,7279,'_aviaLayoutBuilder_active','active'),(8680,7279,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o2t25\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7sj8sk\' custom_class=\'\' admin_preview_bg=\'\']\r\nAccording to <a href=\"/document/notes-about-valerio-1905/\">notes</a> written by an unknown Fubinese author around 1905 , Valerio Anzino was appointed Secretary Elemosiniere in 1857. The website author has not been able to find any supporting documents for this. It appears that it might have been an unofficial title in the Savoia offices. There are many Savoia records from the mid 1800s available and many of them show that various Elemosiniere positions are not filled. The website\'s author is still trying to get a good understanding of what the roles and responsibilities were for those in the House of Savoy with Elemosiniere or Limosiniere titles. Looking at the annual <a href=\"https://catalog.hathitrust.org/Record/100534402\" target=\"_blank\" rel=\"noopener\"><em>Calendario generale del regno</em></a> books from the House of Savoy in the 1800s, it appears to be an important function. Commonly the heads of different Elemosiniere offices appear to be well connected to the Savoia. A quick research into the function makes it appear that the function was to distribute Savoia funds to organizations that in turn conducted charitable works.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2tstzx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/notes-screen-print-300x104.jpg\' attachment=\'7270\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7vqnf8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8681,7279,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8682,7280,'_wp_attached_file','2018/11/favico-32.png'),(8683,7280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:21:\"2018/11/favico-32.png\";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:{}}}'),(8685,7282,'_aviaLayoutBuilder_active',''),(8686,7282,'_aviaLayoutBuilderCleanData','This is a Parent Page for all of the genealogy person pages on the website. You have reached this page in error. Please click an item on the top menu to continue.\r\n\r\n&nbsp;'),(8687,7282,'_avia_builder_shortcode_tree','a:0:{}'),(8689,7284,'_aviaLayoutBuilder_active',''),(8690,7284,'_aviaLayoutBuilderCleanData','This is a Parent Page for all of the genealogy person pages on the website. You have reached this page in error. Please click an item on the top menu to continue.\r\n\r\n&nbsp;\r\n\r\n&nbsp;'),(8691,7284,'_avia_builder_shortcode_tree','a:0:{}'),(8693,7286,'_aviaLayoutBuilder_active','active'),(8694,7286,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 24. There are <a href=\"/document/notes-about-valerio-1905/\" rel=\"noopener\" target=\"_blank\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. What is lost to history is why the Cacheranos extended that charitable offer to Giuseppe.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8695,7286,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8697,7287,'_aviaLayoutBuilder_active','active'),(8698,7287,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel.  What is lost to history is why the Cacheranos extended that charitable offer to Giuseppe around 1820.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8699,7287,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8702,7288,'_aviaLayoutBuilder_active','active'),(8703,7288,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacheranos purchased a castle in Fubine in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1823-1823 makes sense timing wise. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacheranos extended that charitable offer to Giuseppe around 1820.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8704,7288,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8706,7289,'_aviaLayoutBuilder_active','active'),(8707,7289,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacheranos purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1823-1823 makes sense timing wise. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacheranos extended that charitable offer to Giuseppe around 1820.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8708,7289,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8711,7291,'_aviaLayoutBuilder_active','active'),(8712,7291,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x9y54\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv9j86q\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio accompanied Vittorio Emmanuel II to the battlefields of the Italian Wars for Unification. The postcard image attached, is from a postcard that Valerio sent from the <a href=\"https://en.wikipedia.org/wiki/Battle_of_Bezzecca\" target=\"_blank\" rel=\"noopener\">Battle of Bezzecca</a> to a military commander in Torino. Here is the <a href=\"/wp-content/uploads/2018/10/1866-postcard-translated.jpg\" target=\"_blank\" rel=\"noopener\">English translation</a> of the postcard sent by Valerio. The Battle of Bezzecca was fought on July 26, 1866 between the Italians and the Austrians.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2am0yg\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-postcard-to-commander-151x300.jpg\' attachment=\'6112\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv9klkx\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(8713,7291,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8715,7294,'_aviaLayoutBuilder_active','active'),(8716,7294,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xsdot\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv1irty\' admin_preview_bg=\'\']\r\nValerio Benvenuto Giuseppe Anzino was born to <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" target=\"_blank\" rel=\"noopener\">Giovanni Domenico Anzino</a> and <a href=\"/rootspersona-tree-2/lusanna-ippolita/\" target=\"_blank\" rel=\"noopener\">Ippolita Lusanna</a> on September 9, 1832 in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. Valerio\'s father was a landowner and most of Valerio\'s Anzino ancestors were nobility of some sort. Valerio\'s grandmother, Teresa Sala, came from a connected and powerful family in Fubine. Valerio was the second of 7 children born to Giovanni and Ippolita. When Valerio\'s mother, Ippolita, died in 1845, his father Giovanni married Teresa Rosa Zavattaro and they had one child who died shortly after birth. Valerio\'s family can be seen <a href=\"/anzino-genealogy/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8ruh9\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv1jtnt\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(8717,7294,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8719,7296,'_aviaLayoutBuilder_active','active'),(8720,7296,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-485gdv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv87bdk\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio was baptized on September 12, 1832 at a church in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. His godmother was his aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" rel=\"noopener\" target=\"_blank\">Angela (Anzino) Gotta</a>. Angela was the great great grandmother of this website\'s author and developer\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23t1hf\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv8b2i3\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(8721,7296,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8722,7298,'_wp_attached_file','2018/11/tom-genealogist-1.jpg'),(8723,7298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1467;s:4:\"file\";s:29:\"2018/11/tom-genealogist-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-1-768x1100.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-1-719x1030.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-1-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-1-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-492x705.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-1-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-450x645.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528105075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8724,7298,'_wp_attachment_image_alt','Tom Marchisa Amateur Genealogist'),(8726,7299,'_aviaLayoutBuilder_active','active'),(8727,7299,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jf4oa\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2zsokq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo8a0esg\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7298\" align=\"alignleft\" width=\"719\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist-1.jpg\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\" alt=\"Tom Marchisa Genealogist\" width=\"719\" height=\"1030\" class=\"size-large wp-image-7298\" /></a> Tom Marchisa Genealogist[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third]'),(8728,7299,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8730,7302,'_aviaLayoutBuilder_active','active'),(8731,7302,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16 Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chief Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The controversy concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860\'s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8732,7302,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8734,7303,'_aviaLayoutBuilder_active','active'),(8735,7303,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16 Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18 he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The controversy concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860\'s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a> , members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n\r\n.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8736,7303,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8738,7305,'_aviaLayoutBuilder_active','active'),(8739,7305,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8740,7305,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8742,7307,'_aviaLayoutBuilder_active','active'),(8743,7307,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-474ecm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 8, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family and friends and many of them are waiting for the book, movie, or 3 part mini series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I tell it out loud.\r\n\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his personal Physician, Dr. Bruno, Valerio and a few others. Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pius IX years earlier), and after talking to Dr. Bruno decided it was time to perform the Last Rites. That was a challenge since the materials needed to perform the Last Rites were not in the Palace\'s Chapel. The Chapel had been \"de-commissioned\" when Vittorio was excommunicated and lacked the basic necessities that most chapels had. Valerio instructed an assistant to go to the nearest Church and ask to \"borrow\" those Last Rites materials.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1tvjye\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8744,7307,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8746,7308,'_aviaLayoutBuilder_active','active'),(8747,7308,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-474ecm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 8, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family and friends and many of them are waiting for the book, movie, or 3 part mini series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I tell it out loud.\r\n\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his personal Physician, Dr. Bruno, Valerio and a few others. A few days prior to this, as word of the gravity of the situation traveled out of the Palace, Pius IX sent 2 emissaries to the Palace to talk to the King , austensibly out of good will. Valerio who was skilled in many ways, understood the risks of letting Vatican emissaries anywhere near the King so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emissaries  was likely that he feared that the emmissaries would tell the Pope that Vittorio had confessed to them and regretted taking the Catholic Church\'s property. \r\n\r\nAt this point Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that he had only a few hours to live. Having made the decision to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), needed for this. Ordinarily those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when Vittorio was excommunicated and  those materials had been removed. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he himself would use his skills and rank to convince the priest. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant was a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was in fact still alive. Valerio and his assistant arrived at the Bishop\'s residence and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead Valerio and the King had a brief discussion about life and death and Vittorio stated pretty clearly that ,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the Kings Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King , that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise, but was not successful. Valerio, his assistant , and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno  emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1tvjye\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8748,7308,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8750,7310,'_aviaLayoutBuilder_active','active'),(8751,7310,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 8, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family and friends and many of them are waiting for the book, movie, or 3 part mini series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I tell it out loud.\r\n\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his personal Physician, Dr. Bruno, Valerio and a few others. A few days prior to this, as word of the gravity of the situation traveled out of the Palace, Pius IX sent 2 emissaries to the Palace to talk to the King , austensibly out of good will. Valerio who was skilled in many ways, understood the risks of letting Vatican emissaries anywhere near the King so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emissaries  was likely that he feared that the emmissaries would tell the Pope that Vittorio had confessed to them and regretted taking the Catholic Church\'s property. \r\n\r\nAt this point Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that he had only a few hours to live. Having made the decision to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), needed for this. Ordinarily those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when Vittorio was excommunicated and  those materials had been removed. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he himself would use his skills and rank to convince the priest. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant was a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was in fact still alive. Valerio and his assistant arrived at the Bishop\'s residence and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead Valerio and the King had a brief discussion about life and death and Vittorio stated pretty clearly that ,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the Kings Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King , that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise, but was not successful. Valerio, his assistant , and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno  emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2058ye\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(8752,7310,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8754,7312,'_aviaLayoutBuilder_active','active'),(8755,7312,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 8, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his Physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emissaries was likely that he feared that the emmissaries would tell the Pope that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that he had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when Vittorio was excommunicated, and those materials had been removed. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant was a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2058ye\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(8756,7312,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8775,7325,'_edit_lock','1542216166:1'),(8776,7325,'_edit_last','1'),(8777,7325,'_aviaLayoutBuilder_active','active'),(8778,7325,'_avia_sc_parser_state','check_only'),(8780,7326,'_aviaLayoutBuilder_active',''),(8781,7326,'_aviaLayoutBuilderCleanData','[caption id=\"attachment_7298\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist-1.jpg\"><img class=\"size-thumbnail wp-image-7298\" src=\"/wp-content/uploads/2018/11/tom-genealogist-1-80x80.jpg\" alt=\"Tom Marchisa Genealogist\" width=\"80\" height=\"80\" /></a> Tom Marchisa Fubinese Descendant[/caption]'),(8782,7326,'_avia_builder_shortcode_tree','a:0:{}'),(8783,7325,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-24ti4d\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-johdullm\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"test-fonts\"><em>\"This is a test of newspaper fonts\"</em></p>\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(8784,7325,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(8785,7325,'_av_el_mgr_version','1.0'),(8786,7325,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_full\";b:1;s:12:\"av_textblock\";b:1;}'),(8787,7325,'layout',''),(8788,7325,'sidebar',''),(8789,7325,'footer',''),(8790,7325,'header_title_bar',''),(8791,7325,'header_transparency',''),(8792,7325,'_avia_hide_featured_image','0'),(8793,7328,'_wp_attached_file','2018/11/tom-genealogist-120w.jpg'),(8794,7328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:130;s:4:\"file\";s:32:\"2018/11/tom-genealogist-120w.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-120w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-120w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"tom-genealogist-120w-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528105075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8795,7328,'_wp_attachment_image_alt','Tom Marchisa'),(8798,7331,'_aviaLayoutBuilder_active','active'),(8799,7331,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 8, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his Physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emissaries was likely that he feared that the emmissaries would tell the Pope that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that he had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when Vittorio was excommunicated, and those materials had been removed. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant was a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2058ye\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(8800,7331,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8802,7333,'_aviaLayoutBuilder_active','active'),(8803,7333,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 8, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his Physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emissaries was likely that he feared that the emmissaries would tell the Pope that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that he had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when Vittorio was excommunicated, and those materials had been removed. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant was a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2058ye\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(8804,7333,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8806,7335,'_aviaLayoutBuilder_active',''),(8807,7335,'_aviaLayoutBuilderCleanData','[caption id=\"attachment_7298\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist-1.jpg\"><img class=\"size-thumbnail wp-image-7298\" src=\"/wp-content/uploads/2018/11/tom-genealogist-1-80x80.jpg\" alt=\"Tom Marchisa Genealogist\" width=\"80\" height=\"80\" /></a> Tom Marchisa Fubinese Descendant[/caption]\r\n\r\n[caption id=\"attachment_7245\" align=\"alignleft\" width=\"300\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"300\" height=\"200\" class=\"size-medium wp-image-7245\" /></a> The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.[/caption]'),(8808,7335,'_avia_builder_shortcode_tree','a:0:{}'),(8810,7337,'_aviaLayoutBuilder_active','active'),(8811,7337,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 8, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his Physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emissaries was likely that he feared that the emmissaries would tell the Pope that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that he had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when Vittorio was excommunicated, and those materials had been removed. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant was a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2058ye\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(8812,7337,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8813,7339,'_edit_lock','1663614136:1'),(8814,7339,'_edit_last','1'),(8815,7339,'_aviaLayoutBuilder_active','active'),(8816,7339,'_avia_sc_parser_state','check_only'),(8818,7340,'_aviaLayoutBuilder_active','active'),(8819,7340,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2783ez\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joae4wh0\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(8820,7340,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(8821,7339,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3h89bv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piemonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a <a href=\"https://en.wikipedia.org/wiki/Roman_Question#Law_of_Papal_Guarantees\" target=\"_blank\" rel=\"noopener\">formal peace treaty</a> with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-27ggcb\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\' attachment=\'17\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jockryq7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-2z3e8r\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Valerio Anzino  in the late 1870s</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8822,7339,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(8823,7339,'_av_el_mgr_version','1.0'),(8824,7339,'_av_alb_posts_elements_state','a:4:{s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(8825,7339,'layout','fullsize'),(8826,7339,'sidebar',''),(8827,7339,'footer',''),(8828,7339,'header_title_bar',''),(8829,7339,'header_transparency',''),(8830,7339,'_avia_hide_featured_image','0'),(8832,7343,'_aviaLayoutBuilder_active','active'),(8833,7343,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832 his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino.  At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1865 Valerio wrote a about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899  in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, and his wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, Valerio was buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8834,7343,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8836,7345,'_aviaLayoutBuilder_active','active'),(8837,7345,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, and his wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, Valerio was buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a>. < href=\"/valerios-life-narrative/\">Read More</a>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8838,7345,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8840,7347,'_aviaLayoutBuilder_active','active'),(8841,7347,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, and his wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, Valerio was buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a>. <a href=\"/valerios-life-narrative/\">Read More</a>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8842,7347,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8844,7349,'_aviaLayoutBuilder_active','active'),(8845,7349,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in  Mazze, Italy.\r\n<a href=\"/valerios-life-narrative/\">Read More</a>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8846,7349,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(8848,7351,'_aviaLayoutBuilder_active','active'),(8849,7351,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\">Read More</a>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8850,7351,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}'),(8851,7352,'_wp_attached_file','2018/11/read-more-100w.png'),(8852,7352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:26;s:4:\"file\";s:26:\"2018/11/read-more-100w.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"read-more-100w-80x26.png\";s:5:\"width\";i:80;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"read-more-100w-36x26.png\";s:5:\"width\";i:36;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8854,7354,'_aviaLayoutBuilder_active','active'),(8855,7354,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8856,7354,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}'),(8858,7355,'_aviaLayoutBuilder_active','active'),(8859,7355,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4uyt7f\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joae4wh0\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-32imyz\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joag6v79\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_17\" align=\"alignleft\" width=\"203\"]<a href=\"/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\"><img src=\"/wp-content/uploads/2018/10/valerio_anzino-circa-1885-203x300.jpg\" alt=\"Valerio Anzino in the late 1870s\" width=\"203\" height=\"300\" class=\"size-medium wp-image-17\" /></a> Valerio Anzino  in the late 1870s[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third]'),(8860,7355,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8862,7356,'_aviaLayoutBuilder_active','active'),(8863,7356,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4uyt7f\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joae4wh0\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-32imyz\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joag6v79\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_17\" align=\"alignleft\" width=\"203\"]<a href=\"/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\"><img src=\"/wp-content/uploads/2018/10/valerio_anzino-circa-1885-203x300.jpg\" alt=\"Valerio Anzino in the late 1870s\" width=\"203\" height=\"300\" class=\"size-medium wp-image-17\" /></a> Valerio Anzino  in the late 1870s[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8864,7356,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(8865,7357,'_wp_attached_file','2018/11/timeline-screenprint-200w.jpg'),(8866,7357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:77;s:4:\"file\";s:37:\"2018/11/timeline-screenprint-200w.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"timeline-screenprint-200w-80x77.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:35:\"timeline-screenprint-200w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:36:\"timeline-screenprint-200w-180x77.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"timeline-screenprint-200w-120x77.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541765167\";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:{}}}'),(8867,7357,'_wp_attachment_image_alt','Timeline'),(8869,7359,'_aviaLayoutBuilder_active',''),(8870,7359,'_aviaLayoutBuilderCleanData','[caption id=\"attachment_7298\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist-1.jpg\"><img class=\"size-thumbnail wp-image-7298\" src=\"/wp-content/uploads/2018/11/tom-genealogist-1-80x80.jpg\" alt=\"Tom Marchisa Genealogist\" width=\"80\" height=\"80\" /></a> Tom Marchisa Fubinese Descendant[/caption]\r\n\r\n[caption id=\"attachment_7245\" align=\"alignleft\" width=\"300\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img class=\"size-medium wp-image-7245\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"300\" height=\"200\" /></a> The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.[/caption]\r\n\r\n[caption id=\"attachment_7357\" align=\"alignleft\" width=\"200\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" height=\"77\" class=\"size-full wp-image-7357\" /></a> Valerio\'s Life Timeline[/caption]'),(8871,7359,'_avia_builder_shortcode_tree','a:0:{}'),(8873,7361,'_aviaLayoutBuilder_active','active'),(8874,7361,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1pbkk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"677\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"677\" height=\"888\" class=\"size-full wp-image-6284\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40as\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\' attachment=\'6284\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjeup2b\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(8875,7361,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}'),(8877,7363,'_aviaLayoutBuilder_active','active'),(8878,7363,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"677\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"677\" height=\"888\" class=\"size-full wp-image-6284\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(8879,7363,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(8881,7365,'_aviaLayoutBuilder_active','active'),(8882,7365,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"677\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\"  /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(8883,7365,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(8885,7367,'_aviaLayoutBuilder_active','active'),(8886,7367,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"400\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"677\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\"  /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(8887,7367,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:7;}}'),(8889,7369,'_aviaLayoutBuilder_active','active'),(8890,7369,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"400\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"677\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\"  /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(8891,7369,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:10;}}'),(8894,7372,'_aviaLayoutBuilder_active','active'),(8895,7372,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"400\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\'][/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\'][/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\'][/av_one_third]\r\n\r\n'),(8896,7372,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}'),(8898,7374,'_aviaLayoutBuilder_active','active'),(8899,7374,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"400\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\"/></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_third]'),(8900,7374,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}'),(8902,7376,'_aviaLayoutBuilder_active','active'),(8903,7376,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joafvais\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\"></a>\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"400\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]'),(8904,7376,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}'),(8906,7378,'_aviaLayoutBuilder_active','active'),(8907,7378,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy. <a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"400\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8908,7378,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}}'),(8911,7381,'_aviaLayoutBuilder_active','active'),(8912,7381,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy. <a style=\"margin-left:30px;\" href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n\r\n<hr>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"400\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8913,7381,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}}'),(8915,7383,'_aviaLayoutBuilder_active','active'),(8916,7383,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy. <a style=\"margin-left: 30px;margin-top:10px;\" href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n\r\n<hr />\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"400\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8917,7383,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}}'),(8919,7385,'_aviaLayoutBuilder_active','active'),(8920,7385,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy. <a style=\"margin-left: 30px; margin-top: 30px;\" href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n\r\n<hr />\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"400\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8921,7385,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}}'),(8923,7387,'_aviaLayoutBuilder_active','active'),(8924,7387,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy. <a style=\"margin-left:30px;\" href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n\r\n<hr />\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"400\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a> Circa 1862..Valerio Anzino studio photo[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8925,7387,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}}'),(8927,7389,'_aviaLayoutBuilder_active','active'),(8928,7389,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy. <a style=\"margin-left:30px;\" href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8929,7389,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}}'),(8931,7392,'_aviaLayoutBuilder_active','active'),(8932,7392,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy. <a style=\"margin-left:30px;\" href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8933,7392,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}}'),(8935,7394,'_aviaLayoutBuilder_active','active'),(8936,7394,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-q92k\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy. <a style=\"margin-left:30px;\" href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8937,7394,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}}'),(8939,7397,'_aviaLayoutBuilder_active','active'),(8940,7397,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy. <a style=\"margin-left:30px;\" href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n\r\n<hr />\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]'),(8941,7397,'_avia_builder_shortcode_tree','a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}}'),(8943,7399,'_aviaLayoutBuilder_active','active'),(8944,7399,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n<a  href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n\r\n<hr />\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8945,7399,'_avia_builder_shortcode_tree','a:5:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}}'),(8947,7401,'_aviaLayoutBuilder_active','active'),(8948,7401,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nppo\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joak6mg8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(8949,7401,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}'),(8951,7403,'_aviaLayoutBuilder_active','active'),(8952,7403,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(8953,7403,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}}s:5:\"index\";i:5;}}'),(8955,7407,'_aviaLayoutBuilder_active','active'),(8956,7407,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n[av_button label=\'Read More\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#440000\' custom_font=\'#ffffff\' av_uid=\'av-viqc\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(8957,7407,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8959,7409,'_aviaLayoutBuilder_active','active'),(8960,7409,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n[av_button label=\'Read More\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#440000\' custom_font=\'#ffffff\' av_uid=\'av-viqc\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n<a href=\"/valerios-life-narrative/\"><img src=\"/wp-content/uploads/2018/11/read-more-100w.png\" /></a>\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(8961,7409,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8963,7412,'_aviaLayoutBuilder_active','active'),(8964,7412,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n[av_button label=\'Read More\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#440000\' custom_font=\'#ffffff\' av_uid=\'av-viqc\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(8965,7412,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8967,7414,'_aviaLayoutBuilder_active','active'),(8968,7414,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n[av_button label=\'Read More\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#440000\' custom_font=\'#870404\' av_uid=\'av-viqc\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(8969,7414,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8971,7416,'_aviaLayoutBuilder_active','active'),(8972,7416,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n\r\n[av_button label=\'Read More\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-viqc\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(8973,7416,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8975,7418,'_aviaLayoutBuilder_active','active'),(8976,7418,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(8977,7418,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8979,7420,'_aviaLayoutBuilder_active','active'),(8980,7420,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'2\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(8981,7420,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8983,7422,'_aviaLayoutBuilder_active','active'),(8984,7422,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(8985,7422,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8987,7425,'_aviaLayoutBuilder_active','active'),(8988,7425,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"size-medium wp-image-7245 aligncenter\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(8989,7425,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8991,7428,'_aviaLayoutBuilder_active','active'),(8992,7428,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\"  class=\"size-medium wp-image-7245\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(8993,7428,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8995,7430,'_aviaLayoutBuilder_active','active'),(8996,7430,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" align=\"center\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(8997,7430,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(8999,7432,'_aviaLayoutBuilder_active','active'),(9000,7432,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" float=\"center\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9001,7432,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9003,7434,'_aviaLayoutBuilder_active','active'),(9004,7434,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img style=\"float:center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9005,7434,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9007,7436,'_aviaLayoutBuilder_active','active'),(9008,7436,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-120w.jpg\" alt=\"Tom Marchisa Website Author\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9009,7436,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9010,7437,'_wp_attached_file','2018/11/tom-genealogist-cropped.jpg'),(9011,7437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1061;s:4:\"file\";s:35:\"2018/11/tom-genealogist-cropped.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"tom-genealogist-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-768x796.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"tom-genealogist-cropped-994x1030.jpg\";s:5:\"width\";i:994;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"tom-genealogist-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"tom-genealogist-cropped-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"tom-genealogist-cropped-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-680x705.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"tom-genealogist-cropped-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-450x466.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528105075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9012,7437,'_wp_attachment_image_alt','Tom Marchisa Amateur Genealogist'),(9014,7439,'_aviaLayoutBuilder_active','active'),(9015,7439,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9016,7439,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9018,7441,'_aviaLayoutBuilder_active','active'),(9019,7441,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9020,7441,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9022,7443,'_aviaLayoutBuilder_active','active'),(9023,7443,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#d8d8d8\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"175\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9024,7443,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9026,7445,'_aviaLayoutBuilder_active','active'),(9027,7445,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"175\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9028,7445,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9030,7448,'_aviaLayoutBuilder_active','active'),(9031,7448,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg\" alt=\"Timeline\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9032,7448,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9033,6575,'_wp_attachment_image_alt','Timeline'),(9035,7450,'_aviaLayoutBuilder_active','active'),(9036,7450,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9037,7450,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9039,7452,'_aviaLayoutBuilder_active','active'),(9040,7452,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/last-rites-vittorio-emmanuel-ii/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9041,7452,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9044,7455,'_aviaLayoutBuilder_active','active'),(9045,7455,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9046,7455,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9048,7457,'_aviaLayoutBuilder_active','active'),(9049,7457,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6fp7d2\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 8, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4frm1y\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his Physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emissaries was likely that he feared that the emmissaries would tell the Pope that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that he had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when Vittorio was excommunicated, and those materials had been removed. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant was a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\']\r\n\r\n[/av_two_third]'),(9050,7457,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}'),(9052,7459,'_aviaLayoutBuilder_active','active'),(9053,7459,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6fp7d2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 8, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr>\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'50px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4frm1y\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his Physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emissaries was likely that he feared that the emmissaries would tell the Pope that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that he had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when Vittorio was excommunicated, and those materials had been removed. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant was a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9054,7459,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}'),(9056,7462,'_aviaLayoutBuilder_active','active'),(9057,7462,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6fp7d2\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'50px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4frm1y\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9058,7462,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}'),(9060,7464,'_aviaLayoutBuilder_active','active'),(9061,7464,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo8a0esg\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7298\" align=\"alignleft\" width=\"719\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist-1.jpg\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\" alt=\"Tom Marchisa Genealogist\" width=\"719\" height=\"1030\" class=\"size-large wp-image-7298\" /></a> Tom Marchisa Genealogist[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23g7a2\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(9062,7464,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9064,7466,'_aviaLayoutBuilder_active','active'),(9065,7466,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6de1cz\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-46plrn\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28v8sj\'][/av_one_half]\r\n\r\n'),(9066,7466,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}'),(9067,7467,'_menu_item_type','post_type'),(9068,7467,'_menu_item_menu_item_parent','6564'),(9069,7467,'_menu_item_object_id','7339'),(9070,7467,'_menu_item_object','page'),(9071,7467,'_menu_item_target',''),(9072,7467,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9073,7467,'_menu_item_xfn',''),(9074,7467,'_menu_item_url',''),(9076,7467,'_menu-item-avia-megamenu','active'),(9077,7467,'_menu-item-avia-division',''),(9078,7467,'_menu-item-avia-textarea',''),(9079,7467,'_menu-item-avia-style',''),(9080,7468,'_menu_item_type','post_type'),(9081,7468,'_menu_item_menu_item_parent','6564'),(9082,7468,'_menu_item_object_id','7238'),(9083,7468,'_menu_item_object','page'),(9084,7468,'_menu_item_target',''),(9085,7468,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9086,7468,'_menu_item_xfn',''),(9087,7468,'_menu_item_url',''),(9089,7468,'_menu-item-avia-megamenu','active'),(9090,7468,'_menu-item-avia-division',''),(9091,7468,'_menu-item-avia-textarea',''),(9092,7468,'_menu-item-avia-style',''),(9094,7469,'_aviaLayoutBuilder_active','active'),(9095,7469,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5jyl6j\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4558p7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joag6v79\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_17\" align=\"alignleft\" width=\"203\"]<a href=\"/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\"><img src=\"/wp-content/uploads/2018/10/valerio_anzino-circa-1885-203x300.jpg\" alt=\"Valerio Anzino in the late 1870s\" width=\"203\" height=\"300\" class=\"size-medium wp-image-17\" /></a> Valerio Anzino  in the late 1870s[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-37o92j\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joae4wh0\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(9096,7469,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}'),(9098,7471,'_aviaLayoutBuilder_active','active'),(9099,7471,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo8a0esg\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7298\" align=\"alignleft\" width=\"719\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist-1.jpg\"><img src=\"/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\" alt=\"Tom Marchisa Genealogist\" width=\"719\" height=\"1030\" class=\"size-large wp-image-7298\" /></a> Tom Marchisa Genealogist[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23g7a2\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(9100,7471,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9102,7473,'_aviaLayoutBuilder_active','active'),(9103,7473,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo8a0esg\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7298\" align=\"alignleft\" width=\"719\"]<a href=\"/wp-content/uploads/2018/11/tom-genealogist-1.jpg\"><img class=\"size-large wp-image-7298\" src=\"/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\" alt=\"Tom Marchisa Amateur Genealogist\" width=\"719\" height=\"1030\" /></a> Tom Marchisa Amateur Genealogist[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23g7a2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9104,7473,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9105,7245,'av-custom-link',''),(9106,7245,'_avia_attachment_copyright','© - De Agostini / Biblioteca Ambrosiana'),(9107,6885,'_wp_attachment_image_alt','Monsignor Valerio Anzino'),(9108,6903,'av-custom-link',''),(9109,6903,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9110,6903,'_wp_attachment_image_alt','Clementina (Anzino) Rossi'),(9111,6885,'av-custom-link',''),(9112,6885,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9113,6884,'_wp_attachment_image_alt','Nicola Anzino'),(9114,6884,'av-custom-link',''),(9115,6884,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9116,6883,'av-custom-link',''),(9117,6883,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9118,6883,'_wp_attachment_image_alt','Elizabeth Luisa (Gale) Anzino'),(9119,6882,'_wp_attachment_image_alt','Giuseppina Anzino'),(9120,6882,'av-custom-link',''),(9121,6882,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9122,6881,'_wp_attachment_image_alt','Giuseppe Pietro Anzino'),(9123,6881,'av-custom-link',''),(9124,6881,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9125,6880,'_wp_attachment_image_alt','Giovanni Anzino'),(9126,6880,'av-custom-link',''),(9127,6880,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9128,6879,'av-custom-link',''),(9129,6879,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9130,6879,'_wp_attachment_image_alt','Carlo Alberto Anzino'),(9131,6878,'_wp_attachment_image_alt','Monsignor Valerio Anzino'),(9132,6878,'av-custom-link',''),(9133,6878,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9134,6646,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9135,6540,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9136,6284,'av-custom-link',''),(9137,6284,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9138,5862,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9139,5860,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9140,5859,'_wp_attachment_image_alt','Giuseppina Anzino 2016'),(9141,5611,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9142,113,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9143,59,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9144,57,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9145,56,'av-custom-link',''),(9146,56,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9147,51,'av-custom-link',''),(9148,51,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9149,50,'av-custom-link',''),(9150,50,'_avia_attachment_copyright','© - Alinari Archives Florence'),(9151,6944,'av-custom-link',''),(9152,6944,'_avia_attachment_copyright','© - Alinari Archives Florence'),(9153,28,'av-custom-link',''),(9154,28,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9155,17,'av-custom-link',''),(9156,17,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9157,4,'av-custom-link',''),(9158,4,'_avia_attachment_copyright','© - Laura Santoro Ragaini, Milano'),(9160,7475,'_aviaLayoutBuilder_active','active'),(9161,7475,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6fp7d2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'50px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4frm1y\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9162,7475,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}'),(9164,7479,'_aviaLayoutBuilder_active',''),(9165,7479,'_aviaLayoutBuilderCleanData','<a href=\"/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>'),(9166,7479,'_avia_builder_shortcode_tree','a:0:{}'),(9168,7481,'_aviaLayoutBuilder_active',''),(9169,7481,'_aviaLayoutBuilderCleanData','<a href=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>'),(9170,7481,'_avia_builder_shortcode_tree','a:0:{}'),(9172,7483,'_aviaLayoutBuilder_active','active'),(9173,7483,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9174,7483,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9175,7298,'av-custom-link',''),(9178,7487,'_aviaLayoutBuilder_active','active'),(9179,7487,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23g7a2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9180,7487,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9182,7489,'_aviaLayoutBuilder_active','active'),(9183,7489,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23g7a2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9184,7489,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9186,7491,'_aviaLayoutBuilder_active','active'),(9187,7491,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23g7a2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9188,7491,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9190,7493,'_aviaLayoutBuilder_active','active'),(9191,7493,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23g7a2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9192,7493,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9194,7495,'_aviaLayoutBuilder_active','active'),(9195,7495,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23g7a2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9196,7495,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9198,7497,'_aviaLayoutBuilder_active','active'),(9199,7497,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_4\" align=\"alignleft\" width=\"400\"]<a href=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862.jpg\"><img src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\"  class=\"size-large wp-image-4\" /></a> Valerio Anzino Circa 1862[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9200,7497,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9202,7501,'_aviaLayoutBuilder_active','active'),(9203,7501,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobwv0ya\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9204,7501,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9207,7505,'_aviaLayoutBuilder_active','active'),(9208,7505,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobx3x0i\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_4\" align=\"alignleft\" width=\"618\"]<a href=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862.jpg\"><img src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"618\" height=\"1024\" class=\"size-large wp-image-4\" /></a> Valerio Anzino Circa 1862[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9209,7505,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9211,7507,'_aviaLayoutBuilder_active','active'),(9212,7507,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobx3x0i\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"677\"]<a href=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"677\" height=\"888\" class=\"size-full wp-image-6284\" /></a> Valerio Anzino Circa 1862...© - Laura Santoro Ragaini, Milano[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9213,7507,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9215,7509,'_aviaLayoutBuilder_active','active'),(9216,7509,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobx3x0i\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6284\" align=\"alignleft\" width=\"677\"]<a href=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"677\" height=\"888\" class=\"size-full wp-image-6284\" /></a> Valerio Anzino Circa 1862<br/>© - Laura Santoro Ragaini, Milano[/caption]\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9217,7509,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9219,7512,'_aviaLayoutBuilder_active','active'),(9220,7512,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9221,7512,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}}s:5:\"index\";i:6;}}'),(9223,7515,'_aviaLayoutBuilder_active','active'),(9224,7515,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\nAdd Caption Here\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9225,7515,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9236,7521,'_aviaLayoutBuilder_active',''),(9237,7521,'_aviaLayoutBuilderCleanData','<a href=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\"><img class=\"size-full wp-image-6284\" src=\"/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg\" alt=\"Valerio Anzino Circa 1862\" width=\"400\" /></a><br/>\r\n	[wbcr_php_snippet id=\"7518\"]'),(9238,7521,'_avia_builder_shortcode_tree','a:0:{}'),(9267,7530,'_aviaLayoutBuilder_active','active'),(9268,7530,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9269,7530,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9271,7533,'_aviaLayoutBuilder_active','active'),(9272,7533,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#cecece\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9273,7533,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9275,7535,'_aviaLayoutBuilder_active','active'),(9276,7535,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9277,7535,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9279,7538,'_aviaLayoutBuilder_active','active'),(9280,7538,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'11\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;font-style:italic;\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9281,7538,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9283,7540,'_aviaLayoutBuilder_active','active'),(9284,7540,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center; font-style: italic;margin-top:-10px;\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9285,7540,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9287,7542,'_aviaLayoutBuilder_active','active'),(9288,7542,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center; font-style: italic; margin-top: -5px;margin-bottom:-5px;\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9289,7542,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9291,7544,'_aviaLayoutBuilder_active','active'),(9292,7544,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center; font-style: italic;\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9293,7544,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9295,7546,'_aviaLayoutBuilder_active','active'),(9296,7546,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center; font-style: italic;\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9297,7546,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9299,7548,'_aviaLayoutBuilder_active','active'),(9300,7548,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6fp7d2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'50px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4frm1y\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n');
INSERT INTO `wp_postmeta` VALUES (9301,7548,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}'),(9304,7551,'_aviaLayoutBuilder_active','active'),(9305,7551,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6fp7d2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'50px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4frm1y\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9306,7551,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}'),(9308,7553,'_aviaLayoutBuilder_active','active'),(9309,7553,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6fp7d2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'50px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4frm1y\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878. © - De Agostini / Biblioteca Ambrosiana\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9310,7553,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(9312,7555,'_aviaLayoutBuilder_active','active'),(9313,7555,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(9314,7555,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9317,7558,'_aviaLayoutBuilder_active','active'),(9318,7558,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6fp7d2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'50px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4frm1y\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9319,7558,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(9322,7561,'_aviaLayoutBuilder_active','active'),(9323,7561,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9324,7561,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(9326,7564,'_aviaLayoutBuilder_active','active'),(9327,7564,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II\r\nin the Quirinale Palace, 1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9328,7564,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(9330,7566,'_aviaLayoutBuilder_active','active'),(9331,7566,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II\r\nin the Quirinale Palace, 1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic,\r\nvolume XVII, no 425, January 19, 1878.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9332,7566,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(9334,7568,'_aviaLayoutBuilder_active','active'),(9335,7568,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II\r\nin the Quirinale Palace, 1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic,\r\nvolume XVII, no 425, January 19, 1878.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9336,7568,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(9338,7570,'_aviaLayoutBuilder_active','active'),(9339,7570,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9340,7570,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(9342,7572,'_aviaLayoutBuilder_active','active'),(9343,7572,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9344,7572,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(9345,52,'av-custom-link',''),(9346,52,'_avia_attachment_copyright','FondazionePrimoli'),(9348,7573,'_aviaLayoutBuilder_active','active'),(9349,7573,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4pvc9n\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jockshju\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\' attachment=\'17\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jockryq7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-2z3e8r\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-37o92j\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joae4wh0\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9350,7573,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9352,7575,'_aviaLayoutBuilder_active','active'),(9353,7575,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3h89bv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-27ggcb\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\' attachment=\'17\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jockryq7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-2z3e8r\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Valerio Anzino</p>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-37o92j\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joae4wh0\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9354,7575,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9356,7576,'_aviaLayoutBuilder_active','active'),(9357,7576,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3h89bv\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-27ggcb\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\' attachment=\'17\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jockryq7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-2z3e8r\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Valerio Anzino</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-37o92j\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joae4wh0\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9358,7576,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}}'),(9360,7577,'_aviaLayoutBuilder_active','active'),(9361,7577,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3h89bv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-27ggcb\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\' attachment=\'17\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jockryq7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-2z3e8r\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Valerio Anzino</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(9362,7577,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(9364,7578,'_aviaLayoutBuilder_active','active'),(9365,7578,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3h89bv\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a formal peace treaty with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-27ggcb\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\' attachment=\'17\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jockryq7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-2z3e8r\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Valerio Anzino  in the late 1870s</p>\r\n[/av_textblock]\r\n\r\n[/av_one_third]'),(9366,7578,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(9369,7580,'_aviaLayoutBuilder_active','active'),(9370,7580,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-baip75\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\n. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-90sb9t\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-76au5d\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-399181\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9371,7580,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}}'),(9373,7582,'_aviaLayoutBuilder_active','active'),(9374,7582,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-baip75\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-90sb9t\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-1030x735.jpg\' attachment=\'51\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-399181\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9375,7582,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}}'),(9377,7584,'_aviaLayoutBuilder_active','active'),(9378,7584,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-baip75\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-90sb9t\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-399181\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9379,7584,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}}'),(9381,7586,'_aviaLayoutBuilder_active','active'),(9382,7586,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9383,7586,'_avia_builder_shortcode_tree','a:12:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}}'),(9385,7588,'_aviaLayoutBuilder_active','active'),(9386,7588,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, Titles</h2>\r\n. Access \"Valerio\'s Honors Medals, Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9387,7588,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9389,7590,'_aviaLayoutBuilder_active','active'),(9390,7590,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\n. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9391,7590,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9393,7592,'_aviaLayoutBuilder_active','active'),(9394,7592,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\n. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9395,7592,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9397,7595,'_aviaLayoutBuilder_active','active'),(9398,7595,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9399,7595,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9403,7597,'_aviaLayoutBuilder_active','active'),(9404,7597,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9405,7597,'_avia_builder_shortcode_tree','a:13:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}'),(9407,7598,'_aviaLayoutBuilder_active','active'),(9408,7598,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9409,7598,'_avia_builder_shortcode_tree','a:13:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}'),(9411,7600,'_aviaLayoutBuilder_active','active'),(9412,7600,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe photographs in this gallery have come from 3 sources; the internet, a collection belonging to this website\'s author, and last but most importantly, from a private photo collection belonging Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala. Click on a photo to see a larger image and to read a brief description.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,56,5860,58,109,5550,5549,5611,57,6646\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\']\r\n\r\n'),(9413,7600,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(9416,7601,'_aviaLayoutBuilder_active','active'),(9417,7601,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3h89bv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a <a href=\"https://en.wikipedia.org/wiki/Roman_Question#Law_of_Papal_Guarantees\" target=\"_blank\">formal peace treaty</a> with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-27ggcb\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\' attachment=\'17\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jockryq7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-2z3e8r\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Valerio Anzino  in the late 1870s</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(9418,7601,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(9420,7603,'_aviaLayoutBuilder_active','active'),(9421,7603,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of a descendent of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9422,7603,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9424,7605,'_aviaLayoutBuilder_active','active'),(9425,7605,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9426,7605,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9428,7606,'_wp_attached_file','2018/11/medals-link.jpg'),(9429,7606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:209;s:4:\"file\";s:23:\"2018/11/medals-link.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"medals-link-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"medals-link-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:23:\"medals-link-250x209.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"medals-link-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"medals-link-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"medals-link-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"medals-link-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9431,7608,'_aviaLayoutBuilder_active','active'),(9432,7608,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/medals-link.jpg\' attachment=\'7606\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-224x300.jpg\' attachment=\'5673\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9433,7608,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9434,7609,'_wp_attached_file','2018/11/docs-link.jpg'),(9435,7609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:201;s:4:\"file\";s:21:\"2018/11/docs-link.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"docs-link-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"docs-link-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:21:\"docs-link-250x201.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"docs-link-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:21:\"docs-link-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:21:\"docs-link-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"docs-link-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9437,7611,'_aviaLayoutBuilder_active','active'),(9438,7611,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Vittorio Emmanuel II</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/medals-link.jpg\' attachment=\'7606\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/docs-link.jpg\' attachment=\'7609\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(9439,7611,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9441,7613,'_aviaLayoutBuilder_active','active'),(9442,7613,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n\r\n<hr />\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\']\r\n\r\n[/av_one_full][av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9443,7613,'_avia_builder_shortcode_tree','a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}'),(9445,7616,'_aviaLayoutBuilder_active','active'),(9446,7616,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life. I\'ll do my best to write this \"chapter\" in a way that\'s as engaging as when I say it out loud.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\'][/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9447,7616,'_avia_builder_shortcode_tree','a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}'),(9449,7618,'_aviaLayoutBuilder_active','active'),(9450,7618,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Story</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\'][/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9451,7618,'_avia_builder_shortcode_tree','a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}'),(9453,7622,'_aviaLayoutBuilder_active','active'),(9454,7622,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9455,7622,'_avia_builder_shortcode_tree','a:13:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}'),(9457,7624,'_aviaLayoutBuilder_active','active'),(9458,7624,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9459,7624,'_avia_builder_shortcode_tree','a:13:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}'),(9462,7627,'_aviaLayoutBuilder_active','active'),(9463,7627,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-cnttx\']\r\n\r\n[av_blog blog_type=\'posts\' categories=\'4\' link=\'category\' blog_style=\'blog-grid\' columns=\'4\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'3\' offset=\'0\' paginate=\'yes\' conditional=\'\' av_uid=\'av-14q5p\' custom_class=\'\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8d7h1\']\r\n\r\n[/av_one_full]'),(9464,7627,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(9469,7635,'_aviaLayoutBuilder_active','active'),(9470,7635,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-cnttx\']\r\n\r\n[av_blog blog_type=\'taxonomy\' categories=\'4\' link=\'category,4\' blog_style=\'blog-grid\' columns=\'4\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'3\' offset=\'0\' paginate=\'yes\' conditional=\'\' av_uid=\'av-14q5p\' custom_class=\'\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8d7h1\']\r\n\r\n[/av_one_full]'),(9471,7635,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}}'),(9473,7637,'_aviaLayoutBuilder_active','active'),(9474,7637,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<h2>Photo in a Shoebox</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (<a href=\"/about-the-author/\">Tom Marchisa</a>), of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela (Anzino) Gotta</a>. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine Lombardi, Tom\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online\r\n\r\n[caption id=\"attachment_52\" align=\"alignleft\" width=\"772\"]<a href=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\"><img class=\"size-full wp-image-52\" src=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\" alt=\"Wedding of Vittorio Emmanuel III 1896\" width=\"772\" height=\"524\" /></a> Wedding of Vittorio Emmanuel III 1896[/caption]\r\n\r\nphoto of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, Tom and Lorraine knew for sure who the person in the photo was. They now searched for \"Valerio Anzino\" which produced lists of scattered documents and newspaper clippings about the Monsignor. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, Tom made two trips to Italy. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura Santoro Ragaini), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri Silvestri), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7a55lv\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"450\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img class=\"size-large wp-image-6310\" src=\"/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"Valerio Anzino circa 1898\" width=\"450\" /></a> <span style=\"font-weight: bold;font-size:1.2em;\">Photo in a Shoebox</span><br />Valerio Anzino circa 1898</span>[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(9475,7637,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(9477,7640,'_aviaLayoutBuilder_active','active'),(9478,7640,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2b973q\'][/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4fo6li\'][/av_two_third]\r\n\r\n'),(9479,7640,'_avia_builder_shortcode_tree','a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}'),(9480,7641,'_wp_attached_file','2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868.jpg'),(9481,7641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2773;s:6:\"height\";i:2062;s:4:\"file\";s:73:\"2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-768x571.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:74:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:71:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:74:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:74:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:75:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1500x1115.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-705x524.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:74:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-450x335.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9482,7641,'_wp_attachment_image_alt','SS Vincenzo e Anastasio di Trevi, Roma'),(9484,7643,'_aviaLayoutBuilder_active','active'),(9485,7643,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(9486,7643,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:5;}}'),(9488,7645,'_aviaLayoutBuilder_active','active'),(9489,7645,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe church, SS e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed for the King\'s Last Rites\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(9490,7645,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:5;}}'),(9492,7647,'_aviaLayoutBuilder_active','active'),(9493,7647,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(9494,7647,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:5;}}'),(9496,7650,'_aviaLayoutBuilder_active','active'),(9497,7650,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(9498,7650,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:5;}}'),(9500,7653,'_aviaLayoutBuilder_active','active'),(9501,7653,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(9502,7653,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:5;}}'),(9504,7655,'_aviaLayoutBuilder_active','active'),(9505,7655,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(9506,7655,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:5;}}'),(9508,7657,'_aviaLayoutBuilder_active','active'),(9509,7657,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(9510,7657,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:5;}}'),(9512,7659,'_aviaLayoutBuilder_active','active'),(9513,7659,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(9514,7659,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:5;}}'),(9516,7661,'_aviaLayoutBuilder_active','active'),(9517,7661,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3>Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(9518,7661,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:5;}}'),(9520,7663,'_aviaLayoutBuilder_active','active'),(9521,7663,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(9522,7663,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:5;}}'),(9527,7666,'_edit_lock','1541994573:1'),(9528,7666,'_edit_last','1'),(9529,7666,'_aviaLayoutBuilder_active','active'),(9530,7666,'_avia_sc_parser_state','check_only'),(9532,7667,'_aviaLayoutBuilder_active',''),(9533,7667,'_aviaLayoutBuilderCleanData','[wppb-login] '),(9534,7667,'_avia_builder_shortcode_tree','a:0:{}'),(9535,7666,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x7eoy\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodrsle6\' custom_class=\'\' admin_preview_bg=\'\']\r\n[wppb-login]\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-33aale\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii-1030x779.jpg\' attachment=\'7157\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodru1gq\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(9536,7666,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(9537,7666,'layout',''),(9538,7666,'sidebar',''),(9539,7666,'footer',''),(9540,7666,'header_title_bar',''),(9541,7666,'header_transparency',''),(9542,7666,'_avia_hide_featured_image','0'),(9543,7666,'_av_el_mgr_version','1.0'),(9544,7666,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(9559,7673,'_aviaLayoutBuilder_active','active'),(9560,7673,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x7eoy\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodrsle6\' custom_class=\'\' admin_preview_bg=\'\']\r\n[wppb-login]\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-33aale\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii-1030x779.jpg\' attachment=\'7157\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodru1gq\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(9561,7673,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(9563,7675,'_aviaLayoutBuilder_active','active'),(9564,7675,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9565,7675,'_avia_builder_shortcode_tree','a:13:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}'),(9567,7676,'_aviaLayoutBuilder_active','active'),(9568,7676,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\' attachment=\'7196\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9569,7676,'_avia_builder_shortcode_tree','a:13:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}'),(9571,7678,'_aviaLayoutBuilder_active','active'),(9572,7678,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy.jpg\' attachment=\'7190\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9573,7678,'_avia_builder_shortcode_tree','a:13:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}'),(9575,7680,'_aviaLayoutBuilder_active','active'),(9576,7680,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Vittorio Emmanuel II. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9577,7680,'_avia_builder_shortcode_tree','a:13:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}'),(9579,7682,'_aviaLayoutBuilder_active','active'),(9580,7682,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9581,7682,'_avia_builder_shortcode_tree','a:13:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}'),(9583,7684,'_aviaLayoutBuilder_active','active'),(9584,7684,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2a11ii\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6udk8n\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23g7a2\']\r\n\r\n[/av_one_full]'),(9585,7684,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(9587,7686,'_aviaLayoutBuilder_active','active'),(9588,7686,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23g7a2\'][/av_one_full]\r\n\r\n'),(9589,7686,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(9590,7688,'_wp_attached_file','2018/11/anzino_descendants-1024.jpg'),(9591,7688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:855;s:4:\"file\";s:35:\"2018/11/anzino_descendants-1024.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"anzino_descendants-1024-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-768x641.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"anzino_descendants-1024-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"anzino_descendants-1024-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"anzino_descendants-1024-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-705x589.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"anzino_descendants-1024-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-450x376.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464806857\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9592,7688,'_wp_attachment_image_alt','Descendants of Valerio Anzino\'s great grandfather'),(9594,7690,'_aviaLayoutBuilder_active','active'),(9595,7690,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(9596,7690,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:3;}}'),(9598,7691,'_wp_attached_file','2018/11/anzino-vault-quattordio-1024.jpg'),(9599,7691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1245;s:4:\"file\";s:40:\"2018/11/anzino-vault-quattordio-1024.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"anzino-vault-quattordio-1024-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-768x934.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"anzino-vault-quattordio-1024-847x1030.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"anzino-vault-quattordio-1024-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"anzino-vault-quattordio-1024-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"anzino-vault-quattordio-1024-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-580x705.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"anzino-vault-quattordio-1024-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-450x547.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464715852\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9600,7691,'_wp_attachment_image_alt','Anzino Family Vault Quattordio'),(9602,7693,'_aviaLayoutBuilder_active','active'),(9603,7693,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman from Milano, Laura Santoro Ragaini, who happened to be attending a funeral in a town near Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. Laura had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to the Monsignor. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(9604,7693,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:3;}}'),(9606,7695,'_aviaLayoutBuilder_active','active'),(9607,7695,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to  Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(9608,7695,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:3;}}'),(9609,7697,'_wp_attached_file','2018/11/genealogy-italy-2018.jpg'),(9610,7697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1094;s:4:\"file\";s:32:\"2018/11/genealogy-italy-2018.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"genealogy-italy-2018-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-768x821.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:821;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"genealogy-italy-2018-964x1030.jpg\";s:5:\"width\";i:964;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"genealogy-italy-2018-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"genealogy-italy-2018-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"genealogy-italy-2018-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-660x705.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"genealogy-italy-2018-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-450x481.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528148114\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9611,7697,'_wp_attachment_image_alt','Genealogy Italy 2018'),(9613,7698,'_aviaLayoutBuilder_active','active'),(9614,7698,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to  Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-1-719x1030.jpg\' attachment=\'7298\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(9615,7698,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}}'),(9617,7700,'_aviaLayoutBuilder_active','active'),(9618,7700,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to  Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\' attachment=\'7437\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(9619,7700,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}}'),(9620,7701,'_wp_attached_file','2018/11/Palazzo-Quirinale.jpg'),(9621,7701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:29:\"2018/11/Palazzo-Quirinale.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Palazzo-Quirinale-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Palazzo-Quirinale-1030x688.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"Palazzo-Quirinale-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Palazzo-Quirinale-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:30:\"Palazzo-Quirinale-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:31:\"Palazzo-Quirinale-1500x1001.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-705x471.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:30:\"Palazzo-Quirinale-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465735064\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9622,7701,'_wp_attachment_image_alt','Palazzo Quirinale 2016'),(9624,7703,'_aviaLayoutBuilder_active','active'),(9625,7703,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Palazzo-Quirinale-1030x688.jpg\' attachment=\'7701\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\nQuirinal Palace Roma. Photo taken in 2016.\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(9626,7703,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:7:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:5;}}'),(9628,7705,'_aviaLayoutBuilder_active','active'),(9629,7705,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Palazzo-Quirinale-1030x688.jpg\' attachment=\'7701\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma. Photo taken in 2016.</p>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(9630,7705,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:7:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:5;}}'),(9632,7707,'_aviaLayoutBuilder_active','active'),(9633,7707,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX sent two emmissaries to the Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries anywhere near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Pope Pius IX that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news. Valerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Palazzo-Quirinale-1030x688.jpg\' attachment=\'7701\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma. Photo taken in 2016.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(9634,7707,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:8:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:5;}}'),(9636,7709,'_aviaLayoutBuilder_active','active'),(9637,7709,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#efefef\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX, ( or one of the Cardinals in the Vatican), sent two emmissaries to the Quirinale Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Vatican that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news.\r\n\r\nValerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Palazzo-Quirinale-1030x688.jpg\' attachment=\'7701\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma. Photo taken in 2016.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(9638,7709,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:8:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:5;}}'),(9640,7711,'_aviaLayoutBuilder_active','active'),(9641,7711,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacheranos purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1823-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacheranos holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacheranos extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9642,7711,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(9645,7714,'_aviaLayoutBuilder_active','active'),(9646,7714,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to  Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(9647,7714,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}}'),(9649,7716,'_aviaLayoutBuilder_active','active'),(9650,7716,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Turino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to  Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(9651,7716,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}}'),(9653,7718,'_aviaLayoutBuilder_active','active'),(9654,7718,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][/av_section]'),(9655,7718,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}}s:5:\"index\";i:7;}}'),(9656,7721,'_wp_attached_file','2018/11/order-di-nichan.jpg'),(9657,7721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:494;s:6:\"height\";i:1138;s:4:\"file\";s:27:\"2018/11/order-di-nichan.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"order-di-nichan-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-130x300.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"order-di-nichan-447x1030.jpg\";s:5:\"width\";i:447;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"order-di-nichan-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x430.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x630.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x400.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x684.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x375.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-306x705.jpg\";s:5:\"width\";i:306;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x321.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x423.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-434x999.jpg\";s:5:\"width\";i:434;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542015485\";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:{}}}'),(9658,7721,'_wp_attachment_image_alt','Order of Nichan Tunisia'),(9660,7722,'_aviaLayoutBuilder_active','active'),(9661,7722,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the Bey of Tunis likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-447x1030.jpg\' attachment=\'7721\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9662,7722,'_avia_builder_shortcode_tree','a:16:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}}'),(9665,7724,'_aviaLayoutBuilder_active','active'),(9666,7724,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the Bey of Tunis likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9667,7724,'_avia_builder_shortcode_tree','a:16:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}}'),(9669,7726,'_aviaLayoutBuilder_active','active'),(9670,7726,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-m87t0z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9671,7726,'_avia_builder_shortcode_tree','a:16:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}}'),(9674,7728,'_aviaLayoutBuilder_active','active'),(9675,7728,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'pagetop-section\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX, ( or one of the Cardinals in the Vatican), sent two emmissaries to the Quirinale Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Vatican that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news.\r\n\r\nValerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Palazzo-Quirinale-1030x688.jpg\' attachment=\'7701\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma. Photo taken in 2016.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(9676,7728,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:8:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:5;}}'),(9678,7732,'_aviaLayoutBuilder_active','active'),(9679,7732,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, others are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n\r\n[/av_section][av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9680,7732,'_avia_builder_shortcode_tree','a:16:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}}'),(9682,7735,'_aviaLayoutBuilder_active','active'),(9683,7735,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, most are not. In no particular order some, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n\r\n[/av_section][av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9684,7735,'_avia_builder_shortcode_tree','a:16:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}}'),(9687,7738,'_aviaLayoutBuilder_active','active'),(9688,7738,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'pagetop-section\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX, ( or one of the Cardinals in the Vatican), sent two emmissaries to the Quirinale Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Vatican that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news.\r\n\r\nValerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Palazzo-Quirinale-1030x688.jpg\' attachment=\'7701\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma. Photo taken in 2016.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(9689,7738,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:8:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:5;}}'),(9691,7741,'_aviaLayoutBuilder_active','active'),(9692,7741,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n\r\n[/av_section][av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9693,7741,'_avia_builder_shortcode_tree','a:16:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}}'),(9694,7743,'_wp_attached_file','2018/11/order-of-isabel-catholic.jpg'),(9695,7743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:939;s:6:\"height\";i:922;s:4:\"file\";s:36:\"2018/11/order-of-isabel-catholic.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"order-of-isabel-catholic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-300x295.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-768x754.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:34:\"order-of-isabel-catholic-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-939x430.jpg\";s:5:\"width\";i:939;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-939x630.jpg\";s:5:\"width\";i:939;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-705x692.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-939x423.jpg\";s:5:\"width\";i:939;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-450x442.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542021596\";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:{}}}'),(9696,7743,'_wp_attachment_image_alt','Orden de Isabel Catolica'),(9698,7744,'_aviaLayoutBuilder_active','active'),(9699,7744,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I.\r\nThe Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9700,7744,'_avia_builder_shortcode_tree','a:19:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}}'),(9702,7746,'_aviaLayoutBuilder_active','active');
INSERT INTO `wp_postmeta` VALUES (9703,7746,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While the dates are known for some of these awards, most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9704,7746,'_avia_builder_shortcode_tree','a:19:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}}'),(9706,7748,'_aviaLayoutBuilder_active','active'),(9707,7748,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to kis Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n\r\n[/av_section][av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9708,7748,'_avia_builder_shortcode_tree','a:19:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}}'),(9710,7749,'_aviaLayoutBuilder_active','active'),(9711,7749,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n\r\n[/av_section][av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsinor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9712,7749,'_avia_builder_shortcode_tree','a:19:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}}'),(9715,7751,'_aviaLayoutBuilder_active','active'),(9716,7751,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King, Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9717,7751,'_avia_builder_shortcode_tree','a:19:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}}'),(9719,7752,'_aviaLayoutBuilder_active','active'),(9720,7752,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King, Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ouc37\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joephzsq\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Order of Saint Michael of Bavaria</em>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3zprer\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-30jgzn\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9721,7752,'_avia_builder_shortcode_tree','a:22:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:19;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:20;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:21;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}'),(9723,7753,'_aviaLayoutBuilder_active','active'),(9724,7753,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King, Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ouc37\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joephzsq\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saint_Michael_(Bavaria)\" target=\"_blank\"> <em>Order of Saint Michael of Bavaria</em></a>. This award was co-granted by the Archbishop of Cologne and the King of Bavaria.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3zprer\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-30jgzn\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9725,7753,'_avia_builder_shortcode_tree','a:22:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:19;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:20;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:21;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}'),(9726,7754,'_wp_attached_file','2018/11/order-saint-michael-bavaria.jpg'),(9727,7754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:472;s:6:\"height\";i:927;s:4:\"file\";s:39:\"2018/11/order-saint-michael-bavaria.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"order-saint-michael-bavaria-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-153x300.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:37:\"order-saint-michael-bavaria-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x430.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x630.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x400.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x684.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x375.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-359x705.jpg\";s:5:\"width\";i:359;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x321.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x423.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-450x884.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:884;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9728,7754,'_wp_attachment_image_alt','Order of Saint Michael of Bavaria'),(9729,7754,'av-custom-link',''),(9730,7754,'_avia_attachment_copyright','By Robert Prummel - Own work, CC BY-SA 3.0, <a href=\"https://commons.wikimedia.org/w/index.php?curid=15872248\" target=\"_blank\">Creative Commons</a>'),(9732,7756,'_aviaLayoutBuilder_active','active'),(9733,7756,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King, Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ouc37\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joephzsq\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saint_Michael_(Bavaria)\" target=\"_blank\"> <em>Order of Saint Michael of Bavaria</em></a>. This award was co-granted by the Archbishop of Cologne and the King of Bavaria.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3zprer\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-saint-michael-bavaria-153x300.jpg\' attachment=\'7754\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-30jgzn\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(9734,7756,'_avia_builder_shortcode_tree','a:22:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:19;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:20;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:21;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}'),(9737,7758,'_wp_attached_file','2018/11/nyherald-1884.jpg'),(9738,7758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1468;s:4:\"file\";s:25:\"2018/11/nyherald-1884.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"nyherald-1884-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-768x551.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"nyherald-1884-1030x738.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"nyherald-1884-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"nyherald-1884-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"nyherald-1884-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"nyherald-1884-1500x1075.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-705x505.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"nyherald-1884-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-450x323.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9739,7758,'_wp_attachment_image_alt','New York Herald Interview 1884'),(9740,7759,'_edit_lock','1542054437:1'),(9741,7759,'_edit_last','1'),(9742,7759,'_aviaLayoutBuilder_active','active'),(9743,7759,'_avia_sc_parser_state','check_only'),(9744,7760,'_aviaLayoutBuilder_active',''),(9745,7760,'_aviaLayoutBuilderCleanData','[caption id=\"attachment_7758\" align=\"alignleft\" width=\"1030\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884.jpg\"><img class=\"size-large wp-image-7758\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-1030x738.jpg\" alt=\"New York Herald Interview 1884\" width=\"1030\" height=\"738\" /></a> New York Herald Interview 1884[/caption]'),(9746,7760,'_avia_builder_shortcode_tree','a:0:{}'),(9747,7759,'document_create_date','1884'),(9748,7759,'document_event_date','1884'),(9749,7759,'document_type','JPEG Image'),(9750,7759,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ttypr\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joerb1hd\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nNew York Herald correspondent interview of Monsignor Valerio Anzino in January 1884. The controversy regarding the death bed statements of Valerio\'s King, Vittorio Emmanuel II, who had died 6 years prior, is still simmering.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-42j5of\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-a7r0f\']\r\n[caption id=\"attachment_7758\" align=\"alignleft\" width=\"1030\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884.jpg\"><img class=\"size-large wp-image-7758\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-1030x738.jpg\" alt=\"New York Herald Interview 1884\" width=\"1030\" height=\"738\" /></a> New York Herald Interview 1884[/caption]\r\n\r\n<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_end\"></span>\r\n[/av_textblock]\r\n\r\n[/av_one_third]'),(9751,7759,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(9752,7759,'layout',''),(9753,7759,'sidebar',''),(9754,7759,'footer',''),(9755,7759,'header_title_bar',''),(9756,7759,'header_transparency',''),(9757,7759,'_avia_hide_featured_image','0'),(9758,7759,'_av_el_mgr_version','1.0'),(9759,7759,'_av_alb_posts_elements_state','a:0:{}'),(9760,7765,'_aviaLayoutBuilder_active','active'),(9761,7765,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ttypr\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joerb1hd\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nNew York Herald correspondent interview of Monsignor Valerio Anzino in January 1884. The controversy regarding the death bed statements of Valerio\'s King, Vittorio Emmanuel II, who had died 6 years prior, is still simmering.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-42j5of\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-a7r0f\']\r\n[caption id=\"attachment_7758\" align=\"alignleft\" width=\"1030\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884.jpg\"><img class=\"size-large wp-image-7758\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-1030x738.jpg\" alt=\"New York Herald Interview 1884\" width=\"1030\" height=\"738\" /></a> New York Herald Interview 1884[/caption]\r\n\r\n<span style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" data-mce-type=\"bookmark\" class=\"mce_SELRES_end\"></span>\r\n[/av_textblock]\r\n\r\n[/av_one_third]'),(9762,7765,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(9764,7767,'_aviaLayoutBuilder_active','active'),(9765,7767,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/nyherald-interview-1884/\" target=\"_blank\" rel=\"noopener\">NY Herald Interview of Monsignor Anzino</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/nyherald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n'),(9766,7767,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}'),(9768,7770,'_aviaLayoutBuilder_active','active'),(9769,7770,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\">NY Herald Interview of Monsignor Anzino</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n'),(9770,7770,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}'),(9772,7772,'_aviaLayoutBuilder_active','active'),(9773,7772,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' admin_preview_bg=\'\']\r\n<h2>Timeline</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Italy\'s 1st King</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/medals-link.jpg\' attachment=\'7606\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/docs-link.jpg\' attachment=\'7609\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9774,7772,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9776,7774,'_aviaLayoutBuilder_active','active'),(9777,7774,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Timeline of Valerio\'s Life</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Italy\'s 1st King</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/medals-link.jpg\' attachment=\'7606\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/docs-link.jpg\' attachment=\'7609\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9778,7774,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9780,7776,'_aviaLayoutBuilder_active','active'),(9781,7776,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-g4nkld\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-c6crap\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\">NY Herald Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\'][/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n'),(9782,7776,'_avia_builder_shortcode_tree','a:11:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}'),(9784,7777,'_aviaLayoutBuilder_active','active'),(9785,7777,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\">NY Herald Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n'),(9786,7777,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}'),(9789,7778,'_aviaLayoutBuilder_active','active'),(9790,7778,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\">NY Herald Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\'][/av_one_fifth]\r\n\r\n'),(9791,7778,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}'),(9792,7779,'_wp_attached_file','2018/11/maddalena-anzino.jpg'),(9793,7779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:697;s:4:\"file\";s:28:\"2018/11/maddalena-anzino.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"maddalena-anzino-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"maddalena-anzino-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x430.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x630.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x684.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x375.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x321.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x423.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-450x570.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528400281\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9794,7779,'_wp_attachment_image_alt','Maddalena Anzino (1919-2000)'),(9795,7780,'_wp_attached_file','2018/11/maddalena-anzino-burial-marker-2018.jpg'),(9796,7780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1624;s:4:\"file\";s:47:\"2018/11/maddalena-anzino-burial-marker-2018.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"maddalena-anzino-burial-marker-2018-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-768x609.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"maddalena-anzino-burial-marker-2018-1030x817.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:817;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:45:\"maddalena-anzino-burial-marker-2018-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:48:\"maddalena-anzino-burial-marker-2018-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:48:\"maddalena-anzino-burial-marker-2018-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"maddalena-anzino-burial-marker-2018-1500x1189.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-705x559.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:48:\"maddalena-anzino-burial-marker-2018-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-450x357.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528400253\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9797,7780,'_wp_attachment_image_alt','Maddalena Anzino Burial Marker 2018 in Verano Cimitero, Roma'),(9799,7782,'_aviaLayoutBuilder_active','active'),(9800,7782,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe photographs in this gallery have come from 3 sources; the internet, a collection belonging to this website\'s author, and last but most importantly, from a private photo collection belonging Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala. Click on a photo to see a larger image and to read a brief description.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,56,5860,58,109,5550,5549,5611,57,6646,7780,7779\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\' custom_class=\'\']\r\n\r\n'),(9801,7782,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(9803,7784,'_aviaLayoutBuilder_active','active'),(9804,7784,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Torino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(9805,7784,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}}'),(9809,7786,'_wp_attached_file','2018/11/valerio-anzino-funeral-procession-notice-1899-watermark.jpg'),(9810,7786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1229;s:6:\"height\";i:1646;s:4:\"file\";s:67:\"2018/11/valerio-anzino-funeral-procession-notice-1899-watermark.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"valerio-anzino-funeral-procession-notice-1899-watermark-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"valerio-anzino-funeral-procession-notice-1899-watermark-768x1029.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1029;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:68:\"valerio-anzino-funeral-procession-notice-1899-watermark-769x1030.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:65:\"valerio-anzino-funeral-procession-notice-1899-watermark-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:68:\"valerio-anzino-funeral-procession-notice-1899-watermark-1229x430.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:68:\"valerio-anzino-funeral-procession-notice-1899-watermark-1229x630.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:69:\"valerio-anzino-funeral-procession-notice-1899-watermark-1120x1500.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-526x705.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:68:\"valerio-anzino-funeral-procession-notice-1899-watermark-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-450x603.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540325217\";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:{}}}'),(9811,7786,'_wp_attachment_image_alt','Monsignor Valerio Anzino Funeral Process Notice 1899'),(9812,7787,'_aviaLayoutBuilder_active','active'),(9813,7787,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Funeral Procession Notice from Roma, Italy.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio-anzino-funeral-procession-notice-1899-watermark-224x300.jpg\' attachment=\'7786\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6ibhn8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(9814,7787,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(9815,7788,'_aviaLayoutBuilder_active','active'),(9816,7788,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Funeral Procession Notice from Roma, Italy. Attending the funeral was Cav. Alberto Anzino, (Valerio\'s brother), Giuseppina Anzino, (Valerio\'s sister), Angiolina Scarabelli, (Valerio\'s sister-in-law), Carlo Anzino, (Valerio\'s nephew), Clementina (Anzino) Rossi, (Valerio\'s niece), Clementina\'s husband, Mario Rossi, and the children of Valerio\'s deceased brother Alessandro Anzino, Alberto,Nicola,Camilla,Giuseppe, and Giovanni. The funeral procession left from 51 Via Sudario, roma, (next door to Valerio\'s residence) at 9:30 AM and proceeded to Chiesa di S. Carlo ai Catinari a few blocks away.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio-anzino-funeral-procession-notice-1899-watermark-224x300.jpg\' attachment=\'7786\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6ibhn8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(9817,7788,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(9818,7789,'_aviaLayoutBuilder_active','active'),(9819,7789,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Funeral Procession Notice from Roma, Italy. Attending the funeral was Cav. Alberto Anzino, (Valerio\'s brother), Giuseppina Anzino, (Valerio\'s sister), Angiolina Scarabelli, (Valerio\'s sister-in-law), Carlo Anzino, (Valerio\'s nephew), Clementina (Anzino) Rossi, (Valerio\'s niece), Clementina\'s husband, Mario Rossi, and the children of Valerio\'s deceased brother Alessandro Anzino, Alberto,Nicola,Camilla,Giuseppe, and Giovanni. The funeral procession left from 51 Via Sudario, Roma, (next door to Valerio\'s residence) at 9:30 AM and proceeded to Chiesa di S. Carlo ai Catinari a few blocks away.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio-anzino-funeral-procession-notice-1899-watermark-224x300.jpg\' attachment=\'7786\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6ibhn8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(9820,7789,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(9822,7791,'_aviaLayoutBuilder_active','active'),(9823,7791,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n\r\n[/av_section][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-1.jpg\' attachment=\'6946\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(9824,7791,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}}'),(9826,7795,'_aviaLayoutBuilder_active','active'),(9827,7795,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-1.jpg\' attachment=\'6946\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(9828,7795,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}}'),(9830,7798,'_aviaLayoutBuilder_active','active'),(9831,7798,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger tree that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-1.jpg\' attachment=\'6946\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(9832,7798,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}}'),(9834,7801,'_aviaLayoutBuilder_active','active'),(9835,7801,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. Anzino\'s were found living in Fubine in the 1500\'s. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n\r\n[/av_section][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-1.jpg\' attachment=\'6946\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(9836,7801,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}}'),(9838,7802,'_aviaLayoutBuilder_active','active'),(9839,7802,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n\r\n[/av_section][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-1.jpg\' attachment=\'6946\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(9840,7802,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}}'),(9843,7808,'_aviaLayoutBuilder_active','active'),(9844,7808,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-310me6\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7gchxy\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe website is now about 75% completed. As development progresses, I\'m re-reading prior research and conducting new research in order to make the website as accurate as reasonably possible. I\'ve learned a few new things about Valerio in the process\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3rg1xq\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-364qha\']\r\n\r\n[/av_one_full]'),(9845,7808,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(9847,7810,'_aviaLayoutBuilder_active','active'),(9848,7810,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Timeline of Valerio\'s Life</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Italy\'s 1st King</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/medals-link.jpg\' attachment=\'7606\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/docs-link.jpg\' attachment=\'7609\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-36xve9\']\r\n\r\n'),(9849,7810,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}'),(9851,7812,'_aviaLayoutBuilder_active','active'),(9852,7812,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Timeline of Valerio\'s Life</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Italy\'s 1st King</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/medals-link.jpg\' attachment=\'7606\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/docs-link.jpg\' attachment=\'7609\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-27ynlt\']\r\n\r\n[av_comments_list av_uid=\'av-36xve9\' custom_class=\'\']\r\n\r\n[/av_one_full]'),(9853,7812,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}}'),(9855,7814,'_aviaLayoutBuilder_active','active'),(9856,7814,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Timeline of Valerio\'s Life</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Italy\'s 1st King</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/medals-link.jpg\' attachment=\'7606\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/docs-link.jpg\' attachment=\'7609\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(9857,7814,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(9858,7815,'_edit_lock','1663615442:1'),(9859,7815,'_edit_last','1'),(9860,7815,'_aviaLayoutBuilder_active','active'),(9861,7815,'_avia_sc_parser_state','check_only'),(9863,7816,'_aviaLayoutBuilder_active','active'),(9864,7816,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8jamhj\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jof6ly33\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis website went live today for public access. There are still a small handful of important things outstanding that the website author will address in the next few weeks.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-76kamf\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jof6n2qa\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ty92v\']\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4gvhon\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2xwjef\']\r\n\r\n[/av_one_full]'),(9865,7816,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}}'),(9866,7815,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8jamhj\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jof6ly33\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nThis website went live today for public access. There are still a small handful of important things outstanding that the website author will address in the next few weeks.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ty92v\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4gvhon\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2xwjef\']\r\n[/av_one_full]\r\n\r\n'),(9867,7815,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(9868,7815,'_av_el_mgr_version','1.0'),(9869,7815,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(9870,7815,'layout',''),(9871,7815,'sidebar',''),(9872,7815,'footer',''),(9873,7815,'header_title_bar',''),(9874,7815,'header_transparency',''),(9875,7815,'_avia_hide_featured_image',''),(9876,7818,'_edit_lock','1663615392:1'),(9877,7818,'_edit_last','1'),(9878,7818,'_aviaLayoutBuilder_active','active'),(9879,7818,'_avia_sc_parser_state','check_only'),(9881,7819,'_aviaLayoutBuilder_active','active'),(9882,7819,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-95uybe\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jof6pua0\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis Post is meant to solicit suggestions/changes to the website\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7ivr4q\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/VictorEmmanuel2-cropped-300x300.jpg\' attachment=\'6139\' attachment_size=\'medium\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jof6qih2\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5qsnkq\']\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4qt022\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2pewbe\']\r\n\r\n[/av_one_full]'),(9883,7819,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}}'),(9884,7818,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-95uybe\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jof6pua0\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nThis Post is meant to solicit suggestions/changes to the website\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5qsnkq\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4qt022\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2pewbe\']\r\n[/av_one_full]\r\n\r\n'),(9885,7818,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(9886,7818,'_av_el_mgr_version','1.0'),(9887,7818,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(9888,7818,'layout',''),(9889,7818,'sidebar',''),(9890,7818,'footer',''),(9891,7818,'header_title_bar',''),(9892,7818,'header_transparency',''),(9893,7818,'_avia_hide_featured_image',''),(9894,7815,'_thumbnail_id','51'),(9896,7822,'_aviaLayoutBuilder_active','active'),(9897,7822,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8jamhj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jof6ly33\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis website went live today for public access. There are still a small handful of important things outstanding that the website author will address in the next few weeks.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ty92v\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4gvhon\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2xwjef\']\r\n[/av_one_full]\r\n\r\n'),(9898,7822,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(9899,7818,'_thumbnail_id','6139'),(9901,7824,'_aviaLayoutBuilder_active','active'),(9902,7824,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-95uybe\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jof6pua0\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis Post is meant to solicit suggestions/changes to the website\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5qsnkq\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4qt022\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2pewbe\']\r\n[/av_one_full]\r\n\r\n'),(9903,7824,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(9904,7825,'_edit_lock','1663615356:1'),(9905,7825,'_edit_last','1'),(9906,7825,'_aviaLayoutBuilder_active','active'),(9907,7825,'_avia_sc_parser_state','check_only'),(9908,7825,'_thumbnail_id','28'),(9910,7826,'_aviaLayoutBuilder_active','active'),(9911,7826,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7rijep\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jof6wrev\' custom_class=\'\' admin_preview_bg=\'\']\r\nEnter general comments about website in this Post\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5reqc1\']\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4mwtrl\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2zghap\']\r\n\r\n[/av_one_full]'),(9912,7826,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(9913,7825,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7rijep\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jof6wrev\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nEnter general comments about website in this Post\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5reqc1\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4mwtrl\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2zghap\']\r\n[/av_one_full]\r\n\r\n'),(9914,7825,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(9915,7825,'_av_el_mgr_version','1.0'),(9916,7825,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(9917,7825,'layout',''),(9918,7825,'sidebar',''),(9919,7825,'footer',''),(9920,7825,'header_title_bar',''),(9921,7825,'header_transparency',''),(9922,7825,'_avia_hide_featured_image',''),(9923,7828,'_wp_attached_file','2018/11/luisa-and-family.jpg'),(9924,7828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1405;s:6:\"height\";i:1084;s:4:\"file\";s:28:\"2018/11/luisa-and-family.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"luisa-and-family-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"luisa-and-family-1030x795.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"luisa-and-family-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"luisa-and-family-1405x430.jpg\";s:5:\"width\";i:1405;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"luisa-and-family-1405x630.jpg\";s:5:\"width\";i:1405;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-705x544.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"luisa-and-family-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-450x347.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542053156\";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:{}}}'),(9925,7828,'_wp_attachment_image_alt','Cousin Luisa Marchisa and Family'),(9927,7830,'_aviaLayoutBuilder_active','active'),(9928,7830,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Torino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/luisa-and-family-1030x795.jpg\' attachment=\'7828\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jof7x3e8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(9929,7830,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:3;}}'),(9931,7832,'_aviaLayoutBuilder_active','active'),(9932,7832,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Torino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to look at the records I knew would confirm her connection. When I saw that critical record in the churches books from the mid 1800\'s confirming my assessment, I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/luisa-and-family-1030x795.jpg\' attachment=\'7828\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jof7x3e8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(9933,7832,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:3;}}'),(9934,7836,'_wp_attached_file','2018/11/new-tree-extended-1024.jpg'),(9935,7836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:408;s:4:\"file\";s:34:\"2018/11/new-tree-extended-1024.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"new-tree-extended-1024-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-768x306.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"new-tree-extended-1024-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-845x408.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-705x281.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-450x408.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-450x179.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9936,7837,'_wp_attached_file','2018/11/new-tree-extended-2048.jpg'),(9937,7837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:816;s:4:\"file\";s:34:\"2018/11/new-tree-extended-2048.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"new-tree-extended-2048-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-768x306.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"new-tree-extended-2048-1030x410.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"new-tree-extended-2048-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"new-tree-extended-2048-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:35:\"new-tree-extended-2048-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:35:\"new-tree-extended-2048-1500x598.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-705x281.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"new-tree-extended-2048-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-450x179.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9939,7838,'_aviaLayoutBuilder_active','active'),(9940,7838,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-extended-1024.jpg\' attachment=\'7836\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(9941,7838,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}}'),(9943,7840,'_aviaLayoutBuilder_active','active'),(9944,7840,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' attachment=\'7837\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(9945,7840,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}}'),(9947,7842,'_aviaLayoutBuilder_active','active'),(9948,7842,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' attachment=\'7837\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(9949,7842,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}}'),(9951,7844,'_aviaLayoutBuilder_active','active'),(9952,7844,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' attachment=\'7837\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_full][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(9953,7844,'_avia_builder_shortcode_tree','a:15:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}}'),(9955,7846,'_aviaLayoutBuilder_active','active'),(9956,7846,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' attachment=\'7837\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>. Angela Anzino was the great great grandmother of the website\'s author.\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23vfp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">14.</span><a href=\"/rootspersona-tree-2/carlotta-rossi/\">Valerio\'s Grand Niece - Carlotta Rossi</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3vp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">15.</span><a href=\"/rootspersona-tree-2/angiolina-rossi/\">Valerio\'s Grand Niece - Angiolina Rossi</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lux\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">16.</span><a href=\"/rootspersona-tree-2/maddalena-anzino/\">Valerio\'s Grand Niece - Maddalena Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(9957,7846,'_avia_builder_shortcode_tree','a:18:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:15;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:16;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:34;}}s:5:\"index\";i:33;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:35;}}'),(9959,7851,'_aviaLayoutBuilder_active','active'),(9960,7851,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825..\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' attachment=\'7837\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23vfp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">14.</span><a href=\"/rootspersona-tree-2/rossi-carlotta-felicita-maria/\">Valerio\'s Grand Niece - Carlotta Rossi</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3vp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">15.</span><a href=\"/rootspersona-tree-2/rossi-angiolina-giuseppina-domenica-lily/\">Valerio\'s Grand Niece - Angiolina (Lily) Rossi</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lux\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">16.</span><a href=\"/rootspersona-tree-2/anzino-maddalena/\">Valerio\'s Grand Niece - Maddalena Anzino</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]'),(9961,7851,'_avia_builder_shortcode_tree','a:18:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:15;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:16;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:34;}}s:5:\"index\";i:33;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:35;}}'),(9963,7853,'_aviaLayoutBuilder_active','active'),(9964,7853,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825. (Note: Angela (Anzino) Gotta #13, is the great great grandmother of the website\'s author)\r\n[/av_textblock]\r\n\r\n[/av_section][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' attachment=\'7837\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23vfp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">14.</span><a href=\"/rootspersona-tree-2/rossi-carlotta-felicita-maria/\">Valerio\'s Grand Niece - Carlotta Rossi</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3vp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">15.</span><a href=\"/rootspersona-tree-2/rossi-angiolina-giuseppina-domenica-lily/\">Valerio\'s Grand Niece - Lily Rossi</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lux\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">16.</span><a href=\"/rootspersona-tree-2/anzino-maddalena/\">Valerio\'s Grand Niece - Maddalena Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(9965,7853,'_avia_builder_shortcode_tree','a:18:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:15;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:16;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:34;}}s:5:\"index\";i:33;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:35;}}'),(9966,7854,'_wp_attached_file','2018/11/lily-rossi.jpg'),(9967,7854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:415;s:6:\"height\";i:547;s:4:\"file\";s:22:\"2018/11/lily-rossi.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"lily-rossi-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"lily-rossi-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:22:\"lily-rossi-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"lily-rossi-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"lily-rossi-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x430.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x400.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"lily-rossi-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x375.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x321.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x423.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"lily-rossi-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x450.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468767794\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00043554006968641\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9968,7855,'_wp_attached_file','2018/11/carlotta-rossi.jpg'),(9969,7855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:517;s:6:\"height\";i:547;s:4:\"file\";s:26:\"2018/11/carlotta-rossi.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"carlotta-rossi-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-284x300.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"carlotta-rossi-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-517x430.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-517x375.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-517x321.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-517x423.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-450x476.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468767794\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00043554006968641\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9970,7855,'_wp_attachment_image_alt','Carlotta Rossi'),(9971,7854,'_wp_attachment_image_alt','Lily Rossi'),(9973,7859,'_aviaLayoutBuilder_active',''),(9974,7859,'_aviaLayoutBuilderCleanData','<ul>\r\n 	<li><a href=\"https://exthemes.net/wp-timeline/doc/\" target=\"_blank\" rel=\"noopener\">Timeline Documentation</a></li>\r\n        <li><a href=\"https://wpml.org/documentation/getting-started-guide/\" target=\"_blank\">WPML (Multi Language)</a></li>\r\n</ul>'),(9975,7859,'_avia_builder_shortcode_tree','a:0:{}'),(9977,7860,'_aviaLayoutBuilder_active',''),(9978,7860,'_aviaLayoutBuilderCleanData','<ul>\r\n 	<li><a href=\"https://exthemes.net/wp-timeline/doc/\" target=\"_blank\" rel=\"noopener\">Timeline Documentation</a></li>\r\n        <li><a href=\"https://wpml.org/documentation/getting-started-guide/\" target=\"_blank\">WPML Multilingual CMS(Multi Language)</a></li>\r\n        <li><a href=\"https://wpml.org/documentation/getting-started-guide/string-translation/\" target=\"_blank\">WPML String Translation</a></li>\r\n        <li><a href=\"https://wpml.org/documentation/translating-your-contents/\" target=\"_blank\">WPML Translation Mgmt</a></li>\r\n        <li><a href=\"https://wpml.org/documentation/getting-started-guide/media-translation/\" target=\"_blank\">Translating Images w Media Translation</a></li>\r\n</ul>'),(9979,7860,'_avia_builder_shortcode_tree','a:0:{}'),(9982,7862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:677;s:6:\"height\";i:1121;s:4:\"file\";s:37:\"2018/10/valerio_anzino_circa_1862.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"valerio_anzino_circa_1862-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"valerio_anzino_circa_1862-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"valerio_anzino_circa_1862-618x1024.jpg\";s:5:\"width\";i:618;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:37:\"valerio_anzino_circa_1862-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9983,7862,'_wp_attached_file','2018/10/valerio_anzino_circa_1862.jpg'),(9984,7862,'wpml_media_processed','1'),(9985,7863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1197;s:6:\"height\";i:1772;s:4:\"file\";s:37:\"2018/10/valerio_anzino-circa-1885.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"valerio_anzino-circa-1885-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"valerio_anzino-circa-1885-768x1137.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"valerio_anzino-circa-1885-696x1030.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:35:\"valerio_anzino-circa-1885-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:38:\"valerio_anzino-circa-1885-1197x430.jpg\";s:5:\"width\";i:1197;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:38:\"valerio_anzino-circa-1885-1197x630.jpg\";s:5:\"width\";i:1197;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:39:\"valerio_anzino-circa-1885-1013x1500.jpg\";s:5:\"width\";i:1013;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-476x705.jpg\";s:5:\"width\";i:476;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:38:\"valerio_anzino-circa-1885-1197x423.jpg\";s:5:\"width\";i:1197;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"valerio_anzino-circa-1885-450x666.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9986,7863,'_wp_attached_file','2018/10/valerio_anzino-circa-1885.jpg'),(9987,7863,'wpml_media_processed','1'),(9988,7864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:296;s:4:\"file\";s:20:\"2018/10/logo-340.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-340-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"logo-340-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"logo-340-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"logo-340-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"logo-340-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-340-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540081188\";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:{}}}'),(9989,7864,'_wp_attached_file','2018/10/logo-340.jpg'),(9990,7864,'wpml_media_processed','1'),(9991,7865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:348;s:4:\"file\";s:48:\"2018/10/valerio_anzino_oil_painting_logo-340.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"valerio_anzino_oil_painting_logo-340-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_logo-340-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"valerio_anzino_oil_painting_logo-340-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_logo-340-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_logo-340-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_logo-340-340x321.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_logo-340-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9992,7865,'_wp_attached_file','2018/10/valerio_anzino_oil_painting_logo-340.jpg'),(9993,7865,'wpml_media_processed','1'),(9994,7866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:145;s:4:\"file\";s:25:\"2018/10/new-logo2-350.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-logo2-350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"new-logo2-350-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"new-logo2-350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"new-logo2-350-180x145.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"new-logo2-350-260x145.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"new-logo2-350-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9995,7866,'_wp_attached_file','2018/10/new-logo2-350.jpg'),(9996,7866,'wpml_media_processed','1'),(9997,6522,'_wpml_media_duplicate','1'),(9998,7867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:937;s:6:\"height\";i:793;s:4:\"file\";s:45:\"2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"giuseppe_anzino-w-royals-of-savoy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-768x650.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:43:\"giuseppe_anzino-w-royals-of-savoy-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-937x430.jpg\";s:5:\"width\";i:937;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-937x630.jpg\";s:5:\"width\";i:937;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-705x597.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-937x423.jpg\";s:5:\"width\";i:937;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"giuseppe_anzino-w-royals-of-savoy-450x381.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9999,7867,'_wp_attached_file','2018/10/giuseppe_anzino-w-royals-of-savoy.jpg'),(10000,7867,'wpml_media_processed','1'),(10001,7868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2079;s:6:\"height\";i:1484;s:4:\"file\";s:48:\"2018/10/monsignore-valerio-anzino-circa-1875.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"monsignore-valerio-anzino-circa-1875-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"monsignore-valerio-anzino-circa-1875-1030x735.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"monsignore-valerio-anzino-circa-1875-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:49:\"monsignore-valerio-anzino-circa-1875-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:49:\"monsignore-valerio-anzino-circa-1875-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:50:\"monsignore-valerio-anzino-circa-1875-1500x1071.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1071;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-705x503.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:49:\"monsignore-valerio-anzino-circa-1875-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"monsignore-valerio-anzino-circa-1875-450x321.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10002,7868,'_wp_attached_file','2018/10/monsignore-valerio-anzino-circa-1875.jpg'),(10003,7868,'wpml_media_processed','1'),(10004,7869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:772;s:6:\"height\";i:524;s:4:\"file\";s:35:\"2018/10/Photo-Anzino-at-wedding.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Photo-Anzino-at-wedding-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-768x521.png\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"Photo-Anzino-at-wedding-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-772x430.png\";s:5:\"width\";i:772;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-705x479.png\";s:5:\"width\";i:705;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-772x321.png\";s:5:\"width\";i:772;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-772x423.png\";s:5:\"width\";i:772;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Photo-Anzino-at-wedding-450x305.png\";s:5:\"width\";i:450;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10005,7869,'_wp_attached_file','2018/10/Photo-Anzino-at-wedding.png'),(10006,7869,'wpml_media_processed','1'),(10007,7870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3510;s:6:\"height\";i:2552;s:4:\"file\";s:40:\"2018/10/giuseppina_anzino_circa_1895.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"giuseppina_anzino_circa_1895-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"giuseppina_anzino_circa_1895-1030x749.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:749;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"giuseppina_anzino_circa_1895-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"giuseppina_anzino_circa_1895-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"giuseppina_anzino_circa_1895-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1500x1091.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1091;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-705x513.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"giuseppina_anzino_circa_1895-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-450x327.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10008,7870,'_wp_attached_file','2018/10/giuseppina_anzino_circa_1895.jpg'),(10009,7870,'wpml_media_processed','1'),(10010,7871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:1767;s:4:\"file\";s:37:\"2018/10/nicola-anzino-circa_1920s.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"nicola-anzino-circa_1920s-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"nicola-anzino-circa_1920s-768x1141.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"nicola-anzino-circa_1920s-693x1030.jpg\";s:5:\"width\";i:693;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:35:\"nicola-anzino-circa_1920s-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:38:\"nicola-anzino-circa_1920s-1189x430.jpg\";s:5:\"width\";i:1189;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:38:\"nicola-anzino-circa_1920s-1189x630.jpg\";s:5:\"width\";i:1189;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:39:\"nicola-anzino-circa_1920s-1009x1500.jpg\";s:5:\"width\";i:1009;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-474x705.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:38:\"nicola-anzino-circa_1920s-1189x423.jpg\";s:5:\"width\";i:1189;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"nicola-anzino-circa_1920s-450x669.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10011,7871,'_wp_attached_file','2018/10/nicola-anzino-circa_1920s.jpg'),(10012,7871,'wpml_media_processed','1'),(10013,7872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4025;s:6:\"height\";i:4355;s:4:\"file\";s:32:\"2018/10/valerio_anzino_1896.jpeg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"valerio_anzino_1896-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-277x300.jpeg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-768x831.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"valerio_anzino_1896-952x1030.jpeg\";s:5:\"width\";i:952;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"valerio_anzino_1896-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"valerio_anzino_1896-1500x430.jpeg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"valerio_anzino_1896-1500x630.jpeg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:34:\"valerio_anzino_1896-1386x1500.jpeg\";s:5:\"width\";i:1386;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-495x400.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-845x684.jpeg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-710x375.jpeg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-652x705.jpeg\";s:5:\"width\";i:652;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-845x321.jpeg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"valerio_anzino_1896-1210x423.jpeg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-120x120.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-450x450.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"valerio_anzino_1896-450x487.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10014,7872,'_wp_attached_file','2018/10/valerio_anzino_1896.jpeg'),(10015,7872,'wpml_media_processed','1'),(10016,7873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1588;s:6:\"height\";i:1924;s:4:\"file\";s:50:\"2018/10/valerio_anzino_oil_painting_circa_1890.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_circa_1890-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-768x930.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:930;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"valerio_anzino_oil_painting_circa_1890-850x1030.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:48:\"valerio_anzino_oil_painting_circa_1890-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:51:\"valerio_anzino_oil_painting_circa_1890-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:51:\"valerio_anzino_oil_painting_circa_1890-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:52:\"valerio_anzino_oil_painting_circa_1890-1238x1500.jpg\";s:5:\"width\";i:1238;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-582x705.jpg\";s:5:\"width\";i:582;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:51:\"valerio_anzino_oil_painting_circa_1890-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"valerio_anzino_oil_painting_circa_1890-450x545.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498066257\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.090909090909091\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10017,7873,'_wp_attached_file','2018/10/valerio_anzino_oil_painting_circa_1890.jpg'),(10018,7873,'wpml_media_processed','1'),(10019,7874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1843;s:4:\"file\";s:26:\"2018/10/valerio-anzino.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"valerio-anzino-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-167x300.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-768x1382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-572x1030.jpg\";s:5:\"width\";i:572;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"valerio-anzino-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-833x1500.jpg\";s:5:\"width\";i:833;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-392x705.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"valerio-anzino-450x810.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:42:\"Confessor to the pope from Marchisa family\";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:42:\"Confessor to the pope from Marchisa family\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10020,7874,'_wp_attached_file','2018/10/valerio-anzino.jpg'),(10021,7874,'wpml_media_processed','1'),(10022,7875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2668;s:6:\"height\";i:1052;s:4:\"file\";s:30:\"2018/10/anzino-family-tree.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"anzino-family-tree-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-768x303.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree-1030x406.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"anzino-family-tree-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree-1500x591.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-705x278.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"anzino-family-tree-450x177.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540141254\";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:{}}}'),(10023,7875,'_wp_attached_file','2018/10/anzino-family-tree.jpg'),(10024,7875,'wpml_media_processed','1'),(10025,7876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:3069;s:4:\"file\";s:25:\"2018/10/fubine-street.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fubine-street-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fubine-street-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"fubine-street-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"fubine-street-687x1030.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"fubine-street-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"fubine-street-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"fubine-street-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"fubine-street-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"fubine-street-1001x1500.jpg\";s:5:\"width\";i:1001;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"fubine-street-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"fubine-street-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"fubine-street-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"fubine-street-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"fubine-street-470x705.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"fubine-street-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"fubine-street-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"fubine-street-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"fubine-street-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"fubine-street-450x674.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464535269\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10026,7876,'_wp_attached_file','2018/10/fubine-street.jpg'),(10027,7876,'wpml_media_processed','1'),(10028,7877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:41:\"2018/10/valerio-anzino-baptism-record.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-baptism-record-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-baptism-record-1030x686.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-baptism-record-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-baptism-record-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-baptism-record-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:43:\"valerio-anzino-baptism-record-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-baptism-record-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-baptism-record-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464689600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10029,7877,'_wp_attached_file','2018/10/valerio-anzino-baptism-record.jpg'),(10030,7877,'wpml_media_processed','1'),(10031,7878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1366;s:4:\"file\";s:35:\"2018/10/via-del-sudario-47-roma.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"via-del-sudario-47-roma-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"via-del-sudario-47-roma-768x1025.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"via-del-sudario-47-roma-772x1030.jpg\";s:5:\"width\";i:772;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"via-del-sudario-47-roma-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"via-del-sudario-47-roma-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"via-del-sudario-47-roma-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-528x705.jpg\";s:5:\"width\";i:528;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"via-del-sudario-47-roma-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"via-del-sudario-47-roma-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465730767\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0011574074074074\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10032,7878,'_wp_attached_file','2018/10/via-del-sudario-47-roma.jpg'),(10033,7878,'wpml_media_processed','1'),(10034,7879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:828;s:4:\"file\";s:39:\"2018/10/valerio-anzino-circa_1895-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"valerio-anzino-circa_1895-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:37:\"valerio-anzino-circa_1895-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x430.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x630.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x684.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x375.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-453x705.jpg\";s:5:\"width\";i:453;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x321.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-532x423.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-circa_1895-1-450x700.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494448237\";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:{}}}'),(10035,7879,'_wp_attached_file','2018/10/valerio-anzino-circa_1895-1.jpg'),(10036,7879,'wpml_media_processed','1'),(10037,6009,'_wpml_media_duplicate','1'),(10038,7880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1696;s:4:\"file\";s:56:\"2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-768x636.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-morti-on-FHC-film-num-2144772-1030x853.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:54:\"valerio-anzino-morti-on-FHC-film-num-2144772-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-morti-on-FHC-film-num-2144772-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-morti-on-FHC-film-num-2144772-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-morti-on-FHC-film-num-2144772-1500x1242.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-705x584.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-morti-on-FHC-film-num-2144772-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"valerio-anzino-morti-on-FHC-film-num-2144772-450x373.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10039,7880,'_wp_attached_file','2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg'),(10040,7880,'wpml_media_processed','1'),(10041,6224,'_wpml_media_duplicate','1'),(10042,7881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1415;s:4:\"file\";s:46:\"2018/10/1847-census-giovanni-anzino-family.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"1847-census-giovanni-anzino-family-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"1847-census-giovanni-anzino-family-768x1061.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1061;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"1847-census-giovanni-anzino-family-745x1030.jpg\";s:5:\"width\";i:745;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:44:\"1847-census-giovanni-anzino-family-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:47:\"1847-census-giovanni-anzino-family-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:47:\"1847-census-giovanni-anzino-family-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-510x705.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:47:\"1847-census-giovanni-anzino-family-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-450x622.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:46:\"1847-census-giovanni-anzino-family-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464692917\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10043,7881,'_wp_attached_file','2018/10/1847-census-giovanni-anzino-family.jpg'),(10044,7881,'wpml_media_processed','1'),(10045,7882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:2003;s:4:\"file\";s:51:\"2018/10/valerio-anzino-family-vault-mazze-maybe.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"valerio-anzino-family-vault-mazze-maybe-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-153x300.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-768x1502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-527x1030.jpg\";s:5:\"width\";i:527;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:49:\"valerio-anzino-family-vault-mazze-maybe-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-767x1500.jpg\";s:5:\"width\";i:767;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-360x705.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:52:\"valerio-anzino-family-vault-mazze-maybe-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-450x880.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:51:\"valerio-anzino-family-vault-mazze-maybe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528736200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10046,7882,'_wp_attached_file','2018/10/valerio-anzino-family-vault-mazze-maybe.jpg'),(10047,7882,'wpml_media_processed','1'),(10048,7883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:41:\"2018/10/valerio-anzino-funeral-church.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-funeral-church-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"valerio-anzino-funeral-church-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-funeral-church-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-funeral-church-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-705x471.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:42:\"valerio-anzino-funeral-church-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-450x301.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:41:\"valerio-anzino-funeral-church-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465654438\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:8:\"0.000125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10049,7883,'_wp_attached_file','2018/10/valerio-anzino-funeral-church.jpg'),(10050,7883,'wpml_media_processed','1'),(10051,7884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:145;s:4:\"file\";s:25:\"2018/10/new-logo3-350.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-logo3-350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"new-logo3-350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-180x145.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-260x145.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-320x145.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:25:\"new-logo3-350-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10052,7884,'_wp_attached_file','2018/10/new-logo3-350.jpg'),(10053,7884,'wpml_media_processed','1'),(10054,7885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:286;s:4:\"file\";s:25:\"2018/10/new-logo4-350.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-logo4-350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"new-logo4-350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:25:\"new-logo4-350-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10055,7885,'_wp_attached_file','2018/10/new-logo4-350.jpg'),(10056,7885,'wpml_media_processed','1'),(10057,7886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:114;s:4:\"file\";s:25:\"2018/10/new-logo5-350.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-logo5-350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"new-logo5-350-300x98.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"new-logo5-350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"new-logo5-350-180x114.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"new-logo5-350-260x114.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"new-logo5-350-120x114.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:25:\"new-logo5-350-320x114.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:25:\"new-logo5-350-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10058,7886,'_wp_attached_file','2018/10/new-logo5-350.jpg'),(10059,7886,'wpml_media_processed','1'),(10060,7887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3956;s:6:\"height\";i:2828;s:4:\"file\";s:27:\"2018/10/20160717_150314.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"20160717_150314-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20160717_150314-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20160717_150314-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20160717_150314-1030x736.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"20160717_150314-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"20160717_150314-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"20160717_150314-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"20160717_150314-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:29:\"20160717_150314-1500x1072.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1072;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"20160717_150314-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"20160717_150314-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"20160717_150314-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"20160717_150314-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"20160717_150314-705x504.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"20160717_150314-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"20160717_150314-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20160717_150314-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20160717_150314-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20160717_150314-450x322.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:27:\"20160717_150314-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:27:\"20160717_150314-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:27:\"20160717_150314-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468767794\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00043554006968641\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10061,7887,'_wp_attached_file','2018/10/20160717_150314.jpg'),(10062,7887,'wpml_media_processed','1'),(10063,7888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1229;s:6:\"height\";i:1646;s:4:\"file\";s:57:\"2018/10/valerio-anzino-funeral-procession-notice-1899.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"valerio-anzino-funeral-procession-notice-1899-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-funeral-procession-notice-1899-768x1029.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1029;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-funeral-procession-notice-1899-769x1030.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:55:\"valerio-anzino-funeral-procession-notice-1899-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-funeral-procession-notice-1899-1229x430.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-funeral-procession-notice-1899-1229x630.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:59:\"valerio-anzino-funeral-procession-notice-1899-1120x1500.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-526x705.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:58:\"valerio-anzino-funeral-procession-notice-1899-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-450x603.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:57:\"valerio-anzino-funeral-procession-notice-1899-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540325217\";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:{}}}'),(10064,7888,'_wp_attached_file','2018/10/valerio-anzino-funeral-procession-notice-1899.jpg'),(10065,7888,'wpml_media_processed','1'),(10066,7889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:690;s:6:\"height\";i:915;s:4:\"file\";s:34:\"2018/10/giuseppina-anzino-2016.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-2016-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-226x300.jpg\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-2016-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x430.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x630.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x684.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x375.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-532x705.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x321.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-690x423.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-450x597.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:34:\"giuseppina-anzino-2016-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464806859\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10067,7889,'_wp_attached_file','2018/10/giuseppina-anzino-2016.jpg'),(10068,7889,'wpml_media_processed','1'),(10069,7890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:471;s:6:\"height\";i:1052;s:4:\"file\";s:48:\"2018/10/giuseppina_anzino_circa_1895-cropped.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"giuseppina_anzino_circa_1895-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-134x300.jpg\";s:5:\"width\";i:134;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"giuseppina_anzino_circa_1895-cropped-461x1030.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:46:\"giuseppina_anzino_circa_1895-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x430.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x630.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x400.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x684.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x375.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-316x705.jpg\";s:5:\"width\";i:316;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x321.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x423.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-447x999.jpg\";s:5:\"width\";i:447;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-471x450.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:48:\"giuseppina_anzino_circa_1895-cropped-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10070,7890,'_wp_attached_file','2018/10/giuseppina_anzino_circa_1895-cropped.jpg'),(10071,7890,'wpml_media_processed','1'),(10072,7891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3510;s:6:\"height\";i:2552;s:4:\"file\";s:42:\"2018/10/giuseppina_anzino_circa_1895-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"giuseppina_anzino_circa_1895-1-1030x749.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:749;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:40:\"giuseppina_anzino_circa_1895-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:43:\"giuseppina_anzino_circa_1895-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:43:\"giuseppina_anzino_circa_1895-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:44:\"giuseppina_anzino_circa_1895-1-1500x1091.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1091;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-705x513.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:43:\"giuseppina_anzino_circa_1895-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-450x327.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:42:\"giuseppina_anzino_circa_1895-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10073,7891,'_wp_attached_file','2018/10/giuseppina_anzino_circa_1895-1.jpg'),(10074,7891,'wpml_media_processed','1'),(10075,7892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2668;s:6:\"height\";i:1052;s:4:\"file\";s:31:\"2018/10/anzino-family-tree2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"anzino-family-tree2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-768x303.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"anzino-family-tree2-1030x406.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"anzino-family-tree2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"anzino-family-tree2-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"anzino-family-tree2-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:32:\"anzino-family-tree2-1500x591.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-705x278.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"anzino-family-tree2-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-450x177.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:31:\"anzino-family-tree2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540141254\";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:{}}}'),(10076,7892,'_wp_attached_file','2018/10/anzino-family-tree2.jpg'),(10077,7892,'wpml_media_processed','1'),(10078,7893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1596;s:6:\"height\";i:928;s:4:\"file\";s:68:\"2018/10/1847-fubine-church-census-giovanni-anzino-family-cropped.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"1847-fubine-church-census-giovanni-anzino-family-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-768x447.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"1847-fubine-church-census-giovanni-anzino-family-cropped-1030x599.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:66:\"1847-fubine-church-census-giovanni-anzino-family-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:69:\"1847-fubine-church-census-giovanni-anzino-family-cropped-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:69:\"1847-fubine-church-census-giovanni-anzino-family-cropped-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:69:\"1847-fubine-church-census-giovanni-anzino-family-cropped-1500x872.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-705x410.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:69:\"1847-fubine-church-census-giovanni-anzino-family-cropped-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-450x262.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-600x450\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-320x220\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"wptl-100x100\";a:4:{s:4:\"file\";s:68:\"1847-fubine-church-census-giovanni-anzino-family-cropped-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464692923\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10079,7893,'_wp_attached_file','2018/10/1847-fubine-church-census-giovanni-anzino-family-cropped.jpg'),(10080,7893,'wpml_media_processed','1'),(10081,6016,'_wpml_media_duplicate','1'),(10082,7894,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Il-cappellano-del-Re-La-posta-del-1866-pdf-62x80.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Il-cappellano-del-Re-La-posta-del-1866-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Il-cappellano-del-Re-La-posta-del-1866-pdf-796x1030.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:46:\"Il-cappellano-del-Re-La-posta-del-1866-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(10083,7894,'_wp_attached_file','2018/10/Il-cappellano-del-Re-La-posta-del-1866.pdf'),(10084,7894,'wpml_media_processed','1'),(10085,7895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:350;s:4:\"file\";s:40:\"2018/10/anzino-postcard-article-1866.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"anzino-postcard-article-1866-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"anzino-postcard-article-1866-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-495x350.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-450x350.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-article-1866-450x315.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10086,7895,'_wp_attached_file','2018/10/anzino-postcard-article-1866.jpg'),(10087,7895,'wpml_media_processed','1'),(10088,7896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:1922;s:4:\"file\";s:40:\"2018/10/anzino-postcard-to-commander.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"anzino-postcard-to-commander-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-151x300.jpg\";s:5:\"width\";i:151;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"anzino-postcard-to-commander-768x1528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"anzino-postcard-to-commander-518x1030.jpg\";s:5:\"width\";i:518;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"anzino-postcard-to-commander-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-966x430.jpg\";s:5:\"width\";i:966;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-966x630.jpg\";s:5:\"width\";i:966;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:41:\"anzino-postcard-to-commander-754x1500.jpg\";s:5:\"width\";i:754;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-354x705.jpg\";s:5:\"width\";i:354;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-966x423.jpg\";s:5:\"width\";i:966;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"anzino-postcard-to-commander-450x895.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:895;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10089,7896,'_wp_attached_file','2018/10/anzino-postcard-to-commander.jpg'),(10090,7896,'wpml_media_processed','1'),(10091,7897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:1569;s:4:\"file\";s:36:\"2018/10/1866-postcard-translated.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"1866-postcard-translated-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"1866-postcard-translated-768x1005.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1005;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"1866-postcard-translated-787x1030.jpg\";s:5:\"width\";i:787;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:34:\"1866-postcard-translated-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"1866-postcard-translated-1199x430.jpg\";s:5:\"width\";i:1199;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:37:\"1866-postcard-translated-1199x630.jpg\";s:5:\"width\";i:1199;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:38:\"1866-postcard-translated-1146x1500.jpg\";s:5:\"width\";i:1146;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-539x705.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:37:\"1866-postcard-translated-1199x423.jpg\";s:5:\"width\";i:1199;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"1866-postcard-translated-450x589.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540768911\";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:{}}}'),(10092,7897,'_wp_attached_file','2018/10/1866-postcard-translated.jpg'),(10093,7897,'wpml_media_processed','1'),(10094,7898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:20:\"2018/10/AAA_6914.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AAA_6914-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AAA_6914-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AAA_6914-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"AAA_6914-1030x688.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:20:\"AAA_6914-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"AAA_6914-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"AAA_6914-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"AAA_6914-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"AAA_6914-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:22:\"AAA_6914-1500x1001.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"AAA_6914-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"AAA_6914-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"AAA_6914-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"AAA_6914-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"AAA_6914-705x471.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"AAA_6914-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"AAA_6914-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"AAA_6914-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"AAA_6914-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"AAA_6914-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465659544\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10095,7898,'_wp_attached_file','2018/10/AAA_6914.jpg'),(10096,7898,'wpml_media_processed','1'),(10097,6134,'_wpml_media_duplicate','1'),(10098,7899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:908;s:4:\"file\";s:27:\"2018/10/VictorEmmanuel2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"VictorEmmanuel2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"VictorEmmanuel2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x430.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x630.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x684.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-466x705.jpg\";s:5:\"width\";i:466;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x321.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-600x423.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"VictorEmmanuel2-450x681.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10099,7899,'_wp_attached_file','2018/10/VictorEmmanuel2.jpg'),(10100,7899,'wpml_media_processed','1'),(10101,7900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2018/10/VictorEmmanuel2-cropped.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"VictorEmmanuel2-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"VictorEmmanuel2-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-600x430.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-600x321.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-600x423.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"VictorEmmanuel2-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10102,7900,'_wp_attached_file','2018/10/VictorEmmanuel2-cropped.jpg'),(10103,7900,'wpml_media_processed','1'),(10104,7901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:24:\"2018/10/lightblue501.png\";s:5:\"sizes\";a:1:{s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"lightblue501-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10105,7901,'_wp_attached_file','2018/10/lightblue501.png'),(10106,7901,'wpml_media_processed','1'),(10107,7902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3649;s:6:\"height\";i:201;s:4:\"file\";s:28:\"2018/10/title-image-201h.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"title-image-201h-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"title-image-201h-300x17.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"title-image-201h-768x42.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"title-image-201h-1030x57.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"title-image-201h-250x201.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"title-image-201h-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"title-image-201h-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"title-image-201h-1500x201.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"title-image-201h-1500x201.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:28:\"title-image-201h-1500x83.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"title-image-201h-495x201.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"title-image-201h-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"title-image-201h-845x201.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"title-image-201h-710x201.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"title-image-201h-705x39.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"title-image-201h-845x201.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"title-image-201h-1210x201.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"title-image-201h-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"title-image-201h-450x201.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"title-image-201h-450x25.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10108,7902,'_wp_attached_file','2018/10/title-image-201h.jpg'),(10109,7902,'wpml_media_processed','1'),(10110,7903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:677;s:6:\"height\";i:888;s:4:\"file\";s:45:\"2018/10/valerio_anzino_circa_1862-cropped.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_circa_1862-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_circa_1862-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x430.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x630.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x684.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x375.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-537x705.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x321.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-677x423.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"valerio_anzino_circa_1862-cropped-450x590.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10111,7903,'_wp_attached_file','2018/10/valerio_anzino_circa_1862-cropped.jpg'),(10112,7903,'wpml_media_processed','1'),(10113,7904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:75;s:6:\"height\";i:23;s:4:\"file\";s:24:\"2018/10/ReadMore-75w.png\";s:5:\"sizes\";a:1:{s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"ReadMore-75w-36x23.png\";s:5:\"width\";i:36;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10114,7904,'_wp_attached_file','2018/10/ReadMore-75w.png'),(10115,7904,'wpml_media_processed','1'),(10116,7905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1632;s:4:\"file\";s:34:\"2018/10/valerio-anzino-cropped.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"valerio-anzino-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-768x1224.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-646x1030.jpg\";s:5:\"width\";i:646;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"valerio-anzino-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-941x1500.jpg\";s:5:\"width\";i:941;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-442x705.jpg\";s:5:\"width\";i:442;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"valerio-anzino-cropped-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"valerio-anzino-cropped-450x717.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:42:\"Confessor to the pope from Marchisa family\";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:42:\"Confessor to the pope from Marchisa family\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10117,7905,'_wp_attached_file','2018/10/valerio-anzino-cropped.jpg'),(10118,7905,'wpml_media_processed','1'),(10119,7906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:232;s:6:\"height\";i:497;s:4:\"file\";s:23:\"2018/10/brownpaper2.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"brownpaper2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"brownpaper2-140x300.png\";s:5:\"width\";i:140;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x250.png\";s:5:\"width\";i:232;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"brownpaper2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"brownpaper2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x430.png\";s:5:\"width\";i:232;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x400.png\";s:5:\"width\";i:232;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x185.png\";s:5:\"width\";i:232;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x375.png\";s:5:\"width\";i:232;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x321.png\";s:5:\"width\";i:232;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x423.png\";s:5:\"width\";i:232;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"brownpaper2-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"brownpaper2-232x450.png\";s:5:\"width\";i:232;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10120,7906,'_wp_attached_file','2018/10/brownpaper2.png'),(10121,7906,'wpml_media_processed','1'),(10122,7907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:121;s:4:\"file\";s:25:\"2018/11/new-logo6-350.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-logo6-350-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"new-logo6-350-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:25:\"new-logo6-350-250x121.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"new-logo6-350-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"new-logo6-350-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"new-logo6-350-260x121.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"new-logo6-350-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10123,7907,'_wp_attached_file','2018/11/new-logo6-350.jpg'),(10124,7907,'wpml_media_processed','1'),(10125,6363,'_wpml_media_duplicate','1'),(10126,7908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3624;s:6:\"height\";i:6259;s:4:\"file\";s:28:\"2018/11/anzino-interview.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"anzino-interview-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"anzino-interview-174x300.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"anzino-interview-768x1326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"anzino-interview-596x1030.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"anzino-interview-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"anzino-interview-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"anzino-interview-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"anzino-interview-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"anzino-interview-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:29:\"anzino-interview-869x1500.jpg\";s:5:\"width\";i:869;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"anzino-interview-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"anzino-interview-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"anzino-interview-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"anzino-interview-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:28:\"anzino-interview-408x705.jpg\";s:5:\"width\";i:408;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"anzino-interview-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"anzino-interview-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"anzino-interview-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"anzino-interview-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"anzino-interview-450x777.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10127,7908,'_wp_attached_file','2018/11/anzino-interview.jpg'),(10128,7908,'wpml_media_processed','1'),(10129,7909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2198;s:6:\"height\";i:201;s:4:\"file\";s:34:\"2018/11/title-image-201h-2200w.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"title-image-201h-2200w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"title-image-201h-2200w-300x27.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"title-image-201h-2200w-768x70.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-1030x94.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-250x201.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"title-image-201h-2200w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"title-image-201h-2200w-1500x201.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:35:\"title-image-201h-2200w-1500x201.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:35:\"title-image-201h-2200w-1500x137.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-495x201.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-845x201.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-710x201.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"title-image-201h-2200w-705x64.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-845x201.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"title-image-201h-2200w-1210x201.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"title-image-201h-2200w-450x201.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"title-image-201h-2200w-450x41.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10130,7909,'_wp_attached_file','2018/11/title-image-201h-2200w.jpg'),(10131,7909,'wpml_media_processed','1'),(10132,7910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:198;s:4:\"file\";s:28:\"2018/11/brownpaper-title.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"brownpaper-title-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"brownpaper-title-300x26.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"brownpaper-title-768x66.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-1030x89.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-250x198.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"brownpaper-title-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"brownpaper-title-1500x198.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"brownpaper-title-1500x198.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:29:\"brownpaper-title-1500x129.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-495x198.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-845x198.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-710x198.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"brownpaper-title-705x61.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-845x198.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"brownpaper-title-1210x198.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"brownpaper-title-450x198.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"brownpaper-title-450x39.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10133,7910,'_wp_attached_file','2018/11/brownpaper-title.jpg'),(10134,7910,'wpml_media_processed','1'),(10135,7911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/11/vincent-pallotti.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"vincent-pallotti-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"vincent-pallotti-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-705x705.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"vincent-pallotti-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10136,7911,'_wp_attached_file','2018/11/vincent-pallotti.jpg'),(10137,7911,'wpml_media_processed','1'),(10138,7912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:1605;s:4:\"file\";s:31:\"2018/11/footer-record-image.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"footer-record-image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"footer-record-image-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"footer-record-image-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"footer-record-image-1030x719.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:31:\"footer-record-image-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"footer-record-image-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"footer-record-image-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"footer-record-image-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"footer-record-image-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:33:\"footer-record-image-1500x1047.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1047;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"footer-record-image-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"footer-record-image-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"footer-record-image-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"footer-record-image-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"footer-record-image-705x492.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"footer-record-image-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"footer-record-image-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"footer-record-image-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"footer-record-image-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"footer-record-image-450x314.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464776210\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10139,7912,'_wp_attached_file','2018/11/footer-record-image.jpg'),(10140,7912,'wpml_media_processed','1'),(10141,7913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:369;s:4:\"file\";s:32:\"2018/11/footer-record-image2.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"footer-record-image2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"footer-record-image2-300x48.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-768x123.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"footer-record-image2-1030x165.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"footer-record-image2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"footer-record-image2-1500x369.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"footer-record-image2-1500x369.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:33:\"footer-record-image2-1500x241.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-495x369.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-845x369.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-710x369.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-705x113.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"footer-record-image2-1210x369.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"footer-record-image2-450x369.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"footer-record-image2-450x72.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464776210\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10142,7913,'_wp_attached_file','2018/11/footer-record-image2.jpg'),(10143,7913,'wpml_media_processed','1'),(10144,7914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:369;s:4:\"file\";s:32:\"2018/11/footer-record-imaged.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"footer-record-imaged-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"footer-record-imaged-300x48.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-768x123.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"footer-record-imaged-1030x165.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"footer-record-imaged-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"footer-record-imaged-1500x369.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"footer-record-imaged-1500x369.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:33:\"footer-record-imaged-1500x241.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-495x369.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-845x369.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-710x369.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-705x113.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"footer-record-imaged-1210x369.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"footer-record-imaged-450x369.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"footer-record-imaged-450x72.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10145,7914,'_wp_attached_file','2018/11/footer-record-imaged.jpg'),(10146,7914,'wpml_media_processed','1'),(10147,6262,'_wpml_media_duplicate','1'),(10148,7915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:499;s:4:\"file\";s:22:\"2018/11/book-cover.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"book-cover-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"book-cover-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:22:\"book-cover-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"book-cover-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"book-cover-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"book-cover-610x430.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"book-cover-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"book-cover-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:22:\"book-cover-610x375.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"book-cover-610x321.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:22:\"book-cover-610x423.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"book-cover-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"book-cover-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"book-cover-450x368.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541115869\";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:{}}}'),(10149,7915,'_wp_attached_file','2018/11/book-cover.jpg'),(10150,7915,'wpml_media_processed','1'),(10151,7916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:447;s:4:\"file\";s:44:\"2018/11/Prince_Oddone_Duke_of_Montferrat.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Prince_Oddone_Duke_of_Montferrat-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:42:\"Prince_Oddone_Duke_of_Montferrat-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-350x430.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-350x400.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-350x375.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-350x321.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-350x423.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"Prince_Oddone_Duke_of_Montferrat-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10152,7916,'_wp_attached_file','2018/11/Prince_Oddone_Duke_of_Montferrat.jpg'),(10153,7916,'wpml_media_processed','1'),(10154,7917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2122;s:6:\"height\";i:1375;s:4:\"file\";s:43:\"2018/11/valerio_anzino_and_father_1860s.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"valerio_anzino_and_father_1860s-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"valerio_anzino_and_father_1860s-1030x667.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:41:\"valerio_anzino_and_father_1860s-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:44:\"valerio_anzino_and_father_1860s-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:44:\"valerio_anzino_and_father_1860s-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:44:\"valerio_anzino_and_father_1860s-1500x972.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-705x457.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:44:\"valerio_anzino_and_father_1860s-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"valerio_anzino_and_father_1860s-450x292.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-G310HN\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464810722\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.43\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10155,7917,'_wp_attached_file','2018/11/valerio_anzino_and_father_1860s.jpg'),(10156,7917,'wpml_media_processed','1'),(10157,6251,'_wpml_media_duplicate','1'),(10158,7918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:31:\"2018/11/Torino-PalazzoReale.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Torino-PalazzoReale-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Torino-PalazzoReale-1030x773.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"Torino-PalazzoReale-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"Torino-PalazzoReale-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:32:\"Torino-PalazzoReale-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:33:\"Torino-PalazzoReale-1500x1125.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-705x529.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"Torino-PalazzoReale-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Torino-PalazzoReale-450x338.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10159,7918,'_wp_attached_file','2018/11/Torino-PalazzoReale.jpg'),(10160,7918,'wpml_media_processed','1'),(10161,7919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1942;s:6:\"height\";i:718;s:4:\"file\";s:26:\"2018/11/timeline-image.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"timeline-image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"timeline-image-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"timeline-image-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"timeline-image-1030x381.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:26:\"timeline-image-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"timeline-image-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"timeline-image-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"timeline-image-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"timeline-image-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"timeline-image-1500x555.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"timeline-image-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"timeline-image-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:26:\"timeline-image-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"timeline-image-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:26:\"timeline-image-705x261.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"timeline-image-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"timeline-image-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"timeline-image-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"timeline-image-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"timeline-image-450x166.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541235858\";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:{}}}'),(10162,7919,'_wp_attached_file','2018/11/timeline-image.jpg'),(10163,7919,'wpml_media_processed','1'),(10164,7920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1839;s:6:\"height\";i:1120;s:4:\"file\";s:25:\"2018/11/photo-gallery.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"photo-gallery-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"photo-gallery-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"photo-gallery-768x468.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1030x627.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:25:\"photo-gallery-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"photo-gallery-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"photo-gallery-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1500x914.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:914;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"photo-gallery-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"photo-gallery-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"photo-gallery-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"photo-gallery-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"photo-gallery-705x429.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"photo-gallery-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"photo-gallery-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"photo-gallery-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"photo-gallery-450x274.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541237450\";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:{}}}'),(10165,7920,'_wp_attached_file','2018/11/photo-gallery.jpg'),(10166,7920,'wpml_media_processed','1'),(10167,7921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:662;s:4:\"file\";s:24:\"2018/11/fubine-italy.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"fubine-italy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"fubine-italy-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"fubine-italy-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"fubine-italy-1030x634.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:634;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:24:\"fubine-italy-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"fubine-italy-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"fubine-italy-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"fubine-italy-1075x430.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:25:\"fubine-italy-1075x630.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"fubine-italy-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"fubine-italy-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:24:\"fubine-italy-845x662.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:24:\"fubine-italy-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:24:\"fubine-italy-705x434.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:24:\"fubine-italy-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:25:\"fubine-italy-1075x423.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"fubine-italy-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"fubine-italy-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"fubine-italy-450x277.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10168,7921,'_wp_attached_file','2018/11/fubine-italy.jpg'),(10169,7921,'wpml_media_processed','1'),(10170,7922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1861;s:6:\"height\";i:2781;s:4:\"file\";s:33:\"2018/11/giuseppe_anzino_1940s.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"giuseppe_anzino_1940s-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"giuseppe_anzino_1940s-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"giuseppe_anzino_1940s-689x1030.jpg\";s:5:\"width\";i:689;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"giuseppe_anzino_1940s-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"giuseppe_anzino_1940s-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:34:\"giuseppe_anzino_1940s-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:35:\"giuseppe_anzino_1940s-1004x1500.jpg\";s:5:\"width\";i:1004;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-472x705.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:34:\"giuseppe_anzino_1940s-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"giuseppe_anzino_1940s-450x672.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1482855843\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10171,7922,'_wp_attached_file','2018/11/giuseppe_anzino_1940s.jpg'),(10172,7922,'wpml_media_processed','1'),(10173,7923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2668;s:6:\"height\";i:979;s:4:\"file\";s:20:\"2018/11/new-tree.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"new-tree-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"new-tree-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"new-tree-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"new-tree-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:20:\"new-tree-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"new-tree-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"new-tree-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"new-tree-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"new-tree-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:21:\"new-tree-1500x550.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"new-tree-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"new-tree-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"new-tree-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"new-tree-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"new-tree-705x259.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"new-tree-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"new-tree-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"new-tree-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"new-tree-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"new-tree-450x165.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10174,7923,'_wp_attached_file','2018/11/new-tree.jpg'),(10175,7923,'wpml_media_processed','1'),(10176,7924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:914;s:4:\"file\";s:41:\"2018/11/bartolomeo-giuseppe-anzino-rp.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"bartolomeo-giuseppe-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"bartolomeo-giuseppe-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x430.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x630.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x684.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x375.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-465x705.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x321.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-603x423.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"bartolomeo-giuseppe-anzino-rp-450x682.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286503\";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:{}}}'),(10177,7924,'_wp_attached_file','2018/11/bartolomeo-giuseppe-anzino-rp.jpg'),(10178,7924,'wpml_media_processed','1'),(10179,7925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:486;s:4:\"file\";s:35:\"2018/11/carlo-alberto-anzino-rp.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"carlo-alberto-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"carlo-alberto-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x430.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x400.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x375.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x321.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x423.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"carlo-alberto-anzino-rp-432x450.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286423\";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:{}}}'),(10180,7925,'_wp_attached_file','2018/11/carlo-alberto-anzino-rp.jpg'),(10181,7925,'wpml_media_processed','1'),(10182,7926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:323;s:4:\"file\";s:30:\"2018/11/giovanni-anzino-rp.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"giovanni-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"giovanni-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-260x321.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"giovanni-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286542\";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:{}}}'),(10183,7926,'_wp_attached_file','2018/11/giovanni-anzino-rp.jpg'),(10184,7926,'wpml_media_processed','1'),(10185,7927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:398;s:6:\"height\";i:352;s:4:\"file\";s:30:\"2018/11/giuseppe-anzino-rp.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"giuseppe-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"giuseppe-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-398x321.jpg\";s:5:\"width\";i:398;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"giuseppe-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286627\";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:{}}}'),(10186,7927,'_wp_attached_file','2018/11/giuseppe-anzino-rp.jpg'),(10187,7927,'wpml_media_processed','1'),(10188,7928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:482;s:6:\"height\";i:583;s:4:\"file\";s:32:\"2018/11/giuseppina-anzino-rp.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"giuseppina-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"giuseppina-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-482x430.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-482x400.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-482x375.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-482x321.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-482x423.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"giuseppina-anzino-rp-450x544.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286593\";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:{}}}'),(10189,7928,'_wp_attached_file','2018/11/giuseppina-anzino-rp.jpg'),(10190,7928,'wpml_media_processed','1'),(10191,7929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:171;s:4:\"file\";s:27:\"2018/11/luisa-anzino-rp.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"luisa-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"luisa-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"luisa-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483284087\";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:{}}}'),(10192,7929,'_wp_attached_file','2018/11/luisa-anzino-rp.jpg'),(10193,7929,'wpml_media_processed','1'),(10194,7930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:914;s:6:\"height\";i:911;s:4:\"file\";s:28:\"2018/11/nicola-anzino-rp.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"nicola-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"nicola-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-914x430.jpg\";s:5:\"width\";i:914;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-914x630.jpg\";s:5:\"width\";i:914;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-705x703.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-914x423.jpg\";s:5:\"width\";i:914;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"nicola-anzino-rp-450x449.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286359\";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:{}}}'),(10195,7930,'_wp_attached_file','2018/11/nicola-anzino-rp.jpg'),(10196,7930,'wpml_media_processed','1'),(10197,7931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:752;s:6:\"height\";i:809;s:4:\"file\";s:29:\"2018/11/valerio-anzino-rp.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-279x300.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"valerio-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-752x430.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-752x630.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-752x684.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-655x705.jpg\";s:5:\"width\";i:655;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-752x321.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-752x423.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"valerio-anzino-rp-450x484.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541286474\";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:{}}}'),(10198,7931,'_wp_attached_file','2018/11/valerio-anzino-rp.jpg'),(10199,7931,'wpml_media_processed','1'),(10200,7932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:261;s:6:\"height\";i:275;s:4:\"file\";s:32:\"2018/11/clementina-anzino-rp.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"clementina-anzino-rp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:32:\"clementina-anzino-rp-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"clementina-anzino-rp-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"clementina-anzino-rp-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"clementina-anzino-rp-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"clementina-anzino-rp-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541288655\";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:{}}}'),(10201,7932,'_wp_attached_file','2018/11/clementina-anzino-rp.jpg'),(10202,7932,'wpml_media_processed','1'),(10203,7933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:55:\"2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-1030x773.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:53:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:56:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:56:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:57:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-1500x1125.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-705x529.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:56:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"Mantova-Basilica_Palatina_di_Santa_Barbara1-450x338.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DMC-FZ18\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1248605140\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10204,7933,'_wp_attached_file','2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1.jpg'),(10205,7933,'wpml_media_processed','1'),(10206,6267,'_wpml_media_duplicate','1'),(10207,7934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:962;s:6:\"height\";i:1582;s:4:\"file\";s:29:\"2018/11/pope-pius-IX-1878.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pope-pius-IX-1878-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"pope-pius-IX-1878-768x1263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"pope-pius-IX-1878-626x1030.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"pope-pius-IX-1878-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-962x430.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-962x630.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:30:\"pope-pius-IX-1878-912x1500.jpg\";s:5:\"width\";i:912;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-429x705.jpg\";s:5:\"width\";i:429;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-962x423.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"pope-pius-IX-1878-450x740.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10208,7934,'_wp_attached_file','2018/11/pope-pius-IX-1878.jpg'),(10209,7934,'wpml_media_processed','1'),(10210,7935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:962;s:6:\"height\";i:963;s:4:\"file\";s:37:\"2018/11/pope-pius-IX-1878-cropped.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"pope-pius-IX-1878-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:35:\"pope-pius-IX-1878-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-962x430.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-962x630.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-705x705.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-962x423.jpg\";s:5:\"width\";i:962;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"pope-pius-IX-1878-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10211,7935,'_wp_attached_file','2018/11/pope-pius-IX-1878-cropped.jpg'),(10212,7935,'wpml_media_processed','1'),(10213,7936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:79;s:4:\"file\";s:32:\"2018/11/giuseppe_anzino-1862.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"giuseppe_anzino-1862-80x79.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"giuseppe_anzino-1862-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10214,7936,'_wp_attached_file','2018/11/giuseppe_anzino-1862.jpg'),(10215,7936,'wpml_media_processed','1'),(10216,7937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2765;s:6:\"height\";i:1015;s:4:\"file\";s:22:\"2018/11/new-tree-1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"new-tree-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"new-tree-1-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"new-tree-1-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"new-tree-1-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:22:\"new-tree-1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"new-tree-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"new-tree-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"new-tree-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:23:\"new-tree-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:23:\"new-tree-1-1500x551.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"new-tree-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"new-tree-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:22:\"new-tree-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:22:\"new-tree-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"new-tree-1-705x259.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"new-tree-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:23:\"new-tree-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"new-tree-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"new-tree-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"new-tree-1-450x165.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10217,7937,'_wp_attached_file','2018/11/new-tree-1.jpg'),(10218,7937,'wpml_media_processed','1'),(10219,6964,'_wpml_media_duplicate','1'),(10220,7938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:686;s:6:\"height\";i:659;s:4:\"file\";s:33:\"2018/11/vittorio-and-adelaide.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"vittorio-and-adelaide-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"vittorio-and-adelaide-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-686x430.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-686x630.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-686x375.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-686x321.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-686x423.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"vittorio-and-adelaide-450x432.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541435156\";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:{}}}'),(10221,7938,'_wp_attached_file','2018/11/vittorio-and-adelaide.jpg'),(10222,7938,'wpml_media_processed','1'),(10223,6260,'_wpml_media_duplicate','1'),(10224,7939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:1772;s:4:\"file\";s:26:\"2018/11/umberto-I-1887.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"umberto-I-1887-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-179x300.jpg\";s:5:\"width\";i:179;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-768x1289.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-614x1030.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"umberto-I-1887-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-1056x430.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-1056x630.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-894x1500.jpg\";s:5:\"width\";i:894;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-420x705.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"umberto-I-1887-1056x423.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"umberto-I-1887-450x755.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10225,7939,'_wp_attached_file','2018/11/umberto-I-1887.jpg'),(10226,7939,'wpml_media_processed','1'),(10227,7940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:959;s:4:\"file\";s:34:\"2018/11/umberto-I-1887-cropped.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"umberto-I-1887-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-768x697.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"umberto-I-1887-cropped-1030x935.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:935;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"umberto-I-1887-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"umberto-I-1887-cropped-1056x430.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:35:\"umberto-I-1887-cropped-1056x630.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-705x640.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"umberto-I-1887-cropped-1056x423.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"umberto-I-1887-cropped-450x409.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10228,7940,'_wp_attached_file','2018/11/umberto-I-1887-cropped.jpg'),(10229,7940,'wpml_media_processed','1'),(10230,6265,'_wpml_media_duplicate','1'),(10231,7941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:438;s:4:\"file\";s:26:\"2018/11/shroud-700x438.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"shroud-700x438-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"shroud-700x438-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-700x430.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-700x375.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-700x321.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-700x423.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-450x438.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"shroud-700x438-450x282.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10232,7941,'_wp_attached_file','2018/11/shroud-700x438.jpg'),(10233,7941,'wpml_media_processed','1'),(10234,7030,'_wpml_media_duplicate','1'),(10235,7942,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"mons-valerio-anzino-notes-pdf-58x80.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:33:\"mons-valerio-anzino-notes-pdf.jpg\";s:5:\"width\";i:159;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(10236,7942,'_wp_attached_file','2018/11/mons-valerio-anzino-notes.pdf'),(10237,7942,'wpml_media_processed','1'),(10238,7943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:69;s:4:\"file\";s:29:\"2018/11/1905-notes-tp-80w.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"1905-notes-tp-80w-80x69.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"1905-notes-tp-80w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541542807\";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:{}}}'),(10239,7943,'_wp_attached_file','2018/11/1905-notes-tp-80w.jpg'),(10240,7943,'wpml_media_processed','1'),(10241,7944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2934;s:4:\"file\";s:27:\"2018/11/tom-genealogist.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tom-genealogist-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"tom-genealogist-768x1100.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"tom-genealogist-719x1030.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"tom-genealogist-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"tom-genealogist-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"tom-genealogist-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1047x1500.jpg\";s:5:\"width\";i:1047;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-492x705.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"tom-genealogist-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-450x645.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528105075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10242,7944,'_wp_attached_file','2018/11/tom-genealogist.jpg'),(10243,7944,'wpml_media_processed','1'),(10244,7945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:908;s:4:\"file\";s:41:\"2018/11/pius-xii-vittorio-emmanuel-ii.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pius-xii-vittorio-emmanuel-ii-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-768x581.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"pius-xii-vittorio-emmanuel-ii-1030x779.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:779;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"pius-xii-vittorio-emmanuel-ii-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:42:\"pius-xii-vittorio-emmanuel-ii-1200x430.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:42:\"pius-xii-vittorio-emmanuel-ii-1200x630.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-705x533.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:42:\"pius-xii-vittorio-emmanuel-ii-1200x423.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"pius-xii-vittorio-emmanuel-ii-450x341.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10245,7945,'_wp_attached_file','2018/11/pius-xii-vittorio-emmanuel-ii.jpg'),(10246,7945,'wpml_media_processed','1'),(10247,7946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:189;s:4:\"file\";s:45:\"2018/10/pius-ix-vittorio-emmanuel-ii-250w.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"pius-ix-vittorio-emmanuel-ii-250w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:45:\"pius-ix-vittorio-emmanuel-ii-250w-250x189.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:43:\"pius-ix-vittorio-emmanuel-ii-250w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:45:\"pius-ix-vittorio-emmanuel-ii-250w-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:45:\"pius-ix-vittorio-emmanuel-ii-250w-250x185.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"pius-ix-vittorio-emmanuel-ii-250w-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10248,7946,'_wp_attached_file','2018/10/pius-ix-vittorio-emmanuel-ii-250w.jpg'),(10249,7946,'wpml_media_processed','1'),(10250,7947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:902;s:6:\"height\";i:855;s:4:\"file\";s:50:\"2018/11/grand-officer-order-of-the-crown-italy.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"grand-officer-order-of-the-crown-italy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-768x728.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:48:\"grand-officer-order-of-the-crown-italy-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-902x430.jpg\";s:5:\"width\";i:902;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-902x630.jpg\";s:5:\"width\";i:902;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-705x668.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-902x423.jpg\";s:5:\"width\";i:902;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"grand-officer-order-of-the-crown-italy-450x427.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541588436\";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:{}}}'),(10251,7947,'_wp_attached_file','2018/11/grand-officer-order-of-the-crown-italy.jpg'),(10252,7947,'wpml_media_processed','1'),(10253,7948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:237;s:4:\"file\";s:55:\"2018/11/grand-officer-order-of-the-crown-italy-250w.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"grand-officer-order-of-the-crown-italy-250w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:55:\"grand-officer-order-of-the-crown-italy-250w-250x237.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:53:\"grand-officer-order-of-the-crown-italy-250w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:55:\"grand-officer-order-of-the-crown-italy-250w-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:55:\"grand-officer-order-of-the-crown-italy-250w-250x185.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"grand-officer-order-of-the-crown-italy-250w-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541588436\";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:{}}}'),(10254,7948,'_wp_attached_file','2018/11/grand-officer-order-of-the-crown-italy-250w.jpg'),(10255,7948,'wpml_media_processed','1'),(10256,7949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:41:\"2018/11/Interno_Santa_Barbara_Mantova.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Interno_Santa_Barbara_Mantova-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Interno_Santa_Barbara_Mantova-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Interno_Santa_Barbara_Mantova-773x1030.jpg\";s:5:\"width\";i:773;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"Interno_Santa_Barbara_Mantova-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-960x430.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-960x630.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-529x705.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-960x423.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Interno_Santa_Barbara_Mantova-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"FinePix A303\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1009844231\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.013333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10257,7949,'_wp_attached_file','2018/11/Interno_Santa_Barbara_Mantova.jpg'),(10258,7949,'wpml_media_processed','1'),(10259,7950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1058;s:4:\"file\";s:34:\"2018/11/800px-OSSML_Commandeur.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"800px-OSSML_Commandeur-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"800px-OSSML_Commandeur-768x1016.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"800px-OSSML_Commandeur-779x1030.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"800px-OSSML_Commandeur-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-533x705.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"800px-OSSML_Commandeur-450x595.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10260,7950,'_wp_attached_file','2018/11/800px-OSSML_Commandeur.jpg'),(10261,7950,'wpml_media_processed','1'),(10262,7951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:663;s:6:\"height\";i:976;s:4:\"file\";s:33:\"2018/11/order-christ-portugal.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"order-christ-portugal-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-204x300.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"order-christ-portugal-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x430.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x630.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x684.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x375.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-479x705.jpg\";s:5:\"width\";i:479;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x321.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-663x423.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"order-christ-portugal-450x662.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10263,7951,'_wp_attached_file','2018/11/order-christ-portugal.jpg'),(10264,7951,'wpml_media_processed','1'),(10265,7241,'_wpml_media_duplicate','1'),(10266,7952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:38:\"2018/11/vittorio-ii-death-bed-2048.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"vittorio-ii-death-bed-2048-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"vittorio-ii-death-bed-2048-1030x686.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:36:\"vittorio-ii-death-bed-2048-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"vittorio-ii-death-bed-2048-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:39:\"vittorio-ii-death-bed-2048-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:40:\"vittorio-ii-death-bed-2048-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:39:\"vittorio-ii-death-bed-2048-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"vittorio-ii-death-bed-2048-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:33:\"© De Agostini / Biblioteca Ambro\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:182:\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"© De Agostini / Biblioteca Ambrosiana - www.agefotostock.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:55:\"DAE-BA021877 - © - De Agostini / Biblioteca Ambrosiana\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10267,7952,'_wp_attached_file','2018/11/vittorio-ii-death-bed-2048.jpg'),(10268,7952,'wpml_media_processed','1'),(10269,6429,'_wpml_media_duplicate','1'),(10270,7953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1713;s:6:\"height\";i:595;s:4:\"file\";s:30:\"2018/11/notes-screen-print.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"notes-screen-print-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-768x267.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"notes-screen-print-1030x358.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"notes-screen-print-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"notes-screen-print-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:31:\"notes-screen-print-1500x595.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:31:\"notes-screen-print-1500x521.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-845x595.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-705x245.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:31:\"notes-screen-print-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"notes-screen-print-450x156.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541609335\";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:{}}}'),(10271,7953,'_wp_attached_file','2018/11/notes-screen-print.jpg'),(10272,7953,'wpml_media_processed','1'),(10273,7954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:21:\"2018/11/favico-32.png\";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:{}}}'),(10274,7954,'_wp_attached_file','2018/11/favico-32.png'),(10275,7954,'wpml_media_processed','1'),(10276,7955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1467;s:4:\"file\";s:29:\"2018/11/tom-genealogist-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-1-768x1100.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-1-719x1030.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"tom-genealogist-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-1-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-1-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-492x705.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-1-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"tom-genealogist-1-450x645.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528105075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10277,7955,'_wp_attached_file','2018/11/tom-genealogist-1.jpg'),(10278,7955,'wpml_media_processed','1'),(10279,7956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:130;s:4:\"file\";s:32:\"2018/11/tom-genealogist-120w.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-120w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"tom-genealogist-120w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"tom-genealogist-120w-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528105075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10280,7956,'_wp_attached_file','2018/11/tom-genealogist-120w.jpg'),(10281,7956,'wpml_media_processed','1'),(10282,7957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:26;s:4:\"file\";s:26:\"2018/11/read-more-100w.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"read-more-100w-80x26.png\";s:5:\"width\";i:80;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"read-more-100w-36x26.png\";s:5:\"width\";i:36;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10283,7957,'_wp_attached_file','2018/11/read-more-100w.png'),(10284,7957,'wpml_media_processed','1'),(10285,7958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:77;s:4:\"file\";s:37:\"2018/11/timeline-screenprint-200w.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"timeline-screenprint-200w-80x77.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:35:\"timeline-screenprint-200w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:36:\"timeline-screenprint-200w-180x77.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"timeline-screenprint-200w-120x77.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541765167\";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:{}}}'),(10286,7958,'_wp_attached_file','2018/11/timeline-screenprint-200w.jpg'),(10287,7958,'wpml_media_processed','1'),(10288,7959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1061;s:4:\"file\";s:35:\"2018/11/tom-genealogist-cropped.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"tom-genealogist-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-768x796.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"tom-genealogist-cropped-994x1030.jpg\";s:5:\"width\";i:994;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"tom-genealogist-cropped-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"tom-genealogist-cropped-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"tom-genealogist-cropped-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-680x705.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"tom-genealogist-cropped-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"tom-genealogist-cropped-450x466.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-RX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528105075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10289,7959,'_wp_attached_file','2018/11/tom-genealogist-cropped.jpg'),(10290,7959,'wpml_media_processed','1'),(10291,7960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:209;s:4:\"file\";s:23:\"2018/11/medals-link.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"medals-link-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"medals-link-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:23:\"medals-link-250x209.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"medals-link-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"medals-link-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"medals-link-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"medals-link-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10292,7960,'_wp_attached_file','2018/11/medals-link.jpg'),(10293,7960,'wpml_media_processed','1'),(10294,7961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:201;s:4:\"file\";s:21:\"2018/11/docs-link.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"docs-link-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"docs-link-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:21:\"docs-link-250x201.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"docs-link-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:21:\"docs-link-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:21:\"docs-link-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"docs-link-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10295,7961,'_wp_attached_file','2018/11/docs-link.jpg'),(10296,7961,'wpml_media_processed','1'),(10297,7962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2773;s:6:\"height\";i:2062;s:4:\"file\";s:73:\"2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-768x571.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:74:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:71:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:74:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:74:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:75:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1500x1115.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-705x524.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:74:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:73:\"Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-450x335.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10298,7962,'_wp_attached_file','2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868.jpg'),(10299,7962,'wpml_media_processed','1'),(10300,7963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:855;s:4:\"file\";s:35:\"2018/11/anzino_descendants-1024.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"anzino_descendants-1024-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-768x641.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"anzino_descendants-1024-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"anzino_descendants-1024-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"anzino_descendants-1024-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-705x589.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"anzino_descendants-1024-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"anzino_descendants-1024-450x376.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464806857\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10301,7963,'_wp_attached_file','2018/11/anzino_descendants-1024.jpg'),(10302,7963,'wpml_media_processed','1'),(10303,7964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1245;s:4:\"file\";s:40:\"2018/11/anzino-vault-quattordio-1024.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"anzino-vault-quattordio-1024-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-768x934.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"anzino-vault-quattordio-1024-847x1030.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"anzino-vault-quattordio-1024-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"anzino-vault-quattordio-1024-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"anzino-vault-quattordio-1024-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-580x705.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"anzino-vault-quattordio-1024-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"anzino-vault-quattordio-1024-450x547.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464715852\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10304,7964,'_wp_attached_file','2018/11/anzino-vault-quattordio-1024.jpg'),(10305,7964,'wpml_media_processed','1'),(10306,7965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1094;s:4:\"file\";s:32:\"2018/11/genealogy-italy-2018.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"genealogy-italy-2018-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-768x821.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:821;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"genealogy-italy-2018-964x1030.jpg\";s:5:\"width\";i:964;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"genealogy-italy-2018-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"genealogy-italy-2018-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"genealogy-italy-2018-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-660x705.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"genealogy-italy-2018-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"genealogy-italy-2018-450x481.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528148114\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10307,7965,'_wp_attached_file','2018/11/genealogy-italy-2018.jpg'),(10308,7965,'wpml_media_processed','1'),(10309,7966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:29:\"2018/11/Palazzo-Quirinale.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Palazzo-Quirinale-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Palazzo-Quirinale-1030x688.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"Palazzo-Quirinale-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Palazzo-Quirinale-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:30:\"Palazzo-Quirinale-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:31:\"Palazzo-Quirinale-1500x1001.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-705x471.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:30:\"Palazzo-Quirinale-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Palazzo-Quirinale-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465735064\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10310,7966,'_wp_attached_file','2018/11/Palazzo-Quirinale.jpg'),(10311,7966,'wpml_media_processed','1'),(10312,7967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:494;s:6:\"height\";i:1138;s:4:\"file\";s:27:\"2018/11/order-di-nichan.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"order-di-nichan-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-130x300.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"order-di-nichan-447x1030.jpg\";s:5:\"width\";i:447;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"order-di-nichan-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x430.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x630.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x400.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x684.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x375.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-306x705.jpg\";s:5:\"width\";i:306;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x321.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-494x423.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"order-di-nichan-434x999.jpg\";s:5:\"width\";i:434;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542015485\";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:{}}}'),(10313,7967,'_wp_attached_file','2018/11/order-di-nichan.jpg'),(10314,7967,'wpml_media_processed','1'),(10315,7968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:939;s:6:\"height\";i:922;s:4:\"file\";s:36:\"2018/11/order-of-isabel-catholic.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"order-of-isabel-catholic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-300x295.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-768x754.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:34:\"order-of-isabel-catholic-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-939x430.jpg\";s:5:\"width\";i:939;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-939x630.jpg\";s:5:\"width\";i:939;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-705x692.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-939x423.jpg\";s:5:\"width\";i:939;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"order-of-isabel-catholic-450x442.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542021596\";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:{}}}'),(10316,7968,'_wp_attached_file','2018/11/order-of-isabel-catholic.jpg'),(10317,7968,'wpml_media_processed','1'),(10318,7969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:472;s:6:\"height\";i:927;s:4:\"file\";s:39:\"2018/11/order-saint-michael-bavaria.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"order-saint-michael-bavaria-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-153x300.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:37:\"order-saint-michael-bavaria-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x430.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x630.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x400.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x684.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x375.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-359x705.jpg\";s:5:\"width\";i:359;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x321.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-472x423.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"order-saint-michael-bavaria-450x884.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:884;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10319,7969,'_wp_attached_file','2018/11/order-saint-michael-bavaria.jpg'),(10320,7969,'wpml_media_processed','1'),(10321,7759,'_wpml_media_duplicate','1'),(10322,7970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1468;s:4:\"file\";s:25:\"2018/11/nyherald-1884.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"nyherald-1884-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-768x551.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"nyherald-1884-1030x738.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"nyherald-1884-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"nyherald-1884-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"nyherald-1884-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:27:\"nyherald-1884-1500x1075.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-705x505.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"nyherald-1884-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"nyherald-1884-450x323.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10323,7970,'_wp_attached_file','2018/11/nyherald-1884.jpg'),(10324,7970,'wpml_media_processed','1'),(10325,7971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:697;s:4:\"file\";s:28:\"2018/11/maddalena-anzino.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"maddalena-anzino-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"maddalena-anzino-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x430.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x630.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x684.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x375.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x321.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-550x423.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"maddalena-anzino-450x570.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528400281\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10326,7971,'_wp_attached_file','2018/11/maddalena-anzino.jpg'),(10327,7971,'wpml_media_processed','1'),(10328,7972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1624;s:4:\"file\";s:47:\"2018/11/maddalena-anzino-burial-marker-2018.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"maddalena-anzino-burial-marker-2018-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-768x609.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"maddalena-anzino-burial-marker-2018-1030x817.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:817;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:45:\"maddalena-anzino-burial-marker-2018-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:48:\"maddalena-anzino-burial-marker-2018-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:48:\"maddalena-anzino-burial-marker-2018-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:49:\"maddalena-anzino-burial-marker-2018-1500x1189.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-705x559.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:48:\"maddalena-anzino-burial-marker-2018-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"maddalena-anzino-burial-marker-2018-450x357.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528400253\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10329,7972,'_wp_attached_file','2018/11/maddalena-anzino-burial-marker-2018.jpg'),(10330,7972,'wpml_media_processed','1'),(10331,7973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1229;s:6:\"height\";i:1646;s:4:\"file\";s:67:\"2018/11/valerio-anzino-funeral-procession-notice-1899-watermark.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"valerio-anzino-funeral-procession-notice-1899-watermark-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"valerio-anzino-funeral-procession-notice-1899-watermark-768x1029.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1029;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:68:\"valerio-anzino-funeral-procession-notice-1899-watermark-769x1030.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:65:\"valerio-anzino-funeral-procession-notice-1899-watermark-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:68:\"valerio-anzino-funeral-procession-notice-1899-watermark-1229x430.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:68:\"valerio-anzino-funeral-procession-notice-1899-watermark-1229x630.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:69:\"valerio-anzino-funeral-procession-notice-1899-watermark-1120x1500.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-526x705.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:68:\"valerio-anzino-funeral-procession-notice-1899-watermark-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:67:\"valerio-anzino-funeral-procession-notice-1899-watermark-450x603.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540325217\";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:{}}}'),(10332,7973,'_wp_attached_file','2018/11/valerio-anzino-funeral-procession-notice-1899-watermark.jpg'),(10333,7973,'wpml_media_processed','1'),(10334,7974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1405;s:6:\"height\";i:1084;s:4:\"file\";s:28:\"2018/11/luisa-and-family.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"luisa-and-family-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"luisa-and-family-1030x795.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"luisa-and-family-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"luisa-and-family-1405x430.jpg\";s:5:\"width\";i:1405;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:29:\"luisa-and-family-1405x630.jpg\";s:5:\"width\";i:1405;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-705x544.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"luisa-and-family-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"luisa-and-family-450x347.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542053156\";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:{}}}'),(10335,7974,'_wp_attached_file','2018/11/luisa-and-family.jpg'),(10336,7974,'wpml_media_processed','1'),(10337,7975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:408;s:4:\"file\";s:34:\"2018/11/new-tree-extended-1024.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"new-tree-extended-1024-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-768x306.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"new-tree-extended-1024-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-845x408.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-705x281.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-450x408.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-1024-450x179.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10338,7975,'_wp_attached_file','2018/11/new-tree-extended-1024.jpg'),(10339,7975,'wpml_media_processed','1'),(10340,7976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:816;s:4:\"file\";s:34:\"2018/11/new-tree-extended-2048.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"new-tree-extended-2048-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-768x306.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"new-tree-extended-2048-1030x410.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"new-tree-extended-2048-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"new-tree-extended-2048-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:35:\"new-tree-extended-2048-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:35:\"new-tree-extended-2048-1500x598.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-705x281.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"new-tree-extended-2048-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"new-tree-extended-2048-450x179.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10341,7976,'_wp_attached_file','2018/11/new-tree-extended-2048.jpg'),(10342,7976,'wpml_media_processed','1'),(10343,7977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:415;s:6:\"height\";i:547;s:4:\"file\";s:22:\"2018/11/lily-rossi.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"lily-rossi-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"lily-rossi-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:22:\"lily-rossi-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"lily-rossi-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"lily-rossi-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x430.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x400.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"lily-rossi-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x375.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x321.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x423.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"lily-rossi-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"lily-rossi-415x450.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468767794\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00043554006968641\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10344,7977,'_wp_attached_file','2018/11/lily-rossi.jpg'),(10345,7977,'wpml_media_processed','1'),(10346,7978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:517;s:6:\"height\";i:547;s:4:\"file\";s:26:\"2018/11/carlotta-rossi.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"carlotta-rossi-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-284x300.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"carlotta-rossi-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-517x430.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-517x375.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-517x321.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-517x423.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"carlotta-rossi-450x476.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G920F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468767794\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00043554006968641\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10347,7978,'_wp_attached_file','2018/11/carlotta-rossi.jpg'),(10348,7978,'wpml_media_processed','1'),(10349,12,'_wpml_media_duplicate','1'),(10350,4,'wpml_media_processed','1'),(10351,17,'wpml_media_processed','1'),(10352,19,'wpml_media_processed','1'),(10353,28,'wpml_media_processed','1'),(10354,30,'wpml_media_processed','1'),(10355,50,'wpml_media_processed','1'),(10356,51,'wpml_media_processed','1'),(10357,2,'_wpml_media_duplicate','1'),(10358,52,'wpml_media_processed','1'),(10359,56,'wpml_media_processed','1'),(10360,57,'wpml_media_processed','1'),(10361,58,'wpml_media_processed','1'),(10362,59,'wpml_media_processed','1'),(10363,37,'_wpml_media_duplicate','1'),(10364,61,'wpml_media_processed','1'),(10365,70,'wpml_media_processed','1'),(10366,80,'_wpml_media_duplicate','1'),(10367,86,'wpml_media_processed','1'),(10368,41,'_wpml_media_duplicate','1'),(10369,93,'wpml_media_processed','1'),(10370,109,'wpml_media_processed','1'),(10371,113,'wpml_media_processed','1'),(10372,128,'wpml_media_processed','1'),(10373,5537,'wpml_media_processed','1'),(10374,5549,'wpml_media_processed','1'),(10375,5550,'wpml_media_processed','1'),(10376,5599,'wpml_media_processed','1'),(10377,5609,'wpml_media_processed','1'),(10378,5610,'wpml_media_processed','1'),(10379,5611,'wpml_media_processed','1'),(10380,5673,'wpml_media_processed','1'),(10381,5859,'wpml_media_processed','1'),(10382,5860,'wpml_media_processed','1'),(10383,5681,'_wpml_media_duplicate','1'),(10384,5862,'wpml_media_processed','1'),(10385,5875,'wpml_media_processed','1'),(10386,5931,'wpml_media_processed','1'),(10387,6108,'wpml_media_processed','1'),(10388,6109,'wpml_media_processed','1'),(10389,6112,'wpml_media_processed','1'),(10390,6116,'wpml_media_processed','1'),(10391,6117,'wpml_media_processed','1'),(10392,6137,'wpml_media_processed','1'),(10393,6139,'wpml_media_processed','1'),(10394,6165,'wpml_media_processed','1'),(10395,6279,'wpml_media_processed','1'),(10396,6284,'wpml_media_processed','1'),(10397,6293,'wpml_media_processed','1'),(10398,6310,'wpml_media_processed','1'),(10399,6317,'wpml_media_processed','1'),(10400,6356,'wpml_media_processed','1'),(10401,6422,'wpml_media_processed','1'),(10402,6479,'wpml_media_processed','1'),(10403,6480,'wpml_media_processed','1'),(10404,6371,'_wpml_media_duplicate','1'),(10405,6505,'wpml_media_processed','1'),(10406,6519,'wpml_media_processed','1'),(10407,6520,'wpml_media_processed','1'),(10408,6521,'wpml_media_processed','1'),(10409,6531,'wpml_media_processed','1'),(10410,6419,'_wpml_media_duplicate','1'),(10411,6535,'wpml_media_processed','1'),(10412,6540,'wpml_media_processed','1'),(10413,6549,'wpml_media_processed','1'),(10414,6575,'wpml_media_processed','1'),(10415,6584,'wpml_media_processed','1');
INSERT INTO `wp_postmeta` VALUES (10416,6590,'wpml_media_processed','1'),(10417,6646,'wpml_media_processed','1'),(10418,6657,'wpml_media_processed','1'),(10419,6878,'wpml_media_processed','1'),(10420,6879,'wpml_media_processed','1'),(10421,6880,'wpml_media_processed','1'),(10422,6881,'wpml_media_processed','1'),(10423,6882,'wpml_media_processed','1'),(10424,6883,'wpml_media_processed','1'),(10425,6884,'wpml_media_processed','1'),(10426,6885,'wpml_media_processed','1'),(10427,6903,'wpml_media_processed','1'),(10428,6406,'_wpml_media_duplicate','1'),(10429,6926,'wpml_media_processed','1'),(10430,6934,'wpml_media_processed','1'),(10431,6939,'wpml_media_processed','1'),(10432,6944,'wpml_media_processed','1'),(10433,6946,'wpml_media_processed','1'),(10434,6968,'wpml_media_processed','1'),(10435,6974,'wpml_media_processed','1'),(10436,6978,'wpml_media_processed','1'),(10437,6980,'wpml_media_processed','1'),(10438,7029,'wpml_media_processed','1'),(10439,7125,'wpml_media_processed','1'),(10440,7130,'_wpml_media_duplicate','1'),(10441,7133,'wpml_media_processed','1'),(10442,67,'_wpml_media_duplicate','1'),(10443,7157,'wpml_media_processed','1'),(10444,1,'_wpml_media_duplicate','1'),(10445,7162,'wpml_media_processed','1'),(10446,7190,'wpml_media_processed','1'),(10447,7196,'wpml_media_processed','1'),(10448,7011,'_wpml_media_duplicate','1'),(10449,7211,'wpml_media_processed','1'),(10450,7221,'wpml_media_processed','1'),(10451,7229,'wpml_media_processed','1'),(10452,7245,'wpml_media_processed','1'),(10453,7270,'wpml_media_processed','1'),(10454,7280,'wpml_media_processed','1'),(10455,7298,'wpml_media_processed','1'),(10456,7328,'wpml_media_processed','1'),(10457,7352,'wpml_media_processed','1'),(10458,7325,'_wpml_media_duplicate','1'),(10459,7357,'wpml_media_processed','1'),(10460,7437,'wpml_media_processed','1'),(10461,7606,'wpml_media_processed','1'),(10462,7609,'wpml_media_processed','1'),(10463,7641,'wpml_media_processed','1'),(10464,7688,'wpml_media_processed','1'),(10465,7691,'wpml_media_processed','1'),(10466,7697,'wpml_media_processed','1'),(10467,7701,'wpml_media_processed','1'),(10468,7721,'wpml_media_processed','1'),(10469,7743,'wpml_media_processed','1'),(10470,7754,'wpml_media_processed','1'),(10471,7758,'wpml_media_processed','1'),(10472,7779,'wpml_media_processed','1'),(10473,7780,'wpml_media_processed','1'),(10474,7786,'wpml_media_processed','1'),(10475,7828,'wpml_media_processed','1'),(10476,7836,'wpml_media_processed','1'),(10477,7837,'wpml_media_processed','1'),(10478,7854,'wpml_media_processed','1'),(10479,7855,'wpml_media_processed','1'),(10480,5227,'_wpml_media_featured','1'),(10481,5367,'_wpml_media_featured','1'),(10482,5369,'_wpml_media_featured','1'),(10483,5370,'_wpml_media_featured','1'),(10484,5374,'_wpml_media_featured','1'),(10485,5445,'_wpml_media_featured','1'),(10486,5462,'_wpml_media_featured','1'),(10487,5463,'_wpml_media_featured','1'),(10488,5465,'_wpml_media_featured','1'),(10489,5466,'_wpml_media_featured','1'),(10494,7981,'_wpml_word_count','{\"total\":37,\"to_translate\":{\"it\":37}}'),(10495,7981,'_edit_lock','1663618319:1'),(10496,7981,'_edit_last','1'),(10497,7981,'_wpml_media_featured','1'),(10498,7981,'_wpml_media_duplicate','1'),(10499,7981,'_wpml_location_migration_done','1'),(10500,7982,'_wp_attached_file','2018/11/Italia_Bandiera.jpg'),(10501,7983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:402;s:6:\"height\";i:480;s:4:\"file\";s:27:\"2018/11/Italia_Bandiera.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Italia_Bandiera-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"Italia_Bandiera-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x430.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x400.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x375.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x321.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x423.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x450.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10502,7983,'_wp_attached_file','2018/11/Italia_Bandiera.jpg'),(10503,7983,'wpml_media_processed','1'),(10504,7982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:402;s:6:\"height\";i:480;s:4:\"file\";s:27:\"2018/11/Italia_Bandiera.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Italia_Bandiera-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"Italia_Bandiera-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x430.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x400.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x375.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x321.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x423.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"Italia_Bandiera-402x450.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10505,7981,'_aviaLayoutBuilder_active','active'),(10506,7981,'_avia_sc_parser_state','check_only'),(10507,7981,'_thumbnail_id','7982'),(10509,7984,'_aviaLayoutBuilder_active','active'),(10510,7984,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofdgmt7\' custom_class=\'\' admin_preview_bg=\'\']\r\nI\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(10511,7984,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(10512,7981,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">I\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!</p>\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(10513,7981,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(10514,7981,'_av_el_mgr_version','1.0'),(10515,7981,'_av_alb_posts_elements_state','a:4:{s:12:\"av_two_third\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(10516,7981,'layout',''),(10517,7981,'sidebar',''),(10518,7981,'footer',''),(10519,7981,'header_title_bar',''),(10520,7981,'header_transparency',''),(10521,7981,'_avia_hide_featured_image',''),(10522,7986,'_edit_lock','1542142708:1'),(10523,7986,'_edit_last','1'),(10530,7986,'fa_field_icon',''),(10531,7986,'_wp_old_slug','funeral-roma'),(10558,7993,'_wpml_word_count','{\"total\":151,\"to_translate\":{\"it\":151}}'),(10559,7993,'_edit_lock','1658445282:1'),(10560,7993,'_edit_last','1'),(10561,7993,'_wpml_media_featured','1'),(10562,7993,'_wpml_media_duplicate','1'),(10563,7993,'_wpml_location_migration_done','1'),(10564,7993,'_aviaLayoutBuilder_active','active'),(10565,7993,'_avia_sc_parser_state','check_only'),(10567,7994,'_aviaLayoutBuilder_active','active'),(10568,7994,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-20czbd\'][/av_image]\r\n\r\n[/av_one_third]'),(10569,7994,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10570,7993,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, Piazza Benedetto Cairoli, 117, which was about 300 meters away, (about an 8 minute slow walk).\r\nAttending the funeral from Valerio\'s family were Cav. Alberto Anzino, (Valerio’s brother), Giuseppina Anzino, (Valerio’s sister), Angiolina Scarabelli, (Valerio’s sister-in-law), Carlo Anzino, (Valerio’s nephew), Clementina (Anzino) Rossi, (Valerio’s niece), Clementina’s husband, Mario Rossi, and the children of Valerio’s deceased brother Alessandro Anzino, Alberto, Nicola, Camilla, Giuseppe, and Giovanni. The King, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">Umberto I</a>, and his Queen, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Margherita of Savoy</a>, together with many members of the Royal Court, were also in attendance\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-church.jpg\' attachment=\'5550\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-20czbd\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2p7ee1\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio-funeral-procession.jpg\' attachment=\'8015\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jog7p6xh\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(10571,7993,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:2;}}'),(10572,7993,'_av_el_mgr_version','1.0'),(10573,7993,'_av_alb_posts_elements_state','a:4:{s:5:\"av_hr\";b:1;s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(10574,7993,'layout','fullsize'),(10575,7993,'sidebar',''),(10576,7993,'footer',''),(10577,7993,'header_title_bar',''),(10578,7993,'header_transparency',''),(10579,7993,'_avia_hide_featured_image','0'),(10587,7986,'story_based_on','default'),(10588,7986,'ctl_story_year','1899'),(10589,7986,'ctl_story_date','03/08/1899 09:30 am'),(10590,7986,'story_format','default'),(10591,7986,'img_cont_size','full'),(10592,7986,'story_custom_link','/funeral-roma-italy/'),(10593,7986,'ctl_story_color','#'),(10595,8000,'_aviaLayoutBuilder_active','active'),(10596,8000,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, which was about 300 meters away, (about an 8 minute slow walk).\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-20czbd\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(10597,8000,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10600,8002,'_aviaLayoutBuilder_active','active'),(10601,8002,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, which was about 300 meters away, (about an 8 minute slow walk).\r\nAttending the funeral from Valerio\'s family were Cav. Alberto Anzino, (Valerio’s brother), Giuseppina Anzino, (Valerio’s sister), Angiolina Scarabelli, (Valerio’s sister-in-law), Carlo Anzino, (Valerio’s nephew), Clementina (Anzino) Rossi, (Valerio’s niece), Clementina’s husband, Mario Rossi, and the children of Valerio’s deceased brother Alessandro Anzino, Alberto,Nicola,Camilla,Giuseppe, and Giovanni. The King, Umberto I, and his Queen, Margherita, together with many members of the Royal Court were also in attendance\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-20czbd\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(10602,8002,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10604,8003,'_aviaLayoutBuilder_active','active'),(10605,8003,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, which was about 300 meters away, (about an 8 minute slow walk).\r\nAttending the funeral from Valerio\'s family were Cav. Alberto Anzino, (Valerio’s brother), Giuseppina Anzino, (Valerio’s sister), Angiolina Scarabelli, (Valerio’s sister-in-law), Carlo Anzino, (Valerio’s nephew), Clementina (Anzino) Rossi, (Valerio’s niece), Clementina’s husband, Mario Rossi, and the children of Valerio’s deceased brother Alessandro Anzino, Alberto,Nicola,Camilla,Giuseppe, and Giovanni. The King, Umberto I, and his Queen, Margherita, together with many members of the Royal Court were also in attendance\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-church-300x200.jpg\' attachment=\'5550\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-20czbd\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(10606,8003,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10608,8005,'_aviaLayoutBuilder_active','active'),(10609,8005,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, which was about 300 meters away, (about an 8 minute slow walk).\r\nAttending the funeral from Valerio\'s family were Cav. Alberto Anzino, (Valerio’s brother), Giuseppina Anzino, (Valerio’s sister), Angiolina Scarabelli, (Valerio’s sister-in-law), Carlo Anzino, (Valerio’s nephew), Clementina (Anzino) Rossi, (Valerio’s niece), Clementina’s husband, Mario Rossi, and the children of Valerio’s deceased brother Alessandro Anzino, Alberto,Nicola,Camilla,Giuseppe, and Giovanni. The King, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\">Umberto I</a>, and his Queen, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\">Margherita of Savoy</a>, together with many members of the Royal Court, were also in attendance\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-church-300x200.jpg\' attachment=\'5550\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-20czbd\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(10610,8005,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10612,8009,'_aviaLayoutBuilder_active','active'),(10613,8009,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4k2c74\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnvaq5cc\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via Sudario, 47</a>. Valerio lived in an apartment above his church, <a href=\"https://en.wikipedia.org/wiki/Santissimo_Sudario_all%27Argentina\" target=\"_blank\" rel=\"noopener\">Santissimo Sudario all\'Argentina</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2l9980\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-300x248.jpg\' attachment=\'128\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnvaqxcb\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(10614,8009,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10615,6144,'_wpml_word_count','{\"total\":35,\"to_translate\":{\"it\":35}}'),(10616,6144,'_wpml_media_duplicate','0'),(10617,6144,'_wpml_media_featured','0'),(10618,6144,'_wpml_location_migration_done','1'),(10621,8011,'_aviaLayoutBuilder_active','active'),(10622,8011,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, which was about 300 meters away, (about an 8 minute slow walk).\r\nAttending the funeral from Valerio\'s family were Cav. Alberto Anzino, (Valerio’s brother), Giuseppina Anzino, (Valerio’s sister), Angiolina Scarabelli, (Valerio’s sister-in-law), Carlo Anzino, (Valerio’s nephew), Clementina (Anzino) Rossi, (Valerio’s niece), Clementina’s husband, Mario Rossi, and the children of Valerio’s deceased brother Alessandro Anzino, Alberto,Nicola,Camilla,Giuseppe, and Giovanni. The King, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\">Umberto I</a>, and his Queen, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\">Margherita of Savoy</a>, together with many members of the Royal Court, were also in attendance\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-church-300x200.jpg\' attachment=\'5550\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-20czbd\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(10623,8011,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10625,8013,'_aviaLayoutBuilder_active','active'),(10626,8013,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, which was about 300 meters away, (about an 8 minute slow walk).\r\nAttending the funeral from Valerio\'s family were Cav. Alberto Anzino, (Valerio’s brother), Giuseppina Anzino, (Valerio’s sister), Angiolina Scarabelli, (Valerio’s sister-in-law), Carlo Anzino, (Valerio’s nephew), Clementina (Anzino) Rossi, (Valerio’s niece), Clementina’s husband, Mario Rossi, and the children of Valerio’s deceased brother Alessandro Anzino, Alberto, Nicola,  Camilla, Giuseppe, and Giovanni. The King, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">Umberto I</a>, and his Queen, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Margherita of Savoy</a>, together with many members of the Royal Court, were also in attendance\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-church.jpg\' attachment=\'5550\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-20czbd\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(10627,8013,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10628,8015,'_wp_attached_file','2018/11/valerio-funeral-procession.jpg'),(10629,8016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:496;s:4:\"file\";s:38:\"2018/11/valerio-funeral-procession.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"valerio-funeral-procession-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:36:\"valerio-funeral-procession-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-452x430.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-452x400.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-452x375.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-452x321.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-452x423.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-450x494.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542111701\";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:{}}}'),(10630,8016,'_wp_attached_file','2018/11/valerio-funeral-procession.jpg'),(10631,8016,'wpml_media_processed','1'),(10632,8015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:496;s:4:\"file\";s:38:\"2018/11/valerio-funeral-procession.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"valerio-funeral-procession-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:36:\"valerio-funeral-procession-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-452x430.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-452x400.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-452x375.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-452x321.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-452x423.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"valerio-funeral-procession-450x494.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542111701\";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:{}}}'),(10633,8015,'_wp_attachment_image_alt','Valerio Anzino Funeral Procession'),(10634,8016,'_wp_attachment_image_alt','Valerio Anzino Funeral Procession'),(10636,8017,'_aviaLayoutBuilder_active','active'),(10637,8017,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, which was about 300 meters away, (about an 8 minute slow walk).\r\nAttending the funeral from Valerio\'s family were Cav. Alberto Anzino, (Valerio’s brother), Giuseppina Anzino, (Valerio’s sister), Angiolina Scarabelli, (Valerio’s sister-in-law), Carlo Anzino, (Valerio’s nephew), Clementina (Anzino) Rossi, (Valerio’s niece), Clementina’s husband, Mario Rossi, and the children of Valerio’s deceased brother Alessandro Anzino, Alberto, Nicola,  Camilla, Giuseppe, and Giovanni. The King, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">Umberto I</a>, and his Queen, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Margherita of Savoy</a>, together with many members of the Royal Court, were also in attendance\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-church.jpg\' attachment=\'5550\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-20czbd\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio-funeral-procession.jpg\' attachment=\'8015\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jog7p6xh\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(10638,8017,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(10640,8019,'_aviaLayoutBuilder_active','active'),(10641,8019,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, Piazza Benedetto Cairoli, 117, which was about 300 meters away, (about an 8 minute slow walk).\r\nAttending the funeral from Valerio\'s family were Cav. Alberto Anzino, (Valerio’s brother), Giuseppina Anzino, (Valerio’s sister), Angiolina Scarabelli, (Valerio’s sister-in-law), Carlo Anzino, (Valerio’s nephew), Clementina (Anzino) Rossi, (Valerio’s niece), Clementina’s husband, Mario Rossi, and the children of Valerio’s deceased brother Alessandro Anzino, Alberto, Nicola, Camilla, Giuseppe, and Giovanni. The King, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">Umberto I</a>, and his Queen, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Margherita of Savoy</a>, together with many members of the Royal Court, were also in attendance\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-church.jpg\' attachment=\'5550\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-20czbd\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2p7ee1\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio-funeral-procession.jpg\' attachment=\'8015\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jog7p6xh\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(10642,8019,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:2;}}'),(10643,8020,'_edit_lock','1542759838:1'),(10644,8020,'_edit_last','1'),(10651,8020,'fa_field_icon',''),(10666,8024,'_wpml_word_count','{\"total\":308,\"to_translate\":{\"it\":308}}'),(10667,8024,'_edit_lock','1542759949:1'),(10668,8024,'_edit_last','1'),(10669,8024,'_wpml_media_featured','1'),(10670,8024,'_wpml_media_duplicate','1'),(10671,8024,'_wpml_location_migration_done','1'),(10672,8024,'_aviaLayoutBuilder_active','active'),(10673,8024,'_avia_sc_parser_state','check_only'),(10675,8025,'_aviaLayoutBuilder_active','active'),(10676,8025,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70m6g8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5yunjs\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rdaag\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-29vpaw\'][/av_image]\r\n\r\n[/av_one_half]'),(10677,8025,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10678,8024,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70m6g8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5yunjs\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s burial location was an unsolved mystery for the website\'s author for 2 years. While an obituary found in a London newspaper from 1899 stated that Valerio\'s body was transported to the family vault in Mazzè Canevese, a visit to the cemetery in <a href=\"https://en.wikipedia.org/wiki/Mazz%C3%A8\" target=\"_blank\" rel=\"noopener\">Mazzè</a> in 2016 did not find the vault. In a visit to the State Archives in Roma in June 2018, the website author found an 1899 letter from Valerio\'s sister, Giuseppina, in which she clearly states that she visits her brother\'s grave almost every day in Mazzè. The author visited the Mazzè cemetery again in 2018 but still couldn\'t identify a vault belonging to the Anzino family. Since the majority of Italian gravesites and burial markers are not purchased in perpetuity , (as in US), at some point in the 20th century, the Anzino Vault was likely repurposed to another family. The author will make a trip to Italy in 2020 and with the help of Iuri Silvestri, will try to gain access to the Commune of Mazzè\'s burial records. It is highly likely that in addition to Valerio being buried in the Anzino vault in Mazzè, his mother, father, uncle Monsignor Giuseppe Anzino, and Valerio\'s sister Giuseppina Anzino are also buried there.\r\n\r\nThe Anzino family had multiple connections to Mazzè. In addition to the burial vault at the cemetery, Giuseppina ran a school in Mazzè in the 1890s and 1900s. What has not been discovered yet is the original connection to the town of Mazzè that led to the original purchase of the burial vault, as this purchase likely happened in the 1860s, if not earlier.\r\n\r\nThe photo on this page is of one of 5 potential vaults in the Mazzè cemetery that may be the original Anzino vault.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rdaag\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe-527x1030.jpg\' attachment=\'5549\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-29vpaw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(10679,8024,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10680,8024,'_av_el_mgr_version','1.0'),(10681,8024,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(10682,8024,'layout','fullsize'),(10683,8024,'sidebar',''),(10684,8024,'footer',''),(10685,8024,'header_title_bar',''),(10686,8024,'header_transparency',''),(10687,8024,'_avia_hide_featured_image','0'),(10702,8020,'_av_el_mgr_version','1.0'),(10703,8020,'_av_alb_posts_elements_state','a:0:{}'),(10705,8029,'_aviaLayoutBuilder_active',''),(10706,8029,'_aviaLayoutBuilderCleanData','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"30\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]\r\n* While some of the dates on the Valerio Anzino timeline are known down to the month and day, for many only the years are known. For those events on the timeline that only the year is known, a June 30 date has been entered and a note has been added to the description.'),(10707,8029,'_avia_builder_shortcode_tree','a:0:{}'),(10708,6018,'_wpml_word_count','{\"total\":60,\"to_translate\":{\"it\":60}}'),(10709,6018,'_wpml_media_duplicate','0'),(10710,6018,'_wpml_media_featured','0'),(10711,6018,'_wpml_location_migration_done','1'),(10713,8031,'_aviaLayoutBuilder_active','active'),(10714,8031,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70m6g8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5yunjs\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s burial location was an unsolved mystery for the website\'s author for 2 years. While an obituary found in a London newspaper from 1899 stated that Valerio\'s body was transported to the family vault in Mazze Canevese, a visit to the cemetery in Mazze in 2016 did not find the vault. In a visit to the State Archives in Roma in June 2018, the website author found an 1899 letter from Valerio\'s sister, Giuseppina, in which she clearly states that she visits her brother\'s grave almost everyday in Mazze.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rdaag\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-29vpaw\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(10715,8031,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10717,8032,'_aviaLayoutBuilder_active','active'),(10718,8032,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70m6g8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5yunjs\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s burial location was an unsolved mystery for the website\'s author for 2 years. While an obituary found in a London newspaper from 1899 stated that Valerio\'s body was transported to the family vault in Mazze Canevese, a visit to the cemetery in Mazze in 2016 did not find the vault. In a visit to the State Archives in Roma in June 2018, the website author found an 1899 letter from Valerio\'s sister, Giuseppina, in which she clearly states that she visits her brother\'s grave almost everyday in Mazze. The author visited the Mazze cemetery again in 2018 but still couldn\'t identify a vault belonging to the Anzino family. Since the majority of Italian gravesites and burial markers are not purchased in perpituity , (as in US), at some point in the 20th century, the Anzino Vault was likely repurposed to another family. The author will make a trip to Italy in 2020 and with the help of Iuri Silvestri, will try to gain access to the Commune of Mazze\'s burial records. It is highly likely that in addition to Valerio being buried in the Anzino vault in Mazze, his mother, father, uncle Monsignor Giuseppe Anzino, and Valerio\'s sister Giuseppina Anzino are also buried there.\r\n\r\nThe Anzino family had multiple connections to Mazze. In addition to the burial vault at the cemetery, Giuseppina ran a school in Mazze in the 1890s and 1900s. What has not been discovered yet is the original connection to the town of Mazze that led to the original purchase of the burial vault, as this purchase likely happened in the 1860s, if not earlier.\r\n\r\nThe photo on this page is of one of 5 potential vaults in the Mazze cemetery that may be the original Anzino vault\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rdaag\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe-527x1030.jpg\' attachment=\'5549\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-29vpaw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]'),(10719,8032,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10723,8036,'_aviaLayoutBuilder_active','active'),(10724,8036,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70m6g8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5yunjs\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s burial location was an unsolved mystery for the website\'s author for 2 years. While an obituary found in a London newspaper from 1899 stated that Valerio\'s body was transported to the family vault in Mazze Canevese, a visit to the cemetery in <a href=\"https://en.wikipedia.org/wiki/Mazz%C3%A8\" target=\"_blank\">Mazze</a> in 2016 did not find the vault. In a visit to the State Archives in Roma in June 2018, the website author found an 1899 letter from Valerio\'s sister, Giuseppina, in which she clearly states that she visits her brother\'s grave almost everyday in Mazze. The author visited the Mazze cemetery again in 2018 but still couldn\'t identify a vault belonging to the Anzino family. Since the majority of Italian gravesites and burial markers are not purchased in perpetuity , (as in US), at some point in the 20th century, the Anzino Vault was likely repurposed to another family. The author will make a trip to Italy in 2020 and with the help of Iuri Silvestri, will try to gain access to the Commune of Mazze\'s burial records. It is highly likely that in addition to Valerio being buried in the Anzino vault in Mazze, his mother, father, uncle Monsignor Giuseppe Anzino, and Valerio\'s sister Giuseppina Anzino are also buried there.\r\n\r\nThe Anzino family had multiple connections to Mazze. In addition to the burial vault at the cemetery, Giuseppina ran a school in Mazze in the 1890s and 1900s. What has not been discovered yet is the original connection to the town of Mazze that led to the original purchase of the burial vault, as this purchase likely happened in the 1860s, if not earlier.\r\n\r\nThe photo on this page is of one of 5 potential vaults in the Mazze cemetery that may be the original Anzino vault\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rdaag\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe-527x1030.jpg\' attachment=\'5549\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-29vpaw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(10725,8036,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10726,8037,'_wp_attached_file','2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma.jpg'),(10727,8038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6965;s:6:\"height\";i:4912;s:4:\"file\";s:57:\"2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1030x726.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:55:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:58:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:58:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:59:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1500x1058.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1058;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-705x497.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:58:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-450x317.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:16:\"Wolfgang Moroder\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494768070\";s:9:\"copyright\";s:13:\"lusenberg.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10728,8038,'_wp_attached_file','2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma.jpg'),(10729,8038,'wpml_media_processed','1'),(10730,8037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6965;s:6:\"height\";i:4912;s:4:\"file\";s:57:\"2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1030x726.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:55:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:58:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:58:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:59:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1500x1058.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1058;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-705x497.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:58:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"Quirinale_palazzo_e_obelico_con_dioscuri_Roma-450x317.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:16:\"Wolfgang Moroder\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494768070\";s:9:\"copyright\";s:13:\"lusenberg.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10731,8037,'_wp_attachment_image_alt','Palazzo Quirinale Roma'),(10732,8038,'_wp_attachment_image_alt','Palazzo Quirinale Roma'),(10734,8040,'_aviaLayoutBuilder_active','active'),(10735,8040,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'pagetop-section\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX, ( or one of the Cardinals in the Vatican), sent two emmissaries to the Quirinale Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Vatican that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news.\r\n\r\nValerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio, his assistant, and others waited in a room adjacent to the King\'s chambers when 30 minutes later Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1030x726.jpg\' attachment=\'8037\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(10736,8040,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:8:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:5;}}'),(10737,7238,'_wpml_word_count','{\"total\":1173,\"to_translate\":{\"it\":1173}}'),(10738,7238,'_wpml_media_duplicate','0'),(10739,7238,'_wpml_media_featured','0'),(10740,7238,'_wpml_location_migration_done','1'),(10742,8042,'_aviaLayoutBuilder_active','active'),(10743,8042,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'pagetop-section\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX, ( or one of the Cardinals in the Vatican), sent two emmissaries to the Quirinale Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Vatican that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news.\r\n\r\nValerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio and his assistant returned to Valerio\'s residence, (a 5 minute walk),  and others waited in a room adjacent to the King\'s chambers. About  30 minutes later, Valerio was summoned to the Palace as Vittorio had taken a turn for the worse. By the time reached the King\'s Chambers a few minutes later, Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1030x726.jpg\' attachment=\'8037\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(10744,8042,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:8:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:5;}}'),(10746,8044,'_aviaLayoutBuilder_active','active'),(10747,8044,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'pagetop-section\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX, ( or one of the Cardinals in the Vatican), sent two emmissaries to the Quirinale Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Vatican that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news.\r\n\r\nValerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio and his assistant returned to Valerio\'s residence, (a 5 minute walk), and others waited in a room adjacent to the King\'s chambers. About 30 minutes later, Valerio was summoned to the Palace as Vittorio had taken a turn for the worse. By the time Valerio reached the King\'s Chambers a few minutes later, Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1030x726.jpg\' attachment=\'8037\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(10748,8044,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:8:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:5;}}'),(10749,8045,'_edit_lock','1542429249:1'),(10750,8045,'_edit_last','1'),(10757,8045,'fa_field_icon',''),(10792,8049,'_wp_attached_file','2018/11/Firenza_Palazzo_Pitti.jpg'),(10793,8045,'_wpml_media_duplicate','1'),(10794,8050,'_wp_attachment_metadata',''),(10795,8050,'_wp_attached_file','2018/11/Firenza_Palazzo_Pitti.jpg'),(10796,8050,'wpml_media_processed','1'),(10797,8051,'_wp_attached_file','2018/11/Firenza_Palazzo_Pitti-1.jpg'),(10798,8052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3292;s:6:\"height\";i:2394;s:4:\"file\";s:35:\"2018/11/Firenza_Palazzo_Pitti-1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Firenza_Palazzo_Pitti-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-768x559.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Firenza_Palazzo_Pitti-1-1030x749.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:749;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"Firenza_Palazzo_Pitti-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"Firenza_Palazzo_Pitti-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"Firenza_Palazzo_Pitti-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:37:\"Firenza_Palazzo_Pitti-1-1500x1091.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1091;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-705x513.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"Firenza_Palazzo_Pitti-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-450x327.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10799,8052,'_wp_attached_file','2018/11/Firenza_Palazzo_Pitti-1.jpg'),(10800,8052,'wpml_media_processed','1'),(10801,8051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3292;s:6:\"height\";i:2394;s:4:\"file\";s:35:\"2018/11/Firenza_Palazzo_Pitti-1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Firenza_Palazzo_Pitti-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-768x559.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Firenza_Palazzo_Pitti-1-1030x749.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:749;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"Firenza_Palazzo_Pitti-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"Firenza_Palazzo_Pitti-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"Firenza_Palazzo_Pitti-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:37:\"Firenza_Palazzo_Pitti-1-1500x1091.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1091;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-705x513.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"Firenza_Palazzo_Pitti-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Firenza_Palazzo_Pitti-1-450x327.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10802,8051,'_wp_attachment_image_alt','Palazzo Pitti Firenze'),(10803,8052,'_wp_attachment_image_alt','Palazzo Pitti Firenze'),(10811,8053,'_wpml_word_count','{\"total\":97,\"to_translate\":{\"it\":97}}'),(10812,8053,'_edit_lock','1542159829:1'),(10813,8053,'_edit_last','1'),(10814,8053,'_wpml_media_featured','1'),(10815,8053,'_wpml_media_duplicate','1'),(10816,8053,'_wpml_location_migration_done','1'),(10817,8053,'_aviaLayoutBuilder_active','active'),(10818,8053,'_avia_sc_parser_state','check_only'),(10820,8054,'_aviaLayoutBuilder_active','active'),(10821,8054,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6v6a05\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5ixb51\']\r\nClick here to add your own text\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gcy79\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2uh351\'][/av_image]\r\n\r\n[/av_one_third]'),(10822,8054,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10823,8053,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6v6a05\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5ixb51\' custom_class=\'\' admin_preview_bg=\'\']\r\nVittorio Emmanuel II starts the move of the government of newly Unified Italy from Torino to Firenze in 1865. Parliament moves into <a href=\"https://en.wikipedia.org/wiki/Palazzo_Vecchio\" target=\"_blank\" rel=\"noopener\">Palazzo Vecchio</a> and Vittorio moves into <a href=\"https://en.wikipedia.org/wiki/Palazzo_Pitti\" target=\"_blank\">Palazzo Pitti</a>. The Parliament and Vittorio will remain in Firenze until 1871, at which point they move to Roma. In his then current role of Chaplain to the King, Valerio moves as well. Valerio\'s brother <a href=\"/rootspersona-tree/anzino-alessandro/\" target=\"_blank\" rel=\"noopener\">Alessandro Anzino</a>, who was working in the Royal Library in Torino, moves to Fienze and takes a position at the <a href=\"https://en.wikipedia.org/wiki/Uffizi\" target=\"_blank\" rel=\"noopener\">Uffizi</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gcy79\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/palazzo-pitti-1030x429.jpg\' attachment=\'8057\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2uh351\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(10824,8053,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10825,8053,'_av_el_mgr_version','1.0'),(10826,8053,'_av_alb_posts_elements_state','a:3:{s:8:\"av_image\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(10827,8053,'layout','fullsize'),(10828,8053,'sidebar',''),(10829,8053,'footer',''),(10830,8053,'header_title_bar',''),(10831,8053,'header_transparency',''),(10832,8053,'_avia_hide_featured_image','0'),(10833,8057,'_wp_attached_file','2018/11/palazzo-pitti.jpg'),(10834,8058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2018/11/palazzo-pitti.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"palazzo-pitti-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"palazzo-pitti-1030x429.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"palazzo-pitti-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"palazzo-pitti-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"palazzo-pitti-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:26:\"palazzo-pitti-1500x625.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-705x294.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"palazzo-pitti-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-450x188.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10835,8058,'_wp_attached_file','2018/11/palazzo-pitti.jpg'),(10836,8058,'wpml_media_processed','1'),(10837,8057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2018/11/palazzo-pitti.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"palazzo-pitti-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"palazzo-pitti-1030x429.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"palazzo-pitti-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"palazzo-pitti-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"palazzo-pitti-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:26:\"palazzo-pitti-1500x625.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-705x294.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"palazzo-pitti-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"palazzo-pitti-450x188.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10838,8057,'_wp_attachment_image_alt','Palazzo Pitti Firenze'),(10839,8058,'_wp_attachment_image_alt','Palazzo Pitti Firenze'),(10841,8059,'_aviaLayoutBuilder_active','active'),(10842,8059,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6v6a05\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5ixb51\' custom_class=\'\' admin_preview_bg=\'\']\r\nVittorio Emmanuel II starts the move of the government of newly Unified Italy from Torino to Firenze in November of 1865. Parliament and Vittorio will remain there until 1871. In his then current role of Chaplain to the King, Valerio moves as well. Valerio\'s brother <a href=\"/rootspersona-tree/anzino-alessandro/\" rel=\"noopener\" target=\"_blank\">Alessandro Anzino</a>, who was working in the Royal Library in Torino, moves to Fienze and takes a position at the <a href=\"https://en.wikipedia.org/wiki/Uffizi\" target=\"_blank\">Uffizi</a>.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gcy79\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/palazzo-pitti-1030x429.jpg\' attachment=\'8057\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2uh351\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(10843,8059,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10845,6371,'_wpml_word_count','{\"total\":119,\"to_translate\":{\"it\":119}}'),(10846,6371,'_wpml_media_featured','0'),(10847,6371,'_wpml_location_migration_done','1'),(10849,8063,'_aviaLayoutBuilder_active','active'),(10850,8063,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6v6a05\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5ixb51\' custom_class=\'\' admin_preview_bg=\'\']\r\nVittorio Emmanuel II starts the move of the government of newly Unified Italy from Torino to Firenze in November of 1865. Parliament and Vittorio will remain there until 1871. In his then current role of Chaplain to the King, Valerio moves as well. Valerio\'s brother <a href=\"/rootspersona-tree/anzino-alessandro/\" rel=\"noopener\" target=\"_blank\">Alessandro Anzino</a>, who was working in the Royal Library in Torino, moves to Fienze and takes a position at the <a href=\"https://en.wikipedia.org/wiki/Uffizi\" target=\"_blank\">Uffizi</a>.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gcy79\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/palazzo-pitti-1030x429.jpg\' attachment=\'8057\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2uh351\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(10851,8063,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10859,8045,'story_based_on','default'),(10860,8045,'ctl_story_year','1865'),(10861,8045,'ctl_story_date','2/3/1865'),(10862,8045,'story_format','default'),(10863,8045,'img_cont_size','full'),(10864,8045,'story_custom_link','/moves-with-king-to-firenze/'),(10865,8045,'ctl_story_color','#'),(10867,8066,'_aviaLayoutBuilder_active','active'),(10868,8066,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6v6a05\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5ixb51\' custom_class=\'\' admin_preview_bg=\'\']\r\nVittorio Emmanuel II starts the move of the government of newly Unified Italy from Torino to Firenze in 1865. Parliament moves into <a href=\"https://en.wikipedia.org/wiki/Palazzo_Vecchio\" target=\"_blank\" rel=\"noopener\">Palazzo Vecchio</a> and Vittorio moves into <a href=\"https://en.wikipedia.org/wiki/Palazzo_Pitti\" target=\"_blank\">Palazzo Pitti</a>. The Parliament and Vittorio will remain in Firenze until 1871, at which point they move to Roma. In his then current role of Chaplain to the King, Valerio moves as well. Valerio\'s brother <a href=\"/rootspersona-tree/anzino-alessandro/\" target=\"_blank\" rel=\"noopener\">Alessandro Anzino</a>, who was working in the Royal Library in Torino, moves to Fienze and takes a position at the <a href=\"https://en.wikipedia.org/wiki/Uffizi\" target=\"_blank\" rel=\"noopener\">Uffizi</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gcy79\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/palazzo-pitti-1030x429.jpg\' attachment=\'8057\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2uh351\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(10869,8066,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10871,8067,'_wp_attached_file','2018/11/Monitor-London-3-17-1899-clip.jpg'),(10872,8068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:1560;s:4:\"file\";s:41:\"2018/11/Monitor-London-3-17-1899-clip.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Monitor-London-3-17-1899-clip-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Monitor-London-3-17-1899-clip-91x300.jpg\";s:5:\"width\";i:91;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Monitor-London-3-17-1899-clip-312x1030.jpg\";s:5:\"width\";i:312;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"Monitor-London-3-17-1899-clip-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x430.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x630.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:42:\"Monitor-London-3-17-1899-clip-455x1500.jpg\";s:5:\"width\";i:455;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x400.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x684.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x375.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-214x705.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x321.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x423.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-303x999.jpg\";s:5:\"width\";i:303;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10873,8068,'_wp_attached_file','2018/11/Monitor-London-3-17-1899-clip.jpg'),(10874,8068,'wpml_media_processed','1'),(10875,8067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:1560;s:4:\"file\";s:41:\"2018/11/Monitor-London-3-17-1899-clip.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Monitor-London-3-17-1899-clip-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Monitor-London-3-17-1899-clip-91x300.jpg\";s:5:\"width\";i:91;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Monitor-London-3-17-1899-clip-312x1030.jpg\";s:5:\"width\";i:312;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:39:\"Monitor-London-3-17-1899-clip-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x430.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x630.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:42:\"Monitor-London-3-17-1899-clip-455x1500.jpg\";s:5:\"width\";i:455;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x400.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x684.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x375.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-214x705.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x321.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-473x423.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Monitor-London-3-17-1899-clip-303x999.jpg\";s:5:\"width\";i:303;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10876,8067,'_wp_attachment_image_alt','London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death'),(10877,8068,'_wp_attachment_image_alt','London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death'),(10878,8069,'_edit_lock','1542750480:1'),(10879,8069,'_edit_last','1'),(10880,8069,'_aviaLayoutBuilder_active','active'),(10881,8069,'_avia_sc_parser_state','check_only'),(10882,8070,'_aviaLayoutBuilder_active',''),(10883,8070,'_aviaLayoutBuilderCleanData',''),(10884,8070,'_avia_builder_shortcode_tree','a:0:{}'),(10885,8069,'document_create_date','1899-03-17'),(10886,8069,'document_event_date','1899-03-08'),(10887,8069,'document_type','JPEG Image'),(10888,8069,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l53c5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogt15ky\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe<em> London Monitor</em> March 17 1899 edition had an article about Valerio\'s death. It described not only his death and funeral service at Chiesa Carlo ai Catinari, but also the controversy that Valerio was embroiled in regarding the death of Vittorio Emmanuel II in 1878. The article also mentions that Monsignor Anzino\'s body was transported to the family vault in Mazzè.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qwwyd\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-312x1030.jpg\' attachment=\'8067\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogt1vzs\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4ykhz9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2w8j3p\']\r\n\r\n'),(10889,8069,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(10890,8069,'layout',''),(10891,8069,'sidebar',''),(10892,8069,'footer',''),(10893,8069,'header_title_bar',''),(10894,8069,'header_transparency',''),(10895,8069,'_avia_hide_featured_image','0'),(10897,8072,'_aviaLayoutBuilder_active',''),(10898,8072,'_aviaLayoutBuilderCleanData','The London Monitor March 17 1899 edition had a article about Valerio\'s death. It described not only his death and funeral, but also the controversy he was embroiled in regarding the death of Vittorio Emanuel II in 1878.'),(10899,8072,'_avia_builder_shortcode_tree','a:0:{}'),(10900,8073,'_aviaLayoutBuilder_active',''),(10901,8073,'_aviaLayoutBuilderCleanData','The London Monitor March 17 1899 edition had a article about Valerio\'s death. It described not only his death and funeral, but also the controversy he was embroiled in regarding the death of Vittorio Emmanuel II in 1878.'),(10902,8073,'_avia_builder_shortcode_tree','a:0:{}'),(10903,8069,'_av_el_mgr_version','1.0'),(10904,8069,'_av_alb_posts_elements_state','a:0:{}'),(10906,8075,'_aviaLayoutBuilder_active','active'),(10907,8075,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\">NY Herald Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogscw1u\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/london-monitor-valerio-obituary-1899/\" target=\"_blank\" rel=\"noopener\">London Monitor Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-312x1030.jpg\' attachment=\'8067\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth]'),(10908,8075,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}}'),(10909,7057,'_wpml_word_count','{\"total\":133,\"to_translate\":{\"it\":92}}'),(10910,7057,'_wpml_media_duplicate','0'),(10911,7057,'_wpml_media_featured','0'),(10912,7057,'_wpml_location_migration_done','1'),(10916,8079,'_aviaLayoutBuilder_active','active'),(10917,8079,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\">NY Herald Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogscw1u\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">London Monitor Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n'),(10918,8079,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}}'),(10920,8081,'_aviaLayoutBuilder_active','active'),(10921,8081,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\">NY Herald Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogscw1u\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">London Monitor Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n'),(10922,8081,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}}'),(10923,8084,'_aviaLayoutBuilder_active',''),(10924,8084,'_aviaLayoutBuilderCleanData','<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n<hr />\r\nThe London Monitor March 17 1899 edition had a article about Valerio\'s death. It described not only his death and funeral, but also the controversy he was embroiled in regarding the death of Vittorio Emmanuel II in 1878.'),(10925,8084,'_avia_builder_shortcode_tree','a:0:{}'),(10926,8069,'_wpml_word_count','{\"total\":83,\"to_translate\":{\"it\":83}}'),(10927,8069,'_wpml_media_duplicate','0'),(10928,8069,'_wpml_media_featured','0'),(10929,8069,'_wpml_location_migration_done','1'),(10930,8090,'_aviaLayoutBuilder_active','active'),(10931,8090,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l53c5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogt15ky\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe London Monitor March 17 1899 edition had a article about Valerio\'s death. It described not only his death and funeral, but also the controversy he was embroiled in regarding the death of Vittorio Emmanuel II in 1878.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qwwyd\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-312x1030.jpg\' attachment=\'8067\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogt1vzs\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third]'),(10932,8090,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(10933,8092,'_aviaLayoutBuilder_active','active'),(10934,8092,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l53c5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogt15ky\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe London Monitor March 17 1899 edition had a article about Valerio\'s death. It described not only his death and funeral, but also the controversy he was embroiled in regarding the death of Vittorio Emmanuel II in 1878.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qwwyd\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-312x1030.jpg\' attachment=\'8067\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogt1vzs\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4ykhz9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2w8j3p\']\r\n\r\n'),(10935,8092,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(10936,8094,'_aviaLayoutBuilder_active','active'),(10937,8094,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l53c5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogt15ky\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe London Monitor March 17 1899 edition had an article about Valerio\'s death. It described not only his death and funeral service at C Carlo ai Catinari, but also the controversy that Valerio was embroiled in regarding the death of Vittorio Emmanuel II in 1878. The article also mentions that Monsignor Anzino\'s body was transported to the family vault in Mazze.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qwwyd\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-312x1030.jpg\' attachment=\'8067\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogt1vzs\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4ykhz9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2w8j3p\']\r\n\r\n'),(10938,8094,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(10939,8095,'_wp_attached_file','2018/11/3-31-1899-westminster-budget.jpg'),(10940,8096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1503;s:4:\"file\";s:40:\"2018/11/3-31-1899-westminster-budget.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"3-31-1899-westminster-budget-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"3-31-1899-westminster-budget-768x1089.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"3-31-1899-westminster-budget-726x1030.jpg\";s:5:\"width\";i:726;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"3-31-1899-westminster-budget-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"3-31-1899-westminster-budget-1060x430.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"3-31-1899-westminster-budget-1060x630.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:42:\"3-31-1899-westminster-budget-1058x1500.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-497x705.jpg\";s:5:\"width\";i:497;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"3-31-1899-westminster-budget-1060x423.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-450x638.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10941,8096,'_wp_attached_file','2018/11/3-31-1899-westminster-budget.jpg'),(10942,8096,'wpml_media_processed','1'),(10943,8095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1503;s:4:\"file\";s:40:\"2018/11/3-31-1899-westminster-budget.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"3-31-1899-westminster-budget-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"3-31-1899-westminster-budget-768x1089.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1089;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"3-31-1899-westminster-budget-726x1030.jpg\";s:5:\"width\";i:726;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"3-31-1899-westminster-budget-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"3-31-1899-westminster-budget-1060x430.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:41:\"3-31-1899-westminster-budget-1060x630.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:42:\"3-31-1899-westminster-budget-1058x1500.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-497x705.jpg\";s:5:\"width\";i:497;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:41:\"3-31-1899-westminster-budget-1060x423.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"3-31-1899-westminster-budget-450x638.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10944,8095,'_wp_attachment_image_alt','Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death'),(10945,8096,'_wp_attachment_image_alt','Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death'),(10946,8098,'_wpml_word_count','{\"total\":52,\"to_translate\":{\"it\":52}}'),(10947,8098,'_edit_lock','1542180949:1'),(10948,8098,'_edit_last','1'),(10949,8098,'_wpml_media_featured','1'),(10950,8098,'_wpml_media_duplicate','1'),(10951,8098,'_wpml_location_migration_done','1'),(10952,8098,'document_create_date','1899-03-31'),(10953,8098,'document_event_date','1899-03-05'),(10955,8098,'_aviaLayoutBuilder_active','active'),(10956,8098,'_avia_sc_parser_state','check_only'),(10957,8099,'_aviaLayoutBuilder_active','active'),(10958,8099,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70noiq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogti75g\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe <em>Westminster Budget</em> March 31 1899 edition had an article about Valerio\'s death. The article contained a summary of his life and a sense of how important he was in Italy.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5qol6q\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-212x300.jpg\' attachment=\'8095\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogtlm2s\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3mvog2\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2r0rv6\']\r\n\r\n'),(10959,8099,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(10960,8098,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70noiq\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogti75g\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe <em>Westminster Budget</em> March 31 1899 edition had an article about Valerio\'s death. The article contained a summary of his life and a sense of how important he was in Italy.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5qol6q\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-212x300.jpg\' attachment=\'8095\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogtlm2s\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3mvog2\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2r0rv6\']\r\n\r\n'),(10961,8098,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(10962,8098,'layout',''),(10963,8098,'sidebar',''),(10964,8098,'footer',''),(10965,8098,'header_title_bar',''),(10966,8098,'header_transparency',''),(10967,8098,'_avia_hide_featured_image','0'),(10968,8098,'_av_el_mgr_version','1.0'),(10969,8098,'_av_alb_posts_elements_state','a:6:{s:16:\"av_comments_list\";b:1;s:8:\"av_image\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:12:\"av_textblock\";b:1;}'),(10970,7092,'_wpml_word_count','{\"total\":166,\"to_translate\":{\"it\":166}}'),(10971,7092,'_wpml_media_duplicate','0'),(10972,7092,'_wpml_media_featured','0'),(10973,7092,'_wpml_location_migration_done','1'),(10974,8098,'document_type','JPEG Image'),(10975,8102,'_aviaLayoutBuilder_active','active'),(10976,8102,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l53c5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogt15ky\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe<em> London Monitor</em> March 17 1899 edition had an article about Valerio\'s death. It described not only his death and funeral service at Chiesa Carlo ai Catinari, but also the controversy that Valerio was embroiled in regarding the death of Vittorio Emmanuel II in 1878. The article also mentions that Monsignor Anzino\'s body was transported to the family vault in Mazze.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qwwyd\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-312x1030.jpg\' attachment=\'8067\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogt1vzs\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4ykhz9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2w8j3p\']\r\n\r\n'),(10977,8102,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(10979,8104,'_aviaLayoutBuilder_active','active'),(10980,8104,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-k7pfap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerio-anzinos-baptism-record-1832/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogscw1u\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogugje2\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joguin5l\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth]'),(10981,8104,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}}'),(10984,8106,'_aviaLayoutBuilder_active','active'),(10985,8106,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" rel=\"noopener\" target=\"_blank\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31 1899 edition.\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(10986,8106,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(10987,12,'_wpml_word_count','{\"total\":287,\"to_translate\":{\"it\":284}}'),(10988,12,'_wpml_media_featured','0'),(10989,12,'_wpml_location_migration_done','1'),(10990,8107,'_wp_attached_file','2018/11/westminster-budget-1899-clip.jpg'),(10991,8108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:868;s:6:\"height\";i:519;s:4:\"file\";s:40:\"2018/11/westminster-budget-1899-clip.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"westminster-budget-1899-clip-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"westminster-budget-1899-clip-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-868x430.jpg\";s:5:\"width\";i:868;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-845x519.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-705x422.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-868x423.jpg\";s:5:\"width\";i:868;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-450x269.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542152660\";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:{}}}'),(10992,8108,'_wp_attached_file','2018/11/westminster-budget-1899-clip.jpg'),(10993,8108,'wpml_media_processed','1'),(10994,8107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:868;s:6:\"height\";i:519;s:4:\"file\";s:40:\"2018/11/westminster-budget-1899-clip.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"westminster-budget-1899-clip-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"westminster-budget-1899-clip-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-868x430.jpg\";s:5:\"width\";i:868;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-845x519.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-705x422.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-868x423.jpg\";s:5:\"width\";i:868;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"westminster-budget-1899-clip-450x269.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"Tom\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542152660\";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:{}}}'),(10995,8107,'_wp_attachment_image_alt','1899 Westminster Budget Obituary of Valerio Anzino'),(10996,8108,'_wp_attachment_image_alt','1899 Westminster Budget Obituary of Valerio Anzino'),(10998,8110,'_aviaLayoutBuilder_active','active'),(10999,8110,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31 1899 edition.\r\n<img src=\"/wp-content/uploads/2018/11/westminster-budget-1899-clip-300x179.jpg\" alt=\"1899 Westminster Budget Obituary of Valerio Anzino\" width=\"300\" height=\"179\" class=\"size-medium wp-image-8107\" />\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(11000,8110,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(11002,8112,'_aviaLayoutBuilder_active','active'),(11003,8112,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31 1899 edition.\r\n<img src=\"/wp-content/uploads/2018/11/westminster-budget-1899-clip.jpg\" alt=\"1899 Westminster Budget Obituary of Valerio Anzino\" width=\"500 />\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(11004,8112,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(11007,8116,'_aviaLayoutBuilder_active','active'),(11008,8116,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31 1899 edition.\r\n<p style=\"text-align: center; font-size: 1.2em;\"><em>\"Monsignor Anzino was the best known and most popular ecclesiastic in Italy, and his\r\nreputation for piety, tact, and diplomatic talents has made his name familiar at every European Court.\"</em>\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(11009,8116,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(11011,8118,'_aviaLayoutBuilder_active','active'),(11012,8118,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31 1899 edition.\r\n<p style=\"text-align: left; font-size: 1.1em;\"><em>\"Monsignor Anzino was the best known and most popular ecclesiastic in Italy, and his\r\nreputation for piety, tact, and diplomatic talents has made his name familiar at every European Court.\"</em>\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(11013,8118,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(11015,8120,'_aviaLayoutBuilder_active','active'),(11016,8120,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31, 1899 edition.\r\n<p style=\"text-align: left; font-size: 1.1em;\"><em>\"Monsignor Anzino was the best known and most popular ecclesiastic in Italy, and his\r\nreputation for piety, tact, and diplomatic talents has made his name familiar at every European Court.\"</em></p>\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(11017,8120,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(11018,6964,'_av_el_mgr_version','1.0'),(11019,6964,'_av_alb_posts_elements_state','a:0:{}'),(11020,8045,'_av_el_mgr_version','1.0'),(11021,8045,'_av_alb_posts_elements_state','a:0:{}'),(11022,6522,'_av_el_mgr_version','1.0'),(11023,6522,'_av_alb_posts_elements_state','a:0:{}'),(11024,5997,'_av_el_mgr_version','1.0'),(11025,5997,'_av_alb_posts_elements_state','a:0:{}'),(11026,6267,'_av_el_mgr_version','1.0'),(11027,6267,'_av_alb_posts_elements_state','a:0:{}'),(11028,6277,'_av_el_mgr_version','1.0'),(11029,6277,'_av_alb_posts_elements_state','a:0:{}'),(11030,6431,'_av_el_mgr_version','1.0'),(11031,6431,'_av_alb_posts_elements_state','a:0:{}'),(11032,7986,'_av_el_mgr_version','1.0'),(11033,7986,'_av_alb_posts_elements_state','a:0:{}'),(11034,6429,'_av_el_mgr_version','1.0'),(11035,6429,'_av_alb_posts_elements_state','a:0:{}'),(11036,6363,'_av_el_mgr_version','1.0'),(11037,6363,'_av_alb_posts_elements_state','a:0:{}'),(11038,6260,'_av_el_mgr_version','1.0'),(11039,6260,'_av_alb_posts_elements_state','a:0:{}'),(11040,6009,'_av_el_mgr_version','1.0'),(11041,6009,'_av_alb_posts_elements_state','a:0:{}'),(11042,6251,'_av_el_mgr_version','1.0'),(11043,6224,'_av_el_mgr_version','1.0'),(11044,6251,'_av_alb_posts_elements_state','a:0:{}'),(11045,6224,'_av_alb_posts_elements_state','a:0:{}'),(11046,6265,'_av_el_mgr_version','1.0'),(11047,6265,'_av_alb_posts_elements_state','a:0:{}'),(11048,6254,'_av_el_mgr_version','1.0'),(11049,6254,'_av_alb_posts_elements_state','a:0:{}'),(11050,6016,'_av_el_mgr_version','1.0'),(11051,6016,'_av_alb_posts_elements_state','a:0:{}'),(11052,6134,'_av_el_mgr_version','1.0'),(11053,6134,'_av_alb_posts_elements_state','a:0:{}'),(11054,5995,'_av_el_mgr_version','1.0'),(11055,5995,'_av_alb_posts_elements_state','a:0:{}'),(11056,6262,'_av_el_mgr_version','1.0'),(11057,6262,'_av_alb_posts_elements_state','a:0:{}'),(11059,8122,'_aviaLayoutBuilder_active','active'),(11060,8122,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kd27e\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo55oa24\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe <a href=\"https://en.wikipedia.org/wiki/Shroud_of_Turin\" target=\"_blank\" rel=\"noopener\">Shroud of Turin</a>, was owned and guarded by the Savoia, (House of Savoy), since 1453. In 1453 Margaret de Charny deeded the Shroud to the House of Savoy. In 1578 the shroud was transferred to Torino. Since the 17th century the shroud has been displayed  in the chapel built for that purpose by Guarino Guarini for the Savoia, and it was first photographed during the <a href=\"https://vimeo.com/173453651\" target=\"_blank\" rel=\"noopener\">1898 Torino Exposition</a>. As Capellano Maggiore, (Chief Chaplain), to King Umberto I, Monsignor Anzino delivered a copy of that first photograph to <a href=\"https://en.wikipedia.org/wiki/Pope_Leo_XIII\" target=\"_blank\" rel=\"noopener\">Pope Leo XIII</a>. This \"Peace Offering\", as such, was another one of Valerio\'s attempts to broker a formal peace treaty between the Vatican and the Italian government.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1xhuoa\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/shroud-700x438.jpg\' attachment=\'6980\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo559bwg\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(11061,8122,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(11062,6410,'_wpml_word_count','{\"total\":179,\"to_translate\":{\"it\":179}}'),(11063,6410,'_wpml_media_duplicate','0'),(11064,6410,'_wpml_media_featured','0'),(11065,6410,'_wpml_location_migration_done','1'),(11067,8124,'_aviaLayoutBuilder_active','active'),(11068,8124,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-24ti4d\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-johdullm\' custom_class=\'\' admin_preview_bg=\'\']\r\n<em>\"This is a test of newspaper fonts\"</em>\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(11069,8124,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(11070,7325,'_wpml_word_count','{\"total\":9,\"to_translate\":{\"it\":9}}'),(11071,7325,'_wpml_media_featured','0'),(11072,7325,'_wpml_location_migration_done','1'),(11076,8127,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-24ti4d\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-johdullm\' custom_class=\'\' admin_preview_bg=\'\']\r\n<em>\"This is a test of newspaper fonts\"</em>\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(11077,8127,'_avia_builder_shortcode_tree','a:0:{}'),(11078,8127,'_aviaLayoutBuilder_active',''),(11080,8129,'_aviaLayoutBuilder_active','active'),(11081,8129,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-24ti4d\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-johdullm\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"test-fonts\"><em>\"This is a test of newspaper fonts\"</em></p>\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(11082,8129,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(11084,8131,'_aviaLayoutBuilder_active','active'),(11085,8131,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31, 1899 edition.\r\n<p class=\"newspaper-font\" style=\"text-align: left; font-size: 1.1em;\"><em>\"Monsignor Anzino was the best known and most popular ecclesiastic in Italy, and his\r\nreputation for piety, tact, and diplomatic talents has made his name familiar at every European Court.\"</em>\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(11086,8131,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(11089,8133,'_aviaLayoutBuilder_active','active'),(11090,8133,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piedmonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31, 1899 edition.\r\n<p class=\"newspaper-font\" style=\"text-align: left; font-size: 1.2em;\"><em>\"Monsignor Anzino was the best known and most popular ecclesiastic in Italy, and his\r\nreputation for piety, tact, and diplomatic talents has made his name familiar at every European Court.\"</em>\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(11091,8133,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(11093,8135,'_aviaLayoutBuilder_active','active'),(11094,8135,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-ci8ia\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzi86bm\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the attached Fubine Church 1847 census shows, Valerio had moved to Torino although his family remained in Fubine. Valerio was likely attending a boarding school in Torino as was his sister Giuseppina. Valerio and Giuseppina\'s uncle, Monsignor Giuseppe Anzino, was a chaplain in the Royal Palace in Torino at the time, and likely looked after his niece and nephew in some capacity. The year of 1843 is a guess based on his sister moving at age eleven. Both Valerio and his sister could have moved earlier as there have been no school records discovered. Torino was approximately 80-90 km from Fubine so it\'s likely that Valerio and his sister stayed in Torino for the duration of their studies and that Giovanni and Ippolita visited them when possible.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22w19u\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-745x1030.jpg\' attachment=\'5537\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnzi93kq\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(11095,8135,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(11096,6226,'_wpml_word_count','{\"total\":140,\"to_translate\":{\"it\":140}}'),(11097,6226,'_wpml_media_duplicate','0'),(11098,6226,'_wpml_media_featured','0'),(11099,6226,'_wpml_location_migration_done','1'),(11102,8137,'_aviaLayoutBuilder_active','active'),(11103,8137,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job6bq59\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Torino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to find the records that would confirm her family connection to Valerio. I was specifically looking for the death or marriage record of Laura\'s great,great,great grandmother Caterina Sala. If we found either the death or marriage record from the mid 1800s and if Caterina\'s mother was Gerolama Mandelli, then I\'d be 100% convinced. When Iuri found the death record and showed it to me, my eyes raced to the section that listed Caterina\'s mother\'s name. There it was...Gerolama Mandelli !! I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/luisa-and-family-1030x795.jpg\' attachment=\'7828\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jof7x3e8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(11104,8137,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:3;}}'),(11105,7130,'_wpml_word_count','{\"total\":1288,\"to_translate\":{\"it\":1288}}'),(11106,7130,'_wpml_media_featured','0'),(11107,7130,'_wpml_location_migration_done','1'),(11109,8139,'_aviaLayoutBuilder_active','active'),(11110,8139,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacheranos di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacheranos purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacheranos holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacheranos extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(11111,8139,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(11112,80,'_wpml_word_count','{\"total\":304,\"to_translate\":{\"it\":304}}'),(11113,80,'_wpml_media_featured','0'),(11114,80,'_wpml_location_migration_done','1'),(11118,7030,'_yoast_wpseo_content_score','30'),(11119,8142,'_aviaLayoutBuilder_active','active'),(11120,8142,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3ur7ye\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hgs45\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to <a href=\"https://it.wikipedia.org/wiki/Crescentino_Caselli\" target=\"_blank\">Cresentino Casselli</a>, a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother <a href=\"/rootspersona-tree/anzino-giuseppe-carlo-alberto/\" target=\"_blank\" rel=\"noopener\">Carlo Alberto Anzino</a>, an architect himself. While these notes have been very valuable in helping the website\'s author focus his research effort, they likely contain some minor errors. These notes were found in an unmarked envelope in a box passed down through multiple generations of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a>.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2c2zh2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hhnqs\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]\r\n\r\n'),(11121,8142,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}'),(11122,7030,'_wpml_word_count','{\"total\":123,\"to_translate\":{\"it\":123}}'),(11123,7030,'_yoast_wpseo_primary_category',''),(11124,7030,'_wpml_media_featured','0'),(11125,7030,'_wpml_location_migration_done','1'),(11126,8143,'_edit_lock','1542493112:1'),(11127,8143,'_edit_last','1'),(11135,8143,'fa_field_icon',''),(11136,8143,'_yoast_wpseo_primary_ctl-stories',''),(11137,8143,'_yoast_wpseo_content_score','30'),(11138,8147,'_wp_attached_file','2018/11/pantheon.jpg'),(11139,8143,'_wpml_media_duplicate','1'),(11140,8148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:877;s:6:\"height\";i:552;s:4:\"file\";s:20:\"2018/11/pantheon.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pantheon-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pantheon-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"pantheon-768x483.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:20:\"pantheon-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"pantheon-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"pantheon-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"pantheon-877x430.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"pantheon-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"pantheon-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"pantheon-845x552.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"pantheon-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"pantheon-705x444.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"pantheon-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"pantheon-877x423.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"pantheon-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"pantheon-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"pantheon-450x283.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542401021\";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:{}}}'),(11141,8148,'_wp_attached_file','2018/11/pantheon.jpg'),(11142,8148,'wpml_media_processed','1'),(11143,8147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:877;s:6:\"height\";i:552;s:4:\"file\";s:20:\"2018/11/pantheon.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pantheon-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pantheon-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"pantheon-768x483.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:20:\"pantheon-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"pantheon-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"pantheon-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"pantheon-877x430.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"pantheon-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"pantheon-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"pantheon-845x552.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"pantheon-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"pantheon-705x444.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"pantheon-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"pantheon-877x423.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"pantheon-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"pantheon-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"pantheon-450x283.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542401021\";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:{}}}'),(11144,8147,'_wp_attachment_image_alt','Pantheon, Roma'),(11145,8148,'_wp_attachment_image_alt','Pantheon, Roma'),(11153,8149,'_wpml_word_count','{\"total\":12,\"to_translate\":{\"it\":12}}'),(11154,8149,'_edit_lock','1542430223:1'),(11155,8149,'_edit_last','1'),(11156,8149,'_wpml_media_featured','1'),(11157,8149,'_wpml_media_duplicate','1'),(11158,8149,'_wpml_location_migration_done','1'),(11159,8149,'_aviaLayoutBuilder_active','active'),(11160,8149,'_avia_sc_parser_state','check_only'),(11162,8149,'_yoast_wpseo_content_score','30'),(11163,8150,'_aviaLayoutBuilder_active',''),(11164,8150,'_aviaLayoutBuilderCleanData',''),(11165,8150,'_avia_builder_shortcode_tree','a:0:{}'),(11166,8149,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-34co51\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jokz4evg\' custom_class=\'\' admin_preview_bg=\'\']\r\nContent Coming !!\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(11167,8149,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(11168,8149,'_av_el_mgr_version','1.0'),(11169,8149,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(11170,8149,'layout',''),(11171,8149,'sidebar',''),(11172,8149,'footer',''),(11173,8149,'header_title_bar',''),(11174,8149,'header_transparency',''),(11175,8149,'_avia_hide_featured_image','0'),(11184,8154,'_aviaLayoutBuilder_active','active'),(11185,8154,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-34co51\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jokz4evg\' custom_class=\'\' admin_preview_bg=\'\']\r\nContent Coming !!\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(11186,8154,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}}'),(11187,8143,'story_based_on','default'),(11188,8143,'ctl_story_year','1879'),(11189,8143,'ctl_story_date','01/15/1879'),(11190,8143,'story_format','default'),(11191,8143,'img_cont_size','full'),(11192,8143,'story_custom_link','/pantheon-memorial-service-for-king/'),(11193,8143,'ctl_story_color','#'),(11194,8157,'_wp_attached_file','2018/11/anzino-heraldry.jpg'),(11195,8158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:632;s:4:\"file\";s:27:\"2018/11/anzino-heraldry.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"anzino-heraldry-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"anzino-heraldry-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-537x430.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-537x630.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-537x375.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-537x321.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-537x423.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-450x530.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542495936\";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:{}}}'),(11196,8158,'_wp_attached_file','2018/11/anzino-heraldry.jpg'),(11197,8158,'wpml_media_processed','1'),(11198,8157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:632;s:4:\"file\";s:27:\"2018/11/anzino-heraldry.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"anzino-heraldry-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"ctl_avatar\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"anzino-heraldry-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-537x430.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-537x630.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-537x375.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-537x321.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-537x423.jpg\";s:5:\"width\";i:537;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"anzino-heraldry-450x530.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Tom Marchisa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542495936\";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:{}}}'),(11199,8157,'_wp_attachment_image_alt','Valerio Anzino Heraldry'),(11200,8158,'_wp_attachment_image_alt','Valerio Anzino Heraldry'),(11202,7011,'_yoast_wpseo_content_score','30'),(11203,8159,'_aviaLayoutBuilder_active','active'),(11204,8159,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King, Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ouc37\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joephzsq\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saint_Michael_(Bavaria)\" target=\"_blank\"> <em>Order of Saint Michael of Bavaria</em></a>. This award was co-granted by the Archbishop of Cologne and the King of Bavaria.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3zprer\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-saint-michael-bavaria-153x300.jpg\' attachment=\'7754\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-30jgzn\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o43s3\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jomdfvbn\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point, (likely in the 1890s), someone close to Umberto I created a Crest, (Coat of Arms), for Valerio. Examination of the Crest reveals and/or confirms some facts about Valerio\'s life. For instance, the (12) tassels in the Crest would only have been used for a bishop or a Mitred Abbot.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2vpuzn\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-heraldry-255x300.jpg\' attachment=\'8157\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jomdhod9\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(11205,8159,'_avia_builder_shortcode_tree','a:25:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:19;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:20;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:21;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}i:22;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:44;}i:23;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:47;}}s:5:\"index\";i:46;}i:24;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:49;}}s:5:\"index\";i:48;}}'),(11206,7011,'_wpml_word_count','{\"total\":1172,\"to_translate\":{\"it\":1172}}'),(11207,7011,'_wpml_media_featured','0'),(11208,7011,'_wpml_location_migration_done','1'),(11210,8160,'_aviaLayoutBuilder_active','active'),(11211,8160,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King, Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ouc37\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joephzsq\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saint_Michael_(Bavaria)\" target=\"_blank\"> <em>Order of Saint Michael of Bavaria</em></a>. This award was co-granted by the Archbishop of Cologne and the King of Bavaria.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3zprer\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-saint-michael-bavaria-153x300.jpg\' attachment=\'7754\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-30jgzn\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o43s3\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jomdfvbn\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point, (likely in the 1890s), someone close to Umberto I created a Crest, (Coat of Arms), for Valerio. Examination of the Crest reveals and/or confirms some facts about Valerio\'s life. The following comes from a translation of <em>Sul Tutto N. 37 Marzo 2014\" </em>periodical focusing on Italian Heraldry.\r\n\r\n<em>\"The coat of arms of the elder chaplain of S.M. The coat of arms is the visual representation of a juridical reality: a document from the end of XIX century. He shows us how the dignity of His Majesty\'s Greater chaplain was expressed. On March 17, 1891, he died, armed with religious comforts, at the Hotel de Russie in Rome S.A.I. Prince Napoleon, the famous Plon Plon, husband of the Princess Maria Clotilde of Savoy, the saint of Moncalieri, who despite the long-standing separation of fact from her husband Noticed at him at the news of his final illness. King Umberto I, the brother of Princess Clotilde, offered to take care of the funeral and to bury the corpse of the prince in the Royal burial of Superga, where he actually rests. The king ordered a court mourning of 90 days. Among the documents relating to the death and funeral honours of the Prince there is an act of death drawn up by His Majesty\'s Chaplain Mag-worst, Canon D. Valerio Anzino. D. Valerio Anzino, nephew of the Elemosiniere D. Giuseppe Anzino, entered the court in 1848 as an over-numerary cleric and ascended into the hierarchy until he became chaplain Major of S.M. in the new court. Mons. Anzino had a particularly delicate and useful role throughout the Risorgimento until the death of the Great King, as through between the King Vittorio Emanuele II and the S. Sede. Vittorio Emanuele II, of profound religious sentiments, despite his resistance and his action, albeit-too unheard, for a fair agreement with the Church, had to bend to the anti-Catholic persecutory policy of his governments. The great King always maintained, as is known, a correspondence with the Pope and Mons. Anzino was heard by both his advisor and King Umberto I. The header of the document is a clearly of its crest and its titles: Valerius Anzino dei ET apostolicae sedis gratiae ABBAS AC ordinarius insignis palatinae basilicae S. Barbarae mantkau nullius DIOECESIS protonotarius apostolicus, suae sanctitatis prelatus Domesticus, Palatii Apostolici and S. Aulae lateranensis COMES augustissimus REGIS humberti I capellanus MAJOR. The coat of arms, of red to the anchor placed in pole, with a chain of motive from the ring saltire and ridecussata to the stem, all in natural; With the chief of the Empire, that is gold to the Black Eagle; Motto: In SPE ET libertate, it is left to the pastoral, on the right to the Ferula, on the top of which is inserted the Abbey Mitre; From the tip of the shield hangs the Mauritian commandery; The Office of Chaplain of the King is expressed by the coat of arms of Savoy, stamped by the royal crown and surrounded by the necklace of the Annunziata, which surmounts the shield and is located under the Prelatizio hat with six flakes per part, the whole green, which stamps the crest Anzino. It is interesting that in order to express the high ecclesiastical position of Mons. Anzino, the royal Crest overcome the shield, in-stead that be inside the weapon, maybe as a leader.\"</em>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2vpuzn\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-heraldry-255x300.jpg\' attachment=\'8157\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jomdhod9\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(11212,8160,'_avia_builder_shortcode_tree','a:25:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:19;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:20;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:21;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}i:22;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:44;}i:23;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:47;}}s:5:\"index\";i:46;}i:24;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:49;}}s:5:\"index\";i:48;}}'),(11215,141,'_yoast_wpseo_content_score','30'),(11216,8162,'_aviaLayoutBuilder_active','active'),(11217,8162,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-95uybe\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jof6pua0\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis Post is meant to solicit suggestions/changes to the website\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5qsnkq\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4qt022\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2pewbe\']\r\n[/av_one_full]\r\n\r\n'),(11218,8162,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(11219,141,'_wpml_word_count','{\"total\":57,\"to_translate\":{\"it\":57}}'),(11220,141,'_wpml_media_duplicate','0'),(11221,141,'_wpml_media_featured','0'),(11222,141,'_wpml_location_migration_done','1'),(11224,7339,'_yoast_wpseo_content_score','30'),(11225,8163,'_aviaLayoutBuilder_active','active'),(11226,8163,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3h89bv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piemonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a <a href=\"https://en.wikipedia.org/wiki/Roman_Question#Law_of_Papal_Guarantees\" target=\"_blank\" rel=\"noopener\">formal peace treaty</a> with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-27ggcb\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\' attachment=\'17\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jockryq7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-2z3e8r\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Valerio Anzino  in the late 1870s</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(11227,8163,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(11228,7339,'_wpml_word_count','{\"total\":418,\"to_translate\":{\"it\":418}}'),(11229,7339,'_wpml_media_duplicate','0'),(11230,7339,'_wpml_media_featured','0'),(11231,7339,'_wpml_location_migration_done','1'),(11233,12,'_yoast_wpseo_content_score','30'),(11234,8165,'_aviaLayoutBuilder_active','active'),(11235,8165,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piemonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31, 1899 edition.\r\n<p class=\"newspaper-font\" style=\"text-align: left; font-size: 1.2em;\"><em>\"Monsignor Anzino was the best known and most popular ecclesiastic in Italy, and his\r\nreputation for piety, tact, and diplomatic talents has made his name familiar at every European Court.\"</em>\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(11236,8165,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(11237,8069,'_yoast_wpseo_content_score','30'),(11238,8167,'_aviaLayoutBuilder_active','active'),(11239,8167,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l53c5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogt15ky\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe<em> London Monitor</em> March 17 1899 edition had an article about Valerio\'s death. It described not only his death and funeral service at Chiesa Carlo ai Catinari, but also the controversy that Valerio was embroiled in regarding the death of Vittorio Emmanuel II in 1878. The article also mentions that Monsignor Anzino\'s body was transported to the family vault in Mazzè.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qwwyd\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-312x1030.jpg\' attachment=\'8067\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogt1vzs\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4ykhz9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2w8j3p\']\r\n\r\n'),(11240,8167,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}'),(11241,8069,'_yoast_wpseo_primary_category',''),(11243,8024,'_yoast_wpseo_content_score','30'),(11244,8169,'_aviaLayoutBuilder_active','active'),(11245,8169,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70m6g8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5yunjs\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s burial location was an unsolved mystery for the website\'s author for 2 years. While an obituary found in a London newspaper from 1899 stated that Valerio\'s body was transported to the family vault in Mazzè Canevese, a visit to the cemetery in <a href=\"https://en.wikipedia.org/wiki/Mazz%C3%A8\" target=\"_blank\" rel=\"noopener\">Mazzè</a> in 2016 did not find the vault. In a visit to the State Archives in Roma in June 2018, the website author found an 1899 letter from Valerio\'s sister, Giuseppina, in which she clearly states that she visits her brother\'s grave almost everyday in Mazzè. The author visited the Mazzè cemetery again in 2018 but still couldn\'t identify a vault belonging to the Anzino family. Since the majority of Italian gravesites and burial markers are not purchased in perpetuity , (as in US), at some point in the 20th century, the Anzino Vault was likely repurposed to another family. The author will make a trip to Italy in 2020 and with the help of Iuri Silvestri, will try to gain access to the Commune of Mazzè\'s burial records. It is highly likely that in addition to Valerio being buried in the Anzino vault in Mazzè, his mother, father, uncle Monsignor Giuseppe Anzino, and Valerio\'s sister Giuseppina Anzino are also buried there.\r\n\r\nThe Anzino family had multiple connections to Mazzè. In addition to the burial vault at the cemetery, Giuseppina ran a school in Mazzè in the 1890s and 1900s. What has not been discovered yet is the original connection to the town of Mazzè that led to the original purchase of the burial vault, as this purchase likely happened in the 1860s, if not earlier.\r\n\r\nThe photo on this page is of one of 5 potential vaults in the Mazzè cemetery that may be the original Anzino vault.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rdaag\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe-527x1030.jpg\' attachment=\'5549\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-29vpaw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(11246,8169,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(11248,80,'_yoast_wpseo_content_score','30'),(11249,8172,'_aviaLayoutBuilder_active','active'),(11250,8172,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(11251,8172,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(11253,8174,'_aviaLayoutBuilder_active','active'),(11254,8174,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70m6g8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5yunjs\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s burial location was an unsolved mystery for the website\'s author for 2 years. While an obituary found in a London newspaper from 1899 stated that Valerio\'s body was transported to the family vault in Mazzè Canevese, a visit to the cemetery in <a href=\"https://en.wikipedia.org/wiki/Mazz%C3%A8\" target=\"_blank\" rel=\"noopener\">Mazzè</a> in 2016 did not find the vault. In a visit to the State Archives in Roma in June 2018, the website author found an 1899 letter from Valerio\'s sister, Giuseppina, in which she clearly states that she visits her brother\'s grave almost everyday in Mazzè. The author visited the Mazzè cemetery again in 2018 but still couldn\'t identify a vault belonging to the Anzino family. Since the majority of Italian gravesites and burial markers are not purchased in perpetuity , (as in US), at some point in the 20th century, the Anzino Vault was likely repurposed to another family. The author will make a trip to Italy in 2020 and with the help of Iuri Silvestri, will try to gain access to the Commune of Mazzè\'s burial records. It is highly likely that in addition to Valerio being buried in the Anzino vault in Mazzè, his mother, father, uncle Monsignor Giuseppe Anzino, and Valerio\'s sister Giuseppina Anzino are also buried there.\r\n\r\nThe Anzino family had multiple connections to Mazzè. In addition to the burial vault at the cemetery, Giuseppina ran a school in Mazzè in the 1890s and 1900s. What has not been discovered yet is the original connection to the town of Mazzè that led to the original purchase of the burial vault, as this purchase likely happened in the 1860s, if not earlier.\r\n\r\nThe photo on this page is of one of 5 potential vaults in the Mazzè cemetery that may be the original Anzino vault.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rdaag\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe-527x1030.jpg\' attachment=\'5549\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-29vpaw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(11255,8174,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(11263,8020,'_yoast_wpseo_primary_ctl-stories',''),(11264,8020,'_yoast_wpseo_content_score','30'),(11265,8020,'story_based_on','default'),(11266,8020,'ctl_story_year','1899'),(11267,8020,'ctl_story_date','03/10/1899'),(11268,8020,'story_format','default'),(11269,8020,'img_cont_size','full'),(11270,8020,'story_custom_link','/burial-mazze-italy/'),(11271,8020,'ctl_story_color','#'),(11273,8177,'_aviaLayoutBuilder_active','active'),(11274,8177,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70m6g8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5yunjs\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s burial location was an unsolved mystery for the website\'s author for 2 years. While an obituary found in a London newspaper from 1899 stated that Valerio\'s body was transported to the family vault in Mazzè Canevese, a visit to the cemetery in <a href=\"https://en.wikipedia.org/wiki/Mazz%C3%A8\" target=\"_blank\" rel=\"noopener\">Mazzè</a> in 2016 did not find the vault. In a visit to the State Archives in Roma in June 2018, the website author found an 1899 letter from Valerio\'s sister, Giuseppina, in which she clearly states that she visits her brother\'s grave almost every day in Mazzè. The author visited the Mazzè cemetery again in 2018 but still couldn\'t identify a vault belonging to the Anzino family. Since the majority of Italian gravesites and burial markers are not purchased in perpetuity , (as in US), at some point in the 20th century, the Anzino Vault was likely repurposed to another family. The author will make a trip to Italy in 2020 and with the help of Iuri Silvestri, will try to gain access to the Commune of Mazzè\'s burial records. It is highly likely that in addition to Valerio being buried in the Anzino vault in Mazzè, his mother, father, uncle Monsignor Giuseppe Anzino, and Valerio\'s sister Giuseppina Anzino are also buried there.\r\n\r\nThe Anzino family had multiple connections to Mazzè. In addition to the burial vault at the cemetery, Giuseppina ran a school in Mazzè in the 1890s and 1900s. What has not been discovered yet is the original connection to the town of Mazzè that led to the original purchase of the burial vault, as this purchase likely happened in the 1860s, if not earlier.\r\n\r\nThe photo on this page is of one of 5 potential vaults in the Mazzè cemetery that may be the original Anzino vault.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rdaag\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe-527x1030.jpg\' attachment=\'5549\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-29vpaw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(11275,8177,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(11278,8143,'_av_el_mgr_version','1.0'),(11279,8143,'_av_alb_posts_elements_state','a:0:{}'),(11284,67,'_yoast_wpseo_content_score','90'),(11285,8185,'_aviaLayoutBuilder_active','active'),(11286,8185,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1b343\']\r\n\r\n[av_contact email=\'valerio_anzino@p3plcpnl0898.prod.phx3.secureserver.net\' title=\'Send the author an email with your questions about the website\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'Message from Valerio Anzino website\' autorespond=\'Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.\' captcha=\'\' form_align=\'\' color=\'\' av_uid=\'av-jnjugjar\' custom_class=\'\' admin_preview_bg=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2nfrz\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2dci7\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-1olav\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-138pf\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-127z7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7bfi8w\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7157\" align=\"alignleft\" width=\"1200\"]<a href=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\"><img src=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\" alt=\"Pope Pius IX and Vittorio Emmanuel II\" width=\"1200\" height=\"908\" class=\"size-full wp-image-7157\" /></a><span style=\"font-weight:bold;font-size:1.2em;\"> Pope Pius IX and Vittorio Emmanuel II</span>[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(11287,8185,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(11288,67,'_wpml_word_count','{\"total\":65,\"to_translate\":{\"it\":65}}'),(11289,67,'_wpml_media_featured','0'),(11290,67,'_wpml_location_migration_done','1'),(11292,8187,'_aviaLayoutBuilder_active','active'),(11293,8187,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1b343\']\r\n\r\n[av_contact email=\'valerioanzino@gmail.com\' title=\'Send the author an email with your questions about the website\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'Message from Valerio Anzino website\' autorespond=\'Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.\' captcha=\'\' form_align=\'\' color=\'\' av_uid=\'av-jnjugjar\' custom_class=\'\' admin_preview_bg=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2nfrz\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2dci7\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-1olav\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-138pf\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-127z7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7bfi8w\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7157\" align=\"alignleft\" width=\"1200\"]<a href=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\"><img src=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\" alt=\"Pope Pius IX and Vittorio Emmanuel II\" width=\"1200\" height=\"908\" class=\"size-full wp-image-7157\" /></a><span style=\"font-weight:bold;font-size:1.2em;\"> Pope Pius IX and Vittorio Emmanuel II</span>[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(11294,8187,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(11296,8189,'_wpml_word_count','{\"total\":8,\"to_translate\":{\"it\":8}}'),(11297,8189,'_edit_lock','1647902433:1'),(11298,8189,'_edit_last','1'),(11299,8189,'_aviaLayoutBuilder_active',''),(11300,8189,'_avia_sc_parser_state','check_only'),(11302,8189,'_yoast_wpseo_content_score','30'),(11303,8190,'_aviaLayoutBuilder_active',''),(11304,8190,'_aviaLayoutBuilderCleanData','<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw\" frameborder=\"0\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(11305,8190,'_avia_builder_shortcode_tree','a:0:{}'),(11306,8189,'_aviaLayoutBuilderCleanData',''),(11307,8189,'_avia_builder_shortcode_tree','a:0:{}'),(11308,8189,'layout','fullsize'),(11309,8189,'sidebar',''),(11310,8189,'footer','nofooterarea'),(11311,8189,'header_title_bar',''),(11312,8189,'header_transparency',''),(11313,8189,'_avia_hide_featured_image','0'),(11314,8189,'_wpml_media_duplicate','1'),(11315,8189,'_wpml_media_featured','1'),(11316,8189,'_wpml_location_migration_done','1'),(11317,8189,'_av_el_mgr_version','1.0'),(11318,8189,'_av_alb_posts_elements_state','a:0:{}'),(11320,8193,'_aviaLayoutBuilder_active',''),(11321,8193,'_aviaLayoutBuilderCleanData','<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?rel=0\" frameborder=\"0\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(11322,8193,'_avia_builder_shortcode_tree','a:0:{}'),(11324,8194,'_aviaLayoutBuilder_active',''),(11325,8194,'_aviaLayoutBuilderCleanData','<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?rel=0;start=16\" frameborder=\"0\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(11326,8194,'_avia_builder_shortcode_tree','a:0:{}'),(11328,8196,'_aviaLayoutBuilder_active',''),(11329,8196,'_aviaLayoutBuilderCleanData','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=16\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(11330,8196,'_avia_builder_shortcode_tree','a:0:{}'),(11331,8189,'_wp_page_template','template-blank.php'),(11332,8200,'_aviaLayoutBuilder_active',''),(11333,8200,'_aviaLayoutBuilderCleanData','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=16;rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(11334,8200,'_avia_builder_shortcode_tree','a:0:{}'),(11335,8202,'_aviaLayoutBuilder_active',''),(11336,8202,'_aviaLayoutBuilderCleanData','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=16;end=55;rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(11337,8202,'_avia_builder_shortcode_tree','a:0:{}'),(11338,8204,'_aviaLayoutBuilder_active',''),(11339,8204,'_aviaLayoutBuilderCleanData','<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe>'),(11340,8204,'_avia_builder_shortcode_tree','a:0:{}'),(11341,8205,'_aviaLayoutBuilder_active',''),(11342,8205,'_aviaLayoutBuilderCleanData','<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe>'),(11343,8205,'_avia_builder_shortcode_tree','a:0:{}'),(11344,8208,'_aviaLayoutBuilder_active',''),(11345,8208,'_aviaLayoutBuilderCleanData','<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=400&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe>'),(11346,8208,'_avia_builder_shortcode_tree','a:0:{}'),(11347,8209,'_aviaLayoutBuilder_active',''),(11348,8209,'_aviaLayoutBuilderCleanData','<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe>'),(11349,8209,'_avia_builder_shortcode_tree','a:0:{}'),(11350,8214,'_aviaLayoutBuilder_active',''),(11351,8214,'_aviaLayoutBuilderCleanData','<!-- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=7&end=440&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe>'),(11352,8214,'_avia_builder_shortcode_tree','a:0:{}'),(11353,8216,'_aviaLayoutBuilder_active',''),(11354,8216,'_aviaLayoutBuilderCleanData','<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe>\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->'),(11355,8216,'_avia_builder_shortcode_tree','a:0:{}'),(11360,8222,'_wpml_word_count','{\"total\":10,\"to_translate\":{\"it\":10}}'),(11361,8222,'_edit_lock','1647897007:1'),(11362,8222,'_edit_last','1'),(11363,8222,'_aviaLayoutBuilder_active',''),(11364,8222,'_avia_sc_parser_state','check_only'),(11366,8222,'_yoast_wpseo_content_score','30'),(11367,8223,'_aviaLayoutBuilder_active',''),(11368,8223,'_aviaLayoutBuilderCleanData','<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe>\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->'),(11369,8223,'_avia_builder_shortcode_tree','a:0:{}'),(11370,8222,'_aviaLayoutBuilderCleanData',''),(11371,8222,'_avia_builder_shortcode_tree','a:0:{}'),(11372,8222,'layout',''),(11373,8222,'sidebar',''),(11374,8222,'footer',''),(11375,8222,'header_title_bar',''),(11376,8222,'header_transparency',''),(11377,8222,'_avia_hide_featured_image','0'),(11378,8222,'_wpml_media_duplicate','1'),(11379,8222,'_wpml_media_featured','1'),(11380,8222,'_wpml_location_migration_done','1'),(11382,8225,'_aviaLayoutBuilder_active',''),(11383,8225,'_aviaLayoutBuilderCleanData','<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe>\r\n\r\n '),(11384,8225,'_avia_builder_shortcode_tree','a:0:{}'),(11385,8222,'_av_el_mgr_version','1.0'),(11386,8222,'_av_alb_posts_elements_state','a:0:{}'),(11388,8226,'_aviaLayoutBuilder_active',''),(11389,8226,'_aviaLayoutBuilderCleanData','<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe>\r\n<!--- <iframe src=\"https://player.vimeo.com/video/142651223\" width=\"500\" height=\"281\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>  --->'),(11390,8226,'_avia_builder_shortcode_tree','a:0:{}'),(11392,8228,'_aviaLayoutBuilder_active',''),(11393,8228,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n  <iframe src=\"https://player.vimeo.com/video/142651223\" width=\"500\" height=\"281\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>   '),(11394,8228,'_avia_builder_shortcode_tree','a:0:{}'),(11396,8230,'_aviaLayoutBuilder_active',''),(11397,8230,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n  \r\n\r\n<div style=\"padding:56.25% 0 0 0;position:relative;\"><iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen style=\"position:absolute;top:0;left:0;width:100%;height:100%;\" title=\"Reunion Shout Out to Vic Solis\"></iframe></div><script src=\"https://player.vimeo.com/api/player.js\"></script>'),(11398,8230,'_avia_builder_shortcode_tree','a:0:{}'),(11400,8232,'_aviaLayoutBuilder_active',''),(11401,8232,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> \r\n\r\n<!--- <div style=\"padding:56.25% 0 0 0;position:relative;\"><iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen style=\"position:absolute;top:0;left:0;width:100%;height:100%;\" title=\"Reunion Shout Out to Vic Solis\"></iframe></div><script src=\"https://player.vimeo.com/api/player.js\"></script> --->'),(11402,8232,'_avia_builder_shortcode_tree','a:0:{}'),(11403,8235,'_aviaLayoutBuilder_active',''),(11404,8235,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> '),(11405,8235,'_avia_builder_shortcode_tree','a:0:{}'),(11406,8236,'_aviaLayoutBuilder_active',''),(11407,8236,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;autoplay=1&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe>'),(11408,8236,'_avia_builder_shortcode_tree','a:0:{}'),(11409,8238,'_aviaLayoutBuilder_active',''),(11410,8238,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;autoplay=1&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),(11411,8238,'_avia_builder_shortcode_tree','a:0:{}'),(11412,8240,'_aviaLayoutBuilder_active',''),(11413,8240,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;autoplay=1&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; autoplay=\"1\" fullscreen; picture-in-picture\" allowfullscreen></iframe>'),(11414,8240,'_avia_builder_shortcode_tree','a:0:{}'),(11415,8242,'_aviaLayoutBuilder_active',''),(11416,8242,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;autoplay=1&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay; autoplay=\"1\"; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),(11417,8242,'_avia_builder_shortcode_tree','a:0:{}'),(11418,8244,'_aviaLayoutBuilder_active',''),(11419,8244,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;autoplay=1&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a\" width=\"640\" height=\"360\" frameborder=\"0\" allow=\"autoplay\"; autoplay=\"1\"; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),(11420,8244,'_avia_builder_shortcode_tree','a:0:{}'),(11421,8246,'_aviaLayoutBuilder_active',''),(11422,8246,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;autoplay=1&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a\" width=\"640\" height=\"360\" frameborder=\"0\" autoplay=\"1\"; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),(11423,8246,'_avia_builder_shortcode_tree','a:0:{}'),(11424,8248,'_aviaLayoutBuilder_active',''),(11425,8248,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;autoplay=1&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a\" width=\"640\" height=\"360\" frameborder=\"0\" loop=\"1\" autoplay=\"1\" fullscreen; picture-in-picture\" allowfullscreen></iframe>'),(11426,8248,'_avia_builder_shortcode_tree','a:0:{}'),(11427,8250,'_aviaLayoutBuilder_active',''),(11428,8250,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;autoplay=1&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a\" width=\"640\" height=\"360\" frameborder=\"0\" loop=\"1\" autoplay=\"1\"></iframe>'),(11429,8250,'_avia_builder_shortcode_tree','a:0:{}'),(11430,8253,'_aviaLayoutBuilder_active',''),(11431,8253,'_aviaLayoutBuilderCleanData','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;autoplay=1&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a\" width=\"640\" height=\"360\" frameborder=\"0\" loop=\"1\" autoplay=\"1\"></iframe> --->\r\n\r\n<div style=\"padding:56.25% 0 0 0;position:relative;\"><iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen style=\"position:absolute;top:0;left:0;width:100%;height:100%;\" title=\"Reunion Shout Out to Vic Solis\"></iframe></div><script src=\"https://player.vimeo.com/api/player.js\"></script>'),(11432,8253,'_avia_builder_shortcode_tree','a:0:{}'),(11434,8259,'_wp_attached_file','2022/04/fubine-map.jpg'),(11435,8259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:934;s:4:\"file\";s:22:\"2022/04/fubine-map.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"fubine-map-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"fubine-map-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"fubine-map-768x701.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"fubine-map-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"fubine-map-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"fubine-map-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:23:\"fubine-map-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"fubine-map-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"fubine-map-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:22:\"fubine-map-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:22:\"fubine-map-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"fubine-map-705x643.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"fubine-map-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:23:\"fubine-map-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"fubine-map-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"fubine-map-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"fubine-map-450x410.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11436,80,'_wp_page_template','page_templates/langsw-page.php'),(11437,8260,'_aviaLayoutBuilder_active','active'),(11438,8260,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n\r\n<a rel=\"lightbox\" href=\"/wp-content/uploads/2022/04/fubine-map.jpg\"><img src=\"/wp-content/uploads/2022/04/fubine-map.jpg\" alt=\"\" width=\"200\" class=\"alignleft size-full wp-image-8259\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(11439,8260,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(11440,8262,'_aviaLayoutBuilder_active','active'),(11441,8262,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n\r\n<a rel=\"lightbox\" href=\"/wp-content/uploads/2022/04/fubine-map.jpg\"><img src=\"/wp-content/uploads/2022/04/fubine-map.jpg\" alt=\"\" width=\"200\" class=\"alignleft size-full wp-image-8259\" /></a>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\' attachment=\'86\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'yes\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjo5ch1\' custom_class=\'\' admin_preview_bg=\'\']\r\nNarrow Fubine Street\r\n[/av_image]\r\n\r\n[/av_one_half]'),(11442,8262,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(11443,8264,'_aviaLayoutBuilder_active','active'),(11444,8264,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n\r\n<a rel=\"lightbox\" href=\"/wp-content/uploads/2022/04/fubine-map.jpg\"><img src=\"/wp-content/uploads/2022/04/fubine-map.jpg\" alt=\"\" width=\"200\" class=\"alignleft size-full wp-image-8259\" /></a>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-l2hx9ack\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a rel=\"lightbox\" href=\"/wp-content/uploads/2018/10/fubine-street.jpg\"><img src=\"/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\" alt=\"\" width=\"400\" class=\"alignleft size-large wp-image-7876\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(11445,8264,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(11446,8266,'_aviaLayoutBuilder_active','active'),(11447,8266,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\nFubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n\r\n<a href=\"/wp-content/uploads/2022/04/fubine-map.jpg\" rel=\"lightbox\"><img style=\"float:left;\" class=\"alignleft\" src=\"/wp-content/uploads/2022/04/fubine-map.jpg\" alt=\"\" width=\"200\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-l2hx9ack\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a rel=\"lightbox\" href=\"/wp-content/uploads/2018/10/fubine-street.jpg\"><img src=\"/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\" alt=\"\" width=\"400\" class=\"alignleft size-large wp-image-7876\" /></a>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(11448,8266,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(11449,8268,'_aviaLayoutBuilder_active','active'),(11450,8268,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/wp-content/uploads/2022/04/fubine-map.jpg\" rel=\"lightbox\"><img class=\"alignleft\" style=\"float: left;\" src=\"/wp-content/uploads/2022/04/fubine-map.jpg\" alt=\"\" width=\"200\" /></a>Fubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-l2hx9ack\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a rel=\"lightbox\" href=\"/wp-content/uploads/2018/10/fubine-street.jpg\"><img src=\"/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\" alt=\"\" width=\"400\" class=\"alignleft size-large wp-image-7876\" /></a>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(11451,8268,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(11452,8270,'_aviaLayoutBuilder_active','active'),(11453,8270,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/wp-content/uploads/2022/04/fubine-map.jpg\" rel=\"lightbox\"><img class=\"alignleft\" style=\"float: left;\" src=\"/wp-content/uploads/2022/04/fubine-map.jpg\" alt=\"\" width=\"200\" /></a>Fubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-l2hx9ack\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/wp-content/uploads/2018/10/fubine-street.jpg\" rel=\"lightbox\"><img class=\"alignleft size-large wp-image-7876\" src=\"/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\" alt=\"\" width=\"500\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(11454,8270,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(11457,12,'_av_css_styles','a:6:{s:7:\"post_id\";i:12;s:8:\"css_file\";s:11:\"post-12.css\";s:9:\"timestamp\";s:14:\"ver-1663691915\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:9:{i:0;s:41:\"av-1debs-d16de876ea7188185f99864258a04aef\";i:1;s:44:\"av-joaopllh-868c89f2388846149d50a003f86150b5\";i:2;s:41:\"av-11drk-04ca38a4e60c98828e96c65912cec2f5\";i:3;s:44:\"av-jobyah2z-b0be0b7aefdc885ac359e57076de8ebe\";i:4;s:44:\"av-jobz9bb5-83469a4def701b9a216f40b3d12e413c\";i:5;s:44:\"av-joakc0ka-294494d36ab75163ff9589c588eeb3e4\";i:6;s:40:\"av-u1kg-310a4ea9784bf8c14fc1548d257da987\";i:7;s:42:\"av-u1kg-2-6f2d48891ca5c26b36813ca02b406ce0\";i:8;s:42:\"av-u1kg-1-a04ad51faac9fc59482d981e179068d3\";}s:13:\"include_posts\";a:0:{}}'),(11458,138,'_av_css_styles','a:6:{s:7:\"post_id\";i:138;s:8:\"css_file\";s:12:\"post-138.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11459,5626,'_av_css_styles','a:6:{s:7:\"post_id\";i:5626;s:8:\"css_file\";s:13:\"post-5626.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11460,5629,'_av_css_styles','a:6:{s:7:\"post_id\";i:5629;s:8:\"css_file\";s:13:\"post-5629.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11461,2,'_av_css_styles','a:6:{s:7:\"post_id\";i:2;s:8:\"css_file\";s:10:\"post-2.css\";s:9:\"timestamp\";s:14:\"ver-1663691986\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:40:\"av-2uxc-5f55dc58dee88b06e5e9f3b2b44a8a04\";i:1;s:44:\"av-jnjv0yen-1236b0107c64de262fd4f0698ad7e589\";i:2;s:40:\"av-4xdc-e3a30d0487ad70784e43bd3dde651d8a\";}s:13:\"include_posts\";a:0:{}}'),(11462,6561,'_av_css_styles','a:6:{s:7:\"post_id\";i:6561;s:8:\"css_file\";s:13:\"post-6561.css\";s:9:\"timestamp\";s:14:\"ver-1663699283\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:21:{i:0;s:42:\"av-3y7iwh-45b92fb9fe585b4a03feb7e9a76b864a\";i:1;s:42:\"av-29e3gh-b282d574f0ad6ddf0e727788826655e6\";i:2;s:42:\"av-76au5d-d62cdbc0a4cf368a1e35509486f24239\";i:3;s:42:\"av-r7s4q9-8dec273be0377ad3b2d0755746dc0916\";i:4;s:42:\"av-nq03gx-ae4e043f5a345ed29f8b33c7eeb3b69f\";i:5;s:42:\"av-lv2z2p-2592c3db0125123c3da39dc4a3e96a17\";i:6;s:42:\"av-224e5t-b537e5c2fd7f2192f199b13d39bad311\";i:7;s:42:\"av-hz8oi9-5af3eb17c2424b4b219333ab4c47dcee\";i:8;s:42:\"av-ffb4zl-7d0500e87a0b7b4339519bb112a99ab5\";i:9;s:42:\"av-5njtcx-e67d143a4ca8ab88784c108ca15ee961\";i:10;s:42:\"av-3lb9xt-7aa8129813221526cf774a6bee59aadd\";i:11;s:42:\"av-399181-97426cd1887eae72d07e03d38fe4c192\";i:12;s:42:\"av-4t74xt-16125551b722a94cc65a6a6eeb210393\";i:13;s:42:\"av-1zoqap-dadb4b66939c541d6120693457efcfd1\";i:14;s:44:\"av-jod6ye7w-c49f64a22e8079da7c2937cca7122df3\";i:15;s:42:\"av-dq2x4x-b31587d250de71a09efd5cce93f4774c\";i:16;s:42:\"av-abj9ox-77e139bb898f35ab37b1477c72bd7260\";i:17;s:42:\"av-9rmqxt-52ae92545a7a693dcd118cce06fcd29d\";i:18;s:42:\"av-40bedt-bba68dae3e749b147c6217a8da340efe\";i:19;s:42:\"av-2t7twh-1f8ade80cb5af9bf5b2b2035a34497e5\";i:20;s:44:\"av-jo6qi4dk-3071abb8d3b57aeb514eae28b2eacfa0\";}s:13:\"include_posts\";a:0:{}}'),(11463,80,'_av_css_styles','a:6:{s:7:\"post_id\";i:80;s:8:\"css_file\";s:11:\"post-80.css\";s:9:\"timestamp\";s:14:\"ver-1663699280\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:41:\"av-1imcc-459e236a008af94a427caedb5cab1a9e\";i:1;s:41:\"av-11avw-203d0c81df98064818d402b2ebd9653e\";}s:13:\"include_posts\";a:0:{}}'),(11464,141,'_av_css_styles','a:0:{}'),(11465,67,'_av_css_styles','a:6:{s:7:\"post_id\";i:67;s:8:\"css_file\";s:11:\"post-67.css\";s:9:\"timestamp\";s:14:\"ver-1663693849\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:41:\"av-1b343-6cb847fcf0433d1e28ca9c9c3a225e63\";i:1;s:41:\"av-127z7-aade122be8d12b5828defd18602a60a9\";}s:13:\"include_posts\";a:0:{}}'),(11466,7130,'_av_css_styles','a:6:{s:7:\"post_id\";i:7130;s:8:\"css_file\";s:13:\"post-7130.css\";s:9:\"timestamp\";s:14:\"ver-1663699279\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:7:{i:0;s:41:\"av-22b96-0395c9f2cf75d1bfbc0819e5c04869ed\";i:1;s:42:\"av-3l5abu-f624faff67feea095829f138f29aced2\";i:2;s:44:\"av-jobvh62t-926923f0a4637a9570c9cae8c12ca7cd\";i:3;s:44:\"av-jodvo6if-4dae0c6944d51ee0e8db28dbead07726\";i:4;s:44:\"av-jodvyk4t-f33b039e501f634e374f2f2ad9bf4841\";i:5;s:44:\"av-jodwm5ox-16a2b71083e770de66370dacdf38ee38\";i:6;s:44:\"av-jof7x3e8-32fc53a302ff9d9702503bdcf10cd4b7\";}s:13:\"include_posts\";a:0:{}}'),(11467,6018,'_av_css_styles','a:6:{s:7:\"post_id\";i:6018;s:8:\"css_file\";s:13:\"post-6018.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11468,7981,'_av_css_styles','a:6:{s:7:\"post_id\";i:7981;s:8:\"css_file\";s:13:\"post-7981.css\";s:9:\"timestamp\";s:14:\"ver-1663726871\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:1:{i:0;s:42:\"av-5ois65-f29f8b1bc7e85aea87bfc1a206843bec\";}s:13:\"include_posts\";a:0:{}}'),(11471,6692,'_av_css_styles','a:6:{s:7:\"post_id\";i:6692;s:8:\"css_file\";s:13:\"post-6692.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11472,5615,'_av_css_styles','a:6:{s:7:\"post_id\";i:5615;s:8:\"css_file\";s:13:\"post-5615.css\";s:9:\"timestamp\";s:14:\"ver-1663769852\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:41:\"av-kgse7-9f33addc32dcfa3f4a52bfdd67d566d9\";i:1;s:42:\"av-28kpmn-4c5101ff45b5b72b8d55c34f61313753\";}s:13:\"include_posts\";a:0:{}}'),(11473,7011,'_av_css_styles','a:6:{s:7:\"post_id\";i:7011;s:8:\"css_file\";s:13:\"post-7011.css\";s:9:\"timestamp\";s:14:\"ver-1663699282\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:32:{i:0;s:42:\"av-kp4s4z-86b0dda68d2e5a675601e98691fd9258\";i:1;s:42:\"av-gqce4j-66c99e17a6afe01a964654f05587ee10\";i:2;s:42:\"av-fii8ur-d1deeb4e1a51b5e3b2a03497a74fc2c6\";i:3;s:42:\"av-2xty6r-58da48064c0d7b12f4fb3f8135aa6384\";i:4;s:42:\"av-egeaf7-484ab2a2dfebef528c5fc7f2daf9da71\";i:5;s:42:\"av-abk4wj-8c911f4cfe59ab339fe2f50577bec9cd\";i:6;s:42:\"av-8g582r-b009edbf3d6c64b769427538629efd63\";i:7;s:42:\"av-2yq3lf-263d88250c94b9f14fe9e944366015fb\";i:8;s:42:\"av-7q2v7n-2f4713ef442023a16973db60568686c3\";i:9;s:42:\"av-3tvpoj-b3b7d8f8b733fdac4cf3f7906225c6a3\";i:10;s:42:\"av-305jg3-8106c29e43ca0e2074dbb1aceeee70d0\";i:11;s:42:\"av-d66mg3-c78b39ebe13fb9c93af70e27dbd44f6c\";i:12;s:42:\"av-al4klf-ab731810ee57805606952b3caf2d9702\";i:13;s:42:\"av-7j2lf7-8d9a7b3843283ccecb054f49ac30bd7d\";i:14;s:44:\"av-jo7mtynr-7981c2f34c73e2a43ac1bb763031627d\";i:15;s:45:\"av-d66mg3-12-59267c41da32767ec5e9adbe1c4b3f51\";i:16;s:45:\"av-al4klf-10-e56b5a2f85baf85b943d50b8b9bbd90e\";i:17;s:44:\"av-7j2lf7-8-56d151f1ed9e0da464887c1a2cb0eb36\";i:18;s:46:\"av-jo7mtynr-7-80878e285da3f4626bd0eae39486ca0b\";i:19;s:42:\"av-2z4oab-ca32aed9c1eb7757c92282cb4d303770\";i:20;s:42:\"av-3r96wj-598aa026446913d173b55e48458908e2\";i:21;s:42:\"av-2lcx2b-747b6700c4140f7971a2c3921f4fb02f\";i:22;s:44:\"av-joep4c7d-c898c2ebdc0b9ca4d1dce097c0f1d418\";i:23;s:44:\"av-2z4oab-6-8101cfb95c076686bd800ef61d0ec1d0\";i:24;s:42:\"av-5ouc37-e6f4e462cce1d01a897fc2bca3295379\";i:25;s:42:\"av-3zprer-cad1b3bf8bfe22c52dc14cccb106b4d2\";i:26;s:42:\"av-30jgzn-db049c5213b4df0bdb3b46a631e14ac2\";i:27;s:44:\"av-2z4oab-4-fa74b2a7ca71fea2e84c07070608ce4c\";i:28;s:42:\"av-4o43s3-0c8f9c831c93d02e7de995e840091eca\";i:29;s:42:\"av-2vpuzn-29344d02a066210e10c50e1e0daa74be\";i:30;s:44:\"av-jomdhod9-62f3e2eef724766246d92f3b7c396610\";i:31;s:44:\"av-2z4oab-2-d38690e258e63fda58aaeb812613a1fc\";}s:13:\"include_posts\";a:0:{}}'),(11474,6700,'_av_css_styles','a:6:{s:7:\"post_id\";i:6700;s:8:\"css_file\";s:13:\"post-6700.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11475,6662,'_av_css_styles','a:6:{s:7:\"post_id\";i:6662;s:8:\"css_file\";s:13:\"post-6662.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11476,7238,'_av_css_styles','a:6:{s:7:\"post_id\";i:7238;s:8:\"css_file\";s:13:\"post-7238.css\";s:9:\"timestamp\";s:14:\"ver-1663740118\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:8:{i:0;s:41:\"av-8bsme-c13c8a3ed215811155799b16c1390d3f\";i:1;s:42:\"av-2qb8zq-8a2664576c80fb896f6a7a524c6b39ab\";i:2;s:44:\"av-jocikxo4-fa273a78d1ef7a12cbd1cec15f182711\";i:3;s:44:\"av-jodxpezc-d70eac5c0b70acac19f8d79e3a637159\";i:4;s:44:\"av-jodf9gyu-d23fc9b2989d032c4c1c7bf4449f547f\";i:5;s:44:\"av-jo7pd6sv-bbc87792c67db174bc1db307048ae4df\";i:6;s:46:\"av-jodf9gyu-1-ea2b154498d469f14ffc138e247aefa8\";i:7;s:44:\"av-jodehrf7-df5b09f584d06704ec661c6858a3bfa3\";}s:13:\"include_posts\";a:0:{}}'),(11477,6402,'_av_css_styles','a:6:{s:7:\"post_id\";i:6402;s:8:\"css_file\";s:13:\"post-6402.css\";s:9:\"timestamp\";s:14:\"ver-1663835485\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-3xsy36-5ceb68e0f21583d5f74643d5242be54f\";i:1;s:42:\"av-2fgppe-53b820408bb6c53acc076a3437933269\";i:2;s:44:\"av-jo4tp39w-5dc5a1d0ea28230e554e8ec9775d7176\";}s:13:\"include_posts\";a:0:{}}'),(11478,6669,'_av_css_styles','a:6:{s:7:\"post_id\";i:6669;s:8:\"css_file\";s:13:\"post-6669.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11479,6410,'_av_css_styles','a:6:{s:7:\"post_id\";i:6410;s:8:\"css_file\";s:13:\"post-6410.css\";s:9:\"timestamp\";s:14:\"ver-1663835581\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-4kd27e-c5c4cc28debbccebbfd9078ae58e5b6e\";i:1;s:42:\"av-1xhuoa-a72d4decb8b36a0ee1c7c78fc773ed03\";i:2;s:44:\"av-jo559bwg-14e2ee7000acbc97d6d42e649fb08aa0\";}s:13:\"include_posts\";a:0:{}}'),(11480,6673,'_av_css_styles','a:6:{s:7:\"post_id\";i:6673;s:8:\"css_file\";s:13:\"post-6673.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11481,6711,'_av_css_styles','a:6:{s:7:\"post_id\";i:6711;s:8:\"css_file\";s:13:\"post-6711.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11482,6461,'_av_css_styles','a:6:{s:7:\"post_id\";i:6461;s:8:\"css_file\";s:13:\"post-6461.css\";s:9:\"timestamp\";s:14:\"ver-1663699291\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-4o2t25-a1ca6d78dd40009a6294caabe0677c3a\";i:1;s:42:\"av-2tstzx-f3b6ba1e825c15dc496088cb21af69d7\";i:2;s:44:\"av-jo7vqnf8-624667c207b39df975858e72bed0e9aa\";}s:13:\"include_posts\";a:0:{}}'),(11483,6676,'_av_css_styles','a:6:{s:7:\"post_id\";i:6676;s:8:\"css_file\";s:13:\"post-6676.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11484,6683,'_av_css_styles','a:6:{s:7:\"post_id\";i:6683;s:8:\"css_file\";s:13:\"post-6683.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11485,6664,'_av_css_styles','a:6:{s:7:\"post_id\";i:6664;s:8:\"css_file\";s:13:\"post-6664.css\";s:9:\"timestamp\";s:14:\"ver-1663835494\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-4nwlg8-d3a84aa9e0fe941b29af068cf5b71ec1\";i:1;s:42:\"av-21fbgo-9e3778772359c978894a4b5abbbb106d\";}s:13:\"include_posts\";a:0:{}}'),(11486,7339,'_av_css_styles','a:6:{s:7:\"post_id\";i:7339;s:8:\"css_file\";s:13:\"post-7339.css\";s:9:\"timestamp\";s:14:\"ver-1663743960\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-3h89bv-19a1a0a94fedd4bc04de57f6cec3d588\";i:1;s:42:\"av-27ggcb-f057f9ef48ae7b4f686899048d7e2e32\";i:2;s:44:\"av-jockryq7-7a1829d99adeef266444458bed375588\";}s:13:\"include_posts\";a:0:{}}'),(11487,41,'_av_css_styles','a:6:{s:7:\"post_id\";i:41;s:8:\"css_file\";s:11:\"post-41.css\";s:9:\"timestamp\";s:14:\"ver-1663699284\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:20:{i:0;s:44:\"av-jnjrmcy4-4ee84aa89c470d8e1bd5cfc58d452eb7\";i:1;s:41:\"av-15xod-c56585376074f803aaa02bb5c47aaa09\";i:2;s:44:\"av-jo2e1i0x-2fcc8d83adeb33ca3ea3124106a55797\";i:3;s:44:\"av-jnjk1hak-b8e98747ca07ccbfeadd929bbb1f0deb\";i:4;s:41:\"av-6dhdh-6f5f073efae590dc54bf4e9c1bf52e8c\";i:5;s:41:\"av-5pnyt-dd20f44d2ccc866a5f28b8035d10e6c5\";i:6;s:41:\"av-4x6np-c9ee8ac601ddd51780246804a654c382\";i:7;s:41:\"av-487fh-a58a052d9593d1efe8dd391ef4dc7c32\";i:8;s:40:\"av-dnmd-3a5440ef06466e97fe384208170ac532\";i:9;s:41:\"av-38vwh-866def599c4a8722db5e4d58cac6cd0b\";i:10;s:41:\"av-2hvdd-3b0ccd0b042b83b15c5d02ba631a5ee1\";i:11;s:41:\"av-275vl-8b2b520c9c4a215434d25173b7374e5d\";i:12;s:41:\"av-1g3ht-d2518b941d33b090eb86607df32268f6\";i:13;s:40:\"av-2fgd-a23396c9db659dbccdd7c0fff76c0f20\";i:14;s:40:\"av-w3fl-ba0cf8d7ae709b101d64b48ab819de30\";i:15;s:41:\"av-1h5dp-a90cd31ddccdc33f874c1a6b54e94a4d\";i:16;s:40:\"av-qlz9-66facc62f0222bb6e90788c832ae8120\";i:17;s:41:\"av-23vfp-cae61b44d510f88bcf891b0de472650e\";i:18;s:41:\"av-1g3vp-8495426ab512ec313aa952b66246c8c3\";i:19;s:40:\"av-2lux-ec4d110a9bebf18056b2604c878e1ec1\";}s:13:\"include_posts\";a:0:{}}'),(11488,6704,'_av_css_styles','a:6:{s:7:\"post_id\";i:6704;s:8:\"css_file\";s:13:\"post-6704.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11489,6699,'_av_css_styles','a:6:{s:7:\"post_id\";i:6699;s:8:\"css_file\";s:13:\"post-6699.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11490,6678,'_av_css_styles','a:6:{s:7:\"post_id\";i:6678;s:8:\"css_file\";s:13:\"post-6678.css\";s:9:\"timestamp\";s:14:\"ver-1663835528\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-3unkie-af71ee4817f1b6dc5a27ed2a3bc24a9b\";i:1;s:42:\"av-2j6w5y-561be10d719498f9847b2a456be85ab1\";}s:13:\"include_posts\";a:0:{}}'),(11491,6419,'_av_css_styles','a:6:{s:7:\"post_id\";i:6419;s:8:\"css_file\";s:13:\"post-6419.css\";s:9:\"timestamp\";s:14:\"ver-1663835591\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-4r4z2r-d8fbce84242d0b46cbc705b08a17846b\";i:1;s:42:\"av-289dar-d37321313fe592e802a4c819609ea381\";i:2;s:44:\"av-jnznvhir-7034d778122d21bceb6c5c09c409bb2d\";}s:13:\"include_posts\";a:0:{}}'),(11492,7057,'_av_css_styles','a:6:{s:7:\"post_id\";i:7057;s:8:\"css_file\";s:13:\"post-7057.css\";s:9:\"timestamp\";s:14:\"ver-1663745314\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:17:{i:0;s:42:\"av-3066mp-3b46e8950fa2320d9152a4f5263c5879\";i:1;s:42:\"av-qe5trl-850d70a94dd82ba36272abe343f7081e\";i:2;s:44:\"av-jo6qo0vw-b6c1fe8e8f4b04b3e8a7e9d2c3dce60d\";i:3;s:42:\"av-n4txkx-bc3909c46687e5d667a3e79587852822\";i:4;s:44:\"av-jo6rbun8-1aee55c557f37e051114da216e755633\";i:5;s:42:\"av-j4vbi9-ec195c20905c9b566d7eadd4eb91e0b4\";i:6;s:44:\"av-jo6s3a5f-6facb9d8a8373ce902cc013d59903649\";i:7;s:42:\"av-98atb5-281fe22e40918be988352f1c04879215\";i:8;s:44:\"av-jo6rcy4m-44a542dd6a16f8ce474d99360ec94aad\";i:9;s:42:\"av-84shlt-e5e268fc8b897cb5ee2ec987a82ea3c4\";i:10;s:44:\"av-jo6rdrqp-25234f6d0353dd062936052df2117be7\";i:11;s:42:\"av-5aqksx-03be286aef559615c4332906a10b433d\";i:12;s:44:\"av-jogse2a3-596bd1c18dbb5eb05d0b28fd9a72db75\";i:13;s:42:\"av-461tbl-91e97b11dce8359cf82786dec86b9fc7\";i:14;s:44:\"av-joguin5l-e205bb8c381e434dada15b332851738e\";i:15;s:42:\"av-362dip-937c3dac2f462f82714f2beb41f62c91\";i:16;s:46:\"av-jo6s3a5f-1-ffb664e273ad3bd2b317f23d5fb755ad\";}s:13:\"include_posts\";a:0:{}}'),(11493,6693,'_av_css_styles','a:6:{s:7:\"post_id\";i:6693;s:8:\"css_file\";s:13:\"post-6693.css\";s:9:\"timestamp\";s:14:\"ver-1663699286\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-4r31ud-d748e66bd966a5a6094af9fe6a8d79d9\";i:1;s:42:\"av-1v8u85-62b0a9b6c1cce0f6d275921daa39e8b1\";}s:13:\"include_posts\";a:0:{}}'),(11494,6672,'_av_css_styles','a:6:{s:7:\"post_id\";i:6672;s:8:\"css_file\";s:13:\"post-6672.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11495,8053,'_av_css_styles','a:6:{s:7:\"post_id\";i:8053;s:8:\"css_file\";s:13:\"post-8053.css\";s:9:\"timestamp\";s:14:\"ver-1663835477\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-6v6a05-7e5b20227106517bfcdd56ed18f96751\";i:1;s:41:\"av-gcy79-a296b788581763d319a7766f02b78bab\";i:2;s:42:\"av-2uh351-f3246d46e4356488d790edf25a2f0144\";}s:13:\"include_posts\";a:0:{}}'),(11496,6712,'_av_css_styles','a:6:{s:7:\"post_id\";i:6712;s:8:\"css_file\";s:13:\"post-6712.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11497,6684,'_av_css_styles','a:6:{s:7:\"post_id\";i:6684;s:8:\"css_file\";s:13:\"post-6684.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11498,6677,'_av_css_styles','a:6:{s:7:\"post_id\";i:6677;s:8:\"css_file\";s:13:\"post-6677.css\";s:9:\"timestamp\";s:14:\"ver-1663699295\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-3x7az9-ddd986f361211991bfd04da01487ff14\";i:1;s:42:\"av-1tktpx-a6b2faf238b193bec5e292b9ca0b1449\";}s:13:\"include_posts\";a:0:{}}'),(11499,6226,'_av_css_styles','a:6:{s:7:\"post_id\";i:6226;s:8:\"css_file\";s:13:\"post-6226.css\";s:9:\"timestamp\";s:14:\"ver-1663770030\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:41:\"av-ci8ia-013cb2ef750b66fe00bb98d63e52d228\";i:1;s:42:\"av-22w19u-f0038b543848a9829ba01057bf51dfc2\";i:2;s:44:\"av-jnzi93kq-cb776b2f1539a5ad72a7edf28ce5264d\";}s:13:\"include_posts\";a:0:{}}'),(11500,6703,'_av_css_styles','a:6:{s:7:\"post_id\";i:6703;s:8:\"css_file\";s:13:\"post-6703.css\";s:9:\"timestamp\";s:14:\"ver-1663835558\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-3xpqkv-35ad3a15711dc972b6b1c480255a2a42\";i:1;s:41:\"av-b1iq7-76df44f128892d703df9048f572e7f06\";}s:13:\"include_posts\";a:0:{}}'),(11501,6706,'_av_css_styles','a:6:{s:7:\"post_id\";i:6706;s:8:\"css_file\";s:13:\"post-6706.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11502,6707,'_av_css_styles','a:6:{s:7:\"post_id\";i:6707;s:8:\"css_file\";s:13:\"post-6707.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11503,6680,'_av_css_styles','a:6:{s:7:\"post_id\";i:6680;s:8:\"css_file\";s:13:\"post-6680.css\";s:9:\"timestamp\";s:14:\"ver-1663756203\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-4gftjc-a483f74ae72012af07cc43b516e08760\";i:1;s:42:\"av-1x9xe0-292cadc9abfc693095dcee5b0d0c2c47\";}s:13:\"include_posts\";a:0:{}}'),(11504,6674,'_av_css_styles','a:6:{s:7:\"post_id\";i:6674;s:8:\"css_file\";s:13:\"post-6674.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11505,6681,'_av_css_styles','a:6:{s:7:\"post_id\";i:6681;s:8:\"css_file\";s:13:\"post-6681.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11506,7825,'_av_css_styles','a:6:{s:7:\"post_id\";i:7825;s:8:\"css_file\";s:13:\"post-7825.css\";s:9:\"timestamp\";s:14:\"ver-1663801320\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-7rijep-53e0c077914ba6cffff0a0975efdbe70\";i:1;s:42:\"av-5reqc1-4b79ebe744862a7ab7c7ba65e4986627\";}s:13:\"include_posts\";a:0:{}}'),(11507,6686,'_av_css_styles','a:6:{s:7:\"post_id\";i:6686;s:8:\"css_file\";s:13:\"post-6686.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11508,6685,'_av_css_styles','a:6:{s:7:\"post_id\";i:6685;s:8:\"css_file\";s:13:\"post-6685.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11509,6666,'_av_css_styles','a:6:{s:7:\"post_id\";i:6666;s:8:\"css_file\";s:13:\"post-6666.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11510,6715,'_av_css_styles','a:6:{s:7:\"post_id\";i:6715;s:8:\"css_file\";s:13:\"post-6715.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11511,7993,'_av_css_styles','a:6:{s:7:\"post_id\";i:7993;s:8:\"css_file\";s:13:\"post-7993.css\";s:9:\"timestamp\";s:14:\"ver-1663699296\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:4:{i:0;s:42:\"av-7s34a1-88e0014b10948c336967b4361f7ae75a\";i:1;s:42:\"av-4ucj8p-786cfe9af449e25b393603cd2af7a3e1\";i:2;s:42:\"av-20czbd-449eaea302db210cad6989f722546ea2\";i:3;s:44:\"av-jog7p6xh-4dec95ce25f2d5df7a5d216bf332f976\";}s:13:\"include_posts\";a:0:{}}'),(11512,6144,'_av_css_styles','a:6:{s:7:\"post_id\";i:6144;s:8:\"css_file\";s:13:\"post-6144.css\";s:9:\"timestamp\";s:14:\"ver-1663770030\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-4k2c74-a6a06f66d761ac59f382a01dd5650fb6\";i:1;s:42:\"av-2l9980-f7af2465b0ea9e3f7ceccf915f2e9790\";i:2;s:44:\"av-jnvaqxcb-d0bc88841d8fd1d830e2da442e335ae8\";}s:13:\"include_posts\";a:0:{}}'),(11513,8024,'_av_css_styles','a:6:{s:7:\"post_id\";i:8024;s:8:\"css_file\";s:13:\"post-8024.css\";s:9:\"timestamp\";s:14:\"ver-1663699293\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-70m6g8-a33dde2f4748d2fdcff5df8afaa92410\";i:1;s:42:\"av-3rdaag-497e5eaaed176c6906564a7c3cf70ae4\";i:2;s:42:\"av-29vpaw-05dd3f3b957cd301fa746eae55a0f97f\";}s:13:\"include_posts\";a:0:{}}'),(11514,6371,'_av_css_styles','a:6:{s:7:\"post_id\";i:6371;s:8:\"css_file\";s:13:\"post-6371.css\";s:9:\"timestamp\";s:14:\"ver-1663785116\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-3srmab-f48fcf2fdebb8d1100adb44b65698f92\";i:1;s:42:\"av-26bhtv-e64058b541d60a3affe6529752257057\";}s:13:\"include_posts\";a:0:{}}'),(11515,6695,'_av_css_styles','a:6:{s:7:\"post_id\";i:6695;s:8:\"css_file\";s:13:\"post-6695.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11516,6690,'_av_css_styles','a:6:{s:7:\"post_id\";i:6690;s:8:\"css_file\";s:13:\"post-6690.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11517,6667,'_av_css_styles','a:6:{s:7:\"post_id\";i:6667;s:8:\"css_file\";s:13:\"post-6667.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11518,6406,'_av_css_styles','a:6:{s:7:\"post_id\";i:6406;s:8:\"css_file\";s:13:\"post-6406.css\";s:9:\"timestamp\";s:14:\"ver-1663699291\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-3jdm3q-fdd0f4c56aec7b61d409385309f7fc00\";i:1;s:42:\"av-1y3xfa-c591d1f48fdcb6b07f3e2fbf47a12981\";i:2;s:44:\"av-jo3rqidu-f7dbd6788bd8c6d1de96cde7e5d884a5\";}s:13:\"include_posts\";a:0:{}}'),(11519,6382,'_av_css_styles','a:6:{s:7:\"post_id\";i:6382;s:8:\"css_file\";s:13:\"post-6382.css\";s:9:\"timestamp\";s:14:\"ver-1663699293\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-4a29f2-34d42123ea2f36f28b3deba3253c1632\";i:1;s:41:\"av-aofsu-e7fcd06557917d038ea001052f4eaee8\";i:2;s:44:\"av-jo11pl38-58415331eda8dce64f445bfdff954664\";}s:13:\"include_posts\";a:0:{}}'),(11520,6717,'_av_css_styles','a:6:{s:7:\"post_id\";i:6717;s:8:\"css_file\";s:13:\"post-6717.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11521,6663,'_av_css_styles','a:6:{s:7:\"post_id\";i:6663;s:8:\"css_file\";s:13:\"post-6663.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11522,6710,'_av_css_styles','a:6:{s:7:\"post_id\";i:6710;s:8:\"css_file\";s:13:\"post-6710.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11523,8149,'_av_css_styles','a:6:{s:7:\"post_id\";i:8149;s:8:\"css_file\";s:13:\"post-8149.css\";s:9:\"timestamp\";s:14:\"ver-1663835481\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:1:{i:0;s:42:\"av-34co51-e6809f46cef0fa513030461f2fecdba3\";}s:13:\"include_posts\";a:0:{}}'),(11524,6141,'_av_css_styles','a:6:{s:7:\"post_id\";i:6141;s:8:\"css_file\";s:13:\"post-6141.css\";s:9:\"timestamp\";s:14:\"ver-1663770025\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-4xsdot-e52375b2f1bf1c85ffa8ff6a01a7c2c5\";i:1;s:41:\"av-8ruh9-9d8ea076e85faa513eeb414c781f58a1\";i:2;s:44:\"av-jnv1jtnt-e7a7c33268501afa67e654ef4ab8745f\";}s:13:\"include_posts\";a:0:{}}'),(11525,6691,'_av_css_styles','a:6:{s:7:\"post_id\";i:6691;s:8:\"css_file\";s:13:\"post-6691.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11526,6671,'_av_css_styles','a:6:{s:7:\"post_id\";i:6671;s:8:\"css_file\";s:13:\"post-6671.css\";s:9:\"timestamp\";s:14:\"ver-1663699286\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-3kymrz-60123284ca78e1a2591929062a5add95\";i:1;s:41:\"av-bo0vz-3bc997281ade33b3b4f4da3573e33678\";}s:13:\"include_posts\";a:0:{}}'),(11527,6709,'_av_css_styles','a:6:{s:7:\"post_id\";i:6709;s:8:\"css_file\";s:13:\"post-6709.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11528,6687,'_av_css_styles','a:6:{s:7:\"post_id\";i:6687;s:8:\"css_file\";s:13:\"post-6687.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11529,6708,'_av_css_styles','a:6:{s:7:\"post_id\";i:6708;s:8:\"css_file\";s:13:\"post-6708.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11530,6472,'_av_css_styles','a:6:{s:7:\"post_id\";i:6472;s:8:\"css_file\";s:13:\"post-6472.css\";s:9:\"timestamp\";s:14:\"ver-1663706161\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-89gxyw-7766ff1d5c56c36f09c10d25b48edba6\";i:1;s:42:\"av-4jp9rs-8e097ca3397765f6c34e7f9d3e846b71\";i:2;s:42:\"av-2ye32w-87f84eba4d256ffcbd770505dce0234c\";}s:13:\"include_posts\";a:0:{}}'),(11531,6702,'_av_css_styles','a:6:{s:7:\"post_id\";i:6702;s:8:\"css_file\";s:13:\"post-6702.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11532,6694,'_av_css_styles','a:6:{s:7:\"post_id\";i:6694;s:8:\"css_file\";s:13:\"post-6694.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11533,6969,'_av_css_styles','a:6:{s:7:\"post_id\";i:6969;s:8:\"css_file\";s:13:\"post-6969.css\";s:9:\"timestamp\";s:14:\"ver-1663770024\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:41:\"av-foa0p-07c2dfe99faec0e7a5592d0991066350\";i:1;s:42:\"av-2zkqyh-0b0fe7adfeade418bb667866d26c60f1\";i:2;s:44:\"av-jo5027n1-a7ec60bfdd1cb7924f1907be7d353148\";}s:13:\"include_posts\";a:0:{}}'),(11534,6153,'_av_css_styles','a:6:{s:7:\"post_id\";i:6153;s:8:\"css_file\";s:13:\"post-6153.css\";s:9:\"timestamp\";s:14:\"ver-1663770024\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-3j6ja1-7ca6d695a3cb555dbeec66a16a6c7c08\";i:1;s:44:\"av-jnvahfsx-71bd1e54294670c4595309970671b565\";i:2;s:42:\"av-2pe7vt-08f87fa05d3702702a50755dd8dea364\";}s:13:\"include_posts\";a:0:{}}'),(11535,6682,'_av_css_styles','a:6:{s:7:\"post_id\";i:6682;s:8:\"css_file\";s:13:\"post-6682.css\";s:9:\"timestamp\";s:14:\"ver-1663835544\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-3yl13u-5adb0e0f515815c5d403b325e0a1f1b1\";i:1;s:42:\"av-2uoruy-3eb1f2b3c7e72a82aff89696dbc25542\";}s:13:\"include_posts\";a:0:{}}'),(11536,6675,'_av_css_styles','a:6:{s:7:\"post_id\";i:6675;s:8:\"css_file\";s:13:\"post-6675.css\";s:9:\"timestamp\";s:14:\"ver-1663795199\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-3zg3xf-66d525b1933f9f9ba3e61a110ed2bda2\";i:1;s:42:\"av-2sy6rn-5a0e61ad632ac61ea19139a00ec9eea0\";}s:13:\"include_posts\";a:0:{}}'),(11537,6701,'_av_css_styles','a:6:{s:7:\"post_id\";i:6701;s:8:\"css_file\";s:13:\"post-6701.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11538,6714,'_av_css_styles','a:6:{s:7:\"post_id\";i:6714;s:8:\"css_file\";s:13:\"post-6714.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11539,6147,'_av_css_styles','a:6:{s:7:\"post_id\";i:6147;s:8:\"css_file\";s:13:\"post-6147.css\";s:9:\"timestamp\";s:14:\"ver-1663770020\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-485gdv-313557bab04c7ddbcd5138f7c9524957\";i:1;s:42:\"av-23t1hf-3cd9bba51658a62ce2bb10427dc7c381\";i:2;s:44:\"av-jnv8b2i3-6f6cb4996a7bf061f71b426ee62af936\";}s:13:\"include_posts\";a:0:{}}'),(11540,6665,'_av_css_styles','a:6:{s:7:\"post_id\";i:6665;s:8:\"css_file\";s:13:\"post-6665.css\";s:9:\"timestamp\";s:14:\"ver-1663699295\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:41:\"av-d01a1-94530c13134570f7ec5840b430cd5e29\";i:1;s:42:\"av-2t1txl-0a517d30f57bb5e22be04a5f3a5a1d9e\";}s:13:\"include_posts\";a:0:{}}'),(11541,6367,'_av_css_styles','a:6:{s:7:\"post_id\";i:6367;s:8:\"css_file\";s:13:\"post-6367.css\";s:9:\"timestamp\";s:14:\"ver-1663699292\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-4mdpwv-fd12e08b2129603b66f39dddcd2d1fd0\";i:1;s:42:\"av-2mhewf-d226b4ca688eb9304204ff6b0f076dcb\";i:2;s:44:\"av-jnz2djot-eb58f20d1bc174183bd5f0ef789ebaf0\";}s:13:\"include_posts\";a:0:{}}'),(11542,6698,'_av_css_styles','a:6:{s:7:\"post_id\";i:6698;s:8:\"css_file\";s:13:\"post-6698.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11543,6184,'_av_css_styles','a:6:{s:7:\"post_id\";i:6184;s:8:\"css_file\";s:13:\"post-6184.css\";s:9:\"timestamp\";s:14:\"ver-1663726565\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-4x9y54-6a326f8407283134c32fbbf4abbfcfd2\";i:1;s:42:\"av-2am0yg-594e362ac5f31dd00be98a22f0ae30fc\";i:2;s:44:\"av-jnv9klkx-9e79b022836829b7c7e0b458825acac5\";}s:13:\"include_posts\";a:0:{}}'),(11544,6696,'_av_css_styles','a:6:{s:7:\"post_id\";i:6696;s:8:\"css_file\";s:13:\"post-6696.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11545,6661,'_av_css_styles','a:6:{s:7:\"post_id\";i:6661;s:8:\"css_file\";s:13:\"post-6661.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11546,6668,'_av_css_styles','a:6:{s:7:\"post_id\";i:6668;s:8:\"css_file\";s:13:\"post-6668.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11547,6705,'_av_css_styles','a:6:{s:7:\"post_id\";i:6705;s:8:\"css_file\";s:13:\"post-6705.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11548,6388,'_av_css_styles','a:6:{s:7:\"post_id\";i:6388;s:8:\"css_file\";s:13:\"post-6388.css\";s:9:\"timestamp\";s:14:\"ver-1663770028\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-84xek4-e3d57ff6ef503a69d067f4a8ab37e4ab\";i:1;s:42:\"av-4ninp0-b0a2203ced140f4156bfce17db724889\";i:2;s:42:\"av-2gifpw-8b0bc98ba58f04c0b44983660a34cb62\";}s:13:\"include_posts\";a:0:{}}'),(11549,1,'_av_css_styles','a:6:{s:7:\"post_id\";i:1;s:8:\"css_file\";s:10:\"post-1.css\";s:9:\"timestamp\";s:14:\"ver-1663835294\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:1:{i:0;s:40:\"av-35iz-9f19cdf4b0e4f80bc0aa73c6d50d4520\";}s:13:\"include_posts\";a:0:{}}'),(11550,24,'_av_css_styles','a:6:{s:7:\"post_id\";i:24;s:8:\"css_file\";s:11:\"post-24.css\";s:9:\"timestamp\";s:14:\"ver-1664052084\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:4:{i:0;s:41:\"av-1f6os-b6783fffe4fc4fbccba59f5ffdd44a0e\";i:1;s:44:\"av-jnijsi1l-1e46dd1e9dbc00c17cab38f8427a95f9\";i:2;s:41:\"av-11pkw-866c071bb57444b19aaec0cbdf177b4d\";i:3;s:44:\"av-jnijw8b8-eac833f8f314af402f005ca9eaa4a608\";}s:13:\"include_posts\";a:0:{}}'),(11551,6697,'_av_css_styles','a:6:{s:7:\"post_id\";i:6697;s:8:\"css_file\";s:13:\"post-6697.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11552,7818,'_av_css_styles','a:6:{s:7:\"post_id\";i:7818;s:8:\"css_file\";s:13:\"post-7818.css\";s:9:\"timestamp\";s:14:\"ver-1663770549\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-95uybe-c328a8cd10796df3a10b63f38404e8b3\";i:1;s:42:\"av-5qsnkq-d9137dd068d7d78ceb295ea7d4da8c80\";}s:13:\"include_posts\";a:0:{}}'),(11553,5542,'_av_css_styles','a:6:{s:7:\"post_id\";i:5542;s:8:\"css_file\";s:13:\"post-5542.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11554,6689,'_av_css_styles','a:6:{s:7:\"post_id\";i:6689;s:8:\"css_file\";s:13:\"post-6689.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11555,6713,'_av_css_styles','a:6:{s:7:\"post_id\";i:6713;s:8:\"css_file\";s:13:\"post-6713.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11556,6688,'_av_css_styles','a:6:{s:7:\"post_id\";i:6688;s:8:\"css_file\";s:13:\"post-6688.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11557,6526,'_av_css_styles','a:6:{s:7:\"post_id\";i:6526;s:8:\"css_file\";s:13:\"post-6526.css\";s:9:\"timestamp\";s:14:\"ver-1663835584\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:3:{i:0;s:42:\"av-4vad8u-1f2652cffdf217014e8e000c6d0393da\";i:1;s:42:\"av-28kawe-994678c60c2ce079647990e6be198534\";i:2;s:44:\"av-jo0622s0-58bd5c554836b8d999e5f29389235613\";}s:13:\"include_posts\";a:0:{}}'),(11558,7815,'_av_css_styles','a:6:{s:7:\"post_id\";i:7815;s:8:\"css_file\";s:13:\"post-7815.css\";s:9:\"timestamp\";s:14:\"ver-1663835301\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-8jamhj-e18fccbf8d5d601e0e4fd06346cb4fd8\";i:1;s:42:\"av-5ty92v-2dbe86a37d9ef32ba59a474a6a507e20\";}s:13:\"include_posts\";a:0:{}}'),(11559,7166,'_av_css_styles','a:6:{s:7:\"post_id\";i:7166;s:8:\"css_file\";s:13:\"post-7166.css\";s:9:\"timestamp\";s:14:\"ver-1663835297\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:1:{i:0;s:42:\"av-310me6-f1140cba67f74c7122e37ec7461c8eea\";}s:13:\"include_posts\";a:0:{}}'),(11560,6716,'_av_css_styles','a:6:{s:7:\"post_id\";i:6716;s:8:\"css_file\";s:13:\"post-6716.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11561,5669,'_av_css_styles','a:6:{s:7:\"post_id\";i:5669;s:8:\"css_file\";s:13:\"post-5669.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11562,6670,'_av_css_styles','a:6:{s:7:\"post_id\";i:6670;s:8:\"css_file\";s:13:\"post-6670.css\";s:9:\"timestamp\";s:14:\"ver-1663723425\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-3rvwji-533367d3b6ffbcf0366ed465aceeea70\";i:1;s:42:\"av-3a3gzi-941f2516fdf92eab9df5c8cdbd341135\";}s:13:\"include_posts\";a:0:{}}'),(11563,5641,'_av_css_styles','a:6:{s:7:\"post_id\";i:5641;s:8:\"css_file\";s:13:\"post-5641.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11564,8222,'_av_css_styles','a:6:{s:7:\"post_id\";i:8222;s:8:\"css_file\";s:13:\"post-8222.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11565,5647,'_av_css_styles','a:6:{s:7:\"post_id\";i:5647;s:8:\"css_file\";s:13:\"post-5647.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11566,5638,'_av_css_styles','a:6:{s:7:\"post_id\";i:5638;s:8:\"css_file\";s:13:\"post-5638.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11567,37,'_av_css_styles','a:6:{s:7:\"post_id\";i:37;s:8:\"css_file\";s:11:\"post-37.css\";s:9:\"timestamp\";s:14:\"ver-1666674420\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:40:\"av-rb4p-2fe0228e5d56ba9d1d4c9d6ef77383b0\";i:1;s:44:\"av-jnjhptoa-5e8f059e1ed53b40f1fd4d864f83ffc9\";}s:13:\"include_posts\";a:0:{}}'),(11568,7325,'_av_css_styles','a:6:{s:7:\"post_id\";i:7325;s:8:\"css_file\";s:13:\"post-7325.css\";s:9:\"timestamp\";s:14:\"ver-1664277562\";s:6:\"status\";s:7:\"success\";s:13:\"processed_ids\";a:2:{i:0;s:42:\"av-24ti4d-caa3ef3662da5deac456acafa9ec815c\";i:1;s:44:\"av-johdullm-2350cd44049697a20a962b94ecd76fc9\";}s:13:\"include_posts\";a:0:{}}'),(11569,8189,'_av_css_styles','a:6:{s:7:\"post_id\";i:8189;s:8:\"css_file\";s:13:\"post-8189.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11570,5644,'_av_css_styles','a:6:{s:7:\"post_id\";i:5644;s:8:\"css_file\";s:13:\"post-5644.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11571,5681,'_av_css_styles','a:6:{s:7:\"post_id\";i:5681;s:8:\"css_file\";s:13:\"post-5681.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11572,6631,'_av_css_styles','a:6:{s:7:\"post_id\";i:6631;s:8:\"css_file\";s:13:\"post-6631.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11573,5650,'_av_css_styles','a:6:{s:7:\"post_id\";i:5650;s:8:\"css_file\";s:13:\"post-5650.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11574,5666,'_av_css_styles','a:6:{s:7:\"post_id\";i:5666;s:8:\"css_file\";s:13:\"post-5666.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11575,7057,'_wp_page_template','page_templates/langsw-page.php'),(11576,8281,'_aviaLayoutBuilder_active','active'),(11577,8281,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-k7pfap\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/valerio-anzinos-baptism-record-1832/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogscw1u\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogugje2\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joguin5l\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup-2\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f-1\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n'),(11578,8281,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}}'),(11579,8281,'_avia_sc_parser_state','check_only'),(11580,8281,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(11581,8281,'_av_el_mgr_version','1.0'),(11582,7057,'footer_behavior',''),(11583,8284,'_aviaLayoutBuilder_active','active'),(11584,8284,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-k7pfap\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/valerio-anzinos-baptism-record-1832/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogscw1u\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogugje2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' copyright=\'\' caption=\'\' image_size=\'\' styling=\'\' align=\'left\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'lightbox\' target=\'\' title_attr=\'\' alt_attr=\'\' img_scrset=\'\' lazy_loading=\'disabled\' id=\'\' custom_class=\'\' template_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joguin5l\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup-2\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f-1\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n'),(11585,8284,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}}'),(11586,8284,'_avia_sc_parser_state','check_only'),(11587,8284,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(11588,8284,'_av_el_mgr_version','1.0'),(11589,8285,'_edit_lock','1658452913:1'),(11590,8285,'_edit_last','1'),(11591,8285,'_aviaLayoutBuilder_active',''),(11592,8285,'_avia_sc_parser_state','check_only'),(11593,8285,'_wp_page_template','default'),(11594,8286,'_avia_sc_parser_state','check_only'),(11595,8286,'_aviaLayoutBuilder_active',''),(11596,8286,'_aviaLayoutBuilderCleanData','<a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\"><img class=\"size-full wp-image-7877\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" alt=\"\" width=\"2048\" height=\"1365\" /></a>  '),(11597,8286,'_avia_builder_shortcode_tree','a:0:{}'),(11598,8285,'_av_css_styles','a:6:{s:7:\"post_id\";i:8285;s:8:\"css_file\";s:13:\"post-8285.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11599,8285,'_aviaLayoutBuilderCleanData',''),(11600,8285,'_avia_builder_shortcode_tree','a:0:{}'),(11601,8285,'_av_el_mgr_version','1.0'),(11602,8285,'_av_alb_posts_elements_state','a:0:{}'),(11603,8286,'_av_el_mgr_version','1.0'),(11604,8285,'layout',''),(11605,8285,'sidebar',''),(11606,8285,'footer',''),(11607,8285,'footer_behavior',''),(11608,8285,'header_title_bar',''),(11609,8285,'header_transparency',''),(11610,8289,'_aviaLayoutBuilder_active','active'),(11611,8289,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-k7pfap\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/valerio-anzinos-baptism-record-1832/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-gwrvht\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/anzino-family-church-census-1847/\" rel=\"noopener\" target=\"_blank\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogscw1u\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogugje2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' copyright=\'\' caption=\'\' image_size=\'\' styling=\'\' align=\'left\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'lightbox\' target=\'\' title_attr=\'\' alt_attr=\'\' img_scrset=\'\' lazy_loading=\'disabled\' id=\'\' custom_class=\'\' template_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joguin5l\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup-2\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f-1\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n'),(11612,8289,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}}'),(11613,8289,'_avia_sc_parser_state','check_only'),(11614,8289,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(11615,8289,'_av_el_mgr_version','1.0'),(11616,8290,'_edit_lock','1658454638:1'),(11617,8290,'_edit_last','1'),(11618,8290,'_aviaLayoutBuilder_active',''),(11619,8290,'_avia_sc_parser_state','check_only'),(11620,8290,'_wp_page_template','default'),(11621,8291,'_avia_sc_parser_state','check_only'),(11622,8291,'_aviaLayoutBuilder_active',''),(11623,8291,'_aviaLayoutBuilderCleanData',' <a href=\"/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg\"><img class=\"size-featured_large wp-image-7881\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-1024x630.jpg\" alt=\"\" width=\"1024\" height=\"630\" /></a>'),(11624,8291,'_avia_builder_shortcode_tree','a:0:{}'),(11625,8290,'_av_css_styles','a:6:{s:7:\"post_id\";i:8290;s:8:\"css_file\";s:13:\"post-8290.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11626,8290,'_aviaLayoutBuilderCleanData',''),(11627,8290,'_avia_builder_shortcode_tree','a:0:{}'),(11628,8290,'_av_el_mgr_version','1.0'),(11629,8290,'_av_alb_posts_elements_state','a:0:{}'),(11630,8291,'_av_el_mgr_version','1.0'),(11631,8290,'layout',''),(11632,8290,'sidebar',''),(11633,8290,'footer',''),(11634,8290,'footer_behavior',''),(11635,8290,'header_title_bar',''),(11636,8290,'header_transparency',''),(11637,8294,'_aviaLayoutBuilder_active','active'),(11638,8294,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-k7pfap\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/valerio-anzinos-baptism-record-1832/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-gwrvht\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/anzino-family-church-census-1847/\" target=\"_blank\" rel=\"noopener\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogscw1u\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogugje2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' copyright=\'\' caption=\'\' image_size=\'\' styling=\'\' align=\'left\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'lightbox\' target=\'\' title_attr=\'\' alt_attr=\'\' img_scrset=\'\' lazy_loading=\'disabled\' id=\'\' custom_class=\'\' template_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joguin5l\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup-2\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f-1\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n'),(11639,8294,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}}'),(11640,8294,'_avia_sc_parser_state','check_only'),(11641,8294,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(11642,8294,'_av_el_mgr_version','1.0'),(11643,8296,'_avia_sc_parser_state','check_only'),(11644,8296,'_av_el_mgr_version','1.0'),(11645,8296,'_aviaLayoutBuilder_active',''),(11646,8296,'_aviaLayoutBuilderCleanData','<a href=\"/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg\"><img class=\"size-featured_large wp-image-7881\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-1024x630.jpg\" alt=\"\" width=\"1024\" height=\"630\" /></a>'),(11647,8296,'_avia_builder_shortcode_tree','a:0:{}'),(11648,8298,'_edit_lock','1658454788:1'),(11649,8298,'_edit_last','1'),(11650,8298,'_aviaLayoutBuilder_active',''),(11651,8298,'_avia_sc_parser_state','check_only'),(11652,8298,'_wp_page_template','default'),(11653,8299,'_avia_sc_parser_state','check_only'),(11654,8299,'_aviaLayoutBuilder_active',''),(11655,8299,'_aviaLayoutBuilderCleanData',' <a href=\"/wp-content/uploads/2018/11/nyherald-1884.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-1500x630.jpg\" alt=\"New York Herald Interview 1884\" width=\"1500\" height=\"630\" class=\"size-featured_large wp-image-7758\" /></a>'),(11656,8299,'_avia_builder_shortcode_tree','a:0:{}'),(11657,8298,'_av_css_styles','a:6:{s:7:\"post_id\";i:8298;s:8:\"css_file\";s:13:\"post-8298.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11658,8298,'_aviaLayoutBuilderCleanData',''),(11659,8298,'_avia_builder_shortcode_tree','a:0:{}'),(11660,8298,'_av_el_mgr_version','1.0'),(11661,8298,'_av_alb_posts_elements_state','a:0:{}'),(11662,8299,'_av_el_mgr_version','1.0'),(11663,8298,'layout',''),(11664,8298,'sidebar',''),(11665,8298,'footer',''),(11666,8298,'footer_behavior',''),(11667,8298,'header_title_bar',''),(11668,8298,'header_transparency',''),(11669,8302,'_edit_lock','1658454933:1'),(11670,8302,'_edit_last','1'),(11671,8302,'_aviaLayoutBuilder_active',''),(11672,8302,'_avia_sc_parser_state','check_only'),(11673,8302,'_wp_page_template','default'),(11674,8303,'_avia_sc_parser_state','check_only'),(11675,8303,'_aviaLayoutBuilder_active',''),(11676,8303,'_aviaLayoutBuilderCleanData',' <a href=\"/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-1500x630.jpg\" alt=\"\" width=\"1500\" height=\"630\" class=\"size-featured_large wp-image-7880\" /></a> '),(11677,8303,'_avia_builder_shortcode_tree','a:0:{}'),(11678,8302,'_av_css_styles','a:6:{s:7:\"post_id\";i:8302;s:8:\"css_file\";s:13:\"post-8302.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11679,8302,'_aviaLayoutBuilderCleanData',''),(11680,8302,'_avia_builder_shortcode_tree','a:0:{}'),(11681,8302,'_av_el_mgr_version','1.0'),(11682,8302,'_av_alb_posts_elements_state','a:0:{}'),(11683,8303,'_av_el_mgr_version','1.0'),(11684,8302,'layout',''),(11685,8302,'sidebar',''),(11686,8302,'footer',''),(11687,8302,'footer_behavior',''),(11688,8302,'header_title_bar',''),(11689,8302,'header_transparency',''),(11690,8306,'_edit_lock','1658455065:1'),(11691,8306,'_edit_last','1'),(11692,8306,'_aviaLayoutBuilder_active',''),(11693,8306,'_avia_sc_parser_state','check_only'),(11694,8306,'_wp_page_template','default'),(11695,8307,'_avia_sc_parser_state','check_only'),(11696,8307,'_aviaLayoutBuilder_active',''),(11697,8307,'_aviaLayoutBuilderCleanData','<a href=\"/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-1229x630.jpg\" alt=\"\" width=\"1229\" height=\"630\" class=\"alignnone size-featured_large wp-image-7888\" /></a>'),(11698,8307,'_avia_builder_shortcode_tree','a:0:{}'),(11699,8306,'_av_css_styles','a:6:{s:7:\"post_id\";i:8306;s:8:\"css_file\";s:13:\"post-8306.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11700,8306,'_aviaLayoutBuilderCleanData',''),(11701,8306,'_avia_builder_shortcode_tree','a:0:{}'),(11702,8306,'_av_el_mgr_version','1.0'),(11703,8306,'_av_alb_posts_elements_state','a:0:{}'),(11704,8307,'_av_el_mgr_version','1.0'),(11705,8306,'layout',''),(11706,8306,'sidebar',''),(11707,8306,'footer',''),(11708,8306,'footer_behavior',''),(11709,8306,'header_title_bar',''),(11710,8306,'header_transparency',''),(11711,8310,'_aviaLayoutBuilder_active','active'),(11712,8310,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-k7pfap\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/valerio-anzinos-baptism-record-1832/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-gwrvht\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/anzino-family-church-census-1847/\" target=\"_blank\" rel=\"noopener\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogscw1u\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogugje2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' copyright=\'\' caption=\'\' image_size=\'\' styling=\'\' align=\'left\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'lightbox\' target=\'\' title_attr=\'\' alt_attr=\'\' img_scrset=\'\' lazy_loading=\'disabled\' id=\'\' custom_class=\'\' template_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joguin5l\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup-2\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f-1\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n'),(11713,8310,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}}'),(11714,8310,'_avia_sc_parser_state','check_only'),(11715,8310,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(11716,8310,'_av_el_mgr_version','1.0'),(11717,8311,'_edit_lock','1658455220:1'),(11718,8311,'_edit_last','1'),(11719,8311,'_aviaLayoutBuilder_active',''),(11720,8311,'_avia_sc_parser_state','check_only'),(11721,8311,'_wp_page_template','default'),(11722,8312,'_avia_sc_parser_state','check_only'),(11723,8312,'_aviaLayoutBuilder_active',''),(11724,8312,'_aviaLayoutBuilderCleanData','[caption id=\"attachment_8068\" align=\"alignnone\" width=\"473\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip.jpg\"><img class=\"size-full wp-image-8068\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip.jpg\" alt=\"London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death\" width=\"473\" height=\"1560\" /></a> London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death[/caption]'),(11725,8312,'_avia_builder_shortcode_tree','a:0:{}'),(11726,8311,'_av_css_styles','a:6:{s:7:\"post_id\";i:8311;s:8:\"css_file\";s:13:\"post-8311.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11727,8311,'_aviaLayoutBuilderCleanData',''),(11728,8311,'_avia_builder_shortcode_tree','a:0:{}'),(11729,8311,'_av_el_mgr_version','1.0'),(11730,8311,'_av_alb_posts_elements_state','a:0:{}'),(11731,8312,'_av_el_mgr_version','1.0'),(11732,8311,'layout',''),(11733,8311,'sidebar',''),(11734,8311,'footer',''),(11735,8311,'footer_behavior',''),(11736,8311,'header_title_bar',''),(11737,8311,'header_transparency',''),(11738,8315,'_aviaLayoutBuilder_active','active'),(11739,8315,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-k7pfap\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/valerio-anzinos-baptism-record-1832/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-gwrvht\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/anzino-family-church-census-1847/\" target=\"_blank\" rel=\"noopener\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogscw1u\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogugje2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' copyright=\'\' caption=\'\' image_size=\'\' styling=\'\' align=\'left\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'lightbox\' target=\'\' title_attr=\'\' alt_attr=\'\' img_scrset=\'\' lazy_loading=\'disabled\' id=\'\' custom_class=\'\' template_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joguin5l\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup-2\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f-1\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n'),(11740,8315,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}}'),(11741,8315,'_avia_sc_parser_state','check_only'),(11742,8315,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(11743,8315,'_av_el_mgr_version','1.0'),(11744,8316,'_edit_lock','1658455371:1'),(11745,8316,'_edit_last','1'),(11746,8316,'_aviaLayoutBuilder_active',''),(11747,8316,'_avia_sc_parser_state','check_only'),(11748,8316,'_wp_page_template','default'),(11749,8317,'_avia_sc_parser_state','check_only'),(11750,8317,'_aviaLayoutBuilder_active',''),(11751,8317,'_aviaLayoutBuilderCleanData','[caption id=\"attachment_8096\" align=\"alignnone\" width=\"1060\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget.jpg\"><img class=\"size-full wp-image-8096\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget.jpg\" alt=\"Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death\" width=\"1060\" height=\"1503\" /></a> Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death[/caption]'),(11752,8317,'_avia_builder_shortcode_tree','a:0:{}'),(11753,8316,'_av_css_styles','a:6:{s:7:\"post_id\";i:8316;s:8:\"css_file\";s:13:\"post-8316.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11754,8316,'_aviaLayoutBuilderCleanData',''),(11755,8316,'_avia_builder_shortcode_tree','a:0:{}'),(11756,8316,'_av_el_mgr_version','1.0'),(11757,8316,'_av_alb_posts_elements_state','a:0:{}'),(11758,8317,'_av_el_mgr_version','1.0'),(11759,8316,'layout',''),(11760,8316,'sidebar',''),(11761,8316,'footer',''),(11762,8316,'footer_behavior',''),(11763,8316,'header_title_bar',''),(11764,8316,'header_transparency',''),(11765,8320,'_aviaLayoutBuilder_active','active'),(11766,8320,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-k7pfap\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/valerio-anzinos-baptism-record-1832/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-gwrvht\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/anzino-family-church-census-1847/\" target=\"_blank\" rel=\"noopener\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogscw1u\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogugje2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' copyright=\'\' caption=\'\' image_size=\'\' styling=\'\' align=\'left\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'lightbox\' target=\'\' title_attr=\'\' alt_attr=\'\' img_scrset=\'\' lazy_loading=\'disabled\' id=\'\' custom_class=\'\' template_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joguin5l\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-nx8iup-2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f-1\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth]'),(11767,8320,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}}'),(11768,8320,'_avia_sc_parser_state','check_only'),(11769,8320,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(11770,8320,'_av_el_mgr_version','1.0'),(11771,8321,'_edit_lock','1658455485:1'),(11772,8321,'_edit_last','1'),(11773,8321,'_aviaLayoutBuilder_active',''),(11774,8321,'_avia_sc_parser_state','check_only'),(11775,8321,'_wp_page_template','default'),(11776,8322,'_avia_sc_parser_state','check_only'),(11777,8322,'_aviaLayoutBuilder_active',''),(11778,8322,'_aviaLayoutBuilderCleanData','<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\">mons-valerio-anzino-notes</a>'),(11779,8322,'_avia_builder_shortcode_tree','a:0:{}'),(11780,8321,'_av_css_styles','a:6:{s:7:\"post_id\";i:8321;s:8:\"css_file\";s:13:\"post-8321.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11781,8321,'_aviaLayoutBuilderCleanData',''),(11782,8321,'_avia_builder_shortcode_tree','a:0:{}'),(11783,8321,'_av_el_mgr_version','1.0'),(11784,8321,'_av_alb_posts_elements_state','a:0:{}'),(11785,8322,'_av_el_mgr_version','1.0'),(11786,8321,'layout',''),(11787,8321,'sidebar',''),(11788,8321,'footer',''),(11789,8321,'footer_behavior',''),(11790,8321,'header_title_bar',''),(11791,8321,'header_transparency',''),(11792,5635,'_av_css_styles','a:6:{s:7:\"post_id\";i:5635;s:8:\"css_file\";s:13:\"post-5635.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(11808,8328,'_menu_item_type','custom'),(11809,8328,'_menu_item_menu_item_parent','0'),(11810,8328,'_menu_item_object_id','8328'),(11811,8328,'_menu_item_object','custom'),(11812,8328,'_menu_item_target',''),(11813,8328,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11814,8328,'_menu_item_xfn',''),(11815,8328,'_menu_item_url',''),(11816,8328,'_menu_item_orphaned','1663532033'),(11817,8328,'_menu-item-avia-megamenu',''),(11818,8328,'_menu-item-avia-division',''),(11819,8328,'_menu-item-avia-textarea',''),(11820,8328,'_menu-item-avia-style',''),(11821,6557,'_wp_old_date','2018-11-03'),(11822,6558,'_wp_old_date','2018-11-03'),(11823,7152,'_wp_old_date','2018-11-07'),(11824,7142,'_wp_old_date','2018-11-07'),(11825,6564,'_wp_old_date','2018-11-03'),(11826,7467,'_wp_old_date','2018-11-10'),(11827,6594,'_wp_old_date','2018-11-03'),(11828,6593,'_wp_old_date','2018-11-03'),(11829,7468,'_wp_old_date','2018-11-10'),(11830,7014,'_wp_old_date','2018-11-06'),(11831,6643,'_wp_old_date','2018-11-04'),(11832,7099,'_wp_old_date','2018-11-07'),(11833,6596,'_wp_old_date','2018-11-03'),(11834,6559,'_wp_old_date','2018-11-03'),(11835,6560,'_wp_old_date','2018-11-03'),(11836,8329,'_menu_item_type','post_type'),(11837,8329,'_menu_item_menu_item_parent','0'),(11838,8329,'_menu_item_object_id','12'),(11839,8329,'_menu_item_object','page'),(11840,8329,'_menu_item_target',''),(11841,8329,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11842,8329,'_menu_item_xfn',''),(11843,8329,'_menu_item_url',''),(11844,8329,'_menu_item_orphaned','1663532301'),(11845,8329,'_menu-item-avia-megamenu',''),(11846,8329,'_menu-item-avia-division',''),(11847,8329,'_menu-item-avia-textarea',''),(11848,8329,'_menu-item-avia-style',''),(11849,8330,'_menu_item_type','post_type'),(11850,8330,'_menu_item_menu_item_parent','0'),(11851,8330,'_menu_item_object_id','141'),(11852,8330,'_menu_item_object','page'),(11853,8330,'_menu_item_target',''),(11854,8330,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11855,8330,'_menu_item_xfn',''),(11856,8330,'_menu_item_url',''),(11857,8330,'_menu_item_orphaned','1663532301'),(11858,8330,'_menu-item-avia-megamenu',''),(11859,8330,'_menu-item-avia-division',''),(11860,8330,'_menu-item-avia-textarea',''),(11861,8330,'_menu-item-avia-style',''),(11862,8331,'_menu_item_type','post_type'),(11863,8331,'_menu_item_menu_item_parent','0'),(11864,8331,'_menu_item_object_id','7130'),(11865,8331,'_menu_item_object','page'),(11866,8331,'_menu_item_target',''),(11867,8331,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11868,8331,'_menu_item_xfn',''),(11869,8331,'_menu_item_url',''),(11870,8331,'_menu_item_orphaned','1663532301'),(11871,8331,'_menu-item-avia-megamenu',''),(11872,8331,'_menu-item-avia-division',''),(11873,8331,'_menu-item-avia-textarea',''),(11874,8331,'_menu-item-avia-style',''),(11875,8332,'_menu_item_type','post_type'),(11876,8332,'_menu_item_menu_item_parent','0'),(11877,8332,'_menu_item_object_id','5641'),(11878,8332,'_menu_item_object','page'),(11879,8332,'_menu_item_target',''),(11880,8332,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11881,8332,'_menu_item_xfn',''),(11882,8332,'_menu_item_url',''),(11883,8332,'_menu_item_orphaned','1663532301'),(11884,8332,'_menu-item-avia-megamenu',''),(11885,8332,'_menu-item-avia-division',''),(11886,8332,'_menu-item-avia-textarea',''),(11887,8332,'_menu-item-avia-style',''),(11888,8333,'_menu_item_type','post_type'),(11889,8333,'_menu_item_menu_item_parent','0'),(11890,8333,'_menu_item_object_id','6969'),(11891,8333,'_menu_item_object','page'),(11892,8333,'_menu_item_target',''),(11893,8333,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11894,8333,'_menu_item_xfn',''),(11895,8333,'_menu_item_url',''),(11896,8333,'_menu_item_orphaned','1663532301'),(11897,8333,'_menu-item-avia-megamenu',''),(11898,8333,'_menu-item-avia-division',''),(11899,8333,'_menu-item-avia-textarea',''),(11900,8333,'_menu-item-avia-style',''),(11901,8334,'_menu_item_type','post_type'),(11902,8334,'_menu_item_menu_item_parent','0'),(11903,8334,'_menu_item_object_id','6388'),(11904,8334,'_menu_item_object','page'),(11905,8334,'_menu_item_target',''),(11906,8334,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11907,8334,'_menu_item_xfn',''),(11908,8334,'_menu_item_url',''),(11909,8334,'_menu_item_orphaned','1663532301'),(11910,8334,'_menu-item-avia-megamenu',''),(11911,8334,'_menu-item-avia-division',''),(11912,8334,'_menu-item-avia-textarea',''),(11913,8334,'_menu-item-avia-style',''),(11914,8335,'_menu_item_type','post_type'),(11915,8335,'_menu_item_menu_item_parent','0'),(11916,8335,'_menu_item_object_id','6472'),(11917,8335,'_menu_item_object','page'),(11918,8335,'_menu_item_target',''),(11919,8335,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11920,8335,'_menu_item_xfn',''),(11921,8335,'_menu_item_url',''),(11922,8335,'_menu_item_orphaned','1663532301'),(11923,8335,'_menu-item-avia-megamenu',''),(11924,8335,'_menu-item-avia-division',''),(11925,8335,'_menu-item-avia-textarea',''),(11926,8335,'_menu-item-avia-style',''),(11927,8336,'_menu_item_type','post_type'),(11928,8336,'_menu_item_menu_item_parent','0'),(11929,8336,'_menu_item_object_id','6406'),(11930,8336,'_menu_item_object','page'),(11931,8336,'_menu_item_target',''),(11932,8336,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11933,8336,'_menu_item_xfn',''),(11934,8336,'_menu_item_url',''),(11935,8336,'_menu_item_orphaned','1663532301'),(11936,8336,'_menu-item-avia-megamenu',''),(11937,8336,'_menu-item-avia-division',''),(11938,8336,'_menu-item-avia-textarea',''),(11939,8336,'_menu-item-avia-style',''),(11940,8337,'_menu_item_type','post_type'),(11941,8337,'_menu_item_menu_item_parent','0'),(11942,8337,'_menu_item_object_id','6461'),(11943,8337,'_menu_item_object','page'),(11944,8337,'_menu_item_target',''),(11945,8337,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11946,8337,'_menu_item_xfn',''),(11947,8337,'_menu_item_url',''),(11948,8337,'_menu_item_orphaned','1663532301'),(11949,8337,'_menu-item-avia-megamenu',''),(11950,8337,'_menu-item-avia-division',''),(11951,8337,'_menu-item-avia-textarea',''),(11952,8337,'_menu-item-avia-style',''),(11953,8338,'_menu_item_type','post_type'),(11954,8338,'_menu_item_menu_item_parent','0'),(11955,8338,'_menu_item_object_id','6382'),(11956,8338,'_menu_item_object','page'),(11957,8338,'_menu_item_target',''),(11958,8338,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11959,8338,'_menu_item_xfn',''),(11960,8338,'_menu_item_url',''),(11961,8338,'_menu_item_orphaned','1663532301'),(11962,8338,'_menu-item-avia-megamenu',''),(11963,8338,'_menu-item-avia-division',''),(11964,8338,'_menu-item-avia-textarea',''),(11965,8338,'_menu-item-avia-style',''),(11966,8339,'_menu_item_type','post_type'),(11967,8339,'_menu_item_menu_item_parent','0'),(11968,8339,'_menu_item_object_id','6226'),(11969,8339,'_menu_item_object','page'),(11970,8339,'_menu_item_target',''),(11971,8339,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11972,8339,'_menu_item_xfn',''),(11973,8339,'_menu_item_url',''),(11974,8339,'_menu_item_orphaned','1663532301'),(11975,8339,'_menu-item-avia-megamenu',''),(11976,8339,'_menu-item-avia-division',''),(11977,8339,'_menu-item-avia-textarea',''),(11978,8339,'_menu-item-avia-style',''),(11979,8340,'_menu_item_type','post_type'),(11980,8340,'_menu_item_menu_item_parent','0'),(11981,8340,'_menu_item_object_id','6147'),(11982,8340,'_menu_item_object','page'),(11983,8340,'_menu_item_target',''),(11984,8340,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11985,8340,'_menu_item_xfn',''),(11986,8340,'_menu_item_url',''),(11987,8340,'_menu_item_orphaned','1663532301'),(11988,8340,'_menu-item-avia-megamenu',''),(11989,8340,'_menu-item-avia-division',''),(11990,8340,'_menu-item-avia-textarea',''),(11991,8340,'_menu-item-avia-style',''),(11992,8341,'_menu_item_type','post_type'),(11993,8341,'_menu_item_menu_item_parent','0'),(11994,8341,'_menu_item_object_id','5669'),(11995,8341,'_menu_item_object','page'),(11996,8341,'_menu_item_target',''),(11997,8341,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11998,8341,'_menu_item_xfn',''),(11999,8341,'_menu_item_url',''),(12000,8341,'_menu_item_orphaned','1663532301'),(12001,8341,'_menu-item-avia-megamenu',''),(12002,8341,'_menu-item-avia-division',''),(12003,8341,'_menu-item-avia-textarea',''),(12004,8341,'_menu-item-avia-style',''),(12005,8342,'_menu_item_type','post_type'),(12006,8342,'_menu_item_menu_item_parent','0'),(12007,8342,'_menu_item_object_id','6141'),(12008,8342,'_menu_item_object','page'),(12009,8342,'_menu_item_target',''),(12010,8342,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12011,8342,'_menu_item_xfn',''),(12012,8342,'_menu_item_url',''),(12013,8342,'_menu_item_orphaned','1663532301'),(12014,8342,'_menu-item-avia-megamenu',''),(12015,8342,'_menu-item-avia-division',''),(12016,8342,'_menu-item-avia-textarea',''),(12017,8342,'_menu-item-avia-style',''),(12018,8343,'_menu_item_type','post_type'),(12019,8343,'_menu_item_menu_item_parent','0'),(12020,8343,'_menu_item_object_id','8024'),(12021,8343,'_menu_item_object','page'),(12022,8343,'_menu_item_target',''),(12023,8343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12024,8343,'_menu_item_xfn',''),(12025,8343,'_menu_item_url',''),(12026,8343,'_menu_item_orphaned','1663532301'),(12027,8343,'_menu-item-avia-megamenu',''),(12028,8343,'_menu-item-avia-division',''),(12029,8343,'_menu-item-avia-textarea',''),(12030,8343,'_menu-item-avia-style',''),(12031,8344,'_menu_item_type','post_type'),(12032,8344,'_menu_item_menu_item_parent','0'),(12033,8344,'_menu_item_object_id','6717'),(12034,8344,'_menu_item_object','page'),(12035,8344,'_menu_item_target',''),(12036,8344,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12037,8344,'_menu_item_xfn',''),(12038,8344,'_menu_item_url',''),(12039,8344,'_menu_item_orphaned','1663532301'),(12040,8344,'_menu-item-avia-megamenu',''),(12041,8344,'_menu-item-avia-division',''),(12042,8344,'_menu-item-avia-textarea',''),(12043,8344,'_menu-item-avia-style',''),(12044,8345,'_menu_item_type','post_type'),(12045,8345,'_menu_item_menu_item_parent','0'),(12046,8345,'_menu_item_object_id','6710'),(12047,8345,'_menu_item_object','page'),(12048,8345,'_menu_item_target',''),(12049,8345,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12050,8345,'_menu_item_xfn',''),(12051,8345,'_menu_item_url',''),(12052,8345,'_menu_item_orphaned','1663532301'),(12053,8345,'_menu-item-avia-megamenu',''),(12054,8345,'_menu-item-avia-division',''),(12055,8345,'_menu-item-avia-textarea',''),(12056,8345,'_menu-item-avia-style',''),(12057,8346,'_menu_item_type','post_type'),(12058,8346,'_menu_item_menu_item_parent','0'),(12059,8346,'_menu_item_object_id','6664'),(12060,8346,'_menu_item_object','page'),(12061,8346,'_menu_item_target',''),(12062,8346,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12063,8346,'_menu_item_xfn',''),(12064,8346,'_menu_item_url',''),(12065,8346,'_menu_item_orphaned','1663532301'),(12066,8346,'_menu-item-avia-megamenu',''),(12067,8346,'_menu-item-avia-division',''),(12068,8346,'_menu-item-avia-textarea',''),(12069,8346,'_menu-item-avia-style',''),(12070,8347,'_menu_item_type','post_type'),(12071,8347,'_menu_item_menu_item_parent','0'),(12072,8347,'_menu_item_object_id','6665'),(12073,8347,'_menu_item_object','page'),(12074,8347,'_menu_item_target',''),(12075,8347,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12076,8347,'_menu_item_xfn',''),(12077,8347,'_menu_item_url',''),(12078,8347,'_menu_item_orphaned','1663532301'),(12079,8347,'_menu-item-avia-megamenu',''),(12080,8347,'_menu-item-avia-division',''),(12081,8347,'_menu-item-avia-textarea',''),(12082,8347,'_menu-item-avia-style',''),(12083,8348,'_menu_item_type','post_type'),(12084,8348,'_menu_item_menu_item_parent','0'),(12085,8348,'_menu_item_object_id','6666'),(12086,8348,'_menu_item_object','page'),(12087,8348,'_menu_item_target',''),(12088,8348,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12089,8348,'_menu_item_xfn',''),(12090,8348,'_menu_item_url',''),(12091,8348,'_menu_item_orphaned','1663532301'),(12092,8348,'_menu-item-avia-megamenu',''),(12093,8348,'_menu-item-avia-division',''),(12094,8348,'_menu-item-avia-textarea',''),(12095,8348,'_menu-item-avia-style',''),(12096,8349,'_menu_item_type','post_type'),(12097,8349,'_menu_item_menu_item_parent','0'),(12098,8349,'_menu_item_object_id','6667'),(12099,8349,'_menu_item_object','page'),(12100,8349,'_menu_item_target',''),(12101,8349,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12102,8349,'_menu_item_xfn',''),(12103,8349,'_menu_item_url',''),(12104,8349,'_menu_item_orphaned','1663532301'),(12105,8349,'_menu-item-avia-megamenu',''),(12106,8349,'_menu-item-avia-division',''),(12107,8349,'_menu-item-avia-textarea',''),(12108,8349,'_menu-item-avia-style',''),(12109,8350,'_menu_item_type','post_type'),(12110,8350,'_menu_item_menu_item_parent','0'),(12111,8350,'_menu_item_object_id','6668'),(12112,8350,'_menu_item_object','page'),(12113,8350,'_menu_item_target',''),(12114,8350,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12115,8350,'_menu_item_xfn',''),(12116,8350,'_menu_item_url',''),(12117,8350,'_menu_item_orphaned','1663532301'),(12118,8350,'_menu-item-avia-megamenu',''),(12119,8350,'_menu-item-avia-division',''),(12120,8350,'_menu-item-avia-textarea',''),(12121,8350,'_menu-item-avia-style',''),(12122,8351,'_menu_item_type','post_type'),(12123,8351,'_menu_item_menu_item_parent','0'),(12124,8351,'_menu_item_object_id','6669'),(12125,8351,'_menu_item_object','page'),(12126,8351,'_menu_item_target',''),(12127,8351,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12128,8351,'_menu_item_xfn',''),(12129,8351,'_menu_item_url',''),(12130,8351,'_menu_item_orphaned','1663532301'),(12131,8351,'_menu-item-avia-megamenu',''),(12132,8351,'_menu-item-avia-division',''),(12133,8351,'_menu-item-avia-textarea',''),(12134,8351,'_menu-item-avia-style',''),(12135,8352,'_menu_item_type','post_type'),(12136,8352,'_menu_item_menu_item_parent','0'),(12137,8352,'_menu_item_object_id','6670'),(12138,8352,'_menu_item_object','page'),(12139,8352,'_menu_item_target',''),(12140,8352,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12141,8352,'_menu_item_xfn',''),(12142,8352,'_menu_item_url',''),(12143,8352,'_menu_item_orphaned','1663532301'),(12144,8352,'_menu-item-avia-megamenu',''),(12145,8352,'_menu-item-avia-division',''),(12146,8352,'_menu-item-avia-textarea',''),(12147,8352,'_menu-item-avia-style',''),(12148,8353,'_menu_item_type','post_type'),(12149,8353,'_menu_item_menu_item_parent','0'),(12150,8353,'_menu_item_object_id','6672'),(12151,8353,'_menu_item_object','page'),(12152,8353,'_menu_item_target',''),(12153,8353,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12154,8353,'_menu_item_xfn',''),(12155,8353,'_menu_item_url',''),(12156,8353,'_menu_item_orphaned','1663532301'),(12157,8353,'_menu-item-avia-megamenu',''),(12158,8353,'_menu-item-avia-division',''),(12159,8353,'_menu-item-avia-textarea',''),(12160,8353,'_menu-item-avia-style',''),(12161,8354,'_menu_item_type','post_type'),(12162,8354,'_menu_item_menu_item_parent','0'),(12163,8354,'_menu_item_object_id','6673'),(12164,8354,'_menu_item_object','page'),(12165,8354,'_menu_item_target',''),(12166,8354,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12167,8354,'_menu_item_xfn',''),(12168,8354,'_menu_item_url',''),(12169,8354,'_menu_item_orphaned','1663532301'),(12170,8354,'_menu-item-avia-megamenu',''),(12171,8354,'_menu-item-avia-division',''),(12172,8354,'_menu-item-avia-textarea',''),(12173,8354,'_menu-item-avia-style',''),(12174,8355,'_menu_item_type','post_type'),(12175,8355,'_menu_item_menu_item_parent','0'),(12176,8355,'_menu_item_object_id','6674'),(12177,8355,'_menu_item_object','page'),(12178,8355,'_menu_item_target',''),(12179,8355,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12180,8355,'_menu_item_xfn',''),(12181,8355,'_menu_item_url',''),(12182,8355,'_menu_item_orphaned','1663532301'),(12183,8355,'_menu-item-avia-megamenu',''),(12184,8355,'_menu-item-avia-division',''),(12185,8355,'_menu-item-avia-textarea',''),(12186,8355,'_menu-item-avia-style',''),(12187,8356,'_menu_item_type','post_type'),(12188,8356,'_menu_item_menu_item_parent','0'),(12189,8356,'_menu_item_object_id','6675'),(12190,8356,'_menu_item_object','page'),(12191,8356,'_menu_item_target',''),(12192,8356,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12193,8356,'_menu_item_xfn',''),(12194,8356,'_menu_item_url',''),(12195,8356,'_menu_item_orphaned','1663532301'),(12196,8356,'_menu-item-avia-megamenu',''),(12197,8356,'_menu-item-avia-division',''),(12198,8356,'_menu-item-avia-textarea',''),(12199,8356,'_menu-item-avia-style',''),(12200,8357,'_menu_item_type','post_type'),(12201,8357,'_menu_item_menu_item_parent','0'),(12202,8357,'_menu_item_object_id','6676'),(12203,8357,'_menu_item_object','page'),(12204,8357,'_menu_item_target',''),(12205,8357,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12206,8357,'_menu_item_xfn',''),(12207,8357,'_menu_item_url',''),(12208,8357,'_menu_item_orphaned','1663532301'),(12209,8357,'_menu-item-avia-megamenu',''),(12210,8357,'_menu-item-avia-division',''),(12211,8357,'_menu-item-avia-textarea',''),(12212,8357,'_menu-item-avia-style',''),(12213,8358,'_menu_item_type','post_type'),(12214,8358,'_menu_item_menu_item_parent','0'),(12215,8358,'_menu_item_object_id','6678'),(12216,8358,'_menu_item_object','page'),(12217,8358,'_menu_item_target',''),(12218,8358,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12219,8358,'_menu_item_xfn',''),(12220,8358,'_menu_item_url',''),(12221,8358,'_menu_item_orphaned','1663532301'),(12222,8358,'_menu-item-avia-megamenu',''),(12223,8358,'_menu-item-avia-division',''),(12224,8358,'_menu-item-avia-textarea',''),(12225,8358,'_menu-item-avia-style',''),(12226,8359,'_menu_item_type','post_type'),(12227,8359,'_menu_item_menu_item_parent','0'),(12228,8359,'_menu_item_object_id','6681'),(12229,8359,'_menu_item_object','page'),(12230,8359,'_menu_item_target',''),(12231,8359,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12232,8359,'_menu_item_xfn',''),(12233,8359,'_menu_item_url',''),(12234,8359,'_menu_item_orphaned','1663532301'),(12235,8359,'_menu-item-avia-megamenu',''),(12236,8359,'_menu-item-avia-division',''),(12237,8359,'_menu-item-avia-textarea',''),(12238,8359,'_menu-item-avia-style',''),(12239,8360,'_menu_item_type','post_type'),(12240,8360,'_menu_item_menu_item_parent','0'),(12241,8360,'_menu_item_object_id','6683'),(12242,8360,'_menu_item_object','page'),(12243,8360,'_menu_item_target',''),(12244,8360,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12245,8360,'_menu_item_xfn',''),(12246,8360,'_menu_item_url',''),(12247,8360,'_menu_item_orphaned','1663532302'),(12248,8360,'_menu-item-avia-megamenu',''),(12249,8360,'_menu-item-avia-division',''),(12250,8360,'_menu-item-avia-textarea',''),(12251,8360,'_menu-item-avia-style',''),(12252,8361,'_menu_item_type','post_type'),(12253,8361,'_menu_item_menu_item_parent','0'),(12254,8361,'_menu_item_object_id','6684'),(12255,8361,'_menu_item_object','page'),(12256,8361,'_menu_item_target',''),(12257,8361,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12258,8361,'_menu_item_xfn',''),(12259,8361,'_menu_item_url',''),(12260,8361,'_menu_item_orphaned','1663532302'),(12261,8361,'_menu-item-avia-megamenu',''),(12262,8361,'_menu-item-avia-division',''),(12263,8361,'_menu-item-avia-textarea',''),(12264,8361,'_menu-item-avia-style',''),(12265,8362,'_menu_item_type','post_type'),(12266,8362,'_menu_item_menu_item_parent','0'),(12267,8362,'_menu_item_object_id','6686'),(12268,8362,'_menu_item_object','page'),(12269,8362,'_menu_item_target',''),(12270,8362,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12271,8362,'_menu_item_xfn',''),(12272,8362,'_menu_item_url',''),(12273,8362,'_menu_item_orphaned','1663532302'),(12274,8362,'_menu-item-avia-megamenu',''),(12275,8362,'_menu-item-avia-division',''),(12276,8362,'_menu-item-avia-textarea',''),(12277,8362,'_menu-item-avia-style',''),(12278,8363,'_menu_item_type','post_type'),(12279,8363,'_menu_item_menu_item_parent','0'),(12280,8363,'_menu_item_object_id','6687'),(12281,8363,'_menu_item_object','page'),(12282,8363,'_menu_item_target',''),(12283,8363,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12284,8363,'_menu_item_xfn',''),(12285,8363,'_menu_item_url',''),(12286,8363,'_menu_item_orphaned','1663532302'),(12287,8363,'_menu-item-avia-megamenu',''),(12288,8363,'_menu-item-avia-division',''),(12289,8363,'_menu-item-avia-textarea',''),(12290,8363,'_menu-item-avia-style',''),(12291,8364,'_menu_item_type','post_type'),(12292,8364,'_menu_item_menu_item_parent','0'),(12293,8364,'_menu_item_object_id','6688'),(12294,8364,'_menu_item_object','page'),(12295,8364,'_menu_item_target',''),(12296,8364,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12297,8364,'_menu_item_xfn',''),(12298,8364,'_menu_item_url',''),(12299,8364,'_menu_item_orphaned','1663532302'),(12300,8364,'_menu-item-avia-megamenu',''),(12301,8364,'_menu-item-avia-division',''),(12302,8364,'_menu-item-avia-textarea',''),(12303,8364,'_menu-item-avia-style',''),(12304,8365,'_menu_item_type','post_type'),(12305,8365,'_menu_item_menu_item_parent','0'),(12306,8365,'_menu_item_object_id','6689'),(12307,8365,'_menu_item_object','page'),(12308,8365,'_menu_item_target',''),(12309,8365,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12310,8365,'_menu_item_xfn',''),(12311,8365,'_menu_item_url',''),(12312,8365,'_menu_item_orphaned','1663532302'),(12313,8365,'_menu-item-avia-megamenu',''),(12314,8365,'_menu-item-avia-division',''),(12315,8365,'_menu-item-avia-textarea',''),(12316,8365,'_menu-item-avia-style',''),(12317,8366,'_menu_item_type','post_type'),(12318,8366,'_menu_item_menu_item_parent','0'),(12319,8366,'_menu_item_object_id','6690'),(12320,8366,'_menu_item_object','page'),(12321,8366,'_menu_item_target',''),(12322,8366,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12323,8366,'_menu_item_xfn',''),(12324,8366,'_menu_item_url',''),(12325,8366,'_menu_item_orphaned','1663532302'),(12326,8366,'_menu-item-avia-megamenu',''),(12327,8366,'_menu-item-avia-division',''),(12328,8366,'_menu-item-avia-textarea',''),(12329,8366,'_menu-item-avia-style',''),(12330,8367,'_menu_item_type','post_type'),(12331,8367,'_menu_item_menu_item_parent','0'),(12332,8367,'_menu_item_object_id','6691'),(12333,8367,'_menu_item_object','page'),(12334,8367,'_menu_item_target',''),(12335,8367,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12336,8367,'_menu_item_xfn',''),(12337,8367,'_menu_item_url',''),(12338,8367,'_menu_item_orphaned','1663532302'),(12339,8367,'_menu-item-avia-megamenu',''),(12340,8367,'_menu-item-avia-division',''),(12341,8367,'_menu-item-avia-textarea',''),(12342,8367,'_menu-item-avia-style',''),(12343,8368,'_menu_item_type','post_type'),(12344,8368,'_menu_item_menu_item_parent','0'),(12345,8368,'_menu_item_object_id','6694'),(12346,8368,'_menu_item_object','page'),(12347,8368,'_menu_item_target',''),(12348,8368,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12349,8368,'_menu_item_xfn',''),(12350,8368,'_menu_item_url',''),(12351,8368,'_menu_item_orphaned','1663532302'),(12352,8368,'_menu-item-avia-megamenu',''),(12353,8368,'_menu-item-avia-division',''),(12354,8368,'_menu-item-avia-textarea',''),(12355,8368,'_menu-item-avia-style',''),(12356,8369,'_menu_item_type','post_type'),(12357,8369,'_menu_item_menu_item_parent','0'),(12358,8369,'_menu_item_object_id','6695'),(12359,8369,'_menu_item_object','page'),(12360,8369,'_menu_item_target',''),(12361,8369,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12362,8369,'_menu_item_xfn',''),(12363,8369,'_menu_item_url',''),(12364,8369,'_menu_item_orphaned','1663532302'),(12365,8369,'_menu-item-avia-megamenu',''),(12366,8369,'_menu-item-avia-division',''),(12367,8369,'_menu-item-avia-textarea',''),(12368,8369,'_menu-item-avia-style',''),(12369,8370,'_menu_item_type','post_type'),(12370,8370,'_menu_item_menu_item_parent','0'),(12371,8370,'_menu_item_object_id','6696'),(12372,8370,'_menu_item_object','page'),(12373,8370,'_menu_item_target',''),(12374,8370,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12375,8370,'_menu_item_xfn',''),(12376,8370,'_menu_item_url',''),(12377,8370,'_menu_item_orphaned','1663532302'),(12378,8370,'_menu-item-avia-megamenu',''),(12379,8370,'_menu-item-avia-division',''),(12380,8370,'_menu-item-avia-textarea',''),(12381,8370,'_menu-item-avia-style',''),(12382,8371,'_menu_item_type','post_type'),(12383,8371,'_menu_item_menu_item_parent','0'),(12384,8371,'_menu_item_object_id','6697'),(12385,8371,'_menu_item_object','page'),(12386,8371,'_menu_item_target',''),(12387,8371,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12388,8371,'_menu_item_xfn',''),(12389,8371,'_menu_item_url',''),(12390,8371,'_menu_item_orphaned','1663532302'),(12391,8371,'_menu-item-avia-megamenu',''),(12392,8371,'_menu-item-avia-division',''),(12393,8371,'_menu-item-avia-textarea',''),(12394,8371,'_menu-item-avia-style',''),(12395,8372,'_menu_item_type','post_type'),(12396,8372,'_menu_item_menu_item_parent','0'),(12397,8372,'_menu_item_object_id','6698'),(12398,8372,'_menu_item_object','page'),(12399,8372,'_menu_item_target',''),(12400,8372,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12401,8372,'_menu_item_xfn',''),(12402,8372,'_menu_item_url',''),(12403,8372,'_menu_item_orphaned','1663532302'),(12404,8372,'_menu-item-avia-megamenu',''),(12405,8372,'_menu-item-avia-division',''),(12406,8372,'_menu-item-avia-textarea',''),(12407,8372,'_menu-item-avia-style',''),(12408,8373,'_menu_item_type','post_type'),(12409,8373,'_menu_item_menu_item_parent','0'),(12410,8373,'_menu_item_object_id','6699'),(12411,8373,'_menu_item_object','page'),(12412,8373,'_menu_item_target',''),(12413,8373,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12414,8373,'_menu_item_xfn',''),(12415,8373,'_menu_item_url',''),(12416,8373,'_menu_item_orphaned','1663532302'),(12417,8373,'_menu-item-avia-megamenu',''),(12418,8373,'_menu-item-avia-division',''),(12419,8373,'_menu-item-avia-textarea',''),(12420,8373,'_menu-item-avia-style',''),(12421,8374,'_menu_item_type','post_type'),(12422,8374,'_menu_item_menu_item_parent','0'),(12423,8374,'_menu_item_object_id','6700'),(12424,8374,'_menu_item_object','page'),(12425,8374,'_menu_item_target',''),(12426,8374,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12427,8374,'_menu_item_xfn',''),(12428,8374,'_menu_item_url',''),(12429,8374,'_menu_item_orphaned','1663532302'),(12430,8374,'_menu-item-avia-megamenu',''),(12431,8374,'_menu-item-avia-division',''),(12432,8374,'_menu-item-avia-textarea',''),(12433,8374,'_menu-item-avia-style',''),(12434,8375,'_menu_item_type','post_type'),(12435,8375,'_menu_item_menu_item_parent','0'),(12436,8375,'_menu_item_object_id','6701'),(12437,8375,'_menu_item_object','page'),(12438,8375,'_menu_item_target',''),(12439,8375,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12440,8375,'_menu_item_xfn',''),(12441,8375,'_menu_item_url',''),(12442,8375,'_menu_item_orphaned','1663532302'),(12443,8375,'_menu-item-avia-megamenu',''),(12444,8375,'_menu-item-avia-division',''),(12445,8375,'_menu-item-avia-textarea',''),(12446,8375,'_menu-item-avia-style',''),(12447,8376,'_menu_item_type','post_type'),(12448,8376,'_menu_item_menu_item_parent','0'),(12449,8376,'_menu_item_object_id','6702'),(12450,8376,'_menu_item_object','page'),(12451,8376,'_menu_item_target',''),(12452,8376,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12453,8376,'_menu_item_xfn',''),(12454,8376,'_menu_item_url',''),(12455,8376,'_menu_item_orphaned','1663532302'),(12456,8376,'_menu-item-avia-megamenu',''),(12457,8376,'_menu-item-avia-division',''),(12458,8376,'_menu-item-avia-textarea',''),(12459,8376,'_menu-item-avia-style',''),(12460,8377,'_menu_item_type','post_type'),(12461,8377,'_menu_item_menu_item_parent','0'),(12462,8377,'_menu_item_object_id','6704'),(12463,8377,'_menu_item_object','page'),(12464,8377,'_menu_item_target',''),(12465,8377,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12466,8377,'_menu_item_xfn',''),(12467,8377,'_menu_item_url',''),(12468,8377,'_menu_item_orphaned','1663532302'),(12469,8377,'_menu-item-avia-megamenu',''),(12470,8377,'_menu-item-avia-division',''),(12471,8377,'_menu-item-avia-textarea',''),(12472,8377,'_menu-item-avia-style',''),(12473,8378,'_menu_item_type','post_type'),(12474,8378,'_menu_item_menu_item_parent','0'),(12475,8378,'_menu_item_object_id','6705'),(12476,8378,'_menu_item_object','page'),(12477,8378,'_menu_item_target',''),(12478,8378,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12479,8378,'_menu_item_xfn',''),(12480,8378,'_menu_item_url',''),(12481,8378,'_menu_item_orphaned','1663532302'),(12482,8378,'_menu-item-avia-megamenu',''),(12483,8378,'_menu-item-avia-division',''),(12484,8378,'_menu-item-avia-textarea',''),(12485,8378,'_menu-item-avia-style',''),(12486,8379,'_menu_item_type','post_type'),(12487,8379,'_menu_item_menu_item_parent','0'),(12488,8379,'_menu_item_object_id','6711'),(12489,8379,'_menu_item_object','page'),(12490,8379,'_menu_item_target',''),(12491,8379,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12492,8379,'_menu_item_xfn',''),(12493,8379,'_menu_item_url',''),(12494,8379,'_menu_item_orphaned','1663532302'),(12495,8379,'_menu-item-avia-megamenu',''),(12496,8379,'_menu-item-avia-division',''),(12497,8379,'_menu-item-avia-textarea',''),(12498,8379,'_menu-item-avia-style',''),(12499,8380,'_menu_item_type','post_type'),(12500,8380,'_menu_item_menu_item_parent','0'),(12501,8380,'_menu_item_object_id','8290'),(12502,8380,'_menu_item_object','page'),(12503,8380,'_menu_item_target',''),(12504,8380,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12505,8380,'_menu_item_xfn',''),(12506,8380,'_menu_item_url',''),(12507,8380,'_menu_item_orphaned','1663532302'),(12508,8380,'_menu-item-avia-megamenu',''),(12509,8380,'_menu-item-avia-division',''),(12510,8380,'_menu-item-avia-textarea',''),(12511,8380,'_menu-item-avia-style',''),(12538,8383,'_edit_lock','1663532968:1'),(12539,8383,'_edit_last','1'),(12540,8383,'_aviaLayoutBuilder_active',''),(12541,8383,'_avia_sc_parser_state','check_only'),(12542,8383,'_wp_page_template','default'),(12543,8384,'_avia_sc_parser_state','check_only'),(12544,8384,'_aviaLayoutBuilder_active',''),(12545,8384,'_aviaLayoutBuilderCleanData','[conveythis_switcher]'),(12546,8384,'_avia_builder_shortcode_tree','a:0:{}'),(12547,8383,'_av_css_styles','a:6:{s:7:\"post_id\";i:8383;s:8:\"css_file\";s:13:\"post-8383.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(12548,8383,'_aviaLayoutBuilderCleanData',''),(12549,8383,'_avia_builder_shortcode_tree','a:0:{}'),(12550,8383,'layout',''),(12551,8383,'sidebar',''),(12552,8383,'footer',''),(12553,8383,'footer_behavior',''),(12554,8383,'header_title_bar',''),(12555,8383,'header_transparency',''),(12556,8386,'_avia_sc_parser_state','check_only'),(12557,8386,'_aviaLayoutBuilder_active',''),(12558,8386,'_aviaLayoutBuilderCleanData','[conveythis_switcher]'),(12559,8386,'_avia_builder_shortcode_tree','a:0:{}'),(12560,8383,'_av_el_mgr_version','1.0'),(12561,8383,'_av_alb_posts_elements_state','a:0:{}'),(12562,8386,'_av_el_mgr_version','1.0'),(12615,7130,'_wp_page_template','page_templates/langsw-page.php'),(12616,8394,'_aviaLayoutBuilder_active','active'),(12617,8394,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-job6bq59\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[conveythis_switcher]\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Torino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to find the records that would confirm her family connection to Valerio. I was specifically looking for the death or marriage record of Laura\'s great,great,great grandmother Caterina Sala. If we found either the death or marriage record from the mid 1800s and if Caterina\'s mother was Gerolama Mandelli, then I\'d be 100% convinced. When Iuri found the death record and showed it to me, my eyes raced to the section that listed Caterina\'s mother\'s name. There it was...Gerolama Mandelli !! I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/luisa-and-family-1030x795.jpg\' attachment=\'7828\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jof7x3e8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(12618,8394,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:3;}}'),(12619,8394,'_avia_sc_parser_state','check_only'),(12620,8394,'_av_alb_posts_elements_state','a:4:{s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(12621,8394,'_av_el_mgr_version','1.0'),(12622,7130,'footer_behavior',''),(12623,8396,'_aviaLayoutBuilder_active','active'),(12624,8396,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-job6bq59\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Torino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to find the records that would confirm her family connection to Valerio. I was specifically looking for the death or marriage record of Laura\'s great,great,great grandmother Caterina Sala. If we found either the death or marriage record from the mid 1800s and if Caterina\'s mother was Gerolama Mandelli, then I\'d be 100% convinced. When Iuri found the death record and showed it to me, my eyes raced to the section that listed Caterina\'s mother\'s name. There it was...Gerolama Mandelli !! I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/luisa-and-family-1030x795.jpg\' attachment=\'7828\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jof7x3e8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(12625,8396,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:3;}}'),(12626,8396,'_avia_sc_parser_state','check_only'),(12627,8396,'_av_alb_posts_elements_state','a:4:{s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(12628,8396,'_av_el_mgr_version','1.0'),(12629,8397,'_menu_item_type','custom'),(12630,8397,'_menu_item_menu_item_parent','0'),(12631,8397,'_menu_item_object_id','8397'),(12632,8397,'_menu_item_object','custom'),(12633,8397,'_menu_item_target',''),(12634,8397,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12635,8397,'_menu_item_xfn',''),(12636,8397,'_menu_item_url',''),(12637,8397,'_menu_item_orphaned','1663564238'),(12638,8397,'_menu-item-avia-megamenu',''),(12639,8397,'_menu-item-avia-division',''),(12640,8397,'_menu-item-avia-textarea',''),(12641,8397,'_menu-item-avia-style',''),(12642,8398,'_menu_item_type','custom'),(12643,8398,'_menu_item_menu_item_parent','0'),(12644,8398,'_menu_item_object_id','8398'),(12645,8398,'_menu_item_object','custom'),(12646,8398,'_menu_item_target',''),(12647,8398,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12648,8398,'_menu_item_xfn',''),(12649,8398,'_menu_item_url',''),(12650,8398,'_menu_item_orphaned','1663564238'),(12651,8398,'_menu-item-avia-megamenu',''),(12652,8398,'_menu-item-avia-division',''),(12653,8398,'_menu-item-avia-textarea',''),(12654,8398,'_menu-item-avia-style',''),(12655,6557,'_wp_old_date','2022-09-18'),(12656,6558,'_wp_old_date','2022-09-18'),(12657,7152,'_wp_old_date','2022-09-18'),(12658,7142,'_wp_old_date','2022-09-18'),(12659,6564,'_wp_old_date','2022-09-18'),(12660,7467,'_wp_old_date','2022-09-18'),(12661,6594,'_wp_old_date','2022-09-18'),(12662,6593,'_wp_old_date','2022-09-18'),(12663,7468,'_wp_old_date','2022-09-18'),(12664,7014,'_wp_old_date','2022-09-18'),(12665,6643,'_wp_old_date','2022-09-18'),(12666,7099,'_wp_old_date','2022-09-18'),(12667,6596,'_wp_old_date','2022-09-18'),(12668,6559,'_wp_old_date','2022-09-18'),(12669,6560,'_wp_old_date','2022-09-18'),(12678,8405,'_edit_lock','1663701849:1'),(12679,8405,'_edit_last','1'),(12680,8405,'_aviaLayoutBuilder_active',''),(12681,8405,'_avia_sc_parser_state','check_only'),(12682,8405,'_wp_page_template','page_templates/langsw-page.php'),(12683,8406,'_avia_sc_parser_state','check_only'),(12684,8406,'_aviaLayoutBuilder_active',''),(12685,8406,'_aviaLayoutBuilderCleanData','[conveythis_switcher]'),(12686,8406,'_avia_builder_shortcode_tree','a:0:{}'),(12687,8405,'_av_css_styles','a:6:{s:7:\"post_id\";i:8405;s:8:\"css_file\";s:13:\"post-8405.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(12688,8405,'_aviaLayoutBuilderCleanData','[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l894qeom\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' row_boxshadow=\'\' row_boxshadow_color=\'\' row_boxshadow_width=\'10\' custom_margin=\'\' margin=\'0px\' mobile_breaking=\'\' mobile_column_order=\'\' min_col_height=\'\' padding=\'\' svg_div_top=\'\' svg_div_top_color=\'#333333\' svg_div_top_width=\'100\' svg_div_top_height=\'50\' svg_div_top_max_height=\'none\' svg_div_top_flip=\'\' svg_div_top_invert=\'\' svg_div_top_front=\'\' svg_div_top_opacity=\'\' svg_div_top_preview=\'\' svg_div_bottom=\'\' svg_div_bottom_color=\'#333333\' svg_div_bottom_width=\'100\' svg_div_bottom_height=\'50\' svg_div_bottom_max_height=\'none\' svg_div_bottom_flip=\'\' svg_div_bottom_invert=\'\' svg_div_bottom_front=\'\' svg_div_bottom_opacity=\'\' svg_div_bottom_preview=\'\' border=\'\' border_style=\'solid\' border_color=\'\' radius=\'\' column_boxshadow=\'\' column_boxshadow_color=\'\' column_boxshadow_width=\'10\' background=\'bg_color\' background_color=\'\' background_gradient_direction=\'vertical\' background_gradient_color1=\'#000000\' background_gradient_color2=\'#ffffff\' background_gradient_color3=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' highlight=\'\' highlight_size=\'\' animation=\'\' link=\'\' linktarget=\'\' link_hover=\'\' title_attr=\'\' alt_attr=\'\' mobile_display=\'\' mobile_col_pos=\'0\' id=\'\' custom_class=\'\' template_class=\'\' aria_label=\'\' av_uid=\'av-33o0zp\' sc_version=\'1.0\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l89inyvu\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[su_tooltip text=\"Click language icon to see available language options\"]\r\n<img class=\"alignnone size-full wp-image-8494\" src=\"https://valerioanzino.com/wp-content/uploads/2022/09/info-blue-75w.jpg\" alt=\"Information\" width=\"25\" />[/su_tooltip]\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(12689,8405,'_avia_builder_shortcode_tree','a:0:{}'),(12690,8405,'_av_el_mgr_version','1.0'),(12691,8405,'_av_alb_posts_elements_state','a:0:{}'),(12692,8406,'_av_el_mgr_version','1.0'),(12693,8405,'layout','fullsize'),(12694,8405,'sidebar',''),(12695,8405,'footer',''),(12696,8405,'footer_behavior',''),(12697,8405,'header_title_bar',''),(12698,8405,'header_transparency',''),(12701,6561,'_wp_page_template','page_templates/langsw-page.php'),(12708,6561,'footer_behavior',''),(12709,8412,'_avia_sc_parser_state','check_only'),(12710,8412,'_av_el_mgr_version','1.0'),(12711,8412,'_aviaLayoutBuilder_active','active'),(12712,8412,'_aviaLayoutBuilderCleanData','00000TEST page content'),(12713,8412,'_avia_builder_shortcode_tree','a:0:{}'),(12745,8430,'_aviaLayoutBuilder_active','active'),(12746,8430,'_aviaLayoutBuilderCleanData','[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l894qeom\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n'),(12747,8430,'_avia_sc_parser_state','check_only'),(12748,8430,'_av_el_mgr_version','1.0'),(12749,8430,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}}'),(12750,8430,'_av_alb_posts_elements_state','a:1:{s:12:\"av_textblock\";b:1;}'),(12751,2,'_wp_page_template','page_templates/langsw-page.php'),(12752,8431,'_aviaLayoutBuilder_active','active'),(12753,8431,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<h2>Photo in a Shoebox</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (<a href=\"/about-the-author/\">Tom Marchisa</a>), of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela (Anzino) Gotta</a>. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine Lombardi, Tom\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online\r\n\r\n[caption id=\"attachment_52\" align=\"alignleft\" width=\"772\"]<a href=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\"><img class=\"size-full wp-image-52\" src=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\" alt=\"Wedding of Vittorio Emmanuel III 1896\" width=\"772\" height=\"524\" /></a> Wedding of Vittorio Emmanuel III 1896[/caption]\r\n\r\nphoto of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, Tom and Lorraine knew for sure who the person in the photo was. They now searched for \"Valerio Anzino\" which produced lists of scattered documents and newspaper clippings about the Monsignor. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, Tom made two trips to Italy. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura Santoro Ragaini), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri Silvestri), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7a55lv\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"450\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img class=\"size-large wp-image-6310\" src=\"/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"Valerio Anzino circa 1898\" width=\"450\" /></a> <span style=\"font-weight: bold;font-size:1.2em;\">Photo in a Shoebox</span><br />Valerio Anzino circa 1898</span>[/caption]\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(12754,8431,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(12755,8431,'_avia_sc_parser_state','check_only'),(12756,8431,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(12757,8431,'_av_el_mgr_version','1.0'),(12758,2,'footer_behavior',''),(12759,12,'_wp_page_template','page_templates/langsw-page.php'),(12760,8432,'_aviaLayoutBuilder_active','active'),(12761,8432,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piemonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31, 1899 edition.\r\n<p class=\"newspaper-font\" style=\"text-align: left; font-size: 1.2em;\"><em>\"Monsignor Anzino was the best known and most popular ecclesiastic in Italy, and his\r\nreputation for piety, tact, and diplomatic talents has made his name familiar at every European Court.\"</em>\r\n[/av_textblock]\r\n\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p  class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg-2\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg-1\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]\r\n\r\n'),(12762,8432,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:3;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}}'),(12763,8432,'_avia_sc_parser_state','check_only'),(12764,8432,'_av_alb_posts_elements_state','a:6:{s:9:\"av_button\";b:1;s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:8:\"av_image\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(12765,8432,'_av_el_mgr_version','1.0'),(12766,12,'footer_behavior',''),(12767,8433,'_aviaLayoutBuilder_active','active'),(12768,8433,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Timeline of Valerio\'s Life</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Italy\'s 1st King</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/medals-link.jpg\' attachment=\'7606\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/docs-link.jpg\' attachment=\'7609\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n'),(12769,8433,'_avia_builder_shortcode_tree','a:14:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}}'),(12770,8433,'_avia_sc_parser_state','check_only'),(12771,8433,'_av_alb_posts_elements_state','a:3:{s:11:\"av_one_half\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(12772,8433,'_av_el_mgr_version','1.0'),(12773,8434,'_aviaLayoutBuilder_active','active'),(12774,8434,'_aviaLayoutBuilderCleanData','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/wp-content/uploads/2022/04/fubine-map.jpg\" rel=\"lightbox\"><img class=\"alignleft\" style=\"float: left;\" src=\"/wp-content/uploads/2022/04/fubine-map.jpg\" alt=\"\" width=\"200\" /></a>Fubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-l2hx9ack\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/wp-content/uploads/2018/10/fubine-street.jpg\" rel=\"lightbox\"><img class=\"alignleft size-large wp-image-7876\" src=\"/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\" alt=\"\" width=\"500\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_half]'),(12775,8434,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}}'),(12776,8434,'_avia_sc_parser_state','check_only'),(12777,8434,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_half\";b:1;s:12:\"av_textblock\";b:1;}'),(12778,8434,'_av_el_mgr_version','1.0'),(12779,80,'footer_behavior',''),(12780,67,'_wp_page_template','page_templates/langsw-page.php'),(12781,8437,'_aviaLayoutBuilder_active','active'),(12782,8437,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1b343\']\r\n\r\n[av_contact email=\'valerioanzino@gmail.com\' title=\'Send the author an email with your questions about the website\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'Message from Valerio Anzino website\' autorespond=\'Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.\' captcha=\'\' form_align=\'\' color=\'\' av_uid=\'av-jnjugjar\' custom_class=\'\' admin_preview_bg=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2nfrz\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2dci7\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-1olav\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-138pf\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-127z7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7bfi8w\' custom_class=\'\' admin_preview_bg=\'\']\r\n[caption id=\"attachment_7157\" align=\"alignleft\" width=\"1200\"]<a href=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\"><img src=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\" alt=\"Pope Pius IX and Vittorio Emmanuel II\" width=\"1200\" height=\"908\" class=\"size-full wp-image-7157\" /></a><span style=\"font-weight:bold;font-size:1.2em;\"> Pope Pius IX and Vittorio Emmanuel II</span>[/caption]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(12783,8437,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}'),(12784,8437,'_avia_sc_parser_state','check_only'),(12785,8437,'_av_alb_posts_elements_state','a:5:{s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:10:\"av_contact\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;}'),(12786,8437,'_av_el_mgr_version','1.0'),(12787,67,'footer_behavior',''),(12788,7339,'_wp_page_template','page_templates/langsw-page.php'),(12789,7341,'_aviaLayoutBuilder_active','active'),(12790,7341,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3h89bv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piemonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a <a href=\"https://en.wikipedia.org/wiki/Roman_Question#Law_of_Papal_Guarantees\" target=\"_blank\" rel=\"noopener\">formal peace treaty</a> with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-27ggcb\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\' attachment=\'17\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jockryq7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-2z3e8r\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Valerio Anzino  in the late 1870s</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n'),(12791,7341,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(12792,7341,'_avia_sc_parser_state','check_only'),(12793,7341,'_av_alb_posts_elements_state','a:4:{s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(12794,7341,'_av_el_mgr_version','1.0'),(12795,7339,'footer_behavior',''),(12796,41,'_wp_page_template','page_templates/langsw-page.php'),(12797,8438,'_aviaLayoutBuilder_active','active'),(12798,8438,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825. (Note: Angela (Anzino) Gotta #13, is the great great grandmother of the website\'s author)\r\n[/av_textblock]\r\n\r\n[/av_section][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' attachment=\'7837\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23vfp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">14.</span><a href=\"/rootspersona-tree-2/rossi-carlotta-felicita-maria/\">Valerio\'s Grand Niece - Carlotta Rossi</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3vp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh-2\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">15.</span><a href=\"/rootspersona-tree-2/rossi-angiolina-giuseppina-domenica-lily/\">Valerio\'s Grand Niece - Lily Rossi</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lux\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh-1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">16.</span><a href=\"/rootspersona-tree-2/anzino-maddalena/\">Valerio\'s Grand Niece - Maddalena Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n'),(12799,8438,'_avia_builder_shortcode_tree','a:18:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:9;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}i:10;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:12;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:13;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:15;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:16;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:34;}}s:5:\"index\";i:33;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:35;}}'),(12800,8438,'_avia_sc_parser_state','check_only'),(12801,8438,'_av_alb_posts_elements_state','a:5:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(12802,8438,'_av_el_mgr_version','1.0'),(12803,41,'footer_behavior',''),(12804,6018,'_wp_page_template','page_templates/langsw-page.php'),(12805,6020,'_avia_sc_parser_state','check_only'),(12806,6020,'_av_el_mgr_version','1.0'),(12807,6018,'footer_behavior',''),(12808,7238,'_wp_page_template','page_templates/langsw-page.php'),(12809,8439,'_aviaLayoutBuilder_active','active'),(12810,8439,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'pagetop-section\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color:#870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX, ( or one of the Cardinals in the Vatican), sent two emmissaries to the Quirinale Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Vatican that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news.\r\n\r\nValerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio and his assistant returned to Valerio\'s residence, (a 5 minute walk), and others waited in a room adjacent to the King\'s chambers. About 30 minutes later, Valerio was summoned to the Palace as Vittorio had taken a turn for the worse. By the time Valerio reached the King\'s Chambers a few minutes later, Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1030x726.jpg\' attachment=\'8037\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu-1\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n'),(12811,8439,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:8:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:6;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:5;}}'),(12812,8439,'_avia_sc_parser_state','check_only'),(12813,8439,'_av_alb_posts_elements_state','a:6:{s:11:\"av_one_full\";b:1;s:11:\"av_one_half\";b:1;s:5:\"av_hr\";b:1;s:8:\"av_image\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(12814,8439,'_av_el_mgr_version','1.0'),(12815,7238,'footer_behavior',''),(12816,7011,'_wp_page_template','page_templates/langsw-page.php'),(12817,8440,'_aviaLayoutBuilder_active','active'),(12818,8440,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King, Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.  \r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in  the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3-12\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9-11\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf-10\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv-9\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7-8\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr-7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab-6\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7-5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ouc37\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joephzsq\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saint_Michael_(Bavaria)\" target=\"_blank\"> <em>Order of Saint Michael of Bavaria</em></a>. This award was co-granted by the Archbishop of Cologne and the King of Bavaria.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3zprer\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-saint-michael-bavaria-153x300.jpg\' attachment=\'7754\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-30jgzn\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab-4\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7-3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o43s3\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jomdfvbn\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point, (likely in the 1890s), someone close to Umberto I created a Crest, (Coat of Arms), for Valerio. Examination of the Crest reveals and/or confirms some facts about Valerio\'s life. The following comes from a translation of <em>Sul Tutto N. 37 Marzo 2014\" </em>periodical focusing on Italian Heraldry.\r\n\r\n<em>\"The coat of arms of the elder chaplain of S.M. The coat of arms is the visual representation of a juridical reality: a document from the end of XIX century. He shows us how the dignity of His Majesty\'s Greater chaplain was expressed. On March 17, 1891, he died, armed with religious comforts, at the Hotel de Russie in Rome S.A.I. Prince Napoleon, the famous Plon Plon, husband of the Princess Maria Clotilde of Savoy, the saint of Moncalieri, who despite the long-standing separation of fact from her husband Noticed at him at the news of his final illness. King Umberto I, the brother of Princess Clotilde, offered to take care of the funeral and to bury the corpse of the prince in the Royal burial of Superga, where he actually rests. The king ordered a court mourning of 90 days. Among the documents relating to the death and funeral honours of the Prince there is an act of death drawn up by His Majesty\'s Chaplain Mag-worst, Canon D. Valerio Anzino. D. Valerio Anzino, nephew of the Elemosiniere D. Giuseppe Anzino, entered the court in 1848 as an over-numerary cleric and ascended into the hierarchy until he became chaplain Major of S.M. in the new court. Mons. Anzino had a particularly delicate and useful role throughout the Risorgimento until the death of the Great King, as through between the King Vittorio Emanuele II and the S. Sede. Vittorio Emanuele II, of profound religious sentiments, despite his resistance and his action, albeit-too unheard, for a fair agreement with the Church, had to bend to the anti-Catholic persecutory policy of his governments. The great King always maintained, as is known, a correspondence with the Pope and Mons. Anzino was heard by both his advisor and King Umberto I. The header of the document is a clearly of its crest and its titles: Valerius Anzino dei ET apostolicae sedis gratiae ABBAS AC ordinarius insignis palatinae basilicae S. Barbarae mantkau nullius DIOECESIS protonotarius apostolicus, suae sanctitatis prelatus Domesticus, Palatii Apostolici and S. Aulae lateranensis COMES augustissimus REGIS humberti I capellanus MAJOR. The coat of arms, of red to the anchor placed in pole, with a chain of motive from the ring saltire and ridecussata to the stem, all in natural; With the chief of the Empire, that is gold to the Black Eagle; Motto: In SPE ET libertate, it is left to the pastoral, on the right to the Ferula, on the top of which is inserted the Abbey Mitre; From the tip of the shield hangs the Mauritian commandery; The Office of Chaplain of the King is expressed by the coat of arms of Savoy, stamped by the royal crown and surrounded by the necklace of the Annunziata, which surmounts the shield and is located under the Prelatizio hat with six flakes per part, the whole green, which stamps the crest Anzino. It is interesting that in order to express the high ecclesiastical position of Mons. Anzino, the royal Crest overcome the shield, in-stead that be inside the weapon, maybe as a leader.\"</em>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2vpuzn\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-heraldry-255x300.jpg\' attachment=\'8157\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jomdhod9\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab-2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7-1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<hr>\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n'),(12819,8440,'_avia_builder_shortcode_tree','a:25:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:4;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:10;}i:6;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:12;}i:7;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:9;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:10;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:20;}i:11;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}}s:5:\"index\";i:22;}i:12;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}i:13;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:26;}i:14;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}i:15;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}i:16;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:17;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:18;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:19;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:20;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:21;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}i:22;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:44;}i:23;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:47;}}s:5:\"index\";i:46;}i:24;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:49;}}s:5:\"index\";i:48;}}'),(12820,8440,'_avia_sc_parser_state','check_only'),(12821,8440,'_av_alb_posts_elements_state','a:6:{s:11:\"av_one_full\";b:1;s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:8:\"av_image\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(12822,8440,'_av_el_mgr_version','1.0'),(12823,7011,'footer_behavior',''),(12824,5615,'_wp_page_template','page_templates/langsw-page.php'),(12825,8441,'_aviaLayoutBuilder_active','active'),(12826,8441,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe photographs in this gallery have come from 3 sources; the internet, a collection belonging to this website\'s author, and last but most importantly, from a private photo collection belonging Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala. Click on a photo to see a larger image and to read a brief description.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,56,5860,58,109,5550,5549,5611,57,6646,7780,7779\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\' custom_class=\'\']\r\n\r\n'),(12827,8441,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}'),(12828,8441,'_avia_sc_parser_state','check_only'),(12829,8441,'_av_alb_posts_elements_state','a:3:{s:11:\"av_one_full\";b:1;s:18:\"av_masonry_gallery\";b:1;s:12:\"av_textblock\";b:1;}'),(12830,8441,'_av_el_mgr_version','1.0'),(12831,5615,'footer_behavior',''),(12832,8442,'_aviaLayoutBuilder_active','active'),(12833,8442,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-k7pfap\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/valerio-anzinos-baptism-record-1832/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-gwrvht\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/anzino-family-church-census-1847/\" target=\"_blank\" rel=\"noopener\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" rel=\"noopener\" target=\"_blank\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogscw1u\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogugje2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' copyright=\'\' caption=\'\' image_size=\'\' styling=\'\' align=\'left\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'lightbox\' target=\'\' title_attr=\'\' alt_attr=\'\' img_scrset=\'\' lazy_loading=\'disabled\' id=\'\' custom_class=\'\' template_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joguin5l\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-nx8iup-2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f-1\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth]'),(12834,8442,'_avia_builder_shortcode_tree','a:9:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:5;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:14;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:17;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}}'),(12835,8442,'_avia_sc_parser_state','check_only'),(12836,8442,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(12837,8442,'_av_el_mgr_version','1.0'),(12838,8443,'_aviaLayoutBuilder_active','active'),(12839,8443,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-job6bq59\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Torino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to find the records that would confirm her family connection to Valerio. I was specifically looking for the death or marriage record of Laura\'s great,great,great grandmother Caterina Sala. If we found either the death or marriage record from the mid 1800s and if Caterina\'s mother was Gerolama Mandelli, then I\'d be 100% convinced. When Iuri found the death record and showed it to me, my eyes raced to the section that listed Caterina\'s mother\'s name. There it was...Gerolama Mandelli !! I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/luisa-and-family-1030x795.jpg\' attachment=\'7828\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jof7x3e8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n'),(12840,8443,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:2;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:3;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:4;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:3;}}'),(12841,8443,'_avia_sc_parser_state','check_only'),(12842,8443,'_av_alb_posts_elements_state','a:4:{s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:1;s:8:\"av_image\";b:1;s:12:\"av_textblock\";b:1;}'),(12843,8443,'_av_el_mgr_version','1.0'),(12845,8447,'_aviaLayoutBuilder_active','active'),(12846,8447,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[conveythis_switcher]\r\nI\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(12847,8447,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12848,8447,'_avia_sc_parser_state','check_only'),(12849,8447,'_av_alb_posts_elements_state','a:4:{s:12:\"av_two_third\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12850,8447,'_av_el_mgr_version','1.0'),(12851,7981,'footer_behavior',''),(12853,8449,'_aviaLayoutBuilder_active','active'),(12854,8449,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div style=\"padding-bottom:10px;\">[conveythis_switcher]</div>\r\nI\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(12855,8449,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12856,8449,'_avia_sc_parser_state','check_only'),(12857,8449,'_av_alb_posts_elements_state','a:4:{s:12:\"av_two_third\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12858,8449,'_av_el_mgr_version','1.0'),(12860,8451,'_aviaLayoutBuilder_active','active'),(12861,8451,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div style=\"margin-bottom: 20px;\">[conveythis_switcher]</div>\r\nI\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(12862,8451,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12863,8451,'_avia_sc_parser_state','check_only'),(12864,8451,'_av_alb_posts_elements_state','a:4:{s:12:\"av_two_third\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12865,8451,'_av_el_mgr_version','1.0'),(12867,8453,'_aviaLayoutBuilder_active','active'),(12868,8453,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div>[conveythis_switcher]</div>\r\nI\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(12869,8453,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12870,8453,'_avia_sc_parser_state','check_only'),(12871,8453,'_av_alb_posts_elements_state','a:4:{s:12:\"av_two_third\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12872,8453,'_av_el_mgr_version','1.0'),(12881,8457,'_aviaLayoutBuilder_active','active'),(12882,8457,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<p style=\"margin-bottom:20px;\">[conveythis_switcher]</p>\r\n\r\nI\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(12883,8457,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12884,8457,'_avia_sc_parser_state','check_only'),(12885,8457,'_av_alb_posts_elements_state','a:4:{s:12:\"av_two_third\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12886,8457,'_av_el_mgr_version','1.0'),(12888,8459,'_aviaLayoutBuilder_active','active'),(12889,8459,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[conveythis_switcher]\r\nI\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(12890,8459,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12891,8459,'_avia_sc_parser_state','check_only'),(12892,8459,'_av_alb_posts_elements_state','a:4:{s:12:\"av_two_third\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12893,8459,'_av_el_mgr_version','1.0'),(12895,8461,'_aviaLayoutBuilder_active','active'),(12896,8461,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\nI\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(12897,8461,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12898,8461,'_avia_sc_parser_state','check_only'),(12899,8461,'_av_alb_posts_elements_state','a:4:{s:12:\"av_two_third\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12900,8461,'_av_el_mgr_version','1.0'),(12902,8463,'_aviaLayoutBuilder_active','active'),(12903,8463,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top:30px;\">I\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!</p>\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(12904,8463,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12905,8463,'_avia_sc_parser_state','check_only'),(12906,8463,'_av_alb_posts_elements_state','a:4:{s:12:\"av_two_third\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12907,8463,'_av_el_mgr_version','1.0'),(12909,8465,'_aviaLayoutBuilder_active','active'),(12910,8465,'_aviaLayoutBuilderCleanData','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">I\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!</p>\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]'),(12911,8465,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_two_third\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12912,8465,'_avia_sc_parser_state','check_only'),(12913,8465,'_av_alb_posts_elements_state','a:4:{s:12:\"av_two_third\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12914,8465,'_av_el_mgr_version','1.0'),(12916,8468,'_aviaLayoutBuilder_active','active'),(12917,8468,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7rijep\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jof6wrev\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nEnter general comments about website in this Post\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5reqc1\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4mwtrl\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2zghap\']\r\n[/av_one_full]\r\n\r\n'),(12918,8468,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(12919,8468,'_avia_sc_parser_state','check_only'),(12920,8468,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12921,8468,'_av_el_mgr_version','1.0'),(12922,7825,'footer_behavior',''),(12924,8470,'_aviaLayoutBuilder_active','active'),(12925,8470,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-95uybe\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jof6pua0\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nThis Post is meant to solicit suggestions/changes to the website\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5qsnkq\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4qt022\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2pewbe\']\r\n[/av_one_full]\r\n\r\n'),(12926,8470,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(12927,8470,'_avia_sc_parser_state','check_only'),(12928,8470,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12929,8470,'_av_el_mgr_version','1.0'),(12930,7818,'footer_behavior',''),(12932,8472,'_aviaLayoutBuilder_active','active'),(12933,8472,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8jamhj\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jof6ly33\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nThis website went live today for public access. There are still a small handful of important things outstanding that the website author will address in the next few weeks.\r\n[/av_textblock]\r\n\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ty92v\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4gvhon\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2xwjef\']\r\n[/av_one_full]\r\n\r\n'),(12934,8472,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}}s:5:\"index\";i:2;}}'),(12935,8472,'_avia_sc_parser_state','check_only'),(12936,8472,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12937,8472,'_av_el_mgr_version','1.0'),(12938,7815,'footer_behavior',''),(12940,8474,'_aviaLayoutBuilder_active','active'),(12941,8474,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-310me6\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jo7gchxy\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nThe website is now about 75% completed. As development progresses, I\'m re-reading prior research and conducting new research in order to make the website as accurate as reasonably possible. I\'ve learned a few new things about Valerio in the process.\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3rg1xq\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-364qha\']\r\n\r\n[/av_one_full]'),(12942,8474,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12943,8474,'_avia_sc_parser_state','check_only'),(12944,8474,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12945,8474,'_av_el_mgr_version','1.0'),(12946,7166,'footer_behavior',''),(12948,8476,'_aviaLayoutBuilder_active','active'),(12949,8476,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-35iz\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jnk00v0f\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nThe Valerio Anzino website launched on Saturday October 21 2018. Only the \"barebones\" exist for now and content will be added daily over the next few weeks.\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3rlp\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-634d\']\r\n\r\n[/av_one_full]'),(12950,8476,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:16:\"av_comments_list\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12951,8476,'_avia_sc_parser_state','check_only'),(12952,8476,'_av_alb_posts_elements_state','a:4:{s:11:\"av_one_full\";b:1;s:16:\"av_comments_list\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12953,8476,'_av_el_mgr_version','1.0'),(12954,1,'footer_behavior',''),(12962,8480,'_aviaLayoutBuilder_active','active'),(12963,8480,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-cnttx\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-joombshe\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">\r\nThis page lists \"Posts\" that the website author has created to provide an opportunity to website visitors to comment on the website\'s content. Click on a Post that makes sense to you and feel free add a comment. (Note:Comments are reviewed by the website\'s author before being added to the website).\r\n[/av_textblock]\r\n\r\n[av_blog blog_type=\'taxonomy\' categories=\'4\' link=\'category,4\' blog_style=\'blog-grid\' columns=\'4\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'3\' offset=\'0\' paginate=\'yes\' conditional=\'\' av_uid=\'av-14q5p\' custom_class=\'\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8d7h1\']\r\n\r\n[/av_one_full]'),(12964,8480,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12965,8480,'_avia_sc_parser_state','check_only'),(12966,8480,'_av_alb_posts_elements_state','a:4:{s:7:\"av_blog\";b:1;s:11:\"av_one_full\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12967,8480,'_av_el_mgr_version','1.0'),(12968,141,'footer_behavior',''),(12969,8483,'_aviaLayoutBuilder_active','active'),(12970,8483,'_aviaLayoutBuilderCleanData','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-cnttx\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-joombshe\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[conveythis_switcher]\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">This page lists \"Posts\" that the website author has created to provide an opportunity to website visitors to comment on the website\'s content. Click on a Post that makes sense to you and feel free add a comment. (Note:Comments are reviewed by the website\'s author before being added to the website).</p>\r\n[/av_textblock]\r\n\r\n[av_blog blog_type=\'taxonomy\' categories=\'4\' link=\'category,4\' blog_style=\'blog-grid\' columns=\'4\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'3\' offset=\'0\' paginate=\'yes\' conditional=\'\' av_uid=\'av-14q5p\' custom_class=\'\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8d7h1\']\r\n\r\n[/av_one_full]'),(12971,8483,'_avia_builder_shortcode_tree','a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:7:\"av_blog\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:15:\"av_social_share\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:0;}}'),(12972,8483,'_avia_sc_parser_state','check_only'),(12973,8483,'_av_alb_posts_elements_state','a:4:{s:7:\"av_blog\";b:1;s:11:\"av_one_full\";b:1;s:15:\"av_social_share\";b:1;s:12:\"av_textblock\";b:1;}'),(12974,8483,'_av_el_mgr_version','1.0'),(12983,8490,'_aviaLayoutBuilder_active','active'),(12984,8490,'_aviaLayoutBuilderCleanData','[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l894qeom\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' row_boxshadow=\'\' row_boxshadow_color=\'\' row_boxshadow_width=\'10\' custom_margin=\'\' margin=\'0px\' mobile_breaking=\'\' mobile_column_order=\'\' min_col_height=\'\' padding=\'\' svg_div_top=\'\' svg_div_top_color=\'#333333\' svg_div_top_width=\'100\' svg_div_top_height=\'50\' svg_div_top_max_height=\'none\' svg_div_top_flip=\'\' svg_div_top_invert=\'\' svg_div_top_front=\'\' svg_div_top_opacity=\'\' svg_div_top_preview=\'\' svg_div_bottom=\'\' svg_div_bottom_color=\'#333333\' svg_div_bottom_width=\'100\' svg_div_bottom_height=\'50\' svg_div_bottom_max_height=\'none\' svg_div_bottom_flip=\'\' svg_div_bottom_invert=\'\' svg_div_bottom_front=\'\' svg_div_bottom_opacity=\'\' svg_div_bottom_preview=\'\' border=\'\' border_style=\'solid\' border_color=\'\' radius=\'\' column_boxshadow=\'\' column_boxshadow_color=\'\' column_boxshadow_width=\'10\' background=\'bg_color\' background_color=\'\' background_gradient_direction=\'vertical\' background_gradient_color1=\'#000000\' background_gradient_color2=\'#ffffff\' background_gradient_color3=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' highlight=\'\' highlight_size=\'\' animation=\'\' link=\'\' linktarget=\'\' link_hover=\'\' title_attr=\'\' alt_attr=\'\' mobile_display=\'\' mobile_col_pos=\'0\' id=\'\' custom_class=\'\' template_class=\'\' aria_label=\'\' av_uid=\'av-33o0zp\' sc_version=\'1.0\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l89inyvu\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\nClick here to add your own text[su_note id=\"language button help\"]Click the button to see available language choices. Click on the selected language and within 5 seconds the page will refresh with the selected language[/su_note]\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(12985,8490,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}'),(12986,8490,'_avia_sc_parser_state','check_only'),(12987,8490,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_full\";b:1;s:12:\"av_textblock\";b:1;}'),(12988,8490,'_av_el_mgr_version','1.0'),(12989,8492,'_aviaLayoutBuilder_active','active'),(12990,8492,'_aviaLayoutBuilderCleanData','[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l894qeom\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' row_boxshadow=\'\' row_boxshadow_color=\'\' row_boxshadow_width=\'10\' custom_margin=\'\' margin=\'0px\' mobile_breaking=\'\' mobile_column_order=\'\' min_col_height=\'\' padding=\'\' svg_div_top=\'\' svg_div_top_color=\'#333333\' svg_div_top_width=\'100\' svg_div_top_height=\'50\' svg_div_top_max_height=\'none\' svg_div_top_flip=\'\' svg_div_top_invert=\'\' svg_div_top_front=\'\' svg_div_top_opacity=\'\' svg_div_top_preview=\'\' svg_div_bottom=\'\' svg_div_bottom_color=\'#333333\' svg_div_bottom_width=\'100\' svg_div_bottom_height=\'50\' svg_div_bottom_max_height=\'none\' svg_div_bottom_flip=\'\' svg_div_bottom_invert=\'\' svg_div_bottom_front=\'\' svg_div_bottom_opacity=\'\' svg_div_bottom_preview=\'\' border=\'\' border_style=\'solid\' border_color=\'\' radius=\'\' column_boxshadow=\'\' column_boxshadow_color=\'\' column_boxshadow_width=\'10\' background=\'bg_color\' background_color=\'\' background_gradient_direction=\'vertical\' background_gradient_color1=\'#000000\' background_gradient_color2=\'#ffffff\' background_gradient_color3=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' highlight=\'\' highlight_size=\'\' animation=\'\' link=\'\' linktarget=\'\' link_hover=\'\' title_attr=\'\' alt_attr=\'\' mobile_display=\'\' mobile_col_pos=\'0\' id=\'\' custom_class=\'\' template_class=\'\' aria_label=\'\' av_uid=\'av-33o0zp\' sc_version=\'1.0\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l89inyvu\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\nClick here to add your own text[su_note id=\"language button help\"]Click the button to see available language choices. Click on the selected language and within 5 seconds the page will refresh with the selected language[/su_note]\r\n[su_tooltip text=\"Click language icon to see available language options\"]Hover me to open tooltip[/su_tooltip]\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(12991,8492,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}'),(12992,8492,'_avia_sc_parser_state','check_only'),(12993,8492,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_full\";b:1;s:12:\"av_textblock\";b:1;}'),(12994,8492,'_av_el_mgr_version','1.0'),(12995,8494,'_wp_attached_file','2022/09/info-blue-75w.jpg'),(12996,8494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:75;s:6:\"height\";i:75;s:4:\"file\";s:25:\"2022/09/info-blue-75w.jpg\";s:5:\"sizes\";a:1:{s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"info-blue-75w-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12997,8494,'filesize','11149'),(12998,8494,'_wp_attachment_image_alt','Information'),(13011,8500,'_aviaLayoutBuilder_active','active'),(13012,8500,'_aviaLayoutBuilderCleanData','[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l894qeom\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' row_boxshadow=\'\' row_boxshadow_color=\'\' row_boxshadow_width=\'10\' custom_margin=\'\' margin=\'0px\' mobile_breaking=\'\' mobile_column_order=\'\' min_col_height=\'\' padding=\'\' svg_div_top=\'\' svg_div_top_color=\'#333333\' svg_div_top_width=\'100\' svg_div_top_height=\'50\' svg_div_top_max_height=\'none\' svg_div_top_flip=\'\' svg_div_top_invert=\'\' svg_div_top_front=\'\' svg_div_top_opacity=\'\' svg_div_top_preview=\'\' svg_div_bottom=\'\' svg_div_bottom_color=\'#333333\' svg_div_bottom_width=\'100\' svg_div_bottom_height=\'50\' svg_div_bottom_max_height=\'none\' svg_div_bottom_flip=\'\' svg_div_bottom_invert=\'\' svg_div_bottom_front=\'\' svg_div_bottom_opacity=\'\' svg_div_bottom_preview=\'\' border=\'\' border_style=\'solid\' border_color=\'\' radius=\'\' column_boxshadow=\'\' column_boxshadow_color=\'\' column_boxshadow_width=\'10\' background=\'bg_color\' background_color=\'\' background_gradient_direction=\'vertical\' background_gradient_color1=\'#000000\' background_gradient_color2=\'#ffffff\' background_gradient_color3=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' highlight=\'\' highlight_size=\'\' animation=\'\' link=\'\' linktarget=\'\' link_hover=\'\' title_attr=\'\' alt_attr=\'\' mobile_display=\'\' mobile_col_pos=\'0\' id=\'\' custom_class=\'\' template_class=\'\' aria_label=\'\' av_uid=\'av-33o0zp\' sc_version=\'1.0\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l89inyvu\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[su_tooltip text=\"Click language icon to see available language options\"]\r\n<img class=\"alignnone size-full wp-image-8494\" src=\"https://valerioanzino.com/wp-content/uploads/2022/09/info-blue-75w.jpg\" alt=\"Information\" width=\"25\" />[/su_tooltip]\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(13013,8500,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}'),(13014,8500,'_avia_sc_parser_state','check_only'),(13015,8500,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_full\";b:1;s:12:\"av_textblock\";b:1;}'),(13016,8500,'_av_el_mgr_version','1.0'),(13023,8506,'_aviaLayoutBuilderCleanData','[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l894qeom\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' row_boxshadow=\'\' row_boxshadow_color=\'\' row_boxshadow_width=\'10\' custom_margin=\'\' margin=\'0px\' mobile_breaking=\'\' mobile_column_order=\'\' min_col_height=\'\' padding=\'\' svg_div_top=\'\' svg_div_top_color=\'#333333\' svg_div_top_width=\'100\' svg_div_top_height=\'50\' svg_div_top_max_height=\'none\' svg_div_top_flip=\'\' svg_div_top_invert=\'\' svg_div_top_front=\'\' svg_div_top_opacity=\'\' svg_div_top_preview=\'\' svg_div_bottom=\'\' svg_div_bottom_color=\'#333333\' svg_div_bottom_width=\'100\' svg_div_bottom_height=\'50\' svg_div_bottom_max_height=\'none\' svg_div_bottom_flip=\'\' svg_div_bottom_invert=\'\' svg_div_bottom_front=\'\' svg_div_bottom_opacity=\'\' svg_div_bottom_preview=\'\' border=\'\' border_style=\'solid\' border_color=\'\' radius=\'\' column_boxshadow=\'\' column_boxshadow_color=\'\' column_boxshadow_width=\'10\' background=\'bg_color\' background_color=\'\' background_gradient_direction=\'vertical\' background_gradient_color1=\'#000000\' background_gradient_color2=\'#ffffff\' background_gradient_color3=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' highlight=\'\' highlight_size=\'\' animation=\'\' link=\'\' linktarget=\'\' link_hover=\'\' title_attr=\'\' alt_attr=\'\' mobile_display=\'\' mobile_col_pos=\'0\' id=\'\' custom_class=\'\' template_class=\'\' aria_label=\'\' av_uid=\'av-33o0zp\' sc_version=\'1.0\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l89inyvu\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[su_tooltip text=\"Click language icon to see available language options\"]\r\n<img class=\"alignnone size-full wp-image-8494\" src=\"https://valerioanzino.com/wp-content/uploads/2022/09/info-blue-75w.jpg\" alt=\"Information\" width=\"25\" />[/su_tooltip]\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(13024,8506,'_avia_builder_shortcode_tree','a:0:{}'),(13025,8506,'_avia_sc_parser_state','check_only'),(13026,8506,'_av_alb_posts_elements_state','a:2:{s:11:\"av_one_full\";b:1;s:12:\"av_textblock\";b:1;}'),(13027,8506,'_av_el_mgr_version','1.0'),(13028,8506,'_aviaLayoutBuilder_active',''),(13029,8510,'_aviaLayoutBuilderCleanData','[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l894qeom\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' row_boxshadow=\'\' row_boxshadow_color=\'\' row_boxshadow_width=\'10\' custom_margin=\'\' margin=\'0px\' mobile_breaking=\'\' mobile_column_order=\'\' min_col_height=\'\' padding=\'\' svg_div_top=\'\' svg_div_top_color=\'#333333\' svg_div_top_width=\'100\' svg_div_top_height=\'50\' svg_div_top_max_height=\'none\' svg_div_top_flip=\'\' svg_div_top_invert=\'\' svg_div_top_front=\'\' svg_div_top_opacity=\'\' svg_div_top_preview=\'\' svg_div_bottom=\'\' svg_div_bottom_color=\'#333333\' svg_div_bottom_width=\'100\' svg_div_bottom_height=\'50\' svg_div_bottom_max_height=\'none\' svg_div_bottom_flip=\'\' svg_div_bottom_invert=\'\' svg_div_bottom_front=\'\' svg_div_bottom_opacity=\'\' svg_div_bottom_preview=\'\' border=\'\' border_style=\'solid\' border_color=\'\' radius=\'\' column_boxshadow=\'\' column_boxshadow_color=\'\' column_boxshadow_width=\'10\' background=\'bg_color\' background_color=\'\' background_gradient_direction=\'vertical\' background_gradient_color1=\'#000000\' background_gradient_color2=\'#ffffff\' background_gradient_color3=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' highlight=\'\' highlight_size=\'\' animation=\'\' link=\'\' linktarget=\'\' link_hover=\'\' title_attr=\'\' alt_attr=\'\' mobile_display=\'\' mobile_col_pos=\'0\' id=\'\' custom_class=\'\' template_class=\'\' aria_label=\'\' av_uid=\'av-33o0zp\' sc_version=\'1.0\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l89inyvu\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[su_tooltip text=\"Click language icon to see available language options\"]\r\n<img class=\"alignnone size-full wp-image-8494\" src=\"https://valerioanzino.com/wp-content/uploads/2022/09/info-blue-75w.jpg\" alt=\"Information\" width=\"25\" />[/su_tooltip]\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(13030,8510,'_avia_sc_parser_state','check_only'),(13031,8510,'_av_el_mgr_version','1.0'),(13032,8510,'_aviaLayoutBuilder_active',''),(13033,8510,'_avia_builder_shortcode_tree','a:0:{}'),(13034,8512,'_aviaLayoutBuilderCleanData','[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l894qeom\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' row_boxshadow=\'\' row_boxshadow_color=\'\' row_boxshadow_width=\'10\' custom_margin=\'\' margin=\'0px\' mobile_breaking=\'\' mobile_column_order=\'\' min_col_height=\'\' padding=\'\' svg_div_top=\'\' svg_div_top_color=\'#333333\' svg_div_top_width=\'100\' svg_div_top_height=\'50\' svg_div_top_max_height=\'none\' svg_div_top_flip=\'\' svg_div_top_invert=\'\' svg_div_top_front=\'\' svg_div_top_opacity=\'\' svg_div_top_preview=\'\' svg_div_bottom=\'\' svg_div_bottom_color=\'#333333\' svg_div_bottom_width=\'100\' svg_div_bottom_height=\'50\' svg_div_bottom_max_height=\'none\' svg_div_bottom_flip=\'\' svg_div_bottom_invert=\'\' svg_div_bottom_front=\'\' svg_div_bottom_opacity=\'\' svg_div_bottom_preview=\'\' border=\'\' border_style=\'solid\' border_color=\'\' radius=\'\' column_boxshadow=\'\' column_boxshadow_color=\'\' column_boxshadow_width=\'10\' background=\'bg_color\' background_color=\'\' background_gradient_direction=\'vertical\' background_gradient_color1=\'#000000\' background_gradient_color2=\'#ffffff\' background_gradient_color3=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' highlight=\'\' highlight_size=\'\' animation=\'\' link=\'\' linktarget=\'\' link_hover=\'\' title_attr=\'\' alt_attr=\'\' mobile_display=\'\' mobile_col_pos=\'0\' id=\'\' custom_class=\'\' template_class=\'\' aria_label=\'\' av_uid=\'av-33o0zp\' sc_version=\'1.0\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l89inyvu\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[su_tooltip text=\"Click language icon to see available language options\"]\r\n<img class=\"alignnone size-full wp-image-8494\" src=\"https://valerioanzino.com/wp-content/uploads/2022/09/info-blue-75w.jpg\" alt=\"Information\" width=\"25\" />[/su_tooltip]\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(13035,8512,'_avia_sc_parser_state','check_only'),(13036,8512,'_av_el_mgr_version','1.0'),(13037,8512,'_aviaLayoutBuilder_active',''),(13038,8512,'_avia_builder_shortcode_tree','a:0:{}'),(13039,8514,'_aviaLayoutBuilderCleanData','[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l894qeom\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' row_boxshadow=\'\' row_boxshadow_color=\'\' row_boxshadow_width=\'10\' custom_margin=\'\' margin=\'0px\' mobile_breaking=\'\' mobile_column_order=\'\' min_col_height=\'\' padding=\'\' svg_div_top=\'\' svg_div_top_color=\'#333333\' svg_div_top_width=\'100\' svg_div_top_height=\'50\' svg_div_top_max_height=\'none\' svg_div_top_flip=\'\' svg_div_top_invert=\'\' svg_div_top_front=\'\' svg_div_top_opacity=\'\' svg_div_top_preview=\'\' svg_div_bottom=\'\' svg_div_bottom_color=\'#333333\' svg_div_bottom_width=\'100\' svg_div_bottom_height=\'50\' svg_div_bottom_max_height=\'none\' svg_div_bottom_flip=\'\' svg_div_bottom_invert=\'\' svg_div_bottom_front=\'\' svg_div_bottom_opacity=\'\' svg_div_bottom_preview=\'\' border=\'\' border_style=\'solid\' border_color=\'\' radius=\'\' column_boxshadow=\'\' column_boxshadow_color=\'\' column_boxshadow_width=\'10\' background=\'bg_color\' background_color=\'\' background_gradient_direction=\'vertical\' background_gradient_color1=\'#000000\' background_gradient_color2=\'#ffffff\' background_gradient_color3=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' highlight=\'\' highlight_size=\'\' animation=\'\' link=\'\' linktarget=\'\' link_hover=\'\' title_attr=\'\' alt_attr=\'\' mobile_display=\'\' mobile_col_pos=\'0\' id=\'\' custom_class=\'\' template_class=\'\' aria_label=\'\' av_uid=\'av-33o0zp\' sc_version=\'1.0\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l89inyvu\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[su_tooltip text=\"Click language icon to see available language options\"]\r\n<img class=\"alignnone size-full wp-image-8494\" src=\"https://valerioanzino.com/wp-content/uploads/2022/09/info-blue-75w.jpg\" alt=\"Information\" width=\"25\" />[/su_tooltip]\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(13040,8514,'_avia_sc_parser_state','check_only'),(13041,8514,'_av_el_mgr_version','1.0'),(13042,8514,'_aviaLayoutBuilder_active',''),(13043,8514,'_avia_builder_shortcode_tree','a:0:{}'),(13044,8517,'_aviaLayoutBuilderCleanData','[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l894qeom\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_textblock]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' row_boxshadow=\'\' row_boxshadow_color=\'\' row_boxshadow_width=\'10\' custom_margin=\'\' margin=\'0px\' mobile_breaking=\'\' mobile_column_order=\'\' min_col_height=\'\' padding=\'\' svg_div_top=\'\' svg_div_top_color=\'#333333\' svg_div_top_width=\'100\' svg_div_top_height=\'50\' svg_div_top_max_height=\'none\' svg_div_top_flip=\'\' svg_div_top_invert=\'\' svg_div_top_front=\'\' svg_div_top_opacity=\'\' svg_div_top_preview=\'\' svg_div_bottom=\'\' svg_div_bottom_color=\'#333333\' svg_div_bottom_width=\'100\' svg_div_bottom_height=\'50\' svg_div_bottom_max_height=\'none\' svg_div_bottom_flip=\'\' svg_div_bottom_invert=\'\' svg_div_bottom_front=\'\' svg_div_bottom_opacity=\'\' svg_div_bottom_preview=\'\' border=\'\' border_style=\'solid\' border_color=\'\' radius=\'\' column_boxshadow=\'\' column_boxshadow_color=\'\' column_boxshadow_width=\'10\' background=\'bg_color\' background_color=\'\' background_gradient_direction=\'vertical\' background_gradient_color1=\'#000000\' background_gradient_color2=\'#ffffff\' background_gradient_color3=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' highlight=\'\' highlight_size=\'\' animation=\'\' link=\'\' linktarget=\'\' link_hover=\'\' title_attr=\'\' alt_attr=\'\' mobile_display=\'\' mobile_col_pos=\'0\' id=\'\' custom_class=\'\' template_class=\'\' aria_label=\'\' av_uid=\'av-33o0zp\' sc_version=\'1.0\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-l89inyvu\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[su_tooltip text=\"Click language icon to see available language options\"]\r\n<img class=\"alignnone size-full wp-image-8494\" src=\"https://valerioanzino.com/wp-content/uploads/2022/09/info-blue-75w.jpg\" alt=\"Information\" width=\"25\" />[/su_tooltip]\r\n[/av_textblock]\r\n\r\n[/av_one_full]'),(13045,8517,'_avia_sc_parser_state','check_only'),(13046,8517,'_av_el_mgr_version','1.0'),(13047,8517,'_aviaLayoutBuilder_active',''),(13048,8517,'_avia_builder_shortcode_tree','a:0:{}'),(13051,6964,'_av_css_styles','a:6:{s:7:\"post_id\";i:6964;s:8:\"css_file\";s:13:\"post-6964.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13052,7241,'_av_css_styles','a:6:{s:7:\"post_id\";i:7241;s:8:\"css_file\";s:13:\"post-7241.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13053,6431,'_av_css_styles','a:6:{s:7:\"post_id\";i:6431;s:8:\"css_file\";s:13:\"post-6431.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13054,8143,'_av_css_styles','a:6:{s:7:\"post_id\";i:8143;s:8:\"css_file\";s:13:\"post-8143.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13055,6251,'_av_css_styles','a:6:{s:7:\"post_id\";i:6251;s:8:\"css_file\";s:13:\"post-6251.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13056,6260,'_av_css_styles','a:6:{s:7:\"post_id\";i:6260;s:8:\"css_file\";s:13:\"post-6260.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13057,5995,'_av_css_styles','a:6:{s:7:\"post_id\";i:5995;s:8:\"css_file\";s:13:\"post-5995.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13058,6363,'_av_css_styles','a:6:{s:7:\"post_id\";i:6363;s:8:\"css_file\";s:13:\"post-6363.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13059,6429,'_av_css_styles','a:6:{s:7:\"post_id\";i:6429;s:8:\"css_file\";s:13:\"post-6429.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13060,6254,'_av_css_styles','a:6:{s:7:\"post_id\";i:6254;s:8:\"css_file\";s:13:\"post-6254.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13061,6009,'_av_css_styles','a:6:{s:7:\"post_id\";i:6009;s:8:\"css_file\";s:13:\"post-6009.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13062,6267,'_av_css_styles','a:6:{s:7:\"post_id\";i:6267;s:8:\"css_file\";s:13:\"post-6267.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13063,6134,'_av_css_styles','a:6:{s:7:\"post_id\";i:6134;s:8:\"css_file\";s:13:\"post-6134.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13064,5997,'_av_css_styles','a:6:{s:7:\"post_id\";i:5997;s:8:\"css_file\";s:13:\"post-5997.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13065,7986,'_av_css_styles','a:6:{s:7:\"post_id\";i:7986;s:8:\"css_file\";s:13:\"post-7986.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13066,6522,'_av_css_styles','a:6:{s:7:\"post_id\";i:6522;s:8:\"css_file\";s:13:\"post-6522.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13067,6277,'_av_css_styles','a:6:{s:7:\"post_id\";i:6277;s:8:\"css_file\";s:13:\"post-6277.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13068,8045,'_av_css_styles','a:6:{s:7:\"post_id\";i:8045;s:8:\"css_file\";s:13:\"post-8045.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13069,8020,'_av_css_styles','a:6:{s:7:\"post_id\";i:8020;s:8:\"css_file\";s:13:\"post-8020.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13070,6265,'_av_css_styles','a:6:{s:7:\"post_id\";i:6265;s:8:\"css_file\";s:13:\"post-6265.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13071,6262,'_av_css_styles','a:6:{s:7:\"post_id\";i:6262;s:8:\"css_file\";s:13:\"post-6262.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13072,6016,'_av_css_styles','a:6:{s:7:\"post_id\";i:6016;s:8:\"css_file\";s:13:\"post-6016.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13073,6224,'_av_css_styles','a:6:{s:7:\"post_id\";i:6224;s:8:\"css_file\";s:13:\"post-6224.css\";s:9:\"timestamp\";s:0:\"\";s:6:\"status\";s:6:\"no_css\";s:13:\"processed_ids\";a:0:{}s:13:\"include_posts\";a:0:{}}'),(13076,8143,'ctl_story_timestamp','187901150000'),(13077,8045,'ctl_story_timestamp','186502030000'),(13078,8020,'ctl_story_timestamp','189903100000'),(13079,7986,'ctl_story_timestamp','189903080930'),(13080,7241,'ctl_story_timestamp','187801090400'),(13081,6964,'ctl_story_timestamp','186806300000'),(13082,6522,'ctl_story_timestamp','185006300000'),(13083,6431,'ctl_story_timestamp','186606300000'),(13084,6429,'ctl_story_timestamp','185706300000'),(13085,6363,'ctl_story_timestamp','188401240000'),(13086,6277,'ctl_story_timestamp','188806300000'),(13087,6267,'ctl_story_timestamp','187801150000'),(13088,6265,'ctl_story_timestamp','189806300000'),(13089,6262,'ctl_story_timestamp','186601010000'),(13090,6260,'ctl_story_timestamp','187806300000'),(13091,6254,'ctl_story_timestamp','184809010000'),(13092,6251,'ctl_story_timestamp','184910010000'),(13093,6224,'ctl_story_timestamp','184309010000'),(13094,6134,'ctl_story_timestamp','187801091000'),(13095,6016,'ctl_story_timestamp','186607230000'),(13096,6009,'ctl_story_timestamp','189903050000'),(13097,5997,'ctl_story_timestamp','183209120000'),(13098,5995,'ctl_story_timestamp','183209090000'),(13099,8143,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"01/15/1879\";s:19:\"ctl_story_timestamp\";s:12:\"187901150000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13100,8143,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13101,8143,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13102,8143,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:36:\"/pantheon-memorial-service-for-king/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13103,8045,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:8:\"2/3/1865\";s:19:\"ctl_story_timestamp\";s:12:\"186502030000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13104,8045,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13105,8045,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13106,8045,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:28:\"/moves-with-king-to-firenze/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13107,8020,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"03/10/1899\";s:19:\"ctl_story_timestamp\";s:12:\"189903100000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13108,8020,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13109,8020,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13110,8020,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:20:\"/burial-mazze-italy/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13111,7986,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:19:\"03/08/1899 09:30 am\";s:19:\"ctl_story_timestamp\";s:12:\"189903080930\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13112,7986,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13113,7986,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13114,7986,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:20:\"/funeral-roma-italy/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13115,7241,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:19:\"01/09/1878 04:00 am\";s:19:\"ctl_story_timestamp\";s:12:\"187801090400\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13116,7241,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13117,7241,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13118,7241,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:33:\"/vittorio-emmanuel-ii-last-rites/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13119,6964,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"06/30/1868\";s:19:\"ctl_story_timestamp\";s:12:\"186806300000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13120,6964,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13121,6964,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13122,6964,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:0:\"\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13123,6522,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"06/30/1850\";s:19:\"ctl_story_timestamp\";s:12:\"185006300000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13124,6522,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13125,6522,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13126,6522,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:26:\"/teaches-princes-of-savoy/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13127,6431,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"06/30/1866\";s:19:\"ctl_story_timestamp\";s:12:\"186606300000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13128,6431,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13129,6431,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13130,6431,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:45:\"/appointed-military-chaplain-at-headquarters/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13131,6429,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"06/30/1857\";s:19:\"ctl_story_timestamp\";s:12:\"185706300000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13132,6429,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13133,6429,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13134,6429,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:44:\"/appointed-secretary-elemosiniere-in-torino/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13135,6363,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"01/24/1884\";s:19:\"ctl_story_timestamp\";s:12:\"188401240000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13136,6363,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13137,6363,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13138,6363,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:26:\"/interviewed-by-ny-herald/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13139,6277,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"06/30/1888\";s:19:\"ctl_story_timestamp\";s:12:\"188806300000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13140,6277,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13141,6277,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13142,6277,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:24:\"/appointed-mitred-abbot/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13143,6267,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"01/15/1878\";s:19:\"ctl_story_timestamp\";s:12:\"187801150000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13144,6267,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13145,6267,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13146,6267,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:29:\"/pope-pius-ix-demands-report/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13147,6265,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"06/30/1898\";s:19:\"ctl_story_timestamp\";s:12:\"189806300000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13148,6265,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13149,6265,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13150,6265,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:31:\"/sends-photo-of-shroud-to-pope/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13151,6262,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"01/01/1866\";s:19:\"ctl_story_timestamp\";s:12:\"186601010000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13152,6262,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13153,6262,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13154,6262,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:26:\"/writes-book-about-prince/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13155,6260,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"06/30/1878\";s:19:\"ctl_story_timestamp\";s:12:\"187806300000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13156,6260,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13157,6260,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13158,6260,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:34:\"/appointed-chief-chaplain-to-king/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13159,6254,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"09/01/1848\";s:19:\"ctl_story_timestamp\";s:12:\"184809010000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13160,6254,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13161,6254,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13162,6254,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:26:\"/joins-pallottines-clergy/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13163,6251,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"10/01/1849\";s:19:\"ctl_story_timestamp\";s:12:\"184910010000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13164,6251,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13165,6251,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13166,6251,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:27:\"/appointed-to-royal-chapel/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13167,6224,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"09/01/1843\";s:19:\"ctl_story_timestamp\";s:12:\"184309010000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13168,6224,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13169,6224,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13170,6224,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:26:\"/attends-school-in-torino/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13171,6134,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:19:\"01/09/1878 10:00 am\";s:19:\"ctl_story_timestamp\";s:12:\"187801091000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13172,6134,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13173,6134,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13174,6134,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:31:\"/death-of-vittorio-emmanuel-ii/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13175,6016,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"07/23/1866\";s:19:\"ctl_story_timestamp\";s:12:\"186607230000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13176,6016,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:5:\"small\";s:9:\"ctl_slide\";s:0:\"\";}'),(13177,6016,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13178,6016,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:27:\"/postcard-from-battlefield/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13179,6009,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"03/05/1899\";s:19:\"ctl_story_timestamp\";s:12:\"189903050000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13180,6009,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:5:\"small\";s:9:\"ctl_slide\";s:0:\"\";}'),(13181,6009,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13182,6009,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:18:\"/death-roma-italy/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13183,5997,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"09/12/1832\";s:19:\"ctl_story_timestamp\";s:12:\"183209120000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13184,5997,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13185,5997,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13186,5997,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:23:\"/baptized-fubine-italy/\";}s:15:\"ctl_story_color\";s:1:\"#\";}'),(13187,5995,'story_type','a:6:{s:14:\"story_based_on\";s:7:\"default\";s:14:\"ctl_story_date\";s:10:\"09/09/1832\";s:19:\"ctl_story_timestamp\";s:12:\"183209090000\";s:13:\"ctl_story_lbl\";s:0:\"\";s:15:\"ctl_story_lbl_2\";s:0:\"\";s:15:\"ctl_story_order\";s:0:\"\";}'),(13188,5995,'story_media','a:4:{s:12:\"story_format\";s:7:\"default\";s:9:\"ctl_video\";s:0:\"\";s:13:\"img_cont_size\";s:4:\"full\";s:9:\"ctl_slide\";s:0:\"\";}'),(13189,5995,'story_icon','a:4:{s:15:\"story_icon_type\";s:11:\"fontawesome\";s:13:\"fa_field_icon\";s:0:\"\";s:12:\"use_img_icon\";s:0:\"\";s:14:\"story_img_icon\";s:0:\"\";}'),(13190,5995,'extra_settings','a:2:{s:17:\"story_custom_link\";a:1:{s:3:\"url\";s:19:\"/born-fubine-italy/\";}s:15:\"ctl_story_color\";s:1:\"#\";}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=8499 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2018-10-20 21:53:29','2018-10-20 21:53:29','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-35iz\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jnk00v0f\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">The Valerio Anzino website launched on Saturday October 21 2018. Only the \"barebones\" exist for now and content will be added daily over the next few weeks.\r\n[/av_textblock]</p>\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3rlp\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-634d\']\r\n\r\n[/av_one_full]','Website Launches !','','publish','open','open','','hello-world','','','2022-09-19 19:27:34','2022-09-19 19:27:34','',0,'https://valerioanzino.wpengine.com/?p=1',0,'post','',0),(2,1,'2018-10-20 21:53:29','2018-10-20 21:53:29','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2uxc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwmm95n\' admin_preview_bg=\'\']\r\n<h2>Photo in a Shoebox</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjv0yen\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis website is the result of four years of research into the life of Monsignor Valerio Anzino. The journey started with the discovery of an old faded photograph in a shoebox by one of the descendents, (<a href=\"/about-the-author/\">Tom Marchisa</a>), of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela (Anzino) Gotta</a>. The photo had been passed down though 4 generations of the descendents of Angela Anzino. There were some scribbled notations on the back of the photo that were sufficient to start an online search that focused on Italian kings in the 1800s. This search and discovery took place during an Italian dinner prepared by another descendent, (Lorraine Lombardi, Tom\'s cousin), of Valerio\'s aunt. The search eventually led, (after a few bottles of Chianti), to an online\r\n\r\n[caption id=\"attachment_52\" align=\"alignleft\" width=\"772\"]<a href=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\"><img class=\"size-full wp-image-52\" src=\"/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png\" alt=\"Wedding of Vittorio Emmanuel III 1896\" width=\"772\" height=\"524\" /></a> Wedding of Vittorio Emmanuel III 1896[/caption]\r\n\r\nphoto of Monsignor Valerio Anzino attending the wedding of Vittorio Emmanuel III in 1896. At that point, Tom and Lorraine knew for sure who the person in the photo was. They now searched for \"Valerio Anzino\" which produced lists of scattered documents and newspaper clippings about the Monsignor. It was a very exciting moment!\r\n\r\nIn addition to many, many hours of online research through <a href=\"http://www.ancestry.com\" target=\"_blank\" rel=\"noopener\">Ancestry.com</a>, <a href=\"http://www.familysearch.org\" target=\"_blank\" rel=\"noopener\">FamilySearch.org</a>, and other websites, Tom made two trips to Italy. During the first trip in 2016, a set of serendipitous circumstances led to meeting a woman from Milano, (Laura Santoro Ragaini), whose ancestors had connections to the Anzino family. Laura had in her possession photographs of Valerio Anzino dating back to the early 1860\'s. With her photos and help, and with the help of an Italian genealogist, (Iuri Silvestri), many documents were discovered in Fubine, Torino, and Roma that added to the body of knowledge of Monsignor Valerio Anzino. Hopefully at some point in the near future, the Monsignor\'s story will be told in a book, film, or mini-series on streaming TV.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xdc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7a55lv\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[caption id=\"attachment_6310\" align=\"alignleft\" width=\"450\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg\"><img class=\"size-large wp-image-6310\" src=\"/wp-content/uploads/2018/10/valerio-anzino-cropped-646x1030.jpg\" alt=\"Valerio Anzino circa 1898\" width=\"450\" /></a> <span style=\"font-weight: bold; font-size: 1.2em;\">Photo in a Shoebox</span><br />Valerio Anzino circa 1898[/caption]\r\n\r\n[/av_textblock]\r\n[/av_one_half]','Photo in a Shoebox','','publish','open','open','','photo-in-a-shoebox','','','2022-09-19 19:00:30','2022-09-19 19:00:30','',0,'https://valerioanzino.wpengine.com/?page_id=2',2,'page','',0),(4,1,'2018-10-21 06:06:20','2018-10-21 06:06:20','Circa 1862...Studio photo of Valerio Anzino likely taken in Torino in the early 1860s. Photo is part of a private collection belonging to a descendant of Valerio\'s great grandfather Giuseppe Sala, Laura Santoro Ragaini. © - Laura Santoro Ragaini, Milano','Valerio Anzino Circa 1862','Valerio Anzino Circa 1862...© - Laura Santoro Ragaini, Milano','inherit','open','closed','','valerio_anzino_circa_1862','','','2018-11-10 20:46:11','2018-11-10 20:46:11','',12,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862.jpg',0,'attachment','image/jpeg',0),(6,1,'2018-10-21 06:23:47','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2018-10-21 06:23:47','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?post_type=avia_framework_post&p=6',0,'avia_framework_post','',0),(7,1,'2018-10-21 06:23:47','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2018-10-21 06:23:47','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?post_type=avia_framework_post&p=7',0,'avia_framework_post','',0),(8,1,'2018-10-21 06:23:47','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2018-10-21 06:23:47','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?post_type=avia_framework_post&p=8',0,'avia_framework_post','',0),(9,1,'2018-10-21 06:23:47','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2018-10-21 06:23:47','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?post_type=avia_framework_post&p=9',0,'avia_framework_post','',0),(10,1,'2018-10-21 06:23:47','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2018-10-21 06:23:47','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?post_type=avia_framework_post&p=10',0,'avia_framework_post','',0),(12,1,'2018-10-21 06:25:40','2018-10-21 06:25:40','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1debs\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwm8qu7\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Caught Between Popes and Kings</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjfbllx\' custom_class=\'\' admin_preview_bg=\'\']\r\nWhen Valerio Giuseppe Benvenuto Anzino was born in the Piemonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832, his uncle, Monsignor Giuseppe Anzino,was working in the chapel of the Royal Palace in Torino. At 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> clergy in Torino. At 18 he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">the King</a> to a position working with his uncle. Shortly after this, Valerio was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy.  In 1864 Valerio wrote a book about the King\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio was appointed Chaplain to the King around 1865 and accompanied him to the battlefields in the Italian wars for Unification.\r\n\r\nValerio became embroiled in a huge controversy surrounding the death of his King in 1878. The debate concerned what the King said or didn\'t say on his deathbed and Valerio\'s role in communicating the Kings dying words. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died in 1899 in Roma and his funeral was attended by the King and Queen. Valerio was buried in the Anzino Family vault in Mazze, Italy.\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogv2xrd\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s life was best summed up by an <a href=\"/document/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\">article</a> about Valerio\'s death in the <em> Westminster Budget</em>, a British National Newspaper, in their March 31, 1899 edition.\r\n<p class=\"newspaper-font\" style=\"text-align: left; font-size: 1.2em;\"><em>\"Monsignor Anzino was the best known and most popular ecclesiastic in Italy, and his\r\nreputation for piety, tact, and diplomatic talents has made his name familiar at every European Court.\"</em>\r\n[/av_textblock]</p>\r\n[av_button label=\'Read More\' link=\'manually,/valerios-life-narrative/\' link_target=\'\' size=\'small\' position=\'left\' label_display=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#870404\' custom_font=\'#ffffff\' av_uid=\'av-joaopllh\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11drk\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-618x1024.jpg\' attachment=\'4\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobyah2z\' custom_class=\'\' admin_preview_bg=\'\']\r\ncopyright\r\n[/av_image]\r\n\r\n[av_textblock size=\'12\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jobz9bb5\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Valerio Anzino Circa 1862</p>\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joakc0ka\' custom_class=\'\']\r\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-1dcmo\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Last Rites of King</p>\r\n<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img class=\"aligncenter\" style=\"float: center;\" src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"250\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-u0es\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">Timeline</p>\r\n<a href=\"/valerios-timeline/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/timeline-image.jpg\" alt=\"Timeline\" width=\"350\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-u1kg\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joaj1ska\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"widget-header\" style=\"text-align: center;\">The Author</p>\r\n<a href=\"/about-the-author/\"><img class=\"aligncenter\" src=\"/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg\" alt=\"Tom Marchisa Website Author\" width=\"150\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_third]\r\n[/av_section]','Home','','publish','closed','closed','','home','','','2022-09-19 19:01:32','2022-09-19 19:01:32','',0,'https://valerioanzino.wpengine.com/?page_id=12',1,'page','',0),(13,1,'2018-10-21 06:25:27','0000-00-00 00:00:00','','avia_template_builder_snippets','','draft','closed','closed','','','','','2018-10-21 06:25:27','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?post_type=avia_framework_post&p=13',0,'avia_framework_post','',0),(17,1,'2018-10-21 06:35:57','2018-10-21 06:35:57','Circa 1878...Photo taken of Valerio Anzino. Photo is part of a private collection belonging to a descendant of Valerio\'s great grandfather Giuseppe Sala, Laura Santoro Ragaini, Milano','Valerio Anzino  in the late 1870s','Valerio Anzino  in the late 1870s','inherit','open','closed','','valerio_anzino-circa-1885','','','2018-11-10 19:27:31','2018-11-10 19:27:31','',12,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg',0,'attachment','image/jpeg',0),(19,1,'2018-10-21 07:22:06','2018-10-21 07:22:06','','logo-340','','inherit','open','closed','','logo-340','','','2018-10-21 07:22:06','2018-10-21 07:22:06','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/logo-340.jpg',0,'attachment','image/jpeg',0),(20,1,'2018-10-21 07:22:48','0000-00-00 00:00:00','','avia_banner_image','','draft','closed','closed','','','','','2018-10-21 07:22:48','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?post_type=avia_framework_post&p=20',0,'avia_framework_post','',0),(21,1,'2018-10-21 07:22:48','0000-00-00 00:00:00','','avia_custom_marker_icon','','draft','closed','closed','','','','','2018-10-21 07:22:48','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?post_type=avia_framework_post&p=21',0,'avia_framework_post','',0),(22,1,'2018-10-21 07:22:48','0000-00-00 00:00:00','','avia_fallback_image_to_replace_google_maps','','draft','closed','closed','','','','','2018-10-21 07:22:48','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?post_type=avia_framework_post&p=22',0,'avia_framework_post','',0),(24,1,'2018-10-21 07:24:46','2018-10-21 07:24:46','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1f6os\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885-203x300.jpg\' attachment=\'17\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnijsi1l\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11pkw\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnijw8b8\' admin_preview_bg=\'\']\r\n<p style=\"font-weight: bold; font-size: 1.2em;\">UNDER DEVELOPMENT</p>\r\nThis website is under development and should be live by November 10 2018. The website chronicles the life of Valerio Benvenuto Anzino, who was born in Fubine, Italy in 1832 , and who died in Roma, Italy in 1899. Valerio was Chief Chaplain, ( a role similar to Chief of Staff), to the first 2 kings of a unified Italy, Vittorio Emmanuel II and his son Umberto I. Valerio spent the last 30 years of his life unsuccessfully trying to broker a formal peace treaty between the Vatican and the Italian government.\r\n[/av_textblock]\r\n\r\n[/av_one_half]','Maintenance','','publish','closed','closed','','maintenance','','','2018-10-23 02:03:36','2018-10-23 02:03:36','',0,'https://valerioanzino.wpengine.com/?page_id=24',0,'page','',0),(28,1,'2018-10-21 16:36:03','2018-10-21 16:36:03','This is a photo of an oil painting owned by a descendant of Valerio Anzino\'s niece.  Valerio\'s niece, Clementina (Anzino) Rossi, was a daughter of Valerio\'s brother , Carlo Alberto Anzino. This  Valerio Anzino painting was likely done in the early 1860s. From private photo collection of Laura Santoro Ragaini, Milano','Valerio Anzino Oil Painting circa 1860s','Valerio Anzino Oil Painting circa 1860s','inherit','open','closed','','valerio_anzino_oil_painting_logo-340','','','2018-11-10 19:27:06','2018-11-10 19:27:06','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino_oil_painting_logo-340.jpg',0,'attachment','image/jpeg',0),(30,1,'2018-10-21 21:44:28','2018-10-21 21:44:28','','new-logo2-350','','inherit','open','closed','','new-logo2-350','','','2018-10-21 21:44:28','2018-10-21 21:44:28','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/new-logo2-350.jpg',0,'attachment','image/jpeg',0),(37,1,'2018-10-21 23:02:14','2018-10-21 23:02:14','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-rb4p\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjimwj9\' admin_preview_bg=\'\']\r\nThe photographs in this gallery were sourced from descendents of Valerio Anzino\'s great grandparents Giuseppe Sala and Girolama Mandelli. Giuseppe and Girolama lived in Fubine, Italy from the mid 1700\'s until their death in the early 1800\'s.\r\n[/av_textblock]\r\n\r\n[av_gallery ids=\'53,4,28,17,59,58,61,113,109,5550,5549,56,5611,57,54\' style=\'thumbnails\' preview_size=\'portfolio\' crop_big_preview_thumbnail=\'avia-gallery-big-crop-thumb\' thumb_size=\'shop_thumbnail\' columns=\'5\' imagelink=\'lightbox\' lazyload=\'deactivate_avia_lazyload\' av_uid=\'av-jnjhptoa\' admin_preview_bg=\'\']\r\n\r\n[/av_one_full]','Gallery OLD','','publish','closed','closed','','gallery-old','','','2018-11-03 22:55:24','2018-11-03 22:55:24','',0,'https://valerioanzino.wpengine.com/?page_id=37',4,'page','',0),(41,1,'2018-10-21 23:02:50','2018-10-21 23:02:50','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jof2qe8f\' custom_class=\'pagetop-section\']\r\n\r\n[av_textblock size=\'16\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjrmcy4\' custom_class=\'\' admin_preview_bg=\'\']\r\nThis section of the Anzino Family Tree shows only those members closest to Valerio Anzino. This tree branch section is part of a much larger <a href=\"https://www.ancestry.com/family-tree/tree/73293234/family\" target=\"_blank\" rel=\"noopener\">(<em>Marchisa-Toman</em>) tree</a> that goes back into the 1600s. (Note: To access the larger tree that contains Valerio\'s Fubinese ancestors going back to the 1600s requires an Ancestry.com account). When and and from where the Anzinos arrived in Fubine is still unknown to the website\'s author. Birth, baptism, marriage, and death records all point to the fact that the Anzinos were members of a privileged class as most Anzino names had titles in front of them. Additionally, one of the Monsignor\'s awards required that Valerio could attest to the fact that there were at least 10 generations of nobility in his family. The Anzino family clearly had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House Of Savoy</a> as Valerio\'s uncle, <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Monsignor Giuseppe Anzino</a>, was a tutor to the princes of the Savoia, a Chaplain to Kings Carlo Alberto and Vittorio Emmanuel II, and had worked in the Savoia Chapel since at least 1825. (Note: Angela (Anzino) Gotta #13, is the great great grandmother of the website\'s author)\r\n[/av_textblock]\r\n\r\n[/av_section][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-15xod\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' attachment=\'7837\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/wp-content/uploads/2018/11/new-tree-extended-2048.jpg\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo2e1i0x\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/new-anzino-tree.jpg\' attachment=\'6649\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnjk1hak\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6dhdh\' custom_class=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmsz6zc\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">1.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Valerio\'s Father - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5pnyt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmt7tqo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">2.</span><a href=\"/rootspersona-tree-2/anzino-valerio-benvenuto/\">Valerio Himself - Valerio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x6np\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtb51o\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">3.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Valerio\'s Brother - Carlo Alberto Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-487fh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5gbt\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">4.</span><a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Valerio\'s Sister - Giuseppina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dnmd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-uont\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">5.</span><a href=\"/rootspersona-tree-2/anzino-giorgio/\">Valerio\'s Brother - Giorgio Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-38vwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmthth5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">6.</span><a href=\"/rootspersona-tree-2/anzino-alessandro/\">Valerio\'s Brother - Alessandro Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2hvdd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtjik5\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">7.</span><a href=\"/rootspersona-tree-2/anzino-clementina-maria-carolina-ippolita/\">Valerio\'s Niece - Clementina Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-275vl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtlsbo\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">8.</span><a href=\"/rootspersona-tree-2/anzino-carlo/\">Valerio\'s Nephew - Carlo Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3ht\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtndw7\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">9.</span><a href=\"/rootspersona-tree-2/anzino-nicola-giovanni-giorgio/\">Valerio\'s Nephew - Nicola Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgd\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtozyv\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">10.</span><a href=\"/rootspersona-tree-2/anzino-giuseppe-pietro/\">Valerio\'s Nephew - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-w3fl\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnmtsqok\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">11.</span><a href=\"/rootspersona-tree-2/anzino-giovanni-mario-paolo/\">Valerio\'s Nephew - Giovanni Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1h5dp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2d97i1\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">12.</span><a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Valerio\'s Uncle - Giuseppe Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qlz9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2da4am\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">13.</span><a href=\"/rootspersona-tree-2/anzino-angela-maria-catterina/\">Valerio\'s Aunt - Angela Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23vfp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">14.</span><a href=\"/rootspersona-tree-2/rossi-carlotta-felicita-maria/\">Valerio\'s Grand Niece - Carlotta Rossi</a>\r\n[/av_textblock]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1g3vp\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">15.</span><a href=\"/rootspersona-tree-2/rossi-angiolina-giuseppina-domenica-lily/\">Valerio\'s Grand Niece - Lily Rossi</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lux\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jofagauh\' custom_class=\'\' admin_preview_bg=\'\']\r\n<span style=\"font-weight: bold; font-size: 1.4em;\">16.</span><a href=\"/rootspersona-tree-2/anzino-maddalena/\">Valerio\'s Grand Niece - Maddalena Anzino</a>\r\n[/av_textblock]\r\n[/av_one_fifth]','Anzino Genealogy','','publish','closed','closed','','anzino-genealogy','','','2022-09-19 19:05:00','2022-09-19 19:05:00','',0,'https://valerioanzino.wpengine.com/?page_id=41',3,'page','',0),(50,1,'2018-10-21 23:19:15','2018-10-21 23:19:15','While the Alinari Archive caption states that the cleric in the back row is Valerio Anzino in 1862, Valerio was only 30 years old at that time and the cleric in the photo is clearly in his late 40s to mid 50\'s. It\'s likely that the cleric is Valerio\'s uncle Giuseppe Anzino who would substitute as a teacher when other teachers were not available. ','Anzino with Royals of Savoy and other teachers circa 1862','Anzino with Royals of Savoy and other teachers circa 1862','inherit','open','closed','','giuseppe_anzino-w-royals-of-savoy','','','2018-11-10 19:25:33','2018-11-10 19:25:33','',6522,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg',0,'attachment','image/jpeg',0),(51,1,'2018-10-21 23:19:21','2018-10-21 23:19:21','Circa 1875...This interesting photo is almost certainly a composite where the individuals were photographed at different places and different times. Top row: Carlo Alberto Anzino (Valerio\'s brother), Valerio Anzino, Gerolamo Mo, (cousin of Valerio). Sitting in front: Giovanni Sala, (cousin of Valerio), Angelo Sala, (cousin of Valerio). Photo is part of a private collection belonging to a descendant of Valerio\'s great grandfather Giuseppe Sala, Laura Santoro Ragaini, Milano','Monsignore Valerio Anzino with brother and friends circa 1875','Monsignore Valerio Anzino with brother and friends circa 1875','inherit','open','closed','','monsignore-valerio-anzino-circa-1875','','','2018-11-10 19:17:07','2018-11-10 19:17:07','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875.jpg',0,'attachment','image/jpeg',0),(52,1,'2018-10-21 23:19:44','2018-10-21 23:19:44','Wedding of Vittorio Emmanuel III 1896','Photo Anzino at wedding','Wedding of Vittorio Emmanuel III 1896','inherit','open','closed','','photo-anzino-at-wedding','','','2018-11-11 07:27:13','2018-11-11 07:27:13','',2,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png',0,'attachment','image/png',0),(56,1,'2018-10-21 23:23:47','2018-10-21 23:23:47','Circa 1895...Photo of Giuseppina Anzino\'s School in Torino. Giuseppina, (Valerio\'s sister),  is the woman in front dressed in black. Photo is part of a private collection belonging to a descendant of Valerio\'s great grandfather Giuseppe Sala, Laura Santoro Ragaini, Milano','Giuseppina Anzino School Circa 1895','Giuseppina Anzino School Circa 1895','inherit','open','closed','','giuseppina_anzino_circa_1895','','','2018-11-10 19:15:55','2018-11-10 19:15:55','',2,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/giuseppina_anzino_circa_1895.jpg',0,'attachment','image/jpeg',0),(57,1,'2018-10-21 23:24:00','2018-10-21 23:24:00','This is a photo of Nicola Anzino, son of Valerio\'s brother Alessandro. Nicola was born in Firenze in 1870, and married in Milano in 1911. The photo is from the private collection of Laura Santoro Ragaini, Milano','Nicola Anzino (Valerio\'s nephew) Circa 1920s','Nicola Anzino (Valerio\'s nephew) Circa 1920s','inherit','open','closed','','nicola-anzino-circa_1920s','','','2018-11-10 19:15:17','2018-11-10 19:15:17','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/nicola-anzino-circa_1920s.jpg',0,'attachment','image/jpeg',0),(58,1,'2018-10-21 23:24:06','2018-10-21 23:24:06','This photograph shows Valerio Anzino watching from the side as Umberto I and his Queen Margherita walk in a procession during the wedding of their son Vittorio Emmanuel III in 1896. The photo is part of a collection managed by the \nFisher Fine Arts Library Image Collection PU at the Fisher Fine Arts Library at the University of Pennsylvania in Philadelphia, PA','Valerio Anzino  at 1896 wedding of  Vittorio Emmanuel III','Valerio Anzino  at 1896 wedding of  Vittorio Emmanuel III','inherit','open','closed','','valerio_anzino_1896','','','2018-11-03 23:35:37','2018-11-03 23:35:37','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino_1896.jpeg',0,'attachment','image/jpeg',0),(59,1,'2018-10-21 23:24:21','2018-10-21 23:24:21','This is an oil painting of Valerio Anzino taken in the 1890\'s . Photo of the oil painting From private photo collection of Laura Santoro Ragaini, Milano','Valerio Anzino Oil Painting Circa 1890s','Valerio Anzino Oil Painting Circa 1890s','inherit','open','closed','','valerio_anzino_oil_painting_circa_1890','','','2018-11-10 19:13:52','2018-11-10 19:13:52','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino_oil_painting_circa_1890.jpg',0,'attachment','image/jpeg',0),(61,1,'2018-10-21 23:31:00','2018-10-21 23:31:00','','Confessor to the pope from Marchisa family','Valerio in the 1890s','inherit','open','closed','','confessor-to-the-pope-from-marchisa-family','','','2018-10-22 05:04:13','2018-10-22 05:04:13','',37,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino.jpg',0,'attachment','image/jpeg',0),(67,1,'2018-10-21 23:47:55','2018-10-21 23:47:55','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1b343\']\r\n\r\n[av_contact email=\'valerioanzino@gmail.com\' title=\'Send the author an email with your questions about the website\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'Message from Valerio Anzino website\' autorespond=\'Thank you for sending an email to the administrators of the Valerio Anzino website. They will respond as promptly as possible.\' captcha=\'\' form_align=\'\' color=\'\' av_uid=\'av-jnjugjar\' custom_class=\'\' admin_preview_bg=\'\']\r\n[av_contact_field label=\'Name\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2nfrz\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' check=\'is_email\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-2dci7\'][/av_contact_field]\r\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-1olav\'][/av_contact_field]\r\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' av_contact_preselect=\'\' width=\'\' av_uid=\'av-138pf\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-127z7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7bfi8w\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n[caption id=\"attachment_7157\" align=\"alignleft\" width=\"1200\"]<a href=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\"><img class=\"size-full wp-image-7157\" src=\"/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg\" alt=\"Pope Pius IX and Vittorio Emmanuel II\" width=\"1200\" height=\"908\" /></a> <span style=\"font-weight: bold; font-size: 1.2em;\"> Pope Pius IX and Vittorio Emmanuel II</span>[/caption]\r\n\r\n[/av_textblock]\r\n[/av_one_third]','Contact','','publish','closed','closed','','contact','','','2022-09-19 19:03:40','2022-09-19 19:03:40','',0,'https://valerioanzino.wpengine.com/?page_id=67',8,'page','',0),(70,1,'2018-10-22 00:02:34','2018-10-22 00:02:34','','anzino-family-tree','','inherit','open','closed','','anzino-family-tree','','','2018-10-22 00:02:34','2018-10-22 00:02:34','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/anzino-family-tree.jpg',0,'attachment','image/jpeg',0),(80,1,'2018-10-22 00:25:36','2018-10-22 00:25:36','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1imcc\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnwn421k\' admin_preview_bg=\'\']\r\n<h2>Small Town with Large Connections</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnjnj46y\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/wp-content/uploads/2022/04/fubine-map.jpg\" rel=\"lightbox\"><img class=\"alignleft\" style=\"float: left;\" src=\"/wp-content/uploads/2022/04/fubine-map.jpg\" alt=\"\" width=\"200\" /></a>Fubine, Italy is the <a href=\"https://www.google.com/maps/place/Fubine Italy/@44.966667,8.433333,12z/data=!4m5!3m4!1s0x0:0x0!8m2!3d44.966667!4d8.433333?hl=en\" target=\"_blank\" rel=\"noopener\">town</a> where Valerio Anzino was born. Valerio was born to Giovanni Anzino , ( 1807 Fubine -- 1866 Torino), and Ippolita Lusanna, (1810 Altavilla -- 1845 Fubine). Fubine\'s population was likely around 2,500 at the time Valerio was born. <a href=\"http://en.comuni-italiani.it/006/076/\" target=\"_blank\" rel=\"noopener\">Fubine\'s </a>current population is around 1,600. Based on analysis of Fubine birth, marriage, and death records, there were Anzinos in Fubine in the late 1500s. What hasn\'t been determined yet is when they arrived in Fubine and where they came from. What is clear though, is that the Anzino family had connections to the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a> and to the <a href=\"https://it.wikipedia.org/wiki/Cacherano_di_Bricherasio\" target=\"_blank\" rel=\"noopener\">Cacherano di Bricharasio</a>. Valerio\'s uncle, Monsignor Giuseppe Anzino, had a clerical job in Torino working in the Chapel at the Royal Palace at least as early as 1825 at the age of 20. There are <a href=\"/document/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes About Valerio</a> written by an unknown Fubinese author around 1905 that talk about the Cacheranos di Bricharasio helping to fund the priesthood education of Giuseppe. The Cacherano purchased a <a href=\"https://it.wikipedia.org/wiki/Palazzo_Bricherasio_di_Fubine\" target=\"_blank\" rel=\"noopener\">castle in Fubine</a> in 1822 from Count Corrado Magnocavallo of Varengo , so funding Giuseppe\'s education around 1822-1823 makes sense timing wise. Historical records of the Savoia government in the mid 1800s also identify a few Cacherano holding very important positions in the government. It is highly likely that once Monsignor Giuseppe Anzino assumed greater roles in the Savoia Chapel, that he was instrumental in getting Valerio his first job with the Savoia. When Valerio first shows up on the official annual Savoia <em>Calendaria</em> at the age of 17, his uncle Monsignor Giuseppe Anzino is working as a Chaplain in the Royal Chapel. What is lost to history is why the Cacherano extended that charitable offer to Giuseppe Anzino\'s father around 1820.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-11avw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-l2hx9ack\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/wp-content/uploads/2018/10/fubine-street.jpg\" rel=\"lightbox\"><img class=\"alignleft size-large wp-image-7876\" src=\"/wp-content/uploads/2018/10/fubine-street-687x1030.jpg\" alt=\"\" width=\"500\" /></a>\r\n[/av_textblock]\r\n\r\n[/av_one_half]','Fubine Italy','','publish','closed','closed','','fubine-italy','','','2022-09-19 19:02:17','2022-09-19 19:02:17','',0,'https://valerioanzino.wpengine.com/?page_id=80',6,'page','',0),(86,1,'2018-10-22 02:14:51','2018-10-22 02:14:51','','fubine-street','','inherit','open','closed','','fubine-street','','','2018-10-22 02:14:51','2018-10-22 02:14:51','',80,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/fubine-street.jpg',0,'attachment','image/jpeg',0),(93,1,'2018-10-22 02:28:55','2018-10-22 02:28:55','','valerio-anzino-baptism-record','Church Baptism Record','inherit','open','closed','','valerio-anzino-baptism-record','','','2018-10-27 17:23:57','2018-10-27 17:23:57','',41,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg',0,'attachment','image/jpeg',0),(109,1,'2018-10-22 04:54:13','2018-10-22 04:54:13','This is where Valerio Anzino lived in the 1890\'s. He lived in the apartment over the Church below. It was located at Via Sudario 47 and it was close to the King\'s Palace. Valerio died here on March 5 1899. This photo was taken by the website\'s author in 2015 during a trip to Italy.','Valerio\'s residence in Roma 1890s','Valerio\'s residence in Roma 1890s','inherit','open','closed','','via-del-sudario-47-roma','','','2018-11-04 00:50:50','2018-11-04 00:50:50','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg',0,'attachment','image/jpeg',0),(113,1,'2018-10-22 05:02:42','2018-10-22 05:02:42','Circa 1898...Photo of Valerio in the late 1890s taken in a Rome Photo Studio. From private photo collection of Laura Santoro Ragaini, Milano','Valerio Anzino Circa 1898','Valerio Anzino Circa 1898','inherit','open','closed','','valerio-anzino-circa_1895-2','','','2018-11-10 19:11:48','2018-11-10 19:11:48','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-circa_1895-1.jpg',0,'attachment','image/jpeg',0),(128,1,'2018-10-22 05:59:25','2018-10-22 05:59:25','','valerio-anzino-morti-on-FHC-film-num-2144772','Roma Civil Death Record','inherit','open','closed','','valerio-anzino-morti-on-fhc-film-num-2144772','','','2018-10-29 16:27:02','2018-10-29 16:27:02','',6009,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg',0,'attachment','image/jpeg',0),(133,1,'2018-10-22 06:24:29','2018-10-22 06:24:29','Valerio Giuseppe Benvenuto Anzino is born on September 9 1832 to Giovanni Anzino and Ippolita Lusanna in Fubine, Italy. Valerio is the 2nd of six children born to Giovanni. Ippolita dies in 1845, and Giovanni remarries and they have a son who dies shortly after birth.','Valerio\'s Birth','','publish','closed','closed','','valerio-anzinos-life','','','2018-10-23 00:40:52','2018-10-23 00:40:52','',0,'https://valerioanzino.wpengine.com/?post_type=wp-timeline&#038;p=133',0,'wp-timeline','',0),(138,1,'2018-10-22 07:13:57','2018-10-22 07:13:57','<ul>\r\n 	<li><a href=\"https://exthemes.net/wp-timeline/doc/\" target=\"_blank\" rel=\"noopener\">Timeline Documentation</a></li>\r\n        <li><a href=\"https://wpml.org/documentation/getting-started-guide/\" target=\"_blank\">WPML Multilingual CMS(Multi Language)</a></li>\r\n        <li><a href=\"https://wpml.org/documentation/getting-started-guide/string-translation/\" target=\"_blank\">WPML String Translation</a></li>\r\n        <li><a href=\"https://wpml.org/documentation/translating-your-contents/\" target=\"_blank\">WPML Translation Mgmt</a></li>\r\n        <li><a href=\"https://wpml.org/documentation/getting-started-guide/media-translation/\" target=\"_blank\">Translating Images w Media Translation</a></li>\r\n</ul>','Documentation','','publish','closed','closed','','documentation','','','2018-11-13 06:27:13','2018-11-13 06:27:13','',0,'https://valerioanzino.wpengine.com/?page_id=138',0,'page','',0),(140,1,'2018-10-22 07:16:51','2018-10-22 07:16:51','Valerio is baptized 3 days after birth. His godmother is his aunt Angela Anzino.','Valerio\'s Baptism','','publish','closed','closed','','baptism','','','2018-10-23 00:41:04','2018-10-23 00:41:04','',0,'https://valerioanzino.wpengine.com/?post_type=wp-timeline&#038;p=140',0,'wp-timeline','',0),(141,1,'2018-10-22 07:44:50','2018-10-22 07:44:50','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-cnttx\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-joombshe\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n[conveythis_switcher]\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">This page lists \"Posts\" that the website author has created to provide an opportunity to website visitors to comment on the website\'s content. Click on a Post that makes sense to you and feel free add a comment. (Note:Comments are reviewed by the website\'s author before being added to the website).</p>\r\n[/av_textblock]\r\n\r\n[av_blog blog_type=\'taxonomy\' categories=\'4\' link=\'category,4\' blog_style=\'blog-grid\' columns=\'4\' contents=\'excerpt\' content_length=\'content\' preview_mode=\'auto\' image_size=\'portfolio\' items=\'3\' offset=\'0\' paginate=\'yes\' conditional=\'\' av_uid=\'av-14q5p\' custom_class=\'\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-8d7h1\']\r\n\r\n[/av_one_full]','Blog','','publish','closed','closed','','blog','','','2022-09-19 19:38:29','2022-09-19 19:38:29','',0,'https://valerioanzino.wpengine.com/?page_id=141',7,'page','',0),(5227,2,'2016-07-25 21:25:51','2016-07-25 21:25:51','In viverra sapien nec efficitur blandit. Sed finibus, mi quis fringilla posuere, leo felis iaculis ex, non gravida urna sapien sit amet nunc. Quisque vulputate porttitor ipsum sed fringilla. Phasellus varius ultrices fringilla. Ut orci mi, vestibulum nec facilisis non, tempus ac ante. Morbi ac blandit arcu. Sed semper aliquet lectus, at hendrerit diam egestas in. Sed ut erat hendrerit, imperdiet lectus sit amet, egestas tellus. Suspendisse consectetur turpis at tempus viverra.\n\nNunc ullamcorper mi in elit lacinia faucibus. Etiam vestibulum nulla lacus, non volutpat dui ornare et. Aliquam ut mattis risus. Sed urna tortor, bibendum quis velit id, eleifend auctor nibh. Nam in gravida turpis. Proin aliquam laoreet ex vel dictum. Aliquam suscipit enim leo, sit amet convallis justo consectetur et. Duis imperdiet justo consequat volutpat tempus. Proin pharetra ipsum nec tellus vestibulum eleifend. Aenean consequat vitae leo quis venenatis. Nunc imperdiet justo augue, sit amet dictum augue aliquam sed. Cras sollicitudin a augue nec fermentum. Duis a tempor massa. Aenean fringilla nisi vitae congue efficitur.','hendrerit eleifend auctor','Cras sollicitudin a augue nec fermentum. Duis a tempor massa. Aenean fringilla nisi vitae congue efficitur.','publish','closed','closed','','in-viverra-sa','','','2016-07-25 21:25:51','2016-07-25 21:25:51','',0,'http://localhost/first/?post_type=wp-timeline&amp;p=5227',0,'wp-timeline','',0),(5367,2,'2016-08-16 17:06:52','2016-08-16 17:06:52','Interdum et malesuada fames ac ante ipsum primis in faucibus. Vestibulum non erat at ex fringilla faucibus. Etiam venenatis pharetra augue, sed pellentesque libero consectetur non. Praesent magna lorem, commodo sed leo sed, tincidunt ullamcorper mauris. Suspendisse sagittis mi posuere tristique hendrerit. Sed molestie ornare urna. In et eros id erat hendrerit ornare vitae nec ex. Cras cursus dapibus arcu mollis lacinia. Quisque eget neque eget nibh mattis laoreet ut eget ex. Nullam quis purus a diam dictum scelerisque non id diam. Morbi et tincidunt ante, sed tempus velit. Donec convallis est elit, id lobortis quam venenatis ac. In hac habitasse platea dictumst. Cras consequat cursus lectus, nec rutrum massa fringilla a. Ut lobortis, sapien sit amet vulputate suscipit, ex dolor ornare ligula, sit amet convallis elit orci in tellus.\n\nNam volutpat non urna eget feugiat. Sed eget massa id dui ullamcorper rutrum. Sed quis ipsum mattis, pulvinar dolor in, bibendum eros. In vitae turpis vitae sapien auctor elementum. Aliquam elit metus\n\nmattis laoreet ut eget ex. Nullam quis purus a diam dictum scelerisque non id diam. Morbi et tincidunt ante, sed tempus velit. Donec convallis est elit, id lobortis quam venenatis ac. In hac habitasse platea dictumst. Cras consequat cursus lectus, nec rutrum massa fringilla a. Ut lobortis, sapien sit amet vulputate suscipit, ex dolor ornare ligula, sit amet convallis elit orci in tellus.\n\nNam volutpat non urna eget feugiat. Sed eget massa id dui ullamcorper rutrum. Sed quis ipsum mattis, pulvinar dolor in, bibendum eros. In vitae turpis vitae sapien auctor elementum. Aliquam elit metus','Interdum et malesua','sed pellentesque libero consectetur non. Praesent magna lorem, commodo sed leo sed, tincidunt ullamcorper mauris. Suspendisse sagittis mi posuere tristique hendrerit','publish','closed','closed','','interdum-et-malesua','','','2016-08-16 17:06:52','2016-08-16 17:06:52','',0,'http://localhost/first/?post_type=wp-timeline&amp;p=5367',0,'wp-timeline','',0),(5369,2,'2016-08-16 17:09:06','2016-08-16 05:09:06','<h3>Nulla a lorem aliquam</h3>\n\nDuis interdum congue sem, id iaculis nunc malesuada in. Sed sit amet lorem nec enim fringilla mattis non vitae nisl. Nunc sodales varius pulvinar. Nunc fringilla sed tellus ac egestas. In hac habitasse platea dictumst. Sed vehicula est ac leo pulvinar malesuada. Interdum et malesuada fames ac ante ipsum primis in faucibus. Sed in consequat risus. Donec rutrum lobortis lorem, at iaculis metus pretium sit amet. Proin maximus nulla pharetra, sodales magna quis, mattis ligula. Praesent maximus vehicula eros non posuere. Quisque orci tellus, egestas in erat in, tincidunt pretium nisi. Nunc purus massa, efficitur sit amet sem at, facilisis laoreet enim. Nunc porta sem non justo sagittis vestibulum. Duis et maximus nulla. Etiam id lacinia quam.\n<h3>Proin nec mi dictum</h3>\nvel vestibulum. Proin feugiat orci vel nisi volutpat, in fermentum orci cursus. Aliquam varius, mi fringilla luctus elementum, purus odio bibendum erat, sed venenatis magna eros nec risus. Integer pharetra turpis in turpis mattis, vel tempor metus rutrum. Phasellus sed accumsan lorem, mattis consequat leo. Curabitur aliquet, elit at accumsan faucibus, mi nulla dapibus lacus, eu sollicitudin dolor mi vel metus. Cras congue placerat diam at laoreet.\n<h3>Curabitur sagittis tortor</h3>\nvel vestibulum. Proin feugiat orci vel nisi volutpat, in fermentum orci cursus. Aliquam varius, mi fringilla luctus elementum, purus odio bibendum erat, sed venenatis magna eros nec risus. Integer pharetra turpis in turpis mattis, vel tempor metus rutrum. Phasellus sed accumsan lorem, mattis consequat leo. Curabitur aliquet, elit at accumsan faucibus, mi nulla dapibus lacus, eu sollicitudin dolor mi vel metus. Cras congue placerat diam at laoreet.\n\n&nbsp;','Sed sit amet lorem','facilisis laoreet enim. Nunc porta sem non justo sagittis vestibulum. Duis et maximus nulla. Etiam id lacinia quam. elit at accumsan faucibus','publish','closed','closed','','sed-sit-amet-lorem','','','2016-08-16 17:09:06','2016-08-16 05:09:06','',0,'http://localhost/first/?post_type=wp-timeline&amp;p=5369',0,'wp-timeline','',0),(5370,2,'2016-08-16 17:11:07','2016-08-16 17:11:07','Nam volutpat non urna eget feugiat. Sed eget massa id dui ullamcorper rutrum. Sed quis ipsum mattis, pulvinar dolor in, bibendum eros. In vitae turpis vitae sapien auctor elementum. Aliquam elit metus, tempor ut leo eget, euismod consectetur ligula. Donec eu porta nisi. Etiam urna orci, ullamcorper at ex eu, vulputate efficitur neque. Nulla facilisi. Sed accumsan dictum risus sed tincidunt. Pellentesque felis ante, condimentum sit amet efficitur eget, euismod non turpis. Pellentesque congue, mauris id molestie vulputate, neque est pretium risus, eu maximus erat orci et tortor.\n<h3>Sed aliquet tristique purus, a suscipit diam</h3>\nCurabitur vitae ipsum ac odio semper consequat quis vel turpis. Nunc tincidunt urna sit amet dolor auctor, ac vehicula sapien aliquet. Curabitur a euismod ex, non consectetur tellus. Curabitur ligula nunc, molestie ut dui id, elementum tincidunt ex. Aenean vitae dolor quis elit porta venenatis. Suspendisse imperdiet nisl orci, et dignissim arcu vestibulum at. Curabitur rhoncus diam metus, laoreet varius lectus pharetra eget. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris lacus ante, pulvinar sed dapibus eu, eleifend et tortor. Cras rutrum et odio vel vestibulum. Proin feugiat orci vel nisi volutpat, in fermentum orci cursus. Aliquam varius, mi fringilla luctus elementum, purus odio bibendum erat, sed venenatis magna eros nec risus. Integer pharetra turpis in turpis mattis, vel tempor metus rutrum. Phasellus sed accumsan lorem, mattis consequat leo. Curabitur aliquet, elit at accumsan faucibus, mi nulla dapibus lacus, eu sollicitudin dolor mi vel metus. Cras congue placerat diam at laoreet.','mauris id molestie vulputate','Pellentesque congue, mauris id molestie vulputate, neque est pretium risus, eu maximus erat orci et tortor. elit at accumsan faucibus','publish','closed','closed','','mauris-id-molestie-vulputate','','','2016-08-16 17:11:07','2016-08-16 17:11:07','',0,'http://localhost/first/?post_type=wp-timeline&amp;p=5370',0,'wp-timeline','',0),(5374,2,'2016-08-16 17:21:02','2016-08-16 17:21:02','https://www.youtube.com/watch?v=3AtDnEC4zak\nDuis ut aliquam elit, sit amet lacinia leo. Fusce consectetur orci id pretium tristique. Ut mi turpis, tempus et tempor eu, imperdiet nec elit. Maecenas mollis nunc tincidunt tellus molestie auctor.\n\nNam ac arcu non augue egestas accumsan. Mauris molestie ultrices nisi in lobortis. Duis ultrices nisl ullamcorper, mollis leo at, dapibus libero. Sed tincidunt, nisl eget aliquet tempus, ipsum odio feugiat metus, sed vulputate mi dui ac nibh. Proin ut nisl sit amet tellus hendrerit luctus vitae quis dolor. Etiam eleifend porta orci, ultricies consequat mauris. Nulla id euismod elit. Mauris bibendum, lacus quis tincidunt varius, sem diam accumsan ex, vel pharetra nibh c. Nunc eget dignissim lorem, in tempor mi.\n\nDuis ut aliquam elit, sit amet lacinia leo. Fusce consectetur orci id pretium tristique. Ut mi turpis, tempus et tempor eu, imperdiet nec elit. Maecenas mollis nunc tincidunt tellus molestie auctor.\n\nNam ac arcu non augue egestas accumsan. Mauris molestie ultrices nisi in lobortis. Duis ultrices nisl ullamcorper, mollis leo at, dapibus libero. Sed tincidunt, nisl eget aliquet tempus, ipsum odio feugiat metus, sed vulputate mi dui ac nibh. Proin ut nisl sit amet tellus hendrerit luctus vitae quis dolor. Etiam eleifend porta orci, ultricies consequat mauris. Nulla id euismod elit. Mauris bibendum, lacus quis tincidunt varius, sem diam accumsan ex, vel pharetra nibh c. Nunc eget dignissim lorem, in tempor mi.','Mauris molestie ultrices','Nunc eget dignissim lorem, in tempor mi. Nunc eget dignissim lorem, in tempor mi. Curabitur ligula nunc, molestie ut dui id, elementum tincidunt','publish','closed','closed','','mauris-molestie-ultrices','','','2016-08-16 17:21:02','2016-08-16 17:21:02','',0,'http://localhost/first/?post_type=wp-timeline&amp;p=5374',0,'wp-timeline','',0),(5445,2,'2016-08-25 05:25:01','2016-08-25 05:25:01','Sed mollis maximus urna, at tempor dolor vehicula ut. Etiam id nunc at leo posuere lobortis. Nulla volutpat diam vitae tempor finibus. Mauris ac tellus egestas eros imperdiet sagittis sit amet eget est. Nulla facilisi. Maecenas dictum dolor vel nulla congue, et eleifend lacus consectetur. Nullam efficitur tortor vitae nisl ultrices, id semper mauris dapibus. Aliquam tristique metus nec placerat fermentum. Donec pharetra lacinia consequat.\n\nEtiam blandit consectetur eros sed semper. Sed ut augue ac metus lacinia pellentesque et eu tellus. Suspendisse vel mi fermentum urna euismod tempor ut ut magna. Suspendisse scelerisque sit amet risus vitae mattis. Praesent maximus dolor quis dui efficitur tincidunt. Nunc et tempus sem. Etiam massa nisi, pharetra vitae mattis quis, scelerisque sed neque. In euismod varius quam non bibendum. In fringilla sagittis tellus. Sed ultrices volutpat felis ut placerat. Phasellus et ex egestas, sagittis magna vel, pellentesque nunc. Nullam volutpat ac urna nec vestibulum. Aliquam accumsan mauris in fringilla interdum. Sed sit amet orci pellentesque purus hendrerit pellentesque.\n\nUt finibus eget ligula id fringilla. Quisque nisl felis, pellentesque at tincidunt in, posuere quis nibh. Suspendisse varius magna sit amet tellus vehicula, ut iaculis dolor viverra. Nullam vel dictum nisi. Donec aliquam orci justo, eget eleifend odio semper ac. Sed dapibus est metus, sed hendrerit est placerat a. Vestibulum ante eros, viverra eget ipsum sed, molestie molestie velit. Pellentesque placerat, dui sit amet feugiat convallis, nibh nulla consectetur erat, ut posuere libero eros at tellus. Praesent sit amet sollicitudin odio. Duis at urna condimentum, fringilla enim quis, faucibus elit. Sed non vulputate lacus.','Etiam blandit consectetur',' Vestibulum ante eros, viverra eget ipsum sed, molestie molestie velit. Pellentesque placerat, dui sit amet feugiat convallis, nibh nulla consectetur erat, ut posuere libero eros','publish','closed','closed','','etiam-blandit-consectetur','','','2016-08-25 05:25:01','2016-08-25 05:25:01','',0,'http://exthemes.net/wp-timeline/?post_type=wp-timeline&amp;p=5445',0,'wp-timeline','',0),(5462,2,'2016-08-25 06:33:50','2016-08-25 06:33:50','Sed mollis maximus urna, at tempor dolor vehicula ut. Etiam id nunc at leo posuere lobortis. Nulla volutpat diam vitae tempor finibus. Mauris ac tellus egestas eros imperdiet sagittis sit amet eget est. Nulla facilisi. Maecenas dictum dolor vel nulla congue, et eleifend lacus consectetur. Nullam efficitur tortor vitae nisl ultrices, id semper mauris dapibus. Aliquam tristique metus nec placerat fermentum. Donec pharetra lacinia consequat.\n\nEtiam blandit consectetur eros sed semper. Sed ut augue ac metus lacinia pellentesque et eu tellus. Suspendisse vel mi fermentum urna euismod tempor ut ut magna. Suspendisse scelerisque sit amet risus vitae mattis. Praesent maximus dolor quis dui efficitur tincidunt. Nunc et tempus sem. Etiam massa nisi, pharetra vitae mattis quis, scelerisque sed neque. In euismod varius quam non bibendum. In fringilla sagittis tellus. Sed ultrices volutpat felis ut placerat. Phasellus et ex egestas, sagittis magna vel, pellentesque nunc. Nullam volutpat ac urna nec vestibulum. Aliquam accumsan mauris in fringilla interdum. Sed sit amet orci pellentesque purus hendrerit pellentesque.\n\nUt finibus eget ligula id fringilla. Quisque nisl felis, pellentesque at tincidunt in, posuere quis nibh. Suspendisse varius magna sit amet tellus vehicula, ut iaculis dolor viverra. Nullam vel dictum nisi. Donec aliquam orci justo, eget eleifend odio semper ac. Sed dapibus est metus, sed hendrerit est placerat a. Vestibulum ante eros, viverra eget ipsum sed, molestie molestie velit. Pellentesque placerat, dui sit amet feugiat convallis, nibh nulla consectetur erat, ut posuere libero eros at tellus. Praesent sit amet sollicitudin odio. Duis at urna condimentum, fringilla enim quis, faucibus elit. Sed non vulputate lacus.','Etiam blandit consectetur',' Vestibulum ante eros, viverra eget ipsum sed, molestie molestie velit. Pellentesque placerat, dui sit amet feugiat convallis, nibh nulla consectetur erat, ut posuere libero eros','publish','closed','closed','','etiam-blandit-consectetur-2','','','2016-08-25 06:33:50','2016-08-25 06:33:50','',0,'http://exthemes.net/wp-timeline/?post_type=wp-timeline&amp;p=5462',0,'wp-timeline','',0),(5463,2,'2016-08-25 06:33:50','2016-08-25 06:33:50','Duis ut aliquam elit, sit amet lacinia leo. Fusce consectetur orci id pretium tristique. Ut mi turpis, tempus et tempor eu, imperdiet nec elit. Maecenas mollis nunc tincidunt tellus molestie auctor.\n\nNam ac arcu non augue egestas accumsan. Mauris molestie ultrices nisi in lobortis. Duis ultrices nisl ullamcorper, mollis leo at, dapibus libero. Sed tincidunt, nisl eget aliquet tempus, ipsum odio feugiat metus, sed vulputate mi dui ac nibh. Proin ut nisl sit amet tellus hendrerit luctus vitae quis dolor. Etiam eleifend porta orci, ultricies consequat mauris. Nulla id euismod elit. Mauris bibendum, lacus quis tincidunt varius, sem diam accumsan ex, vel pharetra nibh c. Nunc eget dignissim lorem, in tempor mi.\n\nDuis ut aliquam elit, sit amet lacinia leo. Fusce consectetur orci id pretium tristique. Ut mi turpis, tempus et tempor eu, imperdiet nec elit. Maecenas mollis nunc tincidunt tellus molestie auctor.\n\nNam ac arcu non augue egestas accumsan. Mauris molestie ultrices nisi in lobortis. Duis ultrices nisl ullamcorper, mollis leo at, dapibus libero. Sed tincidunt, nisl eget aliquet tempus, ipsum odio feugiat metus, sed vulputate mi dui ac nibh. Proin ut nisl sit amet tellus hendrerit luctus vitae quis dolor. Etiam eleifend porta orci, ultricies consequat mauris. Nulla id euismod elit. Mauris bibendum, lacus quis tincidunt varius, sem diam accumsan ex, vel pharetra nibh c. Nunc eget dignissim lorem, in tempor mi.','Orci id pretium tristique','Nunc eget dignissim lorem, in tempor mi. Nunc eget dignissim lorem, in tempor mi. Curabitur ligula nunc, molestie ut dui id, elementum tincidunt','publish','closed','closed','','orci-id-pretium-tristique','','','2016-08-25 06:33:50','2016-08-25 06:33:50','',0,'http://exthemes.net/wp-timeline/?post_type=wp-timeline&amp;p=5463',0,'wp-timeline','',0),(5465,2,'2016-08-25 06:33:50','2016-08-25 06:33:50','Nam volutpat non urna eget feugiat. Sed eget massa id dui ullamcorper rutrum. Sed quis ipsum mattis, pulvinar dolor in, bibendum eros. In vitae turpis vitae sapien auctor elementum. Aliquam elit metus, tempor ut leo eget, euismod consectetur ligula. Donec eu porta nisi. Etiam urna orci, ullamcorper at ex eu, vulputate efficitur neque. Nulla facilisi. Sed accumsan dictum risus sed tincidunt. Pellentesque felis ante, condimentum sit amet efficitur eget, euismod non turpis. Pellentesque congue, mauris id molestie vulputate, neque est pretium risus, eu maximus erat orci et tortor.\n<h3>Sed aliquet tristique purus, a suscipit diam</h3>\nCurabitur vitae ipsum ac odio semper consequat quis vel turpis. Nunc tincidunt urna sit amet dolor auctor, ac vehicula sapien aliquet. Curabitur a euismod ex, non consectetur tellus. Curabitur ligula nunc, molestie ut dui id, elementum tincidunt ex. Aenean vitae dolor quis elit porta venenatis. Suspendisse imperdiet nisl orci, et dignissim arcu vestibulum at. Curabitur rhoncus diam metus, laoreet varius lectus pharetra eget. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris lacus ante, pulvinar sed dapibus eu, eleifend et tortor. Cras rutrum et odio vel vestibulum. Proin feugiat orci vel nisi volutpat, in fermentum orci cursus. Aliquam varius, mi fringilla luctus elementum, purus odio bibendum erat, sed venenatis magna eros nec risus. Integer pharetra turpis in turpis mattis, vel tempor metus rutrum. Phasellus sed accumsan lorem, mattis consequat leo. Curabitur aliquet, elit at accumsan faucibus, mi nulla dapibus lacus, eu sollicitudin dolor mi vel metus. Cras congue placerat diam at laoreet.','condimentum sit amet','Pellentesque congue, mauris id molestie vulputate, neque est pretium risus, eu maximus erat orci et tortor. elit at accumsan faucibus','publish','closed','closed','','condimentum-sit-amet','','','2016-08-25 06:33:50','2016-08-25 06:33:50','',0,'http://exthemes.net/wp-timeline/?post_type=wp-timeline&amp;p=5465',0,'wp-timeline','',0),(5466,2,'2016-08-25 06:33:50','2016-08-25 06:33:50','<h3>Nulla a lorem aliquam</h3>\n\nDuis interdum congue sem, id iaculis nunc malesuada in. Sed sit amet lorem nec enim fringilla mattis non vitae nisl. Nunc sodales varius pulvinar. Nunc fringilla sed tellus ac egestas. In hac habitasse platea dictumst. Sed vehicula est ac leo pulvinar malesuada. Interdum et malesuada fames ac ante ipsum primis in faucibus. Sed in consequat risus. Donec rutrum lobortis lorem, at iaculis metus pretium sit amet. Proin maximus nulla pharetra, sodales magna quis, mattis ligula. Praesent maximus vehicula eros non posuere. Quisque orci tellus, egestas in erat in, tincidunt pretium nisi. Nunc purus massa, efficitur sit amet sem at, facilisis laoreet enim. Nunc porta sem non justo sagittis vestibulum. Duis et maximus nulla. Etiam id lacinia quam.\n<h3>Proin nec mi dictum</h3>\nvel vestibulum. Proin feugiat orci vel nisi volutpat, in fermentum orci cursus. Aliquam varius, mi fringilla luctus elementum, purus odio bibendum erat, sed venenatis magna eros nec risus. Integer pharetra turpis in turpis mattis, vel tempor metus rutrum. Phasellus sed accumsan lorem, mattis consequat leo. Curabitur aliquet, elit at accumsan faucibus, mi nulla dapibus lacus, eu sollicitudin dolor mi vel metus. Cras congue placerat diam at laoreet.\n<h3>Curabitur sagittis tortor</h3>\nvel vestibulum. Proin feugiat orci vel nisi volutpat, in fermentum orci cursus. Aliquam varius, mi fringilla luctus elementum, purus odio bibendum erat, sed venenatis magna eros nec risus. Integer pharetra turpis in turpis mattis, vel tempor metus rutrum. Phasellus sed accumsan lorem, mattis consequat leo. Curabitur aliquet, elit at accumsan faucibus, mi nulla dapibus lacus, eu sollicitudin dolor mi vel metus. Cras congue placerat diam at laoreet.\n\n&nbsp;','Facilisis laoreet enim','facilisis laoreet enim. Nunc porta sem non justo sagittis vestibulum. Duis et maximus nulla. Etiam id lacinia quam. elit at accumsan faucibus','publish','closed','closed','','facilisis-laoreet-enim','','','2016-08-25 06:33:50','2016-08-25 06:33:50','',0,'http://exthemes.net/wp-timeline/?post_type=wp-timeline&amp;p=5466',0,'wp-timeline','',0),(5467,2,'2016-08-25 06:33:50','2016-08-25 06:33:50','Interdum et malesuada fames ac ante ipsum primis in faucibus. Vestibulum non erat at ex fringilla faucibus. Etiam venenatis pharetra augue, sed pellentesque libero consectetur non. Praesent magna lorem, commodo sed leo sed, tincidunt ullamcorper mauris. Suspendisse sagittis mi posuere tristique hendrerit. Sed molestie ornare urna. In et eros id erat hendrerit ornare vitae nec ex. Cras cursus dapibus arcu mollis lacinia. Quisque eget neque eget nibh mattis laoreet ut eget ex. Nullam quis purus a diam dictum scelerisque non id diam. Morbi et tincidunt ante, sed tempus velit. Donec convallis est elit, id lobortis quam venenatis ac. In hac habitasse platea dictumst. Cras consequat cursus lectus, nec rutrum massa fringilla a. Ut lobortis, sapien sit amet vulputate suscipit, ex dolor ornare ligula, sit amet convallis elit orci in tellus.\n\nNam volutpat non urna eget feugiat. Sed eget massa id dui ullamcorper rutrum. Sed quis ipsum mattis, pulvinar dolor in, bibendum eros. In vitae turpis vitae sapien auctor elementum. Aliquam elit metus\n\nmattis laoreet ut eget ex. Nullam quis purus a diam dictum scelerisque non id diam. Morbi et tincidunt ante, sed tempus velit. Donec convallis est elit, id lobortis quam venenatis ac. In hac habitasse platea dictumst. Cras consequat cursus lectus, nec rutrum massa fringilla a. Ut lobortis, sapien sit amet vulputate suscipit, ex dolor ornare ligula, sit amet convallis elit orci in tellus.\n\nNam volutpat non urna eget feugiat. Sed eget massa id dui ullamcorper rutrum. Sed quis ipsum mattis, pulvinar dolor in, bibendum eros. In vitae turpis vitae sapien auctor elementum. Aliquam elit metus','CrasInter dum et malesua','sed pellentesque libero consectetur non. Praesent magna lorem, commodo sed leo sed, tincidunt ullamcorper mauris. Suspendisse sagittis mi posuere tristique hendrerit','publish','closed','closed','','interdum-et-malesua-2','','','2016-08-25 06:33:50','2016-08-25 06:33:50','',0,'http://exthemes.net/wp-timeline/?post_type=wp-timeline&amp;p=5467',0,'wp-timeline','',0),(5468,2,'2016-08-25 06:33:50','2016-08-25 06:33:50','In viverra sapien nec efficitur blandit. Sed finibus, mi quis fringilla posuere, leo felis iaculis ex, non gravida urna sapien sit amet nunc. Quisque vulputate porttitor ipsum sed fringilla. Phasellus varius ultrices fringilla. Ut orci mi, vestibulum nec facilisis non, tempus ac ante. Morbi ac blandit arcu. Sed semper aliquet lectus, at hendrerit diam egestas in. Sed ut erat hendrerit, imperdiet lectus sit amet, egestas tellus. Suspendisse consectetur turpis at tempus viverra.\n\nNunc ullamcorper mi in elit lacinia faucibus. Etiam vestibulum nulla lacus, non volutpat dui ornare et. Aliquam ut mattis risus. Sed urna tortor, bibendum quis velit id, eleifend auctor nibh. Nam in gravida turpis. Proin aliquam laoreet ex vel dictum. Aliquam suscipit enim leo, sit amet convallis justo consectetur et. Duis imperdiet justo consequat volutpat tempus. Proin pharetra ipsum nec tellus vestibulum eleifend. Aenean consequat vitae leo quis venenatis. Nunc imperdiet justo augue, sit amet dictum augue aliquam sed. Cras sollicitudin a augue nec fermentum. Duis a tempor massa. Aenean fringilla nisi vitae congue efficitur.','Quisque drerit eleifend auctor','Cras sollicitudin a augue nec fermentum. Duis a tempor massa. Aenean fringilla nisi vitae congue efficitur.','publish','closed','closed','','hendrerit-eleifend-auctor','','','2016-08-25 06:33:50','2016-08-25 06:33:50','',0,'http://exthemes.net/wp-timeline/?post_type=wp-timeline&amp;p=5468',0,'wp-timeline','',0),(5537,1,'2018-10-22 17:00:27','2018-10-22 17:00:27','','1847-census-giovanni-anzino-family','1847 Church Family Census','inherit','open','closed','','1847-census-giovanni-anzino-family','','','2018-11-07 01:10:36','2018-11-07 01:10:36','',6224,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg',0,'attachment','image/jpeg',0),(5538,1,'2018-10-22 17:04:15','2018-10-22 17:04:15','Sometime between 1845 and 1847, Valerio is sent to study in Torino. His sister Giuseppina is also going to school in Torino. Valerio\'s parents will continue to live in Fubine until around 1857. After that they will move to Torino.','School in Torino','','publish','closed','closed','','school-in-torino','','','2018-10-23 00:41:24','2018-10-23 00:41:24','',0,'https://valerioanzino.wpengine.com/?post_type=wp-timeline&#038;p=5538',0,'wp-timeline','',0),(5542,1,'2018-10-22 17:09:23','2018-10-22 17:09:23','<ul>\r\n 	<li>Father ... <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\">Giovanni Domenico Anzino</a></li>\r\n 	<li>Mother ... <a href=\"/rootspersona-tree-2/lusanna-ippolita/\">Ippolita Lusanna</a></li>\r\n 	<li>Uncle ... <a href=\"/rootspersona-tree-2/anzino-mons-bartolomeo-giuseppe/\">Bartolomeo Giuseppe Anzino</a></li>\r\n 	<li>Brother ... <a href=\"/rootspersona-tree-2/anzino-giuseppe-carlo-alberto/\">Giuseppe Carlo Alberto Anzino</a></li>\r\n 	<li>Brother ... <a href=\"/rootspersona-tree-2/anzino-giorgio/\">Georgio Anzino</a></li>\r\n 	<li>Brother ... <a href=\"/rootspersona-tree-2/anzino-alessandro/\">Alessandro Anzino</a></li>\r\n 	<li>Sister ... <a href=\"/rootspersona-tree-2/anzino-giuseppina/\">Giuseppina Anzino</a></li>\r\n</ul>','Valerio\'s Extended Family','','publish','closed','closed','','valerios-extended-family','','','2018-10-24 04:48:42','2018-10-24 04:48:42','',0,'https://valerioanzino.wpengine.com/?page_id=5542',0,'page','',0),(5549,1,'2018-10-22 21:10:38','2018-10-22 21:10:38','Valerio Anzino was buried in the family vault in Mazze Italy in March 1899. The descendant\'s of Valerio\'s brothers at some point relinquished ownership of the vault and it was repurposed for another family. The photo is one of 5 potential vaults in the cemetery that could originally be the Anzino vault. There is a research project underway to establish which vault it is. The photo was taken by the website\'s author in 2018 during a trip to Italy.','Burial Vault in Mazze Italy','Burial Vault in Mazze Italy','inherit','open','closed','','valerio-anzino-family-vault-mazze-maybe','','','2018-11-13 21:10:05','2018-11-13 21:10:05','',8020,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe.jpg',0,'attachment','image/jpeg',0),(5550,1,'2018-10-22 21:14:41','2018-10-22 21:14:41','This is a photo of the San Carlo ai Catinari church where Valerio\'s funeral service was held in 1899. It\'s located about 1 km from his residence. The funeral was attended by the King, Queen, members of the Court and others. The photo was taken in 2015 during  a trip to Italy by this website\'s author.','Valerio Anzino\'s Funeral Service 1899','Valerio Anzino\'s Funeral Service 1899','inherit','open','closed','','valerio-anzino-funeral-church','','','2018-11-13 20:08:36','2018-11-13 20:08:36','',7986,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-funeral-church.jpg',0,'attachment','image/jpeg',0),(5551,1,'2018-10-22 21:21:23','2018-10-22 21:21:23','Monsignor Valerio Anzino died on March 5 1899 at his residence on Via del Sudario 47 in Roma. Valerio lived upstairs from the church at the same address. There is no mention inside this church of Valerio.','Valerio\'s Death','','publish','closed','closed','','valerio-death','','','2018-10-23 00:11:17','2018-10-23 00:11:17','',0,'https://valerioanzino.wpengine.com/?post_type=wp-timeline&#038;p=5551',0,'wp-timeline','',0),(5562,1,'2018-10-22 21:57:29','2018-10-22 21:57:29','Valerio\'s funeral was held at <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">S.Carlo AI Catinari</a> on Piazza Benedetto Cairoli in Roma. This church is located about 1 km from Valerio\'s residence.','Valerio\'s Funeral','','publish','closed','closed','','valerio-funeral','','','2018-10-23 00:40:36','2018-10-23 00:40:36','',0,'https://valerioanzino.wpengine.com/?post_type=wp-timeline&#038;p=5562',0,'wp-timeline','',0),(5599,1,'2018-10-23 04:30:18','2018-10-23 04:30:18','','new-logo3-350','','inherit','open','closed','','new-logo3-350','','','2018-10-23 04:30:18','2018-10-23 04:30:18','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/new-logo3-350.jpg',0,'attachment','image/jpeg',0),(5609,1,'2018-10-23 06:50:39','2018-10-23 06:50:39','','new-logo4-350','','inherit','open','closed','','new-logo4-350','','','2018-10-23 06:50:39','2018-10-23 06:50:39','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/new-logo4-350.jpg',0,'attachment','image/jpeg',0),(5610,1,'2018-10-23 07:11:31','2018-10-23 07:11:31','','new-logo5-350','','inherit','open','closed','','new-logo5-350','','','2018-10-23 07:11:31','2018-10-23 07:11:31','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/new-logo5-350.jpg',0,'attachment','image/jpeg',0),(5611,1,'2018-10-23 07:44:57','2018-10-23 07:44:57','Photo L to R:  Gerolamo Mo, Clementina (Anzino) Mo, Domenico Mo (reading paper), Angiolina Rossi, Mario Rossi, Carlotta Rossi, Giovanni Medici del Vascello. From private photo collection of Laura Santoro Ragaini, Milano','Clementina (Anzino) Rossi, with family and friends circa 1901','Clementina (Anzino) Rossi, with family and friends circa 1901','inherit','open','closed','','20160717_150314','','','2018-11-10 19:10:33','2018-11-10 19:10:33','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/20160717_150314.jpg',0,'attachment','image/jpeg',0),(5615,1,'2018-10-23 07:57:01','2018-10-23 07:57:01','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kgse7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-4bbomn\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe photographs in this gallery have come from 3 sources; the internet, a collection belonging to this website\'s author, and last but most importantly, from a private photo collection belonging Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala. Click on a photo to see a larger image and to read a brief description.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-28kpmn\'][/av_one_full]\r\n\r\n[av_masonry_gallery ids=\'6540,4,28,50,51,59,17,113,6310,56,5860,58,109,5550,5549,5611,57,6646,7780,7779\' items=\'24\' columns=\'flexible\' paginate=\'pagination\' size=\'flex\' orientation=\'\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'\' custom_bg=\'\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' av_uid=\'av-jo1xbcfr\' custom_class=\'\']','Gallery','','publish','closed','closed','','gallery','','','2022-09-19 19:06:26','2022-09-19 19:06:26','',0,'https://valerioanzino.wpengine.com/?page_id=5615',0,'page','',0),(5626,1,'2018-10-24 01:58:08','2018-10-24 01:58:08','','Giovanni Domenico Anzino','','publish','closed','closed','','giovanni-domenico-anzino','','','2018-10-24 02:05:31','2018-10-24 02:05:31','',0,'https://valerioanzino.wpengine.com/?page_id=5626',0,'page','',0),(5629,1,'2018-10-24 01:59:18','2018-10-24 01:59:18','','Ippolita Lusanna','','publish','closed','closed','','ippolita-lusanna','','','2018-10-24 02:05:19','2018-10-24 02:05:19','',0,'https://valerioanzino.wpengine.com/?page_id=5629',0,'page','',0),(5635,1,'2018-10-24 02:00:21','2018-10-24 02:00:21','','Giuseppina Anzino','','publish','closed','closed','','giuseppina-anzino','','','2018-10-24 02:04:51','2018-10-24 02:04:51','',0,'https://valerioanzino.wpengine.com/?page_id=5635',0,'page','',0),(5638,1,'2018-10-24 02:00:45','2018-10-24 02:00:45','','Giorgio Anzino','','publish','closed','closed','','giorgio-anzino','','','2018-10-24 02:00:51','2018-10-24 02:00:51','',0,'https://valerioanzino.wpengine.com/?page_id=5638',0,'page','',0),(5641,1,'2018-10-24 02:01:06','2018-10-24 02:01:06','','Alessandro Anzino','','publish','closed','closed','','alessandro-anzino','','','2018-10-24 02:01:10','2018-10-24 02:01:10','',0,'https://valerioanzino.wpengine.com/?page_id=5641',0,'page','',0),(5644,1,'2018-10-24 02:01:31','2018-10-24 02:01:31','','Nicola Anzino','','publish','closed','closed','','nicola-anzino','','','2018-10-24 02:01:31','2018-10-24 02:01:31','',0,'https://valerioanzino.wpengine.com/?page_id=5644',0,'page','',0),(5647,1,'2018-10-24 02:02:16','2018-10-24 02:02:16','','Giuseppe Pietro Anzino','','publish','closed','closed','','giuseppe-pietro-anzino','','','2018-10-24 02:02:16','2018-10-24 02:02:16','',0,'https://valerioanzino.wpengine.com/?page_id=5647',0,'page','',0),(5650,1,'2018-10-24 02:02:44','2018-10-24 02:02:44','','Giovanni Mario Paolo Anzino','','publish','closed','closed','','giovanni-mario-paolo-anzino','','','2018-10-24 02:02:44','2018-10-24 02:02:44','',0,'https://valerioanzino.wpengine.com/?page_id=5650',0,'page','',0),(5666,1,'2018-10-24 02:14:12','2018-10-24 02:14:12','','Clementina Maria Carolina Ippolita Anzino','','publish','closed','closed','','clementina-maria-carolina-ippolita-anzino','','','2018-10-24 02:14:12','2018-10-24 02:14:12','',0,'https://valerioanzino.wpengine.com/?page_id=5666',0,'page','',0),(5669,1,'2018-10-24 02:15:03','2018-10-24 02:15:03','','Bartolomeo Giuseppe Anzino','','publish','closed','closed','','bartolomeo-giuseppe-anzino','','','2018-10-24 02:15:03','2018-10-24 02:15:03','',0,'https://valerioanzino.wpengine.com/?page_id=5669',0,'page','',0),(5673,1,'2018-10-24 03:10:47','2018-10-24 03:10:47','','Valerio Anzino Funeral Notice','','inherit','open','closed','','valerio-anzino-funeral-procession-notice-1899','','','2018-11-07 01:50:49','2018-11-07 01:50:49','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899.jpg',0,'attachment','image/jpeg',0),(5681,1,'2018-10-24 03:34:50','2018-10-24 03:34:50','This is a Parent Page for all of the genealogy person pages on the website. You have reached this page in error. Please click an item on the top menu to continue.\r\n\r\n&nbsp;','rootspersona Tree','','publish','closed','closed','','rootspersona-tree-2','','','2018-11-08 06:13:59','2018-11-08 06:13:59','',0,'https://valerioanzino.wpengine.com/rootspersona-tree-2/',0,'page','',0),(5859,1,'2018-10-24 04:51:51','2018-10-24 04:51:51','Giuseppina Anzino 2016. Descendant of Valerio Anzino\'s great grandfather.','Giuseppina Anzino 2016','Giuseppina Anzino 2016','inherit','open','closed','','giuseppina-anzino-2016','','','2018-11-10 19:06:16','2018-11-10 19:06:16','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/giuseppina-anzino-2016.jpg',0,'attachment','image/jpeg',0),(5860,1,'2018-10-24 04:55:52','2018-10-24 04:55:52','Giuseppina Anzino, (Valerio Anzino\'s sister), ran 2 schools, 1 in Torino near the Royal Palace and 1 in Mazze. The grandmother of the person providing the photo attended Giuseppina\'s school in Torino in the 1890\'s. This photo is cropped from a larger photo that shows Giuseppina\'s students and the teachers. From private photo collection of Laura Santoro Ragaini, Milano','Giuseppina Anzino Circa 1895','Giuseppina Anzino Circa 1895','inherit','open','closed','','giuseppina_anzino_circa_1895-cropped','','','2018-11-10 19:03:55','2018-11-10 19:03:55','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/giuseppina_anzino_circa_1895-cropped.jpg',0,'attachment','image/jpeg',0),(5862,1,'2018-10-24 04:58:58','2018-10-24 04:58:58','Giuseppina Anzino, Valerio\'s sister, ran 2 schools, 1 in Torino and 1 in Mazze. This is a photo of the Torino school. Giuseppina is the woman in the front row dressed in black. This school was attended by the grandmother of the person who provided this photo.  Photo is part of a private collection belonging to Laura Santoro Ragaini','Giuseppina Anzino School Circa 1895','Giuseppina Anzino School Circa 1895','inherit','open','closed','','giuseppina_anzino_circa_1895-2','','','2018-11-10 19:03:18','2018-11-10 19:03:18','',5681,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/giuseppina_anzino_circa_1895-1.jpg',0,'attachment','image/jpeg',0),(5875,1,'2018-10-24 06:46:41','2018-10-24 06:46:41','','anzino-family-tree2','','inherit','open','closed','','anzino-family-tree2','','','2018-10-24 06:46:41','2018-10-24 06:46:41','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/anzino-family-tree2.jpg',0,'attachment','image/jpeg',0),(5931,1,'2018-10-25 04:19:30','2018-10-25 04:19:30','','1847-fubine-church-census-giovanni-anzino-family-cropped','','inherit','open','closed','','1847-fubine-church-census-giovanni-anzino-family-cropped','','','2018-10-25 04:19:30','2018-10-25 04:19:30','',5681,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/1847-fubine-church-census-giovanni-anzino-family-cropped.jpg',0,'attachment','image/jpeg',0),(5965,1,'2018-10-26 16:55:50','2018-10-26 16:55:50','Born Sept 9 1832','Birth','','publish','closed','closed','','birth','','','2018-10-26 16:57:13','2018-10-26 16:57:13','',0,'https://valerioanzino.wpengine.com/?post_type=timeline_slider_post&#038;p=5965',0,'timeline_slider_post','',0),(5967,1,'2018-10-26 16:56:57','2018-10-26 16:56:57','Baptized September 12 1832','Baptism','','publish','closed','closed','','baptism','','','2018-10-26 16:56:57','2018-10-26 16:56:57','',0,'https://valerioanzino.wpengine.com/?post_type=timeline_slider_post&#038;p=5967',0,'timeline_slider_post','',0),(5995,1,'2018-10-27 06:48:31','2018-10-27 06:48:31','[caption id=\"attachment_93\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\"><img class=\"size-thumbnail wp-image-93\" src=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\" alt=\"Church Baptism Record\" width=\"80\" height=\"80\" /></a> Church Baptism Record[/caption]\r\n\r\nValerio Benvenuto Giuseppe Anzino was born to Giovanni Domenico Anzino and Ippolita Lusanna on September 9, 1832 in Fubine, Italy.<a href=\"/born-fubine-italy/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Born -- Fubine, Italy','','publish','closed','closed','','valerio-anzinos-life','','','2018-11-02 04:00:10','2018-11-02 04:00:10','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=5995',0,'cool_timeline','',0),(5997,1,'2018-10-27 06:53:34','2018-10-27 06:53:34','<p class=\"tlage\">3 Days Old</p>\r\n[caption id=\"attachment_93\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\"><img class=\"size-thumbnail wp-image-93\" src=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\" alt=\"Church Baptism Record\" width=\"80\" height=\"80\" /></a> Church Baptism Record[/caption]\r\nValerio was baptized on September 12, 1832 at a church in Fubine, Italy. His godmother was Angela Anzino, his father Giovanni\'s sister.<a href=\"/baptized-fubine-italy/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Baptized -- Fubine, Italy','','publish','closed','closed','','baptism','','','2018-11-02 04:03:01','2018-11-02 04:03:01','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=5997',0,'cool_timeline','',0),(6009,1,'2018-10-27 15:54:26','2018-10-27 15:54:26','<p class=\"tlage\">66 Years Old</p>\r\n[caption id=\"attachment_128\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\"><img class=\"size-thumbnail wp-image-128\" src=\"/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\" alt=\"Roma Civil Death Record\" width=\"80\" height=\"80\" /></a> Roma Civil Death Record[/caption]\r\n<p>Valerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. Valerio lived in an apartment above his church, Santissimo Sudario all\'Argentina.<a href=\"/death-roma-italy/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a></p>','Death -- Roma, Italy','','publish','closed','closed','','death','','','2018-11-01 23:41:07','2018-11-01 23:41:07','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6009',0,'cool_timeline','',0),(6016,1,'2018-10-27 16:02:36','2018-10-27 16:02:36','<p class=\"tlage\">33 Years Old</p>\r\n[caption id=\"attachment_6109\" align=\"alignleft\" width=\"80\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/10/anzino-postcard-article-1866.jpg\"><img class=\"size-thumbnail wp-image-6109\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/anzino-postcard-article-1866-80x80.jpg\" alt=\"Postcard from Bezzecca\" width=\"80\" height=\"80\" /></a> Postcard from Bezzecca[/caption]\r\n\r\nValerio accompanied Vittorio Emmanuel II to the battlefields of the Italian Wars for Unification. The postcard image attached is from a postcard that Valerio sent from the Battle of Bezzecca, Italy on July 23 1866 to a military commander in Torino.<a href=\"/postcard-from-battlefield/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Postcard from Battlefield','','publish','closed','closed','','postcard-from-battlefield','','','2018-11-01 23:04:31','2018-11-01 23:04:31','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6016',0,'cool_timeline','',0),(6018,1,'2018-10-27 16:04:14','2018-10-27 16:04:14','[cool-timeline layout=\"horizontal\" category=\"timeline-stories\" skin=\"default\" designs=\"design-2\" show-posts=\"30\" order=\"ASC\" items=\"4\" icons=\"NO\" story-content=\"full\" date-format=\"default\" based=\"default\" autoplay=\"false\" start-on=\"0\"]\r\n* While some of the dates on the Valerio Anzino timeline are known down to the month and day, for many only the years are known. For those events on the timeline that only the year is known, a June 30 date has been entered and a note has been added to the description.','Valerio\'s Timeline','','publish','closed','closed','','valerios-timeline','','','2022-09-19 19:05:23','2022-09-19 19:05:23','',0,'https://valerioanzino.wpengine.com/?page_id=6018',0,'page','',0),(6108,1,'2018-10-29 06:00:25','2018-10-29 06:00:25','','Il cappellano del Re - La posta del 1866','','inherit','open','closed','','il-cappellano-del-re-la-posta-del-1866','','','2018-10-29 06:00:25','2018-10-29 06:00:25','',6016,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/Il-cappellano-del-Re-La-posta-del-1866.pdf',0,'attachment','application/pdf',0),(6109,1,'2018-10-29 06:07:22','2018-10-29 06:07:22','','anzino-postcard-article-1866','Postcard from Bezzecca','inherit','open','closed','','anzino-postcard-article-1866','','','2018-10-29 06:26:03','2018-10-29 06:26:03','',6016,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/anzino-postcard-article-1866.jpg',0,'attachment','image/jpeg',0),(6112,1,'2018-10-29 06:22:08','2018-10-29 06:22:08','','anzino-postcard-to-commander','','inherit','open','closed','','anzino-postcard-to-commander','','','2018-10-30 05:00:24','2018-10-30 05:00:24','',6016,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/anzino-postcard-to-commander.jpg',0,'attachment','image/jpeg',0),(6116,1,'2018-10-29 06:31:35','2018-10-29 06:31:35','','1866-postcard-translated','','inherit','open','closed','','1866-postcard-translated','','','2018-10-29 06:31:35','2018-10-29 06:31:35','',6016,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/1866-postcard-translated.jpg',0,'attachment','image/jpeg',0),(6117,1,'2018-10-29 06:39:22','2018-10-29 06:39:22','','AAA_6914','','inherit','open','closed','','aaa_6914','','','2018-10-29 06:39:22','2018-10-29 06:39:22','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/AAA_6914.jpg',0,'attachment','image/jpeg',0),(6134,1,'2018-10-29 16:47:39','2018-10-29 16:47:39','<p class=\"tlage\">45 Years Old</p>\r\n[caption id=\"attachment_6137\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/10/VictorEmmanuel2.jpg\"><img class=\"size-thumbnail wp-image-6137\" src=\"/wp-content/uploads/2018/10/VictorEmmanuel2-cropped-80x80.jpg\" alt=\"Vittorio Emmanuel II\" width=\"80\" height=\"80\" /></a> Vittorio Emmanuel II[/caption]\r\nControversy swirled around the death of Vittorio Emmanuel II, Unified Italy\'s first king. The controversy revolved around what Vittorio Emmanuel II said or didn\'t say on his death bed and Valerio\'s role as Chief Chaplain in communicating the King\'s dying statements.<a href=\"/death-of-vittorio-emmanuel-ii/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Vittorio Emmanuel II Death','','publish','closed','closed','','vittorio-emmanuel-ii-death','','','2018-11-07 21:38:28','2018-11-07 21:38:28','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6134',0,'cool_timeline','',0),(6137,1,'2018-10-29 16:54:19','2018-10-29 16:54:19','','VictorEmmanuel2','Vittorio Emmanuel II','inherit','open','closed','','victoremmanuel2','','','2018-10-29 16:55:10','2018-10-29 16:55:10','',6134,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/VictorEmmanuel2.jpg',0,'attachment','image/jpeg',0),(6139,1,'2018-10-29 16:59:05','2018-10-29 16:59:05','','VictorEmmanuel2-cropped','','inherit','open','closed','','victoremmanuel2-cropped','','','2018-10-29 16:59:05','2018-10-29 16:59:05','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/VictorEmmanuel2-cropped.jpg',0,'attachment','image/jpeg',0),(6141,1,'2018-10-29 17:04:47','2018-10-29 17:04:47','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4xsdot\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv1irty\' admin_preview_bg=\'\']\r\nValerio Benvenuto Giuseppe Anzino was born to <a href=\"/rootspersona-tree-2/anzino-giovanni-domenico/\" target=\"_blank\" rel=\"noopener\">Giovanni Domenico Anzino</a> and <a href=\"/rootspersona-tree-2/lusanna-ippolita/\" target=\"_blank\" rel=\"noopener\">Ippolita Lusanna</a> on September 9, 1832 in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. Valerio\'s father was a landowner and most of Valerio\'s Anzino ancestors were nobility of some sort. Valerio\'s grandmother, Teresa Sala, came from a connected and powerful family in Fubine. Valerio was the second of 7 children born to Giovanni and Ippolita. When Valerio\'s mother, Ippolita, died in 1845, his father Giovanni married Teresa Rosa Zavattaro and they had one child who died shortly after birth. Valerio\'s family can be seen <a href=\"/anzino-genealogy/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8ruh9\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv1jtnt\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Born Fubine, Italy','','publish','closed','closed','','born-fubine-italy','','','2018-11-08 07:12:20','2018-11-08 07:12:20','',0,'https://valerioanzino.wpengine.com/?page_id=6141',0,'page','',0),(6144,1,'2018-10-29 17:05:03','2018-10-29 17:05:03','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnvaq5cc\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via Sudario, 47</a>. Valerio lived in an apartment above his church, <a href=\"https://en.wikipedia.org/wiki/Santissimo_Sudario_all%27Argentina\" target=\"_blank\" rel=\"noopener\">Santissimo Sudario all\'Argentina</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-300x248.jpg\' attachment=\'128\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnvaqxcb\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Death Roma,Italy','','publish','closed','closed','','death-roma-italy','','','2018-11-13 20:45:11','2018-11-13 20:45:11','',0,'https://valerioanzino.wpengine.com/?page_id=6144',0,'page','',0),(6147,1,'2018-10-29 17:05:25','2018-10-29 17:05:25','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-485gdv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv87bdk\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio was baptized on September 12, 1832 at a church in <a href=\"https://en.wikipedia.org/wiki/Fubine_Monferrato\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a>. His godmother was his aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela (Anzino) Gotta</a>. Angela was the great great grandmother of this website\'s author and developer\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-23t1hf\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-300x200.jpg\' attachment=\'93\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv8b2i3\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Baptized Fubine, Italy','','publish','closed','closed','','baptized-fubine-italy','','','2018-11-08 07:15:19','2018-11-08 07:15:19','',0,'https://valerioanzino.wpengine.com/?page_id=6147',0,'page','',0),(6153,1,'2018-10-29 17:06:46','2018-10-29 17:06:46','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/VictorEmmanuel2-198x300.jpg\' attachment=\'6137\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnvahfsx\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnvage44\' admin_preview_bg=\'\']\r\nControversy swirled around the death of <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, Unified Italy\'s first king. The controversy revolved around what Vittorio Emmanuel II said or didn\'t say on his death bed and Valerio\'s role in communicating the King\'s dying statements.\r\n[/av_textblock]\r\n\r\n[/av_one_half]','Death of Vittorio Emmanuel II','','publish','closed','closed','','death-of-vittorio-emmanuel-ii','','','2018-11-01 23:09:03','2018-11-01 23:09:03','',0,'https://valerioanzino.wpengine.com/?page_id=6153',0,'page','',0),(6165,1,'2018-10-30 04:02:08','2018-10-30 04:02:08','','lightblue501','Read More','inherit','open','closed','','lightblue501','','','2018-10-30 04:07:49','2018-10-30 04:07:49','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/lightblue501.png',0,'attachment','image/png',0),(6184,1,'2018-10-30 05:01:40','2018-10-30 05:01:40','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4x9y54\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnv9j86q\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio accompanied Vittorio Emmanuel II to the battlefields of the Italian Wars for Unification. The postcard image attached, is from a postcard that Valerio sent from the <a href=\"https://en.wikipedia.org/wiki/Battle_of_Bezzecca\" target=\"_blank\" rel=\"noopener\">Battle of Bezzecca</a> to a military commander in Torino. Here is the <a href=\"/wp-content/uploads/2018/10/1866-postcard-translated.jpg\" target=\"_blank\" rel=\"noopener\">English translation</a> of the postcard sent by Valerio. The Battle of Bezzecca was fought on July 26, 1866 between the Italians and the Austrians.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2am0yg\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-postcard-to-commander-151x300.jpg\' attachment=\'6112\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnv9klkx\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Postcard from Battlefield','','publish','closed','closed','','postcard-from-battlefield','','','2018-11-08 07:09:06','2018-11-08 07:09:06','',0,'https://valerioanzino.wpengine.com/?page_id=6184',0,'page','',0),(6224,1,'2018-10-30 05:48:54','2018-10-30 05:48:54','<p class=\"tlage\">11 Years Old</p>\r\n\r\n\r\n[caption id=\"attachment_5537\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg\"><img class=\"size-thumbnail wp-image-5537\" src=\"/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\" alt=\"\" width=\"80\" height=\"80\" /></a> 1847 Church Family Census[/caption]\r\n\r\nAs the attached Fubine Church 1847 census shows, Valerio has moved to Torino although the family remained in Fubine. Valerio was likely attending a boarding school in Torino as was his sister Giuseppina. The year of 1843 is a guess based on his sister moving at age eleven.<p class=\"year-note\">*(See note below)</p> <a href=\"/attends-school-in-torino/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Attends School in Torino','','publish','closed','closed','','attends-school-in-torino','','','2018-11-03 19:15:20','2018-11-03 19:15:20','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6224',0,'cool_timeline','',0),(6226,1,'2018-10-30 05:50:30','2018-10-30 05:50:30','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-ci8ia\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzi86bm\' custom_class=\'\' admin_preview_bg=\'\']\r\nAs the attached Fubine Church 1847 census shows, Valerio had moved to Torino although his family remained in Fubine. Valerio was likely attending a boarding school in Torino as was his sister Giuseppina. Valerio and Giuseppina\'s uncle, Monsignor Giuseppe Anzino, was a chaplain in the Royal Palace in Torino at the time, and likely looked after his niece and nephew in some capacity. The year of 1843 is a guess based on his sister moving at age eleven. Both Valerio and his sister could have moved earlier as there have been no school records discovered. Torino was approximately 80-90 km from Fubine so it\'s likely that Valerio and his sister stayed in Torino for the duration of their studies and that Giovanni and Ippolita visited them when possible.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22w19u\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-745x1030.jpg\' attachment=\'5537\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnzi93kq\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]','Attends School in Torino','','publish','closed','closed','','attends-school-in-torino','','','2018-11-14 17:41:39','2018-11-14 17:41:39','',0,'https://valerioanzino.wpengine.com/?page_id=6226',0,'page','',0),(6251,1,'2018-10-30 18:28:26','2018-10-30 18:28:26','<p class=\"tlage\">17 Years Old</p>\r\n[caption id=\"attachment_6549\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/Torino-PalazzoReale.jpg\"><img src=\"/wp-content/uploads/2018/11/Torino-PalazzoReale-80x80.jpg\" alt=\"House of Savoy Royal Palace Torino\" width=\"80\" height=\"80\" class=\"size-thumbnail wp-image-6549\" /></a> House of Savoy Royal Palace Torino[/caption]\r\nAfter Valerio enters the priesthood at 16, he joins his uncle Monsignor Giuseppe Anzino who is one of Chaplains in the Chapel of Vittorio Emmanuel II at the Royal Palace in Torino.<p class=\"year-note\">*(See note below)</p><a href=\"/appointed-to-royal-chapel/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Appointed to Royal Chapel','','publish','closed','closed','','appointed-to-royal-chapel','','','2018-11-03 19:34:01','2018-11-03 19:34:01','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6251',0,'cool_timeline','',0),(6254,1,'2018-10-30 18:38:06','2018-10-30 18:38:06','<p class=\"tlage\">16 Years Old</p>\r\n[caption id=\"attachment_6505\" align=\"alignleft\" width=\"80\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti-80x80.jpg\" alt=\"Father Vincent Pallotti founder of the Pallottines\" width=\"80\" height=\"80\" class=\"size-thumbnail wp-image-6505\" /></a> Father Vincent Pallotti founder of the Pallottines[/caption]\r\nValerio joins the <em>Pallottines</em> in Torino at the age of 16. The <em>Pallotines</em> are the <em>Society of Apostolic Life</em> within the Roman Catholic Church founded in 1835 in Rome by Roman priest Saint Vincent Pallotti. The Pallotines were noted for their charitable work with the poor.<p class=\"year-note\">*(See note below)</p><a href=\"/joins-pallottines-clergy/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Joins Pallottines Clergy','','publish','closed','closed','','joins-pallottines-clergy','','','2018-11-03 19:33:38','2018-11-03 19:33:38','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6254',0,'cool_timeline','',0),(6260,1,'2018-10-30 18:45:14','2018-10-30 18:45:14','<p class=\"tlage\">45 Years Old</p>\r\n\r\n\r\n[caption id=\"attachment_6974\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/umberto-I-1887.jpg\"><img class=\"size-thumbnail wp-image-6974\" src=\"/wp-content/uploads/2018/11/umberto-I-1887-cropped-80x80.jpg\" alt=\"Umberto I 1887\" width=\"80\" height=\"80\" /></a> Umberto I 1887[/caption]\r\n\r\nAfter Vittorio Emmanuel II dies in January 1878, his son and successor to the throne, Umberto I, appoints Valerio to the role of Chief Chaplain.\r\n<p class=\"year-note\">*(See note below)</p>\r\n<a href=\"/appointed-chief-chaplain-to-king/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Appointed Chief Chaplain to King','','publish','closed','closed','','appointed-chief-chaplain-to-the-king','','','2018-11-06 02:10:09','2018-11-06 02:10:09','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6260',0,'cool_timeline','',0),(6262,1,'2018-10-30 18:46:15','2018-10-30 18:46:15','<p class=\"tlage\">33 Years Old</p>\r\n[caption id=\"attachment_6531\" align=\"alignleft\" width=\"80\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/book-cover.jpg\"><img class=\"size-thumbnail wp-image-6531\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/book-cover-80x80.jpg\" alt=\"Book about Prince Oddone\" width=\"80\" height=\"80\" /></a> Book about Prince Oddone[/caption]\r\nValerio writes a book \"S.a.r. Il Principe Odone Di Savoia, Duca Di Monferrato\", about Prince Oddone, one of Vittorio Emmanuel II\'s sons, who dies at the age of 19. The book is published by Collegio degli Artigianelli, Torino in 1867.<p class=\"year-note\">*(See note below)</p><a href=\"/writes-book-about-prince/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Writes book about Prince','','publish','closed','closed','','writes-book-about-prince','','','2018-11-03 19:32:57','2018-11-03 19:32:57','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6262',0,'cool_timeline','',0),(6265,1,'2018-10-30 18:52:07','2018-10-30 18:52:07','<p class=\"tlage\">66 Years Old</p>\r\n[caption id=\"attachment_6980\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/shroud-700x438.jpg\"><img src=\"/wp-content/uploads/2018/11/shroud-700x438-80x80.jpg\" alt=\"Shroud of Turin\" width=\"80\" height=\"80\" class=\"size-thumbnail wp-image-6980\" /></a> Shroud of Turin[/caption]\r\nAfter the famous photograph of the Shroud of Turin is put on display at the Torino Exposition, Valerio sends a copy of the Photo to Pope Leo XIII.\r\n<p class=\"year-note\">*(See note below)</p>\r\n<a href=\"/sends-photo-of-shroud-to-pope/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Sends Photo of Shroud to Pope','','publish','closed','closed','','sends-photo-of-shroud-to-pope','','','2018-11-06 02:56:10','2018-11-06 02:56:10','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6265',0,'cool_timeline','',0),(6267,1,'2018-10-30 18:54:00','2018-10-30 18:54:00','<p class=\"tlage\">45 Years Old</p>\r\n\r\n\r\n[caption id=\"attachment_6934\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/pope-pius-IX-1878.jpg\"><img class=\"size-thumbnail wp-image-6934\" src=\"/wp-content/uploads/2018/11/pope-pius-IX-1878-cropped-80x80.jpg\" alt=\"Pope Pius IX 1878\" width=\"80\" height=\"80\" /></a> Pope Pius IX 1878[/caption]\r\n\r\nImmediately after Vittorio Emmanuel\'s death, Pope Pius IX demands that Valerio send him a detailed report of the circumstances surrounding the death.\r\n<a href=\"/pope-pius-ix-demands-report/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Pope Pius IX Demands Report','','publish','closed','closed','','pope-pius-ix-demands-report','','','2018-11-05 21:53:02','2018-11-05 21:53:02','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6267',0,'cool_timeline','',0),(6277,1,'2018-10-30 23:07:24','2018-10-30 23:07:24','<p class=\"tlage\">56 Years Old</p>\r\n\r\n\r\n[caption id=\"attachment_6926\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1.jpg\"><img class=\"size-thumbnail wp-image-6926\" src=\"/wp-content/uploads/2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1-80x80.jpg\" alt=\"Basilica Santa Barbara\" width=\"80\" height=\"80\" /></a> Basilica Santa Barbara[/caption]\r\n\r\nValerio is appointed by the Umberto I as the Mitred Abbot of the Pallottine Church of Santa Barbara in Mantua. This was not an operational role as Valerio continued to live in Roma.\r\n<p class=\"year-note\">*(See note below)</p>\r\n<a href=\"/appointed-mitred-abbot/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Appointed Mitred Abbot','','publish','closed','closed','','appointed-mitred-abbot','','','2018-11-05 23:43:42','2018-11-05 23:43:42','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6277',0,'cool_timeline','',0),(6279,1,'2018-10-31 03:07:34','2018-10-31 03:07:34','','title-image-201h','','inherit','open','closed','','title-image-201h','','','2018-10-31 03:07:34','2018-10-31 03:07:34','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/title-image-201h.jpg',0,'attachment','image/jpeg',0),(6284,1,'2018-10-31 03:49:51','2018-10-31 03:49:51','Circa 1862..Valerio Anzino studio photo likely taken in Torino. Photo is part of a private collection belonging to Laura Santoro Ragaini','Valerio Anzino Circa 1862','Valerio Anzino Circa 1862<br/>© - Laura Santoro Ragaini, Milano','inherit','open','closed','','valerio_anzino_circa_1862-cropped','','','2018-11-10 20:50:59','2018-11-10 20:50:59','',12,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg',0,'attachment','image/jpeg',0),(6293,1,'2018-10-31 04:17:45','2018-10-31 04:17:45','','ReadMore-75w','','inherit','open','closed','','readmore-75w','','','2018-10-31 04:17:45','2018-10-31 04:17:45','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/ReadMore-75w.png',0,'attachment','image/png',0),(6310,1,'2018-10-31 04:29:17','2018-10-31 04:29:17','This photograph was discovered in 2014 in a shoebox with other photos that had been passed down through multiple generations of this website\'s author, After lengthy research , Valerio\'s identity was established and more research ensued','Valerio Anzino circa 1898','\"Photo in a Shoebox\"\nValerio Anzino circa 1898 ','inherit','open','closed','','confessor-to-the-pope-from-marchisa-family-2','','','2018-11-07 14:48:07','2018-11-07 14:48:07','',2,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg',0,'attachment','image/jpeg',0),(6317,1,'2018-10-31 05:58:35','2018-10-31 05:58:35','','brownpaper2','','inherit','open','closed','','brownpaper2','','','2018-10-31 05:58:35','2018-10-31 05:58:35','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/brownpaper2.png',0,'attachment','image/png',0),(6356,1,'2018-11-01 18:50:06','2018-11-01 18:50:06','','new-logo6-350','','inherit','open','closed','','new-logo6-350','','','2018-11-01 18:50:06','2018-11-01 18:50:06','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/new-logo6-350.jpg',0,'attachment','image/jpeg',0),(6363,1,'2018-11-01 19:24:17','2018-11-01 19:24:17','<p class=\"tlage\">51 Years Old</p>\r\n[caption id=\"attachment_6422\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/anzino-interview.jpg\"><img src=\"/wp-content/uploads/2018/11/anzino-interview-80x80.jpg\" alt=\"NY Herald Interview 1884\" width=\"80\" height=\"80\" class=\"size-thumbnail wp-image-6422\" /></a> NY Herald Interview 1884[/caption]\r\nOn January 24, 1884, Valerio was interviewed by a journalist from the New York Herald. The controversy concerning the King\'s death in 1878 is still swirling.<a href=\"/interviewed-by-ny-herald/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Interviewed by NY Herald','','publish','closed','closed','','interviewed-by-ny-herald','','','2018-11-01 23:24:01','2018-11-01 23:24:01','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6363',0,'cool_timeline','',0),(6367,1,'2018-11-01 19:38:28','2018-11-01 19:38:28','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4mdpwv\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnz2ia3h\' admin_preview_bg=\'\']\r\nOn January 24, 1884, A New York Herald journalist interviews Valerio. The journalist is in Rome to attend the annual anniversary of Italy\'s First King\'s death. The controversy concerning what Vittorio Emmanuel II said on his deathbed is still swirling in Italy and France.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2mhewf\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-interview-596x1030.jpg\' attachment=\'6422\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'manually,https://valerioanzino.com/wp-content/uploads/2018/11/anzino-interview.jpg\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnz2djot\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Interviewed by NY Herald','','publish','closed','closed','','interviewed-by-ny-herald','','','2018-11-01 20:57:55','2018-11-01 20:57:55','',0,'https://valerioanzino.wpengine.com/?page_id=6367',0,'page','',0),(6371,1,'2018-11-01 19:53:00','2018-11-01 19:53:00','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3srmab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzjf8o8\' admin_preview_bg=\'\']\r\nValerio joins the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\"><em>Pallottines</em></a> in Torino at the age of 16. The <em>Pallotines</em> are a <em>Society of Apostolic Life</em> group within the Roman Catholic Church founded in 1835 in Rome by Roman priest <a href=\"https://en.wikipedia.org/wiki/Vincent_Pallotti\" target=\"_blank\" rel=\"noopener\">Saint Vincent Pallotti</a>. The Pallotines were noted for their charitable work with the poor. It is important to note that Torino was at that time the capital city of the <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Kingdom of Sardinia</a>, which was ruled by the <a href=\"https://en.wikipedia.org/wiki/House_of_Savoy\" target=\"_blank\" rel=\"noopener\">House of Savoy</a>. Shortly after Valerio entered the priesthood, he worked for the alms giving organization set up by the House of Savoy and directed at that time by Valerio\'s uncle, Monsignor Giuseppe Anzino.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-26bhtv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnzkd59d\' admin_preview_bg=\'\']\r\n\r\n[caption id=\"attachment_6505\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-6505\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/vincent-pallotti-300x300.jpg\" alt=\"Father Vincent Pallotti founder of the Pallottines\" width=\"300\" height=\"300\" /> Father Vincent Pallotti founder of the Pallottines[/caption]\r\n\r\n[/av_textblock]\r\n\r\n[/av_one_half]','Joins Pallottines Clergy','','publish','closed','closed','','joins-pallottines-clergy','','','2018-11-14 01:24:58','2018-11-14 01:24:58','',0,'https://valerioanzino.wpengine.com/?page_id=6371',0,'page','',0),(6382,1,'2018-11-01 19:59:17','2018-11-01 19:59:17','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo11osv1\' admin_preview_bg=\'\']\r\nAfter Valerio enters the priesthood at 16, he joins his uncle Monsignor Giuseppe Anzino who is one of Chaplains in the Chapel of Vittorio Emmanuel II at the <a href=\"https://en.wikipedia.org/wiki/Royal_Palace_of_Turin\" target=\"_blank\" rel=\"noopener\">Royal Palace</a> in Torino. Valerio first shows up on the \"Calendario generale del Regno\" in 1849. This document was prepared annually by the Kingdom of Sardenia and listed many things including the names and positions of people working for House of Savoy in running the Kingdom of Sardenia. Uncle Monsignore Giuseppe Anzino has been working at the Royal Palace at least since 1825 at the age of 20.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Torino-PalazzoReale-300x225.jpg\' attachment=\'6549\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo11pl38\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Appointed to Royal Chapel','','publish','closed','closed','','appointed-to-royal-chapel','','','2018-11-03 06:07:16','2018-11-03 06:07:16','',0,'https://valerioanzino.wpengine.com/?page_id=6382',0,'page','',0),(6388,1,'2018-11-01 20:03:00','2018-11-01 20:03:00','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84xek4\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5axf78\' admin_preview_bg=\'\']\r\nAfter Vittorio Emmanuel II dies in January 1878, his son and successor to the throne, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">Umberto I</a>, appoints Valerio Anzino to the role of Chief Chaplain.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ninp0\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/umberto-I-1887.jpg\' attachment=\'6974\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2gifpw\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Appointed Chief Chaplain to King','','publish','closed','closed','','appointed-chief-chaplain-to-king','','','2018-11-06 02:04:25','2018-11-06 02:04:25','',0,'https://valerioanzino.wpengine.com/?page_id=6388',0,'page','',0),(6402,1,'2018-11-01 20:17:52','2018-11-01 20:17:52','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3xsy36\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4u6wxp\' admin_preview_bg=\'\']\r\nImmediately after Vittorio Emmanuel II\'s death on January 9, 1878, <a href=\"https://en.wikipedia.org/wiki/Pope_Pius_IX\" target=\"_blank\" rel=\"noopener\">Pope Pius IX</a> demands that Valerio send him a detailed report of the circumstances surrounding the death. Pius IX had sent 2 emissaries from the Vatican to speak to the King on his deathbed, but Valerio kept them away from the King and wouldn\'t allow any visit to take place. It is important to note here that the King had been excommunicated by the Pope after Vittorio\'s army defeated the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> army in 1870. While that defeat was more of a small number of skirmishes rather than an all-out battle, the result was that the Papal States no longer existed. The Catholic Church, through it\'s Popes, had ruled the Papal States in Central Italy from the 8th century until 1870 as a sovereign entity. At the time of Vittorio\'s death in 1878, the Vatican and the Italian Government were still legally in a state of war as the Vatican had refused to sign a peace treaty in 1870. The political speculation at the time, (buttressed by the lens of historical research), was that the Vatican\'s goal was to extract a confession, written or verbal, from Vittorio Emmanuel II to the effect that Vittorio had unjustly taken the Church\'s property. If Vittorio Emmanuel II had confessed to this on his deathbed , the Vatican would likely have used it as a legal and/or political tool to get some of it\'s Papal States property back.\r\nValerio\'s report, (this author has viewed the draft versions of it at the State Archives in Roma), did not provide the confession that the Vatican had hoped for. Vittorio Emmanuel II stated 2 things that Valerio included in his report:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\"</li>\r\n 	<li>\"I never intended to harm Catholicism\"</li>\r\n</ul>\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2fgppe\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/pope-pius-IX-1878-626x1030.jpg\' attachment=\'6934\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo4tp39w\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]','Pope Pius IX Demands Report','','publish','closed','closed','','pope-pius-ix-demands-report','','','2018-11-05 22:12:45','2018-11-05 22:12:45','',0,'https://valerioanzino.wpengine.com/?page_id=6402',0,'page','',0),(6406,1,'2018-11-01 20:19:33','2018-11-01 20:19:33','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3jdm3q\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo3rdnju\' admin_preview_bg=\'\']\r\nMonsignore was appointed Mitred Abbot of the <a href=\"https://en.wikipedia.org/wiki/Ducal_palace,_Mantua#Palatine_church_of_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Basilica Santa Barbara</a> in Mantua, Italy in around 1888. The date is not certain yet but the Records of the House of Savoy from 1889 show Valerio in the role meaning that the appointment was made in 1888 or earlier. This appointment was made by Umberto I, the King. This position was not operational as Valerio was working in Roma as the Chief Chaplain to Umberto I and as Confessor to Queen Margherita when this appointment was made. The Basilica Santa Barbara was a Pallottine Church and Valerio was ordained as a member of the Pallottine clergy so this appointment made sense from that perspective. Valerio did get very involved in a restoration project of the Church , hiring his nephew, <a href=\"https://valerioanzino.com/rootspersona-tree/anzino-giuseppe-pietro/\" target=\"_blank\" rel=\"noopener\">Giuseppe Anzino</a>, (an artist), to help manage the project. The Basilica Santa Barbara for many years was the Royal Chapel of the Gonzaga family until their dynasty ended in 1707.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1y3xfa\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1-1030x773.jpg\' attachment=\'6926\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo3rqidu\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]','Appointed Mitred Abbot','','publish','closed','closed','','appointed-mitred-abbot','','','2018-11-05 23:46:07','2018-11-05 23:46:07','',0,'https://valerioanzino.wpengine.com/?page_id=6406',0,'page','',0),(6410,1,'2018-11-01 20:20:10','2018-11-01 20:20:10','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kd27e\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo55oa24\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe <a href=\"https://en.wikipedia.org/wiki/Shroud_of_Turin\" target=\"_blank\" rel=\"noopener\">Shroud of Turin</a>, was owned and guarded by the Savoia, (House of Savoy), since 1453. In 1453 Margaret de Charny deeded the Shroud to the House of Savoy. In 1578 the shroud was transferred to Torino. Since the 17th century the shroud has been displayed in the chapel built for that purpose by Guarino Guarini for the Savoia, and it was first photographed during the <a href=\"https://vimeo.com/173453651\" target=\"_blank\" rel=\"noopener\">1898 Torino Exposition</a>. As Capellano Maggiore, (Chief Chaplain), to King Umberto I, Monsignor Anzino delivered a copy of that first photograph to <a href=\"https://en.wikipedia.org/wiki/Pope_Leo_XIII\" target=\"_blank\" rel=\"noopener\">Pope Leo XIII</a>. This \"Peace Offering\", as such, was another one of Valerio\'s attempts to broker a formal peace treaty between the Vatican and the Italian government.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1xhuoa\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/shroud-700x438.jpg\' attachment=\'6980\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo559bwg\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]','Sends Photo of Shroud to Pope','','publish','closed','closed','','sends-photo-of-shroud-to-pope','','','2018-11-14 16:25:18','2018-11-14 16:25:18','',0,'https://valerioanzino.wpengine.com/?page_id=6410',0,'page','',0),(6419,1,'2018-11-01 20:32:58','2018-11-01 20:32:58','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jnznstr3\' admin_preview_bg=\'\']\r\nValerio writes a book <em>S.a.r. Il Principe Odone Di Savoia, Duca Di Monferrato</em>, about <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone</a>, one of Vittorio Emmanuel II\'s sons, who dies at the age of 19. The book is published by Collegio degli Artigianelli, Torino in 1867. Prince Oddone was one of the Princes of the Savoia that Valerio tutored before Valerio became Chief Chaplain to the then King of Sardinia, Vittorio Emanuel II.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Prince_Oddone_Duke_of_Montferrat.jpg\' attachment=\'6535\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jnznvhir\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Writes Book About Prince','','publish','closed','closed','','writes-book-about-prince','','','2018-11-02 06:52:12','2018-11-02 06:52:12','',0,'https://valerioanzino.wpengine.com/?page_id=6419',0,'page','',0),(6422,1,'2018-11-01 20:40:29','2018-11-01 20:40:29','','anzino-interview','NY Herald Interview 1884','inherit','open','closed','','anzino-interview','','','2018-11-01 20:42:41','2018-11-01 20:42:41','',6363,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/anzino-interview.jpg',0,'attachment','image/jpeg',0),(6429,1,'2018-11-01 22:42:26','2018-11-01 22:42:26','<p class=\"tlage\">24 Years Old</p>\r\n<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/notes-screen-print.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/11/notes-screen-print-80x80.jpg\" alt=\"\" width=\"80\" height=\"80\" class=\"alignleft size-thumbnail wp-image-7270\" /></a>\r\nNotes from an unknown Fubinese author in 1905, listing Valerio\'s accomplishments, state that Valerio was appointed Secretary of the Elemosiniere Office in Torino in 1857.\r\n<p class=\"year-note\">*(See note below)</p>\r\n<a href=\"/appointed-secretary-elemosiniere-in-torino/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Appointed Secretary Elemosiniere in Torino','','publish','closed','closed','','appointed-secretary-elemosiniere-in-torino','','','2018-11-08 00:51:33','2018-11-08 00:51:33','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6429',0,'cool_timeline','',0),(6431,1,'2018-11-01 22:43:42','2018-11-01 22:43:42','<p class=\"tlage\">33 Years Old</p>\r\n\r\n\r\n[caption id=\"attachment_53\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/valerio_anzino_and_father_1860s.jpg\"><img class=\"size-thumbnail wp-image-53\" src=\"/wp-content/uploads/2018/11/valerio_anzino_and_father_1860s-80x80.jpg\" alt=\"Valerio with father Giovanni\" width=\"80\" height=\"80\" /></a> Valerio with father Giovanni[/caption]\r\n\r\nAt the age of 33 Valerio is appointed by Vittorio Emmanuel II to be the Chaplain at the military headquarters in Torino.\r\n<p class=\"year-note\">*(See note below)</p>\r\n<a href=\"/appointed-military-chaplain-at-headquarters/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Appointed Military Chaplain at Headquarters','','publish','closed','closed','','appointed-military-chaplain-at-headquarters','','','2018-11-06 00:06:31','2018-11-06 00:06:31','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6431',0,'cool_timeline','',0),(6461,1,'2018-11-01 23:27:51','2018-11-01 23:27:51','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o2t25\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7sj8sk\' custom_class=\'\' admin_preview_bg=\'\']\r\nAccording to <a href=\"/document/notes-about-valerio-1905/\">notes</a> written by an unknown Fubinese author around 1905 , Valerio Anzino was appointed Secretary Elemosiniere in 1857. The website author has not been able to find any supporting documents for this. It appears that it might have been an unofficial title in the Savoia offices. There are many Savoia records from the mid 1800s available and many of them show that various Elemosiniere positions are not filled. The website\'s author is still trying to get a good understanding of what the roles and responsibilities were for those in the House of Savoy with Elemosiniere or Limosiniere titles. Looking at the annual <a href=\"https://catalog.hathitrust.org/Record/100534402\" target=\"_blank\" rel=\"noopener\"><em>Calendario generale del regno</em></a> books from the House of Savoy in the 1800s, it appears to be an important function. Commonly the heads of different Elemosiniere offices appear to be well connected to the Savoia. A quick research into the function makes it appear that the function was to distribute Savoia funds to organizations that in turn conducted charitable works.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2tstzx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/notes-screen-print-300x104.jpg\' attachment=\'7270\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7vqnf8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]','Appointed Secretary Elemosiniere in Torino','','publish','closed','closed','','appointed-secretary-elemosiniere-in-torino','','','2018-11-08 00:58:56','2018-11-08 00:58:56','',0,'https://valerioanzino.wpengine.com/?page_id=6461',0,'page','',0),(6472,1,'2018-11-01 23:37:03','2018-11-01 23:37:03','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-89gxyw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo4yntxj\' admin_preview_bg=\'\']\r\nValerio Anzino is appointed as Chaplain at the Military Headquarters in Torino in 1865 or 1866 at the age of 34. This date comes from a letter written in the early 1900s by a Fubinese who knew Cresentino Casselli, a Fubinese historian. The attached photo was likely taken at the Military Headquarters in Torino but before July 28 1866 since Valerio\'s father, <a href=\"/rootspersona-tree/anzino-giovanni-domenico/\" target=\"_blank\" rel=\"noopener\">Giovanni Anzino</a>, (sitting to Valerio\'s left), died on July 28 1866 in Torino.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4jp9rs\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio_anzino_and_father_1860s.jpg\' attachment=\'6540\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2ye32w\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]','Appointed Military Chaplain at Headquarters','','publish','closed','closed','','appointed-military-chaplain-at-headquarters','','','2018-11-06 00:05:54','2018-11-06 00:05:54','',0,'https://valerioanzino.wpengine.com/?page_id=6472',0,'page','',0),(6479,1,'2018-11-02 03:44:16','2018-11-02 03:44:16','','title-image-201h-2200w','','inherit','open','closed','','title-image-201h-2200w','','','2018-11-02 03:44:16','2018-11-02 03:44:16','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/title-image-201h-2200w.jpg',0,'attachment','image/jpeg',0),(6480,1,'2018-11-02 03:49:41','2018-11-02 03:49:41','','brownpaper-title','','inherit','open','closed','','brownpaper-title','','','2018-11-02 03:49:41','2018-11-02 03:49:41','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/brownpaper-title.jpg',0,'attachment','image/jpeg',0),(6505,1,'2018-11-02 05:02:39','2018-11-02 05:02:39','','vincent-pallotti','Father Vincent Pallotti founder of the Pallottines','inherit','open','closed','','vincent-pallotti','','','2018-11-02 05:13:00','2018-11-02 05:13:00','',6371,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/vincent-pallotti.jpg',0,'attachment','image/jpeg',0),(6519,1,'2018-11-02 05:51:15','2018-11-02 05:51:15','','footer-record-image','','inherit','open','closed','','footer-record-image','','','2018-11-02 05:51:15','2018-11-02 05:51:15','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/footer-record-image.jpg',0,'attachment','image/jpeg',0),(6520,1,'2018-11-02 06:04:50','2018-11-02 06:04:50','','footer-record-image2','','inherit','open','closed','','footer-record-image2','','','2018-11-02 06:04:50','2018-11-02 06:04:50','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/footer-record-image2.jpg',0,'attachment','image/jpeg',0),(6521,1,'2018-11-02 06:20:33','2018-11-02 06:20:33','','footer-record-imaged','','inherit','open','closed','','footer-record-imaged','','','2018-11-02 06:20:33','2018-11-02 06:20:33','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/footer-record-imaged.jpg',0,'attachment','image/jpeg',0),(6522,1,'2018-11-02 06:33:53','2018-11-02 06:33:53','<p class=\"tlage\">18 Years Old</p>\r\n[caption id=\"attachment_50\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\"><img class=\"size-thumbnail wp-image-50\" src=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy-80x80.jpg\" alt=\"Savoy Princes with their Teachers\" width=\"80\" height=\"80\" /></a> Savoy Princes and their Teachers[/caption]\r\nOne year after joining his uncle, Monsignore Giuseppe Anzino, in the Royal Chapel for the House of Savoy, the Savoy appoint Valerio to teach Philosophy and Religion to the Princes.This photo was taken later and shows Valerio\'s uncle Giuseppe Anzino with the princes.\r\n<p class=\"year-note\">*(See note below)</p>\r\n<a href=\"/teaches-princes-of-savoy/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Teaches Princes of Savoy','','publish','closed','closed','','teaches-princes-of-savoia','','','2018-11-03 19:22:19','2018-11-03 19:22:19','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6522',0,'cool_timeline','',0),(6526,1,'2018-11-02 06:40:52','2018-11-02 06:40:52','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo060rpl\' admin_preview_bg=\'\']\r\nTwo years after joining his uncle, Monsignore Giuseppe Anzino, in the Elemosiniere , (Alms Giving), office for the House of Savoy, the Savoy appoint Valerio to teach Philosophy and Religion to the Princes.This photo was taken later and likely shows Valerio\'s uncle Giuseppe Anzino with the princes. While Monsignore Giuseppe Anzino\'s primary responsibility at the time was working in the Elemosiniere Office, Giuseppe would substitute teach the princes when his nephew Valerio was with Vittorio Emmanuel II in war related activities The photo caption says that the photo was taken around 1862 in Naples. In 1862 Valerio was 30 years old and his uncle Giuseppe was 57 years old. The person identified as Valerio is clearly not 30 years old.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy-495x400.jpg\' attachment=\'50\' attachment_size=\'portfolio\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo0622s0\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Teaches Princes of Savoy','','publish','closed','closed','','teaches-princes-of-savoy','','','2018-11-02 15:21:11','2018-11-02 15:21:11','',0,'https://valerioanzino.wpengine.com/?page_id=6526',0,'page','',0),(6531,1,'2018-11-02 06:45:19','2018-11-02 06:45:19','','book-cover','Book about Prince Oddone','inherit','open','closed','','book-cover','','','2018-11-02 06:46:34','2018-11-02 06:46:34','',6262,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/book-cover.jpg',0,'attachment','image/jpeg',0),(6535,1,'2018-11-02 06:51:32','2018-11-02 06:51:32','','Prince_Oddone,_Duke_of_Montferrat','','inherit','open','closed','','prince_oddone_duke_of_montferrat','','','2018-11-02 06:51:49','2018-11-02 06:51:49','',6419,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Prince_Oddone_Duke_of_Montferrat.jpg',0,'attachment','image/jpeg',0),(6540,1,'2018-11-02 14:41:39','2018-11-02 14:41:39','This photo was taken between 1861 and July 1866. I\'m guessing it was taken in Torino rather than a battlefield due to the presence of Valerio\'s father. The photo is from a private collection of Laura Santoro Ragaini','Valerio Anzino and father Giovanni circa 1865','Valerio Anzino and father Giovanni circa 1865','inherit','open','closed','','valerio_anzino_and_father_1860s','','','2018-11-10 19:01:02','2018-11-10 19:01:02','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/valerio_anzino_and_father_1860s.jpg',0,'attachment','image/jpeg',0),(6549,1,'2018-11-03 05:49:47','2018-11-03 05:49:47','','Torino-PalazzoReale','House of Savoy Royal Palace Torino','inherit','open','closed','','torino-palazzoreale','','','2018-11-03 05:51:24','2018-11-03 05:51:24','',6251,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Torino-PalazzoReale.jpg',0,'attachment','image/jpeg',0),(6557,1,'2022-09-19 05:12:08','2018-11-03 15:40:26',' ','','','publish','closed','closed','','6557','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=6557',1,'nav_menu_item','',0),(6558,1,'2022-09-19 05:12:08','2018-11-03 15:40:26',' ','About','','publish','closed','closed','','6558','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=6558',2,'nav_menu_item','',0),(6559,1,'2022-09-19 05:12:08','2018-11-03 15:40:26',' ','','','publish','closed','closed','','6559','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=6559',14,'nav_menu_item','',0),(6560,1,'2022-09-19 05:12:08','2018-11-03 15:40:26',' ','','','publish','closed','closed','','6560','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=6560',15,'nav_menu_item','',0),(6561,1,'2018-11-03 15:43:26','2018-11-03 15:43:26','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3y7iwh\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod67ocv\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Valerio Anzino Life\'s Narrative</h2>\r\nThe Narrative page is a summary of Valerio\'s life. Access the Valerio Anzino Life\'s Narrative page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-29e3gh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875-300x214.jpg\' attachment=\'51\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-life-narrative/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-76au5d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-r7s4q9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-pwh8pt\' admin_preview_bg=\'\']\r\n<h2>Anzino Genealogy</h2>\r\nThe genealogy page on this website is a screen print of a very large family tree that was developed in Ancestry.com. The screen print focuses on just the most immediate family members of Valerio Anzino. Anzino genealogy was researched back into the late 1500\'s in Fubine and their are other Anzino branches to the tree that include living descendents of the Anzinos. Access the Anzino geneaology page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-nq03gx\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/anzino-family-tree2-300x118.jpg\' attachment=\'5875\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/anzino-genealogy/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-lv2z2p\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-224e5t\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-ixctgx\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Timeline of Valerio\'s Life</h2>\r\nThe most important events and dates in Valerio Anzino\'s life have been laid out in a timeline format. It\'s important to note that while many dates are known down to the month and day, for others only the year is known. Access Valerio\'s Timeline page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-hz8oi9\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/timeline-image-300x111.jpg\' attachment=\'6575\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/valerios-timeline/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-ffb4zl\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5njtcx\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod62wqk\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Last Rites of Italy\'s 1st King</h2>\r\nThe drama surrounding the death of Vittorio Emmanuel II, the first King of a Unified Italy, and Valerio Anzino\'s role in that drama, are a set of \"Movie Worthy\" scenes. Access the Last Rites page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3lb9xt\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-300x200.jpg\' attachment=\'7245\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/vittorio-emmanuel-ii-last-rites/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-399181\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4t74xt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jod6x231\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Honors, Medals, and Titles</h2>\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. Access \"Valerio\'s Honors, Medals, and Titles\" page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1zoqap\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/medals-link.jpg\' attachment=\'7606\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/honors-medals-and-titles/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jod6ye7w\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-dq2x4x\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-d44gch\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Photo Gallery</h2>\r\nThe photos in the gallery come from 3 sources. The third source is the most important as those photos provided invaluable information used to piece together the Valerio story.\r\n<ul>\r\n 	<li>Publicly available images accessed through internet research</li>\r\n 	<li>The website authors private photo collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini. Laura is a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n</ul>\r\nAccess the Photo Gallery page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abj9ox\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/photo-gallery-300x183.jpg\' attachment=\'6584\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/gallery/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-9rmqxt\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-40bedt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6qfvzi\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>Documents</h2>\r\nThe source documents come from 4 sources. The first source is the most important as those documents paved the way for the genealogy tree that led to additional targeted research.\r\n<ul>\r\n 	<li>Publicly available documents accessed through internet research</li>\r\n 	<li>The website authors private document collection</li>\r\n 	<li>The private collection of Laura Santoro Ragaini, a descendant of Valerio\'s great grandfather, Giuseppe Sala</li>\r\n 	<li>Documents photographed during 2 trips to Italy between 2016 and 2018</li>\r\n</ul>\r\nAccess the Document page on this website either by clicking on the image to the right or through the submenu of \"The Story\" in the top menu.\r\n[/av_textblock]\r\n[/av_one_half]\r\n\r\n[av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2t7twh\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/docs-link.jpg\' attachment=\'7609\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/documents/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qi4dk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]','The Story','','publish','closed','closed','','the-story','','','2022-09-19 19:01:55','2022-09-19 19:01:55','',0,'https://valerioanzino.wpengine.com/?page_id=6561',0,'page','',0),(6564,1,'2022-09-19 05:12:08','2018-11-03 15:43:58',' ','','','publish','closed','closed','','6564','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=6564',5,'nav_menu_item','',0),(6575,1,'2018-11-03 16:05:25','2018-11-03 16:05:25','','Timeline','Timeline','inherit','open','closed','','timeline-image','','','2018-11-10 07:51:19','2018-11-10 07:51:19','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/timeline-image.jpg',0,'attachment','image/jpeg',0),(6584,1,'2018-11-03 16:32:14','2018-11-03 16:32:14','','photo-gallery','','inherit','open','closed','','photo-gallery','','','2018-11-03 16:32:14','2018-11-03 16:32:14','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/photo-gallery.jpg',0,'attachment','image/jpeg',0),(6590,1,'2018-11-03 16:40:13','2018-11-03 16:40:13','','fubine-italy','','inherit','open','closed','','fubine-italy-2','','','2018-11-03 16:40:13','2018-11-03 16:40:13','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/fubine-italy.jpg',0,'attachment','image/jpeg',0),(6593,1,'2022-09-19 05:12:08','2018-11-03 16:44:09',' ','Valerio’s Timeline','','publish','closed','closed','','valerios-timeline','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=6593',8,'nav_menu_item','',0),(6594,1,'2022-09-19 05:12:08','2018-11-03 16:44:09',' ','','','publish','closed','closed','','6594','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=6594',7,'nav_menu_item','',0),(6596,1,'2022-09-19 05:12:08','2018-11-03 16:44:09',' ','Fubine, Italy','','publish','closed','closed','','6596','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=6596',13,'nav_menu_item','',0),(6631,1,'2018-11-03 21:06:13','2018-11-03 21:06:13','','Gallery New 2','','publish','closed','closed','','gallery-new-2','','','2018-11-03 21:06:19','2018-11-03 21:06:19','',0,'https://valerioanzino.wpengine.com/?page_id=6631',0,'page','',0),(6643,1,'2022-09-19 05:12:08','2018-11-04 00:45:47',' ','Photo Gallery','','publish','closed','closed','','6643','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=6643',11,'nav_menu_item','',0),(6646,1,'2018-11-04 01:43:53','2018-11-04 01:43:53','This photo of Giuseppe Anzino, son of Valerio\'s brother Alessandro, was taken on the Italian coast in 1940 on a honeymoon with his new wife Luisa. The photo is part of a private collection of Laura Santoro Ragaini','Guiseppe and Luisa Anzino 1940','Guiseppe and Luisa Anzino 1940','inherit','open','closed','','giuseppe_anzino_1940s','','','2018-11-10 19:00:11','2018-11-10 19:00:11','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/giuseppe_anzino_1940s.jpg',0,'attachment','image/jpeg',0),(6657,1,'2018-11-04 04:38:24','2018-11-04 04:38:24','','Anzino Family Tree','','inherit','open','closed','','new-tree','','','2018-11-04 04:40:02','2018-11-04 04:40:02','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/new-tree.jpg',0,'attachment','image/jpeg',0),(6661,1,'2018-11-04 04:53:03','2018-11-04 04:53:03','[rootsPersonaIndexPage batchId=\"1\"/]','Person Index','','publish','closed','closed','','person-index','','','2018-11-04 05:30:57','2018-11-04 05:30:57','',0,'https://valerioanzino.wpengine.com/person-index/',0,'page','',0),(6662,1,'2018-11-04 04:53:03','2018-11-04 04:53:03','[rootsEvidencePage batchId=\"1\"/]','Evidence Index','','publish','closed','closed','','evidence-index','','','2018-11-04 05:29:27','2018-11-04 05:29:27','',0,'https://valerioanzino.wpengine.com/evidence-index/',0,'page','',0),(6663,1,'2018-11-04 04:53:03','2018-11-04 04:53:03','This is a Parent Page for all of the genealogy person pages on the website. You have reached this page in error. Please click an item on the top menu to continue.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','rootspersona Tree','','publish','closed','closed','','rootspersona-tree','','','2018-11-08 06:14:28','2018-11-08 06:14:28','',0,'https://valerioanzino.wpengine.com/rootspersona-tree/',0,'page','',0),(6664,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2irxzx\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P9\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2isbss\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]','Anzino, Alessandro','','publish','closed','open','','anzino-alessandro','','','2018-11-04 06:53:02','2018-11-04 06:53:02','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-alessandro/',0,'page','',0),(6665,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2io4ei\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P30\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iom4k\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]','Anzino, Angela Maria Catterina','','publish','closed','open','','anzino-angela-maria-catterina','','','2018-11-04 06:50:09','2018-11-04 06:50:09','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-angela-maria-catterina/',0,'page','',0),(6666,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P16\' batchId=\'1\' /]','Anzino, Annetta','','publish','closed','open','','anzino-annetta','','','2018-11-04 05:17:27','2018-11-04 05:17:27','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-annetta/',0,'page','',0),(6667,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P46\' batchId=\'1\' /]','Anzino, Barbara Maddalena','','publish','closed','open','','anzino-barbara-maddalena','','','2018-11-04 05:17:43','2018-11-04 05:17:43','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-barbara-maddalena/',0,'page','',0),(6668,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P25\' batchId=\'1\' /]','Anzino, Bartolomeo','','publish','closed','open','','anzino-bartolomeo','','','2018-11-04 05:17:58','2018-11-04 05:17:58','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-bartolomeo/',0,'page','',0),(6669,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P20\' batchId=\'1\' /]','Anzino, Camilla','','publish','closed','open','','anzino-camilla','','','2018-11-04 05:18:12','2018-11-04 05:18:12','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-camilla/',0,'page','',0),(6670,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2itqgl\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P13\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iu6n9\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]','Anzino, Carlo','','publish','closed','open','','anzino-carlo','','','2018-11-04 06:54:30','2018-11-04 06:54:30','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-carlo/',0,'page','',0),(6671,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ilytg\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P12\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/clementina-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2imfku\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]','Clementina Maria Carolina Ippolita Anzino','','publish','closed','open','','anzino-clementina-maria-carolina-ippolita','','','2018-11-04 06:48:28','2018-11-04 06:48:28','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-clementina-maria-carolina-ippolita/',0,'page','',0),(6672,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P34\' batchId=\'1\' /]','Anzino, Domenico','','publish','closed','open','','anzino-domenico','','','2018-11-04 05:15:30','2018-11-04 05:15:30','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-domenico/',0,'page','',0),(6673,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P45\' batchId=\'1\' /]','Anzino, Elisabetta Caterina','','publish','closed','open','','anzino-elisabetta-caterina','','','2018-11-04 05:20:01','2018-11-04 05:20:01','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-elisabetta-caterina/',0,'page','',0),(6674,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P26\' batchId=\'1\' /]','Anzino, Francesco Maria','','publish','closed','open','','anzino-francesco-maria','','','2018-11-04 05:20:17','2018-11-04 05:20:17','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-francesco-maria/',0,'page','',0),(6675,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iq33y\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P6\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iqi66\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]','Anzino, Giorgio','','publish','closed','open','','anzino-giorgio','','','2018-11-04 06:51:39','2018-11-04 06:51:39','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-giorgio/',0,'page','',0),(6676,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P11\' batchId=\'1\' /]','Anzino, Giovanni Battista Valerio','','publish','closed','open','','anzino-giovanni-battista-valerio','','','2018-11-04 05:20:53','2018-11-04 05:20:53','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-giovanni-battista-valerio/',0,'page','',0),(6677,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3x7az9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hmnhs\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P3\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/giovanni-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n[/av_four_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1tktpx\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hoao5\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]','Giovanni Domenico Anzino','','publish','closed','open','','anzino-giovanni-domenico','','','2018-11-04 06:24:10','2018-11-04 06:24:10','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-giovanni-domenico/',0,'page','',0),(6678,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ivd5s\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P21\' batchId=\'1\' /]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ivsqv\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]','Anzino, Giovanni Mario Paolo','','publish','closed','open','','anzino-giovanni-mario-paolo','','','2018-11-04 06:55:44','2018-11-04 06:55:44','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-giovanni-mario-paolo/',0,'page','',0),(6680,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4gftjc\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2gqy9m\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P7\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/carlo-alberto-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-1x9xe0\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2gsh76\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n[/av_one_fifth]','Giuseppe Carlo Alberto Anzino','','publish','closed','open','','anzino-giuseppe-carlo-alberto','','','2018-11-04 06:35:59','2018-11-04 06:35:59','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-giuseppe-carlo-alberto/',0,'page','',0),(6681,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P22\' batchId=\'1\' /]','Anzino, Giuseppe Pietro','','publish','closed','open','','anzino-giuseppe-pietro','','','2018-11-04 05:22:36','2018-11-04 05:22:36','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-giuseppe-pietro/',0,'page','',0),(6682,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ia8b4\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P8\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/giuseppina-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2iarcx\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]','Giuseppina Anzino','','publish','closed','open','','anzino-giuseppina','','','2018-11-04 06:39:23','2018-11-04 06:39:23','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-giuseppina/',0,'page','',0),(6683,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P41\' batchId=\'1\' /]','Anzino, Guglielmo','','publish','closed','open','','anzino-guglielmo','','','2018-11-04 05:23:06','2018-11-04 05:23:06','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-guglielmo/',0,'page','',0),(6684,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P5\' batchId=\'1\' /]','Anzino, Luigi Felice','','publish','closed','open','','anzino-luigi-felice','','','2018-11-04 05:23:22','2018-11-04 05:23:22','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-luigi-felice/',0,'page','',0),(6685,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P51\' batchId=\'1\' picfile1=\'https://valerioanzino.com/wp-content/uploads/2018/11/maddalena-anzino.jpg\'/]','Maddalena Anzino','','publish','closed','open','','anzino-maddalena','','','2018-11-13 04:35:30','2018-11-13 04:35:30','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-maddalena/',0,'page','',0),(6686,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P15\' batchId=\'1\' /]','Anzino, Maria','','publish','closed','open','','anzino-maria','','','2018-11-04 05:23:56','2018-11-04 05:23:56','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-maria/',0,'page','',0),(6687,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P35\' batchId=\'1\' /]','Anzino, Maria Caterina Ursala','','publish','closed','open','','anzino-maria-caterina-ursala','','','2018-11-04 05:24:10','2018-11-04 05:24:10','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-maria-caterina-ursala/',0,'page','',0),(6688,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P27\' batchId=\'1\' /]','Anzino, Maria Catterina','','publish','closed','open','','anzino-maria-catterina','','','2018-11-04 05:24:29','2018-11-04 05:24:29','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-maria-catterina/',0,'page','',0),(6689,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P28\' batchId=\'1\' /]','Anzino, Maria Lucia','','publish','closed','open','','anzino-maria-lucia','','','2018-11-04 05:24:43','2018-11-04 05:24:43','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-maria-lucia/',0,'page','',0),(6690,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P4\' batchId=\'1\' /]','Anzino, Maria Teresa Carola','','publish','closed','open','','anzino-maria-teresa-carola','','','2018-11-04 05:24:58','2018-11-04 05:24:58','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-maria-teresa-carola/',0,'page','',0),(6691,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P37\' batchId=\'1\' /]','Anzino, Matteo','','publish','closed','open','','anzino-matteo','','','2018-11-04 05:25:14','2018-11-04 05:25:14','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-matteo/',0,'page','',0),(6692,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P29\' batchId=\'1\' picfile1=\'https://valerioanzino.com/wp-content/uploads/2018/11/giuseppe_anzino-1862.jpg\'/]','Mons. Bartolomeo Giuseppe Anzino','','publish','closed','open','','anzino-mons-bartolomeo-giuseppe','','','2018-11-05 22:24:38','2018-11-05 22:24:38','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-mons-bartolomeo-giuseppe/',0,'page','',0),(6693,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ie0yr\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P19\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/nicola-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2ieis4\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]','Nicola Giovanni Giorgio Anzino','','publish','closed','open','','anzino-nicola-giovanni-giorgio','','','2018-11-04 06:42:19','2018-11-04 06:42:19','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-nicola-giovanni-giorgio/',0,'page','',0),(6694,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P42\' batchId=\'1\' /]','Anzino, Pietro Antonio','','publish','closed','open','','anzino-pietro-antonio','','','2018-11-04 05:26:08','2018-11-04 05:26:08','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-pietro-antonio/',0,'page','',0),(6695,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P43\' batchId=\'1\' /]','Anzino, Pietro Antonio','','publish','closed','open','','anzino-pietro-antonio-2','','','2018-11-04 05:26:23','2018-11-04 05:26:23','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-pietro-antonio-2/',0,'page','',0),(6696,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P32\' batchId=\'1\' /]','Anzino, Pietro Antonio','','publish','closed','open','','anzino-pietro-antonio-3','','','2018-11-04 05:26:38','2018-11-04 05:26:38','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-pietro-antonio-3/',0,'page','',0),(6697,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P31\' batchId=\'1\' /]','Anzino, Rolando Francesco','','publish','closed','open','','anzino-rolando-francesco','','','2018-11-04 05:27:04','2018-11-04 05:27:04','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-rolando-francesco/',0,'page','',0),(6698,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P36\' batchId=\'1\' /]','Anzino, Ursala','','publish','closed','open','','anzino-ursala','','','2018-11-04 05:27:21','2018-11-04 05:27:21','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-ursala/',0,'page','',0),(6699,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P44\' batchId=\'1\' /]','Anzino, Ursala','','publish','closed','open','','anzino-ursala-2','','','2018-11-04 05:27:37','2018-11-04 05:27:37','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-ursala-2/',0,'page','',0),(6700,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P40\' batchId=\'1\' /]','Anzino, Ursala','','publish','closed','open','','anzino-ursala-3','','','2018-11-04 05:27:59','2018-11-04 05:27:59','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-ursala-3/',0,'page','',0),(6701,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P38\' batchId=\'1\' /]','Anzino, Valerio','','publish','closed','open','','anzino-valerio','','','2018-11-04 05:28:15','2018-11-04 05:28:15','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-valerio/',0,'page','',0),(6702,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P17\' batchId=\'1\' /]','Anzino, Valerio','','publish','closed','open','','anzino-valerio-2','','','2018-11-04 05:28:32','2018-11-04 05:28:32','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-valerio-2/',0,'page','',0),(6703,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[av_four_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hyu12\' admin_preview_bg=\'\']\r\n[rootsPersona personId=\'P1\' batchId=\'1\' picfile1=\'/wp-content/uploads/2018/11/valerio-anzino-rp.jpg\'/]\r\n[/av_textblock]\r\n\r\n[/av_four_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo2hzf72\' admin_preview_bg=\'\']\r\n<a href=\"/anzino-genealogy/\">Return to Anzino Tree</a>\r\n[/av_textblock]\r\n\r\n[/av_one_fifth]','Valerio Benvenuto Anzino','','publish','closed','open','','anzino-valerio-benvenuto','','','2018-11-04 06:30:34','2018-11-04 06:30:34','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/anzino-valerio-benvenuto/',0,'page','',0),(6704,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P33\' batchId=\'1\' /]','Bulla, Antonia','','publish','closed','open','','bulla-antonia','','','2018-11-04 05:28:48','2018-11-04 05:28:48','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/bulla-antonia/',0,'page','',0),(6705,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P52\' batchId=\'1\' /]','Camilla, Francesca','','publish','closed','open','','camilla-francesca','','','2018-11-04 05:29:04','2018-11-04 05:29:04','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/camilla-francesca/',0,'page','',0),(6706,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P53\' batchId=\'1\' /]','Florio, Rosa','','publish','closed','open','','florio-rosa','','','2018-11-04 05:29:42','2018-11-04 05:29:42','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/florio-rosa/',0,'page','',0),(6707,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P23\' batchId=\'1\' /]','Gianzana, Maddalena','','publish','closed','open','','gianzana-maddalena','','','2018-11-04 05:29:58','2018-11-04 05:29:58','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/gianzana-maddalena/',0,'page','',0),(6708,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P2\' batchId=\'1\' /]','Lusanna, Ippolita','','publish','closed','open','','lusanna-ippolita','','','2018-11-04 05:30:14','2018-11-04 05:30:14','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/lusanna-ippolita/',0,'page','',0),(6709,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P50\' batchId=\'1\' /]','Mollica, Maria Carmela Aurora','','publish','closed','open','','mollica-maria-carmela-aurora','','','2018-11-04 05:30:39','2018-11-04 05:30:39','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/mollica-maria-carmela-aurora/',0,'page','',0),(6710,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P49\' batchId=\'1\' picfile1=\'https://valerioanzino.com/wp-content/uploads/2018/11/lily-rossi.jpg\'/]','Angiolina Giuseppina Domenica (Lily) Rossi','','publish','closed','open','','rossi-angiolina-giuseppina-domenica-lily','','','2018-11-13 05:46:47','2018-11-13 05:46:47','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/rossi-angiolina-giuseppina-domenica-lily/',0,'page','',0),(6711,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P48\' batchId=\'1\' picfile1=\'https://valerioanzino.com/wp-content/uploads/2018/11/carlotta-rossi.jpg\'/]','Carlotta Felicita Maria Rossi','','publish','closed','open','','rossi-carlotta-felicita-maria','','','2018-11-13 05:48:02','2018-11-13 05:48:02','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/rossi-carlotta-felicita-maria/',0,'page','',0),(6712,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P47\' batchId=\'1\' /]','Rossi, Mario Francesco Pasquale','','publish','closed','open','','rossi-mario-francesco-pasquale','','','2018-11-04 05:32:22','2018-11-04 05:32:22','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/rossi-mario-francesco-pasquale/',0,'page','',0),(6713,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P10\' batchId=\'1\' /]','Sala, Maria Teresa','','publish','closed','open','','sala-maria-teresa','','','2018-11-04 05:32:41','2018-11-04 05:32:41','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/sala-maria-teresa/',0,'page','',0),(6714,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P14\' batchId=\'1\' /]','Scarabelli, Angiolina','','publish','closed','open','','scarabelli-angiolina','','','2018-11-04 05:32:55','2018-11-04 05:32:55','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/scarabelli-angiolina/',0,'page','',0),(6715,1,'2018-11-04 04:58:30','2018-11-04 04:58:30','[rootsPersona personId=\'P39\' batchId=\'1\' /]','Tbd, Elisabetta','','publish','closed','open','','tbd-elisabetta','','','2018-11-04 05:33:19','2018-11-04 05:33:19','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/tbd-elisabetta/',0,'page','',0),(6716,1,'2018-11-04 04:58:31','2018-11-04 04:58:31','[rootsPersona personId=\'P24\' batchId=\'1\' /]','Tbd, Lucia','','publish','closed','open','','tbd-lucia','','','2018-11-04 05:12:17','2018-11-04 05:12:17','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/tbd-lucia/',0,'page','',0),(6717,1,'2018-11-04 04:59:10','2018-11-04 04:59:10','[rootsEvidencePage sourceId=\'S380179077\' batchId=\'1\'/]','Ancestry Family Trees','','publish','closed','closed','','ancestry-family-trees','','','2018-11-04 05:15:54','2018-11-04 05:15:54','',6663,'https://valerioanzino.wpengine.com/rootspersona-tree/ancestry-family-trees/',0,'page','',0),(6878,1,'2018-11-04 06:13:38','2018-11-04 06:13:38','Cropped from larger photo of oil painting. From private photo collection of Laura Santoro Ragaini, Milano','Monsignor Valerio Anzino','Monsignor Valerio Anzino','inherit','open','closed','','bartolomeo-giuseppe-anzino-rp','','','2018-11-10 18:53:54','2018-11-10 18:53:54','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/bartolomeo-giuseppe-anzino-rp.jpg',0,'attachment','image/jpeg',0),(6879,1,'2018-11-04 06:13:40','2018-11-04 06:13:40','Cropped from larger photo. From private photo collection of Laura Santoro Ragaini, Milano','Carlo Alberto Anzino','Carlo Alberto Anzino','inherit','open','closed','','carlo-alberto-anzino-rp','','','2018-11-10 18:52:27','2018-11-10 18:52:27','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/carlo-alberto-anzino-rp.jpg',0,'attachment','image/jpeg',0),(6880,1,'2018-11-04 06:13:42','2018-11-04 06:13:42','Cropped from larger photo. From private photo collection of Laura Santoro Ragaini, Milano','Giovanni Anzino','Giovanni Anzino','inherit','open','closed','','giovanni-anzino-rp','','','2018-11-10 18:51:29','2018-11-10 18:51:29','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/giovanni-anzino-rp.jpg',0,'attachment','image/jpeg',0),(6881,1,'2018-11-04 06:13:43','2018-11-04 06:13:43','Cropped from larger photo. \nFrom private photo collection of Laura Santoro Ragaini, Milano','Giuseppe Pietro Anzino','Giuseppe Pietro Anzino','inherit','open','closed','','giuseppe-anzino-rp','','','2018-11-10 18:50:32','2018-11-10 18:50:32','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/giuseppe-anzino-rp.jpg',0,'attachment','image/jpeg',0),(6882,1,'2018-11-04 06:13:48','2018-11-04 06:13:48','Cropped from larger photo. from private photo collection of Laura Santoro Ragaini, Milano','Giuseppina Anzino','Giuseppina Anzino','inherit','open','closed','','giuseppina-anzino-rp','','','2018-11-10 18:49:05','2018-11-10 18:49:05','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/giuseppina-anzino-rp.jpg',0,'attachment','image/jpeg',0),(6883,1,'2018-11-04 06:13:50','2018-11-04 06:13:50','Photo cropped from larger photo. From private photo collection of Laura Santoro Ragaini, Milano','Elizabeth Luisa (Gale) Anzino','Elizabeth Luisa (Gale) Anzino','inherit','open','closed','','luisa-anzino-rp','','','2018-11-10 18:47:49','2018-11-10 18:47:49','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/luisa-anzino-rp.jpg',0,'attachment','image/jpeg',0),(6884,1,'2018-11-04 06:14:00','2018-11-04 06:14:00','Photo from private photo collection of Laura Santoro Ragaini, Milano','Nicola Anzino','Nicola Anzino','inherit','open','closed','','nicola-anzino-rp','','','2018-11-10 18:45:23','2018-11-10 18:45:23','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/nicola-anzino-rp.jpg',0,'attachment','image/jpeg',0),(6885,1,'2018-11-04 06:14:19','2018-11-04 06:14:19','Photo of Monsignor Valerio Anzino from private photo collection of Laura Santoro Ragaini, Milano','valerio-anzino-rp','Monsignor Valerio Anzino','inherit','open','closed','','valerio-anzino-rp','','','2018-11-10 18:44:15','2018-11-10 18:44:15','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/valerio-anzino-rp.jpg',0,'attachment','image/jpeg',0),(6903,1,'2018-11-04 06:45:17','2018-11-04 06:45:17','','Clementina (Anzino) Rossi','Clementina (Anzino) Rossi','inherit','open','closed','','clementina-anzino-rp','','','2018-11-10 18:43:14','2018-11-10 18:43:14','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/clementina-anzino-rp.jpg',0,'attachment','image/jpeg',0),(6926,1,'2018-11-05 03:50:51','2018-11-05 03:50:51','','Mantova-Basilica_Palatina_di_Santa_Barbara1','Basilica Santa Barbara','inherit','open','closed','','mantova-basilica_palatina_di_santa_barbara1','','','2018-11-05 21:24:57','2018-11-05 21:24:57','',6406,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1.jpg',0,'attachment','image/jpeg',0),(6934,1,'2018-11-05 21:30:55','2018-11-05 21:30:55','','Pope Pius IX 1878','Pope Pius IX 1878','inherit','open','closed','','pope-pius-ix-1878','','','2018-11-05 21:32:05','2018-11-05 21:32:05','',6267,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/pope-pius-IX-1878.jpg',0,'attachment','image/jpeg',0),(6939,1,'2018-11-05 21:52:02','2018-11-05 21:52:02','','pope-pius-IX-1878-cropped','','inherit','open','closed','','pope-pius-ix-1878-cropped','','','2018-11-05 21:52:02','2018-11-05 21:52:02','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/pope-pius-IX-1878-cropped.jpg',0,'attachment','image/jpeg',0),(6944,1,'2018-11-05 22:21:11','2018-11-05 22:21:11','Cropped from larger photo. Photo by Alphonse Bernoud/Alinari Archives Florence','Giuseppe Anzino 1862','Giuseppe Anzino 1862','inherit','open','closed','','giuseppe_anzino-1862','','','2018-11-10 19:26:16','2018-11-10 19:26:16','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/giuseppe_anzino-1862.jpg',0,'attachment','image/jpeg',0),(6946,1,'2018-11-05 22:31:16','2018-11-05 22:31:16','','Anzino Family Tree','Anzino Family Tree','inherit','open','closed','','new-tree-2','','','2018-11-05 22:31:59','2018-11-05 22:31:59','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/new-tree-1.jpg',0,'attachment','image/jpeg',0),(6964,1,'2018-11-06 00:10:30','2018-11-06 00:10:30','<p class=\"tlage\">36 Years Old</p>\r\n\r\n[caption id=\"attachment_6968\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/vittorio-and-adelaide.jpg\"><img class=\"size-thumbnail wp-image-6968\" src=\"/wp-content/uploads/2018/11/vittorio-and-adelaide-80x80.jpg\" alt=\"Vittorio Emmanuel II and Adelaide of Austria\" width=\"80\" height=\"80\" /></a> Vittorio Emmanuel II and Adelaide of Austria[/caption]\r\nIn 1868, Valerio is appointed as a Chaplain to the Royal family in Torino.\r\n<p class=\"year-note\">*(See note below)</p>\r\n<a href=\"/appointed-chaplain-to-royal-family/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Appointed Chaplain to Royal Family','','publish','closed','closed','','appointed-chaplain-to-royal-family','','','2018-11-07 22:04:03','2018-11-07 22:04:03','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=6964',0,'cool_timeline','',0),(6968,1,'2018-11-06 00:26:54','2018-11-06 00:26:54','','Vittorio Emmanuel II and Adelaide of Austria','Vittorio Emmanuel II and Adelaide of Austria','inherit','open','closed','','vittorio-and-adelaide','','','2018-11-06 00:28:12','2018-11-06 00:28:12','',6964,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/vittorio-and-adelaide.jpg',0,'attachment','image/jpeg',0),(6969,1,'2018-11-06 00:30:52','2018-11-06 00:30:52','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo501kxr\' admin_preview_bg=\'\']\r\nIn 1868, Valerio is appointed as a Chaplain to the Royal family in Torino.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-and-adelaide.jpg\' attachment=\'6968\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo5027n1\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Appointed Chaplain to Royal Family','','publish','closed','closed','','appointed-chaplain-to-royal-family','','','2018-11-06 00:32:11','2018-11-06 00:32:11','',0,'https://valerioanzino.wpengine.com/?page_id=6969',0,'page','',0),(6974,1,'2018-11-06 02:00:03','2018-11-06 02:00:03','','Umberto I 1887','Umberto I 1887','inherit','open','closed','','umberto-i-1887','','','2018-11-06 02:01:28','2018-11-06 02:01:28','',6260,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/umberto-I-1887.jpg',0,'attachment','image/jpeg',0),(6978,1,'2018-11-06 02:08:25','2018-11-06 02:08:25','','umberto-I-1887-cropped','','inherit','open','closed','','umberto-i-1887-cropped','','','2018-11-06 02:08:25','2018-11-06 02:08:25','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/umberto-I-1887-cropped.jpg',0,'attachment','image/jpeg',0),(6980,1,'2018-11-06 02:51:47','2018-11-06 02:51:47','','Shroud of Turin','Shroud of Turin','inherit','open','closed','','shroud-700x438','','','2018-11-06 02:55:52','2018-11-06 02:55:52','',6265,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/shroud-700x438.jpg',0,'attachment','image/jpeg',0),(6986,1,'2018-11-06 06:21:52','2018-11-06 06:21:52','','Document','','publish','closed','closed','','6986','','','2018-11-07 19:09:12','2018-11-07 19:09:12','',0,'https://valerioanzino.wpengine.com/?post_type=mb-post-type&#038;p=6986',0,'mb-post-type','',0),(6989,1,'2018-11-06 06:30:15','2018-11-06 06:30:15','a:6:{s:5:\"title\";s:20:\"Document Information\";s:2:\"id\";s:20:\"document-information\";s:10:\"post_types\";a:1:{i:0;s:8:\"document\";}s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"high\";s:6:\"fields\";a:3:{i:0;a:7:{s:2:\"id\";s:20:\"document_create_date\";s:4:\"type\";s:4:\"date\";s:4:\"name\";s:20:\"Document Create Date\";s:4:\"desc\";s:30:\"Date that document was created\";s:8:\"required\";i:1;s:4:\"size\";i:10;s:17:\"label_description\";s:20:\"Document Create Date\";}i:1;a:5:{s:2:\"id\";s:19:\"document_event_date\";s:4:\"type\";s:4:\"date\";s:4:\"name\";s:19:\"Document Event Date\";s:4:\"desc\";s:177:\"If the document internally refers to a separate event then this is the date for that event. For example, if the document records a baptism and internally refers to a birth date.\";s:8:\"required\";i:1;}i:2;a:7:{s:2:\"id\";s:13:\"document_type\";s:4:\"name\";s:13:\"Document Type\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:31:\"Media type, i.e. jpg, pdf, etc.\";s:11:\"placeholder\";s:14:\"Select an Item\";s:7:\"options\";a:4:{s:10:\"JPEG Image\";s:10:\"JPEG Image\";s:3:\"PDF\";s:3:\"PDF\";s:8:\"EXCEL SS\";s:8:\"EXCEL SS\";s:7:\"MS Word\";s:7:\"MS Word\";}s:8:\"required\";i:1;}}}','Document Information','{\"title\":\"Document Information\",\"id\":\"document-information\",\"post_types\":[{\"slug\":\"document\",\"name\":\"Document\"}],\"context\":\"normal\",\"priority\":\"high\",\"status\":\"publish\",\"autosave\":\"false\",\"attrs\":[],\"fields\":[{\"id\":\"document_create_date\",\"type\":\"date\",\"name\":\"Document Create Date\",\"std\":\"\",\"desc\":\"Date that document was created\",\"js_options\":[],\"clone\":false,\"class\":\"\",\"inline\":0,\"required\":1,\"size\":10,\"label_description\":\"Document Create Date\"},{\"id\":\"document_event_date\",\"type\":\"date\",\"name\":\"Document Event Date\",\"std\":\"\",\"desc\":\"If the document internally refers to a separate event then this is the date for that event. For example, if the document records a baptism and internally refers to a birth date.\",\"js_options\":[],\"clone\":false,\"class\":\"\",\"required\":1},{\"id\":\"document_type\",\"name\":\"Document Type\",\"type\":\"select\",\"desc\":\"Media type, i.e. jpg, pdf, etc.\",\"std\":[],\"placeholder\":\"Select an Item\",\"options\":\"JPEG Image\\nPDF\\nEXCEL SS\\nMS Word\",\"multiple\":false,\"clone\":false,\"required\":1}],\"tab_style\":\"default\",\"tab_wrapper\":\"true\",\"is_id_modified\":\"\",\"for\":\"post_types\"}','publish','closed','closed','','document-information','','','2018-11-06 23:35:46','2018-11-06 23:35:46','',0,'https://valerioanzino.wpengine.com/?post_type=meta-box&#038;p=6989',0,'meta-box','',0),(7003,1,'2018-11-06 07:18:38','2018-11-06 07:18:38','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h53lf\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Fubine, Italy Baptism Record written in Latin. <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a> is named as his godmother. Angela was Valerio\'s aunt and the great great grandmother of this website\'s author.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\' attachment=\'93\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6h6ood\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]','Valerio Anzino\'s Baptism Record 1832','','publish','open','closed','','valerio-anzinos-baptism-record-1832','','','2018-11-07 01:19:27','2018-11-07 01:19:27','',0,'https://valerioanzino.wpengine.com/?post_type=document&#038;p=7003',0,'document','',0),(7011,1,'2018-11-06 08:04:39','2018-11-06 08:04:39','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joeo3mds\' custom_class=\'pagetop-section\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo5g60su\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was widely respected in his many roles serving Italy, his kings, and the spiritual needs of those he worked and interacted with. This resulted in Valerio being the recipient of a number of awards and titles. While Monsignor Anzino\'s primary role was that of Chief Chaplain to his Kings, he also got very involved in affairs of state and interacted with many foreign dignitaries. The dates are known for some of these awards, but most are not. In no particular order most, but not all, of the awards and honors are listed here.\r\n[/av_textblock]\r\n[/av_section]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-kp4s4z\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jsjihf\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Grand Officer </em>degree of the <a href=\"https://en.wikipedia.org/wiki/Order_of_the_Crown_of_Italy\" target=\"_blank\" rel=\"noopener\">Order of the Crown of Italy</a> award by his King, Umberto I. The Order of the Crown of Italy, (Italian: Ordine della Corona d\'Italia), was founded as a national order in 1868 by King Vittorio Emmanuele II, to commemorate the unification of Italy in 1861.It was awarded in five degrees for civilian and military merit.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gqce4j\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-300x284.jpg\' attachment=\'7190\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-fii8ur\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2xty6r\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7kwlt3\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n<hr />\r\n\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-egeaf7\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bvlvsj\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was appointed <em>Mitred Abbot of the Basilica Palace of Santa Barbara in Mantua</em>, (Italian: Abate Mitrado della Basilica Palazzo di S. Barbara Mantova), by his King, Umberto I. This honor was awarded sometime around 1887. The <a href=\"https://it.wikipedia.org/wiki/Basilica_palatina_di_Santa_Barbara\" target=\"_blank\" rel=\"noopener\">Pallottine Church of Santa Barbara</a> was originally a Royal Chapel for the Gonzaga family in the 1600s.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-abk4wj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova-225x300.jpg\' attachment=\'7211\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-8g582r\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2yq3lf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lt7aq\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n<hr />\r\n\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7q2v7n\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-65heg3\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saints_Maurice_and_Lazarus\" target=\"_blank\" rel=\"noopener\">Order of Saints Maurice and Lazarus</a> by his King, Vittorio Emmanuel II.\r\n\r\nThe Order of Saints Maurice and Lazarus (Italian: Ordine dei Santi Maurizio e Lazzaro) is a Roman Catholic dynastic order of knighthood bestowed by the House of Savoy, founded in 1572 by Emmanuel Philibert, Duke of Savoy, through amalgamation approved by Pope Gregory XIII of the Order of Saint Maurice, founded in 1434, with the medieval Order of Saint Lazarus, founded circa 1119, considered its sole legitimate successor.\r\n\r\nThe order was formerly awarded by the Kingdom of Italy (1861–1946) with the heads of the House of Savoy as the Kings of Italy. Originally a chivalric order of noble nature, it was restricted to subjects of noble families with proofs of at least eight noble great-grandparents. The order\'s military and noble nature was and is still combined with a Roman Catholic character.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3tvpoj\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur-227x300.jpg\' attachment=\'7221\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-305jg3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n<hr />\r\n\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <em>Commander </em><a href=\"https://en.wikipedia.org/wiki/Order_of_Christ_(Portugal)\" target=\"_blank\" rel=\"noopener\">Order of Christ of Portugal</a>. This award came either from Luis I or Carlos I , Kings from the <a href=\"https://en.wikipedia.org/wiki/House_of_Braganza\" target=\"_blank\" rel=\"noopener\">House of Braganza</a> in Portugal in the late 1800s. Vittorio Emmanuel II\'s daughter Princess Maria Pia married Luis I , King of Portugal, in 1862. This close alliance between the Savoia and Braganza Royal families likely was a factor in the <em> Order of Christ of Portugal</em> award given to Valerio.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-christ-portugal-204x300.jpg\' attachment=\'7229\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-d66mg3\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7lugl9\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n<hr />\r\n\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-al4klf\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9m4hxv\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded <a href=\"https://en.wikipedia.org/wiki/Order_of_Glory_(Tunisia)\" target=\"_blank\" rel=\"noopener\"><em> Officer of the Order of Nichan Iftikhar</em></a>, (Italian: <em>uff. dell\'Ord. di Nichan di Tunisi</em> by the <a href=\"https://en.wikipedia.org/wiki/Ali_III_ibn_al-Husayn\" target=\"_blank\" rel=\"noopener\">Bey of Tunis</a> likely in the 1890s. The website author has seen correspondence from the government of Tunisia sent to Monsignor Anzino in the 1890s at the State Archives in Roma. That correspondence will likely provide some context for the award. The author will publish the contents of that correspondence when approval is received from the State Archives.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7j2lf7\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-di-nichan-130x300.jpg\' attachment=\'7721\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo7mtynr\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n<hr />\r\n\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3r96wj\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joeothv2\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Isabella_the_Catholic\" target=\"_blank\" rel=\"noopener\"><em>Royal Order of Isabella the Catholic</em></a>, (Spanish: <em>Orden de Isabel la Catolica</em>). The award was signed by both the King of Spain and the Minister of Foreign Affairs.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2lcx2b\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-of-isabel-catholic-300x295.jpg\' attachment=\'7743\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-joep4c7d\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n<hr />\r\n\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ouc37\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joephzsq\' custom_class=\'\' admin_preview_bg=\'\']\r\nMonsignor Valerio Anzino was awarded the <a href=\"https://en.wikipedia.org/wiki/Order_of_Saint_Michael_(Bavaria)\" target=\"_blank\" rel=\"noopener\"> <em>Order of Saint Michael of Bavaria</em></a>. This award was co-granted by the Archbishop of Cologne and the King of Bavaria.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3zprer\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/order-saint-michael-bavaria-153x300.jpg\' attachment=\'7754\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-30jgzn\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n<hr />\r\n\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4o43s3\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jomdfvbn\' custom_class=\'\' admin_preview_bg=\'\']\r\nAt some point, (likely in the 1890s), someone close to Umberto I created a Crest, (Coat of Arms), for Valerio. Examination of the Crest reveals and/or confirms some facts about Valerio\'s life. The following comes from a translation of <em>Sul Tutto N. 37 Marzo 2014\" </em>periodical focusing on Italian Heraldry.\r\n\r\n<em>\"The coat of arms of the elder chaplain of S.M. The coat of arms is the visual representation of a juridical reality: a document from the end of XIX century. He shows us how the dignity of His Majesty\'s Greater chaplain was expressed. On March 17, 1891, he died, armed with religious comforts, at the Hotel de Russie in Rome S.A.I. Prince Napoleon, the famous Plon Plon, husband of the Princess Maria Clotilde of Savoy, the saint of Moncalieri, who despite the long-standing separation of fact from her husband Noticed at him at the news of his final illness. King Umberto I, the brother of Princess Clotilde, offered to take care of the funeral and to bury the corpse of the prince in the Royal burial of Superga, where he actually rests. The king ordered a court mourning of 90 days. Among the documents relating to the death and funeral honours of the Prince there is an act of death drawn up by His Majesty\'s Chaplain Mag-worst, Canon D. Valerio Anzino. D. Valerio Anzino, nephew of the Elemosiniere D. Giuseppe Anzino, entered the court in 1848 as an over-numerary cleric and ascended into the hierarchy until he became chaplain Major of S.M. in the new court. Mons. Anzino had a particularly delicate and useful role throughout the Risorgimento until the death of the Great King, as through between the King Vittorio Emanuele II and the S. Sede. Vittorio Emanuele II, of profound religious sentiments, despite his resistance and his action, albeit-too unheard, for a fair agreement with the Church, had to bend to the anti-Catholic persecutory policy of his governments. The great King always maintained, as is known, a correspondence with the Pope and Mons. Anzino was heard by both his advisor and King Umberto I. The header of the document is a clearly of its crest and its titles: Valerius Anzino dei ET apostolicae sedis gratiae ABBAS AC ordinarius insignis palatinae basilicae S. Barbarae mantkau nullius DIOECESIS protonotarius apostolicus, suae sanctitatis prelatus Domesticus, Palatii Apostolici and S. Aulae lateranensis COMES augustissimus REGIS humberti I capellanus MAJOR. The coat of arms, of red to the anchor placed in pole, with a chain of motive from the ring saltire and ridecussata to the stem, all in natural; With the chief of the Empire, that is gold to the Black Eagle; Motto: In SPE ET libertate, it is left to the pastoral, on the right to the Ferula, on the top of which is inserted the Abbey Mitre; From the tip of the shield hangs the Mauritian commandery; The Office of Chaplain of the King is expressed by the coat of arms of Savoy, stamped by the royal crown and surrounded by the necklace of the Annunziata, which surmounts the shield and is located under the Prelatizio hat with six flakes per part, the whole green, which stamps the crest Anzino. It is interesting that in order to express the high ecclesiastical position of Mons. Anzino, the royal Crest overcome the shield, in-stead that be inside the weapon, maybe as a leader.\"</em>\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2vpuzn\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-heraldry-255x300.jpg\' attachment=\'8157\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jomdhod9\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2z4oab\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7m0vc7\' custom_class=\'\' admin_preview_bg=\'\']\r\n\r\n<hr />\r\n\r\n[/av_textblock]\r\n[/av_one_full]','Honors, Medals, and Titles','','publish','closed','closed','','honors-medals-and-titles','','','2022-09-19 19:06:05','2022-09-19 19:06:05','',0,'https://valerioanzino.wpengine.com/?page_id=7011',0,'page','',0),(7014,1,'2022-09-19 05:12:08','2018-11-06 08:05:51',' ','','','publish','closed','closed','','7014','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=7014',10,'nav_menu_item','',0),(7029,1,'2018-11-06 23:29:51','2018-11-06 23:29:51','Notes written by unknown writer in early 1900s. They were passed down through multiple generations and were eventually discovered by this website\'s author','mons-valerio-anzino-notes','Valerio Anzino Notes from Unknown Author','inherit','open','closed','','mons-valerio-anzino-notes','','','2018-11-06 23:50:23','2018-11-06 23:50:23','',7030,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf',0,'attachment','application/pdf',0),(7030,1,'2018-11-06 23:33:32','2018-11-06 23:33:32','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3ur7ye\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hgs45\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThese notes are an English translation of notes written by an unknown author in Fubine likely around 1900-1910. The author, (as he says in his notes), had access to <a href=\"https://it.wikipedia.org/wiki/Crescentino_Caselli\" target=\"_blank\" rel=\"noopener\">Cresentino Casselli</a>, a famous Fubinese architect. Cresentino likely was either a friend or close acquaintance of Valerio\'s brother <a href=\"/rootspersona-tree/anzino-giuseppe-carlo-alberto/\" target=\"_blank\" rel=\"noopener\">Carlo Alberto Anzino</a>, an architect himself. While these notes have been very valuable in helping the website\'s author focus his research effort, they likely contain some minor errors. These notes were found in an unmarked envelope in a box passed down through multiple generations of Valerio\'s aunt, <a href=\"/rootspersona-tree/anzino-angela-maria-catterina/\" target=\"_blank\" rel=\"noopener\">Angela Anzino</a>.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2c2zh2\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6hhnqs\' custom_class=\'\' admin_preview_bg=\'\']\r\n[pdf-embedder url=\"/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\"]\r\n[/av_textblock]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]','Notes About Valerio 1905','','publish','open','closed','','notes-about-valerio-1905','','','2018-11-16 06:20:19','2018-11-16 06:20:19','',0,'https://valerioanzino.wpengine.com/?post_type=document&#038;p=7030',0,'document','',0),(7057,1,'2018-11-07 00:35:14','2018-11-07 00:35:14','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3066mp\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6ijxtp\' custom_class=\'\' admin_preview_bg=\'\']\r\nThe following grid contains links to some of the more important source documents that the website author discovered in his research on Valerio Anzino. These documents were found online and on trips to Italy. More documents, (from the hundreds collected), will be added in the future.\r\n[/av_textblock]\r\n[/av_one_full]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-qe5trl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-k7pfap\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/valerio-anzinos-baptism-record-1832/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Baptism Record 1832</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record-80x80.jpg\' attachment=\'93\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerio-anzinos-baptism-record-1832/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6qo0vw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-n4txkx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-gwrvht\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/anzino-family-church-census-1847/\" target=\"_blank\" rel=\"noopener\">Anzino Family Church Census 1847</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-80x80.jpg\' attachment=\'5537\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/anzino-family-church-census-1847/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rbun8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-j4vbi9\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-nx8iup\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/new-york-herald-interview-1884/\" target=\"_blank\" rel=\"noopener\"><em>New York Herald</em> Interviews Valerio 1884</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-80x80.jpg\' attachment=\'7758\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/new-york-herald-interview-1884/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-98atb5\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6i5mh8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-death-record-1899/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Death Record 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-80x80.jpg\' attachment=\'128\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-death-record-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rcy4m\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-84shlt\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-29hjap\' custom_class=\'\' admin_preview_bg=\'\']\r\n<a href=\"/document/valerios-funeral-notice-1899/\" target=\"_blank\" rel=\"noopener\">Valerio\'s Funeral Notice 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-80x80.jpg\' attachment=\'5673\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/valerios-funeral-notice-1899/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6rdrqp\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5aqksx\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogscw1u\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/london-monitor-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>London Monitor</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-80x80.jpg\' attachment=\'8067\' attachment_size=\'thumbnail\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/london-monitor-1899-obituary-for-valerio-anzino/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogse2a3\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-461tbl\']\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jogugje2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/westminster-budget-1899-obituary-for-valerio-anzino/\" target=\"_blank\" rel=\"noopener\"><em>Westminster Budget</em> Obituary of Valerio 1899</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-80x80.jpg\' attachment=\'8095\' attachment_size=\'thumbnail\' copyright=\'\' caption=\'\' image_size=\'\' styling=\'\' align=\'left\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'lightbox\' target=\'\' title_attr=\'\' alt_attr=\'\' img_scrset=\'\' lazy_loading=\'disabled\' id=\'\' custom_class=\'\' template_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-joguin5l\' sc_version=\'1.0\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_fifth]\r\n\r\n[av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-362dip\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-nx8iup-2\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<a href=\"/documents/notes-about-valerio-1905/\" target=\"_blank\" rel=\"noopener\">Notes about Valerio 1905</a>\r\n[/av_textblock]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg\' attachment=\'7125\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'manually,/document/notes-about-valerio-1905/\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6s3a5f-1\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fifth]','Documents','','publish','closed','closed','','documents','','','2022-09-19 19:06:52','2022-09-19 19:06:52','',0,'https://valerioanzino.wpengine.com/?page_id=7057',0,'page','',0),(7067,1,'2018-11-07 01:10:58','2018-11-07 01:10:58','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s family 1847 Church Census Record from Fubine, Italy. Written in Italian.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg\' attachment=\'5537\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6r61yz\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]','Anzino Family Church Census 1847','','publish','open','closed','','anzino-family-church-census-1847','','','2018-11-07 06:00:05','2018-11-07 06:00:05','',0,'https://valerioanzino.wpengine.com/?post_type=document&#038;p=7067',0,'document','',0),(7087,1,'2018-11-07 01:44:43','2018-11-07 01:44:43','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Civil Death Record from Roma, Italy. Written in Italian.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\' attachment=\'128\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6i32gk\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_third][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]','Valerio\'s Death Record 1899','','publish','open','closed','','valerios-death-record-1899','','','2018-11-07 01:44:43','2018-11-07 01:44:43','',0,'https://valerioanzino.wpengine.com/?post_type=document&#038;p=7087',0,'document','',0),(7092,1,'2018-11-07 01:51:28','2018-11-07 01:51:28','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4kesfv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6h9ubp\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nValerio Anzino\'s Funeral Procession Notice from Roma, Italy. Attending the funeral was Cav. Alberto Anzino, (Valerio\'s brother), Giuseppina Anzino, (Valerio\'s sister), Angiolina Scarabelli, (Valerio\'s sister-in-law), Carlo Anzino, (Valerio\'s nephew), Clementina (Anzino) Rossi, (Valerio\'s niece), Clementina\'s husband, Mario Rossi, and the children of Valerio\'s deceased brother Alessandro Anzino, Alberto,Nicola,Camilla,Giuseppe, and Giovanni. The funeral procession left from 51 Via Sudario, Roma, (next door to Valerio\'s residence) at 9:30 AM and proceeded to Chiesa di S. Carlo ai Catinari a few blocks away.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7bzwr\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio-anzino-funeral-procession-notice-1899-watermark-224x300.jpg\' attachment=\'7786\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jo6ibhn8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-44kvez\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-324wvv\']\r\n[/av_one_full]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4n90y3\']\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2kjze3\']\r\n[/av_one_full]','Valerio\'s Funeral Notice 1899','','publish','open','closed','','valerios-funeral-notice-1899','','','2018-11-14 07:12:29','2018-11-14 07:12:29','',0,'https://valerioanzino.wpengine.com/?post_type=document&#038;p=7092',0,'document','',0),(7099,1,'2022-09-19 05:12:08','2018-11-07 02:00:07',' ','','','publish','closed','closed','','7099','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=7099',12,'nav_menu_item','',0),(7125,1,'2018-11-07 06:22:29','2018-11-07 06:22:29','','Valerio Anzino Notes 1905','','inherit','open','closed','','1905-notes-tp-80w','','','2018-11-07 06:23:42','2018-11-07 06:23:42','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg',0,'attachment','image/jpeg',0),(7130,1,'2018-11-07 06:36:34','2018-11-07 06:36:34','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-22b96\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo6vn526\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h2>The Evolution of Discovery</h2>\r\n[/av_textblock]\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-job6bq59\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\nAs the author of this website, I , like many other retirees, started with just a general interest in learning more about their ancestors. In 2012 I started scanning the many thousands of photos that I had taken in my life and well as the thousands that my mom had taken in hers. All of my mom\'s photos, (taken with a Kodak Brownie), and their associated negatives were in many cardboard boxes stored in my sister Rose\'s basement. In the process of scanning those photos I ran across one very old and faded photo of an Italian cleric. Scribbled on the back of that photo were 2 things that were barely legible. The first looked like \"Dom Amino\" and the second was \"confessor to a king?\". I scanned it and put it aside as I had no idea who the person was. Two years later during a trip to Ireland, I spent a few days with an Irish cousin who just happened to be very, very passionate about Ireland and history in general. I returned from that trip very energized and excited. At this point I started an effort to build a family tree for both my Irish and Italian sides.\r\n\r\nAt some point I engaged both my sister, Rose Luglio, and an Italian cousin,Lorraine Lombardi, in the effort to flesh out the family tree. During the emails that were going back and forth, Lorraine became very interested in discovering who the Italian cleric in the photo was. We decided to get together for a \"Dueling PCs\" effort in searching the internet every which way to see if we could find clues. Lorraine came up with the brilliant idea to focus the searches on Italian Kings in the 1800s since we were unsuccessful in finding any Dom Aminos. Halfway through dinner Lorraine found an article about Umberto I, the 2nd King of Italy. Lorraine passed me the url so I could read it, and at the bottom of that article was a photo of a Monsignor Valerio Anzino attending the wedding of Umberto I\'s son in 1896. It was the same person !! We had struck gold !! At this point we understood the scribbles on the back of the photo. The \"Dom Amino\" was actually meant to be \"Dom. Anzino\". \"Dom\", like \"Don\", was originally a title reserved for royalty, select nobles, and church hierarchs. Now that we knew the identity of the person in my faded photo, we issued new searches and quickly discovered that in fact, the Monsignor was a very important person in Italian history. What we didn\'t know at that point, was how or if we were related to Monsignor Valerio Anzino.\r\n\r\nAfter the discovery of the Monsignor, my family tree efforts went into high gear. In addition to building out the tree itself, I stated a parallel effort to learn how to research more effectively. I don\'t remember the specific date at which I made the family connection to the Monsignor, but I do remember a lot of hooting and hollering on my part! Monsignor Valerio Anzino was a first cousin to my great grandmother Ippolita (Gotta) Marchisa. Ippolita\'s mother, Angela (Anzino) Gotta, was a sister to Valerio\'s father, Giovanni. Finding and confirming this connection just added more fuel to my genealogy fire.\r\n\r\nIt\'s now 4 years later and I spend on average 50 hours per week on genealogy. I\'ve made 2 trips to Italy focused on genealogy, and have engaged the services of a registered Italian genealogist, <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a>, when I\'ve been there. Iuri has turned out to be a very valuable partner in my effort to learn more about Valerio. We became good friends in the process. In addition to many days spent in Fubine, Italy, (birthplace to 4 sets of great grandparents as well as Monsignore Valerio Anzino), we spent time in Torino, Roma, Quattordio, Mazze, and a few other towns.\r\n\r\nIn my first trip to Italy in 2016, in a happenstance encounter, I met a woman in Fubine, Giuseppina Anzino, who had met a woman from Milano, Laura Santoro Ragaini, a few years prior. Laura had been in Fubine inquiring about Valerio Anzino and left her phone number with Giuseppina. When we were visiting with Giuseppina, she called Laura, and as luck would have it, Laura just happened to be attending a funeral in a town near Fubine. Laura graciously accepted our invitation to meet at Giuseppina\'s house in Fubine. Laura had spent many years trying to research her connection to Monsignore Valerio Anzino, but was not successful. She had in her possession photos of Monsignor Valerio Anzino dating back to around 1860. In addition to the photos there were many stories told to her by her grandmother about the Anzinos. The combination of the photos and stories convinced Laura that she had a family connection to Monsignor Anzino. Laura\'s photos and family stories have proven invaluable in my research. It took me a year and a half to find Laura\'s specific connection to the Monsignor. I confirmed that connection with a visit to a church in Quattordio, Italy in June of 2018. Laura accompanied myself and <a href=\"https://www.apgen.org/directory/search_detail.html?mbr_id=1918\" target=\"_blank\" rel=\"noopener\">Iuri Silvestri</a> on that trip to the church to find the records that would confirm her family connection to Valerio. I was specifically looking for the death or marriage record of Laura\'s great,great,great grandmother Caterina Sala. If we found either the death or marriage record from the mid 1800s and if Caterina\'s mother was Gerolama Mandelli, then I\'d be 100% convinced. When Iuri found the death record and showed it to me, my eyes raced to the section that listed Caterina\'s mother\'s name. There it was...Gerolama Mandelli !! I jumped up and started hooting and hollering! Laura, Iuri the genealogist, the priest, and the local Quattordio historian must have been thinking \"Those Americans are an emotional bunch!!\".\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l5abu\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/tom-genealogist-cropped-994x1030.jpg\' attachment=\'7437\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'on-hover\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jobvh62t\' custom_class=\'\' admin_preview_bg=\'\']\r\nTom-Caption\r\n[/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg\' attachment=\'7688\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvo6if\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024-847x1030.jpg\' attachment=\'7691\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodvyk4t\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg\' attachment=\'7697\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodwm5ox\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/luisa-and-family-1030x795.jpg\' attachment=\'7828\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jof7x3e8\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]','About the Author','','publish','closed','closed','','about-the-author','','','2022-09-19 19:07:08','2022-09-19 19:07:08','',0,'https://valerioanzino.wpengine.com/?page_id=7130',0,'page','',0),(7133,1,'2018-11-07 07:34:26','2018-11-07 07:34:26','','Tom Marchisa','Tom Marchisa','inherit','open','closed','','tom-genealogist','','','2018-11-07 07:59:57','2018-11-07 07:59:57','',7130,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/tom-genealogist.jpg',0,'attachment','image/jpeg',0),(7142,1,'2022-09-19 05:12:08','2018-11-07 08:12:54',' ','','','publish','closed','closed','','7142','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=7142',4,'nav_menu_item','',0),(7152,1,'2022-09-19 05:12:08','2018-11-07 14:58:37',' ','','','publish','closed','closed','','7152','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=7152',3,'nav_menu_item','',0),(7157,1,'2018-11-07 15:21:01','2018-11-07 15:21:01','','pius-ix-vittorio-emmanuel-ii','Pope Pius IX and Vittorio Emmanuel II','inherit','open','closed','','pius-xii-vittorio-emmanuel-ii','','','2018-11-07 15:24:37','2018-11-07 15:24:37','',67,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg',0,'attachment','image/jpeg',0),(7162,1,'2018-11-07 15:30:14','2018-11-07 15:30:14','','pius-ix-vittorio-emmanuel-ii-250w','Pope Pius IX and Vittorio Emmanuel II','inherit','open','closed','','pius-ix-vittorio-emmanuel-ii-250w','','','2018-11-07 15:31:02','2018-11-07 15:31:02','',1,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/pius-ix-vittorio-emmanuel-ii-250w.jpg',0,'attachment','image/jpeg',0),(7166,1,'2018-11-07 17:43:40','2018-11-07 17:43:40','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-310me6\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jo7gchxy\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">The website is now about 75% completed. As development progresses, I\'m re-reading prior research and conducting new research in order to make the website as accurate as reasonably possible. I\'ve learned a few new things about Valerio in the process.\r\n[/av_textblock]</p>\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3rg1xq\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-364qha\']\r\n\r\n[/av_one_full]','Website 75% Complete','','publish','open','closed','','website-75-complete','','','2022-09-19 19:26:57','2022-09-19 19:26:57','',0,'https://valerioanzino.wpengine.com/?p=7166',0,'post','',0),(7190,1,'2018-11-07 19:06:50','2018-11-07 19:06:50','','grand-officer-order-of-the-crown-italy','','inherit','open','closed','','grand-officer-order-of-the-crown-italy','','','2018-11-07 19:06:50','2018-11-07 19:06:50','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy.jpg',0,'attachment','image/jpeg',0),(7196,1,'2018-11-07 19:14:57','2018-11-07 19:14:57','','grand-officer-order-of-the-crown-italy-250w','','inherit','open','closed','','grand-officer-order-of-the-crown-italy-250w','','','2018-11-07 19:14:57','2018-11-07 19:14:57','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg',0,'attachment','image/jpeg',0),(7211,1,'2018-11-07 19:47:09','2018-11-07 19:47:09','','Interno_Santa_Barbara_Mantova','','inherit','open','closed','','interno_santa_barbara_mantova','','','2018-11-07 19:47:09','2018-11-07 19:47:09','',7011,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova.jpg',0,'attachment','image/jpeg',0),(7221,1,'2018-11-07 20:11:19','2018-11-07 20:11:19','','800px-OSSML_Commandeur','','inherit','open','closed','','800px-ossml_commandeur','','','2018-11-07 20:11:19','2018-11-07 20:11:19','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur.jpg',0,'attachment','image/jpeg',0),(7229,1,'2018-11-07 20:44:19','2018-11-07 20:44:19','','order-christ-portugal','','inherit','open','closed','','order-christ-portugal','','','2018-11-07 20:44:19','2018-11-07 20:44:19','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/order-christ-portugal.jpg',0,'attachment','image/jpeg',0),(7238,1,'2018-11-07 21:13:00','2018-11-07 21:13:00','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'small\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jodcp3a2\' custom_class=\'pagetop-section\']\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8bsme\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joadbjfc\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">Preface</h3>\r\nSome of the most dramatic \"movie-worthy\" scenes in Valerio\'s life centered on his attempts to perform the last rites on his king, Vittorio Emmanuel II on Jan 9, 1878. There are many different accounts of what happened before the King died. After reading and re-reading all of those accounts, and reading personal correspondence sent by Valerio to his friends, (discovered in the State Archives in Roma), I believe that my story is probably as close to the facts as possible. I\'ve told and retold this story many times to family, and friends and many of them are waiting for the book, movie, or 3 part mini-series of Valerio\'s life.\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qb8zq\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jo7pc8s8\' custom_class=\'\' admin_preview_bg=\'\']\r\n<h3 style=\"color: #870404;\">The Last Hours of Vittorio Emmanuel II</h3>\r\nVittorio Emmanuel II was seriously ill, surrounded by his family, his physician, Dr. Bruno, Valerio, and a few others. A few days before, as word of the gravity of the situation traveled out of the Palace, Pope Pius IX, ( or one of the Cardinals in the Vatican), sent two emmissaries to the Quirinale Palace to talk to the King, ostensibly out of good will. Valerio, who was skilled in many ways, understood the risks of letting Vatican emmissaries near the King, so he kept them in a room far away from the King\'s chambers. Valerio\'s anxiety about the emmissaries was likely that he feared that they would tell the Vatican that Vittorio had confessed to them and regretted taking the Catholic Church\'s property.\r\n\r\nAt this point, Valerio had already heard the King\'s Confession, (controversial in itself since Vittorio had been excommunicated from the Catholic Church by Pope Pius IX years earlier), and after talking to Dr. Bruno, Valerio decided it was time to perform the Last Rites,(Extreme Unction). Dr. Bruno had told Valerio and Vittorio\'s family that the King had only a few hours to live. Having decided to administer the Last Rites, Valerio needed to obtain the special oil and the Viaticum, (Eucharist), required for this. Ordinarily, those materials would be in the Chapel, but the Palace Chapel had been deconsecrated years earlier when the King was excommunicated, and those materials had been removed from the chapel. Valerio then instructed an assistant to go to the nearest church, <a href=\"https://en.wikipedia.org/wiki/Santi_Vincenzo_e_Anastasio_a_Trevi\" target=\"_blank\" rel=\"noopener\">Santi Vincenzo e Anastasio a Trevi</a>, and ask the priest there to provide the oil and the Viaticum. Valerio\'s assistant raced out of the Palace to the nearby church to speak to the priest. The priest was there but told Valerio\'s assistant that he was under strict orders from the Vatican to not cooperate or provide any help to the King. After failing to get the priest\'s cooperation, Valerio\'s assistant raced back to the Palace to relay the bad news.\r\n\r\nValerio was disappointed, to put it mildly, and was very concerned that the King could die at any moment. Valerio decided that while his assistant had failed to convince the priest to provide what they needed, that he would use his skills and rank to convince the priest otherwise. Valerio, with his assistant in tow, then raced back to the church to try to change the priest\'s mind. When it became clear that Valerio wasn\'t going to be any more successful than his assistant had been a half hour before, Valerio asked to speak to the priest\'s Bishop. The Bishop\'s residence was not close by, and Valerio and his assistant raced by carriage to the bishop\'s residence. One can only imagine what was racing through Valerio\'s mind on that carriage ride. He had no idea whether his King was still alive. Valerio and his assistant arrived at the Bishop\'s residence, and Valerio tried his best to convince the Bishop to instruct the priest to provide the oil and Viaticum. The Bishop\'s response was clear and precise. The Bishop would cooperate if, and only if, Valerio could provide a signed written confession from the King that acknowledged that the King had stolen property, (think the Papal States), from the Pope and the Catholic Church. Without promising anything, Valerio told the Bishop that he would need to speak to his King. Valerio and his assistant then raced back to the Palace by carriage. Valerio was relieved that his King was still alive but decided against telling him what the Bishop\'s ultimatum was. Instead, Valerio and the King had a brief discussion about life and death, and Vittorio stated pretty clearly that,\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio listened to this and likely said to himself, \"This is all I\'m going to get\" and \"I think I can work with this\". Valerio left the King\'s Chambers and with his assistant in tow, they raced back to the Bishop\'s residence. Valerio likely told the Bishop that the King was too ill to read or write but that he, Valerio had just spoken to him and this is what the King said:\r\n<ul>\r\n 	<li>\"I want to die a good Catholic\" and</li>\r\n 	<li>\"I never intended to harm the Catholic Church</li>\r\n</ul>\r\nValerio also likely mentioned that the King could die at any minute and that time was of the utmost importance. To allow the King to die without administering the Last Rites was going to be the Bishop\'s decision. The Bishop pondered this and since there were no telephones for him to call the Vatican, he decided that the King\'s statements would have to be good enough. The Bishop then accompanied Valerio and his assistant to the church and instructed the priest to provide the Viaticum and anointing oil. Valerio and his assistant then raced back to the Palace hoping that they were not too late. When they arrived at the Palace and were preparing to enter the Kings Chambers, Dr. Bruno came out and told Valerio that the King seemed better and that he, Dr. Bruno, was concerned that if Valero performed the Last Rites on the King, that the experience of it would be stressful for the King. Valerio tried his best to convince Dr. Bruno otherwise but was not successful. Valerio and his assistant returned to Valerio\'s residence, (a 5 minute walk), and others waited in a room adjacent to the King\'s chambers. About 30 minutes later, Valerio was summoned to the Palace as Vittorio had taken a turn for the worse. By the time Valerio reached the King\'s Chambers a few minutes later, Dr. Bruno emerged to tell everyone that the King had just died.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jocikxo4\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma-1030x726.jpg\' attachment=\'8037\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodxpezc\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodxqrn1\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Quirinale Palace Roma.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-1030x686.jpg\' attachment=\'7245\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'always\' animation=\'no-animation\' av_uid=\'av-jo7pd6sv\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jociabq3\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The death chamber of King Victor Emmanuel II in the Quirinale Palace,1878, Rome, Italy, engraving,\r\nillustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.</p>\r\n[/av_textblock]\r\n\r\n[av_hr class=\'invisible\' height=\'100\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jodf9gyu\' custom_class=\'whitespace\' admin_preview_bg=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868-1030x766.jpg\' attachment=\'7641\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodehrf7\' custom_class=\'lastrites-images\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodelthg\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">The church, SS Vincenzo e Anastasio di Trevi where Valerio and his assistant ultimately obtained the special oil and Viaticum needed to administer the Last Rites to the King.</p>\r\n[/av_textblock]\r\n[/av_one_half]','Vittorio Emmanuel II Last Rites','','publish','closed','closed','','vittorio-emmanuel-ii-last-rites','','','2022-09-19 19:05:46','2022-09-19 19:05:46','',0,'https://valerioanzino.wpengine.com/?page_id=7238',0,'page','',0),(7241,1,'2018-11-07 21:16:01','2018-11-07 21:16:01','<p class=\"tlage\">45 Years Old</p>\r\n[caption id=\"attachment_7245\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg\"><img src=\"/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048-80x80.jpg\" alt=\"The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.\" width=\"80\" height=\"80\" class=\"size-thumbnail wp-image-7245\" /></a> The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.[/caption]\r\nControversy swirled around the death of Vittorio Emmanuel II, Unified Italy\'s first king. Monsignor Valerio Anzino\'s attempts to perform last rites for his King are full of drama and intrigue<a href=\"/vittorio-emmanuel-ii-last-rites/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Vittorio Emmanuel II Last Rites','','publish','closed','closed','','vittorio-emmanuel-ii-last-rites','','','2018-11-07 21:37:40','2018-11-07 21:37:40','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=7241',0,'cool_timeline','',0),(7245,1,'2018-11-07 21:30:11','2018-11-07 21:30:11','The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.','DAE-BA021877 - © - De Agostini / Biblioteca Ambrosiana','The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878. © - De Agostini / Biblioteca Ambrosiana','inherit','open','closed','','dae-ba021877-de-agostini-biblioteca-ambrosiana','','','2018-11-10 18:36:59','2018-11-10 18:36:59','',7241,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg',0,'attachment','image/jpeg',0),(7270,1,'2018-11-08 00:49:54','2018-11-08 00:49:54','','Notes about Anzino','','inherit','open','closed','','notes-screen-print','','','2018-11-08 00:53:05','2018-11-08 00:53:05','',6429,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/notes-screen-print.jpg',0,'attachment','image/jpeg',0),(7280,1,'2018-11-08 01:20:24','2018-11-08 01:20:24','','favico-32','','inherit','open','closed','','favico-32','','','2018-11-08 01:20:24','2018-11-08 01:20:24','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/favico-32.png',0,'attachment','image/png',0),(7298,1,'2018-11-08 07:31:31','2018-11-08 07:31:31','Tom Marchisa Amateur Genealogist','Tom Marchisa Amateur Genealogist','Tom Marchisa Amateur Genealogist','inherit','open','closed','','tom-genealogist-2','','','2018-11-11 17:31:25','2018-11-11 17:31:25','',7130,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/tom-genealogist-1.jpg',0,'attachment','image/jpeg',0),(7325,1,'2018-11-09 17:57:11','2018-11-09 17:57:11','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-24ti4d\']\r\n\r\n[av_textblock size=\'14\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-johdullm\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"test-fonts\"><em>\"This is a test of newspaper fonts\"</em></p>\r\n[/av_textblock]\r\n\r\n[/av_one_full]','Test','','publish','closed','closed','','test','','','2018-11-14 17:24:42','2018-11-14 17:24:42','',0,'https://valerioanzino.wpengine.com/?page_id=7325',0,'page','',0),(7328,1,'2018-11-09 18:28:34','2018-11-09 18:28:34','','tom-marchisa-120w','Tom Marchisa','inherit','open','closed','','tom-genealogist-120w','','','2018-11-09 18:29:18','2018-11-09 18:29:18','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/tom-genealogist-120w.jpg',0,'attachment','image/jpeg',0),(7339,1,'2018-11-09 19:05:17','2018-11-09 19:05:17','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3h89bv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-job7pixv\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Giuseppe Benvenuto Anzino was born in the Piemonte town of <a href=\"/fubine-italy/\" target=\"_blank\" rel=\"noopener\">Fubine, Italy</a> on September 6, 1832. At the age of 16, Valerio joined the <a href=\"https://en.wikipedia.org/wiki/Pallottines\" target=\"_blank\" rel=\"noopener\">Pallottines</a> in Torino. Shortly thereafter he was appointed by <a href=\"https://en.wikipedia.org/wiki/Victor_Emmanuel_II_of_Italy\" target=\"_blank\" rel=\"noopener\">Vittorio Emmanuel II</a>, then King of <a href=\"https://en.wikipedia.org/wiki/Kingdom_of_Sardinia\" target=\"_blank\" rel=\"noopener\">Sardinia</a>, to a position working with Valerio\'s uncle, Monsignor Giuseppe Anzino, in helping the poor in Torino. Valerio, being very intelligent and ambitious, soon was promoted to positions with even greater responsibilities. At the age of 18, he was tutoring the <a href=\"/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg\" target=\"_blank\" rel=\"noopener\">Princes of the House of Savoy</a> in religion and philosophy. He wrote a book at the age of 33 about Vittorio Emmanuel II\'s son, <a href=\"https://en.wikipedia.org/wiki/Prince_Oddone,_Duke_of_Montferrat\" target=\"_blank\" rel=\"noopener\">Prince Oddone, Duca di Monferrato</a>. Valerio accompanied Vittorio Emmanuel II to the battlefields in the Italian Wars for Unification, <a href=\"https://en.wikipedia.org/wiki/Italian_unification\" target=\"_blank\" rel=\"noopener\">(Risorgimento)</a>, and was appointed Chaplain to the King around 1865.\r\nValerio became embroiled in a huge controversy surrounding the death of Vittorio Emmanuel II on January 9, 1878. The debate concerned what the King said or didn\'t say on his deathbed regarding the Unification of Italy and the resulting transfer of sovereign power in the <a href=\"https://en.wikipedia.org/wiki/Papal_States\" target=\"_blank\" rel=\"noopener\">Papal States</a> from the Catholic Church to the new government in the period from 1861 to 1870. While the Wars for Unification had ended in the 1860s, the Catholic Church refused to sign a <a href=\"https://en.wikipedia.org/wiki/Roman_Question#Law_of_Papal_Guarantees\" target=\"_blank\" rel=\"noopener\">formal peace treaty</a> with the government and held on to hopes that they would somehow return to power in the Papal States. Valerio spent many years after the kings death fighting stories coming from the Vatican and elsewhere that were at odds with what he heard and saw at the kings deathbed. Valerio spent the last 20 years of his life trying unsuccessfully to broker a formal peace treaty between the Vatican and the Italian government. Valerio died on March 5, 1899 at <a href=\"/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg\" target=\"_blank\" rel=\"noopener\">Via del Sudario 47</a> in Roma and his funeral was attended by <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">King Umberto I</a>, Umberto\'s wife, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Queen Margherita</a>, members of the Savoy Court and others from all over Europe. Valerio is buried in the Anzino Family vault in <a href=\"https://www.google.com/maps/place/Cimitero+di+Mazz%C3%A8/@45.3061183,7.9312568,15z/data=!4m5!3m4!1s0x0:0x7143fa07914030a5!8m2!3d45.3061183!4d7.9312568\" target=\"_blank\" rel=\"noopener\">Mazze, Italy</a> about 75 KM from Fubine.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#e5e5e5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-27ggcb\' custom_class=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg\' attachment=\'17\' attachment_size=\'full\' align=\'center\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'icon-reveal\' animation=\'no-animation\' av_uid=\'av-jockryq7\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-2z3e8r\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"image-caption\">Valerio Anzino in the late 1870s</p>\r\n[/av_textblock]\r\n[/av_one_third]','Valerio\'s Life Narrative','','publish','closed','closed','','valerios-life-narrative','','','2022-09-19 19:04:35','2022-09-19 19:04:35','',0,'https://valerioanzino.wpengine.com/?page_id=7339',0,'page','',0),(7352,1,'2018-11-09 19:56:44','2018-11-09 19:56:44','','read-more-100w','','inherit','open','closed','','read-more-100w','','','2018-11-09 19:57:27','2018-11-09 19:57:27','',12,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/read-more-100w.png',0,'attachment','image/png',0),(7357,1,'2018-11-09 20:08:37','2018-11-09 20:08:37','','timeline-screenprint-200w','Valerio\'s Life Timeline','inherit','open','closed','','timeline-screenprint-200w','','','2018-11-09 20:11:59','2018-11-09 20:11:59','',7325,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg',0,'attachment','image/jpeg',0),(7437,1,'2018-11-10 07:42:24','2018-11-10 07:42:24','','Tom Marchisa Amateur Genealogist','Tom Marchisa Amateur Genealogist','inherit','open','closed','','tom-genealogist-cropped','','','2018-11-12 06:07:11','2018-11-12 06:07:11','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg',0,'attachment','image/jpeg',0),(7467,1,'2022-09-19 05:12:08','2018-11-10 08:36:27',' ','Valerio’s Life Narrative','','publish','closed','closed','','valerios-life-narrative','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=7467',6,'nav_menu_item','',0),(7468,1,'2022-09-19 05:12:08','2018-11-10 08:36:27',' ','','','publish','closed','closed','','7468','','','2022-09-19 05:12:08','2022-09-19 05:12:08','',0,'https://valerioanzino.wpengine.com/?p=7468',9,'nav_menu_item','',0),(7606,1,'2018-11-11 20:00:53','2018-11-11 20:00:53','','medals-link','','inherit','open','closed','','medals-link','','','2018-11-11 20:00:53','2018-11-11 20:00:53','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/medals-link.jpg',0,'attachment','image/jpeg',0),(7609,1,'2018-11-11 20:07:53','2018-11-11 20:07:53','','docs-link','','inherit','open','closed','','docs-link','','','2018-11-11 20:07:53','2018-11-11 20:07:53','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/docs-link.jpg',0,'attachment','image/jpeg',0),(7641,1,'2018-11-11 21:34:54','2018-11-11 21:34:54','Church where Valerio and his assistant obtained the special oil and Viaticum needed to administer Last Rites to the King','SS Vincenzo e Anastasio di Trevi, Roma','SS Vincenzo e Anastasio di Trevi, Roma','inherit','open','closed','','ss_vincenzo_e_anastasio_-_altar_maggiore_e_iconostasi_1150868','','','2018-11-11 21:43:43','2018-11-11 21:43:43','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868.jpg',0,'attachment','image/jpeg',0),(7666,1,'2018-11-12 01:31:13','2018-11-12 01:31:13','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jodrsle6\' custom_class=\'\' admin_preview_bg=\'\']\r\n[wppb-login]\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii-1030x779.jpg\' attachment=\'7157\' attachment_size=\'large\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jodru1gq\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','User Login','','publish','closed','closed','','user-login','','','2018-11-12 03:51:51','2018-11-12 03:51:51','',0,'https://valerioanzino.wpengine.com/?page_id=7666',0,'page','',0),(7688,1,'2018-11-12 05:34:36','2018-11-12 05:34:36',' 2016 chance meeting in Fubine, Italy between  Laura Santoro Ragaini, Tom Marchisa, Giuseppina Anzino All descendants of Valerio Anzino\'s great grandfather','Descendants of Valerio Anzino\'s great grandfather','L to R: Laura Santoro Ragaini, Tom Marchisa, Giuseppina Anzino All descendants of Valerio Anzino\'s great grandfather','inherit','open','closed','','anzino_descendants-1024','','','2018-11-12 05:45:20','2018-11-12 05:45:20','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg',0,'attachment','image/jpeg',0),(7691,1,'2018-11-12 05:45:38','2018-11-12 05:45:38','','Anzino Family Vault Quattordio','','inherit','open','closed','','anzino-vault-quattordio-1024','','','2018-11-12 05:47:01','2018-11-12 05:47:01','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024.jpg',0,'attachment','image/jpeg',0),(7697,1,'2018-11-12 06:04:52','2018-11-12 06:04:52','','Genealogy Italy 2018','','inherit','open','closed','','genealogy-italy-2018','','','2018-11-12 06:05:23','2018-11-12 06:05:23','',7130,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg',0,'attachment','image/jpeg',0),(7701,1,'2018-11-12 06:34:13','2018-11-12 06:34:13','','Palazzo Quirinale 2016','Palazzo Quirinale 2016','inherit','open','closed','','palazzo-quirinale','','','2018-11-12 06:34:45','2018-11-12 06:34:45','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Palazzo-Quirinale.jpg',0,'attachment','image/jpeg',0),(7721,1,'2018-11-12 17:41:21','2018-11-12 17:41:21','','Order of Nichan Tunisia','','inherit','open','closed','','order-di-nichan','','','2018-11-12 17:42:09','2018-11-12 17:42:09','',7011,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/order-di-nichan.jpg',0,'attachment','image/jpeg',0),(7743,1,'2018-11-12 19:22:40','2018-11-12 19:22:40','','Orden de Isabel Catolica','','inherit','open','closed','','order-of-isabel-catholic','','','2018-11-12 19:23:15','2018-11-12 19:23:15','',7011,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/order-of-isabel-catholic.jpg',0,'attachment','image/jpeg',0),(7754,1,'2018-11-12 19:44:13','2018-11-12 19:44:13','Photo of Order of Saint Michael of Bavaria','Order of Saint Michael of Bavaria.By Robert Prummel - Own work, CC BY-SA 3.0, <a href=\"https://commons.wikimedia.org/w/index.php?curid=15872248\" target=\"_blank\">Creative Commons</a>','Order of Saint Michael of Bavaria.By Robert Prummel - Own work, CC BY-SA 3.0, <a href=\"https://commons.wikimedia.org/w/index.php?curid=15872248\" target=\"_blank\">Creative Commons</a>','inherit','open','closed','','order-saint-michael-bavaria','','','2018-11-12 19:52:59','2018-11-12 19:52:59','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/order-saint-michael-bavaria.jpg',0,'attachment','image/jpeg',0),(7758,1,'2018-11-12 20:16:21','2018-11-12 20:16:21','Clipped from New York Herald Interview 1884','New York Herald Interview 1884','New York Herald Interview 1884','inherit','open','closed','','nyherald-1884','','','2018-11-12 20:18:56','2018-11-12 20:18:56','',7759,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/nyherald-1884.jpg',0,'attachment','image/jpeg',0),(7759,1,'2018-11-12 20:19:08','2018-11-12 20:19:08','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-joerb1hd\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nNew York Herald correspondent interview of Monsignor Valerio Anzino in January 1884. The controversy regarding the death bed statements of Valerio\'s King, Vittorio Emmanuel II, who had died 6 years prior, is still simmering.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'\']\r\n\r\n[caption id=\"attachment_7758\" align=\"alignleft\" width=\"1030\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884.jpg\"><img class=\"size-large wp-image-7758\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-1030x738.jpg\" alt=\"New York Herald Interview 1884\" width=\"1030\" height=\"738\" /></a> New York Herald Interview 1884[/caption]\r\n\r\n[/av_textblock]\r\n\r\n[/av_one_third]','New York Herald Interview 1884','','publish','open','closed','','new-york-herald-interview-1884','','','2018-11-12 20:24:50','2018-11-12 20:24:50','',0,'https://valerioanzino.wpengine.com/?post_type=document&#038;p=7759',0,'document','',0),(7779,1,'2018-11-12 20:50:38','2018-11-12 20:50:38','Maddalena Anzino (1919-2000). Valerio\'s grand niece, daughter of his nephew Giovanni Anzino','Maddalena Anzino (1919-2000)','Maddalena Anzino (1919-2000)','inherit','open','closed','','maddalena-anzino','','','2018-11-12 20:55:02','2018-11-12 20:55:02','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/maddalena-anzino.jpg',0,'attachment','image/jpeg',0),(7780,1,'2018-11-12 20:55:20','2018-11-12 20:55:20','Maddalena Anzino Burial Marker 2018 in Verano Cimitero, Roma','Maddalena Anzino Burial Marker 2018 in Verano Cimitero, Roma','Maddalena Anzino Burial Marker 2018 in Verano Cimitero, Roma','inherit','open','closed','','maddalena-anzino-burial-marker-2018','','','2018-11-12 20:57:07','2018-11-12 20:57:07','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/maddalena-anzino-burial-marker-2018.jpg',0,'attachment','image/jpeg',0),(7786,1,'2018-11-13 01:25:08','2018-11-13 01:25:08','Monsignor Valerio Anzino Funeral Process Notice 1899','Monsignor Valerio Anzino Funeral Process Notice 1899','Monsignor Valerio Anzino Funeral Process Notice 1899','inherit','open','closed','','valerio-anzino-funeral-procession-notice-1899-watermark','','','2018-11-13 01:25:56','2018-11-13 01:25:56','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/valerio-anzino-funeral-procession-notice-1899-watermark.jpg',0,'attachment','image/jpeg',0),(7815,1,'2018-11-13 03:34:41','2018-11-13 03:34:41','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-8jamhj\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jof6ly33\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">This website went live today for public access. There are still a small handful of important things outstanding that the website author will address in the next few weeks.\r\n[/av_textblock]</p>\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ty92v\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4gvhon\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2xwjef\']\r\n[/av_one_full]','Website Live for Public Access','','publish','open','closed','','website-live-for-public-access','','','2022-09-19 19:26:22','2022-09-19 19:26:22','',0,'https://valerioanzino.wpengine.com/?p=7815',0,'post','',0),(7818,1,'2018-11-13 03:37:08','2018-11-13 03:37:08','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-95uybe\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jof6pua0\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">This Post is meant to solicit suggestions/changes to the website\r\n[/av_textblock]</p>\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5qsnkq\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4qt022\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2pewbe\']\r\n[/av_one_full]','Website Suggestions','','publish','open','closed','','website-suggestions','','','2022-09-19 19:25:32','2022-09-19 19:25:32','',0,'https://valerioanzino.wpengine.com/?p=7818',0,'post','',0),(7825,1,'2018-11-13 03:42:21','2018-11-13 03:42:21','[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7rijep\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jof6wrev\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">Enter general comments about website in this Post\r\n[/av_textblock]</p>\r\n[/av_one_full][av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5reqc1\']\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4mwtrl\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2zghap\']\r\n[/av_one_full]','General Comments','','publish','open','closed','','general-comments','','','2022-09-19 19:24:56','2022-09-19 19:24:56','',0,'https://valerioanzino.wpengine.com/?p=7825',0,'post','',0),(7828,1,'2018-11-13 04:06:38','2018-11-13 04:06:38','Cousin Luisa Marchisa and Family','Cousin Luisa Marchisa and Family','Cousin Luisa Marchisa and Family','inherit','open','closed','','luisa-and-family','','','2018-11-13 04:07:31','2018-11-13 04:07:31','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/luisa-and-family.jpg',0,'attachment','image/jpeg',0),(7836,1,'2018-11-13 05:13:00','2018-11-13 05:13:00','','new-tree-extended-1024','','inherit','open','closed','','new-tree-extended-1024','','','2018-11-13 05:13:00','2018-11-13 05:13:00','',41,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/new-tree-extended-1024.jpg',0,'attachment','image/jpeg',0),(7837,1,'2018-11-13 05:13:11','2018-11-13 05:13:11','','new-tree-extended-2048','','inherit','open','closed','','new-tree-extended-2048','','','2018-11-13 05:13:11','2018-11-13 05:13:11','',41,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg',0,'attachment','image/jpeg',0),(7854,1,'2018-11-13 05:44:09','2018-11-13 05:44:09','Lily Rossi','Lily Rossi','Lily Rossi','inherit','open','closed','','lily-rossi','','','2018-11-13 05:45:26','2018-11-13 05:45:26','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/lily-rossi.jpg',0,'attachment','image/jpeg',0),(7855,1,'2018-11-13 05:44:22','2018-11-13 05:44:22','Carlotta Rossi','Carlotta Rossi','Carlotta Rossi','inherit','open','closed','','carlotta-rossi','','','2018-11-13 05:45:00','2018-11-13 05:45:00','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/carlotta-rossi.jpg',0,'attachment','image/jpeg',0),(7862,1,'2018-10-21 06:06:20','2018-10-21 06:06:20','Circa 1862...Studio photo of Valerio Anzino likely taken in Torino in the early 1860s. Photo is part of a private collection belonging to a descendant of Valerio\'s great grandfather Giuseppe Sala, Laura Santoro Ragaini. © - Laura Santoro Ragaini, Milano','Valerio Anzino Circa 1862','Valerio Anzino Circa 1862...© - Laura Santoro Ragaini, Milano','inherit','open','closed','','valerio_anzino_circa_1862-2','','','2018-10-21 06:06:20','2018-10-21 06:06:20','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862.jpg',0,'attachment','image/jpeg',0),(7863,1,'2018-10-21 06:35:57','2018-10-21 06:35:57','Circa 1878...Photo taken of Valerio Anzino. Photo is part of a private collection belonging to a descendant of Valerio\'s great grandfather Giuseppe Sala, Laura Santoro Ragaini, Milano','Valerio Anzino  in the late 1870s','Valerio Anzino  in the late 1870s','inherit','open','closed','','valerio_anzino-circa-1885-2','','','2018-10-21 06:35:57','2018-10-21 06:35:57','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino-circa-1885.jpg',0,'attachment','image/jpeg',0),(7864,1,'2018-10-21 07:22:06','2018-10-21 07:22:06','','logo-340','','inherit','open','closed','','logo-340-2','','','2018-10-21 07:22:06','2018-10-21 07:22:06','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/logo-340.jpg',0,'attachment','image/jpeg',0),(7865,1,'2018-10-21 16:36:03','2018-10-21 16:36:03','This is a photo of an oil painting owned by a descendant of Valerio Anzino\'s niece.  Valerio\'s niece, Clementina (Anzino) Rossi, was a daughter of Valerio\'s brother , Carlo Alberto Anzino. This  Valerio Anzino painting was likely done in the early 1860s. From private photo collection of Laura Santoro Ragaini, Milano','Valerio Anzino Oil Painting circa 1860s','Valerio Anzino Oil Painting circa 1860s','inherit','open','closed','','valerio_anzino_oil_painting_logo-340-2','','','2018-10-21 16:36:03','2018-10-21 16:36:03','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino_oil_painting_logo-340.jpg',0,'attachment','image/jpeg',0),(7866,1,'2018-10-21 21:44:28','2018-10-21 21:44:28','','new-logo2-350','','inherit','open','closed','','new-logo2-350-2','','','2018-10-21 21:44:28','2018-10-21 21:44:28','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/new-logo2-350.jpg',0,'attachment','image/jpeg',0),(7867,1,'2018-10-21 23:19:15','2018-10-21 23:19:15','While the Alinari Archive caption states that the cleric in the back row is Valerio Anzino in 1862, Valerio was only 30 years old at that time and the cleric in the photo is clearly in his late 40s to mid 50\'s. It\'s likely that the cleric is Valerio\'s uncle Giuseppe Anzino who would substitute as a teacher when other teachers were not available. ','Anzino with Royals of Savoy and other teachers circa 1862','Anzino with Royals of Savoy and other teachers circa 1862','inherit','open','closed','','giuseppe_anzino-w-royals-of-savoy-2','','','2018-10-21 23:19:15','2018-10-21 23:19:15','',6522,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/giuseppe_anzino-w-royals-of-savoy.jpg',0,'attachment','image/jpeg',0),(7868,1,'2018-10-21 23:19:21','2018-10-21 23:19:21','Circa 1875...This interesting photo is almost certainly a composite where the individuals were photographed at different places and different times. Top row: Carlo Alberto Anzino (Valerio\'s brother), Valerio Anzino, Gerolamo Mo, (cousin of Valerio). Sitting in front: Giovanni Sala, (cousin of Valerio), Angelo Sala, (cousin of Valerio). Photo is part of a private collection belonging to a descendant of Valerio\'s great grandfather Giuseppe Sala, Laura Santoro Ragaini, Milano','Monsignore Valerio Anzino with brother and friends circa 1875','Monsignore Valerio Anzino with brother and friends circa 1875','inherit','open','closed','','monsignore-valerio-anzino-circa-1875-2','','','2018-10-21 23:19:21','2018-10-21 23:19:21','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/monsignore-valerio-anzino-circa-1875.jpg',0,'attachment','image/jpeg',0),(7869,1,'2018-10-21 23:19:44','2018-10-21 23:19:44','Wedding of Vittorio Emmanuel III 1896','Photo Anzino at wedding','Wedding of Vittorio Emmanuel III 1896','inherit','open','closed','','photo-anzino-at-wedding-2','','','2018-10-21 23:19:44','2018-10-21 23:19:44','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/Photo-Anzino-at-wedding.png',0,'attachment','image/png',0),(7870,1,'2018-10-21 23:23:47','2018-10-21 23:23:47','Circa 1895...Photo of Giuseppina Anzino\'s School in Torino. Giuseppina, (Valerio\'s sister),  is the woman in front dressed in black. Photo is part of a private collection belonging to a descendant of Valerio\'s great grandfather Giuseppe Sala, Laura Santoro Ragaini, Milano','Giuseppina Anzino School Circa 1895','Giuseppina Anzino School Circa 1895','inherit','open','closed','','giuseppina_anzino_circa_1895-3','','','2018-10-21 23:23:47','2018-10-21 23:23:47','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/giuseppina_anzino_circa_1895.jpg',0,'attachment','image/jpeg',0),(7871,1,'2018-10-21 23:24:00','2018-10-21 23:24:00','This is a photo of Nicola Anzino, son of Valerio\'s brother Alessandro. Nicola was born in Firenze in 1870, and married in Milano in 1911. The photo is from the private collection of Laura Santoro Ragaini, Milano','Nicola Anzino (Valerio\'s nephew) Circa 1920s','Nicola Anzino (Valerio\'s nephew) Circa 1920s','inherit','open','closed','','nicola-anzino-circa_1920s-2','','','2018-10-21 23:24:00','2018-10-21 23:24:00','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/nicola-anzino-circa_1920s.jpg',0,'attachment','image/jpeg',0),(7872,1,'2018-10-21 23:24:06','2018-10-21 23:24:06','This photograph shows Valerio Anzino watching from the side as Umberto I and his Queen Margherita walk in a procession during the wedding of their son Vittorio Emmanuel III in 1896. The photo is part of a collection managed by the \nFisher Fine Arts Library Image Collection PU at the Fisher Fine Arts Library at the University of Pennsylvania in Philadelphia, PA','Valerio Anzino  at 1896 wedding of  Vittorio Emmanuel III','Valerio Anzino  at 1896 wedding of  Vittorio Emmanuel III','inherit','open','closed','','valerio_anzino_1896-2','','','2018-10-21 23:24:06','2018-10-21 23:24:06','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino_1896.jpeg',0,'attachment','image/jpeg',0),(7873,1,'2018-10-21 23:24:21','2018-10-21 23:24:21','This is an oil painting of Valerio Anzino taken in the 1890\'s . Photo of the oil painting From private photo collection of Laura Santoro Ragaini, Milano','Valerio Anzino Oil Painting Circa 1890s','Valerio Anzino Oil Painting Circa 1890s','inherit','open','closed','','valerio_anzino_oil_painting_circa_1890-2','','','2018-10-21 23:24:21','2018-10-21 23:24:21','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino_oil_painting_circa_1890.jpg',0,'attachment','image/jpeg',0),(7874,1,'2018-10-21 23:31:00','2018-10-21 23:31:00','','Confessor to the pope from Marchisa family','Valerio in the 1890s','inherit','open','closed','','confessor-to-the-pope-from-marchisa-family-3','','','2018-10-21 23:31:00','2018-10-21 23:31:00','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino.jpg',0,'attachment','image/jpeg',0),(7875,1,'2018-10-22 00:02:34','2018-10-22 00:02:34','','anzino-family-tree','','inherit','open','closed','','anzino-family-tree-2','','','2018-10-22 00:02:34','2018-10-22 00:02:34','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/anzino-family-tree.jpg',0,'attachment','image/jpeg',0),(7876,1,'2018-10-22 02:14:51','2018-10-22 02:14:51','','fubine-street','','inherit','open','closed','','fubine-street-2','','','2022-04-27 18:39:08','2022-04-27 18:39:08','',80,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/fubine-street.jpg',0,'attachment','image/jpeg',0),(7877,1,'2018-10-22 02:28:55','2018-10-22 02:28:55','','valerio-anzino-baptism-record','Church Baptism Record','inherit','open','closed','','valerio-anzino-baptism-record-2','','','2022-07-22 01:23:22','2022-07-22 01:23:22','',8285,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg',0,'attachment','image/jpeg',0),(7878,1,'2018-10-22 04:54:13','2018-10-22 04:54:13','This is where Valerio Anzino lived in the 1890\'s. He lived in the apartment over the Church below. It was located at Via Sudario 47 and it was close to the King\'s Palace. Valerio died here on March 5 1899. This photo was taken by the website\'s author in 2015 during a trip to Italy.','Valerio\'s residence in Roma 1890s','Valerio\'s residence in Roma 1890s','inherit','open','closed','','via-del-sudario-47-roma-2','','','2018-10-22 04:54:13','2018-10-22 04:54:13','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/via-del-sudario-47-roma.jpg',0,'attachment','image/jpeg',0),(7879,1,'2018-10-22 05:02:42','2018-10-22 05:02:42','Circa 1898...Photo of Valerio in the late 1890s taken in a Rome Photo Studio. From private photo collection of Laura Santoro Ragaini, Milano','Valerio Anzino Circa 1898','Valerio Anzino Circa 1898','inherit','open','closed','','valerio-anzino-circa_1895-2-2','','','2018-10-22 05:02:42','2018-10-22 05:02:42','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-circa_1895-1.jpg',0,'attachment','image/jpeg',0),(7880,1,'2018-10-22 05:59:25','2018-10-22 05:59:25','','valerio-anzino-morti-on-FHC-film-num-2144772','Roma Civil Death Record','inherit','open','closed','','valerio-anzino-morti-on-fhc-film-num-2144772-2','','','2018-10-22 05:59:25','2018-10-22 05:59:25','',6009,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg',0,'attachment','image/jpeg',0),(7881,1,'2018-10-22 17:00:27','2018-10-22 17:00:27','','1847-census-giovanni-anzino-family','1847 Church Family Census','inherit','open','closed','','1847-census-giovanni-anzino-family-2','','','2018-10-22 17:00:27','2018-10-22 17:00:27','',6224,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg',0,'attachment','image/jpeg',0),(7882,1,'2018-10-22 21:10:38','2018-10-22 21:10:38','Valerio Anzino was buried in the family vault in Mazze Italy in March 1899. The descendant\'s of Valerio\'s brothers at some point relinquished ownership of the vault and it was repurposed for another family. The photo is one of 5 potential vaults in the cemetery that could originally be the Anzino vault. There is a research project underway to establish which vault it is. The photo was taken by the website\'s author in 2018 during a trip to Italy.','Burial Vault in Mazze Italy','Burial Vault in Mazze Italy','inherit','open','closed','','valerio-anzino-family-vault-mazze-maybe-2','','','2018-10-22 21:10:38','2018-10-22 21:10:38','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe.jpg',0,'attachment','image/jpeg',0),(7883,1,'2018-10-22 21:14:41','2018-10-22 21:14:41','This is a photo of the San Carlo ai Catinari church where Valerio\'s funeral service was held in 1899. It\'s located about 1 km from his residence. The funeral was attended by the King, Queen, members of the Court and others. The photo was taken in 2015 during  a trip to Italy by this website\'s author.','Valerio Anzino\'s Funeral Service 1899','Valerio Anzino\'s Funeral Service 1899','inherit','open','closed','','valerio-anzino-funeral-church-2','','','2018-10-22 21:14:41','2018-10-22 21:14:41','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-funeral-church.jpg',0,'attachment','image/jpeg',0),(7884,1,'2018-10-23 04:30:18','2018-10-23 04:30:18','','new-logo3-350','','inherit','open','closed','','new-logo3-350-2','','','2018-10-23 04:30:18','2018-10-23 04:30:18','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/new-logo3-350.jpg',0,'attachment','image/jpeg',0),(7885,1,'2018-10-23 06:50:39','2018-10-23 06:50:39','','new-logo4-350','','inherit','open','closed','','new-logo4-350-2','','','2018-10-23 06:50:39','2018-10-23 06:50:39','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/new-logo4-350.jpg',0,'attachment','image/jpeg',0),(7886,1,'2018-10-23 07:11:31','2018-10-23 07:11:31','','new-logo5-350','','inherit','open','closed','','new-logo5-350-2','','','2018-10-23 07:11:31','2018-10-23 07:11:31','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/new-logo5-350.jpg',0,'attachment','image/jpeg',0),(7887,1,'2018-10-23 07:44:57','2018-10-23 07:44:57','Photo L to R:  Gerolamo Mo, Clementina (Anzino) Mo, Domenico Mo (reading paper), Angiolina Rossi, Mario Rossi, Carlotta Rossi, Giovanni Medici del Vascello. From private photo collection of Laura Santoro Ragaini, Milano','Clementina (Anzino) Rossi, with family and friends circa 1901','Clementina (Anzino) Rossi, with family and friends circa 1901','inherit','open','closed','','20160717_150314-2','','','2018-10-23 07:44:57','2018-10-23 07:44:57','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/20160717_150314.jpg',0,'attachment','image/jpeg',0),(7888,1,'2018-10-24 03:10:47','2018-10-24 03:10:47','','Valerio Anzino Funeral Notice','','inherit','open','closed','','valerio-anzino-funeral-procession-notice-1899-2','','','2022-07-22 01:59:51','2022-07-22 01:59:51','',8306,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899.jpg',0,'attachment','image/jpeg',0),(7889,1,'2018-10-24 04:51:51','2018-10-24 04:51:51','Giuseppina Anzino 2016. Descendant of Valerio Anzino\'s great grandfather.','Giuseppina Anzino 2016','Giuseppina Anzino 2016','inherit','open','closed','','giuseppina-anzino-2016-2','','','2018-10-24 04:51:51','2018-10-24 04:51:51','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/giuseppina-anzino-2016.jpg',0,'attachment','image/jpeg',0),(7890,1,'2018-10-24 04:55:52','2018-10-24 04:55:52','Giuseppina Anzino, (Valerio Anzino\'s sister), ran 2 schools, 1 in Torino near the Royal Palace and 1 in Mazze. The grandmother of the person providing the photo attended Giuseppina\'s school in Torino in the 1890\'s. This photo is cropped from a larger photo that shows Giuseppina\'s students and the teachers. From private photo collection of Laura Santoro Ragaini, Milano','Giuseppina Anzino Circa 1895','Giuseppina Anzino Circa 1895','inherit','open','closed','','giuseppina_anzino_circa_1895-cropped-2','','','2018-10-24 04:55:52','2018-10-24 04:55:52','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/giuseppina_anzino_circa_1895-cropped.jpg',0,'attachment','image/jpeg',0),(7891,1,'2018-10-24 04:58:58','2018-10-24 04:58:58','Giuseppina Anzino, Valerio\'s sister, ran 2 schools, 1 in Torino and 1 in Mazze. This is a photo of the Torino school. Giuseppina is the woman in the front row dressed in black. This school was attended by the grandmother of the person who provided this photo.  Photo is part of a private collection belonging to Laura Santoro Ragaini','Giuseppina Anzino School Circa 1895','Giuseppina Anzino School Circa 1895','inherit','open','closed','','giuseppina_anzino_circa_1895-2-2','','','2018-10-24 04:58:58','2018-10-24 04:58:58','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/giuseppina_anzino_circa_1895-1.jpg',0,'attachment','image/jpeg',0),(7892,1,'2018-10-24 06:46:41','2018-10-24 06:46:41','','anzino-family-tree2','','inherit','open','closed','','anzino-family-tree2-2','','','2018-10-24 06:46:41','2018-10-24 06:46:41','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/anzino-family-tree2.jpg',0,'attachment','image/jpeg',0),(7893,1,'2018-10-25 04:19:30','2018-10-25 04:19:30','','1847-fubine-church-census-giovanni-anzino-family-cropped','','inherit','open','closed','','1847-fubine-church-census-giovanni-anzino-family-cropped-2','','','2018-10-25 04:19:30','2018-10-25 04:19:30','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/1847-fubine-church-census-giovanni-anzino-family-cropped.jpg',0,'attachment','image/jpeg',0),(7894,1,'2018-10-29 06:00:25','2018-10-29 06:00:25','','Il cappellano del Re - La posta del 1866','','inherit','open','closed','','il-cappellano-del-re-la-posta-del-1866-2','','','2018-10-29 06:00:25','2018-10-29 06:00:25','',6016,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/Il-cappellano-del-Re-La-posta-del-1866.pdf',0,'attachment','application/pdf',0),(7895,1,'2018-10-29 06:07:22','2018-10-29 06:07:22','','anzino-postcard-article-1866','Postcard from Bezzecca','inherit','open','closed','','anzino-postcard-article-1866-2','','','2018-10-29 06:07:22','2018-10-29 06:07:22','',6016,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/anzino-postcard-article-1866.jpg',0,'attachment','image/jpeg',0),(7896,1,'2018-10-29 06:22:08','2018-10-29 06:22:08','','anzino-postcard-to-commander','','inherit','open','closed','','anzino-postcard-to-commander-2','','','2018-10-29 06:22:08','2018-10-29 06:22:08','',6016,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/anzino-postcard-to-commander.jpg',0,'attachment','image/jpeg',0),(7897,1,'2018-10-29 06:31:35','2018-10-29 06:31:35','','1866-postcard-translated','','inherit','open','closed','','1866-postcard-translated-2','','','2018-10-29 06:31:35','2018-10-29 06:31:35','',6016,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/1866-postcard-translated.jpg',0,'attachment','image/jpeg',0),(7898,1,'2018-10-29 06:39:22','2018-10-29 06:39:22','','AAA_6914','','inherit','open','closed','','aaa_6914-2','','','2018-10-29 06:39:22','2018-10-29 06:39:22','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/AAA_6914.jpg',0,'attachment','image/jpeg',0),(7899,1,'2018-10-29 16:54:19','2018-10-29 16:54:19','','VictorEmmanuel2','Vittorio Emmanuel II','inherit','open','closed','','victoremmanuel2-2','','','2018-10-29 16:54:19','2018-10-29 16:54:19','',6134,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/VictorEmmanuel2.jpg',0,'attachment','image/jpeg',0),(7900,1,'2018-10-29 16:59:05','2018-10-29 16:59:05','','VictorEmmanuel2-cropped','','inherit','open','closed','','victoremmanuel2-cropped-2','','','2018-10-29 16:59:05','2018-10-29 16:59:05','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/VictorEmmanuel2-cropped.jpg',0,'attachment','image/jpeg',0),(7901,1,'2018-10-30 04:02:08','2018-10-30 04:02:08','','lightblue501','Read More','inherit','open','closed','','lightblue501-2','','','2018-10-30 04:02:08','2018-10-30 04:02:08','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/lightblue501.png',0,'attachment','image/png',0),(7902,1,'2018-10-31 03:07:34','2018-10-31 03:07:34','','title-image-201h','','inherit','open','closed','','title-image-201h-2','','','2018-10-31 03:07:34','2018-10-31 03:07:34','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/title-image-201h.jpg',0,'attachment','image/jpeg',0),(7903,1,'2018-10-31 03:49:51','2018-10-31 03:49:51','Circa 1862..Valerio Anzino studio photo likely taken in Torino. Photo is part of a private collection belonging to Laura Santoro Ragaini','Valerio Anzino Circa 1862','Valerio Anzino Circa 1862<br/>© - Laura Santoro Ragaini, Milano','inherit','open','closed','','valerio_anzino_circa_1862-cropped-2','','','2018-10-31 03:49:51','2018-10-31 03:49:51','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio_anzino_circa_1862-cropped.jpg',0,'attachment','image/jpeg',0),(7904,1,'2018-10-31 04:17:45','2018-10-31 04:17:45','','ReadMore-75w','','inherit','open','closed','','readmore-75w-2','','','2018-10-31 04:17:45','2018-10-31 04:17:45','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/ReadMore-75w.png',0,'attachment','image/png',0),(7905,1,'2018-10-31 04:29:17','2018-10-31 04:29:17','This photograph was discovered in 2014 in a shoebox with other photos that had been passed down through multiple generations of this website\'s author, After lengthy research , Valerio\'s identity was established and more research ensued','Valerio Anzino circa 1898','\"Photo in a Shoebox\"\nValerio Anzino circa 1898 ','inherit','open','closed','','confessor-to-the-pope-from-marchisa-family-2-2','','','2018-10-31 04:29:17','2018-10-31 04:29:17','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/valerio-anzino-cropped.jpg',0,'attachment','image/jpeg',0),(7906,1,'2018-10-31 05:58:35','2018-10-31 05:58:35','','brownpaper2','','inherit','open','closed','','brownpaper2-2','','','2018-10-31 05:58:35','2018-10-31 05:58:35','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/brownpaper2.png',0,'attachment','image/png',0),(7907,1,'2018-11-01 18:50:06','2018-11-01 18:50:06','','new-logo6-350','','inherit','open','closed','','new-logo6-350-2','','','2018-11-01 18:50:06','2018-11-01 18:50:06','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/new-logo6-350.jpg',0,'attachment','image/jpeg',0),(7908,1,'2018-11-01 20:40:29','2018-11-01 20:40:29','','anzino-interview','NY Herald Interview 1884','inherit','open','closed','','anzino-interview-2','','','2018-11-01 20:40:29','2018-11-01 20:40:29','',6363,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/anzino-interview.jpg',0,'attachment','image/jpeg',0),(7909,1,'2018-11-02 03:44:16','2018-11-02 03:44:16','','title-image-201h-2200w','','inherit','open','closed','','title-image-201h-2200w-2','','','2018-11-02 03:44:16','2018-11-02 03:44:16','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/title-image-201h-2200w.jpg',0,'attachment','image/jpeg',0),(7910,1,'2018-11-02 03:49:41','2018-11-02 03:49:41','','brownpaper-title','','inherit','open','closed','','brownpaper-title-2','','','2018-11-02 03:49:41','2018-11-02 03:49:41','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/brownpaper-title.jpg',0,'attachment','image/jpeg',0),(7911,1,'2018-11-02 05:02:39','2018-11-02 05:02:39','','vincent-pallotti','Father Vincent Pallotti founder of the Pallottines','inherit','open','closed','','vincent-pallotti-2','','','2018-11-02 05:02:39','2018-11-02 05:02:39','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/vincent-pallotti.jpg',0,'attachment','image/jpeg',0),(7912,1,'2018-11-02 05:51:15','2018-11-02 05:51:15','','footer-record-image','','inherit','open','closed','','footer-record-image-2','','','2018-11-02 05:51:15','2018-11-02 05:51:15','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/footer-record-image.jpg',0,'attachment','image/jpeg',0),(7913,1,'2018-11-02 06:04:50','2018-11-02 06:04:50','','footer-record-image2','','inherit','open','closed','','footer-record-image2-2','','','2018-11-02 06:04:50','2018-11-02 06:04:50','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/footer-record-image2.jpg',0,'attachment','image/jpeg',0),(7914,1,'2018-11-02 06:20:33','2018-11-02 06:20:33','','footer-record-imaged','','inherit','open','closed','','footer-record-imaged-2','','','2018-11-02 06:20:33','2018-11-02 06:20:33','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/footer-record-imaged.jpg',0,'attachment','image/jpeg',0),(7915,1,'2018-11-02 06:45:19','2018-11-02 06:45:19','','book-cover','Book about Prince Oddone','inherit','open','closed','','book-cover-2','','','2018-11-02 06:45:19','2018-11-02 06:45:19','',6262,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/book-cover.jpg',0,'attachment','image/jpeg',0),(7916,1,'2018-11-02 06:51:32','2018-11-02 06:51:32','','Prince_Oddone,_Duke_of_Montferrat','','inherit','open','closed','','prince_oddone_duke_of_montferrat-2','','','2018-11-02 06:51:32','2018-11-02 06:51:32','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Prince_Oddone_Duke_of_Montferrat.jpg',0,'attachment','image/jpeg',0),(7917,1,'2018-11-02 14:41:39','2018-11-02 14:41:39','This photo was taken between 1861 and July 1866. I\'m guessing it was taken in Torino rather than a battlefield due to the presence of Valerio\'s father. The photo is from a private collection of Laura Santoro Ragaini','Valerio Anzino and father Giovanni circa 1865','Valerio Anzino and father Giovanni circa 1865','inherit','open','closed','','valerio_anzino_and_father_1860s-2','','','2018-11-02 14:41:39','2018-11-02 14:41:39','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/valerio_anzino_and_father_1860s.jpg',0,'attachment','image/jpeg',0),(7918,1,'2018-11-03 05:49:47','2018-11-03 05:49:47','','Torino-PalazzoReale','House of Savoy Royal Palace Torino','inherit','open','closed','','torino-palazzoreale-2','','','2018-11-03 05:49:47','2018-11-03 05:49:47','',6251,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Torino-PalazzoReale.jpg',0,'attachment','image/jpeg',0),(7919,1,'2018-11-03 16:05:25','2018-11-03 16:05:25','','Timeline','Timeline','inherit','open','closed','','timeline-image-2','','','2018-11-03 16:05:25','2018-11-03 16:05:25','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/timeline-image.jpg',0,'attachment','image/jpeg',0),(7920,1,'2018-11-03 16:32:14','2018-11-03 16:32:14','','photo-gallery','','inherit','open','closed','','photo-gallery-2','','','2018-11-03 16:32:14','2018-11-03 16:32:14','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/photo-gallery.jpg',0,'attachment','image/jpeg',0),(7921,1,'2018-11-03 16:40:13','2018-11-03 16:40:13','','fubine-italy','','inherit','open','closed','','fubine-italy-2-2','','','2018-11-03 16:40:13','2018-11-03 16:40:13','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/fubine-italy.jpg',0,'attachment','image/jpeg',0),(7922,1,'2018-11-04 01:43:53','2018-11-04 01:43:53','This photo of Giuseppe Anzino, son of Valerio\'s brother Alessandro, was taken on the Italian coast in 1940 on a honeymoon with his new wife Luisa. The photo is part of a private collection of Laura Santoro Ragaini','Guiseppe and Luisa Anzino 1940','Guiseppe and Luisa Anzino 1940','inherit','open','closed','','giuseppe_anzino_1940s-2','','','2018-11-04 01:43:53','2018-11-04 01:43:53','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/giuseppe_anzino_1940s.jpg',0,'attachment','image/jpeg',0),(7923,1,'2018-11-04 04:38:24','2018-11-04 04:38:24','','Anzino Family Tree','','inherit','open','closed','','new-tree-3','','','2018-11-04 04:38:24','2018-11-04 04:38:24','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/new-tree.jpg',0,'attachment','image/jpeg',0),(7924,1,'2018-11-04 06:13:38','2018-11-04 06:13:38','Cropped from larger photo of oil painting. From private photo collection of Laura Santoro Ragaini, Milano','Monsignor Valerio Anzino','Monsignor Valerio Anzino','inherit','open','closed','','bartolomeo-giuseppe-anzino-rp-2','','','2018-11-04 06:13:38','2018-11-04 06:13:38','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/bartolomeo-giuseppe-anzino-rp.jpg',0,'attachment','image/jpeg',0),(7925,1,'2018-11-04 06:13:40','2018-11-04 06:13:40','Cropped from larger photo. From private photo collection of Laura Santoro Ragaini, Milano','Carlo Alberto Anzino','Carlo Alberto Anzino','inherit','open','closed','','carlo-alberto-anzino-rp-2','','','2018-11-04 06:13:40','2018-11-04 06:13:40','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/carlo-alberto-anzino-rp.jpg',0,'attachment','image/jpeg',0),(7926,1,'2018-11-04 06:13:42','2018-11-04 06:13:42','Cropped from larger photo. From private photo collection of Laura Santoro Ragaini, Milano','Giovanni Anzino','Giovanni Anzino','inherit','open','closed','','giovanni-anzino-rp-2','','','2018-11-04 06:13:42','2018-11-04 06:13:42','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/giovanni-anzino-rp.jpg',0,'attachment','image/jpeg',0),(7927,1,'2018-11-04 06:13:43','2018-11-04 06:13:43','Cropped from larger photo. \nFrom private photo collection of Laura Santoro Ragaini, Milano','Giuseppe Pietro Anzino','Giuseppe Pietro Anzino','inherit','open','closed','','giuseppe-anzino-rp-2','','','2018-11-04 06:13:43','2018-11-04 06:13:43','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/giuseppe-anzino-rp.jpg',0,'attachment','image/jpeg',0),(7928,1,'2018-11-04 06:13:48','2018-11-04 06:13:48','Cropped from larger photo. from private photo collection of Laura Santoro Ragaini, Milano','Giuseppina Anzino','Giuseppina Anzino','inherit','open','closed','','giuseppina-anzino-rp-2','','','2018-11-04 06:13:48','2018-11-04 06:13:48','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/giuseppina-anzino-rp.jpg',0,'attachment','image/jpeg',0),(7929,1,'2018-11-04 06:13:50','2018-11-04 06:13:50','Photo cropped from larger photo. From private photo collection of Laura Santoro Ragaini, Milano','Elizabeth Luisa (Gale) Anzino','Elizabeth Luisa (Gale) Anzino','inherit','open','closed','','luisa-anzino-rp-2','','','2018-11-04 06:13:50','2018-11-04 06:13:50','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/luisa-anzino-rp.jpg',0,'attachment','image/jpeg',0),(7930,1,'2018-11-04 06:14:00','2018-11-04 06:14:00','Photo from private photo collection of Laura Santoro Ragaini, Milano','Nicola Anzino','Nicola Anzino','inherit','open','closed','','nicola-anzino-rp-2','','','2018-11-04 06:14:00','2018-11-04 06:14:00','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/nicola-anzino-rp.jpg',0,'attachment','image/jpeg',0),(7931,1,'2018-11-04 06:14:19','2018-11-04 06:14:19','Photo of Monsignor Valerio Anzino from private photo collection of Laura Santoro Ragaini, Milano','valerio-anzino-rp','Monsignor Valerio Anzino','inherit','open','closed','','valerio-anzino-rp-2','','','2018-11-04 06:14:19','2018-11-04 06:14:19','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/valerio-anzino-rp.jpg',0,'attachment','image/jpeg',0),(7932,1,'2018-11-04 06:45:17','2018-11-04 06:45:17','','Clementina (Anzino) Rossi','Clementina (Anzino) Rossi','inherit','open','closed','','clementina-anzino-rp-2','','','2018-11-04 06:45:17','2018-11-04 06:45:17','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/clementina-anzino-rp.jpg',0,'attachment','image/jpeg',0),(7933,1,'2018-11-05 03:50:51','2018-11-05 03:50:51','','Mantova-Basilica_Palatina_di_Santa_Barbara1','Basilica Santa Barbara','inherit','open','closed','','mantova-basilica_palatina_di_santa_barbara1-2','','','2018-11-05 03:50:51','2018-11-05 03:50:51','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Mantova-Basilica_Palatina_di_Santa_Barbara1.jpg',0,'attachment','image/jpeg',0),(7934,1,'2018-11-05 21:30:55','2018-11-05 21:30:55','','Pope Pius IX 1878','Pope Pius IX 1878','inherit','open','closed','','pope-pius-ix-1878-2','','','2018-11-05 21:30:55','2018-11-05 21:30:55','',6267,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/pope-pius-IX-1878.jpg',0,'attachment','image/jpeg',0),(7935,1,'2018-11-05 21:52:02','2018-11-05 21:52:02','','pope-pius-IX-1878-cropped','','inherit','open','closed','','pope-pius-ix-1878-cropped-2','','','2018-11-05 21:52:02','2018-11-05 21:52:02','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/pope-pius-IX-1878-cropped.jpg',0,'attachment','image/jpeg',0),(7936,1,'2018-11-05 22:21:11','2018-11-05 22:21:11','Cropped from larger photo. Photo by Alphonse Bernoud/Alinari Archives Florence','Giuseppe Anzino 1862','Giuseppe Anzino 1862','inherit','open','closed','','giuseppe_anzino-1862-2','','','2018-11-05 22:21:11','2018-11-05 22:21:11','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/giuseppe_anzino-1862.jpg',0,'attachment','image/jpeg',0),(7937,1,'2018-11-05 22:31:16','2018-11-05 22:31:16','','Anzino Family Tree','Anzino Family Tree','inherit','open','closed','','new-tree-2-2','','','2018-11-05 22:31:16','2018-11-05 22:31:16','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/new-tree-1.jpg',0,'attachment','image/jpeg',0),(7938,1,'2018-11-06 00:26:54','2018-11-06 00:26:54','','Vittorio Emmanuel II and Adelaide of Austria','Vittorio Emmanuel II and Adelaide of Austria','inherit','open','closed','','vittorio-and-adelaide-2','','','2018-11-06 00:26:54','2018-11-06 00:26:54','',6964,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/vittorio-and-adelaide.jpg',0,'attachment','image/jpeg',0),(7939,1,'2018-11-06 02:00:03','2018-11-06 02:00:03','','Umberto I 1887','Umberto I 1887','inherit','open','closed','','umberto-i-1887-2','','','2018-11-06 02:00:03','2018-11-06 02:00:03','',6260,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/umberto-I-1887.jpg',0,'attachment','image/jpeg',0),(7940,1,'2018-11-06 02:08:25','2018-11-06 02:08:25','','umberto-I-1887-cropped','','inherit','open','closed','','umberto-i-1887-cropped-2','','','2018-11-06 02:08:25','2018-11-06 02:08:25','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/umberto-I-1887-cropped.jpg',0,'attachment','image/jpeg',0),(7941,1,'2018-11-06 02:51:47','2018-11-06 02:51:47','','Shroud of Turin','Shroud of Turin','inherit','open','closed','','shroud-700x438-2','','','2018-11-06 02:51:47','2018-11-06 02:51:47','',6265,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/shroud-700x438.jpg',0,'attachment','image/jpeg',0),(7942,1,'2018-11-06 23:29:51','2018-11-06 23:29:51','Notes written by unknown writer in early 1900s. They were passed down through multiple generations and were eventually discovered by this website\'s author','mons-valerio-anzino-notes','Valerio Anzino Notes from Unknown Author','inherit','open','closed','','mons-valerio-anzino-notes-2','','','2018-11-06 23:29:51','2018-11-06 23:29:51','',7030,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf',0,'attachment','application/pdf',0),(7943,1,'2018-11-07 06:22:29','2018-11-07 06:22:29','','Valerio Anzino Notes 1905','','inherit','open','closed','','1905-notes-tp-80w-2','','','2018-11-07 06:22:29','2018-11-07 06:22:29','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/1905-notes-tp-80w.jpg',0,'attachment','image/jpeg',0),(7944,1,'2018-11-07 07:34:26','2018-11-07 07:34:26','','Tom Marchisa','Tom Marchisa','inherit','open','closed','','tom-genealogist-3','','','2018-11-07 07:34:26','2018-11-07 07:34:26','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/tom-genealogist.jpg',0,'attachment','image/jpeg',0),(7945,1,'2018-11-07 15:21:01','2018-11-07 15:21:01','','pius-ix-vittorio-emmanuel-ii','Pope Pius IX and Vittorio Emmanuel II','inherit','open','closed','','pius-xii-vittorio-emmanuel-ii-2','','','2018-11-07 15:21:01','2018-11-07 15:21:01','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/pius-xii-vittorio-emmanuel-ii.jpg',0,'attachment','image/jpeg',0),(7946,1,'2018-11-07 15:30:14','2018-11-07 15:30:14','','pius-ix-vittorio-emmanuel-ii-250w','Pope Pius IX and Vittorio Emmanuel II','inherit','open','closed','','pius-ix-vittorio-emmanuel-ii-250w-2','','','2018-11-07 15:30:14','2018-11-07 15:30:14','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/10/pius-ix-vittorio-emmanuel-ii-250w.jpg',0,'attachment','image/jpeg',0),(7947,1,'2018-11-07 19:06:50','2018-11-07 19:06:50','','grand-officer-order-of-the-crown-italy','','inherit','open','closed','','grand-officer-order-of-the-crown-italy-2','','','2018-11-07 19:06:50','2018-11-07 19:06:50','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy.jpg',0,'attachment','image/jpeg',0),(7948,1,'2018-11-07 19:14:57','2018-11-07 19:14:57','','grand-officer-order-of-the-crown-italy-250w','','inherit','open','closed','','grand-officer-order-of-the-crown-italy-250w-2','','','2018-11-07 19:14:57','2018-11-07 19:14:57','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/grand-officer-order-of-the-crown-italy-250w.jpg',0,'attachment','image/jpeg',0),(7949,1,'2018-11-07 19:47:09','2018-11-07 19:47:09','','Interno_Santa_Barbara_Mantova','','inherit','open','closed','','interno_santa_barbara_mantova-2','','','2018-11-07 19:47:09','2018-11-07 19:47:09','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Interno_Santa_Barbara_Mantova.jpg',0,'attachment','image/jpeg',0),(7950,1,'2018-11-07 20:11:19','2018-11-07 20:11:19','','800px-OSSML_Commandeur','','inherit','open','closed','','800px-ossml_commandeur-2','','','2018-11-07 20:11:19','2018-11-07 20:11:19','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/800px-OSSML_Commandeur.jpg',0,'attachment','image/jpeg',0),(7951,1,'2018-11-07 20:44:19','2018-11-07 20:44:19','','order-christ-portugal','','inherit','open','closed','','order-christ-portugal-2','','','2018-11-07 20:44:19','2018-11-07 20:44:19','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/order-christ-portugal.jpg',0,'attachment','image/jpeg',0),(7952,1,'2018-11-07 21:30:11','2018-11-07 21:30:11','The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878.','DAE-BA021877 - © - De Agostini / Biblioteca Ambrosiana','The death chamber of King Victor Emmanuel II in the Quirinale Palace, 1878, Rome, Italy, engraving, illustration from the magazine The Graphic, volume XVII, no 425, January 19, 1878. © - De Agostini / Biblioteca Ambrosiana','inherit','open','closed','','dae-ba021877-de-agostini-biblioteca-ambrosiana-2','','','2018-11-07 21:30:11','2018-11-07 21:30:11','',7241,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/vittorio-ii-death-bed-2048.jpg',0,'attachment','image/jpeg',0),(7953,1,'2018-11-08 00:49:54','2018-11-08 00:49:54','','Notes about Anzino','','inherit','open','closed','','notes-screen-print-2','','','2018-11-08 00:49:54','2018-11-08 00:49:54','',6429,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/notes-screen-print.jpg',0,'attachment','image/jpeg',0),(7954,1,'2018-11-08 01:20:24','2018-11-08 01:20:24','','favico-32','','inherit','open','closed','','favico-32-2','','','2018-11-08 01:20:24','2018-11-08 01:20:24','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/favico-32.png',0,'attachment','image/png',0),(7955,1,'2018-11-08 07:31:31','2018-11-08 07:31:31','Tom Marchisa Amateur Genealogist','Tom Marchisa Amateur Genealogist','Tom Marchisa Amateur Genealogist','inherit','open','closed','','tom-genealogist-2-2','','','2018-11-08 07:31:31','2018-11-08 07:31:31','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/tom-genealogist-1.jpg',0,'attachment','image/jpeg',0),(7956,1,'2018-11-09 18:28:34','2018-11-09 18:28:34','','tom-marchisa-120w','Tom Marchisa','inherit','open','closed','','tom-genealogist-120w-2','','','2018-11-09 18:28:34','2018-11-09 18:28:34','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/tom-genealogist-120w.jpg',0,'attachment','image/jpeg',0),(7957,1,'2018-11-09 19:56:44','2018-11-09 19:56:44','','read-more-100w','','inherit','open','closed','','read-more-100w-2','','','2018-11-09 19:56:44','2018-11-09 19:56:44','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/read-more-100w.png',0,'attachment','image/png',0),(7958,1,'2018-11-09 20:08:37','2018-11-09 20:08:37','','timeline-screenprint-200w','Valerio\'s Life Timeline','inherit','open','closed','','timeline-screenprint-200w-2','','','2018-11-09 20:08:37','2018-11-09 20:08:37','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/timeline-screenprint-200w.jpg',0,'attachment','image/jpeg',0),(7959,1,'2018-11-10 07:42:24','2018-11-10 07:42:24','','Tom Marchisa Amateur Genealogist','Tom Marchisa Amateur Genealogist','inherit','open','closed','','tom-genealogist-cropped-2','','','2018-11-10 07:42:24','2018-11-10 07:42:24','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/tom-genealogist-cropped.jpg',0,'attachment','image/jpeg',0),(7960,1,'2018-11-11 20:00:53','2018-11-11 20:00:53','','medals-link','','inherit','open','closed','','medals-link-2','','','2018-11-11 20:00:53','2018-11-11 20:00:53','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/medals-link.jpg',0,'attachment','image/jpeg',0),(7961,1,'2018-11-11 20:07:53','2018-11-11 20:07:53','','docs-link','','inherit','open','closed','','docs-link-2','','','2018-11-11 20:07:53','2018-11-11 20:07:53','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/docs-link.jpg',0,'attachment','image/jpeg',0),(7962,1,'2018-11-11 21:34:54','2018-11-11 21:34:54','Church where Valerio and his assistant obtained the special oil and Viaticum needed to administer Last Rites to the King','SS Vincenzo e Anastasio di Trevi, Roma','SS Vincenzo e Anastasio di Trevi, Roma','inherit','open','closed','','ss_vincenzo_e_anastasio_-_altar_maggiore_e_iconostasi_1150868-2','','','2018-11-11 21:34:54','2018-11-11 21:34:54','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Ss_Vincenzo_e_Anastasio_-_altar_maggiore_e_iconostasi_1150868.jpg',0,'attachment','image/jpeg',0),(7963,1,'2018-11-12 05:34:36','2018-11-12 05:34:36',' 2016 chance meeting in Fubine, Italy between  Laura Santoro Ragaini, Tom Marchisa, Giuseppina Anzino All descendants of Valerio Anzino\'s great grandfather','Descendants of Valerio Anzino\'s great grandfather','L to R: Laura Santoro Ragaini, Tom Marchisa, Giuseppina Anzino All descendants of Valerio Anzino\'s great grandfather','inherit','open','closed','','anzino_descendants-1024-2','','','2018-11-12 05:34:36','2018-11-12 05:34:36','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/anzino_descendants-1024.jpg',0,'attachment','image/jpeg',0),(7964,1,'2018-11-12 05:45:38','2018-11-12 05:45:38','','Anzino Family Vault Quattordio','','inherit','open','closed','','anzino-vault-quattordio-1024-2','','','2018-11-12 05:45:38','2018-11-12 05:45:38','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/anzino-vault-quattordio-1024.jpg',0,'attachment','image/jpeg',0),(7965,1,'2018-11-12 06:04:52','2018-11-12 06:04:52','','Genealogy Italy 2018','','inherit','open','closed','','genealogy-italy-2018-2','','','2018-11-12 06:04:52','2018-11-12 06:04:52','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/genealogy-italy-2018.jpg',0,'attachment','image/jpeg',0),(7966,1,'2018-11-12 06:34:13','2018-11-12 06:34:13','','Palazzo Quirinale 2016','Palazzo Quirinale 2016','inherit','open','closed','','palazzo-quirinale-2','','','2018-11-12 06:34:13','2018-11-12 06:34:13','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Palazzo-Quirinale.jpg',0,'attachment','image/jpeg',0),(7967,1,'2018-11-12 17:41:21','2018-11-12 17:41:21','','Order of Nichan Tunisia','','inherit','open','closed','','order-di-nichan-2','','','2018-11-12 17:41:21','2018-11-12 17:41:21','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/order-di-nichan.jpg',0,'attachment','image/jpeg',0),(7968,1,'2018-11-12 19:22:40','2018-11-12 19:22:40','','Orden de Isabel Catolica','','inherit','open','closed','','order-of-isabel-catholic-2','','','2018-11-12 19:22:40','2018-11-12 19:22:40','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/order-of-isabel-catholic.jpg',0,'attachment','image/jpeg',0),(7969,1,'2018-11-12 19:44:13','2018-11-12 19:44:13','Photo of Order of Saint Michael of Bavaria','Order of Saint Michael of Bavaria.By Robert Prummel - Own work, CC BY-SA 3.0, <a href=\"https://commons.wikimedia.org/w/index.php?curid=15872248\" target=\"_blank\">Creative Commons</a>','Order of Saint Michael of Bavaria.By Robert Prummel - Own work, CC BY-SA 3.0, <a href=\"https://commons.wikimedia.org/w/index.php?curid=15872248\" target=\"_blank\">Creative Commons</a>','inherit','open','closed','','order-saint-michael-bavaria-2','','','2018-11-12 19:44:13','2018-11-12 19:44:13','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/order-saint-michael-bavaria.jpg',0,'attachment','image/jpeg',0),(7970,1,'2018-11-12 20:16:21','2018-11-12 20:16:21','Clipped from New York Herald Interview 1884','New York Herald Interview 1884','New York Herald Interview 1884','inherit','open','closed','','nyherald-1884-2','','','2018-11-12 20:16:21','2018-11-12 20:16:21','',7759,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/nyherald-1884.jpg',0,'attachment','image/jpeg',0),(7971,1,'2018-11-12 20:50:38','2018-11-12 20:50:38','Maddalena Anzino (1919-2000). Valerio\'s grand niece, daughter of his nephew Giovanni Anzino','Maddalena Anzino (1919-2000)','Maddalena Anzino (1919-2000)','inherit','open','closed','','maddalena-anzino-2','','','2018-11-12 20:50:38','2018-11-12 20:50:38','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/maddalena-anzino.jpg',0,'attachment','image/jpeg',0),(7972,1,'2018-11-12 20:55:20','2018-11-12 20:55:20','Maddalena Anzino Burial Marker 2018 in Verano Cimitero, Roma','Maddalena Anzino Burial Marker 2018 in Verano Cimitero, Roma','Maddalena Anzino Burial Marker 2018 in Verano Cimitero, Roma','inherit','open','closed','','maddalena-anzino-burial-marker-2018-2','','','2018-11-12 20:55:20','2018-11-12 20:55:20','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/maddalena-anzino-burial-marker-2018.jpg',0,'attachment','image/jpeg',0),(7973,1,'2018-11-13 01:25:08','2018-11-13 01:25:08','Monsignor Valerio Anzino Funeral Process Notice 1899','Monsignor Valerio Anzino Funeral Process Notice 1899','Monsignor Valerio Anzino Funeral Process Notice 1899','inherit','open','closed','','valerio-anzino-funeral-procession-notice-1899-watermark-2','','','2018-11-13 01:25:08','2018-11-13 01:25:08','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/valerio-anzino-funeral-procession-notice-1899-watermark.jpg',0,'attachment','image/jpeg',0),(7974,1,'2018-11-13 04:06:38','2018-11-13 04:06:38','Cousin Luisa Marchisa and Family','Cousin Luisa Marchisa and Family','Cousin Luisa Marchisa and Family','inherit','open','closed','','luisa-and-family-2','','','2018-11-13 04:06:38','2018-11-13 04:06:38','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/luisa-and-family.jpg',0,'attachment','image/jpeg',0),(7975,1,'2018-11-13 05:13:00','2018-11-13 05:13:00','','new-tree-extended-1024','','inherit','open','closed','','new-tree-extended-1024-2','','','2018-11-13 05:13:00','2018-11-13 05:13:00','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/new-tree-extended-1024.jpg',0,'attachment','image/jpeg',0),(7976,1,'2018-11-13 05:13:11','2018-11-13 05:13:11','','new-tree-extended-2048','','inherit','open','closed','','new-tree-extended-2048-2','','','2018-11-13 05:13:11','2018-11-13 05:13:11','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/new-tree-extended-2048.jpg',0,'attachment','image/jpeg',0),(7977,1,'2018-11-13 05:44:09','2018-11-13 05:44:09','Lily Rossi','Lily Rossi','Lily Rossi','inherit','open','closed','','lily-rossi-2','','','2018-11-13 05:44:09','2018-11-13 05:44:09','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/lily-rossi.jpg',0,'attachment','image/jpeg',0),(7978,1,'2018-11-13 05:44:22','2018-11-13 05:44:22','Carlotta Rossi','Carlotta Rossi','Carlotta Rossi','inherit','open','closed','','carlotta-rossi-2','','','2018-11-13 05:44:22','2018-11-13 05:44:22','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/carlotta-rossi.jpg',0,'attachment','image/jpeg',0),(7981,1,'2018-11-13 06:49:43','2018-11-13 06:49:43','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-5ois65\']\r\n\r\n[av_textblock textblock_styling_align=\'\' textblock_styling=\'\' textblock_styling_gap=\'\' textblock_styling_mobile=\'\' size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' template_class=\'\' av_uid=\'av-jofdgmt7\' sc_version=\'1.0\' admin_preview_bg=\'\']\r\n<div id=\"langsw\"></div>\r\n<p style=\"padding-top: 40px;\">I\'ve started to add the ability to see the site in Italian as well as English. Hopefully it will not break the site !!</p>\r\n[/av_textblock]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-3svap9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-249sr1\']\r\n\r\n[/av_two_third]','Adding Multilingual Content for Italy','','publish','open','closed','','adding-multilingual-content-for-italy','','','2022-09-19 19:28:45','2022-09-19 19:28:45','',0,'https://valerioanzino.wpengine.com/?p=7981',0,'post','',0),(7982,1,'2018-11-13 06:48:22','2018-11-13 06:48:22','','Italia_Bandiera','','inherit','open','closed','','italia_bandiera','','','2018-11-13 06:48:22','2018-11-13 06:48:22','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Italia_Bandiera.jpg',0,'attachment','image/jpeg',0),(7983,1,'2018-11-13 06:48:22','2018-11-13 06:48:22','','Italia_Bandiera','','inherit','open','closed','','italia_bandiera-2','','','2018-11-13 06:48:22','2018-11-13 06:48:22','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Italia_Bandiera.jpg',0,'attachment','image/jpeg',0),(7986,1,'2018-11-13 19:51:41','2018-11-13 19:51:41','<p class=\"tlage\">66 Years Old</p>\r\n \r\n[caption id=\"attachment_5550\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-funeral-church.jpg\"><img src=\"/wp-content/uploads/2018/10/valerio-anzino-funeral-church-80x80.jpg\" alt=\"Valerio Anzinos Funeral Service 1899\" width=\"80\" height=\"80\" class=\"size-thumbnail wp-image-5550\" /></a> Valerio Anzino\'s Funeral Service 1899[/caption]\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the Church of S. Carlo ai Catinari, which was about 300 meters away, (about 8 minute slow walk). The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari. <a href=\"/funeral-roma-italy/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Funeral -- Roma, Italy','','publish','closed','closed','','funeral-roma-italy','','','2018-11-13 20:24:28','2018-11-13 20:24:28','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=7986',0,'cool_timeline','',0),(7993,1,'2018-11-13 20:11:03','2018-11-13 20:11:03','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-7s34a1\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5kwgtl\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino died on March 5, 1899 at his residence in Roma at Via Sudario, 47. The funeral was held 3 days later at the <a href=\"https://en.wikipedia.org/wiki/San_Carlo_ai_Catinari\" target=\"_blank\" rel=\"noopener\">Church of S. Carlo ai Catinari</a>. The funeral procession started at Via Sudario, 51, (next door to Valerio\'s residence), and ended at the Church of S Carlo ai Catinari, Piazza Benedetto Cairoli, 117, which was about 300 meters away, (about an 8 minute slow walk).\r\nAttending the funeral from Valerio\'s family were Cav. Alberto Anzino, (Valerio’s brother), Giuseppina Anzino, (Valerio’s sister), Angiolina Scarabelli, (Valerio’s sister-in-law), Carlo Anzino, (Valerio’s nephew), Clementina (Anzino) Rossi, (Valerio’s niece), Clementina’s husband, Mario Rossi, and the children of Valerio’s deceased brother Alessandro Anzino, Alberto, Nicola, Camilla, Giuseppe, and Giovanni. The King, <a href=\"https://en.wikipedia.org/wiki/Umberto_I_of_Italy\" target=\"_blank\" rel=\"noopener\">Umberto I</a>, and his Queen, <a href=\"https://en.wikipedia.org/wiki/Margherita_of_Savoy\" target=\"_blank\" rel=\"noopener\">Margherita of Savoy</a>, together with many members of the Royal Court, were also in attendance\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-4ucj8p\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-church.jpg\' attachment=\'5550\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-20czbd\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[av_hr class=\'default\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'\']\r\n\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/valerio-funeral-procession.jpg\' attachment=\'8015\' attachment_size=\'full\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jog7p6xh\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_half]','Funeral -- Roma, Italy','','publish','closed','closed','','funeral-roma-italy','','','2018-11-13 22:09:50','2018-11-13 22:09:50','',0,'https://valerioanzino.wpengine.com/?page_id=7993',0,'page','',0),(8015,1,'2018-11-13 20:50:36','2018-11-13 20:50:36','','Valerio Anzino Funeral Procession','','inherit','open','closed','','valerio-funeral-procession','','','2018-11-13 20:51:09','2018-11-13 20:51:09','',7993,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/valerio-funeral-procession.jpg',0,'attachment','image/jpeg',0),(8016,1,'2018-11-13 20:50:36','2018-11-13 20:50:36','','valerio-funeral-procession','','inherit','open','closed','','valerio-funeral-procession-2','','','2018-11-13 20:51:09','2018-11-13 20:51:09','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/valerio-funeral-procession.jpg',0,'attachment','image/jpeg',0),(8020,1,'2018-11-13 20:59:18','2018-11-13 20:59:18','<p class=\"tlage\">66 Years Old</p>\r\n\r\n\r\n[caption id=\"attachment_5549\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe.jpg\"><img class=\"size-thumbnail wp-image-5549\" src=\"/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe-80x80.jpg\" alt=\"Burial Vault in Mazze Italy\" width=\"80\" height=\"80\" /></a> Burial Vault in Mazzè Italy[/caption]\r\n\r\nValerio Anzino died on March 5, 1899 in Roma and after the funeral was held 3 days later, Valerio\'s coffin was transported by train to Torino and then by carriage to Mazzè, Italy, about 30 km northeast of Torino. The Anzino family had a burial vault at Cimitero Mazzè.<a href=\"/burial-mazze-italy/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Burial -- Mazzè, Italy','','publish','closed','closed','','burial-mazze-italy','','','2018-11-21 00:26:13','2018-11-21 00:26:13','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=8020',0,'cool_timeline','',0),(8024,1,'2018-11-13 21:12:27','2018-11-13 21:12:27','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-70m6g8\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5yunjs\' custom_class=\'\' admin_preview_bg=\'\']\r\nValerio Anzino\'s burial location was an unsolved mystery for the website\'s author for 2 years. While an obituary found in a London newspaper from 1899 stated that Valerio\'s body was transported to the family vault in Mazzè Canevese, a visit to the cemetery in <a href=\"https://en.wikipedia.org/wiki/Mazz%C3%A8\" target=\"_blank\" rel=\"noopener\">Mazzè</a> in 2016 did not find the vault. In a visit to the State Archives in Roma in June 2018, the website author found an 1899 letter from Valerio\'s sister, Giuseppina, in which she clearly states that she visits her brother\'s grave almost every day in Mazzè. The author visited the Mazzè cemetery again in 2018 but still couldn\'t identify a vault belonging to the Anzino family. Since the majority of Italian gravesites and burial markers are not purchased in perpetuity , (as in US), at some point in the 20th century, the Anzino Vault was likely repurposed to another family. The author will make a trip to Italy in 2020 and with the help of Iuri Silvestri, will try to gain access to the Commune of Mazzè\'s burial records. It is highly likely that in addition to Valerio being buried in the Anzino vault in Mazzè, his mother, father, uncle Monsignor Giuseppe Anzino, and Valerio\'s sister Giuseppina Anzino are also buried there.\r\n\r\nThe Anzino family had multiple connections to Mazzè. In addition to the burial vault at the cemetery, Giuseppina ran a school in Mazzè in the 1890s and 1900s. What has not been discovered yet is the original connection to the town of Mazzè that led to the original purchase of the burial vault, as this purchase likely happened in the 1860s, if not earlier.\r\n\r\nThe photo on this page is of one of 5 potential vaults in the Mazzè cemetery that may be the original Anzino vault.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3rdaag\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-family-vault-mazze-maybe-527x1030.jpg\' attachment=\'5549\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-29vpaw\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]','Burial -- Mazzè, Italy','','publish','closed','closed','','burial-mazze-italy','','','2018-11-21 00:27:57','2018-11-21 00:27:57','',0,'https://valerioanzino.wpengine.com/?page_id=8024',0,'page','',0),(8037,1,'2018-11-13 22:43:38','2018-11-13 22:43:38','Palazzo Quirinale Roma','Palazzo Quirinale Roma','Palazzo Quirinale Roma','inherit','open','closed','','quirinale_palazzo_e_obelico_con_dioscuri_roma','','','2018-11-13 22:44:34','2018-11-13 22:44:34','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma.jpg',0,'attachment','image/jpeg',0),(8038,1,'2018-11-13 22:43:38','2018-11-13 22:43:38','Palazzo Quirinale Roma','Quirinale_palazzo_e_obelico_con_dioscuri_Roma','Palazzo Quirinale Roma','inherit','open','closed','','quirinale_palazzo_e_obelico_con_dioscuri_roma-2','','','2018-11-13 22:44:34','2018-11-13 22:44:34','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Quirinale_palazzo_e_obelico_con_dioscuri_Roma.jpg',0,'attachment','image/jpeg',0),(8045,1,'2018-11-14 00:47:38','2018-11-14 00:47:38','<p class=\"tlage\">33 Years Old</p>\r\n\r\n\r\n[caption id=\"attachment_8051\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/Firenza_Palazzo_Pitti-1.jpg\"><img class=\"size-thumbnail wp-image-8051\" src=\"/wp-content/uploads/2018/11/Firenza_Palazzo_Pitti-1-80x80.jpg\" alt=\"Palazzo Pitti Firenze\" width=\"80\" height=\"80\" /></a> Palazzo Pitti Firenze[/caption]\r\n\r\nThe Government moves it\'s seat of power south from Torino to Firenze in 1865 and Vittorio Emmanuel II moves into Palazzo Pitti. Valerio, as his Chaplain, moves as well.\r\n\r\n<a href=\"/moves-with-king-to-firenze/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Moves with King to Firenze','','publish','closed','closed','','moves-with-king-to-firenze','','','2018-11-14 01:37:16','2018-11-14 01:37:16','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=8045',0,'cool_timeline','',0),(8049,1,'2018-11-14 01:06:28','2018-11-14 01:06:28','','Firenza_Palazzo_Pitti','','inherit','open','closed','','firenza_palazzo_pitti','','','2018-11-14 01:06:28','2018-11-14 01:06:28','',8045,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Firenza_Palazzo_Pitti.jpg',0,'attachment','image/jpeg',0),(8050,1,'2018-11-14 01:06:28','2018-11-14 01:06:28','','Firenza_Palazzo_Pitti','','inherit','open','closed','','firenza_palazzo_pitti-2','','','2018-11-14 01:06:28','2018-11-14 01:06:28','',8045,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Firenza_Palazzo_Pitti.jpg',0,'attachment','image/jpeg',0),(8051,1,'2018-11-14 01:06:51','2018-11-14 01:06:51','Palazzo Pitti Firenze','Palazzo Pitti Firenze','Palazzo Pitti Firenze','inherit','open','closed','','firenza_palazzo_pitti-2','','','2018-11-14 01:07:35','2018-11-14 01:07:35','',8045,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Firenza_Palazzo_Pitti-1.jpg',0,'attachment','image/jpeg',0),(8052,1,'2018-11-14 01:06:51','2018-11-14 01:06:51','Palazzo Pitti Firenze','Firenza_Palazzo_Pitti','Palazzo Pitti Firenze','inherit','open','closed','','firenza_palazzo_pitti-2-2','','','2018-11-14 01:07:35','2018-11-14 01:07:35','',8045,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Firenza_Palazzo_Pitti-1.jpg',0,'attachment','image/jpeg',0),(8053,1,'2018-11-14 01:09:24','2018-11-14 01:09:24','[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-6v6a05\' custom_class=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-5ixb51\' custom_class=\'\' admin_preview_bg=\'\']\r\nVittorio Emmanuel II starts the move of the government of newly Unified Italy from Torino to Firenze in 1865. Parliament moves into <a href=\"https://en.wikipedia.org/wiki/Palazzo_Vecchio\" target=\"_blank\" rel=\"noopener\">Palazzo Vecchio</a> and Vittorio moves into <a href=\"https://en.wikipedia.org/wiki/Palazzo_Pitti\" target=\"_blank\" rel=\"noopener\">Palazzo Pitti</a>. The Parliament and Vittorio will remain in Firenze until 1871, at which point they move to Roma. In his then current role of Chaplain to the King, Valerio moves as well. Valerio\'s brother <a href=\"/rootspersona-tree/anzino-alessandro/\" target=\"_blank\" rel=\"noopener\">Alessandro Anzino</a>, who was working in the Royal Library in Torino, moves to Fienze and takes a position at the <a href=\"https://en.wikipedia.org/wiki/Uffizi\" target=\"_blank\" rel=\"noopener\">Uffizi</a>.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-gcy79\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/palazzo-pitti-1030x429.jpg\' attachment=\'8057\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-2uh351\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_half]','Moves with King to Firenze','','publish','closed','closed','','moves-with-king-to-firenze','','','2018-11-14 01:45:31','2018-11-14 01:45:31','',0,'https://valerioanzino.wpengine.com/?page_id=8053',0,'page','',0),(8057,1,'2018-11-14 01:20:49','2018-11-14 01:20:49','','Palazzo Pitti Firenze','','inherit','open','closed','','palazzo-pitti','','','2018-11-14 01:21:16','2018-11-14 01:21:16','',8053,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/palazzo-pitti.jpg',0,'attachment','image/jpeg',0),(8058,1,'2018-11-14 01:20:49','2018-11-14 01:20:49','','palazzo-pitti','','inherit','open','closed','','palazzo-pitti-2','','','2018-11-14 01:21:16','2018-11-14 01:21:16','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/palazzo-pitti.jpg',0,'attachment','image/jpeg',0),(8067,1,'2018-11-14 06:16:32','2018-11-14 06:16:32','London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death','London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death','London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death','inherit','open','closed','','monitor-london-3-17-1899-clip','','','2018-11-14 06:17:45','2018-11-14 06:17:45','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip.jpg',0,'attachment','image/jpeg',0),(8068,1,'2018-11-14 06:16:32','2018-11-14 06:16:32','London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death','Monitor-London-3-17-1899-clip','London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death','inherit','open','closed','','monitor-london-3-17-1899-clip-2','','','2022-07-22 02:02:33','2022-07-22 02:02:33','',8311,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip.jpg',0,'attachment','image/jpeg',0),(8069,1,'2018-11-14 06:21:06','2018-11-14 06:21:06','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-3l53c5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogt15ky\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe<em> London Monitor</em> March 17 1899 edition had an article about Valerio\'s death. It described not only his death and funeral service at Chiesa Carlo ai Catinari, but also the controversy that Valerio was embroiled in regarding the death of Vittorio Emmanuel II in 1878. The article also mentions that Monsignor Anzino\'s body was transported to the family vault in Mazzè.\r\n[/av_textblock]\r\n\r\n[/av_two_third][av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-2qwwyd\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip-312x1030.jpg\' attachment=\'8067\' attachment_size=\'large\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogt1vzs\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-4ykhz9\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'av-2w8j3p\']','London Monitor 1899 Obituary for Valerio Anzino','','publish','open','closed','','london-monitor-1899-obituary-for-valerio-anzino','','','2018-11-20 21:50:14','2018-11-20 21:50:14','',0,'https://valerioanzino.wpengine.com/?post_type=document&#038;p=8069',0,'document','',0),(8095,1,'2018-11-14 06:58:14','2018-11-14 06:58:14','Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death','Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death','Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death','inherit','open','closed','','3-31-1899-westminster-budget','','','2018-11-14 06:59:36','2018-11-14 06:59:36','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget.jpg',0,'attachment','image/jpeg',0),(8096,1,'2018-11-14 06:58:14','2018-11-14 06:58:14','Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death','3-31-1899-westminster-budget','Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death','inherit','open','closed','','3-31-1899-westminster-budget-2','','','2022-07-22 02:04:52','2022-07-22 02:04:52','',8316,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget.jpg',0,'attachment','image/jpeg',0),(8098,1,'2018-11-14 07:13:31','2018-11-14 07:13:31','[av_two_third first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jogti75g\' custom_class=\'\' admin_preview_bg=\'\']\r\n<p class=\"doc-header\">Document Information</p>\r\n[wbcr_php_snippet id=\"7006\"]\r\n\r\n<hr />\r\n\r\nThe <em>Westminster Budget</em> March 31 1899 edition had an article about Valerio\'s death. The article contained a summary of his life and a sense of how important he was in Italy.\r\n[/av_textblock]\r\n[/av_two_third]\r\n\r\n[av_one_third min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n[av_image src=\'https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget-212x300.jpg\' attachment=\'8095\' attachment_size=\'medium\' align=\'left\' styling=\'\' hover=\'\' link=\'lightbox\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jogtlm2s\' custom_class=\'\' admin_preview_bg=\'\'][/av_image]\r\n[/av_one_third]\r\n\r\n[av_comments_list av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'\']\r\n\r\n[av_social_share title=\'Share this entry\' style=\'\' buttons=\'\' share_facebook=\'\' share_twitter=\'\' share_pinterest=\'\' share_gplus=\'\' share_reddit=\'\' share_linkedin=\'\' share_tumblr=\'\' share_vk=\'\' share_mail=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_uid=\'\']','Westminster Budget 1899 Obituary for Valerio Anzino','','publish','open','closed','','westminster-budget-1899-obituary-for-valerio-anzino','','','2018-11-14 07:24:08','2018-11-14 07:24:08','',0,'https://valerioanzino.wpengine.com/?post_type=document&#038;p=8098',0,'document','',0),(8107,1,'2018-11-14 07:47:01','2018-11-14 07:47:01','1899 Westminster Budget Obituary of Valerio Anzino','1899 Westminster Budget Obituary of Valerio Anzino','1899 Westminster Budget Obituary of Valerio Anzino','inherit','open','closed','','westminster-budget-1899-clip','','','2018-11-14 07:49:30','2018-11-14 07:49:30','',12,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/westminster-budget-1899-clip.jpg',0,'attachment','image/jpeg',0),(8108,1,'2018-11-14 07:47:01','2018-11-14 07:47:01','1899 Westminster Budget Obituary of Valerio Anzino','westminster-budget-1899-clip','1899 Westminster Budget Obituary of Valerio Anzino','inherit','open','closed','','westminster-budget-1899-clip-2','','','2018-11-14 07:47:52','2018-11-14 07:47:52','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/westminster-budget-1899-clip.jpg',0,'attachment','image/jpeg',0),(8143,1,'2018-11-17 04:35:48','2018-11-17 04:35:48','<p class=\"tlage\">46 Years Old</p>\r\n\r\n[caption id=\"attachment_8147\" align=\"alignleft\" width=\"80\"]<a href=\"/wp-content/uploads/2018/11/pantheon.jpg\"><img src=\"/wp-content/uploads/2018/11/pantheon-80x80.jpg\" alt=\"Pantheon, Roma\" width=\"80\" height=\"80\" class=\"size-thumbnail wp-image-8147\" /></a> Pantheon, Roma[/caption]\r\nOn the 1 year anniversary of Vittorio Emmanuel II\'s death, an elaborate memorial service is held in the Pantheon in Roma. Valerio has played a lead role in making it happen.\r\n<a href=\"/pantheon-memorial-service-for-king/\"><img title=\"Read More\" src=\"/wp-content/uploads/2018/10/ReadMore-75w.png\" alt=\"Read More\" /></a>','Pantheon Memorial Service for King','','publish','closed','closed','','pantheon-memorial-service-for-king','','','2018-11-17 18:15:27','2018-11-17 18:15:27','',0,'https://valerioanzino.wpengine.com/?post_type=cool_timeline&#038;p=8143',0,'cool_timeline','',0),(8147,1,'2018-11-17 04:44:10','2018-11-17 04:44:10','Pantheon, Roma','Pantheon, Roma','Pantheon, Roma','inherit','open','closed','','pantheon','','','2018-11-17 04:44:46','2018-11-17 04:44:46','',8143,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/pantheon.jpg',0,'attachment','image/jpeg',0),(8148,1,'2018-11-17 04:44:10','2018-11-17 04:44:10','Pantheon, Roma','pantheon','Pantheon, Roma','inherit','open','closed','','pantheon-2','','','2018-11-17 04:44:46','2018-11-17 04:44:46','',8143,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/pantheon.jpg',0,'attachment','image/jpeg',0),(8149,1,'2018-11-17 04:46:03','2018-11-17 04:46:03','[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jokz4evg\' custom_class=\'\' admin_preview_bg=\'\']\r\nContent Coming !!\r\n[/av_textblock]\r\n\r\n[/av_one_half]','Pantheon Memorial Service for King','','publish','closed','closed','','pantheon-memorial-service-for-king','','','2018-11-17 04:50:17','2018-11-17 04:50:17','',0,'https://valerioanzino.wpengine.com/?page_id=8149',0,'page','',0),(8157,1,'2018-11-18 04:19:18','2018-11-18 04:19:18','','Valerio Anzino Heraldry','','inherit','open','closed','','anzino-heraldry','','','2018-11-18 04:19:58','2018-11-18 04:19:58','',7011,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/anzino-heraldry.jpg',0,'attachment','image/jpeg',0),(8158,1,'2018-11-18 04:19:18','2018-11-18 04:19:18','','anzino-heraldry','','inherit','open','closed','','anzino-heraldry-2','','','2018-11-18 04:19:58','2018-11-18 04:19:58','',0,'https://valerioanzino.wpengine.com/wp-content/uploads/2018/11/anzino-heraldry.jpg',0,'attachment','image/jpeg',0),(8189,1,'2021-02-24 20:11:37','2021-02-24 20:11:37','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--<iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> -->\r\n\r\n <!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;autoplay=1&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n\r\n<!--- <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a\" width=\"640\" height=\"360\" frameborder=\"0\" loop=\"1\" autoplay=\"1\"></iframe> --->\r\n\r\n<div style=\"padding:56.25% 0 0 0;position:relative;\"><iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen style=\"position:absolute;top:0;left:0;width:100%;height:100%;\" title=\"Reunion Shout Out to Vic Solis\"></iframe></div><script src=\"https://player.vimeo.com/api/player.js\"></script>','NYC 1911 Video','','publish','closed','closed','','nyc-1911-video','','','2022-03-21 21:59:12','2022-03-21 21:59:12','',0,'https://valerioanzino.wpengine.com/?page_id=8189',0,'page','',0),(8222,1,'2022-03-21 20:49:19','2022-03-21 20:49:19','<!--- <iframe src=\"https://www.youtube.com/embed/hZ1OgQL9_Cw?start=15&end=460&vq=hd1080&autoplay=1&loop=1&showinfo=0&rel=0&iv_load_policy=3&autohide=0\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> --->\r\n <iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" width=\"1920\" height=\"1080\" frameborder=\"0\"></iframe> \r\n\r\n<!--- <div style=\"padding:56.25% 0 0 0;position:relative;\"><iframe src=\"https://player.vimeo.com/video/142651223?h=9c64a6bd8a&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen style=\"position:absolute;top:0;left:0;width:100%;height:100%;\" title=\"Reunion Shout Out to Vic Solis\"></iframe></div><script src=\"https://player.vimeo.com/api/player.js\"></script> --->','WHS 2022 Zoom Video 1','','publish','closed','closed','','whs-2022-zoom-video-1','','','2022-03-21 21:08:44','2022-03-21 21:08:44','',0,'https://valerioanzino.wpengine.com/?page_id=8222',0,'page','',0),(8256,1,'2022-04-27 18:25:01','2022-04-27 18:25:01','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-enfold-child','','','2022-04-27 18:25:01','2022-04-27 18:25:01','',0,'https://valerioanzino.wpengine.com/uncategorized/wp-global-styles-enfold-child/',0,'wp_global_styles','',0),(8259,1,'2022-04-27 18:33:11','2022-04-27 18:33:11','','fubine-map','','inherit','open','closed','','fubine-map','','','2022-04-27 18:33:11','2022-04-27 18:33:11','',80,'https://valerioanzino.wpengine.com/wp-content/uploads/2022/04/fubine-map.jpg',0,'attachment','image/jpeg',0),(8272,1,'2022-04-27 20:57:43','0000-00-00 00:00:00','','avia_shop_banner_image','','draft','closed','closed','','','','','2022-04-27 20:57:43','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?post_type=avia_framework_post&p=8272',0,'avia_framework_post','',0),(8285,1,'2022-07-22 01:24:13','2022-07-22 01:24:13','<a href=\"/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\"><img class=\"size-full wp-image-7877\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-baptism-record.jpg\" alt=\"\" width=\"2048\" height=\"1365\" /></a>','Valerio Anzinos Baptism Record 1832','','publish','closed','closed','','valerio-anzinos-baptism-record-1832','','','2022-07-22 01:24:13','2022-07-22 01:24:13','',7057,'https://valerioanzino.wpengine.com/?page_id=8285',0,'page','',0),(8290,1,'2022-07-22 01:27:27','2022-07-22 01:27:27','<a href=\"/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family.jpg\"><img class=\"size-featured_large wp-image-7881\" src=\"https://valerioanzino.com/wp-content/uploads/2018/10/1847-census-giovanni-anzino-family-1024x630.jpg\" alt=\"\" width=\"1024\" height=\"630\" /></a>','Anzino Family Church Census 1847','','publish','closed','closed','','anzino-family-church-census-1847','','','2022-07-22 01:29:01','2022-07-22 01:29:01','',7057,'https://valerioanzino.wpengine.com/?page_id=8290',0,'page','',0),(8298,1,'2022-07-22 01:55:28','2022-07-22 01:55:28','<a href=\"/wp-content/uploads/2018/11/nyherald-1884.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/11/nyherald-1884-1500x630.jpg\" alt=\"New York Herald Interview 1884\" width=\"1500\" height=\"630\" class=\"size-featured_large wp-image-7758\" /></a>','New York Herald Interview 1884','','publish','closed','closed','','new-york-herald-interview-1884','','','2022-07-22 01:55:28','2022-07-22 01:55:28','',7057,'https://valerioanzino.wpengine.com/?page_id=8298',0,'page','',0),(8302,1,'2022-07-22 01:57:53','2022-07-22 01:57:53','<a href=\"/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-morti-on-FHC-film-num-2144772-1500x630.jpg\" alt=\"\" width=\"1500\" height=\"630\" class=\"size-featured_large wp-image-7880\" /></a>','Valerio\'s Death Record 1899','','publish','closed','closed','','valerios-death-record-1899','','','2022-07-22 01:57:53','2022-07-22 01:57:53','',7057,'https://valerioanzino.wpengine.com/?page_id=8302',0,'page','',0),(8306,1,'2022-07-22 02:00:04','2022-07-22 02:00:04','<a href=\"/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899.jpg\"><img src=\"https://valerioanzino.com/wp-content/uploads/2018/10/valerio-anzino-funeral-procession-notice-1899-1229x630.jpg\" alt=\"\" width=\"1229\" height=\"630\" class=\"alignnone size-featured_large wp-image-7888\" /></a>','Valerio\'s Funeral Notice 1899','','publish','closed','closed','','valerios-funeral-notice-1899','','','2022-07-22 02:00:04','2022-07-22 02:00:04','',7057,'https://valerioanzino.wpengine.com/?page_id=8306',0,'page','',0),(8311,1,'2022-07-22 02:02:41','2022-07-22 02:02:41','[caption id=\"attachment_8068\" align=\"alignnone\" width=\"473\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip.jpg\"><img class=\"size-full wp-image-8068\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/Monitor-London-3-17-1899-clip.jpg\" alt=\"London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death\" width=\"473\" height=\"1560\" /></a> London Monitor March 17 1899 Edition Clipping of Valerio Anzino Death[/caption]','London Monitor 1899 Obituary for Valerio Anzino','','publish','closed','closed','','london-monitor-1899-obituary-for-valerio-anzino','','','2022-07-22 02:02:41','2022-07-22 02:02:41','',7057,'https://valerioanzino.wpengine.com/?page_id=8311',0,'page','',0),(8316,1,'2022-07-22 02:05:09','2022-07-22 02:05:09','[caption id=\"attachment_8096\" align=\"alignnone\" width=\"1060\"]<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget.jpg\"><img class=\"size-full wp-image-8096\" src=\"https://valerioanzino.com/wp-content/uploads/2018/11/3-31-1899-westminster-budget.jpg\" alt=\"Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death\" width=\"1060\" height=\"1503\" /></a> Westminster Budget March 31 1899 Edition Article on Valerio Anzino\'s Death[/caption]','Westminster Budget 1899 Obituary for Valerio Anzino','','publish','closed','closed','','westminster-budget-1899-obituary-for-valerio-anzino','','','2022-07-22 02:05:09','2022-07-22 02:05:09','',7057,'https://valerioanzino.wpengine.com/?page_id=8316',0,'page','',0),(8321,1,'2022-07-22 02:07:06','2022-07-22 02:07:06','<a href=\"https://valerioanzino.com/wp-content/uploads/2018/11/mons-valerio-anzino-notes.pdf\">mons-valerio-anzino-notes</a>','Notes About Valerio 1905','','publish','closed','closed','','notes-about-valerio-1905','','','2022-07-22 02:07:06','2022-07-22 02:07:06','',7057,'https://valerioanzino.wpengine.com/?page_id=8321',0,'page','',0),(8328,1,'2022-09-18 20:13:53','0000-00-00 00:00:00','','[ConveyThis_Italian]','','draft','closed','closed','','','','','2022-09-18 20:13:53','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8328',1,'nav_menu_item','',0),(8329,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8329',1,'nav_menu_item','',0),(8330,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8330',1,'nav_menu_item','',0),(8331,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8331',1,'nav_menu_item','',0),(8332,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8332',1,'nav_menu_item','',0),(8333,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8333',1,'nav_menu_item','',0),(8334,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8334',1,'nav_menu_item','',0),(8335,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8335',1,'nav_menu_item','',0),(8336,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8336',1,'nav_menu_item','',0),(8337,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8337',1,'nav_menu_item','',0),(8338,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8338',1,'nav_menu_item','',0),(8339,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8339',1,'nav_menu_item','',0),(8340,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8340',1,'nav_menu_item','',0),(8341,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8341',1,'nav_menu_item','',0),(8342,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8342',1,'nav_menu_item','',0),(8343,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8343',1,'nav_menu_item','',0),(8344,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8344',1,'nav_menu_item','',0),(8345,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8345',1,'nav_menu_item','',0),(8346,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8346',1,'nav_menu_item','',0),(8347,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8347',1,'nav_menu_item','',0),(8348,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8348',1,'nav_menu_item','',0),(8349,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8349',1,'nav_menu_item','',0),(8350,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8350',1,'nav_menu_item','',0),(8351,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8351',1,'nav_menu_item','',0),(8352,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8352',1,'nav_menu_item','',0),(8353,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8353',1,'nav_menu_item','',0),(8354,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8354',1,'nav_menu_item','',0),(8355,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8355',1,'nav_menu_item','',0),(8356,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8356',1,'nav_menu_item','',0),(8357,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8357',1,'nav_menu_item','',0),(8358,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8358',1,'nav_menu_item','',0),(8359,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8359',1,'nav_menu_item','',0),(8360,1,'2022-09-18 20:18:21','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:21','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8360',1,'nav_menu_item','',0),(8361,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8361',1,'nav_menu_item','',0),(8362,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8362',1,'nav_menu_item','',0),(8363,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8363',1,'nav_menu_item','',0),(8364,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8364',1,'nav_menu_item','',0),(8365,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8365',1,'nav_menu_item','',0),(8366,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8366',1,'nav_menu_item','',0),(8367,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8367',1,'nav_menu_item','',0),(8368,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8368',1,'nav_menu_item','',0),(8369,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8369',1,'nav_menu_item','',0),(8370,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8370',1,'nav_menu_item','',0),(8371,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8371',1,'nav_menu_item','',0),(8372,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8372',1,'nav_menu_item','',0),(8373,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8373',1,'nav_menu_item','',0),(8374,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8374',1,'nav_menu_item','',0),(8375,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8375',1,'nav_menu_item','',0),(8376,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8376',1,'nav_menu_item','',0),(8377,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8377',1,'nav_menu_item','',0),(8378,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8378',1,'nav_menu_item','',0),(8379,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',6663,'https://valerioanzino.wpengine.com/?p=8379',1,'nav_menu_item','',0),(8380,1,'2022-09-18 20:18:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-09-18 20:18:22','0000-00-00 00:00:00','',7057,'https://valerioanzino.wpengine.com/?p=8380',1,'nav_menu_item','',0),(8383,1,'2022-09-18 20:28:20','2022-09-18 20:28:20','[conveythis_switcher]','test switcher','','publish','closed','closed','','8383-2','','','2022-09-18 20:28:32','2022-09-18 20:28:32','',0,'https://valerioanzino.wpengine.com/?page_id=8383',0,'page','',0),(8397,1,'2022-09-19 05:10:38','0000-00-00 00:00:00','','[ConveyThis_English]','','draft','closed','closed','','','','','2022-09-19 05:10:38','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8397',1,'nav_menu_item','',0),(8398,1,'2022-09-19 05:10:38','0000-00-00 00:00:00','','[ConveyThis_Italian]','','draft','closed','closed','','','','','2022-09-19 05:10:38','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?p=8398',1,'nav_menu_item','',0),(8401,1,'2022-09-19 17:06:10','0000-00-00 00:00:00','','Snippet Preview','','draft','closed','closed','','xyz-ics-preview-page','','','2022-09-19 17:06:10','0000-00-00 00:00:00','',0,'https://valerioanzino.wpengine.com/?page_id=8401',0,'page','',0),(8405,1,'2022-09-19 17:32:20','2022-09-19 17:32:20','[su_tooltip text=\"Click language icon to see available language options\"]<img src=\"https://valerioanzino.com/wp-content/uploads/2022/09/info-blue-75w.jpg\" alt=\"Information\" width=\"30\" />[/su_tooltip]\r\n\r\n\r\n[su_tooltip text=\"Click language icon to see available language options\" position=\"right\"]Hover me to open tooltip[/su_tooltip]','000000000TEST','','publish','closed','closed','','000000000test','','','2022-09-20 05:42:31','2022-09-20 05:42:31','',0,'https://valerioanzino.wpengine.com/?page_id=8405',0,'page','',0),(8494,1,'2022-09-20 01:42:09','2022-09-20 01:42:09','','Information','','inherit','open','closed','','info-blue-75w','','','2022-09-20 01:42:40','2022-09-20 01:42:40','',8405,'https://valerioanzino.wpengine.com/wp-content/uploads/2022/09/info-blue-75w.jpg',0,'attachment','image/jpeg',0),(8495,1,'2023-08-24 16:39:59','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2023-08-24 16:39:59','0000-00-00 00:00:00','',0,'https://valerioanzino.com/?p=8495',0,'post','',0),(8496,51,'2023-08-24 16:44:55','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2023-08-24 16:44:55','0000-00-00 00:00:00','',0,'https://valerioanzino.com/?p=8496',0,'post','',0),(8497,52,'2023-08-24 17:49:59','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2023-08-24 17:49:59','0000-00-00 00:00:00','',0,'https://valerioanzino.com/?p=8497',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_address`
--

DROP TABLE IF EXISTS `wp_rp_address`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_address` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `line1` varchar(60) DEFAULT NULL,
  `line2` varchar(60) DEFAULT NULL,
  `line3` varchar(60) DEFAULT NULL,
  `city` varchar(60) DEFAULT NULL,
  `ctry_subentity` varchar(60) DEFAULT NULL,
  `ctry` varchar(60) DEFAULT NULL,
  `postal_code` varchar(10) DEFAULT NULL,
  `phone1` varchar(25) DEFAULT NULL,
  `phone2` varchar(25) DEFAULT NULL,
  `phone3` varchar(25) DEFAULT NULL,
  `email1` varchar(120) DEFAULT NULL,
  `email2` varchar(120) DEFAULT NULL,
  `email3` varchar(120) DEFAULT NULL,
  `www1` varchar(120) DEFAULT NULL,
  `www2` varchar(120) DEFAULT NULL,
  `www3` varchar(120) DEFAULT NULL,
  `fax1` varchar(60) DEFAULT NULL,
  `fax2` varchar(60) DEFAULT NULL,
  `fax3` varchar(60) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_address`
--

LOCK TABLES `wp_rp_address` WRITE;
/*!40000 ALTER TABLE `wp_rp_address` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_address` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_event_cite`
--

DROP TABLE IF EXISTS `wp_rp_event_cite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_event_cite` (
  `event_id` int(11) NOT NULL,
  `cite_id` int(11) NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`event_id`,`cite_id`),
  KEY `cite_id` (`cite_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_event_cite`
--

LOCK TABLES `wp_rp_event_cite` WRITE;
/*!40000 ALTER TABLE `wp_rp_event_cite` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_event_cite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_event_detail`
--

DROP TABLE IF EXISTS `wp_rp_event_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_event_detail` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `event_type` varchar(22) NOT NULL,
  `classification` varchar(90) DEFAULT NULL,
  `event_date` varchar(35) DEFAULT NULL,
  `place` varchar(120) DEFAULT NULL,
  `addr_id` int(11) DEFAULT NULL,
  `resp_agency` varchar(120) DEFAULT NULL,
  `religious_aff` varchar(90) DEFAULT NULL,
  `cause` varchar(90) DEFAULT NULL,
  `restriction_notice` varchar(7) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1668 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_event_detail`
--

LOCK TABLES `wp_rp_event_detail` WRITE;
/*!40000 ALTER TABLE `wp_rp_event_detail` DISABLE KEYS */;
INSERT INTO `wp_rp_event_detail` VALUES (1552,'Birth','','1810','Altavilla, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1553,'Death','','11/29/1845','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1556,'Birth','','1 Feb 1830','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1557,'Death','','21 Feb 1834','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1558,'Birth','','5 Aug 1844','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1559,'Death','','12 Apr 1845','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1560,'Birth','','1840','Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1561,'Death','','21 Mar 1884','Via Ripetta 219, Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1566,'Birth','','1842','Italy',NULL,'','','','','2018-11-03 21:58:02'),(1567,'Death','','12/7/1885','Via Ripetta 219, Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1568,'Birth','','6 Aug 1786','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:02'),(1569,'Death','','8 Feb 1859','Via Bastion Verde Door # 89,Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1570,'Birth','','19 Feb 1776','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:02'),(1573,'Birth','','1 Apr 1865','Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1574,'Death','','26 Nov 1929','Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1575,'Birth','','1837','Casorzo, Asti, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1576,'Death','','14 Sep 1902','Via St Francesco de Paolo 39, Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1577,'Birth','','Oct 1873','Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1578,'Death','','17 Dec 1873','Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1579,'Birth','','5 Jan 1867','Firenze, Firenze, Toscana, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1580,'Death','','9 Feb 1874','Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1581,'Birth','','April 1875','Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1582,'Death','','7 May 1875','Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1583,'Birth','','25 Sep 1868','Firenze, Firenze, Toscana, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1585,'Birth','','27 Apr 1877','Via Ripetta 215, Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1586,'Death','','Bef. 1954','Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1587,'Birth','','1876','Academy of Fine Arts in Via Ripetta,Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1588,'Death','','29 Nov 1957','Wandsworth, London, England',NULL,'','','','','2018-11-03 21:58:02'),(1589,'Birth','','1842','Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1590,'Death','','9 May 1877','Via Ripetta  219, Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1591,'Birth','','1735','Italy',NULL,'','','','','2018-11-03 21:58:02'),(1592,'Death','','22 Mar 1795','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:02'),(1593,'Birth','','27 Sep 1723','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:02'),(1594,'Death','','8 Jan 1798','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:02'),(1595,'Birth','','12 Apr 1822','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1596,'Death','','14 Aug 1826','',NULL,'','','','','2018-11-03 21:58:02'),(1597,'Birth','','11 May 1812','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1598,'Death','','4 Dec 1812','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:02'),(1599,'Birth','','2 Jun 1809','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1600,'Death','','11 Nov 1834','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1603,'Birth','','26 Jan 1816','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1604,'Death','','5/26/1889','Via Maestra Borghetto # 120,Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:02'),(1605,'Birth','','21 Jan 1756','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1606,'Death','','8 May 1784','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1607,'Birth','','13 May 1760','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1608,'Birth','','21 Apr 1779','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1609,'Birth','','13 Jun 1773','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1610,'Birth','','18 Feb 1767','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1611,'Death','','20 Aug 1772','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1612,'Birth','','13 Oct 1769','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1613,'Death','','5 Jan 1835','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1614,'Birth','','1760','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1615,'Death','','18 Jan 1765','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1616,'Birth','','12 Jan 1741','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1617,'Death','','6 Feb 1741','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1618,'Birth','','27 Mar 1738','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1619,'Death','','17 Mar 1740','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1620,'Birth','','17 Aug 1735','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1621,'Death','','1737','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1622,'Birth','','23 Nov 1732','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1623,'Birth','','18 Jul 1730','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1624,'Death','','22 Dec 1764','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1625,'Birth','','12 Jun 1725','Fubine, Alessandria, Piemonte, Italia',NULL,'','','','','2018-11-03 21:58:03'),(1626,'Birth','','10 Mar 1856','Casorzo, Asti, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1627,'Death','','6 Mar 1932','Italy',NULL,'','','','','2018-11-03 21:58:03'),(1632,'Birth','','10 Jul 1887','Acireale, Catania, Sicilia, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1633,'Death','','16 Apr 1962','Rome, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1636,'Birth','','1858','Biella, Biella, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1637,'Marriage','','27 Jun 1804','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1638,'Marriage','','27 Jan 1723','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1639,'Marriage','','7 Nov 1887','Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1640,'Marriage','','12/16/1916','Catania, Catania, Sicilia, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1641,'Marriage','','15 Dec 1930','Milano, Milano, Lombardia, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1642,'Marriage','','5 Jan 1911','Milano, Milano, Lombardia, Italy',NULL,'','','','','2018-11-03 21:58:03'),(1647,'Birth','','4/20/1807','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 23:18:37'),(1648,'Death','','28 Jul 1866','Via Bastion Verde  89 1st Floor, Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-03 23:18:37'),(1649,'Birth','','9/6/1832','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 23:26:09'),(1650,'Death','','5 Mar 1899','Via Del Sudario 47, Roma, Lazio, Italy',NULL,'','','','','2018-11-03 23:26:09'),(1653,'Birth','','18 Oct 1835','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 23:33:19'),(1654,'Death','','3 Feb 1908','Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-03 23:33:19'),(1655,'Birth','','1836','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 23:37:50'),(1656,'Death','','Aft. 11 Mar 1915','Italy',NULL,'','','','','2018-11-03 23:37:50'),(1657,'Birth','','2 Dec 1870','Firenze, Firenze, Toscana, Italy',NULL,'','','','','2018-11-03 23:40:53'),(1658,'Birth','','4 Feb 1862','Parocchia della Madonna degli Angeli, Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-03 23:47:00'),(1659,'Death','','18 Aug 1928','Piazza Comunale, Quattordio, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-03 23:47:00'),(1660,'Birth','','11 Aug 1805','Fubine, Alessandria, Piemonte, Italy',NULL,'','','','','2018-11-05 15:24:38'),(1661,'Death','','30 Nov 1888','Via Suderio 51, Roma, Roma, Lazio, Italy',NULL,'','','','','2018-11-05 15:24:38'),(1662,'Birth','','28 Apr 1919','Rome, Italy',NULL,'','','','','2018-11-12 21:35:30'),(1663,'Death','','9 May 2000','Rome, Italy',NULL,'','','','','2018-11-12 21:35:30'),(1664,'Birth','','8 May 1892','Via S Francesco di Paola 37, Torino, Torino, Piemonte, Italy',NULL,'','','','','2018-11-12 22:46:46'),(1665,'Death','','14 Mar 1993','Italy',NULL,'','','','','2018-11-12 22:46:46'),(1666,'Birth','','18 Sep 1888','Casorzo, Asti, Piemonte, Italy',NULL,'','','','','2018-11-12 22:48:02'),(1667,'Death','','1 Oct 1956','Trento, Trento, Trentino-Alto Adige, Italy',NULL,'','','','','2018-11-12 22:48:02');
/*!40000 ALTER TABLE `wp_rp_event_detail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_event_note`
--

DROP TABLE IF EXISTS `wp_rp_event_note`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_event_note` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `event_id` int(11) NOT NULL,
  `note_rec_id` varchar(22) DEFAULT NULL,
  `note` longtext NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `event_id` (`event_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_event_note`
--

LOCK TABLES `wp_rp_event_note` WRITE;
/*!40000 ALTER TABLE `wp_rp_event_note` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_event_note` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_fam`
--

DROP TABLE IF EXISTS `wp_rp_fam`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_fam` (
  `id` varchar(22) NOT NULL DEFAULT '',
  `batch_id` tinyint(4) NOT NULL DEFAULT '1',
  `restriction_notice` varchar(7) DEFAULT NULL,
  `spouse1` varchar(22) DEFAULT NULL,
  `indi_batch_id_1` tinyint(4) DEFAULT NULL,
  `spouse2` varchar(22) DEFAULT NULL,
  `indi_batch_id_2` tinyint(4) DEFAULT NULL,
  `auto_rec_id` varchar(12) DEFAULT NULL,
  `ged_change_date` varchar(11) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`,`batch_id`),
  UNIQUE KEY `id` (`id`,`batch_id`,`spouse1`,`indi_batch_id_1`,`spouse2`,`indi_batch_id_2`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_fam`
--

LOCK TABLES `wp_rp_fam` WRITE;
/*!40000 ALTER TABLE `wp_rp_fam` DISABLE KEYS */;
INSERT INTO `wp_rp_fam` VALUES ('F1',1,'','P3',1,'P2',1,'','','2018-11-03 23:18:37'),('F10',1,'','P19',1,'P52',1,'','','2018-11-03 23:40:53'),('F11',1,'','P19',1,'P53',1,'','','2018-11-03 23:40:53'),('F2',1,'','P7',1,'P14',1,'','','2018-11-03 23:33:19'),('F3',1,'','P9',1,'P23',1,'','','2018-11-03 21:58:03'),('F4',1,'','P11',1,'P10',1,'','','2018-11-03 21:58:03'),('F5',1,'','P25',1,'P39',1,'','','2018-11-03 21:58:03'),('F6',1,'','P25',1,'P24',1,'','','2018-11-03 21:58:03'),('F7',1,'','P38',1,'P33',1,'','','2018-11-03 21:58:03'),('F8',1,'','P47',1,'P12',1,'','','2018-11-03 23:47:00'),('F9',1,'','P21',1,'P50',1,'','','2018-11-03 21:58:03');
/*!40000 ALTER TABLE `wp_rp_fam` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_fam_child`
--

DROP TABLE IF EXISTS `wp_rp_fam_child`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_fam_child` (
  `fam_id` varchar(22) NOT NULL,
  `fam_batch_id` tinyint(4) NOT NULL DEFAULT '1',
  `child_id` varchar(22) NOT NULL,
  `indi_batch_id` tinyint(4) NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`fam_id`,`fam_batch_id`,`child_id`,`indi_batch_id`),
  KEY `child_id` (`child_id`,`indi_batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_fam_child`
--

LOCK TABLES `wp_rp_fam_child` WRITE;
/*!40000 ALTER TABLE `wp_rp_fam_child` DISABLE KEYS */;
INSERT INTO `wp_rp_fam_child` VALUES ('F1',1,'P1',1,'2018-11-03 23:26:09'),('F1',1,'P4',1,'2018-11-03 21:58:03'),('F1',1,'P5',1,'2018-11-03 21:58:03'),('F1',1,'P6',1,'2018-11-03 21:58:03'),('F1',1,'P7',1,'2018-11-03 23:33:19'),('F1',1,'P8',1,'2018-11-03 23:37:50'),('F1',1,'P9',1,'2018-11-03 21:58:03'),('F2',1,'P12',1,'2018-11-03 23:47:00'),('F2',1,'P13',1,'2018-11-03 21:58:03'),('F3',1,'P15',1,'2018-11-03 21:58:03'),('F3',1,'P16',1,'2018-11-03 21:58:03'),('F3',1,'P17',1,'2018-11-03 21:58:03'),('F3',1,'P18',1,'2018-11-03 21:58:03'),('F3',1,'P19',1,'2018-11-03 23:40:53'),('F3',1,'P20',1,'2018-11-03 21:58:03'),('F3',1,'P21',1,'2018-11-03 21:58:03'),('F3',1,'P22',1,'2018-11-03 21:58:03'),('F4',1,'P26',1,'2018-11-03 21:58:03'),('F4',1,'P27',1,'2018-11-03 21:58:03'),('F4',1,'P28',1,'2018-11-03 21:58:03'),('F4',1,'P29',1,'2018-11-05 15:24:38'),('F4',1,'P3',1,'2018-11-03 23:18:37'),('F4',1,'P30',1,'2018-11-03 21:58:03'),('F5',1,'P31',1,'2018-11-03 21:58:03'),('F5',1,'P32',1,'2018-11-03 21:58:03'),('F5',1,'P40',1,'2018-11-03 21:58:03'),('F6',1,'P11',1,'2018-11-03 21:58:03'),('F6',1,'P34',1,'2018-11-03 21:58:03'),('F6',1,'P35',1,'2018-11-03 21:58:03'),('F6',1,'P36',1,'2018-11-03 21:58:03'),('F6',1,'P37',1,'2018-11-03 21:58:03'),('F7',1,'P25',1,'2018-11-03 21:58:03'),('F7',1,'P41',1,'2018-11-03 21:58:03'),('F7',1,'P42',1,'2018-11-03 21:58:03'),('F7',1,'P43',1,'2018-11-03 21:58:03'),('F7',1,'P44',1,'2018-11-03 21:58:03'),('F7',1,'P45',1,'2018-11-03 21:58:03'),('F7',1,'P46',1,'2018-11-03 21:58:03'),('F8',1,'P48',1,'2018-11-12 22:48:02'),('F8',1,'P49',1,'2018-11-12 22:46:47'),('F9',1,'P51',1,'2018-11-12 21:35:30');
/*!40000 ALTER TABLE `wp_rp_fam_child` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_fam_cite`
--

DROP TABLE IF EXISTS `wp_rp_fam_cite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_fam_cite` (
  `fam_id` varchar(22) NOT NULL,
  `fam_batch_id` tinyint(4) NOT NULL,
  `cite_id` int(11) NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`fam_id`,`fam_batch_id`,`cite_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_fam_cite`
--

LOCK TABLES `wp_rp_fam_cite` WRITE;
/*!40000 ALTER TABLE `wp_rp_fam_cite` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_fam_cite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_fam_event`
--

DROP TABLE IF EXISTS `wp_rp_fam_event`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_fam_event` (
  `fam_id` varchar(22) NOT NULL DEFAULT '',
  `fam_batch_id` tinyint(4) NOT NULL DEFAULT '0',
  `event_id` int(11) NOT NULL DEFAULT '0',
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`fam_id`,`fam_batch_id`,`event_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_fam_event`
--

LOCK TABLES `wp_rp_fam_event` WRITE;
/*!40000 ALTER TABLE `wp_rp_fam_event` DISABLE KEYS */;
INSERT INTO `wp_rp_fam_event` VALUES ('F10',1,1641,'2018-11-03 21:58:03'),('F11',1,1642,'2018-11-03 21:58:03'),('F4',1,1637,'2018-11-03 21:58:03'),('F7',1,1638,'2018-11-03 21:58:03'),('F8',1,1639,'2018-11-03 21:58:03'),('F9',1,1640,'2018-11-03 21:58:03');
/*!40000 ALTER TABLE `wp_rp_fam_event` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_fam_note`
--

DROP TABLE IF EXISTS `wp_rp_fam_note`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_fam_note` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `fam_id` varchar(22) NOT NULL,
  `fam_batch_id` tinyint(4) NOT NULL,
  `note_rec_id` varchar(22) DEFAULT NULL,
  `note` longtext NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `fam_id` (`fam_id`,`fam_batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_fam_note`
--

LOCK TABLES `wp_rp_fam_note` WRITE;
/*!40000 ALTER TABLE `wp_rp_fam_note` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_fam_note` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_fam_seq`
--

DROP TABLE IF EXISTS `wp_rp_fam_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_fam_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_fam_seq`
--

LOCK TABLES `wp_rp_fam_seq` WRITE;
/*!40000 ALTER TABLE `wp_rp_fam_seq` DISABLE KEYS */;
INSERT INTO `wp_rp_fam_seq` VALUES (100000);
/*!40000 ALTER TABLE `wp_rp_fam_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_header`
--

DROP TABLE IF EXISTS `wp_rp_header`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_header` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `batch_id` tinyint(4) NOT NULL DEFAULT '1',
  `src_system_id` varchar(20) DEFAULT NULL,
  `src_system_version` varchar(15) DEFAULT NULL,
  `product_name` varchar(90) DEFAULT NULL,
  `corp_name` varchar(90) DEFAULT NULL,
  `corp_addr_id` int(11) DEFAULT NULL,
  `src_data_name` varchar(90) DEFAULT NULL,
  `publication_date` varchar(11) DEFAULT NULL,
  `copyright_src_data` varchar(90) DEFAULT NULL,
  `receiving_sys_name` varchar(90) DEFAULT NULL,
  `transmission_date` varchar(11) DEFAULT NULL,
  `transmission_time` varchar(12) DEFAULT NULL,
  `submitter_id` varchar(22) DEFAULT NULL,
  `submitter_batch_id` tinyint(4) DEFAULT NULL,
  `submission_id` varchar(22) DEFAULT NULL,
  `submission_batch_id` tinyint(4) DEFAULT NULL,
  `file_name` varchar(120) DEFAULT NULL,
  `copyright_ged_file` varchar(90) DEFAULT NULL,
  `lang` varchar(15) DEFAULT NULL,
  `gedc_version` varchar(15) DEFAULT NULL,
  `gedc_form` varchar(20) DEFAULT NULL,
  `char_set` varchar(8) DEFAULT NULL,
  `char_set_version` varchar(15) DEFAULT NULL,
  `place_hierarchy` varchar(120) DEFAULT NULL,
  `ged_content_description` longtext,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`,`batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_header`
--

LOCK TABLES `wp_rp_header` WRITE;
/*!40000 ALTER TABLE `wp_rp_header` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_header` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_indi`
--

DROP TABLE IF EXISTS `wp_rp_indi`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_indi` (
  `id` varchar(22) NOT NULL,
  `batch_id` tinyint(4) NOT NULL DEFAULT '1',
  `wp_page_id` int(11) DEFAULT NULL,
  `restriction_notice` varchar(7) DEFAULT NULL,
  `gender` char(1) DEFAULT NULL,
  `perm_rec_file_nbr` varchar(90) DEFAULT NULL,
  `anc_rec_file_nbr` varchar(12) DEFAULT NULL,
  `auto_rec_id` varchar(12) DEFAULT NULL,
  `ged_change_date` varchar(11) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`,`batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_indi`
--

LOCK TABLES `wp_rp_indi` WRITE;
/*!40000 ALTER TABLE `wp_rp_indi` DISABLE KEYS */;
INSERT INTO `wp_rp_indi` VALUES ('P1',1,6703,'','M','','','','','2018-11-03 23:26:09'),('P10',1,6713,'','F','','','','','2018-11-03 21:58:30'),('P11',1,6676,'','M','','','','','2018-11-03 21:58:30'),('P12',1,6671,'','F','','','','','2018-11-03 23:47:00'),('P13',1,6670,'','M','','','','','2018-11-03 21:58:30'),('P14',1,6714,'','F','','','','','2018-11-03 21:58:30'),('P15',1,6686,'','F','','','','','2018-11-03 21:58:30'),('P16',1,6666,'','F','','','','','2018-11-03 21:58:30'),('P17',1,6702,'','M','','','','','2018-11-03 21:58:30'),('P18',1,6679,'','M','','','','','2018-11-03 21:58:30'),('P19',1,6693,'','M','','','','','2018-11-03 23:40:53'),('P2',1,6708,'','F','','','','','2018-11-03 21:58:30'),('P20',1,6669,'','F','','','','','2018-11-03 21:58:30'),('P21',1,6678,'','M','','','','','2018-11-03 21:58:30'),('P22',1,6681,'','M','','','','','2018-11-03 21:58:30'),('P23',1,6707,'','F','','','','','2018-11-03 21:58:30'),('P24',1,6716,'','F','','','','','2018-11-03 21:58:31'),('P25',1,6668,'','M','','','','','2018-11-03 21:58:30'),('P26',1,6674,'','M','','','','','2018-11-03 21:58:30'),('P27',1,6688,'','F','','','','','2018-11-03 21:58:30'),('P28',1,6689,'','F','','','','','2018-11-03 21:58:30'),('P29',1,6692,'','M','','','','','2018-11-05 15:24:37'),('P3',1,6677,'','M','','','','','2018-11-03 23:18:37'),('P30',1,6665,'','F','','','','','2018-11-03 21:58:30'),('P31',1,6697,'','M','','','','','2018-11-03 21:58:30'),('P32',1,6696,'','M','','','','','2018-11-03 21:58:30'),('P33',1,6704,'','F','','','','','2018-11-03 21:58:30'),('P34',1,6672,'','M','','','','','2018-11-03 21:58:30'),('P35',1,6687,'','F','','','','','2018-11-03 21:58:30'),('P36',1,6698,'','F','','','','','2018-11-03 21:58:30'),('P37',1,6691,'','M','','','','','2018-11-03 21:58:30'),('P38',1,6701,'','M','','','','','2018-11-03 21:58:30'),('P39',1,6715,'','F','','','','','2018-11-03 21:58:31'),('P4',1,6690,'','F','','','','','2018-11-03 21:58:30'),('P40',1,6700,'','F','','','','','2018-11-03 21:58:30'),('P41',1,6683,'','M','','','','','2018-11-03 21:58:30'),('P42',1,6694,'','M','','','','','2018-11-03 21:58:30'),('P43',1,6695,'','M','','','','','2018-11-03 21:58:30'),('P44',1,6699,'','F','','','','','2018-11-03 21:58:30'),('P45',1,6673,'','F','','','','','2018-11-03 21:58:30'),('P46',1,6667,'','F','','','','','2018-11-03 21:58:30'),('P47',1,6712,'','M','','','','','2018-11-03 21:58:30'),('P48',1,6711,'','F','','','','','2018-11-12 22:48:02'),('P49',1,6710,'','F','','','','','2018-11-12 22:46:46'),('P5',1,6684,'','M','','','','','2018-11-03 21:58:30'),('P50',1,6709,'','F','','','','','2018-11-03 21:58:30'),('P51',1,6685,'','F','','','','','2018-11-12 21:35:30'),('P52',1,6705,'','F','','','','','2018-11-03 21:58:30'),('P53',1,6706,'','F','','','','','2018-11-03 21:58:30'),('P6',1,6675,'','M','','','','','2018-11-03 21:58:30'),('P7',1,6680,'','M','','','','','2018-11-03 23:33:19'),('P8',1,6682,'','F','','','','','2018-11-03 23:37:50'),('P9',1,6664,'','M','','','','','2018-11-03 21:58:30');
/*!40000 ALTER TABLE `wp_rp_indi` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_indi_cite`
--

DROP TABLE IF EXISTS `wp_rp_indi_cite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_indi_cite` (
  `indi_id` varchar(22) NOT NULL,
  `indi_batch_id` tinyint(4) NOT NULL,
  `cite_id` int(11) NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`indi_id`,`indi_batch_id`,`cite_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_indi_cite`
--

LOCK TABLES `wp_rp_indi_cite` WRITE;
/*!40000 ALTER TABLE `wp_rp_indi_cite` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_indi_cite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_indi_event`
--

DROP TABLE IF EXISTS `wp_rp_indi_event`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_indi_event` (
  `indi_id` varchar(22) NOT NULL,
  `indi_batch_id` tinyint(4) NOT NULL,
  `event_id` int(11) NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`indi_id`,`indi_batch_id`,`event_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_indi_event`
--

LOCK TABLES `wp_rp_indi_event` WRITE;
/*!40000 ALTER TABLE `wp_rp_indi_event` DISABLE KEYS */;
INSERT INTO `wp_rp_indi_event` VALUES ('P1',1,1649,'2018-11-03 23:26:09'),('P1',1,1650,'2018-11-03 23:26:09'),('P10',1,1568,'2018-11-03 21:58:02'),('P10',1,1569,'2018-11-03 21:58:02'),('P11',1,1570,'2018-11-03 21:58:02'),('P12',1,1658,'2018-11-03 23:47:00'),('P12',1,1659,'2018-11-03 23:47:00'),('P13',1,1573,'2018-11-03 21:58:02'),('P13',1,1574,'2018-11-03 21:58:02'),('P14',1,1575,'2018-11-03 21:58:02'),('P14',1,1576,'2018-11-03 21:58:02'),('P15',1,1577,'2018-11-03 21:58:02'),('P15',1,1578,'2018-11-03 21:58:02'),('P16',1,1579,'2018-11-03 21:58:02'),('P16',1,1580,'2018-11-03 21:58:02'),('P17',1,1581,'2018-11-03 21:58:02'),('P17',1,1582,'2018-11-03 21:58:02'),('P18',1,1583,'2018-11-03 21:58:02'),('P19',1,1657,'2018-11-03 23:40:53'),('P2',1,1552,'2018-11-03 21:58:02'),('P2',1,1553,'2018-11-03 21:58:02'),('P21',1,1585,'2018-11-03 21:58:02'),('P21',1,1586,'2018-11-03 21:58:02'),('P22',1,1587,'2018-11-03 21:58:02'),('P22',1,1588,'2018-11-03 21:58:02'),('P23',1,1589,'2018-11-03 21:58:02'),('P23',1,1590,'2018-11-03 21:58:02'),('P24',1,1591,'2018-11-03 21:58:02'),('P24',1,1592,'2018-11-03 21:58:02'),('P25',1,1593,'2018-11-03 21:58:02'),('P25',1,1594,'2018-11-03 21:58:02'),('P26',1,1595,'2018-11-03 21:58:02'),('P26',1,1596,'2018-11-03 21:58:02'),('P27',1,1597,'2018-11-03 21:58:02'),('P27',1,1598,'2018-11-03 21:58:02'),('P28',1,1599,'2018-11-03 21:58:02'),('P28',1,1600,'2018-11-03 21:58:02'),('P29',1,1660,'2018-11-05 15:24:38'),('P29',1,1661,'2018-11-05 15:24:38'),('P3',1,1647,'2018-11-03 23:18:37'),('P3',1,1648,'2018-11-03 23:18:37'),('P30',1,1603,'2018-11-03 21:58:02'),('P30',1,1604,'2018-11-03 21:58:02'),('P31',1,1605,'2018-11-03 21:58:03'),('P31',1,1606,'2018-11-03 21:58:03'),('P32',1,1607,'2018-11-03 21:58:03'),('P34',1,1608,'2018-11-03 21:58:03'),('P35',1,1609,'2018-11-03 21:58:03'),('P36',1,1610,'2018-11-03 21:58:03'),('P36',1,1611,'2018-11-03 21:58:03'),('P37',1,1612,'2018-11-03 21:58:03'),('P37',1,1613,'2018-11-03 21:58:03'),('P4',1,1556,'2018-11-03 21:58:02'),('P4',1,1557,'2018-11-03 21:58:02'),('P40',1,1614,'2018-11-03 21:58:03'),('P40',1,1615,'2018-11-03 21:58:03'),('P41',1,1616,'2018-11-03 21:58:03'),('P41',1,1617,'2018-11-03 21:58:03'),('P42',1,1618,'2018-11-03 21:58:03'),('P42',1,1619,'2018-11-03 21:58:03'),('P43',1,1620,'2018-11-03 21:58:03'),('P43',1,1621,'2018-11-03 21:58:03'),('P44',1,1622,'2018-11-03 21:58:03'),('P45',1,1623,'2018-11-03 21:58:03'),('P45',1,1624,'2018-11-03 21:58:03'),('P46',1,1625,'2018-11-03 21:58:03'),('P47',1,1626,'2018-11-03 21:58:03'),('P47',1,1627,'2018-11-03 21:58:03'),('P48',1,1666,'2018-11-12 22:48:02'),('P48',1,1667,'2018-11-12 22:48:02'),('P49',1,1664,'2018-11-12 22:46:46'),('P49',1,1665,'2018-11-12 22:46:46'),('P5',1,1558,'2018-11-03 21:58:02'),('P5',1,1559,'2018-11-03 21:58:02'),('P50',1,1632,'2018-11-03 21:58:03'),('P50',1,1633,'2018-11-03 21:58:03'),('P51',1,1662,'2018-11-12 21:35:30'),('P51',1,1663,'2018-11-12 21:35:30'),('P53',1,1636,'2018-11-03 21:58:03'),('P6',1,1560,'2018-11-03 21:58:02'),('P6',1,1561,'2018-11-03 21:58:02'),('P7',1,1653,'2018-11-03 23:33:19'),('P7',1,1654,'2018-11-03 23:33:19'),('P8',1,1655,'2018-11-03 23:37:50'),('P8',1,1656,'2018-11-03 23:37:50'),('P9',1,1566,'2018-11-03 21:58:02'),('P9',1,1567,'2018-11-03 21:58:02');
/*!40000 ALTER TABLE `wp_rp_indi_event` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_indi_fam`
--

DROP TABLE IF EXISTS `wp_rp_indi_fam`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_indi_fam` (
  `indi_id` varchar(22) NOT NULL,
  `indi_batch_id` tinyint(4) NOT NULL,
  `fam_id` varchar(22) NOT NULL,
  `fam_batch_id` tinyint(4) NOT NULL,
  `link_type` char(1) NOT NULL,
  `link_status` varchar(15) DEFAULT NULL,
  `pedigree` varchar(7) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`indi_id`,`indi_batch_id`,`fam_id`,`fam_batch_id`,`link_type`),
  KEY `indi_id` (`indi_id`,`indi_batch_id`,`link_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_indi_fam`
--

LOCK TABLES `wp_rp_indi_fam` WRITE;
/*!40000 ALTER TABLE `wp_rp_indi_fam` DISABLE KEYS */;
INSERT INTO `wp_rp_indi_fam` VALUES ('P1',1,'F1',1,'C','','','2018-11-03 23:26:09'),('P10',1,'F4',1,'S','','','2018-11-03 21:58:02'),('P11',1,'F4',1,'S','','','2018-11-03 21:58:02'),('P11',1,'F6',1,'C','','','2018-11-03 21:58:02'),('P12',1,'F2',1,'C','','','2018-11-03 23:47:00'),('P12',1,'F8',1,'S','','','2018-11-03 23:47:00'),('P13',1,'F2',1,'C','','','2018-11-03 21:58:02'),('P14',1,'F2',1,'S','','','2018-11-03 21:58:02'),('P15',1,'F3',1,'C','','','2018-11-03 21:58:02'),('P16',1,'F3',1,'C','','','2018-11-03 21:58:02'),('P17',1,'F3',1,'C','','','2018-11-03 21:58:02'),('P18',1,'F3',1,'C','','','2018-11-03 21:58:02'),('P19',1,'F10',1,'S','','','2018-11-03 23:40:53'),('P19',1,'F11',1,'S','','','2018-11-03 23:40:53'),('P19',1,'F3',1,'C','','','2018-11-03 23:40:53'),('P2',1,'F1',1,'S','','','2018-11-03 21:58:02'),('P20',1,'F3',1,'C','','','2018-11-03 21:58:02'),('P21',1,'F3',1,'C','','','2018-11-03 21:58:02'),('P21',1,'F9',1,'S','','','2018-11-03 21:58:02'),('P22',1,'F3',1,'C','','','2018-11-03 21:58:02'),('P23',1,'F3',1,'S','','','2018-11-03 21:58:02'),('P24',1,'F6',1,'S','','','2018-11-03 21:58:02'),('P25',1,'F5',1,'S','','','2018-11-03 21:58:02'),('P25',1,'F6',1,'S','','','2018-11-03 21:58:02'),('P25',1,'F7',1,'C','','','2018-11-03 21:58:02'),('P26',1,'F4',1,'C','','','2018-11-03 21:58:02'),('P27',1,'F4',1,'C','','','2018-11-03 21:58:02'),('P28',1,'F4',1,'C','','','2018-11-03 21:58:02'),('P29',1,'F4',1,'C','','','2018-11-05 15:24:38'),('P3',1,'F1',1,'S','','','2018-11-03 23:18:37'),('P3',1,'F4',1,'C','','','2018-11-03 23:18:37'),('P30',1,'F4',1,'C','','','2018-11-03 21:58:02'),('P31',1,'F5',1,'C','','','2018-11-03 21:58:03'),('P32',1,'F5',1,'C','','','2018-11-03 21:58:03'),('P33',1,'F7',1,'S','','','2018-11-03 21:58:03'),('P34',1,'F6',1,'C','','','2018-11-03 21:58:03'),('P35',1,'F6',1,'C','','','2018-11-03 21:58:03'),('P36',1,'F6',1,'C','','','2018-11-03 21:58:03'),('P37',1,'F6',1,'C','','','2018-11-03 21:58:03'),('P38',1,'F7',1,'S','','','2018-11-03 21:58:03'),('P39',1,'F5',1,'S','','','2018-11-03 21:58:03'),('P4',1,'F1',1,'C','','','2018-11-03 21:58:02'),('P40',1,'F5',1,'C','','','2018-11-03 21:58:03'),('P41',1,'F7',1,'C','','','2018-11-03 21:58:03'),('P42',1,'F7',1,'C','','','2018-11-03 21:58:03'),('P43',1,'F7',1,'C','','','2018-11-03 21:58:03'),('P44',1,'F7',1,'C','','','2018-11-03 21:58:03'),('P45',1,'F7',1,'C','','','2018-11-03 21:58:03'),('P46',1,'F7',1,'C','','','2018-11-03 21:58:03'),('P47',1,'F8',1,'S','','','2018-11-03 21:58:03'),('P48',1,'F8',1,'C','','','2018-11-12 22:48:02'),('P49',1,'F8',1,'C','','','2018-11-12 22:46:47'),('P5',1,'F1',1,'C','','','2018-11-03 21:58:02'),('P50',1,'F9',1,'S','','','2018-11-03 21:58:03'),('P51',1,'F9',1,'C','','','2018-11-12 21:35:30'),('P52',1,'F10',1,'S','','','2018-11-03 21:58:03'),('P53',1,'F11',1,'S','','','2018-11-03 21:58:03'),('P6',1,'F1',1,'C','','','2018-11-03 21:58:02'),('P7',1,'F1',1,'C','','','2018-11-03 23:33:19'),('P7',1,'F2',1,'S','','','2018-11-03 23:33:19'),('P8',1,'F1',1,'C','','','2018-11-03 23:37:50'),('P9',1,'F1',1,'C','','','2018-11-03 21:58:02'),('P9',1,'F3',1,'S','','','2018-11-03 21:58:02');
/*!40000 ALTER TABLE `wp_rp_indi_fam` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_indi_name`
--

DROP TABLE IF EXISTS `wp_rp_indi_name`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_indi_name` (
  `indi_id` varchar(22) NOT NULL,
  `indi_batch_id` tinyint(4) NOT NULL,
  `name_id` int(11) NOT NULL,
  `seq_nbr` int(11) NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`indi_id`,`indi_batch_id`,`name_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_indi_name`
--

LOCK TABLES `wp_rp_indi_name` WRITE;
/*!40000 ALTER TABLE `wp_rp_indi_name` DISABLE KEYS */;
INSERT INTO `wp_rp_indi_name` VALUES ('P1',1,974,1,'2018-11-03 23:26:09'),('P10',1,927,1,'2018-11-03 21:58:02'),('P11',1,928,1,'2018-11-03 21:58:02'),('P12',1,979,1,'2018-11-03 23:47:00'),('P13',1,930,1,'2018-11-03 21:58:02'),('P14',1,931,1,'2018-11-03 21:58:02'),('P15',1,932,1,'2018-11-03 21:58:02'),('P16',1,933,1,'2018-11-03 21:58:02'),('P17',1,934,1,'2018-11-03 21:58:02'),('P18',1,935,1,'2018-11-03 21:58:02'),('P19',1,978,1,'2018-11-03 23:40:53'),('P2',1,919,1,'2018-11-03 21:58:02'),('P20',1,937,1,'2018-11-03 21:58:02'),('P21',1,938,1,'2018-11-03 21:58:02'),('P22',1,939,1,'2018-11-03 21:58:02'),('P23',1,940,1,'2018-11-03 21:58:02'),('P24',1,941,1,'2018-11-03 21:58:02'),('P25',1,942,1,'2018-11-03 21:58:02'),('P26',1,943,1,'2018-11-03 21:58:02'),('P27',1,944,1,'2018-11-03 21:58:02'),('P28',1,945,1,'2018-11-03 21:58:02'),('P29',1,980,1,'2018-11-05 15:24:38'),('P3',1,973,1,'2018-11-03 23:18:37'),('P30',1,947,1,'2018-11-03 21:58:02'),('P31',1,948,1,'2018-11-03 21:58:02'),('P32',1,949,1,'2018-11-03 21:58:03'),('P33',1,950,1,'2018-11-03 21:58:03'),('P34',1,951,1,'2018-11-03 21:58:03'),('P35',1,952,1,'2018-11-03 21:58:03'),('P36',1,953,1,'2018-11-03 21:58:03'),('P37',1,954,1,'2018-11-03 21:58:03'),('P38',1,955,1,'2018-11-03 21:58:03'),('P39',1,956,1,'2018-11-03 21:58:03'),('P4',1,921,1,'2018-11-03 21:58:02'),('P40',1,957,1,'2018-11-03 21:58:03'),('P41',1,958,1,'2018-11-03 21:58:03'),('P42',1,959,1,'2018-11-03 21:58:03'),('P43',1,960,1,'2018-11-03 21:58:03'),('P44',1,961,1,'2018-11-03 21:58:03'),('P45',1,962,1,'2018-11-03 21:58:03'),('P46',1,963,1,'2018-11-03 21:58:03'),('P47',1,964,1,'2018-11-03 21:58:03'),('P48',1,983,1,'2018-11-12 22:48:02'),('P49',1,982,1,'2018-11-12 22:46:46'),('P5',1,922,1,'2018-11-03 21:58:02'),('P50',1,967,1,'2018-11-03 21:58:03'),('P51',1,981,1,'2018-11-12 21:35:30'),('P52',1,969,1,'2018-11-03 21:58:03'),('P53',1,970,1,'2018-11-03 21:58:03'),('P6',1,923,1,'2018-11-03 21:58:02'),('P7',1,976,1,'2018-11-03 23:33:19'),('P8',1,977,1,'2018-11-03 23:37:50'),('P9',1,926,1,'2018-11-03 21:58:02');
/*!40000 ALTER TABLE `wp_rp_indi_name` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_indi_note`
--

DROP TABLE IF EXISTS `wp_rp_indi_note`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_indi_note` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `indi_id` varchar(22) NOT NULL,
  `indi_batch_id` tinyint(4) NOT NULL,
  `note_rec_id` varchar(22) DEFAULT NULL,
  `note` longtext NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `indi_id` (`indi_id`,`indi_batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_indi_note`
--

LOCK TABLES `wp_rp_indi_note` WRITE;
/*!40000 ALTER TABLE `wp_rp_indi_note` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_indi_note` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_indi_option`
--

DROP TABLE IF EXISTS `wp_rp_indi_option`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_indi_option` (
  `indi_id` varchar(22) NOT NULL,
  `indi_batch_id` tinyint(4) NOT NULL,
  `privacy_code` char(3) NOT NULL,
  `excluded_name` varchar(120) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`indi_id`,`indi_batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_indi_option`
--

LOCK TABLES `wp_rp_indi_option` WRITE;
/*!40000 ALTER TABLE `wp_rp_indi_option` DISABLE KEYS */;
INSERT INTO `wp_rp_indi_option` VALUES ('P1',1,'Def','','2018-11-03 23:26:09'),('P12',1,'Def','','2018-11-03 23:47:00'),('P19',1,'Def','','2018-11-03 23:40:53'),('P29',1,'Def','','2018-11-05 15:24:38'),('P3',1,'Def','','2018-11-03 23:18:37'),('P48',1,'Def','','2018-11-12 22:48:02'),('P49',1,'Def','','2018-11-12 22:46:47'),('P51',1,'Def','','2018-11-12 21:35:30'),('P7',1,'Def','','2018-11-03 23:33:20'),('P8',1,'Def','','2018-11-03 23:37:50');
/*!40000 ALTER TABLE `wp_rp_indi_option` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_indi_seq`
--

DROP TABLE IF EXISTS `wp_rp_indi_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_indi_seq` (
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_indi_seq`
--

LOCK TABLES `wp_rp_indi_seq` WRITE;
/*!40000 ALTER TABLE `wp_rp_indi_seq` DISABLE KEYS */;
INSERT INTO `wp_rp_indi_seq` VALUES (100000);
/*!40000 ALTER TABLE `wp_rp_indi_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_name_cite`
--

DROP TABLE IF EXISTS `wp_rp_name_cite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_name_cite` (
  `name_id` int(11) NOT NULL,
  `cite_id` int(11) NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`name_id`,`cite_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_name_cite`
--

LOCK TABLES `wp_rp_name_cite` WRITE;
/*!40000 ALTER TABLE `wp_rp_name_cite` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_name_cite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_name_name`
--

DROP TABLE IF EXISTS `wp_rp_name_name`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_name_name` (
  `name_id` int(11) NOT NULL,
  `assoc_name_id` int(11) NOT NULL,
  `assoc_name_type` varchar(12) NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`name_id`,`assoc_name_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_name_name`
--

LOCK TABLES `wp_rp_name_name` WRITE;
/*!40000 ALTER TABLE `wp_rp_name_name` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_name_name` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_name_note`
--

DROP TABLE IF EXISTS `wp_rp_name_note`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_name_note` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name_id` int(11) NOT NULL,
  `note_rec_id` int(11) DEFAULT NULL,
  `note` longtext NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `name_id` (`name_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_name_note`
--

LOCK TABLES `wp_rp_name_note` WRITE;
/*!40000 ALTER TABLE `wp_rp_name_note` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_name_note` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_name_personal`
--

DROP TABLE IF EXISTS `wp_rp_name_personal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_name_personal` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `personal_name` varchar(120) DEFAULT NULL,
  `name_type` varchar(30) DEFAULT NULL,
  `prefix` varchar(30) DEFAULT NULL,
  `given` varchar(120) DEFAULT NULL,
  `nickname` varchar(30) DEFAULT NULL,
  `surname_prefix` varchar(30) DEFAULT NULL,
  `surname` varchar(120) DEFAULT NULL,
  `suffix` varchar(30) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=984 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_name_personal`
--

LOCK TABLES `wp_rp_name_personal` WRITE;
/*!40000 ALTER TABLE `wp_rp_name_personal` DISABLE KEYS */;
INSERT INTO `wp_rp_name_personal` VALUES (919,'Ippolita /Lusanna/','','','Ippolita','','','Lusanna','','2018-11-03 21:58:02'),(921,'Maria Teresa Carola /Anzino/','','','Maria Teresa Carola','','','Anzino','','2018-11-03 21:58:02'),(922,'Luigi Felice /Anzino/','','','Luigi Felice','','','Anzino','','2018-11-03 21:58:02'),(923,'Giorgio /Anzino/','','','Giorgio','','','Anzino','','2018-11-03 21:58:02'),(926,'Alessandro /Anzino/','','','Alessandro','','','Anzino','','2018-11-03 21:58:02'),(927,'Maria Teresa /Sala/','','','Maria Teresa','','','Sala','','2018-11-03 21:58:02'),(928,'Giovanni Battista Valerio /Anzino/','','','Giovanni Battista Valerio','','','Anzino','','2018-11-03 21:58:02'),(930,'Carlo /Anzino/','','','Carlo','','','Anzino','','2018-11-03 21:58:02'),(931,'Angiolina /Scarabelli/','','','Angiolina','','','Scarabelli','','2018-11-03 21:58:02'),(932,'Maria /Anzino/','','','Maria','','','Anzino','','2018-11-03 21:58:02'),(933,'Annetta /Anzino/','','','Annetta','','','Anzino','','2018-11-03 21:58:02'),(934,'Valerio /Anzino/','','','Valerio','','','Anzino','','2018-11-03 21:58:02'),(935,'Giuseppe (Alberto) Giovanni Angiolo /Anzino/','','','Giuseppe (Alberto) Giovanni Angiolo','','','Anzino','','2018-11-03 21:58:02'),(937,'Camilla /Anzino/','','','Camilla','','','Anzino','','2018-11-03 21:58:02'),(938,'Giovanni Mario Paolo /Anzino/','','','Giovanni Mario Paolo','','','Anzino','','2018-11-03 21:58:02'),(939,'Giuseppe Pietro /Anzino/','','','Giuseppe Pietro','','','Anzino','','2018-11-03 21:58:02'),(940,'Maddalena /Gianzana/','','','Maddalena','','','Gianzana','','2018-11-03 21:58:02'),(941,'Lucia /TBD/','','','Lucia','','','Tbd','','2018-11-03 21:58:02'),(942,'Bartolomeo /Anzino/','','','Bartolomeo','','','Anzino','','2018-11-03 21:58:02'),(943,'Francesco Maria /Anzino/','','','Francesco Maria','','','Anzino','','2018-11-03 21:58:02'),(944,'Maria Catterina /Anzino/','','','Maria Catterina','','','Anzino','','2018-11-03 21:58:02'),(945,'Maria Lucia /Anzino/','','','Maria Lucia','','','Anzino','','2018-11-03 21:58:02'),(947,'Angela Maria Catterina /Anzino/','','','Angela Maria Catterina','','','Anzino','','2018-11-03 21:58:02'),(948,'Rolando Francesco /Anzino/','','','Rolando Francesco','','','Anzino','','2018-11-03 21:58:02'),(949,'Pietro Antonio /Anzino/','','','Pietro Antonio','','','Anzino','','2018-11-03 21:58:03'),(950,'Antonia /Bulla/','','','Antonia','','','Bulla','','2018-11-03 21:58:03'),(951,'Domenico /Anzino/','','','Domenico','','','Anzino','','2018-11-03 21:58:03'),(952,'Maria Caterina Ursala /Anzino/','','','Maria Caterina Ursala','','','Anzino','','2018-11-03 21:58:03'),(953,'Ursala /Anzino/','','','Ursala','','','Anzino','','2018-11-03 21:58:03'),(954,'Matteo /Anzino/','','','Matteo','','','Anzino','','2018-11-03 21:58:03'),(955,'Valerio /Anzino/','','','Valerio','','','Anzino','','2018-11-03 21:58:03'),(956,'Elisabetta /TBD/','','','Elisabetta','','','Tbd','','2018-11-03 21:58:03'),(957,'Ursala /Anzino/','','','Ursala','','','Anzino','','2018-11-03 21:58:03'),(958,'Guglielmo /Anzino/','','','Guglielmo','','','Anzino','','2018-11-03 21:58:03'),(959,'Pietro Antonio /Anzino/','','','Pietro Antonio','','','Anzino','','2018-11-03 21:58:03'),(960,'Pietro Antonio /Anzino/','','','Pietro Antonio','','','Anzino','','2018-11-03 21:58:03'),(961,'Ursala /Anzino/','','','Ursala','','','Anzino','','2018-11-03 21:58:03'),(962,'Elisabetta Caterina /Anzino/','','','Elisabetta Caterina','','','Anzino','','2018-11-03 21:58:03'),(963,'Barbara Maddalena /Anzino/','','','Barbara Maddalena','','','Anzino','','2018-11-03 21:58:03'),(964,'Mario Francesco Pasquale /Rossi/','','','Mario Francesco Pasquale','','','Rossi','','2018-11-03 21:58:03'),(967,'Maria Carmela Aurora /Mollica/','','','Maria Carmela Aurora','','','Mollica','','2018-11-03 21:58:03'),(969,'Francesca /Camilla/','','','Francesca','','','Camilla','','2018-11-03 21:58:03'),(970,'Rosa /Florio/','','','Rosa','','','Florio','','2018-11-03 21:58:03'),(973,'Giovanni Domenico Anzino','','','Giovanni Domenico','','','Anzino','','2018-11-03 23:18:37'),(974,'Valerio Benvenuto Anzino','','','Valerio Benvenuto','','','Anzino','','2018-11-03 23:26:09'),(976,'Giuseppe Carlo Alberto Anzino','','','Giuseppe Carlo Alberto','','','Anzino','','2018-11-03 23:33:19'),(977,'Giuseppina Anzino','','','Giuseppina','','','Anzino','','2018-11-03 23:37:50'),(978,'Nicola Giovanni Giorgio Anzino','','','Nicola Giovanni Giorgio','','','Anzino','','2018-11-03 23:40:53'),(979,'Clementina Maria Carolina Ippolita Anzino','','','Clementina Maria Carolina Ippolita','','','Anzino','','2018-11-03 23:47:00'),(980,'Mons. Bartolomeo Giuseppe Anzino','','','Mons. Bartolomeo Giuseppe','','','Anzino','','2018-11-05 15:24:38'),(981,'Maddalena Anzino','','','Maddalena','','','Anzino','','2018-11-12 21:35:30'),(982,'Angiolina Giuseppina Domenica (Lily) Rossi','','','Angiolina Giuseppina Domenica (Lily)','','','Rossi','','2018-11-12 22:46:46'),(983,'Carlotta Felicita Maria Rossi','','','Carlotta Felicita Maria','','','Rossi','','2018-11-12 22:48:02');
/*!40000 ALTER TABLE `wp_rp_name_personal` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_note`
--

DROP TABLE IF EXISTS `wp_rp_note`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_note` (
  `id` varchar(22) NOT NULL,
  `batch_id` tinyint(4) NOT NULL,
  `cite_id` int(11) DEFAULT NULL,
  `auto_rec_id` varchar(12) DEFAULT NULL,
  `ged_change_date` varchar(11) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  `submitter_text` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_note`
--

LOCK TABLES `wp_rp_note` WRITE;
/*!40000 ALTER TABLE `wp_rp_note` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_note` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_repo`
--

DROP TABLE IF EXISTS `wp_rp_repo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_repo` (
  `id` varchar(22) NOT NULL,
  `batch_id` tinyint(4) NOT NULL DEFAULT '1',
  `repo_name` varchar(90) DEFAULT NULL,
  `addr_id` int(11) DEFAULT NULL,
  `auto_rec_id` varchar(12) DEFAULT NULL,
  `ged_change_date` varchar(11) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`,`batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_repo`
--

LOCK TABLES `wp_rp_repo` WRITE;
/*!40000 ALTER TABLE `wp_rp_repo` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_repo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_repo_note`
--

DROP TABLE IF EXISTS `wp_rp_repo_note`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_repo_note` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `repo_id` varchar(22) NOT NULL,
  `repo_batch_id` tinyint(4) NOT NULL,
  `note_rec_id` varchar(22) DEFAULT NULL,
  `note` longtext NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `repo_id` (`repo_id`,`repo_batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_repo_note`
--

LOCK TABLES `wp_rp_repo_note` WRITE;
/*!40000 ALTER TABLE `wp_rp_repo_note` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_repo_note` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_source`
--

DROP TABLE IF EXISTS `wp_rp_source`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_source` (
  `id` varchar(22) NOT NULL,
  `batch_id` tinyint(4) NOT NULL DEFAULT '1',
  `wp_page_id` int(11) DEFAULT NULL,
  `originator` longtext,
  `source_title` longtext,
  `abbr` varchar(60) DEFAULT NULL,
  `publication_facts` longtext,
  `text` longtext,
  `auto_rec_id` varchar(12) DEFAULT NULL,
  `ged_change_date` varchar(11) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`,`batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_source`
--

LOCK TABLES `wp_rp_source` WRITE;
/*!40000 ALTER TABLE `wp_rp_source` DISABLE KEYS */;
INSERT INTO `wp_rp_source` VALUES ('S380179077',1,6717,'','Ancestry Family Trees','Ancestry Family Trees',' Online publication - Provo, UT, USA: Ancestry.com.  Original data:  Family Tree files submitted by Ancestry members.','','','','2018-11-03 21:59:10');
/*!40000 ALTER TABLE `wp_rp_source` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_source_cite`
--

DROP TABLE IF EXISTS `wp_rp_source_cite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_source_cite` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `source_id` varchar(22) NOT NULL,
  `source_batch_id` tinyint(4) NOT NULL,
  `source_page` varchar(248) NOT NULL,
  `event_type` varchar(15) DEFAULT NULL,
  `event_role` varchar(15) DEFAULT NULL,
  `quay` char(1) DEFAULT NULL,
  `source_description` longtext,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_source_cite`
--

LOCK TABLES `wp_rp_source_cite` WRITE;
/*!40000 ALTER TABLE `wp_rp_source_cite` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_source_cite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_source_note`
--

DROP TABLE IF EXISTS `wp_rp_source_note`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_source_note` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `source_id` varchar(22) NOT NULL,
  `source_batch_id` tinyint(4) NOT NULL,
  `note_rec_id` varchar(22) DEFAULT NULL,
  `note` longtext NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `source_id` (`source_id`,`source_batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_source_note`
--

LOCK TABLES `wp_rp_source_note` WRITE;
/*!40000 ALTER TABLE `wp_rp_source_note` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_source_note` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_submitter`
--

DROP TABLE IF EXISTS `wp_rp_submitter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_submitter` (
  `id` varchar(22) NOT NULL,
  `batch_id` tinyint(4) NOT NULL DEFAULT '1',
  `submitter_name` varchar(60) DEFAULT NULL,
  `addr_id` int(11) DEFAULT NULL,
  `lang1` varchar(90) DEFAULT NULL,
  `lang2` varchar(90) DEFAULT NULL,
  `lang3` varchar(90) DEFAULT NULL,
  `registered_rfn` varchar(30) DEFAULT NULL,
  `auto_rec_id` varchar(12) DEFAULT NULL,
  `ged_change_date` varchar(11) DEFAULT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`,`batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_submitter`
--

LOCK TABLES `wp_rp_submitter` WRITE;
/*!40000 ALTER TABLE `wp_rp_submitter` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_submitter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rp_submitter_note`
--

DROP TABLE IF EXISTS `wp_rp_submitter_note`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rp_submitter_note` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `submitter_id` varchar(22) NOT NULL,
  `submitter_batch_id` tinyint(4) NOT NULL,
  `note_rec_id` varchar(22) DEFAULT NULL,
  `note` longtext NOT NULL,
  `update_datetime` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submitter_id` (`submitter_id`,`submitter_batch_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rp_submitter_note`
--

LOCK TABLES `wp_rp_submitter_note` WRITE;
/*!40000 ALTER TABLE `wp_rp_submitter_note` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rp_submitter_note` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,2,0),(1,4,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(12,17,0),(67,17,0),(80,17,0),(133,6,0),(140,6,0),(141,17,0),(5227,6,0),(5367,6,0),(5369,6,0),(5369,7,0),(5370,6,0),(5374,6,0),(5445,6,0),(5462,8,0),(5463,8,0),(5465,8,0),(5466,8,0),(5467,8,0),(5468,8,0),(5484,9,0),(5486,9,0),(5488,9,0),(5492,9,0),(5494,9,0),(5496,9,0),(5498,9,0),(5500,9,0),(5538,6,0),(5551,6,0),(5562,6,0),(5965,10,0),(5967,10,0),(5995,11,0),(5997,11,0),(6009,11,0),(6016,11,0),(6018,17,0),(6134,11,0),(6144,17,0),(6224,11,0),(6226,17,0),(6251,11,0),(6254,11,0),(6260,11,0),(6262,11,0),(6265,11,0),(6267,11,0),(6277,11,0),(6363,11,0),(6371,17,0),(6410,17,0),(6429,11,0),(6431,11,0),(6522,11,0),(6557,12,0),(6558,12,0),(6559,12,0),(6560,12,0),(6564,12,0),(6593,12,0),(6594,12,0),(6596,12,0),(6643,12,0),(6964,11,0),(7003,14,0),(7011,17,0),(7014,12,0),(7030,14,0),(7030,17,0),(7057,17,0),(7067,14,0),(7087,14,0),(7092,14,0),(7092,17,0),(7099,12,0),(7130,17,0),(7142,12,0),(7152,12,0),(7166,4,0),(7178,15,0),(7193,15,0),(7238,17,0),(7241,11,0),(7325,17,0),(7339,17,0),(7467,12,0),(7468,12,0),(7759,14,0),(7815,4,0),(7818,4,0),(7825,4,0),(7981,4,0),(7981,17,0),(7986,11,0),(7993,17,0),(8020,11,0),(8024,17,0),(8045,11,0),(8053,17,0),(8069,14,0),(8069,17,0),(8098,14,0),(8098,17,0),(8143,11,0),(8149,17,0),(8189,17,0),(8222,17,0),(8256,23,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'link_category','',0,7),(3,3,'category','Posts that reference Fubine',0,0),(4,4,'category','Posts that specifically reference any member of the Anzino family',0,6),(5,5,'category','Posts that reference the Risorgimento',0,0),(6,6,'wpex_category','',0,11),(7,7,'wpex_category','',0,1),(8,8,'wpex_category','',0,6),(9,9,'wpex_category','',0,0),(10,10,'wpostahs-slider-category','',0,2),(11,11,'ctl-stories','All timeline stories.',0,23),(12,12,'nav_menu','',0,15),(14,14,'category','',0,8),(15,15,'category','',0,0),(16,16,'category','',0,0),(17,17,'translation_priority','',0,22),(18,18,'translation_priority','',0,0),(19,19,'translation_priority','',0,0),(20,20,'translation_priority','',0,0),(21,21,'translation_priority','',0,0),(22,22,'translation_priority','',0,0),(23,23,'wp_theme','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'Fubine','fubine',0),(4,'Anzino','anzino',0),(5,'Risorgimento','risorgimento',0),(6,'History','history',0),(7,'List icon','list-icon',0),(8,'color','color',0),(9,'Facebook','facebook',0),(10,'Valerio','valerio',0),(11,'Timeline Stories','timeline-stories',0),(12,'Main','main',0),(14,'Document','document-2',0),(15,'Award','award',0),(16,'Non categorizzato','non-categorizzato',0),(17,'Optional','optional',0),(18,'Opzionale','opzionale',0),(19,'Required','required',0),(20,'Required','required-it',0),(21,'Not needed','not-needed',0),(22,'Not needed','not-needed-it',0),(23,'enfold-child','enfold-child',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=896 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'aim',''),(10,1,'yim',''),(11,1,'jabber',''),(12,1,'wp_capabilities','a:17:{s:13:\"administrator\";s:1:\"1\";s:34:\"wpml_manage_translation_management\";b:1;s:21:\"wpml_manage_languages\";b:1;s:41:\"wpml_manage_theme_and_plugin_localization\";b:1;s:19:\"wpml_manage_support\";b:1;s:36:\"wpml_manage_woocommerce_multilingual\";b:1;s:37:\"wpml_operate_woocommerce_multilingual\";b:1;s:29:\"wpml_manage_media_translation\";b:1;s:22:\"wpml_manage_navigation\";b:1;s:24:\"wpml_manage_sticky_links\";b:1;s:30:\"wpml_manage_string_translation\";b:1;s:33:\"wpml_manage_translation_analytics\";b:1;s:25:\"wpml_manage_wp_menus_sync\";b:1;s:32:\"wpml_manage_taxonomy_translation\";b:1;s:27:\"wpml_manage_troubleshooting\";b:1;s:31:\"wpml_manage_translation_options\";b:1;s:19:\"manage_translations\";b:1;}'),(13,1,'wp_user_level','10'),(15,1,'wp_dashboard_quick_press_last_post_id','8495'),(16,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"50.113.87.0\";}'),(17,1,'dismissed_wp_pointers','wp496_privacy,builder-button-pointer,theme_editor_notice'),(18,1,'wp_user-settings','libraryContent=browse&ampeditor=tinymce&ampimgsize=large&ampurlbutton=file&ampalign=left&ampmfold=o&ampadvImgDetails=show&amphidetb=1&editor=html&imgsize=full'),(19,1,'wp_user-settings-time','1663639530'),(20,1,'meta-box-order_page','a:3:{s:4:\"side\";s:61:\"pageparentdiv,submitdiv,ep_admin_meta_box,layout,postimagediv\";s:6:\"normal\";s:95:\"avia_builder,postexcerpt,postcustom,commentstatusdiv,slugdiv,authordiv,revisionsdiv,commentsdiv\";s:8:\"advanced\";s:0:\"\";}'),(21,1,'screen_layout_page','2'),(39,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\";}'),(40,1,'metaboxhidden_nav-menus','a:6:{i:0;s:25:\"add-post-type-wp-timeline\";i:1;s:23:\"add-post-type-portfolio\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:17:\"add-wpex_category\";i:5;s:21:\"add-portfolio_entries\";}'),(63,4,'nickname','persona_editor'),(64,4,'first_name','Tom'),(65,4,'last_name',''),(66,4,'description',''),(67,4,'rich_editing','true'),(68,4,'syntax_highlighting','true'),(69,4,'comment_shortcuts','false'),(70,4,'admin_color','fresh'),(71,4,'use_ssl','0'),(72,4,'show_admin_bar_front','true'),(73,4,'locale',''),(74,4,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(75,4,'wp_user_level','7'),(76,4,'dismissed_wp_pointers','wp496_privacy,builder-button-pointer'),(77,4,'session_tokens','a:1:{s:64:\"6c64e138c0cd31c9f39eebca16857a6802b5ea9f473d320cd7e126b3e94f0f2e\";a:4:{s:10:\"expiration\";i:1540588892;s:2:\"ip\";s:13:\"216.69.191.97\";s:2:\"ua\";s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1540416092;}}'),(78,4,'wp_dashboard_quick_press_last_post_id','5925'),(79,4,'community-events-location','a:1:{s:2:\"ip\";s:18:\"::ffff:24.25.215.0\";}'),(80,4,'meta-box-order_page','a:3:{s:4:\"side\";s:61:\"submitdiv,pageparentdiv,ep_admin_meta_box,layout,postimagediv\";s:6:\"normal\";s:130:\"avia_builder,timeline-custom-date,timeline-info,revisionsdiv,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(81,4,'screen_layout_page','2'),(82,1,'meta-box-order_post','a:3:{s:4:\"side\";s:68:\"submitdiv,formatdiv,categorydiv,tagsdiv-post_tag,layout,postimagediv\";s:6:\"normal\";s:144:\"avia_builder,timeline-custom-date,timeline-info,revisionsdiv,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(83,1,'screen_layout_post','2'),(84,1,'closedpostboxes_timeline_slider_post','a:0:{}'),(85,1,'metaboxhidden_timeline_slider_post','a:1:{i:0;s:7:\"slugdiv\";}'),(86,1,'nav_menu_recently_edited','12'),(87,1,'closedpostboxes_document','a:1:{i:0;s:20:\"document-information\";}'),(88,1,'metaboxhidden_document','a:2:{i:0;s:12:\"avia_builder\";i:1;s:7:\"slugdiv\";}'),(126,1,'show_try_gutenberg_panel','0'),(127,1,'show_welcome_panel','0'),(131,1,'icl_admin_language_migrated_to_wp47','1'),(842,1,'session_tokens','a:8:{s:64:\"f7c54ff5672ee4681a184bb68adbb0b8f713fc62e426a739618ca7b8ea2d2177\";a:4:{s:10:\"expiration\";i:1693067994;s:2:\"ip\";s:12:\"50.113.87.51\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0\";s:5:\"login\";i:1692895194;}s:64:\"a79f4c95621d31f2ec8fad9f635fe87390df0d75eff52f29d73365c9306f0564\";a:4:{s:10:\"expiration\";i:1693068390;s:2:\"ip\";s:12:\"50.113.87.51\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0\";s:5:\"login\";i:1692895590;}s:64:\"e8d80e1c908812dcb439661d94074dae6dcb48d645c1ad97ae8c8a2c7bc13729\";a:4:{s:10:\"expiration\";i:1693068543;s:2:\"ip\";s:12:\"50.113.87.51\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1692895743;}s:64:\"6411c52538a253b24160096ca7dc5ff7b7136b5c21b0323b546ae46969eca001\";a:4:{s:10:\"expiration\";i:1693068758;s:2:\"ip\";s:12:\"50.113.87.51\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1692895958;}s:64:\"d177ef886296d77717606e862fe7e26d90086491cc9abbaa012462723b4f464e\";a:4:{s:10:\"expiration\";i:1693070130;s:2:\"ip\";s:12:\"50.113.87.51\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0\";s:5:\"login\";i:1692897330;}s:64:\"e11e35b322bf86c17175f74bf00f6385e22f6aaac29299abfd196f996d377e19\";a:4:{s:10:\"expiration\";i:1693070540;s:2:\"ip\";s:12:\"50.113.87.51\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1692897740;}s:64:\"973a86456f63f969dbb84aed7adf9b0e109177cb7dee55fe35895afc2cc619ec\";a:4:{s:10:\"expiration\";i:1693071164;s:2:\"ip\";s:12:\"50.113.87.51\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0\";s:5:\"login\";i:1692898364;}s:64:\"77ffc23466ba819af4542a792a88b208e0c7b9f709f2e1558cd5a3be7956a5b6\";a:4:{s:10:\"expiration\";i:1693074950;s:2:\"ip\";s:12:\"50.113.87.51\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0\";s:5:\"login\";i:1692902150;}}'),(844,1,'closedpostboxes_page','a:0:{}'),(845,1,'metaboxhidden_page','a:7:{i:0;s:11:\"postexcerpt\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";i:5;s:12:\"revisionsdiv\";i:6;s:11:\"commentsdiv\";}'),(846,1,'po_data','a:1:{s:15:\"network_dismiss\";b:1;}'),(847,1,'hustle_dismissed_notifications','a:1:{i:0;s:29:\"hustle_sendgrid_update_showed\";}'),(848,51,'nickname','tmarchisa@gmail.com'),(849,51,'first_name','Thomas'),(850,51,'last_name','Marchisa'),(851,51,'description',''),(852,51,'rich_editing','true'),(853,51,'syntax_highlighting','true'),(854,51,'comment_shortcuts','false'),(855,51,'admin_color','fresh'),(856,51,'use_ssl','0'),(857,51,'show_admin_bar_front','true'),(858,51,'locale',''),(859,51,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(860,51,'wp_user_level','10'),(861,51,'dismissed_wp_pointers',''),(862,51,'WPE_USER_CREATED_TIME','1679946635'),(864,51,'session_tokens','a:1:{s:64:\"14fb42aea470811b9e4001b93c11f50e1ab97b5abae6c9d5454427e99d1171ec\";a:4:{s:10:\"expiration\";i:1694105094;s:2:\"ip\";s:12:\"50.113.87.51\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0\";s:5:\"login\";i:1692895494;}}'),(865,51,'WPE_LAST_LOGIN_TIME','1692901243'),(866,51,'WPE_LOGGED_REQUEST_IDS','a:0:{}'),(867,51,'wp_dashboard_quick_press_last_post_id','8496'),(868,51,'community-events-location','a:1:{s:2:\"ip\";s:11:\"50.113.87.0\";}'),(870,52,'nickname','wpengine'),(871,52,'first_name',''),(872,52,'last_name',''),(873,52,'description',''),(874,52,'rich_editing','true'),(875,52,'syntax_highlighting','true'),(876,52,'comment_shortcuts','false'),(877,52,'admin_color','fresh'),(878,52,'use_ssl','0'),(879,52,'show_admin_bar_front','true'),(880,52,'locale',''),(881,52,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(882,52,'wp_user_level','10'),(883,52,'dismissed_wp_pointers',''),(884,52,'session_tokens','a:1:{s:64:\"2b576aca6995076278438523a9bacb50bf67153e2a47b3dd017aa332c996c7e0\";a:4:{s:10:\"expiration\";i:1693072198;s:2:\"ip\";s:13:\"97.107.198.18\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";s:5:\"login\";i:1692899398;}}'),(885,52,'wp_dashboard_quick_press_last_post_id','8497'),(886,52,'community-events-location','a:1:{s:2:\"ip\";s:12:\"97.107.198.0\";}'),(888,52,'aim',''),(889,52,'yim',''),(890,52,'jabber',''),(891,1,'wpmm_dismissed_notices','rebrand'),(895,51,'WPE_NONCE','O:8:\"stdClass\":3:{s:5:\"nonce\";s:64:\"e3356fe88c884a9c409d8012d8d23161ab10dcd3b5dc9a22ecd1c55c4452834b\";s:10:\"expiration\";i:1692940220;s:12:\"install_name\";s:13:\"valerioanzino\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'oompxs643WW**g','$P$BbuGrznYFtiuZrBodx2z/.c4CKEE0d/','admin','valerioanzino@gmail.com','','2018-10-20 21:53:29','',0,'admin'),(4,'persona_editor','$P$BvHad5PPc.EFADygWagzOsako5Qi2w0','persona_editor','notrealemail3@notreal.com','','2018-10-24 21:19:05','',0,'Tom'),(51,'tmarchisa@gmail.com','$P$BlBt.DlN8g8Q5gthvaE3ydIV/hPufI1','tmarchisagmail-com','tmarchisa@gmail.com','','2023-03-27 19:50:35','',0,'Thomas Marchisa'),(52,'wpengine','$P$BVCNKdCDsHzstVkwFkjDssLfPHERUB1','wpengine','bitbucket@wpengine.com','','0000-00-00 00:00:00','',0,'wpengine');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpmm_subscribers`
--

DROP TABLE IF EXISTS `wp_wpmm_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpmm_subscribers` (
  `id_subscriber` bigint(20) NOT NULL AUTO_INCREMENT,
  `email` varchar(50) NOT NULL,
  `insert_date` datetime NOT NULL,
  PRIMARY KEY (`id_subscriber`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpmm_subscribers`
--

LOCK TABLES `wp_wpmm_subscribers` WRITE;
/*!40000 ALTER TABLE `wp_wpmm_subscribers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpmm_subscribers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_xyz_ics_countries`
--

DROP TABLE IF EXISTS `wp_xyz_ics_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_xyz_ics_countries` (
  `code` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_xyz_ics_countries`
--

LOCK TABLES `wp_xyz_ics_countries` WRITE;
/*!40000 ALTER TABLE `wp_xyz_ics_countries` DISABLE KEYS */;
INSERT INTO `wp_xyz_ics_countries` VALUES ('AD','Andorra'),('AE','United Arab Emirates'),('AF','Afghanistan'),('AG','Antigua and Barbuda'),('AI','Anguilla'),('AL','Albania'),('AM','Armenia'),('AO','Angola'),('AR','Argentina'),('AS','American Samoa'),('AT','Austria'),('AU','Australia'),('AW','Aruba'),('AZ','Azerbaijan'),('BA','Bosnia and Herzegovina'),('BB','Barbados'),('BD','Bangladesh'),('BE','Belgium'),('BF','Burkina Faso'),('BG','Bulgaria'),('BH','Bahrain'),('BI','Burundi'),('BJ','Benin'),('BM','Bermuda'),('BO','Bolivia'),('BR','Brazil'),('BS','Bahamas'),('BT','Bhutan'),('BW','Botswana'),('BY','Belarus'),('BZ','Belize'),('CA','Canada'),('CC','Cocos (Keeling) Islands'),('CD','Congo, The Democratic Republic of the'),('CF','Central African Republic'),('CG','Congo'),('CH','Switzerland'),('CI','Cote d\'Ivoire'),('CK','Cook Islands'),('CL','Chile'),('CM','Cameroon'),('CN','China'),('CO','Colombia'),('CR','Costa Rica'),('CU','Cuba'),('CV','Cape Verde'),('CX','Christmas Island'),('CY','Cyprus'),('CZ','Czech Republic'),('DE','Germany'),('DJ','Djibouti'),('DK','Denmark'),('DM','Dominica'),('DO','Dominican Republic'),('DZ','Algeria'),('EC','Ecuador'),('EE','Estonia'),('EG','Egypt'),('ER','Eritrea'),('ES','Spain'),('ET','Ethiopia'),('FI','Finland'),('FJ','Fiji'),('FO','Faroe Islands'),('FR','France'),('GA','Gabon'),('GB','United Kingdom'),('GD','Grenada'),('GE','Georgia'),('GF','French Guiana'),('GG','Guernsey'),('GH','Ghana'),('GI','Gibraltar'),('GL','Greenland'),('GM','Gambia'),('GN','Guinea'),('GQ','Equatorial Guinea'),('GR','Greece'),('GT','Guatemala'),('GU','Guam'),('GW','Guinea-Bissau'),('GY','Guyana'),('HN','Honduras'),('HR','Croatia'),('HT','Haiti'),('HU','Hungary'),('ID','Indonesia'),('IE','Ireland'),('IL','Israel'),('IM','Isle of Man'),('IN','India'),('IQ','Iraq'),('IR','Iran, Islamic Republic of'),('IS','Iceland'),('IT','Italy'),('JE','Jersey'),('JM','Jamaica'),('JO','Jordan'),('JP','Japan'),('KE','Kenya'),('KG','Kyrgyzstan'),('KH','Cambodia'),('KI','Kiribati'),('KM','Comoros'),('KN','Saint Kitts and Nevis'),('KR','Korea, Republic of'),('KW','Kuwait'),('KY','Cayman Islands'),('KZ','Kazakhstan'),('LA','Lao People\'s Democratic Republic'),('LB','Lebanon'),('LC','Saint Lucia'),('LI','Liechtenstein'),('LK','Sri Lanka'),('LR','Liberia'),('LS','Lesotho'),('LT','Lithuania'),('LU','Luxembourg'),('LV','Latvia'),('LY','Libyan Arab Jamahiriya'),('MA','Morocco'),('MC','Monaco'),('MD','Moldova, Republic of'),('ME','Montenegro'),('MG','Madagascar'),('MH','Marshall Islands'),('MK','Macedonia'),('ML','Mali'),('MM','Myanmar'),('MN','Mongolia'),('MP','Northern Mariana Islands'),('MR','Mauritania'),('MS','Montserrat'),('MT','Malta'),('MU','Mauritius'),('MV','Maldives'),('MW','Malawi'),('MX','Mexico'),('MY','Malaysia'),('MZ','Mozambique'),('NA','Namibia'),('NC','New Caledonia'),('NE','Niger'),('NF','Norfolk Island'),('NG','Nigeria'),('NI','Nicaragua'),('NL','Netherlands'),('NO','Norway'),('NP','Nepal'),('NR','Nauru'),('NU','Niue'),('NZ','New Zealand'),('OM','Oman'),('PA','Panama'),('PE','Peru'),('PF','French Polynesia'),('PG','Papua New Guinea'),('PH','Philippines'),('PK','Pakistan'),('PL','Poland'),('PM','Saint Pierre and Miquelon'),('PN','Pitcairn'),('PR','Puerto Rico'),('PT','Portugal'),('PW','Palau'),('PY','Paraguay'),('QA','Qatar'),('RE','Reunion'),('RO','Romania'),('RS','Serbia'),('RU','Russian Federation'),('RW','Rwanda'),('SA','Saudi Arabia'),('SB','Solomon Islands'),('SC','Seychelles'),('SD','Sudan'),('SE','Sweden'),('SG','Singapore'),('SH','Saint Helena'),('SI','Slovenia'),('SK','Slovakia'),('SL','Sierra Leone'),('SM','San Marino'),('SN','Senegal'),('SO','Somalia'),('SR','Suriname'),('SV','El Salvador'),('SY','Syrian Arab Republic'),('SZ','Swaziland'),('TC','Turks and Caicos Islands'),('TD','Chad'),('TG','Togo'),('TH','Thailand'),('TJ','Tajikistan'),('TL','Timor-Leste'),('TM','Turkmenistan'),('TN','Tunisia'),('TO','Tonga'),('TR','Turkey'),('TT','Trinidad and Tobago'),('TV','Tuvalu'),('TW','Taiwan'),('TZ','Tanzania, United Republic of'),('UA','Ukraine'),('UG','Uganda'),('US','United States'),('UY','Uruguay'),('UZ','Uzbekistan'),('VC','Saint Vincent and the Grenadines'),('VE','Venezuela'),('VN','Vietnam'),('VU','Vanuatu'),('WF','Wallis and Futuna'),('WS','Samoa'),('YE','Yemen'),('ZA','South Africa'),('ZM','Zambia'),('ZW','Zimbabwe');
/*!40000 ALTER TABLE `wp_xyz_ics_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_xyz_ics_role_privileges`
--

DROP TABLE IF EXISTS `wp_xyz_ics_role_privileges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_xyz_ics_role_privileges` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `role` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `privilege` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` int(11) NOT NULL DEFAULT '0',
  `snippet_id` int(11) NOT NULL DEFAULT '0',
  `snippet_type` int(11) NOT NULL DEFAULT '0' COMMENT '1-Html, 2-Php',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_xyz_ics_role_privileges`
--

LOCK TABLES `wp_xyz_ics_role_privileges` WRITE;
/*!40000 ALTER TABLE `wp_xyz_ics_role_privileges` DISABLE KEYS */;
INSERT INTO `wp_xyz_ics_role_privileges` VALUES (1,'administrator','snippet_manage',1,0,0),(2,'administrator','snippet_usage',1,0,0);
/*!40000 ALTER TABLE `wp_xyz_ics_role_privileges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_xyz_ics_short_code`
--

DROP TABLE IF EXISTS `wp_xyz_ics_short_code`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_xyz_ics_short_code` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `short_code` varchar(2000) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `snippet_type` int(11) NOT NULL DEFAULT '0' COMMENT '1-Html, 2-Php',
  `status` int(11) NOT NULL,
  `user` int(11) NOT NULL DEFAULT '0',
  `usage_privilege_type` int(11) NOT NULL DEFAULT '0' COMMENT '0-Default, 1-Override Default',
  `exception_status` int(11) NOT NULL DEFAULT '0' COMMENT '0-Noerror, 1-Error',
  `enabled_users` int(11) NOT NULL DEFAULT '3',
  `targetting_countries` text COLLATE utf8mb4_unicode_520_ci,
  `targetting_devices` int(11) NOT NULL DEFAULT '3',
  `startdate` int(11) DEFAULT NULL,
  `enddate` int(11) DEFAULT NULL,
  `weekdays` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `daily_time` int(11) NOT NULL DEFAULT '0' COMMENT '0-Wholeday, 1-Specifictime',
  `daily_start_time` int(11) DEFAULT '0',
  `daily_end_time` int(11) DEFAULT '0',
  `sleep_after` int(11) DEFAULT '0',
  `sleep_for` int(11) DEFAULT '0',
  `sleep_range` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`)
) 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_xyz_ics_short_code`
--

LOCK TABLES `wp_xyz_ics_short_code` WRITE;
/*!40000 ALTER TABLE `wp_xyz_ics_short_code` DISABLE KEYS */;
INSERT INTO `wp_xyz_ics_short_code` VALUES (1,'Language-Switcher','<?php\r\ndo_shortcode(\'[conveythis_switcher]\');','[xyz-ics snippet=\"Language-Switcher\"]',2,1,1,0,0,3,'1',3,NULL,NULL,'1',0,0,0,0,0,'');
/*!40000 ALTER TABLE `wp_xyz_ics_short_code` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_xyz_ics_user_privileges`
--

DROP TABLE IF EXISTS `wp_xyz_ics_user_privileges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_xyz_ics_user_privileges` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `privilege` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `role` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `snippet_id` int(11) NOT NULL DEFAULT '0',
  `snippet_type` int(11) NOT NULL DEFAULT '0' COMMENT '1-Html, 2-Php',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_xyz_ics_user_privileges`
--

LOCK TABLES `wp_xyz_ics_user_privileges` WRITE;
/*!40000 ALTER TABLE `wp_xyz_ics_user_privileges` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_xyz_ics_user_privileges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_meta`
--

LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (12,8,0),(23,0,0),(39,0,0),(40,0,0),(67,1,0),(80,2,2),(134,0,0),(137,0,0),(141,8,0),(147,0,0),(148,0,0),(149,0,0),(5484,0,0),(5486,0,0),(5488,0,0),(5492,0,0),(5494,0,0),(5496,0,0),(5498,0,0),(5500,0,0),(5501,0,0),(5503,0,0),(5505,0,0),(5508,0,0),(5513,0,0),(5515,0,0),(5519,0,0),(5521,0,0),(5523,0,0),(5527,0,0),(5529,0,0),(5533,0,0),(5535,0,0),(5541,0,0),(5559,0,0),(5570,0,0),(5572,0,0),(5573,0,0),(5576,0,0),(5582,0,0),(5584,0,0),(5589,0,0),(5590,0,0),(5593,0,0),(5595,0,0),(5597,0,0),(5632,0,0),(5633,0,0),(5653,0,0),(5654,0,0),(5677,0,0),(5743,0,0),(5744,0,0),(5871,0,0),(5873,0,0),(5955,0,0),(5961,0,0),(5963,0,0),(5970,0,0),(5975,0,0),(5976,0,0),(5979,0,0),(5981,0,0),(5983,0,0),(5985,0,0),(5987,0,0),(5989,0,0),(5991,0,0),(5992,0,0),(5999,0,0),(6000,0,0),(6003,0,0),(6004,0,0),(6007,0,0),(6012,0,0),(6014,0,0),(6015,0,0),(6018,NULL,1),(6022,0,0),(6023,0,0),(6024,0,0),(6025,0,0),(6026,0,0),(6027,0,0),(6028,0,0),(6029,0,0),(6060,0,0),(6061,0,0),(6064,0,0),(6072,0,0),(6150,0,0),(6151,0,0),(6152,0,0),(6238,0,0),(6240,0,0),(6242,0,0),(6244,0,0),(6246,0,0),(6247,0,0),(6597,0,0),(6665,NULL,1),(6679,0,0),(6680,NULL,1),(6765,0,0),(6916,0,0),(6991,0,0),(7001,0,0),(7002,0,0),(7011,8,0),(7030,3,1),(7047,0,0),(7050,0,0),(7052,0,0),(7081,0,0),(7130,NULL,1),(7174,0,0),(7175,0,0),(7176,0,0),(7177,0,0),(7178,0,0),(7179,0,0),(7185,0,0),(7189,0,0),(7191,0,0),(7192,0,0),(7193,0,0),(7194,0,0),(7198,0,0),(7199,0,0),(7200,0,0),(7238,NULL,1),(7323,0,0),(7339,4,1),(7634,0,0),(7755,0,0),(7757,0,0),(7818,NULL,3),(7825,NULL,2),(7981,NULL,2),(8020,2,0),(8024,1,1),(8047,0,0),(8061,0,0),(8064,0,0),(8069,1,0),(8076,0,0),(8098,NULL,1),(8101,0,0),(8132,0,0),(8138,0,0),(8143,2,0),(8144,0,0),(8146,0,0),(8149,0,1),(8151,0,0),(8152,0,0),(8168,0,0),(8170,0,0),(8173,0,0),(8178,0,0),(8179,0,0),(8180,0,0),(8181,0,0),(8182,0,0),(8183,0,0),(8184,0,0),(8188,0,0),(8189,0,0),(8191,0,0),(8192,0,0),(8195,0,0),(8197,0,0),(8198,0,0),(8199,0,0),(8201,0,0),(8203,0,0),(8206,0,0),(8207,0,0),(8210,0,0),(8211,0,0),(8212,0,0),(8213,0,0),(8215,0,0),(8217,0,0),(8218,0,0),(8219,0,0),(8220,0,0),(8221,0,0),(8222,0,0),(8224,0,0),(8227,0,0),(8229,0,0),(8231,0,0),(8234,0,0),(8237,0,0),(8239,0,0),(8241,0,0),(8243,0,0),(8245,0,0),(8247,0,0),(8249,0,0),(8251,0,0),(8252,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'wp_valerioanzino'
--

--
-- Dumping routines for database 'wp_valerioanzino'
--
/*!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